@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.
Files changed (149) hide show
  1. package/docs/classes/EuiAutoCompleteItem.html +1 -1
  2. package/docs/components/EuiAlertComponent.html +141 -15
  3. package/docs/components/EuiAutocompleteComponent.html +28 -16
  4. package/docs/components/EuiAvatarComponent.html +15 -72
  5. package/docs/components/EuiBadgeComponent.html +61 -637
  6. package/docs/components/EuiBlockContentComponent.html +192 -715
  7. package/docs/components/EuiBlockDocumentComponent.html +18 -725
  8. package/docs/components/EuiCardContentComponent.html +69 -0
  9. package/docs/components/EuiDashboardButtonComponent.html +1 -1
  10. package/docs/components/EuiDashboardCardComponent.html +5 -5
  11. package/docs/components/EuiDialogContainerComponent.html +1 -1
  12. package/docs/components/EuiDropdownComponent.html +43 -385
  13. package/docs/components/EuiFieldsetComponent.html +6 -6
  14. package/docs/components/EuiMenuComponent.html +96 -961
  15. package/docs/components/EuiMenuItemComponent.html +1 -1
  16. package/docs/components/EuiTreeComponent.html +1 -1
  17. package/docs/dependencies.html +2 -2
  18. package/docs/directives/EuiDropdownContentDirective.html +119 -7
  19. package/docs/js/menu-wc.js +221 -190
  20. package/docs/js/menu-wc_es5.js +1 -1
  21. package/docs/js/search/search_index.js +2 -2
  22. package/docs/miscellaneous/variables.html +35 -0
  23. package/docs/modules/EuiAlertModule.html +4 -1
  24. package/docs/modules/EuiAppSidebarModule.html +4 -28
  25. package/docs/modules/EuiAppToolbarModule.html +4 -28
  26. package/docs/modules/EuiAvatarModule.html +7 -28
  27. package/docs/modules/EuiBadgeModule.html +11 -1
  28. package/docs/modules/EuiChartsModule.html +4 -28
  29. package/docs/modules/EuiFieldsetModule.html +3 -0
  30. package/docs/modules/EuiHeaderModule.html +4 -28
  31. package/docs/modules/EuiPageModule.html +4 -28
  32. package/docs/modules/EuiSidebarMenuModule.html +4 -28
  33. package/docs/modules/EuiSkeletonModule.html +4 -28
  34. package/docs/modules/EuiToolbarModule.html +4 -28
  35. package/docs/modules/EuiUserProfileModule.html +4 -28
  36. package/esm2022/eui-alert/eui-alert.component.mjs +75 -80
  37. package/esm2022/eui-alert/eui-alert.module.mjs +49 -0
  38. package/esm2022/eui-alert/index.mjs +2 -1
  39. package/esm2022/eui-autocomplete/eui-autocomplete.component.mjs +47 -76
  40. package/esm2022/eui-autocomplete/models/eui-autocomplete-item.model.mjs +2 -1
  41. package/esm2022/eui-avatar/avatar-badge/avatar-badge.component.mjs +1 -4
  42. package/esm2022/eui-avatar/eui-avatar-list.component.mjs +1 -4
  43. package/esm2022/eui-avatar/eui-avatar.component.mjs +20 -39
  44. package/esm2022/eui-avatar/eui-avatar.module.mjs +5 -2
  45. package/esm2022/eui-badge/eui-badge.component.mjs +40 -35
  46. package/esm2022/eui-badge/eui-badge.module.mjs +19 -0
  47. package/esm2022/eui-badge/index.mjs +2 -1
  48. package/esm2022/eui-block-content/eui-block-content.component.mjs +22 -19
  49. package/esm2022/eui-block-document/eui-block-document.component.mjs +14 -19
  50. package/esm2022/eui-card/components/eui-card-content/eui-card-content.component.mjs +6 -2
  51. package/esm2022/eui-dashboard-button/eui-dashboard-button.component.mjs +6 -9
  52. package/esm2022/eui-dashboard-card/eui-dashboard-card.component.mjs +23 -33
  53. package/esm2022/eui-dialog/container/eui-dialog-container.component.mjs +3 -3
  54. package/esm2022/eui-dropdown/directives/eui-dropdown-content.directive.mjs +10 -4
  55. package/esm2022/eui-dropdown/eui-dropdown.component.mjs +34 -48
  56. package/esm2022/eui-fieldset/eui-fieldset.component.mjs +22 -39
  57. package/esm2022/eui-fieldset/eui-fieldset.module.mjs +4 -3
  58. package/esm2022/eui-menu/eui-menu-item.component.mjs +7 -3
  59. package/esm2022/eui-menu/eui-menu.component.mjs +51 -56
  60. package/esm2022/eui-overlay/components/eui-overlay-header/eui-overlay-header-title/eui-overlay-header-title.component.mjs +1 -1
  61. package/esm2022/eui-tree/eui-tree.component.mjs +9 -4
  62. package/esm2022/layout/eui-app/eui-app-sidebar/sidebar.component.mjs +2 -2
  63. package/esm2022/layout/eui-app/eui-app-toolbar/toolbar.component.mjs +3 -7
  64. package/esm2022/layout/eui-notifications/eui-notifications.component.mjs +1 -1
  65. package/esm2022/layout/eui-notifications-v2/eui-notifications.component.mjs +1 -1
  66. package/esm2022/layout/eui-search/search.component.mjs +1 -2
  67. package/esm2022/layout/eui-user-profile/user-profile.component.mjs +1 -1
  68. package/eui-alert/eui-alert.component.d.ts +13 -23
  69. package/eui-alert/eui-alert.component.d.ts.map +1 -1
  70. package/eui-alert/eui-alert.module.d.ts +14 -0
  71. package/eui-alert/eui-alert.module.d.ts.map +1 -0
  72. package/eui-alert/index.d.ts +1 -0
  73. package/eui-alert/index.d.ts.map +1 -1
  74. package/eui-autocomplete/eui-autocomplete.component.d.ts +39 -23
  75. package/eui-autocomplete/eui-autocomplete.component.d.ts.map +1 -1
  76. package/eui-autocomplete/models/eui-autocomplete-item.model.d.ts +2 -2
  77. package/eui-autocomplete/models/eui-autocomplete-item.model.d.ts.map +1 -1
  78. package/eui-avatar/avatar-badge/avatar-badge.component.d.ts +0 -1
  79. package/eui-avatar/avatar-badge/avatar-badge.component.d.ts.map +1 -1
  80. package/eui-avatar/eui-avatar-list.component.d.ts +0 -1
  81. package/eui-avatar/eui-avatar-list.component.d.ts.map +1 -1
  82. package/eui-avatar/eui-avatar.component.d.ts +10 -10
  83. package/eui-avatar/eui-avatar.component.d.ts.map +1 -1
  84. package/eui-avatar/eui-avatar.module.d.ts +2 -1
  85. package/eui-avatar/eui-avatar.module.d.ts.map +1 -1
  86. package/eui-badge/eui-badge.component.d.ts +8 -14
  87. package/eui-badge/eui-badge.component.d.ts.map +1 -1
  88. package/eui-badge/eui-badge.module.d.ts +10 -0
  89. package/eui-badge/eui-badge.module.d.ts.map +1 -0
  90. package/eui-badge/index.d.ts +1 -0
  91. package/eui-badge/index.d.ts.map +1 -1
  92. package/eui-block-content/eui-block-content.component.d.ts +6 -7
  93. package/eui-block-content/eui-block-content.component.d.ts.map +1 -1
  94. package/eui-block-document/eui-block-document.component.d.ts +3 -7
  95. package/eui-block-document/eui-block-document.component.d.ts.map +1 -1
  96. package/eui-card/components/eui-card-content/eui-card-content.component.d.ts +1 -0
  97. package/eui-card/components/eui-card-content/eui-card-content.component.d.ts.map +1 -1
  98. package/eui-dashboard-button/eui-dashboard-button.component.d.ts +1 -2
  99. package/eui-dashboard-button/eui-dashboard-button.component.d.ts.map +1 -1
  100. package/eui-dashboard-card/eui-dashboard-card.component.d.ts +9 -7
  101. package/eui-dashboard-card/eui-dashboard-card.component.d.ts.map +1 -1
  102. package/eui-dropdown/directives/eui-dropdown-content.directive.d.ts +1 -0
  103. package/eui-dropdown/directives/eui-dropdown-content.directive.d.ts.map +1 -1
  104. package/eui-dropdown/eui-dropdown.component.d.ts +8 -18
  105. package/eui-dropdown/eui-dropdown.component.d.ts.map +1 -1
  106. package/eui-fieldset/eui-fieldset.component.d.ts +12 -8
  107. package/eui-fieldset/eui-fieldset.component.d.ts.map +1 -1
  108. package/eui-fieldset/eui-fieldset.module.d.ts +2 -1
  109. package/eui-fieldset/eui-fieldset.module.d.ts.map +1 -1
  110. package/eui-menu/eui-menu-item.component.d.ts +4 -0
  111. package/eui-menu/eui-menu-item.component.d.ts.map +1 -1
  112. package/eui-menu/eui-menu.component.d.ts +16 -19
  113. package/eui-menu/eui-menu.component.d.ts.map +1 -1
  114. package/eui-tree/eui-tree.component.d.ts.map +1 -1
  115. package/fesm2022/eui-components-eui-alert.mjs +103 -68
  116. package/fesm2022/eui-components-eui-alert.mjs.map +1 -1
  117. package/fesm2022/eui-components-eui-autocomplete.mjs +48 -74
  118. package/fesm2022/eui-components-eui-autocomplete.mjs.map +1 -1
  119. package/fesm2022/eui-components-eui-avatar.mjs +22 -45
  120. package/fesm2022/eui-components-eui-avatar.mjs.map +1 -1
  121. package/fesm2022/eui-components-eui-badge.mjs +42 -22
  122. package/fesm2022/eui-components-eui-badge.mjs.map +1 -1
  123. package/fesm2022/eui-components-eui-block-content.mjs +21 -18
  124. package/fesm2022/eui-components-eui-block-content.mjs.map +1 -1
  125. package/fesm2022/eui-components-eui-block-document.mjs +13 -18
  126. package/fesm2022/eui-components-eui-block-document.mjs.map +1 -1
  127. package/fesm2022/eui-components-eui-card.mjs +5 -1
  128. package/fesm2022/eui-components-eui-card.mjs.map +1 -1
  129. package/fesm2022/eui-components-eui-dashboard-button.mjs +5 -8
  130. package/fesm2022/eui-components-eui-dashboard-button.mjs.map +1 -1
  131. package/fesm2022/eui-components-eui-dashboard-card.mjs +22 -32
  132. package/fesm2022/eui-components-eui-dashboard-card.mjs.map +1 -1
  133. package/fesm2022/eui-components-eui-dialog.mjs +2 -2
  134. package/fesm2022/eui-components-eui-dialog.mjs.map +1 -1
  135. package/fesm2022/eui-components-eui-dropdown.mjs +41 -48
  136. package/fesm2022/eui-components-eui-dropdown.mjs.map +1 -1
  137. package/fesm2022/eui-components-eui-fieldset.mjs +23 -40
  138. package/fesm2022/eui-components-eui-fieldset.mjs.map +1 -1
  139. package/fesm2022/eui-components-eui-menu.mjs +51 -55
  140. package/fesm2022/eui-components-eui-menu.mjs.map +1 -1
  141. package/fesm2022/eui-components-eui-overlay.mjs +1 -1
  142. package/fesm2022/eui-components-eui-overlay.mjs.map +1 -1
  143. package/fesm2022/eui-components-eui-tree.mjs +8 -3
  144. package/fesm2022/eui-components-eui-tree.mjs.map +1 -1
  145. package/fesm2022/eui-components-layout.mjs +7 -12
  146. package/fesm2022/eui-components-layout.mjs.map +1 -1
  147. package/layout/eui-app/eui-app-toolbar/toolbar.component.d.ts.map +1 -1
  148. package/layout/eui-search/search.component.d.ts.map +1 -1
  149. 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
  <p class="comment">
