@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 @@
|
|
|
1
|
+
{"version":3,"file":"chart-series-marker.d.ts","sourceRoot":"","sources":["../../../src/internal/styles/chart-series-marker.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,uBAAuB,yBAgEnC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"chart-status-container.d.ts","sourceRoot":"","sources":["../../../src/internal/styles/chart-status-container.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,0BAA0B,yBAItC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"chart-wrapper.d.ts","sourceRoot":"","sources":["../../../src/internal/styles/chart-wrapper.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,kBAAkB,yBA6C9B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"checkbox-icon.d.ts","sourceRoot":"","sources":["../../../src/internal/styles/checkbox-icon.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,kBAAkB,yBA2C9B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"drag-handle-wrapper.d.ts","sourceRoot":"","sources":["../../../src/internal/styles/drag-handle-wrapper.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,uBAAuB,yBA6NnC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"drag-handle.d.ts","sourceRoot":"","sources":["../../../src/internal/styles/drag-handle.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,gBAAgB,yBAkF5B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dropdown-footer.d.ts","sourceRoot":"","sources":["../../../src/internal/styles/dropdown-footer.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,oBAAoB,yBAgBhC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dropdown-status.d.ts","sourceRoot":"","sources":["../../../src/internal/styles/dropdown-status.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,oBAAoB,yBAchC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dropdown.d.ts","sourceRoot":"","sources":["../../../src/internal/styles/dropdown.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,cAAc,yBAQ1B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"expand-toggle-button.d.ts","sourceRoot":"","sources":["../../../src/internal/styles/expand-toggle-button.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,wBAAwB,yBA8EpC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"global.d.ts","sourceRoot":"","sources":["../../../src/internal/styles/global.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,IAAI,EACJ,OAAO,EACP,SAAS,EACT,YAAY,EACZ,aAAa,GACd,MAAM,oBAAoB,CAAC;AAE5B,eAAO,MAAM,eAAe,kCAAkC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"menu-dropdown.d.ts","sourceRoot":"","sources":["../../../src/internal/styles/menu-dropdown.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,kBAAkB,yBAgF9B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"option.d.ts","sourceRoot":"","sources":["../../../src/internal/styles/option.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,YAAY,yBAyHxB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"options-list.d.ts","sourceRoot":"","sources":["../../../src/internal/styles/options-list.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,iBAAiB,yBAqC7B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"panel-resize-handle.d.ts","sourceRoot":"","sources":["../../../src/internal/styles/panel-resize-handle.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,uBAAuB,yBAyCnC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"radio-button.d.ts","sourceRoot":"","sources":["../../../src/internal/styles/radio-button.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,iBAAiB,yBAoE7B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"screenreader-only.d.ts","sourceRoot":"","sources":["../../../src/internal/styles/screenreader-only.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,sBAAsB,yBAMlC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"selectable-item.d.ts","sourceRoot":"","sources":["../../../src/internal/styles/selectable-item.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,oBAAoB,yBAmMhC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"shared.d.ts","sourceRoot":"","sources":["../../../src/internal/styles/shared.ts"],"names":[],"mappings":"AAAA,OAAO,EAAO,KAAK,SAAS,EAAE,MAAM,KAAK,CAAC;AAK1C,eAAO,MAAM,YAAY,EAAE,SAU1B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sortable-area.d.ts","sourceRoot":"","sources":["../../../src/internal/styles/sortable-area.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,kBAAkB,yBAqG9B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"structured-item.d.ts","sourceRoot":"","sources":["../../../src/internal/styles/structured-item.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,oBAAoB,yBAmDhC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tab-trap.d.ts","sourceRoot":"","sources":["../../../src/internal/styles/tab-trap.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,aAAa,yBAIzB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"token-list.d.ts","sourceRoot":"","sources":["../../../src/internal/styles/token-list.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,eAAe,yBAuI3B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tooltip.d.ts","sourceRoot":"","sources":["../../../src/internal/styles/tooltip.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,aAAa,yBAIzB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"theming.d.ts","sourceRoot":"","sources":["../../src/internal/theming.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,IAAI,EACJ,OAAO,EACP,SAAS,EACT,YAAY,EACZ,aAAa,GACd,MAAM,oBAAoB,CAAC"}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @module token-utils
|
|
3
|
+
*
|
|
4
|
+
* Utility helpers for using Cloudscape design-token values inside Lit `static styles`.
|
|
5
|
+
*
|
|
6
|
+
* Cloudscape tokens are plain strings shaped like `var(--token-name-hash, #fallback)`.
|
|
7
|
+
* Lit's `css` tagged template only accepts `CSSResult | number` expressions — raw
|
|
8
|
+
* strings are rejected for security. `unsafeCSS()` bridges the gap by wrapping a
|
|
9
|
+
* trusted string as a `CSSResult`.
|
|
10
|
+
*
|
|
11
|
+
* @example
|
|
12
|
+
* ```ts
|
|
13
|
+
* import { token } from '../internal/token-utils.js';
|
|
14
|
+
* import { colorBackgroundLayoutMain, spaceScaledS } from '../internal/tokens.js';
|
|
15
|
+
*
|
|
16
|
+
* static styles = css`
|
|
17
|
+
* :host {
|
|
18
|
+
* background: ${colorBackgroundLayoutMain};
|
|
19
|
+
* padding: ${spaceScaledS};
|
|
20
|
+
* }
|
|
21
|
+
* `;
|
|
22
|
+
* ```
|
|
23
|
+
*
|
|
24
|
+
* @example Ad-hoc token wrapping (when you import directly from the package)
|
|
25
|
+
* ```ts
|
|
26
|
+
* import { token } from '../internal/token-utils.js';
|
|
27
|
+
* import { colorTextAccent } from '@cumulus-ui/design-tokens';
|
|
28
|
+
*
|
|
29
|
+
* static styles = css`
|
|
30
|
+
* a { color: ${token(colorTextAccent)}; }
|
|
31
|
+
* `;
|
|
32
|
+
* ```
|
|
33
|
+
*/
|
|
34
|
+
import { type CSSResult } from 'lit';
|
|
35
|
+
/**
|
|
36
|
+
* Wrap a Cloudscape design-token value (a `var(--…, fallback)` string) as a Lit
|
|
37
|
+
* `CSSResult` so it can be interpolated inside `css` tagged templates.
|
|
38
|
+
*
|
|
39
|
+
* This is intentionally thin — it's just `unsafeCSS()` with a self-documenting
|
|
40
|
+
* name and a single import site for the whole library.
|
|
41
|
+
*
|
|
42
|
+
* @param value - A design-token string, e.g. `"var(--color-text-accent-n1kmht, #006ce0)"`
|
|
43
|
+
* @returns A `CSSResult` usable in `static styles = css\`…\``
|
|
44
|
+
*/
|
|
45
|
+
export declare function token(value: string): CSSResult;
|
|
46
|
+
//# sourceMappingURL=token-utils.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"token-utils.d.ts","sourceRoot":"","sources":["../../src/internal/token-utils.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgCG;AAEH,OAAO,EAAE,KAAK,SAAS,EAAa,MAAM,KAAK,CAAC;AAEhD;;;;;;;;;GASG;AACH,wBAAgB,KAAK,CAAC,KAAK,EAAE,MAAM,GAAG,SAAS,CAE9C"}
|
|
@@ -0,0 +1,119 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @module tokens
|
|
3
|
+
*
|
|
4
|
+
* Pre-wrapped Cloudscape design tokens as Lit `CSSResult` objects.
|
|
5
|
+
*
|
|
6
|
+
* Each export is a `CSSResult` ready for use in `static styles = css\`…\``.
|
|
7
|
+
* Only a representative subset is exported here — add more as components need them.
|
|
8
|
+
*
|
|
9
|
+
* To add a new token:
|
|
10
|
+
* ```ts
|
|
11
|
+
* import * as awsui from '@cumulus-ui/design-tokens';
|
|
12
|
+
* import { token } from './token-utils.js';
|
|
13
|
+
*
|
|
14
|
+
* export const myNewToken = token(awsui.myNewToken);
|
|
15
|
+
* ```
|
|
16
|
+
*
|
|
17
|
+
* @example
|
|
18
|
+
* ```ts
|
|
19
|
+
* import { css } from 'lit';
|
|
20
|
+
* import { colorBackgroundLayoutMain, spaceScaledM, fontSizeBodyM } from '../internal/tokens.js';
|
|
21
|
+
*
|
|
22
|
+
* static styles = css`
|
|
23
|
+
* :host {
|
|
24
|
+
* background: ${colorBackgroundLayoutMain};
|
|
25
|
+
* padding: ${spaceScaledM};
|
|
26
|
+
* font-size: ${fontSizeBodyM};
|
|
27
|
+
* }
|
|
28
|
+
* `;
|
|
29
|
+
* ```
|
|
30
|
+
*/
|
|
31
|
+
export declare const colorBackgroundLayoutMain: import("lit").CSSResult;
|
|
32
|
+
export declare const colorBackgroundContainerContent: import("lit").CSSResult;
|
|
33
|
+
export declare const colorBackgroundContainerHeader: import("lit").CSSResult;
|
|
34
|
+
export declare const colorBackgroundInputDefault: import("lit").CSSResult;
|
|
35
|
+
export declare const colorBackgroundInputDisabled: import("lit").CSSResult;
|
|
36
|
+
export declare const colorBackgroundButtonNormalDefault: import("lit").CSSResult;
|
|
37
|
+
export declare const colorBackgroundButtonNormalHover: import("lit").CSSResult;
|
|
38
|
+
export declare const colorBackgroundButtonNormalActive: import("lit").CSSResult;
|
|
39
|
+
export declare const colorBackgroundButtonPrimaryDefault: import("lit").CSSResult;
|
|
40
|
+
export declare const colorBackgroundButtonPrimaryHover: import("lit").CSSResult;
|
|
41
|
+
export declare const colorBackgroundButtonPrimaryActive: import("lit").CSSResult;
|
|
42
|
+
export declare const colorBackgroundButtonPrimaryDisabled: import("lit").CSSResult;
|
|
43
|
+
export declare const colorBackgroundControlChecked: import("lit").CSSResult;
|
|
44
|
+
export declare const colorBackgroundControlDefault: import("lit").CSSResult;
|
|
45
|
+
export declare const colorBackgroundControlDisabled: import("lit").CSSResult;
|
|
46
|
+
export declare const colorBackgroundItemSelected: import("lit").CSSResult;
|
|
47
|
+
export declare const colorBackgroundStatusError: import("lit").CSSResult;
|
|
48
|
+
export declare const colorBackgroundStatusInfo: import("lit").CSSResult;
|
|
49
|
+
export declare const colorBackgroundStatusSuccess: import("lit").CSSResult;
|
|
50
|
+
export declare const colorBackgroundStatusWarning: import("lit").CSSResult;
|
|
51
|
+
export declare const colorTextAccent: import("lit").CSSResult;
|
|
52
|
+
export declare const colorTextBodyDefault: import("lit").CSSResult;
|
|
53
|
+
export declare const colorTextBodySecondary: import("lit").CSSResult;
|
|
54
|
+
export declare const colorTextHeadingDefault: import("lit").CSSResult;
|
|
55
|
+
export declare const colorTextHeadingSecondary: import("lit").CSSResult;
|
|
56
|
+
export declare const colorTextFormDefault: import("lit").CSSResult;
|
|
57
|
+
export declare const colorTextFormSecondary: import("lit").CSSResult;
|
|
58
|
+
export declare const colorTextInputPlaceholder: import("lit").CSSResult;
|
|
59
|
+
export declare const colorTextInteractiveDefault: import("lit").CSSResult;
|
|
60
|
+
export declare const colorTextInteractiveHover: import("lit").CSSResult;
|
|
61
|
+
export declare const colorTextInteractiveActive: import("lit").CSSResult;
|
|
62
|
+
export declare const colorTextInteractiveDisabled: import("lit").CSSResult;
|
|
63
|
+
export declare const colorTextLabel: import("lit").CSSResult;
|
|
64
|
+
export declare const colorTextLinkDefault: import("lit").CSSResult;
|
|
65
|
+
export declare const colorTextLinkHover: import("lit").CSSResult;
|
|
66
|
+
export declare const colorTextStatusError: import("lit").CSSResult;
|
|
67
|
+
export declare const colorTextStatusInfo: import("lit").CSSResult;
|
|
68
|
+
export declare const colorTextStatusSuccess: import("lit").CSSResult;
|
|
69
|
+
export declare const colorTextStatusWarning: import("lit").CSSResult;
|
|
70
|
+
export declare const colorTextButtonNormalDefault: import("lit").CSSResult;
|
|
71
|
+
export declare const colorTextButtonPrimaryDefault: import("lit").CSSResult;
|
|
72
|
+
export declare const colorBorderButtonNormalDefault: import("lit").CSSResult;
|
|
73
|
+
export declare const colorBorderButtonNormalDisabled: import("lit").CSSResult;
|
|
74
|
+
export declare const colorBorderControlDefault: import("lit").CSSResult;
|
|
75
|
+
export declare const colorBorderDividerDefault: import("lit").CSSResult;
|
|
76
|
+
export declare const colorBorderInputDefault: import("lit").CSSResult;
|
|
77
|
+
export declare const colorBorderInputFocused: import("lit").CSSResult;
|
|
78
|
+
export declare const colorBorderItemFocused: import("lit").CSSResult;
|
|
79
|
+
export declare const colorBorderItemSelected: import("lit").CSSResult;
|
|
80
|
+
export declare const colorBorderStatusError: import("lit").CSSResult;
|
|
81
|
+
export declare const colorBorderStatusInfo: import("lit").CSSResult;
|
|
82
|
+
export declare const colorBorderStatusSuccess: import("lit").CSSResult;
|
|
83
|
+
export declare const colorBorderStatusWarning: import("lit").CSSResult;
|
|
84
|
+
export declare const fontFamilyBase: import("lit").CSSResult;
|
|
85
|
+
export declare const fontFamilyMonospace: import("lit").CSSResult;
|
|
86
|
+
export declare const fontSizeBodyM: import("lit").CSSResult;
|
|
87
|
+
export declare const fontSizeBodyS: import("lit").CSSResult;
|
|
88
|
+
export declare const fontSizeHeadingXl: import("lit").CSSResult;
|
|
89
|
+
export declare const fontSizeHeadingL: import("lit").CSSResult;
|
|
90
|
+
export declare const fontSizeHeadingM: import("lit").CSSResult;
|
|
91
|
+
export declare const fontSizeHeadingS: import("lit").CSSResult;
|
|
92
|
+
export declare const fontSizeHeadingXs: import("lit").CSSResult;
|
|
93
|
+
export declare const spaceScaledXxxs: import("lit").CSSResult;
|
|
94
|
+
export declare const spaceScaledXxs: import("lit").CSSResult;
|
|
95
|
+
export declare const spaceScaledXs: import("lit").CSSResult;
|
|
96
|
+
export declare const spaceScaledS: import("lit").CSSResult;
|
|
97
|
+
export declare const spaceScaledM: import("lit").CSSResult;
|
|
98
|
+
export declare const spaceScaledL: import("lit").CSSResult;
|
|
99
|
+
export declare const spaceScaledXl: import("lit").CSSResult;
|
|
100
|
+
export declare const spaceScaledXxl: import("lit").CSSResult;
|
|
101
|
+
export declare const spaceScaledXxxl: import("lit").CSSResult;
|
|
102
|
+
export declare const motionDurationComplex: import("lit").CSSResult;
|
|
103
|
+
export declare const colorBackgroundNotificationBlue: import("lit").CSSResult;
|
|
104
|
+
export declare const colorBackgroundNotificationGrey: import("lit").CSSResult;
|
|
105
|
+
export declare const colorBackgroundNotificationGreen: import("lit").CSSResult;
|
|
106
|
+
export declare const colorBackgroundNotificationRed: import("lit").CSSResult;
|
|
107
|
+
export declare const borderRadiusBadge: import("lit").CSSResult;
|
|
108
|
+
export declare const shadowContainerActive: import("lit").CSSResult;
|
|
109
|
+
export declare const colorBackgroundDropdownItemDefault: import("lit").CSSResult;
|
|
110
|
+
export declare const colorBackgroundDropdownItemHover: import("lit").CSSResult;
|
|
111
|
+
export declare const colorBorderDropdownContainer: import("lit").CSSResult;
|
|
112
|
+
export declare const colorTextDropdownItemDefault: import("lit").CSSResult;
|
|
113
|
+
export declare const borderRadiusButton: import("lit").CSSResult;
|
|
114
|
+
export declare const borderRadiusInput: import("lit").CSSResult;
|
|
115
|
+
export declare const borderRadiusContainer: import("lit").CSSResult;
|
|
116
|
+
export declare const borderRadiusDropdown: import("lit").CSSResult;
|
|
117
|
+
export declare const borderRadiusItem: import("lit").CSSResult;
|
|
118
|
+
export declare const borderRadiusAlert: import("lit").CSSResult;
|
|
119
|
+
//# sourceMappingURL=tokens.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tokens.d.ts","sourceRoot":"","sources":["../../src/internal/tokens.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export interface DebouncedFunction<Args extends unknown[]> {
|
|
2
|
+
(...args: Args): void;
|
|
3
|
+
cancel(): void;
|
|
4
|
+
flush(): void;
|
|
5
|
+
}
|
|
6
|
+
/** Debounce: delays invocation until `delayMs` after last call. */
|
|
7
|
+
export declare function debounce<Args extends unknown[]>(fn: (...args: Args) => void, delayMs: number): DebouncedFunction<Args>;
|
|
8
|
+
//# sourceMappingURL=debounce.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"debounce.d.ts","sourceRoot":"","sources":["../../../src/internal/utils/debounce.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,iBAAiB,CAAC,IAAI,SAAS,OAAO,EAAE;IACvD,CAAC,GAAG,IAAI,EAAE,IAAI,GAAG,IAAI,CAAC;IACtB,MAAM,IAAI,IAAI,CAAC;IACf,KAAK,IAAI,IAAI,CAAC;CACf;AAED,mEAAmE;AACnE,wBAAgB,QAAQ,CAAC,IAAI,SAAS,OAAO,EAAE,EAC7C,EAAE,EAAE,CAAC,GAAG,IAAI,EAAE,IAAI,KAAK,IAAI,EAC3B,OAAO,EAAE,MAAM,GACd,iBAAiB,CAAC,IAAI,CAAC,CAuCzB"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export declare function getNodeText(node: Node | null | undefined): string;
|
|
2
|
+
export declare function findUpUntil(node: HTMLElement, predicate: (el: HTMLElement) => boolean): HTMLElement | null;
|
|
3
|
+
export declare function isHTMLElement(value: unknown): value is HTMLElement;
|
|
4
|
+
export declare function isNode(value: unknown): value is Node;
|
|
5
|
+
/**
|
|
6
|
+
* Descendant check that crosses Shadow DOM boundaries
|
|
7
|
+
* by walking up through ShadowRoot hosts.
|
|
8
|
+
*/
|
|
9
|
+
export declare function containsOrShadowContains(parent: Node, child: Node): boolean;
|
|
10
|
+
export declare function getScrollableParent(element: HTMLElement): HTMLElement;
|
|
11
|
+
export declare function getShadowHost(node: Node): HTMLElement | null;
|
|
12
|
+
//# sourceMappingURL=dom.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dom.d.ts","sourceRoot":"","sources":["../../../src/internal/utils/dom.ts"],"names":[],"mappings":"AAAA,wBAAgB,WAAW,CAAC,IAAI,EAAE,IAAI,GAAG,IAAI,GAAG,SAAS,GAAG,MAAM,CAGjE;AAED,wBAAgB,WAAW,CACzB,IAAI,EAAE,WAAW,EACjB,SAAS,EAAE,CAAC,EAAE,EAAE,WAAW,KAAK,OAAO,GACtC,WAAW,GAAG,IAAI,CAOpB;AAED,wBAAgB,aAAa,CAAC,KAAK,EAAE,OAAO,GAAG,KAAK,IAAI,WAAW,CAElE;AAED,wBAAgB,MAAM,CAAC,KAAK,EAAE,OAAO,GAAG,KAAK,IAAI,IAAI,CAEpD;AAED;;;GAGG;AACH,wBAAgB,wBAAwB,CACtC,MAAM,EAAE,IAAI,EACZ,KAAK,EAAE,IAAI,GACV,OAAO,CAcT;AAED,wBAAgB,mBAAmB,CAAC,OAAO,EAAE,WAAW,GAAG,WAAW,CAcrE;AAED,wBAAgB,aAAa,CAAC,IAAI,EAAE,IAAI,GAAG,WAAW,GAAG,IAAI,CAM5D"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
/** Log a console warning once per unique scope+message key. */
|
|
2
|
+
export declare function warnOnce(scope: string, message: string): void;
|
|
3
|
+
/** Join non-empty strings with separator. Filters out null/undefined/empty. */
|
|
4
|
+
export declare function joinStrings(separator: string, ...parts: (string | null | undefined)[]): string;
|
|
5
|
+
//# sourceMappingURL=strings.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"strings.d.ts","sourceRoot":"","sources":["../../../src/internal/utils/strings.ts"],"names":[],"mappings":"AAEA,+DAA+D;AAC/D,wBAAgB,QAAQ,CAAC,KAAK,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,GAAG,IAAI,CAK7D;AAED,+EAA+E;AAC/E,wBAAgB,WAAW,CACzB,SAAS,EAAE,MAAM,EACjB,GAAG,KAAK,EAAE,CAAC,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC,EAAE,GACtC,MAAM,CAER"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export interface ThrottledFunction<Args extends unknown[]> {
|
|
2
|
+
(...args: Args): void;
|
|
3
|
+
cancel(): void;
|
|
4
|
+
}
|
|
5
|
+
/** Throttle: leading call fires immediately, trailing deferred to cooldown expiry. */
|
|
6
|
+
export declare function throttle<Args extends unknown[]>(fn: (...args: Args) => void, delayMs: number): ThrottledFunction<Args>;
|
|
7
|
+
//# sourceMappingURL=throttle.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"throttle.d.ts","sourceRoot":"","sources":["../../../src/internal/utils/throttle.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,iBAAiB,CAAC,IAAI,SAAS,OAAO,EAAE;IACvD,CAAC,GAAG,IAAI,EAAE,IAAI,GAAG,IAAI,CAAC;IACtB,MAAM,IAAI,IAAI,CAAC;CAChB;AAED,sFAAsF;AACtF,wBAAgB,QAAQ,CAAC,IAAI,SAAS,OAAO,EAAE,EAC7C,EAAE,EAAE,CAAC,GAAG,IAAI,EAAE,IAAI,KAAK,IAAI,EAC3B,OAAO,EAAE,MAAM,GACd,iBAAiB,CAAC,IAAI,CAAC,CA2CzB"}
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
export interface ItemCardProps {
|
|
2
|
+
/** @slot header — Heading element of the item card */
|
|
3
|
+
/** @slot description — A description or subtitle displayed below the header */
|
|
4
|
+
/** @slot footer — Footer content displayed at the bottom of the item card */
|
|
5
|
+
/** @slot actions — Actions to display in the item card header area, typically buttons or links */
|
|
6
|
+
/** @slot default — Main content of the item card */
|
|
7
|
+
/** @slot icon — Icon content displayed next to the header */
|
|
8
|
+
/**
|
|
9
|
+
* Removes the default padding from the header area.
|
|
10
|
+
* @default false
|
|
11
|
+
*/
|
|
12
|
+
disableHeaderPaddings?: boolean;
|
|
13
|
+
/**
|
|
14
|
+
* Removes the default padding from the content area.
|
|
15
|
+
* @default false
|
|
16
|
+
*/
|
|
17
|
+
disableContentPaddings?: boolean;
|
|
18
|
+
/**
|
|
19
|
+
* Removes the default padding from the footer area.
|
|
20
|
+
* @default false
|
|
21
|
+
*/
|
|
22
|
+
disableFooterPaddings?: boolean;
|
|
23
|
+
/**
|
|
24
|
+
* Specifies the visual variant of the item card, which controls the border radius and padding.
|
|
25
|
+
*
|
|
26
|
+
* - `default` - Uses container-level border radius and padding (larger).
|
|
27
|
+
* - `embedded` - Uses compact border radius and padding (smaller).
|
|
28
|
+
*
|
|
29
|
+
* @default 'default'
|
|
30
|
+
*/
|
|
31
|
+
variant?: ItemCardProps.Variant;
|
|
32
|
+
/**
|
|
33
|
+
* An object containing CSS properties to customize the item card's visual appearance.
|
|
34
|
+
* Refer to the [style](/components/item-card/?tabId=style) tab for more details.
|
|
35
|
+
*/
|
|
36
|
+
style?: ItemCardProps.Style;
|
|
37
|
+
}
|
|
38
|
+
export declare namespace ItemCardProps {
|
|
39
|
+
type Variant = 'embedded' | 'default';
|
|
40
|
+
interface Style {
|
|
41
|
+
root?: {
|
|
42
|
+
background?: string;
|
|
43
|
+
borderColor?: string;
|
|
44
|
+
borderRadius?: string;
|
|
45
|
+
borderWidth?: string;
|
|
46
|
+
boxShadow?: string;
|
|
47
|
+
};
|
|
48
|
+
content?: {
|
|
49
|
+
paddingBlock?: string;
|
|
50
|
+
paddingInline?: string;
|
|
51
|
+
};
|
|
52
|
+
header?: {
|
|
53
|
+
paddingBlock?: string;
|
|
54
|
+
paddingInline?: string;
|
|
55
|
+
};
|
|
56
|
+
footer?: {
|
|
57
|
+
root?: {
|
|
58
|
+
paddingBlock?: string;
|
|
59
|
+
paddingInline?: string;
|
|
60
|
+
};
|
|
61
|
+
divider?: {
|
|
62
|
+
borderColor?: string;
|
|
63
|
+
borderWidth?: string;
|
|
64
|
+
};
|
|
65
|
+
};
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
export interface InternalItemCardProps extends ItemCardProps {
|
|
69
|
+
/**
|
|
70
|
+
* Called when the user clicks on the item card.
|
|
71
|
+
*/
|
|
72
|
+
onClick?: MouseEventHandler<HTMLElement>;
|
|
73
|
+
/**
|
|
74
|
+
* Specifies whether the item card is in highlighted state.
|
|
75
|
+
*/
|
|
76
|
+
highlighted?: boolean;
|
|
77
|
+
/**
|
|
78
|
+
* Makes the item card stretch to fill the full height of its container.
|
|
79
|
+
*/
|
|
80
|
+
fullHeight?: boolean;
|
|
81
|
+
/**
|
|
82
|
+
* Specifies metadata for analytics in cards
|
|
83
|
+
*/
|
|
84
|
+
metadataAttributes?: Record<string, string | undefined>;
|
|
85
|
+
}
|
|
86
|
+
//# sourceMappingURL=interfaces.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"interfaces.d.ts","sourceRoot":"","sources":["../../src/item-card/interfaces.ts"],"names":[],"mappings":"AAEA,MAAM,WAAW,aAAa;IAC5B,sDAAsD;IACtD,+EAA+E;IAC/E,6EAA6E;IAC7E,kGAAkG;IAClG,oDAAoD;IACpD,6DAA6D;IAC7D;;;OAGG;IACH,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAChC;;;OAGG;IACH,sBAAsB,CAAC,EAAE,OAAO,CAAC;IACjC;;;OAGG;IACH,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAChC;;;;;;;OAOG;IACH,OAAO,CAAC,EAAE,aAAa,CAAC,OAAO,CAAC;IAChC;;;OAGG;IACH,KAAK,CAAC,EAAE,aAAa,CAAC,KAAK,CAAC;CAC7B;AACD,MAAM,CAAC,OAAO,WAAW,aAAa,CAAC;IACrC,KAAK,OAAO,GAAG,UAAU,GAAG,SAAS,CAAC;IACtC,UAAU,KAAK;QACb,IAAI,CAAC,EAAE;YACL,UAAU,CAAC,EAAE,MAAM,CAAC;YACpB,WAAW,CAAC,EAAE,MAAM,CAAC;YACrB,YAAY,CAAC,EAAE,MAAM,CAAC;YACtB,WAAW,CAAC,EAAE,MAAM,CAAC;YACrB,SAAS,CAAC,EAAE,MAAM,CAAC;SACpB,CAAC;QACF,OAAO,CAAC,EAAE;YACR,YAAY,CAAC,EAAE,MAAM,CAAC;YACtB,aAAa,CAAC,EAAE,MAAM,CAAC;SACxB,CAAC;QACF,MAAM,CAAC,EAAE;YACP,YAAY,CAAC,EAAE,MAAM,CAAC;YACtB,aAAa,CAAC,EAAE,MAAM,CAAC;SACxB,CAAC;QACF,MAAM,CAAC,EAAE;YACP,IAAI,CAAC,EAAE;gBACL,YAAY,CAAC,EAAE,MAAM,CAAC;gBACtB,aAAa,CAAC,EAAE,MAAM,CAAC;aACxB,CAAC;YACF,OAAO,CAAC,EAAE;gBACR,WAAW,CAAC,EAAE,MAAM,CAAC;gBACrB,WAAW,CAAC,EAAE,MAAM,CAAC;aACtB,CAAC;SACH,CAAC;KACH;CACF;AACD,MAAM,WAAW,qBAAsB,SAAQ,aAAa;IAC1D;;OAEG;IACH,OAAO,CAAC,EAAE,iBAAiB,CAAC,WAAW,CAAC,CAAC;IACzC;;OAEG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB;;OAEG;IACH,kBAAkB,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,SAAS,CAAC,CAAC;CACzD"}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
export interface KeyValuePairsProps {
|
|
2
|
+
/**
|
|
3
|
+
* Specifies the number of columns in each grid row.
|
|
4
|
+
* Valid values are any integer between 1 and 4. It defaults to 1.
|
|
5
|
+
*/
|
|
6
|
+
columns?: number;
|
|
7
|
+
/**
|
|
8
|
+
* An array of either key-value pairs individual items or groups.
|
|
9
|
+
* They could be combined.
|
|
10
|
+
* Each item has `type` prop, which might be either `group` or `pair`. Defaults to `pair` if not specified.
|
|
11
|
+
*
|
|
12
|
+
* Each key-value pair definition has the following properties:
|
|
13
|
+
* * `type` (string) - (Optional) Item type (pair).
|
|
14
|
+
* * `label` (unknown) - The key label.
|
|
15
|
+
* * `info` (unknown) - (Optional) Area next to the key to display an info link.
|
|
16
|
+
* * `value` (unknown) - The corresponding value for the key.
|
|
17
|
+
*
|
|
18
|
+
* Each group definition has the following properties:
|
|
19
|
+
* * `type` (string) - Item type (group).
|
|
20
|
+
* * `title` (string) - (Optional) An optional title for this column.
|
|
21
|
+
* * `items` (ReadonlyArray<KeyValuePairProps.KeyValuePair>) - An array of
|
|
22
|
+
* key-value pair items.
|
|
23
|
+
*/
|
|
24
|
+
items: ReadonlyArray<KeyValuePairsProps.Item>;
|
|
25
|
+
/**
|
|
26
|
+
* Provides an `aria-label` to the Key-value pairs container.
|
|
27
|
+
* Don't use `ariaLabel` and `ariaLabelledby` at the same time.
|
|
28
|
+
*/
|
|
29
|
+
ariaLabel?: string;
|
|
30
|
+
/**
|
|
31
|
+
* Sets the `aria-labelledby` property on the Key-value pairs container.
|
|
32
|
+
* If there's a visible label element that you can reference, use this instead of `ariaLabel`.
|
|
33
|
+
* Don't use `ariaLabel` and `ariaLabelledby` at the same time.
|
|
34
|
+
*/
|
|
35
|
+
ariaLabelledby?: string;
|
|
36
|
+
/**
|
|
37
|
+
* Use to specify the desired minimum width for each column in pixels.
|
|
38
|
+
*
|
|
39
|
+
* The number of columns is determined by the value of this property, the available space,
|
|
40
|
+
* and the maximum number of columns as defined by the `columns` property.
|
|
41
|
+
* If not set, defaults to 150.
|
|
42
|
+
*/
|
|
43
|
+
minColumnWidth?: number;
|
|
44
|
+
}
|
|
45
|
+
export declare namespace KeyValuePairsProps {
|
|
46
|
+
type Item = Group | Pair;
|
|
47
|
+
interface Group {
|
|
48
|
+
type: 'group';
|
|
49
|
+
title?: string;
|
|
50
|
+
items: ReadonlyArray<Pair>;
|
|
51
|
+
}
|
|
52
|
+
interface Pair extends BaseComponentProps {
|
|
53
|
+
type?: 'pair';
|
|
54
|
+
label: unknown;
|
|
55
|
+
value: unknown;
|
|
56
|
+
info?: unknown;
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
//# sourceMappingURL=interfaces.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"interfaces.d.ts","sourceRoot":"","sources":["../../src/key-value-pairs/interfaces.ts"],"names":[],"mappings":"AAEA,MAAM,WAAW,kBAAkB;IACjC;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;;;;;;;;;;;;;OAgBG;IACH,KAAK,EAAE,aAAa,CAAC,kBAAkB,CAAC,IAAI,CAAC,CAAC;IAC9C;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB;;;;;;OAMG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB;AACD,MAAM,CAAC,OAAO,WAAW,kBAAkB,CAAC;IAC1C,KAAK,IAAI,GAAG,KAAK,GAAG,IAAI,CAAC;IACzB,UAAU,KAAK;QACb,IAAI,EAAE,OAAO,CAAC;QACd,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,KAAK,EAAE,aAAa,CAAC,IAAI,CAAC,CAAC;KAC5B;IACD,UAAU,IAAK,SAAQ,kBAAkB;QACvC,IAAI,CAAC,EAAE,MAAM,CAAC;QACd,KAAK,EAAE,OAAO,CAAC;QACf,KAAK,EAAE,OAAO,CAAC;QACf,IAAI,CAAC,EAAE,OAAO,CAAC;KAChB;CACF"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { ChartDataTypes, CommonMixedChartProps, MixedLineBarChartProps } from '../mixed-line-bar-chart/interfaces.js';
|
|
2
|
+
type LineSeries<T> = MixedLineBarChartProps.LineDataSeries<T> | MixedLineBarChartProps.ThresholdSeries<T>;
|
|
3
|
+
export interface LineChartProps<T extends ChartDataTypes> extends CommonMixedChartProps<T> {
|
|
4
|
+
/**
|
|
5
|
+
* Array that represents the source of data for the displayed chart.
|
|
6
|
+
* Each element can represent a line series or a threshold, and can have the following properties:
|
|
7
|
+
*
|
|
8
|
+
* * `title` (string): A human-readable title for this series
|
|
9
|
+
* * `type` (string): Series type (`"line"`, or `"threshold"`)
|
|
10
|
+
* * `data` (Array): An array of data points, represented as objects with `x` and `y` properties
|
|
11
|
+
* * `color` (string): (Optional) A color hex value for this series. When assigned, it takes priority over the automatically assigned color
|
|
12
|
+
* * `valueFormatter` (Function): (Optional) A function that formats data values before rendering in the UI, For example, in the details popover.
|
|
13
|
+
*/
|
|
14
|
+
series: ReadonlyArray<LineSeries<T>>;
|
|
15
|
+
}
|
|
16
|
+
export declare namespace LineChartProps { }
|
|
17
|
+
export {};
|
|
18
|
+
//# sourceMappingURL=interfaces.d.ts.map
|