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