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

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 (95) 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/EuiDatepickerComponent.html +24 -0
  10. package/docs/components/EuiDialogComponent.html +37 -0
  11. package/docs/components/EuiDropdownComponent.html +24 -0
  12. package/docs/components/EuiFeedbackMessageComponent.html +24 -0
  13. package/docs/components/EuiFooterComponent.html +24 -0
  14. package/docs/components/EuiIconComponent.html +24 -0
  15. package/docs/components/EuiIconSvgComponent.html +24 -0
  16. package/docs/components/EuiLabelComponent.html +24 -0
  17. package/docs/components/EuiLanguageSelectorComponent.html +24 -0
  18. package/docs/components/EuiListComponent.html +24 -0
  19. package/docs/components/EuiListItemComponent.html +24 -0
  20. package/docs/components/EuiMessageBoxComponent.html +37 -0
  21. package/docs/components/EuiOverlayBodyComponent.html +24 -0
  22. package/docs/components/EuiOverlayComponent.html +24 -0
  23. package/docs/components/EuiOverlayFooterComponent.html +24 -0
  24. package/docs/components/EuiOverlayHeaderComponent.html +24 -0
  25. package/docs/components/EuiOverlayHeaderTitleComponent.html +24 -0
  26. package/docs/components/EuiPageColumnComponent.html +24 -0
  27. package/docs/components/EuiPageFooterComponent.html +24 -0
  28. package/docs/components/EuiPageTopContentComponent.html +24 -0
  29. package/docs/components/EuiPopoverComponent.html +37 -0
  30. package/docs/components/EuiProgressCircleComponent.html +24 -0
  31. package/docs/components/EuiSlideToggleComponent.html +24 -0
  32. package/docs/components/EuiTabComponent.html +37 -0
  33. package/docs/components/EuiTableComponent.html +24 -0
  34. package/docs/components/EuiTableFilterComponent.html +24 -0
  35. package/docs/components/EuiTextareaComponent.html +37 -0
  36. package/docs/components/EuiToolbarItemsComponent.html +24 -0
  37. package/docs/components/EuiTreeComponent.html +26 -2
  38. package/docs/dependencies.html +2 -2
  39. package/docs/directives/BaseDirective.html +57 -0
  40. package/docs/directives/BaseStatesDirective.html +57 -0
  41. package/docs/directives/EuiButtonsActionsContentTagDirective.html +119 -7
  42. package/docs/directives/EuiButtonsLocalMenuContentTagDirective.html +119 -7
  43. package/docs/directives/EuiSmoothScrollToDirective.html +0 -13
  44. package/docs/js/menu-wc.js +15 -15
  45. package/docs/js/menu-wc_es5.js +1 -1
  46. package/docs/js/search/search_index.js +2 -2
  47. package/esm2022/directives/eui-smooth-scroll.directive.mjs +2 -3
  48. package/esm2022/eui-button/eui-button.component.mjs +3 -3
  49. package/esm2022/eui-buttons/eui-buttons.component.mjs +19 -7
  50. package/esm2022/eui-dashboard-button/eui-dashboard-button.component.mjs +2 -2
  51. package/esm2022/eui-fieldset/eui-fieldset.component.mjs +2 -2
  52. package/esm2022/eui-select/eui-select.component.mjs +2 -1
  53. package/esm2022/eui-tabs/eui-tab/eui-tab.component.mjs +2 -2
  54. package/esm2022/eui-tabs/eui-tabs.component.mjs +2 -2
  55. package/esm2022/eui-tree/eui-tree-helper.mjs +7 -4
  56. package/esm2022/eui-tree/eui-tree.component.mjs +119 -63
  57. package/esm2022/eui-tree/eui-tree.model.mjs +1 -1
  58. package/esm2022/layout/eui-notifications/eui-notifications.component.mjs +2 -2
  59. package/esm2022/layout/eui-notifications-v2/eui-notifications.component.mjs +2 -2
  60. package/esm2022/shared/base/base-states.directive.mjs +10 -8
  61. package/esm2022/shared/base/base.directive.mjs +9 -8
  62. package/eui-button/eui-button.component.d.ts.map +1 -1
  63. package/eui-buttons/eui-buttons.component.d.ts +2 -0
  64. package/eui-buttons/eui-buttons.component.d.ts.map +1 -1
  65. package/eui-select/eui-select.component.d.ts.map +1 -1
  66. package/eui-tree/eui-tree-helper.d.ts.map +1 -1
  67. package/eui-tree/eui-tree.component.d.ts +3 -1
  68. package/eui-tree/eui-tree.component.d.ts.map +1 -1
  69. package/eui-tree/eui-tree.model.d.ts +1 -0
  70. package/eui-tree/eui-tree.model.d.ts.map +1 -1
  71. package/fesm2022/eui-components-directives.mjs +1 -2
  72. package/fesm2022/eui-components-directives.mjs.map +1 -1
  73. package/fesm2022/eui-components-eui-button.mjs +2 -2
  74. package/fesm2022/eui-components-eui-button.mjs.map +1 -1
  75. package/fesm2022/eui-components-eui-buttons.mjs +18 -6
  76. package/fesm2022/eui-components-eui-buttons.mjs.map +1 -1
  77. package/fesm2022/eui-components-eui-dashboard-button.mjs +2 -2
  78. package/fesm2022/eui-components-eui-dashboard-button.mjs.map +1 -1
  79. package/fesm2022/eui-components-eui-fieldset.mjs +2 -2
  80. package/fesm2022/eui-components-eui-fieldset.mjs.map +1 -1
  81. package/fesm2022/eui-components-eui-select.mjs +1 -0
  82. package/fesm2022/eui-components-eui-select.mjs.map +1 -1
  83. package/fesm2022/eui-components-eui-tabs.mjs +4 -4
  84. package/fesm2022/eui-components-eui-tabs.mjs.map +1 -1
  85. package/fesm2022/eui-components-eui-tree.mjs +124 -65
  86. package/fesm2022/eui-components-eui-tree.mjs.map +1 -1
  87. package/fesm2022/eui-components-layout.mjs +4 -4
  88. package/fesm2022/eui-components-layout.mjs.map +1 -1
  89. package/fesm2022/eui-components-shared-base.mjs +16 -13
  90. package/fesm2022/eui-components-shared-base.mjs.map +1 -1
  91. package/package.json +7 -7
  92. package/shared/base/base-states.directive.d.ts +1 -0
  93. package/shared/base/base-states.directive.d.ts.map +1 -1
  94. package/shared/base/base.directive.d.ts +1 -0
  95. package/shared/base/base.directive.d.ts.map +1 -1
