@eui/components 17.2.3-snapshot-1709086959608 → 17.2.3-snapshot-1709173195183

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.
Files changed (54) hide show
  1. package/docs/components/EuiChipComponent.html +24 -69
  2. package/docs/components/EuiMenuItemComponent.html +1 -1
  3. package/docs/components/EuiPageColumnComponent.html +49 -1
  4. package/docs/components/EuiToolbarComponent.html +36 -1
  5. package/docs/components/EuiToolbarMenuComponent.html +1 -1
  6. package/docs/dependencies.html +2 -2
  7. package/docs/js/menu-wc.js +161 -182
  8. package/docs/js/menu-wc_es5.js +1 -1
  9. package/docs/js/search/search_index.js +2 -2
  10. package/docs/miscellaneous/variables.html +12 -12
  11. package/docs/modules/EuiAlertModule.html +4 -28
  12. package/docs/modules/EuiAppSidebarModule.html +4 -28
  13. package/docs/modules/EuiAppToolbarModule.html +4 -28
  14. package/docs/modules/EuiAvatarModule.html +4 -28
  15. package/docs/modules/EuiChartsModule.html +4 -28
  16. package/docs/modules/EuiHeaderModule.html +4 -28
  17. package/docs/modules/EuiPageModule.html +4 -28
  18. package/docs/modules/EuiSidebarMenuModule.html +4 -28
  19. package/docs/modules/EuiSkeletonModule.html +4 -28
  20. package/docs/modules/EuiToolbarModule.html +4 -28
  21. package/docs/modules/EuiUserProfileModule.html +4 -28
  22. package/esm2022/eui-chip/eui-chip.component.mjs +4 -2
  23. package/esm2022/eui-chip-list/eui-chip-list.component.mjs +1 -1
  24. package/esm2022/eui-menu/eui-menu-item.component.mjs +3 -3
  25. package/esm2022/eui-menu/eui-menu.component.mjs +2 -2
  26. package/esm2022/eui-page/components/eui-page-column/eui-page-column.component.mjs +9 -3
  27. package/esm2022/eui-tree/eui-tree.component.mjs +1 -1
  28. package/esm2022/layout/eui-app/eui-app-sidebar/sidebar.component.mjs +2 -2
  29. package/esm2022/layout/eui-app/eui-app-top-message/top-message.component.mjs +2 -2
  30. package/esm2022/layout/eui-language-selector/language-selector.component.mjs +2 -2
  31. package/esm2022/layout/eui-language-selector/modal-selector/modal-selector.component.mjs +2 -2
  32. package/esm2022/layout/eui-notifications/eui-notifications.component.mjs +2 -2
  33. package/esm2022/layout/eui-toolbar/toolbar-menu/toolbar-menu.component.mjs +3 -3
  34. package/esm2022/layout/eui-toolbar/toolbar.component.mjs +7 -3
  35. package/esm2022/layout/eui-user-profile/user-profile.component.mjs +2 -2
  36. package/eui-chip/eui-chip.component.d.ts +1 -1
  37. package/eui-chip/eui-chip.component.d.ts.map +1 -1
  38. package/eui-page/components/eui-page-column/eui-page-column.component.d.ts +3 -1
  39. package/eui-page/components/eui-page-column/eui-page-column.component.d.ts.map +1 -1
  40. package/fesm2022/eui-components-eui-chip-list.mjs +1 -1
  41. package/fesm2022/eui-components-eui-chip-list.mjs.map +1 -1
  42. package/fesm2022/eui-components-eui-chip.mjs +3 -1
  43. package/fesm2022/eui-components-eui-chip.mjs.map +1 -1
  44. package/fesm2022/eui-components-eui-menu.mjs +4 -4
  45. package/fesm2022/eui-components-eui-menu.mjs.map +1 -1
  46. package/fesm2022/eui-components-eui-page.mjs +8 -2
  47. package/fesm2022/eui-components-eui-page.mjs.map +1 -1
  48. package/fesm2022/eui-components-eui-tree.mjs +1 -1
  49. package/fesm2022/eui-components-eui-tree.mjs.map +1 -1
  50. package/fesm2022/eui-components-layout.mjs +140 -137
  51. package/fesm2022/eui-components-layout.mjs.map +1 -1
  52. package/layout/eui-toolbar/toolbar.component.d.ts +3 -1
  53. package/layout/eui-toolbar/toolbar.component.d.ts.map +1 -1
  54. package/package.json +7 -7
@@ -198,10 +198,6 @@
198
198
  <tr>
199
199
  <td class="col-md-4">
200
200
  <ul class="index-list">
201
- <li>
202
- <span class="modifier"></span>
203
- <a href="#ariaLabel" >ariaLabel</a>
204
- </li>
205
201
  <li>
206
202
  <span class="modifier"></span>
207
203
  <a href="#chipLabel" >chipLabel</a>
@@ -245,6 +241,9 @@
245
241
  <tr>
246
242
  <td class="col-md-4">
