@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
|
@@ -11,6 +11,7 @@ declare const CDSStructuredList_base: {
|
|
|
11
11
|
accessKey: string;
|
|
12
12
|
readonly accessKeyLabel: string;
|
|
13
13
|
autocapitalize: string;
|
|
14
|
+
autocorrect: boolean;
|
|
14
15
|
dir: string;
|
|
15
16
|
draggable: boolean;
|
|
16
17
|
hidden: boolean;
|
|
@@ -32,13 +33,14 @@ declare const CDSStructuredList_base: {
|
|
|
32
33
|
click(): void;
|
|
33
34
|
hidePopover(): void;
|
|
34
35
|
showPopover(): void;
|
|
35
|
-
togglePopover(
|
|
36
|
+
togglePopover(options?: boolean): boolean;
|
|
36
37
|
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
37
38
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
38
39
|
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
39
40
|
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
40
41
|
readonly attributes: NamedNodeMap;
|
|
41
|
-
|
|
42
|
+
get classList(): DOMTokenList;
|
|
43
|
+
set classList(value: string);
|
|
42
44
|
className: string;
|
|
43
45
|
readonly clientHeight: number;
|
|
44
46
|
readonly clientLeft: number;
|
|
@@ -53,7 +55,8 @@ declare const CDSStructuredList_base: {
|
|
|
53
55
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
54
56
|
outerHTML: string;
|
|
55
57
|
readonly ownerDocument: Document;
|
|
56
|
-
|
|
58
|
+
get part(): DOMTokenList;
|
|
59
|
+
set part(value: string);
|
|
57
60
|
readonly prefix: string | null;
|
|
58
61
|
readonly scrollHeight: number;
|
|
59
62
|
scrollLeft: number;
|
|
@@ -116,6 +119,8 @@ declare const CDSStructuredList_base: {
|
|
|
116
119
|
setPointerCapture(pointerId: number): void;
|
|
117
120
|
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
118
121
|
webkitMatchesSelector(selectors: string): boolean;
|
|
122
|
+
get textContent(): string;
|
|
123
|
+
set textContent(value: string | null);
|
|
119
124
|
readonly baseURI: string;
|
|
120
125
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
121
126
|
readonly firstChild: ChildNode | null;
|
|
@@ -128,9 +133,8 @@ declare const CDSStructuredList_base: {
|
|
|
128
133
|
readonly parentElement: HTMLElement | null;
|
|
129
134
|
readonly parentNode: ParentNode | null;
|
|
130
135
|
readonly previousSibling: ChildNode | null;
|
|
131
|
-
textContent: string | null;
|
|
132
136
|
appendChild<T extends Node>(node: T): T;
|
|
133
|
-
cloneNode(
|
|
137
|
+
cloneNode(subtree?: boolean): Node;
|
|
134
138
|
compareDocumentPosition(other: Node): number;
|
|
135
139
|
contains(other: Node | null): boolean;
|
|
136
140
|
getRootNode(options?: GetRootNodeOptions): Node;
|
|
@@ -163,6 +167,7 @@ declare const CDSStructuredList_base: {
|
|
|
163
167
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
164
168
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
165
169
|
dispatchEvent(event: Event): boolean;
|
|
170
|
+
ariaActiveDescendantElement: Element | null;
|
|
166
171
|
ariaAtomic: string | null;
|
|
167
172
|
ariaAutoComplete: string | null;
|
|
168
173
|
ariaBrailleLabel: string | null;
|
|
@@ -173,25 +178,33 @@ declare const CDSStructuredList_base: {
|
|
|
173
178
|
ariaColIndex: string | null;
|
|
174
179
|
ariaColIndexText: string | null;
|
|
175
180
|
ariaColSpan: string | null;
|
|
181
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
176
182
|
ariaCurrent: string | null;
|
|
183
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
177
184
|
ariaDescription: string | null;
|
|
185
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
178
186
|
ariaDisabled: string | null;
|
|
187
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
179
188
|
ariaExpanded: string | null;
|
|
189
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
180
190
|
ariaHasPopup: string | null;
|
|
181
191
|
ariaHidden: string | null;
|
|
182
192
|
ariaInvalid: string | null;
|
|
183
193
|
ariaKeyShortcuts: string | null;
|
|
184
194
|
ariaLabel: string | null;
|
|
195
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
185
196
|
ariaLevel: string | null;
|
|
186
197
|
ariaLive: string | null;
|
|
187
198
|
ariaModal: string | null;
|
|
188
199
|
ariaMultiLine: string | null;
|
|
189
200
|
ariaMultiSelectable: string | null;
|
|
190
201
|
ariaOrientation: string | null;
|
|
202
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
191
203
|
ariaPlaceholder: string | null;
|
|
192
204
|
ariaPosInSet: string | null;
|
|
193
205
|
ariaPressed: string | null;
|
|
194
206
|
ariaReadOnly: string | null;
|
|
207
|
+
ariaRelevant: string | null;
|
|
195
208
|
ariaRequired: string | null;
|
|
196
209
|
ariaRoleDescription: string | null;
|
|
197
210
|
ariaRowCount: string | null;
|
|
@@ -233,7 +246,8 @@ declare const CDSStructuredList_base: {
|
|
|
233
246
|
replaceChildren(...nodes: (Node | string)[]): void;
|
|
234
247
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
235
248
|
readonly attributeStyleMap: StylePropertyMap;
|
|
236
|
-
|
|
249
|
+
get style(): CSSStyleDeclaration;
|
|
250
|
+
set style(cssText: string);
|
|
237
251
|
contentEditable: string;
|
|
238
252
|
enterKeyHint: string;
|
|
239
253
|
inputMode: string;
|
|
@@ -243,18 +257,19 @@ declare const CDSStructuredList_base: {
|
|
|
243
257
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
244
258
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
245
259
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
246
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
260
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
247
261
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
248
|
-
|
|
262
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
263
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
249
264
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
250
265
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
251
266
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
252
267
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
253
268
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
254
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
269
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
255
270
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
256
271
|
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
257
|
-
oncontextmenu: ((this: GlobalEventHandlers, ev:
|
|
272
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
258
273
|
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
259
274
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
260
275
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -302,6 +317,7 @@ declare const CDSStructuredList_base: {
|
|
|
302
317
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
303
318
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
304
319
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
320
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
305
321
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
306
322
|
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
307
323
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -320,7 +336,7 @@ declare const CDSStructuredList_base: {
|
|
|
320
336
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
321
337
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
322
338
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
323
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
339
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
324
340
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
325
341
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
326
342
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
@@ -372,6 +388,8 @@ declare class CDSStructuredList extends CDSStructuredList_base {
|
|
|
372
388
|
static selectorRowsWithHeader: string;
|
|
373
389
|
static shadowRootOptions: {
|
|
374
390
|
delegatesFocus: boolean;
|
|
391
|
+
clonable?: boolean;
|
|
392
|
+
customElementRegistry?: CustomElementRegistry;
|
|
375
393
|
mode: ShadowRootMode;
|
|
376
394
|
serializable?: boolean;
|
|
377
395
|
slotAssignment?: SlotAssignmentMode;
|
|
@@ -17,6 +17,7 @@ declare const CDSTabs_base: {
|
|
|
17
17
|
accessKey: string;
|
|
18
18
|
readonly accessKeyLabel: string;
|
|
19
19
|
autocapitalize: string;
|
|
20
|
+
autocorrect: boolean;
|
|
20
21
|
dir: string;
|
|
21
22
|
draggable: boolean;
|
|
22
23
|
hidden: boolean;
|
|
@@ -38,13 +39,14 @@ declare const CDSTabs_base: {
|
|
|
38
39
|
click(): void;
|
|
39
40
|
hidePopover(): void;
|
|
40
41
|
showPopover(): void;
|
|
41
|
-
togglePopover(
|
|
42
|
+
togglePopover(options?: boolean): boolean;
|
|
42
43
|
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
43
44
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
44
45
|
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
45
46
|
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
46
47
|
readonly attributes: NamedNodeMap;
|
|
47
|
-
|
|
48
|
+
get classList(): DOMTokenList;
|
|
49
|
+
set classList(value: string);
|
|
48
50
|
className: string;
|
|
49
51
|
readonly clientHeight: number;
|
|
50
52
|
readonly clientLeft: number;
|
|
@@ -59,7 +61,8 @@ declare const CDSTabs_base: {
|
|
|
59
61
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
60
62
|
outerHTML: string;
|
|
61
63
|
readonly ownerDocument: Document;
|
|
62
|
-
|
|
64
|
+
get part(): DOMTokenList;
|
|
65
|
+
set part(value: string);
|
|
63
66
|
readonly prefix: string | null;
|
|
64
67
|
readonly scrollHeight: number;
|
|
65
68
|
scrollLeft: number;
|
|
@@ -122,6 +125,8 @@ declare const CDSTabs_base: {
|
|
|
122
125
|
setPointerCapture(pointerId: number): void;
|
|
123
126
|
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
124
127
|
webkitMatchesSelector(selectors: string): boolean;
|
|
128
|
+
get textContent(): string;
|
|
129
|
+
set textContent(value: string | null);
|
|
125
130
|
readonly baseURI: string;
|
|
126
131
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
127
132
|
readonly firstChild: ChildNode | null;
|
|
@@ -134,9 +139,8 @@ declare const CDSTabs_base: {
|
|
|
134
139
|
readonly parentElement: HTMLElement | null;
|
|
135
140
|
readonly parentNode: ParentNode | null;
|
|
136
141
|
readonly previousSibling: ChildNode | null;
|
|
137
|
-
textContent: string | null;
|
|
138
142
|
appendChild<T extends Node>(node: T): T;
|
|
139
|
-
cloneNode(
|
|
143
|
+
cloneNode(subtree?: boolean): Node;
|
|
140
144
|
compareDocumentPosition(other: Node): number;
|
|
141
145
|
contains(other: Node | null): boolean;
|
|
142
146
|
getRootNode(options?: GetRootNodeOptions): Node;
|
|
@@ -169,6 +173,7 @@ declare const CDSTabs_base: {
|
|
|
169
173
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
170
174
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
171
175
|
dispatchEvent(event: Event): boolean;
|
|
176
|
+
ariaActiveDescendantElement: Element | null;
|
|
172
177
|
ariaAtomic: string | null;
|
|
173
178
|
ariaAutoComplete: string | null;
|
|
174
179
|
ariaBrailleLabel: string | null;
|
|
@@ -179,25 +184,33 @@ declare const CDSTabs_base: {
|
|
|
179
184
|
ariaColIndex: string | null;
|
|
180
185
|
ariaColIndexText: string | null;
|
|
181
186
|
ariaColSpan: string | null;
|
|
187
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
182
188
|
ariaCurrent: string | null;
|
|
189
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
183
190
|
ariaDescription: string | null;
|
|
191
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
184
192
|
ariaDisabled: string | null;
|
|
193
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
185
194
|
ariaExpanded: string | null;
|
|
195
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
186
196
|
ariaHasPopup: string | null;
|
|
187
197
|
ariaHidden: string | null;
|
|
188
198
|
ariaInvalid: string | null;
|
|
189
199
|
ariaKeyShortcuts: string | null;
|
|
190
200
|
ariaLabel: string | null;
|
|
201
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
191
202
|
ariaLevel: string | null;
|
|
192
203
|
ariaLive: string | null;
|
|
193
204
|
ariaModal: string | null;
|
|
194
205
|
ariaMultiLine: string | null;
|
|
195
206
|
ariaMultiSelectable: string | null;
|
|
196
207
|
ariaOrientation: string | null;
|
|
208
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
197
209
|
ariaPlaceholder: string | null;
|
|
198
210
|
ariaPosInSet: string | null;
|
|
199
211
|
ariaPressed: string | null;
|
|
200
212
|
ariaReadOnly: string | null;
|
|
213
|
+
ariaRelevant: string | null;
|
|
201
214
|
ariaRequired: string | null;
|
|
202
215
|
ariaRoleDescription: string | null;
|
|
203
216
|
ariaRowCount: string | null;
|
|
@@ -239,7 +252,8 @@ declare const CDSTabs_base: {
|
|
|
239
252
|
replaceChildren(...nodes: (Node | string)[]): void;
|
|
240
253
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
241
254
|
readonly attributeStyleMap: StylePropertyMap;
|
|
242
|
-
|
|
255
|
+
get style(): CSSStyleDeclaration;
|
|
256
|
+
set style(cssText: string);
|
|
243
257
|
contentEditable: string;
|
|
244
258
|
enterKeyHint: string;
|
|
245
259
|
inputMode: string;
|
|
@@ -249,18 +263,19 @@ declare const CDSTabs_base: {
|
|
|
249
263
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
250
264
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
251
265
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
252
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
266
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
253
267
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
254
|
-
|
|
268
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
269
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
255
270
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
256
271
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
257
272
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
258
273
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
259
274
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
260
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
275
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
261
276
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
262
277
|
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
263
|
-
oncontextmenu: ((this: GlobalEventHandlers, ev:
|
|
278
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
264
279
|
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
265
280
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
266
281
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -308,6 +323,7 @@ declare const CDSTabs_base: {
|
|
|
308
323
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
309
324
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
310
325
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
326
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
311
327
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
312
328
|
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
313
329
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -326,7 +342,7 @@ declare const CDSTabs_base: {
|
|
|
326
342
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
327
343
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
328
344
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
329
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
345
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
330
346
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
331
347
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
332
348
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
@@ -18,6 +18,7 @@ declare const CDSDismissibleTag_base: {
|
|
|
18
18
|
accessKey: string;
|
|
19
19
|
readonly accessKeyLabel: string;
|
|
20
20
|
autocapitalize: string;
|
|
21
|
+
autocorrect: boolean;
|
|
21
22
|
dir: string;
|
|
22
23
|
draggable: boolean;
|
|
23
24
|
hidden: boolean;
|
|
@@ -39,13 +40,14 @@ declare const CDSDismissibleTag_base: {
|
|
|
39
40
|
click(): void;
|
|
40
41
|
hidePopover(): void;
|
|
41
42
|
showPopover(): void;
|
|
42
|
-
togglePopover(
|
|
43
|
+
togglePopover(options?: boolean): boolean;
|
|
43
44
|
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
44
45
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
45
46
|
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
46
47
|
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
47
48
|
readonly attributes: NamedNodeMap;
|
|
48
|
-
|
|
49
|
+
get classList(): DOMTokenList;
|
|
50
|
+
set classList(value: string);
|
|
49
51
|
className: string;
|
|
50
52
|
readonly clientHeight: number;
|
|
51
53
|
readonly clientLeft: number;
|
|
@@ -60,7 +62,8 @@ declare const CDSDismissibleTag_base: {
|
|
|
60
62
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
61
63
|
outerHTML: string;
|
|
62
64
|
readonly ownerDocument: Document;
|
|
63
|
-
|
|
65
|
+
get part(): DOMTokenList;
|
|
66
|
+
set part(value: string);
|
|
64
67
|
readonly prefix: string | null;
|
|
65
68
|
readonly scrollHeight: number;
|
|
66
69
|
scrollLeft: number;
|
|
@@ -123,6 +126,8 @@ declare const CDSDismissibleTag_base: {
|
|
|
123
126
|
setPointerCapture(pointerId: number): void;
|
|
124
127
|
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
125
128
|
webkitMatchesSelector(selectors: string): boolean;
|
|
129
|
+
get textContent(): string;
|
|
130
|
+
set textContent(value: string | null);
|
|
126
131
|
readonly baseURI: string;
|
|
127
132
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
128
133
|
readonly firstChild: ChildNode | null;
|
|
@@ -135,9 +140,8 @@ declare const CDSDismissibleTag_base: {
|
|
|
135
140
|
readonly parentElement: HTMLElement | null;
|
|
136
141
|
readonly parentNode: ParentNode | null;
|
|
137
142
|
readonly previousSibling: ChildNode | null;
|
|
138
|
-
textContent: string | null;
|
|
139
143
|
appendChild<T extends Node>(node: T): T;
|
|
140
|
-
cloneNode(
|
|
144
|
+
cloneNode(subtree?: boolean): Node;
|
|
141
145
|
compareDocumentPosition(other: Node): number;
|
|
142
146
|
contains(other: Node | null): boolean;
|
|
143
147
|
getRootNode(options?: GetRootNodeOptions): Node;
|
|
@@ -170,6 +174,7 @@ declare const CDSDismissibleTag_base: {
|
|
|
170
174
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
171
175
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
172
176
|
dispatchEvent(event: Event): boolean;
|
|
177
|
+
ariaActiveDescendantElement: Element | null;
|
|
173
178
|
ariaAtomic: string | null;
|
|
174
179
|
ariaAutoComplete: string | null;
|
|
175
180
|
ariaBrailleLabel: string | null;
|
|
@@ -180,25 +185,33 @@ declare const CDSDismissibleTag_base: {
|
|
|
180
185
|
ariaColIndex: string | null;
|
|
181
186
|
ariaColIndexText: string | null;
|
|
182
187
|
ariaColSpan: string | null;
|
|
188
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
183
189
|
ariaCurrent: string | null;
|
|
190
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
184
191
|
ariaDescription: string | null;
|
|
192
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
185
193
|
ariaDisabled: string | null;
|
|
194
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
186
195
|
ariaExpanded: string | null;
|
|
196
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
187
197
|
ariaHasPopup: string | null;
|
|
188
198
|
ariaHidden: string | null;
|
|
189
199
|
ariaInvalid: string | null;
|
|
190
200
|
ariaKeyShortcuts: string | null;
|
|
191
201
|
ariaLabel: string | null;
|
|
202
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
192
203
|
ariaLevel: string | null;
|
|
193
204
|
ariaLive: string | null;
|
|
194
205
|
ariaModal: string | null;
|
|
195
206
|
ariaMultiLine: string | null;
|
|
196
207
|
ariaMultiSelectable: string | null;
|
|
197
208
|
ariaOrientation: string | null;
|
|
209
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
198
210
|
ariaPlaceholder: string | null;
|
|
199
211
|
ariaPosInSet: string | null;
|
|
200
212
|
ariaPressed: string | null;
|
|
201
213
|
ariaReadOnly: string | null;
|
|
214
|
+
ariaRelevant: string | null;
|
|
202
215
|
ariaRequired: string | null;
|
|
203
216
|
ariaRoleDescription: string | null;
|
|
204
217
|
ariaRowCount: string | null;
|
|
@@ -240,7 +253,8 @@ declare const CDSDismissibleTag_base: {
|
|
|
240
253
|
replaceChildren(...nodes: (Node | string)[]): void;
|
|
241
254
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
242
255
|
readonly attributeStyleMap: StylePropertyMap;
|
|
243
|
-
|
|
256
|
+
get style(): CSSStyleDeclaration;
|
|
257
|
+
set style(cssText: string);
|
|
244
258
|
contentEditable: string;
|
|
245
259
|
enterKeyHint: string;
|
|
246
260
|
inputMode: string;
|
|
@@ -250,18 +264,19 @@ declare const CDSDismissibleTag_base: {
|
|
|
250
264
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
251
265
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
252
266
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
253
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
267
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
254
268
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
255
|
-
|
|
269
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
270
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
256
271
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
257
272
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
258
273
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
259
274
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
260
275
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
261
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
276
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
262
277
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
263
278
|
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
264
|
-
oncontextmenu: ((this: GlobalEventHandlers, ev:
|
|
279
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
265
280
|
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
266
281
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
267
282
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -309,6 +324,7 @@ declare const CDSDismissibleTag_base: {
|
|
|
309
324
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
310
325
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
311
326
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
327
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
312
328
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
313
329
|
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
314
330
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -327,7 +343,7 @@ declare const CDSDismissibleTag_base: {
|
|
|
327
343
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
328
344
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
329
345
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
330
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
346
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
331
347
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
332
348
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
333
349
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
@@ -363,6 +379,7 @@ declare const CDSDismissibleTag_base: {
|
|
|
363
379
|
accessKey: string;
|
|
364
380
|
readonly accessKeyLabel: string;
|
|
365
381
|
autocapitalize: string;
|
|
382
|
+
autocorrect: boolean;
|
|
366
383
|
dir: string;
|
|
367
384
|
draggable: boolean;
|
|
368
385
|
hidden: boolean;
|
|
@@ -384,13 +401,14 @@ declare const CDSDismissibleTag_base: {
|
|
|
384
401
|
click(): void;
|
|
385
402
|
hidePopover(): void;
|
|
386
403
|
showPopover(): void;
|
|
387
|
-
togglePopover(
|
|
404
|
+
togglePopover(options?: boolean): boolean;
|
|
388
405
|
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
389
406
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
390
407
|
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
391
408
|
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
392
409
|
readonly attributes: NamedNodeMap;
|
|
393
|
-
|
|
410
|
+
get classList(): DOMTokenList;
|
|
411
|
+
set classList(value: string);
|
|
394
412
|
className: string;
|
|
395
413
|
readonly clientHeight: number;
|
|
396
414
|
readonly clientLeft: number;
|
|
@@ -405,7 +423,8 @@ declare const CDSDismissibleTag_base: {
|
|
|
405
423
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
406
424
|
outerHTML: string;
|
|
407
425
|
readonly ownerDocument: Document;
|
|
408
|
-
|
|
426
|
+
get part(): DOMTokenList;
|
|
427
|
+
set part(value: string);
|
|
409
428
|
readonly prefix: string | null;
|
|
410
429
|
readonly scrollHeight: number;
|
|
411
430
|
scrollLeft: number;
|
|
@@ -468,6 +487,8 @@ declare const CDSDismissibleTag_base: {
|
|
|
468
487
|
setPointerCapture(pointerId: number): void;
|
|
469
488
|
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
470
489
|
webkitMatchesSelector(selectors: string): boolean;
|
|
490
|
+
get textContent(): string;
|
|
491
|
+
set textContent(value: string | null);
|
|
471
492
|
readonly baseURI: string;
|
|
472
493
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
473
494
|
readonly firstChild: ChildNode | null;
|
|
@@ -480,9 +501,8 @@ declare const CDSDismissibleTag_base: {
|
|
|
480
501
|
readonly parentElement: HTMLElement | null;
|
|
481
502
|
readonly parentNode: ParentNode | null;
|
|
482
503
|
readonly previousSibling: ChildNode | null;
|
|
483
|
-
textContent: string | null;
|
|
484
504
|
appendChild<T extends Node>(node: T): T;
|
|
485
|
-
cloneNode(
|
|
505
|
+
cloneNode(subtree?: boolean): Node;
|
|
486
506
|
compareDocumentPosition(other: Node): number;
|
|
487
507
|
contains(other: Node | null): boolean;
|
|
488
508
|
getRootNode(options?: GetRootNodeOptions): Node;
|
|
@@ -515,6 +535,7 @@ declare const CDSDismissibleTag_base: {
|
|
|
515
535
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
516
536
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
517
537
|
dispatchEvent(event: Event): boolean;
|
|
538
|
+
ariaActiveDescendantElement: Element | null;
|
|
518
539
|
ariaAtomic: string | null;
|
|
519
540
|
ariaAutoComplete: string | null;
|
|
520
541
|
ariaBrailleLabel: string | null;
|
|
@@ -525,25 +546,33 @@ declare const CDSDismissibleTag_base: {
|
|
|
525
546
|
ariaColIndex: string | null;
|
|
526
547
|
ariaColIndexText: string | null;
|
|
527
548
|
ariaColSpan: string | null;
|
|
549
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
528
550
|
ariaCurrent: string | null;
|
|
551
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
529
552
|
ariaDescription: string | null;
|
|
553
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
530
554
|
ariaDisabled: string | null;
|
|
555
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
531
556
|
ariaExpanded: string | null;
|
|
557
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
532
558
|
ariaHasPopup: string | null;
|
|
533
559
|
ariaHidden: string | null;
|
|
534
560
|
ariaInvalid: string | null;
|
|
535
561
|
ariaKeyShortcuts: string | null;
|
|
536
562
|
ariaLabel: string | null;
|
|
563
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
537
564
|
ariaLevel: string | null;
|
|
538
565
|
ariaLive: string | null;
|
|
539
566
|
ariaModal: string | null;
|
|
540
567
|
ariaMultiLine: string | null;
|
|
541
568
|
ariaMultiSelectable: string | null;
|
|
542
569
|
ariaOrientation: string | null;
|
|
570
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
543
571
|
ariaPlaceholder: string | null;
|
|
544
572
|
ariaPosInSet: string | null;
|
|
545
573
|
ariaPressed: string | null;
|
|
546
574
|
ariaReadOnly: string | null;
|
|
575
|
+
ariaRelevant: string | null;
|
|
547
576
|
ariaRequired: string | null;
|
|
548
577
|
ariaRoleDescription: string | null;
|
|
549
578
|
ariaRowCount: string | null;
|
|
@@ -585,7 +614,8 @@ declare const CDSDismissibleTag_base: {
|
|
|
585
614
|
replaceChildren(...nodes: (Node | string)[]): void;
|
|
586
615
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
587
616
|
readonly attributeStyleMap: StylePropertyMap;
|
|
588
|
-
|
|
617
|
+
get style(): CSSStyleDeclaration;
|
|
618
|
+
set style(cssText: string);
|
|
589
619
|
contentEditable: string;
|
|
590
620
|
enterKeyHint: string;
|
|
591
621
|
inputMode: string;
|
|
@@ -595,18 +625,19 @@ declare const CDSDismissibleTag_base: {
|
|
|
595
625
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
596
626
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
597
627
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
598
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
628
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
599
629
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
600
|
-
|
|
630
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
631
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
601
632
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
602
633
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
603
634
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
604
635
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
605
636
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
606
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
637
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
607
638
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
608
639
|
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
609
|
-
oncontextmenu: ((this: GlobalEventHandlers, ev:
|
|
640
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
610
641
|
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
611
642
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
612
643
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -654,6 +685,7 @@ declare const CDSDismissibleTag_base: {
|
|
|
654
685
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
655
686
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
656
687
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
688
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
657
689
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
658
690
|
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
659
691
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -672,7 +704,7 @@ declare const CDSDismissibleTag_base: {
|
|
|
672
704
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
673
705
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
674
706
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
675
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
707
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
676
708
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
677
709
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
678
710
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|