@eui/components 17.0.1-snapshot-1700836396201 → 17.0.1-snapshot-1700923341677
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/docs/components/EuiAppSidebarMenuComponent.html +25 -1
- package/docs/components/EuiBlockContentComponent.html +35 -142
- package/docs/components/EuiIconSvgComponent.html +1 -1
- package/docs/components/EuiMenuComponent.html +30 -5
- package/docs/components/EuiMenuItemComponent.html +1 -1
- package/docs/dependencies.html +2 -2
- package/docs/js/search/search_index.js +2 -2
- package/esm2022/eui-block-content/eui-block-content.component.mjs +6 -2
- package/esm2022/eui-icon/eui-icon-svg.component.mjs +4 -4
- package/esm2022/eui-icon/eui-icon.component.mjs +2 -2
- package/esm2022/eui-menu/eui-menu-item.component.mjs +3 -3
- package/esm2022/eui-menu/eui-menu.component.mjs +40 -2
- package/esm2022/eui-sidebar-menu/eui-sidebar-menu.component.mjs +1 -1
- package/esm2022/layout/eui-app/eui-app-sidebar/sidebar-menu/sidebar-menu.component.mjs +7 -3
- package/esm2022/layout/eui-app/eui-app.component.mjs +1 -1
- package/eui-block-content/eui-block-content.component.d.ts +1 -1
- package/eui-block-content/eui-block-content.component.d.ts.map +1 -1
- package/eui-icon/eui-icon-svg.component.d.ts +1 -1
- package/eui-menu/eui-menu.component.d.ts +9 -5
- package/eui-menu/eui-menu.component.d.ts.map +1 -1
- package/fesm2022/eui-components-eui-block-content.mjs +5 -1
- package/fesm2022/eui-components-eui-block-content.mjs.map +1 -1
- package/fesm2022/eui-components-eui-icon.mjs +5 -5
- package/fesm2022/eui-components-eui-icon.mjs.map +1 -1
- package/fesm2022/eui-components-eui-menu.mjs +41 -4
- package/fesm2022/eui-components-eui-menu.mjs.map +1 -1
- package/fesm2022/eui-components-eui-sidebar-menu.mjs +1 -1
- package/fesm2022/eui-components-eui-sidebar-menu.mjs.map +1 -1
- package/fesm2022/eui-components-layout.mjs +7 -3
- package/fesm2022/eui-components-layout.mjs.map +1 -1
- package/layout/eui-app/eui-app-sidebar/sidebar-menu/sidebar-menu.component.d.ts +3 -1
- package/layout/eui-app/eui-app-sidebar/sidebar-menu/sidebar-menu.component.d.ts.map +1 -1
- package/package.json +7 -7
@@ -231,6 +231,9 @@
|
|
231
231
|
<li>
|
232
232
|
<a href="#hasIcons" >hasIcons</a>
|
233
233
|
</li>
|
234
|
+
<li>
|
235
|
+
<a href="#hasScrollToItem" >hasScrollToItem</a>
|
236
|
+
</li>
|
234
237
|
<li>
|
235
238
|
<a href="#hasTooltip" >hasTooltip</a>
|
236
239
|
</li>
|
@@ -391,6 +394,27 @@
|
|
391
394
|
</tr>
|
392
395
|
</tbody>
|
393
396
|
</table>
|
397
|
+
<table class="table table-sm table-bordered">
|
398
|
+
<tbody>
|
399
|
+
<tr>
|
400
|
+
<td class="col-md-4">
|
401
|
+
<a name="hasScrollToItem"></a>
|
402
|
+
<b>hasScrollToItem</b>
|
403
|
+
</td>
|
404
|
+
</tr>
|
405
|
+
<tr>
|
406
|
+
<td class="col-md-4">
|
407
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
408
|
+
|
409
|
+
</td>
|
410
|
+
</tr>
|
411
|
+
<tr>
|
412
|
+
<td class="col-md-4">
|
413
|
+
<i>Default value : </i><code>false</code>
|
414
|
+
</td>
|
415
|
+
</tr>
|
416
|
+
</tbody>
|
417
|
+
</table>
|
394
418
|
<table class="table table-sm table-bordered">
|
395
419
|
<tbody>
|
396
420
|
<tr>
|
@@ -668,7 +692,7 @@
|
|
668
692
|
<script src="../js/libs/htmlparser.js"></script>
|
669
693
|
<script src="../js/libs/deep-iterator.js"></script>
|
670
694
|
<script>
|
671
|
-
var COMPONENT_TEMPLATE = '<div><eui-menu [items]="items" [hasFilter]="hasFilter" [hasIcons]="hasIcons" [hasTooltip]="hasTooltip" [expandAllItems]="expandAllItems" [isFlat]="isFlat" [isCollapsed]="!(asService.state$ | async).isSidebarOpen && !(asService.state$ | async).isSidebarHover" (itemClick)="onMenuItemClicked($event)"></eui-menu></div>'
|
695
|
+
var COMPONENT_TEMPLATE = '<div><eui-menu [items]="items" [hasFilter]="hasFilter" [hasIcons]="hasIcons" [hasTooltip]="hasTooltip" [expandAllItems]="expandAllItems" [isFlat]="isFlat" [hasScrollToItem]="hasScrollToItem" [isCollapsed]="!(asService.state$ | async).isSidebarOpen && !(asService.state$ | async).isSidebarHover" (itemClick)="onMenuItemClicked($event)"></eui-menu></div>'
|
672
696
|
var COMPONENTS = [{'name': 'ChartComponent', 'selector': 'eui-apex-chart'},{'name': 'CollapsedBreadcrumbComponent', 'selector': 'eui-collapsed-breadcrumb'},{'name': 'EuiAlertComponent', 'selector': 'div[euiAlert], eui-alert'},{'name': 'EuiAppBreadcrumbComponent', 'selector': 'eui-app-breadcrumb'},{'name': 'EuiAppComponent', 'selector': 'eui-app'},{'name': 'EuiAppFooterComponent', 'selector': 'eui-app-footer'},{'name': 'EuiAppHeaderComponent', 'selector': 'eui-app-header'},{'name': 'EuiAppSidebarBodyComponent', 'selector': 'eui-app-sidebar-body'},{'name': 'EuiAppSidebarComponent', 'selector': 'eui-app-sidebar'},{'name': 'EuiAppSidebarDrawerComponent', 'selector': 'eui-app-sidebar-drawer'},{'name': 'EuiAppSidebarFooterComponent', 'selector': 'eui-app-sidebar-footer'},{'name': 'EuiAppSidebarHeaderComponent', 'selector': 'eui-app-sidebar-header'},{'name': 'EuiAppSidebarHeaderUserProfileComponent', 'selector': 'eui-app-sidebar-header-user-profile'},{'name': 'EuiAppSidebarMenuComponent', 'selector': 'eui-app-sidebar-menu'},{'name': 'EuiAppToolbarComponent', 'selector': 'eui-app-toolbar'},{'name': 'EuiAppTopMessageComponent', 'selector': 'eui-app-top-message'},{'name': 'EuiAutocompleteAsyncTestComponent', 'selector': 'eui-autocomplete-test-component'},{'name': 'EuiAutocompleteChipsAsyncTestComponent', 'selector': 'eui-autocomplete-test-component'},{'name': 'EuiAutocompleteChipsTestComponent', 'selector': 'eui-autocomplete-test-component'},{'name': 'EuiAutocompleteComponent', 'selector': 'eui-autocomplete, input[euiAutocomplete]'},{'name': 'EuiAutocompleteOptionComponent', 'selector': 'eui-autocomplete-option'},{'name': 'EuiAutocompleteOptionGroupComponent', 'selector': 'eui-autocomplete-option-group'},{'name': 'EuiAutocompleteTestComponent', 'selector': 'eui-autocomplete-test-component'},{'name': 'EuiAvatarBadgeComponent', 'selector': 'eui-avatar-badge'},{'name': 'EuiAvatarComponent', 'selector': 'div[euiAvatar], span[euiAvatar], eui-avatar'},{'name': 'EuiAvatarIconComponent', 'selector': 'eui-avatar-icon'},{'name': 'EuiAvatarImageComponent', 'selector': 'eui-avatar-image'},{'name': 'EuiAvatarListComponent', 'selector': 'eui-avatar-list'},{'name': 'EuiAvatarTextComponent', 'selector': 'eui-avatar-text'},{'name': 'EuiBadgeComponent', 'selector': 'div[euiBadge], span[euiBadge], eui-badge'},{'name': 'EuiBlockContentComponent', 'selector': 'eui-block-content'},{'name': 'EuiBlockDocumentComponent', 'selector': 'eui-block-document'},{'name': 'EuiBreadcrumbComponent', 'selector': 'eui-breadcrumb'},{'name': 'EuiBreadcrumbItemComponent', 'selector': 'eui-breadcrumb-item'},{'name': 'EuiButtonComponent', 'selector': 'button[euiButton], a[euiButton]'},{'name': 'EuiButtonGroupComponent', 'selector': 'eui-button-group'},{'name': 'EuiButtonsComponent', 'selector': 'eui-buttons'},{'name': 'EuiCardComponent', 'selector': 'eui-card'},{'name': 'EuiCardContentComponent', 'selector': 'eui-card-content'},{'name': 'EuiCardFooterActionButtonsComponent', 'selector': 'eui-card-footer-action-buttons'},{'name': 'EuiCardFooterActionIconsComponent', 'selector': 'eui-card-footer-action-icons'},{'name': 'EuiCardFooterComponent', 'selector': 'eui-card-footer'},{'name': 'EuiCardFooterMenuContentComponent', 'selector': 'eui-card-footer-menu-content'},{'name': 'EuiCardHeaderBodyComponent', 'selector': 'eui-card-header-body'},{'name': 'EuiCardHeaderComponent', 'selector': 'eui-card-header'},{'name': 'EuiCardHeaderLeftContentComponent', 'selector': 'eui-card-header-left-content'},{'name': 'EuiCardHeaderRightContentComponent', 'selector': 'eui-card-header-right-content'},{'name': 'EuiCardHeaderSubtitleComponent', 'selector': 'eui-card-header-subtitle'},{'name': 'EuiCardHeaderTitleComponent', 'selector': 'eui-card-header-title'},{'name': 'EuiCardMediaComponent', 'selector': 'eui-card-media'},{'name': 'EuiChipComponent', 'selector': 'eui-chip, span[euiChip], li[euiChip]'},{'name': 'EuiChipListComponent', 'selector': 'eui-chip-list, div[euiChipList], ul[euiChipList]'},{'name': 'EuiCommonHeaderComponent', 'selector': 'eui-common-header'},{'name': 'EuiDashboardButtonComponent', 'selector': 'eui-dashboard-button'},{'name': 'EuiDashboardCardComponent', 'selector': 'eui-dashboard-card'},{'name': 'EuiDatepickerComponent', 'selector': 'eui-datepicker'},{'name': 'EuiDateRangeSelectorComponent', 'selector': 'eui-date-range-selector'},{'name': 'EuiDialogComponent', 'selector': 'eui-dialog'},{'name': 'EuiDialogContainerComponent', 'selector': 'eui-dialog-container'},{'name': 'EuiDimmerComponent', 'selector': 'eui-dimmer'},{'name': 'EuiDisableContentComponent', 'selector': 'eui-disable-content'},{'name': 'EuiDiscussionThreadComponent', 'selector': 'eui-discussion-thread'},{'name': 'EuiDiscussionThreadItemComponent', 'selector': 'eui-discussion-thread-item'},{'name': 'EuiDropdownComponent', 'selector': 'eui-dropdown'},{'name': 'EuiDropdownItemComponent', 'selector': 'eui-dropdown-item, [euiDropdownItem]'},{'name': 'EuiEditorComponent', 'selector': 'eui-editor'},{'name': 'EuiEditorCountersComponent', 'selector': 'eui-editor-counters'},{'name': 'EuiEditorHtmlViewComponent', 'selector': 'eui-editor-html-view'},{'name': 'EuiEditorImageDialogComponent', 'selector': ''},{'name': 'EuiEditorJsonViewComponent', 'selector': 'eui-editor-json-view'},{'name': 'EuiExpandContentComponent', 'selector': 'eui-expand-content'},{'name': 'EuiFeedbackMessageComponent', 'selector': 'eui-feedback-message'},{'name': 'EuiFieldsetComponent', 'selector': 'eui-fieldset'},{'name': 'EuiFilePreviewComponent', 'selector': 'eui-file-preview'},{'name': 'EuiFileUploadComponent', 'selector': 'eui-file-upload'},{'name': 'EuiFileUploadProgressComponent', 'selector': 'eui-file-upload-progress'},{'name': 'EuiFooterComponent', 'selector': 'eui-footer'},{'name': 'EuiGrowlComponent', 'selector': 'eui-growl'},{'name': 'EuiHeaderAppComponent', 'selector': 'eui-header-app'},{'name': 'EuiHeaderAppNameComponent', 'selector': 'eui-header-app-name'},{'name': 'EuiHeaderAppNameLogoComponent', 'selector': 'eui-header-app-name-logo'},{'name': 'EuiHeaderAppSubtitleComponent', 'selector': 'eui-header-app-subtitle'},{'name': 'EuiHeaderComponent', 'selector': 'eui-header'},{'name': 'EuiHeaderEnvironmentComponent', 'selector': 'eui-header-environment'},{'name': 'EuiHeaderLogoComponent', 'selector': 'eui-header-logo'},{'name': 'EuiHeaderRightContentComponent', 'selector': 'eui-header-right-content'},{'name': 'EuiHeaderUserProfileComponent', 'selector': 'eui-header-user-profile'},{'name': 'EuiIconColorComponent', 'selector': 'eui-icon-colored, span[euiIconColored], [euiIconColored]'},{'name': 'EuiIconComponent', 'selector': 'div[euiIcon], span[euiIcon], i[euiIcon], eui-icon'},{'name': 'EuiIconSvgButtonComponent', 'selector': 'eui-icon-svg-button'},{'name': 'EuiIconSvgComponent', 'selector': 'eui-icon-svg, span[euiIconSvg], i[euiIconSvg]'},{'name': 'EuiIconToggleComponent', 'selector': 'eui-icon-toggle'},{'name': 'EuiInputCheckboxComponent', 'selector': 'input[euiInputCheckBox]'},{'name': 'EuiInputGroupComponent', 'selector': 'div[euiInputGroup]'},{'name': 'EuiInputNumberComponent', 'selector': 'input[euiInputNumber]'},{'name': 'EuiInputRadioComponent', 'selector': 'input[euiInputRadio]'},{'name': 'EuiInputTextComponent', 'selector': 'input[euiInputText]'},{'name': 'EuiLabelComponent', 'selector': 'label[euiLabel], span[euiLabel], div[euiLabel], a[euiLabel], eui-label,
|
673
697
|
label[euiSublabel], span[euiSublabel], div[euiSublabel], a[euiSublabel], eui-sublabel'},{'name': 'EuiLanguageSelectorComponent', 'selector': 'eui-language-selector'},{'name': 'EuiListComponent', 'selector': '[euiList], eui-list'},{'name': 'EuiListItemComponent', 'selector': '[euiListItem], eui-list-item'},{'name': 'EuiMenuComponent', 'selector': 'eui-menu'},{'name': 'EuiMenuItemComponent', 'selector': 'eui-menu-item'},{'name': 'EuiMessageBoxComponent', 'selector': 'eui-message-box'},{'name': 'EuiModalSelectorComponent', 'selector': 'eui-modal-selector'},{'name': 'EuiNotificationItemComponent', 'selector': 'eui-notification-item'},{'name': 'EuiNotificationItemV2Component', 'selector': 'eui-notification-item-v2'},{'name': 'EuiNotificationsComponent', 'selector': 'eui-notifications'},{'name': 'EuiNotificationsV2Component', 'selector': 'eui-notifications-v2'},{'name': 'EuiOverlayBodyComponent', 'selector': 'eui-overlay-body'},{'name': 'EuiOverlayComponent', 'selector': 'eui-overlay'},{'name': 'EuiOverlayFooterComponent', 'selector': 'eui-overlay-footer'},{'name': 'EuiOverlayHeaderComponent', 'selector': 'eui-overlay-header'},{'name': 'EuiOverlayHeaderTitleComponent', 'selector': 'eui-overlay-header-title'},{'name': 'EuiPageBreadcrumbComponent', 'selector': 'eui-page-breadcrumb'},{'name': 'EuiPageColumnComponent', 'selector': 'eui-page-column'},{'name': 'EuiPageColumnsComponent', 'selector': 'eui-page-columns'},{'name': 'EuiPageComponent', 'selector': 'eui-page'},{'name': 'EuiPageContentComponent', 'selector': 'eui-page-content'},{'name': 'EuiPageFooterComponent', 'selector': 'eui-page-footer'},{'name': 'EuiPageHeaderComponent', 'selector': 'eui-page-header'},{'name': 'EuiPageHeroHeaderComponent', 'selector': 'eui-page-hero-header'},{'name': 'EuiPageTopContentComponent', 'selector': 'eui-page-top-content'},{'name': 'EuiPaginatorComponent', 'selector': 'eui-paginator'},{'name': 'EuiPopoverComponent', 'selector': 'eui-popover'},{'name': 'EuiProgressBarComponent', 'selector': 'eui-progress-bar'},{'name': 'EuiProgressCircleComponent', 'selector': 'eui-progress-circle'},{'name': 'EuiResizableComponent', 'selector': 'eui-resizable'},{'name': 'EuiSearchComponent', 'selector': 'eui-search'},{'name': 'EuiSelectComponent', 'selector': 'select[euiSelect]'},{'name': 'EuiSidebarMenuComponent', 'selector': 'eui-sidebar-menu'},{'name': 'EuiSidebarToggleComponent', 'selector': 'eui-sidebar-toggle'},{'name': 'EuiSkeletonComponent', 'selector': 'eui-skeleton'},{'name': 'EuiSlideToggleComponent', 'selector': 'eui-slide-toggle'},{'name': 'EuiSlideToggleTestComponent', 'selector': 'eui-slide-toggle-test-component'},{'name': 'EuiTabComponent', 'selector': 'eui-tab'},{'name': 'EuiTabContentComponent', 'selector': 'eui-tab-content, euiTabContent'},{'name': 'EuiTabLabelComponent', 'selector': 'eui-tab-label, euiTabLabel'},{'name': 'EuiTableComponent', 'selector': 'eui-table, table[euiTable]'},{'name': 'EuiTableExpandableRowComponent', 'selector': 'tr[euiTableExpandableRow]'},{'name': 'EuiTableFilterComponent', 'selector': 'eui-table-filter'},{'name': 'EuiTableSelectableHeaderComponent', 'selector': 'tr[isSelectableHeader]'},{'name': 'EuiTableSelectableRowComponent', 'selector': 'tr[isSelectable]'},{'name': 'EuiTableSortableColComponent', 'selector': 'th[sortable]'},{'name': 'EuiTabsComponent', 'selector': 'eui-tabs'},{'name': 'EuiTextareaComponent', 'selector': 'textarea[euiTextArea]'},{'name': 'EuiTimebarComponent', 'selector': 'eui-timebar'},{'name': 'EuiTimelineComponent', 'selector': 'eui-timeline'},{'name': 'EuiTimelineItemComponent', 'selector': 'eui-timeline-item'},{'name': 'EuiTimepickerComponent', 'selector': 'eui-timepicker'},{'name': 'EuiToolbarAppComponent', 'selector': 'eui-toolbar-app'},{'name': 'EuiToolbarCenterComponent', 'selector': 'eui-toolbar-center'},{'name': 'EuiToolbarComponent', 'selector': 'eui-toolbar'},{'name': 'EuiToolbarEnvironmentComponent', 'selector': 'eui-toolbar-environment'},{'name': 'EuiToolbarItemComponent', 'selector': 'eui-toolbar-item'},{'name': 'EuiToolbarItemsComponent', 'selector': 'eui-toolbar-items'},{'name': 'EuiToolbarLogoComponent', 'selector': 'eui-toolbar-logo'},{'name': 'EuiToolbarMenuComponent', 'selector': 'eui-toolbar-menu'},{'name': 'EuiTooltipContainerComponent', 'selector': 'eui-tooltip-container.component'},{'name': 'EuiTreeComponent', 'selector': 'eui-tree'},{'name': 'EuiTreeListComponent', 'selector': 'eui-tree-list'},{'name': 'EuiTreeListItemComponent', 'selector': 'eui-tree-list-item'},{'name': 'EuiTreeListItemContentComponent', 'selector': 'eui-tree-list-item-content'},{'name': 'EuiTreeListToolbarComponent', 'selector': 'eui-tree-list-toolbar'},{'name': 'EuiUserProfileCardComponent', 'selector': 'eui-user-profile-card'},{'name': 'EuiUserProfileComponent', 'selector': 'eui-user-profile'},{'name': 'EuiUserProfileMenuComponent', 'selector': 'eui-user-profile-menu'},{'name': 'EuiUserProfileMenuItemComponent', 'selector': 'eui-user-profile-menu-item'},{'name': 'EuiWizardComponent', 'selector': 'eui-wizard'},{'name': 'EuiWizardStepComponent', 'selector': 'eui-wizard-step'},{'name': 'QuillEditorComponent', 'selector': 'quill-editor'}];
|
674
698
|
var DIRECTIVES = [{'name': 'AutoResizeDirective', 'selector': 'textarea[autoResize]'},{'name': 'BaseDirective', 'selector': '[euiBase]'},{'name': 'BaseStatesDirective', 'selector': '[euiBase]'},{'name': 'CollapsedButtonDirective', 'selector': 'collapsed-button'},{'name': 'EuiActionButtonsDirective', 'selector': 'eui-action-buttons'},{'name': 'EuiAlertTitleDirective', 'selector': 'eui-alert-title'},{'name': 'EuiAppPageWrapperDirective', 'selector': 'eui-app-page-wrapper'},{'name': 'EuiButtonsActionsContentTagDirective', 'selector': 'euiButtonsActionsContent'},{'name': 'EuiButtonsLocalMenuContentTagDirective', 'selector': 'euiButtonsLocalMenuContent'},{'name': 'EuiChipListAppendContentDirective', 'selector': 'euiChipListAppendContent'},{'name': 'EuiClearableDirective', 'selector': 'input[euiClearable]'},{'name': 'EuiDashboardButtonIconDirective', 'selector': 'eui-dashboard-button-icon'},{'name': 'EuiDashboardButtonLabelDirective', 'selector': 'eui-dashboard-button-label'},{'name': 'EuiDialogFooterDirective', 'selector': 'eui-dialog-footer'},{'name': 'EuiDialogHeaderDirective', 'selector': 'eui-dialog-header'},{'name': 'EuiDropdownContentDirective', 'selector': 'eui-dropdown-content'},{'name': 'EuiDropdownTreeDirective', 'selector': 'eui-dropdown[euiDropdownTree]'},{'name': 'EuiEditorCustomToolbarTagDirective', 'selector': 'euiEditorCustomToolbar'},{'name': 'EuiEditorMaxlengthDirective', 'selector': '[formControlName][euiEditorMaxlength]'},{'name': 'EuiFieldsetLabelExtraContentTagDirective', 'selector': 'euiFieldsetLabelExtraContent'},{'name': 'EuiFieldsetLabelRightContentTagDirective', 'selector': 'euiFieldsetLabelRightContent'},{'name': 'EuiHasPermissionDirective', 'selector': '[euiHasPermission]'},{'name': 'EuiHeaderAppNameDirective', 'selector': 'eui-header-app-name'},{'name': 'EuiHeaderAppNameLogoDirective', 'selector': 'eui-header-app-name-logo'},{'name': 'EuiHeaderAppSubtitleDirective', 'selector': 'eui-header-app-subtitle'},{'name': 'EuiInputNumberDirective', 'selector': 'input[euiInputNumber][formControl],input[euiInputNumber][formControlName],input[euiInputNumber][ngModel]'},{'name': 'EuiLetterFormatDirective', 'selector': '[euiLetterFormat]'},{'name': 'EuiLoadingDirective', 'selector': '[euiLoading]'},{'name': 'EuiMaxLengthDirective', 'selector': '
|
@@ -184,25 +184,6 @@
|
|
184
184
|
<h3 id="index">Index</h3>
|
185
185
|
<table class="table table-sm table-bordered index-table">
|
186
186
|
<tbody>
|
187
|
-
<tr>
|
188
|
-
<td class="col-md-4">
|
189
|
-
<h6><b>Properties</b></h6>
|
190
|
-
</td>
|
191
|
-
</tr>
|
192
|
-
<tr>
|
193
|
-
<td class="col-md-4">
|
194
|
-
<ul class="index-list">
|
195
|
-
<li>
|
196
|
-
<span class="modifier"></span>
|
197
|
-
<a href="#ariaLabel" >ariaLabel</a>
|
198
|
-
</li>
|
199
|
-
<li>
|
200
|
-
<span class="modifier"></span>
|
201
|
-
<a href="#role" >role</a>
|
202
|
-
</li>
|
203
|
-
</ul>
|
204
|
-
</td>
|
205
|
-
</tr>
|
206
187
|
|
207
188
|
<tr>
|
208
189
|
<td class="col-md-4">
|
@@ -230,9 +211,15 @@
|
|
230
211
|
<tr>
|
231
212
|
<td class="col-md-4">
|
232
213
|
<ul class="index-list">
|
214
|
+
<li>
|
215
|
+
<a href="#ariaLabel" >ariaLabel</a>
|
216
|
+
</li>
|
233
217
|
<li>
|
234
218
|
<a href="#isBlocked" >isBlocked</a>
|
235
219
|
</li>
|
220
|
+
<li>
|
221
|
+
<a href="#role" >role</a>
|
222
|
+
</li>
|
236
223
|
</ul>
|
237
224
|
</td>
|
238
225
|
</tr>
|
@@ -246,12 +233,6 @@
|
|
246
233
|
<tr>
|
247
234
|
<td class="col-md-4">
|
248
235
|
<ul class="index-list">
|
249
|
-
<li>
|
250
|
-
<a href="#attr.aria-label" >attr.aria-label</a>
|
251
|
-
</li>
|
252
|
-
<li>
|
253
|
-
<a href="#attr.role" >attr.role</a>
|
254
|
-
</li>
|
255
236
|
<li>
|
256
237
|
<a href="#class" >class</a>
|
257
238
|
</li>
|
@@ -340,63 +321,52 @@
|
|
340
321
|
<tbody>
|
341
322
|
<tr>
|
342
323
|
<td class="col-md-4">
|
343
|
-
<a name="
|
344
|
-
<b>
|
324
|
+
<a name="ariaLabel"></a>
|
325
|
+
<b>ariaLabel</b>
|
345
326
|
</td>
|
346
327
|
</tr>
|
347
328
|
<tr>
|
348
329
|
<td class="col-md-4">
|
349
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/
|
330
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
350
331
|
|
351
332
|
</td>
|
352
333
|
</tr>
|
353
334
|
<tr>
|
354
335
|
<td class="col-md-4">
|
355
|
-
<i>Default value : </i><code
|
336
|
+
<i>Default value : </i><code>'block content wrapper'</code>
|
356
337
|
</td>
|
357
338
|
</tr>
|
358
339
|
</tbody>
|
359
340
|
</table>
|
360
|
-
|
361
|
-
|
362
|
-
<section data-compodoc="block-properties">
|
363
|
-
<h3>HostBindings</h3> <table class="table table-sm table-bordered">
|
364
|
-
<tbody>
|
365
|
-
<tr>
|
366
|
-
<td class="col-md-4">
|
367
|
-
<a name="attr.aria-label"></a>
|
368
|
-
<span class="name">
|
369
|
-
<span ><b>attr.aria-label</b></span>
|
370
|
-
<a href="#attr.aria-label"><span class="icon ion-ios-link"></span></a>
|
371
|
-
</span>
|
372
|
-
</td>
|
373
|
-
</tr>
|
341
|
+
<table class="table table-sm table-bordered">
|
342
|
+
<tbody>
|
374
343
|
<tr>
|
375
344
|
<td class="col-md-4">
|
376
|
-
<
|
345
|
+
<a name="isBlocked"></a>
|
346
|
+
<b>isBlocked</b>
|
347
|
+
</td>
|
348
|
+
</tr>
|
349
|
+
<tr>
|
350
|
+
<td class="col-md-4">
|
351
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
377
352
|
|
378
353
|
</td>
|
379
354
|
</tr>
|
380
355
|
<tr>
|
381
356
|
<td class="col-md-4">
|
382
|
-
<i>Default value : </i><code
|
357
|
+
<i>Default value : </i><code>false</code>
|
358
|
+
</td>
|
359
|
+
</tr>
|
360
|
+
</tbody>
|
361
|
+
</table>
|
362
|
+
<table class="table table-sm table-bordered">
|
363
|
+
<tbody>
|
364
|
+
<tr>
|
365
|
+
<td class="col-md-4">
|
366
|
+
<a name="role"></a>
|
367
|
+
<b>role</b>
|
383
368
|
</td>
|
384
369
|
</tr>
|
385
|
-
|
386
|
-
|
387
|
-
</tbody>
|
388
|
-
</table>
|
389
|
-
<table class="table table-sm table-bordered">
|
390
|
-
<tbody>
|
391
|
-
<tr>
|
392
|
-
<td class="col-md-4">
|
393
|
-
<a name="attr.role"></a>
|
394
|
-
<span class="name">
|
395
|
-
<span ><b>attr.role</b></span>
|
396
|
-
<a href="#attr.role"><span class="icon ion-ios-link"></span></a>
|
397
|
-
</span>
|
398
|
-
</td>
|
399
|
-
</tr>
|
400
370
|
<tr>
|
401
371
|
<td class="col-md-4">
|
402
372
|
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
@@ -408,11 +378,12 @@
|
|
408
378
|
<i>Default value : </i><code>'region'</code>
|
409
379
|
</td>
|
410
380
|
</tr>
|
381
|
+
</tbody>
|
382
|
+
</table>
|
383
|
+
</section>
|
411
384
|
|
412
|
-
|
413
|
-
|
414
|
-
</table>
|
415
|
-
<table class="table table-sm table-bordered">
|
385
|
+
<section data-compodoc="block-properties">
|
386
|
+
<h3>HostBindings</h3> <table class="table table-sm table-bordered">
|
416
387
|
<tbody>
|
417
388
|
<tr>
|
418
389
|
<td class="col-md-4">
|
@@ -568,84 +539,6 @@
|
|
568
539
|
</tbody>
|
569
540
|
</table>
|
570
541
|
</section>
|
571
|
-
<section data-compodoc="block-properties">
|
572
|
-
|
573
|
-
<h3 id="inputs">
|
574
|
-
Properties
|
575
|
-
</h3>
|
576
|
-
<table class="table table-sm table-bordered">
|
577
|
-
<tbody>
|
578
|
-
<tr>
|
579
|
-
<td class="col-md-4">
|
580
|
-
<a name="ariaLabel"></a>
|
581
|
-
<span class="name">
|
582
|
-
<span class="modifier"></span>
|
583
|
-
<span ><b>ariaLabel</b></span>
|
584
|
-
<a href="#ariaLabel"><span class="icon ion-ios-link"></span></a>
|
585
|
-
</span>
|
586
|
-
</td>
|
587
|
-
</tr>
|
588
|
-
<tr>
|
589
|
-
<td class="col-md-4">
|
590
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
591
|
-
|
592
|
-
</td>
|
593
|
-
</tr>
|
594
|
-
<tr>
|
595
|
-
<td class="col-md-4">
|
596
|
-
<i>Default value : </i><code>'block content wrapper'</code>
|
597
|
-
</td>
|
598
|
-
</tr>
|
599
|
-
<tr>
|
600
|
-
<td class="col-md-4">
|
601
|
-
<b>Decorators : </b>
|
602
|
-
<br />
|
603
|
-
<code>
|
604
|
-
@HostBinding('attr.aria-label')<br />
|
605
|
-
</code>
|
606
|
-
</td>
|
607
|
-
</tr>
|
608
|
-
|
609
|
-
|
610
|
-
</tbody>
|
611
|
-
</table>
|
612
|
-
<table class="table table-sm table-bordered">
|
613
|
-
<tbody>
|
614
|
-
<tr>
|
615
|
-
<td class="col-md-4">
|
616
|
-
<a name="role"></a>
|
617
|
-
<span class="name">
|
618
|
-
<span class="modifier"></span>
|
619
|
-
<span ><b>role</b></span>
|
620
|
-
<a href="#role"><span class="icon ion-ios-link"></span></a>
|
621
|
-
</span>
|
622
|
-
</td>
|
623
|
-
</tr>
|
624
|
-
<tr>
|
625
|
-
<td class="col-md-4">
|
626
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
627
|
-
|
628
|
-
</td>
|
629
|
-
</tr>
|
630
|
-
<tr>
|
631
|
-
<td class="col-md-4">
|
632
|
-
<i>Default value : </i><code>'region'</code>
|
633
|
-
</td>
|
634
|
-
</tr>
|
635
|
-
<tr>
|
636
|
-
<td class="col-md-4">
|
637
|
-
<b>Decorators : </b>
|
638
|
-
<br />
|
639
|
-
<code>
|
640
|
-
@HostBinding('attr.role')<br />
|
641
|
-
</code>
|
642
|
-
</td>
|
643
|
-
</tr>
|
644
|
-
|
645
|
-
|
646
|
-
</tbody>
|
647
|
-
</table>
|
648
|
-
</section>
|
649
542
|
|
650
543
|
<section data-compodoc="block-accessors">
|
651
544
|
<h3 id="accessors">
|
@@ -1616,7 +1616,7 @@
|
|
1616
1616
|
<script src="../js/libs/htmlparser.js"></script>
|
1617
1617
|
<script src="../js/libs/deep-iterator.js"></script>
|
1618
1618
|
<script>
|
1619
|
-
var COMPONENT_TEMPLATE = '<div><ng-container *ngIf="icon && !iconUrl && !isLoading"> <ng-container *ngTemplateOutlet="default"></ng-container></ng-container><ng-container *ngIf="iconUrl"> <ng-container *ngTemplateOutlet="custom"></ng-container></ng-container><ng-container *ngIf="isLoading"> <ng-container *ngTemplateOutlet="loading"></ng-container></ng-container><ng-template #default> <svg [ngClass]="getCssClasses()" [attr.aria-hidden]="ariaHidden" [attr.aria-labelledby]="ariaLabelledby || null" [attr.role]="role || \'img\'" [attr.focusable]="focusable"> <use [attr.href]="assetsBaseUrl + \'/icons/sprites/\' + set + \'.svg#\' + iconName"></use> </svg> <ng-
|
1619
|
+
var COMPONENT_TEMPLATE = '<div><ng-container *ngIf="icon && !iconUrl && !isLoading"> <ng-container *ngTemplateOutlet="default"></ng-container></ng-container><ng-container *ngIf="iconUrl"> <ng-container *ngTemplateOutlet="custom"></ng-container></ng-container><ng-container *ngIf="isLoading"> <ng-container *ngTemplateOutlet="loading"></ng-container></ng-container><ng-template #default> <svg [ngClass]="getCssClasses()" [attr.aria-hidden]="ariaHidden" [attr.aria-labelledby]="ariaLabelledby || null" [attr.role]="role || \'img\'" [attr.focusable]="focusable"> <use [attr.href]="assetsBaseUrl + \'/icons/sprites/\' + set + \'.svg#\' + iconName"></use> </svg> <ng-container *ngTemplateOutlet="content"></ng-container></ng-template><ng-template #custom> <svg [class]="\'eui-icon-svg eui-icon-svg--size-\' + size" [attr.style]="style ? style : null" [attr.aria-hidden]="ariaHidden" [attr.aria-labelledby]="ariaLabelledby || null" [attr.role]="role || \'img\'" [attr.focusable]="focusable"> <image [attr.href]="iconUrl" [class]="\'eui-icon-svg eui-icon-svg--size-\' + size" [attr.style]="style ? style : null"></image> </svg></ng-template><ng-template #loading> <eui-icon-svg icon="eui-home" [size]="size" fillColor="transparent" class="eui-icon-svg--loading"></eui-icon-svg> <ng-container *ngTemplateOutlet="content"></ng-container></ng-template><ng-template #content> <ng-content></ng-content></ng-template></div>'
|
1620
1620
|
var COMPONENTS = [{'name': 'ChartComponent', 'selector': 'eui-apex-chart'},{'name': 'CollapsedBreadcrumbComponent', 'selector': 'eui-collapsed-breadcrumb'},{'name': 'EuiAlertComponent', 'selector': 'div[euiAlert], eui-alert'},{'name': 'EuiAppBreadcrumbComponent', 'selector': 'eui-app-breadcrumb'},{'name': 'EuiAppComponent', 'selector': 'eui-app'},{'name': 'EuiAppFooterComponent', 'selector': 'eui-app-footer'},{'name': 'EuiAppHeaderComponent', 'selector': 'eui-app-header'},{'name': 'EuiAppSidebarBodyComponent', 'selector': 'eui-app-sidebar-body'},{'name': 'EuiAppSidebarComponent', 'selector': 'eui-app-sidebar'},{'name': 'EuiAppSidebarDrawerComponent', 'selector': 'eui-app-sidebar-drawer'},{'name': 'EuiAppSidebarFooterComponent', 'selector': 'eui-app-sidebar-footer'},{'name': 'EuiAppSidebarHeaderComponent', 'selector': 'eui-app-sidebar-header'},{'name': 'EuiAppSidebarHeaderUserProfileComponent', 'selector': 'eui-app-sidebar-header-user-profile'},{'name': 'EuiAppSidebarMenuComponent', 'selector': 'eui-app-sidebar-menu'},{'name': 'EuiAppToolbarComponent', 'selector': 'eui-app-toolbar'},{'name': 'EuiAppTopMessageComponent', 'selector': 'eui-app-top-message'},{'name': 'EuiAutocompleteAsyncTestComponent', 'selector': 'eui-autocomplete-test-component'},{'name': 'EuiAutocompleteChipsAsyncTestComponent', 'selector': 'eui-autocomplete-test-component'},{'name': 'EuiAutocompleteChipsTestComponent', 'selector': 'eui-autocomplete-test-component'},{'name': 'EuiAutocompleteComponent', 'selector': 'eui-autocomplete, input[euiAutocomplete]'},{'name': 'EuiAutocompleteOptionComponent', 'selector': 'eui-autocomplete-option'},{'name': 'EuiAutocompleteOptionGroupComponent', 'selector': 'eui-autocomplete-option-group'},{'name': 'EuiAutocompleteTestComponent', 'selector': 'eui-autocomplete-test-component'},{'name': 'EuiAvatarBadgeComponent', 'selector': 'eui-avatar-badge'},{'name': 'EuiAvatarComponent', 'selector': 'div[euiAvatar], span[euiAvatar], eui-avatar'},{'name': 'EuiAvatarIconComponent', 'selector': 'eui-avatar-icon'},{'name': 'EuiAvatarImageComponent', 'selector': 'eui-avatar-image'},{'name': 'EuiAvatarListComponent', 'selector': 'eui-avatar-list'},{'name': 'EuiAvatarTextComponent', 'selector': 'eui-avatar-text'},{'name': 'EuiBadgeComponent', 'selector': 'div[euiBadge], span[euiBadge], eui-badge'},{'name': 'EuiBlockContentComponent', 'selector': 'eui-block-content'},{'name': 'EuiBlockDocumentComponent', 'selector': 'eui-block-document'},{'name': 'EuiBreadcrumbComponent', 'selector': 'eui-breadcrumb'},{'name': 'EuiBreadcrumbItemComponent', 'selector': 'eui-breadcrumb-item'},{'name': 'EuiButtonComponent', 'selector': 'button[euiButton], a[euiButton]'},{'name': 'EuiButtonGroupComponent', 'selector': 'eui-button-group'},{'name': 'EuiButtonsComponent', 'selector': 'eui-buttons'},{'name': 'EuiCardComponent', 'selector': 'eui-card'},{'name': 'EuiCardContentComponent', 'selector': 'eui-card-content'},{'name': 'EuiCardFooterActionButtonsComponent', 'selector': 'eui-card-footer-action-buttons'},{'name': 'EuiCardFooterActionIconsComponent', 'selector': 'eui-card-footer-action-icons'},{'name': 'EuiCardFooterComponent', 'selector': 'eui-card-footer'},{'name': 'EuiCardFooterMenuContentComponent', 'selector': 'eui-card-footer-menu-content'},{'name': 'EuiCardHeaderBodyComponent', 'selector': 'eui-card-header-body'},{'name': 'EuiCardHeaderComponent', 'selector': 'eui-card-header'},{'name': 'EuiCardHeaderLeftContentComponent', 'selector': 'eui-card-header-left-content'},{'name': 'EuiCardHeaderRightContentComponent', 'selector': 'eui-card-header-right-content'},{'name': 'EuiCardHeaderSubtitleComponent', 'selector': 'eui-card-header-subtitle'},{'name': 'EuiCardHeaderTitleComponent', 'selector': 'eui-card-header-title'},{'name': 'EuiCardMediaComponent', 'selector': 'eui-card-media'},{'name': 'EuiChipComponent', 'selector': 'eui-chip, span[euiChip], li[euiChip]'},{'name': 'EuiChipListComponent', 'selector': 'eui-chip-list, div[euiChipList], ul[euiChipList]'},{'name': 'EuiCommonHeaderComponent', 'selector': 'eui-common-header'},{'name': 'EuiDashboardButtonComponent', 'selector': 'eui-dashboard-button'},{'name': 'EuiDashboardCardComponent', 'selector': 'eui-dashboard-card'},{'name': 'EuiDatepickerComponent', 'selector': 'eui-datepicker'},{'name': 'EuiDateRangeSelectorComponent', 'selector': 'eui-date-range-selector'},{'name': 'EuiDialogComponent', 'selector': 'eui-dialog'},{'name': 'EuiDialogContainerComponent', 'selector': 'eui-dialog-container'},{'name': 'EuiDimmerComponent', 'selector': 'eui-dimmer'},{'name': 'EuiDisableContentComponent', 'selector': 'eui-disable-content'},{'name': 'EuiDiscussionThreadComponent', 'selector': 'eui-discussion-thread'},{'name': 'EuiDiscussionThreadItemComponent', 'selector': 'eui-discussion-thread-item'},{'name': 'EuiDropdownComponent', 'selector': 'eui-dropdown'},{'name': 'EuiDropdownItemComponent', 'selector': 'eui-dropdown-item, [euiDropdownItem]'},{'name': 'EuiEditorComponent', 'selector': 'eui-editor'},{'name': 'EuiEditorCountersComponent', 'selector': 'eui-editor-counters'},{'name': 'EuiEditorHtmlViewComponent', 'selector': 'eui-editor-html-view'},{'name': 'EuiEditorImageDialogComponent', 'selector': ''},{'name': 'EuiEditorJsonViewComponent', 'selector': 'eui-editor-json-view'},{'name': 'EuiExpandContentComponent', 'selector': 'eui-expand-content'},{'name': 'EuiFeedbackMessageComponent', 'selector': 'eui-feedback-message'},{'name': 'EuiFieldsetComponent', 'selector': 'eui-fieldset'},{'name': 'EuiFilePreviewComponent', 'selector': 'eui-file-preview'},{'name': 'EuiFileUploadComponent', 'selector': 'eui-file-upload'},{'name': 'EuiFileUploadProgressComponent', 'selector': 'eui-file-upload-progress'},{'name': 'EuiFooterComponent', 'selector': 'eui-footer'},{'name': 'EuiGrowlComponent', 'selector': 'eui-growl'},{'name': 'EuiHeaderAppComponent', 'selector': 'eui-header-app'},{'name': 'EuiHeaderAppNameComponent', 'selector': 'eui-header-app-name'},{'name': 'EuiHeaderAppNameLogoComponent', 'selector': 'eui-header-app-name-logo'},{'name': 'EuiHeaderAppSubtitleComponent', 'selector': 'eui-header-app-subtitle'},{'name': 'EuiHeaderComponent', 'selector': 'eui-header'},{'name': 'EuiHeaderEnvironmentComponent', 'selector': 'eui-header-environment'},{'name': 'EuiHeaderLogoComponent', 'selector': 'eui-header-logo'},{'name': 'EuiHeaderRightContentComponent', 'selector': 'eui-header-right-content'},{'name': 'EuiHeaderUserProfileComponent', 'selector': 'eui-header-user-profile'},{'name': 'EuiIconColorComponent', 'selector': 'eui-icon-colored, span[euiIconColored], [euiIconColored]'},{'name': 'EuiIconComponent', 'selector': 'div[euiIcon], span[euiIcon], i[euiIcon], eui-icon'},{'name': 'EuiIconSvgButtonComponent', 'selector': 'eui-icon-svg-button'},{'name': 'EuiIconSvgComponent', 'selector': 'eui-icon-svg, span[euiIconSvg], i[euiIconSvg]'},{'name': 'EuiIconToggleComponent', 'selector': 'eui-icon-toggle'},{'name': 'EuiInputCheckboxComponent', 'selector': 'input[euiInputCheckBox]'},{'name': 'EuiInputGroupComponent', 'selector': 'div[euiInputGroup]'},{'name': 'EuiInputNumberComponent', 'selector': 'input[euiInputNumber]'},{'name': 'EuiInputRadioComponent', 'selector': 'input[euiInputRadio]'},{'name': 'EuiInputTextComponent', 'selector': 'input[euiInputText]'},{'name': 'EuiLabelComponent', 'selector': 'label[euiLabel], span[euiLabel], div[euiLabel], a[euiLabel], eui-label,
|
1621
1621
|
label[euiSublabel], span[euiSublabel], div[euiSublabel], a[euiSublabel], eui-sublabel'},{'name': 'EuiLanguageSelectorComponent', 'selector': 'eui-language-selector'},{'name': 'EuiListComponent', 'selector': '[euiList], eui-list'},{'name': 'EuiListItemComponent', 'selector': '[euiListItem], eui-list-item'},{'name': 'EuiMenuComponent', 'selector': 'eui-menu'},{'name': 'EuiMenuItemComponent', 'selector': 'eui-menu-item'},{'name': 'EuiMessageBoxComponent', 'selector': 'eui-message-box'},{'name': 'EuiModalSelectorComponent', 'selector': 'eui-modal-selector'},{'name': 'EuiNotificationItemComponent', 'selector': 'eui-notification-item'},{'name': 'EuiNotificationItemV2Component', 'selector': 'eui-notification-item-v2'},{'name': 'EuiNotificationsComponent', 'selector': 'eui-notifications'},{'name': 'EuiNotificationsV2Component', 'selector': 'eui-notifications-v2'},{'name': 'EuiOverlayBodyComponent', 'selector': 'eui-overlay-body'},{'name': 'EuiOverlayComponent', 'selector': 'eui-overlay'},{'name': 'EuiOverlayFooterComponent', 'selector': 'eui-overlay-footer'},{'name': 'EuiOverlayHeaderComponent', 'selector': 'eui-overlay-header'},{'name': 'EuiOverlayHeaderTitleComponent', 'selector': 'eui-overlay-header-title'},{'name': 'EuiPageBreadcrumbComponent', 'selector': 'eui-page-breadcrumb'},{'name': 'EuiPageColumnComponent', 'selector': 'eui-page-column'},{'name': 'EuiPageColumnsComponent', 'selector': 'eui-page-columns'},{'name': 'EuiPageComponent', 'selector': 'eui-page'},{'name': 'EuiPageContentComponent', 'selector': 'eui-page-content'},{'name': 'EuiPageFooterComponent', 'selector': 'eui-page-footer'},{'name': 'EuiPageHeaderComponent', 'selector': 'eui-page-header'},{'name': 'EuiPageHeroHeaderComponent', 'selector': 'eui-page-hero-header'},{'name': 'EuiPageTopContentComponent', 'selector': 'eui-page-top-content'},{'name': 'EuiPaginatorComponent', 'selector': 'eui-paginator'},{'name': 'EuiPopoverComponent', 'selector': 'eui-popover'},{'name': 'EuiProgressBarComponent', 'selector': 'eui-progress-bar'},{'name': 'EuiProgressCircleComponent', 'selector': 'eui-progress-circle'},{'name': 'EuiResizableComponent', 'selector': 'eui-resizable'},{'name': 'EuiSearchComponent', 'selector': 'eui-search'},{'name': 'EuiSelectComponent', 'selector': 'select[euiSelect]'},{'name': 'EuiSidebarMenuComponent', 'selector': 'eui-sidebar-menu'},{'name': 'EuiSidebarToggleComponent', 'selector': 'eui-sidebar-toggle'},{'name': 'EuiSkeletonComponent', 'selector': 'eui-skeleton'},{'name': 'EuiSlideToggleComponent', 'selector': 'eui-slide-toggle'},{'name': 'EuiSlideToggleTestComponent', 'selector': 'eui-slide-toggle-test-component'},{'name': 'EuiTabComponent', 'selector': 'eui-tab'},{'name': 'EuiTabContentComponent', 'selector': 'eui-tab-content, euiTabContent'},{'name': 'EuiTabLabelComponent', 'selector': 'eui-tab-label, euiTabLabel'},{'name': 'EuiTableComponent', 'selector': 'eui-table, table[euiTable]'},{'name': 'EuiTableExpandableRowComponent', 'selector': 'tr[euiTableExpandableRow]'},{'name': 'EuiTableFilterComponent', 'selector': 'eui-table-filter'},{'name': 'EuiTableSelectableHeaderComponent', 'selector': 'tr[isSelectableHeader]'},{'name': 'EuiTableSelectableRowComponent', 'selector': 'tr[isSelectable]'},{'name': 'EuiTableSortableColComponent', 'selector': 'th[sortable]'},{'name': 'EuiTabsComponent', 'selector': 'eui-tabs'},{'name': 'EuiTextareaComponent', 'selector': 'textarea[euiTextArea]'},{'name': 'EuiTimebarComponent', 'selector': 'eui-timebar'},{'name': 'EuiTimelineComponent', 'selector': 'eui-timeline'},{'name': 'EuiTimelineItemComponent', 'selector': 'eui-timeline-item'},{'name': 'EuiTimepickerComponent', 'selector': 'eui-timepicker'},{'name': 'EuiToolbarAppComponent', 'selector': 'eui-toolbar-app'},{'name': 'EuiToolbarCenterComponent', 'selector': 'eui-toolbar-center'},{'name': 'EuiToolbarComponent', 'selector': 'eui-toolbar'},{'name': 'EuiToolbarEnvironmentComponent', 'selector': 'eui-toolbar-environment'},{'name': 'EuiToolbarItemComponent', 'selector': 'eui-toolbar-item'},{'name': 'EuiToolbarItemsComponent', 'selector': 'eui-toolbar-items'},{'name': 'EuiToolbarLogoComponent', 'selector': 'eui-toolbar-logo'},{'name': 'EuiToolbarMenuComponent', 'selector': 'eui-toolbar-menu'},{'name': 'EuiTooltipContainerComponent', 'selector': 'eui-tooltip-container.component'},{'name': 'EuiTreeComponent', 'selector': 'eui-tree'},{'name': 'EuiTreeListComponent', 'selector': 'eui-tree-list'},{'name': 'EuiTreeListItemComponent', 'selector': 'eui-tree-list-item'},{'name': 'EuiTreeListItemContentComponent', 'selector': 'eui-tree-list-item-content'},{'name': 'EuiTreeListToolbarComponent', 'selector': 'eui-tree-list-toolbar'},{'name': 'EuiUserProfileCardComponent', 'selector': 'eui-user-profile-card'},{'name': 'EuiUserProfileComponent', 'selector': 'eui-user-profile'},{'name': 'EuiUserProfileMenuComponent', 'selector': 'eui-user-profile-menu'},{'name': 'EuiUserProfileMenuItemComponent', 'selector': 'eui-user-profile-menu-item'},{'name': 'EuiWizardComponent', 'selector': 'eui-wizard'},{'name': 'EuiWizardStepComponent', 'selector': 'eui-wizard-step'},{'name': 'QuillEditorComponent', 'selector': 'quill-editor'}];
|
1622
1622
|
var DIRECTIVES = [{'name': 'AutoResizeDirective', 'selector': 'textarea[autoResize]'},{'name': 'BaseDirective', 'selector': '[euiBase]'},{'name': 'BaseStatesDirective', 'selector': '[euiBase]'},{'name': 'CollapsedButtonDirective', 'selector': 'collapsed-button'},{'name': 'EuiActionButtonsDirective', 'selector': 'eui-action-buttons'},{'name': 'EuiAlertTitleDirective', 'selector': 'eui-alert-title'},{'name': 'EuiAppPageWrapperDirective', 'selector': 'eui-app-page-wrapper'},{'name': 'EuiButtonsActionsContentTagDirective', 'selector': 'euiButtonsActionsContent'},{'name': 'EuiButtonsLocalMenuContentTagDirective', 'selector': 'euiButtonsLocalMenuContent'},{'name': 'EuiChipListAppendContentDirective', 'selector': 'euiChipListAppendContent'},{'name': 'EuiClearableDirective', 'selector': 'input[euiClearable]'},{'name': 'EuiDashboardButtonIconDirective', 'selector': 'eui-dashboard-button-icon'},{'name': 'EuiDashboardButtonLabelDirective', 'selector': 'eui-dashboard-button-label'},{'name': 'EuiDialogFooterDirective', 'selector': 'eui-dialog-footer'},{'name': 'EuiDialogHeaderDirective', 'selector': 'eui-dialog-header'},{'name': 'EuiDropdownContentDirective', 'selector': 'eui-dropdown-content'},{'name': 'EuiDropdownTreeDirective', 'selector': 'eui-dropdown[euiDropdownTree]'},{'name': 'EuiEditorCustomToolbarTagDirective', 'selector': 'euiEditorCustomToolbar'},{'name': 'EuiEditorMaxlengthDirective', 'selector': '[formControlName][euiEditorMaxlength]'},{'name': 'EuiFieldsetLabelExtraContentTagDirective', 'selector': 'euiFieldsetLabelExtraContent'},{'name': 'EuiFieldsetLabelRightContentTagDirective', 'selector': 'euiFieldsetLabelRightContent'},{'name': 'EuiHasPermissionDirective', 'selector': '[euiHasPermission]'},{'name': 'EuiHeaderAppNameDirective', 'selector': 'eui-header-app-name'},{'name': 'EuiHeaderAppNameLogoDirective', 'selector': 'eui-header-app-name-logo'},{'name': 'EuiHeaderAppSubtitleDirective', 'selector': 'eui-header-app-subtitle'},{'name': 'EuiInputNumberDirective', 'selector': 'input[euiInputNumber][formControl],input[euiInputNumber][formControlName],input[euiInputNumber][ngModel]'},{'name': 'EuiLetterFormatDirective', 'selector': '[euiLetterFormat]'},{'name': 'EuiLoadingDirective', 'selector': '[euiLoading]'},{'name': 'EuiMaxLengthDirective', 'selector': '
|
@@ -124,6 +124,7 @@
|
|
124
124
|
<p class="comment">
|
125
125
|
<code>OnInit</code>
|
126
126
|
<code>OnChanges</code>
|
127
|
+
<code>OnDestroy</code>
|
127
128
|
</p>
|
128
129
|
|
129
130
|
|
@@ -262,6 +263,9 @@
|
|
262
263
|
<li>
|
263
264
|
<a href="#hasIcons" >hasIcons</a>
|
264
265
|
</li>
|
266
|
+
<li>
|
267
|
+
<a href="#hasScrollToItem" >hasScrollToItem</a>
|
268
|
+
</li>
|
265
269
|
<li>
|
266
270
|
<a href="#hasTooltip" >hasTooltip</a>
|
267
271
|
</li>
|
@@ -512,6 +516,27 @@
|
|
512
516
|
</tr>
|
513
517
|
</tbody>
|
514
518
|
</table>
|
519
|
+
<table class="table table-sm table-bordered">
|
520
|
+
<tbody>
|
521
|
+
<tr>
|
522
|
+
<td class="col-md-4">
|
523
|
+
<a name="hasScrollToItem"></a>
|
524
|
+
<b>hasScrollToItem</b>
|
525
|
+
</td>
|
526
|
+
</tr>
|
527
|
+
<tr>
|
528
|
+
<td class="col-md-4">
|
529
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
530
|
+
|
531
|
+
</td>
|
532
|
+
</tr>
|
533
|
+
<tr>
|
534
|
+
<td class="col-md-4">
|
535
|
+
<i>Default value : </i><code>false</code>
|
536
|
+
</td>
|
537
|
+
</tr>
|
538
|
+
</tbody>
|
539
|
+
</table>
|
515
540
|
<table class="table table-sm table-bordered">
|
516
541
|
<tbody>
|
517
542
|
<tr>
|
@@ -686,7 +711,7 @@
|
|
686
711
|
</tr>
|
687
712
|
<tr>
|
688
713
|
<td class="col-md-4">
|
689
|
-
<code>click(event:
|
714
|
+
<code>click(event: Event)</code>
|
690
715
|
</td>
|
691
716
|
</tr>
|
692
717
|
|
@@ -905,7 +930,7 @@
|
|
905
930
|
<tr>
|
906
931
|
<td class="col-md-4">
|
907
932
|
<span class="modifier-icon icon ion-ios-reset"></span>
|
908
|
-
<code>onMenuFilterClick(event:
|
933
|
+
<code>onMenuFilterClick(event: MouseEvent)</code>
|
909
934
|
</td>
|
910
935
|
</tr>
|
911
936
|
|
@@ -930,7 +955,7 @@
|
|
930
955
|
<tr>
|
931
956
|
<td>event</td>
|
932
957
|
<td>
|
933
|
-
<code>
|
958
|
+
<code>MouseEvent</code>
|
934
959
|
</td>
|
935
960
|
|
936
961
|
<td>
|
@@ -968,7 +993,7 @@
|
|
968
993
|
<tr>
|
969
994
|
<td class="col-md-4">
|
970
995
|
<span class="modifier-icon icon ion-ios-reset"></span>
|
971
|
-
<code>stopPropagation(event:
|
996
|
+
<code>stopPropagation(event: Event)</code>
|
972
997
|
</td>
|
973
998
|
</tr>
|
974
999
|
|
@@ -1000,7 +1025,7 @@
|
|
1000
1025
|
<tr>
|
1001
1026
|
<td>event</td>
|
1002
1027
|
<td>
|
1003
|
-
<code>
|
1028
|
+
<code>Event</code>
|
1004
1029
|
</td>
|
1005
1030
|
|
1006
1031
|
<td>
|
@@ -1152,7 +1152,7 @@
|
|
1152
1152
|
<script src="../js/libs/htmlparser.js"></script>
|
1153
1153
|
<script src="../js/libs/deep-iterator.js"></script>
|
1154
1154
|
<script>
|
1155
|
-
var COMPONENT_TEMPLATE = '<div><li *ngIf="isLabelItem && item.visible && item.filtered" role="none" class="eui-menu-item eui-menu-item__category" [attr.data-e2e]="item.e2eAttr" [class.eui-menu-item--disabled]="item.disabled" [attr.aria-disabled]="item.disabled" [euiTooltip]="menuItemTooltip" position="after"> <ng-template *ngTemplateOutlet="itemIconContent" [ngTemplateOutletContext]="{ $implicit: item }"></ng-template> <span class="eui-menu-item__category-label"> <span class="eui-menu-item__label">{{ item.label }}</span> </span></li><li *ngIf="isUrlItem && item.visible && item.filtered" role="none" [attr.data-e2e]="item.e2eAttr" class="eui-menu-item" [class.eui-menu-item--expanded]="item.expanded"> <a (click)="onClick($event)" [tabindex]="item.disabled ? \'-1\' : \'0\'" [routerLink]="item.url ? item.url : null" class="eui-menu-item__link" [class.eui-menu-item--disabled]="item.disabled" [attr.aria-haspopup]="item?.children?.length > 0" [attr.aria-disabled]="item.disabled" [routerLinkActive]="item.url ? \'eui-menu-item__link--active\' : \'\'" [class.eui-menu-item__link--active]="item.active" [euiTooltip]="menuItemTooltip" position="after"> <ng-template *ngTemplateOutlet="linkContent" [ngTemplateOutletContext]="{ $implicit: item }"></ng-template> </a> <ng-template *ngTemplateOutlet="content"></ng-template></li><li *ngIf="isLinkItem && item.visible && item.filtered" role="none" [attr.data-e2e]="item.e2eAttr" class="eui-menu-item" [class.eui-menu-item--expanded]="item.expanded"> <a (click)="onClick($event)" [tabindex]="item.disabled ? \'-1\' : \'0\'" class="eui-menu-item__link" [class.eui-menu-item--disabled]="item.disabled" [attr.aria-haspopup]="item?.children?.length > 0" [attr.aria-disabled]="item.disabled" [class.eui-menu-item__link--active]="item.active" href="javascript:void(0)" [euiTooltip]="menuItemTooltip" position="after"> <ng-template *ngTemplateOutlet="linkContent" [ngTemplateOutletContext]="{ $implicit: item }"></ng-template> </a> <ng-template *ngTemplateOutlet="content"></ng-template></li><ng-template #linkContent> <ng-template *ngTemplateOutlet="itemIconContent" [ngTemplateOutletContext]="{ $implicit: item }"></ng-template> <eui-icon-svg *ngIf="item.hasMarker" class="eui-menu-item__link-marker eui-menu-item__link-marker--default" fillColor="{{ item?.markerTypeClass }}-100" icon="eui-ellipse" size="xs" [attr.aria-label]="item.markerTypeClass + \' \' + \'marker\'"> </eui-icon-svg> <span class="eui-menu-item__link-label" [class.eui-menu-item--disabled]="item.disabled" [attr.aria-disabled]="item.disabled"> <span class="eui-menu-item__label">{{ item.label }}</span> <eui-icon-svg *ngIf="item.urlExternal && item.urlExternalTarget === \'_blank\'" class="eui-menu-item__label-external" icon="eui-ecl-external" size="xs"> </eui-icon-svg> </span> <div class="eui-menu-item__link-right-content"> <eui-chip *ngIf="item.tagLabel" euiSizeXS euiOutline styleClass="eui-menu-item__link-tag-label eui-chip--{{ item.tagTypeClass }}"> <span euiLabel class="eui-label">{{ item.tagLabel }}</span> </eui-chip> <button *ngIf="item.actionIcon" euiButton euiRounded euiIconButton euiSizeS euiBasicButton type="button" class="eui-menu-item__link-action-icon eui-button--secondary" [euiDisabled]="item.disabled" [attr.aria-label]="item.actionIcon?.label" (click)="onActionIconClick($event)"> <eui-icon-svg [icon]="item.actionIcon?.icon" [fillColor]="item.actionIcon?.color"></eui-icon-svg> </button> <button *ngIf="item.children?.length > 0" euiButton euiRounded euiIconButton euiSizeS euiBasicButton euiSecondary type="button" [euiDisabled]="item.disabled" class="eui-menu-item__link-toggle" [attr.aria-label]="item.expanded ? expandMenuLabel : collapseMenuLabel" (click)="onExpandToggle($event)"> <eui-icon-svg *ngIf="item.expanded" icon="eui-chevron-up"></eui-icon-svg> <eui-icon-svg *ngIf="!item.expanded" icon="eui-chevron-down"></eui-icon-svg> </button> </div></ng-template><ng-template #content> <ng-content></ng-content></ng-template><ng-template #itemIconContent> <eui-icon-svg *ngIf="hasIcon && item.iconSvgName; else svgNoIconDefault" icon="{{ item.iconSvgName }}" fillColor="{{ item.iconTypeClass }}" size="s"> </eui-icon-svg> <ng-template #svgNoIconDefault> <eui-icon-svg *ngIf="isCollapsed && !item.hasMarker && !item.iconClass" class="eui-menu-item__link-icon--default" icon="ellipse" set="sharp" size="
|
1155
|
+
var COMPONENT_TEMPLATE = '<div><li *ngIf="isLabelItem && item.visible && item.filtered" role="none" id="{{item.id}}" class="eui-menu-item eui-menu-item__category" [attr.data-e2e]="item.e2eAttr" [class.eui-menu-item--disabled]="item.disabled" [attr.aria-disabled]="item.disabled" [euiTooltip]="menuItemTooltip" position="after"> <ng-template *ngTemplateOutlet="itemIconContent" [ngTemplateOutletContext]="{ $implicit: item }"></ng-template> <span class="eui-menu-item__category-label"> <span class="eui-menu-item__label">{{ item.label }}</span> </span></li><li *ngIf="isUrlItem && item.visible && item.filtered" role="none" id="{{item.id}}" [attr.data-e2e]="item.e2eAttr" class="eui-menu-item" [class.eui-menu-item--expanded]="item.expanded"> <a (click)="onClick($event)" [tabindex]="item.disabled ? \'-1\' : \'0\'" [routerLink]="item.url ? item.url : null" class="eui-menu-item__link" [class.eui-menu-item--disabled]="item.disabled" [attr.aria-haspopup]="item?.children?.length > 0" [attr.aria-disabled]="item.disabled" [routerLinkActive]="item.url ? \'eui-menu-item__link--active\' : \'\'" [class.eui-menu-item__link--active]="item.active" [euiTooltip]="menuItemTooltip" position="after"> <ng-template *ngTemplateOutlet="linkContent" [ngTemplateOutletContext]="{ $implicit: item }"></ng-template> </a> <ng-template *ngTemplateOutlet="content"></ng-template></li><li *ngIf="isLinkItem && item.visible && item.filtered" role="none" id="{{item.id}}" [attr.data-e2e]="item.e2eAttr" class="eui-menu-item" [class.eui-menu-item--expanded]="item.expanded"> <a (click)="onClick($event)" [tabindex]="item.disabled ? \'-1\' : \'0\'" class="eui-menu-item__link" [class.eui-menu-item--disabled]="item.disabled" [attr.aria-haspopup]="item?.children?.length > 0" [attr.aria-disabled]="item.disabled" [class.eui-menu-item__link--active]="item.active" href="javascript:void(0)" [euiTooltip]="menuItemTooltip" position="after"> <ng-template *ngTemplateOutlet="linkContent" [ngTemplateOutletContext]="{ $implicit: item }"></ng-template> </a> <ng-template *ngTemplateOutlet="content"></ng-template></li><ng-template #linkContent> <ng-template *ngTemplateOutlet="itemIconContent" [ngTemplateOutletContext]="{ $implicit: item }"></ng-template> <eui-icon-svg *ngIf="item.hasMarker" class="eui-menu-item__link-marker eui-menu-item__link-marker--default" fillColor="{{ item?.markerTypeClass }}-100" icon="eui-ellipse" size="xs" [attr.aria-label]="item.markerTypeClass + \' \' + \'marker\'"> </eui-icon-svg> <span class="eui-menu-item__link-label" [class.eui-menu-item--disabled]="item.disabled" [attr.aria-disabled]="item.disabled"> <span class="eui-menu-item__label">{{ item.label }}</span> <eui-icon-svg *ngIf="item.urlExternal && item.urlExternalTarget === \'_blank\'" class="eui-menu-item__label-external" icon="eui-ecl-external" size="xs"> </eui-icon-svg> </span> <div class="eui-menu-item__link-right-content"> <eui-chip *ngIf="item.tagLabel" euiSizeXS euiOutline styleClass="eui-menu-item__link-tag-label eui-chip--{{ item.tagTypeClass }}"> <span euiLabel class="eui-label">{{ item.tagLabel }}</span> </eui-chip> <button *ngIf="item.actionIcon" euiButton euiRounded euiIconButton euiSizeS euiBasicButton type="button" class="eui-menu-item__link-action-icon eui-button--secondary" [euiDisabled]="item.disabled" [attr.aria-label]="item.actionIcon?.label" (click)="onActionIconClick($event)"> <eui-icon-svg [icon]="item.actionIcon?.icon" [fillColor]="item.actionIcon?.color"></eui-icon-svg> </button> <button *ngIf="item.children?.length > 0" euiButton euiRounded euiIconButton euiSizeS euiBasicButton euiSecondary type="button" [euiDisabled]="item.disabled" class="eui-menu-item__link-toggle" [attr.aria-label]="item.expanded ? expandMenuLabel : collapseMenuLabel" (click)="onExpandToggle($event)"> <eui-icon-svg *ngIf="item.expanded" icon="eui-chevron-up"></eui-icon-svg> <eui-icon-svg *ngIf="!item.expanded" icon="eui-chevron-down"></eui-icon-svg> </button> </div></ng-template><ng-template #content> <ng-content></ng-content></ng-template><ng-template #itemIconContent> <eui-icon-svg *ngIf="hasIcon && item.iconSvgName; else svgNoIconDefault" icon="{{ item.iconSvgName }}" fillColor="{{ item.iconTypeClass }}" size="s"> </eui-icon-svg> <ng-template #svgNoIconDefault> <eui-icon-svg *ngIf="isCollapsed && !item.hasMarker && !item.iconClass" class="eui-menu-item__link-icon--default" icon="ellipse" set="sharp" size="2xs" [attr.aria-label]="item.iconLabel"> </eui-icon-svg> </ng-template> <span class="eui-menu-item__link-icon eui-icon" [ngClass]=" hasIcon && item.iconClass ? item.iconClass : isCollapsed && !item.hasMarker && !item.iconSvgName ? \'eui-menu-item__link-icon--none\' : \'\' " [attr.aria-label]="item.iconLabel"> </span></ng-template></div>'
|
1156
1156
|
var COMPONENTS = [{'name': 'ChartComponent', 'selector': 'eui-apex-chart'},{'name': 'CollapsedBreadcrumbComponent', 'selector': 'eui-collapsed-breadcrumb'},{'name': 'EuiAlertComponent', 'selector': 'div[euiAlert], eui-alert'},{'name': 'EuiAppBreadcrumbComponent', 'selector': 'eui-app-breadcrumb'},{'name': 'EuiAppComponent', 'selector': 'eui-app'},{'name': 'EuiAppFooterComponent', 'selector': 'eui-app-footer'},{'name': 'EuiAppHeaderComponent', 'selector': 'eui-app-header'},{'name': 'EuiAppSidebarBodyComponent', 'selector': 'eui-app-sidebar-body'},{'name': 'EuiAppSidebarComponent', 'selector': 'eui-app-sidebar'},{'name': 'EuiAppSidebarDrawerComponent', 'selector': 'eui-app-sidebar-drawer'},{'name': 'EuiAppSidebarFooterComponent', 'selector': 'eui-app-sidebar-footer'},{'name': 'EuiAppSidebarHeaderComponent', 'selector': 'eui-app-sidebar-header'},{'name': 'EuiAppSidebarHeaderUserProfileComponent', 'selector': 'eui-app-sidebar-header-user-profile'},{'name': 'EuiAppSidebarMenuComponent', 'selector': 'eui-app-sidebar-menu'},{'name': 'EuiAppToolbarComponent', 'selector': 'eui-app-toolbar'},{'name': 'EuiAppTopMessageComponent', 'selector': 'eui-app-top-message'},{'name': 'EuiAutocompleteAsyncTestComponent', 'selector': 'eui-autocomplete-test-component'},{'name': 'EuiAutocompleteChipsAsyncTestComponent', 'selector': 'eui-autocomplete-test-component'},{'name': 'EuiAutocompleteChipsTestComponent', 'selector': 'eui-autocomplete-test-component'},{'name': 'EuiAutocompleteComponent', 'selector': 'eui-autocomplete, input[euiAutocomplete]'},{'name': 'EuiAutocompleteOptionComponent', 'selector': 'eui-autocomplete-option'},{'name': 'EuiAutocompleteOptionGroupComponent', 'selector': 'eui-autocomplete-option-group'},{'name': 'EuiAutocompleteTestComponent', 'selector': 'eui-autocomplete-test-component'},{'name': 'EuiAvatarBadgeComponent', 'selector': 'eui-avatar-badge'},{'name': 'EuiAvatarComponent', 'selector': 'div[euiAvatar], span[euiAvatar], eui-avatar'},{'name': 'EuiAvatarIconComponent', 'selector': 'eui-avatar-icon'},{'name': 'EuiAvatarImageComponent', 'selector': 'eui-avatar-image'},{'name': 'EuiAvatarListComponent', 'selector': 'eui-avatar-list'},{'name': 'EuiAvatarTextComponent', 'selector': 'eui-avatar-text'},{'name': 'EuiBadgeComponent', 'selector': 'div[euiBadge], span[euiBadge], eui-badge'},{'name': 'EuiBlockContentComponent', 'selector': 'eui-block-content'},{'name': 'EuiBlockDocumentComponent', 'selector': 'eui-block-document'},{'name': 'EuiBreadcrumbComponent', 'selector': 'eui-breadcrumb'},{'name': 'EuiBreadcrumbItemComponent', 'selector': 'eui-breadcrumb-item'},{'name': 'EuiButtonComponent', 'selector': 'button[euiButton], a[euiButton]'},{'name': 'EuiButtonGroupComponent', 'selector': 'eui-button-group'},{'name': 'EuiButtonsComponent', 'selector': 'eui-buttons'},{'name': 'EuiCardComponent', 'selector': 'eui-card'},{'name': 'EuiCardContentComponent', 'selector': 'eui-card-content'},{'name': 'EuiCardFooterActionButtonsComponent', 'selector': 'eui-card-footer-action-buttons'},{'name': 'EuiCardFooterActionIconsComponent', 'selector': 'eui-card-footer-action-icons'},{'name': 'EuiCardFooterComponent', 'selector': 'eui-card-footer'},{'name': 'EuiCardFooterMenuContentComponent', 'selector': 'eui-card-footer-menu-content'},{'name': 'EuiCardHeaderBodyComponent', 'selector': 'eui-card-header-body'},{'name': 'EuiCardHeaderComponent', 'selector': 'eui-card-header'},{'name': 'EuiCardHeaderLeftContentComponent', 'selector': 'eui-card-header-left-content'},{'name': 'EuiCardHeaderRightContentComponent', 'selector': 'eui-card-header-right-content'},{'name': 'EuiCardHeaderSubtitleComponent', 'selector': 'eui-card-header-subtitle'},{'name': 'EuiCardHeaderTitleComponent', 'selector': 'eui-card-header-title'},{'name': 'EuiCardMediaComponent', 'selector': 'eui-card-media'},{'name': 'EuiChipComponent', 'selector': 'eui-chip, span[euiChip], li[euiChip]'},{'name': 'EuiChipListComponent', 'selector': 'eui-chip-list, div[euiChipList], ul[euiChipList]'},{'name': 'EuiCommonHeaderComponent', 'selector': 'eui-common-header'},{'name': 'EuiDashboardButtonComponent', 'selector': 'eui-dashboard-button'},{'name': 'EuiDashboardCardComponent', 'selector': 'eui-dashboard-card'},{'name': 'EuiDatepickerComponent', 'selector': 'eui-datepicker'},{'name': 'EuiDateRangeSelectorComponent', 'selector': 'eui-date-range-selector'},{'name': 'EuiDialogComponent', 'selector': 'eui-dialog'},{'name': 'EuiDialogContainerComponent', 'selector': 'eui-dialog-container'},{'name': 'EuiDimmerComponent', 'selector': 'eui-dimmer'},{'name': 'EuiDisableContentComponent', 'selector': 'eui-disable-content'},{'name': 'EuiDiscussionThreadComponent', 'selector': 'eui-discussion-thread'},{'name': 'EuiDiscussionThreadItemComponent', 'selector': 'eui-discussion-thread-item'},{'name': 'EuiDropdownComponent', 'selector': 'eui-dropdown'},{'name': 'EuiDropdownItemComponent', 'selector': 'eui-dropdown-item, [euiDropdownItem]'},{'name': 'EuiEditorComponent', 'selector': 'eui-editor'},{'name': 'EuiEditorCountersComponent', 'selector': 'eui-editor-counters'},{'name': 'EuiEditorHtmlViewComponent', 'selector': 'eui-editor-html-view'},{'name': 'EuiEditorImageDialogComponent', 'selector': ''},{'name': 'EuiEditorJsonViewComponent', 'selector': 'eui-editor-json-view'},{'name': 'EuiExpandContentComponent', 'selector': 'eui-expand-content'},{'name': 'EuiFeedbackMessageComponent', 'selector': 'eui-feedback-message'},{'name': 'EuiFieldsetComponent', 'selector': 'eui-fieldset'},{'name': 'EuiFilePreviewComponent', 'selector': 'eui-file-preview'},{'name': 'EuiFileUploadComponent', 'selector': 'eui-file-upload'},{'name': 'EuiFileUploadProgressComponent', 'selector': 'eui-file-upload-progress'},{'name': 'EuiFooterComponent', 'selector': 'eui-footer'},{'name': 'EuiGrowlComponent', 'selector': 'eui-growl'},{'name': 'EuiHeaderAppComponent', 'selector': 'eui-header-app'},{'name': 'EuiHeaderAppNameComponent', 'selector': 'eui-header-app-name'},{'name': 'EuiHeaderAppNameLogoComponent', 'selector': 'eui-header-app-name-logo'},{'name': 'EuiHeaderAppSubtitleComponent', 'selector': 'eui-header-app-subtitle'},{'name': 'EuiHeaderComponent', 'selector': 'eui-header'},{'name': 'EuiHeaderEnvironmentComponent', 'selector': 'eui-header-environment'},{'name': 'EuiHeaderLogoComponent', 'selector': 'eui-header-logo'},{'name': 'EuiHeaderRightContentComponent', 'selector': 'eui-header-right-content'},{'name': 'EuiHeaderUserProfileComponent', 'selector': 'eui-header-user-profile'},{'name': 'EuiIconColorComponent', 'selector': 'eui-icon-colored, span[euiIconColored], [euiIconColored]'},{'name': 'EuiIconComponent', 'selector': 'div[euiIcon], span[euiIcon], i[euiIcon], eui-icon'},{'name': 'EuiIconSvgButtonComponent', 'selector': 'eui-icon-svg-button'},{'name': 'EuiIconSvgComponent', 'selector': 'eui-icon-svg, span[euiIconSvg], i[euiIconSvg]'},{'name': 'EuiIconToggleComponent', 'selector': 'eui-icon-toggle'},{'name': 'EuiInputCheckboxComponent', 'selector': 'input[euiInputCheckBox]'},{'name': 'EuiInputGroupComponent', 'selector': 'div[euiInputGroup]'},{'name': 'EuiInputNumberComponent', 'selector': 'input[euiInputNumber]'},{'name': 'EuiInputRadioComponent', 'selector': 'input[euiInputRadio]'},{'name': 'EuiInputTextComponent', 'selector': 'input[euiInputText]'},{'name': 'EuiLabelComponent', 'selector': 'label[euiLabel], span[euiLabel], div[euiLabel], a[euiLabel], eui-label,
|
1157
1157
|
label[euiSublabel], span[euiSublabel], div[euiSublabel], a[euiSublabel], eui-sublabel'},{'name': 'EuiLanguageSelectorComponent', 'selector': 'eui-language-selector'},{'name': 'EuiListComponent', 'selector': '[euiList], eui-list'},{'name': 'EuiListItemComponent', 'selector': '[euiListItem], eui-list-item'},{'name': 'EuiMenuComponent', 'selector': 'eui-menu'},{'name': 'EuiMenuItemComponent', 'selector': 'eui-menu-item'},{'name': 'EuiMessageBoxComponent', 'selector': 'eui-message-box'},{'name': 'EuiModalSelectorComponent', 'selector': 'eui-modal-selector'},{'name': 'EuiNotificationItemComponent', 'selector': 'eui-notification-item'},{'name': 'EuiNotificationItemV2Component', 'selector': 'eui-notification-item-v2'},{'name': 'EuiNotificationsComponent', 'selector': 'eui-notifications'},{'name': 'EuiNotificationsV2Component', 'selector': 'eui-notifications-v2'},{'name': 'EuiOverlayBodyComponent', 'selector': 'eui-overlay-body'},{'name': 'EuiOverlayComponent', 'selector': 'eui-overlay'},{'name': 'EuiOverlayFooterComponent', 'selector': 'eui-overlay-footer'},{'name': 'EuiOverlayHeaderComponent', 'selector': 'eui-overlay-header'},{'name': 'EuiOverlayHeaderTitleComponent', 'selector': 'eui-overlay-header-title'},{'name': 'EuiPageBreadcrumbComponent', 'selector': 'eui-page-breadcrumb'},{'name': 'EuiPageColumnComponent', 'selector': 'eui-page-column'},{'name': 'EuiPageColumnsComponent', 'selector': 'eui-page-columns'},{'name': 'EuiPageComponent', 'selector': 'eui-page'},{'name': 'EuiPageContentComponent', 'selector': 'eui-page-content'},{'name': 'EuiPageFooterComponent', 'selector': 'eui-page-footer'},{'name': 'EuiPageHeaderComponent', 'selector': 'eui-page-header'},{'name': 'EuiPageHeroHeaderComponent', 'selector': 'eui-page-hero-header'},{'name': 'EuiPageTopContentComponent', 'selector': 'eui-page-top-content'},{'name': 'EuiPaginatorComponent', 'selector': 'eui-paginator'},{'name': 'EuiPopoverComponent', 'selector': 'eui-popover'},{'name': 'EuiProgressBarComponent', 'selector': 'eui-progress-bar'},{'name': 'EuiProgressCircleComponent', 'selector': 'eui-progress-circle'},{'name': 'EuiResizableComponent', 'selector': 'eui-resizable'},{'name': 'EuiSearchComponent', 'selector': 'eui-search'},{'name': 'EuiSelectComponent', 'selector': 'select[euiSelect]'},{'name': 'EuiSidebarMenuComponent', 'selector': 'eui-sidebar-menu'},{'name': 'EuiSidebarToggleComponent', 'selector': 'eui-sidebar-toggle'},{'name': 'EuiSkeletonComponent', 'selector': 'eui-skeleton'},{'name': 'EuiSlideToggleComponent', 'selector': 'eui-slide-toggle'},{'name': 'EuiSlideToggleTestComponent', 'selector': 'eui-slide-toggle-test-component'},{'name': 'EuiTabComponent', 'selector': 'eui-tab'},{'name': 'EuiTabContentComponent', 'selector': 'eui-tab-content, euiTabContent'},{'name': 'EuiTabLabelComponent', 'selector': 'eui-tab-label, euiTabLabel'},{'name': 'EuiTableComponent', 'selector': 'eui-table, table[euiTable]'},{'name': 'EuiTableExpandableRowComponent', 'selector': 'tr[euiTableExpandableRow]'},{'name': 'EuiTableFilterComponent', 'selector': 'eui-table-filter'},{'name': 'EuiTableSelectableHeaderComponent', 'selector': 'tr[isSelectableHeader]'},{'name': 'EuiTableSelectableRowComponent', 'selector': 'tr[isSelectable]'},{'name': 'EuiTableSortableColComponent', 'selector': 'th[sortable]'},{'name': 'EuiTabsComponent', 'selector': 'eui-tabs'},{'name': 'EuiTextareaComponent', 'selector': 'textarea[euiTextArea]'},{'name': 'EuiTimebarComponent', 'selector': 'eui-timebar'},{'name': 'EuiTimelineComponent', 'selector': 'eui-timeline'},{'name': 'EuiTimelineItemComponent', 'selector': 'eui-timeline-item'},{'name': 'EuiTimepickerComponent', 'selector': 'eui-timepicker'},{'name': 'EuiToolbarAppComponent', 'selector': 'eui-toolbar-app'},{'name': 'EuiToolbarCenterComponent', 'selector': 'eui-toolbar-center'},{'name': 'EuiToolbarComponent', 'selector': 'eui-toolbar'},{'name': 'EuiToolbarEnvironmentComponent', 'selector': 'eui-toolbar-environment'},{'name': 'EuiToolbarItemComponent', 'selector': 'eui-toolbar-item'},{'name': 'EuiToolbarItemsComponent', 'selector': 'eui-toolbar-items'},{'name': 'EuiToolbarLogoComponent', 'selector': 'eui-toolbar-logo'},{'name': 'EuiToolbarMenuComponent', 'selector': 'eui-toolbar-menu'},{'name': 'EuiTooltipContainerComponent', 'selector': 'eui-tooltip-container.component'},{'name': 'EuiTreeComponent', 'selector': 'eui-tree'},{'name': 'EuiTreeListComponent', 'selector': 'eui-tree-list'},{'name': 'EuiTreeListItemComponent', 'selector': 'eui-tree-list-item'},{'name': 'EuiTreeListItemContentComponent', 'selector': 'eui-tree-list-item-content'},{'name': 'EuiTreeListToolbarComponent', 'selector': 'eui-tree-list-toolbar'},{'name': 'EuiUserProfileCardComponent', 'selector': 'eui-user-profile-card'},{'name': 'EuiUserProfileComponent', 'selector': 'eui-user-profile'},{'name': 'EuiUserProfileMenuComponent', 'selector': 'eui-user-profile-menu'},{'name': 'EuiUserProfileMenuItemComponent', 'selector': 'eui-user-profile-menu-item'},{'name': 'EuiWizardComponent', 'selector': 'eui-wizard'},{'name': 'EuiWizardStepComponent', 'selector': 'eui-wizard-step'},{'name': 'QuillEditorComponent', 'selector': 'quill-editor'}];
|
1158
1158
|
var DIRECTIVES = [{'name': 'AutoResizeDirective', 'selector': 'textarea[autoResize]'},{'name': 'BaseDirective', 'selector': '[euiBase]'},{'name': 'BaseStatesDirective', 'selector': '[euiBase]'},{'name': 'CollapsedButtonDirective', 'selector': 'collapsed-button'},{'name': 'EuiActionButtonsDirective', 'selector': 'eui-action-buttons'},{'name': 'EuiAlertTitleDirective', 'selector': 'eui-alert-title'},{'name': 'EuiAppPageWrapperDirective', 'selector': 'eui-app-page-wrapper'},{'name': 'EuiButtonsActionsContentTagDirective', 'selector': 'euiButtonsActionsContent'},{'name': 'EuiButtonsLocalMenuContentTagDirective', 'selector': 'euiButtonsLocalMenuContent'},{'name': 'EuiChipListAppendContentDirective', 'selector': 'euiChipListAppendContent'},{'name': 'EuiClearableDirective', 'selector': 'input[euiClearable]'},{'name': 'EuiDashboardButtonIconDirective', 'selector': 'eui-dashboard-button-icon'},{'name': 'EuiDashboardButtonLabelDirective', 'selector': 'eui-dashboard-button-label'},{'name': 'EuiDialogFooterDirective', 'selector': 'eui-dialog-footer'},{'name': 'EuiDialogHeaderDirective', 'selector': 'eui-dialog-header'},{'name': 'EuiDropdownContentDirective', 'selector': 'eui-dropdown-content'},{'name': 'EuiDropdownTreeDirective', 'selector': 'eui-dropdown[euiDropdownTree]'},{'name': 'EuiEditorCustomToolbarTagDirective', 'selector': 'euiEditorCustomToolbar'},{'name': 'EuiEditorMaxlengthDirective', 'selector': '[formControlName][euiEditorMaxlength]'},{'name': 'EuiFieldsetLabelExtraContentTagDirective', 'selector': 'euiFieldsetLabelExtraContent'},{'name': 'EuiFieldsetLabelRightContentTagDirective', 'selector': 'euiFieldsetLabelRightContent'},{'name': 'EuiHasPermissionDirective', 'selector': '[euiHasPermission]'},{'name': 'EuiHeaderAppNameDirective', 'selector': 'eui-header-app-name'},{'name': 'EuiHeaderAppNameLogoDirective', 'selector': 'eui-header-app-name-logo'},{'name': 'EuiHeaderAppSubtitleDirective', 'selector': 'eui-header-app-subtitle'},{'name': 'EuiInputNumberDirective', 'selector': 'input[euiInputNumber][formControl],input[euiInputNumber][formControlName],input[euiInputNumber][ngModel]'},{'name': 'EuiLetterFormatDirective', 'selector': '[euiLetterFormat]'},{'name': 'EuiLoadingDirective', 'selector': '[euiLoading]'},{'name': 'EuiMaxLengthDirective', 'selector': '
|
package/docs/dependencies.html
CHANGED
@@ -309,9 +309,9 @@
|
|
309
309
|
<li>
|
310
310
|
<b>@stackblitz/sdk</b> : 1.9.0</li>
|
311
311
|
<li>
|
312
|
-
<b>@eui/styles-base</b> : 17.0.1-snapshot-
|
312
|
+
<b>@eui/styles-base</b> : 17.0.1-snapshot-1700836396201</li>
|
313
313
|
<li>
|
314
|
-
<b>@eui/ecl</b> : 17.0.1-snapshot-
|
314
|
+
<b>@eui/ecl</b> : 17.0.1-snapshot-1700836396201</li>
|
315
315
|
<li>
|
316
316
|
<b>@eui/tools</b> : ^6.0.0</li>
|
317
317
|
</ul>
|