@eui/components 19.1.2-snapshot-1742812380894 → 19.1.2-snapshot-1743171142266

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 (28) hide show
  1. package/docs/components/EuiAppTopMessageComponent.html +1 -0
  2. package/docs/components/EuiDialogComponent.html +1 -0
  3. package/docs/components/EuiDialogContainerComponent.html +26 -0
  4. package/docs/components/EuiEditorComponent.html +1 -1
  5. package/docs/components/EuiEditorJsonViewComponent.html +82 -0
  6. package/docs/components/EuiTabsComponent.html +14 -87
  7. package/docs/dependencies.html +2 -2
  8. package/docs/js/search/search_index.js +2 -2
  9. package/eui-dialog/container/eui-dialog-container.component.d.ts +1 -1
  10. package/eui-dialog/container/eui-dialog-container.component.d.ts.map +1 -1
  11. package/eui-dialog/eui-dialog.component.d.ts +3 -2
  12. package/eui-dialog/eui-dialog.component.d.ts.map +1 -1
  13. package/eui-tabs/eui-tabs.component.d.ts +6 -5
  14. package/eui-tabs/eui-tabs.component.d.ts.map +1 -1
  15. package/externals/eui-editor/json-view/eui-editor-json-view.component.d.ts +1 -0
  16. package/externals/eui-editor/json-view/eui-editor-json-view.component.d.ts.map +1 -1
  17. package/fesm2022/eui-components-eui-dialog.mjs +12 -3
  18. package/fesm2022/eui-components-eui-dialog.mjs.map +1 -1
  19. package/fesm2022/eui-components-eui-menu.mjs +4 -4
  20. package/fesm2022/eui-components-eui-tabs.mjs +39 -44
  21. package/fesm2022/eui-components-eui-tabs.mjs.map +1 -1
  22. package/fesm2022/eui-components-externals-eui-editor.mjs +9 -5
  23. package/fesm2022/eui-components-externals-eui-editor.mjs.map +1 -1
  24. package/fesm2022/eui-components-layout.mjs +22 -10
  25. package/fesm2022/eui-components-layout.mjs.map +1 -1
  26. package/layout/eui-app/eui-app-top-message/top-message.component.d.ts +4 -2
  27. package/layout/eui-app/eui-app-top-message/top-message.component.d.ts.map +1 -1
  28. package/package.json +7 -7
@@ -116,6 +116,7 @@
116
116
  </p>
117
117
  <p class="comment">
118
118
  <code>AfterViewInit</code>
119
+ <code>OnInit</code>
119
120
  <code>OnDestroy</code>
120
121
  </p>
121
122
 
@@ -118,6 +118,7 @@
118
118
  <code>AfterViewInit</code>
119
119
  <code>OnDestroy</code>
120
120
  <code>OnInit</code>
121
+ <code>OnChanges</code>
121
122
  </p>
122
123
 
123
124
 
@@ -198,6 +198,10 @@
198
198
  <span class="modifier">Public</span>
199
199
  <a href="#bodyComponentPortal" >bodyComponentPortal</a>
200
200
  </li>
201
+ <li>
202
+ <span class="modifier">Public</span>
203
+ <a href="#cd" >cd</a>
204
+ </li>
201
205
  <li>
202
206
  <span class="modifier">Public</span>
203
207
  <a href="#componentInstances" >componentInstances</a>
@@ -944,6 +948,28 @@
944
948
  </tr>
945
949
 
946
950
 
951
+ </tbody>
952
+ </table>
953
+ <table class="table table-sm table-bordered">
954
+ <tbody>
955
+ <tr>
956
+ <td class="col-md-4">
957
+ <a name="cd"></a>
958
+ <span class="name">
959
+ <span class="modifier">Public</span>
960
+ <span ><b>cd</b></span>
961
+ <a href="#cd"><span class="icon ion-ios-link"></span></a>
962
+ </span>
963
+ </td>
964
+ </tr>
965
+ <tr>
966
+ <td class="col-md-4">
967
+ <i>Type : </i> <code>ChangeDetectorRef</code>
968
+
969
+ </td>
970
+ </tr>
971
+
972
+
947
973
  </tbody>
948
974
  </table>
949
975
  <table class="table table-sm table-bordered">
@@ -2639,7 +2639,7 @@
2639
2639
  <script src="../js/libs/htmlparser.js"></script>
2640
2640
  <script src="../js/libs/deep-iterator.js"></script>
2641
2641
  <script>
