@eui/components 19.1.1-snapshot-1741071838252 → 19.1.1
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/EuiDiscussionThreadComponent.html +77 -1
- package/docs/components/EuiDiscussionThreadItemComponent.html +118 -0
- package/docs/components/EuiIconToggleComponent.html +149 -0
- package/docs/components/EuiListComponent.html +130 -0
- package/docs/components/EuiListItemComponent.html +29 -0
- package/docs/components/EuiMessageBoxComponent.html +192 -2
- package/docs/components/EuiPopoverComponent.html +119 -8
- package/docs/components/EuiTimebarComponent.html +87 -2
- 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 +41 -46
- 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/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-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.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.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 +7 -7
- 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 +10 -10
- 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 +58 -58
- package/fesm2022/eui-components-eui-paginator.mjs +7 -7
- package/fesm2022/eui-components-eui-popover.mjs +195 -21
- 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 +7 -7
- 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 +13 -13
- 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 +4 -4
- package/shared/base/base-states.directive.d.ts.map +1 -1
- package/shared/input.directive.d.ts.map +1 -1
@@ -109,6 +109,22 @@
|
|
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 toggleable icon button with accessibility support.
|
117
|
+
Functions as a switch control that can be toggled between on/off states,
|
118
|
+
displaying different icons based on the current state.</p>
|
119
|
+
<p>This component handles keyboard navigation, focus management, and proper
|
120
|
+
ARIA attributes for accessibility compliance.</p>
|
121
|
+
<b>Example :</b><div><pre class="line-numbers"><code class="language-html"><eui-icon-toggle
|
122
|
+
[isChecked]="true"
|
123
|
+
iconSvgNameOn="check"
|
124
|
+
iconSvgNameOff="close"
|
125
|
+
(toggle)="handleToggle($event)">
|
126
|
+
</eui-icon-toggle></code></pre></div>
|
127
|
+
</p>
|
112
128
|
|
113
129
|
|
114
130
|
<p class="comment">
|
@@ -146,6 +162,12 @@
|
|
146
162
|
</tr>
|
147
163
|
|
148
164
|
|
165
|
+
<tr>
|
166
|
+
<td class="col-md-3">imports</td>
|
167
|
+
<td class="col-md-9">
|
168
|
+
<code><a href="../modules/EuiIconModule.html" target="_self" >EuiIconModule</a></code>
|
169
|
+
</td>
|
170
|
+
</tr>
|
149
171
|
|
150
172
|
<tr>
|
151
173
|
<td class="col-md-3">styleUrls</td>
|
@@ -330,6 +352,12 @@
|
|
330
352
|
<i>Default value : </i><code>'Toggle icon'</code>
|
331
353
|
</td>
|
332
354
|
</tr>
|
355
|
+
<tr>
|
356
|
+
<td class="col-md-4">
|
357
|
+
<div class="io-description"><p>Accessible label for screen readers.</p>
|
358
|
+
</div>
|
359
|
+
</td>
|
360
|
+
</tr>
|
333
361
|
</tbody>
|
334
362
|
</table>
|
335
363
|
<table class="table table-sm table-bordered">
|
@@ -351,6 +379,12 @@
|
|
351
379
|
<i>Default value : </i><code>'eui-icon-toggle'</code>
|
352
380
|
</td>
|
353
381
|
</tr>
|
382
|
+
<tr>
|
383
|
+
<td class="col-md-4">
|
384
|
+
<div class="io-description"><p>Data attribute for e2e testing.</p>
|
385
|
+
</div>
|
386
|
+
</td>
|
387
|
+
</tr>
|
354
388
|
</tbody>
|
355
389
|
</table>
|
356
390
|
<table class="table table-sm table-bordered">
|
@@ -372,6 +406,12 @@
|
|
372
406
|
<i>Default value : </i><code>'neutral'</code>
|
373
407
|
</td>
|
374
408
|
</tr>
|
409
|
+
<tr>
|
410
|
+
<td class="col-md-4">
|
411
|
+
<div class="io-description"><p>Color of the icon when toggle is in the OFF state.</p>
|
412
|
+
</div>
|
413
|
+
</td>
|
414
|
+
</tr>
|
375
415
|
</tbody>
|
376
416
|
</table>
|
377
417
|
<table class="table table-sm table-bordered">
|
@@ -393,6 +433,12 @@
|
|
393
433
|
<i>Default value : </i><code>'accent'</code>
|
394
434
|
</td>
|
395
435
|
</tr>
|
436
|
+
<tr>
|
437
|
+
<td class="col-md-4">
|
438
|
+
<div class="io-description"><p>Color of the icon when toggle is in the ON state.</p>
|
439
|
+
</div>
|
440
|
+
</td>
|
441
|
+
</tr>
|
396
442
|
</tbody>
|
397
443
|
</table>
|
398
444
|
<table class="table table-sm table-bordered">
|
@@ -409,6 +455,12 @@
|
|
409
455
|
|
410
456
|
</td>
|
411
457
|
</tr>
|
458
|
+
<tr>
|
459
|
+
<td class="col-md-4">
|
460
|
+
<div class="io-description"><p>Icon to display when toggle is in the OFF state.</p>
|
461
|
+
</div>
|
462
|
+
</td>
|
463
|
+
</tr>
|
412
464
|
</tbody>
|
413
465
|
</table>
|
414
466
|
<table class="table table-sm table-bordered">
|
@@ -425,6 +477,12 @@
|
|
425
477
|
|
426
478
|
</td>
|
427
479
|
</tr>
|
480
|
+
<tr>
|
481
|
+
<td class="col-md-4">
|
482
|
+
<div class="io-description"><p>Icon to display when toggle is in the ON state.</p>
|
483
|
+
</div>
|
484
|
+
</td>
|
485
|
+
</tr>
|
428
486
|
</tbody>
|
429
487
|
</table>
|
430
488
|
<table class="table table-sm table-bordered">
|
@@ -446,6 +504,12 @@
|
|
446
504
|
<i>Default value : </i><code>'m'</code>
|
447
505
|
</td>
|
448
506
|
</tr>
|
507
|
+
<tr>
|
508
|
+
<td class="col-md-4">
|
509
|
+
<div class="io-description"><p>Size of the icon (s, m, l, xl).</p>
|
510
|
+
</div>
|
511
|
+
</td>
|
512
|
+
</tr>
|
449
513
|
</tbody>
|
450
514
|
</table>
|
451
515
|
<table class="table table-sm table-bordered">
|
@@ -467,6 +531,12 @@
|
|
467
531
|
<i>Default value : </i><code>`eui-icon-toggle-${uniqueId()}`</code>
|
468
532
|
</td>
|
469
533
|
</tr>
|
534
|
+
<tr>
|
535
|
+
<td class="col-md-4">
|
536
|
+
<div class="io-description"><p>Unique identifier for the component.</p>
|
537
|
+
</div>
|
538
|
+
</td>
|
539
|
+
</tr>
|
470
540
|
</tbody>
|
471
541
|
</table>
|
472
542
|
<table class="table table-sm table-bordered">
|
@@ -488,6 +558,13 @@
|
|
488
558
|
<i>Default value : </i><code>false</code>
|
489
559
|
</td>
|
490
560
|
</tr>
|
561
|
+
<tr>
|
562
|
+
<td class="col-md-4">
|
563
|
+
<div class="io-description"><p>Whether the toggle is in the checked/on state.
|
564
|
+
Bound to aria-checked attribute for accessibility.</p>
|
565
|
+
</div>
|
566
|
+
</td>
|
567
|
+
</tr>
|
491
568
|
</tbody>
|
492
569
|
</table>
|
493
570
|
<table class="table table-sm table-bordered">
|
@@ -504,6 +581,13 @@
|
|
504
581
|
|
505
582
|
</td>
|
506
583
|
</tr>
|
584
|
+
<tr>
|
585
|
+
<td class="col-md-4">
|
586
|
+
<div class="io-description"><p>Whether the toggle is read-only (cannot be interacted with).
|
587
|
+
When true, tabindex is set to -1 and clicking will not change state.</p>
|
588
|
+
</div>
|
589
|
+
</td>
|
590
|
+
</tr>
|
507
591
|
</tbody>
|
508
592
|
</table>
|
509
593
|
<table class="table table-sm table-bordered">
|
@@ -525,6 +609,12 @@
|
|
525
609
|
<i>Default value : </i><code>'i'</code>
|
526
610
|
</td>
|
527
611
|
</tr>
|
612
|
+
<tr>
|
613
|
+
<td class="col-md-4">
|
614
|
+
<div class="io-description"><p>Keyboard shortcut key.</p>
|
615
|
+
</div>
|
616
|
+
</td>
|
617
|
+
</tr>
|
528
618
|
</tbody>
|
529
619
|
</table>
|
530
620
|
<table class="table table-sm table-bordered">
|
@@ -546,6 +636,12 @@
|
|
546
636
|
<i>Default value : </i><code>'0'</code>
|
547
637
|
</td>
|
548
638
|
</tr>
|
639
|
+
<tr>
|
640
|
+
<td class="col-md-4">
|
641
|
+
<div class="io-description"><p>Tab order value for keyboard navigation.</p>
|
642
|
+
</div>
|
643
|
+
</td>
|
644
|
+
</tr>
|
549
645
|
</tbody>
|
550
646
|
</table>
|
551
647
|
</section>
|
@@ -565,6 +661,13 @@
|
|
565
661
|
|
566
662
|
</td>
|
567
663
|
</tr>
|
664
|
+
<tr>
|
665
|
+
<td class="col-md-4">
|
666
|
+
<div class="io-description"><p>Event emitted when the toggle state changes.
|
667
|
+
Emits the new state (true = checked, false = unchecked).</p>
|
668
|
+
</div>
|
669
|
+
</td>
|
670
|
+
</tr>
|
568
671
|
</tbody>
|
569
672
|
</table>
|
570
673
|
</section>
|
@@ -639,6 +742,14 @@
|
|
639
742
|
|
640
743
|
|
641
744
|
|
745
|
+
<tr>
|
746
|
+
<td class="col-md-4">
|
747
|
+
<div class="io-description"><p>Host listener that handles click events on the component.
|
748
|
+
Triggers the toggle action if the component is not read-only.</p>
|
749
|
+
</div>
|
750
|
+
|
751
|
+
</td>
|
752
|
+
</tr>
|
642
753
|
</tbody>
|
643
754
|
</table>
|
644
755
|
<table class="table table-sm table-bordered">
|
@@ -666,6 +777,44 @@
|
|
666
777
|
|
667
778
|
|
668
779
|
|
780
|
+
<tr>
|
781
|
+
<td class="col-md-4">
|
782
|
+
<div class="io-description"><p>Host listener that handles keyboard events.
|
783
|
+
Triggers the toggle action on Enter or Space key press.</p>
|
784
|
+
</div>
|
785
|
+
|
786
|
+
<div class="io-description">
|
787
|
+
<b>Parameters :</b>
|
788
|
+
|
789
|
+
<table class="params">
|
790
|
+
<thead>
|
791
|
+
<tr>
|
792
|
+
<td>Name</td>
|
793
|
+
<td>Optional</td>
|
794
|
+
<td>Description</td>
|
795
|
+
</tr>
|
796
|
+
</thead>
|
797
|
+
<tbody>
|
798
|
+
<tr>
|
799
|
+
<td>event</td>
|
800
|
+
|
801
|
+
<td>
|
802
|
+
No
|
803
|
+
</td>
|
804
|
+
|
805
|
+
|
806
|
+
<td>
|
807
|
+
<ul>
|
808
|
+
<li>The keyboard event</li>
|
809
|
+
</ul>
|
810
|
+
|
811
|
+
</td>
|
812
|
+
</tr>
|
813
|
+
</tbody>
|
814
|
+
</table>
|
815
|
+
</div>
|
816
|
+
</td>
|
817
|
+
</tr>
|
669
818
|
</tbody>
|
670
819
|
</table>
|
671
820
|
</section>
|
@@ -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>
|