@eui/components 17.2.1-snapshot-1707791018159 → 17.2.1-snapshot-1707963716060

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 (40) hide show
  1. package/docs/components/EuiDropdownComponent.html +109 -4
  2. package/docs/components/EuiNotificationsV2Component.html +21 -1
  3. package/docs/components/EuiToolbarMenuComponent.html +1 -1
  4. package/docs/dependencies.html +2 -2
  5. package/docs/js/search/search_index.js +2 -2
  6. package/esm2022/eui-buttons/eui-buttons.component.mjs +1 -1
  7. package/esm2022/eui-card/components/eui-card-footer/eui-card-footer-menu-content.component.mjs +1 -1
  8. package/esm2022/eui-dropdown/dropdown-item/eui-dropdown-item.component.mjs +2 -2
  9. package/esm2022/eui-dropdown/eui-dropdown.component.mjs +76 -9
  10. package/esm2022/eui-table/eui-table.component.mjs +2 -2
  11. package/esm2022/eui-table/sortable-col/eui-table-sortable-col.component.mjs +1 -1
  12. package/esm2022/eui-tabs/eui-tabs.component.mjs +2 -2
  13. package/esm2022/eui-textarea/eui-textarea.component.mjs +3 -3
  14. package/esm2022/eui-tree/eui-tree.component.mjs +1 -1
  15. package/esm2022/layout/eui-breadcrumb/collapsed-breadcrumb/collapsed-breadcrumb.component.mjs +1 -1
  16. package/esm2022/layout/eui-language-selector/language-selector.component.mjs +1 -1
  17. package/esm2022/layout/eui-notifications-v2/eui-notifications.component.mjs +6 -3
  18. package/esm2022/layout/eui-toolbar/toolbar-menu/toolbar-menu.component.mjs +3 -3
  19. package/esm2022/layout/eui-user-profile/user-profile.component.mjs +1 -1
  20. package/eui-dropdown/eui-dropdown.component.d.ts +14 -3
  21. package/eui-dropdown/eui-dropdown.component.d.ts.map +1 -1
  22. package/fesm2022/eui-components-eui-buttons.mjs +1 -1
  23. package/fesm2022/eui-components-eui-buttons.mjs.map +1 -1
  24. package/fesm2022/eui-components-eui-card.mjs +1 -1
  25. package/fesm2022/eui-components-eui-card.mjs.map +1 -1
  26. package/fesm2022/eui-components-eui-dropdown.mjs +78 -11
  27. package/fesm2022/eui-components-eui-dropdown.mjs.map +1 -1
  28. package/fesm2022/eui-components-eui-table.mjs +3 -3
  29. package/fesm2022/eui-components-eui-table.mjs.map +1 -1
  30. package/fesm2022/eui-components-eui-tabs.mjs +1 -1
  31. package/fesm2022/eui-components-eui-tabs.mjs.map +1 -1
  32. package/fesm2022/eui-components-eui-textarea.mjs +2 -2
  33. package/fesm2022/eui-components-eui-textarea.mjs.map +1 -1
  34. package/fesm2022/eui-components-eui-tree.mjs +1 -1
  35. package/fesm2022/eui-components-eui-tree.mjs.map +1 -1
  36. package/fesm2022/eui-components-layout.mjs +10 -7
  37. package/fesm2022/eui-components-layout.mjs.map +1 -1
  38. package/layout/eui-notifications-v2/eui-notifications.component.d.ts +1 -0
  39. package/layout/eui-notifications-v2/eui-notifications.component.d.ts.map +1 -1
  40. package/package.json +13 -13
@@ -248,6 +248,10 @@
248
248
  <span class="modifier">Public</span>
249
249
  <a href="#onTriggerClicked" >onTriggerClicked</a>
250
250
  </li>
251
+ <li>
252
+ <span class="modifier">Public</span>
253
+ <a href="#onTriggerRightClicked" >onTriggerRightClicked</a>
254
+ </li>
251
255
  <li>
252
256
  <span class="modifier">Public</span>
253
257
  <a href="#openDropdown" >openDropdown</a>
@@ -296,6 +300,9 @@
296
300
  <li>
297
301
  <a href="#isLabelUpdatedFromSelectedItem" >isLabelUpdatedFromSelectedItem</a>
298
302
  </li>
303
+ <li>
304
+ <a href="#isRightClickEnabled" >isRightClickEnabled</a>
305
+ </li>
299
306
  <li>
300
307
  <a href="#position" >position</a>
301
308
  </li>
@@ -675,6 +682,27 @@
675
682
  </tr>
676
683
  </tbody>
