@workday/canvas-kit-react 12.1.0-937-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.
- package/collection/lib/useOverflowListItemMeasure.tsx +6 -2
- package/collection/lib/useOverflowListMeasure.ts +19 -5
- package/collection/lib/useOverflowListModel.tsx +114 -47
- package/collection/lib/useOverflowListTarget.tsx +5 -1
- package/dist/commonjs/action-bar/lib/ActionBar.d.ts +580 -0
- package/dist/commonjs/action-bar/lib/ActionBar.d.ts.map +1 -1
- package/dist/commonjs/action-bar/lib/ActionBarItem.d.ts +44 -0
- package/dist/commonjs/action-bar/lib/ActionBarItem.d.ts.map +1 -1
- package/dist/commonjs/action-bar/lib/ActionBarList.d.ts +45 -1
- package/dist/commonjs/action-bar/lib/ActionBarList.d.ts.map +1 -1
- package/dist/commonjs/action-bar/lib/ActionBarOverflowButton.d.ts +44 -0
- package/dist/commonjs/action-bar/lib/ActionBarOverflowButton.d.ts.map +1 -1
- package/dist/commonjs/action-bar/lib/useActionBarModel.d.ts +558 -0
- package/dist/commonjs/action-bar/lib/useActionBarModel.d.ts.map +1 -1
- package/dist/commonjs/avatar/lib/Avatar.js +21 -21
- package/dist/commonjs/badge/lib/CountBadge.js +3 -3
- package/dist/commonjs/breadcrumbs/lib/Breadcrumbs.d.ts +602 -0
- package/dist/commonjs/breadcrumbs/lib/Breadcrumbs.d.ts.map +1 -1
- package/dist/commonjs/breadcrumbs/lib/BreadcrumbsCurrentItem.d.ts +44 -0
- package/dist/commonjs/breadcrumbs/lib/BreadcrumbsCurrentItem.d.ts.map +1 -1
- package/dist/commonjs/breadcrumbs/lib/BreadcrumbsItem.d.ts +44 -0
- package/dist/commonjs/breadcrumbs/lib/BreadcrumbsItem.d.ts.map +1 -1
- package/dist/commonjs/breadcrumbs/lib/BreadcrumbsList.d.ts +22 -0
- package/dist/commonjs/breadcrumbs/lib/BreadcrumbsList.d.ts.map +1 -1
- package/dist/commonjs/breadcrumbs/lib/BreadcrumbsOverflowButton.d.ts +44 -0
- package/dist/commonjs/breadcrumbs/lib/BreadcrumbsOverflowButton.d.ts.map +1 -1
- package/dist/commonjs/breadcrumbs/lib/hooks/useBreadcrumbsModel.d.ts +558 -0
- package/dist/commonjs/breadcrumbs/lib/hooks/useBreadcrumbsModel.d.ts.map +1 -1
- package/dist/commonjs/button/lib/BaseButton.js +21 -21
- package/dist/commonjs/button/lib/DeleteButton.js +1 -1
- package/dist/commonjs/button/lib/PrimaryButton.js +2 -2
- package/dist/commonjs/button/lib/SecondaryButton.js +2 -2
- package/dist/commonjs/button/lib/TertiaryButton.js +18 -18
- package/dist/commonjs/card/lib/Card.js +1 -1
- package/dist/commonjs/card/lib/CardBody.js +1 -1
- package/dist/commonjs/card/lib/CardHeading.js +1 -1
- package/dist/commonjs/checkbox/lib/CheckBackground.js +3 -3
- package/dist/commonjs/checkbox/lib/CheckboxCheck.js +5 -5
- package/dist/commonjs/checkbox/lib/CheckboxContainer.js +1 -1
- package/dist/commonjs/checkbox/lib/CheckboxInput.js +5 -5
- package/dist/commonjs/checkbox/lib/CheckboxRipple.js +1 -1
- package/dist/commonjs/collection/lib/ListBox.js +3 -3
- package/dist/commonjs/collection/lib/useOverflowListItemMeasure.d.ts +22 -0
- package/dist/commonjs/collection/lib/useOverflowListItemMeasure.d.ts.map +1 -1
- package/dist/commonjs/collection/lib/useOverflowListItemMeasure.js +5 -2
- package/dist/commonjs/collection/lib/useOverflowListMeasure.d.ts +23 -1
- package/dist/commonjs/collection/lib/useOverflowListMeasure.d.ts.map +1 -1
- package/dist/commonjs/collection/lib/useOverflowListMeasure.js +12 -28
- package/dist/commonjs/collection/lib/useOverflowListModel.d.ts +970 -1
- package/dist/commonjs/collection/lib/useOverflowListModel.d.ts.map +1 -1
- package/dist/commonjs/collection/lib/useOverflowListModel.js +84 -37
- package/dist/commonjs/collection/lib/useOverflowListTarget.d.ts +22 -0
- package/dist/commonjs/collection/lib/useOverflowListTarget.d.ts.map +1 -1
- package/dist/commonjs/collection/lib/useOverflowListTarget.js +4 -1
- package/dist/commonjs/combobox/lib/ComboboxMenuList.js +1 -1
- package/dist/commonjs/common/lib/AccessibleHide.js +1 -1
- package/dist/commonjs/common/lib/CanvasProvider.js +1 -1
- package/dist/commonjs/form-field/lib/FormFieldContainer.js +1 -1
- package/dist/commonjs/form-field/lib/FormFieldField.js +1 -1
- package/dist/commonjs/form-field/lib/FormFieldGroupLabel.js +5 -5
- package/dist/commonjs/form-field/lib/FormFieldGroupList.js +3 -3
- package/dist/commonjs/form-field/lib/FormFieldHint.js +3 -3
- package/dist/commonjs/form-field/lib/FormFieldLabel.js +6 -6
- package/dist/commonjs/form-field/lib/formFieldStencil.js +8 -8
- package/dist/commonjs/icon/lib/AccentIcon.js +2 -2
- package/dist/commonjs/icon/lib/AppletIcon.js +1 -1
- package/dist/commonjs/icon/lib/Graphic.js +2 -2
- package/dist/commonjs/icon/lib/Svg.js +2 -2
- package/dist/commonjs/icon/lib/SystemIcon.js +1 -1
- package/dist/commonjs/icon/lib/SystemIconCircle.js +1 -1
- package/dist/commonjs/loading-dots/lib/LoadingDots.js +2 -2
- package/dist/commonjs/menu/lib/MenuCard.js +1 -1
- package/dist/commonjs/menu/lib/MenuItem.js +1 -1
- package/dist/commonjs/menu/lib/MenuList.js +3 -3
- package/dist/commonjs/menu/lib/MenuOption.js +1 -1
- package/dist/commonjs/modal/lib/ModalBody.js +1 -1
- package/dist/commonjs/modal/lib/ModalCard.js +1 -1
- package/dist/commonjs/modal/lib/ModalHeading.js +1 -1
- package/dist/commonjs/modal/lib/ModalOverflowOverlay.js +1 -1
- package/dist/commonjs/modal/lib/ModalOverlay.js +2 -2
- package/dist/commonjs/popup/lib/PopupBody.js +1 -1
- package/dist/commonjs/popup/lib/PopupCard.js +2 -2
- package/dist/commonjs/popup/lib/PopupCloseIcon.js +1 -1
- package/dist/commonjs/popup/lib/PopupHeading.js +1 -1
- package/dist/commonjs/select/lib/SelectCard.js +1 -1
- package/dist/commonjs/select/lib/SelectInput.js +3 -3
- package/dist/commonjs/switch/lib/Switch.js +7 -7
- package/dist/commonjs/table/lib/Table.js +1 -1
- package/dist/commonjs/table/lib/TableBody.js +1 -1
- package/dist/commonjs/table/lib/TableCaption.js +1 -1
- package/dist/commonjs/table/lib/TableCell.js +1 -1
- package/dist/commonjs/table/lib/TableFooter.js +1 -1
- package/dist/commonjs/table/lib/TableHead.js +1 -1
- package/dist/commonjs/table/lib/TableHeader.js +1 -1
- package/dist/commonjs/table/lib/TableRow.js +1 -1
- package/dist/commonjs/tabs/lib/Tabs.d.ts +666 -0
- package/dist/commonjs/tabs/lib/Tabs.d.ts.map +1 -1
- package/dist/commonjs/tabs/lib/TabsItem.d.ts +44 -0
- package/dist/commonjs/tabs/lib/TabsItem.d.ts.map +1 -1
- package/dist/commonjs/tabs/lib/TabsList.d.ts +45 -1
- package/dist/commonjs/tabs/lib/TabsList.d.ts.map +1 -1
- package/dist/commonjs/tabs/lib/TabsOverflowButton.d.ts +44 -0
- package/dist/commonjs/tabs/lib/TabsOverflowButton.d.ts.map +1 -1
- package/dist/commonjs/tabs/lib/TabsPanel.d.ts +44 -0
- package/dist/commonjs/tabs/lib/TabsPanel.d.ts.map +1 -1
- package/dist/commonjs/tabs/lib/TabsPanels.d.ts +22 -0
- package/dist/commonjs/tabs/lib/TabsPanels.d.ts.map +1 -1
- package/dist/commonjs/tabs/lib/useTabsModel.d.ts +680 -0
- package/dist/commonjs/tabs/lib/useTabsModel.d.ts.map +1 -1
- package/dist/commonjs/text/lib/LabelText.js +6 -6
- package/dist/commonjs/text/lib/Text.js +16 -16
- package/dist/commonjs/text/lib/TypeLevelComponents.js +4 -4
- package/dist/commonjs/text-area/lib/TextArea.js +5 -5
- package/dist/commonjs/text-input/lib/InputGroup.js +6 -6
- package/dist/commonjs/text-input/lib/TextInput.js +5 -5
- package/dist/commonjs/toast/lib/Toast.js +1 -1
- package/dist/commonjs/toast/lib/ToastBody.js +1 -1
- package/dist/commonjs/toast/lib/ToastCloseIcon.js +1 -1
- package/dist/commonjs/toast/lib/ToastIcon.js +1 -1
- package/dist/commonjs/toast/lib/ToastMessage.js +1 -1
- package/dist/es6/action-bar/lib/ActionBar.d.ts +580 -0
- package/dist/es6/action-bar/lib/ActionBar.d.ts.map +1 -1
- package/dist/es6/action-bar/lib/ActionBarItem.d.ts +44 -0
- package/dist/es6/action-bar/lib/ActionBarItem.d.ts.map +1 -1
- package/dist/es6/action-bar/lib/ActionBarList.d.ts +45 -1
- package/dist/es6/action-bar/lib/ActionBarList.d.ts.map +1 -1
- package/dist/es6/action-bar/lib/ActionBarOverflowButton.d.ts +44 -0
- package/dist/es6/action-bar/lib/ActionBarOverflowButton.d.ts.map +1 -1
- package/dist/es6/action-bar/lib/useActionBarModel.d.ts +558 -0
- package/dist/es6/action-bar/lib/useActionBarModel.d.ts.map +1 -1
- package/dist/es6/avatar/lib/Avatar.js +21 -21
- package/dist/es6/badge/lib/CountBadge.js +3 -3
- package/dist/es6/breadcrumbs/lib/Breadcrumbs.d.ts +602 -0
- package/dist/es6/breadcrumbs/lib/Breadcrumbs.d.ts.map +1 -1
- package/dist/es6/breadcrumbs/lib/BreadcrumbsCurrentItem.d.ts +44 -0
- package/dist/es6/breadcrumbs/lib/BreadcrumbsCurrentItem.d.ts.map +1 -1
- package/dist/es6/breadcrumbs/lib/BreadcrumbsItem.d.ts +44 -0
- package/dist/es6/breadcrumbs/lib/BreadcrumbsItem.d.ts.map +1 -1
- package/dist/es6/breadcrumbs/lib/BreadcrumbsList.d.ts +22 -0
- package/dist/es6/breadcrumbs/lib/BreadcrumbsList.d.ts.map +1 -1
- package/dist/es6/breadcrumbs/lib/BreadcrumbsOverflowButton.d.ts +44 -0
- package/dist/es6/breadcrumbs/lib/BreadcrumbsOverflowButton.d.ts.map +1 -1
- package/dist/es6/breadcrumbs/lib/hooks/useBreadcrumbsModel.d.ts +558 -0
- package/dist/es6/breadcrumbs/lib/hooks/useBreadcrumbsModel.d.ts.map +1 -1
- package/dist/es6/button/lib/BaseButton.js +21 -21
- package/dist/es6/button/lib/DeleteButton.js +1 -1
- package/dist/es6/button/lib/PrimaryButton.js +2 -2
- package/dist/es6/button/lib/SecondaryButton.js +2 -2
- package/dist/es6/button/lib/TertiaryButton.js +18 -18
- package/dist/es6/card/lib/Card.js +1 -1
- package/dist/es6/card/lib/CardBody.js +1 -1
- package/dist/es6/card/lib/CardHeading.js +1 -1
- package/dist/es6/checkbox/lib/CheckBackground.js +3 -3
- package/dist/es6/checkbox/lib/CheckboxCheck.js +5 -5
- package/dist/es6/checkbox/lib/CheckboxContainer.js +1 -1
- package/dist/es6/checkbox/lib/CheckboxInput.js +5 -5
- package/dist/es6/checkbox/lib/CheckboxRipple.js +1 -1
- package/dist/es6/collection/lib/ListBox.js +3 -3
- package/dist/es6/collection/lib/useOverflowListItemMeasure.d.ts +22 -0
- package/dist/es6/collection/lib/useOverflowListItemMeasure.d.ts.map +1 -1
- package/dist/es6/collection/lib/useOverflowListItemMeasure.js +5 -2
- package/dist/es6/collection/lib/useOverflowListMeasure.d.ts +23 -1
- package/dist/es6/collection/lib/useOverflowListMeasure.d.ts.map +1 -1
- package/dist/es6/collection/lib/useOverflowListMeasure.js +13 -6
- package/dist/es6/collection/lib/useOverflowListModel.d.ts +970 -1
- package/dist/es6/collection/lib/useOverflowListModel.d.ts.map +1 -1
- package/dist/es6/collection/lib/useOverflowListModel.js +84 -37
- package/dist/es6/collection/lib/useOverflowListTarget.d.ts +22 -0
- package/dist/es6/collection/lib/useOverflowListTarget.d.ts.map +1 -1
- package/dist/es6/collection/lib/useOverflowListTarget.js +4 -1
- package/dist/es6/combobox/lib/ComboboxMenuList.js +1 -1
- package/dist/es6/common/lib/AccessibleHide.js +1 -1
- package/dist/es6/common/lib/CanvasProvider.js +1 -1
- package/dist/es6/form-field/lib/FormFieldContainer.js +1 -1
- package/dist/es6/form-field/lib/FormFieldField.js +1 -1
- package/dist/es6/form-field/lib/FormFieldGroupLabel.js +5 -5
- package/dist/es6/form-field/lib/FormFieldGroupList.js +3 -3
- package/dist/es6/form-field/lib/FormFieldHint.js +3 -3
- package/dist/es6/form-field/lib/FormFieldLabel.js +6 -6
- package/dist/es6/form-field/lib/formFieldStencil.js +8 -8
- package/dist/es6/icon/lib/AccentIcon.js +2 -2
- package/dist/es6/icon/lib/AppletIcon.js +1 -1
- package/dist/es6/icon/lib/Graphic.js +2 -2
- package/dist/es6/icon/lib/Svg.js +2 -2
- package/dist/es6/icon/lib/SystemIcon.js +1 -1
- package/dist/es6/icon/lib/SystemIconCircle.js +1 -1
- package/dist/es6/loading-dots/lib/LoadingDots.js +2 -2
- package/dist/es6/menu/lib/MenuCard.js +1 -1
- package/dist/es6/menu/lib/MenuItem.js +1 -1
- package/dist/es6/menu/lib/MenuList.js +3 -3
- package/dist/es6/menu/lib/MenuOption.js +1 -1
- package/dist/es6/modal/lib/ModalBody.js +1 -1
- package/dist/es6/modal/lib/ModalCard.js +1 -1
- package/dist/es6/modal/lib/ModalHeading.js +1 -1
- package/dist/es6/modal/lib/ModalOverflowOverlay.js +1 -1
- package/dist/es6/modal/lib/ModalOverlay.js +2 -2
- package/dist/es6/popup/lib/PopupBody.js +1 -1
- package/dist/es6/popup/lib/PopupCard.js +2 -2
- package/dist/es6/popup/lib/PopupCloseIcon.js +1 -1
- package/dist/es6/popup/lib/PopupHeading.js +1 -1
- package/dist/es6/select/lib/SelectCard.js +1 -1
- package/dist/es6/select/lib/SelectInput.js +3 -3
- package/dist/es6/switch/lib/Switch.js +7 -7
- package/dist/es6/table/lib/Table.js +1 -1
- package/dist/es6/table/lib/TableBody.js +1 -1
- package/dist/es6/table/lib/TableCaption.js +1 -1
- package/dist/es6/table/lib/TableCell.js +1 -1
- package/dist/es6/table/lib/TableFooter.js +1 -1
- package/dist/es6/table/lib/TableHead.js +1 -1
- package/dist/es6/table/lib/TableHeader.js +1 -1
- package/dist/es6/table/lib/TableRow.js +1 -1
- package/dist/es6/tabs/lib/Tabs.d.ts +666 -0
- package/dist/es6/tabs/lib/Tabs.d.ts.map +1 -1
- package/dist/es6/tabs/lib/TabsItem.d.ts +44 -0
- package/dist/es6/tabs/lib/TabsItem.d.ts.map +1 -1
- package/dist/es6/tabs/lib/TabsList.d.ts +45 -1
- package/dist/es6/tabs/lib/TabsList.d.ts.map +1 -1
- package/dist/es6/tabs/lib/TabsOverflowButton.d.ts +44 -0
- package/dist/es6/tabs/lib/TabsOverflowButton.d.ts.map +1 -1
- package/dist/es6/tabs/lib/TabsPanel.d.ts +44 -0
- package/dist/es6/tabs/lib/TabsPanel.d.ts.map +1 -1
- package/dist/es6/tabs/lib/TabsPanels.d.ts +22 -0
- package/dist/es6/tabs/lib/TabsPanels.d.ts.map +1 -1
- package/dist/es6/tabs/lib/useTabsModel.d.ts +680 -0
- package/dist/es6/tabs/lib/useTabsModel.d.ts.map +1 -1
- package/dist/es6/text/lib/LabelText.js +6 -6
- package/dist/es6/text/lib/Text.js +16 -16
- package/dist/es6/text/lib/TypeLevelComponents.js +4 -4
- package/dist/es6/text-area/lib/TextArea.js +5 -5
- package/dist/es6/text-input/lib/InputGroup.js +6 -6
- package/dist/es6/text-input/lib/TextInput.js +5 -5
- package/dist/es6/toast/lib/Toast.js +1 -1
- package/dist/es6/toast/lib/ToastBody.js +1 -1
- package/dist/es6/toast/lib/ToastCloseIcon.js +1 -1
- package/dist/es6/toast/lib/ToastIcon.js +1 -1
- package/dist/es6/toast/lib/ToastMessage.js +1 -1
- package/package.json +4 -4
|
@@ -103,8 +103,46 @@ 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;
|
|
110
|
+
containerGap: number;
|
|
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;
|
|
108
146
|
overflowTargetWidth: number;
|
|
109
147
|
selectedIds: string[] | "all";
|
|
110
148
|
unselectedIds: string[];
|
|
@@ -134,8 +172,80 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
134
172
|
hiddenIds: string[];
|
|
135
173
|
nonInteractiveIds: string[];
|
|
136
174
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
175
|
+
itemSizeCache: Record<string, number>;
|
|
176
|
+
itemWidthCache: Record<string, number>;
|
|
177
|
+
containerSize: number;
|
|
178
|
+
containerWidth: number;
|
|
179
|
+
containerGap: number;
|
|
180
|
+
overflowTargetWidth: number;
|
|
181
|
+
selectedIds: string[] | "all";
|
|
182
|
+
unselectedIds: string[];
|
|
183
|
+
cursorId: string;
|
|
184
|
+
columnCount: number;
|
|
185
|
+
pageSizeRef: React.MutableRefObject<number>;
|
|
186
|
+
cursorIndexRef: {
|
|
187
|
+
readonly current: number;
|
|
188
|
+
};
|
|
189
|
+
UNSTABLE_virtual: {
|
|
190
|
+
virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
|
|
191
|
+
totalSize: number;
|
|
192
|
+
scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
|
|
193
|
+
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
194
|
+
measure: () => void;
|
|
195
|
+
};
|
|
196
|
+
UNSTABLE_defaultItemHeight: number;
|
|
197
|
+
containerRef: React.RefObject<HTMLDivElement>;
|
|
198
|
+
id: string;
|
|
199
|
+
indexRef: React.MutableRefObject<number>;
|
|
200
|
+
isVirtualized: boolean;
|
|
201
|
+
items: import("../..").Item<any>[];
|
|
202
|
+
}) => void) | undefined;
|
|
203
|
+
onSetContainerGap?: ((data: {
|
|
204
|
+
size: number;
|
|
205
|
+
}, prevState: {
|
|
206
|
+
hiddenIds: string[];
|
|
207
|
+
nonInteractiveIds: string[];
|
|
208
|
+
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
209
|
+
itemSizeCache: Record<string, number>;
|
|
137
210
|
itemWidthCache: Record<string, number>;
|
|
211
|
+
containerSize: number;
|
|
138
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>;
|
|
245
|
+
itemWidthCache: Record<string, number>;
|
|
246
|
+
containerSize: number;
|
|
247
|
+
containerWidth: number;
|
|
248
|
+
containerGap: number;
|
|
139
249
|
overflowTargetWidth: number;
|
|
140
250
|
selectedIds: string[] | "all";
|
|
141
251
|
unselectedIds: string[];
|
|
@@ -165,8 +275,11 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
165
275
|
hiddenIds: string[];
|
|
166
276
|
nonInteractiveIds: string[];
|
|
167
277
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
278
|
+
itemSizeCache: Record<string, number>;
|
|
168
279
|
itemWidthCache: Record<string, number>;
|
|
280
|
+
containerSize: number;
|
|
169
281
|
containerWidth: number;
|
|
282
|
+
containerGap: number;
|
|
170
283
|
overflowTargetWidth: number;
|
|
171
284
|
selectedIds: string[] | "all";
|
|
172
285
|
unselectedIds: string[];
|
|
@@ -197,8 +310,81 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
197
310
|
hiddenIds: string[];
|
|
198
311
|
nonInteractiveIds: string[];
|
|
199
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>;
|
|
200
350
|
itemWidthCache: Record<string, number>;
|
|
351
|
+
containerSize: number;
|
|
201
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>;
|
|
384
|
+
itemWidthCache: Record<string, number>;
|
|
385
|
+
containerSize: number;
|
|
386
|
+
containerWidth: number;
|
|
387
|
+
containerGap: number;
|
|
202
388
|
overflowTargetWidth: number;
|
|
203
389
|
selectedIds: string[] | "all";
|
|
204
390
|
unselectedIds: string[];
|
|
@@ -228,8 +414,11 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
228
414
|
hiddenIds: string[];
|
|
229
415
|
nonInteractiveIds: string[];
|
|
230
416
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
417
|
+
itemSizeCache: Record<string, number>;
|
|
231
418
|
itemWidthCache: Record<string, number>;
|
|
419
|
+
containerSize: number;
|
|
232
420
|
containerWidth: number;
|
|
421
|
+
containerGap: number;
|
|
233
422
|
overflowTargetWidth: number;
|
|
234
423
|
selectedIds: string[] | "all";
|
|
235
424
|
unselectedIds: string[];
|
|
@@ -259,8 +448,11 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
259
448
|
hiddenIds: string[];
|
|
260
449
|
nonInteractiveIds: string[];
|
|
261
450
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
451
|
+
itemSizeCache: Record<string, number>;
|
|
262
452
|
itemWidthCache: Record<string, number>;
|
|
453
|
+
containerSize: number;
|
|
263
454
|
containerWidth: number;
|
|
455
|
+
containerGap: number;
|
|
264
456
|
overflowTargetWidth: number;
|
|
265
457
|
selectedIds: string[] | "all";
|
|
266
458
|
unselectedIds: string[];
|
|
@@ -290,8 +482,11 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
290
482
|
hiddenIds: string[];
|
|
291
483
|
nonInteractiveIds: string[];
|
|
292
484
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
485
|
+
itemSizeCache: Record<string, number>;
|
|
293
486
|
itemWidthCache: Record<string, number>;
|
|
487
|
+
containerSize: number;
|
|
294
488
|
containerWidth: number;
|
|
489
|
+
containerGap: number;
|
|
295
490
|
overflowTargetWidth: number;
|
|
296
491
|
selectedIds: string[] | "all";
|
|
297
492
|
unselectedIds: string[];
|
|
@@ -319,8 +514,11 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
319
514
|
hiddenIds: string[];
|
|
320
515
|
nonInteractiveIds: string[];
|
|
321
516
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
517
|
+
itemSizeCache: Record<string, number>;
|
|
322
518
|
itemWidthCache: Record<string, number>;
|
|
519
|
+
containerSize: number;
|
|
323
520
|
containerWidth: number;
|
|
521
|
+
containerGap: number;
|
|
324
522
|
overflowTargetWidth: number;
|
|
325
523
|
selectedIds: string[] | "all";
|
|
326
524
|
unselectedIds: string[];
|
|
@@ -348,8 +546,11 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
348
546
|
hiddenIds: string[];
|
|
349
547
|
nonInteractiveIds: string[];
|
|
350
548
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
549
|
+
itemSizeCache: Record<string, number>;
|
|
351
550
|
itemWidthCache: Record<string, number>;
|
|
551
|
+
containerSize: number;
|
|
352
552
|
containerWidth: number;
|
|
553
|
+
containerGap: number;
|
|
353
554
|
overflowTargetWidth: number;
|
|
354
555
|
selectedIds: string[] | "all";
|
|
355
556
|
unselectedIds: string[];
|
|
@@ -377,8 +578,11 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
377
578
|
hiddenIds: string[];
|
|
378
579
|
nonInteractiveIds: string[];
|
|
379
580
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
581
|
+
itemSizeCache: Record<string, number>;
|
|
380
582
|
itemWidthCache: Record<string, number>;
|
|
583
|
+
containerSize: number;
|
|
381
584
|
containerWidth: number;
|
|
585
|
+
containerGap: number;
|
|
382
586
|
overflowTargetWidth: number;
|
|
383
587
|
selectedIds: string[] | "all";
|
|
384
588
|
unselectedIds: string[];
|
|
@@ -408,8 +612,11 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
408
612
|
hiddenIds: string[];
|
|
409
613
|
nonInteractiveIds: string[];
|
|
410
614
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
615
|
+
itemSizeCache: Record<string, number>;
|
|
411
616
|
itemWidthCache: Record<string, number>;
|
|
617
|
+
containerSize: number;
|
|
412
618
|
containerWidth: number;
|
|
619
|
+
containerGap: number;
|
|
413
620
|
overflowTargetWidth: number;
|
|
414
621
|
selectedIds: string[] | "all";
|
|
415
622
|
unselectedIds: string[];
|
|
@@ -437,8 +644,11 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
437
644
|
hiddenIds: string[];
|
|
438
645
|
nonInteractiveIds: string[];
|
|
439
646
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
647
|
+
itemSizeCache: Record<string, number>;
|
|
440
648
|
itemWidthCache: Record<string, number>;
|
|
649
|
+
containerSize: number;
|
|
441
650
|
containerWidth: number;
|
|
651
|
+
containerGap: number;
|
|
442
652
|
overflowTargetWidth: number;
|
|
443
653
|
selectedIds: string[] | "all";
|
|
444
654
|
unselectedIds: string[];
|
|
@@ -466,8 +676,11 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
466
676
|
hiddenIds: string[];
|
|
467
677
|
nonInteractiveIds: string[];
|
|
468
678
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
679
|
+
itemSizeCache: Record<string, number>;
|
|
469
680
|
itemWidthCache: Record<string, number>;
|
|
681
|
+
containerSize: number;
|
|
470
682
|
containerWidth: number;
|
|
683
|
+
containerGap: number;
|
|
471
684
|
overflowTargetWidth: number;
|
|
472
685
|
selectedIds: string[] | "all";
|
|
473
686
|
unselectedIds: string[];
|
|
@@ -495,8 +708,11 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
495
708
|
hiddenIds: string[];
|
|
496
709
|
nonInteractiveIds: string[];
|
|
497
710
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
711
|
+
itemSizeCache: Record<string, number>;
|
|
498
712
|
itemWidthCache: Record<string, number>;
|
|
713
|
+
containerSize: number;
|
|
499
714
|
containerWidth: number;
|
|
715
|
+
containerGap: number;
|
|
500
716
|
overflowTargetWidth: number;
|
|
501
717
|
selectedIds: string[] | "all";
|
|
502
718
|
unselectedIds: string[];
|
|
@@ -524,8 +740,11 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
524
740
|
hiddenIds: string[];
|
|
525
741
|
nonInteractiveIds: string[];
|
|
526
742
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
743
|
+
itemSizeCache: Record<string, number>;
|
|
527
744
|
itemWidthCache: Record<string, number>;
|
|
745
|
+
containerSize: number;
|
|
528
746
|
containerWidth: number;
|
|
747
|
+
containerGap: number;
|
|
529
748
|
overflowTargetWidth: number;
|
|
530
749
|
selectedIds: string[] | "all";
|
|
531
750
|
unselectedIds: string[];
|
|
@@ -553,8 +772,11 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
553
772
|
hiddenIds: string[];
|
|
554
773
|
nonInteractiveIds: string[];
|
|
555
774
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
775
|
+
itemSizeCache: Record<string, number>;
|
|
556
776
|
itemWidthCache: Record<string, number>;
|
|
777
|
+
containerSize: number;
|
|
557
778
|
containerWidth: number;
|
|
779
|
+
containerGap: number;
|
|
558
780
|
overflowTargetWidth: number;
|
|
559
781
|
selectedIds: string[] | "all";
|
|
560
782
|
unselectedIds: string[];
|
|
@@ -582,8 +804,11 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
582
804
|
hiddenIds: string[];
|
|
583
805
|
nonInteractiveIds: string[];
|
|
584
806
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
807
|
+
itemSizeCache: Record<string, number>;
|
|
585
808
|
itemWidthCache: Record<string, number>;
|
|
809
|
+
containerSize: number;
|
|
586
810
|
containerWidth: number;
|
|
811
|
+
containerGap: number;
|
|
587
812
|
overflowTargetWidth: number;
|
|
588
813
|
selectedIds: string[] | "all";
|
|
589
814
|
unselectedIds: string[];
|
|
@@ -611,8 +836,11 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
611
836
|
hiddenIds: string[];
|
|
612
837
|
nonInteractiveIds: string[];
|
|
613
838
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
839
|
+
itemSizeCache: Record<string, number>;
|
|
614
840
|
itemWidthCache: Record<string, number>;
|
|
841
|
+
containerSize: number;
|
|
615
842
|
containerWidth: number;
|
|
843
|
+
containerGap: number;
|
|
616
844
|
overflowTargetWidth: number;
|
|
617
845
|
selectedIds: string[] | "all";
|
|
618
846
|
unselectedIds: string[];
|
|
@@ -640,8 +868,11 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
640
868
|
hiddenIds: string[];
|
|
641
869
|
nonInteractiveIds: string[];
|
|
642
870
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
871
|
+
itemSizeCache: Record<string, number>;
|
|
643
872
|
itemWidthCache: Record<string, number>;
|
|
873
|
+
containerSize: number;
|
|
644
874
|
containerWidth: number;
|
|
875
|
+
containerGap: number;
|
|
645
876
|
overflowTargetWidth: number;
|
|
646
877
|
selectedIds: string[] | "all";
|
|
647
878
|
unselectedIds: string[];
|
|
@@ -669,8 +900,11 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
669
900
|
hiddenIds: string[];
|
|
670
901
|
nonInteractiveIds: string[];
|
|
671
902
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
903
|
+
itemSizeCache: Record<string, number>;
|
|
672
904
|
itemWidthCache: Record<string, number>;
|
|
905
|
+
containerSize: number;
|
|
673
906
|
containerWidth: number;
|
|
907
|
+
containerGap: number;
|
|
674
908
|
overflowTargetWidth: number;
|
|
675
909
|
selectedIds: string[] | "all";
|
|
676
910
|
unselectedIds: string[];
|
|
@@ -698,8 +932,11 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
698
932
|
hiddenIds: string[];
|
|
699
933
|
nonInteractiveIds: string[];
|
|
700
934
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
935
|
+
itemSizeCache: Record<string, number>;
|
|
701
936
|
itemWidthCache: Record<string, number>;
|
|
937
|
+
containerSize: number;
|
|
702
938
|
containerWidth: number;
|
|
939
|
+
containerGap: number;
|
|
703
940
|
overflowTargetWidth: number;
|
|
704
941
|
selectedIds: string[] | "all";
|
|
705
942
|
unselectedIds: string[];
|
|
@@ -730,8 +967,11 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
730
967
|
hiddenIds: string[];
|
|
731
968
|
nonInteractiveIds: string[];
|
|
732
969
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
970
|
+
itemSizeCache: Record<string, number>;
|
|
733
971
|
itemWidthCache: Record<string, number>;
|
|
972
|
+
containerSize: number;
|
|
734
973
|
containerWidth: number;
|
|
974
|
+
containerGap: number;
|
|
735
975
|
overflowTargetWidth: number;
|
|
736
976
|
selectedIds: string[] | "all";
|
|
737
977
|
unselectedIds: string[];
|
|
@@ -761,8 +1001,11 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
761
1001
|
hiddenIds: string[];
|
|
762
1002
|
nonInteractiveIds: string[];
|
|
763
1003
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1004
|
+
itemSizeCache: Record<string, number>;
|
|
764
1005
|
itemWidthCache: Record<string, number>;
|
|
1006
|
+
containerSize: number;
|
|
765
1007
|
containerWidth: number;
|
|
1008
|
+
containerGap: number;
|
|
766
1009
|
overflowTargetWidth: number;
|
|
767
1010
|
selectedIds: string[] | "all";
|
|
768
1011
|
unselectedIds: string[];
|
|
@@ -792,8 +1035,11 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
792
1035
|
hiddenIds: string[];
|
|
793
1036
|
nonInteractiveIds: string[];
|
|
794
1037
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1038
|
+
itemSizeCache: Record<string, number>;
|
|
795
1039
|
itemWidthCache: Record<string, number>;
|
|
1040
|
+
containerSize: number;
|
|
796
1041
|
containerWidth: number;
|
|
1042
|
+
containerGap: number;
|
|
797
1043
|
overflowTargetWidth: number;
|
|
798
1044
|
selectedIds: string[] | "all";
|
|
799
1045
|
unselectedIds: string[];
|
|
@@ -824,8 +1070,46 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
824
1070
|
hiddenIds: string[];
|
|
825
1071
|
nonInteractiveIds: string[];
|
|
826
1072
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1073
|
+
itemSizeCache: Record<string, number>;
|
|
1074
|
+
itemWidthCache: Record<string, number>;
|
|
1075
|
+
containerSize: number;
|
|
1076
|
+
containerWidth: number;
|
|
1077
|
+
containerGap: number;
|
|
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>;
|
|
827
1109
|
itemWidthCache: Record<string, number>;
|
|
1110
|
+
containerSize: number;
|
|
828
1111
|
containerWidth: number;
|
|
1112
|
+
containerGap: number;
|
|
829
1113
|
overflowTargetWidth: number;
|
|
830
1114
|
selectedIds: string[] | "all";
|
|
831
1115
|
unselectedIds: string[];
|
|
@@ -855,8 +1139,80 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
855
1139
|
hiddenIds: string[];
|
|
856
1140
|
nonInteractiveIds: string[];
|
|
857
1141
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1142
|
+
itemSizeCache: Record<string, number>;
|
|
1143
|
+
itemWidthCache: Record<string, number>;
|
|
1144
|
+
containerSize: number;
|
|
1145
|
+
containerWidth: number;
|
|
1146
|
+
containerGap: number;
|
|
1147
|
+
overflowTargetWidth: number;
|
|
1148
|
+
selectedIds: string[] | "all";
|
|
1149
|
+
unselectedIds: string[];
|
|
1150
|
+
cursorId: string;
|
|
1151
|
+
columnCount: number;
|
|
1152
|
+
pageSizeRef: React.MutableRefObject<number>;
|
|
1153
|
+
cursorIndexRef: {
|
|
1154
|
+
readonly current: number;
|
|
1155
|
+
};
|
|
1156
|
+
UNSTABLE_virtual: {
|
|
1157
|
+
virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
|
|
1158
|
+
totalSize: number;
|
|
1159
|
+
scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
|
|
1160
|
+
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1161
|
+
measure: () => void;
|
|
1162
|
+
};
|
|
1163
|
+
UNSTABLE_defaultItemHeight: number;
|
|
1164
|
+
containerRef: React.RefObject<HTMLDivElement>;
|
|
1165
|
+
id: string;
|
|
1166
|
+
indexRef: React.MutableRefObject<number>;
|
|
1167
|
+
isVirtualized: boolean;
|
|
1168
|
+
items: import("../..").Item<any>[];
|
|
1169
|
+
}) => boolean) | undefined;
|
|
1170
|
+
shouldSetContainerGap?: ((data: {
|
|
1171
|
+
size: number;
|
|
1172
|
+
}, state: {
|
|
1173
|
+
hiddenIds: string[];
|
|
1174
|
+
nonInteractiveIds: string[];
|
|
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>;
|
|
858
1212
|
itemWidthCache: Record<string, number>;
|
|
1213
|
+
containerSize: number;
|
|
859
1214
|
containerWidth: number;
|
|
1215
|
+
containerGap: number;
|
|
860
1216
|
overflowTargetWidth: number;
|
|
861
1217
|
selectedIds: string[] | "all";
|
|
862
1218
|
unselectedIds: string[];
|
|
@@ -886,8 +1242,11 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
886
1242
|
hiddenIds: string[];
|
|
887
1243
|
nonInteractiveIds: string[];
|
|
888
1244
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1245
|
+
itemSizeCache: Record<string, number>;
|
|
889
1246
|
itemWidthCache: Record<string, number>;
|
|
1247
|
+
containerSize: number;
|
|
890
1248
|
containerWidth: number;
|
|
1249
|
+
containerGap: number;
|
|
891
1250
|
overflowTargetWidth: number;
|
|
892
1251
|
selectedIds: string[] | "all";
|
|
893
1252
|
unselectedIds: string[];
|
|
@@ -918,8 +1277,81 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
918
1277
|
hiddenIds: string[];
|
|
919
1278
|
nonInteractiveIds: string[];
|
|
920
1279
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1280
|
+
itemSizeCache: Record<string, number>;
|
|
921
1281
|
itemWidthCache: Record<string, number>;
|
|
1282
|
+
containerSize: number;
|
|
922
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>;
|
|
1317
|
+
itemWidthCache: Record<string, number>;
|
|
1318
|
+
containerSize: number;
|
|
1319
|
+
containerWidth: number;
|
|
1320
|
+
containerGap: number;
|
|
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;
|
|
923
1355
|
overflowTargetWidth: number;
|
|
924
1356
|
selectedIds: string[] | "all";
|
|
925
1357
|
unselectedIds: string[];
|
|
@@ -949,8 +1381,11 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
949
1381
|
hiddenIds: string[];
|
|
950
1382
|
nonInteractiveIds: string[];
|
|
951
1383
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1384
|
+
itemSizeCache: Record<string, number>;
|
|
952
1385
|
itemWidthCache: Record<string, number>;
|
|
1386
|
+
containerSize: number;
|
|
953
1387
|
containerWidth: number;
|
|
1388
|
+
containerGap: number;
|
|
954
1389
|
overflowTargetWidth: number;
|
|
955
1390
|
selectedIds: string[] | "all";
|
|
956
1391
|
unselectedIds: string[];
|
|
@@ -980,8 +1415,11 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
980
1415
|
hiddenIds: string[];
|
|
981
1416
|
nonInteractiveIds: string[];
|
|
982
1417
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1418
|
+
itemSizeCache: Record<string, number>;
|
|
983
1419
|
itemWidthCache: Record<string, number>;
|
|
1420
|
+
containerSize: number;
|
|
984
1421
|
containerWidth: number;
|
|
1422
|
+
containerGap: number;
|
|
985
1423
|
overflowTargetWidth: number;
|
|
986
1424
|
selectedIds: string[] | "all";
|
|
987
1425
|
unselectedIds: string[];
|
|
@@ -1011,8 +1449,11 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1011
1449
|
hiddenIds: string[];
|
|
1012
1450
|
nonInteractiveIds: string[];
|
|
1013
1451
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1452
|
+
itemSizeCache: Record<string, number>;
|
|
1014
1453
|
itemWidthCache: Record<string, number>;
|
|
1454
|
+
containerSize: number;
|
|
1015
1455
|
containerWidth: number;
|
|
1456
|
+
containerGap: number;
|
|
1016
1457
|
overflowTargetWidth: number;
|
|
1017
1458
|
selectedIds: string[] | "all";
|
|
1018
1459
|
unselectedIds: string[];
|
|
@@ -1040,8 +1481,11 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1040
1481
|
hiddenIds: string[];
|
|
1041
1482
|
nonInteractiveIds: string[];
|
|
1042
1483
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1484
|
+
itemSizeCache: Record<string, number>;
|
|
1043
1485
|
itemWidthCache: Record<string, number>;
|
|
1486
|
+
containerSize: number;
|
|
1044
1487
|
containerWidth: number;
|
|
1488
|
+
containerGap: number;
|
|
1045
1489
|
overflowTargetWidth: number;
|
|
1046
1490
|
selectedIds: string[] | "all";
|
|
1047
1491
|
unselectedIds: string[];
|
|
@@ -1069,8 +1513,11 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1069
1513
|
hiddenIds: string[];
|
|
1070
1514
|
nonInteractiveIds: string[];
|
|
1071
1515
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1516
|
+
itemSizeCache: Record<string, number>;
|
|
1072
1517
|
itemWidthCache: Record<string, number>;
|
|
1518
|
+
containerSize: number;
|
|
1073
1519
|
containerWidth: number;
|
|
1520
|
+
containerGap: number;
|
|
1074
1521
|
overflowTargetWidth: number;
|
|
1075
1522
|
selectedIds: string[] | "all";
|
|
1076
1523
|
unselectedIds: string[];
|
|
@@ -1098,8 +1545,11 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1098
1545
|
hiddenIds: string[];
|
|
1099
1546
|
nonInteractiveIds: string[];
|
|
1100
1547
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1548
|
+
itemSizeCache: Record<string, number>;
|
|
1101
1549
|
itemWidthCache: Record<string, number>;
|
|
1550
|
+
containerSize: number;
|
|
1102
1551
|
containerWidth: number;
|
|
1552
|
+
containerGap: number;
|
|
1103
1553
|
overflowTargetWidth: number;
|
|
1104
1554
|
selectedIds: string[] | "all";
|
|
1105
1555
|
unselectedIds: string[];
|
|
@@ -1129,8 +1579,11 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1129
1579
|
hiddenIds: string[];
|
|
1130
1580
|
nonInteractiveIds: string[];
|
|
1131
1581
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1582
|
+
itemSizeCache: Record<string, number>;
|
|
1132
1583
|
itemWidthCache: Record<string, number>;
|
|
1584
|
+
containerSize: number;
|
|
1133
1585
|
containerWidth: number;
|
|
1586
|
+
containerGap: number;
|
|
1134
1587
|
overflowTargetWidth: number;
|
|
1135
1588
|
selectedIds: string[] | "all";
|
|
1136
1589
|
unselectedIds: string[];
|
|
@@ -1158,8 +1611,11 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1158
1611
|
hiddenIds: string[];
|
|
1159
1612
|
nonInteractiveIds: string[];
|
|
1160
1613
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1614
|
+
itemSizeCache: Record<string, number>;
|
|
1161
1615
|
itemWidthCache: Record<string, number>;
|
|
1616
|
+
containerSize: number;
|
|
1162
1617
|
containerWidth: number;
|
|
1618
|
+
containerGap: number;
|
|
1163
1619
|
overflowTargetWidth: number;
|
|
1164
1620
|
selectedIds: string[] | "all";
|
|
1165
1621
|
unselectedIds: string[];
|
|
@@ -1187,8 +1643,11 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1187
1643
|
hiddenIds: string[];
|
|
1188
1644
|
nonInteractiveIds: string[];
|
|
1189
1645
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1646
|
+
itemSizeCache: Record<string, number>;
|
|
1190
1647
|
itemWidthCache: Record<string, number>;
|
|
1648
|
+
containerSize: number;
|
|
1191
1649
|
containerWidth: number;
|
|
1650
|
+
containerGap: number;
|
|
1192
1651
|
overflowTargetWidth: number;
|
|
1193
1652
|
selectedIds: string[] | "all";
|
|
1194
1653
|
unselectedIds: string[];
|
|
@@ -1216,8 +1675,11 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1216
1675
|
hiddenIds: string[];
|
|
1217
1676
|
nonInteractiveIds: string[];
|
|
1218
1677
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1678
|
+
itemSizeCache: Record<string, number>;
|
|
1219
1679
|
itemWidthCache: Record<string, number>;
|
|
1680
|
+
containerSize: number;
|
|
1220
1681
|
containerWidth: number;
|
|
1682
|
+
containerGap: number;
|
|
1221
1683
|
overflowTargetWidth: number;
|
|
1222
1684
|
selectedIds: string[] | "all";
|
|
1223
1685
|
unselectedIds: string[];
|
|
@@ -1245,8 +1707,11 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1245
1707
|
hiddenIds: string[];
|
|
1246
1708
|
nonInteractiveIds: string[];
|
|
1247
1709
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1710
|
+
itemSizeCache: Record<string, number>;
|
|
1248
1711
|
itemWidthCache: Record<string, number>;
|
|
1712
|
+
containerSize: number;
|
|
1249
1713
|
containerWidth: number;
|
|
1714
|
+
containerGap: number;
|
|
1250
1715
|
overflowTargetWidth: number;
|
|
1251
1716
|
selectedIds: string[] | "all";
|
|
1252
1717
|
unselectedIds: string[];
|
|
@@ -1274,8 +1739,11 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1274
1739
|
hiddenIds: string[];
|
|
1275
1740
|
nonInteractiveIds: string[];
|
|
1276
1741
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1742
|
+
itemSizeCache: Record<string, number>;
|
|
1277
1743
|
itemWidthCache: Record<string, number>;
|
|
1744
|
+
containerSize: number;
|
|
1278
1745
|
containerWidth: number;
|
|
1746
|
+
containerGap: number;
|
|
1279
1747
|
overflowTargetWidth: number;
|
|
1280
1748
|
selectedIds: string[] | "all";
|
|
1281
1749
|
unselectedIds: string[];
|
|
@@ -1303,8 +1771,11 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1303
1771
|
hiddenIds: string[];
|
|
1304
1772
|
nonInteractiveIds: string[];
|
|
1305
1773
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1774
|
+
itemSizeCache: Record<string, number>;
|
|
1306
1775
|
itemWidthCache: Record<string, number>;
|
|
1776
|
+
containerSize: number;
|
|
1307
1777
|
containerWidth: number;
|
|
1778
|
+
containerGap: number;
|
|
1308
1779
|
overflowTargetWidth: number;
|
|
1309
1780
|
selectedIds: string[] | "all";
|
|
1310
1781
|
unselectedIds: string[];
|
|
@@ -1332,8 +1803,11 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1332
1803
|
hiddenIds: string[];
|
|
1333
1804
|
nonInteractiveIds: string[];
|
|
1334
1805
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1806
|
+
itemSizeCache: Record<string, number>;
|
|
1335
1807
|
itemWidthCache: Record<string, number>;
|
|
1808
|
+
containerSize: number;
|
|
1336
1809
|
containerWidth: number;
|
|
1810
|
+
containerGap: number;
|
|
1337
1811
|
overflowTargetWidth: number;
|
|
1338
1812
|
selectedIds: string[] | "all";
|
|
1339
1813
|
unselectedIds: string[];
|
|
@@ -1361,8 +1835,11 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1361
1835
|
hiddenIds: string[];
|
|
1362
1836
|
nonInteractiveIds: string[];
|
|
1363
1837
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1838
|
+
itemSizeCache: Record<string, number>;
|
|
1364
1839
|
itemWidthCache: Record<string, number>;
|
|
1840
|
+
containerSize: number;
|
|
1365
1841
|
containerWidth: number;
|
|
1842
|
+
containerGap: number;
|
|
1366
1843
|
overflowTargetWidth: number;
|
|
1367
1844
|
selectedIds: string[] | "all";
|
|
1368
1845
|
unselectedIds: string[];
|
|
@@ -1390,8 +1867,11 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1390
1867
|
hiddenIds: string[];
|
|
1391
1868
|
nonInteractiveIds: string[];
|
|
1392
1869
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1870
|
+
itemSizeCache: Record<string, number>;
|
|
1393
1871
|
itemWidthCache: Record<string, number>;
|
|
1872
|
+
containerSize: number;
|
|
1394
1873
|
containerWidth: number;
|
|
1874
|
+
containerGap: number;
|
|
1395
1875
|
overflowTargetWidth: number;
|
|
1396
1876
|
selectedIds: string[] | "all";
|
|
1397
1877
|
unselectedIds: string[];
|
|
@@ -1419,8 +1899,11 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1419
1899
|
hiddenIds: string[];
|
|
1420
1900
|
nonInteractiveIds: string[];
|
|
1421
1901
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1902
|
+
itemSizeCache: Record<string, number>;
|
|
1422
1903
|
itemWidthCache: Record<string, number>;
|
|
1904
|
+
containerSize: number;
|
|
1423
1905
|
containerWidth: number;
|
|
1906
|
+
containerGap: number;
|
|
1424
1907
|
overflowTargetWidth: number;
|
|
1425
1908
|
selectedIds: string[] | "all";
|
|
1426
1909
|
unselectedIds: string[];
|
|
@@ -1451,8 +1934,11 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1451
1934
|
hiddenIds: string[];
|
|
1452
1935
|
nonInteractiveIds: string[];
|
|
1453
1936
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1937
|
+
itemSizeCache: Record<string, number>;
|
|
1454
1938
|
itemWidthCache: Record<string, number>;
|
|
1939
|
+
containerSize: number;
|
|
1455
1940
|
containerWidth: number;
|
|
1941
|
+
containerGap: number;
|
|
1456
1942
|
overflowTargetWidth: number;
|
|
1457
1943
|
selectedIds: string[] | "all";
|
|
1458
1944
|
unselectedIds: string[];
|
|
@@ -1482,8 +1968,11 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1482
1968
|
hiddenIds: string[];
|
|
1483
1969
|
nonInteractiveIds: string[];
|
|
1484
1970
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1971
|
+
itemSizeCache: Record<string, number>;
|
|
1485
1972
|
itemWidthCache: Record<string, number>;
|
|
1973
|
+
containerSize: number;
|
|
1486
1974
|
containerWidth: number;
|
|
1975
|
+
containerGap: number;
|
|
1487
1976
|
overflowTargetWidth: number;
|
|
1488
1977
|
selectedIds: string[] | "all";
|
|
1489
1978
|
unselectedIds: string[];
|
|
@@ -1513,8 +2002,11 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1513
2002
|
hiddenIds: string[];
|
|
1514
2003
|
nonInteractiveIds: string[];
|
|
1515
2004
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
2005
|
+
itemSizeCache: Record<string, number>;
|
|
1516
2006
|
itemWidthCache: Record<string, number>;
|
|
2007
|
+
containerSize: number;
|
|
1517
2008
|
containerWidth: number;
|
|
2009
|
+
containerGap: number;
|
|
1518
2010
|
overflowTargetWidth: number;
|
|
1519
2011
|
selectedIds: string[] | "all";
|
|
1520
2012
|
unselectedIds: string[];
|
|
@@ -1543,8 +2035,11 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1543
2035
|
hiddenIds: string[];
|
|
1544
2036
|
nonInteractiveIds: string[];
|
|
1545
2037
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
2038
|
+
itemSizeCache: Record<string, number>;
|
|
1546
2039
|
itemWidthCache: Record<string, number>;
|
|
2040
|
+
containerSize: number;
|
|
1547
2041
|
containerWidth: number;
|
|
2042
|
+
containerGap: number;
|
|
1548
2043
|
overflowTargetWidth: number;
|
|
1549
2044
|
selectedIds: string[] | "all";
|
|
1550
2045
|
unselectedIds: string[];
|
|
@@ -1572,9 +2067,20 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1572
2067
|
select(data: {
|
|
1573
2068
|
id: string;
|
|
1574
2069
|
}): void;
|
|
2070
|
+
setContainerSize(data: {
|
|
2071
|
+
width?: number | undefined;
|
|
2072
|
+
height?: number | undefined;
|
|
2073
|
+
}): void;
|
|
1575
2074
|
setContainerWidth(data: {
|
|
1576
2075
|
width?: number | undefined;
|
|
1577
2076
|
}): void;
|
|
2077
|
+
setContainerGap(data: {
|
|
2078
|
+
size: number;
|
|
2079
|
+
}): void;
|
|
2080
|
+
setOverflowTargetSize(data: {
|
|
2081
|
+
width: number;
|
|
2082
|
+
height: number;
|
|
2083
|
+
}): void;
|
|
1578
2084
|
setOverflowTargetWidth(data: {
|
|
1579
2085
|
width: number;
|
|
1580
2086
|
}): void;
|
|
@@ -1582,6 +2088,14 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1582
2088
|
id: string;
|
|
1583
2089
|
width: number;
|
|
1584
2090
|
}): void;
|
|
2091
|
+
addItemSize(data: {
|
|
2092
|
+
id: string;
|
|
2093
|
+
width: number;
|
|
2094
|
+
height: number;
|
|
2095
|
+
}): void;
|
|
2096
|
+
removeItemSize(data: {
|
|
2097
|
+
id: string;
|
|
2098
|
+
}): void;
|
|
1585
2099
|
removeItemWidth(data: {
|
|
1586
2100
|
id: string;
|
|
1587
2101
|
}): void;
|
|
@@ -1721,8 +2235,11 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1721
2235
|
hiddenIds: string[];
|
|
1722
2236
|
nonInteractiveIds: string[];
|
|
1723
2237
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
2238
|
+
itemSizeCache: Record<string, number>;
|
|
1724
2239
|
itemWidthCache: Record<string, number>;
|
|
2240
|
+
containerSize: number;
|
|
1725
2241
|
containerWidth: number;
|
|
2242
|
+
containerGap: number;
|
|
1726
2243
|
overflowTargetWidth: number;
|
|
1727
2244
|
selectedIds: string[] | "all";
|
|
1728
2245
|
unselectedIds: string[];
|
|
@@ -1750,9 +2267,20 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1750
2267
|
select(data: {
|
|
1751
2268
|
id: string;
|
|
1752
2269
|
}): void;
|
|
2270
|
+
setContainerSize(data: {
|
|
2271
|
+
width?: number | undefined;
|
|
2272
|
+
height?: number | undefined;
|
|
2273
|
+
}): void;
|
|
1753
2274
|
setContainerWidth(data: {
|
|
1754
2275
|
width?: number | undefined;
|
|
1755
2276
|
}): void;
|
|
2277
|
+
setContainerGap(data: {
|
|
2278
|
+
size: number;
|
|
2279
|
+
}): void;
|
|
2280
|
+
setOverflowTargetSize(data: {
|
|
2281
|
+
width: number;
|
|
2282
|
+
height: number;
|
|
2283
|
+
}): void;
|
|
1756
2284
|
setOverflowTargetWidth(data: {
|
|
1757
2285
|
width: number;
|
|
1758
2286
|
}): void;
|
|
@@ -1760,6 +2288,14 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1760
2288
|
id: string;
|
|
1761
2289
|
width: number;
|
|
1762
2290
|
}): void;
|
|
2291
|
+
addItemSize(data: {
|
|
2292
|
+
id: string;
|
|
2293
|
+
width: number;
|
|
2294
|
+
height: number;
|
|
2295
|
+
}): void;
|
|
2296
|
+
removeItemSize(data: {
|
|
2297
|
+
id: string;
|
|
2298
|
+
}): void;
|
|
1763
2299
|
removeItemWidth(data: {
|
|
1764
2300
|
id: string;
|
|
1765
2301
|
}): void;
|
|
@@ -1892,8 +2428,11 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1892
2428
|
hiddenIds: string[];
|
|
1893
2429
|
nonInteractiveIds: string[];
|
|
1894
2430
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
2431
|
+
itemSizeCache: Record<string, number>;
|
|
1895
2432
|
itemWidthCache: Record<string, number>;
|
|
2433
|
+
containerSize: number;
|
|
1896
2434
|
containerWidth: number;
|
|
2435
|
+
containerGap: number;
|
|
1897
2436
|
overflowTargetWidth: number;
|
|
1898
2437
|
selectedIds: string[] | "all";
|
|
1899
2438
|
unselectedIds: string[];
|
|
@@ -1921,9 +2460,20 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1921
2460
|
select(data: {
|
|
1922
2461
|
id: string;
|
|
1923
2462
|
}): void;
|
|
2463
|
+
setContainerSize(data: {
|
|
2464
|
+
width?: number | undefined;
|
|
2465
|
+
height?: number | undefined;
|
|
2466
|
+
}): void;
|
|
1924
2467
|
setContainerWidth(data: {
|
|
1925
2468
|
width?: number | undefined;
|
|
1926
2469
|
}): void;
|
|
2470
|
+
setContainerGap(data: {
|
|
2471
|
+
size: number;
|
|
2472
|
+
}): void;
|
|
2473
|
+
setOverflowTargetSize(data: {
|
|
2474
|
+
width: number;
|
|
2475
|
+
height: number;
|
|
2476
|
+
}): void;
|
|
1927
2477
|
setOverflowTargetWidth(data: {
|
|
1928
2478
|
width: number;
|
|
1929
2479
|
}): void;
|
|
@@ -1931,6 +2481,14 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1931
2481
|
id: string;
|
|
1932
2482
|
width: number;
|
|
1933
2483
|
}): void;
|
|
2484
|
+
addItemSize(data: {
|
|
2485
|
+
id: string;
|
|
2486
|
+
width: number;
|
|
2487
|
+
height: number;
|
|
2488
|
+
}): void;
|
|
2489
|
+
removeItemSize(data: {
|
|
2490
|
+
id: string;
|
|
2491
|
+
}): void;
|
|
1934
2492
|
removeItemWidth(data: {
|
|
1935
2493
|
id: string;
|
|
1936
2494
|
}): void;
|
|
@@ -2069,8 +2627,11 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
2069
2627
|
hiddenIds: string[];
|
|
2070
2628
|
nonInteractiveIds: string[];
|
|
2071
2629
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
2630
|
+
itemSizeCache: Record<string, number>;
|
|
2072
2631
|
itemWidthCache: Record<string, number>;
|
|
2632
|
+
containerSize: number;
|
|
2073
2633
|
containerWidth: number;
|
|
2634
|
+
containerGap: number;
|
|
2074
2635
|
overflowTargetWidth: number;
|
|
2075
2636
|
selectedIds: string[] | "all";
|
|
2076
2637
|
unselectedIds: string[];
|
|
@@ -2098,9 +2659,20 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
2098
2659
|
select(data: {
|
|
2099
2660
|
id: string;
|
|
2100
2661
|
}): void;
|
|
2662
|
+
setContainerSize(data: {
|
|
2663
|
+
width?: number | undefined;
|
|
2664
|
+
height?: number | undefined;
|
|
2665
|
+
}): void;
|
|
2101
2666
|
setContainerWidth(data: {
|
|
2102
2667
|
width?: number | undefined;
|
|
2103
2668
|
}): void;
|
|
2669
|
+
setContainerGap(data: {
|
|
2670
|
+
size: number;
|
|
2671
|
+
}): void;
|
|
2672
|
+
setOverflowTargetSize(data: {
|
|
2673
|
+
width: number;
|
|
2674
|
+
height: number;
|
|
2675
|
+
}): void;
|
|
2104
2676
|
setOverflowTargetWidth(data: {
|
|
2105
2677
|
width: number;
|
|
2106
2678
|
}): void;
|
|
@@ -2108,6 +2680,14 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
2108
2680
|
id: string;
|
|
2109
2681
|
width: number;
|
|
2110
2682
|
}): void;
|
|
2683
|
+
addItemSize(data: {
|
|
2684
|
+
id: string;
|
|
2685
|
+
width: number;
|
|
2686
|
+
height: number;
|
|
2687
|
+
}): void;
|
|
2688
|
+
removeItemSize(data: {
|
|
2689
|
+
id: string;
|
|
2690
|
+
}): void;
|
|
2111
2691
|
removeItemWidth(data: {
|
|
2112
2692
|
id: string;
|
|
2113
2693
|
}): void;
|
|
@@ -2242,8 +2822,11 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
2242
2822
|
hiddenIds: string[];
|
|
2243
2823
|
nonInteractiveIds: string[];
|
|
2244
2824
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
2825
|
+
itemSizeCache: Record<string, number>;
|
|
2245
2826
|
itemWidthCache: Record<string, number>;
|
|
2827
|
+
containerSize: number;
|
|
2246
2828
|
containerWidth: number;
|
|
2829
|
+
containerGap: number;
|
|
2247
2830
|
overflowTargetWidth: number;
|
|
2248
2831
|
selectedIds: string[] | "all";
|
|
2249
2832
|
unselectedIds: string[];
|
|
@@ -2271,9 +2854,20 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
2271
2854
|
select(data: {
|
|
2272
2855
|
id: string;
|
|
2273
2856
|
}): void;
|
|
2857
|
+
setContainerSize(data: {
|
|
2858
|
+
width?: number | undefined;
|
|
2859
|
+
height?: number | undefined;
|
|
2860
|
+
}): void;
|
|
2274
2861
|
setContainerWidth(data: {
|
|
2275
2862
|
width?: number | undefined;
|
|
2276
2863
|
}): void;
|
|
2864
|
+
setContainerGap(data: {
|
|
2865
|
+
size: number;
|
|
2866
|
+
}): void;
|
|
2867
|
+
setOverflowTargetSize(data: {
|
|
2868
|
+
width: number;
|
|
2869
|
+
height: number;
|
|
2870
|
+
}): void;
|
|
2277
2871
|
setOverflowTargetWidth(data: {
|
|
2278
2872
|
width: number;
|
|
2279
2873
|
}): void;
|
|
@@ -2281,6 +2875,14 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
2281
2875
|
id: string;
|
|
2282
2876
|
width: number;
|
|
2283
2877
|
}): void;
|
|
2878
|
+
addItemSize(data: {
|
|
2879
|
+
id: string;
|
|
2880
|
+
width: number;
|
|
2881
|
+
height: number;
|
|
2882
|
+
}): void;
|
|
2883
|
+
removeItemSize(data: {
|
|
2884
|
+
id: string;
|
|
2885
|
+
}): void;
|
|
2284
2886
|
removeItemWidth(data: {
|
|
2285
2887
|
id: string;
|
|
2286
2888
|
}): void;
|