@workday/canvas-kit-react 12.1.0-943-next.0 → 12.1.0-945-next.0

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 (237) hide show
  1. package/collection/lib/useOverflowListItemMeasure.tsx +6 -2
  2. package/collection/lib/useOverflowListMeasure.ts +1 -1
  3. package/collection/lib/useOverflowListModel.tsx +90 -51
  4. package/collection/lib/useOverflowListTarget.tsx +5 -1
  5. package/dist/commonjs/action-bar/lib/ActionBar.d.ts +452 -0
  6. package/dist/commonjs/action-bar/lib/ActionBar.d.ts.map +1 -1
  7. package/dist/commonjs/action-bar/lib/ActionBarItem.d.ts +36 -0
  8. package/dist/commonjs/action-bar/lib/ActionBarItem.d.ts.map +1 -1
  9. package/dist/commonjs/action-bar/lib/ActionBarList.d.ts +36 -0
  10. package/dist/commonjs/action-bar/lib/ActionBarList.d.ts.map +1 -1
  11. package/dist/commonjs/action-bar/lib/ActionBarOverflowButton.d.ts +36 -0
  12. package/dist/commonjs/action-bar/lib/ActionBarOverflowButton.d.ts.map +1 -1
  13. package/dist/commonjs/action-bar/lib/useActionBarModel.d.ts +434 -0
  14. package/dist/commonjs/action-bar/lib/useActionBarModel.d.ts.map +1 -1
  15. package/dist/commonjs/avatar/lib/Avatar.js +21 -21
  16. package/dist/commonjs/badge/lib/CountBadge.js +3 -3
  17. package/dist/commonjs/breadcrumbs/lib/Breadcrumbs.d.ts +525 -385
  18. package/dist/commonjs/breadcrumbs/lib/Breadcrumbs.d.ts.map +1 -1
  19. package/dist/commonjs/breadcrumbs/lib/BreadcrumbsCurrentItem.d.ts +36 -0
  20. package/dist/commonjs/breadcrumbs/lib/BreadcrumbsCurrentItem.d.ts.map +1 -1
  21. package/dist/commonjs/breadcrumbs/lib/BreadcrumbsItem.d.ts +36 -0
  22. package/dist/commonjs/breadcrumbs/lib/BreadcrumbsItem.d.ts.map +1 -1
  23. package/dist/commonjs/breadcrumbs/lib/BreadcrumbsList.d.ts +18 -0
  24. package/dist/commonjs/breadcrumbs/lib/BreadcrumbsList.d.ts.map +1 -1
  25. package/dist/commonjs/breadcrumbs/lib/BreadcrumbsOverflowButton.d.ts +36 -0
  26. package/dist/commonjs/breadcrumbs/lib/BreadcrumbsOverflowButton.d.ts.map +1 -1
  27. package/dist/commonjs/breadcrumbs/lib/hooks/useBreadcrumbsModel.d.ts +434 -0
  28. package/dist/commonjs/breadcrumbs/lib/hooks/useBreadcrumbsModel.d.ts.map +1 -1
  29. package/dist/commonjs/button/lib/BaseButton.js +21 -21
  30. package/dist/commonjs/button/lib/DeleteButton.js +1 -1
  31. package/dist/commonjs/button/lib/PrimaryButton.js +2 -2
  32. package/dist/commonjs/button/lib/SecondaryButton.js +2 -2
  33. package/dist/commonjs/button/lib/TertiaryButton.js +18 -18
  34. package/dist/commonjs/card/lib/Card.js +1 -1
  35. package/dist/commonjs/card/lib/CardBody.js +1 -1
  36. package/dist/commonjs/card/lib/CardHeading.js +1 -1
  37. package/dist/commonjs/checkbox/lib/CheckBackground.js +3 -3
  38. package/dist/commonjs/checkbox/lib/CheckboxCheck.js +5 -5
  39. package/dist/commonjs/checkbox/lib/CheckboxContainer.js +1 -1
  40. package/dist/commonjs/checkbox/lib/CheckboxInput.js +5 -5
  41. package/dist/commonjs/checkbox/lib/CheckboxRipple.js +1 -1
  42. package/dist/commonjs/collection/lib/ListBox.js +3 -3
  43. package/dist/commonjs/collection/lib/useOverflowListItemMeasure.d.ts +18 -0
  44. package/dist/commonjs/collection/lib/useOverflowListItemMeasure.d.ts.map +1 -1
  45. package/dist/commonjs/collection/lib/useOverflowListItemMeasure.js +5 -2
  46. package/dist/commonjs/collection/lib/useOverflowListMeasure.d.ts +18 -0
  47. package/dist/commonjs/collection/lib/useOverflowListMeasure.d.ts.map +1 -1
  48. package/dist/commonjs/collection/lib/useOverflowListMeasure.js +1 -1
  49. package/dist/commonjs/collection/lib/useOverflowListModel.d.ts +846 -1
  50. package/dist/commonjs/collection/lib/useOverflowListModel.d.ts.map +1 -1
  51. package/dist/commonjs/collection/lib/useOverflowListModel.js +73 -35
  52. package/dist/commonjs/collection/lib/useOverflowListTarget.d.ts +18 -0
  53. package/dist/commonjs/collection/lib/useOverflowListTarget.d.ts.map +1 -1
  54. package/dist/commonjs/collection/lib/useOverflowListTarget.js +4 -1
  55. package/dist/commonjs/combobox/lib/ComboboxMenuList.js +1 -1
  56. package/dist/commonjs/common/lib/AccessibleHide.js +1 -1
  57. package/dist/commonjs/common/lib/CanvasProvider.js +1 -1
  58. package/dist/commonjs/form-field/lib/FormFieldContainer.js +1 -1
  59. package/dist/commonjs/form-field/lib/FormFieldField.js +1 -1
  60. package/dist/commonjs/form-field/lib/FormFieldGroupLabel.js +5 -5
  61. package/dist/commonjs/form-field/lib/FormFieldGroupList.js +3 -3
  62. package/dist/commonjs/form-field/lib/FormFieldHint.js +3 -3
  63. package/dist/commonjs/form-field/lib/FormFieldLabel.js +6 -6
  64. package/dist/commonjs/form-field/lib/formFieldStencil.js +8 -8
  65. package/dist/commonjs/icon/lib/AccentIcon.js +2 -2
  66. package/dist/commonjs/icon/lib/AppletIcon.js +1 -1
  67. package/dist/commonjs/icon/lib/Graphic.js +2 -2
  68. package/dist/commonjs/icon/lib/Svg.js +2 -2
  69. package/dist/commonjs/icon/lib/SystemIcon.js +1 -1
  70. package/dist/commonjs/icon/lib/SystemIconCircle.js +1 -1
  71. package/dist/commonjs/loading-dots/lib/LoadingDots.js +2 -2
  72. package/dist/commonjs/menu/lib/MenuCard.js +1 -1
  73. package/dist/commonjs/menu/lib/MenuItem.js +1 -1
  74. package/dist/commonjs/menu/lib/MenuList.js +3 -3
  75. package/dist/commonjs/menu/lib/MenuOption.js +1 -1
  76. package/dist/commonjs/modal/lib/ModalBody.js +1 -1
  77. package/dist/commonjs/modal/lib/ModalCard.js +1 -1
  78. package/dist/commonjs/modal/lib/ModalHeading.js +1 -1
  79. package/dist/commonjs/modal/lib/ModalOverflowOverlay.js +1 -1
  80. package/dist/commonjs/modal/lib/ModalOverlay.js +2 -2
  81. package/dist/commonjs/popup/lib/PopupBody.js +1 -1
  82. package/dist/commonjs/popup/lib/PopupCard.js +2 -2
  83. package/dist/commonjs/popup/lib/PopupCloseIcon.js +1 -1
  84. package/dist/commonjs/popup/lib/PopupHeading.js +1 -1
  85. package/dist/commonjs/select/lib/SelectCard.js +1 -1
  86. package/dist/commonjs/select/lib/SelectInput.js +3 -3
  87. package/dist/commonjs/switch/lib/Switch.js +7 -7
  88. package/dist/commonjs/table/lib/Table.js +1 -1
  89. package/dist/commonjs/table/lib/TableBody.js +1 -1
  90. package/dist/commonjs/table/lib/TableCaption.js +1 -1
  91. package/dist/commonjs/table/lib/TableCell.js +1 -1
  92. package/dist/commonjs/table/lib/TableFooter.js +1 -1
  93. package/dist/commonjs/table/lib/TableHead.js +1 -1
  94. package/dist/commonjs/table/lib/TableHeader.js +1 -1
  95. package/dist/commonjs/table/lib/TableRow.js +1 -1
  96. package/dist/commonjs/tabs/lib/Tabs.d.ts +520 -0
  97. package/dist/commonjs/tabs/lib/Tabs.d.ts.map +1 -1
  98. package/dist/commonjs/tabs/lib/TabsItem.d.ts +36 -0
  99. package/dist/commonjs/tabs/lib/TabsItem.d.ts.map +1 -1
  100. package/dist/commonjs/tabs/lib/TabsList.d.ts +36 -0
  101. package/dist/commonjs/tabs/lib/TabsList.d.ts.map +1 -1
  102. package/dist/commonjs/tabs/lib/TabsOverflowButton.d.ts +36 -0
  103. package/dist/commonjs/tabs/lib/TabsOverflowButton.d.ts.map +1 -1
  104. package/dist/commonjs/tabs/lib/TabsPanel.d.ts +36 -0
  105. package/dist/commonjs/tabs/lib/TabsPanel.d.ts.map +1 -1
  106. package/dist/commonjs/tabs/lib/TabsPanels.d.ts +18 -0
  107. package/dist/commonjs/tabs/lib/TabsPanels.d.ts.map +1 -1
  108. package/dist/commonjs/tabs/lib/useTabsModel.d.ts +530 -0
  109. package/dist/commonjs/tabs/lib/useTabsModel.d.ts.map +1 -1
  110. package/dist/commonjs/text/lib/LabelText.js +6 -6
  111. package/dist/commonjs/text/lib/Text.js +16 -16
  112. package/dist/commonjs/text/lib/TypeLevelComponents.js +4 -4
  113. package/dist/commonjs/text-area/lib/TextArea.js +5 -5
  114. package/dist/commonjs/text-input/lib/InputGroup.js +6 -6
  115. package/dist/commonjs/text-input/lib/TextInput.js +5 -5
  116. package/dist/commonjs/toast/lib/Toast.js +1 -1
  117. package/dist/commonjs/toast/lib/ToastBody.js +1 -1
  118. package/dist/commonjs/toast/lib/ToastCloseIcon.js +1 -1
  119. package/dist/commonjs/toast/lib/ToastIcon.js +1 -1
  120. package/dist/commonjs/toast/lib/ToastMessage.js +1 -1
  121. package/dist/es6/action-bar/lib/ActionBar.d.ts +452 -0
  122. package/dist/es6/action-bar/lib/ActionBar.d.ts.map +1 -1
  123. package/dist/es6/action-bar/lib/ActionBarItem.d.ts +36 -0
  124. package/dist/es6/action-bar/lib/ActionBarItem.d.ts.map +1 -1
  125. package/dist/es6/action-bar/lib/ActionBarList.d.ts +36 -0
  126. package/dist/es6/action-bar/lib/ActionBarList.d.ts.map +1 -1
  127. package/dist/es6/action-bar/lib/ActionBarOverflowButton.d.ts +36 -0
  128. package/dist/es6/action-bar/lib/ActionBarOverflowButton.d.ts.map +1 -1
  129. package/dist/es6/action-bar/lib/useActionBarModel.d.ts +434 -0
  130. package/dist/es6/action-bar/lib/useActionBarModel.d.ts.map +1 -1
  131. package/dist/es6/avatar/lib/Avatar.js +21 -21
  132. package/dist/es6/badge/lib/CountBadge.js +3 -3
  133. package/dist/es6/breadcrumbs/lib/Breadcrumbs.d.ts +525 -385
  134. package/dist/es6/breadcrumbs/lib/Breadcrumbs.d.ts.map +1 -1
  135. package/dist/es6/breadcrumbs/lib/BreadcrumbsCurrentItem.d.ts +36 -0
  136. package/dist/es6/breadcrumbs/lib/BreadcrumbsCurrentItem.d.ts.map +1 -1
  137. package/dist/es6/breadcrumbs/lib/BreadcrumbsItem.d.ts +36 -0
  138. package/dist/es6/breadcrumbs/lib/BreadcrumbsItem.d.ts.map +1 -1
  139. package/dist/es6/breadcrumbs/lib/BreadcrumbsList.d.ts +18 -0
  140. package/dist/es6/breadcrumbs/lib/BreadcrumbsList.d.ts.map +1 -1
  141. package/dist/es6/breadcrumbs/lib/BreadcrumbsOverflowButton.d.ts +36 -0
  142. package/dist/es6/breadcrumbs/lib/BreadcrumbsOverflowButton.d.ts.map +1 -1
  143. package/dist/es6/breadcrumbs/lib/hooks/useBreadcrumbsModel.d.ts +434 -0
  144. package/dist/es6/breadcrumbs/lib/hooks/useBreadcrumbsModel.d.ts.map +1 -1
  145. package/dist/es6/button/lib/BaseButton.js +21 -21
  146. package/dist/es6/button/lib/DeleteButton.js +1 -1
  147. package/dist/es6/button/lib/PrimaryButton.js +2 -2
  148. package/dist/es6/button/lib/SecondaryButton.js +2 -2
  149. package/dist/es6/button/lib/TertiaryButton.js +18 -18
  150. package/dist/es6/card/lib/Card.js +1 -1
  151. package/dist/es6/card/lib/CardBody.js +1 -1
  152. package/dist/es6/card/lib/CardHeading.js +1 -1
  153. package/dist/es6/checkbox/lib/CheckBackground.js +3 -3
  154. package/dist/es6/checkbox/lib/CheckboxCheck.js +5 -5
  155. package/dist/es6/checkbox/lib/CheckboxContainer.js +1 -1
  156. package/dist/es6/checkbox/lib/CheckboxInput.js +5 -5
  157. package/dist/es6/checkbox/lib/CheckboxRipple.js +1 -1
  158. package/dist/es6/collection/lib/ListBox.js +3 -3
  159. package/dist/es6/collection/lib/useOverflowListItemMeasure.d.ts +18 -0
  160. package/dist/es6/collection/lib/useOverflowListItemMeasure.d.ts.map +1 -1
  161. package/dist/es6/collection/lib/useOverflowListItemMeasure.js +5 -2
  162. package/dist/es6/collection/lib/useOverflowListMeasure.d.ts +18 -0
  163. package/dist/es6/collection/lib/useOverflowListMeasure.d.ts.map +1 -1
  164. package/dist/es6/collection/lib/useOverflowListMeasure.js +1 -1
  165. package/dist/es6/collection/lib/useOverflowListModel.d.ts +846 -1
  166. package/dist/es6/collection/lib/useOverflowListModel.d.ts.map +1 -1
  167. package/dist/es6/collection/lib/useOverflowListModel.js +73 -35
  168. package/dist/es6/collection/lib/useOverflowListTarget.d.ts +18 -0
  169. package/dist/es6/collection/lib/useOverflowListTarget.d.ts.map +1 -1
  170. package/dist/es6/collection/lib/useOverflowListTarget.js +4 -1
  171. package/dist/es6/combobox/lib/ComboboxMenuList.js +1 -1
  172. package/dist/es6/common/lib/AccessibleHide.js +1 -1
  173. package/dist/es6/common/lib/CanvasProvider.js +1 -1
  174. package/dist/es6/form-field/lib/FormFieldContainer.js +1 -1
  175. package/dist/es6/form-field/lib/FormFieldField.js +1 -1
  176. package/dist/es6/form-field/lib/FormFieldGroupLabel.js +5 -5
  177. package/dist/es6/form-field/lib/FormFieldGroupList.js +3 -3
  178. package/dist/es6/form-field/lib/FormFieldHint.js +3 -3
  179. package/dist/es6/form-field/lib/FormFieldLabel.js +6 -6
  180. package/dist/es6/form-field/lib/formFieldStencil.js +8 -8
  181. package/dist/es6/icon/lib/AccentIcon.js +2 -2
  182. package/dist/es6/icon/lib/AppletIcon.js +1 -1
  183. package/dist/es6/icon/lib/Graphic.js +2 -2
  184. package/dist/es6/icon/lib/Svg.js +2 -2
  185. package/dist/es6/icon/lib/SystemIcon.js +1 -1
  186. package/dist/es6/icon/lib/SystemIconCircle.js +1 -1
  187. package/dist/es6/loading-dots/lib/LoadingDots.js +2 -2
  188. package/dist/es6/menu/lib/MenuCard.js +1 -1
  189. package/dist/es6/menu/lib/MenuItem.js +1 -1
  190. package/dist/es6/menu/lib/MenuList.js +3 -3
  191. package/dist/es6/menu/lib/MenuOption.js +1 -1
  192. package/dist/es6/modal/lib/ModalBody.js +1 -1
  193. package/dist/es6/modal/lib/ModalCard.js +1 -1
  194. package/dist/es6/modal/lib/ModalHeading.js +1 -1
  195. package/dist/es6/modal/lib/ModalOverflowOverlay.js +1 -1
  196. package/dist/es6/modal/lib/ModalOverlay.js +2 -2
  197. package/dist/es6/popup/lib/PopupBody.js +1 -1
  198. package/dist/es6/popup/lib/PopupCard.js +2 -2
  199. package/dist/es6/popup/lib/PopupCloseIcon.js +1 -1
  200. package/dist/es6/popup/lib/PopupHeading.js +1 -1
  201. package/dist/es6/select/lib/SelectCard.js +1 -1
  202. package/dist/es6/select/lib/SelectInput.js +3 -3
  203. package/dist/es6/switch/lib/Switch.js +7 -7
  204. package/dist/es6/table/lib/Table.js +1 -1
  205. package/dist/es6/table/lib/TableBody.js +1 -1
  206. package/dist/es6/table/lib/TableCaption.js +1 -1
  207. package/dist/es6/table/lib/TableCell.js +1 -1
  208. package/dist/es6/table/lib/TableFooter.js +1 -1
  209. package/dist/es6/table/lib/TableHead.js +1 -1
  210. package/dist/es6/table/lib/TableHeader.js +1 -1
  211. package/dist/es6/table/lib/TableRow.js +1 -1
  212. package/dist/es6/tabs/lib/Tabs.d.ts +520 -0
  213. package/dist/es6/tabs/lib/Tabs.d.ts.map +1 -1
  214. package/dist/es6/tabs/lib/TabsItem.d.ts +36 -0
  215. package/dist/es6/tabs/lib/TabsItem.d.ts.map +1 -1
  216. package/dist/es6/tabs/lib/TabsList.d.ts +36 -0
  217. package/dist/es6/tabs/lib/TabsList.d.ts.map +1 -1
  218. package/dist/es6/tabs/lib/TabsOverflowButton.d.ts +36 -0
  219. package/dist/es6/tabs/lib/TabsOverflowButton.d.ts.map +1 -1
  220. package/dist/es6/tabs/lib/TabsPanel.d.ts +36 -0
  221. package/dist/es6/tabs/lib/TabsPanel.d.ts.map +1 -1
  222. package/dist/es6/tabs/lib/TabsPanels.d.ts +18 -0
  223. package/dist/es6/tabs/lib/TabsPanels.d.ts.map +1 -1
  224. package/dist/es6/tabs/lib/useTabsModel.d.ts +530 -0
  225. package/dist/es6/tabs/lib/useTabsModel.d.ts.map +1 -1
  226. package/dist/es6/text/lib/LabelText.js +6 -6
  227. package/dist/es6/text/lib/Text.js +16 -16
  228. package/dist/es6/text/lib/TypeLevelComponents.js +4 -4
  229. package/dist/es6/text-area/lib/TextArea.js +5 -5
  230. package/dist/es6/text-input/lib/InputGroup.js +6 -6
  231. package/dist/es6/text-input/lib/TextInput.js +5 -5
  232. package/dist/es6/toast/lib/Toast.js +1 -1
  233. package/dist/es6/toast/lib/ToastBody.js +1 -1
  234. package/dist/es6/toast/lib/ToastCloseIcon.js +1 -1
  235. package/dist/es6/toast/lib/ToastIcon.js +1 -1
  236. package/dist/es6/toast/lib/ToastMessage.js +1 -1
  237. package/package.json +4 -4
