@cumulus-ui/components 0.1.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/LICENSE +13 -0
- package/README.md +25 -0
- package/dist/alert/interfaces.d.ts +107 -0
- package/dist/alert/interfaces.d.ts.map +1 -0
- package/dist/anchor-navigation/index.d.ts +5 -0
- package/dist/anchor-navigation/index.d.ts.map +1 -0
- package/dist/anchor-navigation/interfaces.d.ts +54 -0
- package/dist/anchor-navigation/interfaces.d.ts.map +1 -0
- package/dist/anchor-navigation/internal.d.ts +23 -0
- package/dist/anchor-navigation/internal.d.ts.map +1 -0
- package/dist/anchor-navigation/styles.d.ts +5 -0
- package/dist/anchor-navigation/styles.d.ts.map +1 -0
- package/dist/annotation-context/interfaces.d.ts +47 -0
- package/dist/annotation-context/interfaces.d.ts.map +1 -0
- package/dist/app-layout/interfaces.d.ts +264 -0
- package/dist/app-layout/interfaces.d.ts.map +1 -0
- package/dist/app-layout-toolbar/interfaces.d.ts +51 -0
- package/dist/app-layout-toolbar/interfaces.d.ts.map +1 -0
- package/dist/area-chart/interfaces.d.ts +55 -0
- package/dist/area-chart/interfaces.d.ts.map +1 -0
- package/dist/attribute-editor/interfaces.d.ts +159 -0
- package/dist/attribute-editor/interfaces.d.ts.map +1 -0
- package/dist/autosuggest/interfaces.d.ts +239 -0
- package/dist/autosuggest/interfaces.d.ts.map +1 -0
- package/dist/badge/index.d.ts +5 -0
- package/dist/badge/index.d.ts.map +1 -0
- package/dist/badge/interfaces.d.ts +26 -0
- package/dist/badge/interfaces.d.ts.map +1 -0
- package/dist/badge/internal.d.ts +8 -0
- package/dist/badge/internal.d.ts.map +1 -0
- package/dist/badge/styles.d.ts +5 -0
- package/dist/badge/styles.d.ts.map +1 -0
- package/dist/bar-chart/interfaces.d.ts +32 -0
- package/dist/bar-chart/interfaces.d.ts.map +1 -0
- package/dist/box/index.d.ts +5 -0
- package/dist/box/index.d.ts.map +1 -0
- package/dist/box/interfaces.d.ts +131 -0
- package/dist/box/interfaces.d.ts.map +1 -0
- package/dist/box/internal.d.ts +18 -0
- package/dist/box/internal.d.ts.map +1 -0
- package/dist/box/styles.d.ts +5 -0
- package/dist/box/styles.d.ts.map +1 -0
- package/dist/breadcrumb-group/interfaces.d.ts +53 -0
- package/dist/breadcrumb-group/interfaces.d.ts.map +1 -0
- package/dist/button/interfaces.d.ts +190 -0
- package/dist/button/interfaces.d.ts.map +1 -0
- package/dist/button-dropdown/interfaces.d.ts +380 -0
- package/dist/button-dropdown/interfaces.d.ts.map +1 -0
- package/dist/button-group/interfaces.d.ts +224 -0
- package/dist/button-group/interfaces.d.ts.map +1 -0
- package/dist/calendar/interfaces.d.ts +116 -0
- package/dist/calendar/interfaces.d.ts.map +1 -0
- package/dist/cards/interfaces.d.ts +212 -0
- package/dist/cards/interfaces.d.ts.map +1 -0
- package/dist/checkbox/base-checkbox.d.ts +44 -0
- package/dist/checkbox/base-checkbox.d.ts.map +1 -0
- package/dist/checkbox/index.d.ts +5 -0
- package/dist/checkbox/index.d.ts.map +1 -0
- package/dist/checkbox/interfaces.d.ts +73 -0
- package/dist/checkbox/interfaces.d.ts.map +1 -0
- package/dist/checkbox/internal.d.ts +22 -0
- package/dist/checkbox/internal.d.ts.map +1 -0
- package/dist/checkbox/styles.d.ts +5 -0
- package/dist/checkbox/styles.d.ts.map +1 -0
- package/dist/code-editor/interfaces.d.ts +132 -0
- package/dist/code-editor/interfaces.d.ts.map +1 -0
- package/dist/collection-preferences/interfaces.d.ts +287 -0
- package/dist/collection-preferences/interfaces.d.ts.map +1 -0
- package/dist/column-layout/interfaces.d.ts +41 -0
- package/dist/column-layout/interfaces.d.ts.map +1 -0
- package/dist/container/interfaces.d.ts +124 -0
- package/dist/container/interfaces.d.ts.map +1 -0
- package/dist/content-layout/interfaces.d.ts +44 -0
- package/dist/content-layout/interfaces.d.ts.map +1 -0
- package/dist/copy-to-clipboard/interfaces.d.ts +66 -0
- package/dist/copy-to-clipboard/interfaces.d.ts.map +1 -0
- package/dist/date-input/interfaces.d.ts +39 -0
- package/dist/date-input/interfaces.d.ts.map +1 -0
- package/dist/date-picker/interfaces.d.ts +111 -0
- package/dist/date-picker/interfaces.d.ts.map +1 -0
- package/dist/date-range-picker/interfaces.d.ts +496 -0
- package/dist/date-range-picker/interfaces.d.ts.map +1 -0
- package/dist/drawer/interfaces.d.ts +25 -0
- package/dist/drawer/interfaces.d.ts.map +1 -0
- package/dist/dropdown/interfaces.d.ts +111 -0
- package/dist/dropdown/interfaces.d.ts.map +1 -0
- package/dist/error-boundary/interfaces.d.ts +93 -0
- package/dist/error-boundary/interfaces.d.ts.map +1 -0
- package/dist/expandable-section/interfaces.d.ts +70 -0
- package/dist/expandable-section/interfaces.d.ts.map +1 -0
- package/dist/file-dropzone/index.d.ts +5 -0
- package/dist/file-dropzone/index.d.ts.map +1 -0
- package/dist/file-dropzone/interfaces.d.ts +8 -0
- package/dist/file-dropzone/interfaces.d.ts.map +1 -0
- package/dist/file-dropzone/internal.d.ts +14 -0
- package/dist/file-dropzone/internal.d.ts.map +1 -0
- package/dist/file-dropzone/styles.d.ts +5 -0
- package/dist/file-dropzone/styles.d.ts.map +1 -0
- package/dist/file-input/interfaces.d.ts +46 -0
- package/dist/file-input/interfaces.d.ts.map +1 -0
- package/dist/file-token-group/interfaces.d.ts +79 -0
- package/dist/file-token-group/interfaces.d.ts.map +1 -0
- package/dist/file-upload/interfaces.d.ts +92 -0
- package/dist/file-upload/interfaces.d.ts.map +1 -0
- package/dist/flashbar/interfaces.d.ts +210 -0
- package/dist/flashbar/interfaces.d.ts.map +1 -0
- package/dist/form/interfaces.d.ts +37 -0
- package/dist/form/interfaces.d.ts.map +1 -0
- package/dist/form-field/interfaces.d.ts +78 -0
- package/dist/form-field/interfaces.d.ts.map +1 -0
- package/dist/grid/index.d.ts +5 -0
- package/dist/grid/index.d.ts.map +1 -0
- package/dist/grid/interfaces.d.ts +47 -0
- package/dist/grid/interfaces.d.ts.map +1 -0
- package/dist/grid/internal.d.ts +16 -0
- package/dist/grid/internal.d.ts.map +1 -0
- package/dist/grid/styles.d.ts +5 -0
- package/dist/grid/styles.d.ts.map +1 -0
- package/dist/header/interfaces.d.ts +22 -0
- package/dist/header/interfaces.d.ts.map +1 -0
- package/dist/help-panel/interfaces.d.ts +15 -0
- package/dist/help-panel/interfaces.d.ts.map +1 -0
- package/dist/hotspot/interfaces.d.ts +19 -0
- package/dist/hotspot/interfaces.d.ts.map +1 -0
- package/dist/icon/icons/index.d.ts +4 -0
- package/dist/icon/icons/index.d.ts.map +1 -0
- package/dist/icon/index.d.ts +5 -0
- package/dist/icon/index.d.ts.map +1 -0
- package/dist/icon/interfaces.d.ts +45 -0
- package/dist/icon/interfaces.d.ts.map +1 -0
- package/dist/icon/internal.d.ts +17 -0
- package/dist/icon/internal.d.ts.map +1 -0
- package/dist/icon/styles.d.ts +5 -0
- package/dist/icon/styles.d.ts.map +1 -0
- package/dist/icon-provider/index.d.ts +5 -0
- package/dist/icon-provider/index.d.ts.map +1 -0
- package/dist/icon-provider/interfaces.d.ts +43 -0
- package/dist/icon-provider/interfaces.d.ts.map +1 -0
- package/dist/icon-provider/internal.d.ts +14 -0
- package/dist/icon-provider/internal.d.ts.map +1 -0
- package/dist/index.d.ts +33 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +4541 -0
- package/dist/input/interfaces.d.ts +181 -0
- package/dist/input/interfaces.d.ts.map +1 -0
- package/dist/internal/components/dropdown/internal.d.ts +27 -0
- package/dist/internal/components/dropdown/internal.d.ts.map +1 -0
- package/dist/internal/components/dropdown/styles.d.ts +2 -0
- package/dist/internal/components/dropdown/styles.d.ts.map +1 -0
- package/dist/internal/components/navigable-group/index.d.ts +3 -0
- package/dist/internal/components/navigable-group/index.d.ts.map +1 -0
- package/dist/internal/components/navigable-group/navigable-group-controller.d.ts +42 -0
- package/dist/internal/components/navigable-group/navigable-group-controller.d.ts.map +1 -0
- package/dist/internal/context/form-field-context.d.ts +11 -0
- package/dist/internal/context/form-field-context.d.ts.map +1 -0
- package/dist/internal/events.d.ts +10 -0
- package/dist/internal/events.d.ts.map +1 -0
- package/dist/internal/focus.d.ts +28 -0
- package/dist/internal/focus.d.ts.map +1 -0
- package/dist/internal/generated/cloudscape-types.d.ts +49 -0
- package/dist/internal/generated/cloudscape-types.d.ts.map +1 -0
- package/dist/internal/generated/component-manifest.d.ts +457 -0
- package/dist/internal/generated/component-manifest.d.ts.map +1 -0
- package/dist/internal/hooks/use-controllable.d.ts +25 -0
- package/dist/internal/hooks/use-controllable.d.ts.map +1 -0
- package/dist/internal/hooks/use-focus-tracker.d.ts +24 -0
- package/dist/internal/hooks/use-focus-tracker.d.ts.map +1 -0
- package/dist/internal/hooks/use-unique-id.d.ts +2 -0
- package/dist/internal/hooks/use-unique-id.d.ts.map +1 -0
- package/dist/internal/mixins/form-associated.d.ts +40 -0
- package/dist/internal/mixins/form-associated.d.ts.map +1 -0
- package/dist/internal/slot-utils.d.ts +10 -0
- package/dist/internal/slot-utils.d.ts.map +1 -0
- package/dist/internal/styles/abstract-switch.d.ts +2 -0
- package/dist/internal/styles/abstract-switch.d.ts.map +1 -0
- package/dist/internal/styles/autosuggest-input.d.ts +2 -0
- package/dist/internal/styles/autosuggest-input.d.ts.map +1 -0
- package/dist/internal/styles/button-trigger.d.ts +2 -0
- package/dist/internal/styles/button-trigger.d.ts.map +1 -0
- package/dist/internal/styles/cartesian-chart.d.ts +2 -0
- package/dist/internal/styles/cartesian-chart.d.ts.map +1 -0
- package/dist/internal/styles/chart-filter.d.ts +2 -0
- package/dist/internal/styles/chart-filter.d.ts.map +1 -0
- package/dist/internal/styles/chart-legend.d.ts +2 -0
- package/dist/internal/styles/chart-legend.d.ts.map +1 -0
- package/dist/internal/styles/chart-plot.d.ts +2 -0
- package/dist/internal/styles/chart-plot.d.ts.map +1 -0
- package/dist/internal/styles/chart-popover.d.ts +2 -0
- package/dist/internal/styles/chart-popover.d.ts.map +1 -0
- package/dist/internal/styles/chart-series-details.d.ts +2 -0
- package/dist/internal/styles/chart-series-details.d.ts.map +1 -0
- package/dist/internal/styles/chart-series-marker.d.ts +2 -0
- package/dist/internal/styles/chart-series-marker.d.ts.map +1 -0
- package/dist/internal/styles/chart-status-container.d.ts +2 -0
- package/dist/internal/styles/chart-status-container.d.ts.map +1 -0
- package/dist/internal/styles/chart-wrapper.d.ts +2 -0
- package/dist/internal/styles/chart-wrapper.d.ts.map +1 -0
- package/dist/internal/styles/checkbox-icon.d.ts +2 -0
- package/dist/internal/styles/checkbox-icon.d.ts.map +1 -0
- package/dist/internal/styles/drag-handle-wrapper.d.ts +2 -0
- package/dist/internal/styles/drag-handle-wrapper.d.ts.map +1 -0
- package/dist/internal/styles/drag-handle.d.ts +2 -0
- package/dist/internal/styles/drag-handle.d.ts.map +1 -0
- package/dist/internal/styles/dropdown-footer.d.ts +2 -0
- package/dist/internal/styles/dropdown-footer.d.ts.map +1 -0
- package/dist/internal/styles/dropdown-status.d.ts +2 -0
- package/dist/internal/styles/dropdown-status.d.ts.map +1 -0
- package/dist/internal/styles/dropdown.d.ts +2 -0
- package/dist/internal/styles/dropdown.d.ts.map +1 -0
- package/dist/internal/styles/expand-toggle-button.d.ts +2 -0
- package/dist/internal/styles/expand-toggle-button.d.ts.map +1 -0
- package/dist/internal/styles/global.d.ts +3 -0
- package/dist/internal/styles/global.d.ts.map +1 -0
- package/dist/internal/styles/menu-dropdown.d.ts +2 -0
- package/dist/internal/styles/menu-dropdown.d.ts.map +1 -0
- package/dist/internal/styles/option.d.ts +2 -0
- package/dist/internal/styles/option.d.ts.map +1 -0
- package/dist/internal/styles/options-list.d.ts +2 -0
- package/dist/internal/styles/options-list.d.ts.map +1 -0
- package/dist/internal/styles/panel-resize-handle.d.ts +2 -0
- package/dist/internal/styles/panel-resize-handle.d.ts.map +1 -0
- package/dist/internal/styles/radio-button.d.ts +2 -0
- package/dist/internal/styles/radio-button.d.ts.map +1 -0
- package/dist/internal/styles/screenreader-only.d.ts +2 -0
- package/dist/internal/styles/screenreader-only.d.ts.map +1 -0
- package/dist/internal/styles/selectable-item.d.ts +2 -0
- package/dist/internal/styles/selectable-item.d.ts.map +1 -0
- package/dist/internal/styles/shared.d.ts +3 -0
- package/dist/internal/styles/shared.d.ts.map +1 -0
- package/dist/internal/styles/sortable-area.d.ts +2 -0
- package/dist/internal/styles/sortable-area.d.ts.map +1 -0
- package/dist/internal/styles/structured-item.d.ts +2 -0
- package/dist/internal/styles/structured-item.d.ts.map +1 -0
- package/dist/internal/styles/tab-trap.d.ts +2 -0
- package/dist/internal/styles/tab-trap.d.ts.map +1 -0
- package/dist/internal/styles/token-list.d.ts +2 -0
- package/dist/internal/styles/token-list.d.ts.map +1 -0
- package/dist/internal/styles/tooltip.d.ts +2 -0
- package/dist/internal/styles/tooltip.d.ts.map +1 -0
- package/dist/internal/theming.d.ts +2 -0
- package/dist/internal/theming.d.ts.map +1 -0
- package/dist/internal/token-utils.d.ts +46 -0
- package/dist/internal/token-utils.d.ts.map +1 -0
- package/dist/internal/tokens.d.ts +119 -0
- package/dist/internal/tokens.d.ts.map +1 -0
- package/dist/internal/utils/debounce.d.ts +8 -0
- package/dist/internal/utils/debounce.d.ts.map +1 -0
- package/dist/internal/utils/dom.d.ts +12 -0
- package/dist/internal/utils/dom.d.ts.map +1 -0
- package/dist/internal/utils/strings.d.ts +5 -0
- package/dist/internal/utils/strings.d.ts.map +1 -0
- package/dist/internal/utils/throttle.d.ts +7 -0
- package/dist/internal/utils/throttle.d.ts.map +1 -0
- package/dist/item-card/interfaces.d.ts +86 -0
- package/dist/item-card/interfaces.d.ts.map +1 -0
- package/dist/key-value-pairs/interfaces.d.ts +59 -0
- package/dist/key-value-pairs/interfaces.d.ts.map +1 -0
- package/dist/line-chart/interfaces.d.ts +18 -0
- package/dist/line-chart/interfaces.d.ts.map +1 -0
- package/dist/link/interfaces.d.ts +107 -0
- package/dist/link/interfaces.d.ts.map +1 -0
- package/dist/list/index.d.ts +5 -0
- package/dist/list/index.d.ts.map +1 -0
- package/dist/list/interfaces.d.ts +77 -0
- package/dist/list/interfaces.d.ts.map +1 -0
- package/dist/list/internal.d.ts +28 -0
- package/dist/list/internal.d.ts.map +1 -0
- package/dist/list/styles.d.ts +5 -0
- package/dist/list/styles.d.ts.map +1 -0
- package/dist/live-region/index.d.ts +5 -0
- package/dist/live-region/index.d.ts.map +1 -0
- package/dist/live-region/interfaces.d.ts +20 -0
- package/dist/live-region/interfaces.d.ts.map +1 -0
- package/dist/live-region/internal.d.ts +10 -0
- package/dist/live-region/internal.d.ts.map +1 -0
- package/dist/live-region/styles.d.ts +5 -0
- package/dist/live-region/styles.d.ts.map +1 -0
- package/dist/mixed-line-bar-chart/interfaces.d.ts +118 -0
- package/dist/mixed-line-bar-chart/interfaces.d.ts.map +1 -0
- package/dist/modal/interfaces.d.ts +91 -0
- package/dist/modal/interfaces.d.ts.map +1 -0
- package/dist/multiselect/interfaces.d.ts +121 -0
- package/dist/multiselect/interfaces.d.ts.map +1 -0
- package/dist/navigable-group/interfaces.d.ts +26 -0
- package/dist/navigable-group/interfaces.d.ts.map +1 -0
- package/dist/pagination/interfaces.d.ts +59 -0
- package/dist/pagination/interfaces.d.ts.map +1 -0
- package/dist/panel-layout/interfaces.d.ts +88 -0
- package/dist/panel-layout/interfaces.d.ts.map +1 -0
- package/dist/pie-chart/interfaces.d.ts +209 -0
- package/dist/pie-chart/interfaces.d.ts.map +1 -0
- package/dist/popover/interfaces.d.ts +92 -0
- package/dist/popover/interfaces.d.ts.map +1 -0
- package/dist/progress-bar/interfaces.d.ts +74 -0
- package/dist/progress-bar/interfaces.d.ts.map +1 -0
- package/dist/prompt-input/interfaces.d.ts +123 -0
- package/dist/prompt-input/interfaces.d.ts.map +1 -0
- package/dist/property-filter/interfaces.d.ts +344 -0
- package/dist/property-filter/interfaces.d.ts.map +1 -0
- package/dist/radio-button/interfaces.d.ts +2 -0
- package/dist/radio-button/interfaces.d.ts.map +1 -0
- package/dist/radio-group/index.d.ts +5 -0
- package/dist/radio-group/index.d.ts.map +1 -0
- package/dist/radio-group/interfaces.d.ts +76 -0
- package/dist/radio-group/interfaces.d.ts.map +1 -0
- package/dist/radio-group/internal.d.ts +33 -0
- package/dist/radio-group/internal.d.ts.map +1 -0
- package/dist/radio-group/styles.d.ts +5 -0
- package/dist/radio-group/styles.d.ts.map +1 -0
- package/dist/s3-resource-selector/interfaces.d.ts +234 -0
- package/dist/s3-resource-selector/interfaces.d.ts.map +1 -0
- package/dist/segmented-control/interfaces.d.ts +82 -0
- package/dist/segmented-control/interfaces.d.ts.map +1 -0
- package/dist/select/interfaces.d.ts +207 -0
- package/dist/select/interfaces.d.ts.map +1 -0
- package/dist/side-navigation/interfaces.d.ts +148 -0
- package/dist/side-navigation/interfaces.d.ts.map +1 -0
- package/dist/slider/interfaces.d.ts +98 -0
- package/dist/slider/interfaces.d.ts.map +1 -0
- package/dist/space-between/index.d.ts +5 -0
- package/dist/space-between/index.d.ts.map +1 -0
- package/dist/space-between/interfaces.d.ts +21 -0
- package/dist/space-between/interfaces.d.ts.map +1 -0
- package/dist/space-between/internal.d.ts +10 -0
- package/dist/space-between/internal.d.ts.map +1 -0
- package/dist/space-between/styles.d.ts +5 -0
- package/dist/space-between/styles.d.ts.map +1 -0
- package/dist/spinner/index.d.ts +5 -0
- package/dist/spinner/index.d.ts.map +1 -0
- package/dist/spinner/interfaces.d.ts +15 -0
- package/dist/spinner/interfaces.d.ts.map +1 -0
- package/dist/spinner/internal.d.ts +9 -0
- package/dist/spinner/internal.d.ts.map +1 -0
- package/dist/spinner/styles.d.ts +5 -0
- package/dist/spinner/styles.d.ts.map +1 -0
- package/dist/split-panel/interfaces.d.ts +64 -0
- package/dist/split-panel/interfaces.d.ts.map +1 -0
- package/dist/status-indicator/interfaces.d.ts +26 -0
- package/dist/status-indicator/interfaces.d.ts.map +1 -0
- package/dist/steps/interfaces.d.ts +53 -0
- package/dist/steps/interfaces.d.ts.map +1 -0
- package/dist/table/interfaces.d.ts +534 -0
- package/dist/table/interfaces.d.ts.map +1 -0
- package/dist/tabs/interfaces.d.ts +214 -0
- package/dist/tabs/interfaces.d.ts.map +1 -0
- package/dist/tag-editor/interfaces.d.ts +121 -0
- package/dist/tag-editor/interfaces.d.ts.map +1 -0
- package/dist/text-content/index.d.ts +5 -0
- package/dist/text-content/index.d.ts.map +1 -0
- package/dist/text-content/interfaces.d.ts +3 -0
- package/dist/text-content/interfaces.d.ts.map +1 -0
- package/dist/text-content/internal.d.ts +6 -0
- package/dist/text-content/internal.d.ts.map +1 -0
- package/dist/text-content/styles.d.ts +5 -0
- package/dist/text-content/styles.d.ts.map +1 -0
- package/dist/text-filter/interfaces.d.ts +102 -0
- package/dist/text-filter/interfaces.d.ts.map +1 -0
- package/dist/textarea/interfaces.d.ts +83 -0
- package/dist/textarea/interfaces.d.ts.map +1 -0
- package/dist/tiles/index.d.ts +5 -0
- package/dist/tiles/index.d.ts.map +1 -0
- package/dist/tiles/interfaces.d.ts +71 -0
- package/dist/tiles/interfaces.d.ts.map +1 -0
- package/dist/tiles/internal.d.ts +34 -0
- package/dist/tiles/internal.d.ts.map +1 -0
- package/dist/tiles/styles.d.ts +5 -0
- package/dist/tiles/styles.d.ts.map +1 -0
- package/dist/time-input/interfaces.d.ts +31 -0
- package/dist/time-input/interfaces.d.ts.map +1 -0
- package/dist/toggle/interfaces.d.ts +53 -0
- package/dist/toggle/interfaces.d.ts.map +1 -0
- package/dist/toggle-button/interfaces.d.ts +49 -0
- package/dist/toggle-button/interfaces.d.ts.map +1 -0
- package/dist/token/interfaces.d.ts +89 -0
- package/dist/token/interfaces.d.ts.map +1 -0
- package/dist/token-group/interfaces.d.ts +76 -0
- package/dist/token-group/interfaces.d.ts.map +1 -0
- package/dist/tooltip/interfaces.d.ts +30 -0
- package/dist/tooltip/interfaces.d.ts.map +1 -0
- package/dist/top-navigation/interfaces.d.ts +112 -0
- package/dist/top-navigation/interfaces.d.ts.map +1 -0
- package/dist/tree-view/index.d.ts +5 -0
- package/dist/tree-view/index.d.ts.map +1 -0
- package/dist/tree-view/interfaces.d.ts +79 -0
- package/dist/tree-view/interfaces.d.ts.map +1 -0
- package/dist/tree-view/internal.d.ts +24 -0
- package/dist/tree-view/internal.d.ts.map +1 -0
- package/dist/tree-view/styles.d.ts +5 -0
- package/dist/tree-view/styles.d.ts.map +1 -0
- package/dist/tutorial-panel/interfaces.d.ts +180 -0
- package/dist/tutorial-panel/interfaces.d.ts.map +1 -0
- package/dist/wizard/interfaces.d.ts +128 -0
- package/dist/wizard/interfaces.d.ts.map +1 -0
- package/package.json +62 -0
|
@@ -0,0 +1,214 @@
|
|
|
1
|
+
import { ButtonProps } from '../button/interfaces.js';
|
|
2
|
+
import { ContainerProps } from '../container/interfaces.js';
|
|
3
|
+
export interface TabsProps {
|
|
4
|
+
/**
|
|
5
|
+
* Specifies the tabs to display. Each tab object has the following properties:
|
|
6
|
+
*
|
|
7
|
+
* - `id` (string) - The tab identifier. This value needs to be passed to the Tabs component as `activeTabId` to select this tab.
|
|
8
|
+
* - `label` (unknown) - Tab label shown in the UI.
|
|
9
|
+
* - `content` (unknown) - (Optional) Tab content to render in the container.
|
|
10
|
+
* - `disabled` (boolean) - (Optional) Specifies if this tab is disabled.
|
|
11
|
+
* - `disabledReason` (string) - (Optional) Displays tooltip near the tab when disabled. Use to provide additional context.
|
|
12
|
+
* - `dismissible` (boolean) - (Optional) Determines whether the tab includes a dismiss icon button. By default, the dismiss button is not included.
|
|
13
|
+
* - `dismissLabel` (boolean) - (Optional) Specifies an aria-label for the dismiss icon button.
|
|
14
|
+
* - `dismissDisabled` (boolean) - (Optional) Determines whether the dismiss button is disabled.
|
|
15
|
+
* - `action` (unknown) - (Optional) Action for the tab, rendered next to its corresponding label.
|
|
16
|
+
* Although it is technically possible to insert any content, our UX guidelines only allow you to add
|
|
17
|
+
* an icon button or icon button dropdown.
|
|
18
|
+
* - `onDismiss` (ButtonProps['onClick']) - (Optional) Called when a user clicks on the dismiss button.
|
|
19
|
+
* - `href` (string) - (Optional) You can use this parameter to change the default `href` of the internal tab anchor. The
|
|
20
|
+
* `click` event default behavior is prevented, unless the user clicks the tab with a key modifier (that is, CTRL,
|
|
21
|
+
* ALT, SHIFT, META). This enables the user to open new browser tabs with an initially selected component tab,
|
|
22
|
+
* if your application routing can handle such deep links. You can manually update routing on the current page
|
|
23
|
+
* using the `activeTabHref` property of the `change` event's detail.
|
|
24
|
+
* - `contentRenderStrategy` (string) - (Optional) Determines when tab content is rendered:
|
|
25
|
+
- `'active'`: (Default) Only render content when the tab is active.
|
|
26
|
+
* - `'eager'`: Always render tab content (hidden when the tab is not active).
|
|
27
|
+
* - `'lazy'`: Like 'eager', but content is only rendered after the tab is first activated.
|
|
28
|
+
*/
|
|
29
|
+
tabs: ReadonlyArray<TabsProps.Tab>;
|
|
30
|
+
/** @slot actions — Actions for the tabs header, displayed next to the list of tabs */
|
|
31
|
+
/**
|
|
32
|
+
* The possible visual variants of tabs are the following:
|
|
33
|
+
* * `default` - Use in any context.
|
|
34
|
+
* * `container` - Use this variant to have the tabs displayed within a container header.
|
|
35
|
+
* * `stacked` - Use this variant directly adjacent to other stacked containers (such as a container, table).
|
|
36
|
+
* @visualrefresh `stacked` variant
|
|
37
|
+
*/
|
|
38
|
+
variant?: TabsProps.Variant;
|
|
39
|
+
/** @event change — CustomEvent<TabsProps.ChangeDetail> */
|
|
40
|
+
/**
|
|
41
|
+
* The `id` of the currently active tab.
|
|
42
|
+
* * If you don't set this property, the component activates the first tab and switches tabs automatically when a tab header is clicked (that is, uncontrolled behavior).
|
|
43
|
+
* * If you explicitly set this property, you must set define an `onChange` handler to update the property when a tab header is clicked (that is, controlled behavior).
|
|
44
|
+
*/
|
|
45
|
+
activeTabId?: string;
|
|
46
|
+
/**
|
|
47
|
+
* Provides an `aria-label` to the tab container.
|
|
48
|
+
* Don't use `ariaLabel` and `ariaLabelledby` at the same time.
|
|
49
|
+
*/
|
|
50
|
+
ariaLabel?: string;
|
|
51
|
+
/**
|
|
52
|
+
* Sets the `aria-labelledby` property on the tab container.
|
|
53
|
+
* If there's a visible label element that you can reference, use this instead of `ariaLabel`.
|
|
54
|
+
* Don't use `ariaLabel` and `ariaLabelledby` at the same time.
|
|
55
|
+
*/
|
|
56
|
+
ariaLabelledby?: string;
|
|
57
|
+
/**
|
|
58
|
+
* Determines whether the tab content has padding. If `true`, removes the default padding from the tab content area.
|
|
59
|
+
*/
|
|
60
|
+
disableContentPaddings?: boolean;
|
|
61
|
+
/**
|
|
62
|
+
* An object containing all the necessary localized strings required by the component.
|
|
63
|
+
* @i18n
|
|
64
|
+
*/
|
|
65
|
+
i18nStrings?: TabsProps.I18nStrings;
|
|
66
|
+
/**
|
|
67
|
+
* Enabling this property makes the tab content fit to the available height.
|
|
68
|
+
* If the tab content is too short, it will stretch. If the tab content is too long, a vertical scrollbar will be shown.
|
|
69
|
+
*/
|
|
70
|
+
fitHeight?: boolean;
|
|
71
|
+
/**
|
|
72
|
+
* Determines how the active tab is switched when navigating using
|
|
73
|
+
* the keyboard. The options are:
|
|
74
|
+
* - 'automatic' (default): the active tab is switched using the arrow keys.
|
|
75
|
+
* - 'manual': a tab must be explicitly activated using the enter/space key.
|
|
76
|
+
* We recommend using 'automatic' in most situations to provide consistent
|
|
77
|
+
* and quick switching between tabs. Use 'manual' only if there is a specific
|
|
78
|
+
* need to introduce friction to the switching of tabs.
|
|
79
|
+
*/
|
|
80
|
+
keyboardActivationMode?: 'automatic' | 'manual';
|
|
81
|
+
/**
|
|
82
|
+
* An object containing CSS properties to customize the tabs' visual appearance.
|
|
83
|
+
* Refer to the [style](/components/tabs/?tabId=style) tab for more details.
|
|
84
|
+
*/
|
|
85
|
+
style?: TabsProps.Style;
|
|
86
|
+
}
|
|
87
|
+
export declare namespace TabsProps {
|
|
88
|
+
type Variant = 'default' | 'container' | 'stacked';
|
|
89
|
+
interface Tab {
|
|
90
|
+
/**
|
|
91
|
+
* The tab id. This value will be need to be passed to the Tabs component as `activeTabId` to select this tab.
|
|
92
|
+
*/
|
|
93
|
+
id: string;
|
|
94
|
+
/**
|
|
95
|
+
* Tab label shown in the UI.
|
|
96
|
+
*/
|
|
97
|
+
label: unknown;
|
|
98
|
+
/**
|
|
99
|
+
* Tab content to render in the container.
|
|
100
|
+
*/
|
|
101
|
+
content?: unknown;
|
|
102
|
+
/**
|
|
103
|
+
* Whether this tab is disabled.
|
|
104
|
+
*/
|
|
105
|
+
disabled?: boolean;
|
|
106
|
+
/**
|
|
107
|
+
* Provides a reason why this tab is disabled.
|
|
108
|
+
*/
|
|
109
|
+
disabledReason?: string;
|
|
110
|
+
/**
|
|
111
|
+
* (Optional) Determines whether the tab includes a dismiss icon button. By default, the dismiss button is not included.
|
|
112
|
+
* When a user clicks on this button the onDismiss handler is called.
|
|
113
|
+
*/
|
|
114
|
+
dismissible?: boolean;
|
|
115
|
+
/**
|
|
116
|
+
* (Optional) Specifies an aria-label for the dismiss icon button.
|
|
117
|
+
*/
|
|
118
|
+
dismissLabel?: string;
|
|
119
|
+
/**
|
|
120
|
+
* (Optional) Determines whether the dismiss button is disabled.
|
|
121
|
+
*/
|
|
122
|
+
dismissDisabled?: boolean;
|
|
123
|
+
/**
|
|
124
|
+
* (Optional) Action for the tab, rendered next to its corresponding label.
|
|
125
|
+
* Although it is technically possible to insert any content, our UX guidelines only allow you to add
|
|
126
|
+
* an icon button or icon button dropdown.
|
|
127
|
+
*/
|
|
128
|
+
action?: unknown;
|
|
129
|
+
/**
|
|
130
|
+
* (event => void) Called when a user clicks on the dismiss button.
|
|
131
|
+
*/
|
|
132
|
+
onDismiss?: ButtonProps['onClick'];
|
|
133
|
+
/**
|
|
134
|
+
* You can use this parameter to change the default `href` of the internal tab anchor. The
|
|
135
|
+
* `click` event default behavior is prevented, unless the user clicks the tab with a key modifier (CTRL,
|
|
136
|
+
* ALT, SHIFT, META). This allows to open new browser tabs with an initially selected component tab,
|
|
137
|
+
* when the routing can handle such deep links. You can manually update routing on the current page
|
|
138
|
+
* using the `activeTabHref` property of the `change` event's detail.
|
|
139
|
+
*/
|
|
140
|
+
href?: string;
|
|
141
|
+
/**
|
|
142
|
+
* Determines when tab content is rendered:
|
|
143
|
+
* - 'active' (default): Only render content when the tab is active.
|
|
144
|
+
* - 'eager': Always render tab content (hidden when the tab is not active).
|
|
145
|
+
* - 'lazy': Like 'eager', but content is only rendered after the tab is first activated.
|
|
146
|
+
*/
|
|
147
|
+
contentRenderStrategy?: 'active' | 'eager' | 'lazy';
|
|
148
|
+
}
|
|
149
|
+
interface ChangeDetail {
|
|
150
|
+
/**
|
|
151
|
+
* The ID of the clicked tab.
|
|
152
|
+
*/
|
|
153
|
+
activeTabId: string;
|
|
154
|
+
/**
|
|
155
|
+
* The `href` attribute of the clicked tab, if defined.
|
|
156
|
+
*/
|
|
157
|
+
activeTabHref?: string;
|
|
158
|
+
}
|
|
159
|
+
interface I18nStrings {
|
|
160
|
+
/**
|
|
161
|
+
* ARIA label for the scroll left button that appears when the tab header is wider than the container.
|
|
162
|
+
*/
|
|
163
|
+
scrollLeftAriaLabel?: string;
|
|
164
|
+
/**
|
|
165
|
+
* ARIA label for the scroll right button that appears when the tab header is wider than the container.
|
|
166
|
+
*/
|
|
167
|
+
scrollRightAriaLabel?: string;
|
|
168
|
+
/**
|
|
169
|
+
* ARIA role description for the Tabs component when an action or dismissible prop is in use. This is used
|
|
170
|
+
* with role="application" to provide further information on the purpose of this component
|
|
171
|
+
*/
|
|
172
|
+
tabsWithActionsAriaRoleDescription?: string;
|
|
173
|
+
}
|
|
174
|
+
interface Style {
|
|
175
|
+
container?: ContainerProps.Style;
|
|
176
|
+
tab?: {
|
|
177
|
+
backgroundColor?: {
|
|
178
|
+
active?: string;
|
|
179
|
+
default?: string;
|
|
180
|
+
disabled?: string;
|
|
181
|
+
hover?: string;
|
|
182
|
+
};
|
|
183
|
+
borderColor?: {
|
|
184
|
+
active?: string;
|
|
185
|
+
default?: string;
|
|
186
|
+
disabled?: string;
|
|
187
|
+
hover?: string;
|
|
188
|
+
};
|
|
189
|
+
borderRadius?: string;
|
|
190
|
+
borderWidth?: string;
|
|
191
|
+
color?: {
|
|
192
|
+
active?: string;
|
|
193
|
+
default?: string;
|
|
194
|
+
disabled?: string;
|
|
195
|
+
hover?: string;
|
|
196
|
+
};
|
|
197
|
+
fontSize?: string;
|
|
198
|
+
fontWeight?: string;
|
|
199
|
+
focusRing?: FocusRingStyle;
|
|
200
|
+
paddingBlock?: string;
|
|
201
|
+
paddingInline?: string;
|
|
202
|
+
activeIndicator?: {
|
|
203
|
+
color?: string;
|
|
204
|
+
width?: string;
|
|
205
|
+
borderRadius?: string;
|
|
206
|
+
};
|
|
207
|
+
};
|
|
208
|
+
tabSeparator?: {
|
|
209
|
+
color?: string;
|
|
210
|
+
width?: string;
|
|
211
|
+
};
|
|
212
|
+
}
|
|
213
|
+
}
|
|
214
|
+
//# sourceMappingURL=interfaces.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"interfaces.d.ts","sourceRoot":"","sources":["../../src/tabs/interfaces.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,121 @@
|
|
|
1
|
+
import { AutosuggestProps } from '../autosuggest/interfaces.js';
|
|
2
|
+
export interface TagEditorProps {
|
|
3
|
+
/**
|
|
4
|
+
* Specifies an array of tags that are displayed to the user. Each tag item has the following properties:
|
|
5
|
+
* - `key` (string) - The key of the tag that's displayed in the corresponding key field.
|
|
6
|
+
* - `value` (string) - The value of the tag that's displayed in the corresponding value field.
|
|
7
|
+
* - `existing` (boolean) - Specifies if this is an existing tag for the resource.
|
|
8
|
+
* When set to `true`, if the tag is deleted its `markedForRemoval` property is to `true`.
|
|
9
|
+
* When set to `false`, deletion of the tag removes the tag from the `tags` list.
|
|
10
|
+
* - `markedForRemoval` (boolean) - Specifies if this tag has been marked for removal.
|
|
11
|
+
* This property is set to `true` by the component when a user removes an existing tag.
|
|
12
|
+
* The item will remain in the `tags` list. When set to `true`, the user is presented with the option to undo the removal operation.
|
|
13
|
+
* - `valueSuggestionOptions` (Array<AutosuggestProps.Option>) - An array of autosuggest suggestion options associated with the specified tag key.
|
|
14
|
+
*/
|
|
15
|
+
tags?: ReadonlyArray<TagEditorProps.Tag>;
|
|
16
|
+
/**
|
|
17
|
+
* An object containing all the necessary localized strings required by the component.
|
|
18
|
+
* @i18n
|
|
19
|
+
*/
|
|
20
|
+
i18nStrings?: TagEditorProps.I18nStrings;
|
|
21
|
+
/**
|
|
22
|
+
* Renders the component in a loading state.
|
|
23
|
+
*/
|
|
24
|
+
loading?: boolean;
|
|
25
|
+
/**
|
|
26
|
+
* Specifies the maximum number of tags that a customer can add.
|
|
27
|
+
*/
|
|
28
|
+
tagLimit?: number;
|
|
29
|
+
/**
|
|
30
|
+
* Specifies a regular expression string that overrides the default acceptable
|
|
31
|
+
* character validation. You should use this property only when absolutely necessary.
|
|
32
|
+
*/
|
|
33
|
+
allowedCharacterPattern?: string;
|
|
34
|
+
/**
|
|
35
|
+
* Specifies a function that returns all the keys for a resource.
|
|
36
|
+
* The expected return type of the function should be a promise that
|
|
37
|
+
* resolves to a list of strings of all the keys (for example, `['key1', 'key2']`).
|
|
38
|
+
*/
|
|
39
|
+
keysRequest?: (key: string) => Promise<ReadonlyArray<string>>;
|
|
40
|
+
/**
|
|
41
|
+
* Specifies a function that returns all the values for a specified key
|
|
42
|
+
* of a resource. The expected return type of the function should be a promise
|
|
43
|
+
* that resolves to a list of strings of all the values (for example, `['value1', 'value2']`).
|
|
44
|
+
*
|
|
45
|
+
* You should return a rejected promise when the `key` parameter is an empty string.
|
|
46
|
+
*/
|
|
47
|
+
valuesRequest?: (key: string, value: string) => Promise<ReadonlyArray<string>>;
|
|
48
|
+
}
|
|
49
|
+
export declare namespace TagEditorProps {
|
|
50
|
+
interface Tag {
|
|
51
|
+
/**
|
|
52
|
+
* The key of the tag that will be displayed in the corresponding key field.
|
|
53
|
+
*/
|
|
54
|
+
key: string;
|
|
55
|
+
/**
|
|
56
|
+
* The value of the tag that will be displayed in the corresponding value field.
|
|
57
|
+
*/
|
|
58
|
+
value: string;
|
|
59
|
+
/**
|
|
60
|
+
* Whether this is an existing tag for the resource. If set to `true`, deletion of the tag will set the `markedForRemoval` property to `true`. If set to `false`, deletion of the tag will remove the tag from the `tags` list.
|
|
61
|
+
*/
|
|
62
|
+
existing: boolean;
|
|
63
|
+
/**
|
|
64
|
+
* Whether this tag has been marked for removal. This property will be set to `true` by the component when a user tries to remove an existing tag. The item will remain in the `tags` list. When set to `true`, the user will be presented with the option to undo the removal operation.
|
|
65
|
+
*/
|
|
66
|
+
markedForRemoval?: boolean;
|
|
67
|
+
/**
|
|
68
|
+
* An array of suggested values for the specified tag key.
|
|
69
|
+
*/
|
|
70
|
+
valueSuggestionOptions?: ReadonlyArray<AutosuggestProps.Option>;
|
|
71
|
+
}
|
|
72
|
+
interface I18nStrings {
|
|
73
|
+
keyPlaceholder?: string;
|
|
74
|
+
valuePlaceholder?: string;
|
|
75
|
+
addButton?: string;
|
|
76
|
+
removeButton?: string;
|
|
77
|
+
undoButton?: string;
|
|
78
|
+
undoPrompt?: string;
|
|
79
|
+
loading?: string;
|
|
80
|
+
keyHeader?: string;
|
|
81
|
+
valueHeader?: string;
|
|
82
|
+
optional?: string;
|
|
83
|
+
keySuggestion?: string;
|
|
84
|
+
valueSuggestion?: string;
|
|
85
|
+
tooManyKeysSuggestion?: string;
|
|
86
|
+
tooManyValuesSuggestion?: string;
|
|
87
|
+
emptyTags?: string;
|
|
88
|
+
errorIconAriaLabel?: string;
|
|
89
|
+
keysSuggestionLoading?: string;
|
|
90
|
+
keysSuggestionError?: string;
|
|
91
|
+
valuesSuggestionError?: string;
|
|
92
|
+
valuesSuggestionLoading?: string;
|
|
93
|
+
emptyKeyError?: string;
|
|
94
|
+
maxKeyCharLengthError?: string;
|
|
95
|
+
maxValueCharLengthError?: string;
|
|
96
|
+
duplicateKeyError?: string;
|
|
97
|
+
invalidKeyError?: string;
|
|
98
|
+
invalidValueError?: string;
|
|
99
|
+
awsPrefixError?: string;
|
|
100
|
+
clearAriaLabel?: string;
|
|
101
|
+
itemRemovedAriaLive?: string;
|
|
102
|
+
tagLimit?: (availableTags: number, tagLimit: number) => string;
|
|
103
|
+
tagLimitReached?: (tagLimit: number) => string;
|
|
104
|
+
tagLimitExceeded?: (tagLimit: number) => string;
|
|
105
|
+
enteredKeyLabel?: (enteredText: string) => string;
|
|
106
|
+
enteredValueLabel?: (enteredText: string) => string;
|
|
107
|
+
removeButtonAriaLabel?: (item: TagEditorProps.Tag) => string;
|
|
108
|
+
}
|
|
109
|
+
interface ChangeDetail {
|
|
110
|
+
tags: ReadonlyArray<TagEditorProps.Tag>;
|
|
111
|
+
valid: boolean;
|
|
112
|
+
}
|
|
113
|
+
interface Ref {
|
|
114
|
+
/**
|
|
115
|
+
* Focuses the first error within the component.
|
|
116
|
+
* If no error is present, no element is focused.
|
|
117
|
+
*/
|
|
118
|
+
focus(): void;
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
//# sourceMappingURL=interfaces.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"interfaces.d.ts","sourceRoot":"","sources":["../../src/tag-editor/interfaces.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/text-content/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,eAAe,CAAC;AAEtD,qBAAa,aAAc,SAAQ,qBAAqB;CAAG;AAI3D,YAAY,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"interfaces.d.ts","sourceRoot":"","sources":["../../src/text-content/interfaces.ts"],"names":[],"mappings":"AAEA,MAAM,WAAW,gBAAgB;CAEhC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"internal.d.ts","sourceRoot":"","sources":["../../src/text-content/internal.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAE,MAAM,KAAK,CAAC;AAK5C,qBAAa,qBAAsB,SAAQ,UAAU;IACnD,OAAgB,MAAM,4BAA+C;IAE5D,MAAM;CAOhB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../src/text-content/styles.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,YAAY,EAAE,MAAM,8BAA8B,CAAC;AAE5D,eAAO,MAAM,eAAe,yBA6N3B,CAAC;AAEF,OAAO,EAAE,eAAe,IAAI,iBAAiB,EAAE,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,CAAC"}
|
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
import { InputAutoCorrect } from '../input/interfaces.js';
|
|
2
|
+
export interface TextFilterProps extends InputAutoCorrect {
|
|
3
|
+
/**
|
|
4
|
+
* The current value of the filtering input.
|
|
5
|
+
*/
|
|
6
|
+
filteringText: string;
|
|
7
|
+
/**
|
|
8
|
+
* Placeholder for the filtering input.
|
|
9
|
+
*/
|
|
10
|
+
filteringPlaceholder?: string;
|
|
11
|
+
/**
|
|
12
|
+
* Label for the filtering input clear button.
|
|
13
|
+
*/
|
|
14
|
+
filteringClearAriaLabel?: string;
|
|
15
|
+
/**
|
|
16
|
+
* Accepts a human-readable, localized string that indicates the number of results. For example, "1 match" or "165 matches."
|
|
17
|
+
* If the total number of results is unknown, also include an indication that there may be more results than
|
|
18
|
+
* the number listed. For example, "25+ matches."
|
|
19
|
+
*
|
|
20
|
+
* The count text is only displayed when `filteringText` isn't empty.
|
|
21
|
+
* When the `countText` or `filteringText` changes, it will be announced to assistive technologies.
|
|
22
|
+
*/
|
|
23
|
+
countText?: string;
|
|
24
|
+
/**
|
|
25
|
+
* Set to `true` while the related collection is loading (e.g. during an async filtering action).
|
|
26
|
+
* If set to `true`, the live announcement of countText by assistive technologies will be paused until it changes back to `false`.
|
|
27
|
+
*/
|
|
28
|
+
loading?: boolean;
|
|
29
|
+
/**
|
|
30
|
+
* Specifies if the filtering input is disabled.
|
|
31
|
+
* For example, you can use it if you are fetching new items upon filtering change
|
|
32
|
+
* in order to prevent the user from changing the filtering text.
|
|
33
|
+
*/
|
|
34
|
+
disabled?: boolean;
|
|
35
|
+
/**
|
|
36
|
+
* Adds an `aria-label` on the filtering input.
|
|
37
|
+
*/
|
|
38
|
+
filteringAriaLabel?: string;
|
|
39
|
+
/** @event change — CustomEvent<TextFilterProps.ChangeDetail> */
|
|
40
|
+
/** @event delayedChange — CustomEvent<TextFilterProps.ChangeDetail> */
|
|
41
|
+
/**
|
|
42
|
+
* An object containing CSS properties to customize the text filter's visual appearance.
|
|
43
|
+
* Refer to the [style](/components/text-filter/?tabId=style) tab for more details.
|
|
44
|
+
*/
|
|
45
|
+
style?: TextFilterProps.Style;
|
|
46
|
+
}
|
|
47
|
+
export declare namespace TextFilterProps {
|
|
48
|
+
interface ChangeDetail {
|
|
49
|
+
filteringText: string;
|
|
50
|
+
}
|
|
51
|
+
interface Ref {
|
|
52
|
+
/**
|
|
53
|
+
* Sets focus on the underlying input control.
|
|
54
|
+
*/
|
|
55
|
+
focus(): void;
|
|
56
|
+
}
|
|
57
|
+
interface Style {
|
|
58
|
+
root?: {
|
|
59
|
+
backgroundColor?: {
|
|
60
|
+
default?: string;
|
|
61
|
+
disabled?: string;
|
|
62
|
+
focus?: string;
|
|
63
|
+
hover?: string;
|
|
64
|
+
readonly?: string;
|
|
65
|
+
};
|
|
66
|
+
borderColor?: {
|
|
67
|
+
default?: string;
|
|
68
|
+
disabled?: string;
|
|
69
|
+
focus?: string;
|
|
70
|
+
hover?: string;
|
|
71
|
+
readonly?: string;
|
|
72
|
+
};
|
|
73
|
+
borderRadius?: string;
|
|
74
|
+
borderWidth?: string;
|
|
75
|
+
boxShadow?: {
|
|
76
|
+
default?: string;
|
|
77
|
+
disabled?: string;
|
|
78
|
+
focus?: string;
|
|
79
|
+
hover?: string;
|
|
80
|
+
readonly?: string;
|
|
81
|
+
};
|
|
82
|
+
color?: {
|
|
83
|
+
default?: string;
|
|
84
|
+
disabled?: string;
|
|
85
|
+
focus?: string;
|
|
86
|
+
hover?: string;
|
|
87
|
+
readonly?: string;
|
|
88
|
+
};
|
|
89
|
+
fontSize?: string;
|
|
90
|
+
fontWeight?: string;
|
|
91
|
+
paddingBlock?: string;
|
|
92
|
+
paddingInline?: string;
|
|
93
|
+
};
|
|
94
|
+
placeholder?: {
|
|
95
|
+
color?: string;
|
|
96
|
+
fontSize?: string;
|
|
97
|
+
fontStyle?: string;
|
|
98
|
+
fontWeight?: string;
|
|
99
|
+
};
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
//# sourceMappingURL=interfaces.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"interfaces.d.ts","sourceRoot":"","sources":["../../src/text-filter/interfaces.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAC1D,MAAM,WAAW,eAAgB,SAAQ,gBAAgB;IACvD;;OAEG;IACH,aAAa,EAAE,MAAM,CAAC;IACtB;;OAEG;IACH,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B;;OAEG;IACH,uBAAuB,CAAC,EAAE,MAAM,CAAC;IACjC;;;;;;;OAOG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,gEAAgE;IAChE,uEAAuE;IACvE;;;OAGG;IACH,KAAK,CAAC,EAAE,eAAe,CAAC,KAAK,CAAC;CAC/B;AACD,MAAM,CAAC,OAAO,WAAW,eAAe,CAAC;IACvC,UAAU,YAAY;QACpB,aAAa,EAAE,MAAM,CAAC;KACvB;IACD,UAAU,GAAG;QACX;;WAEG;QACH,KAAK,IAAI,IAAI,CAAC;KACf;IACD,UAAU,KAAK;QACb,IAAI,CAAC,EAAE;YACL,eAAe,CAAC,EAAE;gBAChB,OAAO,CAAC,EAAE,MAAM,CAAC;gBACjB,QAAQ,CAAC,EAAE,MAAM,CAAC;gBAClB,KAAK,CAAC,EAAE,MAAM,CAAC;gBACf,KAAK,CAAC,EAAE,MAAM,CAAC;gBACf,QAAQ,CAAC,EAAE,MAAM,CAAC;aACnB,CAAC;YACF,WAAW,CAAC,EAAE;gBACZ,OAAO,CAAC,EAAE,MAAM,CAAC;gBACjB,QAAQ,CAAC,EAAE,MAAM,CAAC;gBAClB,KAAK,CAAC,EAAE,MAAM,CAAC;gBACf,KAAK,CAAC,EAAE,MAAM,CAAC;gBACf,QAAQ,CAAC,EAAE,MAAM,CAAC;aACnB,CAAC;YACF,YAAY,CAAC,EAAE,MAAM,CAAC;YACtB,WAAW,CAAC,EAAE,MAAM,CAAC;YACrB,SAAS,CAAC,EAAE;gBACV,OAAO,CAAC,EAAE,MAAM,CAAC;gBACjB,QAAQ,CAAC,EAAE,MAAM,CAAC;gBAClB,KAAK,CAAC,EAAE,MAAM,CAAC;gBACf,KAAK,CAAC,EAAE,MAAM,CAAC;gBACf,QAAQ,CAAC,EAAE,MAAM,CAAC;aACnB,CAAC;YACF,KAAK,CAAC,EAAE;gBACN,OAAO,CAAC,EAAE,MAAM,CAAC;gBACjB,QAAQ,CAAC,EAAE,MAAM,CAAC;gBAClB,KAAK,CAAC,EAAE,MAAM,CAAC;gBACf,KAAK,CAAC,EAAE,MAAM,CAAC;gBACf,QAAQ,CAAC,EAAE,MAAM,CAAC;aACnB,CAAC;YACF,QAAQ,CAAC,EAAE,MAAM,CAAC;YAClB,UAAU,CAAC,EAAE,MAAM,CAAC;YACpB,YAAY,CAAC,EAAE,MAAM,CAAC;YACtB,aAAa,CAAC,EAAE,MAAM,CAAC;SACxB,CAAC;QACF,WAAW,CAAC,EAAE;YACZ,KAAK,CAAC,EAAE,MAAM,CAAC;YACf,QAAQ,CAAC,EAAE,MAAM,CAAC;YAClB,SAAS,CAAC,EAAE,MAAM,CAAC;YACnB,UAAU,CAAC,EAAE,MAAM,CAAC;SACrB,CAAC;KACH;CACF"}
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
import { BaseInputProps, InputAutoComplete, InputAutoCorrect, InputKeyEvents, InputSpellcheck } from '../input/interfaces.js';
|
|
2
|
+
import { BaseKeyDetail } from '../internal/generated/cloudscape-types.js';
|
|
3
|
+
export interface TextareaProps extends Omit<BaseInputProps, 'nativeInputAttributes'>, InputKeyEvents, InputAutoCorrect, InputAutoComplete, InputSpellcheck {
|
|
4
|
+
/**
|
|
5
|
+
* Specifies the number of lines of text to set the height to.
|
|
6
|
+
*/
|
|
7
|
+
rows?: number;
|
|
8
|
+
/**
|
|
9
|
+
* Specifies whether to disable browser spellcheck feature.
|
|
10
|
+
* If you set this to `true`, it disables native browser capability
|
|
11
|
+
* that checks for spelling/grammar errors.
|
|
12
|
+
* If you don't set it, the behavior follows the default behavior
|
|
13
|
+
* of the user's browser.
|
|
14
|
+
*
|
|
15
|
+
* @deprecated Use the `spellcheck` property instead.
|
|
16
|
+
*/
|
|
17
|
+
disableBrowserSpellcheck?: boolean;
|
|
18
|
+
/**
|
|
19
|
+
* An object containing CSS properties to customize the textarea's visual appearance.
|
|
20
|
+
* Refer to the [style](/components/textarea/?tabId=style) tab for more details.
|
|
21
|
+
*/
|
|
22
|
+
style?: TextareaProps.Style;
|
|
23
|
+
}
|
|
24
|
+
export declare namespace TextareaProps {
|
|
25
|
+
type KeyDetail = BaseKeyDetail;
|
|
26
|
+
interface ChangeDetail {
|
|
27
|
+
/**
|
|
28
|
+
* The new value of this textarea.
|
|
29
|
+
*/
|
|
30
|
+
value: string;
|
|
31
|
+
}
|
|
32
|
+
interface Ref {
|
|
33
|
+
/**
|
|
34
|
+
* Sets input focus on the textarea control.
|
|
35
|
+
*/
|
|
36
|
+
focus(): void;
|
|
37
|
+
}
|
|
38
|
+
interface Style {
|
|
39
|
+
root?: {
|
|
40
|
+
backgroundColor?: {
|
|
41
|
+
default?: string;
|
|
42
|
+
disabled?: string;
|
|
43
|
+
focus?: string;
|
|
44
|
+
hover?: string;
|
|
45
|
+
readonly?: string;
|
|
46
|
+
};
|
|
47
|
+
borderColor?: {
|
|
48
|
+
default?: string;
|
|
49
|
+
disabled?: string;
|
|
50
|
+
focus?: string;
|
|
51
|
+
hover?: string;
|
|
52
|
+
readonly?: string;
|
|
53
|
+
};
|
|
54
|
+
borderRadius?: string;
|
|
55
|
+
borderWidth?: string;
|
|
56
|
+
boxShadow?: {
|
|
57
|
+
default?: string;
|
|
58
|
+
disabled?: string;
|
|
59
|
+
focus?: string;
|
|
60
|
+
hover?: string;
|
|
61
|
+
readonly?: string;
|
|
62
|
+
};
|
|
63
|
+
color?: {
|
|
64
|
+
default?: string;
|
|
65
|
+
disabled?: string;
|
|
66
|
+
focus?: string;
|
|
67
|
+
hover?: string;
|
|
68
|
+
readonly?: string;
|
|
69
|
+
};
|
|
70
|
+
fontSize?: string;
|
|
71
|
+
fontWeight?: string;
|
|
72
|
+
paddingBlock?: string;
|
|
73
|
+
paddingInline?: string;
|
|
74
|
+
};
|
|
75
|
+
placeholder?: {
|
|
76
|
+
color?: string;
|
|
77
|
+
fontSize?: string;
|
|
78
|
+
fontStyle?: string;
|
|
79
|
+
fontWeight?: string;
|
|
80
|
+
};
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
//# sourceMappingURL=interfaces.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"interfaces.d.ts","sourceRoot":"","sources":["../../src/textarea/interfaces.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,cAAc,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,cAAc,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC;AAC9H,OAAO,EAAE,aAAa,EAAE,MAAM,2CAA2C,CAAC;AAC1E,MAAM,WAAW,aAAc,SAAQ,IAAI,CAAC,cAAc,EAAE,uBAAuB,CAAC,EAAE,cAAc,EAAE,gBAAgB,EAAE,iBAAiB,EAAE,eAAe;IACxJ;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;;;;;OAQG;IACH,wBAAwB,CAAC,EAAE,OAAO,CAAC;IACnC;;;OAGG;IACH,KAAK,CAAC,EAAE,aAAa,CAAC,KAAK,CAAC;CAC7B;AACD,MAAM,CAAC,OAAO,WAAW,aAAa,CAAC;IACrC,KAAK,SAAS,GAAG,aAAa,CAAC;IAC/B,UAAU,YAAY;QACpB;;WAEG;QACH,KAAK,EAAE,MAAM,CAAC;KACf;IACD,UAAU,GAAG;QACX;;WAEG;QACH,KAAK,IAAI,IAAI,CAAC;KACf;IACD,UAAU,KAAK;QACb,IAAI,CAAC,EAAE;YACL,eAAe,CAAC,EAAE;gBAChB,OAAO,CAAC,EAAE,MAAM,CAAC;gBACjB,QAAQ,CAAC,EAAE,MAAM,CAAC;gBAClB,KAAK,CAAC,EAAE,MAAM,CAAC;gBACf,KAAK,CAAC,EAAE,MAAM,CAAC;gBACf,QAAQ,CAAC,EAAE,MAAM,CAAC;aACnB,CAAC;YACF,WAAW,CAAC,EAAE;gBACZ,OAAO,CAAC,EAAE,MAAM,CAAC;gBACjB,QAAQ,CAAC,EAAE,MAAM,CAAC;gBAClB,KAAK,CAAC,EAAE,MAAM,CAAC;gBACf,KAAK,CAAC,EAAE,MAAM,CAAC;gBACf,QAAQ,CAAC,EAAE,MAAM,CAAC;aACnB,CAAC;YACF,YAAY,CAAC,EAAE,MAAM,CAAC;YACtB,WAAW,CAAC,EAAE,MAAM,CAAC;YACrB,SAAS,CAAC,EAAE;gBACV,OAAO,CAAC,EAAE,MAAM,CAAC;gBACjB,QAAQ,CAAC,EAAE,MAAM,CAAC;gBAClB,KAAK,CAAC,EAAE,MAAM,CAAC;gBACf,KAAK,CAAC,EAAE,MAAM,CAAC;gBACf,QAAQ,CAAC,EAAE,MAAM,CAAC;aACnB,CAAC;YACF,KAAK,CAAC,EAAE;gBACN,OAAO,CAAC,EAAE,MAAM,CAAC;gBACjB,QAAQ,CAAC,EAAE,MAAM,CAAC;gBAClB,KAAK,CAAC,EAAE,MAAM,CAAC;gBACf,KAAK,CAAC,EAAE,MAAM,CAAC;gBACf,QAAQ,CAAC,EAAE,MAAM,CAAC;aACnB,CAAC;YACF,QAAQ,CAAC,EAAE,MAAM,CAAC;YAClB,UAAU,CAAC,EAAE,MAAM,CAAC;YACpB,YAAY,CAAC,EAAE,MAAM,CAAC;YACtB,aAAa,CAAC,EAAE,MAAM,CAAC;SACxB,CAAC;QACF,WAAW,CAAC,EAAE;YACZ,KAAK,CAAC,EAAE,MAAM,CAAC;YACf,QAAQ,CAAC,EAAE,MAAM,CAAC;YAClB,SAAS,CAAC,EAAE,MAAM,CAAC;YACnB,UAAU,CAAC,EAAE,MAAM,CAAC;SACrB,CAAC;KACH;CACF"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/tiles/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAEhD,qBAAa,OAAQ,SAAQ,eAAe;CAAG;AAI/C,YAAY,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC"}
|