@eui/components 18.0.0-rc.25 → 18.0.0-rc.27

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 (107) hide show
  1. package/docs/components/ChartComponent.html +10 -124
  2. package/docs/components/EuiEditorCountersComponent.html +15 -202
  3. package/docs/components/EuiNotificationItemComponent.html +5 -62
  4. package/docs/components/EuiNotificationItemV2Component.html +5 -62
  5. package/docs/components/EuiNotificationsComponent.html +40 -512
  6. package/docs/components/EuiNotificationsV2Component.html +40 -507
  7. package/docs/components/EuiPageColumnComponent.html +2 -2
  8. package/docs/components/EuiPaginatorComponent.html +15 -209
  9. package/docs/components/EuiSelectComponent.html +0 -62
  10. package/docs/components/EuiTreeComponent.html +45 -558
  11. package/docs/components/EuiWizardComponent.html +15 -202
  12. package/docs/components/EuiWizardStepComponent.html +30 -388
  13. package/docs/components/QuillEditorComponent.html +20 -326
  14. package/docs/dependencies.html +1 -3
  15. package/docs/directives/AutoResizeDirective.html +5 -62
  16. package/docs/directives/EuiNgSelectOptionDirective.html +0 -62
  17. package/docs/js/menu-wc.js +3 -3
  18. package/docs/js/menu-wc_es5.js +1 -1
  19. package/docs/js/search/search_index.js +2 -2
  20. package/esm2022/eui-card/eui-card.component.mjs +2 -2
  21. package/esm2022/eui-fieldset/eui-fieldset.component.mjs +2 -2
  22. package/esm2022/eui-overlay/eui-overlay.component.mjs +2 -2
  23. package/esm2022/eui-page/components/eui-page-column/eui-page-column.component.mjs +9 -6
  24. package/esm2022/eui-page/eui-page.component.mjs +2 -2
  25. package/esm2022/eui-paginator/eui-paginator.component.mjs +12 -28
  26. package/esm2022/eui-select/eui-select-option.directive.mjs +6 -12
  27. package/esm2022/eui-select/eui-select.component.mjs +6 -11
  28. package/esm2022/eui-table/eui-table.component.mjs +2 -2
  29. package/esm2022/eui-table-v2/eui-table-v2.component.mjs +2 -2
  30. package/esm2022/eui-tabs/eui-tab/eui-tab.component.mjs +2 -2
  31. package/esm2022/eui-tabs/eui-tabs.component.mjs +2 -2
  32. package/esm2022/eui-textarea/auto-resize.directive.mjs +7 -12
  33. package/esm2022/eui-textarea/eui-textarea.component.mjs +2 -2
  34. package/esm2022/eui-tree/eui-tree.component.mjs +32 -79
  35. package/esm2022/eui-wizard/eui-wizard-step.component.mjs +21 -52
  36. package/esm2022/eui-wizard/eui-wizard.component.mjs +12 -28
  37. package/esm2022/externals/charts/chart/chart.component.mjs +9 -12
  38. package/esm2022/externals/eui-editor/counters/eui-editor-counters.component.mjs +12 -28
  39. package/esm2022/externals/quill/quill-editor.component.mjs +17 -43
  40. package/esm2022/layout/eui-app/eui-app-sidebar/sidebar.component.mjs +2 -2
  41. package/esm2022/layout/eui-notifications/eui-notification-item.component.mjs +6 -12
  42. package/esm2022/layout/eui-notifications/eui-notifications.component.mjs +27 -68
  43. package/esm2022/layout/eui-notifications-v2/eui-notification-item.component.mjs +6 -12
  44. package/esm2022/layout/eui-notifications-v2/eui-notifications.component.mjs +30 -77
  45. package/eui-page/components/eui-page-column/eui-page-column.component.d.ts +1 -1
  46. package/eui-page/components/eui-page-column/eui-page-column.component.d.ts.map +1 -1
  47. package/eui-paginator/eui-paginator.component.d.ts +6 -10
  48. package/eui-paginator/eui-paginator.component.d.ts.map +1 -1
  49. package/eui-select/eui-select-option.directive.d.ts +2 -4
  50. package/eui-select/eui-select-option.directive.d.ts.map +1 -1
  51. package/eui-select/eui-select.component.d.ts +2 -3
  52. package/eui-select/eui-select.component.d.ts.map +1 -1
  53. package/eui-textarea/auto-resize.directive.d.ts +3 -5
  54. package/eui-textarea/auto-resize.directive.d.ts.map +1 -1
  55. package/eui-tree/eui-tree.component.d.ts +18 -28
  56. package/eui-tree/eui-tree.component.d.ts.map +1 -1
  57. package/eui-wizard/eui-wizard-step.component.d.ts +12 -19
  58. package/eui-wizard/eui-wizard-step.component.d.ts.map +1 -1
  59. package/eui-wizard/eui-wizard.component.d.ts +6 -10
  60. package/eui-wizard/eui-wizard.component.d.ts.map +1 -1
  61. package/externals/charts/chart/chart.component.d.ts +4 -7
  62. package/externals/charts/chart/chart.component.d.ts.map +1 -1
  63. package/externals/eui-editor/counters/eui-editor-counters.component.d.ts +6 -10
  64. package/externals/eui-editor/counters/eui-editor-counters.component.d.ts.map +1 -1
  65. package/externals/quill/quill-editor.component.d.ts +10 -16
  66. package/externals/quill/quill-editor.component.d.ts.map +1 -1
  67. package/fesm2022/eui-components-eui-card.mjs +2 -2
  68. package/fesm2022/eui-components-eui-card.mjs.map +1 -1
  69. package/fesm2022/eui-components-eui-fieldset.mjs +2 -2
  70. package/fesm2022/eui-components-eui-fieldset.mjs.map +1 -1
  71. package/fesm2022/eui-components-eui-overlay.mjs +2 -2
  72. package/fesm2022/eui-components-eui-overlay.mjs.map +1 -1
  73. package/fesm2022/eui-components-eui-page.mjs +9 -7
  74. package/fesm2022/eui-components-eui-page.mjs.map +1 -1
  75. package/fesm2022/eui-components-eui-paginator.mjs +11 -27
  76. package/fesm2022/eui-components-eui-paginator.mjs.map +1 -1
  77. package/fesm2022/eui-components-eui-select.mjs +9 -19
  78. package/fesm2022/eui-components-eui-select.mjs.map +1 -1
  79. package/fesm2022/eui-components-eui-table-v2.mjs +2 -2
  80. package/fesm2022/eui-components-eui-table-v2.mjs.map +1 -1
  81. package/fesm2022/eui-components-eui-table.mjs +2 -2
  82. package/fesm2022/eui-components-eui-table.mjs.map +1 -1
  83. package/fesm2022/eui-components-eui-tabs.mjs +4 -4
  84. package/fesm2022/eui-components-eui-tabs.mjs.map +1 -1
  85. package/fesm2022/eui-components-eui-textarea.mjs +6 -11
  86. package/fesm2022/eui-components-eui-textarea.mjs.map +1 -1
  87. package/fesm2022/eui-components-eui-tree.mjs +31 -78
  88. package/fesm2022/eui-components-eui-tree.mjs.map +1 -1
  89. package/fesm2022/eui-components-eui-wizard.mjs +30 -76
  90. package/fesm2022/eui-components-eui-wizard.mjs.map +1 -1
  91. package/fesm2022/eui-components-externals-charts.mjs +8 -11
  92. package/fesm2022/eui-components-externals-charts.mjs.map +1 -1
  93. package/fesm2022/eui-components-externals-eui-editor.mjs +11 -26
  94. package/fesm2022/eui-components-externals-eui-editor.mjs.map +1 -1
  95. package/fesm2022/eui-components-externals-quill.mjs +16 -42
  96. package/fesm2022/eui-components-externals-quill.mjs.map +1 -1
  97. package/fesm2022/eui-components-layout.mjs +63 -159
  98. package/fesm2022/eui-components-layout.mjs.map +1 -1
  99. package/layout/eui-notifications/eui-notification-item.component.d.ts +2 -4
  100. package/layout/eui-notifications/eui-notification-item.component.d.ts.map +1 -1
  101. package/layout/eui-notifications/eui-notifications.component.d.ts +16 -25
  102. package/layout/eui-notifications/eui-notifications.component.d.ts.map +1 -1
  103. package/layout/eui-notifications-v2/eui-notification-item.component.d.ts +2 -4
  104. package/layout/eui-notifications-v2/eui-notification-item.component.d.ts.map +1 -1
  105. package/layout/eui-notifications-v2/eui-notifications.component.d.ts +16 -25
  106. package/layout/eui-notifications-v2/eui-notifications.component.d.ts.map +1 -1
  107. package/package.json +3 -3
