@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
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"eui-smooth-scroll.directive.d.ts","sourceRoot":"","sources":["../../directives/eui-smooth-scroll.directive.ts"],"names":[],"mappings":"AAIA,OAAO,EAA4C,MAAM,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;;;AAG7F,qBAGa,0BAA0B;IACnC,aAAa,EAAE,GAAG,CAAC
|
1
|
+
{"version":3,"file":"eui-smooth-scroll.directive.d.ts","sourceRoot":"","sources":["../../directives/eui-smooth-scroll.directive.ts"],"names":[],"mappings":"AAIA,OAAO,EAA4C,MAAM,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;;;AAG7F,qBAGa,0BAA0B;IACnC,aAAa,EAAE,GAAG,CAAC;IAEU,QAAQ,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,MAAM,CAAC;IACnB,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;IACP,cAAc,EAAE,GAAG,CAAC;IACrB,aAAa,EAAE,GAAG,CAAC;IACrB,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,GAAG,CAAC;IAEvB,OAAO;yCAZrB,0BAA0B;2CAA1B,0BAA0B;CA6BtC;AAED,qBAGa,wBAAyB,YAAW,MAAM;IACnD,OAAO,CAAC,EAAE,CAAC;gBAEC,EAAE,EAAE,UAAU;IAIA,QAAQ,EAAE,OAAO,CAAC;IAClB,QAAQ,EAAE,MAAM,CAAC;IACnB,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;IACP,cAAc,EAAE,GAAG,CAAC;IACrB,aAAa,EAAE,GAAG,CAAC;IACrB,WAAW,EAAE,MAAM,CAAC;IAClB,aAAa,EAAE,OAAO,CAAC;IACzB,WAAW,EAAE,GAAG,CAAC;IAEJ,OAAO,CAAC,MAAM,KAAA;IAMjD,QAAQ;IAIf,OAAO,CAAC,MAAM;yCA3BL,wBAAwB;2CAAxB,wBAAwB;CA2CpC;AAkJD,qBAKa,8BAA8B;yCAA9B,8BAA8B;0CAA9B,8BAA8B,UApO9B,0BAA0B,SAkC1B,wBAAwB,qCAlCxB,0BAA0B,SAkC1B,wBAAwB;0CAkMxB,8BAA8B;CAAI"}
|
@@ -370,6 +370,9 @@
|
|
370
370
|
<li>
|
371
371
|
<a href="#class" >class</a>
|
372
372
|
</li>
|
373
|
+
<li>
|
374
|
+
<a href="#attr.aria-disabled" >attr.aria-disabled</a>
|
375
|
+
</li>
|
373
376
|
</ul>
|
374
377
|
</td>
|
375
378
|
</tr>
|
@@ -1045,6 +1048,27 @@
|
|
1045
1048
|
</tr>
|
1046
1049
|
|
1047
1050
|
|
1051
|
+
</tbody>
|
1052
|
+
</table>
|
1053
|
+
<table class="table table-sm table-bordered">
|
1054
|
+
<tbody>
|
1055
|
+
<tr>
|
1056
|
+
<td class="col-md-4">
|
1057
|
+
<a name="attr.aria-disabled"></a>
|
1058
|
+
<span class="name">
|
1059
|
+
<span ><b>attr.aria-disabled</b></span>
|
1060
|
+
<a href="#attr.aria-disabled"><span class="icon ion-ios-link"></span></a>
|
1061
|
+
</span>
|
1062
|
+
</td>
|
1063
|
+
</tr>
|
1064
|
+
<tr>
|
1065
|
+
<td class="col-md-4">
|
1066
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
1067
|
+
|
1068
|
+
</td>
|
1069
|
+
</tr>
|
1070
|
+
|
1071
|
+
|
1048
1072
|
</tbody>
|
1049
1073
|
</table>
|
1050
1074
|
</section>
|
@@ -140,7 +140,7 @@
|
|
140
140
|
<td class="col-md-9">
|
141
141
|
<code><a href="../directives/BaseStatesDirective.html" target="_self" >BaseStatesDirective</a></code>
|
142
142
|
<br/>
|
143
|
-
<div><i> Inputs</i> : euiSecondary euiSuccess euiInfo euiWarning euiDanger euiAccent euiVariant euiSizeS euiSizeL euiSizeXL euiSize2XL euiSizeVariant euiOutline </div>
|
143
|
+
<div><i> Inputs</i> : euiSecondary euiSecondaryLight euiSuccess euiInfo euiWarning euiDanger euiAccent euiVariant euiSizeXS euiSizeS euiSizeL euiSizeXL euiSize2XL euiSizeVariant euiOutline </div>
|
144
144
|
</td>
|
145
145
|
</tr>
|
146
146
|
|
@@ -352,6 +352,9 @@
|
|
352
352
|
<li>
|
353
353
|
<a href="#class" >class</a>
|
354
354
|
</li>
|
355
|
+
<li>
|
356
|
+
<a href="#attr.aria-disabled" >attr.aria-disabled</a>
|
357
|
+
</li>
|
355
358
|
</ul>
|
356
359
|
</td>
|
357
360
|
</tr>
|
@@ -382,24 +385,6 @@
|
|
382
385
|
<li>
|
383
386
|
<a href="#cssClasses" >cssClasses</a>
|
384
387
|
</li>
|
385
|
-
<li>
|
386
|
-
<a href="#euiBasicButton" >euiBasicButton</a>
|
387
|
-
</li>
|
388
|
-
<li>
|
389
|
-
<a href="#euiButtonCall" >euiButtonCall</a>
|
390
|
-
</li>
|
391
|
-
<li>
|
392
|
-
<a href="#euiBlockButton" >euiBlockButton</a>
|
393
|
-
</li>
|
394
|
-
<li>
|
395
|
-
<a href="#isLoading" >isLoading</a>
|
396
|
-
</li>
|
397
|
-
<li>
|
398
|
-
<a href="#euiIconButton" >euiIconButton</a>
|
399
|
-
</li>
|
400
|
-
<li>
|
401
|
-
<a href="#euiLineWrap" >euiLineWrap</a>
|
402
|
-
</li>
|
403
388
|
</ul>
|
404
389
|
</td>
|
405
390
|
</tr>
|
@@ -500,6 +485,11 @@
|
|
500
485
|
|
501
486
|
</td>
|
502
487
|
</tr>
|
488
|
+
<tr>
|
489
|
+
<td class="col-md-4">
|
490
|
+
<i>Default value : </i><code>false</code>
|
491
|
+
</td>
|
492
|
+
</tr>
|
503
493
|
</tbody>
|
504
494
|
</table>
|
505
495
|
<table class="table table-sm table-bordered">
|
@@ -516,6 +506,11 @@
|
|
516
506
|
|
517
507
|
</td>
|
518
508
|
</tr>
|
509
|
+
<tr>
|
510
|
+
<td class="col-md-4">
|
511
|
+
<i>Default value : </i><code>false</code>
|
512
|
+
</td>
|
513
|
+
</tr>
|
519
514
|
</tbody>
|
520
515
|
</table>
|
521
516
|
<table class="table table-sm table-bordered">
|
@@ -532,6 +527,11 @@
|
|
532
527
|
|
533
528
|
</td>
|
534
529
|
</tr>
|
530
|
+
<tr>
|
531
|
+
<td class="col-md-4">
|
532
|
+
<i>Default value : </i><code>false</code>
|
533
|
+
</td>
|
534
|
+
</tr>
|
535
535
|
</tbody>
|
536
536
|
</table>
|
537
537
|
<table class="table table-sm table-bordered">
|
@@ -548,6 +548,11 @@
|
|
548
548
|
|
549
549
|
</td>
|
550
550
|
</tr>
|
551
|
+
<tr>
|
552
|
+
<td class="col-md-4">
|
553
|
+
<i>Default value : </i><code>false</code>
|
554
|
+
</td>
|
555
|
+
</tr>
|
551
556
|
</tbody>
|
552
557
|
</table>
|
553
558
|
<table class="table table-sm table-bordered">
|
@@ -564,6 +569,11 @@
|
|
564
569
|
|
565
570
|
</td>
|
566
571
|
</tr>
|
572
|
+
<tr>
|
573
|
+
<td class="col-md-4">
|
574
|
+
<i>Default value : </i><code>false</code>
|
575
|
+
</td>
|
576
|
+
</tr>
|
567
577
|
</tbody>
|
568
578
|
</table>
|
569
579
|
<table class="table table-sm table-bordered">
|
@@ -596,6 +606,11 @@
|
|
596
606
|
|
597
607
|
</td>
|
598
608
|
</tr>
|
609
|
+
<tr>
|
610
|
+
<td class="col-md-4">
|
611
|
+
<i>Default value : </i><code>false</code>
|
612
|
+
</td>
|
613
|
+
</tr>
|
599
614
|
</tbody>
|
600
615
|
</table>
|
601
616
|
<table class="table table-sm table-bordered">
|
@@ -1086,6 +1101,27 @@
|
|
1086
1101
|
</tr>
|
1087
1102
|
|
1088
1103
|
|
1104
|
+
</tbody>
|
1105
|
+
</table>
|
1106
|
+
<table class="table table-sm table-bordered">
|
1107
|
+
<tbody>
|
1108
|
+
<tr>
|
1109
|
+
<td class="col-md-4">
|
1110
|
+
<a name="attr.aria-disabled"></a>
|
1111
|
+
<span class="name">
|
1112
|
+
<span ><b>attr.aria-disabled</b></span>
|
1113
|
+
<a href="#attr.aria-disabled"><span class="icon ion-ios-link"></span></a>
|
1114
|
+
</span>
|
1115
|
+
</td>
|
1116
|
+
</tr>
|
1117
|
+
<tr>
|
1118
|
+
<td class="col-md-4">
|
1119
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
1120
|
+
|
1121
|
+
</td>
|
1122
|
+
</tr>
|
1123
|
+
|
1124
|
+
|
1089
1125
|
</tbody>
|
1090
1126
|
</table>
|
1091
1127
|
</section>
|
@@ -1203,360 +1239,6 @@
|
|
1203
1239
|
|
1204
1240
|
</tbody>
|
1205
1241
|
</table>
|
1206
|
-
<table class="table table-sm table-bordered">
|
1207
|
-
<tbody>
|
1208
|
-
<tr>
|
1209
|
-
<td class="col-md-4">
|
1210
|
-
<a name="euiBasicButton"></a>
|
1211
|
-
<span class="name"><b>euiBasicButton</b><a href="#euiBasicButton"><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>euiBasicButton()</code></span>
|
1218
|
-
</td>
|
1219
|
-
</tr>
|
1220
|
-
|
1221
|
-
<tr>
|
1222
|
-
<td class="col-md-4">
|
1223
|
-
<span class="accessor"><b>set</b><code>euiBasicButton(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="euiButtonCall"></a>
|
1270
|
-
<span class="name"><b>euiButtonCall</b><a href="#euiButtonCall"><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>euiButtonCall()</code></span>
|
1277
|
-
</td>
|
1278
|
-
</tr>
|
1279
|
-
|
1280
|
-
<tr>
|
1281
|
-
<td class="col-md-4">
|
1282
|
-
<span class="accessor"><b>set</b><code>euiButtonCall(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
|
-
<table class="table table-sm table-bordered">
|
1325
|
-
<tbody>
|
1326
|
-
<tr>
|
1327
|
-
<td class="col-md-4">
|
1328
|
-
<a name="euiBlockButton"></a>
|
1329
|
-
<span class="name"><b>euiBlockButton</b><a href="#euiBlockButton"><span class="icon ion-ios-link"></span></a></span>
|
1330
|
-
</td>
|
1331
|
-
</tr>
|
1332
|
-
|
1333
|
-
<tr>
|
1334
|
-
<td class="col-md-4">
|
1335
|
-
<span class="accessor"><b>get</b><code>euiBlockButton()</code></span>
|
1336
|
-
</td>
|
1337
|
-
</tr>
|
1338
|
-
|
1339
|
-
<tr>
|
1340
|
-
<td class="col-md-4">
|
1341
|
-
<span class="accessor"><b>set</b><code>euiBlockButton(value: BooleanInput)</code></span>
|
1342
|
-
</td>
|
1343
|
-
</tr>
|
1344
|
-
<tr>
|
1345
|
-
<td class="col-md-4">
|
1346
|
-
|
1347
|
-
<div class="io-description">
|
1348
|
-
<b>Parameters :</b>
|
1349
|
-
<table class="params">
|
1350
|
-
<thead>
|
1351
|
-
<tr>
|
1352
|
-
<td>Name</td>
|
1353
|
-
<td>Type</td>
|
1354
|
-
<td>Optional</td>
|
1355
|
-
</tr>
|
1356
|
-
</thead>
|
1357
|
-
<tbody>
|
1358
|
-
<tr>
|
1359
|
-
<td>value</td>
|
1360
|
-
|
1361
|
-
<td>
|
1362
|
-
<code>BooleanInput</code>
|
1363
|
-
</td>
|
1364
|
-
|
1365
|
-
<td>
|
1366
|
-
No
|
1367
|
-
</td>
|
1368
|
-
|
1369
|
-
</tr>
|
1370
|
-
</tbody>
|
1371
|
-
</table>
|
1372
|
-
</div>
|
1373
|
-
<div>
|
1374
|
-
</div>
|
1375
|
-
<div class="io-description">
|
1376
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
1377
|
-
|
1378
|
-
</div>
|
1379
|
-
</td>
|
1380
|
-
</tr>
|
1381
|
-
</tbody>
|
1382
|
-
</table>
|
1383
|
-
<table class="table table-sm table-bordered">
|
1384
|
-
<tbody>
|
1385
|
-
<tr>
|
1386
|
-
<td class="col-md-4">
|
1387
|
-
<a name="isLoading"></a>
|
1388
|
-
<span class="name"><b>isLoading</b><a href="#isLoading"><span class="icon ion-ios-link"></span></a></span>
|
1389
|
-
</td>
|
1390
|
-
</tr>
|
1391
|
-
|
1392
|
-
<tr>
|
1393
|
-
<td class="col-md-4">
|
1394
|
-
<span class="accessor"><b>get</b><code>isLoading()</code></span>
|
1395
|
-
</td>
|
1396
|
-
</tr>
|
1397
|
-
|
1398
|
-
<tr>
|
1399
|
-
<td class="col-md-4">
|
1400
|
-
<span class="accessor"><b>set</b><code>isLoading(value: BooleanInput)</code></span>
|
1401
|
-
</td>
|
1402
|
-
</tr>
|
1403
|
-
<tr>
|
1404
|
-
<td class="col-md-4">
|
1405
|
-
|
1406
|
-
<div class="io-description">
|
1407
|
-
<b>Parameters :</b>
|
1408
|
-
<table class="params">
|
1409
|
-
<thead>
|
1410
|
-
<tr>
|
1411
|
-
<td>Name</td>
|
1412
|
-
<td>Type</td>
|
1413
|
-
<td>Optional</td>
|
1414
|
-
</tr>
|
1415
|
-
</thead>
|
1416
|
-
<tbody>
|
1417
|
-
<tr>
|
1418
|
-
<td>value</td>
|
1419
|
-
|
1420
|
-
<td>
|
1421
|
-
<code>BooleanInput</code>
|
1422
|
-
</td>
|
1423
|
-
|
1424
|
-
<td>
|
1425
|
-
No
|
1426
|
-
</td>
|
1427
|
-
|
1428
|
-
</tr>
|
1429
|
-
</tbody>
|
1430
|
-
</table>
|
1431
|
-
</div>
|
1432
|
-
<div>
|
1433
|
-
</div>
|
1434
|
-
<div class="io-description">
|
1435
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
1436
|
-
|
1437
|
-
</div>
|
1438
|
-
</td>
|
1439
|
-
</tr>
|
1440
|
-
</tbody>
|
1441
|
-
</table>
|
1442
|
-
<table class="table table-sm table-bordered">
|
1443
|
-
<tbody>
|
1444
|
-
<tr>
|
1445
|
-
<td class="col-md-4">
|
1446
|
-
<a name="euiIconButton"></a>
|
1447
|
-
<span class="name"><b>euiIconButton</b><a href="#euiIconButton"><span class="icon ion-ios-link"></span></a></span>
|
1448
|
-
</td>
|
1449
|
-
</tr>
|
1450
|
-
|
1451
|
-
<tr>
|
1452
|
-
<td class="col-md-4">
|
1453
|
-
<span class="accessor"><b>get</b><code>euiIconButton()</code></span>
|
1454
|
-
</td>
|
1455
|
-
</tr>
|
1456
|
-
|
1457
|
-
<tr>
|
1458
|
-
<td class="col-md-4">
|
1459
|
-
<span class="accessor"><b>set</b><code>euiIconButton(value: BooleanInput)</code></span>
|
1460
|
-
</td>
|
1461
|
-
</tr>
|
1462
|
-
<tr>
|
1463
|
-
<td class="col-md-4">
|
1464
|
-
|
1465
|
-
<div class="io-description">
|
1466
|
-
<b>Parameters :</b>
|
1467
|
-
<table class="params">
|
1468
|
-
<thead>
|
1469
|
-
<tr>
|
1470
|
-
<td>Name</td>
|
1471
|
-
<td>Type</td>
|
1472
|
-
<td>Optional</td>
|
1473
|
-
</tr>
|
1474
|
-
</thead>
|
1475
|
-
<tbody>
|
1476
|
-
<tr>
|
1477
|
-
<td>value</td>
|
1478
|
-
|
1479
|
-
<td>
|
1480
|
-
<code>BooleanInput</code>
|
1481
|
-
</td>
|
1482
|
-
|
1483
|
-
<td>
|
1484
|
-
No
|
1485
|
-
</td>
|
1486
|
-
|
1487
|
-
</tr>
|
1488
|
-
</tbody>
|
1489
|
-
</table>
|
1490
|
-
</div>
|
1491
|
-
<div>
|
1492
|
-
</div>
|
1493
|
-
<div class="io-description">
|
1494
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
1495
|
-
|
1496
|
-
</div>
|
1497
|
-
</td>
|
1498
|
-
</tr>
|
1499
|
-
</tbody>
|
1500
|
-
</table>
|
1501
|
-
<table class="table table-sm table-bordered">
|
1502
|
-
<tbody>
|
1503
|
-
<tr>
|
1504
|
-
<td class="col-md-4">
|
1505
|
-
<a name="euiLineWrap"></a>
|
1506
|
-
<span class="name"><b>euiLineWrap</b><a href="#euiLineWrap"><span class="icon ion-ios-link"></span></a></span>
|
1507
|
-
</td>
|
1508
|
-
</tr>
|
1509
|
-
|
1510
|
-
<tr>
|
1511
|
-
<td class="col-md-4">
|
1512
|
-
<span class="accessor"><b>get</b><code>euiLineWrap()</code></span>
|
1513
|
-
</td>
|
1514
|
-
</tr>
|
1515
|
-
|
1516
|
-
<tr>
|
1517
|
-
<td class="col-md-4">
|
1518
|
-
<span class="accessor"><b>set</b><code>euiLineWrap(value: BooleanInput)</code></span>
|
1519
|
-
</td>
|
1520
|
-
</tr>
|
1521
|
-
<tr>
|
1522
|
-
<td class="col-md-4">
|
1523
|
-
|
1524
|
-
<div class="io-description">
|
1525
|
-
<b>Parameters :</b>
|
1526
|
-
<table class="params">
|
1527
|
-
<thead>
|
1528
|
-
<tr>
|
1529
|
-
<td>Name</td>
|
1530
|
-
<td>Type</td>
|
1531
|
-
<td>Optional</td>
|
1532
|
-
</tr>
|
1533
|
-
</thead>
|
1534
|
-
<tbody>
|
1535
|
-
<tr>
|
1536
|
-
<td>value</td>
|
1537
|
-
|
1538
|
-
<td>
|
1539
|
-
<code>BooleanInput</code>
|
1540
|
-
</td>
|
1541
|
-
|
1542
|
-
<td>
|
1543
|
-
No
|
1544
|
-
</td>
|
1545
|
-
|
1546
|
-
</tr>
|
1547
|
-
</tbody>
|
1548
|
-
</table>
|
1549
|
-
</div>
|
1550
|
-
<div>
|
1551
|
-
</div>
|
1552
|
-
<div class="io-description">
|
1553
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
1554
|
-
|
1555
|
-
</div>
|
1556
|
-
</td>
|
1557
|
-
</tr>
|
1558
|
-
</tbody>
|
1559
|
-
</table>
|
1560
1242
|
</section>
|
1561
1243
|
</div>
|
1562
1244
|
|