@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
|
@@ -71,8 +71,46 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
71
71
|
hiddenIds: string[];
|
|
72
72
|
nonInteractiveIds: string[];
|
|
73
73
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
74
|
+
itemSizeCache: Record<string, number>;
|
|
74
75
|
itemWidthCache: Record<string, number>;
|
|
76
|
+
containerSize: number;
|
|
75
77
|
containerWidth: number;
|
|
78
|
+
containerGap: number;
|
|
79
|
+
overflowTargetWidth: number;
|
|
80
|
+
selectedIds: string[] | "all";
|
|
81
|
+
unselectedIds: string[];
|
|
82
|
+
cursorId: string;
|
|
83
|
+
columnCount: number;
|
|
84
|
+
pageSizeRef: React.MutableRefObject<number>;
|
|
85
|
+
cursorIndexRef: {
|
|
86
|
+
readonly current: number;
|
|
87
|
+
};
|
|
88
|
+
UNSTABLE_virtual: {
|
|
89
|
+
virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
|
|
90
|
+
totalSize: number;
|
|
91
|
+
scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
|
|
92
|
+
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
93
|
+
measure: () => void;
|
|
94
|
+
};
|
|
95
|
+
UNSTABLE_defaultItemHeight: number;
|
|
96
|
+
containerRef: React.RefObject<HTMLDivElement>;
|
|
97
|
+
id: string;
|
|
98
|
+
indexRef: React.MutableRefObject<number>;
|
|
99
|
+
isVirtualized: boolean;
|
|
100
|
+
items: import("../..").Item<any>[];
|
|
101
|
+
}) => void) | undefined;
|
|
102
|
+
onSetContainerSize?: ((data: {
|
|
103
|
+
width?: number | undefined;
|
|
104
|
+
height?: number | undefined;
|
|
105
|
+
}, prevState: {
|
|
106
|
+
hiddenIds: string[];
|
|
107
|
+
nonInteractiveIds: string[];
|
|
108
|
+
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
109
|
+
itemSizeCache: Record<string, number>;
|
|
110
|
+
itemWidthCache: Record<string, number>;
|
|
111
|
+
containerSize: number;
|
|
112
|
+
containerWidth: number;
|
|
113
|
+
containerGap: number;
|
|
76
114
|
overflowTargetWidth: number;
|
|
77
115
|
selectedIds: string[] | "all";
|
|
78
116
|
unselectedIds: string[];
|
|
@@ -102,8 +140,80 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
102
140
|
hiddenIds: string[];
|
|
103
141
|
nonInteractiveIds: string[];
|
|
104
142
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
143
|
+
itemSizeCache: Record<string, number>;
|
|
144
|
+
itemWidthCache: Record<string, number>;
|
|
145
|
+
containerSize: number;
|
|
146
|
+
containerWidth: number;
|
|
147
|
+
containerGap: number;
|
|
148
|
+
overflowTargetWidth: number;
|
|
149
|
+
selectedIds: string[] | "all";
|
|
150
|
+
unselectedIds: string[];
|
|
151
|
+
cursorId: string;
|
|
152
|
+
columnCount: number;
|
|
153
|
+
pageSizeRef: React.MutableRefObject<number>;
|
|
154
|
+
cursorIndexRef: {
|
|
155
|
+
readonly current: number;
|
|
156
|
+
};
|
|
157
|
+
UNSTABLE_virtual: {
|
|
158
|
+
virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
|
|
159
|
+
totalSize: number;
|
|
160
|
+
scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
|
|
161
|
+
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
162
|
+
measure: () => void;
|
|
163
|
+
};
|
|
164
|
+
UNSTABLE_defaultItemHeight: number;
|
|
165
|
+
containerRef: React.RefObject<HTMLDivElement>;
|
|
166
|
+
id: string;
|
|
167
|
+
indexRef: React.MutableRefObject<number>;
|
|
168
|
+
isVirtualized: boolean;
|
|
169
|
+
items: import("../..").Item<any>[];
|
|
170
|
+
}) => void) | undefined;
|
|
171
|
+
onSetContainerGap?: ((data: {
|
|
172
|
+
size: number;
|
|
173
|
+
}, prevState: {
|
|
174
|
+
hiddenIds: string[];
|
|
175
|
+
nonInteractiveIds: string[];
|
|
176
|
+
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
177
|
+
itemSizeCache: Record<string, number>;
|
|
178
|
+
itemWidthCache: Record<string, number>;
|
|
179
|
+
containerSize: number;
|
|
180
|
+
containerWidth: number;
|
|
181
|
+
containerGap: number;
|
|
182
|
+
overflowTargetWidth: number;
|
|
183
|
+
selectedIds: string[] | "all";
|
|
184
|
+
unselectedIds: string[];
|
|
185
|
+
cursorId: string;
|
|
186
|
+
columnCount: number;
|
|
187
|
+
pageSizeRef: React.MutableRefObject<number>;
|
|
188
|
+
cursorIndexRef: {
|
|
189
|
+
readonly current: number;
|
|
190
|
+
};
|
|
191
|
+
UNSTABLE_virtual: {
|
|
192
|
+
virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
|
|
193
|
+
totalSize: number;
|
|
194
|
+
scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
|
|
195
|
+
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
196
|
+
measure: () => void;
|
|
197
|
+
};
|
|
198
|
+
UNSTABLE_defaultItemHeight: number;
|
|
199
|
+
containerRef: React.RefObject<HTMLDivElement>;
|
|
200
|
+
id: string;
|
|
201
|
+
indexRef: React.MutableRefObject<number>;
|
|
202
|
+
isVirtualized: boolean;
|
|
203
|
+
items: import("../..").Item<any>[];
|
|
204
|
+
}) => void) | undefined;
|
|
205
|
+
onSetOverflowTargetSize?: ((data: {
|
|
206
|
+
width: number;
|
|
207
|
+
height: number;
|
|
208
|
+
}, prevState: {
|
|
209
|
+
hiddenIds: string[];
|
|
210
|
+
nonInteractiveIds: string[];
|
|
211
|
+
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
212
|
+
itemSizeCache: Record<string, number>;
|
|
105
213
|
itemWidthCache: Record<string, number>;
|
|
214
|
+
containerSize: number;
|
|
106
215
|
containerWidth: number;
|
|
216
|
+
containerGap: number;
|
|
107
217
|
overflowTargetWidth: number;
|
|
108
218
|
selectedIds: string[] | "all";
|
|
109
219
|
unselectedIds: string[];
|
|
@@ -133,8 +243,11 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
133
243
|
hiddenIds: string[];
|
|
134
244
|
nonInteractiveIds: string[];
|
|
135
245
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
246
|
+
itemSizeCache: Record<string, number>;
|
|
136
247
|
itemWidthCache: Record<string, number>;
|
|
248
|
+
containerSize: number;
|
|
137
249
|
containerWidth: number;
|
|
250
|
+
containerGap: number;
|
|
138
251
|
overflowTargetWidth: number;
|
|
139
252
|
selectedIds: string[] | "all";
|
|
140
253
|
unselectedIds: string[];
|
|
@@ -165,8 +278,81 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
165
278
|
hiddenIds: string[];
|
|
166
279
|
nonInteractiveIds: string[];
|
|
167
280
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
281
|
+
itemSizeCache: Record<string, number>;
|
|
168
282
|
itemWidthCache: Record<string, number>;
|
|
283
|
+
containerSize: number;
|
|
169
284
|
containerWidth: number;
|
|
285
|
+
containerGap: number;
|
|
286
|
+
overflowTargetWidth: number;
|
|
287
|
+
selectedIds: string[] | "all";
|
|
288
|
+
unselectedIds: string[];
|
|
289
|
+
cursorId: string;
|
|
290
|
+
columnCount: number;
|
|
291
|
+
pageSizeRef: React.MutableRefObject<number>;
|
|
292
|
+
cursorIndexRef: {
|
|
293
|
+
readonly current: number;
|
|
294
|
+
};
|
|
295
|
+
UNSTABLE_virtual: {
|
|
296
|
+
virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
|
|
297
|
+
totalSize: number;
|
|
298
|
+
scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
|
|
299
|
+
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
300
|
+
measure: () => void;
|
|
301
|
+
};
|
|
302
|
+
UNSTABLE_defaultItemHeight: number;
|
|
303
|
+
containerRef: React.RefObject<HTMLDivElement>;
|
|
304
|
+
id: string;
|
|
305
|
+
indexRef: React.MutableRefObject<number>;
|
|
306
|
+
isVirtualized: boolean;
|
|
307
|
+
items: import("../..").Item<any>[];
|
|
308
|
+
}) => void) | undefined;
|
|
309
|
+
onAddItemSize?: ((data: {
|
|
310
|
+
id: string;
|
|
311
|
+
width: number;
|
|
312
|
+
height: number;
|
|
313
|
+
}, prevState: {
|
|
314
|
+
hiddenIds: string[];
|
|
315
|
+
nonInteractiveIds: string[];
|
|
316
|
+
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
317
|
+
itemSizeCache: Record<string, number>;
|
|
318
|
+
itemWidthCache: Record<string, number>;
|
|
319
|
+
containerSize: number;
|
|
320
|
+
containerWidth: number;
|
|
321
|
+
containerGap: number;
|
|
322
|
+
overflowTargetWidth: number;
|
|
323
|
+
selectedIds: string[] | "all";
|
|
324
|
+
unselectedIds: string[];
|
|
325
|
+
cursorId: string;
|
|
326
|
+
columnCount: number;
|
|
327
|
+
pageSizeRef: React.MutableRefObject<number>;
|
|
328
|
+
cursorIndexRef: {
|
|
329
|
+
readonly current: number;
|
|
330
|
+
};
|
|
331
|
+
UNSTABLE_virtual: {
|
|
332
|
+
virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
|
|
333
|
+
totalSize: number;
|
|
334
|
+
scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
|
|
335
|
+
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
336
|
+
measure: () => void;
|
|
337
|
+
};
|
|
338
|
+
UNSTABLE_defaultItemHeight: number;
|
|
339
|
+
containerRef: React.RefObject<HTMLDivElement>;
|
|
340
|
+
id: string;
|
|
341
|
+
indexRef: React.MutableRefObject<number>;
|
|
342
|
+
isVirtualized: boolean;
|
|
343
|
+
items: import("../..").Item<any>[];
|
|
344
|
+
}) => void) | undefined;
|
|
345
|
+
onRemoveItemSize?: ((data: {
|
|
346
|
+
id: string;
|
|
347
|
+
}, prevState: {
|
|
348
|
+
hiddenIds: string[];
|
|
349
|
+
nonInteractiveIds: string[];
|
|
350
|
+
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
351
|
+
itemSizeCache: Record<string, number>;
|
|
352
|
+
itemWidthCache: Record<string, number>;
|
|
353
|
+
containerSize: number;
|
|
354
|
+
containerWidth: number;
|
|
355
|
+
containerGap: number;
|
|
170
356
|
overflowTargetWidth: number;
|
|
171
357
|
selectedIds: string[] | "all";
|
|
172
358
|
unselectedIds: string[];
|
|
@@ -196,8 +382,11 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
196
382
|
hiddenIds: string[];
|
|
197
383
|
nonInteractiveIds: string[];
|
|
198
384
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
385
|
+
itemSizeCache: Record<string, number>;
|
|
199
386
|
itemWidthCache: Record<string, number>;
|
|
387
|
+
containerSize: number;
|
|
200
388
|
containerWidth: number;
|
|
389
|
+
containerGap: number;
|
|
201
390
|
overflowTargetWidth: number;
|
|
202
391
|
selectedIds: string[] | "all";
|
|
203
392
|
unselectedIds: string[];
|
|
@@ -227,8 +416,11 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
227
416
|
hiddenIds: string[];
|
|
228
417
|
nonInteractiveIds: string[];
|
|
229
418
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
419
|
+
itemSizeCache: Record<string, number>;
|
|
230
420
|
itemWidthCache: Record<string, number>;
|
|
421
|
+
containerSize: number;
|
|
231
422
|
containerWidth: number;
|
|
423
|
+
containerGap: number;
|
|
232
424
|
overflowTargetWidth: number;
|
|
233
425
|
selectedIds: string[] | "all";
|
|
234
426
|
unselectedIds: string[];
|
|
@@ -258,8 +450,11 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
258
450
|
hiddenIds: string[];
|
|
259
451
|
nonInteractiveIds: string[];
|
|
260
452
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
453
|
+
itemSizeCache: Record<string, number>;
|
|
261
454
|
itemWidthCache: Record<string, number>;
|
|
455
|
+
containerSize: number;
|
|
262
456
|
containerWidth: number;
|
|
457
|
+
containerGap: number;
|
|
263
458
|
overflowTargetWidth: number;
|
|
264
459
|
selectedIds: string[] | "all";
|
|
265
460
|
unselectedIds: string[];
|
|
@@ -287,8 +482,11 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
287
482
|
hiddenIds: string[];
|
|
288
483
|
nonInteractiveIds: string[];
|
|
289
484
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
485
|
+
itemSizeCache: Record<string, number>;
|
|
290
486
|
itemWidthCache: Record<string, number>;
|
|
487
|
+
containerSize: number;
|
|
291
488
|
containerWidth: number;
|
|
489
|
+
containerGap: number;
|
|
292
490
|
overflowTargetWidth: number;
|
|
293
491
|
selectedIds: string[] | "all";
|
|
294
492
|
unselectedIds: string[];
|
|
@@ -316,8 +514,11 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
316
514
|
hiddenIds: string[];
|
|
317
515
|
nonInteractiveIds: string[];
|
|
318
516
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
517
|
+
itemSizeCache: Record<string, number>;
|
|
319
518
|
itemWidthCache: Record<string, number>;
|
|
519
|
+
containerSize: number;
|
|
320
520
|
containerWidth: number;
|
|
521
|
+
containerGap: number;
|
|
321
522
|
overflowTargetWidth: number;
|
|
322
523
|
selectedIds: string[] | "all";
|
|
323
524
|
unselectedIds: string[];
|
|
@@ -345,8 +546,11 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
345
546
|
hiddenIds: string[];
|
|
346
547
|
nonInteractiveIds: string[];
|
|
347
548
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
549
|
+
itemSizeCache: Record<string, number>;
|
|
348
550
|
itemWidthCache: Record<string, number>;
|
|
551
|
+
containerSize: number;
|
|
349
552
|
containerWidth: number;
|
|
553
|
+
containerGap: number;
|
|
350
554
|
overflowTargetWidth: number;
|
|
351
555
|
selectedIds: string[] | "all";
|
|
352
556
|
unselectedIds: string[];
|
|
@@ -376,8 +580,11 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
376
580
|
hiddenIds: string[];
|
|
377
581
|
nonInteractiveIds: string[];
|
|
378
582
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
583
|
+
itemSizeCache: Record<string, number>;
|
|
379
584
|
itemWidthCache: Record<string, number>;
|
|
585
|
+
containerSize: number;
|
|
380
586
|
containerWidth: number;
|
|
587
|
+
containerGap: number;
|
|
381
588
|
overflowTargetWidth: number;
|
|
382
589
|
selectedIds: string[] | "all";
|
|
383
590
|
unselectedIds: string[];
|
|
@@ -405,8 +612,11 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
405
612
|
hiddenIds: string[];
|
|
406
613
|
nonInteractiveIds: string[];
|
|
407
614
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
615
|
+
itemSizeCache: Record<string, number>;
|
|
408
616
|
itemWidthCache: Record<string, number>;
|
|
617
|
+
containerSize: number;
|
|
409
618
|
containerWidth: number;
|
|
619
|
+
containerGap: number;
|
|
410
620
|
overflowTargetWidth: number;
|
|
411
621
|
selectedIds: string[] | "all";
|
|
412
622
|
unselectedIds: string[];
|
|
@@ -434,8 +644,11 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
434
644
|
hiddenIds: string[];
|
|
435
645
|
nonInteractiveIds: string[];
|
|
436
646
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
647
|
+
itemSizeCache: Record<string, number>;
|
|
437
648
|
itemWidthCache: Record<string, number>;
|
|
649
|
+
containerSize: number;
|
|
438
650
|
containerWidth: number;
|
|
651
|
+
containerGap: number;
|
|
439
652
|
overflowTargetWidth: number;
|
|
440
653
|
selectedIds: string[] | "all";
|
|
441
654
|
unselectedIds: string[];
|
|
@@ -463,8 +676,11 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
463
676
|
hiddenIds: string[];
|
|
464
677
|
nonInteractiveIds: string[];
|
|
465
678
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
679
|
+
itemSizeCache: Record<string, number>;
|
|
466
680
|
itemWidthCache: Record<string, number>;
|
|
681
|
+
containerSize: number;
|
|
467
682
|
containerWidth: number;
|
|
683
|
+
containerGap: number;
|
|
468
684
|
overflowTargetWidth: number;
|
|
469
685
|
selectedIds: string[] | "all";
|
|
470
686
|
unselectedIds: string[];
|
|
@@ -492,8 +708,11 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
492
708
|
hiddenIds: string[];
|
|
493
709
|
nonInteractiveIds: string[];
|
|
494
710
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
711
|
+
itemSizeCache: Record<string, number>;
|
|
495
712
|
itemWidthCache: Record<string, number>;
|
|
713
|
+
containerSize: number;
|
|
496
714
|
containerWidth: number;
|
|
715
|
+
containerGap: number;
|
|
497
716
|
overflowTargetWidth: number;
|
|
498
717
|
selectedIds: string[] | "all";
|
|
499
718
|
unselectedIds: string[];
|
|
@@ -521,8 +740,11 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
521
740
|
hiddenIds: string[];
|
|
522
741
|
nonInteractiveIds: string[];
|
|
523
742
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
743
|
+
itemSizeCache: Record<string, number>;
|
|
524
744
|
itemWidthCache: Record<string, number>;
|
|
745
|
+
containerSize: number;
|
|
525
746
|
containerWidth: number;
|
|
747
|
+
containerGap: number;
|
|
526
748
|
overflowTargetWidth: number;
|
|
527
749
|
selectedIds: string[] | "all";
|
|
528
750
|
unselectedIds: string[];
|
|
@@ -550,8 +772,11 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
550
772
|
hiddenIds: string[];
|
|
551
773
|
nonInteractiveIds: string[];
|
|
552
774
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
775
|
+
itemSizeCache: Record<string, number>;
|
|
553
776
|
itemWidthCache: Record<string, number>;
|
|
777
|
+
containerSize: number;
|
|
554
778
|
containerWidth: number;
|
|
779
|
+
containerGap: number;
|
|
555
780
|
overflowTargetWidth: number;
|
|
556
781
|
selectedIds: string[] | "all";
|
|
557
782
|
unselectedIds: string[];
|
|
@@ -579,8 +804,11 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
579
804
|
hiddenIds: string[];
|
|
580
805
|
nonInteractiveIds: string[];
|
|
581
806
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
807
|
+
itemSizeCache: Record<string, number>;
|
|
582
808
|
itemWidthCache: Record<string, number>;
|
|
809
|
+
containerSize: number;
|
|
583
810
|
containerWidth: number;
|
|
811
|
+
containerGap: number;
|
|
584
812
|
overflowTargetWidth: number;
|
|
585
813
|
selectedIds: string[] | "all";
|
|
586
814
|
unselectedIds: string[];
|
|
@@ -608,8 +836,11 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
608
836
|
hiddenIds: string[];
|
|
609
837
|
nonInteractiveIds: string[];
|
|
610
838
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
839
|
+
itemSizeCache: Record<string, number>;
|
|
611
840
|
itemWidthCache: Record<string, number>;
|
|
841
|
+
containerSize: number;
|
|
612
842
|
containerWidth: number;
|
|
843
|
+
containerGap: number;
|
|
613
844
|
overflowTargetWidth: number;
|
|
614
845
|
selectedIds: string[] | "all";
|
|
615
846
|
unselectedIds: string[];
|
|
@@ -637,8 +868,11 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
637
868
|
hiddenIds: string[];
|
|
638
869
|
nonInteractiveIds: string[];
|
|
639
870
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
871
|
+
itemSizeCache: Record<string, number>;
|
|
640
872
|
itemWidthCache: Record<string, number>;
|
|
873
|
+
containerSize: number;
|
|
641
874
|
containerWidth: number;
|
|
875
|
+
containerGap: number;
|
|
642
876
|
overflowTargetWidth: number;
|
|
643
877
|
selectedIds: string[] | "all";
|
|
644
878
|
unselectedIds: string[];
|
|
@@ -666,8 +900,11 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
666
900
|
hiddenIds: string[];
|
|
667
901
|
nonInteractiveIds: string[];
|
|
668
902
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
903
|
+
itemSizeCache: Record<string, number>;
|
|
669
904
|
itemWidthCache: Record<string, number>;
|
|
905
|
+
containerSize: number;
|
|
670
906
|
containerWidth: number;
|
|
907
|
+
containerGap: number;
|
|
671
908
|
overflowTargetWidth: number;
|
|
672
909
|
selectedIds: string[] | "all";
|
|
673
910
|
unselectedIds: string[];
|
|
@@ -698,8 +935,11 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
698
935
|
hiddenIds: string[];
|
|
699
936
|
nonInteractiveIds: string[];
|
|
700
937
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
938
|
+
itemSizeCache: Record<string, number>;
|
|
701
939
|
itemWidthCache: Record<string, number>;
|
|
940
|
+
containerSize: number;
|
|
702
941
|
containerWidth: number;
|
|
942
|
+
containerGap: number;
|
|
703
943
|
overflowTargetWidth: number;
|
|
704
944
|
selectedIds: string[] | "all";
|
|
705
945
|
unselectedIds: string[];
|
|
@@ -729,8 +969,11 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
729
969
|
hiddenIds: string[];
|
|
730
970
|
nonInteractiveIds: string[];
|
|
731
971
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
972
|
+
itemSizeCache: Record<string, number>;
|
|
732
973
|
itemWidthCache: Record<string, number>;
|
|
974
|
+
containerSize: number;
|
|
733
975
|
containerWidth: number;
|
|
976
|
+
containerGap: number;
|
|
734
977
|
overflowTargetWidth: number;
|
|
735
978
|
selectedIds: string[] | "all";
|
|
736
979
|
unselectedIds: string[];
|
|
@@ -760,8 +1003,11 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
760
1003
|
hiddenIds: string[];
|
|
761
1004
|
nonInteractiveIds: string[];
|
|
762
1005
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1006
|
+
itemSizeCache: Record<string, number>;
|
|
763
1007
|
itemWidthCache: Record<string, number>;
|
|
1008
|
+
containerSize: number;
|
|
764
1009
|
containerWidth: number;
|
|
1010
|
+
containerGap: number;
|
|
765
1011
|
overflowTargetWidth: number;
|
|
766
1012
|
selectedIds: string[] | "all";
|
|
767
1013
|
unselectedIds: string[];
|
|
@@ -792,8 +1038,46 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
792
1038
|
hiddenIds: string[];
|
|
793
1039
|
nonInteractiveIds: string[];
|
|
794
1040
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1041
|
+
itemSizeCache: Record<string, number>;
|
|
1042
|
+
itemWidthCache: Record<string, number>;
|
|
1043
|
+
containerSize: number;
|
|
1044
|
+
containerWidth: number;
|
|
1045
|
+
containerGap: number;
|
|
1046
|
+
overflowTargetWidth: number;
|
|
1047
|
+
selectedIds: string[] | "all";
|
|
1048
|
+
unselectedIds: string[];
|
|
1049
|
+
cursorId: string;
|
|
1050
|
+
columnCount: number;
|
|
1051
|
+
pageSizeRef: React.MutableRefObject<number>;
|
|
1052
|
+
cursorIndexRef: {
|
|
1053
|
+
readonly current: number;
|
|
1054
|
+
};
|
|
1055
|
+
UNSTABLE_virtual: {
|
|
1056
|
+
virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
|
|
1057
|
+
totalSize: number;
|
|
1058
|
+
scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
|
|
1059
|
+
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1060
|
+
measure: () => void;
|
|
1061
|
+
};
|
|
1062
|
+
UNSTABLE_defaultItemHeight: number;
|
|
1063
|
+
containerRef: React.RefObject<HTMLDivElement>;
|
|
1064
|
+
id: string;
|
|
1065
|
+
indexRef: React.MutableRefObject<number>;
|
|
1066
|
+
isVirtualized: boolean;
|
|
1067
|
+
items: import("../..").Item<any>[];
|
|
1068
|
+
}) => boolean) | undefined;
|
|
1069
|
+
shouldSetContainerSize?: ((data: {
|
|
1070
|
+
width?: number | undefined;
|
|
1071
|
+
height?: number | undefined;
|
|
1072
|
+
}, state: {
|
|
1073
|
+
hiddenIds: string[];
|
|
1074
|
+
nonInteractiveIds: string[];
|
|
1075
|
+
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1076
|
+
itemSizeCache: Record<string, number>;
|
|
795
1077
|
itemWidthCache: Record<string, number>;
|
|
1078
|
+
containerSize: number;
|
|
796
1079
|
containerWidth: number;
|
|
1080
|
+
containerGap: number;
|
|
797
1081
|
overflowTargetWidth: number;
|
|
798
1082
|
selectedIds: string[] | "all";
|
|
799
1083
|
unselectedIds: string[];
|
|
@@ -823,8 +1107,80 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
823
1107
|
hiddenIds: string[];
|
|
824
1108
|
nonInteractiveIds: string[];
|
|
825
1109
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1110
|
+
itemSizeCache: Record<string, number>;
|
|
826
1111
|
itemWidthCache: Record<string, number>;
|
|
1112
|
+
containerSize: number;
|
|
827
1113
|
containerWidth: number;
|
|
1114
|
+
containerGap: number;
|
|
1115
|
+
overflowTargetWidth: number;
|
|
1116
|
+
selectedIds: string[] | "all";
|
|
1117
|
+
unselectedIds: string[];
|
|
1118
|
+
cursorId: string;
|
|
1119
|
+
columnCount: number;
|
|
1120
|
+
pageSizeRef: React.MutableRefObject<number>;
|
|
1121
|
+
cursorIndexRef: {
|
|
1122
|
+
readonly current: number;
|
|
1123
|
+
};
|
|
1124
|
+
UNSTABLE_virtual: {
|
|
1125
|
+
virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
|
|
1126
|
+
totalSize: number;
|
|
1127
|
+
scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
|
|
1128
|
+
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1129
|
+
measure: () => void;
|
|
1130
|
+
};
|
|
1131
|
+
UNSTABLE_defaultItemHeight: number;
|
|
1132
|
+
containerRef: React.RefObject<HTMLDivElement>;
|
|
1133
|
+
id: string;
|
|
1134
|
+
indexRef: React.MutableRefObject<number>;
|
|
1135
|
+
isVirtualized: boolean;
|
|
1136
|
+
items: import("../..").Item<any>[];
|
|
1137
|
+
}) => boolean) | undefined;
|
|
1138
|
+
shouldSetContainerGap?: ((data: {
|
|
1139
|
+
size: number;
|
|
1140
|
+
}, state: {
|
|
1141
|
+
hiddenIds: string[];
|
|
1142
|
+
nonInteractiveIds: string[];
|
|
1143
|
+
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1144
|
+
itemSizeCache: Record<string, number>;
|
|
1145
|
+
itemWidthCache: Record<string, number>;
|
|
1146
|
+
containerSize: number;
|
|
1147
|
+
containerWidth: number;
|
|
1148
|
+
containerGap: number;
|
|
1149
|
+
overflowTargetWidth: number;
|
|
1150
|
+
selectedIds: string[] | "all";
|
|
1151
|
+
unselectedIds: string[];
|
|
1152
|
+
cursorId: string;
|
|
1153
|
+
columnCount: number;
|
|
1154
|
+
pageSizeRef: React.MutableRefObject<number>;
|
|
1155
|
+
cursorIndexRef: {
|
|
1156
|
+
readonly current: number;
|
|
1157
|
+
};
|
|
1158
|
+
UNSTABLE_virtual: {
|
|
1159
|
+
virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
|
|
1160
|
+
totalSize: number;
|
|
1161
|
+
scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
|
|
1162
|
+
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1163
|
+
measure: () => void;
|
|
1164
|
+
};
|
|
1165
|
+
UNSTABLE_defaultItemHeight: number;
|
|
1166
|
+
containerRef: React.RefObject<HTMLDivElement>;
|
|
1167
|
+
id: string;
|
|
1168
|
+
indexRef: React.MutableRefObject<number>;
|
|
1169
|
+
isVirtualized: boolean;
|
|
1170
|
+
items: import("../..").Item<any>[];
|
|
1171
|
+
}) => boolean) | undefined;
|
|
1172
|
+
shouldSetOverflowTargetSize?: ((data: {
|
|
1173
|
+
width: number;
|
|
1174
|
+
height: number;
|
|
1175
|
+
}, state: {
|
|
1176
|
+
hiddenIds: string[];
|
|
1177
|
+
nonInteractiveIds: string[];
|
|
1178
|
+
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1179
|
+
itemSizeCache: Record<string, number>;
|
|
1180
|
+
itemWidthCache: Record<string, number>;
|
|
1181
|
+
containerSize: number;
|
|
1182
|
+
containerWidth: number;
|
|
1183
|
+
containerGap: number;
|
|
828
1184
|
overflowTargetWidth: number;
|
|
829
1185
|
selectedIds: string[] | "all";
|
|
830
1186
|
unselectedIds: string[];
|
|
@@ -854,8 +1210,11 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
854
1210
|
hiddenIds: string[];
|
|
855
1211
|
nonInteractiveIds: string[];
|
|
856
1212
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1213
|
+
itemSizeCache: Record<string, number>;
|
|
857
1214
|
itemWidthCache: Record<string, number>;
|
|
1215
|
+
containerSize: number;
|
|
858
1216
|
containerWidth: number;
|
|
1217
|
+
containerGap: number;
|
|
859
1218
|
overflowTargetWidth: number;
|
|
860
1219
|
selectedIds: string[] | "all";
|
|
861
1220
|
unselectedIds: string[];
|
|
@@ -886,8 +1245,81 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
886
1245
|
hiddenIds: string[];
|
|
887
1246
|
nonInteractiveIds: string[];
|
|
888
1247
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1248
|
+
itemSizeCache: Record<string, number>;
|
|
1249
|
+
itemWidthCache: Record<string, number>;
|
|
1250
|
+
containerSize: number;
|
|
1251
|
+
containerWidth: number;
|
|
1252
|
+
containerGap: number;
|
|
1253
|
+
overflowTargetWidth: number;
|
|
1254
|
+
selectedIds: string[] | "all";
|
|
1255
|
+
unselectedIds: string[];
|
|
1256
|
+
cursorId: string;
|
|
1257
|
+
columnCount: number;
|
|
1258
|
+
pageSizeRef: React.MutableRefObject<number>;
|
|
1259
|
+
cursorIndexRef: {
|
|
1260
|
+
readonly current: number;
|
|
1261
|
+
};
|
|
1262
|
+
UNSTABLE_virtual: {
|
|
1263
|
+
virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
|
|
1264
|
+
totalSize: number;
|
|
1265
|
+
scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
|
|
1266
|
+
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1267
|
+
measure: () => void;
|
|
1268
|
+
};
|
|
1269
|
+
UNSTABLE_defaultItemHeight: number;
|
|
1270
|
+
containerRef: React.RefObject<HTMLDivElement>;
|
|
1271
|
+
id: string;
|
|
1272
|
+
indexRef: React.MutableRefObject<number>;
|
|
1273
|
+
isVirtualized: boolean;
|
|
1274
|
+
items: import("../..").Item<any>[];
|
|
1275
|
+
}) => boolean) | undefined;
|
|
1276
|
+
shouldAddItemSize?: ((data: {
|
|
1277
|
+
id: string;
|
|
1278
|
+
width: number;
|
|
1279
|
+
height: number;
|
|
1280
|
+
}, state: {
|
|
1281
|
+
hiddenIds: string[];
|
|
1282
|
+
nonInteractiveIds: string[];
|
|
1283
|
+
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1284
|
+
itemSizeCache: Record<string, number>;
|
|
889
1285
|
itemWidthCache: Record<string, number>;
|
|
1286
|
+
containerSize: number;
|
|
890
1287
|
containerWidth: number;
|
|
1288
|
+
containerGap: number;
|
|
1289
|
+
overflowTargetWidth: number;
|
|
1290
|
+
selectedIds: string[] | "all";
|
|
1291
|
+
unselectedIds: string[];
|
|
1292
|
+
cursorId: string;
|
|
1293
|
+
columnCount: number;
|
|
1294
|
+
pageSizeRef: React.MutableRefObject<number>;
|
|
1295
|
+
cursorIndexRef: {
|
|
1296
|
+
readonly current: number;
|
|
1297
|
+
};
|
|
1298
|
+
UNSTABLE_virtual: {
|
|
1299
|
+
virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
|
|
1300
|
+
totalSize: number;
|
|
1301
|
+
scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
|
|
1302
|
+
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1303
|
+
measure: () => void;
|
|
1304
|
+
};
|
|
1305
|
+
UNSTABLE_defaultItemHeight: number;
|
|
1306
|
+
containerRef: React.RefObject<HTMLDivElement>;
|
|
1307
|
+
id: string;
|
|
1308
|
+
indexRef: React.MutableRefObject<number>;
|
|
1309
|
+
isVirtualized: boolean;
|
|
1310
|
+
items: import("../..").Item<any>[];
|
|
1311
|
+
}) => boolean) | undefined;
|
|
1312
|
+
shouldRemoveItemSize?: ((data: {
|
|
1313
|
+
id: string;
|
|
1314
|
+
}, state: {
|
|
1315
|
+
hiddenIds: string[];
|
|
1316
|
+
nonInteractiveIds: string[];
|
|
1317
|
+
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1318
|
+
itemSizeCache: Record<string, number>;
|
|
1319
|
+
itemWidthCache: Record<string, number>;
|
|
1320
|
+
containerSize: number;
|
|
1321
|
+
containerWidth: number;
|
|
1322
|
+
containerGap: number;
|
|
891
1323
|
overflowTargetWidth: number;
|
|
892
1324
|
selectedIds: string[] | "all";
|
|
893
1325
|
unselectedIds: string[];
|
|
@@ -917,8 +1349,11 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
917
1349
|
hiddenIds: string[];
|
|
918
1350
|
nonInteractiveIds: string[];
|
|
919
1351
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1352
|
+
itemSizeCache: Record<string, number>;
|
|
920
1353
|
itemWidthCache: Record<string, number>;
|
|
1354
|
+
containerSize: number;
|
|
921
1355
|
containerWidth: number;
|
|
1356
|
+
containerGap: number;
|
|
922
1357
|
overflowTargetWidth: number;
|
|
923
1358
|
selectedIds: string[] | "all";
|
|
924
1359
|
unselectedIds: string[];
|
|
@@ -948,8 +1383,11 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
948
1383
|
hiddenIds: string[];
|
|
949
1384
|
nonInteractiveIds: string[];
|
|
950
1385
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1386
|
+
itemSizeCache: Record<string, number>;
|
|
951
1387
|
itemWidthCache: Record<string, number>;
|
|
1388
|
+
containerSize: number;
|
|
952
1389
|
containerWidth: number;
|
|
1390
|
+
containerGap: number;
|
|
953
1391
|
overflowTargetWidth: number;
|
|
954
1392
|
selectedIds: string[] | "all";
|
|
955
1393
|
unselectedIds: string[];
|
|
@@ -979,8 +1417,11 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
979
1417
|
hiddenIds: string[];
|
|
980
1418
|
nonInteractiveIds: string[];
|
|
981
1419
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1420
|
+
itemSizeCache: Record<string, number>;
|
|
982
1421
|
itemWidthCache: Record<string, number>;
|
|
1422
|
+
containerSize: number;
|
|
983
1423
|
containerWidth: number;
|
|
1424
|
+
containerGap: number;
|
|
984
1425
|
overflowTargetWidth: number;
|
|
985
1426
|
selectedIds: string[] | "all";
|
|
986
1427
|
unselectedIds: string[];
|
|
@@ -1008,8 +1449,11 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
1008
1449
|
hiddenIds: string[];
|
|
1009
1450
|
nonInteractiveIds: string[];
|
|
1010
1451
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1452
|
+
itemSizeCache: Record<string, number>;
|
|
1011
1453
|
itemWidthCache: Record<string, number>;
|
|
1454
|
+
containerSize: number;
|
|
1012
1455
|
containerWidth: number;
|
|
1456
|
+
containerGap: number;
|
|
1013
1457
|
overflowTargetWidth: number;
|
|
1014
1458
|
selectedIds: string[] | "all";
|
|
1015
1459
|
unselectedIds: string[];
|
|
@@ -1037,8 +1481,11 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
1037
1481
|
hiddenIds: string[];
|
|
1038
1482
|
nonInteractiveIds: string[];
|
|
1039
1483
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1484
|
+
itemSizeCache: Record<string, number>;
|
|
1040
1485
|
itemWidthCache: Record<string, number>;
|
|
1486
|
+
containerSize: number;
|
|
1041
1487
|
containerWidth: number;
|
|
1488
|
+
containerGap: number;
|
|
1042
1489
|
overflowTargetWidth: number;
|
|
1043
1490
|
selectedIds: string[] | "all";
|
|
1044
1491
|
unselectedIds: string[];
|
|
@@ -1066,8 +1513,11 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
1066
1513
|
hiddenIds: string[];
|
|
1067
1514
|
nonInteractiveIds: string[];
|
|
1068
1515
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1516
|
+
itemSizeCache: Record<string, number>;
|
|
1069
1517
|
itemWidthCache: Record<string, number>;
|
|
1518
|
+
containerSize: number;
|
|
1070
1519
|
containerWidth: number;
|
|
1520
|
+
containerGap: number;
|
|
1071
1521
|
overflowTargetWidth: number;
|
|
1072
1522
|
selectedIds: string[] | "all";
|
|
1073
1523
|
unselectedIds: string[];
|
|
@@ -1097,8 +1547,11 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
1097
1547
|
hiddenIds: string[];
|
|
1098
1548
|
nonInteractiveIds: string[];
|
|
1099
1549
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1550
|
+
itemSizeCache: Record<string, number>;
|
|
1100
1551
|
itemWidthCache: Record<string, number>;
|
|
1552
|
+
containerSize: number;
|
|
1101
1553
|
containerWidth: number;
|
|
1554
|
+
containerGap: number;
|
|
1102
1555
|
overflowTargetWidth: number;
|
|
1103
1556
|
selectedIds: string[] | "all";
|
|
1104
1557
|
unselectedIds: string[];
|
|
@@ -1126,8 +1579,11 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
1126
1579
|
hiddenIds: string[];
|
|
1127
1580
|
nonInteractiveIds: string[];
|
|
1128
1581
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1582
|
+
itemSizeCache: Record<string, number>;
|
|
1129
1583
|
itemWidthCache: Record<string, number>;
|
|
1584
|
+
containerSize: number;
|
|
1130
1585
|
containerWidth: number;
|
|
1586
|
+
containerGap: number;
|
|
1131
1587
|
overflowTargetWidth: number;
|
|
1132
1588
|
selectedIds: string[] | "all";
|
|
1133
1589
|
unselectedIds: string[];
|
|
@@ -1155,8 +1611,11 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
1155
1611
|
hiddenIds: string[];
|
|
1156
1612
|
nonInteractiveIds: string[];
|
|
1157
1613
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1614
|
+
itemSizeCache: Record<string, number>;
|
|
1158
1615
|
itemWidthCache: Record<string, number>;
|
|
1616
|
+
containerSize: number;
|
|
1159
1617
|
containerWidth: number;
|
|
1618
|
+
containerGap: number;
|
|
1160
1619
|
overflowTargetWidth: number;
|
|
1161
1620
|
selectedIds: string[] | "all";
|
|
1162
1621
|
unselectedIds: string[];
|
|
@@ -1184,8 +1643,11 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
1184
1643
|
hiddenIds: string[];
|
|
1185
1644
|
nonInteractiveIds: string[];
|
|
1186
1645
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1646
|
+
itemSizeCache: Record<string, number>;
|
|
1187
1647
|
itemWidthCache: Record<string, number>;
|
|
1648
|
+
containerSize: number;
|
|
1188
1649
|
containerWidth: number;
|
|
1650
|
+
containerGap: number;
|
|
1189
1651
|
overflowTargetWidth: number;
|
|
1190
1652
|
selectedIds: string[] | "all";
|
|
1191
1653
|
unselectedIds: string[];
|
|
@@ -1213,8 +1675,11 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
1213
1675
|
hiddenIds: string[];
|
|
1214
1676
|
nonInteractiveIds: string[];
|
|
1215
1677
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1678
|
+
itemSizeCache: Record<string, number>;
|
|
1216
1679
|
itemWidthCache: Record<string, number>;
|
|
1680
|
+
containerSize: number;
|
|
1217
1681
|
containerWidth: number;
|
|
1682
|
+
containerGap: number;
|
|
1218
1683
|
overflowTargetWidth: number;
|
|
1219
1684
|
selectedIds: string[] | "all";
|
|
1220
1685
|
unselectedIds: string[];
|
|
@@ -1242,8 +1707,11 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
1242
1707
|
hiddenIds: string[];
|
|
1243
1708
|
nonInteractiveIds: string[];
|
|
1244
1709
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1710
|
+
itemSizeCache: Record<string, number>;
|
|
1245
1711
|
itemWidthCache: Record<string, number>;
|
|
1712
|
+
containerSize: number;
|
|
1246
1713
|
containerWidth: number;
|
|
1714
|
+
containerGap: number;
|
|
1247
1715
|
overflowTargetWidth: number;
|
|
1248
1716
|
selectedIds: string[] | "all";
|
|
1249
1717
|
unselectedIds: string[];
|
|
@@ -1271,8 +1739,11 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
1271
1739
|
hiddenIds: string[];
|
|
1272
1740
|
nonInteractiveIds: string[];
|
|
1273
1741
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1742
|
+
itemSizeCache: Record<string, number>;
|
|
1274
1743
|
itemWidthCache: Record<string, number>;
|
|
1744
|
+
containerSize: number;
|
|
1275
1745
|
containerWidth: number;
|
|
1746
|
+
containerGap: number;
|
|
1276
1747
|
overflowTargetWidth: number;
|
|
1277
1748
|
selectedIds: string[] | "all";
|
|
1278
1749
|
unselectedIds: string[];
|
|
@@ -1300,8 +1771,11 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
1300
1771
|
hiddenIds: string[];
|
|
1301
1772
|
nonInteractiveIds: string[];
|
|
1302
1773
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1774
|
+
itemSizeCache: Record<string, number>;
|
|
1303
1775
|
itemWidthCache: Record<string, number>;
|
|
1776
|
+
containerSize: number;
|
|
1304
1777
|
containerWidth: number;
|
|
1778
|
+
containerGap: number;
|
|
1305
1779
|
overflowTargetWidth: number;
|
|
1306
1780
|
selectedIds: string[] | "all";
|
|
1307
1781
|
unselectedIds: string[];
|
|
@@ -1329,8 +1803,11 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
1329
1803
|
hiddenIds: string[];
|
|
1330
1804
|
nonInteractiveIds: string[];
|
|
1331
1805
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1806
|
+
itemSizeCache: Record<string, number>;
|
|
1332
1807
|
itemWidthCache: Record<string, number>;
|
|
1808
|
+
containerSize: number;
|
|
1333
1809
|
containerWidth: number;
|
|
1810
|
+
containerGap: number;
|
|
1334
1811
|
overflowTargetWidth: number;
|
|
1335
1812
|
selectedIds: string[] | "all";
|
|
1336
1813
|
unselectedIds: string[];
|
|
@@ -1358,8 +1835,11 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
1358
1835
|
hiddenIds: string[];
|
|
1359
1836
|
nonInteractiveIds: string[];
|
|
1360
1837
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1838
|
+
itemSizeCache: Record<string, number>;
|
|
1361
1839
|
itemWidthCache: Record<string, number>;
|
|
1840
|
+
containerSize: number;
|
|
1362
1841
|
containerWidth: number;
|
|
1842
|
+
containerGap: number;
|
|
1363
1843
|
overflowTargetWidth: number;
|
|
1364
1844
|
selectedIds: string[] | "all";
|
|
1365
1845
|
unselectedIds: string[];
|
|
@@ -1387,8 +1867,11 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
1387
1867
|
hiddenIds: string[];
|
|
1388
1868
|
nonInteractiveIds: string[];
|
|
1389
1869
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1870
|
+
itemSizeCache: Record<string, number>;
|
|
1390
1871
|
itemWidthCache: Record<string, number>;
|
|
1872
|
+
containerSize: number;
|
|
1391
1873
|
containerWidth: number;
|
|
1874
|
+
containerGap: number;
|
|
1392
1875
|
overflowTargetWidth: number;
|
|
1393
1876
|
selectedIds: string[] | "all";
|
|
1394
1877
|
unselectedIds: string[];
|
|
@@ -1419,8 +1902,11 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
1419
1902
|
hiddenIds: string[];
|
|
1420
1903
|
nonInteractiveIds: string[];
|
|
1421
1904
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1905
|
+
itemSizeCache: Record<string, number>;
|
|
1422
1906
|
itemWidthCache: Record<string, number>;
|
|
1907
|
+
containerSize: number;
|
|
1423
1908
|
containerWidth: number;
|
|
1909
|
+
containerGap: number;
|
|
1424
1910
|
overflowTargetWidth: number;
|
|
1425
1911
|
selectedIds: string[] | "all";
|
|
1426
1912
|
unselectedIds: string[];
|
|
@@ -1450,8 +1936,11 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
1450
1936
|
hiddenIds: string[];
|
|
1451
1937
|
nonInteractiveIds: string[];
|
|
1452
1938
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1939
|
+
itemSizeCache: Record<string, number>;
|
|
1453
1940
|
itemWidthCache: Record<string, number>;
|
|
1941
|
+
containerSize: number;
|
|
1454
1942
|
containerWidth: number;
|
|
1943
|
+
containerGap: number;
|
|
1455
1944
|
overflowTargetWidth: number;
|
|
1456
1945
|
selectedIds: string[] | "all";
|
|
1457
1946
|
unselectedIds: string[];
|
|
@@ -1481,8 +1970,11 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
1481
1970
|
hiddenIds: string[];
|
|
1482
1971
|
nonInteractiveIds: string[];
|
|
1483
1972
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1973
|
+
itemSizeCache: Record<string, number>;
|
|
1484
1974
|
itemWidthCache: Record<string, number>;
|
|
1975
|
+
containerSize: number;
|
|
1485
1976
|
containerWidth: number;
|
|
1977
|
+
containerGap: number;
|
|
1486
1978
|
overflowTargetWidth: number;
|
|
1487
1979
|
selectedIds: string[] | "all";
|
|
1488
1980
|
unselectedIds: string[];
|
|
@@ -1511,8 +2003,11 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
1511
2003
|
hiddenIds: string[];
|
|
1512
2004
|
nonInteractiveIds: string[];
|
|
1513
2005
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
2006
|
+
itemSizeCache: Record<string, number>;
|
|
1514
2007
|
itemWidthCache: Record<string, number>;
|
|
2008
|
+
containerSize: number;
|
|
1515
2009
|
containerWidth: number;
|
|
2010
|
+
containerGap: number;
|
|
1516
2011
|
overflowTargetWidth: number;
|
|
1517
2012
|
selectedIds: string[] | "all";
|
|
1518
2013
|
unselectedIds: string[];
|
|
@@ -1540,9 +2035,20 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
1540
2035
|
select(data: {
|
|
1541
2036
|
id: string;
|
|
1542
2037
|
}): void;
|
|
2038
|
+
setContainerSize(data: {
|
|
2039
|
+
width?: number | undefined;
|
|
2040
|
+
height?: number | undefined;
|
|
2041
|
+
}): void;
|
|
1543
2042
|
setContainerWidth(data: {
|
|
1544
2043
|
width?: number | undefined;
|
|
1545
2044
|
}): void;
|
|
2045
|
+
setContainerGap(data: {
|
|
2046
|
+
size: number;
|
|
2047
|
+
}): void;
|
|
2048
|
+
setOverflowTargetSize(data: {
|
|
2049
|
+
width: number;
|
|
2050
|
+
height: number;
|
|
2051
|
+
}): void;
|
|
1546
2052
|
setOverflowTargetWidth(data: {
|
|
1547
2053
|
width: number;
|
|
1548
2054
|
}): void;
|
|
@@ -1550,6 +2056,14 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
1550
2056
|
id: string;
|
|
1551
2057
|
width: number;
|
|
1552
2058
|
}): void;
|
|
2059
|
+
addItemSize(data: {
|
|
2060
|
+
id: string;
|
|
2061
|
+
width: number;
|
|
2062
|
+
height: number;
|
|
2063
|
+
}): void;
|
|
2064
|
+
removeItemSize(data: {
|
|
2065
|
+
id: string;
|
|
2066
|
+
}): void;
|
|
1553
2067
|
removeItemWidth(data: {
|
|
1554
2068
|
id: string;
|
|
1555
2069
|
}): void;
|
|
@@ -1684,8 +2198,11 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
1684
2198
|
hiddenIds: string[];
|
|
1685
2199
|
nonInteractiveIds: string[];
|
|
1686
2200
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
2201
|
+
itemSizeCache: Record<string, number>;
|
|
1687
2202
|
itemWidthCache: Record<string, number>;
|
|
2203
|
+
containerSize: number;
|
|
1688
2204
|
containerWidth: number;
|
|
2205
|
+
containerGap: number;
|
|
1689
2206
|
overflowTargetWidth: number;
|
|
1690
2207
|
selectedIds: string[] | "all";
|
|
1691
2208
|
unselectedIds: string[];
|
|
@@ -1713,9 +2230,20 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
1713
2230
|
select(data: {
|
|
1714
2231
|
id: string;
|
|
1715
2232
|
}): void;
|
|
2233
|
+
setContainerSize(data: {
|
|
2234
|
+
width?: number | undefined;
|
|
2235
|
+
height?: number | undefined;
|
|
2236
|
+
}): void;
|
|
1716
2237
|
setContainerWidth(data: {
|
|
1717
2238
|
width?: number | undefined;
|
|
1718
2239
|
}): void;
|
|
2240
|
+
setContainerGap(data: {
|
|
2241
|
+
size: number;
|
|
2242
|
+
}): void;
|
|
2243
|
+
setOverflowTargetSize(data: {
|
|
2244
|
+
width: number;
|
|
2245
|
+
height: number;
|
|
2246
|
+
}): void;
|
|
1719
2247
|
setOverflowTargetWidth(data: {
|
|
1720
2248
|
width: number;
|
|
1721
2249
|
}): void;
|
|
@@ -1723,6 +2251,14 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
1723
2251
|
id: string;
|
|
1724
2252
|
width: number;
|
|
1725
2253
|
}): void;
|
|
2254
|
+
addItemSize(data: {
|
|
2255
|
+
id: string;
|
|
2256
|
+
width: number;
|
|
2257
|
+
height: number;
|
|
2258
|
+
}): void;
|
|
2259
|
+
removeItemSize(data: {
|
|
2260
|
+
id: string;
|
|
2261
|
+
}): void;
|
|
1726
2262
|
removeItemWidth(data: {
|
|
1727
2263
|
id: string;
|
|
1728
2264
|
}): void;
|
|
@@ -1851,8 +2387,11 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
1851
2387
|
hiddenIds: string[];
|
|
1852
2388
|
nonInteractiveIds: string[];
|
|
1853
2389
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
2390
|
+
itemSizeCache: Record<string, number>;
|
|
1854
2391
|
itemWidthCache: Record<string, number>;
|
|
2392
|
+
containerSize: number;
|
|
1855
2393
|
containerWidth: number;
|
|
2394
|
+
containerGap: number;
|
|
1856
2395
|
overflowTargetWidth: number;
|
|
1857
2396
|
selectedIds: string[] | "all";
|
|
1858
2397
|
unselectedIds: string[];
|
|
@@ -1880,9 +2419,20 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
1880
2419
|
select(data: {
|
|
1881
2420
|
id: string;
|
|
1882
2421
|
}): void;
|
|
2422
|
+
setContainerSize(data: {
|
|
2423
|
+
width?: number | undefined;
|
|
2424
|
+
height?: number | undefined;
|
|
2425
|
+
}): void;
|
|
1883
2426
|
setContainerWidth(data: {
|
|
1884
2427
|
width?: number | undefined;
|
|
1885
2428
|
}): void;
|
|
2429
|
+
setContainerGap(data: {
|
|
2430
|
+
size: number;
|
|
2431
|
+
}): void;
|
|
2432
|
+
setOverflowTargetSize(data: {
|
|
2433
|
+
width: number;
|
|
2434
|
+
height: number;
|
|
2435
|
+
}): void;
|
|
1886
2436
|
setOverflowTargetWidth(data: {
|
|
1887
2437
|
width: number;
|
|
1888
2438
|
}): void;
|
|
@@ -1890,6 +2440,14 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
1890
2440
|
id: string;
|
|
1891
2441
|
width: number;
|
|
1892
2442
|
}): void;
|
|
2443
|
+
addItemSize(data: {
|
|
2444
|
+
id: string;
|
|
2445
|
+
width: number;
|
|
2446
|
+
height: number;
|
|
2447
|
+
}): void;
|
|
2448
|
+
removeItemSize(data: {
|
|
2449
|
+
id: string;
|
|
2450
|
+
}): void;
|
|
1893
2451
|
removeItemWidth(data: {
|
|
1894
2452
|
id: string;
|
|
1895
2453
|
}): void;
|
|
@@ -2008,8 +2566,11 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
2008
2566
|
hiddenIds: string[];
|
|
2009
2567
|
nonInteractiveIds: string[];
|
|
2010
2568
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
2569
|
+
itemSizeCache: Record<string, number>;
|
|
2011
2570
|
itemWidthCache: Record<string, number>;
|
|
2571
|
+
containerSize: number;
|
|
2012
2572
|
containerWidth: number;
|
|
2573
|
+
containerGap: number;
|
|
2013
2574
|
overflowTargetWidth: number;
|
|
2014
2575
|
selectedIds: string[] | "all";
|
|
2015
2576
|
unselectedIds: string[];
|
|
@@ -2037,9 +2598,20 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
2037
2598
|
select(data: {
|
|
2038
2599
|
id: string;
|
|
2039
2600
|
}): void;
|
|
2601
|
+
setContainerSize(data: {
|
|
2602
|
+
width?: number | undefined;
|
|
2603
|
+
height?: number | undefined;
|
|
2604
|
+
}): void;
|
|
2040
2605
|
setContainerWidth(data: {
|
|
2041
2606
|
width?: number | undefined;
|
|
2042
2607
|
}): void;
|
|
2608
|
+
setContainerGap(data: {
|
|
2609
|
+
size: number;
|
|
2610
|
+
}): void;
|
|
2611
|
+
setOverflowTargetSize(data: {
|
|
2612
|
+
width: number;
|
|
2613
|
+
height: number;
|
|
2614
|
+
}): void;
|
|
2043
2615
|
setOverflowTargetWidth(data: {
|
|
2044
2616
|
width: number;
|
|
2045
2617
|
}): void;
|
|
@@ -2047,6 +2619,14 @@ export declare const ActionBar: import("@workday/canvas-kit-react/common").Compo
|
|
|
2047
2619
|
id: string;
|
|
2048
2620
|
width: number;
|
|
2049
2621
|
}): void;
|
|
2622
|
+
addItemSize(data: {
|
|
2623
|
+
id: string;
|
|
2624
|
+
width: number;
|
|
2625
|
+
height: number;
|
|
2626
|
+
}): void;
|
|
2627
|
+
removeItemSize(data: {
|
|
2628
|
+
id: string;
|
|
2629
|
+
}): void;
|
|
2050
2630
|
removeItemWidth(data: {
|
|
2051
2631
|
id: string;
|
|
2052
2632
|
}): void;
|