@carbon/web-components 2.0.1 → 2.0.2-rc.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 +480 -12
- package/es/components/accordion/accordion-item.d.ts +47 -27
- package/es/components/accordion/accordion-item.js +13 -3
- package/es/components/accordion/accordion-item.js.map +1 -1
- package/es/components/accordion/accordion.css.js +1 -1
- package/es/components/accordion/accordion.rtl.css.js +1 -1
- package/es/components/breadcrumb/breadcrumb.css.js +1 -1
- package/es/components/breadcrumb/breadcrumb.rtl.css.js +1 -1
- package/es/components/button/button.css.js +1 -1
- package/es/components/button/button.d.ts +98 -58
- package/es/components/button/button.js +3 -3
- package/es/components/button/button.js.map +1 -1
- package/es/components/button/button.rtl.css.js +1 -1
- package/es/components/checkbox/checkbox.css.js +1 -1
- package/es/components/checkbox/checkbox.d.ts +100 -60
- package/es/components/checkbox/checkbox.rtl.css.js +1 -1
- package/es/components/code-snippet/code-snippet.css.js +1 -1
- package/es/components/code-snippet/code-snippet.d.ts +47 -27
- package/es/components/code-snippet/code-snippet.js +1 -1
- package/es/components/code-snippet/code-snippet.js.map +1 -1
- package/es/components/code-snippet/code-snippet.rtl.css.js +1 -1
- package/es/components/combo-box/combo-box.css.js +1 -1
- package/es/components/combo-box/combo-box.d.ts +1 -1
- package/es/components/combo-box/combo-box.js +2 -1
- package/es/components/combo-box/combo-box.js.map +1 -1
- package/es/components/combo-box/combo-box.rtl.css.js +1 -1
- package/es/components/content-switcher/content-switcher-item.d.ts +47 -27
- package/es/components/content-switcher/content-switcher-item.js +3 -3
- package/es/components/content-switcher/content-switcher-item.js.map +1 -1
- package/es/components/content-switcher/content-switcher.css.js +1 -1
- package/es/components/content-switcher/content-switcher.rtl.css.js +1 -1
- package/es/components/copy/copy.js +14 -14
- package/es/components/copy/copy.js.map +1 -1
- package/es/components/copy-button/copy-button.css.js +1 -1
- package/es/components/copy-button/copy-button.d.ts +47 -27
- package/es/components/copy-button/copy-button.rtl.css.js +1 -1
- package/es/components/data-table/data-table.css.js +1 -1
- package/es/components/data-table/data-table.rtl.css.js +1 -1
- package/es/components/data-table/table-expanded-row.d.ts +47 -27
- package/es/components/data-table/table-header-cell.d.ts +47 -27
- package/es/components/data-table/table-row.d.ts +98 -58
- package/es/components/data-table/table-row.js +1 -1
- package/es/components/data-table/table-row.js.map +1 -1
- package/es/components/data-table/table-skeleton.js +2 -2
- package/es/components/data-table/table-skeleton.js.map +1 -1
- package/es/components/data-table/table-toolbar-search.d.ts +47 -27
- package/es/components/data-table/table-toolbar-search.js +1 -1
- package/es/components/data-table/table-toolbar-search.js.map +1 -1
- package/es/components/data-table/table.d.ts +47 -27
- package/es/components/data-table/table.js +2 -2
- package/es/components/data-table/table.js.map +1 -1
- package/es/components/date-picker/date-picker-input.d.ts +59 -27
- package/es/components/date-picker/date-picker-input.js +60 -19
- package/es/components/date-picker/date-picker-input.js.map +1 -1
- package/es/components/date-picker/date-picker.css.js +1 -1
- package/es/components/date-picker/date-picker.d.ts +98 -58
- package/es/components/date-picker/date-picker.rtl.css.js +1 -1
- package/es/components/dropdown/dropdown.css.js +1 -1
- package/es/components/dropdown/dropdown.d.ts +219 -126
- package/es/components/dropdown/dropdown.js +47 -1
- package/es/components/dropdown/dropdown.js.map +1 -1
- package/es/components/dropdown/dropdown.rtl.css.js +1 -1
- package/es/components/file-uploader/file-uploader-button.d.ts +47 -27
- package/es/components/file-uploader/file-uploader-button.js +7 -7
- package/es/components/file-uploader/file-uploader-button.js.map +1 -1
- package/es/components/file-uploader/file-uploader-drop-container.d.ts +47 -27
- package/es/components/file-uploader/file-uploader-drop-container.js +1 -1
- package/es/components/file-uploader/file-uploader-drop-container.js.map +1 -1
- package/es/components/file-uploader/file-uploader.css.js +1 -1
- package/es/components/file-uploader/file-uploader.rtl.css.js +1 -1
- package/es/components/floating-menu/floating-menu.d.ts +98 -58
- package/es/components/floating-menu/floating-menu.js +1 -1
- package/es/components/floating-menu/floating-menu.js.map +1 -1
- package/es/components/form/form-item.css.js +1 -1
- package/es/components/form/form-item.rtl.css.js +1 -1
- package/es/components/form-group/form-group.css.js +1 -1
- package/es/components/form-group/form-group.rtl.css.js +1 -1
- package/es/components/icon-button/icon-button.css.js +1 -1
- package/es/components/icon-button/icon-button.js +3 -3
- package/es/components/icon-button/icon-button.js.map +1 -1
- package/es/components/icon-button/icon-button.rtl.css.js +1 -1
- package/es/components/inline-loading/inline-loading.css.js +1 -1
- package/es/components/inline-loading/inline-loading.rtl.css.js +1 -1
- package/es/components/link/link.css.js +1 -1
- package/es/components/link/link.d.ts +54 -42
- package/es/components/link/link.js +7 -7
- package/es/components/link/link.js.map +1 -1
- package/es/components/link/link.rtl.css.js +1 -1
- package/es/components/list/list.css.js +1 -1
- package/es/components/list/list.rtl.css.js +1 -1
- package/es/components/loading/loading.css.js +1 -1
- package/es/components/loading/loading.rtl.css.js +1 -1
- package/es/components/modal/modal-close-button.d.ts +47 -27
- package/es/components/modal/modal.css.js +1 -1
- package/es/components/modal/modal.d.ts +47 -27
- package/es/components/modal/modal.rtl.css.js +1 -1
- package/es/components/multi-select/multi-select.css.js +1 -1
- package/es/components/multi-select/multi-select.js +15 -5
- package/es/components/multi-select/multi-select.js.map +1 -1
- package/es/components/multi-select/multi-select.rtl.css.js +1 -1
- package/es/components/notification/actionable-notification-button.js +1 -1
- package/es/components/notification/actionable-notification-button.js.map +1 -1
- package/es/components/notification/actionable-notification.css.js +1 -1
- package/es/components/notification/actionable-notification.d.ts +47 -27
- package/es/components/notification/actionable-notification.js +5 -5
- package/es/components/notification/actionable-notification.js.map +1 -1
- package/es/components/notification/actionable-notification.rtl.css.js +1 -1
- package/es/components/notification/inline-notification.css.js +1 -1
- package/es/components/notification/inline-notification.d.ts +47 -27
- package/es/components/notification/inline-notification.rtl.css.js +1 -1
- package/es/components/notification/toast-notification.css.js +1 -1
- package/es/components/notification/toast-notification.rtl.css.js +1 -1
- package/es/components/number-input/number-input.css.js +1 -1
- package/es/components/number-input/number-input.js +4 -2
- package/es/components/number-input/number-input.js.map +1 -1
- package/es/components/number-input/number-input.rtl.css.js +1 -1
- package/es/components/overflow-menu/overflow-menu-body.js +1 -1
- package/es/components/overflow-menu/overflow-menu-body.js.map +1 -1
- package/es/components/overflow-menu/overflow-menu-item.d.ts +47 -27
- package/es/components/overflow-menu/overflow-menu.css.js +1 -1
- package/es/components/overflow-menu/overflow-menu.d.ts +98 -58
- package/es/components/overflow-menu/overflow-menu.js +13 -13
- package/es/components/overflow-menu/overflow-menu.js.map +1 -1
- package/es/components/overflow-menu/overflow-menu.rtl.css.js +1 -1
- package/es/components/pagination/pagination.css.js +1 -1
- package/es/components/pagination/pagination.d.ts +100 -60
- package/es/components/pagination/pagination.js +6 -2
- package/es/components/pagination/pagination.js.map +1 -1
- package/es/components/pagination/pagination.rtl.css.js +1 -1
- package/es/components/popover/popover.css.js +1 -1
- package/es/components/popover/popover.rtl.css.js +1 -1
- package/es/components/progress-bar/progress-bar.css.js +1 -1
- package/es/components/progress-bar/progress-bar.rtl.css.js +1 -1
- package/es/components/progress-indicator/progress-indicator.css.js +1 -1
- package/es/components/progress-indicator/progress-indicator.rtl.css.js +1 -1
- package/es/components/progress-indicator/progress-step.d.ts +47 -27
- package/es/components/radio-button/radio-button-group.d.ts +98 -58
- package/es/components/radio-button/radio-button.css.js +1 -1
- package/es/components/radio-button/radio-button.d.ts +98 -58
- package/es/components/radio-button/radio-button.rtl.css.js +1 -1
- package/es/components/search/search.css.js +1 -1
- package/es/components/search/search.d.ts +149 -89
- package/es/components/search/search.js +3 -3
- package/es/components/search/search.js.map +1 -1
- package/es/components/search/search.rtl.css.js +1 -1
- package/es/components/select/select.css.js +1 -1
- package/es/components/select/select.d.ts +59 -27
- package/es/components/select/select.js +43 -3
- package/es/components/select/select.js.map +1 -1
- package/es/components/select/select.rtl.css.js +1 -1
- package/es/components/skeleton-placeholder/skeleton-placeholder.css.js +1 -1
- package/es/components/skeleton-placeholder/skeleton-placeholder.rtl.css.js +1 -1
- package/es/components/skeleton-text/skeleton-text.css.js +1 -1
- package/es/components/skeleton-text/skeleton-text.rtl.css.js +1 -1
- package/es/components/skip-to-content/skip-to-content.css.js +1 -1
- package/es/components/skip-to-content/skip-to-content.d.ts +47 -27
- package/es/components/skip-to-content/skip-to-content.rtl.css.js +1 -1
- package/es/components/slider/slider-input.d.ts +47 -27
- package/es/components/slider/slider.css.js +1 -1
- package/es/components/slider/slider.d.ts +149 -89
- package/es/components/slider/slider.js +2 -2
- package/es/components/slider/slider.js.map +1 -1
- package/es/components/slider/slider.rtl.css.js +1 -1
- package/es/components/slug/defs.d.ts +73 -0
- package/es/components/slug/defs.js +42 -0
- package/es/components/slug/defs.js.map +1 -0
- package/es/components/slug/index.d.ts +12 -0
- package/es/components/slug/index.js +12 -0
- package/es/components/slug/index.js.map +1 -0
- package/es/components/slug/slug-action-button.d.ts +23 -0
- package/es/components/slug/slug-action-button.js +51 -0
- package/es/components/slug/slug-action-button.js.map +1 -0
- package/es/components/slug/slug.css.js +12 -0
- package/es/components/slug/slug.d.ts +59 -0
- package/es/components/slug/slug.js +270 -0
- package/es/components/slug/slug.js.map +1 -0
- package/es/components/slug/slug.rtl.css.js +12 -0
- package/es/components/stack/stack.css.js +1 -1
- package/es/components/stack/stack.js +4 -3
- package/es/components/stack/stack.js.map +1 -1
- package/es/components/stack/stack.rtl.css.js +1 -1
- package/es/components/structured-list/structured-list-row.d.ts +47 -27
- package/es/components/structured-list/structured-list-row.js +1 -1
- package/es/components/structured-list/structured-list-row.js.map +1 -1
- package/es/components/structured-list/structured-list.css.js +1 -1
- package/es/components/structured-list/structured-list.d.ts +47 -27
- package/es/components/structured-list/structured-list.rtl.css.js +1 -1
- package/es/components/tabs/tab.d.ts +8 -0
- package/es/components/tabs/tab.js +30 -5
- package/es/components/tabs/tab.js.map +1 -1
- package/es/components/tabs/tabs.css.js +1 -1
- package/es/components/tabs/tabs.d.ts +58 -29
- package/es/components/tabs/tabs.js +53 -25
- package/es/components/tabs/tabs.js.map +1 -1
- package/es/components/tabs/tabs.rtl.css.js +1 -1
- package/es/components/tag/tag.css.js +1 -1
- package/es/components/tag/tag.d.ts +98 -58
- package/es/components/tag/tag.rtl.css.js +1 -1
- package/es/components/text-input/text-input.css.js +1 -1
- package/es/components/text-input/text-input.d.ts +112 -60
- package/es/components/text-input/text-input.js +46 -8
- package/es/components/text-input/text-input.js.map +1 -1
- package/es/components/text-input/text-input.rtl.css.js +1 -1
- package/es/components/textarea/textarea.css.js +1 -1
- package/es/components/textarea/textarea.js +4 -2
- package/es/components/textarea/textarea.js.map +1 -1
- package/es/components/textarea/textarea.rtl.css.js +1 -1
- package/es/components/tile/defs.d.ts +1 -1
- package/es/components/tile/defs.js +1 -1
- package/es/components/tile/defs.js.map +1 -1
- package/es/components/tile/expandable-tile.d.ts +98 -58
- package/es/components/tile/selectable-tile.d.ts +98 -58
- package/es/components/tile/tile-group.d.ts +47 -27
- package/es/components/tile/tile.css.js +1 -1
- package/es/components/tile/tile.js +1 -1
- package/es/components/tile/tile.js.map +1 -1
- package/es/components/tile/tile.rtl.css.js +1 -1
- package/es/components/toggle/index.d.ts +1 -1
- package/es/components/toggle/index.js +1 -1
- package/es/components/toggle/index.js.map +1 -1
- package/es/components/toggle/toggle.css.js +1 -1
- package/es/components/toggle/toggle.d.ts +47 -27
- package/es/components/toggle/toggle.rtl.css.js +1 -1
- package/es/components/toggle-tip/toggletip.css.js +1 -1
- package/es/components/toggle-tip/toggletip.d.ts +398 -29
- package/es/components/toggle-tip/toggletip.js +107 -32
- package/es/components/toggle-tip/toggletip.js.map +1 -1
- package/es/components/toggle-tip/toggletip.rtl.css.js +1 -1
- package/es/components/tooltip/tooltip-content.js +2 -2
- package/es/components/tooltip/tooltip-content.js.map +1 -1
- package/es/components/tooltip/tooltip.css.js +1 -1
- package/es/components/tooltip/tooltip.d.ts +47 -27
- package/es/components/tooltip/tooltip.js +3 -3
- package/es/components/tooltip/tooltip.js.map +1 -1
- package/es/components/tooltip/tooltip.rtl.css.js +1 -1
- package/es/components/ui-shell/header-menu-button.d.ts +47 -27
- package/es/components/ui-shell/header-menu.d.ts +98 -58
- package/es/components/ui-shell/header-name.d.ts +47 -27
- package/es/components/ui-shell/header-nav-item.d.ts +47 -27
- package/es/components/ui-shell/header.css.js +1 -1
- package/es/components/ui-shell/header.rtl.css.js +1 -1
- package/es/components/ui-shell/side-nav-link.d.ts +47 -27
- package/es/components/ui-shell/side-nav-link.js +1 -1
- package/es/components/ui-shell/side-nav-link.js.map +1 -1
- package/es/components/ui-shell/side-nav-menu-item.d.ts +48 -27
- package/es/components/ui-shell/side-nav-menu-item.js +11 -0
- package/es/components/ui-shell/side-nav-menu-item.js.map +1 -1
- package/es/components/ui-shell/side-nav-menu.d.ts +47 -27
- package/es/components/ui-shell/side-nav-menu.js +1 -1
- package/es/components/ui-shell/side-nav-menu.js.map +1 -1
- package/es/components/ui-shell/side-nav.css.js +1 -1
- package/es/components/ui-shell/side-nav.d.ts +47 -27
- package/es/components/ui-shell/side-nav.js +1 -1
- package/es/components/ui-shell/side-nav.js.map +1 -1
- package/es/components/ui-shell/side-nav.rtl.css.js +1 -1
- package/es/components/ui-shell/switcher-item.d.ts +47 -27
- package/es/components-react/slug/defs.d.ts +14 -0
- package/es/components-react/slug/defs.js +9 -0
- package/es/components-react/slug/index.d.ts +14 -0
- package/es/components-react/slug/index.js +8 -0
- package/es/components-react/slug/slug-action-button.d.ts +13 -0
- package/es/components-react/slug/slug-action-button.js +22 -0
- package/es/components-react/slug/slug.d.ts +13 -0
- package/es/components-react/slug/slug.js +22 -0
- package/es/globals/decorators/carbon-element.d.ts +1 -1
- package/es/globals/internal/feature-flags.d.ts +25 -0
- package/es/globals/internal/feature-flags.js +27 -0
- package/es/globals/internal/feature-flags.js.map +1 -0
- package/es/globals/internal/radio-group-manager.d.ts +1 -1
- package/es/globals/mixins/focus.d.ts +47 -27
- package/es/globals/mixins/form.d.ts +47 -27
- package/es/globals/mixins/host-listener.d.ts +47 -27
- package/es/globals/mixins/validity.d.ts +47 -27
- package/es/globals/scss/grid.css.js +1 -1
- package/es/globals/scss/grid.rtl.css.js +1 -1
- package/es/globals/scss/themes.css.js +1 -1
- package/es/globals/scss/themes.rtl.css.js +1 -1
- package/es/globals/settings.d.ts +1 -1
- package/es/globals/wrappers/createReactCustomElementType.js +2 -1
- package/es/globals/wrappers/createReactCustomElementType.js.map +1 -1
- package/es/icons/AI/16.d.ts +17 -0
- package/es/icons/AI/16.js +15 -0
- package/es/icons/AI/20.d.ts +17 -0
- package/es/icons/AI/20.js +15 -0
- package/es/icons/AI/24.d.ts +17 -0
- package/es/icons/AI/24.js +15 -0
- package/es/icons/AI/32.d.ts +17 -0
- package/es/icons/AI/32.js +15 -0
- package/es/icons/IP/16.d.ts +17 -0
- package/es/icons/IP/16.js +15 -0
- package/es/icons/IP/20.d.ts +17 -0
- package/es/icons/IP/20.js +15 -0
- package/es/icons/IP/24.d.ts +17 -0
- package/es/icons/IP/24.js +15 -0
- package/es/icons/IP/32.d.ts +17 -0
- package/es/icons/IP/32.js +15 -0
- package/es/icons/MAC/16.d.ts +17 -0
- package/es/icons/MAC/16.js +15 -0
- package/es/icons/MAC/20.d.ts +17 -0
- package/es/icons/MAC/20.js +15 -0
- package/es/icons/MAC/24.d.ts +17 -0
- package/es/icons/MAC/24.js +15 -0
- package/es/icons/MAC/32.d.ts +17 -0
- package/es/icons/MAC/32.js +15 -0
- package/es/icons/URL/16.d.ts +17 -0
- package/es/icons/URL/16.js +15 -0
- package/es/icons/URL/20.d.ts +17 -0
- package/es/icons/URL/20.js +15 -0
- package/es/icons/URL/24.d.ts +17 -0
- package/es/icons/URL/24.js +15 -0
- package/es/icons/URL/32.d.ts +17 -0
- package/es/icons/URL/32.js +15 -0
- package/es/icons/add--large/16.d.ts +17 -0
- package/es/icons/add--large/16.js +15 -0
- package/es/icons/add--large/20.d.ts +17 -0
- package/es/icons/add--large/20.js +15 -0
- package/es/icons/add--large/24.d.ts +17 -0
- package/es/icons/add--large/24.js +15 -0
- package/es/icons/add--large/32.d.ts +17 -0
- package/es/icons/add--large/32.js +15 -0
- package/es/icons/ai-governance--lifecycle/16.d.ts +17 -0
- package/es/icons/ai-governance--lifecycle/16.js +15 -0
- package/es/icons/ai-governance--lifecycle/20.d.ts +17 -0
- package/es/icons/ai-governance--lifecycle/20.js +15 -0
- package/es/icons/ai-governance--lifecycle/24.d.ts +17 -0
- package/es/icons/ai-governance--lifecycle/24.js +15 -0
- package/es/icons/ai-governance--lifecycle/32.d.ts +17 -0
- package/es/icons/ai-governance--lifecycle/32.js +15 -0
- package/es/icons/ai-governance--tracked/16.d.ts +17 -0
- package/es/icons/ai-governance--tracked/16.js +15 -0
- package/es/icons/ai-governance--tracked/20.d.ts +17 -0
- package/es/icons/ai-governance--tracked/20.js +15 -0
- package/es/icons/ai-governance--tracked/24.d.ts +17 -0
- package/es/icons/ai-governance--tracked/24.js +15 -0
- package/es/icons/ai-governance--tracked/32.d.ts +17 -0
- package/es/icons/ai-governance--tracked/32.js +15 -0
- package/es/icons/ai-governance--untracked/16.d.ts +17 -0
- package/es/icons/ai-governance--untracked/16.js +15 -0
- package/es/icons/ai-governance--untracked/20.d.ts +17 -0
- package/es/icons/ai-governance--untracked/20.js +15 -0
- package/es/icons/ai-governance--untracked/24.d.ts +17 -0
- package/es/icons/ai-governance--untracked/24.js +15 -0
- package/es/icons/ai-governance--untracked/32.d.ts +17 -0
- package/es/icons/ai-governance--untracked/32.js +15 -0
- package/es/icons/app-switcher/16.d.ts +17 -0
- package/es/icons/app-switcher/16.js +15 -0
- package/es/icons/app-switcher/20.d.ts +17 -0
- package/es/icons/app-switcher/20.js +15 -0
- package/es/icons/app-switcher/24.d.ts +17 -0
- package/es/icons/app-switcher/24.js +15 -0
- package/es/icons/app-switcher/32.d.ts +17 -0
- package/es/icons/app-switcher/32.js +15 -0
- package/es/icons/arithmetic-mean/16.d.ts +17 -0
- package/es/icons/arithmetic-mean/16.js +15 -0
- package/es/icons/arithmetic-mean/20.d.ts +17 -0
- package/es/icons/arithmetic-mean/20.js +15 -0
- package/es/icons/arithmetic-mean/24.d.ts +17 -0
- package/es/icons/arithmetic-mean/24.js +15 -0
- package/es/icons/arithmetic-mean/32.d.ts +17 -0
- package/es/icons/arithmetic-mean/32.js +15 -0
- package/es/icons/arithmetic-median/16.d.ts +17 -0
- package/es/icons/arithmetic-median/16.js +15 -0
- package/es/icons/arithmetic-median/20.d.ts +17 -0
- package/es/icons/arithmetic-median/20.js +15 -0
- package/es/icons/arithmetic-median/24.d.ts +17 -0
- package/es/icons/arithmetic-median/24.js +15 -0
- package/es/icons/arithmetic-median/32.d.ts +17 -0
- package/es/icons/arithmetic-median/32.js +15 -0
- package/es/icons/arrows/16.d.ts +17 -0
- package/es/icons/arrows/16.js +15 -0
- package/es/icons/arrows/20.d.ts +17 -0
- package/es/icons/arrows/20.js +15 -0
- package/es/icons/arrows/24.d.ts +17 -0
- package/es/icons/arrows/24.js +15 -0
- package/es/icons/arrows/32.d.ts +17 -0
- package/es/icons/arrows/32.js +15 -0
- package/es/icons/async/16.d.ts +17 -0
- package/es/icons/async/16.js +15 -0
- package/es/icons/async/20.d.ts +17 -0
- package/es/icons/async/20.js +15 -0
- package/es/icons/async/24.d.ts +17 -0
- package/es/icons/async/24.js +15 -0
- package/es/icons/async/32.d.ts +17 -0
- package/es/icons/async/32.js +15 -0
- package/es/icons/back-to-top/16.d.ts +17 -0
- package/es/icons/back-to-top/16.js +15 -0
- package/es/icons/back-to-top/20.d.ts +17 -0
- package/es/icons/back-to-top/20.js +15 -0
- package/es/icons/back-to-top/24.d.ts +17 -0
- package/es/icons/back-to-top/24.js +15 -0
- package/es/icons/back-to-top/32.d.ts +17 -0
- package/es/icons/back-to-top/32.js +15 -0
- package/es/icons/business-processes/16.d.ts +17 -0
- package/es/icons/business-processes/16.js +15 -0
- package/es/icons/business-processes/20.d.ts +17 -0
- package/es/icons/business-processes/20.js +15 -0
- package/es/icons/business-processes/24.d.ts +17 -0
- package/es/icons/business-processes/24.js +15 -0
- package/es/icons/business-processes/32.d.ts +17 -0
- package/es/icons/business-processes/32.js +15 -0
- package/es/icons/calls/16.d.ts +17 -0
- package/es/icons/calls/16.js +15 -0
- package/es/icons/calls/20.d.ts +17 -0
- package/es/icons/calls/20.js +15 -0
- package/es/icons/calls/24.d.ts +17 -0
- package/es/icons/calls/24.js +15 -0
- package/es/icons/calls/32.d.ts +17 -0
- package/es/icons/calls/32.js +15 -0
- package/es/icons/calls--all/16.d.ts +17 -0
- package/es/icons/calls--all/16.js +15 -0
- package/es/icons/calls--all/20.d.ts +17 -0
- package/es/icons/calls--all/20.js +15 -0
- package/es/icons/calls--all/24.d.ts +17 -0
- package/es/icons/calls--all/24.js +15 -0
- package/es/icons/calls--all/32.d.ts +17 -0
- package/es/icons/calls--all/32.js +15 -0
- package/es/icons/calls--incoming/16.d.ts +17 -0
- package/es/icons/calls--incoming/16.js +15 -0
- package/es/icons/calls--incoming/20.d.ts +17 -0
- package/es/icons/calls--incoming/20.js +15 -0
- package/es/icons/calls--incoming/24.d.ts +17 -0
- package/es/icons/calls--incoming/24.js +15 -0
- package/es/icons/calls--incoming/32.d.ts +17 -0
- package/es/icons/calls--incoming/32.js +15 -0
- package/es/icons/carbon-for-mobile/16.d.ts +17 -0
- package/es/icons/carbon-for-mobile/16.js +15 -0
- package/es/icons/carbon-for-mobile/20.d.ts +17 -0
- package/es/icons/carbon-for-mobile/20.js +15 -0
- package/es/icons/carbon-for-mobile/24.d.ts +17 -0
- package/es/icons/carbon-for-mobile/24.js +15 -0
- package/es/icons/carbon-for-mobile/32.d.ts +17 -0
- package/es/icons/carbon-for-mobile/32.js +15 -0
- package/es/icons/chart--dual-y-axis/16.d.ts +17 -0
- package/es/icons/chart--dual-y-axis/16.js +15 -0
- package/es/icons/chart--dual-y-axis/20.d.ts +17 -0
- package/es/icons/chart--dual-y-axis/20.js +15 -0
- package/es/icons/chart--dual-y-axis/24.d.ts +17 -0
- package/es/icons/chart--dual-y-axis/24.js +15 -0
- package/es/icons/chart--dual-y-axis/32.d.ts +17 -0
- package/es/icons/chart--dual-y-axis/32.js +15 -0
- package/es/icons/chart--planning-waterfall/16.d.ts +17 -0
- package/es/icons/chart--planning-waterfall/16.js +15 -0
- package/es/icons/chart--planning-waterfall/20.d.ts +17 -0
- package/es/icons/chart--planning-waterfall/20.js +15 -0
- package/es/icons/chart--planning-waterfall/24.d.ts +17 -0
- package/es/icons/chart--planning-waterfall/24.js +15 -0
- package/es/icons/chart--planning-waterfall/32.d.ts +17 -0
- package/es/icons/chart--planning-waterfall/32.js +15 -0
- package/es/icons/checkbox--undeterminate/16.d.ts +17 -0
- package/es/icons/checkbox--undeterminate/16.js +15 -0
- package/es/icons/checkbox--undeterminate/20.d.ts +17 -0
- package/es/icons/checkbox--undeterminate/20.js +15 -0
- package/es/icons/checkbox--undeterminate/24.d.ts +17 -0
- package/es/icons/checkbox--undeterminate/24.js +15 -0
- package/es/icons/checkbox--undeterminate/32.d.ts +17 -0
- package/es/icons/checkbox--undeterminate/32.js +15 -0
- package/es/icons/checkbox--undeterminate--filled/16.d.ts +17 -0
- package/es/icons/checkbox--undeterminate--filled/16.js +15 -0
- package/es/icons/checkbox--undeterminate--filled/20.d.ts +17 -0
- package/es/icons/checkbox--undeterminate--filled/20.js +15 -0
- package/es/icons/checkbox--undeterminate--filled/24.d.ts +17 -0
- package/es/icons/checkbox--undeterminate--filled/24.js +15 -0
- package/es/icons/checkbox--undeterminate--filled/32.d.ts +17 -0
- package/es/icons/checkbox--undeterminate--filled/32.js +15 -0
- package/es/icons/chevron--down--outline/16.d.ts +17 -0
- package/es/icons/chevron--down--outline/16.js +15 -0
- package/es/icons/chevron--down--outline/20.d.ts +17 -0
- package/es/icons/chevron--down--outline/20.js +15 -0
- package/es/icons/chevron--down--outline/24.d.ts +17 -0
- package/es/icons/chevron--down--outline/24.js +15 -0
- package/es/icons/chevron--down--outline/32.d.ts +17 -0
- package/es/icons/chevron--down--outline/32.js +15 -0
- package/es/icons/chevron--up--outline/16.d.ts +17 -0
- package/es/icons/chevron--up--outline/16.js +15 -0
- package/es/icons/chevron--up--outline/20.d.ts +17 -0
- package/es/icons/chevron--up--outline/20.js +15 -0
- package/es/icons/chevron--up--outline/24.d.ts +17 -0
- package/es/icons/chevron--up--outline/24.js +15 -0
- package/es/icons/chevron--up--outline/32.d.ts +17 -0
- package/es/icons/chevron--up--outline/32.js +15 -0
- package/es/icons/close/16.js +1 -1
- package/es/icons/close/20.js +1 -1
- package/es/icons/close/24.js +1 -1
- package/es/icons/close/32.js +1 -1
- package/es/icons/close--large/16.d.ts +17 -0
- package/es/icons/close--large/16.js +15 -0
- package/es/icons/close--large/20.d.ts +17 -0
- package/es/icons/close--large/20.js +15 -0
- package/es/icons/close--large/24.d.ts +17 -0
- package/es/icons/close--large/24.js +15 -0
- package/es/icons/close--large/32.d.ts +17 -0
- package/es/icons/close--large/32.js +15 -0
- package/es/icons/cloud--lightning/16.d.ts +17 -0
- package/es/icons/cloud--lightning/16.js +15 -0
- package/es/icons/cloud--lightning/20.d.ts +17 -0
- package/es/icons/cloud--lightning/20.js +15 -0
- package/es/icons/cloud--lightning/24.d.ts +17 -0
- package/es/icons/cloud--lightning/24.js +15 -0
- package/es/icons/cloud--lightning/32.d.ts +17 -0
- package/es/icons/cloud--lightning/32.js +15 -0
- package/es/icons/cloud--rain/16.d.ts +17 -0
- package/es/icons/cloud--rain/16.js +15 -0
- package/es/icons/cloud--rain/20.d.ts +17 -0
- package/es/icons/cloud--rain/20.js +15 -0
- package/es/icons/cloud--rain/24.d.ts +17 -0
- package/es/icons/cloud--rain/24.js +15 -0
- package/es/icons/cloud--rain/32.d.ts +17 -0
- package/es/icons/cloud--rain/32.js +15 -0
- package/es/icons/cloud--snow/16.d.ts +17 -0
- package/es/icons/cloud--snow/16.js +15 -0
- package/es/icons/cloud--snow/20.d.ts +17 -0
- package/es/icons/cloud--snow/20.js +15 -0
- package/es/icons/cloud--snow/24.d.ts +17 -0
- package/es/icons/cloud--snow/24.js +15 -0
- package/es/icons/cloud--snow/32.d.ts +17 -0
- package/es/icons/cloud--snow/32.js +15 -0
- package/es/icons/customer/16.d.ts +17 -0
- package/es/icons/customer/16.js +15 -0
- package/es/icons/customer/20.d.ts +17 -0
- package/es/icons/customer/20.js +15 -0
- package/es/icons/customer/24.d.ts +17 -0
- package/es/icons/customer/24.js +15 -0
- package/es/icons/customer/32.d.ts +17 -0
- package/es/icons/customer/32.js +15 -0
- package/es/icons/data--reference/16.js +1 -1
- package/es/icons/data--reference/20.js +1 -1
- package/es/icons/data--reference/24.js +1 -1
- package/es/icons/data--reference/32.js +1 -1
- package/es/icons/data--set/16.js +1 -1
- package/es/icons/data--set/20.js +1 -1
- package/es/icons/data--set/24.js +1 -1
- package/es/icons/data--set/32.js +1 -1
- package/es/icons/data--unreal/16.d.ts +17 -0
- package/es/icons/data--unreal/16.js +15 -0
- package/es/icons/data--unreal/20.d.ts +17 -0
- package/es/icons/data--unreal/20.js +15 -0
- package/es/icons/data--unreal/24.d.ts +17 -0
- package/es/icons/data--unreal/24.js +15 -0
- package/es/icons/data--unreal/32.d.ts +17 -0
- package/es/icons/data--unreal/32.js +15 -0
- package/es/icons/data-analytics/16.d.ts +17 -0
- package/es/icons/data-analytics/16.js +15 -0
- package/es/icons/data-analytics/20.d.ts +17 -0
- package/es/icons/data-analytics/20.js +15 -0
- package/es/icons/data-analytics/24.d.ts +17 -0
- package/es/icons/data-analytics/24.js +15 -0
- package/es/icons/data-analytics/32.d.ts +17 -0
- package/es/icons/data-analytics/32.js +15 -0
- package/es/icons/database--enterprisedb/16.d.ts +17 -0
- package/es/icons/database--enterprisedb/16.js +15 -0
- package/es/icons/database--enterprisedb/20.d.ts +17 -0
- package/es/icons/database--enterprisedb/20.js +15 -0
- package/es/icons/database--enterprisedb/24.d.ts +17 -0
- package/es/icons/database--enterprisedb/24.js +15 -0
- package/es/icons/database--enterprisedb/32.d.ts +17 -0
- package/es/icons/database--enterprisedb/32.js +15 -0
- package/es/icons/database--messaging/16.d.ts +17 -0
- package/es/icons/database--messaging/16.js +15 -0
- package/es/icons/database--messaging/20.d.ts +17 -0
- package/es/icons/database--messaging/20.js +15 -0
- package/es/icons/database--messaging/24.d.ts +17 -0
- package/es/icons/database--messaging/24.js +15 -0
- package/es/icons/database--messaging/32.d.ts +17 -0
- package/es/icons/database--messaging/32.js +15 -0
- package/es/icons/delete/16.d.ts +17 -0
- package/es/icons/delete/16.js +15 -0
- package/es/icons/delete/20.d.ts +17 -0
- package/es/icons/delete/20.js +15 -0
- package/es/icons/delete/24.d.ts +17 -0
- package/es/icons/delete/24.js +15 -0
- package/es/icons/delete/32.d.ts +17 -0
- package/es/icons/delete/32.js +15 -0
- package/es/icons/demo/16.d.ts +17 -0
- package/es/icons/demo/16.js +15 -0
- package/es/icons/demo/20.d.ts +17 -0
- package/es/icons/demo/20.js +15 -0
- package/es/icons/demo/24.d.ts +17 -0
- package/es/icons/demo/24.js +15 -0
- package/es/icons/demo/32.d.ts +17 -0
- package/es/icons/demo/32.js +15 -0
- package/es/icons/devices--apps/16.d.ts +17 -0
- package/es/icons/devices--apps/16.js +15 -0
- package/es/icons/devices--apps/20.d.ts +17 -0
- package/es/icons/devices--apps/20.js +15 -0
- package/es/icons/devices--apps/24.d.ts +17 -0
- package/es/icons/devices--apps/24.js +15 -0
- package/es/icons/devices--apps/32.d.ts +17 -0
- package/es/icons/devices--apps/32.js +15 -0
- package/es/icons/downstream/16.d.ts +17 -0
- package/es/icons/downstream/16.js +15 -0
- package/es/icons/downstream/20.d.ts +17 -0
- package/es/icons/downstream/20.js +15 -0
- package/es/icons/downstream/24.d.ts +17 -0
- package/es/icons/downstream/24.js +15 -0
- package/es/icons/downstream/32.d.ts +17 -0
- package/es/icons/downstream/32.js +15 -0
- package/es/icons/equal--approximately/16.d.ts +17 -0
- package/es/icons/equal--approximately/16.js +15 -0
- package/es/icons/equal--approximately/20.d.ts +17 -0
- package/es/icons/equal--approximately/20.js +15 -0
- package/es/icons/equal--approximately/24.d.ts +17 -0
- package/es/icons/equal--approximately/24.js +15 -0
- package/es/icons/equal--approximately/32.d.ts +17 -0
- package/es/icons/equal--approximately/32.js +15 -0
- package/es/icons/event--change/16.d.ts +17 -0
- package/es/icons/event--change/16.js +15 -0
- package/es/icons/event--change/20.d.ts +17 -0
- package/es/icons/event--change/20.js +15 -0
- package/es/icons/event--change/24.d.ts +17 -0
- package/es/icons/event--change/24.js +15 -0
- package/es/icons/event--change/32.d.ts +17 -0
- package/es/icons/event--change/32.js +15 -0
- package/es/icons/event--incident/16.d.ts +17 -0
- package/es/icons/event--incident/16.js +15 -0
- package/es/icons/event--incident/20.d.ts +17 -0
- package/es/icons/event--incident/20.js +15 -0
- package/es/icons/event--incident/24.d.ts +17 -0
- package/es/icons/event--incident/24.js +15 -0
- package/es/icons/event--incident/32.d.ts +17 -0
- package/es/icons/event--incident/32.js +15 -0
- package/es/icons/event--warning/16.d.ts +17 -0
- package/es/icons/event--warning/16.js +15 -0
- package/es/icons/event--warning/20.d.ts +17 -0
- package/es/icons/event--warning/20.js +15 -0
- package/es/icons/event--warning/24.d.ts +17 -0
- package/es/icons/event--warning/24.js +15 -0
- package/es/icons/event--warning/32.d.ts +17 -0
- package/es/icons/event--warning/32.js +15 -0
- package/es/icons/foundation-model/16.d.ts +17 -0
- package/es/icons/foundation-model/16.js +15 -0
- package/es/icons/foundation-model/20.d.ts +17 -0
- package/es/icons/foundation-model/20.js +15 -0
- package/es/icons/foundation-model/24.d.ts +17 -0
- package/es/icons/foundation-model/24.js +15 -0
- package/es/icons/foundation-model/32.d.ts +17 -0
- package/es/icons/foundation-model/32.js +15 -0
- package/es/icons/global-loan-and-trial/16.d.ts +17 -0
- package/es/icons/global-loan-and-trial/16.js +15 -0
- package/es/icons/global-loan-and-trial/20.d.ts +17 -0
- package/es/icons/global-loan-and-trial/20.js +15 -0
- package/es/icons/global-loan-and-trial/24.d.ts +17 -0
- package/es/icons/global-loan-and-trial/24.js +15 -0
- package/es/icons/global-loan-and-trial/32.d.ts +17 -0
- package/es/icons/global-loan-and-trial/32.js +15 -0
- package/es/icons/glyph--caution/index.d.ts +17 -0
- package/es/icons/glyph--caution/index.js +15 -0
- package/es/icons/glyph--caution-inverted/index.d.ts +17 -0
- package/es/icons/glyph--caution-inverted/index.js +15 -0
- package/es/icons/glyph--circle-fill/index.d.ts +17 -0
- package/es/icons/glyph--circle-fill/index.js +15 -0
- package/es/icons/glyph--circle-stroke/index.d.ts +17 -0
- package/es/icons/glyph--circle-stroke/index.js +15 -0
- package/es/icons/glyph--critical/index.d.ts +17 -0
- package/es/icons/glyph--critical/index.js +15 -0
- package/es/icons/glyph--incomplete/index.d.ts +17 -0
- package/es/icons/glyph--incomplete/index.js +15 -0
- package/es/icons/glyph--square-fill/index.d.ts +17 -0
- package/es/icons/glyph--square-fill/index.js +15 -0
- package/es/icons/glyph--undefined/index.d.ts +17 -0
- package/es/icons/glyph--undefined/index.js +15 -0
- package/es/icons/ibm--ai-on-z/16.d.ts +17 -0
- package/es/icons/ibm--ai-on-z/16.js +15 -0
- package/es/icons/ibm--ai-on-z/20.d.ts +17 -0
- package/es/icons/ibm--ai-on-z/20.js +15 -0
- package/es/icons/ibm--ai-on-z/24.d.ts +17 -0
- package/es/icons/ibm--ai-on-z/24.js +15 -0
- package/es/icons/ibm--ai-on-z/32.d.ts +17 -0
- package/es/icons/ibm--ai-on-z/32.js +15 -0
- package/es/icons/ibm--aiops-insights/16.d.ts +17 -0
- package/es/icons/ibm--aiops-insights/16.js +15 -0
- package/es/icons/ibm--aiops-insights/20.d.ts +17 -0
- package/es/icons/ibm--aiops-insights/20.js +15 -0
- package/es/icons/ibm--aiops-insights/24.d.ts +17 -0
- package/es/icons/ibm--aiops-insights/24.js +15 -0
- package/es/icons/ibm--aiops-insights/32.d.ts +17 -0
- package/es/icons/ibm--aiops-insights/32.js +15 -0
- package/es/icons/ibm--cloudant/16.d.ts +17 -0
- package/es/icons/ibm--cloudant/16.js +15 -0
- package/es/icons/ibm--cloudant/20.d.ts +17 -0
- package/es/icons/ibm--cloudant/20.js +15 -0
- package/es/icons/ibm--cloudant/24.d.ts +17 -0
- package/es/icons/ibm--cloudant/24.js +15 -0
- package/es/icons/ibm--cloudant/32.d.ts +17 -0
- package/es/icons/ibm--cloudant/32.js +15 -0
- package/es/icons/ibm--data-product-exchange/16.d.ts +17 -0
- package/es/icons/ibm--data-product-exchange/16.js +15 -0
- package/es/icons/ibm--data-product-exchange/20.d.ts +17 -0
- package/es/icons/ibm--data-product-exchange/20.js +15 -0
- package/es/icons/ibm--data-product-exchange/24.d.ts +17 -0
- package/es/icons/ibm--data-product-exchange/24.js +15 -0
- package/es/icons/ibm--data-product-exchange/32.d.ts +17 -0
- package/es/icons/ibm--data-product-exchange/32.js +15 -0
- package/es/icons/ibm--db2/16.js +1 -1
- package/es/icons/ibm--db2/20.js +1 -1
- package/es/icons/ibm--db2/24.js +1 -1
- package/es/icons/ibm--db2/32.js +1 -1
- package/es/icons/ibm--db2-warehouse/16.d.ts +17 -0
- package/es/icons/ibm--db2-warehouse/16.js +15 -0
- package/es/icons/ibm--db2-warehouse/20.d.ts +17 -0
- package/es/icons/ibm--db2-warehouse/20.js +15 -0
- package/es/icons/ibm--db2-warehouse/24.d.ts +17 -0
- package/es/icons/ibm--db2-warehouse/24.js +15 -0
- package/es/icons/ibm--db2-warehouse/32.d.ts +17 -0
- package/es/icons/ibm--db2-warehouse/32.js +15 -0
- package/es/icons/ibm--dynamic-route-server/16.d.ts +17 -0
- package/es/icons/ibm--dynamic-route-server/16.js +15 -0
- package/es/icons/ibm--dynamic-route-server/20.d.ts +17 -0
- package/es/icons/ibm--dynamic-route-server/20.js +15 -0
- package/es/icons/ibm--dynamic-route-server/24.d.ts +17 -0
- package/es/icons/ibm--dynamic-route-server/24.js +15 -0
- package/es/icons/ibm--dynamic-route-server/32.d.ts +17 -0
- package/es/icons/ibm--dynamic-route-server/32.js +15 -0
- package/es/icons/ibm--engineering-systems-design-rhapsody-model-manager/16.d.ts +17 -0
- package/es/icons/ibm--engineering-systems-design-rhapsody-model-manager/16.js +15 -0
- package/es/icons/ibm--engineering-systems-design-rhapsody-model-manager/20.d.ts +17 -0
- package/es/icons/ibm--engineering-systems-design-rhapsody-model-manager/20.js +15 -0
- package/es/icons/ibm--engineering-systems-design-rhapsody-model-manager/24.d.ts +17 -0
- package/es/icons/ibm--engineering-systems-design-rhapsody-model-manager/24.js +15 -0
- package/es/icons/ibm--engineering-systems-design-rhapsody-model-manager/32.d.ts +17 -0
- package/es/icons/ibm--engineering-systems-design-rhapsody-model-manager/32.js +15 -0
- package/es/icons/ibm--engineering-systems-design-rhapsody-sn1/16.d.ts +17 -0
- package/es/icons/ibm--engineering-systems-design-rhapsody-sn1/16.js +15 -0
- package/es/icons/ibm--engineering-systems-design-rhapsody-sn1/20.d.ts +17 -0
- package/es/icons/ibm--engineering-systems-design-rhapsody-sn1/20.js +15 -0
- package/es/icons/ibm--engineering-systems-design-rhapsody-sn1/24.d.ts +17 -0
- package/es/icons/ibm--engineering-systems-design-rhapsody-sn1/24.js +15 -0
- package/es/icons/ibm--engineering-systems-design-rhapsody-sn1/32.d.ts +17 -0
- package/es/icons/ibm--engineering-systems-design-rhapsody-sn1/32.js +15 -0
- package/es/icons/ibm--engineering-systems-design-rhapsody-sn2/16.d.ts +17 -0
- package/es/icons/ibm--engineering-systems-design-rhapsody-sn2/16.js +15 -0
- package/es/icons/ibm--engineering-systems-design-rhapsody-sn2/20.d.ts +17 -0
- package/es/icons/ibm--engineering-systems-design-rhapsody-sn2/20.js +15 -0
- package/es/icons/ibm--engineering-systems-design-rhapsody-sn2/24.d.ts +17 -0
- package/es/icons/ibm--engineering-systems-design-rhapsody-sn2/24.js +15 -0
- package/es/icons/ibm--engineering-systems-design-rhapsody-sn2/32.d.ts +17 -0
- package/es/icons/ibm--engineering-systems-design-rhapsody-sn2/32.js +15 -0
- package/es/icons/ibm--event-automation/16.d.ts +17 -0
- package/es/icons/ibm--event-automation/16.js +15 -0
- package/es/icons/ibm--event-automation/20.d.ts +17 -0
- package/es/icons/ibm--event-automation/20.js +15 -0
- package/es/icons/ibm--event-automation/24.d.ts +17 -0
- package/es/icons/ibm--event-automation/24.js +15 -0
- package/es/icons/ibm--event-automation/32.d.ts +17 -0
- package/es/icons/ibm--event-automation/32.js +15 -0
- package/es/icons/ibm--event-endpoint-mgmt/16.d.ts +17 -0
- package/es/icons/ibm--event-endpoint-mgmt/16.js +15 -0
- package/es/icons/ibm--event-endpoint-mgmt/20.d.ts +17 -0
- package/es/icons/ibm--event-endpoint-mgmt/20.js +15 -0
- package/es/icons/ibm--event-endpoint-mgmt/24.d.ts +17 -0
- package/es/icons/ibm--event-endpoint-mgmt/24.js +15 -0
- package/es/icons/ibm--event-endpoint-mgmt/32.d.ts +17 -0
- package/es/icons/ibm--event-endpoint-mgmt/32.js +15 -0
- package/es/icons/ibm--event-processing/16.d.ts +17 -0
- package/es/icons/ibm--event-processing/16.js +15 -0
- package/es/icons/ibm--event-processing/20.d.ts +17 -0
- package/es/icons/ibm--event-processing/20.js +15 -0
- package/es/icons/ibm--event-processing/24.d.ts +17 -0
- package/es/icons/ibm--event-processing/24.js +15 -0
- package/es/icons/ibm--event-processing/32.d.ts +17 -0
- package/es/icons/ibm--event-processing/32.js +15 -0
- package/es/icons/ibm--event-streams/16.d.ts +17 -0
- package/es/icons/ibm--event-streams/16.js +15 -0
- package/es/icons/ibm--event-streams/20.d.ts +17 -0
- package/es/icons/ibm--event-streams/20.js +15 -0
- package/es/icons/ibm--event-streams/24.d.ts +17 -0
- package/es/icons/ibm--event-streams/24.js +15 -0
- package/es/icons/ibm--event-streams/32.d.ts +17 -0
- package/es/icons/ibm--event-streams/32.js +15 -0
- package/es/icons/ibm--ibv/16.d.ts +17 -0
- package/es/icons/ibm--ibv/16.js +15 -0
- package/es/icons/ibm--ibv/20.d.ts +17 -0
- package/es/icons/ibm--ibv/20.js +15 -0
- package/es/icons/ibm--ibv/24.d.ts +17 -0
- package/es/icons/ibm--ibv/24.js +15 -0
- package/es/icons/ibm--ibv/32.d.ts +17 -0
- package/es/icons/ibm--ibv/32.js +15 -0
- package/es/icons/ibm--instana/16.d.ts +17 -0
- package/es/icons/ibm--instana/16.js +15 -0
- package/es/icons/ibm--instana/20.d.ts +17 -0
- package/es/icons/ibm--instana/20.js +15 -0
- package/es/icons/ibm--instana/24.d.ts +17 -0
- package/es/icons/ibm--instana/24.js +15 -0
- package/es/icons/ibm--instana/32.d.ts +17 -0
- package/es/icons/ibm--instana/32.js +15 -0
- package/es/icons/ibm--power-vs-private-cloud/16.d.ts +17 -0
- package/es/icons/ibm--power-vs-private-cloud/16.js +15 -0
- package/es/icons/ibm--power-vs-private-cloud/20.d.ts +17 -0
- package/es/icons/ibm--power-vs-private-cloud/20.js +15 -0
- package/es/icons/ibm--power-vs-private-cloud/24.d.ts +17 -0
- package/es/icons/ibm--power-vs-private-cloud/24.js +15 -0
- package/es/icons/ibm--power-vs-private-cloud/32.d.ts +17 -0
- package/es/icons/ibm--power-vs-private-cloud/32.js +15 -0
- package/es/icons/ibm--saas-console/16.d.ts +17 -0
- package/es/icons/ibm--saas-console/16.js +15 -0
- package/es/icons/ibm--saas-console/20.d.ts +17 -0
- package/es/icons/ibm--saas-console/20.js +15 -0
- package/es/icons/ibm--saas-console/24.d.ts +17 -0
- package/es/icons/ibm--saas-console/24.js +15 -0
- package/es/icons/ibm--saas-console/32.d.ts +17 -0
- package/es/icons/ibm--saas-console/32.js +15 -0
- package/es/icons/ibm--turbonomic/16.d.ts +17 -0
- package/es/icons/ibm--turbonomic/16.js +15 -0
- package/es/icons/ibm--turbonomic/20.d.ts +17 -0
- package/es/icons/ibm--turbonomic/20.js +15 -0
- package/es/icons/ibm--turbonomic/24.d.ts +17 -0
- package/es/icons/ibm--turbonomic/24.js +15 -0
- package/es/icons/ibm--turbonomic/32.d.ts +17 -0
- package/es/icons/ibm--turbonomic/32.js +15 -0
- package/es/icons/ibm--vpn-for-vpc/16.d.ts +17 -0
- package/es/icons/ibm--vpn-for-vpc/16.js +15 -0
- package/es/icons/ibm--vpn-for-vpc/20.d.ts +17 -0
- package/es/icons/ibm--vpn-for-vpc/20.js +15 -0
- package/es/icons/ibm--vpn-for-vpc/24.d.ts +17 -0
- package/es/icons/ibm--vpn-for-vpc/24.js +15 -0
- package/es/icons/ibm--vpn-for-vpc/32.d.ts +17 -0
- package/es/icons/ibm--vpn-for-vpc/32.js +15 -0
- package/es/icons/ibm--wazi-deploy/16.d.ts +17 -0
- package/es/icons/ibm--wazi-deploy/16.js +15 -0
- package/es/icons/ibm--wazi-deploy/20.d.ts +17 -0
- package/es/icons/ibm--wazi-deploy/20.js +15 -0
- package/es/icons/ibm--wazi-deploy/24.d.ts +17 -0
- package/es/icons/ibm--wazi-deploy/24.js +15 -0
- package/es/icons/ibm--wazi-deploy/32.d.ts +17 -0
- package/es/icons/ibm--wazi-deploy/32.js +15 -0
- package/es/icons/ibm-cloud--bare-metal-server/16.d.ts +17 -0
- package/es/icons/ibm-cloud--bare-metal-server/16.js +15 -0
- package/es/icons/ibm-cloud--bare-metal-server/20.d.ts +17 -0
- package/es/icons/ibm-cloud--bare-metal-server/20.js +15 -0
- package/es/icons/ibm-cloud--bare-metal-server/24.d.ts +17 -0
- package/es/icons/ibm-cloud--bare-metal-server/24.js +15 -0
- package/es/icons/ibm-cloud--bare-metal-server/32.d.ts +17 -0
- package/es/icons/ibm-cloud--bare-metal-server/32.js +15 -0
- package/es/icons/ibm-cloud--bare-metal-servers-vpc/16.d.ts +17 -0
- package/es/icons/ibm-cloud--bare-metal-servers-vpc/16.js +15 -0
- package/es/icons/ibm-cloud--bare-metal-servers-vpc/20.d.ts +17 -0
- package/es/icons/ibm-cloud--bare-metal-servers-vpc/20.js +15 -0
- package/es/icons/ibm-cloud--bare-metal-servers-vpc/24.d.ts +17 -0
- package/es/icons/ibm-cloud--bare-metal-servers-vpc/24.js +15 -0
- package/es/icons/ibm-cloud--bare-metal-servers-vpc/32.d.ts +17 -0
- package/es/icons/ibm-cloud--bare-metal-servers-vpc/32.js +15 -0
- package/es/icons/ibm-cloud--hpc/16.d.ts +17 -0
- package/es/icons/ibm-cloud--hpc/16.js +15 -0
- package/es/icons/ibm-cloud--hpc/20.d.ts +17 -0
- package/es/icons/ibm-cloud--hpc/20.js +15 -0
- package/es/icons/ibm-cloud--hpc/24.d.ts +17 -0
- package/es/icons/ibm-cloud--hpc/24.js +15 -0
- package/es/icons/ibm-cloud--hpc/32.d.ts +17 -0
- package/es/icons/ibm-cloud--hpc/32.js +15 -0
- package/es/icons/ibm-cloud--pal/16.js +1 -1
- package/es/icons/ibm-cloud--pal/20.js +1 -1
- package/es/icons/ibm-cloud--pal/24.js +1 -1
- package/es/icons/ibm-cloud--pal/32.js +1 -1
- package/es/icons/ibm-cloud--transit-gateway/16.js +1 -1
- package/es/icons/ibm-cloud--transit-gateway/20.js +1 -1
- package/es/icons/ibm-cloud--transit-gateway/24.js +1 -1
- package/es/icons/ibm-cloud--transit-gateway/32.js +1 -1
- package/es/icons/ibm-cloud--virtual-server-classic/16.d.ts +17 -0
- package/es/icons/ibm-cloud--virtual-server-classic/16.js +15 -0
- package/es/icons/ibm-cloud--virtual-server-classic/20.d.ts +17 -0
- package/es/icons/ibm-cloud--virtual-server-classic/20.js +15 -0
- package/es/icons/ibm-cloud--virtual-server-classic/24.d.ts +17 -0
- package/es/icons/ibm-cloud--virtual-server-classic/24.js +15 -0
- package/es/icons/ibm-cloud--virtual-server-classic/32.d.ts +17 -0
- package/es/icons/ibm-cloud--virtual-server-classic/32.js +15 -0
- package/es/icons/ibm-cloud--virtual-server-vpc/16.d.ts +17 -0
- package/es/icons/ibm-cloud--virtual-server-vpc/16.js +15 -0
- package/es/icons/ibm-cloud--virtual-server-vpc/20.d.ts +17 -0
- package/es/icons/ibm-cloud--virtual-server-vpc/20.js +15 -0
- package/es/icons/ibm-cloud--virtual-server-vpc/24.d.ts +17 -0
- package/es/icons/ibm-cloud--virtual-server-vpc/24.js +15 -0
- package/es/icons/ibm-cloud--virtual-server-vpc/32.d.ts +17 -0
- package/es/icons/ibm-cloud--virtual-server-vpc/32.js +15 -0
- package/es/icons/ibm-cloud--vpc/16.d.ts +17 -0
- package/es/icons/ibm-cloud--vpc/16.js +15 -0
- package/es/icons/ibm-cloud--vpc/20.d.ts +17 -0
- package/es/icons/ibm-cloud--vpc/20.js +15 -0
- package/es/icons/ibm-cloud--vpc/24.d.ts +17 -0
- package/es/icons/ibm-cloud--vpc/24.js +15 -0
- package/es/icons/ibm-cloud--vpc/32.d.ts +17 -0
- package/es/icons/ibm-cloud--vpc/32.js +15 -0
- package/es/icons/ibm-watsonx--assistant/16.d.ts +17 -0
- package/es/icons/ibm-watsonx--assistant/16.js +15 -0
- package/es/icons/ibm-watsonx--assistant/20.d.ts +17 -0
- package/es/icons/ibm-watsonx--assistant/20.js +15 -0
- package/es/icons/ibm-watsonx--assistant/24.d.ts +17 -0
- package/es/icons/ibm-watsonx--assistant/24.js +15 -0
- package/es/icons/ibm-watsonx--assistant/32.d.ts +17 -0
- package/es/icons/ibm-watsonx--assistant/32.js +15 -0
- package/es/icons/ibm-watsonx--code-assistant/16.d.ts +17 -0
- package/es/icons/ibm-watsonx--code-assistant/16.js +15 -0
- package/es/icons/ibm-watsonx--code-assistant/20.d.ts +17 -0
- package/es/icons/ibm-watsonx--code-assistant/20.js +15 -0
- package/es/icons/ibm-watsonx--code-assistant/24.d.ts +17 -0
- package/es/icons/ibm-watsonx--code-assistant/24.js +15 -0
- package/es/icons/ibm-watsonx--code-assistant/32.d.ts +17 -0
- package/es/icons/ibm-watsonx--code-assistant/32.js +15 -0
- package/es/icons/ibm-watsonx--code-assistant-for-z/16.d.ts +17 -0
- package/es/icons/ibm-watsonx--code-assistant-for-z/16.js +15 -0
- package/es/icons/ibm-watsonx--code-assistant-for-z/20.d.ts +17 -0
- package/es/icons/ibm-watsonx--code-assistant-for-z/20.js +15 -0
- package/es/icons/ibm-watsonx--code-assistant-for-z/24.d.ts +17 -0
- package/es/icons/ibm-watsonx--code-assistant-for-z/24.js +15 -0
- package/es/icons/ibm-watsonx--code-assistant-for-z/32.d.ts +17 -0
- package/es/icons/ibm-watsonx--code-assistant-for-z/32.js +15 -0
- package/es/icons/ibm-watsonx--code-assistant-for-z--refactor/16.d.ts +17 -0
- package/es/icons/ibm-watsonx--code-assistant-for-z--refactor/16.js +15 -0
- package/es/icons/ibm-watsonx--code-assistant-for-z--refactor/20.d.ts +17 -0
- package/es/icons/ibm-watsonx--code-assistant-for-z--refactor/20.js +15 -0
- package/es/icons/ibm-watsonx--code-assistant-for-z--refactor/24.d.ts +17 -0
- package/es/icons/ibm-watsonx--code-assistant-for-z--refactor/24.js +15 -0
- package/es/icons/ibm-watsonx--code-assistant-for-z--refactor/32.d.ts +17 -0
- package/es/icons/ibm-watsonx--code-assistant-for-z--refactor/32.js +15 -0
- package/es/icons/ibm-watsonx--orchestrate/16.d.ts +17 -0
- package/es/icons/ibm-watsonx--orchestrate/16.js +15 -0
- package/es/icons/ibm-watsonx--orchestrate/20.d.ts +17 -0
- package/es/icons/ibm-watsonx--orchestrate/20.js +15 -0
- package/es/icons/ibm-watsonx--orchestrate/24.d.ts +17 -0
- package/es/icons/ibm-watsonx--orchestrate/24.js +15 -0
- package/es/icons/ibm-watsonx--orchestrate/32.d.ts +17 -0
- package/es/icons/ibm-watsonx--orchestrate/32.js +15 -0
- package/es/icons/ibm-z--processor-capacity-reference/16.d.ts +17 -0
- package/es/icons/ibm-z--processor-capacity-reference/16.js +15 -0
- package/es/icons/ibm-z--processor-capacity-reference/20.d.ts +17 -0
- package/es/icons/ibm-z--processor-capacity-reference/20.js +15 -0
- package/es/icons/ibm-z--processor-capacity-reference/24.d.ts +17 -0
- package/es/icons/ibm-z--processor-capacity-reference/24.js +15 -0
- package/es/icons/ibm-z--processor-capacity-reference/32.d.ts +17 -0
- package/es/icons/ibm-z--processor-capacity-reference/32.js +15 -0
- package/es/icons/ibm-z-os/16.d.ts +17 -0
- package/es/icons/ibm-z-os/16.js +15 -0
- package/es/icons/ibm-z-os/20.d.ts +17 -0
- package/es/icons/ibm-z-os/20.js +15 -0
- package/es/icons/ibm-z-os/24.d.ts +17 -0
- package/es/icons/ibm-z-os/24.js +15 -0
- package/es/icons/ibm-z-os/32.d.ts +17 -0
- package/es/icons/ibm-z-os/32.js +15 -0
- package/es/icons/infinity/16.d.ts +17 -0
- package/es/icons/infinity/16.js +15 -0
- package/es/icons/infinity/20.d.ts +17 -0
- package/es/icons/infinity/20.js +15 -0
- package/es/icons/infinity/24.d.ts +17 -0
- package/es/icons/infinity/24.js +15 -0
- package/es/icons/infinity/32.d.ts +17 -0
- package/es/icons/infinity/32.js +15 -0
- package/es/icons/js-error/16.d.ts +17 -0
- package/es/icons/js-error/16.js +15 -0
- package/es/icons/js-error/20.d.ts +17 -0
- package/es/icons/js-error/20.js +15 -0
- package/es/icons/js-error/24.d.ts +17 -0
- package/es/icons/js-error/24.js +15 -0
- package/es/icons/js-error/32.d.ts +17 -0
- package/es/icons/js-error/32.js +15 -0
- package/es/icons/kubernetes--ip-address/16.d.ts +17 -0
- package/es/icons/kubernetes--ip-address/16.js +15 -0
- package/es/icons/kubernetes--ip-address/20.d.ts +17 -0
- package/es/icons/kubernetes--ip-address/20.js +15 -0
- package/es/icons/kubernetes--ip-address/24.d.ts +17 -0
- package/es/icons/kubernetes--ip-address/24.js +15 -0
- package/es/icons/kubernetes--ip-address/32.d.ts +17 -0
- package/es/icons/kubernetes--ip-address/32.js +15 -0
- package/es/icons/kubernetes--pod/16.d.ts +17 -0
- package/es/icons/kubernetes--pod/16.js +15 -0
- package/es/icons/kubernetes--pod/20.d.ts +17 -0
- package/es/icons/kubernetes--pod/20.js +15 -0
- package/es/icons/kubernetes--pod/24.d.ts +17 -0
- package/es/icons/kubernetes--pod/24.js +15 -0
- package/es/icons/kubernetes--pod/32.d.ts +17 -0
- package/es/icons/kubernetes--pod/32.js +15 -0
- package/es/icons/letter--Aa--large/16.d.ts +17 -0
- package/es/icons/letter--Aa--large/16.js +15 -0
- package/es/icons/letter--Aa--large/20.d.ts +17 -0
- package/es/icons/letter--Aa--large/20.js +15 -0
- package/es/icons/letter--Aa--large/24.d.ts +17 -0
- package/es/icons/letter--Aa--large/24.js +15 -0
- package/es/icons/letter--Aa--large/32.d.ts +17 -0
- package/es/icons/letter--Aa--large/32.js +15 -0
- package/es/icons/logo--delicious/16.d.ts +17 -0
- package/es/icons/logo--delicious/16.js +15 -0
- package/es/icons/logo--delicious/20.d.ts +17 -0
- package/es/icons/logo--delicious/20.js +15 -0
- package/es/icons/logo--delicious/24.d.ts +17 -0
- package/es/icons/logo--delicious/24.js +15 -0
- package/es/icons/logo--delicious/32.d.ts +17 -0
- package/es/icons/logo--delicious/32.js +15 -0
- package/es/icons/logo--gitlab/16.d.ts +17 -0
- package/es/icons/logo--gitlab/16.js +15 -0
- package/es/icons/logo--gitlab/20.d.ts +17 -0
- package/es/icons/logo--gitlab/20.js +15 -0
- package/es/icons/logo--gitlab/24.d.ts +17 -0
- package/es/icons/logo--gitlab/24.js +15 -0
- package/es/icons/logo--gitlab/32.d.ts +17 -0
- package/es/icons/logo--gitlab/32.js +15 -0
- package/es/icons/logo--google/16.d.ts +17 -0
- package/es/icons/logo--google/16.js +15 -0
- package/es/icons/logo--google/20.d.ts +17 -0
- package/es/icons/logo--google/20.js +15 -0
- package/es/icons/logo--google/24.d.ts +17 -0
- package/es/icons/logo--google/24.js +15 -0
- package/es/icons/logo--google/32.d.ts +17 -0
- package/es/icons/logo--google/32.js +15 -0
- package/es/icons/logo--stumbleupon/16.d.ts +17 -0
- package/es/icons/logo--stumbleupon/16.js +15 -0
- package/es/icons/logo--stumbleupon/20.d.ts +17 -0
- package/es/icons/logo--stumbleupon/20.js +15 -0
- package/es/icons/logo--stumbleupon/24.d.ts +17 -0
- package/es/icons/logo--stumbleupon/24.js +15 -0
- package/es/icons/logo--stumbleupon/32.d.ts +17 -0
- package/es/icons/logo--stumbleupon/32.js +15 -0
- package/es/icons/logo--x/16.d.ts +17 -0
- package/es/icons/logo--x/16.js +15 -0
- package/es/icons/logo--x/20.d.ts +17 -0
- package/es/icons/logo--x/20.js +15 -0
- package/es/icons/logo--x/24.d.ts +17 -0
- package/es/icons/logo--x/24.js +15 -0
- package/es/icons/logo--x/32.d.ts +17 -0
- package/es/icons/logo--x/32.js +15 -0
- package/es/icons/mammogram--stacked/16.d.ts +17 -0
- package/es/icons/mammogram--stacked/16.js +15 -0
- package/es/icons/mammogram--stacked/20.d.ts +17 -0
- package/es/icons/mammogram--stacked/20.js +15 -0
- package/es/icons/mammogram--stacked/24.d.ts +17 -0
- package/es/icons/mammogram--stacked/24.js +15 -0
- package/es/icons/mammogram--stacked/32.d.ts +17 -0
- package/es/icons/mammogram--stacked/32.js +15 -0
- package/es/icons/misuse--alt/16.d.ts +17 -0
- package/es/icons/misuse--alt/16.js +15 -0
- package/es/icons/misuse--alt/20.d.ts +17 -0
- package/es/icons/misuse--alt/20.js +15 -0
- package/es/icons/misuse--alt/24.d.ts +17 -0
- package/es/icons/misuse--alt/24.js +15 -0
- package/es/icons/misuse--alt/32.d.ts +17 -0
- package/es/icons/misuse--alt/32.js +15 -0
- package/es/icons/mobile--crash/16.d.ts +17 -0
- package/es/icons/mobile--crash/16.js +15 -0
- package/es/icons/mobile--crash/20.d.ts +17 -0
- package/es/icons/mobile--crash/20.js +15 -0
- package/es/icons/mobile--crash/24.d.ts +17 -0
- package/es/icons/mobile--crash/24.js +15 -0
- package/es/icons/mobile--crash/32.d.ts +17 -0
- package/es/icons/mobile--crash/32.js +15 -0
- package/es/icons/mobile--event/16.d.ts +17 -0
- package/es/icons/mobile--event/16.js +15 -0
- package/es/icons/mobile--event/20.d.ts +17 -0
- package/es/icons/mobile--event/20.js +15 -0
- package/es/icons/mobile--event/24.d.ts +17 -0
- package/es/icons/mobile--event/24.js +15 -0
- package/es/icons/mobile--event/32.d.ts +17 -0
- package/es/icons/mobile--event/32.js +15 -0
- package/es/icons/mobile--request/16.d.ts +17 -0
- package/es/icons/mobile--request/16.js +15 -0
- package/es/icons/mobile--request/20.d.ts +17 -0
- package/es/icons/mobile--request/20.js +15 -0
- package/es/icons/mobile--request/24.d.ts +17 -0
- package/es/icons/mobile--request/24.js +15 -0
- package/es/icons/mobile--request/32.d.ts +17 -0
- package/es/icons/mobile--request/32.js +15 -0
- package/es/icons/mobile--session/16.d.ts +17 -0
- package/es/icons/mobile--session/16.js +15 -0
- package/es/icons/mobile--session/20.d.ts +17 -0
- package/es/icons/mobile--session/20.js +15 -0
- package/es/icons/mobile--session/24.d.ts +17 -0
- package/es/icons/mobile--session/24.js +15 -0
- package/es/icons/mobile--session/32.d.ts +17 -0
- package/es/icons/mobile--session/32.js +15 -0
- package/es/icons/mobile--view/16.d.ts +17 -0
- package/es/icons/mobile--view/16.js +15 -0
- package/es/icons/mobile--view/20.d.ts +17 -0
- package/es/icons/mobile--view/20.js +15 -0
- package/es/icons/mobile--view/24.d.ts +17 -0
- package/es/icons/mobile--view/24.js +15 -0
- package/es/icons/mobile--view/32.d.ts +17 -0
- package/es/icons/mobile--view/32.js +15 -0
- package/es/icons/mobile--view-orientation/16.d.ts +17 -0
- package/es/icons/mobile--view-orientation/16.js +15 -0
- package/es/icons/mobile--view-orientation/20.d.ts +17 -0
- package/es/icons/mobile--view-orientation/20.js +15 -0
- package/es/icons/mobile--view-orientation/24.d.ts +17 -0
- package/es/icons/mobile--view-orientation/24.js +15 -0
- package/es/icons/mobile--view-orientation/32.d.ts +17 -0
- package/es/icons/mobile--view-orientation/32.js +15 -0
- package/es/icons/model--tuned/16.d.ts +17 -0
- package/es/icons/model--tuned/16.js +15 -0
- package/es/icons/model--tuned/20.d.ts +17 -0
- package/es/icons/model--tuned/20.js +15 -0
- package/es/icons/model--tuned/24.d.ts +17 -0
- package/es/icons/model--tuned/24.js +15 -0
- package/es/icons/model--tuned/32.d.ts +17 -0
- package/es/icons/model--tuned/32.js +15 -0
- package/es/icons/mysql/16.d.ts +17 -0
- package/es/icons/mysql/16.js +15 -0
- package/es/icons/mysql/20.d.ts +17 -0
- package/es/icons/mysql/20.js +15 -0
- package/es/icons/mysql/24.d.ts +17 -0
- package/es/icons/mysql/24.js +15 -0
- package/es/icons/mysql/32.d.ts +17 -0
- package/es/icons/mysql/32.js +15 -0
- package/es/icons/network-interface/16.d.ts +17 -0
- package/es/icons/network-interface/16.js +15 -0
- package/es/icons/network-interface/20.d.ts +17 -0
- package/es/icons/network-interface/20.js +15 -0
- package/es/icons/network-interface/24.d.ts +17 -0
- package/es/icons/network-interface/24.js +15 -0
- package/es/icons/network-interface/32.d.ts +17 -0
- package/es/icons/network-interface/32.js +15 -0
- package/es/icons/platforms/16.d.ts +17 -0
- package/es/icons/platforms/16.js +15 -0
- package/es/icons/platforms/20.d.ts +17 -0
- package/es/icons/platforms/20.js +15 -0
- package/es/icons/platforms/24.d.ts +17 -0
- package/es/icons/platforms/24.js +15 -0
- package/es/icons/platforms/32.d.ts +17 -0
- package/es/icons/platforms/32.js +15 -0
- package/es/icons/process/16.d.ts +17 -0
- package/es/icons/process/16.js +15 -0
- package/es/icons/process/20.d.ts +17 -0
- package/es/icons/process/20.js +15 -0
- package/es/icons/process/24.d.ts +17 -0
- package/es/icons/process/24.js +15 -0
- package/es/icons/process/32.d.ts +17 -0
- package/es/icons/process/32.js +15 -0
- package/es/icons/process-automate/16.d.ts +17 -0
- package/es/icons/process-automate/16.js +15 -0
- package/es/icons/process-automate/20.d.ts +17 -0
- package/es/icons/process-automate/20.js +15 -0
- package/es/icons/process-automate/24.d.ts +17 -0
- package/es/icons/process-automate/24.js +15 -0
- package/es/icons/process-automate/32.d.ts +17 -0
- package/es/icons/process-automate/32.js +15 -0
- package/es/icons/prompt-session/16.d.ts +17 -0
- package/es/icons/prompt-session/16.js +15 -0
- package/es/icons/prompt-session/20.d.ts +17 -0
- package/es/icons/prompt-session/20.js +15 -0
- package/es/icons/prompt-session/24.d.ts +17 -0
- package/es/icons/prompt-session/24.js +15 -0
- package/es/icons/prompt-session/32.d.ts +17 -0
- package/es/icons/prompt-session/32.js +15 -0
- package/es/icons/prompt-template/16.d.ts +17 -0
- package/es/icons/prompt-template/16.js +15 -0
- package/es/icons/prompt-template/20.d.ts +17 -0
- package/es/icons/prompt-template/20.js +15 -0
- package/es/icons/prompt-template/24.d.ts +17 -0
- package/es/icons/prompt-template/24.js +15 -0
- package/es/icons/prompt-template/32.d.ts +17 -0
- package/es/icons/prompt-template/32.js +15 -0
- package/es/icons/redo/16.js +1 -1
- package/es/icons/redo/20.js +1 -1
- package/es/icons/redo/24.js +1 -1
- package/es/icons/research--bloch-sphere/16.d.ts +17 -0
- package/es/icons/research--bloch-sphere/16.js +15 -0
- package/es/icons/research--bloch-sphere/20.d.ts +17 -0
- package/es/icons/research--bloch-sphere/20.js +15 -0
- package/es/icons/research--bloch-sphere/24.d.ts +17 -0
- package/es/icons/research--bloch-sphere/24.js +15 -0
- package/es/icons/research--bloch-sphere/32.d.ts +17 -0
- package/es/icons/research--bloch-sphere/32.js +15 -0
- package/es/icons/research--hinton-plot/16.d.ts +17 -0
- package/es/icons/research--hinton-plot/16.js +15 -0
- package/es/icons/research--hinton-plot/20.d.ts +17 -0
- package/es/icons/research--hinton-plot/20.js +15 -0
- package/es/icons/research--hinton-plot/24.d.ts +17 -0
- package/es/icons/research--hinton-plot/24.js +15 -0
- package/es/icons/research--hinton-plot/32.d.ts +17 -0
- package/es/icons/research--hinton-plot/32.js +15 -0
- package/es/icons/research--matrix/16.d.ts +17 -0
- package/es/icons/research--matrix/16.js +15 -0
- package/es/icons/research--matrix/20.d.ts +17 -0
- package/es/icons/research--matrix/20.js +15 -0
- package/es/icons/research--matrix/24.d.ts +17 -0
- package/es/icons/research--matrix/24.js +15 -0
- package/es/icons/research--matrix/32.d.ts +17 -0
- package/es/icons/research--matrix/32.js +15 -0
- package/es/icons/return/16.d.ts +17 -0
- package/es/icons/return/16.js +15 -0
- package/es/icons/return/20.d.ts +17 -0
- package/es/icons/return/20.js +15 -0
- package/es/icons/return/24.d.ts +17 -0
- package/es/icons/return/24.js +15 -0
- package/es/icons/return/32.d.ts +17 -0
- package/es/icons/return/32.js +15 -0
- package/es/icons/running/16.d.ts +17 -0
- package/es/icons/running/16.js +15 -0
- package/es/icons/running/20.d.ts +17 -0
- package/es/icons/running/20.js +15 -0
- package/es/icons/running/24.d.ts +17 -0
- package/es/icons/running/24.js +15 -0
- package/es/icons/running/32.d.ts +17 -0
- package/es/icons/running/32.js +15 -0
- package/es/icons/sales-ops/16.d.ts +17 -0
- package/es/icons/sales-ops/16.js +15 -0
- package/es/icons/sales-ops/20.d.ts +17 -0
- package/es/icons/sales-ops/20.js +15 -0
- package/es/icons/sales-ops/24.d.ts +17 -0
- package/es/icons/sales-ops/24.js +15 -0
- package/es/icons/sales-ops/32.d.ts +17 -0
- package/es/icons/sales-ops/32.js +15 -0
- package/es/icons/service-levels/16.d.ts +17 -0
- package/es/icons/service-levels/16.js +15 -0
- package/es/icons/service-levels/20.d.ts +17 -0
- package/es/icons/service-levels/20.js +15 -0
- package/es/icons/service-levels/24.d.ts +17 -0
- package/es/icons/service-levels/24.js +15 -0
- package/es/icons/service-levels/32.d.ts +17 -0
- package/es/icons/service-levels/32.js +15 -0
- package/es/icons/settings--edit/16.d.ts +17 -0
- package/es/icons/settings--edit/16.js +15 -0
- package/es/icons/settings--edit/20.d.ts +17 -0
- package/es/icons/settings--edit/20.js +15 -0
- package/es/icons/settings--edit/24.d.ts +17 -0
- package/es/icons/settings--edit/24.js +15 -0
- package/es/icons/settings--edit/32.d.ts +17 -0
- package/es/icons/settings--edit/32.js +15 -0
- package/es/icons/subdirectory/16.d.ts +17 -0
- package/es/icons/subdirectory/16.js +15 -0
- package/es/icons/subdirectory/20.d.ts +17 -0
- package/es/icons/subdirectory/20.js +15 -0
- package/es/icons/subdirectory/24.d.ts +17 -0
- package/es/icons/subdirectory/24.js +15 -0
- package/es/icons/subdirectory/32.d.ts +17 -0
- package/es/icons/subdirectory/32.js +15 -0
- package/es/icons/subtract--filled/16.d.ts +17 -0
- package/es/icons/subtract--filled/16.js +15 -0
- package/es/icons/subtract--filled/20.d.ts +17 -0
- package/es/icons/subtract--filled/20.js +15 -0
- package/es/icons/subtract--filled/24.d.ts +17 -0
- package/es/icons/subtract--filled/24.js +15 -0
- package/es/icons/subtract--filled/32.d.ts +17 -0
- package/es/icons/subtract--filled/32.js +15 -0
- package/es/icons/subtract--large/16.d.ts +17 -0
- package/es/icons/subtract--large/16.js +15 -0
- package/es/icons/subtract--large/20.d.ts +17 -0
- package/es/icons/subtract--large/20.js +15 -0
- package/es/icons/subtract--large/24.d.ts +17 -0
- package/es/icons/subtract--large/24.js +15 -0
- package/es/icons/subtract--large/32.d.ts +17 -0
- package/es/icons/subtract--large/32.js +15 -0
- package/es/icons/sunny/16.d.ts +17 -0
- package/es/icons/sunny/16.js +15 -0
- package/es/icons/sunny/20.d.ts +17 -0
- package/es/icons/sunny/20.js +15 -0
- package/es/icons/sunny/24.d.ts +17 -0
- package/es/icons/sunny/24.js +15 -0
- package/es/icons/sunny/32.d.ts +17 -0
- package/es/icons/sunny/32.js +15 -0
- package/es/icons/sustainability/16.d.ts +17 -0
- package/es/icons/sustainability/16.js +15 -0
- package/es/icons/sustainability/20.d.ts +17 -0
- package/es/icons/sustainability/20.js +15 -0
- package/es/icons/sustainability/24.d.ts +17 -0
- package/es/icons/sustainability/24.js +15 -0
- package/es/icons/sustainability/32.d.ts +17 -0
- package/es/icons/sustainability/32.js +15 -0
- package/es/icons/text--long-paragraph/16.d.ts +17 -0
- package/es/icons/text--long-paragraph/16.js +15 -0
- package/es/icons/text--long-paragraph/20.d.ts +17 -0
- package/es/icons/text--long-paragraph/20.js +15 -0
- package/es/icons/text--long-paragraph/24.d.ts +17 -0
- package/es/icons/text--long-paragraph/24.js +15 -0
- package/es/icons/text--long-paragraph/32.d.ts +17 -0
- package/es/icons/text--long-paragraph/32.js +15 -0
- package/es/icons/text--short-paragraph/16.d.ts +17 -0
- package/es/icons/text--short-paragraph/16.js +15 -0
- package/es/icons/text--short-paragraph/20.d.ts +17 -0
- package/es/icons/text--short-paragraph/20.js +15 -0
- package/es/icons/text--short-paragraph/24.d.ts +17 -0
- package/es/icons/text--short-paragraph/24.js +15 -0
- package/es/icons/text--short-paragraph/32.d.ts +17 -0
- package/es/icons/text--short-paragraph/32.js +15 -0
- package/es/icons/time--filled/16.d.ts +17 -0
- package/es/icons/time--filled/16.js +15 -0
- package/es/icons/time--filled/20.d.ts +17 -0
- package/es/icons/time--filled/20.js +15 -0
- package/es/icons/time--filled/24.d.ts +17 -0
- package/es/icons/time--filled/24.js +15 -0
- package/es/icons/time--filled/32.d.ts +17 -0
- package/es/icons/time--filled/32.js +15 -0
- package/es/icons/tour/16.d.ts +17 -0
- package/es/icons/tour/16.js +15 -0
- package/es/icons/tour/20.d.ts +17 -0
- package/es/icons/tour/20.js +15 -0
- package/es/icons/tour/24.d.ts +17 -0
- package/es/icons/tour/24.js +15 -0
- package/es/icons/tour/32.d.ts +17 -0
- package/es/icons/tour/32.js +15 -0
- package/es/icons/tuning/16.d.ts +17 -0
- package/es/icons/tuning/16.js +15 -0
- package/es/icons/tuning/20.d.ts +17 -0
- package/es/icons/tuning/20.js +15 -0
- package/es/icons/tuning/24.d.ts +17 -0
- package/es/icons/tuning/24.js +15 -0
- package/es/icons/tuning/32.d.ts +17 -0
- package/es/icons/tuning/32.js +15 -0
- package/es/icons/undefined/index.d.ts +17 -0
- package/es/icons/undefined/index.js +15 -0
- package/es/icons/undo/16.js +1 -1
- package/es/icons/undo/20.js +1 -1
- package/es/icons/undo/24.js +1 -1
- package/es/icons/upstream/16.d.ts +17 -0
- package/es/icons/upstream/16.js +15 -0
- package/es/icons/upstream/20.d.ts +17 -0
- package/es/icons/upstream/20.js +15 -0
- package/es/icons/upstream/24.d.ts +17 -0
- package/es/icons/upstream/24.js +15 -0
- package/es/icons/upstream/32.d.ts +17 -0
- package/es/icons/upstream/32.js +15 -0
- package/es/icons/vegetation--encroachment/16.d.ts +17 -0
- package/es/icons/vegetation--encroachment/16.js +15 -0
- package/es/icons/vegetation--encroachment/20.d.ts +17 -0
- package/es/icons/vegetation--encroachment/20.js +15 -0
- package/es/icons/vegetation--encroachment/24.d.ts +17 -0
- package/es/icons/vegetation--encroachment/24.js +15 -0
- package/es/icons/vegetation--encroachment/32.d.ts +17 -0
- package/es/icons/vegetation--encroachment/32.js +15 -0
- package/es/icons/vegetation--height/16.d.ts +17 -0
- package/es/icons/vegetation--height/16.js +15 -0
- package/es/icons/vegetation--height/20.d.ts +17 -0
- package/es/icons/vegetation--height/20.js +15 -0
- package/es/icons/vegetation--height/24.d.ts +17 -0
- package/es/icons/vegetation--height/24.js +15 -0
- package/es/icons/vegetation--height/32.d.ts +17 -0
- package/es/icons/vegetation--height/32.js +15 -0
- package/es/icons/video-player/16.d.ts +17 -0
- package/es/icons/video-player/16.js +15 -0
- package/es/icons/video-player/20.d.ts +17 -0
- package/es/icons/video-player/20.js +15 -0
- package/es/icons/video-player/24.d.ts +17 -0
- package/es/icons/video-player/24.js +15 -0
- package/es/icons/video-player/32.d.ts +17 -0
- package/es/icons/video-player/32.js +15 -0
- package/es/icons/warning--diamond/16.d.ts +17 -0
- package/es/icons/warning--diamond/16.js +15 -0
- package/es/icons/warning--diamond/20.d.ts +17 -0
- package/es/icons/warning--diamond/20.js +15 -0
- package/es/icons/warning--diamond/24.d.ts +17 -0
- package/es/icons/warning--diamond/24.js +15 -0
- package/es/icons/warning--diamond/32.d.ts +17 -0
- package/es/icons/warning--diamond/32.js +15 -0
- package/es/icons/warning--multiple/16.d.ts +17 -0
- package/es/icons/warning--multiple/16.js +15 -0
- package/es/icons/warning--multiple/20.d.ts +17 -0
- package/es/icons/warning--multiple/20.js +15 -0
- package/es/icons/warning--multiple/24.d.ts +17 -0
- package/es/icons/warning--multiple/24.js +15 -0
- package/es/icons/warning--multiple/32.d.ts +17 -0
- package/es/icons/warning--multiple/32.js +15 -0
- package/es/icons/watson-health/edit-filter/16.d.ts +17 -0
- package/es/icons/watson-health/edit-filter/16.js +15 -0
- package/es/icons/watson-health/edit-filter/20.d.ts +17 -0
- package/es/icons/watson-health/edit-filter/20.js +15 -0
- package/es/icons/watson-health/edit-filter/24.d.ts +17 -0
- package/es/icons/watson-health/edit-filter/24.js +15 -0
- package/es/icons/watson-health/edit-filter/32.d.ts +17 -0
- package/es/icons/watson-health/edit-filter/32.js +15 -0
- package/es/icons/watsonx/16.d.ts +17 -0
- package/es/icons/watsonx/16.js +15 -0
- package/es/icons/watsonx/20.d.ts +17 -0
- package/es/icons/watsonx/20.js +15 -0
- package/es/icons/watsonx/24.d.ts +17 -0
- package/es/icons/watsonx/24.js +15 -0
- package/es/icons/watsonx/32.d.ts +17 -0
- package/es/icons/watsonx/32.js +15 -0
- package/es/icons/watsonx-ai/16.d.ts +17 -0
- package/es/icons/watsonx-ai/16.js +15 -0
- package/es/icons/watsonx-ai/20.d.ts +17 -0
- package/es/icons/watsonx-ai/20.js +15 -0
- package/es/icons/watsonx-ai/24.d.ts +17 -0
- package/es/icons/watsonx-ai/24.js +15 -0
- package/es/icons/watsonx-ai/32.d.ts +17 -0
- package/es/icons/watsonx-ai/32.js +15 -0
- package/es/icons/watsonx-data/16.d.ts +17 -0
- package/es/icons/watsonx-data/16.js +15 -0
- package/es/icons/watsonx-data/20.d.ts +17 -0
- package/es/icons/watsonx-data/20.js +15 -0
- package/es/icons/watsonx-data/24.d.ts +17 -0
- package/es/icons/watsonx-data/24.js +15 -0
- package/es/icons/watsonx-data/32.d.ts +17 -0
- package/es/icons/watsonx-data/32.js +15 -0
- package/es/icons/watsonx-governance/16.d.ts +17 -0
- package/es/icons/watsonx-governance/16.js +15 -0
- package/es/icons/watsonx-governance/20.d.ts +17 -0
- package/es/icons/watsonx-governance/20.js +15 -0
- package/es/icons/watsonx-governance/24.d.ts +17 -0
- package/es/icons/watsonx-governance/24.js +15 -0
- package/es/icons/watsonx-governance/32.d.ts +17 -0
- package/es/icons/watsonx-governance/32.js +15 -0
- package/es/icons/web-services--cluster/16.d.ts +17 -0
- package/es/icons/web-services--cluster/16.js +15 -0
- package/es/icons/web-services--cluster/20.d.ts +17 -0
- package/es/icons/web-services--cluster/20.js +15 -0
- package/es/icons/web-services--cluster/24.d.ts +17 -0
- package/es/icons/web-services--cluster/24.js +15 -0
- package/es/icons/web-services--cluster/32.d.ts +17 -0
- package/es/icons/web-services--cluster/32.js +15 -0
- package/es/icons/web-services--container/16.d.ts +17 -0
- package/es/icons/web-services--container/16.js +15 -0
- package/es/icons/web-services--container/20.d.ts +17 -0
- package/es/icons/web-services--container/20.js +15 -0
- package/es/icons/web-services--container/24.d.ts +17 -0
- package/es/icons/web-services--container/24.js +15 -0
- package/es/icons/web-services--container/32.d.ts +17 -0
- package/es/icons/web-services--container/32.js +15 -0
- package/es/icons/web-services--definition/16.d.ts +17 -0
- package/es/icons/web-services--definition/16.js +15 -0
- package/es/icons/web-services--definition/20.d.ts +17 -0
- package/es/icons/web-services--definition/20.js +15 -0
- package/es/icons/web-services--definition/24.d.ts +17 -0
- package/es/icons/web-services--definition/24.js +15 -0
- package/es/icons/web-services--definition/32.d.ts +17 -0
- package/es/icons/web-services--definition/32.js +15 -0
- package/es/icons/web-services--service/16.d.ts +17 -0
- package/es/icons/web-services--service/16.js +15 -0
- package/es/icons/web-services--service/20.d.ts +17 -0
- package/es/icons/web-services--service/20.js +15 -0
- package/es/icons/web-services--service/24.d.ts +17 -0
- package/es/icons/web-services--service/24.js +15 -0
- package/es/icons/web-services--service/32.d.ts +17 -0
- package/es/icons/web-services--service/32.js +15 -0
- package/es/icons/web-services--task/16.d.ts +17 -0
- package/es/icons/web-services--task/16.js +15 -0
- package/es/icons/web-services--task/20.d.ts +17 -0
- package/es/icons/web-services--task/20.js +15 -0
- package/es/icons/web-services--task/24.d.ts +17 -0
- package/es/icons/web-services--task/24.js +15 -0
- package/es/icons/web-services--task/32.d.ts +17 -0
- package/es/icons/web-services--task/32.js +15 -0
- package/es/icons/web-services--task-definition-version/16.d.ts +17 -0
- package/es/icons/web-services--task-definition-version/16.js +15 -0
- package/es/icons/web-services--task-definition-version/20.d.ts +17 -0
- package/es/icons/web-services--task-definition-version/20.js +15 -0
- package/es/icons/web-services--task-definition-version/24.d.ts +17 -0
- package/es/icons/web-services--task-definition-version/24.js +15 -0
- package/es/icons/web-services--task-definition-version/32.d.ts +17 -0
- package/es/icons/web-services--task-definition-version/32.js +15 -0
- package/lib/components/accordion/defs.js +3 -6
- package/lib/components/accordion/defs.js.map +1 -1
- package/lib/components/button/defs.js +5 -10
- package/lib/components/button/defs.js.map +1 -1
- package/lib/components/code-snippet/defs.js +1 -2
- package/lib/components/code-snippet/defs.js.map +1 -1
- package/lib/components/content-switcher/defs.js +2 -4
- package/lib/components/content-switcher/defs.js.map +1 -1
- package/lib/components/data-table/defs.js +4 -8
- package/lib/components/data-table/defs.js.map +1 -1
- package/lib/components/date-picker/defs.js +1 -2
- package/lib/components/date-picker/defs.js.map +1 -1
- package/lib/components/dropdown/defs.js +5 -10
- package/lib/components/dropdown/defs.js.map +1 -1
- package/lib/components/file-uploader/defs.js +2 -4
- package/lib/components/file-uploader/defs.js.map +1 -1
- package/lib/components/floating-menu/defs.js +2 -4
- package/lib/components/floating-menu/defs.js.map +1 -1
- package/lib/components/icon-button/defs.js +2 -4
- package/lib/components/icon-button/defs.js.map +1 -1
- package/lib/components/inline-loading/defs.js +1 -2
- package/lib/components/inline-loading/defs.js.map +1 -1
- package/lib/components/loading/defs.js +1 -2
- package/lib/components/loading/defs.js.map +1 -1
- package/lib/components/modal/defs.js +1 -2
- package/lib/components/modal/defs.js.map +1 -1
- package/lib/components/multi-select/defs.js +1 -2
- package/lib/components/multi-select/defs.js.map +1 -1
- package/lib/components/notification/defs.js +2 -4
- package/lib/components/notification/defs.js.map +1 -1
- package/lib/components/number-input/defs.js +1 -2
- package/lib/components/number-input/defs.js.map +1 -1
- package/lib/components/overflow-menu/defs.js +2 -4
- package/lib/components/overflow-menu/defs.js.map +1 -1
- package/lib/components/pagination/defs.js +1 -2
- package/lib/components/pagination/defs.js.map +1 -1
- package/lib/components/popover/defs.js +1 -2
- package/lib/components/popover/defs.js.map +1 -1
- package/lib/components/progress-bar/defs.js +3 -6
- package/lib/components/progress-bar/defs.js.map +1 -1
- package/lib/components/progress-indicator/defs.js +1 -2
- package/lib/components/progress-indicator/defs.js.map +1 -1
- package/lib/components/radio-button/defs.js +2 -4
- package/lib/components/radio-button/defs.js.map +1 -1
- package/lib/components/skeleton-text/defs.js +1 -2
- package/lib/components/skeleton-text/defs.js.map +1 -1
- package/lib/components/slug/defs.js +45 -0
- package/lib/components/slug/defs.js.map +1 -0
- package/lib/components/stack/defs.js +2 -4
- package/lib/components/stack/defs.js.map +1 -1
- package/lib/components/tabs/defs.js +2 -4
- package/lib/components/tabs/defs.js.map +1 -1
- package/lib/components/tag/defs.js +2 -4
- package/lib/components/tag/defs.js.map +1 -1
- package/lib/components/text-input/defs.js +4 -8
- package/lib/components/text-input/defs.js.map +1 -1
- package/lib/components/tile/defs.js.map +1 -1
- package/lib/components/toggle/defs.js +1 -2
- package/lib/components/toggle/defs.js.map +1 -1
- package/lib/components/ui-shell/defs.js +2 -4
- package/lib/components/ui-shell/defs.js.map +1 -1
- package/lib/components-react-node/accordion/accordion-item-skeleton.js +3 -6
- package/lib/components-react-node/accordion/accordion-item.js +5 -8
- package/lib/components-react-node/accordion/accordion-skeleton.js +3 -6
- package/lib/components-react-node/accordion/accordion.js +3 -6
- package/lib/components-react-node/breadcrumb/breadcrumb-item.js +3 -6
- package/lib/components-react-node/breadcrumb/breadcrumb-link.js +3 -6
- package/lib/components-react-node/breadcrumb/breadcrumb-overflow-menu.js +11 -6
- package/lib/components-react-node/breadcrumb/breadcrumb-skeleton.js +3 -6
- package/lib/components-react-node/breadcrumb/breadcrumb.js +3 -6
- package/lib/components-react-node/button/button-set.js +3 -6
- package/lib/components-react-node/button/button-skeleton.js +7 -6
- package/lib/components-react-node/button/button.js +3 -6
- package/lib/components-react-node/checkbox/checkbox-skeleton.js +3 -6
- package/lib/components-react-node/checkbox/checkbox.js +5 -8
- package/lib/components-react-node/code-snippet/code-snippet-skeleton.js +3 -6
- package/lib/components-react-node/code-snippet/code-snippet.js +3 -6
- package/lib/components-react-node/combo-box/combo-box-item.js +11 -6
- package/lib/components-react-node/combo-box/combo-box.js +5 -8
- package/lib/components-react-node/content-switcher/content-switcher-item.js +3 -6
- package/lib/components-react-node/content-switcher/content-switcher.js +5 -8
- package/lib/components-react-node/copy/copy.js +11 -6
- package/lib/components-react-node/copy-button/copy-button.js +3 -6
- package/lib/components-react-node/data-table/table-batch-actions.js +5 -8
- package/lib/components-react-node/data-table/table-body.js +3 -6
- package/lib/components-react-node/data-table/table-cell-content.js +3 -6
- package/lib/components-react-node/data-table/table-cell.js +3 -6
- package/lib/components-react-node/data-table/table-expanded-row.js +3 -6
- package/lib/components-react-node/data-table/table-head.js +3 -6
- package/lib/components-react-node/data-table/table-header-cell.js +5 -8
- package/lib/components-react-node/data-table/table-header-description.js +3 -6
- package/lib/components-react-node/data-table/table-header-row.js +5 -8
- package/lib/components-react-node/data-table/table-header-title.js +3 -6
- package/lib/components-react-node/data-table/table-row.js +5 -8
- package/lib/components-react-node/data-table/table-skeleton.js +3 -6
- package/lib/components-react-node/data-table/table-toolbar-content.js +3 -6
- package/lib/components-react-node/data-table/table-toolbar-search.js +5 -8
- package/lib/components-react-node/data-table/table-toolbar.js +3 -6
- package/lib/components-react-node/data-table/table.js +5 -8
- package/lib/components-react-node/date-picker/date-picker-input-skeleton.js +3 -6
- package/lib/components-react-node/date-picker/date-picker-input.js +3 -6
- package/lib/components-react-node/date-picker/date-picker.js +5 -8
- package/lib/components-react-node/dropdown/dropdown-item.js +3 -6
- package/lib/components-react-node/dropdown/dropdown-skeleton.js +3 -6
- package/lib/components-react-node/dropdown/dropdown.js +5 -8
- package/lib/components-react-node/file-uploader/demo-file-uploader.js +3 -6
- package/lib/components-react-node/file-uploader/file-uploader-button.js +5 -8
- package/lib/components-react-node/file-uploader/file-uploader-drop-container.js +5 -8
- package/lib/components-react-node/file-uploader/file-uploader-item.js +5 -8
- package/lib/components-react-node/file-uploader/file-uploader-skeleton.js +3 -6
- package/lib/components-react-node/file-uploader/file-uploader.js +3 -6
- package/lib/components-react-node/floating-menu/floating-menu.js +2 -4
- package/lib/components-react-node/form/form-item.js +3 -6
- package/lib/components-react-node/form-group/form-group.js +3 -6
- package/lib/components-react-node/icon-button/icon-button.js +7 -6
- package/lib/components-react-node/inline-loading/inline-loading.js +3 -6
- package/lib/components-react-node/layer/layer.js +5 -8
- package/lib/components-react-node/link/link.js +3 -6
- package/lib/components-react-node/list/list-item.js +3 -6
- package/lib/components-react-node/list/ordered-list.js +11 -6
- package/lib/components-react-node/list/unordered-list.js +3 -6
- package/lib/components-react-node/loading/loading.js +3 -6
- package/lib/components-react-node/modal/modal-body-content.js +3 -6
- package/lib/components-react-node/modal/modal-body.js +3 -6
- package/lib/components-react-node/modal/modal-close-button.js +3 -6
- package/lib/components-react-node/modal/modal-footer-button.js +7 -6
- package/lib/components-react-node/modal/modal-footer.js +3 -6
- package/lib/components-react-node/modal/modal-header.js +3 -6
- package/lib/components-react-node/modal/modal-heading.js +3 -6
- package/lib/components-react-node/modal/modal-label.js +3 -6
- package/lib/components-react-node/modal/modal.js +5 -8
- package/lib/components-react-node/multi-select/multi-select-item.js +11 -6
- package/lib/components-react-node/multi-select/multi-select.js +5 -8
- package/lib/components-react-node/notification/actionable-notification-button.js +7 -6
- package/lib/components-react-node/notification/actionable-notification.js +11 -6
- package/lib/components-react-node/notification/inline-notification.js +5 -8
- package/lib/components-react-node/notification/toast-notification.js +11 -6
- package/lib/components-react-node/number-input/number-input-skeleton.js +3 -6
- package/lib/components-react-node/number-input/number-input.js +12 -11
- package/lib/components-react-node/overflow-menu/overflow-menu-body.js +11 -6
- package/lib/components-react-node/overflow-menu/overflow-menu-item.js +3 -6
- package/lib/components-react-node/overflow-menu/overflow-menu.js +11 -6
- package/lib/components-react-node/pagination/pagination.js +5 -8
- package/lib/components-react-node/popover/popover-content.js +3 -6
- package/lib/components-react-node/popover/popover.js +3 -6
- package/lib/components-react-node/progress-bar/progress-bar.js +3 -6
- package/lib/components-react-node/progress-indicator/progress-indicator-skeleton.js +3 -6
- package/lib/components-react-node/progress-indicator/progress-indicator.js +3 -6
- package/lib/components-react-node/progress-indicator/progress-step-skeleton.js +3 -6
- package/lib/components-react-node/progress-indicator/progress-step.js +3 -6
- package/lib/components-react-node/radio-button/radio-button-group.js +5 -8
- package/lib/components-react-node/radio-button/radio-button-skeleton.js +3 -6
- package/lib/components-react-node/radio-button/radio-button.js +5 -8
- package/lib/components-react-node/search/search-skeleton.js +3 -6
- package/lib/components-react-node/search/search.js +5 -8
- package/lib/components-react-node/select/select-item-group.js +3 -6
- package/lib/components-react-node/select/select-item.js +3 -6
- package/lib/components-react-node/select/select-skeleton.js +3 -6
- package/lib/components-react-node/select/select.js +5 -8
- package/lib/components-react-node/skeleton-placeholder/skeleton-placeholder.js +3 -6
- package/lib/components-react-node/skeleton-text/skeleton-text.js +3 -6
- package/lib/components-react-node/skip-to-content/skip-to-content.js +3 -6
- package/lib/components-react-node/slider/slider-input.js +5 -8
- package/lib/components-react-node/slider/slider-skeleton.js +3 -6
- package/lib/components-react-node/slider/slider.js +5 -8
- package/lib/components-react-node/slug/defs.js +24 -0
- package/lib/components-react-node/slug/index.js +9 -0
- package/lib/components-react-node/slug/slug-action-button.js +35 -0
- package/lib/components-react-node/slug/slug.js +39 -0
- package/lib/components-react-node/stack/stack.js +3 -6
- package/lib/components-react-node/structured-list/structured-list-body.js +3 -6
- package/lib/components-react-node/structured-list/structured-list-cell.js +3 -6
- package/lib/components-react-node/structured-list/structured-list-head.js +3 -6
- package/lib/components-react-node/structured-list/structured-list-header-cell-skeleton.js +3 -6
- package/lib/components-react-node/structured-list/structured-list-header-cell.js +3 -6
- package/lib/components-react-node/structured-list/structured-list-header-row.js +3 -6
- package/lib/components-react-node/structured-list/structured-list-row.js +3 -6
- package/lib/components-react-node/structured-list/structured-list.js +3 -6
- package/lib/components-react-node/tabs/tab-skeleton.js +3 -6
- package/lib/components-react-node/tabs/tab.js +11 -6
- package/lib/components-react-node/tabs/tabs-skeleton.js +3 -6
- package/lib/components-react-node/tabs/tabs.js +21 -16
- package/lib/components-react-node/tag/tag.js +5 -8
- package/lib/components-react-node/text-input/text-input-skeleton.js +3 -6
- package/lib/components-react-node/text-input/text-input.js +3 -6
- package/lib/components-react-node/textarea/textarea-skeleton.js +3 -6
- package/lib/components-react-node/textarea/textarea.js +11 -6
- package/lib/components-react-node/tile/clickable-tile.js +3 -6
- package/lib/components-react-node/tile/expandable-tile.js +5 -8
- package/lib/components-react-node/tile/radio-tile.js +17 -12
- package/lib/components-react-node/tile/selectable-tile.js +5 -8
- package/lib/components-react-node/tile/tile-group.js +5 -8
- package/lib/components-react-node/tile/tile.js +3 -6
- package/lib/components-react-node/toggle/toggle.js +5 -8
- package/lib/components-react-node/toggle-tip/toggletip.js +3 -6
- package/lib/components-react-node/tooltip/tooltip-content.js +11 -6
- package/lib/components-react-node/tooltip/tooltip.js +7 -6
- package/lib/components-react-node/ui-shell/header-global-action.js +7 -6
- package/lib/components-react-node/ui-shell/header-menu-button.js +5 -8
- package/lib/components-react-node/ui-shell/header-menu-item.js +11 -6
- package/lib/components-react-node/ui-shell/header-menu.js +3 -6
- package/lib/components-react-node/ui-shell/header-name.js +3 -6
- package/lib/components-react-node/ui-shell/header-nav-item.js +3 -6
- package/lib/components-react-node/ui-shell/header-nav.js +3 -6
- package/lib/components-react-node/ui-shell/header-panel.js +3 -6
- package/lib/components-react-node/ui-shell/header-side-nav-items.js +3 -6
- package/lib/components-react-node/ui-shell/header.js +3 -6
- package/lib/components-react-node/ui-shell/side-nav-divider.js +3 -6
- package/lib/components-react-node/ui-shell/side-nav-items.js +3 -6
- package/lib/components-react-node/ui-shell/side-nav-link.js +3 -6
- package/lib/components-react-node/ui-shell/side-nav-menu-item.js +3 -6
- package/lib/components-react-node/ui-shell/side-nav-menu.js +5 -8
- package/lib/components-react-node/ui-shell/side-nav.js +5 -8
- package/lib/components-react-node/ui-shell/switcher-divider.js +3 -6
- package/lib/components-react-node/ui-shell/switcher-item.js +3 -6
- package/lib/components-react-node/ui-shell/switcher.js +3 -6
- package/lib/globals/settings.js +2 -4
- package/lib/globals/settings.js.map +1 -1
- package/lib/globals/shared-enums.js +1 -2
- package/lib/globals/shared-enums.js.map +1 -1
- package/lib/globals/wrappers/createReactCustomElementType.js +3 -4
- package/lib/globals/wrappers/createReactCustomElementType.js.map +1 -1
- package/package.json +18 -17
- package/scss/components/breadcrumb/breadcrumb.scss +2 -2
- package/scss/components/button/button.scss +3 -3
- package/scss/components/code-snippet/code-snippet.scss +5 -5
- package/scss/components/combo-box/combo-box.scss +62 -1
- package/scss/components/content-switcher/content-switcher.scss +8 -7
- package/scss/components/copy-button/copy-button.scss +3 -2
- package/scss/components/data-table/_table-action.scss +1 -1
- package/scss/components/data-table/_table-sizes.scss +5 -5
- package/scss/components/data-table/_table-sort.scss +1 -1
- package/scss/components/date-picker/date-picker.scss +13 -0
- package/scss/components/dropdown/dropdown.scss +28 -4
- package/scss/components/icon-button/icon-button.scss +5 -0
- package/scss/components/list/list.scss +1 -1
- package/scss/components/modal/modal.scss +17 -4
- package/scss/components/multi-select/multi-select.scss +29 -2
- package/scss/components/notification/inline-notification.scss +5 -0
- package/scss/components/number-input/number-input.scss +19 -0
- package/scss/components/overflow-menu/overflow-menu.scss +1 -1
- package/scss/components/pagination/pagination.scss +1 -1
- package/scss/components/popover/popover.scss +57 -20
- package/scss/components/select/select.scss +19 -0
- package/scss/components/slug/slug.scss +135 -0
- package/scss/components/stack/stack.scss +3 -3
- package/scss/components/tabs/tabs.scss +7 -9
- package/scss/components/text-input/text-input.scss +44 -10
- package/scss/components/textarea/textarea.scss +35 -0
- package/scss/components/tile/tile.scss +1 -1
- package/scss/components/toggle-tip/toggletip.scss +3 -2
- package/scss/components/tooltip/tooltip.scss +1 -2
- package/scss/components/ui-shell/header.scss +4 -4
- package/scss/components/ui-shell/side-nav.scss +1 -1
- package/es/components/accordion/accordion-item-skeleton.d.ts.map +0 -1
- package/es/components/accordion/accordion-item.d.ts.map +0 -1
- package/es/components/accordion/accordion-skeleton.d.ts.map +0 -1
- package/es/components/accordion/accordion.d.ts.map +0 -1
- package/es/components/accordion/defs.d.ts.map +0 -1
- package/es/components/accordion/index.d.ts.map +0 -1
- package/es/components/breadcrumb/breadcrumb-item.d.ts.map +0 -1
- package/es/components/breadcrumb/breadcrumb-link.d.ts.map +0 -1
- package/es/components/breadcrumb/breadcrumb-overflow-menu.d.ts.map +0 -1
- package/es/components/breadcrumb/breadcrumb-skeleton.d.ts.map +0 -1
- package/es/components/breadcrumb/breadcrumb.d.ts.map +0 -1
- package/es/components/breadcrumb/index.d.ts.map +0 -1
- package/es/components/button/button-set.d.ts.map +0 -1
- package/es/components/button/button-skeleton.d.ts.map +0 -1
- package/es/components/button/button.d.ts.map +0 -1
- package/es/components/button/defs.d.ts.map +0 -1
- package/es/components/button/index.d.ts.map +0 -1
- package/es/components/checkbox/checkbox-skeleton.d.ts.map +0 -1
- package/es/components/checkbox/checkbox.d.ts.map +0 -1
- package/es/components/checkbox/index.d.ts.map +0 -1
- package/es/components/code-snippet/code-snippet-skeleton.d.ts.map +0 -1
- package/es/components/code-snippet/code-snippet.d.ts.map +0 -1
- package/es/components/code-snippet/defs.d.ts.map +0 -1
- package/es/components/code-snippet/index.d.ts.map +0 -1
- package/es/components/combo-box/combo-box-item.d.ts.map +0 -1
- package/es/components/combo-box/combo-box.d.ts.map +0 -1
- package/es/components/combo-box/index.d.ts.map +0 -1
- package/es/components/content-switcher/content-switcher-item.d.ts.map +0 -1
- package/es/components/content-switcher/content-switcher.d.ts.map +0 -1
- package/es/components/content-switcher/defs.d.ts.map +0 -1
- package/es/components/content-switcher/index.d.ts.map +0 -1
- package/es/components/copy/copy.d.ts.map +0 -1
- package/es/components/copy-button/copy-button.d.ts.map +0 -1
- package/es/components/copy-button/index.d.ts.map +0 -1
- package/es/components/data-table/defs.d.ts.map +0 -1
- package/es/components/data-table/index.d.ts.map +0 -1
- package/es/components/data-table/table-batch-actions.d.ts.map +0 -1
- package/es/components/data-table/table-body.d.ts.map +0 -1
- package/es/components/data-table/table-cell-content.d.ts.map +0 -1
- package/es/components/data-table/table-cell.d.ts.map +0 -1
- package/es/components/data-table/table-expanded-row.d.ts.map +0 -1
- package/es/components/data-table/table-head.d.ts.map +0 -1
- package/es/components/data-table/table-header-cell.d.ts.map +0 -1
- package/es/components/data-table/table-header-description.d.ts.map +0 -1
- package/es/components/data-table/table-header-row.d.ts.map +0 -1
- package/es/components/data-table/table-header-title.d.ts.map +0 -1
- package/es/components/data-table/table-row.d.ts.map +0 -1
- package/es/components/data-table/table-skeleton.d.ts.map +0 -1
- package/es/components/data-table/table-toolbar-content.d.ts.map +0 -1
- package/es/components/data-table/table-toolbar-search.d.ts.map +0 -1
- package/es/components/data-table/table-toolbar.d.ts.map +0 -1
- package/es/components/data-table/table.d.ts.map +0 -1
- package/es/components/date-picker/append-to-plugin.d.ts.map +0 -1
- package/es/components/date-picker/css-class-plugin.d.ts.map +0 -1
- package/es/components/date-picker/date-picker-input-skeleton.d.ts.map +0 -1
- package/es/components/date-picker/date-picker-input.d.ts.map +0 -1
- package/es/components/date-picker/date-picker.d.ts.map +0 -1
- package/es/components/date-picker/defs.d.ts.map +0 -1
- package/es/components/date-picker/fix-events-plugin.d.ts.map +0 -1
- package/es/components/date-picker/focus-plugin.d.ts.map +0 -1
- package/es/components/date-picker/icon-plugin.d.ts.map +0 -1
- package/es/components/date-picker/index.d.ts.map +0 -1
- package/es/components/date-picker/iso-date.d.ts.map +0 -1
- package/es/components/date-picker/month-select-plugin.d.ts.map +0 -1
- package/es/components/date-picker/range-plugin.d.ts.map +0 -1
- package/es/components/date-picker/shadow-dom-events-plugin.d.ts.map +0 -1
- package/es/components/date-picker/state-handshake-plugin.d.ts.map +0 -1
- package/es/components/dropdown/defs.d.ts.map +0 -1
- package/es/components/dropdown/dropdown-item.d.ts.map +0 -1
- package/es/components/dropdown/dropdown-skeleton.d.ts.map +0 -1
- package/es/components/dropdown/dropdown.d.ts.map +0 -1
- package/es/components/dropdown/index.d.ts.map +0 -1
- package/es/components/file-uploader/defs.d.ts.map +0 -1
- package/es/components/file-uploader/demo-file-uploader.d.ts.map +0 -1
- package/es/components/file-uploader/file-uploader-button.d.ts.map +0 -1
- package/es/components/file-uploader/file-uploader-drop-container.d.ts.map +0 -1
- package/es/components/file-uploader/file-uploader-item.d.ts.map +0 -1
- package/es/components/file-uploader/file-uploader-skeleton.d.ts.map +0 -1
- package/es/components/file-uploader/file-uploader.d.ts.map +0 -1
- package/es/components/file-uploader/index.d.ts.map +0 -1
- package/es/components/floating-menu/defs.d.ts.map +0 -1
- package/es/components/floating-menu/floating-menu-trigger.d.ts.map +0 -1
- package/es/components/floating-menu/floating-menu.d.ts.map +0 -1
- package/es/components/floating-menu/index.d.ts.map +0 -1
- package/es/components/form/form-item.d.ts.map +0 -1
- package/es/components/form/index.d.ts.map +0 -1
- package/es/components/form-group/form-group.d.ts.map +0 -1
- package/es/components/form-group/index.d.ts.map +0 -1
- package/es/components/icon-button/defs.d.ts.map +0 -1
- package/es/components/icon-button/icon-button.d.ts.map +0 -1
- package/es/components/icon-button/index.d.ts.map +0 -1
- package/es/components/inline-loading/defs.d.ts.map +0 -1
- package/es/components/inline-loading/index.d.ts.map +0 -1
- package/es/components/inline-loading/inline-loading.d.ts.map +0 -1
- package/es/components/layer/index.d.ts.map +0 -1
- package/es/components/layer/layer.d.ts.map +0 -1
- package/es/components/link/index.d.ts.map +0 -1
- package/es/components/link/link.d.ts.map +0 -1
- package/es/components/list/index.d.ts.map +0 -1
- package/es/components/list/list-item.d.ts.map +0 -1
- package/es/components/list/ordered-list.d.ts.map +0 -1
- package/es/components/list/unordered-list.d.ts.map +0 -1
- package/es/components/loading/defs.d.ts.map +0 -1
- package/es/components/loading/index.d.ts.map +0 -1
- package/es/components/loading/loading-icon.d.ts.map +0 -1
- package/es/components/loading/loading.d.ts.map +0 -1
- package/es/components/loading/types.d.ts.map +0 -1
- package/es/components/modal/defs.d.ts.map +0 -1
- package/es/components/modal/index.d.ts.map +0 -1
- package/es/components/modal/modal-body-content.d.ts.map +0 -1
- package/es/components/modal/modal-body.d.ts.map +0 -1
- package/es/components/modal/modal-close-button.d.ts.map +0 -1
- package/es/components/modal/modal-footer-button.d.ts.map +0 -1
- package/es/components/modal/modal-footer.d.ts.map +0 -1
- package/es/components/modal/modal-header.d.ts.map +0 -1
- package/es/components/modal/modal-heading.d.ts.map +0 -1
- package/es/components/modal/modal-label.d.ts.map +0 -1
- package/es/components/modal/modal.d.ts.map +0 -1
- package/es/components/multi-select/defs.d.ts.map +0 -1
- package/es/components/multi-select/index.d.ts.map +0 -1
- package/es/components/multi-select/multi-select-item.d.ts.map +0 -1
- package/es/components/multi-select/multi-select.d.ts.map +0 -1
- package/es/components/notification/actionable-notification-button.d.ts.map +0 -1
- package/es/components/notification/actionable-notification.d.ts.map +0 -1
- package/es/components/notification/defs.d.ts.map +0 -1
- package/es/components/notification/index.d.ts.map +0 -1
- package/es/components/notification/inline-notification.d.ts.map +0 -1
- package/es/components/notification/toast-notification.d.ts.map +0 -1
- package/es/components/number-input/defs.d.ts.map +0 -1
- package/es/components/number-input/index.d.ts.map +0 -1
- package/es/components/number-input/number-input-skeleton.d.ts.map +0 -1
- package/es/components/number-input/number-input.d.ts.map +0 -1
- package/es/components/overflow-menu/defs.d.ts.map +0 -1
- package/es/components/overflow-menu/index.d.ts.map +0 -1
- package/es/components/overflow-menu/overflow-menu-body.d.ts.map +0 -1
- package/es/components/overflow-menu/overflow-menu-item.d.ts.map +0 -1
- package/es/components/overflow-menu/overflow-menu.d.ts.map +0 -1
- package/es/components/pagination/defs.d.ts.map +0 -1
- package/es/components/pagination/index.d.ts.map +0 -1
- package/es/components/pagination/pagination.d.ts.map +0 -1
- package/es/components/popover/defs.d.ts.map +0 -1
- package/es/components/popover/index.d.ts.map +0 -1
- package/es/components/popover/popover-content.d.ts.map +0 -1
- package/es/components/popover/popover.d.ts.map +0 -1
- package/es/components/progress-bar/defs.d.ts.map +0 -1
- package/es/components/progress-bar/index.d.ts.map +0 -1
- package/es/components/progress-bar/progress-bar.d.ts.map +0 -1
- package/es/components/progress-indicator/defs.d.ts.map +0 -1
- package/es/components/progress-indicator/index.d.ts.map +0 -1
- package/es/components/progress-indicator/progress-indicator-skeleton.d.ts.map +0 -1
- package/es/components/progress-indicator/progress-indicator.d.ts.map +0 -1
- package/es/components/progress-indicator/progress-step-skeleton.d.ts.map +0 -1
- package/es/components/progress-indicator/progress-step.d.ts.map +0 -1
- package/es/components/radio-button/defs.d.ts.map +0 -1
- package/es/components/radio-button/index.d.ts.map +0 -1
- package/es/components/radio-button/radio-button-group.d.ts.map +0 -1
- package/es/components/radio-button/radio-button-skeleton.d.ts.map +0 -1
- package/es/components/radio-button/radio-button.d.ts.map +0 -1
- package/es/components/search/index.d.ts.map +0 -1
- package/es/components/search/search-skeleton.d.ts.map +0 -1
- package/es/components/search/search.d.ts.map +0 -1
- package/es/components/select/index.d.ts.map +0 -1
- package/es/components/select/select-item-group.d.ts.map +0 -1
- package/es/components/select/select-item.d.ts.map +0 -1
- package/es/components/select/select-skeleton.d.ts.map +0 -1
- package/es/components/select/select.d.ts.map +0 -1
- package/es/components/skeleton-placeholder/index.d.ts.map +0 -1
- package/es/components/skeleton-placeholder/skeleton-placeholder.d.ts.map +0 -1
- package/es/components/skeleton-text/defs.d.ts.map +0 -1
- package/es/components/skeleton-text/index.d.ts.map +0 -1
- package/es/components/skeleton-text/skeleton-text.d.ts.map +0 -1
- package/es/components/skip-to-content/index.d.ts.map +0 -1
- package/es/components/skip-to-content/skip-to-content.d.ts.map +0 -1
- package/es/components/slider/index.d.ts.map +0 -1
- package/es/components/slider/slider-input.d.ts.map +0 -1
- package/es/components/slider/slider-skeleton.d.ts.map +0 -1
- package/es/components/slider/slider.d.ts.map +0 -1
- package/es/components/stack/defs.d.ts.map +0 -1
- package/es/components/stack/index.d.ts.map +0 -1
- package/es/components/stack/stack.d.ts.map +0 -1
- package/es/components/structured-list/index.d.ts.map +0 -1
- package/es/components/structured-list/structured-list-body.d.ts.map +0 -1
- package/es/components/structured-list/structured-list-cell.d.ts.map +0 -1
- package/es/components/structured-list/structured-list-head.d.ts.map +0 -1
- package/es/components/structured-list/structured-list-header-cell-skeleton.d.ts.map +0 -1
- package/es/components/structured-list/structured-list-header-cell.d.ts.map +0 -1
- package/es/components/structured-list/structured-list-header-row.d.ts.map +0 -1
- package/es/components/structured-list/structured-list-row.d.ts.map +0 -1
- package/es/components/structured-list/structured-list.d.ts.map +0 -1
- package/es/components/tabs/defs.d.ts.map +0 -1
- package/es/components/tabs/index.d.ts.map +0 -1
- package/es/components/tabs/tab-skeleton.d.ts.map +0 -1
- package/es/components/tabs/tab.d.ts.map +0 -1
- package/es/components/tabs/tabs-skeleton.d.ts.map +0 -1
- package/es/components/tabs/tabs.d.ts.map +0 -1
- package/es/components/tag/defs.d.ts.map +0 -1
- package/es/components/tag/index.d.ts.map +0 -1
- package/es/components/tag/tag.d.ts.map +0 -1
- package/es/components/tag/types.d.ts.map +0 -1
- package/es/components/text-input/defs.d.ts.map +0 -1
- package/es/components/text-input/index.d.ts.map +0 -1
- package/es/components/text-input/text-input-skeleton.d.ts.map +0 -1
- package/es/components/text-input/text-input.d.ts.map +0 -1
- package/es/components/textarea/defs.d.ts.map +0 -1
- package/es/components/textarea/index.d.ts.map +0 -1
- package/es/components/textarea/textarea-skeleton.d.ts.map +0 -1
- package/es/components/textarea/textarea.d.ts.map +0 -1
- package/es/components/tile/clickable-tile.d.ts.map +0 -1
- package/es/components/tile/defs.d.ts.map +0 -1
- package/es/components/tile/expandable-tile.d.ts.map +0 -1
- package/es/components/tile/index.d.ts.map +0 -1
- package/es/components/tile/radio-tile.d.ts.map +0 -1
- package/es/components/tile/selectable-tile.d.ts.map +0 -1
- package/es/components/tile/tile-group.d.ts.map +0 -1
- package/es/components/tile/tile.d.ts.map +0 -1
- package/es/components/toggle/defs.d.ts.map +0 -1
- package/es/components/toggle/index.d.ts.map +0 -1
- package/es/components/toggle/toggle.d.ts.map +0 -1
- package/es/components/toggle-tip/index.d.ts.map +0 -1
- package/es/components/toggle-tip/toggletip.d.ts.map +0 -1
- package/es/components/tooltip/index.d.ts.map +0 -1
- package/es/components/tooltip/tooltip-content.d.ts.map +0 -1
- package/es/components/tooltip/tooltip.d.ts.map +0 -1
- package/es/components/ui-shell/defs.d.ts.map +0 -1
- package/es/components/ui-shell/header-global-action.d.ts.map +0 -1
- package/es/components/ui-shell/header-menu-button.d.ts.map +0 -1
- package/es/components/ui-shell/header-menu-item.d.ts.map +0 -1
- package/es/components/ui-shell/header-menu.d.ts.map +0 -1
- package/es/components/ui-shell/header-name.d.ts.map +0 -1
- package/es/components/ui-shell/header-nav-item.d.ts.map +0 -1
- package/es/components/ui-shell/header-nav.d.ts.map +0 -1
- package/es/components/ui-shell/header-panel.d.ts.map +0 -1
- package/es/components/ui-shell/header-side-nav-items.d.ts.map +0 -1
- package/es/components/ui-shell/header.d.ts.map +0 -1
- package/es/components/ui-shell/index.d.ts.map +0 -1
- package/es/components/ui-shell/side-nav-divider.d.ts.map +0 -1
- package/es/components/ui-shell/side-nav-items.d.ts.map +0 -1
- package/es/components/ui-shell/side-nav-link.d.ts.map +0 -1
- package/es/components/ui-shell/side-nav-menu-item.d.ts.map +0 -1
- package/es/components/ui-shell/side-nav-menu.d.ts.map +0 -1
- package/es/components/ui-shell/side-nav.d.ts.map +0 -1
- package/es/components/ui-shell/switcher-divider.d.ts.map +0 -1
- package/es/components/ui-shell/switcher-item.d.ts.map +0 -1
- package/es/components/ui-shell/switcher.d.ts.map +0 -1
- package/es/globals/decorators/carbon-element.d.ts.map +0 -1
- package/es/globals/decorators/host-listener.d.ts.map +0 -1
- package/es/globals/directives/if-non-empty.d.ts.map +0 -1
- package/es/globals/directives/spread.d.ts.map +0 -1
- package/es/globals/internal/collection-helpers.d.ts.map +0 -1
- package/es/globals/internal/handle.d.ts.map +0 -1
- package/es/globals/internal/radio-group-manager.d.ts.map +0 -1
- package/es/globals/internal/storybook-cdn.d.ts.map +0 -1
- package/es/globals/mixins/focus.d.ts.map +0 -1
- package/es/globals/mixins/form.d.ts.map +0 -1
- package/es/globals/mixins/host-listener.d.ts.map +0 -1
- package/es/globals/mixins/on.d.ts.map +0 -1
- package/es/globals/mixins/validity.d.ts.map +0 -1
- package/es/globals/settings.d.ts.map +0 -1
- package/es/globals/shared-enums.d.ts.map +0 -1
- package/es/globals/wrappers/createReactCustomElementType.d.ts.map +0 -1
- package/es/index.d.ts.map +0 -1
- package/es/polyfills/element-closest.d.ts.map +0 -1
- package/es/polyfills/element-matches.d.ts.map +0 -1
- package/es/polyfills/index.d.ts.map +0 -1
- package/es/polyfills/toggle-attribute.d.ts.map +0 -1
- package/es/polyfills/toggle-class.d.ts.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"table.js","names":["LitElement","html","property","state","prefix","forEach","TABLE_SIZE","TABLE_SORT_DIRECTION","styles","carbonElement","customElement","HostListener","HostListenerMixin","CDSTable","_decorate","_initialize","_HostListenerMixin","constructor","args","F","d","kind","key","value","ASCENDING","DESCENDING","decorators","type","Boolean","reflect","attribute","customSortRow","lhs","rhs","collator","compare","rowText","searchString","toLowerCase","indexOf","LG","_handleSlotChange","target","hasContent","assignedNodes","some","node","nodeType","Node","TEXT_NODE","textContent","trim","withHeader","_handleFilterRows","unfilteredRows","_tableRows","elem","_elem$textContent","filtered","filterRows","_searchValue","push","expandable","nextElementSibling","init","bubbles","cancelable","composed","detail","dispatchEvent","CustomEvent","eventTableFiltered","_handleDownload","data","elementsToArray","elements","Array","from","element","headerCells","querySelectorAll","selectorHeaderCell","rows","_selectedRows","headerTitleArray","row","rowData","cells","selectorTableRowCells","cellText","index","headerTitle","blob","Blob","JSON","stringify","href","URL","createObjectURL","event","expanded","_tableHeaderRow","e","sortDirection","contains","columns","children","columnIndex","setAttribute","sort","a","b","cellA","cellB","collationFactors","originalRows","expandedRows","_tableExpandedRows","mapping","reduce","acc","sortId","getAttribute","sortedWithExpanded","_tableBody","insertBefore","sortedHeader","eventTableSorted","_tableHeaderRow$shado","selected","_tableBatchActions","tableBatchActions","_tableToolbarContent","tableToolbarContent","tableHeaderRow","selectedRows","radio","removeAttribute","shadowRoot","querySelector","checked","includes","filter","_this$_selectedRows","active","length","selectedRowsCount","hasBatchActions","totalRows","hasAttribute","headerCheckbox","allRowsSelected","indeterminate","selectedRow","eventTableRowSelect","tableRows","selectorTableExpandedRows","matches","eventTableRowSelectAll","_tableHeaderRow$shado2","click","connectedCallback","_get","_getPrototypeOf","prototype","call","firstUpdated","selectorTableBatchActions","_tableToolbar","selectorTableToolbar","selectorTableToolbarContent","selectorTableBody","selectorRowsWithHeader","selectorTableRow","_downloadButton","selectorToolbarDownload","onclick","bind","headerCount","updated","changedProperties","has","batchExpansion","isSortable","isSelectable","isExpandable","Intl","Collator","locale","selectorTableCellOverflowMenu","cell","parentNode","overflowMenuOnHover","size","_this$_tableToolbar","selectorAllRows","tableBody","useZebraStyles","render","_t","_","_t2","_t3","static","eventBeforeSort","eventSearchInput","eventBeforeChangeSelectionAll","eventBeforeChangeSelection","eventClickCancel","eventExpandoToggle","selectorTableToolbarSearch","selectorTableHead","selectorTableCells"],"sources":["components/data-table/table.ts"],"sourcesContent":["/**\n * @license\n *\n * Copyright IBM Corp. 2019, 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\nimport { LitElement, html } from 'lit';\nimport { property, state } from 'lit/decorators.js';\nimport { prefix } from '../../globals/settings';\nimport { forEach } from '../../globals/internal/collection-helpers';\nimport { TABLE_SIZE, TABLE_SORT_DIRECTION } from './defs';\nimport styles from './data-table.scss';\nimport { carbonElement as customElement } from '../../globals/decorators/carbon-element';\n\nimport HostListener from '../../globals/decorators/host-listener';\nimport HostListenerMixin from '../../globals/mixins/host-listener';\nimport {\n CDSRadioButton,\n CDSTableBatchActions,\n CDSTableCell,\n CDSTableHeaderCell,\n CDSTableHeaderRow,\n CDSTableRow,\n CDSTableToolbarSearch,\n} from '../..';\nimport CDSTableExpandedRow from './table-expanded-row';\n\nexport { TABLE_SIZE };\n\n/**\n * Data table.\n *\n * @element cds-table\n */\n@customElement(`${prefix}-table`)\nclass CDSTable extends HostListenerMixin(LitElement) {\n /**\n * The map of how sorting direction affects sorting order.\n */\n private collationFactors = {\n [TABLE_SORT_DIRECTION.ASCENDING]: 1,\n [TABLE_SORT_DIRECTION.DESCENDING]: -1,\n };\n\n /**\n * Reference to download button\n */\n @state()\n private _downloadButton;\n\n /**\n * Current search value for filtering\n */\n @state()\n private _searchValue = '';\n\n /**\n * Table header row within component\n */\n @state()\n private _tableHeaderRow;\n\n /**\n * Table body\n */\n @state()\n private _tableBody;\n\n /**\n * Table expanded row within component\n */\n @state()\n private _tableExpandedRows;\n\n /**\n * Table rows within component\n */\n @state()\n private _tableRows;\n\n /**\n * Reference to the component containing batch actions\n */\n @state()\n private _tableBatchActions;\n\n /**\n * Reference to the table toolbar\n */\n @state()\n private _tableToolbar;\n\n /**\n * Reference to the table toolbar content\n */\n @state()\n private _tableToolbarContent;\n\n @state()\n private _selectedRows: CDSTableRow[] = [];\n\n /**\n * `true` if this table should support batch expansion\n */\n @property({ type: Boolean, reflect: true, attribute: 'batch-expansion' })\n batchExpansion = false;\n\n /**\n * The g11n collator to use.\n */\n @property({ attribute: false })\n collator;\n\n /**\n * @param lhs A value.\n * @param rhs Another value.\n * @param collator A custom collator.\n * @returns\n * `0` if the given two values are equal\n * A negative value to sort `lhs` to an index lower than `rhs`\n * A positive value to sort `rhs` to an index lower than `lhs`\n */\n // eslint-disable-next-line class-methods-use-this\n customSortRow(lhs, rhs, collator) {\n if (typeof lhs === 'number' && typeof rhs === 'number') {\n return lhs - rhs;\n }\n return collator.compare(lhs, rhs);\n }\n\n /**\n * Specify whether the rows should be able to be expandable\n */\n @property({ type: Boolean, reflect: true })\n expandable = false;\n\n /**\n * The method used when filtering the table with the search bar.\n * Can be replaced with custom method.\n *\n * @param row A table row.\n * @param searchString A search string.\n * @returns `false` if the given table row matches the given search string.\n */\n @property()\n filterRows = (rowText: string, searchString: string) =>\n rowText.toLowerCase().indexOf(searchString) < 0;\n\n /**\n * The total headers\n */\n @property()\n headerCount = 0;\n\n /**\n * `true` if this table contains selectable rows\n */\n @property({ type: Boolean, reflect: true, attribute: 'is-selectable' })\n isSelectable = false;\n\n /**\n * `true` if this table should support sorting.\n */\n @property({ type: Boolean, reflect: true, attribute: 'is-sortable' })\n isSortable = false;\n\n /**\n * The table size.\n */\n @property({ reflect: true })\n locale = 'en';\n\n /**\n * Specify whether the overflow menu (if it exists) should be shown always, or only on hover\n */\n @property({\n type: Boolean,\n reflect: true,\n attribute: 'overflow-menu-on-hover',\n })\n overflowMenuOnHover = false;\n\n /**\n * Specify whether the control should be a radio button or inline checkbox\n */\n @property({ type: Boolean, reflect: true })\n radio = false;\n\n /**\n * The table size.\n */\n @property({ reflect: true })\n size = TABLE_SIZE.LG;\n\n /**\n * TODO: Uncomment when Carbon fully implements sticky header\n * Specify whether the header should be sticky.\n * Still experimental: may not work with every combination of table props\n */\n // @property({ type: Boolean, attribute: 'sticky-header', reflect: true })\n // stickyHeader = false;\n\n /**\n * If true, will use a width of 'auto' instead of 100%\n */\n @property({ type: Boolean, attribute: 'use-static-width', reflect: true })\n useStaticWidth = false;\n\n /**\n * true to add useZebraStyles striping.\n */\n @property({ type: Boolean, attribute: 'use-zebra-styles', reflect: true })\n useZebraStyles = false;\n\n @property({ type: Boolean, attribute: 'with-header', reflect: true })\n withHeader;\n\n private _handleSlotChange({ target }: Event) {\n const hasContent = (target as HTMLSlotElement)\n .assignedNodes()\n .some(\n (node) => node.nodeType !== Node.TEXT_NODE || node!.textContent!.trim()\n );\n this.withHeader = hasContent;\n }\n\n private _handleFilterRows() {\n const unfilteredRows = [] as any;\n forEach(this._tableRows, (elem) => {\n const rowText = elem.textContent?.trim();\n const filtered = this.filterRows(rowText as string, this._searchValue);\n (elem as any).filtered = filtered;\n\n if (!filtered) {\n unfilteredRows.push(elem);\n }\n\n if (this.expandable) {\n (elem as any).nextElementSibling.filtered = filtered;\n }\n });\n\n const init = {\n bubbles: true,\n cancelable: true,\n composed: true,\n detail: {\n unfilteredRows,\n },\n };\n this.dispatchEvent(\n new CustomEvent(\n (this.constructor as typeof CDSTable).eventTableFiltered,\n init\n )\n );\n }\n\n /**\n * Download manager for selected rows.\n */\n private _handleDownload({ target }) {\n const data = [] as any;\n\n const elementsToArray = (elements) =>\n Array.from(elements, (element) => (element as any).textContent);\n\n const headerCells = this.querySelectorAll(\n (this.constructor as typeof CDSTable).selectorHeaderCell\n );\n const rows = this._selectedRows;\n const headerTitleArray = elementsToArray(headerCells);\n\n rows.forEach((row) => {\n const rowData = {};\n const cells = elementsToArray(\n row.querySelectorAll(\n (this.constructor as typeof CDSTable).selectorTableRowCells\n )\n );\n\n cells.forEach((cellText, index) => {\n const headerTitle = headerTitleArray[index];\n rowData[headerTitle] = cellText;\n });\n\n data.push(rowData);\n });\n\n const blob = new Blob([JSON.stringify(data)], { type: 'application/json' });\n\n target.href = URL.createObjectURL(blob);\n }\n\n /**\n * Handles batch expansion\n */\n @HostListener('eventExpandoToggle')\n // @ts-ignore: The decorator refers to this method but TS thinks this method is not referred to\n private _handleBatchExpansion = async (event: CustomEvent) => {\n const { detail, target } = event;\n const { expanded } = detail;\n\n if ((target as CDSTableHeaderRow) === this._tableHeaderRow) {\n this._tableRows.forEach((e) => ((e as CDSTableRow).expanded = expanded));\n }\n };\n\n /**\n * Handles sorting the table depending on the column selected\n */\n @HostListener('eventBeforeSort')\n // @ts-ignore: The decorator refers to this method but TS thinks this method is not referred to\n private _handleSort = async (event: CustomEvent) => {\n const { detail, target } = event;\n const { sortDirection } = detail;\n\n if (!this.contains(target as any)) {\n return;\n }\n\n const rows = [...this._tableRows];\n const columns = [...this._tableHeaderRow.children];\n const columnIndex = columns.indexOf(target);\n\n columns.forEach(\n (e) => e !== target && e.setAttribute('sort-direction', 'none')\n );\n\n // regular row sorting\n rows.sort((a, b) => {\n const cellA = a.querySelectorAll(\n (this.constructor as typeof CDSTable).selectorTableRowCells\n )[columnIndex].textContent;\n const cellB = b.querySelectorAll(\n (this.constructor as typeof CDSTable).selectorTableRowCells\n )[columnIndex].textContent;\n return (\n this.collationFactors[sortDirection] *\n this.customSortRow(cellA, cellB, this.collator)\n );\n });\n\n // take into account the expanded rows, mapping each expandable row to its original for proper reinsertion\n if (this.expandable) {\n const originalRows = [...this._tableRows];\n const expandedRows = [...this._tableExpandedRows];\n\n const mapping = originalRows.reduce((acc, element, index) => {\n const sortId = element.getAttribute('sort-id');\n acc[sortId] = expandedRows[index];\n return acc;\n }, {});\n\n const sortedWithExpanded = [] as any;\n\n rows.forEach((e) => {\n const sortId = e.getAttribute('sort-id');\n sortedWithExpanded.push(e);\n sortedWithExpanded.push(mapping[sortId]);\n });\n\n sortedWithExpanded.forEach((e) => {\n this._tableBody.insertBefore(e, null);\n });\n } else {\n rows.forEach((e) => {\n this._tableBody.insertBefore(e, null);\n });\n }\n\n const init = {\n bubbles: true,\n cancelable: true,\n composed: true,\n detail: {\n sortedHeader: columns[columnIndex],\n },\n };\n this.dispatchEvent(\n new CustomEvent(\n (this.constructor as typeof CDSTable).eventTableSorted,\n init\n )\n );\n\n this._handleFilterRows();\n };\n\n /**\n * Handles search input within the toolbar actions\n */\n @HostListener('eventSearchInput')\n // @ts-ignore: The decorator refers to this method but TS thinks this method is not referred to\n private _handleSearchInput = async (event: CustomEvent) => {\n const { detail, target } = event;\n\n if (this.contains(target as CDSTableToolbarSearch)) {\n const { value } = detail;\n this._searchValue = value;\n this._handleFilterRows();\n }\n };\n\n /**\n * Handles row selection\n */\n @HostListener('eventBeforeChangeSelection')\n // @ts-ignore: The decorator refers to this method but TS thinks this method is not referred to\n private _handleRowSelect = async (event: CustomEvent) => {\n const { detail, target } = event;\n const { selected } = detail;\n const {\n _tableBatchActions: tableBatchActions,\n _tableToolbarContent: tableToolbarContent,\n _tableHeaderRow: tableHeaderRow,\n _selectedRows: selectedRows,\n } = this;\n\n if (!this.contains(target as CDSTableRow)) {\n return;\n }\n\n if (this.radio) {\n this._tableRows.forEach((e) => {\n if (e !== target) {\n e.removeAttribute('selected');\n e.shadowRoot!.querySelector(`${prefix}-radio-button`).checked = false;\n }\n });\n this._selectedRows.push(...[target as CDSTableRow]);\n } else {\n if (selectedRows.includes(target as CDSTableRow)) {\n this._selectedRows = selectedRows.filter((e) => e !== target);\n } else {\n selectedRows.push(target as CDSTableRow);\n }\n\n if (tableBatchActions) {\n tableBatchActions.active = this._selectedRows?.length;\n tableBatchActions.selectedRowsCount += selected ? 1 : -1;\n }\n\n if (tableToolbarContent) {\n tableToolbarContent.hasBatchActions = this._selectedRows.length;\n }\n }\n\n const totalRows = [...this._tableRows].filter(\n (elem) => !elem.hasAttribute('filtered')\n ).length;\n\n // selected header checkbox upon all rows being selected\n const headerCheckbox = tableHeaderRow.shadowRoot\n ?.querySelector(`${prefix}-checkbox`)\n .shadowRoot.querySelector(`.${prefix}--checkbox`);\n const allRowsSelected = this._selectedRows.length === totalRows;\n headerCheckbox.checked = !this._selectedRows.length ? false : true;\n headerCheckbox.indeterminate =\n !allRowsSelected && this._selectedRows.length > 0;\n\n const init = {\n bubbles: true,\n cancelable: true,\n composed: true,\n detail: {\n selectedRow: target,\n selectedRows: selectedRows,\n },\n };\n this.dispatchEvent(\n new CustomEvent(\n (this.constructor as typeof CDSTable).eventTableRowSelect,\n init\n )\n );\n };\n\n /**\n * Handles header row selection, selecting/unselecting all rows\n */\n @HostListener('eventBeforeChangeSelectionAll')\n // @ts-ignore: The decorator refers to this method but TS thinks this method is not referred to\n private _handleAllRowsSelect = async (event: CustomEvent) => {\n const { detail, target } = event;\n const { selected } = detail;\n const {\n _tableBatchActions: tableBatchActions,\n _tableToolbarContent: tableToolbarContent,\n _tableRows: tableRows,\n } = this;\n\n if (!this.contains(target as CDSTableRow)) {\n return;\n }\n\n let totalRows = 0;\n forEach(tableRows, (elem) => {\n if (!(elem as CDSTableRow).filtered) {\n (elem as CDSTableRow).selected = selected;\n this.radio\n ? ((\n (elem as CDSTableRow).shadowRoot!.querySelector(\n `${prefix}-radio-button`\n ) as CDSRadioButton\n ).checked = selected)\n : null;\n this._selectedRows.push(elem as CDSTableRow);\n totalRows++;\n\n const { selectorTableExpandedRows } = this\n .constructor as typeof CDSTable;\n const { nextElementSibling } = elem;\n\n // selecting the expanded row as well\n if (nextElementSibling?.matches(selectorTableExpandedRows)) {\n (elem.nextElementSibling as CDSTableExpandedRow).selected = selected;\n }\n }\n });\n\n if (!selected) {\n this._selectedRows = [];\n }\n\n if (tableBatchActions) {\n tableBatchActions.selectedRowsCount = selected ? totalRows : 0;\n tableBatchActions.active = selected;\n }\n\n if (tableToolbarContent) {\n tableToolbarContent.hasBatchActions = selected;\n }\n\n const init = {\n bubbles: true,\n cancelable: true,\n composed: true,\n detail: {\n selectedRows: this._selectedRows,\n },\n };\n this.dispatchEvent(\n new CustomEvent(\n (this.constructor as typeof CDSTable).eventTableRowSelectAll,\n init\n )\n );\n };\n\n /**\n * Handles cancel button within the toolbar actions\n */\n @HostListener('eventClickCancel')\n // @ts-ignore: The decorator refers to this method but TS thinks this method is not referred to\n private _handleCancelSelection = async (event: CustomEvent) => {\n const { target } = event;\n const { _tableHeaderRow: tableHeaderRow } = this;\n\n if (this.contains(target as CDSTableBatchActions)) {\n tableHeaderRow.shadowRoot\n ?.querySelector(`${prefix}-checkbox`)\n .shadowRoot.querySelector(`.${prefix}--checkbox`)\n .click();\n }\n };\n\n connectedCallback() {\n if (!this.hasAttribute('role')) {\n this.setAttribute('role', 'table');\n }\n super.connectedCallback();\n }\n\n firstUpdated() {\n this._tableBatchActions = this.querySelector(\n (this.constructor as typeof CDSTable).selectorTableBatchActions\n );\n this._tableToolbar = this.querySelector(\n (this.constructor as typeof CDSTable).selectorTableToolbar\n );\n this._tableToolbarContent = this.querySelector(\n (this.constructor as typeof CDSTable).selectorTableToolbarContent\n );\n this._tableBody = this.querySelector(\n (this.constructor as typeof CDSTable).selectorTableBody\n );\n this._tableHeaderRow = this.querySelector(\n (this.constructor as typeof CDSTable).selectorRowsWithHeader\n );\n this._tableExpandedRows = this.querySelectorAll(\n (this.constructor as typeof CDSTable).selectorTableExpandedRows\n );\n\n this._tableRows = this.querySelectorAll(\n (this.constructor as typeof CDSTable).selectorTableRow\n );\n\n this._downloadButton = this.querySelector(\n (this.constructor as typeof CDSTable).selectorToolbarDownload\n );\n if (this._downloadButton) {\n this._downloadButton.onclick = this._handleDownload.bind(this);\n }\n this.headerCount = this._tableHeaderRow.children.length;\n }\n\n updated(changedProperties) {\n if (changedProperties.has('expandable')) {\n this._tableRows.forEach((e, index) => {\n e.expandable = this.expandable;\n e.setAttribute('sort-id', index);\n });\n this._tableHeaderRow.expandable = this.expandable;\n this._tableHeaderRow.batchExpansion = this.batchExpansion;\n this.headerCount += this.expandable ? 1 : -1;\n }\n\n if (changedProperties.has('headerCount')) {\n this._tableExpandedRows.forEach((e) => {\n e.setAttribute('colspan', this.headerCount);\n });\n }\n\n if (changedProperties.has('isSelectable')) {\n this.headerCount++;\n }\n\n if (changedProperties.has('isSortable')) {\n const headerCells = this.querySelectorAll(\n (this.constructor as typeof CDSTable).selectorHeaderCell\n );\n headerCells.forEach((e) => {\n (e as CDSTableHeaderCell).isSortable = this.isSortable;\n (e as CDSTableHeaderCell).removeAttribute('sort-direction');\n (e as CDSTableHeaderCell).isSelectable = this.isSelectable;\n (e as CDSTableHeaderCell).isExpandable = this.expandable;\n });\n }\n\n if (changedProperties.has('locale')) {\n this.collator = new Intl.Collator(this.locale);\n }\n\n if (\n changedProperties.has('overflowMenuOnHover') ||\n changedProperties.has('size')\n ) {\n forEach(\n this.querySelectorAll(\n (this.constructor as typeof CDSTable).selectorTableCellOverflowMenu\n ),\n (elem) => {\n const cell = elem.parentNode as CDSTableCell;\n const row = cell.parentNode as CDSTableRow;\n cell.overflowMenuOnHover = this.overflowMenuOnHover;\n row.overflowMenuOnHover = this.overflowMenuOnHover;\n cell.setAttribute('size', this.size);\n elem.setAttribute('size', this.size);\n elem.setAttribute('data-table', '');\n }\n );\n }\n\n if (changedProperties.has('radio')) {\n // Propagate `size` attribute to descendants until `:host-context()` gets supported in all major browsers\n forEach(\n this.querySelectorAll(\n (this.constructor as typeof CDSTable).selectorTableRow\n ),\n (elem) => {\n (elem as CDSTableRow).radio = this.radio;\n }\n );\n }\n\n if (changedProperties.has('size')) {\n // Propagate `size` attribute to descendants until `:host-context()` gets supported in all major browsers\n forEach(\n this.querySelectorAll(\n (this.constructor as typeof CDSTable).selectorAllRows\n ),\n (elem) => {\n elem.setAttribute('size', this.size);\n }\n );\n this._tableToolbar?.setAttribute('size', this.size);\n }\n\n // TODO: Uncomment when Carbon fully implements Sticky header feature\n // if (changedProperties.has('stickyHeader')) {\n // const tableBody = this.querySelector(\n // (this.constructor as typeof CDSTable).selectorTableBody\n // );\n // const tableHead = this.querySelector(\n // (this.constructor as typeof CDSTable).selectorTableHead\n // );\n // (tableBody as any).stickyHeader = this.stickyHeader;\n // (tableHead as any).stickyHeader = this.stickyHeader;\n // forEach(\n // this.querySelectorAll(\n // (this.constructor as typeof CDSTable).selectorRowsWithHeader\n // ),\n // (elem) => {\n // (elem as any).stickyHeader = this.stickyHeader;\n // }\n // );\n // forEach(\n // this.querySelectorAll(\n // (this.constructor as typeof CDSTable).selectorTableCells\n // ),\n // (elem) => {\n // (elem as any).stickyHeader = this.stickyHeader;\n // }\n // );\n // }\n\n if (changedProperties.has('useZebraStyles')) {\n const tableBody = this.querySelector(\n (this.constructor as typeof CDSTable).selectorTableBody\n );\n (tableBody as any).useZebraStyles = this.useZebraStyles;\n }\n }\n\n /* eslint-disable no-constant-condition */\n render() {\n return html`\n <div ?hidden=\"${!this.withHeader}\" class=\"${prefix}--data-table-header\">\n <slot @slotchange=\"${this._handleSlotChange}\" name=\"title\"></slot>\n <slot @slotchange=\"${this._handleSlotChange}\" name=\"description\"></slot>\n </div>\n <slot name=\"toolbar\"></slot>\n\n ${false // TODO: replace with this.stickyHeader when feature is fully implemented\n ? html` <div class=\"${prefix}--data-table_inner-container\">\n <div class=\"${prefix}--data-table-content\">\n <slot></slot>\n </div>\n </div>`\n : html`<slot></slot>`}\n `;\n }\n /* eslint-enable no-constant-condition */\n\n /**\n * The name of the custom event fired before a new sort direction is set upon a user gesture.\n * Cancellation of this event stops the user-initiated change in sort direction.\n */\n static get eventBeforeSort() {\n return `${prefix}-table-header-cell-sort`;\n }\n\n /**\n * The name of the custom event fired during search bar input\n */\n static get eventSearchInput() {\n return `${prefix}-search-input`;\n }\n\n /**\n * The name of the custom event fired before header row is selected/unselected upon a user gesture.\n */\n static get eventBeforeChangeSelectionAll() {\n return `${prefix}-table-change-selection-all`;\n }\n\n /**\n * The name of the custom event fired before a row is selected/unselected upon a user gesture.\n */\n static get eventBeforeChangeSelection() {\n return `${prefix}-table-row-change-selection`;\n }\n\n /**\n * The name of the custom event fired after the Cancel button is clicked.\n */\n static get eventClickCancel() {\n return `${prefix}-table-batch-actions-cancel-clicked`;\n }\n\n /**\n * The name of the custom event fired after the expanded state a row is toggled upon a user gesture.\n */\n static get eventExpandoToggle() {\n return `${prefix}-table-row-expando-toggled`;\n }\n\n /**\n * The name of the custom event fired after a row has been selected\n */\n static get eventTableRowSelect() {\n return `${prefix}-table-row-selected`;\n }\n\n /**\n * The name of the custom event fired after all rows have been selected\n */\n static get eventTableRowSelectAll() {\n return `${prefix}-table-row-all-selected`;\n }\n\n /**\n * The name of the custom event fired after the table has been sorted\n */\n static get eventTableSorted() {\n return `${prefix}-table-sorted`;\n }\n\n /**\n * The name of the custom event fired after the table has been filtered containing remaining rows.\n */\n static get eventTableFiltered() {\n return `${prefix}-table-filtered`;\n }\n\n /**\n * The CSS selector to find the overflow menu on the table cell\n */\n static get selectorTableCellOverflowMenu() {\n return `${prefix}-table-cell ${prefix}-overflow-menu`;\n }\n\n /**\n * The CSS selector to find the download button\n */\n static get selectorToolbarDownload() {\n return `${prefix}-button[download]`;\n }\n\n /**\n * The CSS selector to find the table batch actions\n */\n static get selectorTableBatchActions() {\n return `${prefix}-table-batch-actions`;\n }\n\n /**\n * The CSS selector to find the table toolbar\n */\n static get selectorTableToolbar() {\n return `${prefix}-table-toolbar`;\n }\n\n /**\n * The CSS selector to find the table toolbar content\n */\n static get selectorTableToolbarContent() {\n return `${prefix}-table-toolbar-content`;\n }\n\n /**\n * The CSS selector to find the table toolbar search\n */\n static get selectorTableToolbarSearch() {\n return `${prefix}-table-toolbar-search`;\n }\n\n /**\n * The CSS selector to find the table head\n */\n static get selectorTableHead() {\n return `${prefix}-table-head`;\n }\n\n /**\n * The CSS selector to find the table body\n */\n static get selectorTableBody() {\n return `${prefix}-table-body`;\n }\n\n /**\n * The CSS selector to find the table expanded rows\n */\n static get selectorTableExpandedRows() {\n return `${prefix}-table-expanded-row`;\n }\n\n /**\n * The CSS selector to find the table rows\n */\n static get selectorTableRow() {\n return `${prefix}-table-row`;\n }\n\n /**\n * The CSS selector to find the rows cells.\n */\n static get selectorTableRowCells() {\n return `${prefix}-table-cell`;\n }\n\n /**\n * The CSS selector to find the rows cells, including header cells.\n */\n static get selectorTableCells() {\n return `${prefix}-table-cell, ${prefix}-table-header-cell`;\n }\n\n /**\n * The CSS selector to find the header cell\n */\n static get selectorHeaderCell() {\n return `${prefix}-table-header-cell`;\n }\n\n /**\n * The CSS selector to find the rows, including header rows.\n */\n static get selectorRowsWithHeader() {\n return `${prefix}-table-header-row,${prefix}-table-row`;\n }\n\n /**\n * The CSS selector to find all rows\n */\n static get selectorAllRows() {\n return `${prefix}-table-header-row,${prefix}-table-row,${prefix}-table-expanded-row`;\n }\n\n static styles = styles;\n}\n\nexport default CDSTable;\n"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"table.js","names":["LitElement","html","property","state","prefix","forEach","TABLE_SIZE","TABLE_SORT_DIRECTION","styles","carbonElement","customElement","HostListener","HostListenerMixin","CDSTable","_decorate","_initialize","_HostListenerMixin","constructor","args","F","d","kind","key","value","ASCENDING","DESCENDING","decorators","type","Boolean","reflect","attribute","customSortRow","lhs","rhs","collator","compare","rowText","searchString","toLowerCase","indexOf","LG","_handleSlotChange","target","hasContent","assignedNodes","some","node","nodeType","Node","TEXT_NODE","textContent","trim","withHeader","_handleFilterRows","unfilteredRows","_tableRows","elem","_elem$textContent","filtered","filterRows","_searchValue","push","expandable","nextElementSibling","init","bubbles","cancelable","composed","detail","dispatchEvent","CustomEvent","eventTableFiltered","_handleDownload","data","elementsToArray","elements","Array","from","element","headerCells","querySelectorAll","selectorHeaderCell","rows","_selectedRows","headerTitleArray","row","rowData","cells","selectorTableRowCells","cellText","index","headerTitle","blob","Blob","JSON","stringify","href","URL","createObjectURL","event","expanded","_tableHeaderRow","e","sortDirection","contains","columns","children","columnIndex","setAttribute","sort","a","b","cellA","cellB","collationFactors","originalRows","expandedRows","_tableExpandedRows","mapping","reduce","acc","sortId","getAttribute","sortedWithExpanded","_tableBody","insertBefore","sortedHeader","eventTableSorted","_tableHeaderRow$shado","selected","_tableBatchActions","tableBatchActions","_tableToolbarContent","tableToolbarContent","tableHeaderRow","selectedRows","radio","removeAttribute","shadowRoot","querySelector","checked","includes","filter","_this$_selectedRows","active","length","selectedRowsCount","hasBatchActions","totalRows","hasAttribute","headerCheckbox","allRowsSelected","indeterminate","selectedRow","eventTableRowSelect","tableRows","selectorTableExpandedRows","matches","eventTableRowSelectAll","_tableHeaderRow$shado2","click","connectedCallback","_get","_getPrototypeOf","prototype","call","firstUpdated","selectorTableBatchActions","_tableToolbar","selectorTableToolbar","selectorTableToolbarContent","selectorTableBody","selectorRowsWithHeader","selectorTableRow","_downloadButton","selectorToolbarDownload","onclick","bind","headerCount","updated","changedProperties","has","batchExpansion","isSortable","isSelectable","isExpandable","Intl","Collator","locale","selectorTableCellOverflowMenu","cell","parentNode","overflowMenuOnHover","size","_this$_tableToolbar","selectorAllRows","tableBody","useZebraStyles","render","_t","_","_t2","_t3","static","eventBeforeSort","eventSearchInput","eventBeforeChangeSelectionAll","eventBeforeChangeSelection","eventClickCancel","eventExpandoToggle","selectorTableToolbarSearch","selectorTableHead","selectorTableCells"],"sources":["components/data-table/table.ts"],"sourcesContent":["/**\n * @license\n *\n * Copyright IBM Corp. 2019, 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\nimport { LitElement, html } from 'lit';\nimport { property, state } from 'lit/decorators.js';\nimport { prefix } from '../../globals/settings';\nimport { forEach } from '../../globals/internal/collection-helpers';\nimport { TABLE_SIZE, TABLE_SORT_DIRECTION } from './defs';\nimport styles from './data-table.scss';\nimport { carbonElement as customElement } from '../../globals/decorators/carbon-element';\n\nimport HostListener from '../../globals/decorators/host-listener';\nimport HostListenerMixin from '../../globals/mixins/host-listener';\nimport {\n CDSRadioButton,\n CDSTableBatchActions,\n CDSTableCell,\n CDSTableHeaderCell,\n CDSTableHeaderRow,\n CDSTableRow,\n CDSTableToolbarSearch,\n} from '../..';\nimport CDSTableExpandedRow from './table-expanded-row';\n\nexport { TABLE_SIZE };\n\n/**\n * Data table.\n *\n * @element cds-table\n */\n@customElement(`${prefix}-table`)\nclass CDSTable extends HostListenerMixin(LitElement) {\n /**\n * The map of how sorting direction affects sorting order.\n */\n private collationFactors = {\n [TABLE_SORT_DIRECTION.ASCENDING]: 1,\n [TABLE_SORT_DIRECTION.DESCENDING]: -1,\n };\n\n /**\n * Reference to download button\n */\n @state()\n private _downloadButton;\n\n /**\n * Current search value for filtering\n */\n @state()\n private _searchValue = '';\n\n /**\n * Table header row within component\n */\n @state()\n private _tableHeaderRow;\n\n /**\n * Table body\n */\n @state()\n private _tableBody;\n\n /**\n * Table expanded row within component\n */\n @state()\n private _tableExpandedRows;\n\n /**\n * Table rows within component\n */\n @state()\n private _tableRows;\n\n /**\n * Reference to the component containing batch actions\n */\n @state()\n private _tableBatchActions;\n\n /**\n * Reference to the table toolbar\n */\n @state()\n private _tableToolbar;\n\n /**\n * Reference to the table toolbar content\n */\n @state()\n private _tableToolbarContent;\n\n @state()\n private _selectedRows: CDSTableRow[] = [];\n\n /**\n * `true` if this table should support batch expansion\n */\n @property({ type: Boolean, reflect: true, attribute: 'batch-expansion' })\n batchExpansion = false;\n\n /**\n * The g11n collator to use.\n */\n @property({ attribute: false })\n collator;\n\n /**\n * @param lhs A value.\n * @param rhs Another value.\n * @param collator A custom collator.\n * @returns\n * `0` if the given two values are equal\n * A negative value to sort `lhs` to an index lower than `rhs`\n * A positive value to sort `rhs` to an index lower than `lhs`\n */\n // eslint-disable-next-line class-methods-use-this\n customSortRow(lhs, rhs, collator) {\n if (typeof lhs === 'number' && typeof rhs === 'number') {\n return lhs - rhs;\n }\n return collator.compare(lhs, rhs);\n }\n\n /**\n * Specify whether the rows should be able to be expandable\n */\n @property({ type: Boolean, reflect: true })\n expandable = false;\n\n /**\n * The method used when filtering the table with the search bar.\n * Can be replaced with custom method.\n *\n * @param row A table row.\n * @param searchString A search string.\n * @returns `false` if the given table row matches the given search string.\n */\n @property()\n filterRows = (rowText: string, searchString: string) =>\n rowText.toLowerCase().indexOf(searchString) < 0;\n\n /**\n * The total headers\n */\n @property()\n headerCount = 0;\n\n /**\n * `true` if this table contains selectable rows\n */\n @property({ type: Boolean, reflect: true, attribute: 'is-selectable' })\n isSelectable = false;\n\n /**\n * `true` if this table should support sorting.\n */\n @property({ type: Boolean, reflect: true, attribute: 'is-sortable' })\n isSortable = false;\n\n /**\n * The table size.\n */\n @property({ reflect: true })\n locale = 'en';\n\n /**\n * Specify whether the overflow menu (if it exists) should be shown always, or only on hover\n */\n @property({\n type: Boolean,\n reflect: true,\n attribute: 'overflow-menu-on-hover',\n })\n overflowMenuOnHover = false;\n\n /**\n * Specify whether the control should be a radio button or inline checkbox\n */\n @property({ type: Boolean, reflect: true })\n radio = false;\n\n /**\n * The table size.\n */\n @property({ reflect: true })\n size = TABLE_SIZE.LG;\n\n /**\n * TODO: Uncomment when Carbon fully implements sticky header\n * Specify whether the header should be sticky.\n * Still experimental: may not work with every combination of table props\n */\n // @property({ type: Boolean, attribute: 'sticky-header', reflect: true })\n // stickyHeader = false;\n\n /**\n * If true, will use a width of 'auto' instead of 100%\n */\n @property({ type: Boolean, attribute: 'use-static-width', reflect: true })\n useStaticWidth = false;\n\n /**\n * true to add useZebraStyles striping.\n */\n @property({ type: Boolean, attribute: 'use-zebra-styles', reflect: true })\n useZebraStyles = false;\n\n @property({ type: Boolean, attribute: 'with-header', reflect: true })\n withHeader;\n\n private _handleSlotChange({ target }: Event) {\n const hasContent = (target as HTMLSlotElement)\n .assignedNodes()\n .some(\n (node) => node.nodeType !== Node.TEXT_NODE || node!.textContent!.trim()\n );\n this.withHeader = hasContent;\n }\n\n private _handleFilterRows() {\n const unfilteredRows = [] as any;\n forEach(this._tableRows, (elem) => {\n const rowText = elem.textContent?.trim();\n const filtered = this.filterRows(rowText as string, this._searchValue);\n (elem as any).filtered = filtered;\n\n if (!filtered) {\n unfilteredRows.push(elem);\n }\n\n if (this.expandable) {\n (elem as any).nextElementSibling.filtered = filtered;\n }\n });\n\n const init = {\n bubbles: true,\n cancelable: true,\n composed: true,\n detail: {\n unfilteredRows,\n },\n };\n this.dispatchEvent(\n new CustomEvent(\n (this.constructor as typeof CDSTable).eventTableFiltered,\n init\n )\n );\n }\n\n /**\n * Download manager for selected rows.\n */\n private _handleDownload({ target }) {\n const data = [] as any;\n\n const elementsToArray = (elements) =>\n Array.from(elements, (element) => (element as any).textContent);\n\n const headerCells = this.querySelectorAll(\n (this.constructor as typeof CDSTable).selectorHeaderCell\n );\n const rows = this._selectedRows;\n const headerTitleArray = elementsToArray(headerCells);\n\n rows.forEach((row) => {\n const rowData = {};\n const cells = elementsToArray(\n row.querySelectorAll(\n (this.constructor as typeof CDSTable).selectorTableRowCells\n )\n );\n\n cells.forEach((cellText, index) => {\n const headerTitle = headerTitleArray[index];\n rowData[headerTitle] = cellText;\n });\n\n data.push(rowData);\n });\n\n const blob = new Blob([JSON.stringify(data)], { type: 'application/json' });\n\n target.href = URL.createObjectURL(blob);\n }\n\n /**\n * Handles batch expansion\n */\n @HostListener('eventExpandoToggle')\n // @ts-ignore: The decorator refers to this method but TS thinks this method is not referred to\n private _handleBatchExpansion = async (event: CustomEvent) => {\n const { detail, target } = event;\n const { expanded } = detail;\n\n if ((target as CDSTableHeaderRow) === this._tableHeaderRow) {\n this._tableRows.forEach((e) => ((e as CDSTableRow).expanded = expanded));\n }\n };\n\n /**\n * Handles sorting the table depending on the column selected\n */\n @HostListener('eventBeforeSort')\n // @ts-ignore: The decorator refers to this method but TS thinks this method is not referred to\n private _handleSort = async (event: CustomEvent) => {\n const { detail, target } = event;\n const { sortDirection } = detail;\n\n if (!this.contains(target as any)) {\n return;\n }\n\n const rows = [...this._tableRows];\n const columns = [...this._tableHeaderRow.children];\n const columnIndex = columns.indexOf(target);\n\n columns.forEach(\n (e) => e !== target && e.setAttribute('sort-direction', 'none')\n );\n\n // regular row sorting\n rows.sort((a, b) => {\n const cellA = a.querySelectorAll(\n (this.constructor as typeof CDSTable).selectorTableRowCells\n )[columnIndex].textContent;\n const cellB = b.querySelectorAll(\n (this.constructor as typeof CDSTable).selectorTableRowCells\n )[columnIndex].textContent;\n return (\n this.collationFactors[sortDirection] *\n this.customSortRow(cellA, cellB, this.collator)\n );\n });\n\n // take into account the expanded rows, mapping each expandable row to its original for proper reinsertion\n if (this.expandable) {\n const originalRows = [...this._tableRows];\n const expandedRows = [...this._tableExpandedRows];\n\n const mapping = originalRows.reduce((acc, element, index) => {\n const sortId = element.getAttribute('sort-id');\n acc[sortId] = expandedRows[index];\n return acc;\n }, {});\n\n const sortedWithExpanded = [] as any;\n\n rows.forEach((e) => {\n const sortId = e.getAttribute('sort-id');\n sortedWithExpanded.push(e);\n sortedWithExpanded.push(mapping[sortId]);\n });\n\n sortedWithExpanded.forEach((e) => {\n this._tableBody.insertBefore(e, null);\n });\n } else {\n rows.forEach((e) => {\n this._tableBody.insertBefore(e, null);\n });\n }\n\n const init = {\n bubbles: true,\n cancelable: true,\n composed: true,\n detail: {\n sortedHeader: columns[columnIndex],\n },\n };\n this.dispatchEvent(\n new CustomEvent(\n (this.constructor as typeof CDSTable).eventTableSorted,\n init\n )\n );\n\n this._handleFilterRows();\n };\n\n /**\n * Handles search input within the toolbar actions\n */\n @HostListener('eventSearchInput')\n // @ts-ignore: The decorator refers to this method but TS thinks this method is not referred to\n private _handleSearchInput = async (event: CustomEvent) => {\n const { detail, target } = event;\n\n if (this.contains(target as CDSTableToolbarSearch)) {\n const { value } = detail;\n this._searchValue = value;\n this._handleFilterRows();\n }\n };\n\n /**\n * Handles row selection\n */\n @HostListener('eventBeforeChangeSelection')\n // @ts-ignore: The decorator refers to this method but TS thinks this method is not referred to\n private _handleRowSelect = async (event: CustomEvent) => {\n const { detail, target } = event;\n const { selected } = detail;\n const {\n _tableBatchActions: tableBatchActions,\n _tableToolbarContent: tableToolbarContent,\n _tableHeaderRow: tableHeaderRow,\n _selectedRows: selectedRows,\n } = this;\n\n if (!this.contains(target as CDSTableRow)) {\n return;\n }\n\n if (this.radio) {\n this._tableRows.forEach((e) => {\n if (e !== target) {\n e.removeAttribute('selected');\n e.shadowRoot!.querySelector(`${prefix}-radio-button`).checked = false;\n }\n });\n this._selectedRows.push(...[target as CDSTableRow]);\n } else {\n if (selectedRows.includes(target as CDSTableRow)) {\n this._selectedRows = selectedRows.filter((e) => e !== target);\n } else {\n selectedRows.push(target as CDSTableRow);\n }\n\n if (tableBatchActions) {\n tableBatchActions.active = this._selectedRows?.length;\n tableBatchActions.selectedRowsCount += selected ? 1 : -1;\n }\n\n if (tableToolbarContent) {\n tableToolbarContent.hasBatchActions = this._selectedRows.length;\n }\n }\n\n const totalRows = [...this._tableRows].filter(\n (elem) => !elem.hasAttribute('filtered')\n ).length;\n\n // selected header checkbox upon all rows being selected\n const headerCheckbox = tableHeaderRow.shadowRoot\n ?.querySelector(`${prefix}-checkbox`)\n .shadowRoot.querySelector(`.${prefix}--checkbox`);\n const allRowsSelected = this._selectedRows.length === totalRows;\n headerCheckbox.checked = !this._selectedRows.length ? false : true;\n headerCheckbox.indeterminate =\n !allRowsSelected && this._selectedRows.length > 0;\n\n const init = {\n bubbles: true,\n cancelable: true,\n composed: true,\n detail: {\n selectedRow: target,\n selectedRows: selectedRows,\n },\n };\n this.dispatchEvent(\n new CustomEvent(\n (this.constructor as typeof CDSTable).eventTableRowSelect,\n init\n )\n );\n };\n\n /**\n * Handles header row selection, selecting/unselecting all rows\n */\n @HostListener('eventBeforeChangeSelectionAll')\n // @ts-ignore: The decorator refers to this method but TS thinks this method is not referred to\n private _handleAllRowsSelect = async (event: CustomEvent) => {\n const { detail, target } = event;\n const { selected } = detail;\n const {\n _tableBatchActions: tableBatchActions,\n _tableToolbarContent: tableToolbarContent,\n _tableRows: tableRows,\n } = this;\n\n if (!this.contains(target as CDSTableRow)) {\n return;\n }\n\n let totalRows = 0;\n forEach(tableRows, (elem) => {\n if (!(elem as CDSTableRow).filtered) {\n (elem as CDSTableRow).selected = selected;\n this.radio\n ? ((\n (elem as CDSTableRow).shadowRoot!.querySelector(\n `${prefix}-radio-button`\n ) as CDSRadioButton\n ).checked = selected)\n : null;\n this._selectedRows.push(elem as CDSTableRow);\n totalRows++;\n\n const { selectorTableExpandedRows } = this\n .constructor as typeof CDSTable;\n const { nextElementSibling } = elem;\n\n // selecting the expanded row as well\n if (nextElementSibling?.matches(selectorTableExpandedRows)) {\n (elem.nextElementSibling as CDSTableExpandedRow).selected = selected;\n }\n }\n });\n\n if (!selected) {\n this._selectedRows = [];\n }\n\n if (tableBatchActions) {\n tableBatchActions.selectedRowsCount = selected ? totalRows : 0;\n tableBatchActions.active = selected;\n }\n\n if (tableToolbarContent) {\n tableToolbarContent.hasBatchActions = selected;\n }\n\n const init = {\n bubbles: true,\n cancelable: true,\n composed: true,\n detail: {\n selectedRows: this._selectedRows,\n },\n };\n this.dispatchEvent(\n new CustomEvent(\n (this.constructor as typeof CDSTable).eventTableRowSelectAll,\n init\n )\n );\n };\n\n /**\n * Handles cancel button within the toolbar actions\n */\n @HostListener('eventClickCancel')\n // @ts-ignore: The decorator refers to this method but TS thinks this method is not referred to\n private _handleCancelSelection = async (event: CustomEvent) => {\n const { target } = event;\n const { _tableHeaderRow: tableHeaderRow } = this;\n\n if (this.contains(target as CDSTableBatchActions)) {\n tableHeaderRow.shadowRoot\n ?.querySelector(`${prefix}-checkbox`)\n .shadowRoot.querySelector(`.${prefix}--checkbox`)\n .click();\n }\n };\n\n connectedCallback() {\n if (!this.hasAttribute('role')) {\n this.setAttribute('role', 'table');\n }\n super.connectedCallback();\n }\n\n firstUpdated() {\n this._tableBatchActions = this.querySelector(\n (this.constructor as typeof CDSTable).selectorTableBatchActions\n );\n this._tableToolbar = this.querySelector(\n (this.constructor as typeof CDSTable).selectorTableToolbar\n );\n this._tableToolbarContent = this.querySelector(\n (this.constructor as typeof CDSTable).selectorTableToolbarContent\n );\n this._tableBody = this.querySelector(\n (this.constructor as typeof CDSTable).selectorTableBody\n );\n this._tableHeaderRow = this.querySelector(\n (this.constructor as typeof CDSTable).selectorRowsWithHeader\n );\n this._tableExpandedRows = this.querySelectorAll(\n (this.constructor as typeof CDSTable).selectorTableExpandedRows\n );\n\n this._tableRows = this.querySelectorAll(\n (this.constructor as typeof CDSTable).selectorTableRow\n );\n\n this._downloadButton = this.querySelector(\n (this.constructor as typeof CDSTable).selectorToolbarDownload\n );\n if (this._downloadButton) {\n this._downloadButton.onclick = this._handleDownload.bind(this);\n }\n this.headerCount = this._tableHeaderRow.children.length;\n }\n\n updated(changedProperties) {\n if (changedProperties.has('expandable')) {\n this._tableRows.forEach((e, index) => {\n e.expandable = this.expandable;\n e.setAttribute('sort-id', index);\n });\n this._tableHeaderRow.expandable = this.expandable;\n this._tableHeaderRow.batchExpansion = this.batchExpansion;\n this.headerCount += this.expandable ? 1 : -1;\n }\n\n if (changedProperties.has('headerCount')) {\n this._tableExpandedRows.forEach((e) => {\n e.setAttribute('colspan', this.headerCount);\n });\n }\n\n if (changedProperties.has('isSelectable')) {\n this.headerCount++;\n }\n\n if (changedProperties.has('isSortable')) {\n const headerCells = this.querySelectorAll(\n (this.constructor as typeof CDSTable).selectorHeaderCell\n );\n headerCells.forEach((e) => {\n (e as CDSTableHeaderCell).isSortable = this.isSortable;\n (e as CDSTableHeaderCell).removeAttribute('sort-direction');\n (e as CDSTableHeaderCell).isSelectable = this.isSelectable;\n (e as CDSTableHeaderCell).isExpandable = this.expandable;\n });\n }\n\n if (changedProperties.has('locale')) {\n this.collator = new Intl.Collator(this.locale);\n }\n\n if (\n changedProperties.has('overflowMenuOnHover') ||\n changedProperties.has('size')\n ) {\n forEach(\n this.querySelectorAll(\n (this.constructor as typeof CDSTable).selectorTableCellOverflowMenu\n ),\n (elem) => {\n const cell = elem.parentNode as CDSTableCell;\n const row = cell.parentNode as CDSTableRow;\n cell.overflowMenuOnHover = this.overflowMenuOnHover;\n row.overflowMenuOnHover = this.overflowMenuOnHover;\n cell.setAttribute('size', this.size);\n elem.setAttribute('size', this.size);\n elem.setAttribute('data-table', '');\n }\n );\n }\n\n if (changedProperties.has('radio')) {\n // Propagate `size` attribute to descendants until `:host-context()` gets supported in all major browsers\n forEach(\n this.querySelectorAll(\n (this.constructor as typeof CDSTable).selectorTableRow\n ),\n (elem) => {\n (elem as CDSTableRow).radio = this.radio;\n }\n );\n }\n\n if (changedProperties.has('size')) {\n // Propagate `size` attribute to descendants until `:host-context()` gets supported in all major browsers\n forEach(\n this.querySelectorAll(\n (this.constructor as typeof CDSTable).selectorAllRows\n ),\n (elem) => {\n elem.setAttribute('size', this.size);\n }\n );\n this._tableToolbar?.setAttribute('size', this.size);\n }\n\n // TODO: Uncomment when Carbon fully implements Sticky header feature\n // if (changedProperties.has('stickyHeader')) {\n // const tableBody = this.querySelector(\n // (this.constructor as typeof CDSTable).selectorTableBody\n // );\n // const tableHead = this.querySelector(\n // (this.constructor as typeof CDSTable).selectorTableHead\n // );\n // (tableBody as any).stickyHeader = this.stickyHeader;\n // (tableHead as any).stickyHeader = this.stickyHeader;\n // forEach(\n // this.querySelectorAll(\n // (this.constructor as typeof CDSTable).selectorRowsWithHeader\n // ),\n // (elem) => {\n // (elem as any).stickyHeader = this.stickyHeader;\n // }\n // );\n // forEach(\n // this.querySelectorAll(\n // (this.constructor as typeof CDSTable).selectorTableCells\n // ),\n // (elem) => {\n // (elem as any).stickyHeader = this.stickyHeader;\n // }\n // );\n // }\n\n if (changedProperties.has('useZebraStyles')) {\n const tableBody = this.querySelector(\n (this.constructor as typeof CDSTable).selectorTableBody\n );\n (tableBody as any).useZebraStyles = this.useZebraStyles;\n }\n }\n\n /* eslint-disable no-constant-condition */\n render() {\n return html`\n <div ?hidden=\"${!this.withHeader}\" class=\"${prefix}--data-table-header\">\n <slot @slotchange=\"${this._handleSlotChange}\" name=\"title\"></slot>\n <slot @slotchange=\"${this._handleSlotChange}\" name=\"description\"></slot>\n </div>\n <slot name=\"toolbar\"></slot>\n\n ${false // TODO: replace with this.stickyHeader when feature is fully implemented\n ? html` <div class=\"${prefix}--data-table_inner-container\">\n <div class=\"${prefix}--data-table-content\">\n <slot></slot>\n </div>\n </div>`\n : html`<slot></slot>`}\n `;\n }\n /* eslint-enable no-constant-condition */\n\n /**\n * The name of the custom event fired before a new sort direction is set upon a user gesture.\n * Cancellation of this event stops the user-initiated change in sort direction.\n */\n static get eventBeforeSort() {\n return `${prefix}-table-header-cell-sort`;\n }\n\n /**\n * The name of the custom event fired during search bar input\n */\n static get eventSearchInput() {\n return `${prefix}-search-input`;\n }\n\n /**\n * The name of the custom event fired before header row is selected/unselected upon a user gesture.\n */\n static get eventBeforeChangeSelectionAll() {\n return `${prefix}-table-change-selection-all`;\n }\n\n /**\n * The name of the custom event fired before a row is selected/unselected upon a user gesture.\n */\n static get eventBeforeChangeSelection() {\n return `${prefix}-table-row-change-selection`;\n }\n\n /**\n * The name of the custom event fired after the Cancel button is clicked.\n */\n static get eventClickCancel() {\n return `${prefix}-table-batch-actions-cancel-clicked`;\n }\n\n /**\n * The name of the custom event fired after the expanded state a row is toggled upon a user gesture.\n */\n static get eventExpandoToggle() {\n return `${prefix}-table-row-expando-toggled`;\n }\n\n /**\n * The name of the custom event fired after a row has been selected\n */\n static get eventTableRowSelect() {\n return `${prefix}-table-row-selected`;\n }\n\n /**\n * The name of the custom event fired after all rows have been selected\n */\n static get eventTableRowSelectAll() {\n return `${prefix}-table-row-all-selected`;\n }\n\n /**\n * The name of the custom event fired after the table has been sorted\n */\n static get eventTableSorted() {\n return `${prefix}-table-sorted`;\n }\n\n /**\n * The name of the custom event fired after the table has been filtered containing remaining rows.\n */\n static get eventTableFiltered() {\n return `${prefix}-table-filtered`;\n }\n\n /**\n * The CSS selector to find the overflow menu on the table cell\n */\n static get selectorTableCellOverflowMenu() {\n return `${prefix}-table-cell ${prefix}-overflow-menu`;\n }\n\n /**\n * The CSS selector to find the download button\n */\n static get selectorToolbarDownload() {\n return `${prefix}-button[download]`;\n }\n\n /**\n * The CSS selector to find the table batch actions\n */\n static get selectorTableBatchActions() {\n return `${prefix}-table-batch-actions`;\n }\n\n /**\n * The CSS selector to find the table toolbar\n */\n static get selectorTableToolbar() {\n return `${prefix}-table-toolbar`;\n }\n\n /**\n * The CSS selector to find the table toolbar content\n */\n static get selectorTableToolbarContent() {\n return `${prefix}-table-toolbar-content`;\n }\n\n /**\n * The CSS selector to find the table toolbar search\n */\n static get selectorTableToolbarSearch() {\n return `${prefix}-table-toolbar-search`;\n }\n\n /**\n * The CSS selector to find the table head\n */\n static get selectorTableHead() {\n return `${prefix}-table-head`;\n }\n\n /**\n * The CSS selector to find the table body\n */\n static get selectorTableBody() {\n return `${prefix}-table-body`;\n }\n\n /**\n * The CSS selector to find the table expanded rows\n */\n static get selectorTableExpandedRows() {\n return `${prefix}-table-expanded-row`;\n }\n\n /**\n * The CSS selector to find the table rows\n */\n static get selectorTableRow() {\n return `${prefix}-table-row`;\n }\n\n /**\n * The CSS selector to find the rows cells.\n */\n static get selectorTableRowCells() {\n return `${prefix}-table-cell`;\n }\n\n /**\n * The CSS selector to find the rows cells, including header cells.\n */\n static get selectorTableCells() {\n return `${prefix}-table-cell, ${prefix}-table-header-cell`;\n }\n\n /**\n * The CSS selector to find the header cell\n */\n static get selectorHeaderCell() {\n return `${prefix}-table-header-cell`;\n }\n\n /**\n * The CSS selector to find the rows, including header rows.\n */\n static get selectorRowsWithHeader() {\n return `${prefix}-table-header-row,${prefix}-table-row`;\n }\n\n /**\n * The CSS selector to find all rows\n */\n static get selectorAllRows() {\n return `${prefix}-table-header-row,${prefix}-table-row,${prefix}-table-expanded-row`;\n }\n\n static styles = styles;\n}\n\nexport default CDSTable;\n"],"mappings":"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"}
|
|
@@ -28,11 +28,15 @@ declare const CDSDatePickerInput_base: {
|
|
|
28
28
|
readonly offsetTop: number;
|
|
29
29
|
readonly offsetWidth: number;
|
|
30
30
|
outerText: string;
|
|
31
|
+
popover: string | null;
|
|
31
32
|
spellcheck: boolean;
|
|
32
33
|
title: string;
|
|
33
34
|
translate: boolean;
|
|
34
35
|
attachInternals(): ElementInternals;
|
|
35
36
|
click(): void;
|
|
37
|
+
hidePopover(): void;
|
|
38
|
+
showPopover(): void;
|
|
39
|
+
togglePopover(force?: boolean | undefined): void;
|
|
36
40
|
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
37
41
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
38
42
|
removeEventListener<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
@@ -61,9 +65,12 @@ declare const CDSDatePickerInput_base: {
|
|
|
61
65
|
slot: string;
|
|
62
66
|
readonly tagName: string;
|
|
63
67
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
68
|
+
checkVisibility(options?: CheckVisibilityOptions | undefined): boolean;
|
|
64
69
|
closest<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2] | null;
|
|
65
70
|
closest<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3] | null;
|
|
71
|
+
closest<K_4 extends keyof MathMLElementTagNameMap>(selector: K_4): MathMLElementTagNameMap[K_4] | null;
|
|
66
72
|
closest<E extends Element = Element>(selectors: string): E | null;
|
|
73
|
+
computedStyleMap(): StylePropertyMapReadOnly;
|
|
67
74
|
getAttribute(qualifiedName: string): string | null;
|
|
68
75
|
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
69
76
|
getAttributeNames(): string[];
|
|
@@ -72,11 +79,14 @@ declare const CDSDatePickerInput_base: {
|
|
|
72
79
|
getBoundingClientRect(): DOMRect;
|
|
73
80
|
getClientRects(): DOMRectList;
|
|
74
81
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
75
|
-
getElementsByTagName<
|
|
76
|
-
getElementsByTagName<
|
|
82
|
+
getElementsByTagName<K_5 extends keyof HTMLElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<HTMLElementTagNameMap[K_5]>;
|
|
83
|
+
getElementsByTagName<K_6 extends keyof SVGElementTagNameMap>(qualifiedName: K_6): HTMLCollectionOf<SVGElementTagNameMap[K_6]>;
|
|
84
|
+
getElementsByTagName<K_7 extends keyof MathMLElementTagNameMap>(qualifiedName: K_7): HTMLCollectionOf<MathMLElementTagNameMap[K_7]>;
|
|
85
|
+
getElementsByTagName<K_8 extends keyof HTMLElementDeprecatedTagNameMap>(qualifiedName: K_8): HTMLCollectionOf<HTMLElementDeprecatedTagNameMap[K_8]>;
|
|
77
86
|
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
78
87
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
79
88
|
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
89
|
+
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1998/Math/MathML", localName: string): HTMLCollectionOf<MathMLElement>;
|
|
80
90
|
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
81
91
|
hasAttribute(qualifiedName: string): boolean;
|
|
82
92
|
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
@@ -134,24 +144,24 @@ declare const CDSDatePickerInput_base: {
|
|
|
134
144
|
normalize(): void;
|
|
135
145
|
removeChild<T_2 extends Node>(child: T_2): T_2;
|
|
136
146
|
replaceChild<T_3 extends Node>(node: Node, child: T_3): T_3;
|
|
137
|
-
readonly
|
|
138
|
-
readonly
|
|
139
|
-
readonly
|
|
140
|
-
readonly
|
|
141
|
-
readonly
|
|
142
|
-
readonly
|
|
143
|
-
readonly
|
|
144
|
-
readonly
|
|
145
|
-
readonly
|
|
146
|
-
readonly
|
|
147
|
-
readonly
|
|
148
|
-
readonly
|
|
149
|
-
readonly
|
|
150
|
-
readonly
|
|
151
|
-
readonly
|
|
152
|
-
readonly
|
|
153
|
-
readonly
|
|
154
|
-
readonly
|
|
147
|
+
readonly ELEMENT_NODE: 1;
|
|
148
|
+
readonly ATTRIBUTE_NODE: 2;
|
|
149
|
+
readonly TEXT_NODE: 3;
|
|
150
|
+
readonly CDATA_SECTION_NODE: 4;
|
|
151
|
+
readonly ENTITY_REFERENCE_NODE: 5;
|
|
152
|
+
readonly ENTITY_NODE: 6;
|
|
153
|
+
readonly PROCESSING_INSTRUCTION_NODE: 7;
|
|
154
|
+
readonly COMMENT_NODE: 8;
|
|
155
|
+
readonly DOCUMENT_NODE: 9;
|
|
156
|
+
readonly DOCUMENT_TYPE_NODE: 10;
|
|
157
|
+
readonly DOCUMENT_FRAGMENT_NODE: 11;
|
|
158
|
+
readonly NOTATION_NODE: 12;
|
|
159
|
+
readonly DOCUMENT_POSITION_DISCONNECTED: 1;
|
|
160
|
+
readonly DOCUMENT_POSITION_PRECEDING: 2;
|
|
161
|
+
readonly DOCUMENT_POSITION_FOLLOWING: 4;
|
|
162
|
+
readonly DOCUMENT_POSITION_CONTAINS: 8;
|
|
163
|
+
readonly DOCUMENT_POSITION_CONTAINED_BY: 16;
|
|
164
|
+
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: 32;
|
|
155
165
|
dispatchEvent(event: Event): boolean;
|
|
156
166
|
ariaAtomic: string | null;
|
|
157
167
|
ariaAutoComplete: string | null;
|
|
@@ -165,6 +175,7 @@ declare const CDSDatePickerInput_base: {
|
|
|
165
175
|
ariaExpanded: string | null;
|
|
166
176
|
ariaHasPopup: string | null;
|
|
167
177
|
ariaHidden: string | null;
|
|
178
|
+
ariaInvalid: string | null;
|
|
168
179
|
ariaKeyShortcuts: string | null;
|
|
169
180
|
ariaLabel: string | null;
|
|
170
181
|
ariaLevel: string | null;
|
|
@@ -189,6 +200,7 @@ declare const CDSDatePickerInput_base: {
|
|
|
189
200
|
ariaValueMin: string | null;
|
|
190
201
|
ariaValueNow: string | null;
|
|
191
202
|
ariaValueText: string | null;
|
|
203
|
+
role: string | null;
|
|
192
204
|
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions | undefined): Animation;
|
|
193
205
|
getAnimations(options?: GetAnimationsOptions | undefined): Animation[];
|
|
194
206
|
after(...nodes: (string | Node)[]): void;
|
|
@@ -204,17 +216,19 @@ declare const CDSDatePickerInput_base: {
|
|
|
204
216
|
readonly lastElementChild: Element | null;
|
|
205
217
|
append(...nodes: (string | Node)[]): void;
|
|
206
218
|
prepend(...nodes: (string | Node)[]): void;
|
|
207
|
-
querySelector<
|
|
208
|
-
querySelector<
|
|
219
|
+
querySelector<K_9 extends keyof HTMLElementTagNameMap>(selectors: K_9): HTMLElementTagNameMap[K_9] | null;
|
|
220
|
+
querySelector<K_10 extends keyof SVGElementTagNameMap>(selectors: K_10): SVGElementTagNameMap[K_10] | null;
|
|
221
|
+
querySelector<K_11 extends keyof MathMLElementTagNameMap>(selectors: K_11): MathMLElementTagNameMap[K_11] | null;
|
|
222
|
+
querySelector<K_12 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_12): HTMLElementDeprecatedTagNameMap[K_12] | null;
|
|
209
223
|
querySelector<E_1 extends Element = Element>(selectors: string): E_1 | null;
|
|
210
|
-
querySelectorAll<
|
|
211
|
-
querySelectorAll<
|
|
224
|
+
querySelectorAll<K_13 extends keyof HTMLElementTagNameMap>(selectors: K_13): NodeListOf<HTMLElementTagNameMap[K_13]>;
|
|
225
|
+
querySelectorAll<K_14 extends keyof SVGElementTagNameMap>(selectors: K_14): NodeListOf<SVGElementTagNameMap[K_14]>;
|
|
226
|
+
querySelectorAll<K_15 extends keyof MathMLElementTagNameMap>(selectors: K_15): NodeListOf<MathMLElementTagNameMap[K_15]>;
|
|
227
|
+
querySelectorAll<K_16 extends keyof HTMLElementDeprecatedTagNameMap>(selectors: K_16): NodeListOf<HTMLElementDeprecatedTagNameMap[K_16]>;
|
|
212
228
|
querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
|
|
213
229
|
replaceChildren(...nodes: (string | Node)[]): void;
|
|
214
230
|
readonly assignedSlot: HTMLSlotElement | null;
|
|
215
|
-
|
|
216
|
-
oncut: ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
217
|
-
onpaste: ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
231
|
+
readonly attributeStyleMap: StylePropertyMap;
|
|
218
232
|
readonly style: CSSStyleDeclaration;
|
|
219
233
|
contentEditable: string;
|
|
220
234
|
enterKeyHint: string;
|
|
@@ -226,14 +240,18 @@ declare const CDSDatePickerInput_base: {
|
|
|
226
240
|
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
227
241
|
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
228
242
|
onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
243
|
+
onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
|
|
229
244
|
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
245
|
+
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
230
246
|
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
231
247
|
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
232
248
|
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
233
249
|
onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
234
250
|
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
235
251
|
oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
252
|
+
oncopy: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
236
253
|
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
254
|
+
oncut: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
237
255
|
ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
238
256
|
ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
239
257
|
ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
@@ -266,6 +284,7 @@ declare const CDSDatePickerInput_base: {
|
|
|
266
284
|
onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
267
285
|
onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
268
286
|
onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
287
|
+
onpaste: ((this: GlobalEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
269
288
|
onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
270
289
|
onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
271
290
|
onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -282,6 +301,7 @@ declare const CDSDatePickerInput_base: {
|
|
|
282
301
|
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
283
302
|
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
284
303
|
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
304
|
+
onscrollend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
285
305
|
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
286
306
|
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
287
307
|
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
@@ -322,6 +342,14 @@ declare const CDSDatePickerInput_base: {
|
|
|
322
342
|
* @element cds-date-picker-input
|
|
323
343
|
*/
|
|
324
344
|
declare class CDSDatePickerInput extends CDSDatePickerInput_base {
|
|
345
|
+
/**
|
|
346
|
+
* `true` if there is a slug.
|
|
347
|
+
*/
|
|
348
|
+
private _hasSlug;
|
|
349
|
+
/**
|
|
350
|
+
* Handles `slotchange` event.
|
|
351
|
+
*/
|
|
352
|
+
protected _handleSlugSlotChange({ target }: Event): void;
|
|
325
353
|
/**
|
|
326
354
|
* The calendar icon.
|
|
327
355
|
*/
|
|
@@ -435,6 +463,10 @@ declare class CDSDatePickerInput extends CDSDatePickerInput_base {
|
|
|
435
463
|
* A selector that will return the parent date picker.
|
|
436
464
|
*/
|
|
437
465
|
static get selectorParent(): string;
|
|
466
|
+
/**
|
|
467
|
+
* A selector that will return the slug item.
|
|
468
|
+
*/
|
|
469
|
+
static get slugItem(): string;
|
|
438
470
|
static shadowRootOptions: {
|
|
439
471
|
delegatesFocus: boolean;
|
|
440
472
|
mode: ShadowRootMode;
|
|
@@ -42,6 +42,35 @@ let CDSDatePickerInput = _decorate([customElement(`${prefix}-date-picker-input`)
|
|
|
42
42
|
return {
|
|
43
43
|
F: CDSDatePickerInput,
|
|
44
44
|
d: [{
|
|
45
|
+
kind: "field",
|
|
46
|
+
key: "_hasSlug",
|
|
47
|
+
value() {
|
|
48
|
+
return false;
|
|
49
|
+
}
|
|
50
|
+
}, {
|
|
51
|
+
kind: "method",
|
|
52
|
+
key: "_handleSlugSlotChange",
|
|
53
|
+
value:
|
|
54
|
+
/**
|
|
55
|
+
* `true` if there is a slug.
|
|
56
|
+
*/
|
|
57
|
+
|
|
58
|
+
/**
|
|
59
|
+
* Handles `slotchange` event.
|
|
60
|
+
*/
|
|
61
|
+
function _handleSlugSlotChange({
|
|
62
|
+
target
|
|
63
|
+
}) {
|
|
64
|
+
const hasContent = target.assignedNodes().filter(elem => elem.matches !== undefined ? elem.matches(this.constructor.slugItem) : false);
|
|
65
|
+
this._hasSlug = Boolean(hasContent);
|
|
66
|
+
hasContent[0].setAttribute('size', 'mini');
|
|
67
|
+
this.requestUpdate();
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
/**
|
|
71
|
+
* The calendar icon.
|
|
72
|
+
*/
|
|
73
|
+
}, {
|
|
45
74
|
kind: "field",
|
|
46
75
|
decorators: [query(`.${prefix}--date-picker__icon`)],
|
|
47
76
|
key: "_iconNode",
|
|
@@ -50,10 +79,6 @@ let CDSDatePickerInput = _decorate([customElement(`${prefix}-date-picker-input`)
|
|
|
50
79
|
kind: "method",
|
|
51
80
|
key: "_handleClickWrapper",
|
|
52
81
|
value:
|
|
53
|
-
/**
|
|
54
|
-
* The calendar icon.
|
|
55
|
-
*/
|
|
56
|
-
|
|
57
82
|
/**
|
|
58
83
|
* Handles `click` event on the calendar icon.
|
|
59
84
|
*
|
|
@@ -348,7 +373,8 @@ let CDSDatePickerInput = _decorate([customElement(`${prefix}-date-picker-input`)
|
|
|
348
373
|
warn,
|
|
349
374
|
warnText,
|
|
350
375
|
_handleClickWrapper: handleClickWrapper,
|
|
351
|
-
_handleInput: handleInput
|
|
376
|
+
_handleInput: handleInput,
|
|
377
|
+
_hasSlug: hasSlug
|
|
352
378
|
} = this;
|
|
353
379
|
const invalidIcon = WarningFilled16({
|
|
354
380
|
class: `${prefix}--date-picker__icon ${prefix}--date-picker__icon--invalid`
|
|
@@ -387,7 +413,8 @@ let CDSDatePickerInput = _decorate([customElement(`${prefix}-date-picker-input`)
|
|
|
387
413
|
const inputWrapperClasses = classMap({
|
|
388
414
|
[`${prefix}--date-picker-input__wrapper`]: true,
|
|
389
415
|
[`${prefix}--date-picker-input__wrapper--invalid`]: normalizedProps.invalid,
|
|
390
|
-
[`${prefix}--date-picker-input__wrapper--warn`]: normalizedProps.warn
|
|
416
|
+
[`${prefix}--date-picker-input__wrapper--warn`]: normalizedProps.warn,
|
|
417
|
+
[`${prefix}--date-picker-input__wrapper--slug`]: hasSlug
|
|
391
418
|
});
|
|
392
419
|
const helperTextClasses = classMap({
|
|
393
420
|
[`${prefix}--form__helper-text`]: true,
|
|
@@ -398,18 +425,21 @@ let CDSDatePickerInput = _decorate([customElement(`${prefix}-date-picker-input`)
|
|
|
398
425
|
<slot name="label-text">${0}</slot>
|
|
399
426
|
</label>
|
|
400
427
|
<div class="${0}" @click="${0}">
|
|
401
|
-
<
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
428
|
+
<span>
|
|
429
|
+
<input
|
|
430
|
+
id="input"
|
|
431
|
+
type="${0}"
|
|
432
|
+
class="${0}"
|
|
433
|
+
?disabled="${0}"
|
|
434
|
+
pattern="${0}"
|
|
435
|
+
placeholder="${0}"
|
|
436
|
+
.value="${0}"
|
|
437
|
+
?data-invalid="${0}"
|
|
438
|
+
@input="${0}"
|
|
439
|
+
?readonly="${0}" />
|
|
440
|
+
${0}
|
|
441
|
+
<slot name="slug" @slotchange="${0}"></slot>
|
|
442
|
+
</span>
|
|
413
443
|
</div>
|
|
414
444
|
<div
|
|
415
445
|
class="${0}--form-requirement"
|
|
@@ -421,7 +451,7 @@ let CDSDatePickerInput = _decorate([customElement(`${prefix}-date-picker-input`)
|
|
|
421
451
|
<div ?hidden="${0}" class="${0}">
|
|
422
452
|
<slot name="helper-text" @slotchange="${0}"></slot>
|
|
423
453
|
</div>
|
|
424
|
-
`), labelClasses, labelText, inputWrapperClasses, handleClickWrapper, type, inputClasses, disabled, pattern, ifDefined(placeholder), ifDefined(value), invalid, handleInput, readonly, normalizedProps.icon || this._renderIcon(), prefix, !normalizedProps.invalid && !normalizedProps.warn, normalizedProps['slot-name'], normalizedProps['slot-text'], hasHelperText, helperTextClasses, this._handleSlotChange);
|
|
454
|
+
`), labelClasses, labelText, inputWrapperClasses, handleClickWrapper, type, inputClasses, disabled, pattern, ifDefined(placeholder), ifDefined(value), invalid, handleInput, readonly, normalizedProps.icon || this._renderIcon(), this._handleSlugSlotChange, prefix, !normalizedProps.invalid && !normalizedProps.warn, normalizedProps['slot-name'], normalizedProps['slot-text'], hasHelperText, helperTextClasses, this._handleSlotChange);
|
|
425
455
|
}
|
|
426
456
|
|
|
427
457
|
/**
|
|
@@ -455,6 +485,17 @@ let CDSDatePickerInput = _decorate([customElement(`${prefix}-date-picker-input`)
|
|
|
455
485
|
function selectorParent() {
|
|
456
486
|
return `${prefix}-date-picker`;
|
|
457
487
|
}
|
|
488
|
+
|
|
489
|
+
/**
|
|
490
|
+
* A selector that will return the slug item.
|
|
491
|
+
*/
|
|
492
|
+
}, {
|
|
493
|
+
kind: "get",
|
|
494
|
+
static: true,
|
|
495
|
+
key: "slugItem",
|
|
496
|
+
value: function slugItem() {
|
|
497
|
+
return `${prefix}-slug`;
|
|
498
|
+
}
|
|
458
499
|
}, {
|
|
459
500
|
kind: "field",
|
|
460
501
|
static: true,
|