@carbon/web-components 2.47.0 → 2.48.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 +963 -145
- package/es/components/accordion/accordion-item.d.ts +28 -12
- package/es/components/accordion/accordion-item.js +7 -5
- package/es/components/accordion/accordion-item.js.map +1 -1
- package/es/components/accordion/accordion-skeleton.d.ts +1 -1
- package/es/components/accordion/accordion-skeleton.js +7 -5
- package/es/components/accordion/accordion-skeleton.js.map +1 -1
- package/es/components/accordion/accordion.d.ts +1 -1
- package/es/components/accordion/accordion.js +7 -5
- package/es/components/accordion/accordion.js.map +1 -1
- package/es/components/ai-label/ai-label.d.ts +1 -1
- package/es/components/ai-label/ai-label.js +6 -5
- package/es/components/ai-label/ai-label.js.map +1 -1
- package/es/components/button/button.d.ts +56 -22
- package/es/components/checkbox/checkbox-group.d.ts +2 -0
- package/es/components/checkbox/checkbox.d.ts +57 -23
- package/es/components/checkbox/checkbox.js +7 -5
- package/es/components/checkbox/checkbox.js.map +1 -1
- package/es/components/code-snippet/code-snippet.d.ts +29 -11
- package/es/components/code-snippet/code-snippet.js +15 -14
- package/es/components/code-snippet/code-snippet.js.map +1 -1
- package/es/components/combo-box/combo-box.scss.js +1 -1
- package/es/components/combo-button/combo-button.d.ts +27 -11
- package/es/components/content-switcher/content-switcher-item.d.ts +29 -11
- package/es/components/copy-button/copy-button.d.ts +27 -11
- package/es/components/data-table/table-expanded-row.d.ts +28 -12
- package/es/components/data-table/table-expanded-row.js +7 -5
- package/es/components/data-table/table-expanded-row.js.map +1 -1
- 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 +28 -12
- package/es/components/data-table/table.js +9 -8
- 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/dropdown/dropdown.js +8 -6
- package/es/components/dropdown/dropdown.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/floating-menu/floating-menu.d.ts +56 -22
- package/es/components/fluid-select/fluid-select.d.ts +5 -0
- package/es/components/fluid-select/fluid-select.js +50 -1
- package/es/components/fluid-select/fluid-select.js.map +1 -1
- package/es/components/fluid-textarea/fluid-textarea-skeleton.d.ts +3 -3
- package/es/components/fluid-textarea/fluid-textarea-skeleton.js +3 -3
- package/es/components/fluid-textarea/fluid-textarea-skeleton.js.map +1 -1
- package/es/components/fluid-time-picker/fluid-time-picker-select.d.ts +21 -0
- package/es/components/fluid-time-picker/fluid-time-picker-select.js +53 -0
- package/es/components/fluid-time-picker/fluid-time-picker-select.js.map +1 -0
- package/es/components/fluid-time-picker/fluid-time-picker-skeleton.d.ts +23 -0
- package/es/components/fluid-time-picker/fluid-time-picker-skeleton.js +63 -0
- package/es/components/fluid-time-picker/fluid-time-picker-skeleton.js.map +1 -0
- package/es/components/fluid-time-picker/fluid-time-picker.d.ts +32 -0
- package/es/components/fluid-time-picker/fluid-time-picker.js +239 -0
- package/es/components/fluid-time-picker/fluid-time-picker.js.map +1 -0
- package/es/components/fluid-time-picker/fluid-time-picker.scss.js +13 -0
- package/es/components/fluid-time-picker/fluid-time-picker.scss.js.map +1 -0
- package/es/components/fluid-time-picker/index.d.ts +9 -0
- package/es/components/fluid-time-picker/index.js +11 -0
- package/es/components/fluid-time-picker/index.js.map +1 -0
- package/es/components/grid/column.d.ts +3 -1
- package/es/components/grid/column.js +6 -0
- package/es/components/grid/column.js.map +1 -1
- package/es/components/icon-button/icon-button.d.ts +1 -1
- package/es/components/icon-button/icon-button.js +6 -5
- package/es/components/icon-button/icon-button.js.map +1 -1
- package/es/components/link/link.d.ts +29 -11
- package/es/components/menu/menu-item-selectable.d.ts +5 -3
- package/es/components/menu/menu-item-selectable.js +3 -3
- package/es/components/menu/menu-item-selectable.js.map +1 -1
- package/es/components/menu/menu-item.d.ts +68 -23
- package/es/components/menu/menu-item.js +37 -2
- package/es/components/menu/menu-item.js.map +1 -1
- package/es/components/menu/menu.d.ts +27 -11
- package/es/components/menu-button/menu-button.d.ts +27 -11
- 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.js +6 -4
- package/es/components/modal/modal.js.map +1 -1
- package/es/components/multi-select/multi-select.js +12 -8
- package/es/components/multi-select/multi-select.js.map +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.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/pagination/pagination.d.ts +56 -22
- package/es/components/pagination-nav/defs.d.ts +61 -0
- package/es/components/pagination-nav/defs.js +74 -0
- package/es/components/pagination-nav/defs.js.map +1 -0
- package/es/components/pagination-nav/index.d.ts +7 -0
- package/es/components/pagination-nav/index.js +9 -0
- package/es/components/pagination-nav/index.js.map +1 -0
- package/es/components/pagination-nav/pagination-nav.d.ts +109 -0
- package/es/components/pagination-nav/pagination-nav.js +427 -0
- package/es/components/pagination-nav/pagination-nav.js.map +1 -0
- package/es/components/pagination-nav/pagination-nav.scss.js +13 -0
- package/es/components/pagination-nav/pagination-nav.scss.js.map +1 -0
- package/es/components/password-input/password-input.d.ts +2 -0
- package/es/components/popover/popover.d.ts +27 -11
- package/es/components/popover/popover.js +1 -1
- package/es/components/popover/popover.js.map +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 +57 -23
- package/es/components/radio-button/radio-button.js +7 -5
- package/es/components/radio-button/radio-button.js.map +1 -1
- 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/slider/slider-input.d.ts +29 -11
- package/es/components/slider/slider.d.ts +84 -34
- package/es/components/slider/slider.js +9 -7
- package/es/components/slider/slider.js.map +1 -1
- package/es/components/slug/slug.d.ts +1 -1
- package/es/components/slug/slug.js +6 -4
- package/es/components/slug/slug.js.map +1 -1
- package/es/components/structured-list/structured-list-row.d.ts +27 -11
- package/es/components/structured-list/structured-list.d.ts +30 -12
- package/es/components/structured-list/structured-list.js +7 -5
- package/es/components/structured-list/structured-list.js.map +1 -1
- package/es/components/tabs/tabs.d.ts +27 -11
- 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/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/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 +57 -23
- package/es/components/toggle-tip/toggletip.js +7 -5
- package/es/components/toggle-tip/toggletip.js.map +1 -1
- package/es/components/tooltip/tooltip.d.ts +28 -12
- package/es/components/tooltip/tooltip.js +7 -5
- package/es/components/tooltip/tooltip.js.map +1 -1
- package/es/components/tree-view/tree-view.d.ts +28 -12
- package/es/components/tree-view/tree-view.js +7 -5
- package/es/components/tree-view/tree-view.js.map +1 -1
- 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/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/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 +28 -12
- package/es-custom/components/accordion/accordion-item.js +7 -5
- package/es-custom/components/accordion/accordion-item.js.map +1 -1
- package/es-custom/components/accordion/accordion-skeleton.d.ts +1 -1
- package/es-custom/components/accordion/accordion-skeleton.js +7 -5
- package/es-custom/components/accordion/accordion-skeleton.js.map +1 -1
- package/es-custom/components/accordion/accordion.d.ts +1 -1
- package/es-custom/components/accordion/accordion.js +7 -5
- package/es-custom/components/accordion/accordion.js.map +1 -1
- package/es-custom/components/ai-label/ai-label.d.ts +1 -1
- package/es-custom/components/ai-label/ai-label.js +6 -5
- package/es-custom/components/ai-label/ai-label.js.map +1 -1
- package/es-custom/components/button/button.d.ts +56 -22
- package/es-custom/components/checkbox/checkbox-group.d.ts +2 -0
- package/es-custom/components/checkbox/checkbox.d.ts +57 -23
- package/es-custom/components/checkbox/checkbox.js +7 -5
- package/es-custom/components/checkbox/checkbox.js.map +1 -1
- package/es-custom/components/code-snippet/code-snippet.d.ts +29 -11
- package/es-custom/components/code-snippet/code-snippet.js +15 -14
- package/es-custom/components/code-snippet/code-snippet.js.map +1 -1
- package/es-custom/components/combo-box/combo-box.scss.js +1 -1
- package/es-custom/components/combo-button/combo-button.d.ts +27 -11
- package/es-custom/components/content-switcher/content-switcher-item.d.ts +29 -11
- package/es-custom/components/copy-button/copy-button.d.ts +27 -11
- package/es-custom/components/data-table/table-expanded-row.d.ts +28 -12
- package/es-custom/components/data-table/table-expanded-row.js +7 -5
- package/es-custom/components/data-table/table-expanded-row.js.map +1 -1
- 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 +28 -12
- package/es-custom/components/data-table/table.js +9 -8
- 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/dropdown/dropdown.js +8 -6
- package/es-custom/components/dropdown/dropdown.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/floating-menu/floating-menu.d.ts +56 -22
- package/es-custom/components/fluid-select/fluid-select.d.ts +5 -0
- package/es-custom/components/fluid-select/fluid-select.js +50 -1
- package/es-custom/components/fluid-select/fluid-select.js.map +1 -1
- package/es-custom/components/fluid-textarea/fluid-textarea-skeleton.d.ts +3 -3
- package/es-custom/components/fluid-textarea/fluid-textarea-skeleton.js +3 -3
- package/es-custom/components/fluid-textarea/fluid-textarea-skeleton.js.map +1 -1
- package/es-custom/components/fluid-time-picker/fluid-time-picker-select.d.ts +21 -0
- package/es-custom/components/fluid-time-picker/fluid-time-picker-select.js +53 -0
- package/es-custom/components/fluid-time-picker/fluid-time-picker-select.js.map +1 -0
- package/es-custom/components/fluid-time-picker/fluid-time-picker-skeleton.d.ts +23 -0
- package/es-custom/components/fluid-time-picker/fluid-time-picker-skeleton.js +63 -0
- package/es-custom/components/fluid-time-picker/fluid-time-picker-skeleton.js.map +1 -0
- package/es-custom/components/fluid-time-picker/fluid-time-picker.d.ts +32 -0
- package/es-custom/components/fluid-time-picker/fluid-time-picker.js +239 -0
- package/es-custom/components/fluid-time-picker/fluid-time-picker.js.map +1 -0
- package/es-custom/components/fluid-time-picker/fluid-time-picker.scss.js +13 -0
- package/es-custom/components/fluid-time-picker/fluid-time-picker.scss.js.map +1 -0
- package/es-custom/components/fluid-time-picker/index.d.ts +9 -0
- package/es-custom/components/fluid-time-picker/index.js +11 -0
- package/es-custom/components/fluid-time-picker/index.js.map +1 -0
- package/es-custom/components/grid/column.d.ts +3 -1
- package/es-custom/components/grid/column.js +6 -0
- package/es-custom/components/grid/column.js.map +1 -1
- package/es-custom/components/icon-button/icon-button.d.ts +1 -1
- package/es-custom/components/icon-button/icon-button.js +6 -5
- package/es-custom/components/icon-button/icon-button.js.map +1 -1
- package/es-custom/components/link/link.d.ts +29 -11
- package/es-custom/components/menu/menu-item-selectable.d.ts +5 -3
- package/es-custom/components/menu/menu-item-selectable.js +3 -3
- package/es-custom/components/menu/menu-item-selectable.js.map +1 -1
- package/es-custom/components/menu/menu-item.d.ts +68 -23
- package/es-custom/components/menu/menu-item.js +37 -2
- package/es-custom/components/menu/menu-item.js.map +1 -1
- 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/modal/modal-close-button.d.ts +29 -11
- package/es-custom/components/modal/modal.d.ts +27 -11
- package/es-custom/components/modal/modal.js +6 -4
- package/es-custom/components/modal/modal.js.map +1 -1
- package/es-custom/components/multi-select/multi-select.js +12 -8
- package/es-custom/components/multi-select/multi-select.js.map +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.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/pagination/pagination.d.ts +56 -22
- package/es-custom/components/pagination-nav/defs.d.ts +61 -0
- package/es-custom/components/pagination-nav/defs.js +74 -0
- package/es-custom/components/pagination-nav/defs.js.map +1 -0
- package/es-custom/components/pagination-nav/index.d.ts +7 -0
- package/es-custom/components/pagination-nav/index.js +9 -0
- package/es-custom/components/pagination-nav/index.js.map +1 -0
- package/es-custom/components/pagination-nav/pagination-nav.d.ts +109 -0
- package/es-custom/components/pagination-nav/pagination-nav.js +427 -0
- package/es-custom/components/pagination-nav/pagination-nav.js.map +1 -0
- package/es-custom/components/pagination-nav/pagination-nav.scss.js +13 -0
- package/es-custom/components/pagination-nav/pagination-nav.scss.js.map +1 -0
- package/es-custom/components/password-input/password-input.d.ts +2 -0
- package/es-custom/components/popover/popover.d.ts +27 -11
- package/es-custom/components/popover/popover.js +1 -1
- package/es-custom/components/popover/popover.js.map +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 +57 -23
- package/es-custom/components/radio-button/radio-button.js +7 -5
- package/es-custom/components/radio-button/radio-button.js.map +1 -1
- 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/slider/slider-input.d.ts +29 -11
- package/es-custom/components/slider/slider.d.ts +84 -34
- package/es-custom/components/slider/slider.js +9 -7
- package/es-custom/components/slider/slider.js.map +1 -1
- package/es-custom/components/slug/slug.d.ts +1 -1
- package/es-custom/components/slug/slug.js +6 -4
- package/es-custom/components/slug/slug.js.map +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 +30 -12
- package/es-custom/components/structured-list/structured-list.js +7 -5
- package/es-custom/components/structured-list/structured-list.js.map +1 -1
- package/es-custom/components/tabs/tabs.d.ts +27 -11
- 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/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/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 +57 -23
- package/es-custom/components/toggle-tip/toggletip.js +7 -5
- package/es-custom/components/toggle-tip/toggletip.js.map +1 -1
- package/es-custom/components/tooltip/tooltip.d.ts +28 -12
- package/es-custom/components/tooltip/tooltip.js +7 -5
- package/es-custom/components/tooltip/tooltip.js.map +1 -1
- package/es-custom/components/tree-view/tree-view.d.ts +28 -12
- package/es-custom/components/tree-view/tree-view.js +7 -5
- package/es-custom/components/tree-view/tree-view.js.map +1 -1
- 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/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/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 +28 -12
- package/lib/components/accordion/accordion-skeleton.d.ts +1 -1
- package/lib/components/accordion/accordion.d.ts +1 -1
- package/lib/components/ai-label/ai-label.d.ts +1 -1
- 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 +57 -23
- 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 +28 -12
- 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 +28 -12
- 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/fluid-select/fluid-select.d.ts +5 -0
- package/lib/components/fluid-textarea/fluid-textarea-skeleton.d.ts +3 -3
- package/lib/components/fluid-time-picker/fluid-time-picker-select.d.ts +21 -0
- package/lib/components/fluid-time-picker/fluid-time-picker-skeleton.d.ts +23 -0
- package/lib/components/fluid-time-picker/fluid-time-picker.d.ts +32 -0
- package/lib/components/fluid-time-picker/index.d.ts +9 -0
- package/lib/components/grid/column.d.ts +3 -1
- package/lib/components/icon-button/icon-button.d.ts +1 -1
- package/lib/components/link/link.d.ts +29 -11
- package/lib/components/menu/menu-item-selectable.d.ts +5 -3
- package/lib/components/menu/menu-item.d.ts +68 -23
- 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/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/pagination-nav/defs.d.ts +61 -0
- package/lib/components/pagination-nav/defs.js +74 -0
- package/lib/components/pagination-nav/defs.js.map +1 -0
- package/lib/components/pagination-nav/index.d.ts +7 -0
- package/lib/components/pagination-nav/pagination-nav.d.ts +109 -0
- package/lib/components/password-input/password-input.d.ts +2 -0
- package/lib/components/popover/popover.d.ts +27 -11
- 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 +57 -23
- 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 +84 -34
- package/lib/components/slug/slug.d.ts +1 -1
- package/lib/components/structured-list/structured-list-row.d.ts +27 -11
- package/lib/components/structured-list/structured-list.d.ts +30 -12
- 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 +57 -23
- package/lib/components/tooltip/tooltip.d.ts +28 -12
- package/lib/components/tree-view/tree-view.d.ts +28 -12
- 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 +7 -7
- package/scss/components/combo-box/combo-box.scss +1 -1
- package/scss/components/fluid-time-picker/fluid-time-picker.scss +198 -0
- package/scss/components/pagination-nav/pagination-nav.scss +29 -0
- package/telemetry.yml +16 -8
|
@@ -21,6 +21,7 @@ declare const CDSDropdown_base: (abstract new (...args: any[]) => {
|
|
|
21
21
|
accessKey: string;
|
|
22
22
|
readonly accessKeyLabel: string;
|
|
23
23
|
autocapitalize: string;
|
|
24
|
+
autocorrect: boolean;
|
|
24
25
|
dir: string;
|
|
25
26
|
draggable: boolean;
|
|
26
27
|
hidden: boolean;
|
|
@@ -42,13 +43,14 @@ declare const CDSDropdown_base: (abstract new (...args: any[]) => {
|
|
|
42
43
|
click(): void;
|
|
43
44
|
hidePopover(): void;
|
|
44
45
|
showPopover(): void;
|
|
45
|
-
togglePopover(
|
|
46
|
+
togglePopover(options?: boolean): boolean;
|
|
46
47
|
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
47
48
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
48
49
|
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
49
50
|
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
50
51
|
readonly attributes: NamedNodeMap;
|
|
51
|
-
|
|
52
|
+
get classList(): DOMTokenList;
|
|
53
|
+
set classList(value: string);
|
|
52
54
|
className: string;
|
|
53
55
|
readonly clientHeight: number;
|
|
54
56
|
readonly clientLeft: number;
|
|
@@ -63,7 +65,8 @@ declare const CDSDropdown_base: (abstract new (...args: any[]) => {
|
|
|
63
65
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
64
66
|
outerHTML: string;
|
|
65
67
|
readonly ownerDocument: Document;
|
|
66
|
-
|
|
68
|
+
get part(): DOMTokenList;
|
|
69
|
+
set part(value: string);
|
|
67
70
|
readonly prefix: string | null;
|
|
68
71
|
readonly scrollHeight: number;
|
|
69
72
|
scrollLeft: number;
|
|
@@ -126,6 +129,8 @@ declare const CDSDropdown_base: (abstract new (...args: any[]) => {
|
|
|
126
129
|
setPointerCapture(pointerId: number): void;
|
|
127
130
|
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
128
131
|
webkitMatchesSelector(selectors: string): boolean;
|
|
132
|
+
get textContent(): string;
|
|
133
|
+
set textContent(value: string | null);
|
|
129
134
|
readonly baseURI: string;
|
|
130
135
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
131
136
|
readonly firstChild: ChildNode | null;
|
|
@@ -138,9 +143,8 @@ declare const CDSDropdown_base: (abstract new (...args: any[]) => {
|
|
|
138
143
|
readonly parentElement: HTMLElement | null;
|
|
139
144
|
readonly parentNode: ParentNode | null;
|
|
140
145
|
readonly previousSibling: ChildNode | null;
|
|
141
|
-
textContent: string | null;
|
|
142
146
|
appendChild<T extends Node>(node: T): T;
|
|
143
|
-
cloneNode(
|
|
147
|
+
cloneNode(subtree?: boolean): Node;
|
|
144
148
|
compareDocumentPosition(other: Node): number;
|
|
145
149
|
contains(other: Node | null): boolean;
|
|
146
150
|
getRootNode(options?: GetRootNodeOptions): Node;
|
|
@@ -173,6 +177,7 @@ declare const CDSDropdown_base: (abstract new (...args: any[]) => {
|
|
|
173
177
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
174
178
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
175
179
|
dispatchEvent(event: Event): boolean;
|
|
180
|
+
ariaActiveDescendantElement: Element | null;
|
|
176
181
|
ariaAtomic: string | null;
|
|
177
182
|
ariaAutoComplete: string | null;
|
|
178
183
|
ariaBrailleLabel: string | null;
|
|
@@ -183,25 +188,33 @@ declare const CDSDropdown_base: (abstract new (...args: any[]) => {
|
|
|
183
188
|
ariaColIndex: string | null;
|
|
184
189
|
ariaColIndexText: string | null;
|
|
185
190
|
ariaColSpan: string | null;
|
|
191
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
186
192
|
ariaCurrent: string | null;
|
|
193
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
187
194
|
ariaDescription: string | null;
|
|
195
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
188
196
|
ariaDisabled: string | null;
|
|
197
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
189
198
|
ariaExpanded: string | null;
|
|
199
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
190
200
|
ariaHasPopup: string | null;
|
|
191
201
|
ariaHidden: string | null;
|
|
192
202
|
ariaInvalid: string | null;
|
|
193
203
|
ariaKeyShortcuts: string | null;
|
|
194
204
|
ariaLabel: string | null;
|
|
205
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
195
206
|
ariaLevel: string | null;
|
|
196
207
|
ariaLive: string | null;
|
|
197
208
|
ariaModal: string | null;
|
|
198
209
|
ariaMultiLine: string | null;
|
|
199
210
|
ariaMultiSelectable: string | null;
|
|
200
211
|
ariaOrientation: string | null;
|
|
212
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
201
213
|
ariaPlaceholder: string | null;
|
|
202
214
|
ariaPosInSet: string | null;
|
|
203
215
|
ariaPressed: string | null;
|
|
204
216
|
ariaReadOnly: string | null;
|
|
217
|
+
ariaRelevant: string | null;
|
|
205
218
|
ariaRequired: string | null;
|
|
206
219
|
ariaRoleDescription: string | null;
|
|
207
220
|
ariaRowCount: string | null;
|
|
@@ -243,7 +256,8 @@ declare const CDSDropdown_base: (abstract new (...args: any[]) => {
|
|
|
243
256
|
replaceChildren(...nodes: (Node | string)[]): void;
|
|
244
257
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
245
258
|
readonly attributeStyleMap: StylePropertyMap;
|
|
246
|
-
|
|
259
|
+
get style(): CSSStyleDeclaration;
|
|
260
|
+
set style(cssText: string);
|
|
247
261
|
contentEditable: string;
|
|
248
262
|
enterKeyHint: string;
|
|
249
263
|
inputMode: string;
|
|
@@ -253,18 +267,19 @@ declare const CDSDropdown_base: (abstract new (...args: any[]) => {
|
|
|
253
267
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
254
268
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
255
269
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
256
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
270
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
257
271
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
258
|
-
|
|
272
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
273
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
259
274
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
260
275
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
261
276
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
262
277
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
263
278
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
264
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
279
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
265
280
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
266
281
|
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
267
|
-
oncontextmenu: ((this: GlobalEventHandlers, ev:
|
|
282
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
268
283
|
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
269
284
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
270
285
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -312,6 +327,7 @@ declare const CDSDropdown_base: (abstract new (...args: any[]) => {
|
|
|
312
327
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
313
328
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
314
329
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
330
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
315
331
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
316
332
|
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
317
333
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -330,7 +346,7 @@ declare const CDSDropdown_base: (abstract new (...args: any[]) => {
|
|
|
330
346
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
331
347
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
332
348
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
333
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
349
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
334
350
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
335
351
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
336
352
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
@@ -360,6 +376,7 @@ declare const CDSDropdown_base: (abstract new (...args: any[]) => {
|
|
|
360
376
|
accessKey: string;
|
|
361
377
|
readonly accessKeyLabel: string;
|
|
362
378
|
autocapitalize: string;
|
|
379
|
+
autocorrect: boolean;
|
|
363
380
|
dir: string;
|
|
364
381
|
draggable: boolean;
|
|
365
382
|
hidden: boolean;
|
|
@@ -381,13 +398,14 @@ declare const CDSDropdown_base: (abstract new (...args: any[]) => {
|
|
|
381
398
|
click(): void;
|
|
382
399
|
hidePopover(): void;
|
|
383
400
|
showPopover(): void;
|
|
384
|
-
togglePopover(
|
|
401
|
+
togglePopover(options?: boolean): boolean;
|
|
385
402
|
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
386
403
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
387
404
|
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
388
405
|
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
389
406
|
readonly attributes: NamedNodeMap;
|
|
390
|
-
|
|
407
|
+
get classList(): DOMTokenList;
|
|
408
|
+
set classList(value: string);
|
|
391
409
|
className: string;
|
|
392
410
|
readonly clientHeight: number;
|
|
393
411
|
readonly clientLeft: number;
|
|
@@ -402,7 +420,8 @@ declare const CDSDropdown_base: (abstract new (...args: any[]) => {
|
|
|
402
420
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
403
421
|
outerHTML: string;
|
|
404
422
|
readonly ownerDocument: Document;
|
|
405
|
-
|
|
423
|
+
get part(): DOMTokenList;
|
|
424
|
+
set part(value: string);
|
|
406
425
|
readonly prefix: string | null;
|
|
407
426
|
readonly scrollHeight: number;
|
|
408
427
|
scrollLeft: number;
|
|
@@ -465,6 +484,8 @@ declare const CDSDropdown_base: (abstract new (...args: any[]) => {
|
|
|
465
484
|
setPointerCapture(pointerId: number): void;
|
|
466
485
|
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
467
486
|
webkitMatchesSelector(selectors: string): boolean;
|
|
487
|
+
get textContent(): string;
|
|
488
|
+
set textContent(value: string | null);
|
|
468
489
|
readonly baseURI: string;
|
|
469
490
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
470
491
|
readonly firstChild: ChildNode | null;
|
|
@@ -477,9 +498,8 @@ declare const CDSDropdown_base: (abstract new (...args: any[]) => {
|
|
|
477
498
|
readonly parentElement: HTMLElement | null;
|
|
478
499
|
readonly parentNode: ParentNode | null;
|
|
479
500
|
readonly previousSibling: ChildNode | null;
|
|
480
|
-
textContent: string | null;
|
|
481
501
|
appendChild<T extends Node>(node: T): T;
|
|
482
|
-
cloneNode(
|
|
502
|
+
cloneNode(subtree?: boolean): Node;
|
|
483
503
|
compareDocumentPosition(other: Node): number;
|
|
484
504
|
contains(other: Node | null): boolean;
|
|
485
505
|
getRootNode(options?: GetRootNodeOptions): Node;
|
|
@@ -512,6 +532,7 @@ declare const CDSDropdown_base: (abstract new (...args: any[]) => {
|
|
|
512
532
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
513
533
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
514
534
|
dispatchEvent(event: Event): boolean;
|
|
535
|
+
ariaActiveDescendantElement: Element | null;
|
|
515
536
|
ariaAtomic: string | null;
|
|
516
537
|
ariaAutoComplete: string | null;
|
|
517
538
|
ariaBrailleLabel: string | null;
|
|
@@ -522,25 +543,33 @@ declare const CDSDropdown_base: (abstract new (...args: any[]) => {
|
|
|
522
543
|
ariaColIndex: string | null;
|
|
523
544
|
ariaColIndexText: string | null;
|
|
524
545
|
ariaColSpan: string | null;
|
|
546
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
525
547
|
ariaCurrent: string | null;
|
|
548
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
526
549
|
ariaDescription: string | null;
|
|
550
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
527
551
|
ariaDisabled: string | null;
|
|
552
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
528
553
|
ariaExpanded: string | null;
|
|
554
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
529
555
|
ariaHasPopup: string | null;
|
|
530
556
|
ariaHidden: string | null;
|
|
531
557
|
ariaInvalid: string | null;
|
|
532
558
|
ariaKeyShortcuts: string | null;
|
|
533
559
|
ariaLabel: string | null;
|
|
560
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
534
561
|
ariaLevel: string | null;
|
|
535
562
|
ariaLive: string | null;
|
|
536
563
|
ariaModal: string | null;
|
|
537
564
|
ariaMultiLine: string | null;
|
|
538
565
|
ariaMultiSelectable: string | null;
|
|
539
566
|
ariaOrientation: string | null;
|
|
567
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
540
568
|
ariaPlaceholder: string | null;
|
|
541
569
|
ariaPosInSet: string | null;
|
|
542
570
|
ariaPressed: string | null;
|
|
543
571
|
ariaReadOnly: string | null;
|
|
572
|
+
ariaRelevant: string | null;
|
|
544
573
|
ariaRequired: string | null;
|
|
545
574
|
ariaRoleDescription: string | null;
|
|
546
575
|
ariaRowCount: string | null;
|
|
@@ -582,7 +611,8 @@ declare const CDSDropdown_base: (abstract new (...args: any[]) => {
|
|
|
582
611
|
replaceChildren(...nodes: (Node | string)[]): void;
|
|
583
612
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
584
613
|
readonly attributeStyleMap: StylePropertyMap;
|
|
585
|
-
|
|
614
|
+
get style(): CSSStyleDeclaration;
|
|
615
|
+
set style(cssText: string);
|
|
586
616
|
contentEditable: string;
|
|
587
617
|
enterKeyHint: string;
|
|
588
618
|
inputMode: string;
|
|
@@ -592,18 +622,19 @@ declare const CDSDropdown_base: (abstract new (...args: any[]) => {
|
|
|
592
622
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
593
623
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
594
624
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
595
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
625
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
596
626
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
597
|
-
|
|
627
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
628
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
598
629
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
599
630
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
600
631
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
601
632
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
602
633
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
603
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
634
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
604
635
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
605
636
|
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
606
|
-
oncontextmenu: ((this: GlobalEventHandlers, ev:
|
|
637
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
607
638
|
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
608
639
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
609
640
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -651,6 +682,7 @@ declare const CDSDropdown_base: (abstract new (...args: any[]) => {
|
|
|
651
682
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
652
683
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
653
684
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
685
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
654
686
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
655
687
|
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
656
688
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -669,7 +701,7 @@ declare const CDSDropdown_base: (abstract new (...args: any[]) => {
|
|
|
669
701
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
670
702
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
671
703
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
672
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
704
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
673
705
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
674
706
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
675
707
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
@@ -707,6 +739,7 @@ declare const CDSDropdown_base: (abstract new (...args: any[]) => {
|
|
|
707
739
|
accessKey: string;
|
|
708
740
|
readonly accessKeyLabel: string;
|
|
709
741
|
autocapitalize: string;
|
|
742
|
+
autocorrect: boolean;
|
|
710
743
|
dir: string;
|
|
711
744
|
draggable: boolean;
|
|
712
745
|
hidden: boolean;
|
|
@@ -728,13 +761,14 @@ declare const CDSDropdown_base: (abstract new (...args: any[]) => {
|
|
|
728
761
|
click(): void;
|
|
729
762
|
hidePopover(): void;
|
|
730
763
|
showPopover(): void;
|
|
731
|
-
togglePopover(
|
|
764
|
+
togglePopover(options?: boolean): boolean;
|
|
732
765
|
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
733
766
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
734
767
|
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
735
768
|
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
736
769
|
readonly attributes: NamedNodeMap;
|
|
737
|
-
|
|
770
|
+
get classList(): DOMTokenList;
|
|
771
|
+
set classList(value: string);
|
|
738
772
|
className: string;
|
|
739
773
|
readonly clientHeight: number;
|
|
740
774
|
readonly clientLeft: number;
|
|
@@ -749,7 +783,8 @@ declare const CDSDropdown_base: (abstract new (...args: any[]) => {
|
|
|
749
783
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
750
784
|
outerHTML: string;
|
|
751
785
|
readonly ownerDocument: Document;
|
|
752
|
-
|
|
786
|
+
get part(): DOMTokenList;
|
|
787
|
+
set part(value: string);
|
|
753
788
|
readonly prefix: string | null;
|
|
754
789
|
readonly scrollHeight: number;
|
|
755
790
|
scrollLeft: number;
|
|
@@ -812,6 +847,8 @@ declare const CDSDropdown_base: (abstract new (...args: any[]) => {
|
|
|
812
847
|
setPointerCapture(pointerId: number): void;
|
|
813
848
|
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
814
849
|
webkitMatchesSelector(selectors: string): boolean;
|
|
850
|
+
get textContent(): string;
|
|
851
|
+
set textContent(value: string | null);
|
|
815
852
|
readonly baseURI: string;
|
|
816
853
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
817
854
|
readonly firstChild: ChildNode | null;
|
|
@@ -824,9 +861,8 @@ declare const CDSDropdown_base: (abstract new (...args: any[]) => {
|
|
|
824
861
|
readonly parentElement: HTMLElement | null;
|
|
825
862
|
readonly parentNode: ParentNode | null;
|
|
826
863
|
readonly previousSibling: ChildNode | null;
|
|
827
|
-
textContent: string | null;
|
|
828
864
|
appendChild<T extends Node>(node: T): T;
|
|
829
|
-
cloneNode(
|
|
865
|
+
cloneNode(subtree?: boolean): Node;
|
|
830
866
|
compareDocumentPosition(other: Node): number;
|
|
831
867
|
contains(other: Node | null): boolean;
|
|
832
868
|
getRootNode(options?: GetRootNodeOptions): Node;
|
|
@@ -859,6 +895,7 @@ declare const CDSDropdown_base: (abstract new (...args: any[]) => {
|
|
|
859
895
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
860
896
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
861
897
|
dispatchEvent(event: Event): boolean;
|
|
898
|
+
ariaActiveDescendantElement: Element | null;
|
|
862
899
|
ariaAtomic: string | null;
|
|
863
900
|
ariaAutoComplete: string | null;
|
|
864
901
|
ariaBrailleLabel: string | null;
|
|
@@ -869,25 +906,33 @@ declare const CDSDropdown_base: (abstract new (...args: any[]) => {
|
|
|
869
906
|
ariaColIndex: string | null;
|
|
870
907
|
ariaColIndexText: string | null;
|
|
871
908
|
ariaColSpan: string | null;
|
|
909
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
872
910
|
ariaCurrent: string | null;
|
|
911
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
873
912
|
ariaDescription: string | null;
|
|
913
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
874
914
|
ariaDisabled: string | null;
|
|
915
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
875
916
|
ariaExpanded: string | null;
|
|
917
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
876
918
|
ariaHasPopup: string | null;
|
|
877
919
|
ariaHidden: string | null;
|
|
878
920
|
ariaInvalid: string | null;
|
|
879
921
|
ariaKeyShortcuts: string | null;
|
|
880
922
|
ariaLabel: string | null;
|
|
923
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
881
924
|
ariaLevel: string | null;
|
|
882
925
|
ariaLive: string | null;
|
|
883
926
|
ariaModal: string | null;
|
|
884
927
|
ariaMultiLine: string | null;
|
|
885
928
|
ariaMultiSelectable: string | null;
|
|
886
929
|
ariaOrientation: string | null;
|
|
930
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
887
931
|
ariaPlaceholder: string | null;
|
|
888
932
|
ariaPosInSet: string | null;
|
|
889
933
|
ariaPressed: string | null;
|
|
890
934
|
ariaReadOnly: string | null;
|
|
935
|
+
ariaRelevant: string | null;
|
|
891
936
|
ariaRequired: string | null;
|
|
892
937
|
ariaRoleDescription: string | null;
|
|
893
938
|
ariaRowCount: string | null;
|
|
@@ -929,7 +974,8 @@ declare const CDSDropdown_base: (abstract new (...args: any[]) => {
|
|
|
929
974
|
replaceChildren(...nodes: (Node | string)[]): void;
|
|
930
975
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
931
976
|
readonly attributeStyleMap: StylePropertyMap;
|
|
932
|
-
|
|
977
|
+
get style(): CSSStyleDeclaration;
|
|
978
|
+
set style(cssText: string);
|
|
933
979
|
contentEditable: string;
|
|
934
980
|
enterKeyHint: string;
|
|
935
981
|
inputMode: string;
|
|
@@ -939,18 +985,19 @@ declare const CDSDropdown_base: (abstract new (...args: any[]) => {
|
|
|
939
985
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
940
986
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
941
987
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
942
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
988
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
943
989
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
944
|
-
|
|
990
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
991
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
945
992
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
946
993
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
947
994
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
948
995
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
949
996
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
950
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
997
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
951
998
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
952
999
|
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
953
|
-
oncontextmenu: ((this: GlobalEventHandlers, ev:
|
|
1000
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
954
1001
|
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
955
1002
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
956
1003
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -998,6 +1045,7 @@ declare const CDSDropdown_base: (abstract new (...args: any[]) => {
|
|
|
998
1045
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
999
1046
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1000
1047
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1048
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1001
1049
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1002
1050
|
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
1003
1051
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -1016,7 +1064,7 @@ declare const CDSDropdown_base: (abstract new (...args: any[]) => {
|
|
|
1016
1064
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
1017
1065
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1018
1066
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1019
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
1067
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
1020
1068
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1021
1069
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1022
1070
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
@@ -1044,6 +1092,7 @@ declare const CDSDropdown_base: (abstract new (...args: any[]) => {
|
|
|
1044
1092
|
accessKey: string;
|
|
1045
1093
|
readonly accessKeyLabel: string;
|
|
1046
1094
|
autocapitalize: string;
|
|
1095
|
+
autocorrect: boolean;
|
|
1047
1096
|
dir: string;
|
|
1048
1097
|
draggable: boolean;
|
|
1049
1098
|
hidden: boolean;
|
|
@@ -1065,13 +1114,14 @@ declare const CDSDropdown_base: (abstract new (...args: any[]) => {
|
|
|
1065
1114
|
click(): void;
|
|
1066
1115
|
hidePopover(): void;
|
|
1067
1116
|
showPopover(): void;
|
|
1068
|
-
togglePopover(
|
|
1117
|
+
togglePopover(options?: boolean): boolean;
|
|
1069
1118
|
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1070
1119
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
1071
1120
|
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
1072
1121
|
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
1073
1122
|
readonly attributes: NamedNodeMap;
|
|
1074
|
-
|
|
1123
|
+
get classList(): DOMTokenList;
|
|
1124
|
+
set classList(value: string);
|
|
1075
1125
|
className: string;
|
|
1076
1126
|
readonly clientHeight: number;
|
|
1077
1127
|
readonly clientLeft: number;
|
|
@@ -1086,7 +1136,8 @@ declare const CDSDropdown_base: (abstract new (...args: any[]) => {
|
|
|
1086
1136
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
1087
1137
|
outerHTML: string;
|
|
1088
1138
|
readonly ownerDocument: Document;
|
|
1089
|
-
|
|
1139
|
+
get part(): DOMTokenList;
|
|
1140
|
+
set part(value: string);
|
|
1090
1141
|
readonly prefix: string | null;
|
|
1091
1142
|
readonly scrollHeight: number;
|
|
1092
1143
|
scrollLeft: number;
|
|
@@ -1149,6 +1200,8 @@ declare const CDSDropdown_base: (abstract new (...args: any[]) => {
|
|
|
1149
1200
|
setPointerCapture(pointerId: number): void;
|
|
1150
1201
|
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
1151
1202
|
webkitMatchesSelector(selectors: string): boolean;
|
|
1203
|
+
get textContent(): string;
|
|
1204
|
+
set textContent(value: string | null);
|
|
1152
1205
|
readonly baseURI: string;
|
|
1153
1206
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
1154
1207
|
readonly firstChild: ChildNode | null;
|
|
@@ -1161,9 +1214,8 @@ declare const CDSDropdown_base: (abstract new (...args: any[]) => {
|
|
|
1161
1214
|
readonly parentElement: HTMLElement | null;
|
|
1162
1215
|
readonly parentNode: ParentNode | null;
|
|
1163
1216
|
readonly previousSibling: ChildNode | null;
|
|
1164
|
-
textContent: string | null;
|
|
1165
1217
|
appendChild<T extends Node>(node: T): T;
|
|
1166
|
-
cloneNode(
|
|
1218
|
+
cloneNode(subtree?: boolean): Node;
|
|
1167
1219
|
compareDocumentPosition(other: Node): number;
|
|
1168
1220
|
contains(other: Node | null): boolean;
|
|
1169
1221
|
getRootNode(options?: GetRootNodeOptions): Node;
|
|
@@ -1196,6 +1248,7 @@ declare const CDSDropdown_base: (abstract new (...args: any[]) => {
|
|
|
1196
1248
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
1197
1249
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
1198
1250
|
dispatchEvent(event: Event): boolean;
|
|
1251
|
+
ariaActiveDescendantElement: Element | null;
|
|
1199
1252
|
ariaAtomic: string | null;
|
|
1200
1253
|
ariaAutoComplete: string | null;
|
|
1201
1254
|
ariaBrailleLabel: string | null;
|
|
@@ -1206,25 +1259,33 @@ declare const CDSDropdown_base: (abstract new (...args: any[]) => {
|
|
|
1206
1259
|
ariaColIndex: string | null;
|
|
1207
1260
|
ariaColIndexText: string | null;
|
|
1208
1261
|
ariaColSpan: string | null;
|
|
1262
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
1209
1263
|
ariaCurrent: string | null;
|
|
1264
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
1210
1265
|
ariaDescription: string | null;
|
|
1266
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
1211
1267
|
ariaDisabled: string | null;
|
|
1268
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
1212
1269
|
ariaExpanded: string | null;
|
|
1270
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
1213
1271
|
ariaHasPopup: string | null;
|
|
1214
1272
|
ariaHidden: string | null;
|
|
1215
1273
|
ariaInvalid: string | null;
|
|
1216
1274
|
ariaKeyShortcuts: string | null;
|
|
1217
1275
|
ariaLabel: string | null;
|
|
1276
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
1218
1277
|
ariaLevel: string | null;
|
|
1219
1278
|
ariaLive: string | null;
|
|
1220
1279
|
ariaModal: string | null;
|
|
1221
1280
|
ariaMultiLine: string | null;
|
|
1222
1281
|
ariaMultiSelectable: string | null;
|
|
1223
1282
|
ariaOrientation: string | null;
|
|
1283
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
1224
1284
|
ariaPlaceholder: string | null;
|
|
1225
1285
|
ariaPosInSet: string | null;
|
|
1226
1286
|
ariaPressed: string | null;
|
|
1227
1287
|
ariaReadOnly: string | null;
|
|
1288
|
+
ariaRelevant: string | null;
|
|
1228
1289
|
ariaRequired: string | null;
|
|
1229
1290
|
ariaRoleDescription: string | null;
|
|
1230
1291
|
ariaRowCount: string | null;
|
|
@@ -1266,7 +1327,8 @@ declare const CDSDropdown_base: (abstract new (...args: any[]) => {
|
|
|
1266
1327
|
replaceChildren(...nodes: (Node | string)[]): void;
|
|
1267
1328
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
1268
1329
|
readonly attributeStyleMap: StylePropertyMap;
|
|
1269
|
-
|
|
1330
|
+
get style(): CSSStyleDeclaration;
|
|
1331
|
+
set style(cssText: string);
|
|
1270
1332
|
contentEditable: string;
|
|
1271
1333
|
enterKeyHint: string;
|
|
1272
1334
|
inputMode: string;
|
|
@@ -1276,18 +1338,19 @@ declare const CDSDropdown_base: (abstract new (...args: any[]) => {
|
|
|
1276
1338
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1277
1339
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1278
1340
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
1279
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
1341
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1280
1342
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
1281
|
-
|
|
1343
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1344
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
1282
1345
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
1283
1346
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1284
1347
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1285
1348
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1286
1349
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1287
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
1350
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1288
1351
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1289
1352
|
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1290
|
-
oncontextmenu: ((this: GlobalEventHandlers, ev:
|
|
1353
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1291
1354
|
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1292
1355
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
1293
1356
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -1335,6 +1398,7 @@ declare const CDSDropdown_base: (abstract new (...args: any[]) => {
|
|
|
1335
1398
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1336
1399
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1337
1400
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1401
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1338
1402
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
1339
1403
|
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
1340
1404
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -1353,7 +1417,7 @@ declare const CDSDropdown_base: (abstract new (...args: any[]) => {
|
|
|
1353
1417
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
1354
1418
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1355
1419
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
1356
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
1420
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
1357
1421
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1358
1422
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
1359
1423
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
@@ -1722,6 +1786,8 @@ declare class CDSDropdown extends CDSDropdown_base {
|
|
|
1722
1786
|
static get aiLabelItem(): string;
|
|
1723
1787
|
static shadowRootOptions: {
|
|
1724
1788
|
delegatesFocus: boolean;
|
|
1789
|
+
clonable?: boolean;
|
|
1790
|
+
customElementRegistry?: CustomElementRegistry;
|
|
1725
1791
|
mode: ShadowRootMode;
|
|
1726
1792
|
serializable?: boolean;
|
|
1727
1793
|
slotAssignment?: SlotAssignmentMode;
|