@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
@@ -215,6 +215,9 @@
|
|
215
215
|
<li>
|
216
216
|
<a href="#euiSecondary" >euiSecondary</a>
|
217
217
|
</li>
|
218
|
+
<li>
|
219
|
+
<a href="#euiSecondaryLight" >euiSecondaryLight</a>
|
220
|
+
</li>
|
218
221
|
<li>
|
219
222
|
<a href="#euiSize2XL" >euiSize2XL</a>
|
220
223
|
</li>
|
@@ -262,6 +265,20 @@
|
|
262
265
|
</tr>
|
263
266
|
|
264
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>
|
265
282
|
|
266
283
|
|
267
284
|
<tr>
|
@@ -272,12 +289,18 @@
|
|
272
289
|
<tr>
|
273
290
|
<td class="col-md-4">
|
274
291
|
<ul class="index-list">
|
292
|
+
<li>
|
293
|
+
<a href="#ariaDisabled" >ariaDisabled</a>
|
294
|
+
</li>
|
275
295
|
<li>
|
276
296
|
<a href="#euiPrimary" >euiPrimary</a>
|
277
297
|
</li>
|
278
298
|
<li>
|
279
299
|
<a href="#euiSecondary" >euiSecondary</a>
|
280
300
|
</li>
|
301
|
+
<li>
|
302
|
+
<a href="#euiSecondaryLight" >euiSecondaryLight</a>
|
303
|
+
</li>
|
281
304
|
<li>
|
282
305
|
<a href="#euiInfo" >euiInfo</a>
|
283
306
|
</li>
|
@@ -608,6 +631,22 @@
|
|
608
631
|
</tr>
|
609
632
|
</tbody>
|
610
633
|
</table>
|
634
|
+
<table class="table table-sm table-bordered">
|
635
|
+
<tbody>
|
636
|
+
<tr>
|
637
|
+
<td class="col-md-4">
|
638
|
+
<a name="euiSecondaryLight"></a>
|
639
|
+
<b>euiSecondaryLight</b>
|
640
|
+
</td>
|
641
|
+
</tr>
|
642
|
+
<tr>
|
643
|
+
<td class="col-md-4">
|
644
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
645
|
+
|
646
|
+
</td>
|
647
|
+
</tr>
|
648
|
+
</tbody>
|
649
|
+
</table>
|
611
650
|
<table class="table table-sm table-bordered">
|
612
651
|
<tbody>
|
613
652
|
<tr>
|
@@ -834,6 +873,29 @@
|
|
834
873
|
</table>
|
835
874
|
</section>
|
836
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>
|
837
899
|
|
838
900
|
|
839
901
|
<section data-compodoc="block-methods">
|
@@ -908,6 +970,23 @@
|
|
908
970
|
<h3 id="accessors">
|
909
971
|
Accessors
|
910
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>
|
911
990
|
<table class="table table-sm table-bordered">
|
912
991
|
<tbody>
|
913
992
|
<tr>
|
@@ -1026,6 +1105,65 @@
|
|
1026
1105
|
</tr>
|
1027
1106
|
</tbody>
|
1028
1107
|
</table>
|
1108
|
+
<table class="table table-sm table-bordered">
|
1109
|
+
<tbody>
|
1110
|
+
<tr>
|
1111
|
+
<td class="col-md-4">
|
1112
|
+
<a name="euiSecondaryLight"></a>
|
1113
|
+
<span class="name"><b>euiSecondaryLight</b><a href="#euiSecondaryLight"><span class="icon ion-ios-link"></span></a></span>
|
1114
|
+
</td>
|
1115
|
+
</tr>
|
1116
|
+
|
1117
|
+
<tr>
|
1118
|
+
<td class="col-md-4">
|
1119
|
+
<span class="accessor"><b>get</b><code>euiSecondaryLight()</code></span>
|
1120
|
+
</td>
|
1121
|
+
</tr>
|
1122
|
+
|
1123
|
+
<tr>
|
1124
|
+
<td class="col-md-4">
|
1125
|
+
<span class="accessor"><b>set</b><code>euiSecondaryLight(value: BooleanInput)</code></span>
|
1126
|
+
</td>
|
1127
|
+
</tr>
|
1128
|
+
<tr>
|
1129
|
+
<td class="col-md-4">
|
1130
|
+
|
1131
|
+
<div class="io-description">
|
1132
|
+
<b>Parameters :</b>
|
1133
|
+
<table class="params">
|
1134
|
+
<thead>
|
1135
|
+
<tr>
|
1136
|
+
<td>Name</td>
|
1137
|
+
<td>Type</td>
|
1138
|
+
<td>Optional</td>
|
1139
|
+
</tr>
|
1140
|
+
</thead>
|
1141
|
+
<tbody>
|
1142
|
+
<tr>
|
1143
|
+
<td>value</td>
|
1144
|
+
|
1145
|
+
<td>
|
1146
|
+
<code>BooleanInput</code>
|
1147
|
+
</td>
|
1148
|
+
|
1149
|
+
<td>
|
1150
|
+
No
|
1151
|
+
</td>
|
1152
|
+
|
1153
|
+
</tr>
|
1154
|
+
</tbody>
|
1155
|
+
</table>
|
1156
|
+
</div>
|
1157
|
+
<div>
|
1158
|
+
</div>
|
1159
|
+
<div class="io-description">
|
1160
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
1161
|
+
|
1162
|
+
</div>
|
1163
|
+
</td>
|
1164
|
+
</tr>
|
1165
|
+
</tbody>
|
1166
|
+
</table>
|
1029
1167
|
<table class="table table-sm table-bordered">
|
1030
1168
|
<tbody>
|
1031
1169
|
<tr>
|
@@ -141,13 +141,125 @@
|
|
141
141
|
</table>
|
142
142
|
</section>
|
143
143
|
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
144
|
+
<section data-compodoc="block-index">
|
145
|
+
<h3 id="index">Index</h3>
|
146
|
+
<table class="table table-sm table-bordered index-table">
|
147
|
+
<tbody>
|
148
|
+
<tr>
|
149
|
+
<td class="col-md-4">
|
150
|
+
<h6><b>Properties</b></h6>
|
151
|
+
</td>
|
152
|
+
</tr>
|
153
|
+
<tr>
|
154
|
+
<td class="col-md-4">
|
155
|
+
<ul class="index-list">
|
156
|
+
<li>
|
157
|
+
<span class="modifier"></span>
|
158
|
+
<a href="#klass" >klass</a>
|
159
|
+
</li>
|
160
|
+
</ul>
|
161
|
+
</td>
|
162
|
+
</tr>
|
163
|
+
|
164
|
+
|
165
|
+
|
166
|
+
|
167
|
+
<tr>
|
168
|
+
<td class="col-md-4">
|
169
|
+
<h6><b>HostBindings</b></h6>
|
170
|
+
</td>
|
171
|
+
</tr>
|
172
|
+
<tr>
|
173
|
+
<td class="col-md-4">
|
174
|
+
<ul class="index-list">
|
175
|
+
<li>
|
176
|
+
<a href="#class" >class</a>
|
177
|
+
</li>
|
178
|
+
</ul>
|
179
|
+
</td>
|
180
|
+
</tr>
|
181
|
+
|
182
|
+
|
183
|
+
</tbody>
|
184
|
+
</table>
|
185
|
+
</section>
|
186
|
+
|
187
|
+
|
188
|
+
|
189
|
+
|
190
|
+
<section data-compodoc="block-properties">
|
191
|
+
<h3>HostBindings</h3> <table class="table table-sm table-bordered">
|
192
|
+
<tbody>
|
193
|
+
<tr>
|
194
|
+
<td class="col-md-4">
|
195
|
+
<a name="class"></a>
|
196
|
+
<span class="name">
|
197
|
+
<span ><b>class</b></span>
|
198
|
+
<a href="#class"><span class="icon ion-ios-link"></span></a>
|
199
|
+
</span>
|
200
|
+
</td>
|
201
|
+
</tr>
|
202
|
+
<tr>
|
203
|
+
<td class="col-md-4">
|
204
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
205
|
+
|
206
|
+
</td>
|
207
|
+
</tr>
|
208
|
+
<tr>
|
209
|
+
<td class="col-md-4">
|
210
|
+
<i>Default value : </i><code>'eui-buttons__actions-content'</code>
|
211
|
+
</td>
|
212
|
+
</tr>
|
213
|
+
|
214
|
+
|
215
|
+
</tbody>
|
216
|
+
</table>
|
217
|
+
</section>
|
218
|
+
|
219
|
+
|
220
|
+
|
221
|
+
<section data-compodoc="block-properties">
|
222
|
+
|
223
|
+
<h3 id="inputs">
|
224
|
+
Properties
|
225
|
+
</h3>
|
226
|
+
<table class="table table-sm table-bordered">
|
227
|
+
<tbody>
|
228
|
+
<tr>
|
229
|
+
<td class="col-md-4">
|
230
|
+
<a name="klass"></a>
|
231
|
+
<span class="name">
|
232
|
+
<span class="modifier"></span>
|
233
|
+
<span ><b>klass</b></span>
|
234
|
+
<a href="#klass"><span class="icon ion-ios-link"></span></a>
|
235
|
+
</span>
|
236
|
+
</td>
|
237
|
+
</tr>
|
238
|
+
<tr>
|
239
|
+
<td class="col-md-4">
|
240
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
241
|
+
|
242
|
+
</td>
|
243
|
+
</tr>
|
244
|
+
<tr>
|
245
|
+
<td class="col-md-4">
|
246
|
+
<i>Default value : </i><code>'eui-buttons__actions-content'</code>
|
247
|
+
</td>
|
248
|
+
</tr>
|
249
|
+
<tr>
|
250
|
+
<td class="col-md-4">
|
251
|
+
<b>Decorators : </b>
|
252
|
+
<br />
|
253
|
+
<code>
|
254
|
+
@HostBinding('class')<br />
|
255
|
+
</code>
|
256
|
+
</td>
|
257
|
+
</tr>
|
258
|
+
|
259
|
+
|
260
|
+
</tbody>
|
261
|
+
</table>
|
262
|
+
</section>
|
151
263
|
|
152
264
|
|
153
265
|
</div>
|
@@ -141,13 +141,125 @@
|
|
141
141
|
</table>
|
142
142
|
</section>
|
143
143
|
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
144
|
+
<section data-compodoc="block-index">
|
145
|
+
<h3 id="index">Index</h3>
|
146
|
+
<table class="table table-sm table-bordered index-table">
|
147
|
+
<tbody>
|
148
|
+
<tr>
|
149
|
+
<td class="col-md-4">
|
150
|
+
<h6><b>Properties</b></h6>
|
151
|
+
</td>
|
152
|
+
</tr>
|
153
|
+
<tr>
|
154
|
+
<td class="col-md-4">
|
155
|
+
<ul class="index-list">
|
156
|
+
<li>
|
157
|
+
<span class="modifier"></span>
|
158
|
+
<a href="#klass" >klass</a>
|
159
|
+
</li>
|
160
|
+
</ul>
|
161
|
+
</td>
|
162
|
+
</tr>
|
163
|
+
|
164
|
+
|
165
|
+
|
166
|
+
|
167
|
+
<tr>
|
168
|
+
<td class="col-md-4">
|
169
|
+
<h6><b>HostBindings</b></h6>
|
170
|
+
</td>
|
171
|
+
</tr>
|
172
|
+
<tr>
|
173
|
+
<td class="col-md-4">
|
174
|
+
<ul class="index-list">
|
175
|
+
<li>
|
176
|
+
<a href="#class" >class</a>
|
177
|
+
</li>
|
178
|
+
</ul>
|
179
|
+
</td>
|
180
|
+
</tr>
|
181
|
+
|
182
|
+
|
183
|
+
</tbody>
|
184
|
+
</table>
|
185
|
+
</section>
|
186
|
+
|
187
|
+
|
188
|
+
|
189
|
+
|
190
|
+
<section data-compodoc="block-properties">
|
191
|
+
<h3>HostBindings</h3> <table class="table table-sm table-bordered">
|
192
|
+
<tbody>
|
193
|
+
<tr>
|
194
|
+
<td class="col-md-4">
|
195
|
+
<a name="class"></a>
|
196
|
+
<span class="name">
|
197
|
+
<span ><b>class</b></span>
|
198
|
+
<a href="#class"><span class="icon ion-ios-link"></span></a>
|
199
|
+
</span>
|
200
|
+
</td>
|
201
|
+
</tr>
|
202
|
+
<tr>
|
203
|
+
<td class="col-md-4">
|
204
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
205
|
+
|
206
|
+
</td>
|
207
|
+
</tr>
|
208
|
+
<tr>
|
209
|
+
<td class="col-md-4">
|
210
|
+
<i>Default value : </i><code>'eui-buttons__local-menu-content'</code>
|
211
|
+
</td>
|
212
|
+
</tr>
|
213
|
+
|
214
|
+
|
215
|
+
</tbody>
|
216
|
+
</table>
|
217
|
+
</section>
|
218
|
+
|
219
|
+
|
220
|
+
|
221
|
+
<section data-compodoc="block-properties">
|
222
|
+
|
223
|
+
<h3 id="inputs">
|
224
|
+
Properties
|
225
|
+
</h3>
|
226
|
+
<table class="table table-sm table-bordered">
|
227
|
+
<tbody>
|
228
|
+
<tr>
|
229
|
+
<td class="col-md-4">
|
230
|
+
<a name="klass"></a>
|
231
|
+
<span class="name">
|
232
|
+
<span class="modifier"></span>
|
233
|
+
<span ><b>klass</b></span>
|
234
|
+
<a href="#klass"><span class="icon ion-ios-link"></span></a>
|
235
|
+
</span>
|
236
|
+
</td>
|
237
|
+
</tr>
|
238
|
+
<tr>
|
239
|
+
<td class="col-md-4">
|
240
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
241
|
+
|
242
|
+
</td>
|
243
|
+
</tr>
|
244
|
+
<tr>
|
245
|
+
<td class="col-md-4">
|
246
|
+
<i>Default value : </i><code>'eui-buttons__local-menu-content'</code>
|
247
|
+
</td>
|
248
|
+
</tr>
|
249
|
+
<tr>
|
250
|
+
<td class="col-md-4">
|
251
|
+
<b>Decorators : </b>
|
252
|
+
<br />
|
253
|
+
<code>
|
254
|
+
@HostBinding('class')<br />
|
255
|
+
</code>
|
256
|
+
</td>
|
257
|
+
</tr>
|
258
|
+
|
259
|
+
|
260
|
+
</tbody>
|
261
|
+
</table>
|
262
|
+
</section>
|
151
263
|
|
152
264
|
|
153
265
|
</div>
|
@@ -233,19 +233,6 @@
|
|
233
233
|
</table>
|
234
234
|
</section>
|
235
235
|
|
236
|
-
<section data-compodoc="block-constructor">
|
237
|
-
<h3 id="constructor">Constructor</h3>
|
238
|
-
<table class="table table-sm table-bordered">
|
239
|
-
<tbody>
|
240
|
-
<tr>
|
241
|
-
<td class="col-md-4">
|
242
|
-
<code>constructor()</code>
|
243
|
-
</td>
|
244
|
-
</tr>
|
245
|
-
|
246
|
-
</tbody>
|
247
|
-
</table>
|
248
|
-
</section>
|
249
236
|
|
250
237
|
<section data-compodoc="block-inputs">
|
251
238
|
<h3 id="inputs">Inputs</h3>
|
package/docs/js/menu-wc.js
CHANGED
@@ -517,13 +517,13 @@ customElements.define('compodoc-menu', class extends HTMLElement {
|
|
517
517
|
<a href="modules/EuiButtonGroupModule.html" data-type="entity-link" >EuiButtonGroupModule</a>
|
518
518
|
<li class="chapter inner">
|
519
519
|
<div class="simple menu-toggler" data-bs-toggle="collapse" ${ isNormalMode ?
|
520
|
-
'data-bs-target="#components-links-module-EuiButtonGroupModule-
|
520
|
+
'data-bs-target="#components-links-module-EuiButtonGroupModule-b5adc2a2dc16d694d60c58fae114d43e14ebf215d2a7bfe09b8547dce225b1c8d3792169aba1b80293eb43cbe09a24f2205f2b867e23043cbf5a89535df30e03"' : 'data-bs-target="#xs-components-links-module-EuiButtonGroupModule-b5adc2a2dc16d694d60c58fae114d43e14ebf215d2a7bfe09b8547dce225b1c8d3792169aba1b80293eb43cbe09a24f2205f2b867e23043cbf5a89535df30e03"' }>
|
521
521
|
<span class="icon ion-md-cog"></span>
|
522
522
|
<span>Components</span>
|
523
523
|
<span class="icon ion-ios-arrow-down"></span>
|
524
524
|
</div>
|
525
|
-
<ul class="links collapse" ${ isNormalMode ? 'id="components-links-module-EuiButtonGroupModule-
|
526
|
-
'id="xs-components-links-module-EuiButtonGroupModule-
|
525
|
+
<ul class="links collapse" ${ isNormalMode ? 'id="components-links-module-EuiButtonGroupModule-b5adc2a2dc16d694d60c58fae114d43e14ebf215d2a7bfe09b8547dce225b1c8d3792169aba1b80293eb43cbe09a24f2205f2b867e23043cbf5a89535df30e03"' :
|
526
|
+
'id="xs-components-links-module-EuiButtonGroupModule-b5adc2a2dc16d694d60c58fae114d43e14ebf215d2a7bfe09b8547dce225b1c8d3792169aba1b80293eb43cbe09a24f2205f2b867e23043cbf5a89535df30e03"' }>
|
527
527
|
<li class="link">
|
528
528
|
<a href="components/EuiButtonGroupComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuiButtonGroupComponent</a>
|
529
529
|
</li>
|
@@ -534,13 +534,13 @@ customElements.define('compodoc-menu', class extends HTMLElement {
|
|
534
534
|
<a href="modules/EuiButtonModule.html" data-type="entity-link" >EuiButtonModule</a>
|
535
535
|
<li class="chapter inner">
|
536
536
|
<div class="simple menu-toggler" data-bs-toggle="collapse" ${ isNormalMode ?
|
537
|
-
'data-bs-target="#components-links-module-EuiButtonModule-
|
537
|
+
'data-bs-target="#components-links-module-EuiButtonModule-1e4e6568a4fdaea2fc3df33b534b4364472a800bd3c95ef08b230d5a331f77f513501f8a5d51f2e49ee1ea3b1e46adef84687348ead15df40a67d5acce7c8908"' : 'data-bs-target="#xs-components-links-module-EuiButtonModule-1e4e6568a4fdaea2fc3df33b534b4364472a800bd3c95ef08b230d5a331f77f513501f8a5d51f2e49ee1ea3b1e46adef84687348ead15df40a67d5acce7c8908"' }>
|
538
538
|
<span class="icon ion-md-cog"></span>
|
539
539
|
<span>Components</span>
|
540
540
|
<span class="icon ion-ios-arrow-down"></span>
|
541
541
|
</div>
|
542
|
-
<ul class="links collapse" ${ isNormalMode ? 'id="components-links-module-EuiButtonModule-
|
543
|
-
'id="xs-components-links-module-EuiButtonModule-
|
542
|
+
<ul class="links collapse" ${ isNormalMode ? 'id="components-links-module-EuiButtonModule-1e4e6568a4fdaea2fc3df33b534b4364472a800bd3c95ef08b230d5a331f77f513501f8a5d51f2e49ee1ea3b1e46adef84687348ead15df40a67d5acce7c8908"' :
|
543
|
+
'id="xs-components-links-module-EuiButtonModule-1e4e6568a4fdaea2fc3df33b534b4364472a800bd3c95ef08b230d5a331f77f513501f8a5d51f2e49ee1ea3b1e46adef84687348ead15df40a67d5acce7c8908"' }>
|
544
544
|
<li class="link">
|
545
545
|
<a href="components/EuiButtonComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuiButtonComponent</a>
|
546
546
|
</li>
|
@@ -551,13 +551,13 @@ customElements.define('compodoc-menu', class extends HTMLElement {
|
|
551
551
|
<a href="modules/EuiButtonsModule.html" data-type="entity-link" >EuiButtonsModule</a>
|
552
552
|
<li class="chapter inner">
|
553
553
|
<div class="simple menu-toggler" data-bs-toggle="collapse" ${ isNormalMode ?
|
554
|
-
'data-bs-target="#components-links-module-EuiButtonsModule-
|
554
|
+
'data-bs-target="#components-links-module-EuiButtonsModule-8891f47a1c5b02f403c1d294e00212900feebfe7a7c2b5d922f627cdc269be5eb4b2d60fdb2326fae3c34872dc89544bdf083f903fd3ce5500716b3b99d95058"' : 'data-bs-target="#xs-components-links-module-EuiButtonsModule-8891f47a1c5b02f403c1d294e00212900feebfe7a7c2b5d922f627cdc269be5eb4b2d60fdb2326fae3c34872dc89544bdf083f903fd3ce5500716b3b99d95058"' }>
|
555
555
|
<span class="icon ion-md-cog"></span>
|
556
556
|
<span>Components</span>
|
557
557
|
<span class="icon ion-ios-arrow-down"></span>
|
558
558
|
</div>
|
559
|
-
<ul class="links collapse" ${ isNormalMode ? 'id="components-links-module-EuiButtonsModule-
|
560
|
-
'id="xs-components-links-module-EuiButtonsModule-
|
559
|
+
<ul class="links collapse" ${ isNormalMode ? 'id="components-links-module-EuiButtonsModule-8891f47a1c5b02f403c1d294e00212900feebfe7a7c2b5d922f627cdc269be5eb4b2d60fdb2326fae3c34872dc89544bdf083f903fd3ce5500716b3b99d95058"' :
|
560
|
+
'id="xs-components-links-module-EuiButtonsModule-8891f47a1c5b02f403c1d294e00212900feebfe7a7c2b5d922f627cdc269be5eb4b2d60fdb2326fae3c34872dc89544bdf083f903fd3ce5500716b3b99d95058"' }>
|
561
561
|
<li class="link">
|
562
562
|
<a href="components/EuiButtonsComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuiButtonsComponent</a>
|
563
563
|
</li>
|
@@ -565,13 +565,13 @@ customElements.define('compodoc-menu', class extends HTMLElement {
|
|
565
565
|
</li>
|
566
566
|
<li class="chapter inner">
|
567
567
|
<div class="simple menu-toggler" data-bs-toggle="collapse" ${ isNormalMode ?
|
568
|
-
'data-bs-target="#directives-links-module-EuiButtonsModule-
|
568
|
+
'data-bs-target="#directives-links-module-EuiButtonsModule-8891f47a1c5b02f403c1d294e00212900feebfe7a7c2b5d922f627cdc269be5eb4b2d60fdb2326fae3c34872dc89544bdf083f903fd3ce5500716b3b99d95058"' : 'data-bs-target="#xs-directives-links-module-EuiButtonsModule-8891f47a1c5b02f403c1d294e00212900feebfe7a7c2b5d922f627cdc269be5eb4b2d60fdb2326fae3c34872dc89544bdf083f903fd3ce5500716b3b99d95058"' }>
|
569
569
|
<span class="icon ion-md-code-working"></span>
|
570
570
|
<span>Directives</span>
|
571
571
|
<span class="icon ion-ios-arrow-down"></span>
|
572
572
|
</div>
|
573
|
-
<ul class="links collapse" ${ isNormalMode ? 'id="directives-links-module-EuiButtonsModule-
|
574
|
-
'id="xs-directives-links-module-EuiButtonsModule-
|
573
|
+
<ul class="links collapse" ${ isNormalMode ? 'id="directives-links-module-EuiButtonsModule-8891f47a1c5b02f403c1d294e00212900feebfe7a7c2b5d922f627cdc269be5eb4b2d60fdb2326fae3c34872dc89544bdf083f903fd3ce5500716b3b99d95058"' :
|
574
|
+
'id="xs-directives-links-module-EuiButtonsModule-8891f47a1c5b02f403c1d294e00212900feebfe7a7c2b5d922f627cdc269be5eb4b2d60fdb2326fae3c34872dc89544bdf083f903fd3ce5500716b3b99d95058"' }>
|
575
575
|
<li class="link">
|
576
576
|
<a href="directives/EuiButtonsActionsContentTagDirective.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuiButtonsActionsContentTagDirective</a>
|
577
577
|
</li>
|
@@ -2032,13 +2032,13 @@ customElements.define('compodoc-menu', class extends HTMLElement {
|
|
2032
2032
|
<a href="modules/EuiSmoothScrollDirectiveModule.html" data-type="entity-link" >EuiSmoothScrollDirectiveModule</a>
|
2033
2033
|
<li class="chapter inner">
|
2034
2034
|
<div class="simple menu-toggler" data-bs-toggle="collapse" ${ isNormalMode ?
|
2035
|
-
'data-bs-target="#directives-links-module-EuiSmoothScrollDirectiveModule-
|
2035
|
+
'data-bs-target="#directives-links-module-EuiSmoothScrollDirectiveModule-89ad1c7635b79e2002c839eedd2facd71705cbe1df2b8da33459a707ceb8a23ccd59e2c61c53aa442123b3ecf6ff066fdf3a094b67f47f6a93812199e0f308bc"' : 'data-bs-target="#xs-directives-links-module-EuiSmoothScrollDirectiveModule-89ad1c7635b79e2002c839eedd2facd71705cbe1df2b8da33459a707ceb8a23ccd59e2c61c53aa442123b3ecf6ff066fdf3a094b67f47f6a93812199e0f308bc"' }>
|
2036
2036
|
<span class="icon ion-md-code-working"></span>
|
2037
2037
|
<span>Directives</span>
|
2038
2038
|
<span class="icon ion-ios-arrow-down"></span>
|
2039
2039
|
</div>
|
2040
|
-
<ul class="links collapse" ${ isNormalMode ? 'id="directives-links-module-EuiSmoothScrollDirectiveModule-
|
2041
|
-
'id="xs-directives-links-module-EuiSmoothScrollDirectiveModule-
|
2040
|
+
<ul class="links collapse" ${ isNormalMode ? 'id="directives-links-module-EuiSmoothScrollDirectiveModule-89ad1c7635b79e2002c839eedd2facd71705cbe1df2b8da33459a707ceb8a23ccd59e2c61c53aa442123b3ecf6ff066fdf3a094b67f47f6a93812199e0f308bc"' :
|
2041
|
+
'id="xs-directives-links-module-EuiSmoothScrollDirectiveModule-89ad1c7635b79e2002c839eedd2facd71705cbe1df2b8da33459a707ceb8a23ccd59e2c61c53aa442123b3ecf6ff066fdf3a094b67f47f6a93812199e0f308bc"' }>
|
2042
2042
|
<li class="link">
|
2043
2043
|
<a href="directives/EuiSmoothScrollDirective.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuiSmoothScrollDirective</a>
|
2044
2044
|
</li>
|
@@ -2382,13 +2382,13 @@ customElements.define('compodoc-menu', class extends HTMLElement {
|
|
2382
2382
|
<a href="modules/EuiTreeModule.html" data-type="entity-link" >EuiTreeModule</a>
|
2383
2383
|
<li class="chapter inner">
|
2384
2384
|
<div class="simple menu-toggler" data-bs-toggle="collapse" ${ isNormalMode ?
|
2385
|
-
'data-bs-target="#components-links-module-EuiTreeModule-
|
2385
|
+
'data-bs-target="#components-links-module-EuiTreeModule-d7319490d6955848cf53a697a5ae6129ad68ab730f085ebe760f602c0f07350459be758308009454afcf9bb887545ced3332677700a028f28bbcbd78bbc2c9b3"' : 'data-bs-target="#xs-components-links-module-EuiTreeModule-d7319490d6955848cf53a697a5ae6129ad68ab730f085ebe760f602c0f07350459be758308009454afcf9bb887545ced3332677700a028f28bbcbd78bbc2c9b3"' }>
|
2386
2386
|
<span class="icon ion-md-cog"></span>
|
2387
2387
|
<span>Components</span>
|
2388
2388
|
<span class="icon ion-ios-arrow-down"></span>
|
2389
2389
|
</div>
|
2390
|
-
<ul class="links collapse" ${ isNormalMode ? 'id="components-links-module-EuiTreeModule-
|
2391
|
-
'id="xs-components-links-module-EuiTreeModule-
|
2390
|
+
<ul class="links collapse" ${ isNormalMode ? 'id="components-links-module-EuiTreeModule-d7319490d6955848cf53a697a5ae6129ad68ab730f085ebe760f602c0f07350459be758308009454afcf9bb887545ced3332677700a028f28bbcbd78bbc2c9b3"' :
|
2391
|
+
'id="xs-components-links-module-EuiTreeModule-d7319490d6955848cf53a697a5ae6129ad68ab730f085ebe760f602c0f07350459be758308009454afcf9bb887545ced3332677700a028f28bbcbd78bbc2c9b3"' }>
|
2392
2392
|
<li class="link">
|
2393
2393
|
<a href="components/EuiTreeComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuiTreeComponent</a>
|
2394
2394
|
</li>
|