@workday/canvas-kit-react 12.1.0-943-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 +1 -1
- package/collection/lib/useOverflowListModel.tsx +90 -51
- package/collection/lib/useOverflowListTarget.tsx +5 -1
- package/dist/commonjs/action-bar/lib/ActionBar.d.ts +452 -0
- package/dist/commonjs/action-bar/lib/ActionBar.d.ts.map +1 -1
- package/dist/commonjs/action-bar/lib/ActionBarItem.d.ts +36 -0
- package/dist/commonjs/action-bar/lib/ActionBarItem.d.ts.map +1 -1
- package/dist/commonjs/action-bar/lib/ActionBarList.d.ts +36 -0
- package/dist/commonjs/action-bar/lib/ActionBarList.d.ts.map +1 -1
- package/dist/commonjs/action-bar/lib/ActionBarOverflowButton.d.ts +36 -0
- package/dist/commonjs/action-bar/lib/ActionBarOverflowButton.d.ts.map +1 -1
- package/dist/commonjs/action-bar/lib/useActionBarModel.d.ts +434 -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 +525 -385
- package/dist/commonjs/breadcrumbs/lib/Breadcrumbs.d.ts.map +1 -1
- package/dist/commonjs/breadcrumbs/lib/BreadcrumbsCurrentItem.d.ts +36 -0
- package/dist/commonjs/breadcrumbs/lib/BreadcrumbsCurrentItem.d.ts.map +1 -1
- package/dist/commonjs/breadcrumbs/lib/BreadcrumbsItem.d.ts +36 -0
- package/dist/commonjs/breadcrumbs/lib/BreadcrumbsItem.d.ts.map +1 -1
- package/dist/commonjs/breadcrumbs/lib/BreadcrumbsList.d.ts +18 -0
- package/dist/commonjs/breadcrumbs/lib/BreadcrumbsList.d.ts.map +1 -1
- package/dist/commonjs/breadcrumbs/lib/BreadcrumbsOverflowButton.d.ts +36 -0
- package/dist/commonjs/breadcrumbs/lib/BreadcrumbsOverflowButton.d.ts.map +1 -1
- package/dist/commonjs/breadcrumbs/lib/hooks/useBreadcrumbsModel.d.ts +434 -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 +18 -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 +18 -0
- package/dist/commonjs/collection/lib/useOverflowListMeasure.d.ts.map +1 -1
- package/dist/commonjs/collection/lib/useOverflowListMeasure.js +1 -1
- package/dist/commonjs/collection/lib/useOverflowListModel.d.ts +846 -1
- package/dist/commonjs/collection/lib/useOverflowListModel.d.ts.map +1 -1
- package/dist/commonjs/collection/lib/useOverflowListModel.js +73 -35
- package/dist/commonjs/collection/lib/useOverflowListTarget.d.ts +18 -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 +520 -0
- package/dist/commonjs/tabs/lib/Tabs.d.ts.map +1 -1
- package/dist/commonjs/tabs/lib/TabsItem.d.ts +36 -0
- package/dist/commonjs/tabs/lib/TabsItem.d.ts.map +1 -1
- package/dist/commonjs/tabs/lib/TabsList.d.ts +36 -0
- package/dist/commonjs/tabs/lib/TabsList.d.ts.map +1 -1
- package/dist/commonjs/tabs/lib/TabsOverflowButton.d.ts +36 -0
- package/dist/commonjs/tabs/lib/TabsOverflowButton.d.ts.map +1 -1
- package/dist/commonjs/tabs/lib/TabsPanel.d.ts +36 -0
- package/dist/commonjs/tabs/lib/TabsPanel.d.ts.map +1 -1
- package/dist/commonjs/tabs/lib/TabsPanels.d.ts +18 -0
- package/dist/commonjs/tabs/lib/TabsPanels.d.ts.map +1 -1
- package/dist/commonjs/tabs/lib/useTabsModel.d.ts +530 -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 +452 -0
- package/dist/es6/action-bar/lib/ActionBar.d.ts.map +1 -1
- package/dist/es6/action-bar/lib/ActionBarItem.d.ts +36 -0
- package/dist/es6/action-bar/lib/ActionBarItem.d.ts.map +1 -1
- package/dist/es6/action-bar/lib/ActionBarList.d.ts +36 -0
- package/dist/es6/action-bar/lib/ActionBarList.d.ts.map +1 -1
- package/dist/es6/action-bar/lib/ActionBarOverflowButton.d.ts +36 -0
- package/dist/es6/action-bar/lib/ActionBarOverflowButton.d.ts.map +1 -1
- package/dist/es6/action-bar/lib/useActionBarModel.d.ts +434 -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 +525 -385
- package/dist/es6/breadcrumbs/lib/Breadcrumbs.d.ts.map +1 -1
- package/dist/es6/breadcrumbs/lib/BreadcrumbsCurrentItem.d.ts +36 -0
- package/dist/es6/breadcrumbs/lib/BreadcrumbsCurrentItem.d.ts.map +1 -1
- package/dist/es6/breadcrumbs/lib/BreadcrumbsItem.d.ts +36 -0
- package/dist/es6/breadcrumbs/lib/BreadcrumbsItem.d.ts.map +1 -1
- package/dist/es6/breadcrumbs/lib/BreadcrumbsList.d.ts +18 -0
- package/dist/es6/breadcrumbs/lib/BreadcrumbsList.d.ts.map +1 -1
- package/dist/es6/breadcrumbs/lib/BreadcrumbsOverflowButton.d.ts +36 -0
- package/dist/es6/breadcrumbs/lib/BreadcrumbsOverflowButton.d.ts.map +1 -1
- package/dist/es6/breadcrumbs/lib/hooks/useBreadcrumbsModel.d.ts +434 -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 +18 -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 +18 -0
- package/dist/es6/collection/lib/useOverflowListMeasure.d.ts.map +1 -1
- package/dist/es6/collection/lib/useOverflowListMeasure.js +1 -1
- package/dist/es6/collection/lib/useOverflowListModel.d.ts +846 -1
- package/dist/es6/collection/lib/useOverflowListModel.d.ts.map +1 -1
- package/dist/es6/collection/lib/useOverflowListModel.js +73 -35
- package/dist/es6/collection/lib/useOverflowListTarget.d.ts +18 -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 +520 -0
- package/dist/es6/tabs/lib/Tabs.d.ts.map +1 -1
- package/dist/es6/tabs/lib/TabsItem.d.ts +36 -0
- package/dist/es6/tabs/lib/TabsItem.d.ts.map +1 -1
- package/dist/es6/tabs/lib/TabsList.d.ts +36 -0
- package/dist/es6/tabs/lib/TabsList.d.ts.map +1 -1
- package/dist/es6/tabs/lib/TabsOverflowButton.d.ts +36 -0
- package/dist/es6/tabs/lib/TabsOverflowButton.d.ts.map +1 -1
- package/dist/es6/tabs/lib/TabsPanel.d.ts +36 -0
- package/dist/es6/tabs/lib/TabsPanel.d.ts.map +1 -1
- package/dist/es6/tabs/lib/TabsPanels.d.ts +18 -0
- package/dist/es6/tabs/lib/TabsPanels.d.ts.map +1 -1
- package/dist/es6/tabs/lib/useTabsModel.d.ts +530 -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,7 +1454,9 @@ 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;
|
|
1459
1461
|
containerGap: number;
|
|
1460
1462
|
overflowTargetWidth: number;
|
|
@@ -1489,7 +1491,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
1489
1491
|
panels: import("../..").Item<any>[];
|
|
1490
1492
|
panelIndexRef: React.MutableRefObject<number>;
|
|
1491
1493
|
hiddenIds: string[];
|
|
1494
|
+
itemSizeCache: Record<string, number>;
|
|
1492
1495
|
itemWidthCache: Record<string, number>;
|
|
1496
|
+
containerSize: number;
|
|
1493
1497
|
containerWidth: number;
|
|
1494
1498
|
containerGap: number;
|
|
1495
1499
|
overflowTargetWidth: number;
|
|
@@ -1524,7 +1528,47 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
1524
1528
|
panels: import("../..").Item<any>[];
|
|
1525
1529
|
panelIndexRef: React.MutableRefObject<number>;
|
|
1526
1530
|
hiddenIds: string[];
|
|
1531
|
+
itemSizeCache: Record<string, number>;
|
|
1527
1532
|
itemWidthCache: Record<string, number>;
|
|
1533
|
+
containerSize: number;
|
|
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;
|
|
1528
1572
|
containerWidth: number;
|
|
1529
1573
|
containerGap: number;
|
|
1530
1574
|
overflowTargetWidth: number;
|
|
@@ -1559,7 +1603,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
1559
1603
|
panels: import("../..").Item<any>[];
|
|
1560
1604
|
panelIndexRef: React.MutableRefObject<number>;
|
|
1561
1605
|
hiddenIds: string[];
|
|
1606
|
+
itemSizeCache: Record<string, number>;
|
|
1562
1607
|
itemWidthCache: Record<string, number>;
|
|
1608
|
+
containerSize: number;
|
|
1563
1609
|
containerWidth: number;
|
|
1564
1610
|
containerGap: number;
|
|
1565
1611
|
overflowTargetWidth: number;
|
|
@@ -1594,7 +1640,47 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
1594
1640
|
panels: import("../..").Item<any>[];
|
|
1595
1641
|
panelIndexRef: React.MutableRefObject<number>;
|
|
1596
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>;
|
|
1597
1682
|
itemWidthCache: Record<string, number>;
|
|
1683
|
+
containerSize: number;
|
|
1598
1684
|
containerWidth: number;
|
|
1599
1685
|
containerGap: number;
|
|
1600
1686
|
overflowTargetWidth: number;
|
|
@@ -1629,7 +1715,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
1629
1715
|
panels: import("../..").Item<any>[];
|
|
1630
1716
|
panelIndexRef: React.MutableRefObject<number>;
|
|
1631
1717
|
hiddenIds: string[];
|
|
1718
|
+
itemSizeCache: Record<string, number>;
|
|
1632
1719
|
itemWidthCache: Record<string, number>;
|
|
1720
|
+
containerSize: number;
|
|
1633
1721
|
containerWidth: number;
|
|
1634
1722
|
containerGap: number;
|
|
1635
1723
|
overflowTargetWidth: number;
|
|
@@ -1665,7 +1753,85 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
1665
1753
|
panels: import("../..").Item<any>[];
|
|
1666
1754
|
panelIndexRef: React.MutableRefObject<number>;
|
|
1667
1755
|
hiddenIds: string[];
|
|
1756
|
+
itemSizeCache: Record<string, number>;
|
|
1757
|
+
itemWidthCache: Record<string, number>;
|
|
1758
|
+
containerSize: number;
|
|
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>;
|
|
1668
1833
|
itemWidthCache: Record<string, number>;
|
|
1834
|
+
containerSize: number;
|
|
1669
1835
|
containerWidth: number;
|
|
1670
1836
|
containerGap: number;
|
|
1671
1837
|
overflowTargetWidth: number;
|
|
@@ -1700,7 +1866,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
1700
1866
|
panels: import("../..").Item<any>[];
|
|
1701
1867
|
panelIndexRef: React.MutableRefObject<number>;
|
|
1702
1868
|
hiddenIds: string[];
|
|
1869
|
+
itemSizeCache: Record<string, number>;
|
|
1703
1870
|
itemWidthCache: Record<string, number>;
|
|
1871
|
+
containerSize: number;
|
|
1704
1872
|
containerWidth: number;
|
|
1705
1873
|
containerGap: number;
|
|
1706
1874
|
overflowTargetWidth: number;
|
|
@@ -1735,7 +1903,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
1735
1903
|
panels: import("../..").Item<any>[];
|
|
1736
1904
|
panelIndexRef: React.MutableRefObject<number>;
|
|
1737
1905
|
hiddenIds: string[];
|
|
1906
|
+
itemSizeCache: Record<string, number>;
|
|
1738
1907
|
itemWidthCache: Record<string, number>;
|
|
1908
|
+
containerSize: number;
|
|
1739
1909
|
containerWidth: number;
|
|
1740
1910
|
containerGap: number;
|
|
1741
1911
|
overflowTargetWidth: number;
|
|
@@ -1770,7 +1940,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
1770
1940
|
panels: import("../..").Item<any>[];
|
|
1771
1941
|
panelIndexRef: React.MutableRefObject<number>;
|
|
1772
1942
|
hiddenIds: string[];
|
|
1943
|
+
itemSizeCache: Record<string, number>;
|
|
1773
1944
|
itemWidthCache: Record<string, number>;
|
|
1945
|
+
containerSize: number;
|
|
1774
1946
|
containerWidth: number;
|
|
1775
1947
|
containerGap: number;
|
|
1776
1948
|
overflowTargetWidth: number;
|
|
@@ -1803,7 +1975,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
1803
1975
|
panels: import("../..").Item<any>[];
|
|
1804
1976
|
panelIndexRef: React.MutableRefObject<number>;
|
|
1805
1977
|
hiddenIds: string[];
|
|
1978
|
+
itemSizeCache: Record<string, number>;
|
|
1806
1979
|
itemWidthCache: Record<string, number>;
|
|
1980
|
+
containerSize: number;
|
|
1807
1981
|
containerWidth: number;
|
|
1808
1982
|
containerGap: number;
|
|
1809
1983
|
overflowTargetWidth: number;
|
|
@@ -1836,7 +2010,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
1836
2010
|
panels: import("../..").Item<any>[];
|
|
1837
2011
|
panelIndexRef: React.MutableRefObject<number>;
|
|
1838
2012
|
hiddenIds: string[];
|
|
2013
|
+
itemSizeCache: Record<string, number>;
|
|
1839
2014
|
itemWidthCache: Record<string, number>;
|
|
2015
|
+
containerSize: number;
|
|
1840
2016
|
containerWidth: number;
|
|
1841
2017
|
containerGap: number;
|
|
1842
2018
|
overflowTargetWidth: number;
|
|
@@ -1869,7 +2045,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
1869
2045
|
panels: import("../..").Item<any>[];
|
|
1870
2046
|
panelIndexRef: React.MutableRefObject<number>;
|
|
1871
2047
|
hiddenIds: string[];
|
|
2048
|
+
itemSizeCache: Record<string, number>;
|
|
1872
2049
|
itemWidthCache: Record<string, number>;
|
|
2050
|
+
containerSize: number;
|
|
1873
2051
|
containerWidth: number;
|
|
1874
2052
|
containerGap: number;
|
|
1875
2053
|
overflowTargetWidth: number;
|
|
@@ -1904,7 +2082,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
1904
2082
|
panels: import("../..").Item<any>[];
|
|
1905
2083
|
panelIndexRef: React.MutableRefObject<number>;
|
|
1906
2084
|
hiddenIds: string[];
|
|
2085
|
+
itemSizeCache: Record<string, number>;
|
|
1907
2086
|
itemWidthCache: Record<string, number>;
|
|
2087
|
+
containerSize: number;
|
|
1908
2088
|
containerWidth: number;
|
|
1909
2089
|
containerGap: number;
|
|
1910
2090
|
overflowTargetWidth: number;
|
|
@@ -1937,7 +2117,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
1937
2117
|
panels: import("../..").Item<any>[];
|
|
1938
2118
|
panelIndexRef: React.MutableRefObject<number>;
|
|
1939
2119
|
hiddenIds: string[];
|
|
2120
|
+
itemSizeCache: Record<string, number>;
|
|
1940
2121
|
itemWidthCache: Record<string, number>;
|
|
2122
|
+
containerSize: number;
|
|
1941
2123
|
containerWidth: number;
|
|
1942
2124
|
containerGap: number;
|
|
1943
2125
|
overflowTargetWidth: number;
|
|
@@ -1970,7 +2152,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
1970
2152
|
panels: import("../..").Item<any>[];
|
|
1971
2153
|
panelIndexRef: React.MutableRefObject<number>;
|
|
1972
2154
|
hiddenIds: string[];
|
|
2155
|
+
itemSizeCache: Record<string, number>;
|
|
1973
2156
|
itemWidthCache: Record<string, number>;
|
|
2157
|
+
containerSize: number;
|
|
1974
2158
|
containerWidth: number;
|
|
1975
2159
|
containerGap: number;
|
|
1976
2160
|
overflowTargetWidth: number;
|
|
@@ -2003,7 +2187,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2003
2187
|
panels: import("../..").Item<any>[];
|
|
2004
2188
|
panelIndexRef: React.MutableRefObject<number>;
|
|
2005
2189
|
hiddenIds: string[];
|
|
2190
|
+
itemSizeCache: Record<string, number>;
|
|
2006
2191
|
itemWidthCache: Record<string, number>;
|
|
2192
|
+
containerSize: number;
|
|
2007
2193
|
containerWidth: number;
|
|
2008
2194
|
containerGap: number;
|
|
2009
2195
|
overflowTargetWidth: number;
|
|
@@ -2036,7 +2222,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2036
2222
|
panels: import("../..").Item<any>[];
|
|
2037
2223
|
panelIndexRef: React.MutableRefObject<number>;
|
|
2038
2224
|
hiddenIds: string[];
|
|
2225
|
+
itemSizeCache: Record<string, number>;
|
|
2039
2226
|
itemWidthCache: Record<string, number>;
|
|
2227
|
+
containerSize: number;
|
|
2040
2228
|
containerWidth: number;
|
|
2041
2229
|
containerGap: number;
|
|
2042
2230
|
overflowTargetWidth: number;
|
|
@@ -2069,7 +2257,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2069
2257
|
panels: import("../..").Item<any>[];
|
|
2070
2258
|
panelIndexRef: React.MutableRefObject<number>;
|
|
2071
2259
|
hiddenIds: string[];
|
|
2260
|
+
itemSizeCache: Record<string, number>;
|
|
2072
2261
|
itemWidthCache: Record<string, number>;
|
|
2262
|
+
containerSize: number;
|
|
2073
2263
|
containerWidth: number;
|
|
2074
2264
|
containerGap: number;
|
|
2075
2265
|
overflowTargetWidth: number;
|
|
@@ -2102,7 +2292,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2102
2292
|
panels: import("../..").Item<any>[];
|
|
2103
2293
|
panelIndexRef: React.MutableRefObject<number>;
|
|
2104
2294
|
hiddenIds: string[];
|
|
2295
|
+
itemSizeCache: Record<string, number>;
|
|
2105
2296
|
itemWidthCache: Record<string, number>;
|
|
2297
|
+
containerSize: number;
|
|
2106
2298
|
containerWidth: number;
|
|
2107
2299
|
containerGap: number;
|
|
2108
2300
|
overflowTargetWidth: number;
|
|
@@ -2135,7 +2327,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2135
2327
|
panels: import("../..").Item<any>[];
|
|
2136
2328
|
panelIndexRef: React.MutableRefObject<number>;
|
|
2137
2329
|
hiddenIds: string[];
|
|
2330
|
+
itemSizeCache: Record<string, number>;
|
|
2138
2331
|
itemWidthCache: Record<string, number>;
|
|
2332
|
+
containerSize: number;
|
|
2139
2333
|
containerWidth: number;
|
|
2140
2334
|
containerGap: number;
|
|
2141
2335
|
overflowTargetWidth: number;
|
|
@@ -2168,7 +2362,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2168
2362
|
panels: import("../..").Item<any>[];
|
|
2169
2363
|
panelIndexRef: React.MutableRefObject<number>;
|
|
2170
2364
|
hiddenIds: string[];
|
|
2365
|
+
itemSizeCache: Record<string, number>;
|
|
2171
2366
|
itemWidthCache: Record<string, number>;
|
|
2367
|
+
containerSize: number;
|
|
2172
2368
|
containerWidth: number;
|
|
2173
2369
|
containerGap: number;
|
|
2174
2370
|
overflowTargetWidth: number;
|
|
@@ -2201,7 +2397,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2201
2397
|
panels: import("../..").Item<any>[];
|
|
2202
2398
|
panelIndexRef: React.MutableRefObject<number>;
|
|
2203
2399
|
hiddenIds: string[];
|
|
2400
|
+
itemSizeCache: Record<string, number>;
|
|
2204
2401
|
itemWidthCache: Record<string, number>;
|
|
2402
|
+
containerSize: number;
|
|
2205
2403
|
containerWidth: number;
|
|
2206
2404
|
containerGap: number;
|
|
2207
2405
|
overflowTargetWidth: number;
|
|
@@ -2234,7 +2432,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2234
2432
|
panels: import("../..").Item<any>[];
|
|
2235
2433
|
panelIndexRef: React.MutableRefObject<number>;
|
|
2236
2434
|
hiddenIds: string[];
|
|
2435
|
+
itemSizeCache: Record<string, number>;
|
|
2237
2436
|
itemWidthCache: Record<string, number>;
|
|
2437
|
+
containerSize: number;
|
|
2238
2438
|
containerWidth: number;
|
|
2239
2439
|
containerGap: number;
|
|
2240
2440
|
overflowTargetWidth: number;
|
|
@@ -2270,7 +2470,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2270
2470
|
panels: import("../..").Item<any>[];
|
|
2271
2471
|
panelIndexRef: React.MutableRefObject<number>;
|
|
2272
2472
|
hiddenIds: string[];
|
|
2473
|
+
itemSizeCache: Record<string, number>;
|
|
2273
2474
|
itemWidthCache: Record<string, number>;
|
|
2475
|
+
containerSize: number;
|
|
2274
2476
|
containerWidth: number;
|
|
2275
2477
|
containerGap: number;
|
|
2276
2478
|
overflowTargetWidth: number;
|
|
@@ -2305,7 +2507,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2305
2507
|
panels: import("../..").Item<any>[];
|
|
2306
2508
|
panelIndexRef: React.MutableRefObject<number>;
|
|
2307
2509
|
hiddenIds: string[];
|
|
2510
|
+
itemSizeCache: Record<string, number>;
|
|
2308
2511
|
itemWidthCache: Record<string, number>;
|
|
2512
|
+
containerSize: number;
|
|
2309
2513
|
containerWidth: number;
|
|
2310
2514
|
containerGap: number;
|
|
2311
2515
|
overflowTargetWidth: number;
|
|
@@ -2340,7 +2544,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2340
2544
|
panels: import("../..").Item<any>[];
|
|
2341
2545
|
panelIndexRef: React.MutableRefObject<number>;
|
|
2342
2546
|
hiddenIds: string[];
|
|
2547
|
+
itemSizeCache: Record<string, number>;
|
|
2343
2548
|
itemWidthCache: Record<string, number>;
|
|
2549
|
+
containerSize: number;
|
|
2344
2550
|
containerWidth: number;
|
|
2345
2551
|
containerGap: number;
|
|
2346
2552
|
overflowTargetWidth: number;
|
|
@@ -2377,7 +2583,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2377
2583
|
panels: import("../..").Item<any>[];
|
|
2378
2584
|
panelIndexRef: React.MutableRefObject<number>;
|
|
2379
2585
|
hiddenIds: string[];
|
|
2586
|
+
itemSizeCache: Record<string, number>;
|
|
2380
2587
|
itemWidthCache: Record<string, number>;
|
|
2588
|
+
containerSize: number;
|
|
2381
2589
|
containerWidth: number;
|
|
2382
2590
|
containerGap: number;
|
|
2383
2591
|
overflowTargetWidth: number;
|
|
@@ -2412,7 +2620,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2412
2620
|
panels: import("../..").Item<any>[];
|
|
2413
2621
|
panelIndexRef: React.MutableRefObject<number>;
|
|
2414
2622
|
hiddenIds: string[];
|
|
2623
|
+
itemSizeCache: Record<string, number>;
|
|
2415
2624
|
itemWidthCache: Record<string, number>;
|
|
2625
|
+
containerSize: number;
|
|
2416
2626
|
containerWidth: number;
|
|
2417
2627
|
containerGap: number;
|
|
2418
2628
|
overflowTargetWidth: number;
|
|
@@ -2447,7 +2657,47 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2447
2657
|
panels: import("../..").Item<any>[];
|
|
2448
2658
|
panelIndexRef: React.MutableRefObject<number>;
|
|
2449
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>;
|
|
2450
2699
|
itemWidthCache: Record<string, number>;
|
|
2700
|
+
containerSize: number;
|
|
2451
2701
|
containerWidth: number;
|
|
2452
2702
|
containerGap: number;
|
|
2453
2703
|
overflowTargetWidth: number;
|
|
@@ -2482,7 +2732,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2482
2732
|
panels: import("../..").Item<any>[];
|
|
2483
2733
|
panelIndexRef: React.MutableRefObject<number>;
|
|
2484
2734
|
hiddenIds: string[];
|
|
2735
|
+
itemSizeCache: Record<string, number>;
|
|
2485
2736
|
itemWidthCache: Record<string, number>;
|
|
2737
|
+
containerSize: number;
|
|
2486
2738
|
containerWidth: number;
|
|
2487
2739
|
containerGap: number;
|
|
2488
2740
|
overflowTargetWidth: number;
|
|
@@ -2517,7 +2769,47 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2517
2769
|
panels: import("../..").Item<any>[];
|
|
2518
2770
|
panelIndexRef: React.MutableRefObject<number>;
|
|
2519
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>;
|
|
2520
2811
|
itemWidthCache: Record<string, number>;
|
|
2812
|
+
containerSize: number;
|
|
2521
2813
|
containerWidth: number;
|
|
2522
2814
|
containerGap: number;
|
|
2523
2815
|
overflowTargetWidth: number;
|
|
@@ -2552,7 +2844,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2552
2844
|
panels: import("../..").Item<any>[];
|
|
2553
2845
|
panelIndexRef: React.MutableRefObject<number>;
|
|
2554
2846
|
hiddenIds: string[];
|
|
2847
|
+
itemSizeCache: Record<string, number>;
|
|
2555
2848
|
itemWidthCache: Record<string, number>;
|
|
2849
|
+
containerSize: number;
|
|
2556
2850
|
containerWidth: number;
|
|
2557
2851
|
containerGap: number;
|
|
2558
2852
|
overflowTargetWidth: number;
|
|
@@ -2588,7 +2882,85 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2588
2882
|
panels: import("../..").Item<any>[];
|
|
2589
2883
|
panelIndexRef: React.MutableRefObject<number>;
|
|
2590
2884
|
hiddenIds: string[];
|
|
2885
|
+
itemSizeCache: Record<string, number>;
|
|
2886
|
+
itemWidthCache: Record<string, number>;
|
|
2887
|
+
containerSize: number;
|
|
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>;
|
|
2591
2962
|
itemWidthCache: Record<string, number>;
|
|
2963
|
+
containerSize: number;
|
|
2592
2964
|
containerWidth: number;
|
|
2593
2965
|
containerGap: number;
|
|
2594
2966
|
overflowTargetWidth: number;
|
|
@@ -2623,7 +2995,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2623
2995
|
panels: import("../..").Item<any>[];
|
|
2624
2996
|
panelIndexRef: React.MutableRefObject<number>;
|
|
2625
2997
|
hiddenIds: string[];
|
|
2998
|
+
itemSizeCache: Record<string, number>;
|
|
2626
2999
|
itemWidthCache: Record<string, number>;
|
|
3000
|
+
containerSize: number;
|
|
2627
3001
|
containerWidth: number;
|
|
2628
3002
|
containerGap: number;
|
|
2629
3003
|
overflowTargetWidth: number;
|
|
@@ -2658,7 +3032,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2658
3032
|
panels: import("../..").Item<any>[];
|
|
2659
3033
|
panelIndexRef: React.MutableRefObject<number>;
|
|
2660
3034
|
hiddenIds: string[];
|
|
3035
|
+
itemSizeCache: Record<string, number>;
|
|
2661
3036
|
itemWidthCache: Record<string, number>;
|
|
3037
|
+
containerSize: number;
|
|
2662
3038
|
containerWidth: number;
|
|
2663
3039
|
containerGap: number;
|
|
2664
3040
|
overflowTargetWidth: number;
|
|
@@ -2693,7 +3069,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2693
3069
|
panels: import("../..").Item<any>[];
|
|
2694
3070
|
panelIndexRef: React.MutableRefObject<number>;
|
|
2695
3071
|
hiddenIds: string[];
|
|
3072
|
+
itemSizeCache: Record<string, number>;
|
|
2696
3073
|
itemWidthCache: Record<string, number>;
|
|
3074
|
+
containerSize: number;
|
|
2697
3075
|
containerWidth: number;
|
|
2698
3076
|
containerGap: number;
|
|
2699
3077
|
overflowTargetWidth: number;
|
|
@@ -2726,7 +3104,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2726
3104
|
panels: import("../..").Item<any>[];
|
|
2727
3105
|
panelIndexRef: React.MutableRefObject<number>;
|
|
2728
3106
|
hiddenIds: string[];
|
|
3107
|
+
itemSizeCache: Record<string, number>;
|
|
2729
3108
|
itemWidthCache: Record<string, number>;
|
|
3109
|
+
containerSize: number;
|
|
2730
3110
|
containerWidth: number;
|
|
2731
3111
|
containerGap: number;
|
|
2732
3112
|
overflowTargetWidth: number;
|
|
@@ -2759,7 +3139,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2759
3139
|
panels: import("../..").Item<any>[];
|
|
2760
3140
|
panelIndexRef: React.MutableRefObject<number>;
|
|
2761
3141
|
hiddenIds: string[];
|
|
3142
|
+
itemSizeCache: Record<string, number>;
|
|
2762
3143
|
itemWidthCache: Record<string, number>;
|
|
3144
|
+
containerSize: number;
|
|
2763
3145
|
containerWidth: number;
|
|
2764
3146
|
containerGap: number;
|
|
2765
3147
|
overflowTargetWidth: number;
|
|
@@ -2792,7 +3174,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2792
3174
|
panels: import("../..").Item<any>[];
|
|
2793
3175
|
panelIndexRef: React.MutableRefObject<number>;
|
|
2794
3176
|
hiddenIds: string[];
|
|
3177
|
+
itemSizeCache: Record<string, number>;
|
|
2795
3178
|
itemWidthCache: Record<string, number>;
|
|
3179
|
+
containerSize: number;
|
|
2796
3180
|
containerWidth: number;
|
|
2797
3181
|
containerGap: number;
|
|
2798
3182
|
overflowTargetWidth: number;
|
|
@@ -2827,7 +3211,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2827
3211
|
panels: import("../..").Item<any>[];
|
|
2828
3212
|
panelIndexRef: React.MutableRefObject<number>;
|
|
2829
3213
|
hiddenIds: string[];
|
|
3214
|
+
itemSizeCache: Record<string, number>;
|
|
2830
3215
|
itemWidthCache: Record<string, number>;
|
|
3216
|
+
containerSize: number;
|
|
2831
3217
|
containerWidth: number;
|
|
2832
3218
|
containerGap: number;
|
|
2833
3219
|
overflowTargetWidth: number;
|
|
@@ -2860,7 +3246,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2860
3246
|
panels: import("../..").Item<any>[];
|
|
2861
3247
|
panelIndexRef: React.MutableRefObject<number>;
|
|
2862
3248
|
hiddenIds: string[];
|
|
3249
|
+
itemSizeCache: Record<string, number>;
|
|
2863
3250
|
itemWidthCache: Record<string, number>;
|
|
3251
|
+
containerSize: number;
|
|
2864
3252
|
containerWidth: number;
|
|
2865
3253
|
containerGap: number;
|
|
2866
3254
|
overflowTargetWidth: number;
|
|
@@ -2893,7 +3281,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2893
3281
|
panels: import("../..").Item<any>[];
|
|
2894
3282
|
panelIndexRef: React.MutableRefObject<number>;
|
|
2895
3283
|
hiddenIds: string[];
|
|
3284
|
+
itemSizeCache: Record<string, number>;
|
|
2896
3285
|
itemWidthCache: Record<string, number>;
|
|
3286
|
+
containerSize: number;
|
|
2897
3287
|
containerWidth: number;
|
|
2898
3288
|
containerGap: number;
|
|
2899
3289
|
overflowTargetWidth: number;
|
|
@@ -2926,7 +3316,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2926
3316
|
panels: import("../..").Item<any>[];
|
|
2927
3317
|
panelIndexRef: React.MutableRefObject<number>;
|
|
2928
3318
|
hiddenIds: string[];
|
|
3319
|
+
itemSizeCache: Record<string, number>;
|
|
2929
3320
|
itemWidthCache: Record<string, number>;
|
|
3321
|
+
containerSize: number;
|
|
2930
3322
|
containerWidth: number;
|
|
2931
3323
|
containerGap: number;
|
|
2932
3324
|
overflowTargetWidth: number;
|
|
@@ -2959,7 +3351,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2959
3351
|
panels: import("../..").Item<any>[];
|
|
2960
3352
|
panelIndexRef: React.MutableRefObject<number>;
|
|
2961
3353
|
hiddenIds: string[];
|
|
3354
|
+
itemSizeCache: Record<string, number>;
|
|
2962
3355
|
itemWidthCache: Record<string, number>;
|
|
3356
|
+
containerSize: number;
|
|
2963
3357
|
containerWidth: number;
|
|
2964
3358
|
containerGap: number;
|
|
2965
3359
|
overflowTargetWidth: number;
|
|
@@ -2992,7 +3386,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
2992
3386
|
panels: import("../..").Item<any>[];
|
|
2993
3387
|
panelIndexRef: React.MutableRefObject<number>;
|
|
2994
3388
|
hiddenIds: string[];
|
|
3389
|
+
itemSizeCache: Record<string, number>;
|
|
2995
3390
|
itemWidthCache: Record<string, number>;
|
|
3391
|
+
containerSize: number;
|
|
2996
3392
|
containerWidth: number;
|
|
2997
3393
|
containerGap: number;
|
|
2998
3394
|
overflowTargetWidth: number;
|
|
@@ -3025,7 +3421,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
3025
3421
|
panels: import("../..").Item<any>[];
|
|
3026
3422
|
panelIndexRef: React.MutableRefObject<number>;
|
|
3027
3423
|
hiddenIds: string[];
|
|
3424
|
+
itemSizeCache: Record<string, number>;
|
|
3028
3425
|
itemWidthCache: Record<string, number>;
|
|
3426
|
+
containerSize: number;
|
|
3029
3427
|
containerWidth: number;
|
|
3030
3428
|
containerGap: number;
|
|
3031
3429
|
overflowTargetWidth: number;
|
|
@@ -3058,7 +3456,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
3058
3456
|
panels: import("../..").Item<any>[];
|
|
3059
3457
|
panelIndexRef: React.MutableRefObject<number>;
|
|
3060
3458
|
hiddenIds: string[];
|
|
3459
|
+
itemSizeCache: Record<string, number>;
|
|
3061
3460
|
itemWidthCache: Record<string, number>;
|
|
3461
|
+
containerSize: number;
|
|
3062
3462
|
containerWidth: number;
|
|
3063
3463
|
containerGap: number;
|
|
3064
3464
|
overflowTargetWidth: number;
|
|
@@ -3091,7 +3491,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
3091
3491
|
panels: import("../..").Item<any>[];
|
|
3092
3492
|
panelIndexRef: React.MutableRefObject<number>;
|
|
3093
3493
|
hiddenIds: string[];
|
|
3494
|
+
itemSizeCache: Record<string, number>;
|
|
3094
3495
|
itemWidthCache: Record<string, number>;
|
|
3496
|
+
containerSize: number;
|
|
3095
3497
|
containerWidth: number;
|
|
3096
3498
|
containerGap: number;
|
|
3097
3499
|
overflowTargetWidth: number;
|
|
@@ -3124,7 +3526,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
3124
3526
|
panels: import("../..").Item<any>[];
|
|
3125
3527
|
panelIndexRef: React.MutableRefObject<number>;
|
|
3126
3528
|
hiddenIds: string[];
|
|
3529
|
+
itemSizeCache: Record<string, number>;
|
|
3127
3530
|
itemWidthCache: Record<string, number>;
|
|
3531
|
+
containerSize: number;
|
|
3128
3532
|
containerWidth: number;
|
|
3129
3533
|
containerGap: number;
|
|
3130
3534
|
overflowTargetWidth: number;
|
|
@@ -3157,7 +3561,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
3157
3561
|
panels: import("../..").Item<any>[];
|
|
3158
3562
|
panelIndexRef: React.MutableRefObject<number>;
|
|
3159
3563
|
hiddenIds: string[];
|
|
3564
|
+
itemSizeCache: Record<string, number>;
|
|
3160
3565
|
itemWidthCache: Record<string, number>;
|
|
3566
|
+
containerSize: number;
|
|
3161
3567
|
containerWidth: number;
|
|
3162
3568
|
containerGap: number;
|
|
3163
3569
|
overflowTargetWidth: number;
|
|
@@ -3193,7 +3599,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
3193
3599
|
panels: import("../..").Item<any>[];
|
|
3194
3600
|
panelIndexRef: React.MutableRefObject<number>;
|
|
3195
3601
|
hiddenIds: string[];
|
|
3602
|
+
itemSizeCache: Record<string, number>;
|
|
3196
3603
|
itemWidthCache: Record<string, number>;
|
|
3604
|
+
containerSize: number;
|
|
3197
3605
|
containerWidth: number;
|
|
3198
3606
|
containerGap: number;
|
|
3199
3607
|
overflowTargetWidth: number;
|
|
@@ -3228,7 +3636,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
3228
3636
|
panels: import("../..").Item<any>[];
|
|
3229
3637
|
panelIndexRef: React.MutableRefObject<number>;
|
|
3230
3638
|
hiddenIds: string[];
|
|
3639
|
+
itemSizeCache: Record<string, number>;
|
|
3231
3640
|
itemWidthCache: Record<string, number>;
|
|
3641
|
+
containerSize: number;
|
|
3232
3642
|
containerWidth: number;
|
|
3233
3643
|
containerGap: number;
|
|
3234
3644
|
overflowTargetWidth: number;
|
|
@@ -3263,7 +3673,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
3263
3673
|
panels: import("../..").Item<any>[];
|
|
3264
3674
|
panelIndexRef: React.MutableRefObject<number>;
|
|
3265
3675
|
hiddenIds: string[];
|
|
3676
|
+
itemSizeCache: Record<string, number>;
|
|
3266
3677
|
itemWidthCache: Record<string, number>;
|
|
3678
|
+
containerSize: number;
|
|
3267
3679
|
containerWidth: number;
|
|
3268
3680
|
containerGap: number;
|
|
3269
3681
|
overflowTargetWidth: number;
|
|
@@ -3297,7 +3709,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
3297
3709
|
panels: import("../..").Item<any>[];
|
|
3298
3710
|
panelIndexRef: React.MutableRefObject<number>;
|
|
3299
3711
|
hiddenIds: string[];
|
|
3712
|
+
itemSizeCache: Record<string, number>;
|
|
3300
3713
|
itemWidthCache: Record<string, number>;
|
|
3714
|
+
containerSize: number;
|
|
3301
3715
|
containerWidth: number;
|
|
3302
3716
|
containerGap: number;
|
|
3303
3717
|
overflowTargetWidth: number;
|
|
@@ -3335,12 +3749,20 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
3335
3749
|
select(data: {
|
|
3336
3750
|
id: string;
|
|
3337
3751
|
}): void;
|
|
3752
|
+
setContainerSize(data: {
|
|
3753
|
+
width?: number | undefined;
|
|
3754
|
+
height?: number | undefined;
|
|
3755
|
+
}): void;
|
|
3338
3756
|
setContainerWidth(data: {
|
|
3339
3757
|
width?: number | undefined;
|
|
3340
3758
|
}): void;
|
|
3341
3759
|
setContainerGap(data: {
|
|
3342
3760
|
size: number;
|
|
3343
3761
|
}): void;
|
|
3762
|
+
setOverflowTargetSize(data: {
|
|
3763
|
+
width: number;
|
|
3764
|
+
height: number;
|
|
3765
|
+
}): void;
|
|
3344
3766
|
setOverflowTargetWidth(data: {
|
|
3345
3767
|
width: number;
|
|
3346
3768
|
}): void;
|
|
@@ -3348,6 +3770,14 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
3348
3770
|
id: string;
|
|
3349
3771
|
width: number;
|
|
3350
3772
|
}): void;
|
|
3773
|
+
addItemSize(data: {
|
|
3774
|
+
id: string;
|
|
3775
|
+
width: number;
|
|
3776
|
+
height: number;
|
|
3777
|
+
}): void;
|
|
3778
|
+
removeItemSize(data: {
|
|
3779
|
+
id: string;
|
|
3780
|
+
}): void;
|
|
3351
3781
|
removeItemWidth(data: {
|
|
3352
3782
|
id: string;
|
|
3353
3783
|
}): void;
|
|
@@ -3476,7 +3906,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
3476
3906
|
panels: import("../..").Item<any>[];
|
|
3477
3907
|
panelIndexRef: React.MutableRefObject<number>;
|
|
3478
3908
|
hiddenIds: string[];
|
|
3909
|
+
itemSizeCache: Record<string, number>;
|
|
3479
3910
|
itemWidthCache: Record<string, number>;
|
|
3911
|
+
containerSize: number;
|
|
3480
3912
|
containerWidth: number;
|
|
3481
3913
|
containerGap: number;
|
|
3482
3914
|
overflowTargetWidth: number;
|
|
@@ -3514,12 +3946,20 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
3514
3946
|
select(data: {
|
|
3515
3947
|
id: string;
|
|
3516
3948
|
}): void;
|
|
3949
|
+
setContainerSize(data: {
|
|
3950
|
+
width?: number | undefined;
|
|
3951
|
+
height?: number | undefined;
|
|
3952
|
+
}): void;
|
|
3517
3953
|
setContainerWidth(data: {
|
|
3518
3954
|
width?: number | undefined;
|
|
3519
3955
|
}): void;
|
|
3520
3956
|
setContainerGap(data: {
|
|
3521
3957
|
size: number;
|
|
3522
3958
|
}): void;
|
|
3959
|
+
setOverflowTargetSize(data: {
|
|
3960
|
+
width: number;
|
|
3961
|
+
height: number;
|
|
3962
|
+
}): void;
|
|
3523
3963
|
setOverflowTargetWidth(data: {
|
|
3524
3964
|
width: number;
|
|
3525
3965
|
}): void;
|
|
@@ -3527,6 +3967,14 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
3527
3967
|
id: string;
|
|
3528
3968
|
width: number;
|
|
3529
3969
|
}): void;
|
|
3970
|
+
addItemSize(data: {
|
|
3971
|
+
id: string;
|
|
3972
|
+
width: number;
|
|
3973
|
+
height: number;
|
|
3974
|
+
}): void;
|
|
3975
|
+
removeItemSize(data: {
|
|
3976
|
+
id: string;
|
|
3977
|
+
}): void;
|
|
3530
3978
|
removeItemWidth(data: {
|
|
3531
3979
|
id: string;
|
|
3532
3980
|
}): void;
|
|
@@ -3656,7 +4104,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
3656
4104
|
panels: import("../..").Item<any>[];
|
|
3657
4105
|
panelIndexRef: React.MutableRefObject<number>;
|
|
3658
4106
|
hiddenIds: string[];
|
|
4107
|
+
itemSizeCache: Record<string, number>;
|
|
3659
4108
|
itemWidthCache: Record<string, number>;
|
|
4109
|
+
containerSize: number;
|
|
3660
4110
|
containerWidth: number;
|
|
3661
4111
|
containerGap: number;
|
|
3662
4112
|
overflowTargetWidth: number;
|
|
@@ -3694,12 +4144,20 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
3694
4144
|
select(data: {
|
|
3695
4145
|
id: string;
|
|
3696
4146
|
}): void;
|
|
4147
|
+
setContainerSize(data: {
|
|
4148
|
+
width?: number | undefined;
|
|
4149
|
+
height?: number | undefined;
|
|
4150
|
+
}): void;
|
|
3697
4151
|
setContainerWidth(data: {
|
|
3698
4152
|
width?: number | undefined;
|
|
3699
4153
|
}): void;
|
|
3700
4154
|
setContainerGap(data: {
|
|
3701
4155
|
size: number;
|
|
3702
4156
|
}): void;
|
|
4157
|
+
setOverflowTargetSize(data: {
|
|
4158
|
+
width: number;
|
|
4159
|
+
height: number;
|
|
4160
|
+
}): void;
|
|
3703
4161
|
setOverflowTargetWidth(data: {
|
|
3704
4162
|
width: number;
|
|
3705
4163
|
}): void;
|
|
@@ -3707,6 +4165,14 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
3707
4165
|
id: string;
|
|
3708
4166
|
width: number;
|
|
3709
4167
|
}): void;
|
|
4168
|
+
addItemSize(data: {
|
|
4169
|
+
id: string;
|
|
4170
|
+
width: number;
|
|
4171
|
+
height: number;
|
|
4172
|
+
}): void;
|
|
4173
|
+
removeItemSize(data: {
|
|
4174
|
+
id: string;
|
|
4175
|
+
}): void;
|
|
3710
4176
|
removeItemWidth(data: {
|
|
3711
4177
|
id: string;
|
|
3712
4178
|
}): void;
|
|
@@ -3842,7 +4308,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
3842
4308
|
panels: import("../..").Item<any>[];
|
|
3843
4309
|
panelIndexRef: React.MutableRefObject<number>;
|
|
3844
4310
|
hiddenIds: string[];
|
|
4311
|
+
itemSizeCache: Record<string, number>;
|
|
3845
4312
|
itemWidthCache: Record<string, number>;
|
|
4313
|
+
containerSize: number;
|
|
3846
4314
|
containerWidth: number;
|
|
3847
4315
|
containerGap: number;
|
|
3848
4316
|
overflowTargetWidth: number;
|
|
@@ -3880,12 +4348,20 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
3880
4348
|
select(data: {
|
|
3881
4349
|
id: string;
|
|
3882
4350
|
}): void;
|
|
4351
|
+
setContainerSize(data: {
|
|
4352
|
+
width?: number | undefined;
|
|
4353
|
+
height?: number | undefined;
|
|
4354
|
+
}): void;
|
|
3883
4355
|
setContainerWidth(data: {
|
|
3884
4356
|
width?: number | undefined;
|
|
3885
4357
|
}): void;
|
|
3886
4358
|
setContainerGap(data: {
|
|
3887
4359
|
size: number;
|
|
3888
4360
|
}): void;
|
|
4361
|
+
setOverflowTargetSize(data: {
|
|
4362
|
+
width: number;
|
|
4363
|
+
height: number;
|
|
4364
|
+
}): void;
|
|
3889
4365
|
setOverflowTargetWidth(data: {
|
|
3890
4366
|
width: number;
|
|
3891
4367
|
}): void;
|
|
@@ -3893,6 +4369,14 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
3893
4369
|
id: string;
|
|
3894
4370
|
width: number;
|
|
3895
4371
|
}): void;
|
|
4372
|
+
addItemSize(data: {
|
|
4373
|
+
id: string;
|
|
4374
|
+
width: number;
|
|
4375
|
+
height: number;
|
|
4376
|
+
}): void;
|
|
4377
|
+
removeItemSize(data: {
|
|
4378
|
+
id: string;
|
|
4379
|
+
}): void;
|
|
3896
4380
|
removeItemWidth(data: {
|
|
3897
4381
|
id: string;
|
|
3898
4382
|
}): void;
|
|
@@ -4027,7 +4511,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
4027
4511
|
panels: import("../..").Item<any>[];
|
|
4028
4512
|
panelIndexRef: React.MutableRefObject<number>;
|
|
4029
4513
|
hiddenIds: string[];
|
|
4514
|
+
itemSizeCache: Record<string, number>;
|
|
4030
4515
|
itemWidthCache: Record<string, number>;
|
|
4516
|
+
containerSize: number;
|
|
4031
4517
|
containerWidth: number;
|
|
4032
4518
|
containerGap: number;
|
|
4033
4519
|
overflowTargetWidth: number;
|
|
@@ -4065,12 +4551,20 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
4065
4551
|
select(data: {
|
|
4066
4552
|
id: string;
|
|
4067
4553
|
}): void;
|
|
4554
|
+
setContainerSize(data: {
|
|
4555
|
+
width?: number | undefined;
|
|
4556
|
+
height?: number | undefined;
|
|
4557
|
+
}): void;
|
|
4068
4558
|
setContainerWidth(data: {
|
|
4069
4559
|
width?: number | undefined;
|
|
4070
4560
|
}): void;
|
|
4071
4561
|
setContainerGap(data: {
|
|
4072
4562
|
size: number;
|
|
4073
4563
|
}): void;
|
|
4564
|
+
setOverflowTargetSize(data: {
|
|
4565
|
+
width: number;
|
|
4566
|
+
height: number;
|
|
4567
|
+
}): void;
|
|
4074
4568
|
setOverflowTargetWidth(data: {
|
|
4075
4569
|
width: number;
|
|
4076
4570
|
}): void;
|
|
@@ -4078,6 +4572,14 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
4078
4572
|
id: string;
|
|
4079
4573
|
width: number;
|
|
4080
4574
|
}): void;
|
|
4575
|
+
addItemSize(data: {
|
|
4576
|
+
id: string;
|
|
4577
|
+
width: number;
|
|
4578
|
+
height: number;
|
|
4579
|
+
}): void;
|
|
4580
|
+
removeItemSize(data: {
|
|
4581
|
+
id: string;
|
|
4582
|
+
}): void;
|
|
4081
4583
|
removeItemWidth(data: {
|
|
4082
4584
|
id: string;
|
|
4083
4585
|
}): void;
|
|
@@ -4212,7 +4714,9 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
4212
4714
|
panels: import("../..").Item<any>[];
|
|
4213
4715
|
panelIndexRef: React.MutableRefObject<number>;
|
|
4214
4716
|
hiddenIds: string[];
|
|
4717
|
+
itemSizeCache: Record<string, number>;
|
|
4215
4718
|
itemWidthCache: Record<string, number>;
|
|
4719
|
+
containerSize: number;
|
|
4216
4720
|
containerWidth: number;
|
|
4217
4721
|
containerGap: number;
|
|
4218
4722
|
overflowTargetWidth: number;
|
|
@@ -4250,12 +4754,20 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
4250
4754
|
select(data: {
|
|
4251
4755
|
id: string;
|
|
4252
4756
|
}): void;
|
|
4757
|
+
setContainerSize(data: {
|
|
4758
|
+
width?: number | undefined;
|
|
4759
|
+
height?: number | undefined;
|
|
4760
|
+
}): void;
|
|
4253
4761
|
setContainerWidth(data: {
|
|
4254
4762
|
width?: number | undefined;
|
|
4255
4763
|
}): void;
|
|
4256
4764
|
setContainerGap(data: {
|
|
4257
4765
|
size: number;
|
|
4258
4766
|
}): void;
|
|
4767
|
+
setOverflowTargetSize(data: {
|
|
4768
|
+
width: number;
|
|
4769
|
+
height: number;
|
|
4770
|
+
}): void;
|
|
4259
4771
|
setOverflowTargetWidth(data: {
|
|
4260
4772
|
width: number;
|
|
4261
4773
|
}): void;
|
|
@@ -4263,6 +4775,14 @@ export declare const Tabs: import("@workday/canvas-kit-react/common").ComponentM
|
|
|
4263
4775
|
id: string;
|
|
4264
4776
|
width: number;
|
|
4265
4777
|
}): void;
|
|
4778
|
+
addItemSize(data: {
|
|
4779
|
+
id: string;
|
|
4780
|
+
width: number;
|
|
4781
|
+
height: number;
|
|
4782
|
+
}): void;
|
|
4783
|
+
removeItemSize(data: {
|
|
4784
|
+
id: string;
|
|
4785
|
+
}): void;
|
|
4266
4786
|
removeItemWidth(data: {
|
|
4267
4787
|
id: string;
|
|
4268
4788
|
}): void;
|