70
64
  <h3>Implements</h3>
@@ -80,16 +74,19 @@
80
74
  <table class="table table-sm table-hover metadata">
81
75
  <tbody>
82
76
 
83
- <tr>
84
- <td class="col-md-3">changeDetection</td>
85
- <td class="col-md-9"><code>ChangeDetectionStrategy.Default</code></td>
86
- </tr>
87
77
 
88
78
  <tr>
89
79
  <td class="col-md-3">encapsulation</td>
90
80
  <td class="col-md-9"><code>ViewEncapsulation.None</code></td>
91
81
  </tr>
92
82
 
83
+ <tr>
84
+ <td class="col-md-3">HostDirectives</td>
85
+ <td class="col-md-9">
86
+ <code><a href="../directives/BaseStatesDirective.html" target="_self" >BaseStatesDirective</a></code>
87
+ <br/>
88
+ </td>
89
+ </tr>
93
90
 
94
91
 
95
92
 
@@ -141,6 +138,10 @@
141
138
  <tr>
142
139
  <td class="col-md-4">
143
140
  <ul class="index-list">
141
+ <li>
142
+ <span class="modifier">Public</span>
143
+ <a href="#baseStatesDirective" >baseStatesDirective</a>
144
+ </li>
144
145
  <li>
145
146
  <a href="#itemsState" >itemsState</a>
