@eui/components 18.0.0-rc.25 → 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/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 +1 -1
- package/docs/directives/AutoResizeDirective.html +5 -62
- package/docs/directives/EuiNgSelectOptionDirective.html +0 -62
- package/docs/js/menu-wc.js +3 -3
- package/docs/js/menu-wc_es5.js +1 -1
- package/docs/js/search/search_index.js +2 -2
- 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-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-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-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-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
@@ -394,41 +394,6 @@
|
|
394
394
|
</td>
|
395
395
|
</tr>
|
396
396
|
|
397
|
-
<tr>
|
398
|
-
<td class="col-md-4">
|
399
|
-
<h6><b>Accessors</b></h6>
|
400
|
-
</td>
|
401
|
-
</tr>
|
402
|
-
<tr>
|
403
|
-
<td class="col-md-4">
|
404
|
-
<ul class="index-list">
|
405
|
-
<li>
|
406
|
-
<a href="#noNotificationFoundLink" >noNotificationFoundLink</a>
|
407
|
-
</li>
|
408
|
-
<li>
|
409
|
-
<a href="#isShowMarkAsRead" >isShowMarkAsRead</a>
|
410
|
-
</li>
|
411
|
-
<li>
|
412
|
-
<a href="#isShowViewAllAction" >isShowViewAllAction</a>
|
413
|
-
</li>
|
414
|
-
<li>
|
415
|
-
<a href="#isHidePanelOnViewAllAction" >isHidePanelOnViewAllAction</a>
|
416
|
-
</li>
|
417
|
-
<li>
|
418
|
-
<a href="#customUnreadCount" >customUnreadCount</a>
|
419
|
-
</li>
|
420
|
-
<li>
|
421
|
-
<a href="#isShowMarkAllAsReadButton" >isShowMarkAllAsReadButton</a>
|
422
|
-
</li>
|
423
|
-
<li>
|
424
|
-
<a href="#isShowSettingsButton" >isShowSettingsButton</a>
|
425
|
-
</li>
|
426
|
-
<li>
|
427
|
-
<a href="#isShowRefreshButton" >isShowRefreshButton</a>
|
428
|
-
</li>
|
429
|
-
</ul>
|
430
|
-
</td>
|
431
|
-
</tr>
|
432
397
|
</tbody>
|
433
398
|
</table>
|
434
399
|
</section>
|
@@ -471,6 +436,11 @@
|
|
471
436
|
|
472
437
|
</td>
|
473
438
|
</tr>
|
439
|
+
<tr>
|
440
|
+
<td class="col-md-4">
|
441
|
+
<i>Default value : </i><code>false</code>
|
442
|
+
</td>
|
443
|
+
</tr>
|
474
444
|
</tbody>
|
475
445
|
</table>
|
476
446
|
<table class="table table-sm table-bordered">
|
@@ -529,6 +499,11 @@
|
|
529
499
|
|
530
500
|
</td>
|
531
501
|
</tr>
|
502
|
+
<tr>
|
503
|
+
<td class="col-md-4">
|
504
|
+
<i>Default value : </i><code>true</code>
|
505
|
+
</td>
|
506
|
+
</tr>
|
532
507
|
</tbody>
|
533
508
|
</table>
|
534
509
|
<table class="table table-sm table-bordered">
|
@@ -545,6 +520,11 @@
|
|
545
520
|
|
546
521
|
</td>
|
547
522
|
</tr>
|
523
|
+
<tr>
|
524
|
+
<td class="col-md-4">
|
525
|
+
<i>Default value : </i><code>true</code>
|
526
|
+
</td>
|
527
|
+
</tr>
|
548
528
|
</tbody>
|
549
529
|
</table>
|
550
530
|
<table class="table table-sm table-bordered">
|
@@ -561,6 +541,11 @@
|
|
561
541
|
|
562
542
|
</td>
|
563
543
|
</tr>
|
544
|
+
<tr>
|
545
|
+
<td class="col-md-4">
|
546
|
+
<i>Default value : </i><code>true</code>
|
547
|
+
</td>
|
548
|
+
</tr>
|
564
549
|
</tbody>
|
565
550
|
</table>
|
566
551
|
<table class="table table-sm table-bordered">
|
@@ -577,6 +562,11 @@
|
|
577
562
|
|
578
563
|
</td>
|
579
564
|
</tr>
|
565
|
+
<tr>
|
566
|
+
<td class="col-md-4">
|
567
|
+
<i>Default value : </i><code>true</code>
|
568
|
+
</td>
|
569
|
+
</tr>
|
580
570
|
</tbody>
|
581
571
|
</table>
|
582
572
|
<table class="table table-sm table-bordered">
|
@@ -593,6 +583,11 @@
|
|
593
583
|
|
594
584
|
</td>
|
595
585
|
</tr>
|
586
|
+
<tr>
|
587
|
+
<td class="col-md-4">
|
588
|
+
<i>Default value : </i><code>true</code>
|
589
|
+
</td>
|
590
|
+
</tr>
|
596
591
|
</tbody>
|
597
592
|
</table>
|
598
593
|
<table class="table table-sm table-bordered">
|
@@ -609,6 +604,11 @@
|
|
609
604
|
|
610
605
|
</td>
|
611
606
|
</tr>
|
607
|
+
<tr>
|
608
|
+
<td class="col-md-4">
|
609
|
+
<i>Default value : </i><code>true</code>
|
610
|
+
</td>
|
611
|
+
</tr>
|
612
612
|
</tbody>
|
613
613
|
</table>
|
614
614
|
<table class="table table-sm table-bordered">
|
@@ -751,6 +751,11 @@
|
|
751
751
|
|
752
752
|
</td>
|
753
753
|
</tr>
|
754
|
+
<tr>
|
755
|
+
<td class="col-md-4">
|
756
|
+
<i>Default value : </i><code>false</code>
|
757
|
+
</td>
|
758
|
+
</tr>
|
754
759
|
</tbody>
|
755
760
|
</table>
|
756
761
|
<table class="table table-sm table-bordered">
|
@@ -1779,483 +1784,6 @@
|
|
1779
1784
|
</table>
|
1780
1785
|
</section>
|
1781
1786
|
|
1782
|
-
<section data-compodoc="block-accessors">
|
1783
|
-
<h3 id="accessors">
|
1784
|
-
Accessors
|
1785
|
-
</h3>
|
1786
|
-
<table class="table table-sm table-bordered">
|
1787
|
-
<tbody>
|
1788
|
-
<tr>
|
1789
|
-
<td class="col-md-4">
|
1790
|
-
<a name="noNotificationFoundLink"></a>
|
1791
|
-
<span class="name"><b>noNotificationFoundLink</b><a href="#noNotificationFoundLink"><span class="icon ion-ios-link"></span></a></span>
|
1792
|
-
</td>
|
1793
|
-
</tr>
|
1794
|
-
|
1795
|
-
<tr>
|
1796
|
-
<td class="col-md-4">
|
1797
|
-
<span class="accessor"><b>get</b><code>noNotificationFoundLink()</code></span>
|
1798
|
-
</td>
|
1799
|
-
</tr>
|
1800
|
-
|
1801
|
-
<tr>
|
1802
|
-
<td class="col-md-4">
|
1803
|
-
<span class="accessor"><b>set</b><code>noNotificationFoundLink(value: BooleanInput)</code></span>
|
1804
|
-
</td>
|
1805
|
-
</tr>
|
1806
|
-
<tr>
|
1807
|
-
<td class="col-md-4">
|
1808
|
-
|
1809
|
-
<div class="io-description">
|
1810
|
-
<b>Parameters :</b>
|
1811
|
-
<table class="params">
|
1812
|
-
<thead>
|
1813
|
-
<tr>
|
1814
|
-
<td>Name</td>
|
1815
|
-
<td>Type</td>
|
1816
|
-
<td>Optional</td>
|
1817
|
-
</tr>
|
1818
|
-
</thead>
|
1819
|
-
<tbody>
|
1820
|
-
<tr>
|
1821
|
-
<td>value</td>
|
1822
|
-
|
1823
|
-
<td>
|
1824
|
-
<code>BooleanInput</code>
|
1825
|
-
</td>
|
1826
|
-
|
1827
|
-
<td>
|
1828
|
-
No
|
1829
|
-
</td>
|
1830
|
-
|
1831
|
-
</tr>
|
1832
|
-
</tbody>
|
1833
|
-
</table>
|
1834
|
-
</div>
|
1835
|
-
<div>
|
1836
|
-
</div>
|
1837
|
-
<div class="io-description">
|
1838
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
1839
|
-
|
1840
|
-
</div>
|
1841
|
-
</td>
|
1842
|
-
</tr>
|
1843
|
-
</tbody>
|
1844
|
-
</table>
|
1845
|
-
<table class="table table-sm table-bordered">
|
1846
|
-
<tbody>
|
1847
|
-
<tr>
|
1848
|
-
<td class="col-md-4">
|
1849
|
-
<a name="isShowMarkAsRead"></a>
|
1850
|
-
<span class="name"><b>isShowMarkAsRead</b><a href="#isShowMarkAsRead"><span class="icon ion-ios-link"></span></a></span>
|
1851
|
-
</td>
|
1852
|
-
</tr>
|
1853
|
-
|
1854
|
-
<tr>
|
1855
|
-
<td class="col-md-4">
|
1856
|
-
<span class="accessor"><b>get</b><code>isShowMarkAsRead()</code></span>
|
1857
|
-
</td>
|
1858
|
-
</tr>
|
1859
|
-
|
1860
|
-
<tr>
|
1861
|
-
<td class="col-md-4">
|
1862
|
-
<span class="accessor"><b>set</b><code>isShowMarkAsRead(value: BooleanInput)</code></span>
|
1863
|
-
</td>
|
1864
|
-
</tr>
|
1865
|
-
<tr>
|
1866
|
-
<td class="col-md-4">
|
1867
|
-
|
1868
|
-
<div class="io-description">
|
1869
|
-
<b>Parameters :</b>
|
1870
|
-
<table class="params">
|
1871
|
-
<thead>
|
1872
|
-
<tr>
|
1873
|
-
<td>Name</td>
|
1874
|
-
<td>Type</td>
|
1875
|
-
<td>Optional</td>
|
1876
|
-
</tr>
|
1877
|
-
</thead>
|
1878
|
-
<tbody>
|
1879
|
-
<tr>
|
1880
|
-
<td>value</td>
|
1881
|
-
|
1882
|
-
<td>
|
1883
|
-
<code>BooleanInput</code>
|
1884
|
-
</td>
|
1885
|
-
|
1886
|
-
<td>
|
1887
|
-
No
|
1888
|
-
</td>
|
1889
|
-
|
1890
|
-
</tr>
|
1891
|
-
</tbody>
|
1892
|
-
</table>
|
1893
|
-
</div>
|
1894
|
-
<div>
|
1895
|
-
</div>
|
1896
|
-
<div class="io-description">
|
1897
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
1898
|
-
|
1899
|
-
</div>
|
1900
|
-
</td>
|
1901
|
-
</tr>
|
1902
|
-
</tbody>
|
1903
|
-
</table>
|
1904
|
-
<table class="table table-sm table-bordered">
|
1905
|
-
<tbody>
|
1906
|
-
<tr>
|
1907
|
-
<td class="col-md-4">
|
1908
|
-
<a name="isShowViewAllAction"></a>
|
1909
|
-
<span class="name"><b>isShowViewAllAction</b><a href="#isShowViewAllAction"><span class="icon ion-ios-link"></span></a></span>
|
1910
|
-
</td>
|
1911
|
-
</tr>
|
1912
|
-
|
1913
|
-
<tr>
|
1914
|
-
<td class="col-md-4">
|
1915
|
-
<span class="accessor"><b>get</b><code>isShowViewAllAction()</code></span>
|
1916
|
-
</td>
|
1917
|
-
</tr>
|
1918
|
-
|
1919
|
-
<tr>
|
1920
|
-
<td class="col-md-4">
|
1921
|
-
<span class="accessor"><b>set</b><code>isShowViewAllAction(value: BooleanInput)</code></span>
|
1922
|
-
</td>
|
1923
|
-
</tr>
|
1924
|
-
<tr>
|
1925
|
-
<td class="col-md-4">
|
1926
|
-
|
1927
|
-
<div class="io-description">
|
1928
|
-
<b>Parameters :</b>
|
1929
|
-
<table class="params">
|
1930
|
-
<thead>
|
1931
|
-
<tr>
|
1932
|
-
<td>Name</td>
|
1933
|
-
<td>Type</td>
|
1934
|
-
<td>Optional</td>
|
1935
|
-
</tr>
|
1936
|
-
</thead>
|
1937
|
-
<tbody>
|
1938
|
-
<tr>
|
1939
|
-
<td>value</td>
|
1940
|
-
|
1941
|
-
<td>
|
1942
|
-
<code>BooleanInput</code>
|
1943
|
-
</td>
|
1944
|
-
|
1945
|
-
<td>
|
1946
|
-
No
|
1947
|
-
</td>
|
1948
|
-
|
1949
|
-
</tr>
|
1950
|
-
</tbody>
|
1951
|
-
</table>
|
1952
|
-
</div>
|
1953
|
-
<div>
|
1954
|
-
</div>
|
1955
|
-
<div class="io-description">
|
1956
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
1957
|
-
|
1958
|
-
</div>
|
1959
|
-
</td>
|
1960
|
-
</tr>
|
1961
|
-
</tbody>
|
1962
|
-
</table>
|
1963
|
-
<table class="table table-sm table-bordered">
|
1964
|
-
<tbody>
|
1965
|
-
<tr>
|
1966
|
-
<td class="col-md-4">
|
1967
|
-
<a name="isHidePanelOnViewAllAction"></a>
|
1968
|
-
<span class="name"><b>isHidePanelOnViewAllAction</b><a href="#isHidePanelOnViewAllAction"><span class="icon ion-ios-link"></span></a></span>
|
1969
|
-
</td>
|
1970
|
-
</tr>
|
1971
|
-
|
1972
|
-
<tr>
|
1973
|
-
<td class="col-md-4">
|
1974
|
-
<span class="accessor"><b>get</b><code>isHidePanelOnViewAllAction()</code></span>
|
1975
|
-
</td>
|
1976
|
-
</tr>
|
1977
|
-
|
1978
|
-
<tr>
|
1979
|
-
<td class="col-md-4">
|
1980
|
-
<span class="accessor"><b>set</b><code>isHidePanelOnViewAllAction(value: BooleanInput)</code></span>
|
1981
|
-
</td>
|
1982
|
-
</tr>
|
1983
|
-
<tr>
|
1984
|
-
<td class="col-md-4">
|
1985
|
-
|
1986
|
-
<div class="io-description">
|
1987
|
-
<b>Parameters :</b>
|
1988
|
-
<table class="params">
|
1989
|
-
<thead>
|
1990
|
-
<tr>
|
1991
|
-
<td>Name</td>
|
1992
|
-
<td>Type</td>
|
1993
|
-
<td>Optional</td>
|
1994
|
-
</tr>
|
1995
|
-
</thead>
|
1996
|
-
<tbody>
|
1997
|
-
<tr>
|
1998
|
-
<td>value</td>
|
1999
|
-
|
2000
|
-
<td>
|
2001
|
-
<code>BooleanInput</code>
|
2002
|
-
</td>
|
2003
|
-
|
2004
|
-
<td>
|
2005
|
-
No
|
2006
|
-
</td>
|
2007
|
-
|
2008
|
-
</tr>
|
2009
|
-
</tbody>
|
2010
|
-
</table>
|
2011
|
-
</div>
|
2012
|
-
<div>
|
2013
|
-
</div>
|
2014
|
-
<div class="io-description">
|
2015
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
2016
|
-
|
2017
|
-
</div>
|
2018
|
-
</td>
|
2019
|
-
</tr>
|
2020
|
-
</tbody>
|
2021
|
-
</table>
|
2022
|
-
<table class="table table-sm table-bordered">
|
2023
|
-
<tbody>
|
2024
|
-
<tr>
|
2025
|
-
<td class="col-md-4">
|
2026
|
-
<a name="customUnreadCount"></a>
|
2027
|
-
<span class="name"><b>customUnreadCount</b><a href="#customUnreadCount"><span class="icon ion-ios-link"></span></a></span>
|
2028
|
-
</td>
|
2029
|
-
</tr>
|
2030
|
-
|
2031
|
-
<tr>
|
2032
|
-
<td class="col-md-4">
|
2033
|
-
<span class="accessor"><b>get</b><code>customUnreadCount()</code></span>
|
2034
|
-
</td>
|
2035
|
-
</tr>
|
2036
|
-
|
2037
|
-
<tr>
|
2038
|
-
<td class="col-md-4">
|
2039
|
-
<span class="accessor"><b>set</b><code>customUnreadCount(value: BooleanInput)</code></span>
|
2040
|
-
</td>
|
2041
|
-
</tr>
|
2042
|
-
<tr>
|
2043
|
-
<td class="col-md-4">
|
2044
|
-
|
2045
|
-
<div class="io-description">
|
2046
|
-
<b>Parameters :</b>
|
2047
|
-
<table class="params">
|
2048
|
-
<thead>
|
2049
|
-
<tr>
|
2050
|
-
<td>Name</td>
|
2051
|
-
<td>Type</td>
|
2052
|
-
<td>Optional</td>
|
2053
|
-
</tr>
|
2054
|
-
</thead>
|
2055
|
-
<tbody>
|
2056
|
-
<tr>
|
2057
|
-
<td>value</td>
|
2058
|
-
|
2059
|
-
<td>
|
2060
|
-
<code>BooleanInput</code>
|
2061
|
-
</td>
|
2062
|
-
|
2063
|
-
<td>
|
2064
|
-
No
|
2065
|
-
</td>
|
2066
|
-
|
2067
|
-
</tr>
|
2068
|
-
</tbody>
|
2069
|
-
</table>
|
2070
|
-
</div>
|
2071
|
-
<div>
|
2072
|
-
</div>
|
2073
|
-
<div class="io-description">
|
2074
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
2075
|
-
|
2076
|
-
</div>
|
2077
|
-
</td>
|
2078
|
-
</tr>
|
2079
|
-
</tbody>
|
2080
|
-
</table>
|
2081
|
-
<table class="table table-sm table-bordered">
|
2082
|
-
<tbody>
|
2083
|
-
<tr>
|
2084
|
-
<td class="col-md-4">
|
2085
|
-
<a name="isShowMarkAllAsReadButton"></a>
|
2086
|
-
<span class="name"><b>isShowMarkAllAsReadButton</b><a href="#isShowMarkAllAsReadButton"><span class="icon ion-ios-link"></span></a></span>
|
2087
|
-
</td>
|
2088
|
-
</tr>
|
2089
|
-
|
2090
|
-
<tr>
|
2091
|
-
<td class="col-md-4">
|
2092
|
-
<span class="accessor"><b>get</b><code>isShowMarkAllAsReadButton()</code></span>
|
2093
|
-
</td>
|
2094
|
-
</tr>
|
2095
|
-
|
2096
|
-
<tr>
|
2097
|
-
<td class="col-md-4">
|
2098
|
-
<span class="accessor"><b>set</b><code>isShowMarkAllAsReadButton(value: BooleanInput)</code></span>
|
2099
|
-
</td>
|
2100
|
-
</tr>
|
2101
|
-
<tr>
|
2102
|
-
<td class="col-md-4">
|
2103
|
-
|
2104
|
-
<div class="io-description">
|
2105
|
-
<b>Parameters :</b>
|
2106
|
-
<table class="params">
|
2107
|
-
<thead>
|
2108
|
-
<tr>
|
2109
|
-
<td>Name</td>
|
2110
|
-
<td>Type</td>
|
2111
|
-
<td>Optional</td>
|
2112
|
-
</tr>
|
2113
|
-
</thead>
|
2114
|
-
<tbody>
|
2115
|
-
<tr>
|
2116
|
-
<td>value</td>
|
2117
|
-
|
2118
|
-
<td>
|
2119
|
-
<code>BooleanInput</code>
|
2120
|
-
</td>
|
2121
|
-
|
2122
|
-
<td>
|
2123
|
-
No
|
2124
|
-
</td>
|
2125
|
-
|
2126
|
-
</tr>
|
2127
|
-
</tbody>
|
2128
|
-
</table>
|
2129
|
-
</div>
|
2130
|
-
<div>
|
2131
|
-
</div>
|
2132
|
-
<div class="io-description">
|
2133
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
2134
|
-
|
2135
|
-
</div>
|
2136
|
-
</td>
|
2137
|
-
</tr>
|
2138
|
-
</tbody>
|
2139
|
-
</table>
|
2140
|
-
<table class="table table-sm table-bordered">
|
2141
|
-
<tbody>
|
2142
|
-
<tr>
|
2143
|
-
<td class="col-md-4">
|
2144
|
-
<a name="isShowSettingsButton"></a>
|
2145
|
-
<span class="name"><b>isShowSettingsButton</b><a href="#isShowSettingsButton"><span class="icon ion-ios-link"></span></a></span>
|
2146
|
-
</td>
|
2147
|
-
</tr>
|
2148
|
-
|
2149
|
-
<tr>
|
2150
|
-
<td class="col-md-4">
|
2151
|
-
<span class="accessor"><b>get</b><code>isShowSettingsButton()</code></span>
|
2152
|
-
</td>
|
2153
|
-
</tr>
|
2154
|
-
|
2155
|
-
<tr>
|
2156
|
-
<td class="col-md-4">
|
2157
|
-
<span class="accessor"><b>set</b><code>isShowSettingsButton(value: BooleanInput)</code></span>
|
2158
|
-
</td>
|
2159
|
-
</tr>
|
2160
|
-
<tr>
|
2161
|
-
<td class="col-md-4">
|
2162
|
-
|
2163
|
-
<div class="io-description">
|
2164
|
-
<b>Parameters :</b>
|
2165
|
-
<table class="params">
|
2166
|
-
<thead>
|
2167
|
-
<tr>
|
2168
|
-
<td>Name</td>
|
2169
|
-
<td>Type</td>
|
2170
|
-
<td>Optional</td>
|
2171
|
-
</tr>
|
2172
|
-
</thead>
|
2173
|
-
<tbody>
|
2174
|
-
<tr>
|
2175
|
-
<td>value</td>
|
2176
|
-
|
2177
|
-
<td>
|
2178
|
-
<code>BooleanInput</code>
|
2179
|
-
</td>
|
2180
|
-
|
2181
|
-
<td>
|
2182
|
-
No
|
2183
|
-
</td>
|
2184
|
-
|
2185
|
-
</tr>
|
2186
|
-
</tbody>
|
2187
|
-
</table>
|
2188
|
-
</div>
|
2189
|
-
<div>
|
2190
|
-
</div>
|
2191
|
-
<div class="io-description">
|
2192
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
2193
|
-
|
2194
|
-
</div>
|
2195
|
-
</td>
|
2196
|
-
</tr>
|
2197
|
-
</tbody>
|
2198
|
-
</table>
|
2199
|
-
<table class="table table-sm table-bordered">
|
2200
|
-
<tbody>
|
2201
|
-
<tr>
|
2202
|
-
<td class="col-md-4">
|
2203
|
-
<a name="isShowRefreshButton"></a>
|
2204
|
-
<span class="name"><b>isShowRefreshButton</b><a href="#isShowRefreshButton"><span class="icon ion-ios-link"></span></a></span>
|
2205
|
-
</td>
|
2206
|
-
</tr>
|
2207
|
-
|
2208
|
-
<tr>
|
2209
|
-
<td class="col-md-4">
|
2210
|
-
<span class="accessor"><b>get</b><code>isShowRefreshButton()</code></span>
|
2211
|
-
</td>
|
2212
|
-
</tr>
|
2213
|
-
|
2214
|
-
<tr>
|
2215
|
-
<td class="col-md-4">
|
2216
|
-
<span class="accessor"><b>set</b><code>isShowRefreshButton(value: BooleanInput)</code></span>
|
2217
|
-
</td>
|
2218
|
-
</tr>
|
2219
|
-
<tr>
|
2220
|
-
<td class="col-md-4">
|
2221
|
-
|
2222
|
-
<div class="io-description">
|
2223
|
-
<b>Parameters :</b>
|
2224
|
-
<table class="params">
|
2225
|
-
<thead>
|
2226
|
-
<tr>
|
2227
|
-
<td>Name</td>
|
2228
|
-
<td>Type</td>
|
2229
|
-
<td>Optional</td>
|
2230
|
-
</tr>
|
2231
|
-
</thead>
|
2232
|
-
<tbody>
|
2233
|
-
<tr>
|
2234
|
-
<td>value</td>
|
2235
|
-
|
2236
|
-
<td>
|
2237
|
-
<code>BooleanInput</code>
|
2238
|
-
</td>
|
2239
|
-
|
2240
|
-
<td>
|
2241
|
-
No
|
2242
|
-
</td>
|
2243
|
-
|
2244
|
-
</tr>
|
2245
|
-
</tbody>
|
2246
|
-
</table>
|
2247
|
-
</div>
|
2248
|
-
<div>
|
2249
|
-
</div>
|
2250
|
-
<div class="io-description">
|
2251
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
2252
|
-
|
2253
|
-
</div>
|
2254
|
-
</td>
|
2255
|
-
</tr>
|
2256
|
-
</tbody>
|
2257
|
-
</table>
|
2258
|
-
</section>
|
2259
1787
|
</div>
|
2260
1788
|
|
2261
1789
|
|