@workday/canvas-kit-react 9.0.0-alpha.415-next.17 → 9.0.0-alpha.416-next.18

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 (99) hide show
  1. package/collection/lib/useCursorListModel.tsx +0 -15
  2. package/collection/lib/useListItemRovingFocus.tsx +7 -0
  3. package/dist/commonjs/action-bar/lib/ActionBar.d.ts +124 -124
  4. package/dist/commonjs/action-bar/lib/ActionBar.d.ts.map +1 -1
  5. package/dist/commonjs/action-bar/lib/ActionBarItem.d.ts +12 -12
  6. package/dist/commonjs/action-bar/lib/ActionBarList.d.ts +12 -12
  7. package/dist/commonjs/action-bar/lib/ActionBarOverflowButton.d.ts +16 -16
  8. package/dist/commonjs/action-bar/lib/useActionBarModel.d.ts +52 -52
  9. package/dist/commonjs/breadcrumbs/lib/Breadcrumbs.d.ts +136 -136
  10. package/dist/commonjs/breadcrumbs/lib/BreadcrumbsCurrentItem.d.ts +16 -16
  11. package/dist/commonjs/breadcrumbs/lib/BreadcrumbsItem.d.ts +12 -12
  12. package/dist/commonjs/breadcrumbs/lib/BreadcrumbsList.d.ts +8 -8
  13. package/dist/commonjs/breadcrumbs/lib/BreadcrumbsMenu.d.ts +64 -64
  14. package/dist/commonjs/breadcrumbs/lib/BreadcrumbsOverflowButton.d.ts +16 -16
  15. package/dist/commonjs/breadcrumbs/lib/hooks/useBreadcrumbsModel.d.ts +52 -52
  16. package/dist/commonjs/collection/lib/ListBox.d.ts +48 -48
  17. package/dist/commonjs/collection/lib/useCursorListModel.d.ts +44 -56
  18. package/dist/commonjs/collection/lib/useCursorListModel.d.ts.map +1 -1
  19. package/dist/commonjs/collection/lib/useCursorListModel.js +2 -15
  20. package/dist/commonjs/collection/lib/useGridModel.d.ts +44 -44
  21. package/dist/commonjs/collection/lib/useListItemAllowChildStrings.d.ts +4 -4
  22. package/dist/commonjs/collection/lib/useListItemRegister.d.ts +4 -4
  23. package/dist/commonjs/collection/lib/useListItemRovingFocus.d.ts +4 -4
  24. package/dist/commonjs/collection/lib/useListItemRovingFocus.d.ts.map +1 -1
  25. package/dist/commonjs/collection/lib/useListItemRovingFocus.js +6 -0
  26. package/dist/commonjs/collection/lib/useListItemSelect.d.ts +4 -4
  27. package/dist/commonjs/collection/lib/useListModel.d.ts +44 -44
  28. package/dist/commonjs/collection/lib/useListResetCursorOnBlur.d.ts +4 -4
  29. package/dist/commonjs/collection/lib/useOverflowListItemMeasure.d.ts +4 -4
  30. package/dist/commonjs/collection/lib/useOverflowListMeasure.d.ts +4 -4
  31. package/dist/commonjs/collection/lib/useOverflowListModel.d.ts +44 -44
  32. package/dist/commonjs/collection/lib/useOverflowListTarget.d.ts +4 -4
  33. package/dist/commonjs/collection/lib/useSelectionListModel.d.ts +44 -44
  34. package/dist/commonjs/menu/lib/Menu.d.ts +60 -60
  35. package/dist/commonjs/menu/lib/MenuCard.d.ts +8 -8
  36. package/dist/commonjs/menu/lib/MenuContextTarget.d.ts +12 -12
  37. package/dist/commonjs/menu/lib/MenuItem.d.ts +8 -8
  38. package/dist/commonjs/menu/lib/MenuList.d.ts +8 -8
  39. package/dist/commonjs/menu/lib/MenuPopper.d.ts +4 -4
  40. package/dist/commonjs/menu/lib/MenuTarget.d.ts +20 -20
  41. package/dist/commonjs/menu/lib/useMenuModel.d.ts +44 -44
  42. package/dist/commonjs/tabs/lib/Tabs.d.ts +176 -176
  43. package/dist/commonjs/tabs/lib/TabsItem.d.ts +16 -16
  44. package/dist/commonjs/tabs/lib/TabsList.d.ts +16 -16
  45. package/dist/commonjs/tabs/lib/TabsMenuPopper.d.ts +4 -4
  46. package/dist/commonjs/tabs/lib/TabsOverflowButton.d.ts +16 -16
  47. package/dist/commonjs/tabs/lib/TabsPanel.d.ts +16 -16
  48. package/dist/commonjs/tabs/lib/TabsPanels.d.ts +8 -8
  49. package/dist/commonjs/tabs/lib/useTabsModel.d.ts +116 -116
  50. package/dist/commonjs/tabs/lib/useTabsModel.d.ts.map +1 -1
  51. package/dist/es6/action-bar/lib/ActionBar.d.ts +124 -124
  52. package/dist/es6/action-bar/lib/ActionBar.d.ts.map +1 -1
  53. package/dist/es6/action-bar/lib/ActionBarItem.d.ts +12 -12
  54. package/dist/es6/action-bar/lib/ActionBarList.d.ts +12 -12
  55. package/dist/es6/action-bar/lib/ActionBarOverflowButton.d.ts +16 -16
  56. package/dist/es6/action-bar/lib/useActionBarModel.d.ts +52 -52
  57. package/dist/es6/breadcrumbs/lib/Breadcrumbs.d.ts +136 -136
  58. package/dist/es6/breadcrumbs/lib/BreadcrumbsCurrentItem.d.ts +16 -16
  59. package/dist/es6/breadcrumbs/lib/BreadcrumbsItem.d.ts +12 -12
  60. package/dist/es6/breadcrumbs/lib/BreadcrumbsList.d.ts +8 -8
  61. package/dist/es6/breadcrumbs/lib/BreadcrumbsMenu.d.ts +64 -64
  62. package/dist/es6/breadcrumbs/lib/BreadcrumbsOverflowButton.d.ts +16 -16
  63. package/dist/es6/breadcrumbs/lib/hooks/useBreadcrumbsModel.d.ts +52 -52
  64. package/dist/es6/collection/lib/ListBox.d.ts +48 -48
  65. package/dist/es6/collection/lib/useCursorListModel.d.ts +44 -56
  66. package/dist/es6/collection/lib/useCursorListModel.d.ts.map +1 -1
  67. package/dist/es6/collection/lib/useCursorListModel.js +2 -15
  68. package/dist/es6/collection/lib/useGridModel.d.ts +44 -44
  69. package/dist/es6/collection/lib/useListItemAllowChildStrings.d.ts +4 -4
  70. package/dist/es6/collection/lib/useListItemRegister.d.ts +4 -4
  71. package/dist/es6/collection/lib/useListItemRovingFocus.d.ts +4 -4
  72. package/dist/es6/collection/lib/useListItemRovingFocus.d.ts.map +1 -1
  73. package/dist/es6/collection/lib/useListItemRovingFocus.js +6 -0
  74. package/dist/es6/collection/lib/useListItemSelect.d.ts +4 -4
  75. package/dist/es6/collection/lib/useListModel.d.ts +44 -44
  76. package/dist/es6/collection/lib/useListResetCursorOnBlur.d.ts +4 -4
  77. package/dist/es6/collection/lib/useOverflowListItemMeasure.d.ts +4 -4
  78. package/dist/es6/collection/lib/useOverflowListMeasure.d.ts +4 -4
  79. package/dist/es6/collection/lib/useOverflowListModel.d.ts +44 -44
  80. package/dist/es6/collection/lib/useOverflowListTarget.d.ts +4 -4
  81. package/dist/es6/collection/lib/useSelectionListModel.d.ts +44 -44
  82. package/dist/es6/menu/lib/Menu.d.ts +60 -60
  83. package/dist/es6/menu/lib/MenuCard.d.ts +8 -8
  84. package/dist/es6/menu/lib/MenuContextTarget.d.ts +12 -12
  85. package/dist/es6/menu/lib/MenuItem.d.ts +8 -8
  86. package/dist/es6/menu/lib/MenuList.d.ts +8 -8
  87. package/dist/es6/menu/lib/MenuPopper.d.ts +4 -4
  88. package/dist/es6/menu/lib/MenuTarget.d.ts +20 -20
  89. package/dist/es6/menu/lib/useMenuModel.d.ts +44 -44
  90. package/dist/es6/tabs/lib/Tabs.d.ts +176 -176
  91. package/dist/es6/tabs/lib/TabsItem.d.ts +16 -16
  92. package/dist/es6/tabs/lib/TabsList.d.ts +16 -16
  93. package/dist/es6/tabs/lib/TabsMenuPopper.d.ts +4 -4
  94. package/dist/es6/tabs/lib/TabsOverflowButton.d.ts +16 -16
  95. package/dist/es6/tabs/lib/TabsPanel.d.ts +16 -16
  96. package/dist/es6/tabs/lib/TabsPanels.d.ts +8 -8
  97. package/dist/es6/tabs/lib/useTabsModel.d.ts +116 -116
  98. package/dist/es6/tabs/lib/useTabsModel.d.ts.map +1 -1
  99. package/package.json +3 -3