247
243
  <ul class="index-list">
244
+ <li>
245
+ <a href="#ariaLabel" >ariaLabel</a>
246
+ </li>
248
247
  <li>
249
248
  <a href="#data" >data</a>
250
249
  </li>
@@ -377,9 +376,6 @@
377
376
  <tr>
378
377
  <td class="col-md-4">
379
378
  <ul class="index-list">
380
- <li>
381
- <a href="#attr.aria-label" >attr.aria-label</a>
382
- </li>
383
379
  <li>
384
380
  <a href="#attr.role" >attr.role</a>
385
381
  </li>
@@ -458,6 +454,27 @@
458
454
 
459
455
  <section data-compodoc="block-inputs">
460
456
  <h3 id="inputs">Inputs</h3>
457
+ <table class="table table-sm table-bordered">
458
+ <tbody>
459
+ <tr>
460
+ <td class="col-md-4">
461
+ <a name="ariaLabel"></a>
462
+ <b>ariaLabel</b>
463
+ </td>
464
+ </tr>
465
+ <tr>
466
+ <td class="col-md-4">
467
+ <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
468
+
469
+ </td>
470
+ </tr>
471
+ <tr>
472
+ <td class="col-md-4">
473
+ <i>Default value : </i><code>&#x27;Chip content&#x27;</code>
474
+ </td>
475
+ </tr>
476
+ </tbody>
477
+ </table>
461
478
  <table class="table table-sm table-bordered">
462
479
  <tbody>
463
480
  <tr>
@@ -1067,32 +1084,6 @@
1067
1084
  </section>
1068
1085
  <section data-compodoc="block-properties">
1069
1086
  <h3>HostBindings</h3> <table class="table table-sm table-bordered">
1070
- <tbody>
1071
- <tr>
1072
- <td class="col-md-4">
1073
- <a name="attr.aria-label"></a>
1074
- <span class="name">
1075
- <span ><b>attr.aria-label</b></span>
1076
- <a href="#attr.aria-label"><span class="icon ion-ios-link"></span></a>
1077
- </span>
1078
- </td>
1079
- </tr>
1080
- <tr>
1081
- <td class="col-md-4">
1082
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
1083
-
1084
- </td>
1085
- </tr>
1086
- <tr>
1087
- <td class="col-md-4">
1088
- <i>Default value : </i><code>&#x27;Chip content&#x27;</code>
1089
- </td>
1090
- </tr>
1091
-
1092
-
1093
- </tbody>
1094
- </table>
1095
- <table class="table table-sm table-bordered">
1096
1087
  <tbody>
1097
1088
  <tr>
1098
1089
  <td class="col-md-4">
@@ -1298,42 +1289,6 @@
1298
1289
  <h3 id="inputs">
1299
1290
  Properties
1300
1291
  </h3>
