@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
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Breadcrumbs.d.ts","sourceRoot":"","sources":["../../../../breadcrumbs/lib/Breadcrumbs.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAW/B,MAAM,WAAW,gBAAgB;IAC/B;;;;OAIG;IACH,YAAY,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4CG;AACH,eAAO,MAAM,WAAW
|
|
1
|
+
{"version":3,"file":"Breadcrumbs.d.ts","sourceRoot":"","sources":["../../../../breadcrumbs/lib/Breadcrumbs.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAW/B,MAAM,WAAW,gBAAgB;IAC/B;;;;OAIG;IACH,YAAY,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4CG;AACH,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCAyCpB;;;;;;WAMG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCANH;;;;;;WAMG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCANH;;;;;;WAMG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCANH;;;;;;WAMG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCANH;;;;;;WAMG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCANH;;;;;;WAMG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCANH;;;;;;WAMG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCANH;;;;;;WAMG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCANH;;;;;;WAMG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCANH;;;;;;WAMG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCANH;;;;;;WAMG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCANH;;;;;;WAMG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCANH;;;;;;WAMG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCANH;;;;;;WAMG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCANH;;;;;;WAMG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCANH;;;;;;WAMG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCANH;;;;;;WAMG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCANH;;;;;;WAMG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCANH;;;;;;WAMG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCANH;;;;;;WAMG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCANH;;;;;;WAMG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCANH;;;;;;WAMG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCANH;;;;;;WAMG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCANH;;;;;;WAMG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCANH;;;;;;WAMG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCANH;;;;;;WAMG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCANH;;;;;;WAMG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCANH;;;;;;WAMG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCANH;;;;;;WAMG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCANH;;;;;;WAMG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCANH;;;;;;WAMG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCANH;;;;;;WAMG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCANH;;;;;;WAMG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCANH;;;;;;WAMG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCANH;;;;;;WAMG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCANH;;;;;;WAMG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCANH;;;;;;WAMG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCANH;;;;;;WAMG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCANH;;;;;;WAMG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCANH;;;;;;WAMG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCANH;;;;;;WAMG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCANH;;;;;;WAMG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCANH;;;;;;WAMG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCANH;;;;;;WAMG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCANH;;;;;;WAMG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCANH;;;;;;WAMG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCANH;;;;;;WAMG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCANH;;;;;;WAMG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCANH;;;;;;WAMG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA3CH;;;;;;;;;;;;;;;;;;;;OAoBG;;;;;;;;;yCAiBH;;;;;;eAMG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IArBH;;;;;;;;;;;;;OAaG;;;;;;;;;yCAEH;;;;;;eAMG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IANH;;;;;;OAMG;;IAEH;;;;;;;;;OASG;;;;;;;;;yCAjBH;;;;;;eAMG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAaH;;;;;;;;;;;;;;;OAeG;;;;;;;;;yCAlCH;;;;;;eAMG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA8BH;;;;;;;;;;;;;;OAcG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAWL,CAAC"}
|
|
@@ -11,6 +11,7 @@ export declare const useBreadcrumbsItem: import("@workday/canvas-kit-react/commo
|
|
|
11
11
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
12
12
|
itemWidthCache: Record<string, number>;
|
|
13
13
|
containerWidth: number;
|
|
14
|
+
containerGap: number;
|
|
14
15
|
overflowTargetWidth: number;
|
|
15
16
|
selectedIds: string[] | "all";
|
|
16
17
|
unselectedIds: string[];
|
|
@@ -41,6 +42,9 @@ export declare const useBreadcrumbsItem: import("@workday/canvas-kit-react/commo
|
|
|
41
42
|
setContainerWidth(data: {
|
|
42
43
|
width?: number | undefined;
|
|
43
44
|
}): void;
|
|
45
|
+
setContainerGap(data: {
|
|
46
|
+
size: number;
|
|
47
|
+
}): void;
|
|
44
48
|
setOverflowTargetWidth(data: {
|
|
45
49
|
width: number;
|
|
46
50
|
}): void;
|
|
@@ -184,6 +188,7 @@ export declare const BreadcrumbsCurrentItem: import("@workday/canvas-kit-react/c
|
|
|
184
188
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
185
189
|
itemWidthCache: Record<string, number>;
|
|
186
190
|
containerWidth: number;
|
|
191
|
+
containerGap: number;
|
|
187
192
|
overflowTargetWidth: number;
|
|
188
193
|
selectedIds: string[] | "all";
|
|
189
194
|
unselectedIds: string[];
|
|
@@ -214,6 +219,9 @@ export declare const BreadcrumbsCurrentItem: import("@workday/canvas-kit-react/c
|
|
|
214
219
|
setContainerWidth(data: {
|
|
215
220
|
width?: number | undefined;
|
|
216
221
|
}): void;
|
|
222
|
+
setContainerGap(data: {
|
|
223
|
+
size: number;
|
|
224
|
+
}): void;
|
|
217
225
|
setOverflowTargetWidth(data: {
|
|
218
226
|
width: number;
|
|
219
227
|
}): void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BreadcrumbsCurrentItem.d.ts","sourceRoot":"","sources":["../../../../breadcrumbs/lib/BreadcrumbsCurrentItem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAQ1B,OAAO,EAAkB,oBAAoB,EAAC,MAAM,mCAAmC,CAAC;AAMxF,OAAO,EAAO,SAAS,EAAC,MAAM,gCAAgC,CAAC;AAE/D,MAAM,WAAW,2BAA4B,SAAQ,SAAS;IAC5D,YAAY,CAAC,EAAE,oBAAoB,CAAC;CACrC;AAED,eAAO,MAAM,kBAAkB
|
|
1
|
+
{"version":3,"file":"BreadcrumbsCurrentItem.d.ts","sourceRoot":"","sources":["../../../../breadcrumbs/lib/BreadcrumbsCurrentItem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAQ1B,OAAO,EAAkB,oBAAoB,EAAC,MAAM,mCAAmC,CAAC;AAMxF,OAAO,EAAO,SAAS,EAAC,MAAM,gCAAgC,CAAC;AAE/D,MAAM,WAAW,2BAA4B,SAAQ,SAAS;IAC5D,YAAY,CAAC,EAAE,oBAAoB,CAAC;CACrC;AAED,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAkB9B,CAAC;AAEF,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAwBlC,CAAC"}
|
|
@@ -21,6 +21,7 @@ export declare const useBreadcrumbsItem: import("@workday/canvas-kit-react/commo
|
|
|
21
21
|
hiddenIds: string[];
|
|
22
22
|
itemWidthCache: Record<string, number>;
|
|
23
23
|
containerWidth: number;
|
|
24
|
+
containerGap: number;
|
|
24
25
|
overflowTargetWidth: number;
|
|
25
26
|
selectedIds: string[] | "all";
|
|
26
27
|
unselectedIds: string[];
|
|
@@ -53,6 +54,9 @@ export declare const useBreadcrumbsItem: import("@workday/canvas-kit-react/commo
|
|
|
53
54
|
setContainerWidth(data: {
|
|
54
55
|
width?: number | undefined;
|
|
55
56
|
}): void;
|
|
57
|
+
setContainerGap(data: {
|
|
58
|
+
size: number;
|
|
59
|
+
}): void;
|
|
56
60
|
setOverflowTargetWidth(data: {
|
|
57
61
|
width: number;
|
|
58
62
|
}): void;
|
|
@@ -121,6 +125,7 @@ export declare const BreadcrumbsItem: import("@workday/canvas-kit-react/common")
|
|
|
121
125
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
122
126
|
itemWidthCache: Record<string, number>;
|
|
123
127
|
containerWidth: number;
|
|
128
|
+
containerGap: number;
|
|
124
129
|
overflowTargetWidth: number;
|
|
125
130
|
selectedIds: string[] | "all";
|
|
126
131
|
unselectedIds: string[];
|
|
@@ -151,6 +156,9 @@ export declare const BreadcrumbsItem: import("@workday/canvas-kit-react/common")
|
|
|
151
156
|
setContainerWidth(data: {
|
|
152
157
|
width?: number | undefined;
|
|
153
158
|
}): void;
|
|
159
|
+
setContainerGap(data: {
|
|
160
|
+
size: number;
|
|
161
|
+
}): void;
|
|
154
162
|
setOverflowTargetWidth(data: {
|
|
155
163
|
width: number;
|
|
156
164
|
}): void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BreadcrumbsItem.d.ts","sourceRoot":"","sources":["../../../../breadcrumbs/lib/BreadcrumbsItem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAM/B,OAAO,EAAO,SAAS,EAAC,MAAM,kCAAkC,CAAC;AAOjE,MAAM,WAAW,oBAAqB,SAAQ,SAAS;IACrD;;;;;;OAMG;IACH,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,eAAO,MAAM,kBAAkB
|
|
1
|
+
{"version":3,"file":"BreadcrumbsItem.d.ts","sourceRoot":"","sources":["../../../../breadcrumbs/lib/BreadcrumbsItem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAM/B,OAAO,EAAO,SAAS,EAAC,MAAM,kCAAkC,CAAC;AAOjE,MAAM,WAAW,oBAAqB,SAAQ,SAAS;IACrD;;;;;;OAMG;IACH,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAgE,CAAC;AAEhG,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwB1B,CAAC"}
|
|
@@ -21,6 +21,7 @@ export declare const BreadcrumbsList: import("@workday/canvas-kit-react/common")
|
|
|
21
21
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
22
22
|
itemWidthCache: Record<string, number>;
|
|
23
23
|
containerWidth: number;
|
|
24
|
+
containerGap: number;
|
|
24
25
|
overflowTargetWidth: number;
|
|
25
26
|
selectedIds: string[] | "all";
|
|
26
27
|
unselectedIds: string[];
|
|
@@ -51,6 +52,9 @@ export declare const BreadcrumbsList: import("@workday/canvas-kit-react/common")
|
|
|
51
52
|
setContainerWidth(data: {
|
|
52
53
|
width?: number | undefined;
|
|
53
54
|
}): void;
|
|
55
|
+
setContainerGap(data: {
|
|
56
|
+
size: number;
|
|
57
|
+
}): void;
|
|
54
58
|
setOverflowTargetWidth(data: {
|
|
55
59
|
width: number;
|
|
56
60
|
}): void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BreadcrumbsList.d.ts","sourceRoot":"","sources":["../../../../breadcrumbs/lib/BreadcrumbsList.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAqB,YAAY,EAAC,MAAM,kCAAkC,CAAC;AAClF,OAAO,EAAC,IAAI,EAAC,MAAM,kCAAkC,CAAC;AAKtD,MAAM,WAAW,oBAAoB,CAAC,CAAC,GAAG,GAAG,CAC3C,SAAQ,IAAI,CAAC,YAAY,CAAC,OAAO,IAAI,EAAE,KAAK,CAAC,EAAE,UAAU,CAAC;IAC1D,cAAc,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACjC;;;;;;;;OAQG;IACH,QAAQ,EAAE,CAAC,CAAC,IAAI,EAAE,CAAC,EAAE,KAAK,EAAE,MAAM,KAAK,KAAK,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,SAAS,CAAC;CAC3E;AAED,eAAO,MAAM,eAAe
|
|
1
|
+
{"version":3,"file":"BreadcrumbsList.d.ts","sourceRoot":"","sources":["../../../../breadcrumbs/lib/BreadcrumbsList.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAqB,YAAY,EAAC,MAAM,kCAAkC,CAAC;AAClF,OAAO,EAAC,IAAI,EAAC,MAAM,kCAAkC,CAAC;AAKtD,MAAM,WAAW,oBAAoB,CAAC,CAAC,GAAG,GAAG,CAC3C,SAAQ,IAAI,CAAC,YAAY,CAAC,OAAO,IAAI,EAAE,KAAK,CAAC,EAAE,UAAU,CAAC;IAC1D,cAAc,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACjC;;;;;;;;OAQG;IACH,QAAQ,EAAE,CAAC,CAAC,IAAI,EAAE,CAAC,EAAE,KAAK,EAAE,MAAM,KAAK,KAAK,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,SAAS,CAAC;CAC3E;AAED,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA0B1B,CAAC"}
|
|
@@ -17,6 +17,7 @@ export declare const useBreadcrumbsOverflowButton: import("@workday/canvas-kit-r
|
|
|
17
17
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
18
18
|
itemWidthCache: Record<string, number>;
|
|
19
19
|
containerWidth: number;
|
|
20
|
+
containerGap: number;
|
|
20
21
|
overflowTargetWidth: number;
|
|
21
22
|
selectedIds: string[] | "all";
|
|
22
23
|
unselectedIds: string[];
|
|
@@ -47,6 +48,9 @@ export declare const useBreadcrumbsOverflowButton: import("@workday/canvas-kit-r
|
|
|
47
48
|
setContainerWidth(data: {
|
|
48
49
|
width?: number | undefined;
|
|
49
50
|
}): void;
|
|
51
|
+
setContainerGap(data: {
|
|
52
|
+
size: number;
|
|
53
|
+
}): void;
|
|
50
54
|
setOverflowTargetWidth(data: {
|
|
51
55
|
width: number;
|
|
52
56
|
}): void;
|
|
@@ -172,6 +176,7 @@ export declare const BreadcrumbsOverflowButton: import("@workday/canvas-kit-reac
|
|
|
172
176
|
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
173
177
|
itemWidthCache: Record<string, number>;
|
|
174
178
|
containerWidth: number;
|
|
179
|
+
containerGap: number;
|
|
175
180
|
overflowTargetWidth: number;
|
|
176
181
|
selectedIds: string[] | "all";
|
|
177
182
|
unselectedIds: string[];
|
|
@@ -202,6 +207,9 @@ export declare const BreadcrumbsOverflowButton: import("@workday/canvas-kit-reac
|
|
|
202
207
|
setContainerWidth(data: {
|
|
203
208
|
width?: number | undefined;
|
|
204
209
|
}): void;
|
|
210
|
+
setContainerGap(data: {
|
|
211
|
+
size: number;
|
|
212
|
+
}): void;
|
|
205
213
|
setOverflowTargetWidth(data: {
|
|
206
214
|
width: number;
|
|
207
215
|
}): void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BreadcrumbsOverflowButton.d.ts","sourceRoot":"","sources":["../../../../breadcrumbs/lib/BreadcrumbsOverflowButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,OAAO,EAAO,SAAS,EAAC,MAAM,kCAAkC,CAAC;AAWjE,OAAO,EAAiB,mBAAmB,EAAC,MAAM,kCAAkC,CAAC;AAErF,MAAM,WAAW,8BAA+B,SAAQ,mBAAmB;IACzE,YAAY,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,KAAK,CAAC,EAAE,SAAS,CAAC;CACnB;AAED,eAAO,MAAM,4BAA4B
|
|
1
|
+
{"version":3,"file":"BreadcrumbsOverflowButton.d.ts","sourceRoot":"","sources":["../../../../breadcrumbs/lib/BreadcrumbsOverflowButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,OAAO,EAAO,SAAS,EAAC,MAAM,kCAAkC,CAAC;AAWjE,OAAO,EAAiB,mBAAmB,EAAC,MAAM,kCAAkC,CAAC;AAErF,MAAM,WAAW,8BAA+B,SAAQ,mBAAmB;IACzE,YAAY,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,KAAK,CAAC,EAAE,SAAS,CAAC;CACnB;AAED,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;SAOxC,CAAC;AAEF,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAqBpC,CAAC"}
|
|
@@ -57,6 +57,7 @@ export declare const useBreadcrumbsModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
57
57
|
orientation: import("../../../collection/lib/useBaseListModel").Orientation;
|
|
58
58
|
itemWidthCache: Record<string, number>;
|
|
59
59
|
containerWidth: number;
|
|
60
|
+
containerGap: number;
|
|
60
61
|
overflowTargetWidth: number;
|
|
61
62
|
selectedIds: string[] | "all";
|
|
62
63
|
unselectedIds: string[];
|
|
@@ -88,6 +89,39 @@ export declare const useBreadcrumbsModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
88
89
|
orientation: import("../../../collection/lib/useBaseListModel").Orientation;
|
|
89
90
|
itemWidthCache: Record<string, number>;
|
|
90
91
|
containerWidth: number;
|
|
92
|
+
containerGap: number;
|
|
93
|
+
overflowTargetWidth: number;
|
|
94
|
+
selectedIds: string[] | "all";
|
|
95
|
+
unselectedIds: string[];
|
|
96
|
+
cursorId: string;
|
|
97
|
+
columnCount: number;
|
|
98
|
+
pageSizeRef: React.MutableRefObject<number>;
|
|
99
|
+
cursorIndexRef: {
|
|
100
|
+
readonly current: number;
|
|
101
|
+
};
|
|
102
|
+
UNSTABLE_virtual: {
|
|
103
|
+
virtualItems: import("../../../collection/lib/react-virtual").VirtualItem[];
|
|
104
|
+
totalSize: number;
|
|
105
|
+
scrollToOffset: (index: number, options?: import("../../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
|
|
106
|
+
scrollToIndex: (index: number, options?: import("../../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
107
|
+
measure: () => void;
|
|
108
|
+
};
|
|
109
|
+
UNSTABLE_defaultItemHeight: number;
|
|
110
|
+
containerRef: React.RefObject<HTMLDivElement>;
|
|
111
|
+
id: string;
|
|
112
|
+
indexRef: React.MutableRefObject<number>;
|
|
113
|
+
isVirtualized: boolean;
|
|
114
|
+
items: import("@workday/canvas-kit-react/collection").Item<any>[];
|
|
115
|
+
}) => void) | undefined;
|
|
116
|
+
onSetContainerGap?: ((data: {
|
|
117
|
+
size: number;
|
|
118
|
+
}, prevState: {
|
|
119
|
+
hiddenIds: string[];
|
|
120
|
+
nonInteractiveIds: string[];
|
|
121
|
+
orientation: import("../../../collection/lib/useBaseListModel").Orientation;
|
|
122
|
+
itemWidthCache: Record<string, number>;
|
|
123
|
+
containerWidth: number;
|
|
124
|
+
containerGap: number;
|
|
91
125
|
overflowTargetWidth: number;
|
|
92
126
|
selectedIds: string[] | "all";
|
|
93
127
|
unselectedIds: string[];
|
|
@@ -119,6 +153,7 @@ export declare const useBreadcrumbsModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
119
153
|
orientation: import("../../../collection/lib/useBaseListModel").Orientation;
|
|
120
154
|
itemWidthCache: Record<string, number>;
|
|
121
155
|
containerWidth: number;
|
|
156
|
+
containerGap: number;
|
|
122
157
|
overflowTargetWidth: number;
|
|
123
158
|
selectedIds: string[] | "all";
|
|
124
159
|
unselectedIds: string[];
|
|
@@ -151,6 +186,7 @@ export declare const useBreadcrumbsModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
151
186
|
orientation: import("../../../collection/lib/useBaseListModel").Orientation;
|
|
152
187
|
itemWidthCache: Record<string, number>;
|
|
153
188
|
containerWidth: number;
|
|
189
|
+
containerGap: number;
|
|
154
190
|
overflowTargetWidth: number;
|
|
155
191
|
selectedIds: string[] | "all";
|
|
156
192
|
unselectedIds: string[];
|
|
@@ -182,6 +218,7 @@ export declare const useBreadcrumbsModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
182
218
|
orientation: import("../../../collection/lib/useBaseListModel").Orientation;
|
|
183
219
|
itemWidthCache: Record<string, number>;
|
|
184
220
|
containerWidth: number;
|
|
221
|
+
containerGap: number;
|
|
185
222
|
overflowTargetWidth: number;
|
|
186
223
|
selectedIds: string[] | "all";
|
|
187
224
|
unselectedIds: string[];
|
|
@@ -213,6 +250,7 @@ export declare const useBreadcrumbsModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
213
250
|
orientation: import("../../../collection/lib/useBaseListModel").Orientation;
|
|
214
251
|
itemWidthCache: Record<string, number>;
|
|
215
252
|
containerWidth: number;
|
|
253
|
+
containerGap: number;
|
|
216
254
|
overflowTargetWidth: number;
|
|
217
255
|
selectedIds: string[] | "all";
|
|
218
256
|
unselectedIds: string[];
|
|
@@ -244,6 +282,7 @@ export declare const useBreadcrumbsModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
244
282
|
orientation: import("../../../collection/lib/useBaseListModel").Orientation;
|
|
245
283
|
itemWidthCache: Record<string, number>;
|
|
246
284
|
containerWidth: number;
|
|
285
|
+
containerGap: number;
|
|
247
286
|
overflowTargetWidth: number;
|
|
248
287
|
selectedIds: string[] | "all";
|
|
249
288
|
unselectedIds: string[];
|
|
@@ -273,6 +312,7 @@ export declare const useBreadcrumbsModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
273
312
|
orientation: import("../../../collection/lib/useBaseListModel").Orientation;
|
|
274
313
|
itemWidthCache: Record<string, number>;
|
|
275
314
|
containerWidth: number;
|
|
315
|
+
containerGap: number;
|
|
276
316
|
overflowTargetWidth: number;
|
|
277
317
|
selectedIds: string[] | "all";
|
|
278
318
|
unselectedIds: string[];
|
|
@@ -302,6 +342,7 @@ export declare const useBreadcrumbsModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
302
342
|
orientation: import("../../../collection/lib/useBaseListModel").Orientation;
|
|
303
343
|
itemWidthCache: Record<string, number>;
|
|
304
344
|
containerWidth: number;
|
|
345
|
+
containerGap: number;
|
|
305
346
|
overflowTargetWidth: number;
|
|
306
347
|
selectedIds: string[] | "all";
|
|
307
348
|
unselectedIds: string[];
|
|
@@ -333,6 +374,7 @@ export declare const useBreadcrumbsModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
333
374
|
orientation: import("../../../collection/lib/useBaseListModel").Orientation;
|
|
334
375
|
itemWidthCache: Record<string, number>;
|
|
335
376
|
containerWidth: number;
|
|
377
|
+
containerGap: number;
|
|
336
378
|
overflowTargetWidth: number;
|
|
337
379
|
selectedIds: string[] | "all";
|
|
338
380
|
unselectedIds: string[];
|
|
@@ -362,6 +404,7 @@ export declare const useBreadcrumbsModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
362
404
|
orientation: import("../../../collection/lib/useBaseListModel").Orientation;
|
|
363
405
|
itemWidthCache: Record<string, number>;
|
|
364
406
|
containerWidth: number;
|
|
407
|
+
containerGap: number;
|
|
365
408
|
overflowTargetWidth: number;
|
|
366
409
|
selectedIds: string[] | "all";
|
|
367
410
|
unselectedIds: string[];
|
|
@@ -391,6 +434,7 @@ export declare const useBreadcrumbsModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
391
434
|
orientation: import("../../../collection/lib/useBaseListModel").Orientation;
|
|
392
435
|
itemWidthCache: Record<string, number>;
|
|
393
436
|
containerWidth: number;
|
|
437
|
+
containerGap: number;
|
|
394
438
|
overflowTargetWidth: number;
|
|
395
439
|
selectedIds: string[] | "all";
|
|
396
440
|
unselectedIds: string[];
|
|
@@ -420,6 +464,7 @@ export declare const useBreadcrumbsModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
420
464
|
orientation: import("../../../collection/lib/useBaseListModel").Orientation;
|
|
421
465
|
itemWidthCache: Record<string, number>;
|
|
422
466
|
containerWidth: number;
|
|
467
|
+
containerGap: number;
|
|
423
468
|
overflowTargetWidth: number;
|
|
424
469
|
selectedIds: string[] | "all";
|
|
425
470
|
unselectedIds: string[];
|
|
@@ -449,6 +494,7 @@ export declare const useBreadcrumbsModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
449
494
|
orientation: import("../../../collection/lib/useBaseListModel").Orientation;
|
|
450
495
|
itemWidthCache: Record<string, number>;
|
|
451
496
|
containerWidth: number;
|
|
497
|
+
containerGap: number;
|
|
452
498
|
overflowTargetWidth: number;
|
|
453
499
|
selectedIds: string[] | "all";
|
|
454
500
|
unselectedIds: string[];
|
|
@@ -478,6 +524,7 @@ export declare const useBreadcrumbsModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
478
524
|
orientation: import("../../../collection/lib/useBaseListModel").Orientation;
|
|
479
525
|
itemWidthCache: Record<string, number>;
|
|
480
526
|
containerWidth: number;
|
|
527
|
+
containerGap: number;
|
|
481
528
|
overflowTargetWidth: number;
|
|
482
529
|
selectedIds: string[] | "all";
|
|
483
530
|
unselectedIds: string[];
|
|
@@ -507,6 +554,7 @@ export declare const useBreadcrumbsModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
507
554
|
orientation: import("../../../collection/lib/useBaseListModel").Orientation;
|
|
508
555
|
itemWidthCache: Record<string, number>;
|
|
509
556
|
containerWidth: number;
|
|
557
|
+
containerGap: number;
|
|
510
558
|
overflowTargetWidth: number;
|
|
511
559
|
selectedIds: string[] | "all";
|
|
512
560
|
unselectedIds: string[];
|
|
@@ -536,6 +584,7 @@ export declare const useBreadcrumbsModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
536
584
|
orientation: import("../../../collection/lib/useBaseListModel").Orientation;
|
|
537
585
|
itemWidthCache: Record<string, number>;
|
|
538
586
|
containerWidth: number;
|
|
587
|
+
containerGap: number;
|
|
539
588
|
overflowTargetWidth: number;
|
|
540
589
|
selectedIds: string[] | "all";
|
|
541
590
|
unselectedIds: string[];
|
|
@@ -565,6 +614,7 @@ export declare const useBreadcrumbsModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
565
614
|
orientation: import("../../../collection/lib/useBaseListModel").Orientation;
|
|
566
615
|
itemWidthCache: Record<string, number>;
|
|
567
616
|
containerWidth: number;
|
|
617
|
+
containerGap: number;
|
|
568
618
|
overflowTargetWidth: number;
|
|
569
619
|
selectedIds: string[] | "all";
|
|
570
620
|
unselectedIds: string[];
|
|
@@ -594,6 +644,7 @@ export declare const useBreadcrumbsModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
594
644
|
orientation: import("../../../collection/lib/useBaseListModel").Orientation;
|
|
595
645
|
itemWidthCache: Record<string, number>;
|
|
596
646
|
containerWidth: number;
|
|
647
|
+
containerGap: number;
|
|
597
648
|
overflowTargetWidth: number;
|
|
598
649
|
selectedIds: string[] | "all";
|
|
599
650
|
unselectedIds: string[];
|
|
@@ -623,6 +674,7 @@ export declare const useBreadcrumbsModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
623
674
|
orientation: import("../../../collection/lib/useBaseListModel").Orientation;
|
|
624
675
|
itemWidthCache: Record<string, number>;
|
|
625
676
|
containerWidth: number;
|
|
677
|
+
containerGap: number;
|
|
626
678
|
overflowTargetWidth: number;
|
|
627
679
|
selectedIds: string[] | "all";
|
|
628
680
|
unselectedIds: string[];
|
|
@@ -655,6 +707,7 @@ export declare const useBreadcrumbsModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
655
707
|
orientation: import("../../../collection/lib/useBaseListModel").Orientation;
|
|
656
708
|
itemWidthCache: Record<string, number>;
|
|
657
709
|
containerWidth: number;
|
|
710
|
+
containerGap: number;
|
|
658
711
|
overflowTargetWidth: number;
|
|
659
712
|
selectedIds: string[] | "all";
|
|
660
713
|
unselectedIds: string[];
|
|
@@ -686,6 +739,7 @@ export declare const useBreadcrumbsModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
686
739
|
orientation: import("../../../collection/lib/useBaseListModel").Orientation;
|
|
687
740
|
itemWidthCache: Record<string, number>;
|
|
688
741
|
containerWidth: number;
|
|
742
|
+
containerGap: number;
|
|
689
743
|
overflowTargetWidth: number;
|
|
690
744
|
selectedIds: string[] | "all";
|
|
691
745
|
unselectedIds: string[];
|
|
@@ -717,6 +771,7 @@ export declare const useBreadcrumbsModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
717
771
|
orientation: import("../../../collection/lib/useBaseListModel").Orientation;
|
|
718
772
|
itemWidthCache: Record<string, number>;
|
|
719
773
|
containerWidth: number;
|
|
774
|
+
containerGap: number;
|
|
720
775
|
overflowTargetWidth: number;
|
|
721
776
|
selectedIds: string[] | "all";
|
|
722
777
|
unselectedIds: string[];
|
|
@@ -749,6 +804,7 @@ export declare const useBreadcrumbsModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
749
804
|
orientation: import("../../../collection/lib/useBaseListModel").Orientation;
|
|
750
805
|
itemWidthCache: Record<string, number>;
|
|
751
806
|
containerWidth: number;
|
|
807
|
+
containerGap: number;
|
|
752
808
|
overflowTargetWidth: number;
|
|
753
809
|
selectedIds: string[] | "all";
|
|
754
810
|
unselectedIds: string[];
|
|
@@ -780,6 +836,39 @@ export declare const useBreadcrumbsModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
780
836
|
orientation: import("../../../collection/lib/useBaseListModel").Orientation;
|
|
781
837
|
itemWidthCache: Record<string, number>;
|
|
782
838
|
containerWidth: number;
|
|
839
|
+
containerGap: number;
|
|
840
|
+
overflowTargetWidth: number;
|
|
841
|
+
selectedIds: string[] | "all";
|
|
842
|
+
unselectedIds: string[];
|
|
843
|
+
cursorId: string;
|
|
844
|
+
columnCount: number;
|
|
845
|
+
pageSizeRef: React.MutableRefObject<number>;
|
|
846
|
+
cursorIndexRef: {
|
|
847
|
+
readonly current: number;
|
|
848
|
+
};
|
|
849
|
+
UNSTABLE_virtual: {
|
|
850
|
+
virtualItems: import("../../../collection/lib/react-virtual").VirtualItem[];
|
|
851
|
+
totalSize: number;
|
|
852
|
+
scrollToOffset: (index: number, options?: import("../../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
|
|
853
|
+
scrollToIndex: (index: number, options?: import("../../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
854
|
+
measure: () => void;
|
|
855
|
+
};
|
|
856
|
+
UNSTABLE_defaultItemHeight: number;
|
|
857
|
+
containerRef: React.RefObject<HTMLDivElement>;
|
|
858
|
+
id: string;
|
|
859
|
+
indexRef: React.MutableRefObject<number>;
|
|
860
|
+
isVirtualized: boolean;
|
|
861
|
+
items: import("@workday/canvas-kit-react/collection").Item<any>[];
|
|
862
|
+
}) => boolean) | undefined;
|
|
863
|
+
shouldSetContainerGap?: ((data: {
|
|
864
|
+
size: number;
|
|
865
|
+
}, state: {
|
|
866
|
+
hiddenIds: string[];
|
|
867
|
+
nonInteractiveIds: string[];
|
|
868
|
+
orientation: import("../../../collection/lib/useBaseListModel").Orientation;
|
|
869
|
+
itemWidthCache: Record<string, number>;
|
|
870
|
+
containerWidth: number;
|
|
871
|
+
containerGap: number;
|
|
783
872
|
overflowTargetWidth: number;
|
|
784
873
|
selectedIds: string[] | "all";
|
|
785
874
|
unselectedIds: string[];
|
|
@@ -811,6 +900,7 @@ export declare const useBreadcrumbsModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
811
900
|
orientation: import("../../../collection/lib/useBaseListModel").Orientation;
|
|
812
901
|
itemWidthCache: Record<string, number>;
|
|
813
902
|
containerWidth: number;
|
|
903
|
+
containerGap: number;
|
|
814
904
|
overflowTargetWidth: number;
|
|
815
905
|
selectedIds: string[] | "all";
|
|
816
906
|
unselectedIds: string[];
|
|
@@ -843,6 +933,7 @@ export declare const useBreadcrumbsModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
843
933
|
orientation: import("../../../collection/lib/useBaseListModel").Orientation;
|
|
844
934
|
itemWidthCache: Record<string, number>;
|
|
845
935
|
containerWidth: number;
|
|
936
|
+
containerGap: number;
|
|
846
937
|
overflowTargetWidth: number;
|
|
847
938
|
selectedIds: string[] | "all";
|
|
848
939
|
unselectedIds: string[];
|
|
@@ -874,6 +965,7 @@ export declare const useBreadcrumbsModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
874
965
|
orientation: import("../../../collection/lib/useBaseListModel").Orientation;
|
|
875
966
|
itemWidthCache: Record<string, number>;
|
|
876
967
|
containerWidth: number;
|
|
968
|
+
containerGap: number;
|
|
877
969
|
overflowTargetWidth: number;
|
|
878
970
|
selectedIds: string[] | "all";
|
|
879
971
|
unselectedIds: string[];
|
|
@@ -905,6 +997,7 @@ export declare const useBreadcrumbsModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
905
997
|
orientation: import("../../../collection/lib/useBaseListModel").Orientation;
|
|
906
998
|
itemWidthCache: Record<string, number>;
|
|
907
999
|
containerWidth: number;
|
|
1000
|
+
containerGap: number;
|
|
908
1001
|
overflowTargetWidth: number;
|
|
909
1002
|
selectedIds: string[] | "all";
|
|
910
1003
|
unselectedIds: string[];
|
|
@@ -936,6 +1029,7 @@ export declare const useBreadcrumbsModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
936
1029
|
orientation: import("../../../collection/lib/useBaseListModel").Orientation;
|
|
937
1030
|
itemWidthCache: Record<string, number>;
|
|
938
1031
|
containerWidth: number;
|
|
1032
|
+
containerGap: number;
|
|
939
1033
|
overflowTargetWidth: number;
|
|
940
1034
|
selectedIds: string[] | "all";
|
|
941
1035
|
unselectedIds: string[];
|
|
@@ -965,6 +1059,7 @@ export declare const useBreadcrumbsModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
965
1059
|
orientation: import("../../../collection/lib/useBaseListModel").Orientation;
|
|
966
1060
|
itemWidthCache: Record<string, number>;
|
|
967
1061
|
containerWidth: number;
|
|
1062
|
+
containerGap: number;
|
|
968
1063
|
overflowTargetWidth: number;
|
|
969
1064
|
selectedIds: string[] | "all";
|
|
970
1065
|
unselectedIds: string[];
|
|
@@ -994,6 +1089,7 @@ export declare const useBreadcrumbsModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
994
1089
|
orientation: import("../../../collection/lib/useBaseListModel").Orientation;
|
|
995
1090
|
itemWidthCache: Record<string, number>;
|
|
996
1091
|
containerWidth: number;
|
|
1092
|
+
containerGap: number;
|
|
997
1093
|
overflowTargetWidth: number;
|
|
998
1094
|
selectedIds: string[] | "all";
|
|
999
1095
|
unselectedIds: string[];
|
|
@@ -1025,6 +1121,7 @@ export declare const useBreadcrumbsModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
1025
1121
|
orientation: import("../../../collection/lib/useBaseListModel").Orientation;
|
|
1026
1122
|
itemWidthCache: Record<string, number>;
|
|
1027
1123
|
containerWidth: number;
|
|
1124
|
+
containerGap: number;
|
|
1028
1125
|
overflowTargetWidth: number;
|
|
1029
1126
|
selectedIds: string[] | "all";
|
|
1030
1127
|
unselectedIds: string[];
|
|
@@ -1054,6 +1151,7 @@ export declare const useBreadcrumbsModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
1054
1151
|
orientation: import("../../../collection/lib/useBaseListModel").Orientation;
|
|
1055
1152
|
itemWidthCache: Record<string, number>;
|
|
1056
1153
|
containerWidth: number;
|
|
1154
|
+
containerGap: number;
|
|
1057
1155
|
overflowTargetWidth: number;
|
|
1058
1156
|
selectedIds: string[] | "all";
|
|
1059
1157
|
unselectedIds: string[];
|
|
@@ -1083,6 +1181,7 @@ export declare const useBreadcrumbsModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
1083
1181
|
orientation: import("../../../collection/lib/useBaseListModel").Orientation;
|
|
1084
1182
|
itemWidthCache: Record<string, number>;
|
|
1085
1183
|
containerWidth: number;
|
|
1184
|
+
containerGap: number;
|
|
1086
1185
|
overflowTargetWidth: number;
|
|
1087
1186
|
selectedIds: string[] | "all";
|
|
1088
1187
|
unselectedIds: string[];
|
|
@@ -1112,6 +1211,7 @@ export declare const useBreadcrumbsModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
1112
1211
|
orientation: import("../../../collection/lib/useBaseListModel").Orientation;
|
|
1113
1212
|
itemWidthCache: Record<string, number>;
|
|
1114
1213
|
containerWidth: number;
|
|
1214
|
+
containerGap: number;
|
|
1115
1215
|
overflowTargetWidth: number;
|
|
1116
1216
|
selectedIds: string[] | "all";
|
|
1117
1217
|
unselectedIds: string[];
|
|
@@ -1141,6 +1241,7 @@ export declare const useBreadcrumbsModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
1141
1241
|
orientation: import("../../../collection/lib/useBaseListModel").Orientation;
|
|
1142
1242
|
itemWidthCache: Record<string, number>;
|
|
1143
1243
|
containerWidth: number;
|
|
1244
|
+
containerGap: number;
|
|
1144
1245
|
overflowTargetWidth: number;
|
|
1145
1246
|
selectedIds: string[] | "all";
|
|
1146
1247
|
unselectedIds: string[];
|
|
@@ -1170,6 +1271,7 @@ export declare const useBreadcrumbsModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
1170
1271
|
orientation: import("../../../collection/lib/useBaseListModel").Orientation;
|
|
1171
1272
|
itemWidthCache: Record<string, number>;
|
|
1172
1273
|
containerWidth: number;
|
|
1274
|
+
containerGap: number;
|
|
1173
1275
|
overflowTargetWidth: number;
|
|
1174
1276
|
selectedIds: string[] | "all";
|
|
1175
1277
|
unselectedIds: string[];
|
|
@@ -1199,6 +1301,7 @@ export declare const useBreadcrumbsModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
1199
1301
|
orientation: import("../../../collection/lib/useBaseListModel").Orientation;
|
|
1200
1302
|
itemWidthCache: Record<string, number>;
|
|
1201
1303
|
containerWidth: number;
|
|
1304
|
+
containerGap: number;
|
|
1202
1305
|
overflowTargetWidth: number;
|
|
1203
1306
|
selectedIds: string[] | "all";
|
|
1204
1307
|
unselectedIds: string[];
|
|
@@ -1228,6 +1331,7 @@ export declare const useBreadcrumbsModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
1228
1331
|
orientation: import("../../../collection/lib/useBaseListModel").Orientation;
|
|
1229
1332
|
itemWidthCache: Record<string, number>;
|
|
1230
1333
|
containerWidth: number;
|
|
1334
|
+
containerGap: number;
|
|
1231
1335
|
overflowTargetWidth: number;
|
|
1232
1336
|
selectedIds: string[] | "all";
|
|
1233
1337
|
unselectedIds: string[];
|
|
@@ -1257,6 +1361,7 @@ export declare const useBreadcrumbsModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
1257
1361
|
orientation: import("../../../collection/lib/useBaseListModel").Orientation;
|
|
1258
1362
|
itemWidthCache: Record<string, number>;
|
|
1259
1363
|
containerWidth: number;
|
|
1364
|
+
containerGap: number;
|
|
1260
1365
|
overflowTargetWidth: number;
|
|
1261
1366
|
selectedIds: string[] | "all";
|
|
1262
1367
|
unselectedIds: string[];
|
|
@@ -1286,6 +1391,7 @@ export declare const useBreadcrumbsModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
1286
1391
|
orientation: import("../../../collection/lib/useBaseListModel").Orientation;
|
|
1287
1392
|
itemWidthCache: Record<string, number>;
|
|
1288
1393
|
containerWidth: number;
|
|
1394
|
+
containerGap: number;
|
|
1289
1395
|
overflowTargetWidth: number;
|
|
1290
1396
|
selectedIds: string[] | "all";
|
|
1291
1397
|
unselectedIds: string[];
|
|
@@ -1315,6 +1421,7 @@ export declare const useBreadcrumbsModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
1315
1421
|
orientation: import("../../../collection/lib/useBaseListModel").Orientation;
|
|
1316
1422
|
itemWidthCache: Record<string, number>;
|
|
1317
1423
|
containerWidth: number;
|
|
1424
|
+
containerGap: number;
|
|
1318
1425
|
overflowTargetWidth: number;
|
|
1319
1426
|
selectedIds: string[] | "all";
|
|
1320
1427
|
unselectedIds: string[];
|
|
@@ -1347,6 +1454,7 @@ export declare const useBreadcrumbsModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
1347
1454
|
orientation: import("../../../collection/lib/useBaseListModel").Orientation;
|
|
1348
1455
|
itemWidthCache: Record<string, number>;
|
|
1349
1456
|
containerWidth: number;
|
|
1457
|
+
containerGap: number;
|
|
1350
1458
|
overflowTargetWidth: number;
|
|
1351
1459
|
selectedIds: string[] | "all";
|
|
1352
1460
|
unselectedIds: string[];
|
|
@@ -1378,6 +1486,7 @@ export declare const useBreadcrumbsModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
1378
1486
|
orientation: import("../../../collection/lib/useBaseListModel").Orientation;
|
|
1379
1487
|
itemWidthCache: Record<string, number>;
|
|
1380
1488
|
containerWidth: number;
|
|
1489
|
+
containerGap: number;
|
|
1381
1490
|
overflowTargetWidth: number;
|
|
1382
1491
|
selectedIds: string[] | "all";
|
|
1383
1492
|
unselectedIds: string[];
|
|
@@ -1409,6 +1518,7 @@ export declare const useBreadcrumbsModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
1409
1518
|
orientation: import("../../../collection/lib/useBaseListModel").Orientation;
|
|
1410
1519
|
itemWidthCache: Record<string, number>;
|
|
1411
1520
|
containerWidth: number;
|
|
1521
|
+
containerGap: number;
|
|
1412
1522
|
overflowTargetWidth: number;
|
|
1413
1523
|
selectedIds: string[] | "all";
|
|
1414
1524
|
unselectedIds: string[];
|
|
@@ -1439,6 +1549,7 @@ export declare const useBreadcrumbsModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
1439
1549
|
orientation: import("../../../collection/lib/useBaseListModel").Orientation;
|
|
1440
1550
|
itemWidthCache: Record<string, number>;
|
|
1441
1551
|
containerWidth: number;
|
|
1552
|
+
containerGap: number;
|
|
1442
1553
|
overflowTargetWidth: number;
|
|
1443
1554
|
selectedIds: string[] | "all";
|
|
1444
1555
|
unselectedIds: string[];
|
|
@@ -1469,6 +1580,9 @@ export declare const useBreadcrumbsModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
1469
1580
|
setContainerWidth(data: {
|
|
1470
1581
|
width?: number | undefined;
|
|
1471
1582
|
}): void;
|
|
1583
|
+
setContainerGap(data: {
|
|
1584
|
+
size: number;
|
|
1585
|
+
}): void;
|
|
1472
1586
|
setOverflowTargetWidth(data: {
|
|
1473
1587
|
width: number;
|
|
1474
1588
|
}): void;
|
|
@@ -1641,6 +1755,7 @@ export declare const useBreadcrumbsModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
1641
1755
|
orientation: import("../../../collection/lib/useBaseListModel").Orientation;
|
|
1642
1756
|
itemWidthCache: Record<string, number>;
|
|
1643
1757
|
containerWidth: number;
|
|
1758
|
+
containerGap: number;
|
|
1644
1759
|
overflowTargetWidth: number;
|
|
1645
1760
|
selectedIds: string[] | "all";
|
|
1646
1761
|
unselectedIds: string[];
|
|
@@ -1670,6 +1785,9 @@ export declare const useBreadcrumbsModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
1670
1785
|
setContainerWidth(data: {
|
|
1671
1786
|
width?: number | undefined;
|
|
1672
1787
|
}): void;
|
|
1788
|
+
setContainerGap(data: {
|
|
1789
|
+
size: number;
|
|
1790
|
+
}): void;
|
|
1673
1791
|
setOverflowTargetWidth(data: {
|
|
1674
1792
|
width: number;
|
|
1675
1793
|
}): void;
|
|
@@ -1718,6 +1836,7 @@ export declare const useBreadcrumbsModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
1718
1836
|
orientation: import("../../../collection/lib/useBaseListModel").Orientation;
|
|
1719
1837
|
itemWidthCache: Record<string, number>;
|
|
1720
1838
|
containerWidth: number;
|
|
1839
|
+
containerGap: number;
|
|
1721
1840
|
overflowTargetWidth: number;
|
|
1722
1841
|
selectedIds: string[] | "all";
|
|
1723
1842
|
unselectedIds: string[];
|
|
@@ -1748,6 +1867,9 @@ export declare const useBreadcrumbsModel: (<TT_Special_Generic>(config?: (Partia
|
|
|
1748
1867
|
setContainerWidth(data: {
|
|
1749
1868
|
width?: number | undefined;
|
|
1750
1869
|
}): void;
|
|
1870
|
+
setContainerGap(data: {
|
|
1871
|
+
size: number;
|
|
1872
|
+
}): void;
|
|
1751
1873
|
setOverflowTargetWidth(data: {
|
|
1752
1874
|
width: number;
|
|
1753
1875
|
}): void;
|