@eui/components 18.0.0-next.21 → 18.0.0-next.22
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/EuiAppTopMessageComponent.html +1 -1
- package/docs/components/EuiBadgeComponent.html +1 -1
- package/docs/components/EuiIconSvgButtonComponent.html +23 -23
- package/docs/components/EuiListComponent.html +115 -817
- package/docs/components/EuiListItemComponent.html +69 -821
- package/docs/components/EuiMenuComponent.html +154 -2
- package/docs/components/EuiMenuItemComponent.html +432 -4
- package/docs/components/EuiNotificationsComponent.html +1 -1
- package/docs/components/EuiNotificationsV2Component.html +1 -1
- package/docs/components/EuiSidebarToggleComponent.html +1 -1
- package/docs/components/EuiTabsComponent.html +1 -1
- package/docs/dependencies.html +1 -1
- package/docs/js/search/search_index.js +2 -2
- package/esm2022/eui-alert/eui-alert.component.mjs +2 -2
- package/esm2022/eui-badge/eui-badge.component.mjs +4 -3
- package/esm2022/eui-button/eui-button.component.mjs +2 -2
- package/esm2022/eui-button-group/eui-button-group.component.mjs +2 -2
- package/esm2022/eui-chip/eui-chip.component.mjs +1 -1
- package/esm2022/eui-dashboard-button/eui-dashboard-button.component.mjs +2 -2
- package/esm2022/eui-dashboard-card/eui-dashboard-card.component.mjs +2 -2
- package/esm2022/eui-dropdown/dropdown-item/eui-dropdown-item.component.mjs +2 -2
- package/esm2022/eui-dropdown/eui-dropdown.component.mjs +3 -3
- package/esm2022/eui-fieldset/eui-fieldset.component.mjs +2 -2
- package/esm2022/eui-growl/eui-growl.component.mjs +1 -1
- package/esm2022/eui-icon/eui-icon-svg-button/eui-icon-svg-button.component.mjs +7 -7
- package/esm2022/eui-icon/eui-icon-svg.component.mjs +1 -1
- package/esm2022/eui-icon-toggle/eui-icon-toggle.component.mjs +3 -3
- package/esm2022/eui-input-checkbox/eui-input-checkbox.component.mjs +2 -2
- package/esm2022/eui-input-number/eui-input-number.component.mjs +2 -2
- package/esm2022/eui-input-radio/eui-input-radio.component.mjs +2 -2
- package/esm2022/eui-input-text/eui-input-text.component.mjs +2 -2
- package/esm2022/eui-list/eui-list-item/eui-list-item.component.mjs +50 -44
- package/esm2022/eui-list/eui-list.component.mjs +9 -17
- package/esm2022/eui-menu/eui-menu-item.component.mjs +56 -8
- package/esm2022/eui-menu/eui-menu.component.mjs +164 -8
- package/esm2022/eui-page/eui-page.component.mjs +2 -2
- package/esm2022/eui-select/eui-select.component.mjs +2 -2
- package/esm2022/eui-slide-toggle/eui-slide-toggle.component.mjs +3 -3
- package/esm2022/eui-tabs/eui-tab/eui-tab.component.mjs +2 -2
- package/esm2022/eui-tabs/eui-tabs.component.mjs +3 -3
- package/esm2022/eui-textarea/eui-textarea.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 +3 -3
- package/esm2022/layout/eui-language-selector/language-selector.component.mjs +2 -2
- package/esm2022/layout/eui-language-selector/modal-selector/modal-selector.component.mjs +2 -2
- package/esm2022/layout/eui-notifications/eui-notifications.component.mjs +3 -3
- package/esm2022/layout/eui-notifications-v2/eui-notifications.component.mjs +3 -3
- package/esm2022/layout/eui-sidebar-toggle/sidebar-toggle.component.mjs +3 -3
- package/esm2022/layout/eui-user-profile/user-profile.component.mjs +2 -2
- package/eui-badge/eui-badge.component.d.ts +1 -1
- package/eui-badge/eui-badge.component.d.ts.map +1 -1
- package/eui-icon/eui-icon-svg-button/eui-icon-svg-button.component.d.ts +4 -4
- package/eui-icon/eui-icon-svg-button/eui-icon-svg-button.component.d.ts.map +1 -1
- package/eui-icon/eui-icon-svg.component.d.ts.map +1 -1
- package/eui-icon-toggle/eui-icon-toggle.component.d.ts.map +1 -1
- package/eui-list/eui-list-item/eui-list-item.component.d.ts +14 -17
- package/eui-list/eui-list-item/eui-list-item.component.d.ts.map +1 -1
- package/eui-list/eui-list.component.d.ts +3 -6
- package/eui-list/eui-list.component.d.ts.map +1 -1
- package/eui-menu/eui-menu-item.component.d.ts +17 -5
- package/eui-menu/eui-menu-item.component.d.ts.map +1 -1
- package/eui-menu/eui-menu.component.d.ts +36 -3
- package/eui-menu/eui-menu.component.d.ts.map +1 -1
- package/fesm2022/eui-components-eui-alert.mjs +2 -2
- package/fesm2022/eui-components-eui-alert.mjs.map +1 -1
- package/fesm2022/eui-components-eui-badge.mjs +3 -2
- package/fesm2022/eui-components-eui-badge.mjs.map +2 -2
- package/fesm2022/eui-components-eui-button-group.mjs +2 -2
- package/fesm2022/eui-components-eui-button-group.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-chip.mjs +1 -1
- 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-dashboard-card.mjs +2 -2
- package/fesm2022/eui-components-eui-dashboard-card.mjs.map +1 -1
- package/fesm2022/eui-components-eui-dropdown.mjs +4 -4
- package/fesm2022/eui-components-eui-dropdown.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-growl.mjs +1 -1
- package/fesm2022/eui-components-eui-growl.mjs.map +1 -1
- package/fesm2022/eui-components-eui-icon-toggle.mjs +2 -2
- package/fesm2022/eui-components-eui-icon-toggle.mjs.map +2 -2
- package/fesm2022/eui-components-eui-icon.mjs +6 -6
- package/fesm2022/eui-components-eui-icon.mjs.map +2 -2
- package/fesm2022/eui-components-eui-input-checkbox.mjs +2 -2
- package/fesm2022/eui-components-eui-input-checkbox.mjs.map +1 -1
- package/fesm2022/eui-components-eui-input-number.mjs +2 -2
- package/fesm2022/eui-components-eui-input-number.mjs.map +1 -1
- package/fesm2022/eui-components-eui-input-radio.mjs +2 -2
- package/fesm2022/eui-components-eui-input-radio.mjs.map +1 -1
- package/fesm2022/eui-components-eui-input-text.mjs +2 -2
- package/fesm2022/eui-components-eui-input-text.mjs.map +1 -1
- package/fesm2022/eui-components-eui-list.mjs +58 -57
- package/fesm2022/eui-components-eui-list.mjs.map +3 -3
- package/fesm2022/eui-components-eui-menu.mjs +227 -40
- package/fesm2022/eui-components-eui-menu.mjs.map +3 -3
- package/fesm2022/eui-components-eui-page.mjs +2 -2
- package/fesm2022/eui-components-eui-page.mjs.map +1 -1
- package/fesm2022/eui-components-eui-select.mjs +2 -2
- package/fesm2022/eui-components-eui-select.mjs.map +1 -1
- package/fesm2022/eui-components-eui-slide-toggle.mjs +2 -2
- package/fesm2022/eui-components-eui-slide-toggle.mjs.map +1 -1
- package/fesm2022/eui-components-eui-tabs.mjs +4 -4
- package/fesm2022/eui-components-eui-tabs.mjs.map +2 -2
- package/fesm2022/eui-components-eui-textarea.mjs +2 -2
- package/fesm2022/eui-components-eui-textarea.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 +27 -27
- package/fesm2022/eui-components-layout.mjs.map +2 -2
- package/package.json +9 -9
@@ -117,12 +117,6 @@
|
|
117
117
|
|
118
118
|
|
119
119
|
|
120
|
-
<p class="comment">
|
121
|
-
<h3>Extends</h3>
|
122
|
-
</p>
|
123
|
-
<p class="comment">
|
124
|
-
<code><a href="../directives/BaseDirective.html" target="_self" >BaseDirective</a></code>
|
125
|
-
</p>
|
126
120
|
|
127
121
|
<p class="comment">
|
128
122
|
<h3>Implements</h3>
|
@@ -187,720 +181,176 @@
|
|
187
181
|
</table>
|
188
182
|
</section>
|
189
183
|
|
190
|
-
<section data-compodoc="block-index">
|
191
|
-
<h3 id="index">Index</h3>
|
192
|
-
<table class="table table-sm table-bordered index-table">
|
193
|
-
<tbody>
|
194
|
-
<tr>
|
195
|
-
<td class="col-md-4">
|
196
|
-
<h6><b>Properties</b></h6>
|
197
|
-
</td>
|
198
|
-
</tr>
|
199
|
-
<tr>
|
200
|
-
<td class="col-md-4">
|
201
|
-
<ul class="index-list">
|
202
|
-
<li>
|
203
|
-
<span class="modifier"></span>
|
204
|
-
<a href="#items" >items</a>
|
205
|
-
</li>
|
206
|
-
<li>
|
207
|
-
<span class="modifier">Public</span>
|
208
|
-
<a href="#nestedItems" >nestedItems</a>
|
209
|
-
</li>
|
210
|
-
<li>
|
211
|
-
<span class="modifier"></span>
|
212
|
-
<a href="#role" >role</a>
|
213
|
-
</li>
|
214
|
-
<li>
|
215
|
-
<span class="modifier"></span>
|
216
|
-
<a href="#tabIndex" >tabIndex</a>
|
217
|
-
</li>
|
218
|
-
</ul>
|
219
|
-
</td>
|
220
|
-
</tr>
|
221
|
-
|
222
|
-
<tr>
|
223
|
-
<td class="col-md-4">
|
224
|
-
<h6><b>Methods</b></h6>
|
225
|
-
</td>
|
226
|
-
</tr>
|
227
|
-
<tr>
|
228
|
-
<td class="col-md-4">
|
229
|
-
<ul class="index-list">
|
230
|
-
<li>
|
231
|
-
<span class="modifier"></span>
|
232
|
-
<a href="#onKeydown" >onKeydown</a>
|
233
|
-
</li>
|
234
|
-
<li>
|
235
|
-
<a href="#getCssClasses" >getCssClasses</a>
|
236
|
-
</li>
|
237
|
-
</ul>
|
238
|
-
</td>
|
239
|
-
</tr>
|
240
|
-
|
241
|
-
<tr>
|
242
|
-
<td class="col-md-4">
|
243
|
-
<h6><b>Inputs</b></h6>
|
244
|
-
</td>
|
245
|
-
</tr>
|
246
|
-
<tr>
|
247
|
-
<td class="col-md-4">
|
248
|
-
<ul class="index-list">
|
249
|
-
<li>
|
250
|
-
<a href="#isCollapsible" >isCollapsible</a>
|
251
|
-
</li>
|
252
|
-
<li>
|
253
|
-
<a href="#e2eAttr" >e2eAttr</a>
|
254
|
-
</li>
|
255
|
-
<li>
|
256
|
-
<a href="#euiAccent" >euiAccent</a>
|
257
|
-
</li>
|
258
|
-
<li>
|
259
|
-
<a href="#euiClearable" >euiClearable</a>
|
260
|
-
</li>
|
261
|
-
<li>
|
262
|
-
<a href="#euiCompact" >euiCompact</a>
|
263
|
-
</li>
|
264
|
-
<li>
|
265
|
-
<a href="#euiDanger" >euiDanger</a>
|
266
|
-
</li>
|
267
|
-
<li>
|
268
|
-
<a href="#euiDisabled" >euiDisabled</a>
|
269
|
-
</li>
|
270
|
-
<li>
|
271
|
-
<a href="#euiHighlighted" >euiHighlighted</a>
|
272
|
-
</li>
|
273
|
-
<li>
|
274
|
-
<a href="#euiInfo" >euiInfo</a>
|
275
|
-
</li>
|
276
|
-
<li>
|
277
|
-
<a href="#euiLoading" >euiLoading</a>
|
278
|
-
</li>
|
279
|
-
<li>
|
280
|
-
<a href="#euiOutline" >euiOutline</a>
|
281
|
-
</li>
|
282
|
-
<li>
|
283
|
-
<a href="#euiPrimary" >euiPrimary</a>
|
284
|
-
</li>
|
285
|
-
<li>
|
286
|
-
<a href="#euiResponsive" >euiResponsive</a>
|
287
|
-
</li>
|
288
|
-
<li>
|
289
|
-
<a href="#euiRounded" >euiRounded</a>
|
290
|
-
</li>
|
291
|
-
<li>
|
292
|
-
<a href="#euiSecondary" >euiSecondary</a>
|
293
|
-
</li>
|
294
|
-
<li>
|
295
|
-
<a href="#euiSize2XL" >euiSize2XL</a>
|
296
|
-
</li>
|
297
|
-
<li>
|
298
|
-
<a href="#euiSize2XS" >euiSize2XS</a>
|
299
|
-
</li>
|
300
|
-
<li>
|
301
|
-
<a href="#euiSize3XL" >euiSize3XL</a>
|
302
|
-
</li>
|
303
|
-
<li>
|
304
|
-
<a href="#euiSize4XL" >euiSize4XL</a>
|
305
|
-
</li>
|
306
|
-
<li>
|
307
|
-
<a href="#euiSize5XL" >euiSize5XL</a>
|
308
|
-
</li>
|
309
|
-
<li>
|
310
|
-
<a href="#euiSizeL" >euiSizeL</a>
|
311
|
-
</li>
|
312
|
-
<li>
|
313
|
-
<a href="#euiSizeM" >euiSizeM</a>
|
314
|
-
</li>
|
315
|
-
<li>
|
316
|
-
<a href="#euiSizeS" >euiSizeS</a>
|
317
|
-
</li>
|
318
|
-
<li>
|
319
|
-
<a href="#euiSizeVariant" >euiSizeVariant</a>
|
320
|
-
</li>
|
321
|
-
<li>
|
322
|
-
<a href="#euiSizeXL" >euiSizeXL</a>
|
323
|
-
</li>
|
324
|
-
<li>
|
325
|
-
<a href="#euiSizeXS" >euiSizeXS</a>
|
326
|
-
</li>
|
327
|
-
<li>
|
328
|
-
<a href="#euiSuccess" >euiSuccess</a>
|
329
|
-
</li>
|
330
|
-
<li>
|
331
|
-
<a href="#euiVariant" >euiVariant</a>
|
332
|
-
</li>
|
333
|
-
<li>
|
334
|
-
<a href="#euiWarning" >euiWarning</a>
|
335
|
-
</li>
|
336
|
-
<li>
|
337
|
-
<a href="#styleClass" >styleClass</a>
|
338
|
-
</li>
|
339
|
-
</ul>
|
340
|
-
</td>
|
341
|
-
</tr>
|
342
|
-
|
343
|
-
|
344
|
-
<tr>
|
345
|
-
<td class="col-md-4">
|
346
|
-
<h6><b>HostBindings</b></h6>
|
347
|
-
</td>
|
348
|
-
</tr>
|
349
|
-
<tr>
|
350
|
-
<td class="col-md-4">
|
351
|
-
<ul class="index-list">
|
352
|
-
<li>
|
353
|
-
<a href="#attr.role" >attr.role</a>
|
354
|
-
</li>
|
355
|
-
<li>
|
356
|
-
<a href="#attr.tabindex" >attr.tabindex</a>
|
357
|
-
</li>
|
358
|
-
<li>
|
359
|
-
<a href="#class" >class</a>
|
360
|
-
</li>
|
361
|
-
<li>
|
362
|
-
<a href="#attr.aria-disabled" >attr.aria-disabled</a>
|
363
|
-
</li>
|
364
|
-
</ul>
|
365
|
-
</td>
|
366
|
-
</tr>
|
367
|
-
|
368
|
-
<tr>
|
369
|
-
<td class="col-md-4">
|
370
|
-
<h6><b>HostListeners</b></h6>
|
371
|
-
</td>
|
372
|
-
</tr>
|
373
|
-
<tr>
|
374
|
-
<td class="col-md-4">
|
375
|
-
<ul class="index-list">
|
376
|
-
<li>
|
377
|
-
<a href="#keydown" >keydown</a>
|
378
|
-
</li>
|
379
|
-
</ul>
|
380
|
-
</td>
|
381
|
-
</tr>
|
382
|
-
|
383
|
-
<tr>
|
384
|
-
<td class="col-md-4">
|
385
|
-
<h6><b>Accessors</b></h6>
|
386
|
-
</td>
|
387
|
-
</tr>
|
388
|
-
<tr>
|
389
|
-
<td class="col-md-4">
|
390
|
-
<ul class="index-list">
|
391
|
-
<li>
|
392
|
-
<a href="#isCollapsible" >isCollapsible</a>
|
393
|
-
</li>
|
394
|
-
<li>
|
395
|
-
<a href="#cssClasses" >cssClasses</a>
|
396
|
-
</li>
|
397
|
-
</ul>
|
398
|
-
</td>
|
399
|
-
</tr>
|
400
|
-
</tbody>
|
401
|
-
</table>
|
402
|
-
</section>
|
403
|
-
|
404
|
-
<section data-compodoc="block-constructor">
|
405
|
-
<h3 id="constructor">Constructor</h3>
|
406
|
-
<table class="table table-sm table-bordered">
|
407
|
-
<tbody>
|
408
|
-
<tr>
|
409
|
-
<td class="col-md-4">
|
410
|
-
<code>constructor(euiListService: <a href="../injectables/EuiListService.html" target="_self">EuiListService</a>)</code>
|
411
|
-
</td>
|
412
|
-
</tr>
|
413
|
-
|
414
|
-
<tr>
|
415
|
-
<td class="col-md-4">
|
416
|
-
<div>
|
417
|
-
<b>Parameters :</b>
|
418
|
-
<table class="params">
|
419
|
-
<thead>
|
420
|
-
<tr>
|
421
|
-
<td>Name</td>
|
422
|
-
<td>Type</td>
|
423
|
-
<td>Optional</td>
|
424
|
-
</tr>
|
425
|
-
</thead>
|
426
|
-
<tbody>
|
427
|
-
<tr>
|
428
|
-
<td>euiListService</td>
|
429
|
-
|
430
|
-
<td>
|
431
|
-
<code><a href="../injectables/EuiListService.html" target="_self" >EuiListService</a></code>
|
432
|
-
</td>
|
433
|
-
|
434
|
-
<td>
|
435
|
-
No
|
436
|
-
</td>
|
437
|
-
|
438
|
-
</tr>
|
439
|
-
</tbody>
|
440
|
-
</table>
|
441
|
-
</div>
|
442
|
-
</td>
|
443
|
-
</tr>
|
444
|
-
</tbody>
|
445
|
-
</table>
|
446
|
-
</section>
|
447
|
-
|
448
|
-
<section data-compodoc="block-inputs">
|
449
|
-
<h3 id="inputs">Inputs</h3>
|
450
|
-
<table class="table table-sm table-bordered">
|
451
|
-
<tbody>
|
452
|
-
<tr>
|
453
|
-
<td class="col-md-4">
|
454
|
-
<a name="isCollapsible"></a>
|
455
|
-
<b>isCollapsible</b>
|
456
|
-
</td>
|
457
|
-
</tr>
|
458
|
-
<tr>
|
459
|
-
<td class="col-md-4">
|
460
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
461
|
-
|
462
|
-
</td>
|
463
|
-
</tr>
|
464
|
-
</tbody>
|
465
|
-
</table>
|
466
|
-
<table class="table table-sm table-bordered">
|
467
|
-
<tbody>
|
468
|
-
<tr>
|
469
|
-
<td class="col-md-4">
|
470
|
-
<a name="e2eAttr"></a>
|
471
|
-
<b>e2eAttr</b>
|
472
|
-
</td>
|
473
|
-
</tr>
|
474
|
-
<tr>
|
475
|
-
<td class="col-md-4">
|
476
|
-
<i>Type : </i> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >any</a></code>
|
477
|
-
|
478
|
-
</td>
|
479
|
-
</tr>
|
480
|
-
</tbody>
|
481
|
-
</table>
|
482
|
-
<table class="table table-sm table-bordered">
|
483
|
-
<tbody>
|
484
|
-
<tr>
|
485
|
-
<td class="col-md-4">
|
486
|
-
<a name="euiAccent"></a>
|
487
|
-
<b>euiAccent</b>
|
488
|
-
</td>
|
489
|
-
</tr>
|
490
|
-
<tr>
|
491
|
-
<td class="col-md-4">
|
492
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
493
|
-
|
494
|
-
</td>
|
495
|
-
</tr>
|
496
|
-
</tbody>
|
497
|
-
</table>
|
498
|
-
<table class="table table-sm table-bordered">
|
499
|
-
<tbody>
|
500
|
-
<tr>
|
501
|
-
<td class="col-md-4">
|
502
|
-
<a name="euiClearable"></a>
|
503
|
-
<b>euiClearable</b>
|
504
|
-
</td>
|
505
|
-
</tr>
|
506
|
-
<tr>
|
507
|
-
<td class="col-md-4">
|
508
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
509
|
-
|
510
|
-
</td>
|
511
|
-
</tr>
|
512
|
-
</tbody>
|
513
|
-
</table>
|
514
|
-
<table class="table table-sm table-bordered">
|
515
|
-
<tbody>
|
516
|
-
<tr>
|
517
|
-
<td class="col-md-4">
|
518
|
-
<a name="euiCompact"></a>
|
519
|
-
<b>euiCompact</b>
|
520
|
-
</td>
|
521
|
-
</tr>
|
522
|
-
<tr>
|
523
|
-
<td class="col-md-4">
|
524
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
525
|
-
|
526
|
-
</td>
|
527
|
-
</tr>
|
528
|
-
</tbody>
|
529
|
-
</table>
|
530
|
-
<table class="table table-sm table-bordered">
|
531
|
-
<tbody>
|
532
|
-
<tr>
|
533
|
-
<td class="col-md-4">
|
534
|
-
<a name="euiDanger"></a>
|
535
|
-
<b>euiDanger</b>
|
536
|
-
</td>
|
537
|
-
</tr>
|
538
|
-
<tr>
|
539
|
-
<td class="col-md-4">
|
540
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
541
|
-
|
542
|
-
</td>
|
543
|
-
</tr>
|
544
|
-
</tbody>
|
545
|
-
</table>
|
546
|
-
<table class="table table-sm table-bordered">
|
547
|
-
<tbody>
|
548
|
-
<tr>
|
549
|
-
<td class="col-md-4">
|
550
|
-
<a name="euiDisabled"></a>
|
551
|
-
<b>euiDisabled</b>
|
552
|
-
</td>
|
553
|
-
</tr>
|
554
|
-
<tr>
|
555
|
-
<td class="col-md-4">
|
556
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
557
|
-
|
558
|
-
</td>
|
559
|
-
</tr>
|
560
|
-
</tbody>
|
561
|
-
</table>
|
562
|
-
<table class="table table-sm table-bordered">
|
563
|
-
<tbody>
|
564
|
-
<tr>
|
565
|
-
<td class="col-md-4">
|
566
|
-
<a name="euiHighlighted"></a>
|
567
|
-
<b>euiHighlighted</b>
|
568
|
-
</td>
|
569
|
-
</tr>
|
570
|
-
<tr>
|
571
|
-
<td class="col-md-4">
|
572
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
573
|
-
|
574
|
-
</td>
|
575
|
-
</tr>
|
576
|
-
</tbody>
|
577
|
-
</table>
|
578
|
-
<table class="table table-sm table-bordered">
|
579
|
-
<tbody>
|
580
|
-
<tr>
|
581
|
-
<td class="col-md-4">
|
582
|
-
<a name="euiInfo"></a>
|
583
|
-
<b>euiInfo</b>
|
584
|
-
</td>
|
585
|
-
</tr>
|
586
|
-
<tr>
|
587
|
-
<td class="col-md-4">
|
588
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
589
|
-
|
590
|
-
</td>
|
591
|
-
</tr>
|
592
|
-
</tbody>
|
593
|
-
</table>
|
594
|
-
<table class="table table-sm table-bordered">
|
595
|
-
<tbody>
|
596
|
-
<tr>
|
597
|
-
<td class="col-md-4">
|
598
|
-
<a name="euiLoading"></a>
|
599
|
-
<b>euiLoading</b>
|
600
|
-
</td>
|
601
|
-
</tr>
|
602
|
-
<tr>
|
603
|
-
<td class="col-md-4">
|
604
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
605
|
-
|
606
|
-
</td>
|
607
|
-
</tr>
|
608
|
-
</tbody>
|
609
|
-
</table>
|
610
|
-
<table class="table table-sm table-bordered">
|
611
|
-
<tbody>
|
612
|
-
<tr>
|
613
|
-
<td class="col-md-4">
|
614
|
-
<a name="euiOutline"></a>
|
615
|
-
<b>euiOutline</b>
|
616
|
-
</td>
|
617
|
-
</tr>
|
618
|
-
<tr>
|
619
|
-
<td class="col-md-4">
|
620
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
621
|
-
|
622
|
-
</td>
|
623
|
-
</tr>
|
624
|
-
</tbody>
|
625
|
-
</table>
|
626
|
-
<table class="table table-sm table-bordered">
|
627
|
-
<tbody>
|
628
|
-
<tr>
|
629
|
-
<td class="col-md-4">
|
630
|
-
<a name="euiPrimary"></a>
|
631
|
-
<b>euiPrimary</b>
|
632
|
-
</td>
|
633
|
-
</tr>
|
634
|
-
<tr>
|
635
|
-
<td class="col-md-4">
|
636
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
637
|
-
|
638
|
-
</td>
|
639
|
-
</tr>
|
640
|
-
</tbody>
|
641
|
-
</table>
|
642
|
-
<table class="table table-sm table-bordered">
|
643
|
-
<tbody>
|
644
|
-
<tr>
|
645
|
-
<td class="col-md-4">
|
646
|
-
<a name="euiResponsive"></a>
|
647
|
-
<b>euiResponsive</b>
|
648
|
-
</td>
|
649
|
-
</tr>
|
650
|
-
<tr>
|
651
|
-
<td class="col-md-4">
|
652
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
653
|
-
|
654
|
-
</td>
|
655
|
-
</tr>
|
656
|
-
</tbody>
|
657
|
-
</table>
|
658
|
-
<table class="table table-sm table-bordered">
|
659
|
-
<tbody>
|
660
|
-
<tr>
|
661
|
-
<td class="col-md-4">
|
662
|
-
<a name="euiRounded"></a>
|
663
|
-
<b>euiRounded</b>
|
664
|
-
</td>
|
665
|
-
</tr>
|
666
|
-
<tr>
|
667
|
-
<td class="col-md-4">
|
668
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
669
|
-
|
670
|
-
</td>
|
671
|
-
</tr>
|
672
|
-
</tbody>
|
673
|
-
</table>
|
674
|
-
<table class="table table-sm table-bordered">
|
675
|
-
<tbody>
|
676
|
-
<tr>
|
677
|
-
<td class="col-md-4">
|
678
|
-
<a name="euiSecondary"></a>
|
679
|
-
<b>euiSecondary</b>
|
680
|
-
</td>
|
681
|
-
</tr>
|
682
|
-
<tr>
|
683
|
-
<td class="col-md-4">
|
684
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
685
|
-
|
686
|
-
</td>
|
687
|
-
</tr>
|
688
|
-
</tbody>
|
689
|
-
</table>
|
690
|
-
<table class="table table-sm table-bordered">
|
691
|
-
<tbody>
|
692
|
-
<tr>
|
693
|
-
<td class="col-md-4">
|
694
|
-
<a name="euiSize2XL"></a>
|
695
|
-
<b>euiSize2XL</b>
|
696
|
-
</td>
|
697
|
-
</tr>
|
698
|
-
<tr>
|
699
|
-
<td class="col-md-4">
|
700
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
701
|
-
|
702
|
-
</td>
|
703
|
-
</tr>
|
704
|
-
</tbody>
|
705
|
-
</table>
|
706
|
-
<table class="table table-sm table-bordered">
|
707
|
-
<tbody>
|
708
|
-
<tr>
|
709
|
-
<td class="col-md-4">
|
710
|
-
<a name="euiSize2XS"></a>
|
711
|
-
<b>euiSize2XS</b>
|
712
|
-
</td>
|
713
|
-
</tr>
|
714
|
-
<tr>
|
715
|
-
<td class="col-md-4">
|
716
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
717
|
-
|
718
|
-
</td>
|
719
|
-
</tr>
|
720
|
-
</tbody>
|
721
|
-
</table>
|
722
|
-
<table class="table table-sm table-bordered">
|
723
|
-
<tbody>
|
724
|
-
<tr>
|
725
|
-
<td class="col-md-4">
|
726
|
-
<a name="euiSize3XL"></a>
|
727
|
-
<b>euiSize3XL</b>
|
728
|
-
</td>
|
729
|
-
</tr>
|
730
|
-
<tr>
|
731
|
-
<td class="col-md-4">
|
732
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
733
|
-
|
734
|
-
</td>
|
735
|
-
</tr>
|
736
|
-
</tbody>
|
737
|
-
</table>
|
738
|
-
<table class="table table-sm table-bordered">
|
739
|
-
<tbody>
|
740
|
-
<tr>
|
741
|
-
<td class="col-md-4">
|
742
|
-
<a name="euiSize4XL"></a>
|
743
|
-
<b>euiSize4XL</b>
|
744
|
-
</td>
|
745
|
-
</tr>
|
746
|
-
<tr>
|
747
|
-
<td class="col-md-4">
|
748
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
749
|
-
|
750
|
-
</td>
|
751
|
-
</tr>
|
752
|
-
</tbody>
|
753
|
-
</table>
|
754
|
-
<table class="table table-sm table-bordered">
|
755
|
-
<tbody>
|
756
|
-
<tr>
|
757
|
-
<td class="col-md-4">
|
758
|
-
<a name="euiSize5XL"></a>
|
759
|
-
<b>euiSize5XL</b>
|
760
|
-
</td>
|
761
|
-
</tr>
|
762
|
-
<tr>
|
763
|
-
<td class="col-md-4">
|
764
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
765
|
-
|
766
|
-
</td>
|
767
|
-
</tr>
|
768
|
-
</tbody>
|
769
|
-
</table>
|
770
|
-
<table class="table table-sm table-bordered">
|
771
|
-
<tbody>
|
772
|
-
<tr>
|
773
|
-
<td class="col-md-4">
|
774
|
-
<a name="euiSizeL"></a>
|
775
|
-
<b>euiSizeL</b>
|
776
|
-
</td>
|
777
|
-
</tr>
|
778
|
-
<tr>
|
779
|
-
<td class="col-md-4">
|
780
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
781
|
-
|
782
|
-
</td>
|
783
|
-
</tr>
|
784
|
-
</tbody>
|
785
|
-
</table>
|
786
|
-
<table class="table table-sm table-bordered">
|
787
|
-
<tbody>
|
788
|
-
<tr>
|
789
|
-
<td class="col-md-4">
|
790
|
-
<a name="euiSizeM"></a>
|
791
|
-
<b>euiSizeM</b>
|
792
|
-
</td>
|
793
|
-
</tr>
|
794
|
-
<tr>
|
795
|
-
<td class="col-md-4">
|
796
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
797
|
-
|
798
|
-
</td>
|
799
|
-
</tr>
|
800
|
-
</tbody>
|
801
|
-
</table>
|
802
|
-
<table class="table table-sm table-bordered">
|
803
|
-
<tbody>
|
184
|
+
<section data-compodoc="block-index">
|
185
|
+
<h3 id="index">Index</h3>
|
186
|
+
<table class="table table-sm table-bordered index-table">
|
187
|
+
<tbody>
|
804
188
|
<tr>
|
805
189
|
<td class="col-md-4">
|
806
|
-
<
|
807
|
-
<b>euiSizeS</b>
|
190
|
+
<h6><b>Properties</b></h6>
|
808
191
|
</td>
|
809
192
|
</tr>
|
810
193
|
<tr>
|
811
194
|
<td class="col-md-4">
|
812
|
-
<
|
813
|
-
|
195
|
+
<ul class="index-list">
|
196
|
+
<li>
|
197
|
+
<span class="modifier"></span>
|
198
|
+
<a href="#items" >items</a>
|
199
|
+
</li>
|
200
|
+
<li>
|
201
|
+
<span class="modifier">Public</span>
|
202
|
+
<a href="#nestedItems" >nestedItems</a>
|
203
|
+
</li>
|
204
|
+
<li>
|
205
|
+
<span class="modifier"></span>
|
206
|
+
<a href="#role" >role</a>
|
207
|
+
</li>
|
208
|
+
<li>
|
209
|
+
<span class="modifier"></span>
|
210
|
+
<a href="#tabIndex" >tabIndex</a>
|
211
|
+
</li>
|
212
|
+
</ul>
|
814
213
|
</td>
|
815
214
|
</tr>
|
816
|
-
|
817
|
-
</table>
|
818
|
-
<table class="table table-sm table-bordered">
|
819
|
-
<tbody>
|
215
|
+
|
820
216
|
<tr>
|
821
217
|
<td class="col-md-4">
|
822
|
-
<
|
823
|
-
<b>euiSizeVariant</b>
|
218
|
+
<h6><b>Methods</b></h6>
|
824
219
|
</td>
|
825
220
|
</tr>
|
826
221
|
<tr>
|
827
222
|
<td class="col-md-4">
|
828
|
-
<
|
829
|
-
|
223
|
+
<ul class="index-list">
|
224
|
+
<li>
|
225
|
+
<span class="modifier"></span>
|
226
|
+
<a href="#onKeydown" >onKeydown</a>
|
227
|
+
</li>
|
228
|
+
</ul>
|
830
229
|
</td>
|
831
230
|
</tr>
|
832
|
-
|
833
|
-
</table>
|
834
|
-
<table class="table table-sm table-bordered">
|
835
|
-
<tbody>
|
231
|
+
|
836
232
|
<tr>
|
837
233
|
<td class="col-md-4">
|
838
|
-
<
|
839
|
-
<b>euiSizeXL</b>
|
234
|
+
<h6><b>Inputs</b></h6>
|
840
235
|
</td>
|
841
236
|
</tr>
|
842
237
|
<tr>
|
843
238
|
<td class="col-md-4">
|
844
|
-
<
|
845
|
-
|
239
|
+
<ul class="index-list">
|
240
|
+
<li>
|
241
|
+
<a href="#isCollapsible" >isCollapsible</a>
|
242
|
+
</li>
|
243
|
+
</ul>
|
846
244
|
</td>
|
847
245
|
</tr>
|
848
|
-
|
849
|
-
|
850
|
-
<table class="table table-sm table-bordered">
|
851
|
-
<tbody>
|
246
|
+
|
247
|
+
|
852
248
|
<tr>
|
853
249
|
<td class="col-md-4">
|
854
|
-
<
|
855
|
-
<b>euiSizeXS</b>
|
250
|
+
<h6><b>HostBindings</b></h6>
|
856
251
|
</td>
|
857
252
|
</tr>
|
858
253
|
<tr>
|
859
254
|
<td class="col-md-4">
|
860
|
-
<
|
861
|
-
|
255
|
+
<ul class="index-list">
|
256
|
+
<li>
|
257
|
+
<a href="#attr.role" >attr.role</a>
|
258
|
+
</li>
|
259
|
+
<li>
|
260
|
+
<a href="#attr.tabindex" >attr.tabindex</a>
|
261
|
+
</li>
|
262
|
+
<li>
|
263
|
+
<a href="#class" >class</a>
|
264
|
+
</li>
|
265
|
+
</ul>
|
862
266
|
</td>
|
863
267
|
</tr>
|
864
|
-
|
865
|
-
</table>
|
866
|
-
<table class="table table-sm table-bordered">
|
867
|
-
<tbody>
|
268
|
+
|
868
269
|
<tr>
|
869
270
|
<td class="col-md-4">
|
870
|
-
<
|
871
|
-
<b>euiSuccess</b>
|
271
|
+
<h6><b>HostListeners</b></h6>
|
872
272
|
</td>
|
873
273
|
</tr>
|
874
274
|
<tr>
|
875
275
|
<td class="col-md-4">
|
876
|
-
<
|
877
|
-
|
276
|
+
<ul class="index-list">
|
277
|
+
<li>
|
278
|
+
<a href="#keydown" >keydown</a>
|
279
|
+
</li>
|
280
|
+
</ul>
|
878
281
|
</td>
|
879
282
|
</tr>
|
880
|
-
|
881
|
-
|
283
|
+
|
284
|
+
<tr>
|
285
|
+
<td class="col-md-4">
|
286
|
+
<h6><b>Accessors</b></h6>
|
287
|
+
</td>
|
288
|
+
</tr>
|
289
|
+
<tr>
|
290
|
+
<td class="col-md-4">
|
291
|
+
<ul class="index-list">
|
292
|
+
<li>
|
293
|
+
<a href="#cssClasses" >cssClasses</a>
|
294
|
+
</li>
|
295
|
+
</ul>
|
296
|
+
</td>
|
297
|
+
</tr>
|
298
|
+
</tbody>
|
299
|
+
</table>
|
300
|
+
</section>
|
301
|
+
|
302
|
+
<section data-compodoc="block-constructor">
|
303
|
+
<h3 id="constructor">Constructor</h3>
|
882
304
|
<table class="table table-sm table-bordered">
|
883
305
|
<tbody>
|
884
306
|
<tr>
|
885
307
|
<td class="col-md-4">
|
886
|
-
|
887
|
-
<b>euiVariant</b>
|
308
|
+
<code>constructor(euiListService: <a href="../injectables/EuiListService.html" target="_self">EuiListService</a>)</code>
|
888
309
|
</td>
|
889
310
|
</tr>
|
311
|
+
|
890
312
|
<tr>
|
891
313
|
<td class="col-md-4">
|
892
|
-
|
893
|
-
|
314
|
+
<div>
|
315
|
+
<b>Parameters :</b>
|
316
|
+
<table class="params">
|
317
|
+
<thead>
|
318
|
+
<tr>
|
319
|
+
<td>Name</td>
|
320
|
+
<td>Type</td>
|
321
|
+
<td>Optional</td>
|
322
|
+
</tr>
|
323
|
+
</thead>
|
324
|
+
<tbody>
|
325
|
+
<tr>
|
326
|
+
<td>euiListService</td>
|
327
|
+
|
328
|
+
<td>
|
329
|
+
<code><a href="../injectables/EuiListService.html" target="_self" >EuiListService</a></code>
|
330
|
+
</td>
|
331
|
+
|
332
|
+
<td>
|
333
|
+
No
|
334
|
+
</td>
|
335
|
+
|
336
|
+
</tr>
|
337
|
+
</tbody>
|
338
|
+
</table>
|
339
|
+
</div>
|
894
340
|
</td>
|
895
341
|
</tr>
|
896
342
|
</tbody>
|
897
343
|
</table>
|
344
|
+
</section>
|
345
|
+
|
346
|
+
<section data-compodoc="block-inputs">
|
347
|
+
<h3 id="inputs">Inputs</h3>
|
898
348
|
<table class="table table-sm table-bordered">
|
899
349
|
<tbody>
|
900
350
|
<tr>
|
901
351
|
<td class="col-md-4">
|
902
|
-
<a name="
|
903
|
-
<b>
|
352
|
+
<a name="isCollapsible"></a>
|
353
|
+
<b>isCollapsible</b>
|
904
354
|
</td>
|
905
355
|
</tr>
|
906
356
|
<tr>
|
@@ -909,20 +359,9 @@
|
|
909
359
|
|
910
360
|
</td>
|
911
361
|
</tr>
|
912
|
-
</tbody>
|
913
|
-
</table>
|
914
|
-
<table class="table table-sm table-bordered">
|
915
|
-
<tbody>
|
916
|
-
<tr>
|
917
|
-
<td class="col-md-4">
|
918
|
-
<a name="styleClass"></a>
|
919
|
-
<b>styleClass</b>
|
920
|
-
</td>
|
921
|
-
</tr>
|
922
362
|
<tr>
|
923
363
|
<td class="col-md-4">
|
924
|
-
<i>
|
925
|
-
|
364
|
+
<i>Default value : </i><code>false</code>
|
926
365
|
</td>
|
927
366
|
</tr>
|
928
367
|
</tbody>
|
@@ -996,27 +435,6 @@
|
|
996
435
|
</tr>
|
997
436
|
|
998
437
|
|
999
|
-
</tbody>
|
1000
|
-
</table>
|
1001
|
-
<table class="table table-sm table-bordered">
|
1002
|
-
<tbody>
|
1003
|
-
<tr>
|
1004
|
-
<td class="col-md-4">
|
1005
|
-
<a name="attr.aria-disabled"></a>
|
1006
|
-
<span class="name">
|
1007
|
-
<span ><b>attr.aria-disabled</b></span>
|
1008
|
-
<a href="#attr.aria-disabled"><span class="icon ion-ios-link"></span></a>
|
1009
|
-
</span>
|
1010
|
-
</td>
|
1011
|
-
</tr>
|
1012
|
-
<tr>
|
1013
|
-
<td class="col-md-4">
|
1014
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
1015
|
-
|
1016
|
-
</td>
|
1017
|
-
</tr>
|
1018
|
-
|
1019
|
-
|
1020
438
|
</tbody>
|
1021
439
|
</table>
|
1022
440
|
</section>
|
@@ -1125,67 +543,6 @@
|
|
1125
543
|
</tr>
|
1126
544
|
</tbody>
|
1127
545
|
</table>
|
1128
|
-
<table class="table table-sm table-bordered">
|
1129
|
-
<tbody>
|
1130
|
-
<tr>
|
1131
|
-
<td class="col-md-4">
|
1132
|
-
<a name="getCssClasses"></a>
|
1133
|
-
<span class="name">
|
1134
|
-
<span ><b>getCssClasses</b></span>
|
1135
|
-
<a href="#getCssClasses"><span class="icon ion-ios-link"></span></a>
|
1136
|
-
</span>
|
1137
|
-
</td>
|
1138
|
-
</tr>
|
1139
|
-
<tr>
|
1140
|
-
<td class="col-md-4">
|
1141
|
-
<code>getCssClasses(rootClass: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank">string</a>)</code>
|
1142
|
-
</td>
|
1143
|
-
</tr>
|
1144
|
-
|
1145
|
-
|
1146
|
-
|
1147
|
-
|
1148
|
-
<tr>
|
1149
|
-
<td class="col-md-4">
|
1150
|
-
|
1151
|
-
<div class="io-description">
|
1152
|
-
<b>Parameters :</b>
|
1153
|
-
|
1154
|
-
<table class="params">
|
1155
|
-
<thead>
|
1156
|
-
<tr>
|
1157
|
-
<td>Name</td>
|
1158
|
-
<td>Type</td>
|
1159
|
-
<td>Optional</td>
|
1160
|
-
</tr>
|
1161
|
-
</thead>
|
1162
|
-
<tbody>
|
1163
|
-
<tr>
|
1164
|
-
<td>rootClass</td>
|
1165
|
-
<td>
|
1166
|
-
<code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
1167
|
-
</td>
|
1168
|
-
|
1169
|
-
<td>
|
1170
|
-
No
|
1171
|
-
</td>
|
1172
|
-
|
1173
|
-
|
1174
|
-
</tr>
|
1175
|
-
</tbody>
|
1176
|
-
</table>
|
1177
|
-
</div>
|
1178
|
-
<div class="io-description">
|
1179
|
-
<b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
1180
|
-
|
1181
|
-
</div>
|
1182
|
-
<div class="io-description">
|
1183
|
-
|
1184
|
-
</div>
|
1185
|
-
</td>
|
1186
|
-
</tr>
|
1187
|
-
</tbody>
|
1188
|
-
</table>
|
1189
546
|
</section>
|
1190
547
|
<section data-compodoc="block-properties">
|
1191
548
|
|
@@ -1318,65 +675,6 @@
|
|
1318
675
|
<h3 id="accessors">
|
1319
676
|
Accessors
|
1320
677
|
</h3>
|
1321
|
-
<table class="table table-sm table-bordered">
|
1322
|
-
<tbody>
|
1323
|
-
<tr>
|
1324
|
-
<td class="col-md-4">
|
1325
|
-
<a name="isCollapsible"></a>
|
1326
|
-
<span class="name"><b>isCollapsible</b><a href="#isCollapsible"><span class="icon ion-ios-link"></span></a></span>
|
1327
|
-
</td>
|
1328
|
-
</tr>
|
1329
|
-
|
1330
|
-
<tr>
|
1331
|
-
<td class="col-md-4">
|
1332
|
-
<span class="accessor"><b>get</b><code>isCollapsible()</code></span>
|
1333
|
-
</td>
|
1334
|
-
</tr>
|
1335
|
-
|
1336
|
-
<tr>
|
1337
|
-
<td class="col-md-4">
|
1338
|
-
<span class="accessor"><b>set</b><code>isCollapsible(value: BooleanInput)</code></span>
|
1339
|
-
</td>
|
1340
|
-
</tr>
|
1341
|
-
<tr>
|
1342
|
-
<td class="col-md-4">
|
1343
|
-
|
1344
|
-
<div class="io-description">
|
1345
|
-
<b>Parameters :</b>
|
1346
|
-
<table class="params">
|
1347
|
-
<thead>
|
1348
|
-
<tr>
|
1349
|
-
<td>Name</td>
|
1350
|
-
<td>Type</td>
|
1351
|
-
<td>Optional</td>
|
1352
|
-
</tr>
|
1353
|
-
</thead>
|
1354
|
-
<tbody>
|
1355
|
-
<tr>
|
1356
|
-
<td>value</td>
|
1357
|
-
|
1358
|
-
<td>
|
1359
|
-
<code>BooleanInput</code>
|
1360
|
-
</td>
|
1361
|
-
|
1362
|
-
<td>
|
1363
|
-
No
|
1364
|
-
</td>
|
1365
|
-
|
1366
|
-
</tr>
|
1367
|
-
</tbody>
|
1368
|
-
</table>
|
1369
|
-
</div>
|
1370
|
-
<div>
|
1371
|
-
</div>
|
1372
|
-
<div class="io-description">
|
1373
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
1374
|
-
|
1375
|
-
</div>
|
1376
|
-
</td>
|
1377
|
-
</tr>
|
1378
|
-
</tbody>
|
1379
|
-
</table>
|
1380
678
|
<table class="table table-sm table-bordered">
|
1381
679
|
<tbody>
|
1382
680
|
<tr>
|