1301
- <table class="table table-sm table-bordered">
1302
- <tbody>
1303
- <tr>
1304
- <td class="col-md-4">
1305
- <a name="ariaLabel"></a>
1306
- <span class="name">
1307
- <span class="modifier"></span>
1308
- <span ><b>ariaLabel</b></span>
1309
- <a href="#ariaLabel"><span class="icon ion-ios-link"></span></a>
1310
- </span>
1311
- </td>
1312
- </tr>
1313
- <tr>
1314
- <td class="col-md-4">
1315
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
1316
-
1317
- </td>
1318
- </tr>
1319
- <tr>
1320
- <td class="col-md-4">
1321
- <i>Default value : </i><code>&#x27;Chip content&#x27;</code>
1322
- </td>
1323
- </tr>
1324
- <tr>
1325
- <td class="col-md-4">
1326
- <b>Decorators : </b>
1327
- <br />
1328
- <code>
1329
- @HostBinding(&#x27;attr.aria-label&#x27;)<br />
1330
- </code>
1331
- </td>
1332
- </tr>
1333
-
1334
-
1335
- </tbody>
1336
- </table>
1337
1292
  <table class="table table-sm table-bordered">
1338
1293
  <tbody>
1339
1294
  <tr>
@@ -1200,7 +1200,7 @@
1200
1200
  <script src="../js/libs/htmlparser.js"></script>
1201
1201
  <script src="../js/libs/deep-iterator.js"></script>
1202
1202
  <script>
1203
- 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> @if (!isCollapsed) { <eui-icon-svg *ngIf="hasIcon && item.iconSvgName && !item.iconClass" class="eui-menu-item__link-icon" icon="{{ item.iconSvgName }}" fillColor="{{ item.iconTypeClass }}" size="s"> </eui-icon-svg> <span *ngIf="hasIcon && item.iconClass && !item.iconSvgName" [attr.aria-label]="item.iconLabel" class="eui-menu-item__link-icon eui-icon {{item.iconClass}}"> </span> } @else { @if (hasCollapsedInitials) { <span *ngIf="!item.hasMarker" class="eui-menu-item__link-initials eui-u-bg-color-{{item.iconTypeClass}}"> {{ item.initials }} </span> } @else { <eui-icon-svg *ngIf="hasIcon && item.iconSvgName" icon="{{ item.iconSvgName }}" fillColor="{{ item.iconTypeClass }}" size="s"> </eui-icon-svg> <span *ngIf="hasIcon && item.iconClass && !item.iconSvgName" [attr.aria-label]="item.iconLabel" class="eui-menu-item__link-icon eui-icon {{item.iconClass}}"> </span> <eui-icon-svg *ngIf="!hasIcon && !item.hasMarker" class="eui-menu-item__link-icon--default" icon="ellipse" set="sharp" size="2xs" [attr.aria-label]="item.iconLabel"> </eui-icon-svg> } }</ng-template></div>'
1203
+ 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 }}" [ariaLabel]="item.tagLabel"> <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> @if (!isCollapsed) { <eui-icon-svg *ngIf="hasIcon && item.iconSvgName && !item.iconClass" class="eui-menu-item__link-icon" icon="{{ item.iconSvgName }}" fillColor="{{ item.iconTypeClass }}" size="s"> </eui-icon-svg> <span *ngIf="hasIcon && item.iconClass && !item.iconSvgName" [attr.aria-label]="item.iconLabel" class="eui-menu-item__link-icon eui-icon {{item.iconClass}}"> </span> } @else { @if (hasCollapsedInitials) { <span *ngIf="!item.hasMarker" class="eui-menu-item__link-initials eui-u-bg-color-{{item.iconTypeClass}}"> {{ item.initials }} </span> } @else { <eui-icon-svg *ngIf="hasIcon && item.iconSvgName" icon="{{ item.iconSvgName }}" fillColor="{{ item.iconTypeClass }}" size="s"> </eui-icon-svg> <span *ngIf="hasIcon && item.iconClass && !item.iconSvgName" [attr.aria-label]="item.iconLabel" class="eui-menu-item__link-icon eui-icon {{item.iconClass}}"> </span> <eui-icon-svg *ngIf="!hasIcon && !item.hasMarker" class="eui-menu-item__link-icon--default" icon="ellipse" set="sharp" size="2xs" [attr.aria-label]="item.iconLabel"> </eui-icon-svg> } }</ng-template></div>'
1204
1204
  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,
1205
1205
  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'}];
1206
1206
  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': '
@@ -268,6 +268,12 @@
268
268
  <li>
269
269
  <a href="#autocloseContainerWidth" >autocloseContainerWidth</a>
270
270
  </li>
271
+ <li>
272
+ <a href="#collapseAriaLabel" >collapseAriaLabel</a>
273
+ </li>
274
+ <li>
275
+ <a href="#expandAriaLabel" >expandAriaLabel</a>
276
+ </li>
271
277
  <li>
272
278
  <a href="#hasHeaderBodyShrinkable" >hasHeaderBodyShrinkable</a>
273
279
  </li>
@@ -536,6 +542,48 @@
536
542
  </tr>
537
543
  </tbody>
538
544
  </table>
545
+ <table class="table table-sm table-bordered">
546
+ <tbody>
547
+ <tr>
548
+ <td class="col-md-4">
549
+ <a name="collapseAriaLabel"></a>
550
+ <b>collapseAriaLabel</b>
551
+ </td>
552
+ </tr>
553
+ <tr>
554
+ <td class="col-md-4">
555
+ <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
556
+
557
+ </td>
558
+ </tr>
559
+ <tr>
560
+ <td class="col-md-4">
561
+ <i>Default value : </i><code>&#x27;Collapse&#x27;</code>
562
+ </td>
563
+ </tr>
564
+ </tbody>
565
+ </table>
566
+ <table class="table table-sm table-bordered">
567
+ <tbody>
568
+ <tr>
569
+ <td class="col-md-4">
570
+ <a name="expandAriaLabel"></a>
571
+ <b>expandAriaLabel</b>
572
+ </td>
573
+ </tr>
574
+ <tr>
575
+ <td class="col-md-4">
576
+ <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
577
+
578
+ </td>
579
+ </tr>
580
+ <tr>
581
+ <td class="col-md-4">
582
+ <i>Default value : </i><code>&#x27;Expand&#x27;</code>
583
+ </td>
584
+ </tr>
585
+ </tbody>
586
+ </table>
539
587
  <table class="table table-sm table-bordered">
540
588
  <tbody>
541
589
  <tr>
@@ -1809,7 +1857,7 @@
1809
1857
  <script src="../js/libs/htmlparser.js"></script>
1810
1858
  <script src="../js/libs/deep-iterator.js"></script>
1811
1859
  <script>
