@carbon/web-components 2.53.0 → 2.54.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/custom-elements.json +784 -110
- package/es/components/ai-label/ai-label.scss.js +1 -1
- package/es/components/breadcrumb/breadcrumb.scss.js +1 -1
- package/es/components/button/button.scss.js +1 -1
- package/es/components/checkbox/checkbox.scss.js +1 -1
- package/es/components/code-snippet/code-snippet.scss.js +1 -1
- package/es/components/combo-box/combo-box.scss.js +1 -1
- package/es/components/combo-button/combo-button.scss.js +1 -1
- package/es/components/contained-list/contained-list.scss.js +1 -1
- package/es/components/content-switcher/content-switcher.scss.js +1 -1
- package/es/components/copy-button/copy-button.scss.js +1 -1
- package/es/components/data-table/data-table.scss.js +1 -1
- package/es/components/data-table/table-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 +2 -3
- package/es/components/data-table/table-toolbar-search.js.map +1 -1
- package/es/components/date-picker/date-picker.d.ts +4 -0
- package/es/components/date-picker/date-picker.d.ts.map +1 -1
- package/es/components/date-picker/date-picker.js +5 -1
- package/es/components/date-picker/date-picker.js.map +1 -1
- package/es/components/date-picker/date-picker.scss.js +1 -1
- package/es/components/date-picker/fix-events-plugin.d.ts.map +1 -1
- package/es/components/date-picker/fix-events-plugin.js +0 -6
- package/es/components/date-picker/fix-events-plugin.js.map +1 -1
- package/es/components/date-picker/range-plugin.d.ts +2 -8
- package/es/components/date-picker/range-plugin.d.ts.map +1 -1
- package/es/components/date-picker/range-plugin.js +3 -9
- package/es/components/date-picker/range-plugin.js.map +1 -1
- package/es/components/dialog/dialog.scss.js +1 -1
- package/es/components/dropdown/dropdown.d.ts +3 -2
- package/es/components/dropdown/dropdown.d.ts.map +1 -1
- package/es/components/dropdown/dropdown.js +9 -2
- package/es/components/dropdown/dropdown.js.map +1 -1
- package/es/components/dropdown/dropdown.scss.js +1 -1
- package/es/components/feature-flags/index.js +1 -1
- package/es/components/file-uploader/file-uploader.scss.js +1 -1
- package/es/components/fluid-combo-box/fluid-combo-box-skeleton.d.ts +18 -0
- package/es/components/fluid-combo-box/fluid-combo-box-skeleton.d.ts.map +1 -0
- package/es/components/fluid-combo-box/fluid-combo-box-skeleton.js +45 -0
- package/es/components/fluid-combo-box/fluid-combo-box-skeleton.js.map +1 -0
- package/es/components/fluid-combo-box/fluid-combo-box.d.ts +23 -0
- package/es/components/fluid-combo-box/fluid-combo-box.d.ts.map +1 -0
- package/es/components/fluid-combo-box/fluid-combo-box.js +53 -0
- package/es/components/fluid-combo-box/fluid-combo-box.js.map +1 -0
- package/es/components/fluid-combo-box/fluid-combo-box.scss.js +14 -0
- package/es/components/fluid-combo-box/fluid-combo-box.scss.js.map +1 -0
- package/es/components/fluid-combo-box/index.d.ts +9 -0
- package/es/components/fluid-combo-box/index.d.ts.map +1 -0
- package/es/components/fluid-combo-box/index.js +9 -0
- package/es/components/fluid-dropdown/fluid-dropdown.scss.js +1 -1
- package/es/components/fluid-form/fluid-form.d.ts +19 -0
- package/es/components/fluid-form/fluid-form.d.ts.map +1 -0
- package/es/components/fluid-form/fluid-form.js +44 -0
- package/es/components/fluid-form/fluid-form.js.map +1 -0
- package/es/components/fluid-form/fluid-form.scss.js +14 -0
- package/es/components/fluid-form/fluid-form.scss.js.map +1 -0
- package/es/components/fluid-form/index.d.ts +8 -0
- package/es/components/fluid-form/index.d.ts.map +1 -0
- package/es/components/fluid-form/index.js +8 -0
- package/es/components/fluid-multi-select/fluid-multi-select.scss.js +1 -1
- package/es/components/fluid-number-input/fluid-number-input.scss.js +1 -1
- package/es/components/fluid-number-input/fluid-number-input.scss.js.map +1 -1
- package/es/components/fluid-password-input/fluid-password-input.scss.js +1 -1
- package/es/components/fluid-password-input/fluid-password-input.scss.js.map +1 -1
- package/es/components/fluid-search/fluid-search.scss.js +1 -1
- package/es/components/fluid-select/fluid-select.scss.js +1 -1
- package/es/components/fluid-select/fluid-select.scss.js.map +1 -1
- package/es/components/fluid-text-input/fluid-text-input.scss.js +1 -1
- package/es/components/fluid-text-input/fluid-text-input.scss.js.map +1 -1
- package/es/components/fluid-textarea/fluid-textarea.scss.js +1 -1
- package/es/components/fluid-textarea/fluid-textarea.scss.js.map +1 -1
- package/es/components/fluid-time-picker/fluid-time-picker.scss.js +1 -1
- package/es/components/form/form-item.scss.js +1 -1
- package/es/components/form/form.scss.js +1 -1
- package/es/components/form-group/form-group.scss.js +1 -1
- package/es/components/grid/column-hang.scss.js +1 -1
- package/es/components/grid/grid.d.ts +5 -0
- package/es/components/grid/grid.d.ts.map +1 -1
- package/es/components/grid/grid.js +11 -1
- package/es/components/grid/grid.js.map +1 -1
- package/es/components/grid/grid.scss.js +1 -1
- package/es/components/grid/grid.scss.js.map +1 -1
- package/es/components/icon/icon.d.ts +1 -1
- package/es/components/menu/menu-item.d.ts +1 -0
- package/es/components/menu/menu-item.d.ts.map +1 -1
- package/es/components/menu/menu-item.js +5 -0
- package/es/components/menu/menu-item.js.map +1 -1
- package/es/components/menu/menu-item.scss.js +1 -1
- package/es/components/menu/menu-item.scss.js.map +1 -1
- package/es/components/menu-button/menu-button.d.ts.map +1 -1
- package/es/components/menu-button/menu-button.js +0 -1
- package/es/components/menu-button/menu-button.js.map +1 -1
- package/es/components/menu-button/menu-button.scss.js +1 -1
- package/es/components/modal/modal.scss.js +1 -1
- package/es/components/modal/modal.scss.js.map +1 -1
- package/es/components/multi-select/multi-select.d.ts +38 -4
- package/es/components/multi-select/multi-select.d.ts.map +1 -1
- package/es/components/multi-select/multi-select.js +30 -27
- package/es/components/multi-select/multi-select.js.map +1 -1
- package/es/components/multi-select/multi-select.scss.js +1 -1
- package/es/components/notification/actionable-notification.d.ts +1 -1
- package/es/components/notification/actionable-notification.scss.js +1 -1
- package/es/components/notification/callout-notification.d.ts +1 -1
- package/es/components/notification/inline-notification.d.ts +1 -1
- package/es/components/notification/inline-notification.scss.js +1 -1
- package/es/components/notification/toast-notification.scss.js +1 -1
- package/es/components/number-input/number-input.scss.js +1 -1
- package/es/components/overflow-menu/overflow-menu.scss.js +1 -1
- package/es/components/page-header/page-header.scss.js +1 -1
- package/es/components/pagination/defs.d.ts +25 -0
- package/es/components/pagination/defs.d.ts.map +1 -1
- package/es/components/pagination/defs.js +27 -1
- package/es/components/pagination/defs.js.map +1 -1
- package/es/components/pagination/pagination.d.ts +9 -1
- package/es/components/pagination/pagination.d.ts.map +1 -1
- package/es/components/pagination/pagination.js +7 -2
- package/es/components/pagination/pagination.js.map +1 -1
- package/es/components/pagination/pagination.scss.js +1 -1
- package/es/components/pagination/pagination.scss.js.map +1 -1
- package/es/components/pagination-nav/pagination-nav.scss.js +1 -1
- package/es/components/password-input/defs.d.ts +5 -1
- package/es/components/password-input/defs.d.ts.map +1 -1
- package/es/components/password-input/defs.js +4 -0
- package/es/components/password-input/defs.js.map +1 -1
- package/es/components/password-input/password-input.d.ts +1 -1
- package/es/components/password-input/password-input.d.ts.map +1 -1
- package/es/components/password-input/password-input.js +15 -15
- package/es/components/password-input/password-input.js.map +1 -1
- package/es/components/password-input/password-input.scss.js +1 -1
- package/es/components/password-input/password-input.scss.js.map +1 -1
- package/es/components/popover/popover.scss.js +1 -1
- package/es/components/progress-indicator/progress-indicator.scss.js +1 -1
- package/es/components/radio-button/radio-button.scss.js +1 -1
- package/es/components/search/defs.d.ts +28 -0
- package/es/components/search/defs.d.ts.map +1 -0
- package/es/components/search/defs.js +40 -0
- package/es/components/search/defs.js.map +1 -0
- package/es/components/search/search-skeleton.d.ts +4 -4
- package/es/components/search/search-skeleton.d.ts.map +1 -1
- package/es/components/search/search-skeleton.js +9 -9
- package/es/components/search/search-skeleton.js.map +1 -1
- package/es/components/search/search.d.ts +4 -3
- package/es/components/search/search.d.ts.map +1 -1
- package/es/components/search/search.js +3 -5
- package/es/components/search/search.js.map +1 -1
- package/es/components/search/search.scss.js +1 -1
- package/es/components/search/search.scss.js.map +1 -1
- package/es/components/select/select.d.ts +1 -1
- package/es/components/select/select.d.ts.map +1 -1
- package/es/components/select/select.js +1 -4
- package/es/components/select/select.js.map +1 -1
- package/es/components/select/select.scss.js +1 -1
- package/es/components/select/select.scss.js.map +1 -1
- package/es/components/skip-to-content/skip-to-content.scss.js +1 -1
- package/es/components/slider/slider.d.ts.map +1 -1
- package/es/components/slider/slider.js +2 -2
- package/es/components/slider/slider.js.map +1 -1
- package/es/components/slider/slider.scss.js +1 -1
- package/es/components/slug/slug.scss.js +1 -1
- package/es/components/tabs/stories/tabs-wrapper.d.ts +53 -0
- package/es/components/tabs/stories/tabs-wrapper.d.ts.map +1 -0
- package/es/components/tabs/stories/tabs-wrapper.js +129 -0
- package/es/components/tabs/stories/tabs-wrapper.js.map +1 -0
- package/es/components/tabs/tab.d.ts +23 -0
- package/es/components/tabs/tab.d.ts.map +1 -1
- package/es/components/tabs/tab.js +59 -3
- package/es/components/tabs/tab.js.map +1 -1
- package/es/components/tabs/tabs.d.ts +14 -0
- package/es/components/tabs/tabs.d.ts.map +1 -1
- package/es/components/tabs/tabs.js +74 -25
- package/es/components/tabs/tabs.js.map +1 -1
- package/es/components/tabs/tabs.scss.js +1 -1
- package/es/components/tabs/tabs.scss.js.map +1 -1
- package/es/components/tag/tag.scss.js +1 -1
- package/es/components/text-input/defs.d.ts +5 -1
- package/es/components/text-input/defs.d.ts.map +1 -1
- package/es/components/text-input/defs.js +4 -0
- package/es/components/text-input/defs.js.map +1 -1
- package/es/components/text-input/text-input-skeleton.d.ts +5 -0
- package/es/components/text-input/text-input-skeleton.d.ts.map +1 -1
- package/es/components/text-input/text-input-skeleton.js +10 -3
- package/es/components/text-input/text-input-skeleton.js.map +1 -1
- package/es/components/text-input/text-input.d.ts +4 -3
- package/es/components/text-input/text-input.d.ts.map +1 -1
- package/es/components/text-input/text-input.js +15 -11
- package/es/components/text-input/text-input.js.map +1 -1
- package/es/components/text-input/text-input.scss.js +1 -1
- package/es/components/text-input/text-input.scss.js.map +1 -1
- package/es/components/textarea/textarea.scss.js +1 -1
- package/es/components/tile/selectable-tile.d.ts +1 -1
- package/es/components/tile/tile.scss.js +1 -1
- package/es/components/time-picker/time-picker.d.ts +2 -1
- package/es/components/time-picker/time-picker.d.ts.map +1 -1
- package/es/components/time-picker/time-picker.scss.js +1 -1
- package/es/components/toggle-tip/toggletip.scss.js +1 -1
- package/es/components/tooltip/tooltip.scss.js +1 -1
- package/es/components/tooltip/tooltip.scss.js.map +1 -1
- package/es/components/tree-view/tree-view.scss.js +1 -1
- package/es/components/ui-shell/header.scss.js +1 -1
- package/es/globals/directives/spread.d.ts +1 -1
- package/es/globals/directives/spread.d.ts.map +1 -1
- package/es/globals/internal/icon-loader-utils.d.ts +1 -1
- package/es/globals/internal/icon-loader-utils.d.ts.map +1 -1
- package/es/globals/mixins/validity.d.ts +2 -1
- package/es/globals/mixins/validity.d.ts.map +1 -1
- package/es/globals/mixins/validity.js.map +1 -1
- package/es/index.js +1 -1
- package/es/node_modules/flatpickr/dist/esm/index.js +1516 -0
- package/es/node_modules/flatpickr/dist/esm/index.js.map +1 -0
- package/es/node_modules/flatpickr/dist/esm/l10n/default.js +99 -0
- package/es/node_modules/flatpickr/dist/esm/l10n/default.js.map +1 -0
- package/es/node_modules/flatpickr/dist/esm/plugins/rangePlugin.js +130 -0
- package/es/node_modules/flatpickr/dist/esm/plugins/rangePlugin.js.map +1 -0
- package/es/node_modules/flatpickr/dist/esm/types/options.js +90 -0
- package/es/node_modules/flatpickr/dist/esm/types/options.js.map +1 -0
- package/es/node_modules/flatpickr/dist/esm/utils/dates.js +118 -0
- package/es/node_modules/flatpickr/dist/esm/utils/dates.js.map +1 -0
- package/es/node_modules/flatpickr/dist/esm/utils/dom.js +52 -0
- package/es/node_modules/flatpickr/dist/esm/utils/dom.js.map +1 -0
- package/es/node_modules/flatpickr/dist/esm/utils/formatting.js +181 -0
- package/es/node_modules/flatpickr/dist/esm/utils/formatting.js.map +1 -0
- package/es/node_modules/flatpickr/dist/esm/utils/index.js +33 -0
- package/es/node_modules/flatpickr/dist/esm/utils/index.js.map +1 -0
- package/es/node_modules/flatpickr/dist/esm/utils/polyfills.js +26 -0
- package/es/node_modules/flatpickr/dist/esm/utils/polyfills.js.map +1 -0
- package/es/packages/feature-flags/es/index.js.map +1 -0
- package/es-custom/components/ai-label/ai-label.scss.js +1 -1
- package/es-custom/components/breadcrumb/breadcrumb.scss.js +1 -1
- package/es-custom/components/button/button.scss.js +1 -1
- package/es-custom/components/checkbox/checkbox.scss.js +1 -1
- package/es-custom/components/code-snippet/code-snippet.scss.js +1 -1
- package/es-custom/components/combo-box/combo-box.scss.js +1 -1
- package/es-custom/components/combo-button/combo-button.scss.js +1 -1
- package/es-custom/components/contained-list/contained-list.scss.js +1 -1
- package/es-custom/components/content-switcher/content-switcher.scss.js +1 -1
- package/es-custom/components/copy-button/copy-button.scss.js +1 -1
- package/es-custom/components/data-table/data-table.scss.js +1 -1
- package/es-custom/components/data-table/table-toolbar-search.d.ts +3 -3
- package/es-custom/components/data-table/table-toolbar-search.d.ts.map +1 -1
- package/es-custom/components/data-table/table-toolbar-search.js +2 -3
- package/es-custom/components/data-table/table-toolbar-search.js.map +1 -1
- package/es-custom/components/date-picker/date-picker.d.ts +4 -0
- package/es-custom/components/date-picker/date-picker.d.ts.map +1 -1
- package/es-custom/components/date-picker/date-picker.js +5 -1
- package/es-custom/components/date-picker/date-picker.js.map +1 -1
- package/es-custom/components/date-picker/date-picker.scss.js +1 -1
- package/es-custom/components/date-picker/fix-events-plugin.d.ts.map +1 -1
- package/es-custom/components/date-picker/fix-events-plugin.js +0 -6
- package/es-custom/components/date-picker/fix-events-plugin.js.map +1 -1
- package/es-custom/components/date-picker/range-plugin.d.ts +2 -8
- package/es-custom/components/date-picker/range-plugin.d.ts.map +1 -1
- package/es-custom/components/date-picker/range-plugin.js +3 -9
- package/es-custom/components/date-picker/range-plugin.js.map +1 -1
- package/es-custom/components/dialog/dialog.scss.js +1 -1
- package/es-custom/components/dropdown/dropdown.d.ts +3 -2
- package/es-custom/components/dropdown/dropdown.d.ts.map +1 -1
- package/es-custom/components/dropdown/dropdown.js +9 -2
- package/es-custom/components/dropdown/dropdown.js.map +1 -1
- package/es-custom/components/dropdown/dropdown.scss.js +1 -1
- package/es-custom/components/feature-flags/index.js +1 -1
- package/es-custom/components/file-uploader/file-uploader.scss.js +1 -1
- package/es-custom/components/fluid-combo-box/fluid-combo-box-skeleton.d.ts +18 -0
- package/es-custom/components/fluid-combo-box/fluid-combo-box-skeleton.d.ts.map +1 -0
- package/es-custom/components/fluid-combo-box/fluid-combo-box-skeleton.js +45 -0
- package/es-custom/components/fluid-combo-box/fluid-combo-box-skeleton.js.map +1 -0
- package/es-custom/components/fluid-combo-box/fluid-combo-box.d.ts +23 -0
- package/es-custom/components/fluid-combo-box/fluid-combo-box.d.ts.map +1 -0
- package/es-custom/components/fluid-combo-box/fluid-combo-box.js +53 -0
- package/es-custom/components/fluid-combo-box/fluid-combo-box.js.map +1 -0
- package/es-custom/components/fluid-combo-box/fluid-combo-box.scss.js +14 -0
- package/es-custom/components/fluid-combo-box/fluid-combo-box.scss.js.map +1 -0
- package/es-custom/components/fluid-combo-box/index.d.ts +9 -0
- package/es-custom/components/fluid-combo-box/index.d.ts.map +1 -0
- package/es-custom/components/fluid-combo-box/index.js +9 -0
- package/es-custom/components/fluid-dropdown/fluid-dropdown.scss.js +1 -1
- package/es-custom/components/fluid-form/fluid-form.d.ts +19 -0
- package/es-custom/components/fluid-form/fluid-form.d.ts.map +1 -0
- package/es-custom/components/fluid-form/fluid-form.js +44 -0
- package/es-custom/components/fluid-form/fluid-form.js.map +1 -0
- package/es-custom/components/fluid-form/fluid-form.scss.js +14 -0
- package/es-custom/components/fluid-form/fluid-form.scss.js.map +1 -0
- package/es-custom/components/fluid-form/index.d.ts +8 -0
- package/es-custom/components/fluid-form/index.d.ts.map +1 -0
- package/es-custom/components/fluid-form/index.js +8 -0
- package/es-custom/components/fluid-multi-select/fluid-multi-select.scss.js +1 -1
- package/es-custom/components/fluid-number-input/fluid-number-input.scss.js +1 -1
- package/es-custom/components/fluid-number-input/fluid-number-input.scss.js.map +1 -1
- package/es-custom/components/fluid-password-input/fluid-password-input.scss.js +1 -1
- package/es-custom/components/fluid-password-input/fluid-password-input.scss.js.map +1 -1
- package/es-custom/components/fluid-search/fluid-search.scss.js +1 -1
- package/es-custom/components/fluid-select/fluid-select.scss.js +1 -1
- package/es-custom/components/fluid-select/fluid-select.scss.js.map +1 -1
- package/es-custom/components/fluid-text-input/fluid-text-input.scss.js +1 -1
- package/es-custom/components/fluid-text-input/fluid-text-input.scss.js.map +1 -1
- package/es-custom/components/fluid-textarea/fluid-textarea.scss.js +1 -1
- package/es-custom/components/fluid-textarea/fluid-textarea.scss.js.map +1 -1
- package/es-custom/components/fluid-time-picker/fluid-time-picker.scss.js +1 -1
- package/es-custom/components/form/form-item.scss.js +1 -1
- package/es-custom/components/form/form.scss.js +1 -1
- package/es-custom/components/form-group/form-group.scss.js +1 -1
- package/es-custom/components/grid/column-hang.scss.js +1 -1
- package/es-custom/components/grid/grid.d.ts +5 -0
- package/es-custom/components/grid/grid.d.ts.map +1 -1
- package/es-custom/components/grid/grid.js +11 -1
- package/es-custom/components/grid/grid.js.map +1 -1
- package/es-custom/components/grid/grid.scss.js +1 -1
- package/es-custom/components/grid/grid.scss.js.map +1 -1
- package/es-custom/components/icon/icon.d.ts +1 -1
- package/es-custom/components/menu/menu-item.d.ts +1 -0
- package/es-custom/components/menu/menu-item.d.ts.map +1 -1
- package/es-custom/components/menu/menu-item.js +5 -0
- package/es-custom/components/menu/menu-item.js.map +1 -1
- package/es-custom/components/menu/menu-item.scss.js +1 -1
- package/es-custom/components/menu/menu-item.scss.js.map +1 -1
- package/es-custom/components/menu-button/menu-button.d.ts.map +1 -1
- package/es-custom/components/menu-button/menu-button.js +0 -1
- package/es-custom/components/menu-button/menu-button.js.map +1 -1
- package/es-custom/components/menu-button/menu-button.scss.js +1 -1
- package/es-custom/components/modal/modal.scss.js +1 -1
- package/es-custom/components/modal/modal.scss.js.map +1 -1
- package/es-custom/components/multi-select/multi-select.d.ts +38 -4
- package/es-custom/components/multi-select/multi-select.d.ts.map +1 -1
- package/es-custom/components/multi-select/multi-select.js +30 -27
- package/es-custom/components/multi-select/multi-select.js.map +1 -1
- package/es-custom/components/multi-select/multi-select.scss.js +1 -1
- package/es-custom/components/notification/actionable-notification.d.ts +1 -1
- package/es-custom/components/notification/actionable-notification.scss.js +1 -1
- package/es-custom/components/notification/callout-notification.d.ts +1 -1
- package/es-custom/components/notification/inline-notification.d.ts +1 -1
- package/es-custom/components/notification/inline-notification.scss.js +1 -1
- package/es-custom/components/notification/toast-notification.scss.js +1 -1
- package/es-custom/components/number-input/number-input.scss.js +1 -1
- package/es-custom/components/overflow-menu/overflow-menu.scss.js +1 -1
- package/es-custom/components/page-header/page-header.scss.js +1 -1
- package/es-custom/components/pagination/defs.d.ts +25 -0
- package/es-custom/components/pagination/defs.d.ts.map +1 -1
- package/es-custom/components/pagination/defs.js +27 -1
- package/es-custom/components/pagination/defs.js.map +1 -1
- package/es-custom/components/pagination/pagination.d.ts +9 -1
- package/es-custom/components/pagination/pagination.d.ts.map +1 -1
- package/es-custom/components/pagination/pagination.js +7 -2
- package/es-custom/components/pagination/pagination.js.map +1 -1
- package/es-custom/components/pagination/pagination.scss.js +1 -1
- package/es-custom/components/pagination/pagination.scss.js.map +1 -1
- package/es-custom/components/pagination-nav/pagination-nav.scss.js +1 -1
- package/es-custom/components/password-input/defs.d.ts +5 -1
- package/es-custom/components/password-input/defs.d.ts.map +1 -1
- package/es-custom/components/password-input/defs.js +4 -0
- package/es-custom/components/password-input/defs.js.map +1 -1
- package/es-custom/components/password-input/password-input.d.ts +1 -1
- package/es-custom/components/password-input/password-input.d.ts.map +1 -1
- package/es-custom/components/password-input/password-input.js +15 -15
- package/es-custom/components/password-input/password-input.js.map +1 -1
- package/es-custom/components/password-input/password-input.scss.js +1 -1
- package/es-custom/components/password-input/password-input.scss.js.map +1 -1
- package/es-custom/components/popover/popover.scss.js +1 -1
- package/es-custom/components/progress-indicator/progress-indicator.scss.js +1 -1
- package/es-custom/components/radio-button/radio-button.scss.js +1 -1
- package/es-custom/components/search/defs.d.ts +28 -0
- package/es-custom/components/search/defs.d.ts.map +1 -0
- package/es-custom/components/search/defs.js +40 -0
- package/es-custom/components/search/defs.js.map +1 -0
- package/es-custom/components/search/search-skeleton.d.ts +4 -4
- package/es-custom/components/search/search-skeleton.d.ts.map +1 -1
- package/es-custom/components/search/search-skeleton.js +9 -9
- package/es-custom/components/search/search-skeleton.js.map +1 -1
- package/es-custom/components/search/search.d.ts +4 -3
- package/es-custom/components/search/search.d.ts.map +1 -1
- package/es-custom/components/search/search.js +3 -5
- package/es-custom/components/search/search.js.map +1 -1
- package/es-custom/components/search/search.scss.js +1 -1
- package/es-custom/components/search/search.scss.js.map +1 -1
- package/es-custom/components/select/select.d.ts +1 -1
- package/es-custom/components/select/select.d.ts.map +1 -1
- package/es-custom/components/select/select.js +1 -4
- package/es-custom/components/select/select.js.map +1 -1
- package/es-custom/components/select/select.scss.js +1 -1
- package/es-custom/components/select/select.scss.js.map +1 -1
- package/es-custom/components/skip-to-content/skip-to-content.scss.js +1 -1
- package/es-custom/components/slider/slider.d.ts.map +1 -1
- package/es-custom/components/slider/slider.js +2 -2
- package/es-custom/components/slider/slider.js.map +1 -1
- package/es-custom/components/slider/slider.scss.js +1 -1
- package/es-custom/components/slug/slug.scss.js +1 -1
- package/es-custom/components/tabs/stories/tabs-wrapper.d.ts +53 -0
- package/es-custom/components/tabs/stories/tabs-wrapper.d.ts.map +1 -0
- package/es-custom/components/tabs/stories/tabs-wrapper.js +129 -0
- package/es-custom/components/tabs/stories/tabs-wrapper.js.map +1 -0
- package/es-custom/components/tabs/tab.d.ts +23 -0
- package/es-custom/components/tabs/tab.d.ts.map +1 -1
- package/es-custom/components/tabs/tab.js +59 -3
- package/es-custom/components/tabs/tab.js.map +1 -1
- package/es-custom/components/tabs/tabs.d.ts +14 -0
- package/es-custom/components/tabs/tabs.d.ts.map +1 -1
- package/es-custom/components/tabs/tabs.js +74 -25
- package/es-custom/components/tabs/tabs.js.map +1 -1
- package/es-custom/components/tabs/tabs.scss.js +1 -1
- package/es-custom/components/tabs/tabs.scss.js.map +1 -1
- package/es-custom/components/tag/tag.scss.js +1 -1
- package/es-custom/components/text-input/defs.d.ts +5 -1
- package/es-custom/components/text-input/defs.d.ts.map +1 -1
- package/es-custom/components/text-input/defs.js +4 -0
- package/es-custom/components/text-input/defs.js.map +1 -1
- package/es-custom/components/text-input/text-input-skeleton.d.ts +5 -0
- package/es-custom/components/text-input/text-input-skeleton.d.ts.map +1 -1
- package/es-custom/components/text-input/text-input-skeleton.js +10 -3
- package/es-custom/components/text-input/text-input-skeleton.js.map +1 -1
- package/es-custom/components/text-input/text-input.d.ts +4 -3
- package/es-custom/components/text-input/text-input.d.ts.map +1 -1
- package/es-custom/components/text-input/text-input.js +15 -11
- package/es-custom/components/text-input/text-input.js.map +1 -1
- package/es-custom/components/text-input/text-input.scss.js +1 -1
- package/es-custom/components/text-input/text-input.scss.js.map +1 -1
- package/es-custom/components/textarea/textarea.scss.js +1 -1
- package/es-custom/components/tile/selectable-tile.d.ts +1 -1
- package/es-custom/components/tile/tile.scss.js +1 -1
- package/es-custom/components/time-picker/time-picker.d.ts +2 -1
- package/es-custom/components/time-picker/time-picker.d.ts.map +1 -1
- package/es-custom/components/time-picker/time-picker.scss.js +1 -1
- package/es-custom/components/toggle-tip/toggletip.scss.js +1 -1
- package/es-custom/components/tooltip/tooltip.scss.js +1 -1
- package/es-custom/components/tooltip/tooltip.scss.js.map +1 -1
- package/es-custom/components/tree-view/tree-view.scss.js +1 -1
- package/es-custom/components/ui-shell/header.scss.js +1 -1
- package/es-custom/globals/directives/spread.d.ts +1 -1
- package/es-custom/globals/directives/spread.d.ts.map +1 -1
- package/es-custom/globals/internal/icon-loader-utils.d.ts +1 -1
- package/es-custom/globals/internal/icon-loader-utils.d.ts.map +1 -1
- package/es-custom/globals/mixins/validity.d.ts +2 -1
- package/es-custom/globals/mixins/validity.d.ts.map +1 -1
- package/es-custom/globals/mixins/validity.js.map +1 -1
- package/es-custom/index.js +1 -1
- package/es-custom/node_modules/flatpickr/dist/esm/index.js +1516 -0
- package/es-custom/node_modules/flatpickr/dist/esm/index.js.map +1 -0
- package/es-custom/node_modules/flatpickr/dist/esm/l10n/default.js +99 -0
- package/es-custom/node_modules/flatpickr/dist/esm/l10n/default.js.map +1 -0
- package/es-custom/node_modules/flatpickr/dist/esm/plugins/rangePlugin.js +130 -0
- package/es-custom/node_modules/flatpickr/dist/esm/plugins/rangePlugin.js.map +1 -0
- package/es-custom/node_modules/flatpickr/dist/esm/types/options.js +90 -0
- package/es-custom/node_modules/flatpickr/dist/esm/types/options.js.map +1 -0
- package/es-custom/node_modules/flatpickr/dist/esm/utils/dates.js +118 -0
- package/es-custom/node_modules/flatpickr/dist/esm/utils/dates.js.map +1 -0
- package/es-custom/node_modules/flatpickr/dist/esm/utils/dom.js +52 -0
- package/es-custom/node_modules/flatpickr/dist/esm/utils/dom.js.map +1 -0
- package/es-custom/node_modules/flatpickr/dist/esm/utils/formatting.js +181 -0
- package/es-custom/node_modules/flatpickr/dist/esm/utils/formatting.js.map +1 -0
- package/es-custom/node_modules/flatpickr/dist/esm/utils/index.js +33 -0
- package/es-custom/node_modules/flatpickr/dist/esm/utils/index.js.map +1 -0
- package/es-custom/node_modules/flatpickr/dist/esm/utils/polyfills.js +26 -0
- package/es-custom/node_modules/flatpickr/dist/esm/utils/polyfills.js.map +1 -0
- package/es-custom/packages/feature-flags/es/index.js.map +1 -0
- package/lib/components/data-table/table-toolbar-search.d.ts +3 -3
- package/lib/components/data-table/table-toolbar-search.d.ts.map +1 -1
- package/lib/components/date-picker/date-picker.d.ts +4 -0
- package/lib/components/date-picker/date-picker.d.ts.map +1 -1
- package/lib/components/date-picker/fix-events-plugin.d.ts.map +1 -1
- package/lib/components/date-picker/range-plugin.d.ts +2 -8
- package/lib/components/date-picker/range-plugin.d.ts.map +1 -1
- package/lib/components/dropdown/dropdown.d.ts +3 -2
- package/lib/components/dropdown/dropdown.d.ts.map +1 -1
- package/lib/components/fluid-combo-box/fluid-combo-box-skeleton.d.ts +18 -0
- package/lib/components/fluid-combo-box/fluid-combo-box-skeleton.d.ts.map +1 -0
- package/lib/components/fluid-combo-box/fluid-combo-box.d.ts +23 -0
- package/lib/components/fluid-combo-box/fluid-combo-box.d.ts.map +1 -0
- package/lib/components/fluid-combo-box/index.d.ts +9 -0
- package/lib/components/fluid-combo-box/index.d.ts.map +1 -0
- package/lib/components/fluid-form/fluid-form.d.ts +19 -0
- package/lib/components/fluid-form/fluid-form.d.ts.map +1 -0
- package/lib/components/fluid-form/index.d.ts +8 -0
- package/lib/components/fluid-form/index.d.ts.map +1 -0
- package/lib/components/grid/grid.d.ts +5 -0
- package/lib/components/grid/grid.d.ts.map +1 -1
- package/lib/components/icon/icon.d.ts +1 -1
- package/lib/components/menu/menu-item.d.ts +1 -0
- package/lib/components/menu/menu-item.d.ts.map +1 -1
- package/lib/components/menu-button/menu-button.d.ts.map +1 -1
- package/lib/components/multi-select/multi-select.d.ts +38 -4
- package/lib/components/multi-select/multi-select.d.ts.map +1 -1
- package/lib/components/notification/actionable-notification.d.ts +1 -1
- package/lib/components/notification/callout-notification.d.ts +1 -1
- package/lib/components/notification/inline-notification.d.ts +1 -1
- package/lib/components/pagination/defs.d.ts +25 -0
- package/lib/components/pagination/defs.d.ts.map +1 -1
- package/lib/components/pagination/defs.js +27 -0
- package/lib/components/pagination/defs.js.map +1 -1
- package/lib/components/pagination/pagination.d.ts +9 -1
- package/lib/components/pagination/pagination.d.ts.map +1 -1
- package/lib/components/password-input/defs.d.ts +5 -1
- package/lib/components/password-input/defs.d.ts.map +1 -1
- package/lib/components/password-input/defs.js +4 -0
- package/lib/components/password-input/defs.js.map +1 -1
- package/lib/components/password-input/password-input.d.ts +1 -1
- package/lib/components/password-input/password-input.d.ts.map +1 -1
- package/lib/components/search/defs.d.ts +28 -0
- package/lib/components/search/defs.d.ts.map +1 -0
- package/lib/components/search/defs.js +41 -0
- package/lib/components/search/defs.js.map +1 -0
- package/lib/components/search/search-skeleton.d.ts +4 -4
- package/lib/components/search/search-skeleton.d.ts.map +1 -1
- package/lib/components/search/search.d.ts +4 -3
- package/lib/components/search/search.d.ts.map +1 -1
- package/lib/components/select/select.d.ts +1 -1
- package/lib/components/select/select.d.ts.map +1 -1
- package/lib/components/slider/slider.d.ts.map +1 -1
- package/lib/components/tabs/stories/tabs-wrapper.d.ts +53 -0
- package/lib/components/tabs/stories/tabs-wrapper.d.ts.map +1 -0
- package/lib/components/tabs/tab.d.ts +23 -0
- package/lib/components/tabs/tab.d.ts.map +1 -1
- package/lib/components/tabs/tabs.d.ts +14 -0
- package/lib/components/tabs/tabs.d.ts.map +1 -1
- package/lib/components/text-input/defs.d.ts +5 -1
- package/lib/components/text-input/defs.d.ts.map +1 -1
- package/lib/components/text-input/defs.js +4 -0
- package/lib/components/text-input/defs.js.map +1 -1
- package/lib/components/text-input/text-input-skeleton.d.ts +5 -0
- package/lib/components/text-input/text-input-skeleton.d.ts.map +1 -1
- package/lib/components/text-input/text-input.d.ts +4 -3
- package/lib/components/text-input/text-input.d.ts.map +1 -1
- package/lib/components/tile/selectable-tile.d.ts +1 -1
- package/lib/components/time-picker/time-picker.d.ts +2 -1
- package/lib/components/time-picker/time-picker.d.ts.map +1 -1
- package/lib/globals/directives/spread.d.ts +1 -1
- package/lib/globals/directives/spread.d.ts.map +1 -1
- package/lib/globals/internal/icon-loader-utils.d.ts +1 -1
- package/lib/globals/internal/icon-loader-utils.d.ts.map +1 -1
- package/lib/globals/mixins/validity.d.ts +2 -1
- package/lib/globals/mixins/validity.d.ts.map +1 -1
- package/package.json +13 -10
- package/scss/components/data-table/_table-action.scss +9 -1
- package/scss/components/fluid-combo-box/fluid-combo-box.scss +252 -0
- package/scss/components/fluid-form/fluid-form.scss +24 -0
- package/scss/components/fluid-number-input/fluid-number-input.scss +3 -1
- package/scss/components/fluid-password-input/fluid-password-input.scss +1 -16
- package/scss/components/fluid-select/fluid-select.scss +3 -1
- package/scss/components/fluid-text-input/fluid-text-input.scss +3 -1
- package/scss/components/fluid-textarea/fluid-textarea.scss +3 -1
- package/scss/components/grid/grid.scss +20 -0
- package/scss/components/menu/menu-item.scss +5 -1
- package/scss/components/modal/modal.scss +1 -0
- package/scss/components/pagination/pagination.scss +3 -7
- package/scss/components/password-input/password-input.scss +1 -17
- package/scss/components/search/search.scss +20 -53
- package/scss/components/select/select.scss +4 -0
- package/scss/components/tabs/tabs-story.scss +19 -1
- package/scss/components/tabs/tabs.scss +74 -6
- package/scss/components/text-input/text-input.scss +7 -9
- package/scss/components/tooltip/tooltip.scss +13 -1
- package/telemetry.yml +25 -11
- package/es/feature-flags/es/index.js.map +0 -1
- package/es-custom/feature-flags/es/index.js.map +0 -1
- /package/es/{feature-flags → packages/feature-flags}/es/index.js +0 -0
- /package/es-custom/{feature-flags → packages/feature-flags}/es/index.js +0 -0
package/custom-elements.json
CHANGED
|
@@ -4860,7 +4860,7 @@
|
|
|
4860
4860
|
{
|
|
4861
4861
|
"name": "size",
|
|
4862
4862
|
"description": "The search box size.",
|
|
4863
|
-
"type": "
|
|
4863
|
+
"type": "SEARCH_SIZE",
|
|
4864
4864
|
"default": "\"lg\""
|
|
4865
4865
|
},
|
|
4866
4866
|
{
|
|
@@ -4957,7 +4957,7 @@
|
|
|
4957
4957
|
"name": "size",
|
|
4958
4958
|
"attribute": "size",
|
|
4959
4959
|
"description": "The search box size.",
|
|
4960
|
-
"type": "
|
|
4960
|
+
"type": "SEARCH_SIZE",
|
|
4961
4961
|
"default": "\"lg\""
|
|
4962
4962
|
},
|
|
4963
4963
|
{
|
|
@@ -5679,6 +5679,12 @@
|
|
|
5679
5679
|
"type": "string",
|
|
5680
5680
|
"default": "\"no-border\""
|
|
5681
5681
|
},
|
|
5682
|
+
{
|
|
5683
|
+
"name": "defaultAriaDateFormat",
|
|
5684
|
+
"description": "The default aria date format.",
|
|
5685
|
+
"type": "string",
|
|
5686
|
+
"default": "\"l, F j, Y\""
|
|
5687
|
+
},
|
|
5682
5688
|
{
|
|
5683
5689
|
"name": "defaultDateFormat",
|
|
5684
5690
|
"description": "The default date format.",
|
|
@@ -7155,79 +7161,582 @@
|
|
|
7155
7161
|
],
|
|
7156
7162
|
"events": [
|
|
7157
7163
|
{
|
|
7158
|
-
"name": "cds-file-uploader-item-beingdeleted",
|
|
7159
|
-
"description": "The custom event fired before this file uploader item is being deleted upon a user gesture.\nCancellation of this event stops the user-initiated action of deleting this file uploader item."
|
|
7164
|
+
"name": "cds-file-uploader-item-beingdeleted",
|
|
7165
|
+
"description": "The custom event fired before this file uploader item is being deleted upon a user gesture.\nCancellation of this event stops the user-initiated action of deleting this file uploader item."
|
|
7166
|
+
},
|
|
7167
|
+
{
|
|
7168
|
+
"name": "cds-file-uploader-item-deleted",
|
|
7169
|
+
"description": "The custom event fired after this file uploader item is deleted upon a user gesture."
|
|
7170
|
+
}
|
|
7171
|
+
],
|
|
7172
|
+
"slots": [
|
|
7173
|
+
{
|
|
7174
|
+
"name": "validity",
|
|
7175
|
+
"description": "message The validity message."
|
|
7176
|
+
},
|
|
7177
|
+
{
|
|
7178
|
+
"name": "validity-message",
|
|
7179
|
+
"description": "supplement The supplemental validity message."
|
|
7180
|
+
}
|
|
7181
|
+
]
|
|
7182
|
+
},
|
|
7183
|
+
{
|
|
7184
|
+
"name": "cds-file-uploader-skeleton",
|
|
7185
|
+
"path": "./src/components/file-uploader/file-uploader-skeleton.ts",
|
|
7186
|
+
"description": "The File uploader skeleton."
|
|
7187
|
+
},
|
|
7188
|
+
{
|
|
7189
|
+
"name": "cds-file-uploader",
|
|
7190
|
+
"path": "./src/components/file-uploader/file-uploader.ts",
|
|
7191
|
+
"description": "The file uploader component.",
|
|
7192
|
+
"attributes": [
|
|
7193
|
+
{
|
|
7194
|
+
"name": "disabled",
|
|
7195
|
+
"description": "`true` if the file uploader should disabled.",
|
|
7196
|
+
"type": "boolean",
|
|
7197
|
+
"default": "false"
|
|
7198
|
+
},
|
|
7199
|
+
{
|
|
7200
|
+
"name": "label-description",
|
|
7201
|
+
"description": "The description text.",
|
|
7202
|
+
"type": "string",
|
|
7203
|
+
"default": "\"\""
|
|
7204
|
+
},
|
|
7205
|
+
{
|
|
7206
|
+
"name": "label-title",
|
|
7207
|
+
"description": "The label title.",
|
|
7208
|
+
"type": "string",
|
|
7209
|
+
"default": "\"\""
|
|
7210
|
+
}
|
|
7211
|
+
],
|
|
7212
|
+
"properties": [
|
|
7213
|
+
{
|
|
7214
|
+
"name": "disabled",
|
|
7215
|
+
"attribute": "disabled",
|
|
7216
|
+
"description": "`true` if the file uploader should disabled.",
|
|
7217
|
+
"type": "boolean",
|
|
7218
|
+
"default": "false"
|
|
7219
|
+
},
|
|
7220
|
+
{
|
|
7221
|
+
"name": "labelDescription",
|
|
7222
|
+
"attribute": "label-description",
|
|
7223
|
+
"description": "The description text.",
|
|
7224
|
+
"type": "string",
|
|
7225
|
+
"default": "\"\""
|
|
7226
|
+
},
|
|
7227
|
+
{
|
|
7228
|
+
"name": "labelTitle",
|
|
7229
|
+
"attribute": "label-title",
|
|
7230
|
+
"description": "The label title.",
|
|
7231
|
+
"type": "string",
|
|
7232
|
+
"default": "\"\""
|
|
7233
|
+
},
|
|
7234
|
+
{
|
|
7235
|
+
"name": "styles",
|
|
7236
|
+
"default": "\"styles\""
|
|
7237
|
+
}
|
|
7238
|
+
]
|
|
7239
|
+
},
|
|
7240
|
+
{
|
|
7241
|
+
"name": "cds-fluid-combo-box-skeleton",
|
|
7242
|
+
"path": "./src/components/fluid-combo-box/fluid-combo-box-skeleton.ts",
|
|
7243
|
+
"description": "Fluid combo box skeleton.",
|
|
7244
|
+
"properties": [
|
|
7245
|
+
{
|
|
7246
|
+
"name": "styles",
|
|
7247
|
+
"default": "\"styles\""
|
|
7248
|
+
}
|
|
7249
|
+
]
|
|
7250
|
+
},
|
|
7251
|
+
{
|
|
7252
|
+
"name": "cds-fluid-combo-box",
|
|
7253
|
+
"path": "./src/components/fluid-combo-box/fluid-combo-box.ts",
|
|
7254
|
+
"description": "Fluid combo box.",
|
|
7255
|
+
"attributes": [
|
|
7256
|
+
{
|
|
7257
|
+
"name": "is-condensed",
|
|
7258
|
+
"description": "Specify if the combo box should render its menu items in condensed mode.",
|
|
7259
|
+
"type": "boolean",
|
|
7260
|
+
"default": "false"
|
|
7261
|
+
},
|
|
7262
|
+
{
|
|
7263
|
+
"name": "clear-selection-label",
|
|
7264
|
+
"description": "The `aria-label` attribute for the icon to clear selection.",
|
|
7265
|
+
"type": "string",
|
|
7266
|
+
"default": "\"Clear selection\""
|
|
7267
|
+
},
|
|
7268
|
+
{
|
|
7269
|
+
"name": "input-label",
|
|
7270
|
+
"description": "The `aria-label` attribute for the `<input>` for filtering.",
|
|
7271
|
+
"type": "string",
|
|
7272
|
+
"default": "\"\""
|
|
7273
|
+
},
|
|
7274
|
+
{
|
|
7275
|
+
"name": "should-filter-item",
|
|
7276
|
+
"description": "Provide custom filtering behavior. This attribute will be ignored if\n`typeahead` is enabled and will default to `true`",
|
|
7277
|
+
"type": "boolean | ShouldFilterItem",
|
|
7278
|
+
"default": "false"
|
|
7279
|
+
},
|
|
7280
|
+
{
|
|
7281
|
+
"name": "typeahead",
|
|
7282
|
+
"description": "**Experimental**: will enable autocomplete and typeahead for the input field.",
|
|
7283
|
+
"type": "boolean",
|
|
7284
|
+
"default": "false"
|
|
7285
|
+
},
|
|
7286
|
+
{
|
|
7287
|
+
"name": "allow-custom-value",
|
|
7288
|
+
"description": "`true` to allow custom values that do not match any item in the list.",
|
|
7289
|
+
"type": "boolean",
|
|
7290
|
+
"default": "false"
|
|
7291
|
+
},
|
|
7292
|
+
{
|
|
7293
|
+
"name": "aria-label",
|
|
7294
|
+
"description": "'aria-label' of the ListBox component.\nSpecify a label to be read by screen readers on the container node",
|
|
7295
|
+
"type": "string",
|
|
7296
|
+
"default": "\"\""
|
|
7297
|
+
},
|
|
7298
|
+
{
|
|
7299
|
+
"name": "direction",
|
|
7300
|
+
"description": "Specify the direction of the dropdown. Can be either top or bottom.",
|
|
7301
|
+
"type": "DROPDOWN_DIRECTION",
|
|
7302
|
+
"default": "\"bottom\""
|
|
7303
|
+
},
|
|
7304
|
+
{
|
|
7305
|
+
"name": "autoalign",
|
|
7306
|
+
"description": "Specify whether auto align functionality should be applied",
|
|
7307
|
+
"type": "boolean",
|
|
7308
|
+
"default": "false"
|
|
7309
|
+
},
|
|
7310
|
+
{
|
|
7311
|
+
"name": "disabled",
|
|
7312
|
+
"description": "`true` if this dropdown should be disabled.",
|
|
7313
|
+
"type": "boolean",
|
|
7314
|
+
"default": "false"
|
|
7315
|
+
},
|
|
7316
|
+
{
|
|
7317
|
+
"name": "helper-text",
|
|
7318
|
+
"description": "The helper text.",
|
|
7319
|
+
"type": "string",
|
|
7320
|
+
"default": "\"\""
|
|
7321
|
+
},
|
|
7322
|
+
{
|
|
7323
|
+
"name": "hide-label",
|
|
7324
|
+
"description": "Specify whether the title text should be hidden or not",
|
|
7325
|
+
"type": "boolean",
|
|
7326
|
+
"default": "false"
|
|
7327
|
+
},
|
|
7328
|
+
{
|
|
7329
|
+
"name": "invalid-text",
|
|
7330
|
+
"description": "Message which is displayed if the value is invalid.",
|
|
7331
|
+
"type": "string",
|
|
7332
|
+
"default": "\"\""
|
|
7333
|
+
},
|
|
7334
|
+
{
|
|
7335
|
+
"name": "title-text",
|
|
7336
|
+
"description": "Provide the title text that will be read by a screen reader when visiting this control",
|
|
7337
|
+
"type": "string",
|
|
7338
|
+
"default": "\"\""
|
|
7339
|
+
},
|
|
7340
|
+
{
|
|
7341
|
+
"name": "name",
|
|
7342
|
+
"description": "Name for the dropdown in the `FormData`",
|
|
7343
|
+
"type": "string",
|
|
7344
|
+
"default": "\"\""
|
|
7345
|
+
},
|
|
7346
|
+
{
|
|
7347
|
+
"name": "open",
|
|
7348
|
+
"description": "`true` if this dropdown should be open.",
|
|
7349
|
+
"type": "boolean",
|
|
7350
|
+
"default": "false"
|
|
7351
|
+
},
|
|
7352
|
+
{
|
|
7353
|
+
"name": "read-only",
|
|
7354
|
+
"description": "Whether or not the Dropdown is readonly",
|
|
7355
|
+
"type": "boolean",
|
|
7356
|
+
"default": "false"
|
|
7357
|
+
},
|
|
7358
|
+
{
|
|
7359
|
+
"name": "isFluid",
|
|
7360
|
+
"description": "Specify whether the dropdown is fluid or not",
|
|
7361
|
+
"type": "boolean",
|
|
7362
|
+
"default": "false"
|
|
7363
|
+
},
|
|
7364
|
+
{
|
|
7365
|
+
"name": "size",
|
|
7366
|
+
"description": "Dropdown size.",
|
|
7367
|
+
"type": "DROPDOWN_SIZE",
|
|
7368
|
+
"default": "\"md\""
|
|
7369
|
+
},
|
|
7370
|
+
{
|
|
7371
|
+
"name": "toggle-label-closed",
|
|
7372
|
+
"description": "The `aria-label` attribute for the UI indicating the closed state.",
|
|
7373
|
+
"type": "string",
|
|
7374
|
+
"default": "\"\""
|
|
7375
|
+
},
|
|
7376
|
+
{
|
|
7377
|
+
"name": "toggle-label-open",
|
|
7378
|
+
"description": "The `aria-label` attribute for the UI indicating the open state.",
|
|
7379
|
+
"type": "string",
|
|
7380
|
+
"default": "\"\""
|
|
7381
|
+
},
|
|
7382
|
+
{
|
|
7383
|
+
"name": "label",
|
|
7384
|
+
"description": "Generic label that will be used as the textual representation of what this field is for",
|
|
7385
|
+
"type": "string",
|
|
7386
|
+
"default": "\"\""
|
|
7387
|
+
},
|
|
7388
|
+
{
|
|
7389
|
+
"name": "type",
|
|
7390
|
+
"description": "`true` if this dropdown should use the inline UI variant.",
|
|
7391
|
+
"type": "DROPDOWN_TYPE",
|
|
7392
|
+
"default": "\"\""
|
|
7393
|
+
},
|
|
7394
|
+
{
|
|
7395
|
+
"name": "warn",
|
|
7396
|
+
"description": "Specify whether the control is currently in warning state",
|
|
7397
|
+
"type": "boolean",
|
|
7398
|
+
"default": "false"
|
|
7399
|
+
},
|
|
7400
|
+
{
|
|
7401
|
+
"name": "warn-text",
|
|
7402
|
+
"description": "Provide the text that is displayed when the control is in warning state",
|
|
7403
|
+
"type": "string",
|
|
7404
|
+
"default": "\"\""
|
|
7405
|
+
},
|
|
7406
|
+
{
|
|
7407
|
+
"name": "invalid",
|
|
7408
|
+
"description": "`true` to show the UI of the invalid state.",
|
|
7409
|
+
"type": "boolean",
|
|
7410
|
+
"default": "false"
|
|
7411
|
+
},
|
|
7412
|
+
{
|
|
7413
|
+
"name": "required",
|
|
7414
|
+
"description": "`true` if the value is required.",
|
|
7415
|
+
"type": "boolean",
|
|
7416
|
+
"default": "false"
|
|
7417
|
+
},
|
|
7418
|
+
{
|
|
7419
|
+
"name": "required-validity-message",
|
|
7420
|
+
"description": "The special validity message for `required`.",
|
|
7421
|
+
"type": "string",
|
|
7422
|
+
"default": "\"Please fill out this field.\""
|
|
7423
|
+
},
|
|
7424
|
+
{
|
|
7425
|
+
"name": "validity-message",
|
|
7426
|
+
"description": "The validity message.",
|
|
7427
|
+
"type": "string",
|
|
7428
|
+
"default": "\"\""
|
|
7429
|
+
},
|
|
7430
|
+
{
|
|
7431
|
+
"name": "value",
|
|
7432
|
+
"description": "The value of the selected item.",
|
|
7433
|
+
"type": "string",
|
|
7434
|
+
"default": "\"\""
|
|
7435
|
+
}
|
|
7436
|
+
],
|
|
7437
|
+
"properties": [
|
|
7438
|
+
{
|
|
7439
|
+
"name": "isCondensed",
|
|
7440
|
+
"attribute": "is-condensed",
|
|
7441
|
+
"description": "Specify if the combo box should render its menu items in condensed mode.",
|
|
7442
|
+
"type": "boolean",
|
|
7443
|
+
"default": "false"
|
|
7444
|
+
},
|
|
7445
|
+
{
|
|
7446
|
+
"name": "clearSelectionLabel",
|
|
7447
|
+
"attribute": "clear-selection-label",
|
|
7448
|
+
"description": "The `aria-label` attribute for the icon to clear selection.",
|
|
7449
|
+
"type": "string",
|
|
7450
|
+
"default": "\"Clear selection\""
|
|
7451
|
+
},
|
|
7452
|
+
{
|
|
7453
|
+
"name": "inputLabel",
|
|
7454
|
+
"attribute": "input-label",
|
|
7455
|
+
"description": "The `aria-label` attribute for the `<input>` for filtering.",
|
|
7456
|
+
"type": "string",
|
|
7457
|
+
"default": "\"\""
|
|
7458
|
+
},
|
|
7459
|
+
{
|
|
7460
|
+
"name": "itemMatches",
|
|
7461
|
+
"description": "The custom item matching callback.",
|
|
7462
|
+
"type": "(item: CDSComboBoxItem, queryText: string) => boolean"
|
|
7463
|
+
},
|
|
7464
|
+
{
|
|
7465
|
+
"name": "shouldFilterItem",
|
|
7466
|
+
"attribute": "should-filter-item",
|
|
7467
|
+
"description": "Provide custom filtering behavior. This attribute will be ignored if\n`typeahead` is enabled and will default to `true`",
|
|
7468
|
+
"type": "boolean | ShouldFilterItem",
|
|
7469
|
+
"default": "false"
|
|
7470
|
+
},
|
|
7471
|
+
{
|
|
7472
|
+
"name": "typeahead",
|
|
7473
|
+
"attribute": "typeahead",
|
|
7474
|
+
"description": "**Experimental**: will enable autocomplete and typeahead for the input field.",
|
|
7475
|
+
"type": "boolean",
|
|
7476
|
+
"default": "false"
|
|
7477
|
+
},
|
|
7478
|
+
{
|
|
7479
|
+
"name": "allowCustomValue",
|
|
7480
|
+
"attribute": "allow-custom-value",
|
|
7481
|
+
"description": "`true` to allow custom values that do not match any item in the list.",
|
|
7482
|
+
"type": "boolean",
|
|
7483
|
+
"default": "false"
|
|
7484
|
+
},
|
|
7485
|
+
{
|
|
7486
|
+
"name": "inputProps",
|
|
7487
|
+
"description": "Additional input attributes to apply to the internal input element.\nAllows passing native HTML input attributes like `maxlength`, `pattern`,\n`autocomplete`, etc.",
|
|
7488
|
+
"type": "Record<string, string | number | boolean> | undefined"
|
|
7489
|
+
},
|
|
7490
|
+
{
|
|
7491
|
+
"name": "ariaLabel",
|
|
7492
|
+
"attribute": "aria-label",
|
|
7493
|
+
"description": "'aria-label' of the ListBox component.\nSpecify a label to be read by screen readers on the container node",
|
|
7494
|
+
"type": "string",
|
|
7495
|
+
"default": "\"\""
|
|
7496
|
+
},
|
|
7497
|
+
{
|
|
7498
|
+
"name": "direction",
|
|
7499
|
+
"attribute": "direction",
|
|
7500
|
+
"description": "Specify the direction of the dropdown. Can be either top or bottom.",
|
|
7501
|
+
"type": "DROPDOWN_DIRECTION",
|
|
7502
|
+
"default": "\"bottom\""
|
|
7503
|
+
},
|
|
7504
|
+
{
|
|
7505
|
+
"name": "autoalign",
|
|
7506
|
+
"attribute": "autoalign",
|
|
7507
|
+
"description": "Specify whether auto align functionality should be applied",
|
|
7508
|
+
"type": "boolean",
|
|
7509
|
+
"default": "false"
|
|
7510
|
+
},
|
|
7511
|
+
{
|
|
7512
|
+
"name": "disabled",
|
|
7513
|
+
"attribute": "disabled",
|
|
7514
|
+
"description": "`true` if this dropdown should be disabled.",
|
|
7515
|
+
"type": "boolean",
|
|
7516
|
+
"default": "false"
|
|
7517
|
+
},
|
|
7518
|
+
{
|
|
7519
|
+
"name": "helperText",
|
|
7520
|
+
"attribute": "helper-text",
|
|
7521
|
+
"description": "The helper text.",
|
|
7522
|
+
"type": "string",
|
|
7523
|
+
"default": "\"\""
|
|
7524
|
+
},
|
|
7525
|
+
{
|
|
7526
|
+
"name": "hideLabel",
|
|
7527
|
+
"attribute": "hide-label",
|
|
7528
|
+
"description": "Specify whether the title text should be hidden or not",
|
|
7529
|
+
"type": "boolean",
|
|
7530
|
+
"default": "false"
|
|
7531
|
+
},
|
|
7532
|
+
{
|
|
7533
|
+
"name": "invalidText",
|
|
7534
|
+
"attribute": "invalid-text",
|
|
7535
|
+
"description": "Message which is displayed if the value is invalid.",
|
|
7536
|
+
"type": "string",
|
|
7537
|
+
"default": "\"\""
|
|
7538
|
+
},
|
|
7539
|
+
{
|
|
7540
|
+
"name": "titleText",
|
|
7541
|
+
"attribute": "title-text",
|
|
7542
|
+
"description": "Provide the title text that will be read by a screen reader when visiting this control",
|
|
7543
|
+
"type": "string",
|
|
7544
|
+
"default": "\"\""
|
|
7545
|
+
},
|
|
7546
|
+
{
|
|
7547
|
+
"name": "name",
|
|
7548
|
+
"attribute": "name",
|
|
7549
|
+
"description": "Name for the dropdown in the `FormData`",
|
|
7550
|
+
"type": "string",
|
|
7551
|
+
"default": "\"\""
|
|
7552
|
+
},
|
|
7553
|
+
{
|
|
7554
|
+
"name": "open",
|
|
7555
|
+
"attribute": "open",
|
|
7556
|
+
"description": "`true` if this dropdown should be open.",
|
|
7557
|
+
"type": "boolean",
|
|
7558
|
+
"default": "false"
|
|
7559
|
+
},
|
|
7560
|
+
{
|
|
7561
|
+
"name": "readOnly",
|
|
7562
|
+
"attribute": "read-only",
|
|
7563
|
+
"description": "Whether or not the Dropdown is readonly",
|
|
7564
|
+
"type": "boolean",
|
|
7565
|
+
"default": "false"
|
|
7566
|
+
},
|
|
7567
|
+
{
|
|
7568
|
+
"name": "isFluid",
|
|
7569
|
+
"attribute": "isFluid",
|
|
7570
|
+
"description": "Specify whether the dropdown is fluid or not",
|
|
7571
|
+
"type": "boolean",
|
|
7572
|
+
"default": "false"
|
|
7573
|
+
},
|
|
7574
|
+
{
|
|
7575
|
+
"name": "size",
|
|
7576
|
+
"attribute": "size",
|
|
7577
|
+
"description": "Dropdown size.",
|
|
7578
|
+
"type": "DROPDOWN_SIZE",
|
|
7579
|
+
"default": "\"md\""
|
|
7580
|
+
},
|
|
7581
|
+
{
|
|
7582
|
+
"name": "toggleLabelClosed",
|
|
7583
|
+
"attribute": "toggle-label-closed",
|
|
7584
|
+
"description": "The `aria-label` attribute for the UI indicating the closed state.",
|
|
7585
|
+
"type": "string",
|
|
7586
|
+
"default": "\"\""
|
|
7587
|
+
},
|
|
7588
|
+
{
|
|
7589
|
+
"name": "toggleLabelOpen",
|
|
7590
|
+
"attribute": "toggle-label-open",
|
|
7591
|
+
"description": "The `aria-label` attribute for the UI indicating the open state.",
|
|
7592
|
+
"type": "string",
|
|
7593
|
+
"default": "\"\""
|
|
7594
|
+
},
|
|
7595
|
+
{
|
|
7596
|
+
"name": "label",
|
|
7597
|
+
"attribute": "label",
|
|
7598
|
+
"description": "Generic label that will be used as the textual representation of what this field is for",
|
|
7599
|
+
"type": "string",
|
|
7600
|
+
"default": "\"\""
|
|
7601
|
+
},
|
|
7602
|
+
{
|
|
7603
|
+
"name": "type",
|
|
7604
|
+
"attribute": "type",
|
|
7605
|
+
"description": "`true` if this dropdown should use the inline UI variant.",
|
|
7606
|
+
"type": "DROPDOWN_TYPE",
|
|
7607
|
+
"default": "\"\""
|
|
7608
|
+
},
|
|
7609
|
+
{
|
|
7610
|
+
"name": "warn",
|
|
7611
|
+
"attribute": "warn",
|
|
7612
|
+
"description": "Specify whether the control is currently in warning state",
|
|
7613
|
+
"type": "boolean",
|
|
7614
|
+
"default": "false"
|
|
7615
|
+
},
|
|
7616
|
+
{
|
|
7617
|
+
"name": "warnText",
|
|
7618
|
+
"attribute": "warn-text",
|
|
7619
|
+
"description": "Provide the text that is displayed when the control is in warning state",
|
|
7620
|
+
"type": "string",
|
|
7621
|
+
"default": "\"\""
|
|
7622
|
+
},
|
|
7623
|
+
{
|
|
7624
|
+
"name": "toggleLabel",
|
|
7625
|
+
"description": "The computed aria-label for the toggle button based on open state.",
|
|
7626
|
+
"type": "string"
|
|
7627
|
+
},
|
|
7628
|
+
{
|
|
7629
|
+
"name": "TRIGGER_KEYS",
|
|
7630
|
+
"description": "Symbols of keys that triggers opening/closing menu and selecting/deselecting menu item.",
|
|
7631
|
+
"type": "Set<string>",
|
|
7632
|
+
"default": "\"new Set(['Enter'])\""
|
|
7633
|
+
},
|
|
7634
|
+
{
|
|
7635
|
+
"name": "shadowRootOptions",
|
|
7636
|
+
"type": "{ delegatesFocus: boolean; mode: ShadowRootMode; slotAssignment?: SlotAssignmentMode | undefined; customElements?: CustomElementRegistry | undefined; registry?: CustomElementRegistry | undefined; }",
|
|
7637
|
+
"default": "{\"delegatesFocus\":true}"
|
|
7638
|
+
},
|
|
7639
|
+
{
|
|
7640
|
+
"name": "styles",
|
|
7641
|
+
"type": "array",
|
|
7642
|
+
"default": "[\"styles\",\"styles\"]"
|
|
7643
|
+
},
|
|
7644
|
+
{
|
|
7645
|
+
"name": "invalid",
|
|
7646
|
+
"attribute": "invalid",
|
|
7647
|
+
"description": "`true` to show the UI of the invalid state.",
|
|
7648
|
+
"type": "boolean",
|
|
7649
|
+
"default": "false"
|
|
7650
|
+
},
|
|
7651
|
+
{
|
|
7652
|
+
"name": "required",
|
|
7653
|
+
"attribute": "required",
|
|
7654
|
+
"description": "`true` if the value is required.",
|
|
7655
|
+
"type": "boolean",
|
|
7656
|
+
"default": "false"
|
|
7657
|
+
},
|
|
7658
|
+
{
|
|
7659
|
+
"name": "requiredValidityMessage",
|
|
7660
|
+
"attribute": "required-validity-message",
|
|
7661
|
+
"description": "The special validity message for `required`.",
|
|
7662
|
+
"type": "string",
|
|
7663
|
+
"default": "\"Please fill out this field.\""
|
|
7664
|
+
},
|
|
7665
|
+
{
|
|
7666
|
+
"name": "validityMessage",
|
|
7667
|
+
"attribute": "validity-message",
|
|
7668
|
+
"description": "The validity message.",
|
|
7669
|
+
"type": "string",
|
|
7670
|
+
"default": "\"\""
|
|
7671
|
+
},
|
|
7672
|
+
{
|
|
7673
|
+
"name": "value",
|
|
7674
|
+
"attribute": "value",
|
|
7675
|
+
"description": "The value of the selected item.",
|
|
7676
|
+
"type": "string",
|
|
7677
|
+
"default": "\"\""
|
|
7678
|
+
}
|
|
7679
|
+
],
|
|
7680
|
+
"events": [
|
|
7681
|
+
{
|
|
7682
|
+
"name": "cds-combo-box-beingselected",
|
|
7683
|
+
"description": "The custom event fired before a combo box item is selected upon a user gesture.\nCancellation of this event stops changing the user-initiated selection."
|
|
7684
|
+
},
|
|
7685
|
+
{
|
|
7686
|
+
"name": "cds-combo-box-beingtoggled",
|
|
7687
|
+
"description": "The custom event fired before the open state of this combo box is toggled upon a user gesture.\nCancellation of this event stops the user-initiated toggling."
|
|
7688
|
+
},
|
|
7689
|
+
{
|
|
7690
|
+
"name": "cds-combo-box-selected",
|
|
7691
|
+
"description": "The custom event fired after a combo box item is selected upon a user gesture."
|
|
7692
|
+
},
|
|
7693
|
+
{
|
|
7694
|
+
"name": "cds-combo-box-toggled",
|
|
7695
|
+
"description": "The custom event fired after the open state of this combo box is toggled upon a user gesture."
|
|
7160
7696
|
},
|
|
7161
7697
|
{
|
|
7162
|
-
"name": "cds-
|
|
7163
|
-
"description": "The custom event fired
|
|
7164
|
-
}
|
|
7165
|
-
],
|
|
7166
|
-
"slots": [
|
|
7698
|
+
"name": "cds-dropdown-beingselected",
|
|
7699
|
+
"description": "The custom event fired before a dropdown item is selected upon a user gesture.\nCancellation of this event stops changing the user-initiated selection."
|
|
7700
|
+
},
|
|
7167
7701
|
{
|
|
7168
|
-
"name": "
|
|
7169
|
-
"description": "
|
|
7702
|
+
"name": "cds-dropdown-beingtoggled",
|
|
7703
|
+
"description": "The custom event fired before the open state of this dropdown is toggled upon a user gesture.\nCancellation of this event stops the user-initiated toggling."
|
|
7170
7704
|
},
|
|
7171
7705
|
{
|
|
7172
|
-
"name": "
|
|
7173
|
-
"description": "
|
|
7174
|
-
}
|
|
7175
|
-
]
|
|
7176
|
-
},
|
|
7177
|
-
{
|
|
7178
|
-
"name": "cds-file-uploader-skeleton",
|
|
7179
|
-
"path": "./src/components/file-uploader/file-uploader-skeleton.ts",
|
|
7180
|
-
"description": "The File uploader skeleton."
|
|
7181
|
-
},
|
|
7182
|
-
{
|
|
7183
|
-
"name": "cds-file-uploader",
|
|
7184
|
-
"path": "./src/components/file-uploader/file-uploader.ts",
|
|
7185
|
-
"description": "The file uploader component.",
|
|
7186
|
-
"attributes": [
|
|
7706
|
+
"name": "cds-dropdown-selected",
|
|
7707
|
+
"description": "The custom event fired after a dropdown item is selected upon a user gesture."
|
|
7708
|
+
},
|
|
7187
7709
|
{
|
|
7188
|
-
"name": "
|
|
7189
|
-
"description": "
|
|
7190
|
-
"type": "boolean",
|
|
7191
|
-
"default": "false"
|
|
7710
|
+
"name": "cds-dropdown-toggled",
|
|
7711
|
+
"description": "The custom event fired after the open state of this dropdown is toggled upon a user gesture."
|
|
7192
7712
|
},
|
|
7193
7713
|
{
|
|
7194
|
-
"name": "
|
|
7195
|
-
"description": "The description text.",
|
|
7196
|
-
"type": "string",
|
|
7197
|
-
"default": "\"\""
|
|
7714
|
+
"name": "input"
|
|
7198
7715
|
},
|
|
7199
7716
|
{
|
|
7200
|
-
"name": "
|
|
7201
|
-
"description": "The label title.",
|
|
7202
|
-
"type": "string",
|
|
7203
|
-
"default": "\"\""
|
|
7717
|
+
"name": "invalid"
|
|
7204
7718
|
}
|
|
7205
7719
|
],
|
|
7206
|
-
"
|
|
7720
|
+
"cssParts": [
|
|
7207
7721
|
{
|
|
7208
|
-
"name": "
|
|
7209
|
-
"
|
|
7210
|
-
"description": "`true` if the file uploader should disabled.",
|
|
7211
|
-
"type": "boolean",
|
|
7212
|
-
"default": "false"
|
|
7722
|
+
"name": "label",
|
|
7723
|
+
"description": "text The label text."
|
|
7213
7724
|
},
|
|
7214
7725
|
{
|
|
7215
|
-
"name": "
|
|
7216
|
-
"
|
|
7217
|
-
"description": "The description text.",
|
|
7218
|
-
"type": "string",
|
|
7219
|
-
"default": "\"\""
|
|
7726
|
+
"name": "helper",
|
|
7727
|
+
"description": "text The helper text."
|
|
7220
7728
|
},
|
|
7221
7729
|
{
|
|
7222
|
-
"name": "
|
|
7223
|
-
"
|
|
7224
|
-
"description": "The label title.",
|
|
7225
|
-
"type": "string",
|
|
7226
|
-
"default": "\"\""
|
|
7730
|
+
"name": "trigger",
|
|
7731
|
+
"description": "button The trigger button."
|
|
7227
7732
|
},
|
|
7228
7733
|
{
|
|
7229
|
-
"name": "
|
|
7230
|
-
"
|
|
7734
|
+
"name": "menu",
|
|
7735
|
+
"description": "body The menu body."
|
|
7736
|
+
},
|
|
7737
|
+
{
|
|
7738
|
+
"name": "validity",
|
|
7739
|
+
"description": "message The validity message."
|
|
7231
7740
|
}
|
|
7232
7741
|
]
|
|
7233
7742
|
},
|
|
@@ -7669,6 +8178,17 @@
|
|
|
7669
8178
|
}
|
|
7670
8179
|
]
|
|
7671
8180
|
},
|
|
8181
|
+
{
|
|
8182
|
+
"name": "cds-fluid-form",
|
|
8183
|
+
"path": "./src/components/fluid-form/fluid-form.ts",
|
|
8184
|
+
"description": "Presentational element for fluid form",
|
|
8185
|
+
"properties": [
|
|
8186
|
+
{
|
|
8187
|
+
"name": "styles",
|
|
8188
|
+
"default": "\"styles\""
|
|
8189
|
+
}
|
|
8190
|
+
]
|
|
8191
|
+
},
|
|
7672
8192
|
{
|
|
7673
8193
|
"name": "cds-fluid-multi-select-skeleton",
|
|
7674
8194
|
"path": "./src/components/fluid-multi-select/fluid-multi-select-skeleton.ts",
|
|
@@ -7929,6 +8449,18 @@
|
|
|
7929
8449
|
"type": "SELECTION_FEEDBACK_OPTION",
|
|
7930
8450
|
"default": "\"top-after-reopen\""
|
|
7931
8451
|
},
|
|
8452
|
+
{
|
|
8453
|
+
"name": "compareItems",
|
|
8454
|
+
"description": "Provide a custom function that is used to determine the ordering of\noptions. The compare function should return a number whose sign indicates\nthe relative order of the two elements: negative if a is less than b,\npositive if a is greater than b, and zero if they are equal. See 'sortItems'\nfor more control.\n\n(itemA: string, itemB: string, { locale }: { locale: string }) => number",
|
|
8455
|
+
"type": "(itemA: string, itemB: string, options: { locale: string; }) => number",
|
|
8456
|
+
"default": "\"defaultCompareItems\""
|
|
8457
|
+
},
|
|
8458
|
+
{
|
|
8459
|
+
"name": "sortItems",
|
|
8460
|
+
"description": "Provide a method that sorts all options in the control. Overriding this\nprop means that you also have to handle the sort logic for selected versus\nun-selected items. If you just want to control ordering, consider the\n`compareItems` prop instead.\n\nsortItems :\n(menuItems: NodeList, {\n values: string[],\n compareItems: (itemA: string, itemB: string, { locale }: { locale: string }) => number,\n locale: string,\n}) => Node[]",
|
|
8461
|
+
"type": "(menuItems: NodeList, options: { values: string[]; compareItems: (itemA: string, itemB: string, options: { locale: string; }) => number; locale: string; }) => Node[]",
|
|
8462
|
+
"default": "\"defaultSortItems\""
|
|
8463
|
+
},
|
|
7932
8464
|
{
|
|
7933
8465
|
"name": "ariaLabel",
|
|
7934
8466
|
"attribute": "aria-label",
|
|
@@ -8945,8 +9477,7 @@
|
|
|
8945
9477
|
{
|
|
8946
9478
|
"name": "size",
|
|
8947
9479
|
"description": "The input box size.",
|
|
8948
|
-
"type": "INPUT_SIZE"
|
|
8949
|
-
"default": "\"md\""
|
|
9480
|
+
"type": "INPUT_SIZE | undefined"
|
|
8950
9481
|
},
|
|
8951
9482
|
{
|
|
8952
9483
|
"name": "isFluid",
|
|
@@ -8964,7 +9495,7 @@
|
|
|
8964
9495
|
"name": "tooltip-alignment",
|
|
8965
9496
|
"description": "Specify the alignment of the tooltip to the icon-only button.\nCan be one of: start, center, or end.",
|
|
8966
9497
|
"type": "INPUT_TOOLTIP_ALIGNMENT",
|
|
8967
|
-
"default": "\"
|
|
9498
|
+
"default": "\"end\""
|
|
8968
9499
|
},
|
|
8969
9500
|
{
|
|
8970
9501
|
"name": "tooltip-position",
|
|
@@ -9140,8 +9671,7 @@
|
|
|
9140
9671
|
"name": "size",
|
|
9141
9672
|
"attribute": "size",
|
|
9142
9673
|
"description": "The input box size.",
|
|
9143
|
-
"type": "INPUT_SIZE"
|
|
9144
|
-
"default": "\"md\""
|
|
9674
|
+
"type": "INPUT_SIZE | undefined"
|
|
9145
9675
|
},
|
|
9146
9676
|
{
|
|
9147
9677
|
"name": "isFluid",
|
|
@@ -9162,7 +9692,7 @@
|
|
|
9162
9692
|
"attribute": "tooltip-alignment",
|
|
9163
9693
|
"description": "Specify the alignment of the tooltip to the icon-only button.\nCan be one of: start, center, or end.",
|
|
9164
9694
|
"type": "INPUT_TOOLTIP_ALIGNMENT",
|
|
9165
|
-
"default": "\"
|
|
9695
|
+
"default": "\"end\""
|
|
9166
9696
|
},
|
|
9167
9697
|
{
|
|
9168
9698
|
"name": "tooltipDirection",
|
|
@@ -9250,18 +9780,16 @@
|
|
|
9250
9780
|
"attributes": [
|
|
9251
9781
|
{
|
|
9252
9782
|
"name": "size",
|
|
9253
|
-
"description": "The search
|
|
9254
|
-
"type": "
|
|
9255
|
-
"default": "\"md\""
|
|
9783
|
+
"description": "The search skeleton size.",
|
|
9784
|
+
"type": "SEARCH_SIZE | undefined"
|
|
9256
9785
|
}
|
|
9257
9786
|
],
|
|
9258
9787
|
"properties": [
|
|
9259
9788
|
{
|
|
9260
9789
|
"name": "size",
|
|
9261
9790
|
"attribute": "size",
|
|
9262
|
-
"description": "The search
|
|
9263
|
-
"type": "
|
|
9264
|
-
"default": "\"md\""
|
|
9791
|
+
"description": "The search skeleton size.",
|
|
9792
|
+
"type": "SEARCH_SIZE | undefined"
|
|
9265
9793
|
},
|
|
9266
9794
|
{
|
|
9267
9795
|
"name": "styles",
|
|
@@ -9337,8 +9865,7 @@
|
|
|
9337
9865
|
{
|
|
9338
9866
|
"name": "size",
|
|
9339
9867
|
"description": "The search box size.",
|
|
9340
|
-
"type": "
|
|
9341
|
-
"default": "\"md\""
|
|
9868
|
+
"type": "SEARCH_SIZE | undefined"
|
|
9342
9869
|
},
|
|
9343
9870
|
{
|
|
9344
9871
|
"name": "type",
|
|
@@ -9427,8 +9954,7 @@
|
|
|
9427
9954
|
"name": "size",
|
|
9428
9955
|
"attribute": "size",
|
|
9429
9956
|
"description": "The search box size.",
|
|
9430
|
-
"type": "
|
|
9431
|
-
"default": "\"md\""
|
|
9957
|
+
"type": "SEARCH_SIZE | undefined"
|
|
9432
9958
|
},
|
|
9433
9959
|
{
|
|
9434
9960
|
"name": "type",
|
|
@@ -9635,8 +10161,7 @@
|
|
|
9635
10161
|
{
|
|
9636
10162
|
"name": "size",
|
|
9637
10163
|
"description": "The input box size.",
|
|
9638
|
-
"type": "INPUT_SIZE"
|
|
9639
|
-
"default": "\"md\""
|
|
10164
|
+
"type": "INPUT_SIZE | undefined"
|
|
9640
10165
|
},
|
|
9641
10166
|
{
|
|
9642
10167
|
"name": "value",
|
|
@@ -9810,8 +10335,7 @@
|
|
|
9810
10335
|
"name": "size",
|
|
9811
10336
|
"attribute": "size",
|
|
9812
10337
|
"description": "The input box size.",
|
|
9813
|
-
"type": "INPUT_SIZE"
|
|
9814
|
-
"default": "\"md\""
|
|
10338
|
+
"type": "INPUT_SIZE | undefined"
|
|
9815
10339
|
},
|
|
9816
10340
|
{
|
|
9817
10341
|
"name": "value",
|
|
@@ -9862,6 +10386,11 @@
|
|
|
9862
10386
|
"description": "Specify whether the label should be hidden, or not",
|
|
9863
10387
|
"type": "boolean",
|
|
9864
10388
|
"default": "false"
|
|
10389
|
+
},
|
|
10390
|
+
{
|
|
10391
|
+
"name": "size",
|
|
10392
|
+
"description": "The text-input-skeleton size.",
|
|
10393
|
+
"type": "INPUT_SIZE | undefined"
|
|
9865
10394
|
}
|
|
9866
10395
|
],
|
|
9867
10396
|
"properties": [
|
|
@@ -9872,6 +10401,12 @@
|
|
|
9872
10401
|
"type": "boolean",
|
|
9873
10402
|
"default": "false"
|
|
9874
10403
|
},
|
|
10404
|
+
{
|
|
10405
|
+
"name": "size",
|
|
10406
|
+
"attribute": "size",
|
|
10407
|
+
"description": "The text-input-skeleton size.",
|
|
10408
|
+
"type": "INPUT_SIZE | undefined"
|
|
10409
|
+
},
|
|
9875
10410
|
{
|
|
9876
10411
|
"name": "styles",
|
|
9877
10412
|
"type": "array",
|
|
@@ -9996,8 +10531,7 @@
|
|
|
9996
10531
|
{
|
|
9997
10532
|
"name": "size",
|
|
9998
10533
|
"description": "The input box size.",
|
|
9999
|
-
"type": "INPUT_SIZE"
|
|
10000
|
-
"default": "\"md\""
|
|
10534
|
+
"type": "INPUT_SIZE | undefined"
|
|
10001
10535
|
},
|
|
10002
10536
|
{
|
|
10003
10537
|
"name": "isFluid",
|
|
@@ -10190,8 +10724,7 @@
|
|
|
10190
10724
|
"name": "size",
|
|
10191
10725
|
"attribute": "size",
|
|
10192
10726
|
"description": "The input box size.",
|
|
10193
|
-
"type": "INPUT_SIZE"
|
|
10194
|
-
"default": "\"md\""
|
|
10727
|
+
"type": "INPUT_SIZE | undefined"
|
|
10195
10728
|
},
|
|
10196
10729
|
{
|
|
10197
10730
|
"name": "isFluid",
|
|
@@ -10458,8 +10991,7 @@
|
|
|
10458
10991
|
{
|
|
10459
10992
|
"name": "size",
|
|
10460
10993
|
"description": "The input box size.",
|
|
10461
|
-
"type": "INPUT_SIZE"
|
|
10462
|
-
"default": "\"md\""
|
|
10994
|
+
"type": "INPUT_SIZE | undefined"
|
|
10463
10995
|
},
|
|
10464
10996
|
{
|
|
10465
10997
|
"name": "isFluid",
|
|
@@ -10679,8 +11211,7 @@
|
|
|
10679
11211
|
"name": "size",
|
|
10680
11212
|
"attribute": "size",
|
|
10681
11213
|
"description": "The input box size.",
|
|
10682
|
-
"type": "INPUT_SIZE"
|
|
10683
|
-
"default": "\"md\""
|
|
11214
|
+
"type": "INPUT_SIZE | undefined"
|
|
10684
11215
|
},
|
|
10685
11216
|
{
|
|
10686
11217
|
"name": "isFluid",
|
|
@@ -10923,8 +11454,7 @@
|
|
|
10923
11454
|
{
|
|
10924
11455
|
"name": "size",
|
|
10925
11456
|
"description": "The input box size.",
|
|
10926
|
-
"type": "INPUT_SIZE"
|
|
10927
|
-
"default": "\"md\""
|
|
11457
|
+
"type": "INPUT_SIZE | undefined"
|
|
10928
11458
|
},
|
|
10929
11459
|
{
|
|
10930
11460
|
"name": "value",
|
|
@@ -11105,8 +11635,7 @@
|
|
|
11105
11635
|
"name": "size",
|
|
11106
11636
|
"attribute": "size",
|
|
11107
11637
|
"description": "The input box size.",
|
|
11108
|
-
"type": "INPUT_SIZE"
|
|
11109
|
-
"default": "\"md\""
|
|
11638
|
+
"type": "INPUT_SIZE | undefined"
|
|
11110
11639
|
},
|
|
11111
11640
|
{
|
|
11112
11641
|
"name": "value",
|
|
@@ -11651,6 +12180,12 @@
|
|
|
11651
12180
|
"description": "Remove the default max width that the grid has set",
|
|
11652
12181
|
"type": "boolean",
|
|
11653
12182
|
"default": "false"
|
|
12183
|
+
},
|
|
12184
|
+
{
|
|
12185
|
+
"name": "with-row-gap",
|
|
12186
|
+
"description": "Add a row gap to the grid that matches the current gutter size.\nThis is useful when you want consistent vertical spacing between rows.",
|
|
12187
|
+
"type": "boolean",
|
|
12188
|
+
"default": "false"
|
|
11654
12189
|
}
|
|
11655
12190
|
],
|
|
11656
12191
|
"properties": [
|
|
@@ -11681,6 +12216,13 @@
|
|
|
11681
12216
|
"type": "boolean",
|
|
11682
12217
|
"default": "false"
|
|
11683
12218
|
},
|
|
12219
|
+
{
|
|
12220
|
+
"name": "withRowGap",
|
|
12221
|
+
"attribute": "with-row-gap",
|
|
12222
|
+
"description": "Add a row gap to the grid that matches the current gutter size.\nThis is useful when you want consistent vertical spacing between rows.",
|
|
12223
|
+
"type": "boolean",
|
|
12224
|
+
"default": "false"
|
|
12225
|
+
},
|
|
11684
12226
|
{
|
|
11685
12227
|
"name": "gridContextIn",
|
|
11686
12228
|
"type": "GridContext | undefined"
|
|
@@ -14162,6 +14704,18 @@
|
|
|
14162
14704
|
"type": "SELECTION_FEEDBACK_OPTION",
|
|
14163
14705
|
"default": "\"top-after-reopen\""
|
|
14164
14706
|
},
|
|
14707
|
+
{
|
|
14708
|
+
"name": "compareItems",
|
|
14709
|
+
"description": "Provide a custom function that is used to determine the ordering of\noptions. The compare function should return a number whose sign indicates\nthe relative order of the two elements: negative if a is less than b,\npositive if a is greater than b, and zero if they are equal. See 'sortItems'\nfor more control.\n\n(itemA: string, itemB: string, { locale }: { locale: string }) => number",
|
|
14710
|
+
"type": "(itemA: string, itemB: string, options: { locale: string; }) => number",
|
|
14711
|
+
"default": "\"defaultCompareItems\""
|
|
14712
|
+
},
|
|
14713
|
+
{
|
|
14714
|
+
"name": "sortItems",
|
|
14715
|
+
"description": "Provide a method that sorts all options in the control. Overriding this\nprop means that you also have to handle the sort logic for selected versus\nun-selected items. If you just want to control ordering, consider the\n`compareItems` prop instead.\n\nsortItems :\n(menuItems: NodeList, {\n values: string[],\n compareItems: (itemA: string, itemB: string, { locale }: { locale: string }) => number,\n locale: string,\n}) => Node[]",
|
|
14716
|
+
"type": "(menuItems: NodeList, options: { values: string[]; compareItems: (itemA: string, itemB: string, options: { locale: string; }) => number; locale: string; }) => Node[]",
|
|
14717
|
+
"default": "\"defaultSortItems\""
|
|
14718
|
+
},
|
|
14165
14719
|
{
|
|
14166
14720
|
"name": "ariaLabel",
|
|
14167
14721
|
"attribute": "aria-label",
|
|
@@ -17013,6 +17567,12 @@
|
|
|
17013
17567
|
"type": "string",
|
|
17014
17568
|
"default": "\"Previous page\""
|
|
17015
17569
|
},
|
|
17570
|
+
{
|
|
17571
|
+
"name": "backward-text-tooltip-position",
|
|
17572
|
+
"description": "Specify the position of the tooltip for the backward button. Can be one of: top, right, bottom, or left.",
|
|
17573
|
+
"type": "PAGINATION_TOOLTIP_POSITION",
|
|
17574
|
+
"default": "\"top\""
|
|
17575
|
+
},
|
|
17016
17576
|
{
|
|
17017
17577
|
"name": "page",
|
|
17018
17578
|
"description": "The current page",
|
|
@@ -17042,6 +17602,12 @@
|
|
|
17042
17602
|
"type": "string",
|
|
17043
17603
|
"default": "\"Next page\""
|
|
17044
17604
|
},
|
|
17605
|
+
{
|
|
17606
|
+
"name": "forward-text-tooltip-position",
|
|
17607
|
+
"description": "Specify the position of the tooltip for the forward button. Can be one of: top, right, bottom, or left.",
|
|
17608
|
+
"type": "PAGINATION_TOOLTIP_POSITION",
|
|
17609
|
+
"default": "\"top\""
|
|
17610
|
+
},
|
|
17045
17611
|
{
|
|
17046
17612
|
"name": "page-input-disabled",
|
|
17047
17613
|
"description": "true if the select box to change the page should be disabled.",
|
|
@@ -17101,6 +17667,13 @@
|
|
|
17101
17667
|
"type": "string",
|
|
17102
17668
|
"default": "\"Previous page\""
|
|
17103
17669
|
},
|
|
17670
|
+
{
|
|
17671
|
+
"name": "backwardTextTooltipPosition",
|
|
17672
|
+
"attribute": "backward-text-tooltip-position",
|
|
17673
|
+
"description": "Specify the position of the tooltip for the backward button. Can be one of: top, right, bottom, or left.",
|
|
17674
|
+
"type": "PAGINATION_TOOLTIP_POSITION",
|
|
17675
|
+
"default": "\"top\""
|
|
17676
|
+
},
|
|
17104
17677
|
{
|
|
17105
17678
|
"name": "page",
|
|
17106
17679
|
"attribute": "page",
|
|
@@ -17159,6 +17732,13 @@
|
|
|
17159
17732
|
"type": "string",
|
|
17160
17733
|
"default": "\"Next page\""
|
|
17161
17734
|
},
|
|
17735
|
+
{
|
|
17736
|
+
"name": "forwardTextTooltipPosition",
|
|
17737
|
+
"attribute": "forward-text-tooltip-position",
|
|
17738
|
+
"description": "Specify the position of the tooltip for the forward button. Can be one of: top, right, bottom, or left.",
|
|
17739
|
+
"type": "PAGINATION_TOOLTIP_POSITION",
|
|
17740
|
+
"default": "\"top\""
|
|
17741
|
+
},
|
|
17162
17742
|
{
|
|
17163
17743
|
"name": "pageInputDisabled",
|
|
17164
17744
|
"attribute": "page-input-disabled",
|
|
@@ -17387,8 +17967,7 @@
|
|
|
17387
17967
|
{
|
|
17388
17968
|
"name": "size",
|
|
17389
17969
|
"description": "The input box size.",
|
|
17390
|
-
"type": "INPUT_SIZE"
|
|
17391
|
-
"default": "\"md\""
|
|
17970
|
+
"type": "INPUT_SIZE | undefined"
|
|
17392
17971
|
},
|
|
17393
17972
|
{
|
|
17394
17973
|
"name": "isFluid",
|
|
@@ -17406,7 +17985,7 @@
|
|
|
17406
17985
|
"name": "tooltip-alignment",
|
|
17407
17986
|
"description": "Specify the alignment of the tooltip to the icon-only button.\nCan be one of: start, center, or end.",
|
|
17408
17987
|
"type": "INPUT_TOOLTIP_ALIGNMENT",
|
|
17409
|
-
"default": "\"
|
|
17988
|
+
"default": "\"end\""
|
|
17410
17989
|
},
|
|
17411
17990
|
{
|
|
17412
17991
|
"name": "tooltip-position",
|
|
@@ -17582,8 +18161,7 @@
|
|
|
17582
18161
|
"name": "size",
|
|
17583
18162
|
"attribute": "size",
|
|
17584
18163
|
"description": "The input box size.",
|
|
17585
|
-
"type": "INPUT_SIZE"
|
|
17586
|
-
"default": "\"md\""
|
|
18164
|
+
"type": "INPUT_SIZE | undefined"
|
|
17587
18165
|
},
|
|
17588
18166
|
{
|
|
17589
18167
|
"name": "isFluid",
|
|
@@ -17604,7 +18182,7 @@
|
|
|
17604
18182
|
"attribute": "tooltip-alignment",
|
|
17605
18183
|
"description": "Specify the alignment of the tooltip to the icon-only button.\nCan be one of: start, center, or end.",
|
|
17606
18184
|
"type": "INPUT_TOOLTIP_ALIGNMENT",
|
|
17607
|
-
"default": "\"
|
|
18185
|
+
"default": "\"end\""
|
|
17608
18186
|
},
|
|
17609
18187
|
{
|
|
17610
18188
|
"name": "tooltipDirection",
|
|
@@ -18800,8 +19378,7 @@
|
|
|
18800
19378
|
{
|
|
18801
19379
|
"name": "size",
|
|
18802
19380
|
"description": "The search box size.",
|
|
18803
|
-
"type": "
|
|
18804
|
-
"default": "\"md\""
|
|
19381
|
+
"type": "SEARCH_SIZE | undefined"
|
|
18805
19382
|
},
|
|
18806
19383
|
{
|
|
18807
19384
|
"name": "type",
|
|
@@ -18890,8 +19467,7 @@
|
|
|
18890
19467
|
"name": "size",
|
|
18891
19468
|
"attribute": "size",
|
|
18892
19469
|
"description": "The search box size.",
|
|
18893
|
-
"type": "
|
|
18894
|
-
"default": "\"md\""
|
|
19470
|
+
"type": "SEARCH_SIZE | undefined"
|
|
18895
19471
|
},
|
|
18896
19472
|
{
|
|
18897
19473
|
"name": "type",
|
|
@@ -19166,8 +19742,7 @@
|
|
|
19166
19742
|
{
|
|
19167
19743
|
"name": "size",
|
|
19168
19744
|
"description": "The input box size.",
|
|
19169
|
-
"type": "INPUT_SIZE"
|
|
19170
|
-
"default": "\"md\""
|
|
19745
|
+
"type": "INPUT_SIZE | undefined"
|
|
19171
19746
|
},
|
|
19172
19747
|
{
|
|
19173
19748
|
"name": "value",
|
|
@@ -19341,8 +19916,7 @@
|
|
|
19341
19916
|
"name": "size",
|
|
19342
19917
|
"attribute": "size",
|
|
19343
19918
|
"description": "The input box size.",
|
|
19344
|
-
"type": "INPUT_SIZE"
|
|
19345
|
-
"default": "\"md\""
|
|
19919
|
+
"type": "INPUT_SIZE | undefined"
|
|
19346
19920
|
},
|
|
19347
19921
|
{
|
|
19348
19922
|
"name": "value",
|
|
@@ -21010,6 +21584,80 @@
|
|
|
21010
21584
|
}
|
|
21011
21585
|
]
|
|
21012
21586
|
},
|
|
21587
|
+
{
|
|
21588
|
+
"name": "tabs-story-wrapper",
|
|
21589
|
+
"path": "./src/components/tabs/stories/tabs-wrapper.ts",
|
|
21590
|
+
"description": "Wrapper component for dismissable tabs story with state management",
|
|
21591
|
+
"attributes": [
|
|
21592
|
+
{
|
|
21593
|
+
"name": "disabled",
|
|
21594
|
+
"description": "Whether tabs are disabled",
|
|
21595
|
+
"type": "boolean",
|
|
21596
|
+
"default": "false"
|
|
21597
|
+
},
|
|
21598
|
+
{
|
|
21599
|
+
"name": "contained",
|
|
21600
|
+
"description": "Whether tabs are contained",
|
|
21601
|
+
"type": "boolean",
|
|
21602
|
+
"default": "false"
|
|
21603
|
+
},
|
|
21604
|
+
{
|
|
21605
|
+
"name": "dismissable",
|
|
21606
|
+
"description": "Whether the rendered Tab children should be dismissable.",
|
|
21607
|
+
"type": "boolean",
|
|
21608
|
+
"default": "true"
|
|
21609
|
+
},
|
|
21610
|
+
{
|
|
21611
|
+
"name": "selection-mode",
|
|
21612
|
+
"description": "Selection mode",
|
|
21613
|
+
"type": "string",
|
|
21614
|
+
"default": "\"automatic\""
|
|
21615
|
+
},
|
|
21616
|
+
{
|
|
21617
|
+
"name": "selected-index",
|
|
21618
|
+
"description": "Selected index for the initially selected content",
|
|
21619
|
+
"type": "number",
|
|
21620
|
+
"default": "0"
|
|
21621
|
+
}
|
|
21622
|
+
],
|
|
21623
|
+
"properties": [
|
|
21624
|
+
{
|
|
21625
|
+
"name": "disabled",
|
|
21626
|
+
"attribute": "disabled",
|
|
21627
|
+
"description": "Whether tabs are disabled",
|
|
21628
|
+
"type": "boolean",
|
|
21629
|
+
"default": "false"
|
|
21630
|
+
},
|
|
21631
|
+
{
|
|
21632
|
+
"name": "contained",
|
|
21633
|
+
"attribute": "contained",
|
|
21634
|
+
"description": "Whether tabs are contained",
|
|
21635
|
+
"type": "boolean",
|
|
21636
|
+
"default": "false"
|
|
21637
|
+
},
|
|
21638
|
+
{
|
|
21639
|
+
"name": "dismissable",
|
|
21640
|
+
"attribute": "dismissable",
|
|
21641
|
+
"description": "Whether the rendered Tab children should be dismissable.",
|
|
21642
|
+
"type": "boolean",
|
|
21643
|
+
"default": "true"
|
|
21644
|
+
},
|
|
21645
|
+
{
|
|
21646
|
+
"name": "selectionMode",
|
|
21647
|
+
"attribute": "selection-mode",
|
|
21648
|
+
"description": "Selection mode",
|
|
21649
|
+
"type": "string",
|
|
21650
|
+
"default": "\"automatic\""
|
|
21651
|
+
},
|
|
21652
|
+
{
|
|
21653
|
+
"name": "selectedIndex",
|
|
21654
|
+
"attribute": "selected-index",
|
|
21655
|
+
"description": "Selected index for the initially selected content",
|
|
21656
|
+
"type": "number",
|
|
21657
|
+
"default": "0"
|
|
21658
|
+
}
|
|
21659
|
+
]
|
|
21660
|
+
},
|
|
21013
21661
|
{
|
|
21014
21662
|
"name": "cds-tab-skeleton",
|
|
21015
21663
|
"path": "./src/components/tabs/tab-skeleton.ts",
|
|
@@ -21184,6 +21832,16 @@
|
|
|
21184
21832
|
"name": "styles",
|
|
21185
21833
|
"default": "\"styles\""
|
|
21186
21834
|
}
|
|
21835
|
+
],
|
|
21836
|
+
"events": [
|
|
21837
|
+
{
|
|
21838
|
+
"name": "cds-tab-beingclosed",
|
|
21839
|
+
"description": "The custom event fired before a tab is closed upon a user gesture.\nCancellation of this event stops changing the user-initiated action."
|
|
21840
|
+
},
|
|
21841
|
+
{
|
|
21842
|
+
"name": "cds-tab-closed",
|
|
21843
|
+
"description": "The custom event fired after a a tab is closed upon a user gesture."
|
|
21844
|
+
}
|
|
21187
21845
|
]
|
|
21188
21846
|
},
|
|
21189
21847
|
{
|
|
@@ -21241,6 +21899,10 @@
|
|
|
21241
21899
|
"type": "TABS_TYPE",
|
|
21242
21900
|
"default": "\"\""
|
|
21243
21901
|
},
|
|
21902
|
+
{
|
|
21903
|
+
"name": "dismissable",
|
|
21904
|
+
"description": "Whether the rendered Tab children should be dismissable."
|
|
21905
|
+
},
|
|
21244
21906
|
{
|
|
21245
21907
|
"name": "icon-size",
|
|
21246
21908
|
"description": "Specify the icon size used by icon-only tabs.",
|
|
@@ -21312,6 +21974,11 @@
|
|
|
21312
21974
|
"type": "TABS_TYPE",
|
|
21313
21975
|
"default": "\"\""
|
|
21314
21976
|
},
|
|
21977
|
+
{
|
|
21978
|
+
"name": "dismissable",
|
|
21979
|
+
"attribute": "dismissable",
|
|
21980
|
+
"description": "Whether the rendered Tab children should be dismissable."
|
|
21981
|
+
},
|
|
21315
21982
|
{
|
|
21316
21983
|
"name": "iconSize",
|
|
21317
21984
|
"attribute": "icon-size",
|
|
@@ -22021,6 +22688,11 @@
|
|
|
22021
22688
|
"description": "Specify whether the label should be hidden, or not",
|
|
22022
22689
|
"type": "boolean",
|
|
22023
22690
|
"default": "false"
|
|
22691
|
+
},
|
|
22692
|
+
{
|
|
22693
|
+
"name": "size",
|
|
22694
|
+
"description": "The text-input-skeleton size.",
|
|
22695
|
+
"type": "INPUT_SIZE | undefined"
|
|
22024
22696
|
}
|
|
22025
22697
|
],
|
|
22026
22698
|
"properties": [
|
|
@@ -22031,6 +22703,12 @@
|
|
|
22031
22703
|
"type": "boolean",
|
|
22032
22704
|
"default": "false"
|
|
22033
22705
|
},
|
|
22706
|
+
{
|
|
22707
|
+
"name": "size",
|
|
22708
|
+
"attribute": "size",
|
|
22709
|
+
"description": "The text-input-skeleton size.",
|
|
22710
|
+
"type": "INPUT_SIZE | undefined"
|
|
22711
|
+
},
|
|
22034
22712
|
{
|
|
22035
22713
|
"name": "styles",
|
|
22036
22714
|
"default": "\"styles\""
|
|
@@ -22154,8 +22832,7 @@
|
|
|
22154
22832
|
{
|
|
22155
22833
|
"name": "size",
|
|
22156
22834
|
"description": "The input box size.",
|
|
22157
|
-
"type": "INPUT_SIZE"
|
|
22158
|
-
"default": "\"md\""
|
|
22835
|
+
"type": "INPUT_SIZE | undefined"
|
|
22159
22836
|
},
|
|
22160
22837
|
{
|
|
22161
22838
|
"name": "isFluid",
|
|
@@ -22348,8 +23025,7 @@
|
|
|
22348
23025
|
"name": "size",
|
|
22349
23026
|
"attribute": "size",
|
|
22350
23027
|
"description": "The input box size.",
|
|
22351
|
-
"type": "INPUT_SIZE"
|
|
22352
|
-
"default": "\"md\""
|
|
23028
|
+
"type": "INPUT_SIZE | undefined"
|
|
22353
23029
|
},
|
|
22354
23030
|
{
|
|
22355
23031
|
"name": "isFluid",
|
|
@@ -22613,8 +23289,7 @@
|
|
|
22613
23289
|
{
|
|
22614
23290
|
"name": "size",
|
|
22615
23291
|
"description": "The input box size.",
|
|
22616
|
-
"type": "INPUT_SIZE"
|
|
22617
|
-
"default": "\"md\""
|
|
23292
|
+
"type": "INPUT_SIZE | undefined"
|
|
22618
23293
|
},
|
|
22619
23294
|
{
|
|
22620
23295
|
"name": "isFluid",
|
|
@@ -22834,8 +23509,7 @@
|
|
|
22834
23509
|
"name": "size",
|
|
22835
23510
|
"attribute": "size",
|
|
22836
23511
|
"description": "The input box size.",
|
|
22837
|
-
"type": "INPUT_SIZE"
|
|
22838
|
-
"default": "\"md\""
|
|
23512
|
+
"type": "INPUT_SIZE | undefined"
|
|
22839
23513
|
},
|
|
22840
23514
|
{
|
|
22841
23515
|
"name": "isFluid",
|