@@ -1 +1 @@
1
- {"version":3,"file":"ActionBar.d.ts","sourceRoot":"","sources":["../../../../action-bar/lib/ActionBar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAQ/B,MAAM,WAAW,cAAc;IAC7B;;OAEG;IACH,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B;AAED;;;;;;;;;;;;;;;;;GAiBG;AACH,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAqBlB;;;;;;;;;WASG;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BATH;;;;;;;;;WASG;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BATH;;;;;;;;;WASG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BATH;;;;;;;;;WASG;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BATH;;;;;;;;;WASG;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BATH;;;;;;;;;WASG;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BATH;;;;;;;;;WASG;;;;;;;;;;;;;;;;;;;;;;;;;;6BATH;;;;;;;;;WASG;;;;;;;;;;;;;;;;;;;;;;;;;;6BATH;;;;;;;;;WASG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BATH;;;;;;;;;WASG;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BATH;;;;;;;;;WASG;;;;;;;;;;;;;;;;;;;;;;;;;;6BATH;;;;;;;;;WASG;;;;;;;;;;;;;;;;;;;;;;;;;;6BATH;;;;;;;;;WASG;;;;;;;;;;;;;;;;;;;;;;;;;;6BATH;;;;;;;;;WASG;;;;;;;;;;;;;;;;;;;;;;;;;;6BATH;;;;;;;;;WASG;;;;;;;;;;;;;;;;;;;;;;;;;;6BATH;;;;;;;;;WASG;;;;;;;;;;;;;;;;;;;;;;;;;;6BATH;;;;;;;;;WASG;;;;;;;;;;;;;;;;;;;;;;;;;;6BATH;;;;;;;;;WASG;;;;;;;;;;;;;;;;;;;;;;;;;;6BATH;;;;;;;;;WASG;;;;;;;;;;;;;;;;;;;;;;;;;;6BATH;;;;;;;;;WASG;;;;;;;;;;;;;;;;;;;;;;;;;;6BATH;;;;;;;;;WASG;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BATH;;;;;;;;;WASG;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BATH;;;;;;;;;WASG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BATH;;;;;;;;;WASG;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BATH;;;;;;;;;WASG;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BATH;;;;;;;;;WASG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BATH;;;;;;;;;WASG;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BATH;;;;;;;;;WASG;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BATH;;;;;;;;;WASG;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BATH;;;;;;;;;WASG;;;;;;;;;;;;;;;;;;;;;;;;;;6BATH;;;;;;;;;WASG;;;;;;;;;;;;;;;;;;;;;;;;;;6BATH;;;;;;;;;WASG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BATH;;;;;;;;;WASG;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BATH;;;;;;;;;WASG;;;;;;;;;;;;;;;;;;;;;;;;;;6BATH;;;;;;;;;WASG;;;;;;;;;;;;;;;;;;;;;;;;;;6BATH;;;;;;;;;WASG;;;;;;;;;;;;;;;;;;;;;;;;;;6BATH;;;;;;;;;WASG;;;;;;;;;;;;;;;;;;;;;;;;;;6BATH;;;;;;;;;WASG;;;;;;;;;;;;;;;;;;;;;;;;;;6BATH;;;;;;;;;WASG;;;;;;;;;;;;;;;;;;;;;;;;;;6BATH;;;;;;;;;WASG;;;;;;;;;;;;;;;;;;;;;;;;;;6BATH;;;;;;;;;WASG;;;;;;;;;;;;;;;;;;;;;;;;;;6BATH;;;;;;;;;WASG;;;;;;;;;;;;;;;;;;;;;;;;;;6BATH;;;;;;;;;WASG;;;;;;;;;;;;;;;;;;;;;;;;;;6BATH;;;;;;;;;WASG;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BATH;;;;;;;;;WASG;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BATH;;;;;;;;;WASG;;;;;;;;;;;;;;;;;;;;;;;;;;;6BATH;;;;;;;;;WASG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA1BH;;;;;;;;;;;;;;;OAeG;;;iCAEH;;;;;;;;;eASG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IATH;;;;;;;;;OASG;;;iCATH;;;;;;;;;eASG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCATH;;;;;;;;;eASG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAGH;;;;;;;;;;;OAWG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAKL,CAAC"}
1
+ {"version":3,"file":"ActionBar.d.ts","sourceRoot":"","sources":["../../../../action-bar/lib/ActionBar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAQ/B,MAAM,WAAW,cAAc;IAC7B;;OAEG;IACH,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B;AAED;;;;;;;;;;;;;;;;;GAiBG;AACH,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAqBlB;;;;;;;;;WASG;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BATH;;;;;;;;;WASG;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BATH;;;;;;;;;WASG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BATH;;;;;;;;;WASG;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BATH;;;;;;;;;WASG;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BATH;;;;;;;;;WASG;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BATH;;;;;;;;;WASG;;;;;;;;;;;;;;;;;;;;;;;;;;6BATH;;;;;;;;;WASG;;;;;;;;;;;;;;;;;;;;;;;;;;6BATH;;;;;;;;;WASG;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BATH;;;;;;;;;WASG;;;;;;;;;;;;;;;;;;;;;;;;;;6BATH;;;;;;;;;WASG;;;;;;;;;;;;;;;;;;;;;;;;;;6BATH;;;;;;;;;WASG;;;;;;;;;;;;;;;;;;;;;;;;;;6BATH;;;;;;;;;WASG;;;;;;;;;;;;;;;;;;;;;;;;;;6BATH;;;;;;;;;WASG;;;;;;;;;;;;;;;;;;;;;;;;;;6BATH;;;;;;;;;WASG;;;;;;;;;;;;;;;;;;;;;;;;;;6BATH;;;;;;;;;WASG;;;;;;;;;;;;;;;;;;;;;;;;;;6BATH;;;;;;;;;WASG;;;;;;;;;;;;;;;;;;;;;;;;;;6BATH;;;;;;;;;WASG;;;;;;;;;;;;;;;;;;;;;;;;;;6BATH;;;;;;;;;WASG;;;;;;;;;;;;;;;;;;;;;;;;;;6BATH;;;;;;;;;WASG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BATH;;;;;;;;;WASG;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BATH;;;;;;;;;WASG;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BATH;;;;;;;;;WASG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BATH;;;;;;;;;WASG;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BATH;;;;;;;;;WASG;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BATH;;;;;;;;;WASG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BATH;;;;;;;;;WASG;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BATH;;;;;;;;;WASG;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BATH;;;;;;;;;WASG;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BATH;;;;;;;;;WASG;;;;;;;;;;;;;;;;;;;;;;;;;;6BATH;;;;;;;;;WASG;;;;;;;;;;;;;;;;;;;;;;;;;;6BATH;;;;;;;;;WASG;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BATH;;;;;;;;;WASG;;;;;;;;;;;;;;;;;;;;;;;;;;6BATH;;;;;;;;;WASG;;;;;;;;;;;;;;;;;;;;;;;;;;6BATH;;;;;;;;;WASG;;;;;;;;;;;;;;;;;;;;;;;;;;6BATH;;;;;;;;;WASG;;;;;;;;;;;;;;;;;;;;;;;;;;6BATH;;;;;;;;;WASG;;;;;;;;;;;;;;;;;;;;;;;;;;6BATH;;;;;;;;;WASG;;;;;;;;;;;;;;;;;;;;;;;;;;6BATH;;;;;;;;;WASG;;;;;;;;;;;;;;;;;;;;;;;;;;6BATH;;;;;;;;;WASG;;;;;;;;;;;;;;;;;;;;;;;;;;6BATH;;;;;;;;;WASG;;;;;;;;;;;;;;;;;;;;;;;;;;6BATH;;;;;;;;;WASG;;;;;;;;;;;;;;;;;;;;;;;;;;6BATH;;;;;;;;;WASG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BATH;;;;;;;;;WASG;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BATH;;;;;;;;;WASG;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BATH;;;;;;;;;WASG;;;;;;;;;;;;;;;;;;;;;;;;;;;6BATH;;;;;;;;;WASG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA1BH;;;;;;;;;;;;;;;OAeG;;;iCAEH;;;;;;;;;eASG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IATH;;;;;;;;;OASG;;;iCATH;;;;;;;;;eASG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCATH;;;;;;;;;eASG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAGH;;;;;;;;;;;OAWG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAKL,CAAC"}
@@ -67,10 +67,6 @@ export declare const useActionBarItem: import("@workday/canvas-kit-react/common"
67
67
  }): void;
68
68
  selectAll(): void;
69
69
  unselectAll(): void;
70
- registerItem(data: {
71
- item: any;
72
- textValue: string;
73
- }): void;
74
70
  goTo(data: {
75
71
  id: string;
76
72
  }): void;
@@ -84,6 +80,10 @@ export declare const useActionBarItem: import("@workday/canvas-kit-react/common"
84
80
  goToLastOfRow(): void;
85
81
  goToNextPage(): void;
86
82
  goToPreviousPage(): void;
83
+ registerItem(data: {
84
+ item: any;
85
+ textValue: string;
86
+ }): void;
87
87
  unregisterItem(data: {
88
88
  id: string;
89
89
  }): void;
@@ -161,10 +161,6 @@ export declare const ActionBarItem: import("@workday/canvas-kit-react/common").E
161
161
  }): void;