@@ -103,16 +103,47 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
103
103
  hiddenIds: string[];
104
104
  nonInteractiveIds: string[];
105
105
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
106
+ itemSizeCache: Record<string, number>;
106
107
  itemWidthCache: Record<string, number>;
108
+ containerSize: number;
107
109
  containerWidth: number;
108
110
  containerGap: number;
109
- overflowTargetWidth: number; /**
110
- * `Breadcrumbs.Link` is a styled `<a>` element that also renders a tooltip if the text is
111
- * truncated. The built-in truncation and tooltip functionality provides an easy-to-use,
112
- * accessible feature for managing the length of link text. The `maxWidth` is set to `350px` by
113
- * default and can be adjusted as needed. Note that tooltips will only render when text is
114
- * truncated
115
- */
111
+ overflowTargetWidth: number;
112
+ selectedIds: string[] | "all";
113
+ unselectedIds: string[];
114
+ cursorId: string;
115
+ columnCount: number;
116
+ pageSizeRef: React.MutableRefObject<number>;
117
+ cursorIndexRef: {
118
+ readonly current: number;
119
+ };
120
+ UNSTABLE_virtual: {
121
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
122
+ totalSize: number;
123
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
124
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
125
+ measure: () => void;
126
+ };
127
+ UNSTABLE_defaultItemHeight: number;
128
+ containerRef: React.RefObject<HTMLDivElement>;
129
+ id: string;
130
+ indexRef: React.MutableRefObject<number>;
131
+ isVirtualized: boolean;
132
+ items: import("../..").Item<any>[];
133
+ }) => void) | undefined;
134
+ onSetContainerSize?: ((data: {
135
+ width?: number | undefined;
136
+ height?: number | undefined;
137
+ }, prevState: {
138
+ hiddenIds: string[];
139
+ nonInteractiveIds: string[];
140
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
141
+ itemSizeCache: Record<string, number>;
142
+ itemWidthCache: Record<string, number>;
143
+ containerSize: number;
144
+ containerWidth: number;
145
+ containerGap: number;
146
+ overflowTargetWidth: number;
116
147
  selectedIds: string[] | "all";
117
148
  unselectedIds: string[];
118
149
  cursorId: string;
@@ -141,16 +172,12 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
141
172
  hiddenIds: string[];
142
173
  nonInteractiveIds: string[];
143
174
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
175
+ itemSizeCache: Record<string, number>;
144
176
  itemWidthCache: Record<string, number>;
177
+ containerSize: number;
145
178
  containerWidth: number;
146
179
  containerGap: number;
147
- overflowTargetWidth: number; /**
148
- * `Breadcrumbs.Link` is a styled `<a>` element that also renders a tooltip if the text is
149
- * truncated. The built-in truncation and tooltip functionality provides an easy-to-use,
150
- * accessible feature for managing the length of link text. The `maxWidth` is set to `350px` by
151
- * default and can be adjusted as needed. Note that tooltips will only render when text is
152
- * truncated
153
- */
180
+ overflowTargetWidth: number;
154
181
  selectedIds: string[] | "all";
155
182
  unselectedIds: string[];
156
183
  cursorId: string;
@@ -179,16 +206,47 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
179
206
  hiddenIds: string[];
180
207
  nonInteractiveIds: string[];
181
208
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
209
+ itemSizeCache: Record<string, number>;
210
+ itemWidthCache: Record<string, number>;
211
+ containerSize: number;
212
+ containerWidth: number;
213
+ containerGap: number;
214
+ overflowTargetWidth: number;
215
+ selectedIds: string[] | "all";
216
+ unselectedIds: string[];
217
+ cursorId: string;
218
+ columnCount: number;
219
+ pageSizeRef: React.MutableRefObject<number>;
220
+ cursorIndexRef: {
221
+ readonly current: number;
222
+ };
223
+ UNSTABLE_virtual: {
224
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
225
+ totalSize: number;
226
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
227
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
228
+ measure: () => void;
229
+ };
230
+ UNSTABLE_defaultItemHeight: number;
231
+ containerRef: React.RefObject<HTMLDivElement>;
232
+ id: string;
233
+ indexRef: React.MutableRefObject<number>;
234
+ isVirtualized: boolean;
235
+ items: import("../..").Item<any>[];
236
+ }) => void) | undefined;
237
+ onSetOverflowTargetSize?: ((data: {
238
+ width: number;
239
+ height: number;
240
+ }, prevState: {
241
+ hiddenIds: string[];
242
+ nonInteractiveIds: string[];
243
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
244
+ itemSizeCache: Record<string, number>;
182
245
  itemWidthCache: Record<string, number>;
246
+ containerSize: number;
183
247
  containerWidth: number;
184
248
  containerGap: number;
185
- overflowTargetWidth: number; /**
186
- * `Breadcrumbs.Link` is a styled `<a>` element that also renders a tooltip if the text is
187
- * truncated. The built-in truncation and tooltip functionality provides an easy-to-use,
188
- * accessible feature for managing the length of link text. The `maxWidth` is set to `350px` by
189
- * default and can be adjusted as needed. Note that tooltips will only render when text is
190
- * truncated
191
- */
249
+ overflowTargetWidth: number;
192
250
  selectedIds: string[] | "all";
193
251
  unselectedIds: string[];
194
252
  cursorId: string;
@@ -217,16 +275,12 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
217
275
  hiddenIds: string[];
218
276
  nonInteractiveIds: string[];
219
277
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
278
+ itemSizeCache: Record<string, number>;
220
279
  itemWidthCache: Record<string, number>;
280
+ containerSize: number;
221
281
  containerWidth: number;
222
282
  containerGap: number;
223
- overflowTargetWidth: number; /**
224
- * `Breadcrumbs.Link` is a styled `<a>` element that also renders a tooltip if the text is
225
- * truncated. The built-in truncation and tooltip functionality provides an easy-to-use,
226
- * accessible feature for managing the length of link text. The `maxWidth` is set to `350px` by
227
- * default and can be adjusted as needed. Note that tooltips will only render when text is
228
- * truncated
229
- */
283
+ overflowTargetWidth: number;
230
284
  selectedIds: string[] | "all";
231
285
  unselectedIds: string[];
232
286
  cursorId: string;
@@ -256,16 +310,82 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
256
310
  hiddenIds: string[];
257
311
  nonInteractiveIds: string[];
258
312
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
313
+ itemSizeCache: Record<string, number>;
314
+ itemWidthCache: Record<string, number>;
315
+ containerSize: number;
316
+ containerWidth: number;
317
+ containerGap: number;
318
+ overflowTargetWidth: number;
319
+ selectedIds: string[] | "all";
320
+ unselectedIds: string[];
321
+ cursorId: string;
322
+ columnCount: number;
323
+ pageSizeRef: React.MutableRefObject<number>;
324
+ cursorIndexRef: {
325
+ readonly current: number;
326
+ };
327
+ UNSTABLE_virtual: {
328
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
329
+ totalSize: number;
330
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
331
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
332
+ measure: () => void;
333
+ };
334
+ UNSTABLE_defaultItemHeight: number;
335
+ containerRef: React.RefObject<HTMLDivElement>;
336
+ id: string;
337
+ indexRef: React.MutableRefObject<number>;
338
+ isVirtualized: boolean;
339
+ items: import("../..").Item<any>[];
340
+ }) => void) | undefined;
341
+ onAddItemSize?: ((data: {
342
+ id: string;
343
+ width: number;
344
+ height: number;
345
+ }, prevState: {
346
+ hiddenIds: string[];
347
+ nonInteractiveIds: string[];
348
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
349
+ itemSizeCache: Record<string, number>;
350
+ itemWidthCache: Record<string, number>;
351
+ containerSize: number;
352
+ containerWidth: number;
353
+ containerGap: number;
354
+ overflowTargetWidth: number;
355
+ selectedIds: string[] | "all";
356
+ unselectedIds: string[];
357
+ cursorId: string;
358
+ columnCount: number;
359
+ pageSizeRef: React.MutableRefObject<number>;
360
+ cursorIndexRef: {
361
+ readonly current: number;
362
+ };
363
+ UNSTABLE_virtual: {
364
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
365
+ totalSize: number;
366
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
367
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
368
+ measure: () => void;
369
+ };
370
+ UNSTABLE_defaultItemHeight: number;
371
+ containerRef: React.RefObject<HTMLDivElement>;
372
+ id: string;
373
+ indexRef: React.MutableRefObject<number>;
374
+ isVirtualized: boolean;
375
+ items: import("../..").Item<any>[];
376
+ }) => void) | undefined;
377
+ onRemoveItemSize?: ((data: {
378
+ id: string;
379
+ }, prevState: {
380
+ hiddenIds: string[];
381
+ nonInteractiveIds: string[];
382
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
383
+ itemSizeCache: Record<string, number>;
259
384
  itemWidthCache: Record<string, number>;
385
+ containerSize: number;
260
386
  containerWidth: number;
261
387
  containerGap: number;
262
- overflowTargetWidth: number; /**
263
- * `Breadcrumbs.Link` is a styled `<a>` element that also renders a tooltip if the text is
264
- * truncated. The built-in truncation and tooltip functionality provides an easy-to-use,
265
- * accessible feature for managing the length of link text. The `maxWidth` is set to `350px` by
266
- * default and can be adjusted as needed. Note that tooltips will only render when text is
267
- * truncated
268
- */
388
+ overflowTargetWidth: number;
269
389
  selectedIds: string[] | "all";
270
390
  unselectedIds: string[];
271
391
  cursorId: string;
@@ -294,16 +414,12 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
294
414
  hiddenIds: string[];
295
415
  nonInteractiveIds: string[];
296
416
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
417
+ itemSizeCache: Record<string, number>;
297
418
  itemWidthCache: Record<string, number>;
419
+ containerSize: number;
298
420
  containerWidth: number;
299
421
  containerGap: number;
300
- overflowTargetWidth: number; /**
301
- * `Breadcrumbs.Link` is a styled `<a>` element that also renders a tooltip if the text is
302
- * truncated. The built-in truncation and tooltip functionality provides an easy-to-use,
303
- * accessible feature for managing the length of link text. The `maxWidth` is set to `350px` by
304
- * default and can be adjusted as needed. Note that tooltips will only render when text is
305
- * truncated
306
- */
422
+ overflowTargetWidth: number;
307
423
  selectedIds: string[] | "all";
308
424
  unselectedIds: string[];
309
425
  cursorId: string;
@@ -332,16 +448,12 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
332
448
  hiddenIds: string[];
333
449
  nonInteractiveIds: string[];
334
450
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
451
+ itemSizeCache: Record<string, number>;
335
452
  itemWidthCache: Record<string, number>;
453
+ containerSize: number;
336
454
  containerWidth: number;
337
455
  containerGap: number;
338
- overflowTargetWidth: number; /**
339
- * `Breadcrumbs.Link` is a styled `<a>` element that also renders a tooltip if the text is
340
- * truncated. The built-in truncation and tooltip functionality provides an easy-to-use,
341
- * accessible feature for managing the length of link text. The `maxWidth` is set to `350px` by
342
- * default and can be adjusted as needed. Note that tooltips will only render when text is
343
- * truncated
344
- */
456
+ overflowTargetWidth: number;
345
457
  selectedIds: string[] | "all";
346
458
  unselectedIds: string[];
347
459
  cursorId: string;
@@ -370,16 +482,12 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
370
482
  hiddenIds: string[];
371
483
  nonInteractiveIds: string[];
372
484
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
485
+ itemSizeCache: Record<string, number>;
373
486
  itemWidthCache: Record<string, number>;
487
+ containerSize: number;
374
488
  containerWidth: number;
375
489
  containerGap: number;
376
- overflowTargetWidth: number; /**
377
- * `Breadcrumbs.Link` is a styled `<a>` element that also renders a tooltip if the text is
378
- * truncated. The built-in truncation and tooltip functionality provides an easy-to-use,
379
- * accessible feature for managing the length of link text. The `maxWidth` is set to `350px` by
380
- * default and can be adjusted as needed. Note that tooltips will only render when text is
381
- * truncated
382
- */
490
+ overflowTargetWidth: number;
383
491
  selectedIds: string[] | "all";
384
492
  unselectedIds: string[];
385
493
  cursorId: string;
@@ -406,16 +514,12 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
406
514
  hiddenIds: string[];
407
515
  nonInteractiveIds: string[];
408
516
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
517
+ itemSizeCache: Record<string, number>;
409
518
  itemWidthCache: Record<string, number>;
519
+ containerSize: number;
410
520
  containerWidth: number;
411
521
  containerGap: number;
412
- overflowTargetWidth: number; /**
413
- * `Breadcrumbs.Link` is a styled `<a>` element that also renders a tooltip if the text is
414
- * truncated. The built-in truncation and tooltip functionality provides an easy-to-use,
415
- * accessible feature for managing the length of link text. The `maxWidth` is set to `350px` by
416
- * default and can be adjusted as needed. Note that tooltips will only render when text is
417
- * truncated
418
- */
522
+ overflowTargetWidth: number;
419
523
  selectedIds: string[] | "all";
420
524
  unselectedIds: string[];
421
525
  cursorId: string;
@@ -442,16 +546,12 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
442
546
  hiddenIds: string[];
443
547
  nonInteractiveIds: string[];
444
548
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
549
+ itemSizeCache: Record<string, number>;
445
550
  itemWidthCache: Record<string, number>;
551
+ containerSize: number;
446
552
  containerWidth: number;
447
553
  containerGap: number;
448
- overflowTargetWidth: number; /**
449
- * `Breadcrumbs.Link` is a styled `<a>` element that also renders a tooltip if the text is
450
- * truncated. The built-in truncation and tooltip functionality provides an easy-to-use,
451
- * accessible feature for managing the length of link text. The `maxWidth` is set to `350px` by
452
- * default and can be adjusted as needed. Note that tooltips will only render when text is
453
- * truncated
454
- */
554
+ overflowTargetWidth: number;
455
555
  selectedIds: string[] | "all";
456
556
  unselectedIds: string[];
457
557
  cursorId: string;
@@ -478,16 +578,12 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
478
578
  hiddenIds: string[];
479
579
  nonInteractiveIds: string[];
480
580
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
581
+ itemSizeCache: Record<string, number>;
481
582
  itemWidthCache: Record<string, number>;
583
+ containerSize: number;
482
584
  containerWidth: number;
483
585
  containerGap: number;
484
- overflowTargetWidth: number; /**
485
- * `Breadcrumbs.Link` is a styled `<a>` element that also renders a tooltip if the text is
486
- * truncated. The built-in truncation and tooltip functionality provides an easy-to-use,
487
- * accessible feature for managing the length of link text. The `maxWidth` is set to `350px` by
488
- * default and can be adjusted as needed. Note that tooltips will only render when text is
489
- * truncated
490
- */
586
+ overflowTargetWidth: number;
491
587
  selectedIds: string[] | "all";
492
588
  unselectedIds: string[];
493
589
  cursorId: string;
@@ -516,16 +612,12 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
516
612
  hiddenIds: string[];
517
613
  nonInteractiveIds: string[];
518
614
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
615
+ itemSizeCache: Record<string, number>;
519
616
  itemWidthCache: Record<string, number>;
617
+ containerSize: number;
520
618
  containerWidth: number;
521
619
  containerGap: number;
522
- overflowTargetWidth: number; /**
523
- * `Breadcrumbs.Link` is a styled `<a>` element that also renders a tooltip if the text is
524
- * truncated. The built-in truncation and tooltip functionality provides an easy-to-use,
525
- * accessible feature for managing the length of link text. The `maxWidth` is set to `350px` by
526
- * default and can be adjusted as needed. Note that tooltips will only render when text is
527
- * truncated
528
- */
620
+ overflowTargetWidth: number;
529
621
  selectedIds: string[] | "all";
530
622
  unselectedIds: string[];
531
623
  cursorId: string;
@@ -552,16 +644,12 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
552
644
  hiddenIds: string[];
553
645
  nonInteractiveIds: string[];
554
646
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
647
+ itemSizeCache: Record<string, number>;
555
648
  itemWidthCache: Record<string, number>;
649
+ containerSize: number;
556
650
  containerWidth: number;
557
651
  containerGap: number;
558
- overflowTargetWidth: number; /**
559
- * `Breadcrumbs.Link` is a styled `<a>` element that also renders a tooltip if the text is
560
- * truncated. The built-in truncation and tooltip functionality provides an easy-to-use,
561
- * accessible feature for managing the length of link text. The `maxWidth` is set to `350px` by
562
- * default and can be adjusted as needed. Note that tooltips will only render when text is
563
- * truncated
564
- */
652
+ overflowTargetWidth: number;
565
653
  selectedIds: string[] | "all";
566
654
  unselectedIds: string[];
567
655
  cursorId: string;
@@ -588,16 +676,12 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
588
676
  hiddenIds: string[];
589
677
  nonInteractiveIds: string[];
590
678
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
679
+ itemSizeCache: Record<string, number>;
591
680
  itemWidthCache: Record<string, number>;
681
+ containerSize: number;
592
682
  containerWidth: number;
593
683
  containerGap: number;
594
- overflowTargetWidth: number; /**
595
- * `Breadcrumbs.Link` is a styled `<a>` element that also renders a tooltip if the text is
596
- * truncated. The built-in truncation and tooltip functionality provides an easy-to-use,
597
- * accessible feature for managing the length of link text. The `maxWidth` is set to `350px` by
598
- * default and can be adjusted as needed. Note that tooltips will only render when text is
599
- * truncated
600
- */
684
+ overflowTargetWidth: number;
601
685
  selectedIds: string[] | "all";
602
686
  unselectedIds: string[];
603
687
  cursorId: string;
@@ -624,16 +708,12 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
624
708
  hiddenIds: string[];
625
709
  nonInteractiveIds: string[];
626
710
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
711
+ itemSizeCache: Record<string, number>;
627
712
  itemWidthCache: Record<string, number>;
713
+ containerSize: number;
628
714
  containerWidth: number;
629
715
  containerGap: number;
630
- overflowTargetWidth: number; /**
631
- * `Breadcrumbs.Link` is a styled `<a>` element that also renders a tooltip if the text is
632
- * truncated. The built-in truncation and tooltip functionality provides an easy-to-use,
633
- * accessible feature for managing the length of link text. The `maxWidth` is set to `350px` by
634
- * default and can be adjusted as needed. Note that tooltips will only render when text is
635
- * truncated
636
- */
716
+ overflowTargetWidth: number;
637
717
  selectedIds: string[] | "all";
638
718
  unselectedIds: string[];
639
719
  cursorId: string;
@@ -660,16 +740,12 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
660
740
  hiddenIds: string[];
661
741
  nonInteractiveIds: string[];
662
742
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
743
+ itemSizeCache: Record<string, number>;
663
744
  itemWidthCache: Record<string, number>;
745
+ containerSize: number;
664
746
  containerWidth: number;
665
747
  containerGap: number;
666
- overflowTargetWidth: number; /**
667
- * `Breadcrumbs.Link` is a styled `<a>` element that also renders a tooltip if the text is
668
- * truncated. The built-in truncation and tooltip functionality provides an easy-to-use,
669
- * accessible feature for managing the length of link text. The `maxWidth` is set to `350px` by
670
- * default and can be adjusted as needed. Note that tooltips will only render when text is
671
- * truncated
672
- */
748
+ overflowTargetWidth: number;
673
749
  selectedIds: string[] | "all";
674
750
  unselectedIds: string[];
675
751
  cursorId: string;
@@ -696,16 +772,12 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
696
772
  hiddenIds: string[];
697
773
  nonInteractiveIds: string[];
698
774
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
775
+ itemSizeCache: Record<string, number>;
699
776
  itemWidthCache: Record<string, number>;
777
+ containerSize: number;
700
778
  containerWidth: number;
701
779
  containerGap: number;
702
- overflowTargetWidth: number; /**
703
- * `Breadcrumbs.Link` is a styled `<a>` element that also renders a tooltip if the text is
704
- * truncated. The built-in truncation and tooltip functionality provides an easy-to-use,
705
- * accessible feature for managing the length of link text. The `maxWidth` is set to `350px` by
706
- * default and can be adjusted as needed. Note that tooltips will only render when text is
707
- * truncated
708
- */
780
+ overflowTargetWidth: number;
709
781
  selectedIds: string[] | "all";
710
782
  unselectedIds: string[];
711
783
  cursorId: string;
@@ -732,16 +804,12 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
732
804
  hiddenIds: string[];
733
805
  nonInteractiveIds: string[];
734
806
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
807
+ itemSizeCache: Record<string, number>;
735
808
  itemWidthCache: Record<string, number>;
809
+ containerSize: number;
736
810
  containerWidth: number;
737
811
  containerGap: number;
738
- overflowTargetWidth: number; /**
739
- * `Breadcrumbs.Link` is a styled `<a>` element that also renders a tooltip if the text is
740
- * truncated. The built-in truncation and tooltip functionality provides an easy-to-use,
741
- * accessible feature for managing the length of link text. The `maxWidth` is set to `350px` by
742
- * default and can be adjusted as needed. Note that tooltips will only render when text is
743
- * truncated
744
- */
812
+ overflowTargetWidth: number;
745
813
  selectedIds: string[] | "all";
746
814
  unselectedIds: string[];
747
815
  cursorId: string;
@@ -768,16 +836,12 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
768
836
  hiddenIds: string[];
769
837
  nonInteractiveIds: string[];
770
838
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
839
+ itemSizeCache: Record<string, number>;
771
840
  itemWidthCache: Record<string, number>;
841
+ containerSize: number;
772
842
  containerWidth: number;
773
843
  containerGap: number;
774
- overflowTargetWidth: number; /**
775
- * `Breadcrumbs.Link` is a styled `<a>` element that also renders a tooltip if the text is
776
- * truncated. The built-in truncation and tooltip functionality provides an easy-to-use,
777
- * accessible feature for managing the length of link text. The `maxWidth` is set to `350px` by
778
- * default and can be adjusted as needed. Note that tooltips will only render when text is
779
- * truncated
780
- */
844
+ overflowTargetWidth: number;
781
845
  selectedIds: string[] | "all";
782
846
  unselectedIds: string[];
783
847
  cursorId: string;
@@ -804,16 +868,12 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
804
868
  hiddenIds: string[];
805
869
  nonInteractiveIds: string[];
806
870
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
871
+ itemSizeCache: Record<string, number>;
807
872
  itemWidthCache: Record<string, number>;
873
+ containerSize: number;
808
874
  containerWidth: number;
809
875
  containerGap: number;
810
- overflowTargetWidth: number; /**
811
- * `Breadcrumbs.Link` is a styled `<a>` element that also renders a tooltip if the text is
812
- * truncated. The built-in truncation and tooltip functionality provides an easy-to-use,
813
- * accessible feature for managing the length of link text. The `maxWidth` is set to `350px` by
814
- * default and can be adjusted as needed. Note that tooltips will only render when text is
815
- * truncated
816
- */
876
+ overflowTargetWidth: number;
817
877
  selectedIds: string[] | "all";
818
878
  unselectedIds: string[];
819
879
  cursorId: string;
@@ -840,16 +900,12 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
840
900
  hiddenIds: string[];
841
901
  nonInteractiveIds: string[];
842
902
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
903
+ itemSizeCache: Record<string, number>;
843
904
  itemWidthCache: Record<string, number>;
905
+ containerSize: number;
844
906
  containerWidth: number;
845
907
  containerGap: number;
846
- overflowTargetWidth: number; /**
847
- * `Breadcrumbs.Link` is a styled `<a>` element that also renders a tooltip if the text is
848
- * truncated. The built-in truncation and tooltip functionality provides an easy-to-use,
849
- * accessible feature for managing the length of link text. The `maxWidth` is set to `350px` by
850
- * default and can be adjusted as needed. Note that tooltips will only render when text is
851
- * truncated
852
- */
908
+ overflowTargetWidth: number;
853
909
  selectedIds: string[] | "all";
854
910
  unselectedIds: string[];
855
911
  cursorId: string;
@@ -876,16 +932,12 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
876
932
  hiddenIds: string[];
877
933
  nonInteractiveIds: string[];
878
934
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
935
+ itemSizeCache: Record<string, number>;
879
936
  itemWidthCache: Record<string, number>;
937
+ containerSize: number;
880
938
  containerWidth: number;
881
939
  containerGap: number;
882
- overflowTargetWidth: number; /**
883
- * `Breadcrumbs.Link` is a styled `<a>` element that also renders a tooltip if the text is
884
- * truncated. The built-in truncation and tooltip functionality provides an easy-to-use,
885
- * accessible feature for managing the length of link text. The `maxWidth` is set to `350px` by
886
- * default and can be adjusted as needed. Note that tooltips will only render when text is
887
- * truncated
888
- */
940
+ overflowTargetWidth: number;
889
941
  selectedIds: string[] | "all";
890
942
  unselectedIds: string[];
891
943
  cursorId: string;
@@ -915,16 +967,12 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
915
967
  hiddenIds: string[];
916
968
  nonInteractiveIds: string[];
917
969
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
970
+ itemSizeCache: Record<string, number>;
918
971
  itemWidthCache: Record<string, number>;
972
+ containerSize: number;
919
973
  containerWidth: number;
920
974
  containerGap: number;
921
- overflowTargetWidth: number; /**
922
- * `Breadcrumbs.Link` is a styled `<a>` element that also renders a tooltip if the text is
923
- * truncated. The built-in truncation and tooltip functionality provides an easy-to-use,
924
- * accessible feature for managing the length of link text. The `maxWidth` is set to `350px` by
925
- * default and can be adjusted as needed. Note that tooltips will only render when text is
926
- * truncated
927
- */
975
+ overflowTargetWidth: number;
928
976
  selectedIds: string[] | "all";
929
977
  unselectedIds: string[];
930
978
  cursorId: string;
@@ -953,16 +1001,12 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
953
1001
  hiddenIds: string[];
954
1002
  nonInteractiveIds: string[];
955
1003
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
1004
+ itemSizeCache: Record<string, number>;
956
1005
  itemWidthCache: Record<string, number>;
1006
+ containerSize: number;
957
1007
  containerWidth: number;
958
1008
  containerGap: number;
959
- overflowTargetWidth: number; /**
960
- * `Breadcrumbs.Link` is a styled `<a>` element that also renders a tooltip if the text is
961
- * truncated. The built-in truncation and tooltip functionality provides an easy-to-use,
962
- * accessible feature for managing the length of link text. The `maxWidth` is set to `350px` by
963
- * default and can be adjusted as needed. Note that tooltips will only render when text is
964
- * truncated
965
- */
1009
+ overflowTargetWidth: number;
966
1010
  selectedIds: string[] | "all";
967
1011
  unselectedIds: string[];
968
1012
  cursorId: string;
@@ -991,16 +1035,12 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
991
1035
  hiddenIds: string[];
992
1036
  nonInteractiveIds: string[];
993
1037
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
1038
+ itemSizeCache: Record<string, number>;
994
1039
  itemWidthCache: Record<string, number>;
1040
+ containerSize: number;
995
1041
  containerWidth: number;
996
1042
  containerGap: number;
997
- overflowTargetWidth: number; /**
998
- * `Breadcrumbs.Link` is a styled `<a>` element that also renders a tooltip if the text is
999
- * truncated. The built-in truncation and tooltip functionality provides an easy-to-use,
1000
- * accessible feature for managing the length of link text. The `maxWidth` is set to `350px` by
1001
- * default and can be adjusted as needed. Note that tooltips will only render when text is
1002
- * truncated
1003
- */
1043
+ overflowTargetWidth: number;
1004
1044
  selectedIds: string[] | "all";
1005
1045
  unselectedIds: string[];
1006
1046
  cursorId: string;
@@ -1030,16 +1070,47 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
1030
1070
  hiddenIds: string[];
1031
1071
  nonInteractiveIds: string[];
1032
1072
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
1073
+ itemSizeCache: Record<string, number>;
1033
1074
  itemWidthCache: Record<string, number>;
1075
+ containerSize: number;
1034
1076
  containerWidth: number;
1035
1077
  containerGap: number;
1036
- overflowTargetWidth: number; /**
1037
- * `Breadcrumbs.Link` is a styled `<a>` element that also renders a tooltip if the text is
1038
- * truncated. The built-in truncation and tooltip functionality provides an easy-to-use,
1039
- * accessible feature for managing the length of link text. The `maxWidth` is set to `350px` by
1040
- * default and can be adjusted as needed. Note that tooltips will only render when text is
1041
- * truncated
1042
- */
1078
+ overflowTargetWidth: number;
1079
+ selectedIds: string[] | "all";
1080
+ unselectedIds: string[];
1081
+ cursorId: string;
1082
+ columnCount: number;
1083
+ pageSizeRef: React.MutableRefObject<number>;
1084
+ cursorIndexRef: {
1085
+ readonly current: number;
1086
+ };
1087
+ UNSTABLE_virtual: {
1088
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
1089
+ totalSize: number;
1090
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
1091
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
1092
+ measure: () => void;
1093
+ };
1094
+ UNSTABLE_defaultItemHeight: number;
1095
+ containerRef: React.RefObject<HTMLDivElement>;
1096
+ id: string;
1097
+ indexRef: React.MutableRefObject<number>;
1098
+ isVirtualized: boolean;
1099
+ items: import("../..").Item<any>[];
1100
+ }) => boolean) | undefined;
1101
+ shouldSetContainerSize?: ((data: {
1102
+ width?: number | undefined;
1103
+ height?: number | undefined;
1104
+ }, state: {
1105
+ hiddenIds: string[];
1106
+ nonInteractiveIds: string[];
1107
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
1108
+ itemSizeCache: Record<string, number>;
1109
+ itemWidthCache: Record<string, number>;
1110
+ containerSize: number;
1111
+ containerWidth: number;
1112
+ containerGap: number;
1113
+ overflowTargetWidth: number;
1043
1114
  selectedIds: string[] | "all";
1044
1115
  unselectedIds: string[];
1045
1116
  cursorId: string;
@@ -1068,16 +1139,12 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
1068
1139
  hiddenIds: string[];
1069
1140
  nonInteractiveIds: string[];
1070
1141
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
1142
+ itemSizeCache: Record<string, number>;
1071
1143
  itemWidthCache: Record<string, number>;
1144
+ containerSize: number;
1072
1145
  containerWidth: number;
1073
1146
  containerGap: number;
1074
- overflowTargetWidth: number; /**
1075
- * `Breadcrumbs.Link` is a styled `<a>` element that also renders a tooltip if the text is
1076
- * truncated. The built-in truncation and tooltip functionality provides an easy-to-use,
1077
- * accessible feature for managing the length of link text. The `maxWidth` is set to `350px` by
1078
- * default and can be adjusted as needed. Note that tooltips will only render when text is
1079
- * truncated
1080
- */
1147
+ overflowTargetWidth: number;
1081
1148
  selectedIds: string[] | "all";
1082
1149
  unselectedIds: string[];
1083
1150
  cursorId: string;
@@ -1106,16 +1173,47 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
1106
1173
  hiddenIds: string[];
1107
1174
  nonInteractiveIds: string[];
1108
1175
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
1176
+ itemSizeCache: Record<string, number>;
1177
+ itemWidthCache: Record<string, number>;
1178
+ containerSize: number;
1179
+ containerWidth: number;
1180
+ containerGap: number;
1181
+ overflowTargetWidth: number;
1182
+ selectedIds: string[] | "all";
1183
+ unselectedIds: string[];
1184
+ cursorId: string;
1185
+ columnCount: number;
1186
+ pageSizeRef: React.MutableRefObject<number>;
1187
+ cursorIndexRef: {
1188
+ readonly current: number;
1189
+ };
1190
+ UNSTABLE_virtual: {
1191
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
1192
+ totalSize: number;
1193
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
1194
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
1195
+ measure: () => void;
1196
+ };
1197
+ UNSTABLE_defaultItemHeight: number;
1198
+ containerRef: React.RefObject<HTMLDivElement>;
1199
+ id: string;
1200
+ indexRef: React.MutableRefObject<number>;
1201
+ isVirtualized: boolean;
1202
+ items: import("../..").Item<any>[];
1203
+ }) => boolean) | undefined;
1204
+ shouldSetOverflowTargetSize?: ((data: {
1205
+ width: number;
1206
+ height: number;
1207
+ }, state: {
1208
+ hiddenIds: string[];
1209
+ nonInteractiveIds: string[];
1210
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
1211
+ itemSizeCache: Record<string, number>;
1109
1212
  itemWidthCache: Record<string, number>;
1213
+ containerSize: number;
1110
1214
  containerWidth: number;
1111
1215
  containerGap: number;
1112
- overflowTargetWidth: number; /**
1113
- * `Breadcrumbs.Link` is a styled `<a>` element that also renders a tooltip if the text is
1114
- * truncated. The built-in truncation and tooltip functionality provides an easy-to-use,
1115
- * accessible feature for managing the length of link text. The `maxWidth` is set to `350px` by
1116
- * default and can be adjusted as needed. Note that tooltips will only render when text is
1117
- * truncated
1118
- */
1216
+ overflowTargetWidth: number;
1119
1217
  selectedIds: string[] | "all";
1120
1218
  unselectedIds: string[];
1121
1219
  cursorId: string;
@@ -1144,16 +1242,12 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
1144
1242
  hiddenIds: string[];
1145
1243
  nonInteractiveIds: string[];
1146
1244
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
1245
+ itemSizeCache: Record<string, number>;
1147
1246
  itemWidthCache: Record<string, number>;
1247
+ containerSize: number;
1148
1248
  containerWidth: number;
1149
1249
  containerGap: number;
1150
- overflowTargetWidth: number; /**
1151
- * `Breadcrumbs.Link` is a styled `<a>` element that also renders a tooltip if the text is
1152
- * truncated. The built-in truncation and tooltip functionality provides an easy-to-use,
1153
- * accessible feature for managing the length of link text. The `maxWidth` is set to `350px` by
1154
- * default and can be adjusted as needed. Note that tooltips will only render when text is
1155
- * truncated
1156
- */
1250
+ overflowTargetWidth: number;
1157
1251
  selectedIds: string[] | "all";
1158
1252
  unselectedIds: string[];
1159
1253
  cursorId: string;
@@ -1183,16 +1277,82 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
1183
1277
  hiddenIds: string[];
1184
1278
  nonInteractiveIds: string[];
1185
1279
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
1280
+ itemSizeCache: Record<string, number>;
1281
+ itemWidthCache: Record<string, number>;
1282
+ containerSize: number;
1283
+ containerWidth: number;
1284
+ containerGap: number;
1285
+ overflowTargetWidth: number;
1286
+ selectedIds: string[] | "all";
1287
+ unselectedIds: string[];
1288
+ cursorId: string;
1289
+ columnCount: number;
1290
+ pageSizeRef: React.MutableRefObject<number>;
1291
+ cursorIndexRef: {
1292
+ readonly current: number;
1293
+ };
1294
+ UNSTABLE_virtual: {
1295
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
1296
+ totalSize: number;
1297
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
1298
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
1299
+ measure: () => void;
1300
+ };
1301
+ UNSTABLE_defaultItemHeight: number;
1302
+ containerRef: React.RefObject<HTMLDivElement>;
1303
+ id: string;
1304
+ indexRef: React.MutableRefObject<number>;
1305
+ isVirtualized: boolean;
1306
+ items: import("../..").Item<any>[];
1307
+ }) => boolean) | undefined;
1308
+ shouldAddItemSize?: ((data: {
1309
+ id: string;
1310
+ width: number;
1311
+ height: number;
1312
+ }, state: {
1313
+ hiddenIds: string[];
1314
+ nonInteractiveIds: string[];
1315
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
1316
+ itemSizeCache: Record<string, number>;
1186
1317
  itemWidthCache: Record<string, number>;
1318
+ containerSize: number;
1187
1319
  containerWidth: number;
1188
1320
  containerGap: number;
1189
- overflowTargetWidth: number; /**
1190
- * `Breadcrumbs.Link` is a styled `<a>` element that also renders a tooltip if the text is
1191
- * truncated. The built-in truncation and tooltip functionality provides an easy-to-use,
1192
- * accessible feature for managing the length of link text. The `maxWidth` is set to `350px` by
1193
- * default and can be adjusted as needed. Note that tooltips will only render when text is
1194
- * truncated
1195
- */
1321
+ overflowTargetWidth: number;
1322
+ selectedIds: string[] | "all";
1323
+ unselectedIds: string[];
1324
+ cursorId: string;
1325
+ columnCount: number;
1326
+ pageSizeRef: React.MutableRefObject<number>;
1327
+ cursorIndexRef: {
1328
+ readonly current: number;
1329
+ };
1330
+ UNSTABLE_virtual: {
1331
+ virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
1332
+ totalSize: number;
1333
+ scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
1334
+ scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
1335
+ measure: () => void;
1336
+ };
1337
+ UNSTABLE_defaultItemHeight: number;
1338
+ containerRef: React.RefObject<HTMLDivElement>;
1339
+ id: string;
1340
+ indexRef: React.MutableRefObject<number>;
1341
+ isVirtualized: boolean;
1342
+ items: import("../..").Item<any>[];
1343
+ }) => boolean) | undefined;
1344
+ shouldRemoveItemSize?: ((data: {
1345
+ id: string;
1346
+ }, state: {
1347
+ hiddenIds: string[];
1348
+ nonInteractiveIds: string[];
1349
+ orientation: import("../../collection/lib/useBaseListModel").Orientation;
1350
+ itemSizeCache: Record<string, number>;
1351
+ itemWidthCache: Record<string, number>;
1352
+ containerSize: number;
1353
+ containerWidth: number;
1354
+ containerGap: number;
1355
+ overflowTargetWidth: number;
1196
1356
  selectedIds: string[] | "all";
1197
1357
  unselectedIds: string[];
1198
1358
  cursorId: string;
@@ -1221,16 +1381,12 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
1221
1381
  hiddenIds: string[];
1222
1382
  nonInteractiveIds: string[];
1223
1383
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
1384
+ itemSizeCache: Record<string, number>;
1224
1385
  itemWidthCache: Record<string, number>;
1386
+ containerSize: number;
1225
1387
  containerWidth: number;
1226
1388
  containerGap: number;
1227
- overflowTargetWidth: number; /**
1228
- * `Breadcrumbs.Link` is a styled `<a>` element that also renders a tooltip if the text is
1229
- * truncated. The built-in truncation and tooltip functionality provides an easy-to-use,
1230
- * accessible feature for managing the length of link text. The `maxWidth` is set to `350px` by
1231
- * default and can be adjusted as needed. Note that tooltips will only render when text is
1232
- * truncated
1233
- */
1389
+ overflowTargetWidth: number;
1234
1390
  selectedIds: string[] | "all";
1235
1391
  unselectedIds: string[];
1236
1392
  cursorId: string;
@@ -1259,16 +1415,12 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
1259
1415
  hiddenIds: string[];
1260
1416
  nonInteractiveIds: string[];
1261
1417
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
1418
+ itemSizeCache: Record<string, number>;
1262
1419
  itemWidthCache: Record<string, number>;
1420
+ containerSize: number;
1263
1421
  containerWidth: number;
1264
1422
  containerGap: number;
1265
- overflowTargetWidth: number; /**
1266
- * `Breadcrumbs.Link` is a styled `<a>` element that also renders a tooltip if the text is
1267
- * truncated. The built-in truncation and tooltip functionality provides an easy-to-use,
1268
- * accessible feature for managing the length of link text. The `maxWidth` is set to `350px` by
1269
- * default and can be adjusted as needed. Note that tooltips will only render when text is
1270
- * truncated
1271
- */
1423
+ overflowTargetWidth: number;
1272
1424
  selectedIds: string[] | "all";
1273
1425
  unselectedIds: string[];
1274
1426
  cursorId: string;
@@ -1297,16 +1449,12 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
1297
1449
  hiddenIds: string[];
1298
1450
  nonInteractiveIds: string[];
1299
1451
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
1452
+ itemSizeCache: Record<string, number>;
1300
1453
  itemWidthCache: Record<string, number>;
1454
+ containerSize: number;
1301
1455
  containerWidth: number;
1302
1456
  containerGap: number;
1303
- overflowTargetWidth: number; /**
1304
- * `Breadcrumbs.Link` is a styled `<a>` element that also renders a tooltip if the text is
1305
- * truncated. The built-in truncation and tooltip functionality provides an easy-to-use,
1306
- * accessible feature for managing the length of link text. The `maxWidth` is set to `350px` by
1307
- * default and can be adjusted as needed. Note that tooltips will only render when text is
1308
- * truncated
1309
- */
1457
+ overflowTargetWidth: number;
1310
1458
  selectedIds: string[] | "all";
1311
1459
  unselectedIds: string[];
1312
1460
  cursorId: string;
@@ -1333,16 +1481,12 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
1333
1481
  hiddenIds: string[];
1334
1482
  nonInteractiveIds: string[];
1335
1483
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
1484
+ itemSizeCache: Record<string, number>;
1336
1485
  itemWidthCache: Record<string, number>;
1486
+ containerSize: number;
1337
1487
  containerWidth: number;
1338
1488
  containerGap: number;
1339
- overflowTargetWidth: number; /**
1340
- * `Breadcrumbs.Link` is a styled `<a>` element that also renders a tooltip if the text is
1341
- * truncated. The built-in truncation and tooltip functionality provides an easy-to-use,
1342
- * accessible feature for managing the length of link text. The `maxWidth` is set to `350px` by
1343
- * default and can be adjusted as needed. Note that tooltips will only render when text is
1344
- * truncated
1345
- */
1489
+ overflowTargetWidth: number;
1346
1490
  selectedIds: string[] | "all";
1347
1491
  unselectedIds: string[];
1348
1492
  cursorId: string;
@@ -1369,16 +1513,12 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
1369
1513
  hiddenIds: string[];
1370
1514
  nonInteractiveIds: string[];
1371
1515
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
1516
+ itemSizeCache: Record<string, number>;
1372
1517
  itemWidthCache: Record<string, number>;
1518
+ containerSize: number;
1373
1519
  containerWidth: number;
1374
1520
  containerGap: number;
1375
- overflowTargetWidth: number; /**
1376
- * `Breadcrumbs.Link` is a styled `<a>` element that also renders a tooltip if the text is
1377
- * truncated. The built-in truncation and tooltip functionality provides an easy-to-use,
1378
- * accessible feature for managing the length of link text. The `maxWidth` is set to `350px` by
1379
- * default and can be adjusted as needed. Note that tooltips will only render when text is
1380
- * truncated
1381
- */
1521
+ overflowTargetWidth: number;
1382
1522
  selectedIds: string[] | "all";
1383
1523
  unselectedIds: string[];
1384
1524
  cursorId: string;
@@ -1405,16 +1545,12 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
1405
1545
  hiddenIds: string[];
1406
1546
  nonInteractiveIds: string[];
1407
1547
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
1548
+ itemSizeCache: Record<string, number>;
1408
1549
  itemWidthCache: Record<string, number>;
1550
+ containerSize: number;
1409
1551
  containerWidth: number;
1410
1552
  containerGap: number;
1411
- overflowTargetWidth: number; /**
1412
- * `Breadcrumbs.Link` is a styled `<a>` element that also renders a tooltip if the text is
1413
- * truncated. The built-in truncation and tooltip functionality provides an easy-to-use,
1414
- * accessible feature for managing the length of link text. The `maxWidth` is set to `350px` by
1415
- * default and can be adjusted as needed. Note that tooltips will only render when text is
1416
- * truncated
1417
- */
1553
+ overflowTargetWidth: number;
1418
1554
  selectedIds: string[] | "all";
1419
1555
  unselectedIds: string[];
1420
1556
  cursorId: string;
@@ -1443,16 +1579,12 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
1443
1579
  hiddenIds: string[];
1444
1580
  nonInteractiveIds: string[];
1445
1581
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
1582
+ itemSizeCache: Record<string, number>;
1446
1583
  itemWidthCache: Record<string, number>;
1584
+ containerSize: number;
1447
1585
  containerWidth: number;
1448
1586
  containerGap: number;
1449
- overflowTargetWidth: number; /**
1450
- * `Breadcrumbs.Link` is a styled `<a>` element that also renders a tooltip if the text is
1451
- * truncated. The built-in truncation and tooltip functionality provides an easy-to-use,
1452
- * accessible feature for managing the length of link text. The `maxWidth` is set to `350px` by
1453
- * default and can be adjusted as needed. Note that tooltips will only render when text is
1454
- * truncated
1455
- */
1587
+ overflowTargetWidth: number;
1456
1588
  selectedIds: string[] | "all";
1457
1589
  unselectedIds: string[];
1458
1590
  cursorId: string;
@@ -1479,16 +1611,12 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
1479
1611
  hiddenIds: string[];
1480
1612
  nonInteractiveIds: string[];
1481
1613
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
1614
+ itemSizeCache: Record<string, number>;
1482
1615
  itemWidthCache: Record<string, number>;
1616
+ containerSize: number;
1483
1617
  containerWidth: number;
1484
1618
  containerGap: number;
1485
- overflowTargetWidth: number; /**
1486
- * `Breadcrumbs.Link` is a styled `<a>` element that also renders a tooltip if the text is
1487
- * truncated. The built-in truncation and tooltip functionality provides an easy-to-use,
1488
- * accessible feature for managing the length of link text. The `maxWidth` is set to `350px` by
1489
- * default and can be adjusted as needed. Note that tooltips will only render when text is
1490
- * truncated
1491
- */
1619
+ overflowTargetWidth: number;
1492
1620
  selectedIds: string[] | "all";
1493
1621
  unselectedIds: string[];
1494
1622
  cursorId: string;
@@ -1515,16 +1643,12 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
1515
1643
  hiddenIds: string[];
1516
1644
  nonInteractiveIds: string[];
1517
1645
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
1646
+ itemSizeCache: Record<string, number>;
1518
1647
  itemWidthCache: Record<string, number>;
1648
+ containerSize: number;
1519
1649
  containerWidth: number;
1520
1650
  containerGap: number;
1521
- overflowTargetWidth: number; /**
1522
- * `Breadcrumbs.Link` is a styled `<a>` element that also renders a tooltip if the text is
1523
- * truncated. The built-in truncation and tooltip functionality provides an easy-to-use,
1524
- * accessible feature for managing the length of link text. The `maxWidth` is set to `350px` by
1525
- * default and can be adjusted as needed. Note that tooltips will only render when text is
1526
- * truncated
1527
- */
1651
+ overflowTargetWidth: number;
1528
1652
  selectedIds: string[] | "all";
1529
1653
  unselectedIds: string[];
1530
1654
  cursorId: string;
@@ -1551,16 +1675,12 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
1551
1675
  hiddenIds: string[];
1552
1676
  nonInteractiveIds: string[];
1553
1677
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
1678
+ itemSizeCache: Record<string, number>;
1554
1679
  itemWidthCache: Record<string, number>;
1680
+ containerSize: number;
1555
1681
  containerWidth: number;
1556
1682
  containerGap: number;
1557
- overflowTargetWidth: number; /**
1558
- * `Breadcrumbs.Link` is a styled `<a>` element that also renders a tooltip if the text is
1559
- * truncated. The built-in truncation and tooltip functionality provides an easy-to-use,
1560
- * accessible feature for managing the length of link text. The `maxWidth` is set to `350px` by
1561
- * default and can be adjusted as needed. Note that tooltips will only render when text is
1562
- * truncated
1563
- */
1683
+ overflowTargetWidth: number;
1564
1684
  selectedIds: string[] | "all";
1565
1685
  unselectedIds: string[];
1566
1686
  cursorId: string;
@@ -1587,16 +1707,12 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
1587
1707
  hiddenIds: string[];
1588
1708
  nonInteractiveIds: string[];
1589
1709
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
1710
+ itemSizeCache: Record<string, number>;
1590
1711
  itemWidthCache: Record<string, number>;
1712
+ containerSize: number;
1591
1713
  containerWidth: number;
1592
1714
  containerGap: number;
1593
- overflowTargetWidth: number; /**
1594
- * `Breadcrumbs.Link` is a styled `<a>` element that also renders a tooltip if the text is
1595
- * truncated. The built-in truncation and tooltip functionality provides an easy-to-use,
1596
- * accessible feature for managing the length of link text. The `maxWidth` is set to `350px` by
1597
- * default and can be adjusted as needed. Note that tooltips will only render when text is
1598
- * truncated
1599
- */
1715
+ overflowTargetWidth: number;
1600
1716
  selectedIds: string[] | "all";
1601
1717
  unselectedIds: string[];
1602
1718
  cursorId: string;
@@ -1623,16 +1739,12 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
1623
1739
  hiddenIds: string[];
1624
1740
  nonInteractiveIds: string[];
1625
1741
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
1742
+ itemSizeCache: Record<string, number>;
1626
1743
  itemWidthCache: Record<string, number>;
1744
+ containerSize: number;
1627
1745
  containerWidth: number;
1628
1746
  containerGap: number;
1629
- overflowTargetWidth: number; /**
1630
- * `Breadcrumbs.Link` is a styled `<a>` element that also renders a tooltip if the text is
1631
- * truncated. The built-in truncation and tooltip functionality provides an easy-to-use,
1632
- * accessible feature for managing the length of link text. The `maxWidth` is set to `350px` by
1633
- * default and can be adjusted as needed. Note that tooltips will only render when text is
1634
- * truncated
1635
- */
1747
+ overflowTargetWidth: number;
1636
1748
  selectedIds: string[] | "all";
1637
1749
  unselectedIds: string[];
1638
1750
  cursorId: string;
@@ -1659,16 +1771,12 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
1659
1771
  hiddenIds: string[];
1660
1772
  nonInteractiveIds: string[];
1661
1773
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
1774
+ itemSizeCache: Record<string, number>;
1662
1775
  itemWidthCache: Record<string, number>;
1776
+ containerSize: number;
1663
1777
  containerWidth: number;
1664
1778
  containerGap: number;
1665
- overflowTargetWidth: number; /**
1666
- * `Breadcrumbs.Link` is a styled `<a>` element that also renders a tooltip if the text is
1667
- * truncated. The built-in truncation and tooltip functionality provides an easy-to-use,
1668
- * accessible feature for managing the length of link text. The `maxWidth` is set to `350px` by
1669
- * default and can be adjusted as needed. Note that tooltips will only render when text is
1670
- * truncated
1671
- */
1779
+ overflowTargetWidth: number;
1672
1780
  selectedIds: string[] | "all";
1673
1781
  unselectedIds: string[];
1674
1782
  cursorId: string;
@@ -1695,16 +1803,12 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
1695
1803
  hiddenIds: string[];
1696
1804
  nonInteractiveIds: string[];
1697
1805
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
1806
+ itemSizeCache: Record<string, number>;
1698
1807
  itemWidthCache: Record<string, number>;
1808
+ containerSize: number;
1699
1809
  containerWidth: number;
1700
1810
  containerGap: number;
1701
- overflowTargetWidth: number; /**
1702
- * `Breadcrumbs.Link` is a styled `<a>` element that also renders a tooltip if the text is
1703
- * truncated. The built-in truncation and tooltip functionality provides an easy-to-use,
1704
- * accessible feature for managing the length of link text. The `maxWidth` is set to `350px` by
1705
- * default and can be adjusted as needed. Note that tooltips will only render when text is
1706
- * truncated
1707
- */
1811
+ overflowTargetWidth: number;
1708
1812
  selectedIds: string[] | "all";
1709
1813
  unselectedIds: string[];
1710
1814
  cursorId: string;
@@ -1731,16 +1835,12 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
1731
1835
  hiddenIds: string[];
1732
1836
  nonInteractiveIds: string[];
1733
1837
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
1838
+ itemSizeCache: Record<string, number>;
1734
1839
  itemWidthCache: Record<string, number>;
1840
+ containerSize: number;
1735
1841
  containerWidth: number;
1736
1842
  containerGap: number;
1737
- overflowTargetWidth: number; /**
1738
- * `Breadcrumbs.Link` is a styled `<a>` element that also renders a tooltip if the text is
1739
- * truncated. The built-in truncation and tooltip functionality provides an easy-to-use,
1740
- * accessible feature for managing the length of link text. The `maxWidth` is set to `350px` by
1741
- * default and can be adjusted as needed. Note that tooltips will only render when text is
1742
- * truncated
1743
- */
1843
+ overflowTargetWidth: number;
1744
1844
  selectedIds: string[] | "all";
1745
1845
  unselectedIds: string[];
1746
1846
  cursorId: string;
@@ -1767,16 +1867,12 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
1767
1867
  hiddenIds: string[];
1768
1868
  nonInteractiveIds: string[];
1769
1869
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
1870
+ itemSizeCache: Record<string, number>;
1770
1871
  itemWidthCache: Record<string, number>;
1872
+ containerSize: number;
1771
1873
  containerWidth: number;
1772
1874
  containerGap: number;
1773
- overflowTargetWidth: number; /**
1774
- * `Breadcrumbs.Link` is a styled `<a>` element that also renders a tooltip if the text is
1775
- * truncated. The built-in truncation and tooltip functionality provides an easy-to-use,
1776
- * accessible feature for managing the length of link text. The `maxWidth` is set to `350px` by
1777
- * default and can be adjusted as needed. Note that tooltips will only render when text is
1778
- * truncated
1779
- */
1875
+ overflowTargetWidth: number;
1780
1876
  selectedIds: string[] | "all";
1781
1877
  unselectedIds: string[];
1782
1878
  cursorId: string;
@@ -1803,16 +1899,12 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
1803
1899
  hiddenIds: string[];
1804
1900
  nonInteractiveIds: string[];
1805
1901
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
1902
+ itemSizeCache: Record<string, number>;
1806
1903
  itemWidthCache: Record<string, number>;
1904
+ containerSize: number;
1807
1905
  containerWidth: number;
1808
1906
  containerGap: number;
1809
- overflowTargetWidth: number; /**
1810
- * `Breadcrumbs.Link` is a styled `<a>` element that also renders a tooltip if the text is
1811
- * truncated. The built-in truncation and tooltip functionality provides an easy-to-use,
1812
- * accessible feature for managing the length of link text. The `maxWidth` is set to `350px` by
1813
- * default and can be adjusted as needed. Note that tooltips will only render when text is
1814
- * truncated
1815
- */
1907
+ overflowTargetWidth: number;
1816
1908
  selectedIds: string[] | "all";
1817
1909
  unselectedIds: string[];
1818
1910
  cursorId: string;
@@ -1842,16 +1934,12 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
1842
1934
  hiddenIds: string[];
1843
1935
  nonInteractiveIds: string[];
1844
1936
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
1937
+ itemSizeCache: Record<string, number>;
1845
1938
  itemWidthCache: Record<string, number>;
1939
+ containerSize: number;
1846
1940
  containerWidth: number;
1847
1941
  containerGap: number;
1848
- overflowTargetWidth: number; /**
1849
- * `Breadcrumbs.Link` is a styled `<a>` element that also renders a tooltip if the text is
1850
- * truncated. The built-in truncation and tooltip functionality provides an easy-to-use,
1851
- * accessible feature for managing the length of link text. The `maxWidth` is set to `350px` by
1852
- * default and can be adjusted as needed. Note that tooltips will only render when text is
1853
- * truncated
1854
- */
1942
+ overflowTargetWidth: number;
1855
1943
  selectedIds: string[] | "all";
1856
1944
  unselectedIds: string[];
1857
1945
  cursorId: string;
@@ -1880,16 +1968,12 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
1880
1968
  hiddenIds: string[];
1881
1969
  nonInteractiveIds: string[];
1882
1970
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
1971
+ itemSizeCache: Record<string, number>;
1883
1972
  itemWidthCache: Record<string, number>;
1973
+ containerSize: number;
1884
1974
  containerWidth: number;
1885
1975
  containerGap: number;
1886
- overflowTargetWidth: number; /**
1887
- * `Breadcrumbs.Link` is a styled `<a>` element that also renders a tooltip if the text is
1888
- * truncated. The built-in truncation and tooltip functionality provides an easy-to-use,
1889
- * accessible feature for managing the length of link text. The `maxWidth` is set to `350px` by
1890
- * default and can be adjusted as needed. Note that tooltips will only render when text is
1891
- * truncated
1892
- */
1976
+ overflowTargetWidth: number;
1893
1977
  selectedIds: string[] | "all";
1894
1978
  unselectedIds: string[];
1895
1979
  cursorId: string;
@@ -1918,16 +2002,12 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
1918
2002
  hiddenIds: string[];
1919
2003
  nonInteractiveIds: string[];
1920
2004
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
2005
+ itemSizeCache: Record<string, number>;
1921
2006
  itemWidthCache: Record<string, number>;
2007
+ containerSize: number;
1922
2008
  containerWidth: number;
1923
2009
  containerGap: number;
1924
- overflowTargetWidth: number; /**
1925
- * `Breadcrumbs.Link` is a styled `<a>` element that also renders a tooltip if the text is
1926
- * truncated. The built-in truncation and tooltip functionality provides an easy-to-use,
1927
- * accessible feature for managing the length of link text. The `maxWidth` is set to `350px` by
1928
- * default and can be adjusted as needed. Note that tooltips will only render when text is
1929
- * truncated
1930
- */
2010
+ overflowTargetWidth: number;
1931
2011
  selectedIds: string[] | "all";
1932
2012
  unselectedIds: string[];
1933
2013
  cursorId: string;
@@ -1955,16 +2035,12 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
1955
2035
  hiddenIds: string[];
1956
2036
  nonInteractiveIds: string[];
1957
2037
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
2038
+ itemSizeCache: Record<string, number>;
1958
2039
  itemWidthCache: Record<string, number>;
2040
+ containerSize: number;
1959
2041
  containerWidth: number;
1960
2042
  containerGap: number;
1961
- overflowTargetWidth: number; /**
1962
- * `Breadcrumbs.Link` is a styled `<a>` element that also renders a tooltip if the text is
1963
- * truncated. The built-in truncation and tooltip functionality provides an easy-to-use,
1964
- * accessible feature for managing the length of link text. The `maxWidth` is set to `350px` by
1965
- * default and can be adjusted as needed. Note that tooltips will only render when text is
1966
- * truncated
1967
- */
2043
+ overflowTargetWidth: number;
1968
2044
  selectedIds: string[] | "all";
1969
2045
  unselectedIds: string[];
1970
2046
  cursorId: string;
@@ -1991,12 +2067,20 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
1991
2067
  select(data: {
1992
2068
  id: string;
1993
2069
  }): void;
2070
+ setContainerSize(data: {
2071
+ width?: number | undefined;
2072
+ height?: number | undefined;
2073
+ }): void;
1994
2074
  setContainerWidth(data: {
1995
2075
  width?: number | undefined;
1996
2076
  }): void;
1997
2077
  setContainerGap(data: {
1998
2078
  size: number;
1999
2079
  }): void;
2080
+ setOverflowTargetSize(data: {
2081
+ width: number;
2082
+ height: number;
2083
+ }): void;
2000
2084
  setOverflowTargetWidth(data: {
2001
2085
  width: number;
2002
2086
  }): void;
@@ -2004,6 +2088,14 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
2004
2088
  id: string;
2005
2089
  width: number;
2006
2090
  }): void;
2091
+ addItemSize(data: {
2092
+ id: string;
2093
+ width: number;
2094
+ height: number;
2095
+ }): void;
2096
+ removeItemSize(data: {
2097
+ id: string;
2098
+ }): void;
2007
2099
  removeItemWidth(data: {
2008
2100
  id: string;
2009
2101
  }): void;
@@ -2143,16 +2235,12 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
2143
2235
  hiddenIds: string[];
2144
2236
  nonInteractiveIds: string[];
2145
2237
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
2238
+ itemSizeCache: Record<string, number>;
2146
2239
  itemWidthCache: Record<string, number>;
2240
+ containerSize: number;
2147
2241
  containerWidth: number;
2148
2242
  containerGap: number;
2149
- overflowTargetWidth: number; /**
2150
- * `Breadcrumbs.Link` is a styled `<a>` element that also renders a tooltip if the text is
2151
- * truncated. The built-in truncation and tooltip functionality provides an easy-to-use,
2152
- * accessible feature for managing the length of link text. The `maxWidth` is set to `350px` by
2153
- * default and can be adjusted as needed. Note that tooltips will only render when text is
2154
- * truncated
2155
- */
2243
+ overflowTargetWidth: number;
2156
2244
  selectedIds: string[] | "all";
2157
2245
  unselectedIds: string[];
2158
2246
  cursorId: string;
@@ -2179,12 +2267,20 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
2179
2267
  select(data: {
2180
2268
  id: string;
2181
2269
  }): void;
2270
+ setContainerSize(data: {
2271
+ width?: number | undefined;
2272
+ height?: number | undefined;
2273
+ }): void;
2182
2274
  setContainerWidth(data: {
2183
2275
  width?: number | undefined;
2184
2276
  }): void;
2185
2277
  setContainerGap(data: {
2186
2278
  size: number;
2187
2279
  }): void;
2280
+ setOverflowTargetSize(data: {
2281
+ width: number;
2282
+ height: number;
2283
+ }): void;
2188
2284
  setOverflowTargetWidth(data: {
2189
2285
  width: number;
2190
2286
  }): void;
@@ -2192,6 +2288,14 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
2192
2288
  id: string;
2193
2289
  width: number;
2194
2290
  }): void;