@@ -321,6 +321,9 @@
321
321
  <li>
322
322
  <a href="#class" >class</a>
323
323
  </li>
324
+ <li>
325
+ <a href="#attr.aria-disabled" >attr.aria-disabled</a>
326
+ </li>
324
327
  </ul>
325
328
  </td>
326
329
  </tr>
@@ -903,6 +906,27 @@
903
906
  </tr>
904
907
 
905
908
 
909
+ </tbody>
910
+ </table>
911
+ <table class="table table-sm table-bordered">
912
+ <tbody>
913
+ <tr>
914
+ <td class="col-md-4">
915
+ <a name="attr.aria-disabled"></a>
916
+ <span class="name">
917
+ <span ><b>attr.aria-disabled</b></span>
918
+ <a href="#attr.aria-disabled"><span class="icon ion-ios-link"></span></a>
919
+ </span>
920
+ </td>
921
+ </tr>
922
+ <tr>
923
+ <td class="col-md-4">
924
+ <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
925
+
926
+ </td>
927
+ </tr>
928
+
929
+
906
930
  </tbody>
907
931
  </table>
908
932
  </section>
@@ -361,6 +361,9 @@
361
361
  <li>
362
362
  <a href="#class" >class</a>
363
363
  </li>
364
+ <li>
365
+ <a href="#attr.aria-disabled" >attr.aria-disabled</a>
366
+ </li>
364
367
  </ul>