@@ -386,30 +386,6 @@
386
386
  <tr>
387
387
  <td class="col-md-4">
388
388
  <ul class="index-list">
389
- <li>
390
- <a href="#noNotificationFoundLink" >noNotificationFoundLink</a>
391
- </li>
392
- <li>
393
- <a href="#isShowMarkAsRead" >isShowMarkAsRead</a>
394
- </li>
395
- <li>
396
- <a href="#isShowViewAllAction" >isShowViewAllAction</a>
397
- </li>
398
- <li>
399
- <a href="#isHidePanelOnViewAllAction" >isHidePanelOnViewAllAction</a>
400
- </li>
401
- <li>
402
- <a href="#customUnreadCount" >customUnreadCount</a>
403
- </li>
404
- <li>
405
- <a href="#isShowMarkAllAsReadButton" >isShowMarkAllAsReadButton</a>
406
- </li>
407
- <li>
408
- <a href="#isShowSettingsButton" >isShowSettingsButton</a>
409
- </li>
410
- <li>
411
- <a href="#isShowRefreshButton" >isShowRefreshButton</a>
412
- </li>
413
389
  <li>
414
390
  <a href="#isShowUnreadSinceLastCheckCount" >isShowUnreadSinceLastCheckCount</a>
415
391
  </li>
