@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
@@ -334,6 +334,9 @@
334
334
  <li>
335
335
  <a href="#class" >class</a>
336
336
  </li>
337
+ <li>
338
+ <a href="#attr.aria-disabled" >attr.aria-disabled</a>
339
+ </li>
337
340
  </ul>
338
341
  </td>
339
342
  </tr>
@@ -942,6 +945,27 @@
942
945
  </tr>
943
946
 
944
947
 
948
+ </tbody>
949
+ </table>
950
+ <table class="table table-sm table-bordered">
951
+ <tbody>
952
+ <tr>
953
+ <td class="col-md-4">
954
+ <a name="attr.aria-disabled"></a>
955
+ <span class="name">
956
+ <span ><b>attr.aria-disabled</b></span>
957
+ <a href="#attr.aria-disabled"><span class="icon ion-ios-link"></span></a>
958
+ </span>
959
+ </td>
960
+ </tr>
961
+ <tr>
962
+ <td class="col-md-4">
963
+ <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
964
+
965
+ </td>
966
+ </tr>
967
+
968
+
945
969
  </tbody>
946
970
  </table>
947
971
  </section>
@@ -384,6 +384,9 @@
384
384
  <li>
385
385
  <a href="#class" >class</a>
386
386
  </li>
387
+ <li>
388
+ <a href="#attr.aria-disabled" >attr.aria-disabled</a>
389
+ </li>
387
390
  </ul>
388
391
  </td>
389
392
  </tr>
@@ -1210,6 +1213,27 @@
1210
1213
  </tr>
1211
1214
 
1212
1215
 
1216
+ </tbody>
1217
+ </table>
1218
+ <table class="table table-sm table-bordered">
1219
+ <tbody>
1220
+ <tr>
1221
+ <td class="col-md-4">
1222
+ <a name="attr.aria-disabled"></a>
1223
+ <span class="name">
1224
+ <span ><b>attr.aria-disabled</b></span>
1225
+ <a href="#attr.aria-disabled"><span class="icon ion-ios-link"></span></a>
1226
+ </span>
1227
+ </td>
1228
+ </tr>
1229
+ <tr>
1230
+ <td class="col-md-4">
1231
+ <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
1232
+
1233
+ </td>
1234
+ </tr>
1235
+
1236
+
1213
1237
  </tbody>
1214
1238
  </table>
1215
1239
  </section>
@@ -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">