365
368
  </td>
366
369
  </tr>
@@ -995,6 +998,27 @@
995
998
  </tr>
996
999
 
997
1000
 
1001
+ </tbody>
1002
+ </table>
1003
+ <table class="table table-sm table-bordered">
1004
+ <tbody>
1005
+ <tr>
1006
+ <td class="col-md-4">
1007
+ <a name="attr.aria-disabled"></a>
1008
+ <span class="name">
1009
+ <span ><b>attr.aria-disabled</b></span>
1010
+ <a href="#attr.aria-disabled"><span class="icon ion-ios-link"></span></a>
1011
+ </span>
1012
+ </td>
1013
+ </tr>
1014
+ <tr>
1015
+ <td class="col-md-4">
1016
+ <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
1017
+
1018
+ </td>
1019
+ </tr>
1020
+
1021
+
998
1022
  </tbody>
999
1023
  </table>
1000
1024
  </section>
@@ -358,6 +358,9 @@
358
358
  <li>
359
359
  <a href="#class" >class</a>
360
360
  </li>
361
+ <li>
362
+ <a href="#attr.aria-disabled" >attr.aria-disabled</a>
363
+ </li>
361
364
  </ul>
362
365
  </td>
363
366
  </tr>
@@ -993,6 +996,27 @@
993
996
  </tr>
994
997
 
995
998
 
999
+ </tbody>
1000
+ </table>
1001
+ <table class="table table-sm table-bordered">
1002
+ <tbody>
1003
+ <tr>
1004
+ <td class="col-md-4">
1005
+ <a name="attr.aria-disabled"></a>
1006
+ <span class="name">
1007
+ <span ><b>attr.aria-disabled</b></span>
1008
+ <a href="#attr.aria-disabled"><span class="icon ion-ios-link"></span></a>
1009
+ </span>
1010
+ </td>
1011
+ </tr>
1012
+ <tr>
1013
+ <td class="col-md-4">
1014
+ <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
1015
+
1016
+ </td>
1017
+ </tr>
1018
+
1019
+
996
1020
  </tbody>
997
1021
  </table>
998
1022
  </section>
@@ -392,6 +392,9 @@
392
392
  <li>
393
393
  <a href="#class" >class</a>
394
394
  </li>
395
+ <li>
396
+ <a href="#attr.aria-disabled" >attr.aria-disabled</a>
397
+ </li>
395
398
  </ul>
396
399
  </td>
397
400
  </tr>
@@ -1095,6 +1098,27 @@
1095
1098
  </tr>
1096
1099
 
1097
1100
 
1101
+ </tbody>
1102
+ </table>
1103
+ <table class="table table-sm table-bordered">
1104
+ <tbody>
1105
+ <tr>
1106
+ <td class="col-md-4">
1107
+ <a name="attr.aria-disabled"></a>
1108
+ <span class="name">
1109
+ <span ><b>attr.aria-disabled</b></span>
1110
+ <a href="#attr.aria-disabled"><span class="icon ion-ios-link"></span></a>
1111
+ </span>
1112
+ </td>
1113
+ </tr>
1114
+ <tr>
1115
+ <td class="col-md-4">
1116
+ <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
1117
+
1118
+ </td>
1119
+ </tr>
1120
+
1121
+
1098
1122
  </tbody>
1099
1123
  </table>
1100
1124
  </section>
@@ -404,6 +404,20 @@
404
404
  </td>
405
405
  </tr>
406
406
 
407
+ <tr>
408
+ <td class="col-md-4">
409
+ <h6><b>HostBindings</b></h6>
410
+ </td>
411
+ </tr>
412
+ <tr>
413
+ <td class="col-md-4">
414
+ <ul class="index-list">
415
+ <li>
416
+ <a href="#attr.aria-disabled" >attr.aria-disabled</a>
417
+ </li>
418
+ </ul>
419
+ </td>
420
+ </tr>
407
421
 
408
422
 
409
423
  <tr>
