@eui/core 19.3.3-snapshot-1756410268787 → 19.3.3-snapshot-1756878104096

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.
@@ -174,6 +174,11 @@
174
174
  <span class="modifier">Readonly</span>
175
175
  <a href="#activateToolbarCssVars" >activateToolbarCssVars</a>
176
176
  </li>
177
+ <li>
178
+ <span class="modifier">Static</span>
179
+ <span class="modifier">Readonly</span>
180
+ <a href="#activateToolbarMegaMenuCssVars" >activateToolbarMegaMenuCssVars</a>
181
+ </li>
177
182
  <li>
178
183
  <span class="modifier">Static</span>
179
184
  <span class="modifier">Readonly</span>
@@ -427,6 +432,28 @@
427
432
  </tr>
428
433
 
429
434
 
435
+ </tbody>
436
+ </table>
437
+ <table class="table table-sm table-bordered">
438
+ <tbody>
439
+ <tr>
440
+ <td class="col-md-4">
441
+ <a name="activateToolbarMegaMenuCssVars"></a>
442
+ <span class="name">
443
+ <span class="modifier">Static</span>
444
+ <span class="modifier">Readonly</span>
445
+ <span ><b>activateToolbarMegaMenuCssVars</b></span>
446
+ <a href="#activateToolbarMegaMenuCssVars"><span class="icon ion-ios-link"></span></a>
447
+ </span>
448
+ </td>
449
+ </tr>
450
+ <tr>
451
+ <td class="col-md-4">
452
+ <i>Default value : </i><code>() &#x3D;&gt; {...}</code>
453
+ </td>
454
+ </tr>
455
+
456
+
430
457
  </tbody>
431
458
  </table>
432
459
  <table class="table table-sm table-bordered">
@@ -171,6 +171,10 @@
171
171
  <span class="modifier">Public</span>
172
172
  <a href="#activateToolbar" >activateToolbar</a>
173
173
  </li>
174
+ <li>
175
+ <span class="modifier">Public</span>
176
+ <a href="#activateToolbarMegaMenu" >activateToolbarMegaMenu</a>
177
+ </li>
174
178
  <li>
175
179
  <span class="modifier">Public</span>
176
180
  <a href="#activateToolbarMenu" >activateToolbarMenu</a>
@@ -576,6 +580,39 @@
576
580
 
577
581
 
578
582
 
583
+ <tr>
584
+ <td class="col-md-4">
585
+
586
+ <div class="io-description">
587
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
588
+
589
+ </div>
590
+ </td>
591
+ </tr>
592
+ </tbody>
593
+ </table>
594
+ <table class="table table-sm table-bordered">
595
+ <tbody>
596
+ <tr>
597
+ <td class="col-md-4">
598
+ <a name="activateToolbarMegaMenu"></a>
599
+ <span class="name">
600
+ <span class="modifier">Public</span>
601
+ <span ><b>activateToolbarMegaMenu</b></span>
602
+ <a href="#activateToolbarMegaMenu"><span class="icon ion-ios-link"></span></a>
603
+ </span>
604
+ </td>
605
+ </tr>
606
+ <tr>
607
+ <td class="col-md-4">
608
+ <span class="modifier-icon icon ion-ios-reset"></span>
609
+ <code>activateToolbarMegaMenu()</code>
610
+ </td>
611
+ </tr>
612
+
613
+
614
+
615
+
579
616
  <tr>
580
617
  <td class="col-md-4">
581
618
 
@@ -272,6 +272,13 @@
272
272
  hasToolbar
273
273
  </a>
274
274
  </li>
275
+ <li>
276
+ <span class="modifier">Optional</span>
277
+ <a href="#hasToolbarMegaMenu"
278
+ >
279
+ hasToolbarMegaMenu
280
+ </a>
281
+ </li>
275
282
  <li>
276
283
  <span class="modifier">Optional</span>
277
284
  <a href="#hasToolbarMenu"
@@ -1130,6 +1137,44 @@
1130
1137
 
1131
1138
 
1132
1139
 
1140
+ </tbody>
1141
+ </table>
1142
+ <table class="table table-sm table-bordered">
1143
+ <tbody>
1144
+ <tr>
1145
+ <td class="col-md-4">
1146
+ <a name="hasToolbarMegaMenu"></a>
1147
+ <span class="name "><b>hasToolbarMegaMenu</b>
1148
+ <a href="#hasToolbarMegaMenu">
1149
+ <span class="icon ion-ios-link"></span>
1150
+ </a>
1151
+ </span>
1152
+ </td>
1153
+ </tr>
1154
+ <tr>
1155
+ <td class="col-md-4">
1156
+ <code>hasToolbarMegaMenu: <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
1157
+ </code>
1158
+ </td>
1159
+ </tr>
1160
+
1161
+
1162
+ <tr>
1163
+ <td class="col-md-4">
1164
+ <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
1165
+
1166
+ </td>
1167
+ </tr>
1168
+
1169
+ <tr>
1170
+ <td class="col-md-4">
1171
+ <i>Optional</i>
1172
+ </td>
1173
+ </tr>
1174
+
1175
+
1176
+
1177
+
1133
1178
  </tbody>
1134
1179
  </table>
1135
1180
  <table class="table table-sm table-bordered">