@workday/canvas-kit-react 9.0.0-alpha.415-next.17 → 9.0.0-alpha.417-next.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/collection/index.ts +1 -0
- package/collection/lib/useCursorListModel.tsx +17 -18
- package/collection/lib/useListItemAllowChildStrings.ts +3 -3
- package/collection/lib/useListItemRovingFocus.tsx +26 -7
- package/collection/lib/useListLoader.ts +313 -0
- package/dist/commonjs/action-bar/lib/ActionBar.d.ts +427 -124
- package/dist/commonjs/action-bar/lib/ActionBar.d.ts.map +1 -1
- package/dist/commonjs/action-bar/lib/ActionBarItem.d.ts +21 -12
- package/dist/commonjs/action-bar/lib/ActionBarItem.d.ts.map +1 -1
- package/dist/commonjs/action-bar/lib/ActionBarList.d.ts +21 -12
- package/dist/commonjs/action-bar/lib/ActionBarList.d.ts.map +1 -1
- package/dist/commonjs/action-bar/lib/ActionBarOverflowButton.d.ts +28 -16
- package/dist/commonjs/action-bar/lib/ActionBarOverflowButton.d.ts.map +1 -1
- package/dist/commonjs/action-bar/lib/useActionBarModel.d.ts +205 -52
- package/dist/commonjs/action-bar/lib/useActionBarModel.d.ts.map +1 -1
- package/dist/commonjs/breadcrumbs/lib/Breadcrumbs.d.ts +448 -136
- package/dist/commonjs/breadcrumbs/lib/Breadcrumbs.d.ts.map +1 -1
- package/dist/commonjs/breadcrumbs/lib/BreadcrumbsCurrentItem.d.ts +28 -16
- package/dist/commonjs/breadcrumbs/lib/BreadcrumbsCurrentItem.d.ts.map +1 -1
- package/dist/commonjs/breadcrumbs/lib/BreadcrumbsItem.d.ts +21 -12
- package/dist/commonjs/breadcrumbs/lib/BreadcrumbsItem.d.ts.map +1 -1
- package/dist/commonjs/breadcrumbs/lib/BreadcrumbsList.d.ts +14 -8
- package/dist/commonjs/breadcrumbs/lib/BreadcrumbsList.d.ts.map +1 -1
- package/dist/commonjs/breadcrumbs/lib/BreadcrumbsMenu.d.ts +208 -64
- package/dist/commonjs/breadcrumbs/lib/BreadcrumbsMenu.d.ts.map +1 -1
- package/dist/commonjs/breadcrumbs/lib/BreadcrumbsOverflowButton.d.ts +28 -16
- package/dist/commonjs/breadcrumbs/lib/BreadcrumbsOverflowButton.d.ts.map +1 -1
- package/dist/commonjs/breadcrumbs/lib/hooks/useBreadcrumbsModel.d.ts +205 -52
- package/dist/commonjs/breadcrumbs/lib/hooks/useBreadcrumbsModel.d.ts.map +1 -1
- package/dist/commonjs/collection/index.d.ts +1 -0
- package/dist/commonjs/collection/index.d.ts.map +1 -1
- package/dist/commonjs/collection/index.js +1 -0
- package/dist/commonjs/collection/lib/ListBox.d.ts +162 -48
- package/dist/commonjs/collection/lib/ListBox.d.ts.map +1 -1
- package/dist/commonjs/collection/lib/useCursorListModel.d.ts +354 -56
- package/dist/commonjs/collection/lib/useCursorListModel.d.ts.map +1 -1
- package/dist/commonjs/collection/lib/useCursorListModel.js +12 -15
- package/dist/commonjs/collection/lib/useGridModel.d.ts +155 -44
- package/dist/commonjs/collection/lib/useGridModel.d.ts.map +1 -1
- package/dist/commonjs/collection/lib/useListItemAllowChildStrings.d.ts +10 -7
- package/dist/commonjs/collection/lib/useListItemAllowChildStrings.d.ts.map +1 -1
- package/dist/commonjs/collection/lib/useListItemAllowChildStrings.js +3 -3
- package/dist/commonjs/collection/lib/useListItemRegister.d.ts +7 -4
- package/dist/commonjs/collection/lib/useListItemRegister.d.ts.map +1 -1
- package/dist/commonjs/collection/lib/useListItemRovingFocus.d.ts +7 -5
- package/dist/commonjs/collection/lib/useListItemRovingFocus.d.ts.map +1 -1
- package/dist/commonjs/collection/lib/useListItemRovingFocus.js +21 -8
- package/dist/commonjs/collection/lib/useListItemSelect.d.ts +7 -4
- package/dist/commonjs/collection/lib/useListItemSelect.d.ts.map +1 -1
- package/dist/commonjs/collection/lib/useListLoader.d.ts +67 -0
- package/dist/commonjs/collection/lib/useListLoader.d.ts.map +1 -0
- package/dist/commonjs/collection/lib/useListLoader.js +213 -0
- package/dist/commonjs/collection/lib/useListModel.d.ts +155 -44
- package/dist/commonjs/collection/lib/useListModel.d.ts.map +1 -1
- package/dist/commonjs/collection/lib/useListResetCursorOnBlur.d.ts +7 -4
- package/dist/commonjs/collection/lib/useListResetCursorOnBlur.d.ts.map +1 -1
- package/dist/commonjs/collection/lib/useOverflowListItemMeasure.d.ts +7 -4
- package/dist/commonjs/collection/lib/useOverflowListItemMeasure.d.ts.map +1 -1
- package/dist/commonjs/collection/lib/useOverflowListMeasure.d.ts +7 -4
- package/dist/commonjs/collection/lib/useOverflowListMeasure.d.ts.map +1 -1
- package/dist/commonjs/collection/lib/useOverflowListModel.d.ts +191 -44
- package/dist/commonjs/collection/lib/useOverflowListModel.d.ts.map +1 -1
- package/dist/commonjs/collection/lib/useOverflowListTarget.d.ts +7 -4
- package/dist/commonjs/collection/lib/useOverflowListTarget.d.ts.map +1 -1
- package/dist/commonjs/collection/lib/useSelectionListModel.d.ts +155 -44
- package/dist/commonjs/collection/lib/useSelectionListModel.d.ts.map +1 -1
- package/dist/commonjs/menu/lib/Menu.d.ts +201 -60
- package/dist/commonjs/menu/lib/Menu.d.ts.map +1 -1
- package/dist/commonjs/menu/lib/MenuCard.d.ts +14 -8
- package/dist/commonjs/menu/lib/MenuCard.d.ts.map +1 -1
- package/dist/commonjs/menu/lib/MenuContextTarget.d.ts +21 -12
- package/dist/commonjs/menu/lib/MenuContextTarget.d.ts.map +1 -1
- package/dist/commonjs/menu/lib/MenuItem.d.ts +14 -9
- package/dist/commonjs/menu/lib/MenuItem.d.ts.map +1 -1
- package/dist/commonjs/menu/lib/MenuList.d.ts +14 -8
- package/dist/commonjs/menu/lib/MenuList.d.ts.map +1 -1
- package/dist/commonjs/menu/lib/MenuPopper.d.ts +7 -4
- package/dist/commonjs/menu/lib/MenuPopper.d.ts.map +1 -1
- package/dist/commonjs/menu/lib/MenuTarget.d.ts +35 -20
- package/dist/commonjs/menu/lib/MenuTarget.d.ts.map +1 -1
- package/dist/commonjs/menu/lib/useMenuModel.d.ts +173 -44
- package/dist/commonjs/menu/lib/useMenuModel.d.ts.map +1 -1
- package/dist/commonjs/tabs/lib/Tabs.d.ts +626 -176
- package/dist/commonjs/tabs/lib/Tabs.d.ts.map +1 -1
- package/dist/commonjs/tabs/lib/TabsItem.d.ts +28 -17
- package/dist/commonjs/tabs/lib/TabsItem.d.ts.map +1 -1
- package/dist/commonjs/tabs/lib/TabsList.d.ts +28 -16
- package/dist/commonjs/tabs/lib/TabsList.d.ts.map +1 -1
- package/dist/commonjs/tabs/lib/TabsMenuPopper.d.ts +7 -4
- package/dist/commonjs/tabs/lib/TabsMenuPopper.d.ts.map +1 -1
- package/dist/commonjs/tabs/lib/TabsOverflowButton.d.ts +28 -16
- package/dist/commonjs/tabs/lib/TabsOverflowButton.d.ts.map +1 -1
- package/dist/commonjs/tabs/lib/TabsPanel.d.ts +28 -16
- package/dist/commonjs/tabs/lib/TabsPanel.d.ts.map +1 -1
- package/dist/commonjs/tabs/lib/TabsPanels.d.ts +14 -8
- package/dist/commonjs/tabs/lib/TabsPanels.d.ts.map +1 -1
- package/dist/commonjs/tabs/lib/useTabsModel.d.ts +521 -116
- package/dist/commonjs/tabs/lib/useTabsModel.d.ts.map +1 -1
- package/dist/es6/action-bar/lib/ActionBar.d.ts +427 -124
- package/dist/es6/action-bar/lib/ActionBar.d.ts.map +1 -1
- package/dist/es6/action-bar/lib/ActionBarItem.d.ts +21 -12
- package/dist/es6/action-bar/lib/ActionBarItem.d.ts.map +1 -1
- package/dist/es6/action-bar/lib/ActionBarList.d.ts +21 -12
- package/dist/es6/action-bar/lib/ActionBarList.d.ts.map +1 -1
- package/dist/es6/action-bar/lib/ActionBarOverflowButton.d.ts +28 -16
- package/dist/es6/action-bar/lib/ActionBarOverflowButton.d.ts.map +1 -1
- package/dist/es6/action-bar/lib/useActionBarModel.d.ts +205 -52
- package/dist/es6/action-bar/lib/useActionBarModel.d.ts.map +1 -1
- package/dist/es6/breadcrumbs/lib/Breadcrumbs.d.ts +448 -136
- package/dist/es6/breadcrumbs/lib/Breadcrumbs.d.ts.map +1 -1
- package/dist/es6/breadcrumbs/lib/BreadcrumbsCurrentItem.d.ts +28 -16
- package/dist/es6/breadcrumbs/lib/BreadcrumbsCurrentItem.d.ts.map +1 -1
- package/dist/es6/breadcrumbs/lib/BreadcrumbsItem.d.ts +21 -12
- package/dist/es6/breadcrumbs/lib/BreadcrumbsItem.d.ts.map +1 -1
- package/dist/es6/breadcrumbs/lib/BreadcrumbsList.d.ts +14 -8
- package/dist/es6/breadcrumbs/lib/BreadcrumbsList.d.ts.map +1 -1
- package/dist/es6/breadcrumbs/lib/BreadcrumbsMenu.d.ts +208 -64
- package/dist/es6/breadcrumbs/lib/BreadcrumbsMenu.d.ts.map +1 -1
- package/dist/es6/breadcrumbs/lib/BreadcrumbsOverflowButton.d.ts +28 -16
- package/dist/es6/breadcrumbs/lib/BreadcrumbsOverflowButton.d.ts.map +1 -1
- package/dist/es6/breadcrumbs/lib/hooks/useBreadcrumbsModel.d.ts +205 -52
- package/dist/es6/breadcrumbs/lib/hooks/useBreadcrumbsModel.d.ts.map +1 -1
- package/dist/es6/collection/index.d.ts +1 -0
- package/dist/es6/collection/index.d.ts.map +1 -1
- package/dist/es6/collection/index.js +1 -0
- package/dist/es6/collection/lib/ListBox.d.ts +162 -48
- package/dist/es6/collection/lib/ListBox.d.ts.map +1 -1
- package/dist/es6/collection/lib/useCursorListModel.d.ts +354 -56
- package/dist/es6/collection/lib/useCursorListModel.d.ts.map +1 -1
- package/dist/es6/collection/lib/useCursorListModel.js +12 -15
- package/dist/es6/collection/lib/useGridModel.d.ts +155 -44
- package/dist/es6/collection/lib/useGridModel.d.ts.map +1 -1
- package/dist/es6/collection/lib/useListItemAllowChildStrings.d.ts +10 -7
- package/dist/es6/collection/lib/useListItemAllowChildStrings.d.ts.map +1 -1
- package/dist/es6/collection/lib/useListItemAllowChildStrings.js +3 -3
- package/dist/es6/collection/lib/useListItemRegister.d.ts +7 -4
- package/dist/es6/collection/lib/useListItemRegister.d.ts.map +1 -1
- package/dist/es6/collection/lib/useListItemRovingFocus.d.ts +7 -5
- package/dist/es6/collection/lib/useListItemRovingFocus.d.ts.map +1 -1
- package/dist/es6/collection/lib/useListItemRovingFocus.js +21 -8
- package/dist/es6/collection/lib/useListItemSelect.d.ts +7 -4
- package/dist/es6/collection/lib/useListItemSelect.d.ts.map +1 -1
- package/dist/es6/collection/lib/useListLoader.d.ts +67 -0
- package/dist/es6/collection/lib/useListLoader.d.ts.map +1 -0
- package/dist/es6/collection/lib/useListLoader.js +204 -0
- package/dist/es6/collection/lib/useListModel.d.ts +155 -44
- package/dist/es6/collection/lib/useListModel.d.ts.map +1 -1
- package/dist/es6/collection/lib/useListResetCursorOnBlur.d.ts +7 -4
- package/dist/es6/collection/lib/useListResetCursorOnBlur.d.ts.map +1 -1
- package/dist/es6/collection/lib/useOverflowListItemMeasure.d.ts +7 -4
- package/dist/es6/collection/lib/useOverflowListItemMeasure.d.ts.map +1 -1
- package/dist/es6/collection/lib/useOverflowListMeasure.d.ts +7 -4
- package/dist/es6/collection/lib/useOverflowListMeasure.d.ts.map +1 -1
- package/dist/es6/collection/lib/useOverflowListModel.d.ts +191 -44
- package/dist/es6/collection/lib/useOverflowListModel.d.ts.map +1 -1
- package/dist/es6/collection/lib/useOverflowListTarget.d.ts +7 -4
- package/dist/es6/collection/lib/useOverflowListTarget.d.ts.map +1 -1
- package/dist/es6/collection/lib/useSelectionListModel.d.ts +155 -44
- package/dist/es6/collection/lib/useSelectionListModel.d.ts.map +1 -1
- package/dist/es6/menu/lib/Menu.d.ts +201 -60
- package/dist/es6/menu/lib/Menu.d.ts.map +1 -1
- package/dist/es6/menu/lib/MenuCard.d.ts +14 -8
- package/dist/es6/menu/lib/MenuCard.d.ts.map +1 -1
- package/dist/es6/menu/lib/MenuContextTarget.d.ts +21 -12
- package/dist/es6/menu/lib/MenuContextTarget.d.ts.map +1 -1
- package/dist/es6/menu/lib/MenuItem.d.ts +14 -9
- package/dist/es6/menu/lib/MenuItem.d.ts.map +1 -1
- package/dist/es6/menu/lib/MenuList.d.ts +14 -8
- package/dist/es6/menu/lib/MenuList.d.ts.map +1 -1
- package/dist/es6/menu/lib/MenuPopper.d.ts +7 -4
- package/dist/es6/menu/lib/MenuPopper.d.ts.map +1 -1
- package/dist/es6/menu/lib/MenuTarget.d.ts +35 -20
- package/dist/es6/menu/lib/MenuTarget.d.ts.map +1 -1
- package/dist/es6/menu/lib/useMenuModel.d.ts +173 -44
- package/dist/es6/menu/lib/useMenuModel.d.ts.map +1 -1
- package/dist/es6/tabs/lib/Tabs.d.ts +626 -176
- package/dist/es6/tabs/lib/Tabs.d.ts.map +1 -1
- package/dist/es6/tabs/lib/TabsItem.d.ts +28 -17
- package/dist/es6/tabs/lib/TabsItem.d.ts.map +1 -1
- package/dist/es6/tabs/lib/TabsList.d.ts +28 -16
- package/dist/es6/tabs/lib/TabsList.d.ts.map +1 -1
- package/dist/es6/tabs/lib/TabsMenuPopper.d.ts +7 -4
- package/dist/es6/tabs/lib/TabsMenuPopper.d.ts.map +1 -1
- package/dist/es6/tabs/lib/TabsOverflowButton.d.ts +28 -16
- package/dist/es6/tabs/lib/TabsOverflowButton.d.ts.map +1 -1
- package/dist/es6/tabs/lib/TabsPanel.d.ts +28 -16
- package/dist/es6/tabs/lib/TabsPanel.d.ts.map +1 -1
- package/dist/es6/tabs/lib/TabsPanels.d.ts +14 -8
- package/dist/es6/tabs/lib/TabsPanels.d.ts.map +1 -1
- package/dist/es6/tabs/lib/useTabsModel.d.ts +521 -116
- package/dist/es6/tabs/lib/useTabsModel.d.ts.map +1 -1
- package/package.json +3 -3
|
@@ -36,6 +36,9 @@ export declare const useOverflowListModel: (<TT_Special_Generic>(config?: (Parti
|
|
|
36
36
|
cursorId: string;
|
|
37
37
|
columnCount: number;
|
|
38
38
|
pageSizeRef: React.MutableRefObject<number>;
|
|
39
|
+
cursorIndexRef: {
|
|
40
|
+
readonly current: number;
|
|
41
|
+
};
|
|
39
42
|
UNSTABLE_virtual: {
|
|
40
43
|
virtualItems: import("./react-virtual").VirtualItem[];
|
|
41
44
|
totalSize: number;
|
|
@@ -64,6 +67,9 @@ export declare const useOverflowListModel: (<TT_Special_Generic>(config?: (Parti
|
|
|
64
67
|
cursorId: string;
|
|
65
68
|
columnCount: number;
|
|
66
69
|
pageSizeRef: React.MutableRefObject<number>;
|
|
70
|
+
cursorIndexRef: {
|
|
71
|
+
readonly current: number;
|
|
72
|
+
};
|
|
67
73
|
UNSTABLE_virtual: {
|
|
68
74
|
virtualItems: import("./react-virtual").VirtualItem[];
|
|
69
75
|
totalSize: number;
|
|
@@ -92,6 +98,9 @@ export declare const useOverflowListModel: (<TT_Special_Generic>(config?: (Parti
|
|
|
92
98
|
cursorId: string;
|
|
93
99
|
columnCount: number;
|
|
94
100
|
pageSizeRef: React.MutableRefObject<number>;
|
|
101
|
+
cursorIndexRef: {
|
|
102
|
+
readonly current: number;
|
|
103
|
+
};
|
|
95
104
|
UNSTABLE_virtual: {
|
|
96
105
|
virtualItems: import("./react-virtual").VirtualItem[];
|
|
97
106
|
totalSize: number;
|
|
@@ -121,6 +130,9 @@ export declare const useOverflowListModel: (<TT_Special_Generic>(config?: (Parti
|
|
|
121
130
|
cursorId: string;
|
|
122
131
|
columnCount: number;
|
|
123
132
|
pageSizeRef: React.MutableRefObject<number>;
|
|
133
|
+
cursorIndexRef: {
|
|
134
|
+
readonly current: number;
|
|
135
|
+
};
|
|
124
136
|
UNSTABLE_virtual: {
|
|
125
137
|
virtualItems: import("./react-virtual").VirtualItem[];
|
|
126
138
|
totalSize: number;
|
|
@@ -149,6 +161,9 @@ export declare const useOverflowListModel: (<TT_Special_Generic>(config?: (Parti
|
|
|
149
161
|
cursorId: string;
|
|
150
162
|
columnCount: number;
|
|
151
163
|
pageSizeRef: React.MutableRefObject<number>;
|
|
164
|
+
cursorIndexRef: {
|
|
165
|
+
readonly current: number;
|
|
166
|
+
};
|
|
152
167
|
UNSTABLE_virtual: {
|
|
153
168
|
virtualItems: import("./react-virtual").VirtualItem[];
|
|
154
169
|
totalSize: number;
|
|
@@ -177,6 +192,9 @@ export declare const useOverflowListModel: (<TT_Special_Generic>(config?: (Parti
|
|
|
177
192
|
cursorId: string;
|
|
178
193
|
columnCount: number;
|
|
179
194
|
pageSizeRef: React.MutableRefObject<number>;
|
|
195
|
+
cursorIndexRef: {
|
|
196
|
+
readonly current: number;
|
|
197
|
+
};
|
|
180
198
|
UNSTABLE_virtual: {
|
|
181
199
|
virtualItems: import("./react-virtual").VirtualItem[];
|
|
182
200
|
totalSize: number;
|
|
@@ -205,6 +223,9 @@ export declare const useOverflowListModel: (<TT_Special_Generic>(config?: (Parti
|
|
|
205
223
|
cursorId: string;
|
|
206
224
|
columnCount: number;
|
|
207
225
|
pageSizeRef: React.MutableRefObject<number>;
|
|
226
|
+
cursorIndexRef: {
|
|
227
|
+
readonly current: number;
|
|
228
|
+
};
|
|
208
229
|
UNSTABLE_virtual: {
|
|
209
230
|
virtualItems: import("./react-virtual").VirtualItem[];
|
|
210
231
|
totalSize: number;
|
|
@@ -231,6 +252,9 @@ export declare const useOverflowListModel: (<TT_Special_Generic>(config?: (Parti
|
|
|
231
252
|
cursorId: string;
|
|
232
253
|
columnCount: number;
|
|
233
254
|
pageSizeRef: React.MutableRefObject<number>;
|
|
255
|
+
cursorIndexRef: {
|
|
256
|
+
readonly current: number;
|
|
257
|
+
};
|
|
234
258
|
UNSTABLE_virtual: {
|
|
235
259
|
virtualItems: import("./react-virtual").VirtualItem[];
|
|
236
260
|
totalSize: number;
|
|
@@ -257,6 +281,9 @@ export declare const useOverflowListModel: (<TT_Special_Generic>(config?: (Parti
|
|
|
257
281
|
cursorId: string;
|
|
258
282
|
columnCount: number;
|
|
259
283
|
pageSizeRef: React.MutableRefObject<number>;
|
|
284
|
+
cursorIndexRef: {
|
|
285
|
+
readonly current: number;
|
|
286
|
+
};
|
|
260
287
|
UNSTABLE_virtual: {
|
|
261
288
|
virtualItems: import("./react-virtual").VirtualItem[];
|
|
262
289
|
totalSize: number;
|
|
@@ -273,9 +300,8 @@ export declare const useOverflowListModel: (<TT_Special_Generic>(config?: (Parti
|
|
|
273
300
|
isVirtualized: boolean;
|
|
274
301
|
items: import("./useBaseListModel").Item<any>[];
|
|
275
302
|
}) => void) | undefined;
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
textValue: string;
|
|
303
|
+
onGoTo?: ((data: {
|
|
304
|
+
id: string;
|
|
279
305
|
}, prevState: {
|
|
280
306
|
hiddenIds: string[];
|
|
281
307
|
itemWidthCache: Record<string, number>;
|
|
@@ -286,6 +312,9 @@ export declare const useOverflowListModel: (<TT_Special_Generic>(config?: (Parti
|
|
|
286
312
|
cursorId: string;
|
|
287
313
|
columnCount: number;
|
|
288
314
|
pageSizeRef: React.MutableRefObject<number>;
|
|
315
|
+
cursorIndexRef: {
|
|
316
|
+
readonly current: number;
|
|
317
|
+
};
|
|
289
318
|
UNSTABLE_virtual: {
|
|
290
319
|
virtualItems: import("./react-virtual").VirtualItem[];
|
|
291
320
|
totalSize: number;
|
|
@@ -302,9 +331,7 @@ export declare const useOverflowListModel: (<TT_Special_Generic>(config?: (Parti
|
|
|
302
331
|
isVirtualized: boolean;
|
|
303
332
|
items: import("./useBaseListModel").Item<any>[];
|
|
304
333
|
}) => void) | undefined;
|
|
305
|
-
|
|
306
|
-
id: string;
|
|
307
|
-
}, prevState: {
|
|
334
|
+
onGoToNext?: ((data: undefined, prevState: {
|
|
308
335
|
hiddenIds: string[];
|
|
309
336
|
itemWidthCache: Record<string, number>;
|
|
310
337
|
containerWidth: number;
|
|
@@ -314,6 +341,9 @@ export declare const useOverflowListModel: (<TT_Special_Generic>(config?: (Parti
|
|
|
314
341
|
cursorId: string;
|
|
315
342
|
columnCount: number;
|
|
316
343
|
pageSizeRef: React.MutableRefObject<number>;
|
|
344
|
+
cursorIndexRef: {
|
|
345
|
+
readonly current: number;
|
|
346
|
+
};
|
|
317
347
|
UNSTABLE_virtual: {
|
|
318
348
|
virtualItems: import("./react-virtual").VirtualItem[];
|
|
319
349
|
totalSize: number;
|
|
@@ -330,7 +360,7 @@ export declare const useOverflowListModel: (<TT_Special_Generic>(config?: (Parti
|
|
|
330
360
|
isVirtualized: boolean;
|
|
331
361
|
items: import("./useBaseListModel").Item<any>[];
|
|
332
362
|
}) => void) | undefined;
|
|
333
|
-
|
|
363
|
+
onGoToPrevious?: ((data: undefined, prevState: {
|
|
334
364
|
hiddenIds: string[];
|
|
335
365
|
itemWidthCache: Record<string, number>;
|
|
336
366
|
containerWidth: number;
|
|
@@ -340,6 +370,9 @@ export declare const useOverflowListModel: (<TT_Special_Generic>(config?: (Parti
|
|
|
340
370
|
cursorId: string;
|
|
341
371
|
columnCount: number;
|
|
342
372
|
pageSizeRef: React.MutableRefObject<number>;
|
|
373
|
+
cursorIndexRef: {
|
|
374
|
+
readonly current: number;
|
|
375
|
+
};
|
|
343
376
|
UNSTABLE_virtual: {
|
|
344
377
|
virtualItems: import("./react-virtual").VirtualItem[];
|
|
345
378
|
totalSize: number;
|
|
@@ -356,7 +389,7 @@ export declare const useOverflowListModel: (<TT_Special_Generic>(config?: (Parti
|
|
|
356
389
|
isVirtualized: boolean;
|
|
357
390
|
items: import("./useBaseListModel").Item<any>[];
|
|
358
391
|
}) => void) | undefined;
|
|
359
|
-
|
|
392
|
+
onGoToPreviousRow?: ((data: undefined, prevState: {
|
|
360
393
|
hiddenIds: string[];
|
|
361
394
|
itemWidthCache: Record<string, number>;
|
|
362
395
|
containerWidth: number;
|
|
@@ -366,6 +399,9 @@ export declare const useOverflowListModel: (<TT_Special_Generic>(config?: (Parti
|
|
|
366
399
|
cursorId: string;
|
|
367
400
|
columnCount: number;
|
|
368
401
|
pageSizeRef: React.MutableRefObject<number>;
|
|
402
|
+
cursorIndexRef: {
|
|
403
|
+
readonly current: number;
|
|
404
|
+
};
|
|
369
405
|
UNSTABLE_virtual: {
|
|
370
406
|
virtualItems: import("./react-virtual").VirtualItem[];
|
|
371
407
|
totalSize: number;
|
|
@@ -382,7 +418,7 @@ export declare const useOverflowListModel: (<TT_Special_Generic>(config?: (Parti
|
|
|
382
418
|
isVirtualized: boolean;
|
|
383
419
|
items: import("./useBaseListModel").Item<any>[];
|
|
384
420
|
}) => void) | undefined;
|
|
385
|
-
|
|
421
|
+
onGoToNextRow?: ((data: undefined, prevState: {
|
|
386
422
|
hiddenIds: string[];
|
|
387
423
|
itemWidthCache: Record<string, number>;
|
|
388
424
|
containerWidth: number;
|
|
@@ -392,6 +428,9 @@ export declare const useOverflowListModel: (<TT_Special_Generic>(config?: (Parti
|
|
|
392
428
|
cursorId: string;
|
|
393
429
|
columnCount: number;
|
|
394
430
|
pageSizeRef: React.MutableRefObject<number>;
|
|
431
|
+
cursorIndexRef: {
|
|
432
|
+
readonly current: number;
|
|
433
|
+
};
|
|
395
434
|
UNSTABLE_virtual: {
|
|
396
435
|
virtualItems: import("./react-virtual").VirtualItem[];
|
|
397
436
|
totalSize: number;
|
|
@@ -408,7 +447,7 @@ export declare const useOverflowListModel: (<TT_Special_Generic>(config?: (Parti
|
|
|
408
447
|
isVirtualized: boolean;
|
|
409
448
|
items: import("./useBaseListModel").Item<any>[];
|
|
410
449
|
}) => void) | undefined;
|
|
411
|
-
|
|
450
|
+
onGoToFirst?: ((data: undefined, prevState: {
|
|
412
451
|
hiddenIds: string[];
|
|
413
452
|
itemWidthCache: Record<string, number>;
|
|
414
453
|
containerWidth: number;
|
|
@@ -418,6 +457,9 @@ export declare const useOverflowListModel: (<TT_Special_Generic>(config?: (Parti
|
|
|
418
457
|
cursorId: string;
|
|
419
458
|
columnCount: number;
|
|
420
459
|
pageSizeRef: React.MutableRefObject<number>;
|
|
460
|
+
cursorIndexRef: {
|
|
461
|
+
readonly current: number;
|
|
462
|
+
};
|
|
421
463
|
UNSTABLE_virtual: {
|
|
422
464
|
virtualItems: import("./react-virtual").VirtualItem[];
|
|
423
465
|
totalSize: number;
|
|
@@ -434,7 +476,7 @@ export declare const useOverflowListModel: (<TT_Special_Generic>(config?: (Parti
|
|
|
434
476
|
isVirtualized: boolean;
|
|
435
477
|
items: import("./useBaseListModel").Item<any>[];
|
|
436
478
|
}) => void) | undefined;
|
|
437
|
-
|
|
479
|
+
onGoToLast?: ((data: undefined, prevState: {
|
|
438
480
|
hiddenIds: string[];
|
|
439
481
|
itemWidthCache: Record<string, number>;
|
|
440
482
|
containerWidth: number;
|
|
@@ -444,6 +486,9 @@ export declare const useOverflowListModel: (<TT_Special_Generic>(config?: (Parti
|
|
|
444
486
|
cursorId: string;
|
|
445
487
|
columnCount: number;
|
|
446
488
|
pageSizeRef: React.MutableRefObject<number>;
|
|
489
|
+
cursorIndexRef: {
|
|
490
|
+
readonly current: number;
|
|
491
|
+
};
|
|
447
492
|
UNSTABLE_virtual: {
|
|
448
493
|
virtualItems: import("./react-virtual").VirtualItem[];
|
|
449
494
|
totalSize: number;
|
|
@@ -460,7 +505,7 @@ export declare const useOverflowListModel: (<TT_Special_Generic>(config?: (Parti
|
|
|
460
505
|
isVirtualized: boolean;
|
|
461
506
|
items: import("./useBaseListModel").Item<any>[];
|
|
462
507
|
}) => void) | undefined;
|
|
463
|
-
|
|
508
|
+
onGoToFirstOfRow?: ((data: undefined, prevState: {
|
|
464
509
|
hiddenIds: string[];
|
|
465
510
|
itemWidthCache: Record<string, number>;
|
|
466
511
|
containerWidth: number;
|
|
@@ -470,6 +515,9 @@ export declare const useOverflowListModel: (<TT_Special_Generic>(config?: (Parti
|
|
|
470
515
|
cursorId: string;
|
|
471
516
|
columnCount: number;
|
|
472
517
|
pageSizeRef: React.MutableRefObject<number>;
|
|
518
|
+
cursorIndexRef: {
|
|
519
|
+
readonly current: number;
|
|
520
|
+
};
|
|
473
521
|
UNSTABLE_virtual: {
|
|
474
522
|
virtualItems: import("./react-virtual").VirtualItem[];
|
|
475
523
|
totalSize: number;
|
|
@@ -486,7 +534,7 @@ export declare const useOverflowListModel: (<TT_Special_Generic>(config?: (Parti
|
|
|
486
534
|
isVirtualized: boolean;
|
|
487
535
|
items: import("./useBaseListModel").Item<any>[];
|
|
488
536
|
}) => void) | undefined;
|
|
489
|
-
|
|
537
|
+
onGoToLastOfRow?: ((data: undefined, prevState: {
|
|
490
538
|
hiddenIds: string[];
|
|
491
539
|
itemWidthCache: Record<string, number>;
|
|
492
540
|
containerWidth: number;
|
|
@@ -496,6 +544,9 @@ export declare const useOverflowListModel: (<TT_Special_Generic>(config?: (Parti
|
|
|
496
544
|
cursorId: string;
|
|
497
545
|
columnCount: number;
|
|
498
546
|
pageSizeRef: React.MutableRefObject<number>;
|
|
547
|
+
cursorIndexRef: {
|
|
548
|
+
readonly current: number;
|
|
549
|
+
};
|
|
499
550
|
UNSTABLE_virtual: {
|
|
500
551
|
virtualItems: import("./react-virtual").VirtualItem[];
|
|
501
552
|
totalSize: number;
|
|
@@ -512,7 +563,7 @@ export declare const useOverflowListModel: (<TT_Special_Generic>(config?: (Parti
|
|
|
512
563
|
isVirtualized: boolean;
|
|
513
564
|
items: import("./useBaseListModel").Item<any>[];
|
|
514
565
|
}) => void) | undefined;
|
|
515
|
-
|
|
566
|
+
onGoToNextPage?: ((data: undefined, prevState: {
|
|
516
567
|
hiddenIds: string[];
|
|
517
568
|
itemWidthCache: Record<string, number>;
|
|
518
569
|
containerWidth: number;
|
|
@@ -522,6 +573,9 @@ export declare const useOverflowListModel: (<TT_Special_Generic>(config?: (Parti
|
|
|
522
573
|
cursorId: string;
|
|
523
574
|
columnCount: number;
|
|
524
575
|
pageSizeRef: React.MutableRefObject<number>;
|
|
576
|
+
cursorIndexRef: {
|
|
577
|
+
readonly current: number;
|
|
578
|
+
};
|
|
525
579
|
UNSTABLE_virtual: {
|
|
526
580
|
virtualItems: import("./react-virtual").VirtualItem[];
|
|
527
581
|
totalSize: number;
|
|
@@ -538,7 +592,7 @@ export declare const useOverflowListModel: (<TT_Special_Generic>(config?: (Parti
|
|
|
538
592
|
isVirtualized: boolean;
|
|
539
593
|
items: import("./useBaseListModel").Item<any>[];
|
|
540
594
|
}) => void) | undefined;
|
|
541
|
-
|
|
595
|
+
onGoToPreviousPage?: ((data: undefined, prevState: {
|
|
542
596
|
hiddenIds: string[];
|
|
543
597
|
itemWidthCache: Record<string, number>;
|
|
544
598
|
containerWidth: number;
|
|
@@ -548,6 +602,9 @@ export declare const useOverflowListModel: (<TT_Special_Generic>(config?: (Parti
|
|
|
548
602
|
cursorId: string;
|
|
549
603
|
columnCount: number;
|
|
550
604
|
pageSizeRef: React.MutableRefObject<number>;
|
|
605
|
+
cursorIndexRef: {
|
|
606
|
+
readonly current: number;
|
|
607
|
+
};
|
|
551
608
|
UNSTABLE_virtual: {
|
|
552
609
|
virtualItems: import("./react-virtual").VirtualItem[];
|
|
553
610
|
totalSize: number;
|
|
@@ -564,7 +621,10 @@ export declare const useOverflowListModel: (<TT_Special_Generic>(config?: (Parti
|
|
|
564
621
|
isVirtualized: boolean;
|
|
565
622
|
items: import("./useBaseListModel").Item<any>[];
|
|
566
623
|
}) => void) | undefined;
|
|
567
|
-
|
|
624
|
+
onRegisterItem?: ((data: {
|
|
625
|
+
item: any;
|
|
626
|
+
textValue: string;
|
|
627
|
+
}, prevState: {
|
|
568
628
|
hiddenIds: string[];
|
|
569
629
|
itemWidthCache: Record<string, number>;
|
|
570
630
|
containerWidth: number;
|
|
@@ -574,6 +634,9 @@ export declare const useOverflowListModel: (<TT_Special_Generic>(config?: (Parti
|
|
|
574
634
|
cursorId: string;
|
|
575
635
|
columnCount: number;
|
|
576
636
|
pageSizeRef: React.MutableRefObject<number>;
|
|
637
|
+
cursorIndexRef: {
|
|
638
|
+
readonly current: number;
|
|
639
|
+
};
|
|
577
640
|
UNSTABLE_virtual: {
|
|
578
641
|
virtualItems: import("./react-virtual").VirtualItem[];
|
|
579
642
|
totalSize: number;
|
|
@@ -602,6 +665,9 @@ export declare const useOverflowListModel: (<TT_Special_Generic>(config?: (Parti
|
|
|
602
665
|
cursorId: string;
|
|
603
666
|
columnCount: number;
|
|
604
667
|
pageSizeRef: React.MutableRefObject<number>;
|
|
668
|
+
cursorIndexRef: {
|
|
669
|
+
readonly current: number;
|
|
670
|
+
};
|
|
605
671
|
UNSTABLE_virtual: {
|
|
606
672
|
virtualItems: import("./react-virtual").VirtualItem[];
|
|
607
673
|
totalSize: number;
|
|
@@ -630,6 +696,9 @@ export declare const useOverflowListModel: (<TT_Special_Generic>(config?: (Parti
|
|
|
630
696
|
cursorId: string;
|
|
631
697
|
columnCount: number;
|
|
632
698
|
pageSizeRef: React.MutableRefObject<number>;
|
|
699
|
+
cursorIndexRef: {
|
|
700
|
+
readonly current: number;
|
|
701
|
+
};
|
|
633
702
|
UNSTABLE_virtual: {
|
|
634
703
|
virtualItems: import("./react-virtual").VirtualItem[];
|
|
635
704
|
totalSize: number;
|
|
@@ -659,6 +728,9 @@ export declare const useOverflowListModel: (<TT_Special_Generic>(config?: (Parti
|
|
|
659
728
|
cursorId: string;
|
|
660
729
|
columnCount: number;
|
|
661
730
|
pageSizeRef: React.MutableRefObject<number>;
|
|
731
|
+
cursorIndexRef: {
|
|
732
|
+
readonly current: number;
|
|
733
|
+
};
|
|
662
734
|
UNSTABLE_virtual: {
|
|
663
735
|
virtualItems: import("./react-virtual").VirtualItem[];
|
|
664
736
|
totalSize: number;
|
|
@@ -687,6 +759,9 @@ export declare const useOverflowListModel: (<TT_Special_Generic>(config?: (Parti
|
|
|
687
759
|
cursorId: string;
|
|
688
760
|
columnCount: number;
|
|
689
761
|
pageSizeRef: React.MutableRefObject<number>;
|
|
762
|
+
cursorIndexRef: {
|
|
763
|
+
readonly current: number;
|
|
764
|
+
};
|
|
690
765
|
UNSTABLE_virtual: {
|
|
691
766
|
virtualItems: import("./react-virtual").VirtualItem[];
|
|
692
767
|
totalSize: number;
|
|
@@ -715,6 +790,9 @@ export declare const useOverflowListModel: (<TT_Special_Generic>(config?: (Parti
|
|
|
715
790
|
cursorId: string;
|
|
716
791
|
columnCount: number;
|
|
717
792
|
pageSizeRef: React.MutableRefObject<number>;
|
|
793
|
+
cursorIndexRef: {
|
|
794
|
+
readonly current: number;
|
|
795
|
+
};
|
|
718
796
|
UNSTABLE_virtual: {
|
|
719
797
|
virtualItems: import("./react-virtual").VirtualItem[];
|
|
720
798
|
totalSize: number;
|
|
@@ -744,6 +822,9 @@ export declare const useOverflowListModel: (<TT_Special_Generic>(config?: (Parti
|
|
|
744
822
|
cursorId: string;
|
|
745
823
|
columnCount: number;
|
|
746
824
|
pageSizeRef: React.MutableRefObject<number>;
|
|
825
|
+
cursorIndexRef: {
|
|
826
|
+
readonly current: number;
|
|
827
|
+
};
|
|
747
828
|
UNSTABLE_virtual: {
|
|
748
829
|
virtualItems: import("./react-virtual").VirtualItem[];
|
|
749
830
|
totalSize: number;
|
|
@@ -772,6 +853,9 @@ export declare const useOverflowListModel: (<TT_Special_Generic>(config?: (Parti
|
|
|
772
853
|
cursorId: string;
|
|
773
854
|
columnCount: number;
|
|
774
855
|
pageSizeRef: React.MutableRefObject<number>;
|
|
856
|
+
cursorIndexRef: {
|
|
857
|
+
readonly current: number;
|
|
858
|
+
};
|
|
775
859
|
UNSTABLE_virtual: {
|
|
776
860
|
virtualItems: import("./react-virtual").VirtualItem[];
|
|
777
861
|
totalSize: number;
|
|
@@ -800,6 +884,9 @@ export declare const useOverflowListModel: (<TT_Special_Generic>(config?: (Parti
|
|
|
800
884
|
cursorId: string;
|
|
801
885
|
columnCount: number;
|
|
802
886
|
pageSizeRef: React.MutableRefObject<number>;
|
|
887
|
+
cursorIndexRef: {
|
|
888
|
+
readonly current: number;
|
|
889
|
+
};
|
|
803
890
|
UNSTABLE_virtual: {
|
|
804
891
|
virtualItems: import("./react-virtual").VirtualItem[];
|
|
805
892
|
totalSize: number;
|
|
@@ -828,6 +915,9 @@ export declare const useOverflowListModel: (<TT_Special_Generic>(config?: (Parti
|
|
|
828
915
|
cursorId: string;
|
|
829
916
|
columnCount: number;
|
|
830
917
|
pageSizeRef: React.MutableRefObject<number>;
|
|
918
|
+
cursorIndexRef: {
|
|
919
|
+
readonly current: number;
|
|
920
|
+
};
|
|
831
921
|
UNSTABLE_virtual: {
|
|
832
922
|
virtualItems: import("./react-virtual").VirtualItem[];
|
|
833
923
|
totalSize: number;
|
|
@@ -854,6 +944,9 @@ export declare const useOverflowListModel: (<TT_Special_Generic>(config?: (Parti
|
|
|
854
944
|
cursorId: string;
|
|
855
945
|
columnCount: number;
|
|
856
946
|
pageSizeRef: React.MutableRefObject<number>;
|
|
947
|
+
cursorIndexRef: {
|
|
948
|
+
readonly current: number;
|
|
949
|
+
};
|
|
857
950
|
UNSTABLE_virtual: {
|
|
858
951
|
virtualItems: import("./react-virtual").VirtualItem[];
|
|
859
952
|
totalSize: number;
|
|
@@ -880,6 +973,9 @@ export declare const useOverflowListModel: (<TT_Special_Generic>(config?: (Parti
|
|
|
880
973
|
cursorId: string;
|
|
881
974
|
columnCount: number;
|
|
882
975
|
pageSizeRef: React.MutableRefObject<number>;
|
|
976
|
+
cursorIndexRef: {
|
|
977
|
+
readonly current: number;
|
|
978
|
+
};
|
|
883
979
|
UNSTABLE_virtual: {
|
|
884
980
|
virtualItems: import("./react-virtual").VirtualItem[];
|
|
885
981
|
totalSize: number;
|
|
@@ -896,9 +992,8 @@ export declare const useOverflowListModel: (<TT_Special_Generic>(config?: (Parti
|
|
|
896
992
|
isVirtualized: boolean;
|
|
897
993
|
items: import("./useBaseListModel").Item<any>[];
|
|
898
994
|
}) => boolean) | undefined;
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
textValue: string;
|
|
995
|
+
shouldGoTo?: ((data: {
|
|
996
|
+
id: string;
|
|
902
997
|
}, state: {
|
|
903
998
|
hiddenIds: string[];
|
|
904
999
|
itemWidthCache: Record<string, number>;
|
|
@@ -909,6 +1004,9 @@ export declare const useOverflowListModel: (<TT_Special_Generic>(config?: (Parti
|
|
|
909
1004
|
cursorId: string;
|
|
910
1005
|
columnCount: number;
|
|
911
1006
|
pageSizeRef: React.MutableRefObject<number>;
|
|
1007
|
+
cursorIndexRef: {
|
|
1008
|
+
readonly current: number;
|
|
1009
|
+
};
|
|
912
1010
|
UNSTABLE_virtual: {
|
|
913
1011
|
virtualItems: import("./react-virtual").VirtualItem[];
|
|
914
1012
|
totalSize: number;
|
|
@@ -925,9 +1023,7 @@ export declare const useOverflowListModel: (<TT_Special_Generic>(config?: (Parti
|
|
|
925
1023
|
isVirtualized: boolean;
|
|
926
1024
|
items: import("./useBaseListModel").Item<any>[];
|
|
927
1025
|
}) => boolean) | undefined;
|
|
928
|
-
|
|
929
|
-
id: string;
|
|
930
|
-
}, state: {
|
|
1026
|
+
shouldGoToNext?: ((data: undefined, state: {
|
|
931
1027
|
hiddenIds: string[];
|
|
932
1028
|
itemWidthCache: Record<string, number>;
|
|
933
1029
|
containerWidth: number;
|
|
@@ -937,6 +1033,9 @@ export declare const useOverflowListModel: (<TT_Special_Generic>(config?: (Parti
|
|
|
937
1033
|
cursorId: string;
|
|
938
1034
|
columnCount: number;
|
|
939
1035
|
pageSizeRef: React.MutableRefObject<number>;
|
|
1036
|
+
cursorIndexRef: {
|
|
1037
|
+
readonly current: number;
|
|
1038
|
+
};
|
|
940
1039
|
UNSTABLE_virtual: {
|
|
941
1040
|
virtualItems: import("./react-virtual").VirtualItem[];
|
|
942
1041
|
totalSize: number;
|
|
@@ -953,7 +1052,7 @@ export declare const useOverflowListModel: (<TT_Special_Generic>(config?: (Parti
|
|
|
953
1052
|
isVirtualized: boolean;
|
|
954
1053
|
items: import("./useBaseListModel").Item<any>[];
|
|
955
1054
|
}) => boolean) | undefined;
|
|
956
|
-
|
|
1055
|
+
shouldGoToPrevious?: ((data: undefined, state: {
|
|
957
1056
|
hiddenIds: string[];
|
|
958
1057
|
itemWidthCache: Record<string, number>;
|
|
959
1058
|
containerWidth: number;
|
|
@@ -963,6 +1062,9 @@ export declare const useOverflowListModel: (<TT_Special_Generic>(config?: (Parti
|
|
|
963
1062
|
cursorId: string;
|
|
964
1063
|
columnCount: number;
|
|
965
1064
|
pageSizeRef: React.MutableRefObject<number>;
|
|
1065
|
+
cursorIndexRef: {
|
|
1066
|
+
readonly current: number;
|
|
1067
|
+
};
|
|
966
1068
|
UNSTABLE_virtual: {
|
|
967
1069
|
virtualItems: import("./react-virtual").VirtualItem[];
|
|
968
1070
|
totalSize: number;
|
|
@@ -979,7 +1081,7 @@ export declare const useOverflowListModel: (<TT_Special_Generic>(config?: (Parti
|
|
|
979
1081
|
isVirtualized: boolean;
|
|
980
1082
|
items: import("./useBaseListModel").Item<any>[];
|
|
981
1083
|
}) => boolean) | undefined;
|
|
982
|
-
|
|
1084
|
+
shouldGoToPreviousRow?: ((data: undefined, state: {
|
|
983
1085
|
hiddenIds: string[];
|
|
984
1086
|
itemWidthCache: Record<string, number>;
|
|
985
1087
|
containerWidth: number;
|
|
@@ -989,6 +1091,9 @@ export declare const useOverflowListModel: (<TT_Special_Generic>(config?: (Parti
|
|
|
989
1091
|
cursorId: string;
|
|
990
1092
|
columnCount: number;
|
|
991
1093
|
pageSizeRef: React.MutableRefObject<number>;
|
|
1094
|
+
cursorIndexRef: {
|
|
1095
|
+
readonly current: number;
|
|
1096
|
+
};
|
|
992
1097
|
UNSTABLE_virtual: {
|
|
993
1098
|
virtualItems: import("./react-virtual").VirtualItem[];
|
|
994
1099
|
totalSize: number;
|
|
@@ -1005,7 +1110,7 @@ export declare const useOverflowListModel: (<TT_Special_Generic>(config?: (Parti
|
|
|
1005
1110
|
isVirtualized: boolean;
|
|
1006
1111
|
items: import("./useBaseListModel").Item<any>[];
|
|
1007
1112
|
}) => boolean) | undefined;
|
|
1008
|
-
|
|
1113
|
+
shouldGoToNextRow?: ((data: undefined, state: {
|
|
1009
1114
|
hiddenIds: string[];
|
|
1010
1115
|
itemWidthCache: Record<string, number>;
|
|
1011
1116
|
containerWidth: number;
|
|
@@ -1015,6 +1120,9 @@ export declare const useOverflowListModel: (<TT_Special_Generic>(config?: (Parti
|
|
|
1015
1120
|
cursorId: string;
|
|
1016
1121
|
columnCount: number;
|
|
1017
1122
|
pageSizeRef: React.MutableRefObject<number>;
|
|
1123
|
+
cursorIndexRef: {
|
|
1124
|
+
readonly current: number;
|
|
1125
|
+
};
|
|
1018
1126
|
UNSTABLE_virtual: {
|
|
1019
1127
|
virtualItems: import("./react-virtual").VirtualItem[];
|
|
1020
1128
|
totalSize: number;
|
|
@@ -1031,7 +1139,7 @@ export declare const useOverflowListModel: (<TT_Special_Generic>(config?: (Parti
|
|
|
1031
1139
|
isVirtualized: boolean;
|
|
1032
1140
|
items: import("./useBaseListModel").Item<any>[];
|
|
1033
1141
|
}) => boolean) | undefined;
|
|
1034
|
-
|
|
1142
|
+
shouldGoToFirst?: ((data: undefined, state: {
|
|
1035
1143
|
hiddenIds: string[];
|
|
1036
1144
|
itemWidthCache: Record<string, number>;
|
|
1037
1145
|
containerWidth: number;
|
|
@@ -1041,6 +1149,9 @@ export declare const useOverflowListModel: (<TT_Special_Generic>(config?: (Parti
|
|
|
1041
1149
|
cursorId: string;
|
|
1042
1150
|
columnCount: number;
|
|
1043
1151
|
pageSizeRef: React.MutableRefObject<number>;
|
|
1152
|
+
cursorIndexRef: {
|
|
1153
|
+
readonly current: number;
|
|
1154
|
+
};
|
|
1044
1155
|
UNSTABLE_virtual: {
|
|
1045
1156
|
virtualItems: import("./react-virtual").VirtualItem[];
|
|
1046
1157
|
totalSize: number;
|
|
@@ -1057,7 +1168,7 @@ export declare const useOverflowListModel: (<TT_Special_Generic>(config?: (Parti
|
|
|
1057
1168
|
isVirtualized: boolean;
|
|
1058
1169
|
items: import("./useBaseListModel").Item<any>[];
|
|
1059
1170
|
}) => boolean) | undefined;
|
|
1060
|
-
|
|
1171
|
+
shouldGoToLast?: ((data: undefined, state: {
|
|
1061
1172
|
hiddenIds: string[];
|
|
1062
1173
|
itemWidthCache: Record<string, number>;
|
|
1063
1174
|
containerWidth: number;
|
|
@@ -1067,6 +1178,9 @@ export declare const useOverflowListModel: (<TT_Special_Generic>(config?: (Parti
|
|
|
1067
1178
|
cursorId: string;
|
|
1068
1179
|
columnCount: number;
|
|
1069
1180
|
pageSizeRef: React.MutableRefObject<number>;
|
|
1181
|
+
cursorIndexRef: {
|
|
1182
|
+
readonly current: number;
|
|
1183
|
+
};
|
|
1070
1184
|
UNSTABLE_virtual: {
|
|
1071
1185
|
virtualItems: import("./react-virtual").VirtualItem[];
|
|
1072
1186
|
totalSize: number;
|
|
@@ -1083,7 +1197,7 @@ export declare const useOverflowListModel: (<TT_Special_Generic>(config?: (Parti
|
|
|
1083
1197
|
isVirtualized: boolean;
|
|
1084
1198
|
items: import("./useBaseListModel").Item<any>[];
|
|
1085
1199
|
}) => boolean) | undefined;
|
|
1086
|
-
|
|
1200
|
+
shouldGoToFirstOfRow?: ((data: undefined, state: {
|
|
1087
1201
|
hiddenIds: string[];
|
|
1088
1202
|
itemWidthCache: Record<string, number>;
|
|
1089
1203
|
containerWidth: number;
|
|
@@ -1093,6 +1207,9 @@ export declare const useOverflowListModel: (<TT_Special_Generic>(config?: (Parti
|
|
|
1093
1207
|
cursorId: string;
|
|
1094
1208
|
columnCount: number;
|
|
1095
1209
|
pageSizeRef: React.MutableRefObject<number>;
|
|
1210
|
+
cursorIndexRef: {
|
|
1211
|
+
readonly current: number;
|
|
1212
|
+
};
|
|
1096
1213
|
UNSTABLE_virtual: {
|
|
1097
1214
|
virtualItems: import("./react-virtual").VirtualItem[];
|
|
1098
1215
|
totalSize: number;
|
|
@@ -1109,7 +1226,7 @@ export declare const useOverflowListModel: (<TT_Special_Generic>(config?: (Parti
|
|
|
1109
1226
|
isVirtualized: boolean;
|
|
1110
1227
|
items: import("./useBaseListModel").Item<any>[];
|
|
1111
1228
|
}) => boolean) | undefined;
|
|
1112
|
-
|
|
1229
|
+
shouldGoToLastOfRow?: ((data: undefined, state: {
|
|
1113
1230
|
hiddenIds: string[];
|
|
1114
1231
|
itemWidthCache: Record<string, number>;
|
|
1115
1232
|
containerWidth: number;
|
|
@@ -1119,6 +1236,9 @@ export declare const useOverflowListModel: (<TT_Special_Generic>(config?: (Parti
|
|
|
1119
1236
|
cursorId: string;
|
|
1120
1237
|
columnCount: number;
|
|
1121
1238
|
pageSizeRef: React.MutableRefObject<number>;
|
|
1239
|
+
cursorIndexRef: {
|
|
1240
|
+
readonly current: number;
|
|
1241
|
+
};
|
|
1122
1242
|
UNSTABLE_virtual: {
|
|
1123
1243
|
virtualItems: import("./react-virtual").VirtualItem[];
|
|
1124
1244
|
totalSize: number;
|
|
@@ -1135,7 +1255,7 @@ export declare const useOverflowListModel: (<TT_Special_Generic>(config?: (Parti
|
|
|
1135
1255
|
isVirtualized: boolean;
|
|
1136
1256
|
items: import("./useBaseListModel").Item<any>[];
|
|
1137
1257
|
}) => boolean) | undefined;
|
|
1138
|
-
|
|
1258
|
+
shouldGoToNextPage?: ((data: undefined, state: {
|
|
1139
1259
|
hiddenIds: string[];
|
|
1140
1260
|
itemWidthCache: Record<string, number>;
|
|
1141
1261
|
containerWidth: number;
|
|
@@ -1145,6 +1265,9 @@ export declare const useOverflowListModel: (<TT_Special_Generic>(config?: (Parti
|
|
|
1145
1265
|
cursorId: string;
|
|
1146
1266
|
columnCount: number;
|
|
1147
1267
|
pageSizeRef: React.MutableRefObject<number>;
|
|
1268
|
+
cursorIndexRef: {
|
|
1269
|
+
readonly current: number;
|
|
1270
|
+
};
|
|
1148
1271
|
UNSTABLE_virtual: {
|
|
1149
1272
|
virtualItems: import("./react-virtual").VirtualItem[];
|
|
1150
1273
|
totalSize: number;
|
|
@@ -1161,7 +1284,7 @@ export declare const useOverflowListModel: (<TT_Special_Generic>(config?: (Parti
|
|
|
1161
1284
|
isVirtualized: boolean;
|
|
1162
1285
|
items: import("./useBaseListModel").Item<any>[];
|
|
1163
1286
|
}) => boolean) | undefined;
|
|
1164
|
-
|
|
1287
|
+
shouldGoToPreviousPage?: ((data: undefined, state: {
|
|
1165
1288
|
hiddenIds: string[];
|
|
1166
1289
|
itemWidthCache: Record<string, number>;
|
|
1167
1290
|
containerWidth: number;
|
|
@@ -1171,6 +1294,9 @@ export declare const useOverflowListModel: (<TT_Special_Generic>(config?: (Parti
|
|
|
1171
1294
|
cursorId: string;
|
|
1172
1295
|
columnCount: number;
|
|
1173
1296
|
pageSizeRef: React.MutableRefObject<number>;
|
|
1297
|
+
cursorIndexRef: {
|
|
1298
|
+
readonly current: number;
|
|
1299
|
+
};
|
|
1174
1300
|
UNSTABLE_virtual: {
|
|
1175
1301
|
virtualItems: import("./react-virtual").VirtualItem[];
|
|
1176
1302
|
totalSize: number;
|
|
@@ -1187,7 +1313,10 @@ export declare const useOverflowListModel: (<TT_Special_Generic>(config?: (Parti
|
|
|
1187
1313
|
isVirtualized: boolean;
|
|
1188
1314
|
items: import("./useBaseListModel").Item<any>[];
|
|
1189
1315
|
}) => boolean) | undefined;
|
|
1190
|
-
|
|
1316
|
+
shouldRegisterItem?: ((data: {
|
|
1317
|
+
item: any;
|
|
1318
|
+
textValue: string;
|
|
1319
|
+
}, state: {
|
|
1191
1320
|
hiddenIds: string[];
|
|
1192
1321
|
itemWidthCache: Record<string, number>;
|
|
1193
1322
|
containerWidth: number;
|
|
@@ -1197,6 +1326,9 @@ export declare const useOverflowListModel: (<TT_Special_Generic>(config?: (Parti
|
|
|
1197
1326
|
cursorId: string;
|
|
1198
1327
|
columnCount: number;
|
|
1199
1328
|
pageSizeRef: React.MutableRefObject<number>;
|
|
1329
|
+
cursorIndexRef: {
|
|
1330
|
+
readonly current: number;
|
|
1331
|
+
};
|
|
1200
1332
|
UNSTABLE_virtual: {
|
|
1201
1333
|
virtualItems: import("./react-virtual").VirtualItem[];
|
|
1202
1334
|
totalSize: number;
|
|
@@ -1225,6 +1357,9 @@ export declare const useOverflowListModel: (<TT_Special_Generic>(config?: (Parti
|
|
|
1225
1357
|
cursorId: string;
|
|
1226
1358
|
columnCount: number;
|
|
1227
1359
|
pageSizeRef: React.MutableRefObject<number>;
|
|
1360
|
+
cursorIndexRef: {
|
|
1361
|
+
readonly current: number;
|
|
1362
|
+
};
|
|
1228
1363
|
UNSTABLE_virtual: {
|
|
1229
1364
|
virtualItems: import("./react-virtual").VirtualItem[];
|
|
1230
1365
|
totalSize: number;
|
|
@@ -1253,6 +1388,9 @@ export declare const useOverflowListModel: (<TT_Special_Generic>(config?: (Parti
|
|
|
1253
1388
|
cursorId: string;
|
|
1254
1389
|
columnCount: number;
|
|
1255
1390
|
pageSizeRef: React.MutableRefObject<number>;
|
|
1391
|
+
cursorIndexRef: {
|
|
1392
|
+
readonly current: number;
|
|
1393
|
+
};
|
|
1256
1394
|
UNSTABLE_virtual: {
|
|
1257
1395
|
virtualItems: import("./react-virtual").VirtualItem[];
|
|
1258
1396
|
totalSize: number;
|
|
@@ -1280,6 +1418,9 @@ export declare const useOverflowListModel: (<TT_Special_Generic>(config?: (Parti
|
|
|
1280
1418
|
cursorId: string;
|
|
1281
1419
|
columnCount: number;
|
|
1282
1420
|
pageSizeRef: React.MutableRefObject<number>;
|
|
1421
|
+
cursorIndexRef: {
|
|
1422
|
+
readonly current: number;
|
|
1423
|
+
};
|
|
1283
1424
|
UNSTABLE_virtual: {
|
|
1284
1425
|
virtualItems: import("./react-virtual").VirtualItem[];
|
|
1285
1426
|
totalSize: number;
|
|
@@ -1321,10 +1462,6 @@ export declare const useOverflowListModel: (<TT_Special_Generic>(config?: (Parti
|
|
|
1321
1462
|
}): void;
|
|
1322
1463
|
selectAll(): void;
|
|
1323
1464
|
unselectAll(): void;
|
|
1324
|
-
registerItem(data: {
|
|
1325
|
-
item: any;
|
|
1326
|
-
textValue: string;
|
|
1327
|
-
}): void;
|
|
1328
1465
|
goTo(data: {
|
|
1329
1466
|
id: string;
|
|
1330
1467
|
}): void;
|
|
@@ -1338,6 +1475,10 @@ export declare const useOverflowListModel: (<TT_Special_Generic>(config?: (Parti
|
|
|
1338
1475
|
goToLastOfRow(): void;
|
|
1339
1476
|
goToNextPage(): void;
|
|
1340
1477
|
goToPreviousPage(): void;
|
|
1478
|
+
registerItem(data: {
|
|
1479
|
+
item: any;
|
|
1480
|
+
textValue: string;
|
|
1481
|
+
}): void;
|
|
1341
1482
|
unregisterItem(data: {
|
|
1342
1483
|
id: string;
|
|
1343
1484
|
}): void;
|
|
@@ -1381,6 +1522,9 @@ export declare const useOverflowListModel: (<TT_Special_Generic>(config?: (Parti
|
|
|
1381
1522
|
cursorId: string;
|
|
1382
1523
|
columnCount: number;
|
|
1383
1524
|
pageSizeRef: React.MutableRefObject<number>;
|
|
1525
|
+
cursorIndexRef: {
|
|
1526
|
+
readonly current: number;
|
|
1527
|
+
};
|
|
1384
1528
|
UNSTABLE_virtual: {
|
|
1385
1529
|
virtualItems: import("./react-virtual").VirtualItem[];
|
|
1386
1530
|
totalSize: number;
|
|
@@ -1421,10 +1565,6 @@ export declare const useOverflowListModel: (<TT_Special_Generic>(config?: (Parti
|
|
|
1421
1565
|
}): void;
|
|
1422
1566
|
selectAll(): void;
|
|
1423
1567
|
unselectAll(): void;
|
|
1424
|
-
registerItem(data: {
|
|
1425
|
-
item: any;
|
|
1426
|
-
textValue: string;
|
|
1427
|
-
}): void;
|
|
1428
1568
|
goTo(data: {
|
|
1429
1569
|
id: string;
|
|
1430
1570
|
}): void;
|
|
@@ -1438,6 +1578,10 @@ export declare const useOverflowListModel: (<TT_Special_Generic>(config?: (Parti
|
|
|
1438
1578
|
goToLastOfRow(): void;
|
|
1439
1579
|
goToNextPage(): void;
|
|
1440
1580
|
goToPreviousPage(): void;
|
|
1581
|
+
registerItem(data: {
|
|
1582
|
+
item: any;
|
|
1583
|
+
textValue: string;
|
|
1584
|
+
}): void;
|
|
1441
1585
|
unregisterItem(data: {
|
|
1442
1586
|
id: string;
|
|
1443
1587
|
}): void;
|
|
@@ -1455,6 +1599,9 @@ export declare const useOverflowListModel: (<TT_Special_Generic>(config?: (Parti
|
|
|
1455
1599
|
cursorId: string;
|
|
1456
1600
|
columnCount: number;
|
|
1457
1601
|
pageSizeRef: React.MutableRefObject<number>;
|
|
1602
|
+
cursorIndexRef: {
|
|
1603
|
+
readonly current: number;
|
|
1604
|
+
};
|
|
1458
1605
|
UNSTABLE_virtual: {
|
|
1459
1606
|
virtualItems: import("./react-virtual").VirtualItem[];
|
|
1460
1607
|
totalSize: number;
|
|
@@ -1496,10 +1643,6 @@ export declare const useOverflowListModel: (<TT_Special_Generic>(config?: (Parti
|
|
|
1496
1643
|
}): void;
|
|
1497
1644
|
selectAll(): void;
|
|
1498
1645
|
unselectAll(): void;
|
|
1499
|
-
registerItem(data: {
|
|
1500
|
-
item: any;
|
|
1501
|
-
textValue: string;
|
|
1502
|
-
}): void;
|
|
1503
1646
|
goTo(data: {
|
|
1504
1647
|
id: string;
|
|
1505
1648
|
}): void;
|
|
@@ -1513,6 +1656,10 @@ export declare const useOverflowListModel: (<TT_Special_Generic>(config?: (Parti
|
|
|
1513
1656
|
goToLastOfRow(): void;
|
|
1514
1657
|
goToNextPage(): void;
|
|
1515
1658
|
goToPreviousPage(): void;
|
|
1659
|
+
registerItem(data: {
|
|
1660
|
+
item: any;
|
|
1661
|
+
textValue: string;
|
|
1662
|
+
}): void;
|
|
1516
1663
|
unregisterItem(data: {
|
|
1517
1664
|
id: string;
|
|
1518
1665
|
}): void;
|