@@ -1289,6 +1303,29 @@
1289
1303
  </tbody>
1290
1304
  </table>
1291
1305
  </section>
1306
+ <section data-compodoc="block-properties">
1307
+ <h3>HostBindings</h3> <table class="table table-sm table-bordered">
1308
+ <tbody>
1309
+ <tr>
1310
+ <td class="col-md-4">
1311
+ <a name="attr.aria-disabled"></a>
1312
+ <span class="name">
1313
+ <span ><b>attr.aria-disabled</b></span>
1314
+ <a href="#attr.aria-disabled"><span class="icon ion-ios-link"></span></a>
1315
+ </span>
1316
+ </td>
1317
+ </tr>
1318
+ <tr>
1319
+ <td class="col-md-4">
1320
+ <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
1321
+
1322
+ </td>
1323
+ </tr>
1324
+
1325
+
1326
+ </tbody>
1327
+ </table>
1328
+ </section>
1292
1329
 
1293
1330
 
1294
1331
  <section data-compodoc="block-methods">
@@ -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>
@@ -362,6 +362,9 @@
362
362
  <li>
363
363
  <a href="#class" >class</a>
364
364
  </li>
365
+ <li>
366
+ <a href="#attr.aria-disabled" >attr.aria-disabled</a>
367
+ </li>
365
368
  </ul>
366
369
  </td>
367
370
  </tr>
@@ -1030,6 +1033,27 @@
1030
1033
  </tr>
1031
1034
 
1032
1035
 
1036
+ </tbody>
1037
+ </table>
1038
+ <table class="table table-sm table-bordered">
1039
+ <tbody>
1040
+ <tr>
1041
+ <td class="col-md-4">
1042
+ <a name="attr.aria-disabled"></a>
1043
+ <span class="name">
1044
+ <span ><b>attr.aria-disabled</b></span>
1045
+ <a href="#attr.aria-disabled"><span class="icon ion-ios-link"></span></a>
1046
+ </span>
1047
+ </td>
1048
+ </tr>
1049
+ <tr>
1050
+ <td class="col-md-4">
1051
+ <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
1052
+
1053
+ </td>
1054
+ </tr>
1055
+
1056
+
1033
1057
  </tbody>
1034
1058
  </table>
1035
1059
  </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>
@@ -322,6 +322,9 @@
322
322
  <li>
323
323
  <a href="#class" >class</a>
324
324
  </li>
325
+ <li>
326
+ <a href="#attr.aria-disabled" >attr.aria-disabled</a>
327
+ </li>
325
328
  </ul>
326
329
  </td>
327
330
  </tr>
@@ -847,6 +850,27 @@
847
850
  </tr>
848
851
 
849
852
 
853
+ </tbody>
854
+ </table>
855
+ <table class="table table-sm table-bordered">
856
+ <tbody>
857
+ <tr>
858
+ <td class="col-md-4">
859
+ <a name="attr.aria-disabled"></a>
860
+ <span class="name">
861
+ <span ><b>attr.aria-disabled</b></span>
862
+ <a href="#attr.aria-disabled"><span class="icon ion-ios-link"></span></a>
863
+ </span>
864
+ </td>
865
+ </tr>
866
+ <tr>
867
+ <td class="col-md-4">
868
+ <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
869
+
870
+ </td>
871
+ </tr>
872
+
873
+
850
874
  </tbody>
851
875
  </table>
852
876
  </section>
@@ -329,6 +329,9 @@
329
329
  <li>
330
330
  <a href="#class" >class</a>
331
331
  </li>
332
+ <li>
333
+ <a href="#attr.aria-disabled" >attr.aria-disabled</a>
334
+ </li>
332
335
  </ul>
333
336
  </td>
334
337
  </tr>
@@ -935,6 +938,27 @@
935
938
  </tr>
936
939
 
937
940
 