2291
+ addItemSize(data: {
2292
+ id: string;
2293
+ width: number;
2294
+ height: number;
2295
+ }): void;
2296
+ removeItemSize(data: {
2297
+ id: string;
2298
+ }): void;
2195
2299
  removeItemWidth(data: {
2196
2300
  id: string;
2197
2301
  }): void;
@@ -2324,16 +2428,12 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
2324
2428
  hiddenIds: string[];
2325
2429
  nonInteractiveIds: string[];
2326
2430
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
2431
+ itemSizeCache: Record<string, number>;
2327
2432
  itemWidthCache: Record<string, number>;
2433
+ containerSize: number;
2328
2434
  containerWidth: number;
2329
2435
  containerGap: number;
2330
- overflowTargetWidth: number; /**
2331
- * `Breadcrumbs.Link` is a styled `<a>` element that also renders a tooltip if the text is
2332
- * truncated. The built-in truncation and tooltip functionality provides an easy-to-use,
2333
- * accessible feature for managing the length of link text. The `maxWidth` is set to `350px` by
2334
- * default and can be adjusted as needed. Note that tooltips will only render when text is
2335
- * truncated
2336
- */
2436
+ overflowTargetWidth: number;
2337
2437
  selectedIds: string[] | "all";
2338
2438
  unselectedIds: string[];
