@eui/core 10.6.18 → 10.6.19

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.
@@ -167,6 +167,10 @@
167
167
  <span class="modifier">Public</span>
168
168
  <a href="#activateToolbarCssVars">activateToolbarCssVars</a>
169
169
  </li>
170
+ <li>
171
+ <span class="modifier">Public</span>
172
+ <a href="#activateToolbarMenu">activateToolbarMenu</a>
173
+ </li>
170
174
  <li>
171
175
  <span class="modifier">Public</span>
172
176
  <a href="#activateTopMessage">activateTopMessage</a>
@@ -923,6 +927,41 @@
923
927
 
924
928
 
925
929
 
930
+ <tr>
931
+ <td class="col-md-4">
932
+
933
+ <div class="io-description">
934
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
935
+
936
+ </div>
937
+ </td>
938
+ </tr>
939
+ </tbody>
940
+ </table>
941
+ <table class="table table-sm table-bordered">
942
+ <tbody>
943
+ <tr>
944
+ <td class="col-md-4">
945
+ <a name="activateToolbarMenu"></a>
946
+ <span class="name">
947
+ <b>
948
+ <span class="modifier">Public</span>
949
+ activateToolbarMenu
950
+ </b>
951
+ <a href="#activateToolbarMenu"><span class="icon ion-ios-link"></span></a>
952
+ </span>
953
+ </td>
954
+ </tr>
955
+ <tr>
956
+ <td class="col-md-4">
957
+ <span class="modifier-icon icon ion-ios-reset"></span>
958
+ <code>activateToolbarMenu()</code>
959
+ </td>
960
+ </tr>
961
+
962
+
963
+
964
+
926
965
  <tr>
927
966
  <td class="col-md-4">
928
967
 
@@ -141,6 +141,10 @@
141
141
  <span class="modifier">Optional</span>
142
142
  <a href="#hasToolbar">hasToolbar</a>
143
143
  </li>
144
+ <li>
145
+ <span class="modifier">Optional</span>
146
+ <a href="#hasToolbarMenu">hasToolbarMenu</a>
147
+ </li>
144
148
  <li>
145
149
  <span class="modifier">Optional</span>
146
150
  <a href="#hasTopMessage">hasTopMessage</a>
@@ -796,6 +800,40 @@
796
800
 
797
801
 
798
802
 
803
+ </tbody>
804
+ </table>
805
+ <table class="table table-sm table-bordered">
806
+ <tbody>
807
+ <tr>
808
+ <td class="col-md-4">
809
+ <a name="hasToolbarMenu"></a>
810
+ <span class="name"><b>hasToolbarMenu</b><a href="#hasToolbarMenu"><span class="icon ion-ios-link"></span></a></span>
811
+ </td>
812
+ </tr>
813
+ <tr>
814
+ <td class="col-md-4">
815
+ <code>hasToolbarMenu: <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
816
+ </code>
817
+ </td>
818
+ </tr>
819
+
820
+
821
+ <tr>
822
+ <td class="col-md-4">
823
+ <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
824
+
825
+ </td>
826
+ </tr>
827
+
828
+ <tr>
829
+ <td class="col-md-4">
830
+ <i>Optional</i>
831
+ </td>
832
+ </tr>
833
+
834
+
835
+
836
+
799
837
  </tbody>
800
838
  </table>
801
839
  <table class="table table-sm table-bordered">