@eui/components 17.0.1-snapshot-1701185079748 → 17.0.1-snapshot-1701285551630

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 (107) hide show
  1. package/directives/eui-smooth-scroll.directive.d.ts +0 -1
  2. package/directives/eui-smooth-scroll.directive.d.ts.map +1 -1
  3. package/docs/components/EuiAppTopMessageComponent.html +24 -0
  4. package/docs/components/EuiButtonComponent.html +24 -0
  5. package/docs/components/EuiButtonsComponent.html +25 -1
  6. package/docs/components/EuiCardComponent.html +24 -0
  7. package/docs/components/EuiChipComponent.html +24 -0
  8. package/docs/components/EuiChipListComponent.html +24 -0
  9. package/docs/components/EuiDashboardCardComponent.html +2 -2
  10. package/docs/components/EuiDatepickerComponent.html +24 -0
  11. package/docs/components/EuiDialogComponent.html +37 -0
  12. package/docs/components/EuiDropdownComponent.html +25 -1
  13. package/docs/components/EuiFeedbackMessageComponent.html +24 -0
  14. package/docs/components/EuiFooterComponent.html +24 -0
  15. package/docs/components/EuiIconComponent.html +24 -0
  16. package/docs/components/EuiIconSvgComponent.html +24 -0
  17. package/docs/components/EuiLabelComponent.html +24 -0
  18. package/docs/components/EuiLanguageSelectorComponent.html +24 -0
  19. package/docs/components/EuiListComponent.html +24 -0
  20. package/docs/components/EuiListItemComponent.html +24 -0
  21. package/docs/components/EuiMessageBoxComponent.html +37 -0
  22. package/docs/components/EuiOverlayBodyComponent.html +24 -0
  23. package/docs/components/EuiOverlayComponent.html +24 -0
  24. package/docs/components/EuiOverlayFooterComponent.html +24 -0
  25. package/docs/components/EuiOverlayHeaderComponent.html +24 -0
  26. package/docs/components/EuiOverlayHeaderTitleComponent.html +24 -0
  27. package/docs/components/EuiPageColumnComponent.html +24 -0
  28. package/docs/components/EuiPageFooterComponent.html +24 -0
  29. package/docs/components/EuiPageTopContentComponent.html +24 -0
  30. package/docs/components/EuiPopoverComponent.html +37 -0
  31. package/docs/components/EuiProgressCircleComponent.html +24 -0
  32. package/docs/components/EuiSlideToggleComponent.html +24 -0
  33. package/docs/components/EuiTabComponent.html +37 -0
  34. package/docs/components/EuiTableComponent.html +24 -0
  35. package/docs/components/EuiTableFilterComponent.html +24 -0
  36. package/docs/components/EuiTextareaComponent.html +37 -0
  37. package/docs/components/EuiToolbarItemsComponent.html +24 -0
  38. package/docs/components/EuiTreeComponent.html +26 -2
  39. package/docs/dependencies.html +2 -2
  40. package/docs/directives/BaseDirective.html +57 -0
  41. package/docs/directives/BaseStatesDirective.html +57 -0
  42. package/docs/directives/EuiButtonsActionsContentTagDirective.html +119 -7
  43. package/docs/directives/EuiButtonsLocalMenuContentTagDirective.html +119 -7
  44. package/docs/directives/EuiSmoothScrollToDirective.html +0 -13
  45. package/docs/js/menu-wc.js +18 -18
  46. package/docs/js/menu-wc_es5.js +1 -1
  47. package/docs/js/search/search_index.js +2 -2
  48. package/esm2022/directives/eui-smooth-scroll.directive.mjs +2 -3
  49. package/esm2022/eui-button/eui-button.component.mjs +3 -3
  50. package/esm2022/eui-buttons/eui-buttons.component.mjs +19 -7
  51. package/esm2022/eui-dashboard-button/eui-dashboard-button.component.mjs +2 -2
  52. package/esm2022/eui-dashboard-card/eui-dashboard-card.component.mjs +10 -6
  53. package/esm2022/eui-dropdown/eui-dropdown.component.mjs +3 -3
  54. package/esm2022/eui-fieldset/eui-fieldset.component.mjs +2 -2
  55. package/esm2022/eui-input-number/eui-input-number.component.mjs +2 -2
  56. package/esm2022/eui-select/eui-select.component.mjs +2 -1
  57. package/esm2022/eui-tabs/eui-tab/eui-tab.component.mjs +2 -2
  58. package/esm2022/eui-tabs/eui-tabs.component.mjs +2 -2
  59. package/esm2022/eui-tree/eui-tree-helper.mjs +7 -4
  60. package/esm2022/eui-tree/eui-tree.component.mjs +119 -63
  61. package/esm2022/eui-tree/eui-tree.model.mjs +1 -1
  62. package/esm2022/layout/eui-notifications/eui-notifications.component.mjs +2 -2
  63. package/esm2022/layout/eui-notifications-v2/eui-notifications.component.mjs +2 -2
  64. package/esm2022/shared/base/base-states.directive.mjs +10 -8
  65. package/esm2022/shared/base/base.directive.mjs +9 -8
  66. package/eui-button/eui-button.component.d.ts.map +1 -1
  67. package/eui-buttons/eui-buttons.component.d.ts +2 -0
  68. package/eui-buttons/eui-buttons.component.d.ts.map +1 -1
  69. package/eui-dashboard-card/eui-dashboard-card.component.d.ts +6 -3
  70. package/eui-dashboard-card/eui-dashboard-card.component.d.ts.map +1 -1
  71. package/eui-select/eui-select.component.d.ts.map +1 -1
  72. package/eui-tree/eui-tree-helper.d.ts.map +1 -1
  73. package/eui-tree/eui-tree.component.d.ts +3 -1
  74. package/eui-tree/eui-tree.component.d.ts.map +1 -1
  75. package/eui-tree/eui-tree.model.d.ts +1 -0
  76. package/eui-tree/eui-tree.model.d.ts.map +1 -1
  77. package/fesm2022/eui-components-directives.mjs +1 -2
  78. package/fesm2022/eui-components-directives.mjs.map +1 -1
  79. package/fesm2022/eui-components-eui-button.mjs +2 -2
  80. package/fesm2022/eui-components-eui-button.mjs.map +1 -1
  81. package/fesm2022/eui-components-eui-buttons.mjs +18 -6
  82. package/fesm2022/eui-components-eui-buttons.mjs.map +1 -1
  83. package/fesm2022/eui-components-eui-dashboard-button.mjs +2 -2
  84. package/fesm2022/eui-components-eui-dashboard-button.mjs.map +1 -1
  85. package/fesm2022/eui-components-eui-dashboard-card.mjs +9 -5
  86. package/fesm2022/eui-components-eui-dashboard-card.mjs.map +1 -1
  87. package/fesm2022/eui-components-eui-dropdown.mjs +2 -2
  88. package/fesm2022/eui-components-eui-dropdown.mjs.map +1 -1
  89. package/fesm2022/eui-components-eui-fieldset.mjs +2 -2
  90. package/fesm2022/eui-components-eui-fieldset.mjs.map +1 -1
  91. package/fesm2022/eui-components-eui-input-number.mjs +1 -1
  92. package/fesm2022/eui-components-eui-input-number.mjs.map +1 -1
  93. package/fesm2022/eui-components-eui-select.mjs +1 -0
  94. package/fesm2022/eui-components-eui-select.mjs.map +1 -1
  95. package/fesm2022/eui-components-eui-tabs.mjs +4 -4
  96. package/fesm2022/eui-components-eui-tabs.mjs.map +1 -1
  97. package/fesm2022/eui-components-eui-tree.mjs +124 -65
  98. package/fesm2022/eui-components-eui-tree.mjs.map +1 -1
  99. package/fesm2022/eui-components-layout.mjs +4 -4
  100. package/fesm2022/eui-components-layout.mjs.map +1 -1
  101. package/fesm2022/eui-components-shared-base.mjs +16 -13
  102. package/fesm2022/eui-components-shared-base.mjs.map +1 -1
  103. package/package.json +13 -13
  104. package/shared/base/base-states.directive.d.ts +1 -0
  105. package/shared/base/base-states.directive.d.ts.map +1 -1
  106. package/shared/base/base.directive.d.ts +1 -0
  107. package/shared/base/base.directive.d.ts.map +1 -1
