File tree Expand file tree Collapse file tree 4 files changed +3086
-5675
lines changed Expand file tree Collapse file tree 4 files changed +3086
-5675
lines changed Original file line number Diff line number Diff line change 7474 "sass" : " ^1.69.5" ,
7575 "typescript" : " ^5.3.3" ,
7676 "url" : " ^0.11.3" ,
77- "vite" : " ^5.0.10 " ,
77+ "vite" : " ^5.3.1 " ,
7878 "vite-plugin-chunk-split" : " ^0.5.0" ,
7979 "vite-plugin-dts" : " ^3.7.3" ,
8080 "vite-plugin-eslint" : " ^1.8.1" ,
Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ import {
148148} from ' @/components' ;
149149import { useBreakpoints } from ' @/use/useBreakpoints' ;
150150import type { DisableableAction } from ' @/utilities/types' ;
151- import { SELECT_ALL_ITEMS } from ' @polaris/utilities/resource-list ' ;
151+ import { SELECT_ALL_ITEMS } from ' @/components/IndexProvider/types ' ;
152152import type { ResourceListSelectedItems , ResourceListContextType } from ' @/utilities/types' ;
153153import type { InlineStackProps } from ' ../InlineStack/types' ;
154154import styles from ' @polaris/components/ResourceItem/ResourceItem.module.css' ;
Original file line number Diff line number Diff line change @@ -142,6 +142,7 @@ import {
142142} from ' @/components' ;
143143import type { PaginationProps } from ' @/components/Pagination/types' ;
144144import type { BulkActionsProps } from ' @/components/BulkActions/types' ;
145+ import { SELECT_ALL_ITEMS } from ' @/components/IndexProvider/types' ;
145146import type { SelectOption } from ' @/components/Select/types' ;
146147import styles from ' @polaris/components/ResourceList/ResourceList.module.css' ;
147148import CheckboxIcon from ' @icons/CheckboxIcon.svg' ;
@@ -151,8 +152,6 @@ const LARGE_SPINNER_HEIGHT = 45;
151152
152153type ResourceListSelectedItems = string [] | ' All' ;
153154
154- const SELECT_ALL_ITEMS = ' All' ;
155-
156155interface ResourceListItemData {
157156 [data : string ]: any ;
158157}
You can’t perform that action at this time.
0 commit comments