@eui/core 18.0.0-rc.27 → 18.0.0-rc.28
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/dependencies.html +1 -1
- package/docs/injectables/EuiDynamicMenuService.html +2 -2
- package/docs/js/search/search_index.js +2 -2
- package/esm2022/lib/services/dynamic-menu/dynamic-menu.service.mjs +2 -5
- package/esm2022/lib/services/locale/locale.service.mjs +2 -1
- package/fesm2022/eui-core.mjs +2 -4
- package/fesm2022/eui-core.mjs.map +1 -1
- package/lib/services/dynamic-menu/dynamic-menu.service.d.ts +5 -5
- package/lib/services/dynamic-menu/dynamic-menu.service.d.ts.map +1 -1
- package/lib/services/locale/locale.service.d.ts +1 -0
- package/lib/services/locale/locale.service.d.ts.map +1 -1
- package/package.json +2 -2
package/docs/dependencies.html
CHANGED
|
@@ -306,7 +306,7 @@
|
|
|
306
306
|
<td class="col-md-4">
|
|
307
307
|
|
|
308
308
|
<div class="io-description">
|
|
309
|
-
<b>Returns : </b> <code>
|
|
309
|
+
<b>Returns : </b> <code>EuiMenuItem[]</code>
|
|
310
310
|
|
|
311
311
|
</div>
|
|
312
312
|
</td>
|
|
@@ -332,7 +332,7 @@
|
|
|
332
332
|
</tr>
|
|
333
333
|
<tr>
|
|
334
334
|
<td class="col-md-4">
|
|
335
|
-
<i>Type : </i> <code>Array<
|
|
335
|
+
<i>Type : </i> <code>Array<EuiMenuItem></code>
|
|
336
336
|
|
|
337
337
|
</td>
|
|
338
338
|
</tr>
|