@workday/canvas-kit-react 12.0.6 → 12.0.8
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/useOverflowListModel.tsx +34 -6
- package/dist/commonjs/action-bar/lib/ActionBar.d.ts +128 -0
- package/dist/commonjs/action-bar/lib/ActionBar.d.ts.map +1 -1
- package/dist/commonjs/action-bar/lib/ActionBarItem.d.ts +8 -0
- package/dist/commonjs/action-bar/lib/ActionBarItem.d.ts.map +1 -1
- package/dist/commonjs/action-bar/lib/ActionBarList.d.ts +8 -0
- package/dist/commonjs/action-bar/lib/ActionBarList.d.ts.map +1 -1
- package/dist/commonjs/action-bar/lib/ActionBarOverflowButton.d.ts +8 -0
- package/dist/commonjs/action-bar/lib/ActionBarOverflowButton.d.ts.map +1 -1
- package/dist/commonjs/action-bar/lib/useActionBarModel.d.ts +124 -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 +515 -53
- package/dist/commonjs/breadcrumbs/lib/Breadcrumbs.d.ts.map +1 -1
- package/dist/commonjs/breadcrumbs/lib/BreadcrumbsCurrentItem.d.ts +8 -0
- package/dist/commonjs/breadcrumbs/lib/BreadcrumbsCurrentItem.d.ts.map +1 -1
- package/dist/commonjs/breadcrumbs/lib/BreadcrumbsItem.d.ts +8 -0
- package/dist/commonjs/breadcrumbs/lib/BreadcrumbsItem.d.ts.map +1 -1
- package/dist/commonjs/breadcrumbs/lib/BreadcrumbsList.d.ts +4 -0
- package/dist/commonjs/breadcrumbs/lib/BreadcrumbsList.d.ts.map +1 -1
- package/dist/commonjs/breadcrumbs/lib/BreadcrumbsOverflowButton.d.ts +8 -0
- package/dist/commonjs/breadcrumbs/lib/BreadcrumbsOverflowButton.d.ts.map +1 -1
- package/dist/commonjs/breadcrumbs/lib/hooks/useBreadcrumbsModel.d.ts +124 -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 +4 -0
- package/dist/commonjs/collection/lib/useOverflowListItemMeasure.d.ts.map +1 -1
- package/dist/commonjs/collection/lib/useOverflowListMeasure.d.ts +4 -0
- package/dist/commonjs/collection/lib/useOverflowListMeasure.d.ts.map +1 -1
- package/dist/commonjs/collection/lib/useOverflowListModel.d.ts +125 -1
- package/dist/commonjs/collection/lib/useOverflowListModel.d.ts.map +1 -1
- package/dist/commonjs/collection/lib/useOverflowListModel.js +20 -11
- package/dist/commonjs/collection/lib/useOverflowListTarget.d.ts +4 -0
- package/dist/commonjs/collection/lib/useOverflowListTarget.d.ts.map +1 -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 +3 -3
- 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 +146 -0
- package/dist/commonjs/tabs/lib/Tabs.d.ts.map +1 -1
- package/dist/commonjs/tabs/lib/TabsItem.d.ts +8 -0
- package/dist/commonjs/tabs/lib/TabsItem.d.ts.map +1 -1
- package/dist/commonjs/tabs/lib/TabsList.d.ts +8 -0
- package/dist/commonjs/tabs/lib/TabsList.d.ts.map +1 -1
- package/dist/commonjs/tabs/lib/TabsOverflowButton.d.ts +8 -0
- package/dist/commonjs/tabs/lib/TabsOverflowButton.d.ts.map +1 -1
- package/dist/commonjs/tabs/lib/TabsPanel.d.ts +8 -0
- package/dist/commonjs/tabs/lib/TabsPanel.d.ts.map +1 -1
- package/dist/commonjs/tabs/lib/TabsPanels.d.ts +4 -0
- package/dist/commonjs/tabs/lib/TabsPanels.d.ts.map +1 -1
- package/dist/commonjs/tabs/lib/useTabsModel.d.ts +150 -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 +128 -0
- package/dist/es6/action-bar/lib/ActionBar.d.ts.map +1 -1
- package/dist/es6/action-bar/lib/ActionBarItem.d.ts +8 -0
- package/dist/es6/action-bar/lib/ActionBarItem.d.ts.map +1 -1
- package/dist/es6/action-bar/lib/ActionBarList.d.ts +8 -0
- package/dist/es6/action-bar/lib/ActionBarList.d.ts.map +1 -1
- package/dist/es6/action-bar/lib/ActionBarOverflowButton.d.ts +8 -0
- package/dist/es6/action-bar/lib/ActionBarOverflowButton.d.ts.map +1 -1
- package/dist/es6/action-bar/lib/useActionBarModel.d.ts +124 -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 +515 -53
- package/dist/es6/breadcrumbs/lib/Breadcrumbs.d.ts.map +1 -1
- package/dist/es6/breadcrumbs/lib/BreadcrumbsCurrentItem.d.ts +8 -0
- package/dist/es6/breadcrumbs/lib/BreadcrumbsCurrentItem.d.ts.map +1 -1
- package/dist/es6/breadcrumbs/lib/BreadcrumbsItem.d.ts +8 -0
- package/dist/es6/breadcrumbs/lib/BreadcrumbsItem.d.ts.map +1 -1
- package/dist/es6/breadcrumbs/lib/BreadcrumbsList.d.ts +4 -0
- package/dist/es6/breadcrumbs/lib/BreadcrumbsList.d.ts.map +1 -1
- package/dist/es6/breadcrumbs/lib/BreadcrumbsOverflowButton.d.ts +8 -0
- package/dist/es6/breadcrumbs/lib/BreadcrumbsOverflowButton.d.ts.map +1 -1
- package/dist/es6/breadcrumbs/lib/hooks/useBreadcrumbsModel.d.ts +124 -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 +4 -0
- package/dist/es6/collection/lib/useOverflowListItemMeasure.d.ts.map +1 -1
- package/dist/es6/collection/lib/useOverflowListMeasure.d.ts +4 -0
- package/dist/es6/collection/lib/useOverflowListMeasure.d.ts.map +1 -1
- package/dist/es6/collection/lib/useOverflowListModel.d.ts +125 -1
- package/dist/es6/collection/lib/useOverflowListModel.d.ts.map +1 -1
- package/dist/es6/collection/lib/useOverflowListModel.js +20 -11
- package/dist/es6/collection/lib/useOverflowListTarget.d.ts +4 -0
- package/dist/es6/collection/lib/useOverflowListTarget.d.ts.map +1 -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 +3 -3
- 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 +146 -0
- package/dist/es6/tabs/lib/Tabs.d.ts.map +1 -1
- package/dist/es6/tabs/lib/TabsItem.d.ts +8 -0
- package/dist/es6/tabs/lib/TabsItem.d.ts.map +1 -1
- package/dist/es6/tabs/lib/TabsList.d.ts +8 -0
- package/dist/es6/tabs/lib/TabsList.d.ts.map +1 -1
- package/dist/es6/tabs/lib/TabsOverflowButton.d.ts +8 -0
- package/dist/es6/tabs/lib/TabsOverflowButton.d.ts.map +1 -1
- package/dist/es6/tabs/lib/TabsPanel.d.ts +8 -0
- package/dist/es6/tabs/lib/TabsPanel.d.ts.map +1 -1
- package/dist/es6/tabs/lib/TabsPanels.d.ts +4 -0
- package/dist/es6/tabs/lib/TabsPanels.d.ts.map +1 -1
- package/dist/es6/tabs/lib/useTabsModel.d.ts +150 -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
|
@@ -105,7 +105,14 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
105
105
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
106
106
|
itemWidthCache: Record<string, number>;
|
|
107
107
|
containerWidth: number;
|
|
108
|
-
|
|
108
|
+
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
|
+
*/
|
|
109
116
|
selectedIds: string[] | "all";
|
|
110
117
|
unselectedIds: string[];
|
|
111
118
|
cursorId: string;
|
|
@@ -136,7 +143,52 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
136
143
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
137
144
|
itemWidthCache: Record<string, number>;
|
|
138
145
|
containerWidth: number;
|
|
139
|
-
|
|
146
|
+
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
|
+
*/
|
|
154
|
+
selectedIds: string[] | "all";
|
|
155
|
+
unselectedIds: string[];
|
|
156
|
+
cursorId: string;
|
|
157
|
+
columnCount: number;
|
|
158
|
+
pageSizeRef: React.MutableRefObject<number>;
|
|
159
|
+
cursorIndexRef: {
|
|
160
|
+
readonly current: number;
|
|
161
|
+
};
|
|
162
|
+
UNSTABLE_virtual: {
|
|
163
|
+
virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
|
|
164
|
+
totalSize: number;
|
|
165
|
+
scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
|
|
166
|
+
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
167
|
+
measure: () => void;
|
|
168
|
+
};
|
|
169
|
+
UNSTABLE_defaultItemHeight: number;
|
|
170
|
+
containerRef: React.RefObject<HTMLDivElement>;
|
|
171
|
+
id: string;
|
|
172
|
+
indexRef: React.MutableRefObject<number>;
|
|
173
|
+
isVirtualized: boolean;
|
|
174
|
+
items: import("../..").Item<any>[];
|
|
175
|
+
}) => void) | undefined;
|
|
176
|
+
onSetContainerGap?: ((data: {
|
|
177
|
+
size: number;
|
|
178
|
+
}, prevState: {
|
|
179
|
+
hiddenIds: string[];
|
|
180
|
+
nonInteractiveIds: string[];
|
|
181
|
+
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
182
|
+
itemWidthCache: Record<string, number>;
|
|
183
|
+
containerWidth: number;
|
|
184
|
+
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
|
+
*/
|
|
140
192
|
selectedIds: string[] | "all";
|
|
141
193
|
unselectedIds: string[];
|
|
142
194
|
cursorId: string;
|
|
@@ -167,7 +219,14 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
167
219
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
168
220
|
itemWidthCache: Record<string, number>;
|
|
169
221
|
containerWidth: number;
|
|
170
|
-
|
|
222
|
+
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
|
+
*/
|
|
171
230
|
selectedIds: string[] | "all";
|
|
172
231
|
unselectedIds: string[];
|
|
173
232
|
cursorId: string;
|
|
@@ -199,7 +258,14 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
199
258
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
200
259
|
itemWidthCache: Record<string, number>;
|
|
201
260
|
containerWidth: number;
|
|
202
|
-
|
|
261
|
+
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
|
+
*/
|
|
203
269
|
selectedIds: string[] | "all";
|
|
204
270
|
unselectedIds: string[];
|
|
205
271
|
cursorId: string;
|
|
@@ -230,7 +296,14 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
230
296
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
231
297
|
itemWidthCache: Record<string, number>;
|
|
232
298
|
containerWidth: number;
|
|
233
|
-
|
|
299
|
+
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
|
+
*/
|
|
234
307
|
selectedIds: string[] | "all";
|
|
235
308
|
unselectedIds: string[];
|
|
236
309
|
cursorId: string;
|
|
@@ -261,7 +334,14 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
261
334
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
262
335
|
itemWidthCache: Record<string, number>;
|
|
263
336
|
containerWidth: number;
|
|
264
|
-
|
|
337
|
+
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
|
+
*/
|
|
265
345
|
selectedIds: string[] | "all";
|
|
266
346
|
unselectedIds: string[];
|
|
267
347
|
cursorId: string;
|
|
@@ -292,7 +372,14 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
292
372
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
293
373
|
itemWidthCache: Record<string, number>;
|
|
294
374
|
containerWidth: number;
|
|
295
|
-
|
|
375
|
+
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
|
+
*/
|
|
296
383
|
selectedIds: string[] | "all";
|
|
297
384
|
unselectedIds: string[];
|
|
298
385
|
cursorId: string;
|
|
@@ -321,7 +408,14 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
321
408
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
322
409
|
itemWidthCache: Record<string, number>;
|
|
323
410
|
containerWidth: number;
|
|
324
|
-
|
|
411
|
+
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
|
+
*/
|
|
325
419
|
selectedIds: string[] | "all";
|
|
326
420
|
unselectedIds: string[];
|
|
327
421
|
cursorId: string;
|
|
@@ -350,7 +444,14 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
350
444
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
351
445
|
itemWidthCache: Record<string, number>;
|
|
352
446
|
containerWidth: number;
|
|
353
|
-
|
|
447
|
+
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
|
+
*/
|
|
354
455
|
selectedIds: string[] | "all";
|
|
355
456
|
unselectedIds: string[];
|
|
356
457
|
cursorId: string;
|
|
@@ -379,7 +480,14 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
379
480
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
380
481
|
itemWidthCache: Record<string, number>;
|
|
381
482
|
containerWidth: number;
|
|
382
|
-
|
|
483
|
+
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
|
+
*/
|
|
383
491
|
selectedIds: string[] | "all";
|
|
384
492
|
unselectedIds: string[];
|
|
385
493
|
cursorId: string;
|
|
@@ -410,7 +518,14 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
410
518
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
411
519
|
itemWidthCache: Record<string, number>;
|
|
412
520
|
containerWidth: number;
|
|
413
|
-
|
|
521
|
+
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
|
+
*/
|
|
414
529
|
selectedIds: string[] | "all";
|
|
415
530
|
unselectedIds: string[];
|
|
416
531
|
cursorId: string;
|
|
@@ -439,7 +554,14 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
439
554
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
440
555
|
itemWidthCache: Record<string, number>;
|
|
441
556
|
containerWidth: number;
|
|
442
|
-
|
|
557
|
+
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
|
+
*/
|
|
443
565
|
selectedIds: string[] | "all";
|
|
444
566
|
unselectedIds: string[];
|
|
445
567
|
cursorId: string;
|
|
@@ -468,7 +590,14 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
468
590
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
469
591
|
itemWidthCache: Record<string, number>;
|
|
470
592
|
containerWidth: number;
|
|
471
|
-
|
|
593
|
+
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
|
+
*/
|
|
472
601
|
selectedIds: string[] | "all";
|
|
473
602
|
unselectedIds: string[];
|
|
474
603
|
cursorId: string;
|
|
@@ -497,7 +626,14 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
497
626
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
498
627
|
itemWidthCache: Record<string, number>;
|
|
499
628
|
containerWidth: number;
|
|
500
|
-
|
|
629
|
+
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
|
+
*/
|
|
501
637
|
selectedIds: string[] | "all";
|
|
502
638
|
unselectedIds: string[];
|
|
503
639
|
cursorId: string;
|
|
@@ -526,7 +662,14 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
526
662
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
527
663
|
itemWidthCache: Record<string, number>;
|
|
528
664
|
containerWidth: number;
|
|
529
|
-
|
|
665
|
+
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
|
+
*/
|
|
530
673
|
selectedIds: string[] | "all";
|
|
531
674
|
unselectedIds: string[];
|
|
532
675
|
cursorId: string;
|
|
@@ -555,7 +698,14 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
555
698
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
556
699
|
itemWidthCache: Record<string, number>;
|
|
557
700
|
containerWidth: number;
|
|
558
|
-
|
|
701
|
+
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
|
+
*/
|
|
559
709
|
selectedIds: string[] | "all";
|
|
560
710
|
unselectedIds: string[];
|
|
561
711
|
cursorId: string;
|
|
@@ -584,7 +734,14 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
584
734
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
585
735
|
itemWidthCache: Record<string, number>;
|
|
586
736
|
containerWidth: number;
|
|
587
|
-
|
|
737
|
+
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
|
+
*/
|
|
588
745
|
selectedIds: string[] | "all";
|
|
589
746
|
unselectedIds: string[];
|
|
590
747
|
cursorId: string;
|
|
@@ -613,7 +770,14 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
613
770
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
614
771
|
itemWidthCache: Record<string, number>;
|
|
615
772
|
containerWidth: number;
|
|
616
|
-
|
|
773
|
+
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
|
+
*/
|
|
617
781
|
selectedIds: string[] | "all";
|
|
618
782
|
unselectedIds: string[];
|
|
619
783
|
cursorId: string;
|
|
@@ -642,7 +806,14 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
642
806
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
643
807
|
itemWidthCache: Record<string, number>;
|
|
644
808
|
containerWidth: number;
|
|
645
|
-
|
|
809
|
+
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
|
+
*/
|
|
646
817
|
selectedIds: string[] | "all";
|
|
647
818
|
unselectedIds: string[];
|
|
648
819
|
cursorId: string;
|
|
@@ -671,7 +842,14 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
671
842
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
672
843
|
itemWidthCache: Record<string, number>;
|
|
673
844
|
containerWidth: number;
|
|
674
|
-
|
|
845
|
+
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
|
+
*/
|
|
675
853
|
selectedIds: string[] | "all";
|
|
676
854
|
unselectedIds: string[];
|
|
677
855
|
cursorId: string;
|
|
@@ -700,7 +878,14 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
700
878
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
701
879
|
itemWidthCache: Record<string, number>;
|
|
702
880
|
containerWidth: number;
|
|
703
|
-
|
|
881
|
+
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
|
+
*/
|
|
704
889
|
selectedIds: string[] | "all";
|
|
705
890
|
unselectedIds: string[];
|
|
706
891
|
cursorId: string;
|
|
@@ -732,7 +917,14 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
732
917
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
733
918
|
itemWidthCache: Record<string, number>;
|
|
734
919
|
containerWidth: number;
|
|
735
|
-
|
|
920
|
+
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
|
+
*/
|
|
736
928
|
selectedIds: string[] | "all";
|
|
737
929
|
unselectedIds: string[];
|
|
738
930
|
cursorId: string;
|
|
@@ -763,7 +955,14 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
763
955
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
764
956
|
itemWidthCache: Record<string, number>;
|
|
765
957
|
containerWidth: number;
|
|
766
|
-
|
|
958
|
+
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
|
+
*/
|
|
767
966
|
selectedIds: string[] | "all";
|
|
768
967
|
unselectedIds: string[];
|
|
769
968
|
cursorId: string;
|
|
@@ -794,7 +993,14 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
794
993
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
795
994
|
itemWidthCache: Record<string, number>;
|
|
796
995
|
containerWidth: number;
|
|
797
|
-
|
|
996
|
+
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
|
+
*/
|
|
798
1004
|
selectedIds: string[] | "all";
|
|
799
1005
|
unselectedIds: string[];
|
|
800
1006
|
cursorId: string;
|
|
@@ -826,7 +1032,14 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
826
1032
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
827
1033
|
itemWidthCache: Record<string, number>;
|
|
828
1034
|
containerWidth: number;
|
|
829
|
-
|
|
1035
|
+
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
|
+
*/
|
|
830
1043
|
selectedIds: string[] | "all";
|
|
831
1044
|
unselectedIds: string[];
|
|
832
1045
|
cursorId: string;
|
|
@@ -857,7 +1070,52 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
857
1070
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
858
1071
|
itemWidthCache: Record<string, number>;
|
|
859
1072
|
containerWidth: number;
|
|
860
|
-
|
|
1073
|
+
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
|
+
*/
|
|
1081
|
+
selectedIds: string[] | "all";
|
|
1082
|
+
unselectedIds: string[];
|
|
1083
|
+
cursorId: string;
|
|
1084
|
+
columnCount: number;
|
|
1085
|
+
pageSizeRef: React.MutableRefObject<number>;
|
|
1086
|
+
cursorIndexRef: {
|
|
1087
|
+
readonly current: number;
|
|
1088
|
+
};
|
|
1089
|
+
UNSTABLE_virtual: {
|
|
1090
|
+
virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
|
|
1091
|
+
totalSize: number;
|
|
1092
|
+
scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
|
|
1093
|
+
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1094
|
+
measure: () => void;
|
|
1095
|
+
};
|
|
1096
|
+
UNSTABLE_defaultItemHeight: number;
|
|
1097
|
+
containerRef: React.RefObject<HTMLDivElement>;
|
|
1098
|
+
id: string;
|
|
1099
|
+
indexRef: React.MutableRefObject<number>;
|
|
1100
|
+
isVirtualized: boolean;
|
|
1101
|
+
items: import("../..").Item<any>[];
|
|
1102
|
+
}) => boolean) | undefined;
|
|
1103
|
+
shouldSetContainerGap?: ((data: {
|
|
1104
|
+
size: number;
|
|
1105
|
+
}, state: {
|
|
1106
|
+
hiddenIds: string[];
|
|
1107
|
+
nonInteractiveIds: string[];
|
|
1108
|
+
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1109
|
+
itemWidthCache: Record<string, number>;
|
|
1110
|
+
containerWidth: number;
|
|
1111
|
+
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
|
+
*/
|
|
861
1119
|
selectedIds: string[] | "all";
|
|
862
1120
|
unselectedIds: string[];
|
|
863
1121
|
cursorId: string;
|
|
@@ -888,7 +1146,14 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
888
1146
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
889
1147
|
itemWidthCache: Record<string, number>;
|
|
890
1148
|
containerWidth: number;
|
|
891
|
-
|
|
1149
|
+
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
|
+
*/
|
|
892
1157
|
selectedIds: string[] | "all";
|
|
893
1158
|
unselectedIds: string[];
|
|
894
1159
|
cursorId: string;
|
|
@@ -920,7 +1185,14 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
920
1185
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
921
1186
|
itemWidthCache: Record<string, number>;
|
|
922
1187
|
containerWidth: number;
|
|
923
|
-
|
|
1188
|
+
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
|
+
*/
|
|
924
1196
|
selectedIds: string[] | "all";
|
|
925
1197
|
unselectedIds: string[];
|
|
926
1198
|
cursorId: string;
|
|
@@ -951,7 +1223,14 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
951
1223
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
952
1224
|
itemWidthCache: Record<string, number>;
|
|
953
1225
|
containerWidth: number;
|
|
954
|
-
|
|
1226
|
+
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
|
+
*/
|
|
955
1234
|
selectedIds: string[] | "all";
|
|
956
1235
|
unselectedIds: string[];
|
|
957
1236
|
cursorId: string;
|
|
@@ -982,7 +1261,14 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
982
1261
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
983
1262
|
itemWidthCache: Record<string, number>;
|
|
984
1263
|
containerWidth: number;
|
|
985
|
-
|
|
1264
|
+
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
|
+
*/
|
|
986
1272
|
selectedIds: string[] | "all";
|
|
987
1273
|
unselectedIds: string[];
|
|
988
1274
|
cursorId: string;
|
|
@@ -1013,7 +1299,14 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1013
1299
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1014
1300
|
itemWidthCache: Record<string, number>;
|
|
1015
1301
|
containerWidth: number;
|
|
1016
|
-
|
|
1302
|
+
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
|
+
*/
|
|
1017
1310
|
selectedIds: string[] | "all";
|
|
1018
1311
|
unselectedIds: string[];
|
|
1019
1312
|
cursorId: string;
|
|
@@ -1042,7 +1335,14 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1042
1335
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1043
1336
|
itemWidthCache: Record<string, number>;
|
|
1044
1337
|
containerWidth: number;
|
|
1045
|
-
|
|
1338
|
+
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
|
+
*/
|
|
1046
1346
|
selectedIds: string[] | "all";
|
|
1047
1347
|
unselectedIds: string[];
|
|
1048
1348
|
cursorId: string;
|
|
@@ -1071,7 +1371,14 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1071
1371
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1072
1372
|
itemWidthCache: Record<string, number>;
|
|
1073
1373
|
containerWidth: number;
|
|
1074
|
-
|
|
1374
|
+
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
|
+
*/
|
|
1075
1382
|
selectedIds: string[] | "all";
|
|
1076
1383
|
unselectedIds: string[];
|
|
1077
1384
|
cursorId: string;
|
|
@@ -1100,7 +1407,14 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1100
1407
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1101
1408
|
itemWidthCache: Record<string, number>;
|
|
1102
1409
|
containerWidth: number;
|
|
1103
|
-
|
|
1410
|
+
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
|
+
*/
|
|
1104
1418
|
selectedIds: string[] | "all";
|
|
1105
1419
|
unselectedIds: string[];
|
|
1106
1420
|
cursorId: string;
|
|
@@ -1131,7 +1445,14 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1131
1445
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1132
1446
|
itemWidthCache: Record<string, number>;
|
|
1133
1447
|
containerWidth: number;
|
|
1134
|
-
|
|
1448
|
+
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
|
+
*/
|
|
1135
1456
|
selectedIds: string[] | "all";
|
|
1136
1457
|
unselectedIds: string[];
|
|
1137
1458
|
cursorId: string;
|
|
@@ -1160,7 +1481,14 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1160
1481
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1161
1482
|
itemWidthCache: Record<string, number>;
|
|
1162
1483
|
containerWidth: number;
|
|
1163
|
-
|
|
1484
|
+
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
|
+
*/
|
|
1164
1492
|
selectedIds: string[] | "all";
|
|
1165
1493
|
unselectedIds: string[];
|
|
1166
1494
|
cursorId: string;
|
|
@@ -1189,7 +1517,14 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1189
1517
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1190
1518
|
itemWidthCache: Record<string, number>;
|
|
1191
1519
|
containerWidth: number;
|
|
1192
|
-
|
|
1520
|
+
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
|
+
*/
|
|
1193
1528
|
selectedIds: string[] | "all";
|
|
1194
1529
|
unselectedIds: string[];
|
|
1195
1530
|
cursorId: string;
|
|
@@ -1218,7 +1553,14 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1218
1553
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1219
1554
|
itemWidthCache: Record<string, number>;
|
|
1220
1555
|
containerWidth: number;
|
|
1221
|
-
|
|
1556
|
+
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
|
+
*/
|
|
1222
1564
|
selectedIds: string[] | "all";
|
|
1223
1565
|
unselectedIds: string[];
|
|
1224
1566
|
cursorId: string;
|
|
@@ -1247,7 +1589,14 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1247
1589
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1248
1590
|
itemWidthCache: Record<string, number>;
|
|
1249
1591
|
containerWidth: number;
|
|
1250
|
-
|
|
1592
|
+
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
|
+
*/
|
|
1251
1600
|
selectedIds: string[] | "all";
|
|
1252
1601
|
unselectedIds: string[];
|
|
1253
1602
|
cursorId: string;
|
|
@@ -1276,7 +1625,14 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1276
1625
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1277
1626
|
itemWidthCache: Record<string, number>;
|
|
1278
1627
|
containerWidth: number;
|
|
1279
|
-
|
|
1628
|
+
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
|
+
*/
|
|
1280
1636
|
selectedIds: string[] | "all";
|
|
1281
1637
|
unselectedIds: string[];
|
|
1282
1638
|
cursorId: string;
|
|
@@ -1305,7 +1661,14 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1305
1661
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1306
1662
|
itemWidthCache: Record<string, number>;
|
|
1307
1663
|
containerWidth: number;
|
|
1308
|
-
|
|
1664
|
+
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
|
+
*/
|
|
1309
1672
|
selectedIds: string[] | "all";
|
|
1310
1673
|
unselectedIds: string[];
|
|
1311
1674
|
cursorId: string;
|
|
@@ -1334,7 +1697,14 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1334
1697
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1335
1698
|
itemWidthCache: Record<string, number>;
|
|
1336
1699
|
containerWidth: number;
|
|
1337
|
-
|
|
1700
|
+
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
|
+
*/
|
|
1338
1708
|
selectedIds: string[] | "all";
|
|
1339
1709
|
unselectedIds: string[];
|
|
1340
1710
|
cursorId: string;
|
|
@@ -1363,7 +1733,14 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1363
1733
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1364
1734
|
itemWidthCache: Record<string, number>;
|
|
1365
1735
|
containerWidth: number;
|
|
1366
|
-
|
|
1736
|
+
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
|
+
*/
|
|
1367
1744
|
selectedIds: string[] | "all";
|
|
1368
1745
|
unselectedIds: string[];
|
|
1369
1746
|
cursorId: string;
|
|
@@ -1392,7 +1769,14 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1392
1769
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1393
1770
|
itemWidthCache: Record<string, number>;
|
|
1394
1771
|
containerWidth: number;
|
|
1395
|
-
|
|
1772
|
+
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
|
+
*/
|
|
1396
1780
|
selectedIds: string[] | "all";
|
|
1397
1781
|
unselectedIds: string[];
|
|
1398
1782
|
cursorId: string;
|
|
@@ -1421,7 +1805,14 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1421
1805
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1422
1806
|
itemWidthCache: Record<string, number>;
|
|
1423
1807
|
containerWidth: number;
|
|
1424
|
-
|
|
1808
|
+
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
|
+
*/
|
|
1425
1816
|
selectedIds: string[] | "all";
|
|
1426
1817
|
unselectedIds: string[];
|
|
1427
1818
|
cursorId: string;
|
|
@@ -1453,7 +1844,14 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1453
1844
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1454
1845
|
itemWidthCache: Record<string, number>;
|
|
1455
1846
|
containerWidth: number;
|
|
1456
|
-
|
|
1847
|
+
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
|
+
*/
|
|
1457
1855
|
selectedIds: string[] | "all";
|
|
1458
1856
|
unselectedIds: string[];
|
|
1459
1857
|
cursorId: string;
|
|
@@ -1484,7 +1882,14 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1484
1882
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1485
1883
|
itemWidthCache: Record<string, number>;
|
|
1486
1884
|
containerWidth: number;
|
|
1487
|
-
|
|
1885
|
+
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
|
+
*/
|
|
1488
1893
|
selectedIds: string[] | "all";
|
|
1489
1894
|
unselectedIds: string[];
|
|
1490
1895
|
cursorId: string;
|
|
@@ -1515,7 +1920,14 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1515
1920
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1516
1921
|
itemWidthCache: Record<string, number>;
|
|
1517
1922
|
containerWidth: number;
|
|
1518
|
-
|
|
1923
|
+
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
|
+
*/
|
|
1519
1931
|
selectedIds: string[] | "all";
|
|
1520
1932
|
unselectedIds: string[];
|
|
1521
1933
|
cursorId: string;
|
|
@@ -1545,7 +1957,14 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1545
1957
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1546
1958
|
itemWidthCache: Record<string, number>;
|
|
1547
1959
|
containerWidth: number;
|
|
1548
|
-
|
|
1960
|
+
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
|
+
*/
|
|
1549
1968
|
selectedIds: string[] | "all";
|
|
1550
1969
|
unselectedIds: string[];
|
|
1551
1970
|
cursorId: string;
|
|
@@ -1575,6 +1994,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1575
1994
|
setContainerWidth(data: {
|
|
1576
1995
|
width?: number | undefined;
|
|
1577
1996
|
}): void;
|
|
1997
|
+
setContainerGap(data: {
|
|
1998
|
+
size: number;
|
|
1999
|
+
}): void;
|
|
1578
2000
|
setOverflowTargetWidth(data: {
|
|
1579
2001
|
width: number;
|
|
1580
2002
|
}): void;
|
|
@@ -1723,7 +2145,14 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1723
2145
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1724
2146
|
itemWidthCache: Record<string, number>;
|
|
1725
2147
|
containerWidth: number;
|
|
1726
|
-
|
|
2148
|
+
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
|
+
*/
|
|
1727
2156
|
selectedIds: string[] | "all";
|
|
1728
2157
|
unselectedIds: string[];
|
|
1729
2158
|
cursorId: string;
|
|
@@ -1753,6 +2182,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1753
2182
|
setContainerWidth(data: {
|
|
1754
2183
|
width?: number | undefined;
|
|
1755
2184
|
}): void;
|
|
2185
|
+
setContainerGap(data: {
|
|
2186
|
+
size: number;
|
|
2187
|
+
}): void;
|
|
1756
2188
|
setOverflowTargetWidth(data: {
|
|
1757
2189
|
width: number;
|
|
1758
2190
|
}): void;
|
|
@@ -1894,7 +2326,14 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1894
2326
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1895
2327
|
itemWidthCache: Record<string, number>;
|
|
1896
2328
|
containerWidth: number;
|
|
1897
|
-
|
|
2329
|
+
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
|
+
*/
|
|
1898
2337
|
selectedIds: string[] | "all";
|
|
1899
2338
|
unselectedIds: string[];
|
|
1900
2339
|
cursorId: string;
|
|
@@ -1924,6 +2363,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1924
2363
|
setContainerWidth(data: {
|
|
1925
2364
|
width?: number | undefined;
|
|
1926
2365
|
}): void;
|
|
2366
|
+
setContainerGap(data: {
|
|
2367
|
+
size: number;
|
|
2368
|
+
}): void;
|
|
1927
2369
|
setOverflowTargetWidth(data: {
|
|
1928
2370
|
width: number;
|
|
1929
2371
|
}): void;
|
|
@@ -2071,7 +2513,14 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
2071
2513
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
2072
2514
|
itemWidthCache: Record<string, number>;
|
|
2073
2515
|
containerWidth: number;
|
|
2074
|
-
|
|
2516
|
+
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
|
+
*/
|
|
2075
2524
|
selectedIds: string[] | "all";
|
|
2076
2525
|
unselectedIds: string[];
|
|
2077
2526
|
cursorId: string;
|
|
@@ -2101,6 +2550,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
2101
2550
|
setContainerWidth(data: {
|
|
2102
2551
|
width?: number | undefined;
|
|
2103
2552
|
}): void;
|
|
2553
|
+
setContainerGap(data: {
|
|
2554
|
+
size: number;
|
|
2555
|
+
}): void;
|
|
2104
2556
|
setOverflowTargetWidth(data: {
|
|
2105
2557
|
width: number;
|
|
2106
2558
|
}): void;
|
|
@@ -2244,7 +2696,14 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
2244
2696
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
2245
2697
|
itemWidthCache: Record<string, number>;
|
|
2246
2698
|
containerWidth: number;
|
|
2247
|
-
|
|
2699
|
+
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
|
+
*/
|
|
2248
2707
|
selectedIds: string[] | "all";
|
|
2249
2708
|
unselectedIds: string[];
|
|
2250
2709
|
cursorId: string;
|
|
@@ -2274,6 +2733,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
2274
2733
|
setContainerWidth(data: {
|
|
2275
2734
|
width?: number | undefined;
|
|
2276
2735
|
}): void;
|
|
2736
|
+
setContainerGap(data: {
|
|
2737
|
+
size: number;
|
|
2738
|
+
}): void;
|
|
2277
2739
|
setOverflowTargetWidth(data: {
|
|
2278
2740
|
width: number;
|
|
2279
2741
|
}): void;
|