@eui/components 17.0.1-snapshot-1701096824737 → 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.
- package/directives/eui-smooth-scroll.directive.d.ts +0 -1
- package/directives/eui-smooth-scroll.directive.d.ts.map +1 -1
- package/docs/components/EuiAppTopMessageComponent.html +24 -0
- package/docs/components/EuiBadgeComponent.html +1 -1
- package/docs/components/EuiButtonComponent.html +54 -372
- package/docs/components/EuiButtonGroupComponent.html +65 -829
- package/docs/components/EuiButtonsComponent.html +25 -1
- package/docs/components/EuiCardComponent.html +59 -574
- package/docs/components/EuiChipComponent.html +34 -124
- package/docs/components/EuiChipListComponent.html +24 -0
- package/docs/components/EuiDatepickerComponent.html +24 -0
- package/docs/components/EuiDialogComponent.html +37 -0
- package/docs/components/EuiDiscussionThreadComponent.html +100 -1
- package/docs/components/EuiDiscussionThreadItemComponent.html +100 -1
- package/docs/components/EuiDropdownComponent.html +24 -0
- package/docs/components/EuiFeedbackMessageComponent.html +24 -0
- package/docs/components/EuiFooterComponent.html +24 -0
- package/docs/components/EuiIconComponent.html +24 -0
- package/docs/components/EuiIconSvgComponent.html +25 -1
- package/docs/components/EuiLabelComponent.html +24 -0
- package/docs/components/EuiLanguageSelectorComponent.html +24 -0
- package/docs/components/EuiListComponent.html +24 -0
- package/docs/components/EuiListItemComponent.html +24 -0
- package/docs/components/EuiMessageBoxComponent.html +37 -0
- package/docs/components/EuiOverlayBodyComponent.html +24 -0
- package/docs/components/EuiOverlayComponent.html +24 -0
- package/docs/components/EuiOverlayFooterComponent.html +24 -0
- package/docs/components/EuiOverlayHeaderComponent.html +24 -0
- package/docs/components/EuiOverlayHeaderTitleComponent.html +24 -0
- package/docs/components/EuiPageColumnComponent.html +24 -0
- package/docs/components/EuiPageFooterComponent.html +24 -0
- package/docs/components/EuiPageTopContentComponent.html +24 -0
- package/docs/components/EuiPopoverComponent.html +37 -0
- package/docs/components/EuiProgressCircleComponent.html +24 -0
- package/docs/components/EuiSlideToggleComponent.html +24 -0
- package/docs/components/EuiTabComponent.html +37 -0
- package/docs/components/EuiTableComponent.html +24 -0
- package/docs/components/EuiTableFilterComponent.html +24 -0
- package/docs/components/EuiTextareaComponent.html +37 -0
- package/docs/components/EuiToolbarItemsComponent.html +24 -0
- package/docs/components/EuiTreeComponent.html +26 -2
- package/docs/components/EuiUserProfileComponent.html +44 -9
- package/docs/dependencies.html +2 -2
- package/docs/directives/BaseDirective.html +57 -0
- package/docs/directives/BaseStatesDirective.html +138 -0
- package/docs/directives/EuiButtonsActionsContentTagDirective.html +119 -7
- package/docs/directives/EuiButtonsLocalMenuContentTagDirective.html +119 -7
- package/docs/directives/EuiSmoothScrollToDirective.html +0 -13
- package/docs/js/menu-wc.js +18 -18
- package/docs/js/menu-wc_es5.js +1 -1
- package/docs/js/search/search_index.js +2 -2
- package/esm2022/directives/eui-smooth-scroll.directive.mjs +2 -3
- package/esm2022/eui-avatar/eui-avatar.component.mjs +2 -2
- package/esm2022/eui-badge/eui-badge.component.mjs +8 -3
- package/esm2022/eui-button/eui-button.component.mjs +23 -54
- package/esm2022/eui-button-group/eui-button-group.component.mjs +18 -31
- package/esm2022/eui-buttons/eui-buttons.component.mjs +19 -7
- package/esm2022/eui-card/eui-card.component.mjs +36 -87
- package/esm2022/eui-chip/eui-chip.component.mjs +23 -34
- package/esm2022/eui-dashboard-button/eui-dashboard-button.component.mjs +2 -2
- package/esm2022/eui-discussion-thread/eui-discussion-thread-item.component.mjs +9 -5
- package/esm2022/eui-discussion-thread/eui-discussion-thread.component.mjs +11 -5
- package/esm2022/eui-fieldset/eui-fieldset.component.mjs +2 -2
- package/esm2022/eui-icon/eui-icon-svg.component.mjs +3 -3
- package/esm2022/eui-icon/eui-icon.component.mjs +2 -2
- package/esm2022/eui-select/eui-select.component.mjs +2 -1
- package/esm2022/eui-tabs/eui-tab/eui-tab.component.mjs +2 -2
- package/esm2022/eui-tabs/eui-tabs.component.mjs +2 -2
- package/esm2022/eui-tree/eui-tree-helper.mjs +7 -4
- package/esm2022/eui-tree/eui-tree.component.mjs +119 -63
- package/esm2022/eui-tree/eui-tree.model.mjs +1 -1
- package/esm2022/layout/eui-notifications/eui-notifications.component.mjs +2 -2
- package/esm2022/layout/eui-notifications-v2/eui-notifications.component.mjs +2 -2
- package/esm2022/layout/eui-user-profile/user-profile.component.mjs +27 -38
- package/esm2022/shared/base/base-states.directive.mjs +22 -8
- package/esm2022/shared/base/base.directive.mjs +9 -8
- package/eui-badge/eui-badge.component.d.ts +1 -1
- package/eui-badge/eui-badge.component.d.ts.map +1 -1
- package/eui-button/eui-button.component.d.ts +13 -20
- package/eui-button/eui-button.component.d.ts.map +1 -1
- package/eui-button-group/eui-button-group.component.d.ts +6 -11
- package/eui-button-group/eui-button-group.component.d.ts.map +1 -1
- package/eui-buttons/eui-buttons.component.d.ts +2 -0
- package/eui-buttons/eui-buttons.component.d.ts.map +1 -1
- package/eui-card/eui-card.component.d.ts +16 -32
- package/eui-card/eui-card.component.d.ts.map +1 -1
- package/eui-chip/eui-chip.component.d.ts +7 -10
- package/eui-chip/eui-chip.component.d.ts.map +1 -1
- package/eui-discussion-thread/eui-discussion-thread-item.component.d.ts +1 -0
- package/eui-discussion-thread/eui-discussion-thread-item.component.d.ts.map +1 -1
- package/eui-discussion-thread/eui-discussion-thread.component.d.ts +1 -0
- package/eui-discussion-thread/eui-discussion-thread.component.d.ts.map +1 -1
- package/eui-icon/eui-icon-svg.component.d.ts +1 -1
- package/eui-icon/eui-icon-svg.component.d.ts.map +1 -1
- package/eui-select/eui-select.component.d.ts.map +1 -1
- package/eui-tree/eui-tree-helper.d.ts.map +1 -1
- package/eui-tree/eui-tree.component.d.ts +3 -1
- package/eui-tree/eui-tree.component.d.ts.map +1 -1
- package/eui-tree/eui-tree.model.d.ts +1 -0
- package/eui-tree/eui-tree.model.d.ts.map +1 -1
- package/fesm2022/eui-components-directives.mjs +1 -2
- package/fesm2022/eui-components-directives.mjs.map +1 -1
- package/fesm2022/eui-components-eui-avatar.mjs +2 -2
- package/fesm2022/eui-components-eui-avatar.mjs.map +1 -1
- package/fesm2022/eui-components-eui-badge.mjs +7 -2
- package/fesm2022/eui-components-eui-badge.mjs.map +1 -1
- package/fesm2022/eui-components-eui-button-group.mjs +17 -30
- package/fesm2022/eui-components-eui-button-group.mjs.map +1 -1
- package/fesm2022/eui-components-eui-button.mjs +22 -53
- package/fesm2022/eui-components-eui-button.mjs.map +1 -1
- package/fesm2022/eui-components-eui-buttons.mjs +18 -6
- package/fesm2022/eui-components-eui-buttons.mjs.map +1 -1
- package/fesm2022/eui-components-eui-card.mjs +35 -82
- package/fesm2022/eui-components-eui-card.mjs.map +1 -1
- package/fesm2022/eui-components-eui-chip.mjs +22 -33
- package/fesm2022/eui-components-eui-chip.mjs.map +1 -1
- package/fesm2022/eui-components-eui-dashboard-button.mjs +2 -2
- package/fesm2022/eui-components-eui-dashboard-button.mjs.map +1 -1
- package/fesm2022/eui-components-eui-discussion-thread.mjs +17 -7
- package/fesm2022/eui-components-eui-discussion-thread.mjs.map +1 -1
- package/fesm2022/eui-components-eui-fieldset.mjs +2 -2
- package/fesm2022/eui-components-eui-fieldset.mjs.map +1 -1
- package/fesm2022/eui-components-eui-icon.mjs +4 -4
- package/fesm2022/eui-components-eui-icon.mjs.map +1 -1
- package/fesm2022/eui-components-eui-select.mjs +1 -0
- package/fesm2022/eui-components-eui-select.mjs.map +1 -1
- package/fesm2022/eui-components-eui-tabs.mjs +4 -4
- package/fesm2022/eui-components-eui-tabs.mjs.map +1 -1
- package/fesm2022/eui-components-eui-tree.mjs +124 -65
- package/fesm2022/eui-components-eui-tree.mjs.map +1 -1
- package/fesm2022/eui-components-layout.mjs +98 -108
- package/fesm2022/eui-components-layout.mjs.map +1 -1
- package/fesm2022/eui-components-shared-base.mjs +28 -13
- package/fesm2022/eui-components-shared-base.mjs.map +1 -1
- package/layout/eui-user-profile/user-profile.component.d.ts +19 -11
- package/layout/eui-user-profile/user-profile.component.d.ts.map +1 -1
- package/package.json +7 -7
- package/shared/base/base-states.directive.d.ts +5 -1
- package/shared/base/base-states.directive.d.ts.map +1 -1
- package/shared/base/base.directive.d.ts +1 -0
- package/shared/base/base.directive.d.ts.map +1 -1
@@ -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>
|
@@ -316,6 +316,20 @@
|
|
316
316
|
</tr>
|
317
317
|
|
318
318
|
|
319
|
+
<tr>
|
320
|
+
<td class="col-md-4">
|
321
|
+
<h6><b>HostBindings</b></h6>
|
322
|
+
</td>
|
323
|
+
</tr>
|
324
|
+
<tr>
|
325
|
+
<td class="col-md-4">
|
326
|
+
<ul class="index-list">
|
327
|
+
<li>
|
328
|
+
<a href="#attr.aria-disabled" >attr.aria-disabled</a>
|
329
|
+
</li>
|
330
|
+
</ul>
|
331
|
+
</td>
|
332
|
+
</tr>
|
319
333
|
|
320
334
|
|
321
335
|
<tr>
|
@@ -972,6 +986,29 @@
|
|
972
986
|
</table>
|
973
987
|
</section>
|
974
988
|
|
989
|
+
<section data-compodoc="block-properties">
|
990
|
+
<h3>HostBindings</h3> <table class="table table-sm table-bordered">
|
991
|
+
<tbody>
|
992
|
+
<tr>
|
993
|
+
<td class="col-md-4">
|
994
|
+
<a name="attr.aria-disabled"></a>
|
995
|
+
<span class="name">
|
996
|
+
<span ><b>attr.aria-disabled</b></span>
|
997
|
+
<a href="#attr.aria-disabled"><span class="icon ion-ios-link"></span></a>
|
998
|
+
</span>
|
999
|
+
</td>
|
1000
|
+
</tr>
|
1001
|
+
<tr>
|
1002
|
+
<td class="col-md-4">
|
1003
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
1004
|
+
|
1005
|
+
</td>
|
1006
|
+
</tr>
|
1007
|
+
|
1008
|
+
|
1009
|
+
</tbody>
|
1010
|
+
</table>
|
1011
|
+
</section>
|
975
1012
|
|
976
1013
|
|
977
1014
|
<section data-compodoc="block-methods">
|
@@ -493,6 +493,9 @@
|
|
493
493
|
<li>
|
494
494
|
<a href="#class.eui-table__loading" >class.eui-table__loading</a>
|
495
495
|
</li>
|
496
|
+
<li>
|
497
|
+
<a href="#attr.aria-disabled" >attr.aria-disabled</a>
|
498
|
+
</li>
|
496
499
|
</ul>
|
497
500
|
</td>
|
498
501
|
</tr>
|
@@ -1488,6 +1491,27 @@
|
|
1488
1491
|
</tr>
|
1489
1492
|
|
1490
1493
|
|
1494
|
+
</tbody>
|
1495
|
+
</table>
|
1496
|
+
<table class="table table-sm table-bordered">
|
1497
|
+
<tbody>
|
1498
|
+
<tr>
|
1499
|
+
<td class="col-md-4">
|
1500
|
+
<a name="attr.aria-disabled"></a>
|
1501
|
+
<span class="name">
|
1502
|
+
<span ><b>attr.aria-disabled</b></span>
|
1503
|
+
<a href="#attr.aria-disabled"><span class="icon ion-ios-link"></span></a>
|
1504
|
+
</span>
|
1505
|
+
</td>
|
1506
|
+
</tr>
|
1507
|
+
<tr>
|
1508
|
+
<td class="col-md-4">
|
1509
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
1510
|
+
|
1511
|
+
</td>
|
1512
|
+
</tr>
|
1513
|
+
|
1514
|
+
|
1491
1515
|
</tbody>
|
1492
1516
|
</table>
|
1493
1517
|
</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>
|
@@ -939,6 +942,27 @@
|
|
939
942
|
</tr>
|
940
943
|
|
941
944
|
|
945
|
+
</tbody>
|
946
|
+
</table>
|
947
|
+
<table class="table table-sm table-bordered">
|
948
|
+
<tbody>
|
949
|
+
<tr>
|
950
|
+
<td class="col-md-4">
|
951
|
+
<a name="attr.aria-disabled"></a>
|
952
|
+
<span class="name">
|
953
|
+
<span ><b>attr.aria-disabled</b></span>
|
954
|
+
<a href="#attr.aria-disabled"><span class="icon ion-ios-link"></span></a>
|
955
|
+
</span>
|
956
|
+
</td>
|
957
|
+
</tr>
|
958
|
+
<tr>
|
959
|
+
<td class="col-md-4">
|
960
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
961
|
+
|
962
|
+
</td>
|
963
|
+
</tr>
|
964
|
+
|
965
|
+
|
942
966
|
</tbody>
|
943
967
|
</table>
|
944
968
|
</section>
|
@@ -364,6 +364,20 @@
|
|
364
364
|
</tr>
|
365
365
|
|
366
366
|
|
367
|
+
<tr>
|
368
|
+
<td class="col-md-4">
|
369
|
+
<h6><b>HostBindings</b></h6>
|
370
|
+
</td>
|
371
|
+
</tr>
|
372
|
+
<tr>
|
373
|
+
<td class="col-md-4">
|
374
|
+
<ul class="index-list">
|
375
|
+
<li>
|
376
|
+
<a href="#attr.aria-disabled" >attr.aria-disabled</a>
|
377
|
+
</li>
|
378
|
+
</ul>
|
379
|
+
</td>
|
380
|
+
</tr>
|
367
381
|
|
368
382
|
<tr>
|
369
383
|
<td class="col-md-4">
|
@@ -1036,6 +1050,29 @@
|
|
1036
1050
|
</table>
|
1037
1051
|
</section>
|
1038
1052
|
|
1053
|
+
<section data-compodoc="block-properties">
|
1054
|
+
<h3>HostBindings</h3> <table class="table table-sm table-bordered">
|
1055
|
+
<tbody>
|
1056
|
+
<tr>
|
1057
|
+
<td class="col-md-4">
|
1058
|
+
<a name="attr.aria-disabled"></a>
|
1059
|
+
<span class="name">
|
1060
|
+
<span ><b>attr.aria-disabled</b></span>
|
1061
|
+
<a href="#attr.aria-disabled"><span class="icon ion-ios-link"></span></a>
|
1062
|
+
</span>
|
1063
|
+
</td>
|
1064
|
+
</tr>
|
1065
|
+
<tr>
|
1066
|
+
<td class="col-md-4">
|
1067
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
1068
|
+
|
1069
|
+
</td>
|
1070
|
+
</tr>
|
1071
|
+
|
1072
|
+
|
1073
|
+
</tbody>
|
1074
|
+
</table>
|
1075
|
+
</section>
|
1039
1076
|
|
1040
1077
|
<section data-compodoc="block-methods">
|
1041
1078
|
<h3>HostListeners</h3> <table class="table table-sm table-bordered">
|
@@ -308,6 +308,9 @@
|
|
308
308
|
<li>
|
309
309
|
<a href="#class" >class</a>
|
310
310
|
</li>
|
311
|
+
<li>
|
312
|
+
<a href="#attr.aria-disabled" >attr.aria-disabled</a>
|
313
|
+
</li>
|
311
314
|
</ul>
|
312
315
|
</td>
|
313
316
|
</tr>
|
@@ -852,6 +855,27 @@
|
|
852
855
|
</tr>
|
853
856
|
|
854
857
|
|
858
|
+
</tbody>
|
859
|
+
</table>
|
860
|
+
<table class="table table-sm table-bordered">
|
861
|
+
<tbody>
|
862
|
+
<tr>
|
863
|
+
<td class="col-md-4">
|
864
|
+
<a name="attr.aria-disabled"></a>
|
865
|
+
<span class="name">
|
866
|
+
<span ><b>attr.aria-disabled</b></span>
|
867
|
+
<a href="#attr.aria-disabled"><span class="icon ion-ios-link"></span></a>
|
868
|
+
</span>
|
869
|
+
</td>
|
870
|
+
</tr>
|
871
|
+
<tr>
|
872
|
+
<td class="col-md-4">
|
873
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
874
|
+
|
875
|
+
</td>
|
876
|
+
</tr>
|
877
|
+
|
878
|
+
|
855
879
|
</tbody>
|
856
880
|
</table>
|
857
881
|
</section>
|