@eui/core 21.0.0-next.9 → 21.0.0-rc.1
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/CHANGELOG.md +617 -0
- package/docs/changelog.html +863 -0
- package/docs/classes/ActivatedRouteAction.html +6 -0
- package/docs/classes/AddApiQueueItemAction.html +6 -0
- package/docs/classes/AddAppLoadedConfigModulesAction.html +6 -0
- package/docs/classes/ApiQueueServiceMock.html +5 -1
- package/docs/classes/CssUtils.html +113 -1
- package/docs/classes/EmptyApiQueueAction.html +6 -0
- package/docs/classes/I18nResourceImpl.html +11 -2
- package/docs/classes/InitStoreAction.html +6 -0
- package/docs/classes/RemoveApiQueueItemAction.html +6 -0
- package/docs/classes/UpdateAppConnectionAction.html +6 -0
- package/docs/classes/UpdateAppStatusAction.html +6 -0
- package/docs/classes/UpdateAppVersionAction.html +6 -0
- package/docs/classes/UpdateCurrentModuleAction.html +6 -0
- package/docs/classes/UpdateI18nStateAction.html +6 -0
- package/docs/classes/UpdateLocaleStateAction.html +6 -0
- package/docs/classes/UpdateNotificationsListAction.html +6 -0
- package/docs/classes/UpdateUserDashboardAction.html +17 -1
- package/docs/classes/UpdateUserDetailsAction.html +6 -0
- package/docs/classes/UpdateUserPreferencesAction.html +6 -0
- package/docs/classes/UpdateUserRightsAction.html +6 -0
- package/docs/classes/UpdateUserStateAction.html +6 -0
- package/docs/injectables/ApiQueueService.html +10 -2
- package/docs/injectables/EuiAppShellService.html +2 -15
- package/docs/injectables/EuiGrowlService.html +38 -12
- package/docs/injectables/I18nLoader.html +1 -1
- package/docs/injectables/I18nService.html +2 -2
- package/docs/injectables/LocaleService.html +2 -2
- package/docs/injectables/LogService.html +2 -1
- package/docs/injectables/StoreService.html +3 -71
- package/docs/injectables/StoreServiceMock.html +0 -37
- package/docs/injectables/UserService.html +2 -2
- package/docs/injectables/UserServiceMock.html +5 -4
- package/docs/interfaces/LoadedResources.html +2 -2
- package/docs/js/libs/bootstrap-native.js +1 -1
- package/docs/js/libs/vis-network.min.js +78 -0
- package/docs/js/menu-wc.js +10 -0
- package/docs/js/menu-wc_es5.js +1 -1
- package/docs/js/search/search_index.js +2 -2
- package/docs/miscellaneous/functions.html +19 -4
- package/docs/miscellaneous/typealiases.html +1 -1
- package/docs/miscellaneous/variables.html +405 -110
- package/docs/properties.html +1 -1
- package/fesm2022/eui-core.mjs +116 -156
- package/fesm2022/eui-core.mjs.map +1 -1
- package/package.json +2 -2
- package/types/eui-core.d.ts +17 -27
- package/types/eui-core.d.ts.map +1 -1
- package/docs/js/libs/vis.min.js +0 -47
|
@@ -591,7 +591,7 @@
|
|
|
591
591
|
</table>
|
|
592
592
|
</div>
|
|
593
593
|
<div class="io-description">
|
|
594
|
-
<b>Returns : </b> <code><a href="../interfaces/MemoizedSelector.html" target="_self" >MemoizedSelector<State, Result, ></a></code>
|
|
594
|
+
<b>Returns : </b> <code><a href="../interfaces/MemoizedSelector.html" target="_self" >MemoizedSelector<State, Result, unknown></a></code>
|
|
595
595
|
|
|
596
596
|
</div>
|
|
597
597
|
<div class="io-description">
|
|
@@ -881,7 +881,7 @@
|
|
|
881
881
|
</tr>
|
|
882
882
|
<tr>
|
|
883
883
|
<td class="col-md-4">
|
|
884
|
-
<code>defaultMemoize(projectionFn: <a href="../undefineds/AnyFn.html" target="_self">AnyFn</a>, isArgumentsEqual, isResultEqual)</code>
|
|
884
|
+
<code>defaultMemoize(projectionFn: <a href="../undefineds/AnyFn.html" target="_self">AnyFn</a>, isArgumentsEqual: unknown, isResultEqual: unknown)</code>
|
|
885
885
|
</td>
|
|
886
886
|
</tr>
|
|
887
887
|
|
|
@@ -921,6 +921,7 @@
|
|
|
921
921
|
<tr>
|
|
922
922
|
<td>isArgumentsEqual</td>
|
|
923
923
|
<td>
|
|
924
|
+
<code>unknown</code>
|
|
924
925
|
</td>
|
|
925
926
|
|
|
926
927
|
<td>
|
|
@@ -935,6 +936,7 @@
|
|
|
935
936
|
<tr>
|
|
936
937
|
<td>isResultEqual</td>
|
|
937
938
|
<td>
|
|
939
|
+
<code>unknown</code>
|
|
938
940
|
</td>
|
|
939
941
|
|
|
940
942
|
<td>
|
|
@@ -1106,6 +1108,13 @@
|
|
|
1106
1108
|
</tbody>
|
|
1107
1109
|
</table>
|
|
1108
1110
|
</div>
|
|
1111
|
+
<div class="io-description">
|
|
1112
|
+
<b>Returns : </b> <code>unknown</code>
|
|
1113
|
+
|
|
1114
|
+
</div>
|
|
1115
|
+
<div class="io-description">
|
|
1116
|
+
|
|
1117
|
+
</div>
|
|
1109
1118
|
</td>
|
|
1110
1119
|
</tr>
|
|
1111
1120
|
</tbody>
|
|
@@ -1308,7 +1317,7 @@
|
|
|
1308
1317
|
</table>
|
|
1309
1318
|
</div>
|
|
1310
1319
|
<div class="io-description">
|
|
1311
|
-
<b>Returns : </b> <code><a href="../miscellaneous/typealiases.html#Selector" target="_self" >Record<string | Selector<
|
|
1320
|
+
<b>Returns : </b> <code><a href="../miscellaneous/typealiases.html#Selector" target="_self" >Record<string | Selector<unknown, unknown>></a></code>
|
|
1312
1321
|
|
|
1313
1322
|
</div>
|
|
1314
1323
|
<div class="io-description">
|
|
@@ -2363,7 +2372,7 @@ Does not check only for empty object, because the config can have other (non-lo
|
|
|
2363
2372
|
</tr>
|
|
2364
2373
|
<tr>
|
|
2365
2374
|
<td class="col-md-4">
|
|
2366
|
-
<code>injectOptional(token, injector)</code>
|
|
2375
|
+
<code>injectOptional(token, injector: unknown)</code>
|
|
2367
2376
|
</td>
|
|
2368
2377
|
</tr>
|
|
2369
2378
|
|
|
@@ -2383,6 +2392,7 @@ Avoids instantiation errors that can occur with <code>inject(..., { optional: tr
|
|
|
2383
2392
|
<thead>
|
|
2384
2393
|
<tr>
|
|
2385
2394
|
<td>Name</td>
|
|
2395
|
+
<td>Type</td>
|
|
2386
2396
|
<td>Optional</td>
|
|
2387
2397
|
<td>Default value</td>
|
|
2388
2398
|
<td>Description</td>
|
|
@@ -2391,6 +2401,8 @@ Avoids instantiation errors that can occur with <code>inject(..., { optional: tr
|
|
|
2391
2401
|
<tbody>
|
|
2392
2402
|
<tr>
|
|
2393
2403
|
<td>token</td>
|
|
2404
|
+
<td>
|
|
2405
|
+
</td>
|
|
2394
2406
|
|
|
2395
2407
|
<td>
|
|
2396
2408
|
No
|
|
@@ -2406,6 +2418,9 @@ Avoids instantiation errors that can occur with <code>inject(..., { optional: tr
|
|
|
2406
2418
|
</tr>
|
|
2407
2419
|
<tr>
|
|
2408
2420
|
<td>injector</td>
|
|
2421
|
+
<td>
|
|
2422
|
+
<code>unknown</code>
|
|
2423
|
+
</td>
|
|
2409
2424
|
|
|
2410
2425
|
<td>
|
|
2411
2426
|
No
|