@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.
Files changed (192) hide show
  1. package/collection/index.ts +1 -0
  2. package/collection/lib/useCursorListModel.tsx +17 -18
  3. package/collection/lib/useListItemAllowChildStrings.ts +3 -3
  4. package/collection/lib/useListItemRovingFocus.tsx +26 -7
  5. package/collection/lib/useListLoader.ts +313 -0
  6. package/dist/commonjs/action-bar/lib/ActionBar.d.ts +427 -124
  7. package/dist/commonjs/action-bar/lib/ActionBar.d.ts.map +1 -1
  8. package/dist/commonjs/action-bar/lib/ActionBarItem.d.ts +21 -12
  9. package/dist/commonjs/action-bar/lib/ActionBarItem.d.ts.map +1 -1
  10. package/dist/commonjs/action-bar/lib/ActionBarList.d.ts +21 -12
  11. package/dist/commonjs/action-bar/lib/ActionBarList.d.ts.map +1 -1
  12. package/dist/commonjs/action-bar/lib/ActionBarOverflowButton.d.ts +28 -16
  13. package/dist/commonjs/action-bar/lib/ActionBarOverflowButton.d.ts.map +1 -1
  14. package/dist/commonjs/action-bar/lib/useActionBarModel.d.ts +205 -52
  15. package/dist/commonjs/action-bar/lib/useActionBarModel.d.ts.map +1 -1
  16. package/dist/commonjs/breadcrumbs/lib/Breadcrumbs.d.ts +448 -136
  17. package/dist/commonjs/breadcrumbs/lib/Breadcrumbs.d.ts.map +1 -1
  18. package/dist/commonjs/breadcrumbs/lib/BreadcrumbsCurrentItem.d.ts +28 -16
  19. package/dist/commonjs/breadcrumbs/lib/BreadcrumbsCurrentItem.d.ts.map +1 -1
  20. package/dist/commonjs/breadcrumbs/lib/BreadcrumbsItem.d.ts +21 -12
  21. package/dist/commonjs/breadcrumbs/lib/BreadcrumbsItem.d.ts.map +1 -1
  22. package/dist/commonjs/breadcrumbs/lib/BreadcrumbsList.d.ts +14 -8
  23. package/dist/commonjs/breadcrumbs/lib/BreadcrumbsList.d.ts.map +1 -1
  24. package/dist/commonjs/breadcrumbs/lib/BreadcrumbsMenu.d.ts +208 -64
  25. package/dist/commonjs/breadcrumbs/lib/BreadcrumbsMenu.d.ts.map +1 -1
  26. package/dist/commonjs/breadcrumbs/lib/BreadcrumbsOverflowButton.d.ts +28 -16
  27. package/dist/commonjs/breadcrumbs/lib/BreadcrumbsOverflowButton.d.ts.map +1 -1
  28. package/dist/commonjs/breadcrumbs/lib/hooks/useBreadcrumbsModel.d.ts +205 -52
  29. package/dist/commonjs/breadcrumbs/lib/hooks/useBreadcrumbsModel.d.ts.map +1 -1
  30. package/dist/commonjs/collection/index.d.ts +1 -0
  31. package/dist/commonjs/collection/index.d.ts.map +1 -1
  32. package/dist/commonjs/collection/index.js +1 -0
  33. package/dist/commonjs/collection/lib/ListBox.d.ts +162 -48
  34. package/dist/commonjs/collection/lib/ListBox.d.ts.map +1 -1
  35. package/dist/commonjs/collection/lib/useCursorListModel.d.ts +354 -56
  36. package/dist/commonjs/collection/lib/useCursorListModel.d.ts.map +1 -1
  37. package/dist/commonjs/collection/lib/useCursorListModel.js +12 -15
  38. package/dist/commonjs/collection/lib/useGridModel.d.ts +155 -44
  39. package/dist/commonjs/collection/lib/useGridModel.d.ts.map +1 -1
  40. package/dist/commonjs/collection/lib/useListItemAllowChildStrings.d.ts +10 -7
  41. package/dist/commonjs/collection/lib/useListItemAllowChildStrings.d.ts.map +1 -1
  42. package/dist/commonjs/collection/lib/useListItemAllowChildStrings.js +3 -3
  43. package/dist/commonjs/collection/lib/useListItemRegister.d.ts +7 -4
  44. package/dist/commonjs/collection/lib/useListItemRegister.d.ts.map +1 -1
  45. package/dist/commonjs/collection/lib/useListItemRovingFocus.d.ts +7 -5
  46. package/dist/commonjs/collection/lib/useListItemRovingFocus.d.ts.map +1 -1
  47. package/dist/commonjs/collection/lib/useListItemRovingFocus.js +21 -8
  48. package/dist/commonjs/collection/lib/useListItemSelect.d.ts +7 -4
  49. package/dist/commonjs/collection/lib/useListItemSelect.d.ts.map +1 -1
  50. package/dist/commonjs/collection/lib/useListLoader.d.ts +67 -0
  51. package/dist/commonjs/collection/lib/useListLoader.d.ts.map +1 -0
  52. package/dist/commonjs/collection/lib/useListLoader.js +213 -0
  53. package/dist/commonjs/collection/lib/useListModel.d.ts +155 -44
  54. package/dist/commonjs/collection/lib/useListModel.d.ts.map +1 -1
  55. package/dist/commonjs/collection/lib/useListResetCursorOnBlur.d.ts +7 -4
  56. package/dist/commonjs/collection/lib/useListResetCursorOnBlur.d.ts.map +1 -1
  57. package/dist/commonjs/collection/lib/useOverflowListItemMeasure.d.ts +7 -4
  58. package/dist/commonjs/collection/lib/useOverflowListItemMeasure.d.ts.map +1 -1
  59. package/dist/commonjs/collection/lib/useOverflowListMeasure.d.ts +7 -4
  60. package/dist/commonjs/collection/lib/useOverflowListMeasure.d.ts.map +1 -1
  61. package/dist/commonjs/collection/lib/useOverflowListModel.d.ts +191 -44
  62. package/dist/commonjs/collection/lib/useOverflowListModel.d.ts.map +1 -1
  63. package/dist/commonjs/collection/lib/useOverflowListTarget.d.ts +7 -4
  64. package/dist/commonjs/collection/lib/useOverflowListTarget.d.ts.map +1 -1
  65. package/dist/commonjs/collection/lib/useSelectionListModel.d.ts +155 -44
  66. package/dist/commonjs/collection/lib/useSelectionListModel.d.ts.map +1 -1
  67. package/dist/commonjs/menu/lib/Menu.d.ts +201 -60
  68. package/dist/commonjs/menu/lib/Menu.d.ts.map +1 -1
  69. package/dist/commonjs/menu/lib/MenuCard.d.ts +14 -8
  70. package/dist/commonjs/menu/lib/MenuCard.d.ts.map +1 -1
  71. package/dist/commonjs/menu/lib/MenuContextTarget.d.ts +21 -12
  72. package/dist/commonjs/menu/lib/MenuContextTarget.d.ts.map +1 -1
  73. package/dist/commonjs/menu/lib/MenuItem.d.ts +14 -9
  74. package/dist/commonjs/menu/lib/MenuItem.d.ts.map +1 -1
  75. package/dist/commonjs/menu/lib/MenuList.d.ts +14 -8
  76. package/dist/commonjs/menu/lib/MenuList.d.ts.map +1 -1
  77. package/dist/commonjs/menu/lib/MenuPopper.d.ts +7 -4
  78. package/dist/commonjs/menu/lib/MenuPopper.d.ts.map +1 -1
  79. package/dist/commonjs/menu/lib/MenuTarget.d.ts +35 -20
  80. package/dist/commonjs/menu/lib/MenuTarget.d.ts.map +1 -1
  81. package/dist/commonjs/menu/lib/useMenuModel.d.ts +173 -44
  82. package/dist/commonjs/menu/lib/useMenuModel.d.ts.map +1 -1
  83. package/dist/commonjs/tabs/lib/Tabs.d.ts +626 -176
  84. package/dist/commonjs/tabs/lib/Tabs.d.ts.map +1 -1
  85. package/dist/commonjs/tabs/lib/TabsItem.d.ts +28 -17
  86. package/dist/commonjs/tabs/lib/TabsItem.d.ts.map +1 -1
  87. package/dist/commonjs/tabs/lib/TabsList.d.ts +28 -16
  88. package/dist/commonjs/tabs/lib/TabsList.d.ts.map +1 -1
  89. package/dist/commonjs/tabs/lib/TabsMenuPopper.d.ts +7 -4
  90. package/dist/commonjs/tabs/lib/TabsMenuPopper.d.ts.map +1 -1
  91. package/dist/commonjs/tabs/lib/TabsOverflowButton.d.ts +28 -16
  92. package/dist/commonjs/tabs/lib/TabsOverflowButton.d.ts.map +1 -1
  93. package/dist/commonjs/tabs/lib/TabsPanel.d.ts +28 -16
  94. package/dist/commonjs/tabs/lib/TabsPanel.d.ts.map +1 -1
  95. package/dist/commonjs/tabs/lib/TabsPanels.d.ts +14 -8
  96. package/dist/commonjs/tabs/lib/TabsPanels.d.ts.map +1 -1
  97. package/dist/commonjs/tabs/lib/useTabsModel.d.ts +521 -116
  98. package/dist/commonjs/tabs/lib/useTabsModel.d.ts.map +1 -1
  99. package/dist/es6/action-bar/lib/ActionBar.d.ts +427 -124
  100. package/dist/es6/action-bar/lib/ActionBar.d.ts.map +1 -1
  101. package/dist/es6/action-bar/lib/ActionBarItem.d.ts +21 -12
  102. package/dist/es6/action-bar/lib/ActionBarItem.d.ts.map +1 -1
  103. package/dist/es6/action-bar/lib/ActionBarList.d.ts +21 -12
  104. package/dist/es6/action-bar/lib/ActionBarList.d.ts.map +1 -1
  105. package/dist/es6/action-bar/lib/ActionBarOverflowButton.d.ts +28 -16
  106. package/dist/es6/action-bar/lib/ActionBarOverflowButton.d.ts.map +1 -1
  107. package/dist/es6/action-bar/lib/useActionBarModel.d.ts +205 -52
  108. package/dist/es6/action-bar/lib/useActionBarModel.d.ts.map +1 -1
  109. package/dist/es6/breadcrumbs/lib/Breadcrumbs.d.ts +448 -136
  110. package/dist/es6/breadcrumbs/lib/Breadcrumbs.d.ts.map +1 -1
  111. package/dist/es6/breadcrumbs/lib/BreadcrumbsCurrentItem.d.ts +28 -16
  112. package/dist/es6/breadcrumbs/lib/BreadcrumbsCurrentItem.d.ts.map +1 -1
  113. package/dist/es6/breadcrumbs/lib/BreadcrumbsItem.d.ts +21 -12
  114. package/dist/es6/breadcrumbs/lib/BreadcrumbsItem.d.ts.map +1 -1
  115. package/dist/es6/breadcrumbs/lib/BreadcrumbsList.d.ts +14 -8
  116. package/dist/es6/breadcrumbs/lib/BreadcrumbsList.d.ts.map +1 -1
  117. package/dist/es6/breadcrumbs/lib/BreadcrumbsMenu.d.ts +208 -64
  118. package/dist/es6/breadcrumbs/lib/BreadcrumbsMenu.d.ts.map +1 -1
  119. package/dist/es6/breadcrumbs/lib/BreadcrumbsOverflowButton.d.ts +28 -16
  120. package/dist/es6/breadcrumbs/lib/BreadcrumbsOverflowButton.d.ts.map +1 -1
  121. package/dist/es6/breadcrumbs/lib/hooks/useBreadcrumbsModel.d.ts +205 -52
  122. package/dist/es6/breadcrumbs/lib/hooks/useBreadcrumbsModel.d.ts.map +1 -1
  123. package/dist/es6/collection/index.d.ts +1 -0
  124. package/dist/es6/collection/index.d.ts.map +1 -1
  125. package/dist/es6/collection/index.js +1 -0
  126. package/dist/es6/collection/lib/ListBox.d.ts +162 -48
  127. package/dist/es6/collection/lib/ListBox.d.ts.map +1 -1
  128. package/dist/es6/collection/lib/useCursorListModel.d.ts +354 -56
  129. package/dist/es6/collection/lib/useCursorListModel.d.ts.map +1 -1
  130. package/dist/es6/collection/lib/useCursorListModel.js +12 -15
  131. package/dist/es6/collection/lib/useGridModel.d.ts +155 -44
  132. package/dist/es6/collection/lib/useGridModel.d.ts.map +1 -1
  133. package/dist/es6/collection/lib/useListItemAllowChildStrings.d.ts +10 -7
  134. package/dist/es6/collection/lib/useListItemAllowChildStrings.d.ts.map +1 -1
  135. package/dist/es6/collection/lib/useListItemAllowChildStrings.js +3 -3
  136. package/dist/es6/collection/lib/useListItemRegister.d.ts +7 -4
  137. package/dist/es6/collection/lib/useListItemRegister.d.ts.map +1 -1
  138. package/dist/es6/collection/lib/useListItemRovingFocus.d.ts +7 -5
  139. package/dist/es6/collection/lib/useListItemRovingFocus.d.ts.map +1 -1
  140. package/dist/es6/collection/lib/useListItemRovingFocus.js +21 -8
  141. package/dist/es6/collection/lib/useListItemSelect.d.ts +7 -4
  142. package/dist/es6/collection/lib/useListItemSelect.d.ts.map +1 -1
  143. package/dist/es6/collection/lib/useListLoader.d.ts +67 -0
  144. package/dist/es6/collection/lib/useListLoader.d.ts.map +1 -0
  145. package/dist/es6/collection/lib/useListLoader.js +204 -0
  146. package/dist/es6/collection/lib/useListModel.d.ts +155 -44
  147. package/dist/es6/collection/lib/useListModel.d.ts.map +1 -1
  148. package/dist/es6/collection/lib/useListResetCursorOnBlur.d.ts +7 -4
  149. package/dist/es6/collection/lib/useListResetCursorOnBlur.d.ts.map +1 -1
  150. package/dist/es6/collection/lib/useOverflowListItemMeasure.d.ts +7 -4
  151. package/dist/es6/collection/lib/useOverflowListItemMeasure.d.ts.map +1 -1
  152. package/dist/es6/collection/lib/useOverflowListMeasure.d.ts +7 -4
  153. package/dist/es6/collection/lib/useOverflowListMeasure.d.ts.map +1 -1
  154. package/dist/es6/collection/lib/useOverflowListModel.d.ts +191 -44
  155. package/dist/es6/collection/lib/useOverflowListModel.d.ts.map +1 -1
  156. package/dist/es6/collection/lib/useOverflowListTarget.d.ts +7 -4
  157. package/dist/es6/collection/lib/useOverflowListTarget.d.ts.map +1 -1
  158. package/dist/es6/collection/lib/useSelectionListModel.d.ts +155 -44
  159. package/dist/es6/collection/lib/useSelectionListModel.d.ts.map +1 -1
  160. package/dist/es6/menu/lib/Menu.d.ts +201 -60
  161. package/dist/es6/menu/lib/Menu.d.ts.map +1 -1
  162. package/dist/es6/menu/lib/MenuCard.d.ts +14 -8
  163. package/dist/es6/menu/lib/MenuCard.d.ts.map +1 -1
  164. package/dist/es6/menu/lib/MenuContextTarget.d.ts +21 -12
  165. package/dist/es6/menu/lib/MenuContextTarget.d.ts.map +1 -1
  166. package/dist/es6/menu/lib/MenuItem.d.ts +14 -9
  167. package/dist/es6/menu/lib/MenuItem.d.ts.map +1 -1
  168. package/dist/es6/menu/lib/MenuList.d.ts +14 -8
  169. package/dist/es6/menu/lib/MenuList.d.ts.map +1 -1
  170. package/dist/es6/menu/lib/MenuPopper.d.ts +7 -4
  171. package/dist/es6/menu/lib/MenuPopper.d.ts.map +1 -1
  172. package/dist/es6/menu/lib/MenuTarget.d.ts +35 -20
  173. package/dist/es6/menu/lib/MenuTarget.d.ts.map +1 -1
  174. package/dist/es6/menu/lib/useMenuModel.d.ts +173 -44
  175. package/dist/es6/menu/lib/useMenuModel.d.ts.map +1 -1
  176. package/dist/es6/tabs/lib/Tabs.d.ts +626 -176
  177. package/dist/es6/tabs/lib/Tabs.d.ts.map +1 -1
  178. package/dist/es6/tabs/lib/TabsItem.d.ts +28 -17
  179. package/dist/es6/tabs/lib/TabsItem.d.ts.map +1 -1
  180. package/dist/es6/tabs/lib/TabsList.d.ts +28 -16
  181. package/dist/es6/tabs/lib/TabsList.d.ts.map +1 -1
  182. package/dist/es6/tabs/lib/TabsMenuPopper.d.ts +7 -4
  183. package/dist/es6/tabs/lib/TabsMenuPopper.d.ts.map +1 -1
  184. package/dist/es6/tabs/lib/TabsOverflowButton.d.ts +28 -16
  185. package/dist/es6/tabs/lib/TabsOverflowButton.d.ts.map +1 -1
  186. package/dist/es6/tabs/lib/TabsPanel.d.ts +28 -16
  187. package/dist/es6/tabs/lib/TabsPanel.d.ts.map +1 -1
  188. package/dist/es6/tabs/lib/TabsPanels.d.ts +14 -8
  189. package/dist/es6/tabs/lib/TabsPanels.d.ts.map +1 -1
  190. package/dist/es6/tabs/lib/useTabsModel.d.ts +521 -116
  191. package/dist/es6/tabs/lib/useTabsModel.d.ts.map +1 -1
  192. package/package.json +3 -3