146
147
  </li>
@@ -176,9 +177,6 @@
176
177
  <span class="modifier"></span>
177
178
  <a href="#stopPropagation" >stopPropagation</a>
178
179
  </li>
179
- <li>
180
- <a href="#getCssClasses" >getCssClasses</a>
181
- </li>
182
180
  </ul>
183
181
  </td>
184
182
  </tr>
@@ -218,93 +216,6 @@
218
216
  <li>
219
217
  <a href="#searchFilterLabel" >searchFilterLabel</a>
220
218
  </li>
221
- <li>
222
- <a href="#e2eAttr" >e2eAttr</a>
223
- </li>
224
- <li>
225
- <a href="#euiAccent" >euiAccent</a>
226
- </li>
227
- <li>
228
- <a href="#euiClearable" >euiClearable</a>
229
- </li>
230
- <li>
231
- <a href="#euiCompact" >euiCompact</a>
232
- </li>
233
- <li>
234
- <a href="#euiDanger" >euiDanger</a>
235
- </li>
236
- <li>
237
- <a href="#euiDisabled" >euiDisabled</a>
238
- </li>
239
- <li>
240
- <a href="#euiHighlighted" >euiHighlighted</a>
241
- </li>
242
- <li>
243
- <a href="#euiInfo" >euiInfo</a>
244
- </li>
245
- <li>
246
- <a href="#euiLoading" >euiLoading</a>
247
- </li>
248
- <li>
249
- <a href="#euiOutline" >euiOutline</a>
250
- </li>
251
- <li>
252
- <a href="#euiPrimary" >euiPrimary</a>
253
- </li>
254
- <li>
255
- <a href="#euiResponsive" >euiResponsive</a>
256
- </li>
257
- <li>
258
- <a href="#euiRounded" >euiRounded</a>
259
- </li>
260
- <li>
261
- <a href="#euiSecondary" >euiSecondary</a>
262
- </li>
263
- <li>
264
- <a href="#euiSize2XL" >euiSize2XL</a>
265
- </li>
266
- <li>
267
- <a href="#euiSize2XS" >euiSize2XS</a>
268
- </li>
269
- <li>
270
- <a href="#euiSize3XL" >euiSize3XL</a>
271
- </li>
272
- <li>
273
- <a href="#euiSize4XL" >euiSize4XL</a>
274
- </li>
275
- <li>
276
- <a href="#euiSize5XL" >euiSize5XL</a>
277
- </li>
278
- <li>
279
- <a href="#euiSizeL" >euiSizeL</a>
280
- </li>
281
- <li>
282
- <a href="#euiSizeM" >euiSizeM</a>
283
- </li>
284
- <li>
285
- <a href="#euiSizeS" >euiSizeS</a>
286
- </li>
287
- <li>
288
- <a href="#euiSizeVariant" >euiSizeVariant</a>
289
- </li>
290
- <li>
291
- <a href="#euiSizeXL" >euiSizeXL</a>
292
- </li>
293
- <li>
294
- <a href="#euiSizeXS" >euiSizeXS</a>
295
- </li>
296
- <li>
297
- <a href="#euiSuccess" >euiSuccess</a>
298
- </li>
299
- <li>
300
- <a href="#euiVariant" >euiVariant</a>
301
- </li>
302
- <li>
303
- <a href="#euiWarning" >euiWarning</a>
304
- </li>
305
- <li>
306
- <a href="#styleClass" >styleClass</a>
307
- </li>
308
219
  </ul>
309
220
  </td>
310
221
  </tr>
@@ -365,21 +276,6 @@
365
276
  <tr>
366
277
  <td class="col-md-4">
367
278
  <ul class="index-list">
368
- <li>
369
- <a href="#isCollapsed" >isCollapsed</a>
370
- </li>
371
- <li>
372
- <a href="#hasFilter" >hasFilter</a>
373
- </li>
374
- <li>
375
- <a href="#hasIcons" >hasIcons</a>
376
- </li>
377
- <li>
378
- <a href="#hasTooltip" >hasTooltip</a>
379
- </li>
380
- <li>
381
- <a href="#expandAllItems" >expandAllItems</a>
382
- </li>
383
279
  <li>
384
280
  <a href="#cssClasses" >cssClasses</a>
385
281
  </li>
@@ -396,7 +292,7 @@
396
292
  <tbody>
397
293
  <tr>
398
294
  <td class="col-md-4">
