@carbon/web-components 2.40.1 → 2.41.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/custom-elements.json +130 -0
- package/dist/ai-label.min.js +8 -8
- package/dist/breadcrumb.min.js +4 -4
- package/dist/button-CmUJmoio.js +93 -0
- package/dist/{button-skeleton-DKiPqzwa.js → button-skeleton-Ba4xDn6y.js} +1 -1
- package/dist/button.min.js +1 -1
- package/dist/chat-button.min.js +3 -3
- package/dist/code-snippet.min.js +29 -29
- package/dist/combo-button.min.js +7 -7
- package/dist/content-switcher-item-Cz7OvIj8.js +54 -0
- package/dist/content-switcher.min.js +1 -1
- package/dist/copy-button.min.js +8 -8
- package/dist/data-table.min.js +41 -41
- package/dist/feature-flags.min.js +1 -1
- package/dist/file-uploader.min.js +29 -29
- package/dist/floating-controller-CxZPAslz.js +28 -0
- package/dist/icon-button.min.js +7 -7
- package/dist/icon-indicator.min.js +1 -1
- package/dist/menu-button.min.js +5 -5
- package/dist/modal.min.js +6 -6
- package/dist/notification.min.js +36 -38
- package/dist/overflow-menu.min.js +6 -6
- package/dist/pagination.min.js +25 -25
- package/dist/password-input.min.js +7 -7
- package/dist/popover.min.js +9 -9
- package/dist/progress-indicator.min.js +12 -12
- package/dist/radio-button.min.js +3 -3
- package/dist/side-panel.min.js +6 -6
- package/dist/skip-to-content.min.js +4 -4
- package/dist/slug.min.js +8 -8
- package/dist/tabs.min.js +24 -24
- package/dist/tag.min.js +49 -49
- package/dist/tearsheet.min.js +1 -1
- package/dist/tile.min.js +1 -1
- package/dist/toggle-tip.min.js +14 -14
- package/dist/tooltip-content-Tyg0Hg0i.js +30 -0
- package/dist/tooltip.min.js +1 -1
- package/dist/tree-view.min.js +5 -2
- package/dist/ui-shell.min.js +53 -53
- package/es/components/accordion/accordion-item.d.ts +27 -11
- package/es/components/ai-label/ai-label.scss.js +1 -1
- package/es/components/breadcrumb/breadcrumb.scss.js +1 -1
- package/es/components/button/button.d.ts +56 -22
- package/es/components/button/button.scss.js +1 -1
- package/es/components/chat-button/chat-button.scss.js +1 -1
- package/es/components/checkbox/checkbox-group.d.ts +2 -0
- package/es/components/checkbox/checkbox.d.ts +56 -22
- package/es/components/code-snippet/code-snippet.d.ts +29 -11
- package/es/components/code-snippet/code-snippet.scss.js +1 -1
- package/es/components/combo-button/combo-button.d.ts +27 -11
- package/es/components/combo-button/combo-button.scss.js +1 -1
- package/es/components/content-switcher/content-switcher-item.d.ts +29 -11
- package/es/components/content-switcher/content-switcher.scss.js +1 -1
- package/es/components/copy-button/copy-button.d.ts +27 -11
- package/es/components/copy-button/copy-button.scss.js +1 -1
- package/es/components/data-table/data-table.scss.js +1 -1
- package/es/components/data-table/table-expanded-row.d.ts +27 -11
- package/es/components/data-table/table-header-cell.d.ts +29 -11
- package/es/components/data-table/table-row.d.ts +54 -22
- package/es/components/data-table/table-toolbar-search.d.ts +29 -11
- package/es/components/data-table/table.d.ts +27 -11
- package/es/components/data-table/table.js +12 -4
- package/es/components/data-table/table.js.map +1 -1
- package/es/components/date-picker/date-picker-input.d.ts +29 -11
- package/es/components/date-picker/date-picker.d.ts +54 -22
- package/es/components/dropdown/dropdown.d.ts +110 -44
- package/es/components/feature-flags/index.js +1 -0
- package/es/components/feature-flags/index.js.map +1 -1
- package/es/components/file-uploader/file-uploader-button.d.ts +27 -11
- package/es/components/file-uploader/file-uploader-drop-container.d.ts +27 -11
- package/es/components/file-uploader/file-uploader.scss.js +1 -1
- package/es/components/floating-menu/floating-menu.d.ts +56 -22
- package/es/components/icon-button/icon-button.scss.js +1 -1
- package/es/components/link/link.d.ts +29 -11
- package/es/components/menu/menu-item-selectable.d.ts +2 -0
- package/es/components/menu/menu-item.d.ts +54 -22
- package/es/components/menu/menu.d.ts +27 -11
- package/es/components/menu-button/menu-button.d.ts +27 -11
- package/es/components/menu-button/menu-button.scss.js +1 -1
- package/es/components/modal/modal-close-button.d.ts +29 -11
- package/es/components/modal/modal.d.ts +27 -11
- package/es/components/modal/modal.scss.js +1 -1
- package/es/components/notification/actionable-notification.d.ts +27 -11
- package/es/components/notification/actionable-notification.scss.js +1 -1
- package/es/components/notification/inline-notification.d.ts +27 -11
- package/es/components/notification/inline-notification.scss.js +1 -1
- package/es/components/notification/toast-notification.d.ts +1 -1
- package/es/components/notification/toast-notification.js +13 -15
- package/es/components/notification/toast-notification.js.map +1 -1
- package/es/components/notification/toast-notification.scss.js +1 -1
- package/es/components/number-input/number-input.d.ts +2 -0
- package/es/components/overflow-menu/overflow-menu-item.d.ts +29 -11
- package/es/components/overflow-menu/overflow-menu.d.ts +54 -22
- package/es/components/overflow-menu/overflow-menu.scss.js +1 -1
- package/es/components/pagination/pagination.d.ts +56 -22
- package/es/components/pagination/pagination.js +12 -7
- package/es/components/pagination/pagination.js.map +1 -1
- package/es/components/pagination/pagination.scss.js +1 -1
- package/es/components/password-input/password-input.d.ts +2 -0
- package/es/components/popover/defs.d.ts +13 -0
- package/es/components/popover/defs.js +15 -1
- package/es/components/popover/defs.js.map +1 -1
- package/es/components/popover/popover-content.d.ts +13 -0
- package/es/components/popover/popover-content.js +22 -0
- package/es/components/popover/popover-content.js.map +1 -1
- package/es/components/popover/popover.d.ts +37 -12
- package/es/components/popover/popover.js +31 -3
- package/es/components/popover/popover.js.map +1 -1
- package/es/components/popover/popover.scss.js +1 -1
- package/es/components/progress-indicator/progress-indicator.scss.js +1 -1
- package/es/components/progress-indicator/progress-step.d.ts +29 -11
- package/es/components/radio-button/radio-button-group.d.ts +54 -22
- package/es/components/radio-button/radio-button.d.ts +56 -22
- package/es/components/search/search.d.ts +83 -33
- package/es/components/select/select.d.ts +29 -11
- package/es/components/side-panel/side-panel.d.ts +27 -11
- package/es/components/skip-to-content/skip-to-content.d.ts +29 -11
- package/es/components/skip-to-content/skip-to-content.scss.js +1 -1
- package/es/components/slider/slider-input.d.ts +29 -11
- package/es/components/slider/slider.d.ts +83 -33
- package/es/components/slug/slug.scss.js +1 -1
- package/es/components/structured-list/structured-list-row.d.ts +27 -11
- package/es/components/structured-list/structured-list.d.ts +29 -11
- package/es/components/tabs/tabs.d.ts +27 -11
- package/es/components/tabs/tabs.scss.js +1 -1
- package/es/components/tag/dismissible-tag.d.ts +54 -22
- package/es/components/tag/operational-tag.d.ts +54 -22
- package/es/components/tag/selectable-tag.d.ts +54 -22
- package/es/components/tag/tag.d.ts +54 -22
- package/es/components/tag/tag.scss.js +1 -1
- package/es/components/tearsheet/tearsheet.d.ts +27 -11
- package/es/components/text-input/text-input.d.ts +56 -22
- package/es/components/textarea/textarea.d.ts +2 -0
- package/es/components/tile/expandable-tile.d.ts +54 -22
- package/es/components/tile/selectable-tile.d.ts +56 -22
- package/es/components/tile/tile-group.d.ts +27 -11
- package/es/components/tile/tile.scss.js +1 -1
- package/es/components/time-picker/time-picker-select.d.ts +29 -11
- package/es/components/time-picker/time-picker.d.ts +56 -22
- package/es/components/toggle/toggle.d.ts +27 -11
- package/es/components/toggle-tip/toggletip.d.ts +56 -22
- package/es/components/toggle-tip/toggletip.scss.js +1 -1
- package/es/components/tooltip/tooltip.d.ts +27 -11
- package/es/components/tooltip/tooltip.js +3 -0
- package/es/components/tooltip/tooltip.js.map +1 -1
- package/es/components/tooltip/tooltip.scss.js +1 -1
- package/es/components/tree-view/tree-node.js +4 -4
- package/es/components/tree-view/tree-node.js.map +1 -1
- package/es/components/tree-view/tree-view.d.ts +27 -11
- package/es/components/ui-shell/header-global-action.d.ts +2 -0
- package/es/components/ui-shell/header-menu-button.d.ts +29 -11
- package/es/components/ui-shell/header-menu.d.ts +56 -22
- package/es/components/ui-shell/header-name.d.ts +29 -11
- package/es/components/ui-shell/header-nav-item.d.ts +29 -11
- package/es/components/ui-shell/header-panel.d.ts +2 -0
- package/es/components/ui-shell/header.scss.js +1 -1
- package/es/components/ui-shell/side-nav-link.d.ts +29 -11
- package/es/components/ui-shell/side-nav-menu-item.d.ts +29 -11
- package/es/components/ui-shell/side-nav-menu.d.ts +29 -11
- package/es/components/ui-shell/side-nav.d.ts +27 -11
- package/es/components/ui-shell/switcher-item.d.ts +29 -11
- package/es/components/ui-shell/switcher.d.ts +2 -0
- package/es/feature-flags/es/index.js +30 -2
- package/es/feature-flags/es/index.js.map +1 -1
- package/es/globals/mixins/focus.d.ts +27 -11
- package/es/globals/mixins/form.d.ts +27 -11
- package/es/globals/mixins/host-listener.d.ts +27 -11
- package/es/globals/mixins/validity.d.ts +27 -11
- package/es-custom/components/accordion/accordion-item.d.ts +27 -11
- package/es-custom/components/ai-label/ai-label.scss.js +1 -1
- package/es-custom/components/breadcrumb/breadcrumb.scss.js +1 -1
- package/es-custom/components/button/button.d.ts +56 -22
- package/es-custom/components/button/button.scss.js +1 -1
- package/es-custom/components/chat-button/chat-button.scss.js +1 -1
- package/es-custom/components/checkbox/checkbox-group.d.ts +2 -0
- package/es-custom/components/checkbox/checkbox.d.ts +56 -22
- package/es-custom/components/code-snippet/code-snippet.d.ts +29 -11
- package/es-custom/components/code-snippet/code-snippet.scss.js +1 -1
- package/es-custom/components/combo-button/combo-button.d.ts +27 -11
- package/es-custom/components/combo-button/combo-button.scss.js +1 -1
- package/es-custom/components/content-switcher/content-switcher-item.d.ts +29 -11
- package/es-custom/components/content-switcher/content-switcher.scss.js +1 -1
- package/es-custom/components/copy-button/copy-button.d.ts +27 -11
- package/es-custom/components/copy-button/copy-button.scss.js +1 -1
- package/es-custom/components/data-table/data-table.scss.js +1 -1
- package/es-custom/components/data-table/table-expanded-row.d.ts +27 -11
- package/es-custom/components/data-table/table-header-cell.d.ts +29 -11
- package/es-custom/components/data-table/table-row.d.ts +54 -22
- package/es-custom/components/data-table/table-toolbar-search.d.ts +29 -11
- package/es-custom/components/data-table/table.d.ts +27 -11
- package/es-custom/components/data-table/table.js +12 -4
- package/es-custom/components/data-table/table.js.map +1 -1
- package/es-custom/components/date-picker/date-picker-input.d.ts +29 -11
- package/es-custom/components/date-picker/date-picker.d.ts +54 -22
- package/es-custom/components/dropdown/dropdown.d.ts +110 -44
- package/es-custom/components/feature-flags/index.js +1 -0
- package/es-custom/components/feature-flags/index.js.map +1 -1
- package/es-custom/components/file-uploader/file-uploader-button.d.ts +27 -11
- package/es-custom/components/file-uploader/file-uploader-drop-container.d.ts +27 -11
- package/es-custom/components/file-uploader/file-uploader.scss.js +1 -1
- package/es-custom/components/floating-menu/floating-menu.d.ts +56 -22
- package/es-custom/components/icon-button/icon-button.scss.js +1 -1
- package/es-custom/components/link/link.d.ts +29 -11
- package/es-custom/components/menu/menu-item-selectable.d.ts +2 -0
- package/es-custom/components/menu/menu-item.d.ts +54 -22
- package/es-custom/components/menu/menu.d.ts +27 -11
- package/es-custom/components/menu-button/menu-button.d.ts +27 -11
- package/es-custom/components/menu-button/menu-button.scss.js +1 -1
- package/es-custom/components/modal/modal-close-button.d.ts +29 -11
- package/es-custom/components/modal/modal.d.ts +27 -11
- package/es-custom/components/modal/modal.scss.js +1 -1
- package/es-custom/components/notification/actionable-notification.d.ts +27 -11
- package/es-custom/components/notification/actionable-notification.scss.js +1 -1
- package/es-custom/components/notification/inline-notification.d.ts +27 -11
- package/es-custom/components/notification/inline-notification.scss.js +1 -1
- package/es-custom/components/notification/toast-notification.d.ts +1 -1
- package/es-custom/components/notification/toast-notification.js +13 -15
- package/es-custom/components/notification/toast-notification.js.map +1 -1
- package/es-custom/components/notification/toast-notification.scss.js +1 -1
- package/es-custom/components/number-input/number-input.d.ts +2 -0
- package/es-custom/components/overflow-menu/overflow-menu-item.d.ts +29 -11
- package/es-custom/components/overflow-menu/overflow-menu.d.ts +54 -22
- package/es-custom/components/overflow-menu/overflow-menu.scss.js +1 -1
- package/es-custom/components/pagination/pagination.d.ts +56 -22
- package/es-custom/components/pagination/pagination.js +12 -7
- package/es-custom/components/pagination/pagination.js.map +1 -1
- package/es-custom/components/pagination/pagination.scss.js +1 -1
- package/es-custom/components/password-input/password-input.d.ts +2 -0
- package/es-custom/components/popover/defs.d.ts +13 -0
- package/es-custom/components/popover/defs.js +15 -1
- package/es-custom/components/popover/defs.js.map +1 -1
- package/es-custom/components/popover/popover-content.d.ts +13 -0
- package/es-custom/components/popover/popover-content.js +22 -0
- package/es-custom/components/popover/popover-content.js.map +1 -1
- package/es-custom/components/popover/popover.d.ts +37 -12
- package/es-custom/components/popover/popover.js +31 -3
- package/es-custom/components/popover/popover.js.map +1 -1
- package/es-custom/components/popover/popover.scss.js +1 -1
- package/es-custom/components/progress-indicator/progress-indicator.scss.js +1 -1
- package/es-custom/components/progress-indicator/progress-step.d.ts +29 -11
- package/es-custom/components/radio-button/radio-button-group.d.ts +54 -22
- package/es-custom/components/radio-button/radio-button.d.ts +56 -22
- package/es-custom/components/search/search.d.ts +83 -33
- package/es-custom/components/select/select.d.ts +29 -11
- package/es-custom/components/side-panel/side-panel.d.ts +27 -11
- package/es-custom/components/skip-to-content/skip-to-content.d.ts +29 -11
- package/es-custom/components/skip-to-content/skip-to-content.scss.js +1 -1
- package/es-custom/components/slider/slider-input.d.ts +29 -11
- package/es-custom/components/slider/slider.d.ts +83 -33
- package/es-custom/components/slug/slug.scss.js +1 -1
- package/es-custom/components/structured-list/structured-list-row.d.ts +27 -11
- package/es-custom/components/structured-list/structured-list.d.ts +29 -11
- package/es-custom/components/tabs/tabs.d.ts +27 -11
- package/es-custom/components/tabs/tabs.scss.js +1 -1
- package/es-custom/components/tag/dismissible-tag.d.ts +54 -22
- package/es-custom/components/tag/operational-tag.d.ts +54 -22
- package/es-custom/components/tag/selectable-tag.d.ts +54 -22
- package/es-custom/components/tag/tag.d.ts +54 -22
- package/es-custom/components/tag/tag.scss.js +1 -1
- package/es-custom/components/tearsheet/tearsheet.d.ts +27 -11
- package/es-custom/components/text-input/text-input.d.ts +56 -22
- package/es-custom/components/textarea/textarea.d.ts +2 -0
- package/es-custom/components/tile/expandable-tile.d.ts +54 -22
- package/es-custom/components/tile/selectable-tile.d.ts +56 -22
- package/es-custom/components/tile/tile-group.d.ts +27 -11
- package/es-custom/components/tile/tile.scss.js +1 -1
- package/es-custom/components/time-picker/time-picker-select.d.ts +29 -11
- package/es-custom/components/time-picker/time-picker.d.ts +56 -22
- package/es-custom/components/toggle/toggle.d.ts +27 -11
- package/es-custom/components/toggle-tip/toggletip.d.ts +56 -22
- package/es-custom/components/toggle-tip/toggletip.scss.js +1 -1
- package/es-custom/components/tooltip/tooltip.d.ts +27 -11
- package/es-custom/components/tooltip/tooltip.js +3 -0
- package/es-custom/components/tooltip/tooltip.js.map +1 -1
- package/es-custom/components/tooltip/tooltip.scss.js +1 -1
- package/es-custom/components/tree-view/tree-node.js +4 -4
- package/es-custom/components/tree-view/tree-node.js.map +1 -1
- package/es-custom/components/tree-view/tree-view.d.ts +27 -11
- package/es-custom/components/ui-shell/header-global-action.d.ts +2 -0
- package/es-custom/components/ui-shell/header-menu-button.d.ts +29 -11
- package/es-custom/components/ui-shell/header-menu.d.ts +56 -22
- package/es-custom/components/ui-shell/header-name.d.ts +29 -11
- package/es-custom/components/ui-shell/header-nav-item.d.ts +29 -11
- package/es-custom/components/ui-shell/header-panel.d.ts +2 -0
- package/es-custom/components/ui-shell/header.scss.js +1 -1
- package/es-custom/components/ui-shell/side-nav-link.d.ts +29 -11
- package/es-custom/components/ui-shell/side-nav-menu-item.d.ts +29 -11
- package/es-custom/components/ui-shell/side-nav-menu.d.ts +29 -11
- package/es-custom/components/ui-shell/side-nav.d.ts +27 -11
- package/es-custom/components/ui-shell/switcher-item.d.ts +29 -11
- package/es-custom/components/ui-shell/switcher.d.ts +2 -0
- package/es-custom/feature-flags/es/index.js +30 -2
- package/es-custom/feature-flags/es/index.js.map +1 -1
- package/es-custom/globals/mixins/focus.d.ts +27 -11
- package/es-custom/globals/mixins/form.d.ts +27 -11
- package/es-custom/globals/mixins/host-listener.d.ts +27 -11
- package/es-custom/globals/mixins/validity.d.ts +27 -11
- package/lib/components/accordion/accordion-item.d.ts +27 -11
- package/lib/components/button/button.d.ts +56 -22
- package/lib/components/checkbox/checkbox-group.d.ts +2 -0
- package/lib/components/checkbox/checkbox.d.ts +56 -22
- package/lib/components/code-snippet/code-snippet.d.ts +29 -11
- package/lib/components/combo-button/combo-button.d.ts +27 -11
- package/lib/components/content-switcher/content-switcher-item.d.ts +29 -11
- package/lib/components/copy-button/copy-button.d.ts +27 -11
- package/lib/components/data-table/table-expanded-row.d.ts +27 -11
- package/lib/components/data-table/table-header-cell.d.ts +29 -11
- package/lib/components/data-table/table-row.d.ts +54 -22
- package/lib/components/data-table/table-toolbar-search.d.ts +29 -11
- package/lib/components/data-table/table.d.ts +27 -11
- package/lib/components/date-picker/date-picker-input.d.ts +29 -11
- package/lib/components/date-picker/date-picker.d.ts +54 -22
- package/lib/components/dropdown/dropdown.d.ts +110 -44
- package/lib/components/file-uploader/file-uploader-button.d.ts +27 -11
- package/lib/components/file-uploader/file-uploader-drop-container.d.ts +27 -11
- package/lib/components/floating-menu/floating-menu.d.ts +56 -22
- package/lib/components/link/link.d.ts +29 -11
- package/lib/components/menu/menu-item-selectable.d.ts +2 -0
- package/lib/components/menu/menu-item.d.ts +54 -22
- package/lib/components/menu/menu.d.ts +27 -11
- package/lib/components/menu-button/menu-button.d.ts +27 -11
- package/lib/components/modal/modal-close-button.d.ts +29 -11
- package/lib/components/modal/modal.d.ts +27 -11
- package/lib/components/notification/actionable-notification.d.ts +27 -11
- package/lib/components/notification/inline-notification.d.ts +27 -11
- package/lib/components/notification/toast-notification.d.ts +1 -1
- package/lib/components/number-input/number-input.d.ts +2 -0
- package/lib/components/overflow-menu/overflow-menu-item.d.ts +29 -11
- package/lib/components/overflow-menu/overflow-menu.d.ts +54 -22
- package/lib/components/pagination/pagination.d.ts +56 -22
- package/lib/components/password-input/password-input.d.ts +2 -0
- package/lib/components/popover/defs.d.ts +13 -0
- package/lib/components/popover/defs.js +14 -0
- package/lib/components/popover/defs.js.map +1 -1
- package/lib/components/popover/popover-content.d.ts +13 -0
- package/lib/components/popover/popover.d.ts +37 -12
- package/lib/components/progress-indicator/progress-step.d.ts +29 -11
- package/lib/components/radio-button/radio-button-group.d.ts +54 -22
- package/lib/components/radio-button/radio-button.d.ts +56 -22
- package/lib/components/search/search.d.ts +83 -33
- package/lib/components/select/select.d.ts +29 -11
- package/lib/components/side-panel/side-panel.d.ts +27 -11
- package/lib/components/skip-to-content/skip-to-content.d.ts +29 -11
- package/lib/components/slider/slider-input.d.ts +29 -11
- package/lib/components/slider/slider.d.ts +83 -33
- package/lib/components/structured-list/structured-list-row.d.ts +27 -11
- package/lib/components/structured-list/structured-list.d.ts +29 -11
- package/lib/components/tabs/tabs.d.ts +27 -11
- package/lib/components/tag/dismissible-tag.d.ts +54 -22
- package/lib/components/tag/operational-tag.d.ts +54 -22
- package/lib/components/tag/selectable-tag.d.ts +54 -22
- package/lib/components/tag/tag.d.ts +54 -22
- package/lib/components/tearsheet/tearsheet.d.ts +27 -11
- package/lib/components/text-input/text-input.d.ts +56 -22
- package/lib/components/textarea/textarea.d.ts +2 -0
- package/lib/components/tile/expandable-tile.d.ts +54 -22
- package/lib/components/tile/selectable-tile.d.ts +56 -22
- package/lib/components/tile/tile-group.d.ts +27 -11
- package/lib/components/time-picker/time-picker-select.d.ts +29 -11
- package/lib/components/time-picker/time-picker.d.ts +56 -22
- package/lib/components/toggle/toggle.d.ts +27 -11
- package/lib/components/toggle-tip/toggletip.d.ts +56 -22
- package/lib/components/tooltip/tooltip.d.ts +27 -11
- package/lib/components/tree-view/tree-view.d.ts +27 -11
- package/lib/components/ui-shell/header-global-action.d.ts +2 -0
- package/lib/components/ui-shell/header-menu-button.d.ts +29 -11
- package/lib/components/ui-shell/header-menu.d.ts +56 -22
- package/lib/components/ui-shell/header-name.d.ts +29 -11
- package/lib/components/ui-shell/header-nav-item.d.ts +29 -11
- package/lib/components/ui-shell/header-panel.d.ts +2 -0
- package/lib/components/ui-shell/side-nav-link.d.ts +29 -11
- package/lib/components/ui-shell/side-nav-menu-item.d.ts +29 -11
- package/lib/components/ui-shell/side-nav-menu.d.ts +29 -11
- package/lib/components/ui-shell/side-nav.d.ts +27 -11
- package/lib/components/ui-shell/switcher-item.d.ts +29 -11
- package/lib/components/ui-shell/switcher.d.ts +2 -0
- package/lib/globals/mixins/focus.d.ts +27 -11
- package/lib/globals/mixins/form.d.ts +27 -11
- package/lib/globals/mixins/host-listener.d.ts +27 -11
- package/lib/globals/mixins/validity.d.ts +27 -11
- package/package.json +5 -5
- package/scss/components/modal/modal.scss +6 -0
- package/scss/components/popover/popover.scss +210 -9
- package/scss/components/tile/tile.scss +7 -7
- package/telemetry.yml +5 -1
- package/dist/button-Co3aPX0Y.js +0 -93
- package/dist/content-switcher-item-BDJMJLCb.js +0 -54
- package/dist/defs-CBJRLDfw.js +0 -28
- package/dist/floating-controller-CnuSelc_.js +0 -28
- package/dist/tooltip-content-BZBP-szv.js +0 -30
|
@@ -34,6 +34,7 @@ declare const CDSFloatingMenu_base: {
|
|
|
34
34
|
accessKey: string;
|
|
35
35
|
readonly accessKeyLabel: string;
|
|
36
36
|
autocapitalize: string;
|
|
37
|
+
autocorrect: boolean;
|
|
37
38
|
dir: string;
|
|
38
39
|
draggable: boolean;
|
|
39
40
|
hidden: boolean;
|
|
@@ -55,13 +56,14 @@ declare const CDSFloatingMenu_base: {
|
|
|
55
56
|
click(): void;
|
|
56
57
|
hidePopover(): void;
|
|
57
58
|
showPopover(): void;
|
|
58
|
-
togglePopover(
|
|
59
|
+
togglePopover(options?: boolean): boolean;
|
|
59
60
|
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
60
61
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
61
62
|
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
62
63
|
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
63
64
|
readonly attributes: NamedNodeMap;
|
|
64
|
-
|
|
65
|
+
get classList(): DOMTokenList;
|
|
66
|
+
set classList(value: string);
|
|
65
67
|
className: string;
|
|
66
68
|
readonly clientHeight: number;
|
|
67
69
|
readonly clientLeft: number;
|
|
@@ -76,7 +78,8 @@ declare const CDSFloatingMenu_base: {
|
|
|
76
78
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
77
79
|
outerHTML: string;
|
|
78
80
|
readonly ownerDocument: Document;
|
|
79
|
-
|
|
81
|
+
get part(): DOMTokenList;
|
|
82
|
+
set part(value: string);
|
|
80
83
|
readonly prefix: string | null;
|
|
81
84
|
readonly scrollHeight: number;
|
|
82
85
|
scrollLeft: number;
|
|
@@ -139,6 +142,8 @@ declare const CDSFloatingMenu_base: {
|
|
|
139
142
|
setPointerCapture(pointerId: number): void;
|
|
140
143
|
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
141
144
|
webkitMatchesSelector(selectors: string): boolean;
|
|
145
|
+
get textContent(): string;
|
|
146
|
+
set textContent(value: string | null);
|
|
142
147
|
readonly baseURI: string;
|
|
143
148
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
144
149
|
readonly firstChild: ChildNode | null;
|
|
@@ -151,9 +156,8 @@ declare const CDSFloatingMenu_base: {
|
|
|
151
156
|
readonly parentElement: HTMLElement | null;
|
|
152
157
|
readonly parentNode: ParentNode | null;
|
|
153
158
|
readonly previousSibling: ChildNode | null;
|
|
154
|
-
textContent: string | null;
|
|
155
159
|
appendChild<T extends Node>(node: T): T;
|
|
156
|
-
cloneNode(
|
|
160
|
+
cloneNode(subtree?: boolean): Node;
|
|
157
161
|
compareDocumentPosition(other: Node): number;
|
|
158
162
|
contains(other: Node | null): boolean;
|
|
159
163
|
getRootNode(options?: GetRootNodeOptions): Node;
|
|
@@ -186,6 +190,7 @@ declare const CDSFloatingMenu_base: {
|
|
|
186
190
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
187
191
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
188
192
|
dispatchEvent(event: Event): boolean;
|
|
193
|
+
ariaActiveDescendantElement: Element | null;
|
|
189
194
|
ariaAtomic: string | null;
|
|
190
195
|
ariaAutoComplete: string | null;
|
|
191
196
|
ariaBrailleLabel: string | null;
|
|
@@ -196,25 +201,33 @@ declare const CDSFloatingMenu_base: {
|
|
|
196
201
|
ariaColIndex: string | null;
|
|
197
202
|
ariaColIndexText: string | null;
|
|
198
203
|
ariaColSpan: string | null;
|
|
204
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
199
205
|
ariaCurrent: string | null;
|
|
206
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
200
207
|
ariaDescription: string | null;
|
|
208
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
201
209
|
ariaDisabled: string | null;
|
|
210
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
202
211
|
ariaExpanded: string | null;
|
|
212
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
203
213
|
ariaHasPopup: string | null;
|
|
204
214
|
ariaHidden: string | null;
|
|
205
215
|
ariaInvalid: string | null;
|
|
206
216
|
ariaKeyShortcuts: string | null;
|
|
207
217
|
ariaLabel: string | null;
|
|
218
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
208
219
|
ariaLevel: string | null;
|
|
209
220
|
ariaLive: string | null;
|
|
210
221
|
ariaModal: string | null;
|
|
211
222
|
ariaMultiLine: string | null;
|
|
212
223
|
ariaMultiSelectable: string | null;
|
|
213
224
|
ariaOrientation: string | null;
|
|
225
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
214
226
|
ariaPlaceholder: string | null;
|
|
215
227
|
ariaPosInSet: string | null;
|
|
216
228
|
ariaPressed: string | null;
|
|
217
229
|
ariaReadOnly: string | null;
|
|
230
|
+
ariaRelevant: string | null;
|
|
218
231
|
ariaRequired: string | null;
|
|
219
232
|
ariaRoleDescription: string | null;
|
|
220
233
|
ariaRowCount: string | null;
|
|
@@ -256,7 +269,8 @@ declare const CDSFloatingMenu_base: {
|
|
|
256
269
|
replaceChildren(...nodes: (Node | string)[]): void;
|
|
257
270
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
258
271
|
readonly attributeStyleMap: StylePropertyMap;
|
|
259
|
-
|
|
272
|
+
get style(): CSSStyleDeclaration;
|
|
273
|
+
set style(cssText: string);
|
|
260
274
|
contentEditable: string;
|
|
261
275
|
enterKeyHint: string;
|
|
262
276
|
inputMode: string;
|
|
@@ -266,18 +280,19 @@ declare const CDSFloatingMenu_base: {
|
|
|
266
280
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
267
281
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
268
282
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
269
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
283
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
270
284
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
271
|
-
|
|
285
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
286
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
272
287
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
273
288
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
274
289
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
275
290
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
276
291
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
277
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
292
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
278
293
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
279
294
|
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
280
|
-
oncontextmenu: ((this: GlobalEventHandlers, ev:
|
|
295
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
281
296
|
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
282
297
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
283
298
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -325,6 +340,7 @@ declare const CDSFloatingMenu_base: {
|
|
|
325
340
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
326
341
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
327
342
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
343
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
328
344
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
329
345
|
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
330
346
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -343,7 +359,7 @@ declare const CDSFloatingMenu_base: {
|
|
|
343
359
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
344
360
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
345
361
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
346
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
362
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
347
363
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
348
364
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
349
365
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
@@ -379,6 +395,7 @@ declare const CDSFloatingMenu_base: {
|
|
|
379
395
|
accessKey: string;
|
|
380
396
|
readonly accessKeyLabel: string;
|
|
381
397
|
autocapitalize: string;
|
|
398
|
+
autocorrect: boolean;
|
|
382
399
|
dir: string;
|
|
383
400
|
draggable: boolean;
|
|
384
401
|
hidden: boolean;
|
|
@@ -400,13 +417,14 @@ declare const CDSFloatingMenu_base: {
|
|
|
400
417
|
click(): void;
|
|
401
418
|
hidePopover(): void;
|
|
402
419
|
showPopover(): void;
|
|
403
|
-
togglePopover(
|
|
420
|
+
togglePopover(options?: boolean): boolean;
|
|
404
421
|
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
405
422
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
406
423
|
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
407
424
|
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
408
425
|
readonly attributes: NamedNodeMap;
|
|
409
|
-
|
|
426
|
+
get classList(): DOMTokenList;
|
|
427
|
+
set classList(value: string);
|
|
410
428
|
className: string;
|
|
411
429
|
readonly clientHeight: number;
|
|
412
430
|
readonly clientLeft: number;
|
|
@@ -421,7 +439,8 @@ declare const CDSFloatingMenu_base: {
|
|
|
421
439
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
422
440
|
outerHTML: string;
|
|
423
441
|
readonly ownerDocument: Document;
|
|
424
|
-
|
|
442
|
+
get part(): DOMTokenList;
|
|
443
|
+
set part(value: string);
|
|
425
444
|
readonly prefix: string | null;
|
|
426
445
|
readonly scrollHeight: number;
|
|
427
446
|
scrollLeft: number;
|
|
@@ -484,6 +503,8 @@ declare const CDSFloatingMenu_base: {
|
|
|
484
503
|
setPointerCapture(pointerId: number): void;
|
|
485
504
|
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
486
505
|
webkitMatchesSelector(selectors: string): boolean;
|
|
506
|
+
get textContent(): string;
|
|
507
|
+
set textContent(value: string | null);
|
|
487
508
|
readonly baseURI: string;
|
|
488
509
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
489
510
|
readonly firstChild: ChildNode | null;
|
|
@@ -496,9 +517,8 @@ declare const CDSFloatingMenu_base: {
|
|
|
496
517
|
readonly parentElement: HTMLElement | null;
|
|
497
518
|
readonly parentNode: ParentNode | null;
|
|
498
519
|
readonly previousSibling: ChildNode | null;
|
|
499
|
-
textContent: string | null;
|
|
500
520
|
appendChild<T extends Node>(node: T): T;
|
|
501
|
-
cloneNode(
|
|
521
|
+
cloneNode(subtree?: boolean): Node;
|
|
502
522
|
compareDocumentPosition(other: Node): number;
|
|
503
523
|
contains(other: Node | null): boolean;
|
|
504
524
|
getRootNode(options?: GetRootNodeOptions): Node;
|
|
@@ -531,6 +551,7 @@ declare const CDSFloatingMenu_base: {
|
|
|
531
551
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
532
552
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
533
553
|
dispatchEvent(event: Event): boolean;
|
|
554
|
+
ariaActiveDescendantElement: Element | null;
|
|
534
555
|
ariaAtomic: string | null;
|
|
535
556
|
ariaAutoComplete: string | null;
|
|
536
557
|
ariaBrailleLabel: string | null;
|
|
@@ -541,25 +562,33 @@ declare const CDSFloatingMenu_base: {
|
|
|
541
562
|
ariaColIndex: string | null;
|
|
542
563
|
ariaColIndexText: string | null;
|
|
543
564
|
ariaColSpan: string | null;
|
|
565
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
544
566
|
ariaCurrent: string | null;
|
|
567
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
545
568
|
ariaDescription: string | null;
|
|
569
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
546
570
|
ariaDisabled: string | null;
|
|
571
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
547
572
|
ariaExpanded: string | null;
|
|
573
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
548
574
|
ariaHasPopup: string | null;
|
|
549
575
|
ariaHidden: string | null;
|
|
550
576
|
ariaInvalid: string | null;
|
|
551
577
|
ariaKeyShortcuts: string | null;
|
|
552
578
|
ariaLabel: string | null;
|
|
579
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
553
580
|
ariaLevel: string | null;
|
|
554
581
|
ariaLive: string | null;
|
|
555
582
|
ariaModal: string | null;
|
|
556
583
|
ariaMultiLine: string | null;
|
|
557
584
|
ariaMultiSelectable: string | null;
|
|
558
585
|
ariaOrientation: string | null;
|
|
586
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
559
587
|
ariaPlaceholder: string | null;
|
|
560
588
|
ariaPosInSet: string | null;
|
|
561
589
|
ariaPressed: string | null;
|
|
562
590
|
ariaReadOnly: string | null;
|
|
591
|
+
ariaRelevant: string | null;
|
|
563
592
|
ariaRequired: string | null;
|
|
564
593
|
ariaRoleDescription: string | null;
|
|
565
594
|
ariaRowCount: string | null;
|
|
@@ -601,7 +630,8 @@ declare const CDSFloatingMenu_base: {
|
|
|
601
630
|
replaceChildren(...nodes: (Node | string)[]): void;
|
|
602
631
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
603
632
|
readonly attributeStyleMap: StylePropertyMap;
|
|
604
|
-
|
|
633
|
+
get style(): CSSStyleDeclaration;
|
|
634
|
+
set style(cssText: string);
|
|
605
635
|
contentEditable: string;
|
|
606
636
|
enterKeyHint: string;
|
|
607
637
|
inputMode: string;
|
|
@@ -611,18 +641,19 @@ declare const CDSFloatingMenu_base: {
|
|
|
611
641
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
612
642
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
613
643
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
614
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
644
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
615
645
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
616
|
-
|
|
646
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
647
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
617
648
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
618
649
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
619
650
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
620
651
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
621
652
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
622
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
653
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
623
654
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
624
655
|
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
625
|
-
oncontextmenu: ((this: GlobalEventHandlers, ev:
|
|
656
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
626
657
|
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
627
658
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
628
659
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -670,6 +701,7 @@ declare const CDSFloatingMenu_base: {
|
|
|
670
701
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
671
702
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
672
703
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
704
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
673
705
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
674
706
|
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
675
707
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -688,7 +720,7 @@ declare const CDSFloatingMenu_base: {
|
|
|
688
720
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
689
721
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
690
722
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
691
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
723
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
692
724
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
693
725
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
694
726
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
@@ -766,6 +798,8 @@ declare abstract class CDSFloatingMenu extends CDSFloatingMenu_base {
|
|
|
766
798
|
static get selectorContainer(): string;
|
|
767
799
|
static shadowRootOptions: {
|
|
768
800
|
delegatesFocus: boolean;
|
|
801
|
+
clonable?: boolean;
|
|
802
|
+
customElementRegistry?: CustomElementRegistry;
|
|
769
803
|
mode: ShadowRootMode;
|
|
770
804
|
serializable?: boolean;
|
|
771
805
|
slotAssignment?: SlotAssignmentMode;
|