@workday/canvas-kit-react 15.0.0-alpha.1295-next.0 → 15.0.0-alpha.1301-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/common/index.ts +1 -0
- package/common/lib/forwardFitTokens.ts +14 -0
- package/dist/commonjs/action-bar/lib/ActionBarList.js +1 -1
- package/dist/commonjs/action-bar/lib/ActionBarOverflowButton.js +1 -1
- package/dist/commonjs/avatar/lib/Avatar.js +20 -20
- package/dist/commonjs/badge/lib/CountBadge.js +6 -6
- package/dist/commonjs/banner/lib/Banner.js +5 -5
- package/dist/commonjs/banner/lib/BannerActionText.js +2 -2
- package/dist/commonjs/banner/lib/BannerIcon.js +1 -1
- package/dist/commonjs/banner/lib/BannerLabel.js +1 -1
- package/dist/commonjs/breadcrumbs/lib/BreadcrumbsCurrentItem.js +1 -1
- package/dist/commonjs/breadcrumbs/lib/BreadcrumbsItem.js +1 -1
- package/dist/commonjs/breadcrumbs/lib/BreadcrumbsLink.js +1 -1
- package/dist/commonjs/breadcrumbs/lib/BreadcrumbsList.js +1 -1
- package/dist/commonjs/breadcrumbs/lib/BreadcrumbsMenu.js +2 -2
- package/dist/commonjs/breadcrumbs/lib/BreadcrumbsOverflowButton.js +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/ExternalHyperlink.js +1 -1
- package/dist/commonjs/button/lib/Hyperlink.js +4 -4
- 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 +17 -17
- package/dist/commonjs/button/lib/ToolbarDropdownButton.js +3 -3
- package/dist/commonjs/button/lib/ToolbarIconButton.js +1 -1
- package/dist/commonjs/card/lib/Card.js +3 -3
- 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/color-picker/lib/ColorInput.js +3 -3
- package/dist/commonjs/color-picker/lib/ColorPreview.js +1 -1
- package/dist/commonjs/color-picker/lib/parts/ColorSwatch.js +2 -2
- package/dist/commonjs/combobox/lib/ComboboxMenuList.js +1 -1
- package/dist/commonjs/common/index.d.ts +1 -0
- package/dist/commonjs/common/index.d.ts.map +1 -1
- package/dist/commonjs/common/index.js +1 -0
- package/dist/commonjs/common/lib/AccessibleHide.js +1 -1
- package/dist/commonjs/common/lib/CanvasProvider.js +1 -1
- package/dist/commonjs/common/lib/forwardFitTokens.d.ts +11 -0
- package/dist/commonjs/common/lib/forwardFitTokens.d.ts.map +1 -0
- package/dist/commonjs/common/lib/forwardFitTokens.js +16 -0
- package/dist/commonjs/expandable/lib/Expandable.js +1 -1
- package/dist/commonjs/expandable/lib/ExpandableAvatar.d.ts +6 -0
- package/dist/commonjs/expandable/lib/ExpandableAvatar.d.ts.map +1 -1
- package/dist/commonjs/expandable/lib/ExpandableAvatar.js +1 -1
- package/dist/commonjs/expandable/lib/ExpandableContent.js +1 -1
- package/dist/commonjs/expandable/lib/ExpandableIcon.js +10 -10
- package/dist/commonjs/expandable/lib/ExpandableTarget.js +1 -1
- package/dist/commonjs/expandable/lib/ExpandableTitle.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 +4 -4
- package/dist/commonjs/icon/lib/Svg.js +3 -3
- 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 +3 -3
- package/dist/commonjs/menu/lib/MenuCard.js +1 -1
- package/dist/commonjs/menu/lib/MenuDivider.js +1 -1
- package/dist/commonjs/menu/lib/MenuGroup.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/Submenu.d.ts +31 -216
- package/dist/commonjs/menu/lib/Submenu.d.ts.map +1 -1
- package/dist/commonjs/menu/lib/Submenu.js +4 -0
- 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/pagination/lib/Pagination/AdditionalDetails.js +2 -2
- package/dist/commonjs/pagination/lib/Pagination/Controls.js +1 -1
- package/dist/commonjs/pagination/lib/Pagination/GoTo/Form.js +1 -1
- package/dist/commonjs/pagination/lib/Pagination/GoTo/Label.js +1 -1
- package/dist/commonjs/pagination/lib/Pagination/GoTo/TextInput.js +1 -1
- package/dist/commonjs/pagination/lib/Pagination/Nav.js +1 -1
- package/dist/commonjs/pagination/lib/Pagination/PageButton.js +2 -2
- package/dist/commonjs/pagination/lib/Pagination/PageList.js +1 -1
- package/dist/commonjs/pagination/lib/Pagination/Pagination.js +1 -1
- package/dist/commonjs/pagination/lib/Pagination/common/List.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/popup/lib/hooks/useDisableBodyScroll.js +1 -1
- package/dist/commonjs/segmented-control/lib/SegmentedControlButton.js +4 -4
- package/dist/commonjs/select/lib/SelectCard.js +1 -1
- package/dist/commonjs/select/lib/SelectInput.js +3 -3
- package/dist/commonjs/skeleton/lib/Skeleton.js +2 -2
- package/dist/commonjs/skeleton/lib/parts/SkeletonHeader.js +1 -1
- package/dist/commonjs/skeleton/lib/parts/SkeletonShape.js +1 -1
- package/dist/commonjs/skeleton/lib/parts/SkeletonText.js +1 -1
- package/dist/commonjs/switch/lib/Switch.js +7 -7
- package/dist/commonjs/table/lib/BaseTable.js +1 -1
- package/dist/commonjs/table/lib/Table.js +7 -7
- package/dist/commonjs/table/lib/parts/BaseTableBody.js +1 -1
- package/dist/commonjs/table/lib/parts/BaseTableCaption.js +1 -1
- package/dist/commonjs/table/lib/parts/BaseTableCell.js +1 -1
- package/dist/commonjs/table/lib/parts/BaseTableHead.js +1 -1
- package/dist/commonjs/table/lib/parts/BaseTableHeader.js +1 -1
- package/dist/commonjs/table/lib/parts/css-grid-table/TableRow.js +1 -1
- package/dist/commonjs/tabs/lib/TabsItem.js +1 -1
- package/dist/commonjs/tabs/lib/TabsList.js +8 -8
- package/dist/commonjs/tabs/lib/TabsOverflowButton.js +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.d.ts.map +1 -1
- package/dist/commonjs/text-input/lib/TextInput.js +6 -6
- 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/commonjs/tooltip/lib/TooltipContainer.js +2 -2
- package/dist/commonjs/version/lib/version.js +1 -1
- package/dist/es6/action-bar/lib/ActionBarList.js +1 -1
- package/dist/es6/action-bar/lib/ActionBarOverflowButton.js +1 -1
- package/dist/es6/avatar/lib/Avatar.js +20 -20
- package/dist/es6/badge/lib/CountBadge.js +6 -6
- package/dist/es6/banner/lib/Banner.js +5 -5
- package/dist/es6/banner/lib/BannerActionText.js +2 -2
- package/dist/es6/banner/lib/BannerIcon.js +1 -1
- package/dist/es6/banner/lib/BannerLabel.js +1 -1
- package/dist/es6/breadcrumbs/lib/BreadcrumbsCurrentItem.js +1 -1
- package/dist/es6/breadcrumbs/lib/BreadcrumbsItem.js +1 -1
- package/dist/es6/breadcrumbs/lib/BreadcrumbsLink.js +1 -1
- package/dist/es6/breadcrumbs/lib/BreadcrumbsList.js +1 -1
- package/dist/es6/breadcrumbs/lib/BreadcrumbsMenu.js +2 -2
- package/dist/es6/breadcrumbs/lib/BreadcrumbsOverflowButton.js +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/ExternalHyperlink.js +1 -1
- package/dist/es6/button/lib/Hyperlink.js +4 -4
- 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 +17 -17
- package/dist/es6/button/lib/ToolbarDropdownButton.js +3 -3
- package/dist/es6/button/lib/ToolbarIconButton.js +1 -1
- package/dist/es6/card/lib/Card.js +3 -3
- 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/color-picker/lib/ColorInput.js +3 -3
- package/dist/es6/color-picker/lib/ColorPreview.js +1 -1
- package/dist/es6/color-picker/lib/parts/ColorSwatch.js +2 -2
- package/dist/es6/combobox/lib/ComboboxMenuList.js +1 -1
- package/dist/es6/common/index.d.ts +1 -0
- package/dist/es6/common/index.d.ts.map +1 -1
- package/dist/es6/common/index.js +1 -0
- package/dist/es6/common/lib/AccessibleHide.js +1 -1
- package/dist/es6/common/lib/CanvasProvider.js +1 -1
- package/dist/es6/common/lib/forwardFitTokens.d.ts +11 -0
- package/dist/es6/common/lib/forwardFitTokens.d.ts.map +1 -0
- package/dist/es6/common/lib/forwardFitTokens.js +13 -0
- package/dist/es6/expandable/lib/Expandable.js +1 -1
- package/dist/es6/expandable/lib/ExpandableAvatar.d.ts +6 -0
- package/dist/es6/expandable/lib/ExpandableAvatar.d.ts.map +1 -1
- package/dist/es6/expandable/lib/ExpandableAvatar.js +1 -1
- package/dist/es6/expandable/lib/ExpandableContent.js +1 -1
- package/dist/es6/expandable/lib/ExpandableIcon.js +10 -10
- package/dist/es6/expandable/lib/ExpandableTarget.js +1 -1
- package/dist/es6/expandable/lib/ExpandableTitle.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 +4 -4
- package/dist/es6/icon/lib/Svg.js +3 -3
- 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 +3 -3
- package/dist/es6/menu/lib/MenuCard.js +1 -1
- package/dist/es6/menu/lib/MenuDivider.js +1 -1
- package/dist/es6/menu/lib/MenuGroup.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/Submenu.d.ts +31 -216
- package/dist/es6/menu/lib/Submenu.d.ts.map +1 -1
- package/dist/es6/menu/lib/Submenu.js +4 -0
- 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/pagination/lib/Pagination/AdditionalDetails.js +2 -2
- package/dist/es6/pagination/lib/Pagination/Controls.js +1 -1
- package/dist/es6/pagination/lib/Pagination/GoTo/Form.js +1 -1
- package/dist/es6/pagination/lib/Pagination/GoTo/Label.js +1 -1
- package/dist/es6/pagination/lib/Pagination/GoTo/TextInput.js +1 -1
- package/dist/es6/pagination/lib/Pagination/Nav.js +1 -1
- package/dist/es6/pagination/lib/Pagination/PageButton.js +2 -2
- package/dist/es6/pagination/lib/Pagination/PageList.js +1 -1
- package/dist/es6/pagination/lib/Pagination/Pagination.js +1 -1
- package/dist/es6/pagination/lib/Pagination/common/List.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/popup/lib/hooks/useDisableBodyScroll.js +1 -1
- package/dist/es6/segmented-control/lib/SegmentedControlButton.js +4 -4
- package/dist/es6/select/lib/SelectCard.js +1 -1
- package/dist/es6/select/lib/SelectInput.js +3 -3
- package/dist/es6/skeleton/lib/Skeleton.js +2 -2
- package/dist/es6/skeleton/lib/parts/SkeletonHeader.js +1 -1
- package/dist/es6/skeleton/lib/parts/SkeletonShape.js +1 -1
- package/dist/es6/skeleton/lib/parts/SkeletonText.js +1 -1
- package/dist/es6/switch/lib/Switch.js +7 -7
- package/dist/es6/table/lib/BaseTable.js +1 -1
- package/dist/es6/table/lib/Table.js +7 -7
- package/dist/es6/table/lib/parts/BaseTableBody.js +1 -1
- package/dist/es6/table/lib/parts/BaseTableCaption.js +1 -1
- package/dist/es6/table/lib/parts/BaseTableCell.js +1 -1
- package/dist/es6/table/lib/parts/BaseTableHead.js +1 -1
- package/dist/es6/table/lib/parts/BaseTableHeader.js +1 -1
- package/dist/es6/table/lib/parts/css-grid-table/TableRow.js +1 -1
- package/dist/es6/tabs/lib/TabsItem.js +1 -1
- package/dist/es6/tabs/lib/TabsList.js +8 -8
- package/dist/es6/tabs/lib/TabsOverflowButton.js +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.d.ts.map +1 -1
- package/dist/es6/text-input/lib/TextInput.js +7 -7
- 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/dist/es6/tooltip/lib/TooltipContainer.js +2 -2
- package/dist/es6/version/lib/version.js +1 -1
- package/menu/lib/Submenu.tsx +4 -0
- package/package.json +5 -5
- package/text-input/lib/TextInput.tsx +8 -2
|
@@ -31,14 +31,7 @@ export declare const SubmenuPopper: import("@workday/canvas-kit-react/common").E
|
|
|
31
31
|
orientation: "horizontal" | "vertical";
|
|
32
32
|
indexRef: React.MutableRefObject<number>;
|
|
33
33
|
nonInteractiveIds: string[];
|
|
34
|
-
isVirtualized: boolean;
|
|
35
|
-
* A `Menu.Option` is similar to the `Menu.Item`, but has a `role=option` and works with
|
|
36
|
-
* `aria-activedescendant` and is selectable with a selected checkmark. It adds the
|
|
37
|
-
* `aria-selected="true/false"` attribute. `Menu.Option` requires much more accessibility
|
|
38
|
-
* behavior composed into the `Menu.Target` and `Menu.List` component. The `Combobox` and
|
|
39
|
-
* `Select` components make use of the `Menu.Option`. See those components for a better idea of
|
|
40
|
-
* how behavior is composed.
|
|
41
|
-
*/
|
|
34
|
+
isVirtualized: boolean;
|
|
42
35
|
items: import("@workday/canvas-kit-react/collection").Item<any>[];
|
|
43
36
|
mode: "multiple" | "single";
|
|
44
37
|
};
|
|
@@ -100,14 +93,7 @@ export declare const SubmenuPopper: import("@workday/canvas-kit-react/common").E
|
|
|
100
93
|
orientation: "horizontal" | "vertical";
|
|
101
94
|
indexRef: React.MutableRefObject<number>;
|
|
102
95
|
nonInteractiveIds: string[];
|
|
103
|
-
isVirtualized: boolean;
|
|
104
|
-
* A `Menu.Option` is similar to the `Menu.Item`, but has a `role=option` and works with
|
|
105
|
-
* `aria-activedescendant` and is selectable with a selected checkmark. It adds the
|
|
106
|
-
* `aria-selected="true/false"` attribute. `Menu.Option` requires much more accessibility
|
|
107
|
-
* behavior composed into the `Menu.Target` and `Menu.List` component. The `Combobox` and
|
|
108
|
-
* `Select` components make use of the `Menu.Option`. See those components for a better idea of
|
|
109
|
-
* how behavior is composed.
|
|
110
|
-
*/
|
|
96
|
+
isVirtualized: boolean;
|
|
111
97
|
items: import("@workday/canvas-kit-react/collection").Item<any>[];
|
|
112
98
|
};
|
|
113
99
|
events: {
|
|
@@ -167,14 +153,7 @@ export declare const SubmenuPopper: import("@workday/canvas-kit-react/common").E
|
|
|
167
153
|
orientation: "horizontal" | "vertical";
|
|
168
154
|
indexRef: React.MutableRefObject<number>;
|
|
169
155
|
nonInteractiveIds: string[];
|
|
170
|
-
isVirtualized: boolean;
|
|
171
|
-
* A `Menu.Option` is similar to the `Menu.Item`, but has a `role=option` and works with
|
|
172
|
-
* `aria-activedescendant` and is selectable with a selected checkmark. It adds the
|
|
173
|
-
* `aria-selected="true/false"` attribute. `Menu.Option` requires much more accessibility
|
|
174
|
-
* behavior composed into the `Menu.Target` and `Menu.List` component. The `Combobox` and
|
|
175
|
-
* `Select` components make use of the `Menu.Option`. See those components for a better idea of
|
|
176
|
-
* how behavior is composed.
|
|
177
|
-
*/
|
|
156
|
+
isVirtualized: boolean;
|
|
178
157
|
items: import("@workday/canvas-kit-react/collection").Item<any>[];
|
|
179
158
|
};
|
|
180
159
|
events: {
|
|
@@ -246,6 +225,10 @@ export declare const useSubmenuTargetItem: import("@workday/canvas-kit-react/com
|
|
|
246
225
|
readonly style: React.CSSProperties;
|
|
247
226
|
readonly id: string;
|
|
248
227
|
}, import("@workday/canvas-kit-react/common").MergeProps<{
|
|
228
|
+
readonly id: string;
|
|
229
|
+
readonly role: "menuitem";
|
|
230
|
+
readonly 'aria-haspopup': "true";
|
|
231
|
+
readonly 'aria-expanded': boolean;
|
|
249
232
|
readonly onMouseDown: (event: React.MouseEvent) => void;
|
|
250
233
|
readonly onMouseEnter: (event: React.MouseEvent) => void;
|
|
251
234
|
readonly onMouseLeave: () => void;
|
|
@@ -276,14 +259,7 @@ export declare const SubmenuTargetItem: import("@workday/canvas-kit-react/common
|
|
|
276
259
|
orientation: "horizontal" | "vertical";
|
|
277
260
|
indexRef: React.MutableRefObject<number>;
|
|
278
261
|
nonInteractiveIds: string[];
|
|
279
|
-
isVirtualized: boolean;
|
|
280
|
-
* A `Menu.Option` is similar to the `Menu.Item`, but has a `role=option` and works with
|
|
281
|
-
* `aria-activedescendant` and is selectable with a selected checkmark. It adds the
|
|
282
|
-
* `aria-selected="true/false"` attribute. `Menu.Option` requires much more accessibility
|
|
283
|
-
* behavior composed into the `Menu.Target` and `Menu.List` component. The `Combobox` and
|
|
284
|
-
* `Select` components make use of the `Menu.Option`. See those components for a better idea of
|
|
285
|
-
* how behavior is composed.
|
|
286
|
-
*/
|
|
262
|
+
isVirtualized: boolean;
|
|
287
263
|
items: import("@workday/canvas-kit-react/collection").Item<any>[];
|
|
288
264
|
mode: "multiple" | "single";
|
|
289
265
|
};
|
|
@@ -345,14 +321,7 @@ export declare const SubmenuTargetItem: import("@workday/canvas-kit-react/common
|
|
|
345
321
|
orientation: "horizontal" | "vertical";
|
|
346
322
|
indexRef: React.MutableRefObject<number>;
|
|
347
323
|
nonInteractiveIds: string[];
|
|
348
|
-
isVirtualized: boolean;
|
|
349
|
-
* A `Menu.Option` is similar to the `Menu.Item`, but has a `role=option` and works with
|
|
350
|
-
* `aria-activedescendant` and is selectable with a selected checkmark. It adds the
|
|
351
|
-
* `aria-selected="true/false"` attribute. `Menu.Option` requires much more accessibility
|
|
352
|
-
* behavior composed into the `Menu.Target` and `Menu.List` component. The `Combobox` and
|
|
353
|
-
* `Select` components make use of the `Menu.Option`. See those components for a better idea of
|
|
354
|
-
* how behavior is composed.
|
|
355
|
-
*/
|
|
324
|
+
isVirtualized: boolean;
|
|
356
325
|
items: import("@workday/canvas-kit-react/collection").Item<any>[];
|
|
357
326
|
};
|
|
358
327
|
events: {
|
|
@@ -412,14 +381,7 @@ export declare const SubmenuTargetItem: import("@workday/canvas-kit-react/common
|
|
|
412
381
|
orientation: "horizontal" | "vertical";
|
|
413
382
|
indexRef: React.MutableRefObject<number>;
|
|
414
383
|
nonInteractiveIds: string[];
|
|
415
|
-
isVirtualized: boolean;
|
|
416
|
-
* A `Menu.Option` is similar to the `Menu.Item`, but has a `role=option` and works with
|
|
417
|
-
* `aria-activedescendant` and is selectable with a selected checkmark. It adds the
|
|
418
|
-
* `aria-selected="true/false"` attribute. `Menu.Option` requires much more accessibility
|
|
419
|
-
* behavior composed into the `Menu.Target` and `Menu.List` component. The `Combobox` and
|
|
420
|
-
* `Select` components make use of the `Menu.Option`. See those components for a better idea of
|
|
421
|
-
* how behavior is composed.
|
|
422
|
-
*/
|
|
384
|
+
isVirtualized: boolean;
|
|
423
385
|
items: import("@workday/canvas-kit-react/collection").Item<any>[];
|
|
424
386
|
};
|
|
425
387
|
events: {
|
|
@@ -512,14 +474,7 @@ export declare const Submenu: import("@workday/canvas-kit-react/common").Element
|
|
|
512
474
|
orientation: "horizontal" | "vertical";
|
|
513
475
|
indexRef: React.MutableRefObject<number>;
|
|
514
476
|
nonInteractiveIds: string[];
|
|
515
|
-
isVirtualized: boolean;
|
|
516
|
-
* A `Menu.Option` is similar to the `Menu.Item`, but has a `role=option` and works with
|
|
517
|
-
* `aria-activedescendant` and is selectable with a selected checkmark. It adds the
|
|
518
|
-
* `aria-selected="true/false"` attribute. `Menu.Option` requires much more accessibility
|
|
519
|
-
* behavior composed into the `Menu.Target` and `Menu.List` component. The `Combobox` and
|
|
520
|
-
* `Select` components make use of the `Menu.Option`. See those components for a better idea of
|
|
521
|
-
* how behavior is composed.
|
|
522
|
-
*/
|
|
477
|
+
isVirtualized: boolean;
|
|
523
478
|
items: import("@workday/canvas-kit-react/collection").Item<any>[];
|
|
524
479
|
mode: "multiple" | "single";
|
|
525
480
|
};
|
|
@@ -581,14 +536,7 @@ export declare const Submenu: import("@workday/canvas-kit-react/common").Element
|
|
|
581
536
|
orientation: "horizontal" | "vertical";
|
|
582
537
|
indexRef: React.MutableRefObject<number>;
|
|
583
538
|
nonInteractiveIds: string[];
|
|
584
|
-
isVirtualized: boolean;
|
|
585
|
-
* A `Menu.Option` is similar to the `Menu.Item`, but has a `role=option` and works with
|
|
586
|
-
* `aria-activedescendant` and is selectable with a selected checkmark. It adds the
|
|
587
|
-
* `aria-selected="true/false"` attribute. `Menu.Option` requires much more accessibility
|
|
588
|
-
* behavior composed into the `Menu.Target` and `Menu.List` component. The `Combobox` and
|
|
589
|
-
* `Select` components make use of the `Menu.Option`. See those components for a better idea of
|
|
590
|
-
* how behavior is composed.
|
|
591
|
-
*/
|
|
539
|
+
isVirtualized: boolean;
|
|
592
540
|
items: import("@workday/canvas-kit-react/collection").Item<any>[];
|
|
593
541
|
};
|
|
594
542
|
events: {
|
|
@@ -648,14 +596,7 @@ export declare const Submenu: import("@workday/canvas-kit-react/common").Element
|
|
|
648
596
|
orientation: "horizontal" | "vertical";
|
|
649
597
|
indexRef: React.MutableRefObject<number>;
|
|
650
598
|
nonInteractiveIds: string[];
|
|
651
|
-
isVirtualized: boolean;
|
|
652
|
-
* A `Menu.Option` is similar to the `Menu.Item`, but has a `role=option` and works with
|
|
653
|
-
* `aria-activedescendant` and is selectable with a selected checkmark. It adds the
|
|
654
|
-
* `aria-selected="true/false"` attribute. `Menu.Option` requires much more accessibility
|
|
655
|
-
* behavior composed into the `Menu.Target` and `Menu.List` component. The `Combobox` and
|
|
656
|
-
* `Select` components make use of the `Menu.Option`. See those components for a better idea of
|
|
657
|
-
* how behavior is composed.
|
|
658
|
-
*/
|
|
599
|
+
isVirtualized: boolean;
|
|
659
600
|
items: import("@workday/canvas-kit-react/collection").Item<any>[];
|
|
660
601
|
};
|
|
661
602
|
events: {
|
|
@@ -733,14 +674,7 @@ export declare const Submenu: import("@workday/canvas-kit-react/common").Element
|
|
|
733
674
|
orientation: "horizontal" | "vertical";
|
|
734
675
|
indexRef: React.MutableRefObject<number>;
|
|
735
676
|
nonInteractiveIds: string[];
|
|
736
|
-
isVirtualized: boolean;
|
|
737
|
-
* A `Menu.Option` is similar to the `Menu.Item`, but has a `role=option` and works with
|
|
738
|
-
* `aria-activedescendant` and is selectable with a selected checkmark. It adds the
|
|
739
|
-
* `aria-selected="true/false"` attribute. `Menu.Option` requires much more accessibility
|
|
740
|
-
* behavior composed into the `Menu.Target` and `Menu.List` component. The `Combobox` and
|
|
741
|
-
* `Select` components make use of the `Menu.Option`. See those components for a better idea of
|
|
742
|
-
* how behavior is composed.
|
|
743
|
-
*/
|
|
677
|
+
isVirtualized: boolean;
|
|
744
678
|
items: import("@workday/canvas-kit-react/collection").Item<any>[];
|
|
745
679
|
mode: "multiple" | "single";
|
|
746
680
|
};
|
|
@@ -802,14 +736,7 @@ export declare const Submenu: import("@workday/canvas-kit-react/common").Element
|
|
|
802
736
|
orientation: "horizontal" | "vertical";
|
|
803
737
|
indexRef: React.MutableRefObject<number>;
|
|
804
738
|
nonInteractiveIds: string[];
|
|
805
|
-
isVirtualized: boolean;
|
|
806
|
-
* A `Menu.Option` is similar to the `Menu.Item`, but has a `role=option` and works with
|
|
807
|
-
* `aria-activedescendant` and is selectable with a selected checkmark. It adds the
|
|
808
|
-
* `aria-selected="true/false"` attribute. `Menu.Option` requires much more accessibility
|
|
809
|
-
* behavior composed into the `Menu.Target` and `Menu.List` component. The `Combobox` and
|
|
810
|
-
* `Select` components make use of the `Menu.Option`. See those components for a better idea of
|
|
811
|
-
* how behavior is composed.
|
|
812
|
-
*/
|
|
739
|
+
isVirtualized: boolean;
|
|
813
740
|
items: import("@workday/canvas-kit-react/collection").Item<any>[];
|
|
814
741
|
};
|
|
815
742
|
events: {
|
|
@@ -869,14 +796,7 @@ export declare const Submenu: import("@workday/canvas-kit-react/common").Element
|
|
|
869
796
|
orientation: "horizontal" | "vertical";
|
|
870
797
|
indexRef: React.MutableRefObject<number>;
|
|
871
798
|
nonInteractiveIds: string[];
|
|
872
|
-
isVirtualized: boolean;
|
|
873
|
-
* A `Menu.Option` is similar to the `Menu.Item`, but has a `role=option` and works with
|
|
874
|
-
* `aria-activedescendant` and is selectable with a selected checkmark. It adds the
|
|
875
|
-
* `aria-selected="true/false"` attribute. `Menu.Option` requires much more accessibility
|
|
876
|
-
* behavior composed into the `Menu.Target` and `Menu.List` component. The `Combobox` and
|
|
877
|
-
* `Select` components make use of the `Menu.Option`. See those components for a better idea of
|
|
878
|
-
* how behavior is composed.
|
|
879
|
-
*/
|
|
799
|
+
isVirtualized: boolean;
|
|
880
800
|
items: import("@workday/canvas-kit-react/collection").Item<any>[];
|
|
881
801
|
};
|
|
882
802
|
events: {
|
|
@@ -954,14 +874,7 @@ export declare const Submenu: import("@workday/canvas-kit-react/common").Element
|
|
|
954
874
|
orientation: "horizontal" | "vertical";
|
|
955
875
|
indexRef: React.MutableRefObject<number>;
|
|
956
876
|
nonInteractiveIds: string[];
|
|
957
|
-
isVirtualized: boolean;
|
|
958
|
-
* A `Menu.Option` is similar to the `Menu.Item`, but has a `role=option` and works with
|
|
959
|
-
* `aria-activedescendant` and is selectable with a selected checkmark. It adds the
|
|
960
|
-
* `aria-selected="true/false"` attribute. `Menu.Option` requires much more accessibility
|
|
961
|
-
* behavior composed into the `Menu.Target` and `Menu.List` component. The `Combobox` and
|
|
962
|
-
* `Select` components make use of the `Menu.Option`. See those components for a better idea of
|
|
963
|
-
* how behavior is composed.
|
|
964
|
-
*/
|
|
877
|
+
isVirtualized: boolean;
|
|
965
878
|
items: import("@workday/canvas-kit-react/collection").Item<any>[];
|
|
966
879
|
mode: "multiple" | "single";
|
|
967
880
|
};
|
|
@@ -1023,14 +936,7 @@ export declare const Submenu: import("@workday/canvas-kit-react/common").Element
|
|
|
1023
936
|
orientation: "horizontal" | "vertical";
|
|
1024
937
|
indexRef: React.MutableRefObject<number>;
|
|
1025
938
|
nonInteractiveIds: string[];
|
|
1026
|
-
isVirtualized: boolean;
|
|
1027
|
-
* A `Menu.Option` is similar to the `Menu.Item`, but has a `role=option` and works with
|
|
1028
|
-
* `aria-activedescendant` and is selectable with a selected checkmark. It adds the
|
|
1029
|
-
* `aria-selected="true/false"` attribute. `Menu.Option` requires much more accessibility
|
|
1030
|
-
* behavior composed into the `Menu.Target` and `Menu.List` component. The `Combobox` and
|
|
1031
|
-
* `Select` components make use of the `Menu.Option`. See those components for a better idea of
|
|
1032
|
-
* how behavior is composed.
|
|
1033
|
-
*/
|
|
939
|
+
isVirtualized: boolean;
|
|
1034
940
|
items: import("@workday/canvas-kit-react/collection").Item<any>[];
|
|
1035
941
|
};
|
|
1036
942
|
events: {
|
|
@@ -1090,14 +996,7 @@ export declare const Submenu: import("@workday/canvas-kit-react/common").Element
|
|
|
1090
996
|
orientation: "horizontal" | "vertical";
|
|
1091
997
|
indexRef: React.MutableRefObject<number>;
|
|
1092
998
|
nonInteractiveIds: string[];
|
|
1093
|
-
isVirtualized: boolean;
|
|
1094
|
-
* A `Menu.Option` is similar to the `Menu.Item`, but has a `role=option` and works with
|
|
1095
|
-
* `aria-activedescendant` and is selectable with a selected checkmark. It adds the
|
|
1096
|
-
* `aria-selected="true/false"` attribute. `Menu.Option` requires much more accessibility
|
|
1097
|
-
* behavior composed into the `Menu.Target` and `Menu.List` component. The `Combobox` and
|
|
1098
|
-
* `Select` components make use of the `Menu.Option`. See those components for a better idea of
|
|
1099
|
-
* how behavior is composed.
|
|
1100
|
-
*/
|
|
999
|
+
isVirtualized: boolean;
|
|
1101
1000
|
items: import("@workday/canvas-kit-react/collection").Item<any>[];
|
|
1102
1001
|
};
|
|
1103
1002
|
events: {
|
|
@@ -1174,14 +1073,7 @@ export declare const Submenu: import("@workday/canvas-kit-react/common").Element
|
|
|
1174
1073
|
orientation: "horizontal" | "vertical";
|
|
1175
1074
|
indexRef: React.MutableRefObject<number>;
|
|
1176
1075
|
nonInteractiveIds: string[];
|
|
1177
|
-
isVirtualized: boolean;
|
|
1178
|
-
* A `Menu.Option` is similar to the `Menu.Item`, but has a `role=option` and works with
|
|
1179
|
-
* `aria-activedescendant` and is selectable with a selected checkmark. It adds the
|
|
1180
|
-
* `aria-selected="true/false"` attribute. `Menu.Option` requires much more accessibility
|
|
1181
|
-
* behavior composed into the `Menu.Target` and `Menu.List` component. The `Combobox` and
|
|
1182
|
-
* `Select` components make use of the `Menu.Option`. See those components for a better idea of
|
|
1183
|
-
* how behavior is composed.
|
|
1184
|
-
*/
|
|
1076
|
+
isVirtualized: boolean;
|
|
1185
1077
|
items: import("@workday/canvas-kit-react/collection").Item<any>[];
|
|
1186
1078
|
mode: "multiple" | "single";
|
|
1187
1079
|
};
|
|
@@ -1243,14 +1135,7 @@ export declare const Submenu: import("@workday/canvas-kit-react/common").Element
|
|
|
1243
1135
|
orientation: "horizontal" | "vertical";
|
|
1244
1136
|
indexRef: React.MutableRefObject<number>;
|
|
1245
1137
|
nonInteractiveIds: string[];
|
|
1246
|
-
isVirtualized: boolean;
|
|
1247
|
-
* A `Menu.Option` is similar to the `Menu.Item`, but has a `role=option` and works with
|
|
1248
|
-
* `aria-activedescendant` and is selectable with a selected checkmark. It adds the
|
|
1249
|
-
* `aria-selected="true/false"` attribute. `Menu.Option` requires much more accessibility
|
|
1250
|
-
* behavior composed into the `Menu.Target` and `Menu.List` component. The `Combobox` and
|
|
1251
|
-
* `Select` components make use of the `Menu.Option`. See those components for a better idea of
|
|
1252
|
-
* how behavior is composed.
|
|
1253
|
-
*/
|
|
1138
|
+
isVirtualized: boolean;
|
|
1254
1139
|
items: import("@workday/canvas-kit-react/collection").Item<any>[];
|
|
1255
1140
|
};
|
|
1256
1141
|
events: {
|
|
@@ -1310,14 +1195,7 @@ export declare const Submenu: import("@workday/canvas-kit-react/common").Element
|
|
|
1310
1195
|
orientation: "horizontal" | "vertical";
|
|
1311
1196
|
indexRef: React.MutableRefObject<number>;
|
|
1312
1197
|
nonInteractiveIds: string[];
|
|
1313
|
-
isVirtualized: boolean;
|
|
1314
|
-
* A `Menu.Option` is similar to the `Menu.Item`, but has a `role=option` and works with
|
|
1315
|
-
* `aria-activedescendant` and is selectable with a selected checkmark. It adds the
|
|
1316
|
-
* `aria-selected="true/false"` attribute. `Menu.Option` requires much more accessibility
|
|
1317
|
-
* behavior composed into the `Menu.Target` and `Menu.List` component. The `Combobox` and
|
|
1318
|
-
* `Select` components make use of the `Menu.Option`. See those components for a better idea of
|
|
1319
|
-
* how behavior is composed.
|
|
1320
|
-
*/
|
|
1198
|
+
isVirtualized: boolean;
|
|
1321
1199
|
items: import("@workday/canvas-kit-react/collection").Item<any>[];
|
|
1322
1200
|
};
|
|
1323
1201
|
events: {
|
|
@@ -1398,14 +1276,7 @@ export declare const Submenu: import("@workday/canvas-kit-react/common").Element
|
|
|
1398
1276
|
orientation: "horizontal" | "vertical";
|
|
1399
1277
|
indexRef: React.MutableRefObject<number>;
|
|
1400
1278
|
nonInteractiveIds: string[];
|
|
1401
|
-
isVirtualized: boolean;
|
|
1402
|
-
* A `Menu.Option` is similar to the `Menu.Item`, but has a `role=option` and works with
|
|
1403
|
-
* `aria-activedescendant` and is selectable with a selected checkmark. It adds the
|
|
1404
|
-
* `aria-selected="true/false"` attribute. `Menu.Option` requires much more accessibility
|
|
1405
|
-
* behavior composed into the `Menu.Target` and `Menu.List` component. The `Combobox` and
|
|
1406
|
-
* `Select` components make use of the `Menu.Option`. See those components for a better idea of
|
|
1407
|
-
* how behavior is composed.
|
|
1408
|
-
*/
|
|
1279
|
+
isVirtualized: boolean;
|
|
1409
1280
|
items: import("@workday/canvas-kit-react/collection").Item<any>[];
|
|
1410
1281
|
mode: "multiple" | "single";
|
|
1411
1282
|
};
|
|
@@ -1467,14 +1338,7 @@ export declare const Submenu: import("@workday/canvas-kit-react/common").Element
|
|
|
1467
1338
|
orientation: "horizontal" | "vertical";
|
|
1468
1339
|
indexRef: React.MutableRefObject<number>;
|
|
1469
1340
|
nonInteractiveIds: string[];
|
|
1470
|
-
isVirtualized: boolean;
|
|
1471
|
-
* A `Menu.Option` is similar to the `Menu.Item`, but has a `role=option` and works with
|
|
1472
|
-
* `aria-activedescendant` and is selectable with a selected checkmark. It adds the
|
|
1473
|
-
* `aria-selected="true/false"` attribute. `Menu.Option` requires much more accessibility
|
|
1474
|
-
* behavior composed into the `Menu.Target` and `Menu.List` component. The `Combobox` and
|
|
1475
|
-
* `Select` components make use of the `Menu.Option`. See those components for a better idea of
|
|
1476
|
-
* how behavior is composed.
|
|
1477
|
-
*/
|
|
1341
|
+
isVirtualized: boolean;
|
|
1478
1342
|
items: import("@workday/canvas-kit-react/collection").Item<any>[];
|
|
1479
1343
|
};
|
|
1480
1344
|
events: {
|
|
@@ -1534,14 +1398,7 @@ export declare const Submenu: import("@workday/canvas-kit-react/common").Element
|
|
|
1534
1398
|
orientation: "horizontal" | "vertical";
|
|
1535
1399
|
indexRef: React.MutableRefObject<number>;
|
|
1536
1400
|
nonInteractiveIds: string[];
|
|
1537
|
-
isVirtualized: boolean;
|
|
1538
|
-
* A `Menu.Option` is similar to the `Menu.Item`, but has a `role=option` and works with
|
|
1539
|
-
* `aria-activedescendant` and is selectable with a selected checkmark. It adds the
|
|
1540
|
-
* `aria-selected="true/false"` attribute. `Menu.Option` requires much more accessibility
|
|
1541
|
-
* behavior composed into the `Menu.Target` and `Menu.List` component. The `Combobox` and
|
|
1542
|
-
* `Select` components make use of the `Menu.Option`. See those components for a better idea of
|
|
1543
|
-
* how behavior is composed.
|
|
1544
|
-
*/
|
|
1401
|
+
isVirtualized: boolean;
|
|
1545
1402
|
items: import("@workday/canvas-kit-react/collection").Item<any>[];
|
|
1546
1403
|
};
|
|
1547
1404
|
events: {
|
|
@@ -1637,14 +1494,7 @@ export declare const Submenu: import("@workday/canvas-kit-react/common").Element
|
|
|
1637
1494
|
orientation: "horizontal" | "vertical";
|
|
1638
1495
|
indexRef: React.MutableRefObject<number>;
|
|
1639
1496
|
nonInteractiveIds: string[];
|
|
1640
|
-
isVirtualized: boolean;
|
|
1641
|
-
* A `Menu.Option` is similar to the `Menu.Item`, but has a `role=option` and works with
|
|
1642
|
-
* `aria-activedescendant` and is selectable with a selected checkmark. It adds the
|
|
1643
|
-
* `aria-selected="true/false"` attribute. `Menu.Option` requires much more accessibility
|
|
1644
|
-
* behavior composed into the `Menu.Target` and `Menu.List` component. The `Combobox` and
|
|
1645
|
-
* `Select` components make use of the `Menu.Option`. See those components for a better idea of
|
|
1646
|
-
* how behavior is composed.
|
|
1647
|
-
*/
|
|
1497
|
+
isVirtualized: boolean;
|
|
1648
1498
|
items: import("@workday/canvas-kit-react/collection").Item<any>[];
|
|
1649
1499
|
mode: "multiple" | "single";
|
|
1650
1500
|
};
|
|
@@ -1706,14 +1556,7 @@ export declare const Submenu: import("@workday/canvas-kit-react/common").Element
|
|
|
1706
1556
|
orientation: "horizontal" | "vertical";
|
|
1707
1557
|
indexRef: React.MutableRefObject<number>;
|
|
1708
1558
|
nonInteractiveIds: string[];
|
|
1709
|
-
isVirtualized: boolean;
|
|
1710
|
-
* A `Menu.Option` is similar to the `Menu.Item`, but has a `role=option` and works with
|
|
1711
|
-
* `aria-activedescendant` and is selectable with a selected checkmark. It adds the
|
|
1712
|
-
* `aria-selected="true/false"` attribute. `Menu.Option` requires much more accessibility
|
|
1713
|
-
* behavior composed into the `Menu.Target` and `Menu.List` component. The `Combobox` and
|
|
1714
|
-
* `Select` components make use of the `Menu.Option`. See those components for a better idea of
|
|
1715
|
-
* how behavior is composed.
|
|
1716
|
-
*/
|
|
1559
|
+
isVirtualized: boolean;
|
|
1717
1560
|
items: import("@workday/canvas-kit-react/collection").Item<any>[];
|
|
1718
1561
|
};
|
|
1719
1562
|
events: {
|
|
@@ -1773,14 +1616,7 @@ export declare const Submenu: import("@workday/canvas-kit-react/common").Element
|
|
|
1773
1616
|
orientation: "horizontal" | "vertical";
|
|
1774
1617
|
indexRef: React.MutableRefObject<number>;
|
|
1775
1618
|
nonInteractiveIds: string[];
|
|
1776
|
-
isVirtualized: boolean;
|
|
1777
|
-
* A `Menu.Option` is similar to the `Menu.Item`, but has a `role=option` and works with
|
|
1778
|
-
* `aria-activedescendant` and is selectable with a selected checkmark. It adds the
|
|
1779
|
-
* `aria-selected="true/false"` attribute. `Menu.Option` requires much more accessibility
|
|
1780
|
-
* behavior composed into the `Menu.Target` and `Menu.List` component. The `Combobox` and
|
|
1781
|
-
* `Select` components make use of the `Menu.Option`. See those components for a better idea of
|
|
1782
|
-
* how behavior is composed.
|
|
1783
|
-
*/
|
|
1619
|
+
isVirtualized: boolean;
|
|
1784
1620
|
items: import("@workday/canvas-kit-react/collection").Item<any>[];
|
|
1785
1621
|
};
|
|
1786
1622
|
events: {
|
|
@@ -1863,14 +1699,7 @@ export declare const Submenu: import("@workday/canvas-kit-react/common").Element
|
|
|
1863
1699
|
orientation: "horizontal" | "vertical";
|
|
1864
1700
|
indexRef: React.MutableRefObject<number>;
|
|
1865
1701
|
nonInteractiveIds: string[];
|
|
1866
|
-
isVirtualized: boolean;
|
|
1867
|
-
* A `Menu.Option` is similar to the `Menu.Item`, but has a `role=option` and works with
|
|
1868
|
-
* `aria-activedescendant` and is selectable with a selected checkmark. It adds the
|
|
1869
|
-
* `aria-selected="true/false"` attribute. `Menu.Option` requires much more accessibility
|
|
1870
|
-
* behavior composed into the `Menu.Target` and `Menu.List` component. The `Combobox` and
|
|
1871
|
-
* `Select` components make use of the `Menu.Option`. See those components for a better idea of
|
|
1872
|
-
* how behavior is composed.
|
|
1873
|
-
*/
|
|
1702
|
+
isVirtualized: boolean;
|
|
1874
1703
|
items: import("@workday/canvas-kit-react/collection").Item<any>[];
|
|
1875
1704
|
mode: "multiple" | "single";
|
|
1876
1705
|
};
|
|
@@ -1932,14 +1761,7 @@ export declare const Submenu: import("@workday/canvas-kit-react/common").Element
|
|
|
1932
1761
|
orientation: "horizontal" | "vertical";
|
|
1933
1762
|
indexRef: React.MutableRefObject<number>;
|
|
1934
1763
|
nonInteractiveIds: string[];
|
|
1935
|
-
isVirtualized: boolean;
|
|
1936
|
-
* A `Menu.Option` is similar to the `Menu.Item`, but has a `role=option` and works with
|
|
1937
|
-
* `aria-activedescendant` and is selectable with a selected checkmark. It adds the
|
|
1938
|
-
* `aria-selected="true/false"` attribute. `Menu.Option` requires much more accessibility
|
|
1939
|
-
* behavior composed into the `Menu.Target` and `Menu.List` component. The `Combobox` and
|
|
1940
|
-
* `Select` components make use of the `Menu.Option`. See those components for a better idea of
|
|
1941
|
-
* how behavior is composed.
|
|
1942
|
-
*/
|
|
1764
|
+
isVirtualized: boolean;
|
|
1943
1765
|
items: import("@workday/canvas-kit-react/collection").Item<any>[];
|
|
1944
1766
|
};
|
|
1945
1767
|
events: {
|
|
@@ -1999,14 +1821,7 @@ export declare const Submenu: import("@workday/canvas-kit-react/common").Element
|
|
|
1999
1821
|
orientation: "horizontal" | "vertical";
|
|
2000
1822
|
indexRef: React.MutableRefObject<number>;
|
|
2001
1823
|
nonInteractiveIds: string[];
|
|
2002
|
-
isVirtualized: boolean;
|
|
2003
|
-
* A `Menu.Option` is similar to the `Menu.Item`, but has a `role=option` and works with
|
|
2004
|
-
* `aria-activedescendant` and is selectable with a selected checkmark. It adds the
|
|
2005
|
-
* `aria-selected="true/false"` attribute. `Menu.Option` requires much more accessibility
|
|
2006
|
-
* behavior composed into the `Menu.Target` and `Menu.List` component. The `Combobox` and
|
|
2007
|
-
* `Select` components make use of the `Menu.Option`. See those components for a better idea of
|
|
2008
|
-
* how behavior is composed.
|
|
2009
|
-
*/
|
|
1824
|
+
isVirtualized: boolean;
|
|
2010
1825
|
items: import("@workday/canvas-kit-react/collection").Item<any>[];
|
|
2011
1826
|
};
|
|
2012
1827
|
events: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Submenu.d.ts","sourceRoot":"","sources":["../../../../menu/lib/Submenu.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,OAAO,EAKL,cAAc,EAGf,MAAM,kCAAkC,CAAC;AAE1C,OAAO,EAAC,YAAY,EAAC,MAAM,gBAAgB,CAAC;AAW5C,KAAK,eAAe,GAAG,CAAC,OAAO,YAAY,CAAC,CAAC,SAAS,CAAC,CAAC;AAExD,MAAM,WAAW,YACf,SAAQ,eAAe,EACrB,cAAc,CAAC,UAAU,CAAC,OAAO,YAAY,CAAC,CAAC;IACjD;;OAEG;IACH,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B;AAED,eAAO,MAAM,aAAa
|
|
1
|
+
{"version":3,"file":"Submenu.d.ts","sourceRoot":"","sources":["../../../../menu/lib/Submenu.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,OAAO,EAKL,cAAc,EAGf,MAAM,kCAAkC,CAAC;AAE1C,OAAO,EAAC,YAAY,EAAC,MAAM,gBAAgB,CAAC;AAW5C,KAAK,eAAe,GAAG,CAAC,OAAO,YAAY,CAAC,CAAC,SAAS,CAAC,CAAC;AAExD,MAAM,WAAW,YACf,SAAQ,eAAe,EACrB,cAAc,CAAC,UAAU,CAAC,OAAO,YAAY,CAAC,CAAC;IACjD;;OAEG;IACH,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B;AAED,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EASxB,CAAC;AA2BH,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;kCAsBR,gBAAgB;mCAGf,gBAAgB;;8BAOrB,gBAAgB;;gCAed,mBAAmB;aAczC,CAAC;AAEF,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAU5B,CAAC;AAEH;;;;;;;;;;;;;;;;;;;GAmBG;AACH,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAGhB;;;;OAIG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAEH;;;;OAIG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAEH;;;OAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAEH;;;;OAIG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAGH;;;;;;;OAOG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAGH;;;;;OAKG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqBL,CAAC"}
|
|
@@ -56,6 +56,10 @@ exports.useSubmenuTargetItem = (0, common_1.composeHooks)((0, common_1.subModelH
|
|
|
56
56
|
model.events.show(event);
|
|
57
57
|
}, 300);
|
|
58
58
|
return {
|
|
59
|
+
id: model.state.id,
|
|
60
|
+
role: 'menuitem',
|
|
61
|
+
'aria-haspopup': 'true',
|
|
62
|
+
'aria-expanded': model.state.visibility === 'visible',
|
|
59
63
|
onMouseDown(event) {
|
|
60
64
|
model.UNSTABLE_parentModel.events.goTo({ id: event.currentTarget.getAttribute('data-id') });
|
|
61
65
|
},
|
|
@@ -9,7 +9,7 @@ const canvas_kit_styling_1 = require("@workday/canvas-kit-styling");
|
|
|
9
9
|
const canvas_tokens_web_1 = require("@workday/canvas-tokens-web");
|
|
10
10
|
const layout_1 = require("@workday/canvas-kit-react/layout");
|
|
11
11
|
exports.modalBodyStencil = (0, canvas_kit_styling_1.createStencil)({
|
|
12
|
-
base: { name: "
|
|
12
|
+
base: { name: "tsufk", styles: "box-sizing:border-box;@media screen and (max-width: 768px){padding:var(--cnvs-sys-space-x1) var(--cnvs-sys-space-x2) var(--cnvs-sys-space-x2);}" }
|
|
13
13
|
}, "modal-body-d2fb64");
|
|
14
14
|
exports.ModalBody = (0, common_1.createSubcomponent)('div')({
|
|
15
15
|
displayName: 'Modal.Body',
|
|
@@ -9,7 +9,7 @@ const canvas_kit_styling_1 = require("@workday/canvas-kit-styling");
|
|
|
9
9
|
const canvas_tokens_web_1 = require("@workday/canvas-tokens-web");
|
|
10
10
|
const layout_1 = require("@workday/canvas-kit-react/layout");
|
|
11
11
|
exports.modalCardStencil = (0, canvas_kit_styling_1.createStencil)({
|
|
12
|
-
base: { name: "
|
|
12
|
+
base: { name: "25i64q", styles: "box-sizing:border-box;margin:var(--cnvs-sys-space-x10);width:calc(calc(var(--cnvs-sys-space-x20) * 5) + var(--cnvs-sys-space-x10));border-width:var(--cnvs-sys-space-zero);outline:0.0625rem solid transparent;box-shadow:var(--cnvs-sys-depth-6);@media screen and (max-width: 768px){gap:var(--cnvs-sys-space-zero);margin:var(--cnvs-sys-space-x4);padding:var(--cnvs-sys-space-x4);border-radius:var(--cnvs-sys-space-x6);}" }
|
|
13
13
|
}, "modal-card-32d23a");
|
|
14
14
|
exports.ModalCard = (0, common_1.createSubcomponent)('div')({
|
|
15
15
|
displayName: 'Modal.Card',
|
|
@@ -9,7 +9,7 @@ const canvas_kit_styling_1 = require("@workday/canvas-kit-styling");
|
|
|
9
9
|
const canvas_tokens_web_1 = require("@workday/canvas-tokens-web");
|
|
10
10
|
const layout_1 = require("@workday/canvas-kit-react/layout");
|
|
11
11
|
exports.modalHeadingStencil = (0, canvas_kit_styling_1.createStencil)({
|
|
12
|
-
base: { name: "
|
|
12
|
+
base: { name: "1mmzfd", styles: "box-sizing:border-box;@media screen and (max-width: 768px){padding:var(--cnvs-sys-space-x2) var(--cnvs-sys-space-x2) var(--cnvs-sys-space-x1);}" }
|
|
13
13
|
}, "modal-heading-6df35a");
|
|
14
14
|
exports.ModalHeading = (0, common_1.createSubcomponent)('h2')({
|
|
15
15
|
displayName: 'Modal.Heading',
|
|
@@ -8,7 +8,7 @@ const hooks_1 = require("./hooks");
|
|
|
8
8
|
const canvas_kit_styling_1 = require("@workday/canvas-kit-styling");
|
|
9
9
|
const layout_1 = require("@workday/canvas-kit-react/layout");
|
|
10
10
|
exports.modalOverflowOverlayStencil = (0, canvas_kit_styling_1.createStencil)({
|
|
11
|
-
base: { name: "
|
|
11
|
+
base: { name: "171sje", styles: "box-sizing:border-box;& > div{max-height:inherit;}overflow:hidden auto;" }
|
|
12
12
|
}, "modal-overflow-overlay-7fd361");
|
|
13
13
|
exports.ModalOverflowOverlay = (0, common_1.createSubcomponent)('div')({
|
|
14
14
|
displayName: 'Modal.OverflowOverlay',
|
|
@@ -12,12 +12,12 @@ const layout_1 = require("@workday/canvas-kit-react/layout");
|
|
|
12
12
|
const hooks_1 = require("./hooks");
|
|
13
13
|
const canvas_kit_styling_1 = require("@workday/canvas-kit-styling");
|
|
14
14
|
const canvas_tokens_web_1 = require("@workday/canvas-tokens-web");
|
|
15
|
-
const fadeIn = (0, canvas_kit_styling_1.keyframes)({ name: "
|
|
15
|
+
const fadeIn = (0, canvas_kit_styling_1.keyframes)({ name: "432yk7", styles: "0%{background:none;}100%{background:var(--cnvs-sys-color-bg-overlay);}" });
|
|
16
16
|
exports.modalOverlayContainerStencil = (0, canvas_kit_styling_1.createStencil)({
|
|
17
17
|
vars: {
|
|
18
18
|
containerCenter: '',
|
|
19
19
|
},
|
|
20
|
-
base: { name: "
|
|
20
|
+
base: { name: "49ln1g", styles: "box-sizing:border-box;position:fixed;top:var(--cnvs-sys-space-zero);left:var(--cnvs-sys-space-zero);width:100vw;height:100vh;background:var(--cnvs-sys-color-bg-overlay);animation-duration:0.3s;animation-name:animation-432yk7;.wd-no-animation &{animation:none;}& > div{max-height:100%;display:flex;position:absolute;left:var(--cnvs-sys-space-zero);top:var(--cnvs-sys-space-zero);justify-content:center;align-items:center;height:100%;width:var(--containerCenter-modal-overlay-container-bd009b);}@media screen and (max-width: 768px){height:100%;& > div{align-items:end;}}" }
|
|
21
21
|
}, "modal-overlay-container-bd009b");
|
|
22
22
|
exports.useModalOverlay = (0, common_1.createElemPropsHook)(popup_1.usePopupModel)(({ state }, ref) => {
|
|
23
23
|
const elementRef = (0, common_1.useForkRef)(ref, state.stackRef);
|
|
@@ -33,10 +33,10 @@ const canvas_tokens_web_1 = require("@workday/canvas-tokens-web");
|
|
|
33
33
|
const useLiveRegion_1 = require("./common/useLiveRegion");
|
|
34
34
|
const usePaginationModel_1 = require("./usePaginationModel");
|
|
35
35
|
exports.paginationAdditionalDetailsStencil = (0, canvas_kit_styling_1.createStencil)({
|
|
36
|
-
base: { name: "
|
|
36
|
+
base: { name: "2z5s92", styles: "box-sizing:border-box;display:flex;font-family:var(--cnvs-sys-font-family-default);font-weight:var(--cnvs-sys-font-weight-normal);line-height:var(--cnvs-sys-line-height-subtext-medium);font-size:var(--cnvs-sys-font-size-subtext-medium);letter-spacing:var(--cnvs-base-letter-spacing-100);color:var(--cnvs-sys-color-text-hint);margin-block-start:var(--cnvs-sys-space-x3);" },
|
|
37
37
|
modifiers: {
|
|
38
38
|
shouldHideDetails: {
|
|
39
|
-
true: { name: "
|
|
39
|
+
true: { name: "290age", styles: "clip:rect(1px, 1px, 1px, 1px);clip-path:polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);position:absolute;overflow:hidden;white-space:nowrap;height:1px;min-height:1px;width:1px;min-width:1px;margin:-1px;padding:0;border:0;margin-block-start:var(--cnvs-sys-space-zero);" }
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
42
|
}, "pagination-additional-details-33f115");
|
|
@@ -35,7 +35,7 @@ const canvas_tokens_web_1 = require("@workday/canvas-tokens-web");
|
|
|
35
35
|
const useRTL_1 = require("./common/utils/useRTL");
|
|
36
36
|
const usePaginationModel_1 = require("./usePaginationModel");
|
|
37
37
|
exports.paginationControlsStencil = (0, canvas_kit_styling_1.createStencil)({
|
|
38
|
-
base: { name: "
|
|
38
|
+
base: { name: "24i3rl", styles: "box-sizing:border-box;display:flex;gap:var(--cnvs-sys-space-x1);align-items:center;" }
|
|
39
39
|
}, "pagination-controls-f02bc7");
|
|
40
40
|
exports.PaginationControls = (0, common_1.createComponent)('div')({
|
|
41
41
|
displayName: 'Pagination.Controls',
|
|
@@ -33,7 +33,7 @@ const canvas_tokens_web_1 = require("@workday/canvas-tokens-web");
|
|
|
33
33
|
const useGoToForm_1 = require("./useGoToForm");
|
|
34
34
|
const usePaginationModel_1 = require("../usePaginationModel");
|
|
35
35
|
exports.paginationGoToFormStencil = (0, canvas_kit_styling_1.createStencil)({
|
|
36
|
-
base: { name: "
|
|
36
|
+
base: { name: "44e94j", styles: "box-sizing:border-box;display:flex;align-items:center;gap:var(--cnvs-sys-space-x2);:dir(rtl){padding-inline-start:var(--cnvs-sys-space-x2);padding-inline-end:var(--cnvs-sys-space-x2);}" }
|
|
37
37
|
}, "pagination-go-to-form-0e353a");
|
|
38
38
|
exports.GoToForm = (0, common_1.createComponent)('form')({
|
|
39
39
|
Component({ children, onSubmit, ...elemProps }, ref, Element) {
|
|
@@ -31,7 +31,7 @@ const common_1 = require("@workday/canvas-kit-react/common");
|
|
|
31
31
|
const text_1 = require("@workday/canvas-kit-react/text");
|
|
32
32
|
const usePaginationModel_1 = require("../usePaginationModel");
|
|
33
33
|
exports.paginationGoToLabelStencil = (0, canvas_kit_styling_1.createStencil)({
|
|
34
|
-
base: { name: "
|
|
34
|
+
base: { name: "1loblz", styles: "box-sizing:border-box;white-space:nowrap;" }
|
|
35
35
|
}, "pagination-go-to-label-b25b17");
|
|
36
36
|
exports.GoToLabel = (0, common_1.createComponent)('label')({
|
|
37
37
|
displayName: 'Pagination.GoToLabel',
|
|
@@ -31,7 +31,7 @@ const common_1 = require("@workday/canvas-kit-react/common");
|
|
|
31
31
|
const text_input_1 = require("@workday/canvas-kit-react/text-input");
|
|
32
32
|
const useGoToForm_1 = require("./useGoToForm");
|
|
33
33
|
exports.paginationGoToTextInputStencil = (0, canvas_kit_styling_1.createStencil)({
|
|
34
|
-
base: { name: "
|
|
34
|
+
base: { name: "3k0k7m", styles: "box-sizing:border-box;min-width:3.4375rem;width:3.4375rem;" }
|
|
35
35
|
}, "pagination-go-to-text-input-c73671");
|
|
36
36
|
exports.GoToTextInput = (0, common_1.createComponent)('input')({
|
|
37
37
|
displayName: 'Pagination.GoToTextInput',
|
|
@@ -6,7 +6,7 @@ const common_1 = require("@workday/canvas-kit-react/common");
|
|
|
6
6
|
const canvas_kit_styling_1 = require("@workday/canvas-kit-styling");
|
|
7
7
|
const layout_1 = require("@workday/canvas-kit-react/layout");
|
|
8
8
|
exports.paginationNavStencil = (0, canvas_kit_styling_1.createStencil)({
|
|
9
|
-
base: { name: "
|
|
9
|
+
base: { name: "381omz", styles: "box-sizing:border-box;display:inline-flex;flex-direction:column;align-items:center;" }
|
|
10
10
|
}, "pagination-nav-40aa69");
|
|
11
11
|
exports.PaginationNav = (0, common_1.createComponent)('nav')({
|
|
12
12
|
displayName: 'Pagination.Nav',
|
|
@@ -33,10 +33,10 @@ const canvas_kit_styling_1 = require("@workday/canvas-kit-styling");
|
|
|
33
33
|
const usePaginationModel_1 = require("./usePaginationModel");
|
|
34
34
|
exports.paginationPageButtonStencil = (0, canvas_kit_styling_1.createStencil)({
|
|
35
35
|
extends: button_1.buttonStencil,
|
|
36
|
-
base: { name: "
|
|
36
|
+
base: { name: "mpe1i", styles: "box-sizing:border-box;min-width:var(--cnvs-sys-space-x8);padding:var(--cnvs-sys-space-zero);font-weight:var(--cnvs-sys-font-weight-normal);--label-button-85bf0e:var(--cnvs-sys-color-fg-default);&:hover, &.hover{--background-button-85bf0e:var(--cnvs-sys-color-bg-alt-soft);--label-button-85bf0e:var(--cnvs-sys-color-fg-strong);}&:active, &.active, &:focus-visible, &.focus{--label-button-85bf0e:var(--cnvs-sys-color-fg-strong);}&:disabled, &.disabled{--background-button-85bf0e:var(--cnvs-sys-color-fg-disabled);}" },
|
|
37
37
|
modifiers: {
|
|
38
38
|
toggled: {
|
|
39
|
-
true: { name: "
|
|
39
|
+
true: { name: "2ot1kp", styles: "font-weight:var(--cnvs-sys-font-weight-bold);--background-button-85bf0e:var(--cnvs-brand-primary-base);--label-button-85bf0e:var(--cnvs-sys-color-fg-inverse);&:hover, &.hover, &:active, &.active, &:focus-visible, &.focus{--background-button-85bf0e:var(--cnvs-brand-primary-base);--label-button-85bf0e:var(--cnvs-sys-color-fg-inverse);}&:disabled, &.disabled{--background-button-85bf0e:var(--cnvs-sys-color-fg-disabled);}" }
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
42
|
}, "pagination-page-button-88d20c");
|
|
@@ -33,7 +33,7 @@ const usePaginationModel_1 = require("./usePaginationModel");
|
|
|
33
33
|
const canvas_kit_styling_1 = require("@workday/canvas-kit-styling");
|
|
34
34
|
const canvas_tokens_web_1 = require("@workday/canvas-tokens-web");
|
|
35
35
|
exports.paginationPageListStencil = (0, canvas_kit_styling_1.createStencil)({
|
|
36
|
-
base: { name: "
|
|
36
|
+
base: { name: "2zv3tj", styles: "box-sizing:border-box;display:flex;margin:var(--cnvs-sys-space-zero);padding-inline-start:var(--cnvs-sys-space-zero);padding-inline-end:var(--cnvs-sys-space-zero);gap:var(--cnvs-sys-space-x1);" }
|
|
37
37
|
}, "pagination-page-list-762aeb");
|
|
38
38
|
exports.PageList = (0, common_1.createComponent)('ol')({
|
|
39
39
|
displayName: 'Pagination.PageList',
|