@carbon/web-components 2.47.0 → 2.48.0-rc.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/custom-elements.json +963 -145
- package/es/components/accordion/accordion-item.d.ts +28 -12
- package/es/components/accordion/accordion-item.js +7 -5
- package/es/components/accordion/accordion-item.js.map +1 -1
- package/es/components/accordion/accordion-skeleton.d.ts +1 -1
- package/es/components/accordion/accordion-skeleton.js +7 -5
- package/es/components/accordion/accordion-skeleton.js.map +1 -1
- package/es/components/accordion/accordion.d.ts +1 -1
- package/es/components/accordion/accordion.js +7 -5
- package/es/components/accordion/accordion.js.map +1 -1
- package/es/components/ai-label/ai-label.d.ts +1 -1
- package/es/components/ai-label/ai-label.js +6 -5
- package/es/components/ai-label/ai-label.js.map +1 -1
- package/es/components/button/button.d.ts +56 -22
- package/es/components/checkbox/checkbox-group.d.ts +2 -0
- package/es/components/checkbox/checkbox.d.ts +57 -23
- package/es/components/checkbox/checkbox.js +7 -5
- package/es/components/checkbox/checkbox.js.map +1 -1
- package/es/components/code-snippet/code-snippet.d.ts +29 -11
- package/es/components/code-snippet/code-snippet.js +15 -14
- package/es/components/code-snippet/code-snippet.js.map +1 -1
- package/es/components/combo-box/combo-box.scss.js +1 -1
- package/es/components/combo-button/combo-button.d.ts +27 -11
- package/es/components/content-switcher/content-switcher-item.d.ts +29 -11
- package/es/components/copy-button/copy-button.d.ts +27 -11
- package/es/components/data-table/table-expanded-row.d.ts +28 -12
- package/es/components/data-table/table-expanded-row.js +7 -5
- package/es/components/data-table/table-expanded-row.js.map +1 -1
- package/es/components/data-table/table-header-cell.d.ts +29 -11
- package/es/components/data-table/table-row.d.ts +54 -22
- package/es/components/data-table/table-toolbar-search.d.ts +29 -11
- package/es/components/data-table/table.d.ts +28 -12
- package/es/components/data-table/table.js +7 -5
- package/es/components/data-table/table.js.map +1 -1
- package/es/components/date-picker/date-picker-input.d.ts +29 -11
- package/es/components/date-picker/date-picker.d.ts +54 -22
- package/es/components/dropdown/dropdown.d.ts +110 -44
- package/es/components/dropdown/dropdown.js +8 -6
- package/es/components/dropdown/dropdown.js.map +1 -1
- package/es/components/file-uploader/file-uploader-button.d.ts +27 -11
- package/es/components/file-uploader/file-uploader-drop-container.d.ts +27 -11
- package/es/components/floating-menu/floating-menu.d.ts +56 -22
- package/es/components/fluid-select/fluid-select.d.ts +5 -0
- package/es/components/fluid-select/fluid-select.js +50 -1
- package/es/components/fluid-select/fluid-select.js.map +1 -1
- package/es/components/fluid-textarea/fluid-textarea-skeleton.d.ts +3 -3
- package/es/components/fluid-textarea/fluid-textarea-skeleton.js +3 -3
- package/es/components/fluid-textarea/fluid-textarea-skeleton.js.map +1 -1
- package/es/components/fluid-time-picker/fluid-time-picker-select.d.ts +21 -0
- package/es/components/fluid-time-picker/fluid-time-picker-select.js +53 -0
- package/es/components/fluid-time-picker/fluid-time-picker-select.js.map +1 -0
- package/es/components/fluid-time-picker/fluid-time-picker-skeleton.d.ts +23 -0
- package/es/components/fluid-time-picker/fluid-time-picker-skeleton.js +63 -0
- package/es/components/fluid-time-picker/fluid-time-picker-skeleton.js.map +1 -0
- package/es/components/fluid-time-picker/fluid-time-picker.d.ts +32 -0
- package/es/components/fluid-time-picker/fluid-time-picker.js +239 -0
- package/es/components/fluid-time-picker/fluid-time-picker.js.map +1 -0
- package/es/components/fluid-time-picker/fluid-time-picker.scss.js +13 -0
- package/es/components/fluid-time-picker/fluid-time-picker.scss.js.map +1 -0
- package/es/components/fluid-time-picker/index.d.ts +9 -0
- package/es/components/fluid-time-picker/index.js +11 -0
- package/es/components/fluid-time-picker/index.js.map +1 -0
- package/es/components/grid/column.d.ts +3 -1
- package/es/components/grid/column.js +6 -0
- package/es/components/grid/column.js.map +1 -1
- package/es/components/icon-button/icon-button.d.ts +1 -1
- package/es/components/icon-button/icon-button.js +6 -5
- package/es/components/icon-button/icon-button.js.map +1 -1
- package/es/components/link/link.d.ts +29 -11
- package/es/components/menu/menu-item-selectable.d.ts +5 -3
- package/es/components/menu/menu-item-selectable.js +3 -3
- package/es/components/menu/menu-item-selectable.js.map +1 -1
- package/es/components/menu/menu-item.d.ts +68 -23
- package/es/components/menu/menu-item.js +37 -2
- package/es/components/menu/menu-item.js.map +1 -1
- package/es/components/menu/menu.d.ts +27 -11
- package/es/components/menu-button/menu-button.d.ts +27 -11
- package/es/components/modal/modal-close-button.d.ts +29 -11
- package/es/components/modal/modal.d.ts +27 -11
- package/es/components/modal/modal.js +6 -4
- package/es/components/modal/modal.js.map +1 -1
- package/es/components/multi-select/multi-select.js +12 -8
- package/es/components/multi-select/multi-select.js.map +1 -1
- package/es/components/notification/actionable-notification.d.ts +27 -11
- package/es/components/notification/actionable-notification.scss.js +1 -1
- package/es/components/notification/inline-notification.d.ts +27 -11
- package/es/components/notification/inline-notification.scss.js +1 -1
- package/es/components/notification/toast-notification.scss.js +1 -1
- package/es/components/number-input/number-input.d.ts +2 -0
- package/es/components/overflow-menu/overflow-menu-item.d.ts +29 -11
- package/es/components/overflow-menu/overflow-menu.d.ts +54 -22
- package/es/components/pagination/pagination.d.ts +56 -22
- package/es/components/pagination-nav/defs.d.ts +61 -0
- package/es/components/pagination-nav/defs.js +74 -0
- package/es/components/pagination-nav/defs.js.map +1 -0
- package/es/components/pagination-nav/index.d.ts +7 -0
- package/es/components/pagination-nav/index.js +9 -0
- package/es/components/pagination-nav/index.js.map +1 -0
- package/es/components/pagination-nav/pagination-nav.d.ts +109 -0
- package/es/components/pagination-nav/pagination-nav.js +427 -0
- package/es/components/pagination-nav/pagination-nav.js.map +1 -0
- package/es/components/pagination-nav/pagination-nav.scss.js +13 -0
- package/es/components/pagination-nav/pagination-nav.scss.js.map +1 -0
- package/es/components/password-input/password-input.d.ts +2 -0
- package/es/components/popover/popover.d.ts +27 -11
- package/es/components/progress-indicator/progress-step.d.ts +29 -11
- package/es/components/radio-button/radio-button-group.d.ts +54 -22
- package/es/components/radio-button/radio-button.d.ts +57 -23
- package/es/components/radio-button/radio-button.js +7 -5
- package/es/components/radio-button/radio-button.js.map +1 -1
- package/es/components/search/search.d.ts +83 -33
- package/es/components/select/select.d.ts +29 -11
- package/es/components/side-panel/side-panel.d.ts +27 -11
- package/es/components/skip-to-content/skip-to-content.d.ts +29 -11
- package/es/components/slider/slider-input.d.ts +29 -11
- package/es/components/slider/slider.d.ts +84 -34
- package/es/components/slider/slider.js +9 -7
- package/es/components/slider/slider.js.map +1 -1
- package/es/components/slug/slug.d.ts +1 -1
- package/es/components/slug/slug.js +6 -4
- package/es/components/slug/slug.js.map +1 -1
- package/es/components/structured-list/structured-list-row.d.ts +27 -11
- package/es/components/structured-list/structured-list.d.ts +30 -12
- package/es/components/structured-list/structured-list.js +7 -5
- package/es/components/structured-list/structured-list.js.map +1 -1
- package/es/components/tabs/tabs.d.ts +27 -11
- package/es/components/tag/dismissible-tag.d.ts +54 -22
- package/es/components/tag/operational-tag.d.ts +54 -22
- package/es/components/tag/selectable-tag.d.ts +54 -22
- package/es/components/tag/tag.d.ts +54 -22
- package/es/components/tearsheet/tearsheet.d.ts +27 -11
- package/es/components/text-input/text-input.d.ts +56 -22
- package/es/components/textarea/textarea.d.ts +2 -0
- package/es/components/tile/expandable-tile.d.ts +54 -22
- package/es/components/tile/selectable-tile.d.ts +56 -22
- package/es/components/tile/tile-group.d.ts +27 -11
- package/es/components/time-picker/time-picker-select.d.ts +29 -11
- package/es/components/time-picker/time-picker.d.ts +56 -22
- package/es/components/toggle/toggle.d.ts +27 -11
- package/es/components/toggle-tip/toggletip.d.ts +57 -23
- package/es/components/toggle-tip/toggletip.js +7 -5
- package/es/components/toggle-tip/toggletip.js.map +1 -1
- package/es/components/tooltip/tooltip.d.ts +28 -12
- package/es/components/tooltip/tooltip.js +7 -5
- package/es/components/tooltip/tooltip.js.map +1 -1
- package/es/components/tree-view/tree-view.d.ts +28 -12
- package/es/components/tree-view/tree-view.js +7 -5
- package/es/components/tree-view/tree-view.js.map +1 -1
- package/es/components/ui-shell/header-global-action.d.ts +2 -0
- package/es/components/ui-shell/header-menu-button.d.ts +29 -11
- package/es/components/ui-shell/header-menu.d.ts +56 -22
- package/es/components/ui-shell/header-name.d.ts +29 -11
- package/es/components/ui-shell/header-nav-item.d.ts +29 -11
- package/es/components/ui-shell/header-panel.d.ts +2 -0
- package/es/components/ui-shell/side-nav-link.d.ts +29 -11
- package/es/components/ui-shell/side-nav-menu-item.d.ts +29 -11
- package/es/components/ui-shell/side-nav-menu.d.ts +29 -11
- package/es/components/ui-shell/side-nav.d.ts +27 -11
- package/es/components/ui-shell/switcher-item.d.ts +29 -11
- package/es/components/ui-shell/switcher.d.ts +2 -0
- package/es/globals/mixins/focus.d.ts +27 -11
- package/es/globals/mixins/form.d.ts +27 -11
- package/es/globals/mixins/host-listener.d.ts +27 -11
- package/es/globals/mixins/validity.d.ts +27 -11
- package/es-custom/components/accordion/accordion-item.d.ts +28 -12
- package/es-custom/components/accordion/accordion-item.js +7 -5
- package/es-custom/components/accordion/accordion-item.js.map +1 -1
- package/es-custom/components/accordion/accordion-skeleton.d.ts +1 -1
- package/es-custom/components/accordion/accordion-skeleton.js +7 -5
- package/es-custom/components/accordion/accordion-skeleton.js.map +1 -1
- package/es-custom/components/accordion/accordion.d.ts +1 -1
- package/es-custom/components/accordion/accordion.js +7 -5
- package/es-custom/components/accordion/accordion.js.map +1 -1
- package/es-custom/components/ai-label/ai-label.d.ts +1 -1
- package/es-custom/components/ai-label/ai-label.js +6 -5
- package/es-custom/components/ai-label/ai-label.js.map +1 -1
- package/es-custom/components/button/button.d.ts +56 -22
- package/es-custom/components/checkbox/checkbox-group.d.ts +2 -0
- package/es-custom/components/checkbox/checkbox.d.ts +57 -23
- package/es-custom/components/checkbox/checkbox.js +7 -5
- package/es-custom/components/checkbox/checkbox.js.map +1 -1
- package/es-custom/components/code-snippet/code-snippet.d.ts +29 -11
- package/es-custom/components/code-snippet/code-snippet.js +15 -14
- package/es-custom/components/code-snippet/code-snippet.js.map +1 -1
- package/es-custom/components/combo-box/combo-box.scss.js +1 -1
- package/es-custom/components/combo-button/combo-button.d.ts +27 -11
- package/es-custom/components/content-switcher/content-switcher-item.d.ts +29 -11
- package/es-custom/components/copy-button/copy-button.d.ts +27 -11
- package/es-custom/components/data-table/table-expanded-row.d.ts +28 -12
- package/es-custom/components/data-table/table-expanded-row.js +7 -5
- package/es-custom/components/data-table/table-expanded-row.js.map +1 -1
- package/es-custom/components/data-table/table-header-cell.d.ts +29 -11
- package/es-custom/components/data-table/table-row.d.ts +54 -22
- package/es-custom/components/data-table/table-toolbar-search.d.ts +29 -11
- package/es-custom/components/data-table/table.d.ts +28 -12
- package/es-custom/components/data-table/table.js +7 -5
- package/es-custom/components/data-table/table.js.map +1 -1
- package/es-custom/components/date-picker/date-picker-input.d.ts +29 -11
- package/es-custom/components/date-picker/date-picker.d.ts +54 -22
- package/es-custom/components/dropdown/dropdown.d.ts +110 -44
- package/es-custom/components/dropdown/dropdown.js +8 -6
- package/es-custom/components/dropdown/dropdown.js.map +1 -1
- package/es-custom/components/file-uploader/file-uploader-button.d.ts +27 -11
- package/es-custom/components/file-uploader/file-uploader-drop-container.d.ts +27 -11
- package/es-custom/components/floating-menu/floating-menu.d.ts +56 -22
- package/es-custom/components/fluid-select/fluid-select.d.ts +5 -0
- package/es-custom/components/fluid-select/fluid-select.js +50 -1
- package/es-custom/components/fluid-select/fluid-select.js.map +1 -1
- package/es-custom/components/fluid-textarea/fluid-textarea-skeleton.d.ts +3 -3
- package/es-custom/components/fluid-textarea/fluid-textarea-skeleton.js +3 -3
- package/es-custom/components/fluid-textarea/fluid-textarea-skeleton.js.map +1 -1
- package/es-custom/components/fluid-time-picker/fluid-time-picker-select.d.ts +21 -0
- package/es-custom/components/fluid-time-picker/fluid-time-picker-select.js +53 -0
- package/es-custom/components/fluid-time-picker/fluid-time-picker-select.js.map +1 -0
- package/es-custom/components/fluid-time-picker/fluid-time-picker-skeleton.d.ts +23 -0
- package/es-custom/components/fluid-time-picker/fluid-time-picker-skeleton.js +63 -0
- package/es-custom/components/fluid-time-picker/fluid-time-picker-skeleton.js.map +1 -0
- package/es-custom/components/fluid-time-picker/fluid-time-picker.d.ts +32 -0
- package/es-custom/components/fluid-time-picker/fluid-time-picker.js +239 -0
- package/es-custom/components/fluid-time-picker/fluid-time-picker.js.map +1 -0
- package/es-custom/components/fluid-time-picker/fluid-time-picker.scss.js +13 -0
- package/es-custom/components/fluid-time-picker/fluid-time-picker.scss.js.map +1 -0
- package/es-custom/components/fluid-time-picker/index.d.ts +9 -0
- package/es-custom/components/fluid-time-picker/index.js +11 -0
- package/es-custom/components/fluid-time-picker/index.js.map +1 -0
- package/es-custom/components/grid/column.d.ts +3 -1
- package/es-custom/components/grid/column.js +6 -0
- package/es-custom/components/grid/column.js.map +1 -1
- package/es-custom/components/icon-button/icon-button.d.ts +1 -1
- package/es-custom/components/icon-button/icon-button.js +6 -5
- package/es-custom/components/icon-button/icon-button.js.map +1 -1
- package/es-custom/components/link/link.d.ts +29 -11
- package/es-custom/components/menu/menu-item-selectable.d.ts +5 -3
- package/es-custom/components/menu/menu-item-selectable.js +3 -3
- package/es-custom/components/menu/menu-item-selectable.js.map +1 -1
- package/es-custom/components/menu/menu-item.d.ts +68 -23
- package/es-custom/components/menu/menu-item.js +37 -2
- package/es-custom/components/menu/menu-item.js.map +1 -1
- package/es-custom/components/menu/menu.d.ts +27 -11
- package/es-custom/components/menu-button/menu-button.d.ts +27 -11
- package/es-custom/components/modal/modal-close-button.d.ts +29 -11
- package/es-custom/components/modal/modal.d.ts +27 -11
- package/es-custom/components/modal/modal.js +6 -4
- package/es-custom/components/modal/modal.js.map +1 -1
- package/es-custom/components/multi-select/multi-select.js +12 -8
- package/es-custom/components/multi-select/multi-select.js.map +1 -1
- package/es-custom/components/notification/actionable-notification.d.ts +27 -11
- package/es-custom/components/notification/actionable-notification.scss.js +1 -1
- package/es-custom/components/notification/inline-notification.d.ts +27 -11
- package/es-custom/components/notification/inline-notification.scss.js +1 -1
- package/es-custom/components/notification/toast-notification.scss.js +1 -1
- package/es-custom/components/number-input/number-input.d.ts +2 -0
- package/es-custom/components/overflow-menu/overflow-menu-item.d.ts +29 -11
- package/es-custom/components/overflow-menu/overflow-menu.d.ts +54 -22
- package/es-custom/components/pagination/pagination.d.ts +56 -22
- package/es-custom/components/pagination-nav/defs.d.ts +61 -0
- package/es-custom/components/pagination-nav/defs.js +74 -0
- package/es-custom/components/pagination-nav/defs.js.map +1 -0
- package/es-custom/components/pagination-nav/index.d.ts +7 -0
- package/es-custom/components/pagination-nav/index.js +9 -0
- package/es-custom/components/pagination-nav/index.js.map +1 -0
- package/es-custom/components/pagination-nav/pagination-nav.d.ts +109 -0
- package/es-custom/components/pagination-nav/pagination-nav.js +427 -0
- package/es-custom/components/pagination-nav/pagination-nav.js.map +1 -0
- package/es-custom/components/pagination-nav/pagination-nav.scss.js +13 -0
- package/es-custom/components/pagination-nav/pagination-nav.scss.js.map +1 -0
- package/es-custom/components/password-input/password-input.d.ts +2 -0
- package/es-custom/components/popover/popover.d.ts +27 -11
- package/es-custom/components/progress-indicator/progress-step.d.ts +29 -11
- package/es-custom/components/radio-button/radio-button-group.d.ts +54 -22
- package/es-custom/components/radio-button/radio-button.d.ts +57 -23
- package/es-custom/components/radio-button/radio-button.js +7 -5
- package/es-custom/components/radio-button/radio-button.js.map +1 -1
- package/es-custom/components/search/search.d.ts +83 -33
- package/es-custom/components/select/select.d.ts +29 -11
- package/es-custom/components/side-panel/side-panel.d.ts +27 -11
- package/es-custom/components/skip-to-content/skip-to-content.d.ts +29 -11
- package/es-custom/components/slider/slider-input.d.ts +29 -11
- package/es-custom/components/slider/slider.d.ts +84 -34
- package/es-custom/components/slider/slider.js +9 -7
- package/es-custom/components/slider/slider.js.map +1 -1
- package/es-custom/components/slug/slug.d.ts +1 -1
- package/es-custom/components/slug/slug.js +6 -4
- package/es-custom/components/slug/slug.js.map +1 -1
- package/es-custom/components/structured-list/structured-list-row.d.ts +27 -11
- package/es-custom/components/structured-list/structured-list.d.ts +30 -12
- package/es-custom/components/structured-list/structured-list.js +7 -5
- package/es-custom/components/structured-list/structured-list.js.map +1 -1
- package/es-custom/components/tabs/tabs.d.ts +27 -11
- package/es-custom/components/tag/dismissible-tag.d.ts +54 -22
- package/es-custom/components/tag/operational-tag.d.ts +54 -22
- package/es-custom/components/tag/selectable-tag.d.ts +54 -22
- package/es-custom/components/tag/tag.d.ts +54 -22
- package/es-custom/components/tearsheet/tearsheet.d.ts +27 -11
- package/es-custom/components/text-input/text-input.d.ts +56 -22
- package/es-custom/components/textarea/textarea.d.ts +2 -0
- package/es-custom/components/tile/expandable-tile.d.ts +54 -22
- package/es-custom/components/tile/selectable-tile.d.ts +56 -22
- package/es-custom/components/tile/tile-group.d.ts +27 -11
- package/es-custom/components/time-picker/time-picker-select.d.ts +29 -11
- package/es-custom/components/time-picker/time-picker.d.ts +56 -22
- package/es-custom/components/toggle/toggle.d.ts +27 -11
- package/es-custom/components/toggle-tip/toggletip.d.ts +57 -23
- package/es-custom/components/toggle-tip/toggletip.js +7 -5
- package/es-custom/components/toggle-tip/toggletip.js.map +1 -1
- package/es-custom/components/tooltip/tooltip.d.ts +28 -12
- package/es-custom/components/tooltip/tooltip.js +7 -5
- package/es-custom/components/tooltip/tooltip.js.map +1 -1
- package/es-custom/components/tree-view/tree-view.d.ts +28 -12
- package/es-custom/components/tree-view/tree-view.js +7 -5
- package/es-custom/components/tree-view/tree-view.js.map +1 -1
- package/es-custom/components/ui-shell/header-global-action.d.ts +2 -0
- package/es-custom/components/ui-shell/header-menu-button.d.ts +29 -11
- package/es-custom/components/ui-shell/header-menu.d.ts +56 -22
- package/es-custom/components/ui-shell/header-name.d.ts +29 -11
- package/es-custom/components/ui-shell/header-nav-item.d.ts +29 -11
- package/es-custom/components/ui-shell/header-panel.d.ts +2 -0
- package/es-custom/components/ui-shell/side-nav-link.d.ts +29 -11
- package/es-custom/components/ui-shell/side-nav-menu-item.d.ts +29 -11
- package/es-custom/components/ui-shell/side-nav-menu.d.ts +29 -11
- package/es-custom/components/ui-shell/side-nav.d.ts +27 -11
- package/es-custom/components/ui-shell/switcher-item.d.ts +29 -11
- package/es-custom/components/ui-shell/switcher.d.ts +2 -0
- package/es-custom/globals/mixins/focus.d.ts +27 -11
- package/es-custom/globals/mixins/form.d.ts +27 -11
- package/es-custom/globals/mixins/host-listener.d.ts +27 -11
- package/es-custom/globals/mixins/validity.d.ts +27 -11
- package/lib/components/accordion/accordion-item.d.ts +28 -12
- package/lib/components/accordion/accordion-skeleton.d.ts +1 -1
- package/lib/components/accordion/accordion.d.ts +1 -1
- package/lib/components/ai-label/ai-label.d.ts +1 -1
- package/lib/components/button/button.d.ts +56 -22
- package/lib/components/checkbox/checkbox-group.d.ts +2 -0
- package/lib/components/checkbox/checkbox.d.ts +57 -23
- package/lib/components/code-snippet/code-snippet.d.ts +29 -11
- package/lib/components/combo-button/combo-button.d.ts +27 -11
- package/lib/components/content-switcher/content-switcher-item.d.ts +29 -11
- package/lib/components/copy-button/copy-button.d.ts +27 -11
- package/lib/components/data-table/table-expanded-row.d.ts +28 -12
- package/lib/components/data-table/table-header-cell.d.ts +29 -11
- package/lib/components/data-table/table-row.d.ts +54 -22
- package/lib/components/data-table/table-toolbar-search.d.ts +29 -11
- package/lib/components/data-table/table.d.ts +28 -12
- package/lib/components/date-picker/date-picker-input.d.ts +29 -11
- package/lib/components/date-picker/date-picker.d.ts +54 -22
- package/lib/components/dropdown/dropdown.d.ts +110 -44
- package/lib/components/file-uploader/file-uploader-button.d.ts +27 -11
- package/lib/components/file-uploader/file-uploader-drop-container.d.ts +27 -11
- package/lib/components/floating-menu/floating-menu.d.ts +56 -22
- package/lib/components/fluid-select/fluid-select.d.ts +5 -0
- package/lib/components/fluid-textarea/fluid-textarea-skeleton.d.ts +3 -3
- package/lib/components/fluid-time-picker/fluid-time-picker-select.d.ts +21 -0
- package/lib/components/fluid-time-picker/fluid-time-picker-skeleton.d.ts +23 -0
- package/lib/components/fluid-time-picker/fluid-time-picker.d.ts +32 -0
- package/lib/components/fluid-time-picker/index.d.ts +9 -0
- package/lib/components/grid/column.d.ts +3 -1
- package/lib/components/icon-button/icon-button.d.ts +1 -1
- package/lib/components/link/link.d.ts +29 -11
- package/lib/components/menu/menu-item-selectable.d.ts +5 -3
- package/lib/components/menu/menu-item.d.ts +68 -23
- package/lib/components/menu/menu.d.ts +27 -11
- package/lib/components/menu-button/menu-button.d.ts +27 -11
- package/lib/components/modal/modal-close-button.d.ts +29 -11
- package/lib/components/modal/modal.d.ts +27 -11
- package/lib/components/notification/actionable-notification.d.ts +27 -11
- package/lib/components/notification/inline-notification.d.ts +27 -11
- package/lib/components/number-input/number-input.d.ts +2 -0
- package/lib/components/overflow-menu/overflow-menu-item.d.ts +29 -11
- package/lib/components/overflow-menu/overflow-menu.d.ts +54 -22
- package/lib/components/pagination/pagination.d.ts +56 -22
- package/lib/components/pagination-nav/defs.d.ts +61 -0
- package/lib/components/pagination-nav/defs.js +74 -0
- package/lib/components/pagination-nav/defs.js.map +1 -0
- package/lib/components/pagination-nav/index.d.ts +7 -0
- package/lib/components/pagination-nav/pagination-nav.d.ts +109 -0
- package/lib/components/password-input/password-input.d.ts +2 -0
- package/lib/components/popover/popover.d.ts +27 -11
- package/lib/components/progress-indicator/progress-step.d.ts +29 -11
- package/lib/components/radio-button/radio-button-group.d.ts +54 -22
- package/lib/components/radio-button/radio-button.d.ts +57 -23
- package/lib/components/search/search.d.ts +83 -33
- package/lib/components/select/select.d.ts +29 -11
- package/lib/components/side-panel/side-panel.d.ts +27 -11
- package/lib/components/skip-to-content/skip-to-content.d.ts +29 -11
- package/lib/components/slider/slider-input.d.ts +29 -11
- package/lib/components/slider/slider.d.ts +84 -34
- package/lib/components/slug/slug.d.ts +1 -1
- package/lib/components/structured-list/structured-list-row.d.ts +27 -11
- package/lib/components/structured-list/structured-list.d.ts +30 -12
- package/lib/components/tabs/tabs.d.ts +27 -11
- package/lib/components/tag/dismissible-tag.d.ts +54 -22
- package/lib/components/tag/operational-tag.d.ts +54 -22
- package/lib/components/tag/selectable-tag.d.ts +54 -22
- package/lib/components/tag/tag.d.ts +54 -22
- package/lib/components/tearsheet/tearsheet.d.ts +27 -11
- package/lib/components/text-input/text-input.d.ts +56 -22
- package/lib/components/textarea/textarea.d.ts +2 -0
- package/lib/components/tile/expandable-tile.d.ts +54 -22
- package/lib/components/tile/selectable-tile.d.ts +56 -22
- package/lib/components/tile/tile-group.d.ts +27 -11
- package/lib/components/time-picker/time-picker-select.d.ts +29 -11
- package/lib/components/time-picker/time-picker.d.ts +56 -22
- package/lib/components/toggle/toggle.d.ts +27 -11
- package/lib/components/toggle-tip/toggletip.d.ts +57 -23
- package/lib/components/tooltip/tooltip.d.ts +28 -12
- package/lib/components/tree-view/tree-view.d.ts +28 -12
- package/lib/components/ui-shell/header-global-action.d.ts +2 -0
- package/lib/components/ui-shell/header-menu-button.d.ts +29 -11
- package/lib/components/ui-shell/header-menu.d.ts +56 -22
- package/lib/components/ui-shell/header-name.d.ts +29 -11
- package/lib/components/ui-shell/header-nav-item.d.ts +29 -11
- package/lib/components/ui-shell/header-panel.d.ts +2 -0
- package/lib/components/ui-shell/side-nav-link.d.ts +29 -11
- package/lib/components/ui-shell/side-nav-menu-item.d.ts +29 -11
- package/lib/components/ui-shell/side-nav-menu.d.ts +29 -11
- package/lib/components/ui-shell/side-nav.d.ts +27 -11
- package/lib/components/ui-shell/switcher-item.d.ts +29 -11
- package/lib/components/ui-shell/switcher.d.ts +2 -0
- package/lib/globals/mixins/focus.d.ts +27 -11
- package/lib/globals/mixins/form.d.ts +27 -11
- package/lib/globals/mixins/host-listener.d.ts +27 -11
- package/lib/globals/mixins/validity.d.ts +27 -11
- package/package.json +6 -6
- package/scss/components/combo-box/combo-box.scss +1 -1
- package/scss/components/fluid-time-picker/fluid-time-picker.scss +198 -0
- package/scss/components/pagination-nav/pagination-nav.scss +29 -0
- package/telemetry.yml +16 -8
package/custom-elements.json
CHANGED
|
@@ -1029,7 +1029,7 @@
|
|
|
1029
1029
|
"name": "leave-delay-ms",
|
|
1030
1030
|
"description": "Specify the duration in milliseconds to delay before hiding the tooltip",
|
|
1031
1031
|
"type": "number",
|
|
1032
|
-
"default": "
|
|
1032
|
+
"default": "100"
|
|
1033
1033
|
},
|
|
1034
1034
|
{
|
|
1035
1035
|
"name": "autofocus",
|
|
@@ -1247,7 +1247,7 @@
|
|
|
1247
1247
|
"attribute": "leave-delay-ms",
|
|
1248
1248
|
"description": "Specify the duration in milliseconds to delay before hiding the tooltip",
|
|
1249
1249
|
"type": "number",
|
|
1250
|
-
"default": "
|
|
1250
|
+
"default": "100"
|
|
1251
1251
|
},
|
|
1252
1252
|
{
|
|
1253
1253
|
"name": "autofocus",
|
|
@@ -3578,7 +3578,7 @@
|
|
|
3578
3578
|
"name": "leave-delay-ms",
|
|
3579
3579
|
"description": "Specify the duration in milliseconds to delay before hiding the tooltip",
|
|
3580
3580
|
"type": "number",
|
|
3581
|
-
"default": "
|
|
3581
|
+
"default": "100"
|
|
3582
3582
|
},
|
|
3583
3583
|
{
|
|
3584
3584
|
"name": "autofocus",
|
|
@@ -3763,7 +3763,7 @@
|
|
|
3763
3763
|
"attribute": "leave-delay-ms",
|
|
3764
3764
|
"description": "Specify the duration in milliseconds to delay before hiding the tooltip",
|
|
3765
3765
|
"type": "number",
|
|
3766
|
-
"default": "
|
|
3766
|
+
"default": "100"
|
|
3767
3767
|
},
|
|
3768
3768
|
{
|
|
3769
3769
|
"name": "autofocus",
|
|
@@ -8102,9 +8102,9 @@
|
|
|
8102
8102
|
]
|
|
8103
8103
|
},
|
|
8104
8104
|
{
|
|
8105
|
-
"name": "cds-fluid-textarea",
|
|
8105
|
+
"name": "cds-fluid-textarea-skeleton",
|
|
8106
8106
|
"path": "./src/components/fluid-textarea/fluid-textarea-skeleton.ts",
|
|
8107
|
-
"description": "Fluid text area
|
|
8107
|
+
"description": "Fluid text area skeleton.",
|
|
8108
8108
|
"attributes": [
|
|
8109
8109
|
{
|
|
8110
8110
|
"name": "hide-label",
|
|
@@ -8595,205 +8595,883 @@
|
|
|
8595
8595
|
]
|
|
8596
8596
|
},
|
|
8597
8597
|
{
|
|
8598
|
-
"name": "cds-
|
|
8599
|
-
"path": "./src/components/
|
|
8600
|
-
"description": "
|
|
8598
|
+
"name": "cds-fluid-time-picker-select",
|
|
8599
|
+
"path": "./src/components/fluid-time-picker/fluid-time-picker-select.ts",
|
|
8600
|
+
"description": "Fluid time picker select.",
|
|
8601
8601
|
"attributes": [
|
|
8602
8602
|
{
|
|
8603
|
-
"name": "
|
|
8604
|
-
"description": "
|
|
8603
|
+
"name": "default-value",
|
|
8604
|
+
"description": "Optionally provide the default value of the select.",
|
|
8605
|
+
"type": "string",
|
|
8606
|
+
"default": "\"\""
|
|
8607
|
+
},
|
|
8608
|
+
{
|
|
8609
|
+
"name": "isFluid",
|
|
8610
|
+
"description": "Specify whether the textarea is fluid or not",
|
|
8605
8611
|
"type": "boolean",
|
|
8606
8612
|
"default": "false"
|
|
8607
8613
|
},
|
|
8608
8614
|
{
|
|
8609
|
-
"name": "
|
|
8610
|
-
"description": "
|
|
8615
|
+
"name": "autofocus",
|
|
8616
|
+
"description": "Sets the select to be focussed automatically on page load. Defaults to false",
|
|
8617
|
+
"type": "boolean",
|
|
8618
|
+
"default": "false"
|
|
8611
8619
|
},
|
|
8612
8620
|
{
|
|
8613
|
-
"name": "
|
|
8614
|
-
"description": "
|
|
8615
|
-
"type": "
|
|
8621
|
+
"name": "disabled",
|
|
8622
|
+
"description": "Controls the disabled state of the select",
|
|
8623
|
+
"type": "boolean",
|
|
8624
|
+
"default": "false"
|
|
8616
8625
|
},
|
|
8617
8626
|
{
|
|
8618
|
-
"name": "
|
|
8619
|
-
"description": "
|
|
8627
|
+
"name": "helper-text",
|
|
8628
|
+
"description": "The helper text.",
|
|
8629
|
+
"type": "string",
|
|
8630
|
+
"default": "\"\""
|
|
8631
|
+
},
|
|
8632
|
+
{
|
|
8633
|
+
"name": "hide-label",
|
|
8634
|
+
"description": "Specify whether the label should be hidden, or not",
|
|
8620
8635
|
"type": "boolean",
|
|
8621
8636
|
"default": "false"
|
|
8622
8637
|
},
|
|
8623
8638
|
{
|
|
8624
|
-
"name": "
|
|
8625
|
-
"description": "
|
|
8626
|
-
|
|
8627
|
-
|
|
8628
|
-
|
|
8639
|
+
"name": "id",
|
|
8640
|
+
"description": "ID to link the `label` and `select`",
|
|
8641
|
+
"type": "string",
|
|
8642
|
+
"default": "\"\""
|
|
8643
|
+
},
|
|
8629
8644
|
{
|
|
8630
8645
|
"name": "invalid",
|
|
8631
|
-
"
|
|
8632
|
-
"description": "Specify whether the Form Group is invalid",
|
|
8646
|
+
"description": "Specify if the currently value is invalid.",
|
|
8633
8647
|
"type": "boolean",
|
|
8634
8648
|
"default": "false"
|
|
8635
8649
|
},
|
|
8636
8650
|
{
|
|
8637
|
-
"name": "
|
|
8638
|
-
"
|
|
8639
|
-
"
|
|
8640
|
-
|
|
8641
|
-
{
|
|
8642
|
-
"name": "legendText",
|
|
8643
|
-
"attribute": "legend-text",
|
|
8644
|
-
"description": "Provide the text to be rendered inside of the fieldset <legend>",
|
|
8645
|
-
"type": "string"
|
|
8651
|
+
"name": "invalid-text",
|
|
8652
|
+
"description": "Message which is displayed if the value is invalid.",
|
|
8653
|
+
"type": "string",
|
|
8654
|
+
"default": "\"\""
|
|
8646
8655
|
},
|
|
8647
8656
|
{
|
|
8648
|
-
"name": "
|
|
8649
|
-
"
|
|
8650
|
-
"description": "Specify whether the message should be displayed in the Form Group",
|
|
8657
|
+
"name": "warn",
|
|
8658
|
+
"description": "Specify if the currently value is warn.",
|
|
8651
8659
|
"type": "boolean",
|
|
8652
8660
|
"default": "false"
|
|
8653
8661
|
},
|
|
8654
8662
|
{
|
|
8655
|
-
"name": "
|
|
8656
|
-
"
|
|
8657
|
-
"
|
|
8663
|
+
"name": "warn-text",
|
|
8664
|
+
"description": "Message which is displayed if the value is warn.",
|
|
8665
|
+
"type": "string",
|
|
8666
|
+
"default": "\"\""
|
|
8658
8667
|
},
|
|
8659
8668
|
{
|
|
8660
|
-
"name": "
|
|
8661
|
-
"
|
|
8662
|
-
|
|
8663
|
-
|
|
8664
|
-
|
|
8665
|
-
{
|
|
8666
|
-
"name": "cds-form-item",
|
|
8667
|
-
"path": "./src/components/form/form-item.ts",
|
|
8668
|
-
"description": "Presentational element for form items",
|
|
8669
|
-
"properties": [
|
|
8669
|
+
"name": "label-text",
|
|
8670
|
+
"description": "The label text.",
|
|
8671
|
+
"type": "string",
|
|
8672
|
+
"default": "\"\""
|
|
8673
|
+
},
|
|
8670
8674
|
{
|
|
8671
|
-
"name": "
|
|
8672
|
-
"
|
|
8673
|
-
|
|
8674
|
-
|
|
8675
|
-
|
|
8676
|
-
{
|
|
8677
|
-
"name": "cds-form",
|
|
8678
|
-
"path": "./src/components/form/form.ts",
|
|
8679
|
-
"description": "Presentational element for form",
|
|
8680
|
-
"properties": [
|
|
8675
|
+
"name": "inline",
|
|
8676
|
+
"description": "Specify whether you want the inline version of this control",
|
|
8677
|
+
"type": "boolean",
|
|
8678
|
+
"default": "false"
|
|
8679
|
+
},
|
|
8681
8680
|
{
|
|
8682
|
-
"name": "
|
|
8683
|
-
"
|
|
8684
|
-
|
|
8685
|
-
|
|
8686
|
-
},
|
|
8687
|
-
{
|
|
8688
|
-
"name": "cds-column-hang",
|
|
8689
|
-
"path": "./src/components/grid/column-hang.ts",
|
|
8690
|
-
"description": "The column component.",
|
|
8691
|
-
"properties": [
|
|
8681
|
+
"name": "multiple",
|
|
8682
|
+
"description": "`true` to enable multiple selection.",
|
|
8683
|
+
"type": "boolean"
|
|
8684
|
+
},
|
|
8692
8685
|
{
|
|
8693
|
-
"name": "
|
|
8694
|
-
"
|
|
8695
|
-
|
|
8696
|
-
|
|
8697
|
-
|
|
8698
|
-
{
|
|
8699
|
-
"name": "cds-column",
|
|
8700
|
-
"path": "./src/components/grid/column.ts",
|
|
8701
|
-
"description": "The column component.",
|
|
8702
|
-
"attributes": [
|
|
8686
|
+
"name": "name",
|
|
8687
|
+
"description": "Name for the select in the `FormData`",
|
|
8688
|
+
"type": "string",
|
|
8689
|
+
"default": "\"\""
|
|
8690
|
+
},
|
|
8703
8691
|
{
|
|
8704
|
-
"name": "
|
|
8705
|
-
"description": "
|
|
8706
|
-
"type": "
|
|
8692
|
+
"name": "pattern",
|
|
8693
|
+
"description": "Pattern to validate the select against for HTML validity checking",
|
|
8694
|
+
"type": "string",
|
|
8695
|
+
"default": "\"\""
|
|
8707
8696
|
},
|
|
8708
8697
|
{
|
|
8709
|
-
"name": "
|
|
8710
|
-
"
|
|
8698
|
+
"name": "placeholder",
|
|
8699
|
+
"description": "Value to display when the select has an empty `value`",
|
|
8700
|
+
"type": "string",
|
|
8701
|
+
"default": "\"\""
|
|
8711
8702
|
},
|
|
8712
8703
|
{
|
|
8713
|
-
"name": "
|
|
8714
|
-
"
|
|
8704
|
+
"name": "readonly",
|
|
8705
|
+
"description": "Controls the readonly state of the select",
|
|
8706
|
+
"type": "boolean",
|
|
8707
|
+
"default": "false"
|
|
8715
8708
|
},
|
|
8716
8709
|
{
|
|
8717
|
-
"name": "
|
|
8718
|
-
"
|
|
8719
|
-
|
|
8720
|
-
|
|
8721
|
-
|
|
8710
|
+
"name": "required",
|
|
8711
|
+
"description": "Boolean property to set the required status",
|
|
8712
|
+
"type": "boolean",
|
|
8713
|
+
"default": "false"
|
|
8714
|
+
},
|
|
8722
8715
|
{
|
|
8723
|
-
"name": "
|
|
8724
|
-
"
|
|
8725
|
-
"
|
|
8726
|
-
"
|
|
8716
|
+
"name": "required-validity-message",
|
|
8717
|
+
"description": "The special validity message for `required`.",
|
|
8718
|
+
"type": "string",
|
|
8719
|
+
"default": "\"Please fill out this field.\""
|
|
8727
8720
|
},
|
|
8728
8721
|
{
|
|
8729
|
-
"name": "
|
|
8730
|
-
"
|
|
8731
|
-
"type": "
|
|
8722
|
+
"name": "selectedIndex",
|
|
8723
|
+
"description": "The selected index.",
|
|
8724
|
+
"type": "number"
|
|
8732
8725
|
},
|
|
8733
8726
|
{
|
|
8734
|
-
"name": "
|
|
8735
|
-
"
|
|
8736
|
-
"type": "
|
|
8727
|
+
"name": "size",
|
|
8728
|
+
"description": "The input box size.",
|
|
8729
|
+
"type": "INPUT_SIZE",
|
|
8730
|
+
"default": "\"md\""
|
|
8737
8731
|
},
|
|
8738
8732
|
{
|
|
8739
|
-
"name": "
|
|
8740
|
-
"
|
|
8741
|
-
"type": "
|
|
8733
|
+
"name": "value",
|
|
8734
|
+
"description": "The value of the text area.",
|
|
8735
|
+
"type": "string",
|
|
8736
|
+
"default": "\"\""
|
|
8742
8737
|
}
|
|
8743
|
-
]
|
|
8744
|
-
|
|
8745
|
-
{
|
|
8746
|
-
"name": "cds-grid",
|
|
8747
|
-
"path": "./src/components/grid/grid.ts",
|
|
8748
|
-
"description": "The grid component.",
|
|
8749
|
-
"attributes": [
|
|
8738
|
+
],
|
|
8739
|
+
"properties": [
|
|
8750
8740
|
{
|
|
8751
|
-
"name": "
|
|
8752
|
-
"
|
|
8753
|
-
"
|
|
8741
|
+
"name": "defaultValue",
|
|
8742
|
+
"attribute": "default-value",
|
|
8743
|
+
"description": "Optionally provide the default value of the select.",
|
|
8744
|
+
"type": "string",
|
|
8745
|
+
"default": "\"\""
|
|
8754
8746
|
},
|
|
8755
8747
|
{
|
|
8756
|
-
"name": "
|
|
8757
|
-
"
|
|
8748
|
+
"name": "isFluid",
|
|
8749
|
+
"attribute": "isFluid",
|
|
8750
|
+
"description": "Specify whether the textarea is fluid or not",
|
|
8758
8751
|
"type": "boolean",
|
|
8759
8752
|
"default": "false"
|
|
8760
8753
|
},
|
|
8761
8754
|
{
|
|
8762
|
-
"name": "
|
|
8763
|
-
"description": "
|
|
8764
|
-
"type": "
|
|
8765
|
-
"default": "false"
|
|
8755
|
+
"name": "length",
|
|
8756
|
+
"description": "The count of child `<option>`s.\nIf the placeholder is in effect, it includes the `<option>` for the placeholder.",
|
|
8757
|
+
"type": "number"
|
|
8766
8758
|
},
|
|
8767
8759
|
{
|
|
8768
|
-
"name": "
|
|
8769
|
-
"description": "
|
|
8770
|
-
"type": "
|
|
8771
|
-
|
|
8772
|
-
}
|
|
8773
|
-
],
|
|
8774
|
-
"properties": [
|
|
8760
|
+
"name": "options",
|
|
8761
|
+
"description": "The child `<option>`s.",
|
|
8762
|
+
"type": "HTMLOptionsCollection"
|
|
8763
|
+
},
|
|
8775
8764
|
{
|
|
8776
|
-
"name": "
|
|
8777
|
-
"
|
|
8778
|
-
"
|
|
8779
|
-
"type": "GridAlignmentType | undefined"
|
|
8765
|
+
"name": "type",
|
|
8766
|
+
"description": "This form control's type.",
|
|
8767
|
+
"type": "string"
|
|
8780
8768
|
},
|
|
8781
8769
|
{
|
|
8782
|
-
"name": "
|
|
8783
|
-
"attribute": "
|
|
8784
|
-
"description": "
|
|
8770
|
+
"name": "autofocus",
|
|
8771
|
+
"attribute": "autofocus",
|
|
8772
|
+
"description": "Sets the select to be focussed automatically on page load. Defaults to false",
|
|
8785
8773
|
"type": "boolean",
|
|
8786
8774
|
"default": "false"
|
|
8787
8775
|
},
|
|
8788
8776
|
{
|
|
8789
|
-
"name": "
|
|
8790
|
-
"attribute": "
|
|
8791
|
-
"description": "
|
|
8777
|
+
"name": "disabled",
|
|
8778
|
+
"attribute": "disabled",
|
|
8779
|
+
"description": "Controls the disabled state of the select",
|
|
8792
8780
|
"type": "boolean",
|
|
8793
8781
|
"default": "false"
|
|
8794
8782
|
},
|
|
8795
8783
|
{
|
|
8796
|
-
"name": "
|
|
8784
|
+
"name": "helperText",
|
|
8785
|
+
"attribute": "helper-text",
|
|
8786
|
+
"description": "The helper text.",
|
|
8787
|
+
"type": "string",
|
|
8788
|
+
"default": "\"\""
|
|
8789
|
+
},
|
|
8790
|
+
{
|
|
8791
|
+
"name": "hideLabel",
|
|
8792
|
+
"attribute": "hide-label",
|
|
8793
|
+
"description": "Specify whether the label should be hidden, or not",
|
|
8794
|
+
"type": "boolean",
|
|
8795
|
+
"default": "false"
|
|
8796
|
+
},
|
|
8797
|
+
{
|
|
8798
|
+
"name": "id",
|
|
8799
|
+
"attribute": "id",
|
|
8800
|
+
"description": "ID to link the `label` and `select`",
|
|
8801
|
+
"type": "string",
|
|
8802
|
+
"default": "\"\""
|
|
8803
|
+
},
|
|
8804
|
+
{
|
|
8805
|
+
"name": "invalid",
|
|
8806
|
+
"attribute": "invalid",
|
|
8807
|
+
"description": "Specify if the currently value is invalid.",
|
|
8808
|
+
"type": "boolean",
|
|
8809
|
+
"default": "false"
|
|
8810
|
+
},
|
|
8811
|
+
{
|
|
8812
|
+
"name": "invalidText",
|
|
8813
|
+
"attribute": "invalid-text",
|
|
8814
|
+
"description": "Message which is displayed if the value is invalid.",
|
|
8815
|
+
"type": "string",
|
|
8816
|
+
"default": "\"\""
|
|
8817
|
+
},
|
|
8818
|
+
{
|
|
8819
|
+
"name": "warn",
|
|
8820
|
+
"attribute": "warn",
|
|
8821
|
+
"description": "Specify if the currently value is warn.",
|
|
8822
|
+
"type": "boolean",
|
|
8823
|
+
"default": "false"
|
|
8824
|
+
},
|
|
8825
|
+
{
|
|
8826
|
+
"name": "warnText",
|
|
8827
|
+
"attribute": "warn-text",
|
|
8828
|
+
"description": "Message which is displayed if the value is warn.",
|
|
8829
|
+
"type": "string",
|
|
8830
|
+
"default": "\"\""
|
|
8831
|
+
},
|
|
8832
|
+
{
|
|
8833
|
+
"name": "labelText",
|
|
8834
|
+
"attribute": "label-text",
|
|
8835
|
+
"description": "The label text.",
|
|
8836
|
+
"type": "string",
|
|
8837
|
+
"default": "\"\""
|
|
8838
|
+
},
|
|
8839
|
+
{
|
|
8840
|
+
"name": "inline",
|
|
8841
|
+
"attribute": "inline",
|
|
8842
|
+
"description": "Specify whether you want the inline version of this control",
|
|
8843
|
+
"type": "boolean",
|
|
8844
|
+
"default": "false"
|
|
8845
|
+
},
|
|
8846
|
+
{
|
|
8847
|
+
"name": "multiple",
|
|
8848
|
+
"attribute": "multiple",
|
|
8849
|
+
"description": "`true` to enable multiple selection.",
|
|
8850
|
+
"type": "boolean"
|
|
8851
|
+
},
|
|
8852
|
+
{
|
|
8853
|
+
"name": "name",
|
|
8854
|
+
"attribute": "name",
|
|
8855
|
+
"description": "Name for the select in the `FormData`",
|
|
8856
|
+
"type": "string",
|
|
8857
|
+
"default": "\"\""
|
|
8858
|
+
},
|
|
8859
|
+
{
|
|
8860
|
+
"name": "pattern",
|
|
8861
|
+
"attribute": "pattern",
|
|
8862
|
+
"description": "Pattern to validate the select against for HTML validity checking",
|
|
8863
|
+
"type": "string",
|
|
8864
|
+
"default": "\"\""
|
|
8865
|
+
},
|
|
8866
|
+
{
|
|
8867
|
+
"name": "placeholder",
|
|
8868
|
+
"attribute": "placeholder",
|
|
8869
|
+
"description": "Value to display when the select has an empty `value`",
|
|
8870
|
+
"type": "string",
|
|
8871
|
+
"default": "\"\""
|
|
8872
|
+
},
|
|
8873
|
+
{
|
|
8874
|
+
"name": "readonly",
|
|
8875
|
+
"attribute": "readonly",
|
|
8876
|
+
"description": "Controls the readonly state of the select",
|
|
8877
|
+
"type": "boolean",
|
|
8878
|
+
"default": "false"
|
|
8879
|
+
},
|
|
8880
|
+
{
|
|
8881
|
+
"name": "required",
|
|
8882
|
+
"attribute": "required",
|
|
8883
|
+
"description": "Boolean property to set the required status",
|
|
8884
|
+
"type": "boolean",
|
|
8885
|
+
"default": "false"
|
|
8886
|
+
},
|
|
8887
|
+
{
|
|
8888
|
+
"name": "requiredValidityMessage",
|
|
8889
|
+
"attribute": "required-validity-message",
|
|
8890
|
+
"description": "The special validity message for `required`.",
|
|
8891
|
+
"type": "string",
|
|
8892
|
+
"default": "\"Please fill out this field.\""
|
|
8893
|
+
},
|
|
8894
|
+
{
|
|
8895
|
+
"name": "selectedIndex",
|
|
8896
|
+
"attribute": "selectedIndex",
|
|
8897
|
+
"description": "The selected index.",
|
|
8898
|
+
"type": "number"
|
|
8899
|
+
},
|
|
8900
|
+
{
|
|
8901
|
+
"name": "size",
|
|
8902
|
+
"attribute": "size",
|
|
8903
|
+
"description": "The input box size.",
|
|
8904
|
+
"type": "INPUT_SIZE",
|
|
8905
|
+
"default": "\"md\""
|
|
8906
|
+
},
|
|
8907
|
+
{
|
|
8908
|
+
"name": "value",
|
|
8909
|
+
"attribute": "value",
|
|
8910
|
+
"description": "The value of the text area.",
|
|
8911
|
+
"type": "string",
|
|
8912
|
+
"default": "\"\""
|
|
8913
|
+
},
|
|
8914
|
+
{
|
|
8915
|
+
"name": "shadowRootOptions",
|
|
8916
|
+
"type": "{ delegatesFocus: boolean; mode: ShadowRootMode; slotAssignment?: SlotAssignmentMode | undefined; customElements?: CustomElementRegistry | undefined; registry?: CustomElementRegistry | undefined; }",
|
|
8917
|
+
"default": "{\"delegatesFocus\":true}"
|
|
8918
|
+
},
|
|
8919
|
+
{
|
|
8920
|
+
"name": "styles",
|
|
8921
|
+
"type": "array",
|
|
8922
|
+
"default": "[null,\"styles\"]"
|
|
8923
|
+
}
|
|
8924
|
+
],
|
|
8925
|
+
"events": [
|
|
8926
|
+
{
|
|
8927
|
+
"name": "cds-select-selected",
|
|
8928
|
+
"description": "The name of the custom event fired after an item is selected."
|
|
8929
|
+
}
|
|
8930
|
+
],
|
|
8931
|
+
"slots": [
|
|
8932
|
+
{
|
|
8933
|
+
"name": "helper-text",
|
|
8934
|
+
"description": "The helper text."
|
|
8935
|
+
},
|
|
8936
|
+
{
|
|
8937
|
+
"name": "label-text",
|
|
8938
|
+
"description": "The label text."
|
|
8939
|
+
},
|
|
8940
|
+
{
|
|
8941
|
+
"name": "validity-message",
|
|
8942
|
+
"description": "The validity message. If present and non-empty, this input shows the UI of its invalid state."
|
|
8943
|
+
}
|
|
8944
|
+
]
|
|
8945
|
+
},
|
|
8946
|
+
{
|
|
8947
|
+
"name": "cds-fluid-time-picker-skeleton",
|
|
8948
|
+
"path": "./src/components/fluid-time-picker/fluid-time-picker-skeleton.ts",
|
|
8949
|
+
"description": "Fluid time picker skeleton.",
|
|
8950
|
+
"attributes": [
|
|
8951
|
+
{
|
|
8952
|
+
"name": "is-only-two",
|
|
8953
|
+
"description": "Specify if there are only two TimePicker elements.",
|
|
8954
|
+
"type": "boolean",
|
|
8955
|
+
"default": "false"
|
|
8956
|
+
}
|
|
8957
|
+
],
|
|
8958
|
+
"properties": [
|
|
8959
|
+
{
|
|
8960
|
+
"name": "isOnlyTwo",
|
|
8961
|
+
"attribute": "is-only-two",
|
|
8962
|
+
"description": "Specify if there are only two TimePicker elements.",
|
|
8963
|
+
"type": "boolean",
|
|
8964
|
+
"default": "false"
|
|
8965
|
+
},
|
|
8966
|
+
{
|
|
8967
|
+
"name": "styles",
|
|
8968
|
+
"default": "\"styles\""
|
|
8969
|
+
}
|
|
8970
|
+
]
|
|
8971
|
+
},
|
|
8972
|
+
{
|
|
8973
|
+
"name": "cds-fluid-time-picker",
|
|
8974
|
+
"path": "./src/components/fluid-time-picker/fluid-time-picker.ts",
|
|
8975
|
+
"description": "Fluid Time Picker component.",
|
|
8976
|
+
"attributes": [
|
|
8977
|
+
{
|
|
8978
|
+
"name": "disabled",
|
|
8979
|
+
"description": "Specify whether the control is disabled",
|
|
8980
|
+
"type": "boolean",
|
|
8981
|
+
"default": "false"
|
|
8982
|
+
},
|
|
8983
|
+
{
|
|
8984
|
+
"name": "invalid-text",
|
|
8985
|
+
"description": "Provide the text that is displayed when the control is in an invalid state",
|
|
8986
|
+
"type": "string",
|
|
8987
|
+
"default": "\"Invalid time format.\""
|
|
8988
|
+
},
|
|
8989
|
+
{
|
|
8990
|
+
"name": "warning",
|
|
8991
|
+
"description": "Specify whether the control is in warning state",
|
|
8992
|
+
"type": "boolean",
|
|
8993
|
+
"default": "false"
|
|
8994
|
+
},
|
|
8995
|
+
{
|
|
8996
|
+
"name": "warning-text",
|
|
8997
|
+
"description": "Provide the text that is displayed when the control is in a warning state",
|
|
8998
|
+
"type": "string",
|
|
8999
|
+
"default": "\"Warning message.\""
|
|
9000
|
+
},
|
|
9001
|
+
{
|
|
9002
|
+
"name": "hide-label",
|
|
9003
|
+
"description": "Specify whether the label should be hidden",
|
|
9004
|
+
"type": "boolean",
|
|
9005
|
+
"default": "false"
|
|
9006
|
+
},
|
|
9007
|
+
{
|
|
9008
|
+
"name": "name",
|
|
9009
|
+
"description": "Name for the input in FormData",
|
|
9010
|
+
"type": "string",
|
|
9011
|
+
"default": "\"\""
|
|
9012
|
+
},
|
|
9013
|
+
{
|
|
9014
|
+
"name": "label-text",
|
|
9015
|
+
"description": "Provide label text to be read by screen readers",
|
|
9016
|
+
"type": "string",
|
|
9017
|
+
"default": "\"Select a time\""
|
|
9018
|
+
},
|
|
9019
|
+
{
|
|
9020
|
+
"name": "placeholder",
|
|
9021
|
+
"description": "Placeholder text for the input",
|
|
9022
|
+
"type": "string",
|
|
9023
|
+
"default": "\"hh:mm\""
|
|
9024
|
+
},
|
|
9025
|
+
{
|
|
9026
|
+
"name": "readOnly",
|
|
9027
|
+
"description": "Specify whether the control should be read-only",
|
|
9028
|
+
"type": "boolean",
|
|
9029
|
+
"default": "false"
|
|
9030
|
+
},
|
|
9031
|
+
{
|
|
9032
|
+
"name": "max-length",
|
|
9033
|
+
"description": "Specify the maximum length of the input value",
|
|
9034
|
+
"type": "number",
|
|
9035
|
+
"default": "5"
|
|
9036
|
+
},
|
|
9037
|
+
{
|
|
9038
|
+
"name": "pattern",
|
|
9039
|
+
"description": "Pattern for input validation",
|
|
9040
|
+
"type": "string",
|
|
9041
|
+
"default": "\"(1[012]|[1-9]):[0-5][0-9](\\\\s)?\""
|
|
9042
|
+
},
|
|
9043
|
+
{
|
|
9044
|
+
"name": "size",
|
|
9045
|
+
"description": "Size of the time picker",
|
|
9046
|
+
"type": "TIME_PICKER_SIZE",
|
|
9047
|
+
"default": "\"md\""
|
|
9048
|
+
},
|
|
9049
|
+
{
|
|
9050
|
+
"name": "type",
|
|
9051
|
+
"description": "Input type",
|
|
9052
|
+
"type": "string",
|
|
9053
|
+
"default": "\"text\""
|
|
9054
|
+
},
|
|
9055
|
+
{
|
|
9056
|
+
"name": "invalid",
|
|
9057
|
+
"description": "Specify whether the control is currently invalid",
|
|
9058
|
+
"type": "boolean",
|
|
9059
|
+
"default": "false"
|
|
9060
|
+
},
|
|
9061
|
+
{
|
|
9062
|
+
"name": "required",
|
|
9063
|
+
"description": "Whether the input is required",
|
|
9064
|
+
"type": "boolean",
|
|
9065
|
+
"default": "false"
|
|
9066
|
+
},
|
|
9067
|
+
{
|
|
9068
|
+
"name": "required-validity-message",
|
|
9069
|
+
"description": "Custom message for required validation",
|
|
9070
|
+
"type": "string",
|
|
9071
|
+
"default": "\"Please fill out this field.\""
|
|
9072
|
+
},
|
|
9073
|
+
{
|
|
9074
|
+
"name": "validity-message",
|
|
9075
|
+
"description": "Validity message",
|
|
9076
|
+
"type": "string",
|
|
9077
|
+
"default": "\"\""
|
|
9078
|
+
},
|
|
9079
|
+
{
|
|
9080
|
+
"name": "value",
|
|
9081
|
+
"description": "Value of the input",
|
|
9082
|
+
"type": "string"
|
|
9083
|
+
}
|
|
9084
|
+
],
|
|
9085
|
+
"properties": [
|
|
9086
|
+
{
|
|
9087
|
+
"name": "disabled",
|
|
9088
|
+
"attribute": "disabled",
|
|
9089
|
+
"description": "Specify whether the control is disabled",
|
|
9090
|
+
"type": "boolean",
|
|
9091
|
+
"default": "false"
|
|
9092
|
+
},
|
|
9093
|
+
{
|
|
9094
|
+
"name": "invalidText",
|
|
9095
|
+
"attribute": "invalid-text",
|
|
9096
|
+
"description": "Provide the text that is displayed when the control is in an invalid state",
|
|
9097
|
+
"type": "string",
|
|
9098
|
+
"default": "\"Invalid time format.\""
|
|
9099
|
+
},
|
|
9100
|
+
{
|
|
9101
|
+
"name": "warning",
|
|
9102
|
+
"attribute": "warning",
|
|
9103
|
+
"description": "Specify whether the control is in warning state",
|
|
9104
|
+
"type": "boolean",
|
|
9105
|
+
"default": "false"
|
|
9106
|
+
},
|
|
9107
|
+
{
|
|
9108
|
+
"name": "warningText",
|
|
9109
|
+
"attribute": "warning-text",
|
|
9110
|
+
"description": "Provide the text that is displayed when the control is in a warning state",
|
|
9111
|
+
"type": "string",
|
|
9112
|
+
"default": "\"Warning message.\""
|
|
9113
|
+
},
|
|
9114
|
+
{
|
|
9115
|
+
"name": "hideLabel",
|
|
9116
|
+
"attribute": "hide-label",
|
|
9117
|
+
"description": "Specify whether the label should be hidden",
|
|
9118
|
+
"type": "boolean",
|
|
9119
|
+
"default": "false"
|
|
9120
|
+
},
|
|
9121
|
+
{
|
|
9122
|
+
"name": "name",
|
|
9123
|
+
"attribute": "name",
|
|
9124
|
+
"description": "Name for the input in FormData",
|
|
9125
|
+
"type": "string",
|
|
9126
|
+
"default": "\"\""
|
|
9127
|
+
},
|
|
9128
|
+
{
|
|
9129
|
+
"name": "labelText",
|
|
9130
|
+
"attribute": "label-text",
|
|
9131
|
+
"description": "Provide label text to be read by screen readers",
|
|
9132
|
+
"type": "string",
|
|
9133
|
+
"default": "\"Select a time\""
|
|
9134
|
+
},
|
|
9135
|
+
{
|
|
9136
|
+
"name": "placeholder",
|
|
9137
|
+
"attribute": "placeholder",
|
|
9138
|
+
"description": "Placeholder text for the input",
|
|
9139
|
+
"type": "string",
|
|
9140
|
+
"default": "\"hh:mm\""
|
|
9141
|
+
},
|
|
9142
|
+
{
|
|
9143
|
+
"name": "readOnly",
|
|
9144
|
+
"attribute": "readOnly",
|
|
9145
|
+
"description": "Specify whether the control should be read-only",
|
|
9146
|
+
"type": "boolean",
|
|
9147
|
+
"default": "false"
|
|
9148
|
+
},
|
|
9149
|
+
{
|
|
9150
|
+
"name": "maxLength",
|
|
9151
|
+
"attribute": "max-length",
|
|
9152
|
+
"description": "Specify the maximum length of the input value",
|
|
9153
|
+
"type": "number",
|
|
9154
|
+
"default": "5"
|
|
9155
|
+
},
|
|
9156
|
+
{
|
|
9157
|
+
"name": "pattern",
|
|
9158
|
+
"attribute": "pattern",
|
|
9159
|
+
"description": "Pattern for input validation",
|
|
9160
|
+
"type": "string",
|
|
9161
|
+
"default": "\"(1[012]|[1-9]):[0-5][0-9](\\\\s)?\""
|
|
9162
|
+
},
|
|
9163
|
+
{
|
|
9164
|
+
"name": "size",
|
|
9165
|
+
"attribute": "size",
|
|
9166
|
+
"description": "Size of the time picker",
|
|
9167
|
+
"type": "TIME_PICKER_SIZE",
|
|
9168
|
+
"default": "\"md\""
|
|
9169
|
+
},
|
|
9170
|
+
{
|
|
9171
|
+
"name": "type",
|
|
9172
|
+
"attribute": "type",
|
|
9173
|
+
"description": "Input type",
|
|
9174
|
+
"type": "string",
|
|
9175
|
+
"default": "\"text\""
|
|
9176
|
+
},
|
|
9177
|
+
{
|
|
9178
|
+
"name": "shadowRootOptions",
|
|
9179
|
+
"type": "{ delegatesFocus: boolean; mode: ShadowRootMode; slotAssignment?: SlotAssignmentMode | undefined; customElements?: CustomElementRegistry | undefined; registry?: CustomElementRegistry | undefined; }",
|
|
9180
|
+
"default": "{\"delegatesFocus\":true}"
|
|
9181
|
+
},
|
|
9182
|
+
{
|
|
9183
|
+
"name": "styles",
|
|
9184
|
+
"type": "array",
|
|
9185
|
+
"default": "[\"styles\",\"styles\"]"
|
|
9186
|
+
},
|
|
9187
|
+
{
|
|
9188
|
+
"name": "invalid",
|
|
9189
|
+
"attribute": "invalid",
|
|
9190
|
+
"description": "Specify whether the control is currently invalid",
|
|
9191
|
+
"type": "boolean",
|
|
9192
|
+
"default": "false"
|
|
9193
|
+
},
|
|
9194
|
+
{
|
|
9195
|
+
"name": "required",
|
|
9196
|
+
"attribute": "required",
|
|
9197
|
+
"description": "Whether the input is required",
|
|
9198
|
+
"type": "boolean",
|
|
9199
|
+
"default": "false"
|
|
9200
|
+
},
|
|
9201
|
+
{
|
|
9202
|
+
"name": "requiredValidityMessage",
|
|
9203
|
+
"attribute": "required-validity-message",
|
|
9204
|
+
"description": "Custom message for required validation",
|
|
9205
|
+
"type": "string",
|
|
9206
|
+
"default": "\"Please fill out this field.\""
|
|
9207
|
+
},
|
|
9208
|
+
{
|
|
9209
|
+
"name": "validityMessage",
|
|
9210
|
+
"attribute": "validity-message",
|
|
9211
|
+
"description": "Validity message",
|
|
9212
|
+
"type": "string",
|
|
9213
|
+
"default": "\"\""
|
|
9214
|
+
},
|
|
9215
|
+
{
|
|
9216
|
+
"name": "value",
|
|
9217
|
+
"attribute": "value",
|
|
9218
|
+
"description": "Value of the input",
|
|
9219
|
+
"type": "string"
|
|
9220
|
+
}
|
|
9221
|
+
],
|
|
9222
|
+
"events": [
|
|
9223
|
+
{
|
|
9224
|
+
"name": "change"
|
|
9225
|
+
},
|
|
9226
|
+
{
|
|
9227
|
+
"name": "invalid"
|
|
9228
|
+
}
|
|
9229
|
+
],
|
|
9230
|
+
"slots": [
|
|
9231
|
+
{
|
|
9232
|
+
"name": "label-text",
|
|
9233
|
+
"description": "The label text."
|
|
9234
|
+
},
|
|
9235
|
+
{
|
|
9236
|
+
"name": "invalid-text",
|
|
9237
|
+
"description": "The invalid text."
|
|
9238
|
+
},
|
|
9239
|
+
{
|
|
9240
|
+
"name": "warning-text",
|
|
9241
|
+
"description": "The warning text."
|
|
9242
|
+
},
|
|
9243
|
+
{
|
|
9244
|
+
"name": "",
|
|
9245
|
+
"description": "slot for fluid time picker select components."
|
|
9246
|
+
},
|
|
9247
|
+
{
|
|
9248
|
+
"name": "time-picker-select",
|
|
9249
|
+
"description": "Slot for time picker select components."
|
|
9250
|
+
},
|
|
9251
|
+
{
|
|
9252
|
+
"name": "validity-message",
|
|
9253
|
+
"description": "The validity message. If present and non-empty, this input shows the UI of its invalid state."
|
|
9254
|
+
}
|
|
9255
|
+
]
|
|
9256
|
+
},
|
|
9257
|
+
{
|
|
9258
|
+
"name": "cds-form-group",
|
|
9259
|
+
"path": "./src/components/form-group/form-group.ts",
|
|
9260
|
+
"description": "The shell UI for file uploader.",
|
|
9261
|
+
"attributes": [
|
|
9262
|
+
{
|
|
9263
|
+
"name": "invalid",
|
|
9264
|
+
"description": "Specify whether the Form Group is invalid",
|
|
9265
|
+
"type": "boolean",
|
|
9266
|
+
"default": "false"
|
|
9267
|
+
},
|
|
9268
|
+
{
|
|
9269
|
+
"name": "legend-id",
|
|
9270
|
+
"description": "Provide id for the fieldset <legend> which corresponds to the fieldset\n`aria-labelledby`"
|
|
9271
|
+
},
|
|
9272
|
+
{
|
|
9273
|
+
"name": "legend-text",
|
|
9274
|
+
"description": "Provide the text to be rendered inside of the fieldset <legend>",
|
|
9275
|
+
"type": "string"
|
|
9276
|
+
},
|
|
9277
|
+
{
|
|
9278
|
+
"name": "message",
|
|
9279
|
+
"description": "Specify whether the message should be displayed in the Form Group",
|
|
9280
|
+
"type": "boolean",
|
|
9281
|
+
"default": "false"
|
|
9282
|
+
},
|
|
9283
|
+
{
|
|
9284
|
+
"name": "message-text",
|
|
9285
|
+
"description": "Provide the text for the message in the Form Group"
|
|
9286
|
+
}
|
|
9287
|
+
],
|
|
9288
|
+
"properties": [
|
|
9289
|
+
{
|
|
9290
|
+
"name": "invalid",
|
|
9291
|
+
"attribute": "invalid",
|
|
9292
|
+
"description": "Specify whether the Form Group is invalid",
|
|
9293
|
+
"type": "boolean",
|
|
9294
|
+
"default": "false"
|
|
9295
|
+
},
|
|
9296
|
+
{
|
|
9297
|
+
"name": "legendId",
|
|
9298
|
+
"attribute": "legend-id",
|
|
9299
|
+
"description": "Provide id for the fieldset <legend> which corresponds to the fieldset\n`aria-labelledby`"
|
|
9300
|
+
},
|
|
9301
|
+
{
|
|
9302
|
+
"name": "legendText",
|
|
9303
|
+
"attribute": "legend-text",
|
|
9304
|
+
"description": "Provide the text to be rendered inside of the fieldset <legend>",
|
|
9305
|
+
"type": "string"
|
|
9306
|
+
},
|
|
9307
|
+
{
|
|
9308
|
+
"name": "message",
|
|
9309
|
+
"attribute": "message",
|
|
9310
|
+
"description": "Specify whether the message should be displayed in the Form Group",
|
|
9311
|
+
"type": "boolean",
|
|
9312
|
+
"default": "false"
|
|
9313
|
+
},
|
|
9314
|
+
{
|
|
9315
|
+
"name": "messageText",
|
|
9316
|
+
"attribute": "message-text",
|
|
9317
|
+
"description": "Provide the text for the message in the Form Group"
|
|
9318
|
+
},
|
|
9319
|
+
{
|
|
9320
|
+
"name": "styles",
|
|
9321
|
+
"default": "\"styles\""
|
|
9322
|
+
}
|
|
9323
|
+
]
|
|
9324
|
+
},
|
|
9325
|
+
{
|
|
9326
|
+
"name": "cds-form-item",
|
|
9327
|
+
"path": "./src/components/form/form-item.ts",
|
|
9328
|
+
"description": "Presentational element for form items",
|
|
9329
|
+
"properties": [
|
|
9330
|
+
{
|
|
9331
|
+
"name": "styles",
|
|
9332
|
+
"default": "\"styles\""
|
|
9333
|
+
}
|
|
9334
|
+
]
|
|
9335
|
+
},
|
|
9336
|
+
{
|
|
9337
|
+
"name": "cds-form",
|
|
9338
|
+
"path": "./src/components/form/form.ts",
|
|
9339
|
+
"description": "Presentational element for form",
|
|
9340
|
+
"properties": [
|
|
9341
|
+
{
|
|
9342
|
+
"name": "styles",
|
|
9343
|
+
"default": "\"styles\""
|
|
9344
|
+
}
|
|
9345
|
+
]
|
|
9346
|
+
},
|
|
9347
|
+
{
|
|
9348
|
+
"name": "cds-column-hang",
|
|
9349
|
+
"path": "./src/components/grid/column-hang.ts",
|
|
9350
|
+
"description": "The column component.",
|
|
9351
|
+
"properties": [
|
|
9352
|
+
{
|
|
9353
|
+
"name": "styles",
|
|
9354
|
+
"default": "\"styles\""
|
|
9355
|
+
}
|
|
9356
|
+
]
|
|
9357
|
+
},
|
|
9358
|
+
{
|
|
9359
|
+
"name": "cds-column",
|
|
9360
|
+
"path": "./src/components/grid/column.ts",
|
|
9361
|
+
"description": "The column component.",
|
|
9362
|
+
"attributes": [
|
|
9363
|
+
{
|
|
9364
|
+
"name": "sm",
|
|
9365
|
+
"description": "Specify column size\nKeys sm, md, lg, xlg, max\n\nValues\n- N, P, { span:N start:S}, { start: S, end: E}\nN = number\nP = percentage\nS = Start column\nE = End column (does not reach e.g. start 1 end 3 is same as start 1 span 2)",
|
|
9366
|
+
"type": "ColumnSpec | undefined"
|
|
9367
|
+
},
|
|
9368
|
+
{
|
|
9369
|
+
"name": "md",
|
|
9370
|
+
"type": "ColumnSpec | undefined"
|
|
9371
|
+
},
|
|
9372
|
+
{
|
|
9373
|
+
"name": "lg",
|
|
9374
|
+
"type": "ColumnSpec | undefined"
|
|
9375
|
+
},
|
|
9376
|
+
{
|
|
9377
|
+
"name": "xlg",
|
|
9378
|
+
"type": "ColumnSpec | undefined"
|
|
9379
|
+
},
|
|
9380
|
+
{
|
|
9381
|
+
"name": "max",
|
|
9382
|
+
"type": "ColumnSpec | undefined"
|
|
9383
|
+
},
|
|
9384
|
+
{
|
|
9385
|
+
"name": "span",
|
|
9386
|
+
"type": "ColumnSpecSimple | undefined"
|
|
9387
|
+
}
|
|
9388
|
+
],
|
|
9389
|
+
"properties": [
|
|
9390
|
+
{
|
|
9391
|
+
"name": "sm",
|
|
9392
|
+
"attribute": "sm",
|
|
9393
|
+
"description": "Specify column size\nKeys sm, md, lg, xlg, max\n\nValues\n- N, P, { span:N start:S}, { start: S, end: E}\nN = number\nP = percentage\nS = Start column\nE = End column (does not reach e.g. start 1 end 3 is same as start 1 span 2)",
|
|
9394
|
+
"type": "ColumnSpec | undefined"
|
|
9395
|
+
},
|
|
9396
|
+
{
|
|
9397
|
+
"name": "md",
|
|
9398
|
+
"attribute": "md",
|
|
9399
|
+
"type": "ColumnSpec | undefined"
|
|
9400
|
+
},
|
|
9401
|
+
{
|
|
9402
|
+
"name": "lg",
|
|
9403
|
+
"attribute": "lg",
|
|
9404
|
+
"type": "ColumnSpec | undefined"
|
|
9405
|
+
},
|
|
9406
|
+
{
|
|
9407
|
+
"name": "xlg",
|
|
9408
|
+
"attribute": "xlg",
|
|
9409
|
+
"type": "ColumnSpec | undefined"
|
|
9410
|
+
},
|
|
9411
|
+
{
|
|
9412
|
+
"name": "max",
|
|
9413
|
+
"attribute": "max",
|
|
9414
|
+
"type": "ColumnSpec | undefined"
|
|
9415
|
+
},
|
|
9416
|
+
{
|
|
9417
|
+
"name": "span",
|
|
9418
|
+
"attribute": "span",
|
|
9419
|
+
"type": "ColumnSpecSimple | undefined"
|
|
9420
|
+
}
|
|
9421
|
+
]
|
|
9422
|
+
},
|
|
9423
|
+
{
|
|
9424
|
+
"name": "cds-grid",
|
|
9425
|
+
"path": "./src/components/grid/grid.ts",
|
|
9426
|
+
"description": "The grid component.",
|
|
9427
|
+
"attributes": [
|
|
9428
|
+
{
|
|
9429
|
+
"name": "align",
|
|
9430
|
+
"description": "Specify grid alignment. Default is center",
|
|
9431
|
+
"type": "GridAlignmentType | undefined"
|
|
9432
|
+
},
|
|
9433
|
+
{
|
|
9434
|
+
"name": "condensed",
|
|
9435
|
+
"description": "Collapse the gutter to 1px. Useful for fluid layouts.\nRows have 1px of margin between them to match gutter.",
|
|
9436
|
+
"type": "boolean",
|
|
9437
|
+
"default": "false"
|
|
9438
|
+
},
|
|
9439
|
+
{
|
|
9440
|
+
"name": "narrow",
|
|
9441
|
+
"description": "Container hangs 16px into the gutter. Useful for\ntypographic alignment with and without containers.",
|
|
9442
|
+
"type": "boolean",
|
|
9443
|
+
"default": "false"
|
|
9444
|
+
},
|
|
9445
|
+
{
|
|
9446
|
+
"name": "full-width",
|
|
9447
|
+
"description": "Remove the default max width that the grid has set",
|
|
9448
|
+
"type": "boolean",
|
|
9449
|
+
"default": "false"
|
|
9450
|
+
}
|
|
9451
|
+
],
|
|
9452
|
+
"properties": [
|
|
9453
|
+
{
|
|
9454
|
+
"name": "align",
|
|
9455
|
+
"attribute": "align",
|
|
9456
|
+
"description": "Specify grid alignment. Default is center",
|
|
9457
|
+
"type": "GridAlignmentType | undefined"
|
|
9458
|
+
},
|
|
9459
|
+
{
|
|
9460
|
+
"name": "condensed",
|
|
9461
|
+
"attribute": "condensed",
|
|
9462
|
+
"description": "Collapse the gutter to 1px. Useful for fluid layouts.\nRows have 1px of margin between them to match gutter.",
|
|
9463
|
+
"type": "boolean",
|
|
9464
|
+
"default": "false"
|
|
9465
|
+
},
|
|
9466
|
+
{
|
|
9467
|
+
"name": "narrow",
|
|
9468
|
+
"attribute": "narrow",
|
|
9469
|
+
"description": "Container hangs 16px into the gutter. Useful for\ntypographic alignment with and without containers.",
|
|
9470
|
+
"type": "boolean",
|
|
9471
|
+
"default": "false"
|
|
9472
|
+
},
|
|
9473
|
+
{
|
|
9474
|
+
"name": "fullWidth",
|
|
8797
9475
|
"attribute": "full-width",
|
|
8798
9476
|
"description": "Remove the default max width that the grid has set",
|
|
8799
9477
|
"type": "boolean",
|
|
@@ -8864,7 +9542,7 @@
|
|
|
8864
9542
|
"name": "leave-delay-ms",
|
|
8865
9543
|
"description": "Specify the duration in milliseconds to delay before hiding the tooltip",
|
|
8866
9544
|
"type": "number",
|
|
8867
|
-
"default": "
|
|
9545
|
+
"default": "100"
|
|
8868
9546
|
},
|
|
8869
9547
|
{
|
|
8870
9548
|
"name": "autofocus",
|
|
@@ -9035,7 +9713,7 @@
|
|
|
9035
9713
|
"attribute": "leave-delay-ms",
|
|
9036
9714
|
"description": "Specify the duration in milliseconds to delay before hiding the tooltip",
|
|
9037
9715
|
"type": "number",
|
|
9038
|
-
"default": "
|
|
9716
|
+
"default": "100"
|
|
9039
9717
|
},
|
|
9040
9718
|
{
|
|
9041
9719
|
"name": "autofocus",
|
|
@@ -10008,9 +10686,9 @@
|
|
|
10008
10686
|
]
|
|
10009
10687
|
},
|
|
10010
10688
|
{
|
|
10011
|
-
"name": "cds-menu-item",
|
|
10689
|
+
"name": "cds-menu-item-selectable",
|
|
10012
10690
|
"path": "./src/components/menu/menu-item-selectable.ts",
|
|
10013
|
-
"description": "Menu Item.",
|
|
10691
|
+
"description": "Menu Item Selectable.",
|
|
10014
10692
|
"attributes": [
|
|
10015
10693
|
{
|
|
10016
10694
|
"name": "label",
|
|
@@ -10086,6 +10764,12 @@
|
|
|
10086
10764
|
"name": "disabled",
|
|
10087
10765
|
"description": "Disabled property for the menu item."
|
|
10088
10766
|
},
|
|
10767
|
+
{
|
|
10768
|
+
"name": "danger-description",
|
|
10769
|
+
"description": "Specify the message read by screen readers for the danger menu item variant",
|
|
10770
|
+
"type": "string",
|
|
10771
|
+
"default": "\"danger\""
|
|
10772
|
+
},
|
|
10089
10773
|
{
|
|
10090
10774
|
"name": "submenuOpen",
|
|
10091
10775
|
"description": "Whether the menu submen for an item is open or not.",
|
|
@@ -10136,6 +10820,13 @@
|
|
|
10136
10820
|
"attribute": "disabled",
|
|
10137
10821
|
"description": "Disabled property for the menu item."
|
|
10138
10822
|
},
|
|
10823
|
+
{
|
|
10824
|
+
"name": "dangerDescription",
|
|
10825
|
+
"attribute": "danger-description",
|
|
10826
|
+
"description": "Specify the message read by screen readers for the danger menu item variant",
|
|
10827
|
+
"type": "string",
|
|
10828
|
+
"default": "\"danger\""
|
|
10829
|
+
},
|
|
10139
10830
|
{
|
|
10140
10831
|
"name": "submenuOpen",
|
|
10141
10832
|
"attribute": "submenuOpen",
|
|
@@ -13217,7 +13908,7 @@
|
|
|
13217
13908
|
"name": "leave-delay-ms",
|
|
13218
13909
|
"description": "Specify the duration in milliseconds to delay before hiding the tooltip",
|
|
13219
13910
|
"type": "number",
|
|
13220
|
-
"default": "
|
|
13911
|
+
"default": "100"
|
|
13221
13912
|
},
|
|
13222
13913
|
{
|
|
13223
13914
|
"name": "autofocus",
|
|
@@ -13435,7 +14126,7 @@
|
|
|
13435
14126
|
"attribute": "leave-delay-ms",
|
|
13436
14127
|
"description": "Specify the duration in milliseconds to delay before hiding the tooltip",
|
|
13437
14128
|
"type": "number",
|
|
13438
|
-
"default": "
|
|
14129
|
+
"default": "100"
|
|
13439
14130
|
},
|
|
13440
14131
|
{
|
|
13441
14132
|
"name": "autofocus",
|
|
@@ -13767,6 +14458,133 @@
|
|
|
13767
14458
|
}
|
|
13768
14459
|
]
|
|
13769
14460
|
},
|
|
14461
|
+
{
|
|
14462
|
+
"name": "cds-pagination-nav",
|
|
14463
|
+
"path": "./src/components/pagination-nav/pagination-nav.ts",
|
|
14464
|
+
"description": "Pagination Navigation.",
|
|
14465
|
+
"attributes": [
|
|
14466
|
+
{
|
|
14467
|
+
"name": "items-shown",
|
|
14468
|
+
"description": "The number of items to be shown (minimum of 4 unless props.items < 4).",
|
|
14469
|
+
"type": "number",
|
|
14470
|
+
"default": "10"
|
|
14471
|
+
},
|
|
14472
|
+
{
|
|
14473
|
+
"name": "loop",
|
|
14474
|
+
"description": "Whether user should be able to loop through the items when reaching first / last.",
|
|
14475
|
+
"type": "boolean",
|
|
14476
|
+
"default": "false"
|
|
14477
|
+
},
|
|
14478
|
+
{
|
|
14479
|
+
"name": "page",
|
|
14480
|
+
"description": "The index of current page.",
|
|
14481
|
+
"type": "number",
|
|
14482
|
+
"default": "0"
|
|
14483
|
+
},
|
|
14484
|
+
{
|
|
14485
|
+
"name": "total-items",
|
|
14486
|
+
"description": "The total number of items.",
|
|
14487
|
+
"type": "number",
|
|
14488
|
+
"default": "1"
|
|
14489
|
+
},
|
|
14490
|
+
{
|
|
14491
|
+
"name": "size",
|
|
14492
|
+
"description": "Specify the size of the PaginationNav.",
|
|
14493
|
+
"type": "PAGINATION_NAV_SIZE",
|
|
14494
|
+
"default": "\"lg\""
|
|
14495
|
+
},
|
|
14496
|
+
{
|
|
14497
|
+
"name": "tooltip-alignment",
|
|
14498
|
+
"description": "Specify the alignment of the tooltip for the icon-only next/prev buttons.\nCan be one of: start, center, or end.",
|
|
14499
|
+
"type": "PAGINATION_TOOLTIP_ALIGNMENT",
|
|
14500
|
+
"default": "\"center\""
|
|
14501
|
+
},
|
|
14502
|
+
{
|
|
14503
|
+
"name": "tooltip-position",
|
|
14504
|
+
"description": "Specify the position of the tooltip for the icon-only next/prev buttons.\nCan be one of: top, right, bottom, or left.",
|
|
14505
|
+
"type": "PAGINATION_TOOLTIP_POSITION",
|
|
14506
|
+
"default": "\"bottom\""
|
|
14507
|
+
},
|
|
14508
|
+
{
|
|
14509
|
+
"name": "disable-overflow",
|
|
14510
|
+
"description": "If true, the '...' pagination overflow will not render page links between the first and last rendered buttons.\nSet this to true if you are having performance problems with large data sets.",
|
|
14511
|
+
"type": "boolean | undefined"
|
|
14512
|
+
}
|
|
14513
|
+
],
|
|
14514
|
+
"properties": [
|
|
14515
|
+
{
|
|
14516
|
+
"name": "itemsShown",
|
|
14517
|
+
"attribute": "items-shown",
|
|
14518
|
+
"description": "The number of items to be shown (minimum of 4 unless props.items < 4).",
|
|
14519
|
+
"type": "number",
|
|
14520
|
+
"default": "10"
|
|
14521
|
+
},
|
|
14522
|
+
{
|
|
14523
|
+
"name": "loop",
|
|
14524
|
+
"attribute": "loop",
|
|
14525
|
+
"description": "Whether user should be able to loop through the items when reaching first / last.",
|
|
14526
|
+
"type": "boolean",
|
|
14527
|
+
"default": "false"
|
|
14528
|
+
},
|
|
14529
|
+
{
|
|
14530
|
+
"name": "page",
|
|
14531
|
+
"attribute": "page",
|
|
14532
|
+
"description": "The index of current page.",
|
|
14533
|
+
"type": "number",
|
|
14534
|
+
"default": "0"
|
|
14535
|
+
},
|
|
14536
|
+
{
|
|
14537
|
+
"name": "totalItems",
|
|
14538
|
+
"attribute": "total-items",
|
|
14539
|
+
"description": "The total number of items.",
|
|
14540
|
+
"type": "number",
|
|
14541
|
+
"default": "1"
|
|
14542
|
+
},
|
|
14543
|
+
{
|
|
14544
|
+
"name": "size",
|
|
14545
|
+
"attribute": "size",
|
|
14546
|
+
"description": "Specify the size of the PaginationNav.",
|
|
14547
|
+
"type": "PAGINATION_NAV_SIZE",
|
|
14548
|
+
"default": "\"lg\""
|
|
14549
|
+
},
|
|
14550
|
+
{
|
|
14551
|
+
"name": "tooltipAlignment",
|
|
14552
|
+
"attribute": "tooltip-alignment",
|
|
14553
|
+
"description": "Specify the alignment of the tooltip for the icon-only next/prev buttons.\nCan be one of: start, center, or end.",
|
|
14554
|
+
"type": "PAGINATION_TOOLTIP_ALIGNMENT",
|
|
14555
|
+
"default": "\"center\""
|
|
14556
|
+
},
|
|
14557
|
+
{
|
|
14558
|
+
"name": "tooltipPosition",
|
|
14559
|
+
"attribute": "tooltip-position",
|
|
14560
|
+
"description": "Specify the position of the tooltip for the icon-only next/prev buttons.\nCan be one of: top, right, bottom, or left.",
|
|
14561
|
+
"type": "PAGINATION_TOOLTIP_POSITION",
|
|
14562
|
+
"default": "\"bottom\""
|
|
14563
|
+
},
|
|
14564
|
+
{
|
|
14565
|
+
"name": "disableOverflow",
|
|
14566
|
+
"attribute": "disable-overflow",
|
|
14567
|
+
"description": "If true, the '...' pagination overflow will not render page links between the first and last rendered buttons.\nSet this to true if you are having performance problems with large data sets.",
|
|
14568
|
+
"type": "boolean | undefined"
|
|
14569
|
+
},
|
|
14570
|
+
{
|
|
14571
|
+
"name": "translateWithId",
|
|
14572
|
+
"description": "Translates component strings using your i18n tool.",
|
|
14573
|
+
"type": "(messageId: \"carbon.pagination-nav.next\" | \"carbon.pagination-nav.previous\" | \"carbon.pagination-nav.item\" | \"carbon.pagination-nav.active\" | \"carbon.pagination-nav.of\") => string",
|
|
14574
|
+
"default": "\"defaultTranslateWithId\""
|
|
14575
|
+
},
|
|
14576
|
+
{
|
|
14577
|
+
"name": "styles",
|
|
14578
|
+
"default": "\"styles\""
|
|
14579
|
+
}
|
|
14580
|
+
],
|
|
14581
|
+
"events": [
|
|
14582
|
+
{
|
|
14583
|
+
"name": "cds-page-changed",
|
|
14584
|
+
"description": "The custom event fired when the the page has been changed."
|
|
14585
|
+
}
|
|
14586
|
+
]
|
|
14587
|
+
},
|
|
13770
14588
|
{
|
|
13771
14589
|
"name": "cds-pagination",
|
|
13772
14590
|
"path": "./src/components/pagination/pagination.ts",
|