2339
2439
  cursorId: string;
@@ -2360,12 +2460,20 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
2360
2460
  select(data: {
2361
2461
  id: string;
2362
2462
  }): void;
2463
+ setContainerSize(data: {
2464
+ width?: number | undefined;
2465
+ height?: number | undefined;
2466
+ }): void;
2363
2467
  setContainerWidth(data: {
2364
2468
  width?: number | undefined;
2365
2469
  }): void;
2366
2470
  setContainerGap(data: {
2367
2471
  size: number;
2368
2472
  }): void;
2473
+ setOverflowTargetSize(data: {
2474
+ width: number;
2475
+ height: number;
2476
+ }): void;
2369
2477
  setOverflowTargetWidth(data: {
2370
2478
  width: number;
2371
2479
  }): void;
@@ -2373,6 +2481,14 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
2373
2481
  id: string;
2374
2482
  width: number;
2375
2483
  }): void;
2484
+ addItemSize(data: {
2485
+ id: string;
2486
+ width: number;
2487
+ height: number;
2488
+ }): void;
2489
+ removeItemSize(data: {
2490
+ id: string;
2491
+ }): void;
2376
2492
  removeItemWidth(data: {
2377
2493
  id: string;
2378
2494
  }): void;
@@ -2511,16 +2627,12 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
2511
2627
  hiddenIds: string[];