162
162
  selectAll(): void;
163
163
  unselectAll(): void;
164
- registerItem(data: {
165
- item: any;
166
- textValue: string;
167
- }): void;
168
164
  goTo(data: {
169
165
  id: string;
170
166
  }): void;
@@ -178,6 +174,10 @@ export declare const ActionBarItem: import("@workday/canvas-kit-react/common").E
178
174
  goToLastOfRow(): void;
179
175
  goToNextPage(): void;
180
176
  goToPreviousPage(): void;
177
+ registerItem(data: {
178
+ item: any;
179
+ textValue: string;
180
+ }): void;
181
181
  unregisterItem(data: {
182
182
  id: string;
183
183
  }): void;
@@ -226,10 +226,6 @@ export declare const ActionBarItem: import("@workday/canvas-kit-react/common").E
226
226
  }): void;
227
227
  selectAll(): void;
228
228
  unselectAll(): void;
229
- registerItem(data: {
230
- item: any;
231
- textValue: string;
232
- }): void;
233
229
  goTo(data: {
234
230
  id: string;
235
231
  }): void;
@@ -243,6 +239,10 @@ export declare const ActionBarItem: import("@workday/canvas-kit-react/common").E
243
239
  goToLastOfRow(): void;
244
240
  goToNextPage(): void;