@@ -3,7 +3,6 @@ import * as i0 from "@angular/core";
3
3
  import * as i1 from "@angular/common";
4
4
  export declare class EuiSmoothScrollToDirective {
5
5
  targetElement: any;
6
- constructor();
7
6
  scrollTo: string;
8
7
  duration: number;
9
8
  offset: number;
@@ -1 +1 @@
1
- {"version":3,"file":"eui-smooth-scroll.directive.d.ts","sourceRoot":"","sources":["../../directives/eui-smooth-scroll.directive.ts"],"names":[],"mappings":"AAIA,OAAO,EAA4C,MAAM,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;;;AAG7F,qBAGa,0BAA0B;IACnC,aAAa,EAAE,GAAG,CAAC;;IAIU,QAAQ,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,MAAM,CAAC;IACnB,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;IACP,cAAc,EAAE,GAAG,CAAC;IACrB,aAAa,EAAE,GAAG,CAAC;IACrB,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,GAAG,CAAC;IAEvB,OAAO;yCAdrB,0BAA0B;2CAA1B,0BAA0B;CA+BtC;AAED,qBAGa,wBAAyB,YAAW,MAAM;IACnD,OAAO,CAAC,EAAE,CAAC;gBAEC,EAAE,EAAE,UAAU;IAIA,QAAQ,EAAE,OAAO,CAAC;IAClB,QAAQ,EAAE,MAAM,CAAC;IACnB,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;IACP,cAAc,EAAE,GAAG,CAAC;IACrB,aAAa,EAAE,GAAG,CAAC;IACrB,WAAW,EAAE,MAAM,CAAC;IAClB,aAAa,EAAE,OAAO,CAAC;IACzB,WAAW,EAAE,GAAG,CAAC;IAEJ,OAAO,CAAC,MAAM,KAAA;IAMjD,QAAQ;IAIf,OAAO,CAAC,MAAM;yCA3BL,wBAAwB;2CAAxB,wBAAwB;CA2CpC;AAkJD,qBAKa,8BAA8B;yCAA9B,8BAA8B;0CAA9B,8BAA8B,UAtO9B,0BAA0B,SAoC1B,wBAAwB,qCApCxB,0BAA0B,SAoC1B,wBAAwB;0CAkMxB,8BAA8B;CAAI"}
1
+ {"version":3,"file":"eui-smooth-scroll.directive.d.ts","sourceRoot":"","sources":["../../directives/eui-smooth-scroll.directive.ts"],"names":[],"mappings":"AAIA,OAAO,EAA4C,MAAM,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;;;AAG7F,qBAGa,0BAA0B;IACnC,aAAa,EAAE,GAAG,CAAC;IAEU,QAAQ,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,MAAM,CAAC;IACnB,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;IACP,cAAc,EAAE,GAAG,CAAC;IACrB,aAAa,EAAE,GAAG,CAAC;IACrB,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,GAAG,CAAC;IAEvB,OAAO;yCAZrB,0BAA0B;2CAA1B,0BAA0B;CA6BtC;AAED,qBAGa,wBAAyB,YAAW,MAAM;IACnD,OAAO,CAAC,EAAE,CAAC;gBAEC,EAAE,EAAE,UAAU;IAIA,QAAQ,EAAE,OAAO,CAAC;IAClB,QAAQ,EAAE,MAAM,CAAC;IACnB,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;IACP,cAAc,EAAE,GAAG,CAAC;IACrB,aAAa,EAAE,GAAG,CAAC;IACrB,WAAW,EAAE,MAAM,CAAC;IAClB,aAAa,EAAE,OAAO,CAAC;IACzB,WAAW,EAAE,GAAG,CAAC;IAEJ,OAAO,CAAC,MAAM,KAAA;IAMjD,QAAQ;IAIf,OAAO,CAAC,MAAM;yCA3BL,wBAAwB;2CAAxB,wBAAwB;CA2CpC;AAkJD,qBAKa,8BAA8B;yCAA9B,8BAA8B;0CAA9B,8BAA8B,UApO9B,0BAA0B,SAkC1B,wBAAwB,qCAlCxB,0BAA0B,SAkC1B,wBAAwB;0CAkMxB,8BAA8B;CAAI"}
@@ -370,6 +370,9 @@
370
370
  <li>
371
371
  <a href="#class" >class</a>
372
372
  </li>
373
+ <li>
374
+ <a href="#attr.aria-disabled" >attr.aria-disabled</a>
375
+ </li>
373
376
  </ul>
374
377
  </td>
375
378
  </tr>
@@ -1045,6 +1048,27 @@
1045
1048
  </tr>
1046
1049
 
1047
1050
 
1051
+ </tbody>
1052
+ </table>
1053
+ <table class="table table-sm table-bordered">
1054
+ <tbody>
1055
+ <tr>
1056
+ <td class="col-md-4">
1057
+ <a name="attr.aria-disabled"></a>
1058
+ <span class="name">
1059
+ <span ><b>attr.aria-disabled</b></span>
1060
+ <a href="#attr.aria-disabled"><span class="icon ion-ios-link"></span></a>
1061
+ </span>
1062
+ </td>
1063
+ </tr>
1064
+ <tr>
1065
+ <td class="col-md-4">
1066
+ <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
1067
+
1068
+ </td>
1069
+ </tr>
1070
+
1071
+
1048
1072
  </tbody>
1049
1073
  </table>
1050
1074
  </section>
@@ -352,6 +352,9 @@
352
352
  <li>
353
353
  <a href="#class" >class</a>
354
354
  </li>
355
+ <li>
356
+ <a href="#attr.aria-disabled" >attr.aria-disabled</a>
357
+ </li>
355
358
  </ul>
356
359
  </td>
357
360
  </tr>
@@ -1098,6 +1101,27 @@
1098
1101
  </tr>
1099
1102
 
1100
1103
 
1104
+ </tbody>
1105
+ </table>
1106
+ <table class="table table-sm table-bordered">
1107
+ <tbody>
1108
+ <tr>
1109
+ <td class="col-md-4">
1110
+ <a name="attr.aria-disabled"></a>
1111
+ <span class="name">
1112
+ <span ><b>attr.aria-disabled</b></span>
1113
+ <a href="#attr.aria-disabled"><span class="icon ion-ios-link"></span></a>
1114
+ </span>
1115
+ </td>
1116
+ </tr>
1117
+ <tr>
1118
+ <td class="col-md-4">
1119
+ <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
1120
+
1121
+ </td>
1122
+ </tr>
1123
+
1124
+
1101
1125
  </tbody>
1102
1126
  </table>
1103
1127
  </section>
@@ -378,6 +378,9 @@
378
378
  <li>
379
379
  <a href="#class" >class</a>
380
380
  </li>
381
+ <li>
382
+ <a href="#attr.aria-disabled" >attr.aria-disabled</a>
383
+ </li>
381
384
  </ul>
382
385
  </td>
383
386
  </tr>
@@ -1036,6 +1039,27 @@
1036
1039
  </tr>
1037
1040
 
1038
1041
 
1042
+ </tbody>
1043
+ </table>
1044
+ <table class="table table-sm table-bordered">
1045
+ <tbody>
1046
+ <tr>
1047
+ <td class="col-md-4">
1048
+ <a name="attr.aria-disabled"></a>
1049
+ <span class="name">
1050
+ <span ><b>attr.aria-disabled</b></span>
1051
+ <a href="#attr.aria-disabled"><span class="icon ion-ios-link"></span></a>
1052
+ </span>
1053
+ </td>
1054
+ </tr>
1055
+ <tr>
1056
+ <td class="col-md-4">
1057
+ <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
1058
+
1059
+ </td>
1060
+ </tr>
1061
+
1062
+
1039
1063
  </tbody>
1040
1064
  </table>
1041
1065
  </section>
@@ -1500,7 +1524,7 @@
1500
1524
  <script src="../js/libs/htmlparser.js"></script>
1501
1525
  <script src="../js/libs/deep-iterator.js"></script>
1502
1526
  <script>
1503
- var COMPONENT_TEMPLATE = '<div><div class="eui-buttons-wrapper" [class.eui-buttons-wrapper--mobile]="(asService.breakpoints$ | async).isMobile || (asService.breakpoints$ | async).isTablet"> <div class="eui-buttons__actions-container"> <!-- ACTION BUTTONS --> <ng-container *ngIf="!((asService.breakpoints$ | async).isMobile || (asService.breakpoints$ | async).isTablet)"> <ng-container *ngTemplateOutlet="actionsButtons"></ng-container> </ng-container> <!-- BOOKMARK BUTTON --> <button *ngIf="isBookmarkable && !((asService.breakpoints$ | async).isMobile || (asService.breakpoints$ | async).isTablet)" euiButton euiOutline euiSecondary type="button" [title]=" isBookmarked ? (\'eui.pageHeader.REMOVE-BOOKMARK.tooltip\' | translate) : (\'eui.pageHeader.ADD-BOOKMARK.tooltip\' | translate) " [attr.aria-label]=" isBookmarked ? (\'eui.pageHeader.REMOVE-BOOKMARK.tooltip\' | translate) : (\'eui.pageHeader.ADD-BOOKMARK.tooltip\' | translate) " (click)="onBookmarkToggle()"> <eui-icon-svg *ngIf="isBookmarked" icon="eui-bookmark"></eui-icon-svg> <eui-icon-svg *ngIf="!isBookmarked" icon="eui-bookmark-outline"></eui-icon-svg> <span *ngIf="isBookmarked">{{ \'eui.pageHeader.REMOVE-BOOKMARK\' | translate }}</span> <span *ngIf="!isBookmarked">{{ \'eui.pageHeader.ADD-BOOKMARK\' | translate }}</span> </button> <!-- LOCAL MENU WHEN IN MOBILE/TABLET MODE --> <div *ngIf="hasLocalMenu || (asService.breakpoints$ | async).isMobile || (asService.breakpoints$ | async).isTablet" class="eui-buttons__local-menu" [class.eui-buttons__local-menu--mobile]="(asService.breakpoints$ | async).isMobile || (asService.breakpoints$ | async).isTablet" euiSizeS> <eui-dropdown> <button euiButton euiPrimary type="button" [euiOutline]="localMenuLabel" [euiBasicButton]="!localMenuLabel" [euiRounded]="!localMenuLabel" [euiIconButton]="!localMenuLabel"> <span *ngIf="localMenuLabel" euiLabel>{{ localMenuLabel }}</span> <eui-icon-svg icon="eui-ellipsis-vertical"></eui-icon-svg> </button> <eui-dropdown-content> <!-- Action buttons --> <ng-container *ngIf=" customActionsContent && ((asService.breakpoints$ | async).isMobile || (asService.breakpoints$ | async).isTablet) "> <ng-container *ngTemplateOutlet="actionsButtons"></ng-container> </ng-container> <!-- Local menu items --> <ng-container *ngIf="hasLocalMenu && customLocalMenuContent && customLocalMenuContent.length !== 0"> <ng-container *ngTemplateOutlet="localMenu"></ng-container> </ng-container> <!-- Extra menu items --> <ul euiList class="eui-buttons__local-menu-extras"> <li *ngIf=" isBookmarkable && ((asService.breakpoints$ | async).isMobile || (asService.breakpoints$ | async).isTablet) " euiListItem [title]=" isBookmarked ? (\'eui.pageHeader.REMOVE-BOOKMARK-TOOLTIP\' | translate) : (\'eui.pageHeader.ADD-BOOKMARK-TOOLTIP\' | translate) " [attr.aria-label]=" isBookmarked ? (\'eui.pageHeader.REMOVE-BOOKMARK-TOOLTIP\' | translate) : (\'eui.pageHeader.ADD-BOOKMARK-TOOLTIP\' | translate) " (click)="onBookmarkToggle()"> <eui-icon-svg *ngIf="isBookmarked" icon="eui-bookmark" fillColor="info-100" size="s"></eui-icon-svg> <eui-icon-svg *ngIf="!isBookmarked" icon="eui-bookmark-outline" fillColor="info-100" size="s"></eui-icon-svg> <span *ngIf="isBookmarked" euiLabel>{{ \'eui.pageHeader.REMOVE-BOOKMARK\' | translate }}</span> <span *ngIf="!isBookmarked" euiLabel>{{ \'eui.pageHeader.ADD-BOOKMARK\' | translate }}</span> </li> </ul> </eui-dropdown-content> </eui-dropdown> </div> </div></div><ng-template #actionsButtons> <div class="eui-buttons__actions-content" [class.eui-buttons__actions-content--mobile]=" (asService.breakpoints$ | async).isMobile || (asService.breakpoints$ | async).isTablet "> <ng-content select="euiButtonsActionsContent"></ng-content> </div></ng-template><ng-template #localMenu> <div class="eui-buttons__local-menu-content" [class.eui-buttons__local-menu-content--mobile]=" (asService.breakpoints$ | async).isMobile || (asService.breakpoints$ | async).isTablet "> <ng-content select="euiButtonsLocalMenuContent"></ng-content> </div></ng-template></div>'
1527
+ var COMPONENT_TEMPLATE = '<div><div class="eui-buttons-wrapper" [class.eui-buttons-wrapper--mobile]="(asService.breakpoints$ | async).isMobile || (asService.breakpoints$ | async).isTablet"> <div class="eui-buttons__actions-container"> <!-- ACTION BUTTONS --> <ng-container *ngIf="!((asService.breakpoints$ | async).isMobile || (asService.breakpoints$ | async).isTablet)"> <ng-container *ngTemplateOutlet="actionsButtons"></ng-container> </ng-container> <!-- BOOKMARK BUTTON --> <button *ngIf="isBookmarkable && !((asService.breakpoints$ | async).isMobile || (asService.breakpoints$ | async).isTablet)" euiButton euiOutline euiSecondary type="button" [title]=" isBookmarked ? (\'eui.pageHeader.REMOVE-BOOKMARK.tooltip\' | translate) : (\'eui.pageHeader.ADD-BOOKMARK.tooltip\' | translate) " [attr.aria-label]=" isBookmarked ? (\'eui.pageHeader.REMOVE-BOOKMARK.tooltip\' | translate) : (\'eui.pageHeader.ADD-BOOKMARK.tooltip\' | translate) " (click)="onBookmarkToggle()"> <eui-icon-svg *ngIf="isBookmarked" icon="eui-bookmark"></eui-icon-svg> <eui-icon-svg *ngIf="!isBookmarked" icon="eui-bookmark-outline"></eui-icon-svg> <span *ngIf="isBookmarked">{{ \'eui.pageHeader.REMOVE-BOOKMARK\' | translate }}</span> <span *ngIf="!isBookmarked">{{ \'eui.pageHeader.ADD-BOOKMARK\' | translate }}</span> </button> <!-- LOCAL MENU WHEN IN MOBILE/TABLET MODE --> <div *ngIf="hasLocalMenu || (asService.breakpoints$ | async).isMobile || (asService.breakpoints$ | async).isTablet" class="eui-buttons__local-menu" [class.eui-buttons__local-menu--mobile]="(asService.breakpoints$ | async).isMobile || (asService.breakpoints$ | async).isTablet" euiSizeS> <eui-dropdown> <button euiButton euiPrimary type="button" [euiOutline]="localMenuLabel" [euiBasicButton]="!localMenuLabel" [euiRounded]="!localMenuLabel" [euiIconButton]="!localMenuLabel"> <span *ngIf="localMenuLabel" euiLabel>{{ localMenuLabel }}</span> <eui-icon-svg icon="eui-ellipsis-vertical"></eui-icon-svg> </button> <eui-dropdown-content> <!-- Action buttons --> <ng-container *ngIf=" customActionsContent && ((asService.breakpoints$ | async).isMobile || (asService.breakpoints$ | async).isTablet) "> <ng-container *ngTemplateOutlet="actionsButtons"></ng-container> </ng-container> <!-- Local menu items --> <ng-container *ngIf="hasLocalMenu && customLocalMenuContent && customLocalMenuContent.length !== 0"> <ng-container *ngTemplateOutlet="localMenu"></ng-container> </ng-container> <!-- Extra menu items --> <ul euiList class="eui-buttons__local-menu-extras"> <li *ngIf=" isBookmarkable && ((asService.breakpoints$ | async).isMobile || (asService.breakpoints$ | async).isTablet) " euiListItem [title]=" isBookmarked ? (\'eui.pageHeader.REMOVE-BOOKMARK-TOOLTIP\' | translate) : (\'eui.pageHeader.ADD-BOOKMARK-TOOLTIP\' | translate) " [attr.aria-label]=" isBookmarked ? (\'eui.pageHeader.REMOVE-BOOKMARK-TOOLTIP\' | translate) : (\'eui.pageHeader.ADD-BOOKMARK-TOOLTIP\' | translate) " (click)="onBookmarkToggle()"> <eui-icon-svg *ngIf="isBookmarked" icon="eui-bookmark" fillColor="info-100" size="s"></eui-icon-svg> <eui-icon-svg *ngIf="!isBookmarked" icon="eui-bookmark-outline" fillColor="info-100" size="s"></eui-icon-svg> <span *ngIf="isBookmarked" euiLabel>{{ \'eui.pageHeader.REMOVE-BOOKMARK\' | translate }}</span> <span *ngIf="!isBookmarked" euiLabel>{{ \'eui.pageHeader.ADD-BOOKMARK\' | translate }}</span> </li> </ul> </eui-dropdown-content> </eui-dropdown> </div> </div></div><ng-template #actionsButtons> <div class="eui-buttons__actions-content-wrapper" [class.eui-buttons__actions-content--mobile]=" (asService.breakpoints$ | async).isMobile || (asService.breakpoints$ | async).isTablet "> <ng-content select="euiButtonsActionsContent"></ng-content> </div></ng-template><ng-template #localMenu> <div class="eui-buttons__local-menu-content-wrapper" [class.eui-buttons__local-menu-content--mobile]=" (asService.breakpoints$ | async).isMobile || (asService.breakpoints$ | async).isTablet "> <ng-content select="euiButtonsLocalMenuContent"></ng-content> </div></ng-template></div>'
1504
1528
  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,
1505
1529
  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'}];
1506
1530
  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': '
@@ -376,6 +376,9 @@
376
376
  <li>
377
377
  <a href="#class" >class</a>
378
378
  </li>
379
+ <li>
380
+ <a href="#attr.aria-disabled" >attr.aria-disabled</a>
381
+ </li>
379
382
  </ul>
380
383
  </td>
381
384
  </tr>
@@ -1101,6 +1104,27 @@
1101
1104
  </tr>
1102
1105
 
1103
1106
 
1107
+ </tbody>
1108
+ </table>
1109
+ <table class="table table-sm table-bordered">
1110
+ <tbody>
1111
+ <tr>
1112
+ <td class="col-md-4">
1113
+ <a name="attr.aria-disabled"></a>
1114
+ <span class="name">
1115
+ <span ><b>attr.aria-disabled</b></span>
1116
+ <a href="#attr.aria-disabled"><span class="icon ion-ios-link"></span></a>
1117
+ </span>
1118
+ </td>
1119
+ </tr>
1120
+ <tr>
1121
+ <td class="col-md-4">
1122
+ <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
1123
+
1124
+ </td>
1125
+ </tr>
1126
+
1127
+
1104
1128
  </tbody>
1105
1129
  </table>
1106
1130
  </section>
@@ -386,6 +386,9 @@
386
386
  <li>
387
387
  <a href="#class" >class</a>
388
388
  </li>
389
+ <li>
390
+ <a href="#attr.aria-disabled" >attr.aria-disabled</a>
391
+ </li>
389
392
  </ul>
390
393
  </td>
391
394
  </tr>
@@ -1134,6 +1137,27 @@
1134
1137
  </tr>
1135
1138
 
1136
1139
 
1140
+ </tbody>
1141
+ </table>
1142
+ <table class="table table-sm table-bordered">
1143
+ <tbody>
1144
+ <tr>
1145
+ <td class="col-md-4">
1146
+ <a name="attr.aria-disabled"></a>
1147
+ <span class="name">
1148
+ <span ><b>attr.aria-disabled</b></span>
1149
+ <a href="#attr.aria-disabled"><span class="icon ion-ios-link"></span></a>
1150
+ </span>
1151
+ </td>
1152
+ </tr>
1153
+ <tr>
1154
+ <td class="col-md-4">
1155
+ <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
1156
+
1157
+ </td>
1158
+ </tr>
1159
+
1160
+
1137
1161
  </tbody>
1138
1162
  </table>
1139
1163
  </section>
@@ -487,6 +487,9 @@
487
487
  <li>
488
488
  <a href="#class" >class</a>
489
489
  </li>
490
+ <li>
491
+ <a href="#attr.aria-disabled" >attr.aria-disabled</a>
492
+ </li>
490
493
  </ul>
491
494
  </td>
492
495
  </tr>
@@ -1474,6 +1477,27 @@
1474
1477
  </tr>
1475
1478
 
1476
1479
 
1480
+ </tbody>
1481
+ </table>
1482
+ <table class="table table-sm table-bordered">
1483
+ <tbody>
1484
+ <tr>
1485
+ <td class="col-md-4">
1486
+ <a name="attr.aria-disabled"></a>
1487
+ <span class="name">
1488
+ <span ><b>attr.aria-disabled</b></span>
1489
+ <a href="#attr.aria-disabled"><span class="icon ion-ios-link"></span></a>
1490
+ </span>
1491
+ </td>
1492
+ </tr>
1493
+ <tr>
1494
+ <td class="col-md-4">
1495
+ <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
1496
+
1497
+ </td>
1498
+ </tr>
1499
+
1500
+
1477
1501
  </tbody>
1478
1502
  </table>
1479
1503
  </section>
@@ -146,7 +146,7 @@
146
146
  <td class="col-md-9">
147
147
  <code><a href="../directives/BaseStatesDirective.html" target="_self" >BaseStatesDirective</a></code>
148
148
  <br/>
149
- <div><i>&nbsp;Inputs</i> : euiPrimary&nbsp;euiSecondary&nbsp;euiSuccess&nbsp;euiInfo&nbsp;euiWarning&nbsp;euiDanger&nbsp;euiAccent&nbsp;euiVariant&nbsp;euiSizeXS&nbsp;euiSizeS&nbsp;euiSizeM&nbsp;euiSizeL&nbsp;euiSizeXL&nbsp;euiSize2XL&nbsp;euiSizeVariant&nbsp;</div>
149
+ <div><i>&nbsp;Inputs</i> : euiPrimary&nbsp;euiSecondary&nbsp;euiSuccess&nbsp;euiInfo&nbsp;euiWarning&nbsp;euiDanger&nbsp;euiAccent&nbsp;euiVariant&nbsp;euiSizeXS&nbsp;euiSizeS&nbsp;euiSizeM&nbsp;euiSizeL&nbsp;euiSizeXL&nbsp;euiSize2XL&nbsp;euiSizeVariant&nbsp;euiDisabled&nbsp;</div>
150
150
  </td>
151
151
  </tr>
152
152
 
@@ -251,7 +251,7 @@
251
251
  <a href="#imageUrl" >imageUrl</a>
252
252
  </li>
253
253
  <li>
254
- <a href="#isDisabled" >isDisabled</a>
254
+ <a href="#isDisabled" class="deprecated-name">isDisabled</a>
255
255
  </li>
256
256
  <li>
257
257
  <a href="#isFlatAvatar" >isFlatAvatar</a>
@@ -512,6 +512,9 @@
512
512
  <li>
513
513
  <a href="#class" >class</a>
514
514
  </li>
515
+ <li>
516
+ <a href="#attr.aria-disabled" >attr.aria-disabled</a>
517
+ </li>
515
518
  </ul>
516
519
  </td>
517
520
  </tr>
@@ -1682,6 +1685,27 @@
1682
1685
  </tr>
1683
1686
 
1684
1687
 
1688
+ </tbody>
1689
+ </table>
1690
+ <table class="table table-sm table-bordered">
1691
+ <tbody>
1692
+ <tr>
1693
+ <td class="col-md-4">
1694
+ <a name="attr.aria-disabled"></a>
1695
+ <span class="name">
1696
+ <span ><b>attr.aria-disabled</b></span>
1697
+ <a href="#attr.aria-disabled"><span class="icon ion-ios-link"></span></a>
1698
+ </span>
1699
+ </td>
1700
+ </tr>
1701
+ <tr>
1702
+ <td class="col-md-4">
1703
+ <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
1704
+
1705
+ </td>
1706
+ </tr>
1707
+
1708
+
1685
1709
  </tbody>
1686
1710
  </table>
1687
1711
  </section>
@@ -475,6 +475,20 @@
475
475
  </td>
476
476
  </tr>
477
477
 
478
+ <tr>
479
+ <td class="col-md-4">
480
+ <h6><b>HostBindings</b></h6>
481
+ </td>
482
+ </tr>
483
+ <tr>
484
+ <td class="col-md-4">
485
+ <ul class="index-list">
486
+ <li>
487
+ <a href="#attr.aria-disabled" >attr.aria-disabled</a>
488
+ </li>
489
+ </ul>
490
+ </td>
491
+ </tr>
478
492
 
479
493
 
480
494
  <tr>
@@ -1558,6 +1572,29 @@
1558
1572
  </tbody>
1559
1573
  </table>
1560
1574
  </section>
1575
+ <section data-compodoc="block-properties">
1576
+ <h3>HostBindings</h3> <table class="table table-sm table-bordered">
1577
+ <tbody>
1578
+ <tr>
1579
+ <td class="col-md-4">
1580
+ <a name="attr.aria-disabled"></a>
1581
+ <span class="name">
1582
+ <span ><b>attr.aria-disabled</b></span>
1583
+ <a href="#attr.aria-disabled"><span class="icon ion-ios-link"></span></a>
1584
+ </span>
1585
+ </td>
1586
+ </tr>
1587
+ <tr>
1588
+ <td class="col-md-4">
1589
+ <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
1590
+
1591
+ </td>
1592
+ </tr>
1593
+
1594
+
1595
+ </tbody>
1596
+ </table>
1597
+ </section>
1561
1598
 
1562
1599
 
1563
1600
  <section data-compodoc="block-methods">
@@ -398,6 +398,9 @@
398
398
  <li>
399
399
  <a href="#class" >class</a>
400
400
  </li>
401
+ <li>
402
+ <a href="#attr.aria-disabled" >attr.aria-disabled</a>
403
+ </li>
401
404
  </ul>
402
405
  </td>
403
406
  </tr>
@@ -1177,6 +1180,27 @@
1177
1180
  </tr>
1178
1181
 
1179
1182
 
1183
+ </tbody>
1184
+ </table>
1185
+ <table class="table table-sm table-bordered">
1186
+ <tbody>
1187
+ <tr>
1188
+ <td class="col-md-4">
1189
+ <a name="attr.aria-disabled"></a>
1190
+ <span class="name">
1191
+ <span ><b>attr.aria-disabled</b></span>
1192
+ <a href="#attr.aria-disabled"><span class="icon ion-ios-link"></span></a>
1193
+ </span>
1194
+ </td>
1195
+ </tr>
1196
+ <tr>
1197
+ <td class="col-md-4">
1198
+ <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
1199
+
1200
+ </td>
1201
+ </tr>
1202
+
1203
+
1180
1204
  </tbody>
1181
1205
  </table>
1182
1206
  </section>
@@ -1787,7 +1811,7 @@
1787
1811
  <script src="../js/libs/htmlparser.js"></script>
1788
1812
  <script src="../js/libs/deep-iterator.js"></script>
1789
1813
  <script>
1790
- 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" class="eui-dropdown__panel-container" [style.width]="width" [tabindex]="tabIndex" (click)="onClick()"> <ng-content select="eui-dropdown-content"></ng-content> </div></ng-template></div>'
1814
+ 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()"> <ng-content select="eui-dropdown-content"></ng-content> </div></ng-template></div>'
1791
1815
  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,
1792
1816
  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'}];
1793
1817
  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': '
@@ -310,6 +310,9 @@
310
310
  <li>
311
311
  <a href="#class" >class</a>
312
312
  </li>
313
+ <li>
314
+ <a href="#attr.aria-disabled" >attr.aria-disabled</a>
315
+ </li>
313
316
  </ul>
314
317
  </td>
315
318
  </tr>
@@ -861,6 +864,27 @@
861
864
  </tr>
862
865
 
863
866
 
867
+ </tbody>
868
+ </table>
869
+ <table class="table table-sm table-bordered">
870
+ <tbody>
871
+ <tr>
872
+ <td class="col-md-4">
873
+ <a name="attr.aria-disabled"></a>
874
+ <span class="name">
875
+ <span ><b>attr.aria-disabled</b></span>
876
+ <a href="#attr.aria-disabled"><span class="icon ion-ios-link"></span></a>
877
+ </span>
878
+ </td>
879
+ </tr>
880
+ <tr>
881
+ <td class="col-md-4">
882
+ <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
883
+
884
+ </td>
885
+ </tr>
886
+
887
+
864
888
  </tbody>
865
889
  </table>
866
890
  </section>
@@ -311,6 +311,9 @@
311
311
  <li>
312
312
  <a href="#class" >class</a>
313
313
  </li>
314
+ <li>
315
+ <a href="#attr.aria-disabled" >attr.aria-disabled</a>
316
+ </li>
314
317
  </ul>
315
318
  </td>
316
319
  </tr>
@@ -836,6 +839,27 @@
836
839
  </tr>
837
840
 
838
841
 
842
+ </tbody>
843
+ </table>
844
+ <table class="table table-sm table-bordered">
845
+ <tbody>
846
+ <tr>
847
+ <td class="col-md-4">
848
+ <a name="attr.aria-disabled"></a>
849
+ <span class="name">
850
+ <span ><b>attr.aria-disabled</b></span>
851
+ <a href="#attr.aria-disabled"><span class="icon ion-ios-link"></span></a>
852
+ </span>
853
+ </td>
854
+ </tr>
855
+ <tr>
856
+ <td class="col-md-4">
857
+ <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
858
+
859
+ </td>
860
+ </tr>
861
+
862
+
839
863
  </tbody>
840
864
  </table>
841
865
  </section>