@workday/canvas-kit-react 12.1.0-937-next.0 → 12.1.0-945-next.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/collection/lib/useOverflowListItemMeasure.tsx +6 -2
- package/collection/lib/useOverflowListMeasure.ts +19 -5
- package/collection/lib/useOverflowListModel.tsx +114 -47
- package/collection/lib/useOverflowListTarget.tsx +5 -1
- package/dist/commonjs/action-bar/lib/ActionBar.d.ts +580 -0
- package/dist/commonjs/action-bar/lib/ActionBar.d.ts.map +1 -1
- package/dist/commonjs/action-bar/lib/ActionBarItem.d.ts +44 -0
- package/dist/commonjs/action-bar/lib/ActionBarItem.d.ts.map +1 -1
- package/dist/commonjs/action-bar/lib/ActionBarList.d.ts +45 -1
- package/dist/commonjs/action-bar/lib/ActionBarList.d.ts.map +1 -1
- package/dist/commonjs/action-bar/lib/ActionBarOverflowButton.d.ts +44 -0
- package/dist/commonjs/action-bar/lib/ActionBarOverflowButton.d.ts.map +1 -1
- package/dist/commonjs/action-bar/lib/useActionBarModel.d.ts +558 -0
- package/dist/commonjs/action-bar/lib/useActionBarModel.d.ts.map +1 -1
- package/dist/commonjs/avatar/lib/Avatar.js +21 -21
- package/dist/commonjs/badge/lib/CountBadge.js +3 -3
- package/dist/commonjs/breadcrumbs/lib/Breadcrumbs.d.ts +602 -0
- package/dist/commonjs/breadcrumbs/lib/Breadcrumbs.d.ts.map +1 -1
- package/dist/commonjs/breadcrumbs/lib/BreadcrumbsCurrentItem.d.ts +44 -0
- package/dist/commonjs/breadcrumbs/lib/BreadcrumbsCurrentItem.d.ts.map +1 -1
- package/dist/commonjs/breadcrumbs/lib/BreadcrumbsItem.d.ts +44 -0
- package/dist/commonjs/breadcrumbs/lib/BreadcrumbsItem.d.ts.map +1 -1
- package/dist/commonjs/breadcrumbs/lib/BreadcrumbsList.d.ts +22 -0
- package/dist/commonjs/breadcrumbs/lib/BreadcrumbsList.d.ts.map +1 -1
- package/dist/commonjs/breadcrumbs/lib/BreadcrumbsOverflowButton.d.ts +44 -0
- package/dist/commonjs/breadcrumbs/lib/BreadcrumbsOverflowButton.d.ts.map +1 -1
- package/dist/commonjs/breadcrumbs/lib/hooks/useBreadcrumbsModel.d.ts +558 -0
- package/dist/commonjs/breadcrumbs/lib/hooks/useBreadcrumbsModel.d.ts.map +1 -1
- package/dist/commonjs/button/lib/BaseButton.js +21 -21
- package/dist/commonjs/button/lib/DeleteButton.js +1 -1
- package/dist/commonjs/button/lib/PrimaryButton.js +2 -2
- package/dist/commonjs/button/lib/SecondaryButton.js +2 -2
- package/dist/commonjs/button/lib/TertiaryButton.js +18 -18
- package/dist/commonjs/card/lib/Card.js +1 -1
- package/dist/commonjs/card/lib/CardBody.js +1 -1
- package/dist/commonjs/card/lib/CardHeading.js +1 -1
- package/dist/commonjs/checkbox/lib/CheckBackground.js +3 -3
- package/dist/commonjs/checkbox/lib/CheckboxCheck.js +5 -5
- package/dist/commonjs/checkbox/lib/CheckboxContainer.js +1 -1
- package/dist/commonjs/checkbox/lib/CheckboxInput.js +5 -5
- package/dist/commonjs/checkbox/lib/CheckboxRipple.js +1 -1
- package/dist/commonjs/collection/lib/ListBox.js +3 -3
- package/dist/commonjs/collection/lib/useOverflowListItemMeasure.d.ts +22 -0
- package/dist/commonjs/collection/lib/useOverflowListItemMeasure.d.ts.map +1 -1
- package/dist/commonjs/collection/lib/useOverflowListItemMeasure.js +5 -2
- package/dist/commonjs/collection/lib/useOverflowListMeasure.d.ts +23 -1
- package/dist/commonjs/collection/lib/useOverflowListMeasure.d.ts.map +1 -1
- package/dist/commonjs/collection/lib/useOverflowListMeasure.js +12 -28
- package/dist/commonjs/collection/lib/useOverflowListModel.d.ts +970 -1
- package/dist/commonjs/collection/lib/useOverflowListModel.d.ts.map +1 -1
- package/dist/commonjs/collection/lib/useOverflowListModel.js +84 -37
- package/dist/commonjs/collection/lib/useOverflowListTarget.d.ts +22 -0
- package/dist/commonjs/collection/lib/useOverflowListTarget.d.ts.map +1 -1
- package/dist/commonjs/collection/lib/useOverflowListTarget.js +4 -1
- package/dist/commonjs/combobox/lib/ComboboxMenuList.js +1 -1
- package/dist/commonjs/common/lib/AccessibleHide.js +1 -1
- package/dist/commonjs/common/lib/CanvasProvider.js +1 -1
- package/dist/commonjs/form-field/lib/FormFieldContainer.js +1 -1
- package/dist/commonjs/form-field/lib/FormFieldField.js +1 -1
- package/dist/commonjs/form-field/lib/FormFieldGroupLabel.js +5 -5
- package/dist/commonjs/form-field/lib/FormFieldGroupList.js +3 -3
- package/dist/commonjs/form-field/lib/FormFieldHint.js +3 -3
- package/dist/commonjs/form-field/lib/FormFieldLabel.js +6 -6
- package/dist/commonjs/form-field/lib/formFieldStencil.js +8 -8
- package/dist/commonjs/icon/lib/AccentIcon.js +2 -2
- package/dist/commonjs/icon/lib/AppletIcon.js +1 -1
- package/dist/commonjs/icon/lib/Graphic.js +2 -2
- package/dist/commonjs/icon/lib/Svg.js +2 -2
- package/dist/commonjs/icon/lib/SystemIcon.js +1 -1
- package/dist/commonjs/icon/lib/SystemIconCircle.js +1 -1
- package/dist/commonjs/loading-dots/lib/LoadingDots.js +2 -2
- package/dist/commonjs/menu/lib/MenuCard.js +1 -1
- package/dist/commonjs/menu/lib/MenuItem.js +1 -1
- package/dist/commonjs/menu/lib/MenuList.js +3 -3
- package/dist/commonjs/menu/lib/MenuOption.js +1 -1
- package/dist/commonjs/modal/lib/ModalBody.js +1 -1
- package/dist/commonjs/modal/lib/ModalCard.js +1 -1
- package/dist/commonjs/modal/lib/ModalHeading.js +1 -1
- package/dist/commonjs/modal/lib/ModalOverflowOverlay.js +1 -1
- package/dist/commonjs/modal/lib/ModalOverlay.js +2 -2
- package/dist/commonjs/popup/lib/PopupBody.js +1 -1
- package/dist/commonjs/popup/lib/PopupCard.js +2 -2
- package/dist/commonjs/popup/lib/PopupCloseIcon.js +1 -1
- package/dist/commonjs/popup/lib/PopupHeading.js +1 -1
- package/dist/commonjs/select/lib/SelectCard.js +1 -1
- package/dist/commonjs/select/lib/SelectInput.js +3 -3
- package/dist/commonjs/switch/lib/Switch.js +7 -7
- package/dist/commonjs/table/lib/Table.js +1 -1
- package/dist/commonjs/table/lib/TableBody.js +1 -1
- package/dist/commonjs/table/lib/TableCaption.js +1 -1
- package/dist/commonjs/table/lib/TableCell.js +1 -1
- package/dist/commonjs/table/lib/TableFooter.js +1 -1
- package/dist/commonjs/table/lib/TableHead.js +1 -1
- package/dist/commonjs/table/lib/TableHeader.js +1 -1
- package/dist/commonjs/table/lib/TableRow.js +1 -1
- package/dist/commonjs/tabs/lib/Tabs.d.ts +666 -0
- package/dist/commonjs/tabs/lib/Tabs.d.ts.map +1 -1
- package/dist/commonjs/tabs/lib/TabsItem.d.ts +44 -0
- package/dist/commonjs/tabs/lib/TabsItem.d.ts.map +1 -1
- package/dist/commonjs/tabs/lib/TabsList.d.ts +45 -1
- package/dist/commonjs/tabs/lib/TabsList.d.ts.map +1 -1
- package/dist/commonjs/tabs/lib/TabsOverflowButton.d.ts +44 -0
- package/dist/commonjs/tabs/lib/TabsOverflowButton.d.ts.map +1 -1
- package/dist/commonjs/tabs/lib/TabsPanel.d.ts +44 -0
- package/dist/commonjs/tabs/lib/TabsPanel.d.ts.map +1 -1
- package/dist/commonjs/tabs/lib/TabsPanels.d.ts +22 -0
- package/dist/commonjs/tabs/lib/TabsPanels.d.ts.map +1 -1
- package/dist/commonjs/tabs/lib/useTabsModel.d.ts +680 -0
- package/dist/commonjs/tabs/lib/useTabsModel.d.ts.map +1 -1
- package/dist/commonjs/text/lib/LabelText.js +6 -6
- package/dist/commonjs/text/lib/Text.js +16 -16
- package/dist/commonjs/text/lib/TypeLevelComponents.js +4 -4
- package/dist/commonjs/text-area/lib/TextArea.js +5 -5
- package/dist/commonjs/text-input/lib/InputGroup.js +6 -6
- package/dist/commonjs/text-input/lib/TextInput.js +5 -5
- package/dist/commonjs/toast/lib/Toast.js +1 -1
- package/dist/commonjs/toast/lib/ToastBody.js +1 -1
- package/dist/commonjs/toast/lib/ToastCloseIcon.js +1 -1
- package/dist/commonjs/toast/lib/ToastIcon.js +1 -1
- package/dist/commonjs/toast/lib/ToastMessage.js +1 -1
- package/dist/es6/action-bar/lib/ActionBar.d.ts +580 -0
- package/dist/es6/action-bar/lib/ActionBar.d.ts.map +1 -1
- package/dist/es6/action-bar/lib/ActionBarItem.d.ts +44 -0
- package/dist/es6/action-bar/lib/ActionBarItem.d.ts.map +1 -1
- package/dist/es6/action-bar/lib/ActionBarList.d.ts +45 -1
- package/dist/es6/action-bar/lib/ActionBarList.d.ts.map +1 -1
- package/dist/es6/action-bar/lib/ActionBarOverflowButton.d.ts +44 -0
- package/dist/es6/action-bar/lib/ActionBarOverflowButton.d.ts.map +1 -1
- package/dist/es6/action-bar/lib/useActionBarModel.d.ts +558 -0
- package/dist/es6/action-bar/lib/useActionBarModel.d.ts.map +1 -1
- package/dist/es6/avatar/lib/Avatar.js +21 -21
- package/dist/es6/badge/lib/CountBadge.js +3 -3
- package/dist/es6/breadcrumbs/lib/Breadcrumbs.d.ts +602 -0
- package/dist/es6/breadcrumbs/lib/Breadcrumbs.d.ts.map +1 -1
- package/dist/es6/breadcrumbs/lib/BreadcrumbsCurrentItem.d.ts +44 -0
- package/dist/es6/breadcrumbs/lib/BreadcrumbsCurrentItem.d.ts.map +1 -1
- package/dist/es6/breadcrumbs/lib/BreadcrumbsItem.d.ts +44 -0
- package/dist/es6/breadcrumbs/lib/BreadcrumbsItem.d.ts.map +1 -1
- package/dist/es6/breadcrumbs/lib/BreadcrumbsList.d.ts +22 -0
- package/dist/es6/breadcrumbs/lib/BreadcrumbsList.d.ts.map +1 -1
- package/dist/es6/breadcrumbs/lib/BreadcrumbsOverflowButton.d.ts +44 -0
- package/dist/es6/breadcrumbs/lib/BreadcrumbsOverflowButton.d.ts.map +1 -1
- package/dist/es6/breadcrumbs/lib/hooks/useBreadcrumbsModel.d.ts +558 -0
- package/dist/es6/breadcrumbs/lib/hooks/useBreadcrumbsModel.d.ts.map +1 -1
- package/dist/es6/button/lib/BaseButton.js +21 -21
- package/dist/es6/button/lib/DeleteButton.js +1 -1
- package/dist/es6/button/lib/PrimaryButton.js +2 -2
- package/dist/es6/button/lib/SecondaryButton.js +2 -2
- package/dist/es6/button/lib/TertiaryButton.js +18 -18
- package/dist/es6/card/lib/Card.js +1 -1
- package/dist/es6/card/lib/CardBody.js +1 -1
- package/dist/es6/card/lib/CardHeading.js +1 -1
- package/dist/es6/checkbox/lib/CheckBackground.js +3 -3
- package/dist/es6/checkbox/lib/CheckboxCheck.js +5 -5
- package/dist/es6/checkbox/lib/CheckboxContainer.js +1 -1
- package/dist/es6/checkbox/lib/CheckboxInput.js +5 -5
- package/dist/es6/checkbox/lib/CheckboxRipple.js +1 -1
- package/dist/es6/collection/lib/ListBox.js +3 -3
- package/dist/es6/collection/lib/useOverflowListItemMeasure.d.ts +22 -0
- package/dist/es6/collection/lib/useOverflowListItemMeasure.d.ts.map +1 -1
- package/dist/es6/collection/lib/useOverflowListItemMeasure.js +5 -2
- package/dist/es6/collection/lib/useOverflowListMeasure.d.ts +23 -1
- package/dist/es6/collection/lib/useOverflowListMeasure.d.ts.map +1 -1
- package/dist/es6/collection/lib/useOverflowListMeasure.js +13 -6
- package/dist/es6/collection/lib/useOverflowListModel.d.ts +970 -1
- package/dist/es6/collection/lib/useOverflowListModel.d.ts.map +1 -1
- package/dist/es6/collection/lib/useOverflowListModel.js +84 -37
- package/dist/es6/collection/lib/useOverflowListTarget.d.ts +22 -0
- package/dist/es6/collection/lib/useOverflowListTarget.d.ts.map +1 -1
- package/dist/es6/collection/lib/useOverflowListTarget.js +4 -1
- package/dist/es6/combobox/lib/ComboboxMenuList.js +1 -1
- package/dist/es6/common/lib/AccessibleHide.js +1 -1
- package/dist/es6/common/lib/CanvasProvider.js +1 -1
- package/dist/es6/form-field/lib/FormFieldContainer.js +1 -1
- package/dist/es6/form-field/lib/FormFieldField.js +1 -1
- package/dist/es6/form-field/lib/FormFieldGroupLabel.js +5 -5
- package/dist/es6/form-field/lib/FormFieldGroupList.js +3 -3
- package/dist/es6/form-field/lib/FormFieldHint.js +3 -3
- package/dist/es6/form-field/lib/FormFieldLabel.js +6 -6
- package/dist/es6/form-field/lib/formFieldStencil.js +8 -8
- package/dist/es6/icon/lib/AccentIcon.js +2 -2
- package/dist/es6/icon/lib/AppletIcon.js +1 -1
- package/dist/es6/icon/lib/Graphic.js +2 -2
- package/dist/es6/icon/lib/Svg.js +2 -2
- package/dist/es6/icon/lib/SystemIcon.js +1 -1
- package/dist/es6/icon/lib/SystemIconCircle.js +1 -1
- package/dist/es6/loading-dots/lib/LoadingDots.js +2 -2
- package/dist/es6/menu/lib/MenuCard.js +1 -1
- package/dist/es6/menu/lib/MenuItem.js +1 -1
- package/dist/es6/menu/lib/MenuList.js +3 -3
- package/dist/es6/menu/lib/MenuOption.js +1 -1
- package/dist/es6/modal/lib/ModalBody.js +1 -1
- package/dist/es6/modal/lib/ModalCard.js +1 -1
- package/dist/es6/modal/lib/ModalHeading.js +1 -1
- package/dist/es6/modal/lib/ModalOverflowOverlay.js +1 -1
- package/dist/es6/modal/lib/ModalOverlay.js +2 -2
- package/dist/es6/popup/lib/PopupBody.js +1 -1
- package/dist/es6/popup/lib/PopupCard.js +2 -2
- package/dist/es6/popup/lib/PopupCloseIcon.js +1 -1
- package/dist/es6/popup/lib/PopupHeading.js +1 -1
- package/dist/es6/select/lib/SelectCard.js +1 -1
- package/dist/es6/select/lib/SelectInput.js +3 -3
- package/dist/es6/switch/lib/Switch.js +7 -7
- package/dist/es6/table/lib/Table.js +1 -1
- package/dist/es6/table/lib/TableBody.js +1 -1
- package/dist/es6/table/lib/TableCaption.js +1 -1
- package/dist/es6/table/lib/TableCell.js +1 -1
- package/dist/es6/table/lib/TableFooter.js +1 -1
- package/dist/es6/table/lib/TableHead.js +1 -1
- package/dist/es6/table/lib/TableHeader.js +1 -1
- package/dist/es6/table/lib/TableRow.js +1 -1
- package/dist/es6/tabs/lib/Tabs.d.ts +666 -0
- package/dist/es6/tabs/lib/Tabs.d.ts.map +1 -1
- package/dist/es6/tabs/lib/TabsItem.d.ts +44 -0
- package/dist/es6/tabs/lib/TabsItem.d.ts.map +1 -1
- package/dist/es6/tabs/lib/TabsList.d.ts +45 -1
- package/dist/es6/tabs/lib/TabsList.d.ts.map +1 -1
- package/dist/es6/tabs/lib/TabsOverflowButton.d.ts +44 -0
- package/dist/es6/tabs/lib/TabsOverflowButton.d.ts.map +1 -1
- package/dist/es6/tabs/lib/TabsPanel.d.ts +44 -0
- package/dist/es6/tabs/lib/TabsPanel.d.ts.map +1 -1
- package/dist/es6/tabs/lib/TabsPanels.d.ts +22 -0
- package/dist/es6/tabs/lib/TabsPanels.d.ts.map +1 -1
- package/dist/es6/tabs/lib/useTabsModel.d.ts +680 -0
- package/dist/es6/tabs/lib/useTabsModel.d.ts.map +1 -1
- package/dist/es6/text/lib/LabelText.js +6 -6
- package/dist/es6/text/lib/Text.js +16 -16
- package/dist/es6/text/lib/TypeLevelComponents.js +4 -4
- package/dist/es6/text-area/lib/TextArea.js +5 -5
- package/dist/es6/text-input/lib/InputGroup.js +6 -6
- package/dist/es6/text-input/lib/TextInput.js +5 -5
- package/dist/es6/toast/lib/Toast.js +1 -1
- package/dist/es6/toast/lib/ToastBody.js +1 -1
- package/dist/es6/toast/lib/ToastCloseIcon.js +1 -1
- package/dist/es6/toast/lib/ToastIcon.js +1 -1
- package/dist/es6/toast/lib/ToastMessage.js +1 -1
- package/package.json +4 -4
|
@@ -55,8 +55,46 @@ export declare const useBreadcrumbsModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
55
55
|
hiddenIds: string[];
|
|
56
56
|
nonInteractiveIds: string[];
|
|
57
57
|
orientation: import("../../../collection/lib/useBaseListModel").Orientation;
|
|
58
|
+
itemSizeCache: Record<string, number>;
|
|
58
59
|
itemWidthCache: Record<string, number>;
|
|
60
|
+
containerSize: number;
|
|
59
61
|
containerWidth: number;
|
|
62
|
+
containerGap: number;
|
|
63
|
+
overflowTargetWidth: number;
|
|
64
|
+
selectedIds: string[] | "all";
|
|
65
|
+
unselectedIds: string[];
|
|
66
|
+
cursorId: string;
|
|
67
|
+
columnCount: number;
|
|
68
|
+
pageSizeRef: React.MutableRefObject<number>;
|
|
69
|
+
cursorIndexRef: {
|
|
70
|
+
readonly current: number;
|
|
71
|
+
};
|
|
72
|
+
UNSTABLE_virtual: {
|
|
73
|
+
virtualItems: import("../../../collection/lib/react-virtual").VirtualItem[];
|
|
74
|
+
totalSize: number;
|
|
75
|
+
scrollToOffset: (index: number, options?: import("../../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
|
|
76
|
+
scrollToIndex: (index: number, options?: import("../../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
77
|
+
measure: () => void;
|
|
78
|
+
};
|
|
79
|
+
UNSTABLE_defaultItemHeight: number;
|
|
80
|
+
containerRef: React.RefObject<HTMLDivElement>;
|
|
81
|
+
id: string;
|
|
82
|
+
indexRef: React.MutableRefObject<number>;
|
|
83
|
+
isVirtualized: boolean;
|
|
84
|
+
items: import("@workday/canvas-kit-react/collection").Item<any>[];
|
|
85
|
+
}) => void) | undefined;
|
|
86
|
+
onSetContainerSize?: ((data: {
|
|
87
|
+
width?: number | undefined;
|
|
88
|
+
height?: number | undefined;
|
|
89
|
+
}, prevState: {
|
|
90
|
+
hiddenIds: string[];
|
|
91
|
+
nonInteractiveIds: string[];
|
|
92
|
+
orientation: import("../../../collection/lib/useBaseListModel").Orientation;
|
|
93
|
+
itemSizeCache: Record<string, number>;
|
|
94
|
+
itemWidthCache: Record<string, number>;
|
|
95
|
+
containerSize: number;
|
|
96
|
+
containerWidth: number;
|
|
97
|
+
containerGap: number;
|
|
60
98
|
overflowTargetWidth: number;
|
|
61
99
|
selectedIds: string[] | "all";
|
|
62
100
|
unselectedIds: string[];
|
|
@@ -86,8 +124,80 @@ export declare const useBreadcrumbsModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
86
124
|
hiddenIds: string[];
|
|
87
125
|
nonInteractiveIds: string[];
|
|
88
126
|
orientation: import("../../../collection/lib/useBaseListModel").Orientation;
|
|
127
|
+
itemSizeCache: Record<string, number>;
|
|
89
128
|
itemWidthCache: Record<string, number>;
|
|
129
|
+
containerSize: number;
|
|
90
130
|
containerWidth: number;
|
|
131
|
+
containerGap: number;
|
|
132
|
+
overflowTargetWidth: number;
|
|
133
|
+
selectedIds: string[] | "all";
|
|
134
|
+
unselectedIds: string[];
|
|
135
|
+
cursorId: string;
|
|
136
|
+
columnCount: number;
|
|
137
|
+
pageSizeRef: React.MutableRefObject<number>;
|
|
138
|
+
cursorIndexRef: {
|
|
139
|
+
readonly current: number;
|
|
140
|
+
};
|
|
141
|
+
UNSTABLE_virtual: {
|
|
142
|
+
virtualItems: import("../../../collection/lib/react-virtual").VirtualItem[];
|
|
143
|
+
totalSize: number;
|
|
144
|
+
scrollToOffset: (index: number, options?: import("../../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
|
|
145
|
+
scrollToIndex: (index: number, options?: import("../../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
146
|
+
measure: () => void;
|
|
147
|
+
};
|
|
148
|
+
UNSTABLE_defaultItemHeight: number;
|
|
149
|
+
containerRef: React.RefObject<HTMLDivElement>;
|
|
150
|
+
id: string;
|
|
151
|
+
indexRef: React.MutableRefObject<number>;
|
|
152
|
+
isVirtualized: boolean;
|
|
153
|
+
items: import("@workday/canvas-kit-react/collection").Item<any>[];
|
|
154
|
+
}) => void) | undefined;
|
|
155
|
+
onSetContainerGap?: ((data: {
|
|
156
|
+
size: number;
|
|
157
|
+
}, prevState: {
|
|
158
|
+
hiddenIds: string[];
|
|
159
|
+
nonInteractiveIds: string[];
|
|
160
|
+
orientation: import("../../../collection/lib/useBaseListModel").Orientation;
|
|
161
|
+
itemSizeCache: Record<string, number>;
|
|
162
|
+
itemWidthCache: Record<string, number>;
|
|
163
|
+
containerSize: number;
|
|
164
|
+
containerWidth: number;
|
|
165
|
+
containerGap: number;
|
|
166
|
+
overflowTargetWidth: number;
|
|
167
|
+
selectedIds: string[] | "all";
|
|
168
|
+
unselectedIds: string[];
|
|
169
|
+
cursorId: string;
|
|
170
|
+
columnCount: number;
|
|
171
|
+
pageSizeRef: React.MutableRefObject<number>;
|
|
172
|
+
cursorIndexRef: {
|
|
173
|
+
readonly current: number;
|
|
174
|
+
};
|
|
175
|
+
UNSTABLE_virtual: {
|
|
176
|
+
virtualItems: import("../../../collection/lib/react-virtual").VirtualItem[];
|
|
177
|
+
totalSize: number;
|
|
178
|
+
scrollToOffset: (index: number, options?: import("../../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
|
|
179
|
+
scrollToIndex: (index: number, options?: import("../../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
180
|
+
measure: () => void;
|
|
181
|
+
};
|
|
182
|
+
UNSTABLE_defaultItemHeight: number;
|
|
183
|
+
containerRef: React.RefObject<HTMLDivElement>;
|
|
184
|
+
id: string;
|
|
185
|
+
indexRef: React.MutableRefObject<number>;
|
|
186
|
+
isVirtualized: boolean;
|
|
187
|
+
items: import("@workday/canvas-kit-react/collection").Item<any>[];
|
|
188
|
+
}) => void) | undefined;
|
|
189
|
+
onSetOverflowTargetSize?: ((data: {
|
|
190
|
+
width: number;
|
|
191
|
+
height: number;
|
|
192
|
+
}, prevState: {
|
|
193
|
+
hiddenIds: string[];
|
|
194
|
+
nonInteractiveIds: string[];
|
|
195
|
+
orientation: import("../../../collection/lib/useBaseListModel").Orientation;
|
|
196
|
+
itemSizeCache: Record<string, number>;
|
|
197
|
+
itemWidthCache: Record<string, number>;
|
|
198
|
+
containerSize: number;
|
|
199
|
+
containerWidth: number;
|
|
200
|
+
containerGap: number;
|
|
91
201
|
overflowTargetWidth: number;
|
|
92
202
|
selectedIds: string[] | "all";
|
|
93
203
|
unselectedIds: string[];
|
|
@@ -117,8 +227,11 @@ export declare const useBreadcrumbsModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
117
227
|
hiddenIds: string[];
|
|
118
228
|
nonInteractiveIds: string[];
|
|
119
229
|
orientation: import("../../../collection/lib/useBaseListModel").Orientation;
|
|
230
|
+
itemSizeCache: Record<string, number>;
|
|
120
231
|
itemWidthCache: Record<string, number>;
|
|
232
|
+
containerSize: number;
|
|
121
233
|
containerWidth: number;
|
|
234
|
+
containerGap: number;
|
|
122
235
|
overflowTargetWidth: number;
|
|
123
236
|
selectedIds: string[] | "all";
|
|
124
237
|
unselectedIds: string[];
|
|
@@ -149,8 +262,81 @@ export declare const useBreadcrumbsModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
149
262
|
hiddenIds: string[];
|
|
150
263
|
nonInteractiveIds: string[];
|
|
151
264
|
orientation: import("../../../collection/lib/useBaseListModel").Orientation;
|
|
265
|
+
itemSizeCache: Record<string, number>;
|
|
266
|
+
itemWidthCache: Record<string, number>;
|
|
267
|
+
containerSize: number;
|
|
268
|
+
containerWidth: number;
|
|
269
|
+
containerGap: number;
|
|
270
|
+
overflowTargetWidth: number;
|
|
271
|
+
selectedIds: string[] | "all";
|
|
272
|
+
unselectedIds: string[];
|
|
273
|
+
cursorId: string;
|
|
274
|
+
columnCount: number;
|
|
275
|
+
pageSizeRef: React.MutableRefObject<number>;
|
|
276
|
+
cursorIndexRef: {
|
|
277
|
+
readonly current: number;
|
|
278
|
+
};
|
|
279
|
+
UNSTABLE_virtual: {
|
|
280
|
+
virtualItems: import("../../../collection/lib/react-virtual").VirtualItem[];
|
|
281
|
+
totalSize: number;
|
|
282
|
+
scrollToOffset: (index: number, options?: import("../../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
|
|
283
|
+
scrollToIndex: (index: number, options?: import("../../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
284
|
+
measure: () => void;
|
|
285
|
+
};
|
|
286
|
+
UNSTABLE_defaultItemHeight: number;
|
|
287
|
+
containerRef: React.RefObject<HTMLDivElement>;
|
|
288
|
+
id: string;
|
|
289
|
+
indexRef: React.MutableRefObject<number>;
|
|
290
|
+
isVirtualized: boolean;
|
|
291
|
+
items: import("@workday/canvas-kit-react/collection").Item<any>[];
|
|
292
|
+
}) => void) | undefined;
|
|
293
|
+
onAddItemSize?: ((data: {
|
|
294
|
+
id: string;
|
|
295
|
+
width: number;
|
|
296
|
+
height: number;
|
|
297
|
+
}, prevState: {
|
|
298
|
+
hiddenIds: string[];
|
|
299
|
+
nonInteractiveIds: string[];
|
|
300
|
+
orientation: import("../../../collection/lib/useBaseListModel").Orientation;
|
|
301
|
+
itemSizeCache: Record<string, number>;
|
|
302
|
+
itemWidthCache: Record<string, number>;
|
|
303
|
+
containerSize: number;
|
|
304
|
+
containerWidth: number;
|
|
305
|
+
containerGap: number;
|
|
306
|
+
overflowTargetWidth: number;
|
|
307
|
+
selectedIds: string[] | "all";
|
|
308
|
+
unselectedIds: string[];
|
|
309
|
+
cursorId: string;
|
|
310
|
+
columnCount: number;
|
|
311
|
+
pageSizeRef: React.MutableRefObject<number>;
|
|
312
|
+
cursorIndexRef: {
|
|
313
|
+
readonly current: number;
|
|
314
|
+
};
|
|
315
|
+
UNSTABLE_virtual: {
|
|
316
|
+
virtualItems: import("../../../collection/lib/react-virtual").VirtualItem[];
|
|
317
|
+
totalSize: number;
|
|
318
|
+
scrollToOffset: (index: number, options?: import("../../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
|
|
319
|
+
scrollToIndex: (index: number, options?: import("../../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
320
|
+
measure: () => void;
|
|
321
|
+
};
|
|
322
|
+
UNSTABLE_defaultItemHeight: number;
|
|
323
|
+
containerRef: React.RefObject<HTMLDivElement>;
|
|
324
|
+
id: string;
|
|
325
|
+
indexRef: React.MutableRefObject<number>;
|
|
326
|
+
isVirtualized: boolean;
|
|
327
|
+
items: import("@workday/canvas-kit-react/collection").Item<any>[];
|
|
328
|
+
}) => void) | undefined;
|
|
329
|
+
onRemoveItemSize?: ((data: {
|
|
330
|
+
id: string;
|
|
331
|
+
}, prevState: {
|
|
332
|
+
hiddenIds: string[];
|
|
333
|
+
nonInteractiveIds: string[];
|
|
334
|
+
orientation: import("../../../collection/lib/useBaseListModel").Orientation;
|
|
335
|
+
itemSizeCache: Record<string, number>;
|
|
152
336
|
itemWidthCache: Record<string, number>;
|
|
337
|
+
containerSize: number;
|
|
153
338
|
containerWidth: number;
|
|
339
|
+
containerGap: number;
|
|
154
340
|
overflowTargetWidth: number;
|
|
155
341
|
selectedIds: string[] | "all";
|
|
156
342
|
unselectedIds: string[];
|
|
@@ -180,8 +366,11 @@ export declare const useBreadcrumbsModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
180
366
|
hiddenIds: string[];
|
|
181
367
|
nonInteractiveIds: string[];
|
|
182
368
|
orientation: import("../../../collection/lib/useBaseListModel").Orientation;
|
|
369
|
+
itemSizeCache: Record<string, number>;
|
|
183
370
|
itemWidthCache: Record<string, number>;
|
|
371
|
+
containerSize: number;
|
|
184
372
|
containerWidth: number;
|
|
373
|
+
containerGap: number;
|
|
185
374
|
overflowTargetWidth: number;
|
|
186
375
|
selectedIds: string[] | "all";
|
|
187
376
|
unselectedIds: string[];
|
|
@@ -211,8 +400,11 @@ export declare const useBreadcrumbsModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
211
400
|
hiddenIds: string[];
|
|
212
401
|
nonInteractiveIds: string[];
|
|
213
402
|
orientation: import("../../../collection/lib/useBaseListModel").Orientation;
|
|
403
|
+
itemSizeCache: Record<string, number>;
|
|
214
404
|
itemWidthCache: Record<string, number>;
|
|
405
|
+
containerSize: number;
|
|
215
406
|
containerWidth: number;
|
|
407
|
+
containerGap: number;
|
|
216
408
|
overflowTargetWidth: number;
|
|
217
409
|
selectedIds: string[] | "all";
|
|
218
410
|
unselectedIds: string[];
|
|
@@ -242,8 +434,11 @@ export declare const useBreadcrumbsModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
242
434
|
hiddenIds: string[];
|
|
243
435
|
nonInteractiveIds: string[];
|
|
244
436
|
orientation: import("../../../collection/lib/useBaseListModel").Orientation;
|
|
437
|
+
itemSizeCache: Record<string, number>;
|
|
245
438
|
itemWidthCache: Record<string, number>;
|
|
439
|
+
containerSize: number;
|
|
246
440
|
containerWidth: number;
|
|
441
|
+
containerGap: number;
|
|
247
442
|
overflowTargetWidth: number;
|
|
248
443
|
selectedIds: string[] | "all";
|
|
249
444
|
unselectedIds: string[];
|
|
@@ -271,8 +466,11 @@ export declare const useBreadcrumbsModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
271
466
|
hiddenIds: string[];
|
|
272
467
|
nonInteractiveIds: string[];
|
|
273
468
|
orientation: import("../../../collection/lib/useBaseListModel").Orientation;
|
|
469
|
+
itemSizeCache: Record<string, number>;
|
|
274
470
|
itemWidthCache: Record<string, number>;
|
|
471
|
+
containerSize: number;
|
|
275
472
|
containerWidth: number;
|
|
473
|
+
containerGap: number;
|
|
276
474
|
overflowTargetWidth: number;
|
|
277
475
|
selectedIds: string[] | "all";
|
|
278
476
|
unselectedIds: string[];
|
|
@@ -300,8 +498,11 @@ export declare const useBreadcrumbsModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
300
498
|
hiddenIds: string[];
|
|
301
499
|
nonInteractiveIds: string[];
|
|
302
500
|
orientation: import("../../../collection/lib/useBaseListModel").Orientation;
|
|
501
|
+
itemSizeCache: Record<string, number>;
|
|
303
502
|
itemWidthCache: Record<string, number>;
|
|
503
|
+
containerSize: number;
|
|
304
504
|
containerWidth: number;
|
|
505
|
+
containerGap: number;
|
|
305
506
|
overflowTargetWidth: number;
|
|
306
507
|
selectedIds: string[] | "all";
|
|
307
508
|
unselectedIds: string[];
|
|
@@ -329,8 +530,11 @@ export declare const useBreadcrumbsModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
329
530
|
hiddenIds: string[];
|
|
330
531
|
nonInteractiveIds: string[];
|
|
331
532
|
orientation: import("../../../collection/lib/useBaseListModel").Orientation;
|
|
533
|
+
itemSizeCache: Record<string, number>;
|
|
332
534
|
itemWidthCache: Record<string, number>;
|
|
535
|
+
containerSize: number;
|
|
333
536
|
containerWidth: number;
|
|
537
|
+
containerGap: number;
|
|
334
538
|
overflowTargetWidth: number;
|
|
335
539
|
selectedIds: string[] | "all";
|
|
336
540
|
unselectedIds: string[];
|
|
@@ -360,8 +564,11 @@ export declare const useBreadcrumbsModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
360
564
|
hiddenIds: string[];
|
|
361
565
|
nonInteractiveIds: string[];
|
|
362
566
|
orientation: import("../../../collection/lib/useBaseListModel").Orientation;
|
|
567
|
+
itemSizeCache: Record<string, number>;
|
|
363
568
|
itemWidthCache: Record<string, number>;
|
|
569
|
+
containerSize: number;
|
|
364
570
|
containerWidth: number;
|
|
571
|
+
containerGap: number;
|
|
365
572
|
overflowTargetWidth: number;
|
|
366
573
|
selectedIds: string[] | "all";
|
|
367
574
|
unselectedIds: string[];
|
|
@@ -389,8 +596,11 @@ export declare const useBreadcrumbsModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
389
596
|
hiddenIds: string[];
|
|
390
597
|
nonInteractiveIds: string[];
|
|
391
598
|
orientation: import("../../../collection/lib/useBaseListModel").Orientation;
|
|
599
|
+
itemSizeCache: Record<string, number>;
|
|
392
600
|
itemWidthCache: Record<string, number>;
|
|
601
|
+
containerSize: number;
|
|
393
602
|
containerWidth: number;
|
|
603
|
+
containerGap: number;
|
|
394
604
|
overflowTargetWidth: number;
|
|
395
605
|
selectedIds: string[] | "all";
|
|
396
606
|
unselectedIds: string[];
|
|
@@ -418,8 +628,11 @@ export declare const useBreadcrumbsModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
418
628
|
hiddenIds: string[];
|
|
419
629
|
nonInteractiveIds: string[];
|
|
420
630
|
orientation: import("../../../collection/lib/useBaseListModel").Orientation;
|
|
631
|
+
itemSizeCache: Record<string, number>;
|
|
421
632
|
itemWidthCache: Record<string, number>;
|
|
633
|
+
containerSize: number;
|
|
422
634
|
containerWidth: number;
|
|
635
|
+
containerGap: number;
|
|
423
636
|
overflowTargetWidth: number;
|
|
424
637
|
selectedIds: string[] | "all";
|
|
425
638
|
unselectedIds: string[];
|
|
@@ -447,8 +660,11 @@ export declare const useBreadcrumbsModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
447
660
|
hiddenIds: string[];
|
|
448
661
|
nonInteractiveIds: string[];
|
|
449
662
|
orientation: import("../../../collection/lib/useBaseListModel").Orientation;
|
|
663
|
+
itemSizeCache: Record<string, number>;
|
|
450
664
|
itemWidthCache: Record<string, number>;
|
|
665
|
+
containerSize: number;
|
|
451
666
|
containerWidth: number;
|
|
667
|
+
containerGap: number;
|
|
452
668
|
overflowTargetWidth: number;
|
|
453
669
|
selectedIds: string[] | "all";
|
|
454
670
|
unselectedIds: string[];
|
|
@@ -476,8 +692,11 @@ export declare const useBreadcrumbsModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
476
692
|
hiddenIds: string[];
|
|
477
693
|
nonInteractiveIds: string[];
|
|
478
694
|
orientation: import("../../../collection/lib/useBaseListModel").Orientation;
|
|
695
|
+
itemSizeCache: Record<string, number>;
|
|
479
696
|
itemWidthCache: Record<string, number>;
|
|
697
|
+
containerSize: number;
|
|
480
698
|
containerWidth: number;
|
|
699
|
+
containerGap: number;
|
|
481
700
|
overflowTargetWidth: number;
|
|
482
701
|
selectedIds: string[] | "all";
|
|
483
702
|
unselectedIds: string[];
|
|
@@ -505,8 +724,11 @@ export declare const useBreadcrumbsModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
505
724
|
hiddenIds: string[];
|
|
506
725
|
nonInteractiveIds: string[];
|
|
507
726
|
orientation: import("../../../collection/lib/useBaseListModel").Orientation;
|
|
727
|
+
itemSizeCache: Record<string, number>;
|
|
508
728
|
itemWidthCache: Record<string, number>;
|
|
729
|
+
containerSize: number;
|
|
509
730
|
containerWidth: number;
|
|
731
|
+
containerGap: number;
|
|
510
732
|
overflowTargetWidth: number;
|
|
511
733
|
selectedIds: string[] | "all";
|
|
512
734
|
unselectedIds: string[];
|
|
@@ -534,8 +756,11 @@ export declare const useBreadcrumbsModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
534
756
|
hiddenIds: string[];
|
|
535
757
|
nonInteractiveIds: string[];
|
|
536
758
|
orientation: import("../../../collection/lib/useBaseListModel").Orientation;
|
|
759
|
+
itemSizeCache: Record<string, number>;
|
|
537
760
|
itemWidthCache: Record<string, number>;
|
|
761
|
+
containerSize: number;
|
|
538
762
|
containerWidth: number;
|
|
763
|
+
containerGap: number;
|
|
539
764
|
overflowTargetWidth: number;
|
|
540
765
|
selectedIds: string[] | "all";
|
|
541
766
|
unselectedIds: string[];
|
|
@@ -563,8 +788,11 @@ export declare const useBreadcrumbsModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
563
788
|
hiddenIds: string[];
|
|
564
789
|
nonInteractiveIds: string[];
|
|
565
790
|
orientation: import("../../../collection/lib/useBaseListModel").Orientation;
|
|
791
|
+
itemSizeCache: Record<string, number>;
|
|
566
792
|
itemWidthCache: Record<string, number>;
|
|
793
|
+
containerSize: number;
|
|
567
794
|
containerWidth: number;
|
|
795
|
+
containerGap: number;
|
|
568
796
|
overflowTargetWidth: number;
|
|
569
797
|
selectedIds: string[] | "all";
|
|
570
798
|
unselectedIds: string[];
|
|
@@ -592,8 +820,11 @@ export declare const useBreadcrumbsModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
592
820
|
hiddenIds: string[];
|
|
593
821
|
nonInteractiveIds: string[];
|
|
594
822
|
orientation: import("../../../collection/lib/useBaseListModel").Orientation;
|
|
823
|
+
itemSizeCache: Record<string, number>;
|
|
595
824
|
itemWidthCache: Record<string, number>;
|
|
825
|
+
containerSize: number;
|
|
596
826
|
containerWidth: number;
|
|
827
|
+
containerGap: number;
|
|
597
828
|
overflowTargetWidth: number;
|
|
598
829
|
selectedIds: string[] | "all";
|
|
599
830
|
unselectedIds: string[];
|
|
@@ -621,8 +852,11 @@ export declare const useBreadcrumbsModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
621
852
|
hiddenIds: string[];
|
|
622
853
|
nonInteractiveIds: string[];
|
|
623
854
|
orientation: import("../../../collection/lib/useBaseListModel").Orientation;
|
|
855
|
+
itemSizeCache: Record<string, number>;
|
|
624
856
|
itemWidthCache: Record<string, number>;
|
|
857
|
+
containerSize: number;
|
|
625
858
|
containerWidth: number;
|
|
859
|
+
containerGap: number;
|
|
626
860
|
overflowTargetWidth: number;
|
|
627
861
|
selectedIds: string[] | "all";
|
|
628
862
|
unselectedIds: string[];
|
|
@@ -650,8 +884,11 @@ export declare const useBreadcrumbsModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
650
884
|
hiddenIds: string[];
|
|
651
885
|
nonInteractiveIds: string[];
|
|
652
886
|
orientation: import("../../../collection/lib/useBaseListModel").Orientation;
|
|
887
|
+
itemSizeCache: Record<string, number>;
|
|
653
888
|
itemWidthCache: Record<string, number>;
|
|
889
|
+
containerSize: number;
|
|
654
890
|
containerWidth: number;
|
|
891
|
+
containerGap: number;
|
|
655
892
|
overflowTargetWidth: number;
|
|
656
893
|
selectedIds: string[] | "all";
|
|
657
894
|
unselectedIds: string[];
|
|
@@ -682,8 +919,11 @@ export declare const useBreadcrumbsModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
682
919
|
hiddenIds: string[];
|
|
683
920
|
nonInteractiveIds: string[];
|
|
684
921
|
orientation: import("../../../collection/lib/useBaseListModel").Orientation;
|
|
922
|
+
itemSizeCache: Record<string, number>;
|
|
685
923
|
itemWidthCache: Record<string, number>;
|
|
924
|
+
containerSize: number;
|
|
686
925
|
containerWidth: number;
|
|
926
|
+
containerGap: number;
|
|
687
927
|
overflowTargetWidth: number;
|
|
688
928
|
selectedIds: string[] | "all";
|
|
689
929
|
unselectedIds: string[];
|
|
@@ -713,8 +953,11 @@ export declare const useBreadcrumbsModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
713
953
|
hiddenIds: string[];
|
|
714
954
|
nonInteractiveIds: string[];
|
|
715
955
|
orientation: import("../../../collection/lib/useBaseListModel").Orientation;
|
|
956
|
+
itemSizeCache: Record<string, number>;
|
|
716
957
|
itemWidthCache: Record<string, number>;
|
|
958
|
+
containerSize: number;
|
|
717
959
|
containerWidth: number;
|
|
960
|
+
containerGap: number;
|
|
718
961
|
overflowTargetWidth: number;
|
|
719
962
|
selectedIds: string[] | "all";
|
|
720
963
|
unselectedIds: string[];
|
|
@@ -744,8 +987,11 @@ export declare const useBreadcrumbsModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
744
987
|
hiddenIds: string[];
|
|
745
988
|
nonInteractiveIds: string[];
|
|
746
989
|
orientation: import("../../../collection/lib/useBaseListModel").Orientation;
|
|
990
|
+
itemSizeCache: Record<string, number>;
|
|
747
991
|
itemWidthCache: Record<string, number>;
|
|
992
|
+
containerSize: number;
|
|
748
993
|
containerWidth: number;
|
|
994
|
+
containerGap: number;
|
|
749
995
|
overflowTargetWidth: number;
|
|
750
996
|
selectedIds: string[] | "all";
|
|
751
997
|
unselectedIds: string[];
|
|
@@ -776,8 +1022,46 @@ export declare const useBreadcrumbsModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
776
1022
|
hiddenIds: string[];
|
|
777
1023
|
nonInteractiveIds: string[];
|
|
778
1024
|
orientation: import("../../../collection/lib/useBaseListModel").Orientation;
|
|
1025
|
+
itemSizeCache: Record<string, number>;
|
|
1026
|
+
itemWidthCache: Record<string, number>;
|
|
1027
|
+
containerSize: number;
|
|
1028
|
+
containerWidth: number;
|
|
1029
|
+
containerGap: number;
|
|
1030
|
+
overflowTargetWidth: number;
|
|
1031
|
+
selectedIds: string[] | "all";
|
|
1032
|
+
unselectedIds: string[];
|
|
1033
|
+
cursorId: string;
|
|
1034
|
+
columnCount: number;
|
|
1035
|
+
pageSizeRef: React.MutableRefObject<number>;
|
|
1036
|
+
cursorIndexRef: {
|
|
1037
|
+
readonly current: number;
|
|
1038
|
+
};
|
|
1039
|
+
UNSTABLE_virtual: {
|
|
1040
|
+
virtualItems: import("../../../collection/lib/react-virtual").VirtualItem[];
|
|
1041
|
+
totalSize: number;
|
|
1042
|
+
scrollToOffset: (index: number, options?: import("../../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
|
|
1043
|
+
scrollToIndex: (index: number, options?: import("../../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1044
|
+
measure: () => void;
|
|
1045
|
+
};
|
|
1046
|
+
UNSTABLE_defaultItemHeight: number;
|
|
1047
|
+
containerRef: React.RefObject<HTMLDivElement>;
|
|
1048
|
+
id: string;
|
|
1049
|
+
indexRef: React.MutableRefObject<number>;
|
|
1050
|
+
isVirtualized: boolean;
|
|
1051
|
+
items: import("@workday/canvas-kit-react/collection").Item<any>[];
|
|
1052
|
+
}) => boolean) | undefined;
|
|
1053
|
+
shouldSetContainerSize?: ((data: {
|
|
1054
|
+
width?: number | undefined;
|
|
1055
|
+
height?: number | undefined;
|
|
1056
|
+
}, state: {
|
|
1057
|
+
hiddenIds: string[];
|
|
1058
|
+
nonInteractiveIds: string[];
|
|
1059
|
+
orientation: import("../../../collection/lib/useBaseListModel").Orientation;
|
|
1060
|
+
itemSizeCache: Record<string, number>;
|
|
779
1061
|
itemWidthCache: Record<string, number>;
|
|
1062
|
+
containerSize: number;
|
|
780
1063
|
containerWidth: number;
|
|
1064
|
+
containerGap: number;
|
|
781
1065
|
overflowTargetWidth: number;
|
|
782
1066
|
selectedIds: string[] | "all";
|
|
783
1067
|
unselectedIds: string[];
|
|
@@ -807,8 +1091,80 @@ export declare const useBreadcrumbsModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
807
1091
|
hiddenIds: string[];
|
|
808
1092
|
nonInteractiveIds: string[];
|
|
809
1093
|
orientation: import("../../../collection/lib/useBaseListModel").Orientation;
|
|
1094
|
+
itemSizeCache: Record<string, number>;
|
|
810
1095
|
itemWidthCache: Record<string, number>;
|
|
1096
|
+
containerSize: number;
|
|
811
1097
|
containerWidth: number;
|
|
1098
|
+
containerGap: number;
|
|
1099
|
+
overflowTargetWidth: number;
|
|
1100
|
+
selectedIds: string[] | "all";
|
|
1101
|
+
unselectedIds: string[];
|
|
1102
|
+
cursorId: string;
|
|
1103
|
+
columnCount: number;
|
|
1104
|
+
pageSizeRef: React.MutableRefObject<number>;
|
|
1105
|
+
cursorIndexRef: {
|
|
1106
|
+
readonly current: number;
|
|
1107
|
+
};
|
|
1108
|
+
UNSTABLE_virtual: {
|
|
1109
|
+
virtualItems: import("../../../collection/lib/react-virtual").VirtualItem[];
|
|
1110
|
+
totalSize: number;
|
|
1111
|
+
scrollToOffset: (index: number, options?: import("../../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
|
|
1112
|
+
scrollToIndex: (index: number, options?: import("../../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1113
|
+
measure: () => void;
|
|
1114
|
+
};
|
|
1115
|
+
UNSTABLE_defaultItemHeight: number;
|
|
1116
|
+
containerRef: React.RefObject<HTMLDivElement>;
|
|
1117
|
+
id: string;
|
|
1118
|
+
indexRef: React.MutableRefObject<number>;
|
|
1119
|
+
isVirtualized: boolean;
|
|
1120
|
+
items: import("@workday/canvas-kit-react/collection").Item<any>[];
|
|
1121
|
+
}) => boolean) | undefined;
|
|
1122
|
+
shouldSetContainerGap?: ((data: {
|
|
1123
|
+
size: number;
|
|
1124
|
+
}, state: {
|
|
1125
|
+
hiddenIds: string[];
|
|
1126
|
+
nonInteractiveIds: string[];
|
|
1127
|
+
orientation: import("../../../collection/lib/useBaseListModel").Orientation;
|
|
1128
|
+
itemSizeCache: Record<string, number>;
|
|
1129
|
+
itemWidthCache: Record<string, number>;
|
|
1130
|
+
containerSize: number;
|
|
1131
|
+
containerWidth: number;
|
|
1132
|
+
containerGap: number;
|
|
1133
|
+
overflowTargetWidth: number;
|
|
1134
|
+
selectedIds: string[] | "all";
|
|
1135
|
+
unselectedIds: string[];
|
|
1136
|
+
cursorId: string;
|
|
1137
|
+
columnCount: number;
|
|
1138
|
+
pageSizeRef: React.MutableRefObject<number>;
|
|
1139
|
+
cursorIndexRef: {
|
|
1140
|
+
readonly current: number;
|
|
1141
|
+
};
|
|
1142
|
+
UNSTABLE_virtual: {
|
|
1143
|
+
virtualItems: import("../../../collection/lib/react-virtual").VirtualItem[];
|
|
1144
|
+
totalSize: number;
|
|
1145
|
+
scrollToOffset: (index: number, options?: import("../../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
|
|
1146
|
+
scrollToIndex: (index: number, options?: import("../../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1147
|
+
measure: () => void;
|
|
1148
|
+
};
|
|
1149
|
+
UNSTABLE_defaultItemHeight: number;
|
|
1150
|
+
containerRef: React.RefObject<HTMLDivElement>;
|
|
1151
|
+
id: string;
|
|
1152
|
+
indexRef: React.MutableRefObject<number>;
|
|
1153
|
+
isVirtualized: boolean;
|
|
1154
|
+
items: import("@workday/canvas-kit-react/collection").Item<any>[];
|
|
1155
|
+
}) => boolean) | undefined;
|
|
1156
|
+
shouldSetOverflowTargetSize?: ((data: {
|
|
1157
|
+
width: number;
|
|
1158
|
+
height: number;
|
|
1159
|
+
}, state: {
|
|
1160
|
+
hiddenIds: string[];
|
|
1161
|
+
nonInteractiveIds: string[];
|
|
1162
|
+
orientation: import("../../../collection/lib/useBaseListModel").Orientation;
|
|
1163
|
+
itemSizeCache: Record<string, number>;
|
|
1164
|
+
itemWidthCache: Record<string, number>;
|
|
1165
|
+
containerSize: number;
|
|
1166
|
+
containerWidth: number;
|
|
1167
|
+
containerGap: number;
|
|
812
1168
|
overflowTargetWidth: number;
|
|
813
1169
|
selectedIds: string[] | "all";
|
|
814
1170
|
unselectedIds: string[];
|
|
@@ -838,8 +1194,11 @@ export declare const useBreadcrumbsModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
838
1194
|
hiddenIds: string[];
|
|
839
1195
|
nonInteractiveIds: string[];
|
|
840
1196
|
orientation: import("../../../collection/lib/useBaseListModel").Orientation;
|
|
1197
|
+
itemSizeCache: Record<string, number>;
|
|
841
1198
|
itemWidthCache: Record<string, number>;
|
|
1199
|
+
containerSize: number;
|
|
842
1200
|
containerWidth: number;
|
|
1201
|
+
containerGap: number;
|
|
843
1202
|
overflowTargetWidth: number;
|
|
844
1203
|
selectedIds: string[] | "all";
|
|
845
1204
|
unselectedIds: string[];
|
|
@@ -870,8 +1229,81 @@ export declare const useBreadcrumbsModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
870
1229
|
hiddenIds: string[];
|
|
871
1230
|
nonInteractiveIds: string[];
|
|
872
1231
|
orientation: import("../../../collection/lib/useBaseListModel").Orientation;
|
|
1232
|
+
itemSizeCache: Record<string, number>;
|
|
873
1233
|
itemWidthCache: Record<string, number>;
|
|
1234
|
+
containerSize: number;
|
|
874
1235
|
containerWidth: number;
|
|
1236
|
+
containerGap: number;
|
|
1237
|
+
overflowTargetWidth: number;
|
|
1238
|
+
selectedIds: string[] | "all";
|
|
1239
|
+
unselectedIds: string[];
|
|
1240
|
+
cursorId: string;
|
|
1241
|
+
columnCount: number;
|
|
1242
|
+
pageSizeRef: React.MutableRefObject<number>;
|
|
1243
|
+
cursorIndexRef: {
|
|
1244
|
+
readonly current: number;
|
|
1245
|
+
};
|
|
1246
|
+
UNSTABLE_virtual: {
|
|
1247
|
+
virtualItems: import("../../../collection/lib/react-virtual").VirtualItem[];
|
|
1248
|
+
totalSize: number;
|
|
1249
|
+
scrollToOffset: (index: number, options?: import("../../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
|
|
1250
|
+
scrollToIndex: (index: number, options?: import("../../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1251
|
+
measure: () => void;
|
|
1252
|
+
};
|
|
1253
|
+
UNSTABLE_defaultItemHeight: number;
|
|
1254
|
+
containerRef: React.RefObject<HTMLDivElement>;
|
|
1255
|
+
id: string;
|
|
1256
|
+
indexRef: React.MutableRefObject<number>;
|
|
1257
|
+
isVirtualized: boolean;
|
|
1258
|
+
items: import("@workday/canvas-kit-react/collection").Item<any>[];
|
|
1259
|
+
}) => boolean) | undefined;
|
|
1260
|
+
shouldAddItemSize?: ((data: {
|
|
1261
|
+
id: string;
|
|
1262
|
+
width: number;
|
|
1263
|
+
height: number;
|
|
1264
|
+
}, state: {
|
|
1265
|
+
hiddenIds: string[];
|
|
1266
|
+
nonInteractiveIds: string[];
|
|
1267
|
+
orientation: import("../../../collection/lib/useBaseListModel").Orientation;
|
|
1268
|
+
itemSizeCache: Record<string, number>;
|
|
1269
|
+
itemWidthCache: Record<string, number>;
|
|
1270
|
+
containerSize: number;
|
|
1271
|
+
containerWidth: number;
|
|
1272
|
+
containerGap: number;
|
|
1273
|
+
overflowTargetWidth: number;
|
|
1274
|
+
selectedIds: string[] | "all";
|
|
1275
|
+
unselectedIds: string[];
|
|
1276
|
+
cursorId: string;
|
|
1277
|
+
columnCount: number;
|
|
1278
|
+
pageSizeRef: React.MutableRefObject<number>;
|
|
1279
|
+
cursorIndexRef: {
|
|
1280
|
+
readonly current: number;
|
|
1281
|
+
};
|
|
1282
|
+
UNSTABLE_virtual: {
|
|
1283
|
+
virtualItems: import("../../../collection/lib/react-virtual").VirtualItem[];
|
|
1284
|
+
totalSize: number;
|
|
1285
|
+
scrollToOffset: (index: number, options?: import("../../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
|
|
1286
|
+
scrollToIndex: (index: number, options?: import("../../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1287
|
+
measure: () => void;
|
|
1288
|
+
};
|
|
1289
|
+
UNSTABLE_defaultItemHeight: number;
|
|
1290
|
+
containerRef: React.RefObject<HTMLDivElement>;
|
|
1291
|
+
id: string;
|
|
1292
|
+
indexRef: React.MutableRefObject<number>;
|
|
1293
|
+
isVirtualized: boolean;
|
|
1294
|
+
items: import("@workday/canvas-kit-react/collection").Item<any>[];
|
|
1295
|
+
}) => boolean) | undefined;
|
|
1296
|
+
shouldRemoveItemSize?: ((data: {
|
|
1297
|
+
id: string;
|
|
1298
|
+
}, state: {
|
|
1299
|
+
hiddenIds: string[];
|
|
1300
|
+
nonInteractiveIds: string[];
|
|
1301
|
+
orientation: import("../../../collection/lib/useBaseListModel").Orientation;
|
|
1302
|
+
itemSizeCache: Record<string, number>;
|
|
1303
|
+
itemWidthCache: Record<string, number>;
|
|
1304
|
+
containerSize: number;
|
|
1305
|
+
containerWidth: number;
|
|
1306
|
+
containerGap: number;
|
|
875
1307
|
overflowTargetWidth: number;
|
|
876
1308
|
selectedIds: string[] | "all";
|
|
877
1309
|
unselectedIds: string[];
|
|
@@ -901,8 +1333,11 @@ export declare const useBreadcrumbsModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
901
1333
|
hiddenIds: string[];
|
|
902
1334
|
nonInteractiveIds: string[];
|
|
903
1335
|
orientation: import("../../../collection/lib/useBaseListModel").Orientation;
|
|
1336
|
+
itemSizeCache: Record<string, number>;
|
|
904
1337
|
itemWidthCache: Record<string, number>;
|
|
1338
|
+
containerSize: number;
|
|
905
1339
|
containerWidth: number;
|
|
1340
|
+
containerGap: number;
|
|
906
1341
|
overflowTargetWidth: number;
|
|
907
1342
|
selectedIds: string[] | "all";
|
|
908
1343
|
unselectedIds: string[];
|
|
@@ -932,8 +1367,11 @@ export declare const useBreadcrumbsModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
932
1367
|
hiddenIds: string[];
|
|
933
1368
|
nonInteractiveIds: string[];
|
|
934
1369
|
orientation: import("../../../collection/lib/useBaseListModel").Orientation;
|
|
1370
|
+
itemSizeCache: Record<string, number>;
|
|
935
1371
|
itemWidthCache: Record<string, number>;
|
|
1372
|
+
containerSize: number;
|
|
936
1373
|
containerWidth: number;
|
|
1374
|
+
containerGap: number;
|
|
937
1375
|
overflowTargetWidth: number;
|
|
938
1376
|
selectedIds: string[] | "all";
|
|
939
1377
|
unselectedIds: string[];
|
|
@@ -963,8 +1401,11 @@ export declare const useBreadcrumbsModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
963
1401
|
hiddenIds: string[];
|
|
964
1402
|
nonInteractiveIds: string[];
|
|
965
1403
|
orientation: import("../../../collection/lib/useBaseListModel").Orientation;
|
|
1404
|
+
itemSizeCache: Record<string, number>;
|
|
966
1405
|
itemWidthCache: Record<string, number>;
|
|
1406
|
+
containerSize: number;
|
|
967
1407
|
containerWidth: number;
|
|
1408
|
+
containerGap: number;
|
|
968
1409
|
overflowTargetWidth: number;
|
|
969
1410
|
selectedIds: string[] | "all";
|
|
970
1411
|
unselectedIds: string[];
|
|
@@ -992,8 +1433,11 @@ export declare const useBreadcrumbsModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
992
1433
|
hiddenIds: string[];
|
|
993
1434
|
nonInteractiveIds: string[];
|
|
994
1435
|
orientation: import("../../../collection/lib/useBaseListModel").Orientation;
|
|
1436
|
+
itemSizeCache: Record<string, number>;
|
|
995
1437
|
itemWidthCache: Record<string, number>;
|
|
1438
|
+
containerSize: number;
|
|
996
1439
|
containerWidth: number;
|
|
1440
|
+
containerGap: number;
|
|
997
1441
|
overflowTargetWidth: number;
|
|
998
1442
|
selectedIds: string[] | "all";
|
|
999
1443
|
unselectedIds: string[];
|
|
@@ -1021,8 +1465,11 @@ export declare const useBreadcrumbsModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
1021
1465
|
hiddenIds: string[];
|
|
1022
1466
|
nonInteractiveIds: string[];
|
|
1023
1467
|
orientation: import("../../../collection/lib/useBaseListModel").Orientation;
|
|
1468
|
+
itemSizeCache: Record<string, number>;
|
|
1024
1469
|
itemWidthCache: Record<string, number>;
|
|
1470
|
+
containerSize: number;
|
|
1025
1471
|
containerWidth: number;
|
|
1472
|
+
containerGap: number;
|
|
1026
1473
|
overflowTargetWidth: number;
|
|
1027
1474
|
selectedIds: string[] | "all";
|
|
1028
1475
|
unselectedIds: string[];
|
|
@@ -1050,8 +1497,11 @@ export declare const useBreadcrumbsModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
1050
1497
|
hiddenIds: string[];
|
|
1051
1498
|
nonInteractiveIds: string[];
|
|
1052
1499
|
orientation: import("../../../collection/lib/useBaseListModel").Orientation;
|
|
1500
|
+
itemSizeCache: Record<string, number>;
|
|
1053
1501
|
itemWidthCache: Record<string, number>;
|
|
1502
|
+
containerSize: number;
|
|
1054
1503
|
containerWidth: number;
|
|
1504
|
+
containerGap: number;
|
|
1055
1505
|
overflowTargetWidth: number;
|
|
1056
1506
|
selectedIds: string[] | "all";
|
|
1057
1507
|
unselectedIds: string[];
|
|
@@ -1081,8 +1531,11 @@ export declare const useBreadcrumbsModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
1081
1531
|
hiddenIds: string[];
|
|
1082
1532
|
nonInteractiveIds: string[];
|
|
1083
1533
|
orientation: import("../../../collection/lib/useBaseListModel").Orientation;
|
|
1534
|
+
itemSizeCache: Record<string, number>;
|
|
1084
1535
|
itemWidthCache: Record<string, number>;
|
|
1536
|
+
containerSize: number;
|
|
1085
1537
|
containerWidth: number;
|
|
1538
|
+
containerGap: number;
|
|
1086
1539
|
overflowTargetWidth: number;
|
|
1087
1540
|
selectedIds: string[] | "all";
|
|
1088
1541
|
unselectedIds: string[];
|
|
@@ -1110,8 +1563,11 @@ export declare const useBreadcrumbsModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
1110
1563
|
hiddenIds: string[];
|
|
1111
1564
|
nonInteractiveIds: string[];
|
|
1112
1565
|
orientation: import("../../../collection/lib/useBaseListModel").Orientation;
|
|
1566
|
+
itemSizeCache: Record<string, number>;
|
|
1113
1567
|
itemWidthCache: Record<string, number>;
|
|
1568
|
+
containerSize: number;
|
|
1114
1569
|
containerWidth: number;
|
|
1570
|
+
containerGap: number;
|
|
1115
1571
|
overflowTargetWidth: number;
|
|
1116
1572
|
selectedIds: string[] | "all";
|
|
1117
1573
|
unselectedIds: string[];
|
|
@@ -1139,8 +1595,11 @@ export declare const useBreadcrumbsModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
1139
1595
|
hiddenIds: string[];
|
|
1140
1596
|
nonInteractiveIds: string[];
|
|
1141
1597
|
orientation: import("../../../collection/lib/useBaseListModel").Orientation;
|
|
1598
|
+
itemSizeCache: Record<string, number>;
|
|
1142
1599
|
itemWidthCache: Record<string, number>;
|
|
1600
|
+
containerSize: number;
|
|
1143
1601
|
containerWidth: number;
|
|
1602
|
+
containerGap: number;
|
|
1144
1603
|
overflowTargetWidth: number;
|
|
1145
1604
|
selectedIds: string[] | "all";
|
|
1146
1605
|
unselectedIds: string[];
|
|
@@ -1168,8 +1627,11 @@ export declare const useBreadcrumbsModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
1168
1627
|
hiddenIds: string[];
|
|
1169
1628
|
nonInteractiveIds: string[];
|
|
1170
1629
|
orientation: import("../../../collection/lib/useBaseListModel").Orientation;
|
|
1630
|
+
itemSizeCache: Record<string, number>;
|
|
1171
1631
|
itemWidthCache: Record<string, number>;
|
|
1632
|
+
containerSize: number;
|
|
1172
1633
|
containerWidth: number;
|
|
1634
|
+
containerGap: number;
|
|
1173
1635
|
overflowTargetWidth: number;
|
|
1174
1636
|
selectedIds: string[] | "all";
|
|
1175
1637
|
unselectedIds: string[];
|
|
@@ -1197,8 +1659,11 @@ export declare const useBreadcrumbsModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
1197
1659
|
hiddenIds: string[];
|
|
1198
1660
|
nonInteractiveIds: string[];
|
|
1199
1661
|
orientation: import("../../../collection/lib/useBaseListModel").Orientation;
|
|
1662
|
+
itemSizeCache: Record<string, number>;
|
|
1200
1663
|
itemWidthCache: Record<string, number>;
|
|
1664
|
+
containerSize: number;
|
|
1201
1665
|
containerWidth: number;
|
|
1666
|
+
containerGap: number;
|
|
1202
1667
|
overflowTargetWidth: number;
|
|
1203
1668
|
selectedIds: string[] | "all";
|
|
1204
1669
|
unselectedIds: string[];
|
|
@@ -1226,8 +1691,11 @@ export declare const useBreadcrumbsModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
1226
1691
|
hiddenIds: string[];
|
|
1227
1692
|
nonInteractiveIds: string[];
|
|
1228
1693
|
orientation: import("../../../collection/lib/useBaseListModel").Orientation;
|
|
1694
|
+
itemSizeCache: Record<string, number>;
|
|
1229
1695
|
itemWidthCache: Record<string, number>;
|
|
1696
|
+
containerSize: number;
|
|
1230
1697
|
containerWidth: number;
|
|
1698
|
+
containerGap: number;
|
|
1231
1699
|
overflowTargetWidth: number;
|
|
1232
1700
|
selectedIds: string[] | "all";
|
|
1233
1701
|
unselectedIds: string[];
|
|
@@ -1255,8 +1723,11 @@ export declare const useBreadcrumbsModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
1255
1723
|
hiddenIds: string[];
|
|
1256
1724
|
nonInteractiveIds: string[];
|
|
1257
1725
|
orientation: import("../../../collection/lib/useBaseListModel").Orientation;
|
|
1726
|
+
itemSizeCache: Record<string, number>;
|
|
1258
1727
|
itemWidthCache: Record<string, number>;
|
|
1728
|
+
containerSize: number;
|
|
1259
1729
|
containerWidth: number;
|
|
1730
|
+
containerGap: number;
|
|
1260
1731
|
overflowTargetWidth: number;
|
|
1261
1732
|
selectedIds: string[] | "all";
|
|
1262
1733
|
unselectedIds: string[];
|
|
@@ -1284,8 +1755,11 @@ export declare const useBreadcrumbsModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
1284
1755
|
hiddenIds: string[];
|
|
1285
1756
|
nonInteractiveIds: string[];
|
|
1286
1757
|
orientation: import("../../../collection/lib/useBaseListModel").Orientation;
|
|
1758
|
+
itemSizeCache: Record<string, number>;
|
|
1287
1759
|
itemWidthCache: Record<string, number>;
|
|
1760
|
+
containerSize: number;
|
|
1288
1761
|
containerWidth: number;
|
|
1762
|
+
containerGap: number;
|
|
1289
1763
|
overflowTargetWidth: number;
|
|
1290
1764
|
selectedIds: string[] | "all";
|
|
1291
1765
|
unselectedIds: string[];
|
|
@@ -1313,8 +1787,11 @@ export declare const useBreadcrumbsModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
1313
1787
|
hiddenIds: string[];
|
|
1314
1788
|
nonInteractiveIds: string[];
|
|
1315
1789
|
orientation: import("../../../collection/lib/useBaseListModel").Orientation;
|
|
1790
|
+
itemSizeCache: Record<string, number>;
|
|
1316
1791
|
itemWidthCache: Record<string, number>;
|
|
1792
|
+
containerSize: number;
|
|
1317
1793
|
containerWidth: number;
|
|
1794
|
+
containerGap: number;
|
|
1318
1795
|
overflowTargetWidth: number;
|
|
1319
1796
|
selectedIds: string[] | "all";
|
|
1320
1797
|
unselectedIds: string[];
|
|
@@ -1342,8 +1819,11 @@ export declare const useBreadcrumbsModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
1342
1819
|
hiddenIds: string[];
|
|
1343
1820
|
nonInteractiveIds: string[];
|
|
1344
1821
|
orientation: import("../../../collection/lib/useBaseListModel").Orientation;
|
|
1822
|
+
itemSizeCache: Record<string, number>;
|
|
1345
1823
|
itemWidthCache: Record<string, number>;
|
|
1824
|
+
containerSize: number;
|
|
1346
1825
|
containerWidth: number;
|
|
1826
|
+
containerGap: number;
|
|
1347
1827
|
overflowTargetWidth: number;
|
|
1348
1828
|
selectedIds: string[] | "all";
|
|
1349
1829
|
unselectedIds: string[];
|
|
@@ -1371,8 +1851,11 @@ export declare const useBreadcrumbsModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
1371
1851
|
hiddenIds: string[];
|
|
1372
1852
|
nonInteractiveIds: string[];
|
|
1373
1853
|
orientation: import("../../../collection/lib/useBaseListModel").Orientation;
|
|
1854
|
+
itemSizeCache: Record<string, number>;
|
|
1374
1855
|
itemWidthCache: Record<string, number>;
|
|
1856
|
+
containerSize: number;
|
|
1375
1857
|
containerWidth: number;
|
|
1858
|
+
containerGap: number;
|
|
1376
1859
|
overflowTargetWidth: number;
|
|
1377
1860
|
selectedIds: string[] | "all";
|
|
1378
1861
|
unselectedIds: string[];
|
|
@@ -1403,8 +1886,11 @@ export declare const useBreadcrumbsModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
1403
1886
|
hiddenIds: string[];
|
|
1404
1887
|
nonInteractiveIds: string[];
|
|
1405
1888
|
orientation: import("../../../collection/lib/useBaseListModel").Orientation;
|
|
1889
|
+
itemSizeCache: Record<string, number>;
|
|
1406
1890
|
itemWidthCache: Record<string, number>;
|
|
1891
|
+
containerSize: number;
|
|
1407
1892
|
containerWidth: number;
|
|
1893
|
+
containerGap: number;
|
|
1408
1894
|
overflowTargetWidth: number;
|
|
1409
1895
|
selectedIds: string[] | "all";
|
|
1410
1896
|
unselectedIds: string[];
|
|
@@ -1434,8 +1920,11 @@ export declare const useBreadcrumbsModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
1434
1920
|
hiddenIds: string[];
|
|
1435
1921
|
nonInteractiveIds: string[];
|
|
1436
1922
|
orientation: import("../../../collection/lib/useBaseListModel").Orientation;
|
|
1923
|
+
itemSizeCache: Record<string, number>;
|
|
1437
1924
|
itemWidthCache: Record<string, number>;
|
|
1925
|
+
containerSize: number;
|
|
1438
1926
|
containerWidth: number;
|
|
1927
|
+
containerGap: number;
|
|
1439
1928
|
overflowTargetWidth: number;
|
|
1440
1929
|
selectedIds: string[] | "all";
|
|
1441
1930
|
unselectedIds: string[];
|
|
@@ -1465,8 +1954,11 @@ export declare const useBreadcrumbsModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
1465
1954
|
hiddenIds: string[];
|
|
1466
1955
|
nonInteractiveIds: string[];
|
|
1467
1956
|
orientation: import("../../../collection/lib/useBaseListModel").Orientation;
|
|
1957
|
+
itemSizeCache: Record<string, number>;
|
|
1468
1958
|
itemWidthCache: Record<string, number>;
|
|
1959
|
+
containerSize: number;
|
|
1469
1960
|
containerWidth: number;
|
|
1961
|
+
containerGap: number;
|
|
1470
1962
|
overflowTargetWidth: number;
|
|
1471
1963
|
selectedIds: string[] | "all";
|
|
1472
1964
|
unselectedIds: string[];
|
|
@@ -1495,8 +1987,11 @@ export declare const useBreadcrumbsModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
1495
1987
|
hiddenIds: string[];
|
|
1496
1988
|
nonInteractiveIds: string[];
|
|
1497
1989
|
orientation: import("../../../collection/lib/useBaseListModel").Orientation;
|
|
1990
|
+
itemSizeCache: Record<string, number>;
|
|
1498
1991
|
itemWidthCache: Record<string, number>;
|
|
1992
|
+
containerSize: number;
|
|
1499
1993
|
containerWidth: number;
|
|
1994
|
+
containerGap: number;
|
|
1500
1995
|
overflowTargetWidth: number;
|
|
1501
1996
|
selectedIds: string[] | "all";
|
|
1502
1997
|
unselectedIds: string[];
|
|
@@ -1524,9 +2019,20 @@ export declare const useBreadcrumbsModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
1524
2019
|
select(data: {
|
|
1525
2020
|
id: string;
|
|
1526
2021
|
}): void;
|
|
2022
|
+
setContainerSize(data: {
|
|
2023
|
+
width?: number | undefined;
|
|
2024
|
+
height?: number | undefined;
|
|
2025
|
+
}): void;
|
|
1527
2026
|
setContainerWidth(data: {
|
|
1528
2027
|
width?: number | undefined;
|
|
1529
2028
|
}): void;
|
|
2029
|
+
setContainerGap(data: {
|
|
2030
|
+
size: number;
|
|
2031
|
+
}): void;
|
|
2032
|
+
setOverflowTargetSize(data: {
|
|
2033
|
+
width: number;
|
|
2034
|
+
height: number;
|
|
2035
|
+
}): void;
|
|
1530
2036
|
setOverflowTargetWidth(data: {
|
|
1531
2037
|
width: number;
|
|
1532
2038
|
}): void;
|
|
@@ -1534,6 +2040,14 @@ export declare const useBreadcrumbsModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
1534
2040
|
id: string;
|
|
1535
2041
|
width: number;
|
|
1536
2042
|
}): void;
|
|
2043
|
+
addItemSize(data: {
|
|
2044
|
+
id: string;
|
|
2045
|
+
width: number;
|
|
2046
|
+
height: number;
|
|
2047
|
+
}): void;
|
|
2048
|
+
removeItemSize(data: {
|
|
2049
|
+
id: string;
|
|
2050
|
+
}): void;
|
|
1537
2051
|
removeItemWidth(data: {
|
|
1538
2052
|
id: string;
|
|
1539
2053
|
}): void;
|
|
@@ -1699,8 +2213,11 @@ export declare const useBreadcrumbsModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
1699
2213
|
hiddenIds: string[];
|
|
1700
2214
|
nonInteractiveIds: string[];
|
|
1701
2215
|
orientation: import("../../../collection/lib/useBaseListModel").Orientation;
|
|
2216
|
+
itemSizeCache: Record<string, number>;
|
|
1702
2217
|
itemWidthCache: Record<string, number>;
|
|
2218
|
+
containerSize: number;
|
|
1703
2219
|
containerWidth: number;
|
|
2220
|
+
containerGap: number;
|
|
1704
2221
|
overflowTargetWidth: number;
|
|
1705
2222
|
selectedIds: string[] | "all";
|
|
1706
2223
|
unselectedIds: string[];
|
|
@@ -1727,9 +2244,20 @@ export declare const useBreadcrumbsModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
1727
2244
|
select(data: {
|
|
1728
2245
|
id: string;
|
|
1729
2246
|
}): void;
|
|
2247
|
+
setContainerSize(data: {
|
|
2248
|
+
width?: number | undefined;
|
|
2249
|
+
height?: number | undefined;
|
|
2250
|
+
}): void;
|
|
1730
2251
|
setContainerWidth(data: {
|
|
1731
2252
|
width?: number | undefined;
|
|
1732
2253
|
}): void;
|
|
2254
|
+
setContainerGap(data: {
|
|
2255
|
+
size: number;
|
|
2256
|
+
}): void;
|
|
2257
|
+
setOverflowTargetSize(data: {
|
|
2258
|
+
width: number;
|
|
2259
|
+
height: number;
|
|
2260
|
+
}): void;
|
|
1733
2261
|
setOverflowTargetWidth(data: {
|
|
1734
2262
|
width: number;
|
|
1735
2263
|
}): void;
|
|
@@ -1737,6 +2265,14 @@ export declare const useBreadcrumbsModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
1737
2265
|
id: string;
|
|
1738
2266
|
width: number;
|
|
1739
2267
|
}): void;
|
|
2268
|
+
addItemSize(data: {
|
|
2269
|
+
id: string;
|
|
2270
|
+
width: number;
|
|
2271
|
+
height: number;
|
|
2272
|
+
}): void;
|
|
2273
|
+
removeItemSize(data: {
|
|
2274
|
+
id: string;
|
|
2275
|
+
}): void;
|
|
1740
2276
|
removeItemWidth(data: {
|
|
1741
2277
|
id: string;
|
|
1742
2278
|
}): void;
|
|
@@ -1777,8 +2313,11 @@ export declare const useBreadcrumbsModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
1777
2313
|
hiddenIds: string[];
|
|
1778
2314
|
nonInteractiveIds: string[];
|
|
1779
2315
|
orientation: import("../../../collection/lib/useBaseListModel").Orientation;
|
|
2316
|
+
itemSizeCache: Record<string, number>;
|
|
1780
2317
|
itemWidthCache: Record<string, number>;
|
|
2318
|
+
containerSize: number;
|
|
1781
2319
|
containerWidth: number;
|
|
2320
|
+
containerGap: number;
|
|
1782
2321
|
overflowTargetWidth: number;
|
|
1783
2322
|
selectedIds: string[] | "all";
|
|
1784
2323
|
unselectedIds: string[];
|
|
@@ -1806,9 +2345,20 @@ export declare const useBreadcrumbsModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
1806
2345
|
select(data: {
|
|
1807
2346
|
id: string;
|
|
1808
2347
|
}): void;
|
|
2348
|
+
setContainerSize(data: {
|
|
2349
|
+
width?: number | undefined;
|
|
2350
|
+
height?: number | undefined;
|
|
2351
|
+
}): void;
|
|
1809
2352
|
setContainerWidth(data: {
|
|
1810
2353
|
width?: number | undefined;
|
|
1811
2354
|
}): void;
|
|
2355
|
+
setContainerGap(data: {
|
|
2356
|
+
size: number;
|
|
2357
|
+
}): void;
|
|
2358
|
+
setOverflowTargetSize(data: {
|
|
2359
|
+
width: number;
|
|
2360
|
+
height: number;
|
|
2361
|
+
}): void;
|
|
1812
2362
|
setOverflowTargetWidth(data: {
|
|
1813
2363
|
width: number;
|
|
1814
2364
|
}): void;
|
|
@@ -1816,6 +2366,14 @@ export declare const useBreadcrumbsModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
1816
2366
|
id: string;
|
|
1817
2367
|
width: number;
|
|
1818
2368
|
}): void;
|
|
2369
|
+
addItemSize(data: {
|
|
2370
|
+
id: string;
|
|
2371
|
+
width: number;
|
|
2372
|
+
height: number;
|
|
2373
|
+
}): void;
|
|
2374
|
+
removeItemSize(data: {
|
|
2375
|
+
id: string;
|
|
2376
|
+
}): void;
|
|
1819
2377
|
removeItemWidth(data: {
|
|
1820
2378
|
id: string;
|
|
1821
2379
|
}): void;
|