@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
|
@@ -61,8 +61,46 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
61
61
|
hiddenIds: string[];
|
|
62
62
|
nonInteractiveIds: string[];
|
|
63
63
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
64
|
+
itemSizeCache: Record<string, number>;
|
|
64
65
|
itemWidthCache: Record<string, number>;
|
|
66
|
+
containerSize: number;
|
|
65
67
|
containerWidth: number;
|
|
68
|
+
containerGap: number;
|
|
69
|
+
overflowTargetWidth: number;
|
|
70
|
+
selectedIds: string[] | "all";
|
|
71
|
+
unselectedIds: string[];
|
|
72
|
+
cursorId: string;
|
|
73
|
+
columnCount: number;
|
|
74
|
+
pageSizeRef: React.MutableRefObject<number>;
|
|
75
|
+
cursorIndexRef: {
|
|
76
|
+
readonly current: number;
|
|
77
|
+
};
|
|
78
|
+
UNSTABLE_virtual: {
|
|
79
|
+
virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
|
|
80
|
+
totalSize: number;
|
|
81
|
+
scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
|
|
82
|
+
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
83
|
+
measure: () => void;
|
|
84
|
+
};
|
|
85
|
+
UNSTABLE_defaultItemHeight: number;
|
|
86
|
+
containerRef: React.RefObject<HTMLDivElement>;
|
|
87
|
+
id: string;
|
|
88
|
+
indexRef: React.MutableRefObject<number>;
|
|
89
|
+
isVirtualized: boolean;
|
|
90
|
+
items: import("@workday/canvas-kit-react/collection").Item<any>[];
|
|
91
|
+
}) => void) | undefined;
|
|
92
|
+
onSetContainerSize?: ((data: {
|
|
93
|
+
width?: number | undefined;
|
|
94
|
+
height?: number | undefined;
|
|
95
|
+
}, prevState: {
|
|
96
|
+
hiddenIds: string[];
|
|
97
|
+
nonInteractiveIds: string[];
|
|
98
|
+
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
99
|
+
itemSizeCache: Record<string, number>;
|
|
100
|
+
itemWidthCache: Record<string, number>;
|
|
101
|
+
containerSize: number;
|
|
102
|
+
containerWidth: number;
|
|
103
|
+
containerGap: number;
|
|
66
104
|
overflowTargetWidth: number;
|
|
67
105
|
selectedIds: string[] | "all";
|
|
68
106
|
unselectedIds: string[];
|
|
@@ -92,8 +130,80 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
92
130
|
hiddenIds: string[];
|
|
93
131
|
nonInteractiveIds: string[];
|
|
94
132
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
133
|
+
itemSizeCache: Record<string, number>;
|
|
95
134
|
itemWidthCache: Record<string, number>;
|
|
135
|
+
containerSize: number;
|
|
96
136
|
containerWidth: number;
|
|
137
|
+
containerGap: number;
|
|
138
|
+
overflowTargetWidth: number;
|
|
139
|
+
selectedIds: string[] | "all";
|
|
140
|
+
unselectedIds: string[];
|
|
141
|
+
cursorId: string;
|
|
142
|
+
columnCount: number;
|
|
143
|
+
pageSizeRef: React.MutableRefObject<number>;
|
|
144
|
+
cursorIndexRef: {
|
|
145
|
+
readonly current: number;
|
|
146
|
+
};
|
|
147
|
+
UNSTABLE_virtual: {
|
|
148
|
+
virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
|
|
149
|
+
totalSize: number;
|
|
150
|
+
scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
|
|
151
|
+
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
152
|
+
measure: () => void;
|
|
153
|
+
};
|
|
154
|
+
UNSTABLE_defaultItemHeight: number;
|
|
155
|
+
containerRef: React.RefObject<HTMLDivElement>;
|
|
156
|
+
id: string;
|
|
157
|
+
indexRef: React.MutableRefObject<number>;
|
|
158
|
+
isVirtualized: boolean;
|
|
159
|
+
items: import("@workday/canvas-kit-react/collection").Item<any>[];
|
|
160
|
+
}) => void) | undefined;
|
|
161
|
+
onSetContainerGap?: ((data: {
|
|
162
|
+
size: number;
|
|
163
|
+
}, prevState: {
|
|
164
|
+
hiddenIds: string[];
|
|
165
|
+
nonInteractiveIds: string[];
|
|
166
|
+
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
167
|
+
itemSizeCache: Record<string, number>;
|
|
168
|
+
itemWidthCache: Record<string, number>;
|
|
169
|
+
containerSize: number;
|
|
170
|
+
containerWidth: number;
|
|
171
|
+
containerGap: number;
|
|
172
|
+
overflowTargetWidth: number;
|
|
173
|
+
selectedIds: string[] | "all";
|
|
174
|
+
unselectedIds: string[];
|
|
175
|
+
cursorId: string;
|
|
176
|
+
columnCount: number;
|
|
177
|
+
pageSizeRef: React.MutableRefObject<number>;
|
|
178
|
+
cursorIndexRef: {
|
|
179
|
+
readonly current: number;
|
|
180
|
+
};
|
|
181
|
+
UNSTABLE_virtual: {
|
|
182
|
+
virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
|
|
183
|
+
totalSize: number;
|
|
184
|
+
scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
|
|
185
|
+
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
186
|
+
measure: () => void;
|
|
187
|
+
};
|
|
188
|
+
UNSTABLE_defaultItemHeight: number;
|
|
189
|
+
containerRef: React.RefObject<HTMLDivElement>;
|
|
190
|
+
id: string;
|
|
191
|
+
indexRef: React.MutableRefObject<number>;
|
|
192
|
+
isVirtualized: boolean;
|
|
193
|
+
items: import("@workday/canvas-kit-react/collection").Item<any>[];
|
|
194
|
+
}) => void) | undefined;
|
|
195
|
+
onSetOverflowTargetSize?: ((data: {
|
|
196
|
+
width: number;
|
|
197
|
+
height: number;
|
|
198
|
+
}, prevState: {
|
|
199
|
+
hiddenIds: string[];
|
|
200
|
+
nonInteractiveIds: string[];
|
|
201
|
+
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
202
|
+
itemSizeCache: Record<string, number>;
|
|
203
|
+
itemWidthCache: Record<string, number>;
|
|
204
|
+
containerSize: number;
|
|
205
|
+
containerWidth: number;
|
|
206
|
+
containerGap: number;
|
|
97
207
|
overflowTargetWidth: number;
|
|
98
208
|
selectedIds: string[] | "all";
|
|
99
209
|
unselectedIds: string[];
|
|
@@ -123,8 +233,11 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
123
233
|
hiddenIds: string[];
|
|
124
234
|
nonInteractiveIds: string[];
|
|
125
235
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
236
|
+
itemSizeCache: Record<string, number>;
|
|
126
237
|
itemWidthCache: Record<string, number>;
|
|
238
|
+
containerSize: number;
|
|
127
239
|
containerWidth: number;
|
|
240
|
+
containerGap: number;
|
|
128
241
|
overflowTargetWidth: number;
|
|
129
242
|
selectedIds: string[] | "all";
|
|
130
243
|
unselectedIds: string[];
|
|
@@ -155,8 +268,81 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
155
268
|
hiddenIds: string[];
|
|
156
269
|
nonInteractiveIds: string[];
|
|
157
270
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
271
|
+
itemSizeCache: Record<string, number>;
|
|
272
|
+
itemWidthCache: Record<string, number>;
|
|
273
|
+
containerSize: number;
|
|
274
|
+
containerWidth: number;
|
|
275
|
+
containerGap: number;
|
|
276
|
+
overflowTargetWidth: number;
|
|
277
|
+
selectedIds: string[] | "all";
|
|
278
|
+
unselectedIds: string[];
|
|
279
|
+
cursorId: string;
|
|
280
|
+
columnCount: number;
|
|
281
|
+
pageSizeRef: React.MutableRefObject<number>;
|
|
282
|
+
cursorIndexRef: {
|
|
283
|
+
readonly current: number;
|
|
284
|
+
};
|
|
285
|
+
UNSTABLE_virtual: {
|
|
286
|
+
virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
|
|
287
|
+
totalSize: number;
|
|
288
|
+
scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
|
|
289
|
+
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
290
|
+
measure: () => void;
|
|
291
|
+
};
|
|
292
|
+
UNSTABLE_defaultItemHeight: number;
|
|
293
|
+
containerRef: React.RefObject<HTMLDivElement>;
|
|
294
|
+
id: string;
|
|
295
|
+
indexRef: React.MutableRefObject<number>;
|
|
296
|
+
isVirtualized: boolean;
|
|
297
|
+
items: import("@workday/canvas-kit-react/collection").Item<any>[];
|
|
298
|
+
}) => void) | undefined;
|
|
299
|
+
onAddItemSize?: ((data: {
|
|
300
|
+
id: string;
|
|
301
|
+
width: number;
|
|
302
|
+
height: number;
|
|
303
|
+
}, prevState: {
|
|
304
|
+
hiddenIds: string[];
|
|
305
|
+
nonInteractiveIds: string[];
|
|
306
|
+
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
307
|
+
itemSizeCache: Record<string, number>;
|
|
308
|
+
itemWidthCache: Record<string, number>;
|
|
309
|
+
containerSize: number;
|
|
310
|
+
containerWidth: number;
|
|
311
|
+
containerGap: number;
|
|
312
|
+
overflowTargetWidth: number;
|
|
313
|
+
selectedIds: string[] | "all";
|
|
314
|
+
unselectedIds: string[];
|
|
315
|
+
cursorId: string;
|
|
316
|
+
columnCount: number;
|
|
317
|
+
pageSizeRef: React.MutableRefObject<number>;
|
|
318
|
+
cursorIndexRef: {
|
|
319
|
+
readonly current: number;
|
|
320
|
+
};
|
|
321
|
+
UNSTABLE_virtual: {
|
|
322
|
+
virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
|
|
323
|
+
totalSize: number;
|
|
324
|
+
scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
|
|
325
|
+
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
326
|
+
measure: () => void;
|
|
327
|
+
};
|
|
328
|
+
UNSTABLE_defaultItemHeight: number;
|
|
329
|
+
containerRef: React.RefObject<HTMLDivElement>;
|
|
330
|
+
id: string;
|
|
331
|
+
indexRef: React.MutableRefObject<number>;
|
|
332
|
+
isVirtualized: boolean;
|
|
333
|
+
items: import("@workday/canvas-kit-react/collection").Item<any>[];
|
|
334
|
+
}) => void) | undefined;
|
|
335
|
+
onRemoveItemSize?: ((data: {
|
|
336
|
+
id: string;
|
|
337
|
+
}, prevState: {
|
|
338
|
+
hiddenIds: string[];
|
|
339
|
+
nonInteractiveIds: string[];
|
|
340
|
+
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
341
|
+
itemSizeCache: Record<string, number>;
|
|
158
342
|
itemWidthCache: Record<string, number>;
|
|
343
|
+
containerSize: number;
|
|
159
344
|
containerWidth: number;
|
|
345
|
+
containerGap: number;
|
|
160
346
|
overflowTargetWidth: number;
|
|
161
347
|
selectedIds: string[] | "all";
|
|
162
348
|
unselectedIds: string[];
|
|
@@ -186,8 +372,11 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
186
372
|
hiddenIds: string[];
|
|
187
373
|
nonInteractiveIds: string[];
|
|
188
374
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
375
|
+
itemSizeCache: Record<string, number>;
|
|
189
376
|
itemWidthCache: Record<string, number>;
|
|
377
|
+
containerSize: number;
|
|
190
378
|
containerWidth: number;
|
|
379
|
+
containerGap: number;
|
|
191
380
|
overflowTargetWidth: number;
|
|
192
381
|
selectedIds: string[] | "all";
|
|
193
382
|
unselectedIds: string[];
|
|
@@ -217,8 +406,11 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
217
406
|
hiddenIds: string[];
|
|
218
407
|
nonInteractiveIds: string[];
|
|
219
408
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
409
|
+
itemSizeCache: Record<string, number>;
|
|
220
410
|
itemWidthCache: Record<string, number>;
|
|
411
|
+
containerSize: number;
|
|
221
412
|
containerWidth: number;
|
|
413
|
+
containerGap: number;
|
|
222
414
|
overflowTargetWidth: number;
|
|
223
415
|
selectedIds: string[] | "all";
|
|
224
416
|
unselectedIds: string[];
|
|
@@ -248,8 +440,11 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
248
440
|
hiddenIds: string[];
|
|
249
441
|
nonInteractiveIds: string[];
|
|
250
442
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
443
|
+
itemSizeCache: Record<string, number>;
|
|
251
444
|
itemWidthCache: Record<string, number>;
|
|
445
|
+
containerSize: number;
|
|
252
446
|
containerWidth: number;
|
|
447
|
+
containerGap: number;
|
|
253
448
|
overflowTargetWidth: number;
|
|
254
449
|
selectedIds: string[] | "all";
|
|
255
450
|
unselectedIds: string[];
|
|
@@ -277,8 +472,11 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
277
472
|
hiddenIds: string[];
|
|
278
473
|
nonInteractiveIds: string[];
|
|
279
474
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
475
|
+
itemSizeCache: Record<string, number>;
|
|
280
476
|
itemWidthCache: Record<string, number>;
|
|
477
|
+
containerSize: number;
|
|
281
478
|
containerWidth: number;
|
|
479
|
+
containerGap: number;
|
|
282
480
|
overflowTargetWidth: number;
|
|
283
481
|
selectedIds: string[] | "all";
|
|
284
482
|
unselectedIds: string[];
|
|
@@ -306,8 +504,11 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
306
504
|
hiddenIds: string[];
|
|
307
505
|
nonInteractiveIds: string[];
|
|
308
506
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
507
|
+
itemSizeCache: Record<string, number>;
|
|
309
508
|
itemWidthCache: Record<string, number>;
|
|
509
|
+
containerSize: number;
|
|
310
510
|
containerWidth: number;
|
|
511
|
+
containerGap: number;
|
|
311
512
|
overflowTargetWidth: number;
|
|
312
513
|
selectedIds: string[] | "all";
|
|
313
514
|
unselectedIds: string[];
|
|
@@ -335,8 +536,11 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
335
536
|
hiddenIds: string[];
|
|
336
537
|
nonInteractiveIds: string[];
|
|
337
538
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
539
|
+
itemSizeCache: Record<string, number>;
|
|
338
540
|
itemWidthCache: Record<string, number>;
|
|
541
|
+
containerSize: number;
|
|
339
542
|
containerWidth: number;
|
|
543
|
+
containerGap: number;
|
|
340
544
|
overflowTargetWidth: number;
|
|
341
545
|
selectedIds: string[] | "all";
|
|
342
546
|
unselectedIds: string[];
|
|
@@ -366,8 +570,11 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
366
570
|
hiddenIds: string[];
|
|
367
571
|
nonInteractiveIds: string[];
|
|
368
572
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
573
|
+
itemSizeCache: Record<string, number>;
|
|
369
574
|
itemWidthCache: Record<string, number>;
|
|
575
|
+
containerSize: number;
|
|
370
576
|
containerWidth: number;
|
|
577
|
+
containerGap: number;
|
|
371
578
|
overflowTargetWidth: number;
|
|
372
579
|
selectedIds: string[] | "all";
|
|
373
580
|
unselectedIds: string[];
|
|
@@ -395,8 +602,11 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
395
602
|
hiddenIds: string[];
|
|
396
603
|
nonInteractiveIds: string[];
|
|
397
604
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
605
|
+
itemSizeCache: Record<string, number>;
|
|
398
606
|
itemWidthCache: Record<string, number>;
|
|
607
|
+
containerSize: number;
|
|
399
608
|
containerWidth: number;
|
|
609
|
+
containerGap: number;
|
|
400
610
|
overflowTargetWidth: number;
|
|
401
611
|
selectedIds: string[] | "all";
|
|
402
612
|
unselectedIds: string[];
|
|
@@ -424,8 +634,11 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
424
634
|
hiddenIds: string[];
|
|
425
635
|
nonInteractiveIds: string[];
|
|
426
636
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
637
|
+
itemSizeCache: Record<string, number>;
|
|
427
638
|
itemWidthCache: Record<string, number>;
|
|
639
|
+
containerSize: number;
|
|
428
640
|
containerWidth: number;
|
|
641
|
+
containerGap: number;
|
|
429
642
|
overflowTargetWidth: number;
|
|
430
643
|
selectedIds: string[] | "all";
|
|
431
644
|
unselectedIds: string[];
|
|
@@ -453,8 +666,11 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
453
666
|
hiddenIds: string[];
|
|
454
667
|
nonInteractiveIds: string[];
|
|
455
668
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
669
|
+
itemSizeCache: Record<string, number>;
|
|
456
670
|
itemWidthCache: Record<string, number>;
|
|
671
|
+
containerSize: number;
|
|
457
672
|
containerWidth: number;
|
|
673
|
+
containerGap: number;
|
|
458
674
|
overflowTargetWidth: number;
|
|
459
675
|
selectedIds: string[] | "all";
|
|
460
676
|
unselectedIds: string[];
|
|
@@ -482,8 +698,11 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
482
698
|
hiddenIds: string[];
|
|
483
699
|
nonInteractiveIds: string[];
|
|
484
700
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
701
|
+
itemSizeCache: Record<string, number>;
|
|
485
702
|
itemWidthCache: Record<string, number>;
|
|
703
|
+
containerSize: number;
|
|
486
704
|
containerWidth: number;
|
|
705
|
+
containerGap: number;
|
|
487
706
|
overflowTargetWidth: number;
|
|
488
707
|
selectedIds: string[] | "all";
|
|
489
708
|
unselectedIds: string[];
|
|
@@ -511,8 +730,11 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
511
730
|
hiddenIds: string[];
|
|
512
731
|
nonInteractiveIds: string[];
|
|
513
732
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
733
|
+
itemSizeCache: Record<string, number>;
|
|
514
734
|
itemWidthCache: Record<string, number>;
|
|
735
|
+
containerSize: number;
|
|
515
736
|
containerWidth: number;
|
|
737
|
+
containerGap: number;
|
|
516
738
|
overflowTargetWidth: number;
|
|
517
739
|
selectedIds: string[] | "all";
|
|
518
740
|
unselectedIds: string[];
|
|
@@ -540,8 +762,11 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
540
762
|
hiddenIds: string[];
|
|
541
763
|
nonInteractiveIds: string[];
|
|
542
764
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
765
|
+
itemSizeCache: Record<string, number>;
|
|
543
766
|
itemWidthCache: Record<string, number>;
|
|
767
|
+
containerSize: number;
|
|
544
768
|
containerWidth: number;
|
|
769
|
+
containerGap: number;
|
|
545
770
|
overflowTargetWidth: number;
|
|
546
771
|
selectedIds: string[] | "all";
|
|
547
772
|
unselectedIds: string[];
|
|
@@ -569,8 +794,11 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
569
794
|
hiddenIds: string[];
|
|
570
795
|
nonInteractiveIds: string[];
|
|
571
796
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
797
|
+
itemSizeCache: Record<string, number>;
|
|
572
798
|
itemWidthCache: Record<string, number>;
|
|
799
|
+
containerSize: number;
|
|
573
800
|
containerWidth: number;
|
|
801
|
+
containerGap: number;
|
|
574
802
|
overflowTargetWidth: number;
|
|
575
803
|
selectedIds: string[] | "all";
|
|
576
804
|
unselectedIds: string[];
|
|
@@ -598,8 +826,11 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
598
826
|
hiddenIds: string[];
|
|
599
827
|
nonInteractiveIds: string[];
|
|
600
828
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
829
|
+
itemSizeCache: Record<string, number>;
|
|
601
830
|
itemWidthCache: Record<string, number>;
|
|
831
|
+
containerSize: number;
|
|
602
832
|
containerWidth: number;
|
|
833
|
+
containerGap: number;
|
|
603
834
|
overflowTargetWidth: number;
|
|
604
835
|
selectedIds: string[] | "all";
|
|
605
836
|
unselectedIds: string[];
|
|
@@ -627,8 +858,11 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
627
858
|
hiddenIds: string[];
|
|
628
859
|
nonInteractiveIds: string[];
|
|
629
860
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
861
|
+
itemSizeCache: Record<string, number>;
|
|
630
862
|
itemWidthCache: Record<string, number>;
|
|
863
|
+
containerSize: number;
|
|
631
864
|
containerWidth: number;
|
|
865
|
+
containerGap: number;
|
|
632
866
|
overflowTargetWidth: number;
|
|
633
867
|
selectedIds: string[] | "all";
|
|
634
868
|
unselectedIds: string[];
|
|
@@ -656,8 +890,11 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
656
890
|
hiddenIds: string[];
|
|
657
891
|
nonInteractiveIds: string[];
|
|
658
892
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
893
|
+
itemSizeCache: Record<string, number>;
|
|
659
894
|
itemWidthCache: Record<string, number>;
|
|
895
|
+
containerSize: number;
|
|
660
896
|
containerWidth: number;
|
|
897
|
+
containerGap: number;
|
|
661
898
|
overflowTargetWidth: number;
|
|
662
899
|
selectedIds: string[] | "all";
|
|
663
900
|
unselectedIds: string[];
|
|
@@ -688,8 +925,11 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
688
925
|
hiddenIds: string[];
|
|
689
926
|
nonInteractiveIds: string[];
|
|
690
927
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
928
|
+
itemSizeCache: Record<string, number>;
|
|
691
929
|
itemWidthCache: Record<string, number>;
|
|
930
|
+
containerSize: number;
|
|
692
931
|
containerWidth: number;
|
|
932
|
+
containerGap: number;
|
|
693
933
|
overflowTargetWidth: number;
|
|
694
934
|
selectedIds: string[] | "all";
|
|
695
935
|
unselectedIds: string[];
|
|
@@ -719,8 +959,11 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
719
959
|
hiddenIds: string[];
|
|
720
960
|
nonInteractiveIds: string[];
|
|
721
961
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
962
|
+
itemSizeCache: Record<string, number>;
|
|
722
963
|
itemWidthCache: Record<string, number>;
|
|
964
|
+
containerSize: number;
|
|
723
965
|
containerWidth: number;
|
|
966
|
+
containerGap: number;
|
|
724
967
|
overflowTargetWidth: number;
|
|
725
968
|
selectedIds: string[] | "all";
|
|
726
969
|
unselectedIds: string[];
|
|
@@ -750,8 +993,11 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
750
993
|
hiddenIds: string[];
|
|
751
994
|
nonInteractiveIds: string[];
|
|
752
995
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
996
|
+
itemSizeCache: Record<string, number>;
|
|
753
997
|
itemWidthCache: Record<string, number>;
|
|
998
|
+
containerSize: number;
|
|
754
999
|
containerWidth: number;
|
|
1000
|
+
containerGap: number;
|
|
755
1001
|
overflowTargetWidth: number;
|
|
756
1002
|
selectedIds: string[] | "all";
|
|
757
1003
|
unselectedIds: string[];
|
|
@@ -782,8 +1028,46 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
782
1028
|
hiddenIds: string[];
|
|
783
1029
|
nonInteractiveIds: string[];
|
|
784
1030
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1031
|
+
itemSizeCache: Record<string, number>;
|
|
1032
|
+
itemWidthCache: Record<string, number>;
|
|
1033
|
+
containerSize: number;
|
|
1034
|
+
containerWidth: number;
|
|
1035
|
+
containerGap: number;
|
|
1036
|
+
overflowTargetWidth: number;
|
|
1037
|
+
selectedIds: string[] | "all";
|
|
1038
|
+
unselectedIds: string[];
|
|
1039
|
+
cursorId: string;
|
|
1040
|
+
columnCount: number;
|
|
1041
|
+
pageSizeRef: React.MutableRefObject<number>;
|
|
1042
|
+
cursorIndexRef: {
|
|
1043
|
+
readonly current: number;
|
|
1044
|
+
};
|
|
1045
|
+
UNSTABLE_virtual: {
|
|
1046
|
+
virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
|
|
1047
|
+
totalSize: number;
|
|
1048
|
+
scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
|
|
1049
|
+
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1050
|
+
measure: () => void;
|
|
1051
|
+
};
|
|
1052
|
+
UNSTABLE_defaultItemHeight: number;
|
|
1053
|
+
containerRef: React.RefObject<HTMLDivElement>;
|
|
1054
|
+
id: string;
|
|
1055
|
+
indexRef: React.MutableRefObject<number>;
|
|
1056
|
+
isVirtualized: boolean;
|
|
1057
|
+
items: import("@workday/canvas-kit-react/collection").Item<any>[];
|
|
1058
|
+
}) => boolean) | undefined;
|
|
1059
|
+
shouldSetContainerSize?: ((data: {
|
|
1060
|
+
width?: number | undefined;
|
|
1061
|
+
height?: number | undefined;
|
|
1062
|
+
}, state: {
|
|
1063
|
+
hiddenIds: string[];
|
|
1064
|
+
nonInteractiveIds: string[];
|
|
1065
|
+
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1066
|
+
itemSizeCache: Record<string, number>;
|
|
785
1067
|
itemWidthCache: Record<string, number>;
|
|
1068
|
+
containerSize: number;
|
|
786
1069
|
containerWidth: number;
|
|
1070
|
+
containerGap: number;
|
|
787
1071
|
overflowTargetWidth: number;
|
|
788
1072
|
selectedIds: string[] | "all";
|
|
789
1073
|
unselectedIds: string[];
|
|
@@ -813,8 +1097,80 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
813
1097
|
hiddenIds: string[];
|
|
814
1098
|
nonInteractiveIds: string[];
|
|
815
1099
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1100
|
+
itemSizeCache: Record<string, number>;
|
|
816
1101
|
itemWidthCache: Record<string, number>;
|
|
1102
|
+
containerSize: number;
|
|
817
1103
|
containerWidth: number;
|
|
1104
|
+
containerGap: number;
|
|
1105
|
+
overflowTargetWidth: number;
|
|
1106
|
+
selectedIds: string[] | "all";
|
|
1107
|
+
unselectedIds: string[];
|
|
1108
|
+
cursorId: string;
|
|
1109
|
+
columnCount: number;
|
|
1110
|
+
pageSizeRef: React.MutableRefObject<number>;
|
|
1111
|
+
cursorIndexRef: {
|
|
1112
|
+
readonly current: number;
|
|
1113
|
+
};
|
|
1114
|
+
UNSTABLE_virtual: {
|
|
1115
|
+
virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
|
|
1116
|
+
totalSize: number;
|
|
1117
|
+
scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
|
|
1118
|
+
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1119
|
+
measure: () => void;
|
|
1120
|
+
};
|
|
1121
|
+
UNSTABLE_defaultItemHeight: number;
|
|
1122
|
+
containerRef: React.RefObject<HTMLDivElement>;
|
|
1123
|
+
id: string;
|
|
1124
|
+
indexRef: React.MutableRefObject<number>;
|
|
1125
|
+
isVirtualized: boolean;
|
|
1126
|
+
items: import("@workday/canvas-kit-react/collection").Item<any>[];
|
|
1127
|
+
}) => boolean) | undefined;
|
|
1128
|
+
shouldSetContainerGap?: ((data: {
|
|
1129
|
+
size: number;
|
|
1130
|
+
}, state: {
|
|
1131
|
+
hiddenIds: string[];
|
|
1132
|
+
nonInteractiveIds: string[];
|
|
1133
|
+
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1134
|
+
itemSizeCache: Record<string, number>;
|
|
1135
|
+
itemWidthCache: Record<string, number>;
|
|
1136
|
+
containerSize: number;
|
|
1137
|
+
containerWidth: number;
|
|
1138
|
+
containerGap: number;
|
|
1139
|
+
overflowTargetWidth: number;
|
|
1140
|
+
selectedIds: string[] | "all";
|
|
1141
|
+
unselectedIds: string[];
|
|
1142
|
+
cursorId: string;
|
|
1143
|
+
columnCount: number;
|
|
1144
|
+
pageSizeRef: React.MutableRefObject<number>;
|
|
1145
|
+
cursorIndexRef: {
|
|
1146
|
+
readonly current: number;
|
|
1147
|
+
};
|
|
1148
|
+
UNSTABLE_virtual: {
|
|
1149
|
+
virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
|
|
1150
|
+
totalSize: number;
|
|
1151
|
+
scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
|
|
1152
|
+
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1153
|
+
measure: () => void;
|
|
1154
|
+
};
|
|
1155
|
+
UNSTABLE_defaultItemHeight: number;
|
|
1156
|
+
containerRef: React.RefObject<HTMLDivElement>;
|
|
1157
|
+
id: string;
|
|
1158
|
+
indexRef: React.MutableRefObject<number>;
|
|
1159
|
+
isVirtualized: boolean;
|
|
1160
|
+
items: import("@workday/canvas-kit-react/collection").Item<any>[];
|
|
1161
|
+
}) => boolean) | undefined;
|
|
1162
|
+
shouldSetOverflowTargetSize?: ((data: {
|
|
1163
|
+
width: number;
|
|
1164
|
+
height: number;
|
|
1165
|
+
}, state: {
|
|
1166
|
+
hiddenIds: string[];
|
|
1167
|
+
nonInteractiveIds: string[];
|
|
1168
|
+
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1169
|
+
itemSizeCache: Record<string, number>;
|
|
1170
|
+
itemWidthCache: Record<string, number>;
|
|
1171
|
+
containerSize: number;
|
|
1172
|
+
containerWidth: number;
|
|
1173
|
+
containerGap: number;
|
|
818
1174
|
overflowTargetWidth: number;
|
|
819
1175
|
selectedIds: string[] | "all";
|
|
820
1176
|
unselectedIds: string[];
|
|
@@ -844,8 +1200,11 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
844
1200
|
hiddenIds: string[];
|
|
845
1201
|
nonInteractiveIds: string[];
|
|
846
1202
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1203
|
+
itemSizeCache: Record<string, number>;
|
|
847
1204
|
itemWidthCache: Record<string, number>;
|
|
1205
|
+
containerSize: number;
|
|
848
1206
|
containerWidth: number;
|
|
1207
|
+
containerGap: number;
|
|
849
1208
|
overflowTargetWidth: number;
|
|
850
1209
|
selectedIds: string[] | "all";
|
|
851
1210
|
unselectedIds: string[];
|
|
@@ -876,8 +1235,81 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
876
1235
|
hiddenIds: string[];
|
|
877
1236
|
nonInteractiveIds: string[];
|
|
878
1237
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1238
|
+
itemSizeCache: Record<string, number>;
|
|
879
1239
|
itemWidthCache: Record<string, number>;
|
|
1240
|
+
containerSize: number;
|
|
880
1241
|
containerWidth: number;
|
|
1242
|
+
containerGap: number;
|
|
1243
|
+
overflowTargetWidth: number;
|
|
1244
|
+
selectedIds: string[] | "all";
|
|
1245
|
+
unselectedIds: string[];
|
|
1246
|
+
cursorId: string;
|
|
1247
|
+
columnCount: number;
|
|
1248
|
+
pageSizeRef: React.MutableRefObject<number>;
|
|
1249
|
+
cursorIndexRef: {
|
|
1250
|
+
readonly current: number;
|
|
1251
|
+
};
|
|
1252
|
+
UNSTABLE_virtual: {
|
|
1253
|
+
virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
|
|
1254
|
+
totalSize: number;
|
|
1255
|
+
scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
|
|
1256
|
+
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1257
|
+
measure: () => void;
|
|
1258
|
+
};
|
|
1259
|
+
UNSTABLE_defaultItemHeight: number;
|
|
1260
|
+
containerRef: React.RefObject<HTMLDivElement>;
|
|
1261
|
+
id: string;
|
|
1262
|
+
indexRef: React.MutableRefObject<number>;
|
|
1263
|
+
isVirtualized: boolean;
|
|
1264
|
+
items: import("@workday/canvas-kit-react/collection").Item<any>[];
|
|
1265
|
+
}) => boolean) | undefined;
|
|
1266
|
+
shouldAddItemSize?: ((data: {
|
|
1267
|
+
id: string;
|
|
1268
|
+
width: number;
|
|
1269
|
+
height: number;
|
|
1270
|
+
}, state: {
|
|
1271
|
+
hiddenIds: string[];
|
|
1272
|
+
nonInteractiveIds: string[];
|
|
1273
|
+
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1274
|
+
itemSizeCache: Record<string, number>;
|
|
1275
|
+
itemWidthCache: Record<string, number>;
|
|
1276
|
+
containerSize: number;
|
|
1277
|
+
containerWidth: number;
|
|
1278
|
+
containerGap: number;
|
|
1279
|
+
overflowTargetWidth: number;
|
|
1280
|
+
selectedIds: string[] | "all";
|
|
1281
|
+
unselectedIds: string[];
|
|
1282
|
+
cursorId: string;
|
|
1283
|
+
columnCount: number;
|
|
1284
|
+
pageSizeRef: React.MutableRefObject<number>;
|
|
1285
|
+
cursorIndexRef: {
|
|
1286
|
+
readonly current: number;
|
|
1287
|
+
};
|
|
1288
|
+
UNSTABLE_virtual: {
|
|
1289
|
+
virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
|
|
1290
|
+
totalSize: number;
|
|
1291
|
+
scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
|
|
1292
|
+
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1293
|
+
measure: () => void;
|
|
1294
|
+
};
|
|
1295
|
+
UNSTABLE_defaultItemHeight: number;
|
|
1296
|
+
containerRef: React.RefObject<HTMLDivElement>;
|
|
1297
|
+
id: string;
|
|
1298
|
+
indexRef: React.MutableRefObject<number>;
|
|
1299
|
+
isVirtualized: boolean;
|
|
1300
|
+
items: import("@workday/canvas-kit-react/collection").Item<any>[];
|
|
1301
|
+
}) => boolean) | undefined;
|
|
1302
|
+
shouldRemoveItemSize?: ((data: {
|
|
1303
|
+
id: string;
|
|
1304
|
+
}, state: {
|
|
1305
|
+
hiddenIds: string[];
|
|
1306
|
+
nonInteractiveIds: string[];
|
|
1307
|
+
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1308
|
+
itemSizeCache: Record<string, number>;
|
|
1309
|
+
itemWidthCache: Record<string, number>;
|
|
1310
|
+
containerSize: number;
|
|
1311
|
+
containerWidth: number;
|
|
1312
|
+
containerGap: number;
|
|
881
1313
|
overflowTargetWidth: number;
|
|
882
1314
|
selectedIds: string[] | "all";
|
|
883
1315
|
unselectedIds: string[];
|
|
@@ -907,8 +1339,11 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
907
1339
|
hiddenIds: string[];
|
|
908
1340
|
nonInteractiveIds: string[];
|
|
909
1341
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1342
|
+
itemSizeCache: Record<string, number>;
|
|
910
1343
|
itemWidthCache: Record<string, number>;
|
|
1344
|
+
containerSize: number;
|
|
911
1345
|
containerWidth: number;
|
|
1346
|
+
containerGap: number;
|
|
912
1347
|
overflowTargetWidth: number;
|
|
913
1348
|
selectedIds: string[] | "all";
|
|
914
1349
|
unselectedIds: string[];
|
|
@@ -938,8 +1373,11 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
938
1373
|
hiddenIds: string[];
|
|
939
1374
|
nonInteractiveIds: string[];
|
|
940
1375
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1376
|
+
itemSizeCache: Record<string, number>;
|
|
941
1377
|
itemWidthCache: Record<string, number>;
|
|
1378
|
+
containerSize: number;
|
|
942
1379
|
containerWidth: number;
|
|
1380
|
+
containerGap: number;
|
|
943
1381
|
overflowTargetWidth: number;
|
|
944
1382
|
selectedIds: string[] | "all";
|
|
945
1383
|
unselectedIds: string[];
|
|
@@ -969,8 +1407,11 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
969
1407
|
hiddenIds: string[];
|
|
970
1408
|
nonInteractiveIds: string[];
|
|
971
1409
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1410
|
+
itemSizeCache: Record<string, number>;
|
|
972
1411
|
itemWidthCache: Record<string, number>;
|
|
1412
|
+
containerSize: number;
|
|
973
1413
|
containerWidth: number;
|
|
1414
|
+
containerGap: number;
|
|
974
1415
|
overflowTargetWidth: number;
|
|
975
1416
|
selectedIds: string[] | "all";
|
|
976
1417
|
unselectedIds: string[];
|
|
@@ -998,8 +1439,11 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
998
1439
|
hiddenIds: string[];
|
|
999
1440
|
nonInteractiveIds: string[];
|
|
1000
1441
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1442
|
+
itemSizeCache: Record<string, number>;
|
|
1001
1443
|
itemWidthCache: Record<string, number>;
|
|
1444
|
+
containerSize: number;
|
|
1002
1445
|
containerWidth: number;
|
|
1446
|
+
containerGap: number;
|
|
1003
1447
|
overflowTargetWidth: number;
|
|
1004
1448
|
selectedIds: string[] | "all";
|
|
1005
1449
|
unselectedIds: string[];
|
|
@@ -1027,8 +1471,11 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
1027
1471
|
hiddenIds: string[];
|
|
1028
1472
|
nonInteractiveIds: string[];
|
|
1029
1473
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1474
|
+
itemSizeCache: Record<string, number>;
|
|
1030
1475
|
itemWidthCache: Record<string, number>;
|
|
1476
|
+
containerSize: number;
|
|
1031
1477
|
containerWidth: number;
|
|
1478
|
+
containerGap: number;
|
|
1032
1479
|
overflowTargetWidth: number;
|
|
1033
1480
|
selectedIds: string[] | "all";
|
|
1034
1481
|
unselectedIds: string[];
|
|
@@ -1056,8 +1503,11 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
1056
1503
|
hiddenIds: string[];
|
|
1057
1504
|
nonInteractiveIds: string[];
|
|
1058
1505
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1506
|
+
itemSizeCache: Record<string, number>;
|
|
1059
1507
|
itemWidthCache: Record<string, number>;
|
|
1508
|
+
containerSize: number;
|
|
1060
1509
|
containerWidth: number;
|
|
1510
|
+
containerGap: number;
|
|
1061
1511
|
overflowTargetWidth: number;
|
|
1062
1512
|
selectedIds: string[] | "all";
|
|
1063
1513
|
unselectedIds: string[];
|
|
@@ -1087,8 +1537,11 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
1087
1537
|
hiddenIds: string[];
|
|
1088
1538
|
nonInteractiveIds: string[];
|
|
1089
1539
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1540
|
+
itemSizeCache: Record<string, number>;
|
|
1090
1541
|
itemWidthCache: Record<string, number>;
|
|
1542
|
+
containerSize: number;
|
|
1091
1543
|
containerWidth: number;
|
|
1544
|
+
containerGap: number;
|
|
1092
1545
|
overflowTargetWidth: number;
|
|
1093
1546
|
selectedIds: string[] | "all";
|
|
1094
1547
|
unselectedIds: string[];
|
|
@@ -1116,8 +1569,11 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
1116
1569
|
hiddenIds: string[];
|
|
1117
1570
|
nonInteractiveIds: string[];
|
|
1118
1571
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1572
|
+
itemSizeCache: Record<string, number>;
|
|
1119
1573
|
itemWidthCache: Record<string, number>;
|
|
1574
|
+
containerSize: number;
|
|
1120
1575
|
containerWidth: number;
|
|
1576
|
+
containerGap: number;
|
|
1121
1577
|
overflowTargetWidth: number;
|
|
1122
1578
|
selectedIds: string[] | "all";
|
|
1123
1579
|
unselectedIds: string[];
|
|
@@ -1145,8 +1601,11 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
1145
1601
|
hiddenIds: string[];
|
|
1146
1602
|
nonInteractiveIds: string[];
|
|
1147
1603
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1604
|
+
itemSizeCache: Record<string, number>;
|
|
1148
1605
|
itemWidthCache: Record<string, number>;
|
|
1606
|
+
containerSize: number;
|
|
1149
1607
|
containerWidth: number;
|
|
1608
|
+
containerGap: number;
|
|
1150
1609
|
overflowTargetWidth: number;
|
|
1151
1610
|
selectedIds: string[] | "all";
|
|
1152
1611
|
unselectedIds: string[];
|
|
@@ -1174,8 +1633,11 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
1174
1633
|
hiddenIds: string[];
|
|
1175
1634
|
nonInteractiveIds: string[];
|
|
1176
1635
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1636
|
+
itemSizeCache: Record<string, number>;
|
|
1177
1637
|
itemWidthCache: Record<string, number>;
|
|
1638
|
+
containerSize: number;
|
|
1178
1639
|
containerWidth: number;
|
|
1640
|
+
containerGap: number;
|
|
1179
1641
|
overflowTargetWidth: number;
|
|
1180
1642
|
selectedIds: string[] | "all";
|
|
1181
1643
|
unselectedIds: string[];
|
|
@@ -1203,8 +1665,11 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
1203
1665
|
hiddenIds: string[];
|
|
1204
1666
|
nonInteractiveIds: string[];
|
|
1205
1667
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1668
|
+
itemSizeCache: Record<string, number>;
|
|
1206
1669
|
itemWidthCache: Record<string, number>;
|
|
1670
|
+
containerSize: number;
|
|
1207
1671
|
containerWidth: number;
|
|
1672
|
+
containerGap: number;
|
|
1208
1673
|
overflowTargetWidth: number;
|
|
1209
1674
|
selectedIds: string[] | "all";
|
|
1210
1675
|
unselectedIds: string[];
|
|
@@ -1232,8 +1697,11 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
1232
1697
|
hiddenIds: string[];
|
|
1233
1698
|
nonInteractiveIds: string[];
|
|
1234
1699
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1700
|
+
itemSizeCache: Record<string, number>;
|
|
1235
1701
|
itemWidthCache: Record<string, number>;
|
|
1702
|
+
containerSize: number;
|
|
1236
1703
|
containerWidth: number;
|
|
1704
|
+
containerGap: number;
|
|
1237
1705
|
overflowTargetWidth: number;
|
|
1238
1706
|
selectedIds: string[] | "all";
|
|
1239
1707
|
unselectedIds: string[];
|
|
@@ -1261,8 +1729,11 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
1261
1729
|
hiddenIds: string[];
|
|
1262
1730
|
nonInteractiveIds: string[];
|
|
1263
1731
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1732
|
+
itemSizeCache: Record<string, number>;
|
|
1264
1733
|
itemWidthCache: Record<string, number>;
|
|
1734
|
+
containerSize: number;
|
|
1265
1735
|
containerWidth: number;
|
|
1736
|
+
containerGap: number;
|
|
1266
1737
|
overflowTargetWidth: number;
|
|
1267
1738
|
selectedIds: string[] | "all";
|
|
1268
1739
|
unselectedIds: string[];
|
|
@@ -1290,8 +1761,11 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
1290
1761
|
hiddenIds: string[];
|
|
1291
1762
|
nonInteractiveIds: string[];
|
|
1292
1763
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1764
|
+
itemSizeCache: Record<string, number>;
|
|
1293
1765
|
itemWidthCache: Record<string, number>;
|
|
1766
|
+
containerSize: number;
|
|
1294
1767
|
containerWidth: number;
|
|
1768
|
+
containerGap: number;
|
|
1295
1769
|
overflowTargetWidth: number;
|
|
1296
1770
|
selectedIds: string[] | "all";
|
|
1297
1771
|
unselectedIds: string[];
|
|
@@ -1319,8 +1793,11 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
1319
1793
|
hiddenIds: string[];
|
|
1320
1794
|
nonInteractiveIds: string[];
|
|
1321
1795
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1796
|
+
itemSizeCache: Record<string, number>;
|
|
1322
1797
|
itemWidthCache: Record<string, number>;
|
|
1798
|
+
containerSize: number;
|
|
1323
1799
|
containerWidth: number;
|
|
1800
|
+
containerGap: number;
|
|
1324
1801
|
overflowTargetWidth: number;
|
|
1325
1802
|
selectedIds: string[] | "all";
|
|
1326
1803
|
unselectedIds: string[];
|
|
@@ -1348,8 +1825,11 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
1348
1825
|
hiddenIds: string[];
|
|
1349
1826
|
nonInteractiveIds: string[];
|
|
1350
1827
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1828
|
+
itemSizeCache: Record<string, number>;
|
|
1351
1829
|
itemWidthCache: Record<string, number>;
|
|
1830
|
+
containerSize: number;
|
|
1352
1831
|
containerWidth: number;
|
|
1832
|
+
containerGap: number;
|
|
1353
1833
|
overflowTargetWidth: number;
|
|
1354
1834
|
selectedIds: string[] | "all";
|
|
1355
1835
|
unselectedIds: string[];
|
|
@@ -1377,8 +1857,11 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
1377
1857
|
hiddenIds: string[];
|
|
1378
1858
|
nonInteractiveIds: string[];
|
|
1379
1859
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1860
|
+
itemSizeCache: Record<string, number>;
|
|
1380
1861
|
itemWidthCache: Record<string, number>;
|
|
1862
|
+
containerSize: number;
|
|
1381
1863
|
containerWidth: number;
|
|
1864
|
+
containerGap: number;
|
|
1382
1865
|
overflowTargetWidth: number;
|
|
1383
1866
|
selectedIds: string[] | "all";
|
|
1384
1867
|
unselectedIds: string[];
|
|
@@ -1409,8 +1892,11 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
1409
1892
|
hiddenIds: string[];
|
|
1410
1893
|
nonInteractiveIds: string[];
|
|
1411
1894
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1895
|
+
itemSizeCache: Record<string, number>;
|
|
1412
1896
|
itemWidthCache: Record<string, number>;
|
|
1897
|
+
containerSize: number;
|
|
1413
1898
|
containerWidth: number;
|
|
1899
|
+
containerGap: number;
|
|
1414
1900
|
overflowTargetWidth: number;
|
|
1415
1901
|
selectedIds: string[] | "all";
|
|
1416
1902
|
unselectedIds: string[];
|
|
@@ -1440,8 +1926,11 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
1440
1926
|
hiddenIds: string[];
|
|
1441
1927
|
nonInteractiveIds: string[];
|
|
1442
1928
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1929
|
+
itemSizeCache: Record<string, number>;
|
|
1443
1930
|
itemWidthCache: Record<string, number>;
|
|
1931
|
+
containerSize: number;
|
|
1444
1932
|
containerWidth: number;
|
|
1933
|
+
containerGap: number;
|
|
1445
1934
|
overflowTargetWidth: number;
|
|
1446
1935
|
selectedIds: string[] | "all";
|
|
1447
1936
|
unselectedIds: string[];
|
|
@@ -1471,8 +1960,11 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
1471
1960
|
hiddenIds: string[];
|
|
1472
1961
|
nonInteractiveIds: string[];
|
|
1473
1962
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1963
|
+
itemSizeCache: Record<string, number>;
|
|
1474
1964
|
itemWidthCache: Record<string, number>;
|
|
1965
|
+
containerSize: number;
|
|
1475
1966
|
containerWidth: number;
|
|
1967
|
+
containerGap: number;
|
|
1476
1968
|
overflowTargetWidth: number;
|
|
1477
1969
|
selectedIds: string[] | "all";
|
|
1478
1970
|
unselectedIds: string[];
|
|
@@ -1501,8 +1993,11 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
1501
1993
|
hiddenIds: string[];
|
|
1502
1994
|
nonInteractiveIds: string[];
|
|
1503
1995
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1996
|
+
itemSizeCache: Record<string, number>;
|
|
1504
1997
|
itemWidthCache: Record<string, number>;
|
|
1998
|
+
containerSize: number;
|
|
1505
1999
|
containerWidth: number;
|
|
2000
|
+
containerGap: number;
|
|
1506
2001
|
overflowTargetWidth: number;
|
|
1507
2002
|
selectedIds: string[] | "all";
|
|
1508
2003
|
unselectedIds: string[];
|
|
@@ -1530,9 +2025,20 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
1530
2025
|
select(data: {
|
|
1531
2026
|
id: string;
|
|
1532
2027
|
}): void;
|
|
2028
|
+
setContainerSize(data: {
|
|
2029
|
+
width?: number | undefined;
|
|
2030
|
+
height?: number | undefined;
|
|
2031
|
+
}): void;
|
|
1533
2032
|
setContainerWidth(data: {
|
|
1534
2033
|
width?: number | undefined;
|
|
1535
2034
|
}): void;
|
|
2035
|
+
setContainerGap(data: {
|
|
2036
|
+
size: number;
|
|
2037
|
+
}): void;
|
|
2038
|
+
setOverflowTargetSize(data: {
|
|
2039
|
+
width: number;
|
|
2040
|
+
height: number;
|
|
2041
|
+
}): void;
|
|
1536
2042
|
setOverflowTargetWidth(data: {
|
|
1537
2043
|
width: number;
|
|
1538
2044
|
}): void;
|
|
@@ -1540,6 +2046,14 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
1540
2046
|
id: string;
|
|
1541
2047
|
width: number;
|
|
1542
2048
|
}): void;
|
|
2049
|
+
addItemSize(data: {
|
|
2050
|
+
id: string;
|
|
2051
|
+
width: number;
|
|
2052
|
+
height: number;
|
|
2053
|
+
}): void;
|
|
2054
|
+
removeItemSize(data: {
|
|
2055
|
+
id: string;
|
|
2056
|
+
}): void;
|
|
1543
2057
|
removeItemWidth(data: {
|
|
1544
2058
|
id: string;
|
|
1545
2059
|
}): void;
|
|
@@ -1711,8 +2225,11 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
1711
2225
|
hiddenIds: string[];
|
|
1712
2226
|
nonInteractiveIds: string[];
|
|
1713
2227
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
2228
|
+
itemSizeCache: Record<string, number>;
|
|
1714
2229
|
itemWidthCache: Record<string, number>;
|
|
2230
|
+
containerSize: number;
|
|
1715
2231
|
containerWidth: number;
|
|
2232
|
+
containerGap: number;
|
|
1716
2233
|
overflowTargetWidth: number;
|
|
1717
2234
|
selectedIds: string[] | "all";
|
|
1718
2235
|
unselectedIds: string[];
|
|
@@ -1739,9 +2256,20 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
1739
2256
|
select(data: {
|
|
1740
2257
|
id: string;
|
|
1741
2258
|
}): void;
|
|
2259
|
+
setContainerSize(data: {
|
|
2260
|
+
width?: number | undefined;
|
|
2261
|
+
height?: number | undefined;
|
|
2262
|
+
}): void;
|
|
1742
2263
|
setContainerWidth(data: {
|
|
1743
2264
|
width?: number | undefined;
|
|
1744
2265
|
}): void;
|
|
2266
|
+
setContainerGap(data: {
|
|
2267
|
+
size: number;
|
|
2268
|
+
}): void;
|
|
2269
|
+
setOverflowTargetSize(data: {
|
|
2270
|
+
width: number;
|
|
2271
|
+
height: number;
|
|
2272
|
+
}): void;
|
|
1745
2273
|
setOverflowTargetWidth(data: {
|
|
1746
2274
|
width: number;
|
|
1747
2275
|
}): void;
|
|
@@ -1749,6 +2277,14 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
1749
2277
|
id: string;
|
|
1750
2278
|
width: number;
|
|
1751
2279
|
}): void;
|
|
2280
|
+
addItemSize(data: {
|
|
2281
|
+
id: string;
|
|
2282
|
+
width: number;
|
|
2283
|
+
height: number;
|
|
2284
|
+
}): void;
|
|
2285
|
+
removeItemSize(data: {
|
|
2286
|
+
id: string;
|
|
2287
|
+
}): void;
|
|
1752
2288
|
removeItemWidth(data: {
|
|
1753
2289
|
id: string;
|
|
1754
2290
|
}): void;
|
|
@@ -1789,8 +2325,11 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
1789
2325
|
hiddenIds: string[];
|
|
1790
2326
|
nonInteractiveIds: string[];
|
|
1791
2327
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
2328
|
+
itemSizeCache: Record<string, number>;
|
|
1792
2329
|
itemWidthCache: Record<string, number>;
|
|
2330
|
+
containerSize: number;
|
|
1793
2331
|
containerWidth: number;
|
|
2332
|
+
containerGap: number;
|
|
1794
2333
|
overflowTargetWidth: number;
|
|
1795
2334
|
selectedIds: string[] | "all";
|
|
1796
2335
|
unselectedIds: string[];
|
|
@@ -1818,9 +2357,20 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
1818
2357
|
select(data: {
|
|
1819
2358
|
id: string;
|
|
1820
2359
|
}): void;
|
|
2360
|
+
setContainerSize(data: {
|
|
2361
|
+
width?: number | undefined;
|
|
2362
|
+
height?: number | undefined;
|
|
2363
|
+
}): void;
|
|
1821
2364
|
setContainerWidth(data: {
|
|
1822
2365
|
width?: number | undefined;
|
|
1823
2366
|
}): void;
|
|
2367
|
+
setContainerGap(data: {
|
|
2368
|
+
size: number;
|
|
2369
|
+
}): void;
|
|
2370
|
+
setOverflowTargetSize(data: {
|
|
2371
|
+
width: number;
|
|
2372
|
+
height: number;
|
|
2373
|
+
}): void;
|
|
1824
2374
|
setOverflowTargetWidth(data: {
|
|
1825
2375
|
width: number;
|
|
1826
2376
|
}): void;
|
|
@@ -1828,6 +2378,14 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
1828
2378
|
id: string;
|
|
1829
2379
|
width: number;
|
|
1830
2380
|
}): void;
|
|
2381
|
+
addItemSize(data: {
|
|
2382
|
+
id: string;
|
|
2383
|
+
width: number;
|
|
2384
|
+
height: number;
|
|
2385
|
+
}): void;
|
|
2386
|
+
removeItemSize(data: {
|
|
2387
|
+
id: string;
|
|
2388
|
+
}): void;
|
|
1831
2389
|
removeItemWidth(data: {
|
|
1832
2390
|
id: string;
|
|
1833
2391
|
}): void;
|