@ember-eui/core 10.0.2 → 10.0.4
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/declarations/-private/random-id.d.ts +9 -0
- package/declarations/-private/random-id.d.ts.map +1 -0
- package/declarations/components/common.d.ts +42 -0
- package/declarations/components/common.d.ts.map +1 -0
- package/declarations/components/eui-accordion.d.ts +101 -0
- package/declarations/components/eui-accordion.d.ts.map +1 -0
- package/declarations/components/eui-auto-sizer.d.ts +64 -0
- package/declarations/components/eui-auto-sizer.d.ts.map +1 -0
- package/declarations/components/eui-avatar.d.ts +22 -0
- package/declarations/components/eui-avatar.d.ts.map +1 -0
- package/declarations/components/eui-badge-group.d.ts +23 -0
- package/declarations/components/eui-badge-group.d.ts.map +1 -0
- package/declarations/components/eui-badge.d.ts +30 -0
- package/declarations/components/eui-badge.d.ts.map +1 -0
- package/declarations/components/eui-beta-badge.d.ts +63 -0
- package/declarations/components/eui-beta-badge.d.ts.map +1 -0
- package/declarations/components/eui-bottom-bar.d.ts +35 -0
- package/declarations/components/eui-bottom-bar.d.ts.map +1 -0
- package/declarations/components/eui-breadcrumbs.d.ts +70 -0
- package/declarations/components/eui-breadcrumbs.d.ts.map +1 -0
- package/declarations/components/eui-button-content.d.ts +21 -0
- package/declarations/components/eui-button-content.d.ts.map +1 -0
- package/declarations/components/eui-button-empty.d.ts +33 -0
- package/declarations/components/eui-button-empty.d.ts.map +1 -0
- package/declarations/components/eui-button-group-button.d.ts +29 -0
- package/declarations/components/eui-button-group-button.d.ts.map +1 -0
- package/declarations/components/eui-button-group.d.ts +41 -0
- package/declarations/components/eui-button-group.d.ts.map +1 -0
- package/declarations/components/eui-button-icon.d.ts +25 -0
- package/declarations/components/eui-button-icon.d.ts.map +1 -0
- package/declarations/components/eui-button.d.ts +34 -0
- package/declarations/components/eui-button.d.ts.map +1 -0
- package/declarations/components/eui-call-out.d.ts +21 -0
- package/declarations/components/eui-call-out.d.ts.map +1 -0
- package/declarations/components/eui-card-select.d.ts +29 -0
- package/declarations/components/eui-card-select.d.ts.map +1 -0
- package/declarations/components/eui-card.d.ts +68 -0
- package/declarations/components/eui-card.d.ts.map +1 -0
- package/declarations/components/eui-checkable-card.d.ts +21 -0
- package/declarations/components/eui-checkable-card.d.ts.map +1 -0
- package/declarations/components/eui-checkbox-group.d.ts +27 -0
- package/declarations/components/eui-checkbox-group.d.ts.map +1 -0
- package/declarations/components/eui-checkbox.d.ts +27 -0
- package/declarations/components/eui-checkbox.d.ts.map +1 -0
- package/declarations/components/eui-code-block/controls.d.ts +13 -0
- package/declarations/components/eui-code-block/controls.d.ts.map +1 -0
- package/declarations/components/eui-code-block/full-screen-display.d.ts +11 -0
- package/declarations/components/eui-code-block/full-screen-display.d.ts.map +1 -0
- package/declarations/components/eui-code-block/virtualized.d.ts +20 -0
- package/declarations/components/eui-code-block/virtualized.d.ts.map +1 -0
- package/declarations/components/eui-code-block.d.ts +92 -0
- package/declarations/components/eui-code-block.d.ts.map +1 -0
- package/declarations/components/eui-code.d.ts +21 -0
- package/declarations/components/eui-code.d.ts.map +1 -0
- package/declarations/components/eui-collapsible-nav-group.d.ts +26 -0
- package/declarations/components/eui-collapsible-nav-group.d.ts.map +1 -0
- package/declarations/components/eui-collapsible-nav.d.ts +66 -0
- package/declarations/components/eui-collapsible-nav.d.ts.map +1 -0
- package/declarations/components/eui-combo-box/create-option.d.ts +16 -0
- package/declarations/components/eui-combo-box/create-option.d.ts.map +1 -0
- package/declarations/components/eui-combo-box/group.d.ts +16 -0
- package/declarations/components/eui-combo-box/group.d.ts.map +1 -0
- package/declarations/components/eui-combo-box/no-matches-message.d.ts +11 -0
- package/declarations/components/eui-combo-box/no-matches-message.d.ts.map +1 -0
- package/declarations/components/eui-combo-box/options.d.ts +12 -0
- package/declarations/components/eui-combo-box/options.d.ts.map +1 -0
- package/declarations/components/eui-combo-box/search-message.d.ts +11 -0
- package/declarations/components/eui-combo-box/search-message.d.ts.map +1 -0
- package/declarations/components/eui-combo-box/trigger/input.d.ts +6 -0
- package/declarations/components/eui-combo-box/trigger/input.d.ts.map +1 -0
- package/declarations/components/eui-combo-box/trigger.d.ts +4 -0
- package/declarations/components/eui-combo-box/trigger.d.ts.map +1 -0
- package/declarations/components/eui-combo-box-pill.d.ts +22 -0
- package/declarations/components/eui-combo-box-pill.d.ts.map +1 -0
- package/declarations/components/eui-combo-box.d.ts +82 -0
- package/declarations/components/eui-combo-box.d.ts.map +1 -0
- package/declarations/components/eui-comment-list.d.ts +10 -0
- package/declarations/components/eui-comment-list.d.ts.map +1 -0
- package/declarations/components/eui-comment-timeline.d.ts +15 -0
- package/declarations/components/eui-comment-timeline.d.ts.map +1 -0
- package/declarations/components/eui-comment.d.ts +20 -0
- package/declarations/components/eui-comment.d.ts.map +1 -0
- package/declarations/components/eui-confirm-modal.d.ts +23 -0
- package/declarations/components/eui-confirm-modal.d.ts.map +1 -0
- package/declarations/components/eui-context-menu-item.d.ts +25 -0
- package/declarations/components/eui-context-menu-item.d.ts.map +1 -0
- package/declarations/components/eui-context-menu-panel.d.ts +10 -0
- package/declarations/components/eui-context-menu-panel.d.ts.map +1 -0
- package/declarations/components/eui-copy.d.ts +36 -0
- package/declarations/components/eui-copy.d.ts.map +1 -0
- package/declarations/components/eui-described-form-group.d.ts +27 -0
- package/declarations/components/eui-described-form-group.d.ts.map +1 -0
- package/declarations/components/eui-description-list-description.d.ts +10 -0
- package/declarations/components/eui-description-list-description.d.ts.map +1 -0
- package/declarations/components/eui-description-list-title.d.ts +10 -0
- package/declarations/components/eui-description-list-title.d.ts.map +1 -0
- package/declarations/components/eui-description-list.d.ts +27 -0
- package/declarations/components/eui-description-list.d.ts.map +1 -0
- package/declarations/components/eui-dual-range.d.ts +141 -0
- package/declarations/components/eui-dual-range.d.ts.map +1 -0
- package/declarations/components/eui-empty-prompt.d.ts +29 -0
- package/declarations/components/eui-empty-prompt.d.ts.map +1 -0
- package/declarations/components/eui-field-number.d.ts +57 -0
- package/declarations/components/eui-field-number.d.ts.map +1 -0
- package/declarations/components/eui-field-password.d.ts +28 -0
- package/declarations/components/eui-field-password.d.ts.map +1 -0
- package/declarations/components/eui-field-search.d.ts +52 -0
- package/declarations/components/eui-field-search.d.ts.map +1 -0
- package/declarations/components/eui-field-text.d.ts +29 -0
- package/declarations/components/eui-field-text.d.ts.map +1 -0
- package/declarations/components/eui-file-picker.d.ts +60 -0
- package/declarations/components/eui-file-picker.d.ts.map +1 -0
- package/declarations/components/eui-flex-grid.d.ts +33 -0
- package/declarations/components/eui-flex-grid.d.ts.map +1 -0
- package/declarations/components/eui-flex-group.d.ts +20 -0
- package/declarations/components/eui-flex-group.d.ts.map +1 -0
- package/declarations/components/eui-flex-item.d.ts +15 -0
- package/declarations/components/eui-flex-item.d.ts.map +1 -0
- package/declarations/components/eui-flyout-body.d.ts +12 -0
- package/declarations/components/eui-flyout-body.d.ts.map +1 -0
- package/declarations/components/eui-flyout-footer.d.ts +10 -0
- package/declarations/components/eui-flyout-footer.d.ts.map +1 -0
- package/declarations/components/eui-flyout-header.d.ts +13 -0
- package/declarations/components/eui-flyout-header.d.ts.map +1 -0
- package/declarations/components/eui-flyout.d.ts +87 -0
- package/declarations/components/eui-flyout.d.ts.map +1 -0
- package/declarations/components/eui-form-control-layout-clear-button.d.ts +14 -0
- package/declarations/components/eui-form-control-layout-clear-button.d.ts.map +1 -0
- package/declarations/components/eui-form-control-layout-custom-icon.d.ts +16 -0
- package/declarations/components/eui-form-control-layout-custom-icon.d.ts.map +1 -0
- package/declarations/components/eui-form-control-layout-delimited.d.ts +25 -0
- package/declarations/components/eui-form-control-layout-delimited.d.ts.map +1 -0
- package/declarations/components/eui-form-control-layout-icons.d.ts +17 -0
- package/declarations/components/eui-form-control-layout-icons.d.ts.map +1 -0
- package/declarations/components/eui-form-control-layout.d.ts +30 -0
- package/declarations/components/eui-form-control-layout.d.ts.map +1 -0
- package/declarations/components/eui-form-error-text.d.ts +10 -0
- package/declarations/components/eui-form-error-text.d.ts.map +1 -0
- package/declarations/components/eui-form-fieldset.d.ts +18 -0
- package/declarations/components/eui-form-fieldset.d.ts.map +1 -0
- package/declarations/components/eui-form-help-text.d.ts +13 -0
- package/declarations/components/eui-form-help-text.d.ts.map +1 -0
- package/declarations/components/eui-form-label.d.ts +17 -0
- package/declarations/components/eui-form-label.d.ts.map +1 -0
- package/declarations/components/eui-form-legend.d.ts +14 -0
- package/declarations/components/eui-form-legend.d.ts.map +1 -0
- package/declarations/components/eui-form-row.d.ts +35 -0
- package/declarations/components/eui-form-row.d.ts.map +1 -0
- package/declarations/components/eui-form.d.ts +20 -0
- package/declarations/components/eui-form.d.ts.map +1 -0
- package/declarations/components/eui-global-toast-list.d.ts +45 -0
- package/declarations/components/eui-global-toast-list.d.ts.map +1 -0
- package/declarations/components/eui-header-alert.d.ts +14 -0
- package/declarations/components/eui-header-alert.d.ts.map +1 -0
- package/declarations/components/eui-header-breadcrumbs.d.ts +14 -0
- package/declarations/components/eui-header-breadcrumbs.d.ts.map +1 -0
- package/declarations/components/eui-header-link.d.ts +14 -0
- package/declarations/components/eui-header-link.d.ts.map +1 -0
- package/declarations/components/eui-header-links.d.ts +20 -0
- package/declarations/components/eui-header-links.d.ts.map +1 -0
- package/declarations/components/eui-header-logo.d.ts +17 -0
- package/declarations/components/eui-header-logo.d.ts.map +1 -0
- package/declarations/components/eui-header-section-item-button.d.ts +26 -0
- package/declarations/components/eui-header-section-item-button.d.ts.map +1 -0
- package/declarations/components/eui-header-section-item.d.ts +14 -0
- package/declarations/components/eui-header-section-item.d.ts.map +1 -0
- package/declarations/components/eui-header-section.d.ts +15 -0
- package/declarations/components/eui-header-section.d.ts.map +1 -0
- package/declarations/components/eui-header.d.ts +23 -0
- package/declarations/components/eui-header.d.ts.map +1 -0
- package/declarations/components/eui-health.d.ts +21 -0
- package/declarations/components/eui-health.d.ts.map +1 -0
- package/declarations/components/eui-hide-for.d.ts +21 -0
- package/declarations/components/eui-hide-for.d.ts.map +1 -0
- package/declarations/components/eui-horizontal-rule.d.ts +12 -0
- package/declarations/components/eui-horizontal-rule.d.ts.map +1 -0
- package/declarations/components/eui-i18n/render.d.ts +12 -0
- package/declarations/components/eui-i18n/render.d.ts.map +1 -0
- package/declarations/components/eui-i18n.d.ts +32 -0
- package/declarations/components/eui-i18n.d.ts.map +1 -0
- package/declarations/components/eui-icon-tip.d.ts +29 -0
- package/declarations/components/eui-icon-tip.d.ts.map +1 -0
- package/declarations/components/eui-icon.d.ts +80 -0
- package/declarations/components/eui-icon.d.ts.map +1 -0
- package/declarations/components/eui-image.d.ts +62 -0
- package/declarations/components/eui-image.d.ts.map +1 -0
- package/declarations/components/eui-inner-text.d.ts +21 -0
- package/declarations/components/eui-inner-text.d.ts.map +1 -0
- package/declarations/components/eui-input-popover.d.ts +44 -0
- package/declarations/components/eui-input-popover.d.ts.map +1 -0
- package/declarations/components/eui-key-pad-menu-item.d.ts +26 -0
- package/declarations/components/eui-key-pad-menu-item.d.ts.map +1 -0
- package/declarations/components/eui-key-pad-menu.d.ts +23 -0
- package/declarations/components/eui-key-pad-menu.d.ts.map +1 -0
- package/declarations/components/eui-link.d.ts +18 -0
- package/declarations/components/eui-link.d.ts.map +1 -0
- package/declarations/components/eui-list-group-item.d.ts +26 -0
- package/declarations/components/eui-list-group-item.d.ts.map +1 -0
- package/declarations/components/eui-list-group.d.ts +16 -0
- package/declarations/components/eui-list-group.d.ts.map +1 -0
- package/declarations/components/eui-loading-content.d.ts +14 -0
- package/declarations/components/eui-loading-content.d.ts.map +1 -0
- package/declarations/components/eui-loading-logo.d.ts +13 -0
- package/declarations/components/eui-loading-logo.d.ts.map +1 -0
- package/declarations/components/eui-loading-spinner.d.ts +11 -0
- package/declarations/components/eui-loading-spinner.d.ts.map +1 -0
- package/declarations/components/eui-markdown-editor-drop-zone.d.ts +17 -0
- package/declarations/components/eui-markdown-editor-drop-zone.d.ts.map +1 -0
- package/declarations/components/eui-markdown-editor-footer/icons/markdown-logo.d.ts +10 -0
- package/declarations/components/eui-markdown-editor-footer/icons/markdown-logo.d.ts.map +1 -0
- package/declarations/components/eui-markdown-editor-footer.d.ts +13 -0
- package/declarations/components/eui-markdown-editor-footer.d.ts.map +1 -0
- package/declarations/components/eui-markdown-editor-text-area.d.ts +14 -0
- package/declarations/components/eui-markdown-editor-text-area.d.ts.map +1 -0
- package/declarations/components/eui-markdown-editor-toolbar/icons/markdown-checkmark.d.ts +11 -0
- package/declarations/components/eui-markdown-editor-toolbar/icons/markdown-checkmark.d.ts.map +1 -0
- package/declarations/components/eui-markdown-editor-toolbar.d.ts +55 -0
- package/declarations/components/eui-markdown-editor-toolbar.d.ts.map +1 -0
- package/declarations/components/eui-markdown-editor.d.ts +95 -0
- package/declarations/components/eui-markdown-editor.d.ts.map +1 -0
- package/declarations/components/eui-markdown-format/markdown-checkbox.d.ts +24 -0
- package/declarations/components/eui-markdown-format/markdown-checkbox.d.ts.map +1 -0
- package/declarations/components/eui-markdown-format/markdown-code-block.d.ts +15 -0
- package/declarations/components/eui-markdown-format/markdown-code-block.d.ts.map +1 -0
- package/declarations/components/eui-markdown-format/markdown-code.d.ts +13 -0
- package/declarations/components/eui-markdown-format/markdown-code.d.ts.map +1 -0
- package/declarations/components/eui-markdown-format/markdown-tooltip.d.ts +15 -0
- package/declarations/components/eui-markdown-format/markdown-tooltip.d.ts.map +1 -0
- package/declarations/components/eui-markdown-format.d.ts +23 -0
- package/declarations/components/eui-markdown-format.d.ts.map +1 -0
- package/declarations/components/eui-modal-body.d.ts +10 -0
- package/declarations/components/eui-modal-body.d.ts.map +1 -0
- package/declarations/components/eui-modal-footer.d.ts +10 -0
- package/declarations/components/eui-modal-footer.d.ts.map +1 -0
- package/declarations/components/eui-modal-header-title.d.ts +10 -0
- package/declarations/components/eui-modal-header-title.d.ts.map +1 -0
- package/declarations/components/eui-modal-header.d.ts +10 -0
- package/declarations/components/eui-modal-header.d.ts.map +1 -0
- package/declarations/components/eui-modal.d.ts +27 -0
- package/declarations/components/eui-modal.d.ts.map +1 -0
- package/declarations/components/eui-notification-badge.d.ts +15 -0
- package/declarations/components/eui-notification-badge.d.ts.map +1 -0
- package/declarations/components/eui-notification-event-messages.d.ts +13 -0
- package/declarations/components/eui-notification-event-messages.d.ts.map +1 -0
- package/declarations/components/eui-notification-event-meta.d.ts +24 -0
- package/declarations/components/eui-notification-event-meta.d.ts.map +1 -0
- package/declarations/components/eui-notification-event-read-button.d.ts +13 -0
- package/declarations/components/eui-notification-event-read-button.d.ts.map +1 -0
- package/declarations/components/eui-notification-event-read-icon.d.ts +14 -0
- package/declarations/components/eui-notification-event-read-icon.d.ts.map +1 -0
- package/declarations/components/eui-notification-event.d.ts +40 -0
- package/declarations/components/eui-notification-event.d.ts.map +1 -0
- package/declarations/components/eui-overlay-mask.d.ts +20 -0
- package/declarations/components/eui-overlay-mask.d.ts.map +1 -0
- package/declarations/components/eui-page-body.d.ts +22 -0
- package/declarations/components/eui-page-body.d.ts.map +1 -0
- package/declarations/components/eui-page-content-body.d.ts +18 -0
- package/declarations/components/eui-page-content-body.d.ts.map +1 -0
- package/declarations/components/eui-page-content-header-section.d.ts +10 -0
- package/declarations/components/eui-page-content-header-section.d.ts.map +1 -0
- package/declarations/components/eui-page-content-header.d.ts +13 -0
- package/declarations/components/eui-page-content-header.d.ts.map +1 -0
- package/declarations/components/eui-page-content.d.ts +22 -0
- package/declarations/components/eui-page-content.d.ts.map +1 -0
- package/declarations/components/eui-page-header-content.d.ts +98 -0
- package/declarations/components/eui-page-header-content.d.ts.map +1 -0
- package/declarations/components/eui-page-header-section.d.ts +10 -0
- package/declarations/components/eui-page-header-section.d.ts.map +1 -0
- package/declarations/components/eui-page-header.d.ts +89 -0
- package/declarations/components/eui-page-header.d.ts.map +1 -0
- package/declarations/components/eui-page-side-bar.d.ts +15 -0
- package/declarations/components/eui-page-side-bar.d.ts.map +1 -0
- package/declarations/components/eui-page-template.d.ts +77 -0
- package/declarations/components/eui-page-template.d.ts.map +1 -0
- package/declarations/components/eui-page.d.ts +17 -0
- package/declarations/components/eui-page.d.ts.map +1 -0
- package/declarations/components/eui-pagination/button-wrapper.d.ts +16 -0
- package/declarations/components/eui-pagination/button-wrapper.d.ts.map +1 -0
- package/declarations/components/eui-pagination/next-button.d.ts +19 -0
- package/declarations/components/eui-pagination/next-button.d.ts.map +1 -0
- package/declarations/components/eui-pagination/previous-button.d.ts +18 -0
- package/declarations/components/eui-pagination/previous-button.d.ts.map +1 -0
- package/declarations/components/eui-pagination-button.d.ts +20 -0
- package/declarations/components/eui-pagination-button.d.ts.map +1 -0
- package/declarations/components/eui-pagination.d.ts +79 -0
- package/declarations/components/eui-pagination.d.ts.map +1 -0
- package/declarations/components/eui-panel.d.ts +45 -0
- package/declarations/components/eui-panel.d.ts.map +1 -0
- package/declarations/components/eui-popover-footer.d.ts +14 -0
- package/declarations/components/eui-popover-footer.d.ts.map +1 -0
- package/declarations/components/eui-popover-title.d.ts +14 -0
- package/declarations/components/eui-popover-title.d.ts.map +1 -0
- package/declarations/components/eui-popover.d.ts +218 -0
- package/declarations/components/eui-popover.d.ts.map +1 -0
- package/declarations/components/eui-portal.d.ts +28 -0
- package/declarations/components/eui-portal.d.ts.map +1 -0
- package/declarations/components/eui-progress.d.ts +22 -0
- package/declarations/components/eui-progress.d.ts.map +1 -0
- package/declarations/components/eui-radio-group.d.ts +25 -0
- package/declarations/components/eui-radio-group.d.ts.map +1 -0
- package/declarations/components/eui-radio.d.ts +24 -0
- package/declarations/components/eui-radio.d.ts.map +1 -0
- package/declarations/components/eui-range-highlight.d.ts +16 -0
- package/declarations/components/eui-range-highlight.d.ts.map +1 -0
- package/declarations/components/eui-range-input.d.ts +25 -0
- package/declarations/components/eui-range-input.d.ts.map +1 -0
- package/declarations/components/eui-range-label.d.ts +13 -0
- package/declarations/components/eui-range-label.d.ts.map +1 -0
- package/declarations/components/eui-range-levels.d.ts +27 -0
- package/declarations/components/eui-range-levels.d.ts.map +1 -0
- package/declarations/components/eui-range-slider.d.ts +25 -0
- package/declarations/components/eui-range-slider.d.ts.map +1 -0
- package/declarations/components/eui-range-thumb.d.ts +15 -0
- package/declarations/components/eui-range-thumb.d.ts.map +1 -0
- package/declarations/components/eui-range-ticks.d.ts +29 -0
- package/declarations/components/eui-range-ticks.d.ts.map +1 -0
- package/declarations/components/eui-range-tooltip.d.ts +33 -0
- package/declarations/components/eui-range-tooltip.d.ts.map +1 -0
- package/declarations/components/eui-range-track.d.ts +43 -0
- package/declarations/components/eui-range-track.d.ts.map +1 -0
- package/declarations/components/eui-range-wrapper.d.ts +14 -0
- package/declarations/components/eui-range-wrapper.d.ts.map +1 -0
- package/declarations/components/eui-range.d.ts +112 -0
- package/declarations/components/eui-range.d.ts.map +1 -0
- package/declarations/components/eui-select.d.ts +31 -0
- package/declarations/components/eui-select.d.ts.map +1 -0
- package/declarations/components/eui-selectable-list-item.d.ts +15 -0
- package/declarations/components/eui-selectable-list-item.d.ts.map +1 -0
- package/declarations/components/eui-show-for.d.ts +30 -0
- package/declarations/components/eui-show-for.d.ts.map +1 -0
- package/declarations/components/eui-side-nav-item/button.d.ts +16 -0
- package/declarations/components/eui-side-nav-item/button.d.ts.map +1 -0
- package/declarations/components/eui-side-nav-item.d.ts +32 -0
- package/declarations/components/eui-side-nav-item.d.ts.map +1 -0
- package/declarations/components/eui-side-nav.d.ts +48 -0
- package/declarations/components/eui-side-nav.d.ts.map +1 -0
- package/declarations/components/eui-spacer.d.ts +11 -0
- package/declarations/components/eui-spacer.d.ts.map +1 -0
- package/declarations/components/eui-split-panel/inner.d.ts +18 -0
- package/declarations/components/eui-split-panel/inner.d.ts.map +1 -0
- package/declarations/components/eui-split-panel/outer.d.ts +22 -0
- package/declarations/components/eui-split-panel/outer.d.ts.map +1 -0
- package/declarations/components/eui-stat/description.d.ts +15 -0
- package/declarations/components/eui-stat/description.d.ts.map +1 -0
- package/declarations/components/eui-stat/title.d.ts +17 -0
- package/declarations/components/eui-stat/title.d.ts.map +1 -0
- package/declarations/components/eui-stat.d.ts +28 -0
- package/declarations/components/eui-stat.d.ts.map +1 -0
- package/declarations/components/eui-step-horizontal.d.ts +38 -0
- package/declarations/components/eui-step-horizontal.d.ts.map +1 -0
- package/declarations/components/eui-step-number.d.ts +31 -0
- package/declarations/components/eui-step-number.d.ts.map +1 -0
- package/declarations/components/eui-step.d.ts +18 -0
- package/declarations/components/eui-step.d.ts.map +1 -0
- package/declarations/components/eui-steps-horizontal.d.ts +10 -0
- package/declarations/components/eui-steps-horizontal.d.ts.map +1 -0
- package/declarations/components/eui-steps.d.ts +13 -0
- package/declarations/components/eui-steps.d.ts.map +1 -0
- package/declarations/components/eui-sub-steps.d.ts +10 -0
- package/declarations/components/eui-sub-steps.d.ts.map +1 -0
- package/declarations/components/eui-super-date-picker/date-popover/absolute-tab.d.ts +27 -0
- package/declarations/components/eui-super-date-picker/date-popover/absolute-tab.d.ts.map +1 -0
- package/declarations/components/eui-super-date-picker/date-popover/datetime-picker.d.ts +65 -0
- package/declarations/components/eui-super-date-picker/date-popover/datetime-picker.d.ts.map +1 -0
- package/declarations/components/eui-super-date-picker/date-popover/eui-date-popover-button.d.ts +45 -0
- package/declarations/components/eui-super-date-picker/date-popover/eui-date-popover-button.d.ts.map +1 -0
- package/declarations/components/eui-super-date-picker/date-popover/eui-date-popover-content.d.ts +49 -0
- package/declarations/components/eui-super-date-picker/date-popover/eui-date-popover-content.d.ts.map +1 -0
- package/declarations/components/eui-super-date-picker/date-popover/now-tab.d.ts +10 -0
- package/declarations/components/eui-super-date-picker/date-popover/now-tab.d.ts.map +1 -0
- package/declarations/components/eui-super-date-picker/date-popover/relative-tab.d.ts +31 -0
- package/declarations/components/eui-super-date-picker/date-popover/relative-tab.d.ts.map +1 -0
- package/declarations/components/eui-super-date-picker/eui-date-picker-range.d.ts +18 -0
- package/declarations/components/eui-super-date-picker/eui-date-picker-range.d.ts.map +1 -0
- package/declarations/components/eui-super-date-picker/eui-quick-select-popover/eui-commonly-used-time-ranges.d.ts +14 -0
- package/declarations/components/eui-super-date-picker/eui-quick-select-popover/eui-commonly-used-time-ranges.d.ts.map +1 -0
- package/declarations/components/eui-super-date-picker/eui-quick-select-popover/eui-quick-select.d.ts +37 -0
- package/declarations/components/eui-super-date-picker/eui-quick-select-popover/eui-quick-select.d.ts.map +1 -0
- package/declarations/components/eui-super-date-picker/eui-quick-select-popover/eui-recently-used.d.ts +14 -0
- package/declarations/components/eui-super-date-picker/eui-quick-select-popover/eui-recently-used.d.ts.map +1 -0
- package/declarations/components/eui-super-date-picker/eui-quick-select-popover.d.ts +33 -0
- package/declarations/components/eui-super-date-picker/eui-quick-select-popover.d.ts.map +1 -0
- package/declarations/components/eui-super-date-picker/eui-super-update-button.d.ts +20 -0
- package/declarations/components/eui-super-date-picker/eui-super-update-button.d.ts.map +1 -0
- package/declarations/components/eui-super-date-picker/utils/date-utils.d.ts +15 -0
- package/declarations/components/eui-super-date-picker/utils/date-utils.d.ts.map +1 -0
- package/declarations/components/eui-super-date-picker/utils/index.d.ts +31 -0
- package/declarations/components/eui-super-date-picker/utils/index.d.ts.map +1 -0
- package/declarations/components/eui-super-date-picker/utils/pretty-duration.d.ts +25 -0
- package/declarations/components/eui-super-date-picker/utils/pretty-duration.d.ts.map +1 -0
- package/declarations/components/eui-super-date-picker/utils/quick-select.d.ts +14 -0
- package/declarations/components/eui-super-date-picker/utils/quick-select.d.ts.map +1 -0
- package/declarations/components/eui-super-date-picker/utils/time-options.d.ts +20 -0
- package/declarations/components/eui-super-date-picker/utils/time-options.d.ts.map +1 -0
- package/declarations/components/eui-super-date-picker.d.ts +102 -0
- package/declarations/components/eui-super-date-picker.d.ts.map +1 -0
- package/declarations/components/eui-switch.d.ts +30 -0
- package/declarations/components/eui-switch.d.ts.map +1 -0
- package/declarations/components/eui-tab.d.ts +21 -0
- package/declarations/components/eui-tab.d.ts.map +1 -0
- package/declarations/components/eui-tabbed-content.d.ts +65 -0
- package/declarations/components/eui-tabbed-content.d.ts.map +1 -0
- package/declarations/components/eui-tabs.d.ts +18 -0
- package/declarations/components/eui-tabs.d.ts.map +1 -0
- package/declarations/components/eui-text-align.d.ts +13 -0
- package/declarations/components/eui-text-align.d.ts.map +1 -0
- package/declarations/components/eui-text-area.d.ts +22 -0
- package/declarations/components/eui-text-area.d.ts.map +1 -0
- package/declarations/components/eui-text-color.d.ts +14 -0
- package/declarations/components/eui-text-color.d.ts.map +1 -0
- package/declarations/components/eui-text.d.ts +19 -0
- package/declarations/components/eui-text.d.ts.map +1 -0
- package/declarations/components/eui-title.d.ts +17 -0
- package/declarations/components/eui-title.d.ts.map +1 -0
- package/declarations/components/eui-toast.d.ts +35 -0
- package/declarations/components/eui-toast.d.ts.map +1 -0
- package/declarations/components/eui-tool-tip-popover.d.ts +26 -0
- package/declarations/components/eui-tool-tip-popover.d.ts.map +1 -0
- package/declarations/components/eui-tool-tip.d.ts +108 -0
- package/declarations/components/eui-tool-tip.d.ts.map +1 -0
- package/declarations/components/text-block.d.ts +13 -0
- package/declarations/components/text-block.d.ts.map +1 -0
- package/declarations/components.d.ts +150 -0
- package/declarations/components.d.ts.map +1 -0
- package/declarations/helpers/arg-or-default.d.ts +21 -0
- package/declarations/helpers/arg-or-default.d.ts.map +1 -0
- package/declarations/helpers/cast-to.d.ts +14 -0
- package/declarations/helpers/cast-to.d.ts.map +1 -0
- package/declarations/helpers/class-names.d.ts +47 -0
- package/declarations/helpers/class-names.d.ts.map +1 -0
- package/declarations/helpers/eui-page-restrict-width.d.ts +30 -0
- package/declarations/helpers/eui-page-restrict-width.d.ts.map +1 -0
- package/declarations/helpers/eui-palette.d.ts +25 -0
- package/declarations/helpers/eui-palette.d.ts.map +1 -0
- package/declarations/helpers/get-eui-config.d.ts +14 -0
- package/declarations/helpers/get-eui-config.d.ts.map +1 -0
- package/declarations/helpers/get-range-tick.d.ts +21 -0
- package/declarations/helpers/get-range-tick.d.ts.map +1 -0
- package/declarations/helpers/hex-to-rgb.d.ts +10 -0
- package/declarations/helpers/hex-to-rgb.d.ts.map +1 -0
- package/declarations/helpers/inline-styles.d.ts +19 -0
- package/declarations/helpers/inline-styles.d.ts.map +1 -0
- package/declarations/helpers/is-color-dark.d.ts +10 -0
- package/declarations/helpers/is-color-dark.d.ts.map +1 -0
- package/declarations/helpers/is-item-open.d.ts +16 -0
- package/declarations/helpers/is-item-open.d.ts.map +1 -0
- package/declarations/helpers/is-valid-hex.d.ts +10 -0
- package/declarations/helpers/is-valid-hex.d.ts.map +1 -0
- package/declarations/helpers/is-within-number.d.ts +15 -0
- package/declarations/helpers/is-within-number.d.ts.map +1 -0
- package/declarations/helpers/merge.d.ts +9 -0
- package/declarations/helpers/merge.d.ts.map +1 -0
- package/declarations/helpers/nullish.d.ts +10 -0
- package/declarations/helpers/nullish.d.ts.map +1 -0
- package/declarations/helpers/starts-with.d.ts +10 -0
- package/declarations/helpers/starts-with.d.ts.map +1 -0
- package/declarations/helpers/to-initials.d.ts +11 -0
- package/declarations/helpers/to-initials.d.ts.map +1 -0
- package/declarations/helpers/type-of.d.ts +10 -0
- package/declarations/helpers/type-of.d.ts.map +1 -0
- package/declarations/helpers/use-state.d.ts +21 -0
- package/declarations/helpers/use-state.d.ts.map +1 -0
- package/declarations/helpers.d.ts +9 -0
- package/declarations/helpers.d.ts.map +1 -0
- package/declarations/i18n/util.d.ts +12 -0
- package/declarations/i18n/util.d.ts.map +1 -0
- package/declarations/modifiers/mutation-observer.d.ts +12 -0
- package/declarations/modifiers/mutation-observer.d.ts.map +1 -0
- package/declarations/modifiers/open-collapsible-nav.d.ts +9 -0
- package/declarations/modifiers/open-collapsible-nav.d.ts.map +1 -0
- package/declarations/modifiers/outside-click-detector.d.ts +38 -0
- package/declarations/modifiers/outside-click-detector.d.ts.map +1 -0
- package/declarations/modifiers/resize-observer.d.ts +36 -0
- package/declarations/modifiers/resize-observer.d.ts.map +1 -0
- package/declarations/modifiers/screen-reader-only.d.ts +9 -0
- package/declarations/modifiers/screen-reader-only.d.ts.map +1 -0
- package/declarations/modifiers/simple-style.d.ts +12 -0
- package/declarations/modifiers/simple-style.d.ts.map +1 -0
- package/declarations/modifiers/use-is-within-breakpoints.d.ts +15 -0
- package/declarations/modifiers/use-is-within-breakpoints.d.ts.map +1 -0
- package/declarations/modifiers/validatable-control.d.ts +9 -0
- package/declarations/modifiers/validatable-control.d.ts.map +1 -0
- package/declarations/modifiers.d.ts +8 -0
- package/declarations/modifiers.d.ts.map +1 -0
- package/declarations/services/eui-config.d.ts +15 -0
- package/declarations/services/eui-config.d.ts.map +1 -0
- package/declarations/services/eui-i18n.d.ts +24 -0
- package/declarations/services/eui-i18n.d.ts.map +1 -0
- package/declarations/services/eui-toaster.d.ts +15 -0
- package/declarations/services/eui-toaster.d.ts.map +1 -0
- package/declarations/template-registry.d.ts +476 -0
- package/declarations/template-registry.d.ts.map +1 -0
- package/declarations/utils/accesibility/accessible-click-keys.d.ts +5 -0
- package/declarations/utils/accesibility/accessible-click-keys.d.ts.map +1 -0
- package/declarations/utils/accesibility/cascading-menu-keys.d.ts +9 -0
- package/declarations/utils/accesibility/cascading-menu-keys.d.ts.map +1 -0
- package/declarations/utils/accesibility/combo-box-keys.d.ts +8 -0
- package/declarations/utils/accesibility/combo-box-keys.d.ts.map +1 -0
- package/declarations/utils/accesibility/index.d.ts +4 -0
- package/declarations/utils/accesibility/index.d.ts.map +1 -0
- package/declarations/utils/breakpoint.d.ts +50 -0
- package/declarations/utils/breakpoint.d.ts.map +1 -0
- package/declarations/utils/browser/browser.d.ts +6 -0
- package/declarations/utils/browser/browser.d.ts.map +1 -0
- package/declarations/utils/browser/index.d.ts +2 -0
- package/declarations/utils/browser/index.d.ts.map +1 -0
- package/declarations/utils/code/utils.d.ts +32 -0
- package/declarations/utils/code/utils.d.ts.map +1 -0
- package/declarations/utils/color/color_palette.d.ts +24 -0
- package/declarations/utils/color/color_palette.d.ts.map +1 -0
- package/declarations/utils/color/eui_palettes.d.ts +37 -0
- package/declarations/utils/color/eui_palettes.d.ts.map +1 -0
- package/declarations/utils/color/index.d.ts +6 -0
- package/declarations/utils/color/index.d.ts.map +1 -0
- package/declarations/utils/copy-to-clipboard.d.ts +2 -0
- package/declarations/utils/copy-to-clipboard.d.ts.map +1 -0
- package/declarations/utils/css-mappings/eui-accordion.d.ts +12 -0
- package/declarations/utils/css-mappings/eui-accordion.d.ts.map +1 -0
- package/declarations/utils/css-mappings/eui-avatar.d.ts +23 -0
- package/declarations/utils/css-mappings/eui-avatar.d.ts.map +1 -0
- package/declarations/utils/css-mappings/eui-badge-group.d.ts +8 -0
- package/declarations/utils/css-mappings/eui-badge-group.d.ts.map +1 -0
- package/declarations/utils/css-mappings/eui-badge.d.ts +31 -0
- package/declarations/utils/css-mappings/eui-badge.d.ts.map +1 -0
- package/declarations/utils/css-mappings/eui-beta-badge.d.ts +13 -0
- package/declarations/utils/css-mappings/eui-beta-badge.d.ts.map +1 -0
- package/declarations/utils/css-mappings/eui-bottom-bar.d.ts +4 -0
- package/declarations/utils/css-mappings/eui-bottom-bar.d.ts.map +1 -0
- package/declarations/utils/css-mappings/eui-button-empty.d.ts +22 -0
- package/declarations/utils/css-mappings/eui-button-empty.d.ts.map +1 -0
- package/declarations/utils/css-mappings/eui-button-group-button.d.ts +4 -0
- package/declarations/utils/css-mappings/eui-button-group-button.d.ts.map +1 -0
- package/declarations/utils/css-mappings/eui-button-group.d.ts +4 -0
- package/declarations/utils/css-mappings/eui-button-group.d.ts.map +1 -0
- package/declarations/utils/css-mappings/eui-button-icon.d.ts +23 -0
- package/declarations/utils/css-mappings/eui-button-icon.d.ts.map +1 -0
- package/declarations/utils/css-mappings/eui-button.d.ts +13 -0
- package/declarations/utils/css-mappings/eui-button.d.ts.map +1 -0
- package/declarations/utils/css-mappings/eui-call-out.d.ts +13 -0
- package/declarations/utils/css-mappings/eui-call-out.d.ts.map +1 -0
- package/declarations/utils/css-mappings/eui-card-select.d.ts +4 -0
- package/declarations/utils/css-mappings/eui-card-select.d.ts.map +1 -0
- package/declarations/utils/css-mappings/eui-card.d.ts +9 -0
- package/declarations/utils/css-mappings/eui-card.d.ts.map +1 -0
- package/declarations/utils/css-mappings/eui-code-block.d.ts +15 -0
- package/declarations/utils/css-mappings/eui-code-block.d.ts.map +1 -0
- package/declarations/utils/css-mappings/eui-collapsible-nav-group.d.ts +9 -0
- package/declarations/utils/css-mappings/eui-collapsible-nav-group.d.ts.map +1 -0
- package/declarations/utils/css-mappings/eui-comment-event.d.ts +4 -0
- package/declarations/utils/css-mappings/eui-comment-event.d.ts.map +1 -0
- package/declarations/utils/css-mappings/eui-comment-timeline-icon.d.ts +7 -0
- package/declarations/utils/css-mappings/eui-comment-timeline-icon.d.ts.map +1 -0
- package/declarations/utils/css-mappings/eui-context-menu-item.d.ts +15 -0
- package/declarations/utils/css-mappings/eui-context-menu-item.d.ts.map +1 -0
- package/declarations/utils/css-mappings/eui-described-form-group.d.ts +12 -0
- package/declarations/utils/css-mappings/eui-described-form-group.d.ts.map +1 -0
- package/declarations/utils/css-mappings/eui-description-list.d.ts +18 -0
- package/declarations/utils/css-mappings/eui-description-list.d.ts.map +1 -0
- package/declarations/utils/css-mappings/eui-empty-prompt.d.ts +10 -0
- package/declarations/utils/css-mappings/eui-empty-prompt.d.ts.map +1 -0
- package/declarations/utils/css-mappings/eui-file-picker.d.ts +8 -0
- package/declarations/utils/css-mappings/eui-file-picker.d.ts.map +1 -0
- package/declarations/utils/css-mappings/eui-flex-grid.d.ts +22 -0
- package/declarations/utils/css-mappings/eui-flex-grid.d.ts.map +1 -0
- package/declarations/utils/css-mappings/eui-flex-group.d.ts +33 -0
- package/declarations/utils/css-mappings/eui-flex-group.d.ts.map +1 -0
- package/declarations/utils/css-mappings/eui-flex-item.d.ts +17 -0
- package/declarations/utils/css-mappings/eui-flex-item.d.ts.map +1 -0
- package/declarations/utils/css-mappings/eui-flyout.d.ts +23 -0
- package/declarations/utils/css-mappings/eui-flyout.d.ts.map +1 -0
- package/declarations/utils/css-mappings/eui-form-control-layout-clear-button.d.ts +8 -0
- package/declarations/utils/css-mappings/eui-form-control-layout-clear-button.d.ts.map +1 -0
- package/declarations/utils/css-mappings/eui-form-row.d.ts +12 -0
- package/declarations/utils/css-mappings/eui-form-row.d.ts.map +1 -0
- package/declarations/utils/css-mappings/eui-global-toast-list.d.ts +8 -0
- package/declarations/utils/css-mappings/eui-global-toast-list.d.ts.map +1 -0
- package/declarations/utils/css-mappings/eui-header-links.d.ts +18 -0
- package/declarations/utils/css-mappings/eui-header-links.d.ts.map +1 -0
- package/declarations/utils/css-mappings/eui-header-section-item.d.ts +9 -0
- package/declarations/utils/css-mappings/eui-header-section-item.d.ts.map +1 -0
- package/declarations/utils/css-mappings/eui-header-section.d.ts +12 -0
- package/declarations/utils/css-mappings/eui-header-section.d.ts.map +1 -0
- package/declarations/utils/css-mappings/eui-header.d.ts +12 -0
- package/declarations/utils/css-mappings/eui-header.d.ts.map +1 -0
- package/declarations/utils/css-mappings/eui-health.d.ts +10 -0
- package/declarations/utils/css-mappings/eui-health.d.ts.map +1 -0
- package/declarations/utils/css-mappings/eui-horizontal-rule.d.ts +18 -0
- package/declarations/utils/css-mappings/eui-horizontal-rule.d.ts.map +1 -0
- package/declarations/utils/css-mappings/eui-icon.d.ts +494 -0
- package/declarations/utils/css-mappings/eui-icon.d.ts.map +1 -0
- package/declarations/utils/css-mappings/eui-image.d.ts +22 -0
- package/declarations/utils/css-mappings/eui-image.d.ts.map +1 -0
- package/declarations/utils/css-mappings/eui-link.d.ts +14 -0
- package/declarations/utils/css-mappings/eui-link.d.ts.map +1 -0
- package/declarations/utils/css-mappings/eui-list-group-item.d.ts +17 -0
- package/declarations/utils/css-mappings/eui-list-group-item.d.ts.map +1 -0
- package/declarations/utils/css-mappings/eui-list-group.d.ts +12 -0
- package/declarations/utils/css-mappings/eui-list-group.d.ts.map +1 -0
- package/declarations/utils/css-mappings/eui-loading-spinner.d.ts +10 -0
- package/declarations/utils/css-mappings/eui-loading-spinner.d.ts.map +1 -0
- package/declarations/utils/css-mappings/eui-modal.d.ts +7 -0
- package/declarations/utils/css-mappings/eui-modal.d.ts.map +1 -0
- package/declarations/utils/css-mappings/eui-notification-badge.d.ts +11 -0
- package/declarations/utils/css-mappings/eui-notification-badge.d.ts.map +1 -0
- package/declarations/utils/css-mappings/eui-page-body.d.ts +16 -0
- package/declarations/utils/css-mappings/eui-page-body.d.ts.map +1 -0
- package/declarations/utils/css-mappings/eui-page-content-body.d.ts +10 -0
- package/declarations/utils/css-mappings/eui-page-content-body.d.ts.map +1 -0
- package/declarations/utils/css-mappings/eui-page-content.d.ts +10 -0
- package/declarations/utils/css-mappings/eui-page-content.d.ts.map +1 -0
- package/declarations/utils/css-mappings/eui-page-header.d.ts +10 -0
- package/declarations/utils/css-mappings/eui-page-header.d.ts.map +1 -0
- package/declarations/utils/css-mappings/eui-page-side-bar.d.ts +10 -0
- package/declarations/utils/css-mappings/eui-page-side-bar.d.ts.map +1 -0
- package/declarations/utils/css-mappings/eui-page.d.ts +24 -0
- package/declarations/utils/css-mappings/eui-page.d.ts.map +1 -0
- package/declarations/utils/css-mappings/eui-panel.d.ts +24 -0
- package/declarations/utils/css-mappings/eui-panel.d.ts.map +1 -0
- package/declarations/utils/css-mappings/eui-popover-footer.d.ts +10 -0
- package/declarations/utils/css-mappings/eui-popover-footer.d.ts.map +1 -0
- package/declarations/utils/css-mappings/eui-popover-title.d.ts +10 -0
- package/declarations/utils/css-mappings/eui-popover-title.d.ts.map +1 -0
- package/declarations/utils/css-mappings/eui-popover.d.ts +22 -0
- package/declarations/utils/css-mappings/eui-popover.d.ts.map +1 -0
- package/declarations/utils/css-mappings/eui-progress-data.d.ts +3 -0
- package/declarations/utils/css-mappings/eui-progress-data.d.ts.map +1 -0
- package/declarations/utils/css-mappings/eui-progress.d.ts +50 -0
- package/declarations/utils/css-mappings/eui-progress.d.ts.map +1 -0
- package/declarations/utils/css-mappings/eui-range-highlight.d.ts +11 -0
- package/declarations/utils/css-mappings/eui-range-highlight.d.ts.map +1 -0
- package/declarations/utils/css-mappings/eui-range-input.d.ts +8 -0
- package/declarations/utils/css-mappings/eui-range-input.d.ts.map +1 -0
- package/declarations/utils/css-mappings/eui-range-levels.d.ts +13 -0
- package/declarations/utils/css-mappings/eui-range-levels.d.ts.map +1 -0
- package/declarations/utils/css-mappings/eui-selectable-list-item.d.ts +7 -0
- package/declarations/utils/css-mappings/eui-selectable-list-item.d.ts.map +1 -0
- package/declarations/utils/css-mappings/eui-spacer.d.ts +12 -0
- package/declarations/utils/css-mappings/eui-spacer.d.ts.map +1 -0
- package/declarations/utils/css-mappings/eui-stat.d.ts +17 -0
- package/declarations/utils/css-mappings/eui-stat.d.ts.map +1 -0
- package/declarations/utils/css-mappings/eui-step-number.d.ts +11 -0
- package/declarations/utils/css-mappings/eui-step-number.d.ts.map +1 -0
- package/declarations/utils/css-mappings/eui-tabs.d.ts +14 -0
- package/declarations/utils/css-mappings/eui-tabs.d.ts.map +1 -0
- package/declarations/utils/css-mappings/eui-text-align.d.ts +9 -0
- package/declarations/utils/css-mappings/eui-text-align.d.ts.map +1 -0
- package/declarations/utils/css-mappings/eui-text-area.d.ts +10 -0
- package/declarations/utils/css-mappings/eui-text-area.d.ts.map +1 -0
- package/declarations/utils/css-mappings/eui-text-color.d.ts +14 -0
- package/declarations/utils/css-mappings/eui-text-color.d.ts.map +1 -0
- package/declarations/utils/css-mappings/eui-text.d.ts +9 -0
- package/declarations/utils/css-mappings/eui-text.d.ts.map +1 -0
- package/declarations/utils/css-mappings/eui-title.d.ts +15 -0
- package/declarations/utils/css-mappings/eui-title.d.ts.map +1 -0
- package/declarations/utils/css-mappings/eui-toast.d.ts +11 -0
- package/declarations/utils/css-mappings/eui-toast.d.ts.map +1 -0
- package/declarations/utils/css-mappings/eui-tool-tip.d.ts +10 -0
- package/declarations/utils/css-mappings/eui-tool-tip.d.ts.map +1 -0
- package/declarations/utils/css-mappings/index.d.ts +3 -0
- package/declarations/utils/css-mappings/index.d.ts.map +1 -0
- package/declarations/utils/detect-element-resize.d.ts +17 -0
- package/declarations/utils/detect-element-resize.d.ts.map +1 -0
- package/declarations/utils/index.d.ts +3 -0
- package/declarations/utils/index.d.ts.map +1 -0
- package/declarations/utils/keys.d.ts +31 -0
- package/declarations/utils/keys.d.ts.map +1 -0
- package/declarations/utils/markdown/markdown-actions.d.ts +45 -0
- package/declarations/utils/markdown/markdown-actions.d.ts.map +1 -0
- package/declarations/utils/markdown/markdown-modes.d.ts +4 -0
- package/declarations/utils/markdown/markdown-modes.d.ts.map +1 -0
- package/declarations/utils/markdown/markdown-types.d.ts +100 -0
- package/declarations/utils/markdown/markdown-types.d.ts.map +1 -0
- package/declarations/utils/markdown/plugins/markdown-add-components/index.d.ts +3 -0
- package/declarations/utils/markdown/plugins/markdown-add-components/index.d.ts.map +1 -0
- package/declarations/utils/markdown/plugins/markdown-add-components/processor.d.ts +6 -0
- package/declarations/utils/markdown/plugins/markdown-add-components/processor.d.ts.map +1 -0
- package/declarations/utils/markdown/plugins/markdown-checkbox/index.d.ts +2 -0
- package/declarations/utils/markdown/plugins/markdown-checkbox/index.d.ts.map +1 -0
- package/declarations/utils/markdown/plugins/markdown-checkbox/parser.d.ts +3 -0
- package/declarations/utils/markdown/plugins/markdown-checkbox/parser.d.ts.map +1 -0
- package/declarations/utils/markdown/plugins/markdown-default-plugins/index.d.ts +5 -0
- package/declarations/utils/markdown/plugins/markdown-default-plugins/index.d.ts.map +1 -0
- package/declarations/utils/markdown/plugins/markdown-default-plugins/parsing-plugins.d.ts +7 -0
- package/declarations/utils/markdown/plugins/markdown-default-plugins/parsing-plugins.d.ts.map +1 -0
- package/declarations/utils/markdown/plugins/markdown-default-plugins/plugins.d.ts +11 -0
- package/declarations/utils/markdown/plugins/markdown-default-plugins/plugins.d.ts.map +1 -0
- package/declarations/utils/markdown/plugins/markdown-default-plugins/processing-plugins.d.ts +21 -0
- package/declarations/utils/markdown/plugins/markdown-default-plugins/processing-plugins.d.ts.map +1 -0
- package/declarations/utils/markdown/plugins/markdown-default-plugins/ui-plugins.d.ts +7 -0
- package/declarations/utils/markdown/plugins/markdown-default-plugins/ui-plugins.d.ts.map +1 -0
- package/declarations/utils/markdown/plugins/markdown-tooltip/index.d.ts +3 -0
- package/declarations/utils/markdown/plugins/markdown-tooltip/index.d.ts.map +1 -0
- package/declarations/utils/markdown/plugins/markdown-tooltip/parser.d.ts +3 -0
- package/declarations/utils/markdown/plugins/markdown-tooltip/parser.d.ts.map +1 -0
- package/declarations/utils/markdown/plugins/markdown-tooltip/plugin.d.ts +14 -0
- package/declarations/utils/markdown/plugins/markdown-tooltip/plugin.d.ts.map +1 -0
- package/declarations/utils/markdown/plugins/to-dom.d.ts +20 -0
- package/declarations/utils/markdown/plugins/to-dom.d.ts.map +1 -0
- package/declarations/utils/markdown/remark/remark-prismjs.d.ts +5 -0
- package/declarations/utils/markdown/remark/remark-prismjs.d.ts.map +1 -0
- package/declarations/utils/maybe-unwrap-proxy.d.ts +5 -0
- package/declarations/utils/maybe-unwrap-proxy.d.ts.map +1 -0
- package/declarations/utils/number/index.d.ts +2 -0
- package/declarations/utils/number/index.d.ts.map +1 -0
- package/declarations/utils/number/number.d.ts +3 -0
- package/declarations/utils/number/number.d.ts.map +1 -0
- package/declarations/utils/popover/index.d.ts +154 -0
- package/declarations/utils/popover/index.d.ts.map +1 -0
- package/declarations/utils/popover/types.d.ts +2 -0
- package/declarations/utils/popover/types.d.ts.map +1 -0
- package/declarations/utils/predicate/common_predicates.d.ts +6 -0
- package/declarations/utils/predicate/common_predicates.d.ts.map +1 -0
- package/declarations/utils/predicate/index.d.ts +3 -0
- package/declarations/utils/predicate/index.d.ts.map +1 -0
- package/declarations/utils/predicate/lodash_predicates.d.ts +8 -0
- package/declarations/utils/predicate/lodash_predicates.d.ts.map +1 -0
- package/declarations/utils/range/index.d.ts +2 -0
- package/declarations/utils/range/index.d.ts.map +1 -0
- package/declarations/utils/timer.d.ts +13 -0
- package/declarations/utils/timer.d.ts.map +1 -0
- package/declarations/utils/transition.d.ts +8 -0
- package/declarations/utils/transition.d.ts.map +1 -0
- package/dist/components/eui-accordion.js +1 -1
- package/dist/components/eui-accordion.js.map +1 -1
- package/dist/components/eui-auto-sizer.js.map +1 -1
- package/dist/components/eui-avatar.js.map +1 -1
- package/dist/components/eui-badge-group.js.map +1 -1
- package/dist/components/eui-badge.js.map +1 -1
- package/dist/components/eui-beta-badge.js.map +1 -1
- package/dist/components/eui-bottom-bar.js.map +1 -1
- package/dist/components/eui-breadcrumbs.js.map +1 -1
- package/dist/components/eui-button-content.js.map +1 -1
- package/dist/components/eui-button-empty.js.map +1 -1
- package/dist/components/eui-button-group-button.js.map +1 -1
- package/dist/components/eui-button-group.js.map +1 -1
- package/dist/components/eui-button-icon.js.map +1 -1
- package/dist/components/eui-button.js.map +1 -1
- package/dist/components/eui-call-out.js.map +1 -1
- package/dist/components/eui-card-select.js.map +1 -1
- package/dist/components/eui-card.js.map +1 -1
- package/dist/components/eui-checkable-card.js.map +1 -1
- package/dist/components/eui-checkbox-group.js.map +1 -1
- package/dist/components/eui-checkbox.js.map +1 -1
- package/dist/components/eui-code-block/controls.js.map +1 -1
- package/dist/components/eui-code-block/full-screen-display.js.map +1 -1
- package/dist/components/eui-code-block/virtualized.js.map +1 -1
- package/dist/components/eui-code-block.js.map +1 -1
- package/dist/components/eui-code.js.map +1 -1
- package/dist/components/eui-collapsible-nav-group.js.map +1 -1
- package/dist/components/eui-collapsible-nav.js.map +1 -1
- package/dist/components/eui-combo-box/create-option.js.map +1 -1
- package/dist/components/eui-combo-box/group.js.map +1 -1
- package/dist/components/eui-combo-box/no-matches-message.js.map +1 -1
- package/dist/components/eui-combo-box/options.js.map +1 -1
- package/dist/components/eui-combo-box/search-message.js.map +1 -1
- package/dist/components/eui-combo-box/trigger/input.js.map +1 -1
- package/dist/components/eui-combo-box/trigger.js.map +1 -1
- package/dist/components/eui-combo-box-pill.js.map +1 -1
- package/dist/components/eui-combo-box.js.map +1 -1
- package/dist/components/eui-comment-list.js.map +1 -1
- package/dist/components/eui-comment-timeline.js.map +1 -1
- package/dist/components/eui-comment.js.map +1 -1
- package/dist/components/eui-confirm-modal.js.map +1 -1
- package/dist/components/eui-context-menu-item.js.map +1 -1
- package/dist/components/eui-context-menu-panel.js.map +1 -1
- package/dist/components/eui-copy.js.map +1 -1
- package/dist/components/eui-described-form-group.js.map +1 -1
- package/dist/components/eui-description-list-description.js.map +1 -1
- package/dist/components/eui-description-list-title.js.map +1 -1
- package/dist/components/eui-description-list.js.map +1 -1
- package/dist/components/eui-dual-range.js.map +1 -1
- package/dist/components/eui-empty-prompt.js +1 -1
- package/dist/components/eui-empty-prompt.js.map +1 -1
- package/dist/components/eui-field-number.js.map +1 -1
- package/dist/components/eui-field-password.js.map +1 -1
- package/dist/components/eui-field-search.js.map +1 -1
- package/dist/components/eui-field-text.js.map +1 -1
- package/dist/components/eui-file-picker.js.map +1 -1
- package/dist/components/eui-flex-grid.js.map +1 -1
- package/dist/components/eui-flex-group.js.map +1 -1
- package/dist/components/eui-flex-item.js.map +1 -1
- package/dist/components/eui-flyout-body.js.map +1 -1
- package/dist/components/eui-flyout-footer.js.map +1 -1
- package/dist/components/eui-flyout-header.js.map +1 -1
- package/dist/components/eui-flyout.js.map +1 -1
- package/dist/components/eui-form-control-layout-clear-button.js.map +1 -1
- package/dist/components/eui-form-control-layout-custom-icon.js.map +1 -1
- package/dist/components/eui-form-control-layout-delimited.js.map +1 -1
- package/dist/components/eui-form-control-layout-icons.js.map +1 -1
- package/dist/components/eui-form-control-layout.js.map +1 -1
- package/dist/components/eui-form-error-text.js.map +1 -1
- package/dist/components/eui-form-fieldset.js.map +1 -1
- package/dist/components/eui-form-help-text.js.map +1 -1
- package/dist/components/eui-form-label.js.map +1 -1
- package/dist/components/eui-form-legend.js.map +1 -1
- package/dist/components/eui-form-row.js.map +1 -1
- package/dist/components/eui-form.js.map +1 -1
- package/dist/components/eui-global-toast-list.js.map +1 -1
- package/dist/components/eui-header-alert.js.map +1 -1
- package/dist/components/eui-header-breadcrumbs.js.map +1 -1
- package/dist/components/eui-header-link.js.map +1 -1
- package/dist/components/eui-header-links.js.map +1 -1
- package/dist/components/eui-header-logo.js.map +1 -1
- package/dist/components/eui-header-section-item-button.js.map +1 -1
- package/dist/components/eui-header-section-item.js.map +1 -1
- package/dist/components/eui-header-section.js.map +1 -1
- package/dist/components/eui-header.js.map +1 -1
- package/dist/components/eui-health.js.map +1 -1
- package/dist/components/eui-hide-for.js.map +1 -1
- package/dist/components/eui-horizontal-rule.js.map +1 -1
- package/dist/components/eui-i18n/render.js.map +1 -1
- package/dist/components/eui-i18n.js.map +1 -1
- package/dist/components/eui-icon-tip.js.map +1 -1
- package/dist/components/eui-icon.js.map +1 -1
- package/dist/components/eui-image.js.map +1 -1
- package/dist/components/eui-inner-text.js.map +1 -1
- package/dist/components/eui-input-popover.js.map +1 -1
- package/dist/components/eui-key-pad-menu-item.js.map +1 -1
- package/dist/components/eui-key-pad-menu.js.map +1 -1
- package/dist/components/eui-link.js.map +1 -1
- package/dist/components/eui-list-group-item.js.map +1 -1
- package/dist/components/eui-list-group.js.map +1 -1
- package/dist/components/eui-loading-content.js.map +1 -1
- package/dist/components/eui-loading-logo.js.map +1 -1
- package/dist/components/eui-loading-spinner.js.map +1 -1
- package/dist/components/eui-markdown-editor-drop-zone.js.map +1 -1
- package/dist/components/eui-markdown-editor-footer/icons/markdown-logo.js.map +1 -1
- package/dist/components/eui-markdown-editor-footer.js.map +1 -1
- package/dist/components/eui-markdown-editor-text-area.js.map +1 -1
- package/dist/components/eui-markdown-editor-toolbar/icons/markdown-checkmark.js.map +1 -1
- package/dist/components/eui-markdown-editor-toolbar.js.map +1 -1
- package/dist/components/eui-markdown-editor.js +1 -0
- package/dist/components/eui-markdown-editor.js.map +1 -1
- package/dist/components/eui-markdown-format/markdown-checkbox.js.map +1 -1
- package/dist/components/eui-markdown-format/markdown-code-block.js.map +1 -1
- package/dist/components/eui-markdown-format/markdown-code.js.map +1 -1
- package/dist/components/eui-markdown-format/markdown-tooltip.js.map +1 -1
- package/dist/components/eui-markdown-format.js +1 -0
- package/dist/components/eui-markdown-format.js.map +1 -1
- package/dist/components/eui-modal-body.js.map +1 -1
- package/dist/components/eui-modal-footer.js.map +1 -1
- package/dist/components/eui-modal-header-title.js.map +1 -1
- package/dist/components/eui-modal-header.js.map +1 -1
- package/dist/components/eui-modal.js.map +1 -1
- package/dist/components/eui-notification-badge.js.map +1 -1
- package/dist/components/eui-notification-event-messages.js.map +1 -1
- package/dist/components/eui-notification-event-meta.js.map +1 -1
- package/dist/components/eui-notification-event-read-button.js.map +1 -1
- package/dist/components/eui-notification-event-read-icon.js.map +1 -1
- package/dist/components/eui-notification-event.js.map +1 -1
- package/dist/components/eui-overlay-mask.js.map +1 -1
- package/dist/components/eui-page-body.js.map +1 -1
- package/dist/components/eui-page-content-body.js.map +1 -1
- package/dist/components/eui-page-content-header-section.js.map +1 -1
- package/dist/components/eui-page-content-header.js.map +1 -1
- package/dist/components/eui-page-content.js.map +1 -1
- package/dist/components/eui-page-header-content.js.map +1 -1
- package/dist/components/eui-page-header-section.js.map +1 -1
- package/dist/components/eui-page-header.js.map +1 -1
- package/dist/components/eui-page-side-bar.js.map +1 -1
- package/dist/components/eui-page-template.js.map +1 -1
- package/dist/components/eui-page.js.map +1 -1
- package/dist/components/eui-pagination/button-wrapper.js.map +1 -1
- package/dist/components/eui-pagination/next-button.js.map +1 -1
- package/dist/components/eui-pagination/previous-button.js.map +1 -1
- package/dist/components/eui-pagination-button.js.map +1 -1
- package/dist/components/eui-pagination.js.map +1 -1
- package/dist/components/eui-panel.js.map +1 -1
- package/dist/components/eui-popover-footer.js.map +1 -1
- package/dist/components/eui-popover-title.js.map +1 -1
- package/dist/components/eui-popover.js +34 -2
- package/dist/components/eui-popover.js.map +1 -1
- package/dist/components/eui-portal.js +2 -2
- package/dist/components/eui-portal.js.map +1 -1
- package/dist/components/eui-progress.js.map +1 -1
- package/dist/components/eui-radio-group.js.map +1 -1
- package/dist/components/eui-radio.js.map +1 -1
- package/dist/components/eui-range-highlight.js.map +1 -1
- package/dist/components/eui-range-input.js.map +1 -1
- package/dist/components/eui-range-label.js.map +1 -1
- package/dist/components/eui-range-levels.js.map +1 -1
- package/dist/components/eui-range-slider.js.map +1 -1
- package/dist/components/eui-range-thumb.js.map +1 -1
- package/dist/components/eui-range-ticks.js.map +1 -1
- package/dist/components/eui-range-tooltip.js.map +1 -1
- package/dist/components/eui-range-track.js.map +1 -1
- package/dist/components/eui-range-wrapper.js.map +1 -1
- package/dist/components/eui-range.js.map +1 -1
- package/dist/components/eui-select.js.map +1 -1
- package/dist/components/eui-selectable-list-item.js.map +1 -1
- package/dist/components/eui-show-for.js.map +1 -1
- package/dist/components/eui-side-nav-item/button.js.map +1 -1
- package/dist/components/eui-side-nav-item.js.map +1 -1
- package/dist/components/eui-side-nav.js.map +1 -1
- package/dist/components/eui-spacer.js.map +1 -1
- package/dist/components/eui-split-panel/inner.js.map +1 -1
- package/dist/components/eui-split-panel/outer.js.map +1 -1
- package/dist/components/eui-stat/description.js.map +1 -1
- package/dist/components/eui-stat/title.js.map +1 -1
- package/dist/components/eui-stat.js.map +1 -1
- package/dist/components/eui-step-horizontal.js.map +1 -1
- package/dist/components/eui-step-number.js.map +1 -1
- package/dist/components/eui-step.js.map +1 -1
- package/dist/components/eui-steps-horizontal.js.map +1 -1
- package/dist/components/eui-steps.js.map +1 -1
- package/dist/components/eui-sub-steps.js.map +1 -1
- package/dist/components/eui-super-date-picker/date-popover/absolute-tab.js.map +1 -1
- package/dist/components/eui-super-date-picker/date-popover/datetime-picker.js.map +1 -1
- package/dist/components/eui-super-date-picker/date-popover/eui-date-popover-button.js +15 -3
- package/dist/components/eui-super-date-picker/date-popover/eui-date-popover-button.js.map +1 -1
- package/dist/components/eui-super-date-picker/date-popover/eui-date-popover-content.js +5 -1
- package/dist/components/eui-super-date-picker/date-popover/eui-date-popover-content.js.map +1 -1
- package/dist/components/eui-super-date-picker/date-popover/now-tab.js.map +1 -1
- package/dist/components/eui-super-date-picker/date-popover/relative-tab.js.map +1 -1
- package/dist/components/eui-super-date-picker/eui-date-picker-range.js.map +1 -1
- package/dist/components/eui-super-date-picker/eui-quick-select-popover/eui-commonly-used-time-ranges.js.map +1 -1
- package/dist/components/eui-super-date-picker/eui-quick-select-popover/eui-quick-select.js.map +1 -1
- package/dist/components/eui-super-date-picker/eui-quick-select-popover/eui-recently-used.js.map +1 -1
- package/dist/components/eui-super-date-picker/eui-quick-select-popover.js +10 -1
- package/dist/components/eui-super-date-picker/eui-quick-select-popover.js.map +1 -1
- package/dist/components/eui-super-date-picker/eui-super-update-button.js.map +1 -1
- package/dist/components/eui-super-date-picker/utils/index.js +1 -1
- package/dist/components/eui-super-date-picker/utils/index.js.map +1 -1
- package/dist/components/eui-super-date-picker.js.map +1 -1
- package/dist/components/eui-switch.js.map +1 -1
- package/dist/components/eui-tab.js.map +1 -1
- package/dist/components/eui-tabbed-content.js.map +1 -1
- package/dist/components/eui-tabs.js.map +1 -1
- package/dist/components/eui-text-align.js.map +1 -1
- package/dist/components/eui-text-area.js.map +1 -1
- package/dist/components/eui-text-color.js.map +1 -1
- package/dist/components/eui-text.js.map +1 -1
- package/dist/components/eui-title.js.map +1 -1
- package/dist/components/eui-toast.js.map +1 -1
- package/dist/components/eui-tool-tip-popover.js.map +1 -1
- package/dist/components/eui-tool-tip.js.map +1 -1
- package/dist/components/text-block.js.map +1 -1
- package/dist/utils/popover/index.js +17 -0
- package/dist/utils/popover/index.js.map +1 -1
- package/package.json +6 -10
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import type { EuiStepNumberSignature } from './eui-step-number';
|
|
2
|
+
import type { TemplateOnlyComponent } from '@ember/component/template-only';
|
|
3
|
+
export interface EuiStepHorizontalSignature {
|
|
4
|
+
Element: HTMLButtonElement;
|
|
5
|
+
Args: {
|
|
6
|
+
/**
|
|
7
|
+
* The title of the step
|
|
8
|
+
*/
|
|
9
|
+
title?: string;
|
|
10
|
+
/**
|
|
11
|
+
* The number of the step
|
|
12
|
+
*/
|
|
13
|
+
step?: number;
|
|
14
|
+
/**
|
|
15
|
+
* Whether or not the step is selected
|
|
16
|
+
*/
|
|
17
|
+
isSelected?: boolean;
|
|
18
|
+
/**
|
|
19
|
+
* Whether or not the step is complete
|
|
20
|
+
*/
|
|
21
|
+
isComplete?: boolean;
|
|
22
|
+
/**
|
|
23
|
+
* Whether or not the step is disabled
|
|
24
|
+
*/
|
|
25
|
+
disabled?: boolean;
|
|
26
|
+
/**
|
|
27
|
+
* The status of the step
|
|
28
|
+
*/
|
|
29
|
+
status?: EuiStepNumberSignature['Args']['status'];
|
|
30
|
+
/**
|
|
31
|
+
* A callback for when the step is clicked
|
|
32
|
+
*/
|
|
33
|
+
onStepClick?: (event: MouseEvent) => void;
|
|
34
|
+
};
|
|
35
|
+
}
|
|
36
|
+
declare const EuiStepHorizontal: TemplateOnlyComponent<EuiStepHorizontalSignature>;
|
|
37
|
+
export default EuiStepHorizontal;
|
|
38
|
+
//# sourceMappingURL=eui-step-horizontal.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"eui-step-horizontal.d.ts","sourceRoot":"","sources":["../../src/components/eui-step-horizontal.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,mBAAmB,CAAC;AAChE,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,gCAAgC,CAAC;AAE5E,MAAM,WAAW,0BAA0B;IACzC,OAAO,EAAE,iBAAiB,CAAC;IAC3B,IAAI,EAAE;QACJ;;WAEG;QACH,KAAK,CAAC,EAAE,MAAM,CAAC;QACf;;WAEG;QACH,IAAI,CAAC,EAAE,MAAM,CAAC;QACd;;WAEG;QACH,UAAU,CAAC,EAAE,OAAO,CAAC;QACrB;;WAEG;QACH,UAAU,CAAC,EAAE,OAAO,CAAC;QACrB;;WAEG;QACH,QAAQ,CAAC,EAAE,OAAO,CAAC;QACnB;;WAEG;QACH,MAAM,CAAC,EAAE,sBAAsB,CAAC,MAAM,CAAC,CAAC,QAAQ,CAAC,CAAC;QAClD;;WAEG;QACH,WAAW,CAAC,EAAE,CAAC,KAAK,EAAE,UAAU,KAAK,IAAI,CAAC;KAC3C,CAAC;CACH;AAED,QAAA,MAAM,iBAAiB,EAAE,qBAAqB,CAAC,0BAA0B,CA0CvE,CAAC;AAEH,eAAe,iBAAiB,CAAC"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import type { statusToClassMap } from '../utils/css-mappings/eui-step-number.ts';
|
|
2
|
+
import type { EuiStepSignature } from './eui-step';
|
|
3
|
+
import type { TemplateOnlyComponent } from '@ember/component/template-only';
|
|
4
|
+
export interface EuiStepNumberSignature {
|
|
5
|
+
Element: HTMLSpanElement;
|
|
6
|
+
Args: {
|
|
7
|
+
/**
|
|
8
|
+
* The number of the step
|
|
9
|
+
*/
|
|
10
|
+
number?: number | string;
|
|
11
|
+
/**
|
|
12
|
+
* The status of the step
|
|
13
|
+
*/
|
|
14
|
+
status?: keyof typeof statusToClassMap;
|
|
15
|
+
/**
|
|
16
|
+
* The size of the step
|
|
17
|
+
*/
|
|
18
|
+
titleSize?: EuiStepSignature['Args']['titleSize'];
|
|
19
|
+
/**
|
|
20
|
+
* Whether the step is hollow
|
|
21
|
+
*/
|
|
22
|
+
isHollow?: boolean;
|
|
23
|
+
/**
|
|
24
|
+
* The aria-label for the step
|
|
25
|
+
*/
|
|
26
|
+
stepAriaLabel?: string;
|
|
27
|
+
};
|
|
28
|
+
}
|
|
29
|
+
declare const EuiStepNumber: TemplateOnlyComponent<EuiStepNumberSignature>;
|
|
30
|
+
export default EuiStepNumber;
|
|
31
|
+
//# sourceMappingURL=eui-step-number.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"eui-step-number.d.ts","sourceRoot":"","sources":["../../src/components/eui-step-number.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,0CAA0C,CAAC;AAEjF,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAC;AACnD,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,gCAAgC,CAAC;AAE5E,MAAM,WAAW,sBAAsB;IACrC,OAAO,EAAE,eAAe,CAAC;IACzB,IAAI,EAAE;QACJ;;WAEG;QACH,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;QACzB;;WAEG;QACH,MAAM,CAAC,EAAE,MAAM,OAAO,gBAAgB,CAAC;QACvC;;WAEG;QACH,SAAS,CAAC,EAAE,gBAAgB,CAAC,MAAM,CAAC,CAAC,WAAW,CAAC,CAAC;QAClD;;WAEG;QACH,QAAQ,CAAC,EAAE,OAAO,CAAC;QACnB;;WAEG;QACH,aAAa,CAAC,EAAE,MAAM,CAAC;KACxB,CAAC;CACH;AASD,QAAA,MAAM,aAAa,EAAE,qBAAqB,CAAC,sBAAsB,CAgE/D,CAAC;AAEH,eAAe,aAAa,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { EuiTitleSignature } from './eui-title';
|
|
2
|
+
import type { TemplateOnlyComponent } from '@ember/component/template-only';
|
|
3
|
+
export interface EuiStepSignature {
|
|
4
|
+
Element: HTMLDivElement;
|
|
5
|
+
Args: {
|
|
6
|
+
step: number;
|
|
7
|
+
title: string;
|
|
8
|
+
status: 'incomplete' | 'complete' | 'disabled';
|
|
9
|
+
titleSize: Exclude<EuiTitleSignature['Args']['size'], 'xxxs' | 'xxs' | 'l'>;
|
|
10
|
+
headingElement: 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' | 'p';
|
|
11
|
+
};
|
|
12
|
+
Blocks: {
|
|
13
|
+
default: [];
|
|
14
|
+
};
|
|
15
|
+
}
|
|
16
|
+
declare const EuiStep: TemplateOnlyComponent<EuiStepSignature>;
|
|
17
|
+
export default EuiStep;
|
|
18
|
+
//# sourceMappingURL=eui-step.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"eui-step.d.ts","sourceRoot":"","sources":["../../src/components/eui-step.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAC;AACrD,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,gCAAgC,CAAC;AAE5E,MAAM,WAAW,gBAAgB;IAC/B,OAAO,EAAE,cAAc,CAAC;IACxB,IAAI,EAAE;QACJ,IAAI,EAAE,MAAM,CAAC;QACb,KAAK,EAAE,MAAM,CAAC;QACd,MAAM,EAAE,YAAY,GAAG,UAAU,GAAG,UAAU,CAAC;QAC/C,SAAS,EAAE,OAAO,CAAC,iBAAiB,CAAC,MAAM,CAAC,CAAC,MAAM,CAAC,EAAE,MAAM,GAAG,KAAK,GAAG,GAAG,CAAC,CAAC;QAC5E,cAAc,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,GAAG,CAAC;KAC/D,CAAC;IACF,MAAM,EAAE;QACN,OAAO,EAAE,EAAE,CAAC;KACb,CAAC;CACH;AAED,QAAA,MAAM,OAAO,EAAE,qBAAqB,CAAC,gBAAgB,CAuCnD,CAAC;AAEH,eAAe,OAAO,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { TemplateOnlyComponent } from '@ember/component/template-only';
|
|
2
|
+
export interface EuiStepsHorizontalSignature {
|
|
3
|
+
Element: HTMLOListElement;
|
|
4
|
+
Blocks: {
|
|
5
|
+
default: [];
|
|
6
|
+
};
|
|
7
|
+
}
|
|
8
|
+
declare const EuiStepsHorizontal: TemplateOnlyComponent<EuiStepsHorizontalSignature>;
|
|
9
|
+
export default EuiStepsHorizontal;
|
|
10
|
+
//# sourceMappingURL=eui-steps-horizontal.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"eui-steps-horizontal.d.ts","sourceRoot":"","sources":["../../src/components/eui-steps-horizontal.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,gCAAgC,CAAC;AAE5E,MAAM,WAAW,2BAA2B;IAC1C,OAAO,EAAE,gBAAgB,CAAC;IAC1B,MAAM,EAAE;QACN,OAAO,EAAE,EAAE,CAAC;KACb,CAAC;CACH;AAED,QAAA,MAAM,kBAAkB,EAAE,qBAAqB,CAAC,2BAA2B,CAWzE,CAAC;AAEH,eAAe,kBAAkB,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { TemplateOnlyComponent } from '@ember/component/template-only';
|
|
2
|
+
export interface EuiStepsSignature {
|
|
3
|
+
Element: HTMLDivElement;
|
|
4
|
+
Args: {
|
|
5
|
+
steps: [];
|
|
6
|
+
};
|
|
7
|
+
Blocks: {
|
|
8
|
+
default: [];
|
|
9
|
+
};
|
|
10
|
+
}
|
|
11
|
+
declare const EuiSteps: TemplateOnlyComponent<EuiStepsSignature>;
|
|
12
|
+
export default EuiSteps;
|
|
13
|
+
//# sourceMappingURL=eui-steps.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"eui-steps.d.ts","sourceRoot":"","sources":["../../src/components/eui-steps.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,gCAAgC,CAAC;AAE5E,MAAM,WAAW,iBAAiB;IAChC,OAAO,EAAE,cAAc,CAAC;IACxB,IAAI,EAAE;QACJ,KAAK,EAAE,EAAE,CAAC;KACX,CAAC;IACF,MAAM,EAAE;QACN,OAAO,EAAE,EAAE,CAAC;KACb,CAAC;CACH;AAED,QAAA,MAAM,QAAQ,EAAE,qBAAqB,CAAC,iBAAiB,CAUrD,CAAC;AAEH,eAAe,QAAQ,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { TemplateOnlyComponent } from '@ember/component/template-only';
|
|
2
|
+
export interface EuiSubStepsSignature {
|
|
3
|
+
Element: HTMLDivElement;
|
|
4
|
+
Blocks: {
|
|
5
|
+
default: [];
|
|
6
|
+
};
|
|
7
|
+
}
|
|
8
|
+
declare const EuiSubSteps: TemplateOnlyComponent<EuiSubStepsSignature>;
|
|
9
|
+
export default EuiSubSteps;
|
|
10
|
+
//# sourceMappingURL=eui-sub-steps.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"eui-sub-steps.d.ts","sourceRoot":"","sources":["../../src/components/eui-sub-steps.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,gCAAgC,CAAC;AAE5E,MAAM,WAAW,oBAAoB;IACnC,OAAO,EAAE,cAAc,CAAC;IACxB,MAAM,EAAE;QACN,OAAO,EAAE,EAAE,CAAC;KACb,CAAC;CACH;AAED,QAAA,MAAM,WAAW,EAAE,qBAAqB,CAAC,oBAAoB,CAU3D,CAAC;AAEH,eAAe,WAAW,CAAC"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import Component from '@glimmer/component';
|
|
2
|
+
import type { LocaleSpecifier, Moment } from 'moment';
|
|
3
|
+
interface AbsoluteTabArgs {
|
|
4
|
+
dateFormat?: string;
|
|
5
|
+
timeFormat?: string;
|
|
6
|
+
locale?: LocaleSpecifier;
|
|
7
|
+
value: string;
|
|
8
|
+
onChange: (value: string, event?: Event) => void;
|
|
9
|
+
roundUp: boolean;
|
|
10
|
+
position: 'start' | 'end';
|
|
11
|
+
labelPrefix: string;
|
|
12
|
+
utcOffset?: number;
|
|
13
|
+
}
|
|
14
|
+
export interface AbsoluteTabSignature {
|
|
15
|
+
Args: AbsoluteTabArgs;
|
|
16
|
+
}
|
|
17
|
+
export default class AbsoluteTab extends Component<AbsoluteTabSignature> {
|
|
18
|
+
isTextInvalid: boolean;
|
|
19
|
+
textInputValue: string;
|
|
20
|
+
valueAsMoment: Moment | null;
|
|
21
|
+
constructor(owner: unknown, args: AbsoluteTabArgs);
|
|
22
|
+
handleChange(date: any, e: Event): void;
|
|
23
|
+
handleTextChange(e: Event): void;
|
|
24
|
+
triggerChange(e: Event): void;
|
|
25
|
+
}
|
|
26
|
+
export {};
|
|
27
|
+
//# sourceMappingURL=absolute-tab.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"absolute-tab.d.ts","sourceRoot":"","sources":["../../../../src/components/eui-super-date-picker/date-popover/absolute-tab.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,oBAAoB,CAAC;AAe3C,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAC;AAEtD,UAAU,eAAe;IACvB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,MAAM,CAAC,EAAE,eAAe,CAAC;IACzB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,CAAC,EAAE,KAAK,KAAK,IAAI,CAAC;IACjD,OAAO,EAAE,OAAO,CAAC;IACjB,QAAQ,EAAE,OAAO,GAAG,KAAK,CAAC;IAC1B,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,WAAW,oBAAoB;IACnC,IAAI,EAAE,eAAe,CAAC;CACvB;AAED,MAAM,CAAC,OAAO,OAAO,WAAY,SAAQ,SAAS,CAAC,oBAAoB,CAAC;IAC7D,aAAa,EAAE,OAAO,CAAC;IACvB,cAAc,EAAE,MAAM,CAAC;IACvB,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;gBAE1B,KAAK,EAAE,OAAO,EAAE,IAAI,EAAE,eAAe;IAmBjD,YAAY,CAAC,IAAI,EAAE,GAAG,EAAE,CAAC,EAAE,KAAK;IAehC,gBAAgB,CAAC,CAAC,EAAE,KAAK;IAsBzB,aAAa,CAAC,CAAC,EAAE,KAAK;CAgEvB"}
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
import Component from '@glimmer/component';
|
|
2
|
+
import moment from 'moment';
|
|
3
|
+
interface DatetimePickerArgs {
|
|
4
|
+
selected?: moment.Moment | null;
|
|
5
|
+
onChange: (value: string | Date | moment.Moment, e: Event) => void;
|
|
6
|
+
iconClasses?: string;
|
|
7
|
+
dateFormat?: string;
|
|
8
|
+
}
|
|
9
|
+
interface Day {
|
|
10
|
+
day: number;
|
|
11
|
+
month?: number;
|
|
12
|
+
year?: number;
|
|
13
|
+
isOutside?: boolean;
|
|
14
|
+
}
|
|
15
|
+
interface DatetimePickerSignature {
|
|
16
|
+
Args: DatetimePickerArgs;
|
|
17
|
+
}
|
|
18
|
+
export default class DatetimePicker extends Component<DatetimePickerSignature> {
|
|
19
|
+
month: number;
|
|
20
|
+
year: number;
|
|
21
|
+
monthMoment: moment.Moment;
|
|
22
|
+
offset: number;
|
|
23
|
+
selectedDate?: moment.Moment;
|
|
24
|
+
selectedTime?: string;
|
|
25
|
+
today: moment.Moment;
|
|
26
|
+
momentConfig: {
|
|
27
|
+
year: number;
|
|
28
|
+
month: number;
|
|
29
|
+
day: number;
|
|
30
|
+
hour: number;
|
|
31
|
+
minute: number;
|
|
32
|
+
second: number;
|
|
33
|
+
millisecond: number;
|
|
34
|
+
};
|
|
35
|
+
constructor(owner: unknown, args: DatetimePickerArgs);
|
|
36
|
+
get monthNames(): {
|
|
37
|
+
text: string;
|
|
38
|
+
value: number;
|
|
39
|
+
}[];
|
|
40
|
+
get years(): {
|
|
41
|
+
text: number;
|
|
42
|
+
value: number;
|
|
43
|
+
}[];
|
|
44
|
+
get times(): string[];
|
|
45
|
+
get days(): ({
|
|
46
|
+
day: number;
|
|
47
|
+
month?: undefined;
|
|
48
|
+
year?: undefined;
|
|
49
|
+
isOutside?: undefined;
|
|
50
|
+
} | {
|
|
51
|
+
day: number;
|
|
52
|
+
month: number;
|
|
53
|
+
year: number;
|
|
54
|
+
isOutside: boolean;
|
|
55
|
+
})[][];
|
|
56
|
+
updateDate(): void;
|
|
57
|
+
selectTime(time: string, e: Event): void;
|
|
58
|
+
selectDate(day: Day, e: Event): void;
|
|
59
|
+
setYear(year: string): void;
|
|
60
|
+
setMonth(month: string): void;
|
|
61
|
+
increaseMonth(): void;
|
|
62
|
+
decreaseMonth(): void;
|
|
63
|
+
}
|
|
64
|
+
export {};
|
|
65
|
+
//# sourceMappingURL=datetime-picker.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"datetime-picker.d.ts","sourceRoot":"","sources":["../../../../src/components/eui-super-date-picker/date-popover/datetime-picker.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,oBAAoB,CAAC;AAS3C,OAAO,MAAM,MAAM,QAAQ,CAAC;AAwB5B,UAAU,kBAAkB;IAC1B,QAAQ,CAAC,EAAE,MAAM,CAAC,MAAM,GAAG,IAAI,CAAC;IAChC,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,GAAG,MAAM,CAAC,MAAM,EAAE,CAAC,EAAE,KAAK,KAAK,IAAI,CAAC;IACnE,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,UAAU,GAAG;IACX,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB;AAED,UAAU,uBAAuB;IAC/B,IAAI,EAAE,kBAAkB,CAAC;CAC1B;AAED,MAAM,CAAC,OAAO,OAAO,cAAe,SAAQ,SAAS,CAAC,uBAAuB,CAAC;IACnE,KAAK,EAAE,MAAM,CAAK;IAClB,IAAI,EAAE,MAAM,CAAK;IACjB,WAAW,EAAE,MAAM,CAAC,MAAM,CAAC;IAE3B,MAAM,EAAE,MAAM,CAAK;IACnB,YAAY,CAAC,EAAE,MAAM,CAAC,MAAM,CAAC;IAC7B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,KAAK,EAAE,MAAM,CAAC,MAAM,CAAC;IAE9B,YAAY,EAAE;QACZ,IAAI,EAAE,MAAM,CAAC;QACb,KAAK,EAAE,MAAM,CAAC;QACd,GAAG,EAAE,MAAM,CAAC;QACZ,IAAI,EAAE,MAAM,CAAC;QACb,MAAM,EAAE,MAAM,CAAC;QACf,MAAM,EAAE,MAAM,CAAC;QACf,WAAW,EAAE,MAAM,CAAC;KACrB,CAAC;gBAEU,KAAK,EAAE,OAAO,EAAE,IAAI,EAAE,kBAAkB;IAmCpD,IAAI,UAAU;;;QAOb;IAED,IAAI,KAAK;;;QAUR;IAED,IAAI,KAAK,aAWR;IAED,IAAI,IAAI;;;;;;;;;;WA+CP;IAED,UAAU;IAOV,UAAU,CAAC,IAAI,EAAE,MAAM,EAAE,CAAC,EAAE,KAAK;IAcjC,UAAU,CAAC,GAAG,EAAE,GAAG,EAAE,CAAC,EAAE,KAAK;IAiB7B,OAAO,CAAC,IAAI,EAAE,MAAM;IAKpB,QAAQ,CAAC,KAAK,EAAE,MAAM;IAMtB,aAAa;IAMb,aAAa;CA2Pd"}
|
package/declarations/components/eui-super-date-picker/date-popover/eui-date-popover-button.d.ts
ADDED
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import Component from '@glimmer/component';
|
|
2
|
+
import type EuiI18n from '../../../services/eui-i18n';
|
|
3
|
+
import type { EuiDatePopoverContentSignature } from './eui-date-popover-content';
|
|
4
|
+
interface EuiDatePopoverButtonArgs {
|
|
5
|
+
className?: string;
|
|
6
|
+
dateFormat?: string;
|
|
7
|
+
isDisabled?: boolean;
|
|
8
|
+
isInvalid?: boolean;
|
|
9
|
+
isOpen?: boolean;
|
|
10
|
+
needsUpdating?: boolean;
|
|
11
|
+
locale?: EuiDatePopoverContentSignature['Args']['locale'];
|
|
12
|
+
position?: 'start' | 'end';
|
|
13
|
+
roundUp?: boolean;
|
|
14
|
+
timeFormat?: string;
|
|
15
|
+
value: string;
|
|
16
|
+
utcOffset?: number;
|
|
17
|
+
compressed?: boolean;
|
|
18
|
+
timeOptions?: EuiDatePopoverContentSignature['Args']['timeOptions'];
|
|
19
|
+
onChange: EuiDatePopoverContentSignature['Args']['onChange'];
|
|
20
|
+
}
|
|
21
|
+
export interface EuiDatePopoverButtonSignature {
|
|
22
|
+
Element: HTMLButtonElement;
|
|
23
|
+
Args: EuiDatePopoverButtonArgs;
|
|
24
|
+
Blocks: {
|
|
25
|
+
button: [
|
|
26
|
+
{
|
|
27
|
+
classes: string;
|
|
28
|
+
formattedValue: string;
|
|
29
|
+
open: () => void;
|
|
30
|
+
close: () => void;
|
|
31
|
+
}
|
|
32
|
+
];
|
|
33
|
+
};
|
|
34
|
+
}
|
|
35
|
+
export default class EuiDatePopoverButton extends Component<EuiDatePopoverButtonSignature> {
|
|
36
|
+
euiI18n: EuiI18n;
|
|
37
|
+
isOpen: boolean;
|
|
38
|
+
get dateFormat(): string;
|
|
39
|
+
get formattedValue(): string;
|
|
40
|
+
get timeOptions(): import("../utils/time-options.ts").TimeOptions;
|
|
41
|
+
get anchorPosition(): "downLeft" | "downRight";
|
|
42
|
+
get position(): "start" | "end";
|
|
43
|
+
}
|
|
44
|
+
export {};
|
|
45
|
+
//# sourceMappingURL=eui-date-popover-button.d.ts.map
|
package/declarations/components/eui-super-date-picker/date-popover/eui-date-popover-button.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"eui-date-popover-button.d.ts","sourceRoot":"","sources":["../../../../src/components/eui-super-date-picker/date-popover/eui-date-popover-button.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,oBAAoB,CAAC;AAe3C,OAAO,KAAK,OAAO,MAAM,4BAA4B,CAAC;AACtD,OAAO,KAAK,EAAE,8BAA8B,EAAE,MAAM,4BAA4B,CAAC;AAEjF,UAAU,wBAAwB;IAChC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,MAAM,CAAC,EAAE,8BAA8B,CAAC,MAAM,CAAC,CAAC,QAAQ,CAAC,CAAC;IAC1D,QAAQ,CAAC,EAAE,OAAO,GAAG,KAAK,CAAC;IAC3B,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,WAAW,CAAC,EAAE,8BAA8B,CAAC,MAAM,CAAC,CAAC,aAAa,CAAC,CAAC;IACpE,QAAQ,EAAE,8BAA8B,CAAC,MAAM,CAAC,CAAC,UAAU,CAAC,CAAC;CAC9D;AAED,MAAM,WAAW,6BAA6B;IAC5C,OAAO,EAAE,iBAAiB,CAAC;IAC3B,IAAI,EAAE,wBAAwB,CAAC;IAC/B,MAAM,EAAE;QACN,MAAM,EAAE;YACN;gBACE,OAAO,EAAE,MAAM,CAAC;gBAChB,cAAc,EAAE,MAAM,CAAC;gBACvB,IAAI,EAAE,MAAM,IAAI,CAAC;gBACjB,KAAK,EAAE,MAAM,IAAI,CAAC;aACnB;SACF,CAAC;KACH,CAAC;CACH;AAED,MAAM,CAAC,OAAO,OAAO,oBAAqB,SAAQ,SAAS,CAAC,6BAA6B,CAAC;IACvE,OAAO,EAAE,OAAO,CAAC;IACzB,MAAM,UAAS;IAExB,IAAI,UAAU,WAGb;IAED,IAAI,cAAc,WAWjB;IAED,IAAI,WAAW,mDAEd;IAED,IAAI,cAAc,6BAEjB;IAED,IAAI,QAAQ,oBAEX;CAgDF"}
|
package/declarations/components/eui-super-date-picker/date-popover/eui-date-popover-content.d.ts
ADDED
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import Component from '@glimmer/component';
|
|
2
|
+
import type EuiI18n from '../../../services/eui-i18n';
|
|
3
|
+
import type { EuiTabbedContentTab } from '../../eui-tabbed-content';
|
|
4
|
+
import type { TimeOptions } from '../utils/time-options.ts';
|
|
5
|
+
import type { AbsoluteTabSignature } from './absolute-tab';
|
|
6
|
+
import type { NowTabSignature } from './now-tab';
|
|
7
|
+
import type { RelativeTabSignature } from './relative-tab';
|
|
8
|
+
import type { LocaleSpecifier } from 'moment';
|
|
9
|
+
interface EuiDatePopoverContentArgs {
|
|
10
|
+
value: string;
|
|
11
|
+
onChange: RelativeTabSignature['Args']['onChange'] | NowTabSignature['Args']['onChange'] | AbsoluteTabSignature['Args']['onChange'];
|
|
12
|
+
roundUp?: boolean;
|
|
13
|
+
dateFormat: string;
|
|
14
|
+
timeFormat?: string;
|
|
15
|
+
locale?: LocaleSpecifier;
|
|
16
|
+
position: 'start' | 'end';
|
|
17
|
+
utcOffset?: number;
|
|
18
|
+
timeOptions: TimeOptions;
|
|
19
|
+
}
|
|
20
|
+
export interface EuiDatePopoverContentSignature {
|
|
21
|
+
Element: HTMLDivElement;
|
|
22
|
+
Args: EuiDatePopoverContentArgs;
|
|
23
|
+
Blocks: {
|
|
24
|
+
selectedTabContent: [
|
|
25
|
+
{
|
|
26
|
+
id: string;
|
|
27
|
+
name: string;
|
|
28
|
+
}
|
|
29
|
+
];
|
|
30
|
+
};
|
|
31
|
+
}
|
|
32
|
+
export default class EuiDatePopoverContent extends Component<EuiDatePopoverContentSignature> {
|
|
33
|
+
euiI18n: EuiI18n;
|
|
34
|
+
selectedTab: number;
|
|
35
|
+
toAbsoluteStringHelper: import("@ember/component/helper").FunctionBasedHelper<{
|
|
36
|
+
Args: {
|
|
37
|
+
Positional: [string, boolean];
|
|
38
|
+
Named: import("@ember/component/helper").EmptyObject;
|
|
39
|
+
};
|
|
40
|
+
Return: string;
|
|
41
|
+
}>;
|
|
42
|
+
get labelPrefix(): string;
|
|
43
|
+
get tabs(): EuiTabbedContentTab[];
|
|
44
|
+
get initialSelectedTab(): EuiTabbedContentTab | undefined;
|
|
45
|
+
get roundUp(): boolean;
|
|
46
|
+
get timeOptions(): TimeOptions;
|
|
47
|
+
}
|
|
48
|
+
export {};
|
|
49
|
+
//# sourceMappingURL=eui-date-popover-content.d.ts.map
|
package/declarations/components/eui-super-date-picker/date-popover/eui-date-popover-content.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"eui-date-popover-content.d.ts","sourceRoot":"","sources":["../../../../src/components/eui-super-date-picker/date-popover/eui-date-popover-content.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,oBAAoB,CAAC;AAc3C,OAAO,KAAK,OAAO,MAAM,4BAA4B,CAAC;AACtD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AACpE,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AAC5D,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,gBAAgB,CAAC;AAC3D,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,WAAW,CAAC;AACjD,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,gBAAgB,CAAC;AAC3D,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,QAAQ,CAAC;AAE9C,UAAU,yBAAyB;IACjC,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EACJ,oBAAoB,CAAC,MAAM,CAAC,CAAC,UAAU,CAAC,GACxC,eAAe,CAAC,MAAM,CAAC,CAAC,UAAU,CAAC,GACnC,oBAAoB,CAAC,MAAM,CAAC,CAAC,UAAU,CAAC,CAAC;IAC7C,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,MAAM,CAAC,EAAE,eAAe,CAAC;IACzB,QAAQ,EAAE,OAAO,GAAG,KAAK,CAAC;IAC1B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,EAAE,WAAW,CAAC;CAC1B;AASD,MAAM,WAAW,8BAA8B;IAC7C,OAAO,EAAE,cAAc,CAAC;IACxB,IAAI,EAAE,yBAAyB,CAAC;IAChC,MAAM,EAAE;QACN,kBAAkB,EAAE;YAClB;gBACE,EAAE,EAAE,MAAM,CAAC;gBACX,IAAI,EAAE,MAAM,CAAC;aACd;SACF,CAAC;KACH,CAAC;CACH;AAED,MAAM,CAAC,OAAO,OAAO,qBAAsB,SAAQ,SAAS,CAAC,8BAA8B,CAAC;IACzE,OAAO,EAAE,OAAO,CAAC;IACzB,WAAW,SAAK;IACzB,sBAAsB;;;;;;OAA0B;IAEhD,IAAI,WAAW,WAUd;IAED,IAAI,IAAI,IAAI,mBAAmB,EAAE,CAwBhC;IAED,IAAI,kBAAkB,oCAErB;IAED,IAAI,OAAO,YAEV;IAED,IAAI,WAAW,gBAEd;CAiCF"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { TemplateOnlyComponent } from '@ember/component/template-only';
|
|
2
|
+
export interface NowTabSignature {
|
|
3
|
+
Args: {
|
|
4
|
+
position?: 'start' | 'end';
|
|
5
|
+
onChange: (value: string, event?: Event) => void;
|
|
6
|
+
};
|
|
7
|
+
}
|
|
8
|
+
declare const EuiSuperDatePickerDatePopoverNowTab: TemplateOnlyComponent<NowTabSignature>;
|
|
9
|
+
export default EuiSuperDatePickerDatePopoverNowTab;
|
|
10
|
+
//# sourceMappingURL=now-tab.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"now-tab.d.ts","sourceRoot":"","sources":["../../../../src/components/eui-super-date-picker/date-popover/now-tab.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,gCAAgC,CAAC;AAE5E,MAAM,WAAW,eAAe;IAC9B,IAAI,EAAE;QACJ,QAAQ,CAAC,EAAE,OAAO,GAAG,KAAK,CAAC;QAC3B,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,CAAC,EAAE,KAAK,KAAK,IAAI,CAAC;KAClD,CAAC;CACH;AAED,QAAA,MAAM,mCAAmC,EAAE,qBAAqB,CAAC,eAAe,CA+E9E,CAAC;AAEH,eAAe,mCAAmC,CAAC"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import Component from '@glimmer/component';
|
|
2
|
+
import type { TimeOptions } from '../utils/time-options.ts';
|
|
3
|
+
import type { LocaleSpecifier } from 'moment';
|
|
4
|
+
interface RelativeTabArgs {
|
|
5
|
+
dateFormat: string;
|
|
6
|
+
locale?: LocaleSpecifier;
|
|
7
|
+
value: string;
|
|
8
|
+
onChange: (value: string, event?: Event) => void;
|
|
9
|
+
roundUp?: boolean;
|
|
10
|
+
position: 'start' | 'end';
|
|
11
|
+
labelPrefix: string;
|
|
12
|
+
timeOptions: TimeOptions;
|
|
13
|
+
}
|
|
14
|
+
export interface RelativeTabSignature {
|
|
15
|
+
Args: RelativeTabArgs;
|
|
16
|
+
}
|
|
17
|
+
export default class RelativeTab extends Component<RelativeTabSignature> {
|
|
18
|
+
count?: number;
|
|
19
|
+
unit: any;
|
|
20
|
+
round: boolean;
|
|
21
|
+
roundUnit: string | undefined;
|
|
22
|
+
constructor(owner: unknown, args: RelativeTabArgs);
|
|
23
|
+
get formattedValue(): string;
|
|
24
|
+
get roundingLabel(): any;
|
|
25
|
+
onCountChange(e: Event): void;
|
|
26
|
+
onUnitChange(unit: string): void;
|
|
27
|
+
onRoundChange(checked: boolean): void;
|
|
28
|
+
handleChange(e?: Event): void;
|
|
29
|
+
}
|
|
30
|
+
export {};
|
|
31
|
+
//# sourceMappingURL=relative-tab.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"relative-tab.d.ts","sourceRoot":"","sources":["../../../../src/components/eui-super-date-picker/date-popover/relative-tab.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,oBAAoB,CAAC;AAsB3C,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AAC5D,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,QAAQ,CAAC;AAE9C,UAAU,eAAe;IACvB,UAAU,EAAE,MAAM,CAAC;IACnB,MAAM,CAAC,EAAE,eAAe,CAAC;IACzB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,CAAC,EAAE,KAAK,KAAK,IAAI,CAAC;IACjD,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,EAAE,OAAO,GAAG,KAAK,CAAC;IAC1B,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,WAAW,CAAC;CAC1B;AAED,MAAM,WAAW,oBAAoB;IACnC,IAAI,EAAE,eAAe,CAAC;CACvB;AAED,MAAM,CAAC,OAAO,OAAO,WAAY,SAAQ,SAAS,CAAC,oBAAoB,CAAC;IAC7D,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,GAAG,CAAO;IAChB,KAAK,UAAS;IAEvB,SAAS,qBAAC;gBAEE,KAAK,EAAE,OAAO,EAAE,IAAI,EAAE,eAAe;IAajD,IAAI,cAAc,WAcjB;IAED,IAAI,aAAa,QAGhB;IAGD,aAAa,CAAC,CAAC,EAAE,KAAK;IAQtB,YAAY,CAAC,IAAI,EAAE,MAAM;IAMzB,aAAa,CAAC,OAAO,EAAE,OAAO;IAK9B,YAAY,CAAC,CAAC,CAAC,EAAE,KAAK;CAqGvB"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { TemplateOnlyComponent } from '@ember/component/template-only';
|
|
2
|
+
export interface EuiDatePickerRangeSignature {
|
|
3
|
+
Element: HTMLDivElement;
|
|
4
|
+
Args: {
|
|
5
|
+
fullWidth?: boolean;
|
|
6
|
+
readOnly?: boolean;
|
|
7
|
+
isInvalid?: boolean;
|
|
8
|
+
disabled?: boolean;
|
|
9
|
+
className?: string;
|
|
10
|
+
};
|
|
11
|
+
Blocks: {
|
|
12
|
+
startDateControl: [];
|
|
13
|
+
endDateControl: [];
|
|
14
|
+
};
|
|
15
|
+
}
|
|
16
|
+
declare const EuiDatePickerRange: TemplateOnlyComponent<EuiDatePickerRangeSignature>;
|
|
17
|
+
export default EuiDatePickerRange;
|
|
18
|
+
//# sourceMappingURL=eui-date-picker-range.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"eui-date-picker-range.d.ts","sourceRoot":"","sources":["../../../src/components/eui-super-date-picker/eui-date-picker-range.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,gCAAgC,CAAC;AAE5E,MAAM,WAAW,2BAA2B;IAC1C,OAAO,EAAE,cAAc,CAAC;IACxB,IAAI,EAAE;QACJ,SAAS,CAAC,EAAE,OAAO,CAAC;QACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;QACnB,SAAS,CAAC,EAAE,OAAO,CAAC;QACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;QACnB,SAAS,CAAC,EAAE,MAAM,CAAC;KACpB,CAAC;IACF,MAAM,EAAE;QACN,gBAAgB,EAAE,EAAE,CAAC;QACrB,cAAc,EAAE,EAAE,CAAC;KACpB,CAAC;CACH;AAED,QAAA,MAAM,kBAAkB,EAAE,qBAAqB,CAAC,2BAA2B,CAsBzE,CAAC;AAEH,eAAe,kBAAkB,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { DurationRange } from '../types/global';
|
|
2
|
+
import type { TemplateOnlyComponent } from '@ember/component/template-only';
|
|
3
|
+
export interface EuiCommonlyUsedTimeRangesSignature {
|
|
4
|
+
Args: {
|
|
5
|
+
applyTime: (args: {
|
|
6
|
+
start: string;
|
|
7
|
+
end: string;
|
|
8
|
+
}) => void;
|
|
9
|
+
commonlyUsedRanges: DurationRange[];
|
|
10
|
+
};
|
|
11
|
+
}
|
|
12
|
+
declare const EuiCommonlyUsedTimeRanges: TemplateOnlyComponent<EuiCommonlyUsedTimeRangesSignature>;
|
|
13
|
+
export default EuiCommonlyUsedTimeRanges;
|
|
14
|
+
//# sourceMappingURL=eui-commonly-used-time-ranges.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"eui-commonly-used-time-ranges.d.ts","sourceRoot":"","sources":["../../../../src/components/eui-super-date-picker/eui-quick-select-popover/eui-commonly-used-time-ranges.ts"],"names":[],"mappings":"AAUA,OAAO,KAAK,EACV,aAAa,EACd,MAAM,iBAAiB,CAAC;AACzB,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,gCAAgC,CAAC;AAE5E,MAAM,WAAW,kCAAkC;IACjD,IAAI,EAAE;QACJ,SAAS,EAAE,CAAC,IAAI,EAAE;YAAE,KAAK,EAAE,MAAM,CAAC;YAAC,GAAG,EAAE,MAAM,CAAA;SAAE,KAAK,IAAI,CAAC;QAC1D,kBAAkB,EAAE,aAAa,EAAE,CAAC;KACrC,CAAC;CACH;AAED,QAAA,MAAM,yBAAyB,EAAE,qBAAqB,CAAC,kCAAkC,CAsFvF,CAAC;AAEH,eAAe,yBAAyB,CAAC"}
|
package/declarations/components/eui-super-date-picker/eui-quick-select-popover/eui-quick-select.d.ts
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import Component from '@glimmer/component';
|
|
2
|
+
import moment from 'moment';
|
|
3
|
+
import type { ApplyTime, TimeUnitId } from '../types/global';
|
|
4
|
+
import type { TimeOptions } from '../utils/time-options.ts';
|
|
5
|
+
interface EuiQuickSelectState {
|
|
6
|
+
timeTense: string;
|
|
7
|
+
timeValue: number;
|
|
8
|
+
timeUnits: TimeUnitId;
|
|
9
|
+
}
|
|
10
|
+
interface EuiQuickSelectArgs {
|
|
11
|
+
applyTime: ApplyTime;
|
|
12
|
+
start: string;
|
|
13
|
+
end: string;
|
|
14
|
+
prevQuickSelect?: EuiQuickSelectState;
|
|
15
|
+
timeOptions: TimeOptions;
|
|
16
|
+
}
|
|
17
|
+
export interface EuiQuickSelectSignature {
|
|
18
|
+
Args: EuiQuickSelectArgs;
|
|
19
|
+
Blocks: {
|
|
20
|
+
default: [];
|
|
21
|
+
};
|
|
22
|
+
}
|
|
23
|
+
export default class EuiQuickSelect extends Component<EuiQuickSelectSignature> {
|
|
24
|
+
timeTense: string;
|
|
25
|
+
timeValue: number;
|
|
26
|
+
timeUnits: TimeUnitId;
|
|
27
|
+
constructor(owner: unknown, args: EuiQuickSelectArgs);
|
|
28
|
+
getBounds(): {
|
|
29
|
+
min: moment.Moment;
|
|
30
|
+
max: moment.Moment;
|
|
31
|
+
};
|
|
32
|
+
applyQuickSelect(): void;
|
|
33
|
+
stepForward(): void;
|
|
34
|
+
stepBackward(): void;
|
|
35
|
+
}
|
|
36
|
+
export {};
|
|
37
|
+
//# sourceMappingURL=eui-quick-select.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"eui-quick-select.d.ts","sourceRoot":"","sources":["../../../../src/components/eui-super-date-picker/eui-quick-select-popover/eui-quick-select.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,oBAAoB,CAAC;AAS3C,OAAO,MAAM,MAAM,QAAQ,CAAC;AAe5B,OAAO,KAAK,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAC7D,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AAE5D,UAAU,mBAAmB;IAC3B,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,UAAU,CAAC;CACvB;AAED,UAAU,kBAAkB;IAC1B,SAAS,EAAE,SAAS,CAAC;IACrB,KAAK,EAAE,MAAM,CAAC;IACd,GAAG,EAAE,MAAM,CAAC;IACZ,eAAe,CAAC,EAAE,mBAAmB,CAAC;IACtC,WAAW,EAAE,WAAW,CAAC;CAC1B;AAED,MAAM,WAAW,uBAAuB;IACtC,IAAI,EAAE,kBAAkB,CAAC;IACzB,MAAM,EAAE;QAAE,OAAO,EAAE,EAAE,CAAA;KAAE,CAAC;CACzB;AAED,MAAM,CAAC,OAAO,OAAO,cAAe,SAAQ,SAAS,CAAC,uBAAuB,CAAC;IACnE,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,UAAU,CAAC;gBAEnB,KAAK,EAAE,OAAO,EAAE,IAAI,EAAE,kBAAkB;IAuBpD,SAAS;;;;IAcT,gBAAgB;IAiBhB,WAAW;IAcX,YAAY;CA8Sb"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { DurationRange } from '../types/global';
|
|
2
|
+
import type { TemplateOnlyComponent } from '@ember/component/template-only';
|
|
3
|
+
export interface EuiRecentlyUsedSignature {
|
|
4
|
+
Args: {
|
|
5
|
+
recentlyUsedRanges?: DurationRange[];
|
|
6
|
+
applyTime: (args: {
|
|
7
|
+
start: string;
|
|
8
|
+
end: string;
|
|
9
|
+
}) => void;
|
|
10
|
+
};
|
|
11
|
+
}
|
|
12
|
+
declare const EuiRecentlyUsed: TemplateOnlyComponent<EuiRecentlyUsedSignature>;
|
|
13
|
+
export default EuiRecentlyUsed;
|
|
14
|
+
//# sourceMappingURL=eui-recently-used.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"eui-recently-used.d.ts","sourceRoot":"","sources":["../../../../src/components/eui-super-date-picker/eui-quick-select-popover/eui-recently-used.ts"],"names":[],"mappings":"AAUA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AACrD,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,gCAAgC,CAAC;AAE5E,MAAM,WAAW,wBAAwB;IACvC,IAAI,EAAE;QACJ,kBAAkB,CAAC,EAAE,aAAa,EAAE,CAAC;QACrC,SAAS,EAAE,CAAC,IAAI,EAAE;YAAE,KAAK,EAAE,MAAM,CAAC;YAAC,GAAG,EAAE,MAAM,CAAA;SAAE,KAAK,IAAI,CAAC;KAC3D,CAAC;CACH;AAED,QAAA,MAAM,eAAe,EAAE,qBAAqB,CAAC,wBAAwB,CAsFnE,CAAC;AAEH,eAAe,eAAe,CAAC"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import Component from '@glimmer/component';
|
|
2
|
+
import type EuiI18n from '../../services/eui-i18n';
|
|
3
|
+
import type { EuiRecentlyUsedSignature } from '../eui-super-date-picker/eui-quick-select-popover/eui-recently-used';
|
|
4
|
+
import type { EuiCommonlyUsedTimeRangesSignature } from './eui-quick-select-popover/eui-commonly-used-time-ranges';
|
|
5
|
+
import type { EuiQuickSelectSignature } from './eui-quick-select-popover/eui-quick-select';
|
|
6
|
+
import type { ApplyTime } from './types/global';
|
|
7
|
+
export interface EuiQuickSelectPopoverSignature {
|
|
8
|
+
Args: {
|
|
9
|
+
applyTime: ApplyTime;
|
|
10
|
+
isDisabled?: boolean;
|
|
11
|
+
commonlyUsedRanges: EuiCommonlyUsedTimeRangesSignature['Args']['commonlyUsedRanges'];
|
|
12
|
+
recentlyUsedRanges?: EuiRecentlyUsedSignature['Args']['recentlyUsedRanges'];
|
|
13
|
+
start: string;
|
|
14
|
+
end: string;
|
|
15
|
+
timeOptions: EuiQuickSelectSignature['Args']['timeOptions'];
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
export default class EuiQuickSelectPopover extends Component<EuiQuickSelectPopoverSignature> {
|
|
19
|
+
euiI18n: EuiI18n;
|
|
20
|
+
isOpen: boolean;
|
|
21
|
+
applyTime({ start, end, keepPopoverOpen }: {
|
|
22
|
+
start: string;
|
|
23
|
+
end: string;
|
|
24
|
+
quickSelect?: {
|
|
25
|
+
timeTense: string;
|
|
26
|
+
timeValue: number;
|
|
27
|
+
timeUnits: string;
|
|
28
|
+
};
|
|
29
|
+
keepPopoverOpen?: boolean;
|
|
30
|
+
}): void;
|
|
31
|
+
get timeOptions(): import("./utils/time-options.ts").TimeOptions;
|
|
32
|
+
}
|
|
33
|
+
//# sourceMappingURL=eui-quick-select-popover.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"eui-quick-select-popover.d.ts","sourceRoot":"","sources":["../../../src/components/eui-super-date-picker/eui-quick-select-popover.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,oBAAoB,CAAC;AAkB3C,OAAO,KAAK,OAAO,MAAM,yBAAyB,CAAC;AACnD,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,qEAAqE,CAAC;AACpH,OAAO,KAAK,EAAE,kCAAkC,EAAE,MAAM,0DAA0D,CAAC;AACnH,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,6CAA6C,CAAC;AAC3F,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAEhD,MAAM,WAAW,8BAA8B;IAC7C,IAAI,EAAE;QACJ,SAAS,EAAE,SAAS,CAAC;QACrB,UAAU,CAAC,EAAE,OAAO,CAAC;QACrB,kBAAkB,EAAE,kCAAkC,CAAC,MAAM,CAAC,CAAC,oBAAoB,CAAC,CAAC;QACrF,kBAAkB,CAAC,EAAE,wBAAwB,CAAC,MAAM,CAAC,CAAC,oBAAoB,CAAC,CAAC;QAC5E,KAAK,EAAE,MAAM,CAAC;QACd,GAAG,EAAE,MAAM,CAAC;QACZ,WAAW,EAAE,uBAAuB,CAAC,MAAM,CAAC,CAAC,aAAa,CAAC,CAAC;KAC7D,CAAC;CACH;AAED,MAAM,CAAC,OAAO,OAAO,qBAAsB,SAAQ,SAAS,CAAC,8BAA8B,CAAC;IACzE,OAAO,EAAE,OAAO,CAAA;IACxB,MAAM,UAAS;IAGxB,SAAS,CAAC,EACR,KAAK,EACL,GAAG,EACH,eAAuB,EACxB,EAAE;QACD,KAAK,EAAE,MAAM,CAAC;QACd,GAAG,EAAE,MAAM,CAAC;QACZ,WAAW,CAAC,EAAE;YAAE,SAAS,EAAE,MAAM,CAAC;YAAC,SAAS,EAAE,MAAM,CAAC;YAAC,SAAS,EAAE,MAAM,CAAA;SAAE,CAAC;QAC1E,eAAe,CAAC,EAAE,OAAO,CAAC;KAC3B;IAWD,IAAI,WAAW,kDAEd;CA6DF"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import type { EuiButtonSignature } from '../eui-button';
|
|
2
|
+
import type { EuiButtonIconSignature } from '../eui-button-icon';
|
|
3
|
+
import type { TemplateOnlyComponent } from '@ember/component/template-only';
|
|
4
|
+
export interface EuiSuperUpdateButtonSignature {
|
|
5
|
+
Element: EuiButtonIconSignature['Element'] | EuiButtonSignature['Element'];
|
|
6
|
+
Args: {
|
|
7
|
+
className?: string;
|
|
8
|
+
fill?: boolean;
|
|
9
|
+
iconOnly?: boolean;
|
|
10
|
+
isDisabled?: boolean;
|
|
11
|
+
isLoading?: boolean;
|
|
12
|
+
needsUpdate?: boolean;
|
|
13
|
+
onClick: (e: MouseEvent) => void;
|
|
14
|
+
size?: EuiButtonIconSignature['Args']['size'];
|
|
15
|
+
textClasses?: string;
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
declare const EuiSuperUpdateButton: TemplateOnlyComponent<EuiSuperUpdateButtonSignature>;
|
|
19
|
+
export default EuiSuperUpdateButton;
|
|
20
|
+
//# sourceMappingURL=eui-super-update-button.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"eui-super-update-button.d.ts","sourceRoot":"","sources":["../../../src/components/eui-super-date-picker/eui-super-update-button.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,eAAe,CAAC;AACxD,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,oBAAoB,CAAC;AACjE,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,gCAAgC,CAAC;AAE5E,MAAM,WAAW,6BAA6B;IAC5C,OAAO,EAAE,sBAAsB,CAAC,SAAS,CAAC,GAAG,kBAAkB,CAAC,SAAS,CAAC,CAAC;IAC3E,IAAI,EAAE;QACJ,SAAS,CAAC,EAAE,MAAM,CAAC;QACnB,IAAI,CAAC,EAAE,OAAO,CAAC;QACf,QAAQ,CAAC,EAAE,OAAO,CAAC;QACnB,UAAU,CAAC,EAAE,OAAO,CAAC;QACrB,SAAS,CAAC,EAAE,OAAO,CAAC;QACpB,WAAW,CAAC,EAAE,OAAO,CAAC;QACtB,OAAO,EAAE,CAAC,CAAC,EAAE,UAAU,KAAK,IAAI,CAAC;QACjC,IAAI,CAAC,EAAE,sBAAsB,CAAC,MAAM,CAAC,CAAC,MAAM,CAAC,CAAC;QAC9C,WAAW,CAAC,EAAE,MAAM,CAAC;KACtB,CAAC;CACH;AAED,QAAA,MAAM,oBAAoB,EAAE,qBAAqB,CAAC,6BAA6B,CAiC7E,CAAC;AAEH,eAAe,oBAAoB,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import type { Moment } from 'moment';
|
|
2
|
+
export declare function isSameDay(moment1: Moment, moment2: Moment): boolean;
|
|
3
|
+
export declare function isSameTime(moment1: Moment, moment2: Moment): boolean;
|
|
4
|
+
export declare function isDayDisabled(day: Moment, { minDate, maxDate, excludeDates, includeDates, filterDate }?: {
|
|
5
|
+
minDate?: Moment;
|
|
6
|
+
maxDate?: Moment;
|
|
7
|
+
excludeDates?: Moment[];
|
|
8
|
+
includeDates?: Moment[];
|
|
9
|
+
filterDate?: (day: Moment) => boolean;
|
|
10
|
+
}): boolean;
|
|
11
|
+
export declare function isOutOfBounds(day: Moment, { minDate, maxDate }?: {
|
|
12
|
+
minDate?: Moment;
|
|
13
|
+
maxDate?: Moment;
|
|
14
|
+
}): boolean | undefined;
|
|
15
|
+
//# sourceMappingURL=date-utils.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"date-utils.d.ts","sourceRoot":"","sources":["../../../../src/components/eui-super-date-picker/utils/date-utils.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAC;AAErC,wBAAgB,SAAS,CAAC,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,WAMzD;AAED,wBAAgB,UAAU,CAAC,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,WAM1D;AAED,wBAAgB,aAAa,CAC3B,GAAG,EAAE,MAAM,EACX,EACE,OAAO,EACP,OAAO,EACP,YAAY,EACZ,YAAY,EACZ,UAAU,EACX,GAAE;IACD,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,YAAY,CAAC,EAAE,MAAM,EAAE,CAAC;IACxB,YAAY,CAAC,EAAE,MAAM,EAAE,CAAC;IACxB,UAAU,CAAC,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,OAAO,CAAC;CAClC,WAgBP;AAED,wBAAgB,aAAa,CAC3B,GAAG,EAAE,MAAM,EACX,EAAE,OAAO,EAAE,OAAO,EAAE,GAAE;IAAE,OAAO,CAAC,EAAE,MAAM,CAAC;IAAC,OAAO,CAAC,EAAE,MAAM,CAAA;CAAO,uBAMlE"}
|