@workday/canvas-kit-react 12.1.0-937-next.0 → 12.1.0-945-next.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/collection/lib/useOverflowListItemMeasure.tsx +6 -2
- package/collection/lib/useOverflowListMeasure.ts +19 -5
- package/collection/lib/useOverflowListModel.tsx +114 -47
- package/collection/lib/useOverflowListTarget.tsx +5 -1
- package/dist/commonjs/action-bar/lib/ActionBar.d.ts +580 -0
- package/dist/commonjs/action-bar/lib/ActionBar.d.ts.map +1 -1
- package/dist/commonjs/action-bar/lib/ActionBarItem.d.ts +44 -0
- package/dist/commonjs/action-bar/lib/ActionBarItem.d.ts.map +1 -1
- package/dist/commonjs/action-bar/lib/ActionBarList.d.ts +45 -1
- package/dist/commonjs/action-bar/lib/ActionBarList.d.ts.map +1 -1
- package/dist/commonjs/action-bar/lib/ActionBarOverflowButton.d.ts +44 -0
- package/dist/commonjs/action-bar/lib/ActionBarOverflowButton.d.ts.map +1 -1
- package/dist/commonjs/action-bar/lib/useActionBarModel.d.ts +558 -0
- package/dist/commonjs/action-bar/lib/useActionBarModel.d.ts.map +1 -1
- package/dist/commonjs/avatar/lib/Avatar.js +21 -21
- package/dist/commonjs/badge/lib/CountBadge.js +3 -3
- package/dist/commonjs/breadcrumbs/lib/Breadcrumbs.d.ts +602 -0
- package/dist/commonjs/breadcrumbs/lib/Breadcrumbs.d.ts.map +1 -1
- package/dist/commonjs/breadcrumbs/lib/BreadcrumbsCurrentItem.d.ts +44 -0
- package/dist/commonjs/breadcrumbs/lib/BreadcrumbsCurrentItem.d.ts.map +1 -1
- package/dist/commonjs/breadcrumbs/lib/BreadcrumbsItem.d.ts +44 -0
- package/dist/commonjs/breadcrumbs/lib/BreadcrumbsItem.d.ts.map +1 -1
- package/dist/commonjs/breadcrumbs/lib/BreadcrumbsList.d.ts +22 -0
- package/dist/commonjs/breadcrumbs/lib/BreadcrumbsList.d.ts.map +1 -1
- package/dist/commonjs/breadcrumbs/lib/BreadcrumbsOverflowButton.d.ts +44 -0
- package/dist/commonjs/breadcrumbs/lib/BreadcrumbsOverflowButton.d.ts.map +1 -1
- package/dist/commonjs/breadcrumbs/lib/hooks/useBreadcrumbsModel.d.ts +558 -0
- package/dist/commonjs/breadcrumbs/lib/hooks/useBreadcrumbsModel.d.ts.map +1 -1
- package/dist/commonjs/button/lib/BaseButton.js +21 -21
- package/dist/commonjs/button/lib/DeleteButton.js +1 -1
- package/dist/commonjs/button/lib/PrimaryButton.js +2 -2
- package/dist/commonjs/button/lib/SecondaryButton.js +2 -2
- package/dist/commonjs/button/lib/TertiaryButton.js +18 -18
- package/dist/commonjs/card/lib/Card.js +1 -1
- package/dist/commonjs/card/lib/CardBody.js +1 -1
- package/dist/commonjs/card/lib/CardHeading.js +1 -1
- package/dist/commonjs/checkbox/lib/CheckBackground.js +3 -3
- package/dist/commonjs/checkbox/lib/CheckboxCheck.js +5 -5
- package/dist/commonjs/checkbox/lib/CheckboxContainer.js +1 -1
- package/dist/commonjs/checkbox/lib/CheckboxInput.js +5 -5
- package/dist/commonjs/checkbox/lib/CheckboxRipple.js +1 -1
- package/dist/commonjs/collection/lib/ListBox.js +3 -3
- package/dist/commonjs/collection/lib/useOverflowListItemMeasure.d.ts +22 -0
- package/dist/commonjs/collection/lib/useOverflowListItemMeasure.d.ts.map +1 -1
- package/dist/commonjs/collection/lib/useOverflowListItemMeasure.js +5 -2
- package/dist/commonjs/collection/lib/useOverflowListMeasure.d.ts +23 -1
- package/dist/commonjs/collection/lib/useOverflowListMeasure.d.ts.map +1 -1
- package/dist/commonjs/collection/lib/useOverflowListMeasure.js +12 -28
- package/dist/commonjs/collection/lib/useOverflowListModel.d.ts +970 -1
- package/dist/commonjs/collection/lib/useOverflowListModel.d.ts.map +1 -1
- package/dist/commonjs/collection/lib/useOverflowListModel.js +84 -37
- package/dist/commonjs/collection/lib/useOverflowListTarget.d.ts +22 -0
- package/dist/commonjs/collection/lib/useOverflowListTarget.d.ts.map +1 -1
- package/dist/commonjs/collection/lib/useOverflowListTarget.js +4 -1
- package/dist/commonjs/combobox/lib/ComboboxMenuList.js +1 -1
- package/dist/commonjs/common/lib/AccessibleHide.js +1 -1
- package/dist/commonjs/common/lib/CanvasProvider.js +1 -1
- package/dist/commonjs/form-field/lib/FormFieldContainer.js +1 -1
- package/dist/commonjs/form-field/lib/FormFieldField.js +1 -1
- package/dist/commonjs/form-field/lib/FormFieldGroupLabel.js +5 -5
- package/dist/commonjs/form-field/lib/FormFieldGroupList.js +3 -3
- package/dist/commonjs/form-field/lib/FormFieldHint.js +3 -3
- package/dist/commonjs/form-field/lib/FormFieldLabel.js +6 -6
- package/dist/commonjs/form-field/lib/formFieldStencil.js +8 -8
- package/dist/commonjs/icon/lib/AccentIcon.js +2 -2
- package/dist/commonjs/icon/lib/AppletIcon.js +1 -1
- package/dist/commonjs/icon/lib/Graphic.js +2 -2
- package/dist/commonjs/icon/lib/Svg.js +2 -2
- package/dist/commonjs/icon/lib/SystemIcon.js +1 -1
- package/dist/commonjs/icon/lib/SystemIconCircle.js +1 -1
- package/dist/commonjs/loading-dots/lib/LoadingDots.js +2 -2
- package/dist/commonjs/menu/lib/MenuCard.js +1 -1
- package/dist/commonjs/menu/lib/MenuItem.js +1 -1
- package/dist/commonjs/menu/lib/MenuList.js +3 -3
- package/dist/commonjs/menu/lib/MenuOption.js +1 -1
- package/dist/commonjs/modal/lib/ModalBody.js +1 -1
- package/dist/commonjs/modal/lib/ModalCard.js +1 -1
- package/dist/commonjs/modal/lib/ModalHeading.js +1 -1
- package/dist/commonjs/modal/lib/ModalOverflowOverlay.js +1 -1
- package/dist/commonjs/modal/lib/ModalOverlay.js +2 -2
- package/dist/commonjs/popup/lib/PopupBody.js +1 -1
- package/dist/commonjs/popup/lib/PopupCard.js +2 -2
- package/dist/commonjs/popup/lib/PopupCloseIcon.js +1 -1
- package/dist/commonjs/popup/lib/PopupHeading.js +1 -1
- package/dist/commonjs/select/lib/SelectCard.js +1 -1
- package/dist/commonjs/select/lib/SelectInput.js +3 -3
- package/dist/commonjs/switch/lib/Switch.js +7 -7
- package/dist/commonjs/table/lib/Table.js +1 -1
- package/dist/commonjs/table/lib/TableBody.js +1 -1
- package/dist/commonjs/table/lib/TableCaption.js +1 -1
- package/dist/commonjs/table/lib/TableCell.js +1 -1
- package/dist/commonjs/table/lib/TableFooter.js +1 -1
- package/dist/commonjs/table/lib/TableHead.js +1 -1
- package/dist/commonjs/table/lib/TableHeader.js +1 -1
- package/dist/commonjs/table/lib/TableRow.js +1 -1
- package/dist/commonjs/tabs/lib/Tabs.d.ts +666 -0
- package/dist/commonjs/tabs/lib/Tabs.d.ts.map +1 -1
- package/dist/commonjs/tabs/lib/TabsItem.d.ts +44 -0
- package/dist/commonjs/tabs/lib/TabsItem.d.ts.map +1 -1
- package/dist/commonjs/tabs/lib/TabsList.d.ts +45 -1
- package/dist/commonjs/tabs/lib/TabsList.d.ts.map +1 -1
- package/dist/commonjs/tabs/lib/TabsOverflowButton.d.ts +44 -0
- package/dist/commonjs/tabs/lib/TabsOverflowButton.d.ts.map +1 -1
- package/dist/commonjs/tabs/lib/TabsPanel.d.ts +44 -0
- package/dist/commonjs/tabs/lib/TabsPanel.d.ts.map +1 -1
- package/dist/commonjs/tabs/lib/TabsPanels.d.ts +22 -0
- package/dist/commonjs/tabs/lib/TabsPanels.d.ts.map +1 -1
- package/dist/commonjs/tabs/lib/useTabsModel.d.ts +680 -0
- package/dist/commonjs/tabs/lib/useTabsModel.d.ts.map +1 -1
- package/dist/commonjs/text/lib/LabelText.js +6 -6
- package/dist/commonjs/text/lib/Text.js +16 -16
- package/dist/commonjs/text/lib/TypeLevelComponents.js +4 -4
- package/dist/commonjs/text-area/lib/TextArea.js +5 -5
- package/dist/commonjs/text-input/lib/InputGroup.js +6 -6
- package/dist/commonjs/text-input/lib/TextInput.js +5 -5
- package/dist/commonjs/toast/lib/Toast.js +1 -1
- package/dist/commonjs/toast/lib/ToastBody.js +1 -1
- package/dist/commonjs/toast/lib/ToastCloseIcon.js +1 -1
- package/dist/commonjs/toast/lib/ToastIcon.js +1 -1
- package/dist/commonjs/toast/lib/ToastMessage.js +1 -1
- package/dist/es6/action-bar/lib/ActionBar.d.ts +580 -0
- package/dist/es6/action-bar/lib/ActionBar.d.ts.map +1 -1
- package/dist/es6/action-bar/lib/ActionBarItem.d.ts +44 -0
- package/dist/es6/action-bar/lib/ActionBarItem.d.ts.map +1 -1
- package/dist/es6/action-bar/lib/ActionBarList.d.ts +45 -1
- package/dist/es6/action-bar/lib/ActionBarList.d.ts.map +1 -1
- package/dist/es6/action-bar/lib/ActionBarOverflowButton.d.ts +44 -0
- package/dist/es6/action-bar/lib/ActionBarOverflowButton.d.ts.map +1 -1
- package/dist/es6/action-bar/lib/useActionBarModel.d.ts +558 -0
- package/dist/es6/action-bar/lib/useActionBarModel.d.ts.map +1 -1
- package/dist/es6/avatar/lib/Avatar.js +21 -21
- package/dist/es6/badge/lib/CountBadge.js +3 -3
- package/dist/es6/breadcrumbs/lib/Breadcrumbs.d.ts +602 -0
- package/dist/es6/breadcrumbs/lib/Breadcrumbs.d.ts.map +1 -1
- package/dist/es6/breadcrumbs/lib/BreadcrumbsCurrentItem.d.ts +44 -0
- package/dist/es6/breadcrumbs/lib/BreadcrumbsCurrentItem.d.ts.map +1 -1
- package/dist/es6/breadcrumbs/lib/BreadcrumbsItem.d.ts +44 -0
- package/dist/es6/breadcrumbs/lib/BreadcrumbsItem.d.ts.map +1 -1
- package/dist/es6/breadcrumbs/lib/BreadcrumbsList.d.ts +22 -0
- package/dist/es6/breadcrumbs/lib/BreadcrumbsList.d.ts.map +1 -1
- package/dist/es6/breadcrumbs/lib/BreadcrumbsOverflowButton.d.ts +44 -0
- package/dist/es6/breadcrumbs/lib/BreadcrumbsOverflowButton.d.ts.map +1 -1
- package/dist/es6/breadcrumbs/lib/hooks/useBreadcrumbsModel.d.ts +558 -0
- package/dist/es6/breadcrumbs/lib/hooks/useBreadcrumbsModel.d.ts.map +1 -1
- package/dist/es6/button/lib/BaseButton.js +21 -21
- package/dist/es6/button/lib/DeleteButton.js +1 -1
- package/dist/es6/button/lib/PrimaryButton.js +2 -2
- package/dist/es6/button/lib/SecondaryButton.js +2 -2
- package/dist/es6/button/lib/TertiaryButton.js +18 -18
- package/dist/es6/card/lib/Card.js +1 -1
- package/dist/es6/card/lib/CardBody.js +1 -1
- package/dist/es6/card/lib/CardHeading.js +1 -1
- package/dist/es6/checkbox/lib/CheckBackground.js +3 -3
- package/dist/es6/checkbox/lib/CheckboxCheck.js +5 -5
- package/dist/es6/checkbox/lib/CheckboxContainer.js +1 -1
- package/dist/es6/checkbox/lib/CheckboxInput.js +5 -5
- package/dist/es6/checkbox/lib/CheckboxRipple.js +1 -1
- package/dist/es6/collection/lib/ListBox.js +3 -3
- package/dist/es6/collection/lib/useOverflowListItemMeasure.d.ts +22 -0
- package/dist/es6/collection/lib/useOverflowListItemMeasure.d.ts.map +1 -1
- package/dist/es6/collection/lib/useOverflowListItemMeasure.js +5 -2
- package/dist/es6/collection/lib/useOverflowListMeasure.d.ts +23 -1
- package/dist/es6/collection/lib/useOverflowListMeasure.d.ts.map +1 -1
- package/dist/es6/collection/lib/useOverflowListMeasure.js +13 -6
- package/dist/es6/collection/lib/useOverflowListModel.d.ts +970 -1
- package/dist/es6/collection/lib/useOverflowListModel.d.ts.map +1 -1
- package/dist/es6/collection/lib/useOverflowListModel.js +84 -37
- package/dist/es6/collection/lib/useOverflowListTarget.d.ts +22 -0
- package/dist/es6/collection/lib/useOverflowListTarget.d.ts.map +1 -1
- package/dist/es6/collection/lib/useOverflowListTarget.js +4 -1
- package/dist/es6/combobox/lib/ComboboxMenuList.js +1 -1
- package/dist/es6/common/lib/AccessibleHide.js +1 -1
- package/dist/es6/common/lib/CanvasProvider.js +1 -1
- package/dist/es6/form-field/lib/FormFieldContainer.js +1 -1
- package/dist/es6/form-field/lib/FormFieldField.js +1 -1
- package/dist/es6/form-field/lib/FormFieldGroupLabel.js +5 -5
- package/dist/es6/form-field/lib/FormFieldGroupList.js +3 -3
- package/dist/es6/form-field/lib/FormFieldHint.js +3 -3
- package/dist/es6/form-field/lib/FormFieldLabel.js +6 -6
- package/dist/es6/form-field/lib/formFieldStencil.js +8 -8
- package/dist/es6/icon/lib/AccentIcon.js +2 -2
- package/dist/es6/icon/lib/AppletIcon.js +1 -1
- package/dist/es6/icon/lib/Graphic.js +2 -2
- package/dist/es6/icon/lib/Svg.js +2 -2
- package/dist/es6/icon/lib/SystemIcon.js +1 -1
- package/dist/es6/icon/lib/SystemIconCircle.js +1 -1
- package/dist/es6/loading-dots/lib/LoadingDots.js +2 -2
- package/dist/es6/menu/lib/MenuCard.js +1 -1
- package/dist/es6/menu/lib/MenuItem.js +1 -1
- package/dist/es6/menu/lib/MenuList.js +3 -3
- package/dist/es6/menu/lib/MenuOption.js +1 -1
- package/dist/es6/modal/lib/ModalBody.js +1 -1
- package/dist/es6/modal/lib/ModalCard.js +1 -1
- package/dist/es6/modal/lib/ModalHeading.js +1 -1
- package/dist/es6/modal/lib/ModalOverflowOverlay.js +1 -1
- package/dist/es6/modal/lib/ModalOverlay.js +2 -2
- package/dist/es6/popup/lib/PopupBody.js +1 -1
- package/dist/es6/popup/lib/PopupCard.js +2 -2
- package/dist/es6/popup/lib/PopupCloseIcon.js +1 -1
- package/dist/es6/popup/lib/PopupHeading.js +1 -1
- package/dist/es6/select/lib/SelectCard.js +1 -1
- package/dist/es6/select/lib/SelectInput.js +3 -3
- package/dist/es6/switch/lib/Switch.js +7 -7
- package/dist/es6/table/lib/Table.js +1 -1
- package/dist/es6/table/lib/TableBody.js +1 -1
- package/dist/es6/table/lib/TableCaption.js +1 -1
- package/dist/es6/table/lib/TableCell.js +1 -1
- package/dist/es6/table/lib/TableFooter.js +1 -1
- package/dist/es6/table/lib/TableHead.js +1 -1
- package/dist/es6/table/lib/TableHeader.js +1 -1
- package/dist/es6/table/lib/TableRow.js +1 -1
- package/dist/es6/tabs/lib/Tabs.d.ts +666 -0
- package/dist/es6/tabs/lib/Tabs.d.ts.map +1 -1
- package/dist/es6/tabs/lib/TabsItem.d.ts +44 -0
- package/dist/es6/tabs/lib/TabsItem.d.ts.map +1 -1
- package/dist/es6/tabs/lib/TabsList.d.ts +45 -1
- package/dist/es6/tabs/lib/TabsList.d.ts.map +1 -1
- package/dist/es6/tabs/lib/TabsOverflowButton.d.ts +44 -0
- package/dist/es6/tabs/lib/TabsOverflowButton.d.ts.map +1 -1
- package/dist/es6/tabs/lib/TabsPanel.d.ts +44 -0
- package/dist/es6/tabs/lib/TabsPanel.d.ts.map +1 -1
- package/dist/es6/tabs/lib/TabsPanels.d.ts +22 -0
- package/dist/es6/tabs/lib/TabsPanels.d.ts.map +1 -1
- package/dist/es6/tabs/lib/useTabsModel.d.ts +680 -0
- package/dist/es6/tabs/lib/useTabsModel.d.ts.map +1 -1
- package/dist/es6/text/lib/LabelText.js +6 -6
- package/dist/es6/text/lib/Text.js +16 -16
- package/dist/es6/text/lib/TypeLevelComponents.js +4 -4
- package/dist/es6/text-area/lib/TextArea.js +5 -5
- package/dist/es6/text-input/lib/InputGroup.js +6 -6
- package/dist/es6/text-input/lib/TextInput.js +5 -5
- package/dist/es6/toast/lib/Toast.js +1 -1
- package/dist/es6/toast/lib/ToastBody.js +1 -1
- package/dist/es6/toast/lib/ToastCloseIcon.js +1 -1
- package/dist/es6/toast/lib/ToastIcon.js +1 -1
- package/dist/es6/toast/lib/ToastMessage.js +1 -1
- package/package.json +4 -4
|
@@ -1454,8 +1454,11 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
1454
1454
|
panels: import("../..").Item<any>[];
|
|
1455
1455
|
panelIndexRef: React.MutableRefObject<number>;
|
|
1456
1456
|
hiddenIds: string[];
|
|
1457
|
+
itemSizeCache: Record<string, number>;
|
|
1457
1458
|
itemWidthCache: Record<string, number>;
|
|
1459
|
+
containerSize: number;
|
|
1458
1460
|
containerWidth: number;
|
|
1461
|
+
containerGap: number;
|
|
1459
1462
|
overflowTargetWidth: number;
|
|
1460
1463
|
selectedIds: string[] | "all";
|
|
1461
1464
|
unselectedIds: string[];
|
|
@@ -1488,8 +1491,11 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
1488
1491
|
panels: import("../..").Item<any>[];
|
|
1489
1492
|
panelIndexRef: React.MutableRefObject<number>;
|
|
1490
1493
|
hiddenIds: string[];
|
|
1494
|
+
itemSizeCache: Record<string, number>;
|
|
1491
1495
|
itemWidthCache: Record<string, number>;
|
|
1496
|
+
containerSize: number;
|
|
1492
1497
|
containerWidth: number;
|
|
1498
|
+
containerGap: number;
|
|
1493
1499
|
overflowTargetWidth: number;
|
|
1494
1500
|
selectedIds: string[] | "all";
|
|
1495
1501
|
unselectedIds: string[];
|
|
@@ -1522,8 +1528,49 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
1522
1528
|
panels: import("../..").Item<any>[];
|
|
1523
1529
|
panelIndexRef: React.MutableRefObject<number>;
|
|
1524
1530
|
hiddenIds: string[];
|
|
1531
|
+
itemSizeCache: Record<string, number>;
|
|
1525
1532
|
itemWidthCache: Record<string, number>;
|
|
1533
|
+
containerSize: number;
|
|
1526
1534
|
containerWidth: number;
|
|
1535
|
+
containerGap: number;
|
|
1536
|
+
overflowTargetWidth: number;
|
|
1537
|
+
selectedIds: string[] | "all";
|
|
1538
|
+
unselectedIds: string[];
|
|
1539
|
+
cursorId: string;
|
|
1540
|
+
columnCount: number;
|
|
1541
|
+
pageSizeRef: React.MutableRefObject<number>;
|
|
1542
|
+
cursorIndexRef: {
|
|
1543
|
+
readonly current: number;
|
|
1544
|
+
};
|
|
1545
|
+
UNSTABLE_virtual: {
|
|
1546
|
+
virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
|
|
1547
|
+
totalSize: number;
|
|
1548
|
+
scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
|
|
1549
|
+
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1550
|
+
measure: () => void;
|
|
1551
|
+
};
|
|
1552
|
+
UNSTABLE_defaultItemHeight: number;
|
|
1553
|
+
containerRef: React.RefObject<HTMLDivElement>;
|
|
1554
|
+
id: string;
|
|
1555
|
+
indexRef: React.MutableRefObject<number>;
|
|
1556
|
+
nonInteractiveIds: string[];
|
|
1557
|
+
isVirtualized: boolean;
|
|
1558
|
+
items: import("../..").Item<any>[];
|
|
1559
|
+
}) => void) | undefined;
|
|
1560
|
+
onSetContainerSize?: ((data: {
|
|
1561
|
+
width?: number | undefined;
|
|
1562
|
+
height?: number | undefined;
|
|
1563
|
+
}, prevState: {
|
|
1564
|
+
getId: (item: any) => string;
|
|
1565
|
+
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1566
|
+
panels: import("../..").Item<any>[];
|
|
1567
|
+
panelIndexRef: React.MutableRefObject<number>;
|
|
1568
|
+
hiddenIds: string[];
|
|
1569
|
+
itemSizeCache: Record<string, number>;
|
|
1570
|
+
itemWidthCache: Record<string, number>;
|
|
1571
|
+
containerSize: number;
|
|
1572
|
+
containerWidth: number;
|
|
1573
|
+
containerGap: number;
|
|
1527
1574
|
overflowTargetWidth: number;
|
|
1528
1575
|
selectedIds: string[] | "all";
|
|
1529
1576
|
unselectedIds: string[];
|
|
@@ -1556,8 +1603,86 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
1556
1603
|
panels: import("../..").Item<any>[];
|
|
1557
1604
|
panelIndexRef: React.MutableRefObject<number>;
|
|
1558
1605
|
hiddenIds: string[];
|
|
1606
|
+
itemSizeCache: Record<string, number>;
|
|
1607
|
+
itemWidthCache: Record<string, number>;
|
|
1608
|
+
containerSize: number;
|
|
1609
|
+
containerWidth: number;
|
|
1610
|
+
containerGap: number;
|
|
1611
|
+
overflowTargetWidth: number;
|
|
1612
|
+
selectedIds: string[] | "all";
|
|
1613
|
+
unselectedIds: string[];
|
|
1614
|
+
cursorId: string;
|
|
1615
|
+
columnCount: number;
|
|
1616
|
+
pageSizeRef: React.MutableRefObject<number>;
|
|
1617
|
+
cursorIndexRef: {
|
|
1618
|
+
readonly current: number;
|
|
1619
|
+
};
|
|
1620
|
+
UNSTABLE_virtual: {
|
|
1621
|
+
virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
|
|
1622
|
+
totalSize: number;
|
|
1623
|
+
scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
|
|
1624
|
+
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1625
|
+
measure: () => void;
|
|
1626
|
+
};
|
|
1627
|
+
UNSTABLE_defaultItemHeight: number;
|
|
1628
|
+
containerRef: React.RefObject<HTMLDivElement>;
|
|
1629
|
+
id: string;
|
|
1630
|
+
indexRef: React.MutableRefObject<number>;
|
|
1631
|
+
nonInteractiveIds: string[];
|
|
1632
|
+
isVirtualized: boolean;
|
|
1633
|
+
items: import("../..").Item<any>[];
|
|
1634
|
+
}) => void) | undefined;
|
|
1635
|
+
onSetContainerGap?: ((data: {
|
|
1636
|
+
size: number;
|
|
1637
|
+
}, prevState: {
|
|
1638
|
+
getId: (item: any) => string;
|
|
1639
|
+
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1640
|
+
panels: import("../..").Item<any>[];
|
|
1641
|
+
panelIndexRef: React.MutableRefObject<number>;
|
|
1642
|
+
hiddenIds: string[];
|
|
1643
|
+
itemSizeCache: Record<string, number>;
|
|
1644
|
+
itemWidthCache: Record<string, number>;
|
|
1645
|
+
containerSize: number;
|
|
1646
|
+
containerWidth: number;
|
|
1647
|
+
containerGap: number;
|
|
1648
|
+
overflowTargetWidth: number;
|
|
1649
|
+
selectedIds: string[] | "all";
|
|
1650
|
+
unselectedIds: string[];
|
|
1651
|
+
cursorId: string;
|
|
1652
|
+
columnCount: number;
|
|
1653
|
+
pageSizeRef: React.MutableRefObject<number>;
|
|
1654
|
+
cursorIndexRef: {
|
|
1655
|
+
readonly current: number;
|
|
1656
|
+
};
|
|
1657
|
+
UNSTABLE_virtual: {
|
|
1658
|
+
virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
|
|
1659
|
+
totalSize: number;
|
|
1660
|
+
scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
|
|
1661
|
+
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1662
|
+
measure: () => void;
|
|
1663
|
+
};
|
|
1664
|
+
UNSTABLE_defaultItemHeight: number;
|
|
1665
|
+
containerRef: React.RefObject<HTMLDivElement>;
|
|
1666
|
+
id: string;
|
|
1667
|
+
indexRef: React.MutableRefObject<number>;
|
|
1668
|
+
nonInteractiveIds: string[];
|
|
1669
|
+
isVirtualized: boolean;
|
|
1670
|
+
items: import("../..").Item<any>[];
|
|
1671
|
+
}) => void) | undefined;
|
|
1672
|
+
onSetOverflowTargetSize?: ((data: {
|
|
1673
|
+
width: number;
|
|
1674
|
+
height: number;
|
|
1675
|
+
}, prevState: {
|
|
1676
|
+
getId: (item: any) => string;
|
|
1677
|
+
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1678
|
+
panels: import("../..").Item<any>[];
|
|
1679
|
+
panelIndexRef: React.MutableRefObject<number>;
|
|
1680
|
+
hiddenIds: string[];
|
|
1681
|
+
itemSizeCache: Record<string, number>;
|
|
1559
1682
|
itemWidthCache: Record<string, number>;
|
|
1683
|
+
containerSize: number;
|
|
1560
1684
|
containerWidth: number;
|
|
1685
|
+
containerGap: number;
|
|
1561
1686
|
overflowTargetWidth: number;
|
|
1562
1687
|
selectedIds: string[] | "all";
|
|
1563
1688
|
unselectedIds: string[];
|
|
@@ -1590,8 +1715,11 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
1590
1715
|
panels: import("../..").Item<any>[];
|
|
1591
1716
|
panelIndexRef: React.MutableRefObject<number>;
|
|
1592
1717
|
hiddenIds: string[];
|
|
1718
|
+
itemSizeCache: Record<string, number>;
|
|
1593
1719
|
itemWidthCache: Record<string, number>;
|
|
1720
|
+
containerSize: number;
|
|
1594
1721
|
containerWidth: number;
|
|
1722
|
+
containerGap: number;
|
|
1595
1723
|
overflowTargetWidth: number;
|
|
1596
1724
|
selectedIds: string[] | "all";
|
|
1597
1725
|
unselectedIds: string[];
|
|
@@ -1625,8 +1753,87 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
1625
1753
|
panels: import("../..").Item<any>[];
|
|
1626
1754
|
panelIndexRef: React.MutableRefObject<number>;
|
|
1627
1755
|
hiddenIds: string[];
|
|
1756
|
+
itemSizeCache: Record<string, number>;
|
|
1628
1757
|
itemWidthCache: Record<string, number>;
|
|
1758
|
+
containerSize: number;
|
|
1629
1759
|
containerWidth: number;
|
|
1760
|
+
containerGap: number;
|
|
1761
|
+
overflowTargetWidth: number;
|
|
1762
|
+
selectedIds: string[] | "all";
|
|
1763
|
+
unselectedIds: string[];
|
|
1764
|
+
cursorId: string;
|
|
1765
|
+
columnCount: number;
|
|
1766
|
+
pageSizeRef: React.MutableRefObject<number>;
|
|
1767
|
+
cursorIndexRef: {
|
|
1768
|
+
readonly current: number;
|
|
1769
|
+
};
|
|
1770
|
+
UNSTABLE_virtual: {
|
|
1771
|
+
virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
|
|
1772
|
+
totalSize: number;
|
|
1773
|
+
scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
|
|
1774
|
+
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1775
|
+
measure: () => void;
|
|
1776
|
+
};
|
|
1777
|
+
UNSTABLE_defaultItemHeight: number;
|
|
1778
|
+
containerRef: React.RefObject<HTMLDivElement>;
|
|
1779
|
+
id: string;
|
|
1780
|
+
indexRef: React.MutableRefObject<number>;
|
|
1781
|
+
nonInteractiveIds: string[];
|
|
1782
|
+
isVirtualized: boolean;
|
|
1783
|
+
items: import("../..").Item<any>[];
|
|
1784
|
+
}) => void) | undefined;
|
|
1785
|
+
onAddItemSize?: ((data: {
|
|
1786
|
+
id: string;
|
|
1787
|
+
width: number;
|
|
1788
|
+
height: number;
|
|
1789
|
+
}, prevState: {
|
|
1790
|
+
getId: (item: any) => string;
|
|
1791
|
+
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1792
|
+
panels: import("../..").Item<any>[];
|
|
1793
|
+
panelIndexRef: React.MutableRefObject<number>;
|
|
1794
|
+
hiddenIds: string[];
|
|
1795
|
+
itemSizeCache: Record<string, number>;
|
|
1796
|
+
itemWidthCache: Record<string, number>;
|
|
1797
|
+
containerSize: number;
|
|
1798
|
+
containerWidth: number;
|
|
1799
|
+
containerGap: number;
|
|
1800
|
+
overflowTargetWidth: number;
|
|
1801
|
+
selectedIds: string[] | "all";
|
|
1802
|
+
unselectedIds: string[];
|
|
1803
|
+
cursorId: string;
|
|
1804
|
+
columnCount: number;
|
|
1805
|
+
pageSizeRef: React.MutableRefObject<number>;
|
|
1806
|
+
cursorIndexRef: {
|
|
1807
|
+
readonly current: number;
|
|
1808
|
+
};
|
|
1809
|
+
UNSTABLE_virtual: {
|
|
1810
|
+
virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
|
|
1811
|
+
totalSize: number;
|
|
1812
|
+
scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
|
|
1813
|
+
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
1814
|
+
measure: () => void;
|
|
1815
|
+
};
|
|
1816
|
+
UNSTABLE_defaultItemHeight: number;
|
|
1817
|
+
containerRef: React.RefObject<HTMLDivElement>;
|
|
1818
|
+
id: string;
|
|
1819
|
+
indexRef: React.MutableRefObject<number>;
|
|
1820
|
+
nonInteractiveIds: string[];
|
|
1821
|
+
isVirtualized: boolean;
|
|
1822
|
+
items: import("../..").Item<any>[];
|
|
1823
|
+
}) => void) | undefined;
|
|
1824
|
+
onRemoveItemSize?: ((data: {
|
|
1825
|
+
id: string;
|
|
1826
|
+
}, prevState: {
|
|
1827
|
+
getId: (item: any) => string;
|
|
1828
|
+
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
1829
|
+
panels: import("../..").Item<any>[];
|
|
1830
|
+
panelIndexRef: React.MutableRefObject<number>;
|
|
1831
|
+
hiddenIds: string[];
|
|
1832
|
+
itemSizeCache: Record<string, number>;
|
|
1833
|
+
itemWidthCache: Record<string, number>;
|
|
1834
|
+
containerSize: number;
|
|
1835
|
+
containerWidth: number;
|
|
1836
|
+
containerGap: number;
|
|
1630
1837
|
overflowTargetWidth: number;
|
|
1631
1838
|
selectedIds: string[] | "all";
|
|
1632
1839
|
unselectedIds: string[];
|
|
@@ -1659,8 +1866,11 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
1659
1866
|
panels: import("../..").Item<any>[];
|
|
1660
1867
|
panelIndexRef: React.MutableRefObject<number>;
|
|
1661
1868
|
hiddenIds: string[];
|
|
1869
|
+
itemSizeCache: Record<string, number>;
|
|
1662
1870
|
itemWidthCache: Record<string, number>;
|
|
1871
|
+
containerSize: number;
|
|
1663
1872
|
containerWidth: number;
|
|
1873
|
+
containerGap: number;
|
|
1664
1874
|
overflowTargetWidth: number;
|
|
1665
1875
|
selectedIds: string[] | "all";
|
|
1666
1876
|
unselectedIds: string[];
|
|
@@ -1693,8 +1903,11 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
1693
1903
|
panels: import("../..").Item<any>[];
|
|
1694
1904
|
panelIndexRef: React.MutableRefObject<number>;
|
|
1695
1905
|
hiddenIds: string[];
|
|
1906
|
+
itemSizeCache: Record<string, number>;
|
|
1696
1907
|
itemWidthCache: Record<string, number>;
|
|
1908
|
+
containerSize: number;
|
|
1697
1909
|
containerWidth: number;
|
|
1910
|
+
containerGap: number;
|
|
1698
1911
|
overflowTargetWidth: number;
|
|
1699
1912
|
selectedIds: string[] | "all";
|
|
1700
1913
|
unselectedIds: string[];
|
|
@@ -1727,8 +1940,11 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
1727
1940
|
panels: import("../..").Item<any>[];
|
|
1728
1941
|
panelIndexRef: React.MutableRefObject<number>;
|
|
1729
1942
|
hiddenIds: string[];
|
|
1943
|
+
itemSizeCache: Record<string, number>;
|
|
1730
1944
|
itemWidthCache: Record<string, number>;
|
|
1945
|
+
containerSize: number;
|
|
1731
1946
|
containerWidth: number;
|
|
1947
|
+
containerGap: number;
|
|
1732
1948
|
overflowTargetWidth: number;
|
|
1733
1949
|
selectedIds: string[] | "all";
|
|
1734
1950
|
unselectedIds: string[];
|
|
@@ -1759,8 +1975,11 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
1759
1975
|
panels: import("../..").Item<any>[];
|
|
1760
1976
|
panelIndexRef: React.MutableRefObject<number>;
|
|
1761
1977
|
hiddenIds: string[];
|
|
1978
|
+
itemSizeCache: Record<string, number>;
|
|
1762
1979
|
itemWidthCache: Record<string, number>;
|
|
1980
|
+
containerSize: number;
|
|
1763
1981
|
containerWidth: number;
|
|
1982
|
+
containerGap: number;
|
|
1764
1983
|
overflowTargetWidth: number;
|
|
1765
1984
|
selectedIds: string[] | "all";
|
|
1766
1985
|
unselectedIds: string[];
|
|
@@ -1791,8 +2010,11 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
1791
2010
|
panels: import("../..").Item<any>[];
|
|
1792
2011
|
panelIndexRef: React.MutableRefObject<number>;
|
|
1793
2012
|
hiddenIds: string[];
|
|
2013
|
+
itemSizeCache: Record<string, number>;
|
|
1794
2014
|
itemWidthCache: Record<string, number>;
|
|
2015
|
+
containerSize: number;
|
|
1795
2016
|
containerWidth: number;
|
|
2017
|
+
containerGap: number;
|
|
1796
2018
|
overflowTargetWidth: number;
|
|
1797
2019
|
selectedIds: string[] | "all";
|
|
1798
2020
|
unselectedIds: string[];
|
|
@@ -1823,8 +2045,11 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
1823
2045
|
panels: import("../..").Item<any>[];
|
|
1824
2046
|
panelIndexRef: React.MutableRefObject<number>;
|
|
1825
2047
|
hiddenIds: string[];
|
|
2048
|
+
itemSizeCache: Record<string, number>;
|
|
1826
2049
|
itemWidthCache: Record<string, number>;
|
|
2050
|
+
containerSize: number;
|
|
1827
2051
|
containerWidth: number;
|
|
2052
|
+
containerGap: number;
|
|
1828
2053
|
overflowTargetWidth: number;
|
|
1829
2054
|
selectedIds: string[] | "all";
|
|
1830
2055
|
unselectedIds: string[];
|
|
@@ -1857,8 +2082,11 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
1857
2082
|
panels: import("../..").Item<any>[];
|
|
1858
2083
|
panelIndexRef: React.MutableRefObject<number>;
|
|
1859
2084
|
hiddenIds: string[];
|
|
2085
|
+
itemSizeCache: Record<string, number>;
|
|
1860
2086
|
itemWidthCache: Record<string, number>;
|
|
2087
|
+
containerSize: number;
|
|
1861
2088
|
containerWidth: number;
|
|
2089
|
+
containerGap: number;
|
|
1862
2090
|
overflowTargetWidth: number;
|
|
1863
2091
|
selectedIds: string[] | "all";
|
|
1864
2092
|
unselectedIds: string[];
|
|
@@ -1889,8 +2117,11 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
1889
2117
|
panels: import("../..").Item<any>[];
|
|
1890
2118
|
panelIndexRef: React.MutableRefObject<number>;
|
|
1891
2119
|
hiddenIds: string[];
|
|
2120
|
+
itemSizeCache: Record<string, number>;
|
|
1892
2121
|
itemWidthCache: Record<string, number>;
|
|
2122
|
+
containerSize: number;
|
|
1893
2123
|
containerWidth: number;
|
|
2124
|
+
containerGap: number;
|
|
1894
2125
|
overflowTargetWidth: number;
|
|
1895
2126
|
selectedIds: string[] | "all";
|
|
1896
2127
|
unselectedIds: string[];
|
|
@@ -1921,8 +2152,11 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
1921
2152
|
panels: import("../..").Item<any>[];
|
|
1922
2153
|
panelIndexRef: React.MutableRefObject<number>;
|
|
1923
2154
|
hiddenIds: string[];
|
|
2155
|
+
itemSizeCache: Record<string, number>;
|
|
1924
2156
|
itemWidthCache: Record<string, number>;
|
|
2157
|
+
containerSize: number;
|
|
1925
2158
|
containerWidth: number;
|
|
2159
|
+
containerGap: number;
|
|
1926
2160
|
overflowTargetWidth: number;
|
|
1927
2161
|
selectedIds: string[] | "all";
|
|
1928
2162
|
unselectedIds: string[];
|
|
@@ -1953,8 +2187,11 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
1953
2187
|
panels: import("../..").Item<any>[];
|
|
1954
2188
|
panelIndexRef: React.MutableRefObject<number>;
|
|
1955
2189
|
hiddenIds: string[];
|
|
2190
|
+
itemSizeCache: Record<string, number>;
|
|
1956
2191
|
itemWidthCache: Record<string, number>;
|
|
2192
|
+
containerSize: number;
|
|
1957
2193
|
containerWidth: number;
|
|
2194
|
+
containerGap: number;
|
|
1958
2195
|
overflowTargetWidth: number;
|
|
1959
2196
|
selectedIds: string[] | "all";
|
|
1960
2197
|
unselectedIds: string[];
|
|
@@ -1985,8 +2222,11 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
1985
2222
|
panels: import("../..").Item<any>[];
|
|
1986
2223
|
panelIndexRef: React.MutableRefObject<number>;
|
|
1987
2224
|
hiddenIds: string[];
|
|
2225
|
+
itemSizeCache: Record<string, number>;
|
|
1988
2226
|
itemWidthCache: Record<string, number>;
|
|
2227
|
+
containerSize: number;
|
|
1989
2228
|
containerWidth: number;
|
|
2229
|
+
containerGap: number;
|
|
1990
2230
|
overflowTargetWidth: number;
|
|
1991
2231
|
selectedIds: string[] | "all";
|
|
1992
2232
|
unselectedIds: string[];
|
|
@@ -2017,8 +2257,11 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2017
2257
|
panels: import("../..").Item<any>[];
|
|
2018
2258
|
panelIndexRef: React.MutableRefObject<number>;
|
|
2019
2259
|
hiddenIds: string[];
|
|
2260
|
+
itemSizeCache: Record<string, number>;
|
|
2020
2261
|
itemWidthCache: Record<string, number>;
|
|
2262
|
+
containerSize: number;
|
|
2021
2263
|
containerWidth: number;
|
|
2264
|
+
containerGap: number;
|
|
2022
2265
|
overflowTargetWidth: number;
|
|
2023
2266
|
selectedIds: string[] | "all";
|
|
2024
2267
|
unselectedIds: string[];
|
|
@@ -2049,8 +2292,11 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2049
2292
|
panels: import("../..").Item<any>[];
|
|
2050
2293
|
panelIndexRef: React.MutableRefObject<number>;
|
|
2051
2294
|
hiddenIds: string[];
|
|
2295
|
+
itemSizeCache: Record<string, number>;
|
|
2052
2296
|
itemWidthCache: Record<string, number>;
|
|
2297
|
+
containerSize: number;
|
|
2053
2298
|
containerWidth: number;
|
|
2299
|
+
containerGap: number;
|
|
2054
2300
|
overflowTargetWidth: number;
|
|
2055
2301
|
selectedIds: string[] | "all";
|
|
2056
2302
|
unselectedIds: string[];
|
|
@@ -2081,8 +2327,11 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2081
2327
|
panels: import("../..").Item<any>[];
|
|
2082
2328
|
panelIndexRef: React.MutableRefObject<number>;
|
|
2083
2329
|
hiddenIds: string[];
|
|
2330
|
+
itemSizeCache: Record<string, number>;
|
|
2084
2331
|
itemWidthCache: Record<string, number>;
|
|
2332
|
+
containerSize: number;
|
|
2085
2333
|
containerWidth: number;
|
|
2334
|
+
containerGap: number;
|
|
2086
2335
|
overflowTargetWidth: number;
|
|
2087
2336
|
selectedIds: string[] | "all";
|
|
2088
2337
|
unselectedIds: string[];
|
|
@@ -2113,8 +2362,11 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2113
2362
|
panels: import("../..").Item<any>[];
|
|
2114
2363
|
panelIndexRef: React.MutableRefObject<number>;
|
|
2115
2364
|
hiddenIds: string[];
|
|
2365
|
+
itemSizeCache: Record<string, number>;
|
|
2116
2366
|
itemWidthCache: Record<string, number>;
|
|
2367
|
+
containerSize: number;
|
|
2117
2368
|
containerWidth: number;
|
|
2369
|
+
containerGap: number;
|
|
2118
2370
|
overflowTargetWidth: number;
|
|
2119
2371
|
selectedIds: string[] | "all";
|
|
2120
2372
|
unselectedIds: string[];
|
|
@@ -2145,8 +2397,11 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2145
2397
|
panels: import("../..").Item<any>[];
|
|
2146
2398
|
panelIndexRef: React.MutableRefObject<number>;
|
|
2147
2399
|
hiddenIds: string[];
|
|
2400
|
+
itemSizeCache: Record<string, number>;
|
|
2148
2401
|
itemWidthCache: Record<string, number>;
|
|
2402
|
+
containerSize: number;
|
|
2149
2403
|
containerWidth: number;
|
|
2404
|
+
containerGap: number;
|
|
2150
2405
|
overflowTargetWidth: number;
|
|
2151
2406
|
selectedIds: string[] | "all";
|
|
2152
2407
|
unselectedIds: string[];
|
|
@@ -2177,8 +2432,11 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2177
2432
|
panels: import("../..").Item<any>[];
|
|
2178
2433
|
panelIndexRef: React.MutableRefObject<number>;
|
|
2179
2434
|
hiddenIds: string[];
|
|
2435
|
+
itemSizeCache: Record<string, number>;
|
|
2180
2436
|
itemWidthCache: Record<string, number>;
|
|
2437
|
+
containerSize: number;
|
|
2181
2438
|
containerWidth: number;
|
|
2439
|
+
containerGap: number;
|
|
2182
2440
|
overflowTargetWidth: number;
|
|
2183
2441
|
selectedIds: string[] | "all";
|
|
2184
2442
|
unselectedIds: string[];
|
|
@@ -2212,8 +2470,11 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2212
2470
|
panels: import("../..").Item<any>[];
|
|
2213
2471
|
panelIndexRef: React.MutableRefObject<number>;
|
|
2214
2472
|
hiddenIds: string[];
|
|
2473
|
+
itemSizeCache: Record<string, number>;
|
|
2215
2474
|
itemWidthCache: Record<string, number>;
|
|
2475
|
+
containerSize: number;
|
|
2216
2476
|
containerWidth: number;
|
|
2477
|
+
containerGap: number;
|
|
2217
2478
|
overflowTargetWidth: number;
|
|
2218
2479
|
selectedIds: string[] | "all";
|
|
2219
2480
|
unselectedIds: string[];
|
|
@@ -2246,8 +2507,11 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2246
2507
|
panels: import("../..").Item<any>[];
|
|
2247
2508
|
panelIndexRef: React.MutableRefObject<number>;
|
|
2248
2509
|
hiddenIds: string[];
|
|
2510
|
+
itemSizeCache: Record<string, number>;
|
|
2249
2511
|
itemWidthCache: Record<string, number>;
|
|
2512
|
+
containerSize: number;
|
|
2250
2513
|
containerWidth: number;
|
|
2514
|
+
containerGap: number;
|
|
2251
2515
|
overflowTargetWidth: number;
|
|
2252
2516
|
selectedIds: string[] | "all";
|
|
2253
2517
|
unselectedIds: string[];
|
|
@@ -2280,8 +2544,11 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2280
2544
|
panels: import("../..").Item<any>[];
|
|
2281
2545
|
panelIndexRef: React.MutableRefObject<number>;
|
|
2282
2546
|
hiddenIds: string[];
|
|
2547
|
+
itemSizeCache: Record<string, number>;
|
|
2283
2548
|
itemWidthCache: Record<string, number>;
|
|
2549
|
+
containerSize: number;
|
|
2284
2550
|
containerWidth: number;
|
|
2551
|
+
containerGap: number;
|
|
2285
2552
|
overflowTargetWidth: number;
|
|
2286
2553
|
selectedIds: string[] | "all";
|
|
2287
2554
|
unselectedIds: string[];
|
|
@@ -2316,8 +2583,11 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2316
2583
|
panels: import("../..").Item<any>[];
|
|
2317
2584
|
panelIndexRef: React.MutableRefObject<number>;
|
|
2318
2585
|
hiddenIds: string[];
|
|
2586
|
+
itemSizeCache: Record<string, number>;
|
|
2319
2587
|
itemWidthCache: Record<string, number>;
|
|
2588
|
+
containerSize: number;
|
|
2320
2589
|
containerWidth: number;
|
|
2590
|
+
containerGap: number;
|
|
2321
2591
|
overflowTargetWidth: number;
|
|
2322
2592
|
selectedIds: string[] | "all";
|
|
2323
2593
|
unselectedIds: string[];
|
|
@@ -2350,8 +2620,11 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2350
2620
|
panels: import("../..").Item<any>[];
|
|
2351
2621
|
panelIndexRef: React.MutableRefObject<number>;
|
|
2352
2622
|
hiddenIds: string[];
|
|
2623
|
+
itemSizeCache: Record<string, number>;
|
|
2353
2624
|
itemWidthCache: Record<string, number>;
|
|
2625
|
+
containerSize: number;
|
|
2354
2626
|
containerWidth: number;
|
|
2627
|
+
containerGap: number;
|
|
2355
2628
|
overflowTargetWidth: number;
|
|
2356
2629
|
selectedIds: string[] | "all";
|
|
2357
2630
|
unselectedIds: string[];
|
|
@@ -2384,8 +2657,49 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2384
2657
|
panels: import("../..").Item<any>[];
|
|
2385
2658
|
panelIndexRef: React.MutableRefObject<number>;
|
|
2386
2659
|
hiddenIds: string[];
|
|
2660
|
+
itemSizeCache: Record<string, number>;
|
|
2661
|
+
itemWidthCache: Record<string, number>;
|
|
2662
|
+
containerSize: number;
|
|
2663
|
+
containerWidth: number;
|
|
2664
|
+
containerGap: number;
|
|
2665
|
+
overflowTargetWidth: number;
|
|
2666
|
+
selectedIds: string[] | "all";
|
|
2667
|
+
unselectedIds: string[];
|
|
2668
|
+
cursorId: string;
|
|
2669
|
+
columnCount: number;
|
|
2670
|
+
pageSizeRef: React.MutableRefObject<number>;
|
|
2671
|
+
cursorIndexRef: {
|
|
2672
|
+
readonly current: number;
|
|
2673
|
+
};
|
|
2674
|
+
UNSTABLE_virtual: {
|
|
2675
|
+
virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
|
|
2676
|
+
totalSize: number;
|
|
2677
|
+
scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
|
|
2678
|
+
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
2679
|
+
measure: () => void;
|
|
2680
|
+
};
|
|
2681
|
+
UNSTABLE_defaultItemHeight: number;
|
|
2682
|
+
containerRef: React.RefObject<HTMLDivElement>;
|
|
2683
|
+
id: string;
|
|
2684
|
+
indexRef: React.MutableRefObject<number>;
|
|
2685
|
+
nonInteractiveIds: string[];
|
|
2686
|
+
isVirtualized: boolean;
|
|
2687
|
+
items: import("../..").Item<any>[];
|
|
2688
|
+
}) => boolean) | undefined;
|
|
2689
|
+
shouldSetContainerSize?: ((data: {
|
|
2690
|
+
width?: number | undefined;
|
|
2691
|
+
height?: number | undefined;
|
|
2692
|
+
}, state: {
|
|
2693
|
+
getId: (item: any) => string;
|
|
2694
|
+
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
2695
|
+
panels: import("../..").Item<any>[];
|
|
2696
|
+
panelIndexRef: React.MutableRefObject<number>;
|
|
2697
|
+
hiddenIds: string[];
|
|
2698
|
+
itemSizeCache: Record<string, number>;
|
|
2387
2699
|
itemWidthCache: Record<string, number>;
|
|
2700
|
+
containerSize: number;
|
|
2388
2701
|
containerWidth: number;
|
|
2702
|
+
containerGap: number;
|
|
2389
2703
|
overflowTargetWidth: number;
|
|
2390
2704
|
selectedIds: string[] | "all";
|
|
2391
2705
|
unselectedIds: string[];
|
|
@@ -2418,8 +2732,86 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2418
2732
|
panels: import("../..").Item<any>[];
|
|
2419
2733
|
panelIndexRef: React.MutableRefObject<number>;
|
|
2420
2734
|
hiddenIds: string[];
|
|
2735
|
+
itemSizeCache: Record<string, number>;
|
|
2736
|
+
itemWidthCache: Record<string, number>;
|
|
2737
|
+
containerSize: number;
|
|
2738
|
+
containerWidth: number;
|
|
2739
|
+
containerGap: number;
|
|
2740
|
+
overflowTargetWidth: number;
|
|
2741
|
+
selectedIds: string[] | "all";
|
|
2742
|
+
unselectedIds: string[];
|
|
2743
|
+
cursorId: string;
|
|
2744
|
+
columnCount: number;
|
|
2745
|
+
pageSizeRef: React.MutableRefObject<number>;
|
|
2746
|
+
cursorIndexRef: {
|
|
2747
|
+
readonly current: number;
|
|
2748
|
+
};
|
|
2749
|
+
UNSTABLE_virtual: {
|
|
2750
|
+
virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
|
|
2751
|
+
totalSize: number;
|
|
2752
|
+
scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
|
|
2753
|
+
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
2754
|
+
measure: () => void;
|
|
2755
|
+
};
|
|
2756
|
+
UNSTABLE_defaultItemHeight: number;
|
|
2757
|
+
containerRef: React.RefObject<HTMLDivElement>;
|
|
2758
|
+
id: string;
|
|
2759
|
+
indexRef: React.MutableRefObject<number>;
|
|
2760
|
+
nonInteractiveIds: string[];
|
|
2761
|
+
isVirtualized: boolean;
|
|
2762
|
+
items: import("../..").Item<any>[];
|
|
2763
|
+
}) => boolean) | undefined;
|
|
2764
|
+
shouldSetContainerGap?: ((data: {
|
|
2765
|
+
size: number;
|
|
2766
|
+
}, state: {
|
|
2767
|
+
getId: (item: any) => string;
|
|
2768
|
+
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
2769
|
+
panels: import("../..").Item<any>[];
|
|
2770
|
+
panelIndexRef: React.MutableRefObject<number>;
|
|
2771
|
+
hiddenIds: string[];
|
|
2772
|
+
itemSizeCache: Record<string, number>;
|
|
2773
|
+
itemWidthCache: Record<string, number>;
|
|
2774
|
+
containerSize: number;
|
|
2775
|
+
containerWidth: number;
|
|
2776
|
+
containerGap: number;
|
|
2777
|
+
overflowTargetWidth: number;
|
|
2778
|
+
selectedIds: string[] | "all";
|
|
2779
|
+
unselectedIds: string[];
|
|
2780
|
+
cursorId: string;
|
|
2781
|
+
columnCount: number;
|
|
2782
|
+
pageSizeRef: React.MutableRefObject<number>;
|
|
2783
|
+
cursorIndexRef: {
|
|
2784
|
+
readonly current: number;
|
|
2785
|
+
};
|
|
2786
|
+
UNSTABLE_virtual: {
|
|
2787
|
+
virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
|
|
2788
|
+
totalSize: number;
|
|
2789
|
+
scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
|
|
2790
|
+
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
2791
|
+
measure: () => void;
|
|
2792
|
+
};
|
|
2793
|
+
UNSTABLE_defaultItemHeight: number;
|
|
2794
|
+
containerRef: React.RefObject<HTMLDivElement>;
|
|
2795
|
+
id: string;
|
|
2796
|
+
indexRef: React.MutableRefObject<number>;
|
|
2797
|
+
nonInteractiveIds: string[];
|
|
2798
|
+
isVirtualized: boolean;
|
|
2799
|
+
items: import("../..").Item<any>[];
|
|
2800
|
+
}) => boolean) | undefined;
|
|
2801
|
+
shouldSetOverflowTargetSize?: ((data: {
|
|
2802
|
+
width: number;
|
|
2803
|
+
height: number;
|
|
2804
|
+
}, state: {
|
|
2805
|
+
getId: (item: any) => string;
|
|
2806
|
+
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
2807
|
+
panels: import("../..").Item<any>[];
|
|
2808
|
+
panelIndexRef: React.MutableRefObject<number>;
|
|
2809
|
+
hiddenIds: string[];
|
|
2810
|
+
itemSizeCache: Record<string, number>;
|
|
2421
2811
|
itemWidthCache: Record<string, number>;
|
|
2812
|
+
containerSize: number;
|
|
2422
2813
|
containerWidth: number;
|
|
2814
|
+
containerGap: number;
|
|
2423
2815
|
overflowTargetWidth: number;
|
|
2424
2816
|
selectedIds: string[] | "all";
|
|
2425
2817
|
unselectedIds: string[];
|
|
@@ -2452,8 +2844,11 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2452
2844
|
panels: import("../..").Item<any>[];
|
|
2453
2845
|
panelIndexRef: React.MutableRefObject<number>;
|
|
2454
2846
|
hiddenIds: string[];
|
|
2847
|
+
itemSizeCache: Record<string, number>;
|
|
2455
2848
|
itemWidthCache: Record<string, number>;
|
|
2849
|
+
containerSize: number;
|
|
2456
2850
|
containerWidth: number;
|
|
2851
|
+
containerGap: number;
|
|
2457
2852
|
overflowTargetWidth: number;
|
|
2458
2853
|
selectedIds: string[] | "all";
|
|
2459
2854
|
unselectedIds: string[];
|
|
@@ -2487,8 +2882,87 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2487
2882
|
panels: import("../..").Item<any>[];
|
|
2488
2883
|
panelIndexRef: React.MutableRefObject<number>;
|
|
2489
2884
|
hiddenIds: string[];
|
|
2885
|
+
itemSizeCache: Record<string, number>;
|
|
2490
2886
|
itemWidthCache: Record<string, number>;
|
|
2887
|
+
containerSize: number;
|
|
2491
2888
|
containerWidth: number;
|
|
2889
|
+
containerGap: number;
|
|
2890
|
+
overflowTargetWidth: number;
|
|
2891
|
+
selectedIds: string[] | "all";
|
|
2892
|
+
unselectedIds: string[];
|
|
2893
|
+
cursorId: string;
|
|
2894
|
+
columnCount: number;
|
|
2895
|
+
pageSizeRef: React.MutableRefObject<number>;
|
|
2896
|
+
cursorIndexRef: {
|
|
2897
|
+
readonly current: number;
|
|
2898
|
+
};
|
|
2899
|
+
UNSTABLE_virtual: {
|
|
2900
|
+
virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
|
|
2901
|
+
totalSize: number;
|
|
2902
|
+
scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
|
|
2903
|
+
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
2904
|
+
measure: () => void;
|
|
2905
|
+
};
|
|
2906
|
+
UNSTABLE_defaultItemHeight: number;
|
|
2907
|
+
containerRef: React.RefObject<HTMLDivElement>;
|
|
2908
|
+
id: string;
|
|
2909
|
+
indexRef: React.MutableRefObject<number>;
|
|
2910
|
+
nonInteractiveIds: string[];
|
|
2911
|
+
isVirtualized: boolean;
|
|
2912
|
+
items: import("../..").Item<any>[];
|
|
2913
|
+
}) => boolean) | undefined;
|
|
2914
|
+
shouldAddItemSize?: ((data: {
|
|
2915
|
+
id: string;
|
|
2916
|
+
width: number;
|
|
2917
|
+
height: number;
|
|
2918
|
+
}, state: {
|
|
2919
|
+
getId: (item: any) => string;
|
|
2920
|
+
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
2921
|
+
panels: import("../..").Item<any>[];
|
|
2922
|
+
panelIndexRef: React.MutableRefObject<number>;
|
|
2923
|
+
hiddenIds: string[];
|
|
2924
|
+
itemSizeCache: Record<string, number>;
|
|
2925
|
+
itemWidthCache: Record<string, number>;
|
|
2926
|
+
containerSize: number;
|
|
2927
|
+
containerWidth: number;
|
|
2928
|
+
containerGap: number;
|
|
2929
|
+
overflowTargetWidth: number;
|
|
2930
|
+
selectedIds: string[] | "all";
|
|
2931
|
+
unselectedIds: string[];
|
|
2932
|
+
cursorId: string;
|
|
2933
|
+
columnCount: number;
|
|
2934
|
+
pageSizeRef: React.MutableRefObject<number>;
|
|
2935
|
+
cursorIndexRef: {
|
|
2936
|
+
readonly current: number;
|
|
2937
|
+
};
|
|
2938
|
+
UNSTABLE_virtual: {
|
|
2939
|
+
virtualItems: import("../../collection/lib/react-virtual").VirtualItem[];
|
|
2940
|
+
totalSize: number;
|
|
2941
|
+
scrollToOffset: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToOffsetOptions | undefined) => void;
|
|
2942
|
+
scrollToIndex: (index: number, options?: import("../../collection/lib/react-virtual").ScrollToIndexOptions | undefined) => void;
|
|
2943
|
+
measure: () => void;
|
|
2944
|
+
};
|
|
2945
|
+
UNSTABLE_defaultItemHeight: number;
|
|
2946
|
+
containerRef: React.RefObject<HTMLDivElement>;
|
|
2947
|
+
id: string;
|
|
2948
|
+
indexRef: React.MutableRefObject<number>;
|
|
2949
|
+
nonInteractiveIds: string[];
|
|
2950
|
+
isVirtualized: boolean;
|
|
2951
|
+
items: import("../..").Item<any>[];
|
|
2952
|
+
}) => boolean) | undefined;
|
|
2953
|
+
shouldRemoveItemSize?: ((data: {
|
|
2954
|
+
id: string;
|
|
2955
|
+
}, state: {
|
|
2956
|
+
getId: (item: any) => string;
|
|
2957
|
+
orientation: import("../../collection/lib/useBaseListModel").Orientation;
|
|
2958
|
+
panels: import("../..").Item<any>[];
|
|
2959
|
+
panelIndexRef: React.MutableRefObject<number>;
|
|
2960
|
+
hiddenIds: string[];
|
|
2961
|
+
itemSizeCache: Record<string, number>;
|
|
2962
|
+
itemWidthCache: Record<string, number>;
|
|
2963
|
+
containerSize: number;
|
|
2964
|
+
containerWidth: number;
|
|
2965
|
+
containerGap: number;
|
|
2492
2966
|
overflowTargetWidth: number;
|
|
2493
2967
|
selectedIds: string[] | "all";
|
|
2494
2968
|
unselectedIds: string[];
|
|
@@ -2521,8 +2995,11 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2521
2995
|
panels: import("../..").Item<any>[];
|
|
2522
2996
|
panelIndexRef: React.MutableRefObject<number>;
|
|
2523
2997
|
hiddenIds: string[];
|
|
2998
|
+
itemSizeCache: Record<string, number>;
|
|
2524
2999
|
itemWidthCache: Record<string, number>;
|
|
3000
|
+
containerSize: number;
|
|
2525
3001
|
containerWidth: number;
|
|
3002
|
+
containerGap: number;
|
|
2526
3003
|
overflowTargetWidth: number;
|
|
2527
3004
|
selectedIds: string[] | "all";
|
|
2528
3005
|
unselectedIds: string[];
|
|
@@ -2555,8 +3032,11 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2555
3032
|
panels: import("../..").Item<any>[];
|
|
2556
3033
|
panelIndexRef: React.MutableRefObject<number>;
|
|
2557
3034
|
hiddenIds: string[];
|
|
3035
|
+
itemSizeCache: Record<string, number>;
|
|
2558
3036
|
itemWidthCache: Record<string, number>;
|
|
3037
|
+
containerSize: number;
|
|
2559
3038
|
containerWidth: number;
|
|
3039
|
+
containerGap: number;
|
|
2560
3040
|
overflowTargetWidth: number;
|
|
2561
3041
|
selectedIds: string[] | "all";
|
|
2562
3042
|
unselectedIds: string[];
|
|
@@ -2589,8 +3069,11 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2589
3069
|
panels: import("../..").Item<any>[];
|
|
2590
3070
|
panelIndexRef: React.MutableRefObject<number>;
|
|
2591
3071
|
hiddenIds: string[];
|
|
3072
|
+
itemSizeCache: Record<string, number>;
|
|
2592
3073
|
itemWidthCache: Record<string, number>;
|
|
3074
|
+
containerSize: number;
|
|
2593
3075
|
containerWidth: number;
|
|
3076
|
+
containerGap: number;
|
|
2594
3077
|
overflowTargetWidth: number;
|
|
2595
3078
|
selectedIds: string[] | "all";
|
|
2596
3079
|
unselectedIds: string[];
|
|
@@ -2621,8 +3104,11 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2621
3104
|
panels: import("../..").Item<any>[];
|
|
2622
3105
|
panelIndexRef: React.MutableRefObject<number>;
|
|
2623
3106
|
hiddenIds: string[];
|
|
3107
|
+
itemSizeCache: Record<string, number>;
|
|
2624
3108
|
itemWidthCache: Record<string, number>;
|
|
3109
|
+
containerSize: number;
|
|
2625
3110
|
containerWidth: number;
|
|
3111
|
+
containerGap: number;
|
|
2626
3112
|
overflowTargetWidth: number;
|
|
2627
3113
|
selectedIds: string[] | "all";
|
|
2628
3114
|
unselectedIds: string[];
|
|
@@ -2653,8 +3139,11 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2653
3139
|
panels: import("../..").Item<any>[];
|
|
2654
3140
|
panelIndexRef: React.MutableRefObject<number>;
|
|
2655
3141
|
hiddenIds: string[];
|
|
3142
|
+
itemSizeCache: Record<string, number>;
|
|
2656
3143
|
itemWidthCache: Record<string, number>;
|
|
3144
|
+
containerSize: number;
|
|
2657
3145
|
containerWidth: number;
|
|
3146
|
+
containerGap: number;
|
|
2658
3147
|
overflowTargetWidth: number;
|
|
2659
3148
|
selectedIds: string[] | "all";
|
|
2660
3149
|
unselectedIds: string[];
|
|
@@ -2685,8 +3174,11 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2685
3174
|
panels: import("../..").Item<any>[];
|
|
2686
3175
|
panelIndexRef: React.MutableRefObject<number>;
|
|
2687
3176
|
hiddenIds: string[];
|
|
3177
|
+
itemSizeCache: Record<string, number>;
|
|
2688
3178
|
itemWidthCache: Record<string, number>;
|
|
3179
|
+
containerSize: number;
|
|
2689
3180
|
containerWidth: number;
|
|
3181
|
+
containerGap: number;
|
|
2690
3182
|
overflowTargetWidth: number;
|
|
2691
3183
|
selectedIds: string[] | "all";
|
|
2692
3184
|
unselectedIds: string[];
|
|
@@ -2719,8 +3211,11 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2719
3211
|
panels: import("../..").Item<any>[];
|
|
2720
3212
|
panelIndexRef: React.MutableRefObject<number>;
|
|
2721
3213
|
hiddenIds: string[];
|
|
3214
|
+
itemSizeCache: Record<string, number>;
|
|
2722
3215
|
itemWidthCache: Record<string, number>;
|
|
3216
|
+
containerSize: number;
|
|
2723
3217
|
containerWidth: number;
|
|
3218
|
+
containerGap: number;
|
|
2724
3219
|
overflowTargetWidth: number;
|
|
2725
3220
|
selectedIds: string[] | "all";
|
|
2726
3221
|
unselectedIds: string[];
|
|
@@ -2751,8 +3246,11 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2751
3246
|
panels: import("../..").Item<any>[];
|
|
2752
3247
|
panelIndexRef: React.MutableRefObject<number>;
|
|
2753
3248
|
hiddenIds: string[];
|
|
3249
|
+
itemSizeCache: Record<string, number>;
|
|
2754
3250
|
itemWidthCache: Record<string, number>;
|
|
3251
|
+
containerSize: number;
|
|
2755
3252
|
containerWidth: number;
|
|
3253
|
+
containerGap: number;
|
|
2756
3254
|
overflowTargetWidth: number;
|
|
2757
3255
|
selectedIds: string[] | "all";
|
|
2758
3256
|
unselectedIds: string[];
|
|
@@ -2783,8 +3281,11 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2783
3281
|
panels: import("../..").Item<any>[];
|
|
2784
3282
|
panelIndexRef: React.MutableRefObject<number>;
|
|
2785
3283
|
hiddenIds: string[];
|
|
3284
|
+
itemSizeCache: Record<string, number>;
|
|
2786
3285
|
itemWidthCache: Record<string, number>;
|
|
3286
|
+
containerSize: number;
|
|
2787
3287
|
containerWidth: number;
|
|
3288
|
+
containerGap: number;
|
|
2788
3289
|
overflowTargetWidth: number;
|
|
2789
3290
|
selectedIds: string[] | "all";
|
|
2790
3291
|
unselectedIds: string[];
|
|
@@ -2815,8 +3316,11 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2815
3316
|
panels: import("../..").Item<any>[];
|
|
2816
3317
|
panelIndexRef: React.MutableRefObject<number>;
|
|
2817
3318
|
hiddenIds: string[];
|
|
3319
|
+
itemSizeCache: Record<string, number>;
|
|
2818
3320
|
itemWidthCache: Record<string, number>;
|
|
3321
|
+
containerSize: number;
|
|
2819
3322
|
containerWidth: number;
|
|
3323
|
+
containerGap: number;
|
|
2820
3324
|
overflowTargetWidth: number;
|
|
2821
3325
|
selectedIds: string[] | "all";
|
|
2822
3326
|
unselectedIds: string[];
|
|
@@ -2847,8 +3351,11 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2847
3351
|
panels: import("../..").Item<any>[];
|
|
2848
3352
|
panelIndexRef: React.MutableRefObject<number>;
|
|
2849
3353
|
hiddenIds: string[];
|
|
3354
|
+
itemSizeCache: Record<string, number>;
|
|
2850
3355
|
itemWidthCache: Record<string, number>;
|
|
3356
|
+
containerSize: number;
|
|
2851
3357
|
containerWidth: number;
|
|
3358
|
+
containerGap: number;
|
|
2852
3359
|
overflowTargetWidth: number;
|
|
2853
3360
|
selectedIds: string[] | "all";
|
|
2854
3361
|
unselectedIds: string[];
|
|
@@ -2879,8 +3386,11 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2879
3386
|
panels: import("../..").Item<any>[];
|
|
2880
3387
|
panelIndexRef: React.MutableRefObject<number>;
|
|
2881
3388
|
hiddenIds: string[];
|
|
3389
|
+
itemSizeCache: Record<string, number>;
|
|
2882
3390
|
itemWidthCache: Record<string, number>;
|
|
3391
|
+
containerSize: number;
|
|
2883
3392
|
containerWidth: number;
|
|
3393
|
+
containerGap: number;
|
|
2884
3394
|
overflowTargetWidth: number;
|
|
2885
3395
|
selectedIds: string[] | "all";
|
|
2886
3396
|
unselectedIds: string[];
|
|
@@ -2911,8 +3421,11 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2911
3421
|
panels: import("../..").Item<any>[];
|
|
2912
3422
|
panelIndexRef: React.MutableRefObject<number>;
|
|
2913
3423
|
hiddenIds: string[];
|
|
3424
|
+
itemSizeCache: Record<string, number>;
|
|
2914
3425
|
itemWidthCache: Record<string, number>;
|
|
3426
|
+
containerSize: number;
|
|
2915
3427
|
containerWidth: number;
|
|
3428
|
+
containerGap: number;
|
|
2916
3429
|
overflowTargetWidth: number;
|
|
2917
3430
|
selectedIds: string[] | "all";
|
|
2918
3431
|
unselectedIds: string[];
|
|
@@ -2943,8 +3456,11 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2943
3456
|
panels: import("../..").Item<any>[];
|
|
2944
3457
|
panelIndexRef: React.MutableRefObject<number>;
|
|
2945
3458
|
hiddenIds: string[];
|
|
3459
|
+
itemSizeCache: Record<string, number>;
|
|
2946
3460
|
itemWidthCache: Record<string, number>;
|
|
3461
|
+
containerSize: number;
|
|
2947
3462
|
containerWidth: number;
|
|
3463
|
+
containerGap: number;
|
|
2948
3464
|
overflowTargetWidth: number;
|
|
2949
3465
|
selectedIds: string[] | "all";
|
|
2950
3466
|
unselectedIds: string[];
|
|
@@ -2975,8 +3491,11 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2975
3491
|
panels: import("../..").Item<any>[];
|
|
2976
3492
|
panelIndexRef: React.MutableRefObject<number>;
|
|
2977
3493
|
hiddenIds: string[];
|
|
3494
|
+
itemSizeCache: Record<string, number>;
|
|
2978
3495
|
itemWidthCache: Record<string, number>;
|
|
3496
|
+
containerSize: number;
|
|
2979
3497
|
containerWidth: number;
|
|
3498
|
+
containerGap: number;
|
|
2980
3499
|
overflowTargetWidth: number;
|
|
2981
3500
|
selectedIds: string[] | "all";
|
|
2982
3501
|
unselectedIds: string[];
|
|
@@ -3007,8 +3526,11 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
3007
3526
|
panels: import("../..").Item<any>[];
|
|
3008
3527
|
panelIndexRef: React.MutableRefObject<number>;
|
|
3009
3528
|
hiddenIds: string[];
|
|
3529
|
+
itemSizeCache: Record<string, number>;
|
|
3010
3530
|
itemWidthCache: Record<string, number>;
|
|
3531
|
+
containerSize: number;
|
|
3011
3532
|
containerWidth: number;
|
|
3533
|
+
containerGap: number;
|
|
3012
3534
|
overflowTargetWidth: number;
|
|
3013
3535
|
selectedIds: string[] | "all";
|
|
3014
3536
|
unselectedIds: string[];
|
|
@@ -3039,8 +3561,11 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
3039
3561
|
panels: import("../..").Item<any>[];
|
|
3040
3562
|
panelIndexRef: React.MutableRefObject<number>;
|
|
3041
3563
|
hiddenIds: string[];
|
|
3564
|
+
itemSizeCache: Record<string, number>;
|
|
3042
3565
|
itemWidthCache: Record<string, number>;
|
|
3566
|
+
containerSize: number;
|
|
3043
3567
|
containerWidth: number;
|
|
3568
|
+
containerGap: number;
|
|
3044
3569
|
overflowTargetWidth: number;
|
|
3045
3570
|
selectedIds: string[] | "all";
|
|
3046
3571
|
unselectedIds: string[];
|
|
@@ -3074,8 +3599,11 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
3074
3599
|
panels: import("../..").Item<any>[];
|
|
3075
3600
|
panelIndexRef: React.MutableRefObject<number>;
|
|
3076
3601
|
hiddenIds: string[];
|
|
3602
|
+
itemSizeCache: Record<string, number>;
|
|
3077
3603
|
itemWidthCache: Record<string, number>;
|
|
3604
|
+
containerSize: number;
|
|
3078
3605
|
containerWidth: number;
|
|
3606
|
+
containerGap: number;
|
|
3079
3607
|
overflowTargetWidth: number;
|
|
3080
3608
|
selectedIds: string[] | "all";
|
|
3081
3609
|
unselectedIds: string[];
|
|
@@ -3108,8 +3636,11 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
3108
3636
|
panels: import("../..").Item<any>[];
|
|
3109
3637
|
panelIndexRef: React.MutableRefObject<number>;
|
|
3110
3638
|
hiddenIds: string[];
|
|
3639
|
+
itemSizeCache: Record<string, number>;
|
|
3111
3640
|
itemWidthCache: Record<string, number>;
|
|
3641
|
+
containerSize: number;
|
|
3112
3642
|
containerWidth: number;
|
|
3643
|
+
containerGap: number;
|
|
3113
3644
|
overflowTargetWidth: number;
|
|
3114
3645
|
selectedIds: string[] | "all";
|
|
3115
3646
|
unselectedIds: string[];
|
|
@@ -3142,8 +3673,11 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
3142
3673
|
panels: import("../..").Item<any>[];
|
|
3143
3674
|
panelIndexRef: React.MutableRefObject<number>;
|
|
3144
3675
|
hiddenIds: string[];
|
|
3676
|
+
itemSizeCache: Record<string, number>;
|
|
3145
3677
|
itemWidthCache: Record<string, number>;
|
|
3678
|
+
containerSize: number;
|
|
3146
3679
|
containerWidth: number;
|
|
3680
|
+
containerGap: number;
|
|
3147
3681
|
overflowTargetWidth: number;
|
|
3148
3682
|
selectedIds: string[] | "all";
|
|
3149
3683
|
unselectedIds: string[];
|
|
@@ -3175,8 +3709,11 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
3175
3709
|
panels: import("../..").Item<any>[];
|
|
3176
3710
|
panelIndexRef: React.MutableRefObject<number>;
|
|
3177
3711
|
hiddenIds: string[];
|
|
3712
|
+
itemSizeCache: Record<string, number>;
|
|
3178
3713
|
itemWidthCache: Record<string, number>;
|
|
3714
|
+
containerSize: number;
|
|
3179
3715
|
containerWidth: number;
|
|
3716
|
+
containerGap: number;
|
|
3180
3717
|
overflowTargetWidth: number;
|
|
3181
3718
|
selectedIds: string[] | "all";
|
|
3182
3719
|
unselectedIds: string[];
|
|
@@ -3212,9 +3749,20 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
3212
3749
|
select(data: {
|
|
3213
3750
|
id: string;
|
|
3214
3751
|
}): void;
|
|
3752
|
+
setContainerSize(data: {
|
|
3753
|
+
width?: number | undefined;
|
|
3754
|
+
height?: number | undefined;
|
|
3755
|
+
}): void;
|
|
3215
3756
|
setContainerWidth(data: {
|
|
3216
3757
|
width?: number | undefined;
|
|
3217
3758
|
}): void;
|
|
3759
|
+
setContainerGap(data: {
|
|
3760
|
+
size: number;
|
|
3761
|
+
}): void;
|
|
3762
|
+
setOverflowTargetSize(data: {
|
|
3763
|
+
width: number;
|
|
3764
|
+
height: number;
|
|
3765
|
+
}): void;
|
|
3218
3766
|
setOverflowTargetWidth(data: {
|
|
3219
3767
|
width: number;
|
|
3220
3768
|
}): void;
|
|
@@ -3222,6 +3770,14 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
3222
3770
|
id: string;
|
|
3223
3771
|
width: number;
|
|
3224
3772
|
}): void;
|
|
3773
|
+
addItemSize(data: {
|
|
3774
|
+
id: string;
|
|
3775
|
+
width: number;
|
|
3776
|
+
height: number;
|
|
3777
|
+
}): void;
|
|
3778
|
+
removeItemSize(data: {
|
|
3779
|
+
id: string;
|
|
3780
|
+
}): void;
|
|
3225
3781
|
removeItemWidth(data: {
|
|
3226
3782
|
id: string;
|
|
3227
3783
|
}): void;
|
|
@@ -3350,8 +3906,11 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
3350
3906
|
panels: import("../..").Item<any>[];
|
|
3351
3907
|
panelIndexRef: React.MutableRefObject<number>;
|
|
3352
3908
|
hiddenIds: string[];
|
|
3909
|
+
itemSizeCache: Record<string, number>;
|
|
3353
3910
|
itemWidthCache: Record<string, number>;
|
|
3911
|
+
containerSize: number;
|
|
3354
3912
|
containerWidth: number;
|
|
3913
|
+
containerGap: number;
|
|
3355
3914
|
overflowTargetWidth: number;
|
|
3356
3915
|
selectedIds: string[] | "all";
|
|
3357
3916
|
unselectedIds: string[];
|
|
@@ -3387,9 +3946,20 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
3387
3946
|
select(data: {
|
|
3388
3947
|
id: string;
|
|
3389
3948
|
}): void;
|
|
3949
|
+
setContainerSize(data: {
|
|
3950
|
+
width?: number | undefined;
|
|
3951
|
+
height?: number | undefined;
|
|
3952
|
+
}): void;
|
|
3390
3953
|
setContainerWidth(data: {
|
|
3391
3954
|
width?: number | undefined;
|
|
3392
3955
|
}): void;
|
|
3956
|
+
setContainerGap(data: {
|
|
3957
|
+
size: number;
|
|
3958
|
+
}): void;
|
|
3959
|
+
setOverflowTargetSize(data: {
|
|
3960
|
+
width: number;
|
|
3961
|
+
height: number;
|
|
3962
|
+
}): void;
|
|
3393
3963
|
setOverflowTargetWidth(data: {
|
|
3394
3964
|
width: number;
|
|
3395
3965
|
}): void;
|
|
@@ -3397,6 +3967,14 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
3397
3967
|
id: string;
|
|
3398
3968
|
width: number;
|
|
3399
3969
|
}): void;
|
|
3970
|
+
addItemSize(data: {
|
|
3971
|
+
id: string;
|
|
3972
|
+
width: number;
|
|
3973
|
+
height: number;
|
|
3974
|
+
}): void;
|
|
3975
|
+
removeItemSize(data: {
|
|
3976
|
+
id: string;
|
|
3977
|
+
}): void;
|
|
3400
3978
|
removeItemWidth(data: {
|
|
3401
3979
|
id: string;
|
|
3402
3980
|
}): void;
|
|
@@ -3526,8 +4104,11 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
3526
4104
|
panels: import("../..").Item<any>[];
|
|
3527
4105
|
panelIndexRef: React.MutableRefObject<number>;
|
|
3528
4106
|
hiddenIds: string[];
|
|
4107
|
+
itemSizeCache: Record<string, number>;
|
|
3529
4108
|
itemWidthCache: Record<string, number>;
|
|
4109
|
+
containerSize: number;
|
|
3530
4110
|
containerWidth: number;
|
|
4111
|
+
containerGap: number;
|
|
3531
4112
|
overflowTargetWidth: number;
|
|
3532
4113
|
selectedIds: string[] | "all";
|
|
3533
4114
|
unselectedIds: string[];
|
|
@@ -3563,9 +4144,20 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
3563
4144
|
select(data: {
|
|
3564
4145
|
id: string;
|
|
3565
4146
|
}): void;
|
|
4147
|
+
setContainerSize(data: {
|
|
4148
|
+
width?: number | undefined;
|
|
4149
|
+
height?: number | undefined;
|
|
4150
|
+
}): void;
|
|
3566
4151
|
setContainerWidth(data: {
|
|
3567
4152
|
width?: number | undefined;
|
|
3568
4153
|
}): void;
|
|
4154
|
+
setContainerGap(data: {
|
|
4155
|
+
size: number;
|
|
4156
|
+
}): void;
|
|
4157
|
+
setOverflowTargetSize(data: {
|
|
4158
|
+
width: number;
|
|
4159
|
+
height: number;
|
|
4160
|
+
}): void;
|
|
3569
4161
|
setOverflowTargetWidth(data: {
|
|
3570
4162
|
width: number;
|
|
3571
4163
|
}): void;
|
|
@@ -3573,6 +4165,14 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
3573
4165
|
id: string;
|
|
3574
4166
|
width: number;
|
|
3575
4167
|
}): void;
|
|
4168
|
+
addItemSize(data: {
|
|
4169
|
+
id: string;
|
|
4170
|
+
width: number;
|
|
4171
|
+
height: number;
|
|
4172
|
+
}): void;
|
|
4173
|
+
removeItemSize(data: {
|
|
4174
|
+
id: string;
|
|
4175
|
+
}): void;
|
|
3576
4176
|
removeItemWidth(data: {
|
|
3577
4177
|
id: string;
|
|
3578
4178
|
}): void;
|
|
@@ -3708,8 +4308,11 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
3708
4308
|
panels: import("../..").Item<any>[];
|
|
3709
4309
|
panelIndexRef: React.MutableRefObject<number>;
|
|
3710
4310
|
hiddenIds: string[];
|
|
4311
|
+
itemSizeCache: Record<string, number>;
|
|
3711
4312
|
itemWidthCache: Record<string, number>;
|
|
4313
|
+
containerSize: number;
|
|
3712
4314
|
containerWidth: number;
|
|
4315
|
+
containerGap: number;
|
|
3713
4316
|
overflowTargetWidth: number;
|
|
3714
4317
|
selectedIds: string[] | "all";
|
|
3715
4318
|
unselectedIds: string[];
|
|
@@ -3745,9 +4348,20 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
3745
4348
|
select(data: {
|
|
3746
4349
|
id: string;
|
|
3747
4350
|
}): void;
|
|
4351
|
+
setContainerSize(data: {
|
|
4352
|
+
width?: number | undefined;
|
|
4353
|
+
height?: number | undefined;
|
|
4354
|
+
}): void;
|
|
3748
4355
|
setContainerWidth(data: {
|
|
3749
4356
|
width?: number | undefined;
|
|
3750
4357
|
}): void;
|
|
4358
|
+
setContainerGap(data: {
|
|
4359
|
+
size: number;
|
|
4360
|
+
}): void;
|
|
4361
|
+
setOverflowTargetSize(data: {
|
|
4362
|
+
width: number;
|
|
4363
|
+
height: number;
|
|
4364
|
+
}): void;
|
|
3751
4365
|
setOverflowTargetWidth(data: {
|
|
3752
4366
|
width: number;
|
|
3753
4367
|
}): void;
|
|
@@ -3755,6 +4369,14 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
3755
4369
|
id: string;
|
|
3756
4370
|
width: number;
|
|
3757
4371
|
}): void;
|
|
4372
|
+
addItemSize(data: {
|
|
4373
|
+
id: string;
|
|
4374
|
+
width: number;
|
|
4375
|
+
height: number;
|
|
4376
|
+
}): void;
|
|
4377
|
+
removeItemSize(data: {
|
|
4378
|
+
id: string;
|
|
4379
|
+
}): void;
|
|
3758
4380
|
removeItemWidth(data: {
|
|
3759
4381
|
id: string;
|
|
3760
4382
|
}): void;
|
|
@@ -3889,8 +4511,11 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
3889
4511
|
panels: import("../..").Item<any>[];
|
|
3890
4512
|
panelIndexRef: React.MutableRefObject<number>;
|
|
3891
4513
|
hiddenIds: string[];
|
|
4514
|
+
itemSizeCache: Record<string, number>;
|
|
3892
4515
|
itemWidthCache: Record<string, number>;
|
|
4516
|
+
containerSize: number;
|
|
3893
4517
|
containerWidth: number;
|
|
4518
|
+
containerGap: number;
|
|
3894
4519
|
overflowTargetWidth: number;
|
|
3895
4520
|
selectedIds: string[] | "all";
|
|
3896
4521
|
unselectedIds: string[];
|
|
@@ -3926,9 +4551,20 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
3926
4551
|
select(data: {
|
|
3927
4552
|
id: string;
|
|
3928
4553
|
}): void;
|
|
4554
|
+
setContainerSize(data: {
|
|
4555
|
+
width?: number | undefined;
|
|
4556
|
+
height?: number | undefined;
|
|
4557
|
+
}): void;
|
|
3929
4558
|
setContainerWidth(data: {
|
|
3930
4559
|
width?: number | undefined;
|
|
3931
4560
|
}): void;
|
|
4561
|
+
setContainerGap(data: {
|
|
4562
|
+
size: number;
|
|
4563
|
+
}): void;
|
|
4564
|
+
setOverflowTargetSize(data: {
|
|
4565
|
+
width: number;
|
|
4566
|
+
height: number;
|
|
4567
|
+
}): void;
|
|
3932
4568
|
setOverflowTargetWidth(data: {
|
|
3933
4569
|
width: number;
|
|
3934
4570
|
}): void;
|
|
@@ -3936,6 +4572,14 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
3936
4572
|
id: string;
|
|
3937
4573
|
width: number;
|
|
3938
4574
|
}): void;
|
|
4575
|
+
addItemSize(data: {
|
|
4576
|
+
id: string;
|
|
4577
|
+
width: number;
|
|
4578
|
+
height: number;
|
|
4579
|
+
}): void;
|
|
4580
|
+
removeItemSize(data: {
|
|
4581
|
+
id: string;
|
|
4582
|
+
}): void;
|
|
3939
4583
|
removeItemWidth(data: {
|
|
3940
4584
|
id: string;
|
|
3941
4585
|
}): void;
|
|
@@ -4070,8 +4714,11 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
4070
4714
|
panels: import("../..").Item<any>[];
|
|
4071
4715
|
panelIndexRef: React.MutableRefObject<number>;
|
|
4072
4716
|
hiddenIds: string[];
|
|
4717
|
+
itemSizeCache: Record<string, number>;
|
|
4073
4718
|
itemWidthCache: Record<string, number>;
|
|
4719
|
+
containerSize: number;
|
|
4074
4720
|
containerWidth: number;
|
|
4721
|
+
containerGap: number;
|
|
4075
4722
|
overflowTargetWidth: number;
|
|
4076
4723
|
selectedIds: string[] | "all";
|
|
4077
4724
|
unselectedIds: string[];
|
|
@@ -4107,9 +4754,20 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
4107
4754
|
select(data: {
|
|
4108
4755
|
id: string;
|
|
4109
4756
|
}): void;
|
|
4757
|
+
setContainerSize(data: {
|
|
4758
|
+
width?: number | undefined;
|
|
4759
|
+
height?: number | undefined;
|
|
4760
|
+
}): void;
|
|
4110
4761
|
setContainerWidth(data: {
|
|
4111
4762
|
width?: number | undefined;
|
|
4112
4763
|
}): void;
|
|
4764
|
+
setContainerGap(data: {
|
|
4765
|
+
size: number;
|
|
4766
|
+
}): void;
|
|
4767
|
+
setOverflowTargetSize(data: {
|
|
4768
|
+
width: number;
|
|
4769
|
+
height: number;
|
|
4770
|
+
}): void;
|
|
4113
4771
|
setOverflowTargetWidth(data: {
|
|
4114
4772
|
width: number;
|
|
4115
4773
|
}): void;
|
|
@@ -4117,6 +4775,14 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
4117
4775
|
id: string;
|
|
4118
4776
|
width: number;
|
|
4119
4777
|
}): void;
|
|
4778
|
+
addItemSize(data: {
|
|
4779
|
+
id: string;
|
|
4780
|
+
width: number;
|
|
4781
|
+
height: number;
|
|
4782
|
+
}): void;
|
|
4783
|
+
removeItemSize(data: {
|
|
4784
|
+
id: string;
|
|
4785
|
+
}): void;
|
|
4120
4786
|
removeItemWidth(data: {
|
|
4121
4787
|
id: string;
|
|
4122
4788
|
}): void;
|