@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.
- 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/EuiButtonComponent.html +24 -0
- package/docs/components/EuiButtonsComponent.html +25 -1
- package/docs/components/EuiCardComponent.html +24 -0
- package/docs/components/EuiChipComponent.html +24 -0
- package/docs/components/EuiChipListComponent.html +24 -0
- package/docs/components/EuiDashboardCardComponent.html +2 -2
- package/docs/components/EuiDatepickerComponent.html +24 -0
- package/docs/components/EuiDialogComponent.html +37 -0
- package/docs/components/EuiDropdownComponent.html +25 -1
- 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 +24 -0
- 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/dependencies.html +2 -2
- package/docs/directives/BaseDirective.html +57 -0
- package/docs/directives/BaseStatesDirective.html +57 -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-button/eui-button.component.mjs +3 -3
- package/esm2022/eui-buttons/eui-buttons.component.mjs +19 -7
- package/esm2022/eui-dashboard-button/eui-dashboard-button.component.mjs +2 -2
- package/esm2022/eui-dashboard-card/eui-dashboard-card.component.mjs +10 -6
- package/esm2022/eui-dropdown/eui-dropdown.component.mjs +3 -3
- package/esm2022/eui-fieldset/eui-fieldset.component.mjs +2 -2
- package/esm2022/eui-input-number/eui-input-number.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/shared/base/base-states.directive.mjs +10 -8
- package/esm2022/shared/base/base.directive.mjs +9 -8
- package/eui-button/eui-button.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-dashboard-card/eui-dashboard-card.component.d.ts +6 -3
- package/eui-dashboard-card/eui-dashboard-card.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-button.mjs +2 -2
- 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-dashboard-button.mjs +2 -2
- package/fesm2022/eui-components-eui-dashboard-button.mjs.map +1 -1
- package/fesm2022/eui-components-eui-dashboard-card.mjs +9 -5
- package/fesm2022/eui-components-eui-dashboard-card.mjs.map +1 -1
- package/fesm2022/eui-components-eui-dropdown.mjs +2 -2
- package/fesm2022/eui-components-eui-dropdown.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-input-number.mjs +1 -1
- package/fesm2022/eui-components-eui-input-number.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 +4 -4
- package/fesm2022/eui-components-layout.mjs.map +1 -1
- package/fesm2022/eui-components-shared-base.mjs +16 -13
- package/fesm2022/eui-components-shared-base.mjs.map +1 -1
- package/package.json +13 -13
- package/shared/base/base-states.directive.d.ts +1 -0
- 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
@@ -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>
|
@@ -1010,7 +1010,7 @@
|
|
1010
1010
|
</tr>
|
1011
1011
|
<tr>
|
1012
1012
|
<td class="col-md-4">
|
1013
|
-
<code>filterTerm(filterInput: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank">string</a>)</code>
|
1013
|
+
<code>filterTerm(filterInput: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank">string</a>, filterKey?: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank">string</a>, showChildrenOfMatchedItems?: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank">boolean</a>)</code>
|
1014
1014
|
</td>
|
1015
1015
|
</tr>
|
1016
1016
|
|
@@ -1043,6 +1043,30 @@
|
|
1043
1043
|
</td>
|
1044
1044
|
|
1045
1045
|
|
1046
|
+
</tr>
|
1047
|
+
<tr>
|
1048
|
+
<td>filterKey</td>
|
1049
|
+
<td>
|
1050
|
+
<code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
1051
|
+
</td>
|
1052
|
+
|
1053
|
+
<td>
|
1054
|
+
Yes
|
1055
|
+
</td>
|
1056
|
+
|
1057
|
+
|
1058
|
+
</tr>
|
1059
|
+
<tr>
|
1060
|
+
<td>showChildrenOfMatchedItems</td>
|
1061
|
+
<td>
|
1062
|
+
<code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
1063
|
+
</td>
|
1064
|
+
|
1065
|
+
<td>
|
1066
|
+
Yes
|
1067
|
+
</td>
|
1068
|
+
|
1069
|
+
|
1046
1070
|
</tr>
|
1047
1071
|
</tbody>
|
1048
1072
|
</table>
|
@@ -2514,7 +2538,7 @@
|
|
2514
2538
|
<script src="../js/libs/htmlparser.js"></script>
|
2515
2539
|
<script src="../js/libs/deep-iterator.js"></script>
|
2516
2540
|
<script>
|
2517
|
-
var COMPONENT_TEMPLATE = '<div><ul class="eui-tree__wrapper" cdkScrollable #cdkScrollableRef> <cdk-tree #treeComponentInstance [dataSource]="cdkArrayDataSource" [treeControl]="cdkTreeControl" [trackBy]="trackBy" *ngIf="renderTree" class="eui-cdk-tree"> <!-- There are two states of generic cdk-nested-tree-node declarations. First one is without child. No sub rendering. --> <cdk-nested-tree-node *cdkTreeNodeDef="let treeRunTimeItemModel" class="eui-cdk-nested-tree-node"> <li *ngIf="treeRunTimeItemModel" class="eui-tree-node" [class.eui-tree-node--first]="treeRunTimeItemModel?.path === \'0\'" [class.eui-tree-node--last]="treeRunTimeItemModel.last" title="{{ getTreeItem(treeRunTimeItemModel?.path)?.node?.treeContentBlock?.tooltipLabel || getTreeItem(treeRunTimeItemModel?.path)?.node?.treeContentBlock?.label }}"> <div class="eui-tree-node-wrapper" (click)="onNodeClick(treeRunTimeItemModel)"> <div class="eui-tree-node-wrapper__container"> <!-- Renders node in default or provided template\'s context. Generates onSelect with onSelectFn for developers to send the events from their custom check events. Provides id to be used on generic template --> <ng-container [ngTemplateOutlet]="nodeTemplateRef || nodeTemplateDefault" [ngTemplateOutletContext]="{ $implicit: getTreeItem(treeRunTimeItemModel?.path)?.node, onSelect: onSelectFn(treeRunTimeItemModel.path), id: uid + treeRunTimeItemModel.path }"> </ng-container> </div> </div> </li> </cdk-nested-tree-node> <!-- This is the tree node template for expandable nodes --> <cdk-nested-tree-node *cdkTreeNodeDef="let treeRunTimeItemModel; when: hasChild" class="eui-cdk-nested-tree-node eui-cdk-nested-tree-node--with-child"> <li class="eui-tree-node eui-tree-node--with-child" [class.eui-tree-node--first]="treeRunTimeItemModel?.path === \'0\'" [class.eui-tree-node--last]="treeRunTimeItemModel.last" *ngIf="treeRunTimeItemModel" title="{{ getTreeItem(treeRunTimeItemModel?.path)?.node?.treeContentBlock?.tooltipLabel || getTreeItem(treeRunTimeItemModel?.path)?.node?.treeContentBlock?.label }}"> <div class="eui-tree-node-wrapper"> <!--Here wraps the node, and listen for node clicks.--> <div (click)="onNodeClick(treeRunTimeItemModel)" class="eui-tree-node-wrapper__container"> <!-- Expand/collapse action button --> <button euiButton euiIconButton euiBasicButton euiRounded euiSizeS type="button" [attr.aria-label]="\'Toggle \' + getTreeItem(treeRunTimeItemModel?.path)?.node?.treeContentBlock?.label" (click)="onNodeToggle(treeRunTimeItemModel)" cdkTreeNodeToggle class="eui-tree-node__button"> <span euiIcon *ngIf="!cdkTreeControl.isExpanded(treeRunTimeItemModel) && collapsedIconClass" [iconClass]="collapsedIconClass"></span> <span euiIcon *ngIf="cdkTreeControl.isExpanded(treeRunTimeItemModel) && expandedIconClass" [iconClass]="expandedIconClass"></span> <eui-icon-svg *ngIf="!cdkTreeControl.isExpanded(treeRunTimeItemModel) && !collapsedIconClass" [icon]="expandedSvgIconClass"></eui-icon-svg> <eui-icon-svg *ngIf="cdkTreeControl.isExpanded(treeRunTimeItemModel) && !expandedIconClass" [icon]="collapsedSvgIconClass"></eui-icon-svg> </button> <!-- Renders node in default or provided template\'s context. Generates onSelect with onSelectFn for developers to send the events from their custom check events. Provides id to be used on generic template --> <ng-container [ngTemplateOutlet]="nodeTemplateRef || nodeTemplateDefault" [ngTemplateOutletContext]="{ $implicit: getTreeItem(treeRunTimeItemModel.path)?.node, onSelect: onSelectFn(treeRunTimeItemModel.path), id: uid + treeRunTimeItemModel.path, path: treeRunTimeItemModel.path }"> </ng-container> </div> </div> <!--uses cdkTreeNodeOutlet to render children nodes, CdkTreeControl is used to control isExpanded state.--> <ul class="eui-tree-node" *ngIf="cdkTreeControl.isExpanded(treeRunTimeItemModel)"> <ng-container cdkTreeNodeOutlet></ng-container> </ul> </li> </cdk-nested-tree-node> </cdk-tree></ul><ng-template #nodeTemplateDefault let-node let-onSelect="onSelect" let-id="id" let-path="path"> <ng-container *ngIf="node"> <div class="eui-tree-node-wrapper__container-left" [class.eui-tree-node-wrapper__container-left--selected]="node?.isSelected"> <!--input checkbox area--> <input euiInputCheckBox *ngIf="node && node.selectable" type="checkbox" id="{{ id }}" [checked]="!!node?.isSelected" [indeterminate]="!!node?.isIndeterminate" (change)="onSelect($event)" class="eui-u-mr-m" /> <!--icon area--> <ng-container *ngIf="node?.treeContentBlock?.iconClass"> <eui-icon [euiVariant]="node?.treeContentBlock?.iconTypeClass || \'primary\'" iconClass="{{ node?.treeContentBlock?.iconClass }}" euiSizeS class="eui-u-mr-xs"> </eui-icon> </ng-container> <ng-container *ngIf="node?.treeContentBlock?.iconSvgName"> <eui-icon-svg icon="{{ node?.treeContentBlock?.iconSvgName }}" fillColor="{{ node?.treeContentBlock?.iconTypeClass || \'grey-100\' }}" size="s" class="eui-u-mr-xs"> </eui-icon-svg> </ng-container> <!--chips area--> <ng-container *ngIf="node?.treeContentBlock?.chips"> <eui-chip *ngFor="let chip of node.treeContentBlock.chips" euiSizeXS [euiVariant]="chip.typeClass || \'secondary\'" [euiOutline]="chip.isOutline" class="eui-chip--rounded eui-u-mb-none eui-u-mr-xs"> <span euiLabel>{{ chip.label }}</span> </eui-chip> </ng-container> <!--badge (typeLabel & typeClass) area--> <ng-container *ngIf="node?.treeContentBlock?.typeLabel" [ngSwitch]="node?.treeContentBlock?.typeClass"> <eui-badge euiSizeM [euiVariant]="node?.treeContentBlock?.typeClass || \'primary\'" class="eui-u-flex-no-shrink eui-u-mr-xs"> {{ node?.treeContentBlock?.typeLabel }} </eui-badge> </ng-container> </div> <!--label area--> <div class="eui-tree-node-wrapper__container-middle"> <label *ngIf="!node?.treeContentBlock?.url && !node?.treeContentBlock?.urlExternal" euiLabel for="{{ id }}" class="eui-u-text-truncate eui-u-p-2xs" [class.eui-label--selected]=" highlightPath ? getRunTimeSelectionRecursiveState(path)?.selectionRecursiveState === \'indeterminate\' || node?.isSelected : node?.isSelected " [class.eui-u-cursor-pointer]="node?.selectable"> {{ autoTranslate ? (node?.treeContentBlock?.label | translate) : node?.treeContentBlock?.label }} </label> <label *ngIf="node?.treeContentBlock?.url" euiLabel for="{{ id }}" class="eui-u-text-truncate eui-u-p-2xs"> <a class="eui-u-text-link" [class.eui-u-text-link-standalone]="!showUnderlinedLinks" [routerLink]="node?.treeContentBlock?.url"> {{ autoTranslate ? (node?.treeContentBlock?.label | translate) : node?.treeContentBlock?.label }} </a> </label> <label *ngIf="node?.treeContentBlock?.urlExternal" euiLabel for="{{ id }}" class="eui-u-text-truncate eui-u-p-2xs"> <a class="eui-u-text-link-external" [class.eui-u-text-link-external-standalone]="!showUnderlinedLinks" href="{{ node?.treeContentBlock?.urlExternal }}" target="{{ node?.treeContentBlock?.urlExternalTarget || \'blank\' }}"> {{ autoTranslate ? (node?.treeContentBlock?.label | translate) : node?.treeContentBlock?.label }} </a> </label> </div> <div *ngIf="node?.treeContentBlock?.rightContent" class="eui-tree-node-wrapper__container-right"> <!--badges area--> <ng-container *ngFor="let badge of node.treeContentBlock.rightContent?.badges"> <eui-badge euiSizeM euiOutline [euiVariant]="badge.typeClass || \'secondary\'" class="eui-u-ml-xs"> <span euiLabel>{{ badge.label }}</span> </eui-badge> </ng-container> <!--chips area--> <ng-container *ngFor="let chip of node.treeContentBlock.rightContent?.chips"> <eui-chip euiSizeXS [euiVariant]="chip.typeClass || \'secondary\'" [euiOutline]="chip.isOutline" class="eui-chip--rounded eui-u-mb-none eui-u-ml-xs"> <span euiLabel>{{ chip.label }}</span> </eui-chip> </ng-container> <!--Context menu--> <ng-container *ngIf="node.treeContentBlock.rightContent?.contextMenuMetaData && rightContextMenuTemplateRef"> <eui-dropdown class="eui-u-ml-xs"> <button euiButton euiSizeS euiRounded euiIconButton euiBasicButton euiSecondary [attr.aria-label]="\'Options menu\'"> <eui-icon-svg icon="eui-ellipsis-vertical"></eui-icon-svg> </button> <eui-dropdown-content> <ng-template [ngTemplateOutlet]="rightContextMenuTemplateRef" [ngTemplateOutletContext]="{ $implicit: node?.treeContentBlock?.rightContent?.contextMenuMetaData, metadata: node?.treeContentBlock?.rightContent?.contextMenuMetaData }"> </ng-template> </eui-dropdown-content> </eui-dropdown> </ng-container> </div> <!--metadata, uses the help of ng template to generate dynamic expand variable without handling state --> <ng-container *ngIf="node.treeContentBlock?.metadata && nodeContentMetadataTemplateRef" [ngTemplateOutlet]="nodeContentMetadataContainer" [ngTemplateOutletContext]="{ $implicit: { expanded: false } }"> </ng-container> <ng-template #nodeContentMetadataContainer let-metaDataContainer> <button euiButton euiBasicButton euiIconButton euiRounded euiSizeS type="button" aria-label="expand collapse tree item" (click)="metaDataContainer.expanded = !metaDataContainer.expanded"> <eui-icon-svg [icon]="metaDataContainer.expanded ? \'eui-chevron-down\' : \'eui-chevron-forward\'"></eui-icon-svg> </button> <div *ngIf="metaDataContainer.expanded" class="eui-tree-node__metacontent"> <!--passing metadata of the node content to provided template-ref:nodeContentMetadataTemplateRef--> <ng-template [ngTemplateOutlet]="nodeContentMetadataTemplateRef" [ngTemplateOutletContext]="{ $implicit: node?.treeContentBlock?.metadata, metadata: node?.treeContentBlock?.metadata }"> </ng-template> </div> </ng-template> </ng-container></ng-template></div>'
|
2541
|
+
var COMPONENT_TEMPLATE = '<div><ul class="eui-tree__wrapper" cdkScrollable #cdkScrollableRef> <cdk-tree #treeComponentInstance [dataSource]="cdkArrayDataSource" [treeControl]="cdkTreeControl" [trackBy]="trackBy" *ngIf="renderTree" class="eui-cdk-tree"> <!-- There are two states of generic cdk-nested-tree-node declarations. First one is without child. No sub rendering. --> <cdk-nested-tree-node *cdkTreeNodeDef="let treeRunTimeItemModel" class="eui-cdk-nested-tree-node"> <li *ngIf="treeRunTimeItemModel" class="eui-tree-node" [class.eui-tree-node--first]="treeRunTimeItemModel?.path === \'0\'" [class.eui-tree-node--last]="treeRunTimeItemModel.last" title="{{ getTreeItem(treeRunTimeItemModel?.path)?.node?.treeContentBlock?.tooltipLabel || getTreeItem(treeRunTimeItemModel?.path)?.node?.treeContentBlock?.label }}"> <div class="eui-tree-node-wrapper" (click)="onNodeClick(treeRunTimeItemModel)"> <div class="eui-tree-node-wrapper__container"> <!-- Renders node in default or provided template\'s context. Generates onSelect with onSelectFn for developers to send the events from their custom check events. Provides id to be used on generic template --> <ng-container [ngTemplateOutlet]="nodeTemplateRef || nodeTemplateDefault" [ngTemplateOutletContext]="{ $implicit: getTreeItem(treeRunTimeItemModel?.path)?.node, onSelect: onSelectFn(treeRunTimeItemModel.path), id: uid + treeRunTimeItemModel.path, path: treeRunTimeItemModel.path }"> </ng-container> </div> </div> </li> </cdk-nested-tree-node> <!-- This is the tree node template for expandable nodes --> <cdk-nested-tree-node *cdkTreeNodeDef="let treeRunTimeItemModel; when: hasChild" class="eui-cdk-nested-tree-node eui-cdk-nested-tree-node--with-child"> <li class="eui-tree-node eui-tree-node--with-child" [class.eui-tree-node--first]="treeRunTimeItemModel?.path === \'0\'" [class.eui-tree-node--last]="treeRunTimeItemModel.last" *ngIf="treeRunTimeItemModel" title="{{ getTreeItem(treeRunTimeItemModel?.path)?.node?.treeContentBlock?.tooltipLabel || getTreeItem(treeRunTimeItemModel?.path)?.node?.treeContentBlock?.label }}"> <div class="eui-tree-node-wrapper"> <!--Here wraps the node, and listen for node clicks.--> <div (click)="onNodeClick(treeRunTimeItemModel)" class="eui-tree-node-wrapper__container"> <!-- Expand/collapse action button --> <button euiButton euiIconButton euiBasicButton euiRounded euiSizeS type="button" [attr.aria-label]="\'Toggle \' + getTreeItem(treeRunTimeItemModel?.path)?.node?.treeContentBlock?.label" (click)="onNodeToggle(treeRunTimeItemModel)" cdkTreeNodeToggle class="eui-tree-node__button"> <span euiIcon *ngIf="!cdkTreeControl.isExpanded(treeRunTimeItemModel) && collapsedIconClass" [iconClass]="collapsedIconClass"></span> <span euiIcon *ngIf="cdkTreeControl.isExpanded(treeRunTimeItemModel) && expandedIconClass" [iconClass]="expandedIconClass"></span> <eui-icon-svg *ngIf="!cdkTreeControl.isExpanded(treeRunTimeItemModel) && !collapsedIconClass" [icon]="expandedSvgIconClass"></eui-icon-svg> <eui-icon-svg *ngIf="cdkTreeControl.isExpanded(treeRunTimeItemModel) && !expandedIconClass" [icon]="collapsedSvgIconClass"></eui-icon-svg> </button> <!-- Renders node in default or provided template\'s context. Generates onSelect with onSelectFn for developers to send the events from their custom check events. Provides id to be used on generic template --> <ng-container [ngTemplateOutlet]="nodeTemplateRef || nodeTemplateDefault" [ngTemplateOutletContext]="{ $implicit: getTreeItem(treeRunTimeItemModel.path)?.node, onSelect: onSelectFn(treeRunTimeItemModel.path), id: uid + treeRunTimeItemModel.path, path: treeRunTimeItemModel.path, children: getTreeItem(treeRunTimeItemModel?.path)?.children }"> </ng-container> </div> </div> <!--uses cdkTreeNodeOutlet to render children nodes, CdkTreeControl is used to control isExpanded state.--> <ul class="eui-tree-node" *ngIf="cdkTreeControl.isExpanded(treeRunTimeItemModel)"> <ng-container cdkTreeNodeOutlet></ng-container> </ul> </li> </cdk-nested-tree-node> </cdk-tree></ul><ng-template #nodeTemplateDefault let-node let-onSelect="onSelect" let-id="id" let-path="path"> <ng-container *ngIf="node"> <div class="eui-tree-node-wrapper__container-left" [class.eui-tree-node-wrapper__container-left--selected]="node?.isSelected"> <!--input checkbox area--> <input euiInputCheckBox *ngIf="node && node.selectable" type="checkbox" id="{{ id }}" [checked]="!!node?.isSelected" [indeterminate]="!!node?.isIndeterminate" (change)="onSelect($event)" class="eui-u-mr-m" /> <!--icon area--> <ng-container *ngIf="node?.treeContentBlock?.iconClass"> <eui-icon [euiVariant]="node?.treeContentBlock?.iconTypeClass || \'primary\'" iconClass="{{ node?.treeContentBlock?.iconClass }}" euiSizeS class="eui-u-mr-xs"> </eui-icon> </ng-container> <ng-container *ngIf="node?.treeContentBlock?.iconSvgName"> <eui-icon-svg icon="{{ node?.treeContentBlock?.iconSvgName }}" fillColor="{{ node?.treeContentBlock?.iconTypeClass || \'grey-100\' }}" size="s" class="eui-u-mr-xs"> </eui-icon-svg> </ng-container> <!--chips area--> <ng-container *ngIf="node?.treeContentBlock?.chips"> <eui-chip *ngFor="let chip of node.treeContentBlock.chips" euiSizeXS [euiVariant]="chip.typeClass || \'secondary\'" [euiOutline]="chip.isOutline" class="eui-chip--rounded eui-u-mb-none eui-u-mr-xs"> <span euiLabel>{{ chip.label }}</span> </eui-chip> </ng-container> <!--badge (typeLabel & typeClass) area--> <ng-container *ngIf="node?.treeContentBlock?.typeLabel" [ngSwitch]="node?.treeContentBlock?.typeClass"> <eui-badge euiSizeM [euiVariant]="node?.treeContentBlock?.typeClass || \'primary\'" class="eui-u-flex-no-shrink eui-u-mr-xs"> {{ node?.treeContentBlock?.typeLabel }} </eui-badge> </ng-container> </div> <!--label area--> <div class="eui-tree-node-wrapper__container-middle"> <label *ngIf="!node?.treeContentBlock?.url && !node?.treeContentBlock?.urlExternal" euiLabel for="{{ id }}" class="eui-u-text-truncate eui-u-p-2xs" [class.eui-label--selected]=" highlightPath ? getRunTimeSelectionRecursiveState(path)?.selectionRecursiveState === \'indeterminate\' || node?.isSelected : node?.isSelected " [class.eui-u-cursor-pointer]="node?.selectable"> {{ autoTranslate ? (node?.treeContentBlock?.label | translate) : node?.treeContentBlock?.label }} </label> <label *ngIf="node?.treeContentBlock?.url" euiLabel for="{{ id }}" class="eui-u-text-truncate eui-u-p-2xs"> <a class="eui-u-text-link" [class.eui-u-text-link-standalone]="!showUnderlinedLinks" [routerLink]="node?.treeContentBlock?.url"> {{ autoTranslate ? (node?.treeContentBlock?.label | translate) : node?.treeContentBlock?.label }} </a> </label> <label *ngIf="node?.treeContentBlock?.urlExternal" euiLabel for="{{ id }}" class="eui-u-text-truncate eui-u-p-2xs"> <a class="eui-u-text-link-external" [class.eui-u-text-link-external-standalone]="!showUnderlinedLinks" href="{{ node?.treeContentBlock?.urlExternal }}" target="{{ node?.treeContentBlock?.urlExternalTarget || \'blank\' }}"> {{ autoTranslate ? (node?.treeContentBlock?.label | translate) : node?.treeContentBlock?.label }} </a> </label> </div> <div *ngIf="node?.treeContentBlock?.rightContent" class="eui-tree-node-wrapper__container-right"> <!--badges area--> <ng-container *ngFor="let badge of node.treeContentBlock.rightContent?.badges"> <eui-badge euiSizeM euiOutline [euiVariant]="badge.typeClass || \'secondary\'" class="eui-u-ml-xs"> <span euiLabel>{{ badge.label }}</span> </eui-badge> </ng-container> <!--chips area--> <ng-container *ngFor="let chip of node.treeContentBlock.rightContent?.chips"> <eui-chip euiSizeXS [euiVariant]="chip.typeClass || \'secondary\'" [euiOutline]="chip.isOutline" class="eui-chip--rounded eui-u-mb-none eui-u-ml-xs"> <span euiLabel>{{ chip.label }}</span> </eui-chip> </ng-container> <!--Context menu--> <ng-container *ngIf="node.treeContentBlock.rightContent?.contextMenuMetaData && rightContextMenuTemplateRef"> <eui-dropdown class="eui-u-ml-xs"> <button euiButton euiSizeS euiRounded euiIconButton euiBasicButton euiSecondary [attr.aria-label]="\'Options menu\'"> <eui-icon-svg icon="eui-ellipsis-vertical"></eui-icon-svg> </button> <eui-dropdown-content> <ng-template [ngTemplateOutlet]="rightContextMenuTemplateRef" [ngTemplateOutletContext]="{ $implicit: node?.treeContentBlock?.rightContent?.contextMenuMetaData, metadata: node?.treeContentBlock?.rightContent?.contextMenuMetaData }"> </ng-template> </eui-dropdown-content> </eui-dropdown> </ng-container> </div> <!--metadata, uses the help of ng template to generate dynamic expand variable without handling state --> <ng-container *ngIf="node.treeContentBlock?.metadata && nodeContentMetadataTemplateRef" [ngTemplateOutlet]="nodeContentMetadataContainer" [ngTemplateOutletContext]="{ $implicit: { expanded: false } }"> </ng-container> <ng-template #nodeContentMetadataContainer let-metaDataContainer> <button euiButton euiBasicButton euiIconButton euiRounded euiSizeS type="button" aria-label="expand collapse tree item" (click)="metaDataContainer.expanded = !metaDataContainer.expanded"> <eui-icon-svg [icon]="metaDataContainer.expanded ? \'eui-chevron-down\' : \'eui-chevron-forward\'"></eui-icon-svg> </button> <div *ngIf="metaDataContainer.expanded" class="eui-tree-node__metacontent"> <!--passing metadata of the node content to provided template-ref:nodeContentMetadataTemplateRef--> <ng-template [ngTemplateOutlet]="nodeContentMetadataTemplateRef" [ngTemplateOutletContext]="{ $implicit: node?.treeContentBlock?.metadata, metadata: node?.treeContentBlock?.metadata }"> </ng-template> </div> </ng-template> </ng-container></ng-template></div>'
|
2518
2542
|
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,
|
2519
2543
|
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'}];
|
2520
2544
|
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': '
|
package/docs/dependencies.html
CHANGED
@@ -309,9 +309,9 @@
|
|
309
309
|
<li>
|
310
310
|
<b>@stackblitz/sdk</b> : 1.9.0</li>
|
311
311
|
<li>
|
312
|
-
<b>@eui/styles-base</b> : 17.0.1-snapshot-
|
312
|
+
<b>@eui/styles-base</b> : 17.0.1-snapshot-1701254423874</li>
|
313
313
|
<li>
|
314
|
-
<b>@eui/ecl</b> : 17.0.1-snapshot-
|
314
|
+
<b>@eui/ecl</b> : 17.0.1-snapshot-1701254423874</li>
|
315
315
|
<li>
|
316
316
|
<b>@eui/tools</b> : ^6.0.0</li>
|
317
317
|
</ul>
|
@@ -261,6 +261,20 @@
|
|
261
261
|
</tr>
|
262
262
|
|
263
263
|
|
264
|
+
<tr>
|
265
|
+
<td class="col-md-4">
|
266
|
+
<h6><b>HostBindings</b></h6>
|
267
|
+
</td>
|
268
|
+
</tr>
|
269
|
+
<tr>
|
270
|
+
<td class="col-md-4">
|
271
|
+
<ul class="index-list">
|
272
|
+
<li>
|
273
|
+
<a href="#attr.aria-disabled" >attr.aria-disabled</a>
|
274
|
+
</li>
|
275
|
+
</ul>
|
276
|
+
</td>
|
277
|
+
</tr>
|
264
278
|
|
265
279
|
|
266
280
|
<tr>
|
@@ -271,6 +285,9 @@
|
|
271
285
|
<tr>
|
272
286
|
<td class="col-md-4">
|
273
287
|
<ul class="index-list">
|
288
|
+
<li>
|
289
|
+
<a href="#ariaDisabled" >ariaDisabled</a>
|
290
|
+
</li>
|
274
291
|
<li>
|
275
292
|
<a href="#euiPrimary" >euiPrimary</a>
|
276
293
|
</li>
|
@@ -828,6 +845,29 @@
|
|
828
845
|
</table>
|
829
846
|
</section>
|
830
847
|
|
848
|
+
<section data-compodoc="block-properties">
|
849
|
+
<h3>HostBindings</h3> <table class="table table-sm table-bordered">
|
850
|
+
<tbody>
|
851
|
+
<tr>
|
852
|
+
<td class="col-md-4">
|
853
|
+
<a name="attr.aria-disabled"></a>
|
854
|
+
<span class="name">
|
855
|
+
<span ><b>attr.aria-disabled</b></span>
|
856
|
+
<a href="#attr.aria-disabled"><span class="icon ion-ios-link"></span></a>
|
857
|
+
</span>
|
858
|
+
</td>
|
859
|
+
</tr>
|
860
|
+
<tr>
|
861
|
+
<td class="col-md-4">
|
862
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
863
|
+
|
864
|
+
</td>
|
865
|
+
</tr>
|
866
|
+
|
867
|
+
|
868
|
+
</tbody>
|
869
|
+
</table>
|
870
|
+
</section>
|
831
871
|
|
832
872
|
|
833
873
|
<section data-compodoc="block-methods">
|
@@ -902,6 +942,23 @@
|
|
902
942
|
<h3 id="accessors">
|
903
943
|
Accessors
|
904
944
|
</h3>
|
945
|
+
<table class="table table-sm table-bordered">
|
946
|
+
<tbody>
|
947
|
+
<tr>
|
948
|
+
<td class="col-md-4">
|
949
|
+
<a name="ariaDisabled"></a>
|
950
|
+
<span class="name"><b>ariaDisabled</b><a href="#ariaDisabled"><span class="icon ion-ios-link"></span></a></span>
|
951
|
+
</td>
|
952
|
+
</tr>
|
953
|
+
|
954
|
+
<tr>
|
955
|
+
<td class="col-md-4">
|
956
|
+
<span class="accessor"><b>get</b><code>ariaDisabled()</code></span>
|
957
|
+
</td>
|
958
|
+
</tr>
|
959
|
+
|
960
|
+
</tbody>
|
961
|
+
</table>
|
905
962
|
<table class="table table-sm table-bordered">
|
906
963
|
<tbody>
|
907
964
|
<tr>
|
@@ -265,6 +265,20 @@
|
|
265
265
|
</tr>
|
266
266
|
|
267
267
|
|
268
|
+
<tr>
|
269
|
+
<td class="col-md-4">
|
270
|
+
<h6><b>HostBindings</b></h6>
|
271
|
+
</td>
|
272
|
+
</tr>
|
273
|
+
<tr>
|
274
|
+
<td class="col-md-4">
|
275
|
+
<ul class="index-list">
|
276
|
+
<li>
|
277
|
+
<a href="#attr.aria-disabled" >attr.aria-disabled</a>
|
278
|
+
</li>
|
279
|
+
</ul>
|
280
|
+
</td>
|
281
|
+
</tr>
|
268
282
|
|
269
283
|
|
270
284
|
<tr>
|
@@ -275,6 +289,9 @@
|
|
275
289
|
<tr>
|
276
290
|
<td class="col-md-4">
|
277
291
|
<ul class="index-list">
|
292
|
+
<li>
|
293
|
+
<a href="#ariaDisabled" >ariaDisabled</a>
|
294
|
+
</li>
|
278
295
|
<li>
|
279
296
|
<a href="#euiPrimary" >euiPrimary</a>
|
280
297
|
</li>
|
@@ -856,6 +873,29 @@
|
|
856
873
|
</table>
|
857
874
|
</section>
|
858
875
|
|
876
|
+
<section data-compodoc="block-properties">
|
877
|
+
<h3>HostBindings</h3> <table class="table table-sm table-bordered">
|
878
|
+
<tbody>
|
879
|
+
<tr>
|
880
|
+
<td class="col-md-4">
|
881
|
+
<a name="attr.aria-disabled"></a>
|
882
|
+
<span class="name">
|
883
|
+
<span ><b>attr.aria-disabled</b></span>
|
884
|
+
<a href="#attr.aria-disabled"><span class="icon ion-ios-link"></span></a>
|
885
|
+
</span>
|
886
|
+
</td>
|
887
|
+
</tr>
|
888
|
+
<tr>
|
889
|
+
<td class="col-md-4">
|
890
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
891
|
+
|
892
|
+
</td>
|
893
|
+
</tr>
|
894
|
+
|
895
|
+
|
896
|
+
</tbody>
|
897
|
+
</table>
|
898
|
+
</section>
|
859
899
|
|
860
900
|
|
861
901
|
<section data-compodoc="block-methods">
|
@@ -930,6 +970,23 @@
|
|
930
970
|
<h3 id="accessors">
|
931
971
|
Accessors
|
932
972
|
</h3>
|
973
|
+
<table class="table table-sm table-bordered">
|
974
|
+
<tbody>
|
975
|
+
<tr>
|
976
|
+
<td class="col-md-4">
|
977
|
+
<a name="ariaDisabled"></a>
|
978
|
+
<span class="name"><b>ariaDisabled</b><a href="#ariaDisabled"><span class="icon ion-ios-link"></span></a></span>
|
979
|
+
</td>
|
980
|
+
</tr>
|
981
|
+
|
982
|
+
<tr>
|
983
|
+
<td class="col-md-4">
|
984
|
+
<span class="accessor"><b>get</b><code>ariaDisabled()</code></span>
|
985
|
+
</td>
|
986
|
+
</tr>
|
987
|
+
|
988
|
+
</tbody>
|
989
|
+
</table>
|
933
990
|
<table class="table table-sm table-bordered">
|
934
991
|
<tbody>
|
935
992
|
<tr>
|