@@ -73,6 +73,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
73
73
  cursorId: string;
74
74
  columnCount: number;
75
75
  pageSizeRef: React.MutableRefObject<number>;
76
+ cursorIndexRef: {
77
+ readonly current: number;
78
+ };
76
79
  UNSTABLE_virtual: {
77
80
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
78
81
  totalSize: number;
@@ -102,6 +105,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
102
105
  cursorId: string;
103
106
  columnCount: number;
104
107
  pageSizeRef: React.MutableRefObject<number>;
108
+ cursorIndexRef: {
109
+ readonly current: number;
110
+ };
105
111
  UNSTABLE_virtual: {
106
112
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
107
113
  totalSize: number;
@@ -131,6 +137,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
131
137
  cursorId: string;
132
138
  columnCount: number;
133
139
  pageSizeRef: React.MutableRefObject<number>;
140
+ cursorIndexRef: {
141
+ readonly current: number;
142
+ };
134
143
  UNSTABLE_virtual: {
135
144
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
136
145
  totalSize: number;
@@ -162,6 +171,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
162
171
  cursorId: string;
163
172
  columnCount: number;
164
173
  pageSizeRef: React.MutableRefObject<number>;
174
+ cursorIndexRef: {
175
+ readonly current: number;
176
+ };
165
177
  UNSTABLE_virtual: {
166
178
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
167
179
  totalSize: number;
@@ -191,6 +203,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
191
203
  cursorId: string;
192
204
  columnCount: number;
193
205
  pageSizeRef: React.MutableRefObject<number>;
206
+ cursorIndexRef: {
207
+ readonly current: number;
208
+ };
194
209
  UNSTABLE_virtual: {
195
210
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
196
211
  totalSize: number;
@@ -220,6 +235,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
220
235
  cursorId: string;
221
236
  columnCount: number;
222
237
  pageSizeRef: React.MutableRefObject<number>;
238
+ cursorIndexRef: {
239
+ readonly current: number;
240
+ };
223
241
  UNSTABLE_virtual: {
224
242
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
225
243
  totalSize: number;
@@ -236,9 +254,8 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
236
254
  items: import("../..").Item<any>[];
237
255
  mode: "multiple" | "single";
238
256
  }) => void) | undefined;
239
- onRegisterItem?: ((data: {
240
- item: any;
241
- textValue: string;
257
+ onGoTo?: ((data: {
258
+ id: string;
242
259
  }, prevState: {
243
260
  stackRef: React.RefObject<HTMLDivElement>;
244
261
  targetRef: React.RefObject<HTMLButtonElement>;
@@ -252,6 +269,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
252
269
  cursorId: string;
253
270
  columnCount: number;
254
271
  pageSizeRef: React.MutableRefObject<number>;
272
+ cursorIndexRef: {
273
+ readonly current: number;
274
+ };
255
275
  UNSTABLE_virtual: {
256
276
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
257
277
  totalSize: number;
@@ -268,9 +288,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
268
288
  items: import("../..").Item<any>[];
269
289
  mode: "multiple" | "single";
270
290
  }) => void) | undefined;
271
- onGoTo?: ((data: {
272
- id: string;
273
- }, prevState: {
291
+ onGoToNext?: ((data: undefined, prevState: {
274
292
  stackRef: React.RefObject<HTMLDivElement>;
275
293
  targetRef: React.RefObject<HTMLButtonElement>;
276
294
  initialFocusRef: React.RefObject<any> | undefined;
@@ -283,6 +301,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
283
301
  cursorId: string;
284
302
  columnCount: number;
285
303
  pageSizeRef: React.MutableRefObject<number>;
304
+ cursorIndexRef: {
305
+ readonly current: number;
306
+ };
286
307
  UNSTABLE_virtual: {
287
308
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
288
309
  totalSize: number;
@@ -299,7 +320,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
299
320
  items: import("../..").Item<any>[];
300
321
  mode: "multiple" | "single";
301
322
  }) => void) | undefined;
302
- onGoToNext?: ((data: undefined, prevState: {
323
+ onGoToPrevious?: ((data: undefined, prevState: {
303
324
  stackRef: React.RefObject<HTMLDivElement>;
304
325
  targetRef: React.RefObject<HTMLButtonElement>;
305
326
  initialFocusRef: React.RefObject<any> | undefined;
@@ -312,6 +333,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
312
333
  cursorId: string;
313
334
  columnCount: number;
314
335
  pageSizeRef: React.MutableRefObject<number>;
336
+ cursorIndexRef: {
337
+ readonly current: number;
338
+ };
315
339
  UNSTABLE_virtual: {
316
340
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
317
341
  totalSize: number;
@@ -328,7 +352,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
328
352
  items: import("../..").Item<any>[];
329
353
  mode: "multiple" | "single";
330
354
  }) => void) | undefined;
331
- onGoToPrevious?: ((data: undefined, prevState: {
355
+ onGoToPreviousRow?: ((data: undefined, prevState: {
332
356
  stackRef: React.RefObject<HTMLDivElement>;
333
357
  targetRef: React.RefObject<HTMLButtonElement>;
334
358
  initialFocusRef: React.RefObject<any> | undefined;
@@ -341,6 +365,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
341
365
  cursorId: string;
342
366
  columnCount: number;
343
367
  pageSizeRef: React.MutableRefObject<number>;
368
+ cursorIndexRef: {
369
+ readonly current: number;
370
+ };
344
371
  UNSTABLE_virtual: {
345
372
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
346
373
  totalSize: number;
@@ -357,7 +384,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
357
384
  items: import("../..").Item<any>[];
358
385
  mode: "multiple" | "single";
359
386
  }) => void) | undefined;
360
- onGoToPreviousRow?: ((data: undefined, prevState: {
387
+ onGoToNextRow?: ((data: undefined, prevState: {
361
388
  stackRef: React.RefObject<HTMLDivElement>;
362
389
  targetRef: React.RefObject<HTMLButtonElement>;
363
390
  initialFocusRef: React.RefObject<any> | undefined;
@@ -370,6 +397,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
370
397
  cursorId: string;
371
398
  columnCount: number;
372
399
  pageSizeRef: React.MutableRefObject<number>;
400
+ cursorIndexRef: {
401
+ readonly current: number;
402
+ };
373
403
  UNSTABLE_virtual: {
374
404
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
375
405
  totalSize: number;
@@ -386,7 +416,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
386
416
  items: import("../..").Item<any>[];
387
417
  mode: "multiple" | "single";
388
418
  }) => void) | undefined;
389
- onGoToNextRow?: ((data: undefined, prevState: {
419
+ onGoToFirst?: ((data: undefined, prevState: {
390
420
  stackRef: React.RefObject<HTMLDivElement>;
391
421
  targetRef: React.RefObject<HTMLButtonElement>;
392
422
  initialFocusRef: React.RefObject<any> | undefined;
@@ -399,6 +429,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
399
429
  cursorId: string;
400
430
  columnCount: number;
401
431
  pageSizeRef: React.MutableRefObject<number>;
432
+ cursorIndexRef: {
433
+ readonly current: number;
434
+ };
402
435
  UNSTABLE_virtual: {
403
436
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
404
437
  totalSize: number;
@@ -415,7 +448,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
415
448
  items: import("../..").Item<any>[];
416
449
  mode: "multiple" | "single";
417
450
  }) => void) | undefined;
418
- onGoToFirst?: ((data: undefined, prevState: {
451
+ onGoToLast?: ((data: undefined, prevState: {
419
452
  stackRef: React.RefObject<HTMLDivElement>;
420
453
  targetRef: React.RefObject<HTMLButtonElement>;
421
454
  initialFocusRef: React.RefObject<any> | undefined;
@@ -428,6 +461,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
428
461
  cursorId: string;
429
462
  columnCount: number;
430
463
  pageSizeRef: React.MutableRefObject<number>;
464
+ cursorIndexRef: {
465
+ readonly current: number;
466
+ };
431
467
  UNSTABLE_virtual: {
432
468
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
433
469
  totalSize: number;
@@ -444,7 +480,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
444
480
  items: import("../..").Item<any>[];
445
481
  mode: "multiple" | "single";
446
482
  }) => void) | undefined;
447
- onGoToLast?: ((data: undefined, prevState: {
483
+ onGoToFirstOfRow?: ((data: undefined, prevState: {
448
484
  stackRef: React.RefObject<HTMLDivElement>;
449
485
  targetRef: React.RefObject<HTMLButtonElement>;
450
486
  initialFocusRef: React.RefObject<any> | undefined;
@@ -457,6 +493,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
457
493
  cursorId: string;
458
494
  columnCount: number;
459
495
  pageSizeRef: React.MutableRefObject<number>;
496
+ cursorIndexRef: {
497
+ readonly current: number;
498
+ };
460
499
  UNSTABLE_virtual: {
461
500
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
462
501
  totalSize: number;
@@ -473,7 +512,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
473
512
  items: import("../..").Item<any>[];
474
513
  mode: "multiple" | "single";
475
514
  }) => void) | undefined;
476
- onGoToFirstOfRow?: ((data: undefined, prevState: {
515
+ onGoToLastOfRow?: ((data: undefined, prevState: {
477
516
  stackRef: React.RefObject<HTMLDivElement>;
478
517
  targetRef: React.RefObject<HTMLButtonElement>;
479
518
  initialFocusRef: React.RefObject<any> | undefined;
@@ -486,6 +525,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
486
525
  cursorId: string;
487
526
  columnCount: number;
488
527
  pageSizeRef: React.MutableRefObject<number>;
528
+ cursorIndexRef: {
529
+ readonly current: number;
530
+ };
489
531
  UNSTABLE_virtual: {
490
532
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
491
533
  totalSize: number;
@@ -502,7 +544,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
502
544
  items: import("../..").Item<any>[];
503
545
  mode: "multiple" | "single";
504
546
  }) => void) | undefined;
505
- onGoToLastOfRow?: ((data: undefined, prevState: {
547
+ onGoToNextPage?: ((data: undefined, prevState: {
506
548
  stackRef: React.RefObject<HTMLDivElement>;
507
549
  targetRef: React.RefObject<HTMLButtonElement>;
508
550
  initialFocusRef: React.RefObject<any> | undefined;
@@ -515,6 +557,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
515
557
  cursorId: string;
516
558
  columnCount: number;
517
559
  pageSizeRef: React.MutableRefObject<number>;
560
+ cursorIndexRef: {
561
+ readonly current: number;
562
+ };
518
563
  UNSTABLE_virtual: {
519
564
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
520
565
  totalSize: number;
@@ -531,7 +576,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
531
576
  items: import("../..").Item<any>[];
532
577
  mode: "multiple" | "single";
533
578
  }) => void) | undefined;
534
- onGoToNextPage?: ((data: undefined, prevState: {
579
+ onGoToPreviousPage?: ((data: undefined, prevState: {
535
580
  stackRef: React.RefObject<HTMLDivElement>;
536
581
  targetRef: React.RefObject<HTMLButtonElement>;
537
582
  initialFocusRef: React.RefObject<any> | undefined;
@@ -544,6 +589,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
544
589
  cursorId: string;
545
590
  columnCount: number;
546
591
  pageSizeRef: React.MutableRefObject<number>;
592
+ cursorIndexRef: {
593
+ readonly current: number;
594
+ };
547
595
  UNSTABLE_virtual: {
548
596
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
549
597
  totalSize: number;
@@ -560,7 +608,10 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
560
608
  items: import("../..").Item<any>[];
561
609
  mode: "multiple" | "single";
562
610
  }) => void) | undefined;
563
- onGoToPreviousPage?: ((data: undefined, prevState: {
611
+ onRegisterItem?: ((data: {
612
+ item: any;
613
+ textValue: string;
614
+ }, prevState: {
564
615
  stackRef: React.RefObject<HTMLDivElement>;
565
616
  targetRef: React.RefObject<HTMLButtonElement>;
566
617
  initialFocusRef: React.RefObject<any> | undefined;
@@ -573,6 +624,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
573
624
  cursorId: string;
574
625
  columnCount: number;
575
626
  pageSizeRef: React.MutableRefObject<number>;
627
+ cursorIndexRef: {
628
+ readonly current: number;
629
+ };
576
630
  UNSTABLE_virtual: {
577
631
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
578
632
  totalSize: number;
@@ -604,6 +658,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
604
658
  cursorId: string;
605
659
  columnCount: number;
606
660
  pageSizeRef: React.MutableRefObject<number>;
661
+ cursorIndexRef: {
662
+ readonly current: number;
663
+ };
607
664
  UNSTABLE_virtual: {
608
665
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
609
666
  totalSize: number;
@@ -635,6 +692,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
635
692
  cursorId: string;
636
693
  columnCount: number;
637
694
  pageSizeRef: React.MutableRefObject<number>;
695
+ cursorIndexRef: {
696
+ readonly current: number;
697
+ };
638
698
  UNSTABLE_virtual: {
639
699
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
640
700
  totalSize: number;
@@ -667,6 +727,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
667
727
  cursorId: string;
668
728
  columnCount: number;
669
729
  pageSizeRef: React.MutableRefObject<number>;
730
+ cursorIndexRef: {
731
+ readonly current: number;
732
+ };
670
733
  UNSTABLE_virtual: {
671
734
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
672
735
  totalSize: number;
@@ -696,6 +759,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
696
759
  cursorId: string;
697
760
  columnCount: number;
698
761
  pageSizeRef: React.MutableRefObject<number>;
762
+ cursorIndexRef: {
763
+ readonly current: number;
764
+ };
699
765
  UNSTABLE_virtual: {
700
766
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
701
767
  totalSize: number;
@@ -725,6 +791,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
725
791
  cursorId: string;
726
792
  columnCount: number;
727
793
  pageSizeRef: React.MutableRefObject<number>;
794
+ cursorIndexRef: {
795
+ readonly current: number;
796
+ };
728
797
  UNSTABLE_virtual: {
729
798
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
730
799
  totalSize: number;
@@ -756,6 +825,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
756
825
  cursorId: string;
757
826
  columnCount: number;
758
827
  pageSizeRef: React.MutableRefObject<number>;
828
+ cursorIndexRef: {
829
+ readonly current: number;
830
+ };
759
831
  UNSTABLE_virtual: {
760
832
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
761
833
  totalSize: number;
@@ -785,6 +857,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
785
857
  cursorId: string;
786
858
  columnCount: number;
787
859
  pageSizeRef: React.MutableRefObject<number>;
860
+ cursorIndexRef: {
861
+ readonly current: number;
862
+ };
788
863
  UNSTABLE_virtual: {
789
864
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
790
865
  totalSize: number;
@@ -814,6 +889,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
814
889
  cursorId: string;
815
890
  columnCount: number;
816
891
  pageSizeRef: React.MutableRefObject<number>;
892
+ cursorIndexRef: {
893
+ readonly current: number;
894
+ };
817
895
  UNSTABLE_virtual: {
818
896
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
819
897
  totalSize: number;
@@ -830,9 +908,8 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
830
908
  items: import("../..").Item<any>[];
831
909
  mode: "multiple" | "single";
832
910
  }) => boolean) | undefined;
833
- shouldRegisterItem?: ((data: {
834
- item: any;
835
- textValue: string;
911
+ shouldGoTo?: ((data: {
912
+ id: string;
836
913
  }, state: {
837
914
  stackRef: React.RefObject<HTMLDivElement>;
838
915
  targetRef: React.RefObject<HTMLButtonElement>;
@@ -846,6 +923,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
846
923
  cursorId: string;
847
924
  columnCount: number;
848
925
  pageSizeRef: React.MutableRefObject<number>;
926
+ cursorIndexRef: {
927
+ readonly current: number;
928
+ };
849
929
  UNSTABLE_virtual: {
850
930
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
851
931
  totalSize: number;
@@ -862,9 +942,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
862
942
  items: import("../..").Item<any>[];
863
943
  mode: "multiple" | "single";
864
944
  }) => boolean) | undefined;
865
- shouldGoTo?: ((data: {
866
- id: string;
867
- }, state: {
945
+ shouldGoToNext?: ((data: undefined, state: {
868
946
  stackRef: React.RefObject<HTMLDivElement>;
869
947
  targetRef: React.RefObject<HTMLButtonElement>;
870
948
  initialFocusRef: React.RefObject<any> | undefined;
@@ -877,6 +955,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
877
955
  cursorId: string;
878
956
  columnCount: number;
879
957
  pageSizeRef: React.MutableRefObject<number>;
958
+ cursorIndexRef: {
959
+ readonly current: number;
960
+ };
880
961
  UNSTABLE_virtual: {
881
962
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
882
963
  totalSize: number;
@@ -893,7 +974,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
893
974
  items: import("../..").Item<any>[];
894
975
  mode: "multiple" | "single";
895
976
  }) => boolean) | undefined;
896
- shouldGoToNext?: ((data: undefined, state: {
977
+ shouldGoToPrevious?: ((data: undefined, state: {
897
978
  stackRef: React.RefObject<HTMLDivElement>;
898
979
  targetRef: React.RefObject<HTMLButtonElement>;
899
980
  initialFocusRef: React.RefObject<any> | undefined;
@@ -906,6 +987,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
906
987
  cursorId: string;
907
988
  columnCount: number;
908
989
  pageSizeRef: React.MutableRefObject<number>;
990
+ cursorIndexRef: {
991
+ readonly current: number;
992
+ };
909
993
  UNSTABLE_virtual: {
910
994
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
911
995
  totalSize: number;
@@ -922,7 +1006,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
922
1006
  items: import("../..").Item<any>[];
923
1007
  mode: "multiple" | "single";
924
1008
  }) => boolean) | undefined;
925
- shouldGoToPrevious?: ((data: undefined, state: {
1009
+ shouldGoToPreviousRow?: ((data: undefined, state: {
926
1010
  stackRef: React.RefObject<HTMLDivElement>;
927
1011
  targetRef: React.RefObject<HTMLButtonElement>;
928
1012
  initialFocusRef: React.RefObject<any> | undefined;
@@ -935,6 +1019,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
935
1019
  cursorId: string;
936
1020
  columnCount: number;
937
1021
  pageSizeRef: React.MutableRefObject<number>;
1022
+ cursorIndexRef: {
1023
+ readonly current: number;
1024
+ };
938
1025
  UNSTABLE_virtual: {
939
1026
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
940
1027
  totalSize: number;
@@ -951,7 +1038,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
951
1038
  items: import("../..").Item<any>[];
952
1039
  mode: "multiple" | "single";
953
1040
  }) => boolean) | undefined;
954
- shouldGoToPreviousRow?: ((data: undefined, state: {
1041
+ shouldGoToNextRow?: ((data: undefined, state: {
955
1042
  stackRef: React.RefObject<HTMLDivElement>;
956
1043
  targetRef: React.RefObject<HTMLButtonElement>;
957
1044
  initialFocusRef: React.RefObject<any> | undefined;
@@ -964,6 +1051,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
964
1051
  cursorId: string;
965
1052
  columnCount: number;
966
1053
  pageSizeRef: React.MutableRefObject<number>;
1054
+ cursorIndexRef: {
1055
+ readonly current: number;
1056
+ };
967
1057
  UNSTABLE_virtual: {
968
1058
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
969
1059
  totalSize: number;
@@ -980,7 +1070,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
980
1070
  items: import("../..").Item<any>[];
981
1071
  mode: "multiple" | "single";
982
1072
  }) => boolean) | undefined;
983
- shouldGoToNextRow?: ((data: undefined, state: {
1073
+ shouldGoToFirst?: ((data: undefined, state: {
984
1074
  stackRef: React.RefObject<HTMLDivElement>;
985
1075
  targetRef: React.RefObject<HTMLButtonElement>;
986
1076
  initialFocusRef: React.RefObject<any> | undefined;
@@ -993,6 +1083,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
993
1083
  cursorId: string;
994
1084
  columnCount: number;
995
1085
  pageSizeRef: React.MutableRefObject<number>;
1086
+ cursorIndexRef: {
1087
+ readonly current: number;
1088
+ };
996
1089
  UNSTABLE_virtual: {
997
1090
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
998
1091
  totalSize: number;
@@ -1009,7 +1102,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
1009
1102
  items: import("../..").Item<any>[];
1010
1103
  mode: "multiple" | "single";
1011
1104
  }) => boolean) | undefined;
1012
- shouldGoToFirst?: ((data: undefined, state: {
1105
+ shouldGoToLast?: ((data: undefined, state: {
1013
1106
  stackRef: React.RefObject<HTMLDivElement>;
1014
1107
  targetRef: React.RefObject<HTMLButtonElement>;
1015
1108
  initialFocusRef: React.RefObject<any> | undefined;
@@ -1022,6 +1115,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
1022
1115
  cursorId: string;
1023
1116
  columnCount: number;
1024
1117
  pageSizeRef: React.MutableRefObject<number>;
1118
+ cursorIndexRef: {
1119
+ readonly current: number;
1120
+ };
1025
1121
  UNSTABLE_virtual: {
1026
1122
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
1027
1123
  totalSize: number;
@@ -1038,7 +1134,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
1038
1134
  items: import("../..").Item<any>[];
1039
1135
  mode: "multiple" | "single";
1040
1136
  }) => boolean) | undefined;
1041
- shouldGoToLast?: ((data: undefined, state: {
1137
+ shouldGoToFirstOfRow?: ((data: undefined, state: {
1042
1138
  stackRef: React.RefObject<HTMLDivElement>;
1043
1139
  targetRef: React.RefObject<HTMLButtonElement>;
1044
1140
  initialFocusRef: React.RefObject<any> | undefined;
@@ -1051,6 +1147,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
1051
1147
  cursorId: string;
1052
1148
  columnCount: number;
1053
1149
  pageSizeRef: React.MutableRefObject<number>;
1150
+ cursorIndexRef: {
1151
+ readonly current: number;
1152
+ };
1054
1153
  UNSTABLE_virtual: {
1055
1154
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
1056
1155
  totalSize: number;
@@ -1067,7 +1166,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
1067
1166
  items: import("../..").Item<any>[];
1068
1167
  mode: "multiple" | "single";
1069
1168
  }) => boolean) | undefined;
1070
- shouldGoToFirstOfRow?: ((data: undefined, state: {
1169
+ shouldGoToLastOfRow?: ((data: undefined, state: {
1071
1170
  stackRef: React.RefObject<HTMLDivElement>;
1072
1171
  targetRef: React.RefObject<HTMLButtonElement>;
1073
1172
  initialFocusRef: React.RefObject<any> | undefined;
@@ -1080,6 +1179,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
1080
1179
  cursorId: string;
1081
1180
  columnCount: number;
1082
1181
  pageSizeRef: React.MutableRefObject<number>;
1182
+ cursorIndexRef: {
1183
+ readonly current: number;
1184
+ };
1083
1185
  UNSTABLE_virtual: {
1084
1186
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
1085
1187
  totalSize: number;
@@ -1096,7 +1198,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
1096
1198
  items: import("../..").Item<any>[];
1097
1199
  mode: "multiple" | "single";
1098
1200
  }) => boolean) | undefined;
1099
- shouldGoToLastOfRow?: ((data: undefined, state: {
1201
+ shouldGoToNextPage?: ((data: undefined, state: {
1100
1202
  stackRef: React.RefObject<HTMLDivElement>;
1101
1203
  targetRef: React.RefObject<HTMLButtonElement>;
1102
1204
  initialFocusRef: React.RefObject<any> | undefined;
@@ -1109,6 +1211,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
1109
1211
  cursorId: string;
1110
1212
  columnCount: number;
1111
1213
  pageSizeRef: React.MutableRefObject<number>;
1214
+ cursorIndexRef: {
1215
+ readonly current: number;
1216
+ };
1112
1217
  UNSTABLE_virtual: {
1113
1218
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
1114
1219
  totalSize: number;
@@ -1125,7 +1230,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
1125
1230
  items: import("../..").Item<any>[];
1126
1231
  mode: "multiple" | "single";
1127
1232
  }) => boolean) | undefined;
1128
- shouldGoToNextPage?: ((data: undefined, state: {
1233
+ shouldGoToPreviousPage?: ((data: undefined, state: {
1129
1234
  stackRef: React.RefObject<HTMLDivElement>;
1130
1235
  targetRef: React.RefObject<HTMLButtonElement>;
1131
1236
  initialFocusRef: React.RefObject<any> | undefined;
@@ -1138,6 +1243,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
1138
1243
  cursorId: string;
1139
1244
  columnCount: number;
1140
1245
  pageSizeRef: React.MutableRefObject<number>;
1246
+ cursorIndexRef: {
1247
+ readonly current: number;
1248
+ };
1141
1249
  UNSTABLE_virtual: {
1142
1250
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
1143
1251
  totalSize: number;
@@ -1154,7 +1262,10 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
1154
1262
  items: import("../..").Item<any>[];
1155
1263
  mode: "multiple" | "single";
1156
1264
  }) => boolean) | undefined;
1157
- shouldGoToPreviousPage?: ((data: undefined, state: {
1265
+ shouldRegisterItem?: ((data: {
1266
+ item: any;
1267
+ textValue: string;
1268
+ }, state: {
1158
1269
  stackRef: React.RefObject<HTMLDivElement>;
1159
1270
  targetRef: React.RefObject<HTMLButtonElement>;
1160
1271
  initialFocusRef: React.RefObject<any> | undefined;
@@ -1167,6 +1278,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
1167
1278
  cursorId: string;
1168
1279
  columnCount: number;
1169
1280
  pageSizeRef: React.MutableRefObject<number>;
1281
+ cursorIndexRef: {
1282
+ readonly current: number;
1283
+ };
1170
1284
  UNSTABLE_virtual: {
1171
1285
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
1172
1286
  totalSize: number;
@@ -1198,6 +1312,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
1198
1312
  cursorId: string;
1199
1313
  columnCount: number;
1200
1314
  pageSizeRef: React.MutableRefObject<number>;
1315
+ cursorIndexRef: {
1316
+ readonly current: number;
1317
+ };
1201
1318
  UNSTABLE_virtual: {
1202
1319
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
1203
1320
  totalSize: number;
@@ -1229,6 +1346,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
1229
1346
  cursorId: string;
1230
1347
  columnCount: number;
1231
1348
  pageSizeRef: React.MutableRefObject<number>;
1349
+ cursorIndexRef: {
1350
+ readonly current: number;
1351
+ };
1232
1352
  UNSTABLE_virtual: {
1233
1353
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
1234
1354
  totalSize: number;
@@ -1289,6 +1409,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
1289
1409
  cursorId: string;
1290
1410
  columnCount: number;
1291
1411
  pageSizeRef: React.MutableRefObject<number>;
1412
+ cursorIndexRef: {
1413
+ readonly current: number;
1414
+ };
1292
1415
  UNSTABLE_virtual: {
1293
1416
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
1294
1417
  totalSize: number;
@@ -1320,6 +1443,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
1320
1443
  cursorId: string;
1321
1444
  columnCount: number;
1322
1445
  pageSizeRef: React.MutableRefObject<number>;
1446
+ cursorIndexRef: {
1447
+ readonly current: number;
1448
+ };
1323
1449
  UNSTABLE_virtual: {
1324
1450
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
1325
1451
  totalSize: number;
@@ -1351,6 +1477,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
1351
1477
  cursorId: string;
1352
1478
  columnCount: number;
1353
1479
  pageSizeRef: React.MutableRefObject<number>;
1480
+ cursorIndexRef: {
1481
+ readonly current: number;
1482
+ };
1354
1483
  UNSTABLE_virtual: {
1355
1484
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
1356
1485
  totalSize: number;
@@ -1382,6 +1511,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
1382
1511
  cursorId: string;
1383
1512
  columnCount: number;
1384
1513
  pageSizeRef: React.MutableRefObject<number>;
1514
+ cursorIndexRef: {
1515
+ readonly current: number;
1516
+ };
1385
1517
  UNSTABLE_virtual: {
1386
1518
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
1387
1519
  totalSize: number;
@@ -1413,6 +1545,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
1413
1545
  cursorId: string;
1414
1546
  columnCount: number;
1415
1547
  pageSizeRef: React.MutableRefObject<number>;
1548
+ cursorIndexRef: {
1549
+ readonly current: number;
1550
+ };
1416
1551
  UNSTABLE_virtual: {
1417
1552
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
1418
1553
  totalSize: number;
@@ -1445,6 +1580,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
1445
1580
  cursorId: string;
1446
1581
  columnCount: number;
1447
1582
  pageSizeRef: React.MutableRefObject<number>;
1583
+ cursorIndexRef: {
1584
+ readonly current: number;
1585
+ };
1448
1586
  UNSTABLE_virtual: {
1449
1587
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
1450
1588
  totalSize: number;
@@ -1476,6 +1614,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
1476
1614
  cursorId: string;
1477
1615
  columnCount: number;
1478
1616
  pageSizeRef: React.MutableRefObject<number>;
1617
+ cursorIndexRef: {
1618
+ readonly current: number;
1619
+ };
1479
1620
  UNSTABLE_virtual: {
1480
1621
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
1481
1622
  totalSize: number;
@@ -1507,6 +1648,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
1507
1648
  cursorId: string;
1508
1649
  columnCount: number;
1509
1650
  pageSizeRef: React.MutableRefObject<number>;
1651
+ cursorIndexRef: {
1652
+ readonly current: number;
1653
+ };
1510
1654
  UNSTABLE_virtual: {
1511
1655
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
1512
1656
  totalSize: number;
@@ -1538,6 +1682,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
1538
1682
  cursorId: string;
1539
1683
  columnCount: number;
1540
1684
  pageSizeRef: React.MutableRefObject<number>;
1685
+ cursorIndexRef: {
1686
+ readonly current: number;
1687
+ };
1541
1688
  UNSTABLE_virtual: {
1542
1689
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
1543
1690
  totalSize: number;
@@ -1567,6 +1714,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
1567
1714
  cursorId: string;
1568
1715
  columnCount: number;
1569
1716
  pageSizeRef: React.MutableRefObject<number>;
1717
+ cursorIndexRef: {
1718
+ readonly current: number;
1719
+ };
1570
1720
  UNSTABLE_virtual: {
1571
1721
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
1572
1722
  totalSize: number;
@@ -1596,6 +1746,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
1596
1746
  cursorId: string;
1597
1747
  columnCount: number;
1598
1748
  pageSizeRef: React.MutableRefObject<number>;
1749
+ cursorIndexRef: {
1750
+ readonly current: number;
1751
+ };
1599
1752
  UNSTABLE_virtual: {
1600
1753
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
1601
1754
  totalSize: number;
@@ -1611,9 +1764,8 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
1611
1764
  isVirtualized: boolean;
1612
1765
  items: import("../..").Item<any>[];
1613
1766
  }) => void) | undefined;
1614
- onRegisterItem?: ((data: {
1615
- item: any;
1616
- textValue: string;
1767
+ onGoTo?: ((data: {
1768
+ id: string;
1617
1769
  }, prevState: {
1618
1770
  getId: (item: any) => string;
1619
1771
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
@@ -1628,6 +1780,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
1628
1780
  cursorId: string;
1629
1781
  columnCount: number;
1630
1782
  pageSizeRef: React.MutableRefObject<number>;
1783
+ cursorIndexRef: {
1784
+ readonly current: number;
1785
+ };
1631
1786
  UNSTABLE_virtual: {
1632
1787
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
1633
1788
  totalSize: number;
@@ -1643,9 +1798,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
1643
1798
  isVirtualized: boolean;
1644
1799
  items: import("../..").Item<any>[];
1645
1800
  }) => void) | undefined;
1646
- onGoTo?: ((data: {
1647
- id: string;
1648
- }, prevState: {
1801
+ onGoToNext?: ((data: undefined, prevState: {
1649
1802
  getId: (item: any) => string;
1650
1803
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
1651
1804
  panels: import("../..").Item<any>[];
@@ -1659,6 +1812,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
1659
1812
  cursorId: string;
1660
1813
  columnCount: number;
1661
1814
  pageSizeRef: React.MutableRefObject<number>;
1815
+ cursorIndexRef: {
1816
+ readonly current: number;
1817
+ };
1662
1818
  UNSTABLE_virtual: {
1663
1819
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
1664
1820
  totalSize: number;
@@ -1674,7 +1830,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
1674
1830
  isVirtualized: boolean;
1675
1831
  items: import("../..").Item<any>[];
1676
1832
  }) => void) | undefined;
1677
- onGoToNext?: ((data: undefined, prevState: {
1833
+ onGoToPrevious?: ((data: undefined, prevState: {
1678
1834
  getId: (item: any) => string;
1679
1835
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
1680
1836
  panels: import("../..").Item<any>[];
@@ -1688,6 +1844,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
1688
1844
  cursorId: string;
1689
1845
  columnCount: number;
1690
1846
  pageSizeRef: React.MutableRefObject<number>;
1847
+ cursorIndexRef: {
1848
+ readonly current: number;
1849
+ };
1691
1850
  UNSTABLE_virtual: {
1692
1851
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
1693
1852
  totalSize: number;
@@ -1703,7 +1862,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
1703
1862
  isVirtualized: boolean;
1704
1863
  items: import("../..").Item<any>[];
1705
1864
  }) => void) | undefined;
1706
- onGoToPrevious?: ((data: undefined, prevState: {
1865
+ onGoToPreviousRow?: ((data: undefined, prevState: {
1707
1866
  getId: (item: any) => string;
1708
1867
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
1709
1868
  panels: import("../..").Item<any>[];
@@ -1717,6 +1876,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
1717
1876
  cursorId: string;
1718
1877
  columnCount: number;
1719
1878
  pageSizeRef: React.MutableRefObject<number>;
1879
+ cursorIndexRef: {
1880
+ readonly current: number;
1881
+ };
1720
1882
  UNSTABLE_virtual: {
1721
1883
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
1722
1884
  totalSize: number;
@@ -1732,7 +1894,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
1732
1894
  isVirtualized: boolean;
1733
1895
  items: import("../..").Item<any>[];
1734
1896
  }) => void) | undefined;
1735
- onGoToPreviousRow?: ((data: undefined, prevState: {
1897
+ onGoToNextRow?: ((data: undefined, prevState: {
1736
1898
  getId: (item: any) => string;
1737
1899
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
1738
1900
  panels: import("../..").Item<any>[];
@@ -1746,6 +1908,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
1746
1908
  cursorId: string;
1747
1909
  columnCount: number;
1748
1910
  pageSizeRef: React.MutableRefObject<number>;
1911
+ cursorIndexRef: {
1912
+ readonly current: number;
1913
+ };
1749
1914
  UNSTABLE_virtual: {
1750
1915
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
1751
1916
  totalSize: number;
@@ -1761,7 +1926,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
1761
1926
  isVirtualized: boolean;
1762
1927
  items: import("../..").Item<any>[];
1763
1928
  }) => void) | undefined;
1764
- onGoToNextRow?: ((data: undefined, prevState: {
1929
+ onGoToFirst?: ((data: undefined, prevState: {
1765
1930
  getId: (item: any) => string;
1766
1931
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
1767
1932
  panels: import("../..").Item<any>[];
@@ -1775,6 +1940,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
1775
1940
  cursorId: string;
1776
1941
  columnCount: number;
1777
1942
  pageSizeRef: React.MutableRefObject<number>;
1943
+ cursorIndexRef: {
1944
+ readonly current: number;
1945
+ };
1778
1946
  UNSTABLE_virtual: {
1779
1947
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
1780
1948
  totalSize: number;
@@ -1790,7 +1958,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
1790
1958
  isVirtualized: boolean;
1791
1959
  items: import("../..").Item<any>[];
1792
1960
  }) => void) | undefined;
1793
- onGoToFirst?: ((data: undefined, prevState: {
1961
+ onGoToLast?: ((data: undefined, prevState: {
1794
1962
  getId: (item: any) => string;
1795
1963
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
1796
1964
  panels: import("../..").Item<any>[];
@@ -1804,6 +1972,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
1804
1972
  cursorId: string;
1805
1973
  columnCount: number;
1806
1974
  pageSizeRef: React.MutableRefObject<number>;
1975
+ cursorIndexRef: {
1976
+ readonly current: number;
1977
+ };
1807
1978
  UNSTABLE_virtual: {
1808
1979
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
1809
1980
  totalSize: number;
@@ -1819,7 +1990,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
1819
1990
  isVirtualized: boolean;
1820
1991
  items: import("../..").Item<any>[];
1821
1992
  }) => void) | undefined;
1822
- onGoToLast?: ((data: undefined, prevState: {
1993
+ onGoToFirstOfRow?: ((data: undefined, prevState: {
1823
1994
  getId: (item: any) => string;
1824
1995
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
1825
1996
  panels: import("../..").Item<any>[];
@@ -1833,6 +2004,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
1833
2004
  cursorId: string;
1834
2005
  columnCount: number;
1835
2006
  pageSizeRef: React.MutableRefObject<number>;
2007
+ cursorIndexRef: {
2008
+ readonly current: number;
2009
+ };
1836
2010
  UNSTABLE_virtual: {
1837
2011
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
1838
2012
  totalSize: number;
@@ -1848,7 +2022,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
1848
2022
  isVirtualized: boolean;
1849
2023
  items: import("../..").Item<any>[];
1850
2024
  }) => void) | undefined;
1851
- onGoToFirstOfRow?: ((data: undefined, prevState: {
2025
+ onGoToLastOfRow?: ((data: undefined, prevState: {
1852
2026
  getId: (item: any) => string;
1853
2027
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
1854
2028
  panels: import("../..").Item<any>[];
@@ -1862,6 +2036,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
1862
2036
  cursorId: string;
1863
2037
  columnCount: number;
1864
2038
  pageSizeRef: React.MutableRefObject<number>;
2039
+ cursorIndexRef: {
2040
+ readonly current: number;
2041
+ };
1865
2042
  UNSTABLE_virtual: {
1866
2043
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
1867
2044
  totalSize: number;
@@ -1877,7 +2054,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
1877
2054
  isVirtualized: boolean;
1878
2055
  items: import("../..").Item<any>[];
1879
2056
  }) => void) | undefined;
1880
- onGoToLastOfRow?: ((data: undefined, prevState: {
2057
+ onGoToNextPage?: ((data: undefined, prevState: {
1881
2058
  getId: (item: any) => string;
1882
2059
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
1883
2060
  panels: import("../..").Item<any>[];
@@ -1891,6 +2068,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
1891
2068
  cursorId: string;
1892
2069
  columnCount: number;
1893
2070
  pageSizeRef: React.MutableRefObject<number>;
2071
+ cursorIndexRef: {
2072
+ readonly current: number;
2073
+ };
1894
2074
  UNSTABLE_virtual: {
1895
2075
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
1896
2076
  totalSize: number;
@@ -1906,7 +2086,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
1906
2086
  isVirtualized: boolean;
1907
2087
  items: import("../..").Item<any>[];
1908
2088
  }) => void) | undefined;
1909
- onGoToNextPage?: ((data: undefined, prevState: {
2089
+ onGoToPreviousPage?: ((data: undefined, prevState: {
1910
2090
  getId: (item: any) => string;
1911
2091
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
1912
2092
  panels: import("../..").Item<any>[];
@@ -1920,6 +2100,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
1920
2100
  cursorId: string;
1921
2101
  columnCount: number;
1922
2102
  pageSizeRef: React.MutableRefObject<number>;
2103
+ cursorIndexRef: {
2104
+ readonly current: number;
2105
+ };
1923
2106
  UNSTABLE_virtual: {
1924
2107
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
1925
2108
  totalSize: number;
@@ -1935,7 +2118,10 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
1935
2118
  isVirtualized: boolean;
1936
2119
  items: import("../..").Item<any>[];
1937
2120
  }) => void) | undefined;
1938
- onGoToPreviousPage?: ((data: undefined, prevState: {
2121
+ onRegisterItem?: ((data: {
2122
+ item: any;
2123
+ textValue: string;
2124
+ }, prevState: {
1939
2125
  getId: (item: any) => string;
1940
2126
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
1941
2127
  panels: import("../..").Item<any>[];
@@ -1949,6 +2135,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
1949
2135
  cursorId: string;
1950
2136
  columnCount: number;
1951
2137
  pageSizeRef: React.MutableRefObject<number>;
2138
+ cursorIndexRef: {
2139
+ readonly current: number;
2140
+ };
1952
2141
  UNSTABLE_virtual: {
1953
2142
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
1954
2143
  totalSize: number;
@@ -1980,6 +2169,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
1980
2169
  cursorId: string;
1981
2170
  columnCount: number;
1982
2171
  pageSizeRef: React.MutableRefObject<number>;
2172
+ cursorIndexRef: {
2173
+ readonly current: number;
2174
+ };
1983
2175
  UNSTABLE_virtual: {
1984
2176
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
1985
2177
  totalSize: number;
@@ -2011,6 +2203,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
2011
2203
  cursorId: string;
2012
2204
  columnCount: number;
2013
2205
  pageSizeRef: React.MutableRefObject<number>;
2206
+ cursorIndexRef: {
2207
+ readonly current: number;
2208
+ };
2014
2209
  UNSTABLE_virtual: {
2015
2210
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2016
2211
  totalSize: number;
@@ -2044,6 +2239,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
2044
2239
  cursorId: string;
2045
2240
  columnCount: number;
2046
2241
  pageSizeRef: React.MutableRefObject<number>;
2242
+ cursorIndexRef: {
2243
+ readonly current: number;
2244
+ };
2047
2245
  UNSTABLE_virtual: {
2048
2246
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2049
2247
  totalSize: number;
@@ -2075,6 +2273,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
2075
2273
  cursorId: string;
2076
2274
  columnCount: number;
2077
2275
  pageSizeRef: React.MutableRefObject<number>;
2276
+ cursorIndexRef: {
2277
+ readonly current: number;
2278
+ };
2078
2279
  UNSTABLE_virtual: {
2079
2280
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2080
2281
  totalSize: number;
@@ -2106,6 +2307,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
2106
2307
  cursorId: string;
2107
2308
  columnCount: number;
2108
2309
  pageSizeRef: React.MutableRefObject<number>;
2310
+ cursorIndexRef: {
2311
+ readonly current: number;
2312
+ };
2109
2313
  UNSTABLE_virtual: {
2110
2314
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2111
2315
  totalSize: number;
@@ -2137,6 +2341,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
2137
2341
  cursorId: string;
2138
2342
  columnCount: number;
2139
2343
  pageSizeRef: React.MutableRefObject<number>;
2344
+ cursorIndexRef: {
2345
+ readonly current: number;
2346
+ };
2140
2347
  UNSTABLE_virtual: {
2141
2348
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2142
2349
  totalSize: number;
@@ -2168,6 +2375,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
2168
2375
  cursorId: string;
2169
2376
  columnCount: number;
2170
2377
  pageSizeRef: React.MutableRefObject<number>;
2378
+ cursorIndexRef: {
2379
+ readonly current: number;
2380
+ };
2171
2381
  UNSTABLE_virtual: {
2172
2382
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2173
2383
  totalSize: number;
@@ -2200,6 +2410,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
2200
2410
  cursorId: string;
2201
2411
  columnCount: number;
2202
2412
  pageSizeRef: React.MutableRefObject<number>;
2413
+ cursorIndexRef: {
2414
+ readonly current: number;
2415
+ };
2203
2416
  UNSTABLE_virtual: {
2204
2417
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2205
2418
  totalSize: number;
@@ -2231,6 +2444,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
2231
2444
  cursorId: string;
2232
2445
  columnCount: number;
2233
2446
  pageSizeRef: React.MutableRefObject<number>;
2447
+ cursorIndexRef: {
2448
+ readonly current: number;
2449
+ };
2234
2450
  UNSTABLE_virtual: {
2235
2451
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2236
2452
  totalSize: number;
@@ -2262,6 +2478,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
2262
2478
  cursorId: string;
2263
2479
  columnCount: number;
2264
2480
  pageSizeRef: React.MutableRefObject<number>;
2481
+ cursorIndexRef: {
2482
+ readonly current: number;
2483
+ };
2265
2484
  UNSTABLE_virtual: {
2266
2485
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2267
2486
  totalSize: number;
@@ -2293,6 +2512,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
2293
2512
  cursorId: string;
2294
2513
  columnCount: number;
2295
2514
  pageSizeRef: React.MutableRefObject<number>;
2515
+ cursorIndexRef: {
2516
+ readonly current: number;
2517
+ };
2296
2518
  UNSTABLE_virtual: {
2297
2519
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2298
2520
  totalSize: number;
@@ -2322,6 +2544,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
2322
2544
  cursorId: string;
2323
2545
  columnCount: number;
2324
2546
  pageSizeRef: React.MutableRefObject<number>;
2547
+ cursorIndexRef: {
2548
+ readonly current: number;
2549
+ };
2325
2550
  UNSTABLE_virtual: {
2326
2551
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2327
2552
  totalSize: number;
@@ -2351,6 +2576,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
2351
2576
  cursorId: string;
2352
2577
  columnCount: number;
2353
2578
  pageSizeRef: React.MutableRefObject<number>;
2579
+ cursorIndexRef: {
2580
+ readonly current: number;
2581
+ };
2354
2582
  UNSTABLE_virtual: {
2355
2583
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2356
2584
  totalSize: number;
@@ -2366,9 +2594,8 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
2366
2594
  isVirtualized: boolean;
2367
2595
  items: import("../..").Item<any>[];
2368
2596
  }) => boolean) | undefined;
2369
- shouldRegisterItem?: ((data: {
2370
- item: any;
2371
- textValue: string;
2597
+ shouldGoTo?: ((data: {
2598
+ id: string;
2372
2599
  }, state: {
2373
2600
  getId: (item: any) => string;
2374
2601
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
@@ -2383,6 +2610,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
2383
2610
  cursorId: string;
2384
2611
  columnCount: number;
2385
2612
  pageSizeRef: React.MutableRefObject<number>;
2613
+ cursorIndexRef: {
2614
+ readonly current: number;
2615
+ };
2386
2616
  UNSTABLE_virtual: {
2387
2617
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2388
2618
  totalSize: number;
@@ -2398,9 +2628,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
2398
2628
  isVirtualized: boolean;
2399
2629
  items: import("../..").Item<any>[];
2400
2630
  }) => boolean) | undefined;
2401
- shouldGoTo?: ((data: {
2402
- id: string;
2403
- }, state: {
2631
+ shouldGoToNext?: ((data: undefined, state: {
2404
2632
  getId: (item: any) => string;
2405
2633
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
2406
2634
  panels: import("../..").Item<any>[];
@@ -2414,6 +2642,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
2414
2642
  cursorId: string;
2415
2643
  columnCount: number;
2416
2644
  pageSizeRef: React.MutableRefObject<number>;
2645
+ cursorIndexRef: {
2646
+ readonly current: number;
2647
+ };
2417
2648
  UNSTABLE_virtual: {
2418
2649
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2419
2650
  totalSize: number;
@@ -2429,7 +2660,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
2429
2660
  isVirtualized: boolean;
2430
2661
  items: import("../..").Item<any>[];
2431
2662
  }) => boolean) | undefined;
2432
- shouldGoToNext?: ((data: undefined, state: {
2663
+ shouldGoToPrevious?: ((data: undefined, state: {
2433
2664
  getId: (item: any) => string;
2434
2665
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
2435
2666
  panels: import("../..").Item<any>[];
@@ -2443,6 +2674,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
2443
2674
  cursorId: string;
2444
2675
  columnCount: number;
2445
2676
  pageSizeRef: React.MutableRefObject<number>;
2677
+ cursorIndexRef: {
2678
+ readonly current: number;
2679
+ };
2446
2680
  UNSTABLE_virtual: {
2447
2681
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2448
2682
  totalSize: number;
@@ -2458,7 +2692,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
2458
2692
  isVirtualized: boolean;
2459
2693
  items: import("../..").Item<any>[];
2460
2694
  }) => boolean) | undefined;
2461
- shouldGoToPrevious?: ((data: undefined, state: {
2695
+ shouldGoToPreviousRow?: ((data: undefined, state: {
2462
2696
  getId: (item: any) => string;
2463
2697
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
2464
2698
  panels: import("../..").Item<any>[];
@@ -2472,6 +2706,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
2472
2706
  cursorId: string;
2473
2707
  columnCount: number;
2474
2708
  pageSizeRef: React.MutableRefObject<number>;
2709
+ cursorIndexRef: {
2710
+ readonly current: number;
2711
+ };
2475
2712
  UNSTABLE_virtual: {
2476
2713
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2477
2714
  totalSize: number;
@@ -2487,7 +2724,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
2487
2724
  isVirtualized: boolean;
2488
2725
  items: import("../..").Item<any>[];
2489
2726
  }) => boolean) | undefined;
2490
- shouldGoToPreviousRow?: ((data: undefined, state: {
2727
+ shouldGoToNextRow?: ((data: undefined, state: {
2491
2728
  getId: (item: any) => string;
2492
2729
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
2493
2730
  panels: import("../..").Item<any>[];
@@ -2501,6 +2738,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
2501
2738
  cursorId: string;
2502
2739
  columnCount: number;
2503
2740
  pageSizeRef: React.MutableRefObject<number>;
2741
+ cursorIndexRef: {
2742
+ readonly current: number;
2743
+ };
2504
2744
  UNSTABLE_virtual: {
2505
2745
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2506
2746
  totalSize: number;
@@ -2516,7 +2756,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
2516
2756
  isVirtualized: boolean;
2517
2757
  items: import("../..").Item<any>[];
2518
2758
  }) => boolean) | undefined;
2519
- shouldGoToNextRow?: ((data: undefined, state: {
2759
+ shouldGoToFirst?: ((data: undefined, state: {
2520
2760
  getId: (item: any) => string;
2521
2761
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
2522
2762
  panels: import("../..").Item<any>[];
@@ -2530,6 +2770,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
2530
2770
  cursorId: string;
2531
2771
  columnCount: number;
2532
2772
  pageSizeRef: React.MutableRefObject<number>;
2773
+ cursorIndexRef: {
2774
+ readonly current: number;
2775
+ };
2533
2776
  UNSTABLE_virtual: {
2534
2777
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2535
2778
  totalSize: number;
@@ -2545,7 +2788,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
2545
2788
  isVirtualized: boolean;
2546
2789
  items: import("../..").Item<any>[];
2547
2790
  }) => boolean) | undefined;
2548
- shouldGoToFirst?: ((data: undefined, state: {
2791
+ shouldGoToLast?: ((data: undefined, state: {
2549
2792
  getId: (item: any) => string;
2550
2793
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
2551
2794
  panels: import("../..").Item<any>[];
@@ -2559,6 +2802,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
2559
2802
  cursorId: string;
2560
2803
  columnCount: number;
2561
2804
  pageSizeRef: React.MutableRefObject<number>;
2805
+ cursorIndexRef: {
2806
+ readonly current: number;
2807
+ };
2562
2808
  UNSTABLE_virtual: {
2563
2809
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2564
2810
  totalSize: number;
@@ -2574,7 +2820,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
2574
2820
  isVirtualized: boolean;
2575
2821
  items: import("../..").Item<any>[];
2576
2822
  }) => boolean) | undefined;
2577
- shouldGoToLast?: ((data: undefined, state: {
2823
+ shouldGoToFirstOfRow?: ((data: undefined, state: {
2578
2824
  getId: (item: any) => string;
2579
2825
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
2580
2826
  panels: import("../..").Item<any>[];
@@ -2588,6 +2834,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
2588
2834
  cursorId: string;
2589
2835
  columnCount: number;
2590
2836
  pageSizeRef: React.MutableRefObject<number>;
2837
+ cursorIndexRef: {
2838
+ readonly current: number;
2839
+ };
2591
2840
  UNSTABLE_virtual: {
2592
2841
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2593
2842
  totalSize: number;
@@ -2603,7 +2852,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
2603
2852
  isVirtualized: boolean;
2604
2853
  items: import("../..").Item<any>[];
2605
2854
  }) => boolean) | undefined;
2606
- shouldGoToFirstOfRow?: ((data: undefined, state: {
2855
+ shouldGoToLastOfRow?: ((data: undefined, state: {
2607
2856
  getId: (item: any) => string;
2608
2857
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
2609
2858
  panels: import("../..").Item<any>[];
@@ -2617,6 +2866,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
2617
2866
  cursorId: string;
2618
2867
  columnCount: number;
2619
2868
  pageSizeRef: React.MutableRefObject<number>;
2869
+ cursorIndexRef: {
2870
+ readonly current: number;
2871
+ };
2620
2872
  UNSTABLE_virtual: {
2621
2873
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2622
2874
  totalSize: number;
@@ -2632,7 +2884,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
2632
2884
  isVirtualized: boolean;
2633
2885
  items: import("../..").Item<any>[];
2634
2886
  }) => boolean) | undefined;
2635
- shouldGoToLastOfRow?: ((data: undefined, state: {
2887
+ shouldGoToNextPage?: ((data: undefined, state: {
2636
2888
  getId: (item: any) => string;
2637
2889
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
2638
2890
  panels: import("../..").Item<any>[];
@@ -2646,6 +2898,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
2646
2898
  cursorId: string;
2647
2899
  columnCount: number;
2648
2900
  pageSizeRef: React.MutableRefObject<number>;
2901
+ cursorIndexRef: {
2902
+ readonly current: number;
2903
+ };
2649
2904
  UNSTABLE_virtual: {
2650
2905
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2651
2906
  totalSize: number;
@@ -2661,7 +2916,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
2661
2916
  isVirtualized: boolean;
2662
2917
  items: import("../..").Item<any>[];
2663
2918
  }) => boolean) | undefined;
2664
- shouldGoToNextPage?: ((data: undefined, state: {
2919
+ shouldGoToPreviousPage?: ((data: undefined, state: {
2665
2920
  getId: (item: any) => string;
2666
2921
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
2667
2922
  panels: import("../..").Item<any>[];
@@ -2675,6 +2930,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
2675
2930
  cursorId: string;
2676
2931
  columnCount: number;
2677
2932
  pageSizeRef: React.MutableRefObject<number>;
2933
+ cursorIndexRef: {
2934
+ readonly current: number;
2935
+ };
2678
2936
  UNSTABLE_virtual: {
2679
2937
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2680
2938
  totalSize: number;
@@ -2690,7 +2948,10 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
2690
2948
  isVirtualized: boolean;
2691
2949
  items: import("../..").Item<any>[];
2692
2950
  }) => boolean) | undefined;
2693
- shouldGoToPreviousPage?: ((data: undefined, state: {
2951
+ shouldRegisterItem?: ((data: {
2952
+ item: any;
2953
+ textValue: string;
2954
+ }, state: {
2694
2955
  getId: (item: any) => string;
2695
2956
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
2696
2957
  panels: import("../..").Item<any>[];
@@ -2704,6 +2965,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
2704
2965
  cursorId: string;
2705
2966
  columnCount: number;
2706
2967
  pageSizeRef: React.MutableRefObject<number>;
2968
+ cursorIndexRef: {
2969
+ readonly current: number;
2970
+ };
2707
2971
  UNSTABLE_virtual: {
2708
2972
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2709
2973
  totalSize: number;
@@ -2735,6 +2999,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
2735
2999
  cursorId: string;
2736
3000
  columnCount: number;
2737
3001
  pageSizeRef: React.MutableRefObject<number>;
3002
+ cursorIndexRef: {
3003
+ readonly current: number;
3004
+ };
2738
3005
  UNSTABLE_virtual: {
2739
3006
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2740
3007
  totalSize: number;
@@ -2766,6 +3033,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
2766
3033
  cursorId: string;
2767
3034
  columnCount: number;
2768
3035
  pageSizeRef: React.MutableRefObject<number>;
3036
+ cursorIndexRef: {
3037
+ readonly current: number;
3038
+ };
2769
3039
  UNSTABLE_virtual: {
2770
3040
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2771
3041
  totalSize: number;
@@ -2796,6 +3066,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
2796
3066
  cursorId: string;
2797
3067
  columnCount: number;
2798
3068
  pageSizeRef: React.MutableRefObject<number>;
3069
+ cursorIndexRef: {
3070
+ readonly current: number;
3071
+ };
2799
3072
  UNSTABLE_virtual: {
2800
3073
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2801
3074
  totalSize: number;
@@ -2843,10 +3116,6 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
2843
3116
  }): void;
2844
3117
  selectAll(): void;
2845
3118
  unselectAll(): void;
2846
- registerItem(data: {
2847
- item: any;
2848
- textValue: string;
2849
- }): void;
2850
3119
  goTo(data: {
2851
3120
  id: string;
2852
3121
  }): void;
@@ -2860,6 +3129,10 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
2860
3129
  goToLastOfRow(): void;
2861
3130
  goToNextPage(): void;
2862
3131
  goToPreviousPage(): void;
3132
+ registerItem(data: {
3133
+ item: any;
3134
+ textValue: string;
3135
+ }): void;
2863
3136
  unregisterItem(data: {
2864
3137
  id: string;
2865
3138
  }): void;
@@ -2881,6 +3154,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
2881
3154
  cursorId: string;
2882
3155
  columnCount: number;
2883
3156
  pageSizeRef: React.MutableRefObject<number>;
3157
+ cursorIndexRef: {
3158
+ readonly current: number;
3159
+ };
2884
3160
  UNSTABLE_virtual: {
2885
3161
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2886
3162
  totalSize: number;
@@ -2915,10 +3191,6 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
2915
3191
  }): void;
2916
3192
  selectAll(): void;
2917
3193
  unselectAll(): void;
2918
- registerItem(data: {
2919
- item: any;
2920
- textValue: string;
2921
- }): void;
2922
3194
  goTo(data: {
2923
3195
  id: string;
2924
3196
  }): void;
@@ -2932,6 +3204,10 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
2932
3204
  goToLastOfRow(): void;
2933
3205
  goToNextPage(): void;
2934
3206
  goToPreviousPage(): void;
3207
+ registerItem(data: {
3208
+ item: any;
3209
+ textValue: string;
3210
+ }): void;
2935
3211
  unregisterItem(data: {
2936
3212
  id: string;
2937
3213
  }): void;
@@ -2970,6 +3246,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
2970
3246
  cursorId: string;
2971
3247
  columnCount: number;
2972
3248
  pageSizeRef: React.MutableRefObject<number>;
3249
+ cursorIndexRef: {
3250
+ readonly current: number;
3251
+ };
2973
3252
  UNSTABLE_virtual: {
2974
3253
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2975
3254
  totalSize: number;
@@ -3017,10 +3296,6 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
3017
3296
  }): void;
3018
3297
  selectAll(): void;
3019
3298
  unselectAll(): void;
3020
- registerItem(data: {
3021
- item: any;
3022
- textValue: string;
3023
- }): void;
3024
3299
  goTo(data: {
3025
3300
  id: string;
3026
3301
  }): void;
@@ -3034,6 +3309,10 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
3034
3309
  goToLastOfRow(): void;
3035
3310
  goToNextPage(): void;
3036
3311
  goToPreviousPage(): void;
3312
+ registerItem(data: {
3313
+ item: any;
3314
+ textValue: string;
3315
+ }): void;
3037
3316
  unregisterItem(data: {
3038
3317
  id: string;
3039
3318
  }): void;
@@ -3055,6 +3334,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
3055
3334
  cursorId: string;
3056
3335
  columnCount: number;
3057
3336
  pageSizeRef: React.MutableRefObject<number>;
3337
+ cursorIndexRef: {
3338
+ readonly current: number;
3339
+ };
3058
3340
  UNSTABLE_virtual: {
3059
3341
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
3060
3342
  totalSize: number;
@@ -3089,10 +3371,6 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
3089
3371
  }): void;
3090
3372
  selectAll(): void;
3091
3373
  unselectAll(): void;
3092
- registerItem(data: {
3093
- item: any;
3094
- textValue: string;
3095
- }): void;
3096
3374
  goTo(data: {
3097
3375
  id: string;
3098
3376
  }): void;
@@ -3106,6 +3384,10 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
3106
3384
  goToLastOfRow(): void;
3107
3385
  goToNextPage(): void;
3108
3386
  goToPreviousPage(): void;
3387
+ registerItem(data: {
3388
+ item: any;
3389
+ textValue: string;
3390
+ }): void;
3109
3391
  unregisterItem(data: {
3110
3392
  id: string;
3111
3393
  }): void;
@@ -3145,6 +3427,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
3145
3427
  cursorId: string;
3146
3428
  columnCount: number;
3147
3429
  pageSizeRef: React.MutableRefObject<number>;
3430
+ cursorIndexRef: {
3431
+ readonly current: number;
3432
+ };
3148
3433
  UNSTABLE_virtual: {
3149
3434
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
3150
3435
  totalSize: number;
@@ -3192,10 +3477,6 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
3192
3477
  }): void;
3193
3478
  selectAll(): void;
3194
3479
  unselectAll(): void;
3195
- registerItem(data: {
3196
- item: any;
3197
- textValue: string;
3198
- }): void;
3199
3480
  goTo(data: {
3200
3481
  id: string;
3201
3482
  }): void;
@@ -3209,6 +3490,10 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
3209
3490
  goToLastOfRow(): void;
3210
3491
  goToNextPage(): void;
3211
3492
  goToPreviousPage(): void;
3493
+ registerItem(data: {
3494
+ item: any;
3495
+ textValue: string;
3496
+ }): void;
3212
3497
  unregisterItem(data: {
3213
3498
  id: string;
3214
3499
  }): void;
@@ -3230,6 +3515,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
3230
3515
  cursorId: string;
3231
3516
  columnCount: number;
3232
3517
  pageSizeRef: React.MutableRefObject<number>;
3518
+ cursorIndexRef: {
3519
+ readonly current: number;
3520
+ };
3233
3521
  UNSTABLE_virtual: {
3234
3522
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
3235
3523
  totalSize: number;
@@ -3264,10 +3552,6 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
3264
3552
  }): void;
3265
3553
  selectAll(): void;
3266
3554
  unselectAll(): void;
3267
- registerItem(data: {
3268
- item: any;
3269
- textValue: string;
3270
- }): void;
3271
3555
  goTo(data: {
3272
3556
  id: string;
3273
3557
  }): void;
@@ -3281,6 +3565,10 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
3281
3565
  goToLastOfRow(): void;
3282
3566
  goToNextPage(): void;
3283
3567
  goToPreviousPage(): void;
3568
+ registerItem(data: {
3569
+ item: any;
3570
+ textValue: string;
3571
+ }): void;
3284
3572
  unregisterItem(data: {
3285
3573
  id: string;
3286
3574
  }): void;
@@ -3326,6 +3614,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
3326
3614
  cursorId: string;
3327
3615
  columnCount: number;
3328
3616
  pageSizeRef: React.MutableRefObject<number>;
3617
+ cursorIndexRef: {
3618
+ readonly current: number;
3619
+ };
3329
3620
  UNSTABLE_virtual: {
3330
3621
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
3331
3622
  totalSize: number;
@@ -3373,10 +3664,6 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
3373
3664
  }): void;
3374
3665
  selectAll(): void;
3375
3666
  unselectAll(): void;
3376
- registerItem(data: {
3377
- item: any;
3378
- textValue: string;
3379
- }): void;
3380
3667
  goTo(data: {
3381
3668
  id: string;
3382
3669
  }): void;
@@ -3390,6 +3677,10 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
3390
3677
  goToLastOfRow(): void;
3391
3678
  goToNextPage(): void;
3392
3679
  goToPreviousPage(): void;
3680
+ registerItem(data: {
3681
+ item: any;
3682
+ textValue: string;
3683
+ }): void;
3393
3684
  unregisterItem(data: {
3394
3685
  id: string;
3395
3686
  }): void;
@@ -3411,6 +3702,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
3411
3702
  cursorId: string;
3412
3703
  columnCount: number;
3413
3704
  pageSizeRef: React.MutableRefObject<number>;
3705
+ cursorIndexRef: {
3706
+ readonly current: number;
3707
+ };
3414
3708
  UNSTABLE_virtual: {
3415
3709
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
3416
3710
  totalSize: number;
@@ -3445,10 +3739,6 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
3445
3739
  }): void;
3446
3740
  selectAll(): void;
3447
3741
  unselectAll(): void;
3448
- registerItem(data: {
3449
- item: any;
3450
- textValue: string;
3451
- }): void;
3452
3742
  goTo(data: {
3453
3743
  id: string;
3454
3744
  }): void;
@@ -3462,6 +3752,10 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
3462
3752
  goToLastOfRow(): void;
3463
3753
  goToNextPage(): void;
3464
3754
  goToPreviousPage(): void;
3755
+ registerItem(data: {
3756
+ item: any;
3757
+ textValue: string;
3758
+ }): void;
3465
3759
  unregisterItem(data: {
3466
3760
  id: string;
3467
3761
  }): void;
@@ -3506,6 +3800,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
3506
3800
  cursorId: string;
3507
3801
  columnCount: number;
3508
3802
  pageSizeRef: React.MutableRefObject<number>;
3803
+ cursorIndexRef: {
3804
+ readonly current: number;
3805
+ };
3509
3806
  UNSTABLE_virtual: {
3510
3807
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
3511
3808
  totalSize: number;
@@ -3553,10 +3850,6 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
3553
3850
  }): void;
3554
3851
  selectAll(): void;
3555
3852
  unselectAll(): void;
3556
- registerItem(data: {
3557
- item: any;
3558
- textValue: string;
3559
- }): void;
3560
3853
  goTo(data: {
3561
3854
  id: string;
3562
3855
  }): void;
@@ -3570,6 +3863,10 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
3570
3863
  goToLastOfRow(): void;
3571
3864
  goToNextPage(): void;
3572
3865
  goToPreviousPage(): void;
3866
+ registerItem(data: {
3867
+ item: any;
3868
+ textValue: string;
3869
+ }): void;
3573
3870
  unregisterItem(data: {
3574
3871
  id: string;
3575
3872
  }): void;
@@ -3591,6 +3888,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
3591
3888
  cursorId: string;
3592
3889
  columnCount: number;
3593
3890
  pageSizeRef: React.MutableRefObject<number>;
3891
+ cursorIndexRef: {
3892
+ readonly current: number;
3893
+ };
3594
3894
  UNSTABLE_virtual: {
3595
3895
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
3596
3896
  totalSize: number;
@@ -3625,10 +3925,6 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
3625
3925
  }): void;
3626
3926
  selectAll(): void;
3627
3927
  unselectAll(): void;
3628
- registerItem(data: {
3629
- item: any;
3630
- textValue: string;
3631
- }): void;
3632
3928
  goTo(data: {
3633
3929
  id: string;
3634
3930
  }): void;
@@ -3642,6 +3938,10 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
3642
3938
  goToLastOfRow(): void;
3643
3939
  goToNextPage(): void;
3644
3940
  goToPreviousPage(): void;
3941
+ registerItem(data: {
3942
+ item: any;
3943
+ textValue: string;
3944
+ }): void;
3645
3945
  unregisterItem(data: {
3646
3946
  id: string;
3647
3947
  }): void;
@@ -3686,6 +3986,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
3686
3986
  cursorId: string;
3687
3987
  columnCount: number;
3688
3988
  pageSizeRef: React.MutableRefObject<number>;
3989
+ cursorIndexRef: {
3990
+ readonly current: number;
3991
+ };
3689
3992
  UNSTABLE_virtual: {
3690
3993
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
3691
3994
  totalSize: number;
@@ -3733,10 +4036,6 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
3733
4036
  }): void;
3734
4037
  selectAll(): void;
3735
4038
  unselectAll(): void;
3736
- registerItem(data: {
3737
- item: any;
3738
- textValue: string;
3739
- }): void;
3740
4039
  goTo(data: {
3741
4040
  id: string;
3742
4041
  }): void;
@@ -3750,6 +4049,10 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
3750
4049
  goToLastOfRow(): void;
3751
4050
  goToNextPage(): void;
3752
4051
  goToPreviousPage(): void;
4052
+ registerItem(data: {
4053
+ item: any;
4054
+ textValue: string;
4055
+ }): void;
3753
4056
  unregisterItem(data: {
3754
4057
  id: string;
3755
4058
  }): void;
@@ -3771,6 +4074,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
3771
4074
  cursorId: string;
3772
4075
  columnCount: number;
3773
4076
  pageSizeRef: React.MutableRefObject<number>;
4077
+ cursorIndexRef: {
4078
+ readonly current: number;
4079
+ };
3774
4080
  UNSTABLE_virtual: {
3775
4081
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
3776
4082
  totalSize: number;
@@ -3805,10 +4111,6 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
3805
4111
  }): void;
3806
4112
  selectAll(): void;
3807
4113
  unselectAll(): void;
3808
- registerItem(data: {
3809
- item: any;
3810
- textValue: string;
3811
- }): void;
3812
4114
  goTo(data: {
3813
4115
  id: string;
3814
4116
  }): void;
@@ -3822,6 +4124,10 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
3822
4124
  goToLastOfRow(): void;
3823
4125
  goToNextPage(): void;
3824
4126
  goToPreviousPage(): void;
4127
+ registerItem(data: {
4128
+ item: any;
4129
+ textValue: string;
4130
+ }): void;
3825
4131
  unregisterItem(data: {
3826
4132
  id: string;
3827
4133
  }): void;
@@ -3854,6 +4160,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
3854
4160
  cursorId: string;
3855
4161
  columnCount: number;
3856
4162
  pageSizeRef: React.MutableRefObject<number>;
4163
+ cursorIndexRef: {
4164
+ readonly current: number;
4165
+ };
3857
4166
  UNSTABLE_virtual: {
3858
4167
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
3859
4168
  totalSize: number;
@@ -3888,10 +4197,6 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
3888
4197
  }): void;
3889
4198
  selectAll(): void;
3890
4199
  unselectAll(): void;
3891
- registerItem(data: {
3892
- item: any;
3893
- textValue: string;
3894
- }): void;
3895
4200
  goTo(data: {
3896
4201
  id: string;
3897
4202
  }): void;
@@ -3905,6 +4210,10 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
3905
4210
  goToLastOfRow(): void;
3906
4211
  goToNextPage(): void;
3907
4212
  goToPreviousPage(): void;
4213
+ registerItem(data: {
4214
+ item: any;
4215
+ textValue: string;
4216
+ }): void;
3908
4217
  unregisterItem(data: {
3909
4218
  id: string;
3910
4219
  }): void;
@@ -3970,6 +4279,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
3970
4279
  cursorId: string;
3971
4280
  columnCount: number;
3972
4281
  pageSizeRef: React.MutableRefObject<number>;
4282
+ cursorIndexRef: {
4283
+ readonly current: number;
4284
+ };
3973
4285
  UNSTABLE_virtual: {
3974
4286
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
3975
4287
  totalSize: number;
@@ -3999,6 +4311,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
3999
4311
  cursorId: string;
4000
4312
  columnCount: number;
4001
4313
  pageSizeRef: React.MutableRefObject<number>;
4314
+ cursorIndexRef: {
4315
+ readonly current: number;
4316
+ };
4002
4317
  UNSTABLE_virtual: {
4003
4318
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
4004
4319
  totalSize: number;
@@ -4028,6 +4343,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
4028
4343
  cursorId: string;
4029
4344
  columnCount: number;
4030
4345
  pageSizeRef: React.MutableRefObject<number>;
4346
+ cursorIndexRef: {
4347
+ readonly current: number;
4348
+ };
4031
4349
  UNSTABLE_virtual: {
4032
4350
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
4033
4351
  totalSize: number;
@@ -4059,6 +4377,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
4059
4377
  cursorId: string;
4060
4378
  columnCount: number;
4061
4379
  pageSizeRef: React.MutableRefObject<number>;
4380
+ cursorIndexRef: {
4381
+ readonly current: number;
4382
+ };
4062
4383
  UNSTABLE_virtual: {
4063
4384
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
4064
4385
  totalSize: number;
@@ -4088,6 +4409,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
4088
4409
  cursorId: string;
4089
4410
  columnCount: number;
4090
4411
  pageSizeRef: React.MutableRefObject<number>;
4412
+ cursorIndexRef: {
4413
+ readonly current: number;
4414
+ };
4091
4415
  UNSTABLE_virtual: {
4092
4416
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
4093
4417
  totalSize: number;
@@ -4117,6 +4441,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
4117
4441
  cursorId: string;
4118
4442
  columnCount: number;
4119
4443
  pageSizeRef: React.MutableRefObject<number>;
4444
+ cursorIndexRef: {
4445
+ readonly current: number;
4446
+ };
4120
4447
  UNSTABLE_virtual: {
4121
4448
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
4122
4449
  totalSize: number;
@@ -4133,9 +4460,8 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
4133
4460
  items: import("../..").Item<any>[];
4134
4461
  mode: "multiple" | "single";
4135
4462
  }) => void) | undefined;
4136
- onRegisterItem?: ((data: {
4137
- item: any;
4138
- textValue: string;
4463
+ onGoTo?: ((data: {
4464
+ id: string;
4139
4465
  }, prevState: {
4140
4466
  stackRef: React.RefObject<HTMLDivElement>;
4141
4467
  targetRef: React.RefObject<HTMLButtonElement>;
@@ -4149,6 +4475,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
4149
4475
  cursorId: string;
4150
4476
  columnCount: number;
4151
4477
  pageSizeRef: React.MutableRefObject<number>;
4478
+ cursorIndexRef: {
4479
+ readonly current: number;
4480
+ };
4152
4481
  UNSTABLE_virtual: {
4153
4482
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
4154
4483
  totalSize: number;
@@ -4165,9 +4494,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
4165
4494
  items: import("../..").Item<any>[];
4166
4495
  mode: "multiple" | "single";
4167
4496
  }) => void) | undefined;
4168
- onGoTo?: ((data: {
4169
- id: string;
4170
- }, prevState: {
4497
+ onGoToNext?: ((data: undefined, prevState: {
4171
4498
  stackRef: React.RefObject<HTMLDivElement>;
4172
4499
  targetRef: React.RefObject<HTMLButtonElement>;
4173
4500
  initialFocusRef: React.RefObject<any> | undefined;
@@ -4180,6 +4507,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
4180
4507
  cursorId: string;
4181
4508
  columnCount: number;
4182
4509
  pageSizeRef: React.MutableRefObject<number>;
4510
+ cursorIndexRef: {
4511
+ readonly current: number;
4512
+ };
4183
4513
  UNSTABLE_virtual: {
4184
4514
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
4185
4515
  totalSize: number;
@@ -4196,7 +4526,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
4196
4526
  items: import("../..").Item<any>[];
4197
4527
  mode: "multiple" | "single";
4198
4528
  }) => void) | undefined;
4199
- onGoToNext?: ((data: undefined, prevState: {
4529
+ onGoToPrevious?: ((data: undefined, prevState: {
4200
4530
  stackRef: React.RefObject<HTMLDivElement>;
4201
4531
  targetRef: React.RefObject<HTMLButtonElement>;
4202
4532
  initialFocusRef: React.RefObject<any> | undefined;
@@ -4209,6 +4539,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
4209
4539
  cursorId: string;
4210
4540
  columnCount: number;
4211
4541
  pageSizeRef: React.MutableRefObject<number>;
4542
+ cursorIndexRef: {
4543
+ readonly current: number;
4544
+ };
4212
4545
  UNSTABLE_virtual: {
4213
4546
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
4214
4547
  totalSize: number;
@@ -4225,7 +4558,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
4225
4558
  items: import("../..").Item<any>[];
4226
4559
  mode: "multiple" | "single";
4227
4560
  }) => void) | undefined;
4228
- onGoToPrevious?: ((data: undefined, prevState: {
4561
+ onGoToPreviousRow?: ((data: undefined, prevState: {
4229
4562
  stackRef: React.RefObject<HTMLDivElement>;
4230
4563
  targetRef: React.RefObject<HTMLButtonElement>;
4231
4564
  initialFocusRef: React.RefObject<any> | undefined;
@@ -4238,6 +4571,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
4238
4571
  cursorId: string;
4239
4572
  columnCount: number;
4240
4573
  pageSizeRef: React.MutableRefObject<number>;
4574
+ cursorIndexRef: {
4575
+ readonly current: number;
4576
+ };
4241
4577
  UNSTABLE_virtual: {
4242
4578
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
4243
4579
  totalSize: number;
@@ -4254,7 +4590,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
4254
4590
  items: import("../..").Item<any>[];
4255
4591
  mode: "multiple" | "single";
4256
4592
  }) => void) | undefined;
4257
- onGoToPreviousRow?: ((data: undefined, prevState: {
4593
+ onGoToNextRow?: ((data: undefined, prevState: {
4258
4594
  stackRef: React.RefObject<HTMLDivElement>;
4259
4595
  targetRef: React.RefObject<HTMLButtonElement>;
4260
4596
  initialFocusRef: React.RefObject<any> | undefined;
@@ -4267,6 +4603,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
4267
4603
  cursorId: string;
4268
4604
  columnCount: number;
4269
4605
  pageSizeRef: React.MutableRefObject<number>;
4606
+ cursorIndexRef: {
4607
+ readonly current: number;
4608
+ };
4270
4609
  UNSTABLE_virtual: {
4271
4610
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
4272
4611
  totalSize: number;
@@ -4283,7 +4622,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
4283
4622
  items: import("../..").Item<any>[];
4284
4623
  mode: "multiple" | "single";
4285
4624
  }) => void) | undefined;
4286
- onGoToNextRow?: ((data: undefined, prevState: {
4625
+ onGoToFirst?: ((data: undefined, prevState: {
4287
4626
  stackRef: React.RefObject<HTMLDivElement>;
4288
4627
  targetRef: React.RefObject<HTMLButtonElement>;
4289
4628
  initialFocusRef: React.RefObject<any> | undefined;
@@ -4296,6 +4635,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
4296
4635
  cursorId: string;
4297
4636
  columnCount: number;
4298
4637
  pageSizeRef: React.MutableRefObject<number>;
4638
+ cursorIndexRef: {
4639
+ readonly current: number;
4640
+ };
4299
4641
  UNSTABLE_virtual: {
4300
4642
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
4301
4643
  totalSize: number;
@@ -4312,7 +4654,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
4312
4654
  items: import("../..").Item<any>[];
4313
4655
  mode: "multiple" | "single";
4314
4656
  }) => void) | undefined;
4315
- onGoToFirst?: ((data: undefined, prevState: {
4657
+ onGoToLast?: ((data: undefined, prevState: {
4316
4658
  stackRef: React.RefObject<HTMLDivElement>;
4317
4659
  targetRef: React.RefObject<HTMLButtonElement>;
4318
4660
  initialFocusRef: React.RefObject<any> | undefined;
@@ -4325,6 +4667,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
4325
4667
  cursorId: string;
4326
4668
  columnCount: number;
4327
4669
  pageSizeRef: React.MutableRefObject<number>;
4670
+ cursorIndexRef: {
4671
+ readonly current: number;
4672
+ };
4328
4673
  UNSTABLE_virtual: {
4329
4674
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
4330
4675
  totalSize: number;
@@ -4341,7 +4686,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
4341
4686
  items: import("../..").Item<any>[];
4342
4687
  mode: "multiple" | "single";
4343
4688
  }) => void) | undefined;
4344
- onGoToLast?: ((data: undefined, prevState: {
4689
+ onGoToFirstOfRow?: ((data: undefined, prevState: {
4345
4690
  stackRef: React.RefObject<HTMLDivElement>;
4346
4691
  targetRef: React.RefObject<HTMLButtonElement>;
4347
4692
  initialFocusRef: React.RefObject<any> | undefined;
@@ -4354,6 +4699,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
4354
4699
  cursorId: string;
4355
4700
  columnCount: number;
4356
4701
  pageSizeRef: React.MutableRefObject<number>;
4702
+ cursorIndexRef: {
4703
+ readonly current: number;
4704
+ };
4357
4705
  UNSTABLE_virtual: {
4358
4706
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
4359
4707
  totalSize: number;
@@ -4370,7 +4718,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
4370
4718
  items: import("../..").Item<any>[];
4371
4719
  mode: "multiple" | "single";
4372
4720
  }) => void) | undefined;
4373
- onGoToFirstOfRow?: ((data: undefined, prevState: {
4721
+ onGoToLastOfRow?: ((data: undefined, prevState: {
4374
4722
  stackRef: React.RefObject<HTMLDivElement>;
4375
4723
  targetRef: React.RefObject<HTMLButtonElement>;
4376
4724
  initialFocusRef: React.RefObject<any> | undefined;
@@ -4383,6 +4731,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
4383
4731
  cursorId: string;
4384
4732
  columnCount: number;
4385
4733
  pageSizeRef: React.MutableRefObject<number>;
4734
+ cursorIndexRef: {
4735
+ readonly current: number;
4736
+ };
4386
4737
  UNSTABLE_virtual: {
4387
4738
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
4388
4739
  totalSize: number;
@@ -4399,7 +4750,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
4399
4750
  items: import("../..").Item<any>[];
4400
4751
  mode: "multiple" | "single";
4401
4752
  }) => void) | undefined;
4402
- onGoToLastOfRow?: ((data: undefined, prevState: {
4753
+ onGoToNextPage?: ((data: undefined, prevState: {
4403
4754
  stackRef: React.RefObject<HTMLDivElement>;
4404
4755
  targetRef: React.RefObject<HTMLButtonElement>;
4405
4756
  initialFocusRef: React.RefObject<any> | undefined;
@@ -4412,6 +4763,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
4412
4763
  cursorId: string;
4413
4764
  columnCount: number;
4414
4765
  pageSizeRef: React.MutableRefObject<number>;
4766
+ cursorIndexRef: {
4767
+ readonly current: number;
4768
+ };
4415
4769
  UNSTABLE_virtual: {
4416
4770
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
4417
4771
  totalSize: number;
@@ -4428,7 +4782,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
4428
4782
  items: import("../..").Item<any>[];
4429
4783
  mode: "multiple" | "single";
4430
4784
  }) => void) | undefined;
4431
- onGoToNextPage?: ((data: undefined, prevState: {
4785
+ onGoToPreviousPage?: ((data: undefined, prevState: {
4432
4786
  stackRef: React.RefObject<HTMLDivElement>;
4433
4787
  targetRef: React.RefObject<HTMLButtonElement>;
4434
4788
  initialFocusRef: React.RefObject<any> | undefined;
@@ -4441,6 +4795,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
4441
4795
  cursorId: string;
4442
4796
  columnCount: number;
4443
4797
  pageSizeRef: React.MutableRefObject<number>;
4798
+ cursorIndexRef: {
4799
+ readonly current: number;
4800
+ };
4444
4801
  UNSTABLE_virtual: {
4445
4802
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
4446
4803
  totalSize: number;
@@ -4457,7 +4814,10 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
4457
4814
  items: import("../..").Item<any>[];
4458
4815
  mode: "multiple" | "single";
4459
4816
  }) => void) | undefined;
4460
- onGoToPreviousPage?: ((data: undefined, prevState: {
4817
+ onRegisterItem?: ((data: {
4818
+ item: any;
4819
+ textValue: string;
4820
+ }, prevState: {
4461
4821
  stackRef: React.RefObject<HTMLDivElement>;
4462
4822
  targetRef: React.RefObject<HTMLButtonElement>;
4463
4823
  initialFocusRef: React.RefObject<any> | undefined;
@@ -4470,6 +4830,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
4470
4830
  cursorId: string;
4471
4831
  columnCount: number;
4472
4832
  pageSizeRef: React.MutableRefObject<number>;
4833
+ cursorIndexRef: {
4834
+ readonly current: number;
4835
+ };
4473
4836
  UNSTABLE_virtual: {
4474
4837
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
4475
4838
  totalSize: number;
@@ -4501,6 +4864,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
4501
4864
  cursorId: string;
4502
4865
  columnCount: number;
4503
4866
  pageSizeRef: React.MutableRefObject<number>;
4867
+ cursorIndexRef: {
4868
+ readonly current: number;
4869
+ };
4504
4870
  UNSTABLE_virtual: {
4505
4871
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
4506
4872
  totalSize: number;
@@ -4532,6 +4898,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
4532
4898
  cursorId: string;
4533
4899
  columnCount: number;
4534
4900
  pageSizeRef: React.MutableRefObject<number>;
4901
+ cursorIndexRef: {
4902
+ readonly current: number;
4903
+ };
4535
4904
  UNSTABLE_virtual: {
4536
4905
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
4537
4906
  totalSize: number;
@@ -4564,6 +4933,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
4564
4933
  cursorId: string;
4565
4934
  columnCount: number;
4566
4935
  pageSizeRef: React.MutableRefObject<number>;
4936
+ cursorIndexRef: {
4937
+ readonly current: number;
4938
+ };
4567
4939
  UNSTABLE_virtual: {
4568
4940
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
4569
4941
  totalSize: number;
@@ -4593,6 +4965,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
4593
4965
  cursorId: string;
4594
4966
  columnCount: number;
4595
4967
  pageSizeRef: React.MutableRefObject<number>;
4968
+ cursorIndexRef: {
4969
+ readonly current: number;
4970
+ };
4596
4971
  UNSTABLE_virtual: {
4597
4972
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
4598
4973
  totalSize: number;
@@ -4622,6 +4997,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
4622
4997
  cursorId: string;
4623
4998
  columnCount: number;
4624
4999
  pageSizeRef: React.MutableRefObject<number>;
5000
+ cursorIndexRef: {
5001
+ readonly current: number;
5002
+ };
4625
5003
  UNSTABLE_virtual: {
4626
5004
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
4627
5005
  totalSize: number;
@@ -4653,6 +5031,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
4653
5031
  cursorId: string;
4654
5032
  columnCount: number;
4655
5033
  pageSizeRef: React.MutableRefObject<number>;
5034
+ cursorIndexRef: {
5035
+ readonly current: number;
5036
+ };
4656
5037
  UNSTABLE_virtual: {
4657
5038
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
4658
5039
  totalSize: number;
@@ -4682,6 +5063,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
4682
5063
  cursorId: string;
4683
5064
  columnCount: number;
4684
5065
  pageSizeRef: React.MutableRefObject<number>;
5066
+ cursorIndexRef: {
5067
+ readonly current: number;
5068
+ };
4685
5069
  UNSTABLE_virtual: {
4686
5070
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
4687
5071
  totalSize: number;
@@ -4711,6 +5095,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
4711
5095
  cursorId: string;
4712
5096
  columnCount: number;
4713
5097
  pageSizeRef: React.MutableRefObject<number>;
5098
+ cursorIndexRef: {
5099
+ readonly current: number;
5100
+ };
4714
5101
  UNSTABLE_virtual: {
4715
5102
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
4716
5103
  totalSize: number;
@@ -4727,9 +5114,8 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
4727
5114
  items: import("../..").Item<any>[];
4728
5115
  mode: "multiple" | "single";
4729
5116
  }) => boolean) | undefined;
4730
- shouldRegisterItem?: ((data: {
4731
- item: any;
4732
- textValue: string;
5117
+ shouldGoTo?: ((data: {
5118
+ id: string;
4733
5119
  }, state: {
4734
5120
  stackRef: React.RefObject<HTMLDivElement>;
4735
5121
  targetRef: React.RefObject<HTMLButtonElement>;
@@ -4743,6 +5129,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
4743
5129
  cursorId: string;
4744
5130
  columnCount: number;
4745
5131
  pageSizeRef: React.MutableRefObject<number>;
5132
+ cursorIndexRef: {
5133
+ readonly current: number;
5134
+ };
4746
5135
  UNSTABLE_virtual: {
4747
5136
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
4748
5137
  totalSize: number;
@@ -4759,9 +5148,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
4759
5148
  items: import("../..").Item<any>[];
4760
5149
  mode: "multiple" | "single";
4761
5150
  }) => boolean) | undefined;
4762
- shouldGoTo?: ((data: {
4763
- id: string;
4764
- }, state: {
5151
+ shouldGoToNext?: ((data: undefined, state: {
4765
5152
  stackRef: React.RefObject<HTMLDivElement>;
4766
5153
  targetRef: React.RefObject<HTMLButtonElement>;
4767
5154
  initialFocusRef: React.RefObject<any> | undefined;
@@ -4774,6 +5161,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
4774
5161
  cursorId: string;
4775
5162
  columnCount: number;
4776
5163
  pageSizeRef: React.MutableRefObject<number>;
5164
+ cursorIndexRef: {
5165
+ readonly current: number;
5166
+ };
4777
5167
  UNSTABLE_virtual: {
4778
5168
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
4779
5169
  totalSize: number;
@@ -4790,7 +5180,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
4790
5180
  items: import("../..").Item<any>[];
4791
5181
  mode: "multiple" | "single";
4792
5182
  }) => boolean) | undefined;
4793
- shouldGoToNext?: ((data: undefined, state: {
5183
+ shouldGoToPrevious?: ((data: undefined, state: {
4794
5184
  stackRef: React.RefObject<HTMLDivElement>;
4795
5185
  targetRef: React.RefObject<HTMLButtonElement>;
4796
5186
  initialFocusRef: React.RefObject<any> | undefined;
@@ -4803,6 +5193,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
4803
5193
  cursorId: string;
4804
5194
  columnCount: number;
4805
5195
  pageSizeRef: React.MutableRefObject<number>;
5196
+ cursorIndexRef: {
5197
+ readonly current: number;
5198
+ };
4806
5199
  UNSTABLE_virtual: {
4807
5200
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
4808
5201
  totalSize: number;
@@ -4819,7 +5212,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
4819
5212
  items: import("../..").Item<any>[];
4820
5213
  mode: "multiple" | "single";
4821
5214
  }) => boolean) | undefined;
4822
- shouldGoToPrevious?: ((data: undefined, state: {
5215
+ shouldGoToPreviousRow?: ((data: undefined, state: {
4823
5216
  stackRef: React.RefObject<HTMLDivElement>;
4824
5217
  targetRef: React.RefObject<HTMLButtonElement>;
4825
5218
  initialFocusRef: React.RefObject<any> | undefined;
@@ -4832,6 +5225,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
4832
5225
  cursorId: string;
4833
5226
  columnCount: number;
4834
5227
  pageSizeRef: React.MutableRefObject<number>;
5228
+ cursorIndexRef: {
5229
+ readonly current: number;
5230
+ };
4835
5231
  UNSTABLE_virtual: {
4836
5232
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
4837
5233
  totalSize: number;
@@ -4848,7 +5244,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
4848
5244
  items: import("../..").Item<any>[];
4849
5245
  mode: "multiple" | "single";
4850
5246
  }) => boolean) | undefined;
4851
- shouldGoToPreviousRow?: ((data: undefined, state: {
5247
+ shouldGoToNextRow?: ((data: undefined, state: {
4852
5248
  stackRef: React.RefObject<HTMLDivElement>;
4853
5249
  targetRef: React.RefObject<HTMLButtonElement>;
4854
5250
  initialFocusRef: React.RefObject<any> | undefined;
@@ -4861,6 +5257,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
4861
5257
  cursorId: string;
4862
5258
  columnCount: number;
4863
5259
  pageSizeRef: React.MutableRefObject<number>;
5260
+ cursorIndexRef: {
5261
+ readonly current: number;
5262
+ };
4864
5263
  UNSTABLE_virtual: {
4865
5264
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
4866
5265
  totalSize: number;
@@ -4877,7 +5276,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
4877
5276
  items: import("../..").Item<any>[];
4878
5277
  mode: "multiple" | "single";
4879
5278
  }) => boolean) | undefined;
4880
- shouldGoToNextRow?: ((data: undefined, state: {
5279
+ shouldGoToFirst?: ((data: undefined, state: {
4881
5280
  stackRef: React.RefObject<HTMLDivElement>;
4882
5281
  targetRef: React.RefObject<HTMLButtonElement>;
4883
5282
  initialFocusRef: React.RefObject<any> | undefined;
@@ -4890,6 +5289,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
4890
5289
  cursorId: string;
4891
5290
  columnCount: number;
4892
5291
  pageSizeRef: React.MutableRefObject<number>;
5292
+ cursorIndexRef: {
5293
+ readonly current: number;
5294
+ };
4893
5295
  UNSTABLE_virtual: {
4894
5296
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
4895
5297
  totalSize: number;
@@ -4906,7 +5308,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
4906
5308
  items: import("../..").Item<any>[];
4907
5309
  mode: "multiple" | "single";
4908
5310
  }) => boolean) | undefined;
4909
- shouldGoToFirst?: ((data: undefined, state: {
5311
+ shouldGoToLast?: ((data: undefined, state: {
4910
5312
  stackRef: React.RefObject<HTMLDivElement>;
4911
5313
  targetRef: React.RefObject<HTMLButtonElement>;
4912
5314
  initialFocusRef: React.RefObject<any> | undefined;
@@ -4919,6 +5321,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
4919
5321
  cursorId: string;
4920
5322
  columnCount: number;
4921
5323
  pageSizeRef: React.MutableRefObject<number>;
5324
+ cursorIndexRef: {
5325
+ readonly current: number;
5326
+ };
4922
5327
  UNSTABLE_virtual: {
4923
5328
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
4924
5329
  totalSize: number;
@@ -4935,7 +5340,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
4935
5340
  items: import("../..").Item<any>[];
4936
5341
  mode: "multiple" | "single";
4937
5342
  }) => boolean) | undefined;
4938
- shouldGoToLast?: ((data: undefined, state: {
5343
+ shouldGoToFirstOfRow?: ((data: undefined, state: {
4939
5344
  stackRef: React.RefObject<HTMLDivElement>;
4940
5345
  targetRef: React.RefObject<HTMLButtonElement>;
4941
5346
  initialFocusRef: React.RefObject<any> | undefined;
@@ -4948,6 +5353,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
4948
5353
  cursorId: string;
4949
5354
  columnCount: number;
4950
5355
  pageSizeRef: React.MutableRefObject<number>;
5356
+ cursorIndexRef: {
5357
+ readonly current: number;
5358
+ };
4951
5359
  UNSTABLE_virtual: {
4952
5360
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
4953
5361
  totalSize: number;
@@ -4964,7 +5372,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
4964
5372
  items: import("../..").Item<any>[];
4965
5373
  mode: "multiple" | "single";
4966
5374
  }) => boolean) | undefined;
4967
- shouldGoToFirstOfRow?: ((data: undefined, state: {
5375
+ shouldGoToLastOfRow?: ((data: undefined, state: {
4968
5376
  stackRef: React.RefObject<HTMLDivElement>;
4969
5377
  targetRef: React.RefObject<HTMLButtonElement>;
4970
5378
  initialFocusRef: React.RefObject<any> | undefined;
@@ -4977,6 +5385,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
4977
5385
  cursorId: string;
4978
5386
  columnCount: number;
4979
5387
  pageSizeRef: React.MutableRefObject<number>;
5388
+ cursorIndexRef: {
5389
+ readonly current: number;
5390
+ };
4980
5391
  UNSTABLE_virtual: {
4981
5392
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
4982
5393
  totalSize: number;
@@ -4993,7 +5404,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
4993
5404
  items: import("../..").Item<any>[];
4994
5405
  mode: "multiple" | "single";
4995
5406
  }) => boolean) | undefined;
4996
- shouldGoToLastOfRow?: ((data: undefined, state: {
5407
+ shouldGoToNextPage?: ((data: undefined, state: {
4997
5408
  stackRef: React.RefObject<HTMLDivElement>;
4998
5409
  targetRef: React.RefObject<HTMLButtonElement>;
4999
5410
  initialFocusRef: React.RefObject<any> | undefined;
@@ -5006,6 +5417,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
5006
5417
  cursorId: string;
5007
5418
  columnCount: number;
5008
5419
  pageSizeRef: React.MutableRefObject<number>;
5420
+ cursorIndexRef: {
5421
+ readonly current: number;
5422
+ };
5009
5423
  UNSTABLE_virtual: {
5010
5424
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
5011
5425
  totalSize: number;
@@ -5022,7 +5436,7 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
5022
5436
  items: import("../..").Item<any>[];
5023
5437
  mode: "multiple" | "single";
5024
5438
  }) => boolean) | undefined;
5025
- shouldGoToNextPage?: ((data: undefined, state: {
5439
+ shouldGoToPreviousPage?: ((data: undefined, state: {
5026
5440
  stackRef: React.RefObject<HTMLDivElement>;
5027
5441
  targetRef: React.RefObject<HTMLButtonElement>;
5028
5442
  initialFocusRef: React.RefObject<any> | undefined;
@@ -5035,6 +5449,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
5035
5449
  cursorId: string;
5036
5450
  columnCount: number;
5037
5451
  pageSizeRef: React.MutableRefObject<number>;
5452
+ cursorIndexRef: {
5453
+ readonly current: number;
5454
+ };
5038
5455
  UNSTABLE_virtual: {
5039
5456
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
5040
5457
  totalSize: number;
@@ -5051,7 +5468,10 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
5051
5468
  items: import("../..").Item<any>[];
5052
5469
  mode: "multiple" | "single";
5053
5470
  }) => boolean) | undefined;
5054
- shouldGoToPreviousPage?: ((data: undefined, state: {
5471
+ shouldRegisterItem?: ((data: {
5472
+ item: any;
5473
+ textValue: string;
5474
+ }, state: {
5055
5475
  stackRef: React.RefObject<HTMLDivElement>;
5056
5476
  targetRef: React.RefObject<HTMLButtonElement>;
5057
5477
  initialFocusRef: React.RefObject<any> | undefined;
@@ -5064,6 +5484,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
5064
5484
  cursorId: string;
5065
5485
  columnCount: number;
5066
5486
  pageSizeRef: React.MutableRefObject<number>;
5487
+ cursorIndexRef: {
5488
+ readonly current: number;
5489
+ };
5067
5490
  UNSTABLE_virtual: {
5068
5491
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
5069
5492
  totalSize: number;
@@ -5095,6 +5518,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
5095
5518
  cursorId: string;
5096
5519
  columnCount: number;
5097
5520
  pageSizeRef: React.MutableRefObject<number>;
5521
+ cursorIndexRef: {
5522
+ readonly current: number;
5523
+ };
5098
5524
  UNSTABLE_virtual: {
5099
5525
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
5100
5526
  totalSize: number;
@@ -5126,6 +5552,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
5126
5552
  cursorId: string;
5127
5553
  columnCount: number;
5128
5554
  pageSizeRef: React.MutableRefObject<number>;
5555
+ cursorIndexRef: {
5556
+ readonly current: number;
5557
+ };
5129
5558
  UNSTABLE_virtual: {
5130
5559
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
5131
5560
  totalSize: number;
@@ -5156,6 +5585,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
5156
5585
  cursorId: string;
5157
5586
  columnCount: number;
5158
5587
  pageSizeRef: React.MutableRefObject<number>;
5588
+ cursorIndexRef: {
5589
+ readonly current: number;
5590
+ };
5159
5591
  UNSTABLE_virtual: {
5160
5592
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
5161
5593
  totalSize: number;
@@ -5190,10 +5622,6 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
5190
5622
  }): void;
5191
5623
  selectAll(): void;
5192
5624
  unselectAll(): void;
5193
- registerItem(data: {
5194
- item: any;
5195
- textValue: string;
5196
- }): void;
5197
5625
  goTo(data: {
5198
5626
  id: string;
5199
5627
  }): void;
@@ -5207,6 +5635,10 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
5207
5635
  goToLastOfRow(): void;
5208
5636
  goToNextPage(): void;
5209
5637
  goToPreviousPage(): void;
5638
+ registerItem(data: {
5639
+ item: any;
5640
+ textValue: string;
5641
+ }): void;
5210
5642
  unregisterItem(data: {
5211
5643
  id: string;
5212
5644
  }): void;
@@ -5232,6 +5664,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
5232
5664
  cursorId: string;
5233
5665
  columnCount: number;
5234
5666
  pageSizeRef: React.MutableRefObject<number>;
5667
+ cursorIndexRef: {
5668
+ readonly current: number;
5669
+ };
5235
5670
  UNSTABLE_virtual: {
5236
5671
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
5237
5672
  totalSize: number;
@@ -5266,10 +5701,6 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
5266
5701
  }): void;
5267
5702
  selectAll(): void;
5268
5703
  unselectAll(): void;
5269
- registerItem(data: {
5270
- item: any;
5271
- textValue: string;
5272
- }): void;
5273
5704
  goTo(data: {
5274
5705
  id: string;
5275
5706
  }): void;
@@ -5283,6 +5714,10 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
5283
5714
  goToLastOfRow(): void;
5284
5715
  goToNextPage(): void;
5285
5716
  goToPreviousPage(): void;
5717
+ registerItem(data: {
5718
+ item: any;
5719
+ textValue: string;
5720
+ }): void;
5286
5721
  unregisterItem(data: {
5287
5722
  id: string;
5288
5723
  }): void;
@@ -5308,6 +5743,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
5308
5743
  cursorId: string;
5309
5744
  columnCount: number;
5310
5745
  pageSizeRef: React.MutableRefObject<number>;
5746
+ cursorIndexRef: {
5747
+ readonly current: number;
5748
+ };
5311
5749
  UNSTABLE_virtual: {
5312
5750
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
5313
5751
  totalSize: number;
@@ -5342,10 +5780,6 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
5342
5780
  }): void;
5343
5781
  selectAll(): void;
5344
5782
  unselectAll(): void;
5345
- registerItem(data: {
5346
- item: any;
5347
- textValue: string;
5348
- }): void;
5349
5783
  goTo(data: {
5350
5784
  id: string;
5351
5785
  }): void;
@@ -5359,6 +5793,10 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
5359
5793
  goToLastOfRow(): void;
5360
5794
  goToNextPage(): void;
5361
5795
  goToPreviousPage(): void;
5796
+ registerItem(data: {
5797
+ item: any;
5798
+ textValue: string;
5799
+ }): void;
5362
5800
  unregisterItem(data: {
5363
5801
  id: string;
5364
5802
  }): void;
@@ -5384,6 +5822,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
5384
5822
  cursorId: string;
5385
5823
  columnCount: number;
5386
5824
  pageSizeRef: React.MutableRefObject<number>;
5825
+ cursorIndexRef: {
5826
+ readonly current: number;
5827
+ };
5387
5828
  UNSTABLE_virtual: {
5388
5829
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
5389
5830
  totalSize: number;
@@ -5418,10 +5859,6 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
5418
5859
  }): void;
5419
5860
  selectAll(): void;
5420
5861
  unselectAll(): void;
5421
- registerItem(data: {
5422
- item: any;
5423
- textValue: string;
5424
- }): void;
5425
5862
  goTo(data: {
5426
5863
  id: string;
5427
5864
  }): void;
@@ -5435,6 +5872,10 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
5435
5872
  goToLastOfRow(): void;
5436
5873
  goToNextPage(): void;
5437
5874
  goToPreviousPage(): void;
5875
+ registerItem(data: {
5876
+ item: any;
5877
+ textValue: string;
5878
+ }): void;
5438
5879
  unregisterItem(data: {
5439
5880
  id: string;
5440
5881
  }): void;
@@ -5460,6 +5901,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
5460
5901
  cursorId: string;
5461
5902
  columnCount: number;
5462
5903
  pageSizeRef: React.MutableRefObject<number>;
5904
+ cursorIndexRef: {
5905
+ readonly current: number;
5906
+ };
5463
5907
  UNSTABLE_virtual: {
5464
5908
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
5465
5909
  totalSize: number;
@@ -5494,10 +5938,6 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
5494
5938
  }): void;
5495
5939
  selectAll(): void;
5496
5940
  unselectAll(): void;
5497
- registerItem(data: {
5498
- item: any;
5499
- textValue: string;
5500
- }): void;
5501
5941
  goTo(data: {
5502
5942
  id: string;
5503
5943
  }): void;
@@ -5511,6 +5951,10 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
5511
5951
  goToLastOfRow(): void;
5512
5952
  goToNextPage(): void;
5513
5953
  goToPreviousPage(): void;
5954
+ registerItem(data: {
5955
+ item: any;
5956
+ textValue: string;
5957
+ }): void;
5514
5958
  unregisterItem(data: {
5515
5959
  id: string;
5516
5960
  }): void;
@@ -5547,6 +5991,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
5547
5991
  cursorId: string;
5548
5992
  columnCount: number;
5549
5993
  pageSizeRef: React.MutableRefObject<number>;
5994
+ cursorIndexRef: {
5995
+ readonly current: number;
5996
+ };
5550
5997
  UNSTABLE_virtual: {
5551
5998
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
5552
5999
  totalSize: number;
@@ -5581,10 +6028,6 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
5581
6028
  }): void;
5582
6029
  selectAll(): void;
5583
6030
  unselectAll(): void;
5584
- registerItem(data: {
5585
- item: any;
5586
- textValue: string;
5587
- }): void;
5588
6031
  goTo(data: {
5589
6032
  id: string;
5590
6033
  }): void;
@@ -5598,6 +6041,10 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
5598
6041
  goToLastOfRow(): void;
5599
6042
  goToNextPage(): void;
5600
6043
  goToPreviousPage(): void;
6044
+ registerItem(data: {
6045
+ item: any;
6046
+ textValue: string;
6047
+ }): void;
5601
6048
  unregisterItem(data: {
5602
6049
  id: string;
5603
6050
  }): void;
@@ -5623,6 +6070,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
5623
6070
  cursorId: string;
5624
6071
  columnCount: number;
5625
6072
  pageSizeRef: React.MutableRefObject<number>;
6073
+ cursorIndexRef: {
6074
+ readonly current: number;
6075
+ };
5626
6076
  UNSTABLE_virtual: {
5627
6077
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
5628
6078
  totalSize: number;
@@ -5657,10 +6107,6 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
5657
6107
  }): void;
5658
6108
  selectAll(): void;
5659
6109
  unselectAll(): void;
5660
- registerItem(data: {
5661
- item: any;
5662
- textValue: string;
5663
- }): void;
5664
6110
  goTo(data: {
5665
6111
  id: string;
5666
6112
  }): void;
@@ -5674,6 +6120,10 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
5674
6120
  goToLastOfRow(): void;
5675
6121
  goToNextPage(): void;
5676
6122
  goToPreviousPage(): void;
6123
+ registerItem(data: {
6124
+ item: any;
6125
+ textValue: string;
6126
+ }): void;
5677
6127
  unregisterItem(data: {
5678
6128
  id: string;
5679
6129
  }): void;