399
- <code>constructor(router: Router, route: ActivatedRoute)</code>
295
+ <code>constructor(router: Router, route: ActivatedRoute, baseStatesDirective: <a href="../directives/BaseStatesDirective.html" target="_self">BaseStatesDirective</a>)</code>
400
296
  </td>
401
297
  </tr>
402
298
 
@@ -437,508 +333,61 @@
437
333
  </td>
438
334
 
439
335
  </tr>
440
- </tbody>
441
- </table>
442
- </div>
443
- </td>
444
- </tr>
445
- </tbody>
446
- </table>
447
- </section>
448
-
449
- <section data-compodoc="block-inputs">
450
- <h3 id="inputs">Inputs</h3>
451
- <table class="table table-sm table-bordered">
452
- <tbody>
453
- <tr>
454
- <td class="col-md-4">
455
- <a name="expandAllItems"></a>
456
- <b>expandAllItems</b>
457
- </td>
458
- </tr>
459
- <tr>
460
- <td class="col-md-4">
461
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
462
-
463
- </td>
464
- </tr>
465
- </tbody>
466
- </table>
467
- <table class="table table-sm table-bordered">
468
- <tbody>
469
- <tr>
470
- <td class="col-md-4">
471
- <a name="externalLinkLabel"></a>
472
- <b>externalLinkLabel</b>
473
- </td>
474
- </tr>
475
- <tr>
476
- <td class="col-md-4">
477
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
478
-
479
- </td>
480
- </tr>
481
- </tbody>
482
- </table>
483
- <table class="table table-sm table-bordered">
484
- <tbody>
485
- <tr>
486
- <td class="col-md-4">
487
- <a name="fragmentId"></a>
488
- <b>fragmentId</b>
489
- </td>
490
- </tr>
491
- <tr>
492
- <td class="col-md-4">
493
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
494
-
495
- </td>
496
- </tr>
497
- </tbody>
498
- </table>
499
- <table class="table table-sm table-bordered">
500
- <tbody>
501
- <tr>
502
- <td class="col-md-4">
503
- <a name="hasFilter"></a>
504
- <b>hasFilter</b>
505
- </td>
506
- </tr>
507
- <tr>
508
- <td class="col-md-4">
509
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
510
-
511
- </td>
512
- </tr>
513
- </tbody>
514
- </table>
515
- <table class="table table-sm table-bordered">
516
- <tbody>
517
- <tr>
518
- <td class="col-md-4">
519
- <a name="hasIcons"></a>
520
- <b>hasIcons</b>
521
- </td>
522
- </tr>
523
- <tr>
524
- <td class="col-md-4">
525
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
526
-
527
- </td>
528
- </tr>
529
- </tbody>
530
- </table>
531
- <table class="table table-sm table-bordered">
532
- <tbody>
533
- <tr>
534
- <td class="col-md-4">
535
- <a name="hasTooltip"></a>
536
- <b>hasTooltip</b>
537
- </td>
538
- </tr>
539
- <tr>
540
- <td class="col-md-4">
541
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
542
-
543
- </td>
544
- </tr>
545
- </tbody>
546
- </table>
547
- <table class="table table-sm table-bordered">
548
- <tbody>
549
- <tr>
550
- <td class="col-md-4">
551
- <a name="isCollapsed"></a>
552
- <b>isCollapsed</b>
553
- </td>
554
- </tr>
555
- <tr>
556
- <td class="col-md-4">
557
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
558
-
559
- </td>
560
- </tr>
561
- </tbody>
562
- </table>
563
- <table class="table table-sm table-bordered">
564
- <tbody>
565
- <tr>
566
- <td class="col-md-4">
567
- <a name="items"></a>
568
- <b>items</b>
569
- </td>
570
- </tr>
571
- <tr>
572
- <td class="col-md-4">
573
- <i>Type : </i> <code><a href="../classes/EuiMenuItem.html" target="_self" >EuiMenuItem[]</a></code>
574
-
575
- </td>
576
- </tr>
577
- </tbody>
578
- </table>
579
- <table class="table table-sm table-bordered">
580
- <tbody>
581
- <tr>
582
- <td class="col-md-4">
583
- <a name="searchFilterLabel"></a>
584
- <b>searchFilterLabel</b>
585
- </td>
586
- </tr>
587
- <tr>
588
- <td class="col-md-4">
589
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
590
-
591
- </td>
592
- </tr>
593
- </tbody>
594
- </table>
595
- <table class="table table-sm table-bordered">
596
- <tbody>
597
- <tr>
598
- <td class="col-md-4">
599
- <a name="e2eAttr"></a>
600
- <b>e2eAttr</b>
601
- </td>
602
- </tr>
603
- <tr>
604
- <td class="col-md-4">
605
- <i>Type : </i> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >any</a></code>
606
-
607
- </td>
608
- </tr>
609
- </tbody>
610
- </table>
611
- <table class="table table-sm table-bordered">
612
- <tbody>
613
- <tr>
614
- <td class="col-md-4">
615
- <a name="euiAccent"></a>
616
- <b>euiAccent</b>
617
- </td>
618
- </tr>
619
- <tr>
620
- <td class="col-md-4">
621
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
622
-
623
- </td>
624
- </tr>
625
- </tbody>
626
- </table>
627
- <table class="table table-sm table-bordered">
628
- <tbody>
629
- <tr>
630
- <td class="col-md-4">
631
- <a name="euiClearable"></a>
632
- <b>euiClearable</b>
633
- </td>
634
- </tr>
635
- <tr>
636
- <td class="col-md-4">
637
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
638
-
639
- </td>
640
- </tr>
641
- </tbody>
642
- </table>
643
- <table class="table table-sm table-bordered">
644
- <tbody>
645
- <tr>
646
- <td class="col-md-4">
647
- <a name="euiCompact"></a>
648
- <b>euiCompact</b>
649
- </td>
650
- </tr>
651
- <tr>
652
- <td class="col-md-4">
653
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
654
-
655
- </td>
656
- </tr>
657
- </tbody>
658
- </table>
659
- <table class="table table-sm table-bordered">
660
- <tbody>
661
- <tr>
662
- <td class="col-md-4">
663
- <a name="euiDanger"></a>
664
- <b>euiDanger</b>
665
- </td>
666
- </tr>
667
- <tr>
668
- <td class="col-md-4">
669
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
670
-
671
- </td>
672
- </tr>
673
- </tbody>
674
- </table>
675
- <table class="table table-sm table-bordered">
676
- <tbody>
677
- <tr>
678
- <td class="col-md-4">
679
- <a name="euiDisabled"></a>
680
- <b>euiDisabled</b>
681
- </td>
682
- </tr>
683
- <tr>
684
- <td class="col-md-4">
685
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
686
-
687
- </td>
688
- </tr>
689
- </tbody>
690
- </table>
691
- <table class="table table-sm table-bordered">
692
- <tbody>
693
- <tr>
694
- <td class="col-md-4">
695
- <a name="euiHighlighted"></a>
696
- <b>euiHighlighted</b>
697
- </td>
698
- </tr>
699
- <tr>
700
- <td class="col-md-4">
701
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
702
-
703
- </td>
704
- </tr>
705
- </tbody>
706
- </table>
707
- <table class="table table-sm table-bordered">
708
- <tbody>
709
- <tr>
710
- <td class="col-md-4">
711
- <a name="euiInfo"></a>
712
- <b>euiInfo</b>
713
- </td>
714
- </tr>
715
- <tr>
716
- <td class="col-md-4">
717
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
718
-
719
- </td>
720
- </tr>
721
- </tbody>
722
- </table>
723
- <table class="table table-sm table-bordered">
724
- <tbody>
725
- <tr>
726
- <td class="col-md-4">
727
- <a name="euiLoading"></a>
728
- <b>euiLoading</b>
729
- </td>
730
- </tr>
731
- <tr>
732
- <td class="col-md-4">
733
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
734
-
735
- </td>
736
- </tr>
737
- </tbody>
738
- </table>
739
- <table class="table table-sm table-bordered">
740
- <tbody>
741
- <tr>
742
- <td class="col-md-4">
743
- <a name="euiOutline"></a>
744
- <b>euiOutline</b>
745
- </td>
746
- </tr>
747
- <tr>
748
- <td class="col-md-4">
749
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
750
-
751
- </td>
752
- </tr>
753
- </tbody>
754
- </table>
755
- <table class="table table-sm table-bordered">
756
- <tbody>
757
- <tr>
758
- <td class="col-md-4">
759
- <a name="euiPrimary"></a>
760
- <b>euiPrimary</b>
761
- </td>
762
- </tr>
763
- <tr>
764
- <td class="col-md-4">
765
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
766
-
767
- </td>
768
- </tr>
769
- </tbody>
770
- </table>
771
- <table class="table table-sm table-bordered">
772
- <tbody>
773
- <tr>
774
- <td class="col-md-4">
775
- <a name="euiResponsive"></a>
776
- <b>euiResponsive</b>
777
- </td>
778
- </tr>
779
- <tr>
780
- <td class="col-md-4">
781
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
782
-
783
- </td>
784
- </tr>
785
- </tbody>
786
- </table>
787
- <table class="table table-sm table-bordered">
788
- <tbody>
789
- <tr>
790
- <td class="col-md-4">
791
- <a name="euiRounded"></a>
792
- <b>euiRounded</b>
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/boolean" target="_blank" >boolean</a></code>
798
-
799
- </td>
800
- </tr>
801
- </tbody>
802
- </table>
803
- <table class="table table-sm table-bordered">
804
- <tbody>
805
- <tr>
806
- <td class="col-md-4">
807
- <a name="euiSecondary"></a>
808
- <b>euiSecondary</b>
809
- </td>
810
- </tr>
811
- <tr>
812
- <td class="col-md-4">
813
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
814
-
815
- </td>
816
- </tr>
817
- </tbody>
818
- </table>
819
- <table class="table table-sm table-bordered">
820
- <tbody>
821
- <tr>
822
- <td class="col-md-4">
823
- <a name="euiSize2XL"></a>
824
- <b>euiSize2XL</b>
825
- </td>
826
- </tr>
827
- <tr>
828
- <td class="col-md-4">
829
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
830
-
831
- </td>
832
- </tr>
833
- </tbody>
834
- </table>
835
- <table class="table table-sm table-bordered">
836
- <tbody>
837
- <tr>
838
- <td class="col-md-4">
839
- <a name="euiSize2XS"></a>
840
- <b>euiSize2XS</b>
841
- </td>
842
- </tr>
843
- <tr>
844
- <td class="col-md-4">
845
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
846
-
847
- </td>
848
- </tr>
849
- </tbody>
850
- </table>
851
- <table class="table table-sm table-bordered">
852
- <tbody>
853
- <tr>
854
- <td class="col-md-4">
855
- <a name="euiSize3XL"></a>
856
- <b>euiSize3XL</b>
857
- </td>
858
- </tr>
859
- <tr>
860
- <td class="col-md-4">
861
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
862
-
863
- </td>
864
- </tr>
865
- </tbody>
866
- </table>
867
- <table class="table table-sm table-bordered">
868
- <tbody>
869
- <tr>
870
- <td class="col-md-4">
871
- <a name="euiSize4XL"></a>
872
- <b>euiSize4XL</b>
873
- </td>
874
- </tr>
875
- <tr>
876
- <td class="col-md-4">
877
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
878
-
879
- </td>
880
- </tr>
881
- </tbody>
882
- </table>
883
- <table class="table table-sm table-bordered">
884
- <tbody>
885
- <tr>
886
- <td class="col-md-4">
887
- <a name="euiSize5XL"></a>
888
- <b>euiSize5XL</b>
889
- </td>
890
- </tr>
891
- <tr>
892
- <td class="col-md-4">
893
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
894
-
895
- </td>
896
- </tr>
897
- </tbody>
898
- </table>
899
- <table class="table table-sm table-bordered">
900
- <tbody>
901
- <tr>
902
- <td class="col-md-4">
903
- <a name="euiSizeL"></a>
904
- <b>euiSizeL</b>
905
- </td>
906
- </tr>
907
- <tr>
908
- <td class="col-md-4">
909
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
910
-
336
+ <tr>
337
+ <td>baseStatesDirective</td>
338
+
339
+ <td>
340
+ <code><a href="../directives/BaseStatesDirective.html" target="_self" >BaseStatesDirective</a></code>
341
+ </td>
342
+
343
+ <td>
344
+ No
345
+ </td>
346
+
347
+ </tr>
348
+ </tbody>
349
+ </table>
350
+ </div>
911
351
  </td>