@@ -458,6 +434,11 @@
458
434
 
459
435
  </td>
460
436
  </tr>
437
+ <tr>
438
+ <td class="col-md-4">
439
+ <i>Default value : </i><code>false</code>
440
+ </td>
441
+ </tr>
461
442
  </tbody>
462
443
  </table>
463
444
  <table class="table table-sm table-bordered">
@@ -579,6 +560,11 @@
579
560
 
580
561
  </td>
581
562
  </tr>
563
+ <tr>
564
+ <td class="col-md-4">
565
+ <i>Default value : </i><code>true</code>
566
+ </td>
567
+ </tr>
582
568
  </tbody>
583
569
  </table>
584
570
  <table class="table table-sm table-bordered">
@@ -595,6 +581,11 @@
595
581
 
596
582
  </td>
597
583
  </tr>
584
+ <tr>
585
+ <td class="col-md-4">
586
+ <i>Default value : </i><code>true</code>
587
+ </td>
588
+ </tr>
598
589
  </tbody>
599
590
  </table>
600
591
  <table class="table table-sm table-bordered">
@@ -611,6 +602,11 @@
611
602
 
612
603
  </td>
613
604
  </tr>
605
+ <tr>
606
+ <td class="col-md-4">
607
+ <i>Default value : </i><code>true</code>
608
+ </td>
609
+ </tr>
614
610
  </tbody>
615
611
  </table>
616
612
  <table class="table table-sm table-bordered">
@@ -627,6 +623,11 @@
627
623
 
628
624
  </td>
629
625
  </tr>
626
+ <tr>
627
+ <td class="col-md-4">
628
+ <i>Default value : </i><code>true</code>
629
+ </td>
630
+ </tr>
630
631
  </tbody>