245
241
  goToPreviousPage(): void;
242
+ registerItem(data: {
243
+ item: any;
244
+ textValue: string;
245
+ }): void;
246
246
  unregisterItem(data: {
247
247
  id: string;
248
248
  }): void;
@@ -74,10 +74,6 @@ export declare const useActionBarList: import("@workday/canvas-kit-react/common"
74
74
  }): void;
75
75
  selectAll(): void;
76
76
  unselectAll(): void;
77
- registerItem(data: {
78
- item: any;
79
- textValue: string;
80
- }): void;
81
77
  goTo(data: {
82
78
  id: string;
83
79
  }): void;
@@ -91,6 +87,10 @@ export declare const useActionBarList: import("@workday/canvas-kit-react/common"
91
87
  goToLastOfRow(): void;
92
88
  goToNextPage(): void;
93
89
  goToPreviousPage(): void;
90
+ registerItem(data: {
91
+ item: any;
92
+ textValue: string;
93
+ }): void;
94
94
  unregisterItem(data: {
95
95
  id: string;
96
96
  }): void;
@@ -156,10 +156,6 @@ export declare const ActionBarList: import("@workday/canvas-kit-react/common").E
156
156
  }): void;
157
157
  selectAll(): void;
158
158
  unselectAll(): void;
159
- registerItem(data: {
160
- item: any;
161
- textValue: string;
162
- }): void;
163
159
  goTo(data: {
164
160
  id: string;
165
161
  }): void;