2512
2628
  nonInteractiveIds: string[];
2513
2629
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
2630
+ itemSizeCache: Record<string, number>;
2514
2631
  itemWidthCache: Record<string, number>;
2632
+ containerSize: number;
2515
2633
  containerWidth: number;
2516
2634
  containerGap: number;
2517
- overflowTargetWidth: number; /**
2518
- * `Breadcrumbs.Link` is a styled `<a>` element that also renders a tooltip if the text is
2519
- * truncated. The built-in truncation and tooltip functionality provides an easy-to-use,
2520
- * accessible feature for managing the length of link text. The `maxWidth` is set to `350px` by
2521
- * default and can be adjusted as needed. Note that tooltips will only render when text is
2522
- * truncated
2523
- */
2635
+ overflowTargetWidth: number;
2524
2636
  selectedIds: string[] | "all";
2525
2637
  unselectedIds: string[];
2526
2638
  cursorId: string;
@@ -2547,12 +2659,20 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
2547
2659
  select(data: {
2548
2660
  id: string;
2549
2661
  }): void;
2662
+ setContainerSize(data: {
2663
+ width?: number | undefined;
2664
+ height?: number | undefined;
2665
+ }): void;
2550
2666
  setContainerWidth(data: {
2551
2667
  width?: number | undefined;
2552
2668
  }): void;