631
632
  </table>
632
633
  <table class="table table-sm table-bordered">
@@ -643,6 +644,11 @@
643
644
 
644
645
  </td>
645
646
  </tr>
647
+ <tr>
648
+ <td class="col-md-4">
649
+ <i>Default value : </i><code>true</code>
650
+ </td>
651
+ </tr>
646
652
  </tbody>
647
653
  </table>
648
654
  <table class="table table-sm table-bordered">
@@ -659,6 +665,11 @@
659
665
 
660
666
  </td>
661
667
  </tr>
668
+ <tr>
669
+ <td class="col-md-4">
670
+ <i>Default value : </i><code>true</code>
671
+ </td>
672
+ </tr>
662
673
  </tbody>
663
674
  </table>
664
675
  <table class="table table-sm table-bordered">
@@ -780,6 +791,11 @@
780
791
 
781
792
  </td>
782
793
  </tr>
794
+ <tr>
795
+ <td class="col-md-4">
796
+ <i>Default value : </i><code>false</code>
797
+ </td>
798
+ </tr>
783
799
  </tbody>
784
800
  </table>
785
801
  <table class="table table-sm table-bordered">
@@ -1753,489 +1769,6 @@
1753
1769
  <h3 id="accessors">
1754
1770
  Accessors
1755
1771
  </h3>