1812
- var COMPONENT_TEMPLATE = '<div><div *ngIf="label || subLabel || customHeaderLeftContent || customHeaderRightContent || isCollapsible" class="eui-page-column__header" [class.eui-page-column__header--with-icons]="isCollapsedWithIcons"> <div *ngIf="!customHeaderLeftContent" class="eui-page-column__header-left-content"> <div *ngIf="label" class="eui-page-column__header-left-content-label"> <ng-content *ngIf="customHeaderCollapsedContent" select="eui-page-column-header-collapsed-content"></ng-content> <ng-container *ngIf="!isCollapsedWithIcons"> {{ label }} </ng-container> </div> <div *ngIf="subLabel" class="eui-page-column__header-left-content-sub-label"> {{ subLabel }} </div> </div> <div *ngIf="customHeaderLeftContent" class="eui-page-column__header-left-content"> <ng-content select="eui-page-column-header-left-content"></ng-content> </div> <div class="eui-page-column__header-right-content"> <span *ngIf="customHeaderRightContent" class="eui-page-column__header-right-content-body"> <ng-content select="eui-page-column-header-right-content"></ng-content> </span> <button *ngIf="isCollapsible" euiButton euiBasicButton euiSecondary euiRounded euiIconButton euiSizeS type="button" (click)="onToggle()" [attr.aria-label]="isCollapsed ? \'Expand\' : \'Collapse\'" class="eui-page-column__header-toggle"> @if (isCollapsed) { @if ((asService.state$ | async).breakpoints.isMobile) { <eui-icon-svg icon="eui-chevron-down"></eui-icon-svg> } @else { <eui-icon-svg icon="eui-chevron-forward"></eui-icon-svg> } } @else { @if ((asService.state$ | async).breakpoints.isMobile) { <eui-icon-svg icon="eui-chevron-up"></eui-icon-svg> } @else { <eui-icon-svg icon="eui-chevron-back"></eui-icon-svg> } } </button> </div></div><!-- On new line to not interfere with expand/collapse & custom right content --><div *ngIf="customHeaderBodyContent" class="eui-page-column__header-left-content-body" [class.eui-page-column__header-left-content-body--shrinked]="isHeaderBodyShrinked"> <ng-content select="eui-page-column-header-body"></ng-content></div><div class="eui-page-column__body" cdkScrollable tabindex="0" [class.eui-page-column--collapsed-with-icons]="isCollapsedWithIcons" (scroll)="hasHeaderBodyShrinkable ? onBodyScoll($event) : null"> <ng-content select="eui-page-column-body"></ng-content></div><div *ngIf="customFooterContent" class="eui-page-column__footer" [class.eui-page-column__footer--highlighted]="isHighlighted"> <ng-content select="eui-page-column-footer"></ng-content></div></div>'
1860
+ var COMPONENT_TEMPLATE = '<div><div *ngIf="label || subLabel || customHeaderLeftContent || customHeaderRightContent || isCollapsible" class="eui-page-column__header" [class.eui-page-column__header--with-icons]="isCollapsedWithIcons"> <div *ngIf="!customHeaderLeftContent" class="eui-page-column__header-left-content"> <div *ngIf="label" class="eui-page-column__header-left-content-label"> <ng-content *ngIf="customHeaderCollapsedContent" select="eui-page-column-header-collapsed-content"></ng-content> <ng-container *ngIf="!isCollapsedWithIcons"> {{ label }} </ng-container> </div> <div *ngIf="subLabel" class="eui-page-column__header-left-content-sub-label"> {{ subLabel }} </div> </div> <div *ngIf="customHeaderLeftContent" class="eui-page-column__header-left-content"> <ng-content select="eui-page-column-header-left-content"></ng-content> </div> <div class="eui-page-column__header-right-content"> <span *ngIf="customHeaderRightContent" class="eui-page-column__header-right-content-body"> <ng-content select="eui-page-column-header-right-content"></ng-content> </span> <button *ngIf="isCollapsible" euiButton euiBasicButton euiSecondary euiRounded euiIconButton euiSizeS type="button" (click)="onToggle()" [attr.aria-label]="isCollapsed ? expandAriaLabel : collapseAriaLabel" class="eui-page-column__header-toggle"> @if (isCollapsed) { @if ((asService.state$ | async).breakpoints.isMobile) { <eui-icon-svg icon="eui-chevron-down"></eui-icon-svg> } @else { <eui-icon-svg icon="eui-chevron-forward"></eui-icon-svg> } } @else { @if ((asService.state$ | async).breakpoints.isMobile) { <eui-icon-svg icon="eui-chevron-up"></eui-icon-svg> } @else { <eui-icon-svg icon="eui-chevron-back"></eui-icon-svg> } } </button> </div></div><!-- On new line to not interfere with expand/collapse & custom right content --><div *ngIf="customHeaderBodyContent" class="eui-page-column__header-left-content-body" [class.eui-page-column__header-left-content-body--shrinked]="isHeaderBodyShrinked"> <ng-content select="eui-page-column-header-body"></ng-content></div><div class="eui-page-column__body" cdkScrollable tabindex="0" [class.eui-page-column--collapsed-with-icons]="isCollapsedWithIcons" (scroll)="hasHeaderBodyShrinkable ? onBodyScoll($event) : null"> <ng-content select="eui-page-column-body"></ng-content></div><div *ngIf="customFooterContent" class="eui-page-column__footer" [class.eui-page-column__footer--highlighted]="isHighlighted"> <ng-content select="eui-page-column-footer"></ng-content></div></div>'
1813
1861
  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,
