@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
@@ -109,6 +109,26 @@
|
|
109
109
|
</p>
|
110
110
|
|
111
111
|
|
112
|
+
<p class="comment">
|
113
|
+
<h3>Description</h3>
|
114
|
+
</p>
|
115
|
+
<p class="comment">
|
116
|
+
<p>Component that provides a navigable list implementation with keyboard interaction support.
|
117
|
+
Works with Angular CDK's FocusKeyManager to enable keyboard navigation between list items.</p>
|
118
|
+
<p>The component automatically manages focus between nested lists and supports rich content
|
119
|
+
navigation. It can contain multiple EuiListItemComponents as children.</p>
|
120
|
+
<b>Example :</b><div><pre class="line-numbers"><code class="language-html"><eui-list>
|
121
|
+
<eui-list-item>First item</eui-list-item>
|
122
|
+
<eui-list-item>Second item</eui-list-item>
|
123
|
+
<eui-list-item>
|
124
|
+
Item with nested list
|
125
|
+
<eui-list>
|
126
|
+
<eui-list-item>Nested item 1</eui-list-item>
|
127
|
+
<eui-list-item>Nested item 2</eui-list-item>
|
128
|
+
</eui-list>
|
129
|
+
</eui-list-item>
|
130
|
+
</eui-list></code></pre></div>
|
131
|
+
</p>
|
112
132
|
|
113
133
|
|
114
134
|
<p class="comment">
|
@@ -299,6 +319,13 @@
|
|
299
319
|
</td>
|
300
320
|
</tr>
|
301
321
|
|
322
|
+
<tr>
|
323
|
+
<td class="col-md-4">
|
324
|
+
<div class="io-description"><p>Binds the 'list' ARIA role to the host element for accessibility.
|
325
|
+
This informs screen readers that this component functions as a list.</p>
|
326
|
+
</div>
|
327
|
+
</td>
|
328
|
+
</tr>
|
302
329
|
|
303
330
|
</tbody>
|
304
331
|
</table>
|
@@ -320,6 +347,14 @@
|
|
320
347
|
</td>
|
321
348
|
</tr>
|
322
349
|
|
350
|
+
<tr>
|
351
|
+
<td class="col-md-4">
|
352
|
+
<div class="io-description"><p>Binds the tabIndex attribute to the host element.
|
353
|
+
Controls whether the list can receive keyboard focus.
|
354
|
+
Set to '0' for top-level lists and '-1' for nested lists.</p>
|
355
|
+
</div>
|
356
|
+
</td>
|
357
|
+
</tr>
|
323
358
|
|
324
359
|
</tbody>
|
325
360
|
</table>
|
@@ -341,6 +376,13 @@
|
|
341
376
|
</td>
|
342
377
|
</tr>
|
343
378
|
|
379
|
+
<tr>
|
380
|
+
<td class="col-md-4">
|
381
|
+
<div class="io-description"><p>CSS class binding that applies the 'eui-list' class to the host element.
|
382
|
+
This class applies the basic styling for the list component.</p>
|
383
|
+
</div>
|
384
|
+
</td>
|
385
|
+
</tr>
|
344
386
|
|
345
387
|
</tbody>
|
346
388
|
</table>
|
@@ -372,6 +414,44 @@
|
|
372
414
|
|
373
415
|
|
374
416
|
|
417
|
+
<tr>
|
418
|
+
<td class="col-md-4">
|
419
|
+
<div class="io-description"><p>Handles keyboard events for navigating the list.
|
420
|
+
Supports Enter key for selection and arrow keys for navigation.</p>
|
421
|
+
</div>
|
422
|
+
|
423
|
+
<div class="io-description">
|
424
|
+
<b>Parameters :</b>
|
425
|
+
|
426
|
+
<table class="params">
|
427
|
+
<thead>
|
428
|
+
<tr>
|
429
|
+
<td>Name</td>
|
430
|
+
<td>Optional</td>
|
431
|
+
<td>Description</td>
|
432
|
+
</tr>
|
433
|
+
</thead>
|
434
|
+
<tbody>
|
435
|
+
<tr>
|
436
|
+
<td>event</td>
|
437
|
+
|
438
|
+
<td>
|
439
|
+
No
|
440
|
+
</td>
|
441
|
+
|
442
|
+
|
443
|
+
<td>
|
444
|
+
<ul>
|
445
|
+
<li>The keyboard event to handle</li>
|
446
|
+
</ul>
|
447
|
+
|
448
|
+
</td>
|
449
|
+
</tr>
|
450
|
+
</tbody>
|
451
|
+
</table>
|
452
|
+
</div>
|
453
|
+
</td>
|
454
|
+
</tr>
|
375
455
|
</tbody>
|
376
456
|
</table>
|
377
457
|
</section>
|
@@ -402,6 +482,10 @@
|
|
402
482
|
|
403
483
|
<tr>
|
404
484
|
<td class="col-md-4">
|
485
|
+
<div class="io-description"><p>Manages focus state of rich content navigation within list items.
|
486
|
+
Handles the focus transition between list item elements and their navigable content.
|
487
|
+
Called when right/left arrow keys are pressed on items with navigable content.</p>
|
488
|
+
</div>
|
405
489
|
|
406
490
|
<div class="io-description">
|
407
491
|
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
@@ -442,6 +526,9 @@
|
|
442
526
|
|
443
527
|
<tr>
|
444
528
|
<td class="col-md-4">
|
529
|
+
<div class="io-description"><p>Handles keyboard events for navigating the list.
|
530
|
+
Supports Enter key for selection and arrow keys for navigation.</p>
|
531
|
+
</div>
|
445
532
|
|
446
533
|
<div class="io-description">
|
447
534
|
<b>Parameters :</b>
|
@@ -452,6 +539,7 @@
|
|
452
539
|
<td>Name</td>
|
453
540
|
<td>Type</td>
|
454
541
|
<td>Optional</td>
|
542
|
+
<td>Description</td>
|
455
543
|
</tr>
|
456
544
|
</thead>
|
457
545
|
<tbody>
|
@@ -466,6 +554,12 @@
|
|
466
554
|
</td>
|
467
555
|
|
468
556
|
|
557
|
+
<td>
|
558
|
+
<ul>
|
559
|
+
<li>The keyboard event to handle</li>
|
560
|
+
</ul>
|
561
|
+
|
562
|
+
</td>
|
469
563
|
</tr>
|
470
564
|
</tbody>
|
471
565
|
</table>
|
@@ -515,6 +609,13 @@
|
|
515
609
|
</td>
|
516
610
|
</tr>
|
517
611
|
|
612
|
+
<tr>
|
613
|
+
<td class="col-md-4">
|
614
|
+
<div class="io-description"><p>Collection of all list item components that are children of this list.
|
615
|
+
Includes items from nested lists due to the 'descendants: true' option.</p>
|
616
|
+
</div>
|
617
|
+
</td>
|
618
|
+
</tr>
|
518
619
|
|
519
620
|
</tbody>
|
520
621
|
</table>
|
@@ -551,6 +652,13 @@
|
|
551
652
|
</td>
|
552
653
|
</tr>
|
553
654
|
|
655
|
+
<tr>
|
656
|
+
<td class="col-md-4">
|
657
|
+
<div class="io-description"><p>Binds the 'list' ARIA role to the host element for accessibility.
|
658
|
+
This informs screen readers that this component functions as a list.</p>
|
659
|
+
</div>
|
660
|
+
</td>
|
661
|
+
</tr>
|
554
662
|
|
555
663
|
</tbody>
|
556
664
|
</table>
|
@@ -582,6 +690,14 @@
|
|
582
690
|
</td>
|
583
691
|
</tr>
|
584
692
|
|
693
|
+
<tr>
|
694
|
+
<td class="col-md-4">
|
695
|
+
<div class="io-description"><p>Binds the tabIndex attribute to the host element.
|
696
|
+
Controls whether the list can receive keyboard focus.
|
697
|
+
Set to '0' for top-level lists and '-1' for nested lists.</p>
|
698
|
+
</div>
|
699
|
+
</td>
|
700
|
+
</tr>
|
585
701
|
|
586
702
|
</tbody>
|
587
703
|
</table>
|
@@ -605,6 +721,20 @@
|
|
605
721
|
<span class="accessor"><b>get</b><code>cssClasses()</code></span>
|
606
722
|
</td>
|
607
723
|
</tr>
|
724
|
+
<tr>
|
725
|
+
<td class="col-md-4">
|
726
|
+
<div class="io-description"><p>CSS class binding that applies the 'eui-list' class to the host element.
|
727
|
+
This class applies the basic styling for the list component.</p>
|
728
|
+
</div>
|
729
|
+
|
730
|
+
<div>
|
731
|
+
</div>
|
732
|
+
<div class="io-description">
|
733
|
+
<b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
734
|
+
|
735
|
+
</div>
|
736
|
+
</td>
|
737
|
+
</tr>
|
608
738
|
|
609
739
|
</tbody>
|
610
740
|
</table>
|
@@ -109,6 +109,21 @@
|
|
109
109
|
</p>
|
110
110
|
|
111
111
|
|
112
|
+
<p class="comment">
|
113
|
+
<h3>Description</h3>
|
114
|
+
</p>
|
115
|
+
<p class="comment">
|
116
|
+
<p>Component that represents a single item within an EuiList.
|
117
|
+
Implements FocusableOption and Highlightable for keyboard navigation and accessibility.</p>
|
118
|
+
<p>This component is designed to work with the EuiListComponent as part of a navigable list.
|
119
|
+
It supports various display states through the BaseStatesDirective, and can contain
|
120
|
+
nested list components, icons, labels, and custom templates.</p>
|
121
|
+
<b>Example :</b><div><pre class="line-numbers"><code class="language-html"><eui-list>
|
122
|
+
<eui-list-item>Simple item</eui-list-item>
|
123
|
+
<eui-list-item [euiPrimary]="true">Primary item</eui-list-item>
|
124
|
+
<eui-list-item [isActive]="true">Active item</eui-list-item>
|
125
|
+
</eui-list></code></pre></div>
|
126
|
+
</p>
|
112
127
|
|
113
128
|
|
114
129
|
<p class="comment">
|
@@ -517,6 +532,9 @@
|
|
517
532
|
|
518
533
|
<tr>
|
519
534
|
<td class="col-md-4">
|
535
|
+
<div class="io-description"><p>Programmatically triggers a click event on the list item element.
|
536
|
+
Typically, invoked when the user presses Enter while the item is focused.</p>
|
537
|
+
</div>
|
520
538
|
|
521
539
|
<div class="io-description">
|
522
540
|
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
@@ -550,6 +568,9 @@
|
|
550
568
|
|
551
569
|
<tr>
|
552
570
|
<td class="col-md-4">
|
571
|
+
<div class="io-description"><p>Sets focus on the list item element.
|
572
|
+
Used by the FocusKeyManager to handle keyboard navigation within the list.</p>
|
573
|
+
</div>
|
553
574
|
|
554
575
|
<div class="io-description">
|
555
576
|
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
@@ -583,6 +604,10 @@
|
|
583
604
|
|
584
605
|
<tr>
|
585
606
|
<td class="col-md-4">
|
607
|
+
<div class="io-description"><p>Applies active styling to the list item.
|
608
|
+
Called by the FocusKeyManager when this item becomes the active item in the list.
|
609
|
+
Sets the isActive flag to true, which adds the 'eui-list-item--active' CSS class.</p>
|
610
|
+
</div>
|
586
611
|
|
587
612
|
<div class="io-description">
|
588
613
|
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
@@ -616,6 +641,10 @@
|
|
616
641
|
|
617
642
|
<tr>
|
618
643
|
<td class="col-md-4">
|
644
|
+
<div class="io-description"><p>Removes active styling from the list item.
|
645
|
+
Called by the FocusKeyManager when another item becomes the active item.
|
646
|
+
Sets the isActive flag to false, removing the 'eui-list-item--active' CSS class.</p>
|
647
|
+
</div>
|
619
648
|
|
620
649
|
<div class="io-description">
|
621
650
|
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
@@ -109,6 +109,38 @@
|
|
109
109
|
</p>
|
110
110
|
|
111
111
|
|
112
|
+
<p class="comment">
|
113
|
+
<h3>Description</h3>
|
114
|
+
</p>
|
115
|
+
<p class="comment">
|
116
|
+
<p>Component for displaying modal message boxes with structured content and customizable actions.
|
117
|
+
This component provides a user-friendly interface for confirmation dialogs, alerts, and other
|
118
|
+
types of modal messages.</p>
|
119
|
+
<p>The component supports various styling variants through the BaseStatesDirective hostDirective,
|
120
|
+
customizable buttons, and configurable behavior for dialog actions.</p>
|
121
|
+
<b>Example :</b><div><pre class="line-numbers"><code class="language-html">// Basic usage with title and default buttons:
|
122
|
+
<eui-message-box
|
123
|
+
title="Confirmation Required"
|
124
|
+
(accept)="onConfirm()"
|
125
|
+
(dismiss)="onCancel()">
|
126
|
+
Are you sure you want to proceed with this action?
|
127
|
+
</eui-message-box></code></pre></div><b>Example :</b><div><pre class="line-numbers"><code class="language-html">// Custom styled message box with modified button labels:
|
128
|
+
<eui-message-box
|
129
|
+
title="Warning"
|
130
|
+
euiWarning
|
131
|
+
acceptLabel="Proceed Anyway"
|
132
|
+
dismissLabel="Go Back"
|
133
|
+
[isDraggable]="true">
|
134
|
+
This action cannot be undone.
|
135
|
+
</eui-message-box></code></pre></div><b>Example :</b><div><pre class="line-numbers"><code class="language-html">// Message box with custom footer content:
|
136
|
+
<eui-message-box title="Custom Actions">
|
137
|
+
Select an option below.
|
138
|
+
<eui-message-box-footer>
|
139
|
+
<button eui-button (click)="optionOne()">Option 1</button>
|
140
|
+
<button eui-button (click)="optionTwo()">Option 2</button>
|
141
|
+
</eui-message-box-footer>
|
142
|
+
</eui-message-box></code></pre></div>
|
143
|
+
</p>
|
112
144
|
|
113
145
|
|
114
146
|
<p class="comment">
|
@@ -327,6 +359,8 @@
|
|
327
359
|
|
328
360
|
<tr>
|
329
361
|
<td class="col-md-4">
|
362
|
+
<div class="io-description"><p>Creates an instance of EuiMessageBoxComponent.</p>
|
363
|
+
</div>
|
330
364
|
<div>
|
331
365
|
<b>Parameters :</b>
|
332
366
|
<table class="params">
|
@@ -335,6 +369,7 @@
|
|
335
369
|
<td>Name</td>
|
336
370
|
<td>Type</td>
|
337
371
|
<td>Optional</td>
|
372
|
+
<td>Description</td>
|
338
373
|
</tr>
|
339
374
|
</thead>
|
340
375
|
<tbody>
|
@@ -349,6 +384,12 @@
|
|
349
384
|
No
|
350
385
|
</td>
|
351
386
|
|
387
|
+
<td>
|
388
|
+
<ul>
|
389
|
+
<li>Reference to the view container for creating portals</li>
|
390
|
+
</ul>
|
391
|
+
|
392
|
+
</td>
|
352
393
|
</tr>
|
353
394
|
<tr>
|
354
395
|
<td>euiMessageBoxService</td>
|
@@ -361,6 +402,12 @@
|
|
361
402
|
No
|
362
403
|
</td>
|
363
404
|
|
405
|
+
<td>
|
406
|
+
<ul>
|
407
|
+
<li>Service used to open and close message boxes</li>
|
408
|
+
</ul>
|
409
|
+
|
410
|
+
</td>
|
364
411
|
</tr>
|
365
412
|
<tr>
|
366
413
|
<td>baseStatesDirective</td>
|
@@ -373,6 +420,12 @@
|
|
373
420
|
No
|
374
421
|
</td>
|
375
422
|
|
423
|
+
<td>
|
424
|
+
<ul>
|
425
|
+
<li>Directive that provides styling state management for the component</li>
|
426
|
+
</ul>
|
427
|
+
|
428
|
+
</td>
|
376
429
|
</tr>
|
377
430
|
</tbody>
|
378
431
|
</table>
|
@@ -404,6 +457,12 @@
|
|
404
457
|
<i>Default value : </i><code>'eui.OK'</code>
|
405
458
|
</td>
|
406
459
|
</tr>
|
460
|
+
<tr>
|
461
|
+
<td class="col-md-4">
|
462
|
+
<div class="io-description"><p>Label for the accept/confirm button. Can be a translation key.</p>
|
463
|
+
</div>
|
464
|
+
</td>
|
465
|
+
</tr>
|
407
466
|
</tbody>
|
408
467
|
</table>
|
409
468
|
<table class="table table-sm table-bordered">
|
@@ -425,6 +484,12 @@
|
|
425
484
|
<i>Default value : </i><code>'eui.CANCEL'</code>
|
426
485
|
</td>
|
427
486
|
</tr>
|
487
|
+
<tr>
|
488
|
+
<td class="col-md-4">
|
489
|
+
<div class="io-description"><p>Label for the dismiss/cancel button. Can be a translation key.</p>
|
490
|
+
</div>
|
491
|
+
</td>
|
492
|
+
</tr>
|
428
493
|
</tbody>
|
429
494
|
</table>
|
430
495
|
<table class="table table-sm table-bordered">
|
@@ -446,6 +511,12 @@
|
|
446
511
|
<i>Default value : </i><code>'eui-dialog'</code>
|
447
512
|
</td>
|
448
513
|
</tr>
|
514
|
+
<tr>
|
515
|
+
<td class="col-md-4">
|
516
|
+
<div class="io-description"><p>Data attribute for e2e testing purposes.</p>
|
517
|
+
</div>
|
518
|
+
</td>
|
519
|
+
</tr>
|
449
520
|
</tbody>
|
450
521
|
</table>
|
451
522
|
<table class="table table-sm table-bordered">
|
@@ -467,6 +538,12 @@
|
|
467
538
|
<i>Default value : </i><code>true</code>
|
468
539
|
</td>
|
469
540
|
</tr>
|
541
|
+
<tr>
|
542
|
+
<td class="col-md-4">
|
543
|
+
<div class="io-description"><p>Whether to show the accept/confirm button.</p>
|
544
|
+
</div>
|
545
|
+
</td>
|
546
|
+
</tr>
|
470
547
|
</tbody>
|
471
548
|
</table>
|
472
549
|
<table class="table table-sm table-bordered">
|
@@ -488,6 +565,12 @@
|
|
488
565
|
<i>Default value : </i><code>true</code>
|
489
566
|
</td>
|
490
567
|
</tr>
|
568
|
+
<tr>
|
569
|
+
<td class="col-md-4">
|
570
|
+
<div class="io-description"><p>Whether to show the dismiss/cancel button.</p>
|
571
|
+
</div>
|
572
|
+
</td>
|
573
|
+
</tr>
|
491
574
|
</tbody>
|
492
575
|
</table>
|
493
576
|
<table class="table table-sm table-bordered">
|
@@ -509,6 +592,12 @@
|
|
509
592
|
<i>Default value : </i><code>false</code>
|
510
593
|
</td>
|
511
594
|
</tr>
|
595
|
+
<tr>
|
596
|
+
<td class="col-md-4">
|
597
|
+
<div class="io-description"><p>Whether to remove padding from the message box body.</p>
|
598
|
+
</div>
|
599
|
+
</td>
|
600
|
+
</tr>
|
512
601
|
</tbody>
|
513
602
|
</table>
|
514
603
|
<table class="table table-sm table-bordered">
|
@@ -530,6 +619,12 @@
|
|
530
619
|
<i>Default value : </i><code>'auto'</code>
|
531
620
|
</td>
|
532
621
|
</tr>
|
622
|
+
<tr>
|
623
|
+
<td class="col-md-4">
|
624
|
+
<div class="io-description"><p>Height of the message box.</p>
|
625
|
+
</div>
|
626
|
+
</td>
|
627
|
+
</tr>
|
533
628
|
</tbody>
|
534
629
|
</table>
|
535
630
|
<table class="table table-sm table-bordered">
|
@@ -551,6 +646,12 @@
|
|
551
646
|
<i>Default value : </i><code>false</code>
|
552
647
|
</td>
|
553
648
|
</tr>
|
649
|
+
<tr>
|
650
|
+
<td class="col-md-4">
|
651
|
+
<div class="io-description"><p>Whether the message box can be dragged around the screen.</p>
|
652
|
+
</div>
|
653
|
+
</td>
|
654
|
+
</tr>
|
554
655
|
</tbody>
|
555
656
|
</table>
|
556
657
|
<table class="table table-sm table-bordered">
|
@@ -572,6 +673,12 @@
|
|
572
673
|
<i>Default value : </i><code>false</code>
|
573
674
|
</td>
|
574
675
|
</tr>
|
676
|
+
<tr>
|
677
|
+
<td class="col-md-4">
|
678
|
+
<div class="io-description"><p>Whether to manually handle closing the dialog on accept button click.</p>
|
679
|
+
</div>
|
680
|
+
</td>
|
681
|
+
</tr>
|
575
682
|
</tbody>
|
576
683
|
</table>
|
577
684
|
<table class="table table-sm table-bordered">
|
@@ -593,6 +700,12 @@
|
|
593
700
|
<i>Default value : </i><code>false</code>
|
594
701
|
</td>
|
595
702
|
</tr>
|
703
|
+
<tr>
|
704
|
+
<td class="col-md-4">
|
705
|
+
<div class="io-description"><p>Whether to manually handle closing the dialog on close button click.</p>
|
706
|
+
</div>
|
707
|
+
</td>
|
708
|
+
</tr>
|
596
709
|
</tbody>
|
597
710
|
</table>
|
598
711
|
<table class="table table-sm table-bordered">
|
@@ -614,6 +727,12 @@
|
|
614
727
|
<i>Default value : </i><code>false</code>
|
615
728
|
</td>
|
616
729
|
</tr>
|
730
|
+
<tr>
|
731
|
+
<td class="col-md-4">
|
732
|
+
<div class="io-description"><p>Whether to manually handle closing the dialog on dismiss button click.</p>
|
733
|
+
</div>
|
734
|
+
</td>
|
735
|
+
</tr>
|
617
736
|
</tbody>
|
618
737
|
</table>
|
619
738
|
<table class="table table-sm table-bordered">
|
@@ -630,6 +749,12 @@
|
|
630
749
|
|
631
750
|
</td>
|
632
751
|
</tr>
|
752
|
+
<tr>
|
753
|
+
<td class="col-md-4">
|
754
|
+
<div class="io-description"><p>Title text displayed in the message box header.</p>
|
755
|
+
</div>
|
756
|
+
</td>
|
757
|
+
</tr>
|
633
758
|
</tbody>
|
634
759
|
</table>
|
635
760
|
<table class="table table-sm table-bordered">
|
@@ -651,6 +776,12 @@
|
|
651
776
|
<i>Default value : </i><code>'33rem'</code>
|
652
777
|
</td>
|
653
778
|
</tr>
|
779
|
+
<tr>
|
780
|
+
<td class="col-md-4">
|
781
|
+
<div class="io-description"><p>Width of the message box.</p>
|
782
|
+
</div>
|
783
|
+
</td>
|
784
|
+
</tr>
|
654
785
|
</tbody>
|
655
786
|
</table>
|
656
787
|
</section>
|
@@ -670,6 +801,12 @@
|
|
670
801
|
|
671
802
|
</td>
|
672
803
|
</tr>
|
804
|
+
<tr>
|
805
|
+
<td class="col-md-4">
|
806
|
+
<div class="io-description"><p>Event emitted when the accept/confirm button is clicked.</p>
|
807
|
+
</div>
|
808
|
+
</td>
|
809
|
+
</tr>
|
673
810
|
</tbody>
|
674
811
|
</table>
|
675
812
|
<table class="table table-sm table-bordered">
|
@@ -686,6 +823,12 @@
|
|
686
823
|
|
687
824
|
</td>
|
688
825
|
</tr>
|
826
|
+
<tr>
|
827
|
+
<td class="col-md-4">
|
828
|
+
<div class="io-description"><p>Event emitted when the dismiss/cancel button is clicked.</p>
|
829
|
+
</div>
|
830
|
+
</td>
|
831
|
+
</tr>
|
689
832
|
</tbody>
|
690
833
|
</table>
|
691
834
|
<table class="table table-sm table-bordered">
|
@@ -702,6 +845,12 @@
|
|
702
845
|
|
703
846
|
</td>
|
704
847
|
</tr>
|
848
|
+
<tr>
|
849
|
+
<td class="col-md-4">
|
850
|
+
<div class="io-description"><p>Event emitted when the message box closes.</p>
|
851
|
+
</div>
|
852
|
+
</td>
|
853
|
+
</tr>
|
705
854
|
</tbody>
|
706
855
|
</table>
|
707
856
|
<table class="table table-sm table-bordered">
|
@@ -718,6 +867,12 @@
|
|
718
867
|
|
719
868
|
</td>
|
720
869
|
</tr>
|
870
|
+
<tr>
|
871
|
+
<td class="col-md-4">
|
872
|
+
<div class="io-description"><p>Event emitted when the message box opens.</p>
|
873
|
+
</div>
|
874
|
+
</td>
|
875
|
+
</tr>
|
721
876
|
</tbody>
|
722
877
|
</table>
|
723
878
|
</section>
|
@@ -752,7 +907,8 @@
|
|
752
907
|
|
753
908
|
<tr>
|
754
909
|
<td class="col-md-4">
|
755
|
-
<div class="io-description"><p>
|
910
|
+
<div class="io-description"><p>Closes the currently open message box.
|
911
|
+
This method uses the EuiMessageBoxService to close the dialog.</p>
|
756
912
|
</div>
|
757
913
|
|
758
914
|
<div class="io-description">
|
@@ -800,7 +956,8 @@
|
|
800
956
|
|
801
957
|
<tr>
|
802
958
|
<td class="col-md-4">
|
803
|
-
<div class="io-description"><p>
|
959
|
+
<div class="io-description"><p>Opens the message box with the current configuration.
|
960
|
+
This method configures and displays the message box using the EuiMessageBoxService.</p>
|
804
961
|
</div>
|
805
962
|
|
806
963
|
<div class="io-description">
|
@@ -836,6 +993,11 @@
|
|
836
993
|
</td>
|
837
994
|
</tr>
|
838
995
|
|
996
|
+
<tr>
|
997
|
+
<td class="col-md-4">
|
998
|
+
<div class="io-description">- Directive that provides styling state management for the component</div>
|
999
|
+
</td>
|
1000
|
+
</tr>
|
839
1001
|
|
840
1002
|
</tbody>
|
841
1003
|
</table>
|
@@ -858,6 +1020,13 @@
|
|
858
1020
|
</td>
|
859
1021
|
</tr>
|
860
1022
|
|
1023
|
+
<tr>
|
1024
|
+
<td class="col-md-4">
|
1025
|
+
<div class="io-description"><p>Content that will be displayed in the message box body.
|
1026
|
+
Can be either a simple string message or a TemplatePortal for more complex content.</p>
|
1027
|
+
</div>
|
1028
|
+
</td>
|
1029
|
+
</tr>
|
861
1030
|
|
862
1031
|
</tbody>
|
863
1032
|
</table>
|
@@ -889,6 +1058,13 @@
|
|
889
1058
|
</td>
|
890
1059
|
</tr>
|
891
1060
|
|
1061
|
+
<tr>
|
1062
|
+
<td class="col-md-4">
|
1063
|
+
<div class="io-description"><p>Reference to any custom footer content provided through the eui-message-box-footer directive.
|
1064
|
+
Forward reference is used to resolve the circular dependency between the component and directive.</p>
|
1065
|
+
</div>
|
1066
|
+
</td>
|
1067
|
+
</tr>
|
892
1068
|
|
893
1069
|
</tbody>
|
894
1070
|
</table>
|
@@ -920,6 +1096,13 @@
|
|
920
1096
|
</td>
|
921
1097
|
</tr>
|
922
1098
|
|
1099
|
+
<tr>
|
1100
|
+
<td class="col-md-4">
|
1101
|
+
<div class="io-description"><p>Reference to the template containing the message box content.
|
1102
|
+
This will be used to create a portal for the content section.</p>
|
1103
|
+
</div>
|
1104
|
+
</td>
|
1105
|
+
</tr>
|
923
1106
|
|
924
1107
|
</tbody>
|
925
1108
|
</table>
|
@@ -951,6 +1134,13 @@
|
|
951
1134
|
</td>
|
952
1135
|
</tr>
|
953
1136
|
|
1137
|
+
<tr>
|
1138
|
+
<td class="col-md-4">
|
1139
|
+
<div class="io-description"><p>Reference to the template containing the message box footer.
|
1140
|
+
This will be used to create a portal for the footer section.</p>
|
1141
|
+
</div>
|
1142
|
+
</td>
|
1143
|
+
</tr>
|
954
1144
|
|
955
1145
|
</tbody>
|
956
1146
|
</table>
|