@carbon/web-components 2.40.1 → 2.41.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/custom-elements.json +130 -0
- package/dist/ai-label.min.js +8 -8
- package/dist/breadcrumb.min.js +4 -4
- package/dist/button-CmUJmoio.js +93 -0
- package/dist/{button-skeleton-DKiPqzwa.js → button-skeleton-Ba4xDn6y.js} +1 -1
- package/dist/button.min.js +1 -1
- package/dist/chat-button.min.js +3 -3
- package/dist/code-snippet.min.js +29 -29
- package/dist/combo-button.min.js +7 -7
- package/dist/content-switcher-item-Cz7OvIj8.js +54 -0
- package/dist/content-switcher.min.js +1 -1
- package/dist/copy-button.min.js +8 -8
- package/dist/data-table.min.js +41 -41
- package/dist/feature-flags.min.js +1 -1
- package/dist/file-uploader.min.js +29 -29
- package/dist/floating-controller-CxZPAslz.js +28 -0
- package/dist/icon-button.min.js +7 -7
- package/dist/icon-indicator.min.js +1 -1
- package/dist/menu-button.min.js +5 -5
- package/dist/modal.min.js +6 -6
- package/dist/notification.min.js +36 -38
- package/dist/overflow-menu.min.js +6 -6
- package/dist/pagination.min.js +25 -25
- package/dist/password-input.min.js +7 -7
- package/dist/popover.min.js +9 -9
- package/dist/progress-indicator.min.js +12 -12
- package/dist/radio-button.min.js +3 -3
- package/dist/side-panel.min.js +6 -6
- package/dist/skip-to-content.min.js +4 -4
- package/dist/slug.min.js +8 -8
- package/dist/tabs.min.js +24 -24
- package/dist/tag.min.js +49 -49
- package/dist/tearsheet.min.js +1 -1
- package/dist/tile.min.js +1 -1
- package/dist/toggle-tip.min.js +14 -14
- package/dist/tooltip-content-Tyg0Hg0i.js +30 -0
- package/dist/tooltip.min.js +1 -1
- package/dist/tree-view.min.js +5 -2
- package/dist/ui-shell.min.js +53 -53
- package/es/components/accordion/accordion-item.d.ts +27 -11
- package/es/components/ai-label/ai-label.scss.js +1 -1
- package/es/components/breadcrumb/breadcrumb.scss.js +1 -1
- package/es/components/button/button.d.ts +56 -22
- package/es/components/button/button.scss.js +1 -1
- package/es/components/chat-button/chat-button.scss.js +1 -1
- package/es/components/checkbox/checkbox-group.d.ts +2 -0
- package/es/components/checkbox/checkbox.d.ts +56 -22
- package/es/components/code-snippet/code-snippet.d.ts +29 -11
- package/es/components/code-snippet/code-snippet.scss.js +1 -1
- package/es/components/combo-button/combo-button.d.ts +27 -11
- package/es/components/combo-button/combo-button.scss.js +1 -1
- package/es/components/content-switcher/content-switcher-item.d.ts +29 -11
- package/es/components/content-switcher/content-switcher.scss.js +1 -1
- package/es/components/copy-button/copy-button.d.ts +27 -11
- package/es/components/copy-button/copy-button.scss.js +1 -1
- package/es/components/data-table/data-table.scss.js +1 -1
- package/es/components/data-table/table-expanded-row.d.ts +27 -11
- package/es/components/data-table/table-header-cell.d.ts +29 -11
- package/es/components/data-table/table-row.d.ts +54 -22
- package/es/components/data-table/table-toolbar-search.d.ts +29 -11
- package/es/components/data-table/table.d.ts +27 -11
- package/es/components/data-table/table.js +12 -4
- package/es/components/data-table/table.js.map +1 -1
- package/es/components/date-picker/date-picker-input.d.ts +29 -11
- package/es/components/date-picker/date-picker.d.ts +54 -22
- package/es/components/dropdown/dropdown.d.ts +110 -44
- package/es/components/feature-flags/index.js +1 -0
- package/es/components/feature-flags/index.js.map +1 -1
- package/es/components/file-uploader/file-uploader-button.d.ts +27 -11
- package/es/components/file-uploader/file-uploader-drop-container.d.ts +27 -11
- package/es/components/file-uploader/file-uploader.scss.js +1 -1
- package/es/components/floating-menu/floating-menu.d.ts +56 -22
- package/es/components/icon-button/icon-button.scss.js +1 -1
- package/es/components/link/link.d.ts +29 -11
- package/es/components/menu/menu-item-selectable.d.ts +2 -0
- package/es/components/menu/menu-item.d.ts +54 -22
- package/es/components/menu/menu.d.ts +27 -11
- package/es/components/menu-button/menu-button.d.ts +27 -11
- package/es/components/menu-button/menu-button.scss.js +1 -1
- package/es/components/modal/modal-close-button.d.ts +29 -11
- package/es/components/modal/modal.d.ts +27 -11
- package/es/components/modal/modal.scss.js +1 -1
- package/es/components/notification/actionable-notification.d.ts +27 -11
- package/es/components/notification/actionable-notification.scss.js +1 -1
- package/es/components/notification/inline-notification.d.ts +27 -11
- package/es/components/notification/inline-notification.scss.js +1 -1
- package/es/components/notification/toast-notification.d.ts +1 -1
- package/es/components/notification/toast-notification.js +13 -15
- package/es/components/notification/toast-notification.js.map +1 -1
- package/es/components/notification/toast-notification.scss.js +1 -1
- package/es/components/number-input/number-input.d.ts +2 -0
- package/es/components/overflow-menu/overflow-menu-item.d.ts +29 -11
- package/es/components/overflow-menu/overflow-menu.d.ts +54 -22
- package/es/components/overflow-menu/overflow-menu.scss.js +1 -1
- package/es/components/pagination/pagination.d.ts +56 -22
- package/es/components/pagination/pagination.js +12 -7
- package/es/components/pagination/pagination.js.map +1 -1
- package/es/components/pagination/pagination.scss.js +1 -1
- package/es/components/password-input/password-input.d.ts +2 -0
- package/es/components/popover/defs.d.ts +13 -0
- package/es/components/popover/defs.js +15 -1
- package/es/components/popover/defs.js.map +1 -1
- package/es/components/popover/popover-content.d.ts +13 -0
- package/es/components/popover/popover-content.js +22 -0
- package/es/components/popover/popover-content.js.map +1 -1
- package/es/components/popover/popover.d.ts +37 -12
- package/es/components/popover/popover.js +31 -3
- package/es/components/popover/popover.js.map +1 -1
- package/es/components/popover/popover.scss.js +1 -1
- package/es/components/progress-indicator/progress-indicator.scss.js +1 -1
- package/es/components/progress-indicator/progress-step.d.ts +29 -11
- package/es/components/radio-button/radio-button-group.d.ts +54 -22
- package/es/components/radio-button/radio-button.d.ts +56 -22
- package/es/components/search/search.d.ts +83 -33
- package/es/components/select/select.d.ts +29 -11
- package/es/components/side-panel/side-panel.d.ts +27 -11
- package/es/components/skip-to-content/skip-to-content.d.ts +29 -11
- package/es/components/skip-to-content/skip-to-content.scss.js +1 -1
- package/es/components/slider/slider-input.d.ts +29 -11
- package/es/components/slider/slider.d.ts +83 -33
- package/es/components/slug/slug.scss.js +1 -1
- package/es/components/structured-list/structured-list-row.d.ts +27 -11
- package/es/components/structured-list/structured-list.d.ts +29 -11
- package/es/components/tabs/tabs.d.ts +27 -11
- package/es/components/tabs/tabs.scss.js +1 -1
- package/es/components/tag/dismissible-tag.d.ts +54 -22
- package/es/components/tag/operational-tag.d.ts +54 -22
- package/es/components/tag/selectable-tag.d.ts +54 -22
- package/es/components/tag/tag.d.ts +54 -22
- package/es/components/tag/tag.scss.js +1 -1
- package/es/components/tearsheet/tearsheet.d.ts +27 -11
- package/es/components/text-input/text-input.d.ts +56 -22
- package/es/components/textarea/textarea.d.ts +2 -0
- package/es/components/tile/expandable-tile.d.ts +54 -22
- package/es/components/tile/selectable-tile.d.ts +56 -22
- package/es/components/tile/tile-group.d.ts +27 -11
- package/es/components/tile/tile.scss.js +1 -1
- package/es/components/time-picker/time-picker-select.d.ts +29 -11
- package/es/components/time-picker/time-picker.d.ts +56 -22
- package/es/components/toggle/toggle.d.ts +27 -11
- package/es/components/toggle-tip/toggletip.d.ts +56 -22
- package/es/components/toggle-tip/toggletip.scss.js +1 -1
- package/es/components/tooltip/tooltip.d.ts +27 -11
- package/es/components/tooltip/tooltip.js +3 -0
- package/es/components/tooltip/tooltip.js.map +1 -1
- package/es/components/tooltip/tooltip.scss.js +1 -1
- package/es/components/tree-view/tree-node.js +4 -4
- package/es/components/tree-view/tree-node.js.map +1 -1
- package/es/components/tree-view/tree-view.d.ts +27 -11
- package/es/components/ui-shell/header-global-action.d.ts +2 -0
- package/es/components/ui-shell/header-menu-button.d.ts +29 -11
- package/es/components/ui-shell/header-menu.d.ts +56 -22
- package/es/components/ui-shell/header-name.d.ts +29 -11
- package/es/components/ui-shell/header-nav-item.d.ts +29 -11
- package/es/components/ui-shell/header-panel.d.ts +2 -0
- package/es/components/ui-shell/header.scss.js +1 -1
- package/es/components/ui-shell/side-nav-link.d.ts +29 -11
- package/es/components/ui-shell/side-nav-menu-item.d.ts +29 -11
- package/es/components/ui-shell/side-nav-menu.d.ts +29 -11
- package/es/components/ui-shell/side-nav.d.ts +27 -11
- package/es/components/ui-shell/switcher-item.d.ts +29 -11
- package/es/components/ui-shell/switcher.d.ts +2 -0
- package/es/feature-flags/es/index.js +30 -2
- package/es/feature-flags/es/index.js.map +1 -1
- package/es/globals/mixins/focus.d.ts +27 -11
- package/es/globals/mixins/form.d.ts +27 -11
- package/es/globals/mixins/host-listener.d.ts +27 -11
- package/es/globals/mixins/validity.d.ts +27 -11
- package/es-custom/components/accordion/accordion-item.d.ts +27 -11
- package/es-custom/components/ai-label/ai-label.scss.js +1 -1
- package/es-custom/components/breadcrumb/breadcrumb.scss.js +1 -1
- package/es-custom/components/button/button.d.ts +56 -22
- package/es-custom/components/button/button.scss.js +1 -1
- package/es-custom/components/chat-button/chat-button.scss.js +1 -1
- package/es-custom/components/checkbox/checkbox-group.d.ts +2 -0
- package/es-custom/components/checkbox/checkbox.d.ts +56 -22
- package/es-custom/components/code-snippet/code-snippet.d.ts +29 -11
- package/es-custom/components/code-snippet/code-snippet.scss.js +1 -1
- package/es-custom/components/combo-button/combo-button.d.ts +27 -11
- package/es-custom/components/combo-button/combo-button.scss.js +1 -1
- package/es-custom/components/content-switcher/content-switcher-item.d.ts +29 -11
- package/es-custom/components/content-switcher/content-switcher.scss.js +1 -1
- package/es-custom/components/copy-button/copy-button.d.ts +27 -11
- package/es-custom/components/copy-button/copy-button.scss.js +1 -1
- package/es-custom/components/data-table/data-table.scss.js +1 -1
- package/es-custom/components/data-table/table-expanded-row.d.ts +27 -11
- package/es-custom/components/data-table/table-header-cell.d.ts +29 -11
- package/es-custom/components/data-table/table-row.d.ts +54 -22
- package/es-custom/components/data-table/table-toolbar-search.d.ts +29 -11
- package/es-custom/components/data-table/table.d.ts +27 -11
- package/es-custom/components/data-table/table.js +12 -4
- package/es-custom/components/data-table/table.js.map +1 -1
- package/es-custom/components/date-picker/date-picker-input.d.ts +29 -11
- package/es-custom/components/date-picker/date-picker.d.ts +54 -22
- package/es-custom/components/dropdown/dropdown.d.ts +110 -44
- package/es-custom/components/feature-flags/index.js +1 -0
- package/es-custom/components/feature-flags/index.js.map +1 -1
- package/es-custom/components/file-uploader/file-uploader-button.d.ts +27 -11
- package/es-custom/components/file-uploader/file-uploader-drop-container.d.ts +27 -11
- package/es-custom/components/file-uploader/file-uploader.scss.js +1 -1
- package/es-custom/components/floating-menu/floating-menu.d.ts +56 -22
- package/es-custom/components/icon-button/icon-button.scss.js +1 -1
- package/es-custom/components/link/link.d.ts +29 -11
- package/es-custom/components/menu/menu-item-selectable.d.ts +2 -0
- package/es-custom/components/menu/menu-item.d.ts +54 -22
- package/es-custom/components/menu/menu.d.ts +27 -11
- package/es-custom/components/menu-button/menu-button.d.ts +27 -11
- package/es-custom/components/menu-button/menu-button.scss.js +1 -1
- package/es-custom/components/modal/modal-close-button.d.ts +29 -11
- package/es-custom/components/modal/modal.d.ts +27 -11
- package/es-custom/components/modal/modal.scss.js +1 -1
- package/es-custom/components/notification/actionable-notification.d.ts +27 -11
- package/es-custom/components/notification/actionable-notification.scss.js +1 -1
- package/es-custom/components/notification/inline-notification.d.ts +27 -11
- package/es-custom/components/notification/inline-notification.scss.js +1 -1
- package/es-custom/components/notification/toast-notification.d.ts +1 -1
- package/es-custom/components/notification/toast-notification.js +13 -15
- package/es-custom/components/notification/toast-notification.js.map +1 -1
- package/es-custom/components/notification/toast-notification.scss.js +1 -1
- package/es-custom/components/number-input/number-input.d.ts +2 -0
- package/es-custom/components/overflow-menu/overflow-menu-item.d.ts +29 -11
- package/es-custom/components/overflow-menu/overflow-menu.d.ts +54 -22
- package/es-custom/components/overflow-menu/overflow-menu.scss.js +1 -1
- package/es-custom/components/pagination/pagination.d.ts +56 -22
- package/es-custom/components/pagination/pagination.js +12 -7
- package/es-custom/components/pagination/pagination.js.map +1 -1
- package/es-custom/components/pagination/pagination.scss.js +1 -1
- package/es-custom/components/password-input/password-input.d.ts +2 -0
- package/es-custom/components/popover/defs.d.ts +13 -0
- package/es-custom/components/popover/defs.js +15 -1
- package/es-custom/components/popover/defs.js.map +1 -1
- package/es-custom/components/popover/popover-content.d.ts +13 -0
- package/es-custom/components/popover/popover-content.js +22 -0
- package/es-custom/components/popover/popover-content.js.map +1 -1
- package/es-custom/components/popover/popover.d.ts +37 -12
- package/es-custom/components/popover/popover.js +31 -3
- package/es-custom/components/popover/popover.js.map +1 -1
- package/es-custom/components/popover/popover.scss.js +1 -1
- package/es-custom/components/progress-indicator/progress-indicator.scss.js +1 -1
- package/es-custom/components/progress-indicator/progress-step.d.ts +29 -11
- package/es-custom/components/radio-button/radio-button-group.d.ts +54 -22
- package/es-custom/components/radio-button/radio-button.d.ts +56 -22
- package/es-custom/components/search/search.d.ts +83 -33
- package/es-custom/components/select/select.d.ts +29 -11
- package/es-custom/components/side-panel/side-panel.d.ts +27 -11
- package/es-custom/components/skip-to-content/skip-to-content.d.ts +29 -11
- package/es-custom/components/skip-to-content/skip-to-content.scss.js +1 -1
- package/es-custom/components/slider/slider-input.d.ts +29 -11
- package/es-custom/components/slider/slider.d.ts +83 -33
- package/es-custom/components/slug/slug.scss.js +1 -1
- package/es-custom/components/structured-list/structured-list-row.d.ts +27 -11
- package/es-custom/components/structured-list/structured-list.d.ts +29 -11
- package/es-custom/components/tabs/tabs.d.ts +27 -11
- package/es-custom/components/tabs/tabs.scss.js +1 -1
- package/es-custom/components/tag/dismissible-tag.d.ts +54 -22
- package/es-custom/components/tag/operational-tag.d.ts +54 -22
- package/es-custom/components/tag/selectable-tag.d.ts +54 -22
- package/es-custom/components/tag/tag.d.ts +54 -22
- package/es-custom/components/tag/tag.scss.js +1 -1
- package/es-custom/components/tearsheet/tearsheet.d.ts +27 -11
- package/es-custom/components/text-input/text-input.d.ts +56 -22
- package/es-custom/components/textarea/textarea.d.ts +2 -0
- package/es-custom/components/tile/expandable-tile.d.ts +54 -22
- package/es-custom/components/tile/selectable-tile.d.ts +56 -22
- package/es-custom/components/tile/tile-group.d.ts +27 -11
- package/es-custom/components/tile/tile.scss.js +1 -1
- package/es-custom/components/time-picker/time-picker-select.d.ts +29 -11
- package/es-custom/components/time-picker/time-picker.d.ts +56 -22
- package/es-custom/components/toggle/toggle.d.ts +27 -11
- package/es-custom/components/toggle-tip/toggletip.d.ts +56 -22
- package/es-custom/components/toggle-tip/toggletip.scss.js +1 -1
- package/es-custom/components/tooltip/tooltip.d.ts +27 -11
- package/es-custom/components/tooltip/tooltip.js +3 -0
- package/es-custom/components/tooltip/tooltip.js.map +1 -1
- package/es-custom/components/tooltip/tooltip.scss.js +1 -1
- package/es-custom/components/tree-view/tree-node.js +4 -4
- package/es-custom/components/tree-view/tree-node.js.map +1 -1
- package/es-custom/components/tree-view/tree-view.d.ts +27 -11
- package/es-custom/components/ui-shell/header-global-action.d.ts +2 -0
- package/es-custom/components/ui-shell/header-menu-button.d.ts +29 -11
- package/es-custom/components/ui-shell/header-menu.d.ts +56 -22
- package/es-custom/components/ui-shell/header-name.d.ts +29 -11
- package/es-custom/components/ui-shell/header-nav-item.d.ts +29 -11
- package/es-custom/components/ui-shell/header-panel.d.ts +2 -0
- package/es-custom/components/ui-shell/header.scss.js +1 -1
- package/es-custom/components/ui-shell/side-nav-link.d.ts +29 -11
- package/es-custom/components/ui-shell/side-nav-menu-item.d.ts +29 -11
- package/es-custom/components/ui-shell/side-nav-menu.d.ts +29 -11
- package/es-custom/components/ui-shell/side-nav.d.ts +27 -11
- package/es-custom/components/ui-shell/switcher-item.d.ts +29 -11
- package/es-custom/components/ui-shell/switcher.d.ts +2 -0
- package/es-custom/feature-flags/es/index.js +30 -2
- package/es-custom/feature-flags/es/index.js.map +1 -1
- package/es-custom/globals/mixins/focus.d.ts +27 -11
- package/es-custom/globals/mixins/form.d.ts +27 -11
- package/es-custom/globals/mixins/host-listener.d.ts +27 -11
- package/es-custom/globals/mixins/validity.d.ts +27 -11
- package/lib/components/accordion/accordion-item.d.ts +27 -11
- package/lib/components/button/button.d.ts +56 -22
- package/lib/components/checkbox/checkbox-group.d.ts +2 -0
- package/lib/components/checkbox/checkbox.d.ts +56 -22
- package/lib/components/code-snippet/code-snippet.d.ts +29 -11
- package/lib/components/combo-button/combo-button.d.ts +27 -11
- package/lib/components/content-switcher/content-switcher-item.d.ts +29 -11
- package/lib/components/copy-button/copy-button.d.ts +27 -11
- package/lib/components/data-table/table-expanded-row.d.ts +27 -11
- package/lib/components/data-table/table-header-cell.d.ts +29 -11
- package/lib/components/data-table/table-row.d.ts +54 -22
- package/lib/components/data-table/table-toolbar-search.d.ts +29 -11
- package/lib/components/data-table/table.d.ts +27 -11
- package/lib/components/date-picker/date-picker-input.d.ts +29 -11
- package/lib/components/date-picker/date-picker.d.ts +54 -22
- package/lib/components/dropdown/dropdown.d.ts +110 -44
- package/lib/components/file-uploader/file-uploader-button.d.ts +27 -11
- package/lib/components/file-uploader/file-uploader-drop-container.d.ts +27 -11
- package/lib/components/floating-menu/floating-menu.d.ts +56 -22
- package/lib/components/link/link.d.ts +29 -11
- package/lib/components/menu/menu-item-selectable.d.ts +2 -0
- package/lib/components/menu/menu-item.d.ts +54 -22
- package/lib/components/menu/menu.d.ts +27 -11
- package/lib/components/menu-button/menu-button.d.ts +27 -11
- package/lib/components/modal/modal-close-button.d.ts +29 -11
- package/lib/components/modal/modal.d.ts +27 -11
- package/lib/components/notification/actionable-notification.d.ts +27 -11
- package/lib/components/notification/inline-notification.d.ts +27 -11
- package/lib/components/notification/toast-notification.d.ts +1 -1
- package/lib/components/number-input/number-input.d.ts +2 -0
- package/lib/components/overflow-menu/overflow-menu-item.d.ts +29 -11
- package/lib/components/overflow-menu/overflow-menu.d.ts +54 -22
- package/lib/components/pagination/pagination.d.ts +56 -22
- package/lib/components/password-input/password-input.d.ts +2 -0
- package/lib/components/popover/defs.d.ts +13 -0
- package/lib/components/popover/defs.js +14 -0
- package/lib/components/popover/defs.js.map +1 -1
- package/lib/components/popover/popover-content.d.ts +13 -0
- package/lib/components/popover/popover.d.ts +37 -12
- package/lib/components/progress-indicator/progress-step.d.ts +29 -11
- package/lib/components/radio-button/radio-button-group.d.ts +54 -22
- package/lib/components/radio-button/radio-button.d.ts +56 -22
- package/lib/components/search/search.d.ts +83 -33
- package/lib/components/select/select.d.ts +29 -11
- package/lib/components/side-panel/side-panel.d.ts +27 -11
- package/lib/components/skip-to-content/skip-to-content.d.ts +29 -11
- package/lib/components/slider/slider-input.d.ts +29 -11
- package/lib/components/slider/slider.d.ts +83 -33
- package/lib/components/structured-list/structured-list-row.d.ts +27 -11
- package/lib/components/structured-list/structured-list.d.ts +29 -11
- package/lib/components/tabs/tabs.d.ts +27 -11
- package/lib/components/tag/dismissible-tag.d.ts +54 -22
- package/lib/components/tag/operational-tag.d.ts +54 -22
- package/lib/components/tag/selectable-tag.d.ts +54 -22
- package/lib/components/tag/tag.d.ts +54 -22
- package/lib/components/tearsheet/tearsheet.d.ts +27 -11
- package/lib/components/text-input/text-input.d.ts +56 -22
- package/lib/components/textarea/textarea.d.ts +2 -0
- package/lib/components/tile/expandable-tile.d.ts +54 -22
- package/lib/components/tile/selectable-tile.d.ts +56 -22
- package/lib/components/tile/tile-group.d.ts +27 -11
- package/lib/components/time-picker/time-picker-select.d.ts +29 -11
- package/lib/components/time-picker/time-picker.d.ts +56 -22
- package/lib/components/toggle/toggle.d.ts +27 -11
- package/lib/components/toggle-tip/toggletip.d.ts +56 -22
- package/lib/components/tooltip/tooltip.d.ts +27 -11
- package/lib/components/tree-view/tree-view.d.ts +27 -11
- package/lib/components/ui-shell/header-global-action.d.ts +2 -0
- package/lib/components/ui-shell/header-menu-button.d.ts +29 -11
- package/lib/components/ui-shell/header-menu.d.ts +56 -22
- package/lib/components/ui-shell/header-name.d.ts +29 -11
- package/lib/components/ui-shell/header-nav-item.d.ts +29 -11
- package/lib/components/ui-shell/header-panel.d.ts +2 -0
- package/lib/components/ui-shell/side-nav-link.d.ts +29 -11
- package/lib/components/ui-shell/side-nav-menu-item.d.ts +29 -11
- package/lib/components/ui-shell/side-nav-menu.d.ts +29 -11
- package/lib/components/ui-shell/side-nav.d.ts +27 -11
- package/lib/components/ui-shell/switcher-item.d.ts +29 -11
- package/lib/components/ui-shell/switcher.d.ts +2 -0
- package/lib/globals/mixins/focus.d.ts +27 -11
- package/lib/globals/mixins/form.d.ts +27 -11
- package/lib/globals/mixins/host-listener.d.ts +27 -11
- package/lib/globals/mixins/validity.d.ts +27 -11
- package/package.json +5 -5
- package/scss/components/modal/modal.scss +6 -0
- package/scss/components/popover/popover.scss +210 -9
- package/scss/components/tile/tile.scss +7 -7
- package/telemetry.yml +5 -1
- package/dist/button-Co3aPX0Y.js +0 -93
- package/dist/content-switcher-item-BDJMJLCb.js +0 -54
- package/dist/defs-CBJRLDfw.js +0 -28
- package/dist/floating-controller-CnuSelc_.js +0 -28
- package/dist/tooltip-content-BZBP-szv.js +0 -30
|
@@ -50,6 +50,15 @@ try {
|
|
|
50
50
|
} else {
|
|
51
51
|
enabled$1.enableExperimentalTileContrast = false;
|
|
52
52
|
}
|
|
53
|
+
if (process.env.CARBON_ENABLE_TILE_CONTRAST) {
|
|
54
|
+
if (process.env.CARBON_ENABLE_TILE_CONTRAST === 'true') {
|
|
55
|
+
enabled$1.enableTileContrast = true;
|
|
56
|
+
} else {
|
|
57
|
+
enabled$1.enableTileContrast = false;
|
|
58
|
+
}
|
|
59
|
+
} else {
|
|
60
|
+
enabled$1.enableTileContrast = false;
|
|
61
|
+
}
|
|
53
62
|
if (process.env.CARBON_ENABLE_V12_TILE_DEFAULT_ICONS) {
|
|
54
63
|
if (process.env.CARBON_ENABLE_V12_TILE_DEFAULT_ICONS === 'true') {
|
|
55
64
|
enabled$1.enableV12TileDefaultIcons = true;
|
|
@@ -104,6 +113,15 @@ try {
|
|
|
104
113
|
} else {
|
|
105
114
|
enabled$1.enableExperimentalFocusWrapWithoutSentinels = false;
|
|
106
115
|
}
|
|
116
|
+
if (process.env.CARBON_ENABLE_FOCUS_WRAP_WITHOUT_SENTINELS) {
|
|
117
|
+
if (process.env.CARBON_ENABLE_FOCUS_WRAP_WITHOUT_SENTINELS === 'true') {
|
|
118
|
+
enabled$1.enableFocusWrapWithoutSentinels = true;
|
|
119
|
+
} else {
|
|
120
|
+
enabled$1.enableFocusWrapWithoutSentinels = false;
|
|
121
|
+
}
|
|
122
|
+
} else {
|
|
123
|
+
enabled$1.enableFocusWrapWithoutSentinels = false;
|
|
124
|
+
}
|
|
107
125
|
if (process.env.CARBON_ENABLE_DIALOG_ELEMENT) {
|
|
108
126
|
if (process.env.CARBON_ENABLE_DIALOG_ELEMENT === 'true') {
|
|
109
127
|
enabled$1.enableDialogElement = true;
|
|
@@ -154,12 +172,14 @@ try {
|
|
|
154
172
|
enabled$1.enableCssGrid = false;
|
|
155
173
|
enabled$1.enableV11Release = true;
|
|
156
174
|
enabled$1.enableExperimentalTileContrast = false;
|
|
175
|
+
enabled$1.enableTileContrast = false;
|
|
157
176
|
enabled$1.enableV12TileDefaultIcons = false;
|
|
158
177
|
enabled$1.enableV12TileRadioIcons = false;
|
|
159
178
|
enabled$1.enableV12Overflowmenu = false;
|
|
160
179
|
enabled$1.enableTreeviewControllable = false;
|
|
161
180
|
enabled$1.enableV12StructuredListVisibleIcons = false;
|
|
162
181
|
enabled$1.enableExperimentalFocusWrapWithoutSentinels = false;
|
|
182
|
+
enabled$1.enableFocusWrapWithoutSentinels = false;
|
|
163
183
|
enabled$1.enableDialogElement = false;
|
|
164
184
|
enabled$1.enableV12DynamicFloatingStyles = false;
|
|
165
185
|
enabled$1.enableV12ToggleReducedLabelSpacing = false;
|
|
@@ -180,8 +200,12 @@ var featureFlagInfo = [{
|
|
|
180
200
|
enabled: enabled$1.enableV11Release
|
|
181
201
|
}, {
|
|
182
202
|
name: "enable-experimental-tile-contrast",
|
|
183
|
-
description: "
|
|
203
|
+
description: "Deprecated, use enable-tile-contrast instead\n",
|
|
184
204
|
enabled: enabled$1.enableExperimentalTileContrast
|
|
205
|
+
}, {
|
|
206
|
+
name: "enable-tile-contrast",
|
|
207
|
+
description: "Enable the experimental tile improved contrast styles\n",
|
|
208
|
+
enabled: enabled$1.enableTileContrast
|
|
185
209
|
}, {
|
|
186
210
|
name: "enable-v12-tile-default-icons",
|
|
187
211
|
description: "Enable rendering of default icons in the tile components\n",
|
|
@@ -204,8 +228,12 @@ var featureFlagInfo = [{
|
|
|
204
228
|
enabled: enabled$1.enableV12StructuredListVisibleIcons
|
|
205
229
|
}, {
|
|
206
230
|
name: "enable-experimental-focus-wrap-without-sentinels",
|
|
207
|
-
description: "
|
|
231
|
+
description: "Deprecated, use enable-focus-wrap-without-sentinels instead\n",
|
|
208
232
|
enabled: enabled$1.enableExperimentalFocusWrapWithoutSentinels
|
|
233
|
+
}, {
|
|
234
|
+
name: "enable-focus-wrap-without-sentinels",
|
|
235
|
+
description: "Enable the new focus wrap behavior that doesn't use sentinel nodes\n",
|
|
236
|
+
enabled: enabled$1.enableFocusWrapWithoutSentinels
|
|
209
237
|
}, {
|
|
210
238
|
name: "enable-dialog-element",
|
|
211
239
|
description: "Enable components to utilize the native dialog element\n",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../../../../feature-flags/es/index.js"],"sourcesContent":["/**\n * Copyright IBM Corp. 2015, 2023\n *\n * This source code is licensed under the Apache-2.0 license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nvar enabled$1 = {};\ntry {\n if (process.env.CARBON_ENABLE_CSS_CUSTOM_PROPERTIES) {\n if (process.env.CARBON_ENABLE_CSS_CUSTOM_PROPERTIES === 'true') {\n enabled$1.enableCssCustomProperties = true;\n } else {\n enabled$1.enableCssCustomProperties = false;\n }\n } else {\n enabled$1.enableCssCustomProperties = false;\n }\n if (process.env.CARBON_ENABLE_CSS_GRID) {\n if (process.env.CARBON_ENABLE_CSS_GRID === 'true') {\n enabled$1.enableCssGrid = true;\n } else {\n enabled$1.enableCssGrid = false;\n }\n } else {\n enabled$1.enableCssGrid = false;\n }\n if (process.env.CARBON_ENABLE_V11_RELEASE) {\n if (process.env.CARBON_ENABLE_V11_RELEASE === 'true') {\n enabled$1.enableV11Release = true;\n } else {\n enabled$1.enableV11Release = false;\n }\n } else {\n enabled$1.enableV11Release = true;\n }\n if (process.env.CARBON_ENABLE_EXPERIMENTAL_TILE_CONTRAST) {\n if (process.env.CARBON_ENABLE_EXPERIMENTAL_TILE_CONTRAST === 'true') {\n enabled$1.enableExperimentalTileContrast = true;\n } else {\n enabled$1.enableExperimentalTileContrast = false;\n }\n } else {\n enabled$1.enableExperimentalTileContrast = false;\n }\n if (process.env.CARBON_ENABLE_V12_TILE_DEFAULT_ICONS) {\n if (process.env.CARBON_ENABLE_V12_TILE_DEFAULT_ICONS === 'true') {\n enabled$1.enableV12TileDefaultIcons = true;\n } else {\n enabled$1.enableV12TileDefaultIcons = false;\n }\n } else {\n enabled$1.enableV12TileDefaultIcons = false;\n }\n if (process.env.CARBON_ENABLE_V12_TILE_RADIO_ICONS) {\n if (process.env.CARBON_ENABLE_V12_TILE_RADIO_ICONS === 'true') {\n enabled$1.enableV12TileRadioIcons = true;\n } else {\n enabled$1.enableV12TileRadioIcons = false;\n }\n } else {\n enabled$1.enableV12TileRadioIcons = false;\n }\n if (process.env.CARBON_ENABLE_V12_OVERFLOWMENU) {\n if (process.env.CARBON_ENABLE_V12_OVERFLOWMENU === 'true') {\n enabled$1.enableV12Overflowmenu = true;\n } else {\n enabled$1.enableV12Overflowmenu = false;\n }\n } else {\n enabled$1.enableV12Overflowmenu = false;\n }\n if (process.env.CARBON_ENABLE_TREEVIEW_CONTROLLABLE) {\n if (process.env.CARBON_ENABLE_TREEVIEW_CONTROLLABLE === 'true') {\n enabled$1.enableTreeviewControllable = true;\n } else {\n enabled$1.enableTreeviewControllable = false;\n }\n } else {\n enabled$1.enableTreeviewControllable = false;\n }\n if (process.env.CARBON_ENABLE_V12_STRUCTURED_LIST_VISIBLE_ICONS) {\n if (process.env.CARBON_ENABLE_V12_STRUCTURED_LIST_VISIBLE_ICONS === 'true') {\n enabled$1.enableV12StructuredListVisibleIcons = true;\n } else {\n enabled$1.enableV12StructuredListVisibleIcons = false;\n }\n } else {\n enabled$1.enableV12StructuredListVisibleIcons = false;\n }\n if (process.env.CARBON_ENABLE_EXPERIMENTAL_FOCUS_WRAP_WITHOUT_SENTINELS) {\n if (process.env.CARBON_ENABLE_EXPERIMENTAL_FOCUS_WRAP_WITHOUT_SENTINELS === 'true') {\n enabled$1.enableExperimentalFocusWrapWithoutSentinels = true;\n } else {\n enabled$1.enableExperimentalFocusWrapWithoutSentinels = false;\n }\n } else {\n enabled$1.enableExperimentalFocusWrapWithoutSentinels = false;\n }\n if (process.env.CARBON_ENABLE_DIALOG_ELEMENT) {\n if (process.env.CARBON_ENABLE_DIALOG_ELEMENT === 'true') {\n enabled$1.enableDialogElement = true;\n } else {\n enabled$1.enableDialogElement = false;\n }\n } else {\n enabled$1.enableDialogElement = false;\n }\n if (process.env.CARBON_ENABLE_V12_DYNAMIC_FLOATING_STYLES) {\n if (process.env.CARBON_ENABLE_V12_DYNAMIC_FLOATING_STYLES === 'true') {\n enabled$1.enableV12DynamicFloatingStyles = true;\n } else {\n enabled$1.enableV12DynamicFloatingStyles = false;\n }\n } else {\n enabled$1.enableV12DynamicFloatingStyles = false;\n }\n if (process.env.CARBON_ENABLE_V12_TOGGLE_REDUCED_LABEL_SPACING) {\n if (process.env.CARBON_ENABLE_V12_TOGGLE_REDUCED_LABEL_SPACING === 'true') {\n enabled$1.enableV12ToggleReducedLabelSpacing = true;\n } else {\n enabled$1.enableV12ToggleReducedLabelSpacing = false;\n }\n } else {\n enabled$1.enableV12ToggleReducedLabelSpacing = false;\n }\n if (process.env.CARBON_ENABLE_ENHANCED_FILE_UPLOADER) {\n if (process.env.CARBON_ENABLE_ENHANCED_FILE_UPLOADER === 'true') {\n enabled$1.enableEnhancedFileUploader = true;\n } else {\n enabled$1.enableEnhancedFileUploader = false;\n }\n } else {\n enabled$1.enableEnhancedFileUploader = false;\n }\n if (process.env.CARBON_ENABLE_PRESENCE) {\n if (process.env.CARBON_ENABLE_PRESENCE === 'true') {\n enabled$1.enablePresence = true;\n } else {\n enabled$1.enablePresence = false;\n }\n } else {\n enabled$1.enablePresence = false;\n }\n} catch (error) {\n enabled$1.enableCssCustomProperties = false;\n enabled$1.enableCssGrid = false;\n enabled$1.enableV11Release = true;\n enabled$1.enableExperimentalTileContrast = false;\n enabled$1.enableV12TileDefaultIcons = false;\n enabled$1.enableV12TileRadioIcons = false;\n enabled$1.enableV12Overflowmenu = false;\n enabled$1.enableTreeviewControllable = false;\n enabled$1.enableV12StructuredListVisibleIcons = false;\n enabled$1.enableExperimentalFocusWrapWithoutSentinels = false;\n enabled$1.enableDialogElement = false;\n enabled$1.enableV12DynamicFloatingStyles = false;\n enabled$1.enableV12ToggleReducedLabelSpacing = false;\n enabled$1.enableEnhancedFileUploader = false;\n enabled$1.enablePresence = false;\n}\nvar featureFlagInfo = [{\n name: \"enable-css-custom-properties\",\n description: \"Describe what the flag does\",\n enabled: enabled$1.enableCssCustomProperties\n}, {\n name: \"enable-css-grid\",\n description: \"Enable CSS Grid Layout in the Grid and Column React components\\n\",\n enabled: enabled$1.enableCssGrid\n}, {\n name: \"enable-v11-release\",\n description: \"Enable the features and functionality for the v11 Release\\n\",\n enabled: enabled$1.enableV11Release\n}, {\n name: \"enable-experimental-tile-contrast\",\n description: \"Enable the experimental tile improved contrast styles\\n\",\n enabled: enabled$1.enableExperimentalTileContrast\n}, {\n name: \"enable-v12-tile-default-icons\",\n description: \"Enable rendering of default icons in the tile components\\n\",\n enabled: enabled$1.enableV12TileDefaultIcons\n}, {\n name: \"enable-v12-tile-radio-icons\",\n description: \"Enable rendering of radio icons in the RadioTile component\\n\",\n enabled: enabled$1.enableV12TileRadioIcons\n}, {\n name: \"enable-v12-overflowmenu\",\n description: \"Enable the use of the v12 OverflowMenu leveraging the Menu subcomponents\\n\",\n enabled: enabled$1.enableV12Overflowmenu\n}, {\n name: \"enable-treeview-controllable\",\n description: \"Enable the new TreeView controllable API\\n\",\n enabled: enabled$1.enableTreeviewControllable\n}, {\n name: \"enable-v12-structured-list-visible-icons\",\n description: \"Enable rendering of radio icons in the StructuredList component\\n\",\n enabled: enabled$1.enableV12StructuredListVisibleIcons\n}, {\n name: \"enable-experimental-focus-wrap-without-sentinels\",\n description: \"Enable the new focus wrap behavior that doesn't use sentinel nodes\\n\",\n enabled: enabled$1.enableExperimentalFocusWrapWithoutSentinels\n}, {\n name: \"enable-dialog-element\",\n description: \"Enable components to utilize the native dialog element\\n\",\n enabled: enabled$1.enableDialogElement\n}, {\n name: \"enable-v12-dynamic-floating-styles\",\n description: \"Enable dynamic setting of floating styles for components like Popover, Tooltip, etc.\\n\",\n enabled: enabled$1.enableV12DynamicFloatingStyles\n}, {\n name: \"enable-v12-toggle-reduced-label-spacing\",\n description: \"Enable a reduced spacing between the toggle control and its label\\n\",\n enabled: enabled$1.enableV12ToggleReducedLabelSpacing\n}, {\n name: \"enable-enhanced-file-uploader\",\n description: \"Enable enhanced functionality for the FileUploader component, including richer callback data and expanded trigger events for onChange and onDelete.\\n\",\n enabled: enabled$1.enableEnhancedFileUploader\n}, {\n name: \"enable-presence\",\n description: \"Enable components to remain unmounted in closed state and mount in open state.\\n\",\n enabled: enabled$1.enablePresence\n}];\n\nfunction _arrayLikeToArray(r, a) {\n (null == a || a > r.length) && (a = r.length);\n for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e];\n return n;\n}\nfunction _arrayWithHoles(r) {\n if (Array.isArray(r)) return r;\n}\nfunction _classCallCheck(a, n) {\n if (!(a instanceof n)) throw new TypeError(\"Cannot call a class as a function\");\n}\nfunction _defineProperties(e, r) {\n for (var t = 0; t < r.length; t++) {\n var o = r[t];\n o.enumerable = o.enumerable || false, o.configurable = true, \"value\" in o && (o.writable = true), Object.defineProperty(e, _toPropertyKey(o.key), o);\n }\n}\nfunction _createClass(e, r, t) {\n return r && _defineProperties(e.prototype, r), Object.defineProperty(e, \"prototype\", {\n writable: false\n }), e;\n}\nfunction _createForOfIteratorHelper(r, e) {\n var t = \"undefined\" != typeof Symbol && r[Symbol.iterator] || r[\"@@iterator\"];\n if (!t) {\n if (Array.isArray(r) || (t = _unsupportedIterableToArray(r)) || e) {\n t && (r = t);\n var n = 0,\n F = function () {};\n return {\n s: F,\n n: function () {\n return n >= r.length ? {\n done: true\n } : {\n done: false,\n value: r[n++]\n };\n },\n e: function (r) {\n throw r;\n },\n f: F\n };\n }\n throw new TypeError(\"Invalid attempt to iterate non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\");\n }\n var o,\n a = true,\n u = false;\n return {\n s: function () {\n t = t.call(r);\n },\n n: function () {\n var r = t.next();\n return a = r.done, r;\n },\n e: function (r) {\n u = true, o = r;\n },\n f: function () {\n try {\n a || null == t.return || t.return();\n } finally {\n if (u) throw o;\n }\n }\n };\n}\nfunction _iterableToArrayLimit(r, l) {\n var t = null == r ? null : \"undefined\" != typeof Symbol && r[Symbol.iterator] || r[\"@@iterator\"];\n if (null != t) {\n var e,\n n,\n i,\n u,\n a = [],\n f = true,\n o = false;\n try {\n if (i = (t = t.call(r)).next, 0 === l) ; else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0);\n } catch (r) {\n o = true, n = r;\n } finally {\n try {\n if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return;\n } finally {\n if (o) throw n;\n }\n }\n return a;\n }\n}\nfunction _nonIterableRest() {\n throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\");\n}\nfunction _slicedToArray(r, e) {\n return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _nonIterableRest();\n}\nfunction _toPrimitive(t, r) {\n if (\"object\" != typeof t || !t) return t;\n var e = t[Symbol.toPrimitive];\n if (void 0 !== e) {\n var i = e.call(t, r);\n if (\"object\" != typeof i) return i;\n throw new TypeError(\"@@toPrimitive must return a primitive value.\");\n }\n return (String )(t);\n}\nfunction _toPropertyKey(t) {\n var i = _toPrimitive(t, \"string\");\n return \"symbol\" == typeof i ? i : i + \"\";\n}\nfunction _unsupportedIterableToArray(r, a) {\n if (r) {\n if (\"string\" == typeof r) return _arrayLikeToArray(r, a);\n var t = {}.toString.call(r).slice(8, -1);\n return \"Object\" === t && r.constructor && (t = r.constructor.name), \"Map\" === t || \"Set\" === t ? Array.from(r) : \"Arguments\" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0;\n }\n}\n\n/**\n * Copyright IBM Corp. 2015, 2023\n *\n * This source code is licensed under the Apache-2.0 license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nvar FeatureFlagScope = /*#__PURE__*/function () {\n function FeatureFlagScope(flags) {\n var _this = this;\n _classCallCheck(this, FeatureFlagScope);\n this.flags = new Map();\n if (flags) {\n Object.keys(flags).forEach(function (key) {\n _this.flags.set(key, flags[key]);\n });\n }\n }\n\n /**\n * Check to see if a flag exists\n * @param {string} name\n */\n return _createClass(FeatureFlagScope, [{\n key: \"checkForFlag\",\n value: function checkForFlag(name) {\n if (!this.flags.has(name)) {\n throw new Error(\"Unable to find a feature flag with the name: `\".concat(name, \"`\"));\n }\n }\n\n /**\n * Add a feature flag\n * @param {string} name\n * @param {boolean} enabled\n */\n }, {\n key: \"add\",\n value: function add(name, enabled) {\n if (this.flags.has(name)) {\n throw new Error(\"The feature flag: \".concat(name, \" already exists\"));\n }\n this.flags.set(name, enabled);\n }\n\n /**\n * Enable a feature flag\n * @param {string} name\n */\n }, {\n key: \"enable\",\n value: function enable(name) {\n this.checkForFlag(name);\n this.flags.set(name, true);\n }\n\n /**\n * Disable a feature flag\n * @param {string} name\n */\n }, {\n key: \"disable\",\n value: function disable(name) {\n this.checkForFlag(name);\n this.flags.set(name, false);\n }\n\n /**\n * Merge the given feature flags with the current set of feature flags.\n * Duplicate keys will be set to the value in the given feature flags.\n * @param {object} flags\n */\n }, {\n key: \"merge\",\n value: function merge(flags) {\n var _this2 = this;\n Object.keys(flags).forEach(function (key) {\n _this2.flags.set(key, flags[key]);\n });\n }\n\n /**\n * @param {FeatureFlagScope} scope\n */\n }, {\n key: \"mergeWithScope\",\n value: function mergeWithScope(scope) {\n var _iterator = _createForOfIteratorHelper(scope.flags),\n _step;\n try {\n for (_iterator.s(); !(_step = _iterator.n()).done;) {\n var _step$value = _slicedToArray(_step.value, 2),\n key = _step$value[0],\n value = _step$value[1];\n if (this.flags.has(key)) {\n continue;\n }\n this.flags.set(key, value);\n }\n } catch (err) {\n _iterator.e(err);\n } finally {\n _iterator.f();\n }\n }\n\n /**\n * Check if a feature flag is enabled\n * @param {string} name\n * @returns {boolean}\n */\n }, {\n key: \"enabled\",\n value: function enabled(name) {\n this.checkForFlag(name);\n return this.flags.get(name);\n }\n }]);\n}();\n\nvar FeatureFlags = createScope();\nfor (var i = 0; i < featureFlagInfo.length; i++) {\n var featureFlag = featureFlagInfo[i];\n FeatureFlags.add(featureFlag.name, featureFlag.enabled);\n}\nfunction createScope(flags) {\n return new FeatureFlagScope(flags);\n}\nfunction add() {\n return FeatureFlags.add.apply(FeatureFlags, arguments);\n}\nfunction enable() {\n return FeatureFlags.enable.apply(FeatureFlags, arguments);\n}\nfunction disable() {\n return FeatureFlags.disable.apply(FeatureFlags, arguments);\n}\nfunction enabled() {\n return FeatureFlags.enabled.apply(FeatureFlags, arguments);\n}\nfunction merge() {\n return FeatureFlags.merge.apply(FeatureFlags, arguments);\n}\n\nexport { FeatureFlags, add, createScope, disable, enable, enabled, merge };\n"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../../feature-flags/es/index.js"],"sourcesContent":["/**\n * Copyright IBM Corp. 2015, 2023\n *\n * This source code is licensed under the Apache-2.0 license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nvar enabled$1 = {};\ntry {\n if (process.env.CARBON_ENABLE_CSS_CUSTOM_PROPERTIES) {\n if (process.env.CARBON_ENABLE_CSS_CUSTOM_PROPERTIES === 'true') {\n enabled$1.enableCssCustomProperties = true;\n } else {\n enabled$1.enableCssCustomProperties = false;\n }\n } else {\n enabled$1.enableCssCustomProperties = false;\n }\n if (process.env.CARBON_ENABLE_CSS_GRID) {\n if (process.env.CARBON_ENABLE_CSS_GRID === 'true') {\n enabled$1.enableCssGrid = true;\n } else {\n enabled$1.enableCssGrid = false;\n }\n } else {\n enabled$1.enableCssGrid = false;\n }\n if (process.env.CARBON_ENABLE_V11_RELEASE) {\n if (process.env.CARBON_ENABLE_V11_RELEASE === 'true') {\n enabled$1.enableV11Release = true;\n } else {\n enabled$1.enableV11Release = false;\n }\n } else {\n enabled$1.enableV11Release = true;\n }\n if (process.env.CARBON_ENABLE_EXPERIMENTAL_TILE_CONTRAST) {\n if (process.env.CARBON_ENABLE_EXPERIMENTAL_TILE_CONTRAST === 'true') {\n enabled$1.enableExperimentalTileContrast = true;\n } else {\n enabled$1.enableExperimentalTileContrast = false;\n }\n } else {\n enabled$1.enableExperimentalTileContrast = false;\n }\n if (process.env.CARBON_ENABLE_TILE_CONTRAST) {\n if (process.env.CARBON_ENABLE_TILE_CONTRAST === 'true') {\n enabled$1.enableTileContrast = true;\n } else {\n enabled$1.enableTileContrast = false;\n }\n } else {\n enabled$1.enableTileContrast = false;\n }\n if (process.env.CARBON_ENABLE_V12_TILE_DEFAULT_ICONS) {\n if (process.env.CARBON_ENABLE_V12_TILE_DEFAULT_ICONS === 'true') {\n enabled$1.enableV12TileDefaultIcons = true;\n } else {\n enabled$1.enableV12TileDefaultIcons = false;\n }\n } else {\n enabled$1.enableV12TileDefaultIcons = false;\n }\n if (process.env.CARBON_ENABLE_V12_TILE_RADIO_ICONS) {\n if (process.env.CARBON_ENABLE_V12_TILE_RADIO_ICONS === 'true') {\n enabled$1.enableV12TileRadioIcons = true;\n } else {\n enabled$1.enableV12TileRadioIcons = false;\n }\n } else {\n enabled$1.enableV12TileRadioIcons = false;\n }\n if (process.env.CARBON_ENABLE_V12_OVERFLOWMENU) {\n if (process.env.CARBON_ENABLE_V12_OVERFLOWMENU === 'true') {\n enabled$1.enableV12Overflowmenu = true;\n } else {\n enabled$1.enableV12Overflowmenu = false;\n }\n } else {\n enabled$1.enableV12Overflowmenu = false;\n }\n if (process.env.CARBON_ENABLE_TREEVIEW_CONTROLLABLE) {\n if (process.env.CARBON_ENABLE_TREEVIEW_CONTROLLABLE === 'true') {\n enabled$1.enableTreeviewControllable = true;\n } else {\n enabled$1.enableTreeviewControllable = false;\n }\n } else {\n enabled$1.enableTreeviewControllable = false;\n }\n if (process.env.CARBON_ENABLE_V12_STRUCTURED_LIST_VISIBLE_ICONS) {\n if (process.env.CARBON_ENABLE_V12_STRUCTURED_LIST_VISIBLE_ICONS === 'true') {\n enabled$1.enableV12StructuredListVisibleIcons = true;\n } else {\n enabled$1.enableV12StructuredListVisibleIcons = false;\n }\n } else {\n enabled$1.enableV12StructuredListVisibleIcons = false;\n }\n if (process.env.CARBON_ENABLE_EXPERIMENTAL_FOCUS_WRAP_WITHOUT_SENTINELS) {\n if (process.env.CARBON_ENABLE_EXPERIMENTAL_FOCUS_WRAP_WITHOUT_SENTINELS === 'true') {\n enabled$1.enableExperimentalFocusWrapWithoutSentinels = true;\n } else {\n enabled$1.enableExperimentalFocusWrapWithoutSentinels = false;\n }\n } else {\n enabled$1.enableExperimentalFocusWrapWithoutSentinels = false;\n }\n if (process.env.CARBON_ENABLE_FOCUS_WRAP_WITHOUT_SENTINELS) {\n if (process.env.CARBON_ENABLE_FOCUS_WRAP_WITHOUT_SENTINELS === 'true') {\n enabled$1.enableFocusWrapWithoutSentinels = true;\n } else {\n enabled$1.enableFocusWrapWithoutSentinels = false;\n }\n } else {\n enabled$1.enableFocusWrapWithoutSentinels = false;\n }\n if (process.env.CARBON_ENABLE_DIALOG_ELEMENT) {\n if (process.env.CARBON_ENABLE_DIALOG_ELEMENT === 'true') {\n enabled$1.enableDialogElement = true;\n } else {\n enabled$1.enableDialogElement = false;\n }\n } else {\n enabled$1.enableDialogElement = false;\n }\n if (process.env.CARBON_ENABLE_V12_DYNAMIC_FLOATING_STYLES) {\n if (process.env.CARBON_ENABLE_V12_DYNAMIC_FLOATING_STYLES === 'true') {\n enabled$1.enableV12DynamicFloatingStyles = true;\n } else {\n enabled$1.enableV12DynamicFloatingStyles = false;\n }\n } else {\n enabled$1.enableV12DynamicFloatingStyles = false;\n }\n if (process.env.CARBON_ENABLE_V12_TOGGLE_REDUCED_LABEL_SPACING) {\n if (process.env.CARBON_ENABLE_V12_TOGGLE_REDUCED_LABEL_SPACING === 'true') {\n enabled$1.enableV12ToggleReducedLabelSpacing = true;\n } else {\n enabled$1.enableV12ToggleReducedLabelSpacing = false;\n }\n } else {\n enabled$1.enableV12ToggleReducedLabelSpacing = false;\n }\n if (process.env.CARBON_ENABLE_ENHANCED_FILE_UPLOADER) {\n if (process.env.CARBON_ENABLE_ENHANCED_FILE_UPLOADER === 'true') {\n enabled$1.enableEnhancedFileUploader = true;\n } else {\n enabled$1.enableEnhancedFileUploader = false;\n }\n } else {\n enabled$1.enableEnhancedFileUploader = false;\n }\n if (process.env.CARBON_ENABLE_PRESENCE) {\n if (process.env.CARBON_ENABLE_PRESENCE === 'true') {\n enabled$1.enablePresence = true;\n } else {\n enabled$1.enablePresence = false;\n }\n } else {\n enabled$1.enablePresence = false;\n }\n} catch (error) {\n enabled$1.enableCssCustomProperties = false;\n enabled$1.enableCssGrid = false;\n enabled$1.enableV11Release = true;\n enabled$1.enableExperimentalTileContrast = false;\n enabled$1.enableTileContrast = false;\n enabled$1.enableV12TileDefaultIcons = false;\n enabled$1.enableV12TileRadioIcons = false;\n enabled$1.enableV12Overflowmenu = false;\n enabled$1.enableTreeviewControllable = false;\n enabled$1.enableV12StructuredListVisibleIcons = false;\n enabled$1.enableExperimentalFocusWrapWithoutSentinels = false;\n enabled$1.enableFocusWrapWithoutSentinels = false;\n enabled$1.enableDialogElement = false;\n enabled$1.enableV12DynamicFloatingStyles = false;\n enabled$1.enableV12ToggleReducedLabelSpacing = false;\n enabled$1.enableEnhancedFileUploader = false;\n enabled$1.enablePresence = false;\n}\nvar featureFlagInfo = [{\n name: \"enable-css-custom-properties\",\n description: \"Describe what the flag does\",\n enabled: enabled$1.enableCssCustomProperties\n}, {\n name: \"enable-css-grid\",\n description: \"Enable CSS Grid Layout in the Grid and Column React components\\n\",\n enabled: enabled$1.enableCssGrid\n}, {\n name: \"enable-v11-release\",\n description: \"Enable the features and functionality for the v11 Release\\n\",\n enabled: enabled$1.enableV11Release\n}, {\n name: \"enable-experimental-tile-contrast\",\n description: \"Deprecated, use enable-tile-contrast instead\\n\",\n enabled: enabled$1.enableExperimentalTileContrast\n}, {\n name: \"enable-tile-contrast\",\n description: \"Enable the experimental tile improved contrast styles\\n\",\n enabled: enabled$1.enableTileContrast\n}, {\n name: \"enable-v12-tile-default-icons\",\n description: \"Enable rendering of default icons in the tile components\\n\",\n enabled: enabled$1.enableV12TileDefaultIcons\n}, {\n name: \"enable-v12-tile-radio-icons\",\n description: \"Enable rendering of radio icons in the RadioTile component\\n\",\n enabled: enabled$1.enableV12TileRadioIcons\n}, {\n name: \"enable-v12-overflowmenu\",\n description: \"Enable the use of the v12 OverflowMenu leveraging the Menu subcomponents\\n\",\n enabled: enabled$1.enableV12Overflowmenu\n}, {\n name: \"enable-treeview-controllable\",\n description: \"Enable the new TreeView controllable API\\n\",\n enabled: enabled$1.enableTreeviewControllable\n}, {\n name: \"enable-v12-structured-list-visible-icons\",\n description: \"Enable rendering of radio icons in the StructuredList component\\n\",\n enabled: enabled$1.enableV12StructuredListVisibleIcons\n}, {\n name: \"enable-experimental-focus-wrap-without-sentinels\",\n description: \"Deprecated, use enable-focus-wrap-without-sentinels instead\\n\",\n enabled: enabled$1.enableExperimentalFocusWrapWithoutSentinels\n}, {\n name: \"enable-focus-wrap-without-sentinels\",\n description: \"Enable the new focus wrap behavior that doesn't use sentinel nodes\\n\",\n enabled: enabled$1.enableFocusWrapWithoutSentinels\n}, {\n name: \"enable-dialog-element\",\n description: \"Enable components to utilize the native dialog element\\n\",\n enabled: enabled$1.enableDialogElement\n}, {\n name: \"enable-v12-dynamic-floating-styles\",\n description: \"Enable dynamic setting of floating styles for components like Popover, Tooltip, etc.\\n\",\n enabled: enabled$1.enableV12DynamicFloatingStyles\n}, {\n name: \"enable-v12-toggle-reduced-label-spacing\",\n description: \"Enable a reduced spacing between the toggle control and its label\\n\",\n enabled: enabled$1.enableV12ToggleReducedLabelSpacing\n}, {\n name: \"enable-enhanced-file-uploader\",\n description: \"Enable enhanced functionality for the FileUploader component, including richer callback data and expanded trigger events for onChange and onDelete.\\n\",\n enabled: enabled$1.enableEnhancedFileUploader\n}, {\n name: \"enable-presence\",\n description: \"Enable components to remain unmounted in closed state and mount in open state.\\n\",\n enabled: enabled$1.enablePresence\n}];\n\nfunction _arrayLikeToArray(r, a) {\n (null == a || a > r.length) && (a = r.length);\n for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e];\n return n;\n}\nfunction _arrayWithHoles(r) {\n if (Array.isArray(r)) return r;\n}\nfunction _classCallCheck(a, n) {\n if (!(a instanceof n)) throw new TypeError(\"Cannot call a class as a function\");\n}\nfunction _defineProperties(e, r) {\n for (var t = 0; t < r.length; t++) {\n var o = r[t];\n o.enumerable = o.enumerable || false, o.configurable = true, \"value\" in o && (o.writable = true), Object.defineProperty(e, _toPropertyKey(o.key), o);\n }\n}\nfunction _createClass(e, r, t) {\n return r && _defineProperties(e.prototype, r), Object.defineProperty(e, \"prototype\", {\n writable: false\n }), e;\n}\nfunction _createForOfIteratorHelper(r, e) {\n var t = \"undefined\" != typeof Symbol && r[Symbol.iterator] || r[\"@@iterator\"];\n if (!t) {\n if (Array.isArray(r) || (t = _unsupportedIterableToArray(r)) || e) {\n t && (r = t);\n var n = 0,\n F = function () {};\n return {\n s: F,\n n: function () {\n return n >= r.length ? {\n done: true\n } : {\n done: false,\n value: r[n++]\n };\n },\n e: function (r) {\n throw r;\n },\n f: F\n };\n }\n throw new TypeError(\"Invalid attempt to iterate non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\");\n }\n var o,\n a = true,\n u = false;\n return {\n s: function () {\n t = t.call(r);\n },\n n: function () {\n var r = t.next();\n return a = r.done, r;\n },\n e: function (r) {\n u = true, o = r;\n },\n f: function () {\n try {\n a || null == t.return || t.return();\n } finally {\n if (u) throw o;\n }\n }\n };\n}\nfunction _iterableToArrayLimit(r, l) {\n var t = null == r ? null : \"undefined\" != typeof Symbol && r[Symbol.iterator] || r[\"@@iterator\"];\n if (null != t) {\n var e,\n n,\n i,\n u,\n a = [],\n f = true,\n o = false;\n try {\n if (i = (t = t.call(r)).next, 0 === l) ; else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0);\n } catch (r) {\n o = true, n = r;\n } finally {\n try {\n if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return;\n } finally {\n if (o) throw n;\n }\n }\n return a;\n }\n}\nfunction _nonIterableRest() {\n throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\");\n}\nfunction _slicedToArray(r, e) {\n return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _nonIterableRest();\n}\nfunction _toPrimitive(t, r) {\n if (\"object\" != typeof t || !t) return t;\n var e = t[Symbol.toPrimitive];\n if (void 0 !== e) {\n var i = e.call(t, r);\n if (\"object\" != typeof i) return i;\n throw new TypeError(\"@@toPrimitive must return a primitive value.\");\n }\n return (String )(t);\n}\nfunction _toPropertyKey(t) {\n var i = _toPrimitive(t, \"string\");\n return \"symbol\" == typeof i ? i : i + \"\";\n}\nfunction _unsupportedIterableToArray(r, a) {\n if (r) {\n if (\"string\" == typeof r) return _arrayLikeToArray(r, a);\n var t = {}.toString.call(r).slice(8, -1);\n return \"Object\" === t && r.constructor && (t = r.constructor.name), \"Map\" === t || \"Set\" === t ? Array.from(r) : \"Arguments\" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0;\n }\n}\n\n/**\n * Copyright IBM Corp. 2015, 2023\n *\n * This source code is licensed under the Apache-2.0 license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nvar FeatureFlagScope = /*#__PURE__*/function () {\n function FeatureFlagScope(flags) {\n var _this = this;\n _classCallCheck(this, FeatureFlagScope);\n this.flags = new Map();\n if (flags) {\n Object.keys(flags).forEach(function (key) {\n _this.flags.set(key, flags[key]);\n });\n }\n }\n\n /**\n * Check to see if a flag exists\n * @param {string} name\n */\n return _createClass(FeatureFlagScope, [{\n key: \"checkForFlag\",\n value: function checkForFlag(name) {\n if (!this.flags.has(name)) {\n throw new Error(\"Unable to find a feature flag with the name: `\".concat(name, \"`\"));\n }\n }\n\n /**\n * Add a feature flag\n * @param {string} name\n * @param {boolean} enabled\n */\n }, {\n key: \"add\",\n value: function add(name, enabled) {\n if (this.flags.has(name)) {\n throw new Error(\"The feature flag: \".concat(name, \" already exists\"));\n }\n this.flags.set(name, enabled);\n }\n\n /**\n * Enable a feature flag\n * @param {string} name\n */\n }, {\n key: \"enable\",\n value: function enable(name) {\n this.checkForFlag(name);\n this.flags.set(name, true);\n }\n\n /**\n * Disable a feature flag\n * @param {string} name\n */\n }, {\n key: \"disable\",\n value: function disable(name) {\n this.checkForFlag(name);\n this.flags.set(name, false);\n }\n\n /**\n * Merge the given feature flags with the current set of feature flags.\n * Duplicate keys will be set to the value in the given feature flags.\n * @param {object} flags\n */\n }, {\n key: \"merge\",\n value: function merge(flags) {\n var _this2 = this;\n Object.keys(flags).forEach(function (key) {\n _this2.flags.set(key, flags[key]);\n });\n }\n\n /**\n * @param {FeatureFlagScope} scope\n */\n }, {\n key: \"mergeWithScope\",\n value: function mergeWithScope(scope) {\n var _iterator = _createForOfIteratorHelper(scope.flags),\n _step;\n try {\n for (_iterator.s(); !(_step = _iterator.n()).done;) {\n var _step$value = _slicedToArray(_step.value, 2),\n key = _step$value[0],\n value = _step$value[1];\n if (this.flags.has(key)) {\n continue;\n }\n this.flags.set(key, value);\n }\n } catch (err) {\n _iterator.e(err);\n } finally {\n _iterator.f();\n }\n }\n\n /**\n * Check if a feature flag is enabled\n * @param {string} name\n * @returns {boolean}\n */\n }, {\n key: \"enabled\",\n value: function enabled(name) {\n this.checkForFlag(name);\n return this.flags.get(name);\n }\n }]);\n}();\n\nvar FeatureFlags = createScope();\nfor (var i = 0; i < featureFlagInfo.length; i++) {\n var featureFlag = featureFlagInfo[i];\n FeatureFlags.add(featureFlag.name, featureFlag.enabled);\n}\nfunction createScope(flags) {\n return new FeatureFlagScope(flags);\n}\nfunction add() {\n return FeatureFlags.add.apply(FeatureFlags, arguments);\n}\nfunction enable() {\n return FeatureFlags.enable.apply(FeatureFlags, arguments);\n}\nfunction disable() {\n return FeatureFlags.disable.apply(FeatureFlags, arguments);\n}\nfunction enabled() {\n return FeatureFlags.enabled.apply(FeatureFlags, arguments);\n}\nfunction merge() {\n return FeatureFlags.merge.apply(FeatureFlags, arguments);\n}\n\nexport { FeatureFlags, add, createScope, disable, enable, enabled, merge };\n"],"names":[],"mappings":"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"}
|
|
@@ -17,6 +17,7 @@ declare const FocusMixin: <T extends Constructor<HTMLElement>>(Base: T) => {
|
|
|
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 FocusMixin: <T extends Constructor<HTMLElement>>(Base: T) => {
|
|
|
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 FocusMixin: <T extends Constructor<HTMLElement>>(Base: T) => {
|
|
|
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 FocusMixin: <T extends Constructor<HTMLElement>>(Base: T) => {
|
|
|
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 FocusMixin: <T extends Constructor<HTMLElement>>(Base: T) => {
|
|
|
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_1 extends Node>(node: T_1): T_1;
|
|
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 FocusMixin: <T extends Constructor<HTMLElement>>(Base: T) => {
|
|
|
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 FocusMixin: <T extends Constructor<HTMLElement>>(Base: T) => {
|
|
|
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 FocusMixin: <T extends Constructor<HTMLElement>>(Base: T) => {
|
|
|
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 FocusMixin: <T extends Constructor<HTMLElement>>(Base: T) => {
|
|
|
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 FocusMixin: <T extends Constructor<HTMLElement>>(Base: T) => {
|
|
|
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 FocusMixin: <T extends Constructor<HTMLElement>>(Base: T) => {
|
|
|
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;
|
|
@@ -27,6 +27,7 @@ declare const FormMixin: <T extends Constructor<HTMLElement>>(Base: T) => (abstr
|
|
|
27
27
|
accessKey: string;
|
|
28
28
|
readonly accessKeyLabel: string;
|
|
29
29
|
autocapitalize: string;
|
|
30
|
+
autocorrect: boolean;
|
|
30
31
|
dir: string;
|
|
31
32
|
draggable: boolean;
|
|
32
33
|
hidden: boolean;
|
|
@@ -48,13 +49,14 @@ declare const FormMixin: <T extends Constructor<HTMLElement>>(Base: T) => (abstr
|
|
|
48
49
|
click(): void;
|
|
49
50
|
hidePopover(): void;
|
|
50
51
|
showPopover(): void;
|
|
51
|
-
togglePopover(
|
|
52
|
+
togglePopover(options?: boolean): boolean;
|
|
52
53
|
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
53
54
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
54
55
|
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
55
56
|
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
56
57
|
readonly attributes: NamedNodeMap;
|
|
57
|
-
|
|
58
|
+
get classList(): DOMTokenList;
|
|
59
|
+
set classList(value: string);
|
|
58
60
|
className: string;
|
|
59
61
|
readonly clientHeight: number;
|
|
60
62
|
readonly clientLeft: number;
|
|
@@ -69,7 +71,8 @@ declare const FormMixin: <T extends Constructor<HTMLElement>>(Base: T) => (abstr
|
|
|
69
71
|
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
70
72
|
outerHTML: string;
|
|
71
73
|
readonly ownerDocument: Document;
|
|
72
|
-
|
|
74
|
+
get part(): DOMTokenList;
|
|
75
|
+
set part(value: string);
|
|
73
76
|
readonly prefix: string | null;
|
|
74
77
|
readonly scrollHeight: number;
|
|
75
78
|
scrollLeft: number;
|
|
@@ -132,6 +135,8 @@ declare const FormMixin: <T extends Constructor<HTMLElement>>(Base: T) => (abstr
|
|
|
132
135
|
setPointerCapture(pointerId: number): void;
|
|
133
136
|
toggleAttribute(qualifiedName: string, force?: boolean): boolean;
|
|
134
137
|
webkitMatchesSelector(selectors: string): boolean;
|
|
138
|
+
get textContent(): string;
|
|
139
|
+
set textContent(value: string | null);
|
|
135
140
|
readonly baseURI: string;
|
|
136
141
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
137
142
|
readonly firstChild: ChildNode | null;
|
|
@@ -144,9 +149,8 @@ declare const FormMixin: <T extends Constructor<HTMLElement>>(Base: T) => (abstr
|
|
|
144
149
|
readonly parentElement: HTMLElement | null;
|
|
145
150
|
readonly parentNode: ParentNode | null;
|
|
146
151
|
readonly previousSibling: ChildNode | null;
|
|
147
|
-
textContent: string | null;
|
|
148
152
|
appendChild<T_1 extends Node>(node: T_1): T_1;
|
|
149
|
-
cloneNode(
|
|
153
|
+
cloneNode(subtree?: boolean): Node;
|
|
150
154
|
compareDocumentPosition(other: Node): number;
|
|
151
155
|
contains(other: Node | null): boolean;
|
|
152
156
|
getRootNode(options?: GetRootNodeOptions): Node;
|
|
@@ -179,6 +183,7 @@ declare const FormMixin: <T extends Constructor<HTMLElement>>(Base: T) => (abstr
|
|
|
179
183
|
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
180
184
|
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
181
185
|
dispatchEvent(event: Event): boolean;
|
|
186
|
+
ariaActiveDescendantElement: Element | null;
|
|
182
187
|
ariaAtomic: string | null;
|
|
183
188
|
ariaAutoComplete: string | null;
|
|
184
189
|
ariaBrailleLabel: string | null;
|
|
@@ -189,25 +194,33 @@ declare const FormMixin: <T extends Constructor<HTMLElement>>(Base: T) => (abstr
|
|
|
189
194
|
ariaColIndex: string | null;
|
|
190
195
|
ariaColIndexText: string | null;
|
|
191
196
|
ariaColSpan: string | null;
|
|
197
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
192
198
|
ariaCurrent: string | null;
|
|
199
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
193
200
|
ariaDescription: string | null;
|
|
201
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
194
202
|
ariaDisabled: string | null;
|
|
203
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
195
204
|
ariaExpanded: string | null;
|
|
205
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
196
206
|
ariaHasPopup: string | null;
|
|
197
207
|
ariaHidden: string | null;
|
|
198
208
|
ariaInvalid: string | null;
|
|
199
209
|
ariaKeyShortcuts: string | null;
|
|
200
210
|
ariaLabel: string | null;
|
|
211
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
201
212
|
ariaLevel: string | null;
|
|
202
213
|
ariaLive: string | null;
|
|
203
214
|
ariaModal: string | null;
|
|
204
215
|
ariaMultiLine: string | null;
|
|
205
216
|
ariaMultiSelectable: string | null;
|
|
206
217
|
ariaOrientation: string | null;
|
|
218
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
207
219
|
ariaPlaceholder: string | null;
|
|
208
220
|
ariaPosInSet: string | null;
|
|
209
221
|
ariaPressed: string | null;
|
|
210
222
|
ariaReadOnly: string | null;
|
|
223
|
+
ariaRelevant: string | null;
|
|
211
224
|
ariaRequired: string | null;
|
|
212
225
|
ariaRoleDescription: string | null;
|
|
213
226
|
ariaRowCount: string | null;
|
|
@@ -249,7 +262,8 @@ declare const FormMixin: <T extends Constructor<HTMLElement>>(Base: T) => (abstr
|
|
|
249
262
|
replaceChildren(...nodes: (Node | string)[]): void;
|
|
250
263
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
251
264
|
readonly attributeStyleMap: StylePropertyMap;
|
|
252
|
-
|
|
265
|
+
get style(): CSSStyleDeclaration;
|
|
266
|
+
set style(cssText: string);
|
|
253
267
|
contentEditable: string;
|
|
254
268
|
enterKeyHint: string;
|
|
255
269
|
inputMode: string;
|
|
@@ -259,18 +273,19 @@ declare const FormMixin: <T extends Constructor<HTMLElement>>(Base: T) => (abstr
|
|
|
259
273
|
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
260
274
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
261
275
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
262
|
-
onauxclick: ((this: GlobalEventHandlers, ev:
|
|
276
|
+
onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
263
277
|
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
264
|
-
|
|
278
|
+
onbeforematch: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
279
|
+
onbeforetoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
265
280
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
266
281
|
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
267
282
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
268
283
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
269
284
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
270
|
-
onclick: ((this: GlobalEventHandlers, ev:
|
|
285
|
+
onclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
271
286
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
272
287
|
oncontextlost: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
273
|
-
oncontextmenu: ((this: GlobalEventHandlers, ev:
|
|
288
|
+
oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
274
289
|
oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
275
290
|
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
276
291
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -318,6 +333,7 @@ declare const FormMixin: <T extends Constructor<HTMLElement>>(Base: T) => (abstr
|
|
|
318
333
|
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
319
334
|
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
320
335
|
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
336
|
+
onpointerrawupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
321
337
|
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
322
338
|
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent) => any) | null;
|
|
323
339
|
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -336,7 +352,7 @@ declare const FormMixin: <T extends Constructor<HTMLElement>>(Base: T) => (abstr
|
|
|
336
352
|
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
337
353
|
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
338
354
|
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
339
|
-
ontoggle: ((this: GlobalEventHandlers, ev:
|
|
355
|
+
ontoggle: ((this: GlobalEventHandlers, ev: ToggleEvent) => any) | null;
|
|
340
356
|
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
341
357
|
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
342
358
|
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|