912
352
  </tr>
913
353
  </tbody>
914
354
  </table>
355
+ </section>
356
+
357
+ <section data-compodoc="block-inputs">
358
+ <h3 id="inputs">Inputs</h3>
915
359
  <table class="table table-sm table-bordered">
916
360
  <tbody>
917
361
  <tr>
918
362
  <td class="col-md-4">
919
- <a name="euiSizeM"></a>
920
- <b>euiSizeM</b>
363
+ <a name="expandAllItems"></a>
364
+ <b>expandAllItems</b>
921
365
  </td>
922
366
  </tr>
923
367
  <tr>
924
368
  <td class="col-md-4">
925
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
369
+ <i>Type : </i> <code>BooleanInput</code>
926
370
 
927
371
  </td>
928
372
  </tr>
373
+ <tr>
374
+ <td class="col-md-4">
375
+ <i>Default value : </i><code>false</code>
376
+ </td>
377
+ </tr>
929
378
  </tbody>
930
379
  </table>
931
380
  <table class="table table-sm table-bordered">
932
381
  <tbody>
933
382
  <tr>
934
383
  <td class="col-md-4">
935
- <a name="euiSizeS"></a>
936
- <b>euiSizeS</b>
384
+ <a name="externalLinkLabel"></a>
385
+ <b>externalLinkLabel</b>
937
386
  </td>
