@workday/canvas-kit-react 12.4.19 → 12.4.21
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/index.ts +12 -3
- package/dist/commonjs/action-bar/lib/ActionBar.d.ts +348 -348
- package/dist/commonjs/action-bar/lib/ActionBarItem.d.ts +13 -13
- package/dist/commonjs/action-bar/lib/ActionBarList.d.ts +13 -13
- package/dist/commonjs/action-bar/lib/ActionBarOverflowButton.d.ts +18 -18
- package/dist/commonjs/action-bar/lib/useActionBarModel.d.ts +217 -217
- 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 +357 -357
- package/dist/commonjs/breadcrumbs/lib/Breadcrumbs.d.ts.map +1 -1
- package/dist/commonjs/breadcrumbs/lib/BreadcrumbsCurrentItem.d.ts +18 -18
- package/dist/commonjs/breadcrumbs/lib/BreadcrumbsItem.d.ts +13 -13
- package/dist/commonjs/breadcrumbs/lib/BreadcrumbsList.d.ts +9 -9
- package/dist/commonjs/breadcrumbs/lib/BreadcrumbsMenu.d.ts +124 -124
- package/dist/commonjs/breadcrumbs/lib/BreadcrumbsOverflowButton.d.ts +18 -18
- package/dist/commonjs/breadcrumbs/lib/hooks/useBreadcrumbsModel.d.ts +217 -217
- package/dist/commonjs/button/lib/BaseButton.js +21 -21
- package/dist/commonjs/button/lib/DeleteButton.js +1 -1
- package/dist/commonjs/button/lib/Hyperlink.js +2 -2
- 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/index.d.ts +5 -4
- package/dist/commonjs/collection/index.d.ts.map +1 -1
- package/dist/commonjs/collection/lib/ListBox.js +3 -3
- package/dist/commonjs/collection/lib/useListItemAllowChildStrings.d.ts +4 -4
- package/dist/commonjs/combobox/lib/Combobox.d.ts +124 -124
- package/dist/commonjs/combobox/lib/ComboboxCard.d.ts +8 -8
- package/dist/commonjs/combobox/lib/ComboboxInput.d.ts +4 -4
- package/dist/commonjs/combobox/lib/ComboboxMenu.d.ts +20 -20
- package/dist/commonjs/combobox/lib/ComboboxMenuItem.d.ts +4 -4
- package/dist/commonjs/combobox/lib/ComboboxMenuList.d.ts +8 -8
- package/dist/commonjs/combobox/lib/ComboboxMenuList.js +1 -1
- package/dist/commonjs/combobox/lib/ComboboxPopper.d.ts +4 -4
- package/dist/commonjs/combobox/lib/hooks/useComboboxInput.d.ts +4 -4
- package/dist/commonjs/combobox/lib/hooks/useComboboxInputArbitrary.d.ts +4 -4
- package/dist/commonjs/combobox/lib/hooks/useComboboxInputConstrained.d.ts +4 -4
- package/dist/commonjs/combobox/lib/hooks/useComboboxInputOpenWithArrowKeys.d.ts +4 -4
- package/dist/commonjs/combobox/lib/hooks/useComboboxKeyboardTypeAhead.d.ts +4 -4
- package/dist/commonjs/combobox/lib/hooks/useComboboxListKeyboardHandler.d.ts +4 -4
- package/dist/commonjs/combobox/lib/hooks/useComboboxModel.d.ts +110 -110
- package/dist/commonjs/combobox/lib/hooks/useComboboxMoveCursorToSelected.d.ts +4 -4
- package/dist/commonjs/combobox/lib/hooks/useComboboxResetCursorToSelected.d.ts +4 -4
- package/dist/commonjs/combobox/lib/hooks/useSetPopupWidth.d.ts +4 -4
- 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/Menu.d.ts +124 -124
- package/dist/commonjs/menu/lib/MenuCard.d.ts +8 -8
- package/dist/commonjs/menu/lib/MenuCard.js +1 -1
- package/dist/commonjs/menu/lib/MenuContextTarget.d.ts +12 -12
- package/dist/commonjs/menu/lib/MenuItem.d.ts +8 -8
- package/dist/commonjs/menu/lib/MenuItem.js +1 -1
- package/dist/commonjs/menu/lib/MenuList.d.ts +8 -8
- package/dist/commonjs/menu/lib/MenuList.js +3 -3
- package/dist/commonjs/menu/lib/MenuOption.d.ts +8 -8
- package/dist/commonjs/menu/lib/MenuOption.js +1 -1
- package/dist/commonjs/menu/lib/MenuPopper.d.ts +4 -4
- package/dist/commonjs/menu/lib/MenuTarget.d.ts +20 -20
- package/dist/commonjs/menu/lib/useMenuModel.d.ts +106 -106
- 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/Select.d.ts +128 -128
- package/dist/commonjs/select/lib/SelectCard.d.ts +8 -8
- package/dist/commonjs/select/lib/SelectCard.js +1 -1
- package/dist/commonjs/select/lib/SelectInput.d.ts +4 -4
- package/dist/commonjs/select/lib/SelectInput.js +3 -3
- package/dist/commonjs/select/lib/SelectItem.d.ts +8 -8
- package/dist/commonjs/select/lib/hooks/useSelectCard.d.ts +4 -4
- package/dist/commonjs/select/lib/hooks/useSelectInput.d.ts +4 -4
- package/dist/commonjs/select/lib/hooks/useSelectModel.d.ts +110 -110
- 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 +470 -470
- package/dist/commonjs/tabs/lib/TabsItem.d.ts +18 -18
- package/dist/commonjs/tabs/lib/TabsList.d.ts +18 -18
- package/dist/commonjs/tabs/lib/TabsMenuPopper.d.ts +4 -4
- package/dist/commonjs/tabs/lib/TabsOverflowButton.d.ts +18 -18
- package/dist/commonjs/tabs/lib/TabsPanel.d.ts +18 -18
- package/dist/commonjs/tabs/lib/TabsPanels.d.ts +9 -9
- package/dist/commonjs/tabs/lib/useTabsModel.d.ts +405 -405
- 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 +348 -348
- package/dist/es6/action-bar/lib/ActionBarItem.d.ts +13 -13
- package/dist/es6/action-bar/lib/ActionBarList.d.ts +13 -13
- package/dist/es6/action-bar/lib/ActionBarOverflowButton.d.ts +18 -18
- package/dist/es6/action-bar/lib/useActionBarModel.d.ts +217 -217
- 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 +357 -357
- package/dist/es6/breadcrumbs/lib/Breadcrumbs.d.ts.map +1 -1
- package/dist/es6/breadcrumbs/lib/BreadcrumbsCurrentItem.d.ts +18 -18
- package/dist/es6/breadcrumbs/lib/BreadcrumbsItem.d.ts +13 -13
- package/dist/es6/breadcrumbs/lib/BreadcrumbsList.d.ts +9 -9
- package/dist/es6/breadcrumbs/lib/BreadcrumbsMenu.d.ts +124 -124
- package/dist/es6/breadcrumbs/lib/BreadcrumbsOverflowButton.d.ts +18 -18
- package/dist/es6/breadcrumbs/lib/hooks/useBreadcrumbsModel.d.ts +217 -217
- package/dist/es6/button/lib/BaseButton.js +21 -21
- package/dist/es6/button/lib/DeleteButton.js +1 -1
- package/dist/es6/button/lib/Hyperlink.js +2 -2
- 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/index.d.ts +5 -4
- package/dist/es6/collection/index.d.ts.map +1 -1
- package/dist/es6/collection/index.js +1 -1
- package/dist/es6/collection/lib/ListBox.js +3 -3
- package/dist/es6/collection/lib/useListItemAllowChildStrings.d.ts +4 -4
- package/dist/es6/combobox/lib/Combobox.d.ts +124 -124
- package/dist/es6/combobox/lib/ComboboxCard.d.ts +8 -8
- package/dist/es6/combobox/lib/ComboboxInput.d.ts +4 -4
- package/dist/es6/combobox/lib/ComboboxMenu.d.ts +20 -20
- package/dist/es6/combobox/lib/ComboboxMenuItem.d.ts +4 -4
- package/dist/es6/combobox/lib/ComboboxMenuList.d.ts +8 -8
- package/dist/es6/combobox/lib/ComboboxMenuList.js +1 -1
- package/dist/es6/combobox/lib/ComboboxPopper.d.ts +4 -4
- package/dist/es6/combobox/lib/hooks/useComboboxInput.d.ts +4 -4
- package/dist/es6/combobox/lib/hooks/useComboboxInputArbitrary.d.ts +4 -4
- package/dist/es6/combobox/lib/hooks/useComboboxInputConstrained.d.ts +4 -4
- package/dist/es6/combobox/lib/hooks/useComboboxInputOpenWithArrowKeys.d.ts +4 -4
- package/dist/es6/combobox/lib/hooks/useComboboxKeyboardTypeAhead.d.ts +4 -4
- package/dist/es6/combobox/lib/hooks/useComboboxListKeyboardHandler.d.ts +4 -4
- package/dist/es6/combobox/lib/hooks/useComboboxModel.d.ts +110 -110
- package/dist/es6/combobox/lib/hooks/useComboboxMoveCursorToSelected.d.ts +4 -4
- package/dist/es6/combobox/lib/hooks/useComboboxResetCursorToSelected.d.ts +4 -4
- package/dist/es6/combobox/lib/hooks/useSetPopupWidth.d.ts +4 -4
- 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/Menu.d.ts +124 -124
- package/dist/es6/menu/lib/MenuCard.d.ts +8 -8
- package/dist/es6/menu/lib/MenuCard.js +1 -1
- package/dist/es6/menu/lib/MenuContextTarget.d.ts +12 -12
- package/dist/es6/menu/lib/MenuItem.d.ts +8 -8
- package/dist/es6/menu/lib/MenuItem.js +1 -1
- package/dist/es6/menu/lib/MenuList.d.ts +8 -8
- package/dist/es6/menu/lib/MenuList.js +3 -3
- package/dist/es6/menu/lib/MenuOption.d.ts +8 -8
- package/dist/es6/menu/lib/MenuOption.js +1 -1
- package/dist/es6/menu/lib/MenuPopper.d.ts +4 -4
- package/dist/es6/menu/lib/MenuTarget.d.ts +20 -20
- package/dist/es6/menu/lib/useMenuModel.d.ts +106 -106
- 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/Select.d.ts +128 -128
- package/dist/es6/select/lib/SelectCard.d.ts +8 -8
- package/dist/es6/select/lib/SelectCard.js +1 -1
- package/dist/es6/select/lib/SelectInput.d.ts +4 -4
- package/dist/es6/select/lib/SelectInput.js +3 -3
- package/dist/es6/select/lib/SelectItem.d.ts +8 -8
- package/dist/es6/select/lib/hooks/useSelectCard.d.ts +4 -4
- package/dist/es6/select/lib/hooks/useSelectInput.d.ts +4 -4
- package/dist/es6/select/lib/hooks/useSelectModel.d.ts +110 -110
- 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 +470 -470
- package/dist/es6/tabs/lib/TabsItem.d.ts +18 -18
- package/dist/es6/tabs/lib/TabsList.d.ts +18 -18
- package/dist/es6/tabs/lib/TabsMenuPopper.d.ts +4 -4
- package/dist/es6/tabs/lib/TabsOverflowButton.d.ts +18 -18
- package/dist/es6/tabs/lib/TabsPanel.d.ts +18 -18
- package/dist/es6/tabs/lib/TabsPanels.d.ts +9 -9
- package/dist/es6/tabs/lib/useTabsModel.d.ts +405 -405
- 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
|
@@ -58,7 +58,7 @@ export interface BreadcrumbsProps {
|
|
|
58
58
|
*/
|
|
59
59
|
export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").ElementComponentM<"nav", BreadcrumbsProps & Partial<{
|
|
60
60
|
id: string;
|
|
61
|
-
orientation: import("
|
|
61
|
+
orientation: import("../..").Orientation;
|
|
62
62
|
menuConfig: Partial<{
|
|
63
63
|
mode: "multiple" | "single";
|
|
64
64
|
shouldVirtualize: boolean;
|
|
@@ -66,17 +66,17 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
66
66
|
initialFocusRef: React.RefObject<any> | undefined;
|
|
67
67
|
id: string;
|
|
68
68
|
initialVisibility: import("../..").Visibility;
|
|
69
|
-
initialSelectedIds: import("
|
|
69
|
+
initialSelectedIds: import("../..").SelectedIds;
|
|
70
70
|
initialUnselectedIds: string[];
|
|
71
|
-
selection: import("
|
|
71
|
+
selection: import("../..").SelectionManager;
|
|
72
72
|
initialCursorId: string;
|
|
73
73
|
columnCount: number;
|
|
74
|
-
navigation: import("
|
|
74
|
+
navigation: import("../..").NavigationManager;
|
|
75
75
|
pageSize: number;
|
|
76
76
|
getId: (item: any) => string;
|
|
77
77
|
getTextValue: (item: any) => string;
|
|
78
78
|
nonInteractiveIds: string[];
|
|
79
|
-
orientation: import("
|
|
79
|
+
orientation: import("../..").Orientation; /**
|
|
80
80
|
* The last element in the list of `Breadcrumbs.Item`s. By default, this item is truncated with
|
|
81
81
|
* a tooltip at `350px`, But that can be customized with the `maxWidth` prop.
|
|
82
82
|
*
|
|
@@ -92,12 +92,12 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
92
92
|
initialHiddenIds: string[];
|
|
93
93
|
containerWidth: number;
|
|
94
94
|
shouldCalculateOverflow: boolean;
|
|
95
|
-
initialSelectedIds: import("
|
|
95
|
+
initialSelectedIds: import("../..").SelectedIds;
|
|
96
96
|
initialUnselectedIds: string[];
|
|
97
|
-
selection: import("
|
|
97
|
+
selection: import("../..").SelectionManager;
|
|
98
98
|
initialCursorId: string;
|
|
99
99
|
columnCount: number;
|
|
100
|
-
navigation: import("
|
|
100
|
+
navigation: import("../..").NavigationManager;
|
|
101
101
|
pageSize: number;
|
|
102
102
|
getId: (item: any) => string;
|
|
103
103
|
getTextValue: (item: any) => string;
|
|
@@ -111,7 +111,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
111
111
|
}, prevState: {
|
|
112
112
|
hiddenIds: string[];
|
|
113
113
|
nonInteractiveIds: string[];
|
|
114
|
-
orientation: import("
|
|
114
|
+
orientation: import("../..").Orientation;
|
|
115
115
|
itemSizeCache: Record<string, number>;
|
|
116
116
|
itemWidthCache: Record<string, number>;
|
|
117
117
|
containerSize: number;
|
|
@@ -127,9 +127,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
127
127
|
readonly current: number;
|
|
128
128
|
};
|
|
129
129
|
UNSTABLE_virtual: {
|
|
130
|
-
virtualItems: import("
|
|
130
|
+
virtualItems: import("../..").VirtualItem[];
|
|
131
131
|
totalSize: number;
|
|
132
|
-
scrollToOffset: (index: number, options?: import("
|
|
132
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
133
133
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
134
134
|
measure: () => void;
|
|
135
135
|
};
|
|
@@ -146,7 +146,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
146
146
|
}, prevState: {
|
|
147
147
|
hiddenIds: string[];
|
|
148
148
|
nonInteractiveIds: string[];
|
|
149
|
-
orientation: import("
|
|
149
|
+
orientation: import("../..").Orientation;
|
|
150
150
|
itemSizeCache: Record<string, number>;
|
|
151
151
|
itemWidthCache: Record<string, number>;
|
|
152
152
|
containerSize: number;
|
|
@@ -162,9 +162,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
162
162
|
readonly current: number;
|
|
163
163
|
};
|
|
164
164
|
UNSTABLE_virtual: {
|
|
165
|
-
virtualItems: import("
|
|
165
|
+
virtualItems: import("../..").VirtualItem[];
|
|
166
166
|
totalSize: number;
|
|
167
|
-
scrollToOffset: (index: number, options?: import("
|
|
167
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
168
168
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
169
169
|
measure: () => void;
|
|
170
170
|
};
|
|
@@ -180,7 +180,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
180
180
|
}, prevState: {
|
|
181
181
|
hiddenIds: string[];
|
|
182
182
|
nonInteractiveIds: string[];
|
|
183
|
-
orientation: import("
|
|
183
|
+
orientation: import("../..").Orientation;
|
|
184
184
|
itemSizeCache: Record<string, number>;
|
|
185
185
|
itemWidthCache: Record<string, number>;
|
|
186
186
|
containerSize: number;
|
|
@@ -196,9 +196,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
196
196
|
readonly current: number;
|
|
197
197
|
};
|
|
198
198
|
UNSTABLE_virtual: {
|
|
199
|
-
virtualItems: import("
|
|
199
|
+
virtualItems: import("../..").VirtualItem[];
|
|
200
200
|
totalSize: number;
|
|
201
|
-
scrollToOffset: (index: number, options?: import("
|
|
201
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
202
202
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
203
203
|
measure: () => void;
|
|
204
204
|
};
|
|
@@ -214,7 +214,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
214
214
|
}, prevState: {
|
|
215
215
|
hiddenIds: string[];
|
|
216
216
|
nonInteractiveIds: string[];
|
|
217
|
-
orientation: import("
|
|
217
|
+
orientation: import("../..").Orientation;
|
|
218
218
|
itemSizeCache: Record<string, number>;
|
|
219
219
|
itemWidthCache: Record<string, number>;
|
|
220
220
|
containerSize: number;
|
|
@@ -230,9 +230,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
230
230
|
readonly current: number;
|
|
231
231
|
};
|
|
232
232
|
UNSTABLE_virtual: {
|
|
233
|
-
virtualItems: import("
|
|
233
|
+
virtualItems: import("../..").VirtualItem[];
|
|
234
234
|
totalSize: number;
|
|
235
|
-
scrollToOffset: (index: number, options?: import("
|
|
235
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
236
236
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
237
237
|
measure: () => void;
|
|
238
238
|
};
|
|
@@ -249,7 +249,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
249
249
|
}, prevState: {
|
|
250
250
|
hiddenIds: string[];
|
|
251
251
|
nonInteractiveIds: string[];
|
|
252
|
-
orientation: import("
|
|
252
|
+
orientation: import("../..").Orientation;
|
|
253
253
|
itemSizeCache: Record<string, number>;
|
|
254
254
|
itemWidthCache: Record<string, number>;
|
|
255
255
|
containerSize: number;
|
|
@@ -265,9 +265,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
265
265
|
readonly current: number;
|
|
266
266
|
};
|
|
267
267
|
UNSTABLE_virtual: {
|
|
268
|
-
virtualItems: import("
|
|
268
|
+
virtualItems: import("../..").VirtualItem[];
|
|
269
269
|
totalSize: number;
|
|
270
|
-
scrollToOffset: (index: number, options?: import("
|
|
270
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
271
271
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
272
272
|
measure: () => void;
|
|
273
273
|
};
|
|
@@ -283,7 +283,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
283
283
|
}, prevState: {
|
|
284
284
|
hiddenIds: string[];
|
|
285
285
|
nonInteractiveIds: string[];
|
|
286
|
-
orientation: import("
|
|
286
|
+
orientation: import("../..").Orientation;
|
|
287
287
|
itemSizeCache: Record<string, number>;
|
|
288
288
|
itemWidthCache: Record<string, number>;
|
|
289
289
|
containerSize: number;
|
|
@@ -299,9 +299,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
299
299
|
readonly current: number;
|
|
300
300
|
};
|
|
301
301
|
UNSTABLE_virtual: {
|
|
302
|
-
virtualItems: import("
|
|
302
|
+
virtualItems: import("../..").VirtualItem[];
|
|
303
303
|
totalSize: number;
|
|
304
|
-
scrollToOffset: (index: number, options?: import("
|
|
304
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
305
305
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
306
306
|
measure: () => void;
|
|
307
307
|
};
|
|
@@ -318,7 +318,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
318
318
|
}, prevState: {
|
|
319
319
|
hiddenIds: string[];
|
|
320
320
|
nonInteractiveIds: string[];
|
|
321
|
-
orientation: import("
|
|
321
|
+
orientation: import("../..").Orientation;
|
|
322
322
|
itemSizeCache: Record<string, number>;
|
|
323
323
|
itemWidthCache: Record<string, number>;
|
|
324
324
|
containerSize: number;
|
|
@@ -334,9 +334,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
334
334
|
readonly current: number;
|
|
335
335
|
};
|
|
336
336
|
UNSTABLE_virtual: {
|
|
337
|
-
virtualItems: import("
|
|
337
|
+
virtualItems: import("../..").VirtualItem[];
|
|
338
338
|
totalSize: number;
|
|
339
|
-
scrollToOffset: (index: number, options?: import("
|
|
339
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
340
340
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
341
341
|
measure: () => void;
|
|
342
342
|
};
|
|
@@ -354,7 +354,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
354
354
|
}, prevState: {
|
|
355
355
|
hiddenIds: string[];
|
|
356
356
|
nonInteractiveIds: string[];
|
|
357
|
-
orientation: import("
|
|
357
|
+
orientation: import("../..").Orientation;
|
|
358
358
|
itemSizeCache: Record<string, number>;
|
|
359
359
|
itemWidthCache: Record<string, number>;
|
|
360
360
|
containerSize: number;
|
|
@@ -370,9 +370,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
370
370
|
readonly current: number;
|
|
371
371
|
};
|
|
372
372
|
UNSTABLE_virtual: {
|
|
373
|
-
virtualItems: import("
|
|
373
|
+
virtualItems: import("../..").VirtualItem[];
|
|
374
374
|
totalSize: number;
|
|
375
|
-
scrollToOffset: (index: number, options?: import("
|
|
375
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
376
376
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
377
377
|
measure: () => void;
|
|
378
378
|
};
|
|
@@ -388,7 +388,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
388
388
|
}, prevState: {
|
|
389
389
|
hiddenIds: string[];
|
|
390
390
|
nonInteractiveIds: string[];
|
|
391
|
-
orientation: import("
|
|
391
|
+
orientation: import("../..").Orientation;
|
|
392
392
|
itemSizeCache: Record<string, number>;
|
|
393
393
|
itemWidthCache: Record<string, number>;
|
|
394
394
|
containerSize: number;
|
|
@@ -404,9 +404,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
404
404
|
readonly current: number;
|
|
405
405
|
};
|
|
406
406
|
UNSTABLE_virtual: {
|
|
407
|
-
virtualItems: import("
|
|
407
|
+
virtualItems: import("../..").VirtualItem[];
|
|
408
408
|
totalSize: number;
|
|
409
|
-
scrollToOffset: (index: number, options?: import("
|
|
409
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
410
410
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
411
411
|
measure: () => void;
|
|
412
412
|
};
|
|
@@ -422,7 +422,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
422
422
|
}, prevState: {
|
|
423
423
|
hiddenIds: string[];
|
|
424
424
|
nonInteractiveIds: string[];
|
|
425
|
-
orientation: import("
|
|
425
|
+
orientation: import("../..").Orientation;
|
|
426
426
|
itemSizeCache: Record<string, number>;
|
|
427
427
|
itemWidthCache: Record<string, number>;
|
|
428
428
|
containerSize: number;
|
|
@@ -438,9 +438,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
438
438
|
readonly current: number;
|
|
439
439
|
};
|
|
440
440
|
UNSTABLE_virtual: {
|
|
441
|
-
virtualItems: import("
|
|
441
|
+
virtualItems: import("../..").VirtualItem[];
|
|
442
442
|
totalSize: number;
|
|
443
|
-
scrollToOffset: (index: number, options?: import("
|
|
443
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
444
444
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
445
445
|
measure: () => void;
|
|
446
446
|
};
|
|
@@ -456,7 +456,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
456
456
|
}, prevState: {
|
|
457
457
|
hiddenIds: string[];
|
|
458
458
|
nonInteractiveIds: string[];
|
|
459
|
-
orientation: import("
|
|
459
|
+
orientation: import("../..").Orientation;
|
|
460
460
|
itemSizeCache: Record<string, number>;
|
|
461
461
|
itemWidthCache: Record<string, number>;
|
|
462
462
|
containerSize: number;
|
|
@@ -472,9 +472,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
472
472
|
readonly current: number;
|
|
473
473
|
};
|
|
474
474
|
UNSTABLE_virtual: {
|
|
475
|
-
virtualItems: import("
|
|
475
|
+
virtualItems: import("../..").VirtualItem[];
|
|
476
476
|
totalSize: number;
|
|
477
|
-
scrollToOffset: (index: number, options?: import("
|
|
477
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
478
478
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
479
479
|
measure: () => void;
|
|
480
480
|
};
|
|
@@ -490,7 +490,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
490
490
|
}, prevState: {
|
|
491
491
|
hiddenIds: string[];
|
|
492
492
|
nonInteractiveIds: string[];
|
|
493
|
-
orientation: import("
|
|
493
|
+
orientation: import("../..").Orientation;
|
|
494
494
|
itemSizeCache: Record<string, number>;
|
|
495
495
|
itemWidthCache: Record<string, number>;
|
|
496
496
|
containerSize: number;
|
|
@@ -506,9 +506,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
506
506
|
readonly current: number;
|
|
507
507
|
};
|
|
508
508
|
UNSTABLE_virtual: {
|
|
509
|
-
virtualItems: import("
|
|
509
|
+
virtualItems: import("../..").VirtualItem[];
|
|
510
510
|
totalSize: number;
|
|
511
|
-
scrollToOffset: (index: number, options?: import("
|
|
511
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
512
512
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
513
513
|
measure: () => void;
|
|
514
514
|
};
|
|
@@ -522,7 +522,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
522
522
|
onSelectAll?: ((data: undefined, prevState: {
|
|
523
523
|
hiddenIds: string[];
|
|
524
524
|
nonInteractiveIds: string[];
|
|
525
|
-
orientation: import("
|
|
525
|
+
orientation: import("../..").Orientation;
|
|
526
526
|
itemSizeCache: Record<string, number>;
|
|
527
527
|
itemWidthCache: Record<string, number>;
|
|
528
528
|
containerSize: number;
|
|
@@ -538,9 +538,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
538
538
|
readonly current: number;
|
|
539
539
|
};
|
|
540
540
|
UNSTABLE_virtual: {
|
|
541
|
-
virtualItems: import("
|
|
541
|
+
virtualItems: import("../..").VirtualItem[];
|
|
542
542
|
totalSize: number;
|
|
543
|
-
scrollToOffset: (index: number, options?: import("
|
|
543
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
544
544
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
545
545
|
measure: () => void;
|
|
546
546
|
};
|
|
@@ -554,7 +554,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
554
554
|
onUnselectAll?: ((data: undefined, prevState: {
|
|
555
555
|
hiddenIds: string[];
|
|
556
556
|
nonInteractiveIds: string[];
|
|
557
|
-
orientation: import("
|
|
557
|
+
orientation: import("../..").Orientation;
|
|
558
558
|
itemSizeCache: Record<string, number>;
|
|
559
559
|
itemWidthCache: Record<string, number>;
|
|
560
560
|
containerSize: number;
|
|
@@ -570,9 +570,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
570
570
|
readonly current: number;
|
|
571
571
|
};
|
|
572
572
|
UNSTABLE_virtual: {
|
|
573
|
-
virtualItems: import("
|
|
573
|
+
virtualItems: import("../..").VirtualItem[];
|
|
574
574
|
totalSize: number;
|
|
575
|
-
scrollToOffset: (index: number, options?: import("
|
|
575
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
576
576
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
577
577
|
measure: () => void;
|
|
578
578
|
};
|
|
@@ -586,7 +586,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
586
586
|
onSetSelectedIds?: ((data: string[] | "all", prevState: {
|
|
587
587
|
hiddenIds: string[];
|
|
588
588
|
nonInteractiveIds: string[];
|
|
589
|
-
orientation: import("
|
|
589
|
+
orientation: import("../..").Orientation;
|
|
590
590
|
itemSizeCache: Record<string, number>;
|
|
591
591
|
itemWidthCache: Record<string, number>;
|
|
592
592
|
containerSize: number;
|
|
@@ -602,9 +602,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
602
602
|
readonly current: number;
|
|
603
603
|
};
|
|
604
604
|
UNSTABLE_virtual: {
|
|
605
|
-
virtualItems: import("
|
|
605
|
+
virtualItems: import("../..").VirtualItem[];
|
|
606
606
|
totalSize: number;
|
|
607
|
-
scrollToOffset: (index: number, options?: import("
|
|
607
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
608
608
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
609
609
|
measure: () => void;
|
|
610
610
|
};
|
|
@@ -622,7 +622,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
622
622
|
}, prevState: {
|
|
623
623
|
hiddenIds: string[];
|
|
624
624
|
nonInteractiveIds: string[];
|
|
625
|
-
orientation: import("
|
|
625
|
+
orientation: import("../..").Orientation;
|
|
626
626
|
itemSizeCache: Record<string, number>;
|
|
627
627
|
itemWidthCache: Record<string, number>;
|
|
628
628
|
containerSize: number;
|
|
@@ -638,9 +638,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
638
638
|
readonly current: number;
|
|
639
639
|
};
|
|
640
640
|
UNSTABLE_virtual: {
|
|
641
|
-
virtualItems: import("
|
|
641
|
+
virtualItems: import("../..").VirtualItem[];
|
|
642
642
|
totalSize: number;
|
|
643
|
-
scrollToOffset: (index: number, options?: import("
|
|
643
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
644
644
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
645
645
|
measure: () => void;
|
|
646
646
|
};
|
|
@@ -656,7 +656,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
656
656
|
}, prevState: {
|
|
657
657
|
hiddenIds: string[];
|
|
658
658
|
nonInteractiveIds: string[];
|
|
659
|
-
orientation: import("
|
|
659
|
+
orientation: import("../..").Orientation;
|
|
660
660
|
itemSizeCache: Record<string, number>;
|
|
661
661
|
itemWidthCache: Record<string, number>;
|
|
662
662
|
containerSize: number;
|
|
@@ -672,9 +672,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
672
672
|
readonly current: number;
|
|
673
673
|
};
|
|
674
674
|
UNSTABLE_virtual: {
|
|
675
|
-
virtualItems: import("
|
|
675
|
+
virtualItems: import("../..").VirtualItem[];
|
|
676
676
|
totalSize: number;
|
|
677
|
-
scrollToOffset: (index: number, options?: import("
|
|
677
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
678
678
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
679
679
|
measure: () => void;
|
|
680
680
|
};
|
|
@@ -688,7 +688,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
688
688
|
onGoToNext?: ((data: undefined, prevState: {
|
|
689
689
|
hiddenIds: string[];
|
|
690
690
|
nonInteractiveIds: string[];
|
|
691
|
-
orientation: import("
|
|
691
|
+
orientation: import("../..").Orientation;
|
|
692
692
|
itemSizeCache: Record<string, number>;
|
|
693
693
|
itemWidthCache: Record<string, number>;
|
|
694
694
|
containerSize: number;
|
|
@@ -704,9 +704,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
704
704
|
readonly current: number;
|
|
705
705
|
};
|
|
706
706
|
UNSTABLE_virtual: {
|
|
707
|
-
virtualItems: import("
|
|
707
|
+
virtualItems: import("../..").VirtualItem[];
|
|
708
708
|
totalSize: number;
|
|
709
|
-
scrollToOffset: (index: number, options?: import("
|
|
709
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
710
710
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
711
711
|
measure: () => void;
|
|
712
712
|
};
|
|
@@ -720,7 +720,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
720
720
|
onGoToPrevious?: ((data: undefined, prevState: {
|
|
721
721
|
hiddenIds: string[];
|
|
722
722
|
nonInteractiveIds: string[];
|
|
723
|
-
orientation: import("
|
|
723
|
+
orientation: import("../..").Orientation;
|
|
724
724
|
itemSizeCache: Record<string, number>;
|
|
725
725
|
itemWidthCache: Record<string, number>;
|
|
726
726
|
containerSize: number;
|
|
@@ -736,9 +736,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
736
736
|
readonly current: number;
|
|
737
737
|
};
|
|
738
738
|
UNSTABLE_virtual: {
|
|
739
|
-
virtualItems: import("
|
|
739
|
+
virtualItems: import("../..").VirtualItem[];
|
|
740
740
|
totalSize: number;
|
|
741
|
-
scrollToOffset: (index: number, options?: import("
|
|
741
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
742
742
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
743
743
|
measure: () => void;
|
|
744
744
|
};
|
|
@@ -752,7 +752,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
752
752
|
onGoToPreviousRow?: ((data: undefined, prevState: {
|
|
753
753
|
hiddenIds: string[];
|
|
754
754
|
nonInteractiveIds: string[];
|
|
755
|
-
orientation: import("
|
|
755
|
+
orientation: import("../..").Orientation;
|
|
756
756
|
itemSizeCache: Record<string, number>;
|
|
757
757
|
itemWidthCache: Record<string, number>;
|
|
758
758
|
containerSize: number;
|
|
@@ -768,9 +768,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
768
768
|
readonly current: number;
|
|
769
769
|
};
|
|
770
770
|
UNSTABLE_virtual: {
|
|
771
|
-
virtualItems: import("
|
|
771
|
+
virtualItems: import("../..").VirtualItem[];
|
|
772
772
|
totalSize: number;
|
|
773
|
-
scrollToOffset: (index: number, options?: import("
|
|
773
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
774
774
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
775
775
|
measure: () => void;
|
|
776
776
|
};
|
|
@@ -784,7 +784,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
784
784
|
onGoToNextRow?: ((data: undefined, prevState: {
|
|
785
785
|
hiddenIds: string[];
|
|
786
786
|
nonInteractiveIds: string[];
|
|
787
|
-
orientation: import("
|
|
787
|
+
orientation: import("../..").Orientation;
|
|
788
788
|
itemSizeCache: Record<string, number>;
|
|
789
789
|
itemWidthCache: Record<string, number>;
|
|
790
790
|
containerSize: number;
|
|
@@ -800,9 +800,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
800
800
|
readonly current: number;
|
|
801
801
|
};
|
|
802
802
|
UNSTABLE_virtual: {
|
|
803
|
-
virtualItems: import("
|
|
803
|
+
virtualItems: import("../..").VirtualItem[];
|
|
804
804
|
totalSize: number;
|
|
805
|
-
scrollToOffset: (index: number, options?: import("
|
|
805
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
806
806
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
807
807
|
measure: () => void;
|
|
808
808
|
};
|
|
@@ -816,7 +816,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
816
816
|
onGoToFirst?: ((data: undefined, prevState: {
|
|
817
817
|
hiddenIds: string[];
|
|
818
818
|
nonInteractiveIds: string[];
|
|
819
|
-
orientation: import("
|
|
819
|
+
orientation: import("../..").Orientation;
|
|
820
820
|
itemSizeCache: Record<string, number>;
|
|
821
821
|
itemWidthCache: Record<string, number>;
|
|
822
822
|
containerSize: number;
|
|
@@ -832,9 +832,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
832
832
|
readonly current: number;
|
|
833
833
|
};
|
|
834
834
|
UNSTABLE_virtual: {
|
|
835
|
-
virtualItems: import("
|
|
835
|
+
virtualItems: import("../..").VirtualItem[];
|
|
836
836
|
totalSize: number;
|
|
837
|
-
scrollToOffset: (index: number, options?: import("
|
|
837
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
838
838
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
839
839
|
measure: () => void;
|
|
840
840
|
};
|
|
@@ -848,7 +848,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
848
848
|
onGoToLast?: ((data: undefined, prevState: {
|
|
849
849
|
hiddenIds: string[];
|
|
850
850
|
nonInteractiveIds: string[];
|
|
851
|
-
orientation: import("
|
|
851
|
+
orientation: import("../..").Orientation;
|
|
852
852
|
itemSizeCache: Record<string, number>;
|
|
853
853
|
itemWidthCache: Record<string, number>;
|
|
854
854
|
containerSize: number;
|
|
@@ -864,9 +864,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
864
864
|
readonly current: number;
|
|
865
865
|
};
|
|
866
866
|
UNSTABLE_virtual: {
|
|
867
|
-
virtualItems: import("
|
|
867
|
+
virtualItems: import("../..").VirtualItem[];
|
|
868
868
|
totalSize: number;
|
|
869
|
-
scrollToOffset: (index: number, options?: import("
|
|
869
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
870
870
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
871
871
|
measure: () => void;
|
|
872
872
|
};
|
|
@@ -880,7 +880,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
880
880
|
onGoToFirstOfRow?: ((data: undefined, prevState: {
|
|
881
881
|
hiddenIds: string[];
|
|
882
882
|
nonInteractiveIds: string[];
|
|
883
|
-
orientation: import("
|
|
883
|
+
orientation: import("../..").Orientation;
|
|
884
884
|
itemSizeCache: Record<string, number>;
|
|
885
885
|
itemWidthCache: Record<string, number>;
|
|
886
886
|
containerSize: number;
|
|
@@ -896,9 +896,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
896
896
|
readonly current: number;
|
|
897
897
|
};
|
|
898
898
|
UNSTABLE_virtual: {
|
|
899
|
-
virtualItems: import("
|
|
899
|
+
virtualItems: import("../..").VirtualItem[];
|
|
900
900
|
totalSize: number;
|
|
901
|
-
scrollToOffset: (index: number, options?: import("
|
|
901
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
902
902
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
903
903
|
measure: () => void;
|
|
904
904
|
};
|
|
@@ -912,7 +912,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
912
912
|
onGoToLastOfRow?: ((data: undefined, prevState: {
|
|
913
913
|
hiddenIds: string[];
|
|
914
914
|
nonInteractiveIds: string[];
|
|
915
|
-
orientation: import("
|
|
915
|
+
orientation: import("../..").Orientation;
|
|
916
916
|
itemSizeCache: Record<string, number>;
|
|
917
917
|
itemWidthCache: Record<string, number>;
|
|
918
918
|
containerSize: number;
|
|
@@ -928,9 +928,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
928
928
|
readonly current: number;
|
|
929
929
|
};
|
|
930
930
|
UNSTABLE_virtual: {
|
|
931
|
-
virtualItems: import("
|
|
931
|
+
virtualItems: import("../..").VirtualItem[];
|
|
932
932
|
totalSize: number;
|
|
933
|
-
scrollToOffset: (index: number, options?: import("
|
|
933
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
934
934
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
935
935
|
measure: () => void;
|
|
936
936
|
};
|
|
@@ -944,7 +944,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
944
944
|
onGoToNextPage?: ((data: undefined, prevState: {
|
|
945
945
|
hiddenIds: string[];
|
|
946
946
|
nonInteractiveIds: string[];
|
|
947
|
-
orientation: import("
|
|
947
|
+
orientation: import("../..").Orientation;
|
|
948
948
|
itemSizeCache: Record<string, number>;
|
|
949
949
|
itemWidthCache: Record<string, number>;
|
|
950
950
|
containerSize: number;
|
|
@@ -960,9 +960,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
960
960
|
readonly current: number;
|
|
961
961
|
};
|
|
962
962
|
UNSTABLE_virtual: {
|
|
963
|
-
virtualItems: import("
|
|
963
|
+
virtualItems: import("../..").VirtualItem[];
|
|
964
964
|
totalSize: number;
|
|
965
|
-
scrollToOffset: (index: number, options?: import("
|
|
965
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
966
966
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
967
967
|
measure: () => void;
|
|
968
968
|
};
|
|
@@ -976,7 +976,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
976
976
|
onGoToPreviousPage?: ((data: undefined, prevState: {
|
|
977
977
|
hiddenIds: string[];
|
|
978
978
|
nonInteractiveIds: string[];
|
|
979
|
-
orientation: import("
|
|
979
|
+
orientation: import("../..").Orientation;
|
|
980
980
|
itemSizeCache: Record<string, number>;
|
|
981
981
|
itemWidthCache: Record<string, number>;
|
|
982
982
|
containerSize: number;
|
|
@@ -992,9 +992,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
992
992
|
readonly current: number;
|
|
993
993
|
};
|
|
994
994
|
UNSTABLE_virtual: {
|
|
995
|
-
virtualItems: import("
|
|
995
|
+
virtualItems: import("../..").VirtualItem[];
|
|
996
996
|
totalSize: number;
|
|
997
|
-
scrollToOffset: (index: number, options?: import("
|
|
997
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
998
998
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
999
999
|
measure: () => void;
|
|
1000
1000
|
};
|
|
@@ -1011,7 +1011,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1011
1011
|
}, prevState: {
|
|
1012
1012
|
hiddenIds: string[];
|
|
1013
1013
|
nonInteractiveIds: string[];
|
|
1014
|
-
orientation: import("
|
|
1014
|
+
orientation: import("../..").Orientation;
|
|
1015
1015
|
itemSizeCache: Record<string, number>;
|
|
1016
1016
|
itemWidthCache: Record<string, number>;
|
|
1017
1017
|
containerSize: number;
|
|
@@ -1027,9 +1027,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1027
1027
|
readonly current: number;
|
|
1028
1028
|
};
|
|
1029
1029
|
UNSTABLE_virtual: {
|
|
1030
|
-
virtualItems: import("
|
|
1030
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1031
1031
|
totalSize: number;
|
|
1032
|
-
scrollToOffset: (index: number, options?: import("
|
|
1032
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1033
1033
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1034
1034
|
measure: () => void;
|
|
1035
1035
|
};
|
|
@@ -1045,7 +1045,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1045
1045
|
}, prevState: {
|
|
1046
1046
|
hiddenIds: string[];
|
|
1047
1047
|
nonInteractiveIds: string[];
|
|
1048
|
-
orientation: import("
|
|
1048
|
+
orientation: import("../..").Orientation;
|
|
1049
1049
|
itemSizeCache: Record<string, number>;
|
|
1050
1050
|
itemWidthCache: Record<string, number>;
|
|
1051
1051
|
containerSize: number;
|
|
@@ -1061,9 +1061,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1061
1061
|
readonly current: number;
|
|
1062
1062
|
};
|
|
1063
1063
|
UNSTABLE_virtual: {
|
|
1064
|
-
virtualItems: import("
|
|
1064
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1065
1065
|
totalSize: number;
|
|
1066
|
-
scrollToOffset: (index: number, options?: import("
|
|
1066
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1067
1067
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1068
1068
|
measure: () => void;
|
|
1069
1069
|
};
|
|
@@ -1079,7 +1079,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1079
1079
|
}, prevState: {
|
|
1080
1080
|
hiddenIds: string[];
|
|
1081
1081
|
nonInteractiveIds: string[];
|
|
1082
|
-
orientation: import("
|
|
1082
|
+
orientation: import("../..").Orientation;
|
|
1083
1083
|
itemSizeCache: Record<string, number>;
|
|
1084
1084
|
itemWidthCache: Record<string, number>;
|
|
1085
1085
|
containerSize: number;
|
|
@@ -1095,9 +1095,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1095
1095
|
readonly current: number;
|
|
1096
1096
|
};
|
|
1097
1097
|
UNSTABLE_virtual: {
|
|
1098
|
-
virtualItems: import("
|
|
1098
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1099
1099
|
totalSize: number;
|
|
1100
|
-
scrollToOffset: (index: number, options?: import("
|
|
1100
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1101
1101
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1102
1102
|
measure: () => void;
|
|
1103
1103
|
};
|
|
@@ -1114,7 +1114,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1114
1114
|
}, state: {
|
|
1115
1115
|
hiddenIds: string[];
|
|
1116
1116
|
nonInteractiveIds: string[];
|
|
1117
|
-
orientation: import("
|
|
1117
|
+
orientation: import("../..").Orientation;
|
|
1118
1118
|
itemSizeCache: Record<string, number>;
|
|
1119
1119
|
itemWidthCache: Record<string, number>;
|
|
1120
1120
|
containerSize: number;
|
|
@@ -1130,9 +1130,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1130
1130
|
readonly current: number;
|
|
1131
1131
|
};
|
|
1132
1132
|
UNSTABLE_virtual: {
|
|
1133
|
-
virtualItems: import("
|
|
1133
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1134
1134
|
totalSize: number;
|
|
1135
|
-
scrollToOffset: (index: number, options?: import("
|
|
1135
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1136
1136
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1137
1137
|
measure: () => void;
|
|
1138
1138
|
};
|
|
@@ -1149,7 +1149,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1149
1149
|
}, state: {
|
|
1150
1150
|
hiddenIds: string[];
|
|
1151
1151
|
nonInteractiveIds: string[];
|
|
1152
|
-
orientation: import("
|
|
1152
|
+
orientation: import("../..").Orientation;
|
|
1153
1153
|
itemSizeCache: Record<string, number>;
|
|
1154
1154
|
itemWidthCache: Record<string, number>;
|
|
1155
1155
|
containerSize: number;
|
|
@@ -1165,9 +1165,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1165
1165
|
readonly current: number;
|
|
1166
1166
|
};
|
|
1167
1167
|
UNSTABLE_virtual: {
|
|
1168
|
-
virtualItems: import("
|
|
1168
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1169
1169
|
totalSize: number;
|
|
1170
|
-
scrollToOffset: (index: number, options?: import("
|
|
1170
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1171
1171
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1172
1172
|
measure: () => void;
|
|
1173
1173
|
};
|
|
@@ -1183,7 +1183,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1183
1183
|
}, state: {
|
|
1184
1184
|
hiddenIds: string[];
|
|
1185
1185
|
nonInteractiveIds: string[];
|
|
1186
|
-
orientation: import("
|
|
1186
|
+
orientation: import("../..").Orientation;
|
|
1187
1187
|
itemSizeCache: Record<string, number>;
|
|
1188
1188
|
itemWidthCache: Record<string, number>;
|
|
1189
1189
|
containerSize: number;
|
|
@@ -1199,9 +1199,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1199
1199
|
readonly current: number;
|
|
1200
1200
|
};
|
|
1201
1201
|
UNSTABLE_virtual: {
|
|
1202
|
-
virtualItems: import("
|
|
1202
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1203
1203
|
totalSize: number;
|
|
1204
|
-
scrollToOffset: (index: number, options?: import("
|
|
1204
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1205
1205
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1206
1206
|
measure: () => void;
|
|
1207
1207
|
};
|
|
@@ -1217,7 +1217,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1217
1217
|
}, state: {
|
|
1218
1218
|
hiddenIds: string[];
|
|
1219
1219
|
nonInteractiveIds: string[];
|
|
1220
|
-
orientation: import("
|
|
1220
|
+
orientation: import("../..").Orientation;
|
|
1221
1221
|
itemSizeCache: Record<string, number>;
|
|
1222
1222
|
itemWidthCache: Record<string, number>;
|
|
1223
1223
|
containerSize: number;
|
|
@@ -1233,9 +1233,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1233
1233
|
readonly current: number;
|
|
1234
1234
|
};
|
|
1235
1235
|
UNSTABLE_virtual: {
|
|
1236
|
-
virtualItems: import("
|
|
1236
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1237
1237
|
totalSize: number;
|
|
1238
|
-
scrollToOffset: (index: number, options?: import("
|
|
1238
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1239
1239
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1240
1240
|
measure: () => void;
|
|
1241
1241
|
};
|
|
@@ -1252,7 +1252,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1252
1252
|
}, state: {
|
|
1253
1253
|
hiddenIds: string[];
|
|
1254
1254
|
nonInteractiveIds: string[];
|
|
1255
|
-
orientation: import("
|
|
1255
|
+
orientation: import("../..").Orientation;
|
|
1256
1256
|
itemSizeCache: Record<string, number>;
|
|
1257
1257
|
itemWidthCache: Record<string, number>;
|
|
1258
1258
|
containerSize: number;
|
|
@@ -1268,9 +1268,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1268
1268
|
readonly current: number;
|
|
1269
1269
|
};
|
|
1270
1270
|
UNSTABLE_virtual: {
|
|
1271
|
-
virtualItems: import("
|
|
1271
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1272
1272
|
totalSize: number;
|
|
1273
|
-
scrollToOffset: (index: number, options?: import("
|
|
1273
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1274
1274
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1275
1275
|
measure: () => void;
|
|
1276
1276
|
};
|
|
@@ -1286,7 +1286,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1286
1286
|
}, state: {
|
|
1287
1287
|
hiddenIds: string[];
|
|
1288
1288
|
nonInteractiveIds: string[];
|
|
1289
|
-
orientation: import("
|
|
1289
|
+
orientation: import("../..").Orientation;
|
|
1290
1290
|
itemSizeCache: Record<string, number>;
|
|
1291
1291
|
itemWidthCache: Record<string, number>;
|
|
1292
1292
|
containerSize: number;
|
|
@@ -1302,9 +1302,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1302
1302
|
readonly current: number;
|
|
1303
1303
|
};
|
|
1304
1304
|
UNSTABLE_virtual: {
|
|
1305
|
-
virtualItems: import("
|
|
1305
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1306
1306
|
totalSize: number;
|
|
1307
|
-
scrollToOffset: (index: number, options?: import("
|
|
1307
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1308
1308
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1309
1309
|
measure: () => void;
|
|
1310
1310
|
};
|
|
@@ -1321,7 +1321,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1321
1321
|
}, state: {
|
|
1322
1322
|
hiddenIds: string[];
|
|
1323
1323
|
nonInteractiveIds: string[];
|
|
1324
|
-
orientation: import("
|
|
1324
|
+
orientation: import("../..").Orientation;
|
|
1325
1325
|
itemSizeCache: Record<string, number>;
|
|
1326
1326
|
itemWidthCache: Record<string, number>;
|
|
1327
1327
|
containerSize: number;
|
|
@@ -1337,9 +1337,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1337
1337
|
readonly current: number;
|
|
1338
1338
|
};
|
|
1339
1339
|
UNSTABLE_virtual: {
|
|
1340
|
-
virtualItems: import("
|
|
1340
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1341
1341
|
totalSize: number;
|
|
1342
|
-
scrollToOffset: (index: number, options?: import("
|
|
1342
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1343
1343
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1344
1344
|
measure: () => void;
|
|
1345
1345
|
};
|
|
@@ -1357,7 +1357,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1357
1357
|
}, state: {
|
|
1358
1358
|
hiddenIds: string[];
|
|
1359
1359
|
nonInteractiveIds: string[];
|
|
1360
|
-
orientation: import("
|
|
1360
|
+
orientation: import("../..").Orientation;
|
|
1361
1361
|
itemSizeCache: Record<string, number>;
|
|
1362
1362
|
itemWidthCache: Record<string, number>;
|
|
1363
1363
|
containerSize: number;
|
|
@@ -1373,9 +1373,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1373
1373
|
readonly current: number;
|
|
1374
1374
|
};
|
|
1375
1375
|
UNSTABLE_virtual: {
|
|
1376
|
-
virtualItems: import("
|
|
1376
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1377
1377
|
totalSize: number;
|
|
1378
|
-
scrollToOffset: (index: number, options?: import("
|
|
1378
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1379
1379
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1380
1380
|
measure: () => void;
|
|
1381
1381
|
};
|
|
@@ -1391,7 +1391,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1391
1391
|
}, state: {
|
|
1392
1392
|
hiddenIds: string[];
|
|
1393
1393
|
nonInteractiveIds: string[];
|
|
1394
|
-
orientation: import("
|
|
1394
|
+
orientation: import("../..").Orientation;
|
|
1395
1395
|
itemSizeCache: Record<string, number>;
|
|
1396
1396
|
itemWidthCache: Record<string, number>;
|
|
1397
1397
|
containerSize: number;
|
|
@@ -1407,9 +1407,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1407
1407
|
readonly current: number;
|
|
1408
1408
|
};
|
|
1409
1409
|
UNSTABLE_virtual: {
|
|
1410
|
-
virtualItems: import("
|
|
1410
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1411
1411
|
totalSize: number;
|
|
1412
|
-
scrollToOffset: (index: number, options?: import("
|
|
1412
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1413
1413
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1414
1414
|
measure: () => void;
|
|
1415
1415
|
};
|
|
@@ -1425,7 +1425,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1425
1425
|
}, state: {
|
|
1426
1426
|
hiddenIds: string[];
|
|
1427
1427
|
nonInteractiveIds: string[];
|
|
1428
|
-
orientation: import("
|
|
1428
|
+
orientation: import("../..").Orientation;
|
|
1429
1429
|
itemSizeCache: Record<string, number>;
|
|
1430
1430
|
itemWidthCache: Record<string, number>;
|
|
1431
1431
|
containerSize: number;
|
|
@@ -1441,9 +1441,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1441
1441
|
readonly current: number;
|
|
1442
1442
|
};
|
|
1443
1443
|
UNSTABLE_virtual: {
|
|
1444
|
-
virtualItems: import("
|
|
1444
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1445
1445
|
totalSize: number;
|
|
1446
|
-
scrollToOffset: (index: number, options?: import("
|
|
1446
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1447
1447
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1448
1448
|
measure: () => void;
|
|
1449
1449
|
};
|
|
@@ -1459,7 +1459,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1459
1459
|
}, state: {
|
|
1460
1460
|
hiddenIds: string[];
|
|
1461
1461
|
nonInteractiveIds: string[];
|
|
1462
|
-
orientation: import("
|
|
1462
|
+
orientation: import("../..").Orientation;
|
|
1463
1463
|
itemSizeCache: Record<string, number>;
|
|
1464
1464
|
itemWidthCache: Record<string, number>;
|
|
1465
1465
|
containerSize: number;
|
|
@@ -1475,9 +1475,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1475
1475
|
readonly current: number;
|
|
1476
1476
|
};
|
|
1477
1477
|
UNSTABLE_virtual: {
|
|
1478
|
-
virtualItems: import("
|
|
1478
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1479
1479
|
totalSize: number;
|
|
1480
|
-
scrollToOffset: (index: number, options?: import("
|
|
1480
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1481
1481
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1482
1482
|
measure: () => void;
|
|
1483
1483
|
};
|
|
@@ -1493,7 +1493,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1493
1493
|
}, state: {
|
|
1494
1494
|
hiddenIds: string[];
|
|
1495
1495
|
nonInteractiveIds: string[];
|
|
1496
|
-
orientation: import("
|
|
1496
|
+
orientation: import("../..").Orientation;
|
|
1497
1497
|
itemSizeCache: Record<string, number>;
|
|
1498
1498
|
itemWidthCache: Record<string, number>;
|
|
1499
1499
|
containerSize: number;
|
|
@@ -1509,9 +1509,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1509
1509
|
readonly current: number;
|
|
1510
1510
|
};
|
|
1511
1511
|
UNSTABLE_virtual: {
|
|
1512
|
-
virtualItems: import("
|
|
1512
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1513
1513
|
totalSize: number;
|
|
1514
|
-
scrollToOffset: (index: number, options?: import("
|
|
1514
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1515
1515
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1516
1516
|
measure: () => void;
|
|
1517
1517
|
};
|
|
@@ -1525,7 +1525,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1525
1525
|
shouldSelectAll?: ((data: undefined, state: {
|
|
1526
1526
|
hiddenIds: string[];
|
|
1527
1527
|
nonInteractiveIds: string[];
|
|
1528
|
-
orientation: import("
|
|
1528
|
+
orientation: import("../..").Orientation;
|
|
1529
1529
|
itemSizeCache: Record<string, number>;
|
|
1530
1530
|
itemWidthCache: Record<string, number>;
|
|
1531
1531
|
containerSize: number;
|
|
@@ -1541,9 +1541,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1541
1541
|
readonly current: number;
|
|
1542
1542
|
};
|
|
1543
1543
|
UNSTABLE_virtual: {
|
|
1544
|
-
virtualItems: import("
|
|
1544
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1545
1545
|
totalSize: number;
|
|
1546
|
-
scrollToOffset: (index: number, options?: import("
|
|
1546
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1547
1547
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1548
1548
|
measure: () => void;
|
|
1549
1549
|
};
|
|
@@ -1557,7 +1557,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1557
1557
|
shouldUnselectAll?: ((data: undefined, state: {
|
|
1558
1558
|
hiddenIds: string[];
|
|
1559
1559
|
nonInteractiveIds: string[];
|
|
1560
|
-
orientation: import("
|
|
1560
|
+
orientation: import("../..").Orientation;
|
|
1561
1561
|
itemSizeCache: Record<string, number>;
|
|
1562
1562
|
itemWidthCache: Record<string, number>;
|
|
1563
1563
|
containerSize: number;
|
|
@@ -1573,9 +1573,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1573
1573
|
readonly current: number;
|
|
1574
1574
|
};
|
|
1575
1575
|
UNSTABLE_virtual: {
|
|
1576
|
-
virtualItems: import("
|
|
1576
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1577
1577
|
totalSize: number;
|
|
1578
|
-
scrollToOffset: (index: number, options?: import("
|
|
1578
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1579
1579
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1580
1580
|
measure: () => void;
|
|
1581
1581
|
};
|
|
@@ -1589,7 +1589,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1589
1589
|
shouldSetSelectedIds?: ((data: string[] | "all", state: {
|
|
1590
1590
|
hiddenIds: string[];
|
|
1591
1591
|
nonInteractiveIds: string[];
|
|
1592
|
-
orientation: import("
|
|
1592
|
+
orientation: import("../..").Orientation;
|
|
1593
1593
|
itemSizeCache: Record<string, number>;
|
|
1594
1594
|
itemWidthCache: Record<string, number>;
|
|
1595
1595
|
containerSize: number;
|
|
@@ -1605,9 +1605,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1605
1605
|
readonly current: number;
|
|
1606
1606
|
};
|
|
1607
1607
|
UNSTABLE_virtual: {
|
|
1608
|
-
virtualItems: import("
|
|
1608
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1609
1609
|
totalSize: number;
|
|
1610
|
-
scrollToOffset: (index: number, options?: import("
|
|
1610
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1611
1611
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1612
1612
|
measure: () => void;
|
|
1613
1613
|
};
|
|
@@ -1625,7 +1625,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1625
1625
|
}, state: {
|
|
1626
1626
|
hiddenIds: string[];
|
|
1627
1627
|
nonInteractiveIds: string[];
|
|
1628
|
-
orientation: import("
|
|
1628
|
+
orientation: import("../..").Orientation;
|
|
1629
1629
|
itemSizeCache: Record<string, number>;
|
|
1630
1630
|
itemWidthCache: Record<string, number>;
|
|
1631
1631
|
containerSize: number;
|
|
@@ -1641,9 +1641,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1641
1641
|
readonly current: number;
|
|
1642
1642
|
};
|
|
1643
1643
|
UNSTABLE_virtual: {
|
|
1644
|
-
virtualItems: import("
|
|
1644
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1645
1645
|
totalSize: number;
|
|
1646
|
-
scrollToOffset: (index: number, options?: import("
|
|
1646
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1647
1647
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1648
1648
|
measure: () => void;
|
|
1649
1649
|
};
|
|
@@ -1659,7 +1659,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1659
1659
|
}, state: {
|
|
1660
1660
|
hiddenIds: string[];
|
|
1661
1661
|
nonInteractiveIds: string[];
|
|
1662
|
-
orientation: import("
|
|
1662
|
+
orientation: import("../..").Orientation;
|
|
1663
1663
|
itemSizeCache: Record<string, number>;
|
|
1664
1664
|
itemWidthCache: Record<string, number>;
|
|
1665
1665
|
containerSize: number;
|
|
@@ -1675,9 +1675,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1675
1675
|
readonly current: number;
|
|
1676
1676
|
};
|
|
1677
1677
|
UNSTABLE_virtual: {
|
|
1678
|
-
virtualItems: import("
|
|
1678
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1679
1679
|
totalSize: number;
|
|
1680
|
-
scrollToOffset: (index: number, options?: import("
|
|
1680
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1681
1681
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1682
1682
|
measure: () => void;
|
|
1683
1683
|
};
|
|
@@ -1691,7 +1691,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1691
1691
|
shouldGoToNext?: ((data: undefined, state: {
|
|
1692
1692
|
hiddenIds: string[];
|
|
1693
1693
|
nonInteractiveIds: string[];
|
|
1694
|
-
orientation: import("
|
|
1694
|
+
orientation: import("../..").Orientation;
|
|
1695
1695
|
itemSizeCache: Record<string, number>;
|
|
1696
1696
|
itemWidthCache: Record<string, number>;
|
|
1697
1697
|
containerSize: number;
|
|
@@ -1707,9 +1707,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1707
1707
|
readonly current: number;
|
|
1708
1708
|
};
|
|
1709
1709
|
UNSTABLE_virtual: {
|
|
1710
|
-
virtualItems: import("
|
|
1710
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1711
1711
|
totalSize: number;
|
|
1712
|
-
scrollToOffset: (index: number, options?: import("
|
|
1712
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1713
1713
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1714
1714
|
measure: () => void;
|
|
1715
1715
|
};
|
|
@@ -1723,7 +1723,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1723
1723
|
shouldGoToPrevious?: ((data: undefined, state: {
|
|
1724
1724
|
hiddenIds: string[];
|
|
1725
1725
|
nonInteractiveIds: string[];
|
|
1726
|
-
orientation: import("
|
|
1726
|
+
orientation: import("../..").Orientation;
|
|
1727
1727
|
itemSizeCache: Record<string, number>;
|
|
1728
1728
|
itemWidthCache: Record<string, number>;
|
|
1729
1729
|
containerSize: number;
|
|
@@ -1739,9 +1739,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1739
1739
|
readonly current: number;
|
|
1740
1740
|
};
|
|
1741
1741
|
UNSTABLE_virtual: {
|
|
1742
|
-
virtualItems: import("
|
|
1742
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1743
1743
|
totalSize: number;
|
|
1744
|
-
scrollToOffset: (index: number, options?: import("
|
|
1744
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1745
1745
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1746
1746
|
measure: () => void;
|
|
1747
1747
|
};
|
|
@@ -1755,7 +1755,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1755
1755
|
shouldGoToPreviousRow?: ((data: undefined, state: {
|
|
1756
1756
|
hiddenIds: string[];
|
|
1757
1757
|
nonInteractiveIds: string[];
|
|
1758
|
-
orientation: import("
|
|
1758
|
+
orientation: import("../..").Orientation;
|
|
1759
1759
|
itemSizeCache: Record<string, number>;
|
|
1760
1760
|
itemWidthCache: Record<string, number>;
|
|
1761
1761
|
containerSize: number;
|
|
@@ -1771,9 +1771,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1771
1771
|
readonly current: number;
|
|
1772
1772
|
};
|
|
1773
1773
|
UNSTABLE_virtual: {
|
|
1774
|
-
virtualItems: import("
|
|
1774
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1775
1775
|
totalSize: number;
|
|
1776
|
-
scrollToOffset: (index: number, options?: import("
|
|
1776
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1777
1777
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1778
1778
|
measure: () => void;
|
|
1779
1779
|
};
|
|
@@ -1787,7 +1787,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1787
1787
|
shouldGoToNextRow?: ((data: undefined, state: {
|
|
1788
1788
|
hiddenIds: string[];
|
|
1789
1789
|
nonInteractiveIds: string[];
|
|
1790
|
-
orientation: import("
|
|
1790
|
+
orientation: import("../..").Orientation;
|
|
1791
1791
|
itemSizeCache: Record<string, number>;
|
|
1792
1792
|
itemWidthCache: Record<string, number>;
|
|
1793
1793
|
containerSize: number;
|
|
@@ -1803,9 +1803,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1803
1803
|
readonly current: number;
|
|
1804
1804
|
};
|
|
1805
1805
|
UNSTABLE_virtual: {
|
|
1806
|
-
virtualItems: import("
|
|
1806
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1807
1807
|
totalSize: number;
|
|
1808
|
-
scrollToOffset: (index: number, options?: import("
|
|
1808
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1809
1809
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1810
1810
|
measure: () => void;
|
|
1811
1811
|
};
|
|
@@ -1819,7 +1819,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1819
1819
|
shouldGoToFirst?: ((data: undefined, state: {
|
|
1820
1820
|
hiddenIds: string[];
|
|
1821
1821
|
nonInteractiveIds: string[];
|
|
1822
|
-
orientation: import("
|
|
1822
|
+
orientation: import("../..").Orientation;
|
|
1823
1823
|
itemSizeCache: Record<string, number>;
|
|
1824
1824
|
itemWidthCache: Record<string, number>;
|
|
1825
1825
|
containerSize: number;
|
|
@@ -1835,9 +1835,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1835
1835
|
readonly current: number;
|
|
1836
1836
|
};
|
|
1837
1837
|
UNSTABLE_virtual: {
|
|
1838
|
-
virtualItems: import("
|
|
1838
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1839
1839
|
totalSize: number;
|
|
1840
|
-
scrollToOffset: (index: number, options?: import("
|
|
1840
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1841
1841
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1842
1842
|
measure: () => void;
|
|
1843
1843
|
};
|
|
@@ -1851,7 +1851,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1851
1851
|
shouldGoToLast?: ((data: undefined, state: {
|
|
1852
1852
|
hiddenIds: string[];
|
|
1853
1853
|
nonInteractiveIds: string[];
|
|
1854
|
-
orientation: import("
|
|
1854
|
+
orientation: import("../..").Orientation;
|
|
1855
1855
|
itemSizeCache: Record<string, number>;
|
|
1856
1856
|
itemWidthCache: Record<string, number>;
|
|
1857
1857
|
containerSize: number;
|
|
@@ -1867,9 +1867,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1867
1867
|
readonly current: number;
|
|
1868
1868
|
};
|
|
1869
1869
|
UNSTABLE_virtual: {
|
|
1870
|
-
virtualItems: import("
|
|
1870
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1871
1871
|
totalSize: number;
|
|
1872
|
-
scrollToOffset: (index: number, options?: import("
|
|
1872
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1873
1873
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1874
1874
|
measure: () => void;
|
|
1875
1875
|
};
|
|
@@ -1883,7 +1883,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1883
1883
|
shouldGoToFirstOfRow?: ((data: undefined, state: {
|
|
1884
1884
|
hiddenIds: string[];
|
|
1885
1885
|
nonInteractiveIds: string[];
|
|
1886
|
-
orientation: import("
|
|
1886
|
+
orientation: import("../..").Orientation;
|
|
1887
1887
|
itemSizeCache: Record<string, number>;
|
|
1888
1888
|
itemWidthCache: Record<string, number>;
|
|
1889
1889
|
containerSize: number;
|
|
@@ -1899,9 +1899,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1899
1899
|
readonly current: number;
|
|
1900
1900
|
};
|
|
1901
1901
|
UNSTABLE_virtual: {
|
|
1902
|
-
virtualItems: import("
|
|
1902
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1903
1903
|
totalSize: number;
|
|
1904
|
-
scrollToOffset: (index: number, options?: import("
|
|
1904
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1905
1905
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1906
1906
|
measure: () => void;
|
|
1907
1907
|
};
|
|
@@ -1915,7 +1915,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1915
1915
|
shouldGoToLastOfRow?: ((data: undefined, state: {
|
|
1916
1916
|
hiddenIds: string[];
|
|
1917
1917
|
nonInteractiveIds: string[];
|
|
1918
|
-
orientation: import("
|
|
1918
|
+
orientation: import("../..").Orientation;
|
|
1919
1919
|
itemSizeCache: Record<string, number>;
|
|
1920
1920
|
itemWidthCache: Record<string, number>;
|
|
1921
1921
|
containerSize: number;
|
|
@@ -1931,9 +1931,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1931
1931
|
readonly current: number;
|
|
1932
1932
|
};
|
|
1933
1933
|
UNSTABLE_virtual: {
|
|
1934
|
-
virtualItems: import("
|
|
1934
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1935
1935
|
totalSize: number;
|
|
1936
|
-
scrollToOffset: (index: number, options?: import("
|
|
1936
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1937
1937
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1938
1938
|
measure: () => void;
|
|
1939
1939
|
};
|
|
@@ -1947,7 +1947,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1947
1947
|
shouldGoToNextPage?: ((data: undefined, state: {
|
|
1948
1948
|
hiddenIds: string[];
|
|
1949
1949
|
nonInteractiveIds: string[];
|
|
1950
|
-
orientation: import("
|
|
1950
|
+
orientation: import("../..").Orientation;
|
|
1951
1951
|
itemSizeCache: Record<string, number>;
|
|
1952
1952
|
itemWidthCache: Record<string, number>;
|
|
1953
1953
|
containerSize: number;
|
|
@@ -1963,9 +1963,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1963
1963
|
readonly current: number;
|
|
1964
1964
|
};
|
|
1965
1965
|
UNSTABLE_virtual: {
|
|
1966
|
-
virtualItems: import("
|
|
1966
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1967
1967
|
totalSize: number;
|
|
1968
|
-
scrollToOffset: (index: number, options?: import("
|
|
1968
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1969
1969
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1970
1970
|
measure: () => void;
|
|
1971
1971
|
};
|
|
@@ -1979,7 +1979,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1979
1979
|
shouldGoToPreviousPage?: ((data: undefined, state: {
|
|
1980
1980
|
hiddenIds: string[];
|
|
1981
1981
|
nonInteractiveIds: string[];
|
|
1982
|
-
orientation: import("
|
|
1982
|
+
orientation: import("../..").Orientation;
|
|
1983
1983
|
itemSizeCache: Record<string, number>;
|
|
1984
1984
|
itemWidthCache: Record<string, number>;
|
|
1985
1985
|
containerSize: number;
|
|
@@ -1995,9 +1995,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1995
1995
|
readonly current: number;
|
|
1996
1996
|
};
|
|
1997
1997
|
UNSTABLE_virtual: {
|
|
1998
|
-
virtualItems: import("
|
|
1998
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1999
1999
|
totalSize: number;
|
|
2000
|
-
scrollToOffset: (index: number, options?: import("
|
|
2000
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
2001
2001
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
2002
2002
|
measure: () => void;
|
|
2003
2003
|
};
|
|
@@ -2014,7 +2014,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
2014
2014
|
}, state: {
|
|
2015
2015
|
hiddenIds: string[];
|
|
2016
2016
|
nonInteractiveIds: string[];
|
|
2017
|
-
orientation: import("
|
|
2017
|
+
orientation: import("../..").Orientation;
|
|
2018
2018
|
itemSizeCache: Record<string, number>;
|
|
2019
2019
|
itemWidthCache: Record<string, number>;
|
|
2020
2020
|
containerSize: number;
|
|
@@ -2030,9 +2030,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
2030
2030
|
readonly current: number;
|
|
2031
2031
|
};
|
|
2032
2032
|
UNSTABLE_virtual: {
|
|
2033
|
-
virtualItems: import("
|
|
2033
|
+
virtualItems: import("../..").VirtualItem[];
|
|
2034
2034
|
totalSize: number;
|
|
2035
|
-
scrollToOffset: (index: number, options?: import("
|
|
2035
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
2036
2036
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
2037
2037
|
measure: () => void;
|
|
2038
2038
|
};
|
|
@@ -2048,7 +2048,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
2048
2048
|
}, state: {
|
|
2049
2049
|
hiddenIds: string[];
|
|
2050
2050
|
nonInteractiveIds: string[];
|
|
2051
|
-
orientation: import("
|
|
2051
|
+
orientation: import("../..").Orientation;
|
|
2052
2052
|
itemSizeCache: Record<string, number>;
|
|
2053
2053
|
itemWidthCache: Record<string, number>;
|
|
2054
2054
|
containerSize: number;
|
|
@@ -2064,9 +2064,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
2064
2064
|
readonly current: number;
|
|
2065
2065
|
};
|
|
2066
2066
|
UNSTABLE_virtual: {
|
|
2067
|
-
virtualItems: import("
|
|
2067
|
+
virtualItems: import("../..").VirtualItem[];
|
|
2068
2068
|
totalSize: number;
|
|
2069
|
-
scrollToOffset: (index: number, options?: import("
|
|
2069
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
2070
2070
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
2071
2071
|
measure: () => void;
|
|
2072
2072
|
};
|
|
@@ -2082,7 +2082,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
2082
2082
|
}, state: {
|
|
2083
2083
|
hiddenIds: string[];
|
|
2084
2084
|
nonInteractiveIds: string[];
|
|
2085
|
-
orientation: import("
|
|
2085
|
+
orientation: import("../..").Orientation;
|
|
2086
2086
|
itemSizeCache: Record<string, number>;
|
|
2087
2087
|
itemWidthCache: Record<string, number>;
|
|
2088
2088
|
containerSize: number;
|
|
@@ -2098,9 +2098,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
2098
2098
|
readonly current: number;
|
|
2099
2099
|
};
|
|
2100
2100
|
UNSTABLE_virtual: {
|
|
2101
|
-
virtualItems: import("
|
|
2101
|
+
virtualItems: import("../..").VirtualItem[];
|
|
2102
2102
|
totalSize: number;
|
|
2103
|
-
scrollToOffset: (index: number, options?: import("
|
|
2103
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
2104
2104
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
2105
2105
|
measure: () => void;
|
|
2106
2106
|
};
|
|
@@ -2115,7 +2115,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
2115
2115
|
state: {
|
|
2116
2116
|
hiddenIds: string[];
|
|
2117
2117
|
nonInteractiveIds: string[];
|
|
2118
|
-
orientation: import("
|
|
2118
|
+
orientation: import("../..").Orientation;
|
|
2119
2119
|
itemSizeCache: Record<string, number>;
|
|
2120
2120
|
itemWidthCache: Record<string, number>;
|
|
2121
2121
|
containerSize: number;
|
|
@@ -2131,9 +2131,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
2131
2131
|
readonly current: number;
|
|
2132
2132
|
};
|
|
2133
2133
|
UNSTABLE_virtual: {
|
|
2134
|
-
virtualItems: import("
|
|
2134
|
+
virtualItems: import("../..").VirtualItem[];
|
|
2135
2135
|
totalSize: number;
|
|
2136
|
-
scrollToOffset: (index: number, options?: import("
|
|
2136
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
2137
2137
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
2138
2138
|
measure: () => void;
|
|
2139
2139
|
};
|
|
@@ -2236,9 +2236,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
2236
2236
|
readonly current: number;
|
|
2237
2237
|
};
|
|
2238
2238
|
UNSTABLE_virtual: {
|
|
2239
|
-
virtualItems: import("
|
|
2239
|
+
virtualItems: import("../..").VirtualItem[];
|
|
2240
2240
|
totalSize: number;
|
|
2241
|
-
scrollToOffset: (index: number, options?: import("
|
|
2241
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
2242
2242
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
2243
2243
|
measure: () => void;
|
|
2244
2244
|
};
|
|
@@ -2292,12 +2292,12 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
2292
2292
|
value: number;
|
|
2293
2293
|
}): void;
|
|
2294
2294
|
};
|
|
2295
|
-
selection: import("
|
|
2296
|
-
navigation: import("
|
|
2295
|
+
selection: import("../..").SelectionManager;
|
|
2296
|
+
navigation: import("../..").NavigationManager;
|
|
2297
2297
|
getId: (item: any) => string;
|
|
2298
2298
|
};
|
|
2299
|
-
selection: import("
|
|
2300
|
-
navigation: import("
|
|
2299
|
+
selection: import("../..").SelectionManager;
|
|
2300
|
+
navigation: import("../..").NavigationManager;
|
|
2301
2301
|
getId: (item: any) => string;
|
|
2302
2302
|
}> & {
|
|
2303
2303
|
/**
|
|
@@ -2325,7 +2325,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
2325
2325
|
state: {
|
|
2326
2326
|
hiddenIds: string[];
|
|
2327
2327
|
nonInteractiveIds: string[];
|
|
2328
|
-
orientation: import("
|
|
2328
|
+
orientation: import("../..").Orientation;
|
|
2329
2329
|
itemSizeCache: Record<string, number>;
|
|
2330
2330
|
itemWidthCache: Record<string, number>;
|
|
2331
2331
|
containerSize: number;
|
|
@@ -2341,9 +2341,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
2341
2341
|
readonly current: number;
|
|
2342
2342
|
};
|
|
2343
2343
|
UNSTABLE_virtual: {
|
|
2344
|
-
virtualItems: import("
|
|
2344
|
+
virtualItems: import("../..").VirtualItem[];
|
|
2345
2345
|
totalSize: number;
|
|
2346
|
-
scrollToOffset: (index: number, options?: import("
|
|
2346
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
2347
2347
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
2348
2348
|
measure: () => void;
|
|
2349
2349
|
};
|
|
@@ -2446,9 +2446,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
2446
2446
|
readonly current: number;
|
|
2447
2447
|
};
|
|
2448
2448
|
UNSTABLE_virtual: {
|
|
2449
|
-
virtualItems: import("
|
|
2449
|
+
virtualItems: import("../..").VirtualItem[];
|
|
2450
2450
|
totalSize: number;
|
|
2451
|
-
scrollToOffset: (index: number, options?: import("
|
|
2451
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
2452
2452
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
2453
2453
|
measure: () => void;
|
|
2454
2454
|
};
|
|
@@ -2502,12 +2502,12 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
2502
2502
|
value: number;
|
|
2503
2503
|
}): void;
|
|
2504
2504
|
};
|
|
2505
|
-
selection: import("
|
|
2506
|
-
navigation: import("
|
|
2505
|
+
selection: import("../..").SelectionManager;
|
|
2506
|
+
navigation: import("../..").NavigationManager;
|
|
2507
2507
|
getId: (item: any) => string;
|
|
2508
2508
|
};
|
|
2509
|
-
selection: import("
|
|
2510
|
-
navigation: import("
|
|
2509
|
+
selection: import("../..").SelectionManager;
|
|
2510
|
+
navigation: import("../..").NavigationManager;
|
|
2511
2511
|
getId: (item: any) => string;
|
|
2512
2512
|
}>;
|
|
2513
2513
|
/**
|
|
@@ -2528,7 +2528,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
2528
2528
|
state: {
|
|
2529
2529
|
hiddenIds: string[];
|
|
2530
2530
|
nonInteractiveIds: string[];
|
|
2531
|
-
orientation: import("
|
|
2531
|
+
orientation: import("../..").Orientation;
|
|
2532
2532
|
itemSizeCache: Record<string, number>;
|
|
2533
2533
|
itemWidthCache: Record<string, number>;
|
|
2534
2534
|
containerSize: number;
|
|
@@ -2544,9 +2544,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
2544
2544
|
readonly current: number;
|
|
2545
2545
|
};
|
|
2546
2546
|
UNSTABLE_virtual: {
|
|
2547
|
-
virtualItems: import("
|
|
2547
|
+
virtualItems: import("../..").VirtualItem[];
|
|
2548
2548
|
totalSize: number;
|
|
2549
|
-
scrollToOffset: (index: number, options?: import("
|
|
2549
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
2550
2550
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
2551
2551
|
measure: () => void;
|
|
2552
2552
|
};
|
|
@@ -2649,9 +2649,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
2649
2649
|
readonly current: number;
|
|
2650
2650
|
};
|
|
2651
2651
|
UNSTABLE_virtual: {
|
|
2652
|
-
virtualItems: import("
|
|
2652
|
+
virtualItems: import("../..").VirtualItem[];
|
|
2653
2653
|
totalSize: number;
|
|
2654
|
-
scrollToOffset: (index: number, options?: import("
|
|
2654
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
2655
2655
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
2656
2656
|
measure: () => void;
|
|
2657
2657
|
};
|
|
@@ -2705,12 +2705,12 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
2705
2705
|
value: number;
|
|
2706
2706
|
}): void;
|
|
2707
2707
|
};
|
|
2708
|
-
selection: import("
|
|
2709
|
-
navigation: import("
|
|
2708
|
+
selection: import("../..").SelectionManager;
|
|
2709
|
+
navigation: import("../..").NavigationManager;
|
|
2710
2710
|
getId: (item: any) => string;
|
|
2711
2711
|
};
|
|
2712
|
-
selection: import("
|
|
2713
|
-
navigation: import("
|
|
2712
|
+
selection: import("../..").SelectionManager;
|
|
2713
|
+
navigation: import("../..").NavigationManager;
|
|
2714
2714
|
getId: (item: any) => string;
|
|
2715
2715
|
}> & {
|
|
2716
2716
|
Link: import("@workday/canvas-kit-react/common").ElementComponent<"a", import("./BreadcrumbsLink").BreadcrumbsLinkProps>;
|
|
@@ -2737,7 +2737,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
2737
2737
|
state: {
|
|
2738
2738
|
hiddenIds: string[];
|
|
2739
2739
|
nonInteractiveIds: string[];
|
|
2740
|
-
orientation: import("
|
|
2740
|
+
orientation: import("../..").Orientation;
|
|
2741
2741
|
itemSizeCache: Record<string, number>;
|
|
2742
2742
|
itemWidthCache: Record<string, number>;
|
|
2743
2743
|
containerSize: number;
|
|
@@ -2753,9 +2753,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
2753
2753
|
readonly current: number;
|
|
2754
2754
|
};
|
|
2755
2755
|
UNSTABLE_virtual: {
|
|
2756
|
-
virtualItems: import("
|
|
2756
|
+
virtualItems: import("../..").VirtualItem[];
|
|
2757
2757
|
totalSize: number;
|
|
2758
|
-
scrollToOffset: (index: number, options?: import("
|
|
2758
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
2759
2759
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
2760
2760
|
measure: () => void;
|
|
2761
2761
|
};
|
|
@@ -2858,9 +2858,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
2858
2858
|
readonly current: number;
|
|
2859
2859
|
};
|
|
2860
2860
|
UNSTABLE_virtual: {
|
|
2861
|
-
virtualItems: import("
|
|
2861
|
+
virtualItems: import("../..").VirtualItem[];
|
|
2862
2862
|
totalSize: number;
|
|
2863
|
-
scrollToOffset: (index: number, options?: import("
|
|
2863
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
2864
2864
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
2865
2865
|
measure: () => void;
|
|
2866
2866
|
};
|
|
@@ -2914,12 +2914,12 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
2914
2914
|
value: number;
|
|
2915
2915
|
}): void;
|
|
2916
2916
|
};
|
|
2917
|
-
selection: import("
|
|
2918
|
-
navigation: import("
|
|
2917
|
+
selection: import("../..").SelectionManager;
|
|
2918
|
+
navigation: import("../..").NavigationManager;
|
|
2919
2919
|
getId: (item: any) => string;
|
|
2920
2920
|
};
|
|
2921
|
-
selection: import("
|
|
2922
|
-
navigation: import("
|
|
2921
|
+
selection: import("../..").SelectionManager;
|
|
2922
|
+
navigation: import("../..").NavigationManager;
|
|
2923
2923
|
getId: (item: any) => string;
|
|
2924
2924
|
}>;
|
|
2925
2925
|
/**
|
|
@@ -2942,7 +2942,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
2942
2942
|
state: {
|
|
2943
2943
|
hiddenIds: string[];
|
|
2944
2944
|
nonInteractiveIds: string[];
|
|
2945
|
-
orientation: import("
|
|
2945
|
+
orientation: import("../..").Orientation;
|
|
2946
2946
|
itemSizeCache: Record<string, number>;
|
|
2947
2947
|
itemWidthCache: Record<string, number>;
|
|
2948
2948
|
containerSize: number;
|
|
@@ -2958,9 +2958,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
2958
2958
|
readonly current: number;
|
|
2959
2959
|
};
|
|
2960
2960
|
UNSTABLE_virtual: {
|
|
2961
|
-
virtualItems: import("
|
|
2961
|
+
virtualItems: import("../..").VirtualItem[];
|
|
2962
2962
|
totalSize: number;
|
|
2963
|
-
scrollToOffset: (index: number, options?: import("
|
|
2963
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
2964
2964
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
2965
2965
|
measure: () => void;
|
|
2966
2966
|
};
|
|
@@ -3063,9 +3063,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
3063
3063
|
readonly current: number;
|
|
3064
3064
|
};
|
|
3065
3065
|
UNSTABLE_virtual: {
|
|
3066
|
-
virtualItems: import("
|
|
3066
|
+
virtualItems: import("../..").VirtualItem[];
|
|
3067
3067
|
totalSize: number;
|
|
3068
|
-
scrollToOffset: (index: number, options?: import("
|
|
3068
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
3069
3069
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3070
3070
|
measure: () => void;
|
|
3071
3071
|
};
|
|
@@ -3119,12 +3119,12 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
3119
3119
|
value: number;
|
|
3120
3120
|
}): void;
|
|
3121
3121
|
};
|
|
3122
|
-
selection: import("
|
|
3123
|
-
navigation: import("
|
|
3122
|
+
selection: import("../..").SelectionManager;
|
|
3123
|
+
navigation: import("../..").NavigationManager;
|
|
3124
3124
|
getId: (item: any) => string;
|
|
3125
3125
|
};
|
|
3126
|
-
selection: import("
|
|
3127
|
-
navigation: import("
|
|
3126
|
+
selection: import("../..").SelectionManager;
|
|
3127
|
+
navigation: import("../..").NavigationManager;
|
|
3128
3128
|
getId: (item: any) => string;
|
|
3129
3129
|
}>;
|
|
3130
3130
|
/**
|
|
@@ -3149,17 +3149,17 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
3149
3149
|
initialFocusRef: React.RefObject<any> | undefined;
|
|
3150
3150
|
id: string;
|
|
3151
3151
|
initialVisibility: import("../..").Visibility;
|
|
3152
|
-
initialSelectedIds: import("
|
|
3152
|
+
initialSelectedIds: import("../..").SelectedIds;
|
|
3153
3153
|
initialUnselectedIds: string[];
|
|
3154
|
-
selection: import("
|
|
3154
|
+
selection: import("../..").SelectionManager;
|
|
3155
3155
|
initialCursorId: string;
|
|
3156
3156
|
columnCount: number;
|
|
3157
|
-
navigation: import("
|
|
3157
|
+
navigation: import("../..").NavigationManager;
|
|
3158
3158
|
pageSize: number;
|
|
3159
3159
|
getId: (item: any) => string;
|
|
3160
3160
|
getTextValue: (item: any) => string;
|
|
3161
3161
|
nonInteractiveIds: string[];
|
|
3162
|
-
orientation: import("
|
|
3162
|
+
orientation: import("../..").Orientation; /**
|
|
3163
3163
|
* The last element in the list of `Breadcrumbs.Item`s. By default, this item is truncated with
|
|
3164
3164
|
* a tooltip at `350px`, But that can be customized with the `maxWidth` prop.
|
|
3165
3165
|
*
|
|
@@ -3191,9 +3191,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
3191
3191
|
readonly current: number;
|
|
3192
3192
|
};
|
|
3193
3193
|
UNSTABLE_virtual: {
|
|
3194
|
-
virtualItems: import("
|
|
3194
|
+
virtualItems: import("../..").VirtualItem[];
|
|
3195
3195
|
totalSize: number;
|
|
3196
|
-
scrollToOffset: (index: number, options?: import("
|
|
3196
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
3197
3197
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3198
3198
|
measure: () => void;
|
|
3199
3199
|
};
|
|
@@ -3223,9 +3223,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
3223
3223
|
readonly current: number;
|
|
3224
3224
|
};
|
|
3225
3225
|
UNSTABLE_virtual: {
|
|
3226
|
-
virtualItems: import("
|
|
3226
|
+
virtualItems: import("../..").VirtualItem[];
|
|
3227
3227
|
totalSize: number;
|
|
3228
|
-
scrollToOffset: (index: number, options?: import("
|
|
3228
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
3229
3229
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3230
3230
|
measure: () => void;
|
|
3231
3231
|
};
|
|
@@ -3255,9 +3255,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
3255
3255
|
readonly current: number;
|
|
3256
3256
|
};
|
|
3257
3257
|
UNSTABLE_virtual: {
|
|
3258
|
-
virtualItems: import("
|
|
3258
|
+
virtualItems: import("../..").VirtualItem[];
|
|
3259
3259
|
totalSize: number;
|
|
3260
|
-
scrollToOffset: (index: number, options?: import("
|
|
3260
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
3261
3261
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3262
3262
|
measure: () => void;
|
|
3263
3263
|
};
|
|
@@ -3289,9 +3289,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
3289
3289
|
readonly current: number;
|
|
3290
3290
|
};
|
|
3291
3291
|
UNSTABLE_virtual: {
|
|
3292
|
-
virtualItems: import("
|
|
3292
|
+
virtualItems: import("../..").VirtualItem[];
|
|
3293
3293
|
totalSize: number;
|
|
3294
|
-
scrollToOffset: (index: number, options?: import("
|
|
3294
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
3295
3295
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3296
3296
|
measure: () => void;
|
|
3297
3297
|
};
|
|
@@ -3321,9 +3321,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
3321
3321
|
readonly current: number;
|
|
3322
3322
|
};
|
|
3323
3323
|
UNSTABLE_virtual: {
|
|
3324
|
-
virtualItems: import("
|
|
3324
|
+
virtualItems: import("../..").VirtualItem[];
|
|
3325
3325
|
totalSize: number;
|
|
3326
|
-
scrollToOffset: (index: number, options?: import("
|
|
3326
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
3327
3327
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3328
3328
|
measure: () => void;
|
|
3329
3329
|
};
|
|
@@ -3353,9 +3353,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
3353
3353
|
readonly current: number;
|
|
3354
3354
|
};
|
|
3355
3355
|
UNSTABLE_virtual: {
|
|
3356
|
-
virtualItems: import("
|
|
3356
|
+
virtualItems: import("../..").VirtualItem[];
|
|
3357
3357
|
totalSize: number;
|
|
3358
|
-
scrollToOffset: (index: number, options?: import("
|
|
3358
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
3359
3359
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3360
3360
|
measure: () => void;
|
|
3361
3361
|
};
|
|
@@ -3385,9 +3385,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
3385
3385
|
readonly current: number;
|
|
3386
3386
|
};
|
|
3387
3387
|
UNSTABLE_virtual: {
|
|
3388
|
-
virtualItems: import("
|
|
3388
|
+
virtualItems: import("../..").VirtualItem[];
|
|
3389
3389
|
totalSize: number;
|
|
3390
|
-
scrollToOffset: (index: number, options?: import("
|
|
3390
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
3391
3391
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3392
3392
|
measure: () => void;
|
|
3393
3393
|
};
|
|
@@ -3421,9 +3421,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
3421
3421
|
readonly current: number;
|
|
3422
3422
|
};
|
|
3423
3423
|
UNSTABLE_virtual: {
|
|
3424
|
-
virtualItems: import("
|
|
3424
|
+
virtualItems: import("../..").VirtualItem[];
|
|
3425
3425
|
totalSize: number;
|
|
3426
|
-
scrollToOffset: (index: number, options?: import("
|
|
3426
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
3427
3427
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3428
3428
|
measure: () => void;
|
|
3429
3429
|
};
|
|
@@ -3455,9 +3455,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
3455
3455
|
readonly current: number;
|
|
3456
3456
|
};
|
|
3457
3457
|
UNSTABLE_virtual: {
|
|
3458
|
-
virtualItems: import("
|
|
3458
|
+
virtualItems: import("../..").VirtualItem[];
|
|
3459
3459
|
totalSize: number;
|
|
3460
|
-
scrollToOffset: (index: number, options?: import("
|
|
3460
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
3461
3461
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3462
3462
|
measure: () => void;
|
|
3463
3463
|
};
|
|
@@ -3487,9 +3487,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
3487
3487
|
readonly current: number;
|
|
3488
3488
|
};
|
|
3489
3489
|
UNSTABLE_virtual: {
|
|
3490
|
-
virtualItems: import("
|
|
3490
|
+
virtualItems: import("../..").VirtualItem[];
|
|
3491
3491
|
totalSize: number;
|
|
3492
|
-
scrollToOffset: (index: number, options?: import("
|
|
3492
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
3493
3493
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3494
3494
|
measure: () => void;
|
|
3495
3495
|
};
|
|
@@ -3519,9 +3519,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
3519
3519
|
readonly current: number;
|
|
3520
3520
|
};
|
|
3521
3521
|
UNSTABLE_virtual: {
|
|
3522
|
-
virtualItems: import("
|
|
3522
|
+
virtualItems: import("../..").VirtualItem[];
|
|
3523
3523
|
totalSize: number;
|
|
3524
|
-
scrollToOffset: (index: number, options?: import("
|
|
3524
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
3525
3525
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3526
3526
|
measure: () => void;
|
|
3527
3527
|
};
|
|
@@ -3551,9 +3551,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
3551
3551
|
readonly current: number;
|
|
3552
3552
|
};
|
|
3553
3553
|
UNSTABLE_virtual: {
|
|
3554
|
-
virtualItems: import("
|
|
3554
|
+
virtualItems: import("../..").VirtualItem[];
|
|
3555
3555
|
totalSize: number;
|
|
3556
|
-
scrollToOffset: (index: number, options?: import("
|
|
3556
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
3557
3557
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3558
3558
|
measure: () => void;
|
|
3559
3559
|
};
|
|
@@ -3583,9 +3583,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
3583
3583
|
readonly current: number;
|
|
3584
3584
|
};
|
|
3585
3585
|
UNSTABLE_virtual: {
|
|
3586
|
-
virtualItems: import("
|
|
3586
|
+
virtualItems: import("../..").VirtualItem[];
|
|
3587
3587
|
totalSize: number;
|
|
3588
|
-
scrollToOffset: (index: number, options?: import("
|
|
3588
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
3589
3589
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3590
3590
|
measure: () => void;
|
|
3591
3591
|
};
|
|
@@ -3615,9 +3615,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
3615
3615
|
readonly current: number;
|
|
3616
3616
|
};
|
|
3617
3617
|
UNSTABLE_virtual: {
|
|
3618
|
-
virtualItems: import("
|
|
3618
|
+
virtualItems: import("../..").VirtualItem[];
|
|
3619
3619
|
totalSize: number;
|
|
3620
|
-
scrollToOffset: (index: number, options?: import("
|
|
3620
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
3621
3621
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3622
3622
|
measure: () => void;
|
|
3623
3623
|
};
|
|
@@ -3647,9 +3647,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
3647
3647
|
readonly current: number;
|
|
3648
3648
|
};
|
|
3649
3649
|
UNSTABLE_virtual: {
|
|
3650
|
-
virtualItems: import("
|
|
3650
|
+
virtualItems: import("../..").VirtualItem[];
|
|
3651
3651
|
totalSize: number;
|
|
3652
|
-
scrollToOffset: (index: number, options?: import("
|
|
3652
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
3653
3653
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3654
3654
|
measure: () => void;
|
|
3655
3655
|
};
|
|
@@ -3679,9 +3679,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
3679
3679
|
readonly current: number;
|
|
3680
3680
|
};
|
|
3681
3681
|
UNSTABLE_virtual: {
|
|
3682
|
-
virtualItems: import("
|
|
3682
|
+
virtualItems: import("../..").VirtualItem[];
|
|
3683
3683
|
totalSize: number;
|
|
3684
|
-
scrollToOffset: (index: number, options?: import("
|
|
3684
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
3685
3685
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3686
3686
|
measure: () => void;
|
|
3687
3687
|
};
|
|
@@ -3711,9 +3711,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
3711
3711
|
readonly current: number;
|
|
3712
3712
|
};
|
|
3713
3713
|
UNSTABLE_virtual: {
|
|
3714
|
-
virtualItems: import("
|
|
3714
|
+
virtualItems: import("../..").VirtualItem[];
|
|
3715
3715
|
totalSize: number;
|
|
3716
|
-
scrollToOffset: (index: number, options?: import("
|
|
3716
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
3717
3717
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3718
3718
|
measure: () => void;
|
|
3719
3719
|
};
|
|
@@ -3743,9 +3743,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
3743
3743
|
readonly current: number;
|
|
3744
3744
|
};
|
|
3745
3745
|
UNSTABLE_virtual: {
|
|
3746
|
-
virtualItems: import("
|
|
3746
|
+
virtualItems: import("../..").VirtualItem[];
|
|
3747
3747
|
totalSize: number;
|
|
3748
|
-
scrollToOffset: (index: number, options?: import("
|
|
3748
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
3749
3749
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3750
3750
|
measure: () => void;
|
|
3751
3751
|
};
|
|
@@ -3775,9 +3775,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
3775
3775
|
readonly current: number;
|
|
3776
3776
|
};
|
|
3777
3777
|
UNSTABLE_virtual: {
|
|
3778
|
-
virtualItems: import("
|
|
3778
|
+
virtualItems: import("../..").VirtualItem[];
|
|
3779
3779
|
totalSize: number;
|
|
3780
|
-
scrollToOffset: (index: number, options?: import("
|
|
3780
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
3781
3781
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3782
3782
|
measure: () => void;
|
|
3783
3783
|
};
|
|
@@ -3810,9 +3810,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
3810
3810
|
readonly current: number;
|
|
3811
3811
|
};
|
|
3812
3812
|
UNSTABLE_virtual: {
|
|
3813
|
-
virtualItems: import("
|
|
3813
|
+
virtualItems: import("../..").VirtualItem[];
|
|
3814
3814
|
totalSize: number;
|
|
3815
|
-
scrollToOffset: (index: number, options?: import("
|
|
3815
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
3816
3816
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3817
3817
|
measure: () => void;
|
|
3818
3818
|
};
|
|
@@ -3844,9 +3844,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
3844
3844
|
readonly current: number;
|
|
3845
3845
|
};
|
|
3846
3846
|
UNSTABLE_virtual: {
|
|
3847
|
-
virtualItems: import("
|
|
3847
|
+
virtualItems: import("../..").VirtualItem[];
|
|
3848
3848
|
totalSize: number;
|
|
3849
|
-
scrollToOffset: (index: number, options?: import("
|
|
3849
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
3850
3850
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3851
3851
|
measure: () => void;
|
|
3852
3852
|
};
|
|
@@ -3878,9 +3878,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
3878
3878
|
readonly current: number;
|
|
3879
3879
|
};
|
|
3880
3880
|
UNSTABLE_virtual: {
|
|
3881
|
-
virtualItems: import("
|
|
3881
|
+
virtualItems: import("../..").VirtualItem[];
|
|
3882
3882
|
totalSize: number;
|
|
3883
|
-
scrollToOffset: (index: number, options?: import("
|
|
3883
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
3884
3884
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3885
3885
|
measure: () => void;
|
|
3886
3886
|
};
|
|
@@ -3913,9 +3913,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
3913
3913
|
readonly current: number;
|
|
3914
3914
|
};
|
|
3915
3915
|
UNSTABLE_virtual: {
|
|
3916
|
-
virtualItems: import("
|
|
3916
|
+
virtualItems: import("../..").VirtualItem[];
|
|
3917
3917
|
totalSize: number;
|
|
3918
|
-
scrollToOffset: (index: number, options?: import("
|
|
3918
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
3919
3919
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3920
3920
|
measure: () => void;
|
|
3921
3921
|
};
|
|
@@ -3945,9 +3945,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
3945
3945
|
readonly current: number;
|
|
3946
3946
|
};
|
|
3947
3947
|
UNSTABLE_virtual: {
|
|
3948
|
-
virtualItems: import("
|
|
3948
|
+
virtualItems: import("../..").VirtualItem[];
|
|
3949
3949
|
totalSize: number;
|
|
3950
|
-
scrollToOffset: (index: number, options?: import("
|
|
3950
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
3951
3951
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3952
3952
|
measure: () => void;
|
|
3953
3953
|
};
|
|
@@ -3977,9 +3977,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
3977
3977
|
readonly current: number;
|
|
3978
3978
|
};
|
|
3979
3979
|
UNSTABLE_virtual: {
|
|
3980
|
-
virtualItems: import("
|
|
3980
|
+
virtualItems: import("../..").VirtualItem[];
|
|
3981
3981
|
totalSize: number;
|
|
3982
|
-
scrollToOffset: (index: number, options?: import("
|
|
3982
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
3983
3983
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3984
3984
|
measure: () => void;
|
|
3985
3985
|
};
|
|
@@ -4011,9 +4011,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
4011
4011
|
readonly current: number;
|
|
4012
4012
|
};
|
|
4013
4013
|
UNSTABLE_virtual: {
|
|
4014
|
-
virtualItems: import("
|
|
4014
|
+
virtualItems: import("../..").VirtualItem[];
|
|
4015
4015
|
totalSize: number;
|
|
4016
|
-
scrollToOffset: (index: number, options?: import("
|
|
4016
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
4017
4017
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
4018
4018
|
measure: () => void;
|
|
4019
4019
|
};
|
|
@@ -4043,9 +4043,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
4043
4043
|
readonly current: number;
|
|
4044
4044
|
};
|
|
4045
4045
|
UNSTABLE_virtual: {
|
|
4046
|
-
virtualItems: import("
|
|
4046
|
+
virtualItems: import("../..").VirtualItem[];
|
|
4047
4047
|
totalSize: number;
|
|
4048
|
-
scrollToOffset: (index: number, options?: import("
|
|
4048
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
4049
4049
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
4050
4050
|
measure: () => void;
|
|
4051
4051
|
};
|
|
@@ -4075,9 +4075,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
4075
4075
|
readonly current: number;
|
|
4076
4076
|
};
|
|
4077
4077
|
UNSTABLE_virtual: {
|
|
4078
|
-
virtualItems: import("
|
|
4078
|
+
virtualItems: import("../..").VirtualItem[];
|
|
4079
4079
|
totalSize: number;
|
|
4080
|
-
scrollToOffset: (index: number, options?: import("
|
|
4080
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
4081
4081
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
4082
4082
|
measure: () => void;
|
|
4083
4083
|
};
|
|
@@ -4107,9 +4107,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
4107
4107
|
readonly current: number;
|
|
4108
4108
|
};
|
|
4109
4109
|
UNSTABLE_virtual: {
|
|
4110
|
-
virtualItems: import("
|
|
4110
|
+
virtualItems: import("../..").VirtualItem[];
|
|
4111
4111
|
totalSize: number;
|
|
4112
|
-
scrollToOffset: (index: number, options?: import("
|
|
4112
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
4113
4113
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
4114
4114
|
measure: () => void;
|
|
4115
4115
|
};
|
|
@@ -4143,9 +4143,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
4143
4143
|
readonly current: number;
|
|
4144
4144
|
};
|
|
4145
4145
|
UNSTABLE_virtual: {
|
|
4146
|
-
virtualItems: import("
|
|
4146
|
+
virtualItems: import("../..").VirtualItem[];
|
|
4147
4147
|
totalSize: number;
|
|
4148
|
-
scrollToOffset: (index: number, options?: import("
|
|
4148
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
4149
4149
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
4150
4150
|
measure: () => void;
|
|
4151
4151
|
};
|
|
@@ -4177,9 +4177,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
4177
4177
|
readonly current: number;
|
|
4178
4178
|
};
|
|
4179
4179
|
UNSTABLE_virtual: {
|
|
4180
|
-
virtualItems: import("
|
|
4180
|
+
virtualItems: import("../..").VirtualItem[];
|
|
4181
4181
|
totalSize: number;
|
|
4182
|
-
scrollToOffset: (index: number, options?: import("
|
|
4182
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
4183
4183
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
4184
4184
|
measure: () => void;
|
|
4185
4185
|
};
|
|
@@ -4209,9 +4209,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
4209
4209
|
readonly current: number;
|
|
4210
4210
|
};
|
|
4211
4211
|
UNSTABLE_virtual: {
|
|
4212
|
-
virtualItems: import("
|
|
4212
|
+
virtualItems: import("../..").VirtualItem[];
|
|
4213
4213
|
totalSize: number;
|
|
4214
|
-
scrollToOffset: (index: number, options?: import("
|
|
4214
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
4215
4215
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
4216
4216
|
measure: () => void;
|
|
4217
4217
|
};
|
|
@@ -4241,9 +4241,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
4241
4241
|
readonly current: number;
|
|
4242
4242
|
};
|
|
4243
4243
|
UNSTABLE_virtual: {
|
|
4244
|
-
virtualItems: import("
|
|
4244
|
+
virtualItems: import("../..").VirtualItem[];
|
|
4245
4245
|
totalSize: number;
|
|
4246
|
-
scrollToOffset: (index: number, options?: import("
|
|
4246
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
4247
4247
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
4248
4248
|
measure: () => void;
|
|
4249
4249
|
};
|
|
@@ -4273,9 +4273,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
4273
4273
|
readonly current: number;
|
|
4274
4274
|
};
|
|
4275
4275
|
UNSTABLE_virtual: {
|
|
4276
|
-
virtualItems: import("
|
|
4276
|
+
virtualItems: import("../..").VirtualItem[];
|
|
4277
4277
|
totalSize: number;
|
|
4278
|
-
scrollToOffset: (index: number, options?: import("
|
|
4278
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
4279
4279
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
4280
4280
|
measure: () => void;
|
|
4281
4281
|
};
|
|
@@ -4305,9 +4305,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
4305
4305
|
readonly current: number;
|
|
4306
4306
|
};
|
|
4307
4307
|
UNSTABLE_virtual: {
|
|
4308
|
-
virtualItems: import("
|
|
4308
|
+
virtualItems: import("../..").VirtualItem[];
|
|
4309
4309
|
totalSize: number;
|
|
4310
|
-
scrollToOffset: (index: number, options?: import("
|
|
4310
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
4311
4311
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
4312
4312
|
measure: () => void;
|
|
4313
4313
|
};
|
|
@@ -4337,9 +4337,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
4337
4337
|
readonly current: number;
|
|
4338
4338
|
};
|
|
4339
4339
|
UNSTABLE_virtual: {
|
|
4340
|
-
virtualItems: import("
|
|
4340
|
+
virtualItems: import("../..").VirtualItem[];
|
|
4341
4341
|
totalSize: number;
|
|
4342
|
-
scrollToOffset: (index: number, options?: import("
|
|
4342
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
4343
4343
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
4344
4344
|
measure: () => void;
|
|
4345
4345
|
};
|
|
@@ -4369,9 +4369,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
4369
4369
|
readonly current: number;
|
|
4370
4370
|
};
|
|
4371
4371
|
UNSTABLE_virtual: {
|
|
4372
|
-
virtualItems: import("
|
|
4372
|
+
virtualItems: import("../..").VirtualItem[];
|
|
4373
4373
|
totalSize: number;
|
|
4374
|
-
scrollToOffset: (index: number, options?: import("
|
|
4374
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
4375
4375
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
4376
4376
|
measure: () => void;
|
|
4377
4377
|
};
|
|
@@ -4401,9 +4401,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
4401
4401
|
readonly current: number;
|
|
4402
4402
|
};
|
|
4403
4403
|
UNSTABLE_virtual: {
|
|
4404
|
-
virtualItems: import("
|
|
4404
|
+
virtualItems: import("../..").VirtualItem[];
|
|
4405
4405
|
totalSize: number;
|
|
4406
|
-
scrollToOffset: (index: number, options?: import("
|
|
4406
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
4407
4407
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
4408
4408
|
measure: () => void;
|
|
4409
4409
|
};
|
|
@@ -4433,9 +4433,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
4433
4433
|
readonly current: number;
|
|
4434
4434
|
};
|
|
4435
4435
|
UNSTABLE_virtual: {
|
|
4436
|
-
virtualItems: import("
|
|
4436
|
+
virtualItems: import("../..").VirtualItem[];
|
|
4437
4437
|
totalSize: number;
|
|
4438
|
-
scrollToOffset: (index: number, options?: import("
|
|
4438
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
4439
4439
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
4440
4440
|
measure: () => void;
|
|
4441
4441
|
};
|
|
@@ -4465,9 +4465,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
4465
4465
|
readonly current: number;
|
|
4466
4466
|
};
|
|
4467
4467
|
UNSTABLE_virtual: {
|
|
4468
|
-
virtualItems: import("
|
|
4468
|
+
virtualItems: import("../..").VirtualItem[];
|
|
4469
4469
|
totalSize: number;
|
|
4470
|
-
scrollToOffset: (index: number, options?: import("
|
|
4470
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
4471
4471
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
4472
4472
|
measure: () => void;
|
|
4473
4473
|
};
|
|
@@ -4497,9 +4497,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
4497
4497
|
readonly current: number;
|
|
4498
4498
|
};
|
|
4499
4499
|
UNSTABLE_virtual: {
|
|
4500
|
-
virtualItems: import("
|
|
4500
|
+
virtualItems: import("../..").VirtualItem[];
|
|
4501
4501
|
totalSize: number;
|
|
4502
|
-
scrollToOffset: (index: number, options?: import("
|
|
4502
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
4503
4503
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
4504
4504
|
measure: () => void;
|
|
4505
4505
|
};
|
|
@@ -4532,9 +4532,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
4532
4532
|
readonly current: number;
|
|
4533
4533
|
};
|
|
4534
4534
|
UNSTABLE_virtual: {
|
|
4535
|
-
virtualItems: import("
|
|
4535
|
+
virtualItems: import("../..").VirtualItem[];
|
|
4536
4536
|
totalSize: number;
|
|
4537
|
-
scrollToOffset: (index: number, options?: import("
|
|
4537
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
4538
4538
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
4539
4539
|
measure: () => void;
|
|
4540
4540
|
};
|
|
@@ -4566,9 +4566,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
4566
4566
|
readonly current: number;
|
|
4567
4567
|
};
|
|
4568
4568
|
UNSTABLE_virtual: {
|
|
4569
|
-
virtualItems: import("
|
|
4569
|
+
virtualItems: import("../..").VirtualItem[];
|
|
4570
4570
|
totalSize: number;
|
|
4571
|
-
scrollToOffset: (index: number, options?: import("
|
|
4571
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
4572
4572
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
4573
4573
|
measure: () => void;
|
|
4574
4574
|
};
|
|
@@ -4600,9 +4600,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
4600
4600
|
readonly current: number;
|
|
4601
4601
|
};
|
|
4602
4602
|
UNSTABLE_virtual: {
|
|
4603
|
-
virtualItems: import("
|
|
4603
|
+
virtualItems: import("../..").VirtualItem[];
|
|
4604
4604
|
totalSize: number;
|
|
4605
|
-
scrollToOffset: (index: number, options?: import("
|
|
4605
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
4606
4606
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
4607
4607
|
measure: () => void;
|
|
4608
4608
|
};
|
|
@@ -4633,9 +4633,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
4633
4633
|
readonly current: number;
|
|
4634
4634
|
};
|
|
4635
4635
|
UNSTABLE_virtual: {
|
|
4636
|
-
virtualItems: import("
|
|
4636
|
+
virtualItems: import("../..").VirtualItem[];
|
|
4637
4637
|
totalSize: number;
|
|
4638
|
-
scrollToOffset: (index: number, options?: import("
|
|
4638
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
4639
4639
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
4640
4640
|
measure: () => void;
|
|
4641
4641
|
};
|
|
@@ -4689,8 +4689,8 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
4689
4689
|
value: number;
|
|
4690
4690
|
}): void;
|
|
4691
4691
|
};
|
|
4692
|
-
selection: import("
|
|
4693
|
-
navigation: import("
|
|
4692
|
+
selection: import("../..").SelectionManager;
|
|
4693
|
+
navigation: import("../..").NavigationManager;
|
|
4694
4694
|
getId: (item: any) => string;
|
|
4695
4695
|
}, {}>, {
|
|
4696
4696
|
state: {
|
|
@@ -4710,9 +4710,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
4710
4710
|
readonly current: number;
|
|
4711
4711
|
};
|
|
4712
4712
|
UNSTABLE_virtual: {
|
|
4713
|
-
virtualItems: import("
|
|
4713
|
+
virtualItems: import("../..").VirtualItem[];
|
|
4714
4714
|
totalSize: number;
|
|
4715
|
-
scrollToOffset: (index: number, options?: import("
|
|
4715
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
4716
4716
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
4717
4717
|
measure: () => void;
|
|
4718
4718
|
};
|
|
@@ -4766,8 +4766,8 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
4766
4766
|
value: number;
|
|
4767
4767
|
}): void;
|
|
4768
4768
|
};
|
|
4769
|
-
selection: import("
|
|
4770
|
-
navigation: import("
|
|
4769
|
+
selection: import("../..").SelectionManager;
|
|
4770
|
+
navigation: import("../..").NavigationManager;
|
|
4771
4771
|
getId: (item: any) => string;
|
|
4772
4772
|
}> & {
|
|
4773
4773
|
Card: (elemProps: import("../../menu/lib/MenuCard").MenuCardProps & import("@workday/canvas-kit-react/common").PropsWithModel<{
|
|
@@ -4788,9 +4788,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
4788
4788
|
readonly current: number;
|
|
4789
4789
|
};
|
|
4790
4790
|
UNSTABLE_virtual: {
|
|
4791
|
-
virtualItems: import("
|
|
4791
|
+
virtualItems: import("../..").VirtualItem[];
|
|
4792
4792
|
totalSize: number;
|
|
4793
|
-
scrollToOffset: (index: number, options?: import("
|
|
4793
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
4794
4794
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
4795
4795
|
measure: () => void;
|
|
4796
4796
|
};
|
|
@@ -4844,8 +4844,8 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
4844
4844
|
value: number;
|
|
4845
4845
|
}): void;
|
|
4846
4846
|
};
|
|
4847
|
-
selection: import("
|
|
4848
|
-
navigation: import("
|
|
4847
|
+
selection: import("../..").SelectionManager;
|
|
4848
|
+
navigation: import("../..").NavigationManager;
|
|
4849
4849
|
getId: (item: any) => string;
|
|
4850
4850
|
}, {}>) => React.JSX.Element;
|
|
4851
4851
|
List: import("@workday/canvas-kit-react/common").ElementComponentM<"div", import("../../menu/lib/MenuList").MenuListProps<any>, {
|
|
@@ -4866,9 +4866,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
4866
4866
|
readonly current: number;
|
|
4867
4867
|
};
|
|
4868
4868
|
UNSTABLE_virtual: {
|
|
4869
|
-
virtualItems: import("
|
|
4869
|
+
virtualItems: import("../..").VirtualItem[];
|
|
4870
4870
|
totalSize: number;
|
|
4871
|
-
scrollToOffset: (index: number, options?: import("
|
|
4871
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
4872
4872
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
4873
4873
|
measure: () => void;
|
|
4874
4874
|
};
|
|
@@ -4922,8 +4922,8 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
4922
4922
|
value: number;
|
|
4923
4923
|
}): void;
|
|
4924
4924
|
};
|
|
4925
|
-
selection: import("
|
|
4926
|
-
navigation: import("
|
|
4925
|
+
selection: import("../..").SelectionManager;
|
|
4926
|
+
navigation: import("../..").NavigationManager;
|
|
4927
4927
|
getId: (item: any) => string;
|
|
4928
4928
|
}>;
|
|
4929
4929
|
Item: import("@workday/canvas-kit-react/common").ElementComponent<"a", import("../../menu/lib/MenuItem").MenuItemProps & import("@workday/canvas-kit-react/common").PropsWithModel<{
|
|
@@ -4944,9 +4944,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
4944
4944
|
readonly current: number;
|
|
4945
4945
|
};
|
|
4946
4946
|
UNSTABLE_virtual: {
|
|
4947
|
-
virtualItems: import("
|
|
4947
|
+
virtualItems: import("../..").VirtualItem[];
|
|
4948
4948
|
totalSize: number;
|
|
4949
|
-
scrollToOffset: (index: number, options?: import("
|
|
4949
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
4950
4950
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
4951
4951
|
measure: () => void;
|
|
4952
4952
|
};
|
|
@@ -5000,8 +5000,8 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
5000
5000
|
value: number;
|
|
5001
5001
|
}): void;
|
|
5002
5002
|
};
|
|
5003
|
-
selection: import("
|
|
5004
|
-
navigation: import("
|
|
5003
|
+
selection: import("../..").SelectionManager;
|
|
5004
|
+
navigation: import("../..").NavigationManager;
|
|
5005
5005
|
getId: (item: any) => string;
|
|
5006
5006
|
}, {}>>;
|
|
5007
5007
|
Divider: import("@workday/canvas-kit-react/common").ElementComponent<"hr", unknown>;
|
|
@@ -5023,9 +5023,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
5023
5023
|
readonly current: number;
|
|
5024
5024
|
};
|
|
5025
5025
|
UNSTABLE_virtual: {
|
|
5026
|
-
virtualItems: import("
|
|
5026
|
+
virtualItems: import("../..").VirtualItem[];
|
|
5027
5027
|
totalSize: number;
|
|
5028
|
-
scrollToOffset: (index: number, options?: import("
|
|
5028
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
5029
5029
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
5030
5030
|
measure: () => void;
|
|
5031
5031
|
};
|
|
@@ -5079,8 +5079,8 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
5079
5079
|
value: number;
|
|
5080
5080
|
}): void;
|
|
5081
5081
|
};
|
|
5082
|
-
selection: import("
|
|
5083
|
-
navigation: import("
|
|
5082
|
+
selection: import("../..").SelectionManager;
|
|
5083
|
+
navigation: import("../..").NavigationManager;
|
|
5084
5084
|
getId: (item: any) => string;
|
|
5085
5085
|
}>;
|
|
5086
5086
|
TargetContext: import("@workday/canvas-kit-react/common").ElementComponentM<import("@workday/canvas-kit-react/common").ElementComponent<"button", import("../..").SecondaryButtonProps>, import("../../menu/lib/MenuTarget").MenuTargetProps, {
|
|
@@ -5101,9 +5101,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
5101
5101
|
readonly current: number;
|
|
5102
5102
|
};
|
|
5103
5103
|
UNSTABLE_virtual: {
|
|
5104
|
-
virtualItems: import("
|
|
5104
|
+
virtualItems: import("../..").VirtualItem[];
|
|
5105
5105
|
totalSize: number;
|
|
5106
|
-
scrollToOffset: (index: number, options?: import("
|
|
5106
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
5107
5107
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
5108
5108
|
measure: () => void;
|
|
5109
5109
|
};
|
|
@@ -5157,8 +5157,8 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
5157
5157
|
value: number;
|
|
5158
5158
|
}): void;
|
|
5159
5159
|
};
|
|
5160
|
-
selection: import("
|
|
5161
|
-
navigation: import("
|
|
5160
|
+
selection: import("../..").SelectionManager;
|
|
5161
|
+
navigation: import("../..").NavigationManager;
|
|
5162
5162
|
getId: (item: any) => string;
|
|
5163
5163
|
}>;
|
|
5164
5164
|
Popper: import("@workday/canvas-kit-react/common").ElementComponentM<"div", import("../../menu/lib/MenuPopper").MenuPopperProps, {
|
|
@@ -5179,9 +5179,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
5179
5179
|
readonly current: number;
|
|
5180
5180
|
};
|
|
5181
5181
|
UNSTABLE_virtual: {
|
|
5182
|
-
virtualItems: import("
|
|
5182
|
+
virtualItems: import("../..").VirtualItem[];
|
|
5183
5183
|
totalSize: number;
|
|
5184
|
-
scrollToOffset: (index: number, options?: import("
|
|
5184
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
5185
5185
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
5186
5186
|
measure: () => void;
|
|
5187
5187
|
};
|
|
@@ -5235,8 +5235,8 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
5235
5235
|
value: number;
|
|
5236
5236
|
}): void;
|
|
5237
5237
|
};
|
|
5238
|
-
selection: import("
|
|
5239
|
-
navigation: import("
|
|
5238
|
+
selection: import("../..").SelectionManager;
|
|
5239
|
+
navigation: import("../..").NavigationManager;
|
|
5240
5240
|
getId: (item: any) => string;
|
|
5241
5241
|
}>;
|
|
5242
5242
|
};
|