1814
1862
  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'}];
1815
1863
  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': '
@@ -190,6 +190,10 @@
190
190
  <span class="modifier"></span>
191
191
  <a href="#hasLanguageSelector" >hasLanguageSelector</a>
192
192
  </li>
193
+ <li>
194
+ <span class="modifier"></span>
195
+ <a href="#hasMenu" >hasMenu</a>
196
+ </li>
193
197
  <li>
194
198
  <span class="modifier"></span>
195
199
  <a href="#string" >string</a>
@@ -354,6 +358,37 @@
354
358
  </tr>
355
359
 
356
360
 
361
+ </tbody>
362
+ </table>
363
+ <table class="table table-sm table-bordered">
364
+ <tbody>
365
+ <tr>
366
+ <td class="col-md-4">
367
+ <a name="hasMenu"></a>
368
+ <span class="name">
369
+ <span class="modifier"></span>
370
+ <span ><b>hasMenu</b></span>
371
+ <a href="#hasMenu"><span class="icon ion-ios-link"></span></a>
372
+ </span>
373
+ </td>
374
+ </tr>
375
+ <tr>
376
+ <td class="col-md-4">
377
+ <i>Type : </i> <code><a href="../components/EuiToolbarMenuComponent.html" target="_self" >EuiToolbarMenuComponent</a></code>
378
+
379
+ </td>
380
+ </tr>
381
+ <tr>
382
+ <td class="col-md-4">
383
+ <b>Decorators : </b>
384
+ <br />
385
+ <code>
386
+ @ContentChild(undefined)<br />
387
+ </code>
388
+ </td>
389
+ </tr>
390
+
391
+
357
392
  </tbody>
358
393
  </table>
359
394
  <table class="table table-sm table-bordered">
@@ -408,7 +443,7 @@
408
443
  <script src="../js/libs/htmlparser.js"></script>
409
444
  <script src="../js/libs/deep-iterator.js"></script>
410
445
  <script>
411
- var COMPONENT_TEMPLATE = '<div><ng-container *ngIf="(asService.state$ | async).hasHeader && (asService.breakpoints$ | async).isMobile; else elseBlock"> <div class="eui-toolbar__left"> <eui-toolbar-logo *ngIf="(asService.state$ | async).hasHeaderLogo"></eui-toolbar-logo> <eui-toolbar-environment *ngIf="(asService.state$ | async).hasHeaderEnvironment"> {{ (asService.state$ | async).environmentValue }} </eui-toolbar-environment> <eui-toolbar-app *ngIf="(asService.state$ | async).appName" appName="{{ (asService.state$ | async).appName }}"></eui-toolbar-app> </div> <ng-container *ngTemplateOutlet="toolbarCenter"></ng-container> <ng-container *ngTemplateOutlet="toolbarItems"></ng-container> <ng-container *ngTemplateOutlet="toolbarLanguageSelector"></ng-container></ng-container><ng-template #elseBlock> <ng-container *ngIf="(asService.state$ | async).hasHeader; else elseBlockToolbarContent"> <div class="eui-toolbar__left"> <ng-content select="eui-toolbar-menu"></ng-content> </div> <ng-container *ngTemplateOutlet="toolbarItems"></ng-container> </ng-container> <ng-template #elseBlockToolbarContent> <div class="eui-toolbar__left"> <ng-content select="eui-toolbar-logo"></ng-content> <ng-content select="eui-toolbar-app"></ng-content> <ng-content select="eui-toolbar-environment"></ng-content> </div> <!-- <div class="eui-toolbar__center"> --> <ng-container *ngTemplateOutlet="toolbarCenter"></ng-container> <!-- </div> --> <div class="eui-toolbar__right"> <ng-container *ngTemplateOutlet="toolbarItems"></ng-container> </div> </ng-template> <ng-container *ngTemplateOutlet="toolbarLanguageSelector"></ng-container></ng-template><ng-template #toolbarCenter> <ng-content select="eui-toolbar-center"></ng-content></ng-template><ng-template #toolbarItems> <ng-content select="eui-toolbar-items"></ng-content></ng-template><ng-template #toolbarLanguageSelector> <ng-container *ngIf="hasLanguageSelector"> <div class="eui-toolbar__language-selector"> <ng-content select="eui-language-selector"></ng-content> </div> </ng-container></ng-template></div>'
446
+ var COMPONENT_TEMPLATE = '<div>@if ( (asService.state$ | async).hasHeader && (asService.breakpoints$ | async).isMobile ) { <div class="eui-toolbar__left"> @if ( ( asService.state$ | async).hasHeaderLogo ) { <eui-toolbar-logo></eui-toolbar-logo> } @if ( ( asService.state$ | async).hasHeaderEnvironment ) { <eui-toolbar-environment> {{ (asService.state$ | async).environmentValue }} </eui-toolbar-environment> } @if ( (asService.state$ | async).appName ) { <eui-toolbar-app appName="{{ (asService.state$ | async).appName }}"></eui-toolbar-app> } </div> <ng-container *ngTemplateOutlet="toolbarCenter"></ng-container> <ng-container *ngTemplateOutlet="toolbarItems"></ng-container> <ng-container *ngTemplateOutlet="toolbarLanguageSelector"></ng-container>} @else { @if ( (asService.state$ | async).hasHeader ) { @if ( hasMenu ) { <ng-container *ngTemplateOutlet="toolbarMenu"></ng-container> } @else { <ng-container *ngTemplateOutlet="toolbarCenter"></ng-container> } <ng-container *ngTemplateOutlet="toolbarItems"></ng-container> } @else { <div class="eui-toolbar__left"> <ng-content select="eui-toolbar-logo"></ng-content> <ng-content select="eui-toolbar-app"></ng-content> <ng-content select="eui-toolbar-environment"></ng-content> </div> <ng-container *ngTemplateOutlet="toolbarCenter"></ng-container> <div class="eui-toolbar__right"> <ng-container *ngTemplateOutlet="toolbarItems"></ng-container> </div> } <ng-container *ngTemplateOutlet="toolbarLanguageSelector"></ng-container>}<ng-template #toolbarCenter> <ng-content select="eui-toolbar-center"></ng-content></ng-template><ng-template #toolbarItems> <ng-content select="eui-toolbar-items"></ng-content></ng-template><ng-template #toolbarMenu> <ng-container *ngIf="hasMenu"> <div class="eui-toolbar__left"> <ng-content select="eui-toolbar-menu"></ng-content> </div> </ng-container></ng-template><ng-template #toolbarLanguageSelector> <ng-container *ngIf="hasLanguageSelector"> <div class="eui-toolbar__language-selector"> <ng-content select="eui-language-selector"></ng-content> </div> </ng-container></ng-template></div>'
412
447
  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,