938
387
  </tr>
939
388
  <tr>
940
389
  <td class="col-md-4">
941
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
390
+ <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
942
391
 
943
392
  </td>
944
393
  </tr>
@@ -948,8 +397,8 @@
948
397
  <tbody>
949
398
  <tr>
950
399
  <td class="col-md-4">
951
- <a name="euiSizeVariant"></a>
952
- <b>euiSizeVariant</b>
400
+ <a name="fragmentId"></a>
401
+ <b>fragmentId</b>
953
402
  </td>
954
403
  </tr>
955
404
  <tr>
@@ -964,77 +413,97 @@
964
413
  <tbody>
965
414
  <tr>
966
415
  <td class="col-md-4">
967
- <a name="euiSizeXL"></a>
968
- <b>euiSizeXL</b>
416
+ <a name="hasFilter"></a>
417
+ <b>hasFilter</b>
969
418
  </td>
970
419
  </tr>
971
420
  <tr>
972
421
  <td class="col-md-4">
973
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
422
+ <i>Type : </i> <code>BooleanInput</code>
974
423
 
975
424
  </td>
976
425
  </tr>
426
+ <tr>
427
+ <td class="col-md-4">
428
+ <i>Default value : </i><code>false</code>
429
+ </td>
430
+ </tr>
977
431
  </tbody>
978
432
  </table>
979
433
  <table class="table table-sm table-bordered">
980
434
  <tbody>
981
435
  <tr>
982
436
  <td class="col-md-4">
983
- <a name="euiSizeXS"></a>
984
- <b>euiSizeXS</b>
437
+ <a name="hasIcons"></a>
438
+ <b>hasIcons</b>
985
439
  </td>
986
440
  </tr>
987
441
  <tr>
988
442
  <td class="col-md-4">
989
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
443
+ <i>Type : </i> <code>BooleanInput</code>
990
444
 
991
445
  </td>
992
446
  </tr>
447
+ <tr>
448
+ <td class="col-md-4">
449
+ <i>Default value : </i><code>false</code>
450
+ </td>
451
+ </tr>
993
452
  </tbody>
994
453
  </table>
995
454
  <table class="table table-sm table-bordered">
996
455
  <tbody>
997
456
  <tr>
998
457
  <td class="col-md-4">
999
- <a name="euiSuccess"></a>
1000
- <b>euiSuccess</b>
458
+ <a name="hasTooltip"></a>
459
+ <b>hasTooltip</b>
1001
460
  </td>
1002
461
  </tr>
1003
462
  <tr>
1004
463
  <td class="col-md-4">
1005
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
464
+ <i>Type : </i> <code>BooleanInput</code>
1006
465
 
1007
466
  </td>
1008
467
  </tr>
468
+ <tr>
469
+ <td class="col-md-4">
470
+ <i>Default value : </i><code>false</code>
471
+ </td>
472
+ </tr>
1009
473
  </tbody>
1010
474
  </table>
1011
475
  <table class="table table-sm table-bordered">
1012
476
  <tbody>
1013
477
  <tr>
1014
478
  <td class="col-md-4">
1015
- <a name="euiVariant"></a>
1016
- <b>euiVariant</b>
479
+ <a name="isCollapsed"></a>
480
+ <b>isCollapsed</b>
1017
481
  </td>
1018
482
  </tr>
1019
483
  <tr>
1020
484
  <td class="col-md-4">
1021
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
485
+ <i>Type : </i> <code>BooleanInput</code>
1022
486
 
1023
487
  </td>
1024
488
  </tr>
489
+ <tr>
490
+ <td class="col-md-4">
491
+ <i>Default value : </i><code>false</code>
492
+ </td>
493
+ </tr>
1025
494
  </tbody>
1026
495
  </table>
1027
496
  <table class="table table-sm table-bordered">
1028
497
  <tbody>
1029
498
  <tr>
1030
499
  <td class="col-md-4">
1031
- <a name="euiWarning"></a>
1032
- <b>euiWarning</b>
500
+ <a name="items"></a>
501
+ <b>items</b>
1033
502
  </td>
1034
503
  </tr>
1035
504
  <tr>
