@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
|
@@ -19,6 +19,7 @@ declare const CDSTearsheet_base: {
|
|
|
19
19
|
accessKey: string;
|
|
20
20
|
readonly accessKeyLabel: string;
|
|
21
21
|
autocapitalize: string;
|
|
22
|
+
autocorrect: boolean;
|
|
22
23
|
dir: string;
|
|
23
24
|
draggable: boolean;
|
|
24
25
|
hidden: boolean;
|
|
@@ -40,13 +41,14 @@ declare const CDSTearsheet_base: {
|
|
|
40
41
|
click(): void;
|
|
41
42
|
hidePopover(): void;
|
|
42
43
|
showPopover(): void;
|
|
43
|
-
togglePopover(
|
|
44
|
+
togglePopover(options?: boolean): boolean;
|
|
44
45
|
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
45
46
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
46
47
|
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
47
48
|
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
48
49
|
readonly attributes: NamedNodeMap;
|
|
49
|
-
|
|
50
|
+
get classList(): DOMTokenList;
|
|
51
|
+
set classList(value: string);
|
|
50
52
|
className: string;
|
|
51
53
|
readonly clientHeight: number;
|
|
52
54
|
readonly clientLeft: number;
|
|
@@ -61,7 +63,8 @@ declare const CDSTearsheet_base: {
|
|
|
61
63
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
62
64
|
outerHTML: string;
|
|
63
65
|
readonly ownerDocument: Document;
|
|
64
|
-
|
|
66
|
+
get part(): DOMTokenList;
|
|
67
|
+
set part(value: string);
|
|
65
68
|
readonly prefix: string | null;
|
|
66
69
|
readonly scrollHeight: number;
|
|
67
70
|
scrollLeft: number;
|
|
@@ -124,6 +127,8 @@ declare const CDSTearsheet_base: {
|
|
|
124
127
|
setPointerCapture(pointerId: number): void;
|
|
125
128
|
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
126
129
|
webkitMatchesSelector(selectors: string): boolean;
|
|
130
|
+
get textContent(): string;
|
|
131
|
+
set textContent(value: string | null);
|
|
127
132
|
readonly baseURI: string;
|
|
128
133
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
129
134
|
readonly firstChild: ChildNode | null;
|
|
@@ -136,9 +141,8 @@ declare const CDSTearsheet_base: {
|
|
|
136
141
|
readonly parentElement: HTMLElement | null;
|
|
137
142
|
readonly parentNode: ParentNode | null;
|
|
138
143
|
readonly previousSibling: ChildNode | null;
|
|
139
|
-
textContent: string | null;
|
|
140
144
|
appendChild<T extends Node>(node: T): T;
|
|
141
|
-
cloneNode(
|
|
145
|
+
cloneNode(subtree?: boolean): Node;
|
|
142
146
|
compareDocumentPosition(other: Node): number;
|
|
143
147
|
contains(other: Node | null): boolean;
|
|
144
148
|
getRootNode(options?: GetRootNodeOptions): Node;
|
|
@@ -171,6 +175,7 @@ declare const CDSTearsheet_base: {
|
|
|
171
175
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
172
176
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
173
177
|
dispatchEvent(event: Event): boolean;
|
|
178
|
+
ariaActiveDescendantElement: Element | null;
|
|
174
179
|
ariaAtomic: string | null;
|
|
175
180
|
ariaAutoComplete: string | null;
|
|
176
181
|
ariaBrailleLabel: string | null;
|
|
@@ -181,25 +186,33 @@ declare const CDSTearsheet_base: {
|
|
|
181
186
|
ariaColIndex: string | null;
|
|
182
187
|
ariaColIndexText: string | null;
|
|
183
188
|
ariaColSpan: string | null;
|
|
189
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
184
190
|
ariaCurrent: string | null;
|
|
191
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
185
192
|
ariaDescription: string | null;
|
|
193
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
186
194
|
ariaDisabled: string | null;
|
|
195
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
187
196
|
ariaExpanded: string | null;
|
|
197
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
188
198
|
ariaHasPopup: string | null;
|
|
189
199
|
ariaHidden: string | null;
|
|
190
200
|
ariaInvalid: string | null;
|
|
191
201
|
ariaKeyShortcuts: string | null;
|
|
192
202
|
ariaLabel: string | null;
|
|
203
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
193
204
|
ariaLevel: string | null;
|
|
194
205
|
ariaLive: string | null;
|
|
195
206
|
ariaModal: string | null;
|
|
196
207
|
ariaMultiLine: string | null;
|
|
197
208
|
ariaMultiSelectable: string | null;
|
|
198
209
|
ariaOrientation: string | null;
|
|
210
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
199
211
|
ariaPlaceholder: string | null;
|
|
200
212
|
ariaPosInSet: string | null;
|
|
201
213
|
ariaPressed: string | null;
|
|
202
214
|
ariaReadOnly: string | null;
|
|
215
|
+
ariaRelevant: string | null;
|
|
203
216
|
ariaRequired: string | null;
|
|
204
217
|
ariaRoleDescription: string | null;
|
|
205
218
|
ariaRowCount: string | null;
|
|
@@ -241,7 +254,8 @@ declare const CDSTearsheet_base: {
|
|
|
241
254
|
replaceChildren(...nodes: (Node | string)[]): void;
|
|
242
255
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
243
256
|
readonly attributeStyleMap: StylePropertyMap;
|
|
244
|
-
|
|
257
|
+
get style(): CSSStyleDeclaration;
|
|
258
|
+
set style(cssText: string);
|
|
245
259
|
contentEditable: string;
|
|
246
260
|
enterKeyHint: string;
|
|
247
261
|
inputMode: string;
|
|
@@ -251,18 +265,19 @@ declare const CDSTearsheet_base: {
|
|
|
251
265
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
252
266
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
253
267
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
254
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
268
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
255
269
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
256
|
-
|
|
270
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
271
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
257
272
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
258
273
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
259
274
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
260
275
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
261
276
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
262
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
277
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
263
278
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
264
279
|
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
265
|
-
oncontextmenu: ((this: GlobalEventHandlers, ev:
|
|
280
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
266
281
|
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
267
282
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
268
283
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -310,6 +325,7 @@ declare const CDSTearsheet_base: {
|
|
|
310
325
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
311
326
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
312
327
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
328
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
313
329
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
314
330
|
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
315
331
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -328,7 +344,7 @@ declare const CDSTearsheet_base: {
|
|
|
328
344
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
329
345
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
330
346
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
331
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
347
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
332
348
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
333
349
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
334
350
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
@@ -20,6 +20,7 @@ declare const CDSTextInput_base: (abstract new (...args: any[]) => {
|
|
|
20
20
|
accessKey: string;
|
|
21
21
|
readonly accessKeyLabel: string;
|
|
22
22
|
autocapitalize: string;
|
|
23
|
+
autocorrect: boolean;
|
|
23
24
|
dir: string;
|
|
24
25
|
draggable: boolean;
|
|
25
26
|
hidden: boolean;
|
|
@@ -41,13 +42,14 @@ declare const CDSTextInput_base: (abstract new (...args: any[]) => {
|
|
|
41
42
|
click(): void;
|
|
42
43
|
hidePopover(): void;
|
|
43
44
|
showPopover(): void;
|
|
44
|
-
togglePopover(
|
|
45
|
+
togglePopover(options?: boolean): boolean;
|
|
45
46
|
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
46
47
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
47
48
|
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
48
49
|
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
49
50
|
readonly attributes: NamedNodeMap;
|
|
50
|
-
|
|
51
|
+
get classList(): DOMTokenList;
|
|
52
|
+
set classList(value: string);
|
|
51
53
|
className: string;
|
|
52
54
|
readonly clientHeight: number;
|
|
53
55
|
readonly clientLeft: number;
|
|
@@ -62,7 +64,8 @@ declare const CDSTextInput_base: (abstract new (...args: any[]) => {
|
|
|
62
64
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
63
65
|
outerHTML: string;
|
|
64
66
|
readonly ownerDocument: Document;
|
|
65
|
-
|
|
67
|
+
get part(): DOMTokenList;
|
|
68
|
+
set part(value: string);
|
|
66
69
|
readonly prefix: string | null;
|
|
67
70
|
readonly scrollHeight: number;
|
|
68
71
|
scrollLeft: number;
|
|
@@ -125,6 +128,8 @@ declare const CDSTextInput_base: (abstract new (...args: any[]) => {
|
|
|
125
128
|
setPointerCapture(pointerId: number): void;
|
|
126
129
|
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
127
130
|
webkitMatchesSelector(selectors: string): boolean;
|
|
131
|
+
get textContent(): string;
|
|
132
|
+
set textContent(value: string | null);
|
|
128
133
|
readonly baseURI: string;
|
|
129
134
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
130
135
|
readonly firstChild: ChildNode | null;
|
|
@@ -137,9 +142,8 @@ declare const CDSTextInput_base: (abstract new (...args: any[]) => {
|
|
|
137
142
|
readonly parentElement: HTMLElement | null;
|
|
138
143
|
readonly parentNode: ParentNode | null;
|
|
139
144
|
readonly previousSibling: ChildNode | null;
|
|
140
|
-
textContent: string | null;
|
|
141
145
|
appendChild<T extends Node>(node: T): T;
|
|
142
|
-
cloneNode(
|
|
146
|
+
cloneNode(subtree?: boolean): Node;
|
|
143
147
|
compareDocumentPosition(other: Node): number;
|
|
144
148
|
contains(other: Node | null): boolean;
|
|
145
149
|
getRootNode(options?: GetRootNodeOptions): Node;
|
|
@@ -172,6 +176,7 @@ declare const CDSTextInput_base: (abstract new (...args: any[]) => {
|
|
|
172
176
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
173
177
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
174
178
|
dispatchEvent(event: Event): boolean;
|
|
179
|
+
ariaActiveDescendantElement: Element | null;
|
|
175
180
|
ariaAtomic: string | null;
|
|
176
181
|
ariaAutoComplete: string | null;
|
|
177
182
|
ariaBrailleLabel: string | null;
|
|
@@ -182,25 +187,33 @@ declare const CDSTextInput_base: (abstract new (...args: any[]) => {
|
|
|
182
187
|
ariaColIndex: string | null;
|
|
183
188
|
ariaColIndexText: string | null;
|
|
184
189
|
ariaColSpan: string | null;
|
|
190
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
185
191
|
ariaCurrent: string | null;
|
|
192
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
186
193
|
ariaDescription: string | null;
|
|
194
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
187
195
|
ariaDisabled: string | null;
|
|
196
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
188
197
|
ariaExpanded: string | null;
|
|
198
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
189
199
|
ariaHasPopup: string | null;
|
|
190
200
|
ariaHidden: string | null;
|
|
191
201
|
ariaInvalid: string | null;
|
|
192
202
|
ariaKeyShortcuts: string | null;
|
|
193
203
|
ariaLabel: string | null;
|
|
204
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
194
205
|
ariaLevel: string | null;
|
|
195
206
|
ariaLive: string | null;
|
|
196
207
|
ariaModal: string | null;
|
|
197
208
|
ariaMultiLine: string | null;
|
|
198
209
|
ariaMultiSelectable: string | null;
|
|
199
210
|
ariaOrientation: string | null;
|
|
211
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
200
212
|
ariaPlaceholder: string | null;
|
|
201
213
|
ariaPosInSet: string | null;
|
|
202
214
|
ariaPressed: string | null;
|
|
203
215
|
ariaReadOnly: string | null;
|
|
216
|
+
ariaRelevant: string | null;
|
|
204
217
|
ariaRequired: string | null;
|
|
205
218
|
ariaRoleDescription: string | null;
|
|
206
219
|
ariaRowCount: string | null;
|
|
@@ -242,7 +255,8 @@ declare const CDSTextInput_base: (abstract new (...args: any[]) => {
|
|
|
242
255
|
replaceChildren(...nodes: (Node | string)[]): void;
|
|
243
256
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
244
257
|
readonly attributeStyleMap: StylePropertyMap;
|
|
245
|
-
|
|
258
|
+
get style(): CSSStyleDeclaration;
|
|
259
|
+
set style(cssText: string);
|
|
246
260
|
contentEditable: string;
|
|
247
261
|
enterKeyHint: string;
|
|
248
262
|
inputMode: string;
|
|
@@ -252,18 +266,19 @@ declare const CDSTextInput_base: (abstract new (...args: any[]) => {
|
|
|
252
266
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
253
267
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
254
268
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
255
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
269
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
256
270
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
257
|
-
|
|
271
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
272
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
258
273
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
259
274
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
260
275
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
261
276
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
262
277
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
263
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
278
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
264
279
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
265
280
|
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
266
|
-
oncontextmenu: ((this: GlobalEventHandlers, ev:
|
|
281
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
267
282
|
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
268
283
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
269
284
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -311,6 +326,7 @@ declare const CDSTextInput_base: (abstract new (...args: any[]) => {
|
|
|
311
326
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
312
327
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
313
328
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
329
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
314
330
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
315
331
|
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
316
332
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -329,7 +345,7 @@ declare const CDSTextInput_base: (abstract new (...args: any[]) => {
|
|
|
329
345
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
330
346
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
331
347
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
332
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
348
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
333
349
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
334
350
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
335
351
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
@@ -359,6 +375,7 @@ declare const CDSTextInput_base: (abstract new (...args: any[]) => {
|
|
|
359
375
|
accessKey: string;
|
|
360
376
|
readonly accessKeyLabel: string;
|
|
361
377
|
autocapitalize: string;
|
|
378
|
+
autocorrect: boolean;
|
|
362
379
|
dir: string;
|
|
363
380
|
draggable: boolean;
|
|
364
381
|
hidden: boolean;
|
|
@@ -380,13 +397,14 @@ declare const CDSTextInput_base: (abstract new (...args: any[]) => {
|
|
|
380
397
|
click(): void;
|
|
381
398
|
hidePopover(): void;
|
|
382
399
|
showPopover(): void;
|
|
383
|
-
togglePopover(
|
|
400
|
+
togglePopover(options?: boolean): boolean;
|
|
384
401
|
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
385
402
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
386
403
|
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
387
404
|
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
388
405
|
readonly attributes: NamedNodeMap;
|
|
389
|
-
|
|
406
|
+
get classList(): DOMTokenList;
|
|
407
|
+
set classList(value: string);
|
|
390
408
|
className: string;
|
|
391
409
|
readonly clientHeight: number;
|
|
392
410
|
readonly clientLeft: number;
|
|
@@ -401,7 +419,8 @@ declare const CDSTextInput_base: (abstract new (...args: any[]) => {
|
|
|
401
419
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
402
420
|
outerHTML: string;
|
|
403
421
|
readonly ownerDocument: Document;
|
|
404
|
-
|
|
422
|
+
get part(): DOMTokenList;
|
|
423
|
+
set part(value: string);
|
|
405
424
|
readonly prefix: string | null;
|
|
406
425
|
readonly scrollHeight: number;
|
|
407
426
|
scrollLeft: number;
|
|
@@ -464,6 +483,8 @@ declare const CDSTextInput_base: (abstract new (...args: any[]) => {
|
|
|
464
483
|
setPointerCapture(pointerId: number): void;
|
|
465
484
|
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
466
485
|
webkitMatchesSelector(selectors: string): boolean;
|
|
486
|
+
get textContent(): string;
|
|
487
|
+
set textContent(value: string | null);
|
|
467
488
|
readonly baseURI: string;
|
|
468
489
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
469
490
|
readonly firstChild: ChildNode | null;
|
|
@@ -476,9 +497,8 @@ declare const CDSTextInput_base: (abstract new (...args: any[]) => {
|
|
|
476
497
|
readonly parentElement: HTMLElement | null;
|
|
477
498
|
readonly parentNode: ParentNode | null;
|
|
478
499
|
readonly previousSibling: ChildNode | null;
|
|
479
|
-
textContent: string | null;
|
|
480
500
|
appendChild<T extends Node>(node: T): T;
|
|
481
|
-
cloneNode(
|
|
501
|
+
cloneNode(subtree?: boolean): Node;
|
|
482
502
|
compareDocumentPosition(other: Node): number;
|
|
483
503
|
contains(other: Node | null): boolean;
|
|
484
504
|
getRootNode(options?: GetRootNodeOptions): Node;
|
|
@@ -511,6 +531,7 @@ declare const CDSTextInput_base: (abstract new (...args: any[]) => {
|
|
|
511
531
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
512
532
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
513
533
|
dispatchEvent(event: Event): boolean;
|
|
534
|
+
ariaActiveDescendantElement: Element | null;
|
|
514
535
|
ariaAtomic: string | null;
|
|
515
536
|
ariaAutoComplete: string | null;
|
|
516
537
|
ariaBrailleLabel: string | null;
|
|
@@ -521,25 +542,33 @@ declare const CDSTextInput_base: (abstract new (...args: any[]) => {
|
|
|
521
542
|
ariaColIndex: string | null;
|
|
522
543
|
ariaColIndexText: string | null;
|
|
523
544
|
ariaColSpan: string | null;
|
|
545
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
524
546
|
ariaCurrent: string | null;
|
|
547
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
525
548
|
ariaDescription: string | null;
|
|
549
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
526
550
|
ariaDisabled: string | null;
|
|
551
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
527
552
|
ariaExpanded: string | null;
|
|
553
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
528
554
|
ariaHasPopup: string | null;
|
|
529
555
|
ariaHidden: string | null;
|
|
530
556
|
ariaInvalid: string | null;
|
|
531
557
|
ariaKeyShortcuts: string | null;
|
|
532
558
|
ariaLabel: string | null;
|
|
559
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
533
560
|
ariaLevel: string | null;
|
|
534
561
|
ariaLive: string | null;
|
|
535
562
|
ariaModal: string | null;
|
|
536
563
|
ariaMultiLine: string | null;
|
|
537
564
|
ariaMultiSelectable: string | null;
|
|
538
565
|
ariaOrientation: string | null;
|
|
566
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
539
567
|
ariaPlaceholder: string | null;
|
|
540
568
|
ariaPosInSet: string | null;
|
|
541
569
|
ariaPressed: string | null;
|
|
542
570
|
ariaReadOnly: string | null;
|
|
571
|
+
ariaRelevant: string | null;
|
|
543
572
|
ariaRequired: string | null;
|
|
544
573
|
ariaRoleDescription: string | null;
|
|
545
574
|
ariaRowCount: string | null;
|
|
@@ -581,7 +610,8 @@ declare const CDSTextInput_base: (abstract new (...args: any[]) => {
|
|
|
581
610
|
replaceChildren(...nodes: (Node | string)[]): void;
|
|
582
611
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
583
612
|
readonly attributeStyleMap: StylePropertyMap;
|
|
584
|
-
|
|
613
|
+
get style(): CSSStyleDeclaration;
|
|
614
|
+
set style(cssText: string);
|
|
585
615
|
contentEditable: string;
|
|
586
616
|
enterKeyHint: string;
|
|
587
617
|
inputMode: string;
|
|
@@ -591,18 +621,19 @@ declare const CDSTextInput_base: (abstract new (...args: any[]) => {
|
|
|
591
621
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
592
622
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
593
623
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
594
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
624
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
595
625
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
596
|
-
|
|
626
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
627
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
597
628
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
598
629
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
599
630
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
600
631
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
601
632
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
602
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
633
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
603
634
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
604
635
|
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
605
|
-
oncontextmenu: ((this: GlobalEventHandlers, ev:
|
|
636
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
606
637
|
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
607
638
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
608
639
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -650,6 +681,7 @@ declare const CDSTextInput_base: (abstract new (...args: any[]) => {
|
|
|
650
681
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
651
682
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
652
683
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
684
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
653
685
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
654
686
|
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
655
687
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -668,7 +700,7 @@ declare const CDSTextInput_base: (abstract new (...args: any[]) => {
|
|
|
668
700
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
669
701
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
670
702
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
671
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
703
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
672
704
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
673
705
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
674
706
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
@@ -866,6 +898,8 @@ declare class CDSTextInput extends CDSTextInput_base {
|
|
|
866
898
|
static get aiLabelItem(): string;
|
|
867
899
|
static shadowRootOptions: {
|
|
868
900
|
delegatesFocus: boolean;
|
|
901
|
+
clonable?: boolean;
|
|
902
|
+
customElementRegistry?: CustomElementRegistry;
|
|
869
903
|
mode: ShadowRootMode;
|
|
870
904
|
serializable?: boolean;
|
|
871
905
|
slotAssignment?: SlotAssignmentMode;
|
|
@@ -83,6 +83,8 @@ declare class CDSTextarea extends CDSTextInput {
|
|
|
83
83
|
disconnectedCallback(): void;
|
|
84
84
|
static shadowRootOptions: {
|
|
85
85
|
delegatesFocus: boolean;
|
|
86
|
+
clonable?: boolean;
|
|
87
|
+
customElementRegistry?: CustomElementRegistry;
|
|
86
88
|
mode: ShadowRootMode;
|
|
87
89
|
serializable?: boolean;
|
|
88
90
|
slotAssignment?: SlotAssignmentMode;
|