@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
|
@@ -1399,6 +1399,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
1399
1399
|
hiddenIds: string[];
|
|
1400
1400
|
itemWidthCache: Record<string, number>;
|
|
1401
1401
|
containerWidth: number;
|
|
1402
|
+
containerGap: number;
|
|
1402
1403
|
overflowTargetWidth: number;
|
|
1403
1404
|
selectedIds: string[] | "all";
|
|
1404
1405
|
unselectedIds: string[];
|
|
@@ -1441,6 +1442,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
1441
1442
|
hiddenIds: string[];
|
|
1442
1443
|
itemWidthCache: Record<string, number>;
|
|
1443
1444
|
containerWidth: number;
|
|
1445
|
+
containerGap: number;
|
|
1444
1446
|
overflowTargetWidth: number;
|
|
1445
1447
|
selectedIds: string[] | "all";
|
|
1446
1448
|
unselectedIds: string[];
|
|
@@ -1483,6 +1485,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
1483
1485
|
hiddenIds: string[];
|
|
1484
1486
|
itemWidthCache: Record<string, number>;
|
|
1485
1487
|
containerWidth: number;
|
|
1488
|
+
containerGap: number;
|
|
1486
1489
|
overflowTargetWidth: number;
|
|
1487
1490
|
selectedIds: string[] | "all";
|
|
1488
1491
|
unselectedIds: string[];
|
|
@@ -1525,6 +1528,50 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
1525
1528
|
hiddenIds: string[];
|
|
1526
1529
|
itemWidthCache: Record<string, number>;
|
|
1527
1530
|
containerWidth: number;
|
|
1531
|
+
containerGap: number;
|
|
1532
|
+
overflowTargetWidth: number;
|
|
1533
|
+
selectedIds: string[] | "all";
|
|
1534
|
+
unselectedIds: string[];
|
|
1535
|
+
cursorId: string;
|
|
1536
|
+
columnCount: number;
|
|
1537
|
+
pageSizeRef: React.MutableRefObject<number>;
|
|
1538
|
+
cursorIndexRef: {
|
|
1539
|
+
readonly current: number;
|
|
1540
|
+
};
|
|
1541
|
+
UNSTABLE_virtual: {
|
|
1542
|
+
virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
|
|
1543
|
+
totalSize: number;
|
|
1544
|
+
scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
|
|
1545
|
+
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1546
|
+
measure: () => void;
|
|
1547
|
+
};
|
|
1548
|
+
UNSTABLE_defaultItemHeight: number;
|
|
1549
|
+
containerRef: React.RefObject<HTMLDivElement>;
|
|
1550
|
+
id: string;
|
|
1551
|
+
indexRef: React.MutableRefObject<number>;
|
|
1552
|
+
nonInteractiveIds: string[];
|
|
1553
|
+
isVirtualized: boolean;
|
|
1554
|
+
items: import("@workday/canvas-kit-react/collection").Item<any>[];
|
|
1555
|
+
}) => void) | undefined;
|
|
1556
|
+
onSetContainerGap?: ((data: {
|
|
1557
|
+
size: number;
|
|
1558
|
+
}, prevState: {
|
|
1559
|
+
getId: (item: any) => string;
|
|
1560
|
+
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1561
|
+
/**
|
|
1562
|
+
* A list of panels. Uses `ListModel`
|
|
1563
|
+
*/
|
|
1564
|
+
panels: import("@workday/canvas-kit-react/collection").Item<any>[];
|
|
1565
|
+
/**
|
|
1566
|
+
* A React.Ref of the current item index. A ref is used to allow for updating outside the normal
|
|
1567
|
+
* React state cycle to ensure accurate index tracking as items are registered within the same
|
|
1568
|
+
* state setting phase.
|
|
1569
|
+
*/
|
|
1570
|
+
panelIndexRef: React.MutableRefObject<number>;
|
|
1571
|
+
hiddenIds: string[];
|
|
1572
|
+
itemWidthCache: Record<string, number>;
|
|
1573
|
+
containerWidth: number;
|
|
1574
|
+
containerGap: number;
|
|
1528
1575
|
overflowTargetWidth: number;
|
|
1529
1576
|
selectedIds: string[] | "all";
|
|
1530
1577
|
unselectedIds: string[];
|
|
@@ -1567,6 +1614,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
1567
1614
|
hiddenIds: string[];
|
|
1568
1615
|
itemWidthCache: Record<string, number>;
|
|
1569
1616
|
containerWidth: number;
|
|
1617
|
+
containerGap: number;
|
|
1570
1618
|
overflowTargetWidth: number;
|
|
1571
1619
|
selectedIds: string[] | "all";
|
|
1572
1620
|
unselectedIds: string[];
|
|
@@ -1610,6 +1658,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
1610
1658
|
hiddenIds: string[];
|
|
1611
1659
|
itemWidthCache: Record<string, number>;
|
|
1612
1660
|
containerWidth: number;
|
|
1661
|
+
containerGap: number;
|
|
1613
1662
|
overflowTargetWidth: number;
|
|
1614
1663
|
selectedIds: string[] | "all";
|
|
1615
1664
|
unselectedIds: string[];
|
|
@@ -1652,6 +1701,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
1652
1701
|
hiddenIds: string[];
|
|
1653
1702
|
itemWidthCache: Record<string, number>;
|
|
1654
1703
|
containerWidth: number;
|
|
1704
|
+
containerGap: number;
|
|
1655
1705
|
overflowTargetWidth: number;
|
|
1656
1706
|
selectedIds: string[] | "all";
|
|
1657
1707
|
unselectedIds: string[];
|
|
@@ -1694,6 +1744,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
1694
1744
|
hiddenIds: string[];
|
|
1695
1745
|
itemWidthCache: Record<string, number>;
|
|
1696
1746
|
containerWidth: number;
|
|
1747
|
+
containerGap: number;
|
|
1697
1748
|
overflowTargetWidth: number;
|
|
1698
1749
|
selectedIds: string[] | "all";
|
|
1699
1750
|
unselectedIds: string[];
|
|
@@ -1736,6 +1787,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
1736
1787
|
hiddenIds: string[];
|
|
1737
1788
|
itemWidthCache: Record<string, number>;
|
|
1738
1789
|
containerWidth: number;
|
|
1790
|
+
containerGap: number;
|
|
1739
1791
|
overflowTargetWidth: number;
|
|
1740
1792
|
selectedIds: string[] | "all";
|
|
1741
1793
|
unselectedIds: string[];
|
|
@@ -1776,6 +1828,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
1776
1828
|
hiddenIds: string[];
|
|
1777
1829
|
itemWidthCache: Record<string, number>;
|
|
1778
1830
|
containerWidth: number;
|
|
1831
|
+
containerGap: number;
|
|
1779
1832
|
overflowTargetWidth: number;
|
|
1780
1833
|
selectedIds: string[] | "all";
|
|
1781
1834
|
unselectedIds: string[];
|
|
@@ -1816,6 +1869,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
1816
1869
|
hiddenIds: string[];
|
|
1817
1870
|
itemWidthCache: Record<string, number>;
|
|
1818
1871
|
containerWidth: number;
|
|
1872
|
+
containerGap: number;
|
|
1819
1873
|
overflowTargetWidth: number;
|
|
1820
1874
|
selectedIds: string[] | "all";
|
|
1821
1875
|
unselectedIds: string[];
|
|
@@ -1858,6 +1912,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
1858
1912
|
hiddenIds: string[];
|
|
1859
1913
|
itemWidthCache: Record<string, number>;
|
|
1860
1914
|
containerWidth: number;
|
|
1915
|
+
containerGap: number;
|
|
1861
1916
|
overflowTargetWidth: number;
|
|
1862
1917
|
selectedIds: string[] | "all";
|
|
1863
1918
|
unselectedIds: string[];
|
|
@@ -1898,6 +1953,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
1898
1953
|
hiddenIds: string[];
|
|
1899
1954
|
itemWidthCache: Record<string, number>;
|
|
1900
1955
|
containerWidth: number;
|
|
1956
|
+
containerGap: number;
|
|
1901
1957
|
overflowTargetWidth: number;
|
|
1902
1958
|
selectedIds: string[] | "all";
|
|
1903
1959
|
unselectedIds: string[];
|
|
@@ -1938,6 +1994,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
1938
1994
|
hiddenIds: string[];
|
|
1939
1995
|
itemWidthCache: Record<string, number>;
|
|
1940
1996
|
containerWidth: number;
|
|
1997
|
+
containerGap: number;
|
|
1941
1998
|
overflowTargetWidth: number;
|
|
1942
1999
|
selectedIds: string[] | "all";
|
|
1943
2000
|
unselectedIds: string[];
|
|
@@ -1978,6 +2035,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
1978
2035
|
hiddenIds: string[];
|
|
1979
2036
|
itemWidthCache: Record<string, number>;
|
|
1980
2037
|
containerWidth: number;
|
|
2038
|
+
containerGap: number;
|
|
1981
2039
|
overflowTargetWidth: number;
|
|
1982
2040
|
selectedIds: string[] | "all";
|
|
1983
2041
|
unselectedIds: string[];
|
|
@@ -2018,6 +2076,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
2018
2076
|
hiddenIds: string[];
|
|
2019
2077
|
itemWidthCache: Record<string, number>;
|
|
2020
2078
|
containerWidth: number;
|
|
2079
|
+
containerGap: number;
|
|
2021
2080
|
overflowTargetWidth: number;
|
|
2022
2081
|
selectedIds: string[] | "all";
|
|
2023
2082
|
unselectedIds: string[];
|
|
@@ -2058,6 +2117,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
2058
2117
|
hiddenIds: string[];
|
|
2059
2118
|
itemWidthCache: Record<string, number>;
|
|
2060
2119
|
containerWidth: number;
|
|
2120
|
+
containerGap: number;
|
|
2061
2121
|
overflowTargetWidth: number;
|
|
2062
2122
|
selectedIds: string[] | "all";
|
|
2063
2123
|
unselectedIds: string[];
|
|
@@ -2098,6 +2158,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
2098
2158
|
hiddenIds: string[];
|
|
2099
2159
|
itemWidthCache: Record<string, number>;
|
|
2100
2160
|
containerWidth: number;
|
|
2161
|
+
containerGap: number;
|
|
2101
2162
|
overflowTargetWidth: number;
|
|
2102
2163
|
selectedIds: string[] | "all";
|
|
2103
2164
|
unselectedIds: string[];
|
|
@@ -2138,6 +2199,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
2138
2199
|
hiddenIds: string[];
|
|
2139
2200
|
itemWidthCache: Record<string, number>;
|
|
2140
2201
|
containerWidth: number;
|
|
2202
|
+
containerGap: number;
|
|
2141
2203
|
overflowTargetWidth: number;
|
|
2142
2204
|
selectedIds: string[] | "all";
|
|
2143
2205
|
unselectedIds: string[];
|
|
@@ -2178,6 +2240,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
2178
2240
|
hiddenIds: string[];
|
|
2179
2241
|
itemWidthCache: Record<string, number>;
|
|
2180
2242
|
containerWidth: number;
|
|
2243
|
+
containerGap: number;
|
|
2181
2244
|
overflowTargetWidth: number;
|
|
2182
2245
|
selectedIds: string[] | "all";
|
|
2183
2246
|
unselectedIds: string[];
|
|
@@ -2218,6 +2281,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
2218
2281
|
hiddenIds: string[];
|
|
2219
2282
|
itemWidthCache: Record<string, number>;
|
|
2220
2283
|
containerWidth: number;
|
|
2284
|
+
containerGap: number;
|
|
2221
2285
|
overflowTargetWidth: number;
|
|
2222
2286
|
selectedIds: string[] | "all";
|
|
2223
2287
|
unselectedIds: string[];
|
|
@@ -2258,6 +2322,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
2258
2322
|
hiddenIds: string[];
|
|
2259
2323
|
itemWidthCache: Record<string, number>;
|
|
2260
2324
|
containerWidth: number;
|
|
2325
|
+
containerGap: number;
|
|
2261
2326
|
overflowTargetWidth: number;
|
|
2262
2327
|
selectedIds: string[] | "all";
|
|
2263
2328
|
unselectedIds: string[];
|
|
@@ -2301,6 +2366,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
2301
2366
|
hiddenIds: string[];
|
|
2302
2367
|
itemWidthCache: Record<string, number>;
|
|
2303
2368
|
containerWidth: number;
|
|
2369
|
+
containerGap: number;
|
|
2304
2370
|
overflowTargetWidth: number;
|
|
2305
2371
|
selectedIds: string[] | "all";
|
|
2306
2372
|
unselectedIds: string[];
|
|
@@ -2343,6 +2409,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
2343
2409
|
hiddenIds: string[];
|
|
2344
2410
|
itemWidthCache: Record<string, number>;
|
|
2345
2411
|
containerWidth: number;
|
|
2412
|
+
containerGap: number;
|
|
2346
2413
|
overflowTargetWidth: number;
|
|
2347
2414
|
selectedIds: string[] | "all";
|
|
2348
2415
|
unselectedIds: string[];
|
|
@@ -2385,6 +2452,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
2385
2452
|
hiddenIds: string[];
|
|
2386
2453
|
itemWidthCache: Record<string, number>;
|
|
2387
2454
|
containerWidth: number;
|
|
2455
|
+
containerGap: number;
|
|
2388
2456
|
overflowTargetWidth: number;
|
|
2389
2457
|
selectedIds: string[] | "all";
|
|
2390
2458
|
unselectedIds: string[];
|
|
@@ -2429,6 +2497,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
2429
2497
|
hiddenIds: string[];
|
|
2430
2498
|
itemWidthCache: Record<string, number>;
|
|
2431
2499
|
containerWidth: number;
|
|
2500
|
+
containerGap: number;
|
|
2432
2501
|
overflowTargetWidth: number;
|
|
2433
2502
|
selectedIds: string[] | "all";
|
|
2434
2503
|
unselectedIds: string[];
|
|
@@ -2471,6 +2540,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
2471
2540
|
hiddenIds: string[];
|
|
2472
2541
|
itemWidthCache: Record<string, number>;
|
|
2473
2542
|
containerWidth: number;
|
|
2543
|
+
containerGap: number;
|
|
2474
2544
|
overflowTargetWidth: number;
|
|
2475
2545
|
selectedIds: string[] | "all";
|
|
2476
2546
|
unselectedIds: string[];
|
|
@@ -2513,6 +2583,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
2513
2583
|
hiddenIds: string[];
|
|
2514
2584
|
itemWidthCache: Record<string, number>;
|
|
2515
2585
|
containerWidth: number;
|
|
2586
|
+
containerGap: number;
|
|
2516
2587
|
overflowTargetWidth: number;
|
|
2517
2588
|
selectedIds: string[] | "all";
|
|
2518
2589
|
unselectedIds: string[];
|
|
@@ -2555,6 +2626,50 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
2555
2626
|
hiddenIds: string[];
|
|
2556
2627
|
itemWidthCache: Record<string, number>;
|
|
2557
2628
|
containerWidth: number;
|
|
2629
|
+
containerGap: number;
|
|
2630
|
+
overflowTargetWidth: number;
|
|
2631
|
+
selectedIds: string[] | "all";
|
|
2632
|
+
unselectedIds: string[];
|
|
2633
|
+
cursorId: string;
|
|
2634
|
+
columnCount: number;
|
|
2635
|
+
pageSizeRef: React.MutableRefObject<number>;
|
|
2636
|
+
cursorIndexRef: {
|
|
2637
|
+
readonly current: number;
|
|
2638
|
+
};
|
|
2639
|
+
UNSTABLE_virtual: {
|
|
2640
|
+
virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
|
|
2641
|
+
totalSize: number;
|
|
2642
|
+
scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
|
|
2643
|
+
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
2644
|
+
measure: () => void;
|
|
2645
|
+
};
|
|
2646
|
+
UNSTABLE_defaultItemHeight: number;
|
|
2647
|
+
containerRef: React.RefObject<HTMLDivElement>;
|
|
2648
|
+
id: string;
|
|
2649
|
+
indexRef: React.MutableRefObject<number>;
|
|
2650
|
+
nonInteractiveIds: string[];
|
|
2651
|
+
isVirtualized: boolean;
|
|
2652
|
+
items: import("@workday/canvas-kit-react/collection").Item<any>[];
|
|
2653
|
+
}) => boolean) | undefined;
|
|
2654
|
+
shouldSetContainerGap?: ((data: {
|
|
2655
|
+
size: number;
|
|
2656
|
+
}, state: {
|
|
2657
|
+
getId: (item: any) => string;
|
|
2658
|
+
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
2659
|
+
/**
|
|
2660
|
+
* A list of panels. Uses `ListModel`
|
|
2661
|
+
*/
|
|
2662
|
+
panels: import("@workday/canvas-kit-react/collection").Item<any>[];
|
|
2663
|
+
/**
|
|
2664
|
+
* A React.Ref of the current item index. A ref is used to allow for updating outside the normal
|
|
2665
|
+
* React state cycle to ensure accurate index tracking as items are registered within the same
|
|
2666
|
+
* state setting phase.
|
|
2667
|
+
*/
|
|
2668
|
+
panelIndexRef: React.MutableRefObject<number>;
|
|
2669
|
+
hiddenIds: string[];
|
|
2670
|
+
itemWidthCache: Record<string, number>;
|
|
2671
|
+
containerWidth: number;
|
|
2672
|
+
containerGap: number;
|
|
2558
2673
|
overflowTargetWidth: number;
|
|
2559
2674
|
selectedIds: string[] | "all";
|
|
2560
2675
|
unselectedIds: string[];
|
|
@@ -2597,6 +2712,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
2597
2712
|
hiddenIds: string[];
|
|
2598
2713
|
itemWidthCache: Record<string, number>;
|
|
2599
2714
|
containerWidth: number;
|
|
2715
|
+
containerGap: number;
|
|
2600
2716
|
overflowTargetWidth: number;
|
|
2601
2717
|
selectedIds: string[] | "all";
|
|
2602
2718
|
unselectedIds: string[];
|
|
@@ -2640,6 +2756,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
2640
2756
|
hiddenIds: string[];
|
|
2641
2757
|
itemWidthCache: Record<string, number>;
|
|
2642
2758
|
containerWidth: number;
|
|
2759
|
+
containerGap: number;
|
|
2643
2760
|
overflowTargetWidth: number;
|
|
2644
2761
|
selectedIds: string[] | "all";
|
|
2645
2762
|
unselectedIds: string[];
|
|
@@ -2682,6 +2799,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
2682
2799
|
hiddenIds: string[];
|
|
2683
2800
|
itemWidthCache: Record<string, number>;
|
|
2684
2801
|
containerWidth: number;
|
|
2802
|
+
containerGap: number;
|
|
2685
2803
|
overflowTargetWidth: number;
|
|
2686
2804
|
selectedIds: string[] | "all";
|
|
2687
2805
|
unselectedIds: string[];
|
|
@@ -2724,6 +2842,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
2724
2842
|
hiddenIds: string[];
|
|
2725
2843
|
itemWidthCache: Record<string, number>;
|
|
2726
2844
|
containerWidth: number;
|
|
2845
|
+
containerGap: number;
|
|
2727
2846
|
overflowTargetWidth: number;
|
|
2728
2847
|
selectedIds: string[] | "all";
|
|
2729
2848
|
unselectedIds: string[];
|
|
@@ -2766,6 +2885,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
2766
2885
|
hiddenIds: string[];
|
|
2767
2886
|
itemWidthCache: Record<string, number>;
|
|
2768
2887
|
containerWidth: number;
|
|
2888
|
+
containerGap: number;
|
|
2769
2889
|
overflowTargetWidth: number;
|
|
2770
2890
|
selectedIds: string[] | "all";
|
|
2771
2891
|
unselectedIds: string[];
|
|
@@ -2806,6 +2926,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
2806
2926
|
hiddenIds: string[];
|
|
2807
2927
|
itemWidthCache: Record<string, number>;
|
|
2808
2928
|
containerWidth: number;
|
|
2929
|
+
containerGap: number;
|
|
2809
2930
|
overflowTargetWidth: number;
|
|
2810
2931
|
selectedIds: string[] | "all";
|
|
2811
2932
|
unselectedIds: string[];
|
|
@@ -2846,6 +2967,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
2846
2967
|
hiddenIds: string[];
|
|
2847
2968
|
itemWidthCache: Record<string, number>;
|
|
2848
2969
|
containerWidth: number;
|
|
2970
|
+
containerGap: number;
|
|
2849
2971
|
overflowTargetWidth: number;
|
|
2850
2972
|
selectedIds: string[] | "all";
|
|
2851
2973
|
unselectedIds: string[];
|
|
@@ -2888,6 +3010,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
2888
3010
|
hiddenIds: string[];
|
|
2889
3011
|
itemWidthCache: Record<string, number>;
|
|
2890
3012
|
containerWidth: number;
|
|
3013
|
+
containerGap: number;
|
|
2891
3014
|
overflowTargetWidth: number;
|
|
2892
3015
|
selectedIds: string[] | "all";
|
|
2893
3016
|
unselectedIds: string[];
|
|
@@ -2928,6 +3051,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
2928
3051
|
hiddenIds: string[];
|
|
2929
3052
|
itemWidthCache: Record<string, number>;
|
|
2930
3053
|
containerWidth: number;
|
|
3054
|
+
containerGap: number;
|
|
2931
3055
|
overflowTargetWidth: number;
|
|
2932
3056
|
selectedIds: string[] | "all";
|
|
2933
3057
|
unselectedIds: string[];
|
|
@@ -2968,6 +3092,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
2968
3092
|
hiddenIds: string[];
|
|
2969
3093
|
itemWidthCache: Record<string, number>;
|
|
2970
3094
|
containerWidth: number;
|
|
3095
|
+
containerGap: number;
|
|
2971
3096
|
overflowTargetWidth: number;
|
|
2972
3097
|
selectedIds: string[] | "all";
|
|
2973
3098
|
unselectedIds: string[];
|
|
@@ -3008,6 +3133,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
3008
3133
|
hiddenIds: string[];
|
|
3009
3134
|
itemWidthCache: Record<string, number>;
|
|
3010
3135
|
containerWidth: number;
|
|
3136
|
+
containerGap: number;
|
|
3011
3137
|
overflowTargetWidth: number;
|
|
3012
3138
|
selectedIds: string[] | "all";
|
|
3013
3139
|
unselectedIds: string[];
|
|
@@ -3048,6 +3174,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
3048
3174
|
hiddenIds: string[];
|
|
3049
3175
|
itemWidthCache: Record<string, number>;
|
|
3050
3176
|
containerWidth: number;
|
|
3177
|
+
containerGap: number;
|
|
3051
3178
|
overflowTargetWidth: number;
|
|
3052
3179
|
selectedIds: string[] | "all";
|
|
3053
3180
|
unselectedIds: string[];
|
|
@@ -3088,6 +3215,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
3088
3215
|
hiddenIds: string[];
|
|
3089
3216
|
itemWidthCache: Record<string, number>;
|
|
3090
3217
|
containerWidth: number;
|
|
3218
|
+
containerGap: number;
|
|
3091
3219
|
overflowTargetWidth: number;
|
|
3092
3220
|
selectedIds: string[] | "all";
|
|
3093
3221
|
unselectedIds: string[];
|
|
@@ -3128,6 +3256,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
3128
3256
|
hiddenIds: string[];
|
|
3129
3257
|
itemWidthCache: Record<string, number>;
|
|
3130
3258
|
containerWidth: number;
|
|
3259
|
+
containerGap: number;
|
|
3131
3260
|
overflowTargetWidth: number;
|
|
3132
3261
|
selectedIds: string[] | "all";
|
|
3133
3262
|
unselectedIds: string[];
|
|
@@ -3168,6 +3297,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
3168
3297
|
hiddenIds: string[];
|
|
3169
3298
|
itemWidthCache: Record<string, number>;
|
|
3170
3299
|
containerWidth: number;
|
|
3300
|
+
containerGap: number;
|
|
3171
3301
|
overflowTargetWidth: number;
|
|
3172
3302
|
selectedIds: string[] | "all";
|
|
3173
3303
|
unselectedIds: string[];
|
|
@@ -3208,6 +3338,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
3208
3338
|
hiddenIds: string[];
|
|
3209
3339
|
itemWidthCache: Record<string, number>;
|
|
3210
3340
|
containerWidth: number;
|
|
3341
|
+
containerGap: number;
|
|
3211
3342
|
overflowTargetWidth: number;
|
|
3212
3343
|
selectedIds: string[] | "all";
|
|
3213
3344
|
unselectedIds: string[];
|
|
@@ -3248,6 +3379,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
3248
3379
|
hiddenIds: string[];
|
|
3249
3380
|
itemWidthCache: Record<string, number>;
|
|
3250
3381
|
containerWidth: number;
|
|
3382
|
+
containerGap: number;
|
|
3251
3383
|
overflowTargetWidth: number;
|
|
3252
3384
|
selectedIds: string[] | "all";
|
|
3253
3385
|
unselectedIds: string[];
|
|
@@ -3288,6 +3420,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
3288
3420
|
hiddenIds: string[];
|
|
3289
3421
|
itemWidthCache: Record<string, number>;
|
|
3290
3422
|
containerWidth: number;
|
|
3423
|
+
containerGap: number;
|
|
3291
3424
|
overflowTargetWidth: number;
|
|
3292
3425
|
selectedIds: string[] | "all";
|
|
3293
3426
|
unselectedIds: string[];
|
|
@@ -3331,6 +3464,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
3331
3464
|
hiddenIds: string[];
|
|
3332
3465
|
itemWidthCache: Record<string, number>;
|
|
3333
3466
|
containerWidth: number;
|
|
3467
|
+
containerGap: number;
|
|
3334
3468
|
overflowTargetWidth: number;
|
|
3335
3469
|
selectedIds: string[] | "all";
|
|
3336
3470
|
unselectedIds: string[];
|
|
@@ -3373,6 +3507,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
3373
3507
|
hiddenIds: string[];
|
|
3374
3508
|
itemWidthCache: Record<string, number>;
|
|
3375
3509
|
containerWidth: number;
|
|
3510
|
+
containerGap: number;
|
|
3376
3511
|
overflowTargetWidth: number;
|
|
3377
3512
|
selectedIds: string[] | "all";
|
|
3378
3513
|
unselectedIds: string[];
|
|
@@ -3415,6 +3550,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
3415
3550
|
hiddenIds: string[];
|
|
3416
3551
|
itemWidthCache: Record<string, number>;
|
|
3417
3552
|
containerWidth: number;
|
|
3553
|
+
containerGap: number;
|
|
3418
3554
|
overflowTargetWidth: number;
|
|
3419
3555
|
selectedIds: string[] | "all";
|
|
3420
3556
|
unselectedIds: string[];
|
|
@@ -3456,6 +3592,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
3456
3592
|
hiddenIds: string[];
|
|
3457
3593
|
itemWidthCache: Record<string, number>;
|
|
3458
3594
|
containerWidth: number;
|
|
3595
|
+
containerGap: number;
|
|
3459
3596
|
overflowTargetWidth: number;
|
|
3460
3597
|
selectedIds: string[] | "all";
|
|
3461
3598
|
unselectedIds: string[];
|
|
@@ -3500,6 +3637,9 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
3500
3637
|
setContainerWidth(data: {
|
|
3501
3638
|
width?: number | undefined;
|
|
3502
3639
|
}): void;
|
|
3640
|
+
setContainerGap(data: {
|
|
3641
|
+
size: number;
|
|
3642
|
+
}): void;
|
|
3503
3643
|
setOverflowTargetWidth(data: {
|
|
3504
3644
|
width: number;
|
|
3505
3645
|
}): void;
|
|
@@ -4997,6 +5137,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
4997
5137
|
hiddenIds: string[];
|
|
4998
5138
|
itemWidthCache: Record<string, number>;
|
|
4999
5139
|
containerWidth: number;
|
|
5140
|
+
containerGap: number;
|
|
5000
5141
|
overflowTargetWidth: number;
|
|
5001
5142
|
selectedIds: string[] | "all";
|
|
5002
5143
|
unselectedIds: string[];
|
|
@@ -5040,6 +5181,9 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
5040
5181
|
setContainerWidth(data: {
|
|
5041
5182
|
width?: number | undefined;
|
|
5042
5183
|
}): void;
|
|
5184
|
+
setContainerGap(data: {
|
|
5185
|
+
size: number;
|
|
5186
|
+
}): void;
|
|
5043
5187
|
setOverflowTargetWidth(data: {
|
|
5044
5188
|
width: number;
|
|
5045
5189
|
}): void;
|
|
@@ -5098,6 +5242,7 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
5098
5242
|
hiddenIds: string[];
|
|
5099
5243
|
itemWidthCache: Record<string, number>;
|
|
5100
5244
|
containerWidth: number;
|
|
5245
|
+
containerGap: number;
|
|
5101
5246
|
overflowTargetWidth: number;
|
|
5102
5247
|
selectedIds: string[] | "all";
|
|
5103
5248
|
unselectedIds: string[];
|
|
@@ -5142,6 +5287,9 @@ export declare const useTabsModel: (<TT_Special_Generic>(config?: (Partial<{
|
|
|
5142
5287
|
setContainerWidth(data: {
|
|
5143
5288
|
width?: number | undefined;
|
|
5144
5289
|
}): void;
|
|
5290
|
+
setContainerGap(data: {
|
|
5291
|
+
size: number;
|
|
5292
|
+
}): void;
|
|
5145
5293
|
setOverflowTargetWidth(data: {
|
|
5146
5294
|
width: number;
|
|
5147
5295
|
}): void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useTabsModel.d.ts","sourceRoot":"","sources":["../../../../tabs/lib/useTabsModel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAU1B;;;;;;;;;;;;;;;GAeG;AACH,eAAO,MAAM,YAAY;IAGrB;;;;;OAKG;;IAEH;;;OAGG;;IAEH;;;;OAIG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QAoCH;;WAEG;;QAEH;;;;WAIG
|
|
1
|
+
{"version":3,"file":"useTabsModel.d.ts","sourceRoot":"","sources":["../../../../tabs/lib/useTabsModel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAU1B;;;;;;;;;;;;;;;GAeG;AACH,eAAO,MAAM,YAAY;IAGrB;;;;;OAKG;;IAEH;;;OAGG;;IAEH;;;;OAIG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QAoCH;;WAEG;;QAEH;;;;WAIG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QARH;;WAEG;;QAEH;;;;WAIG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QARH;;WAEG;;QAEH;;;;WAIG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QARH;;WAEG;;QAEH;;;;WAIG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QARH;;WAEG;;QAEH;;;;WAIG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QARH;;WAEG;;QAEH;;;;WAIG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QARH;;WAEG;;QAEH;;;;WAIG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QARH;;WAEG;;QAEH;;;;WAIG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QARH;;WAEG;;QAEH;;;;WAIG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QARH;;WAEG;;QAEH;;;;WAIG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QARH;;WAEG;;QAEH;;;;WAIG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QARH;;WAEG;;QAEH;;;;WAIG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QARH;;WAEG;;QAEH;;;;WAIG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QARH;;WAEG;;QAEH;;;;WAIG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QARH;;WAEG;;QAEH;;;;WAIG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QARH;;WAEG;;QAEH;;;;WAIG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QARH;;WAEG;;QAEH;;;;WAIG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QARH;;WAEG;;QAEH;;;;WAIG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QARH;;WAEG;;QAEH;;;;WAIG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QARH;;WAEG;;QAEH;;;;WAIG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QARH;;WAEG;;QAEH;;;;WAIG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QARH;;WAEG;;QAEH;;;;WAIG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QARH;;WAEG;;QAEH;;;;WAIG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QARH;;WAEG;;QAEH;;;;WAIG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QARH;;WAEG;;QAEH;;;;WAIG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QARH;;WAEG;;QAEH;;;;WAIG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QARH;;WAEG;;QAEH;;;;WAIG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QARH;;WAEG;;QAEH;;;;WAIG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QARH;;WAEG;;QAEH;;;;WAIG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QARH;;WAEG;;QAEH;;;;WAIG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QARH;;WAEG;;QAEH;;;;WAIG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QARH;;WAEG;;QAEH;;;;WAIG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QARH;;WAEG;;QAEH;;;;WAIG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QARH;;WAEG;;QAEH;;;;WAIG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QARH;;WAEG;;QAEH;;;;WAIG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QARH;;WAEG;;QAEH;;;;WAIG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QARH;;WAEG;;QAEH;;;;WAIG;;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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@workday/canvas-kit-react",
|
|
3
|
-
"version": "11.1.
|
|
3
|
+
"version": "11.1.21",
|
|
4
4
|
"description": "The parent module that contains all Workday Canvas Kit React components",
|
|
5
5
|
"author": "Workday, Inc. (https://www.workday.com)",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -49,8 +49,8 @@
|
|
|
49
49
|
"@emotion/styled": "^11.6.0",
|
|
50
50
|
"@popperjs/core": "^2.5.4",
|
|
51
51
|
"@workday/canvas-colors-web": "^2.0.0",
|
|
52
|
-
"@workday/canvas-kit-popup-stack": "^11.1.
|
|
53
|
-
"@workday/canvas-kit-styling": "^11.1.
|
|
52
|
+
"@workday/canvas-kit-popup-stack": "^11.1.21",
|
|
53
|
+
"@workday/canvas-kit-styling": "^11.1.21",
|
|
54
54
|
"@workday/canvas-system-icons-web": "^3.0.0",
|
|
55
55
|
"@workday/canvas-tokens-web": "^2.0.0",
|
|
56
56
|
"@workday/design-assets-types": "^0.2.8",
|
|
@@ -67,5 +67,5 @@
|
|
|
67
67
|
"@workday/canvas-accent-icons-web": "^3.0.0",
|
|
68
68
|
"@workday/canvas-applet-icons-web": "^2.0.0"
|
|
69
69
|
},
|
|
70
|
-
"gitHead": "
|
|
70
|
+
"gitHead": "2a7e546a8df8c8ff4340f9b2be26e678244f720b"
|
|
71
71
|
}
|