1036
505
  <td class="col-md-4">
1037
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
506
+ <i>Type : </i> <code><a href="../classes/EuiMenuItem.html" target="_self" >EuiMenuItem[]</a></code>
1038
507
 
1039
508
  </td>
1040
509
  </tr>
@@ -1044,8 +513,8 @@
1044
513
  <tbody>
1045
514
  <tr>
1046
515
  <td class="col-md-4">
1047
- <a name="styleClass"></a>
1048
- <b>styleClass</b>
516
+ <a name="searchFilterLabel"></a>
517
+ <b>searchFilterLabel</b>
1049
518
  </td>
1050
519
  </tr>
1051
520
  <tr>
@@ -1472,73 +941,34 @@
1472
941
  </tr>
1473
942
  </tbody>
1474
943
  </table>
944
+ </section>
945
+ <section data-compodoc="block-properties">
946
+
947
+ <h3 id="inputs">
948
+ Properties
949
+ </h3>
1475
950
  <table class="table table-sm table-bordered">
1476
951
  <tbody>
1477
952
  <tr>
1478
953
  <td class="col-md-4">
1479
- <a name="getCssClasses"></a>
954
+ <a name="baseStatesDirective"></a>
1480
955
  <span class="name">
1481
- <span ><b>getCssClasses</b></span>
1482
- <a href="#getCssClasses"><span class="icon ion-ios-link"></span></a>
956
+ <span class="modifier">Public</span>
957
+ <span ><b>baseStatesDirective</b></span>
958
+ <a href="#baseStatesDirective"><span class="icon ion-ios-link"></span></a>
1483
959
  </span>
1484
960
  </td>
1485
961
  </tr>
