@eui/components 17.0.0-next.16 → 17.0.0-next.18
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/EuiDashboardButtonComponent.html +151 -696
- package/docs/components/EuiFieldsetComponent.html +132 -956
- package/docs/components/EuiMenuItemComponent.html +1 -1
- package/docs/dependencies.html +2 -2
- package/docs/directives/BaseStatesDirective.html +1076 -107
- package/docs/js/menu-wc.js +6 -6
- package/docs/js/menu-wc_es5.js +1 -1
- package/docs/js/search/search_index.js +2 -2
- package/docs/modules/EuiDashboardButtonModule.html +10 -0
- package/esm2022/eui-avatar/eui-avatar.component.mjs +2 -2
- package/esm2022/eui-badge/eui-badge.component.mjs +2 -2
- package/esm2022/eui-button/eui-button.component.mjs +2 -2
- package/esm2022/eui-card/eui-card.component.mjs +2 -2
- package/esm2022/eui-dashboard-button/eui-dashboard-button.component.mjs +52 -14
- package/esm2022/eui-dialog/container/eui-dialog-container.component.mjs +2 -2
- package/esm2022/eui-dialog/eui-dialog.component.mjs +2 -2
- package/esm2022/eui-feedback-message/eui-feedback-message.component.mjs +2 -2
- package/esm2022/eui-fieldset/eui-fieldset.component.mjs +108 -67
- package/esm2022/eui-growl/eui-growl.component.mjs +2 -2
- package/esm2022/eui-label/eui-label.component.mjs +2 -2
- package/esm2022/eui-list/eui-list-item/eui-list-item.component.mjs +2 -2
- package/esm2022/eui-list/eui-list.component.mjs +2 -2
- package/esm2022/eui-menu/eui-menu-item.component.mjs +3 -3
- package/esm2022/eui-popover/eui-popover.component.mjs +2 -2
- 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-timebar/eui-timebar.component.mjs +2 -2
- package/esm2022/eui-timeline/eui-timeline-item.component.mjs +2 -2
- package/esm2022/eui-timeline/eui-timeline.component.mjs +2 -2
- package/esm2022/eui-tree-list/eui-tree-list.component.mjs +2 -2
- package/esm2022/externals/eui-editor/eui-editor.component.mjs +2 -2
- package/esm2022/layout/eui-app/eui-app-top-message/top-message.component.mjs +2 -2
- package/esm2022/shared/base/base-states.directive.mjs +140 -71
- package/eui-dashboard-button/eui-dashboard-button.component.d.ts +15 -7
- package/eui-dashboard-button/eui-dashboard-button.component.d.ts.map +1 -1
- package/eui-fieldset/eui-fieldset.component.d.ts +20 -25
- package/eui-fieldset/eui-fieldset.component.d.ts.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 +2 -2
- package/fesm2022/eui-components-eui-badge.mjs.map +1 -1
- package/fesm2022/eui-components-eui-button.mjs +2 -2
- package/fesm2022/eui-components-eui-button.mjs.map +1 -1
- package/fesm2022/eui-components-eui-card.mjs +2 -2
- package/fesm2022/eui-components-eui-card.mjs.map +1 -1
- package/fesm2022/eui-components-eui-dashboard-button.mjs +51 -13
- package/fesm2022/eui-components-eui-dashboard-button.mjs.map +1 -1
- package/fesm2022/eui-components-eui-dialog.mjs +4 -4
- package/fesm2022/eui-components-eui-dialog.mjs.map +1 -1
- package/fesm2022/eui-components-eui-feedback-message.mjs +2 -2
- package/fesm2022/eui-components-eui-feedback-message.mjs.map +1 -1
- package/fesm2022/eui-components-eui-fieldset.mjs +108 -67
- package/fesm2022/eui-components-eui-fieldset.mjs.map +1 -1
- package/fesm2022/eui-components-eui-growl.mjs +2 -2
- package/fesm2022/eui-components-eui-growl.mjs.map +1 -1
- package/fesm2022/eui-components-eui-label.mjs +2 -2
- package/fesm2022/eui-components-eui-list.mjs +4 -4
- package/fesm2022/eui-components-eui-list.mjs.map +1 -1
- package/fesm2022/eui-components-eui-menu.mjs +2 -2
- package/fesm2022/eui-components-eui-menu.mjs.map +1 -1
- package/fesm2022/eui-components-eui-popover.mjs +2 -2
- package/fesm2022/eui-components-eui-popover.mjs.map +1 -1
- package/fesm2022/eui-components-eui-tabs.mjs +4 -4
- package/fesm2022/eui-components-eui-timebar.mjs +2 -2
- package/fesm2022/eui-components-eui-timebar.mjs.map +1 -1
- package/fesm2022/eui-components-eui-timeline.mjs +4 -4
- package/fesm2022/eui-components-eui-timeline.mjs.map +1 -1
- package/fesm2022/eui-components-eui-tree-list.mjs +2 -2
- package/fesm2022/eui-components-eui-tree-list.mjs.map +1 -1
- package/fesm2022/eui-components-externals-eui-editor.mjs +2 -2
- package/fesm2022/eui-components-externals-eui-editor.mjs.map +1 -1
- package/fesm2022/eui-components-layout.mjs +2 -2
- package/fesm2022/eui-components-layout.mjs.map +1 -1
- package/fesm2022/eui-components-shared-base.mjs +138 -70
- package/fesm2022/eui-components-shared-base.mjs.map +1 -1
- package/package.json +7 -7
- package/shared/base/base-states.directive.d.ts +51 -17
- package/shared/base/base-states.directive.d.ts.map +1 -1
@@ -59,15 +59,15 @@
|
|
59
59
|
|
60
60
|
|
61
61
|
|
62
|
+
|
62
63
|
<p class="comment">
|
63
|
-
<h3>
|
64
|
+
<h3>Implements</h3>
|
64
65
|
</p>
|
65
66
|
<p class="comment">
|
66
|
-
|
67
|
+
<code>OnInit</code>
|
67
68
|
</p>
|
68
69
|
|
69
70
|
|
70
|
-
|
71
71
|
<section data-compodoc="block-metadata">
|
72
72
|
<h3>Metadata</h3>
|
73
73
|
<table class="table table-sm table-hover metadata">
|
@@ -83,6 +83,14 @@
|
|
83
83
|
<td class="col-md-9"><code>ViewEncapsulation.None</code></td>
|
84
84
|
</tr>
|
85
85
|
|
86
|
+
<tr>
|
87
|
+
<td class="col-md-3">HostDirectives</td>
|
88
|
+
<td class="col-md-9">
|
89
|
+
<code><a href="../directives/BaseStatesDirective.html" target="_self" >BaseStatesDirective</a></code>
|
90
|
+
<br/>
|
91
|
+
<div><i> Inputs</i> : euiPrimary euiSecondary euiSuccess euiInfo euiWarning euiDanger euiAccent euiSizeXS euiSizeS euiSizeM euiSizeL euiSizeXL euiSize2XL euiVariant euiSizeVariant </div>
|
92
|
+
</td>
|
93
|
+
</tr>
|
86
94
|
|
87
95
|
|
88
96
|
|
@@ -134,6 +142,10 @@
|
|
134
142
|
<tr>
|
135
143
|
<td class="col-md-4">
|
136
144
|
<ul class="index-list">
|
145
|
+
<li>
|
146
|
+
<span class="modifier">Public</span>
|
147
|
+
<a href="#baseStatesDirective" >baseStatesDirective</a>
|
148
|
+
</li>
|
137
149
|
<li>
|
138
150
|
<span class="modifier"></span>
|
139
151
|
<a href="#euiDashboardButtonIcon" >euiDashboardButtonIcon</a>
|
@@ -142,123 +154,15 @@
|
|
142
154
|
<span class="modifier"></span>
|
143
155
|
<a href="#euiDashboardButtonLabel" >euiDashboardButtonLabel</a>
|
144
156
|
</li>
|
145
|
-
</ul>
|
146
|
-
</td>
|
147
|
-
</tr>
|
148
|
-
|
149
|
-
<tr>
|
150
|
-
<td class="col-md-4">
|
151
|
-
<h6><b>Methods</b></h6>
|
152
|
-
</td>
|
153
|
-
</tr>
|
154
|
-
<tr>
|
155
|
-
<td class="col-md-4">
|
156
|
-
<ul class="index-list">
|
157
157
|
<li>
|
158
|
-
|
158
|
+
<span class="modifier"></span>
|
159
|
+
<a href="#euiLabelContent" >euiLabelContent</a>
|
159
160
|
</li>
|
160
161
|
</ul>
|
161
162
|
</td>
|
162
163
|
</tr>
|
163
164
|
|
164
|
-
|
165
|
-
<td class="col-md-4">
|
166
|
-
<h6><b>Inputs</b></h6>
|
167
|
-
</td>
|
168
|
-
</tr>
|
169
|
-
<tr>
|
170
|
-
<td class="col-md-4">
|
171
|
-
<ul class="index-list">
|
172
|
-
<li>
|
173
|
-
<a href="#e2eAttr" >e2eAttr</a>
|
174
|
-
</li>
|
175
|
-
<li>
|
176
|
-
<a href="#euiAccent" >euiAccent</a>
|
177
|
-
</li>
|
178
|
-
<li>
|
179
|
-
<a href="#euiClearable" >euiClearable</a>
|
180
|
-
</li>
|
181
|
-
<li>
|
182
|
-
<a href="#euiCompact" >euiCompact</a>
|
183
|
-
</li>
|
184
|
-
<li>
|
185
|
-
<a href="#euiDanger" >euiDanger</a>
|
186
|
-
</li>
|
187
|
-
<li>
|
188
|
-
<a href="#euiDisabled" >euiDisabled</a>
|
189
|
-
</li>
|
190
|
-
<li>
|
191
|
-
<a href="#euiHighlighted" >euiHighlighted</a>
|
192
|
-
</li>
|
193
|
-
<li>
|
194
|
-
<a href="#euiInfo" >euiInfo</a>
|
195
|
-
</li>
|
196
|
-
<li>
|
197
|
-
<a href="#euiLoading" >euiLoading</a>
|
198
|
-
</li>
|
199
|
-
<li>
|
200
|
-
<a href="#euiOutline" >euiOutline</a>
|
201
|
-
</li>
|
202
|
-
<li>
|
203
|
-
<a href="#euiPrimary" >euiPrimary</a>
|
204
|
-
</li>
|
205
|
-
<li>
|
206
|
-
<a href="#euiResponsive" >euiResponsive</a>
|
207
|
-
</li>
|
208
|
-
<li>
|
209
|
-
<a href="#euiRounded" >euiRounded</a>
|
210
|
-
</li>
|
211
|
-
<li>
|
212
|
-
<a href="#euiSecondary" >euiSecondary</a>
|
213
|
-
</li>
|
214
|
-
<li>
|
215
|
-
<a href="#euiSize2XL" >euiSize2XL</a>
|
216
|
-
</li>
|
217
|
-
<li>
|
218
|
-
<a href="#euiSize2XS" >euiSize2XS</a>
|
219
|
-
</li>
|
220
|
-
<li>
|
221
|
-
<a href="#euiSize3XL" >euiSize3XL</a>
|
222
|
-
</li>
|
223
|
-
<li>
|
224
|
-
<a href="#euiSize4XL" >euiSize4XL</a>
|
225
|
-
</li>
|
226
|
-
<li>
|
227
|
-
<a href="#euiSize5XL" >euiSize5XL</a>
|
228
|
-
</li>
|
229
|
-
<li>
|
230
|
-
<a href="#euiSizeL" >euiSizeL</a>
|
231
|
-
</li>
|
232
|
-
<li>
|
233
|
-
<a href="#euiSizeM" >euiSizeM</a>
|
234
|
-
</li>
|
235
|
-
<li>
|
236
|
-
<a href="#euiSizeS" >euiSizeS</a>
|
237
|
-
</li>
|
238
|
-
<li>
|
239
|
-
<a href="#euiSizeVariant" >euiSizeVariant</a>
|
240
|
-
</li>
|
241
|
-
<li>
|
242
|
-
<a href="#euiSizeXL" >euiSizeXL</a>
|
243
|
-
</li>
|
244
|
-
<li>
|
245
|
-
<a href="#euiSizeXS" >euiSizeXS</a>
|
246
|
-
</li>
|
247
|
-
<li>
|
248
|
-
<a href="#euiSuccess" >euiSuccess</a>
|
249
|
-
</li>
|
250
|
-
<li>
|
251
|
-
<a href="#euiVariant" >euiVariant</a>
|
252
|
-
</li>
|
253
|
-
<li>
|
254
|
-
<a href="#euiWarning" >euiWarning</a>
|
255
|
-
</li>
|
256
|
-
<li>
|
257
|
-
<a href="#styleClass" >styleClass</a>
|
258
|
-
</li>
|
259
|
-
</ul>
|
260
|
-
</td>
|
261
|
-
</tr>
|
165
|
+
|
262
166
|
|
263
167
|
|
264
168
|
<tr>
|
@@ -301,595 +205,177 @@
|
|
301
205
|
<tbody>
|
302
206
|
<tr>
|
303
207
|
<td class="col-md-4">
|
304
|
-
<code>constructor()</code>
|
208
|
+
<code>constructor(baseStatesDirective: <a href="../directives/BaseStatesDirective.html" target="_self">BaseStatesDirective</a>)</code>
|
209
|
+
</td>
|
210
|
+
</tr>
|
211
|
+
|
212
|
+
<tr>
|
213
|
+
<td class="col-md-4">
|
214
|
+
<div>
|
215
|
+
<b>Parameters :</b>
|
216
|
+
<table class="params">
|
217
|
+
<thead>
|
218
|
+
<tr>
|
219
|
+
<td>Name</td>
|
220
|
+
<td>Type</td>
|
221
|
+
<td>Optional</td>
|
222
|
+
</tr>
|
223
|
+
</thead>
|
224
|
+
<tbody>
|
225
|
+
<tr>
|
226
|
+
<td>baseStatesDirective</td>
|
227
|
+
|
228
|
+
<td>
|
229
|
+
<code><a href="../directives/BaseStatesDirective.html" target="_self" >BaseStatesDirective</a></code>
|
230
|
+
</td>
|
231
|
+
|
232
|
+
<td>
|
233
|
+
No
|
234
|
+
</td>
|
235
|
+
|
236
|
+
</tr>
|
237
|
+
</tbody>
|
238
|
+
</table>
|
239
|
+
</div>
|
305
240
|
</td>
|
306
241
|
</tr>
|
307
|
-
|
308
242
|
</tbody>
|
309
243
|
</table>
|
310
244
|
</section>
|
311
245
|
|
312
|
-
<section data-compodoc="block-inputs">
|
313
|
-
<h3 id="inputs">Inputs</h3>
|
314
|
-
<table class="table table-sm table-bordered">
|
315
|
-
<tbody>
|
316
|
-
<tr>
|
317
|
-
<td class="col-md-4">
|
318
|
-
<a name="e2eAttr"></a>
|
319
|
-
<b>e2eAttr</b>
|
320
|
-
</td>
|
321
|
-
</tr>
|
322
|
-
<tr>
|
323
|
-
<td class="col-md-4">
|
324
|
-
<i>Type : </i> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >any</a></code>
|
325
246
|
|
326
|
-
</td>
|
327
|
-
</tr>
|
328
|
-
</tbody>
|
329
|
-
</table>
|
330
|
-
<table class="table table-sm table-bordered">
|
331
|
-
<tbody>
|
332
|
-
<tr>
|
333
|
-
<td class="col-md-4">
|
334
|
-
<a name="euiAccent"></a>
|
335
|
-
<b>euiAccent</b>
|
336
|
-
</td>
|
337
|
-
</tr>
|
338
|
-
<tr>
|
339
|
-
<td class="col-md-4">
|
340
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
341
247
|
|
342
|
-
|
343
|
-
|
344
|
-
|
345
|
-
|
346
|
-
|
347
|
-
|
348
|
-
|
349
|
-
|
350
|
-
<a
|
351
|
-
|
352
|
-
|
353
|
-
|
248
|
+
<section data-compodoc="block-properties">
|
249
|
+
<h3>HostBindings</h3> <table class="table table-sm table-bordered">
|
250
|
+
<tbody>
|
251
|
+
<tr>
|
252
|
+
<td class="col-md-4">
|
253
|
+
<a name="class"></a>
|
254
|
+
<span class="name">
|
255
|
+
<span ><b>class</b></span>
|
256
|
+
<a href="#class"><span class="icon ion-ios-link"></span></a>
|
257
|
+
</span>
|
258
|
+
</td>
|
259
|
+
</tr>
|
354
260
|
<tr>
|
355
261
|
<td class="col-md-4">
|
356
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/
|
262
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
357
263
|
|
358
264
|
</td>
|
359
265
|
</tr>
|
360
|
-
</tbody>
|
361
|
-
</table>
|
362
|
-
<table class="table table-sm table-bordered">
|
363
|
-
<tbody>
|
364
|
-
<tr>
|
365
|
-
<td class="col-md-4">
|
366
|
-
<a name="euiCompact"></a>
|
367
|
-
<b>euiCompact</b>
|
368
|
-
</td>
|
369
|
-
</tr>
|
370
|
-
<tr>
|
371
|
-
<td class="col-md-4">
|
372
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
373
266
|
|
374
|
-
</td>
|
375
|
-
</tr>
|
376
|
-
</tbody>
|
377
|
-
</table>
|
378
|
-
<table class="table table-sm table-bordered">
|
379
|
-
<tbody>
|
380
|
-
<tr>
|
381
|
-
<td class="col-md-4">
|
382
|
-
<a name="euiDanger"></a>
|
383
|
-
<b>euiDanger</b>
|
384
|
-
</td>
|
385
|
-
</tr>
|
386
|
-
<tr>
|
387
|
-
<td class="col-md-4">
|
388
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
389
267
|
|
390
|
-
|
391
|
-
|
392
|
-
|
393
|
-
|
394
|
-
|
395
|
-
|
268
|
+
</tbody>
|
269
|
+
</table>
|
270
|
+
</section>
|
271
|
+
|
272
|
+
|
273
|
+
|
274
|
+
<section data-compodoc="block-properties">
|
275
|
+
|
276
|
+
<h3 id="inputs">
|
277
|
+
Properties
|
278
|
+
</h3>
|
279
|
+
<table class="table table-sm table-bordered">
|
280
|
+
<tbody>
|
281
|
+
<tr>
|
282
|
+
<td class="col-md-4">
|
283
|
+
<a name="baseStatesDirective"></a>
|
284
|
+
<span class="name">
|
285
|
+
<span class="modifier">Public</span>
|
286
|
+
<span ><b>baseStatesDirective</b></span>
|
287
|
+
<a href="#baseStatesDirective"><span class="icon ion-ios-link"></span></a>
|
288
|
+
</span>
|
289
|
+
</td>
|
290
|
+
</tr>
|
396
291
|
<tr>
|
397
292
|
<td class="col-md-4">
|
398
|
-
<a
|
399
|
-
|
293
|
+
<i>Type : </i> <code><a href="../directives/BaseStatesDirective.html" target="_self" >BaseStatesDirective</a></code>
|
294
|
+
|
400
295
|
</td>
|
401
296
|
</tr>
|
297
|
+
|
298
|
+
|
299
|
+
</tbody>
|
300
|
+
</table>
|
301
|
+
<table class="table table-sm table-bordered">
|
302
|
+
<tbody>
|
303
|
+
<tr>
|
304
|
+
<td class="col-md-4">
|
305
|
+
<a name="euiDashboardButtonIcon"></a>
|
306
|
+
<span class="name">
|
307
|
+
<span class="modifier"></span>
|
308
|
+
<span ><b>euiDashboardButtonIcon</b></span>
|
309
|
+
<a href="#euiDashboardButtonIcon"><span class="icon ion-ios-link"></span></a>
|
310
|
+
</span>
|
311
|
+
</td>
|
312
|
+
</tr>
|
402
313
|
<tr>
|
403
314
|
<td class="col-md-4">
|
404
|
-
<i>Type : </i> <code><a href="
|
315
|
+
<i>Type : </i> <code><a href="../directives/EuiDashboardButtonIconDirective.html" target="_self" >EuiDashboardButtonIconDirective</a></code>
|
405
316
|
|
406
317
|
</td>
|
407
318
|
</tr>
|
408
|
-
</tbody>
|
409
|
-
</table>
|
410
|
-
<table class="table table-sm table-bordered">
|
411
|
-
<tbody>
|
412
319
|
<tr>
|
413
320
|
<td class="col-md-4">
|
414
|
-
<
|
415
|
-
<
|
321
|
+
<b>Decorators : </b>
|
322
|
+
<br />
|
323
|
+
<code>
|
324
|
+
@ContentChild(EuiDashboardButtonIconDirective)<br />
|
325
|
+
</code>
|
416
326
|
</td>
|
417
327
|
</tr>
|
328
|
+
|
329
|
+
|
330
|
+
</tbody>
|
331
|
+
</table>
|
332
|
+
<table class="table table-sm table-bordered">
|
333
|
+
<tbody>
|
334
|
+
<tr>
|
335
|
+
<td class="col-md-4">
|
336
|
+
<a name="euiDashboardButtonLabel"></a>
|
337
|
+
<span class="name">
|
338
|
+
<span class="modifier"></span>
|
339
|
+
<span ><b>euiDashboardButtonLabel</b></span>
|
340
|
+
<a href="#euiDashboardButtonLabel"><span class="icon ion-ios-link"></span></a>
|
341
|
+
</span>
|
342
|
+
</td>
|
343
|
+
</tr>
|
418
344
|
<tr>
|
419
345
|
<td class="col-md-4">
|
420
|
-
<i>Type : </i> <code><a href="
|
346
|
+
<i>Type : </i> <code><a href="../directives/EuiDashboardButtonLabelDirective.html" target="_self" >EuiDashboardButtonLabelDirective</a></code>
|
421
347
|
|
422
348
|
</td>
|
423
349
|
</tr>
|
424
|
-
</tbody>
|
425
|
-
</table>
|
426
|
-
<table class="table table-sm table-bordered">
|
427
|
-
<tbody>
|
428
350
|
<tr>
|
429
351
|
<td class="col-md-4">
|
430
|
-
<
|
431
|
-
<
|
352
|
+
<b>Decorators : </b>
|
353
|
+
<br />
|
354
|
+
<code>
|
355
|
+
@ContentChild(EuiDashboardButtonLabelDirective)<br />
|
356
|
+
</code>
|
432
357
|
</td>
|
433
358
|
</tr>
|
434
|
-
<tr>
|
435
|
-
<td class="col-md-4">
|
436
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
437
359
|
|
438
|
-
|
439
|
-
|
440
|
-
|
441
|
-
|
442
|
-
<
|
443
|
-
<
|
360
|
+
|
361
|
+
</tbody>
|
362
|
+
</table>
|
363
|
+
<table class="table table-sm table-bordered">
|
364
|
+
<tbody>
|
365
|
+
<tr>
|
366
|
+
<td class="col-md-4">
|
367
|
+
<a name="euiLabelContent"></a>
|
368
|
+
<span class="name">
|
369
|
+
<span class="modifier"></span>
|
370
|
+
<span ><b>euiLabelContent</b></span>
|
371
|
+
<a href="#euiLabelContent"><span class="icon ion-ios-link"></span></a>
|
372
|
+
</span>
|
373
|
+
</td>
|
374
|
+
</tr>
|
444
375
|
<tr>
|
445
376
|
<td class="col-md-4">
|
446
|
-
<a
|
447
|
-
|
448
|
-
</td>
|
449
|
-
</tr>
|
450
|
-
<tr>
|
451
|
-
<td class="col-md-4">
|
452
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
453
|
-
|
454
|
-
</td>
|
455
|
-
</tr>
|
456
|
-
</tbody>
|
457
|
-
</table>
|
458
|
-
<table class="table table-sm table-bordered">
|
459
|
-
<tbody>
|
460
|
-
<tr>
|
461
|
-
<td class="col-md-4">
|
462
|
-
<a name="euiOutline"></a>
|
463
|
-
<b>euiOutline</b>
|
464
|
-
</td>
|
465
|
-
</tr>
|
466
|
-
<tr>
|
467
|
-
<td class="col-md-4">
|
468
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
469
|
-
|
470
|
-
</td>
|
471
|
-
</tr>
|
472
|
-
</tbody>
|
473
|
-
</table>
|
474
|
-
<table class="table table-sm table-bordered">
|
475
|
-
<tbody>
|
476
|
-
<tr>
|
477
|
-
<td class="col-md-4">
|
478
|
-
<a name="euiPrimary"></a>
|
479
|
-
<b>euiPrimary</b>
|
480
|
-
</td>
|
481
|
-
</tr>
|
482
|
-
<tr>
|
483
|
-
<td class="col-md-4">
|
484
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
485
|
-
|
486
|
-
</td>
|
487
|
-
</tr>
|
488
|
-
</tbody>
|
489
|
-
</table>
|
490
|
-
<table class="table table-sm table-bordered">
|
491
|
-
<tbody>
|
492
|
-
<tr>
|
493
|
-
<td class="col-md-4">
|
494
|
-
<a name="euiResponsive"></a>
|
495
|
-
<b>euiResponsive</b>
|
496
|
-
</td>
|
497
|
-
</tr>
|
498
|
-
<tr>
|
499
|
-
<td class="col-md-4">
|
500
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
501
|
-
|
502
|
-
</td>
|
503
|
-
</tr>
|
504
|
-
</tbody>
|
505
|
-
</table>
|
506
|
-
<table class="table table-sm table-bordered">
|
507
|
-
<tbody>
|
508
|
-
<tr>
|
509
|
-
<td class="col-md-4">
|
510
|
-
<a name="euiRounded"></a>
|
511
|
-
<b>euiRounded</b>
|
512
|
-
</td>
|
513
|
-
</tr>
|
514
|
-
<tr>
|
515
|
-
<td class="col-md-4">
|
516
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
517
|
-
|
518
|
-
</td>
|
519
|
-
</tr>
|
520
|
-
</tbody>
|
521
|
-
</table>
|
522
|
-
<table class="table table-sm table-bordered">
|
523
|
-
<tbody>
|
524
|
-
<tr>
|
525
|
-
<td class="col-md-4">
|
526
|
-
<a name="euiSecondary"></a>
|
527
|
-
<b>euiSecondary</b>
|
528
|
-
</td>
|
529
|
-
</tr>
|
530
|
-
<tr>
|
531
|
-
<td class="col-md-4">
|
532
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
533
|
-
|
534
|
-
</td>
|
535
|
-
</tr>
|
536
|
-
</tbody>
|
537
|
-
</table>
|
538
|
-
<table class="table table-sm table-bordered">
|
539
|
-
<tbody>
|
540
|
-
<tr>
|
541
|
-
<td class="col-md-4">
|
542
|
-
<a name="euiSize2XL"></a>
|
543
|
-
<b>euiSize2XL</b>
|
544
|
-
</td>
|
545
|
-
</tr>
|
546
|
-
<tr>
|
547
|
-
<td class="col-md-4">
|
548
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
549
|
-
|
550
|
-
</td>
|
551
|
-
</tr>
|
552
|
-
</tbody>
|
553
|
-
</table>
|
554
|
-
<table class="table table-sm table-bordered">
|
555
|
-
<tbody>
|
556
|
-
<tr>
|
557
|
-
<td class="col-md-4">
|
558
|
-
<a name="euiSize2XS"></a>
|
559
|
-
<b>euiSize2XS</b>
|
560
|
-
</td>
|
561
|
-
</tr>
|
562
|
-
<tr>
|
563
|
-
<td class="col-md-4">
|
564
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
565
|
-
|
566
|
-
</td>
|
567
|
-
</tr>
|
568
|
-
</tbody>
|
569
|
-
</table>
|
570
|
-
<table class="table table-sm table-bordered">
|
571
|
-
<tbody>
|
572
|
-
<tr>
|
573
|
-
<td class="col-md-4">
|
574
|
-
<a name="euiSize3XL"></a>
|
575
|
-
<b>euiSize3XL</b>
|
576
|
-
</td>
|
577
|
-
</tr>
|
578
|
-
<tr>
|
579
|
-
<td class="col-md-4">
|
580
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
581
|
-
|
582
|
-
</td>
|
583
|
-
</tr>
|
584
|
-
</tbody>
|
585
|
-
</table>
|
586
|
-
<table class="table table-sm table-bordered">
|
587
|
-
<tbody>
|
588
|
-
<tr>
|
589
|
-
<td class="col-md-4">
|
590
|
-
<a name="euiSize4XL"></a>
|
591
|
-
<b>euiSize4XL</b>
|
592
|
-
</td>
|
593
|
-
</tr>
|
594
|
-
<tr>
|
595
|
-
<td class="col-md-4">
|
596
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
597
|
-
|
598
|
-
</td>
|
599
|
-
</tr>
|
600
|
-
</tbody>
|
601
|
-
</table>
|
602
|
-
<table class="table table-sm table-bordered">
|
603
|
-
<tbody>
|
604
|
-
<tr>
|
605
|
-
<td class="col-md-4">
|
606
|
-
<a name="euiSize5XL"></a>
|
607
|
-
<b>euiSize5XL</b>
|
608
|
-
</td>
|
609
|
-
</tr>
|
610
|
-
<tr>
|
611
|
-
<td class="col-md-4">
|
612
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
613
|
-
|
614
|
-
</td>
|
615
|
-
</tr>
|
616
|
-
</tbody>
|
617
|
-
</table>
|
618
|
-
<table class="table table-sm table-bordered">
|
619
|
-
<tbody>
|
620
|
-
<tr>
|
621
|
-
<td class="col-md-4">
|
622
|
-
<a name="euiSizeL"></a>
|
623
|
-
<b>euiSizeL</b>
|
624
|
-
</td>
|
625
|
-
</tr>
|
626
|
-
<tr>
|
627
|
-
<td class="col-md-4">
|
628
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
629
|
-
|
630
|
-
</td>
|
631
|
-
</tr>
|
632
|
-
</tbody>
|
633
|
-
</table>
|
634
|
-
<table class="table table-sm table-bordered">
|
635
|
-
<tbody>
|
636
|
-
<tr>
|
637
|
-
<td class="col-md-4">
|
638
|
-
<a name="euiSizeM"></a>
|
639
|
-
<b>euiSizeM</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>
|
650
|
-
<table class="table table-sm table-bordered">
|
651
|
-
<tbody>
|
652
|
-
<tr>
|
653
|
-
<td class="col-md-4">
|
654
|
-
<a name="euiSizeS"></a>
|
655
|
-
<b>euiSizeS</b>
|
656
|
-
</td>
|
657
|
-
</tr>
|
658
|
-
<tr>
|
659
|
-
<td class="col-md-4">
|
660
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
661
|
-
|
662
|
-
</td>
|
663
|
-
</tr>
|
664
|
-
</tbody>
|
665
|
-
</table>
|
666
|
-
<table class="table table-sm table-bordered">
|
667
|
-
<tbody>
|
668
|
-
<tr>
|
669
|
-
<td class="col-md-4">
|
670
|
-
<a name="euiSizeVariant"></a>
|
671
|
-
<b>euiSizeVariant</b>
|
672
|
-
</td>
|
673
|
-
</tr>
|
674
|
-
<tr>
|
675
|
-
<td class="col-md-4">
|
676
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
677
|
-
|
678
|
-
</td>
|
679
|
-
</tr>
|
680
|
-
</tbody>
|
681
|
-
</table>
|
682
|
-
<table class="table table-sm table-bordered">
|
683
|
-
<tbody>
|
684
|
-
<tr>
|
685
|
-
<td class="col-md-4">
|
686
|
-
<a name="euiSizeXL"></a>
|
687
|
-
<b>euiSizeXL</b>
|
688
|
-
</td>
|
689
|
-
</tr>
|
690
|
-
<tr>
|
691
|
-
<td class="col-md-4">
|
692
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
693
|
-
|
694
|
-
</td>
|
695
|
-
</tr>
|
696
|
-
</tbody>
|
697
|
-
</table>
|
698
|
-
<table class="table table-sm table-bordered">
|
699
|
-
<tbody>
|
700
|
-
<tr>
|
701
|
-
<td class="col-md-4">
|
702
|
-
<a name="euiSizeXS"></a>
|
703
|
-
<b>euiSizeXS</b>
|
704
|
-
</td>
|
705
|
-
</tr>
|
706
|
-
<tr>
|
707
|
-
<td class="col-md-4">
|
708
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
709
|
-
|
710
|
-
</td>
|
711
|
-
</tr>
|
712
|
-
</tbody>
|
713
|
-
</table>
|
714
|
-
<table class="table table-sm table-bordered">
|
715
|
-
<tbody>
|
716
|
-
<tr>
|
717
|
-
<td class="col-md-4">
|
718
|
-
<a name="euiSuccess"></a>
|
719
|
-
<b>euiSuccess</b>
|
720
|
-
</td>
|
721
|
-
</tr>
|
722
|
-
<tr>
|
723
|
-
<td class="col-md-4">
|
724
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
725
|
-
|
726
|
-
</td>
|
727
|
-
</tr>
|
728
|
-
</tbody>
|
729
|
-
</table>
|
730
|
-
<table class="table table-sm table-bordered">
|
731
|
-
<tbody>
|
732
|
-
<tr>
|
733
|
-
<td class="col-md-4">
|
734
|
-
<a name="euiVariant"></a>
|
735
|
-
<b>euiVariant</b>
|
736
|
-
</td>
|
737
|
-
</tr>
|
738
|
-
<tr>
|
739
|
-
<td class="col-md-4">
|
740
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
741
|
-
|
742
|
-
</td>
|
743
|
-
</tr>
|
744
|
-
</tbody>
|
745
|
-
</table>
|
746
|
-
<table class="table table-sm table-bordered">
|
747
|
-
<tbody>
|
748
|
-
<tr>
|
749
|
-
<td class="col-md-4">
|
750
|
-
<a name="euiWarning"></a>
|
751
|
-
<b>euiWarning</b>
|
752
|
-
</td>
|
753
|
-
</tr>
|
754
|
-
<tr>
|
755
|
-
<td class="col-md-4">
|
756
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
757
|
-
|
758
|
-
</td>
|
759
|
-
</tr>
|
760
|
-
</tbody>
|
761
|
-
</table>
|
762
|
-
<table class="table table-sm table-bordered">
|
763
|
-
<tbody>
|
764
|
-
<tr>
|
765
|
-
<td class="col-md-4">
|
766
|
-
<a name="styleClass"></a>
|
767
|
-
<b>styleClass</b>
|
768
|
-
</td>
|
769
|
-
</tr>
|
770
|
-
<tr>
|
771
|
-
<td class="col-md-4">
|
772
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
773
|
-
|
774
|
-
</td>
|
775
|
-
</tr>
|
776
|
-
</tbody>
|
777
|
-
</table>
|
778
|
-
</section>
|
779
|
-
|
780
|
-
<section data-compodoc="block-properties">
|
781
|
-
<h3>HostBindings</h3> <table class="table table-sm table-bordered">
|
782
|
-
<tbody>
|
783
|
-
<tr>
|
784
|
-
<td class="col-md-4">
|
785
|
-
<a name="class"></a>
|
786
|
-
<span class="name">
|
787
|
-
<span ><b>class</b></span>
|
788
|
-
<a href="#class"><span class="icon ion-ios-link"></span></a>
|
789
|
-
</span>
|
790
|
-
</td>
|
791
|
-
</tr>
|
792
|
-
<tr>
|
793
|
-
<td class="col-md-4">
|
794
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
795
|
-
|
796
|
-
</td>
|
797
|
-
</tr>
|
798
|
-
|
799
|
-
|
800
|
-
</tbody>
|
801
|
-
</table>
|
802
|
-
</section>
|
803
|
-
|
804
|
-
|
805
|
-
<section data-compodoc="block-methods">
|
806
|
-
|
807
|
-
<h3 id="methods">
|
808
|
-
Methods
|
809
|
-
</h3>
|
810
|
-
<table class="table table-sm table-bordered">
|
811
|
-
<tbody>
|
812
|
-
<tr>
|
813
|
-
<td class="col-md-4">
|
814
|
-
<a name="getCssClasses"></a>
|
815
|
-
<span class="name">
|
816
|
-
<span ><b>getCssClasses</b></span>
|
817
|
-
<a href="#getCssClasses"><span class="icon ion-ios-link"></span></a>
|
818
|
-
</span>
|
819
|
-
</td>
|
820
|
-
</tr>
|
821
|
-
<tr>
|
822
|
-
<td class="col-md-4">
|
823
|
-
<code>getCssClasses(rootClass: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank">string</a>)</code>
|
824
|
-
</td>
|
825
|
-
</tr>
|
826
|
-
|
827
|
-
|
828
|
-
|
829
|
-
|
830
|
-
<tr>
|
831
|
-
<td class="col-md-4">
|
832
|
-
|
833
|
-
<div class="io-description">
|
834
|
-
<b>Parameters :</b>
|
835
|
-
|
836
|
-
<table class="params">
|
837
|
-
<thead>
|
838
|
-
<tr>
|
839
|
-
<td>Name</td>
|
840
|
-
<td>Type</td>
|
841
|
-
<td>Optional</td>
|
842
|
-
</tr>
|
843
|
-
</thead>
|
844
|
-
<tbody>
|
845
|
-
<tr>
|
846
|
-
<td>rootClass</td>
|
847
|
-
<td>
|
848
|
-
<code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
849
|
-
</td>
|
850
|
-
|
851
|
-
<td>
|
852
|
-
No
|
853
|
-
</td>
|
854
|
-
|
855
|
-
|
856
|
-
</tr>
|
857
|
-
</tbody>
|
858
|
-
</table>
|
859
|
-
</div>
|
860
|
-
<div class="io-description">
|
861
|
-
<b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
862
|
-
|
863
|
-
</div>
|
864
|
-
<div class="io-description">
|
865
|
-
|
866
|
-
</div>
|
867
|
-
</td>
|
868
|
-
</tr>
|
869
|
-
</tbody>
|
870
|
-
</table>
|
871
|
-
</section>
|
872
|
-
<section data-compodoc="block-properties">
|
873
|
-
|
874
|
-
<h3 id="inputs">
|
875
|
-
Properties
|
876
|
-
</h3>
|
877
|
-
<table class="table table-sm table-bordered">
|
878
|
-
<tbody>
|
879
|
-
<tr>
|
880
|
-
<td class="col-md-4">
|
881
|
-
<a name="euiDashboardButtonIcon"></a>
|
882
|
-
<span class="name">
|
883
|
-
<span class="modifier"></span>
|
884
|
-
<span ><b>euiDashboardButtonIcon</b></span>
|
885
|
-
<a href="#euiDashboardButtonIcon"><span class="icon ion-ios-link"></span></a>
|
886
|
-
</span>
|
887
|
-
</td>
|
888
|
-
</tr>
|
889
|
-
<tr>
|
890
|
-
<td class="col-md-4">
|
891
|
-
<i>Type : </i> <code><a href="../directives/EuiDashboardButtonIconDirective.html" target="_self" >EuiDashboardButtonIconDirective</a></code>
|
892
|
-
|
377
|
+
<i>Type : </i> <code><a href="../components/EuiLabelComponent.html" target="_self" >EuiLabelComponent</a></code>
|
378
|
+
|
893
379
|
</td>
|
894
380
|
</tr>
|
895
381
|
<tr>
|
@@ -897,38 +383,7 @@
|
|
897
383
|
<b>Decorators : </b>
|
898
384
|
<br />
|
899
385
|
<code>
|
900
|
-
@ContentChild(
|
901
|
-
</code>
|
902
|
-
</td>
|
903
|
-
</tr>
|
904
|
-
|
905
|
-
|
906
|
-
</tbody>
|
907
|
-
</table>
|
908
|
-
<table class="table table-sm table-bordered">
|
909
|
-
<tbody>
|
910
|
-
<tr>
|
911
|
-
<td class="col-md-4">
|
912
|
-
<a name="euiDashboardButtonLabel"></a>
|
913
|
-
<span class="name">
|
914
|
-
<span class="modifier"></span>
|
915
|
-
<span ><b>euiDashboardButtonLabel</b></span>
|
916
|
-
<a href="#euiDashboardButtonLabel"><span class="icon ion-ios-link"></span></a>
|
917
|
-
</span>
|
918
|
-
</td>
|
919
|
-
</tr>
|
920
|
-
<tr>
|
921
|
-
<td class="col-md-4">
|
922
|
-
<i>Type : </i> <code><a href="../directives/EuiDashboardButtonLabelDirective.html" target="_self" >EuiDashboardButtonLabelDirective</a></code>
|
923
|
-
|
924
|
-
</td>
|
925
|
-
</tr>
|
926
|
-
<tr>
|
927
|
-
<td class="col-md-4">
|
928
|
-
<b>Decorators : </b>
|
929
|
-
<br />
|
930
|
-
<code>
|
931
|
-
@ContentChild(EuiDashboardButtonLabelDirective)<br />
|
386
|
+
@ContentChild(EuiLabelComponent)<br />
|
932
387
|
</code>
|
933
388
|
</td>
|
934
389
|
</tr>
|
@@ -974,7 +429,7 @@
|
|
974
429
|
<script src="../js/libs/htmlparser.js"></script>
|
975
430
|
<script src="../js/libs/deep-iterator.js"></script>
|
976
431
|
<script>
|
977
|
-
var COMPONENT_TEMPLATE = '<div><
|
432
|
+
var COMPONENT_TEMPLATE = '<div><button class="eui-dashboard-button-content"> <eui-avatar [euiVariant]="baseStatesDirective.euiVariant" [euiSizeVariant]="baseStatesDirective.euiSizeVariant"> <eui-avatar-icon> <ng-content select="eui-dashboard-button-icon"></ng-content> </eui-avatar-icon> <eui-avatar-text> <ng-content select="eui-dashboard-button-label"></ng-content> </eui-avatar-text> </eui-avatar> <ng-container *ngIf="euiLabelContent"> <div class="eui-dashboard-button-content__title"> <ng-content select="eui-label"></ng-content> <ng-content select="[euiLabel]"></ng-content> </div> <div class="eui-dashboard-button-content__sub-title"> <ng-content select="eui-sublabel"></ng-content> <ng-content select="[euiSublabel]"></ng-content> </div> </ng-container></button></div>'
|
978
433
|
var COMPONENTS = [{'name': 'ChartComponent', 'selector': 'eui-apex-chart'},{'name': 'CollapsedBreadcrumbComponent', 'selector': 'eui-collapsed-breadcrumb'},{'name': 'EclMessageWcComponent', 'selector': 'ecl-message-wc'},{'name': 'EuiAccessibleButtonIconComponent', 'selector': 'eui-accessible-button-icon'},{'name': 'EuiAlertComponent', 'selector': 'div[euiAlert], eui-alert'},{'name': 'EuiAppBreadcrumbComponent', 'selector': 'eui-app-breadcrumb'},{'name': 'EuiAppComponent', 'selector': 'eui-app'},{'name': 'EuiAppFooterComponent', 'selector': 'eui-app-footer'},{'name': 'EuiAppHeaderComponent', 'selector': 'eui-app-header'},{'name': 'EuiAppSidebarBodyComponent', 'selector': 'eui-app-sidebar-body'},{'name': 'EuiAppSidebarComponent', 'selector': 'eui-app-sidebar'},{'name': 'EuiAppSidebarDrawerComponent', 'selector': 'eui-app-sidebar-drawer'},{'name': 'EuiAppSidebarFooterComponent', 'selector': 'eui-app-sidebar-footer'},{'name': 'EuiAppSidebarHeaderComponent', 'selector': 'eui-app-sidebar-header'},{'name': 'EuiAppSidebarHeaderUserProfileComponent', 'selector': 'eui-app-sidebar-header-user-profile'},{'name': 'EuiAppSidebarMenuComponent', 'selector': 'eui-app-sidebar-menu'},{'name': 'EuiAppToolbarComponent', 'selector': 'eui-app-toolbar'},{'name': 'EuiAppTopMessageComponent', 'selector': 'eui-app-top-message'},{'name': 'EuiAutocompleteAsyncTestComponent', 'selector': 'eui-autocomplete-test-component'},{'name': 'EuiAutocompleteChipsAsyncTestComponent', 'selector': 'eui-autocomplete-test-component'},{'name': 'EuiAutocompleteChipsTestComponent', 'selector': 'eui-autocomplete-test-component'},{'name': 'EuiAutocompleteComponent', 'selector': 'eui-autocomplete, input[euiAutocomplete]'},{'name': 'EuiAutocompleteTestComponent', 'selector': 'eui-autocomplete-test-component'},{'name': 'EuiAvatarBadgeComponent', 'selector': 'eui-avatar-badge'},{'name': 'EuiAvatarComponent', 'selector': 'div[euiAvatar], span[euiAvatar], eui-avatar'},{'name': 'EuiAvatarIconComponent', 'selector': 'eui-avatar-icon'},{'name': 'EuiAvatarImageComponent', 'selector': 'eui-avatar-image'},{'name': 'EuiAvatarListComponent', 'selector': 'eui-avatar-list'},{'name': 'EuiAvatarTextComponent', 'selector': 'eui-avatar-text'},{'name': 'EuiBadgeComponent', 'selector': 'div[euiBadge], span[euiBadge], eui-badge'},{'name': 'EuiBlockContentComponent', 'selector': 'eui-block-content'},{'name': 'EuiBlockDocumentComponent', 'selector': 'eui-block-document'},{'name': 'EuiBreadcrumbComponent', 'selector': 'eui-breadcrumb'},{'name': 'EuiBreadcrumbItemComponent', 'selector': 'eui-breadcrumb-item'},{'name': 'EuiButtonComponent', 'selector': 'button[euiButton], a[euiButton]'},{'name': 'EuiButtonGroupComponent', 'selector': 'eui-button-group'},{'name': 'EuiButtonsComponent', 'selector': 'eui-buttons'},{'name': 'EuiCardComponent', 'selector': 'eui-card'},{'name': 'EuiCardContentComponent', 'selector': 'eui-card-content'},{'name': 'EuiCardFooterActionButtonsComponent', 'selector': 'eui-card-footer-action-buttons'},{'name': 'EuiCardFooterActionIconsComponent', 'selector': 'eui-card-footer-action-icons'},{'name': 'EuiCardFooterComponent', 'selector': 'eui-card-footer'},{'name': 'EuiCardFooterMenuContentComponent', 'selector': 'eui-card-footer-menu-content'},{'name': 'EuiCardHeaderBodyComponent', 'selector': 'eui-card-header-body'},{'name': 'EuiCardHeaderComponent', 'selector': 'eui-card-header'},{'name': 'EuiCardHeaderLeftContentComponent', 'selector': 'eui-card-header-left-content'},{'name': 'EuiCardHeaderRightContentComponent', 'selector': 'eui-card-header-right-content'},{'name': 'EuiCardHeaderSubtitleComponent', 'selector': 'eui-card-header-subtitle'},{'name': 'EuiCardHeaderTitleComponent', 'selector': 'eui-card-header-title'},{'name': 'EuiCardMediaComponent', 'selector': 'eui-card-media'},{'name': 'EuiChipComponent', 'selector': 'eui-chip, span[euiChip], li[euiChip]'},{'name': 'EuiChipListComponent', 'selector': 'eui-chip-list, div[euiChipList], ul[euiChipList]'},{'name': 'EuiCommonHeaderComponent', 'selector': 'eui-common-header'},{'name': 'EuiDashboardButtonComponent', 'selector': 'eui-dashboard-button'},{'name': 'EuiDashboardCardComponent', 'selector': 'eui-dashboard-card'},{'name': 'EuiDatepickerComponent', 'selector': 'eui-datepicker'},{'name': 'EuiDateRangeSelectorComponent', 'selector': 'eui-date-range-selector'},{'name': 'EuiDialogComponent', 'selector': 'eui-dialog'},{'name': 'EuiDialogContainerComponent', 'selector': 'eui-dialog-container'},{'name': 'EuiDimmerComponent', 'selector': 'eui-dimmer'},{'name': 'EuiDisableContentComponent', 'selector': 'eui-disable-content'},{'name': 'EuiDiscussionThreadComponent', 'selector': 'eui-discussion-thread'},{'name': 'EuiDiscussionThreadItemComponent', 'selector': 'eui-discussion-thread-item'},{'name': 'EuiDropdownComponent', 'selector': 'eui-dropdown'},{'name': 'EuiDropdownItemComponent', 'selector': 'eui-dropdown-item, [euiDropdownItem]'},{'name': 'EuiEclBannerComponent', 'selector': 'eui-ecl-banner'},{'name': 'EuiEclButtonComponent', 'selector': 'button[eclButton], button[ecl-button], a[eclButton]'},{'name': 'EuiEclCarouselComponent', 'selector': 'eui-ecl-carousel'},{'name': 'EuiEclCarouselItemComponent', 'selector': 'eui-ecl-carousel-item, eui-ecl-carousel-item'},{'name': 'EuiEclIconComponent', 'selector': 'eui-ecl-icon'},{'name': 'EuiEclMessageComponent', 'selector': 'eui-ecl-message'},{'name': 'EuiEditorComponent', 'selector': 'eui-editor'},{'name': 'EuiEditorCountersComponent', 'selector': 'eui-editor-counters'},{'name': 'EuiEditorHtmlViewComponent', 'selector': 'eui-editor-html-view'},{'name': 'EuiEditorImageDialogComponent', 'selector': ''},{'name': 'EuiEditorJsonViewComponent', 'selector': 'eui-editor-json-view'},{'name': 'EuiExpandContentComponent', 'selector': 'eui-expand-content'},{'name': 'EuiFeedbackMessageComponent', 'selector': 'eui-feedback-message'},{'name': 'EuiFieldsetComponent', 'selector': 'eui-fieldset'},{'name': 'EuiFilePreviewComponent', 'selector': 'eui-file-preview'},{'name': 'EuiFileUploadComponent', 'selector': 'eui-file-upload'},{'name': 'EuiFileUploadProgressComponent', 'selector': 'eui-file-upload-progress'},{'name': 'EuiFooterComponent', 'selector': 'eui-footer'},{'name': 'EuiGrowlComponent', 'selector': 'eui-growl'},{'name': 'EuiHeaderAppComponent', 'selector': 'eui-header-app'},{'name': 'EuiHeaderAppNameComponent', 'selector': 'eui-header-app-name'},{'name': 'EuiHeaderAppNameLogoComponent', 'selector': 'eui-header-app-name-logo'},{'name': 'EuiHeaderAppSubtitleComponent', 'selector': 'eui-header-app-subtitle'},{'name': 'EuiHeaderComponent', 'selector': 'eui-header'},{'name': 'EuiHeaderEnvironmentComponent', 'selector': 'eui-header-environment'},{'name': 'EuiHeaderLogoComponent', 'selector': 'eui-header-logo'},{'name': 'EuiHeaderUserProfileComponent', 'selector': 'eui-header-user-profile'},{'name': 'EuiIconColorComponent', 'selector': 'eui-icon-colored, span[euiIconColored], [euiIconColored]'},{'name': 'EuiIconComponent', 'selector': 'div[euiIcon], span[euiIcon], i[euiIcon], eui-icon'},{'name': 'EuiIconSvgComponent', 'selector': 'eui-icon-svg, span[euiIconSvg], i[euiIconSvg]'},{'name': 'EuiIconToggleComponent', 'selector': 'eui-icon-toggle'},{'name': 'EuiInputCheckboxComponent', 'selector': 'input[euiInputCheckBox]'},{'name': 'EuiInputGroupComponent', 'selector': 'div[euiInputGroup]'},{'name': 'EuiInputNumberComponent', 'selector': 'input[euiInputNumber]'},{'name': 'EuiInputRadioComponent', 'selector': 'input[euiInputRadio]'},{'name': 'EuiInputTextComponent', 'selector': 'input[euiInputText]'},{'name': 'EuiLabelComponent', 'selector': 'label[euiLabel], span[euiLabel], div[euiLabel], a[euiLabel], eui-label,
|
979
434
|
label[euiSublabel], span[euiSublabel], div[euiSublabel], a[euiSublabel], eui-sublabel'},{'name': 'EuiLanguageSelectorComponent', 'selector': 'eui-language-selector'},{'name': 'EuiListComponent', 'selector': '[euiList], eui-list'},{'name': 'EuiListItemComponent', 'selector': '[euiListItem], eui-list-item'},{'name': 'EuiMenuComponent', 'selector': 'eui-menu'},{'name': 'EuiMenuItemComponent', 'selector': 'eui-menu-item'},{'name': 'EuiMessageBoxComponent', 'selector': 'eui-message-box'},{'name': 'EuiModalSelectorComponent', 'selector': 'eui-modal-selector'},{'name': 'EuiNotificationItemComponent', 'selector': 'eui-notification-item'},{'name': 'EuiNotificationItemV2Component', 'selector': 'eui-notification-item-v2'},{'name': 'EuiNotificationsComponent', 'selector': 'eui-notifications'},{'name': 'EuiNotificationsV2Component', 'selector': 'eui-notifications-v2'},{'name': 'EuiOverlayBodyComponent', 'selector': 'eui-overlay-body'},{'name': 'EuiOverlayComponent', 'selector': 'eui-overlay'},{'name': 'EuiOverlayFooterComponent', 'selector': 'eui-overlay-footer'},{'name': 'EuiOverlayHeaderComponent', 'selector': 'eui-overlay-header'},{'name': 'EuiOverlayHeaderTitleComponent', 'selector': 'eui-overlay-header-title'},{'name': 'EuiPageBreadcrumbComponent', 'selector': 'eui-page-breadcrumb'},{'name': 'EuiPageColumnComponent', 'selector': 'eui-page-column'},{'name': 'EuiPageColumnsComponent', 'selector': 'eui-page-columns'},{'name': 'EuiPageComponent', 'selector': 'eui-page'},{'name': 'EuiPageContentComponent', 'selector': 'eui-page-content'},{'name': 'EuiPageFooterComponent', 'selector': 'eui-page-footer'},{'name': 'EuiPageHeaderComponent', 'selector': 'eui-page-header'},{'name': 'EuiPageHeroHeaderComponent', 'selector': 'eui-page-hero-header'},{'name': 'EuiPageTopContentComponent', 'selector': 'eui-page-top-content'},{'name': 'EuiPaginatorComponent', 'selector': 'eui-paginator'},{'name': 'EuiPopoverComponent', 'selector': 'eui-popover'},{'name': 'EuiProgressBarComponent', 'selector': 'eui-progress-bar'},{'name': 'EuiProgressCircleComponent', 'selector': 'eui-progress-circle'},{'name': 'EuiResizableComponent', 'selector': 'eui-resizable'},{'name': 'EuiSearchComponent', 'selector': 'eui-search'},{'name': 'EuiSelectComponent', 'selector': 'select[euiSelect]'},{'name': 'EuiSidebarMenuComponent', 'selector': 'eui-sidebar-menu'},{'name': 'EuiSidebarToggleComponent', 'selector': 'eui-sidebar-toggle'},{'name': 'EuiSlideToggleComponent', 'selector': 'eui-slide-toggle'},{'name': 'EuiSlideToggleTestComponent', 'selector': 'eui-slide-toggle-test-component'},{'name': 'EuiTabComponent', 'selector': 'eui-tab'},{'name': 'EuiTabContentComponent', 'selector': 'eui-tab-content, euiTabContent'},{'name': 'EuiTabLabelComponent', 'selector': 'eui-tab-label, euiTabLabel'},{'name': 'EuiTableComponent', 'selector': 'eui-table, table[euiTable]'},{'name': 'EuiTableExpandableRowComponent', 'selector': 'tr[euiTableExpandableRow]'},{'name': 'EuiTableFilterComponent', 'selector': 'eui-table-filter'},{'name': 'EuiTableSelectableHeaderComponent', 'selector': 'tr[isSelectableHeader]'},{'name': 'EuiTableSelectableRowComponent', 'selector': 'tr[isSelectable]'},{'name': 'EuiTableSortableColComponent', 'selector': 'th[sortable]'},{'name': 'EuiTabsComponent', 'selector': 'eui-tabs'},{'name': 'EuiTextareaComponent', 'selector': 'textarea[euiTextArea]'},{'name': 'EuiTimebarComponent', 'selector': 'eui-timebar'},{'name': 'EuiTimelineComponent', 'selector': 'eui-timeline'},{'name': 'EuiTimelineItemComponent', 'selector': 'eui-timeline-item'},{'name': 'EuiTimepickerComponent', 'selector': 'eui-timepicker'},{'name': 'EuiToolbarAppComponent', 'selector': 'eui-toolbar-app'},{'name': 'EuiToolbarCenterComponent', 'selector': 'eui-toolbar-center'},{'name': 'EuiToolbarComponent', 'selector': 'eui-toolbar'},{'name': 'EuiToolbarEnvironmentComponent', 'selector': 'eui-toolbar-environment'},{'name': 'EuiToolbarItemComponent', 'selector': 'eui-toolbar-item'},{'name': 'EuiToolbarItemNotificationsComponent', 'selector': 'eui-toolbar-item-notifications'},{'name': 'EuiToolbarItemsComponent', 'selector': 'eui-toolbar-items'},{'name': 'EuiToolbarItemSearchComponent', 'selector': 'eui-toolbar-item-search'},{'name': 'EuiToolbarItemUserProfileComponent', 'selector': 'eui-toolbar-item-user-profile'},{'name': 'EuiToolbarLogoComponent', 'selector': 'eui-toolbar-logo'},{'name': 'EuiToolbarMenuComponent', 'selector': 'eui-toolbar-menu'},{'name': 'EuiTooltipContainerComponent', 'selector': 'eui-tooltip-container.component'},{'name': 'EuiTreeComponent', 'selector': 'eui-tree'},{'name': 'EuiTreeListComponent', 'selector': 'eui-tree-list'},{'name': 'EuiTreeListItemComponent', 'selector': 'eui-tree-list-item'},{'name': 'EuiTreeListItemContentComponent', 'selector': 'eui-tree-list-item-content'},{'name': 'EuiTreeListToolbarComponent', 'selector': 'eui-tree-list-toolbar'},{'name': 'EuiUserProfileCardComponent', 'selector': 'eui-user-profile-card'},{'name': 'EuiUserProfileComponent', 'selector': 'eui-user-profile'},{'name': 'EuiUserProfileMenuComponent', 'selector': 'eui-user-profile-menu'},{'name': 'EuiUserProfileMenuItemComponent', 'selector': 'eui-user-profile-menu-item'},{'name': 'EuiUxTreeComponent', 'selector': 'eui-ux-tree'},{'name': 'EuiUxTreeNodeComponent', 'selector': 'eui-ux-tree-node'},{'name': 'EuiUxTreeToolbarComponent', 'selector': 'eui-ux-tree-toolbar'},{'name': 'EuiWizardComponent', 'selector': 'eui-wizard'},{'name': 'EuiWizardStepComponent', 'selector': 'eui-wizard-step'},{'name': 'QuillEditorComponent', 'selector': 'quill-editor'}];
|
980
435
|
var DIRECTIVES = [{'name': 'AutoResizeDirective', 'selector': 'textarea[autoResize]'},{'name': 'BaseDirective', 'selector': '[euiBase]'},{'name': 'BaseStatesDirective', 'selector': '[euiBase]'},{'name': 'CollapsedButtonDirective', 'selector': 'collapsed-button'},{'name': 'EuiActionButtonsDirective', 'selector': 'eui-action-buttons'},{'name': 'EuiAppPageWrapperDirective', 'selector': 'eui-app-page-wrapper'},{'name': 'EuiButtonsActionsContentTagDirective', 'selector': 'euiButtonsActionsContent'},{'name': 'EuiButtonsLocalMenuContentTagDirective', 'selector': 'euiButtonsLocalMenuContent'},{'name': 'EuiChipListAppendContentDirective', 'selector': 'euiChipListAppendContent'},{'name': 'EuiClearableDirective', 'selector': 'input[euiClearable]'},{'name': 'EuiDashboardButtonIconDirective', 'selector': 'eui-dashboard-button-icon'},{'name': 'EuiDashboardButtonLabelDirective', 'selector': 'eui-dashboard-button-label'},{'name': 'EuiDialogFooterDirective', 'selector': 'eui-dialog-footer'},{'name': 'EuiDialogHeaderDirective', 'selector': 'eui-dialog-header'},{'name': 'EuiDropdownContentDirective', 'selector': 'eui-dropdown-content'},{'name': 'EuiDropdownTreeDirective', 'selector': 'eui-dropdown[euiDropdownTree]'},{'name': 'EuiEclBannerCreditDirective', 'selector': '[euiEclBannerCredit]'},{'name': 'EuiEclBannerDescriptionDirective', 'selector': '[euiEclBannerDescription]'},{'name': 'EuiEclBannerDescriptionTextDirective', 'selector': '[euiEclBannerDescriptionText]'},{'name': 'EuiEclBannerImageDirective', 'selector': 'img[euiEclBannerImage]'},{'name': 'EuiEclBannerPictureDirective', 'selector': 'picture[euiEclBannerPicture]'},{'name': 'EuiEclBannerTitleDirective', 'selector': '[euiEclBannerTitle]'},{'name': 'EuiEclBannerTitleTextDirective', 'selector': '[euiEclBannerTitleText]'},{'name': 'EuiEclBaseDirective', 'selector': '[EuiEclBase]'},{'name': 'EuiEclButtonLabelDirective', 'selector': '[euiEclButtonLabel]'},{'name': 'EuiEclClickOutsideDirective', 'selector': '[euiEclClickOutside]'},{'name': 'EuiEclFileImageDirective', 'selector': 'img[euiEclFileImage]'},{'name': 'EuiEclFilePictureDirective', 'selector': 'picture[euiEclFilePicture]'},{'name': 'EuiEclHiddenDirective', 'selector': '[euiEclHidden]'},{'name': 'EuiEclLabelDirective', 'selector': '[euiEclLabel]'},{'name': 'EuiEclLinkDirective', 'selector': '[euiEclLink]'},{'name': 'EuiEclLinkLabelDirective', 'selector': '[euiEclLinkLabel]'},{'name': 'EuiEclMessageTitleDirective', 'selector': '[euiEclMessageTitle]'},{'name': 'EuiEditorCustomToolbarTagDirective', 'selector': 'euiEditorCustomToolbar'},{'name': 'EuiEditorMaxlengthDirective', 'selector': '[formControlName][euiEditorMaxlength]'},{'name': 'EuiFieldsetLabelExtraContentTagDirective', 'selector': 'euiFieldsetLabelExtraContent'},{'name': 'EuiFieldsetLabelRightContentTagDirective', 'selector': 'euiFieldsetLabelRightContent'},{'name': 'EuiHasPermissionDirective', 'selector': '[euiHasPermission]'},{'name': 'EuiHeaderAppNameDirective', 'selector': 'eui-header-app-name'},{'name': 'EuiHeaderAppNameLogoDirective', 'selector': 'eui-header-app-name-logo'},{'name': 'EuiHeaderAppSubtitleDirective', 'selector': 'eui-header-app-subtitle'},{'name': 'EuiInputNumberDirective', 'selector': 'input[euiInputNumber][formControl],input[euiInputNumber][formControlName],input[euiInputNumber][ngModel]'},{'name': 'EuiLetterFormatDirective', 'selector': '[euiLetterFormat]'},{'name': 'EuiLoadingDirective', 'selector': '[euiLoading]'},{'name': 'EuiMaxLengthDirective', 'selector': '
|