@eui/components 19.1.1-snapshot-1740477848147 → 19.1.1-snapshot-1741264224607
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/directives/eui-clearable.directive.d.ts.map +1 -1
- package/directives/eui-loading.directive.d.ts.map +1 -1
- package/directives/eui-maxlength.directive.d.ts.map +1 -1
- package/directives/eui-scroll-handler.directive.d.ts.map +1 -1
- package/directives/eui-smooth-scroll.directive.d.ts.map +1 -1
- package/directives/eui-tooltip/eui-tooltip.directive.d.ts.map +1 -1
- package/docs/components/EuiAutocompleteComponent.html +1 -1
- package/docs/components/EuiAvatarBadgeComponent.html +52 -0
- package/docs/components/EuiAvatarComponent.html +109 -1
- package/docs/components/EuiAvatarIconComponent.html +16 -0
- package/docs/components/EuiAvatarImageComponent.html +42 -0
- package/docs/components/EuiAvatarListComponent.html +45 -0
- package/docs/components/EuiAvatarTextComponent.html +38 -0
- package/docs/components/EuiDisableContentComponent.html +167 -191
- package/docs/components/EuiDiscussionThreadComponent.html +77 -1
- package/docs/components/EuiDiscussionThreadItemComponent.html +118 -0
- package/docs/components/EuiIconToggleComponent.html +149 -0
- package/docs/components/EuiLanguageSelectorComponent.html +1 -5
- package/docs/components/EuiListComponent.html +130 -0
- package/docs/components/EuiListItemComponent.html +29 -0
- package/docs/components/EuiMessageBoxComponent.html +192 -2
- package/docs/components/EuiPageColumnComponent.html +0 -10
- package/docs/components/EuiPopoverComponent.html +119 -8
- package/docs/components/EuiTimebarComponent.html +87 -2
- package/docs/components/EuiWizardComponent.html +1 -1
- package/docs/dependencies.html +33 -33
- package/docs/directives/EuiPopoverArrowPositionDirective.html +29 -0
- package/docs/injectables/EuiMessageBoxService.html +49 -3
- package/docs/interfaces/EuiDiscussionThreadItem.html +61 -0
- package/docs/js/menu-wc.js +48 -50
- package/docs/js/menu-wc_es5.js +1 -1
- package/docs/js/search/search_index.js +2 -2
- package/docs/miscellaneous/typealiases.html +6 -0
- package/docs/miscellaneous/variables.html +59 -5
- package/docs/modules/EuiAvatarModule.html +25 -4
- package/docs/modules/EuiDisableContentModule.html +22 -4
- package/docs/modules/EuiDiscussionThreadModule.html +16 -1
- package/docs/modules/EuiIconToggleModule.html +23 -11
- package/docs/modules/EuiListModule.html +17 -2
- package/docs/modules/EuiMessageBoxModule.html +13 -1
- package/docs/modules/EuiPopoverModule.html +16 -1
- package/docs/modules/EuiTimebarModule.html +23 -14
- package/eui-alert/eui-alert.component.d.ts.map +1 -1
- package/eui-autocomplete/eui-autocomplete-option/eui-autocomplete-option.component.d.ts.map +1 -1
- package/eui-autocomplete/eui-autocomplete.component.d.ts.map +1 -1
- package/eui-avatar/avatar-badge/avatar-badge.component.d.ts +37 -0
- package/eui-avatar/avatar-badge/avatar-badge.component.d.ts.map +1 -1
- package/eui-avatar/avatar-icon/avatar-icon.component.d.ts +18 -0
- package/eui-avatar/avatar-icon/avatar-icon.component.d.ts.map +1 -1
- package/eui-avatar/avatar-image/avatar-image.component.d.ts +26 -0
- package/eui-avatar/avatar-image/avatar-image.component.d.ts.map +1 -1
- package/eui-avatar/avatar-list/avatar-list.component.d.ts +30 -0
- package/eui-avatar/avatar-list/avatar-list.component.d.ts.map +1 -1
- package/eui-avatar/avatar-text/avatar-text.component.d.ts +35 -0
- package/eui-avatar/avatar-text/avatar-text.component.d.ts.map +1 -1
- package/eui-avatar/eui-avatar.component.d.ts +85 -1
- package/eui-avatar/eui-avatar.component.d.ts.map +1 -1
- package/eui-avatar/eui-avatar.module.d.ts +33 -10
- package/eui-avatar/eui-avatar.module.d.ts.map +1 -1
- package/eui-badge/eui-badge.component.d.ts.map +1 -1
- package/eui-block-content/eui-block-content.component.d.ts.map +1 -1
- package/eui-block-document/eui-block-document.component.d.ts.map +1 -1
- package/eui-button/eui-button.component.d.ts.map +1 -1
- package/eui-button-group/eui-button-group.component.d.ts.map +1 -1
- package/eui-button-v2/eui-button-v2.component.d.ts.map +1 -1
- package/eui-card/components/eui-card-header/eui-card-header.component.d.ts.map +1 -1
- package/eui-card/eui-card.component.d.ts.map +1 -1
- package/eui-chip/eui-chip.component.d.ts.map +1 -1
- package/eui-chip-list/eui-chip-list.component.d.ts.map +1 -1
- package/eui-dashboard-card/eui-dashboard-card.component.d.ts.map +1 -1
- package/eui-date-range-selector/eui-date-range-selector.component.d.ts.map +1 -1
- package/eui-datepicker/eui-datepicker.component.d.ts.map +1 -1
- package/eui-dialog/eui-dialog.component.d.ts.map +1 -1
- package/eui-disable-content/eui-disable-content.component.d.ts +80 -13
- package/eui-disable-content/eui-disable-content.component.d.ts.map +1 -1
- package/eui-discussion-thread/eui-discussion-thread-item.component.d.ts +65 -0
- package/eui-discussion-thread/eui-discussion-thread-item.component.d.ts.map +1 -1
- package/eui-discussion-thread/eui-discussion-thread.component.d.ts +51 -0
- package/eui-discussion-thread/eui-discussion-thread.component.d.ts.map +1 -1
- package/eui-discussion-thread/eui-discussion-thread.module.d.ts +19 -1
- package/eui-discussion-thread/eui-discussion-thread.module.d.ts.map +1 -1
- package/eui-discussion-thread/models/eui-discussion-thread-item.model.d.ts +45 -0
- package/eui-discussion-thread/models/eui-discussion-thread-item.model.d.ts.map +1 -1
- package/eui-dropdown/dropdown-item/eui-dropdown-item.component.d.ts.map +1 -1
- package/eui-dropdown/eui-dropdown.component.d.ts.map +1 -1
- package/eui-feedback-message/eui-feedback-message.component.d.ts.map +1 -1
- package/eui-fieldset/eui-fieldset.component.d.ts.map +1 -1
- package/eui-file-upload/eui-file-upload.component.d.ts.map +1 -1
- package/eui-file-upload/file-preview/file-preview.component.d.ts.map +1 -1
- package/eui-growl/eui-growl.component.d.ts.map +1 -1
- package/eui-icon/eui-icon-svg.component.d.ts.map +1 -1
- package/eui-icon-button/eui-icon-button.component.d.ts.map +1 -1
- package/eui-icon-button-expander/eui-icon-button-expander.component.d.ts.map +1 -1
- package/eui-icon-input/eui-icon-input.component.d.ts.map +1 -1
- package/eui-icon-toggle/eui-icon-toggle.component.d.ts +96 -1
- package/eui-icon-toggle/eui-icon-toggle.component.d.ts.map +1 -1
- package/eui-icon-toggle/eui-icon-toggle.module.d.ts +19 -4
- package/eui-icon-toggle/eui-icon-toggle.module.d.ts.map +1 -1
- package/eui-input-number/eui-input-number.component.d.ts.map +1 -1
- package/eui-label/eui-label.component.d.ts.map +1 -1
- package/eui-language-selector/language-selector.component.d.ts +4 -2
- package/eui-language-selector/language-selector.component.d.ts.map +1 -1
- package/eui-list/eui-list-item/eui-list-item.component.d.ts +34 -0
- package/eui-list/eui-list-item/eui-list-item.component.d.ts.map +1 -1
- package/eui-list/eui-list.component.d.ts +56 -0
- package/eui-list/eui-list.component.d.ts.map +1 -1
- package/eui-list/eui-list.module.d.ts +18 -1
- package/eui-list/eui-list.module.d.ts.map +1 -1
- package/eui-menu/eui-menu-item.component.d.ts.map +1 -1
- package/eui-menu/eui-menu.component.d.ts.map +1 -1
- package/eui-message-box/eui-message-box.component.d.ts +148 -2
- package/eui-message-box/eui-message-box.component.d.ts.map +1 -1
- package/eui-message-box/eui-message-box.module.d.ts +15 -1
- package/eui-message-box/eui-message-box.module.d.ts.map +1 -1
- package/eui-message-box/services/eui-message-box.service.d.ts +58 -3
- package/eui-message-box/services/eui-message-box.service.d.ts.map +1 -1
- package/eui-navbar/eui-navbar-item/eui-navbar-item.component.d.ts.map +1 -1
- package/eui-overlay/eui-overlay.component.d.ts.map +1 -1
- package/eui-page/components/eui-page-column/eui-page-column.component.d.ts.map +1 -1
- package/eui-page/components/eui-page-columns/eui-page-columns.component.d.ts.map +1 -1
- package/eui-page/components/eui-page-header/eui-page-header.component.d.ts.map +1 -1
- package/eui-paginator/eui-paginator.component.d.ts.map +1 -1
- package/eui-popover/directives/eui-popover-arrow-position.directive.d.ts +32 -0
- package/eui-popover/directives/eui-popover-arrow-position.directive.d.ts.map +1 -1
- package/eui-popover/eui-popover.component.d.ts +119 -7
- package/eui-popover/eui-popover.component.d.ts.map +1 -1
- package/eui-popover/eui-popover.module.d.ts +18 -1
- package/eui-popover/eui-popover.module.d.ts.map +1 -1
- package/eui-popover/models/eui-popover-position.model.d.ts +26 -0
- package/eui-popover/models/eui-popover-position.model.d.ts.map +1 -1
- package/eui-progress-circle/eui-progress-circle.component.d.ts.map +1 -1
- package/eui-select/eui-select-option.directive.d.ts.map +1 -1
- package/eui-select/eui-select.component.d.ts.map +1 -1
- package/eui-sidebar-menu/eui-sidebar-menu.component.d.ts.map +1 -1
- package/eui-skeleton/eui-skeleton.component.d.ts.map +1 -1
- package/eui-slide-toggle/eui-slide-toggle.component.d.ts.map +1 -1
- package/eui-table/eui-table.component.d.ts.map +1 -1
- package/eui-table/filter/eui-table-filter.component.d.ts.map +1 -1
- package/eui-table/selectable-header/eui-table-selectable-header.component.d.ts.map +1 -1
- package/eui-table/selectable-row/eui-table-selectable-row.component.d.ts.map +1 -1
- package/eui-table/sortable-col/eui-table-sortable-col.component.d.ts.map +1 -1
- package/eui-table-v2/eui-table-v2.component.d.ts.map +1 -1
- package/eui-table-v2/selectable-header/eui-table-v2-selectable-header.component.d.ts.map +1 -1
- package/eui-table-v2/selectable-row/eui-table-v2-selectable-row.component.d.ts.map +1 -1
- package/eui-table-v2/sortable-col/eui-table-v2-sortable-col.component.d.ts.map +1 -1
- package/eui-tabs/eui-tab/eui-tab.component.d.ts.map +1 -1
- package/eui-tabs/eui-tab-content/eui-tab-content.component.d.ts.map +1 -1
- package/eui-tabs/eui-tabs.component.d.ts.map +1 -1
- package/eui-textarea/auto-resize.directive.d.ts.map +1 -1
- package/eui-textarea/eui-textarea.component.d.ts.map +1 -1
- package/eui-timebar/eui-timebar-item.model.d.ts +20 -1
- package/eui-timebar/eui-timebar-item.model.d.ts.map +1 -1
- package/eui-timebar/eui-timebar.component.d.ts +83 -6
- package/eui-timebar/eui-timebar.component.d.ts.map +1 -1
- package/eui-timeline/eui-timeline-item.component.d.ts.map +1 -1
- package/eui-timeline/eui-timeline.component.d.ts.map +1 -1
- package/eui-timepicker/eui-timepicker.component.d.ts.map +1 -1
- package/eui-tree/eui-tree.component.d.ts.map +1 -1
- package/eui-tree-list/eui-tree-list-item.component.d.ts.map +1 -1
- package/eui-tree-list/eui-tree-list.component.d.ts.map +1 -1
- package/eui-tree-list/toolbar/toolbar.component.d.ts.map +1 -1
- package/eui-user-profile/user-profile-card/user-profile-card.component.d.ts.map +1 -1
- package/eui-user-profile/user-profile.component.d.ts.map +1 -1
- package/eui-wizard/eui-wizard-step.component.d.ts.map +1 -1
- package/eui-wizard/eui-wizard.component.d.ts +1 -0
- package/eui-wizard/eui-wizard.component.d.ts.map +1 -1
- package/externals/eui-editor/counters/eui-editor-counters.component.d.ts.map +1 -1
- package/externals/quill/quill-editor.component.d.ts.map +1 -1
- package/fesm2022/eui-components-directives.mjs +70 -70
- package/fesm2022/eui-components-eui-accordion.mjs +13 -13
- package/fesm2022/eui-components-eui-alert.mjs +10 -10
- package/fesm2022/eui-components-eui-autocomplete.mjs +15 -14
- package/fesm2022/eui-components-eui-autocomplete.mjs.map +1 -1
- package/fesm2022/eui-components-eui-avatar.mjs +286 -36
- package/fesm2022/eui-components-eui-avatar.mjs.map +1 -1
- package/fesm2022/eui-components-eui-badge.mjs +7 -7
- package/fesm2022/eui-components-eui-block-content.mjs +7 -7
- package/fesm2022/eui-components-eui-block-document.mjs +7 -7
- package/fesm2022/eui-components-eui-breadcrumb.mjs +13 -13
- package/fesm2022/eui-components-eui-button-group.mjs +7 -7
- package/fesm2022/eui-components-eui-button-v2.mjs +7 -7
- package/fesm2022/eui-components-eui-button.mjs +7 -7
- package/fesm2022/eui-components-eui-card.mjs +49 -49
- package/fesm2022/eui-components-eui-chip-group.mjs +7 -7
- package/fesm2022/eui-components-eui-chip-list.mjs +13 -13
- package/fesm2022/eui-components-eui-chip.mjs +7 -7
- package/fesm2022/eui-components-eui-dashboard-button.mjs +13 -13
- package/fesm2022/eui-components-eui-dashboard-button.mjs.map +1 -1
- package/fesm2022/eui-components-eui-dashboard-card.mjs +13 -13
- package/fesm2022/eui-components-eui-dashboard-card.mjs.map +1 -1
- package/fesm2022/eui-components-eui-date-range-selector.mjs +10 -10
- package/fesm2022/eui-components-eui-datepicker.mjs +19 -19
- package/fesm2022/eui-components-eui-dialog.mjs +19 -19
- package/fesm2022/eui-components-eui-dimmer.mjs +7 -7
- package/fesm2022/eui-components-eui-disable-content.mjs +113 -39
- package/fesm2022/eui-components-eui-disable-content.mjs.map +1 -1
- package/fesm2022/eui-components-eui-discussion-thread.mjs +113 -12
- package/fesm2022/eui-components-eui-discussion-thread.mjs.map +1 -1
- package/fesm2022/eui-components-eui-dropdown.mjs +20 -20
- package/fesm2022/eui-components-eui-feedback-message.mjs +8 -8
- package/fesm2022/eui-components-eui-feedback-message.mjs.map +1 -1
- package/fesm2022/eui-components-eui-fieldset.mjs +13 -13
- package/fesm2022/eui-components-eui-file-upload.mjs +19 -19
- package/fesm2022/eui-components-eui-growl.mjs +7 -7
- package/fesm2022/eui-components-eui-icon-button-expander.mjs +7 -7
- package/fesm2022/eui-components-eui-icon-button.mjs +7 -7
- package/fesm2022/eui-components-eui-icon-color.mjs +7 -7
- package/fesm2022/eui-components-eui-icon-input.mjs +7 -7
- package/fesm2022/eui-components-eui-icon-state.mjs +7 -7
- package/fesm2022/eui-components-eui-icon-toggle.mjs +106 -10
- package/fesm2022/eui-components-eui-icon-toggle.mjs.map +1 -1
- package/fesm2022/eui-components-eui-icon.mjs +7 -7
- package/fesm2022/eui-components-eui-input-checkbox.mjs +7 -7
- package/fesm2022/eui-components-eui-input-group.mjs +13 -13
- package/fesm2022/eui-components-eui-input-number.mjs +10 -10
- package/fesm2022/eui-components-eui-input-radio.mjs +7 -7
- package/fesm2022/eui-components-eui-input-text.mjs +7 -7
- package/fesm2022/eui-components-eui-label.mjs +8 -8
- package/fesm2022/eui-components-eui-label.mjs.map +1 -1
- package/fesm2022/eui-components-eui-language-selector.mjs +23 -12
- package/fesm2022/eui-components-eui-language-selector.mjs.map +1 -1
- package/fesm2022/eui-components-eui-list.mjs +116 -15
- package/fesm2022/eui-components-eui-list.mjs.map +1 -1
- package/fesm2022/eui-components-eui-menu.mjs +10 -10
- package/fesm2022/eui-components-eui-message-box.mjs +208 -20
- package/fesm2022/eui-components-eui-message-box.mjs.map +1 -1
- package/fesm2022/eui-components-eui-navbar.mjs +10 -10
- package/fesm2022/eui-components-eui-overlay.mjs +19 -19
- package/fesm2022/eui-components-eui-page.mjs +61 -62
- package/fesm2022/eui-components-eui-page.mjs.map +1 -1
- package/fesm2022/eui-components-eui-paginator.mjs +7 -7
- package/fesm2022/eui-components-eui-popover.mjs +194 -20
- package/fesm2022/eui-components-eui-popover.mjs.map +1 -1
- package/fesm2022/eui-components-eui-progress-bar.mjs +7 -7
- package/fesm2022/eui-components-eui-progress-circle.mjs +7 -7
- package/fesm2022/eui-components-eui-select.mjs +19 -19
- package/fesm2022/eui-components-eui-sidebar-menu.mjs +7 -7
- package/fesm2022/eui-components-eui-skeleton.mjs +7 -7
- package/fesm2022/eui-components-eui-slide-toggle.mjs +8 -8
- package/fesm2022/eui-components-eui-slide-toggle.mjs.map +1 -1
- package/fesm2022/eui-components-eui-split-button.mjs +7 -7
- package/fesm2022/eui-components-eui-table-v2.mjs +34 -34
- package/fesm2022/eui-components-eui-table.mjs +34 -34
- package/fesm2022/eui-components-eui-tabs.mjs +24 -24
- package/fesm2022/eui-components-eui-tabs.mjs.map +1 -1
- package/fesm2022/eui-components-eui-textarea.mjs +10 -10
- package/fesm2022/eui-components-eui-timebar.mjs +82 -10
- package/fesm2022/eui-components-eui-timebar.mjs.map +1 -1
- package/fesm2022/eui-components-eui-timeline.mjs +10 -10
- package/fesm2022/eui-components-eui-timepicker.mjs +7 -7
- package/fesm2022/eui-components-eui-tree-list.mjs +25 -25
- package/fesm2022/eui-components-eui-tree.mjs +21 -21
- package/fesm2022/eui-components-eui-user-profile.mjs +16 -16
- package/fesm2022/eui-components-eui-user-profile.mjs.map +1 -1
- package/fesm2022/eui-components-eui-wizard.mjs +16 -15
- package/fesm2022/eui-components-eui-wizard.mjs.map +1 -1
- package/fesm2022/eui-components-externals-charts.mjs +7 -7
- package/fesm2022/eui-components-externals-eui-editor.mjs +28 -28
- package/fesm2022/eui-components-externals-quill.mjs +10 -10
- package/fesm2022/eui-components-layout.mjs +183 -182
- package/fesm2022/eui-components-layout.mjs.map +1 -1
- package/fesm2022/eui-components-pipes.mjs +14 -14
- package/fesm2022/eui-components-shared.mjs +6 -6
- package/fesm2022/eui-components.mjs +4 -4
- package/layout/eui-app/eui-app-sidebar/sidebar-header-user-profile/sidebar-header-user-profile.component.d.ts.map +1 -1
- package/layout/eui-app/eui-app-sidebar/sidebar-menu/sidebar-menu.component.d.ts.map +1 -1
- package/layout/eui-app/eui-app-toolbar/toolbar.component.d.ts.map +1 -1
- package/layout/eui-app/eui-app-top-message/top-message.component.d.ts.map +1 -1
- package/layout/eui-app/eui-app.component.d.ts.map +1 -1
- package/layout/eui-footer/footer.component.d.ts.map +1 -1
- package/layout/eui-header/header-user-profile/header-user-profile.component.d.ts.map +1 -1
- package/layout/eui-notifications/eui-notification-item.component.d.ts.map +1 -1
- package/layout/eui-notifications/eui-notifications.component.d.ts.map +1 -1
- package/layout/eui-notifications-v2/eui-notification-item.component.d.ts.map +1 -1
- package/layout/eui-notifications-v2/eui-notifications.component.d.ts.map +1 -1
- package/layout/eui-toolbar/toolbar-items/toolbar-items.component.d.ts.map +1 -1
- package/layout/eui-toolbar/toolbar-navbar-item/toolbar-navbar-item.component.d.ts.map +1 -1
- package/layout/eui-toolbar/toolbar-search/toolbar-search.component.d.ts.map +1 -1
- package/layout/eui-toolbar/toolbar-selector/toolbar-selector.component.d.ts.map +1 -1
- package/layout/eui-toolbar/toolbar.component.d.ts.map +1 -1
- package/package.json +3 -3
- package/shared/base/base-states.directive.d.ts.map +1 -1
- package/shared/input.directive.d.ts.map +1 -1
@@ -677,6 +677,12 @@ See <a href="https://apexcharts.com/docs/options/series/">https://apexcharts.com
|
|
677
677
|
<span class="name "><b>EuiPopoverPosition</b><a href="#EuiPopoverPosition"><span class="icon ion-ios-link"></span></a></span>
|
678
678
|
</td>
|
679
679
|
</tr>
|
680
|
+
<tr>
|
681
|
+
<td class="col-md-4">
|
682
|
+
<div class="io-description"><p>Represents the four possible positions for a popover element.</p>
|
683
|
+
</div>
|
684
|
+
</td>
|
685
|
+
</tr>
|
680
686
|
<tr>
|
681
687
|
<td class="col-md-4">
|
682
688
|
<code> <code>"top" | "right" | "bottom" | "left"</code>
|
@@ -552,10 +552,22 @@
|
|
552
552
|
</tr>
|
553
553
|
<tr>
|
554
554
|
<td class="col-md-4">
|
555
|
-
<i>Default value : </i><code>new ConnectionPositionPair(
|
555
|
+
<i>Default value : </i><code>new ConnectionPositionPair(
|
556
|
+
{ originX: 'center', originY: 'bottom' },
|
557
|
+
{ overlayX: 'center', overlayY: 'top' },
|
558
|
+
0, 0,
|
559
|
+
['eui-popover-position', 'eui-popover-position--bottom'],
|
560
|
+
)</code>
|
556
561
|
</td>
|
557
562
|
</tr>
|
558
563
|
|
564
|
+
<tr>
|
565
|
+
<td class="col-md-4">
|
566
|
+
<div class="io-description"><p>Position configuration for a popover appearing below its origin element.
|
567
|
+
Centers the popover horizontally relative to the origin.</p>
|
568
|
+
</div>
|
569
|
+
</td>
|
570
|
+
</tr>
|
559
571
|
|
560
572
|
</tbody>
|
561
573
|
</table>
|
@@ -587,6 +599,13 @@
|
|
587
599
|
</td>
|
588
600
|
</tr>
|
589
601
|
|
602
|
+
<tr>
|
603
|
+
<td class="col-md-4">
|
604
|
+
<div class="io-description"><p>Converts a ConnectedOverlayPositionChange object to an EuiPopoverPosition string.
|
605
|
+
Used to determine which predefined position the overlay has settled on.</p>
|
606
|
+
</div>
|
607
|
+
</td>
|
608
|
+
</tr>
|
590
609
|
|
591
610
|
</tbody>
|
592
611
|
</table>
|
@@ -603,10 +622,22 @@
|
|
603
622
|
</tr>
|
604
623
|
<tr>
|
605
624
|
<td class="col-md-4">
|
606
|
-
<i>Default value : </i><code>new ConnectionPositionPair(
|
625
|
+
<i>Default value : </i><code>new ConnectionPositionPair(
|
626
|
+
{ originX: 'start', originY: 'center' },
|
627
|
+
{ overlayX: 'end', overlayY: 'center' },
|
628
|
+
0, 0,
|
629
|
+
['eui-popover-position', 'eui-popover-position--left'],
|
630
|
+
)</code>
|
607
631
|
</td>
|
608
632
|
</tr>
|
609
633
|
|
634
|
+
<tr>
|
635
|
+
<td class="col-md-4">
|
636
|
+
<div class="io-description"><p>Position configuration for a popover appearing to the left of its origin element.
|
637
|
+
Centers the popover vertically relative to the origin.</p>
|
638
|
+
</div>
|
639
|
+
</td>
|
640
|
+
</tr>
|
610
641
|
|
611
642
|
</tbody>
|
612
643
|
</table>
|
@@ -623,10 +654,22 @@
|
|
623
654
|
</tr>
|
624
655
|
<tr>
|
625
656
|
<td class="col-md-4">
|
626
|
-
<i>Default value : </i><code>new ConnectionPositionPair(
|
657
|
+
<i>Default value : </i><code>new ConnectionPositionPair(
|
658
|
+
{ originX: 'end', originY: 'center' },
|
659
|
+
{ overlayX: 'start', overlayY: 'center' },
|
660
|
+
0, 0,
|
661
|
+
['eui-popover-position', 'eui-popover-position--right'],
|
662
|
+
)</code>
|
627
663
|
</td>
|
628
664
|
</tr>
|
629
665
|
|
666
|
+
<tr>
|
667
|
+
<td class="col-md-4">
|
668
|
+
<div class="io-description"><p>Position configuration for a popover appearing to the right of its origin element.
|
669
|
+
Centers the popover vertically relative to the origin.</p>
|
670
|
+
</div>
|
671
|
+
</td>
|
672
|
+
</tr>
|
630
673
|
|
631
674
|
</tbody>
|
632
675
|
</table>
|
@@ -643,10 +686,22 @@
|
|
643
686
|
</tr>
|
644
687
|
<tr>
|
645
688
|
<td class="col-md-4">
|
646
|
-
<i>Default value : </i><code>new ConnectionPositionPair(
|
689
|
+
<i>Default value : </i><code>new ConnectionPositionPair(
|
690
|
+
{ originX: 'center', originY: 'top' },
|
691
|
+
{ overlayX: 'center', overlayY: 'bottom' },
|
692
|
+
0, 0,
|
693
|
+
['eui-popover-position', 'eui-popover-position--top'],
|
694
|
+
)</code>
|
647
695
|
</td>
|
648
696
|
</tr>
|
649
697
|
|
698
|
+
<tr>
|
699
|
+
<td class="col-md-4">
|
700
|
+
<div class="io-description"><p>Position configuration for a popover appearing above its origin element.
|
701
|
+
Centers the popover horizontally relative to the origin.</p>
|
702
|
+
</div>
|
703
|
+
</td>
|
704
|
+
</tr>
|
650
705
|
|
651
706
|
</tbody>
|
652
707
|
</table>
|
@@ -1015,7 +1070,6 @@
|
|
1015
1070
|
<tr>
|
1016
1071
|
<td class="col-md-4">
|
1017
1072
|
<i>Default value : </i><code>[
|
1018
|
-
EuiAvatarComponent,
|
1019
1073
|
EuiAvatarIconComponent,
|
1020
1074
|
EuiAvatarTextComponent,
|
1021
1075
|
EuiAvatarImageComponent,
|
@@ -112,6 +112,27 @@
|
|
112
112
|
|
113
113
|
|
114
114
|
|
115
|
+
<p class="comment">
|
116
|
+
<h3>Description</h3>
|
117
|
+
</p>
|
118
|
+
<p class="comment">
|
119
|
+
<p>Provides the complete avatar component system for the EUI design system.</p>
|
120
|
+
<p>This module exports all avatar-related components and bundles them together to provide
|
121
|
+
a cohesive API for avatar functionality. The module includes components for displaying
|
122
|
+
avatars with various content types (images, text, or icons), badges, and avatar lists.</p>
|
123
|
+
<b>Example :</b><div><pre class="line-numbers"><code class="language-html">import { EuiAvatarModule } from '@eui/components/eui-avatar';</code></pre></div><p> imports: [
|
124
|
+
EuiAvatarModule,
|
125
|
+
],
|
126
|
+
})
|
127
|
+
export class MyFeatureModule {}</p>
|
128
|
+
<p>See EuiAvatarComponent
|
129
|
+
See EuiAvatarImageComponent
|
130
|
+
See EuiAvatarTextComponent
|
131
|
+
See EuiAvatarIconComponent
|
132
|
+
See EuiAvatarBadgeComponent
|
133
|
+
See EuiAvatarListComponent</p>
|
134
|
+
|
135
|
+
</p>
|
115
136
|
|
116
137
|
|
117
138
|
<div class="container-fluid module">
|
@@ -134,10 +155,7 @@
|
|
134
155
|
class="icon ion-ios-information-circle-outline"></a></h3>
|
135
156
|
<ul class="list-group">
|
136
157
|
<li class="list-group-item">
|
137
|
-
<a href="../modules/
|
138
|
-
</li>
|
139
|
-
<li class="list-group-item">
|
140
|
-
<a href="../modules/EuiIconModule.html">EuiIconModule</a>
|
158
|
+
<a href="../modules/EuiAvatarComponent.html">EuiAvatarComponent</a>
|
141
159
|
</li>
|
142
160
|
</ul>
|
143
161
|
</div>
|
@@ -152,6 +170,9 @@
|
|
152
170
|
<li class="list-group-item">
|
153
171
|
<a href="../components/EuiAlertTitleComponent.html">EuiAlertTitleComponent</a>
|
154
172
|
</li>
|
173
|
+
<li class="list-group-item">
|
174
|
+
<a href="../components/EuiAvatarComponent.html">EuiAvatarComponent</a>
|
175
|
+
</li>
|
155
176
|
</ul>
|
156
177
|
</div>
|
157
178
|
</div>
|
@@ -87,7 +87,9 @@
|
|
87
87
|
|
88
88
|
<ol class="breadcrumb">
|
89
89
|
<li class="breadcrumb-item">Modules</li>
|
90
|
-
<li class="breadcrumb-item"
|
90
|
+
<li class="breadcrumb-item"
|
91
|
+
class="breadcrumb-item deprecated-name"
|
92
|
+
>EuiDisableContentModule</li>
|
91
93
|
</ol>
|
92
94
|
|
93
95
|
|
@@ -111,17 +113,33 @@
|
|
111
113
|
</p>
|
112
114
|
|
113
115
|
|
116
|
+
<p class="comment">
|
117
|
+
<h3 class="deprecated">Deprecated</h3>
|
118
|
+
</p>
|
119
|
+
<p class="comment">
|
120
|
+
[object Object],[object Object],[object Object]
|
121
|
+
</p>
|
114
122
|
|
123
|
+
<p class="comment">
|
124
|
+
<h3>Description</h3>
|
125
|
+
</p>
|
126
|
+
<p class="comment">
|
127
|
+
<p>Module that declares and exports the EuiDisableContentComponent</p>
|
128
|
+
<b>Example :</b><div><pre class="line-numbers"><code class="language-html">import { EuiDisableContentModule } from '@eui/components/eui-disable-content';
|
129
|
+
imports: [EuiDisableContentModule],
|
130
|
+
})</code></pre></div>
|
131
|
+
</p>
|
115
132
|
|
116
133
|
|
117
134
|
<div class="container-fluid module">
|
118
135
|
<div class="row">
|
119
136
|
<div class="col-sm-3">
|
120
|
-
<h3>
|
121
|
-
title="Official documentation about module
|
137
|
+
<h3>Imports<a href="https://angular.io/api/core/NgModule#imports" target="_blank" rel="noopener noreferrer"
|
138
|
+
title="Official documentation about module imports"><span
|
139
|
+
class="icon ion-ios-information-circle-outline"></a></h3>
|
122
140
|
<ul class="list-group">
|
123
141
|
<li class="list-group-item">
|
124
|
-
<a href="../
|
142
|
+
<a href="../modules/EuiDisableContentComponent.html">EuiDisableContentComponent</a>
|
125
143
|
</li>
|
126
144
|
</ul>
|
127
145
|
</div>
|
@@ -112,6 +112,21 @@
|
|
112
112
|
|
113
113
|
|
114
114
|
|
115
|
+
<p class="comment">
|
116
|
+
<h3>Description</h3>
|
117
|
+
</p>
|
118
|
+
<p class="comment">
|
119
|
+
<p>Provides components for displaying structured discussion threads and conversation timelines.</p>
|
120
|
+
<b>Example :</b><div><pre class="line-numbers"><code class="language-html">// Import in your feature module:
|
121
|
+
import { EuiDiscussionThreadModule } from '@eui/components/eui-discussion-thread';</code></pre></div><p> imports: [
|
122
|
+
EuiDiscussionThreadModule,
|
123
|
+
],
|
124
|
+
})
|
125
|
+
export class MyFeatureModule {}</p>
|
126
|
+
<p>See EuiDiscussionThreadComponent
|
127
|
+
See EuiDiscussionThreadItemComponent</p>
|
128
|
+
|
129
|
+
</p>
|
115
130
|
|
116
131
|
|
117
132
|
<div class="container-fluid module">
|
@@ -140,7 +155,7 @@
|
|
140
155
|
<a href="../modules/EuiIconStateModule.html">EuiIconStateModule</a>
|
141
156
|
</li>
|
142
157
|
<li class="list-group-item">
|
143
|
-
<a href="../modules/
|
158
|
+
<a href="../modules/EuiLabelComponent.html">EuiLabelComponent</a>
|
144
159
|
</li>
|
145
160
|
</ul>
|
146
161
|
</div>
|
@@ -87,7 +87,9 @@
|
|
87
87
|
|
88
88
|
<ol class="breadcrumb">
|
89
89
|
<li class="breadcrumb-item">Modules</li>
|
90
|
-
<li class="breadcrumb-item"
|
90
|
+
<li class="breadcrumb-item"
|
91
|
+
class="breadcrumb-item deprecated-name"
|
92
|
+
>EuiIconToggleModule</li>
|
91
93
|
</ol>
|
92
94
|
|
93
95
|
|
@@ -111,27 +113,37 @@
|
|
111
113
|
</p>
|
112
114
|
|
113
115
|
|
116
|
+
<p class="comment">
|
117
|
+
<h3 class="deprecated">Deprecated</h3>
|
118
|
+
</p>
|
119
|
+
<p class="comment">
|
120
|
+
Use EuiIconToggleComponent directly instead as it is now a standalone component.
|
121
|
+
</p>
|
114
122
|
|
123
|
+
<p class="comment">
|
124
|
+
<h3>Description</h3>
|
125
|
+
</p>
|
126
|
+
<p class="comment">
|
127
|
+
<p>Angular module that provides the EuiIconToggleComponent.</p>
|
128
|
+
<b>Example :</b><div><pre class="line-numbers"><code class="language-html">// Legacy usage (deprecated)
|
129
|
+
import { EuiIconToggleModule } from '@eui/components/eui-icon-toggle';</code></pre></div><p> imports: [
|
130
|
+
EuiIconToggleModule
|
131
|
+
]
|
132
|
+
})
|
133
|
+
export class YourFeatureModule {}</p>
|
134
|
+
|
135
|
+
</p>
|
115
136
|
|
116
137
|
|
117
138
|
<div class="container-fluid module">
|
118
139
|
<div class="row">
|
119
|
-
<div class="col-sm-3">
|
120
|
-
<h3>Declarations<a href="https://angular.io/api/core/NgModule#declarations" target="_blank" rel="noopener noreferrer"
|
121
|
-
title="Official documentation about module declarations"><span class="icon ion-ios-information-circle-outline"></span></a></h3>
|
122
|
-
<ul class="list-group">
|
123
|
-
<li class="list-group-item">
|
124
|
-
<a href="../components/EuiIconToggleComponent.html">EuiIconToggleComponent</a>
|
125
|
-
</li>
|
126
|
-
</ul>
|
127
|
-
</div>
|
128
140
|
<div class="col-sm-3">
|
129
141
|
<h3>Imports<a href="https://angular.io/api/core/NgModule#imports" target="_blank" rel="noopener noreferrer"
|
130
142
|
title="Official documentation about module imports"><span
|
131
143
|
class="icon ion-ios-information-circle-outline"></a></h3>
|
132
144
|
<ul class="list-group">
|
133
145
|
<li class="list-group-item">
|
134
|
-
<a href="../modules/
|
146
|
+
<a href="../modules/EuiIconToggleComponent.html">EuiIconToggleComponent</a>
|
135
147
|
</li>
|
136
148
|
</ul>
|
137
149
|
</div>
|
@@ -112,6 +112,21 @@
|
|
112
112
|
|
113
113
|
|
114
114
|
|
115
|
+
<p class="comment">
|
116
|
+
<h3>Description</h3>
|
117
|
+
</p>
|
118
|
+
<p class="comment">
|
119
|
+
<p>Angular module that provides list components for navigation and content organization.</p>
|
120
|
+
<p>This module bundles the EuiListComponent and EuiListItemComponent along with their
|
121
|
+
required dependencies to create accessible, keyboard-navigable list interfaces.</p>
|
122
|
+
<b>Example :</b><div><pre class="line-numbers"><code class="language-html">// Import the module in your application
|
123
|
+
import { EuiListModule } from '@eui/components/eui-list';</code></pre></div><p> imports: [
|
124
|
+
EuiListModule
|
125
|
+
]
|
126
|
+
})
|
127
|
+
export class YourFeatureModule {}</p>
|
128
|
+
|
129
|
+
</p>
|
115
130
|
|
116
131
|
|
117
132
|
<div class="container-fluid module">
|
@@ -134,13 +149,13 @@
|
|
134
149
|
class="icon ion-ios-information-circle-outline"></a></h3>
|
135
150
|
<ul class="list-group">
|
136
151
|
<li class="list-group-item">
|
137
|
-
<a href="../modules/
|
152
|
+
<a href="../modules/EuiButtonComponent.html">EuiButtonComponent</a>
|
138
153
|
</li>
|
139
154
|
<li class="list-group-item">
|
140
155
|
<a href="../modules/EuiIconModule.html">EuiIconModule</a>
|
141
156
|
</li>
|
142
157
|
<li class="list-group-item">
|
143
|
-
<a href="../modules/
|
158
|
+
<a href="../modules/EuiLabelComponent.html">EuiLabelComponent</a>
|
144
159
|
</li>
|
145
160
|
</ul>
|
146
161
|
</div>
|
@@ -112,6 +112,18 @@
|
|
112
112
|
|
113
113
|
|
114
114
|
|
115
|
+
<p class="comment">
|
116
|
+
<h3>Description</h3>
|
117
|
+
</p>
|
118
|
+
<p class="comment">
|
119
|
+
<p>Provides message box functionality for displaying modal dialogs with structured content.</p>
|
120
|
+
<b>Example :</b><div><pre class="line-numbers"><code class="language-html">import { EuiMessageBoxModule } from '@eui/components/eui-message-box';</code></pre></div><p> imports: [
|
121
|
+
EuiMessageBoxModule,
|
122
|
+
],
|
123
|
+
})
|
124
|
+
export class MyFeatureModule {}</p>
|
125
|
+
|
126
|
+
</p>
|
115
127
|
|
116
128
|
|
117
129
|
<div class="container-fluid module">
|
@@ -146,7 +158,7 @@
|
|
146
158
|
class="icon ion-ios-information-circle-outline"></a></h3>
|
147
159
|
<ul class="list-group">
|
148
160
|
<li class="list-group-item">
|
149
|
-
<a href="../modules/
|
161
|
+
<a href="../modules/EuiButtonComponent.html">EuiButtonComponent</a>
|
150
162
|
</li>
|
151
163
|
<li class="list-group-item">
|
152
164
|
<a href="../modules/EuiIconModule.html">EuiIconModule</a>
|
@@ -112,6 +112,21 @@
|
|
112
112
|
|
113
113
|
|
114
114
|
|
115
|
+
<p class="comment">
|
116
|
+
<h3>Description</h3>
|
117
|
+
</p>
|
118
|
+
<p class="comment">
|
119
|
+
<p>Module that provides the EUI Popover component and related directives.</p>
|
120
|
+
<p>This module exports the EuiPopoverComponent which allows for creating popover overlays
|
121
|
+
positioned relative to trigger elements. Popovers can be configured with various
|
122
|
+
positioning options, visual styles, and dismissal behaviors.</p>
|
123
|
+
<b>Example :</b><div><pre class="line-numbers"><code class="language-html">import { EuiPopoverModule } from '@eui/components/eui-popover';</code></pre></div><p> imports: [
|
124
|
+
EuiPopoverModule
|
125
|
+
]
|
126
|
+
})
|
127
|
+
export class MyModule {}</p>
|
128
|
+
|
129
|
+
</p>
|
115
130
|
|
116
131
|
|
117
132
|
<div class="container-fluid module">
|
@@ -134,7 +149,7 @@
|
|
134
149
|
class="icon ion-ios-information-circle-outline"></a></h3>
|
135
150
|
<ul class="list-group">
|
136
151
|
<li class="list-group-item">
|
137
|
-
<a href="../modules/
|
152
|
+
<a href="../modules/EuiButtonComponent.html">EuiButtonComponent</a>
|
138
153
|
</li>
|
139
154
|
<li class="list-group-item">
|
140
155
|
<a href="../modules/EuiIconButtonModule.html">EuiIconButtonModule</a>
|
@@ -87,7 +87,9 @@
|
|
87
87
|
|
88
88
|
<ol class="breadcrumb">
|
89
89
|
<li class="breadcrumb-item">Modules</li>
|
90
|
-
<li class="breadcrumb-item"
|
90
|
+
<li class="breadcrumb-item"
|
91
|
+
class="breadcrumb-item deprecated-name"
|
92
|
+
>EuiTimebarModule</li>
|
91
93
|
</ol>
|
92
94
|
|
93
95
|
|
@@ -111,30 +113,37 @@
|
|
111
113
|
</p>
|
112
114
|
|
113
115
|
|
116
|
+
<p class="comment">
|
117
|
+
<h3 class="deprecated">Deprecated</h3>
|
118
|
+
</p>
|
119
|
+
<p class="comment">
|
120
|
+
[object Object],[object Object],[object Object]
|
121
|
+
</p>
|
114
122
|
|
123
|
+
<p class="comment">
|
124
|
+
<h3>Description</h3>
|
125
|
+
</p>
|
126
|
+
<p class="comment">
|
127
|
+
<p>Angular module that provides the EuiTimebarComponent.</p>
|
128
|
+
<b>Example :</b><div><pre class="line-numbers"><code class="language-html">// Legacy usage (deprecated)
|
129
|
+
import { EuiTimebarModule } from '@eui/components/eui-timebar';</code></pre></div><p> imports: [
|
130
|
+
EuiTimebarModule
|
131
|
+
]
|
132
|
+
})
|
133
|
+
export class YourFeatureModule {}</p>
|
134
|
+
|
135
|
+
</p>
|
115
136
|
|
116
137
|
|
117
138
|
<div class="container-fluid module">
|
118
139
|
<div class="row">
|
119
|
-
<div class="col-sm-3">
|
120
|
-
<h3>Declarations<a href="https://angular.io/api/core/NgModule#declarations" target="_blank" rel="noopener noreferrer"
|
121
|
-
title="Official documentation about module declarations"><span class="icon ion-ios-information-circle-outline"></span></a></h3>
|
122
|
-
<ul class="list-group">
|
123
|
-
<li class="list-group-item">
|
124
|
-
<a href="../components/EuiTimebarComponent.html">EuiTimebarComponent</a>
|
125
|
-
</li>
|
126
|
-
</ul>
|
127
|
-
</div>
|
128
140
|
<div class="col-sm-3">
|
129
141
|
<h3>Imports<a href="https://angular.io/api/core/NgModule#imports" target="_blank" rel="noopener noreferrer"
|
130
142
|
title="Official documentation about module imports"><span
|
131
143
|
class="icon ion-ios-information-circle-outline"></a></h3>
|
132
144
|
<ul class="list-group">
|
133
145
|
<li class="list-group-item">
|
134
|
-
<a href="../modules/
|
135
|
-
</li>
|
136
|
-
<li class="list-group-item">
|
137
|
-
<a href="../modules/EuiIconModule.html">EuiIconModule</a>
|
146
|
+
<a href="../modules/EuiTimebarComponent.html">EuiTimebarComponent</a>
|
138
147
|
</li>
|
139
148
|
</ul>
|
140
149
|
</div>
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-alert.component.d.ts","sourceRoot":"","sources":["../../eui-alert/eui-alert.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAGH,YAAY,EAIZ,MAAM,EAGN,SAAS,EAEZ,MAAM,eAAe,CAAC;AAEvB,OAAO,EAAE,mBAAmB,EAAE,MAAM,wBAAwB,CAAC;AAC7D,OAAO,EAAE,sBAAsB,EAAE,MAAM,wCAAwC,CAAC;;;AAEhF;;;;;;;;;;;;GAYG;AACH,qBAqBa,iBAAkB,YAAW,MAAM;IAuGzB,mBAAmB,EAAE,mBAAmB;IAtG3D;;;;;OAKG;IACH,IACW,UAAU,IAAI,MAAM,CAW9B;IAED;;;;OAIG;IACuB,IAAI,SAAW;IAEzC;;;;;OAKG;IACH,IAEI,eAAe,IAAI,MAAM,CAE5B;IACD;;;;OAIG;IACH,IACI,QAAQ,IAAI,MAAM,CAErB;IACD;;;;OAIG;IAGH,OAAO,SAAe;IAEtB;;;;OAIG;IACqC,OAAO,UAAS;IACxD;;;;OAIG;IACqC,UAAU,UAAS;IAC3D;;;;OAIG;IACqC,WAAW,UAAS;IAC5D;;;;OAIG;IACqC,WAAW,UAAS;IAC5D;;;;OAIG;IACqC,SAAS,UAAQ;IAEzD;;OAEG;IACO,UAAU,wBAA+B;IAEnD;;OAEG;IACwE,UAAU,EAAE,SAAS,CAAC,sBAAsB,CAAC,CAAC;IAEzH,aAAa,EAAE,MAAM,CAAC;IACtB,kBAAkB,EAAE,MAAM,CAAC;IAE3B,OAAO,CAAC,QAAQ,CAAS;gBAEN,mBAAmB,EAAE,mBAAmB;IAE3D,QAAQ,IAAI,IAAI;IAIhB;;OAEG;IACH,YAAY,IAAI,IAAI;yCAhHX,iBAAiB;2CAAjB,iBAAiB;
|
1
|
+
{"version":3,"file":"eui-alert.component.d.ts","sourceRoot":"","sources":["../../eui-alert/eui-alert.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAGH,YAAY,EAIZ,MAAM,EAGN,SAAS,EAEZ,MAAM,eAAe,CAAC;AAEvB,OAAO,EAAE,mBAAmB,EAAE,MAAM,wBAAwB,CAAC;AAC7D,OAAO,EAAE,sBAAsB,EAAE,MAAM,wCAAwC,CAAC;;;AAEhF;;;;;;;;;;;;GAYG;AACH,qBAqBa,iBAAkB,YAAW,MAAM;IAuGzB,mBAAmB,EAAE,mBAAmB;IAtG3D;;;;;OAKG;IACH,IACW,UAAU,IAAI,MAAM,CAW9B;IAED;;;;OAIG;IACuB,IAAI,SAAW;IAEzC;;;;;OAKG;IACH,IAEI,eAAe,IAAI,MAAM,CAE5B;IACD;;;;OAIG;IACH,IACI,QAAQ,IAAI,MAAM,CAErB;IACD;;;;OAIG;IAGH,OAAO,SAAe;IAEtB;;;;OAIG;IACqC,OAAO,UAAS;IACxD;;;;OAIG;IACqC,UAAU,UAAS;IAC3D;;;;OAIG;IACqC,WAAW,UAAS;IAC5D;;;;OAIG;IACqC,WAAW,UAAS;IAC5D;;;;OAIG;IACqC,SAAS,UAAQ;IAEzD;;OAEG;IACO,UAAU,wBAA+B;IAEnD;;OAEG;IACwE,UAAU,EAAE,SAAS,CAAC,sBAAsB,CAAC,CAAC;IAEzH,aAAa,EAAE,MAAM,CAAC;IACtB,kBAAkB,EAAE,MAAM,CAAC;IAE3B,OAAO,CAAC,QAAQ,CAAS;gBAEN,mBAAmB,EAAE,mBAAmB;IAE3D,QAAQ,IAAI,IAAI;IAIhB;;OAEG;IACH,YAAY,IAAI,IAAI;yCAhHX,iBAAiB;2CAAjB,iBAAiB;sCAqHgqwC,OAAQ;yCAAR,OAAQ;0CAAR,OAAQ;0CAAR,OAAQ;wCAAR,OAAQ;CADrswC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-autocomplete-option.component.d.ts","sourceRoot":"","sources":["../../../eui-autocomplete/eui-autocomplete-option/eui-autocomplete-option.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,mBAAmB,EAAE,MAAM,wBAAwB,CAAC;;;AAE7D,qBAea,8BAA8B;IAkB3B,OAAO,CAAC,mBAAmB;IAjBb,IAAI,SAAY;IAC1C,IACI,UAAU,IAAI,MAAM,CASvB;IAEuC,QAAQ,UAAS;IACjB,UAAU,UAAS;IACnB,WAAW,UAAS;gBAExC,mBAAmB,EAAE,mBAAmB;yCAlBnD,8BAA8B;2CAA9B,8BAA8B;
|
1
|
+
{"version":3,"file":"eui-autocomplete-option.component.d.ts","sourceRoot":"","sources":["../../../eui-autocomplete/eui-autocomplete-option/eui-autocomplete-option.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,mBAAmB,EAAE,MAAM,wBAAwB,CAAC;;;AAE7D,qBAea,8BAA8B;IAkB3B,OAAO,CAAC,mBAAmB;IAjBb,IAAI,SAAY;IAC1C,IACI,UAAU,IAAI,MAAM,CASvB;IAEuC,QAAQ,UAAS;IACjB,UAAU,UAAS;IACnB,WAAW,UAAS;gBAExC,mBAAmB,EAAE,mBAAmB;yCAlBnD,8BAA8B;2CAA9B,8BAA8B;uCAqBw02C,OAAQ;yCAAR,OAAQ;0CAAR,OAAQ;CAD132C"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-autocomplete.component.d.ts","sourceRoot":"","sources":["../../eui-autocomplete/eui-autocomplete.component.ts"],"names":[],"mappings":"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
|
1
|
+
{"version":3,"file":"eui-autocomplete.component.d.ts","sourceRoot":"","sources":["../../eui-autocomplete/eui-autocomplete.component.ts"],"names":[],"mappings":"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"}
|
@@ -1,6 +1,43 @@
|
|
1
1
|
import * as i0 from "@angular/core";
|
2
|
+
/**
|
3
|
+
* Component representing an avatar badge.
|
4
|
+
* This badge can be positioned at the top or bottom of the avatar and is used
|
5
|
+
* to display additional information or status indicators.
|
6
|
+
*
|
7
|
+
* The component uses content projection to allow any content to be displayed inside the badge.
|
8
|
+
*
|
9
|
+
* @example
|
10
|
+
* // Basic usage with a status indicator:
|
11
|
+
* <eui-avatar>
|
12
|
+
* <eui-avatar-image imageUrl="path/to/image.jpg"></eui-avatar-image>
|
13
|
+
* <eui-avatar-badge>
|
14
|
+
* <span class="status-indicator"></span>
|
15
|
+
* </eui-avatar-badge>
|
16
|
+
* </eui-avatar>
|
17
|
+
*
|
18
|
+
* @example
|
19
|
+
* // With position set to bottom:
|
20
|
+
* <eui-avatar>
|
21
|
+
* <eui-avatar-icon>
|
22
|
+
* <eui-icon name="user"></eui-icon>
|
23
|
+
* </eui-avatar-icon>
|
24
|
+
* <eui-avatar-badge position="bottom">
|
25
|
+
* <span class="notification">3</span>
|
26
|
+
* </eui-avatar-badge>
|
27
|
+
* </eui-avatar>
|
28
|
+
*/
|
2
29
|
export declare class EuiAvatarBadgeComponent {
|
30
|
+
/**
|
31
|
+
* Gets the CSS classes to be applied to the host element.
|
32
|
+
* Combines the base class with a modifier class based on the position.
|
33
|
+
* @returns {string} The combined CSS classes.
|
34
|
+
*/
|
3
35
|
get cssClasses(): string;
|
36
|
+
/**
|
37
|
+
* The position of the badge relative to the avatar.
|
38
|
+
* Can be either 'top' or 'bottom'.
|
39
|
+
* @default 'top'
|
40
|
+
*/
|
4
41
|
position: 'top' | 'bottom';
|
5
42
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuiAvatarBadgeComponent, never>;
|
6
43
|
static ɵcmp: i0.ɵɵComponentDeclaration<EuiAvatarBadgeComponent, "eui-avatar-badge", never, { "position": { "alias": "position"; "required": false; }; }, {}, never, ["*"], false, never>;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"avatar-badge.component.d.ts","sourceRoot":"","sources":["../../../eui-avatar/avatar-badge/avatar-badge.component.ts"],"names":[],"mappings":";AAEA,qBAMa,uBAAuB;IAChC,IACW,UAAU,IAAI,MAAM,CAK9B;
|
1
|
+
{"version":3,"file":"avatar-badge.component.d.ts","sourceRoot":"","sources":["../../../eui-avatar/avatar-badge/avatar-badge.component.ts"],"names":[],"mappings":";AAEA;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AACH,qBAMa,uBAAuB;IAChC;;;;OAIG;IACH,IACW,UAAU,IAAI,MAAM,CAK9B;IAED;;;;OAIG;IACM,QAAQ,EAAE,KAAK,GAAG,QAAQ,CAAS;yCAnBnC,uBAAuB;2CAAvB,uBAAuB;CAoBnC"}
|
@@ -1,5 +1,23 @@
|
|
1
1
|
import * as i0 from "@angular/core";
|
2
|
+
/**
|
3
|
+
* @description
|
4
|
+
* Component representing an avatar icon.
|
5
|
+
* This component serves as a container for icons within an avatar.
|
6
|
+
* It applies the appropriate styling and structure needed for avatar icons.
|
7
|
+
*
|
8
|
+
* The component simply wraps its content with the 'eui-avatar-icon' class styling.
|
9
|
+
* Used for displaying icons as avatar content instead of images or text.
|
10
|
+
*
|
11
|
+
* @example
|
12
|
+
* // Basic usage with an icon:
|
13
|
+
* <eui-avatar>
|
14
|
+
* <eui-avatar-icon>
|
15
|
+
* <eui-icon name="user"></eui-icon>
|
16
|
+
* </eui-avatar-icon>
|
17
|
+
* </eui-avatar>
|
18
|
+
*/
|
2
19
|
export declare class EuiAvatarIconComponent {
|
20
|
+
/** @internal */
|
3
21
|
string: string;
|
4
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuiAvatarIconComponent, never>;
|
5
23
|
static ɵcmp: i0.ɵɵComponentDeclaration<EuiAvatarIconComponent, "eui-avatar-icon", never, {}, {}, never, ["*"], false, never>;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"avatar-icon.component.d.ts","sourceRoot":"","sources":["../../../eui-avatar/avatar-icon/avatar-icon.component.ts"],"names":[],"mappings":";AAEA,qBAMa,sBAAsB;
|
1
|
+
{"version":3,"file":"avatar-icon.component.d.ts","sourceRoot":"","sources":["../../../eui-avatar/avatar-icon/avatar-icon.component.ts"],"names":[],"mappings":";AAEA;;;;;;;;;;;;;;;;GAgBG;AACH,qBAMa,sBAAsB;IAC/B,gBAAgB;IACM,MAAM,SAAqB;yCAFxC,sBAAsB;2CAAtB,sBAAsB;CAGlC"}
|
@@ -1,12 +1,38 @@
|
|
1
1
|
import { OnInit } from '@angular/core';
|
2
2
|
import { EuiConfig } from '@eui/core';
|
3
3
|
import * as i0 from "@angular/core";
|
4
|
+
/**
|
5
|
+
* @description
|
6
|
+
* Component representing an avatar image.
|
7
|
+
* Displays an image for an avatar with fallback to a default image when none is provided.
|
8
|
+
* Uses the application's configured assets base URL for the default image path.
|
9
|
+
*
|
10
|
+
* @example
|
11
|
+
* <eui-avatar-image imageUrl="{{path/to/image.jpg}}"></eui-avatar-image>
|
12
|
+
*
|
13
|
+
*/
|
4
14
|
export declare class EuiAvatarImageComponent implements OnInit {
|
5
15
|
private config;
|
16
|
+
/** CSS class applied to the host element */
|
6
17
|
string: string;
|
18
|
+
/**
|
19
|
+
* URL of the image to be displayed in the avatar.
|
20
|
+
* If not provided, a default image will be used.
|
21
|
+
*/
|
7
22
|
imageUrl: any;
|
23
|
+
/**
|
24
|
+
* The final image URL to be used in the template.
|
25
|
+
* This will be either the provided imageUrl or a default image URL.
|
26
|
+
*/
|
8
27
|
imageUrlGenerated: string;
|
28
|
+
/**
|
29
|
+
* @param {EuiConfig} config - Optional configuration object containing application settings
|
30
|
+
*/
|
9
31
|
constructor(config: EuiConfig);
|
32
|
+
/**
|
33
|
+
* Initializes the component by setting the image URL.
|
34
|
+
* Uses the provided imageUrl if available, otherwise falls back to a default avatar image.
|
35
|
+
*/
|
10
36
|
ngOnInit(): void;
|
11
37
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuiAvatarImageComponent, [{ optional: true; }]>;
|
12
38
|
static ɵcmp: i0.ɵɵComponentDeclaration<EuiAvatarImageComponent, "eui-avatar-image", never, { "imageUrl": { "alias": "imageUrl"; "required": false; }; }, {}, never, ["*"], false, never>;
|