941
+ </tbody>
942
+ </table>
943
+ <table class="table table-sm table-bordered">
944
+ <tbody>
945
+ <tr>
946
+ <td class="col-md-4">
947
+ <a name="attr.aria-disabled"></a>
948
+ <span class="name">
949
+ <span ><b>attr.aria-disabled</b></span>
950
+ <a href="#attr.aria-disabled"><span class="icon ion-ios-link"></span></a>
951
+ </span>
952
+ </td>
953
+ </tr>
954
+ <tr>
955
+ <td class="col-md-4">
956
+ <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
957
+
958
+ </td>
959
+ </tr>
960
+
961
+
938
962
  </tbody>
939
963
  </table>
940
964
  </section>
@@ -411,6 +411,9 @@
411
411
  <li>
412
412
  <a href="#class" >class</a>
413
413
  </li>
414
+ <li>
415
+ <a href="#attr.aria-disabled" >attr.aria-disabled</a>
416
+ </li>
414
417
  </ul>
415
418
  </td>
416
419
  </tr>
@@ -1176,6 +1179,27 @@
1176
1179
  </tr>
1177
1180
 
1178
1181
 
1182
+ </tbody>
1183
+ </table>
1184
+ <table class="table table-sm table-bordered">
1185
+ <tbody>
1186
+ <tr>
1187
+ <td class="col-md-4">
1188
+ <a name="attr.aria-disabled"></a>
1189
+ <span class="name">
1190
+ <span ><b>attr.aria-disabled</b></span>
1191
+ <a href="#attr.aria-disabled"><span class="icon ion-ios-link"></span></a>
1192
+ </span>
1193
+ </td>
1194
+ </tr>
1195
+ <tr>
1196
+ <td class="col-md-4">
1197
+ <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
1198
+
1199
+ </td>
1200
+ </tr>
1201
+
1202
+
1179
1203
  </tbody>
1180
1204
  </table>
1181
1205
  </section>
@@ -303,6 +303,9 @@
303
303
  <li>
304
304
  <a href="#class" >class</a>
305
305
  </li>
306
+ <li>
307
+ <a href="#attr.aria-disabled" >attr.aria-disabled</a>
308
+ </li>
306
309
  </ul>
307
310
  </td>
308
311
  </tr>
@@ -833,6 +836,27 @@
833
836
  </tr>
834
837
 
835
838
 
839
+ </tbody>
840
+ </table>
841
+ <table class="table table-sm table-bordered">
842
+ <tbody>
843
+ <tr>
844
+ <td class="col-md-4">
845
+ <a name="attr.aria-disabled"></a>
846
+ <span class="name">
847
+ <span ><b>attr.aria-disabled</b></span>
848
+ <a href="#attr.aria-disabled"><span class="icon ion-ios-link"></span></a>
849
+ </span>
850
+ </td>
851
+ </tr>
852
+ <tr>
853
+ <td class="col-md-4">
854
+ <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
855
+
856
+ </td>
857
+ </tr>
858
+
859
+
836
860
  </tbody>
837
861
  </table>
838
862
  </section>
@@ -303,6 +303,9 @@
303
303
  <li>
304
304
  <a href="#class" >class</a>
305
305
  </li>
306
+ <li>
307
+ <a href="#attr.aria-disabled" >attr.aria-disabled</a>
308
+ </li>
306
309
  </ul>
307
310
  </td>
308
311
  </tr>
@@ -833,6 +836,27 @@
833
836
  </tr>
834
837
 
835
838
 
839
+ </tbody>
840
+ </table>
841
+ <table class="table table-sm table-bordered">
842
+ <tbody>
843
+ <tr>
844
+ <td class="col-md-4">
845
+ <a name="attr.aria-disabled"></a>
846
+ <span class="name">
847
+ <span ><b>attr.aria-disabled</b></span>
848
+ <a href="#attr.aria-disabled"><span class="icon ion-ios-link"></span></a>
849
+ </span>
850
+ </td>
851
+ </tr>
852
+ <tr>
853
+ <td class="col-md-4">
854
+ <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
855
+
856
+ </td>
857
+ </tr>
858
+
859
+
836
860
  </tbody>
837
861
  </table>
838
862
  </section>
@@ -403,6 +403,20 @@
403
403
  </td>