@@ -173,6 +169,10 @@ export declare const ActionBarList: import("@workday/canvas-kit-react/common").E
173
169
  goToLastOfRow(): void;
174
170
  goToNextPage(): void;
175
171
  goToPreviousPage(): void;
172
+ registerItem(data: {
173
+ item: any;
174
+ textValue: string;
175
+ }): void;
176
176
  unregisterItem(data: {
177
177
  id: string;
178
178
  }): void;
@@ -221,10 +221,6 @@ export declare const ActionBarList: import("@workday/canvas-kit-react/common").E
221
221
  }): void;
222
222
  selectAll(): void;
223
223
  unselectAll(): void;
224
- registerItem(data: {
225
- item: any;
226
- textValue: string;
227
- }): void;
228
224
  goTo(data: {
229
225
  id: string;
230
226
  }): void;
@@ -238,6 +234,10 @@ export declare const ActionBarList: import("@workday/canvas-kit-react/common").E
238
234
  goToLastOfRow(): void;
239
235
  goToNextPage(): void;
240
236
  goToPreviousPage(): void;
237
+ registerItem(data: {
238
+ item: any;
239
+ textValue: string;
240
+ }): void;
241
241
  unregisterItem(data: {
242
242
  id: string;
243
243
  }): void;
@@ -55,10 +55,6 @@ export declare const useActionBarOverflowButton: import("@workday/canvas-kit-rea
55
55
  }): void;
56
56
  selectAll(): void;
57
57
  unselectAll(): void;
58
- registerItem(data: {
59
- item: any;
60
- textValue: string;
61
- }): void;
62
58
  goTo(data: {
63
59
  id: string;
64
60
  }): void;
@@ -72,6 +68,10 @@ export declare const useActionBarOverflowButton: import("@workday/canvas-kit-rea
72
68
  goToLastOfRow(): void;
73
69
  goToNextPage(): void;
74
70
  goToPreviousPage(): void;
71
+ registerItem(data: {
72
+ item: any;
73
+ textValue: string;
74
+ }): void;
75
75
  unregisterItem(data: {
76
76
  id: string;
77
77
  }): void;
@@ -120,10 +120,6 @@ export declare const useActionBarOverflowButton: import("@workday/canvas-kit-rea
120
120
  }): void;
121
121
  selectAll(): void;
122
122
  unselectAll(): void;
123
- registerItem(data: {
124
- item: any;
125
- textValue: string;
126
- }): void;
127
123
  goTo(data: {
128
124
  id: string;
129
125
  }): void;
@@ -137,6 +133,10 @@ export declare const useActionBarOverflowButton: import("@workday/canvas-kit-rea
137
133
  goToLastOfRow(): void;
138
134
  goToNextPage(): void;
139
135
  goToPreviousPage(): void;
136
+ registerItem(data: {
137
+ item: any;
138
+ textValue: string;
139
+ }): void;
140
140
  unregisterItem(data: {
141
141
  id: string;
142
142
  }): void;
@@ -204,10 +204,6 @@ export declare const ActionBarOverflowButton: import("@workday/canvas-kit-react/
204
204
  }): void;
205
205
  selectAll(): void;
206
206
  unselectAll(): void;
207
- registerItem(data: {
208
- item: any;
209
- textValue: string;
210
- }): void;
211
207
  goTo(data: {
212
208
  id: string;
213
209
  }): void;
@@ -221,6 +217,10 @@ export declare const ActionBarOverflowButton: import("@workday/canvas-kit-react/
221
217
  goToLastOfRow(): void;
222
218
  goToNextPage(): void;
223
219
  goToPreviousPage(): void;
220
+ registerItem(data: {
221
+ item: any;
222
+ textValue: string;
223
+ }): void;
224
224
  unregisterItem(data: {
225
225
  id: string;
226
226
  }): void;
@@ -269,10 +269,6 @@ export declare const ActionBarOverflowButton: import("@workday/canvas-kit-react/
269
269
  }): void;
270
270
  selectAll(): void;
271
271
  unselectAll(): void;
272
- registerItem(data: {
273
- item: any;
274
- textValue: string;
275
- }): void;
276
272
  goTo(data: {
277
273
  id: string;
278
274
  }): void;