2553
2669
  setContainerGap(data: {
2554
2670
  size: number;
2555
2671
  }): void;
2672
+ setOverflowTargetSize(data: {
2673
+ width: number;
2674
+ height: number;
2675
+ }): void;
2556
2676
  setOverflowTargetWidth(data: {
2557
2677
  width: number;
2558
2678
  }): void;
@@ -2560,6 +2680,14 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
2560
2680
  id: string;
2561
2681
  width: number;
2562
2682
  }): void;
2683
+ addItemSize(data: {
2684
+ id: string;
2685
+ width: number;
2686
+ height: number;
2687
+ }): void;
2688
+ removeItemSize(data: {
2689
+ id: string;
2690
+ }): void;
2563
2691
  removeItemWidth(data: {
2564
2692
  id: string;
2565
2693
  }): void;
@@ -2694,16 +2822,12 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
2694
2822
  hiddenIds: string[];
2695
2823
  nonInteractiveIds: string[];
2696
2824
  orientation: import("../../collection/lib/useBaseListModel").Orientation;
2825
+ itemSizeCache: Record<string, number>;
2697
2826
  itemWidthCache: Record<string, number>;
2827
+ containerSize: number;
2698
2828
  containerWidth: number;
2699
2829
  containerGap: number;
2700
- overflowTargetWidth: number; /**
2701
- * `Breadcrumbs.Link` is a styled `<a>` element that also renders a tooltip if the text is
2702
- * truncated. The built-in truncation and tooltip functionality provides an easy-to-use,
2703
- * accessible feature for managing the length of link text. The `maxWidth` is set to `350px` by
2704
- * default and can be adjusted as needed. Note that tooltips will only render when text is
2705
- * truncated
2706
- */
2830
+ overflowTargetWidth: number;
2707
2831
  selectedIds: string[] | "all";
