@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
@@ -150,10 +150,6 @@
|
|
150
150
|
<span class="modifier">Public</span>
|
151
151
|
<a href="#parentDropdown" >parentDropdown</a>
|
152
152
|
</li>
|
153
|
-
<li>
|
154
|
-
<span class="modifier"></span>
|
155
|
-
<a href="#role" >role</a>
|
156
|
-
</li>
|
157
153
|
<li>
|
158
154
|
<span class="modifier"></span>
|
159
155
|
<a href="#templatePortalContent" >templatePortalContent</a>
|
@@ -341,9 +337,6 @@
|
|
341
337
|
<tr>
|
342
338
|
<td class="col-md-4">
|
343
339
|
<ul class="index-list">
|
344
|
-
<li>
|
345
|
-
<a href="#attr.role" >attr.role</a>
|
346
|
-
</li>
|
347
340
|
<li>
|
348
341
|
<a href="#class" >class</a>
|
349
342
|
</li>
|
@@ -360,21 +353,6 @@
|
|
360
353
|
<tr>
|
361
354
|
<td class="col-md-4">
|
362
355
|
<ul class="index-list">
|
363
|
-
<li>
|
364
|
-
<a href="#isDropDownRightAligned" >isDropDownRightAligned</a>
|
365
|
-
</li>
|
366
|
-
<li>
|
367
|
-
<a href="#isClosedOnClickInside" >isClosedOnClickInside</a>
|
368
|
-
</li>
|
369
|
-
<li>
|
370
|
-
<a href="#isLabelUpdatedFromSelectedItem" >isLabelUpdatedFromSelectedItem</a>
|
371
|
-
</li>
|
372
|
-
<li>
|
373
|
-
<a href="#isExpandOnHover" >isExpandOnHover</a>
|
374
|
-
</li>
|
375
|
-
<li>
|
376
|
-
<a href="#hasTabNavigation" >hasTabNavigation</a>
|
377
|
-
</li>
|
378
356
|
<li>
|
379
357
|
<a href="#cssClasses" >cssClasses</a>
|
380
358
|
</li>
|
@@ -394,7 +372,7 @@
|
|
394
372
|
<tbody>
|
395
373
|
<tr>
|
396
374
|
<td class="col-md-4">
|
397
|
-
<code>constructor(overlay: Overlay, viewContainerRef: ViewContainerRef, scrollDispatcher: ScrollDispatcher, dropdownService: <a href="../injectables/EuiDropdownService.html" target="_self">EuiDropdownService</a
|
375
|
+
<code>constructor(overlay: Overlay, viewContainerRef: ViewContainerRef, scrollDispatcher: ScrollDispatcher, dropdownService: <a href="../injectables/EuiDropdownService.html" target="_self">EuiDropdownService</a>, _renderer: Renderer2)</code>
|
398
376
|
</td>
|
399
377
|
</tr>
|
400
378
|
|
@@ -459,6 +437,18 @@
|
|
459
437
|
</td>
|
460
438
|
|
461
439
|
</tr>
|
440
|
+
<tr>
|
441
|
+
<td>_renderer</td>
|
442
|
+
|
443
|
+
<td>
|
444
|
+
<code>Renderer2</code>
|
445
|
+
</td>
|
446
|
+
|
447
|
+
<td>
|
448
|
+
No
|
449
|
+
</td>
|
450
|
+
|
451
|
+
</tr>
|
462
452
|
</tbody>
|
463
453
|
</table>
|
464
454
|
</div>
|
@@ -501,10 +491,15 @@
|
|
501
491
|
</tr>
|
502
492
|
<tr>
|
503
493
|
<td class="col-md-4">
|
504
|
-
<i>Type : </i>
|
494
|
+
<i>Type : </i> <code>BooleanInput</code>
|
505
495
|
|
506
496
|
</td>
|
507
497
|
</tr>
|
498
|
+
<tr>
|
499
|
+
<td class="col-md-4">
|
500
|
+
<i>Default value : </i><code>false</code>
|
501
|
+
</td>
|
502
|
+
</tr>
|
508
503
|
</tbody>
|
509
504
|
</table>
|
510
505
|
<table class="table table-sm table-bordered">
|
@@ -517,10 +512,15 @@
|
|
517
512
|
</tr>
|
518
513
|
<tr>
|
519
514
|
<td class="col-md-4">
|
520
|
-
<i>Type : </i>
|
515
|
+
<i>Type : </i> <code>BooleanInput</code>
|
521
516
|
|
522
517
|
</td>
|
523
518
|
</tr>
|
519
|
+
<tr>
|
520
|
+
<td class="col-md-4">
|
521
|
+
<i>Default value : </i><code>true</code>
|
522
|
+
</td>
|
523
|
+
</tr>
|
524
524
|
</tbody>
|
525
525
|
</table>
|
526
526
|
<table class="table table-sm table-bordered">
|
@@ -533,10 +533,15 @@
|
|
533
533
|
</tr>
|
534
534
|
<tr>
|
535
535
|
<td class="col-md-4">
|
536
|
-
<i>Type : </i>
|
536
|
+
<i>Type : </i> <code>BooleanInput</code>
|
537
537
|
|
538
538
|
</td>
|
539
539
|
</tr>
|
540
|
+
<tr>
|
541
|
+
<td class="col-md-4">
|
542
|
+
<i>Default value : </i><code>false</code>
|
543
|
+
</td>
|
544
|
+
</tr>
|
540
545
|
</tbody>
|
541
546
|
</table>
|
542
547
|
<table class="table table-sm table-bordered">
|
@@ -549,10 +554,15 @@
|
|
549
554
|
</tr>
|
550
555
|
<tr>
|
551
556
|
<td class="col-md-4">
|
552
|
-
<i>Type : </i>
|
557
|
+
<i>Type : </i> <code>BooleanInput</code>
|
553
558
|
|
554
559
|
</td>
|
555
560
|
</tr>
|
561
|
+
<tr>
|
562
|
+
<td class="col-md-4">
|
563
|
+
<i>Default value : </i><code>false</code>
|
564
|
+
</td>
|
565
|
+
</tr>
|
556
566
|
</tbody>
|
557
567
|
</table>
|
558
568
|
<table class="table table-sm table-bordered">
|
@@ -565,10 +575,15 @@
|
|
565
575
|
</tr>
|
566
576
|
<tr>
|
567
577
|
<td class="col-md-4">
|
568
|
-
<i>Type : </i>
|
578
|
+
<i>Type : </i> <code>BooleanInput</code>
|
569
579
|
|
570
580
|
</td>
|
571
581
|
</tr>
|
582
|
+
<tr>
|
583
|
+
<td class="col-md-4">
|
584
|
+
<i>Default value : </i><code>false</code>
|
585
|
+
</td>
|
586
|
+
</tr>
|
572
587
|
</tbody>
|
573
588
|
</table>
|
574
589
|
<table class="table table-sm table-bordered">
|
@@ -1086,32 +1101,6 @@
|
|
1086
1101
|
|
1087
1102
|
<section data-compodoc="block-properties">
|
1088
1103
|
<h3>HostBindings</h3> <table class="table table-sm table-bordered">
|
1089
|
-
<tbody>
|
1090
|
-
<tr>
|
1091
|
-
<td class="col-md-4">
|
1092
|
-
<a name="attr.role"></a>
|
1093
|
-
<span class="name">
|
1094
|
-
<span ><b>attr.role</b></span>
|
1095
|
-
<a href="#attr.role"><span class="icon ion-ios-link"></span></a>
|
1096
|
-
</span>
|
1097
|
-
</td>
|
1098
|
-
</tr>
|
1099
|
-
<tr>
|
1100
|
-
<td class="col-md-4">
|
1101
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
1102
|
-
|
1103
|
-
</td>
|
1104
|
-
</tr>
|
1105
|
-
<tr>
|
1106
|
-
<td class="col-md-4">
|
1107
|
-
<i>Default value : </i><code>'menu'</code>
|
1108
|
-
</td>
|
1109
|
-
</tr>
|
1110
|
-
|
1111
|
-
|
1112
|
-
</tbody>
|
1113
|
-
</table>
|
1114
|
-
<table class="table table-sm table-bordered">
|
1115
1104
|
<tbody>
|
1116
1105
|
<tr>
|
1117
1106
|
<td class="col-md-4">
|
@@ -1585,42 +1574,6 @@
|
|
1585
1574
|
</tr>
|
1586
1575
|
|
1587
1576
|
|
1588
|
-
</tbody>
|
1589
|
-
</table>
|
1590
|
-
<table class="table table-sm table-bordered">
|
1591
|
-
<tbody>
|
1592
|
-
<tr>
|
1593
|
-
<td class="col-md-4">
|
1594
|
-
<a name="role"></a>
|
1595
|
-
<span class="name">
|
1596
|
-
<span class="modifier"></span>
|
1597
|
-
<span ><b>role</b></span>
|
1598
|
-
<a href="#role"><span class="icon ion-ios-link"></span></a>
|
1599
|
-
</span>
|
1600
|
-
</td>
|
1601
|
-
</tr>
|
1602
|
-
<tr>
|
1603
|
-
<td class="col-md-4">
|
1604
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
1605
|
-
|
1606
|
-
</td>
|
1607
|
-
</tr>
|
1608
|
-
<tr>
|
1609
|
-
<td class="col-md-4">
|
1610
|
-
<i>Default value : </i><code>'menu'</code>
|
1611
|
-
</td>
|
1612
|
-
</tr>
|
1613
|
-
<tr>
|
1614
|
-
<td class="col-md-4">
|
1615
|
-
<b>Decorators : </b>
|
1616
|
-
<br />
|
1617
|
-
<code>
|
1618
|
-
@HostBinding('attr.role')<br />
|
1619
|
-
</code>
|
1620
|
-
</td>
|
1621
|
-
</tr>
|
1622
|
-
|
1623
|
-
|
1624
1577
|
</tbody>
|
1625
1578
|
</table>
|
1626
1579
|
<table class="table table-sm table-bordered">
|
@@ -1712,301 +1665,6 @@
|
|
1712
1665
|
<h3 id="accessors">
|
1713
1666
|
Accessors
|
1714
1667
|
</h3>
|
1715
|
-
<table class="table table-sm table-bordered">
|
1716
|
-
<tbody>
|
1717
|
-
<tr>
|
1718
|
-
<td class="col-md-4">
|
1719
|
-
<a name="isDropDownRightAligned"></a>
|
1720
|
-
<span class="name"><b>isDropDownRightAligned</b><a href="#isDropDownRightAligned"><span class="icon ion-ios-link"></span></a></span>
|
1721
|
-
</td>
|
1722
|
-
</tr>
|
1723
|
-
|
1724
|
-
<tr>
|
1725
|
-
<td class="col-md-4">
|
1726
|
-
<span class="accessor"><b>get</b><code>isDropDownRightAligned()</code></span>
|
1727
|
-
</td>
|
1728
|
-
</tr>
|
1729
|
-
|
1730
|
-
<tr>
|
1731
|
-
<td class="col-md-4">
|
1732
|
-
<span class="accessor"><b>set</b><code>isDropDownRightAligned(value: BooleanInput)</code></span>
|
1733
|
-
</td>
|
1734
|
-
</tr>
|
1735
|
-
<tr>
|
1736
|
-
<td class="col-md-4">
|
1737
|
-
|
1738
|
-
<div class="io-description">
|
1739
|
-
<b>Parameters :</b>
|
1740
|
-
<table class="params">
|
1741
|
-
<thead>
|
1742
|
-
<tr>
|
1743
|
-
<td>Name</td>
|
1744
|
-
<td>Type</td>
|
1745
|
-
<td>Optional</td>
|
1746
|
-
</tr>
|
1747
|
-
</thead>
|
1748
|
-
<tbody>
|
1749
|
-
<tr>
|
1750
|
-
<td>value</td>
|
1751
|
-
|
1752
|
-
<td>
|
1753
|
-
<code>BooleanInput</code>
|
1754
|
-
</td>
|
1755
|
-
|
1756
|
-
<td>
|
1757
|
-
No
|
1758
|
-
</td>
|
1759
|
-
|
1760
|
-
</tr>
|
1761
|
-
</tbody>
|
1762
|
-
</table>
|
1763
|
-
</div>
|
1764
|
-
<div>
|
1765
|
-
</div>
|
1766
|
-
<div class="io-description">
|
1767
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
1768
|
-
|
1769
|
-
</div>
|
1770
|
-
</td>
|
1771
|
-
</tr>
|
1772
|
-
</tbody>
|
1773
|
-
</table>
|
1774
|
-
<table class="table table-sm table-bordered">
|
1775
|
-
<tbody>
|
1776
|
-
<tr>
|
1777
|
-
<td class="col-md-4">
|
1778
|
-
<a name="isClosedOnClickInside"></a>
|
1779
|
-
<span class="name"><b>isClosedOnClickInside</b><a href="#isClosedOnClickInside"><span class="icon ion-ios-link"></span></a></span>
|
1780
|
-
</td>
|
1781
|
-
</tr>
|
1782
|
-
|
1783
|
-
<tr>
|
1784
|
-
<td class="col-md-4">
|
1785
|
-
<span class="accessor"><b>get</b><code>isClosedOnClickInside()</code></span>
|
1786
|
-
</td>
|
1787
|
-
</tr>
|
1788
|
-
|
1789
|
-
<tr>
|
1790
|
-
<td class="col-md-4">
|
1791
|
-
<span class="accessor"><b>set</b><code>isClosedOnClickInside(value: BooleanInput)</code></span>
|
1792
|
-
</td>
|
1793
|
-
</tr>
|
1794
|
-
<tr>
|
1795
|
-
<td class="col-md-4">
|
1796
|
-
|
1797
|
-
<div class="io-description">
|
1798
|
-
<b>Parameters :</b>
|
1799
|
-
<table class="params">
|
1800
|
-
<thead>
|
1801
|
-
<tr>
|
1802
|
-
<td>Name</td>
|
1803
|
-
<td>Type</td>
|
1804
|
-
<td>Optional</td>
|
1805
|
-
</tr>
|
1806
|
-
</thead>
|
1807
|
-
<tbody>
|
1808
|
-
<tr>
|
1809
|
-
<td>value</td>
|
1810
|
-
|
1811
|
-
<td>
|
1812
|
-
<code>BooleanInput</code>
|
1813
|
-
</td>
|
1814
|
-
|
1815
|
-
<td>
|
1816
|
-
No
|
1817
|
-
</td>
|
1818
|
-
|
1819
|
-
</tr>
|
1820
|
-
</tbody>
|
1821
|
-
</table>
|
1822
|
-
</div>
|
1823
|
-
<div>
|
1824
|
-
</div>
|
1825
|
-
<div class="io-description">
|
1826
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
1827
|
-
|
1828
|
-
</div>
|
1829
|
-
</td>
|
1830
|
-
</tr>
|
1831
|
-
</tbody>
|
1832
|
-
</table>
|
1833
|
-
<table class="table table-sm table-bordered">
|
1834
|
-
<tbody>
|
1835
|
-
<tr>
|
1836
|
-
<td class="col-md-4">
|
1837
|
-
<a name="isLabelUpdatedFromSelectedItem"></a>
|
1838
|
-
<span class="name"><b>isLabelUpdatedFromSelectedItem</b><a href="#isLabelUpdatedFromSelectedItem"><span class="icon ion-ios-link"></span></a></span>
|
1839
|
-
</td>
|
1840
|
-
</tr>
|
1841
|
-
|
1842
|
-
<tr>
|
1843
|
-
<td class="col-md-4">
|
1844
|
-
<span class="accessor"><b>get</b><code>isLabelUpdatedFromSelectedItem()</code></span>
|
1845
|
-
</td>
|
1846
|
-
</tr>
|
1847
|
-
|
1848
|
-
<tr>
|
1849
|
-
<td class="col-md-4">
|
1850
|
-
<span class="accessor"><b>set</b><code>isLabelUpdatedFromSelectedItem(value: BooleanInput)</code></span>
|
1851
|
-
</td>
|
1852
|
-
</tr>
|
1853
|
-
<tr>
|
1854
|
-
<td class="col-md-4">
|
1855
|
-
|
1856
|
-
<div class="io-description">
|
1857
|
-
<b>Parameters :</b>
|
1858
|
-
<table class="params">
|
1859
|
-
<thead>
|
1860
|
-
<tr>
|
1861
|
-
<td>Name</td>
|
1862
|
-
<td>Type</td>
|
1863
|
-
<td>Optional</td>
|
1864
|
-
</tr>
|
1865
|
-
</thead>
|
1866
|
-
<tbody>
|
1867
|
-
<tr>
|
1868
|
-
<td>value</td>
|
1869
|
-
|
1870
|
-
<td>
|
1871
|
-
<code>BooleanInput</code>
|
1872
|
-
</td>
|
1873
|
-
|
1874
|
-
<td>
|
1875
|
-
No
|
1876
|
-
</td>
|
1877
|
-
|
1878
|
-
</tr>
|
1879
|
-
</tbody>
|
1880
|
-
</table>
|
1881
|
-
</div>
|
1882
|
-
<div>
|
1883
|
-
</div>
|
1884
|
-
<div class="io-description">
|
1885
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
1886
|
-
|
1887
|
-
</div>
|
1888
|
-
</td>
|
1889
|
-
</tr>
|
1890
|
-
</tbody>
|
1891
|
-
</table>
|
1892
|
-
<table class="table table-sm table-bordered">
|
1893
|
-
<tbody>
|
1894
|
-
<tr>
|
1895
|
-
<td class="col-md-4">
|
1896
|
-
<a name="isExpandOnHover"></a>
|
1897
|
-
<span class="name"><b>isExpandOnHover</b><a href="#isExpandOnHover"><span class="icon ion-ios-link"></span></a></span>
|
1898
|
-
</td>
|
1899
|
-
</tr>
|
1900
|
-
|
1901
|
-
<tr>
|
1902
|
-
<td class="col-md-4">
|
1903
|
-
<span class="accessor"><b>get</b><code>isExpandOnHover()</code></span>
|
1904
|
-
</td>
|
1905
|
-
</tr>
|
1906
|
-
|
1907
|
-
<tr>
|
1908
|
-
<td class="col-md-4">
|
1909
|
-
<span class="accessor"><b>set</b><code>isExpandOnHover(value: BooleanInput)</code></span>
|
1910
|
-
</td>
|
1911
|
-
</tr>
|
1912
|
-
<tr>
|
1913
|
-
<td class="col-md-4">
|
1914
|
-
|
1915
|
-
<div class="io-description">
|
1916
|
-
<b>Parameters :</b>
|
1917
|
-
<table class="params">
|
1918
|
-
<thead>
|
1919
|
-
<tr>
|
1920
|
-
<td>Name</td>
|
1921
|
-
<td>Type</td>
|
1922
|
-
<td>Optional</td>
|
1923
|
-
</tr>
|
1924
|
-
</thead>
|
1925
|
-
<tbody>
|
1926
|
-
<tr>
|
1927
|
-
<td>value</td>
|
1928
|
-
|
1929
|
-
<td>
|
1930
|
-
<code>BooleanInput</code>
|
1931
|
-
</td>
|
1932
|
-
|
1933
|
-
<td>
|
1934
|
-
No
|
1935
|
-
</td>
|
1936
|
-
|
1937
|
-
</tr>
|
1938
|
-
</tbody>
|
1939
|
-
</table>
|
1940
|
-
</div>
|
1941
|
-
<div>
|
1942
|
-
</div>
|
1943
|
-
<div class="io-description">
|
1944
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
1945
|
-
|
1946
|
-
</div>
|
1947
|
-
</td>
|
1948
|
-
</tr>
|
1949
|
-
</tbody>
|
1950
|
-
</table>
|
1951
|
-
<table class="table table-sm table-bordered">
|
1952
|
-
<tbody>
|
1953
|
-
<tr>
|
1954
|
-
<td class="col-md-4">
|
1955
|
-
<a name="hasTabNavigation"></a>
|
1956
|
-
<span class="name"><b>hasTabNavigation</b><a href="#hasTabNavigation"><span class="icon ion-ios-link"></span></a></span>
|
1957
|
-
</td>
|
1958
|
-
</tr>
|
1959
|
-
|
1960
|
-
<tr>
|
1961
|
-
<td class="col-md-4">
|
1962
|
-
<span class="accessor"><b>get</b><code>hasTabNavigation()</code></span>
|
1963
|
-
</td>
|
1964
|
-
</tr>
|
1965
|
-
|
1966
|
-
<tr>
|
1967
|
-
<td class="col-md-4">
|
1968
|
-
<span class="accessor"><b>set</b><code>hasTabNavigation(value: BooleanInput)</code></span>
|
1969
|
-
</td>
|
1970
|
-
</tr>
|
1971
|
-
<tr>
|
1972
|
-
<td class="col-md-4">
|
1973
|
-
|
1974
|
-
<div class="io-description">
|
1975
|
-
<b>Parameters :</b>
|
1976
|
-
<table class="params">
|
1977
|
-
<thead>
|
1978
|
-
<tr>
|
1979
|
-
<td>Name</td>
|
1980
|
-
<td>Type</td>
|
1981
|
-
<td>Optional</td>
|
1982
|
-
</tr>
|
1983
|
-
</thead>
|
1984
|
-
<tbody>
|
1985
|
-
<tr>
|
1986
|
-
<td>value</td>
|
1987
|
-
|
1988
|
-
<td>
|
1989
|
-
<code>BooleanInput</code>
|
1990
|
-
</td>
|
1991
|
-
|
1992
|
-
<td>
|
1993
|
-
No
|
1994
|
-
</td>
|
1995
|
-
|
1996
|
-
</tr>
|
1997
|
-
</tbody>
|
1998
|
-
</table>
|
1999
|
-
</div>
|
2000
|
-
<div>
|
2001
|
-
</div>
|
2002
|
-
<div class="io-description">
|
2003
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
2004
|
-
|
2005
|
-
</div>
|
2006
|
-
</td>
|
2007
|
-
</tr>
|
2008
|
-
</tbody>
|
2009
|
-
</table>
|
2010
1668
|
<table class="table table-sm table-bordered">
|
2011
1669
|
<tbody>
|
2012
1670
|
<tr>
|
@@ -355,7 +355,7 @@
|
|
355
355
|
</tr>
|
356
356
|
<tr>
|
357
357
|
<td class="col-md-4">
|
358
|
-
<i>Type : </i>
|
358
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
359
359
|
|
360
360
|
</td>
|
361
361
|
</tr>
|
@@ -376,7 +376,7 @@
|
|
376
376
|
</tr>
|
377
377
|
<tr>
|
378
378
|
<td class="col-md-4">
|
379
|
-
<i>Type : </i>
|
379
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
380
380
|
|
381
381
|
</td>
|
382
382
|
</tr>
|
@@ -461,7 +461,7 @@
|
|
461
461
|
</tr>
|
462
462
|
<tr>
|
463
463
|
<td class="col-md-4">
|
464
|
-
<i>Type : </i>
|
464
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
465
465
|
|
466
466
|
</td>
|
467
467
|
</tr>
|
@@ -482,7 +482,7 @@
|
|
482
482
|
</tr>
|
483
483
|
<tr>
|
484
484
|
<td class="col-md-4">
|
485
|
-
<i>Type : </i>
|
485
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
486
486
|
|
487
487
|
</td>
|
488
488
|
</tr>
|
@@ -503,7 +503,7 @@
|
|
503
503
|
</tr>
|
504
504
|
<tr>
|
505
505
|
<td class="col-md-4">
|
506
|
-
<i>Type : </i>
|
506
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
507
507
|
|
508
508
|
</td>
|
509
509
|
</tr>
|
@@ -524,7 +524,7 @@
|
|
524
524
|
</tr>
|
525
525
|
<tr>
|
526
526
|
<td class="col-md-4">
|
527
|
-
<i>Type : </i>
|
527
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
528
528
|
|
529
529
|
</td>
|
530
530
|
</tr>
|