@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
@@ -207,22 +207,6 @@
|
|
207
207
|
<tr>
|
208
208
|
<td class="col-md-4">
|
209
209
|
<ul class="index-list">
|
210
|
-
<li>
|
211
|
-
<span class="modifier"></span>
|
212
|
-
<a href="#cardContent" >cardContent</a>
|
213
|
-
</li>
|
214
|
-
<li>
|
215
|
-
<span class="modifier"></span>
|
216
|
-
<a href="#cardFooter" >cardFooter</a>
|
217
|
-
</li>
|
218
|
-
<li>
|
219
|
-
<span class="modifier"></span>
|
220
|
-
<a href="#cardHeader" >cardHeader</a>
|
221
|
-
</li>
|
222
|
-
<li>
|
223
|
-
<span class="modifier"></span>
|
224
|
-
<a href="#cardMedia" >cardMedia</a>
|
225
|
-
</li>
|
226
210
|
<li>
|
227
211
|
<span class="modifier">Public</span>
|
228
212
|
<a href="#uiStateService" >uiStateService</a>
|
@@ -392,6 +376,9 @@
|
|
392
376
|
<li>
|
393
377
|
<a href="#class" >class</a>
|
394
378
|
</li>
|
379
|
+
<li>
|
380
|
+
<a href="#attr.aria-disabled" >attr.aria-disabled</a>
|
381
|
+
</li>
|
395
382
|
</ul>
|
396
383
|
</td>
|
397
384
|
</tr>
|
@@ -408,27 +395,6 @@
|
|
408
395
|
<li>
|
409
396
|
<a href="#cssClasses" >cssClasses</a>
|
410
397
|
</li>
|
411
|
-
<li>
|
412
|
-
<a href="#euiSelected" >euiSelected</a>
|
413
|
-
</li>
|
414
|
-
<li>
|
415
|
-
<a href="#euiCollapsible" >euiCollapsible</a>
|
416
|
-
</li>
|
417
|
-
<li>
|
418
|
-
<a href="#euiCollapsed" >euiCollapsed</a>
|
419
|
-
</li>
|
420
|
-
<li>
|
421
|
-
<a href="#euiUrgent" >euiUrgent</a>
|
422
|
-
</li>
|
423
|
-
<li>
|
424
|
-
<a href="#euiNoShadow" >euiNoShadow</a>
|
425
|
-
</li>
|
426
|
-
<li>
|
427
|
-
<a href="#euiNoContentPadding" >euiNoContentPadding</a>
|
428
|
-
</li>
|
429
|
-
<li>
|
430
|
-
<a href="#euiHoverable" >euiHoverable</a>
|
431
|
-
</li>
|
432
398
|
</ul>
|
433
399
|
</td>
|
434
400
|
</tr>
|
@@ -517,6 +483,11 @@
|
|
517
483
|
|
518
484
|
</td>
|
519
485
|
</tr>
|
486
|
+
<tr>
|
487
|
+
<td class="col-md-4">
|
488
|
+
<i>Default value : </i><code>false</code>
|
489
|
+
</td>
|
490
|
+
</tr>
|
520
491
|
</tbody>
|
521
492
|
</table>
|
522
493
|
<table class="table table-sm table-bordered">
|
@@ -533,6 +504,11 @@
|
|
533
504
|
|
534
505
|
</td>
|
535
506
|
</tr>
|
507
|
+
<tr>
|
508
|
+
<td class="col-md-4">
|
509
|
+
<i>Default value : </i><code>false</code>
|
510
|
+
</td>
|
511
|
+
</tr>
|
536
512
|
</tbody>
|
537
513
|
</table>
|
538
514
|
<table class="table table-sm table-bordered">
|
@@ -549,6 +525,11 @@
|
|
549
525
|
|
550
526
|
</td>
|
551
527
|
</tr>
|
528
|
+
<tr>
|
529
|
+
<td class="col-md-4">
|
530
|
+
<i>Default value : </i><code>false</code>
|
531
|
+
</td>
|
532
|
+
</tr>
|
552
533
|
</tbody>
|
553
534
|
</table>
|
554
535
|
<table class="table table-sm table-bordered">
|
@@ -565,6 +546,11 @@
|
|
565
546
|
|
566
547
|
</td>
|
567
548
|
</tr>
|
549
|
+
<tr>
|
550
|
+
<td class="col-md-4">
|
551
|
+
<i>Default value : </i><code>false</code>
|
552
|
+
</td>
|
553
|
+
</tr>
|
568
554
|
</tbody>
|
569
555
|
</table>
|
570
556
|
<table class="table table-sm table-bordered">
|
@@ -581,6 +567,11 @@
|
|
581
567
|
|
582
568
|
</td>
|
583
569
|
</tr>
|
570
|
+
<tr>
|
571
|
+
<td class="col-md-4">
|
572
|
+
<i>Default value : </i><code>false</code>
|
573
|
+
</td>
|
574
|
+
</tr>
|
584
575
|
</tbody>
|
585
576
|
</table>
|
586
577
|
<table class="table table-sm table-bordered">
|
@@ -597,6 +588,11 @@
|
|
597
588
|
|
598
589
|
</td>
|
599
590
|
</tr>
|
591
|
+
<tr>
|
592
|
+
<td class="col-md-4">
|
593
|
+
<i>Default value : </i><code>false</code>
|
594
|
+
</td>
|
595
|
+
</tr>
|
600
596
|
</tbody>
|
601
597
|
</table>
|
602
598
|
<table class="table table-sm table-bordered">
|
@@ -613,6 +609,11 @@
|
|
613
609
|
|
614
610
|
</td>
|
615
611
|
</tr>
|
612
|
+
<tr>
|
613
|
+
<td class="col-md-4">
|
614
|
+
<i>Default value : </i><code>false</code>
|
615
|
+
</td>
|
616
|
+
</tr>
|
616
617
|
</tbody>
|
617
618
|
</table>
|
618
619
|
<table class="table table-sm table-bordered">
|
@@ -1103,6 +1104,27 @@
|
|
1103
1104
|
</tr>
|
1104
1105
|
|
1105
1106
|
|
1107
|
+
</tbody>
|
1108
|
+
</table>
|
1109
|
+
<table class="table table-sm table-bordered">
|
1110
|
+
<tbody>
|
1111
|
+
<tr>
|
1112
|
+
<td class="col-md-4">
|
1113
|
+
<a name="attr.aria-disabled"></a>
|
1114
|
+
<span class="name">
|
1115
|
+
<span ><b>attr.aria-disabled</b></span>
|
1116
|
+
<a href="#attr.aria-disabled"><span class="icon ion-ios-link"></span></a>
|
1117
|
+
</span>
|
1118
|
+
</td>
|
1119
|
+
</tr>
|
1120
|
+
<tr>
|
1121
|
+
<td class="col-md-4">
|
1122
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
1123
|
+
|
1124
|
+
</td>
|
1125
|
+
</tr>
|
1126
|
+
|
1127
|
+
|
1106
1128
|
</tbody>
|
1107
1129
|
</table>
|
1108
1130
|
</section>
|
@@ -1180,130 +1202,6 @@
|
|
1180
1202
|
<h3 id="inputs">
|
1181
1203
|
Properties
|
1182
1204
|
</h3>
|
1183
|
-
<table class="table table-sm table-bordered">
|
1184
|
-
<tbody>
|
1185
|
-
<tr>
|
1186
|
-
<td class="col-md-4">
|
1187
|
-
<a name="cardContent"></a>
|
1188
|
-
<span class="name">
|
1189
|
-
<span class="modifier"></span>
|
1190
|
-
<span ><b>cardContent</b></span>
|
1191
|
-
<a href="#cardContent"><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="../components/EuiCardContentComponent.html" target="_self" >QueryList<EuiCardContentComponent></a></code>
|
1198
|
-
|
1199
|
-
</td>
|
1200
|
-
</tr>
|
1201
|
-
<tr>
|
1202
|
-
<td class="col-md-4">
|
1203
|
-
<b>Decorators : </b>
|
1204
|
-
<br />
|
1205
|
-
<code>
|
1206
|
-
@ContentChild(undefined, {static: false})<br />
|
1207
|
-
</code>
|
1208
|
-
</td>
|
1209
|
-
</tr>
|
1210
|
-
|
1211
|
-
|
1212
|
-
</tbody>
|
1213
|
-
</table>
|
1214
|
-
<table class="table table-sm table-bordered">
|
1215
|
-
<tbody>
|
1216
|
-
<tr>
|
1217
|
-
<td class="col-md-4">
|
1218
|
-
<a name="cardFooter"></a>
|
1219
|
-
<span class="name">
|
1220
|
-
<span class="modifier"></span>
|
1221
|
-
<span ><b>cardFooter</b></span>
|
1222
|
-
<a href="#cardFooter"><span class="icon ion-ios-link"></span></a>
|
1223
|
-
</span>
|
1224
|
-
</td>
|
1225
|
-
</tr>
|
1226
|
-
<tr>
|
1227
|
-
<td class="col-md-4">
|
1228
|
-
<i>Type : </i> <code><a href="../components/EuiCardFooterComponent.html" target="_self" >QueryList<EuiCardFooterComponent></a></code>
|
1229
|
-
|
1230
|
-
</td>
|
1231
|
-
</tr>
|
1232
|
-
<tr>
|
1233
|
-
<td class="col-md-4">
|
1234
|
-
<b>Decorators : </b>
|
1235
|
-
<br />
|
1236
|
-
<code>
|
1237
|
-
@ContentChild(undefined, {static: false})<br />
|
1238
|
-
</code>
|
1239
|
-
</td>
|
1240
|
-
</tr>
|
1241
|
-
|
1242
|
-
|
1243
|
-
</tbody>
|
1244
|
-
</table>
|
1245
|
-
<table class="table table-sm table-bordered">
|
1246
|
-
<tbody>
|
1247
|
-
<tr>
|
1248
|
-
<td class="col-md-4">
|
1249
|
-
<a name="cardHeader"></a>
|
1250
|
-
<span class="name">
|
1251
|
-
<span class="modifier"></span>
|
1252
|
-
<span ><b>cardHeader</b></span>
|
1253
|
-
<a href="#cardHeader"><span class="icon ion-ios-link"></span></a>
|
1254
|
-
</span>
|
1255
|
-
</td>
|
1256
|
-
</tr>
|
1257
|
-
<tr>
|
1258
|
-
<td class="col-md-4">
|
1259
|
-
<i>Type : </i> <code><a href="../components/EuiCardHeaderComponent.html" target="_self" >QueryList<EuiCardHeaderComponent></a></code>
|
1260
|
-
|
1261
|
-
</td>
|
1262
|
-
</tr>
|
1263
|
-
<tr>
|
1264
|
-
<td class="col-md-4">
|
1265
|
-
<b>Decorators : </b>
|
1266
|
-
<br />
|
1267
|
-
<code>
|
1268
|
-
@ContentChild(undefined, {static: false})<br />
|
1269
|
-
</code>
|
1270
|
-
</td>
|
1271
|
-
</tr>
|
1272
|
-
|
1273
|
-
|
1274
|
-
</tbody>
|
1275
|
-
</table>
|
1276
|
-
<table class="table table-sm table-bordered">
|
1277
|
-
<tbody>
|
1278
|
-
<tr>
|
1279
|
-
<td class="col-md-4">
|
1280
|
-
<a name="cardMedia"></a>
|
1281
|
-
<span class="name">
|
1282
|
-
<span class="modifier"></span>
|
1283
|
-
<span ><b>cardMedia</b></span>
|
1284
|
-
<a href="#cardMedia"><span class="icon ion-ios-link"></span></a>
|
1285
|
-
</span>
|
1286
|
-
</td>
|
1287
|
-
</tr>
|
1288
|
-
<tr>
|
1289
|
-
<td class="col-md-4">
|
1290
|
-
<i>Type : </i> <code><a href="../components/EuiCardMediaComponent.html" target="_self" >QueryList<EuiCardMediaComponent></a></code>
|
1291
|
-
|
1292
|
-
</td>
|
1293
|
-
</tr>
|
1294
|
-
<tr>
|
1295
|
-
<td class="col-md-4">
|
1296
|
-
<b>Decorators : </b>
|
1297
|
-
<br />
|
1298
|
-
<code>
|
1299
|
-
@ContentChild(undefined, {static: false})<br />
|
1300
|
-
</code>
|
1301
|
-
</td>
|
1302
|
-
</tr>
|
1303
|
-
|
1304
|
-
|
1305
|
-
</tbody>
|
1306
|
-
</table>
|
1307
1205
|
<table class="table table-sm table-bordered">
|
1308
1206
|
<tbody>
|
1309
1207
|
<tr>
|
@@ -1349,419 +1247,6 @@
|
|
1349
1247
|
|
1350
1248
|
</tbody>
|
1351
1249
|
</table>
|
1352
|
-
<table class="table table-sm table-bordered">
|
1353
|
-
<tbody>
|
1354
|
-
<tr>
|
1355
|
-
<td class="col-md-4">
|
1356
|
-
<a name="euiSelected"></a>
|
1357
|
-
<span class="name"><b>euiSelected</b><a href="#euiSelected"><span class="icon ion-ios-link"></span></a></span>
|
1358
|
-
</td>
|
1359
|
-
</tr>
|
1360
|
-
|
1361
|
-
<tr>
|
1362
|
-
<td class="col-md-4">
|
1363
|
-
<span class="accessor"><b>get</b><code>euiSelected()</code></span>
|
1364
|
-
</td>
|
1365
|
-
</tr>
|
1366
|
-
|
1367
|
-
<tr>
|
1368
|
-
<td class="col-md-4">
|
1369
|
-
<span class="accessor"><b>set</b><code>euiSelected(value: BooleanInput)</code></span>
|
1370
|
-
</td>
|
1371
|
-
</tr>
|
1372
|
-
<tr>
|
1373
|
-
<td class="col-md-4">
|
1374
|
-
|
1375
|
-
<div class="io-description">
|
1376
|
-
<b>Parameters :</b>
|
1377
|
-
<table class="params">
|
1378
|
-
<thead>
|
1379
|
-
<tr>
|
1380
|
-
<td>Name</td>
|
1381
|
-
<td>Type</td>
|
1382
|
-
<td>Optional</td>
|
1383
|
-
</tr>
|
1384
|
-
</thead>
|
1385
|
-
<tbody>
|
1386
|
-
<tr>
|
1387
|
-
<td>value</td>
|
1388
|
-
|
1389
|
-
<td>
|
1390
|
-
<code>BooleanInput</code>
|
1391
|
-
</td>
|
1392
|
-
|
1393
|
-
<td>
|
1394
|
-
No
|
1395
|
-
</td>
|
1396
|
-
|
1397
|
-
</tr>
|
1398
|
-
</tbody>
|
1399
|
-
</table>
|
1400
|
-
</div>
|
1401
|
-
<div>
|
1402
|
-
</div>
|
1403
|
-
<div class="io-description">
|
1404
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
1405
|
-
|
1406
|
-
</div>
|
1407
|
-
</td>
|
1408
|
-
</tr>
|
1409
|
-
</tbody>
|
1410
|
-
</table>
|
1411
|
-
<table class="table table-sm table-bordered">
|
1412
|
-
<tbody>
|
1413
|
-
<tr>
|
1414
|
-
<td class="col-md-4">
|
1415
|
-
<a name="euiCollapsible"></a>
|
1416
|
-
<span class="name"><b>euiCollapsible</b><a href="#euiCollapsible"><span class="icon ion-ios-link"></span></a></span>
|
1417
|
-
</td>
|
1418
|
-
</tr>
|
1419
|
-
|
1420
|
-
<tr>
|
1421
|
-
<td class="col-md-4">
|
1422
|
-
<span class="accessor"><b>get</b><code>euiCollapsible()</code></span>
|
1423
|
-
</td>
|
1424
|
-
</tr>
|
1425
|
-
|
1426
|
-
<tr>
|
1427
|
-
<td class="col-md-4">
|
1428
|
-
<span class="accessor"><b>set</b><code>euiCollapsible(value: BooleanInput)</code></span>
|
1429
|
-
</td>
|
1430
|
-
</tr>
|
1431
|
-
<tr>
|
1432
|
-
<td class="col-md-4">
|
1433
|
-
|
1434
|
-
<div class="io-description">
|
1435
|
-
<b>Parameters :</b>
|
1436
|
-
<table class="params">
|
1437
|
-
<thead>
|
1438
|
-
<tr>
|
1439
|
-
<td>Name</td>
|
1440
|
-
<td>Type</td>
|
1441
|
-
<td>Optional</td>
|
1442
|
-
</tr>
|
1443
|
-
</thead>
|
1444
|
-
<tbody>
|
1445
|
-
<tr>
|
1446
|
-
<td>value</td>
|
1447
|
-
|
1448
|
-
<td>
|
1449
|
-
<code>BooleanInput</code>
|
1450
|
-
</td>
|
1451
|
-
|
1452
|
-
<td>
|
1453
|
-
No
|
1454
|
-
</td>
|
1455
|
-
|
1456
|
-
</tr>
|
1457
|
-
</tbody>
|
1458
|
-
</table>
|
1459
|
-
</div>
|
1460
|
-
<div>
|
1461
|
-
</div>
|
1462
|
-
<div class="io-description">
|
1463
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
1464
|
-
|
1465
|
-
</div>
|
1466
|
-
</td>
|
1467
|
-
</tr>
|
1468
|
-
</tbody>
|
1469
|
-
</table>
|
1470
|
-
<table class="table table-sm table-bordered">
|
1471
|
-
<tbody>
|
1472
|
-
<tr>
|
1473
|
-
<td class="col-md-4">
|
1474
|
-
<a name="euiCollapsed"></a>
|
1475
|
-
<span class="name"><b>euiCollapsed</b><a href="#euiCollapsed"><span class="icon ion-ios-link"></span></a></span>
|
1476
|
-
</td>
|
1477
|
-
</tr>
|
1478
|
-
|
1479
|
-
<tr>
|
1480
|
-
<td class="col-md-4">
|
1481
|
-
<span class="accessor"><b>get</b><code>euiCollapsed()</code></span>
|
1482
|
-
</td>
|
1483
|
-
</tr>
|
1484
|
-
|
1485
|
-
<tr>
|
1486
|
-
<td class="col-md-4">
|
1487
|
-
<span class="accessor"><b>set</b><code>euiCollapsed(value: BooleanInput)</code></span>
|
1488
|
-
</td>
|
1489
|
-
</tr>
|
1490
|
-
<tr>
|
1491
|
-
<td class="col-md-4">
|
1492
|
-
|
1493
|
-
<div class="io-description">
|
1494
|
-
<b>Parameters :</b>
|
1495
|
-
<table class="params">
|
1496
|
-
<thead>
|
1497
|
-
<tr>
|
1498
|
-
<td>Name</td>
|
1499
|
-
<td>Type</td>
|
1500
|
-
<td>Optional</td>
|
1501
|
-
</tr>
|
1502
|
-
</thead>
|
1503
|
-
<tbody>
|
1504
|
-
<tr>
|
1505
|
-
<td>value</td>
|
1506
|
-
|
1507
|
-
<td>
|
1508
|
-
<code>BooleanInput</code>
|
1509
|
-
</td>
|
1510
|
-
|
1511
|
-
<td>
|
1512
|
-
No
|
1513
|
-
</td>
|
1514
|
-
|
1515
|
-
</tr>
|
1516
|
-
</tbody>
|
1517
|
-
</table>
|
1518
|
-
</div>
|
1519
|
-
<div>
|
1520
|
-
</div>
|
1521
|
-
<div class="io-description">
|
1522
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
1523
|
-
|
1524
|
-
</div>
|
1525
|
-
</td>
|
1526
|
-
</tr>
|
1527
|
-
</tbody>
|
1528
|
-
</table>
|
1529
|
-
<table class="table table-sm table-bordered">
|
1530
|
-
<tbody>
|
1531
|
-
<tr>
|
1532
|
-
<td class="col-md-4">
|
1533
|
-
<a name="euiUrgent"></a>
|
1534
|
-
<span class="name"><b>euiUrgent</b><a href="#euiUrgent"><span class="icon ion-ios-link"></span></a></span>
|
1535
|
-
</td>
|
1536
|
-
</tr>
|
1537
|
-
|
1538
|
-
<tr>
|
1539
|
-
<td class="col-md-4">
|
1540
|
-
<span class="accessor"><b>get</b><code>euiUrgent()</code></span>
|
1541
|
-
</td>
|
1542
|
-
</tr>
|
1543
|
-
|
1544
|
-
<tr>
|
1545
|
-
<td class="col-md-4">
|
1546
|
-
<span class="accessor"><b>set</b><code>euiUrgent(value: BooleanInput)</code></span>
|
1547
|
-
</td>
|
1548
|
-
</tr>
|
1549
|
-
<tr>
|
1550
|
-
<td class="col-md-4">
|
1551
|
-
|
1552
|
-
<div class="io-description">
|
1553
|
-
<b>Parameters :</b>
|
1554
|
-
<table class="params">
|
1555
|
-
<thead>
|
1556
|
-
<tr>
|
1557
|
-
<td>Name</td>
|
1558
|
-
<td>Type</td>
|
1559
|
-
<td>Optional</td>
|
1560
|
-
</tr>
|
1561
|
-
</thead>
|
1562
|
-
<tbody>
|
1563
|
-
<tr>
|
1564
|
-
<td>value</td>
|
1565
|
-
|
1566
|
-
<td>
|
1567
|
-
<code>BooleanInput</code>
|
1568
|
-
</td>
|
1569
|
-
|
1570
|
-
<td>
|
1571
|
-
No
|
1572
|
-
</td>
|
1573
|
-
|
1574
|
-
</tr>
|
1575
|
-
</tbody>
|
1576
|
-
</table>
|
1577
|
-
</div>
|
1578
|
-
<div>
|
1579
|
-
</div>
|
1580
|
-
<div class="io-description">
|
1581
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
1582
|
-
|
1583
|
-
</div>
|
1584
|
-
</td>
|
1585
|
-
</tr>
|
1586
|
-
</tbody>
|
1587
|
-
</table>
|
1588
|
-
<table class="table table-sm table-bordered">
|
1589
|
-
<tbody>
|
1590
|
-
<tr>
|
1591
|
-
<td class="col-md-4">
|
1592
|
-
<a name="euiNoShadow"></a>
|
1593
|
-
<span class="name"><b>euiNoShadow</b><a href="#euiNoShadow"><span class="icon ion-ios-link"></span></a></span>
|
1594
|
-
</td>
|
1595
|
-
</tr>
|
1596
|
-
|
1597
|
-
<tr>
|
1598
|
-
<td class="col-md-4">
|
1599
|
-
<span class="accessor"><b>get</b><code>euiNoShadow()</code></span>
|
1600
|
-
</td>
|
1601
|
-
</tr>
|
1602
|
-
|
1603
|
-
<tr>
|
1604
|
-
<td class="col-md-4">
|
1605
|
-
<span class="accessor"><b>set</b><code>euiNoShadow(value: BooleanInput)</code></span>
|
1606
|
-
</td>
|
1607
|
-
</tr>
|
1608
|
-
<tr>
|
1609
|
-
<td class="col-md-4">
|
1610
|
-
|
1611
|
-
<div class="io-description">
|
1612
|
-
<b>Parameters :</b>
|
1613
|
-
<table class="params">
|
1614
|
-
<thead>
|
1615
|
-
<tr>
|
1616
|
-
<td>Name</td>
|
1617
|
-
<td>Type</td>
|
1618
|
-
<td>Optional</td>
|
1619
|
-
</tr>
|
1620
|
-
</thead>
|
1621
|
-
<tbody>
|
1622
|
-
<tr>
|
1623
|
-
<td>value</td>
|
1624
|
-
|
1625
|
-
<td>
|
1626
|
-
<code>BooleanInput</code>
|
1627
|
-
</td>
|
1628
|
-
|
1629
|
-
<td>
|
1630
|
-
No
|
1631
|
-
</td>
|
1632
|
-
|
1633
|
-
</tr>
|
1634
|
-
</tbody>
|
1635
|
-
</table>
|
1636
|
-
</div>
|
1637
|
-
<div>
|
1638
|
-
</div>
|
1639
|
-
<div class="io-description">
|
1640
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
1641
|
-
|
1642
|
-
</div>
|
1643
|
-
</td>
|
1644
|
-
</tr>
|
1645
|
-
</tbody>
|
1646
|
-
</table>
|
1647
|
-
<table class="table table-sm table-bordered">
|
1648
|
-
<tbody>
|
1649
|
-
<tr>
|
1650
|
-
<td class="col-md-4">
|
1651
|
-
<a name="euiNoContentPadding"></a>
|
1652
|
-
<span class="name"><b>euiNoContentPadding</b><a href="#euiNoContentPadding"><span class="icon ion-ios-link"></span></a></span>
|
1653
|
-
</td>
|
1654
|
-
</tr>
|
1655
|
-
|
1656
|
-
<tr>
|
1657
|
-
<td class="col-md-4">
|
1658
|
-
<span class="accessor"><b>get</b><code>euiNoContentPadding()</code></span>
|
1659
|
-
</td>
|
1660
|
-
</tr>
|
1661
|
-
|
1662
|
-
<tr>
|
1663
|
-
<td class="col-md-4">
|
1664
|
-
<span class="accessor"><b>set</b><code>euiNoContentPadding(value: BooleanInput)</code></span>
|
1665
|
-
</td>
|
1666
|
-
</tr>
|
1667
|
-
<tr>
|
1668
|
-
<td class="col-md-4">
|
1669
|
-
|
1670
|
-
<div class="io-description">
|
1671
|
-
<b>Parameters :</b>
|
1672
|
-
<table class="params">
|
1673
|
-
<thead>
|
1674
|
-
<tr>
|
1675
|
-
<td>Name</td>
|
1676
|
-
<td>Type</td>
|
1677
|
-
<td>Optional</td>
|
1678
|
-
</tr>
|
1679
|
-
</thead>
|
1680
|
-
<tbody>
|
1681
|
-
<tr>
|
1682
|
-
<td>value</td>
|
1683
|
-
|
1684
|
-
<td>
|
1685
|
-
<code>BooleanInput</code>
|
1686
|
-
</td>
|
1687
|
-
|
1688
|
-
<td>
|
1689
|
-
No
|
1690
|
-
</td>
|
1691
|
-
|
1692
|
-
</tr>
|
1693
|
-
</tbody>
|
1694
|
-
</table>
|
1695
|
-
</div>
|
1696
|
-
<div>
|
1697
|
-
</div>
|
1698
|
-
<div class="io-description">
|
1699
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
1700
|
-
|
1701
|
-
</div>
|
1702
|
-
</td>
|
1703
|
-
</tr>
|
1704
|
-
</tbody>
|
1705
|
-
</table>
|
1706
|
-
<table class="table table-sm table-bordered">
|
1707
|
-
<tbody>
|
1708
|
-
<tr>
|
1709
|
-
<td class="col-md-4">
|
1710
|
-
<a name="euiHoverable"></a>
|
1711
|
-
<span class="name"><b>euiHoverable</b><a href="#euiHoverable"><span class="icon ion-ios-link"></span></a></span>
|
1712
|
-
</td>
|
1713
|
-
</tr>
|
1714
|
-
|
1715
|
-
<tr>
|
1716
|
-
<td class="col-md-4">
|
1717
|
-
<span class="accessor"><b>get</b><code>euiHoverable()</code></span>
|
1718
|
-
</td>
|
1719
|
-
</tr>
|
1720
|
-
|
1721
|
-
<tr>
|
1722
|
-
<td class="col-md-4">
|
1723
|
-
<span class="accessor"><b>set</b><code>euiHoverable(value: BooleanInput)</code></span>
|
1724
|
-
</td>
|
1725
|
-
</tr>
|
1726
|
-
<tr>
|
1727
|
-
<td class="col-md-4">
|
1728
|
-
|
1729
|
-
<div class="io-description">
|
1730
|
-
<b>Parameters :</b>
|
1731
|
-
<table class="params">
|
1732
|
-
<thead>
|
1733
|
-
<tr>
|
1734
|
-
<td>Name</td>
|
1735
|
-
<td>Type</td>
|
1736
|
-
<td>Optional</td>
|
1737
|
-
</tr>
|
1738
|
-
</thead>
|
1739
|
-
<tbody>
|
1740
|
-
<tr>
|
1741
|
-
<td>value</td>
|
1742
|
-
|
1743
|
-
<td>
|
1744
|
-
<code>BooleanInput</code>
|
1745
|
-
</td>
|
1746
|
-
|
1747
|
-
<td>
|
1748
|
-
No
|
1749
|
-
</td>
|
1750
|
-
|
1751
|
-
</tr>
|
1752
|
-
</tbody>
|
1753
|
-
</table>
|
1754
|
-
</div>
|
1755
|
-
<div>
|
1756
|
-
</div>
|
1757
|
-
<div class="io-description">
|
1758
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
1759
|
-
|
1760
|
-
</div>
|
1761
|
-
</td>
|
1762
|
-
</tr>
|
1763
|
-
</tbody>
|
1764
|
-
</table>
|
1765
1250
|
</section>
|
1766
1251
|
</div>
|
1767
1252
|
|