@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
|
@@ -63,6 +63,9 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
63
63
|
cursorId: string;
|
|
64
64
|
columnCount: number;
|
|
65
65
|
pageSizeRef: React.MutableRefObject<number>;
|
|
66
|
+
cursorIndexRef: {
|
|
67
|
+
readonly current: number;
|
|
68
|
+
};
|
|
66
69
|
UNSTABLE_virtual: {
|
|
67
70
|
virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
|
|
68
71
|
totalSize: number;
|
|
@@ -91,6 +94,9 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
91
94
|
cursorId: string;
|
|
92
95
|
columnCount: number;
|
|
93
96
|
pageSizeRef: React.MutableRefObject<number>;
|
|
97
|
+
cursorIndexRef: {
|
|
98
|
+
readonly current: number;
|
|
99
|
+
};
|
|
94
100
|
UNSTABLE_virtual: {
|
|
95
101
|
virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
|
|
96
102
|
totalSize: number;
|
|
@@ -119,6 +125,9 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
119
125
|
cursorId: string;
|
|
120
126
|
columnCount: number;
|
|
121
127
|
pageSizeRef: React.MutableRefObject<number>;
|
|
128
|
+
cursorIndexRef: {
|
|
129
|
+
readonly current: number;
|
|
130
|
+
};
|
|
122
131
|
UNSTABLE_virtual: {
|
|
123
132
|
virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
|
|
124
133
|
totalSize: number;
|
|
@@ -148,6 +157,9 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
148
157
|
cursorId: string;
|
|
149
158
|
columnCount: number;
|
|
150
159
|
pageSizeRef: React.MutableRefObject<number>;
|
|
160
|
+
cursorIndexRef: {
|
|
161
|
+
readonly current: number;
|
|
162
|
+
};
|
|
151
163
|
UNSTABLE_virtual: {
|
|
152
164
|
virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
|
|
153
165
|
totalSize: number;
|
|
@@ -176,6 +188,9 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
176
188
|
cursorId: string;
|
|
177
189
|
columnCount: number;
|
|
178
190
|
pageSizeRef: React.MutableRefObject<number>;
|
|
191
|
+
cursorIndexRef: {
|
|
192
|
+
readonly current: number;
|
|
193
|
+
};
|
|
179
194
|
UNSTABLE_virtual: {
|
|
180
195
|
virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
|
|
181
196
|
totalSize: number;
|
|
@@ -204,6 +219,9 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
204
219
|
cursorId: string;
|
|
205
220
|
columnCount: number;
|
|
206
221
|
pageSizeRef: React.MutableRefObject<number>;
|
|
222
|
+
cursorIndexRef: {
|
|
223
|
+
readonly current: number;
|
|
224
|
+
};
|
|
207
225
|
UNSTABLE_virtual: {
|
|
208
226
|
virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
|
|
209
227
|
totalSize: number;
|
|
@@ -232,6 +250,9 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
232
250
|
cursorId: string;
|
|
233
251
|
columnCount: number;
|
|
234
252
|
pageSizeRef: React.MutableRefObject<number>;
|
|
253
|
+
cursorIndexRef: {
|
|
254
|
+
readonly current: number;
|
|
255
|
+
};
|
|
235
256
|
UNSTABLE_virtual: {
|
|
236
257
|
virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
|
|
237
258
|
totalSize: number;
|
|
@@ -258,6 +279,9 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
258
279
|
cursorId: string;
|
|
259
280
|
columnCount: number;
|
|
260
281
|
pageSizeRef: React.MutableRefObject<number>;
|
|
282
|
+
cursorIndexRef: {
|
|
283
|
+
readonly current: number;
|
|
284
|
+
};
|
|
261
285
|
UNSTABLE_virtual: {
|
|
262
286
|
virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
|
|
263
287
|
totalSize: number;
|
|
@@ -284,6 +308,9 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
284
308
|
cursorId: string;
|
|
285
309
|
columnCount: number;
|
|
286
310
|
pageSizeRef: React.MutableRefObject<number>;
|
|
311
|
+
cursorIndexRef: {
|
|
312
|
+
readonly current: number;
|
|
313
|
+
};
|
|
287
314
|
UNSTABLE_virtual: {
|
|
288
315
|
virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
|
|
289
316
|
totalSize: number;
|
|
@@ -298,9 +325,8 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
298
325
|
isVirtualized: boolean;
|
|
299
326
|
items: import("@workday/canvas-kit-react/collection").Item<any>[];
|
|
300
327
|
}) => void) | undefined;
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
textValue: string;
|
|
328
|
+
onGoTo?: ((data: {
|
|
329
|
+
id: string;
|
|
304
330
|
}, prevState: {
|
|
305
331
|
hiddenIds: string[];
|
|
306
332
|
nonInteractiveIds: string[];
|
|
@@ -313,6 +339,9 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
313
339
|
cursorId: string;
|
|
314
340
|
columnCount: number;
|
|
315
341
|
pageSizeRef: React.MutableRefObject<number>;
|
|
342
|
+
cursorIndexRef: {
|
|
343
|
+
readonly current: number;
|
|
344
|
+
};
|
|
316
345
|
UNSTABLE_virtual: {
|
|
317
346
|
virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
|
|
318
347
|
totalSize: number;
|
|
@@ -327,9 +356,7 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
327
356
|
isVirtualized: boolean;
|
|
328
357
|
items: import("@workday/canvas-kit-react/collection").Item<any>[];
|
|
329
358
|
}) => void) | undefined;
|
|
330
|
-
|
|
331
|
-
id: string;
|
|
332
|
-
}, prevState: {
|
|
359
|
+
onGoToNext?: ((data: undefined, prevState: {
|
|
333
360
|
hiddenIds: string[];
|
|
334
361
|
nonInteractiveIds: string[];
|
|
335
362
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
@@ -341,6 +368,9 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
341
368
|
cursorId: string;
|
|
342
369
|
columnCount: number;
|
|
343
370
|
pageSizeRef: React.MutableRefObject<number>;
|
|
371
|
+
cursorIndexRef: {
|
|
372
|
+
readonly current: number;
|
|
373
|
+
};
|
|
344
374
|
UNSTABLE_virtual: {
|
|
345
375
|
virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
|
|
346
376
|
totalSize: number;
|
|
@@ -355,7 +385,7 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
355
385
|
isVirtualized: boolean;
|
|
356
386
|
items: import("@workday/canvas-kit-react/collection").Item<any>[];
|
|
357
387
|
}) => void) | undefined;
|
|
358
|
-
|
|
388
|
+
onGoToPrevious?: ((data: undefined, prevState: {
|
|
359
389
|
hiddenIds: string[];
|
|
360
390
|
nonInteractiveIds: string[];
|
|
361
391
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
@@ -367,6 +397,9 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
367
397
|
cursorId: string;
|
|
368
398
|
columnCount: number;
|
|
369
399
|
pageSizeRef: React.MutableRefObject<number>;
|
|
400
|
+
cursorIndexRef: {
|
|
401
|
+
readonly current: number;
|
|
402
|
+
};
|
|
370
403
|
UNSTABLE_virtual: {
|
|
371
404
|
virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
|
|
372
405
|
totalSize: number;
|
|
@@ -381,7 +414,7 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
381
414
|
isVirtualized: boolean;
|
|
382
415
|
items: import("@workday/canvas-kit-react/collection").Item<any>[];
|
|
383
416
|
}) => void) | undefined;
|
|
384
|
-
|
|
417
|
+
onGoToPreviousRow?: ((data: undefined, prevState: {
|
|
385
418
|
hiddenIds: string[];
|
|
386
419
|
nonInteractiveIds: string[];
|
|
387
420
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
@@ -393,6 +426,9 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
393
426
|
cursorId: string;
|
|
394
427
|
columnCount: number;
|
|
395
428
|
pageSizeRef: React.MutableRefObject<number>;
|
|
429
|
+
cursorIndexRef: {
|
|
430
|
+
readonly current: number;
|
|
431
|
+
};
|
|
396
432
|
UNSTABLE_virtual: {
|
|
397
433
|
virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
|
|
398
434
|
totalSize: number;
|
|
@@ -407,7 +443,7 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
407
443
|
isVirtualized: boolean;
|
|
408
444
|
items: import("@workday/canvas-kit-react/collection").Item<any>[];
|
|
409
445
|
}) => void) | undefined;
|
|
410
|
-
|
|
446
|
+
onGoToNextRow?: ((data: undefined, prevState: {
|
|
411
447
|
hiddenIds: string[];
|
|
412
448
|
nonInteractiveIds: string[];
|
|
413
449
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
@@ -419,6 +455,9 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
419
455
|
cursorId: string;
|
|
420
456
|
columnCount: number;
|
|
421
457
|
pageSizeRef: React.MutableRefObject<number>;
|
|
458
|
+
cursorIndexRef: {
|
|
459
|
+
readonly current: number;
|
|
460
|
+
};
|
|
422
461
|
UNSTABLE_virtual: {
|
|
423
462
|
virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
|
|
424
463
|
totalSize: number;
|
|
@@ -433,7 +472,7 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
433
472
|
isVirtualized: boolean;
|
|
434
473
|
items: import("@workday/canvas-kit-react/collection").Item<any>[];
|
|
435
474
|
}) => void) | undefined;
|
|
436
|
-
|
|
475
|
+
onGoToFirst?: ((data: undefined, prevState: {
|
|
437
476
|
hiddenIds: string[];
|
|
438
477
|
nonInteractiveIds: string[];
|
|
439
478
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
@@ -445,6 +484,9 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
445
484
|
cursorId: string;
|
|
446
485
|
columnCount: number;
|
|
447
486
|
pageSizeRef: React.MutableRefObject<number>;
|
|
487
|
+
cursorIndexRef: {
|
|
488
|
+
readonly current: number;
|
|
489
|
+
};
|
|
448
490
|
UNSTABLE_virtual: {
|
|
449
491
|
virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
|
|
450
492
|
totalSize: number;
|
|
@@ -459,7 +501,7 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
459
501
|
isVirtualized: boolean;
|
|
460
502
|
items: import("@workday/canvas-kit-react/collection").Item<any>[];
|
|
461
503
|
}) => void) | undefined;
|
|
462
|
-
|
|
504
|
+
onGoToLast?: ((data: undefined, prevState: {
|
|
463
505
|
hiddenIds: string[];
|
|
464
506
|
nonInteractiveIds: string[];
|
|
465
507
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
@@ -471,6 +513,9 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
471
513
|
cursorId: string;
|
|
472
514
|
columnCount: number;
|
|
473
515
|
pageSizeRef: React.MutableRefObject<number>;
|
|
516
|
+
cursorIndexRef: {
|
|
517
|
+
readonly current: number;
|
|
518
|
+
};
|
|
474
519
|
UNSTABLE_virtual: {
|
|
475
520
|
virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
|
|
476
521
|
totalSize: number;
|
|
@@ -485,7 +530,7 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
485
530
|
isVirtualized: boolean;
|
|
486
531
|
items: import("@workday/canvas-kit-react/collection").Item<any>[];
|
|
487
532
|
}) => void) | undefined;
|
|
488
|
-
|
|
533
|
+
onGoToFirstOfRow?: ((data: undefined, prevState: {
|
|
489
534
|
hiddenIds: string[];
|
|
490
535
|
nonInteractiveIds: string[];
|
|
491
536
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
@@ -497,6 +542,9 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
497
542
|
cursorId: string;
|
|
498
543
|
columnCount: number;
|
|
499
544
|
pageSizeRef: React.MutableRefObject<number>;
|
|
545
|
+
cursorIndexRef: {
|
|
546
|
+
readonly current: number;
|
|
547
|
+
};
|
|
500
548
|
UNSTABLE_virtual: {
|
|
501
549
|
virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
|
|
502
550
|
totalSize: number;
|
|
@@ -511,7 +559,7 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
511
559
|
isVirtualized: boolean;
|
|
512
560
|
items: import("@workday/canvas-kit-react/collection").Item<any>[];
|
|
513
561
|
}) => void) | undefined;
|
|
514
|
-
|
|
562
|
+
onGoToLastOfRow?: ((data: undefined, prevState: {
|
|
515
563
|
hiddenIds: string[];
|
|
516
564
|
nonInteractiveIds: string[];
|
|
517
565
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
@@ -523,6 +571,9 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
523
571
|
cursorId: string;
|
|
524
572
|
columnCount: number;
|
|
525
573
|
pageSizeRef: React.MutableRefObject<number>;
|
|
574
|
+
cursorIndexRef: {
|
|
575
|
+
readonly current: number;
|
|
576
|
+
};
|
|
526
577
|
UNSTABLE_virtual: {
|
|
527
578
|
virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
|
|
528
579
|
totalSize: number;
|
|
@@ -537,7 +588,7 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
537
588
|
isVirtualized: boolean;
|
|
538
589
|
items: import("@workday/canvas-kit-react/collection").Item<any>[];
|
|
539
590
|
}) => void) | undefined;
|
|
540
|
-
|
|
591
|
+
onGoToNextPage?: ((data: undefined, prevState: {
|
|
541
592
|
hiddenIds: string[];
|
|
542
593
|
nonInteractiveIds: string[];
|
|
543
594
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
@@ -549,6 +600,9 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
549
600
|
cursorId: string;
|
|
550
601
|
columnCount: number;
|
|
551
602
|
pageSizeRef: React.MutableRefObject<number>;
|
|
603
|
+
cursorIndexRef: {
|
|
604
|
+
readonly current: number;
|
|
605
|
+
};
|
|
552
606
|
UNSTABLE_virtual: {
|
|
553
607
|
virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
|
|
554
608
|
totalSize: number;
|
|
@@ -563,7 +617,7 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
563
617
|
isVirtualized: boolean;
|
|
564
618
|
items: import("@workday/canvas-kit-react/collection").Item<any>[];
|
|
565
619
|
}) => void) | undefined;
|
|
566
|
-
|
|
620
|
+
onGoToPreviousPage?: ((data: undefined, prevState: {
|
|
567
621
|
hiddenIds: string[];
|
|
568
622
|
nonInteractiveIds: string[];
|
|
569
623
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
@@ -575,6 +629,9 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
575
629
|
cursorId: string;
|
|
576
630
|
columnCount: number;
|
|
577
631
|
pageSizeRef: React.MutableRefObject<number>;
|
|
632
|
+
cursorIndexRef: {
|
|
633
|
+
readonly current: number;
|
|
634
|
+
};
|
|
578
635
|
UNSTABLE_virtual: {
|
|
579
636
|
virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
|
|
580
637
|
totalSize: number;
|
|
@@ -589,7 +646,10 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
589
646
|
isVirtualized: boolean;
|
|
590
647
|
items: import("@workday/canvas-kit-react/collection").Item<any>[];
|
|
591
648
|
}) => void) | undefined;
|
|
592
|
-
|
|
649
|
+
onRegisterItem?: ((data: {
|
|
650
|
+
item: any;
|
|
651
|
+
textValue: string;
|
|
652
|
+
}, prevState: {
|
|
593
653
|
hiddenIds: string[];
|
|
594
654
|
nonInteractiveIds: string[];
|
|
595
655
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
@@ -601,6 +661,9 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
601
661
|
cursorId: string;
|
|
602
662
|
columnCount: number;
|
|
603
663
|
pageSizeRef: React.MutableRefObject<number>;
|
|
664
|
+
cursorIndexRef: {
|
|
665
|
+
readonly current: number;
|
|
666
|
+
};
|
|
604
667
|
UNSTABLE_virtual: {
|
|
605
668
|
virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
|
|
606
669
|
totalSize: number;
|
|
@@ -629,6 +692,9 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
629
692
|
cursorId: string;
|
|
630
693
|
columnCount: number;
|
|
631
694
|
pageSizeRef: React.MutableRefObject<number>;
|
|
695
|
+
cursorIndexRef: {
|
|
696
|
+
readonly current: number;
|
|
697
|
+
};
|
|
632
698
|
UNSTABLE_virtual: {
|
|
633
699
|
virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
|
|
634
700
|
totalSize: number;
|
|
@@ -657,6 +723,9 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
657
723
|
cursorId: string;
|
|
658
724
|
columnCount: number;
|
|
659
725
|
pageSizeRef: React.MutableRefObject<number>;
|
|
726
|
+
cursorIndexRef: {
|
|
727
|
+
readonly current: number;
|
|
728
|
+
};
|
|
660
729
|
UNSTABLE_virtual: {
|
|
661
730
|
virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
|
|
662
731
|
totalSize: number;
|
|
@@ -686,6 +755,9 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
686
755
|
cursorId: string;
|
|
687
756
|
columnCount: number;
|
|
688
757
|
pageSizeRef: React.MutableRefObject<number>;
|
|
758
|
+
cursorIndexRef: {
|
|
759
|
+
readonly current: number;
|
|
760
|
+
};
|
|
689
761
|
UNSTABLE_virtual: {
|
|
690
762
|
virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
|
|
691
763
|
totalSize: number;
|
|
@@ -714,6 +786,9 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
714
786
|
cursorId: string;
|
|
715
787
|
columnCount: number;
|
|
716
788
|
pageSizeRef: React.MutableRefObject<number>;
|
|
789
|
+
cursorIndexRef: {
|
|
790
|
+
readonly current: number;
|
|
791
|
+
};
|
|
717
792
|
UNSTABLE_virtual: {
|
|
718
793
|
virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
|
|
719
794
|
totalSize: number;
|
|
@@ -742,6 +817,9 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
742
817
|
cursorId: string;
|
|
743
818
|
columnCount: number;
|
|
744
819
|
pageSizeRef: React.MutableRefObject<number>;
|
|
820
|
+
cursorIndexRef: {
|
|
821
|
+
readonly current: number;
|
|
822
|
+
};
|
|
745
823
|
UNSTABLE_virtual: {
|
|
746
824
|
virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
|
|
747
825
|
totalSize: number;
|
|
@@ -771,6 +849,9 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
771
849
|
cursorId: string;
|
|
772
850
|
columnCount: number;
|
|
773
851
|
pageSizeRef: React.MutableRefObject<number>;
|
|
852
|
+
cursorIndexRef: {
|
|
853
|
+
readonly current: number;
|
|
854
|
+
};
|
|
774
855
|
UNSTABLE_virtual: {
|
|
775
856
|
virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
|
|
776
857
|
totalSize: number;
|
|
@@ -799,6 +880,9 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
799
880
|
cursorId: string;
|
|
800
881
|
columnCount: number;
|
|
801
882
|
pageSizeRef: React.MutableRefObject<number>;
|
|
883
|
+
cursorIndexRef: {
|
|
884
|
+
readonly current: number;
|
|
885
|
+
};
|
|
802
886
|
UNSTABLE_virtual: {
|
|
803
887
|
virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
|
|
804
888
|
totalSize: number;
|
|
@@ -827,6 +911,9 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
827
911
|
cursorId: string;
|
|
828
912
|
columnCount: number;
|
|
829
913
|
pageSizeRef: React.MutableRefObject<number>;
|
|
914
|
+
cursorIndexRef: {
|
|
915
|
+
readonly current: number;
|
|
916
|
+
};
|
|
830
917
|
UNSTABLE_virtual: {
|
|
831
918
|
virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
|
|
832
919
|
totalSize: number;
|
|
@@ -855,6 +942,9 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
855
942
|
cursorId: string;
|
|
856
943
|
columnCount: number;
|
|
857
944
|
pageSizeRef: React.MutableRefObject<number>;
|
|
945
|
+
cursorIndexRef: {
|
|
946
|
+
readonly current: number;
|
|
947
|
+
};
|
|
858
948
|
UNSTABLE_virtual: {
|
|
859
949
|
virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
|
|
860
950
|
totalSize: number;
|
|
@@ -881,6 +971,9 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
881
971
|
cursorId: string;
|
|
882
972
|
columnCount: number;
|
|
883
973
|
pageSizeRef: React.MutableRefObject<number>;
|
|
974
|
+
cursorIndexRef: {
|
|
975
|
+
readonly current: number;
|
|
976
|
+
};
|
|
884
977
|
UNSTABLE_virtual: {
|
|
885
978
|
virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
|
|
886
979
|
totalSize: number;
|
|
@@ -907,6 +1000,9 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
907
1000
|
cursorId: string;
|
|
908
1001
|
columnCount: number;
|
|
909
1002
|
pageSizeRef: React.MutableRefObject<number>;
|
|
1003
|
+
cursorIndexRef: {
|
|
1004
|
+
readonly current: number;
|
|
1005
|
+
};
|
|
910
1006
|
UNSTABLE_virtual: {
|
|
911
1007
|
virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
|
|
912
1008
|
totalSize: number;
|
|
@@ -921,9 +1017,8 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
921
1017
|
isVirtualized: boolean;
|
|
922
1018
|
items: import("@workday/canvas-kit-react/collection").Item<any>[];
|
|
923
1019
|
}) => boolean) | undefined;
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
textValue: string;
|
|
1020
|
+
shouldGoTo?: ((data: {
|
|
1021
|
+
id: string;
|
|
927
1022
|
}, state: {
|
|
928
1023
|
hiddenIds: string[];
|
|
929
1024
|
nonInteractiveIds: string[];
|
|
@@ -936,6 +1031,9 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
936
1031
|
cursorId: string;
|
|
937
1032
|
columnCount: number;
|
|
938
1033
|
pageSizeRef: React.MutableRefObject<number>;
|
|
1034
|
+
cursorIndexRef: {
|
|
1035
|
+
readonly current: number;
|
|
1036
|
+
};
|
|
939
1037
|
UNSTABLE_virtual: {
|
|
940
1038
|
virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
|
|
941
1039
|
totalSize: number;
|
|
@@ -950,9 +1048,7 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
950
1048
|
isVirtualized: boolean;
|
|
951
1049
|
items: import("@workday/canvas-kit-react/collection").Item<any>[];
|
|
952
1050
|
}) => boolean) | undefined;
|
|
953
|
-
|
|
954
|
-
id: string;
|
|
955
|
-
}, state: {
|
|
1051
|
+
shouldGoToNext?: ((data: undefined, state: {
|
|
956
1052
|
hiddenIds: string[];
|
|
957
1053
|
nonInteractiveIds: string[];
|
|
958
1054
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
@@ -964,6 +1060,9 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
964
1060
|
cursorId: string;
|
|
965
1061
|
columnCount: number;
|
|
966
1062
|
pageSizeRef: React.MutableRefObject<number>;
|
|
1063
|
+
cursorIndexRef: {
|
|
1064
|
+
readonly current: number;
|
|
1065
|
+
};
|
|
967
1066
|
UNSTABLE_virtual: {
|
|
968
1067
|
virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
|
|
969
1068
|
totalSize: number;
|
|
@@ -978,7 +1077,7 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
978
1077
|
isVirtualized: boolean;
|
|
979
1078
|
items: import("@workday/canvas-kit-react/collection").Item<any>[];
|
|
980
1079
|
}) => boolean) | undefined;
|
|
981
|
-
|
|
1080
|
+
shouldGoToPrevious?: ((data: undefined, state: {
|
|
982
1081
|
hiddenIds: string[];
|
|
983
1082
|
nonInteractiveIds: string[];
|
|
984
1083
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
@@ -990,6 +1089,9 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
990
1089
|
cursorId: string;
|
|
991
1090
|
columnCount: number;
|
|
992
1091
|
pageSizeRef: React.MutableRefObject<number>;
|
|
1092
|
+
cursorIndexRef: {
|
|
1093
|
+
readonly current: number;
|
|
1094
|
+
};
|
|
993
1095
|
UNSTABLE_virtual: {
|
|
994
1096
|
virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
|
|
995
1097
|
totalSize: number;
|
|
@@ -1004,7 +1106,7 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
1004
1106
|
isVirtualized: boolean;
|
|
1005
1107
|
items: import("@workday/canvas-kit-react/collection").Item<any>[];
|
|
1006
1108
|
}) => boolean) | undefined;
|
|
1007
|
-
|
|
1109
|
+
shouldGoToPreviousRow?: ((data: undefined, state: {
|
|
1008
1110
|
hiddenIds: string[];
|
|
1009
1111
|
nonInteractiveIds: string[];
|
|
1010
1112
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
@@ -1016,6 +1118,9 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
1016
1118
|
cursorId: string;
|
|
1017
1119
|
columnCount: number;
|
|
1018
1120
|
pageSizeRef: React.MutableRefObject<number>;
|
|
1121
|
+
cursorIndexRef: {
|
|
1122
|
+
readonly current: number;
|
|
1123
|
+
};
|
|
1019
1124
|
UNSTABLE_virtual: {
|
|
1020
1125
|
virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
|
|
1021
1126
|
totalSize: number;
|
|
@@ -1030,7 +1135,7 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
1030
1135
|
isVirtualized: boolean;
|
|
1031
1136
|
items: import("@workday/canvas-kit-react/collection").Item<any>[];
|
|
1032
1137
|
}) => boolean) | undefined;
|
|
1033
|
-
|
|
1138
|
+
shouldGoToNextRow?: ((data: undefined, state: {
|
|
1034
1139
|
hiddenIds: string[];
|
|
1035
1140
|
nonInteractiveIds: string[];
|
|
1036
1141
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
@@ -1042,6 +1147,9 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
1042
1147
|
cursorId: string;
|
|
1043
1148
|
columnCount: number;
|
|
1044
1149
|
pageSizeRef: React.MutableRefObject<number>;
|
|
1150
|
+
cursorIndexRef: {
|
|
1151
|
+
readonly current: number;
|
|
1152
|
+
};
|
|
1045
1153
|
UNSTABLE_virtual: {
|
|
1046
1154
|
virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
|
|
1047
1155
|
totalSize: number;
|
|
@@ -1056,7 +1164,7 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
1056
1164
|
isVirtualized: boolean;
|
|
1057
1165
|
items: import("@workday/canvas-kit-react/collection").Item<any>[];
|
|
1058
1166
|
}) => boolean) | undefined;
|
|
1059
|
-
|
|
1167
|
+
shouldGoToFirst?: ((data: undefined, state: {
|
|
1060
1168
|
hiddenIds: string[];
|
|
1061
1169
|
nonInteractiveIds: string[];
|
|
1062
1170
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
@@ -1068,6 +1176,9 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
1068
1176
|
cursorId: string;
|
|
1069
1177
|
columnCount: number;
|
|
1070
1178
|
pageSizeRef: React.MutableRefObject<number>;
|
|
1179
|
+
cursorIndexRef: {
|
|
1180
|
+
readonly current: number;
|
|
1181
|
+
};
|
|
1071
1182
|
UNSTABLE_virtual: {
|
|
1072
1183
|
virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
|
|
1073
1184
|
totalSize: number;
|
|
@@ -1082,7 +1193,7 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
1082
1193
|
isVirtualized: boolean;
|
|
1083
1194
|
items: import("@workday/canvas-kit-react/collection").Item<any>[];
|
|
1084
1195
|
}) => boolean) | undefined;
|
|
1085
|
-
|
|
1196
|
+
shouldGoToLast?: ((data: undefined, state: {
|
|
1086
1197
|
hiddenIds: string[];
|
|
1087
1198
|
nonInteractiveIds: string[];
|
|
1088
1199
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
@@ -1094,6 +1205,9 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
1094
1205
|
cursorId: string;
|
|
1095
1206
|
columnCount: number;
|
|
1096
1207
|
pageSizeRef: React.MutableRefObject<number>;
|
|
1208
|
+
cursorIndexRef: {
|
|
1209
|
+
readonly current: number;
|
|
1210
|
+
};
|
|
1097
1211
|
UNSTABLE_virtual: {
|
|
1098
1212
|
virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
|
|
1099
1213
|
totalSize: number;
|
|
@@ -1108,7 +1222,7 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
1108
1222
|
isVirtualized: boolean;
|
|
1109
1223
|
items: import("@workday/canvas-kit-react/collection").Item<any>[];
|
|
1110
1224
|
}) => boolean) | undefined;
|
|
1111
|
-
|
|
1225
|
+
shouldGoToFirstOfRow?: ((data: undefined, state: {
|
|
1112
1226
|
hiddenIds: string[];
|
|
1113
1227
|
nonInteractiveIds: string[];
|
|
1114
1228
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
@@ -1120,6 +1234,9 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
1120
1234
|
cursorId: string;
|
|
1121
1235
|
columnCount: number;
|
|
1122
1236
|
pageSizeRef: React.MutableRefObject<number>;
|
|
1237
|
+
cursorIndexRef: {
|
|
1238
|
+
readonly current: number;
|
|
1239
|
+
};
|
|
1123
1240
|
UNSTABLE_virtual: {
|
|
1124
1241
|
virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
|
|
1125
1242
|
totalSize: number;
|
|
@@ -1134,7 +1251,7 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
1134
1251
|
isVirtualized: boolean;
|
|
1135
1252
|
items: import("@workday/canvas-kit-react/collection").Item<any>[];
|
|
1136
1253
|
}) => boolean) | undefined;
|
|
1137
|
-
|
|
1254
|
+
shouldGoToLastOfRow?: ((data: undefined, state: {
|
|
1138
1255
|
hiddenIds: string[];
|
|
1139
1256
|
nonInteractiveIds: string[];
|
|
1140
1257
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
@@ -1146,6 +1263,9 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
1146
1263
|
cursorId: string;
|
|
1147
1264
|
columnCount: number;
|
|
1148
1265
|
pageSizeRef: React.MutableRefObject<number>;
|
|
1266
|
+
cursorIndexRef: {
|
|
1267
|
+
readonly current: number;
|
|
1268
|
+
};
|
|
1149
1269
|
UNSTABLE_virtual: {
|
|
1150
1270
|
virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
|
|
1151
1271
|
totalSize: number;
|
|
@@ -1160,7 +1280,7 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
1160
1280
|
isVirtualized: boolean;
|
|
1161
1281
|
items: import("@workday/canvas-kit-react/collection").Item<any>[];
|
|
1162
1282
|
}) => boolean) | undefined;
|
|
1163
|
-
|
|
1283
|
+
shouldGoToNextPage?: ((data: undefined, state: {
|
|
1164
1284
|
hiddenIds: string[];
|
|
1165
1285
|
nonInteractiveIds: string[];
|
|
1166
1286
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
@@ -1172,6 +1292,9 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
1172
1292
|
cursorId: string;
|
|
1173
1293
|
columnCount: number;
|
|
1174
1294
|
pageSizeRef: React.MutableRefObject<number>;
|
|
1295
|
+
cursorIndexRef: {
|
|
1296
|
+
readonly current: number;
|
|
1297
|
+
};
|
|
1175
1298
|
UNSTABLE_virtual: {
|
|
1176
1299
|
virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
|
|
1177
1300
|
totalSize: number;
|
|
@@ -1186,7 +1309,7 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
1186
1309
|
isVirtualized: boolean;
|
|
1187
1310
|
items: import("@workday/canvas-kit-react/collection").Item<any>[];
|
|
1188
1311
|
}) => boolean) | undefined;
|
|
1189
|
-
|
|
1312
|
+
shouldGoToPreviousPage?: ((data: undefined, state: {
|
|
1190
1313
|
hiddenIds: string[];
|
|
1191
1314
|
nonInteractiveIds: string[];
|
|
1192
1315
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
@@ -1198,6 +1321,9 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
1198
1321
|
cursorId: string;
|
|
1199
1322
|
columnCount: number;
|
|
1200
1323
|
pageSizeRef: React.MutableRefObject<number>;
|
|
1324
|
+
cursorIndexRef: {
|
|
1325
|
+
readonly current: number;
|
|
1326
|
+
};
|
|
1201
1327
|
UNSTABLE_virtual: {
|
|
1202
1328
|
virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
|
|
1203
1329
|
totalSize: number;
|
|
@@ -1212,7 +1338,10 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
1212
1338
|
isVirtualized: boolean;
|
|
1213
1339
|
items: import("@workday/canvas-kit-react/collection").Item<any>[];
|
|
1214
1340
|
}) => boolean) | undefined;
|
|
1215
|
-
|
|
1341
|
+
shouldRegisterItem?: ((data: {
|
|
1342
|
+
item: any;
|
|
1343
|
+
textValue: string;
|
|
1344
|
+
}, state: {
|
|
1216
1345
|
hiddenIds: string[];
|
|
1217
1346
|
nonInteractiveIds: string[];
|
|
1218
1347
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
@@ -1224,6 +1353,9 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
1224
1353
|
cursorId: string;
|
|
1225
1354
|
columnCount: number;
|
|
1226
1355
|
pageSizeRef: React.MutableRefObject<number>;
|
|
1356
|
+
cursorIndexRef: {
|
|
1357
|
+
readonly current: number;
|
|
1358
|
+
};
|
|
1227
1359
|
UNSTABLE_virtual: {
|
|
1228
1360
|
virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
|
|
1229
1361
|
totalSize: number;
|
|
@@ -1252,6 +1384,9 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
1252
1384
|
cursorId: string;
|
|
1253
1385
|
columnCount: number;
|
|
1254
1386
|
pageSizeRef: React.MutableRefObject<number>;
|
|
1387
|
+
cursorIndexRef: {
|
|
1388
|
+
readonly current: number;
|
|
1389
|
+
};
|
|
1255
1390
|
UNSTABLE_virtual: {
|
|
1256
1391
|
virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
|
|
1257
1392
|
totalSize: number;
|
|
@@ -1280,6 +1415,9 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
1280
1415
|
cursorId: string;
|
|
1281
1416
|
columnCount: number;
|
|
1282
1417
|
pageSizeRef: React.MutableRefObject<number>;
|
|
1418
|
+
cursorIndexRef: {
|
|
1419
|
+
readonly current: number;
|
|
1420
|
+
};
|
|
1283
1421
|
UNSTABLE_virtual: {
|
|
1284
1422
|
virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
|
|
1285
1423
|
totalSize: number;
|
|
@@ -1307,6 +1445,9 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
1307
1445
|
cursorId: string;
|
|
1308
1446
|
columnCount: number;
|
|
1309
1447
|
pageSizeRef: React.MutableRefObject<number>;
|
|
1448
|
+
cursorIndexRef: {
|
|
1449
|
+
readonly current: number;
|
|
1450
|
+
};
|
|
1310
1451
|
UNSTABLE_virtual: {
|
|
1311
1452
|
virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
|
|
1312
1453
|
totalSize: number;
|
|
@@ -1346,10 +1487,6 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
1346
1487
|
}): void;
|
|
1347
1488
|
selectAll(): void;
|
|
1348
1489
|
unselectAll(): void;
|
|
1349
|
-
registerItem(data: {
|
|
1350
|
-
item: any;
|
|
1351
|
-
textValue: string;
|
|
1352
|
-
}): void;
|
|
1353
1490
|
goTo(data: {
|
|
1354
1491
|
id: string;
|
|
1355
1492
|
}): void;
|
|
@@ -1363,6 +1500,10 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
1363
1500
|
goToLastOfRow(): void;
|
|
1364
1501
|
goToNextPage(): void;
|
|
1365
1502
|
goToPreviousPage(): void;
|
|
1503
|
+
registerItem(data: {
|
|
1504
|
+
item: any;
|
|
1505
|
+
textValue: string;
|
|
1506
|
+
}): void;
|
|
1366
1507
|
unregisterItem(data: {
|
|
1367
1508
|
id: string;
|
|
1368
1509
|
}): void;
|
|
@@ -1384,6 +1525,9 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
1384
1525
|
cursorId: string;
|
|
1385
1526
|
columnCount: number;
|
|
1386
1527
|
pageSizeRef: React.MutableRefObject<number>;
|
|
1528
|
+
cursorIndexRef: {
|
|
1529
|
+
readonly current: number;
|
|
1530
|
+
};
|
|
1387
1531
|
UNSTABLE_virtual: {
|
|
1388
1532
|
virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
|
|
1389
1533
|
totalSize: number;
|
|
@@ -1411,10 +1555,6 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
1411
1555
|
}): void;
|
|
1412
1556
|
selectAll(): void;
|
|
1413
1557
|
unselectAll(): void;
|
|
1414
|
-
registerItem(data: {
|
|
1415
|
-
item: any;
|
|
1416
|
-
textValue: string;
|
|
1417
|
-
}): void;
|
|
1418
1558
|
goTo(data: {
|
|
1419
1559
|
id: string;
|
|
1420
1560
|
}): void;
|
|
@@ -1428,6 +1568,10 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
1428
1568
|
goToLastOfRow(): void;
|
|
1429
1569
|
goToNextPage(): void;
|
|
1430
1570
|
goToPreviousPage(): void;
|
|
1571
|
+
registerItem(data: {
|
|
1572
|
+
item: any;
|
|
1573
|
+
textValue: string;
|
|
1574
|
+
}): void;
|
|
1431
1575
|
unregisterItem(data: {
|
|
1432
1576
|
id: string;
|
|
1433
1577
|
}): void;
|
|
@@ -1503,6 +1647,9 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
1503
1647
|
cursorId: string;
|
|
1504
1648
|
columnCount: number;
|
|
1505
1649
|
pageSizeRef: React.MutableRefObject<number>;
|
|
1650
|
+
cursorIndexRef: {
|
|
1651
|
+
readonly current: number;
|
|
1652
|
+
};
|
|
1506
1653
|
UNSTABLE_virtual: {
|
|
1507
1654
|
virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
|
|
1508
1655
|
totalSize: number;
|
|
@@ -1541,10 +1688,6 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
1541
1688
|
}): void;
|
|
1542
1689
|
selectAll(): void;
|
|
1543
1690
|
unselectAll(): void;
|
|
1544
|
-
registerItem(data: {
|
|
1545
|
-
item: any;
|
|
1546
|
-
textValue: string;
|
|
1547
|
-
}): void;
|
|
1548
1691
|
goTo(data: {
|
|
1549
1692
|
id: string;
|
|
1550
1693
|
}): void;
|
|
@@ -1558,6 +1701,10 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
1558
1701
|
goToLastOfRow(): void;
|
|
1559
1702
|
goToNextPage(): void;
|
|
1560
1703
|
goToPreviousPage(): void;
|
|
1704
|
+
registerItem(data: {
|
|
1705
|
+
item: any;
|
|
1706
|
+
textValue: string;
|
|
1707
|
+
}): void;
|
|
1561
1708
|
unregisterItem(data: {
|
|
1562
1709
|
id: string;
|
|
1563
1710
|
}): void;
|
|
@@ -1577,6 +1724,9 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
1577
1724
|
cursorId: string;
|
|
1578
1725
|
columnCount: number;
|
|
1579
1726
|
pageSizeRef: React.MutableRefObject<number>;
|
|
1727
|
+
cursorIndexRef: {
|
|
1728
|
+
readonly current: number;
|
|
1729
|
+
};
|
|
1580
1730
|
UNSTABLE_virtual: {
|
|
1581
1731
|
virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
|
|
1582
1732
|
totalSize: number;
|
|
@@ -1616,10 +1766,6 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
1616
1766
|
}): void;
|
|
1617
1767
|
selectAll(): void;
|
|
1618
1768
|
unselectAll(): void;
|
|
1619
|
-
registerItem(data: {
|
|
1620
|
-
item: any;
|
|
1621
|
-
textValue: string;
|
|
1622
|
-
}): void;
|
|
1623
1769
|
goTo(data: {
|
|
1624
1770
|
id: string;
|
|
1625
1771
|
}): void;
|
|
@@ -1633,6 +1779,10 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
1633
1779
|
goToLastOfRow(): void;
|
|
1634
1780
|
goToNextPage(): void;
|
|
1635
1781
|
goToPreviousPage(): void;
|
|
1782
|
+
registerItem(data: {
|
|
1783
|
+
item: any;
|
|
1784
|
+
textValue: string;
|
|
1785
|
+
}): void;
|
|
1636
1786
|
unregisterItem(data: {
|
|
1637
1787
|
id: string;
|
|
1638
1788
|
}): void;
|
|
@@ -1654,6 +1804,9 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
1654
1804
|
cursorId: string;
|
|
1655
1805
|
columnCount: number;
|
|
1656
1806
|
pageSizeRef: React.MutableRefObject<number>;
|
|
1807
|
+
cursorIndexRef: {
|
|
1808
|
+
readonly current: number;
|
|
1809
|
+
};
|
|
1657
1810
|
UNSTABLE_virtual: {
|
|
1658
1811
|
virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
|
|
1659
1812
|
totalSize: number;
|
|
@@ -1681,10 +1834,6 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
1681
1834
|
}): void;
|
|
1682
1835
|
selectAll(): void;
|
|
1683
1836
|
unselectAll(): void;
|
|
1684
|
-
registerItem(data: {
|
|
1685
|
-
item: any;
|
|
1686
|
-
textValue: string;
|
|
1687
|
-
}): void;
|
|
1688
1837
|
goTo(data: {
|
|
1689
1838
|
id: string;
|
|
1690
1839
|
}): void;
|
|
@@ -1698,6 +1847,10 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
1698
1847
|
goToLastOfRow(): void;
|
|
1699
1848
|
goToNextPage(): void;
|
|
1700
1849
|
goToPreviousPage(): void;
|
|
1850
|
+
registerItem(data: {
|
|
1851
|
+
item: any;
|
|
1852
|
+
textValue: string;
|
|
1853
|
+
}): void;
|
|
1701
1854
|
unregisterItem(data: {
|
|
1702
1855
|
id: string;
|
|
1703
1856
|
}): void;
|