@eui/components 17.0.0-rc.5 → 17.0.0-rc.7
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/classes/EuiAutoCompleteItem.html +1 -1
- package/docs/components/EuiAlertComponent.html +141 -15
- package/docs/components/EuiAutocompleteComponent.html +28 -16
- package/docs/components/EuiAvatarComponent.html +15 -72
- package/docs/components/EuiBadgeComponent.html +61 -637
- package/docs/components/EuiBlockContentComponent.html +192 -715
- package/docs/components/EuiBlockDocumentComponent.html +18 -725
- package/docs/components/EuiCardContentComponent.html +69 -0
- package/docs/components/EuiDashboardButtonComponent.html +1 -1
- package/docs/components/EuiDashboardCardComponent.html +5 -5
- package/docs/components/EuiDialogContainerComponent.html +1 -1
- package/docs/components/EuiDropdownComponent.html +43 -385
- package/docs/components/EuiFieldsetComponent.html +6 -6
- package/docs/components/EuiMenuComponent.html +96 -961
- package/docs/components/EuiMenuItemComponent.html +1 -1
- package/docs/components/EuiTreeComponent.html +1 -1
- package/docs/dependencies.html +2 -2
- package/docs/directives/EuiDropdownContentDirective.html +119 -7
- package/docs/js/menu-wc.js +221 -190
- package/docs/js/menu-wc_es5.js +1 -1
- package/docs/js/search/search_index.js +2 -2
- package/docs/miscellaneous/variables.html +35 -0
- package/docs/modules/EuiAlertModule.html +4 -1
- package/docs/modules/EuiAppSidebarModule.html +4 -28
- package/docs/modules/EuiAppToolbarModule.html +4 -28
- package/docs/modules/EuiAvatarModule.html +7 -28
- package/docs/modules/EuiBadgeModule.html +11 -1
- package/docs/modules/EuiChartsModule.html +4 -28
- package/docs/modules/EuiFieldsetModule.html +3 -0
- package/docs/modules/EuiHeaderModule.html +4 -28
- package/docs/modules/EuiPageModule.html +4 -28
- package/docs/modules/EuiSidebarMenuModule.html +4 -28
- package/docs/modules/EuiSkeletonModule.html +4 -28
- package/docs/modules/EuiToolbarModule.html +4 -28
- package/docs/modules/EuiUserProfileModule.html +4 -28
- package/esm2022/eui-alert/eui-alert.component.mjs +75 -80
- package/esm2022/eui-alert/eui-alert.module.mjs +49 -0
- package/esm2022/eui-alert/index.mjs +2 -1
- package/esm2022/eui-autocomplete/eui-autocomplete.component.mjs +47 -76
- package/esm2022/eui-autocomplete/models/eui-autocomplete-item.model.mjs +2 -1
- package/esm2022/eui-avatar/avatar-badge/avatar-badge.component.mjs +1 -4
- package/esm2022/eui-avatar/eui-avatar-list.component.mjs +1 -4
- package/esm2022/eui-avatar/eui-avatar.component.mjs +20 -39
- package/esm2022/eui-avatar/eui-avatar.module.mjs +5 -2
- package/esm2022/eui-badge/eui-badge.component.mjs +40 -35
- package/esm2022/eui-badge/eui-badge.module.mjs +19 -0
- package/esm2022/eui-badge/index.mjs +2 -1
- package/esm2022/eui-block-content/eui-block-content.component.mjs +22 -19
- package/esm2022/eui-block-document/eui-block-document.component.mjs +14 -19
- package/esm2022/eui-card/components/eui-card-content/eui-card-content.component.mjs +6 -2
- package/esm2022/eui-dashboard-button/eui-dashboard-button.component.mjs +6 -9
- package/esm2022/eui-dashboard-card/eui-dashboard-card.component.mjs +23 -33
- package/esm2022/eui-dialog/container/eui-dialog-container.component.mjs +3 -3
- package/esm2022/eui-dropdown/directives/eui-dropdown-content.directive.mjs +10 -4
- package/esm2022/eui-dropdown/eui-dropdown.component.mjs +34 -48
- package/esm2022/eui-fieldset/eui-fieldset.component.mjs +22 -39
- package/esm2022/eui-fieldset/eui-fieldset.module.mjs +4 -3
- package/esm2022/eui-menu/eui-menu-item.component.mjs +7 -3
- package/esm2022/eui-menu/eui-menu.component.mjs +51 -56
- package/esm2022/eui-overlay/components/eui-overlay-header/eui-overlay-header-title/eui-overlay-header-title.component.mjs +1 -1
- package/esm2022/eui-tree/eui-tree.component.mjs +9 -4
- package/esm2022/layout/eui-app/eui-app-sidebar/sidebar.component.mjs +2 -2
- package/esm2022/layout/eui-app/eui-app-toolbar/toolbar.component.mjs +3 -7
- package/esm2022/layout/eui-notifications/eui-notifications.component.mjs +1 -1
- package/esm2022/layout/eui-notifications-v2/eui-notifications.component.mjs +1 -1
- package/esm2022/layout/eui-search/search.component.mjs +1 -2
- package/esm2022/layout/eui-user-profile/user-profile.component.mjs +1 -1
- package/eui-alert/eui-alert.component.d.ts +13 -23
- package/eui-alert/eui-alert.component.d.ts.map +1 -1
- package/eui-alert/eui-alert.module.d.ts +14 -0
- package/eui-alert/eui-alert.module.d.ts.map +1 -0
- package/eui-alert/index.d.ts +1 -0
- package/eui-alert/index.d.ts.map +1 -1
- package/eui-autocomplete/eui-autocomplete.component.d.ts +39 -23
- package/eui-autocomplete/eui-autocomplete.component.d.ts.map +1 -1
- package/eui-autocomplete/models/eui-autocomplete-item.model.d.ts +2 -2
- package/eui-autocomplete/models/eui-autocomplete-item.model.d.ts.map +1 -1
- package/eui-avatar/avatar-badge/avatar-badge.component.d.ts +0 -1
- package/eui-avatar/avatar-badge/avatar-badge.component.d.ts.map +1 -1
- package/eui-avatar/eui-avatar-list.component.d.ts +0 -1
- package/eui-avatar/eui-avatar-list.component.d.ts.map +1 -1
- package/eui-avatar/eui-avatar.component.d.ts +10 -10
- package/eui-avatar/eui-avatar.component.d.ts.map +1 -1
- package/eui-avatar/eui-avatar.module.d.ts +2 -1
- package/eui-avatar/eui-avatar.module.d.ts.map +1 -1
- package/eui-badge/eui-badge.component.d.ts +8 -14
- package/eui-badge/eui-badge.component.d.ts.map +1 -1
- package/eui-badge/eui-badge.module.d.ts +10 -0
- package/eui-badge/eui-badge.module.d.ts.map +1 -0
- package/eui-badge/index.d.ts +1 -0
- package/eui-badge/index.d.ts.map +1 -1
- package/eui-block-content/eui-block-content.component.d.ts +6 -7
- package/eui-block-content/eui-block-content.component.d.ts.map +1 -1
- package/eui-block-document/eui-block-document.component.d.ts +3 -7
- package/eui-block-document/eui-block-document.component.d.ts.map +1 -1
- package/eui-card/components/eui-card-content/eui-card-content.component.d.ts +1 -0
- package/eui-card/components/eui-card-content/eui-card-content.component.d.ts.map +1 -1
- package/eui-dashboard-button/eui-dashboard-button.component.d.ts +1 -2
- package/eui-dashboard-button/eui-dashboard-button.component.d.ts.map +1 -1
- package/eui-dashboard-card/eui-dashboard-card.component.d.ts +9 -7
- package/eui-dashboard-card/eui-dashboard-card.component.d.ts.map +1 -1
- package/eui-dropdown/directives/eui-dropdown-content.directive.d.ts +1 -0
- package/eui-dropdown/directives/eui-dropdown-content.directive.d.ts.map +1 -1
- package/eui-dropdown/eui-dropdown.component.d.ts +8 -18
- package/eui-dropdown/eui-dropdown.component.d.ts.map +1 -1
- package/eui-fieldset/eui-fieldset.component.d.ts +12 -8
- package/eui-fieldset/eui-fieldset.component.d.ts.map +1 -1
- package/eui-fieldset/eui-fieldset.module.d.ts +2 -1
- package/eui-fieldset/eui-fieldset.module.d.ts.map +1 -1
- package/eui-menu/eui-menu-item.component.d.ts +4 -0
- package/eui-menu/eui-menu-item.component.d.ts.map +1 -1
- package/eui-menu/eui-menu.component.d.ts +16 -19
- package/eui-menu/eui-menu.component.d.ts.map +1 -1
- package/eui-tree/eui-tree.component.d.ts.map +1 -1
- package/fesm2022/eui-components-eui-alert.mjs +103 -68
- package/fesm2022/eui-components-eui-alert.mjs.map +1 -1
- package/fesm2022/eui-components-eui-autocomplete.mjs +48 -74
- package/fesm2022/eui-components-eui-autocomplete.mjs.map +1 -1
- package/fesm2022/eui-components-eui-avatar.mjs +22 -45
- package/fesm2022/eui-components-eui-avatar.mjs.map +1 -1
- package/fesm2022/eui-components-eui-badge.mjs +42 -22
- package/fesm2022/eui-components-eui-badge.mjs.map +1 -1
- package/fesm2022/eui-components-eui-block-content.mjs +21 -18
- package/fesm2022/eui-components-eui-block-content.mjs.map +1 -1
- package/fesm2022/eui-components-eui-block-document.mjs +13 -18
- package/fesm2022/eui-components-eui-block-document.mjs.map +1 -1
- package/fesm2022/eui-components-eui-card.mjs +5 -1
- package/fesm2022/eui-components-eui-card.mjs.map +1 -1
- package/fesm2022/eui-components-eui-dashboard-button.mjs +5 -8
- package/fesm2022/eui-components-eui-dashboard-button.mjs.map +1 -1
- package/fesm2022/eui-components-eui-dashboard-card.mjs +22 -32
- package/fesm2022/eui-components-eui-dashboard-card.mjs.map +1 -1
- package/fesm2022/eui-components-eui-dialog.mjs +2 -2
- package/fesm2022/eui-components-eui-dialog.mjs.map +1 -1
- package/fesm2022/eui-components-eui-dropdown.mjs +41 -48
- package/fesm2022/eui-components-eui-dropdown.mjs.map +1 -1
- package/fesm2022/eui-components-eui-fieldset.mjs +23 -40
- package/fesm2022/eui-components-eui-fieldset.mjs.map +1 -1
- package/fesm2022/eui-components-eui-menu.mjs +51 -55
- package/fesm2022/eui-components-eui-menu.mjs.map +1 -1
- package/fesm2022/eui-components-eui-overlay.mjs +1 -1
- package/fesm2022/eui-components-eui-overlay.mjs.map +1 -1
- package/fesm2022/eui-components-eui-tree.mjs +8 -3
- package/fesm2022/eui-components-eui-tree.mjs.map +1 -1
- package/fesm2022/eui-components-layout.mjs +7 -12
- package/fesm2022/eui-components-layout.mjs.map +1 -1
- package/layout/eui-app/eui-app-toolbar/toolbar.component.d.ts.map +1 -1
- package/layout/eui-search/search.component.d.ts.map +1 -1
- package/package.json +7 -7
@@ -59,12 +59,6 @@
|
|
59
59
|
|
60
60
|
|
61
61
|
|
62
|
-
<p class="comment">
|
63
|
-
<h3>Extends</h3>
|
64
|
-
</p>
|
65
|
-
<p class="comment">
|
66
|
-
<code><a href="../directives/BaseDirective.html" target="_self" >BaseDirective</a></code>
|
67
|
-
</p>
|
68
62
|
|
69
63
|
|
70
64
|
|
@@ -127,20 +121,6 @@
|
|
127
121
|
<table class="table table-sm table-bordered index-table">
|
128
122
|
<tbody>
|
129
123
|
|
130
|
-
<tr>
|
131
|
-
<td class="col-md-4">
|
132
|
-
<h6><b>Methods</b></h6>
|
133
|
-
</td>
|
134
|
-
</tr>
|
135
|
-
<tr>
|
136
|
-
<td class="col-md-4">
|
137
|
-
<ul class="index-list">
|
138
|
-
<li>
|
139
|
-
<a href="#getCssClasses" >getCssClasses</a>
|
140
|
-
</li>
|
141
|
-
</ul>
|
142
|
-
</td>
|
143
|
-
</tr>
|
144
124
|
|
145
125
|
<tr>
|
146
126
|
<td class="col-md-4">
|
@@ -153,93 +133,6 @@
|
|
153
133
|
<li>
|
154
134
|
<a href="#isBlocked" >isBlocked</a>
|
155
135
|
</li>
|
156
|
-
<li>
|
157
|
-
<a href="#e2eAttr" >e2eAttr</a>
|
158
|
-
</li>
|
159
|
-
<li>
|
160
|
-
<a href="#euiAccent" >euiAccent</a>
|
161
|
-
</li>
|
162
|
-
<li>
|
163
|
-
<a href="#euiClearable" >euiClearable</a>
|
164
|
-
</li>
|
165
|
-
<li>
|
166
|
-
<a href="#euiCompact" >euiCompact</a>
|
167
|
-
</li>
|
168
|
-
<li>
|
169
|
-
<a href="#euiDanger" >euiDanger</a>
|
170
|
-
</li>
|
171
|
-
<li>
|
172
|
-
<a href="#euiDisabled" >euiDisabled</a>
|
173
|
-
</li>
|
174
|
-
<li>
|
175
|
-
<a href="#euiHighlighted" >euiHighlighted</a>
|
176
|
-
</li>
|
177
|
-
<li>
|
178
|
-
<a href="#euiInfo" >euiInfo</a>
|
179
|
-
</li>
|
180
|
-
<li>
|
181
|
-
<a href="#euiLoading" >euiLoading</a>
|
182
|
-
</li>
|
183
|
-
<li>
|
184
|
-
<a href="#euiOutline" >euiOutline</a>
|
185
|
-
</li>
|
186
|
-
<li>
|
187
|
-
<a href="#euiPrimary" >euiPrimary</a>
|
188
|
-
</li>
|
189
|
-
<li>
|
190
|
-
<a href="#euiResponsive" >euiResponsive</a>
|
191
|
-
</li>
|
192
|
-
<li>
|
193
|
-
<a href="#euiRounded" >euiRounded</a>
|
194
|
-
</li>
|
195
|
-
<li>
|
196
|
-
<a href="#euiSecondary" >euiSecondary</a>
|
197
|
-
</li>
|
198
|
-
<li>
|
199
|
-
<a href="#euiSize2XL" >euiSize2XL</a>
|
200
|
-
</li>
|
201
|
-
<li>
|
202
|
-
<a href="#euiSize2XS" >euiSize2XS</a>
|
203
|
-
</li>
|
204
|
-
<li>
|
205
|
-
<a href="#euiSize3XL" >euiSize3XL</a>
|
206
|
-
</li>
|
207
|
-
<li>
|
208
|
-
<a href="#euiSize4XL" >euiSize4XL</a>
|
209
|
-
</li>
|
210
|
-
<li>
|
211
|
-
<a href="#euiSize5XL" >euiSize5XL</a>
|
212
|
-
</li>
|
213
|
-
<li>
|
214
|
-
<a href="#euiSizeL" >euiSizeL</a>
|
215
|
-
</li>
|
216
|
-
<li>
|
217
|
-
<a href="#euiSizeM" >euiSizeM</a>
|
218
|
-
</li>
|
219
|
-
<li>
|
220
|
-
<a href="#euiSizeS" >euiSizeS</a>
|
221
|
-
</li>
|
222
|
-
<li>
|
223
|
-
<a href="#euiSizeVariant" >euiSizeVariant</a>
|
224
|
-
</li>
|
225
|
-
<li>
|
226
|
-
<a href="#euiSizeXL" >euiSizeXL</a>
|
227
|
-
</li>
|
228
|
-
<li>
|
229
|
-
<a href="#euiSizeXS" >euiSizeXS</a>
|
230
|
-
</li>
|
231
|
-
<li>
|
232
|
-
<a href="#euiSuccess" >euiSuccess</a>
|
233
|
-
</li>
|
234
|
-
<li>
|
235
|
-
<a href="#euiVariant" >euiVariant</a>
|
236
|
-
</li>
|
237
|
-
<li>
|
238
|
-
<a href="#euiWarning" >euiWarning</a>
|
239
|
-
</li>
|
240
|
-
<li>
|
241
|
-
<a href="#styleClass" >styleClass</a>
|
242
|
-
</li>
|
243
136
|
</ul>
|
244
137
|
</td>
|
245
138
|
</tr>
|
@@ -269,9 +162,6 @@
|
|
269
162
|
<tr>
|
270
163
|
<td class="col-md-4">
|
271
164
|
<ul class="index-list">
|
272
|
-
<li>
|
273
|
-
<a href="#isBlocked" >isBlocked</a>
|
274
|
-
</li>
|
275
165
|
<li>
|
276
166
|
<a href="#cssClasses" >cssClasses</a>
|
277
167
|
</li>
|
@@ -282,19 +172,6 @@
|
|
282
172
|
</table>
|
283
173
|
</section>
|
284
174
|
|
285
|
-
<section data-compodoc="block-constructor">
|
286
|
-
<h3 id="constructor">Constructor</h3>
|
287
|
-
<table class="table table-sm table-bordered">
|
288
|
-
<tbody>
|
289
|
-
<tr>
|
290
|
-
<td class="col-md-4">
|
291
|
-
<code>constructor()</code>
|
292
|
-
</td>
|
293
|
-
</tr>
|
294
|
-
|
295
|
-
</tbody>
|
296
|
-
</table>
|
297
|
-
</section>
|
298
175
|
|
299
176
|
<section data-compodoc="block-inputs">
|
300
177
|
<h3 id="inputs">Inputs</h3>
|
@@ -312,630 +189,46 @@
|
|
312
189
|
|
313
190
|
</td>
|
314
191
|
</tr>
|
315
|
-
</tbody>
|
316
|
-
</table>
|
317
|
-
<table class="table table-sm table-bordered">
|
318
|
-
<tbody>
|
319
|
-
<tr>
|
320
|
-
<td class="col-md-4">
|
321
|
-
<a name="e2eAttr"></a>
|
322
|
-
<b>e2eAttr</b>
|
323
|
-
</td>
|
324
|
-
</tr>
|
325
|
-
<tr>
|
326
|
-
<td class="col-md-4">
|
327
|
-
<i>Type : </i> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >any</a></code>
|
328
|
-
|
329
|
-
</td>
|
330
|
-
</tr>
|
331
|
-
</tbody>
|
332
|
-
</table>
|
333
|
-
<table class="table table-sm table-bordered">
|
334
|
-
<tbody>
|
335
|
-
<tr>
|
336
|
-
<td class="col-md-4">
|
337
|
-
<a name="euiAccent"></a>
|
338
|
-
<b>euiAccent</b>
|
339
|
-
</td>
|
340
|
-
</tr>
|
341
|
-
<tr>
|
342
|
-
<td class="col-md-4">
|
343
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
344
|
-
|
345
|
-
</td>
|
346
|
-
</tr>
|
347
|
-
</tbody>
|
348
|
-
</table>
|
349
|
-
<table class="table table-sm table-bordered">
|
350
|
-
<tbody>
|
351
|
-
<tr>
|
352
|
-
<td class="col-md-4">
|
353
|
-
<a name="euiClearable"></a>
|
354
|
-
<b>euiClearable</b>
|
355
|
-
</td>
|
356
|
-
</tr>
|
357
|
-
<tr>
|
358
|
-
<td class="col-md-4">
|
359
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
360
|
-
|
361
|
-
</td>
|
362
|
-
</tr>
|
363
|
-
</tbody>
|
364
|
-
</table>
|
365
|
-
<table class="table table-sm table-bordered">
|
366
|
-
<tbody>
|
367
|
-
<tr>
|
368
|
-
<td class="col-md-4">
|
369
|
-
<a name="euiCompact"></a>
|
370
|
-
<b>euiCompact</b>
|
371
|
-
</td>
|
372
|
-
</tr>
|
373
192
|
<tr>
|
374
193
|
<td class="col-md-4">
|
375
|
-
<i>
|
376
|
-
|
194
|
+
<i>Default value : </i><code>false</code>
|
377
195
|
</td>
|
378
196
|
</tr>
|
379
197
|
</tbody>
|
380
198
|
</table>
|
381
|
-
|
382
|
-
<tbody>
|
383
|
-
<tr>
|
384
|
-
<td class="col-md-4">
|
385
|
-
<a name="euiDanger"></a>
|
386
|
-
<b>euiDanger</b>
|
387
|
-
</td>
|
388
|
-
</tr>
|
389
|
-
<tr>
|
390
|
-
<td class="col-md-4">
|
391
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
199
|
+
</section>
|
392
200
|
|
393
|
-
|
394
|
-
|
395
|
-
|
396
|
-
|
397
|
-
|
398
|
-
|
399
|
-
|
400
|
-
|
401
|
-
<a
|
402
|
-
|
403
|
-
|
404
|
-
|
201
|
+
<section data-compodoc="block-properties">
|
202
|
+
<h3>HostBindings</h3> <table class="table table-sm table-bordered">
|
203
|
+
<tbody>
|
204
|
+
<tr>
|
205
|
+
<td class="col-md-4">
|
206
|
+
<a name="class"></a>
|
207
|
+
<span class="name">
|
208
|
+
<span ><b>class</b></span>
|
209
|
+
<a href="#class"><span class="icon ion-ios-link"></span></a>
|
210
|
+
</span>
|
211
|
+
</td>
|
212
|
+
</tr>
|
405
213
|
<tr>
|
406
214
|
<td class="col-md-4">
|
407
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/
|
215
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
408
216
|
|
409
217
|
</td>
|
410
218
|
</tr>
|
411
|
-
</tbody>
|
412
|
-
</table>
|
413
|
-
<table class="table table-sm table-bordered">
|
414
|
-
<tbody>
|
415
|
-
<tr>
|
416
|
-
<td class="col-md-4">
|
417
|
-
<a name="euiHighlighted"></a>
|
418
|
-
<b>euiHighlighted</b>
|
419
|
-
</td>
|
420
|
-
</tr>
|
421
|
-
<tr>
|
422
|
-
<td class="col-md-4">
|
423
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
424
219
|
|
425
|
-
</td>
|
426
|
-
</tr>
|
427
|
-
</tbody>
|
428
|
-
</table>
|
429
|
-
<table class="table table-sm table-bordered">
|
430
|
-
<tbody>
|
431
|
-
<tr>
|
432
|
-
<td class="col-md-4">
|
433
|
-
<a name="euiInfo"></a>
|
434
|
-
<b>euiInfo</b>
|
435
|
-
</td>
|
436
|
-
</tr>
|
437
|
-
<tr>
|
438
|
-
<td class="col-md-4">
|
439
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
440
220
|
|
441
|
-
|
442
|
-
|
443
|
-
|
444
|
-
</table>
|
445
|
-
<table class="table table-sm table-bordered">
|
446
|
-
<tbody>
|
447
|
-
<tr>
|
448
|
-
<td class="col-md-4">
|
449
|
-
<a name="euiLoading"></a>
|
450
|
-
<b>euiLoading</b>
|
451
|
-
</td>
|
452
|
-
</tr>
|
453
|
-
<tr>
|
454
|
-
<td class="col-md-4">
|
455
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
221
|
+
</tbody>
|
222
|
+
</table>
|
223
|
+
</section>
|
456
224
|
|
457
|
-
</td>
|
458
|
-
</tr>
|
459
|
-
</tbody>
|
460
|
-
</table>
|
461
|
-
<table class="table table-sm table-bordered">
|
462
|
-
<tbody>
|
463
|
-
<tr>
|
464
|
-
<td class="col-md-4">
|
465
|
-
<a name="euiOutline"></a>
|
466
|
-
<b>euiOutline</b>
|
467
|
-
</td>
|
468
|
-
</tr>
|
469
|
-
<tr>
|
470
|
-
<td class="col-md-4">
|
471
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
472
225
|
|
473
|
-
</td>
|
474
|
-
</tr>
|
475
|
-
</tbody>
|
476
|
-
</table>
|
477
|
-
<table class="table table-sm table-bordered">
|
478
|
-
<tbody>
|
479
|
-
<tr>
|
480
|
-
<td class="col-md-4">
|
481
|
-
<a name="euiPrimary"></a>
|
482
|
-
<b>euiPrimary</b>
|
483
|
-
</td>
|
484
|
-
</tr>
|
485
|
-
<tr>
|
486
|
-
<td class="col-md-4">
|
487
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
488
226
|
|
489
|
-
</td>
|
490
|
-
</tr>
|
491
|
-
</tbody>
|
492
|
-
</table>
|
493
|
-
<table class="table table-sm table-bordered">
|
494
|
-
<tbody>
|
495
|
-
<tr>
|
496
|
-
<td class="col-md-4">
|
497
|
-
<a name="euiResponsive"></a>
|
498
|
-
<b>euiResponsive</b>
|
499
|
-
</td>
|
500
|
-
</tr>
|
501
|
-
<tr>
|
502
|
-
<td class="col-md-4">
|
503
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
504
|
-
|
505
|
-
</td>
|
506
|
-
</tr>
|
507
|
-
</tbody>
|
508
|
-
</table>
|
509
|
-
<table class="table table-sm table-bordered">
|
510
|
-
<tbody>
|
511
|
-
<tr>
|
512
|
-
<td class="col-md-4">
|
513
|
-
<a name="euiRounded"></a>
|
514
|
-
<b>euiRounded</b>
|
515
|
-
</td>
|
516
|
-
</tr>
|
517
|
-
<tr>
|
518
|
-
<td class="col-md-4">
|
519
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
520
|
-
|
521
|
-
</td>
|
522
|
-
</tr>
|
523
|
-
</tbody>
|
524
|
-
</table>
|
525
|
-
<table class="table table-sm table-bordered">
|
526
|
-
<tbody>
|
527
|
-
<tr>
|
528
|
-
<td class="col-md-4">
|
529
|
-
<a name="euiSecondary"></a>
|
530
|
-
<b>euiSecondary</b>
|
531
|
-
</td>
|
532
|
-
</tr>
|
533
|
-
<tr>
|
534
|
-
<td class="col-md-4">
|
535
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
536
|
-
|
537
|
-
</td>
|
538
|
-
</tr>
|
539
|
-
</tbody>
|
540
|
-
</table>
|
541
|
-
<table class="table table-sm table-bordered">
|
542
|
-
<tbody>
|
543
|
-
<tr>
|
544
|
-
<td class="col-md-4">
|
545
|
-
<a name="euiSize2XL"></a>
|
546
|
-
<b>euiSize2XL</b>
|
547
|
-
</td>
|
548
|
-
</tr>
|
549
|
-
<tr>
|
550
|
-
<td class="col-md-4">
|
551
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
552
|
-
|
553
|
-
</td>
|
554
|
-
</tr>
|
555
|
-
</tbody>
|
556
|
-
</table>
|
557
|
-
<table class="table table-sm table-bordered">
|
558
|
-
<tbody>
|
559
|
-
<tr>
|
560
|
-
<td class="col-md-4">
|
561
|
-
<a name="euiSize2XS"></a>
|
562
|
-
<b>euiSize2XS</b>
|
563
|
-
</td>
|
564
|
-
</tr>
|
565
|
-
<tr>
|
566
|
-
<td class="col-md-4">
|
567
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
568
|
-
|
569
|
-
</td>
|
570
|
-
</tr>
|
571
|
-
</tbody>
|
572
|
-
</table>
|
573
|
-
<table class="table table-sm table-bordered">
|
574
|
-
<tbody>
|
575
|
-
<tr>
|
576
|
-
<td class="col-md-4">
|
577
|
-
<a name="euiSize3XL"></a>
|
578
|
-
<b>euiSize3XL</b>
|
579
|
-
</td>
|
580
|
-
</tr>
|
581
|
-
<tr>
|
582
|
-
<td class="col-md-4">
|
583
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
584
|
-
|
585
|
-
</td>
|
586
|
-
</tr>
|
587
|
-
</tbody>
|
588
|
-
</table>
|
589
|
-
<table class="table table-sm table-bordered">
|
590
|
-
<tbody>
|
591
|
-
<tr>
|
592
|
-
<td class="col-md-4">
|
593
|
-
<a name="euiSize4XL"></a>
|
594
|
-
<b>euiSize4XL</b>
|
595
|
-
</td>
|
596
|
-
</tr>
|
597
|
-
<tr>
|
598
|
-
<td class="col-md-4">
|
599
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
600
|
-
|
601
|
-
</td>
|
602
|
-
</tr>
|
603
|
-
</tbody>
|
604
|
-
</table>
|
605
|
-
<table class="table table-sm table-bordered">
|
606
|
-
<tbody>
|
607
|
-
<tr>
|
608
|
-
<td class="col-md-4">
|
609
|
-
<a name="euiSize5XL"></a>
|
610
|
-
<b>euiSize5XL</b>
|
611
|
-
</td>
|
612
|
-
</tr>
|
613
|
-
<tr>
|
614
|
-
<td class="col-md-4">
|
615
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
616
|
-
|
617
|
-
</td>
|
618
|
-
</tr>
|
619
|
-
</tbody>
|
620
|
-
</table>
|
621
|
-
<table class="table table-sm table-bordered">
|
622
|
-
<tbody>
|
623
|
-
<tr>
|
624
|
-
<td class="col-md-4">
|
625
|
-
<a name="euiSizeL"></a>
|
626
|
-
<b>euiSizeL</b>
|
627
|
-
</td>
|
628
|
-
</tr>
|
629
|
-
<tr>
|
630
|
-
<td class="col-md-4">
|
631
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
632
|
-
|
633
|
-
</td>
|
634
|
-
</tr>
|
635
|
-
</tbody>
|
636
|
-
</table>
|
637
|
-
<table class="table table-sm table-bordered">
|
638
|
-
<tbody>
|
639
|
-
<tr>
|
640
|
-
<td class="col-md-4">
|
641
|
-
<a name="euiSizeM"></a>
|
642
|
-
<b>euiSizeM</b>
|
643
|
-
</td>
|
644
|
-
</tr>
|
645
|
-
<tr>
|
646
|
-
<td class="col-md-4">
|
647
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
648
|
-
|
649
|
-
</td>
|
650
|
-
</tr>
|
651
|
-
</tbody>
|
652
|
-
</table>
|
653
|
-
<table class="table table-sm table-bordered">
|
654
|
-
<tbody>
|
655
|
-
<tr>
|
656
|
-
<td class="col-md-4">
|
657
|
-
<a name="euiSizeS"></a>
|
658
|
-
<b>euiSizeS</b>
|
659
|
-
</td>
|
660
|
-
</tr>
|
661
|
-
<tr>
|
662
|
-
<td class="col-md-4">
|
663
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
664
|
-
|
665
|
-
</td>
|
666
|
-
</tr>
|
667
|
-
</tbody>
|
668
|
-
</table>
|
669
|
-
<table class="table table-sm table-bordered">
|
670
|
-
<tbody>
|
671
|
-
<tr>
|
672
|
-
<td class="col-md-4">
|
673
|
-
<a name="euiSizeVariant"></a>
|
674
|
-
<b>euiSizeVariant</b>
|
675
|
-
</td>
|
676
|
-
</tr>
|
677
|
-
<tr>
|
678
|
-
<td class="col-md-4">
|
679
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
680
|
-
|
681
|
-
</td>
|
682
|
-
</tr>
|
683
|
-
</tbody>
|
684
|
-
</table>
|
685
|
-
<table class="table table-sm table-bordered">
|
686
|
-
<tbody>
|
687
|
-
<tr>
|
688
|
-
<td class="col-md-4">
|
689
|
-
<a name="euiSizeXL"></a>
|
690
|
-
<b>euiSizeXL</b>
|
691
|
-
</td>
|
692
|
-
</tr>
|
693
|
-
<tr>
|
694
|
-
<td class="col-md-4">
|
695
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
696
|
-
|
697
|
-
</td>
|
698
|
-
</tr>
|
699
|
-
</tbody>
|
700
|
-
</table>
|
701
|
-
<table class="table table-sm table-bordered">
|
702
|
-
<tbody>
|
703
|
-
<tr>
|
704
|
-
<td class="col-md-4">
|
705
|
-
<a name="euiSizeXS"></a>
|
706
|
-
<b>euiSizeXS</b>
|
707
|
-
</td>
|
708
|
-
</tr>
|
709
|
-
<tr>
|
710
|
-
<td class="col-md-4">
|
711
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
712
|
-
|
713
|
-
</td>
|
714
|
-
</tr>
|
715
|
-
</tbody>
|
716
|
-
</table>
|
717
|
-
<table class="table table-sm table-bordered">
|
718
|
-
<tbody>
|
719
|
-
<tr>
|
720
|
-
<td class="col-md-4">
|
721
|
-
<a name="euiSuccess"></a>
|
722
|
-
<b>euiSuccess</b>
|
723
|
-
</td>
|
724
|
-
</tr>
|
725
|
-
<tr>
|
726
|
-
<td class="col-md-4">
|
727
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
728
|
-
|
729
|
-
</td>
|
730
|
-
</tr>
|
731
|
-
</tbody>
|
732
|
-
</table>
|
733
|
-
<table class="table table-sm table-bordered">
|
734
|
-
<tbody>
|
735
|
-
<tr>
|
736
|
-
<td class="col-md-4">
|
737
|
-
<a name="euiVariant"></a>
|
738
|
-
<b>euiVariant</b>
|
739
|
-
</td>
|
740
|
-
</tr>
|
741
|
-
<tr>
|
742
|
-
<td class="col-md-4">
|
743
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
744
|
-
|
745
|
-
</td>
|
746
|
-
</tr>
|
747
|
-
</tbody>
|
748
|
-
</table>
|
749
|
-
<table class="table table-sm table-bordered">
|
750
|
-
<tbody>
|
751
|
-
<tr>
|
752
|
-
<td class="col-md-4">
|
753
|
-
<a name="euiWarning"></a>
|
754
|
-
<b>euiWarning</b>
|
755
|
-
</td>
|
756
|
-
</tr>
|
757
|
-
<tr>
|
758
|
-
<td class="col-md-4">
|
759
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
760
|
-
|
761
|
-
</td>
|
762
|
-
</tr>
|
763
|
-
</tbody>
|
764
|
-
</table>
|
765
|
-
<table class="table table-sm table-bordered">
|
766
|
-
<tbody>
|
767
|
-
<tr>
|
768
|
-
<td class="col-md-4">
|
769
|
-
<a name="styleClass"></a>
|
770
|
-
<b>styleClass</b>
|
771
|
-
</td>
|
772
|
-
</tr>
|
773
|
-
<tr>
|
774
|
-
<td class="col-md-4">
|
775
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
776
|
-
|
777
|
-
</td>
|
778
|
-
</tr>
|
779
|
-
</tbody>
|
780
|
-
</table>
|
781
|
-
</section>
|
782
|
-
|
783
|
-
<section data-compodoc="block-properties">
|
784
|
-
<h3>HostBindings</h3> <table class="table table-sm table-bordered">
|
785
|
-
<tbody>
|
786
|
-
<tr>
|
787
|
-
<td class="col-md-4">
|
788
|
-
<a name="class"></a>
|
789
|
-
<span class="name">
|
790
|
-
<span ><b>class</b></span>
|
791
|
-
<a href="#class"><span class="icon ion-ios-link"></span></a>
|
792
|
-
</span>
|
793
|
-
</td>
|
794
|
-
</tr>
|
795
|
-
<tr>
|
796
|
-
<td class="col-md-4">
|
797
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
798
|
-
|
799
|
-
</td>
|
800
|
-
</tr>
|
801
|
-
|
802
|
-
|
803
|
-
</tbody>
|
804
|
-
</table>
|
805
|
-
</section>
|
806
|
-
|
807
|
-
|
808
|
-
<section data-compodoc="block-methods">
|
809
|
-
|
810
|
-
<h3 id="methods">
|
811
|
-
Methods
|
812
|
-
</h3>
|
813
|
-
<table class="table table-sm table-bordered">
|
814
|
-
<tbody>
|
815
|
-
<tr>
|
816
|
-
<td class="col-md-4">
|
817
|
-
<a name="getCssClasses"></a>
|
818
|
-
<span class="name">
|
819
|
-
<span ><b>getCssClasses</b></span>
|
820
|
-
<a href="#getCssClasses"><span class="icon ion-ios-link"></span></a>
|
821
|
-
</span>
|
822
|
-
</td>
|
823
|
-
</tr>
|
824
|
-
<tr>
|
825
|
-
<td class="col-md-4">
|
826
|
-
<code>getCssClasses(rootClass: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank">string</a>)</code>
|
827
|
-
</td>
|
828
|
-
</tr>
|
829
|
-
|
830
|
-
|
831
|
-
|
832
|
-
|
833
|
-
<tr>
|
834
|
-
<td class="col-md-4">
|
835
|
-
|
836
|
-
<div class="io-description">
|
837
|
-
<b>Parameters :</b>
|
838
|
-
|
839
|
-
<table class="params">
|
840
|
-
<thead>
|
841
|
-
<tr>
|
842
|
-
<td>Name</td>
|
843
|
-
<td>Type</td>
|
844
|
-
<td>Optional</td>
|
845
|
-
</tr>
|
846
|
-
</thead>
|
847
|
-
<tbody>
|
848
|
-
<tr>
|
849
|
-
<td>rootClass</td>
|
850
|
-
<td>
|
851
|
-
<code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
852
|
-
</td>
|
853
|
-
|
854
|
-
<td>
|
855
|
-
No
|
856
|
-
</td>
|
857
|
-
|
858
|
-
|
859
|
-
</tr>
|
860
|
-
</tbody>
|
861
|
-
</table>
|
862
|
-
</div>
|
863
|
-
<div class="io-description">
|
864
|
-
<b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
865
|
-
|
866
|
-
</div>
|
867
|
-
<div class="io-description">
|
868
|
-
|
869
|
-
</div>
|
870
|
-
</td>
|
871
|
-
</tr>
|
872
|
-
</tbody>
|
873
|
-
</table>
|
874
|
-
</section>
|
875
227
|
|
876
228
|
<section data-compodoc="block-accessors">
|
877
229
|
<h3 id="accessors">
|
878
230
|
Accessors
|
879
231
|
</h3>
|
880
|
-
<table class="table table-sm table-bordered">
|
881
|
-
<tbody>
|
882
|
-
<tr>
|
883
|
-
<td class="col-md-4">
|
884
|
-
<a name="isBlocked"></a>
|
885
|
-
<span class="name"><b>isBlocked</b><a href="#isBlocked"><span class="icon ion-ios-link"></span></a></span>
|
886
|
-
</td>
|
887
|
-
</tr>
|
888
|
-
|
889
|
-
<tr>
|
890
|
-
<td class="col-md-4">
|
891
|
-
<span class="accessor"><b>get</b><code>isBlocked()</code></span>
|
892
|
-
</td>
|
893
|
-
</tr>
|
894
|
-
|
895
|
-
<tr>
|
896
|
-
<td class="col-md-4">
|
897
|
-
<span class="accessor"><b>set</b><code>isBlocked(value: BooleanInput)</code></span>
|
898
|
-
</td>
|
899
|
-
</tr>
|
900
|
-
<tr>
|
901
|
-
<td class="col-md-4">
|
902
|
-
|
903
|
-
<div class="io-description">
|
904
|
-
<b>Parameters :</b>
|
905
|
-
<table class="params">
|
906
|
-
<thead>
|
907
|
-
<tr>
|
908
|
-
<td>Name</td>
|
909
|
-
<td>Type</td>
|
910
|
-
<td>Optional</td>
|
911
|
-
</tr>
|
912
|
-
</thead>
|
913
|
-
<tbody>
|
914
|
-
<tr>
|
915
|
-
<td>value</td>
|
916
|
-
|
917
|
-
<td>
|
918
|
-
<code>BooleanInput</code>
|
919
|
-
</td>
|
920
|
-
|
921
|
-
<td>
|
922
|
-
No
|
923
|
-
</td>
|
924
|
-
|
925
|
-
</tr>
|
926
|
-
</tbody>
|
927
|
-
</table>
|
928
|
-
</div>
|
929
|
-
<div>
|
930
|
-
</div>
|
931
|
-
<div class="io-description">
|
932
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
933
|
-
|
934
|
-
</div>
|
935
|
-
</td>
|
936
|
-
</tr>
|
937
|
-
</tbody>
|
938
|
-
</table>
|
939
232
|
<table class="table table-sm table-bordered">
|
940
233
|
<tbody>
|
941
234
|
<tr>
|