@workday/canvas-kit-react 11.1.19 → 11.1.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/collection/lib/useOverflowListMeasure.ts +18 -4
- package/collection/lib/useOverflowListModel.tsx +34 -6
- package/dist/commonjs/action-bar/lib/ActionBar.d.ts +126 -0
- package/dist/commonjs/action-bar/lib/ActionBar.d.ts.map +1 -1
- package/dist/commonjs/action-bar/lib/ActionBarItem.d.ts +8 -0
- package/dist/commonjs/action-bar/lib/ActionBarItem.d.ts.map +1 -1
- package/dist/commonjs/action-bar/lib/ActionBarList.d.ts +9 -1
- package/dist/commonjs/action-bar/lib/ActionBarList.d.ts.map +1 -1
- package/dist/commonjs/action-bar/lib/ActionBarOverflowButton.d.ts +8 -0
- package/dist/commonjs/action-bar/lib/ActionBarOverflowButton.d.ts.map +1 -1
- package/dist/commonjs/action-bar/lib/useActionBarModel.d.ts +122 -0
- package/dist/commonjs/action-bar/lib/useActionBarModel.d.ts.map +1 -1
- package/dist/commonjs/breadcrumbs/lib/Breadcrumbs.d.ts +499 -51
- package/dist/commonjs/breadcrumbs/lib/Breadcrumbs.d.ts.map +1 -1
- package/dist/commonjs/breadcrumbs/lib/BreadcrumbsCurrentItem.d.ts +8 -0
- package/dist/commonjs/breadcrumbs/lib/BreadcrumbsCurrentItem.d.ts.map +1 -1
- package/dist/commonjs/breadcrumbs/lib/BreadcrumbsItem.d.ts +8 -0
- package/dist/commonjs/breadcrumbs/lib/BreadcrumbsItem.d.ts.map +1 -1
- package/dist/commonjs/breadcrumbs/lib/BreadcrumbsList.d.ts +4 -0
- package/dist/commonjs/breadcrumbs/lib/BreadcrumbsList.d.ts.map +1 -1
- package/dist/commonjs/breadcrumbs/lib/BreadcrumbsOverflowButton.d.ts +8 -0
- package/dist/commonjs/breadcrumbs/lib/BreadcrumbsOverflowButton.d.ts.map +1 -1
- package/dist/commonjs/breadcrumbs/lib/hooks/useBreadcrumbsModel.d.ts +122 -0
- package/dist/commonjs/breadcrumbs/lib/hooks/useBreadcrumbsModel.d.ts.map +1 -1
- package/dist/commonjs/collection/lib/useOverflowListItemMeasure.d.ts +4 -0
- package/dist/commonjs/collection/lib/useOverflowListItemMeasure.d.ts.map +1 -1
- package/dist/commonjs/collection/lib/useOverflowListMeasure.d.ts +5 -1
- package/dist/commonjs/collection/lib/useOverflowListMeasure.d.ts.map +1 -1
- package/dist/commonjs/collection/lib/useOverflowListMeasure.js +11 -23
- package/dist/commonjs/collection/lib/useOverflowListModel.d.ts +123 -1
- package/dist/commonjs/collection/lib/useOverflowListModel.d.ts.map +1 -1
- package/dist/commonjs/collection/lib/useOverflowListModel.js +20 -11
- package/dist/commonjs/collection/lib/useOverflowListTarget.d.ts +4 -0
- package/dist/commonjs/collection/lib/useOverflowListTarget.d.ts.map +1 -1
- package/dist/commonjs/tabs/lib/Tabs.d.ts +144 -0
- package/dist/commonjs/tabs/lib/Tabs.d.ts.map +1 -1
- package/dist/commonjs/tabs/lib/TabsItem.d.ts +8 -0
- package/dist/commonjs/tabs/lib/TabsItem.d.ts.map +1 -1
- package/dist/commonjs/tabs/lib/TabsList.d.ts +9 -1
- package/dist/commonjs/tabs/lib/TabsList.d.ts.map +1 -1
- package/dist/commonjs/tabs/lib/TabsOverflowButton.d.ts +8 -0
- package/dist/commonjs/tabs/lib/TabsOverflowButton.d.ts.map +1 -1
- package/dist/commonjs/tabs/lib/TabsPanel.d.ts +8 -0
- package/dist/commonjs/tabs/lib/TabsPanel.d.ts.map +1 -1
- package/dist/commonjs/tabs/lib/TabsPanels.d.ts +4 -0
- package/dist/commonjs/tabs/lib/TabsPanels.d.ts.map +1 -1
- package/dist/commonjs/tabs/lib/useTabsModel.d.ts +148 -0
- package/dist/commonjs/tabs/lib/useTabsModel.d.ts.map +1 -1
- package/dist/es6/action-bar/lib/ActionBar.d.ts +126 -0
- package/dist/es6/action-bar/lib/ActionBar.d.ts.map +1 -1
- package/dist/es6/action-bar/lib/ActionBarItem.d.ts +8 -0
- package/dist/es6/action-bar/lib/ActionBarItem.d.ts.map +1 -1
- package/dist/es6/action-bar/lib/ActionBarList.d.ts +9 -1
- package/dist/es6/action-bar/lib/ActionBarList.d.ts.map +1 -1
- package/dist/es6/action-bar/lib/ActionBarOverflowButton.d.ts +8 -0
- package/dist/es6/action-bar/lib/ActionBarOverflowButton.d.ts.map +1 -1
- package/dist/es6/action-bar/lib/useActionBarModel.d.ts +122 -0
- package/dist/es6/action-bar/lib/useActionBarModel.d.ts.map +1 -1
- package/dist/es6/breadcrumbs/lib/Breadcrumbs.d.ts +499 -51
- package/dist/es6/breadcrumbs/lib/Breadcrumbs.d.ts.map +1 -1
- package/dist/es6/breadcrumbs/lib/BreadcrumbsCurrentItem.d.ts +8 -0
- package/dist/es6/breadcrumbs/lib/BreadcrumbsCurrentItem.d.ts.map +1 -1
- package/dist/es6/breadcrumbs/lib/BreadcrumbsItem.d.ts +8 -0
- package/dist/es6/breadcrumbs/lib/BreadcrumbsItem.d.ts.map +1 -1
- package/dist/es6/breadcrumbs/lib/BreadcrumbsList.d.ts +4 -0
- package/dist/es6/breadcrumbs/lib/BreadcrumbsList.d.ts.map +1 -1
- package/dist/es6/breadcrumbs/lib/BreadcrumbsOverflowButton.d.ts +8 -0
- package/dist/es6/breadcrumbs/lib/BreadcrumbsOverflowButton.d.ts.map +1 -1
- package/dist/es6/breadcrumbs/lib/hooks/useBreadcrumbsModel.d.ts +122 -0
- package/dist/es6/breadcrumbs/lib/hooks/useBreadcrumbsModel.d.ts.map +1 -1
- package/dist/es6/collection/lib/useOverflowListItemMeasure.d.ts +4 -0
- package/dist/es6/collection/lib/useOverflowListItemMeasure.d.ts.map +1 -1
- package/dist/es6/collection/lib/useOverflowListMeasure.d.ts +5 -1
- package/dist/es6/collection/lib/useOverflowListMeasure.d.ts.map +1 -1
- package/dist/es6/collection/lib/useOverflowListMeasure.js +12 -5
- package/dist/es6/collection/lib/useOverflowListModel.d.ts +123 -1
- package/dist/es6/collection/lib/useOverflowListModel.d.ts.map +1 -1
- package/dist/es6/collection/lib/useOverflowListModel.js +20 -11
- package/dist/es6/collection/lib/useOverflowListTarget.d.ts +4 -0
- package/dist/es6/collection/lib/useOverflowListTarget.d.ts.map +1 -1
- package/dist/es6/tabs/lib/Tabs.d.ts +144 -0
- package/dist/es6/tabs/lib/Tabs.d.ts.map +1 -1
- package/dist/es6/tabs/lib/TabsItem.d.ts +8 -0
- package/dist/es6/tabs/lib/TabsItem.d.ts.map +1 -1
- package/dist/es6/tabs/lib/TabsList.d.ts +9 -1
- package/dist/es6/tabs/lib/TabsList.d.ts.map +1 -1
- package/dist/es6/tabs/lib/TabsOverflowButton.d.ts +8 -0
- package/dist/es6/tabs/lib/TabsOverflowButton.d.ts.map +1 -1
- package/dist/es6/tabs/lib/TabsPanel.d.ts +8 -0
- package/dist/es6/tabs/lib/TabsPanel.d.ts.map +1 -1
- package/dist/es6/tabs/lib/TabsPanels.d.ts +4 -0
- package/dist/es6/tabs/lib/TabsPanels.d.ts.map +1 -1
- package/dist/es6/tabs/lib/useTabsModel.d.ts +148 -0
- package/dist/es6/tabs/lib/useTabsModel.d.ts.map +1 -1
- package/package.json +4 -4
|
@@ -20,6 +20,7 @@ export declare const useActionBarItem: import("@workday/canvas-kit-react/common"
|
|
|
20
20
|
hiddenIds: string[];
|
|
21
21
|
itemWidthCache: Record<string, number>;
|
|
22
22
|
containerWidth: number;
|
|
23
|
+
containerGap: number;
|
|
23
24
|
overflowTargetWidth: number;
|
|
24
25
|
selectedIds: string[] | "all";
|
|
25
26
|
unselectedIds: string[];
|
|
@@ -52,6 +53,9 @@ export declare const useActionBarItem: import("@workday/canvas-kit-react/common"
|
|
|
52
53
|
setContainerWidth(data: {
|
|
53
54
|
width?: number | undefined;
|
|
54
55
|
}): void;
|
|
56
|
+
setContainerGap(data: {
|
|
57
|
+
size: number;
|
|
58
|
+
}): void;
|
|
55
59
|
setOverflowTargetWidth(data: {
|
|
56
60
|
width: number;
|
|
57
61
|
}): void;
|
|
@@ -120,6 +124,7 @@ export declare const ActionBarItem: import("@workday/canvas-kit-react/common").E
|
|
|
120
124
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
121
125
|
itemWidthCache: Record<string, number>;
|
|
122
126
|
containerWidth: number;
|
|
127
|
+
containerGap: number;
|
|
123
128
|
overflowTargetWidth: number;
|
|
124
129
|
selectedIds: string[] | "all";
|
|
125
130
|
unselectedIds: string[];
|
|
@@ -150,6 +155,9 @@ export declare const ActionBarItem: import("@workday/canvas-kit-react/common").E
|
|
|
150
155
|
setContainerWidth(data: {
|
|
151
156
|
width?: number | undefined;
|
|
152
157
|
}): void;
|
|
158
|
+
setContainerGap(data: {
|
|
159
|
+
size: number;
|
|
160
|
+
}): void;
|
|
153
161
|
setOverflowTargetWidth(data: {
|
|
154
162
|
width: number;
|
|
155
163
|
}): void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ActionBarItem.d.ts","sourceRoot":"","sources":["../../../../action-bar/lib/ActionBarItem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAU/B,MAAM,WAAW,kBAAkB;IACjC;;;;;;OAMG;IACH,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,eAAO,MAAM,gBAAgB
|
|
1
|
+
{"version":3,"file":"ActionBarItem.d.ts","sourceRoot":"","sources":["../../../../action-bar/lib/ActionBarItem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAU/B,MAAM,WAAW,kBAAkB;IACjC;;;;;;OAMG;IACH,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAgE,CAAC;AAE9F,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAMxB,CAAC"}
|
|
@@ -27,6 +27,7 @@ export declare const useActionBarList: import("@workday/canvas-kit-react/common"
|
|
|
27
27
|
hiddenIds: string[];
|
|
28
28
|
itemWidthCache: Record<string, number>;
|
|
29
29
|
containerWidth: number;
|
|
30
|
+
containerGap: number;
|
|
30
31
|
overflowTargetWidth: number;
|
|
31
32
|
selectedIds: string[] | "all";
|
|
32
33
|
unselectedIds: string[];
|
|
@@ -59,6 +60,9 @@ export declare const useActionBarList: import("@workday/canvas-kit-react/common"
|
|
|
59
60
|
setContainerWidth(data: {
|
|
60
61
|
width?: number | undefined;
|
|
61
62
|
}): void;
|
|
63
|
+
setContainerGap(data: {
|
|
64
|
+
size: number;
|
|
65
|
+
}): void;
|
|
62
66
|
setOverflowTargetWidth(data: {
|
|
63
67
|
width: number;
|
|
64
68
|
}): void;
|
|
@@ -105,7 +109,7 @@ export declare const useActionBarList: import("@workday/canvas-kit-react/common"
|
|
|
105
109
|
navigation: import("../../collection/lib/useCursorListModel").NavigationManager;
|
|
106
110
|
getId: (item: any) => string;
|
|
107
111
|
}, {
|
|
108
|
-
ref: (instance:
|
|
112
|
+
ref: (instance: HTMLElement | null) => void;
|
|
109
113
|
}>;
|
|
110
114
|
export declare const ActionBarList: import("@workday/canvas-kit-react/common").ElementComponentM<"div", ActionBarListProps<any>, {
|
|
111
115
|
state: {
|
|
@@ -114,6 +118,7 @@ export declare const ActionBarList: import("@workday/canvas-kit-react/common").E
|
|
|
114
118
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
115
119
|
itemWidthCache: Record<string, number>;
|
|
116
120
|
containerWidth: number;
|
|
121
|
+
containerGap: number;
|
|
117
122
|
overflowTargetWidth: number;
|
|
118
123
|
selectedIds: string[] | "all";
|
|
119
124
|
unselectedIds: string[];
|
|
@@ -144,6 +149,9 @@ export declare const ActionBarList: import("@workday/canvas-kit-react/common").E
|
|
|
144
149
|
setContainerWidth(data: {
|
|
145
150
|
width?: number | undefined;
|
|
146
151
|
}): void;
|
|
152
|
+
setContainerGap(data: {
|
|
153
|
+
size: number;
|
|
154
|
+
}): void;
|
|
147
155
|
setOverflowTargetWidth(data: {
|
|
148
156
|
width: number;
|
|
149
157
|
}): void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ActionBarList.d.ts","sourceRoot":"","sources":["../../../../action-bar/lib/ActionBarList.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,EAEL,YAAY,EAIb,MAAM,kCAAkC,CAAC;AAC1C,OAAO,EAAC,IAAI,EAAC,MAAM,kCAAkC,CAAC;AAKtD,MAAM,WAAW,kBAAkB,CAAC,CAAC,GAAG,GAAG,CACzC,SAAQ,IAAI,CAAC,YAAY,CAAC,OAAO,IAAI,EAAE,KAAK,CAAC,EAAE,UAAU,CAAC;IAC1D;;;;;;;;OAQG;IACH,QAAQ,EAAE,CAAC,CAAC,IAAI,EAAE,CAAC,EAAE,KAAK,EAAE,MAAM,KAAK,KAAK,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,SAAS,CAAC;IAC1E;;;;;;;OAOG;IACH,cAAc,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAClC;AAcD,eAAO,MAAM,gBAAgB
|
|
1
|
+
{"version":3,"file":"ActionBarList.d.ts","sourceRoot":"","sources":["../../../../action-bar/lib/ActionBarList.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,EAEL,YAAY,EAIb,MAAM,kCAAkC,CAAC;AAC1C,OAAO,EAAC,IAAI,EAAC,MAAM,kCAAkC,CAAC;AAKtD,MAAM,WAAW,kBAAkB,CAAC,CAAC,GAAG,GAAG,CACzC,SAAQ,IAAI,CAAC,YAAY,CAAC,OAAO,IAAI,EAAE,KAAK,CAAC,EAAE,UAAU,CAAC;IAC1D;;;;;;;;OAQG;IACH,QAAQ,EAAE,CAAC,CAAC,IAAI,EAAE,CAAC,EAAE,KAAK,EAAE,MAAM,KAAK,KAAK,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,SAAS,CAAC;IAC1E;;;;;;;OAOG;IACH,cAAc,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAClC;AAcD,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAyB,CAAC;AAEvD,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAuBxB,CAAC"}
|
|
@@ -10,6 +10,7 @@ export declare const useActionBarOverflowButton: import("@workday/canvas-kit-rea
|
|
|
10
10
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
11
11
|
itemWidthCache: Record<string, number>;
|
|
12
12
|
containerWidth: number;
|
|
13
|
+
containerGap: number;
|
|
13
14
|
overflowTargetWidth: number;
|
|
14
15
|
selectedIds: string[] | "all";
|
|
15
16
|
unselectedIds: string[];
|
|
@@ -40,6 +41,9 @@ export declare const useActionBarOverflowButton: import("@workday/canvas-kit-rea
|
|
|
40
41
|
setContainerWidth(data: {
|
|
41
42
|
width?: number | undefined;
|
|
42
43
|
}): void;
|
|
44
|
+
setContainerGap(data: {
|
|
45
|
+
size: number;
|
|
46
|
+
}): void;
|
|
43
47
|
setOverflowTargetWidth(data: {
|
|
44
48
|
width: number;
|
|
45
49
|
}): void;
|
|
@@ -165,6 +169,7 @@ export declare const ActionBarOverflowButton: import("@workday/canvas-kit-react/
|
|
|
165
169
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
166
170
|
itemWidthCache: Record<string, number>;
|
|
167
171
|
containerWidth: number;
|
|
172
|
+
containerGap: number;
|
|
168
173
|
overflowTargetWidth: number;
|
|
169
174
|
selectedIds: string[] | "all";
|
|
170
175
|
unselectedIds: string[];
|
|
@@ -195,6 +200,9 @@ export declare const ActionBarOverflowButton: import("@workday/canvas-kit-react/
|
|
|
195
200
|
setContainerWidth(data: {
|
|
196
201
|
width?: number | undefined;
|
|
197
202
|
}): void;
|
|
203
|
+
setContainerGap(data: {
|
|
204
|
+
size: number;
|
|
205
|
+
}): void;
|
|
198
206
|
setOverflowTargetWidth(data: {
|
|
199
207
|
width: number;
|
|
200
208
|
}): void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ActionBarOverflowButton.d.ts","sourceRoot":"","sources":["../../../../action-bar/lib/ActionBarOverflowButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAe/B,OAAO,EAAkB,oBAAoB,EAAC,MAAM,kCAAkC,CAAC;AAEvF,MAAM,WAAW,4BAA6B,SAAQ,oBAAoB;IACxE,YAAY,EAAE,MAAM,CAAC;CACtB;AAMD,eAAO,MAAM,0BAA0B
|
|
1
|
+
{"version":3,"file":"ActionBarOverflowButton.d.ts","sourceRoot":"","sources":["../../../../action-bar/lib/ActionBarOverflowButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAe/B,OAAO,EAAkB,oBAAoB,EAAC,MAAM,kCAAkC,CAAC;AAEvF,MAAM,WAAW,4BAA6B,SAAQ,oBAAoB;IACxE,YAAY,EAAE,MAAM,CAAC;CACtB;AAMD,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;SAMtC,CAAC;AAEF,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAMlC,CAAC"}
|
|
@@ -63,6 +63,7 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
63
63
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
64
64
|
itemWidthCache: Record<string, number>;
|
|
65
65
|
containerWidth: number;
|
|
66
|
+
containerGap: number;
|
|
66
67
|
overflowTargetWidth: number;
|
|
67
68
|
selectedIds: string[] | "all";
|
|
68
69
|
unselectedIds: string[];
|
|
@@ -94,6 +95,39 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
94
95
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
95
96
|
itemWidthCache: Record<string, number>;
|
|
96
97
|
containerWidth: number;
|
|
98
|
+
containerGap: number;
|
|
99
|
+
overflowTargetWidth: number;
|
|
100
|
+
selectedIds: string[] | "all";
|
|
101
|
+
unselectedIds: string[];
|
|
102
|
+
cursorId: string;
|
|
103
|
+
columnCount: number;
|
|
104
|
+
pageSizeRef: React.MutableRefObject<number>;
|
|
105
|
+
cursorIndexRef: {
|
|
106
|
+
readonly current: number;
|
|
107
|
+
};
|
|
108
|
+
UNSTABLE_virtual: {
|
|
109
|
+
virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
|
|
110
|
+
totalSize: number;
|
|
111
|
+
scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
|
|
112
|
+
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
113
|
+
measure: () => void;
|
|
114
|
+
};
|
|
115
|
+
UNSTABLE_defaultItemHeight: number;
|
|
116
|
+
containerRef: React.RefObject<HTMLDivElement>;
|
|
117
|
+
id: string;
|
|
118
|
+
indexRef: React.MutableRefObject<number>;
|
|
119
|
+
isVirtualized: boolean;
|
|
120
|
+
items: import("@workday/canvas-kit-react/collection").Item<any>[];
|
|
121
|
+
}) => void) | undefined;
|
|
122
|
+
onSetContainerGap?: ((data: {
|
|
123
|
+
size: number;
|
|
124
|
+
}, prevState: {
|
|
125
|
+
hiddenIds: string[];
|
|
126
|
+
nonInteractiveIds: string[];
|
|
127
|
+
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
128
|
+
itemWidthCache: Record<string, number>;
|
|
129
|
+
containerWidth: number;
|
|
130
|
+
containerGap: number;
|
|
97
131
|
overflowTargetWidth: number;
|
|
98
132
|
selectedIds: string[] | "all";
|
|
99
133
|
unselectedIds: string[];
|
|
@@ -125,6 +159,7 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
125
159
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
126
160
|
itemWidthCache: Record<string, number>;
|
|
127
161
|
containerWidth: number;
|
|
162
|
+
containerGap: number;
|
|
128
163
|
overflowTargetWidth: number;
|
|
129
164
|
selectedIds: string[] | "all";
|
|
130
165
|
unselectedIds: string[];
|
|
@@ -157,6 +192,7 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
157
192
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
158
193
|
itemWidthCache: Record<string, number>;
|
|
159
194
|
containerWidth: number;
|
|
195
|
+
containerGap: number;
|
|
160
196
|
overflowTargetWidth: number;
|
|
161
197
|
selectedIds: string[] | "all";
|
|
162
198
|
unselectedIds: string[];
|
|
@@ -188,6 +224,7 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
188
224
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
189
225
|
itemWidthCache: Record<string, number>;
|
|
190
226
|
containerWidth: number;
|
|
227
|
+
containerGap: number;
|
|
191
228
|
overflowTargetWidth: number;
|
|
192
229
|
selectedIds: string[] | "all";
|
|
193
230
|
unselectedIds: string[];
|
|
@@ -219,6 +256,7 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
219
256
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
220
257
|
itemWidthCache: Record<string, number>;
|
|
221
258
|
containerWidth: number;
|
|
259
|
+
containerGap: number;
|
|
222
260
|
overflowTargetWidth: number;
|
|
223
261
|
selectedIds: string[] | "all";
|
|
224
262
|
unselectedIds: string[];
|
|
@@ -250,6 +288,7 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
250
288
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
251
289
|
itemWidthCache: Record<string, number>;
|
|
252
290
|
containerWidth: number;
|
|
291
|
+
containerGap: number;
|
|
253
292
|
overflowTargetWidth: number;
|
|
254
293
|
selectedIds: string[] | "all";
|
|
255
294
|
unselectedIds: string[];
|
|
@@ -279,6 +318,7 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
279
318
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
280
319
|
itemWidthCache: Record<string, number>;
|
|
281
320
|
containerWidth: number;
|
|
321
|
+
containerGap: number;
|
|
282
322
|
overflowTargetWidth: number;
|
|
283
323
|
selectedIds: string[] | "all";
|
|
284
324
|
unselectedIds: string[];
|
|
@@ -308,6 +348,7 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
308
348
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
309
349
|
itemWidthCache: Record<string, number>;
|
|
310
350
|
containerWidth: number;
|
|
351
|
+
containerGap: number;
|
|
311
352
|
overflowTargetWidth: number;
|
|
312
353
|
selectedIds: string[] | "all";
|
|
313
354
|
unselectedIds: string[];
|
|
@@ -339,6 +380,7 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
339
380
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
340
381
|
itemWidthCache: Record<string, number>;
|
|
341
382
|
containerWidth: number;
|
|
383
|
+
containerGap: number;
|
|
342
384
|
overflowTargetWidth: number;
|
|
343
385
|
selectedIds: string[] | "all";
|
|
344
386
|
unselectedIds: string[];
|
|
@@ -368,6 +410,7 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
368
410
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
369
411
|
itemWidthCache: Record<string, number>;
|
|
370
412
|
containerWidth: number;
|
|
413
|
+
containerGap: number;
|
|
371
414
|
overflowTargetWidth: number;
|
|
372
415
|
selectedIds: string[] | "all";
|
|
373
416
|
unselectedIds: string[];
|
|
@@ -397,6 +440,7 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
397
440
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
398
441
|
itemWidthCache: Record<string, number>;
|
|
399
442
|
containerWidth: number;
|
|
443
|
+
containerGap: number;
|
|
400
444
|
overflowTargetWidth: number;
|
|
401
445
|
selectedIds: string[] | "all";
|
|
402
446
|
unselectedIds: string[];
|
|
@@ -426,6 +470,7 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
426
470
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
427
471
|
itemWidthCache: Record<string, number>;
|
|
428
472
|
containerWidth: number;
|
|
473
|
+
containerGap: number;
|
|
429
474
|
overflowTargetWidth: number;
|
|
430
475
|
selectedIds: string[] | "all";
|
|
431
476
|
unselectedIds: string[];
|
|
@@ -455,6 +500,7 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
455
500
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
456
501
|
itemWidthCache: Record<string, number>;
|
|
457
502
|
containerWidth: number;
|
|
503
|
+
containerGap: number;
|
|
458
504
|
overflowTargetWidth: number;
|
|
459
505
|
selectedIds: string[] | "all";
|
|
460
506
|
unselectedIds: string[];
|
|
@@ -484,6 +530,7 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
484
530
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
485
531
|
itemWidthCache: Record<string, number>;
|
|
486
532
|
containerWidth: number;
|
|
533
|
+
containerGap: number;
|
|
487
534
|
overflowTargetWidth: number;
|
|
488
535
|
selectedIds: string[] | "all";
|
|
489
536
|
unselectedIds: string[];
|
|
@@ -513,6 +560,7 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
513
560
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
514
561
|
itemWidthCache: Record<string, number>;
|
|
515
562
|
containerWidth: number;
|
|
563
|
+
containerGap: number;
|
|
516
564
|
overflowTargetWidth: number;
|
|
517
565
|
selectedIds: string[] | "all";
|
|
518
566
|
unselectedIds: string[];
|
|
@@ -542,6 +590,7 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
542
590
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
543
591
|
itemWidthCache: Record<string, number>;
|
|
544
592
|
containerWidth: number;
|
|
593
|
+
containerGap: number;
|
|
545
594
|
overflowTargetWidth: number;
|
|
546
595
|
selectedIds: string[] | "all";
|
|
547
596
|
unselectedIds: string[];
|
|
@@ -571,6 +620,7 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
571
620
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
572
621
|
itemWidthCache: Record<string, number>;
|
|
573
622
|
containerWidth: number;
|
|
623
|
+
containerGap: number;
|
|
574
624
|
overflowTargetWidth: number;
|
|
575
625
|
selectedIds: string[] | "all";
|
|
576
626
|
unselectedIds: string[];
|
|
@@ -600,6 +650,7 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
600
650
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
601
651
|
itemWidthCache: Record<string, number>;
|
|
602
652
|
containerWidth: number;
|
|
653
|
+
containerGap: number;
|
|
603
654
|
overflowTargetWidth: number;
|
|
604
655
|
selectedIds: string[] | "all";
|
|
605
656
|
unselectedIds: string[];
|
|
@@ -629,6 +680,7 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
629
680
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
630
681
|
itemWidthCache: Record<string, number>;
|
|
631
682
|
containerWidth: number;
|
|
683
|
+
containerGap: number;
|
|
632
684
|
overflowTargetWidth: number;
|
|
633
685
|
selectedIds: string[] | "all";
|
|
634
686
|
unselectedIds: string[];
|
|
@@ -661,6 +713,7 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
661
713
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
662
714
|
itemWidthCache: Record<string, number>;
|
|
663
715
|
containerWidth: number;
|
|
716
|
+
containerGap: number;
|
|
664
717
|
overflowTargetWidth: number;
|
|
665
718
|
selectedIds: string[] | "all";
|
|
666
719
|
unselectedIds: string[];
|
|
@@ -692,6 +745,7 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
692
745
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
693
746
|
itemWidthCache: Record<string, number>;
|
|
694
747
|
containerWidth: number;
|
|
748
|
+
containerGap: number;
|
|
695
749
|
overflowTargetWidth: number;
|
|
696
750
|
selectedIds: string[] | "all";
|
|
697
751
|
unselectedIds: string[];
|
|
@@ -723,6 +777,7 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
723
777
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
724
778
|
itemWidthCache: Record<string, number>;
|
|
725
779
|
containerWidth: number;
|
|
780
|
+
containerGap: number;
|
|
726
781
|
overflowTargetWidth: number;
|
|
727
782
|
selectedIds: string[] | "all";
|
|
728
783
|
unselectedIds: string[];
|
|
@@ -755,6 +810,7 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
755
810
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
756
811
|
itemWidthCache: Record<string, number>;
|
|
757
812
|
containerWidth: number;
|
|
813
|
+
containerGap: number;
|
|
758
814
|
overflowTargetWidth: number;
|
|
759
815
|
selectedIds: string[] | "all";
|
|
760
816
|
unselectedIds: string[];
|
|
@@ -786,6 +842,39 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
786
842
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
787
843
|
itemWidthCache: Record<string, number>;
|
|
788
844
|
containerWidth: number;
|
|
845
|
+
containerGap: number;
|
|
846
|
+
overflowTargetWidth: number;
|
|
847
|
+
selectedIds: string[] | "all";
|
|
848
|
+
unselectedIds: string[];
|
|
849
|
+
cursorId: string;
|
|
850
|
+
columnCount: number;
|
|
851
|
+
pageSizeRef: React.MutableRefObject<number>;
|
|
852
|
+
cursorIndexRef: {
|
|
853
|
+
readonly current: number;
|
|
854
|
+
};
|
|
855
|
+
UNSTABLE_virtual: {
|
|
856
|
+
virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
|
|
857
|
+
totalSize: number;
|
|
858
|
+
scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
|
|
859
|
+
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
860
|
+
measure: () => void;
|
|
861
|
+
};
|
|
862
|
+
UNSTABLE_defaultItemHeight: number;
|
|
863
|
+
containerRef: React.RefObject<HTMLDivElement>;
|
|
864
|
+
id: string;
|
|
865
|
+
indexRef: React.MutableRefObject<number>;
|
|
866
|
+
isVirtualized: boolean;
|
|
867
|
+
items: import("@workday/canvas-kit-react/collection").Item<any>[];
|
|
868
|
+
}) => boolean) | undefined;
|
|
869
|
+
shouldSetContainerGap?: ((data: {
|
|
870
|
+
size: number;
|
|
871
|
+
}, state: {
|
|
872
|
+
hiddenIds: string[];
|
|
873
|
+
nonInteractiveIds: string[];
|
|
874
|
+
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
875
|
+
itemWidthCache: Record<string, number>;
|
|
876
|
+
containerWidth: number;
|
|
877
|
+
containerGap: number;
|
|
789
878
|
overflowTargetWidth: number;
|
|
790
879
|
selectedIds: string[] | "all";
|
|
791
880
|
unselectedIds: string[];
|
|
@@ -817,6 +906,7 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
817
906
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
818
907
|
itemWidthCache: Record<string, number>;
|
|
819
908
|
containerWidth: number;
|
|
909
|
+
containerGap: number;
|
|
820
910
|
overflowTargetWidth: number;
|
|
821
911
|
selectedIds: string[] | "all";
|
|
822
912
|
unselectedIds: string[];
|
|
@@ -849,6 +939,7 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
849
939
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
850
940
|
itemWidthCache: Record<string, number>;
|
|
851
941
|
containerWidth: number;
|
|
942
|
+
containerGap: number;
|
|
852
943
|
overflowTargetWidth: number;
|
|
853
944
|
selectedIds: string[] | "all";
|
|
854
945
|
unselectedIds: string[];
|
|
@@ -880,6 +971,7 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
880
971
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
881
972
|
itemWidthCache: Record<string, number>;
|
|
882
973
|
containerWidth: number;
|
|
974
|
+
containerGap: number;
|
|
883
975
|
overflowTargetWidth: number;
|
|
884
976
|
selectedIds: string[] | "all";
|
|
885
977
|
unselectedIds: string[];
|
|
@@ -911,6 +1003,7 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
911
1003
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
912
1004
|
itemWidthCache: Record<string, number>;
|
|
913
1005
|
containerWidth: number;
|
|
1006
|
+
containerGap: number;
|
|
914
1007
|
overflowTargetWidth: number;
|
|
915
1008
|
selectedIds: string[] | "all";
|
|
916
1009
|
unselectedIds: string[];
|
|
@@ -942,6 +1035,7 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
942
1035
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
943
1036
|
itemWidthCache: Record<string, number>;
|
|
944
1037
|
containerWidth: number;
|
|
1038
|
+
containerGap: number;
|
|
945
1039
|
overflowTargetWidth: number;
|
|
946
1040
|
selectedIds: string[] | "all";
|
|
947
1041
|
unselectedIds: string[];
|
|
@@ -971,6 +1065,7 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
971
1065
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
972
1066
|
itemWidthCache: Record<string, number>;
|
|
973
1067
|
containerWidth: number;
|
|
1068
|
+
containerGap: number;
|
|
974
1069
|
overflowTargetWidth: number;
|
|
975
1070
|
selectedIds: string[] | "all";
|
|
976
1071
|
unselectedIds: string[];
|
|
@@ -1000,6 +1095,7 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
1000
1095
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1001
1096
|
itemWidthCache: Record<string, number>;
|
|
1002
1097
|
containerWidth: number;
|
|
1098
|
+
containerGap: number;
|
|
1003
1099
|
overflowTargetWidth: number;
|
|
1004
1100
|
selectedIds: string[] | "all";
|
|
1005
1101
|
unselectedIds: string[];
|
|
@@ -1031,6 +1127,7 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
1031
1127
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1032
1128
|
itemWidthCache: Record<string, number>;
|
|
1033
1129
|
containerWidth: number;
|
|
1130
|
+
containerGap: number;
|
|
1034
1131
|
overflowTargetWidth: number;
|
|
1035
1132
|
selectedIds: string[] | "all";
|
|
1036
1133
|
unselectedIds: string[];
|
|
@@ -1060,6 +1157,7 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
1060
1157
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1061
1158
|
itemWidthCache: Record<string, number>;
|
|
1062
1159
|
containerWidth: number;
|
|
1160
|
+
containerGap: number;
|
|
1063
1161
|
overflowTargetWidth: number;
|
|
1064
1162
|
selectedIds: string[] | "all";
|
|
1065
1163
|
unselectedIds: string[];
|
|
@@ -1089,6 +1187,7 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
1089
1187
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1090
1188
|
itemWidthCache: Record<string, number>;
|
|
1091
1189
|
containerWidth: number;
|
|
1190
|
+
containerGap: number;
|
|
1092
1191
|
overflowTargetWidth: number;
|
|
1093
1192
|
selectedIds: string[] | "all";
|
|
1094
1193
|
unselectedIds: string[];
|
|
@@ -1118,6 +1217,7 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
1118
1217
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1119
1218
|
itemWidthCache: Record<string, number>;
|
|
1120
1219
|
containerWidth: number;
|
|
1220
|
+
containerGap: number;
|
|
1121
1221
|
overflowTargetWidth: number;
|
|
1122
1222
|
selectedIds: string[] | "all";
|
|
1123
1223
|
unselectedIds: string[];
|
|
@@ -1147,6 +1247,7 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
1147
1247
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1148
1248
|
itemWidthCache: Record<string, number>;
|
|
1149
1249
|
containerWidth: number;
|
|
1250
|
+
containerGap: number;
|
|
1150
1251
|
overflowTargetWidth: number;
|
|
1151
1252
|
selectedIds: string[] | "all";
|
|
1152
1253
|
unselectedIds: string[];
|
|
@@ -1176,6 +1277,7 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
1176
1277
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1177
1278
|
itemWidthCache: Record<string, number>;
|
|
1178
1279
|
containerWidth: number;
|
|
1280
|
+
containerGap: number;
|
|
1179
1281
|
overflowTargetWidth: number;
|
|
1180
1282
|
selectedIds: string[] | "all";
|
|
1181
1283
|
unselectedIds: string[];
|
|
@@ -1205,6 +1307,7 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
1205
1307
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1206
1308
|
itemWidthCache: Record<string, number>;
|
|
1207
1309
|
containerWidth: number;
|
|
1310
|
+
containerGap: number;
|
|
1208
1311
|
overflowTargetWidth: number;
|
|
1209
1312
|
selectedIds: string[] | "all";
|
|
1210
1313
|
unselectedIds: string[];
|
|
@@ -1234,6 +1337,7 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
1234
1337
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1235
1338
|
itemWidthCache: Record<string, number>;
|
|
1236
1339
|
containerWidth: number;
|
|
1340
|
+
containerGap: number;
|
|
1237
1341
|
overflowTargetWidth: number;
|
|
1238
1342
|
selectedIds: string[] | "all";
|
|
1239
1343
|
unselectedIds: string[];
|
|
@@ -1263,6 +1367,7 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
1263
1367
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1264
1368
|
itemWidthCache: Record<string, number>;
|
|
1265
1369
|
containerWidth: number;
|
|
1370
|
+
containerGap: number;
|
|
1266
1371
|
overflowTargetWidth: number;
|
|
1267
1372
|
selectedIds: string[] | "all";
|
|
1268
1373
|
unselectedIds: string[];
|
|
@@ -1292,6 +1397,7 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
1292
1397
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1293
1398
|
itemWidthCache: Record<string, number>;
|
|
1294
1399
|
containerWidth: number;
|
|
1400
|
+
containerGap: number;
|
|
1295
1401
|
overflowTargetWidth: number;
|
|
1296
1402
|
selectedIds: string[] | "all";
|
|
1297
1403
|
unselectedIds: string[];
|
|
@@ -1321,6 +1427,7 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
1321
1427
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1322
1428
|
itemWidthCache: Record<string, number>;
|
|
1323
1429
|
containerWidth: number;
|
|
1430
|
+
containerGap: number;
|
|
1324
1431
|
overflowTargetWidth: number;
|
|
1325
1432
|
selectedIds: string[] | "all";
|
|
1326
1433
|
unselectedIds: string[];
|
|
@@ -1353,6 +1460,7 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
1353
1460
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1354
1461
|
itemWidthCache: Record<string, number>;
|
|
1355
1462
|
containerWidth: number;
|
|
1463
|
+
containerGap: number;
|
|
1356
1464
|
overflowTargetWidth: number;
|
|
1357
1465
|
selectedIds: string[] | "all";
|
|
1358
1466
|
unselectedIds: string[];
|
|
@@ -1384,6 +1492,7 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
1384
1492
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1385
1493
|
itemWidthCache: Record<string, number>;
|
|
1386
1494
|
containerWidth: number;
|
|
1495
|
+
containerGap: number;
|
|
1387
1496
|
overflowTargetWidth: number;
|
|
1388
1497
|
selectedIds: string[] | "all";
|
|
1389
1498
|
unselectedIds: string[];
|
|
@@ -1415,6 +1524,7 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
1415
1524
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1416
1525
|
itemWidthCache: Record<string, number>;
|
|
1417
1526
|
containerWidth: number;
|
|
1527
|
+
containerGap: number;
|
|
1418
1528
|
overflowTargetWidth: number;
|
|
1419
1529
|
selectedIds: string[] | "all";
|
|
1420
1530
|
unselectedIds: string[];
|
|
@@ -1445,6 +1555,7 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
1445
1555
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1446
1556
|
itemWidthCache: Record<string, number>;
|
|
1447
1557
|
containerWidth: number;
|
|
1558
|
+
containerGap: number;
|
|
1448
1559
|
overflowTargetWidth: number;
|
|
1449
1560
|
selectedIds: string[] | "all";
|
|
1450
1561
|
unselectedIds: string[];
|
|
@@ -1475,6 +1586,9 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
1475
1586
|
setContainerWidth(data: {
|
|
1476
1587
|
width?: number | undefined;
|
|
1477
1588
|
}): void;
|
|
1589
|
+
setContainerGap(data: {
|
|
1590
|
+
size: number;
|
|
1591
|
+
}): void;
|
|
1478
1592
|
setOverflowTargetWidth(data: {
|
|
1479
1593
|
width: number;
|
|
1480
1594
|
}): void;
|
|
@@ -1653,6 +1767,7 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
1653
1767
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1654
1768
|
itemWidthCache: Record<string, number>;
|
|
1655
1769
|
containerWidth: number;
|
|
1770
|
+
containerGap: number;
|
|
1656
1771
|
overflowTargetWidth: number;
|
|
1657
1772
|
selectedIds: string[] | "all";
|
|
1658
1773
|
unselectedIds: string[];
|
|
@@ -1682,6 +1797,9 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
1682
1797
|
setContainerWidth(data: {
|
|
1683
1798
|
width?: number | undefined;
|
|
1684
1799
|
}): void;
|
|
1800
|
+
setContainerGap(data: {
|
|
1801
|
+
size: number;
|
|
1802
|
+
}): void;
|
|
1685
1803
|
setOverflowTargetWidth(data: {
|
|
1686
1804
|
width: number;
|
|
1687
1805
|
}): void;
|
|
@@ -1730,6 +1848,7 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
1730
1848
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1731
1849
|
itemWidthCache: Record<string, number>;
|
|
1732
1850
|
containerWidth: number;
|
|
1851
|
+
containerGap: number;
|
|
1733
1852
|
overflowTargetWidth: number;
|
|
1734
1853
|
selectedIds: string[] | "all";
|
|
1735
1854
|
unselectedIds: string[];
|
|
@@ -1760,6 +1879,9 @@ export declare const useActionBarModel: (<TT_Special_Generic>(config?: (Partial<
|
|
|
1760
1879
|
setContainerWidth(data: {
|
|
1761
1880
|
width?: number | undefined;
|
|
1762
1881
|
}): void;
|
|
1882
|
+
setContainerGap(data: {
|
|
1883
|
+
size: number;
|
|
1884
|
+
}): void;
|
|
1763
1885
|
setOverflowTargetWidth(data: {
|
|
1764
1886
|
width: number;
|
|
1765
1887
|
}): void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useActionBarModel.d.ts","sourceRoot":"","sources":["../../../../action-bar/lib/useActionBarModel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B,eAAO,MAAM,iBAAiB;IAG1B;;;OAGG;;IAEH;;;;OAIG;;;;;;;;;;;;;;;;;;;;;;;IAGH;;;;OAIG
|
|
1
|
+
{"version":3,"file":"useActionBarModel.d.ts","sourceRoot":"","sources":["../../../../action-bar/lib/useActionBarModel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B,eAAO,MAAM,iBAAiB;IAG1B;;;OAGG;;IAEH;;;;OAIG;;;;;;;;;;;;;;;;;;;;;;;IAGH;;;;OAIG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAhBH;;;OAGG;;IAEH;;;;OAIG;;;;;;;;;;;;;;;;;;;;;;;IAGH;;;;OAIG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA8EL,CAAC"}
|