677
684
  </table>
685
+ <table class="table table-sm table-bordered">
686
+ <tbody>
687
+ <tr>
688
+ <td class="col-md-4">
689
+ <a name="isRightClickEnabled"></a>
690
+ <b>isRightClickEnabled</b>
691
+ </td>
692
+ </tr>
693
+ <tr>
694
+ <td class="col-md-4">
695
+ <i>Type : </i> <code>BooleanInput</code>
696
+
697
+ </td>
698
+ </tr>
699
+ <tr>
700
+ <td class="col-md-4">
701
+ <i>Default value : </i><code>false</code>
702
+ </td>
703
+ </tr>
704
+ </tbody>
705
+ </table>
678
706
  <table class="table table-sm table-bordered">
679
707
  <tbody>
680
708
  <tr>
@@ -1385,7 +1413,7 @@
1385
1413
  <tr>
1386
1414
  <td class="col-md-4">
1387
1415
  <span class="modifier-icon icon ion-ios-reset"></span>
1388
- <code>onTriggerClicked(e: <a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank">any</a>)</code>
1416
+ <code>onTriggerClicked(e: Event)</code>
1389
1417
  </td>
1390
1418
  </tr>
1391
1419
 
@@ -1410,7 +1438,70 @@
1410
1438
  <tr>
1411
1439
  <td>e</td>
1412
1440
  <td>
1413
- <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >any</a></code>
1441
+ <code>Event</code>
1442
+ </td>
1443
+
1444
+ <td>
1445
+ No
1446
+ </td>
1447
+
1448
+
1449
+ </tr>
1450
+ </tbody>
1451
+ </table>
1452
+ </div>
1453
+ <div class="io-description">
1454
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
1455
+
1456
+ </div>
1457
+ <div class="io-description">
1458
+
1459
+ </div>
1460
+ </td>
1461
+ </tr>
1462
+ </tbody>
1463
+ </table>
1464
+ <table class="table table-sm table-bordered">
1465
+ <tbody>
1466
+ <tr>
1467
+ <td class="col-md-4">
1468
+ <a name="onTriggerRightClicked"></a>
1469
+ <span class="name">
1470
+ <span class="modifier">Public</span>
1471
+ <span ><b>onTriggerRightClicked</b></span>
1472
+ <a href="#onTriggerRightClicked"><span class="icon ion-ios-link"></span></a>
1473
+ </span>
1474
+ </td>
1475
+ </tr>
1476
+ <tr>
1477
+ <td class="col-md-4">
1478
+ <span class="modifier-icon icon ion-ios-reset"></span>
1479
+ <code>onTriggerRightClicked(e: Event)</code>
1480
+ </td>
1481
+ </tr>
1482
+
1483
+
1484
+
1485
+
1486
+ <tr>
1487
+ <td class="col-md-4">
1488
+
1489
+ <div class="io-description">
1490
+ <b>Parameters :</b>
1491
+
1492
+ <table class="params">
1493
+ <thead>
1494
+ <tr>
1495
+ <td>Name</td>
1496
+ <td>Type</td>
1497
+ <td>Optional</td>
1498
+ </tr>
1499
+ </thead>
1500
+ <tbody>
1501
+ <tr>
1502
+ <td>e</td>
1503
+ <td>
1504
+ <code>Event</code>
1414
1505
  </td>
1415
1506
 
1416
1507
  <td>
@@ -1448,7 +1539,7 @@
1448
1539
  <tr>
1449
1540
  <td class="col-md-4">
1450
1541
  <span class="modifier-icon icon ion-ios-reset"></span>
1451
- <code>openDropdown(origin: HTMLElement)</code>
1542
+ <code>openDropdown(origin: HTMLElement, position?: literal type)</code>
1452
1543
  </td>
1453
1544
  </tr>
1454
1545
 
@@ -1489,6 +1580,20 @@
1489
1580
 
1490
1581
  </td>
1491
1582
  </tr>
1583
+ <tr>
1584
+ <td>position</td>
1585
+ <td>
1586
+ <code>literal type</code>
1587
+ </td>
1588
+
1589
+ <td>
1590
+ Yes
1591
+ </td>
1592
+
1593
+
1594
+ <td>
1595
+ </td>
1596
+ </tr>
1492
1597
  </tbody>
1493
1598
  </table>
1494
1599
  </div>
@@ -1872,7 +1977,7 @@
1872
1977
  <script src="../js/libs/htmlparser.js"></script>
1873
1978
  <script src="../js/libs/deep-iterator.js"></script>
1874
1979
  <script>
1875
- var COMPONENT_TEMPLATE = '<div><div #triggerRef class="eui-dropdown__trigger-container" (click)="onTriggerClicked($event)"> <ng-content></ng-content></div><ng-template #templatePortalContent> <div attr.data-e2e="{{ e2eAttr }}" [@openClose]="isOpen ? \'open\' : \'closed\'" cdkTrapFocus [cdkTrapFocusAutoCapture]="trapFocusAutoCapture" role="dialog" aria-label="eUI dropdown panel" class="eui-dropdown__panel-container" [style.width]="width" [tabindex]="tabIndex" (click)="onClick()" (cdkObserveContent)="projectContentChanged()"> <ng-content select="eui-dropdown-content"></ng-content> </div></ng-template></div>'
1980
+ var COMPONENT_TEMPLATE = '<div><div #triggerRef class="eui-dropdown__trigger-container" (click)="!isRightClickEnabled ? onTriggerClicked($event) : null" (contextmenu)="isRightClickEnabled ? onTriggerRightClicked($event) : null"> <ng-content></ng-content></div><ng-template #templatePortalContent> <div attr.data-e2e="{{ e2eAttr }}" [@openClose]="isOpen ? \'open\' : \'closed\'" cdkTrapFocus [cdkTrapFocusAutoCapture]="trapFocusAutoCapture" role="dialog" aria-label="eUI dropdown panel" class="eui-dropdown__panel-container" [style.width]="width" [tabindex]="tabIndex" (click)="onClick()" (cdkObserveContent)="projectContentChanged()"> <ng-content select="eui-dropdown-content"></ng-content> </div></ng-template></div>'
1876
1981
  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,
1877
1982
  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'}];
1878
1983
  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': '
@@ -429,6 +429,9 @@
429
429
  <li>
430
430
  <a href="#isShowRefreshButton" >isShowRefreshButton</a>
431
431
  </li>
432
+ <li>
433
+ <a href="#isShowUnreadSinceLastCheckCount" >isShowUnreadSinceLastCheckCount</a>
434
+ </li>
432
435
  </ul>
433
436
  </td>
434
437
  </tr>
@@ -2273,6 +2276,23 @@
2273
2276
  </tr>
2274
2277
  </tbody>
2275
2278
  </table>
2279
+ <table class="table table-sm table-bordered">
2280
+ <tbody>
2281
+ <tr>
2282
+ <td class="col-md-4">
2283
+ <a name="isShowUnreadSinceLastCheckCount"></a>
2284
+ <span class="name"><b>isShowUnreadSinceLastCheckCount</b><a href="#isShowUnreadSinceLastCheckCount"><span class="icon ion-ios-link"></span></a></span>
2285
+ </td>
2286
+ </tr>
2287
+
2288
+ <tr>
2289
+ <td class="col-md-4">
2290
+ <span class="accessor"><b>get</b><code>isShowUnreadSinceLastCheckCount()</code></span>
2291
+ </td>
2292
+ </tr>
2293
+
2294
+ </tbody>
2295
+ </table>
2276
2296
  </section>
2277
2297
  </div>
2278
2298
 
@@ -2288,7 +2308,7 @@
2288
2308
  <script src="../js/libs/htmlparser.js"></script>
2289
2309
  <script src="../js/libs/deep-iterator.js"></script>
2290
2310
  <script>
2291
- var COMPONENT_TEMPLATE = '<div><eui-icon-svg-button class="eui-notifications-v2__trigger" iconSvgName="eui-notifications" iconSvgSize="m" iconSvgFillColor="white" (click)="onClicked($event)" (keydown.enter)="onClicked($event)" (keydown.esc)="onHide()" hasFocusBorder> <eui-badge *ngIf="count" euiSizeS euiDanger>{{ count }}</eui-badge></eui-icon-svg-button><eui-overlay [isActive]="isOverlayActive" class="eui-overlay-offset--width-30"> <eui-overlay-header> <div class="eui-notifications-v2__header"> <div class="eui-notifications-v2__header-title"> <div class="eui-notifications-v2__header-title-label"> {{ headerTitleLabel ? headerTitleLabel : (\'eui.MYNOTIFICATIONS\' | translate) }} </div> <div class="eui-notifications-v2__header-title-actions"> <span class="hide"> <a (click)="onHide()" class="eui-u-text-link" role="button" tabIndex="0"> {{ headerHideLabel ? headerHideLabel : (\'eui.HIDE\' | translate) }} </a> <eui-icon-svg set="eui" icon="eui-chevron-forward" size="2xs"></eui-icon-svg> </span> </div> </div> <div class="eui-notifications-v2__header-subinfos-bar"> <strong>{{ unreadSinceLastCheckCount }}</strong> <span class="eui-u-ml-xs">{{ headerUnreadSinceLastCheckCountLabel ? headerUnreadSinceLastCheckCountLabel : (\'eui.NEW-COUNT\' | translate) }}</span> <span class="eui-u-ml-xs">|</span> <span class="eui-u-ml-xs">{{ unreadCount }}</span> <span class="eui-u-ml-xs">{{ headerUnreadCountLabel ? headerUnreadCountLabel : (\'eui.NEW-COUNT\' | translate) }}</span> </div> <div class="eui-notifications-v2__header-subactions-bar"> <a *ngIf="items.length > 0" (click)="onMarkAllAsRead($event)" class="eui-u-text-link" tabIndex="0"> {{ \'notif.MARK-ALL-READ\' | translate }} </a> <a (click)="onRefresh($event)" class="eui-u-text-link eui-u-ml-auto" tabIndex="0"> <span class="eui-u-flex"> <span class="eui-icon eui-icon-refresh mr-1"></span> {{ \'notif.SV-REFRESH\' | translate }} </span> </a> </div> </div> </eui-overlay-header> <eui-overlay-body> <ul class="eui-notifications-items" *ngIf="items"> <eui-notification-item-v2 *ngFor="let item of items; trackBy: trackByFn" [item]="item" [dateFormat]="dateFormat" [markAsReadLabel]="markAsReadLabel" [isShowMarkAsRead]="isShowMarkAsRead" (itemClick)="onItemClick($event)" (itemMarkAsRead)="onItemMarkAsRead($event)"> </eui-notification-item-v2> </ul> </eui-overlay-body> <eui-overlay-footer> <ng-template [ngIf]="items?.length > 0"> <strong ><a (click)="onViewAllClick($event)" class="eui-u-text-link">{{ viewAllNotificationsLabel ? viewAllNotificationsLabel : (\'eui.VIEWALLNOTIFICATIONS\' | translate) }}</a></strong > </ng-template> <ng-template [ngIf]="items?.length === 0"> <div class="ux-notification__item-content" *ngIf="!noNotificationFoundLink"> {{ noNotificationFoundLabel ? noNotificationFoundLabel : (\'eui.NONOTIFICATIONFOUND\' | translate) }} </div> <div class="ux-notification__item-content" *ngIf="noNotificationFoundLink"> <strong ><a (click)="onNoNotificationFoundClick()" class="eui-u-text-link">{{ noNotificationFoundLabel ? noNotificationFoundLabel : (\'eui.NONOTIFICATIONFOUND\' | translate) }}</a></strong > </div> </ng-template> </eui-overlay-footer></eui-overlay></div>'
2311
+ var COMPONENT_TEMPLATE = '<div><eui-icon-svg-button class="eui-notifications-v2__trigger" iconSvgName="eui-notifications" iconSvgSize="m" iconSvgFillColor="white" (click)="onClicked($event)" (keydown.enter)="onClicked($event)" (keydown.esc)="onHide()" hasFocusBorder> <eui-badge *ngIf="isShowUnreadSinceLastCheckCount" euiSizeS euiDanger>{{ unreadSinceLastCheckCount }}</eui-badge></eui-icon-svg-button><eui-overlay [isActive]="isOverlayActive" class="eui-overlay-offset--width-30"> <eui-overlay-header> <div class="eui-notifications-v2__header"> <div class="eui-notifications-v2__header-title"> <div class="eui-notifications-v2__header-title-label"> {{ headerTitleLabel ? headerTitleLabel : (\'eui.MYNOTIFICATIONS\' | translate) }} </div> <div class="eui-notifications-v2__header-title-actions"> <span class="hide"> <a (click)="onHide()" class="eui-u-text-link" role="button" tabIndex="0"> {{ headerHideLabel ? headerHideLabel : (\'eui.HIDE\' | translate) }} </a> <eui-icon-svg set="eui" icon="eui-chevron-forward" size="2xs"></eui-icon-svg> </span> </div> </div> <div class="eui-notifications-v2__header-subinfos-bar"> <strong>{{ unreadSinceLastCheckCount }}</strong> <span class="eui-u-ml-xs">{{ headerUnreadSinceLastCheckCountLabel ? headerUnreadSinceLastCheckCountLabel : (\'eui.NEW-COUNT\' | translate) }}</span> <span class="eui-u-ml-xs">|</span> <span class="eui-u-ml-xs">{{ unreadCount }}</span> <span class="eui-u-ml-xs">{{ headerUnreadCountLabel ? headerUnreadCountLabel : (\'eui.NEW-COUNT\' | translate) }}</span> </div> <div class="eui-notifications-v2__header-subactions-bar"> <a *ngIf="items.length > 0" (click)="onMarkAllAsRead($event)" class="eui-u-text-link" tabIndex="0"> {{ \'notif.MARK-ALL-READ\' | translate }} </a> <a (click)="onRefresh($event)" class="eui-u-text-link eui-u-ml-auto" tabIndex="0"> <span class="eui-u-flex"> <span class="eui-icon eui-icon-refresh mr-1"></span> {{ \'notif.SV-REFRESH\' | translate }} </span> </a> </div> </div> </eui-overlay-header> <eui-overlay-body> <ul class="eui-notifications-items" *ngIf="items"> <eui-notification-item-v2 *ngFor="let item of items; trackBy: trackByFn" [item]="item" [dateFormat]="dateFormat" [markAsReadLabel]="markAsReadLabel" [isShowMarkAsRead]="isShowMarkAsRead" (itemClick)="onItemClick($event)" (itemMarkAsRead)="onItemMarkAsRead($event)"> </eui-notification-item-v2> </ul> </eui-overlay-body> <eui-overlay-footer> <ng-template [ngIf]="items?.length > 0"> <strong ><a (click)="onViewAllClick($event)" class="eui-u-text-link">{{ viewAllNotificationsLabel ? viewAllNotificationsLabel : (\'eui.VIEWALLNOTIFICATIONS\' | translate) }}</a></strong > </ng-template> <ng-template [ngIf]="items?.length === 0"> <div class="ux-notification__item-content" *ngIf="!noNotificationFoundLink"> {{ noNotificationFoundLabel ? noNotificationFoundLabel : (\'eui.NONOTIFICATIONFOUND\' | translate) }} </div> <div class="ux-notification__item-content" *ngIf="noNotificationFoundLink"> <strong ><a (click)="onNoNotificationFoundClick()" class="eui-u-text-link">{{ noNotificationFoundLabel ? noNotificationFoundLabel : (\'eui.NONOTIFICATIONFOUND\' | translate) }}</a></strong > </div> </ng-template> </eui-overlay-footer></eui-overlay></div>'
2292
2312
  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,
2293
2313
  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'}];
2294
2314
  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> <li *ngFor="let link of items" [class.has-sub]="link.children" [class.selected]="link.active" routerLinkActive="selected"> <a *ngIf="!link.url && link.visible" [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 && link.visible" [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"> <li *ngFor="let childLink of link.children" class="child" [class.has-sub]="childLink?.children" [class.separator]="childLink.isSeparator"> <a *ngIf="!childLink.url && childLink.visible" [tabindex]="isdropdownOpen && !childLink.disabled ? 0 : -1" [class.disabled]="childLink.disabled" (click)="onLinkClick(childLink)" (keydown)="onKeyDown($event, childLink)"> <!-- v15 OK --> <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 && childLink.visible" [tabindex]="isdropdownOpen && !childLink.disabled ? 0 : -1" [class.disabled]="childLink.disabled" [routerLink]="childLink.url" (click)="onLinkClick(childLink)" (keydown)="onKeyDown($event, childLink)"> <!-- v15 OK --> <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"> <li class="child" [class.separator]="childSubLink.isSeparator" *ngFor="let childSubLink of childLink.children"> <a *ngIf="childSubLink.url && childSubLink.visible" [tabindex]="isdropdownOpen && !childSubLink.disabled ? 0 : -1" [class.disabled]="childSubLink.disabled" [routerLink]="childSubLink.url" (click)="onLinkClick(childSubLink)" (keydown)="onKeyDown($event, childSubLink)"> <!-- v15 OK --> <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 && childSubLink.visible" [tabindex]="isdropdownOpen && !childSubLink.disabled ? 0 : -1" [class.disabled]="childSubLink.disabled" (click)="onLinkClick(childSubLink)" (keydown)="onKeyDown($event, childSubLink)"> <!-- v15 OK --> <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> </ul> </li> </ul> </li> </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" [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" 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" 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.0</li>
314
+ <b>@eui/styles-base</b> : 17.2.1-snapshot-1707877313882</li>
315
315
  <li>
316
- <b>@eui/ecl</b> : 17.2.0</li>
316
+ <b>@eui/ecl</b> : 17.2.1-snapshot-1707877313882</li>
317
317
  <li>
318
318
  <b>@eui/tools</b> : ^6.0.0</li>
319
319
  </ul>