@eui/components 18.0.0-next.50 → 18.0.0-next.51
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/docs/components/EuiAppSidebarMenuComponent.html +1 -1
- package/docs/components/EuiMenuComponent.html +1 -25
- package/docs/components/EuiMenuItemComponent.html +1 -25
- package/docs/components/EuiSidebarMenuComponent.html +1 -25
- package/docs/components/EuiTimebarComponent.html +25 -326
- package/docs/components/EuiTimelineComponent.html +1 -1
- package/docs/components/EuiTimelineItemComponent.html +2 -2
- package/docs/components/EuiTreeListComponent.html +51 -272
- package/docs/components/EuiTreeListItemComponent.html +57 -399
- package/docs/components/EuiTreeListItemContentComponent.html +3 -3
- package/docs/dependencies.html +1 -1
- package/docs/js/menu-wc.js +3 -3
- package/docs/js/menu-wc_es5.js +1 -1
- package/docs/js/search/search_index.js +2 -2
- package/esm2022/eui-card/eui-card.component.mjs +2 -2
- package/esm2022/eui-icon/eui-icon-svg.component.mjs +3 -3
- package/esm2022/eui-menu/eui-menu-item.component.mjs +3 -7
- package/esm2022/eui-menu/eui-menu.component.mjs +3 -7
- package/esm2022/eui-sidebar-menu/eui-sidebar-menu.component.mjs +3 -7
- package/esm2022/eui-tabs/eui-tabs.component.mjs +13 -12
- package/esm2022/eui-timebar/eui-timebar.component.mjs +18 -44
- package/esm2022/eui-timeline/eui-timeline-item.component.mjs +1 -1
- package/esm2022/eui-timeline/eui-timeline.component.mjs +1 -1
- package/esm2022/eui-tree-list/eui-tree-list-item.component.mjs +48 -79
- package/esm2022/eui-tree-list/eui-tree-list.component.mjs +19 -46
- package/esm2022/eui-tree-list/item-content/item-content.component.mjs +6 -3
- package/esm2022/layout/eui-app/eui-app-sidebar/sidebar-menu/sidebar-menu.component.mjs +3 -3
- package/eui-menu/eui-menu-item.component.d.ts +1 -3
- package/eui-menu/eui-menu-item.component.d.ts.map +1 -1
- package/eui-menu/eui-menu.component.d.ts +1 -3
- package/eui-menu/eui-menu.component.d.ts.map +1 -1
- package/eui-sidebar-menu/eui-sidebar-menu.component.d.ts +1 -3
- package/eui-sidebar-menu/eui-sidebar-menu.component.d.ts.map +1 -1
- package/eui-tabs/eui-tabs.component.d.ts +1 -0
- package/eui-tabs/eui-tabs.component.d.ts.map +1 -1
- package/eui-timebar/eui-timebar.component.d.ts +10 -16
- package/eui-timebar/eui-timebar.component.d.ts.map +1 -1
- package/eui-timeline/eui-timeline-item.component.d.ts +2 -3
- package/eui-timeline/eui-timeline-item.component.d.ts.map +1 -1
- package/eui-timeline/eui-timeline.component.d.ts +1 -2
- package/eui-timeline/eui-timeline.component.d.ts.map +1 -1
- package/eui-tree-list/eui-tree-list-item.component.d.ts +16 -23
- package/eui-tree-list/eui-tree-list-item.component.d.ts.map +1 -1
- package/eui-tree-list/eui-tree-list.component.d.ts +10 -19
- package/eui-tree-list/eui-tree-list.component.d.ts.map +1 -1
- package/fesm2022/eui-components-eui-card.mjs +2 -2
- package/fesm2022/eui-components-eui-card.mjs.map +1 -1
- package/fesm2022/eui-components-eui-icon.mjs +2 -2
- package/fesm2022/eui-components-eui-icon.mjs.map +1 -1
- package/fesm2022/eui-components-eui-menu.mjs +17 -25
- package/fesm2022/eui-components-eui-menu.mjs.map +2 -2
- package/fesm2022/eui-components-eui-sidebar-menu.mjs +2 -6
- package/fesm2022/eui-components-eui-sidebar-menu.mjs.map +2 -2
- package/fesm2022/eui-components-eui-tabs.mjs +12 -11
- package/fesm2022/eui-components-eui-tabs.mjs.map +2 -2
- package/fesm2022/eui-components-eui-timebar.mjs +17 -43
- package/fesm2022/eui-components-eui-timebar.mjs.map +2 -2
- package/fesm2022/eui-components-eui-timeline.mjs.map +2 -2
- package/fesm2022/eui-components-eui-tree-list.mjs +76 -128
- package/fesm2022/eui-components-eui-tree-list.mjs.map +4 -4
- package/fesm2022/eui-components-layout.mjs +2 -2
- package/fesm2022/eui-components-layout.mjs.map +2 -2
- package/package.json +3 -3
@@ -302,32 +302,6 @@
|
|
302
302
|
|
303
303
|
|
304
304
|
|
305
|
-
<tr>
|
306
|
-
<td class="col-md-4">
|
307
|
-
<h6><b>Accessors</b></h6>
|
308
|
-
</td>
|
309
|
-
</tr>
|
310
|
-
<tr>
|
311
|
-
<td class="col-md-4">
|
312
|
-
<ul class="index-list">
|
313
|
-
<li>
|
314
|
-
<a href="#isShowLegend" >isShowLegend</a>
|
315
|
-
</li>
|
316
|
-
<li>
|
317
|
-
<a href="#isShowLegendAsIndex" >isShowLegendAsIndex</a>
|
318
|
-
</li>
|
319
|
-
<li>
|
320
|
-
<a href="#isShowCurrentDateMarker" >isShowCurrentDateMarker</a>
|
321
|
-
</li>
|
322
|
-
<li>
|
323
|
-
<a href="#isCurrentDateMarkerAlwaysInRange" >isCurrentDateMarkerAlwaysInRange</a>
|
324
|
-
</li>
|
325
|
-
<li>
|
326
|
-
<a href="#isGroupOverlappingLabels" >isGroupOverlappingLabels</a>
|
327
|
-
</li>
|
328
|
-
</ul>
|
329
|
-
</td>
|
330
|
-
</tr>
|
331
305
|
</tbody>
|
332
306
|
</table>
|
333
307
|
</section>
|
@@ -462,6 +436,11 @@
|
|
462
436
|
|
463
437
|
</td>
|
464
438
|
</tr>
|
439
|
+
<tr>
|
440
|
+
<td class="col-md-4">
|
441
|
+
<i>Default value : </i><code>false</code>
|
442
|
+
</td>
|
443
|
+
</tr>
|
465
444
|
</tbody>
|
466
445
|
</table>
|
467
446
|
<table class="table table-sm table-bordered">
|
@@ -478,6 +457,11 @@
|
|
478
457
|
|
479
458
|
</td>
|
480
459
|
</tr>
|
460
|
+
<tr>
|
461
|
+
<td class="col-md-4">
|
462
|
+
<i>Default value : </i><code>false</code>
|
463
|
+
</td>
|
464
|
+
</tr>
|
481
465
|
</tbody>
|
482
466
|
</table>
|
483
467
|
<table class="table table-sm table-bordered">
|
@@ -494,6 +478,11 @@
|
|
494
478
|
|
495
479
|
</td>
|
496
480
|
</tr>
|
481
|
+
<tr>
|
482
|
+
<td class="col-md-4">
|
483
|
+
<i>Default value : </i><code>false</code>
|
484
|
+
</td>
|
485
|
+
</tr>
|
497
486
|
</tbody>
|
498
487
|
</table>
|
499
488
|
<table class="table table-sm table-bordered">
|
@@ -510,6 +499,11 @@
|
|
510
499
|
|
511
500
|
</td>
|
512
501
|
</tr>
|
502
|
+
<tr>
|
503
|
+
<td class="col-md-4">
|
504
|
+
<i>Default value : </i><code>false</code>
|
505
|
+
</td>
|
506
|
+
</tr>
|
513
507
|
</tbody>
|
514
508
|
</table>
|
515
509
|
<table class="table table-sm table-bordered">
|
@@ -526,6 +520,11 @@
|
|
526
520
|
|
527
521
|
</td>
|
528
522
|
</tr>
|
523
|
+
<tr>
|
524
|
+
<td class="col-md-4">
|
525
|
+
<i>Default value : </i><code>true</code>
|
526
|
+
</td>
|
527
|
+
</tr>
|
529
528
|
</tbody>
|
530
529
|
</table>
|
531
530
|
<table class="table table-sm table-bordered">
|
@@ -1022,306 +1021,6 @@
|
|
1022
1021
|
</table>
|
1023
1022
|
</section>
|
1024
1023
|
|
1025
|
-
<section data-compodoc="block-accessors">
|
1026
|
-
<h3 id="accessors">
|
1027
|
-
Accessors
|
1028
|
-
</h3>
|
1029
|
-
<table class="table table-sm table-bordered">
|
1030
|
-
<tbody>
|
1031
|
-
<tr>
|
1032
|
-
<td class="col-md-4">
|
1033
|
-
<a name="isShowLegend"></a>
|
1034
|
-
<span class="name"><b>isShowLegend</b><a href="#isShowLegend"><span class="icon ion-ios-link"></span></a></span>
|
1035
|
-
</td>
|
1036
|
-
</tr>
|
1037
|
-
|
1038
|
-
<tr>
|
1039
|
-
<td class="col-md-4">
|
1040
|
-
<span class="accessor"><b>get</b><code>isShowLegend()</code></span>
|
1041
|
-
</td>
|
1042
|
-
</tr>
|
1043
|
-
|
1044
|
-
<tr>
|
1045
|
-
<td class="col-md-4">
|
1046
|
-
<span class="accessor"><b>set</b><code>isShowLegend(value: BooleanInput)</code></span>
|
1047
|
-
</td>
|
1048
|
-
</tr>
|
1049
|
-
<tr>
|
1050
|
-
<td class="col-md-4">
|
1051
|
-
|
1052
|
-
<div class="io-description">
|
1053
|
-
<b>Parameters :</b>
|
1054
|
-
<table class="params">
|
1055
|
-
<thead>
|
1056
|
-
<tr>
|
1057
|
-
<td>Name</td>
|
1058
|
-
<td>Type</td>
|
1059
|
-
<td>Optional</td>
|
1060
|
-
</tr>
|
1061
|
-
</thead>
|
1062
|
-
<tbody>
|
1063
|
-
<tr>
|
1064
|
-
<td>value</td>
|
1065
|
-
|
1066
|
-
<td>
|
1067
|
-
<code>BooleanInput</code>
|
1068
|
-
</td>
|
1069
|
-
|
1070
|
-
<td>
|
1071
|
-
No
|
1072
|
-
</td>
|
1073
|
-
|
1074
|
-
</tr>
|
1075
|
-
</tbody>
|
1076
|
-
</table>
|
1077
|
-
</div>
|
1078
|
-
<div>
|
1079
|
-
</div>
|
1080
|
-
<div class="io-description">
|
1081
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
1082
|
-
|
1083
|
-
</div>
|
1084
|
-
</td>
|
1085
|
-
</tr>
|
1086
|
-
</tbody>
|
1087
|
-
</table>
|
1088
|
-
<table class="table table-sm table-bordered">
|
1089
|
-
<tbody>
|
1090
|
-
<tr>
|
1091
|
-
<td class="col-md-4">
|
1092
|
-
<a name="isShowLegendAsIndex"></a>
|
1093
|
-
<span class="name"><b>isShowLegendAsIndex</b><a href="#isShowLegendAsIndex"><span class="icon ion-ios-link"></span></a></span>
|
1094
|
-
</td>
|
1095
|
-
</tr>
|
1096
|
-
|
1097
|
-
<tr>
|
1098
|
-
<td class="col-md-4">
|
1099
|
-
<span class="accessor"><b>get</b><code>isShowLegendAsIndex()</code></span>
|
1100
|
-
</td>
|
1101
|
-
</tr>
|
1102
|
-
|
1103
|
-
<tr>
|
1104
|
-
<td class="col-md-4">
|
1105
|
-
<span class="accessor"><b>set</b><code>isShowLegendAsIndex(value: BooleanInput)</code></span>
|
1106
|
-
</td>
|
1107
|
-
</tr>
|
1108
|
-
<tr>
|
1109
|
-
<td class="col-md-4">
|
1110
|
-
|
1111
|
-
<div class="io-description">
|
1112
|
-
<b>Parameters :</b>
|
1113
|
-
<table class="params">
|
1114
|
-
<thead>
|
1115
|
-
<tr>
|
1116
|
-
<td>Name</td>
|
1117
|
-
<td>Type</td>
|
1118
|
-
<td>Optional</td>
|
1119
|
-
</tr>
|
1120
|
-
</thead>
|
1121
|
-
<tbody>
|
1122
|
-
<tr>
|
1123
|
-
<td>value</td>
|
1124
|
-
|
1125
|
-
<td>
|
1126
|
-
<code>BooleanInput</code>
|
1127
|
-
</td>
|
1128
|
-
|
1129
|
-
<td>
|
1130
|
-
No
|
1131
|
-
</td>
|
1132
|
-
|
1133
|
-
</tr>
|
1134
|
-
</tbody>
|
1135
|
-
</table>
|
1136
|
-
</div>
|
1137
|
-
<div>
|
1138
|
-
</div>
|
1139
|
-
<div class="io-description">
|
1140
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
1141
|
-
|
1142
|
-
</div>
|
1143
|
-
</td>
|
1144
|
-
</tr>
|
1145
|
-
</tbody>
|
1146
|
-
</table>
|
1147
|
-
<table class="table table-sm table-bordered">
|
1148
|
-
<tbody>
|
1149
|
-
<tr>
|
1150
|
-
<td class="col-md-4">
|
1151
|
-
<a name="isShowCurrentDateMarker"></a>
|
1152
|
-
<span class="name"><b>isShowCurrentDateMarker</b><a href="#isShowCurrentDateMarker"><span class="icon ion-ios-link"></span></a></span>
|
1153
|
-
</td>
|
1154
|
-
</tr>
|
1155
|
-
|
1156
|
-
<tr>
|
1157
|
-
<td class="col-md-4">
|
1158
|
-
<span class="accessor"><b>get</b><code>isShowCurrentDateMarker()</code></span>
|
1159
|
-
</td>
|
1160
|
-
</tr>
|
1161
|
-
|
1162
|
-
<tr>
|
1163
|
-
<td class="col-md-4">
|
1164
|
-
<span class="accessor"><b>set</b><code>isShowCurrentDateMarker(value: BooleanInput)</code></span>
|
1165
|
-
</td>
|
1166
|
-
</tr>
|
1167
|
-
<tr>
|
1168
|
-
<td class="col-md-4">
|
1169
|
-
|
1170
|
-
<div class="io-description">
|
1171
|
-
<b>Parameters :</b>
|
1172
|
-
<table class="params">
|
1173
|
-
<thead>
|
1174
|
-
<tr>
|
1175
|
-
<td>Name</td>
|
1176
|
-
<td>Type</td>
|
1177
|
-
<td>Optional</td>
|
1178
|
-
</tr>
|
1179
|
-
</thead>
|
1180
|
-
<tbody>
|
1181
|
-
<tr>
|
1182
|
-
<td>value</td>
|
1183
|
-
|
1184
|
-
<td>
|
1185
|
-
<code>BooleanInput</code>
|
1186
|
-
</td>
|
1187
|
-
|
1188
|
-
<td>
|
1189
|
-
No
|
1190
|
-
</td>
|
1191
|
-
|
1192
|
-
</tr>
|
1193
|
-
</tbody>
|
1194
|
-
</table>
|
1195
|
-
</div>
|
1196
|
-
<div>
|
1197
|
-
</div>
|
1198
|
-
<div class="io-description">
|
1199
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
1200
|
-
|
1201
|
-
</div>
|
1202
|
-
</td>
|
1203
|
-
</tr>
|
1204
|
-
</tbody>
|
1205
|
-
</table>
|
1206
|
-
<table class="table table-sm table-bordered">
|
1207
|
-
<tbody>
|
1208
|
-
<tr>
|
1209
|
-
<td class="col-md-4">
|
1210
|
-
<a name="isCurrentDateMarkerAlwaysInRange"></a>
|
1211
|
-
<span class="name"><b>isCurrentDateMarkerAlwaysInRange</b><a href="#isCurrentDateMarkerAlwaysInRange"><span class="icon ion-ios-link"></span></a></span>
|
1212
|
-
</td>
|
1213
|
-
</tr>
|
1214
|
-
|
1215
|
-
<tr>
|
1216
|
-
<td class="col-md-4">
|
1217
|
-
<span class="accessor"><b>get</b><code>isCurrentDateMarkerAlwaysInRange()</code></span>
|
1218
|
-
</td>
|
1219
|
-
</tr>
|
1220
|
-
|
1221
|
-
<tr>
|
1222
|
-
<td class="col-md-4">
|
1223
|
-
<span class="accessor"><b>set</b><code>isCurrentDateMarkerAlwaysInRange(value: BooleanInput)</code></span>
|
1224
|
-
</td>
|
1225
|
-
</tr>
|
1226
|
-
<tr>
|
1227
|
-
<td class="col-md-4">
|
1228
|
-
|
1229
|
-
<div class="io-description">
|
1230
|
-
<b>Parameters :</b>
|
1231
|
-
<table class="params">
|
1232
|
-
<thead>
|
1233
|
-
<tr>
|
1234
|
-
<td>Name</td>
|
1235
|
-
<td>Type</td>
|
1236
|
-
<td>Optional</td>
|
1237
|
-
</tr>
|
1238
|
-
</thead>
|
1239
|
-
<tbody>
|
1240
|
-
<tr>
|
1241
|
-
<td>value</td>
|
1242
|
-
|
1243
|
-
<td>
|
1244
|
-
<code>BooleanInput</code>
|
1245
|
-
</td>
|
1246
|
-
|
1247
|
-
<td>
|
1248
|
-
No
|
1249
|
-
</td>
|
1250
|
-
|
1251
|
-
</tr>
|
1252
|
-
</tbody>
|
1253
|
-
</table>
|
1254
|
-
</div>
|
1255
|
-
<div>
|
1256
|
-
</div>
|
1257
|
-
<div class="io-description">
|
1258
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
1259
|
-
|
1260
|
-
</div>
|
1261
|
-
</td>
|
1262
|
-
</tr>
|
1263
|
-
</tbody>
|
1264
|
-
</table>
|
1265
|
-
<table class="table table-sm table-bordered">
|
1266
|
-
<tbody>
|
1267
|
-
<tr>
|
1268
|
-
<td class="col-md-4">
|
1269
|
-
<a name="isGroupOverlappingLabels"></a>
|
1270
|
-
<span class="name"><b>isGroupOverlappingLabels</b><a href="#isGroupOverlappingLabels"><span class="icon ion-ios-link"></span></a></span>
|
1271
|
-
</td>
|
1272
|
-
</tr>
|
1273
|
-
|
1274
|
-
<tr>
|
1275
|
-
<td class="col-md-4">
|
1276
|
-
<span class="accessor"><b>get</b><code>isGroupOverlappingLabels()</code></span>
|
1277
|
-
</td>
|
1278
|
-
</tr>
|
1279
|
-
|
1280
|
-
<tr>
|
1281
|
-
<td class="col-md-4">
|
1282
|
-
<span class="accessor"><b>set</b><code>isGroupOverlappingLabels(value: BooleanInput)</code></span>
|
1283
|
-
</td>
|
1284
|
-
</tr>
|
1285
|
-
<tr>
|
1286
|
-
<td class="col-md-4">
|
1287
|
-
|
1288
|
-
<div class="io-description">
|
1289
|
-
<b>Parameters :</b>
|
1290
|
-
<table class="params">
|
1291
|
-
<thead>
|
1292
|
-
<tr>
|
1293
|
-
<td>Name</td>
|
1294
|
-
<td>Type</td>
|
1295
|
-
<td>Optional</td>
|
1296
|
-
</tr>
|
1297
|
-
</thead>
|
1298
|
-
<tbody>
|
1299
|
-
<tr>
|
1300
|
-
<td>value</td>
|
1301
|
-
|
1302
|
-
<td>
|
1303
|
-
<code>BooleanInput</code>
|
1304
|
-
</td>
|
1305
|
-
|
1306
|
-
<td>
|
1307
|
-
No
|
1308
|
-
</td>
|
1309
|
-
|
1310
|
-
</tr>
|
1311
|
-
</tbody>
|
1312
|
-
</table>
|
1313
|
-
</div>
|
1314
|
-
<div>
|
1315
|
-
</div>
|
1316
|
-
<div class="io-description">
|
1317
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
1318
|
-
|
1319
|
-
</div>
|
1320
|
-
</td>
|
1321
|
-
</tr>
|
1322
|
-
</tbody>
|
1323
|
-
</table>
|
1324
|
-
</section>
|
1325
1024
|
</div>
|
1326
1025
|
|
1327
1026
|
|
@@ -281,7 +281,7 @@
|
|
281
281
|
</tr>
|
282
282
|
<tr>
|
283
283
|
<td class="col-md-4">
|
284
|
-
<i>Type : </i>
|
284
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
285
285
|
|
286
286
|
</td>
|
287
287
|
</tr>
|
@@ -387,7 +387,7 @@
|
|
387
387
|
</tr>
|
388
388
|
<tr>
|
389
389
|
<td class="col-md-4">
|
390
|
-
<i>Type : </i>
|
390
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
391
391
|
|
392
392
|
</td>
|
393
393
|
</tr>
|
@@ -408,7 +408,7 @@
|
|
408
408
|
</tr>
|
409
409
|
<tr>
|
410
410
|
<td class="col-md-4">
|
411
|
-
<i>Type : </i>
|
411
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
412
412
|
|
413
413
|
</td>
|
414
414
|
</tr>
|