1756
- <table class="table table-sm table-bordered">
1757
- <tbody>
1758
- <tr>
1759
- <td class="col-md-4">
1760
- <a name="noNotificationFoundLink"></a>
1761
- <span class="name"><b>noNotificationFoundLink</b><a href="#noNotificationFoundLink"><span class="icon ion-ios-link"></span></a></span>
1762
- </td>
1763
- </tr>
1764
-
1765
- <tr>
1766
- <td class="col-md-4">
1767
- <span class="accessor"><b>get</b><code>noNotificationFoundLink()</code></span>
1768
- </td>
1769
- </tr>
1770
-
1771
- <tr>
1772
- <td class="col-md-4">
1773
- <span class="accessor"><b>set</b><code>noNotificationFoundLink(value: BooleanInput)</code></span>
1774
- </td>
1775
- </tr>
1776
- <tr>
1777
- <td class="col-md-4">
1778
-
1779
- <div class="io-description">
1780
- <b>Parameters :</b>
1781
- <table class="params">
1782
- <thead>
1783
- <tr>
1784
- <td>Name</td>
1785
- <td>Type</td>
1786
- <td>Optional</td>
1787
- </tr>
1788
- </thead>
1789
- <tbody>
1790
- <tr>
1791
- <td>value</td>
1792
-
1793
- <td>
1794
- <code>BooleanInput</code>
1795
- </td>
1796
-
1797
- <td>
1798
- No
1799
- </td>
1800
-
1801
- </tr>
1802
- </tbody>
1803
- </table>
1804
- </div>
1805
- <div>
1806
- </div>
1807
- <div class="io-description">
1808
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
1809
-
1810
- </div>
1811
- </td>
1812
- </tr>
1813
- </tbody>
1814
- </table>
1815
- <table class="table table-sm table-bordered">
1816
- <tbody>
1817
- <tr>
1818
- <td class="col-md-4">
1819
- <a name="isShowMarkAsRead"></a>
1820
- <span class="name"><b>isShowMarkAsRead</b><a href="#isShowMarkAsRead"><span class="icon ion-ios-link"></span></a></span>
1821
- </td>
1822
- </tr>
1823
-
1824
- <tr>
1825
- <td class="col-md-4">
1826
- <span class="accessor"><b>get</b><code>isShowMarkAsRead()</code></span>
1827
- </td>
1828
- </tr>
1829
-
1830
- <tr>
1831
- <td class="col-md-4">
1832
- <span class="accessor"><b>set</b><code>isShowMarkAsRead(value: BooleanInput)</code></span>
1833
- </td>
1834
- </tr>
1835
- <tr>
1836
- <td class="col-md-4">
1837
-
1838
- <div class="io-description">
1839
- <b>Parameters :</b>
1840
- <table class="params">
1841
- <thead>
1842
- <tr>
1843
- <td>Name</td>
1844
- <td>Type</td>
1845
- <td>Optional</td>
1846
- </tr>
1847
- </thead>
1848
- <tbody>
1849
- <tr>
1850
- <td>value</td>
1851
-
1852
- <td>
1853
- <code>BooleanInput</code>
1854
- </td>
1855
-
1856
- <td>
1857
- No
1858
- </td>
1859
-
1860
- </tr>
1861
- </tbody>
1862
- </table>
1863
- </div>
1864
- <div>
1865
- </div>
1866
- <div class="io-description">
1867
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
1868
-
1869
- </div>
1870
- </td>
1871
- </tr>
1872
- </tbody>
1873
- </table>
1874
- <table class="table table-sm table-bordered">
1875
- <tbody>
1876
- <tr>
1877
- <td class="col-md-4">
1878
- <a name="isShowViewAllAction"></a>
1879
- <span class="name"><b>isShowViewAllAction</b><a href="#isShowViewAllAction"><span class="icon ion-ios-link"></span></a></span>
1880
- </td>
1881
- </tr>
1882
-
1883
- <tr>
1884
- <td class="col-md-4">
1885
- <span class="accessor"><b>get</b><code>isShowViewAllAction()</code></span>
1886
- </td>
1887
- </tr>
1888
-
1889
- <tr>
1890
- <td class="col-md-4">
1891
- <span class="accessor"><b>set</b><code>isShowViewAllAction(value: BooleanInput)</code></span>
1892
- </td>
1893
- </tr>
1894
- <tr>
1895
- <td class="col-md-4">
1896
-
1897
- <div class="io-description">
1898
- <b>Parameters :</b>
1899
- <table class="params">
1900
- <thead>
1901
- <tr>
1902
- <td>Name</td>
1903
- <td>Type</td>
1904
- <td>Optional</td>
1905
- </tr>
1906
- </thead>
1907
- <tbody>
1908
- <tr>
1909
- <td>value</td>
1910
-
1911
- <td>
1912
- <code>BooleanInput</code>
1913
- </td>
1914
-
1915
- <td>
1916
- No
1917
- </td>
1918
-
1919
- </tr>
1920
- </tbody>
1921
- </table>
1922
- </div>
1923
- <div>
1924
- </div>
1925
- <div class="io-description">
1926
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
1927
-
1928
- </div>
1929
- </td>
1930
- </tr>
1931
- </tbody>
1932
- </table>
1933
- <table class="table table-sm table-bordered">
1934
- <tbody>
1935
- <tr>
1936
- <td class="col-md-4">
1937
- <a name="isHidePanelOnViewAllAction"></a>
1938
- <span class="name"><b>isHidePanelOnViewAllAction</b><a href="#isHidePanelOnViewAllAction"><span class="icon ion-ios-link"></span></a></span>
1939
- </td>
1940
- </tr>
1941
-
1942
- <tr>
1943
- <td class="col-md-4">
1944
- <span class="accessor"><b>get</b><code>isHidePanelOnViewAllAction()</code></span>
1945
- </td>
1946
- </tr>
1947
-
1948
- <tr>
1949
- <td class="col-md-4">
1950
- <span class="accessor"><b>set</b><code>isHidePanelOnViewAllAction(value: BooleanInput)</code></span>
1951
- </td>
1952
- </tr>
1953
- <tr>
1954
- <td class="col-md-4">
1955
-
1956
- <div class="io-description">
1957
- <b>Parameters :</b>
1958
- <table class="params">
1959
- <thead>
1960
- <tr>
1961
- <td>Name</td>
1962
- <td>Type</td>
1963
- <td>Optional</td>
1964
- </tr>
1965
- </thead>
1966
- <tbody>
1967
- <tr>
1968
- <td>value</td>
1969
-
1970
- <td>
1971
- <code>BooleanInput</code>
1972
- </td>
1973
-
1974
- <td>
1975
- No
1976
- </td>
1977
-
1978
- </tr>
1979
- </tbody>
1980
- </table>
1981
- </div>
1982
- <div>
1983
- </div>
1984
- <div class="io-description">
1985
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
1986
-
1987
- </div>
1988
- </td>
1989
- </tr>
1990
- </tbody>
1991
- </table>
1992
- <table class="table table-sm table-bordered">
1993
- <tbody>
1994
- <tr>
1995
- <td class="col-md-4">
1996
- <a name="customUnreadCount"></a>
1997
- <span class="name"><b>customUnreadCount</b><a href="#customUnreadCount"><span class="icon ion-ios-link"></span></a></span>
1998
- </td>
1999
- </tr>
2000
-
2001
- <tr>
2002
- <td class="col-md-4">
2003
- <span class="accessor"><b>get</b><code>customUnreadCount()</code></span>
2004
- </td>
2005
- </tr>
2006
- <tr>
2007
- <td class="col-md-4">
2008
-
2009
- <div>
2010
- </div>
2011
- <div class="io-description">
2012
- <b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
2013
-
2014
- </div>
2015
- </td>
2016
- </tr>
2017
-
2018
- <tr>
2019
- <td class="col-md-4">
2020
- <span class="accessor"><b>set</b><code>customUnreadCount(value: BooleanInput)</code></span>
2021
- </td>
2022
- </tr>
2023
- <tr>
2024
- <td class="col-md-4">
2025
-
2026
- <div class="io-description">
2027
- <b>Parameters :</b>
2028
- <table class="params">
2029
- <thead>
2030
- <tr>
2031
- <td>Name</td>
2032
- <td>Type</td>
2033
- <td>Optional</td>
2034
- </tr>
2035
- </thead>
2036
- <tbody>
2037
- <tr>
2038
- <td>value</td>
2039
-
2040
- <td>
2041
- <code>BooleanInput</code>
2042
- </td>
2043
-
2044
- <td>
2045
- No
2046
- </td>
2047
-
2048
- </tr>
2049
- </tbody>
2050
- </table>
2051
- </div>
2052
- <div>
2053
- </div>
2054
- <div class="io-description">
2055
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
2056
-
2057
- </div>
2058
- </td>
2059
- </tr>
2060
- </tbody>
2061
- </table>
2062
- <table class="table table-sm table-bordered">
2063
- <tbody>
2064
- <tr>
2065
- <td class="col-md-4">
2066
- <a name="isShowMarkAllAsReadButton"></a>
2067
- <span class="name"><b>isShowMarkAllAsReadButton</b><a href="#isShowMarkAllAsReadButton"><span class="icon ion-ios-link"></span></a></span>
2068
- </td>
2069
- </tr>
2070
-
2071
- <tr>
2072
- <td class="col-md-4">
2073
- <span class="accessor"><b>get</b><code>isShowMarkAllAsReadButton()</code></span>
2074
- </td>
2075
- </tr>
2076
-
2077
- <tr>
2078
- <td class="col-md-4">
2079
- <span class="accessor"><b>set</b><code>isShowMarkAllAsReadButton(value: BooleanInput)</code></span>
2080
- </td>
2081
- </tr>
2082
- <tr>
2083
- <td class="col-md-4">
2084
-
2085
- <div class="io-description">
2086
- <b>Parameters :</b>
2087
- <table class="params">
2088
- <thead>
2089
- <tr>
2090
- <td>Name</td>
2091
- <td>Type</td>
2092
- <td>Optional</td>
2093
- </tr>
2094
- </thead>
2095
- <tbody>
2096
- <tr>
2097
- <td>value</td>
2098
-
2099
- <td>
2100
- <code>BooleanInput</code>
2101
- </td>
2102
-
2103
- <td>
2104
- No
2105
- </td>
2106
-
2107
- </tr>
2108
- </tbody>
2109
- </table>
2110
- </div>
2111
- <div>
2112
- </div>
2113
- <div class="io-description">
2114
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
2115
-
2116
- </div>
2117
- </td>
2118
- </tr>
2119
- </tbody>
2120
- </table>
2121
- <table class="table table-sm table-bordered">
2122
- <tbody>
2123
- <tr>
2124
- <td class="col-md-4">
2125
- <a name="isShowSettingsButton"></a>
2126
- <span class="name"><b>isShowSettingsButton</b><a href="#isShowSettingsButton"><span class="icon ion-ios-link"></span></a></span>
2127
- </td>
2128
- </tr>
2129
-
2130
- <tr>
2131
- <td class="col-md-4">
2132
- <span class="accessor"><b>get</b><code>isShowSettingsButton()</code></span>
2133
- </td>
2134
- </tr>
2135
-
2136
- <tr>
2137
- <td class="col-md-4">
2138
- <span class="accessor"><b>set</b><code>isShowSettingsButton(value: BooleanInput)</code></span>
2139
- </td>
2140
- </tr>
2141
- <tr>
2142
- <td class="col-md-4">
2143
-
2144
- <div class="io-description">
2145
- <b>Parameters :</b>
2146
- <table class="params">
2147
- <thead>
2148
- <tr>
2149
- <td>Name</td>
2150
- <td>Type</td>
2151
- <td>Optional</td>
2152
- </tr>
2153
- </thead>
2154
- <tbody>
2155
- <tr>
2156
- <td>value</td>
2157
-
2158
- <td>
2159
- <code>BooleanInput</code>
2160
- </td>
2161
-
2162
- <td>
2163
- No
2164
- </td>
2165
-
2166
- </tr>
2167
- </tbody>
2168
- </table>
2169
- </div>
2170
- <div>
2171
- </div>
2172
- <div class="io-description">
2173
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
2174
-
2175
- </div>
2176
- </td>
2177
- </tr>
2178
- </tbody>
2179
- </table>
2180
- <table class="table table-sm table-bordered">
2181
- <tbody>
2182
- <tr>
2183
- <td class="col-md-4">
2184
- <a name="isShowRefreshButton"></a>
2185
- <span class="name"><b>isShowRefreshButton</b><a href="#isShowRefreshButton"><span class="icon ion-ios-link"></span></a></span>
2186
- </td>
2187
- </tr>
2188
-
2189
- <tr>
2190
- <td class="col-md-4">
2191
- <span class="accessor"><b>get</b><code>isShowRefreshButton()</code></span>
2192
- </td>
2193
- </tr>
2194
-
2195
- <tr>
2196
- <td class="col-md-4">
2197
- <span class="accessor"><b>set</b><code>isShowRefreshButton(value: BooleanInput)</code></span>
2198
- </td>
2199
- </tr>
2200
- <tr>
2201
- <td class="col-md-4">
2202
-
2203
- <div class="io-description">
2204
- <b>Parameters :</b>
2205
- <table class="params">
2206
- <thead>
2207
- <tr>
2208
- <td>Name</td>
2209
- <td>Type</td>
2210
- <td>Optional</td>
2211
- </tr>
2212
- </thead>
2213
- <tbody>
2214
- <tr>
2215
- <td>value</td>
2216
-
2217
- <td>
2218
- <code>BooleanInput</code>
2219
- </td>
2220
-
2221
- <td>
2222
- No
2223
- </td>
2224
-
2225
- </tr>
2226
- </tbody>
2227
- </table>
2228
- </div>
2229
- <div>
2230
- </div>
2231
- <div class="io-description">
2232
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
2233
-
2234
- </div>
2235
- </td>
2236
- </tr>
2237
- </tbody>
2238
- </table>
2239
1772
  <table class="table table-sm table-bordered">
2240
1773
  <tbody>
2241
1774
  <tr>