@workday/canvas-kit-react 12.4.18 → 12.4.20
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/collection/lib/useBaseListModel.tsx +1 -8
- 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 +375 -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/useBaseListModel.d.ts.map +1 -1
- package/dist/commonjs/collection/lib/useBaseListModel.js +1 -7
- 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 +375 -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/useBaseListModel.d.ts.map +1 -1
- package/dist/es6/collection/lib/useBaseListModel.js +1 -7
- 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,29 +66,38 @@ 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
|
+
* The last element in the list of `Breadcrumbs.Item`s. By default, this item is truncated with
|
|
81
|
+
* a tooltip at `350px`, But that can be customized with the `maxWidth` prop.
|
|
82
|
+
*
|
|
83
|
+
* ```tsx
|
|
84
|
+
* <Breadcrumbs.CurrentItem maxWidth={200}>
|
|
85
|
+
* Current Item Text
|
|
86
|
+
* </Breadcrumbs.CurrentItem>
|
|
87
|
+
* ```
|
|
88
|
+
*/
|
|
80
89
|
defaultItemHeight: number;
|
|
81
90
|
items: any[];
|
|
82
91
|
}>;
|
|
83
92
|
initialHiddenIds: string[];
|
|
84
93
|
containerWidth: number;
|
|
85
94
|
shouldCalculateOverflow: boolean;
|
|
86
|
-
initialSelectedIds: import("
|
|
95
|
+
initialSelectedIds: import("../..").SelectedIds;
|
|
87
96
|
initialUnselectedIds: string[];
|
|
88
|
-
selection: import("
|
|
97
|
+
selection: import("../..").SelectionManager;
|
|
89
98
|
initialCursorId: string;
|
|
90
99
|
columnCount: number;
|
|
91
|
-
navigation: import("
|
|
100
|
+
navigation: import("../..").NavigationManager;
|
|
92
101
|
pageSize: number;
|
|
93
102
|
getId: (item: any) => string;
|
|
94
103
|
getTextValue: (item: any) => string;
|
|
@@ -102,7 +111,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
102
111
|
}, prevState: {
|
|
103
112
|
hiddenIds: string[];
|
|
104
113
|
nonInteractiveIds: string[];
|
|
105
|
-
orientation: import("
|
|
114
|
+
orientation: import("../..").Orientation;
|
|
106
115
|
itemSizeCache: Record<string, number>;
|
|
107
116
|
itemWidthCache: Record<string, number>;
|
|
108
117
|
containerSize: number;
|
|
@@ -118,9 +127,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
118
127
|
readonly current: number;
|
|
119
128
|
};
|
|
120
129
|
UNSTABLE_virtual: {
|
|
121
|
-
virtualItems: import("
|
|
130
|
+
virtualItems: import("../..").VirtualItem[];
|
|
122
131
|
totalSize: number;
|
|
123
|
-
scrollToOffset: (index: number, options?: import("
|
|
132
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
124
133
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
125
134
|
measure: () => void;
|
|
126
135
|
};
|
|
@@ -137,7 +146,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
137
146
|
}, prevState: {
|
|
138
147
|
hiddenIds: string[];
|
|
139
148
|
nonInteractiveIds: string[];
|
|
140
|
-
orientation: import("
|
|
149
|
+
orientation: import("../..").Orientation;
|
|
141
150
|
itemSizeCache: Record<string, number>;
|
|
142
151
|
itemWidthCache: Record<string, number>;
|
|
143
152
|
containerSize: number;
|
|
@@ -153,9 +162,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
153
162
|
readonly current: number;
|
|
154
163
|
};
|
|
155
164
|
UNSTABLE_virtual: {
|
|
156
|
-
virtualItems: import("
|
|
165
|
+
virtualItems: import("../..").VirtualItem[];
|
|
157
166
|
totalSize: number;
|
|
158
|
-
scrollToOffset: (index: number, options?: import("
|
|
167
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
159
168
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
160
169
|
measure: () => void;
|
|
161
170
|
};
|
|
@@ -171,7 +180,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
171
180
|
}, prevState: {
|
|
172
181
|
hiddenIds: string[];
|
|
173
182
|
nonInteractiveIds: string[];
|
|
174
|
-
orientation: import("
|
|
183
|
+
orientation: import("../..").Orientation;
|
|
175
184
|
itemSizeCache: Record<string, number>;
|
|
176
185
|
itemWidthCache: Record<string, number>;
|
|
177
186
|
containerSize: number;
|
|
@@ -187,9 +196,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
187
196
|
readonly current: number;
|
|
188
197
|
};
|
|
189
198
|
UNSTABLE_virtual: {
|
|
190
|
-
virtualItems: import("
|
|
199
|
+
virtualItems: import("../..").VirtualItem[];
|
|
191
200
|
totalSize: number;
|
|
192
|
-
scrollToOffset: (index: number, options?: import("
|
|
201
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
193
202
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
194
203
|
measure: () => void;
|
|
195
204
|
};
|
|
@@ -205,7 +214,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
205
214
|
}, prevState: {
|
|
206
215
|
hiddenIds: string[];
|
|
207
216
|
nonInteractiveIds: string[];
|
|
208
|
-
orientation: import("
|
|
217
|
+
orientation: import("../..").Orientation;
|
|
209
218
|
itemSizeCache: Record<string, number>;
|
|
210
219
|
itemWidthCache: Record<string, number>;
|
|
211
220
|
containerSize: number;
|
|
@@ -221,9 +230,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
221
230
|
readonly current: number;
|
|
222
231
|
};
|
|
223
232
|
UNSTABLE_virtual: {
|
|
224
|
-
virtualItems: import("
|
|
233
|
+
virtualItems: import("../..").VirtualItem[];
|
|
225
234
|
totalSize: number;
|
|
226
|
-
scrollToOffset: (index: number, options?: import("
|
|
235
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
227
236
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
228
237
|
measure: () => void;
|
|
229
238
|
};
|
|
@@ -240,7 +249,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
240
249
|
}, prevState: {
|
|
241
250
|
hiddenIds: string[];
|
|
242
251
|
nonInteractiveIds: string[];
|
|
243
|
-
orientation: import("
|
|
252
|
+
orientation: import("../..").Orientation;
|
|
244
253
|
itemSizeCache: Record<string, number>;
|
|
245
254
|
itemWidthCache: Record<string, number>;
|
|
246
255
|
containerSize: number;
|
|
@@ -256,9 +265,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
256
265
|
readonly current: number;
|
|
257
266
|
};
|
|
258
267
|
UNSTABLE_virtual: {
|
|
259
|
-
virtualItems: import("
|
|
268
|
+
virtualItems: import("../..").VirtualItem[];
|
|
260
269
|
totalSize: number;
|
|
261
|
-
scrollToOffset: (index: number, options?: import("
|
|
270
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
262
271
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
263
272
|
measure: () => void;
|
|
264
273
|
};
|
|
@@ -274,7 +283,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
274
283
|
}, prevState: {
|
|
275
284
|
hiddenIds: string[];
|
|
276
285
|
nonInteractiveIds: string[];
|
|
277
|
-
orientation: import("
|
|
286
|
+
orientation: import("../..").Orientation;
|
|
278
287
|
itemSizeCache: Record<string, number>;
|
|
279
288
|
itemWidthCache: Record<string, number>;
|
|
280
289
|
containerSize: number;
|
|
@@ -290,9 +299,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
290
299
|
readonly current: number;
|
|
291
300
|
};
|
|
292
301
|
UNSTABLE_virtual: {
|
|
293
|
-
virtualItems: import("
|
|
302
|
+
virtualItems: import("../..").VirtualItem[];
|
|
294
303
|
totalSize: number;
|
|
295
|
-
scrollToOffset: (index: number, options?: import("
|
|
304
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
296
305
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
297
306
|
measure: () => void;
|
|
298
307
|
};
|
|
@@ -309,7 +318,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
309
318
|
}, prevState: {
|
|
310
319
|
hiddenIds: string[];
|
|
311
320
|
nonInteractiveIds: string[];
|
|
312
|
-
orientation: import("
|
|
321
|
+
orientation: import("../..").Orientation;
|
|
313
322
|
itemSizeCache: Record<string, number>;
|
|
314
323
|
itemWidthCache: Record<string, number>;
|
|
315
324
|
containerSize: number;
|
|
@@ -325,9 +334,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
325
334
|
readonly current: number;
|
|
326
335
|
};
|
|
327
336
|
UNSTABLE_virtual: {
|
|
328
|
-
virtualItems: import("
|
|
337
|
+
virtualItems: import("../..").VirtualItem[];
|
|
329
338
|
totalSize: number;
|
|
330
|
-
scrollToOffset: (index: number, options?: import("
|
|
339
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
331
340
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
332
341
|
measure: () => void;
|
|
333
342
|
};
|
|
@@ -345,7 +354,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
345
354
|
}, prevState: {
|
|
346
355
|
hiddenIds: string[];
|
|
347
356
|
nonInteractiveIds: string[];
|
|
348
|
-
orientation: import("
|
|
357
|
+
orientation: import("../..").Orientation;
|
|
349
358
|
itemSizeCache: Record<string, number>;
|
|
350
359
|
itemWidthCache: Record<string, number>;
|
|
351
360
|
containerSize: number;
|
|
@@ -361,9 +370,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
361
370
|
readonly current: number;
|
|
362
371
|
};
|
|
363
372
|
UNSTABLE_virtual: {
|
|
364
|
-
virtualItems: import("
|
|
373
|
+
virtualItems: import("../..").VirtualItem[];
|
|
365
374
|
totalSize: number;
|
|
366
|
-
scrollToOffset: (index: number, options?: import("
|
|
375
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
367
376
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
368
377
|
measure: () => void;
|
|
369
378
|
};
|
|
@@ -379,7 +388,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
379
388
|
}, prevState: {
|
|
380
389
|
hiddenIds: string[];
|
|
381
390
|
nonInteractiveIds: string[];
|
|
382
|
-
orientation: import("
|
|
391
|
+
orientation: import("../..").Orientation;
|
|
383
392
|
itemSizeCache: Record<string, number>;
|
|
384
393
|
itemWidthCache: Record<string, number>;
|
|
385
394
|
containerSize: number;
|
|
@@ -395,9 +404,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
395
404
|
readonly current: number;
|
|
396
405
|
};
|
|
397
406
|
UNSTABLE_virtual: {
|
|
398
|
-
virtualItems: import("
|
|
407
|
+
virtualItems: import("../..").VirtualItem[];
|
|
399
408
|
totalSize: number;
|
|
400
|
-
scrollToOffset: (index: number, options?: import("
|
|
409
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
401
410
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
402
411
|
measure: () => void;
|
|
403
412
|
};
|
|
@@ -413,7 +422,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
413
422
|
}, prevState: {
|
|
414
423
|
hiddenIds: string[];
|
|
415
424
|
nonInteractiveIds: string[];
|
|
416
|
-
orientation: import("
|
|
425
|
+
orientation: import("../..").Orientation;
|
|
417
426
|
itemSizeCache: Record<string, number>;
|
|
418
427
|
itemWidthCache: Record<string, number>;
|
|
419
428
|
containerSize: number;
|
|
@@ -429,9 +438,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
429
438
|
readonly current: number;
|
|
430
439
|
};
|
|
431
440
|
UNSTABLE_virtual: {
|
|
432
|
-
virtualItems: import("
|
|
441
|
+
virtualItems: import("../..").VirtualItem[];
|
|
433
442
|
totalSize: number;
|
|
434
|
-
scrollToOffset: (index: number, options?: import("
|
|
443
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
435
444
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
436
445
|
measure: () => void;
|
|
437
446
|
};
|
|
@@ -447,7 +456,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
447
456
|
}, prevState: {
|
|
448
457
|
hiddenIds: string[];
|
|
449
458
|
nonInteractiveIds: string[];
|
|
450
|
-
orientation: import("
|
|
459
|
+
orientation: import("../..").Orientation;
|
|
451
460
|
itemSizeCache: Record<string, number>;
|
|
452
461
|
itemWidthCache: Record<string, number>;
|
|
453
462
|
containerSize: number;
|
|
@@ -463,9 +472,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
463
472
|
readonly current: number;
|
|
464
473
|
};
|
|
465
474
|
UNSTABLE_virtual: {
|
|
466
|
-
virtualItems: import("
|
|
475
|
+
virtualItems: import("../..").VirtualItem[];
|
|
467
476
|
totalSize: number;
|
|
468
|
-
scrollToOffset: (index: number, options?: import("
|
|
477
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
469
478
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
470
479
|
measure: () => void;
|
|
471
480
|
};
|
|
@@ -481,7 +490,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
481
490
|
}, prevState: {
|
|
482
491
|
hiddenIds: string[];
|
|
483
492
|
nonInteractiveIds: string[];
|
|
484
|
-
orientation: import("
|
|
493
|
+
orientation: import("../..").Orientation;
|
|
485
494
|
itemSizeCache: Record<string, number>;
|
|
486
495
|
itemWidthCache: Record<string, number>;
|
|
487
496
|
containerSize: number;
|
|
@@ -497,9 +506,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
497
506
|
readonly current: number;
|
|
498
507
|
};
|
|
499
508
|
UNSTABLE_virtual: {
|
|
500
|
-
virtualItems: import("
|
|
509
|
+
virtualItems: import("../..").VirtualItem[];
|
|
501
510
|
totalSize: number;
|
|
502
|
-
scrollToOffset: (index: number, options?: import("
|
|
511
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
503
512
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
504
513
|
measure: () => void;
|
|
505
514
|
};
|
|
@@ -513,7 +522,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
513
522
|
onSelectAll?: ((data: undefined, prevState: {
|
|
514
523
|
hiddenIds: string[];
|
|
515
524
|
nonInteractiveIds: string[];
|
|
516
|
-
orientation: import("
|
|
525
|
+
orientation: import("../..").Orientation;
|
|
517
526
|
itemSizeCache: Record<string, number>;
|
|
518
527
|
itemWidthCache: Record<string, number>;
|
|
519
528
|
containerSize: number;
|
|
@@ -529,9 +538,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
529
538
|
readonly current: number;
|
|
530
539
|
};
|
|
531
540
|
UNSTABLE_virtual: {
|
|
532
|
-
virtualItems: import("
|
|
541
|
+
virtualItems: import("../..").VirtualItem[];
|
|
533
542
|
totalSize: number;
|
|
534
|
-
scrollToOffset: (index: number, options?: import("
|
|
543
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
535
544
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
536
545
|
measure: () => void;
|
|
537
546
|
};
|
|
@@ -545,7 +554,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
545
554
|
onUnselectAll?: ((data: undefined, prevState: {
|
|
546
555
|
hiddenIds: string[];
|
|
547
556
|
nonInteractiveIds: string[];
|
|
548
|
-
orientation: import("
|
|
557
|
+
orientation: import("../..").Orientation;
|
|
549
558
|
itemSizeCache: Record<string, number>;
|
|
550
559
|
itemWidthCache: Record<string, number>;
|
|
551
560
|
containerSize: number;
|
|
@@ -561,9 +570,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
561
570
|
readonly current: number;
|
|
562
571
|
};
|
|
563
572
|
UNSTABLE_virtual: {
|
|
564
|
-
virtualItems: import("
|
|
573
|
+
virtualItems: import("../..").VirtualItem[];
|
|
565
574
|
totalSize: number;
|
|
566
|
-
scrollToOffset: (index: number, options?: import("
|
|
575
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
567
576
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
568
577
|
measure: () => void;
|
|
569
578
|
};
|
|
@@ -577,7 +586,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
577
586
|
onSetSelectedIds?: ((data: string[] | "all", prevState: {
|
|
578
587
|
hiddenIds: string[];
|
|
579
588
|
nonInteractiveIds: string[];
|
|
580
|
-
orientation: import("
|
|
589
|
+
orientation: import("../..").Orientation;
|
|
581
590
|
itemSizeCache: Record<string, number>;
|
|
582
591
|
itemWidthCache: Record<string, number>;
|
|
583
592
|
containerSize: number;
|
|
@@ -593,9 +602,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
593
602
|
readonly current: number;
|
|
594
603
|
};
|
|
595
604
|
UNSTABLE_virtual: {
|
|
596
|
-
virtualItems: import("
|
|
605
|
+
virtualItems: import("../..").VirtualItem[];
|
|
597
606
|
totalSize: number;
|
|
598
|
-
scrollToOffset: (index: number, options?: import("
|
|
607
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
599
608
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
600
609
|
measure: () => void;
|
|
601
610
|
};
|
|
@@ -613,7 +622,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
613
622
|
}, prevState: {
|
|
614
623
|
hiddenIds: string[];
|
|
615
624
|
nonInteractiveIds: string[];
|
|
616
|
-
orientation: import("
|
|
625
|
+
orientation: import("../..").Orientation;
|
|
617
626
|
itemSizeCache: Record<string, number>;
|
|
618
627
|
itemWidthCache: Record<string, number>;
|
|
619
628
|
containerSize: number;
|
|
@@ -629,9 +638,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
629
638
|
readonly current: number;
|
|
630
639
|
};
|
|
631
640
|
UNSTABLE_virtual: {
|
|
632
|
-
virtualItems: import("
|
|
641
|
+
virtualItems: import("../..").VirtualItem[];
|
|
633
642
|
totalSize: number;
|
|
634
|
-
scrollToOffset: (index: number, options?: import("
|
|
643
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
635
644
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
636
645
|
measure: () => void;
|
|
637
646
|
};
|
|
@@ -647,7 +656,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
647
656
|
}, prevState: {
|
|
648
657
|
hiddenIds: string[];
|
|
649
658
|
nonInteractiveIds: string[];
|
|
650
|
-
orientation: import("
|
|
659
|
+
orientation: import("../..").Orientation;
|
|
651
660
|
itemSizeCache: Record<string, number>;
|
|
652
661
|
itemWidthCache: Record<string, number>;
|
|
653
662
|
containerSize: number;
|
|
@@ -663,9 +672,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
663
672
|
readonly current: number;
|
|
664
673
|
};
|
|
665
674
|
UNSTABLE_virtual: {
|
|
666
|
-
virtualItems: import("
|
|
675
|
+
virtualItems: import("../..").VirtualItem[];
|
|
667
676
|
totalSize: number;
|
|
668
|
-
scrollToOffset: (index: number, options?: import("
|
|
677
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
669
678
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
670
679
|
measure: () => void;
|
|
671
680
|
};
|
|
@@ -679,7 +688,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
679
688
|
onGoToNext?: ((data: undefined, prevState: {
|
|
680
689
|
hiddenIds: string[];
|
|
681
690
|
nonInteractiveIds: string[];
|
|
682
|
-
orientation: import("
|
|
691
|
+
orientation: import("../..").Orientation;
|
|
683
692
|
itemSizeCache: Record<string, number>;
|
|
684
693
|
itemWidthCache: Record<string, number>;
|
|
685
694
|
containerSize: number;
|
|
@@ -695,9 +704,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
695
704
|
readonly current: number;
|
|
696
705
|
};
|
|
697
706
|
UNSTABLE_virtual: {
|
|
698
|
-
virtualItems: import("
|
|
707
|
+
virtualItems: import("../..").VirtualItem[];
|
|
699
708
|
totalSize: number;
|
|
700
|
-
scrollToOffset: (index: number, options?: import("
|
|
709
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
701
710
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
702
711
|
measure: () => void;
|
|
703
712
|
};
|
|
@@ -711,7 +720,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
711
720
|
onGoToPrevious?: ((data: undefined, prevState: {
|
|
712
721
|
hiddenIds: string[];
|
|
713
722
|
nonInteractiveIds: string[];
|
|
714
|
-
orientation: import("
|
|
723
|
+
orientation: import("../..").Orientation;
|
|
715
724
|
itemSizeCache: Record<string, number>;
|
|
716
725
|
itemWidthCache: Record<string, number>;
|
|
717
726
|
containerSize: number;
|
|
@@ -727,9 +736,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
727
736
|
readonly current: number;
|
|
728
737
|
};
|
|
729
738
|
UNSTABLE_virtual: {
|
|
730
|
-
virtualItems: import("
|
|
739
|
+
virtualItems: import("../..").VirtualItem[];
|
|
731
740
|
totalSize: number;
|
|
732
|
-
scrollToOffset: (index: number, options?: import("
|
|
741
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
733
742
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
734
743
|
measure: () => void;
|
|
735
744
|
};
|
|
@@ -743,7 +752,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
743
752
|
onGoToPreviousRow?: ((data: undefined, prevState: {
|
|
744
753
|
hiddenIds: string[];
|
|
745
754
|
nonInteractiveIds: string[];
|
|
746
|
-
orientation: import("
|
|
755
|
+
orientation: import("../..").Orientation;
|
|
747
756
|
itemSizeCache: Record<string, number>;
|
|
748
757
|
itemWidthCache: Record<string, number>;
|
|
749
758
|
containerSize: number;
|
|
@@ -759,9 +768,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
759
768
|
readonly current: number;
|
|
760
769
|
};
|
|
761
770
|
UNSTABLE_virtual: {
|
|
762
|
-
virtualItems: import("
|
|
771
|
+
virtualItems: import("../..").VirtualItem[];
|
|
763
772
|
totalSize: number;
|
|
764
|
-
scrollToOffset: (index: number, options?: import("
|
|
773
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
765
774
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
766
775
|
measure: () => void;
|
|
767
776
|
};
|
|
@@ -775,7 +784,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
775
784
|
onGoToNextRow?: ((data: undefined, prevState: {
|
|
776
785
|
hiddenIds: string[];
|
|
777
786
|
nonInteractiveIds: string[];
|
|
778
|
-
orientation: import("
|
|
787
|
+
orientation: import("../..").Orientation;
|
|
779
788
|
itemSizeCache: Record<string, number>;
|
|
780
789
|
itemWidthCache: Record<string, number>;
|
|
781
790
|
containerSize: number;
|
|
@@ -791,9 +800,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
791
800
|
readonly current: number;
|
|
792
801
|
};
|
|
793
802
|
UNSTABLE_virtual: {
|
|
794
|
-
virtualItems: import("
|
|
803
|
+
virtualItems: import("../..").VirtualItem[];
|
|
795
804
|
totalSize: number;
|
|
796
|
-
scrollToOffset: (index: number, options?: import("
|
|
805
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
797
806
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
798
807
|
measure: () => void;
|
|
799
808
|
};
|
|
@@ -807,7 +816,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
807
816
|
onGoToFirst?: ((data: undefined, prevState: {
|
|
808
817
|
hiddenIds: string[];
|
|
809
818
|
nonInteractiveIds: string[];
|
|
810
|
-
orientation: import("
|
|
819
|
+
orientation: import("../..").Orientation;
|
|
811
820
|
itemSizeCache: Record<string, number>;
|
|
812
821
|
itemWidthCache: Record<string, number>;
|
|
813
822
|
containerSize: number;
|
|
@@ -823,9 +832,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
823
832
|
readonly current: number;
|
|
824
833
|
};
|
|
825
834
|
UNSTABLE_virtual: {
|
|
826
|
-
virtualItems: import("
|
|
835
|
+
virtualItems: import("../..").VirtualItem[];
|
|
827
836
|
totalSize: number;
|
|
828
|
-
scrollToOffset: (index: number, options?: import("
|
|
837
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
829
838
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
830
839
|
measure: () => void;
|
|
831
840
|
};
|
|
@@ -839,7 +848,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
839
848
|
onGoToLast?: ((data: undefined, prevState: {
|
|
840
849
|
hiddenIds: string[];
|
|
841
850
|
nonInteractiveIds: string[];
|
|
842
|
-
orientation: import("
|
|
851
|
+
orientation: import("../..").Orientation;
|
|
843
852
|
itemSizeCache: Record<string, number>;
|
|
844
853
|
itemWidthCache: Record<string, number>;
|
|
845
854
|
containerSize: number;
|
|
@@ -855,9 +864,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
855
864
|
readonly current: number;
|
|
856
865
|
};
|
|
857
866
|
UNSTABLE_virtual: {
|
|
858
|
-
virtualItems: import("
|
|
867
|
+
virtualItems: import("../..").VirtualItem[];
|
|
859
868
|
totalSize: number;
|
|
860
|
-
scrollToOffset: (index: number, options?: import("
|
|
869
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
861
870
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
862
871
|
measure: () => void;
|
|
863
872
|
};
|
|
@@ -871,7 +880,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
871
880
|
onGoToFirstOfRow?: ((data: undefined, prevState: {
|
|
872
881
|
hiddenIds: string[];
|
|
873
882
|
nonInteractiveIds: string[];
|
|
874
|
-
orientation: import("
|
|
883
|
+
orientation: import("../..").Orientation;
|
|
875
884
|
itemSizeCache: Record<string, number>;
|
|
876
885
|
itemWidthCache: Record<string, number>;
|
|
877
886
|
containerSize: number;
|
|
@@ -887,9 +896,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
887
896
|
readonly current: number;
|
|
888
897
|
};
|
|
889
898
|
UNSTABLE_virtual: {
|
|
890
|
-
virtualItems: import("
|
|
899
|
+
virtualItems: import("../..").VirtualItem[];
|
|
891
900
|
totalSize: number;
|
|
892
|
-
scrollToOffset: (index: number, options?: import("
|
|
901
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
893
902
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
894
903
|
measure: () => void;
|
|
895
904
|
};
|
|
@@ -903,7 +912,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
903
912
|
onGoToLastOfRow?: ((data: undefined, prevState: {
|
|
904
913
|
hiddenIds: string[];
|
|
905
914
|
nonInteractiveIds: string[];
|
|
906
|
-
orientation: import("
|
|
915
|
+
orientation: import("../..").Orientation;
|
|
907
916
|
itemSizeCache: Record<string, number>;
|
|
908
917
|
itemWidthCache: Record<string, number>;
|
|
909
918
|
containerSize: number;
|
|
@@ -919,9 +928,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
919
928
|
readonly current: number;
|
|
920
929
|
};
|
|
921
930
|
UNSTABLE_virtual: {
|
|
922
|
-
virtualItems: import("
|
|
931
|
+
virtualItems: import("../..").VirtualItem[];
|
|
923
932
|
totalSize: number;
|
|
924
|
-
scrollToOffset: (index: number, options?: import("
|
|
933
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
925
934
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
926
935
|
measure: () => void;
|
|
927
936
|
};
|
|
@@ -935,7 +944,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
935
944
|
onGoToNextPage?: ((data: undefined, prevState: {
|
|
936
945
|
hiddenIds: string[];
|
|
937
946
|
nonInteractiveIds: string[];
|
|
938
|
-
orientation: import("
|
|
947
|
+
orientation: import("../..").Orientation;
|
|
939
948
|
itemSizeCache: Record<string, number>;
|
|
940
949
|
itemWidthCache: Record<string, number>;
|
|
941
950
|
containerSize: number;
|
|
@@ -951,9 +960,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
951
960
|
readonly current: number;
|
|
952
961
|
};
|
|
953
962
|
UNSTABLE_virtual: {
|
|
954
|
-
virtualItems: import("
|
|
963
|
+
virtualItems: import("../..").VirtualItem[];
|
|
955
964
|
totalSize: number;
|
|
956
|
-
scrollToOffset: (index: number, options?: import("
|
|
965
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
957
966
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
958
967
|
measure: () => void;
|
|
959
968
|
};
|
|
@@ -967,7 +976,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
967
976
|
onGoToPreviousPage?: ((data: undefined, prevState: {
|
|
968
977
|
hiddenIds: string[];
|
|
969
978
|
nonInteractiveIds: string[];
|
|
970
|
-
orientation: import("
|
|
979
|
+
orientation: import("../..").Orientation;
|
|
971
980
|
itemSizeCache: Record<string, number>;
|
|
972
981
|
itemWidthCache: Record<string, number>;
|
|
973
982
|
containerSize: number;
|
|
@@ -983,9 +992,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
983
992
|
readonly current: number;
|
|
984
993
|
};
|
|
985
994
|
UNSTABLE_virtual: {
|
|
986
|
-
virtualItems: import("
|
|
995
|
+
virtualItems: import("../..").VirtualItem[];
|
|
987
996
|
totalSize: number;
|
|
988
|
-
scrollToOffset: (index: number, options?: import("
|
|
997
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
989
998
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
990
999
|
measure: () => void;
|
|
991
1000
|
};
|
|
@@ -1002,7 +1011,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1002
1011
|
}, prevState: {
|
|
1003
1012
|
hiddenIds: string[];
|
|
1004
1013
|
nonInteractiveIds: string[];
|
|
1005
|
-
orientation: import("
|
|
1014
|
+
orientation: import("../..").Orientation;
|
|
1006
1015
|
itemSizeCache: Record<string, number>;
|
|
1007
1016
|
itemWidthCache: Record<string, number>;
|
|
1008
1017
|
containerSize: number;
|
|
@@ -1018,9 +1027,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1018
1027
|
readonly current: number;
|
|
1019
1028
|
};
|
|
1020
1029
|
UNSTABLE_virtual: {
|
|
1021
|
-
virtualItems: import("
|
|
1030
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1022
1031
|
totalSize: number;
|
|
1023
|
-
scrollToOffset: (index: number, options?: import("
|
|
1032
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1024
1033
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1025
1034
|
measure: () => void;
|
|
1026
1035
|
};
|
|
@@ -1036,7 +1045,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1036
1045
|
}, prevState: {
|
|
1037
1046
|
hiddenIds: string[];
|
|
1038
1047
|
nonInteractiveIds: string[];
|
|
1039
|
-
orientation: import("
|
|
1048
|
+
orientation: import("../..").Orientation;
|
|
1040
1049
|
itemSizeCache: Record<string, number>;
|
|
1041
1050
|
itemWidthCache: Record<string, number>;
|
|
1042
1051
|
containerSize: number;
|
|
@@ -1052,9 +1061,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1052
1061
|
readonly current: number;
|
|
1053
1062
|
};
|
|
1054
1063
|
UNSTABLE_virtual: {
|
|
1055
|
-
virtualItems: import("
|
|
1064
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1056
1065
|
totalSize: number;
|
|
1057
|
-
scrollToOffset: (index: number, options?: import("
|
|
1066
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1058
1067
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1059
1068
|
measure: () => void;
|
|
1060
1069
|
};
|
|
@@ -1070,7 +1079,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1070
1079
|
}, prevState: {
|
|
1071
1080
|
hiddenIds: string[];
|
|
1072
1081
|
nonInteractiveIds: string[];
|
|
1073
|
-
orientation: import("
|
|
1082
|
+
orientation: import("../..").Orientation;
|
|
1074
1083
|
itemSizeCache: Record<string, number>;
|
|
1075
1084
|
itemWidthCache: Record<string, number>;
|
|
1076
1085
|
containerSize: number;
|
|
@@ -1086,9 +1095,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1086
1095
|
readonly current: number;
|
|
1087
1096
|
};
|
|
1088
1097
|
UNSTABLE_virtual: {
|
|
1089
|
-
virtualItems: import("
|
|
1098
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1090
1099
|
totalSize: number;
|
|
1091
|
-
scrollToOffset: (index: number, options?: import("
|
|
1100
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1092
1101
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1093
1102
|
measure: () => void;
|
|
1094
1103
|
};
|
|
@@ -1105,7 +1114,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1105
1114
|
}, state: {
|
|
1106
1115
|
hiddenIds: string[];
|
|
1107
1116
|
nonInteractiveIds: string[];
|
|
1108
|
-
orientation: import("
|
|
1117
|
+
orientation: import("../..").Orientation;
|
|
1109
1118
|
itemSizeCache: Record<string, number>;
|
|
1110
1119
|
itemWidthCache: Record<string, number>;
|
|
1111
1120
|
containerSize: number;
|
|
@@ -1121,9 +1130,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1121
1130
|
readonly current: number;
|
|
1122
1131
|
};
|
|
1123
1132
|
UNSTABLE_virtual: {
|
|
1124
|
-
virtualItems: import("
|
|
1133
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1125
1134
|
totalSize: number;
|
|
1126
|
-
scrollToOffset: (index: number, options?: import("
|
|
1135
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1127
1136
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1128
1137
|
measure: () => void;
|
|
1129
1138
|
};
|
|
@@ -1140,7 +1149,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1140
1149
|
}, state: {
|
|
1141
1150
|
hiddenIds: string[];
|
|
1142
1151
|
nonInteractiveIds: string[];
|
|
1143
|
-
orientation: import("
|
|
1152
|
+
orientation: import("../..").Orientation;
|
|
1144
1153
|
itemSizeCache: Record<string, number>;
|
|
1145
1154
|
itemWidthCache: Record<string, number>;
|
|
1146
1155
|
containerSize: number;
|
|
@@ -1156,9 +1165,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1156
1165
|
readonly current: number;
|
|
1157
1166
|
};
|
|
1158
1167
|
UNSTABLE_virtual: {
|
|
1159
|
-
virtualItems: import("
|
|
1168
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1160
1169
|
totalSize: number;
|
|
1161
|
-
scrollToOffset: (index: number, options?: import("
|
|
1170
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1162
1171
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1163
1172
|
measure: () => void;
|
|
1164
1173
|
};
|
|
@@ -1174,7 +1183,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1174
1183
|
}, state: {
|
|
1175
1184
|
hiddenIds: string[];
|
|
1176
1185
|
nonInteractiveIds: string[];
|
|
1177
|
-
orientation: import("
|
|
1186
|
+
orientation: import("../..").Orientation;
|
|
1178
1187
|
itemSizeCache: Record<string, number>;
|
|
1179
1188
|
itemWidthCache: Record<string, number>;
|
|
1180
1189
|
containerSize: number;
|
|
@@ -1190,9 +1199,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1190
1199
|
readonly current: number;
|
|
1191
1200
|
};
|
|
1192
1201
|
UNSTABLE_virtual: {
|
|
1193
|
-
virtualItems: import("
|
|
1202
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1194
1203
|
totalSize: number;
|
|
1195
|
-
scrollToOffset: (index: number, options?: import("
|
|
1204
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1196
1205
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1197
1206
|
measure: () => void;
|
|
1198
1207
|
};
|
|
@@ -1208,7 +1217,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1208
1217
|
}, state: {
|
|
1209
1218
|
hiddenIds: string[];
|
|
1210
1219
|
nonInteractiveIds: string[];
|
|
1211
|
-
orientation: import("
|
|
1220
|
+
orientation: import("../..").Orientation;
|
|
1212
1221
|
itemSizeCache: Record<string, number>;
|
|
1213
1222
|
itemWidthCache: Record<string, number>;
|
|
1214
1223
|
containerSize: number;
|
|
@@ -1224,9 +1233,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1224
1233
|
readonly current: number;
|
|
1225
1234
|
};
|
|
1226
1235
|
UNSTABLE_virtual: {
|
|
1227
|
-
virtualItems: import("
|
|
1236
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1228
1237
|
totalSize: number;
|
|
1229
|
-
scrollToOffset: (index: number, options?: import("
|
|
1238
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1230
1239
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1231
1240
|
measure: () => void;
|
|
1232
1241
|
};
|
|
@@ -1243,7 +1252,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1243
1252
|
}, state: {
|
|
1244
1253
|
hiddenIds: string[];
|
|
1245
1254
|
nonInteractiveIds: string[];
|
|
1246
|
-
orientation: import("
|
|
1255
|
+
orientation: import("../..").Orientation;
|
|
1247
1256
|
itemSizeCache: Record<string, number>;
|
|
1248
1257
|
itemWidthCache: Record<string, number>;
|
|
1249
1258
|
containerSize: number;
|
|
@@ -1259,9 +1268,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1259
1268
|
readonly current: number;
|
|
1260
1269
|
};
|
|
1261
1270
|
UNSTABLE_virtual: {
|
|
1262
|
-
virtualItems: import("
|
|
1271
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1263
1272
|
totalSize: number;
|
|
1264
|
-
scrollToOffset: (index: number, options?: import("
|
|
1273
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1265
1274
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1266
1275
|
measure: () => void;
|
|
1267
1276
|
};
|
|
@@ -1277,7 +1286,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1277
1286
|
}, state: {
|
|
1278
1287
|
hiddenIds: string[];
|
|
1279
1288
|
nonInteractiveIds: string[];
|
|
1280
|
-
orientation: import("
|
|
1289
|
+
orientation: import("../..").Orientation;
|
|
1281
1290
|
itemSizeCache: Record<string, number>;
|
|
1282
1291
|
itemWidthCache: Record<string, number>;
|
|
1283
1292
|
containerSize: number;
|
|
@@ -1293,9 +1302,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1293
1302
|
readonly current: number;
|
|
1294
1303
|
};
|
|
1295
1304
|
UNSTABLE_virtual: {
|
|
1296
|
-
virtualItems: import("
|
|
1305
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1297
1306
|
totalSize: number;
|
|
1298
|
-
scrollToOffset: (index: number, options?: import("
|
|
1307
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1299
1308
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1300
1309
|
measure: () => void;
|
|
1301
1310
|
};
|
|
@@ -1312,7 +1321,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1312
1321
|
}, state: {
|
|
1313
1322
|
hiddenIds: string[];
|
|
1314
1323
|
nonInteractiveIds: string[];
|
|
1315
|
-
orientation: import("
|
|
1324
|
+
orientation: import("../..").Orientation;
|
|
1316
1325
|
itemSizeCache: Record<string, number>;
|
|
1317
1326
|
itemWidthCache: Record<string, number>;
|
|
1318
1327
|
containerSize: number;
|
|
@@ -1328,9 +1337,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1328
1337
|
readonly current: number;
|
|
1329
1338
|
};
|
|
1330
1339
|
UNSTABLE_virtual: {
|
|
1331
|
-
virtualItems: import("
|
|
1340
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1332
1341
|
totalSize: number;
|
|
1333
|
-
scrollToOffset: (index: number, options?: import("
|
|
1342
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1334
1343
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1335
1344
|
measure: () => void;
|
|
1336
1345
|
};
|
|
@@ -1348,7 +1357,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1348
1357
|
}, state: {
|
|
1349
1358
|
hiddenIds: string[];
|
|
1350
1359
|
nonInteractiveIds: string[];
|
|
1351
|
-
orientation: import("
|
|
1360
|
+
orientation: import("../..").Orientation;
|
|
1352
1361
|
itemSizeCache: Record<string, number>;
|
|
1353
1362
|
itemWidthCache: Record<string, number>;
|
|
1354
1363
|
containerSize: number;
|
|
@@ -1364,9 +1373,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1364
1373
|
readonly current: number;
|
|
1365
1374
|
};
|
|
1366
1375
|
UNSTABLE_virtual: {
|
|
1367
|
-
virtualItems: import("
|
|
1376
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1368
1377
|
totalSize: number;
|
|
1369
|
-
scrollToOffset: (index: number, options?: import("
|
|
1378
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1370
1379
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1371
1380
|
measure: () => void;
|
|
1372
1381
|
};
|
|
@@ -1382,7 +1391,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1382
1391
|
}, state: {
|
|
1383
1392
|
hiddenIds: string[];
|
|
1384
1393
|
nonInteractiveIds: string[];
|
|
1385
|
-
orientation: import("
|
|
1394
|
+
orientation: import("../..").Orientation;
|
|
1386
1395
|
itemSizeCache: Record<string, number>;
|
|
1387
1396
|
itemWidthCache: Record<string, number>;
|
|
1388
1397
|
containerSize: number;
|
|
@@ -1398,9 +1407,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1398
1407
|
readonly current: number;
|
|
1399
1408
|
};
|
|
1400
1409
|
UNSTABLE_virtual: {
|
|
1401
|
-
virtualItems: import("
|
|
1410
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1402
1411
|
totalSize: number;
|
|
1403
|
-
scrollToOffset: (index: number, options?: import("
|
|
1412
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1404
1413
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1405
1414
|
measure: () => void;
|
|
1406
1415
|
};
|
|
@@ -1416,7 +1425,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1416
1425
|
}, state: {
|
|
1417
1426
|
hiddenIds: string[];
|
|
1418
1427
|
nonInteractiveIds: string[];
|
|
1419
|
-
orientation: import("
|
|
1428
|
+
orientation: import("../..").Orientation;
|
|
1420
1429
|
itemSizeCache: Record<string, number>;
|
|
1421
1430
|
itemWidthCache: Record<string, number>;
|
|
1422
1431
|
containerSize: number;
|
|
@@ -1432,9 +1441,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1432
1441
|
readonly current: number;
|
|
1433
1442
|
};
|
|
1434
1443
|
UNSTABLE_virtual: {
|
|
1435
|
-
virtualItems: import("
|
|
1444
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1436
1445
|
totalSize: number;
|
|
1437
|
-
scrollToOffset: (index: number, options?: import("
|
|
1446
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1438
1447
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1439
1448
|
measure: () => void;
|
|
1440
1449
|
};
|
|
@@ -1450,7 +1459,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1450
1459
|
}, state: {
|
|
1451
1460
|
hiddenIds: string[];
|
|
1452
1461
|
nonInteractiveIds: string[];
|
|
1453
|
-
orientation: import("
|
|
1462
|
+
orientation: import("../..").Orientation;
|
|
1454
1463
|
itemSizeCache: Record<string, number>;
|
|
1455
1464
|
itemWidthCache: Record<string, number>;
|
|
1456
1465
|
containerSize: number;
|
|
@@ -1466,9 +1475,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1466
1475
|
readonly current: number;
|
|
1467
1476
|
};
|
|
1468
1477
|
UNSTABLE_virtual: {
|
|
1469
|
-
virtualItems: import("
|
|
1478
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1470
1479
|
totalSize: number;
|
|
1471
|
-
scrollToOffset: (index: number, options?: import("
|
|
1480
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1472
1481
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1473
1482
|
measure: () => void;
|
|
1474
1483
|
};
|
|
@@ -1484,7 +1493,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1484
1493
|
}, state: {
|
|
1485
1494
|
hiddenIds: string[];
|
|
1486
1495
|
nonInteractiveIds: string[];
|
|
1487
|
-
orientation: import("
|
|
1496
|
+
orientation: import("../..").Orientation;
|
|
1488
1497
|
itemSizeCache: Record<string, number>;
|
|
1489
1498
|
itemWidthCache: Record<string, number>;
|
|
1490
1499
|
containerSize: number;
|
|
@@ -1500,9 +1509,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1500
1509
|
readonly current: number;
|
|
1501
1510
|
};
|
|
1502
1511
|
UNSTABLE_virtual: {
|
|
1503
|
-
virtualItems: import("
|
|
1512
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1504
1513
|
totalSize: number;
|
|
1505
|
-
scrollToOffset: (index: number, options?: import("
|
|
1514
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1506
1515
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1507
1516
|
measure: () => void;
|
|
1508
1517
|
};
|
|
@@ -1516,7 +1525,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1516
1525
|
shouldSelectAll?: ((data: undefined, state: {
|
|
1517
1526
|
hiddenIds: string[];
|
|
1518
1527
|
nonInteractiveIds: string[];
|
|
1519
|
-
orientation: import("
|
|
1528
|
+
orientation: import("../..").Orientation;
|
|
1520
1529
|
itemSizeCache: Record<string, number>;
|
|
1521
1530
|
itemWidthCache: Record<string, number>;
|
|
1522
1531
|
containerSize: number;
|
|
@@ -1532,9 +1541,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1532
1541
|
readonly current: number;
|
|
1533
1542
|
};
|
|
1534
1543
|
UNSTABLE_virtual: {
|
|
1535
|
-
virtualItems: import("
|
|
1544
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1536
1545
|
totalSize: number;
|
|
1537
|
-
scrollToOffset: (index: number, options?: import("
|
|
1546
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1538
1547
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1539
1548
|
measure: () => void;
|
|
1540
1549
|
};
|
|
@@ -1548,7 +1557,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1548
1557
|
shouldUnselectAll?: ((data: undefined, state: {
|
|
1549
1558
|
hiddenIds: string[];
|
|
1550
1559
|
nonInteractiveIds: string[];
|
|
1551
|
-
orientation: import("
|
|
1560
|
+
orientation: import("../..").Orientation;
|
|
1552
1561
|
itemSizeCache: Record<string, number>;
|
|
1553
1562
|
itemWidthCache: Record<string, number>;
|
|
1554
1563
|
containerSize: number;
|
|
@@ -1564,9 +1573,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1564
1573
|
readonly current: number;
|
|
1565
1574
|
};
|
|
1566
1575
|
UNSTABLE_virtual: {
|
|
1567
|
-
virtualItems: import("
|
|
1576
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1568
1577
|
totalSize: number;
|
|
1569
|
-
scrollToOffset: (index: number, options?: import("
|
|
1578
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1570
1579
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1571
1580
|
measure: () => void;
|
|
1572
1581
|
};
|
|
@@ -1580,7 +1589,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1580
1589
|
shouldSetSelectedIds?: ((data: string[] | "all", state: {
|
|
1581
1590
|
hiddenIds: string[];
|
|
1582
1591
|
nonInteractiveIds: string[];
|
|
1583
|
-
orientation: import("
|
|
1592
|
+
orientation: import("../..").Orientation;
|
|
1584
1593
|
itemSizeCache: Record<string, number>;
|
|
1585
1594
|
itemWidthCache: Record<string, number>;
|
|
1586
1595
|
containerSize: number;
|
|
@@ -1596,9 +1605,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1596
1605
|
readonly current: number;
|
|
1597
1606
|
};
|
|
1598
1607
|
UNSTABLE_virtual: {
|
|
1599
|
-
virtualItems: import("
|
|
1608
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1600
1609
|
totalSize: number;
|
|
1601
|
-
scrollToOffset: (index: number, options?: import("
|
|
1610
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1602
1611
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1603
1612
|
measure: () => void;
|
|
1604
1613
|
};
|
|
@@ -1616,7 +1625,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1616
1625
|
}, state: {
|
|
1617
1626
|
hiddenIds: string[];
|
|
1618
1627
|
nonInteractiveIds: string[];
|
|
1619
|
-
orientation: import("
|
|
1628
|
+
orientation: import("../..").Orientation;
|
|
1620
1629
|
itemSizeCache: Record<string, number>;
|
|
1621
1630
|
itemWidthCache: Record<string, number>;
|
|
1622
1631
|
containerSize: number;
|
|
@@ -1632,9 +1641,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1632
1641
|
readonly current: number;
|
|
1633
1642
|
};
|
|
1634
1643
|
UNSTABLE_virtual: {
|
|
1635
|
-
virtualItems: import("
|
|
1644
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1636
1645
|
totalSize: number;
|
|
1637
|
-
scrollToOffset: (index: number, options?: import("
|
|
1646
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1638
1647
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1639
1648
|
measure: () => void;
|
|
1640
1649
|
};
|
|
@@ -1650,7 +1659,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1650
1659
|
}, state: {
|
|
1651
1660
|
hiddenIds: string[];
|
|
1652
1661
|
nonInteractiveIds: string[];
|
|
1653
|
-
orientation: import("
|
|
1662
|
+
orientation: import("../..").Orientation;
|
|
1654
1663
|
itemSizeCache: Record<string, number>;
|
|
1655
1664
|
itemWidthCache: Record<string, number>;
|
|
1656
1665
|
containerSize: number;
|
|
@@ -1666,9 +1675,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1666
1675
|
readonly current: number;
|
|
1667
1676
|
};
|
|
1668
1677
|
UNSTABLE_virtual: {
|
|
1669
|
-
virtualItems: import("
|
|
1678
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1670
1679
|
totalSize: number;
|
|
1671
|
-
scrollToOffset: (index: number, options?: import("
|
|
1680
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1672
1681
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1673
1682
|
measure: () => void;
|
|
1674
1683
|
};
|
|
@@ -1682,7 +1691,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1682
1691
|
shouldGoToNext?: ((data: undefined, state: {
|
|
1683
1692
|
hiddenIds: string[];
|
|
1684
1693
|
nonInteractiveIds: string[];
|
|
1685
|
-
orientation: import("
|
|
1694
|
+
orientation: import("../..").Orientation;
|
|
1686
1695
|
itemSizeCache: Record<string, number>;
|
|
1687
1696
|
itemWidthCache: Record<string, number>;
|
|
1688
1697
|
containerSize: number;
|
|
@@ -1698,9 +1707,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1698
1707
|
readonly current: number;
|
|
1699
1708
|
};
|
|
1700
1709
|
UNSTABLE_virtual: {
|
|
1701
|
-
virtualItems: import("
|
|
1710
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1702
1711
|
totalSize: number;
|
|
1703
|
-
scrollToOffset: (index: number, options?: import("
|
|
1712
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1704
1713
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1705
1714
|
measure: () => void;
|
|
1706
1715
|
};
|
|
@@ -1714,7 +1723,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1714
1723
|
shouldGoToPrevious?: ((data: undefined, state: {
|
|
1715
1724
|
hiddenIds: string[];
|
|
1716
1725
|
nonInteractiveIds: string[];
|
|
1717
|
-
orientation: import("
|
|
1726
|
+
orientation: import("../..").Orientation;
|
|
1718
1727
|
itemSizeCache: Record<string, number>;
|
|
1719
1728
|
itemWidthCache: Record<string, number>;
|
|
1720
1729
|
containerSize: number;
|
|
@@ -1730,9 +1739,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1730
1739
|
readonly current: number;
|
|
1731
1740
|
};
|
|
1732
1741
|
UNSTABLE_virtual: {
|
|
1733
|
-
virtualItems: import("
|
|
1742
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1734
1743
|
totalSize: number;
|
|
1735
|
-
scrollToOffset: (index: number, options?: import("
|
|
1744
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1736
1745
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1737
1746
|
measure: () => void;
|
|
1738
1747
|
};
|
|
@@ -1746,7 +1755,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1746
1755
|
shouldGoToPreviousRow?: ((data: undefined, state: {
|
|
1747
1756
|
hiddenIds: string[];
|
|
1748
1757
|
nonInteractiveIds: string[];
|
|
1749
|
-
orientation: import("
|
|
1758
|
+
orientation: import("../..").Orientation;
|
|
1750
1759
|
itemSizeCache: Record<string, number>;
|
|
1751
1760
|
itemWidthCache: Record<string, number>;
|
|
1752
1761
|
containerSize: number;
|
|
@@ -1762,9 +1771,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1762
1771
|
readonly current: number;
|
|
1763
1772
|
};
|
|
1764
1773
|
UNSTABLE_virtual: {
|
|
1765
|
-
virtualItems: import("
|
|
1774
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1766
1775
|
totalSize: number;
|
|
1767
|
-
scrollToOffset: (index: number, options?: import("
|
|
1776
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1768
1777
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1769
1778
|
measure: () => void;
|
|
1770
1779
|
};
|
|
@@ -1778,7 +1787,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1778
1787
|
shouldGoToNextRow?: ((data: undefined, state: {
|
|
1779
1788
|
hiddenIds: string[];
|
|
1780
1789
|
nonInteractiveIds: string[];
|
|
1781
|
-
orientation: import("
|
|
1790
|
+
orientation: import("../..").Orientation;
|
|
1782
1791
|
itemSizeCache: Record<string, number>;
|
|
1783
1792
|
itemWidthCache: Record<string, number>;
|
|
1784
1793
|
containerSize: number;
|
|
@@ -1794,9 +1803,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1794
1803
|
readonly current: number;
|
|
1795
1804
|
};
|
|
1796
1805
|
UNSTABLE_virtual: {
|
|
1797
|
-
virtualItems: import("
|
|
1806
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1798
1807
|
totalSize: number;
|
|
1799
|
-
scrollToOffset: (index: number, options?: import("
|
|
1808
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1800
1809
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1801
1810
|
measure: () => void;
|
|
1802
1811
|
};
|
|
@@ -1810,7 +1819,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1810
1819
|
shouldGoToFirst?: ((data: undefined, state: {
|
|
1811
1820
|
hiddenIds: string[];
|
|
1812
1821
|
nonInteractiveIds: string[];
|
|
1813
|
-
orientation: import("
|
|
1822
|
+
orientation: import("../..").Orientation;
|
|
1814
1823
|
itemSizeCache: Record<string, number>;
|
|
1815
1824
|
itemWidthCache: Record<string, number>;
|
|
1816
1825
|
containerSize: number;
|
|
@@ -1826,9 +1835,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1826
1835
|
readonly current: number;
|
|
1827
1836
|
};
|
|
1828
1837
|
UNSTABLE_virtual: {
|
|
1829
|
-
virtualItems: import("
|
|
1838
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1830
1839
|
totalSize: number;
|
|
1831
|
-
scrollToOffset: (index: number, options?: import("
|
|
1840
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1832
1841
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1833
1842
|
measure: () => void;
|
|
1834
1843
|
};
|
|
@@ -1842,7 +1851,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1842
1851
|
shouldGoToLast?: ((data: undefined, state: {
|
|
1843
1852
|
hiddenIds: string[];
|
|
1844
1853
|
nonInteractiveIds: string[];
|
|
1845
|
-
orientation: import("
|
|
1854
|
+
orientation: import("../..").Orientation;
|
|
1846
1855
|
itemSizeCache: Record<string, number>;
|
|
1847
1856
|
itemWidthCache: Record<string, number>;
|
|
1848
1857
|
containerSize: number;
|
|
@@ -1858,9 +1867,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1858
1867
|
readonly current: number;
|
|
1859
1868
|
};
|
|
1860
1869
|
UNSTABLE_virtual: {
|
|
1861
|
-
virtualItems: import("
|
|
1870
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1862
1871
|
totalSize: number;
|
|
1863
|
-
scrollToOffset: (index: number, options?: import("
|
|
1872
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1864
1873
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1865
1874
|
measure: () => void;
|
|
1866
1875
|
};
|
|
@@ -1874,7 +1883,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1874
1883
|
shouldGoToFirstOfRow?: ((data: undefined, state: {
|
|
1875
1884
|
hiddenIds: string[];
|
|
1876
1885
|
nonInteractiveIds: string[];
|
|
1877
|
-
orientation: import("
|
|
1886
|
+
orientation: import("../..").Orientation;
|
|
1878
1887
|
itemSizeCache: Record<string, number>;
|
|
1879
1888
|
itemWidthCache: Record<string, number>;
|
|
1880
1889
|
containerSize: number;
|
|
@@ -1890,9 +1899,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1890
1899
|
readonly current: number;
|
|
1891
1900
|
};
|
|
1892
1901
|
UNSTABLE_virtual: {
|
|
1893
|
-
virtualItems: import("
|
|
1902
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1894
1903
|
totalSize: number;
|
|
1895
|
-
scrollToOffset: (index: number, options?: import("
|
|
1904
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1896
1905
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1897
1906
|
measure: () => void;
|
|
1898
1907
|
};
|
|
@@ -1906,7 +1915,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1906
1915
|
shouldGoToLastOfRow?: ((data: undefined, state: {
|
|
1907
1916
|
hiddenIds: string[];
|
|
1908
1917
|
nonInteractiveIds: string[];
|
|
1909
|
-
orientation: import("
|
|
1918
|
+
orientation: import("../..").Orientation;
|
|
1910
1919
|
itemSizeCache: Record<string, number>;
|
|
1911
1920
|
itemWidthCache: Record<string, number>;
|
|
1912
1921
|
containerSize: number;
|
|
@@ -1922,9 +1931,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1922
1931
|
readonly current: number;
|
|
1923
1932
|
};
|
|
1924
1933
|
UNSTABLE_virtual: {
|
|
1925
|
-
virtualItems: import("
|
|
1934
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1926
1935
|
totalSize: number;
|
|
1927
|
-
scrollToOffset: (index: number, options?: import("
|
|
1936
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1928
1937
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1929
1938
|
measure: () => void;
|
|
1930
1939
|
};
|
|
@@ -1938,7 +1947,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1938
1947
|
shouldGoToNextPage?: ((data: undefined, state: {
|
|
1939
1948
|
hiddenIds: string[];
|
|
1940
1949
|
nonInteractiveIds: string[];
|
|
1941
|
-
orientation: import("
|
|
1950
|
+
orientation: import("../..").Orientation;
|
|
1942
1951
|
itemSizeCache: Record<string, number>;
|
|
1943
1952
|
itemWidthCache: Record<string, number>;
|
|
1944
1953
|
containerSize: number;
|
|
@@ -1954,9 +1963,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1954
1963
|
readonly current: number;
|
|
1955
1964
|
};
|
|
1956
1965
|
UNSTABLE_virtual: {
|
|
1957
|
-
virtualItems: import("
|
|
1966
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1958
1967
|
totalSize: number;
|
|
1959
|
-
scrollToOffset: (index: number, options?: import("
|
|
1968
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1960
1969
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1961
1970
|
measure: () => void;
|
|
1962
1971
|
};
|
|
@@ -1970,7 +1979,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1970
1979
|
shouldGoToPreviousPage?: ((data: undefined, state: {
|
|
1971
1980
|
hiddenIds: string[];
|
|
1972
1981
|
nonInteractiveIds: string[];
|
|
1973
|
-
orientation: import("
|
|
1982
|
+
orientation: import("../..").Orientation;
|
|
1974
1983
|
itemSizeCache: Record<string, number>;
|
|
1975
1984
|
itemWidthCache: Record<string, number>;
|
|
1976
1985
|
containerSize: number;
|
|
@@ -1986,9 +1995,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
1986
1995
|
readonly current: number;
|
|
1987
1996
|
};
|
|
1988
1997
|
UNSTABLE_virtual: {
|
|
1989
|
-
virtualItems: import("
|
|
1998
|
+
virtualItems: import("../..").VirtualItem[];
|
|
1990
1999
|
totalSize: number;
|
|
1991
|
-
scrollToOffset: (index: number, options?: import("
|
|
2000
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
1992
2001
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1993
2002
|
measure: () => void;
|
|
1994
2003
|
};
|
|
@@ -2005,7 +2014,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
2005
2014
|
}, state: {
|
|
2006
2015
|
hiddenIds: string[];
|
|
2007
2016
|
nonInteractiveIds: string[];
|
|
2008
|
-
orientation: import("
|
|
2017
|
+
orientation: import("../..").Orientation;
|
|
2009
2018
|
itemSizeCache: Record<string, number>;
|
|
2010
2019
|
itemWidthCache: Record<string, number>;
|
|
2011
2020
|
containerSize: number;
|
|
@@ -2021,9 +2030,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
2021
2030
|
readonly current: number;
|
|
2022
2031
|
};
|
|
2023
2032
|
UNSTABLE_virtual: {
|
|
2024
|
-
virtualItems: import("
|
|
2033
|
+
virtualItems: import("../..").VirtualItem[];
|
|
2025
2034
|
totalSize: number;
|
|
2026
|
-
scrollToOffset: (index: number, options?: import("
|
|
2035
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
2027
2036
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
2028
2037
|
measure: () => void;
|
|
2029
2038
|
};
|
|
@@ -2039,7 +2048,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
2039
2048
|
}, state: {
|
|
2040
2049
|
hiddenIds: string[];
|
|
2041
2050
|
nonInteractiveIds: string[];
|
|
2042
|
-
orientation: import("
|
|
2051
|
+
orientation: import("../..").Orientation;
|
|
2043
2052
|
itemSizeCache: Record<string, number>;
|
|
2044
2053
|
itemWidthCache: Record<string, number>;
|
|
2045
2054
|
containerSize: number;
|
|
@@ -2055,9 +2064,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
2055
2064
|
readonly current: number;
|
|
2056
2065
|
};
|
|
2057
2066
|
UNSTABLE_virtual: {
|
|
2058
|
-
virtualItems: import("
|
|
2067
|
+
virtualItems: import("../..").VirtualItem[];
|
|
2059
2068
|
totalSize: number;
|
|
2060
|
-
scrollToOffset: (index: number, options?: import("
|
|
2069
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
2061
2070
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
2062
2071
|
measure: () => void;
|
|
2063
2072
|
};
|
|
@@ -2073,7 +2082,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
2073
2082
|
}, state: {
|
|
2074
2083
|
hiddenIds: string[];
|
|
2075
2084
|
nonInteractiveIds: string[];
|
|
2076
|
-
orientation: import("
|
|
2085
|
+
orientation: import("../..").Orientation;
|
|
2077
2086
|
itemSizeCache: Record<string, number>;
|
|
2078
2087
|
itemWidthCache: Record<string, number>;
|
|
2079
2088
|
containerSize: number;
|
|
@@ -2089,9 +2098,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
2089
2098
|
readonly current: number;
|
|
2090
2099
|
};
|
|
2091
2100
|
UNSTABLE_virtual: {
|
|
2092
|
-
virtualItems: import("
|
|
2101
|
+
virtualItems: import("../..").VirtualItem[];
|
|
2093
2102
|
totalSize: number;
|
|
2094
|
-
scrollToOffset: (index: number, options?: import("
|
|
2103
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
2095
2104
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
2096
2105
|
measure: () => void;
|
|
2097
2106
|
};
|
|
@@ -2106,7 +2115,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
2106
2115
|
state: {
|
|
2107
2116
|
hiddenIds: string[];
|
|
2108
2117
|
nonInteractiveIds: string[];
|
|
2109
|
-
orientation: import("
|
|
2118
|
+
orientation: import("../..").Orientation;
|
|
2110
2119
|
itemSizeCache: Record<string, number>;
|
|
2111
2120
|
itemWidthCache: Record<string, number>;
|
|
2112
2121
|
containerSize: number;
|
|
@@ -2122,9 +2131,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
2122
2131
|
readonly current: number;
|
|
2123
2132
|
};
|
|
2124
2133
|
UNSTABLE_virtual: {
|
|
2125
|
-
virtualItems: import("
|
|
2134
|
+
virtualItems: import("../..").VirtualItem[];
|
|
2126
2135
|
totalSize: number;
|
|
2127
|
-
scrollToOffset: (index: number, options?: import("
|
|
2136
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
2128
2137
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
2129
2138
|
measure: () => void;
|
|
2130
2139
|
};
|
|
@@ -2227,9 +2236,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
2227
2236
|
readonly current: number;
|
|
2228
2237
|
};
|
|
2229
2238
|
UNSTABLE_virtual: {
|
|
2230
|
-
virtualItems: import("
|
|
2239
|
+
virtualItems: import("../..").VirtualItem[];
|
|
2231
2240
|
totalSize: number;
|
|
2232
|
-
scrollToOffset: (index: number, options?: import("
|
|
2241
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
2233
2242
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
2234
2243
|
measure: () => void;
|
|
2235
2244
|
};
|
|
@@ -2283,12 +2292,12 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
2283
2292
|
value: number;
|
|
2284
2293
|
}): void;
|
|
2285
2294
|
};
|
|
2286
|
-
selection: import("
|
|
2287
|
-
navigation: import("
|
|
2295
|
+
selection: import("../..").SelectionManager;
|
|
2296
|
+
navigation: import("../..").NavigationManager;
|
|
2288
2297
|
getId: (item: any) => string;
|
|
2289
2298
|
};
|
|
2290
|
-
selection: import("
|
|
2291
|
-
navigation: import("
|
|
2299
|
+
selection: import("../..").SelectionManager;
|
|
2300
|
+
navigation: import("../..").NavigationManager;
|
|
2292
2301
|
getId: (item: any) => string;
|
|
2293
2302
|
}> & {
|
|
2294
2303
|
/**
|
|
@@ -2316,7 +2325,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
2316
2325
|
state: {
|
|
2317
2326
|
hiddenIds: string[];
|
|
2318
2327
|
nonInteractiveIds: string[];
|
|
2319
|
-
orientation: import("
|
|
2328
|
+
orientation: import("../..").Orientation;
|
|
2320
2329
|
itemSizeCache: Record<string, number>;
|
|
2321
2330
|
itemWidthCache: Record<string, number>;
|
|
2322
2331
|
containerSize: number;
|
|
@@ -2332,9 +2341,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
2332
2341
|
readonly current: number;
|
|
2333
2342
|
};
|
|
2334
2343
|
UNSTABLE_virtual: {
|
|
2335
|
-
virtualItems: import("
|
|
2344
|
+
virtualItems: import("../..").VirtualItem[];
|
|
2336
2345
|
totalSize: number;
|
|
2337
|
-
scrollToOffset: (index: number, options?: import("
|
|
2346
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
2338
2347
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
2339
2348
|
measure: () => void;
|
|
2340
2349
|
};
|
|
@@ -2437,9 +2446,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
2437
2446
|
readonly current: number;
|
|
2438
2447
|
};
|
|
2439
2448
|
UNSTABLE_virtual: {
|
|
2440
|
-
virtualItems: import("
|
|
2449
|
+
virtualItems: import("../..").VirtualItem[];
|
|
2441
2450
|
totalSize: number;
|
|
2442
|
-
scrollToOffset: (index: number, options?: import("
|
|
2451
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
2443
2452
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
2444
2453
|
measure: () => void;
|
|
2445
2454
|
};
|
|
@@ -2493,12 +2502,12 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
2493
2502
|
value: number;
|
|
2494
2503
|
}): void;
|
|
2495
2504
|
};
|
|
2496
|
-
selection: import("
|
|
2497
|
-
navigation: import("
|
|
2505
|
+
selection: import("../..").SelectionManager;
|
|
2506
|
+
navigation: import("../..").NavigationManager;
|
|
2498
2507
|
getId: (item: any) => string;
|
|
2499
2508
|
};
|
|
2500
|
-
selection: import("
|
|
2501
|
-
navigation: import("
|
|
2509
|
+
selection: import("../..").SelectionManager;
|
|
2510
|
+
navigation: import("../..").NavigationManager;
|
|
2502
2511
|
getId: (item: any) => string;
|
|
2503
2512
|
}>;
|
|
2504
2513
|
/**
|
|
@@ -2519,7 +2528,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
2519
2528
|
state: {
|
|
2520
2529
|
hiddenIds: string[];
|
|
2521
2530
|
nonInteractiveIds: string[];
|
|
2522
|
-
orientation: import("
|
|
2531
|
+
orientation: import("../..").Orientation;
|
|
2523
2532
|
itemSizeCache: Record<string, number>;
|
|
2524
2533
|
itemWidthCache: Record<string, number>;
|
|
2525
2534
|
containerSize: number;
|
|
@@ -2535,9 +2544,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
2535
2544
|
readonly current: number;
|
|
2536
2545
|
};
|
|
2537
2546
|
UNSTABLE_virtual: {
|
|
2538
|
-
virtualItems: import("
|
|
2547
|
+
virtualItems: import("../..").VirtualItem[];
|
|
2539
2548
|
totalSize: number;
|
|
2540
|
-
scrollToOffset: (index: number, options?: import("
|
|
2549
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
2541
2550
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
2542
2551
|
measure: () => void;
|
|
2543
2552
|
};
|
|
@@ -2640,9 +2649,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
2640
2649
|
readonly current: number;
|
|
2641
2650
|
};
|
|
2642
2651
|
UNSTABLE_virtual: {
|
|
2643
|
-
virtualItems: import("
|
|
2652
|
+
virtualItems: import("../..").VirtualItem[];
|
|
2644
2653
|
totalSize: number;
|
|
2645
|
-
scrollToOffset: (index: number, options?: import("
|
|
2654
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
2646
2655
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
2647
2656
|
measure: () => void;
|
|
2648
2657
|
};
|
|
@@ -2696,12 +2705,12 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
2696
2705
|
value: number;
|
|
2697
2706
|
}): void;
|
|
2698
2707
|
};
|
|
2699
|
-
selection: import("
|
|
2700
|
-
navigation: import("
|
|
2708
|
+
selection: import("../..").SelectionManager;
|
|
2709
|
+
navigation: import("../..").NavigationManager;
|
|
2701
2710
|
getId: (item: any) => string;
|
|
2702
2711
|
};
|
|
2703
|
-
selection: import("
|
|
2704
|
-
navigation: import("
|
|
2712
|
+
selection: import("../..").SelectionManager;
|
|
2713
|
+
navigation: import("../..").NavigationManager;
|
|
2705
2714
|
getId: (item: any) => string;
|
|
2706
2715
|
}> & {
|
|
2707
2716
|
Link: import("@workday/canvas-kit-react/common").ElementComponent<"a", import("./BreadcrumbsLink").BreadcrumbsLinkProps>;
|
|
@@ -2728,7 +2737,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
2728
2737
|
state: {
|
|
2729
2738
|
hiddenIds: string[];
|
|
2730
2739
|
nonInteractiveIds: string[];
|
|
2731
|
-
orientation: import("
|
|
2740
|
+
orientation: import("../..").Orientation;
|
|
2732
2741
|
itemSizeCache: Record<string, number>;
|
|
2733
2742
|
itemWidthCache: Record<string, number>;
|
|
2734
2743
|
containerSize: number;
|
|
@@ -2744,9 +2753,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
2744
2753
|
readonly current: number;
|
|
2745
2754
|
};
|
|
2746
2755
|
UNSTABLE_virtual: {
|
|
2747
|
-
virtualItems: import("
|
|
2756
|
+
virtualItems: import("../..").VirtualItem[];
|
|
2748
2757
|
totalSize: number;
|
|
2749
|
-
scrollToOffset: (index: number, options?: import("
|
|
2758
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
2750
2759
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
2751
2760
|
measure: () => void;
|
|
2752
2761
|
};
|
|
@@ -2849,9 +2858,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
2849
2858
|
readonly current: number;
|
|
2850
2859
|
};
|
|
2851
2860
|
UNSTABLE_virtual: {
|
|
2852
|
-
virtualItems: import("
|
|
2861
|
+
virtualItems: import("../..").VirtualItem[];
|
|
2853
2862
|
totalSize: number;
|
|
2854
|
-
scrollToOffset: (index: number, options?: import("
|
|
2863
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
2855
2864
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
2856
2865
|
measure: () => void;
|
|
2857
2866
|
};
|
|
@@ -2905,12 +2914,12 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
2905
2914
|
value: number;
|
|
2906
2915
|
}): void;
|
|
2907
2916
|
};
|
|
2908
|
-
selection: import("
|
|
2909
|
-
navigation: import("
|
|
2917
|
+
selection: import("../..").SelectionManager;
|
|
2918
|
+
navigation: import("../..").NavigationManager;
|
|
2910
2919
|
getId: (item: any) => string;
|
|
2911
2920
|
};
|
|
2912
|
-
selection: import("
|
|
2913
|
-
navigation: import("
|
|
2921
|
+
selection: import("../..").SelectionManager;
|
|
2922
|
+
navigation: import("../..").NavigationManager;
|
|
2914
2923
|
getId: (item: any) => string;
|
|
2915
2924
|
}>;
|
|
2916
2925
|
/**
|
|
@@ -2933,7 +2942,7 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
2933
2942
|
state: {
|
|
2934
2943
|
hiddenIds: string[];
|
|
2935
2944
|
nonInteractiveIds: string[];
|
|
2936
|
-
orientation: import("
|
|
2945
|
+
orientation: import("../..").Orientation;
|
|
2937
2946
|
itemSizeCache: Record<string, number>;
|
|
2938
2947
|
itemWidthCache: Record<string, number>;
|
|
2939
2948
|
containerSize: number;
|
|
@@ -2949,9 +2958,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
2949
2958
|
readonly current: number;
|
|
2950
2959
|
};
|
|
2951
2960
|
UNSTABLE_virtual: {
|
|
2952
|
-
virtualItems: import("
|
|
2961
|
+
virtualItems: import("../..").VirtualItem[];
|
|
2953
2962
|
totalSize: number;
|
|
2954
|
-
scrollToOffset: (index: number, options?: import("
|
|
2963
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
2955
2964
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
2956
2965
|
measure: () => void;
|
|
2957
2966
|
};
|
|
@@ -3054,9 +3063,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
3054
3063
|
readonly current: number;
|
|
3055
3064
|
};
|
|
3056
3065
|
UNSTABLE_virtual: {
|
|
3057
|
-
virtualItems: import("
|
|
3066
|
+
virtualItems: import("../..").VirtualItem[];
|
|
3058
3067
|
totalSize: number;
|
|
3059
|
-
scrollToOffset: (index: number, options?: import("
|
|
3068
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
3060
3069
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3061
3070
|
measure: () => void;
|
|
3062
3071
|
};
|
|
@@ -3110,12 +3119,12 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
3110
3119
|
value: number;
|
|
3111
3120
|
}): void;
|
|
3112
3121
|
};
|
|
3113
|
-
selection: import("
|
|
3114
|
-
navigation: import("
|
|
3122
|
+
selection: import("../..").SelectionManager;
|
|
3123
|
+
navigation: import("../..").NavigationManager;
|
|
3115
3124
|
getId: (item: any) => string;
|
|
3116
3125
|
};
|
|
3117
|
-
selection: import("
|
|
3118
|
-
navigation: import("
|
|
3126
|
+
selection: import("../..").SelectionManager;
|
|
3127
|
+
navigation: import("../..").NavigationManager;
|
|
3119
3128
|
getId: (item: any) => string;
|
|
3120
3129
|
}>;
|
|
3121
3130
|
/**
|
|
@@ -3140,17 +3149,26 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
3140
3149
|
initialFocusRef: React.RefObject<any> | undefined;
|
|
3141
3150
|
id: string;
|
|
3142
3151
|
initialVisibility: import("../..").Visibility;
|
|
3143
|
-
initialSelectedIds: import("
|
|
3152
|
+
initialSelectedIds: import("../..").SelectedIds;
|
|
3144
3153
|
initialUnselectedIds: string[];
|
|
3145
|
-
selection: import("
|
|
3154
|
+
selection: import("../..").SelectionManager;
|
|
3146
3155
|
initialCursorId: string;
|
|
3147
3156
|
columnCount: number;
|
|
3148
|
-
navigation: import("
|
|
3157
|
+
navigation: import("../..").NavigationManager;
|
|
3149
3158
|
pageSize: number;
|
|
3150
3159
|
getId: (item: any) => string;
|
|
3151
3160
|
getTextValue: (item: any) => string;
|
|
3152
3161
|
nonInteractiveIds: string[];
|
|
3153
|
-
orientation: import("
|
|
3162
|
+
orientation: import("../..").Orientation; /**
|
|
3163
|
+
* The last element in the list of `Breadcrumbs.Item`s. By default, this item is truncated with
|
|
3164
|
+
* a tooltip at `350px`, But that can be customized with the `maxWidth` prop.
|
|
3165
|
+
*
|
|
3166
|
+
* ```tsx
|
|
3167
|
+
* <Breadcrumbs.CurrentItem maxWidth={200}>
|
|
3168
|
+
* Current Item Text
|
|
3169
|
+
* </Breadcrumbs.CurrentItem>
|
|
3170
|
+
* ```
|
|
3171
|
+
*/
|
|
3154
3172
|
defaultItemHeight: number;
|
|
3155
3173
|
items: any[];
|
|
3156
3174
|
}> & {
|
|
@@ -3173,9 +3191,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
3173
3191
|
readonly current: number;
|
|
3174
3192
|
};
|
|
3175
3193
|
UNSTABLE_virtual: {
|
|
3176
|
-
virtualItems: import("
|
|
3194
|
+
virtualItems: import("../..").VirtualItem[];
|
|
3177
3195
|
totalSize: number;
|
|
3178
|
-
scrollToOffset: (index: number, options?: import("
|
|
3196
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
3179
3197
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3180
3198
|
measure: () => void;
|
|
3181
3199
|
};
|
|
@@ -3205,9 +3223,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
3205
3223
|
readonly current: number;
|
|
3206
3224
|
};
|
|
3207
3225
|
UNSTABLE_virtual: {
|
|
3208
|
-
virtualItems: import("
|
|
3226
|
+
virtualItems: import("../..").VirtualItem[];
|
|
3209
3227
|
totalSize: number;
|
|
3210
|
-
scrollToOffset: (index: number, options?: import("
|
|
3228
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
3211
3229
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3212
3230
|
measure: () => void;
|
|
3213
3231
|
};
|
|
@@ -3237,9 +3255,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
3237
3255
|
readonly current: number;
|
|
3238
3256
|
};
|
|
3239
3257
|
UNSTABLE_virtual: {
|
|
3240
|
-
virtualItems: import("
|
|
3258
|
+
virtualItems: import("../..").VirtualItem[];
|
|
3241
3259
|
totalSize: number;
|
|
3242
|
-
scrollToOffset: (index: number, options?: import("
|
|
3260
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
3243
3261
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3244
3262
|
measure: () => void;
|
|
3245
3263
|
};
|
|
@@ -3271,9 +3289,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
3271
3289
|
readonly current: number;
|
|
3272
3290
|
};
|
|
3273
3291
|
UNSTABLE_virtual: {
|
|
3274
|
-
virtualItems: import("
|
|
3292
|
+
virtualItems: import("../..").VirtualItem[];
|
|
3275
3293
|
totalSize: number;
|
|
3276
|
-
scrollToOffset: (index: number, options?: import("
|
|
3294
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
3277
3295
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3278
3296
|
measure: () => void;
|
|
3279
3297
|
};
|
|
@@ -3303,9 +3321,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
3303
3321
|
readonly current: number;
|
|
3304
3322
|
};
|
|
3305
3323
|
UNSTABLE_virtual: {
|
|
3306
|
-
virtualItems: import("
|
|
3324
|
+
virtualItems: import("../..").VirtualItem[];
|
|
3307
3325
|
totalSize: number;
|
|
3308
|
-
scrollToOffset: (index: number, options?: import("
|
|
3326
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
3309
3327
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3310
3328
|
measure: () => void;
|
|
3311
3329
|
};
|
|
@@ -3335,9 +3353,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
3335
3353
|
readonly current: number;
|
|
3336
3354
|
};
|
|
3337
3355
|
UNSTABLE_virtual: {
|
|
3338
|
-
virtualItems: import("
|
|
3356
|
+
virtualItems: import("../..").VirtualItem[];
|
|
3339
3357
|
totalSize: number;
|
|
3340
|
-
scrollToOffset: (index: number, options?: import("
|
|
3358
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
3341
3359
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3342
3360
|
measure: () => void;
|
|
3343
3361
|
};
|
|
@@ -3367,9 +3385,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
3367
3385
|
readonly current: number;
|
|
3368
3386
|
};
|
|
3369
3387
|
UNSTABLE_virtual: {
|
|
3370
|
-
virtualItems: import("
|
|
3388
|
+
virtualItems: import("../..").VirtualItem[];
|
|
3371
3389
|
totalSize: number;
|
|
3372
|
-
scrollToOffset: (index: number, options?: import("
|
|
3390
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
3373
3391
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3374
3392
|
measure: () => void;
|
|
3375
3393
|
};
|
|
@@ -3403,9 +3421,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
3403
3421
|
readonly current: number;
|
|
3404
3422
|
};
|
|
3405
3423
|
UNSTABLE_virtual: {
|
|
3406
|
-
virtualItems: import("
|
|
3424
|
+
virtualItems: import("../..").VirtualItem[];
|
|
3407
3425
|
totalSize: number;
|
|
3408
|
-
scrollToOffset: (index: number, options?: import("
|
|
3426
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
3409
3427
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3410
3428
|
measure: () => void;
|
|
3411
3429
|
};
|
|
@@ -3437,9 +3455,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
3437
3455
|
readonly current: number;
|
|
3438
3456
|
};
|
|
3439
3457
|
UNSTABLE_virtual: {
|
|
3440
|
-
virtualItems: import("
|
|
3458
|
+
virtualItems: import("../..").VirtualItem[];
|
|
3441
3459
|
totalSize: number;
|
|
3442
|
-
scrollToOffset: (index: number, options?: import("
|
|
3460
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
3443
3461
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3444
3462
|
measure: () => void;
|
|
3445
3463
|
};
|
|
@@ -3469,9 +3487,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
3469
3487
|
readonly current: number;
|
|
3470
3488
|
};
|
|
3471
3489
|
UNSTABLE_virtual: {
|
|
3472
|
-
virtualItems: import("
|
|
3490
|
+
virtualItems: import("../..").VirtualItem[];
|
|
3473
3491
|
totalSize: number;
|
|
3474
|
-
scrollToOffset: (index: number, options?: import("
|
|
3492
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
3475
3493
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3476
3494
|
measure: () => void;
|
|
3477
3495
|
};
|
|
@@ -3501,9 +3519,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
3501
3519
|
readonly current: number;
|
|
3502
3520
|
};
|
|
3503
3521
|
UNSTABLE_virtual: {
|
|
3504
|
-
virtualItems: import("
|
|
3522
|
+
virtualItems: import("../..").VirtualItem[];
|
|
3505
3523
|
totalSize: number;
|
|
3506
|
-
scrollToOffset: (index: number, options?: import("
|
|
3524
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
3507
3525
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3508
3526
|
measure: () => void;
|
|
3509
3527
|
};
|
|
@@ -3533,9 +3551,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
3533
3551
|
readonly current: number;
|
|
3534
3552
|
};
|
|
3535
3553
|
UNSTABLE_virtual: {
|
|
3536
|
-
virtualItems: import("
|
|
3554
|
+
virtualItems: import("../..").VirtualItem[];
|
|
3537
3555
|
totalSize: number;
|
|
3538
|
-
scrollToOffset: (index: number, options?: import("
|
|
3556
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
3539
3557
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3540
3558
|
measure: () => void;
|
|
3541
3559
|
};
|
|
@@ -3565,9 +3583,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
3565
3583
|
readonly current: number;
|
|
3566
3584
|
};
|
|
3567
3585
|
UNSTABLE_virtual: {
|
|
3568
|
-
virtualItems: import("
|
|
3586
|
+
virtualItems: import("../..").VirtualItem[];
|
|
3569
3587
|
totalSize: number;
|
|
3570
|
-
scrollToOffset: (index: number, options?: import("
|
|
3588
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
3571
3589
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3572
3590
|
measure: () => void;
|
|
3573
3591
|
};
|
|
@@ -3597,9 +3615,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
3597
3615
|
readonly current: number;
|
|
3598
3616
|
};
|
|
3599
3617
|
UNSTABLE_virtual: {
|
|
3600
|
-
virtualItems: import("
|
|
3618
|
+
virtualItems: import("../..").VirtualItem[];
|
|
3601
3619
|
totalSize: number;
|
|
3602
|
-
scrollToOffset: (index: number, options?: import("
|
|
3620
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
3603
3621
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3604
3622
|
measure: () => void;
|
|
3605
3623
|
};
|
|
@@ -3629,9 +3647,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
3629
3647
|
readonly current: number;
|
|
3630
3648
|
};
|
|
3631
3649
|
UNSTABLE_virtual: {
|
|
3632
|
-
virtualItems: import("
|
|
3650
|
+
virtualItems: import("../..").VirtualItem[];
|
|
3633
3651
|
totalSize: number;
|
|
3634
|
-
scrollToOffset: (index: number, options?: import("
|
|
3652
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
3635
3653
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3636
3654
|
measure: () => void;
|
|
3637
3655
|
};
|
|
@@ -3661,9 +3679,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
3661
3679
|
readonly current: number;
|
|
3662
3680
|
};
|
|
3663
3681
|
UNSTABLE_virtual: {
|
|
3664
|
-
virtualItems: import("
|
|
3682
|
+
virtualItems: import("../..").VirtualItem[];
|
|
3665
3683
|
totalSize: number;
|
|
3666
|
-
scrollToOffset: (index: number, options?: import("
|
|
3684
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
3667
3685
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3668
3686
|
measure: () => void;
|
|
3669
3687
|
};
|
|
@@ -3693,9 +3711,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
3693
3711
|
readonly current: number;
|
|
3694
3712
|
};
|
|
3695
3713
|
UNSTABLE_virtual: {
|
|
3696
|
-
virtualItems: import("
|
|
3714
|
+
virtualItems: import("../..").VirtualItem[];
|
|
3697
3715
|
totalSize: number;
|
|
3698
|
-
scrollToOffset: (index: number, options?: import("
|
|
3716
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
3699
3717
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3700
3718
|
measure: () => void;
|
|
3701
3719
|
};
|
|
@@ -3725,9 +3743,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
3725
3743
|
readonly current: number;
|
|
3726
3744
|
};
|
|
3727
3745
|
UNSTABLE_virtual: {
|
|
3728
|
-
virtualItems: import("
|
|
3746
|
+
virtualItems: import("../..").VirtualItem[];
|
|
3729
3747
|
totalSize: number;
|
|
3730
|
-
scrollToOffset: (index: number, options?: import("
|
|
3748
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
3731
3749
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3732
3750
|
measure: () => void;
|
|
3733
3751
|
};
|
|
@@ -3757,9 +3775,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
3757
3775
|
readonly current: number;
|
|
3758
3776
|
};
|
|
3759
3777
|
UNSTABLE_virtual: {
|
|
3760
|
-
virtualItems: import("
|
|
3778
|
+
virtualItems: import("../..").VirtualItem[];
|
|
3761
3779
|
totalSize: number;
|
|
3762
|
-
scrollToOffset: (index: number, options?: import("
|
|
3780
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
3763
3781
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3764
3782
|
measure: () => void;
|
|
3765
3783
|
};
|
|
@@ -3792,9 +3810,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
3792
3810
|
readonly current: number;
|
|
3793
3811
|
};
|
|
3794
3812
|
UNSTABLE_virtual: {
|
|
3795
|
-
virtualItems: import("
|
|
3813
|
+
virtualItems: import("../..").VirtualItem[];
|
|
3796
3814
|
totalSize: number;
|
|
3797
|
-
scrollToOffset: (index: number, options?: import("
|
|
3815
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
3798
3816
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3799
3817
|
measure: () => void;
|
|
3800
3818
|
};
|
|
@@ -3826,9 +3844,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
3826
3844
|
readonly current: number;
|
|
3827
3845
|
};
|
|
3828
3846
|
UNSTABLE_virtual: {
|
|
3829
|
-
virtualItems: import("
|
|
3847
|
+
virtualItems: import("../..").VirtualItem[];
|
|
3830
3848
|
totalSize: number;
|
|
3831
|
-
scrollToOffset: (index: number, options?: import("
|
|
3849
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
3832
3850
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3833
3851
|
measure: () => void;
|
|
3834
3852
|
};
|
|
@@ -3860,9 +3878,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
3860
3878
|
readonly current: number;
|
|
3861
3879
|
};
|
|
3862
3880
|
UNSTABLE_virtual: {
|
|
3863
|
-
virtualItems: import("
|
|
3881
|
+
virtualItems: import("../..").VirtualItem[];
|
|
3864
3882
|
totalSize: number;
|
|
3865
|
-
scrollToOffset: (index: number, options?: import("
|
|
3883
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
3866
3884
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3867
3885
|
measure: () => void;
|
|
3868
3886
|
};
|
|
@@ -3895,9 +3913,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
3895
3913
|
readonly current: number;
|
|
3896
3914
|
};
|
|
3897
3915
|
UNSTABLE_virtual: {
|
|
3898
|
-
virtualItems: import("
|
|
3916
|
+
virtualItems: import("../..").VirtualItem[];
|
|
3899
3917
|
totalSize: number;
|
|
3900
|
-
scrollToOffset: (index: number, options?: import("
|
|
3918
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
3901
3919
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3902
3920
|
measure: () => void;
|
|
3903
3921
|
};
|
|
@@ -3927,9 +3945,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
3927
3945
|
readonly current: number;
|
|
3928
3946
|
};
|
|
3929
3947
|
UNSTABLE_virtual: {
|
|
3930
|
-
virtualItems: import("
|
|
3948
|
+
virtualItems: import("../..").VirtualItem[];
|
|
3931
3949
|
totalSize: number;
|
|
3932
|
-
scrollToOffset: (index: number, options?: import("
|
|
3950
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
3933
3951
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3934
3952
|
measure: () => void;
|
|
3935
3953
|
};
|
|
@@ -3959,9 +3977,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
3959
3977
|
readonly current: number;
|
|
3960
3978
|
};
|
|
3961
3979
|
UNSTABLE_virtual: {
|
|
3962
|
-
virtualItems: import("
|
|
3980
|
+
virtualItems: import("../..").VirtualItem[];
|
|
3963
3981
|
totalSize: number;
|
|
3964
|
-
scrollToOffset: (index: number, options?: import("
|
|
3982
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
3965
3983
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
3966
3984
|
measure: () => void;
|
|
3967
3985
|
};
|
|
@@ -3993,9 +4011,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
3993
4011
|
readonly current: number;
|
|
3994
4012
|
};
|
|
3995
4013
|
UNSTABLE_virtual: {
|
|
3996
|
-
virtualItems: import("
|
|
4014
|
+
virtualItems: import("../..").VirtualItem[];
|
|
3997
4015
|
totalSize: number;
|
|
3998
|
-
scrollToOffset: (index: number, options?: import("
|
|
4016
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
3999
4017
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
4000
4018
|
measure: () => void;
|
|
4001
4019
|
};
|
|
@@ -4025,9 +4043,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
4025
4043
|
readonly current: number;
|
|
4026
4044
|
};
|
|
4027
4045
|
UNSTABLE_virtual: {
|
|
4028
|
-
virtualItems: import("
|
|
4046
|
+
virtualItems: import("../..").VirtualItem[];
|
|
4029
4047
|
totalSize: number;
|
|
4030
|
-
scrollToOffset: (index: number, options?: import("
|
|
4048
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
4031
4049
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
4032
4050
|
measure: () => void;
|
|
4033
4051
|
};
|
|
@@ -4057,9 +4075,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
4057
4075
|
readonly current: number;
|
|
4058
4076
|
};
|
|
4059
4077
|
UNSTABLE_virtual: {
|
|
4060
|
-
virtualItems: import("
|
|
4078
|
+
virtualItems: import("../..").VirtualItem[];
|
|
4061
4079
|
totalSize: number;
|
|
4062
|
-
scrollToOffset: (index: number, options?: import("
|
|
4080
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
4063
4081
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
4064
4082
|
measure: () => void;
|
|
4065
4083
|
};
|
|
@@ -4089,9 +4107,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
4089
4107
|
readonly current: number;
|
|
4090
4108
|
};
|
|
4091
4109
|
UNSTABLE_virtual: {
|
|
4092
|
-
virtualItems: import("
|
|
4110
|
+
virtualItems: import("../..").VirtualItem[];
|
|
4093
4111
|
totalSize: number;
|
|
4094
|
-
scrollToOffset: (index: number, options?: import("
|
|
4112
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
4095
4113
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
4096
4114
|
measure: () => void;
|
|
4097
4115
|
};
|
|
@@ -4125,9 +4143,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
4125
4143
|
readonly current: number;
|
|
4126
4144
|
};
|
|
4127
4145
|
UNSTABLE_virtual: {
|
|
4128
|
-
virtualItems: import("
|
|
4146
|
+
virtualItems: import("../..").VirtualItem[];
|
|
4129
4147
|
totalSize: number;
|
|
4130
|
-
scrollToOffset: (index: number, options?: import("
|
|
4148
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
4131
4149
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
4132
4150
|
measure: () => void;
|
|
4133
4151
|
};
|
|
@@ -4159,9 +4177,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
4159
4177
|
readonly current: number;
|
|
4160
4178
|
};
|
|
4161
4179
|
UNSTABLE_virtual: {
|
|
4162
|
-
virtualItems: import("
|
|
4180
|
+
virtualItems: import("../..").VirtualItem[];
|
|
4163
4181
|
totalSize: number;
|
|
4164
|
-
scrollToOffset: (index: number, options?: import("
|
|
4182
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
4165
4183
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
4166
4184
|
measure: () => void;
|
|
4167
4185
|
};
|
|
@@ -4191,9 +4209,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
4191
4209
|
readonly current: number;
|
|
4192
4210
|
};
|
|
4193
4211
|
UNSTABLE_virtual: {
|
|
4194
|
-
virtualItems: import("
|
|
4212
|
+
virtualItems: import("../..").VirtualItem[];
|
|
4195
4213
|
totalSize: number;
|
|
4196
|
-
scrollToOffset: (index: number, options?: import("
|
|
4214
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
4197
4215
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
4198
4216
|
measure: () => void;
|
|
4199
4217
|
};
|
|
@@ -4223,9 +4241,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
4223
4241
|
readonly current: number;
|
|
4224
4242
|
};
|
|
4225
4243
|
UNSTABLE_virtual: {
|
|
4226
|
-
virtualItems: import("
|
|
4244
|
+
virtualItems: import("../..").VirtualItem[];
|
|
4227
4245
|
totalSize: number;
|
|
4228
|
-
scrollToOffset: (index: number, options?: import("
|
|
4246
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
4229
4247
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
4230
4248
|
measure: () => void;
|
|
4231
4249
|
};
|
|
@@ -4255,9 +4273,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
4255
4273
|
readonly current: number;
|
|
4256
4274
|
};
|
|
4257
4275
|
UNSTABLE_virtual: {
|
|
4258
|
-
virtualItems: import("
|
|
4276
|
+
virtualItems: import("../..").VirtualItem[];
|
|
4259
4277
|
totalSize: number;
|
|
4260
|
-
scrollToOffset: (index: number, options?: import("
|
|
4278
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
4261
4279
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
4262
4280
|
measure: () => void;
|
|
4263
4281
|
};
|
|
@@ -4287,9 +4305,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
4287
4305
|
readonly current: number;
|
|
4288
4306
|
};
|
|
4289
4307
|
UNSTABLE_virtual: {
|
|
4290
|
-
virtualItems: import("
|
|
4308
|
+
virtualItems: import("../..").VirtualItem[];
|
|
4291
4309
|
totalSize: number;
|
|
4292
|
-
scrollToOffset: (index: number, options?: import("
|
|
4310
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
4293
4311
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
4294
4312
|
measure: () => void;
|
|
4295
4313
|
};
|
|
@@ -4319,9 +4337,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
4319
4337
|
readonly current: number;
|
|
4320
4338
|
};
|
|
4321
4339
|
UNSTABLE_virtual: {
|
|
4322
|
-
virtualItems: import("
|
|
4340
|
+
virtualItems: import("../..").VirtualItem[];
|
|
4323
4341
|
totalSize: number;
|
|
4324
|
-
scrollToOffset: (index: number, options?: import("
|
|
4342
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
4325
4343
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
4326
4344
|
measure: () => void;
|
|
4327
4345
|
};
|
|
@@ -4351,9 +4369,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
4351
4369
|
readonly current: number;
|
|
4352
4370
|
};
|
|
4353
4371
|
UNSTABLE_virtual: {
|
|
4354
|
-
virtualItems: import("
|
|
4372
|
+
virtualItems: import("../..").VirtualItem[];
|
|
4355
4373
|
totalSize: number;
|
|
4356
|
-
scrollToOffset: (index: number, options?: import("
|
|
4374
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
4357
4375
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
4358
4376
|
measure: () => void;
|
|
4359
4377
|
};
|
|
@@ -4383,9 +4401,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
4383
4401
|
readonly current: number;
|
|
4384
4402
|
};
|
|
4385
4403
|
UNSTABLE_virtual: {
|
|
4386
|
-
virtualItems: import("
|
|
4404
|
+
virtualItems: import("../..").VirtualItem[];
|
|
4387
4405
|
totalSize: number;
|
|
4388
|
-
scrollToOffset: (index: number, options?: import("
|
|
4406
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
4389
4407
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
4390
4408
|
measure: () => void;
|
|
4391
4409
|
};
|
|
@@ -4415,9 +4433,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
4415
4433
|
readonly current: number;
|
|
4416
4434
|
};
|
|
4417
4435
|
UNSTABLE_virtual: {
|
|
4418
|
-
virtualItems: import("
|
|
4436
|
+
virtualItems: import("../..").VirtualItem[];
|
|
4419
4437
|
totalSize: number;
|
|
4420
|
-
scrollToOffset: (index: number, options?: import("
|
|
4438
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
4421
4439
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
4422
4440
|
measure: () => void;
|
|
4423
4441
|
};
|
|
@@ -4447,9 +4465,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
4447
4465
|
readonly current: number;
|
|
4448
4466
|
};
|
|
4449
4467
|
UNSTABLE_virtual: {
|
|
4450
|
-
virtualItems: import("
|
|
4468
|
+
virtualItems: import("../..").VirtualItem[];
|
|
4451
4469
|
totalSize: number;
|
|
4452
|
-
scrollToOffset: (index: number, options?: import("
|
|
4470
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
4453
4471
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
4454
4472
|
measure: () => void;
|
|
4455
4473
|
};
|
|
@@ -4479,9 +4497,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
4479
4497
|
readonly current: number;
|
|
4480
4498
|
};
|
|
4481
4499
|
UNSTABLE_virtual: {
|
|
4482
|
-
virtualItems: import("
|
|
4500
|
+
virtualItems: import("../..").VirtualItem[];
|
|
4483
4501
|
totalSize: number;
|
|
4484
|
-
scrollToOffset: (index: number, options?: import("
|
|
4502
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
4485
4503
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
4486
4504
|
measure: () => void;
|
|
4487
4505
|
};
|
|
@@ -4514,9 +4532,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
4514
4532
|
readonly current: number;
|
|
4515
4533
|
};
|
|
4516
4534
|
UNSTABLE_virtual: {
|
|
4517
|
-
virtualItems: import("
|
|
4535
|
+
virtualItems: import("../..").VirtualItem[];
|
|
4518
4536
|
totalSize: number;
|
|
4519
|
-
scrollToOffset: (index: number, options?: import("
|
|
4537
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
4520
4538
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
4521
4539
|
measure: () => void;
|
|
4522
4540
|
};
|
|
@@ -4548,9 +4566,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
4548
4566
|
readonly current: number;
|
|
4549
4567
|
};
|
|
4550
4568
|
UNSTABLE_virtual: {
|
|
4551
|
-
virtualItems: import("
|
|
4569
|
+
virtualItems: import("../..").VirtualItem[];
|
|
4552
4570
|
totalSize: number;
|
|
4553
|
-
scrollToOffset: (index: number, options?: import("
|
|
4571
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
4554
4572
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
4555
4573
|
measure: () => void;
|
|
4556
4574
|
};
|
|
@@ -4582,9 +4600,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
4582
4600
|
readonly current: number;
|
|
4583
4601
|
};
|
|
4584
4602
|
UNSTABLE_virtual: {
|
|
4585
|
-
virtualItems: import("
|
|
4603
|
+
virtualItems: import("../..").VirtualItem[];
|
|
4586
4604
|
totalSize: number;
|
|
4587
|
-
scrollToOffset: (index: number, options?: import("
|
|
4605
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
4588
4606
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
4589
4607
|
measure: () => void;
|
|
4590
4608
|
};
|
|
@@ -4615,9 +4633,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
4615
4633
|
readonly current: number;
|
|
4616
4634
|
};
|
|
4617
4635
|
UNSTABLE_virtual: {
|
|
4618
|
-
virtualItems: import("
|
|
4636
|
+
virtualItems: import("../..").VirtualItem[];
|
|
4619
4637
|
totalSize: number;
|
|
4620
|
-
scrollToOffset: (index: number, options?: import("
|
|
4638
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
4621
4639
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
4622
4640
|
measure: () => void;
|
|
4623
4641
|
};
|
|
@@ -4671,8 +4689,8 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
4671
4689
|
value: number;
|
|
4672
4690
|
}): void;
|
|
4673
4691
|
};
|
|
4674
|
-
selection: import("
|
|
4675
|
-
navigation: import("
|
|
4692
|
+
selection: import("../..").SelectionManager;
|
|
4693
|
+
navigation: import("../..").NavigationManager;
|
|
4676
4694
|
getId: (item: any) => string;
|
|
4677
4695
|
}, {}>, {
|
|
4678
4696
|
state: {
|
|
@@ -4692,9 +4710,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
4692
4710
|
readonly current: number;
|
|
4693
4711
|
};
|
|
4694
4712
|
UNSTABLE_virtual: {
|
|
4695
|
-
virtualItems: import("
|
|
4713
|
+
virtualItems: import("../..").VirtualItem[];
|
|
4696
4714
|
totalSize: number;
|
|
4697
|
-
scrollToOffset: (index: number, options?: import("
|
|
4715
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
4698
4716
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
4699
4717
|
measure: () => void;
|
|
4700
4718
|
};
|
|
@@ -4748,8 +4766,8 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
4748
4766
|
value: number;
|
|
4749
4767
|
}): void;
|
|
4750
4768
|
};
|
|
4751
|
-
selection: import("
|
|
4752
|
-
navigation: import("
|
|
4769
|
+
selection: import("../..").SelectionManager;
|
|
4770
|
+
navigation: import("../..").NavigationManager;
|
|
4753
4771
|
getId: (item: any) => string;
|
|
4754
4772
|
}> & {
|
|
4755
4773
|
Card: (elemProps: import("../../menu/lib/MenuCard").MenuCardProps & import("@workday/canvas-kit-react/common").PropsWithModel<{
|
|
@@ -4770,9 +4788,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
4770
4788
|
readonly current: number;
|
|
4771
4789
|
};
|
|
4772
4790
|
UNSTABLE_virtual: {
|
|
4773
|
-
virtualItems: import("
|
|
4791
|
+
virtualItems: import("../..").VirtualItem[];
|
|
4774
4792
|
totalSize: number;
|
|
4775
|
-
scrollToOffset: (index: number, options?: import("
|
|
4793
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
4776
4794
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
4777
4795
|
measure: () => void;
|
|
4778
4796
|
};
|
|
@@ -4826,8 +4844,8 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
4826
4844
|
value: number;
|
|
4827
4845
|
}): void;
|
|
4828
4846
|
};
|
|
4829
|
-
selection: import("
|
|
4830
|
-
navigation: import("
|
|
4847
|
+
selection: import("../..").SelectionManager;
|
|
4848
|
+
navigation: import("../..").NavigationManager;
|
|
4831
4849
|
getId: (item: any) => string;
|
|
4832
4850
|
}, {}>) => React.JSX.Element;
|
|
4833
4851
|
List: import("@workday/canvas-kit-react/common").ElementComponentM<"div", import("../../menu/lib/MenuList").MenuListProps<any>, {
|
|
@@ -4848,9 +4866,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
4848
4866
|
readonly current: number;
|
|
4849
4867
|
};
|
|
4850
4868
|
UNSTABLE_virtual: {
|
|
4851
|
-
virtualItems: import("
|
|
4869
|
+
virtualItems: import("../..").VirtualItem[];
|
|
4852
4870
|
totalSize: number;
|
|
4853
|
-
scrollToOffset: (index: number, options?: import("
|
|
4871
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
4854
4872
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
4855
4873
|
measure: () => void;
|
|
4856
4874
|
};
|
|
@@ -4904,8 +4922,8 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
4904
4922
|
value: number;
|
|
4905
4923
|
}): void;
|
|
4906
4924
|
};
|
|
4907
|
-
selection: import("
|
|
4908
|
-
navigation: import("
|
|
4925
|
+
selection: import("../..").SelectionManager;
|
|
4926
|
+
navigation: import("../..").NavigationManager;
|
|
4909
4927
|
getId: (item: any) => string;
|
|
4910
4928
|
}>;
|
|
4911
4929
|
Item: import("@workday/canvas-kit-react/common").ElementComponent<"a", import("../../menu/lib/MenuItem").MenuItemProps & import("@workday/canvas-kit-react/common").PropsWithModel<{
|
|
@@ -4926,9 +4944,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
4926
4944
|
readonly current: number;
|
|
4927
4945
|
};
|
|
4928
4946
|
UNSTABLE_virtual: {
|
|
4929
|
-
virtualItems: import("
|
|
4947
|
+
virtualItems: import("../..").VirtualItem[];
|
|
4930
4948
|
totalSize: number;
|
|
4931
|
-
scrollToOffset: (index: number, options?: import("
|
|
4949
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
4932
4950
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
4933
4951
|
measure: () => void;
|
|
4934
4952
|
};
|
|
@@ -4982,8 +5000,8 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
4982
5000
|
value: number;
|
|
4983
5001
|
}): void;
|
|
4984
5002
|
};
|
|
4985
|
-
selection: import("
|
|
4986
|
-
navigation: import("
|
|
5003
|
+
selection: import("../..").SelectionManager;
|
|
5004
|
+
navigation: import("../..").NavigationManager;
|
|
4987
5005
|
getId: (item: any) => string;
|
|
4988
5006
|
}, {}>>;
|
|
4989
5007
|
Divider: import("@workday/canvas-kit-react/common").ElementComponent<"hr", unknown>;
|
|
@@ -5005,9 +5023,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
5005
5023
|
readonly current: number;
|
|
5006
5024
|
};
|
|
5007
5025
|
UNSTABLE_virtual: {
|
|
5008
|
-
virtualItems: import("
|
|
5026
|
+
virtualItems: import("../..").VirtualItem[];
|
|
5009
5027
|
totalSize: number;
|
|
5010
|
-
scrollToOffset: (index: number, options?: import("
|
|
5028
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
5011
5029
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
5012
5030
|
measure: () => void;
|
|
5013
5031
|
};
|
|
@@ -5061,8 +5079,8 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
5061
5079
|
value: number;
|
|
5062
5080
|
}): void;
|
|
5063
5081
|
};
|
|
5064
|
-
selection: import("
|
|
5065
|
-
navigation: import("
|
|
5082
|
+
selection: import("../..").SelectionManager;
|
|
5083
|
+
navigation: import("../..").NavigationManager;
|
|
5066
5084
|
getId: (item: any) => string;
|
|
5067
5085
|
}>;
|
|
5068
5086
|
TargetContext: import("@workday/canvas-kit-react/common").ElementComponentM<import("@workday/canvas-kit-react/common").ElementComponent<"button", import("../..").SecondaryButtonProps>, import("../../menu/lib/MenuTarget").MenuTargetProps, {
|
|
@@ -5083,9 +5101,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
5083
5101
|
readonly current: number;
|
|
5084
5102
|
};
|
|
5085
5103
|
UNSTABLE_virtual: {
|
|
5086
|
-
virtualItems: import("
|
|
5104
|
+
virtualItems: import("../..").VirtualItem[];
|
|
5087
5105
|
totalSize: number;
|
|
5088
|
-
scrollToOffset: (index: number, options?: import("
|
|
5106
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
5089
5107
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
5090
5108
|
measure: () => void;
|
|
5091
5109
|
};
|
|
@@ -5139,8 +5157,8 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
5139
5157
|
value: number;
|
|
5140
5158
|
}): void;
|
|
5141
5159
|
};
|
|
5142
|
-
selection: import("
|
|
5143
|
-
navigation: import("
|
|
5160
|
+
selection: import("../..").SelectionManager;
|
|
5161
|
+
navigation: import("../..").NavigationManager;
|
|
5144
5162
|
getId: (item: any) => string;
|
|
5145
5163
|
}>;
|
|
5146
5164
|
Popper: import("@workday/canvas-kit-react/common").ElementComponentM<"div", import("../../menu/lib/MenuPopper").MenuPopperProps, {
|
|
@@ -5161,9 +5179,9 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
5161
5179
|
readonly current: number;
|
|
5162
5180
|
};
|
|
5163
5181
|
UNSTABLE_virtual: {
|
|
5164
|
-
virtualItems: import("
|
|
5182
|
+
virtualItems: import("../..").VirtualItem[];
|
|
5165
5183
|
totalSize: number;
|
|
5166
|
-
scrollToOffset: (index: number, options?: import("
|
|
5184
|
+
scrollToOffset: (index: number, options?: import("../..").ScrollToOffsetOptions | undefined) => void;
|
|
5167
5185
|
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
5168
5186
|
measure: () => void;
|
|
5169
5187
|
};
|
|
@@ -5217,8 +5235,8 @@ export declare const Breadcrumbs: import("@workday/canvas-kit-react/common").Ele
|
|
|
5217
5235
|
value: number;
|
|
5218
5236
|
}): void;
|
|
5219
5237
|
};
|
|
5220
|
-
selection: import("
|
|
5221
|
-
navigation: import("
|
|
5238
|
+
selection: import("../..").SelectionManager;
|
|
5239
|
+
navigation: import("../..").NavigationManager;
|
|
5222
5240
|
getId: (item: any) => string;
|
|
5223
5241
|
}>;
|
|
5224
5242
|
};
|