413
448
  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'}];
414
449
  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': '
@@ -647,7 +647,7 @@
647
647
  <script src="../js/libs/htmlparser.js"></script>
648
648
  <script src="../js/libs/deep-iterator.js"></script>
649
649
  <script>
650
- var COMPONENT_TEMPLATE = '<div><nav id="top-menu" class="eui-toolbar-menu-content" *ngIf="items && items.length !== 0"> <ul> <ng-container *ngFor="let link of items"> <li *ngIf="link.visible === undefined || link.visible === true" [class.has-sub]="link.children" [class.selected]="link.active" routerLinkActive="selected"> <a *ngIf="!link.url" [class.disabled]="link.disabled" [tabindex]="!link.disabled ? 0 : -1" (click)="onLinkClick(link)" (keydown)="onKeyDown($event, link)" title="{{ link.label | translate }}" [class.icon-home-link]="link.isHome"> <div class="eui-u-flex"> <eui-icon-svg *ngIf="link.iconSvgName" [icon]="link.iconSvgName" [fillColor]="link.active ? \'grey-100\' : \'white\'" class="eui-u-mr-xs"> </eui-icon-svg> <span *ngIf="link.iconClass && !link.iconSvgName" class="{{ link.iconClass }} eui-icon"></span> <span class="eui-toolbar-menu-label">{{ link.label | translate }}</span> <eui-icon-svg *ngIf="link.children" icon="eui-caret-down" [fillColor]="link.active ? \'grey-100\' : \'white\'" size="s"> </eui-icon-svg> </div> </a> <a *ngIf="link.url" [routerLink]="link.url" [class.disabled]="link.disabled" (click)="onLinkClick(link)" (keydown)="onKeyDown($event, link)" title="{{ link.label | translate }}" [class.icon-home-link]="link.isHome"> <div class="eui-u-flex"> <eui-icon-svg *ngIf="link.iconSvgName" [icon]="link.iconSvgName" [fillColor]="link.active ? \'grey-100\' : \'white\'" size="s" class="eui-u-mr-xs"> </eui-icon-svg> <span *ngIf="link.iconClass && !link.iconSvgName" class="{{ link.iconClass }} eui-icon"></span> <span class="eui-toolbar-menu-label">{{ link.label | translate }}</span> <eui-icon-svg *ngIf="link.children" icon="eui-caret-down" [fillColor]="link.active ? \'grey-100\' : \'white\'" size="s" class="eui-u-ml-xs"> </eui-icon-svg> </div> </a> <ul class="show" [class.showOnEnter]="isdropdownOpen" *ngIf="link.children"> <ng-container *ngFor="let childLink of link.children"> <li *ngIf="childLink.visible === undefined || childLink.visible === true" class="child" [class.has-sub]="childLink?.children" [class.separator]="childLink.isSeparator"> <a *ngIf="!childLink.url" [tabindex]="isdropdownOpen && !childLink.disabled ? 0 : -1" [class.disabled]="childLink.disabled" (click)="onLinkClick(childLink)" (keydown)="onKeyDown($event, childLink)"> <span *ngIf="childLink.iconClass" class="eui-toolbar-menu-item__icon eui-icon {{ childLink.iconClass }}"></span> <eui-icon-svg *ngIf="childLink.iconSvgName" class="eui-toolbar-menu-item__icon" icon="{{ childLink.iconSvgName }}"></eui-icon-svg> <span class="eui-toolbar-menu-item__label">{{ childLink.label | translate }}</span> </a> <a *ngIf="childLink.url" [tabindex]="isdropdownOpen && !childLink.disabled ? 0 : -1" [class.disabled]="childLink.disabled" [routerLink]="childLink.url" (click)="onLinkClick(childLink)" (keydown)="onKeyDown($event, childLink)"> <span *ngIf="childLink.iconClass" class="eui-toolbar-menu-item__icon eui-icon {{ childLink.iconClass }}"></span> <eui-icon-svg *ngIf="childLink.iconSvgName" class="eui-toolbar-menu-item__icon" icon="{{ childLink.iconSvgName }}"></eui-icon-svg> <span class="eui-toolbar-menu-item__label">{{ childLink.label | translate }}</span> </a> <ul class="show" [class.showOnEnter]="isdropdownOpen" *ngIf="childLink.children"> <ng-container *ngFor="let childSubLink of childLink.children"> <li *ngIf="childSubLink.visible === undefined || childSubLink.visible === true" class="child" [class.separator]="childSubLink.isSeparator"> <a *ngIf="childSubLink.url" [tabindex]="isdropdownOpen && !childSubLink.disabled ? 0 : -1" [class.disabled]="childSubLink.disabled" [routerLink]="childSubLink.url" (click)="onLinkClick(childSubLink)" (keydown)="onKeyDown($event, childSubLink)"> <span *ngIf="childSubLink.iconClass" class="eui-toolbar-menu-item__icon eui-icon {{ childSubLink.iconClass }}"></span> <eui-icon-svg *ngIf="childSubLink.iconSvgName" class="eui-toolbar-menu-item__icon" icon="{{ childSubLink.iconSvgName }}"></eui-icon-svg> <span class="eui-toolbar-menu-item__label">{{ childSubLink.label | translate }}</span> </a> <a *ngIf="!childSubLink.url" [tabindex]="isdropdownOpen && !childSubLink.disabled ? 0 : -1" [class.disabled]="childSubLink.disabled" (click)="onLinkClick(childSubLink)" (keydown)="onKeyDown($event, childSubLink)"> <span *ngIf="childSubLink.iconClass" class="eui-toolbar-menu-item__icon eui-icon {{ childSubLink.iconClass }}"></span> <eui-icon-svg *ngIf="childSubLink.iconSvgName" class="eui-toolbar-menu-item__icon" icon="{{ childSubLink.iconSvgName }}"></eui-icon-svg> <span class="eui-toolbar-menu-item__label">{{ childSubLink.label | translate }}</span> </a> </li> </ng-container> </ul> </li> </ng-container> </ul> </li> </ng-container> </ul></nav></div>'
650
+ var COMPONENT_TEMPLATE = '<div><nav id="top-menu" class="eui-toolbar-menu-content" *ngIf="items && items.length !== 0"> <ul> <ng-container *ngFor="let link of items"> <li *ngIf="link.visible === undefined || link.visible === true" [class.has-sub]="link.children" [class.selected]="link.active" routerLinkActive="selected"> <a *ngIf="!link.url" [class.disabled]="link.disabled" [tabindex]="!link.disabled ? 0 : -1" (click)="onLinkClick(link)" (keydown)="onKeyDown($event, link)" title="{{ link.label | translate }}" [class.icon-home-link]="link.isHome"> <div class="eui-u-flex"> <eui-icon-svg *ngIf="link.iconSvgName" [icon]="link.iconSvgName" [fillColor]="link.active ? \'grey-100\' : \'white\'" class="eui-u-mr-xs"> </eui-icon-svg> <span *ngIf="link.iconClass && !link.iconSvgName" class="{{ link.iconClass }} eui-icon"></span> <span class="eui-toolbar-menu-label">{{ link.label | translate }}</span> <eui-icon-svg *ngIf="link.children" icon="eui-chevron-down" [fillColor]="link.active ? \'grey-100\' : \'white\'" size="s"> </eui-icon-svg> </div> </a> <a *ngIf="link.url" [routerLink]="link.url" [class.disabled]="link.disabled" (click)="onLinkClick(link)" (keydown)="onKeyDown($event, link)" title="{{ link.label | translate }}" [class.icon-home-link]="link.isHome"> <div class="eui-u-flex"> <eui-icon-svg *ngIf="link.iconSvgName" [icon]="link.iconSvgName" [fillColor]="link.active ? \'grey-100\' : \'white\'" size="s" class="eui-u-mr-xs"> </eui-icon-svg> <span *ngIf="link.iconClass && !link.iconSvgName" class="{{ link.iconClass }} eui-icon"></span> <span class="eui-toolbar-menu-label">{{ link.label | translate }}</span> <eui-icon-svg *ngIf="link.children" icon="eui-chevron-down" [fillColor]="link.active ? \'grey-100\' : \'white\'" size="s" class="eui-u-ml-xs"> </eui-icon-svg> </div> </a> <ul class="show" [class.showOnEnter]="isdropdownOpen" *ngIf="link.children"> <ng-container *ngFor="let childLink of link.children"> <li *ngIf="childLink.visible === undefined || childLink.visible === true" class="child" [class.has-sub]="childLink?.children" [class.separator]="childLink.isSeparator"> <a *ngIf="!childLink.url" [tabindex]="isdropdownOpen && !childLink.disabled ? 0 : -1" [class.disabled]="childLink.disabled" (click)="onLinkClick(childLink)" (keydown)="onKeyDown($event, childLink)"> <span *ngIf="childLink.iconClass" class="eui-toolbar-menu-item__icon eui-icon {{ childLink.iconClass }}"></span> <eui-icon-svg *ngIf="childLink.iconSvgName" class="eui-toolbar-menu-item__icon" icon="{{ childLink.iconSvgName }}"></eui-icon-svg> <span class="eui-toolbar-menu-item__label">{{ childLink.label | translate }}</span> </a> <a *ngIf="childLink.url" [tabindex]="isdropdownOpen && !childLink.disabled ? 0 : -1" [class.disabled]="childLink.disabled" [routerLink]="childLink.url" (click)="onLinkClick(childLink)" (keydown)="onKeyDown($event, childLink)"> <span *ngIf="childLink.iconClass" class="eui-toolbar-menu-item__icon eui-icon {{ childLink.iconClass }}"></span> <eui-icon-svg *ngIf="childLink.iconSvgName" class="eui-toolbar-menu-item__icon" icon="{{ childLink.iconSvgName }}"></eui-icon-svg> <span class="eui-toolbar-menu-item__label">{{ childLink.label | translate }}</span> </a> <ul class="show" [class.showOnEnter]="isdropdownOpen" *ngIf="childLink.children"> <ng-container *ngFor="let childSubLink of childLink.children"> <li *ngIf="childSubLink.visible === undefined || childSubLink.visible === true" class="child" [class.separator]="childSubLink.isSeparator"> <a *ngIf="childSubLink.url" [tabindex]="isdropdownOpen && !childSubLink.disabled ? 0 : -1" [class.disabled]="childSubLink.disabled" [routerLink]="childSubLink.url" (click)="onLinkClick(childSubLink)" (keydown)="onKeyDown($event, childSubLink)"> <span *ngIf="childSubLink.iconClass" class="eui-toolbar-menu-item__icon eui-icon {{ childSubLink.iconClass }}"></span> <eui-icon-svg *ngIf="childSubLink.iconSvgName" class="eui-toolbar-menu-item__icon" icon="{{ childSubLink.iconSvgName }}"></eui-icon-svg> <span class="eui-toolbar-menu-item__label">{{ childSubLink.label | translate }}</span> </a> <a *ngIf="!childSubLink.url" [tabindex]="isdropdownOpen && !childSubLink.disabled ? 0 : -1" [class.disabled]="childSubLink.disabled" (click)="onLinkClick(childSubLink)" (keydown)="onKeyDown($event, childSubLink)"> <span *ngIf="childSubLink.iconClass" class="eui-toolbar-menu-item__icon eui-icon {{ childSubLink.iconClass }}"></span> <eui-icon-svg *ngIf="childSubLink.iconSvgName" class="eui-toolbar-menu-item__icon" icon="{{ childSubLink.iconSvgName }}"></eui-icon-svg> <span class="eui-toolbar-menu-item__label">{{ childSubLink.label | translate }}</span> </a> </li> </ng-container> </ul> </li> </ng-container> </ul> </li> </ng-container> </ul></nav></div>'
651
651
  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,
652
652
  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'}];
653
653
  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': '
@@ -311,9 +311,9 @@
311
311
  <li>
312
312
  <b>@stackblitz/sdk</b> : 1.9.0</li>
313
313
  <li>
314
- <b>@eui/styles-base</b> : 17.2.2</li>
314
+ <b>@eui/styles-base</b> : 17.2.3-snapshot-1709086959608</li>
315
315
  <li>
316
- <b>@eui/ecl</b> : 17.2.2</li>
316
+ <b>@eui/ecl</b> : 17.2.3-snapshot-1709086959608</li>
317
317
  <li>
318
318
  <b>@eui/tools</b> : ^6.0.0</li>
319
319
  </ul>