2642
- var COMPONENT_TEMPLATE = '<div><ng-container *ngIf="readyToRender"><!-- NOTE: We need to create the editor instance even for readonly mode. This is because we rely on the editor to format HTML/JSON content into a properly structured HTML output that can\'t be done another way. Future improvement: Consider completely replacing Quill with a markdown-only editor, which would be a better solution. --><!--@if (!isReadOnly) {--> <quill-editor [ngStyle]="{display: isReadOnly ? \'none\' : null}" [id]="generatedId" class="{{ class | classFilter }}" [class.eui-editor--focused]="isFocused" [format]="format" [formats]="formats" [sanitize]="true" [modules]="modules" [theme]="theme" [placeholder]="placeholder" [customToolbarPosition]="customToolbarPosition" [formControl]="formControl" [debug]="debug" [tabindex]="tabindex" [preserveWhitespace]="true" [hasImageFeature]="hasImageFeature" (onEditorCreated)="_onEditorCreated($event)" (onEditorChanged)="_onEditorChanged($event)" (onContentChanged)="_onContentChanged($event)" (onSelectionChanged)="_onSelectionChanged($event)" (onFocus)="_onFocus($event)" (onBlur)="_onBlur($event)"> <div *ngIf="!euiEditorCustomToolbar" quill-editor-toolbar class="eui-u-flex-gap-s"> <div *ngIf="toolbarConfig.headings" class="ql-formats" role="application" aria-label="Select headings style" euiTooltip="{{ toolbarConfig.headings.label }}"> <select class="ql-header" [attr.aria-label]="toolbarConfig.headings.label"> <option value="{{ value }}" *ngFor="let value of toolbarConfig.headings.options">Heading {{ value }}</option> <option selected>Normal</option> </select> </div> <div *ngIf="toolbarConfig.font" class="ql-formats" role="application" aria-label="Select font style" euiTooltip="{{ toolbarConfig.font.label }}"> <select class="ql-font" [attr.aria-label]="toolbarConfig.font.label"> <option selected>Sans Serif</option> <option value="serif">Serif</option> <option value="monospace">Monospace</option> </select> </div> <div *ngIf="toolbarConfig.bold || toolbarConfig.italic || toolbarConfig.underline || toolbarConfig.strike" class="ql-formats"> <button *ngIf="toolbarConfig.bold" class="ql-bold" type="button" [attr.aria-label]="toolbarConfig.bold.label" euiTooltip="{{ toolbarConfig.bold.label }}"> </button> <button *ngIf="toolbarConfig.italic" class="ql-italic" type="button" [attr.aria-label]="toolbarConfig.italic.label" euiTooltip="{{ toolbarConfig.italic.label }}"> </button> <button *ngIf="toolbarConfig.underline" class="ql-underline" type="button" [attr.aria-label]="toolbarConfig.underline.label" euiTooltip="{{ toolbarConfig.underline.label }}"> </button> <button *ngIf="toolbarConfig.strike" class="ql-strike" type="button" [attr.aria-label]="toolbarConfig.strike.label" euiTooltip="{{ toolbarConfig.strike.label }}"> </button> </div> <div *ngIf="toolbarConfig.fontColor || toolbarConfig.fontBackground" class="ql-formats"> <span *ngIf="toolbarConfig.fontColor" euiTooltip="{{ toolbarConfig.fontColor.label }}"> <select class="ql-color" [attr.aria-label]="toolbarConfig.fontColor.label"></select> </span> <span *ngIf="toolbarConfig.fontBackground" euiTooltip="{{ toolbarConfig.fontBackground.label }}"> <select class="ql-background" [attr.aria-label]="toolbarConfig.fontBackground.label"></select> </span> </div> <div *ngIf="toolbarConfig.subscript || toolbarConfig.superscript" class="ql-formats"> <button *ngIf="toolbarConfig.subscript" class="ql-script" value="sub" type="button" [attr.aria-label]="toolbarConfig.subscript.label" euiTooltip="{{ toolbarConfig.subscript.label }}"> </button> <button *ngIf="toolbarConfig.superscript" class="ql-script" value="super" type="button" [attr.aria-label]="toolbarConfig.superscript.label" euiTooltip="{{ toolbarConfig.superscript.label }}"> </button> </div> <div *ngIf="toolbarConfig.textAlign" class="ql-formats"> <span euiTooltip="{{ toolbarConfig.textAlign.label }}"> <select class="ql-align" [attr.aria-label]="toolbarConfig.textAlign.label"> <option selected></option> <option value="center"></option> <option value="right"></option> <option value="justify"></option> </select> </span> </div> <div *ngIf="toolbarConfig.orderedList || toolbarConfig.bulletList || toolbarConfig.indentLess || toolbarConfig.indentMore" class="ql-formats"> <button *ngIf="toolbarConfig.orderedList" class="ql-list" value="ordered" type="button" [attr.aria-label]="toolbarConfig.orderedList.label" euiTooltip="{{ toolbarConfig.orderedList.label }}"> </button> <button *ngIf="toolbarConfig.bulletList" class="ql-list" value="bullet" type="button" [attr.aria-label]="toolbarConfig.bulletList.label" euiTooltip="{{ toolbarConfig.bulletList.label }}"> </button> <button type="button" *ngIf="toolbarConfig.indentLess" class="ql-indent" value="-1" [attr.aria-label]="toolbarConfig.indentLess.label" euiTooltip="{{ toolbarConfig.indentLess.label }}"> </button> <button type="button" *ngIf="toolbarConfig.indentMore" class="ql-indent" value="+1" [attr.aria-label]="toolbarConfig.indentMore.label" euiTooltip="{{ toolbarConfig.indentMore.label }}"> </button> </div> <div *ngIf=" toolbarConfig.blockquote || toolbarConfig.codeBlock || toolbarConfig.link || toolbarConfig.image || toolbarConfig.imageUrl || toolbarConfig.video || toolbarConfig.table " class="ql-formats"> <button *ngIf="toolbarConfig.blockquote" class="ql-blockquote" type="button" [attr.aria-label]="toolbarConfig.blockquote.label" euiTooltip="{{ toolbarConfig.blockquote.label }}"> </button> <button *ngIf="toolbarConfig.codeBlock" class="ql-code-block" type="button" [attr.aria-label]="toolbarConfig.codeBlock.label" euiTooltip="{{ toolbarConfig.codeBlock.label }}"> </button> <button *ngIf="toolbarConfig.link" class="ql-link" type="button" [attr.aria-label]="toolbarConfig.link.label" euiTooltip="{{ toolbarConfig.link.label }}"> </button> <button *ngIf="toolbarConfig.image" class="ql-image" type="button" [attr.aria-label]="toolbarConfig.image.label" euiTooltip="{{ toolbarConfig.image.label }}"> </button> <button type="button" *ngIf="toolbarConfig.imageUrl" [attr.aria-label]="toolbarConfig.imageUrl.label" euiTooltip="{{ toolbarConfig.imageUrl.label }}" (click)="imageUrlHandler()"> <eui-icon-svg icon="eui-ecl-image" size="s"></eui-icon-svg> </button> <button *ngIf="toolbarConfig.video" class="ql-video" type="button" [attr.aria-label]="toolbarConfig.video.label" euiTooltip="{{ toolbarConfig.video.label }}"> </button> <button type="button" *ngIf="toolbarConfig.table" [attr.aria-label]="toolbarConfig.table.label" euiTooltip="{{ toolbarConfig.table.label }}" (click)="insertTable()"> <eui-icon-svg icon="eui-ecl-spreadsheet" size="s"></eui-icon-svg> </button> </div> <div *ngIf="toolbarConfig.clean || toolbarConfig.delete" class="ql-formats"> <button *ngIf="toolbarConfig.clean" class="ql-clean" type="button" [attr.aria-label]="toolbarConfig.clean.label" euiTooltip="{{ toolbarConfig.clean.label }}"> </button> <button type="button" *ngIf="toolbarConfig.delete" [attr.aria-label]="toolbarConfig.delete.label" euiTooltip="{{ toolbarConfig.delete.label }}" (click)="editorDeleteContent()"> <eui-icon-svg icon="eui-ecl-trash" size="s"></eui-icon-svg> </button> </div> <div *ngIf="toolbarConfig.undo || toolbarConfig.redo" class="ql-formats"> <button type="button" *ngIf="toolbarConfig.undo" [attr.aria-label]="toolbarConfig.undo.label" euiTooltip="{{ toolbarConfig.undo.label }}" (click)="editorUndo()"> <eui-icon-svg icon="arrow-undo:outline" size="s"></eui-icon-svg> </button> <button type="button" *ngIf="toolbarConfig.redo" [attr.aria-label]="toolbarConfig.redo.label" euiTooltip="{{ toolbarConfig.redo.label }}" (click)="editorRedo()"> <eui-icon-svg icon="arrow-redo:outline" size="s"></eui-icon-svg> </button> </div> <div *ngIf="toolbarConfig.counters" class="ql-formats"> <eui-editor-counters [hasCharactersCounter]="hasCharactersCounter" [charactersCounter]="charactersCount" [charactersLabel]="charactersCounterLabel" [hasWordsCounter]="hasWordsCounter" [wordsCounter]="wordsCount" [wordsLabel]="wordsCounterLabel" [attr.aria-label]="toolbarConfig.counters.label" role="button" euiTooltip="{{ toolbarConfig.counters.label }}"> </eui-editor-counters> </div> </div> <div *ngIf="euiEditorCustomToolbar" quill-editor-toolbar class="ql-toolbar ql-snow"> <ng-content select="euiEditorCustomToolbar"></ng-content> </div> </quill-editor><!-- READONLY MODE -->@if (isReadOnly) { <eui-editor-html-view *ngIf="format === \'html\'" [content]="value" [theme]="theme"></eui-editor-html-view> <eui-editor-json-view *ngIf="format === \'json\'" [content]="jsonToHtmlContent" [theme]="theme"></eui-editor-json-view>}</ng-container></div>'
2642
+ var COMPONENT_TEMPLATE = '<div><ng-container *ngIf="readyToRender"><!-- NOTE: We need to create the editor instance even for readonly mode. This is because we rely on the editor to format HTML/JSON content into a properly structured HTML output that can\'t be done another way. Future improvement: Consider completely replacing Quill with a markdown-only editor, which would be a better solution. --> <quill-editor [ngStyle]="{display: isReadOnly ? \'none\' : null}" [id]="generatedId" class="{{ class | classFilter }}" [class.eui-editor--focused]="isFocused" [format]="format" [formats]="formats" [sanitize]="true" [modules]="modules" [theme]="theme" [placeholder]="placeholder" [customToolbarPosition]="customToolbarPosition" [formControl]="formControl" [debug]="debug" [tabindex]="tabindex" [preserveWhitespace]="true" [hasImageFeature]="hasImageFeature" (onEditorCreated)="_onEditorCreated($event)" (onEditorChanged)="_onEditorChanged($event)" (onContentChanged)="_onContentChanged($event)" (onSelectionChanged)="_onSelectionChanged($event)" (onFocus)="_onFocus($event)" (onBlur)="_onBlur($event)"> <div *ngIf="!euiEditorCustomToolbar" quill-editor-toolbar class="eui-u-flex-gap-s"> <div *ngIf="toolbarConfig.headings" class="ql-formats" role="application" aria-label="Select headings style" euiTooltip="{{ toolbarConfig.headings.label }}"> <select class="ql-header" [attr.aria-label]="toolbarConfig.headings.label"> <option value="{{ value }}" *ngFor="let value of toolbarConfig.headings.options">Heading {{ value }}</option> <option selected>Normal</option> </select> </div> <div *ngIf="toolbarConfig.font" class="ql-formats" role="application" aria-label="Select font style" euiTooltip="{{ toolbarConfig.font.label }}"> <select class="ql-font" [attr.aria-label]="toolbarConfig.font.label"> <option selected>Sans Serif</option> <option value="serif">Serif</option> <option value="monospace">Monospace</option> </select> </div> <div *ngIf="toolbarConfig.bold || toolbarConfig.italic || toolbarConfig.underline || toolbarConfig.strike" class="ql-formats"> <button *ngIf="toolbarConfig.bold" class="ql-bold" type="button" [attr.aria-label]="toolbarConfig.bold.label" euiTooltip="{{ toolbarConfig.bold.label }}"> </button> <button *ngIf="toolbarConfig.italic" class="ql-italic" type="button" [attr.aria-label]="toolbarConfig.italic.label" euiTooltip="{{ toolbarConfig.italic.label }}"> </button> <button *ngIf="toolbarConfig.underline" class="ql-underline" type="button" [attr.aria-label]="toolbarConfig.underline.label" euiTooltip="{{ toolbarConfig.underline.label }}"> </button> <button *ngIf="toolbarConfig.strike" class="ql-strike" type="button" [attr.aria-label]="toolbarConfig.strike.label" euiTooltip="{{ toolbarConfig.strike.label }}"> </button> </div> <div *ngIf="toolbarConfig.fontColor || toolbarConfig.fontBackground" class="ql-formats"> <span *ngIf="toolbarConfig.fontColor" euiTooltip="{{ toolbarConfig.fontColor.label }}"> <select class="ql-color" [attr.aria-label]="toolbarConfig.fontColor.label"></select> </span> <span *ngIf="toolbarConfig.fontBackground" euiTooltip="{{ toolbarConfig.fontBackground.label }}"> <select class="ql-background" [attr.aria-label]="toolbarConfig.fontBackground.label"></select> </span> </div> <div *ngIf="toolbarConfig.subscript || toolbarConfig.superscript" class="ql-formats"> <button *ngIf="toolbarConfig.subscript" class="ql-script" value="sub" type="button" [attr.aria-label]="toolbarConfig.subscript.label" euiTooltip="{{ toolbarConfig.subscript.label }}"> </button> <button *ngIf="toolbarConfig.superscript" class="ql-script" value="super" type="button" [attr.aria-label]="toolbarConfig.superscript.label" euiTooltip="{{ toolbarConfig.superscript.label }}"> </button> </div> <div *ngIf="toolbarConfig.textAlign" class="ql-formats"> <span euiTooltip="{{ toolbarConfig.textAlign.label }}"> <select class="ql-align" [attr.aria-label]="toolbarConfig.textAlign.label"> <option selected></option> <option value="center"></option> <option value="right"></option> <option value="justify"></option> </select> </span> </div> <div *ngIf="toolbarConfig.orderedList || toolbarConfig.bulletList || toolbarConfig.indentLess || toolbarConfig.indentMore" class="ql-formats"> <button *ngIf="toolbarConfig.orderedList" class="ql-list" value="ordered" type="button" [attr.aria-label]="toolbarConfig.orderedList.label" euiTooltip="{{ toolbarConfig.orderedList.label }}"> </button> <button *ngIf="toolbarConfig.bulletList" class="ql-list" value="bullet" type="button" [attr.aria-label]="toolbarConfig.bulletList.label" euiTooltip="{{ toolbarConfig.bulletList.label }}"> </button> <button type="button" *ngIf="toolbarConfig.indentLess" class="ql-indent" value="-1" [attr.aria-label]="toolbarConfig.indentLess.label" euiTooltip="{{ toolbarConfig.indentLess.label }}"> </button> <button type="button" *ngIf="toolbarConfig.indentMore" class="ql-indent" value="+1" [attr.aria-label]="toolbarConfig.indentMore.label" euiTooltip="{{ toolbarConfig.indentMore.label }}"> </button> </div> <div *ngIf=" toolbarConfig.blockquote || toolbarConfig.codeBlock || toolbarConfig.link || toolbarConfig.image || toolbarConfig.imageUrl || toolbarConfig.video || toolbarConfig.table " class="ql-formats"> <button *ngIf="toolbarConfig.blockquote" class="ql-blockquote" type="button" [attr.aria-label]="toolbarConfig.blockquote.label" euiTooltip="{{ toolbarConfig.blockquote.label }}"> </button> <button *ngIf="toolbarConfig.codeBlock" class="ql-code-block" type="button" [attr.aria-label]="toolbarConfig.codeBlock.label" euiTooltip="{{ toolbarConfig.codeBlock.label }}"> </button> <button *ngIf="toolbarConfig.link" class="ql-link" type="button" [attr.aria-label]="toolbarConfig.link.label" euiTooltip="{{ toolbarConfig.link.label }}"> </button> <button *ngIf="toolbarConfig.image" class="ql-image" type="button" [attr.aria-label]="toolbarConfig.image.label" euiTooltip="{{ toolbarConfig.image.label }}"> </button> <button type="button" *ngIf="toolbarConfig.imageUrl" [attr.aria-label]="toolbarConfig.imageUrl.label" euiTooltip="{{ toolbarConfig.imageUrl.label }}" (click)="imageUrlHandler()"> <eui-icon-svg icon="eui-ecl-image" size="s"></eui-icon-svg> </button> <button *ngIf="toolbarConfig.video" class="ql-video" type="button" [attr.aria-label]="toolbarConfig.video.label" euiTooltip="{{ toolbarConfig.video.label }}"> </button> <button type="button" *ngIf="toolbarConfig.table" [attr.aria-label]="toolbarConfig.table.label" euiTooltip="{{ toolbarConfig.table.label }}" (click)="insertTable()"> <eui-icon-svg icon="eui-ecl-spreadsheet" size="s"></eui-icon-svg> </button> </div> <div *ngIf="toolbarConfig.clean || toolbarConfig.delete" class="ql-formats"> <button *ngIf="toolbarConfig.clean" class="ql-clean" type="button" [attr.aria-label]="toolbarConfig.clean.label" euiTooltip="{{ toolbarConfig.clean.label }}"> </button> <button type="button" *ngIf="toolbarConfig.delete" [attr.aria-label]="toolbarConfig.delete.label" euiTooltip="{{ toolbarConfig.delete.label }}" (click)="editorDeleteContent()"> <eui-icon-svg icon="eui-ecl-trash" size="s"></eui-icon-svg> </button> </div> <div *ngIf="toolbarConfig.undo || toolbarConfig.redo" class="ql-formats"> <button type="button" *ngIf="toolbarConfig.undo" [attr.aria-label]="toolbarConfig.undo.label" euiTooltip="{{ toolbarConfig.undo.label }}" (click)="editorUndo()"> <eui-icon-svg icon="arrow-undo:outline" size="s"></eui-icon-svg> </button> <button type="button" *ngIf="toolbarConfig.redo" [attr.aria-label]="toolbarConfig.redo.label" euiTooltip="{{ toolbarConfig.redo.label }}" (click)="editorRedo()"> <eui-icon-svg icon="arrow-redo:outline" size="s"></eui-icon-svg> </button> </div> <div *ngIf="toolbarConfig.counters" class="ql-formats"> <eui-editor-counters [hasCharactersCounter]="hasCharactersCounter" [charactersCounter]="charactersCount" [charactersLabel]="charactersCounterLabel" [hasWordsCounter]="hasWordsCounter" [wordsCounter]="wordsCount" [wordsLabel]="wordsCounterLabel" [attr.aria-label]="toolbarConfig.counters.label" role="button" euiTooltip="{{ toolbarConfig.counters.label }}"> </eui-editor-counters> </div> </div> <div *ngIf="euiEditorCustomToolbar" quill-editor-toolbar class="ql-toolbar ql-snow"> <ng-content select="euiEditorCustomToolbar"></ng-content> </div> </quill-editor> <!-- READONLY MODE --> @if (isReadOnly && format === \'html\') { <eui-editor-html-view [content]="value" [theme]="theme" /> } @if (isReadOnly && format === \'json\') { <eui-editor-json-view [content]="jsonToHtmlContent" [theme]="theme" /> }</ng-container></div>'
2643
2643
  var COMPONENTS = [{'name': 'DefaultComponent', 'selector': ''},{'name': 'DefaultComponent', 'selector': ''},{'name': 'EuiAccordionComponent', 'selector': 'eui-accordion'},{'name': 'EuiAccordionItemComponent', 'selector': 'eui-accordion-item'},{'name': 'EuiAlertComponent', 'selector': 'div[euiAlert], eui-alert'},{'name': 'EuiAlertTitleComponent', 'selector': 'eui-alert-title'},{'name': 'EuiApexChartComponent', 'selector': 'eui-apex-chart'},{'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': 'EuiButtonV2Component', 'selector': 'eui-button-v2'},{'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': 'EuiCardFooterMenuComponent', 'selector': 'eui-card-footer-menu'},{'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': 'EuiChipGroupComponent', 'selector': 'eui-chip-group'},{'name': 'EuiChipListComponent', 'selector': 'eui-chip-list, div[euiChipList], ul[euiChipList]'},{'name': 'EuiDashboardButtonComponent', 'selector': 'eui-dashboard-button'},{'name': 'EuiDashboardCardComponent', 'selector': 'eui-dashboard-card'},{'name': 'EuiDashboardCardContentComponent', 'selector': 'eui-dashboard-card-content'},{'name': 'EuiDashboardCardStatusContentComponent', 'selector': 'eui-dashboard-card-status-content'},{'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': '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': 'EuiHeaderSearchComponent', 'selector': 'eui-header-search'},{'name': 'EuiHeaderUserProfileComponent', 'selector': 'eui-header-user-profile'},{'name': 'EuiIconButtonComponent', 'selector': 'eui-icon-button'},{'name': 'EuiIconButtonExpanderComponent', 'selector': 'eui-icon-button-expander'},{'name': 'EuiIconColorComponent', 'selector': 'eui-icon-colored, span[euiIconColored], [euiIconColored]'},{'name': 'EuiIconInputComponent', 'selector': 'eui-icon-input'},{'name': 'EuiIconStateComponent', 'selector': 'eui-icon-state'},{'name': 'EuiIconSvgComponent', 'selector': 'eui-icon-svg, span[euiIconSvg], i[euiIconSvg]'},{'name': 'EuiIconToggleComponent', 'selector': 'eui-icon-toggle'},{'name': 'EuiInputCheckboxComponent', 'selector': 'input[euiInputCheckBox]'},{'name': 'EuiInputGroupAddOnComponent', 'selector': 'div[euiInputGroupAddOn], eui-input-group-addon'},{'name': 'EuiInputGroupAddOnItemComponent', 'selector': 'div[euiInputGroupAddOnItem], eui-input-group-addon-item'},{'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,
2644
2644
  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': 'EuiNavbarComponent', 'selector': 'eui-navbar'},{'name': 'EuiNavbarItemComponent', 'selector': 'eui-navbar-item'},{'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': 'EuiPageHeaderActionItemsComponent', 'selector': 'eui-page-header-action-items'},{'name': 'EuiPageHeaderBodyComponent', 'selector': 'eui-page-header-body'},{'name': 'EuiPageHeaderComponent', 'selector': 'eui-page-header'},{'name': 'EuiPageHeaderSubLabelComponent', 'selector': 'eui-page-header-sub-label'},{'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': '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': 'EuiSplitButtonComponent', 'selector': 'eui-split-button'},{'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': 'EuiTableV2Component', 'selector': 'eui-table-v2, table[euiTableV2]'},{'name': 'EuiTableV2FilterComponent', 'selector': 'eui-table-v2-filter'},{'name': 'EuiTableV2SelectableHeaderComponent', 'selector': 'tr[isHeaderSelectable]'},{'name': 'EuiTableV2SelectableRowComponent', 'selector': 'tr[isDataSelectable]'},{'name': 'EuiTableV2SortableColComponent', 'selector': 'th[isSortable]'},{'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': 'EuiTimeRangepickerComponent', 'selector': 'eui-time-range-picker'},{'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': 'EuiToolbarNavbarComponent', 'selector': 'eui-toolbar-navbar'},{'name': 'EuiToolbarNavbarItemComponent', 'selector': 'eui-toolbar-navbar-item'},{'name': 'EuiToolbarSearchComponent', 'selector': 'eui-toolbar-search'},{'name': 'EuiToolbarSelectorComponent', 'selector': 'eui-toolbar-selector'},{'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': 'PaginationComponent', 'selector': ''},{'name': 'PlaygroundComponent', 'selector': ''},{'name': 'PlaygroundComponent', 'selector': ''},{'name': 'PlaygroundStickyLastColumnComponent', 'selector': ''},{'name': 'QuillEditorComponent', 'selector': 'quill-editor'},{'name': 'VirtualScrollAsyncComponent', 'selector': ''},{'name': 'VirtualScrollComponent', 'selector': ''}];
2645
2645
  var DIRECTIVES = [{'name': 'AutoResizeDirective', 'selector': 'textarea[autoResize]'},{'name': 'BaseStatesDirective', 'selector': '[euiBase]'},{'name': 'EuiAccordionItemHeaderDirective', 'selector': 'eui-accordion-item-header'},{'name': 'EuiActionButtonsDirective', 'selector': 'eui-action-buttons'},{'name': 'EuiAppPageWrapperDirective', 'selector': 'eui-app-page-wrapper'},{'name': 'EuiArrowKeyNavigableDirective', 'selector': '[euiArrowKeyNavigable]'},{'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': 'EuiInputNumberDirective', 'selector': 'input[euiInputNumber][formControl],input[euiInputNumber][formControlName],input[euiInputNumber][ngModel]'},{'name': 'EuiLetterFormatDirective', 'selector': '[euiLetterFormat]'},{'name': 'EuiLoadingDirective', 'selector': '[euiLoading]'},{'name': 'EuiMaxLengthDirective', 'selector': '
@@ -178,6 +178,10 @@
178
178
  <tr>
179
179
  <td class="col-md-4">
180
180
  <ul class="index-list">
181
+ <li>
182
+ <span class="modifier"></span>
183
+ <a href="#string" >string</a>
184
+ </li>
181
185
  <li>
182
186
  <a href="#valueSetter" >valueSetter</a>
183
187
  </li>
@@ -205,6 +209,20 @@
205
209
  </tr>
206
210
 
207
211
 
212
+ <tr>
213
+ <td class="col-md-4">
214
+ <h6><b>HostBindings</b></h6>
215
+ </td>
216
+ </tr>
217
+ <tr>
218
+ <td class="col-md-4">
219
+ <ul class="index-list">
220
+ <li>
221
+ <a href="#class" >class</a>
222
+ </li>
223
+ </ul>
224
+ </td>
225
+ </tr>
208
226
 
209
227
 
210
228
  </tbody>
@@ -296,6 +314,34 @@
296
314
  </table>
297
315
  </section>
298
316
 
317
+ <section data-compodoc="block-properties">
318
+ <h3>HostBindings</h3> <table class="table table-sm table-bordered">
319
+ <tbody>
320
+ <tr>
321
+ <td class="col-md-4">
322
+ <a name="class"></a>
323
+ <span class="name">
324
+ <span ><b>class</b></span>
325
+ <a href="#class"><span class="icon ion-ios-link"></span></a>
326
+ </span>
327
+ </td>
328
+ </tr>
329
+ <tr>
330
+ <td class="col-md-4">
331
+ <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
332
+
333
+ </td>
334
+ </tr>
335
+ <tr>
336
+ <td class="col-md-4">
337
+ <i>Default value : </i><code>&#x27;eui-editor__json-view&#x27;</code>
338
+ </td>
339
+ </tr>
340
+
341
+
342
+ </tbody>
343
+ </table>
344
+ </section>
299
345
 
300
346
 
301
347
 
@@ -304,6 +350,42 @@
304
350
  <h3 id="inputs">
305
351
  Properties
306
352
  </h3>
353
+ <table class="table table-sm table-bordered">
354
+ <tbody>
355
+ <tr>
356
+ <td class="col-md-4">
357
+ <a name="string"></a>
358
+ <span class="name">
359
+ <span class="modifier"></span>
360
+ <span ><b>string</b></span>
361
+ <a href="#string"><span class="icon ion-ios-link"></span></a>
362
+ </span>
363
+ </td>
364
+ </tr>
365
+ <tr>
366
+ <td class="col-md-4">
367
+ <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
368
+
369
+ </td>
370
+ </tr>
371
+ <tr>
372
+ <td class="col-md-4">
373
+ <i>Default value : </i><code>&#x27;eui-editor__json-view&#x27;</code>
374
+ </td>
375
+ </tr>
376
+ <tr>
377
+ <td class="col-md-4">
378
+ <b>Decorators : </b>
379
+ <br />
380
+ <code>
381
+ @HostBinding(&#x27;class&#x27;)<br />
382
+ </code>
383
+ </td>
384
+ </tr>
385
+
386
+
387
+ </tbody>
388
+ </table>
307
389
  <table class="table table-sm table-bordered">
308
390
  <tbody>
309
391
  <tr>
@@ -141,6 +141,7 @@ When the list of tab labels exceeds the width of the header or its container, pa
141
141
  <code>OnDestroy</code>
142
142
  <code>AfterViewInit</code>
143
143
  <code>OnChanges</code>
144
+ <code>OnInit</code>
144
145
  </p>
145
146
 
146
147
 
@@ -282,10 +283,6 @@ When the list of tab labels exceeds the width of the header or its container, pa
282
283
  <span class="modifier">Public</span>
283
284
  <a href="#onKeyUp" >onKeyUp</a>
284
285
  </li>
285
- <li>
286
- <span class="modifier"></span>
287
- <a href="#onResize" >onResize</a>
288
- </li>
289
286
  </ul>
290
287
  </td>
291
288
  </tr>
@@ -359,20 +356,6 @@ When the list of tab labels exceeds the width of the header or its container, pa
359
356
  </td>
360
357
  </tr>
361
358
 
362
- <tr>
363
- <td class="col-md-4">
364
- <h6><b>HostListeners</b></h6>
365
- </td>
366
- </tr>
367
- <tr>
368
- <td class="col-md-4">
369
- <ul class="index-list">
370
- <li>
371
- <a href="#window:resize" >window:resize</a>
372
- </li>
373
- </ul>
374
- </td>
375
- </tr>
376
359
 
377
360
  <tr>
378
361
  <td class="col-md-4">
@@ -398,7 +381,7 @@ When the list of tab labels exceeds the width of the header or its container, pa
398
381
  <tbody>
399
382
  <tr>
400
383
  <td class="col-md-4">
401
- <code>constructor(cd: ChangeDetectorRef, router: Router, builder: AnimationBuilder, elementRef: ElementRef)</code>
384
+ <code>constructor(cd: ChangeDetectorRef, router: Router, builder: AnimationBuilder, elementRef: ElementRef, euiAppShellService: EuiAppShellService)</code>
402
385
  </td>
403
386
  </tr>
404
387
 
@@ -463,6 +446,18 @@ When the list of tab labels exceeds the width of the header or its container, pa
463
446
  </td>
464
447
 
465
448
  </tr>
449
+ <tr>
450
+ <td>euiAppShellService</td>
451
+
452
+ <td>
453
+ <code>EuiAppShellService</code>
454
+ </td>
455
+
456
+ <td>
457
+ No
458
+ </td>
459
+
460
+ </tr>
466
461
  </tbody>
467
462
  </table>
468
463
  </div>
@@ -738,35 +733,7 @@ When the list of tab labels exceeds the width of the header or its container, pa
738
733
  </table>
739
734
  </section>
740
735
 
741
- <section data-compodoc="block-methods">
742
- <h3>HostListeners</h3> <table class="table table-sm table-bordered">
743
- <tbody>
744
- <tr>
745
- <td class="col-md-4">
746
- <a name="window:resize"></a>
747
- <span class="name">
748
- <span ><b>window:resize</b></span>
749
- <a href="#window:resize"><span class="icon ion-ios-link"></span></a>
750
- </span>
751
- </td>
752
- </tr>
753
- <tr>
754
- <td class="col-md-4">
755
- <i>Arguments : </i><code>'$event' </code>
756
- </td>
757
- </tr>
758
- <tr>
759
- <td class="col-md-4">
760
- <code>window:resize()</code>
761
- </td>
762
- </tr>
763
-
764
-
765
736
 
766
-
767
- </tbody>
768
- </table>
769
- </section>
770
737
  <section data-compodoc="block-methods">
771
738
 
772
739
  <h3 id="methods">
@@ -1198,46 +1165,6 @@ is enabled (not disabled). If so, it activates that tab and deactivates all othe
1198
1165
  </tr>
1199
1166
  </tbody>
1200
1167
  </table>
1201
- <table class="table table-sm table-bordered">
1202
- <tbody>
1203
- <tr>
1204
- <td class="col-md-4">
1205
- <a name="onResize"></a>
1206
- <span class="name">
1207
- <span class="modifier"></span>
1208
- <span ><b>onResize</b></span>
1209
- <a href="#onResize"><span class="icon ion-ios-link"></span></a>
1210
- </span>
1211
- </td>
1212
- </tr>
1213
- <tr>
1214
- <td class="col-md-4">
1215
- <span class="modifier-icon icon ion-ios-reset"></span>
1216
- <code>onResize()</code>
1217
- </td>
1218
- </tr>
1219
-
1220
- <tr>
1221
- <td class="col-md-4">
1222
- <b>Decorators : </b>
1223
- <br />
1224
- <code>@HostListener(&#x27;window:resize&#x27;, [&#x27;$event&#x27;])<br /></code>
1225
- </td>
1226
- </tr>
1227
-
1228
-
1229
-
1230
- <tr>
1231
- <td class="col-md-4">
1232
-
1233
- <div class="io-description">
1234
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
1235
-
1236
- </div>
1237
- </td>
1238
- </tr>
1239
- </tbody>
1240
- </table>
1241
1168
  </section>
1242
1169
  <section data-compodoc="block-properties">
1243
1170
 
@@ -268,9 +268,9 @@
268
268
  <li>
269
269
  <b>@stackblitz/sdk</b> : 1.11.0</li>
270
270
  <li>
271
- <b>@eui/styles</b> : 19.1.2-snapshot-1741955106555</li>
271
+ <b>@eui/styles</b> : 19.1.2-snapshot-1742913944867</li>
272
272
  <li>
273
- <b>@eui/ecl</b> : 19.1.2-snapshot-1741955106555</li>
273
+ <b>@eui/ecl</b> : 19.1.2-snapshot-1742913944867</li>
274
274
  <li>
275
275
  <b>@eui/tools</b> : ^6.0.0</li>
276
276
  </ul>