@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
@@ -111,6 +111,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
111
111
  cursorId: string;
112
112
  columnCount: number;
113
113
  pageSizeRef: React.MutableRefObject<number>;
114
+ cursorIndexRef: {
115
+ readonly current: number;
116
+ };
114
117
  UNSTABLE_virtual: {
115
118
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
116
119
  totalSize: number;
@@ -139,6 +142,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
139
142
  cursorId: string;
140
143
  columnCount: number;
141
144
  pageSizeRef: React.MutableRefObject<number>;
145
+ cursorIndexRef: {
146
+ readonly current: number;
147
+ };
142
148
  UNSTABLE_virtual: {
143
149
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
144
150
  totalSize: number;
@@ -167,6 +173,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
167
173
  cursorId: string;
168
174
  columnCount: number;
169
175
  pageSizeRef: React.MutableRefObject<number>;
176
+ cursorIndexRef: {
177
+ readonly current: number;
178
+ };
170
179
  UNSTABLE_virtual: {
171
180
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
172
181
  totalSize: number;
@@ -196,6 +205,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
196
205
  cursorId: string;
197
206
  columnCount: number;
198
207
  pageSizeRef: React.MutableRefObject<number>;
208
+ cursorIndexRef: {
209
+ readonly current: number;
210
+ };
199
211
  UNSTABLE_virtual: {
200
212
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
201
213
  totalSize: number;
@@ -224,6 +236,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
224
236
  cursorId: string;
225
237
  columnCount: number;
226
238
  pageSizeRef: React.MutableRefObject<number>;
239
+ cursorIndexRef: {
240
+ readonly current: number;
241
+ };
227
242
  UNSTABLE_virtual: {
228
243
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
229
244
  totalSize: number;
@@ -252,6 +267,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
252
267
  cursorId: string;
253
268
  columnCount: number;
254
269
  pageSizeRef: React.MutableRefObject<number>;
270
+ cursorIndexRef: {
271
+ readonly current: number;
272
+ };
255
273
  UNSTABLE_virtual: {
256
274
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
257
275
  totalSize: number;
@@ -280,6 +298,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
280
298
  cursorId: string;
281
299
  columnCount: number;
282
300
  pageSizeRef: React.MutableRefObject<number>;
301
+ cursorIndexRef: {
302
+ readonly current: number;
303
+ };
283
304
  UNSTABLE_virtual: {
284
305
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
285
306
  totalSize: number;
@@ -306,6 +327,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
306
327
  cursorId: string;
307
328
  columnCount: number;
308
329
  pageSizeRef: React.MutableRefObject<number>;
330
+ cursorIndexRef: {
331
+ readonly current: number;
332
+ };
309
333
  UNSTABLE_virtual: {
310
334
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
311
335
  totalSize: number;
@@ -332,6 +356,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
332
356
  cursorId: string;
333
357
  columnCount: number;
334
358
  pageSizeRef: React.MutableRefObject<number>;
359
+ cursorIndexRef: {
360
+ readonly current: number;
361
+ };
335
362
  UNSTABLE_virtual: {
336
363
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
337
364
  totalSize: number;
@@ -346,9 +373,8 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
346
373
  isVirtualized: boolean;
347
374
  items: import("../..").Item<any>[];
348
375
  }) => void) | undefined;
349
- onRegisterItem?: ((data: {
350
- item: any;
351
- textValue: string;
376
+ onGoTo?: ((data: {
377
+ id: string;
352
378
  }, prevState: {
353
379
  hiddenIds: string[];
354
380
  nonInteractiveIds: string[];
@@ -361,6 +387,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
361
387
  cursorId: string;
362
388
  columnCount: number;
363
389
  pageSizeRef: React.MutableRefObject<number>;
390
+ cursorIndexRef: {
391
+ readonly current: number;
392
+ };
364
393
  UNSTABLE_virtual: {
365
394
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
366
395
  totalSize: number;
@@ -375,9 +404,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
375
404
  isVirtualized: boolean;
376
405
  items: import("../..").Item<any>[];
377
406
  }) => void) | undefined;
378
- onGoTo?: ((data: {
379
- id: string;
380
- }, prevState: {
407
+ onGoToNext?: ((data: undefined, prevState: {
381
408
  hiddenIds: string[];
382
409
  nonInteractiveIds: string[];
383
410
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
@@ -389,6 +416,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
389
416
  cursorId: string;
390
417
  columnCount: number;
391
418
  pageSizeRef: React.MutableRefObject<number>;
419
+ cursorIndexRef: {
420
+ readonly current: number;
421
+ };
392
422
  UNSTABLE_virtual: {
393
423
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
394
424
  totalSize: number;
@@ -403,7 +433,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
403
433
  isVirtualized: boolean;
404
434
  items: import("../..").Item<any>[];
405
435
  }) => void) | undefined;
406
- onGoToNext?: ((data: undefined, prevState: {
436
+ onGoToPrevious?: ((data: undefined, prevState: {
407
437
  hiddenIds: string[];
408
438
  nonInteractiveIds: string[];
409
439
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
@@ -415,6 +445,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
415
445
  cursorId: string;
416
446
  columnCount: number;
417
447
  pageSizeRef: React.MutableRefObject<number>;
448
+ cursorIndexRef: {
449
+ readonly current: number;
450
+ };
418
451
  UNSTABLE_virtual: {
419
452
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
420
453
  totalSize: number;
@@ -429,7 +462,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
429
462
  isVirtualized: boolean;
430
463
  items: import("../..").Item<any>[];
431
464
  }) => void) | undefined;
432
- onGoToPrevious?: ((data: undefined, prevState: {
465
+ onGoToPreviousRow?: ((data: undefined, prevState: {
433
466
  hiddenIds: string[];
434
467
  nonInteractiveIds: string[];
435
468
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
@@ -441,6 +474,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
441
474
  cursorId: string;
442
475
  columnCount: number;
443
476
  pageSizeRef: React.MutableRefObject<number>;
477
+ cursorIndexRef: {
478
+ readonly current: number;
479
+ };
444
480
  UNSTABLE_virtual: {
445
481
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
446
482
  totalSize: number;
@@ -455,7 +491,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
455
491
  isVirtualized: boolean;
456
492
  items: import("../..").Item<any>[];
457
493
  }) => void) | undefined;
458
- onGoToPreviousRow?: ((data: undefined, prevState: {
494
+ onGoToNextRow?: ((data: undefined, prevState: {
459
495
  hiddenIds: string[];
460
496
  nonInteractiveIds: string[];
461
497
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
@@ -467,6 +503,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
467
503
  cursorId: string;
468
504
  columnCount: number;
469
505
  pageSizeRef: React.MutableRefObject<number>;
506
+ cursorIndexRef: {
507
+ readonly current: number;
508
+ };
470
509
  UNSTABLE_virtual: {
471
510
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
472
511
  totalSize: number;
@@ -481,7 +520,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
481
520
  isVirtualized: boolean;
482
521
  items: import("../..").Item<any>[];
483
522
  }) => void) | undefined;
484
- onGoToNextRow?: ((data: undefined, prevState: {
523
+ onGoToFirst?: ((data: undefined, prevState: {
485
524
  hiddenIds: string[];
486
525
  nonInteractiveIds: string[];
487
526
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
@@ -493,6 +532,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
493
532
  cursorId: string;
494
533
  columnCount: number;
495
534
  pageSizeRef: React.MutableRefObject<number>;
535
+ cursorIndexRef: {
536
+ readonly current: number;
537
+ };
496
538
  UNSTABLE_virtual: {
497
539
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
498
540
  totalSize: number;
@@ -507,7 +549,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
507
549
  isVirtualized: boolean;
508
550
  items: import("../..").Item<any>[];
509
551
  }) => void) | undefined;
510
- onGoToFirst?: ((data: undefined, prevState: {
552
+ onGoToLast?: ((data: undefined, prevState: {
511
553
  hiddenIds: string[];
512
554
  nonInteractiveIds: string[];
513
555
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
@@ -519,6 +561,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
519
561
  cursorId: string;
520
562
  columnCount: number;
521
563
  pageSizeRef: React.MutableRefObject<number>;
564
+ cursorIndexRef: {
565
+ readonly current: number;
566
+ };
522
567
  UNSTABLE_virtual: {
523
568
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
524
569
  totalSize: number;
@@ -533,7 +578,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
533
578
  isVirtualized: boolean;
534
579
  items: import("../..").Item<any>[];
535
580
  }) => void) | undefined;
536
- onGoToLast?: ((data: undefined, prevState: {
581
+ onGoToFirstOfRow?: ((data: undefined, prevState: {
537
582
  hiddenIds: string[];
538
583
  nonInteractiveIds: string[];
539
584
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
@@ -545,6 +590,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
545
590
  cursorId: string;
546
591
  columnCount: number;
547
592
  pageSizeRef: React.MutableRefObject<number>;
593
+ cursorIndexRef: {
594
+ readonly current: number;
595
+ };
548
596
  UNSTABLE_virtual: {
549
597
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
550
598
  totalSize: number;
@@ -559,7 +607,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
559
607
  isVirtualized: boolean;
560
608
  items: import("../..").Item<any>[];
561
609
  }) => void) | undefined;
562
- onGoToFirstOfRow?: ((data: undefined, prevState: {
610
+ onGoToLastOfRow?: ((data: undefined, prevState: {
563
611
  hiddenIds: string[];
564
612
  nonInteractiveIds: string[];
565
613
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
@@ -571,6 +619,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
571
619
  cursorId: string;
572
620
  columnCount: number;
573
621
  pageSizeRef: React.MutableRefObject<number>;
622
+ cursorIndexRef: {
623
+ readonly current: number;
624
+ };
574
625
  UNSTABLE_virtual: {
575
626
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
576
627
  totalSize: number;
@@ -585,7 +636,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
585
636
  isVirtualized: boolean;
586
637
  items: import("../..").Item<any>[];
587
638
  }) => void) | undefined;
588
- onGoToLastOfRow?: ((data: undefined, prevState: {
639
+ onGoToNextPage?: ((data: undefined, prevState: {
589
640
  hiddenIds: string[];
590
641
  nonInteractiveIds: string[];
591
642
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
@@ -597,6 +648,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
597
648
  cursorId: string;
598
649
  columnCount: number;
599
650
  pageSizeRef: React.MutableRefObject<number>;
651
+ cursorIndexRef: {
652
+ readonly current: number;
653
+ };
600
654
  UNSTABLE_virtual: {
601
655
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
602
656
  totalSize: number;
@@ -611,7 +665,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
611
665
  isVirtualized: boolean;
612
666
  items: import("../..").Item<any>[];
613
667
  }) => void) | undefined;
614
- onGoToNextPage?: ((data: undefined, prevState: {
668
+ onGoToPreviousPage?: ((data: undefined, prevState: {
615
669
  hiddenIds: string[];
616
670
  nonInteractiveIds: string[];
617
671
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
@@ -623,6 +677,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
623
677
  cursorId: string;
624
678
  columnCount: number;
625
679
  pageSizeRef: React.MutableRefObject<number>;
680
+ cursorIndexRef: {
681
+ readonly current: number;
682
+ };
626
683
  UNSTABLE_virtual: {
627
684
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
628
685
  totalSize: number;
@@ -637,7 +694,10 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
637
694
  isVirtualized: boolean;
638
695
  items: import("../..").Item<any>[];
639
696
  }) => void) | undefined;
640
- onGoToPreviousPage?: ((data: undefined, prevState: {
697
+ onRegisterItem?: ((data: {
698
+ item: any;
699
+ textValue: string;
700
+ }, prevState: {
641
701
  hiddenIds: string[];
642
702
  nonInteractiveIds: string[];
643
703
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
@@ -649,6 +709,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
649
709
  cursorId: string;
650
710
  columnCount: number;
651
711
  pageSizeRef: React.MutableRefObject<number>;
712
+ cursorIndexRef: {
713
+ readonly current: number;
714
+ };
652
715
  UNSTABLE_virtual: {
653
716
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
654
717
  totalSize: number;
@@ -677,6 +740,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
677
740
  cursorId: string;
678
741
  columnCount: number;
679
742
  pageSizeRef: React.MutableRefObject<number>;
743
+ cursorIndexRef: {
744
+ readonly current: number;
745
+ };
680
746
  UNSTABLE_virtual: {
681
747
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
682
748
  totalSize: number;
@@ -705,6 +771,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
705
771
  cursorId: string;
706
772
  columnCount: number;
707
773
  pageSizeRef: React.MutableRefObject<number>;
774
+ cursorIndexRef: {
775
+ readonly current: number;
776
+ };
708
777
  UNSTABLE_virtual: {
709
778
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
710
779
  totalSize: number;
@@ -734,6 +803,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
734
803
  cursorId: string;
735
804
  columnCount: number;
736
805
  pageSizeRef: React.MutableRefObject<number>;
806
+ cursorIndexRef: {
807
+ readonly current: number;
808
+ };
737
809
  UNSTABLE_virtual: {
738
810
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
739
811
  totalSize: number;
@@ -762,6 +834,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
762
834
  cursorId: string;
763
835
  columnCount: number;
764
836
  pageSizeRef: React.MutableRefObject<number>;
837
+ cursorIndexRef: {
838
+ readonly current: number;
839
+ };
765
840
  UNSTABLE_virtual: {
766
841
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
767
842
  totalSize: number;
@@ -790,6 +865,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
790
865
  cursorId: string;
791
866
  columnCount: number;
792
867
  pageSizeRef: React.MutableRefObject<number>;
868
+ cursorIndexRef: {
869
+ readonly current: number;
870
+ };
793
871
  UNSTABLE_virtual: {
794
872
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
795
873
  totalSize: number;
@@ -819,6 +897,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
819
897
  cursorId: string;
820
898
  columnCount: number;
821
899
  pageSizeRef: React.MutableRefObject<number>;
900
+ cursorIndexRef: {
901
+ readonly current: number;
902
+ };
822
903
  UNSTABLE_virtual: {
823
904
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
824
905
  totalSize: number;
@@ -847,6 +928,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
847
928
  cursorId: string;
848
929
  columnCount: number;
849
930
  pageSizeRef: React.MutableRefObject<number>;
931
+ cursorIndexRef: {
932
+ readonly current: number;
933
+ };
850
934
  UNSTABLE_virtual: {
851
935
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
852
936
  totalSize: number;
@@ -875,6 +959,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
875
959
  cursorId: string;
876
960
  columnCount: number;
877
961
  pageSizeRef: React.MutableRefObject<number>;
962
+ cursorIndexRef: {
963
+ readonly current: number;
964
+ };
878
965
  UNSTABLE_virtual: {
879
966
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
880
967
  totalSize: number;
@@ -903,6 +990,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
903
990
  cursorId: string;
904
991
  columnCount: number;
905
992
  pageSizeRef: React.MutableRefObject<number>;
993
+ cursorIndexRef: {
994
+ readonly current: number;
995
+ };
906
996
  UNSTABLE_virtual: {
907
997
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
908
998
  totalSize: number;
@@ -929,6 +1019,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
929
1019
  cursorId: string;
930
1020
  columnCount: number;
931
1021
  pageSizeRef: React.MutableRefObject<number>;
1022
+ cursorIndexRef: {
1023
+ readonly current: number;
1024
+ };
932
1025
  UNSTABLE_virtual: {
933
1026
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
934
1027
  totalSize: number;
@@ -955,6 +1048,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
955
1048
  cursorId: string;
956
1049
  columnCount: number;
957
1050
  pageSizeRef: React.MutableRefObject<number>;
1051
+ cursorIndexRef: {
1052
+ readonly current: number;
1053
+ };
958
1054
  UNSTABLE_virtual: {
959
1055
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
960
1056
  totalSize: number;
@@ -969,9 +1065,8 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
969
1065
  isVirtualized: boolean;
970
1066
  items: import("../..").Item<any>[];
971
1067
  }) => boolean) | undefined;
972
- shouldRegisterItem?: ((data: {
973
- item: any;
974
- textValue: string;
1068
+ shouldGoTo?: ((data: {
1069
+ id: string;
975
1070
  }, state: {
976
1071
  hiddenIds: string[];
977
1072
  nonInteractiveIds: string[];
@@ -984,6 +1079,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
984
1079
  cursorId: string;
985
1080
  columnCount: number;
986
1081
  pageSizeRef: React.MutableRefObject<number>;
1082
+ cursorIndexRef: {
1083
+ readonly current: number;
1084
+ };
987
1085
  UNSTABLE_virtual: {
988
1086
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
989
1087
  totalSize: number;
@@ -998,9 +1096,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
998
1096
  isVirtualized: boolean;
999
1097
  items: import("../..").Item<any>[];
1000
1098
  }) => boolean) | undefined;
1001
- shouldGoTo?: ((data: {
1002
- id: string;
1003
- }, state: {
1099
+ shouldGoToNext?: ((data: undefined, state: {
1004
1100
  hiddenIds: string[];
1005
1101
  nonInteractiveIds: string[];
1006
1102
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
@@ -1012,6 +1108,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
1012
1108
  cursorId: string;
1013
1109
  columnCount: number;
1014
1110
  pageSizeRef: React.MutableRefObject<number>;
1111
+ cursorIndexRef: {
1112
+ readonly current: number;
1113
+ };
1015
1114
  UNSTABLE_virtual: {
1016
1115
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
1017
1116
  totalSize: number;
@@ -1026,7 +1125,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
1026
1125
  isVirtualized: boolean;
1027
1126
  items: import("../..").Item<any>[];
1028
1127
  }) => boolean) | undefined;
1029
- shouldGoToNext?: ((data: undefined, state: {
1128
+ shouldGoToPrevious?: ((data: undefined, state: {
1030
1129
  hiddenIds: string[];
1031
1130
  nonInteractiveIds: string[];
1032
1131
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
@@ -1038,6 +1137,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
1038
1137
  cursorId: string;
1039
1138
  columnCount: number;
1040
1139
  pageSizeRef: React.MutableRefObject<number>;
1140
+ cursorIndexRef: {
1141
+ readonly current: number;
1142
+ };
1041
1143
  UNSTABLE_virtual: {
1042
1144
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
1043
1145
  totalSize: number;
@@ -1052,7 +1154,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
1052
1154
  isVirtualized: boolean;
1053
1155
  items: import("../..").Item<any>[];
1054
1156
  }) => boolean) | undefined;
1055
- shouldGoToPrevious?: ((data: undefined, state: {
1157
+ shouldGoToPreviousRow?: ((data: undefined, state: {
1056
1158
  hiddenIds: string[];
1057
1159
  nonInteractiveIds: string[];
1058
1160
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
@@ -1064,6 +1166,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
1064
1166
  cursorId: string;
1065
1167
  columnCount: number;
1066
1168
  pageSizeRef: React.MutableRefObject<number>;
1169
+ cursorIndexRef: {
1170
+ readonly current: number;
1171
+ };
1067
1172
  UNSTABLE_virtual: {
1068
1173
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
1069
1174
  totalSize: number;
@@ -1078,7 +1183,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
1078
1183
  isVirtualized: boolean;
1079
1184
  items: import("../..").Item<any>[];
1080
1185
  }) => boolean) | undefined;
1081
- shouldGoToPreviousRow?: ((data: undefined, state: {
1186
+ shouldGoToNextRow?: ((data: undefined, state: {
1082
1187
  hiddenIds: string[];
1083
1188
  nonInteractiveIds: string[];
1084
1189
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
@@ -1090,6 +1195,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
1090
1195
  cursorId: string;
1091
1196
  columnCount: number;
1092
1197
  pageSizeRef: React.MutableRefObject<number>;
1198
+ cursorIndexRef: {
1199
+ readonly current: number;
1200
+ };
1093
1201
  UNSTABLE_virtual: {
1094
1202
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
1095
1203
  totalSize: number;
@@ -1104,7 +1212,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
1104
1212
  isVirtualized: boolean;
1105
1213
  items: import("../..").Item<any>[];
1106
1214
  }) => boolean) | undefined;
1107
- shouldGoToNextRow?: ((data: undefined, state: {
1215
+ shouldGoToFirst?: ((data: undefined, state: {
1108
1216
  hiddenIds: string[];
1109
1217
  nonInteractiveIds: string[];
1110
1218
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
@@ -1116,6 +1224,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
1116
1224
  cursorId: string;
1117
1225
  columnCount: number;
1118
1226
  pageSizeRef: React.MutableRefObject<number>;
1227
+ cursorIndexRef: {
1228
+ readonly current: number;
1229
+ };
1119
1230
  UNSTABLE_virtual: {
1120
1231
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
1121
1232
  totalSize: number;
@@ -1130,7 +1241,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
1130
1241
  isVirtualized: boolean;
1131
1242
  items: import("../..").Item<any>[];
1132
1243
  }) => boolean) | undefined;
1133
- shouldGoToFirst?: ((data: undefined, state: {
1244
+ shouldGoToLast?: ((data: undefined, state: {
1134
1245
  hiddenIds: string[];
1135
1246
  nonInteractiveIds: string[];
1136
1247
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
@@ -1142,6 +1253,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
1142
1253
  cursorId: string;
1143
1254
  columnCount: number;
1144
1255
  pageSizeRef: React.MutableRefObject<number>;
1256
+ cursorIndexRef: {
1257
+ readonly current: number;
1258
+ };
1145
1259
  UNSTABLE_virtual: {
1146
1260
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
1147
1261
  totalSize: number;
@@ -1156,7 +1270,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
1156
1270
  isVirtualized: boolean;
1157
1271
  items: import("../..").Item<any>[];
1158
1272
  }) => boolean) | undefined;
1159
- shouldGoToLast?: ((data: undefined, state: {
1273
+ shouldGoToFirstOfRow?: ((data: undefined, state: {
1160
1274
  hiddenIds: string[];
1161
1275
  nonInteractiveIds: string[];
1162
1276
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
@@ -1168,6 +1282,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
1168
1282
  cursorId: string;
1169
1283
  columnCount: number;
1170
1284
  pageSizeRef: React.MutableRefObject<number>;
1285
+ cursorIndexRef: {
1286
+ readonly current: number;
1287
+ };
1171
1288
  UNSTABLE_virtual: {
1172
1289
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
1173
1290
  totalSize: number;
@@ -1182,7 +1299,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
1182
1299
  isVirtualized: boolean;
1183
1300
  items: import("../..").Item<any>[];
1184
1301
  }) => boolean) | undefined;
1185
- shouldGoToFirstOfRow?: ((data: undefined, state: {
1302
+ shouldGoToLastOfRow?: ((data: undefined, state: {
1186
1303
  hiddenIds: string[];
1187
1304
  nonInteractiveIds: string[];
1188
1305
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
@@ -1194,6 +1311,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
1194
1311
  cursorId: string;
1195
1312
  columnCount: number;
1196
1313
  pageSizeRef: React.MutableRefObject<number>;
1314
+ cursorIndexRef: {
1315
+ readonly current: number;
1316
+ };
1197
1317
  UNSTABLE_virtual: {
1198
1318
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
1199
1319
  totalSize: number;
@@ -1208,7 +1328,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
1208
1328
  isVirtualized: boolean;
1209
1329
  items: import("../..").Item<any>[];
1210
1330
  }) => boolean) | undefined;
1211
- shouldGoToLastOfRow?: ((data: undefined, state: {
1331
+ shouldGoToNextPage?: ((data: undefined, state: {
1212
1332
  hiddenIds: string[];
1213
1333
  nonInteractiveIds: string[];
1214
1334
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
@@ -1220,6 +1340,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
1220
1340
  cursorId: string;
1221
1341
  columnCount: number;
1222
1342
  pageSizeRef: React.MutableRefObject<number>;
1343
+ cursorIndexRef: {
1344
+ readonly current: number;
1345
+ };
1223
1346
  UNSTABLE_virtual: {
1224
1347
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
1225
1348
  totalSize: number;
@@ -1234,7 +1357,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
1234
1357
  isVirtualized: boolean;
1235
1358
  items: import("../..").Item<any>[];
1236
1359
  }) => boolean) | undefined;
1237
- shouldGoToNextPage?: ((data: undefined, state: {
1360
+ shouldGoToPreviousPage?: ((data: undefined, state: {
1238
1361
  hiddenIds: string[];
1239
1362
  nonInteractiveIds: string[];
1240
1363
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
@@ -1246,6 +1369,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
1246
1369
  cursorId: string;
1247
1370
  columnCount: number;
1248
1371
  pageSizeRef: React.MutableRefObject<number>;
1372
+ cursorIndexRef: {
1373
+ readonly current: number;
1374
+ };
1249
1375
  UNSTABLE_virtual: {
1250
1376
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
1251
1377
  totalSize: number;
@@ -1260,7 +1386,10 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
1260
1386
  isVirtualized: boolean;
1261
1387
  items: import("../..").Item<any>[];
1262
1388
  }) => boolean) | undefined;
1263
- shouldGoToPreviousPage?: ((data: undefined, state: {
1389
+ shouldRegisterItem?: ((data: {
1390
+ item: any;
1391
+ textValue: string;
1392
+ }, state: {
1264
1393
  hiddenIds: string[];
1265
1394
  nonInteractiveIds: string[];
1266
1395
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
@@ -1272,6 +1401,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
1272
1401
  cursorId: string;
1273
1402
  columnCount: number;
1274
1403
  pageSizeRef: React.MutableRefObject<number>;
1404
+ cursorIndexRef: {
1405
+ readonly current: number;
1406
+ };
1275
1407
  UNSTABLE_virtual: {
1276
1408
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
1277
1409
  totalSize: number;
@@ -1300,6 +1432,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
1300
1432
  cursorId: string;
1301
1433
  columnCount: number;
1302
1434
  pageSizeRef: React.MutableRefObject<number>;
1435
+ cursorIndexRef: {
1436
+ readonly current: number;
1437
+ };
1303
1438
  UNSTABLE_virtual: {
1304
1439
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
1305
1440
  totalSize: number;
@@ -1328,6 +1463,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
1328
1463
  cursorId: string;
1329
1464
  columnCount: number;
1330
1465
  pageSizeRef: React.MutableRefObject<number>;
1466
+ cursorIndexRef: {
1467
+ readonly current: number;
1468
+ };
1331
1469
  UNSTABLE_virtual: {
1332
1470
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
1333
1471
  totalSize: number;
@@ -1355,6 +1493,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
1355
1493
  cursorId: string;
1356
1494
  columnCount: number;
1357
1495
  pageSizeRef: React.MutableRefObject<number>;
1496
+ cursorIndexRef: {
1497
+ readonly current: number;
1498
+ };
1358
1499
  UNSTABLE_virtual: {
1359
1500
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
1360
1501
  totalSize: number;
@@ -1394,10 +1535,6 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
1394
1535
  }): void;
1395
1536
  selectAll(): void;
1396
1537
  unselectAll(): void;
1397
- registerItem(data: {
1398
- item: any;
1399
- textValue: string;
1400
- }): void;
1401
1538
  goTo(data: {
1402
1539
  id: string;
1403
1540
  }): void;
@@ -1411,6 +1548,10 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
1411
1548
  goToLastOfRow(): void;
1412
1549
  goToNextPage(): void;
1413
1550
  goToPreviousPage(): void;
1551
+ registerItem(data: {
1552
+ item: any;
1553
+ textValue: string;
1554
+ }): void;
1414
1555
  unregisterItem(data: {
1415
1556
  id: string;
1416
1557
  }): void;
@@ -1432,6 +1573,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
1432
1573
  cursorId: string;
1433
1574
  columnCount: number;
1434
1575
  pageSizeRef: React.MutableRefObject<number>;
1576
+ cursorIndexRef: {
1577
+ readonly current: number;
1578
+ };
1435
1579
  UNSTABLE_virtual: {
1436
1580
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
1437
1581
  totalSize: number;
@@ -1459,10 +1603,6 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
1459
1603
  }): void;
1460
1604
  selectAll(): void;
1461
1605
  unselectAll(): void;
1462
- registerItem(data: {
1463
- item: any;
1464
- textValue: string;
1465
- }): void;
1466
1606
  goTo(data: {
1467
1607
  id: string;
1468
1608
  }): void;
@@ -1476,6 +1616,10 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
1476
1616
  goToLastOfRow(): void;
1477
1617
  goToNextPage(): void;
1478
1618
  goToPreviousPage(): void;
1619
+ registerItem(data: {
1620
+ item: any;
1621
+ textValue: string;
1622
+ }): void;
1479
1623
  unregisterItem(data: {
1480
1624
  id: string;
1481
1625
  }): void;
@@ -1525,6 +1669,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
1525
1669
  cursorId: string;
1526
1670
  columnCount: number;
1527
1671
  pageSizeRef: React.MutableRefObject<number>;
1672
+ cursorIndexRef: {
1673
+ readonly current: number;
1674
+ };
1528
1675
  UNSTABLE_virtual: {
1529
1676
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
1530
1677
  totalSize: number;
@@ -1564,10 +1711,6 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
1564
1711
  }): void;
1565
1712
  selectAll(): void;
1566
1713
  unselectAll(): void;
1567
- registerItem(data: {
1568
- item: any;
1569
- textValue: string;
1570
- }): void;
1571
1714
  goTo(data: {
1572
1715
  id: string;
1573
1716
  }): void;
@@ -1581,6 +1724,10 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
1581
1724
  goToLastOfRow(): void;
1582
1725
  goToNextPage(): void;
1583
1726
  goToPreviousPage(): void;
1727
+ registerItem(data: {
1728
+ item: any;
1729
+ textValue: string;
1730
+ }): void;
1584
1731
  unregisterItem(data: {
1585
1732
  id: string;
1586
1733
  }): void;
@@ -1602,6 +1749,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
1602
1749
  cursorId: string;
1603
1750
  columnCount: number;
1604
1751
  pageSizeRef: React.MutableRefObject<number>;
1752
+ cursorIndexRef: {
1753
+ readonly current: number;
1754
+ };
1605
1755
  UNSTABLE_virtual: {
1606
1756
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
1607
1757
  totalSize: number;
@@ -1629,10 +1779,6 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
1629
1779
  }): void;
1630
1780
  selectAll(): void;
1631
1781
  unselectAll(): void;
1632
- registerItem(data: {
1633
- item: any;
1634
- textValue: string;
1635
- }): void;
1636
1782
  goTo(data: {
1637
1783
  id: string;
1638
1784
  }): void;
@@ -1646,6 +1792,10 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
1646
1792
  goToLastOfRow(): void;
1647
1793
  goToNextPage(): void;
1648
1794
  goToPreviousPage(): void;
1795
+ registerItem(data: {
1796
+ item: any;
1797
+ textValue: string;
1798
+ }): void;
1649
1799
  unregisterItem(data: {
1650
1800
  id: string;
1651
1801
  }): void;
@@ -1688,6 +1838,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
1688
1838
  cursorId: string;
1689
1839
  columnCount: number;
1690
1840
  pageSizeRef: React.MutableRefObject<number>;
1841
+ cursorIndexRef: {
1842
+ readonly current: number;
1843
+ };
1691
1844
  UNSTABLE_virtual: {
1692
1845
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
1693
1846
  totalSize: number;
@@ -1727,10 +1880,6 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
1727
1880
  }): void;
1728
1881
  selectAll(): void;
1729
1882
  unselectAll(): void;
1730
- registerItem(data: {
1731
- item: any;
1732
- textValue: string;
1733
- }): void;
1734
1883
  goTo(data: {
1735
1884
  id: string;
1736
1885
  }): void;
@@ -1744,6 +1893,10 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
1744
1893
  goToLastOfRow(): void;
1745
1894
  goToNextPage(): void;
1746
1895
  goToPreviousPage(): void;
1896
+ registerItem(data: {
1897
+ item: any;
1898
+ textValue: string;
1899
+ }): void;
1747
1900
  unregisterItem(data: {
1748
1901
  id: string;
1749
1902
  }): void;
@@ -1765,6 +1918,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
1765
1918
  cursorId: string;
1766
1919
  columnCount: number;
1767
1920
  pageSizeRef: React.MutableRefObject<number>;
1921
+ cursorIndexRef: {
1922
+ readonly current: number;
1923
+ };
1768
1924
  UNSTABLE_virtual: {
1769
1925
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
1770
1926
  totalSize: number;
@@ -1792,10 +1948,6 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
1792
1948
  }): void;
1793
1949
  selectAll(): void;
1794
1950
  unselectAll(): void;
1795
- registerItem(data: {
1796
- item: any;
1797
- textValue: string;
1798
- }): void;
1799
1951
  goTo(data: {
1800
1952
  id: string;
1801
1953
  }): void;
@@ -1809,6 +1961,10 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
1809
1961
  goToLastOfRow(): void;
1810
1962
  goToNextPage(): void;
1811
1963
  goToPreviousPage(): void;
1964
+ registerItem(data: {
1965
+ item: any;
1966
+ textValue: string;
1967
+ }): void;
1812
1968
  unregisterItem(data: {
1813
1969
  id: string;
1814
1970
  }): void;
@@ -1857,6 +2013,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
1857
2013
  cursorId: string;
1858
2014
  columnCount: number;
1859
2015
  pageSizeRef: React.MutableRefObject<number>;
2016
+ cursorIndexRef: {
2017
+ readonly current: number;
2018
+ };
1860
2019
  UNSTABLE_virtual: {
1861
2020
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
1862
2021
  totalSize: number;
@@ -1896,10 +2055,6 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
1896
2055
  }): void;
1897
2056
  selectAll(): void;
1898
2057
  unselectAll(): void;
1899
- registerItem(data: {
1900
- item: any;
1901
- textValue: string;
1902
- }): void;
1903
2058
  goTo(data: {
1904
2059
  id: string;
1905
2060
  }): void;
@@ -1913,6 +2068,10 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
1913
2068
  goToLastOfRow(): void;
1914
2069
  goToNextPage(): void;
1915
2070
  goToPreviousPage(): void;
2071
+ registerItem(data: {
2072
+ item: any;
2073
+ textValue: string;
2074
+ }): void;
1916
2075
  unregisterItem(data: {
1917
2076
  id: string;
1918
2077
  }): void;
@@ -1934,6 +2093,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
1934
2093
  cursorId: string;
1935
2094
  columnCount: number;
1936
2095
  pageSizeRef: React.MutableRefObject<number>;
2096
+ cursorIndexRef: {
2097
+ readonly current: number;
2098
+ };
1937
2099
  UNSTABLE_virtual: {
1938
2100
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
1939
2101
  totalSize: number;
@@ -1961,10 +2123,6 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
1961
2123
  }): void;
1962
2124
  selectAll(): void;
1963
2125
  unselectAll(): void;
1964
- registerItem(data: {
1965
- item: any;
1966
- textValue: string;
1967
- }): void;
1968
2126
  goTo(data: {
1969
2127
  id: string;
1970
2128
  }): void;
@@ -1978,6 +2136,10 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
1978
2136
  goToLastOfRow(): void;
1979
2137
  goToNextPage(): void;
1980
2138
  goToPreviousPage(): void;
2139
+ registerItem(data: {
2140
+ item: any;
2141
+ textValue: string;
2142
+ }): void;
1981
2143
  unregisterItem(data: {
1982
2144
  id: string;
1983
2145
  }): void;
@@ -2022,6 +2184,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
2022
2184
  cursorId: string;
2023
2185
  columnCount: number;
2024
2186
  pageSizeRef: React.MutableRefObject<number>;
2187
+ cursorIndexRef: {
2188
+ readonly current: number;
2189
+ };
2025
2190
  UNSTABLE_virtual: {
2026
2191
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2027
2192
  totalSize: number;
@@ -2061,10 +2226,6 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
2061
2226
  }): void;
2062
2227
  selectAll(): void;
2063
2228
  unselectAll(): void;
2064
- registerItem(data: {
2065
- item: any;
2066
- textValue: string;
2067
- }): void;
2068
2229
  goTo(data: {
2069
2230
  id: string;
2070
2231
  }): void;
@@ -2078,6 +2239,10 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
2078
2239
  goToLastOfRow(): void;
2079
2240
  goToNextPage(): void;
2080
2241
  goToPreviousPage(): void;
2242
+ registerItem(data: {
2243
+ item: any;
2244
+ textValue: string;
2245
+ }): void;
2081
2246
  unregisterItem(data: {
2082
2247
  id: string;
2083
2248
  }): void;
@@ -2099,6 +2264,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
2099
2264
  cursorId: string;
2100
2265
  columnCount: number;
2101
2266
  pageSizeRef: React.MutableRefObject<number>;
2267
+ cursorIndexRef: {
2268
+ readonly current: number;
2269
+ };
2102
2270
  UNSTABLE_virtual: {
2103
2271
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2104
2272
  totalSize: number;
@@ -2126,10 +2294,6 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
2126
2294
  }): void;
2127
2295
  selectAll(): void;
2128
2296
  unselectAll(): void;
2129
- registerItem(data: {
2130
- item: any;
2131
- textValue: string;
2132
- }): void;
2133
2297
  goTo(data: {
2134
2298
  id: string;
2135
2299
  }): void;
@@ -2143,6 +2307,10 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
2143
2307
  goToLastOfRow(): void;
2144
2308
  goToNextPage(): void;
2145
2309
  goToPreviousPage(): void;
2310
+ registerItem(data: {
2311
+ item: any;
2312
+ textValue: string;
2313
+ }): void;
2146
2314
  unregisterItem(data: {
2147
2315
  id: string;
2148
2316
  }): void;
@@ -2209,6 +2377,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
2209
2377
  cursorId: string;
2210
2378
  columnCount: number;
2211
2379
  pageSizeRef: React.MutableRefObject<number>;
2380
+ cursorIndexRef: {
2381
+ readonly current: number;
2382
+ };
2212
2383
  UNSTABLE_virtual: {
2213
2384
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2214
2385
  totalSize: number;
@@ -2238,6 +2409,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
2238
2409
  cursorId: string;
2239
2410
  columnCount: number;
2240
2411
  pageSizeRef: React.MutableRefObject<number>;
2412
+ cursorIndexRef: {
2413
+ readonly current: number;
2414
+ };
2241
2415
  UNSTABLE_virtual: {
2242
2416
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2243
2417
  totalSize: number;
@@ -2267,6 +2441,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
2267
2441
  cursorId: string;
2268
2442
  columnCount: number;
2269
2443
  pageSizeRef: React.MutableRefObject<number>;
2444
+ cursorIndexRef: {
2445
+ readonly current: number;
2446
+ };
2270
2447
  UNSTABLE_virtual: {
2271
2448
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2272
2449
  totalSize: number;
@@ -2298,6 +2475,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
2298
2475
  cursorId: string;
2299
2476
  columnCount: number;
2300
2477
  pageSizeRef: React.MutableRefObject<number>;
2478
+ cursorIndexRef: {
2479
+ readonly current: number;
2480
+ };
2301
2481
  UNSTABLE_virtual: {
2302
2482
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2303
2483
  totalSize: number;
@@ -2327,6 +2507,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
2327
2507
  cursorId: string;
2328
2508
  columnCount: number;
2329
2509
  pageSizeRef: React.MutableRefObject<number>;
2510
+ cursorIndexRef: {
2511
+ readonly current: number;
2512
+ };
2330
2513
  UNSTABLE_virtual: {
2331
2514
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2332
2515
  totalSize: number;
@@ -2356,6 +2539,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
2356
2539
  cursorId: string;
2357
2540
  columnCount: number;
2358
2541
  pageSizeRef: React.MutableRefObject<number>;
2542
+ cursorIndexRef: {
2543
+ readonly current: number;
2544
+ };
2359
2545
  UNSTABLE_virtual: {
2360
2546
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2361
2547
  totalSize: number;
@@ -2372,9 +2558,8 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
2372
2558
  items: import("../..").Item<any>[];
2373
2559
  mode: "multiple" | "single";
2374
2560
  }) => void) | undefined;
2375
- onRegisterItem?: ((data: {
2376
- item: any;
2377
- textValue: string;
2561
+ onGoTo?: ((data: {
2562
+ id: string;
2378
2563
  }, prevState: {
2379
2564
  stackRef: React.RefObject<HTMLDivElement>;
2380
2565
  targetRef: React.RefObject<HTMLButtonElement>;
@@ -2388,6 +2573,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
2388
2573
  cursorId: string;
2389
2574
  columnCount: number;
2390
2575
  pageSizeRef: React.MutableRefObject<number>;
2576
+ cursorIndexRef: {
2577
+ readonly current: number;
2578
+ };
2391
2579
  UNSTABLE_virtual: {
2392
2580
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2393
2581
  totalSize: number;
@@ -2404,9 +2592,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
2404
2592
  items: import("../..").Item<any>[];
2405
2593
  mode: "multiple" | "single";
2406
2594
  }) => void) | undefined;
2407
- onGoTo?: ((data: {
2408
- id: string;
2409
- }, prevState: {
2595
+ onGoToNext?: ((data: undefined, prevState: {
2410
2596
  stackRef: React.RefObject<HTMLDivElement>;
2411
2597
  targetRef: React.RefObject<HTMLButtonElement>;
2412
2598
  initialFocusRef: React.RefObject<any> | undefined;
@@ -2419,6 +2605,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
2419
2605
  cursorId: string;
2420
2606
  columnCount: number;
2421
2607
  pageSizeRef: React.MutableRefObject<number>;
2608
+ cursorIndexRef: {
2609
+ readonly current: number;
2610
+ };
2422
2611
  UNSTABLE_virtual: {
2423
2612
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2424
2613
  totalSize: number;
@@ -2435,7 +2624,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
2435
2624
  items: import("../..").Item<any>[];
2436
2625
  mode: "multiple" | "single";
2437
2626
  }) => void) | undefined;
2438
- onGoToNext?: ((data: undefined, prevState: {
2627
+ onGoToPrevious?: ((data: undefined, prevState: {
2439
2628
  stackRef: React.RefObject<HTMLDivElement>;
2440
2629
  targetRef: React.RefObject<HTMLButtonElement>;
2441
2630
  initialFocusRef: React.RefObject<any> | undefined;
@@ -2448,6 +2637,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
2448
2637
  cursorId: string;
2449
2638
  columnCount: number;
2450
2639
  pageSizeRef: React.MutableRefObject<number>;
2640
+ cursorIndexRef: {
2641
+ readonly current: number;
2642
+ };
2451
2643
  UNSTABLE_virtual: {
2452
2644
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2453
2645
  totalSize: number;
@@ -2464,7 +2656,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
2464
2656
  items: import("../..").Item<any>[];
2465
2657
  mode: "multiple" | "single";
2466
2658
  }) => void) | undefined;
2467
- onGoToPrevious?: ((data: undefined, prevState: {
2659
+ onGoToPreviousRow?: ((data: undefined, prevState: {
2468
2660
  stackRef: React.RefObject<HTMLDivElement>;
2469
2661
  targetRef: React.RefObject<HTMLButtonElement>;
2470
2662
  initialFocusRef: React.RefObject<any> | undefined;
@@ -2477,6 +2669,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
2477
2669
  cursorId: string;
2478
2670
  columnCount: number;
2479
2671
  pageSizeRef: React.MutableRefObject<number>;
2672
+ cursorIndexRef: {
2673
+ readonly current: number;
2674
+ };
2480
2675
  UNSTABLE_virtual: {
2481
2676
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2482
2677
  totalSize: number;
@@ -2493,7 +2688,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
2493
2688
  items: import("../..").Item<any>[];
2494
2689
  mode: "multiple" | "single";
2495
2690
  }) => void) | undefined;
2496
- onGoToPreviousRow?: ((data: undefined, prevState: {
2691
+ onGoToNextRow?: ((data: undefined, prevState: {
2497
2692
  stackRef: React.RefObject<HTMLDivElement>;
2498
2693
  targetRef: React.RefObject<HTMLButtonElement>;
2499
2694
  initialFocusRef: React.RefObject<any> | undefined;
@@ -2506,6 +2701,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
2506
2701
  cursorId: string;
2507
2702
  columnCount: number;
2508
2703
  pageSizeRef: React.MutableRefObject<number>;
2704
+ cursorIndexRef: {
2705
+ readonly current: number;
2706
+ };
2509
2707
  UNSTABLE_virtual: {
2510
2708
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2511
2709
  totalSize: number;
@@ -2522,7 +2720,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
2522
2720
  items: import("../..").Item<any>[];
2523
2721
  mode: "multiple" | "single";
2524
2722
  }) => void) | undefined;
2525
- onGoToNextRow?: ((data: undefined, prevState: {
2723
+ onGoToFirst?: ((data: undefined, prevState: {
2526
2724
  stackRef: React.RefObject<HTMLDivElement>;
2527
2725
  targetRef: React.RefObject<HTMLButtonElement>;
2528
2726
  initialFocusRef: React.RefObject<any> | undefined;
@@ -2535,6 +2733,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
2535
2733
  cursorId: string;
2536
2734
  columnCount: number;
2537
2735
  pageSizeRef: React.MutableRefObject<number>;
2736
+ cursorIndexRef: {
2737
+ readonly current: number;
2738
+ };
2538
2739
  UNSTABLE_virtual: {
2539
2740
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2540
2741
  totalSize: number;
@@ -2551,7 +2752,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
2551
2752
  items: import("../..").Item<any>[];
2552
2753
  mode: "multiple" | "single";
2553
2754
  }) => void) | undefined;
2554
- onGoToFirst?: ((data: undefined, prevState: {
2755
+ onGoToLast?: ((data: undefined, prevState: {
2555
2756
  stackRef: React.RefObject<HTMLDivElement>;
2556
2757
  targetRef: React.RefObject<HTMLButtonElement>;
2557
2758
  initialFocusRef: React.RefObject<any> | undefined;
@@ -2564,6 +2765,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
2564
2765
  cursorId: string;
2565
2766
  columnCount: number;
2566
2767
  pageSizeRef: React.MutableRefObject<number>;
2768
+ cursorIndexRef: {
2769
+ readonly current: number;
2770
+ };
2567
2771
  UNSTABLE_virtual: {
2568
2772
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2569
2773
  totalSize: number;
@@ -2580,7 +2784,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
2580
2784
  items: import("../..").Item<any>[];
2581
2785
  mode: "multiple" | "single";
2582
2786
  }) => void) | undefined;
2583
- onGoToLast?: ((data: undefined, prevState: {
2787
+ onGoToFirstOfRow?: ((data: undefined, prevState: {
2584
2788
  stackRef: React.RefObject<HTMLDivElement>;
2585
2789
  targetRef: React.RefObject<HTMLButtonElement>;
2586
2790
  initialFocusRef: React.RefObject<any> | undefined;
@@ -2593,6 +2797,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
2593
2797
  cursorId: string;
2594
2798
  columnCount: number;
2595
2799
  pageSizeRef: React.MutableRefObject<number>;
2800
+ cursorIndexRef: {
2801
+ readonly current: number;
2802
+ };
2596
2803
  UNSTABLE_virtual: {
2597
2804
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2598
2805
  totalSize: number;
@@ -2609,7 +2816,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
2609
2816
  items: import("../..").Item<any>[];
2610
2817
  mode: "multiple" | "single";
2611
2818
  }) => void) | undefined;
2612
- onGoToFirstOfRow?: ((data: undefined, prevState: {
2819
+ onGoToLastOfRow?: ((data: undefined, prevState: {
2613
2820
  stackRef: React.RefObject<HTMLDivElement>;
2614
2821
  targetRef: React.RefObject<HTMLButtonElement>;
2615
2822
  initialFocusRef: React.RefObject<any> | undefined;
@@ -2622,6 +2829,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
2622
2829
  cursorId: string;
2623
2830
  columnCount: number;
2624
2831
  pageSizeRef: React.MutableRefObject<number>;
2832
+ cursorIndexRef: {
2833
+ readonly current: number;
2834
+ };
2625
2835
  UNSTABLE_virtual: {
2626
2836
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2627
2837
  totalSize: number;
@@ -2638,7 +2848,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
2638
2848
  items: import("../..").Item<any>[];
2639
2849
  mode: "multiple" | "single";
2640
2850
  }) => void) | undefined;
2641
- onGoToLastOfRow?: ((data: undefined, prevState: {
2851
+ onGoToNextPage?: ((data: undefined, prevState: {
2642
2852
  stackRef: React.RefObject<HTMLDivElement>;
2643
2853
  targetRef: React.RefObject<HTMLButtonElement>;
2644
2854
  initialFocusRef: React.RefObject<any> | undefined;
@@ -2651,6 +2861,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
2651
2861
  cursorId: string;
2652
2862
  columnCount: number;
2653
2863
  pageSizeRef: React.MutableRefObject<number>;
2864
+ cursorIndexRef: {
2865
+ readonly current: number;
2866
+ };
2654
2867
  UNSTABLE_virtual: {
2655
2868
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2656
2869
  totalSize: number;
@@ -2667,7 +2880,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
2667
2880
  items: import("../..").Item<any>[];
2668
2881
  mode: "multiple" | "single";
2669
2882
  }) => void) | undefined;
2670
- onGoToNextPage?: ((data: undefined, prevState: {
2883
+ onGoToPreviousPage?: ((data: undefined, prevState: {
2671
2884
  stackRef: React.RefObject<HTMLDivElement>;
2672
2885
  targetRef: React.RefObject<HTMLButtonElement>;
2673
2886
  initialFocusRef: React.RefObject<any> | undefined;
@@ -2680,6 +2893,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
2680
2893
  cursorId: string;
2681
2894
  columnCount: number;
2682
2895
  pageSizeRef: React.MutableRefObject<number>;
2896
+ cursorIndexRef: {
2897
+ readonly current: number;
2898
+ };
2683
2899
  UNSTABLE_virtual: {
2684
2900
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2685
2901
  totalSize: number;
@@ -2696,7 +2912,10 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
2696
2912
  items: import("../..").Item<any>[];
2697
2913
  mode: "multiple" | "single";
2698
2914
  }) => void) | undefined;
2699
- onGoToPreviousPage?: ((data: undefined, prevState: {
2915
+ onRegisterItem?: ((data: {
2916
+ item: any;
2917
+ textValue: string;
2918
+ }, prevState: {
2700
2919
  stackRef: React.RefObject<HTMLDivElement>;
2701
2920
  targetRef: React.RefObject<HTMLButtonElement>;
2702
2921
  initialFocusRef: React.RefObject<any> | undefined;
@@ -2709,6 +2928,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
2709
2928
  cursorId: string;
2710
2929
  columnCount: number;
2711
2930
  pageSizeRef: React.MutableRefObject<number>;
2931
+ cursorIndexRef: {
2932
+ readonly current: number;
2933
+ };
2712
2934
  UNSTABLE_virtual: {
2713
2935
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2714
2936
  totalSize: number;
@@ -2740,6 +2962,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
2740
2962
  cursorId: string;
2741
2963
  columnCount: number;
2742
2964
  pageSizeRef: React.MutableRefObject<number>;
2965
+ cursorIndexRef: {
2966
+ readonly current: number;
2967
+ };
2743
2968
  UNSTABLE_virtual: {
2744
2969
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2745
2970
  totalSize: number;
@@ -2771,6 +2996,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
2771
2996
  cursorId: string;
2772
2997
  columnCount: number;
2773
2998
  pageSizeRef: React.MutableRefObject<number>;
2999
+ cursorIndexRef: {
3000
+ readonly current: number;
3001
+ };
2774
3002
  UNSTABLE_virtual: {
2775
3003
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2776
3004
  totalSize: number;
@@ -2803,6 +3031,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
2803
3031
  cursorId: string;
2804
3032
  columnCount: number;
2805
3033
  pageSizeRef: React.MutableRefObject<number>;
3034
+ cursorIndexRef: {
3035
+ readonly current: number;
3036
+ };
2806
3037
  UNSTABLE_virtual: {
2807
3038
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2808
3039
  totalSize: number;
@@ -2832,6 +3063,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
2832
3063
  cursorId: string;
2833
3064
  columnCount: number;
2834
3065
  pageSizeRef: React.MutableRefObject<number>;
3066
+ cursorIndexRef: {
3067
+ readonly current: number;
3068
+ };
2835
3069
  UNSTABLE_virtual: {
2836
3070
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2837
3071
  totalSize: number;
@@ -2861,6 +3095,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
2861
3095
  cursorId: string;
2862
3096
  columnCount: number;
2863
3097
  pageSizeRef: React.MutableRefObject<number>;
3098
+ cursorIndexRef: {
3099
+ readonly current: number;
3100
+ };
2864
3101
  UNSTABLE_virtual: {
2865
3102
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2866
3103
  totalSize: number;
@@ -2892,6 +3129,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
2892
3129
  cursorId: string;
2893
3130
  columnCount: number;
2894
3131
  pageSizeRef: React.MutableRefObject<number>;
3132
+ cursorIndexRef: {
3133
+ readonly current: number;
3134
+ };
2895
3135
  UNSTABLE_virtual: {
2896
3136
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2897
3137
  totalSize: number;
@@ -2921,6 +3161,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
2921
3161
  cursorId: string;
2922
3162
  columnCount: number;
2923
3163
  pageSizeRef: React.MutableRefObject<number>;
3164
+ cursorIndexRef: {
3165
+ readonly current: number;
3166
+ };
2924
3167
  UNSTABLE_virtual: {
2925
3168
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2926
3169
  totalSize: number;
@@ -2950,6 +3193,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
2950
3193
  cursorId: string;
2951
3194
  columnCount: number;
2952
3195
  pageSizeRef: React.MutableRefObject<number>;
3196
+ cursorIndexRef: {
3197
+ readonly current: number;
3198
+ };
2953
3199
  UNSTABLE_virtual: {
2954
3200
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2955
3201
  totalSize: number;
@@ -2966,9 +3212,8 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
2966
3212
  items: import("../..").Item<any>[];
2967
3213
  mode: "multiple" | "single";
2968
3214
  }) => boolean) | undefined;
2969
- shouldRegisterItem?: ((data: {
2970
- item: any;
2971
- textValue: string;
3215
+ shouldGoTo?: ((data: {
3216
+ id: string;
2972
3217
  }, state: {
2973
3218
  stackRef: React.RefObject<HTMLDivElement>;
2974
3219
  targetRef: React.RefObject<HTMLButtonElement>;
@@ -2982,6 +3227,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
2982
3227
  cursorId: string;
2983
3228
  columnCount: number;
2984
3229
  pageSizeRef: React.MutableRefObject<number>;
3230
+ cursorIndexRef: {
3231
+ readonly current: number;
3232
+ };
2985
3233
  UNSTABLE_virtual: {
2986
3234
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
2987
3235
  totalSize: number;
@@ -2998,9 +3246,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
2998
3246
  items: import("../..").Item<any>[];
2999
3247
  mode: "multiple" | "single";
3000
3248
  }) => boolean) | undefined;
3001
- shouldGoTo?: ((data: {
3002
- id: string;
3003
- }, state: {
3249
+ shouldGoToNext?: ((data: undefined, state: {
3004
3250
  stackRef: React.RefObject<HTMLDivElement>;
3005
3251
  targetRef: React.RefObject<HTMLButtonElement>;
3006
3252
  initialFocusRef: React.RefObject<any> | undefined;
@@ -3013,6 +3259,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
3013
3259
  cursorId: string;
3014
3260
  columnCount: number;
3015
3261
  pageSizeRef: React.MutableRefObject<number>;
3262
+ cursorIndexRef: {
3263
+ readonly current: number;
3264
+ };
3016
3265
  UNSTABLE_virtual: {
3017
3266
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
3018
3267
  totalSize: number;
@@ -3029,7 +3278,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
3029
3278
  items: import("../..").Item<any>[];
3030
3279
  mode: "multiple" | "single";
3031
3280
  }) => boolean) | undefined;
3032
- shouldGoToNext?: ((data: undefined, state: {
3281
+ shouldGoToPrevious?: ((data: undefined, state: {
3033
3282
  stackRef: React.RefObject<HTMLDivElement>;
3034
3283
  targetRef: React.RefObject<HTMLButtonElement>;
3035
3284
  initialFocusRef: React.RefObject<any> | undefined;
@@ -3042,6 +3291,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
3042
3291
  cursorId: string;
3043
3292
  columnCount: number;
3044
3293
  pageSizeRef: React.MutableRefObject<number>;
3294
+ cursorIndexRef: {
3295
+ readonly current: number;
3296
+ };
3045
3297
  UNSTABLE_virtual: {
3046
3298
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
3047
3299
  totalSize: number;
@@ -3058,7 +3310,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
3058
3310
  items: import("../..").Item<any>[];
3059
3311
  mode: "multiple" | "single";
3060
3312
  }) => boolean) | undefined;
3061
- shouldGoToPrevious?: ((data: undefined, state: {
3313
+ shouldGoToPreviousRow?: ((data: undefined, state: {
3062
3314
  stackRef: React.RefObject<HTMLDivElement>;
3063
3315
  targetRef: React.RefObject<HTMLButtonElement>;
3064
3316
  initialFocusRef: React.RefObject<any> | undefined;
@@ -3071,6 +3323,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
3071
3323
  cursorId: string;
3072
3324
  columnCount: number;
3073
3325
  pageSizeRef: React.MutableRefObject<number>;
3326
+ cursorIndexRef: {
3327
+ readonly current: number;
3328
+ };
3074
3329
  UNSTABLE_virtual: {
3075
3330
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
3076
3331
  totalSize: number;
@@ -3087,7 +3342,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
3087
3342
  items: import("../..").Item<any>[];
3088
3343
  mode: "multiple" | "single";
3089
3344
  }) => boolean) | undefined;
3090
- shouldGoToPreviousRow?: ((data: undefined, state: {
3345
+ shouldGoToNextRow?: ((data: undefined, state: {
3091
3346
  stackRef: React.RefObject<HTMLDivElement>;
3092
3347
  targetRef: React.RefObject<HTMLButtonElement>;
3093
3348
  initialFocusRef: React.RefObject<any> | undefined;
@@ -3100,6 +3355,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
3100
3355
  cursorId: string;
3101
3356
  columnCount: number;
3102
3357
  pageSizeRef: React.MutableRefObject<number>;
3358
+ cursorIndexRef: {
3359
+ readonly current: number;
3360
+ };
3103
3361
  UNSTABLE_virtual: {
3104
3362
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
3105
3363
  totalSize: number;
@@ -3116,7 +3374,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
3116
3374
  items: import("../..").Item<any>[];
3117
3375
  mode: "multiple" | "single";
3118
3376
  }) => boolean) | undefined;
3119
- shouldGoToNextRow?: ((data: undefined, state: {
3377
+ shouldGoToFirst?: ((data: undefined, state: {
3120
3378
  stackRef: React.RefObject<HTMLDivElement>;
3121
3379
  targetRef: React.RefObject<HTMLButtonElement>;
3122
3380
  initialFocusRef: React.RefObject<any> | undefined;
@@ -3129,6 +3387,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
3129
3387
  cursorId: string;
3130
3388
  columnCount: number;
3131
3389
  pageSizeRef: React.MutableRefObject<number>;
3390
+ cursorIndexRef: {
3391
+ readonly current: number;
3392
+ };
3132
3393
  UNSTABLE_virtual: {
3133
3394
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
3134
3395
  totalSize: number;
@@ -3145,7 +3406,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
3145
3406
  items: import("../..").Item<any>[];
3146
3407
  mode: "multiple" | "single";
3147
3408
  }) => boolean) | undefined;
3148
- shouldGoToFirst?: ((data: undefined, state: {
3409
+ shouldGoToLast?: ((data: undefined, state: {
3149
3410
  stackRef: React.RefObject<HTMLDivElement>;
3150
3411
  targetRef: React.RefObject<HTMLButtonElement>;
3151
3412
  initialFocusRef: React.RefObject<any> | undefined;
@@ -3158,6 +3419,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
3158
3419
  cursorId: string;
3159
3420
  columnCount: number;
3160
3421
  pageSizeRef: React.MutableRefObject<number>;
3422
+ cursorIndexRef: {
3423
+ readonly current: number;
3424
+ };
3161
3425
  UNSTABLE_virtual: {
3162
3426
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
3163
3427
  totalSize: number;
@@ -3174,7 +3438,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
3174
3438
  items: import("../..").Item<any>[];
3175
3439
  mode: "multiple" | "single";
3176
3440
  }) => boolean) | undefined;
3177
- shouldGoToLast?: ((data: undefined, state: {
3441
+ shouldGoToFirstOfRow?: ((data: undefined, state: {
3178
3442
  stackRef: React.RefObject<HTMLDivElement>;
3179
3443
  targetRef: React.RefObject<HTMLButtonElement>;
3180
3444
  initialFocusRef: React.RefObject<any> | undefined;
@@ -3187,6 +3451,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
3187
3451
  cursorId: string;
3188
3452
  columnCount: number;
3189
3453
  pageSizeRef: React.MutableRefObject<number>;
3454
+ cursorIndexRef: {
3455
+ readonly current: number;
3456
+ };
3190
3457
  UNSTABLE_virtual: {
3191
3458
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
3192
3459
  totalSize: number;
@@ -3203,7 +3470,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
3203
3470
  items: import("../..").Item<any>[];
3204
3471
  mode: "multiple" | "single";
3205
3472
  }) => boolean) | undefined;
3206
- shouldGoToFirstOfRow?: ((data: undefined, state: {
3473
+ shouldGoToLastOfRow?: ((data: undefined, state: {
3207
3474
  stackRef: React.RefObject<HTMLDivElement>;
3208
3475
  targetRef: React.RefObject<HTMLButtonElement>;
3209
3476
  initialFocusRef: React.RefObject<any> | undefined;
@@ -3216,6 +3483,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
3216
3483
  cursorId: string;
3217
3484
  columnCount: number;
3218
3485
  pageSizeRef: React.MutableRefObject<number>;
3486
+ cursorIndexRef: {
3487
+ readonly current: number;
3488
+ };
3219
3489
  UNSTABLE_virtual: {
3220
3490
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
3221
3491
  totalSize: number;
@@ -3232,7 +3502,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
3232
3502
  items: import("../..").Item<any>[];
3233
3503
  mode: "multiple" | "single";
3234
3504
  }) => boolean) | undefined;
3235
- shouldGoToLastOfRow?: ((data: undefined, state: {
3505
+ shouldGoToNextPage?: ((data: undefined, state: {
3236
3506
  stackRef: React.RefObject<HTMLDivElement>;
3237
3507
  targetRef: React.RefObject<HTMLButtonElement>;
3238
3508
  initialFocusRef: React.RefObject<any> | undefined;
@@ -3245,6 +3515,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
3245
3515
  cursorId: string;
3246
3516
  columnCount: number;
3247
3517
  pageSizeRef: React.MutableRefObject<number>;
3518
+ cursorIndexRef: {
3519
+ readonly current: number;
3520
+ };
3248
3521
  UNSTABLE_virtual: {
3249
3522
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
3250
3523
  totalSize: number;
@@ -3261,7 +3534,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
3261
3534
  items: import("../..").Item<any>[];
3262
3535
  mode: "multiple" | "single";
3263
3536
  }) => boolean) | undefined;
3264
- shouldGoToNextPage?: ((data: undefined, state: {
3537
+ shouldGoToPreviousPage?: ((data: undefined, state: {
3265
3538
  stackRef: React.RefObject<HTMLDivElement>;
3266
3539
  targetRef: React.RefObject<HTMLButtonElement>;
3267
3540
  initialFocusRef: React.RefObject<any> | undefined;
@@ -3274,6 +3547,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
3274
3547
  cursorId: string;
3275
3548
  columnCount: number;
3276
3549
  pageSizeRef: React.MutableRefObject<number>;
3550
+ cursorIndexRef: {
3551
+ readonly current: number;
3552
+ };
3277
3553
  UNSTABLE_virtual: {
3278
3554
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
3279
3555
  totalSize: number;
@@ -3290,7 +3566,10 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
3290
3566
  items: import("../..").Item<any>[];
3291
3567
  mode: "multiple" | "single";
3292
3568
  }) => boolean) | undefined;
3293
- shouldGoToPreviousPage?: ((data: undefined, state: {
3569
+ shouldRegisterItem?: ((data: {
3570
+ item: any;
3571
+ textValue: string;
3572
+ }, state: {
3294
3573
  stackRef: React.RefObject<HTMLDivElement>;
3295
3574
  targetRef: React.RefObject<HTMLButtonElement>;
3296
3575
  initialFocusRef: React.RefObject<any> | undefined;
@@ -3303,6 +3582,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
3303
3582
  cursorId: string;
3304
3583
  columnCount: number;
3305
3584
  pageSizeRef: React.MutableRefObject<number>;
3585
+ cursorIndexRef: {
3586
+ readonly current: number;
3587
+ };
3306
3588
  UNSTABLE_virtual: {
3307
3589
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
3308
3590
  totalSize: number;
@@ -3334,6 +3616,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
3334
3616
  cursorId: string;
3335
3617
  columnCount: number;
3336
3618
  pageSizeRef: React.MutableRefObject<number>;
3619
+ cursorIndexRef: {
3620
+ readonly current: number;
3621
+ };
3337
3622
  UNSTABLE_virtual: {
3338
3623
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
3339
3624
  totalSize: number;
@@ -3365,6 +3650,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
3365
3650
  cursorId: string;
3366
3651
  columnCount: number;
3367
3652
  pageSizeRef: React.MutableRefObject<number>;
3653
+ cursorIndexRef: {
3654
+ readonly current: number;
3655
+ };
3368
3656
  UNSTABLE_virtual: {
3369
3657
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
3370
3658
  totalSize: number;
@@ -3395,6 +3683,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
3395
3683
  cursorId: string;
3396
3684
  columnCount: number;
3397
3685
  pageSizeRef: React.MutableRefObject<number>;
3686
+ cursorIndexRef: {
3687
+ readonly current: number;
3688
+ };
3398
3689
  UNSTABLE_virtual: {
3399
3690
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
3400
3691
  totalSize: number;
@@ -3422,10 +3713,6 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
3422
3713
  }): void;
3423
3714
  selectAll(): void;
3424
3715
  unselectAll(): void;
3425
- registerItem(data: {
3426
- item: any;
3427
- textValue: string;
3428
- }): void;
3429
3716
  goTo(data: {
3430
3717
  id: string;
3431
3718
  }): void;
@@ -3439,6 +3726,10 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
3439
3726
  goToLastOfRow(): void;
3440
3727
  goToNextPage(): void;
3441
3728
  goToPreviousPage(): void;
3729
+ registerItem(data: {
3730
+ item: any;
3731
+ textValue: string;
3732
+ }): void;
3442
3733
  unregisterItem(data: {
3443
3734
  id: string;
3444
3735
  }): void;
@@ -3463,6 +3754,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
3463
3754
  cursorId: string;
3464
3755
  columnCount: number;
3465
3756
  pageSizeRef: React.MutableRefObject<number>;
3757
+ cursorIndexRef: {
3758
+ readonly current: number;
3759
+ };
3466
3760
  UNSTABLE_virtual: {
3467
3761
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
3468
3762
  totalSize: number;
@@ -3490,10 +3784,6 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
3490
3784
  }): void;
3491
3785
  selectAll(): void;
3492
3786
  unselectAll(): void;
3493
- registerItem(data: {
3494
- item: any;
3495
- textValue: string;
3496
- }): void;
3497
3787
  goTo(data: {
3498
3788
  id: string;
3499
3789
  }): void;
@@ -3507,6 +3797,10 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
3507
3797
  goToLastOfRow(): void;
3508
3798
  goToNextPage(): void;
3509
3799
  goToPreviousPage(): void;
3800
+ registerItem(data: {
3801
+ item: any;
3802
+ textValue: string;
3803
+ }): void;
3510
3804
  unregisterItem(data: {
3511
3805
  id: string;
3512
3806
  }): void;
@@ -3532,6 +3826,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
3532
3826
  cursorId: string;
3533
3827
  columnCount: number;
3534
3828
  pageSizeRef: React.MutableRefObject<number>;
3829
+ cursorIndexRef: {
3830
+ readonly current: number;
3831
+ };
3535
3832
  UNSTABLE_virtual: {
3536
3833
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
3537
3834
  totalSize: number;
@@ -3559,10 +3856,6 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
3559
3856
  }): void;
3560
3857
  selectAll(): void;
3561
3858
  unselectAll(): void;
3562
- registerItem(data: {
3563
- item: any;
3564
- textValue: string;
3565
- }): void;
3566
3859
  goTo(data: {
3567
3860
  id: string;
3568
3861
  }): void;
@@ -3576,6 +3869,10 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
3576
3869
  goToLastOfRow(): void;
3577
3870
  goToNextPage(): void;
3578
3871
  goToPreviousPage(): void;
3872
+ registerItem(data: {
3873
+ item: any;
3874
+ textValue: string;
3875
+ }): void;
3579
3876
  unregisterItem(data: {
3580
3877
  id: string;
3581
3878
  }): void;
@@ -3601,6 +3898,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
3601
3898
  cursorId: string;
3602
3899
  columnCount: number;
3603
3900
  pageSizeRef: React.MutableRefObject<number>;
3901
+ cursorIndexRef: {
3902
+ readonly current: number;
3903
+ };
3604
3904
  UNSTABLE_virtual: {
3605
3905
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
3606
3906
  totalSize: number;
@@ -3628,10 +3928,6 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
3628
3928
  }): void;
3629
3929
  selectAll(): void;
3630
3930
  unselectAll(): void;
3631
- registerItem(data: {
3632
- item: any;
3633
- textValue: string;
3634
- }): void;
3635
3931
  goTo(data: {
3636
3932
  id: string;
3637
3933
  }): void;
@@ -3645,6 +3941,10 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
3645
3941
  goToLastOfRow(): void;
3646
3942
  goToNextPage(): void;
3647
3943
  goToPreviousPage(): void;
3944
+ registerItem(data: {
3945
+ item: any;
3946
+ textValue: string;
3947
+ }): void;
3648
3948
  unregisterItem(data: {
3649
3949
  id: string;
3650
3950
  }): void;
@@ -3670,6 +3970,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
3670
3970
  cursorId: string;
3671
3971
  columnCount: number;
3672
3972
  pageSizeRef: React.MutableRefObject<number>;
3973
+ cursorIndexRef: {
3974
+ readonly current: number;
3975
+ };
3673
3976
  UNSTABLE_virtual: {
3674
3977
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
3675
3978
  totalSize: number;
@@ -3697,10 +4000,6 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
3697
4000
  }): void;
3698
4001
  selectAll(): void;
3699
4002
  unselectAll(): void;
3700
- registerItem(data: {
3701
- item: any;
3702
- textValue: string;
3703
- }): void;
3704
4003
  goTo(data: {
3705
4004
  id: string;
3706
4005
  }): void;
@@ -3714,6 +4013,10 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
3714
4013
  goToLastOfRow(): void;
3715
4014
  goToNextPage(): void;
3716
4015
  goToPreviousPage(): void;
4016
+ registerItem(data: {
4017
+ item: any;
4018
+ textValue: string;
4019
+ }): void;
3717
4020
  unregisterItem(data: {
3718
4021
  id: string;
3719
4022
  }): void;
@@ -3740,6 +4043,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
3740
4043
  cursorId: string;
3741
4044
  columnCount: number;
3742
4045
  pageSizeRef: React.MutableRefObject<number>;
4046
+ cursorIndexRef: {
4047
+ readonly current: number;
4048
+ };
3743
4049
  UNSTABLE_virtual: {
3744
4050
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
3745
4051
  totalSize: number;
@@ -3767,10 +4073,6 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
3767
4073
  }): void;
3768
4074
  selectAll(): void;
3769
4075
  unselectAll(): void;
3770
- registerItem(data: {
3771
- item: any;
3772
- textValue: string;
3773
- }): void;
3774
4076
  goTo(data: {
3775
4077
  id: string;
3776
4078
  }): void;
@@ -3784,6 +4086,10 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
3784
4086
  goToLastOfRow(): void;
3785
4087
  goToNextPage(): void;
3786
4088
  goToPreviousPage(): void;
4089
+ registerItem(data: {
4090
+ item: any;
4091
+ textValue: string;
4092
+ }): void;
3787
4093
  unregisterItem(data: {
3788
4094
  id: string;
3789
4095
  }): void;
@@ -3809,6 +4115,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
3809
4115
  cursorId: string;
3810
4116
  columnCount: number;
3811
4117
  pageSizeRef: React.MutableRefObject<number>;
4118
+ cursorIndexRef: {
4119
+ readonly current: number;
4120
+ };
3812
4121
  UNSTABLE_virtual: {
3813
4122
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
3814
4123
  totalSize: number;
@@ -3836,10 +4145,6 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
3836
4145
  }): void;
3837
4146
  selectAll(): void;
3838
4147
  unselectAll(): void;
3839
- registerItem(data: {
3840
- item: any;
3841
- textValue: string;
3842
- }): void;
3843
4148
  goTo(data: {
3844
4149
  id: string;
3845
4150
  }): void;
@@ -3853,6 +4158,10 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
3853
4158
  goToLastOfRow(): void;
3854
4159
  goToNextPage(): void;
3855
4160
  goToPreviousPage(): void;
4161
+ registerItem(data: {
4162
+ item: any;
4163
+ textValue: string;
4164
+ }): void;
3856
4165
  unregisterItem(data: {
3857
4166
  id: string;
3858
4167
  }): void;
@@ -3878,6 +4187,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
3878
4187
  cursorId: string;
3879
4188
  columnCount: number;
3880
4189
  pageSizeRef: React.MutableRefObject<number>;
4190
+ cursorIndexRef: {
4191
+ readonly current: number;
4192
+ };
3881
4193
  UNSTABLE_virtual: {
3882
4194
  virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
3883
4195
  totalSize: number;
@@ -3905,10 +4217,6 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
3905
4217
  }): void;
3906
4218
  selectAll(): void;
3907
4219
  unselectAll(): void;
3908
- registerItem(data: {
3909
- item: any;
3910
- textValue: string;
3911
- }): void;
3912
4220
  goTo(data: {
3913
4221
  id: string;
3914
4222
  }): void;
@@ -3922,6 +4230,10 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
3922
4230
  goToLastOfRow(): void;
3923
4231
  goToNextPage(): void;
3924
4232
  goToPreviousPage(): void;
4233
+ registerItem(data: {
4234
+ item: any;
4235
+ textValue: string;
4236
+ }): void;
3925
4237
  unregisterItem(data: {
3926
4238
  id: string;
3927
4239
  }): void;