@ember-eui/core 10.0.1 → 10.0.3
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 +69 -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 +207 -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 +32 -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 +48 -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 +30 -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 +93 -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 +3 -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 +152 -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-breadcrumbs.js +3 -1
- package/dist/components/eui-breadcrumbs.js.map +1 -1
- package/dist/components/eui-combo-box.js +3 -1
- package/dist/components/eui-combo-box.js.map +1 -1
- package/dist/components/eui-markdown-editor-toolbar.js +3 -1
- package/dist/components/eui-markdown-editor-toolbar.js.map +1 -1
- package/dist/components/eui-markdown-editor.js +3 -1
- package/dist/components/eui-markdown-editor.js.map +1 -1
- package/dist/components/eui-markdown-format.js +3 -1
- package/dist/components/eui-markdown-format.js.map +1 -1
- package/dist/components/eui-tool-tip.js +3 -1
- package/dist/components/eui-tool-tip.js.map +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
import Component from '@glimmer/component';
|
|
2
|
+
import type EuiI18n from '../services/eui-i18n';
|
|
3
|
+
import type { ApplyRefreshInterval, DurationRange, Milliseconds, ShortDate } from './eui-super-date-picker/types/global';
|
|
4
|
+
import type { LocaleSpecifier } from 'moment';
|
|
5
|
+
export type { ApplyRefreshInterval, DurationRange, Milliseconds, ShortDate };
|
|
6
|
+
export interface EuiSuperDatePickerArgs {
|
|
7
|
+
commonlyUsedRanges?: DurationRange[];
|
|
8
|
+
/**
|
|
9
|
+
* Specifies the formatted used when displaying dates and/or datetimes
|
|
10
|
+
*/
|
|
11
|
+
dateFormat?: string;
|
|
12
|
+
/**
|
|
13
|
+
* Set isAutoRefreshOnly to true to limit the component to only display auto refresh content.
|
|
14
|
+
*/
|
|
15
|
+
isAutoRefreshOnly?: boolean;
|
|
16
|
+
isDisabled?: boolean;
|
|
17
|
+
isLoading?: boolean;
|
|
18
|
+
isPaused?: boolean;
|
|
19
|
+
/**
|
|
20
|
+
* Sets the overall width by adding sensible min and max widths.
|
|
21
|
+
* - `auto`: fits width to internal content / time string.
|
|
22
|
+
* - `restricted`: static width that fits the longest possible time string.
|
|
23
|
+
* - `full`: expands to 100% of the container.
|
|
24
|
+
*/
|
|
25
|
+
width?: 'restricted' | 'full' | 'auto';
|
|
26
|
+
/**
|
|
27
|
+
* Reduces overall height to compressed form size
|
|
28
|
+
*/
|
|
29
|
+
compressed?: boolean;
|
|
30
|
+
/**
|
|
31
|
+
* Used to localize e.g. month names, passed to `moment`
|
|
32
|
+
*/
|
|
33
|
+
locale?: LocaleSpecifier;
|
|
34
|
+
/**
|
|
35
|
+
* Callback for when the refresh interval is fired.
|
|
36
|
+
* EuiSuperDatePicker will only manage a refresh interval timer when onRefresh callback is supplied
|
|
37
|
+
* If a promise is returned, the next refresh interval will not start until the promise has resolved.
|
|
38
|
+
* If the promise rejects the refresh interval will stop and the error thrown
|
|
39
|
+
*/
|
|
40
|
+
onRefresh?: (props: any) => void;
|
|
41
|
+
/**
|
|
42
|
+
* Callback for when the refresh interval changes.
|
|
43
|
+
* Supply onRefreshChange to show refresh interval inputs in quick select popover
|
|
44
|
+
*/
|
|
45
|
+
onRefreshChange?: ApplyRefreshInterval;
|
|
46
|
+
/**
|
|
47
|
+
* Callback for when the time changes.
|
|
48
|
+
*/
|
|
49
|
+
onTimeChange: (props: any) => void;
|
|
50
|
+
/**
|
|
51
|
+
* Refresh interval in milliseconds
|
|
52
|
+
*/
|
|
53
|
+
refreshInterval?: Milliseconds;
|
|
54
|
+
start?: ShortDate;
|
|
55
|
+
end?: ShortDate;
|
|
56
|
+
/**
|
|
57
|
+
* Specifies the formatted used when displaying times
|
|
58
|
+
*/
|
|
59
|
+
timeFormat?: string;
|
|
60
|
+
utcOffset?: number;
|
|
61
|
+
/**
|
|
62
|
+
* Set showUpdateButton to false to immediately invoke onTimeChange for all start and end changes.
|
|
63
|
+
*/
|
|
64
|
+
showUpdateButton?: boolean | 'iconOnly';
|
|
65
|
+
/**
|
|
66
|
+
* Hides the actual input reducing to just the quick select button.
|
|
67
|
+
*/
|
|
68
|
+
isQuickSelectOnly?: boolean;
|
|
69
|
+
}
|
|
70
|
+
export default class EuiSuperDatePicker extends Component<EuiSuperDatePickerArgs> {
|
|
71
|
+
dateFormat: string;
|
|
72
|
+
timeFormat: string;
|
|
73
|
+
isAutoRefreshOnly: boolean;
|
|
74
|
+
isDisabled: boolean;
|
|
75
|
+
isPaused: boolean;
|
|
76
|
+
showUpdateButton: boolean;
|
|
77
|
+
width: string;
|
|
78
|
+
refreshInterval: Milliseconds;
|
|
79
|
+
euiI18n: EuiI18n;
|
|
80
|
+
start: ShortDate;
|
|
81
|
+
end: ShortDate;
|
|
82
|
+
isInvalid: boolean;
|
|
83
|
+
hasChanged: boolean;
|
|
84
|
+
constructor(owner: any, args: EuiSuperDatePickerArgs);
|
|
85
|
+
get timeOptions(): import("./eui-super-date-picker/utils/time-options.ts").TimeOptions;
|
|
86
|
+
setTime({ start, end }: DurationRange): void;
|
|
87
|
+
applyTime(): void;
|
|
88
|
+
applyQuickTime({ start, end }: DurationRange): void;
|
|
89
|
+
setStart(start: ShortDate): void;
|
|
90
|
+
setEnd(end: ShortDate): void;
|
|
91
|
+
handleClickUpdateButton(): void;
|
|
92
|
+
}
|
|
93
|
+
//# sourceMappingURL=eui-super-date-picker.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"eui-super-date-picker.d.ts","sourceRoot":"","sources":["../../src/components/eui-super-date-picker.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,oBAAoB,CAAC;AAmB3C,OAAO,KAAK,OAAO,MAAM,sBAAsB,CAAC;AAChD,OAAO,KAAK,EACV,oBAAoB,EACpB,aAAa,EACb,YAAY,EACZ,SAAS,EACV,MAAM,sCAAsC,CAAC;AAC9C,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,QAAQ,CAAC;AAE9C,YAAY,EAAE,oBAAoB,EAAE,aAAa,EAAE,YAAY,EAAE,SAAS,EAAE,CAAC;AAE7E,MAAM,WAAW,sBAAsB;IACrC,kBAAkB,CAAC,EAAE,aAAa,EAAE,CAAC;IAErC;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;;;;OAKG;IACH,KAAK,CAAC,EAAE,YAAY,GAAG,MAAM,GAAG,MAAM,CAAC;IACvC;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB;;OAEG;IACH,MAAM,CAAC,EAAE,eAAe,CAAC;IACzB;;;;;OAKG;IACH,SAAS,CAAC,EAAE,CAAC,KAAK,EAAE,GAAG,KAAK,IAAI,CAAC;IACjC;;;OAGG;IACH,eAAe,CAAC,EAAE,oBAAoB,CAAC;IACvC;;OAEG;IACH,YAAY,EAAE,CAAC,KAAK,EAAE,GAAG,KAAK,IAAI,CAAC;IAEnC;;OAEG;IACH,eAAe,CAAC,EAAE,YAAY,CAAC;IAC/B,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,GAAG,CAAC,EAAE,SAAS,CAAC;IAChB;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,gBAAgB,CAAC,EAAE,OAAO,GAAG,UAAU,CAAC;IACxC;;OAEG;IACH,iBAAiB,CAAC,EAAE,OAAO,CAAC;CAK7B;AAED,MAAM,CAAC,OAAO,OAAO,kBAAmB,SAAQ,SAAS,CAAC,sBAAsB,CAAC;IAC1B,UAAU,EAAG,MAAM,CAAC;IACzC,UAAU,EAAG,MAAM,CAAC;IAGtB,iBAAiB,EAAG,OAAO,CAAC;IAC5B,UAAU,EAAG,OAAO,CAAC;IACtB,QAAQ,EAAG,OAAO,CAAC;IACnB,gBAAgB,EAAG,OAAO,CAAC;IACnB,KAAK,EAAG,MAAM,CAAC;IAEvB,eAAe,EAAG,YAAY,CAAC;IAE3C,OAAO,EAAE,OAAO,CAAC;IAEzB,KAAK,EAAE,SAAS,CAAC;IACjB,GAAG,EAAE,SAAS,CAAC;IACf,SAAS,UAAS;IAClB,UAAU,UAAS;gBAEhB,KAAK,EAAE,GAAG,EAAE,IAAI,EAAE,sBAAsB;IAOpD,IAAI,WAAW,wEAEd;IAED,OAAO,CAAC,EAAE,KAAK,EAAE,GAAG,EAAE,EAAE,aAAa;IAgBrC,SAAS;IAUT,cAAc,CAAC,EAAE,KAAK,EAAE,GAAG,EAAE,EAAE,aAAa;IAa5C,QAAQ,CAAC,KAAK,EAAE,SAAS;IAKzB,MAAM,CAAC,GAAG,EAAE,SAAS;IAKrB,uBAAuB;CAsFxB"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import Component from '@glimmer/component';
|
|
2
|
+
export interface EuiSwitchSignature {
|
|
3
|
+
Element: HTMLButtonElement;
|
|
4
|
+
Args: {
|
|
5
|
+
id?: string;
|
|
6
|
+
/**
|
|
7
|
+
* Whether to render the render the text label
|
|
8
|
+
*/
|
|
9
|
+
showLabel?: boolean;
|
|
10
|
+
/**
|
|
11
|
+
* Must be a string if `showLabel` prop is true
|
|
12
|
+
*/
|
|
13
|
+
label?: string;
|
|
14
|
+
checked: boolean;
|
|
15
|
+
onChange: (event: MouseEvent) => void;
|
|
16
|
+
disabled?: boolean;
|
|
17
|
+
compressed?: boolean;
|
|
18
|
+
type?: 'submit' | 'reset' | 'button';
|
|
19
|
+
containerClass?: string;
|
|
20
|
+
isFakeLabelBlock?: boolean;
|
|
21
|
+
};
|
|
22
|
+
Blocks: {
|
|
23
|
+
default: [];
|
|
24
|
+
label: [];
|
|
25
|
+
};
|
|
26
|
+
}
|
|
27
|
+
export default class EuiSwitch extends Component<EuiSwitchSignature> {
|
|
28
|
+
onClick(e: MouseEvent): void;
|
|
29
|
+
}
|
|
30
|
+
//# sourceMappingURL=eui-switch.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"eui-switch.d.ts","sourceRoot":"","sources":["../../src/components/eui-switch.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,oBAAoB,CAAC;AAW3C,MAAM,WAAW,kBAAkB;IACjC,OAAO,EAAE,iBAAiB,CAAC;IAC3B,IAAI,EAAE;QACJ,EAAE,CAAC,EAAE,MAAM,CAAC;QACZ;;WAEG;QACH,SAAS,CAAC,EAAE,OAAO,CAAC;QACpB;;WAEG;QACH,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,OAAO,EAAE,OAAO,CAAC;QACjB,QAAQ,EAAE,CAAC,KAAK,EAAE,UAAU,KAAK,IAAI,CAAC;QACtC,QAAQ,CAAC,EAAE,OAAO,CAAC;QACnB,UAAU,CAAC,EAAE,OAAO,CAAC;QACrB,IAAI,CAAC,EAAE,QAAQ,GAAG,OAAO,GAAG,QAAQ,CAAC;QAErC,cAAc,CAAC,EAAE,MAAM,CAAC;QACxB,gBAAgB,CAAC,EAAE,OAAO,CAAC;KAC5B,CAAC;IACF,MAAM,EAAE;QACN,OAAO,EAAE,EAAE,CAAC;QACZ,KAAK,EAAE,EAAE,CAAC;KACX,CAAC;CACH;AAED,MAAM,CAAC,OAAO,OAAO,SAAU,SAAQ,SAAS,CAAC,kBAAkB,CAAC;IAElE,OAAO,CAAC,CAAC,EAAE,UAAU,GAAG,IAAI;CA2F7B"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import type { TemplateOnlyComponent } from '@ember/component/template-only';
|
|
2
|
+
export type IEuiTab = {
|
|
3
|
+
id?: string;
|
|
4
|
+
href?: string;
|
|
5
|
+
isSelected?: boolean;
|
|
6
|
+
disabled?: boolean;
|
|
7
|
+
};
|
|
8
|
+
export interface EuiTabSignature {
|
|
9
|
+
Element: HTMLButtonElement | HTMLAnchorElement;
|
|
10
|
+
Args: {
|
|
11
|
+
[K in keyof IEuiTab]: IEuiTab[K];
|
|
12
|
+
};
|
|
13
|
+
Blocks: {
|
|
14
|
+
prepend: [];
|
|
15
|
+
default: [];
|
|
16
|
+
append: [];
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
declare const EuiTab: TemplateOnlyComponent<EuiTabSignature>;
|
|
20
|
+
export default EuiTab;
|
|
21
|
+
//# sourceMappingURL=eui-tab.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"eui-tab.d.ts","sourceRoot":"","sources":["../../src/components/eui-tab.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,gCAAgC,CAAC;AAE5E,MAAM,MAAM,OAAO,GAAG;IACpB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAEF,MAAM,WAAW,eAAe;IAC9B,OAAO,EAAE,iBAAiB,GAAG,iBAAiB,CAAC;IAC/C,IAAI,EAAE;SACH,CAAC,IAAI,MAAM,OAAO,GAAG,OAAO,CAAC,CAAC,CAAC;KACjC,CAAC;IACF,MAAM,EAAE;QACN,OAAO,EAAE,EAAE,CAAC;QACZ,OAAO,EAAE,EAAE,CAAC;QACZ,MAAM,EAAE,EAAE,CAAC;KACZ,CAAC;CACH;AAED,QAAA,MAAM,MAAM,EAAE,qBAAqB,CAAC,eAAe,CAsFjD,CAAC;AAEH,eAAe,MAAM,CAAC"}
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
import Component from '@glimmer/component';
|
|
2
|
+
import type { CommonArgs } from './common.ts';
|
|
3
|
+
import type { EuiTabsSignature } from './eui-tabs';
|
|
4
|
+
import type { ComponentLike } from '@glint/template';
|
|
5
|
+
export interface EuiTabbedContentTab {
|
|
6
|
+
id: string;
|
|
7
|
+
name: string;
|
|
8
|
+
content?: ComponentLike;
|
|
9
|
+
disabled?: boolean;
|
|
10
|
+
}
|
|
11
|
+
export type EuiTabbedContentArgs = CommonArgs & {
|
|
12
|
+
/**
|
|
13
|
+
* When tabbing into the tabs, set the focus on `initial` for the first tab,
|
|
14
|
+
* or `selected` for the currently selected tab. Best use case is for inside of
|
|
15
|
+
* overlay content like popovers or flyouts.
|
|
16
|
+
*/
|
|
17
|
+
autoFocus?: 'initial' | 'selected';
|
|
18
|
+
/**
|
|
19
|
+
* Choose `default` or alternative `condensed` display styles
|
|
20
|
+
*/
|
|
21
|
+
display?: EuiTabsSignature['Args']['display'];
|
|
22
|
+
/**
|
|
23
|
+
* Evenly stretches each tab to fill the horizontal space
|
|
24
|
+
*/
|
|
25
|
+
expand?: boolean;
|
|
26
|
+
/**
|
|
27
|
+
* Use this prop to set the initially selected tab while letting the tabbed content component
|
|
28
|
+
* control selection state internally
|
|
29
|
+
*/
|
|
30
|
+
initialSelectedTab?: EuiTabbedContentTab;
|
|
31
|
+
onTabClick?: (selectedTab: EuiTabbedContentTab) => void;
|
|
32
|
+
/**
|
|
33
|
+
* Use this prop if you want to control selection state within the owner component
|
|
34
|
+
*/
|
|
35
|
+
selectedTab?: EuiTabbedContentTab;
|
|
36
|
+
size?: EuiTabsSignature['Args']['size'];
|
|
37
|
+
/**
|
|
38
|
+
* Each tab needs id and content properties, so we can associate it with its panel for accessibility.
|
|
39
|
+
* The name property (a node) is also required to display to the user.
|
|
40
|
+
*/
|
|
41
|
+
tabs: EuiTabbedContentTab[];
|
|
42
|
+
};
|
|
43
|
+
export interface EuiTabbedContentSignature {
|
|
44
|
+
Element: HTMLDivElement;
|
|
45
|
+
Args: EuiTabbedContentArgs;
|
|
46
|
+
Blocks: {
|
|
47
|
+
default: [EuiTabbedContentTab];
|
|
48
|
+
selectedTabContent: [EuiTabbedContentTab];
|
|
49
|
+
};
|
|
50
|
+
}
|
|
51
|
+
export default class EuiTabbedContentComponent extends Component<EuiTabbedContentSignature> {
|
|
52
|
+
selectedTabId: string | undefined;
|
|
53
|
+
inFocus: boolean;
|
|
54
|
+
tabsRef?: Element;
|
|
55
|
+
get autoFocus(): "selected" | "initial";
|
|
56
|
+
constructor(owner: unknown, args: EuiTabbedContentArgs);
|
|
57
|
+
get selectedTab(): EuiTabbedContentTab | undefined;
|
|
58
|
+
setTabsRef: (element: Element) => void;
|
|
59
|
+
willDestroy(): void;
|
|
60
|
+
removeFocus: (blurEvent: FocusEvent) => void;
|
|
61
|
+
onTabClick: (selectedTab: EuiTabbedContentTab) => void;
|
|
62
|
+
focusTab: () => void;
|
|
63
|
+
initializeFocus: () => void;
|
|
64
|
+
}
|
|
65
|
+
//# sourceMappingURL=eui-tabbed-content.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"eui-tabbed-content.d.ts","sourceRoot":"","sources":["../../src/components/eui-tabbed-content.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,oBAAoB,CAAC;AAc3C,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAC9C,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAC;AACnD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAErD,MAAM,WAAW,mBAAmB;IAClC,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,CAAC,EAAE,aAAa,CAAC;IACxB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,MAAM,MAAM,oBAAoB,GAAG,UAAU,GAAG;IAC9C;;;;OAIG;IACH,SAAS,CAAC,EAAE,SAAS,GAAG,UAAU,CAAC;IACnC;;OAEG;IACH,OAAO,CAAC,EAAE,gBAAgB,CAAC,MAAM,CAAC,CAAC,SAAS,CAAC,CAAC;IAC9C;;OAEG;IACH,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB;;;OAGG;IACH,kBAAkB,CAAC,EAAE,mBAAmB,CAAC;IACzC,UAAU,CAAC,EAAE,CAAC,WAAW,EAAE,mBAAmB,KAAK,IAAI,CAAC;IACxD;;OAEG;IACH,WAAW,CAAC,EAAE,mBAAmB,CAAC;IAClC,IAAI,CAAC,EAAE,gBAAgB,CAAC,MAAM,CAAC,CAAC,MAAM,CAAC,CAAC;IACxC;;;OAGG;IACH,IAAI,EAAE,mBAAmB,EAAE,CAAC;CAC7B,CAAC;AAEF,MAAM,WAAW,yBAAyB;IACxC,OAAO,EAAE,cAAc,CAAC;IACxB,IAAI,EAAE,oBAAoB,CAAC;IAC3B,MAAM,EAAE;QACN,OAAO,EAAE,CAAC,mBAAmB,CAAC,CAAC;QAC/B,kBAAkB,EAAE,CAAC,mBAAmB,CAAC,CAAC;KAC3C,CAAC;CACH;AAED,MAAM,CAAC,OAAO,OAAO,yBAA0B,SAAQ,SAAS,CAAC,yBAAyB,CAAC;IAChF,aAAa,qBAAC;IACd,OAAO,EAAE,OAAO,CAAS;IAClC,OAAO,CAAC,EAAE,OAAO,CAAC;IAElB,IAAI,SAAS,2BAEZ;gBAEW,KAAK,EAAE,OAAO,EAAE,IAAI,EAAE,oBAAoB;IAYtD,IAAI,WAAW,oCAOd;IAED,UAAU,YAAa,OAAO,UAK5B;IAEF,WAAW,IAAI,IAAI;IASnB,WAAW,cAAe,UAAU,UAQlC;IAEF,UAAU,gBAAiB,mBAAmB,UAiB5C;IAEF,QAAQ,aAQN;IAEF,eAAe,aAYb;CAmEH"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { displayMapping, sizeMapping } from '../utils/css-mappings/eui-tabs.ts';
|
|
2
|
+
import type { TemplateOnlyComponent } from '@ember/component/template-only';
|
|
3
|
+
export interface EuiTabsSignature {
|
|
4
|
+
Element: HTMLDivElement;
|
|
5
|
+
Args: {
|
|
6
|
+
display?: keyof typeof displayMapping;
|
|
7
|
+
size?: keyof typeof sizeMapping;
|
|
8
|
+
expand?: boolean;
|
|
9
|
+
bottomBorder?: boolean;
|
|
10
|
+
className?: string;
|
|
11
|
+
};
|
|
12
|
+
Blocks: {
|
|
13
|
+
default: [];
|
|
14
|
+
};
|
|
15
|
+
}
|
|
16
|
+
declare const EuiTabs: TemplateOnlyComponent<EuiTabsSignature>;
|
|
17
|
+
export default EuiTabs;
|
|
18
|
+
//# sourceMappingURL=eui-tabs.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"eui-tabs.d.ts","sourceRoot":"","sources":["../../src/components/eui-tabs.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,cAAc,EAAC,WAAW,EAAE,MAAM,mCAAmC,CAAC;AACpF,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,gCAAgC,CAAC;AAE5E,MAAM,WAAW,gBAAgB;IAC/B,OAAO,EAAE,cAAc,CAAC;IACxB,IAAI,EAAE;QACJ,OAAO,CAAC,EAAE,MAAM,OAAO,cAAc,CAAC;QACtC,IAAI,CAAC,EAAE,MAAM,OAAO,WAAW,CAAC;QAChC,MAAM,CAAC,EAAE,OAAO,CAAC;QACjB,YAAY,CAAC,EAAE,OAAO,CAAC;QACvB,SAAS,CAAC,EAAE,MAAM,CAAC;KACpB,CAAC;IACF,MAAM,EAAE;QACN,OAAO,EAAE,EAAE,CAAC;KACb,CAAC;CACH;AAED,QAAA,MAAM,OAAO,EAAE,qBAAqB,CAAC,gBAAgB,CAkBnD,CAAC;AAEH,eAAe,OAAO,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { TemplateOnlyComponent } from '@ember/component/template-only';
|
|
2
|
+
interface Signature {
|
|
3
|
+
Element: HTMLDivElement;
|
|
4
|
+
Args: {
|
|
5
|
+
textAlign?: 'left' | 'center' | 'right';
|
|
6
|
+
};
|
|
7
|
+
Blocks: {
|
|
8
|
+
default: [];
|
|
9
|
+
};
|
|
10
|
+
}
|
|
11
|
+
declare const EuiTextAlignComponent: TemplateOnlyComponent<Signature>;
|
|
12
|
+
export default EuiTextAlignComponent;
|
|
13
|
+
//# sourceMappingURL=eui-text-align.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"eui-text-align.d.ts","sourceRoot":"","sources":["../../src/components/eui-text-align.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,gCAAgC,CAAC;AAE5E,UAAU,SAAS;IACjB,OAAO,EAAE,cAAc,CAAC;IACxB,IAAI,EAAE;QACJ,SAAS,CAAC,EAAE,MAAM,GAAG,QAAQ,GAAG,OAAO,CAAC;KACzC,CAAC;IACF,MAAM,EAAE;QACN,OAAO,EAAE,EAAE,CAAC;KACb,CAAC;CACH;AAED,QAAA,MAAM,qBAAqB,EAAE,qBAAqB,CAAC,SAAS,CAU1D,CAAC;AAEH,eAAe,qBAAqB,CAAC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import type { resizeMapping } from '../utils/css-mappings/eui-text-area.ts';
|
|
2
|
+
import type { TemplateOnlyComponent } from '@ember/component/template-only';
|
|
3
|
+
export interface EuiTextAreaSignature {
|
|
4
|
+
Element: HTMLTextAreaElement;
|
|
5
|
+
Args: {
|
|
6
|
+
id?: string;
|
|
7
|
+
value?: string;
|
|
8
|
+
fullWidth?: boolean;
|
|
9
|
+
compressed?: boolean;
|
|
10
|
+
disabled?: boolean;
|
|
11
|
+
isInvalid?: boolean;
|
|
12
|
+
inputRef?: (element: HTMLTextAreaElement | null) => void;
|
|
13
|
+
rows?: number;
|
|
14
|
+
resize?: keyof typeof resizeMapping;
|
|
15
|
+
};
|
|
16
|
+
Blocks: {
|
|
17
|
+
default: [];
|
|
18
|
+
};
|
|
19
|
+
}
|
|
20
|
+
declare const EuiTextArea: TemplateOnlyComponent<EuiTextAreaSignature>;
|
|
21
|
+
export default EuiTextArea;
|
|
22
|
+
//# sourceMappingURL=eui-text-area.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"eui-text-area.d.ts","sourceRoot":"","sources":["../../src/components/eui-text-area.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,wCAAwC,CAAC;AAC5E,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,gCAAgC,CAAC;AAE5E,MAAM,WAAW,oBAAoB;IACnC,OAAO,EAAE,mBAAmB,CAAC;IAC7B,IAAI,EAAE;QACJ,EAAE,CAAC,EAAE,MAAM,CAAC;QACZ,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,SAAS,CAAC,EAAE,OAAO,CAAC;QACpB,UAAU,CAAC,EAAE,OAAO,CAAC;QACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;QACnB,SAAS,CAAC,EAAE,OAAO,CAAC;QACpB,QAAQ,CAAC,EAAE,CAAC,OAAO,EAAE,mBAAmB,GAAG,IAAI,KAAK,IAAI,CAAC;QACzD,IAAI,CAAC,EAAE,MAAM,CAAC;QACd,MAAM,CAAC,EAAE,MAAM,OAAO,aAAa,CAAC;KACrC,CAAC;IACF,MAAM,EAAE;QACN,OAAO,EAAE,EAAE,CAAC;KACb,CAAC;CACH;AAED,QAAA,MAAM,WAAW,EAAE,qBAAqB,CAAC,oBAAoB,CAuB3D,CAAC;AAEH,eAAe,WAAW,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { TemplateOnlyComponent } from '@ember/component/template-only';
|
|
2
|
+
interface Signature {
|
|
3
|
+
Element: HTMLDivElement | HTMLSpanElement;
|
|
4
|
+
Args: {
|
|
5
|
+
color?: string;
|
|
6
|
+
tagName?: string;
|
|
7
|
+
};
|
|
8
|
+
Blocks: {
|
|
9
|
+
default: [];
|
|
10
|
+
};
|
|
11
|
+
}
|
|
12
|
+
declare const EuiTextColor: TemplateOnlyComponent<Signature>;
|
|
13
|
+
export default EuiTextColor;
|
|
14
|
+
//# sourceMappingURL=eui-text-color.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"eui-text-color.d.ts","sourceRoot":"","sources":["../../src/components/eui-text-color.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,gCAAgC,CAAC;AAE5E,UAAU,SAAS;IACjB,OAAO,EAAE,cAAc,GAAG,eAAe,CAAC;IAC1C,IAAI,EAAE;QACJ,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,OAAO,CAAC,EAAE,MAAM,CAAC;KAClB,CAAC;IACF,MAAM,EAAE;QACN,OAAO,EAAE,EAAE,CAAC;KACb,CAAC;CACH;AAED,QAAA,MAAM,YAAY,EAAE,qBAAqB,CAAC,SAAS,CAqBjD,CAAC;AAEH,eAAe,YAAY,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import type { sizeMapping } from '../utils/css-mappings/eui-text.ts';
|
|
2
|
+
import type { alignMapping } from '../utils/css-mappings/eui-text-align.ts';
|
|
3
|
+
import type { colorMapping } from '../utils/css-mappings/eui-text-color.ts';
|
|
4
|
+
import type { TemplateOnlyComponent } from '@ember/component/template-only';
|
|
5
|
+
export interface EuiTextSignature {
|
|
6
|
+
Element: HTMLDivElement;
|
|
7
|
+
Args: {
|
|
8
|
+
grow?: boolean;
|
|
9
|
+
size?: keyof typeof sizeMapping;
|
|
10
|
+
textAlign?: keyof typeof alignMapping;
|
|
11
|
+
color?: keyof typeof colorMapping;
|
|
12
|
+
};
|
|
13
|
+
Blocks: {
|
|
14
|
+
default: [];
|
|
15
|
+
};
|
|
16
|
+
}
|
|
17
|
+
declare const EuiTextComponent: TemplateOnlyComponent<EuiTextSignature>;
|
|
18
|
+
export default EuiTextComponent;
|
|
19
|
+
//# sourceMappingURL=eui-text.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"eui-text.d.ts","sourceRoot":"","sources":["../../src/components/eui-text.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,mCAAmC,CAAC;AACrE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,yCAAyC,CAAC;AAC5E,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,yCAAyC,CAAC;AAC5E,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,gCAAgC,CAAC;AAE5E,MAAM,WAAW,gBAAgB;IAC/B,OAAO,EAAE,cAAc,CAAC;IACxB,IAAI,EAAE;QACJ,IAAI,CAAC,EAAE,OAAO,CAAC;QACf,IAAI,CAAC,EAAE,MAAM,OAAO,WAAW,CAAC;QAChC,SAAS,CAAC,EAAE,MAAM,OAAO,YAAY,CAAC;QACtC,KAAK,CAAC,EAAE,MAAM,OAAO,YAAY,CAAC;KACnC,CAAC;IACF,MAAM,EAAE;QACN,OAAO,EAAE,EAAE,CAAC;KACb,CAAC;CACH;AAED,QAAA,MAAM,gBAAgB,EAAE,qBAAqB,CAAC,gBAAgB,CAkF5D,CAAC;AAEH,eAAe,gBAAgB,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import type { sizeMapping, transformMapping } from '../utils/css-mappings/eui-title.ts';
|
|
2
|
+
import type { TextBlockSignature } from './text-block';
|
|
3
|
+
import type { TemplateOnlyComponent } from '@ember/component/template-only';
|
|
4
|
+
export interface EuiTitleSignature {
|
|
5
|
+
Element: HTMLHeadingElement;
|
|
6
|
+
Args: {
|
|
7
|
+
tagName?: TextBlockSignature['Args']['tagName'];
|
|
8
|
+
size?: keyof typeof sizeMapping;
|
|
9
|
+
textTransform?: keyof typeof transformMapping;
|
|
10
|
+
};
|
|
11
|
+
Blocks: {
|
|
12
|
+
default: [];
|
|
13
|
+
};
|
|
14
|
+
}
|
|
15
|
+
declare const EuiTitle: TemplateOnlyComponent<EuiTitleSignature>;
|
|
16
|
+
export default EuiTitle;
|
|
17
|
+
//# sourceMappingURL=eui-title.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"eui-title.d.ts","sourceRoot":"","sources":["../../src/components/eui-title.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,WAAW,EAAE,gBAAgB,EAAE,MAAM,oCAAoC,CAAC;AACxF,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,cAAc,CAAC;AACvD,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,gCAAgC,CAAC;AAE5E,MAAM,WAAW,iBAAiB;IAChC,OAAO,EAAE,kBAAkB,CAAC;IAC5B,IAAI,EAAE;QACJ,OAAO,CAAC,EAAE,kBAAkB,CAAC,MAAM,CAAC,CAAC,SAAS,CAAC,CAAC;QAChD,IAAI,CAAC,EAAE,MAAM,OAAO,WAAW,CAAC;QAChC,aAAa,CAAC,EAAE,MAAM,OAAO,gBAAgB,CAAC;KAC/C,CAAC;IACF,MAAM,EAAE;QACN,OAAO,EAAE,EAAE,CAAC;KACb,CAAC;CACH;AAED,QAAA,MAAM,QAAQ,EAAE,qBAAqB,CAAC,iBAAiB,CAcrD,CAAC;AAEH,eAAe,QAAQ,CAAC"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import type { EuiIconSignature } from './eui-icon';
|
|
2
|
+
import type { TemplateOnlyComponent } from '@ember/component/template-only';
|
|
3
|
+
export interface IEuiToast {
|
|
4
|
+
/**
|
|
5
|
+
* The title of the toast
|
|
6
|
+
*/
|
|
7
|
+
title?: string;
|
|
8
|
+
/**
|
|
9
|
+
* The body of the toast
|
|
10
|
+
*/
|
|
11
|
+
body?: string;
|
|
12
|
+
/**
|
|
13
|
+
* The color of the toast
|
|
14
|
+
*/
|
|
15
|
+
color?: 'primary' | 'success' | 'warning' | 'danger' | 'none';
|
|
16
|
+
/**
|
|
17
|
+
* The icon type of the toast
|
|
18
|
+
*/
|
|
19
|
+
iconType?: EuiIconSignature['Args']['type'];
|
|
20
|
+
/**
|
|
21
|
+
* The callback function when the toast is closed
|
|
22
|
+
*/
|
|
23
|
+
onClose?: () => void;
|
|
24
|
+
/**
|
|
25
|
+
* Whether to use markdown format for the body
|
|
26
|
+
*/
|
|
27
|
+
useMarkdownFormat?: boolean;
|
|
28
|
+
}
|
|
29
|
+
export interface EuiToastSignature {
|
|
30
|
+
Element: HTMLDivElement;
|
|
31
|
+
Args: IEuiToast;
|
|
32
|
+
}
|
|
33
|
+
declare const EuiToast: TemplateOnlyComponent<EuiToastSignature>;
|
|
34
|
+
export default EuiToast;
|
|
35
|
+
//# sourceMappingURL=eui-toast.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"eui-toast.d.ts","sourceRoot":"","sources":["../../src/components/eui-toast.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAC;AACnD,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,gCAAgC,CAAC;AAE5E,MAAM,WAAW,SAAS;IACxB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,KAAK,CAAC,EAAE,SAAS,GAAG,SAAS,GAAG,SAAS,GAAG,QAAQ,GAAG,MAAM,CAAC;IAC9D;;OAEG;IACH,QAAQ,CAAC,EAAE,gBAAgB,CAAC,MAAM,CAAC,CAAC,MAAM,CAAC,CAAC;IAC5C;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB;;OAEG;IACH,iBAAiB,CAAC,EAAE,OAAO,CAAC;CAC7B;AAED,MAAM,WAAW,iBAAiB;IAChC,OAAO,EAAE,cAAc,CAAC;IACxB,IAAI,EAAE,SAAS,CAAC;CACjB;AAED,QAAA,MAAM,QAAQ,EAAE,qBAAqB,CAAC,iBAAiB,CA0ErD,CAAC;AAEH,eAAe,QAAQ,CAAC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import Component from '@glimmer/component';
|
|
2
|
+
import type { CommonArgs } from './common.ts';
|
|
3
|
+
type EuiTooltipPopoverArgs = CommonArgs & {
|
|
4
|
+
positionToolTip: () => void;
|
|
5
|
+
title?: Component;
|
|
6
|
+
popoverRef?: (ref: HTMLDivElement | null) => void;
|
|
7
|
+
hasTitle?: boolean;
|
|
8
|
+
};
|
|
9
|
+
export interface EuiTooltipPopoverSignature {
|
|
10
|
+
Element: HTMLDivElement;
|
|
11
|
+
Args: EuiTooltipPopoverArgs;
|
|
12
|
+
Blocks: {
|
|
13
|
+
default: [];
|
|
14
|
+
title: [];
|
|
15
|
+
content: [];
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
export default class EuiTooltipPopover extends Component<EuiTooltipPopoverSignature> {
|
|
19
|
+
popover: HTMLDivElement | null;
|
|
20
|
+
constructor(owner: unknown, args: EuiTooltipPopoverArgs);
|
|
21
|
+
willDestroy(): void;
|
|
22
|
+
setPopoverRef(popover: HTMLDivElement | null): void;
|
|
23
|
+
updateDimensions(): void;
|
|
24
|
+
}
|
|
25
|
+
export {};
|
|
26
|
+
//# sourceMappingURL=eui-tool-tip-popover.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"eui-tool-tip-popover.d.ts","sourceRoot":"","sources":["../../src/components/eui-tool-tip-popover.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,oBAAoB,CAAC;AAM3C,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAE9C,KAAK,qBAAqB,GAAG,UAAU,GAAG;IACtC,eAAe,EAAE,MAAM,IAAI,CAAC;IAC5B,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,UAAU,CAAC,EAAE,CAAC,GAAG,EAAE,cAAc,GAAG,IAAI,KAAK,IAAI,CAAC;IAClD,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAEJ,MAAM,WAAW,0BAA0B;IACzC,OAAO,EAAE,cAAc,CAAC;IACxB,IAAI,EAAE,qBAAqB,CAAC;IAC5B,MAAM,EAAE;QACN,OAAO,EAAE,EAAE,CAAC;QACZ,KAAK,EAAE,EAAE,CAAC;QACV,OAAO,EAAE,EAAE,CAAC;KACb,CAAC;CACH;AAED,MAAM,CAAC,OAAO,OAAO,iBAAkB,SAAQ,SAAS,CAAC,0BAA0B,CAAC;IAClF,OAAO,EAAE,cAAc,GAAG,IAAI,CAAQ;gBAE1B,KAAK,EAAE,OAAO,EAAE,IAAI,EAAE,qBAAqB;IAOvD,WAAW,IAAI,IAAI;IAQnB,aAAa,CAAC,OAAO,EAAE,cAAc,GAAG,IAAI,GAAG,IAAI;IASnD,gBAAgB,IAAI,IAAI;CA+BzB"}
|
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
import Component from '@glimmer/component';
|
|
2
|
+
import type { EuiTooltipPopoverSignature } from './eui-tool-tip-popover';
|
|
3
|
+
export type ToolTipPositions = 'top' | 'right' | 'bottom' | 'left';
|
|
4
|
+
export type ToolTipDelay = 'regular' | 'long';
|
|
5
|
+
interface ToolTipStyles {
|
|
6
|
+
top: string;
|
|
7
|
+
left: string | 'auto';
|
|
8
|
+
right?: string | 'auto';
|
|
9
|
+
opacity?: string;
|
|
10
|
+
visibility?: 'hidden';
|
|
11
|
+
display?: 'inlineBlock';
|
|
12
|
+
}
|
|
13
|
+
declare const displayToClassNameMap: {
|
|
14
|
+
inlineBlock: undefined;
|
|
15
|
+
block: string;
|
|
16
|
+
};
|
|
17
|
+
export type EuiTooltipArgs = {
|
|
18
|
+
/**
|
|
19
|
+
* Passes onto the the trigger.
|
|
20
|
+
*/
|
|
21
|
+
anchorClassName?: string;
|
|
22
|
+
/**
|
|
23
|
+
* Passes onto the tooltip itself, not the trigger.
|
|
24
|
+
*/
|
|
25
|
+
className?: string;
|
|
26
|
+
/**
|
|
27
|
+
* The main content of your tooltip.
|
|
28
|
+
*/
|
|
29
|
+
content?: string;
|
|
30
|
+
/**
|
|
31
|
+
* Common display alternatives for the anchor wrapper
|
|
32
|
+
*/
|
|
33
|
+
display?: keyof typeof displayToClassNameMap;
|
|
34
|
+
/**
|
|
35
|
+
* Delay before showing tooltip. Good for repeatable items.
|
|
36
|
+
*/
|
|
37
|
+
delay?: ToolTipDelay;
|
|
38
|
+
/**
|
|
39
|
+
* An optional title for your tooltip.
|
|
40
|
+
*/
|
|
41
|
+
title?: string;
|
|
42
|
+
/**
|
|
43
|
+
* Unless you provide one, this will be randomly generated.
|
|
44
|
+
*/
|
|
45
|
+
id?: string;
|
|
46
|
+
/**
|
|
47
|
+
* Suggested position. If there is not enough room for it this will be changed.
|
|
48
|
+
*/
|
|
49
|
+
position?: ToolTipPositions;
|
|
50
|
+
attachTo?: undefined | HTMLElement | string | null;
|
|
51
|
+
isShown?: boolean | undefined;
|
|
52
|
+
/**
|
|
53
|
+
* If supplied, called when mouse movement causes the tool tip to be
|
|
54
|
+
* hidden.
|
|
55
|
+
*/
|
|
56
|
+
onMouseOut?: (event: MouseEvent) => void;
|
|
57
|
+
onFocus?: () => void;
|
|
58
|
+
onBlur?: () => void;
|
|
59
|
+
hasTitle?: boolean;
|
|
60
|
+
};
|
|
61
|
+
export interface EuiToolTipSignature {
|
|
62
|
+
Element: EuiTooltipPopoverSignature['Element'];
|
|
63
|
+
Args: EuiTooltipArgs;
|
|
64
|
+
Blocks: {
|
|
65
|
+
default?: [id: string];
|
|
66
|
+
title?: [];
|
|
67
|
+
content?: [];
|
|
68
|
+
anchor?: [id: string];
|
|
69
|
+
};
|
|
70
|
+
}
|
|
71
|
+
export default class EuiToolTip extends Component<EuiToolTipSignature> {
|
|
72
|
+
anchor: null | HTMLElement;
|
|
73
|
+
popover: null | HTMLElement;
|
|
74
|
+
position: ToolTipPositions;
|
|
75
|
+
delay: ToolTipDelay;
|
|
76
|
+
visible: boolean;
|
|
77
|
+
hasFocus: boolean;
|
|
78
|
+
calculatedPosition: ToolTipPositions;
|
|
79
|
+
toolTipStyles: ToolTipStyles;
|
|
80
|
+
arrowStyles: {
|
|
81
|
+
left?: string;
|
|
82
|
+
top?: string;
|
|
83
|
+
};
|
|
84
|
+
id: string;
|
|
85
|
+
_attachTo: undefined | HTMLElement | string | null;
|
|
86
|
+
private timeoutId?;
|
|
87
|
+
updateAttachTo(): void;
|
|
88
|
+
setupAttachToHandlers(): void;
|
|
89
|
+
removeAttachToHandlers(): void;
|
|
90
|
+
clearAnimationTimeout(): void;
|
|
91
|
+
visibleDidUpdate(value: boolean): void;
|
|
92
|
+
willDestroy(): void;
|
|
93
|
+
testAnchor(): void;
|
|
94
|
+
didInsertAnchor(ref: HTMLElement): void;
|
|
95
|
+
setPopoverRef(ref: HTMLElement | null): void;
|
|
96
|
+
showToolTip(): void;
|
|
97
|
+
get attachTo(): Element | null | undefined;
|
|
98
|
+
get _anchor(): Element | null;
|
|
99
|
+
positionToolTip(): void;
|
|
100
|
+
hideToolTip(): void;
|
|
101
|
+
hasFocusMouseMoveListener(): void;
|
|
102
|
+
onKeyUp(event: KeyboardEvent): void;
|
|
103
|
+
onFocus(): void;
|
|
104
|
+
onBlur(): void;
|
|
105
|
+
onMouseOut(event: MouseEvent): void;
|
|
106
|
+
}
|
|
107
|
+
export {};
|
|
108
|
+
//# sourceMappingURL=eui-tool-tip.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"eui-tool-tip.d.ts","sourceRoot":"","sources":["../../src/components/eui-tool-tip.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,oBAAoB,CAAC;AAoB3C,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,wBAAwB,CAAC;AAEzE,MAAM,MAAM,gBAAgB,GAAG,KAAK,GAAG,OAAO,GAAG,QAAQ,GAAG,MAAM,CAAC;AAEnE,MAAM,MAAM,YAAY,GAAG,SAAS,GAAG,MAAM,CAAC;AAO9C,UAAU,aAAa;IACrB,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,GAAG,MAAM,CAAC;IACtB,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,UAAU,CAAC,EAAE,QAAQ,CAAC;IACtB,OAAO,CAAC,EAAE,aAAa,CAAC;CACzB;AAED,QAAA,MAAM,qBAAqB;;;CAG1B,CAAC;AAgBF,MAAM,MAAM,cAAc,GAAG;IAC3B;;OAEG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,OAAO,qBAAqB,CAAC;IAC7C;;OAEG;IACH,KAAK,CAAC,EAAE,YAAY,CAAC;IACrB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ;;OAEG;IACH,QAAQ,CAAC,EAAE,gBAAgB,CAAC;IAE5B,QAAQ,CAAC,EAAE,SAAS,GAAG,WAAW,GAAG,MAAM,GAAG,IAAI,CAAC;IAEnD,OAAO,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAE9B;;;OAGG;IACH,UAAU,CAAC,EAAE,CAAC,KAAK,EAAE,UAAU,KAAK,IAAI,CAAC;IACzC,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IAEpB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAEF,MAAM,WAAW,mBAAmB;IAClC,OAAO,EAAE,0BAA0B,CAAC,SAAS,CAAC,CAAC;IAC/C,IAAI,EAAE,cAAc,CAAC;IACrB,MAAM,EAAE;QACN,OAAO,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,CAAC,CAAC;QACvB,KAAK,CAAC,EAAE,EAAE,CAAC;QACX,OAAO,CAAC,EAAE,EAAE,CAAC;QACb,MAAM,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,CAAC,CAAC;KACvB,CAAC;CACH;AAED,MAAM,CAAC,OAAO,OAAO,UAAW,SAAQ,SAAS,CAAC,mBAAmB,CAAC;IACpE,MAAM,EAAE,IAAI,GAAG,WAAW,CAAQ;IAClC,OAAO,EAAE,IAAI,GAAG,WAAW,CAAQ;IAEL,QAAQ,EAAG,gBAAgB,CAAC;IACxB,KAAK,EAAG,YAAY,CAAC;IAG9C,OAAO,UAAS;IAChB,QAAQ,UAAS;IACjB,kBAAkB,EAAE,gBAAgB,CAAiB;IACrD,aAAa,EAAE,aAAa,CAA0B;IACtD,WAAW,EAAE;QAAE,IAAI,CAAC,EAAE,MAAM,CAAC;QAAC,GAAG,CAAC,EAAE,MAAM,CAAA;KAAE,CAAM;IAClD,EAAE,EAAE,MAAM,CAA+B;IACzC,SAAS,EAAE,SAAS,GAAG,WAAW,GAAG,MAAM,GAAG,IAAI,CAAQ;IAEnE,OAAO,CAAC,SAAS,CAAC,CAA2B;IAG7C,cAAc,IAAI,IAAI;IAkBtB,qBAAqB,IAAI,IAAI;IAY7B,sBAAsB,IAAI,IAAI;IAW9B,qBAAqB,IAAI,IAAI;IAQ7B,gBAAgB,CAAC,KAAK,EAAE,OAAO,GAAG,IAAI;IAMtC,WAAW,IAAI,IAAI;IAOnB,UAAU,IAAI,IAAI;IAgBlB,eAAe,CAAC,GAAG,EAAE,WAAW,GAAG,IAAI;IAKvC,aAAa,CAAC,GAAG,EAAE,WAAW,GAAG,IAAI,GAAG,IAAI;IAc5C,WAAW,IAAI,IAAI;IAgBnB,IACI,QAAQ,IAAI,OAAO,GAAG,IAAI,GAAG,SAAS,CAMzC;IAED,IAAI,OAAO,IAAI,OAAO,GAAG,IAAI,CAE5B;IAGD,eAAe,IAAI,IAAI;IA2CvB,WAAW,IAAI,IAAI;IAiBnB,yBAAyB,IAAI,IAAI;IAMjC,OAAO,CAAC,KAAK,EAAE,aAAa,GAAG,IAAI;IAOnC,OAAO,IAAI,IAAI;IAMf,MAAM,IAAI,IAAI;IAMd,UAAU,CAAC,KAAK,EAAE,UAAU,GAAG,IAAI;CAyGpC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { TemplateOnlyComponent } from '@ember/component/template-only';
|
|
2
|
+
export interface TextBlockSignature {
|
|
3
|
+
Element: HTMLHeadingElement | HTMLParagraphElement | HTMLLegendElement;
|
|
4
|
+
Args: {
|
|
5
|
+
tagName: 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' | 'p' | 'legend';
|
|
6
|
+
};
|
|
7
|
+
Blocks: {
|
|
8
|
+
default: [];
|
|
9
|
+
};
|
|
10
|
+
}
|
|
11
|
+
declare const TextBlock: TemplateOnlyComponent<TextBlockSignature>;
|
|
12
|
+
export default TextBlock;
|
|
13
|
+
//# sourceMappingURL=text-block.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"text-block.d.ts","sourceRoot":"","sources":["../../src/components/text-block.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,gCAAgC,CAAC;AAE5E,MAAM,WAAW,kBAAkB;IACjC,OAAO,EAAE,kBAAkB,GAAG,oBAAoB,GAAG,iBAAiB,CAAC;IACvE,IAAI,EAAE;QACJ,OAAO,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,GAAG,GAAG,QAAQ,CAAC;KACnE,CAAC;IACF,MAAM,EAAE;QACN,OAAO,EAAE,EAAE,CAAC;KACb,CAAC;CACH;AAED,QAAA,MAAM,SAAS,EAAE,qBAAqB,CAAC,kBAAkB,CAiEvD,CAAC;AAEH,eAAe,SAAS,CAAC"}
|