2708
2832
  unselectedIds: string[];
2709
2833
  cursorId: string;
@@ -2730,12 +2854,20 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
2730
2854
  select(data: {
2731
2855
  id: string;
2732
2856
  }): void;
2857
+ setContainerSize(data: {
2858
+ width?: number | undefined;
2859
+ height?: number | undefined;
2860
+ }): void;
2733
2861
  setContainerWidth(data: {
2734
2862
  width?: number | undefined;
2735
2863
  }): void;
2736
2864
  setContainerGap(data: {
2737
2865
  size: number;
2738
2866
  }): void;
2867
+ setOverflowTargetSize(data: {
2868
+ width: number;
2869
+ height: number;
2870
+ }): void;
2739
2871
  setOverflowTargetWidth(data: {
2740
2872
  width: number;
2741
2873
  }): void;
@@ -2743,6 +2875,14 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
2743
2875
  id: string;
2744
2876
  width: number;
2745
2877
  }): void;
2878
+ addItemSize(data: {
2879
+ id: string;
2880
+ width: number;
2881
+ height: number;
2882
+ }): void;
2883
+ removeItemSize(data: {
2884
+ id: string;
2885
+ }): void;
2746
2886
  removeItemWidth(data: {
2747
2887
  id: string;
2748
2888
  }): void;