1486
- <tr>
1487
- <td class="col-md-4">
1488
- <code>getCssClasses(rootClass: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank">string</a>)</code>
1489
- </td>
1490
- </tr>
1491
-
1492
-
1493
-
1494
-
1495
- <tr>
1496
- <td class="col-md-4">
1497
-
1498
- <div class="io-description">
1499
- <b>Parameters :</b>
1500
-
1501
- <table class="params">
1502
- <thead>
1503
- <tr>
1504
- <td>Name</td>
1505
- <td>Type</td>
1506
- <td>Optional</td>
1507
- </tr>
1508
- </thead>
1509
- <tbody>
1510
- <tr>
1511
- <td>rootClass</td>
1512
- <td>
1513
- <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
1514
- </td>
1515
-
1516
- <td>
1517
- No
1518
- </td>
962
+ <tr>
963
+ <td class="col-md-4">
964
+ <i>Type : </i> <code><a href="../directives/BaseStatesDirective.html" target="_self" >BaseStatesDirective</a></code>
1519
965
 
966
+ </td>
967
+ </tr>
1520
968
 
1521
- </tr>
1522
- </tbody>
1523
- </table>
1524
- </div>
1525
- <div class="io-description">
1526
- <b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
1527
969
 
1528
- </div>
1529
- <div class="io-description">
1530
-
1531
- </div>
1532
- </td>
1533
- </tr>
1534
970
  </tbody>
1535
971
  </table>
1536
- </section>
1537
- <section data-compodoc="block-properties">
1538
-
1539
- <h3 id="inputs">
1540
- Properties
1541
- </h3>
1542
972
  <table class="table table-sm table-bordered">
1543
973
  <tbody>
1544
974
  <tr>
@@ -1566,301 +996,6 @@
1566
996
  <h3 id="accessors">
1567
997
  Accessors
1568
998
  </h3>
1569
- <table class="table table-sm table-bordered">
1570
- <tbody>
1571
- <tr>
1572
- <td class="col-md-4">
1573
- <a name="isCollapsed"></a>
1574
- <span class="name"><b>isCollapsed</b><a href="#isCollapsed"><span class="icon ion-ios-link"></span></a></span>
1575
- </td>
1576
- </tr>
1577
-
1578
- <tr>
1579
- <td class="col-md-4">
1580
- <span class="accessor"><b>get</b><code>isCollapsed()</code></span>
1581
- </td>
1582
- </tr>
1583
-
1584
- <tr>
1585
- <td class="col-md-4">
1586
- <span class="accessor"><b>set</b><code>isCollapsed(value: BooleanInput)</code></span>
1587
- </td>
1588
- </tr>
1589
- <tr>
1590
- <td class="col-md-4">
1591
-
1592
- <div class="io-description">
1593
- <b>Parameters :</b>
1594
- <table class="params">
1595
- <thead>
1596
- <tr>
1597
- <td>Name</td>
1598
- <td>Type</td>
1599
- <td>Optional</td>
1600
- </tr>
1601
- </thead>
1602
- <tbody>
1603
- <tr>
1604
- <td>value</td>
1605
-
1606
- <td>
1607
- <code>BooleanInput</code>
1608
- </td>
1609
-
1610
- <td>
1611
- No
1612
- </td>
1613
-
1614
- </tr>
1615
- </tbody>
1616
- </table>
1617
- </div>
1618
- <div>
1619
- </div>
1620
- <div class="io-description">
1621
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
1622
-
1623
- </div>
1624
- </td>
1625
- </tr>
1626
- </tbody>
1627
- </table>
1628
- <table class="table table-sm table-bordered">
1629
- <tbody>
1630
- <tr>
1631
- <td class="col-md-4">
1632
- <a name="hasFilter"></a>
1633
- <span class="name"><b>hasFilter</b><a href="#hasFilter"><span class="icon ion-ios-link"></span></a></span>
1634
- </td>
1635
- </tr>
1636
-
1637
- <tr>
1638
- <td class="col-md-4">
1639
- <span class="accessor"><b>get</b><code>hasFilter()</code></span>
1640
- </td>
1641
- </tr>
1642
-
1643
- <tr>
1644
- <td class="col-md-4">
1645
- <span class="accessor"><b>set</b><code>hasFilter(value: BooleanInput)</code></span>
1646
- </td>
1647
- </tr>
1648
- <tr>
1649
- <td class="col-md-4">
1650
-
1651
- <div class="io-description">
1652
- <b>Parameters :</b>
1653
- <table class="params">
1654
- <thead>
1655
- <tr>
1656
- <td>Name</td>
1657
- <td>Type</td>
1658
- <td>Optional</td>
1659
- </tr>
1660
- </thead>
1661
- <tbody>
1662
- <tr>
1663
- <td>value</td>
1664
-
1665
- <td>
1666
- <code>BooleanInput</code>
1667
- </td>
1668
-
1669
- <td>
1670
- No
1671
- </td>
1672
-
1673
- </tr>
1674
- </tbody>
1675
- </table>
1676
- </div>
1677
- <div>
1678
- </div>
1679
- <div class="io-description">
1680
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
1681
-
1682
- </div>
1683
- </td>
1684
- </tr>
1685
- </tbody>
1686
- </table>
1687
- <table class="table table-sm table-bordered">
1688
- <tbody>
1689
- <tr>
1690
- <td class="col-md-4">
1691
- <a name="hasIcons"></a>
1692
- <span class="name"><b>hasIcons</b><a href="#hasIcons"><span class="icon ion-ios-link"></span></a></span>
1693
- </td>
1694
- </tr>
1695
-
1696
- <tr>
1697
- <td class="col-md-4">
1698
- <span class="accessor"><b>get</b><code>hasIcons()</code></span>
1699
- </td>
1700
- </tr>
1701
-
1702
- <tr>
1703
- <td class="col-md-4">
1704
- <span class="accessor"><b>set</b><code>hasIcons(value: BooleanInput)</code></span>
1705
- </td>
1706
- </tr>
1707
- <tr>
1708
- <td class="col-md-4">
1709
-
1710
- <div class="io-description">
1711
- <b>Parameters :</b>
1712
- <table class="params">
1713
- <thead>
1714
- <tr>
1715
- <td>Name</td>
1716
- <td>Type</td>
1717
- <td>Optional</td>
1718
- </tr>
1719
- </thead>
1720
- <tbody>
1721
- <tr>
1722
- <td>value</td>
1723
-
1724
- <td>
1725
- <code>BooleanInput</code>
1726
- </td>
1727
-
1728
- <td>
1729
- No
1730
- </td>
1731
-
1732
- </tr>
1733
- </tbody>
1734
- </table>
1735
- </div>
1736
- <div>
1737
- </div>
1738
- <div class="io-description">
1739
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
1740
-
1741
- </div>
1742
- </td>
1743
- </tr>
1744
- </tbody>
1745
- </table>
1746
- <table class="table table-sm table-bordered">
1747
- <tbody>
1748
- <tr>
1749
- <td class="col-md-4">
1750
- <a name="hasTooltip"></a>
1751
- <span class="name"><b>hasTooltip</b><a href="#hasTooltip"><span class="icon ion-ios-link"></span></a></span>
1752
- </td>
1753
- </tr>
1754
-
1755
- <tr>
1756
- <td class="col-md-4">
1757
- <span class="accessor"><b>get</b><code>hasTooltip()</code></span>
1758
- </td>
1759
- </tr>
1760
-
1761
- <tr>
1762
- <td class="col-md-4">
1763
- <span class="accessor"><b>set</b><code>hasTooltip(value: BooleanInput)</code></span>
1764
- </td>
1765
- </tr>
1766
- <tr>
1767
- <td class="col-md-4">
1768
-
1769
- <div class="io-description">
1770
- <b>Parameters :</b>
1771
- <table class="params">
1772
- <thead>
1773
- <tr>
1774
- <td>Name</td>
1775
- <td>Type</td>
1776
- <td>Optional</td>
1777
- </tr>
1778
- </thead>
1779
- <tbody>
1780
- <tr>
1781
- <td>value</td>
1782
-
1783
- <td>
1784
- <code>BooleanInput</code>
1785
- </td>
1786
-
1787
- <td>
1788
- No
1789
- </td>
1790
-
1791
- </tr>
1792
- </tbody>
1793
- </table>
1794
- </div>
1795
- <div>
1796
- </div>
1797
- <div class="io-description">
1798
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
1799
-
1800
- </div>
1801
- </td>
1802
- </tr>
1803
- </tbody>
1804
- </table>
1805
- <table class="table table-sm table-bordered">
1806
- <tbody>
1807
- <tr>
1808
- <td class="col-md-4">
1809
- <a name="expandAllItems"></a>
1810
- <span class="name"><b>expandAllItems</b><a href="#expandAllItems"><span class="icon ion-ios-link"></span></a></span>
1811
- </td>
1812
- </tr>
1813
-
1814
- <tr>
1815
- <td class="col-md-4">
1816
- <span class="accessor"><b>get</b><code>expandAllItems()</code></span>
1817
- </td>
1818
- </tr>
1819
-
1820
- <tr>
1821
- <td class="col-md-4">
1822
- <span class="accessor"><b>set</b><code>expandAllItems(value: BooleanInput)</code></span>
1823
- </td>
1824
- </tr>
1825
- <tr>
1826
- <td class="col-md-4">
1827
-
1828
- <div class="io-description">
1829
- <b>Parameters :</b>
1830
- <table class="params">
1831
- <thead>
1832
- <tr>
1833
- <td>Name</td>
1834
- <td>Type</td>
1835
- <td>Optional</td>
1836
- </tr>
1837
- </thead>
1838
- <tbody>
1839
- <tr>
1840
- <td>value</td>
1841
-
1842
- <td>
1843
- <code>BooleanInput</code>
1844
- </td>
1845
-
1846
- <td>
1847
- No
1848
- </td>
1849
-
1850
- </tr>
1851
- </tbody>
1852
- </table>
1853
- </div>
1854
- <div>
1855
- </div>
1856
- <div class="io-description">
1857
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
1858
-
1859
- </div>
1860
- </td>
1861
- </tr>
1862
- </tbody>
1863
- </table>
1864
999
  <table class="table table-sm table-bordered">
1865
1000
  <tbody>
1866
1001
  <tr>