404
404
  </tr>
405
405
 
406
+ <tr>
407
+ <td class="col-md-4">
408
+ <h6><b>HostBindings</b></h6>
409
+ </td>
410
+ </tr>
411
+ <tr>
412
+ <td class="col-md-4">
413
+ <ul class="index-list">
414
+ <li>
415
+ <a href="#attr.aria-disabled" >attr.aria-disabled</a>
416
+ </li>
417
+ </ul>
418
+ </td>
419
+ </tr>
406
420
 
407
421
 
408
422
  <tr>
@@ -1185,6 +1199,29 @@
1185
1199
  </tbody>
1186
1200
  </table>
1187
1201
  </section>
1202
+ <section data-compodoc="block-properties">
1203
+ <h3>HostBindings</h3> <table class="table table-sm table-bordered">
1204
+ <tbody>
1205
+ <tr>
1206
+ <td class="col-md-4">
1207
+ <a name="attr.aria-disabled"></a>
1208
+ <span class="name">
1209
+ <span ><b>attr.aria-disabled</b></span>
1210
+ <a href="#attr.aria-disabled"><span class="icon ion-ios-link"></span></a>
1211
+ </span>
1212
+ </td>
1213
+ </tr>
1214
+ <tr>
1215
+ <td class="col-md-4">
1216
+ <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
1217
+
1218
+ </td>
1219
+ </tr>
1220
+
1221
+
1222
+ </tbody>
1223
+ </table>
1224
+ </section>
1188
1225
 
1189
1226
 
1190
1227
  <section data-compodoc="block-methods">
@@ -391,6 +391,9 @@
391
391
  <li>
392
392
  <a href="#class" >class</a>
393
393
  </li>
394
+ <li>
395
+ <a href="#attr.aria-disabled" >attr.aria-disabled</a>
396
+ </li>
394
397
  </ul>
395
398
  </td>
396
399
  </tr>
@@ -1143,6 +1146,27 @@
1143
1146
  </tr>
1144
1147
 
1145
1148
 
1149
+ </tbody>
1150
+ </table>
1151
+ <table class="table table-sm table-bordered">
1152
+ <tbody>
1153
+ <tr>
1154
+ <td class="col-md-4">
1155
+ <a name="attr.aria-disabled"></a>
1156
+ <span class="name">
1157
+ <span ><b>attr.aria-disabled</b></span>
1158
+ <a href="#attr.aria-disabled"><span class="icon ion-ios-link"></span></a>
1159
+ </span>
1160
+ </td>
1161
+ </tr>
1162
+ <tr>
1163
+ <td class="col-md-4">
1164
+ <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
1165
+
1166
+ </td>
1167
+ </tr>
1168
+
1169
+
1146
1170
  </tbody>
1147
1171
  </table>
1148
1172
  </section>
@@ -391,6 +391,9 @@
391
391
  <li>
392
392
  <a href="#class" >class</a>
393
393
  </li>
394
+ <li>
395
+ <a href="#attr.aria-disabled" >attr.aria-disabled</a>
396
+ </li>
394
397
  </ul>
395
398
  </td>
396
399
  </tr>
@@ -1109,6 +1112,27 @@
1109
1112
  </tr>
1110
1113
 
1111
1114
 
1115
+ </tbody>
1116
+ </table>
1117
+ <table class="table table-sm table-bordered">
1118
+ <tbody>
1119
+ <tr>
1120
+ <td class="col-md-4">
1121
+ <a name="attr.aria-disabled"></a>
1122
+ <span class="name">
1123
+ <span ><b>attr.aria-disabled</b></span>
1124
+ <a href="#attr.aria-disabled"><span class="icon ion-ios-link"></span></a>
1125
+ </span>
1126
+ </td>
1127
+ </tr>
1128
+ <tr>
1129
+ <td class="col-md-4">
1130
+ <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
1131
+
1132
+ </td>
1133
+ </tr>
1134
+
1135
+
1112
1136
  </tbody>
1113
1137
  </table>
1114
1138
  </section>