@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
|
@@ -22,6 +22,7 @@ declare const HostListenerMixin: <T extends Constructor<HTMLElement>>(Base: T) =
|
|
|
22
22
|
accessKey: string;
|
|
23
23
|
readonly accessKeyLabel: string;
|
|
24
24
|
autocapitalize: string;
|
|
25
|
+
autocorrect: boolean;
|
|
25
26
|
dir: string;
|
|
26
27
|
draggable: boolean;
|
|
27
28
|
hidden: boolean;
|
|
@@ -43,13 +44,14 @@ declare const HostListenerMixin: <T extends Constructor<HTMLElement>>(Base: T) =
|
|
|
43
44
|
click(): void;
|
|
44
45
|
hidePopover(): void;
|
|
45
46
|
showPopover(): void;
|
|
46
|
-
togglePopover(
|
|
47
|
+
togglePopover(options?: boolean): boolean;
|
|
47
48
|
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
48
49
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
49
50
|
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
50
51
|
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
51
52
|
readonly attributes: NamedNodeMap;
|
|
52
|
-
|
|
53
|
+
get classList(): DOMTokenList;
|
|
54
|
+
set classList(value: string);
|
|
53
55
|
className: string;
|
|
54
56
|
readonly clientHeight: number;
|
|
55
57
|
readonly clientLeft: number;
|
|
@@ -64,7 +66,8 @@ declare const HostListenerMixin: <T extends Constructor<HTMLElement>>(Base: T) =
|
|
|
64
66
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
65
67
|
outerHTML: string;
|
|
66
68
|
readonly ownerDocument: Document;
|
|
67
|
-
|
|
69
|
+
get part(): DOMTokenList;
|
|
70
|
+
set part(value: string);
|
|
68
71
|
readonly prefix: string | null;
|
|
69
72
|
readonly scrollHeight: number;
|
|
70
73
|
scrollLeft: number;
|
|
@@ -127,6 +130,8 @@ declare const HostListenerMixin: <T extends Constructor<HTMLElement>>(Base: T) =
|
|
|
127
130
|
setPointerCapture(pointerId: number): void;
|
|
128
131
|
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
129
132
|
webkitMatchesSelector(selectors: string): boolean;
|
|
133
|
+
get textContent(): string;
|
|
134
|
+
set textContent(value: string | null);
|
|
130
135
|
readonly baseURI: string;
|
|
131
136
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
132
137
|
readonly firstChild: ChildNode | null;
|
|
@@ -139,9 +144,8 @@ declare const HostListenerMixin: <T extends Constructor<HTMLElement>>(Base: T) =
|
|
|
139
144
|
readonly parentElement: HTMLElement | null;
|
|
140
145
|
readonly parentNode: ParentNode | null;
|
|
141
146
|
readonly previousSibling: ChildNode | null;
|
|
142
|
-
textContent: string | null;
|
|
143
147
|
appendChild<T_1 extends Node>(node: T_1): T_1;
|
|
144
|
-
cloneNode(
|
|
148
|
+
cloneNode(subtree?: boolean): Node;
|
|
145
149
|
compareDocumentPosition(other: Node): number;
|
|
146
150
|
contains(other: Node | null): boolean;
|
|
147
151
|
getRootNode(options?: GetRootNodeOptions): Node;
|
|
@@ -174,6 +178,7 @@ declare const HostListenerMixin: <T extends Constructor<HTMLElement>>(Base: T) =
|
|
|
174
178
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
175
179
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
176
180
|
dispatchEvent(event: Event): boolean;
|
|
181
|
+
ariaActiveDescendantElement: Element | null;
|
|
177
182
|
ariaAtomic: string | null;
|
|
178
183
|
ariaAutoComplete: string | null;
|
|
179
184
|
ariaBrailleLabel: string | null;
|
|
@@ -184,25 +189,33 @@ declare const HostListenerMixin: <T extends Constructor<HTMLElement>>(Base: T) =
|
|
|
184
189
|
ariaColIndex: string | null;
|
|
185
190
|
ariaColIndexText: string | null;
|
|
186
191
|
ariaColSpan: string | null;
|
|
192
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
187
193
|
ariaCurrent: string | null;
|
|
194
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
188
195
|
ariaDescription: string | null;
|
|
196
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
189
197
|
ariaDisabled: string | null;
|
|
198
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
190
199
|
ariaExpanded: string | null;
|
|
200
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
191
201
|
ariaHasPopup: string | null;
|
|
192
202
|
ariaHidden: string | null;
|
|
193
203
|
ariaInvalid: string | null;
|
|
194
204
|
ariaKeyShortcuts: string | null;
|
|
195
205
|
ariaLabel: string | null;
|
|
206
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
196
207
|
ariaLevel: string | null;
|
|
197
208
|
ariaLive: string | null;
|
|
198
209
|
ariaModal: string | null;
|
|
199
210
|
ariaMultiLine: string | null;
|
|
200
211
|
ariaMultiSelectable: string | null;
|
|
201
212
|
ariaOrientation: string | null;
|
|
213
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
202
214
|
ariaPlaceholder: string | null;
|
|
203
215
|
ariaPosInSet: string | null;
|
|
204
216
|
ariaPressed: string | null;
|
|
205
217
|
ariaReadOnly: string | null;
|
|
218
|
+
ariaRelevant: string | null;
|
|
206
219
|
ariaRequired: string | null;
|
|
207
220
|
ariaRoleDescription: string | null;
|
|
208
221
|
ariaRowCount: string | null;
|
|
@@ -244,7 +257,8 @@ declare const HostListenerMixin: <T extends Constructor<HTMLElement>>(Base: T) =
|
|
|
244
257
|
replaceChildren(...nodes: (Node | string)[]): void;
|
|
245
258
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
246
259
|
readonly attributeStyleMap: StylePropertyMap;
|
|
247
|
-
|
|
260
|
+
get style(): CSSStyleDeclaration;
|
|
261
|
+
set style(cssText: string);
|
|
248
262
|
contentEditable: string;
|
|
249
263
|
enterKeyHint: string;
|
|
250
264
|
inputMode: string;
|
|
@@ -254,18 +268,19 @@ declare const HostListenerMixin: <T extends Constructor<HTMLElement>>(Base: T) =
|
|
|
254
268
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
255
269
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
256
270
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
257
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
271
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
258
272
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
259
|
-
|
|
273
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
274
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
260
275
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
261
276
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
262
277
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
263
278
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
264
279
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
265
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
280
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
266
281
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
267
282
|
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
268
|
-
oncontextmenu: ((this: GlobalEventHandlers, ev:
|
|
283
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
269
284
|
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
270
285
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
271
286
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -313,6 +328,7 @@ declare const HostListenerMixin: <T extends Constructor<HTMLElement>>(Base: T) =
|
|
|
313
328
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
314
329
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
315
330
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
331
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
316
332
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
317
333
|
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
318
334
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -331,7 +347,7 @@ declare const HostListenerMixin: <T extends Constructor<HTMLElement>>(Base: T) =
|
|
|
331
347
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
332
348
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
333
349
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
334
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
350
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
335
351
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
336
352
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
337
353
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
@@ -71,6 +71,7 @@ declare const ValidityMixin: <T extends Constructor<HTMLElement>>(Base: T) => (a
|
|
|
71
71
|
accessKey: string;
|
|
72
72
|
readonly accessKeyLabel: string;
|
|
73
73
|
autocapitalize: string;
|
|
74
|
+
autocorrect: boolean;
|
|
74
75
|
dir: string;
|
|
75
76
|
draggable: boolean;
|
|
76
77
|
hidden: boolean;
|
|
@@ -92,13 +93,14 @@ declare const ValidityMixin: <T extends Constructor<HTMLElement>>(Base: T) => (a
|
|
|
92
93
|
click(): void;
|
|
93
94
|
hidePopover(): void;
|
|
94
95
|
showPopover(): void;
|
|
95
|
-
togglePopover(
|
|
96
|
+
togglePopover(options?: boolean): boolean;
|
|
96
97
|
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
97
98
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
98
99
|
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
99
100
|
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
100
101
|
readonly attributes: NamedNodeMap;
|
|
101
|
-
|
|
102
|
+
get classList(): DOMTokenList;
|
|
103
|
+
set classList(value: string);
|
|
102
104
|
className: string;
|
|
103
105
|
readonly clientHeight: number;
|
|
104
106
|
readonly clientLeft: number;
|
|
@@ -113,7 +115,8 @@ declare const ValidityMixin: <T extends Constructor<HTMLElement>>(Base: T) => (a
|
|
|
113
115
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
114
116
|
outerHTML: string;
|
|
115
117
|
readonly ownerDocument: Document;
|
|
116
|
-
|
|
118
|
+
get part(): DOMTokenList;
|
|
119
|
+
set part(value: string);
|
|
117
120
|
readonly prefix: string | null;
|
|
118
121
|
readonly scrollHeight: number;
|
|
119
122
|
scrollLeft: number;
|
|
@@ -176,6 +179,8 @@ declare const ValidityMixin: <T extends Constructor<HTMLElement>>(Base: T) => (a
|
|
|
176
179
|
setPointerCapture(pointerId: number): void;
|
|
177
180
|
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
178
181
|
webkitMatchesSelector(selectors: string): boolean;
|
|
182
|
+
get textContent(): string;
|
|
183
|
+
set textContent(value: string | null);
|
|
179
184
|
readonly baseURI: string;
|
|
180
185
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
181
186
|
readonly firstChild: ChildNode | null;
|
|
@@ -188,9 +193,8 @@ declare const ValidityMixin: <T extends Constructor<HTMLElement>>(Base: T) => (a
|
|
|
188
193
|
readonly parentElement: HTMLElement | null;
|
|
189
194
|
readonly parentNode: ParentNode | null;
|
|
190
195
|
readonly previousSibling: ChildNode | null;
|
|
191
|
-
textContent: string | null;
|
|
192
196
|
appendChild<T_1 extends Node>(node: T_1): T_1;
|
|
193
|
-
cloneNode(
|
|
197
|
+
cloneNode(subtree?: boolean): Node;
|
|
194
198
|
compareDocumentPosition(other: Node): number;
|
|
195
199
|
contains(other: Node | null): boolean;
|
|
196
200
|
getRootNode(options?: GetRootNodeOptions): Node;
|
|
@@ -223,6 +227,7 @@ declare const ValidityMixin: <T extends Constructor<HTMLElement>>(Base: T) => (a
|
|
|
223
227
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
224
228
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
225
229
|
dispatchEvent(event: Event): boolean;
|
|
230
|
+
ariaActiveDescendantElement: Element | null;
|
|
226
231
|
ariaAtomic: string | null;
|
|
227
232
|
ariaAutoComplete: string | null;
|
|
228
233
|
ariaBrailleLabel: string | null;
|
|
@@ -233,25 +238,33 @@ declare const ValidityMixin: <T extends Constructor<HTMLElement>>(Base: T) => (a
|
|
|
233
238
|
ariaColIndex: string | null;
|
|
234
239
|
ariaColIndexText: string | null;
|
|
235
240
|
ariaColSpan: string | null;
|
|
241
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
236
242
|
ariaCurrent: string | null;
|
|
243
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
237
244
|
ariaDescription: string | null;
|
|
245
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
238
246
|
ariaDisabled: string | null;
|
|
247
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
239
248
|
ariaExpanded: string | null;
|
|
249
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
240
250
|
ariaHasPopup: string | null;
|
|
241
251
|
ariaHidden: string | null;
|
|
242
252
|
ariaInvalid: string | null;
|
|
243
253
|
ariaKeyShortcuts: string | null;
|
|
244
254
|
ariaLabel: string | null;
|
|
255
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
245
256
|
ariaLevel: string | null;
|
|
246
257
|
ariaLive: string | null;
|
|
247
258
|
ariaModal: string | null;
|
|
248
259
|
ariaMultiLine: string | null;
|
|
249
260
|
ariaMultiSelectable: string | null;
|
|
250
261
|
ariaOrientation: string | null;
|
|
262
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
251
263
|
ariaPlaceholder: string | null;
|
|
252
264
|
ariaPosInSet: string | null;
|
|
253
265
|
ariaPressed: string | null;
|
|
254
266
|
ariaReadOnly: string | null;
|
|
267
|
+
ariaRelevant: string | null;
|
|
255
268
|
ariaRequired: string | null;
|
|
256
269
|
ariaRoleDescription: string | null;
|
|
257
270
|
ariaRowCount: string | null;
|
|
@@ -293,7 +306,8 @@ declare const ValidityMixin: <T extends Constructor<HTMLElement>>(Base: T) => (a
|
|
|
293
306
|
replaceChildren(...nodes: (Node | string)[]): void;
|
|
294
307
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
295
308
|
readonly attributeStyleMap: StylePropertyMap;
|
|
296
|
-
|
|
309
|
+
get style(): CSSStyleDeclaration;
|
|
310
|
+
set style(cssText: string);
|
|
297
311
|
contentEditable: string;
|
|
298
312
|
enterKeyHint: string;
|
|
299
313
|
inputMode: string;
|
|
@@ -303,18 +317,19 @@ declare const ValidityMixin: <T extends Constructor<HTMLElement>>(Base: T) => (a
|
|
|
303
317
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
304
318
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
305
319
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
306
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
320
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
307
321
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
308
|
-
|
|
322
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
323
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
309
324
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
310
325
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
311
326
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
312
327
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
313
328
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
314
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
329
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
315
330
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
316
331
|
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
317
|
-
oncontextmenu: ((this: GlobalEventHandlers, ev:
|
|
332
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
318
333
|
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
319
334
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
320
335
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -362,6 +377,7 @@ declare const ValidityMixin: <T extends Constructor<HTMLElement>>(Base: T) => (a
|
|
|
362
377
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
363
378
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
364
379
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
380
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
365
381
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
366
382
|
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
367
383
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -380,7 +396,7 @@ declare const ValidityMixin: <T extends Constructor<HTMLElement>>(Base: T) => (a
|
|
|
380
396
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
381
397
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
382
398
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
383
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
399
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
384
400
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
385
401
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
386
402
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@carbon/web-components",
|
|
3
3
|
"description": "Web components for the Carbon Design System",
|
|
4
|
-
"version": "2.
|
|
4
|
+
"version": "2.48.0",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "es/index.js",
|
|
7
7
|
"module": "es/index.js",
|
|
@@ -65,8 +65,8 @@
|
|
|
65
65
|
},
|
|
66
66
|
"dependencies": {
|
|
67
67
|
"@carbon/icon-helpers": "10.47.0",
|
|
68
|
-
"@carbon/icons": "^11.
|
|
69
|
-
"@carbon/styles": "^1.
|
|
68
|
+
"@carbon/icons": "^11.75.0",
|
|
69
|
+
"@carbon/styles": "^1.100.0",
|
|
70
70
|
"@floating-ui/dom": "^1.6.3",
|
|
71
71
|
"@ibm/telemetry-js": "^1.10.2",
|
|
72
72
|
"@lit/context": "^1.1.3",
|
|
@@ -76,8 +76,8 @@
|
|
|
76
76
|
"tslib": "^2.6.3"
|
|
77
77
|
},
|
|
78
78
|
"devDependencies": {
|
|
79
|
-
"@carbon/layout": "^11.
|
|
80
|
-
"@carbon/motion": "^11.
|
|
79
|
+
"@carbon/layout": "^11.48.0",
|
|
80
|
+
"@carbon/motion": "^11.41.0",
|
|
81
81
|
"@juggle/resize-observer": "^3.4.0",
|
|
82
82
|
"@mordech/vite-lit-loader": "^0.37.0",
|
|
83
83
|
"@open-wc/testing": "^4.0.0",
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
"@storybook/addon-links": "^9.1.8",
|
|
94
94
|
"@storybook/web-components-vite": "^9.1.8",
|
|
95
95
|
"@types/lodash-es": "^4.17.5",
|
|
96
|
-
"@types/node": "^
|
|
96
|
+
"@types/node": "^24.0.0",
|
|
97
97
|
"@web/test-runner": "^0.20.0",
|
|
98
98
|
"@web/test-runner-commands": "^0.9.0",
|
|
99
99
|
"@web/test-runner-playwright": "^0.11.0",
|
|
@@ -129,5 +129,5 @@
|
|
|
129
129
|
}
|
|
130
130
|
]
|
|
131
131
|
},
|
|
132
|
-
"gitHead": "
|
|
132
|
+
"gitHead": "6dde90f9edfb378e1585f1954c92484a37f22f02"
|
|
133
133
|
}
|
|
@@ -0,0 +1,198 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2026
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
$css--plex: true !default;
|
|
9
|
+
@use '@carbon/styles/scss/components/fluid-time-picker/index' as
|
|
10
|
+
fluid-time-picker;
|
|
11
|
+
@use '@carbon/styles/scss/config' as *;
|
|
12
|
+
@use '@carbon/styles/scss/layout' as *;
|
|
13
|
+
@use '@carbon/styles/scss/motion' as *;
|
|
14
|
+
@use '@carbon/styles/scss/spacing' as *;
|
|
15
|
+
@use '@carbon/styles/scss/theme' as *;
|
|
16
|
+
@use '@carbon/styles/scss/utilities/convert';
|
|
17
|
+
|
|
18
|
+
:host(#{$prefix}-fluid-time-picker) {
|
|
19
|
+
@include emit-layout-tokens();
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
:host(#{$prefix}-fluid-time-picker)
|
|
23
|
+
.#{$prefix}--time-picker--fluid__wrapper
|
|
24
|
+
> slot {
|
|
25
|
+
display: contents;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
:host(#{$prefix}-fluid-time-picker)
|
|
29
|
+
.#{$prefix}--time-picker--fluid__wrapper
|
|
30
|
+
> .#{$prefix}--time-picker__input {
|
|
31
|
+
flex-basis: 25%;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
:host(#{$prefix}-fluid-time-picker)
|
|
35
|
+
.#{$prefix}--time-picker--fluid__wrapper
|
|
36
|
+
::slotted(#{$prefix}-fluid-time-picker-select) {
|
|
37
|
+
box-sizing: border-box;
|
|
38
|
+
flex: 1 1 auto;
|
|
39
|
+
align-self: stretch;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
:host(#{$prefix}-fluid-time-picker)
|
|
43
|
+
.#{$prefix}--time-picker--fluid__wrapper
|
|
44
|
+
::slotted(
|
|
45
|
+
#{$prefix}-fluid-time-picker-select[data-fluid-time-picker-position='first']
|
|
46
|
+
),
|
|
47
|
+
:host(#{$prefix}-fluid-time-picker)
|
|
48
|
+
.#{$prefix}--time-picker--fluid__wrapper
|
|
49
|
+
::slotted(
|
|
50
|
+
#{$prefix}-fluid-time-picker-select[data-fluid-time-picker-position='middle']
|
|
51
|
+
) {
|
|
52
|
+
flex-basis: 25%;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
:host(#{$prefix}-fluid-time-picker)
|
|
56
|
+
.#{$prefix}--time-picker--fluid__wrapper
|
|
57
|
+
::slotted(
|
|
58
|
+
#{$prefix}-fluid-time-picker-select[data-fluid-time-picker-position='last']
|
|
59
|
+
) {
|
|
60
|
+
flex-basis: 50%;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
:host(#{$prefix}-fluid-time-picker)
|
|
64
|
+
.#{$prefix}--time-picker--equal-width
|
|
65
|
+
.#{$prefix}--time-picker--fluid__wrapper
|
|
66
|
+
> .#{$prefix}--time-picker__input,
|
|
67
|
+
:host(#{$prefix}-fluid-time-picker)
|
|
68
|
+
.#{$prefix}--time-picker--equal-width
|
|
69
|
+
.#{$prefix}--time-picker--fluid__wrapper
|
|
70
|
+
::slotted(#{$prefix}-fluid-time-picker-select) {
|
|
71
|
+
flex-basis: 50%;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
:host(#{$prefix}-fluid-time-picker) .#{$prefix}--time-picker--fluid--invalid {
|
|
75
|
+
outline-offset: 0;
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
:host(#{$prefix}-fluid-time-picker-select) {
|
|
79
|
+
@extend .#{$prefix}--select--fluid;
|
|
80
|
+
@extend .#{$prefix}--select--invalid;
|
|
81
|
+
|
|
82
|
+
display: block;
|
|
83
|
+
|
|
84
|
+
@include emit-layout-tokens();
|
|
85
|
+
|
|
86
|
+
.#{$prefix}--select-input__wrapper::before {
|
|
87
|
+
position: absolute;
|
|
88
|
+
display: block;
|
|
89
|
+
background-color: $border-strong;
|
|
90
|
+
block-size: calc(100% - 1px);
|
|
91
|
+
content: '';
|
|
92
|
+
inline-size: convert.to-rem(1px);
|
|
93
|
+
inset-inline-start: 0;
|
|
94
|
+
opacity: 1;
|
|
95
|
+
transition: opacity $duration-fast-01 motion(standard, productive);
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
&:not([disabled]):hover .#{$prefix}--select-input__wrapper::before {
|
|
99
|
+
opacity: 0;
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
&[readonly] .#{$prefix}--select-input__wrapper::before {
|
|
103
|
+
background-color: $border-subtle !important; /* stylelint-disable-line declaration-no-important */
|
|
104
|
+
opacity: 1 !important; /* stylelint-disable-line declaration-no-important */
|
|
105
|
+
transition: none;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
&[data-fluid-time-picker-invalid] .#{$prefix}--select,
|
|
109
|
+
&[data-fluid-time-picker-invalid] .#{$prefix}--select-input {
|
|
110
|
+
background: transparent;
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
&[data-fluid-time-picker-invalid] .#{$prefix}--select-input,
|
|
114
|
+
&[data-fluid-time-picker-warn] .#{$prefix}--select-input {
|
|
115
|
+
border-block-end: convert.to-rem(1px) solid transparent;
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
&[data-fluid-time-picker-invalid] .#{$prefix}--select-input {
|
|
119
|
+
border-block-start: 2px solid transparent;
|
|
120
|
+
padding-block-start: convert.to-rem(30px);
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
&[data-fluid-time-picker-position='last'] .#{$prefix}--select-input {
|
|
124
|
+
border-inline-end: 2px solid transparent;
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
&[data-fluid-time-picker-invalid]
|
|
128
|
+
.#{$prefix}--select-input:hover:not([disabled]) {
|
|
129
|
+
background: $field-hover;
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
&[data-fluid-time-picker-invalid] .#{$prefix}--select-input:hover {
|
|
133
|
+
border-block-start: 2px solid $support-error;
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
&[data-fluid-time-picker-invalid][data-fluid-time-picker-position='last']
|
|
137
|
+
.#{$prefix}--select-input:hover {
|
|
138
|
+
border-inline-end: 2px solid $support-error;
|
|
139
|
+
}
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
:host([data-fluid-time-picker-invalid])
|
|
143
|
+
.#{$prefix}--select-input__wrapper::before,
|
|
144
|
+
:host([data-fluid-time-picker-warn])
|
|
145
|
+
.#{$prefix}--select-input__wrapper::before {
|
|
146
|
+
block-size: calc(100% - 1rem);
|
|
147
|
+
inset-block-start: $spacing-03;
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
:host([data-fluid-time-picker-hide-divider])
|
|
151
|
+
.#{$prefix}--select-input__wrapper::before {
|
|
152
|
+
opacity: 0;
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
:host([data-fluid-time-picker-invalid]) .#{$prefix}--select-input,
|
|
156
|
+
:host([data-fluid-time-picker-warn]) .#{$prefix}--select-input {
|
|
157
|
+
border-block-end: 1px solid transparent;
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
:host(#{$prefix}-fluid-time-picker-select) .#{$prefix}--select {
|
|
161
|
+
inline-size: 100%;
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
:host(#{$prefix}-fluid-time-picker-select[readonly]) select {
|
|
165
|
+
pointer-events: none;
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
:host(#{$prefix}-fluid-time-picker-select[disabled])
|
|
169
|
+
.#{$prefix}--select-input__wrapper::before {
|
|
170
|
+
background-color: $border-disabled;
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
:host(#{$prefix}-fluid-time-picker-select[disabled]) .#{$prefix}--select-input {
|
|
174
|
+
border-block-end: convert.to-rem(1px) solid transparent;
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
:host(#{$prefix}-fluid-time-picker-select[disabled])
|
|
178
|
+
.#{$prefix}--select--fluid--focus
|
|
179
|
+
.#{$prefix}--select-input__wrapper {
|
|
180
|
+
box-shadow: none;
|
|
181
|
+
outline: none;
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
:host(#{$prefix}-fluid-time-picker-select[disabled])
|
|
185
|
+
::slotted(#{$prefix}-toggletip) {
|
|
186
|
+
opacity: 0.5;
|
|
187
|
+
pointer-events: none;
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
:host(#{$prefix}-fluid-time-picker)
|
|
191
|
+
.#{$prefix}--time-picker--fluid--disabled
|
|
192
|
+
.#{$prefix}--text-input:disabled {
|
|
193
|
+
border-block-end: convert.to-rem(1px) solid transparent;
|
|
194
|
+
}
|
|
195
|
+
|
|
196
|
+
:host(#{$prefix}-fluid-time-picker-skeleton) {
|
|
197
|
+
display: block;
|
|
198
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
//
|
|
2
|
+
// Copyright IBM Corp. 2026
|
|
3
|
+
//
|
|
4
|
+
// This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
// LICENSE file in the root directory of this source tree.
|
|
6
|
+
//
|
|
7
|
+
|
|
8
|
+
$css--plex: true !default;
|
|
9
|
+
|
|
10
|
+
@use '@carbon/styles/scss/config' as *;
|
|
11
|
+
@use '@carbon/styles/scss/components/pagination-nav' as *;
|
|
12
|
+
@use '@carbon/styles/scss/layout' as *;
|
|
13
|
+
@use '@carbon/styles/scss/theme' as *;
|
|
14
|
+
|
|
15
|
+
:host(#{$prefix}-pagination-nav) {
|
|
16
|
+
@extend .#{$prefix}--pagination-nav;
|
|
17
|
+
@include emit-layout-tokens();
|
|
18
|
+
|
|
19
|
+
#{$prefix}-icon-button[disabled] svg {
|
|
20
|
+
fill: $icon-disabled;
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
// rtl
|
|
25
|
+
:host(#{$prefix}-pagination-nav:dir(rtl)) {
|
|
26
|
+
.#{$prefix}--pagination-nav__list-item svg {
|
|
27
|
+
transform: rotate(0.5turn);
|
|
28
|
+
}
|
|
29
|
+
}
|
package/telemetry.yml
CHANGED
|
@@ -122,6 +122,7 @@ collect:
|
|
|
122
122
|
- low-contrast
|
|
123
123
|
- max
|
|
124
124
|
- max-count
|
|
125
|
+
- max-length
|
|
125
126
|
- menu-alignment
|
|
126
127
|
- min
|
|
127
128
|
- multiple
|
|
@@ -161,6 +162,7 @@ collect:
|
|
|
161
162
|
- optional-classes
|
|
162
163
|
- orientation
|
|
163
164
|
- overflow-menu-on-hover
|
|
165
|
+
- page
|
|
164
166
|
- paragraph
|
|
165
167
|
- pattern
|
|
166
168
|
- ping
|
|
@@ -186,6 +188,7 @@ collect:
|
|
|
186
188
|
- selection-name
|
|
187
189
|
- selection-value
|
|
188
190
|
- selector-initial-focus
|
|
191
|
+
- shortcut
|
|
189
192
|
- show-password-visibility-toggle
|
|
190
193
|
- showPasswordLabel
|
|
191
194
|
- size
|
|
@@ -211,6 +214,7 @@ collect:
|
|
|
211
214
|
- tooltip-text
|
|
212
215
|
- tooltipAlignment
|
|
213
216
|
- tooltipDirection
|
|
217
|
+
- total-items
|
|
214
218
|
- trigger-content
|
|
215
219
|
- type
|
|
216
220
|
- use-zebra-styles
|
|
@@ -220,6 +224,8 @@ collect:
|
|
|
220
224
|
- visited
|
|
221
225
|
- warn
|
|
222
226
|
- warn-text
|
|
227
|
+
- warning
|
|
228
|
+
- warning-text
|
|
223
229
|
- width
|
|
224
230
|
- within-grid
|
|
225
231
|
# cds-accordion
|
|
@@ -260,6 +266,7 @@ collect:
|
|
|
260
266
|
- md
|
|
261
267
|
- sm
|
|
262
268
|
- span
|
|
269
|
+
- xlg
|
|
263
270
|
# cds-combo-box
|
|
264
271
|
- allow-custom-value
|
|
265
272
|
- input-label
|
|
@@ -311,6 +318,8 @@ collect:
|
|
|
311
318
|
- error-subject
|
|
312
319
|
- oncds-file-uploader-item-beingdeleted
|
|
313
320
|
- oncds-file-uploader-item-deleted
|
|
321
|
+
# cds-fluid-time-picker-skeleton
|
|
322
|
+
- is-only-two
|
|
314
323
|
# cds-form-group
|
|
315
324
|
- message
|
|
316
325
|
- message-text
|
|
@@ -347,13 +356,13 @@ collect:
|
|
|
347
356
|
- aria-checked
|
|
348
357
|
- boundaries
|
|
349
358
|
- onicon-detect
|
|
350
|
-
- renderIcon
|
|
351
|
-
- shortcut
|
|
352
359
|
- submenuOpen
|
|
353
360
|
# cds-menu-item-radio-group
|
|
354
361
|
- items
|
|
355
362
|
- itemToString
|
|
356
363
|
- selectedItem
|
|
364
|
+
# cds-menu-item-selectable
|
|
365
|
+
- renderIcon
|
|
357
366
|
# cds-modal
|
|
358
367
|
- alert
|
|
359
368
|
- container-class
|
|
@@ -401,15 +410,18 @@ collect:
|
|
|
401
410
|
- items-per-page-text
|
|
402
411
|
- oncds-page-sizes-select-changed
|
|
403
412
|
- oncds-pagination-changed-current
|
|
404
|
-
- page
|
|
405
413
|
- page-input-disabled
|
|
406
414
|
- page-size
|
|
407
415
|
- page-size-input-disabled
|
|
408
416
|
- page-size-label-text
|
|
409
417
|
- pages-unknown
|
|
410
418
|
- start
|
|
411
|
-
- total-items
|
|
412
419
|
- totalPages
|
|
420
|
+
# cds-pagination-nav
|
|
421
|
+
- disable-overflow
|
|
422
|
+
- items-shown
|
|
423
|
+
- loop
|
|
424
|
+
- oncds-page-changed
|
|
413
425
|
# cds-password-input
|
|
414
426
|
- hide-password-label
|
|
415
427
|
- show-password-label
|
|
@@ -532,10 +544,6 @@ collect:
|
|
|
532
544
|
- oncds-current-selectable-tile-selections
|
|
533
545
|
- radioTiles
|
|
534
546
|
- selectableTiles
|
|
535
|
-
# cds-time-picker
|
|
536
|
-
- max-length
|
|
537
|
-
- warning
|
|
538
|
-
- warning-text
|
|
539
547
|
# cds-toggle
|
|
540
548
|
- hideLabel
|
|
541
549
|
- label-a
|