@@ -286,6 +282,10 @@ export declare const ActionBarOverflowButton: import("@workday/canvas-kit-react/
286
282
  goToLastOfRow(): void;
287
283
  goToNextPage(): void;
288
284
  goToPreviousPage(): void;
285
+ registerItem(data: {
286
+ item: any;
287
+ textValue: string;
288
+ }): void;
289
289
  unregisterItem(data: {
290
290
  id: string;
291
291
  }): void;
@@ -298,9 +298,8 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
298
298
  isVirtualized: boolean;
299
299
  items: import("@workday/canvas-kit-react/collection").Item<any>[];
300
300
  }) => void) | undefined;
301
- onRegisterItem?: ((data: {
302
- item: any;
303
- textValue: string;
301
+ onGoTo?: ((data: {
302
+ id: string;
304
303
  }, prevState: {
305
304
  hiddenIds: string[];
306
305
  nonInteractiveIds: string[];
@@ -327,9 +326,7 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
327
326
  isVirtualized: boolean;
328
327
  items: import("@workday/canvas-kit-react/collection").Item<any>[];
329
328
  }) => void) | undefined;
330
- onGoTo?: ((data: {
331
- id: string;
332
- }, prevState: {
329
+ onGoToNext?: ((data: undefined, prevState: {
333
330
  hiddenIds: string[];
334
331
  nonInteractiveIds: string[];
335
332
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
@@ -355,7 +352,7 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
355
352
  isVirtualized: boolean;
356
353
  items: import("@workday/canvas-kit-react/collection").Item<any>[];
357
354
  }) => void) | undefined;
358
- onGoToNext?: ((data: undefined, prevState: {
355
+ onGoToPrevious?: ((data: undefined, prevState: {
359
356
  hiddenIds: string[];
360
357
  nonInteractiveIds: string[];
361
358
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
@@ -381,7 +378,7 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
381
378
  isVirtualized: boolean;
382
379
  items: import("@workday/canvas-kit-react/collection").Item<any>[];
383
380
  }) => void) | undefined;
384
- onGoToPrevious?: ((data: undefined, prevState: {
381
+ onGoToPreviousRow?: ((data: undefined, prevState: {
385
382
  hiddenIds: string[];
386
383
  nonInteractiveIds: string[];
387
384
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
@@ -407,7 +404,7 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
407
404
  isVirtualized: boolean;
408
405
  items: import("@workday/canvas-kit-react/collection").Item<any>[];
409
406
  }) => void) | undefined;
410
- onGoToPreviousRow?: ((data: undefined, prevState: {
407
+ onGoToNextRow?: ((data: undefined, prevState: {
411
408
  hiddenIds: string[];
412
409
  nonInteractiveIds: string[];
413
410
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
@@ -433,7 +430,7 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
433
430
  isVirtualized: boolean;
434
431
  items: import("@workday/canvas-kit-react/collection").Item<any>[];
435
432
  }) => void) | undefined;
436
- onGoToNextRow?: ((data: undefined, prevState: {
433
+ onGoToFirst?: ((data: undefined, prevState: {
437
434
  hiddenIds: string[];
438
435
  nonInteractiveIds: string[];
439
436
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
@@ -459,7 +456,7 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
459
456
  isVirtualized: boolean;
460
457
  items: import("@workday/canvas-kit-react/collection").Item<any>[];
461
458
  }) => void) | undefined;
462
- onGoToFirst?: ((data: undefined, prevState: {
459
+ onGoToLast?: ((data: undefined, prevState: {
463
460
  hiddenIds: string[];
464
461
  nonInteractiveIds: string[];
465
462
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
@@ -485,7 +482,7 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
485
482
  isVirtualized: boolean;
486
483
  items: import("@workday/canvas-kit-react/collection").Item<any>[];
487
484
  }) => void) | undefined;
488
- onGoToLast?: ((data: undefined, prevState: {
485
+ onGoToFirstOfRow?: ((data: undefined, prevState: {
489
486
  hiddenIds: string[];
490
487
  nonInteractiveIds: string[];
491
488
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
@@ -511,7 +508,7 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
511
508
  isVirtualized: boolean;
512
509
  items: import("@workday/canvas-kit-react/collection").Item<any>[];
513
510
  }) => void) | undefined;
514
- onGoToFirstOfRow?: ((data: undefined, prevState: {
511
+ onGoToLastOfRow?: ((data: undefined, prevState: {
515
512
  hiddenIds: string[];
516
513
  nonInteractiveIds: string[];
517
514
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
@@ -537,7 +534,7 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
537
534
  isVirtualized: boolean;
538
535
  items: import("@workday/canvas-kit-react/collection").Item<any>[];
539
536
  }) => void) | undefined;
540
- onGoToLastOfRow?: ((data: undefined, prevState: {
537
+ onGoToNextPage?: ((data: undefined, prevState: {
541
538
  hiddenIds: string[];
542
539
  nonInteractiveIds: string[];
543
540
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
@@ -563,7 +560,7 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
563
560
  isVirtualized: boolean;
564
561
  items: import("@workday/canvas-kit-react/collection").Item<any>[];
565
562
  }) => void) | undefined;
566
- onGoToNextPage?: ((data: undefined, prevState: {
563
+ onGoToPreviousPage?: ((data: undefined, prevState: {
567
564
  hiddenIds: string[];
568
565
  nonInteractiveIds: string[];
569
566
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
@@ -589,7 +586,10 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
589
586
  isVirtualized: boolean;
590
587
  items: import("@workday/canvas-kit-react/collection").Item<any>[];
591
588
  }) => void) | undefined;
592
- onGoToPreviousPage?: ((data: undefined, prevState: {
589
+ onRegisterItem?: ((data: {
590
+ item: any;
591
+ textValue: string;
592
+ }, prevState: {
593
593
  hiddenIds: string[];
594
594
  nonInteractiveIds: string[];
595
595
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
@@ -921,9 +921,8 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
921
921
  isVirtualized: boolean;
922
922
  items: import("@workday/canvas-kit-react/collection").Item<any>[];
923
923
  }) => boolean) | undefined;
924
- shouldRegisterItem?: ((data: {
925
- item: any;
926
- textValue: string;
924
+ shouldGoTo?: ((data: {
925
+ id: string;
927
926
  }, state: {
928
927
  hiddenIds: string[];
929
928
  nonInteractiveIds: string[];
@@ -950,9 +949,7 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
950
949
  isVirtualized: boolean;
951
950
  items: import("@workday/canvas-kit-react/collection").Item<any>[];
952
951
  }) => boolean) | undefined;
953
- shouldGoTo?: ((data: {
954
- id: string;
955
- }, state: {
952
+ shouldGoToNext?: ((data: undefined, state: {
956
953
  hiddenIds: string[];
957
954
  nonInteractiveIds: string[];
958
955
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
@@ -978,7 +975,7 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
978
975
  isVirtualized: boolean;
979
976
  items: import("@workday/canvas-kit-react/collection").Item<any>[];
980
977
  }) => boolean) | undefined;
981
- shouldGoToNext?: ((data: undefined, state: {
978
+ shouldGoToPrevious?: ((data: undefined, state: {
982
979
  hiddenIds: string[];
983
980
  nonInteractiveIds: string[];
984
981
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
@@ -1004,7 +1001,7 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
1004
1001
  isVirtualized: boolean;
1005
1002
  items: import("@workday/canvas-kit-react/collection").Item<any>[];
1006
1003
  }) => boolean) | undefined;
1007
- shouldGoToPrevious?: ((data: undefined, state: {
1004
+ shouldGoToPreviousRow?: ((data: undefined, state: {
1008
1005
  hiddenIds: string[];
1009
1006
  nonInteractiveIds: string[];
1010
1007
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
@@ -1030,7 +1027,7 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
1030
1027
  isVirtualized: boolean;
1031
1028
  items: import("@workday/canvas-kit-react/collection").Item<any>[];
1032
1029
  }) => boolean) | undefined;
1033
- shouldGoToPreviousRow?: ((data: undefined, state: {
1030
+ shouldGoToNextRow?: ((data: undefined, state: {
1034
1031
  hiddenIds: string[];
1035
1032
  nonInteractiveIds: string[];
1036
1033
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
@@ -1056,7 +1053,7 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
1056
1053
  isVirtualized: boolean;
1057
1054
  items: import("@workday/canvas-kit-react/collection").Item<any>[];
1058
1055
  }) => boolean) | undefined;
1059
- shouldGoToNextRow?: ((data: undefined, state: {
1056
+ shouldGoToFirst?: ((data: undefined, state: {
1060
1057
  hiddenIds: string[];
1061
1058
  nonInteractiveIds: string[];
1062
1059
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
@@ -1082,7 +1079,7 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
1082
1079
  isVirtualized: boolean;
1083
1080
  items: import("@workday/canvas-kit-react/collection").Item<any>[];
1084
1081
  }) => boolean) | undefined;
1085
- shouldGoToFirst?: ((data: undefined, state: {
1082
+ shouldGoToLast?: ((data: undefined, state: {
1086
1083
  hiddenIds: string[];
1087
1084
  nonInteractiveIds: string[];
1088
1085
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
@@ -1108,7 +1105,7 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
1108
1105
  isVirtualized: boolean;
1109
1106
  items: import("@workday/canvas-kit-react/collection").Item<any>[];
1110
1107
  }) => boolean) | undefined;
1111
- shouldGoToLast?: ((data: undefined, state: {
1108
+ shouldGoToFirstOfRow?: ((data: undefined, state: {
1112
1109
  hiddenIds: string[];
1113
1110
  nonInteractiveIds: string[];
1114
1111
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
@@ -1134,7 +1131,7 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
1134
1131
  isVirtualized: boolean;
1135
1132
  items: import("@workday/canvas-kit-react/collection").Item<any>[];
1136
1133
  }) => boolean) | undefined;
1137
- shouldGoToFirstOfRow?: ((data: undefined, state: {
1134
+ shouldGoToLastOfRow?: ((data: undefined, state: {
1138
1135
  hiddenIds: string[];
1139
1136
  nonInteractiveIds: string[];
1140
1137
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
@@ -1160,7 +1157,7 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
1160
1157
  isVirtualized: boolean;
1161
1158
  items: import("@workday/canvas-kit-react/collection").Item<any>[];
1162
1159
  }) => boolean) | undefined;
1163
- shouldGoToLastOfRow?: ((data: undefined, state: {
1160
+ shouldGoToNextPage?: ((data: undefined, state: {
1164
1161
  hiddenIds: string[];
1165
1162
  nonInteractiveIds: string[];
1166
1163
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
@@ -1186,7 +1183,7 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
1186
1183
  isVirtualized: boolean;
1187
1184
  items: import("@workday/canvas-kit-react/collection").Item<any>[];
1188
1185
  }) => boolean) | undefined;
1189
- shouldGoToNextPage?: ((data: undefined, state: {
1186
+ shouldGoToPreviousPage?: ((data: undefined, state: {
1190
1187
  hiddenIds: string[];
1191
1188
  nonInteractiveIds: string[];
1192
1189
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
@@ -1212,7 +1209,10 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
1212
1209
  isVirtualized: boolean;
1213
1210
  items: import("@workday/canvas-kit-react/collection").Item<any>[];
1214
1211
  }) => boolean) | undefined;
1215
- shouldGoToPreviousPage?: ((data: undefined, state: {
1212
+ shouldRegisterItem?: ((data: {
1213
+ item: any;
1214
+ textValue: string;
1215
+ }, state: {
1216
1216
  hiddenIds: string[];
1217
1217
  nonInteractiveIds: string[];
1218
1218
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
@@ -1346,10 +1346,6 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
1346
1346
  }): void;
1347
1347
  selectAll(): void;
1348
1348
  unselectAll(): void;
1349
- registerItem(data: {
1350
- item: any;
1351
- textValue: string;
1352
- }): void;
1353
1349
  goTo(data: {
1354
1350
  id: string;
1355
1351
  }): void;
@@ -1363,6 +1359,10 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
1363
1359
  goToLastOfRow(): void;
1364
1360
  goToNextPage(): void;
1365
1361
  goToPreviousPage(): void;
1362
+ registerItem(data: {
1363
+ item: any;
1364
+ textValue: string;
1365
+ }): void;
1366
1366
  unregisterItem(data: {
1367
1367
  id: string;
1368
1368
  }): void;
@@ -1411,10 +1411,6 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
1411
1411
  }): void;
1412
1412
  selectAll(): void;
1413
1413
  unselectAll(): void;
1414
- registerItem(data: {
1415
- item: any;
1416
- textValue: string;
1417
- }): void;
1418
1414
  goTo(data: {
1419
1415
  id: string;
1420
1416
  }): void;
@@ -1428,6 +1424,10 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
1428
1424
  goToLastOfRow(): void;
1429
1425
  goToNextPage(): void;
1430
1426
  goToPreviousPage(): void;
1427
+ registerItem(data: {
1428
+ item: any;
1429
+ textValue: string;
1430
+ }): void;
1431
1431
  unregisterItem(data: {
1432
1432
  id: string;
1433
1433
  }): void;
@@ -1541,10 +1541,6 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
1541
1541
  }): void;
1542
1542
  selectAll(): void;
1543
1543
  unselectAll(): void;
1544
- registerItem(data: {
1545
- item: any;
1546
- textValue: string;
1547
- }): void;
1548
1544
  goTo(data: {
1549
1545
  id: string;
1550
1546
  }): void;
@@ -1558,6 +1554,10 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
1558
1554
  goToLastOfRow(): void;
1559
1555
  goToNextPage(): void;
1560
1556
  goToPreviousPage(): void;
1557
+ registerItem(data: {
1558
+ item: any;
1559
+ textValue: string;
1560
+ }): void;
1561
1561
  unregisterItem(data: {
1562
1562
  id: string;
1563
1563
  }): void;
@@ -1616,10 +1616,6 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
1616
1616
  }): void;
1617
1617
  selectAll(): void;
1618
1618
  unselectAll(): void;
1619
- registerItem(data: {
1620
- item: any;
1621
- textValue: string;
1622
- }): void;
1623
1619
  goTo(data: {
1624
1620
  id: string;
1625
1621
  }): void;
@@ -1633,6 +1629,10 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
1633
1629
  goToLastOfRow(): void;
1634
1630
  goToNextPage(): void;
1635
1631
  goToPreviousPage(): void;
1632
+ registerItem(data: {
1633
+ item: any;
1634
+ textValue: string;
1635
+ }): void;
1636
1636
  unregisterItem(data: {
1637
1637
  id: string;
1638
1638
  }): void;
@@ -1681,10 +1681,6 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
1681
1681
  }): void;
1682
1682
  selectAll(): void;
1683
1683
  unselectAll(): void;
1684
- registerItem(data: {
1685
- item: any;
1686
- textValue: string;
1687
- }): void;
1688
1684
  goTo(data: {
1689
1685
  id: string;
1690
1686
  }): void;
@@ -1698,6 +1694,10 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
1698
1694
  goToLastOfRow(): void;
1699
1695
  goToNextPage(): void;
1700
1696
  goToPreviousPage(): void;
1697
+ registerItem(data: {
1698
+ item: any;
1699
+ textValue: string;
1700
+ }): void;
1701
1701
  unregisterItem(data: {
1702
1702
  id: string;
1703
1703
  }): void;