@eui/components 18.0.0-rc.24 → 18.0.0-rc.26
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/ChartComponent.html +10 -124
- package/docs/components/EuiEditorCountersComponent.html +15 -202
- package/docs/components/EuiNotificationItemComponent.html +5 -62
- package/docs/components/EuiNotificationItemV2Component.html +5 -62
- package/docs/components/EuiNotificationsComponent.html +40 -512
- package/docs/components/EuiNotificationsV2Component.html +40 -507
- package/docs/components/EuiPageBreadcrumbComponent.html +8 -0
- package/docs/components/EuiPageColumnComponent.html +19 -113
- package/docs/components/EuiPageColumnsComponent.html +8 -0
- package/docs/components/EuiPageComponent.html +8 -0
- package/docs/components/EuiPageContentComponent.html +8 -0
- package/docs/components/EuiPageFooterComponent.html +8 -0
- package/docs/components/EuiPageHeaderActionItemsComponent.html +8 -0
- package/docs/components/EuiPageHeaderBodyComponent.html +8 -0
- package/docs/components/EuiPageHeaderComponent.html +15 -2
- package/docs/components/EuiPageHeaderSubLabelComponent.html +8 -0
- package/docs/components/EuiPageHeroHeaderComponent.html +8 -0
- package/docs/components/EuiPageTopContentComponent.html +8 -0
- package/docs/components/EuiPaginatorComponent.html +15 -209
- package/docs/components/EuiSelectComponent.html +0 -62
- package/docs/components/EuiTreeComponent.html +45 -558
- package/docs/components/EuiWizardComponent.html +15 -202
- package/docs/components/EuiWizardStepComponent.html +30 -388
- package/docs/components/QuillEditorComponent.html +20 -326
- package/docs/dependencies.html +3 -1
- package/docs/directives/AutoResizeDirective.html +5 -62
- package/docs/directives/EuiNgSelectOptionDirective.html +0 -62
- package/docs/directives/EuiPageColumnBodyContentDirective.html +4 -0
- package/docs/directives/EuiPageColumnFooterContentDirective.html +4 -0
- package/docs/directives/EuiPageColumnHeaderBodyContentDirective.html +4 -0
- package/docs/directives/EuiPageColumnHeaderCollapsedContentDirective.html +4 -0
- package/docs/directives/EuiPageColumnHeaderLeftContentDirective.html +4 -0
- package/docs/directives/EuiPageColumnHeaderRightContentDirective.html +4 -0
- package/docs/js/menu-wc.js +90 -20
- package/docs/js/menu-wc_es5.js +1 -1
- package/docs/js/search/search_index.js +2 -2
- package/docs/miscellaneous/variables.html +51 -51
- package/docs/modules/EuiHeaderModule.html +68 -20
- package/docs/modules/EuiPageModule.html +95 -17
- package/docs/modules/EuiToolbarModule.html +68 -20
- package/esm2022/eui-page/components/eui-page-breadcrumb/eui-page-breadcrumb.component.mjs +5 -3
- package/esm2022/eui-page/components/eui-page-column/eui-page-column.component.mjs +29 -42
- package/esm2022/eui-page/components/eui-page-columns/eui-page-columns.component.mjs +5 -3
- package/esm2022/eui-page/components/eui-page-content/eui-page-content.component.mjs +5 -3
- package/esm2022/eui-page/components/eui-page-footer/eui-page-footer.component.mjs +5 -3
- package/esm2022/eui-page/components/eui-page-header/components/eui-page-header-action-items.component.mjs +5 -3
- package/esm2022/eui-page/components/eui-page-header/components/eui-page-header-body.component.mjs +5 -3
- package/esm2022/eui-page/components/eui-page-header/components/eui-page-header-sub-label.component.mjs +5 -3
- package/esm2022/eui-page/components/eui-page-header/eui-page-header.component.mjs +14 -6
- package/esm2022/eui-page/components/eui-page-hero-header/eui-page-hero-header.component.mjs +4 -4
- package/esm2022/eui-page/components/eui-page-top-content/eui-page-top-content.component.mjs +5 -3
- package/esm2022/eui-page/eui-page.component.mjs +4 -4
- package/esm2022/eui-page/eui-page.module.mjs +9 -28
- package/esm2022/eui-paginator/eui-paginator.component.mjs +12 -28
- package/esm2022/eui-select/eui-select-option.directive.mjs +6 -12
- package/esm2022/eui-select/eui-select.component.mjs +5 -10
- package/esm2022/eui-sidebar-menu/eui-sidebar-menu.component.mjs +2 -2
- package/esm2022/eui-textarea/auto-resize.directive.mjs +7 -12
- package/esm2022/eui-tree/eui-tree.component.mjs +31 -78
- package/esm2022/eui-wizard/eui-wizard-step.component.mjs +21 -52
- package/esm2022/eui-wizard/eui-wizard.component.mjs +12 -28
- package/esm2022/externals/charts/chart/chart.component.mjs +9 -12
- package/esm2022/externals/eui-editor/counters/eui-editor-counters.component.mjs +12 -28
- package/esm2022/externals/quill/quill-editor.component.mjs +17 -43
- package/esm2022/layout/eui-notifications/eui-notification-item.component.mjs +6 -12
- package/esm2022/layout/eui-notifications/eui-notifications.component.mjs +27 -68
- package/esm2022/layout/eui-notifications-v2/eui-notification-item.component.mjs +6 -12
- package/esm2022/layout/eui-notifications-v2/eui-notifications.component.mjs +30 -77
- package/eui-page/components/eui-page-breadcrumb/eui-page-breadcrumb.component.d.ts +1 -1
- package/eui-page/components/eui-page-breadcrumb/eui-page-breadcrumb.component.d.ts.map +1 -1
- package/eui-page/components/eui-page-column/eui-page-column.component.d.ts +7 -8
- package/eui-page/components/eui-page-column/eui-page-column.component.d.ts.map +1 -1
- package/eui-page/components/eui-page-columns/eui-page-columns.component.d.ts +1 -1
- package/eui-page/components/eui-page-columns/eui-page-columns.component.d.ts.map +1 -1
- package/eui-page/components/eui-page-content/eui-page-content.component.d.ts +1 -1
- package/eui-page/components/eui-page-content/eui-page-content.component.d.ts.map +1 -1
- package/eui-page/components/eui-page-footer/eui-page-footer.component.d.ts +1 -1
- package/eui-page/components/eui-page-footer/eui-page-footer.component.d.ts.map +1 -1
- package/eui-page/components/eui-page-header/components/eui-page-header-action-items.component.d.ts +1 -1
- package/eui-page/components/eui-page-header/components/eui-page-header-action-items.component.d.ts.map +1 -1
- package/eui-page/components/eui-page-header/components/eui-page-header-body.component.d.ts +1 -1
- package/eui-page/components/eui-page-header/components/eui-page-header-body.component.d.ts.map +1 -1
- package/eui-page/components/eui-page-header/components/eui-page-header-sub-label.component.d.ts +1 -1
- package/eui-page/components/eui-page-header/components/eui-page-header-sub-label.component.d.ts.map +1 -1
- package/eui-page/components/eui-page-header/eui-page-header.component.d.ts +1 -1
- package/eui-page/components/eui-page-header/eui-page-header.component.d.ts.map +1 -1
- package/eui-page/components/eui-page-hero-header/eui-page-hero-header.component.d.ts +1 -1
- package/eui-page/components/eui-page-hero-header/eui-page-hero-header.component.d.ts.map +1 -1
- package/eui-page/components/eui-page-top-content/eui-page-top-content.component.d.ts +1 -1
- package/eui-page/components/eui-page-top-content/eui-page-top-content.component.d.ts.map +1 -1
- package/eui-page/eui-page.component.d.ts +1 -1
- package/eui-page/eui-page.component.d.ts.map +1 -1
- package/eui-page/eui-page.module.d.ts +1 -6
- package/eui-page/eui-page.module.d.ts.map +1 -1
- package/eui-paginator/eui-paginator.component.d.ts +6 -10
- package/eui-paginator/eui-paginator.component.d.ts.map +1 -1
- package/eui-select/eui-select-option.directive.d.ts +2 -4
- package/eui-select/eui-select-option.directive.d.ts.map +1 -1
- package/eui-select/eui-select.component.d.ts +2 -3
- package/eui-select/eui-select.component.d.ts.map +1 -1
- package/eui-textarea/auto-resize.directive.d.ts +3 -5
- package/eui-textarea/auto-resize.directive.d.ts.map +1 -1
- package/eui-tree/eui-tree.component.d.ts +18 -28
- package/eui-tree/eui-tree.component.d.ts.map +1 -1
- package/eui-wizard/eui-wizard-step.component.d.ts +12 -19
- package/eui-wizard/eui-wizard-step.component.d.ts.map +1 -1
- package/eui-wizard/eui-wizard.component.d.ts +6 -10
- package/eui-wizard/eui-wizard.component.d.ts.map +1 -1
- package/externals/charts/chart/chart.component.d.ts +4 -7
- package/externals/charts/chart/chart.component.d.ts.map +1 -1
- package/externals/eui-editor/counters/eui-editor-counters.component.d.ts +6 -10
- package/externals/eui-editor/counters/eui-editor-counters.component.d.ts.map +1 -1
- package/externals/quill/quill-editor.component.d.ts +10 -16
- package/externals/quill/quill-editor.component.d.ts.map +1 -1
- package/fesm2022/eui-components-eui-page.mjs +73 -83
- package/fesm2022/eui-components-eui-page.mjs.map +1 -1
- package/fesm2022/eui-components-eui-paginator.mjs +11 -27
- package/fesm2022/eui-components-eui-paginator.mjs.map +1 -1
- package/fesm2022/eui-components-eui-select.mjs +8 -18
- package/fesm2022/eui-components-eui-select.mjs.map +1 -1
- package/fesm2022/eui-components-eui-sidebar-menu.mjs +2 -2
- package/fesm2022/eui-components-eui-textarea.mjs +4 -9
- package/fesm2022/eui-components-eui-textarea.mjs.map +1 -1
- package/fesm2022/eui-components-eui-tree.mjs +30 -77
- package/fesm2022/eui-components-eui-tree.mjs.map +1 -1
- package/fesm2022/eui-components-eui-wizard.mjs +30 -76
- package/fesm2022/eui-components-eui-wizard.mjs.map +1 -1
- package/fesm2022/eui-components-externals-charts.mjs +8 -11
- package/fesm2022/eui-components-externals-charts.mjs.map +1 -1
- package/fesm2022/eui-components-externals-eui-editor.mjs +11 -26
- package/fesm2022/eui-components-externals-eui-editor.mjs.map +1 -1
- package/fesm2022/eui-components-externals-quill.mjs +16 -42
- package/fesm2022/eui-components-externals-quill.mjs.map +1 -1
- package/fesm2022/eui-components-layout.mjs +61 -157
- package/fesm2022/eui-components-layout.mjs.map +1 -1
- package/layout/eui-notifications/eui-notification-item.component.d.ts +2 -4
- package/layout/eui-notifications/eui-notification-item.component.d.ts.map +1 -1
- package/layout/eui-notifications/eui-notifications.component.d.ts +16 -25
- package/layout/eui-notifications/eui-notifications.component.d.ts.map +1 -1
- package/layout/eui-notifications-v2/eui-notification-item.component.d.ts +2 -4
- package/layout/eui-notifications-v2/eui-notification-item.component.d.ts.map +1 -1
- package/layout/eui-notifications-v2/eui-notifications.component.d.ts +16 -25
- package/layout/eui-notifications-v2/eui-notifications.component.d.ts.map +1 -1
- package/package.json +3 -3
@@ -388,33 +388,6 @@
|
|
388
388
|
<li>
|
389
389
|
<a href="#cssClasses" >cssClasses</a>
|
390
390
|
</li>
|
391
|
-
<li>
|
392
|
-
<a href="#isClickTogglingNode" >isClickTogglingNode</a>
|
393
|
-
</li>
|
394
|
-
<li>
|
395
|
-
<a href="#isMultiselect" >isMultiselect</a>
|
396
|
-
</li>
|
397
|
-
<li>
|
398
|
-
<a href="#isSingleSelect" >isSingleSelect</a>
|
399
|
-
</li>
|
400
|
-
<li>
|
401
|
-
<a href="#isRecursiveSelection" >isRecursiveSelection</a>
|
402
|
-
</li>
|
403
|
-
<li>
|
404
|
-
<a href="#isRecursiveParentSelection" >isRecursiveParentSelection</a>
|
405
|
-
</li>
|
406
|
-
<li>
|
407
|
-
<a href="#showUnderlinedLinks" >showUnderlinedLinks</a>
|
408
|
-
</li>
|
409
|
-
<li>
|
410
|
-
<a href="#showLines" >showLines</a>
|
411
|
-
</li>
|
412
|
-
<li>
|
413
|
-
<a href="#autoTranslate" >autoTranslate</a>
|
414
|
-
</li>
|
415
|
-
<li>
|
416
|
-
<a href="#highlightPath" >highlightPath</a>
|
417
|
-
</li>
|
418
391
|
</ul>
|
419
392
|
</td>
|
420
393
|
</tr>
|
@@ -494,6 +467,11 @@
|
|
494
467
|
|
495
468
|
</td>
|
496
469
|
</tr>
|
470
|
+
<tr>
|
471
|
+
<td class="col-md-4">
|
472
|
+
<i>Default value : </i><code>true</code>
|
473
|
+
</td>
|
474
|
+
</tr>
|
497
475
|
</tbody>
|
498
476
|
</table>
|
499
477
|
<table class="table table-sm table-bordered">
|
@@ -605,6 +583,11 @@
|
|
605
583
|
|
606
584
|
</td>
|
607
585
|
</tr>
|
586
|
+
<tr>
|
587
|
+
<td class="col-md-4">
|
588
|
+
<i>Default value : </i><code>false</code>
|
589
|
+
</td>
|
590
|
+
</tr>
|
608
591
|
</tbody>
|
609
592
|
</table>
|
610
593
|
<table class="table table-sm table-bordered">
|
@@ -621,6 +604,11 @@
|
|
621
604
|
|
622
605
|
</td>
|
623
606
|
</tr>
|
607
|
+
<tr>
|
608
|
+
<td class="col-md-4">
|
609
|
+
<i>Default value : </i><code>false</code>
|
610
|
+
</td>
|
611
|
+
</tr>
|
624
612
|
</tbody>
|
625
613
|
</table>
|
626
614
|
<table class="table table-sm table-bordered">
|
@@ -637,6 +625,11 @@
|
|
637
625
|
|
638
626
|
</td>
|
639
627
|
</tr>
|
628
|
+
<tr>
|
629
|
+
<td class="col-md-4">
|
630
|
+
<i>Default value : </i><code>false</code>
|
631
|
+
</td>
|
632
|
+
</tr>
|
640
633
|
</tbody>
|
641
634
|
</table>
|
642
635
|
<table class="table table-sm table-bordered">
|
@@ -653,6 +646,11 @@
|
|
653
646
|
|
654
647
|
</td>
|
655
648
|
</tr>
|
649
|
+
<tr>
|
650
|
+
<td class="col-md-4">
|
651
|
+
<i>Default value : </i><code>true</code>
|
652
|
+
</td>
|
653
|
+
</tr>
|
656
654
|
</tbody>
|
657
655
|
</table>
|
658
656
|
<table class="table table-sm table-bordered">
|
@@ -669,6 +667,11 @@
|
|
669
667
|
|
670
668
|
</td>
|
671
669
|
</tr>
|
670
|
+
<tr>
|
671
|
+
<td class="col-md-4">
|
672
|
+
<i>Default value : </i><code>false</code>
|
673
|
+
</td>
|
674
|
+
</tr>
|
672
675
|
</tbody>
|
673
676
|
</table>
|
674
677
|
<table class="table table-sm table-bordered">
|
@@ -685,6 +688,11 @@
|
|
685
688
|
|
686
689
|
</td>
|
687
690
|
</tr>
|
691
|
+
<tr>
|
692
|
+
<td class="col-md-4">
|
693
|
+
<i>Default value : </i><code>false</code>
|
694
|
+
</td>
|
695
|
+
</tr>
|
688
696
|
</tbody>
|
689
697
|
</table>
|
690
698
|
<table class="table table-sm table-bordered">
|
@@ -765,6 +773,11 @@
|
|
765
773
|
|
766
774
|
</td>
|
767
775
|
</tr>
|
776
|
+
<tr>
|
777
|
+
<td class="col-md-4">
|
778
|
+
<i>Default value : </i><code>true</code>
|
779
|
+
</td>
|
780
|
+
</tr>
|
768
781
|
</tbody>
|
769
782
|
</table>
|
770
783
|
<table class="table table-sm table-bordered">
|
@@ -781,6 +794,11 @@
|
|
781
794
|
|
782
795
|
</td>
|
783
796
|
</tr>
|
797
|
+
<tr>
|
798
|
+
<td class="col-md-4">
|
799
|
+
<i>Default value : </i><code>false</code>
|
800
|
+
</td>
|
801
|
+
</tr>
|
784
802
|
</tbody>
|
785
803
|
</table>
|
786
804
|
</section>
|
@@ -1983,537 +2001,6 @@
|
|
1983
2001
|
|
1984
2002
|
</tbody>
|
1985
2003
|
</table>
|
1986
|
-
<table class="table table-sm table-bordered">
|
1987
|
-
<tbody>
|
1988
|
-
<tr>
|
1989
|
-
<td class="col-md-4">
|
1990
|
-
<a name="isClickTogglingNode"></a>
|
1991
|
-
<span class="name"><b>isClickTogglingNode</b><a href="#isClickTogglingNode"><span class="icon ion-ios-link"></span></a></span>
|
1992
|
-
</td>
|
1993
|
-
</tr>
|
1994
|
-
|
1995
|
-
<tr>
|
1996
|
-
<td class="col-md-4">
|
1997
|
-
<span class="accessor"><b>get</b><code>isClickTogglingNode()</code></span>
|
1998
|
-
</td>
|
1999
|
-
</tr>
|
2000
|
-
|
2001
|
-
<tr>
|
2002
|
-
<td class="col-md-4">
|
2003
|
-
<span class="accessor"><b>set</b><code>isClickTogglingNode(value: BooleanInput)</code></span>
|
2004
|
-
</td>
|
2005
|
-
</tr>
|
2006
|
-
<tr>
|
2007
|
-
<td class="col-md-4">
|
2008
|
-
|
2009
|
-
<div class="io-description">
|
2010
|
-
<b>Parameters :</b>
|
2011
|
-
<table class="params">
|
2012
|
-
<thead>
|
2013
|
-
<tr>
|
2014
|
-
<td>Name</td>
|
2015
|
-
<td>Type</td>
|
2016
|
-
<td>Optional</td>
|
2017
|
-
</tr>
|
2018
|
-
</thead>
|
2019
|
-
<tbody>
|
2020
|
-
<tr>
|
2021
|
-
<td>value</td>
|
2022
|
-
|
2023
|
-
<td>
|
2024
|
-
<code>BooleanInput</code>
|
2025
|
-
</td>
|
2026
|
-
|
2027
|
-
<td>
|
2028
|
-
No
|
2029
|
-
</td>
|
2030
|
-
|
2031
|
-
</tr>
|
2032
|
-
</tbody>
|
2033
|
-
</table>
|
2034
|
-
</div>
|
2035
|
-
<div>
|
2036
|
-
</div>
|
2037
|
-
<div class="io-description">
|
2038
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
2039
|
-
|
2040
|
-
</div>
|
2041
|
-
</td>
|
2042
|
-
</tr>
|
2043
|
-
</tbody>
|
2044
|
-
</table>
|
2045
|
-
<table class="table table-sm table-bordered">
|
2046
|
-
<tbody>
|
2047
|
-
<tr>
|
2048
|
-
<td class="col-md-4">
|
2049
|
-
<a name="isMultiselect"></a>
|
2050
|
-
<span class="name"><b>isMultiselect</b><a href="#isMultiselect"><span class="icon ion-ios-link"></span></a></span>
|
2051
|
-
</td>
|
2052
|
-
</tr>
|
2053
|
-
|
2054
|
-
<tr>
|
2055
|
-
<td class="col-md-4">
|
2056
|
-
<span class="accessor"><b>get</b><code>isMultiselect()</code></span>
|
2057
|
-
</td>
|
2058
|
-
</tr>
|
2059
|
-
|
2060
|
-
<tr>
|
2061
|
-
<td class="col-md-4">
|
2062
|
-
<span class="accessor"><b>set</b><code>isMultiselect(value: BooleanInput)</code></span>
|
2063
|
-
</td>
|
2064
|
-
</tr>
|
2065
|
-
<tr>
|
2066
|
-
<td class="col-md-4">
|
2067
|
-
|
2068
|
-
<div class="io-description">
|
2069
|
-
<b>Parameters :</b>
|
2070
|
-
<table class="params">
|
2071
|
-
<thead>
|
2072
|
-
<tr>
|
2073
|
-
<td>Name</td>
|
2074
|
-
<td>Type</td>
|
2075
|
-
<td>Optional</td>
|
2076
|
-
</tr>
|
2077
|
-
</thead>
|
2078
|
-
<tbody>
|
2079
|
-
<tr>
|
2080
|
-
<td>value</td>
|
2081
|
-
|
2082
|
-
<td>
|
2083
|
-
<code>BooleanInput</code>
|
2084
|
-
</td>
|
2085
|
-
|
2086
|
-
<td>
|
2087
|
-
No
|
2088
|
-
</td>
|
2089
|
-
|
2090
|
-
</tr>
|
2091
|
-
</tbody>
|
2092
|
-
</table>
|
2093
|
-
</div>
|
2094
|
-
<div>
|
2095
|
-
</div>
|
2096
|
-
<div class="io-description">
|
2097
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
2098
|
-
|
2099
|
-
</div>
|
2100
|
-
</td>
|
2101
|
-
</tr>
|
2102
|
-
</tbody>
|
2103
|
-
</table>
|
2104
|
-
<table class="table table-sm table-bordered">
|
2105
|
-
<tbody>
|
2106
|
-
<tr>
|
2107
|
-
<td class="col-md-4">
|
2108
|
-
<a name="isSingleSelect"></a>
|
2109
|
-
<span class="name"><b>isSingleSelect</b><a href="#isSingleSelect"><span class="icon ion-ios-link"></span></a></span>
|
2110
|
-
</td>
|
2111
|
-
</tr>
|
2112
|
-
|
2113
|
-
<tr>
|
2114
|
-
<td class="col-md-4">
|
2115
|
-
<span class="accessor"><b>get</b><code>isSingleSelect()</code></span>
|
2116
|
-
</td>
|
2117
|
-
</tr>
|
2118
|
-
|
2119
|
-
<tr>
|
2120
|
-
<td class="col-md-4">
|
2121
|
-
<span class="accessor"><b>set</b><code>isSingleSelect(value: BooleanInput)</code></span>
|
2122
|
-
</td>
|
2123
|
-
</tr>
|
2124
|
-
<tr>
|
2125
|
-
<td class="col-md-4">
|
2126
|
-
|
2127
|
-
<div class="io-description">
|
2128
|
-
<b>Parameters :</b>
|
2129
|
-
<table class="params">
|
2130
|
-
<thead>
|
2131
|
-
<tr>
|
2132
|
-
<td>Name</td>
|
2133
|
-
<td>Type</td>
|
2134
|
-
<td>Optional</td>
|
2135
|
-
</tr>
|
2136
|
-
</thead>
|
2137
|
-
<tbody>
|
2138
|
-
<tr>
|
2139
|
-
<td>value</td>
|
2140
|
-
|
2141
|
-
<td>
|
2142
|
-
<code>BooleanInput</code>
|
2143
|
-
</td>
|
2144
|
-
|
2145
|
-
<td>
|
2146
|
-
No
|
2147
|
-
</td>
|
2148
|
-
|
2149
|
-
</tr>
|
2150
|
-
</tbody>
|
2151
|
-
</table>
|
2152
|
-
</div>
|
2153
|
-
<div>
|
2154
|
-
</div>
|
2155
|
-
<div class="io-description">
|
2156
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
2157
|
-
|
2158
|
-
</div>
|
2159
|
-
</td>
|
2160
|
-
</tr>
|
2161
|
-
</tbody>
|
2162
|
-
</table>
|
2163
|
-
<table class="table table-sm table-bordered">
|
2164
|
-
<tbody>
|
2165
|
-
<tr>
|
2166
|
-
<td class="col-md-4">
|
2167
|
-
<a name="isRecursiveSelection"></a>
|
2168
|
-
<span class="name"><b>isRecursiveSelection</b><a href="#isRecursiveSelection"><span class="icon ion-ios-link"></span></a></span>
|
2169
|
-
</td>
|
2170
|
-
</tr>
|
2171
|
-
|
2172
|
-
<tr>
|
2173
|
-
<td class="col-md-4">
|
2174
|
-
<span class="accessor"><b>get</b><code>isRecursiveSelection()</code></span>
|
2175
|
-
</td>
|
2176
|
-
</tr>
|
2177
|
-
|
2178
|
-
<tr>
|
2179
|
-
<td class="col-md-4">
|
2180
|
-
<span class="accessor"><b>set</b><code>isRecursiveSelection(value: BooleanInput)</code></span>
|
2181
|
-
</td>
|
2182
|
-
</tr>
|
2183
|
-
<tr>
|
2184
|
-
<td class="col-md-4">
|
2185
|
-
|
2186
|
-
<div class="io-description">
|
2187
|
-
<b>Parameters :</b>
|
2188
|
-
<table class="params">
|
2189
|
-
<thead>
|
2190
|
-
<tr>
|
2191
|
-
<td>Name</td>
|
2192
|
-
<td>Type</td>
|
2193
|
-
<td>Optional</td>
|
2194
|
-
</tr>
|
2195
|
-
</thead>
|
2196
|
-
<tbody>
|
2197
|
-
<tr>
|
2198
|
-
<td>value</td>
|
2199
|
-
|
2200
|
-
<td>
|
2201
|
-
<code>BooleanInput</code>
|
2202
|
-
</td>
|
2203
|
-
|
2204
|
-
<td>
|
2205
|
-
No
|
2206
|
-
</td>
|
2207
|
-
|
2208
|
-
</tr>
|
2209
|
-
</tbody>
|
2210
|
-
</table>
|
2211
|
-
</div>
|
2212
|
-
<div>
|
2213
|
-
</div>
|
2214
|
-
<div class="io-description">
|
2215
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
2216
|
-
|
2217
|
-
</div>
|
2218
|
-
</td>
|
2219
|
-
</tr>
|
2220
|
-
</tbody>
|
2221
|
-
</table>
|
2222
|
-
<table class="table table-sm table-bordered">
|
2223
|
-
<tbody>
|
2224
|
-
<tr>
|
2225
|
-
<td class="col-md-4">
|
2226
|
-
<a name="isRecursiveParentSelection"></a>
|
2227
|
-
<span class="name"><b>isRecursiveParentSelection</b><a href="#isRecursiveParentSelection"><span class="icon ion-ios-link"></span></a></span>
|
2228
|
-
</td>
|
2229
|
-
</tr>
|
2230
|
-
|
2231
|
-
<tr>
|
2232
|
-
<td class="col-md-4">
|
2233
|
-
<span class="accessor"><b>get</b><code>isRecursiveParentSelection()</code></span>
|
2234
|
-
</td>
|
2235
|
-
</tr>
|
2236
|
-
|
2237
|
-
<tr>
|
2238
|
-
<td class="col-md-4">
|
2239
|
-
<span class="accessor"><b>set</b><code>isRecursiveParentSelection(value: BooleanInput)</code></span>
|
2240
|
-
</td>
|
2241
|
-
</tr>
|
2242
|
-
<tr>
|
2243
|
-
<td class="col-md-4">
|
2244
|
-
|
2245
|
-
<div class="io-description">
|
2246
|
-
<b>Parameters :</b>
|
2247
|
-
<table class="params">
|
2248
|
-
<thead>
|
2249
|
-
<tr>
|
2250
|
-
<td>Name</td>
|
2251
|
-
<td>Type</td>
|
2252
|
-
<td>Optional</td>
|
2253
|
-
</tr>
|
2254
|
-
</thead>
|
2255
|
-
<tbody>
|
2256
|
-
<tr>
|
2257
|
-
<td>value</td>
|
2258
|
-
|
2259
|
-
<td>
|
2260
|
-
<code>BooleanInput</code>
|
2261
|
-
</td>
|
2262
|
-
|
2263
|
-
<td>
|
2264
|
-
No
|
2265
|
-
</td>
|
2266
|
-
|
2267
|
-
</tr>
|
2268
|
-
</tbody>
|
2269
|
-
</table>
|
2270
|
-
</div>
|
2271
|
-
<div>
|
2272
|
-
</div>
|
2273
|
-
<div class="io-description">
|
2274
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
2275
|
-
|
2276
|
-
</div>
|
2277
|
-
</td>
|
2278
|
-
</tr>
|
2279
|
-
</tbody>
|
2280
|
-
</table>
|
2281
|
-
<table class="table table-sm table-bordered">
|
2282
|
-
<tbody>
|
2283
|
-
<tr>
|
2284
|
-
<td class="col-md-4">
|
2285
|
-
<a name="showUnderlinedLinks"></a>
|
2286
|
-
<span class="name"><b>showUnderlinedLinks</b><a href="#showUnderlinedLinks"><span class="icon ion-ios-link"></span></a></span>
|
2287
|
-
</td>
|
2288
|
-
</tr>
|
2289
|
-
|
2290
|
-
<tr>
|
2291
|
-
<td class="col-md-4">
|
2292
|
-
<span class="accessor"><b>get</b><code>showUnderlinedLinks()</code></span>
|
2293
|
-
</td>
|
2294
|
-
</tr>
|
2295
|
-
|
2296
|
-
<tr>
|
2297
|
-
<td class="col-md-4">
|
2298
|
-
<span class="accessor"><b>set</b><code>showUnderlinedLinks(value: BooleanInput)</code></span>
|
2299
|
-
</td>
|
2300
|
-
</tr>
|
2301
|
-
<tr>
|
2302
|
-
<td class="col-md-4">
|
2303
|
-
|
2304
|
-
<div class="io-description">
|
2305
|
-
<b>Parameters :</b>
|
2306
|
-
<table class="params">
|
2307
|
-
<thead>
|
2308
|
-
<tr>
|
2309
|
-
<td>Name</td>
|
2310
|
-
<td>Type</td>
|
2311
|
-
<td>Optional</td>
|
2312
|
-
</tr>
|
2313
|
-
</thead>
|
2314
|
-
<tbody>
|
2315
|
-
<tr>
|
2316
|
-
<td>value</td>
|
2317
|
-
|
2318
|
-
<td>
|
2319
|
-
<code>BooleanInput</code>
|
2320
|
-
</td>
|
2321
|
-
|
2322
|
-
<td>
|
2323
|
-
No
|
2324
|
-
</td>
|
2325
|
-
|
2326
|
-
</tr>
|
2327
|
-
</tbody>
|
2328
|
-
</table>
|
2329
|
-
</div>
|
2330
|
-
<div>
|
2331
|
-
</div>
|
2332
|
-
<div class="io-description">
|
2333
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
2334
|
-
|
2335
|
-
</div>
|
2336
|
-
</td>
|
2337
|
-
</tr>
|
2338
|
-
</tbody>
|
2339
|
-
</table>
|
2340
|
-
<table class="table table-sm table-bordered">
|
2341
|
-
<tbody>
|
2342
|
-
<tr>
|
2343
|
-
<td class="col-md-4">
|
2344
|
-
<a name="showLines"></a>
|
2345
|
-
<span class="name"><b>showLines</b><a href="#showLines"><span class="icon ion-ios-link"></span></a></span>
|
2346
|
-
</td>
|
2347
|
-
</tr>
|
2348
|
-
|
2349
|
-
<tr>
|
2350
|
-
<td class="col-md-4">
|
2351
|
-
<span class="accessor"><b>get</b><code>showLines()</code></span>
|
2352
|
-
</td>
|
2353
|
-
</tr>
|
2354
|
-
|
2355
|
-
<tr>
|
2356
|
-
<td class="col-md-4">
|
2357
|
-
<span class="accessor"><b>set</b><code>showLines(value: BooleanInput)</code></span>
|
2358
|
-
</td>
|
2359
|
-
</tr>
|
2360
|
-
<tr>
|
2361
|
-
<td class="col-md-4">
|
2362
|
-
|
2363
|
-
<div class="io-description">
|
2364
|
-
<b>Parameters :</b>
|
2365
|
-
<table class="params">
|
2366
|
-
<thead>
|
2367
|
-
<tr>
|
2368
|
-
<td>Name</td>
|
2369
|
-
<td>Type</td>
|
2370
|
-
<td>Optional</td>
|
2371
|
-
</tr>
|
2372
|
-
</thead>
|
2373
|
-
<tbody>
|
2374
|
-
<tr>
|
2375
|
-
<td>value</td>
|
2376
|
-
|
2377
|
-
<td>
|
2378
|
-
<code>BooleanInput</code>
|
2379
|
-
</td>
|
2380
|
-
|
2381
|
-
<td>
|
2382
|
-
No
|
2383
|
-
</td>
|
2384
|
-
|
2385
|
-
</tr>
|
2386
|
-
</tbody>
|
2387
|
-
</table>
|
2388
|
-
</div>
|
2389
|
-
<div>
|
2390
|
-
</div>
|
2391
|
-
<div class="io-description">
|
2392
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
2393
|
-
|
2394
|
-
</div>
|
2395
|
-
</td>
|
2396
|
-
</tr>
|
2397
|
-
</tbody>
|
2398
|
-
</table>
|
2399
|
-
<table class="table table-sm table-bordered">
|
2400
|
-
<tbody>
|
2401
|
-
<tr>
|
2402
|
-
<td class="col-md-4">
|
2403
|
-
<a name="autoTranslate"></a>
|
2404
|
-
<span class="name"><b>autoTranslate</b><a href="#autoTranslate"><span class="icon ion-ios-link"></span></a></span>
|
2405
|
-
</td>
|
2406
|
-
</tr>
|
2407
|
-
|
2408
|
-
<tr>
|
2409
|
-
<td class="col-md-4">
|
2410
|
-
<span class="accessor"><b>get</b><code>autoTranslate()</code></span>
|
2411
|
-
</td>
|
2412
|
-
</tr>
|
2413
|
-
|
2414
|
-
<tr>
|
2415
|
-
<td class="col-md-4">
|
2416
|
-
<span class="accessor"><b>set</b><code>autoTranslate(value: BooleanInput)</code></span>
|
2417
|
-
</td>
|
2418
|
-
</tr>
|
2419
|
-
<tr>
|
2420
|
-
<td class="col-md-4">
|
2421
|
-
|
2422
|
-
<div class="io-description">
|
2423
|
-
<b>Parameters :</b>
|
2424
|
-
<table class="params">
|
2425
|
-
<thead>
|
2426
|
-
<tr>
|
2427
|
-
<td>Name</td>
|
2428
|
-
<td>Type</td>
|
2429
|
-
<td>Optional</td>
|
2430
|
-
</tr>
|
2431
|
-
</thead>
|
2432
|
-
<tbody>
|
2433
|
-
<tr>
|
2434
|
-
<td>value</td>
|
2435
|
-
|
2436
|
-
<td>
|
2437
|
-
<code>BooleanInput</code>
|
2438
|
-
</td>
|
2439
|
-
|
2440
|
-
<td>
|
2441
|
-
No
|
2442
|
-
</td>
|
2443
|
-
|
2444
|
-
</tr>
|
2445
|
-
</tbody>
|
2446
|
-
</table>
|
2447
|
-
</div>
|
2448
|
-
<div>
|
2449
|
-
</div>
|
2450
|
-
<div class="io-description">
|
2451
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
2452
|
-
|
2453
|
-
</div>
|
2454
|
-
</td>
|
2455
|
-
</tr>
|
2456
|
-
</tbody>
|
2457
|
-
</table>
|
2458
|
-
<table class="table table-sm table-bordered">
|
2459
|
-
<tbody>
|
2460
|
-
<tr>
|
2461
|
-
<td class="col-md-4">
|
2462
|
-
<a name="highlightPath"></a>
|
2463
|
-
<span class="name"><b>highlightPath</b><a href="#highlightPath"><span class="icon ion-ios-link"></span></a></span>
|
2464
|
-
</td>
|
2465
|
-
</tr>
|
2466
|
-
|
2467
|
-
<tr>
|
2468
|
-
<td class="col-md-4">
|
2469
|
-
<span class="accessor"><b>get</b><code>highlightPath()</code></span>
|
2470
|
-
</td>
|
2471
|
-
</tr>
|
2472
|
-
|
2473
|
-
<tr>
|
2474
|
-
<td class="col-md-4">
|
2475
|
-
<span class="accessor"><b>set</b><code>highlightPath(value: BooleanInput)</code></span>
|
2476
|
-
</td>
|
2477
|
-
</tr>
|
2478
|
-
<tr>
|
2479
|
-
<td class="col-md-4">
|
2480
|
-
|
2481
|
-
<div class="io-description">
|
2482
|
-
<b>Parameters :</b>
|
2483
|
-
<table class="params">
|
2484
|
-
<thead>
|
2485
|
-
<tr>
|
2486
|
-
<td>Name</td>
|
2487
|
-
<td>Type</td>
|
2488
|
-
<td>Optional</td>
|
2489
|
-
</tr>
|
2490
|
-
</thead>
|
2491
|
-
<tbody>
|
2492
|
-
<tr>
|
2493
|
-
<td>value</td>
|
2494
|
-
|
2495
|
-
<td>
|
2496
|
-
<code>BooleanInput</code>
|
2497
|
-
</td>
|
2498
|
-
|
2499
|
-
<td>
|
2500
|
-
No
|
2501
|
-
</td>
|
2502
|
-
|
2503
|
-
</tr>
|
2504
|
-
</tbody>
|
2505
|
-
</table>
|
2506
|
-
</div>
|
2507
|
-
<div>
|
2508
|
-
</div>
|
2509
|
-
<div class="io-description">
|
2510
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
2511
|
-
|
2512
|
-
</div>
|
2513
|
-
</td>
|
2514
|
-
</tr>
|
2515
|
-
</tbody>
|
2516
|
-
</table>
|
2517
2004
|
</section>
|
2518
2005
|
</div>
|
2519
2006
|
|