@carbon/web-components 2.0.0-beta.0 → 2.0.0-beta.2
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 +5992 -3869
- package/es/components/breadcrumb/breadcrumb-skeleton.d.ts.map +1 -1
- package/es/components/breadcrumb/breadcrumb-skeleton.js.map +1 -1
- package/es/components/button/button-set.d.ts +2 -2
- package/es/components/button/button-set.d.ts.map +1 -1
- package/es/components/button/button-set.js +4 -4
- package/es/components/button/button-set.js.map +1 -1
- package/es/components/button/button-skeleton.d.ts +3 -3
- package/es/components/button/button-skeleton.d.ts.map +1 -1
- package/es/components/button/button-skeleton.js +6 -6
- package/es/components/button/button-skeleton.js.map +1 -1
- package/es/components/button/button.css.js +1 -1
- package/es/components/button/button.d.ts +5 -5
- package/es/components/button/button.d.ts.map +1 -1
- package/es/components/button/button.js +6 -6
- package/es/components/button/button.js.map +1 -1
- package/es/components/button/button.rtl.css.js +1 -1
- package/es/components/button/defs.d.ts +4 -0
- package/es/components/button/defs.d.ts.map +1 -1
- package/es/components/button/defs.js +1 -0
- package/es/components/button/defs.js.map +1 -1
- package/es/components/checkbox/checkbox-skeleton.d.ts +19 -0
- package/es/components/checkbox/checkbox-skeleton.d.ts.map +1 -0
- package/es/components/checkbox/checkbox-skeleton.js +55 -0
- package/es/components/checkbox/checkbox-skeleton.js.map +1 -0
- package/es/components/checkbox/checkbox.css.js +1 -1
- package/es/components/checkbox/checkbox.d.ts +21 -8
- package/es/components/checkbox/checkbox.d.ts.map +1 -1
- package/es/components/checkbox/checkbox.js +65 -17
- package/es/components/checkbox/checkbox.js.map +1 -1
- package/es/components/checkbox/checkbox.rtl.css.js +1 -1
- package/es/components/checkbox/index.d.ts +2 -1
- package/es/components/checkbox/index.d.ts.map +1 -1
- package/es/components/checkbox/index.js +2 -1
- package/es/components/checkbox/index.js.map +1 -1
- package/es/components/code-snippet/code-snippet.d.ts +0 -8
- package/es/components/code-snippet/code-snippet.d.ts.map +1 -1
- package/es/components/code-snippet/code-snippet.js +20 -56
- package/es/components/code-snippet/code-snippet.js.map +1 -1
- package/es/components/combo-box/combo-box-item.d.ts +3 -3
- package/es/components/combo-box/combo-box-item.d.ts.map +1 -1
- package/es/components/combo-box/combo-box-item.js +6 -6
- package/es/components/combo-box/combo-box-item.js.map +1 -1
- package/es/components/combo-box/combo-box.css.js +1 -1
- package/es/components/combo-box/combo-box.d.ts +11 -11
- package/es/components/combo-box/combo-box.d.ts.map +1 -1
- package/es/components/combo-box/combo-box.js +40 -19
- 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.css.js +1 -1
- package/es/components/content-switcher/content-switcher.rtl.css.js +1 -1
- package/es/components/copy/copy.d.ts +49 -0
- package/es/components/copy/copy.d.ts.map +1 -0
- package/es/components/copy/copy.js +183 -0
- package/es/components/copy/copy.js.map +1 -0
- package/es/components/copy-button/copy-button.css.js +1 -1
- package/es/components/copy-button/copy-button.d.ts +8 -53
- package/es/components/copy-button/copy-button.d.ts.map +1 -1
- package/es/components/copy-button/copy-button.js +22 -150
- package/es/components/copy-button/copy-button.js.map +1 -1
- 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-header-cell.d.ts.map +1 -1
- package/es/components/data-table/table-header-cell.js +2 -2
- package/es/components/data-table/table-header-cell.js.map +1 -1
- package/es/components/data-table/table-toolbar-search.d.ts +3 -3
- package/es/components/data-table/table-toolbar-search.d.ts.map +1 -1
- package/es/components/data-table/table-toolbar-search.js +3 -3
- package/es/components/data-table/table-toolbar-search.js.map +1 -1
- package/es/components/date-picker/date-picker-input-skeleton.d.ts +2 -2
- package/es/components/date-picker/date-picker-input-skeleton.d.ts.map +1 -1
- package/es/components/date-picker/date-picker-input-skeleton.js +4 -4
- package/es/components/date-picker/date-picker-input-skeleton.js.map +1 -1
- package/es/components/date-picker/date-picker-input.d.ts +38 -352
- package/es/components/date-picker/date-picker-input.d.ts.map +1 -1
- package/es/components/date-picker/date-picker-input.js +138 -97
- 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 +23 -3
- package/es/components/date-picker/date-picker.d.ts.map +1 -1
- package/es/components/date-picker/date-picker.js +100 -24
- package/es/components/date-picker/date-picker.js.map +1 -1
- package/es/components/date-picker/date-picker.rtl.css.js +1 -1
- package/es/components/date-picker/defs.d.ts +1 -14
- package/es/components/date-picker/defs.d.ts.map +1 -1
- package/es/components/date-picker/defs.js +1 -10
- package/es/components/date-picker/defs.js.map +1 -1
- package/es/components/date-picker/fix-events-plugin.d.ts +6 -6
- package/es/components/date-picker/fix-events-plugin.d.ts.map +1 -1
- package/es/components/date-picker/fix-events-plugin.js +8 -8
- package/es/components/date-picker/fix-events-plugin.js.map +1 -1
- package/es/components/date-picker/focus-plugin.d.ts +9 -9
- package/es/components/date-picker/focus-plugin.d.ts.map +1 -1
- package/es/components/date-picker/focus-plugin.js +17 -17
- package/es/components/date-picker/focus-plugin.js.map +1 -1
- package/es/components/date-picker/shadow-dom-events-plugin.d.ts +2 -2
- package/es/components/date-picker/shadow-dom-events-plugin.d.ts.map +1 -1
- package/es/components/date-picker/shadow-dom-events-plugin.js +5 -5
- package/es/components/date-picker/shadow-dom-events-plugin.js.map +1 -1
- package/es/components/date-picker/state-handshake-plugin.d.ts +2 -2
- package/es/components/date-picker/state-handshake-plugin.d.ts.map +1 -1
- package/es/components/date-picker/state-handshake-plugin.js.map +1 -1
- package/es/components/dropdown/defs.d.ts +16 -3
- package/es/components/dropdown/defs.d.ts.map +1 -1
- package/es/components/dropdown/defs.js +11 -2
- package/es/components/dropdown/defs.js.map +1 -1
- package/es/components/dropdown/dropdown-item.d.ts +2 -2
- package/es/components/dropdown/dropdown-item.d.ts.map +1 -1
- package/es/components/dropdown/dropdown-item.js +4 -4
- package/es/components/dropdown/dropdown-item.js.map +1 -1
- package/es/components/dropdown/dropdown-skeleton.d.ts +2 -2
- package/es/components/dropdown/dropdown-skeleton.d.ts.map +1 -1
- package/es/components/dropdown/dropdown-skeleton.js +4 -4
- package/es/components/dropdown/dropdown-skeleton.js.map +1 -1
- package/es/components/dropdown/dropdown.css.js +1 -1
- package/es/components/dropdown/dropdown.d.ts +48 -21
- package/es/components/dropdown/dropdown.d.ts.map +1 -1
- package/es/components/dropdown/dropdown.js +156 -65
- package/es/components/dropdown/dropdown.js.map +1 -1
- package/es/components/dropdown/dropdown.rtl.css.js +1 -1
- package/es/components/file-uploader/defs.d.ts +6 -10
- package/es/components/file-uploader/defs.d.ts.map +1 -1
- package/es/components/file-uploader/defs.js +3 -4
- package/es/components/file-uploader/defs.js.map +1 -1
- package/es/components/file-uploader/demo-file-uploader.d.ts +33 -10
- package/es/components/file-uploader/demo-file-uploader.d.ts.map +1 -1
- package/es/components/file-uploader/demo-file-uploader.js +108 -27
- package/es/components/file-uploader/demo-file-uploader.js.map +1 -1
- package/es/components/file-uploader/file-uploader-button.d.ts +396 -0
- package/es/components/file-uploader/file-uploader-button.d.ts.map +1 -0
- package/es/components/file-uploader/file-uploader-button.js +295 -0
- package/es/components/file-uploader/file-uploader-button.js.map +1 -0
- package/es/components/file-uploader/file-uploader-drop-container.d.ts +389 -0
- package/es/components/file-uploader/file-uploader-drop-container.d.ts.map +1 -0
- package/es/components/file-uploader/file-uploader-drop-container.js +274 -0
- package/es/components/file-uploader/file-uploader-drop-container.js.map +1 -0
- package/es/components/file-uploader/file-uploader-item.d.ts +7 -11
- package/es/components/file-uploader/file-uploader-item.d.ts.map +1 -1
- package/es/components/file-uploader/file-uploader-item.js +35 -45
- package/es/components/file-uploader/file-uploader-item.js.map +1 -1
- package/es/components/file-uploader/file-uploader-skeleton.d.ts +22 -0
- package/es/components/file-uploader/file-uploader-skeleton.d.ts.map +1 -0
- package/es/components/file-uploader/file-uploader-skeleton.js +50 -0
- package/es/components/file-uploader/file-uploader-skeleton.js.map +1 -0
- package/es/components/file-uploader/file-uploader.css.js +1 -1
- package/es/components/file-uploader/file-uploader.d.ts +17 -8
- package/es/components/file-uploader/file-uploader.d.ts.map +1 -1
- package/es/components/file-uploader/file-uploader.js +71 -24
- package/es/components/file-uploader/file-uploader.js.map +1 -1
- package/es/components/file-uploader/file-uploader.rtl.css.js +1 -1
- package/es/components/file-uploader/index.d.ts +4 -2
- package/es/components/file-uploader/index.d.ts.map +1 -1
- package/es/components/file-uploader/index.js +4 -2
- package/es/components/file-uploader/index.js.map +1 -1
- package/es/components/icon-button/defs.d.ts +64 -0
- package/es/components/icon-button/defs.d.ts.map +1 -0
- package/es/components/icon-button/defs.js +34 -0
- package/es/components/icon-button/defs.js.map +1 -0
- package/es/components/icon-button/icon-button.css.js +12 -0
- package/es/components/icon-button/icon-button.d.ts +50 -0
- package/es/components/icon-button/icon-button.d.ts.map +1 -0
- package/es/components/icon-button/icon-button.js +176 -0
- package/es/components/icon-button/icon-button.js.map +1 -0
- package/es/components/icon-button/icon-button.rtl.css.js +12 -0
- package/es/components/icon-button/index.d.ts +11 -0
- package/es/components/icon-button/index.d.ts.map +1 -0
- package/es/components/icon-button/index.js +11 -0
- package/es/components/icon-button/index.js.map +1 -0
- package/es/components/inline-loading/inline-loading.d.ts +6 -2
- package/es/components/inline-loading/inline-loading.d.ts.map +1 -1
- package/es/components/inline-loading/inline-loading.js +20 -5
- package/es/components/inline-loading/inline-loading.js.map +1 -1
- package/es/components/layer/layer.css.js +1 -1
- package/es/components/layer/layer.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/list/ordered-list.d.ts +3 -3
- package/es/components/list/ordered-list.d.ts.map +1 -1
- package/es/components/list/ordered-list.js +6 -6
- package/es/components/list/ordered-list.js.map +1 -1
- package/es/components/list/unordered-list.d.ts +2 -2
- package/es/components/list/unordered-list.d.ts.map +1 -1
- package/es/components/list/unordered-list.js +5 -5
- package/es/components/list/unordered-list.js.map +1 -1
- package/es/components/loading/loading.css.js +1 -1
- package/es/components/loading/loading.d.ts +2 -2
- package/es/components/loading/loading.d.ts.map +1 -1
- package/es/components/loading/loading.js +4 -4
- package/es/components/loading/loading.js.map +1 -1
- package/es/components/loading/loading.rtl.css.js +1 -1
- package/es/components/modal/modal-footer-button.d.ts +3 -3
- package/es/components/modal/modal-footer-button.d.ts.map +1 -1
- package/es/components/modal/modal-footer-button.js +6 -6
- package/es/components/modal/modal-footer-button.js.map +1 -1
- package/es/components/modal/modal-footer.d.ts.map +1 -1
- package/es/components/modal/modal-footer.js +1 -1
- package/es/components/modal/modal-footer.js.map +1 -1
- package/es/components/modal/modal.css.js +1 -1
- package/es/components/modal/modal.d.ts.map +1 -1
- package/es/components/modal/modal.js +2 -2
- package/es/components/modal/modal.js.map +1 -1
- package/es/components/modal/modal.rtl.css.js +1 -1
- package/es/components/multi-select/multi-select-item.d.ts +3 -3
- package/es/components/multi-select/multi-select-item.d.ts.map +1 -1
- package/es/components/multi-select/multi-select-item.js +6 -6
- package/es/components/multi-select/multi-select-item.js.map +1 -1
- package/es/components/multi-select/multi-select.css.js +1 -1
- package/es/components/multi-select/multi-select.d.ts +9 -9
- package/es/components/multi-select/multi-select.d.ts.map +1 -1
- package/es/components/multi-select/multi-select.js +17 -17
- 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.d.ts +21 -0
- package/es/components/notification/actionable-notification-button.d.ts.map +1 -0
- package/es/components/notification/actionable-notification-button.js +56 -0
- package/es/components/notification/actionable-notification-button.js.map +1 -0
- package/es/components/notification/actionable-notification.css.js +12 -0
- package/es/components/notification/actionable-notification.d.ts +370 -0
- package/es/components/notification/actionable-notification.d.ts.map +1 -0
- package/es/components/notification/actionable-notification.js +281 -0
- package/es/components/notification/actionable-notification.js.map +1 -0
- package/es/components/notification/actionable-notification.rtl.css.js +12 -0
- package/es/components/notification/defs.d.ts +17 -1
- package/es/components/notification/defs.d.ts.map +1 -1
- package/es/components/notification/defs.js +3 -0
- package/es/components/notification/defs.js.map +1 -1
- package/es/components/notification/index.d.ts +2 -0
- package/es/components/notification/index.d.ts.map +1 -1
- package/es/components/notification/index.js +2 -0
- package/es/components/notification/index.js.map +1 -1
- package/es/components/notification/inline-notification.css.js +1 -1
- package/es/components/notification/inline-notification.d.ts +8 -8
- package/es/components/notification/inline-notification.d.ts.map +1 -1
- package/es/components/notification/inline-notification.js +23 -18
- package/es/components/notification/inline-notification.js.map +1 -1
- 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.d.ts +4 -4
- package/es/components/notification/toast-notification.d.ts.map +1 -1
- package/es/components/notification/toast-notification.js +7 -7
- package/es/components/notification/toast-notification.js.map +1 -1
- package/es/components/notification/toast-notification.rtl.css.js +1 -1
- package/es/components/number-input/index.d.ts +2 -1
- package/es/components/number-input/index.d.ts.map +1 -1
- package/es/components/number-input/index.js +2 -1
- package/es/components/number-input/index.js.map +1 -1
- package/es/components/number-input/number-input-skeleton.d.ts +2 -2
- package/es/components/number-input/number-input-skeleton.d.ts.map +1 -1
- package/es/components/number-input/number-input-skeleton.js +4 -4
- package/es/components/number-input/number-input-skeleton.js.map +1 -1
- package/es/components/number-input/number-input.css.js +1 -1
- package/es/components/number-input/number-input.d.ts +12 -25
- package/es/components/number-input/number-input.d.ts.map +1 -1
- package/es/components/number-input/number-input.js +85 -106
- 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/pagination/pagination.css.js +1 -1
- package/es/components/pagination/pagination.rtl.css.js +1 -1
- package/es/components/popover/defs.d.ts +63 -0
- package/es/components/popover/defs.d.ts.map +1 -0
- package/es/components/popover/defs.js +28 -0
- package/es/components/popover/defs.js.map +1 -0
- package/es/components/popover/index.d.ts +12 -0
- package/es/components/popover/index.d.ts.map +1 -0
- package/es/components/popover/index.js +12 -0
- package/es/components/popover/index.js.map +1 -0
- package/es/components/popover/popover-content.d.ts +45 -0
- package/es/components/popover/popover-content.d.ts.map +1 -0
- package/es/components/popover/popover-content.js +141 -0
- package/es/components/popover/popover-content.js.map +1 -0
- package/es/components/popover/popover.css.js +12 -0
- package/es/components/popover/popover.d.ts +54 -0
- package/es/components/popover/popover.d.ts.map +1 -0
- package/es/components/popover/popover.js +201 -0
- package/es/components/popover/popover.js.map +1 -0
- package/es/components/popover/popover.rtl.css.js +12 -0
- package/es/components/progress-bar/defs.d.ts +57 -0
- package/es/components/progress-bar/defs.d.ts.map +1 -0
- package/es/components/progress-bar/defs.js +38 -0
- package/es/components/progress-bar/defs.js.map +1 -0
- package/es/components/progress-bar/index.d.ts +11 -0
- package/es/components/progress-bar/index.d.ts.map +1 -0
- package/es/components/progress-bar/index.js +11 -0
- package/es/components/progress-bar/index.js.map +1 -0
- package/es/components/progress-bar/progress-bar.css.js +12 -0
- package/es/components/progress-bar/progress-bar.d.ts +57 -0
- package/es/components/progress-bar/progress-bar.d.ts.map +1 -0
- package/es/components/progress-bar/progress-bar.js +260 -0
- package/es/components/progress-bar/progress-bar.js.map +1 -0
- package/es/components/progress-bar/progress-bar.rtl.css.js +12 -0
- 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/radio-button/radio-button.css.js +1 -1
- package/es/components/radio-button/radio-button.rtl.css.js +1 -1
- package/es/components/search/search-skeleton.d.ts +3 -3
- package/es/components/search/search-skeleton.d.ts.map +1 -1
- package/es/components/search/search-skeleton.js +6 -6
- package/es/components/search/search-skeleton.js.map +1 -1
- package/es/components/search/search.css.js +1 -1
- package/es/components/search/search.d.ts +361 -19
- package/es/components/search/search.d.ts.map +1 -1
- package/es/components/search/search.js +136 -29
- package/es/components/search/search.js.map +1 -1
- package/es/components/search/search.rtl.css.js +1 -1
- package/es/components/select/index.d.ts +2 -1
- package/es/components/select/index.d.ts.map +1 -1
- package/es/components/select/index.js +2 -1
- package/es/components/select/index.js.map +1 -1
- package/es/components/select/select-item-group.d.ts +2 -2
- package/es/components/select/select-item-group.d.ts.map +1 -1
- package/es/components/select/select-item-group.js +4 -4
- package/es/components/select/select-item-group.js.map +1 -1
- package/es/components/select/select-item.d.ts +2 -2
- package/es/components/select/select-item.d.ts.map +1 -1
- package/es/components/select/select-item.js +4 -4
- package/es/components/select/select-item.js.map +1 -1
- package/es/components/select/select-skeleton.d.ts +23 -0
- package/es/components/select/select-skeleton.d.ts.map +1 -0
- package/es/components/select/select-skeleton.js +72 -0
- package/es/components/select/select-skeleton.js.map +1 -0
- package/es/components/select/select.css.js +1 -1
- package/es/components/select/select.d.ts +29 -331
- package/es/components/select/select.d.ts.map +1 -1
- package/es/components/select/select.js +151 -74
- 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.d.ts +2 -2
- package/es/components/skeleton-placeholder/skeleton-placeholder.d.ts.map +1 -1
- package/es/components/skeleton-placeholder/skeleton-placeholder.js +4 -4
- package/es/components/skeleton-placeholder/skeleton-placeholder.js.map +1 -1
- package/es/components/skeleton-text/defs.d.ts +2 -6
- package/es/components/skeleton-text/defs.d.ts.map +1 -1
- package/es/components/skeleton-text/defs.js +1 -2
- package/es/components/skeleton-text/defs.js.map +1 -1
- package/es/components/skeleton-text/skeleton-text.css.js +1 -1
- package/es/components/skeleton-text/skeleton-text.d.ts +2 -2
- package/es/components/skeleton-text/skeleton-text.d.ts.map +1 -1
- package/es/components/skeleton-text/skeleton-text.js +4 -4
- package/es/components/skeleton-text/skeleton-text.js.map +1 -1
- package/es/components/skeleton-text/skeleton-text.rtl.css.js +1 -1
- package/es/components/slider/slider-input.d.ts +11 -9
- package/es/components/slider/slider-input.d.ts.map +1 -1
- package/es/components/slider/slider-input.js +36 -18
- package/es/components/slider/slider-input.js.map +1 -1
- package/es/components/slider/slider-skeleton.d.ts +2 -2
- package/es/components/slider/slider-skeleton.d.ts.map +1 -1
- package/es/components/slider/slider-skeleton.js +4 -4
- package/es/components/slider/slider-skeleton.js.map +1 -1
- package/es/components/slider/slider.css.js +1 -1
- package/es/components/slider/slider.d.ts +35 -19
- package/es/components/slider/slider.d.ts.map +1 -1
- package/es/components/slider/slider.js +119 -54
- package/es/components/slider/slider.js.map +1 -1
- package/es/components/slider/slider.rtl.css.js +1 -1
- package/es/components/structured-list/structured-list-row.d.ts +3 -0
- package/es/components/structured-list/structured-list-row.d.ts.map +1 -1
- package/es/components/structured-list/structured-list.css.js +1 -1
- package/es/components/structured-list/structured-list.rtl.css.js +1 -1
- package/es/components/tabs/tabs.css.js +1 -1
- package/es/components/tabs/tabs.rtl.css.js +1 -1
- package/es/components/text-input/defs.d.ts +44 -0
- package/es/components/text-input/defs.d.ts.map +1 -0
- package/es/components/text-input/defs.js +36 -0
- package/es/components/text-input/defs.js.map +1 -0
- package/es/components/text-input/index.d.ts +12 -0
- package/es/components/text-input/index.d.ts.map +1 -0
- package/es/components/text-input/index.js +12 -0
- package/es/components/text-input/index.js.map +1 -0
- package/es/components/text-input/text-input-skeleton.d.ts +23 -0
- package/es/components/text-input/text-input-skeleton.d.ts.map +1 -0
- package/es/components/text-input/text-input-skeleton.js +72 -0
- package/es/components/text-input/text-input-skeleton.js.map +1 -0
- package/es/components/text-input/text-input.css.js +12 -0
- package/es/components/text-input/text-input.d.ts +786 -0
- package/es/components/text-input/text-input.d.ts.map +1 -0
- package/es/components/text-input/text-input.js +657 -0
- package/es/components/text-input/text-input.js.map +1 -0
- package/es/components/text-input/text-input.rtl.css.js +12 -0
- package/es/components/textarea/textarea-skeleton.d.ts +2 -2
- package/es/components/textarea/textarea-skeleton.d.ts.map +1 -1
- package/es/components/textarea/textarea-skeleton.js +4 -4
- package/es/components/textarea/textarea-skeleton.js.map +1 -1
- package/es/components/textarea/textarea.css.js +1 -1
- package/es/components/textarea/textarea.d.ts +6 -681
- package/es/components/textarea/textarea.d.ts.map +1 -1
- package/es/components/textarea/textarea.js +63 -197
- package/es/components/textarea/textarea.js.map +1 -1
- package/es/components/textarea/textarea.rtl.css.js +1 -1
- package/es/components/tile/expandable-tile.d.ts +3 -1
- package/es/components/tile/expandable-tile.d.ts.map +1 -1
- package/es/components/tile/expandable-tile.js +4 -0
- package/es/components/tile/expandable-tile.js.map +1 -1
- package/es/components/tile/tile.css.js +1 -1
- package/es/components/tile/tile.rtl.css.js +1 -1
- package/es/components/toggle-tip/toggletip.d.ts +2 -2
- package/es/components/toggle-tip/toggletip.d.ts.map +1 -1
- package/es/components/toggle-tip/toggletip.js +2 -2
- package/es/components/toggle-tip/toggletip.js.map +1 -1
- package/es/components/tooltip/index.d.ts +1 -3
- package/es/components/tooltip/index.d.ts.map +1 -1
- package/es/components/tooltip/index.js +1 -3
- package/es/components/tooltip/index.js.map +1 -1
- package/es/components/tooltip/tooltip-content.d.ts +20 -0
- package/es/components/tooltip/tooltip-content.d.ts.map +1 -0
- package/es/components/tooltip/tooltip-content.js +62 -0
- package/es/components/tooltip/tooltip-content.js.map +1 -0
- package/es/components/tooltip/tooltip.css.js +1 -1
- package/es/components/tooltip/tooltip.d.ts +36 -25
- package/es/components/tooltip/tooltip.d.ts.map +1 -1
- package/es/components/tooltip/tooltip.js +111 -124
- package/es/components/tooltip/tooltip.js.map +1 -1
- package/es/components/tooltip/tooltip.rtl.css.js +1 -1
- package/es/components/ui-shell/side-nav.d.ts.map +1 -1
- package/es/components/ui-shell/side-nav.js +1 -1
- package/es/components/ui-shell/side-nav.js.map +1 -1
- package/es/components-react/button/button-set.js +1 -1
- package/es/components-react/button/button-skeleton.d.ts +2 -2
- package/es/components-react/button/button-skeleton.js +1 -1
- package/es/components-react/button/button.d.ts +2 -2
- package/es/components-react/button/button.js +1 -1
- package/es/components-react/checkbox/checkbox-skeleton.d.ts +15 -0
- package/es/components-react/checkbox/checkbox-skeleton.js +21 -0
- package/es/components-react/checkbox/checkbox.d.ts +2 -2
- package/es/components-react/combo-box/combo-box-item.d.ts +2 -2
- package/es/components-react/combo-box/combo-box.d.ts +2 -2
- package/es/components-react/combo-box/combo-box.js +1 -5
- package/es/components-react/copy/copy.d.ts +14 -0
- package/es/components-react/copy/copy.js +23 -0
- package/es/components-react/copy-button/copy-button.d.ts +2 -2
- package/es/components-react/date-picker/date-picker-input-skeleton.d.ts +2 -2
- package/es/components-react/date-picker/date-picker-input.d.ts +2 -2
- package/es/components-react/date-picker/date-picker-input.js +0 -1
- package/es/components-react/date-picker/date-picker.d.ts +2 -2
- package/es/components-react/dropdown/dropdown-item.d.ts +2 -2
- package/es/components-react/dropdown/dropdown-skeleton.d.ts +2 -2
- package/es/components-react/dropdown/dropdown.d.ts +2 -2
- package/es/components-react/dropdown/dropdown.js +1 -1
- package/es/components-react/file-uploader/demo-file-uploader.d.ts +31 -7
- package/es/components-react/file-uploader/demo-file-uploader.js +30 -6
- package/es/components-react/file-uploader/file-uploader-button.d.ts +19 -0
- package/es/components-react/file-uploader/file-uploader-button.js +28 -0
- package/es/components-react/file-uploader/file-uploader-drop-container.d.ts +19 -0
- package/es/components-react/file-uploader/file-uploader-drop-container.js +28 -0
- package/es/components-react/file-uploader/file-uploader-item.d.ts +2 -2
- package/es/components-react/file-uploader/file-uploader-skeleton.d.ts +15 -0
- package/es/components-react/file-uploader/file-uploader-skeleton.js +21 -0
- package/es/components-react/file-uploader/file-uploader.d.ts +2 -2
- package/es/components-react/icon-button/defs.js +9 -0
- package/es/components-react/icon-button/icon-button.d.ts +14 -0
- package/es/components-react/icon-button/icon-button.js +24 -0
- package/es/components-react/inline-loading/inline-loading.d.ts +2 -2
- package/es/components-react/list/ordered-list.d.ts +2 -2
- package/es/components-react/list/unordered-list.d.ts +2 -2
- package/es/components-react/loading/loading.d.ts +2 -2
- package/es/components-react/modal/modal-footer-button.d.ts +2 -2
- package/es/components-react/multi-select/multi-select-item.d.ts +2 -2
- package/es/components-react/multi-select/multi-select.d.ts +2 -2
- package/es/components-react/multi-select/multi-select.js +1 -5
- package/es/components-react/notification/actionable-notification-button.d.ts +15 -0
- package/es/components-react/notification/actionable-notification-button.js +23 -0
- package/es/components-react/notification/actionable-notification.d.ts +14 -0
- package/es/components-react/notification/actionable-notification.js +23 -0
- package/es/components-react/notification/inline-notification.d.ts +2 -2
- package/es/components-react/notification/toast-notification.d.ts +2 -2
- package/es/components-react/number-input/number-input-skeleton.d.ts +2 -2
- package/es/components-react/number-input/number-input.d.ts +3 -3
- package/es/components-react/number-input/number-input.js +3 -6
- package/es/components-react/popover/defs.js +9 -0
- package/es/components-react/popover/index.js +8 -0
- package/es/components-react/popover/popover-content.d.ts +15 -0
- package/es/components-react/popover/popover-content.js +21 -0
- package/es/components-react/popover/popover.d.ts +15 -0
- package/es/components-react/popover/popover.js +21 -0
- package/es/components-react/progress-bar/defs.js +9 -0
- package/es/components-react/progress-bar/index.d.ts +14 -0
- package/es/components-react/progress-bar/index.js +8 -0
- package/es/components-react/progress-bar/progress-bar.d.ts +15 -0
- package/es/components-react/progress-bar/progress-bar.js +26 -0
- package/es/components-react/search/search-skeleton.d.ts +2 -2
- package/es/components-react/search/search.d.ts +2 -2
- package/es/components-react/search/search.js +0 -1
- package/es/components-react/select/select-item-group.d.ts +2 -2
- package/es/components-react/select/select-item.d.ts +2 -2
- package/es/components-react/select/select-skeleton.d.ts +15 -0
- package/es/components-react/select/select-skeleton.js +21 -0
- package/es/components-react/select/select.d.ts +2 -2
- package/es/components-react/select/select.js +0 -1
- package/es/components-react/skeleton-placeholder/skeleton-placeholder.d.ts +2 -2
- package/es/components-react/skeleton-text/skeleton-text.d.ts +2 -2
- package/es/components-react/slider/slider-input.d.ts +2 -2
- package/es/components-react/slider/slider-input.js +0 -1
- package/es/components-react/slider/slider-skeleton.d.ts +2 -2
- package/es/components-react/slider/slider.d.ts +2 -2
- package/es/components-react/text-input/defs.d.ts +14 -0
- package/es/components-react/text-input/defs.js +9 -0
- package/es/components-react/text-input/index.d.ts +14 -0
- package/es/components-react/text-input/index.js +8 -0
- package/es/components-react/text-input/text-input-skeleton.d.ts +15 -0
- package/es/components-react/text-input/text-input-skeleton.js +21 -0
- package/es/components-react/text-input/text-input.d.ts +15 -0
- package/es/components-react/text-input/text-input.js +22 -0
- package/es/components-react/textarea/textarea-skeleton.d.ts +2 -2
- package/es/components-react/textarea/textarea.d.ts +4 -5
- package/es/components-react/textarea/textarea.js +4 -3
- package/es/components-react/tooltip/tooltip-content.d.ts +14 -0
- package/es/components-react/tooltip/tooltip-content.js +23 -0
- package/es/components-react/tooltip/tooltip.d.ts +4 -5
- package/es/components-react/tooltip/tooltip.js +4 -2
- package/es/globals/mixins/form.d.ts +1 -1
- package/es/globals/mixins/form.d.ts.map +1 -1
- package/es/globals/mixins/form.js +2 -2
- package/es/globals/mixins/form.js.map +1 -1
- package/es/globals/mixins/host-listener.d.ts +1 -1
- package/es/globals/mixins/host-listener.d.ts.map +1 -1
- package/es/globals/mixins/host-listener.js +2 -2
- package/es/globals/mixins/host-listener.js.map +1 -1
- package/es/globals/mixins/on.d.ts +11 -0
- package/es/globals/mixins/on.d.ts.map +1 -0
- package/es/globals/mixins/on.js +17 -0
- package/es/globals/mixins/on.js.map +1 -0
- package/es/globals/settings.d.ts.map +1 -1
- package/es/globals/settings.js +1 -1
- package/es/globals/settings.js.map +1 -1
- package/es/globals/wrappers/createReactCustomElementType.d.ts +3 -3
- package/es/globals/wrappers/createReactCustomElementType.d.ts.map +1 -1
- package/es/globals/wrappers/createReactCustomElementType.js +4 -4
- package/es/globals/wrappers/createReactCustomElementType.js.map +1 -1
- package/es/icons/SLM/16.js +15 -0
- package/es/icons/SLM/20.js +15 -0
- package/es/icons/SLM/24.js +15 -0
- package/es/icons/SLM/32.js +15 -0
- package/es/icons/add/16.js +1 -1
- package/es/icons/apple--dash/16.js +15 -0
- package/es/icons/apple--dash/20.js +15 -0
- package/es/icons/apple--dash/24.js +15 -0
- package/es/icons/apple--dash/32.js +15 -0
- package/es/icons/arrows--vertical/16.js +1 -1
- package/es/icons/batch-job/16.js +15 -0
- package/es/icons/batch-job/20.js +15 -0
- package/es/icons/batch-job/24.js +15 -0
- package/es/icons/batch-job/32.js +15 -0
- package/es/icons/batch-job--step/16.js +15 -0
- package/es/icons/batch-job--step/20.js +15 -0
- package/es/icons/batch-job--step/24.js +15 -0
- package/es/icons/batch-job--step/32.js +15 -0
- package/es/icons/boot-volume/16.js +15 -0
- package/es/icons/boot-volume/20.js +15 -0
- package/es/icons/boot-volume/24.js +15 -0
- package/es/icons/boot-volume/32.js +15 -0
- package/es/icons/boot-volume--alt/16.js +15 -0
- package/es/icons/boot-volume--alt/20.js +15 -0
- package/es/icons/boot-volume--alt/24.js +15 -0
- package/es/icons/boot-volume--alt/32.js +15 -0
- package/es/icons/bottles--01/16.js +15 -0
- package/es/icons/bottles--01/20.js +15 -0
- package/es/icons/bottles--01/24.js +15 -0
- package/es/icons/bottles--01/32.js +15 -0
- package/es/icons/bottles--01--dash/16.js +15 -0
- package/es/icons/bottles--01--dash/20.js +15 -0
- package/es/icons/bottles--01--dash/24.js +15 -0
- package/es/icons/bottles--01--dash/32.js +15 -0
- package/es/icons/bottles--02/16.js +15 -0
- package/es/icons/bottles--02/20.js +15 -0
- package/es/icons/bottles--02/24.js +15 -0
- package/es/icons/bottles--02/32.js +15 -0
- package/es/icons/bottles--02--dash/16.js +15 -0
- package/es/icons/bottles--02--dash/20.js +15 -0
- package/es/icons/bottles--02--dash/24.js +15 -0
- package/es/icons/bottles--02--dash/32.js +15 -0
- package/es/icons/bottles--container/16.js +15 -0
- package/es/icons/bottles--container/20.js +15 -0
- package/es/icons/bottles--container/24.js +15 -0
- package/es/icons/bottles--container/32.js +15 -0
- package/es/icons/build-tool/16.js +15 -0
- package/es/icons/build-tool/20.js +15 -0
- package/es/icons/build-tool/24.js +15 -0
- package/es/icons/build-tool/32.js +15 -0
- package/es/icons/calendar--add/16.js +15 -0
- package/es/icons/calendar--add/20.js +15 -0
- package/es/icons/calendar--add/24.js +15 -0
- package/es/icons/calendar--add/32.js +15 -0
- package/es/icons/calendar--add--alt/16.js +15 -0
- package/es/icons/calendar--add--alt/20.js +15 -0
- package/es/icons/calendar--add--alt/24.js +15 -0
- package/es/icons/calendar--add--alt/32.js +15 -0
- package/es/icons/carbon--ui-builder/16.js +15 -0
- package/es/icons/carbon--ui-builder/20.js +15 -0
- package/es/icons/carbon--ui-builder/24.js +15 -0
- package/es/icons/carbon--ui-builder/32.js +15 -0
- package/es/icons/caret--down/16.js +1 -1
- package/es/icons/caret--up/16.js +1 -1
- package/es/icons/catalog--publish/16.js +15 -0
- package/es/icons/catalog--publish/20.js +15 -0
- package/es/icons/catalog--publish/24.js +15 -0
- package/es/icons/catalog--publish/32.js +15 -0
- package/es/icons/cics--db2-connection/16.js +15 -0
- package/es/icons/cics--db2-connection/20.js +15 -0
- package/es/icons/cics--db2-connection/24.js +15 -0
- package/es/icons/cics--db2-connection/32.js +15 -0
- package/es/icons/cics--program/16.js +15 -0
- package/es/icons/cics--program/20.js +15 -0
- package/es/icons/cics--program/24.js +15 -0
- package/es/icons/cics--program/32.js +15 -0
- package/es/icons/cics--sit/16.js +15 -0
- package/es/icons/cics--sit/20.js +15 -0
- package/es/icons/cics--sit/24.js +15 -0
- package/es/icons/cics--sit/32.js +15 -0
- package/es/icons/cics--sit-overrides/16.js +15 -0
- package/es/icons/cics--sit-overrides/20.js +15 -0
- package/es/icons/cics--sit-overrides/24.js +15 -0
- package/es/icons/cics--sit-overrides/32.js +15 -0
- package/es/icons/cics--transaction-server-zos/16.js +15 -0
- package/es/icons/cics--transaction-server-zos/20.js +15 -0
- package/es/icons/cics--transaction-server-zos/24.js +15 -0
- package/es/icons/cics--transaction-server-zos/32.js +15 -0
- package/es/icons/cics-region--alt/16.js +15 -0
- package/es/icons/cics-region--alt/20.js +15 -0
- package/es/icons/cics-region--alt/24.js +15 -0
- package/es/icons/cics-region--alt/32.js +15 -0
- package/es/icons/connect--reference/16.js +15 -0
- package/es/icons/connect--reference/20.d.ts +17 -0
- package/es/icons/connect--reference/20.js +15 -0
- package/es/icons/connect--reference/24.d.ts +17 -0
- package/es/icons/connect--reference/24.js +15 -0
- package/es/icons/connect--reference/32.d.ts +17 -0
- package/es/icons/connect--reference/32.js +15 -0
- package/es/icons/continuous-deployment/16.d.ts +17 -0
- package/es/icons/continuous-deployment/16.js +15 -0
- package/es/icons/continuous-deployment/20.d.ts +17 -0
- package/es/icons/continuous-deployment/20.js +15 -0
- package/es/icons/continuous-deployment/24.d.ts +17 -0
- package/es/icons/continuous-deployment/24.js +15 -0
- package/es/icons/continuous-deployment/32.d.ts +17 -0
- package/es/icons/continuous-deployment/32.js +15 -0
- package/es/icons/continuous-integration/16.d.ts +17 -0
- package/es/icons/continuous-integration/16.js +15 -0
- package/es/icons/continuous-integration/20.d.ts +17 -0
- package/es/icons/continuous-integration/20.js +15 -0
- package/es/icons/continuous-integration/24.d.ts +17 -0
- package/es/icons/continuous-integration/24.js +15 -0
- package/es/icons/continuous-integration/32.d.ts +17 -0
- package/es/icons/continuous-integration/32.js +15 -0
- package/es/icons/data-enrichment/16.js +1 -1
- package/es/icons/data-enrichment/20.js +1 -1
- package/es/icons/data-enrichment/24.js +1 -1
- package/es/icons/data-enrichment/32.js +1 -1
- package/es/icons/data-enrichment--add/16.d.ts +17 -0
- package/es/icons/data-enrichment--add/16.js +15 -0
- package/es/icons/data-enrichment--add/20.d.ts +17 -0
- package/es/icons/data-enrichment--add/20.js +15 -0
- package/es/icons/data-enrichment--add/24.d.ts +17 -0
- package/es/icons/data-enrichment--add/24.js +15 -0
- package/es/icons/data-enrichment--add/32.d.ts +17 -0
- package/es/icons/data-enrichment--add/32.js +15 -0
- package/es/icons/data-quality-definition/16.d.ts +17 -0
- package/es/icons/data-quality-definition/16.js +15 -0
- package/es/icons/data-quality-definition/20.d.ts +17 -0
- package/es/icons/data-quality-definition/20.js +15 -0
- package/es/icons/data-quality-definition/24.d.ts +17 -0
- package/es/icons/data-quality-definition/24.js +15 -0
- package/es/icons/data-quality-definition/32.d.ts +17 -0
- package/es/icons/data-quality-definition/32.js +15 -0
- package/es/icons/data-volume/16.d.ts +17 -0
- package/es/icons/data-volume/16.js +15 -0
- package/es/icons/data-volume/20.d.ts +17 -0
- package/es/icons/data-volume/20.js +15 -0
- package/es/icons/data-volume/24.d.ts +17 -0
- package/es/icons/data-volume/24.js +15 -0
- package/es/icons/data-volume/32.d.ts +17 -0
- package/es/icons/data-volume/32.js +15 -0
- package/es/icons/data-volume--alt/16.d.ts +17 -0
- package/es/icons/data-volume--alt/16.js +15 -0
- package/es/icons/data-volume--alt/20.d.ts +17 -0
- package/es/icons/data-volume--alt/20.js +15 -0
- package/es/icons/data-volume--alt/24.d.ts +17 -0
- package/es/icons/data-volume--alt/24.js +15 -0
- package/es/icons/data-volume--alt/32.d.ts +17 -0
- package/es/icons/data-volume--alt/32.js +15 -0
- package/es/icons/db2--buffer-pool/16.d.ts +17 -0
- package/es/icons/db2--buffer-pool/16.js +15 -0
- package/es/icons/db2--buffer-pool/20.d.ts +17 -0
- package/es/icons/db2--buffer-pool/20.js +15 -0
- package/es/icons/db2--buffer-pool/24.d.ts +17 -0
- package/es/icons/db2--buffer-pool/24.js +15 -0
- package/es/icons/db2--buffer-pool/32.d.ts +17 -0
- package/es/icons/db2--buffer-pool/32.js +15 -0
- package/es/icons/db2--data-sharing-group/16.d.ts +17 -0
- package/es/icons/db2--data-sharing-group/16.js +15 -0
- package/es/icons/db2--data-sharing-group/20.d.ts +17 -0
- package/es/icons/db2--data-sharing-group/20.js +15 -0
- package/es/icons/db2--data-sharing-group/24.d.ts +17 -0
- package/es/icons/db2--data-sharing-group/24.js +15 -0
- package/es/icons/db2--data-sharing-group/32.d.ts +17 -0
- package/es/icons/db2--data-sharing-group/32.js +15 -0
- package/es/icons/db2--database/16.d.ts +17 -0
- package/es/icons/db2--database/16.js +15 -0
- package/es/icons/db2--database/20.d.ts +17 -0
- package/es/icons/db2--database/20.js +15 -0
- package/es/icons/db2--database/24.d.ts +17 -0
- package/es/icons/db2--database/24.js +15 -0
- package/es/icons/db2--database/32.d.ts +17 -0
- package/es/icons/db2--database/32.js +15 -0
- package/es/icons/diamond-fill/index.d.ts +17 -0
- package/es/icons/document--multiple-01/16.d.ts +17 -0
- package/es/icons/document--multiple-01/16.js +15 -0
- package/es/icons/document--multiple-01/20.d.ts +17 -0
- package/es/icons/document--multiple-01/20.js +15 -0
- package/es/icons/document--multiple-01/24.d.ts +17 -0
- package/es/icons/document--multiple-01/24.js +15 -0
- package/es/icons/document--multiple-01/32.d.ts +17 -0
- package/es/icons/document--multiple-01/32.js +15 -0
- package/es/icons/document--multiple-02/16.d.ts +17 -0
- package/es/icons/document--multiple-02/16.js +15 -0
- package/es/icons/document--multiple-02/20.d.ts +17 -0
- package/es/icons/document--multiple-02/20.js +15 -0
- package/es/icons/document--multiple-02/24.d.ts +17 -0
- package/es/icons/document--multiple-02/24.js +15 -0
- package/es/icons/document--multiple-02/32.d.ts +17 -0
- package/es/icons/document--multiple-02/32.js +15 -0
- package/es/icons/drink--01/16.d.ts +17 -0
- package/es/icons/drink--01/16.js +15 -0
- package/es/icons/drink--01/20.d.ts +17 -0
- package/es/icons/drink--01/20.js +15 -0
- package/es/icons/drink--01/24.d.ts +17 -0
- package/es/icons/drink--01/24.js +15 -0
- package/es/icons/drink--01/32.d.ts +17 -0
- package/es/icons/drink--01/32.js +15 -0
- package/es/icons/drink--02/16.d.ts +17 -0
- package/es/icons/drink--02/16.js +15 -0
- package/es/icons/drink--02/20.d.ts +17 -0
- package/es/icons/drink--02/20.js +15 -0
- package/es/icons/drink--02/24.d.ts +17 -0
- package/es/icons/drink--02/24.js +15 -0
- package/es/icons/drink--02/32.d.ts +17 -0
- package/es/icons/drink--02/32.js +15 -0
- package/es/icons/executable-program/16.d.ts +17 -0
- package/es/icons/executable-program/16.js +15 -0
- package/es/icons/executable-program/20.d.ts +17 -0
- package/es/icons/executable-program/20.js +15 -0
- package/es/icons/executable-program/24.d.ts +17 -0
- package/es/icons/executable-program/24.js +15 -0
- package/es/icons/executable-program/32.d.ts +17 -0
- package/es/icons/executable-program/32.js +15 -0
- package/es/icons/ibm--bluepay/16.d.ts +17 -0
- package/es/icons/ibm--bluepay/16.js +15 -0
- package/es/icons/ibm--bluepay/20.d.ts +17 -0
- package/es/icons/ibm--bluepay/20.js +15 -0
- package/es/icons/ibm--bluepay/24.d.ts +17 -0
- package/es/icons/ibm--bluepay/24.js +15 -0
- package/es/icons/ibm--bluepay/32.d.ts +17 -0
- package/es/icons/ibm--bluepay/32.js +15 -0
- package/es/icons/ibm--content-services/16.d.ts +17 -0
- package/es/icons/ibm--content-services/16.js +15 -0
- package/es/icons/ibm--content-services/20.d.ts +17 -0
- package/es/icons/ibm--content-services/20.js +15 -0
- package/es/icons/ibm--content-services/24.d.ts +17 -0
- package/es/icons/ibm--content-services/24.js +15 -0
- package/es/icons/ibm--content-services/32.d.ts +17 -0
- package/es/icons/ibm--content-services/32.js +15 -0
- package/es/icons/ibm--datastage/16.d.ts +17 -0
- package/es/icons/ibm--datastage/16.js +15 -0
- package/es/icons/ibm--datastage/20.d.ts +17 -0
- package/es/icons/ibm--datastage/20.js +15 -0
- package/es/icons/ibm--datastage/24.d.ts +17 -0
- package/es/icons/ibm--datastage/24.js +15 -0
- package/es/icons/ibm--datastage/32.d.ts +17 -0
- package/es/icons/ibm--datastage/32.js +15 -0
- package/es/icons/ibm--db2/16.d.ts +17 -0
- package/es/icons/ibm--db2/16.js +15 -0
- package/es/icons/ibm--db2/20.d.ts +17 -0
- package/es/icons/ibm--db2/20.js +15 -0
- package/es/icons/ibm--db2/24.d.ts +17 -0
- package/es/icons/ibm--db2/24.js +15 -0
- package/es/icons/ibm--db2/32.d.ts +17 -0
- package/es/icons/ibm--db2/32.js +15 -0
- package/es/icons/ibm--db2--alt/16.d.ts +17 -0
- package/es/icons/ibm--db2--alt/16.js +15 -0
- package/es/icons/ibm--db2--alt/20.d.ts +17 -0
- package/es/icons/ibm--db2--alt/20.js +15 -0
- package/es/icons/ibm--db2--alt/24.d.ts +17 -0
- package/es/icons/ibm--db2--alt/24.js +15 -0
- package/es/icons/ibm--db2--alt/32.d.ts +17 -0
- package/es/icons/ibm--db2--alt/32.js +15 -0
- package/es/icons/ibm--mq/16.d.ts +17 -0
- package/es/icons/ibm--mq/16.js +15 -0
- package/es/icons/ibm--mq/20.d.ts +17 -0
- package/es/icons/ibm--mq/20.js +15 -0
- package/es/icons/ibm--mq/24.d.ts +17 -0
- package/es/icons/ibm--mq/24.js +15 -0
- package/es/icons/ibm--mq/32.d.ts +17 -0
- package/es/icons/ibm--mq/32.js +15 -0
- package/es/icons/ibm--open-enterprise-languages/16.d.ts +17 -0
- package/es/icons/ibm--open-enterprise-languages/16.js +15 -0
- package/es/icons/ibm--open-enterprise-languages/20.d.ts +17 -0
- package/es/icons/ibm--open-enterprise-languages/20.js +15 -0
- package/es/icons/ibm--open-enterprise-languages/24.d.ts +17 -0
- package/es/icons/ibm--open-enterprise-languages/24.js +15 -0
- package/es/icons/ibm--open-enterprise-languages/32.d.ts +17 -0
- package/es/icons/ibm--open-enterprise-languages/32.js +15 -0
- package/es/icons/ibm--power-vs/16.d.ts +17 -0
- package/es/icons/ibm--power-vs/16.js +15 -0
- package/es/icons/ibm--power-vs/20.d.ts +17 -0
- package/es/icons/ibm--power-vs/20.js +15 -0
- package/es/icons/ibm--power-vs/24.d.ts +17 -0
- package/es/icons/ibm--power-vs/24.js +15 -0
- package/es/icons/ibm--power-vs/32.d.ts +17 -0
- package/es/icons/ibm--power-vs/32.js +15 -0
- package/es/icons/ibm--process-mining/16.d.ts +17 -0
- package/es/icons/ibm--process-mining/16.js +15 -0
- package/es/icons/ibm--process-mining/20.d.ts +17 -0
- package/es/icons/ibm--process-mining/20.js +15 -0
- package/es/icons/ibm--process-mining/24.d.ts +17 -0
- package/es/icons/ibm--process-mining/24.js +15 -0
- package/es/icons/ibm--process-mining/32.d.ts +17 -0
- package/es/icons/ibm--process-mining/32.js +15 -0
- package/es/icons/ibm--telehealth/16.d.ts +17 -0
- package/es/icons/ibm--telehealth/16.js +15 -0
- package/es/icons/ibm--telehealth/20.d.ts +17 -0
- package/es/icons/ibm--telehealth/20.js +15 -0
- package/es/icons/ibm--telehealth/24.d.ts +17 -0
- package/es/icons/ibm--telehealth/24.js +15 -0
- package/es/icons/ibm--telehealth/32.d.ts +17 -0
- package/es/icons/ibm--telehealth/32.js +15 -0
- package/es/icons/ibm--tenet/16.d.ts +17 -0
- package/es/icons/ibm--tenet/16.js +15 -0
- package/es/icons/ibm--tenet/20.d.ts +17 -0
- package/es/icons/ibm--tenet/20.js +15 -0
- package/es/icons/ibm--tenet/24.d.ts +17 -0
- package/es/icons/ibm--tenet/24.js +15 -0
- package/es/icons/ibm--tenet/32.d.ts +17 -0
- package/es/icons/ibm--tenet/32.js +15 -0
- package/es/icons/ibm--toolchain/16.d.ts +17 -0
- package/es/icons/ibm--toolchain/16.js +15 -0
- package/es/icons/ibm--toolchain/20.d.ts +17 -0
- package/es/icons/ibm--toolchain/20.js +15 -0
- package/es/icons/ibm--toolchain/24.d.ts +17 -0
- package/es/icons/ibm--toolchain/24.js +15 -0
- package/es/icons/ibm--toolchain/32.d.ts +17 -0
- package/es/icons/ibm--toolchain/32.js +15 -0
- package/es/icons/ibm-cloud--HSM/16.d.ts +17 -0
- package/es/icons/ibm-cloud--HSM/16.js +15 -0
- package/es/icons/ibm-cloud--HSM/20.d.ts +17 -0
- package/es/icons/ibm-cloud--HSM/20.js +15 -0
- package/es/icons/ibm-cloud--HSM/24.d.ts +17 -0
- package/es/icons/ibm-cloud--HSM/24.js +15 -0
- package/es/icons/ibm-cloud--HSM/32.d.ts +17 -0
- package/es/icons/ibm-cloud--HSM/32.js +15 -0
- package/es/icons/ibm-cloud--app-id/16.d.ts +17 -0
- package/es/icons/ibm-cloud--app-id/16.js +15 -0
- package/es/icons/ibm-cloud--app-id/20.d.ts +17 -0
- package/es/icons/ibm-cloud--app-id/20.js +15 -0
- package/es/icons/ibm-cloud--app-id/24.d.ts +17 -0
- package/es/icons/ibm-cloud--app-id/24.js +15 -0
- package/es/icons/ibm-cloud--app-id/32.d.ts +17 -0
- package/es/icons/ibm-cloud--app-id/32.js +15 -0
- package/es/icons/ibm-cloud--citrix-daas/16.d.ts +17 -0
- package/es/icons/ibm-cloud--citrix-daas/16.js +15 -0
- package/es/icons/ibm-cloud--citrix-daas/20.d.ts +17 -0
- package/es/icons/ibm-cloud--citrix-daas/20.js +15 -0
- package/es/icons/ibm-cloud--citrix-daas/24.d.ts +17 -0
- package/es/icons/ibm-cloud--citrix-daas/24.js +15 -0
- package/es/icons/ibm-cloud--citrix-daas/32.d.ts +17 -0
- package/es/icons/ibm-cloud--citrix-daas/32.js +15 -0
- package/es/icons/ibm-cloud--continuous-delivery/16.d.ts +17 -0
- package/es/icons/ibm-cloud--continuous-delivery/16.js +15 -0
- package/es/icons/ibm-cloud--continuous-delivery/20.d.ts +17 -0
- package/es/icons/ibm-cloud--continuous-delivery/20.js +15 -0
- package/es/icons/ibm-cloud--continuous-delivery/24.d.ts +17 -0
- package/es/icons/ibm-cloud--continuous-delivery/24.js +15 -0
- package/es/icons/ibm-cloud--continuous-delivery/32.d.ts +17 -0
- package/es/icons/ibm-cloud--continuous-delivery/32.js +15 -0
- package/es/icons/ibm-cloud--direct-link-1--connect/16.d.ts +17 -0
- package/es/icons/ibm-cloud--direct-link-1--connect/16.js +15 -0
- package/es/icons/ibm-cloud--direct-link-1--connect/20.d.ts +17 -0
- package/es/icons/ibm-cloud--direct-link-1--connect/20.js +15 -0
- package/es/icons/ibm-cloud--direct-link-1--connect/24.d.ts +17 -0
- package/es/icons/ibm-cloud--direct-link-1--connect/24.js +15 -0
- package/es/icons/ibm-cloud--direct-link-1--connect/32.d.ts +17 -0
- package/es/icons/ibm-cloud--direct-link-1--connect/32.js +15 -0
- package/es/icons/ibm-cloud--direct-link-1--dedicated/16.d.ts +17 -0
- package/es/icons/ibm-cloud--direct-link-1--dedicated/16.js +15 -0
- package/es/icons/ibm-cloud--direct-link-1--dedicated/20.d.ts +17 -0
- package/es/icons/ibm-cloud--direct-link-1--dedicated/20.js +15 -0
- package/es/icons/ibm-cloud--direct-link-1--dedicated/24.d.ts +17 -0
- package/es/icons/ibm-cloud--direct-link-1--dedicated/24.js +15 -0
- package/es/icons/ibm-cloud--direct-link-1--dedicated/32.d.ts +17 -0
- package/es/icons/ibm-cloud--direct-link-1--dedicated/32.js +15 -0
- package/es/icons/ibm-cloud--direct-link-1--dedicated-hosting/16.d.ts +17 -0
- package/es/icons/ibm-cloud--direct-link-1--dedicated-hosting/16.js +15 -0
- package/es/icons/ibm-cloud--direct-link-1--dedicated-hosting/20.d.ts +17 -0
- package/es/icons/ibm-cloud--direct-link-1--dedicated-hosting/20.js +15 -0
- package/es/icons/ibm-cloud--direct-link-1--dedicated-hosting/24.d.ts +17 -0
- package/es/icons/ibm-cloud--direct-link-1--dedicated-hosting/24.js +15 -0
- package/es/icons/ibm-cloud--direct-link-1--dedicated-hosting/32.d.ts +17 -0
- package/es/icons/ibm-cloud--direct-link-1--dedicated-hosting/32.js +15 -0
- package/es/icons/ibm-cloud--direct-link-1--exchange/16.d.ts +17 -0
- package/es/icons/ibm-cloud--direct-link-1--exchange/16.js +15 -0
- package/es/icons/ibm-cloud--direct-link-1--exchange/20.d.ts +17 -0
- package/es/icons/ibm-cloud--direct-link-1--exchange/20.js +15 -0
- package/es/icons/ibm-cloud--direct-link-1--exchange/24.d.ts +17 -0
- package/es/icons/ibm-cloud--direct-link-1--exchange/24.js +15 -0
- package/es/icons/ibm-cloud--direct-link-1--exchange/32.d.ts +17 -0
- package/es/icons/ibm-cloud--direct-link-1--exchange/32.js +15 -0
- package/es/icons/ibm-cloud--direct-link-2--connect/16.d.ts +17 -0
- package/es/icons/ibm-cloud--direct-link-2--connect/16.js +15 -0
- package/es/icons/ibm-cloud--direct-link-2--connect/20.d.ts +17 -0
- package/es/icons/ibm-cloud--direct-link-2--connect/20.js +15 -0
- package/es/icons/ibm-cloud--direct-link-2--connect/24.d.ts +17 -0
- package/es/icons/ibm-cloud--direct-link-2--connect/24.js +15 -0
- package/es/icons/ibm-cloud--direct-link-2--connect/32.d.ts +17 -0
- package/es/icons/ibm-cloud--direct-link-2--connect/32.js +15 -0
- package/es/icons/ibm-cloud--direct-link-2--dedicated/16.d.ts +17 -0
- package/es/icons/ibm-cloud--direct-link-2--dedicated/16.js +15 -0
- package/es/icons/ibm-cloud--direct-link-2--dedicated/20.d.ts +17 -0
- package/es/icons/ibm-cloud--direct-link-2--dedicated/20.js +15 -0
- package/es/icons/ibm-cloud--direct-link-2--dedicated/24.d.ts +17 -0
- package/es/icons/ibm-cloud--direct-link-2--dedicated/24.js +15 -0
- package/es/icons/ibm-cloud--direct-link-2--dedicated/32.d.ts +17 -0
- package/es/icons/ibm-cloud--direct-link-2--dedicated/32.js +15 -0
- package/es/icons/ibm-cloud--direct-link-2--dedicated-hosting/16.d.ts +17 -0
- package/es/icons/ibm-cloud--direct-link-2--dedicated-hosting/16.js +15 -0
- package/es/icons/ibm-cloud--direct-link-2--dedicated-hosting/20.d.ts +17 -0
- package/es/icons/ibm-cloud--direct-link-2--dedicated-hosting/20.js +15 -0
- package/es/icons/ibm-cloud--direct-link-2--dedicated-hosting/24.d.ts +17 -0
- package/es/icons/ibm-cloud--direct-link-2--dedicated-hosting/24.js +15 -0
- package/es/icons/ibm-cloud--direct-link-2--dedicated-hosting/32.d.ts +17 -0
- package/es/icons/ibm-cloud--direct-link-2--dedicated-hosting/32.js +15 -0
- package/es/icons/ibm-cloud--event-notification/16.d.ts +17 -0
- package/es/icons/ibm-cloud--event-notification/16.js +15 -0
- package/es/icons/ibm-cloud--event-notification/20.d.ts +17 -0
- package/es/icons/ibm-cloud--event-notification/20.js +15 -0
- package/es/icons/ibm-cloud--event-notification/24.d.ts +17 -0
- package/es/icons/ibm-cloud--event-notification/24.js +15 -0
- package/es/icons/ibm-cloud--event-notification/32.d.ts +17 -0
- package/es/icons/ibm-cloud--event-notification/32.js +15 -0
- package/es/icons/ibm-cloud--event-streams/16.d.ts +17 -0
- package/es/icons/ibm-cloud--event-streams/16.js +15 -0
- package/es/icons/ibm-cloud--event-streams/20.d.ts +17 -0
- package/es/icons/ibm-cloud--event-streams/20.js +15 -0
- package/es/icons/ibm-cloud--event-streams/24.d.ts +17 -0
- package/es/icons/ibm-cloud--event-streams/24.js +15 -0
- package/es/icons/ibm-cloud--event-streams/32.d.ts +17 -0
- package/es/icons/ibm-cloud--event-streams/32.js +15 -0
- package/es/icons/ibm-cloud--for-education/16.d.ts +17 -0
- package/es/icons/ibm-cloud--for-education/16.js +15 -0
- package/es/icons/ibm-cloud--for-education/20.d.ts +17 -0
- package/es/icons/ibm-cloud--for-education/20.js +15 -0
- package/es/icons/ibm-cloud--for-education/24.d.ts +17 -0
- package/es/icons/ibm-cloud--for-education/24.js +15 -0
- package/es/icons/ibm-cloud--for-education/32.d.ts +17 -0
- package/es/icons/ibm-cloud--for-education/32.js +15 -0
- package/es/icons/ibm-cloud--hyper-protect-crypto-services/16.d.ts +17 -0
- package/es/icons/ibm-cloud--hyper-protect-crypto-services/16.js +15 -0
- package/es/icons/ibm-cloud--hyper-protect-crypto-services/20.d.ts +17 -0
- package/es/icons/ibm-cloud--hyper-protect-crypto-services/20.js +15 -0
- package/es/icons/ibm-cloud--hyper-protect-crypto-services/24.d.ts +17 -0
- package/es/icons/ibm-cloud--hyper-protect-crypto-services/24.js +15 -0
- package/es/icons/ibm-cloud--hyper-protect-crypto-services/32.d.ts +17 -0
- package/es/icons/ibm-cloud--hyper-protect-crypto-services/32.js +15 -0
- package/es/icons/ibm-cloud--hyper-protect-dbaas/16.d.ts +17 -0
- package/es/icons/ibm-cloud--hyper-protect-dbaas/16.js +15 -0
- package/es/icons/ibm-cloud--hyper-protect-dbaas/20.d.ts +17 -0
- package/es/icons/ibm-cloud--hyper-protect-dbaas/20.js +15 -0
- package/es/icons/ibm-cloud--hyper-protect-dbaas/24.d.ts +17 -0
- package/es/icons/ibm-cloud--hyper-protect-dbaas/24.js +15 -0
- package/es/icons/ibm-cloud--hyper-protect-dbaas/32.d.ts +17 -0
- package/es/icons/ibm-cloud--hyper-protect-dbaas/32.js +15 -0
- package/es/icons/ibm-cloud--hyper-protect-vs/16.d.ts +17 -0
- package/es/icons/ibm-cloud--hyper-protect-vs/16.js +15 -0
- package/es/icons/ibm-cloud--hyper-protect-vs/20.d.ts +17 -0
- package/es/icons/ibm-cloud--hyper-protect-vs/20.js +15 -0
- package/es/icons/ibm-cloud--hyper-protect-vs/24.d.ts +17 -0
- package/es/icons/ibm-cloud--hyper-protect-vs/24.js +15 -0
- package/es/icons/ibm-cloud--hyper-protect-vs/32.d.ts +17 -0
- package/es/icons/ibm-cloud--hyper-protect-vs/32.js +15 -0
- package/es/icons/ibm-cloud--internet-services/16.js +1 -1
- package/es/icons/ibm-cloud--internet-services/20.js +1 -1
- package/es/icons/ibm-cloud--internet-services/24.js +1 -1
- package/es/icons/ibm-cloud--internet-services/32.js +1 -1
- package/es/icons/ibm-cloud--ipsec-vpn/16.d.ts +17 -0
- package/es/icons/ibm-cloud--ipsec-vpn/16.js +15 -0
- package/es/icons/ibm-cloud--ipsec-vpn/20.d.ts +17 -0
- package/es/icons/ibm-cloud--ipsec-vpn/20.js +15 -0
- package/es/icons/ibm-cloud--ipsec-vpn/24.d.ts +17 -0
- package/es/icons/ibm-cloud--ipsec-vpn/24.js +15 -0
- package/es/icons/ibm-cloud--ipsec-vpn/32.d.ts +17 -0
- package/es/icons/ibm-cloud--ipsec-vpn/32.js +15 -0
- package/es/icons/ibm-cloud--key-protect/16.d.ts +17 -0
- package/es/icons/ibm-cloud--key-protect/16.js +15 -0
- package/es/icons/ibm-cloud--key-protect/20.d.ts +17 -0
- package/es/icons/ibm-cloud--key-protect/20.js +15 -0
- package/es/icons/ibm-cloud--key-protect/24.d.ts +17 -0
- package/es/icons/ibm-cloud--key-protect/24.js +15 -0
- package/es/icons/ibm-cloud--key-protect/32.d.ts +17 -0
- package/es/icons/ibm-cloud--key-protect/32.js +15 -0
- package/es/icons/ibm-cloud--kubernetes-service/16.d.ts +17 -0
- package/es/icons/ibm-cloud--kubernetes-service/16.js +15 -0
- package/es/icons/ibm-cloud--kubernetes-service/20.d.ts +17 -0
- package/es/icons/ibm-cloud--kubernetes-service/20.js +15 -0
- package/es/icons/ibm-cloud--kubernetes-service/24.d.ts +17 -0
- package/es/icons/ibm-cloud--kubernetes-service/24.js +15 -0
- package/es/icons/ibm-cloud--kubernetes-service/32.d.ts +17 -0
- package/es/icons/ibm-cloud--kubernetes-service/32.js +15 -0
- package/es/icons/ibm-cloud--logging/16.d.ts +17 -0
- package/es/icons/ibm-cloud--logging/16.js +15 -0
- package/es/icons/ibm-cloud--logging/20.d.ts +17 -0
- package/es/icons/ibm-cloud--logging/20.js +15 -0
- package/es/icons/ibm-cloud--logging/24.d.ts +17 -0
- package/es/icons/ibm-cloud--logging/24.js +15 -0
- package/es/icons/ibm-cloud--logging/32.d.ts +17 -0
- package/es/icons/ibm-cloud--logging/32.js +15 -0
- package/es/icons/ibm-cloud--mass-data-migration/16.d.ts +17 -0
- package/es/icons/ibm-cloud--mass-data-migration/16.js +15 -0
- package/es/icons/ibm-cloud--mass-data-migration/20.d.ts +17 -0
- package/es/icons/ibm-cloud--mass-data-migration/20.js +15 -0
- package/es/icons/ibm-cloud--mass-data-migration/24.d.ts +17 -0
- package/es/icons/ibm-cloud--mass-data-migration/24.js +15 -0
- package/es/icons/ibm-cloud--mass-data-migration/32.d.ts +17 -0
- package/es/icons/ibm-cloud--mass-data-migration/32.js +15 -0
- package/es/icons/ibm-cloud--pal/16.d.ts +17 -0
- package/es/icons/ibm-cloud--pal/16.js +15 -0
- package/es/icons/ibm-cloud--pal/20.d.ts +17 -0
- package/es/icons/ibm-cloud--pal/20.js +15 -0
- package/es/icons/ibm-cloud--pal/24.d.ts +17 -0
- package/es/icons/ibm-cloud--pal/24.js +15 -0
- package/es/icons/ibm-cloud--pal/32.d.ts +17 -0
- package/es/icons/ibm-cloud--pal/32.js +15 -0
- package/es/icons/ibm-cloud--privileged-access-gateway/16.d.ts +17 -0
- package/es/icons/ibm-cloud--privileged-access-gateway/16.js +15 -0
- package/es/icons/ibm-cloud--privileged-access-gateway/20.d.ts +17 -0
- package/es/icons/ibm-cloud--privileged-access-gateway/20.js +15 -0
- package/es/icons/ibm-cloud--privileged-access-gateway/24.d.ts +17 -0
- package/es/icons/ibm-cloud--privileged-access-gateway/24.js +15 -0
- package/es/icons/ibm-cloud--privileged-access-gateway/32.d.ts +17 -0
- package/es/icons/ibm-cloud--privileged-access-gateway/32.js +15 -0
- package/es/icons/ibm-cloud--secrets-manager/16.d.ts +17 -0
- package/es/icons/ibm-cloud--secrets-manager/16.js +15 -0
- package/es/icons/ibm-cloud--secrets-manager/20.d.ts +17 -0
- package/es/icons/ibm-cloud--secrets-manager/20.js +15 -0
- package/es/icons/ibm-cloud--secrets-manager/24.d.ts +17 -0
- package/es/icons/ibm-cloud--secrets-manager/24.js +15 -0
- package/es/icons/ibm-cloud--secrets-manager/32.d.ts +17 -0
- package/es/icons/ibm-cloud--secrets-manager/32.js +15 -0
- package/es/icons/ibm-cloud--sysdig-secure/16.d.ts +17 -0
- package/es/icons/ibm-cloud--sysdig-secure/16.js +15 -0
- package/es/icons/ibm-cloud--sysdig-secure/20.d.ts +17 -0
- package/es/icons/ibm-cloud--sysdig-secure/20.js +15 -0
- package/es/icons/ibm-cloud--sysdig-secure/24.d.ts +17 -0
- package/es/icons/ibm-cloud--sysdig-secure/24.js +15 -0
- package/es/icons/ibm-cloud--sysdig-secure/32.d.ts +17 -0
- package/es/icons/ibm-cloud--sysdig-secure/32.js +15 -0
- package/es/icons/ibm-cloud-pak--MANTA-automated-data-lineage/16.d.ts +17 -0
- package/es/icons/ibm-cloud-pak--MANTA-automated-data-lineage/16.js +15 -0
- package/es/icons/ibm-cloud-pak--MANTA-automated-data-lineage/20.d.ts +17 -0
- package/es/icons/ibm-cloud-pak--MANTA-automated-data-lineage/20.js +15 -0
- package/es/icons/ibm-cloud-pak--MANTA-automated-data-lineage/24.d.ts +17 -0
- package/es/icons/ibm-cloud-pak--MANTA-automated-data-lineage/24.js +15 -0
- package/es/icons/ibm-cloud-pak--MANTA-automated-data-lineage/32.d.ts +17 -0
- package/es/icons/ibm-cloud-pak--MANTA-automated-data-lineage/32.js +15 -0
- package/es/icons/ibm-cloud-pak--business-automation/16.d.ts +17 -0
- package/es/icons/ibm-cloud-pak--business-automation/16.js +15 -0
- package/es/icons/ibm-cloud-pak--business-automation/20.d.ts +17 -0
- package/es/icons/ibm-cloud-pak--business-automation/20.js +15 -0
- package/es/icons/ibm-cloud-pak--business-automation/24.d.ts +17 -0
- package/es/icons/ibm-cloud-pak--business-automation/24.js +15 -0
- package/es/icons/ibm-cloud-pak--business-automation/32.d.ts +17 -0
- package/es/icons/ibm-cloud-pak--business-automation/32.js +15 -0
- package/es/icons/ibm-cloud-pak--netezza/16.d.ts +17 -0
- package/es/icons/ibm-cloud-pak--netezza/16.js +15 -0
- package/es/icons/ibm-cloud-pak--netezza/20.d.ts +17 -0
- package/es/icons/ibm-cloud-pak--netezza/20.js +15 -0
- package/es/icons/ibm-cloud-pak--netezza/24.d.ts +17 -0
- package/es/icons/ibm-cloud-pak--netezza/24.js +15 -0
- package/es/icons/ibm-cloud-pak--netezza/32.d.ts +17 -0
- package/es/icons/ibm-cloud-pak--netezza/32.js +15 -0
- package/es/icons/ibm-watson--assistant/16.d.ts +17 -0
- package/es/icons/ibm-watson--assistant/16.js +15 -0
- package/es/icons/ibm-watson--assistant/20.d.ts +17 -0
- package/es/icons/ibm-watson--assistant/20.js +15 -0
- package/es/icons/ibm-watson--assistant/24.d.ts +17 -0
- package/es/icons/ibm-watson--assistant/24.js +15 -0
- package/es/icons/ibm-watson--assistant/32.d.ts +17 -0
- package/es/icons/ibm-watson--assistant/32.js +15 -0
- package/es/icons/ibm-watson--discovery/16.d.ts +17 -0
- package/es/icons/ibm-watson--discovery/16.js +15 -0
- package/es/icons/ibm-watson--discovery/20.d.ts +17 -0
- package/es/icons/ibm-watson--discovery/20.js +15 -0
- package/es/icons/ibm-watson--discovery/24.d.ts +17 -0
- package/es/icons/ibm-watson--discovery/24.js +15 -0
- package/es/icons/ibm-watson--discovery/32.d.ts +17 -0
- package/es/icons/ibm-watson--discovery/32.js +15 -0
- package/es/icons/ibm-watson--knowledge-catalog/16.d.ts +17 -0
- package/es/icons/ibm-watson--knowledge-catalog/16.js +15 -0
- package/es/icons/ibm-watson--knowledge-catalog/20.d.ts +17 -0
- package/es/icons/ibm-watson--knowledge-catalog/20.js +15 -0
- package/es/icons/ibm-watson--knowledge-catalog/24.d.ts +17 -0
- package/es/icons/ibm-watson--knowledge-catalog/24.js +15 -0
- package/es/icons/ibm-watson--knowledge-catalog/32.d.ts +17 -0
- package/es/icons/ibm-watson--knowledge-catalog/32.js +15 -0
- package/es/icons/ibm-watson--knowledge-studio/16.d.ts +17 -0
- package/es/icons/ibm-watson--knowledge-studio/16.js +15 -0
- package/es/icons/ibm-watson--knowledge-studio/20.d.ts +17 -0
- package/es/icons/ibm-watson--knowledge-studio/20.js +15 -0
- package/es/icons/ibm-watson--knowledge-studio/24.d.ts +17 -0
- package/es/icons/ibm-watson--knowledge-studio/24.js +15 -0
- package/es/icons/ibm-watson--knowledge-studio/32.d.ts +17 -0
- package/es/icons/ibm-watson--knowledge-studio/32.js +15 -0
- package/es/icons/ibm-watson--language-translator/16.d.ts +17 -0
- package/es/icons/ibm-watson--language-translator/16.js +15 -0
- package/es/icons/ibm-watson--language-translator/20.d.ts +17 -0
- package/es/icons/ibm-watson--language-translator/20.js +15 -0
- package/es/icons/ibm-watson--language-translator/24.d.ts +17 -0
- package/es/icons/ibm-watson--language-translator/24.js +15 -0
- package/es/icons/ibm-watson--language-translator/32.d.ts +17 -0
- package/es/icons/ibm-watson--language-translator/32.js +15 -0
- package/es/icons/ibm-watson--machine-learning/16.d.ts +17 -0
- package/es/icons/ibm-watson--machine-learning/16.js +15 -0
- package/es/icons/ibm-watson--machine-learning/20.d.ts +17 -0
- package/es/icons/ibm-watson--machine-learning/20.js +15 -0
- package/es/icons/ibm-watson--machine-learning/24.d.ts +17 -0
- package/es/icons/ibm-watson--machine-learning/24.js +15 -0
- package/es/icons/ibm-watson--machine-learning/32.d.ts +17 -0
- package/es/icons/ibm-watson--machine-learning/32.js +15 -0
- package/es/icons/ibm-watson--natural-language-classifier/16.d.ts +17 -0
- package/es/icons/ibm-watson--natural-language-classifier/16.js +15 -0
- package/es/icons/ibm-watson--natural-language-classifier/20.d.ts +17 -0
- package/es/icons/ibm-watson--natural-language-classifier/20.js +15 -0
- package/es/icons/ibm-watson--natural-language-classifier/24.d.ts +17 -0
- package/es/icons/ibm-watson--natural-language-classifier/24.js +15 -0
- package/es/icons/ibm-watson--natural-language-classifier/32.d.ts +17 -0
- package/es/icons/ibm-watson--natural-language-classifier/32.js +15 -0
- package/es/icons/ibm-watson--natural-language-understanding/16.d.ts +17 -0
- package/es/icons/ibm-watson--natural-language-understanding/16.js +15 -0
- package/es/icons/ibm-watson--natural-language-understanding/20.d.ts +17 -0
- package/es/icons/ibm-watson--natural-language-understanding/20.js +15 -0
- package/es/icons/ibm-watson--natural-language-understanding/24.d.ts +17 -0
- package/es/icons/ibm-watson--natural-language-understanding/24.js +15 -0
- package/es/icons/ibm-watson--natural-language-understanding/32.d.ts +17 -0
- package/es/icons/ibm-watson--natural-language-understanding/32.js +15 -0
- package/es/icons/ibm-watson--openscale/16.d.ts +17 -0
- package/es/icons/ibm-watson--openscale/16.js +15 -0
- package/es/icons/ibm-watson--openscale/20.d.ts +17 -0
- package/es/icons/ibm-watson--openscale/20.js +15 -0
- package/es/icons/ibm-watson--openscale/24.d.ts +17 -0
- package/es/icons/ibm-watson--openscale/24.js +15 -0
- package/es/icons/ibm-watson--openscale/32.d.ts +17 -0
- package/es/icons/ibm-watson--openscale/32.js +15 -0
- package/es/icons/ibm-watson--query/16.d.ts +17 -0
- package/es/icons/ibm-watson--query/16.js +15 -0
- package/es/icons/ibm-watson--query/20.d.ts +17 -0
- package/es/icons/ibm-watson--query/20.js +15 -0
- package/es/icons/ibm-watson--query/24.d.ts +17 -0
- package/es/icons/ibm-watson--query/24.js +15 -0
- package/es/icons/ibm-watson--query/32.d.ts +17 -0
- package/es/icons/ibm-watson--query/32.js +15 -0
- package/es/icons/ibm-watson--speech-to-text/16.d.ts +17 -0
- package/es/icons/ibm-watson--speech-to-text/16.js +15 -0
- package/es/icons/ibm-watson--speech-to-text/20.d.ts +17 -0
- package/es/icons/ibm-watson--speech-to-text/20.js +15 -0
- package/es/icons/ibm-watson--speech-to-text/24.d.ts +17 -0
- package/es/icons/ibm-watson--speech-to-text/24.js +15 -0
- package/es/icons/ibm-watson--speech-to-text/32.d.ts +17 -0
- package/es/icons/ibm-watson--speech-to-text/32.js +15 -0
- package/es/icons/ibm-watson--studio/16.d.ts +17 -0
- package/es/icons/ibm-watson--studio/16.js +15 -0
- package/es/icons/ibm-watson--studio/20.d.ts +17 -0
- package/es/icons/ibm-watson--studio/20.js +15 -0
- package/es/icons/ibm-watson--studio/24.d.ts +17 -0
- package/es/icons/ibm-watson--studio/24.js +15 -0
- package/es/icons/ibm-watson--studio/32.d.ts +17 -0
- package/es/icons/ibm-watson--studio/32.js +15 -0
- package/es/icons/ibm-watson--text-to-speech/16.d.ts +17 -0
- package/es/icons/ibm-watson--text-to-speech/16.js +15 -0
- package/es/icons/ibm-watson--text-to-speech/20.d.ts +17 -0
- package/es/icons/ibm-watson--text-to-speech/20.js +15 -0
- package/es/icons/ibm-watson--text-to-speech/24.d.ts +17 -0
- package/es/icons/ibm-watson--text-to-speech/24.js +15 -0
- package/es/icons/ibm-watson--text-to-speech/32.d.ts +17 -0
- package/es/icons/ibm-watson--text-to-speech/32.js +15 -0
- package/es/icons/ibm-watson--tone-analyzer/16.d.ts +17 -0
- package/es/icons/ibm-watson--tone-analyzer/16.js +15 -0
- package/es/icons/ibm-watson--tone-analyzer/20.d.ts +17 -0
- package/es/icons/ibm-watson--tone-analyzer/20.js +15 -0
- package/es/icons/ibm-watson--tone-analyzer/24.d.ts +17 -0
- package/es/icons/ibm-watson--tone-analyzer/24.js +15 -0
- package/es/icons/ibm-watson--tone-analyzer/32.d.ts +17 -0
- package/es/icons/ibm-watson--tone-analyzer/32.js +15 -0
- package/es/icons/ibm-z--cloud-mod-stack/16.d.ts +17 -0
- package/es/icons/ibm-z--cloud-mod-stack/16.js +15 -0
- package/es/icons/ibm-z--cloud-mod-stack/20.d.ts +17 -0
- package/es/icons/ibm-z--cloud-mod-stack/20.js +15 -0
- package/es/icons/ibm-z--cloud-mod-stack/24.d.ts +17 -0
- package/es/icons/ibm-z--cloud-mod-stack/24.js +15 -0
- package/es/icons/ibm-z--cloud-mod-stack/32.d.ts +17 -0
- package/es/icons/ibm-z--cloud-mod-stack/32.js +15 -0
- package/es/icons/ibm-z-cloud--provisioning/16.d.ts +17 -0
- package/es/icons/ibm-z-cloud--provisioning/16.js +15 -0
- package/es/icons/ibm-z-cloud--provisioning/20.d.ts +17 -0
- package/es/icons/ibm-z-cloud--provisioning/20.js +15 -0
- package/es/icons/ibm-z-cloud--provisioning/24.d.ts +17 -0
- package/es/icons/ibm-z-cloud--provisioning/24.js +15 -0
- package/es/icons/ibm-z-cloud--provisioning/32.d.ts +17 -0
- package/es/icons/ibm-z-cloud--provisioning/32.js +15 -0
- package/es/icons/ibm-z-os--package-manager/16.d.ts +17 -0
- package/es/icons/ibm-z-os--package-manager/16.js +15 -0
- package/es/icons/ibm-z-os--package-manager/20.d.ts +17 -0
- package/es/icons/ibm-z-os--package-manager/20.js +15 -0
- package/es/icons/ibm-z-os--package-manager/24.d.ts +17 -0
- package/es/icons/ibm-z-os--package-manager/24.js +15 -0
- package/es/icons/ibm-z-os--package-manager/32.d.ts +17 -0
- package/es/icons/ibm-z-os--package-manager/32.js +15 -0
- package/es/icons/information/16.js +1 -1
- package/es/icons/information--filled/20.js +1 -1
- package/es/icons/information--square--filled/20.js +1 -1
- package/es/icons/keyboard--off/16.d.ts +17 -0
- package/es/icons/keyboard--off/16.js +15 -0
- package/es/icons/keyboard--off/20.d.ts +17 -0
- package/es/icons/keyboard--off/20.js +15 -0
- package/es/icons/keyboard--off/24.d.ts +17 -0
- package/es/icons/keyboard--off/24.js +15 -0
- package/es/icons/keyboard--off/32.d.ts +17 -0
- package/es/icons/keyboard--off/32.js +15 -0
- package/es/icons/list--checked/16.js +1 -1
- package/es/icons/list--checked/20.js +1 -1
- package/es/icons/list--checked/24.js +1 -1
- package/es/icons/list--checked/32.js +1 -1
- package/es/icons/list--checked--mirror/16.d.ts +17 -0
- package/es/icons/list--checked--mirror/16.js +15 -0
- package/es/icons/list--checked--mirror/20.d.ts +17 -0
- package/es/icons/list--checked--mirror/20.js +15 -0
- package/es/icons/list--checked--mirror/24.d.ts +17 -0
- package/es/icons/list--checked--mirror/24.js +15 -0
- package/es/icons/list--checked--mirror/32.d.ts +17 -0
- package/es/icons/list--checked--mirror/32.js +15 -0
- package/es/icons/list--numbered--mirror/16.d.ts +17 -0
- package/es/icons/list--numbered--mirror/16.js +15 -0
- package/es/icons/list--numbered--mirror/20.d.ts +17 -0
- package/es/icons/list--numbered--mirror/20.js +15 -0
- package/es/icons/list--numbered--mirror/24.d.ts +17 -0
- package/es/icons/list--numbered--mirror/24.js +15 -0
- package/es/icons/list--numbered--mirror/32.d.ts +17 -0
- package/es/icons/list--numbered--mirror/32.js +15 -0
- package/es/icons/logical-partition/16.js +1 -1
- package/es/icons/logical-partition/20.js +1 -1
- package/es/icons/logical-partition/24.js +1 -1
- package/es/icons/logical-partition/32.js +1 -1
- package/es/icons/logo--angular/16.d.ts +17 -0
- package/es/icons/logo--angular/16.js +15 -0
- package/es/icons/logo--angular/20.d.ts +17 -0
- package/es/icons/logo--angular/20.js +15 -0
- package/es/icons/logo--angular/24.d.ts +17 -0
- package/es/icons/logo--angular/24.js +15 -0
- package/es/icons/logo--angular/32.d.ts +17 -0
- package/es/icons/logo--angular/32.js +15 -0
- package/es/icons/logo--ansible-community/16.d.ts +17 -0
- package/es/icons/logo--ansible-community/16.js +15 -0
- package/es/icons/logo--ansible-community/20.d.ts +17 -0
- package/es/icons/logo--ansible-community/20.js +15 -0
- package/es/icons/logo--ansible-community/24.d.ts +17 -0
- package/es/icons/logo--ansible-community/24.js +15 -0
- package/es/icons/logo--ansible-community/32.d.ts +17 -0
- package/es/icons/logo--ansible-community/32.js +15 -0
- package/es/icons/logo--discord/16.js +1 -1
- package/es/icons/logo--discord/20.js +1 -1
- package/es/icons/logo--discord/24.js +1 -1
- package/es/icons/logo--discord/32.js +1 -1
- package/es/icons/logo--figma/16.d.ts +17 -0
- package/es/icons/logo--figma/16.js +15 -0
- package/es/icons/logo--figma/20.d.ts +17 -0
- package/es/icons/logo--figma/20.js +15 -0
- package/es/icons/logo--figma/24.d.ts +17 -0
- package/es/icons/logo--figma/24.js +15 -0
- package/es/icons/logo--figma/32.d.ts +17 -0
- package/es/icons/logo--figma/32.js +15 -0
- package/es/icons/logo--invision/16.d.ts +17 -0
- package/es/icons/logo--invision/16.js +15 -0
- package/es/icons/logo--invision/20.d.ts +17 -0
- package/es/icons/logo--invision/20.js +15 -0
- package/es/icons/logo--invision/24.d.ts +17 -0
- package/es/icons/logo--invision/24.js +15 -0
- package/es/icons/logo--invision/32.d.ts +17 -0
- package/es/icons/logo--invision/32.js +15 -0
- package/es/icons/logo--kubernetes/16.d.ts +17 -0
- package/es/icons/logo--kubernetes/16.js +15 -0
- package/es/icons/logo--kubernetes/20.d.ts +17 -0
- package/es/icons/logo--kubernetes/20.js +15 -0
- package/es/icons/logo--kubernetes/24.d.ts +17 -0
- package/es/icons/logo--kubernetes/24.js +15 -0
- package/es/icons/logo--kubernetes/32.d.ts +17 -0
- package/es/icons/logo--kubernetes/32.js +15 -0
- package/es/icons/logo--medium/16.js +1 -1
- package/es/icons/logo--medium/20.js +1 -1
- package/es/icons/logo--medium/24.js +1 -1
- package/es/icons/logo--medium/32.js +1 -1
- package/es/icons/logo--npm/16.d.ts +17 -0
- package/es/icons/logo--npm/16.js +15 -0
- package/es/icons/logo--npm/20.d.ts +17 -0
- package/es/icons/logo--npm/20.js +15 -0
- package/es/icons/logo--npm/24.d.ts +17 -0
- package/es/icons/logo--npm/24.js +15 -0
- package/es/icons/logo--npm/32.d.ts +17 -0
- package/es/icons/logo--npm/32.js +15 -0
- package/es/icons/logo--react/16.d.ts +17 -0
- package/es/icons/logo--react/16.js +15 -0
- package/es/icons/logo--react/20.d.ts +17 -0
- package/es/icons/logo--react/20.js +15 -0
- package/es/icons/logo--react/24.d.ts +17 -0
- package/es/icons/logo--react/24.js +15 -0
- package/es/icons/logo--react/32.d.ts +17 -0
- package/es/icons/logo--react/32.js +15 -0
- package/es/icons/logo--red-hat-ansible/16.d.ts +17 -0
- package/es/icons/logo--red-hat-ansible/16.js +15 -0
- package/es/icons/logo--red-hat-ansible/20.d.ts +17 -0
- package/es/icons/logo--red-hat-ansible/20.js +15 -0
- package/es/icons/logo--red-hat-ansible/24.d.ts +17 -0
- package/es/icons/logo--red-hat-ansible/24.js +15 -0
- package/es/icons/logo--red-hat-ansible/32.d.ts +17 -0
- package/es/icons/logo--red-hat-ansible/32.js +15 -0
- package/es/icons/logo--sketch/16.d.ts +17 -0
- package/es/icons/logo--sketch/16.js +15 -0
- package/es/icons/logo--sketch/20.d.ts +17 -0
- package/es/icons/logo--sketch/20.js +15 -0
- package/es/icons/logo--sketch/24.d.ts +17 -0
- package/es/icons/logo--sketch/24.js +15 -0
- package/es/icons/logo--sketch/32.d.ts +17 -0
- package/es/icons/logo--sketch/32.js +15 -0
- package/es/icons/logo--svelte/16.d.ts +17 -0
- package/es/icons/logo--svelte/16.js +15 -0
- package/es/icons/logo--svelte/20.d.ts +17 -0
- package/es/icons/logo--svelte/20.js +15 -0
- package/es/icons/logo--svelte/24.d.ts +17 -0
- package/es/icons/logo--svelte/24.js +15 -0
- package/es/icons/logo--svelte/32.d.ts +17 -0
- package/es/icons/logo--svelte/32.js +15 -0
- package/es/icons/logo--twitter/16.js +1 -1
- package/es/icons/logo--twitter/20.js +1 -1
- package/es/icons/logo--twitter/24.js +1 -1
- package/es/icons/logo--twitter/32.js +1 -1
- package/es/icons/logo--vmware/16.js +1 -1
- package/es/icons/logo--vmware/20.js +1 -1
- package/es/icons/logo--vmware/24.js +1 -1
- package/es/icons/logo--vmware/32.js +1 -1
- package/es/icons/logo--vmware--alt/16.d.ts +17 -0
- package/es/icons/logo--vmware--alt/16.js +15 -0
- package/es/icons/logo--vmware--alt/20.d.ts +17 -0
- package/es/icons/logo--vmware--alt/20.js +15 -0
- package/es/icons/logo--vmware--alt/24.d.ts +17 -0
- package/es/icons/logo--vmware--alt/24.js +15 -0
- package/es/icons/logo--vmware--alt/32.d.ts +17 -0
- package/es/icons/logo--vmware--alt/32.js +15 -0
- package/es/icons/logo--vue/16.d.ts +17 -0
- package/es/icons/logo--vue/16.js +15 -0
- package/es/icons/logo--vue/20.d.ts +17 -0
- package/es/icons/logo--vue/20.js +15 -0
- package/es/icons/logo--vue/24.d.ts +17 -0
- package/es/icons/logo--vue/24.js +15 -0
- package/es/icons/logo--vue/32.d.ts +17 -0
- package/es/icons/logo--vue/32.js +15 -0
- package/es/icons/logo--yelp/16.js +1 -1
- package/es/icons/logo--yelp/20.js +1 -1
- package/es/icons/logo--yelp/24.js +1 -1
- package/es/icons/logo--yelp/32.js +1 -1
- package/es/icons/microservices--1/16.d.ts +17 -0
- package/es/icons/microservices--1/16.js +15 -0
- package/es/icons/microservices--1/20.d.ts +17 -0
- package/es/icons/microservices--1/20.js +15 -0
- package/es/icons/microservices--1/24.d.ts +17 -0
- package/es/icons/microservices--1/24.js +15 -0
- package/es/icons/microservices--1/32.d.ts +17 -0
- package/es/icons/microservices--1/32.js +15 -0
- package/es/icons/microservices--2/16.d.ts +17 -0
- package/es/icons/microservices--2/16.js +15 -0
- package/es/icons/microservices--2/20.d.ts +17 -0
- package/es/icons/microservices--2/20.js +15 -0
- package/es/icons/microservices--2/24.d.ts +17 -0
- package/es/icons/microservices--2/24.js +15 -0
- package/es/icons/microservices--2/32.d.ts +17 -0
- package/es/icons/microservices--2/32.js +15 -0
- package/es/icons/plan/16.d.ts +17 -0
- package/es/icons/plan/16.js +15 -0
- package/es/icons/plan/20.d.ts +17 -0
- package/es/icons/plan/20.js +15 -0
- package/es/icons/plan/24.d.ts +17 -0
- package/es/icons/plan/24.js +15 -0
- package/es/icons/plan/32.d.ts +17 -0
- package/es/icons/plan/32.js +15 -0
- package/es/icons/port--input/16.d.ts +17 -0
- package/es/icons/port--input/16.js +15 -0
- package/es/icons/port--input/20.d.ts +17 -0
- package/es/icons/port--input/20.js +15 -0
- package/es/icons/port--input/24.d.ts +17 -0
- package/es/icons/port--input/24.js +15 -0
- package/es/icons/port--input/32.d.ts +17 -0
- package/es/icons/port--input/32.js +15 -0
- package/es/icons/port--output/16.d.ts +17 -0
- package/es/icons/port--output/16.js +15 -0
- package/es/icons/port--output/20.d.ts +17 -0
- package/es/icons/port--output/20.js +15 -0
- package/es/icons/port--output/24.d.ts +17 -0
- package/es/icons/port--output/24.js +15 -0
- package/es/icons/port--output/32.d.ts +17 -0
- package/es/icons/port--output/32.js +15 -0
- package/es/icons/promote/16.d.ts +17 -0
- package/es/icons/promote/16.js +15 -0
- package/es/icons/promote/20.d.ts +17 -0
- package/es/icons/promote/20.js +15 -0
- package/es/icons/promote/24.d.ts +17 -0
- package/es/icons/promote/24.js +15 -0
- package/es/icons/promote/32.d.ts +17 -0
- package/es/icons/promote/32.js +15 -0
- package/es/icons/recycle/16.d.ts +17 -0
- package/es/icons/recycle/16.js +15 -0
- package/es/icons/recycle/20.d.ts +17 -0
- package/es/icons/recycle/20.js +15 -0
- package/es/icons/recycle/24.d.ts +17 -0
- package/es/icons/recycle/24.js +15 -0
- package/es/icons/recycle/32.d.ts +17 -0
- package/es/icons/recycle/32.js +15 -0
- package/es/icons/reference-architecture/16.d.ts +17 -0
- package/es/icons/reference-architecture/16.js +15 -0
- package/es/icons/reference-architecture/20.d.ts +17 -0
- package/es/icons/reference-architecture/20.js +15 -0
- package/es/icons/reference-architecture/24.d.ts +17 -0
- package/es/icons/reference-architecture/24.js +15 -0
- package/es/icons/reference-architecture/32.d.ts +17 -0
- package/es/icons/reference-architecture/32.js +15 -0
- package/es/icons/repo--artifact/16.d.ts +17 -0
- package/es/icons/repo--artifact/16.js +15 -0
- package/es/icons/repo--artifact/20.d.ts +17 -0
- package/es/icons/repo--artifact/20.js +15 -0
- package/es/icons/repo--artifact/24.d.ts +17 -0
- package/es/icons/repo--artifact/24.js +15 -0
- package/es/icons/repo--artifact/32.d.ts +17 -0
- package/es/icons/repo--artifact/32.js +15 -0
- package/es/icons/repo--source-code/16.d.ts +17 -0
- package/es/icons/repo--source-code/16.js +15 -0
- package/es/icons/repo--source-code/20.d.ts +17 -0
- package/es/icons/repo--source-code/20.js +15 -0
- package/es/icons/repo--source-code/24.d.ts +17 -0
- package/es/icons/repo--source-code/24.js +15 -0
- package/es/icons/repo--source-code/32.d.ts +17 -0
- package/es/icons/repo--source-code/32.js +15 -0
- package/es/icons/rule--data-quality/16.d.ts +17 -0
- package/es/icons/rule--data-quality/16.js +15 -0
- package/es/icons/rule--data-quality/20.d.ts +17 -0
- package/es/icons/rule--data-quality/20.js +15 -0
- package/es/icons/rule--data-quality/24.d.ts +17 -0
- package/es/icons/rule--data-quality/24.js +15 -0
- package/es/icons/rule--data-quality/32.d.ts +17 -0
- package/es/icons/rule--data-quality/32.js +15 -0
- package/es/icons/run--mirror/16.d.ts +17 -0
- package/es/icons/run--mirror/16.js +15 -0
- package/es/icons/run--mirror/20.d.ts +17 -0
- package/es/icons/run--mirror/20.js +15 -0
- package/es/icons/run--mirror/24.d.ts +17 -0
- package/es/icons/run--mirror/24.js +15 -0
- package/es/icons/run--mirror/32.d.ts +17 -0
- package/es/icons/run--mirror/32.js +15 -0
- package/es/icons/screen-map/16.d.ts +17 -0
- package/es/icons/screen-map/16.js +15 -0
- package/es/icons/screen-map/20.d.ts +17 -0
- package/es/icons/screen-map/20.js +15 -0
- package/es/icons/screen-map/24.d.ts +17 -0
- package/es/icons/screen-map/24.js +15 -0
- package/es/icons/screen-map/32.d.ts +17 -0
- package/es/icons/screen-map/32.js +15 -0
- package/es/icons/screen-map--set/16.d.ts +17 -0
- package/es/icons/screen-map--set/16.js +15 -0
- package/es/icons/screen-map--set/20.d.ts +17 -0
- package/es/icons/screen-map--set/20.js +15 -0
- package/es/icons/screen-map--set/24.d.ts +17 -0
- package/es/icons/screen-map--set/24.js +15 -0
- package/es/icons/screen-map--set/32.d.ts +17 -0
- package/es/icons/screen-map--set/32.js +15 -0
- package/es/icons/search--locate--mirror/16.d.ts +17 -0
- package/es/icons/search--locate--mirror/16.js +15 -0
- package/es/icons/search--locate--mirror/20.d.ts +17 -0
- package/es/icons/search--locate--mirror/20.js +15 -0
- package/es/icons/search--locate--mirror/24.d.ts +17 -0
- package/es/icons/search--locate--mirror/24.js +15 -0
- package/es/icons/search--locate--mirror/32.d.ts +17 -0
- package/es/icons/search--locate--mirror/32.js +15 -0
- package/es/icons/service-id/16.d.ts +17 -0
- package/es/icons/service-id/16.js +15 -0
- package/es/icons/service-id/20.d.ts +17 -0
- package/es/icons/service-id/20.js +15 -0
- package/es/icons/service-id/24.d.ts +17 -0
- package/es/icons/service-id/24.js +15 -0
- package/es/icons/service-id/32.d.ts +17 -0
- package/es/icons/service-id/32.js +15 -0
- package/es/icons/side-panel--close/16.d.ts +17 -0
- package/es/icons/side-panel--close/16.js +15 -0
- package/es/icons/side-panel--close/20.d.ts +17 -0
- package/es/icons/side-panel--close/20.js +15 -0
- package/es/icons/side-panel--close/24.d.ts +17 -0
- package/es/icons/side-panel--close/24.js +15 -0
- package/es/icons/side-panel--close/32.d.ts +17 -0
- package/es/icons/side-panel--close/32.js +15 -0
- package/es/icons/side-panel--close--filled/16.d.ts +17 -0
- package/es/icons/side-panel--close--filled/16.js +15 -0
- package/es/icons/side-panel--close--filled/20.d.ts +17 -0
- package/es/icons/side-panel--close--filled/20.js +15 -0
- package/es/icons/side-panel--close--filled/24.d.ts +17 -0
- package/es/icons/side-panel--close--filled/24.js +15 -0
- package/es/icons/side-panel--close--filled/32.d.ts +17 -0
- package/es/icons/side-panel--close--filled/32.js +15 -0
- package/es/icons/side-panel--open/16.d.ts +17 -0
- package/es/icons/side-panel--open/16.js +15 -0
- package/es/icons/side-panel--open/20.d.ts +17 -0
- package/es/icons/side-panel--open/20.js +15 -0
- package/es/icons/side-panel--open/24.d.ts +17 -0
- package/es/icons/side-panel--open/24.js +15 -0
- package/es/icons/side-panel--open/32.d.ts +17 -0
- package/es/icons/side-panel--open/32.js +15 -0
- package/es/icons/side-panel--open--filled/16.d.ts +17 -0
- package/es/icons/side-panel--open--filled/16.js +15 -0
- package/es/icons/side-panel--open--filled/20.d.ts +17 -0
- package/es/icons/side-panel--open--filled/20.js +15 -0
- package/es/icons/side-panel--open--filled/24.d.ts +17 -0
- package/es/icons/side-panel--open--filled/24.js +15 -0
- package/es/icons/side-panel--open--filled/32.d.ts +17 -0
- package/es/icons/side-panel--open--filled/32.js +15 -0
- package/es/icons/subtract/16.js +1 -1
- package/es/icons/summary--KPI--mirror/16.d.ts +17 -0
- package/es/icons/summary--KPI--mirror/16.js +15 -0
- package/es/icons/summary--KPI--mirror/20.d.ts +17 -0
- package/es/icons/summary--KPI--mirror/20.js +15 -0
- package/es/icons/summary--KPI--mirror/24.d.ts +17 -0
- package/es/icons/summary--KPI--mirror/24.js +15 -0
- package/es/icons/summary--KPI--mirror/32.d.ts +17 -0
- package/es/icons/summary--KPI--mirror/32.js +15 -0
- package/es/icons/tcp-ip-service/16.d.ts +17 -0
- package/es/icons/tcp-ip-service/16.js +15 -0
- package/es/icons/tcp-ip-service/20.d.ts +17 -0
- package/es/icons/tcp-ip-service/20.js +15 -0
- package/es/icons/tcp-ip-service/24.d.ts +17 -0
- package/es/icons/tcp-ip-service/24.js +15 -0
- package/es/icons/tcp-ip-service/32.d.ts +17 -0
- package/es/icons/tcp-ip-service/32.js +15 -0
- package/es/icons/test-tool/16.d.ts +17 -0
- package/es/icons/test-tool/16.js +15 -0
- package/es/icons/test-tool/20.d.ts +17 -0
- package/es/icons/test-tool/20.js +15 -0
- package/es/icons/test-tool/24.d.ts +17 -0
- package/es/icons/test-tool/24.js +15 -0
- package/es/icons/test-tool/32.d.ts +17 -0
- package/es/icons/test-tool/32.js +15 -0
- package/es/icons/tools--alt/16.js +1 -1
- package/es/icons/tools--alt/20.js +1 -1
- package/es/icons/tools--alt/24.js +1 -1
- package/es/icons/tools--alt/32.js +1 -1
- package/es/icons/transform--binary/16.d.ts +17 -0
- package/es/icons/transform--binary/16.js +15 -0
- package/es/icons/transform--binary/20.d.ts +17 -0
- package/es/icons/transform--binary/20.js +15 -0
- package/es/icons/transform--binary/24.d.ts +17 -0
- package/es/icons/transform--binary/24.js +15 -0
- package/es/icons/transform--binary/32.d.ts +17 -0
- package/es/icons/transform--binary/32.js +15 -0
- package/es/icons/transform--instructions/16.d.ts +17 -0
- package/es/icons/transform--instructions/16.js +15 -0
- package/es/icons/transform--instructions/20.d.ts +17 -0
- package/es/icons/transform--instructions/20.js +15 -0
- package/es/icons/transform--instructions/24.d.ts +17 -0
- package/es/icons/transform--instructions/24.js +15 -0
- package/es/icons/transform--instructions/32.d.ts +17 -0
- package/es/icons/transform--instructions/32.js +15 -0
- package/es/icons/transform--language/16.d.ts +17 -0
- package/es/icons/transform--language/16.js +15 -0
- package/es/icons/transform--language/20.d.ts +17 -0
- package/es/icons/transform--language/20.js +15 -0
- package/es/icons/transform--language/24.d.ts +17 -0
- package/es/icons/transform--language/24.js +15 -0
- package/es/icons/transform--language/32.d.ts +17 -0
- package/es/icons/transform--language/32.js +15 -0
- package/es/icons/tsq/16.d.ts +17 -0
- package/es/icons/tsq/16.js +15 -0
- package/es/icons/tsq/20.d.ts +17 -0
- package/es/icons/tsq/20.js +15 -0
- package/es/icons/tsq/24.d.ts +17 -0
- package/es/icons/tsq/24.js +15 -0
- package/es/icons/tsq/32.d.ts +17 -0
- package/es/icons/tsq/32.js +15 -0
- package/es/icons/unsaved/16.d.ts +17 -0
- package/es/icons/unsaved/16.js +15 -0
- package/es/icons/unsaved/20.d.ts +17 -0
- package/es/icons/unsaved/20.js +15 -0
- package/es/icons/unsaved/24.d.ts +17 -0
- package/es/icons/unsaved/24.js +15 -0
- package/es/icons/unsaved/32.d.ts +17 -0
- package/es/icons/unsaved/32.js +15 -0
- package/es/icons/user--sponsor/16.d.ts +17 -0
- package/es/icons/user--sponsor/16.js +15 -0
- package/es/icons/user--sponsor/20.d.ts +17 -0
- package/es/icons/user--sponsor/20.js +15 -0
- package/es/icons/user--sponsor/24.d.ts +17 -0
- package/es/icons/user--sponsor/24.js +15 -0
- package/es/icons/user--sponsor/32.d.ts +17 -0
- package/es/icons/user--sponsor/32.js +15 -0
- package/es/icons/warning--alt--filled/16.js +1 -1
- package/es/icons/warning--alt--filled/20.js +1 -1
- package/es/icons/watson-health/image-availability--local/16.d.ts +17 -0
- package/es/icons/watson-health/image-availability--local/16.js +15 -0
- package/es/icons/watson-health/image-availability--local/20.d.ts +17 -0
- package/es/icons/watson-health/image-availability--local/20.js +15 -0
- package/es/icons/watson-health/image-availability--local/24.d.ts +17 -0
- package/es/icons/watson-health/image-availability--local/24.js +15 -0
- package/es/icons/watson-health/image-availability--local/32.d.ts +17 -0
- package/es/icons/watson-health/image-availability--local/32.js +15 -0
- package/es/icons/watson-health/image-availability--retrieving/16.d.ts +17 -0
- package/es/icons/watson-health/image-availability--retrieving/16.js +15 -0
- package/es/icons/watson-health/image-availability--retrieving/20.d.ts +17 -0
- package/es/icons/watson-health/image-availability--retrieving/20.js +15 -0
- package/es/icons/watson-health/image-availability--retrieving/24.d.ts +17 -0
- package/es/icons/watson-health/image-availability--retrieving/24.js +15 -0
- package/es/icons/watson-health/image-availability--retrieving/32.d.ts +17 -0
- package/es/icons/watson-health/image-availability--retrieving/32.js +15 -0
- package/es/icons/watson-health/image-availability--unavailable/16.d.ts +17 -0
- package/es/icons/watson-health/image-availability--unavailable/16.js +15 -0
- package/es/icons/watson-health/image-availability--unavailable/20.d.ts +17 -0
- package/es/icons/watson-health/image-availability--unavailable/20.js +15 -0
- package/es/icons/watson-health/image-availability--unavailable/24.d.ts +17 -0
- package/es/icons/watson-health/image-availability--unavailable/24.js +15 -0
- package/es/icons/watson-health/image-availability--unavailable/32.d.ts +17 -0
- package/es/icons/watson-health/image-availability--unavailable/32.js +15 -0
- package/es/icons/white-paper/16.d.ts +17 -0
- package/es/icons/white-paper/16.js +15 -0
- package/es/icons/white-paper/20.d.ts +17 -0
- package/es/icons/white-paper/20.js +15 -0
- package/es/icons/white-paper/24.d.ts +17 -0
- package/es/icons/white-paper/24.js +15 -0
- package/es/icons/white-paper/32.d.ts +17 -0
- package/es/icons/white-paper/32.js +15 -0
- package/es/icons/workflow-automation/16.d.ts +17 -0
- package/es/icons/workflow-automation/16.js +15 -0
- package/es/icons/workflow-automation/20.d.ts +17 -0
- package/es/icons/workflow-automation/20.js +15 -0
- package/es/icons/workflow-automation/24.d.ts +17 -0
- package/es/icons/workflow-automation/24.js +15 -0
- package/es/icons/workflow-automation/32.d.ts +17 -0
- package/es/icons/workflow-automation/32.js +15 -0
- package/es/icons/z--lpar/16.d.ts +17 -0
- package/es/icons/z--lpar/16.js +15 -0
- package/es/icons/z--lpar/20.d.ts +17 -0
- package/es/icons/z--lpar/20.js +15 -0
- package/es/icons/z--lpar/24.d.ts +17 -0
- package/es/icons/z--lpar/24.js +15 -0
- package/es/icons/z--lpar/32.d.ts +17 -0
- package/es/icons/z--lpar/32.js +15 -0
- package/es/icons/z--systems/16.d.ts +17 -0
- package/es/icons/z--systems/16.js +15 -0
- package/es/icons/z--systems/20.d.ts +17 -0
- package/es/icons/z--systems/20.js +15 -0
- package/es/icons/z--systems/24.d.ts +17 -0
- package/es/icons/z--systems/24.js +15 -0
- package/es/icons/z--systems/32.d.ts +17 -0
- package/es/icons/z--systems/32.js +15 -0
- package/es/icons/zos/16.d.ts +17 -0
- package/es/icons/zos/16.js +15 -0
- package/es/icons/zos/20.d.ts +17 -0
- package/es/icons/zos/20.js +15 -0
- package/es/icons/zos/24.d.ts +17 -0
- package/es/icons/zos/24.js +15 -0
- package/es/icons/zos/32.d.ts +17 -0
- package/es/icons/zos/32.js +15 -0
- package/es/icons/zos--sysplex/16.d.ts +17 -0
- package/es/icons/zos--sysplex/16.js +15 -0
- package/es/icons/zos--sysplex/20.d.ts +17 -0
- package/es/icons/zos--sysplex/20.js +15 -0
- package/es/icons/zos--sysplex/24.d.ts +17 -0
- package/es/icons/zos--sysplex/24.js +15 -0
- package/es/icons/zos--sysplex/32.d.ts +17 -0
- package/es/icons/zos--sysplex/32.js +15 -0
- package/es/index.d.ts +116 -108
- package/es/index.d.ts.map +1 -1
- package/es/index.js +116 -108
- package/es/index.js.map +1 -1
- package/lib/components/button/defs.js +1 -0
- package/lib/components/button/defs.js.map +1 -1
- package/lib/components/date-picker/defs.js +2 -11
- package/lib/components/date-picker/defs.js.map +1 -1
- package/lib/components/dropdown/defs.js +12 -3
- package/lib/components/dropdown/defs.js.map +1 -1
- package/lib/components/file-uploader/defs.js +3 -4
- package/lib/components/file-uploader/defs.js.map +1 -1
- package/lib/components/icon-button/defs.js +40 -0
- package/lib/components/icon-button/defs.js.map +1 -0
- package/lib/components/notification/defs.js +3 -0
- package/lib/components/notification/defs.js.map +1 -1
- package/lib/components/popover/defs.js +34 -0
- package/lib/components/popover/defs.js.map +1 -0
- package/lib/components/progress-bar/defs.js +44 -0
- package/lib/components/progress-bar/defs.js.map +1 -0
- package/lib/components/skeleton-text/defs.js +1 -2
- package/lib/components/skeleton-text/defs.js.map +1 -1
- package/lib/components/text-input/defs.js +47 -0
- package/lib/components/text-input/defs.js.map +1 -0
- package/lib/components-react-node/button/button-set.js +1 -1
- package/lib/components-react-node/button/button-skeleton.js +1 -1
- package/lib/components-react-node/button/button.js +1 -1
- package/lib/components-react-node/checkbox/checkbox-skeleton.js +36 -0
- package/lib/components-react-node/combo-box/combo-box.js +2 -8
- package/lib/components-react-node/copy/copy.js +37 -0
- package/lib/components-react-node/date-picker/date-picker-input.js +0 -6
- package/lib/components-react-node/dropdown/dropdown.js +2 -2
- package/lib/components-react-node/file-uploader/demo-file-uploader.js +30 -6
- package/lib/components-react-node/file-uploader/file-uploader-button.js +49 -0
- package/lib/components-react-node/file-uploader/file-uploader-drop-container.js +49 -0
- package/lib/components-react-node/file-uploader/file-uploader-skeleton.js +36 -0
- package/lib/components-react-node/icon-button/defs.js +24 -0
- package/lib/components-react-node/icon-button/icon-button.js +50 -0
- package/lib/components-react-node/multi-select/multi-select.js +0 -6
- package/lib/components-react-node/notification/actionable-notification-button.js +37 -0
- package/lib/components-react-node/notification/actionable-notification.js +37 -0
- package/lib/components-react-node/number-input/number-input.js +3 -9
- package/lib/components-react-node/popover/defs.js +24 -0
- package/lib/components-react-node/popover/index.js +9 -0
- package/lib/components-react-node/popover/popover-content.js +36 -0
- package/lib/components-react-node/popover/popover.js +36 -0
- package/lib/components-react-node/progress-bar/defs.js +24 -0
- package/lib/components-react-node/progress-bar/index.js +9 -0
- package/lib/components-react-node/progress-bar/progress-bar.js +55 -0
- package/lib/components-react-node/search/search.js +0 -7
- package/lib/components-react-node/select/select-skeleton.js +36 -0
- package/lib/components-react-node/select/select.js +0 -7
- package/lib/components-react-node/slider/slider-input.js +0 -7
- package/lib/components-react-node/text-input/defs.js +24 -0
- package/lib/components-react-node/text-input/index.js +9 -0
- package/lib/components-react-node/text-input/text-input-skeleton.js +36 -0
- package/lib/components-react-node/text-input/text-input.js +55 -0
- package/lib/components-react-node/textarea/textarea.js +3 -9
- package/lib/components-react-node/tooltip/tooltip-content.js +37 -0
- package/lib/components-react-node/tooltip/tooltip.js +3 -2
- package/lib/globals/settings.js +1 -1
- package/lib/globals/settings.js.map +1 -1
- package/lib/globals/wrappers/createReactCustomElementType.js +4 -4
- package/lib/globals/wrappers/createReactCustomElementType.js.map +1 -1
- package/package.json +5 -5
- package/scss/components/button/button.scss +5 -5
- package/scss/components/checkbox/checkbox.scss +9 -1
- package/scss/components/combo-box/combo-box.scss +51 -42
- package/scss/components/copy-button/copy-button.scss +20 -0
- package/scss/components/date-picker/date-picker.scss +28 -14
- package/scss/components/dropdown/dropdown.scss +87 -34
- package/scss/components/file-uploader/file-uploader.scss +22 -23
- package/scss/components/icon-button/icon-button.scss +14 -0
- package/scss/components/layer/layer.scss +0 -6
- package/scss/components/list/list.scss +0 -5
- package/scss/components/loading/loading.scss +1 -0
- package/scss/components/modal/modal.scss +2 -2
- package/scss/components/notification/actionable-notification.scss +170 -0
- package/scss/components/notification/inline-notification.scss +26 -0
- package/scss/components/notification/toast-notification.scss +26 -0
- package/scss/components/number-input/number-input.scss +13 -0
- package/scss/components/popover/popover.scss +122 -0
- package/scss/components/progress-bar/progress-bar.scss +10 -0
- package/scss/components/search/search.scss +54 -21
- package/scss/components/select/select.scss +20 -4
- package/scss/components/skeleton-text/skeleton-text.scss +4 -0
- package/scss/components/slider/slider.scss +9 -1
- package/scss/components/text-input/text-input.scss +38 -0
- package/scss/components/textarea/textarea.scss +7 -0
- package/scss/components/tile/tile.scss +4 -0
- package/scss/components/tooltip/tooltip.scss +5 -135
- package/es/components/file-uploader/drop-container.d.ts +0 -385
- package/es/components/file-uploader/drop-container.d.ts.map +0 -1
- package/es/components/file-uploader/drop-container.js +0 -264
- package/es/components/file-uploader/drop-container.js.map +0 -1
- package/es/components/input/defs.d.ts +0 -44
- package/es/components/input/defs.d.ts.map +0 -1
- package/es/components/input/defs.js +0 -36
- package/es/components/input/defs.js.map +0 -1
- package/es/components/input/index.d.ts +0 -11
- package/es/components/input/index.d.ts.map +0 -1
- package/es/components/input/index.js +0 -11
- package/es/components/input/index.js.map +0 -1
- package/es/components/input/input.css.js +0 -12
- package/es/components/input/input.d.ts +0 -762
- package/es/components/input/input.d.ts.map +0 -1
- package/es/components/input/input.js +0 -497
- package/es/components/input/input.js.map +0 -1
- package/es/components/input/input.rtl.css.js +0 -12
- package/es/components/search/defs.d.ts +0 -11
- package/es/components/search/defs.d.ts.map +0 -1
- package/es/components/search/defs.js +0 -11
- package/es/components/search/defs.js.map +0 -1
- package/es/components/slider/defs.d.ts +0 -11
- package/es/components/slider/defs.d.ts.map +0 -1
- package/es/components/slider/defs.js +0 -11
- package/es/components/slider/defs.js.map +0 -1
- package/es/components/tooltip/defs.d.ts +0 -84
- package/es/components/tooltip/defs.d.ts.map +0 -1
- package/es/components/tooltip/defs.js +0 -39
- package/es/components/tooltip/defs.js.map +0 -1
- package/es/components/tooltip/tooltip-body.d.ts +0 -40
- package/es/components/tooltip/tooltip-body.d.ts.map +0 -1
- package/es/components/tooltip/tooltip-body.js +0 -175
- package/es/components/tooltip/tooltip-body.js.map +0 -1
- package/es/components/tooltip/tooltip-footer.d.ts +0 -19
- package/es/components/tooltip/tooltip-footer.d.ts.map +0 -1
- package/es/components/tooltip/tooltip-footer.js +0 -49
- package/es/components/tooltip/tooltip-footer.js.map +0 -1
- package/es/components-react/file-uploader/drop-container.d.ts +0 -19
- package/es/components-react/file-uploader/drop-container.js +0 -28
- package/es/components-react/input/defs.js +0 -9
- package/es/components-react/input/input.d.ts +0 -15
- package/es/components-react/input/input.js +0 -22
- package/es/components-react/search/defs.js +0 -9
- package/es/components-react/slider/defs.js +0 -9
- package/es/components-react/tooltip/defs.js +0 -9
- package/es/components-react/tooltip/tooltip-body.d.ts +0 -14
- package/es/components-react/tooltip/tooltip-body.js +0 -23
- package/es/components-react/tooltip/tooltip-footer.d.ts +0 -15
- package/es/components-react/tooltip/tooltip-footer.js +0 -21
- package/es/icons/app-switcher/16.js +0 -15
- package/es/icons/app-switcher/20.js +0 -15
- package/es/icons/app-switcher/24.js +0 -15
- package/es/icons/app-switcher/32.js +0 -15
- package/es/icons/arrows/16.js +0 -15
- package/es/icons/arrows/20.js +0 -15
- package/es/icons/arrows/24.js +0 -15
- package/es/icons/arrows/32.js +0 -15
- package/es/icons/back-to-top/16.js +0 -15
- package/es/icons/back-to-top/20.js +0 -15
- package/es/icons/back-to-top/24.js +0 -15
- package/es/icons/back-to-top/32.js +0 -15
- package/es/icons/checkbox--undeterminate/16.js +0 -15
- package/es/icons/checkbox--undeterminate/20.js +0 -15
- package/es/icons/checkbox--undeterminate/24.js +0 -15
- package/es/icons/checkbox--undeterminate/32.js +0 -15
- package/es/icons/checkbox--undeterminate--filled/16.js +0 -15
- package/es/icons/checkbox--undeterminate--filled/20.js +0 -15
- package/es/icons/checkbox--undeterminate--filled/24.js +0 -15
- package/es/icons/checkbox--undeterminate--filled/32.js +0 -15
- package/es/icons/cloud--lightning/16.js +0 -15
- package/es/icons/cloud--lightning/20.js +0 -15
- package/es/icons/cloud--lightning/24.js +0 -15
- package/es/icons/cloud--lightning/32.js +0 -15
- package/es/icons/cloud--rain/16.js +0 -15
- package/es/icons/cloud--rain/20.js +0 -15
- package/es/icons/cloud--rain/24.js +0 -15
- package/es/icons/cloud--rain/32.js +0 -15
- package/es/icons/cloud--snow/16.js +0 -15
- package/es/icons/cloud--snow/20.js +0 -15
- package/es/icons/cloud--snow/24.js +0 -15
- package/es/icons/cloud--snow/32.js +0 -15
- package/es/icons/delete/16.js +0 -15
- package/es/icons/delete/20.js +0 -15
- package/es/icons/delete/24.js +0 -15
- package/es/icons/delete/32.js +0 -15
- package/es/icons/glyph--caution/index.js +0 -15
- package/es/icons/glyph--caution-inverted/index.js +0 -15
- package/es/icons/glyph--circle-fill/index.js +0 -15
- package/es/icons/glyph--circle-stroke/index.js +0 -15
- package/es/icons/glyph--critical/index.js +0 -15
- package/es/icons/glyph--incomplete/index.js +0 -15
- package/es/icons/glyph--square-fill/index.js +0 -15
- package/es/icons/letter--Aa--large/16.js +0 -15
- package/es/icons/letter--Aa--large/20.js +0 -15
- package/es/icons/letter--Aa--large/24.js +0 -15
- package/es/icons/letter--Aa--large/32.js +0 -15
- package/es/icons/logo--delicious/16.js +0 -15
- package/es/icons/logo--delicious/20.js +0 -15
- package/es/icons/logo--delicious/24.js +0 -15
- package/es/icons/logo--delicious/32.js +0 -15
- package/es/icons/logo--google/16.js +0 -15
- package/es/icons/logo--google/20.js +0 -15
- package/es/icons/logo--google/24.js +0 -15
- package/es/icons/logo--google/32.js +0 -15
- package/es/icons/logo--stumbleupon/16.js +0 -15
- package/es/icons/logo--stumbleupon/20.js +0 -15
- package/es/icons/logo--stumbleupon/24.js +0 -15
- package/es/icons/logo--stumbleupon/32.js +0 -15
- package/es/icons/mammogram--stacked/16.js +0 -15
- package/es/icons/mammogram--stacked/20.js +0 -15
- package/es/icons/mammogram--stacked/24.js +0 -15
- package/es/icons/mammogram--stacked/32.js +0 -15
- package/es/icons/misuse--alt/16.js +0 -15
- package/es/icons/misuse--alt/20.js +0 -15
- package/es/icons/misuse--alt/24.js +0 -15
- package/es/icons/misuse--alt/32.js +0 -15
- package/es/icons/research--bloch-sphere/16.js +0 -15
- package/es/icons/research--bloch-sphere/20.js +0 -15
- package/es/icons/research--bloch-sphere/24.js +0 -15
- package/es/icons/research--bloch-sphere/32.js +0 -15
- package/es/icons/research--hinton-plot/16.js +0 -15
- package/es/icons/research--hinton-plot/20.js +0 -15
- package/es/icons/research--hinton-plot/24.js +0 -15
- package/es/icons/research--hinton-plot/32.js +0 -15
- package/es/icons/research--matrix/16.js +0 -15
- package/es/icons/research--matrix/20.js +0 -15
- package/es/icons/research--matrix/24.js +0 -15
- package/es/icons/research--matrix/32.js +0 -15
- package/es/icons/sunny/16.js +0 -15
- package/es/icons/sunny/20.js +0 -15
- package/es/icons/sunny/24.js +0 -15
- package/es/icons/sunny/32.js +0 -15
- package/es/icons/undefined/index.js +0 -15
- package/es/icons/watson-health/edit-filter/16.js +0 -15
- package/es/icons/watson-health/edit-filter/20.js +0 -15
- package/es/icons/watson-health/edit-filter/24.js +0 -15
- package/es/icons/watson-health/edit-filter/32.js +0 -15
- package/lib/components/input/defs.js +0 -47
- package/lib/components/input/defs.js.map +0 -1
- package/lib/components/search/defs.js +0 -21
- package/lib/components/search/defs.js.map +0 -1
- package/lib/components/slider/defs.js +0 -21
- package/lib/components/slider/defs.js.map +0 -1
- package/lib/components/tooltip/defs.js +0 -45
- package/lib/components/tooltip/defs.js.map +0 -1
- package/lib/components-react-node/file-uploader/drop-container.js +0 -49
- package/lib/components-react-node/input/defs.js +0 -24
- package/lib/components-react-node/input/input.js +0 -55
- package/lib/components-react-node/search/defs.js +0 -24
- package/lib/components-react-node/slider/defs.js +0 -24
- package/lib/components-react-node/tooltip/defs.js +0 -24
- package/lib/components-react-node/tooltip/tooltip-body.js +0 -37
- package/lib/components-react-node/tooltip/tooltip-footer.js +0 -36
- package/scss/components/input/input.scss +0 -37
- /package/es/components-react/{input → icon-button}/defs.d.ts +0 -0
- /package/es/components-react/{input → icon-button}/index.d.ts +0 -0
- /package/es/components-react/{input → icon-button}/index.js +0 -0
- /package/es/components-react/{search → popover}/defs.d.ts +0 -0
- /package/es/components-react/{slider/defs.d.ts → popover/index.d.ts} +0 -0
- /package/es/components-react/{tooltip → progress-bar}/defs.d.ts +0 -0
- /package/es/icons/{app-switcher → SLM}/16.d.ts +0 -0
- /package/es/icons/{app-switcher → SLM}/20.d.ts +0 -0
- /package/es/icons/{app-switcher → SLM}/24.d.ts +0 -0
- /package/es/icons/{app-switcher → SLM}/32.d.ts +0 -0
- /package/es/icons/{arrows → apple--dash}/16.d.ts +0 -0
- /package/es/icons/{arrows → apple--dash}/20.d.ts +0 -0
- /package/es/icons/{arrows → apple--dash}/24.d.ts +0 -0
- /package/es/icons/{arrows → apple--dash}/32.d.ts +0 -0
- /package/es/icons/{checkbox--undeterminate--filled → batch-job}/16.d.ts +0 -0
- /package/es/icons/{checkbox--undeterminate--filled → batch-job}/20.d.ts +0 -0
- /package/es/icons/{checkbox--undeterminate--filled → batch-job}/24.d.ts +0 -0
- /package/es/icons/{checkbox--undeterminate--filled → batch-job}/32.d.ts +0 -0
- /package/es/icons/{back-to-top → batch-job--step}/16.d.ts +0 -0
- /package/es/icons/{back-to-top → batch-job--step}/20.d.ts +0 -0
- /package/es/icons/{back-to-top → batch-job--step}/24.d.ts +0 -0
- /package/es/icons/{back-to-top → batch-job--step}/32.d.ts +0 -0
- /package/es/icons/{cloud--lightning → boot-volume}/16.d.ts +0 -0
- /package/es/icons/{cloud--lightning → boot-volume}/20.d.ts +0 -0
- /package/es/icons/{cloud--lightning → boot-volume}/24.d.ts +0 -0
- /package/es/icons/{cloud--lightning → boot-volume}/32.d.ts +0 -0
- /package/es/icons/{checkbox--undeterminate → boot-volume--alt}/16.d.ts +0 -0
- /package/es/icons/{checkbox--undeterminate → boot-volume--alt}/20.d.ts +0 -0
- /package/es/icons/{checkbox--undeterminate → boot-volume--alt}/24.d.ts +0 -0
- /package/es/icons/{checkbox--undeterminate → boot-volume--alt}/32.d.ts +0 -0
- /package/es/icons/{cloud--snow → bottles--01}/16.d.ts +0 -0
- /package/es/icons/{cloud--snow → bottles--01}/20.d.ts +0 -0
- /package/es/icons/{cloud--snow → bottles--01}/24.d.ts +0 -0
- /package/es/icons/{cloud--snow → bottles--01}/32.d.ts +0 -0
- /package/es/icons/{cloud--rain → bottles--01--dash}/16.d.ts +0 -0
- /package/es/icons/{cloud--rain → bottles--01--dash}/20.d.ts +0 -0
- /package/es/icons/{cloud--rain → bottles--01--dash}/24.d.ts +0 -0
- /package/es/icons/{cloud--rain → bottles--01--dash}/32.d.ts +0 -0
- /package/es/icons/{letter--Aa--large → bottles--02}/16.d.ts +0 -0
- /package/es/icons/{letter--Aa--large → bottles--02}/20.d.ts +0 -0
- /package/es/icons/{letter--Aa--large → bottles--02}/24.d.ts +0 -0
- /package/es/icons/{letter--Aa--large → bottles--02}/32.d.ts +0 -0
- /package/es/icons/{delete → bottles--02--dash}/16.d.ts +0 -0
- /package/es/icons/{delete → bottles--02--dash}/20.d.ts +0 -0
- /package/es/icons/{delete → bottles--02--dash}/24.d.ts +0 -0
- /package/es/icons/{delete → bottles--02--dash}/32.d.ts +0 -0
- /package/es/icons/{logo--delicious → bottles--container}/16.d.ts +0 -0
- /package/es/icons/{logo--delicious → bottles--container}/20.d.ts +0 -0
- /package/es/icons/{logo--delicious → bottles--container}/24.d.ts +0 -0
- /package/es/icons/{logo--delicious → bottles--container}/32.d.ts +0 -0
- /package/es/icons/{logo--google → build-tool}/16.d.ts +0 -0
- /package/es/icons/{logo--google → build-tool}/20.d.ts +0 -0
- /package/es/icons/{logo--google → build-tool}/24.d.ts +0 -0
- /package/es/icons/{logo--google → build-tool}/32.d.ts +0 -0
- /package/es/icons/{mammogram--stacked → calendar--add}/16.d.ts +0 -0
- /package/es/icons/{mammogram--stacked → calendar--add}/20.d.ts +0 -0
- /package/es/icons/{mammogram--stacked → calendar--add}/24.d.ts +0 -0
- /package/es/icons/{mammogram--stacked → calendar--add}/32.d.ts +0 -0
- /package/es/icons/{logo--stumbleupon → calendar--add--alt}/16.d.ts +0 -0
- /package/es/icons/{logo--stumbleupon → calendar--add--alt}/20.d.ts +0 -0
- /package/es/icons/{logo--stumbleupon → calendar--add--alt}/24.d.ts +0 -0
- /package/es/icons/{logo--stumbleupon → calendar--add--alt}/32.d.ts +0 -0
- /package/es/icons/{misuse--alt → carbon--ui-builder}/16.d.ts +0 -0
- /package/es/icons/{misuse--alt → carbon--ui-builder}/20.d.ts +0 -0
- /package/es/icons/{misuse--alt → carbon--ui-builder}/24.d.ts +0 -0
- /package/es/icons/{misuse--alt → carbon--ui-builder}/32.d.ts +0 -0
- /package/es/icons/{research--bloch-sphere → catalog--publish}/16.d.ts +0 -0
- /package/es/icons/{research--bloch-sphere → catalog--publish}/20.d.ts +0 -0
- /package/es/icons/{research--bloch-sphere → catalog--publish}/24.d.ts +0 -0
- /package/es/icons/{research--bloch-sphere → catalog--publish}/32.d.ts +0 -0
- /package/es/icons/{research--hinton-plot → cics--db2-connection}/16.d.ts +0 -0
- /package/es/icons/{research--hinton-plot → cics--db2-connection}/20.d.ts +0 -0
- /package/es/icons/{research--hinton-plot → cics--db2-connection}/24.d.ts +0 -0
- /package/es/icons/{research--hinton-plot → cics--db2-connection}/32.d.ts +0 -0
- /package/es/icons/{research--matrix → cics--program}/16.d.ts +0 -0
- /package/es/icons/{research--matrix → cics--program}/20.d.ts +0 -0
- /package/es/icons/{research--matrix → cics--program}/24.d.ts +0 -0
- /package/es/icons/{research--matrix → cics--program}/32.d.ts +0 -0
- /package/es/icons/{watson-health/edit-filter → cics--sit}/16.d.ts +0 -0
- /package/es/icons/{watson-health/edit-filter → cics--sit}/20.d.ts +0 -0
- /package/es/icons/{watson-health/edit-filter → cics--sit}/24.d.ts +0 -0
- /package/es/icons/{watson-health/edit-filter → cics--sit}/32.d.ts +0 -0
- /package/es/icons/{sunny → cics--sit-overrides}/16.d.ts +0 -0
- /package/es/icons/{sunny → cics--sit-overrides}/20.d.ts +0 -0
- /package/es/icons/{sunny → cics--sit-overrides}/24.d.ts +0 -0
- /package/es/icons/{sunny → cics--sit-overrides}/32.d.ts +0 -0
- /package/es/icons/{glyph--caution-inverted/index.d.ts → cics--transaction-server-zos/16.d.ts} +0 -0
- /package/es/icons/{glyph--caution/index.d.ts → cics--transaction-server-zos/20.d.ts} +0 -0
- /package/es/icons/{glyph--circle-fill/index.d.ts → cics--transaction-server-zos/24.d.ts} +0 -0
- /package/es/icons/{glyph--circle-stroke/index.d.ts → cics--transaction-server-zos/32.d.ts} +0 -0
- /package/es/icons/{glyph--critical/index.d.ts → cics-region--alt/16.d.ts} +0 -0
- /package/es/icons/{glyph--incomplete/index.d.ts → cics-region--alt/20.d.ts} +0 -0
- /package/es/icons/{glyph--square-fill/index.d.ts → cics-region--alt/24.d.ts} +0 -0
- /package/es/icons/{glyph--undefined/index.d.ts → cics-region--alt/32.d.ts} +0 -0
- /package/es/icons/{undefined/index.d.ts → connect--reference/16.d.ts} +0 -0
- /package/es/icons/{glyph--undefined → diamond-fill}/index.js +0 -0
- /package/lib/components-react-node/{input → icon-button}/index.js +0 -0
|
@@ -1,762 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @license
|
|
3
|
-
*
|
|
4
|
-
* Copyright IBM Corp. 2019, 2023
|
|
5
|
-
*
|
|
6
|
-
* This source code is licensed under the Apache-2.0 license found in the
|
|
7
|
-
* LICENSE file in the root directory of this source tree.
|
|
8
|
-
*/
|
|
9
|
-
import { LitElement } from 'lit';
|
|
10
|
-
import { FLOATING_MENU_ALIGNMENT, FLOATING_MENU_DIRECTION } from '../floating-menu/floating-menu';
|
|
11
|
-
import { INPUT_COLOR_SCHEME, INPUT_SIZE, INPUT_TYPE } from './defs';
|
|
12
|
-
export { INPUT_COLOR_SCHEME, INPUT_SIZE, INPUT_TYPE };
|
|
13
|
-
declare const BXInput_base: (abstract new (...args: any[]) => {
|
|
14
|
-
_getValidityMessage(state: string): string | undefined;
|
|
15
|
-
_testValidity(): string;
|
|
16
|
-
invalid: boolean;
|
|
17
|
-
required: boolean;
|
|
18
|
-
requiredValidityMessage: string;
|
|
19
|
-
validityMessage: string;
|
|
20
|
-
value: string;
|
|
21
|
-
checkValidity(): boolean;
|
|
22
|
-
setCustomValidity(validityMessage: string): void;
|
|
23
|
-
accessKey: string;
|
|
24
|
-
readonly accessKeyLabel: string;
|
|
25
|
-
autocapitalize: string;
|
|
26
|
-
dir: string;
|
|
27
|
-
draggable: boolean;
|
|
28
|
-
hidden: boolean;
|
|
29
|
-
inert: boolean;
|
|
30
|
-
innerText: string;
|
|
31
|
-
lang: string;
|
|
32
|
-
readonly offsetHeight: number;
|
|
33
|
-
readonly offsetLeft: number;
|
|
34
|
-
readonly offsetParent: Element | null;
|
|
35
|
-
readonly offsetTop: number;
|
|
36
|
-
readonly offsetWidth: number;
|
|
37
|
-
outerText: string;
|
|
38
|
-
spellcheck: boolean;
|
|
39
|
-
title: string;
|
|
40
|
-
translate: boolean;
|
|
41
|
-
attachInternals(): ElementInternals;
|
|
42
|
-
click(): void;
|
|
43
|
-
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
44
|
-
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
45
|
-
removeEventListener<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
46
|
-
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
47
|
-
readonly attributes: NamedNodeMap;
|
|
48
|
-
readonly classList: DOMTokenList;
|
|
49
|
-
className: string;
|
|
50
|
-
readonly clientHeight: number;
|
|
51
|
-
readonly clientLeft: number;
|
|
52
|
-
readonly clientTop: number;
|
|
53
|
-
readonly clientWidth: number;
|
|
54
|
-
id: string;
|
|
55
|
-
readonly localName: string;
|
|
56
|
-
readonly namespaceURI: string | null;
|
|
57
|
-
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
58
|
-
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
59
|
-
outerHTML: string;
|
|
60
|
-
readonly ownerDocument: Document;
|
|
61
|
-
readonly part: DOMTokenList;
|
|
62
|
-
readonly prefix: string | null;
|
|
63
|
-
readonly scrollHeight: number;
|
|
64
|
-
scrollLeft: number;
|
|
65
|
-
scrollTop: number;
|
|
66
|
-
readonly scrollWidth: number;
|
|
67
|
-
readonly shadowRoot: ShadowRoot | null;
|
|
68
|
-
slot: string;
|
|
69
|
-
readonly tagName: string;
|
|
70
|
-
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
71
|
-
closest<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2] | null;
|
|
72
|
-
closest<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3] | null;
|
|
73
|
-
closest<E extends Element = Element>(selectors: string): E | null;
|
|
74
|
-
getAttribute(qualifiedName: string): string | null;
|
|
75
|
-
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
76
|
-
getAttributeNames(): string[];
|
|
77
|
-
getAttributeNode(qualifiedName: string): Attr | null;
|
|
78
|
-
getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
|
|
79
|
-
getBoundingClientRect(): DOMRect;
|
|
80
|
-
getClientRects(): DOMRectList;
|
|
81
|
-
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
82
|
-
getElementsByTagName<K_4 extends keyof HTMLElementTagNameMap>(qualifiedName: K_4): HTMLCollectionOf<HTMLElementTagNameMap[K_4]>;
|
|
83
|
-
getElementsByTagName<K_5 extends keyof SVGElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<SVGElementTagNameMap[K_5]>;
|
|
84
|
-
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
85
|
-
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
86
|
-
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
87
|
-
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
88
|
-
hasAttribute(qualifiedName: string): boolean;
|
|
89
|
-
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
90
|
-
hasAttributes(): boolean;
|
|
91
|
-
hasPointerCapture(pointerId: number): boolean;
|
|
92
|
-
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
93
|
-
insertAdjacentHTML(position: InsertPosition, text: string): void;
|
|
94
|
-
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
95
|
-
matches(selectors: string): boolean;
|
|
96
|
-
releasePointerCapture(pointerId: number): void;
|
|
97
|
-
removeAttribute(qualifiedName: string): void;
|
|
98
|
-
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
99
|
-
removeAttributeNode(attr: Attr): Attr;
|
|
100
|
-
requestFullscreen(options?: FullscreenOptions | undefined): Promise<void>;
|
|
101
|
-
requestPointerLock(): void;
|
|
102
|
-
scroll(options?: ScrollToOptions | undefined): void;
|
|
103
|
-
scroll(x: number, y: number): void;
|
|
104
|
-
scrollBy(options?: ScrollToOptions | undefined): void;
|
|
105
|
-
scrollBy(x: number, y: number): void;
|
|
106
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions | undefined): void;
|
|
107
|
-
scrollTo(options?: ScrollToOptions | undefined): void;
|
|
108
|
-
scrollTo(x: number, y: number): void;
|
|
109
|
-
setAttribute(qualifiedName: string, value: string): void;
|
|
110
|
-
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
111
|
-
setAttributeNode(attr: Attr): Attr | null;
|
|
112
|
-
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
113
|
-
setPointerCapture(pointerId: number): void;
|
|
114
|
-
toggleAttribute(qualifiedName: string, force?: boolean | undefined): boolean;
|
|
115
|
-
webkitMatchesSelector(selectors: string): boolean;
|
|
116
|
-
readonly baseURI: string;
|
|
117
|
-
readonly childNodes: NodeListOf<ChildNode>;
|
|
118
|
-
readonly firstChild: ChildNode | null;
|
|
119
|
-
readonly isConnected: boolean;
|
|
120
|
-
readonly lastChild: ChildNode | null;
|
|
121
|
-
readonly nextSibling: ChildNode | null;
|
|
122
|
-
readonly nodeName: string;
|
|
123
|
-
readonly nodeType: number;
|
|
124
|
-
nodeValue: string | null;
|
|
125
|
-
readonly parentElement: HTMLElement | null;
|
|
126
|
-
readonly parentNode: ParentNode | null;
|
|
127
|
-
readonly previousSibling: ChildNode | null;
|
|
128
|
-
textContent: string | null;
|
|
129
|
-
appendChild<T extends Node>(node: T): T;
|
|
130
|
-
cloneNode(deep?: boolean | undefined): Node;
|
|
131
|
-
compareDocumentPosition(other: Node): number;
|
|
132
|
-
contains(other: Node | null): boolean;
|
|
133
|
-
getRootNode(options?: GetRootNodeOptions | undefined): Node;
|
|
134
|
-
hasChildNodes(): boolean;
|
|
135
|
-
insertBefore<T_1 extends Node>(node: T_1, child: Node | null): T_1;
|
|
136
|
-
isDefaultNamespace(namespace: string | null): boolean;
|
|
137
|
-
isEqualNode(otherNode: Node | null): boolean;
|
|
138
|
-
isSameNode(otherNode: Node | null): boolean;
|
|
139
|
-
lookupNamespaceURI(prefix: string | null): string | null;
|
|
140
|
-
lookupPrefix(namespace: string | null): string | null;
|
|
141
|
-
normalize(): void;
|
|
142
|
-
removeChild<T_2 extends Node>(child: T_2): T_2;
|
|
143
|
-
replaceChild<T_3 extends Node>(node: Node, child: T_3): T_3;
|
|
144
|
-
readonly ATTRIBUTE_NODE: number;
|
|
145
|
-
readonly CDATA_SECTION_NODE: number;
|
|
146
|
-
readonly COMMENT_NODE: number;
|
|
147
|
-
readonly DOCUMENT_FRAGMENT_NODE: number;
|
|
148
|
-
readonly DOCUMENT_NODE: number;
|
|
149
|
-
readonly DOCUMENT_POSITION_CONTAINED_BY: number;
|
|
150
|
-
readonly DOCUMENT_POSITION_CONTAINS: number;
|
|
151
|
-
readonly DOCUMENT_POSITION_DISCONNECTED: number;
|
|
152
|
-
readonly DOCUMENT_POSITION_FOLLOWING: number;
|
|
153
|
-
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: number;
|
|
154
|
-
readonly DOCUMENT_POSITION_PRECEDING: number;
|
|
155
|
-
readonly DOCUMENT_TYPE_NODE: number;
|
|
156
|
-
readonly ELEMENT_NODE: number;
|
|
157
|
-
readonly ENTITY_NODE: number;
|
|
158
|
-
readonly ENTITY_REFERENCE_NODE: number;
|
|
159
|
-
readonly NOTATION_NODE: number;
|
|
160
|
-
readonly PROCESSING_INSTRUCTION_NODE: number;
|
|
161
|
-
readonly TEXT_NODE: number;
|
|
162
|
-
dispatchEvent(event: Event): boolean;
|
|
163
|
-
ariaAtomic: string | null;
|
|
164
|
-
ariaAutoComplete: string | null;
|
|
165
|
-
ariaBusy: string | null;
|
|
166
|
-
ariaChecked: string | null;
|
|
167
|
-
ariaColCount: string | null;
|
|
168
|
-
ariaColIndex: string | null;
|
|
169
|
-
ariaColSpan: string | null;
|
|
170
|
-
ariaCurrent: string | null;
|
|
171
|
-
ariaDisabled: string | null;
|
|
172
|
-
ariaExpanded: string | null;
|
|
173
|
-
ariaHasPopup: string | null;
|
|
174
|
-
ariaHidden: string | null;
|
|
175
|
-
ariaKeyShortcuts: string | null;
|
|
176
|
-
ariaLabel: string | null;
|
|
177
|
-
ariaLevel: string | null;
|
|
178
|
-
ariaLive: string | null;
|
|
179
|
-
ariaModal: string | null;
|
|
180
|
-
ariaMultiLine: string | null;
|
|
181
|
-
ariaMultiSelectable: string | null;
|
|
182
|
-
ariaOrientation: string | null;
|
|
183
|
-
ariaPlaceholder: string | null;
|
|
184
|
-
ariaPosInSet: string | null;
|
|
185
|
-
ariaPressed: string | null;
|
|
186
|
-
ariaReadOnly: string | null;
|
|
187
|
-
ariaRequired: string | null;
|
|
188
|
-
ariaRoleDescription: string | null;
|
|
189
|
-
ariaRowCount: string | null;
|
|
190
|
-
ariaRowIndex: string | null;
|
|
191
|
-
ariaRowSpan: string | null;
|
|
192
|
-
ariaSelected: string | null;
|
|
193
|
-
ariaSetSize: string | null;
|
|
194
|
-
ariaSort: string | null;
|
|
195
|
-
ariaValueMax: string | null;
|
|
196
|
-
ariaValueMin: string | null;
|
|
197
|
-
ariaValueNow: string | null;
|
|
198
|
-
ariaValueText: string | null;
|
|
199
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions | undefined): Animation;
|
|
200
|
-
getAnimations(options?: GetAnimationsOptions | undefined): Animation[];
|
|
201
|
-
after(...nodes: (string | Node)[]): void;
|
|
202
|
-
before(...nodes: (string | Node)[]): void;
|
|
203
|
-
remove(): void;
|
|
204
|
-
replaceWith(...nodes: (string | Node)[]): void;
|
|
205
|
-
innerHTML: string;
|
|
206
|
-
readonly nextElementSibling: Element | null;
|
|
207
|
-
readonly previousElementSibling: Element | null;
|
|
208
|
-
readonly childElementCount: number;
|
|
209
|
-
readonly children: HTMLCollection;
|
|
210
|
-
readonly firstElementChild: Element | null;
|
|
211
|
-
readonly lastElementChild: Element | null;
|
|
212
|
-
append(...nodes: (string | Node)[]): void;
|
|
213
|
-
prepend(...nodes: (string | Node)[]): void;
|
|
214
|
-
querySelector<K_6 extends keyof HTMLElementTagNameMap>(selectors: K_6): HTMLElementTagNameMap[K_6] | null;
|
|
215
|
-
querySelector<K_7 extends keyof SVGElementTagNameMap>(selectors: K_7): SVGElementTagNameMap[K_7] | null;
|
|
216
|
-
querySelector<E_1 extends Element = Element>(selectors: string): E_1 | null;
|
|
217
|
-
querySelectorAll<K_8 extends keyof HTMLElementTagNameMap>(selectors: K_8): NodeListOf<HTMLElementTagNameMap[K_8]>;
|
|
218
|
-
querySelectorAll<K_9 extends keyof SVGElementTagNameMap>(selectors: K_9): NodeListOf<SVGElementTagNameMap[K_9]>;
|
|
219
|
-
querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
|
|
220
|
-
replaceChildren(...nodes: (string | Node)[]): void;
|
|
221
|
-
readonly assignedSlot: HTMLSlotElement | null;
|
|
222
|
-
oncopy: ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
223
|
-
oncut: ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
224
|
-
onpaste: ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
225
|
-
readonly style: CSSStyleDeclaration;
|
|
226
|
-
contentEditable: string;
|
|
227
|
-
enterKeyHint: string;
|
|
228
|
-
inputMode: string;
|
|
229
|
-
readonly isContentEditable: boolean;
|
|
230
|
-
onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
231
|
-
onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
232
|
-
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
233
|
-
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
234
|
-
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
235
|
-
onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
236
|
-
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
237
|
-
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
238
|
-
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
239
|
-
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
240
|
-
onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
241
|
-
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
242
|
-
oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
243
|
-
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
244
|
-
ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
245
|
-
ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
246
|
-
ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
247
|
-
ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
248
|
-
ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
249
|
-
ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
250
|
-
ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
251
|
-
ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
252
|
-
ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
253
|
-
onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
254
|
-
onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
255
|
-
onerror: OnErrorEventHandler;
|
|
256
|
-
onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
257
|
-
onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
|
|
258
|
-
ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
259
|
-
oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
260
|
-
oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
261
|
-
onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
262
|
-
onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
263
|
-
onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
264
|
-
onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
265
|
-
onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
266
|
-
onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
267
|
-
onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
268
|
-
onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
269
|
-
onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
270
|
-
onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
271
|
-
onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
272
|
-
onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
273
|
-
onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
274
|
-
onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
275
|
-
onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
276
|
-
onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
277
|
-
onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
278
|
-
onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
279
|
-
onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
280
|
-
onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
281
|
-
onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
282
|
-
onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
283
|
-
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
284
|
-
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
285
|
-
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
286
|
-
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
287
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any) | null;
|
|
288
|
-
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
289
|
-
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
290
|
-
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
291
|
-
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
292
|
-
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
293
|
-
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
294
|
-
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
295
|
-
onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
296
|
-
onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
297
|
-
onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
298
|
-
onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
299
|
-
onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
300
|
-
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
301
|
-
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
302
|
-
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
303
|
-
ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
304
|
-
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
305
|
-
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
306
|
-
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
307
|
-
ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
308
|
-
ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
309
|
-
ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
310
|
-
ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
311
|
-
ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
312
|
-
onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
313
|
-
onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
314
|
-
onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
315
|
-
onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
316
|
-
onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
317
|
-
onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
318
|
-
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
319
|
-
autofocus: boolean;
|
|
320
|
-
readonly dataset: DOMStringMap;
|
|
321
|
-
nonce?: string | undefined;
|
|
322
|
-
tabIndex: number;
|
|
323
|
-
blur(): void;
|
|
324
|
-
focus(options?: FocusOptions | undefined): void;
|
|
325
|
-
}) & (abstract new (...args: any[]) => {
|
|
326
|
-
_hFormdata: import("../../globals/internal/handle").default | null;
|
|
327
|
-
_handleFormdata(event: Event): void;
|
|
328
|
-
connectedCallback(): void;
|
|
329
|
-
disconnectedCallback(): void;
|
|
330
|
-
accessKey: string;
|
|
331
|
-
readonly accessKeyLabel: string;
|
|
332
|
-
autocapitalize: string;
|
|
333
|
-
dir: string;
|
|
334
|
-
draggable: boolean;
|
|
335
|
-
hidden: boolean;
|
|
336
|
-
inert: boolean;
|
|
337
|
-
innerText: string;
|
|
338
|
-
lang: string;
|
|
339
|
-
readonly offsetHeight: number;
|
|
340
|
-
readonly offsetLeft: number;
|
|
341
|
-
readonly offsetParent: Element | null;
|
|
342
|
-
readonly offsetTop: number;
|
|
343
|
-
readonly offsetWidth: number;
|
|
344
|
-
outerText: string;
|
|
345
|
-
spellcheck: boolean;
|
|
346
|
-
title: string;
|
|
347
|
-
translate: boolean;
|
|
348
|
-
attachInternals(): ElementInternals;
|
|
349
|
-
click(): void;
|
|
350
|
-
addEventListener<K_10 extends keyof HTMLElementEventMap>(type: K_10, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_10]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
351
|
-
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
352
|
-
removeEventListener<K_11 extends keyof HTMLElementEventMap>(type: K_11, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_11]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
353
|
-
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
354
|
-
readonly attributes: NamedNodeMap;
|
|
355
|
-
readonly classList: DOMTokenList;
|
|
356
|
-
className: string;
|
|
357
|
-
readonly clientHeight: number;
|
|
358
|
-
readonly clientLeft: number;
|
|
359
|
-
readonly clientTop: number;
|
|
360
|
-
readonly clientWidth: number;
|
|
361
|
-
id: string;
|
|
362
|
-
readonly localName: string;
|
|
363
|
-
readonly namespaceURI: string | null;
|
|
364
|
-
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
365
|
-
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
366
|
-
outerHTML: string;
|
|
367
|
-
readonly ownerDocument: Document;
|
|
368
|
-
readonly part: DOMTokenList;
|
|
369
|
-
readonly prefix: string | null;
|
|
370
|
-
readonly scrollHeight: number;
|
|
371
|
-
scrollLeft: number;
|
|
372
|
-
scrollTop: number;
|
|
373
|
-
readonly scrollWidth: number;
|
|
374
|
-
readonly shadowRoot: ShadowRoot | null;
|
|
375
|
-
slot: string;
|
|
376
|
-
readonly tagName: string;
|
|
377
|
-
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
378
|
-
closest<K_12 extends keyof HTMLElementTagNameMap>(selector: K_12): HTMLElementTagNameMap[K_12] | null;
|
|
379
|
-
closest<K_13 extends keyof SVGElementTagNameMap>(selector: K_13): SVGElementTagNameMap[K_13] | null;
|
|
380
|
-
closest<E_3 extends Element = Element>(selectors: string): E_3 | null;
|
|
381
|
-
getAttribute(qualifiedName: string): string | null;
|
|
382
|
-
getAttributeNS(namespace: string | null, localName: string): string | null;
|
|
383
|
-
getAttributeNames(): string[];
|
|
384
|
-
getAttributeNode(qualifiedName: string): Attr | null;
|
|
385
|
-
getAttributeNodeNS(namespace: string | null, localName: string): Attr | null;
|
|
386
|
-
getBoundingClientRect(): DOMRect;
|
|
387
|
-
getClientRects(): DOMRectList;
|
|
388
|
-
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
389
|
-
getElementsByTagName<K_14 extends keyof HTMLElementTagNameMap>(qualifiedName: K_14): HTMLCollectionOf<HTMLElementTagNameMap[K_14]>;
|
|
390
|
-
getElementsByTagName<K_15 extends keyof SVGElementTagNameMap>(qualifiedName: K_15): HTMLCollectionOf<SVGElementTagNameMap[K_15]>;
|
|
391
|
-
getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
392
|
-
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
393
|
-
getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
394
|
-
getElementsByTagNameNS(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
395
|
-
hasAttribute(qualifiedName: string): boolean;
|
|
396
|
-
hasAttributeNS(namespace: string | null, localName: string): boolean;
|
|
397
|
-
hasAttributes(): boolean;
|
|
398
|
-
hasPointerCapture(pointerId: number): boolean;
|
|
399
|
-
insertAdjacentElement(where: InsertPosition, element: Element): Element | null;
|
|
400
|
-
insertAdjacentHTML(position: InsertPosition, text: string): void;
|
|
401
|
-
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
402
|
-
matches(selectors: string): boolean;
|
|
403
|
-
releasePointerCapture(pointerId: number): void;
|
|
404
|
-
removeAttribute(qualifiedName: string): void;
|
|
405
|
-
removeAttributeNS(namespace: string | null, localName: string): void;
|
|
406
|
-
removeAttributeNode(attr: Attr): Attr;
|
|
407
|
-
requestFullscreen(options?: FullscreenOptions | undefined): Promise<void>;
|
|
408
|
-
requestPointerLock(): void;
|
|
409
|
-
scroll(options?: ScrollToOptions | undefined): void;
|
|
410
|
-
scroll(x: number, y: number): void;
|
|
411
|
-
scrollBy(options?: ScrollToOptions | undefined): void;
|
|
412
|
-
scrollBy(x: number, y: number): void;
|
|
413
|
-
scrollIntoView(arg?: boolean | ScrollIntoViewOptions | undefined): void;
|
|
414
|
-
scrollTo(options?: ScrollToOptions | undefined): void;
|
|
415
|
-
scrollTo(x: number, y: number): void;
|
|
416
|
-
setAttribute(qualifiedName: string, value: string): void;
|
|
417
|
-
setAttributeNS(namespace: string | null, qualifiedName: string, value: string): void;
|
|
418
|
-
setAttributeNode(attr: Attr): Attr | null;
|
|
419
|
-
setAttributeNodeNS(attr: Attr): Attr | null;
|
|
420
|
-
setPointerCapture(pointerId: number): void;
|
|
421
|
-
toggleAttribute(qualifiedName: string, force?: boolean | undefined): boolean;
|
|
422
|
-
webkitMatchesSelector(selectors: string): boolean;
|
|
423
|
-
readonly baseURI: string;
|
|
424
|
-
readonly childNodes: NodeListOf<ChildNode>;
|
|
425
|
-
readonly firstChild: ChildNode | null;
|
|
426
|
-
readonly isConnected: boolean;
|
|
427
|
-
readonly lastChild: ChildNode | null;
|
|
428
|
-
readonly nextSibling: ChildNode | null;
|
|
429
|
-
readonly nodeName: string;
|
|
430
|
-
readonly nodeType: number;
|
|
431
|
-
nodeValue: string | null;
|
|
432
|
-
readonly parentElement: HTMLElement | null;
|
|
433
|
-
readonly parentNode: ParentNode | null;
|
|
434
|
-
readonly previousSibling: ChildNode | null;
|
|
435
|
-
textContent: string | null;
|
|
436
|
-
appendChild<T extends Node>(node: T): T;
|
|
437
|
-
cloneNode(deep?: boolean | undefined): Node;
|
|
438
|
-
compareDocumentPosition(other: Node): number;
|
|
439
|
-
contains(other: Node | null): boolean;
|
|
440
|
-
getRootNode(options?: GetRootNodeOptions | undefined): Node;
|
|
441
|
-
hasChildNodes(): boolean;
|
|
442
|
-
insertBefore<T_4 extends Node>(node: T_4, child: Node | null): T_4;
|
|
443
|
-
isDefaultNamespace(namespace: string | null): boolean;
|
|
444
|
-
isEqualNode(otherNode: Node | null): boolean;
|
|
445
|
-
isSameNode(otherNode: Node | null): boolean;
|
|
446
|
-
lookupNamespaceURI(prefix: string | null): string | null;
|
|
447
|
-
lookupPrefix(namespace: string | null): string | null;
|
|
448
|
-
normalize(): void;
|
|
449
|
-
removeChild<T_2 extends Node>(child: T_2): T_2;
|
|
450
|
-
replaceChild<T_3 extends Node>(node: Node, child: T_3): T_3;
|
|
451
|
-
readonly ATTRIBUTE_NODE: number;
|
|
452
|
-
readonly CDATA_SECTION_NODE: number;
|
|
453
|
-
readonly COMMENT_NODE: number;
|
|
454
|
-
readonly DOCUMENT_FRAGMENT_NODE: number;
|
|
455
|
-
readonly DOCUMENT_NODE: number;
|
|
456
|
-
readonly DOCUMENT_POSITION_CONTAINED_BY: number;
|
|
457
|
-
readonly DOCUMENT_POSITION_CONTAINS: number;
|
|
458
|
-
readonly DOCUMENT_POSITION_DISCONNECTED: number;
|
|
459
|
-
readonly DOCUMENT_POSITION_FOLLOWING: number;
|
|
460
|
-
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: number;
|
|
461
|
-
readonly DOCUMENT_POSITION_PRECEDING: number;
|
|
462
|
-
readonly DOCUMENT_TYPE_NODE: number;
|
|
463
|
-
readonly ELEMENT_NODE: number;
|
|
464
|
-
readonly ENTITY_NODE: number;
|
|
465
|
-
readonly ENTITY_REFERENCE_NODE: number;
|
|
466
|
-
readonly NOTATION_NODE: number;
|
|
467
|
-
readonly PROCESSING_INSTRUCTION_NODE: number;
|
|
468
|
-
readonly TEXT_NODE: number;
|
|
469
|
-
dispatchEvent(event: Event): boolean;
|
|
470
|
-
ariaAtomic: string | null;
|
|
471
|
-
ariaAutoComplete: string | null;
|
|
472
|
-
ariaBusy: string | null;
|
|
473
|
-
ariaChecked: string | null;
|
|
474
|
-
ariaColCount: string | null;
|
|
475
|
-
ariaColIndex: string | null;
|
|
476
|
-
ariaColSpan: string | null;
|
|
477
|
-
ariaCurrent: string | null;
|
|
478
|
-
ariaDisabled: string | null;
|
|
479
|
-
ariaExpanded: string | null;
|
|
480
|
-
ariaHasPopup: string | null;
|
|
481
|
-
ariaHidden: string | null;
|
|
482
|
-
ariaKeyShortcuts: string | null;
|
|
483
|
-
ariaLabel: string | null;
|
|
484
|
-
ariaLevel: string | null;
|
|
485
|
-
ariaLive: string | null;
|
|
486
|
-
ariaModal: string | null;
|
|
487
|
-
ariaMultiLine: string | null;
|
|
488
|
-
ariaMultiSelectable: string | null;
|
|
489
|
-
ariaOrientation: string | null;
|
|
490
|
-
ariaPlaceholder: string | null;
|
|
491
|
-
ariaPosInSet: string | null;
|
|
492
|
-
ariaPressed: string | null;
|
|
493
|
-
ariaReadOnly: string | null;
|
|
494
|
-
ariaRequired: string | null;
|
|
495
|
-
ariaRoleDescription: string | null;
|
|
496
|
-
ariaRowCount: string | null;
|
|
497
|
-
ariaRowIndex: string | null;
|
|
498
|
-
ariaRowSpan: string | null;
|
|
499
|
-
ariaSelected: string | null;
|
|
500
|
-
ariaSetSize: string | null;
|
|
501
|
-
ariaSort: string | null;
|
|
502
|
-
ariaValueMax: string | null;
|
|
503
|
-
ariaValueMin: string | null;
|
|
504
|
-
ariaValueNow: string | null;
|
|
505
|
-
ariaValueText: string | null;
|
|
506
|
-
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions | undefined): Animation;
|
|
507
|
-
getAnimations(options?: GetAnimationsOptions | undefined): Animation[];
|
|
508
|
-
after(...nodes: (string | Node)[]): void;
|
|
509
|
-
before(...nodes: (string | Node)[]): void;
|
|
510
|
-
remove(): void;
|
|
511
|
-
replaceWith(...nodes: (string | Node)[]): void;
|
|
512
|
-
innerHTML: string;
|
|
513
|
-
readonly nextElementSibling: Element | null;
|
|
514
|
-
readonly previousElementSibling: Element | null;
|
|
515
|
-
readonly childElementCount: number;
|
|
516
|
-
readonly children: HTMLCollection;
|
|
517
|
-
readonly firstElementChild: Element | null;
|
|
518
|
-
readonly lastElementChild: Element | null;
|
|
519
|
-
append(...nodes: (string | Node)[]): void;
|
|
520
|
-
prepend(...nodes: (string | Node)[]): void;
|
|
521
|
-
querySelector<K_6 extends keyof HTMLElementTagNameMap>(selectors: K_6): HTMLElementTagNameMap[K_6] | null;
|
|
522
|
-
querySelector<K_7 extends keyof SVGElementTagNameMap>(selectors: K_7): SVGElementTagNameMap[K_7] | null;
|
|
523
|
-
querySelector<E_1 extends Element = Element>(selectors: string): E_1 | null;
|
|
524
|
-
querySelectorAll<K_8 extends keyof HTMLElementTagNameMap>(selectors: K_8): NodeListOf<HTMLElementTagNameMap[K_8]>;
|
|
525
|
-
querySelectorAll<K_9 extends keyof SVGElementTagNameMap>(selectors: K_9): NodeListOf<SVGElementTagNameMap[K_9]>;
|
|
526
|
-
querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
|
|
527
|
-
replaceChildren(...nodes: (string | Node)[]): void;
|
|
528
|
-
readonly assignedSlot: HTMLSlotElement | null;
|
|
529
|
-
oncopy: ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
530
|
-
oncut: ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
531
|
-
onpaste: ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
532
|
-
readonly style: CSSStyleDeclaration;
|
|
533
|
-
contentEditable: string;
|
|
534
|
-
enterKeyHint: string;
|
|
535
|
-
inputMode: string;
|
|
536
|
-
readonly isContentEditable: boolean;
|
|
537
|
-
onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
538
|
-
onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
539
|
-
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
540
|
-
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
541
|
-
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
542
|
-
onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
543
|
-
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
544
|
-
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
545
|
-
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
546
|
-
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
547
|
-
onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
548
|
-
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
549
|
-
oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
550
|
-
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
551
|
-
ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
552
|
-
ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
553
|
-
ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
554
|
-
ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
555
|
-
ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
556
|
-
ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
557
|
-
ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
558
|
-
ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
559
|
-
ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
560
|
-
onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
561
|
-
onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
562
|
-
onerror: OnErrorEventHandler;
|
|
563
|
-
onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
564
|
-
onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
|
|
565
|
-
ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
566
|
-
oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
567
|
-
oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
568
|
-
onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
569
|
-
onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
570
|
-
onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
571
|
-
onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
572
|
-
onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
573
|
-
onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
574
|
-
onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
575
|
-
onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
576
|
-
onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
577
|
-
onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
578
|
-
onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
579
|
-
onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
580
|
-
onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
581
|
-
onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
582
|
-
onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
583
|
-
onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
584
|
-
onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
585
|
-
onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
586
|
-
onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
587
|
-
onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
588
|
-
onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
589
|
-
onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
590
|
-
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
591
|
-
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
592
|
-
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
593
|
-
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
594
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any) | null;
|
|
595
|
-
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
596
|
-
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
597
|
-
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
598
|
-
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
599
|
-
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
600
|
-
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
601
|
-
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
602
|
-
onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
603
|
-
onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
604
|
-
onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
605
|
-
onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
606
|
-
onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
607
|
-
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
608
|
-
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
609
|
-
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
610
|
-
ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
611
|
-
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
612
|
-
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
613
|
-
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
614
|
-
ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
615
|
-
ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
616
|
-
ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
617
|
-
ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
618
|
-
ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
619
|
-
onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
620
|
-
onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
621
|
-
onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
622
|
-
onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
623
|
-
onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
624
|
-
onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
625
|
-
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
626
|
-
autofocus: boolean;
|
|
627
|
-
readonly dataset: DOMStringMap;
|
|
628
|
-
nonce?: string | undefined;
|
|
629
|
-
tabIndex: number;
|
|
630
|
-
blur(): void;
|
|
631
|
-
focus(options?: FocusOptions | undefined): void;
|
|
632
|
-
}) & typeof LitElement;
|
|
633
|
-
/**
|
|
634
|
-
* Input element. Supports all the usual attributes for textual input types
|
|
635
|
-
*
|
|
636
|
-
* @element cds-input
|
|
637
|
-
* @slot helper-text - The helper text.
|
|
638
|
-
* @slot label-text - The label text.
|
|
639
|
-
* @slot validity-message - The validity message. If present and non-empty, this input shows the UI of its invalid state.
|
|
640
|
-
*/
|
|
641
|
-
declare class BXInput extends BXInput_base {
|
|
642
|
-
/**
|
|
643
|
-
* The underlying input element
|
|
644
|
-
*/
|
|
645
|
-
protected _input: HTMLInputElement;
|
|
646
|
-
/**
|
|
647
|
-
* The internal value.
|
|
648
|
-
*/
|
|
649
|
-
protected _value: string;
|
|
650
|
-
/**
|
|
651
|
-
* Handles `oninput` event on the `<input>`.
|
|
652
|
-
*
|
|
653
|
-
* @param event The event.
|
|
654
|
-
*/
|
|
655
|
-
protected _handleInput({ target }: Event): void;
|
|
656
|
-
_handleFormdata(event: Event): void;
|
|
657
|
-
/**
|
|
658
|
-
* May be any of the standard HTML autocomplete options
|
|
659
|
-
*/
|
|
660
|
-
autocomplete: string;
|
|
661
|
-
/**
|
|
662
|
-
* Sets the input to be focussed automatically on page load. Defaults to false
|
|
663
|
-
*/
|
|
664
|
-
autofocus: boolean;
|
|
665
|
-
/**
|
|
666
|
-
* The color scheme.
|
|
667
|
-
*/
|
|
668
|
-
colorScheme: INPUT_COLOR_SCHEME;
|
|
669
|
-
/**
|
|
670
|
-
* Controls the disabled state of the input
|
|
671
|
-
*/
|
|
672
|
-
disabled: boolean;
|
|
673
|
-
/**
|
|
674
|
-
* The helper text.
|
|
675
|
-
*/
|
|
676
|
-
helperText: string;
|
|
677
|
-
/**
|
|
678
|
-
* Controls the invalid state and visibility of the `validityMessage`
|
|
679
|
-
*/
|
|
680
|
-
invalid: boolean;
|
|
681
|
-
/**
|
|
682
|
-
* The label text.
|
|
683
|
-
*/
|
|
684
|
-
labelText: string;
|
|
685
|
-
/**
|
|
686
|
-
* Name for the input in the `FormData`
|
|
687
|
-
*/
|
|
688
|
-
name: string;
|
|
689
|
-
/**
|
|
690
|
-
* Pattern to validate the input against for HTML validity checking
|
|
691
|
-
*/
|
|
692
|
-
pattern: string;
|
|
693
|
-
/**
|
|
694
|
-
* Value to display when the input has an empty `value`
|
|
695
|
-
*/
|
|
696
|
-
placeholder: string;
|
|
697
|
-
/**
|
|
698
|
-
* Controls the readonly state of the input
|
|
699
|
-
*/
|
|
700
|
-
readonly: boolean;
|
|
701
|
-
/**
|
|
702
|
-
* Boolean property to set the required status
|
|
703
|
-
*/
|
|
704
|
-
required: boolean;
|
|
705
|
-
/**
|
|
706
|
-
* The special validity message for `required`.
|
|
707
|
-
*/
|
|
708
|
-
requiredValidityMessage: string;
|
|
709
|
-
/**
|
|
710
|
-
* "Hide password" tooltip text on password visibility toggle
|
|
711
|
-
*/
|
|
712
|
-
hidePasswordLabel: string;
|
|
713
|
-
/**
|
|
714
|
-
* "Show password" tooltip text on password visibility toggle
|
|
715
|
-
*/
|
|
716
|
-
showPasswordLabel: string;
|
|
717
|
-
/**
|
|
718
|
-
* Boolean property to render password visibility toggle
|
|
719
|
-
*/
|
|
720
|
-
showPasswordVisibilityToggle: boolean;
|
|
721
|
-
/**
|
|
722
|
-
* The input box size.
|
|
723
|
-
*/
|
|
724
|
-
size: INPUT_SIZE;
|
|
725
|
-
/**
|
|
726
|
-
* Specify the alignment of the tooltip to the icon-only button.
|
|
727
|
-
* Can be one of: start, center, or end.
|
|
728
|
-
*/
|
|
729
|
-
tooltipAlignment: FLOATING_MENU_ALIGNMENT;
|
|
730
|
-
/**
|
|
731
|
-
* Specify the direction of the tooltip for icon-only buttons.
|
|
732
|
-
* Can be either top, right, bottom, or left.
|
|
733
|
-
*/
|
|
734
|
-
tooltipDirection: FLOATING_MENU_DIRECTION;
|
|
735
|
-
/**
|
|
736
|
-
* The type of the input. Can be one of the types listed in the INPUT_TYPE enum
|
|
737
|
-
*/
|
|
738
|
-
type: INPUT_TYPE;
|
|
739
|
-
/**
|
|
740
|
-
* The validity message. If present and non-empty, this input shows the UI of its invalid state.
|
|
741
|
-
*/
|
|
742
|
-
validityMessage: string;
|
|
743
|
-
/**
|
|
744
|
-
* The value of the input.
|
|
745
|
-
*/
|
|
746
|
-
get value(): string;
|
|
747
|
-
set value(value: string);
|
|
748
|
-
/**
|
|
749
|
-
* Handles password visibility toggle button click
|
|
750
|
-
*/
|
|
751
|
-
private handleTogglePasswordVisibility;
|
|
752
|
-
render(): import("lit-html").TemplateResult<1>;
|
|
753
|
-
static shadowRootOptions: {
|
|
754
|
-
delegatesFocus: boolean;
|
|
755
|
-
mode: ShadowRootMode;
|
|
756
|
-
slotAssignment?: SlotAssignmentMode | undefined;
|
|
757
|
-
};
|
|
758
|
-
static styles: any;
|
|
759
|
-
}
|
|
760
|
-
export default BXInput;
|
|
761
|
-
|
|
762
|
-
//# sourceMappingURL=input.d.ts.map
|