@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.
Files changed (50) hide show
  1. package/CHANGELOG.md +617 -0
  2. package/docs/changelog.html +863 -0
  3. package/docs/classes/ActivatedRouteAction.html +6 -0
  4. package/docs/classes/AddApiQueueItemAction.html +6 -0
  5. package/docs/classes/AddAppLoadedConfigModulesAction.html +6 -0
  6. package/docs/classes/ApiQueueServiceMock.html +5 -1
  7. package/docs/classes/CssUtils.html +113 -1
  8. package/docs/classes/EmptyApiQueueAction.html +6 -0
  9. package/docs/classes/I18nResourceImpl.html +11 -2
  10. package/docs/classes/InitStoreAction.html +6 -0
  11. package/docs/classes/RemoveApiQueueItemAction.html +6 -0
  12. package/docs/classes/UpdateAppConnectionAction.html +6 -0
  13. package/docs/classes/UpdateAppStatusAction.html +6 -0
  14. package/docs/classes/UpdateAppVersionAction.html +6 -0
  15. package/docs/classes/UpdateCurrentModuleAction.html +6 -0
  16. package/docs/classes/UpdateI18nStateAction.html +6 -0
  17. package/docs/classes/UpdateLocaleStateAction.html +6 -0
  18. package/docs/classes/UpdateNotificationsListAction.html +6 -0
  19. package/docs/classes/UpdateUserDashboardAction.html +17 -1
  20. package/docs/classes/UpdateUserDetailsAction.html +6 -0
  21. package/docs/classes/UpdateUserPreferencesAction.html +6 -0
  22. package/docs/classes/UpdateUserRightsAction.html +6 -0
  23. package/docs/classes/UpdateUserStateAction.html +6 -0
  24. package/docs/injectables/ApiQueueService.html +10 -2
  25. package/docs/injectables/EuiAppShellService.html +2 -15
  26. package/docs/injectables/EuiGrowlService.html +38 -12
  27. package/docs/injectables/I18nLoader.html +1 -1
  28. package/docs/injectables/I18nService.html +2 -2
  29. package/docs/injectables/LocaleService.html +2 -2
  30. package/docs/injectables/LogService.html +2 -1
  31. package/docs/injectables/StoreService.html +3 -71
  32. package/docs/injectables/StoreServiceMock.html +0 -37
  33. package/docs/injectables/UserService.html +2 -2
  34. package/docs/injectables/UserServiceMock.html +5 -4
  35. package/docs/interfaces/LoadedResources.html +2 -2
  36. package/docs/js/libs/bootstrap-native.js +1 -1
  37. package/docs/js/libs/vis-network.min.js +78 -0
  38. package/docs/js/menu-wc.js +10 -0
  39. package/docs/js/menu-wc_es5.js +1 -1
  40. package/docs/js/search/search_index.js +2 -2
  41. package/docs/miscellaneous/functions.html +19 -4
  42. package/docs/miscellaneous/typealiases.html +1 -1
  43. package/docs/miscellaneous/variables.html +405 -110
  44. package/docs/properties.html +1 -1
  45. package/fesm2022/eui-core.mjs +116 -156
  46. package/fesm2022/eui-core.mjs.map +1 -1
  47. package/package.json +2 -2
  48. package/types/eui-core.d.ts +17 -27
  49. package/types/eui-core.d.ts.map +1 -1
  50. package/docs/js/libs/vis.min.js +0 -47
@@ -253,9 +253,6 @@
253
253
  <li>
254
254
  <a href="#euiCoreRootGuardClass" title="packages/core/src/lib/eui-core.module.ts" ><b>euiCoreRootGuardClass</b>&nbsp;&nbsp;&nbsp;(packages/.../eui-core.module.ts)</a>
255
255
  </li>
256
- <li>
257
- <a href="#euiInitApp" title="packages/core/src/lib/services/app/eui-init-app.ts" class="deprecated-name"><b>euiInitApp</b>&nbsp;&nbsp;&nbsp;(packages/.../eui-init-app.ts)</a>
258
- </li>
259
256
  <li>
260
257
  <a href="#filterAppState" title="packages/core/src/lib/services/store/reducers/meta.reducers.ts" class="deprecated-name"><b>filterAppState</b>&nbsp;&nbsp;&nbsp;(packages/.../meta.reducers.ts)</a>
261
258
  </li>
@@ -469,6 +466,12 @@
469
466
  </span>
470
467
  </td>
471
468
  </tr>
469
+ <tr>
470
+ <td class="col-md-4">
471
+ <i>Type : </i> <code>unknown</code>
472
+
473
+ </td>
474
+ </tr>
472
475
  <tr>
473
476
  <td class="col-md-4">
474
477
  <i>Default value : </i><code>(state: AppState, action: AddApiQueueItemAction): AppState &#x3D;&gt; {
@@ -532,6 +535,12 @@
532
535
  </span>
533
536
  </td>
534
537
  </tr>
538
+ <tr>
539
+ <td class="col-md-4">
540
+ <i>Type : </i> <code>unknown</code>
541
+
542
+ </td>
543
+ </tr>
535
544
  <tr>
536
545
  <td class="col-md-4">
537
546
  <i>Default value : </i><code>(state: AppState, action: EmptyApiQueueAction): AppState &#x3D;&gt;
@@ -554,6 +563,12 @@
554
563
  </span>
555
564
  </td>
556
565
  </tr>
566
+ <tr>
567
+ <td class="col-md-4">
568
+ <i>Type : </i> <code>unknown</code>
569
+
570
+ </td>
571
+ </tr>
557
572
  <tr>
558
573
  <td class="col-md-4">
559
574
  <i>Default value : </i><code>(state: AppState, action: RemoveApiQueueItemAction): AppState &#x3D;&gt; {
@@ -583,6 +598,12 @@
583
598
  </span>
584
599
  </td>
585
600
  </tr>
601
+ <tr>
602
+ <td class="col-md-4">
603
+ <i>Type : </i> <code>unknown</code>
604
+
605
+ </td>
606
+ </tr>
586
607
  <tr>
587
608
  <td class="col-md-4">
588
609
  <i>Default value : </i><code>(state: AppState, action: UpdateAppConnectionAction): AppState &#x3D;&gt; ({ ...state, connected: action.payload })</code>
@@ -603,6 +624,12 @@
603
624
  </span>
604
625
  </td>
605
626
  </tr>
627
+ <tr>
628
+ <td class="col-md-4">
629
+ <i>Type : </i> <code>unknown</code>
630
+
631
+ </td>
632
+ </tr>
606
633
  <tr>
607
634
  <td class="col-md-4">
608
635
  <i>Default value : </i><code>(state: AppState, action: UpdateAppStatusAction): AppState &#x3D;&gt; ({ ...state, status: action.payload })</code>
@@ -623,6 +650,12 @@
623
650
  </span>
624
651
  </td>
625
652
  </tr>
653
+ <tr>
654
+ <td class="col-md-4">
655
+ <i>Type : </i> <code>unknown</code>
656
+
657
+ </td>
658
+ </tr>
626
659
  <tr>
627
660
  <td class="col-md-4">
628
661
  <i>Default value : </i><code>(state: AppState, action: UpdateAppVersionAction): AppState &#x3D;&gt; ({ ...state, version: action.payload })</code>
@@ -643,6 +676,12 @@
643
676
  </span>
644
677
  </td>
645
678
  </tr>
679
+ <tr>
680
+ <td class="col-md-4">
681
+ <i>Type : </i> <code>unknown</code>
682
+
683
+ </td>
684
+ </tr>
646
685
  <tr>
647
686
  <td class="col-md-4">
648
687
  <i>Default value : </i><code>(state: AppState, action: UpdateCurrentModuleAction): AppState &#x3D;&gt;
@@ -741,6 +780,12 @@
741
780
  it will be removed in the next major version
742
781
  </td>
743
782
  </tr>
783
+ <tr>
784
+ <td class="col-md-4">
785
+ <i>Type : </i> <code>unknown</code>
786
+
787
+ </td>
788
+ </tr>
744
789
  <tr>
745
790
  <td class="col-md-4">
746
791
  <i>Default value : </i><code>(state: I18nState, action: UpdateI18nStateAction): {activeLang: string} &#x3D;&gt; ({
@@ -844,6 +889,12 @@
844
889
  it will be removed in the next major version
845
890
  </td>
846
891
  </tr>
892
+ <tr>
893
+ <td class="col-md-4">
894
+ <i>Type : </i> <code>unknown</code>
895
+
896
+ </td>
897
+ </tr>
847
898
  <tr>
848
899
  <td class="col-md-4">
849
900
  <i>Default value : </i><code>(state: LocaleState, action: UpdateLocaleStateAction): LocaleState &#x3D;&gt; ({
@@ -937,6 +988,12 @@
937
988
  </span>
938
989
  </td>
939
990
  </tr>
991
+ <tr>
992
+ <td class="col-md-4">
993
+ <i>Type : </i> <code>unknown</code>
994
+
995
+ </td>
996
+ </tr>
940
997
  <tr>
941
998
  <td class="col-md-4">
942
999
  <i>Default value : </i><code>(state: NotificationsState, action: UpdateNotificationsListAction): NotificationsState &#x3D;&gt;
@@ -1029,6 +1086,12 @@
1029
1086
  </span>
1030
1087
  </td>
1031
1088
  </tr>
1089
+ <tr>
1090
+ <td class="col-md-4">
1091
+ <i>Type : </i> <code>unknown</code>
1092
+
1093
+ </td>
1094
+ </tr>
1032
1095
  <tr>
1033
1096
  <td class="col-md-4">
1034
1097
  <i>Default value : </i><code>(state: UserState, action: UpdateUserStateAction): UserState &#x3D;&gt; {
@@ -1055,6 +1118,12 @@
1055
1118
  </span>
1056
1119
  </td>
1057
1120
  </tr>
1121
+ <tr>
1122
+ <td class="col-md-4">
1123
+ <i>Type : </i> <code>unknown</code>
1124
+
1125
+ </td>
1126
+ </tr>
1058
1127
  <tr>
1059
1128
  <td class="col-md-4">
1060
1129
  <i>Default value : </i><code>(state: UserState, action: UpdateUserDashboardAction): UserState &amp; { preferences: UserPreferences } &#x3D;&gt; {
@@ -1080,6 +1149,12 @@
1080
1149
  </span>
1081
1150
  </td>
1082
1151
  </tr>
1152
+ <tr>
1153
+ <td class="col-md-4">
1154
+ <i>Type : </i> <code>unknown</code>
1155
+
1156
+ </td>
1157
+ </tr>
1083
1158
  <tr>
1084
1159
  <td class="col-md-4">
1085
1160
  <i>Default value : </i><code>(state: UserState, action: UpdateUserDetailsAction): UserState &#x3D;&gt; {
@@ -1108,6 +1183,12 @@
1108
1183
  </span>
1109
1184
  </td>
1110
1185
  </tr>
1186
+ <tr>
1187
+ <td class="col-md-4">
1188
+ <i>Type : </i> <code>unknown</code>
1189
+
1190
+ </td>
1191
+ </tr>
1111
1192
  <tr>
1112
1193
  <td class="col-md-4">
1113
1194
  <i>Default value : </i><code>(state: UserState, action: UpdateUserPreferencesAction): UserState &#x3D;&gt; {
@@ -1131,6 +1212,12 @@
1131
1212
  </span>
1132
1213
  </td>
1133
1214
  </tr>
1215
+ <tr>
1216
+ <td class="col-md-4">
1217
+ <i>Type : </i> <code>unknown</code>
1218
+
1219
+ </td>
1220
+ </tr>
1134
1221
  <tr>
1135
1222
  <td class="col-md-4">
1136
1223
  <i>Default value : </i><code>(state: UserState, action: UpdateUserRightsAction): UserState &#x3D;&gt;
@@ -1155,6 +1242,12 @@
1155
1242
  </span>
1156
1243
  </td>
1157
1244
  </tr>
1245
+ <tr>
1246
+ <td class="col-md-4">
1247
+ <i>Type : </i> <code>unknown</code>
1248
+
1249
+ </td>
1250
+ </tr>
1158
1251
  <tr>
1159
1252
  <td class="col-md-4">
1160
1253
  <i>Default value : </i><code>(state: CoreState, action: { moduleName, moduleConfig }): CoreState &#x3D;&gt; ({
@@ -1189,6 +1282,12 @@
1189
1282
  </span>
1190
1283
  </td>
1191
1284
  </tr>
1285
+ <tr>
1286
+ <td class="col-md-4">
1287
+ <i>Type : </i> <code>unknown</code>
1288
+
1289
+ </td>
1290
+ </tr>
1192
1291
  <tr>
1193
1292
  <td class="col-md-4">
1194
1293
  <i>Default value : </i><code>new InjectionToken&lt;void&gt;(&#x27;Internal Theme ForRoot Guard&#x27;)</code>
@@ -1209,6 +1308,12 @@
1209
1308
  </span>
1210
1309
  </td>
1211
1310
  </tr>
1311
+ <tr>
1312
+ <td class="col-md-4">
1313
+ <i>Type : </i> <code>unknown</code>
1314
+
1315
+ </td>
1316
+ </tr>
1212
1317
  <tr>
1213
1318
  <td class="col-md-4">
1214
1319
  <i>Default value : </i><code>(core): string &#x3D;&gt; {
@@ -1234,6 +1339,12 @@
1234
1339
  </span>
1235
1340
  </td>
1236
1341
  </tr>
1342
+ <tr>
1343
+ <td class="col-md-4">
1344
+ <i>Type : </i> <code>unknown</code>
1345
+
1346
+ </td>
1347
+ </tr>
1237
1348
  <tr>
1238
1349
  <td class="col-md-4">
1239
1350
  <i>Default value : </i><code>(): EuiCoreRootGuardClass &#x3D;&gt; new EuiCoreRootGuardClass()</code>
@@ -1257,6 +1368,12 @@
1257
1368
  </span>
1258
1369
  </td>
1259
1370
  </tr>
1371
+ <tr>
1372
+ <td class="col-md-4">
1373
+ <i>Type : </i> <code>unknown</code>
1374
+
1375
+ </td>
1376
+ </tr>
1260
1377
  <tr>
1261
1378
  <td class="col-md-4">
1262
1379
  <i>Default value : </i><code>new InjectionToken&lt;string&gt;(&#x27;BASE_LOGGER_NAME&#x27;)</code>
@@ -1277,6 +1394,12 @@
1277
1394
  </span>
1278
1395
  </td>
1279
1396
  </tr>
1397
+ <tr>
1398
+ <td class="col-md-4">
1399
+ <i>Type : </i> <code>unknown</code>
1400
+
1401
+ </td>
1402
+ </tr>
1280
1403
  <tr>
1281
1404
  <td class="col-md-4">
1282
1405
  <i>Default value : </i><code>new InjectionToken&lt;LogAppender[]&gt;(&#x27;LOG_APPENDERS&#x27;)</code>
@@ -1297,6 +1420,12 @@
1297
1420
  </span>
1298
1421
  </td>
1299
1422
  </tr>
1423
+ <tr>
1424
+ <td class="col-md-4">
1425
+ <i>Type : </i> <code>unknown</code>
1426
+
1427
+ </td>
1428
+ </tr>
1300
1429
  <tr>
1301
1430
  <td class="col-md-4">
1302
1431
  <i>Default value : </i><code>new InjectionToken&lt;LogLevel&gt;(&#x27;LOG_LEVEL&#x27;)</code>
@@ -1320,6 +1449,12 @@
1320
1449
  </span>
1321
1450
  </td>
1322
1451
  </tr>
1452
+ <tr>
1453
+ <td class="col-md-4">
1454
+ <i>Type : </i> <code>unknown</code>
1455
+
1456
+ </td>
1457
+ </tr>
1323
1458
  <tr>
1324
1459
  <td class="col-md-4">
1325
1460
  <i>Default value : </i><code>new InjectionToken&lt;string&gt;(&#x27;baseName&#x27;)</code>
@@ -1340,6 +1475,12 @@
1340
1475
  </span>
1341
1476
  </td>
1342
1477
  </tr>
1478
+ <tr>
1479
+ <td class="col-md-4">
1480
+ <i>Type : </i> <code>unknown</code>
1481
+
1482
+ </td>
1483
+ </tr>
1343
1484
  <tr>
1344
1485
  <td class="col-md-4">
1345
1486
  <i>Default value : </i><code>new InjectionToken&lt;EuiAppConfig&gt;(&#x27;finalConfigToken&#x27;)</code>
@@ -1360,6 +1501,12 @@
1360
1501
  </span>
1361
1502
  </td>
1362
1503
  </tr>
1504
+ <tr>
1505
+ <td class="col-md-4">
1506
+ <i>Type : </i> <code>unknown</code>
1507
+
1508
+ </td>
1509
+ </tr>
1363
1510
  <tr>
1364
1511
  <td class="col-md-4">
1365
1512
  <i>Default value : </i><code>new InjectionToken&lt;EuiConfig&gt;(&#x27;EuiConfig&#x27;)</code>
@@ -1380,6 +1527,12 @@
1380
1527
  </span>
1381
1528
  </td>
1382
1529
  </tr>
1530
+ <tr>
1531
+ <td class="col-md-4">
1532
+ <i>Type : </i> <code>unknown</code>
1533
+
1534
+ </td>
1535
+ </tr>
1383
1536
  <tr>
1384
1537
  <td class="col-md-4">
1385
1538
  <i>Default value : </i><code>new InjectionToken&lt;GlobalConfig&gt;(&#x27;globalConfig&#x27;)</code>
@@ -1400,6 +1553,12 @@
1400
1553
  </span>
1401
1554
  </td>
1402
1555
  </tr>
1556
+ <tr>
1557
+ <td class="col-md-4">
1558
+ <i>Type : </i> <code>unknown</code>
1559
+
1560
+ </td>
1561
+ </tr>
1403
1562
  <tr>
1404
1563
  <td class="col-md-4">
1405
1564
  <i>Default value : </i><code>new InjectionToken&lt;HttpErrorHandlerConfig&gt;(&#x27;HTTP_ERROR_HANDLER_CONFIG&#x27;)</code>
@@ -1420,6 +1579,12 @@
1420
1579
  </span>
1421
1580
  </td>
1422
1581
  </tr>
1582
+ <tr>
1583
+ <td class="col-md-4">
1584
+ <i>Type : </i> <code>unknown</code>
1585
+
1586
+ </td>
1587
+ </tr>
1423
1588
  <tr>
1424
1589
  <td class="col-md-4">
1425
1590
  <i>Default value : </i><code>new InjectionToken&lt;ModuleConfig&gt;(&#x27;moduleConfig&#x27;)</code>
@@ -1440,6 +1605,12 @@
1440
1605
  </span>
1441
1606
  </td>
1442
1607
  </tr>
1608
+ <tr>
1609
+ <td class="col-md-4">
1610
+ <i>Type : </i> <code>unknown</code>
1611
+
1612
+ </td>
1613
+ </tr>
1443
1614
  <tr>
1444
1615
  <td class="col-md-4">
1445
1616
  <i>Default value : </i><code>new InjectionToken&lt;string&gt;(&#x27;moduleName&#x27;)</code>
@@ -1460,6 +1631,12 @@
1460
1631
  </span>
1461
1632
  </td>
1462
1633
  </tr>
1634
+ <tr>
1635
+ <td class="col-md-4">
1636
+ <i>Type : </i> <code>unknown</code>
1637
+
1638
+ </td>
1639
+ </tr>
1463
1640
  <tr>
1464
1641
  <td class="col-md-4">
1465
1642
  <i>Default value : </i><code>new InjectionToken&lt;LogConfig&gt;(&#x27;logConfig&#x27;)</code>
@@ -1480,6 +1657,12 @@
1480
1657
  </span>
1481
1658
  </td>
1482
1659
  </tr>
1660
+ <tr>
1661
+ <td class="col-md-4">
1662
+ <i>Type : </i> <code>unknown</code>
1663
+
1664
+ </td>
1665
+ </tr>
1483
1666
  <tr>
1484
1667
  <td class="col-md-4">
1485
1668
  <i>Default value : </i><code>new InjectionToken&lt;boolean&gt;(&#x27;SHOW_CONNECTION_STATUS&#x27;)</code>
@@ -1503,6 +1686,12 @@
1503
1686
  </span>
1504
1687
  </td>
1505
1688
  </tr>
1689
+ <tr>
1690
+ <td class="col-md-4">
1691
+ <i>Type : </i> <code>unknown</code>
1692
+
1693
+ </td>
1694
+ </tr>
1506
1695
  <tr>
1507
1696
  <td class="col-md-4">
1508
1697
  <i>Default value : </i><code>&lt;S extends CoreState&gt;(reducer: ActionReducer&lt;S&gt;, storage: Storage | null) &#x3D;&gt;
@@ -1593,6 +1782,12 @@
1593
1782
  it will be removed in the next major version
1594
1783
  </td>
1595
1784
  </tr>
1785
+ <tr>
1786
+ <td class="col-md-4">
1787
+ <i>Type : </i> <code>unknown</code>
1788
+
1789
+ </td>
1790
+ </tr>
1596
1791
  <tr>
1597
1792
  <td class="col-md-4">
1598
1793
  <i>Default value : </i><code>(app: AppState): AppState &#x3D;&gt; {
@@ -1640,6 +1835,12 @@
1640
1835
  it will be removed in the next major version
1641
1836
  </td>
1642
1837
  </tr>
1838
+ <tr>
1839
+ <td class="col-md-4">
1840
+ <i>Type : </i> <code>unknown</code>
1841
+
1842
+ </td>
1843
+ </tr>
1643
1844
  <tr>
1644
1845
  <td class="col-md-4">
1645
1846
  <i>Default value : </i><code>&lt;S extends CoreState&gt;(storage: Storage | null &#x3D; localStorage): S &#x3D;&gt; {
@@ -1686,6 +1887,12 @@
1686
1887
  </span>
1687
1888
  </td>
1688
1889
  </tr>
1890
+ <tr>
1891
+ <td class="col-md-4">
1892
+ <i>Type : </i> <code>unknown</code>
1893
+
1894
+ </td>
1895
+ </tr>
1689
1896
  <tr>
1690
1897
  <td class="col-md-4">
1691
1898
  <i>Default value : </i><code>(target: HTMLElement, className: string): HTMLElement | null &#x3D;&gt; {
@@ -1718,6 +1925,12 @@
1718
1925
  </span>
1719
1926
  </td>
1720
1927
  </tr>
1928
+ <tr>
1929
+ <td class="col-md-4">
1930
+ <i>Type : </i> <code>unknown</code>
1931
+
1932
+ </td>
1933
+ </tr>
1721
1934
  <tr>
1722
1935
  <td class="col-md-4">
1723
1936
  <i>Default value : </i><code>(nativeEl: Element, cssProp: keyof CSSStyleDeclaration): string &#x3D;&gt; {
@@ -1747,6 +1960,12 @@
1747
1960
  </span>
1748
1961
  </td>
1749
1962
  </tr>
1963
+ <tr>
1964
+ <td class="col-md-4">
1965
+ <i>Type : </i> <code>unknown</code>
1966
+
1967
+ </td>
1968
+ </tr>
1750
1969
  <tr>
1751
1970
  <td class="col-md-4">
1752
1971
  <i>Default value : </i><code>&lt;F&gt;(fixture: ComponentFixture&lt;F&gt;, componentClass: string, klass?: string): {de: DebugElement, el: HTMLElement, domElement: HTMLElement} &#x3D;&gt; {
@@ -1784,6 +2003,12 @@
1784
2003
  </span>
1785
2004
  </td>
1786
2005
  </tr>
2006
+ <tr>
2007
+ <td class="col-md-4">
2008
+ <i>Type : </i> <code>unknown</code>
2009
+
2010
+ </td>
2011
+ </tr>
1787
2012
  <tr>
1788
2013
  <td class="col-md-4">
1789
2014
  <i>Default value : </i><code>(nativeEl: Element): boolean &#x3D;&gt; (getStyle(nativeEl, &#x27;position&#x27;) || &#x27;static&#x27;) &#x3D;&#x3D;&#x3D; &#x27;static&#x27;</code>
@@ -1810,6 +2035,12 @@
1810
2035
  </span>
1811
2036
  </td>
1812
2037
  </tr>
2038
+ <tr>
2039
+ <td class="col-md-4">
2040
+ <i>Type : </i> <code>unknown</code>
2041
+
2042
+ </td>
2043
+ </tr>
1813
2044
  <tr>
1814
2045
  <td class="col-md-4">
1815
2046
  <i>Default value : </i><code>(nativeEl: HTMLElement): { width: number; height: number; top: number; left: number } &#x3D;&gt; {
@@ -1845,6 +2076,12 @@
1845
2076
  </span>
1846
2077
  </td>
1847
2078
  </tr>
2079
+ <tr>
2080
+ <td class="col-md-4">
2081
+ <i>Type : </i> <code>unknown</code>
2082
+
2083
+ </td>
2084
+ </tr>
1848
2085
  <tr>
1849
2086
  <td class="col-md-4">
1850
2087
  <i>Default value : </i><code>(nativeEl: HTMLElement): Element | Document &#x3D;&gt; {
@@ -1877,6 +2114,12 @@
1877
2114
  </span>
1878
2115
  </td>
1879
2116
  </tr>
2117
+ <tr>
2118
+ <td class="col-md-4">
2119
+ <i>Type : </i> <code>unknown</code>
2120
+
2121
+ </td>
2122
+ </tr>
1880
2123
  <tr>
1881
2124
  <td class="col-md-4">
1882
2125
  <i>Default value : </i><code>(nativeEl: HTMLElement): { width: number; height: number; top: number; left: number } &#x3D;&gt; {
@@ -1924,6 +2167,12 @@
1924
2167
  </span>
1925
2168
  </td>
1926
2169
  </tr>
2170
+ <tr>
2171
+ <td class="col-md-4">
2172
+ <i>Type : </i> <code>unknown</code>
2173
+
2174
+ </td>
2175
+ </tr>
1927
2176
  <tr>
1928
2177
  <td class="col-md-4">
1929
2178
  <i>Default value : </i><code>(event: Event): boolean &#x3D;&gt; {
@@ -2347,6 +2596,12 @@
2347
2596
  </span>
2348
2597
  </td>
2349
2598
  </tr>
2599
+ <tr>
2600
+ <td class="col-md-4">
2601
+ <i>Type : </i> <code>unknown</code>
2602
+
2603
+ </td>
2604
+ </tr>
2350
2605
  <tr>
2351
2606
  <td class="col-md-4">
2352
2607
  <i>Default value : </i><code>(dateStart: Date, dateEnd: Date): number &#x3D;&gt;
@@ -2368,6 +2623,12 @@
2368
2623
  </span>
2369
2624
  </td>
2370
2625
  </tr>
2626
+ <tr>
2627
+ <td class="col-md-4">
2628
+ <i>Type : </i> <code>unknown</code>
2629
+
2630
+ </td>
2631
+ </tr>
2371
2632
  <tr>
2372
2633
  <td class="col-md-4">
2373
2634
  <i>Default value : </i><code>(date: Date): number &#x3D;&gt; diffDays(new Date(), date)</code>
@@ -2391,6 +2652,12 @@
2391
2652
  </span>
2392
2653
  </td>
2393
2654
  </tr>
2655
+ <tr>
2656
+ <td class="col-md-4">
2657
+ <i>Type : </i> <code>unknown</code>
2658
+
2659
+ </td>
2660
+ </tr>
2394
2661
  <tr>
2395
2662
  <td class="col-md-4">
2396
2663
  <i>Default value : </i><code>new InjectionToken&lt;object&gt;(&#x27;DYNAMIC_COMPONENT_CONFIG&#x27;)</code>
@@ -3196,125 +3463,25 @@
3196
3463
  </tbody>
3197
3464
  </table>
3198
3465
  </section>
3199
- <h3>packages/core/src/lib/services/app/eui-init-app.ts</h3>
3466
+ <h3>packages/core/src/lib/helpers/format-helpers.ts</h3>
3200
3467
  <section data-compodoc="block-properties">
3201
3468
  <h3></h3> <table class="table table-sm table-bordered">
3202
3469
  <tbody>
3203
3470
  <tr>
3204
3471
  <td class="col-md-4">
3205
- <a name="euiInitApp"></a>
3206
- <span class="name">
3207
- <span class="deprecated-name"><b>euiInitApp</b></span>
3208
- <a href="#euiInitApp"><span class="icon ion-ios-link"></span></a>
3209
- </span>
3210
- </td>
3211
- </tr>
3212
- <tr>
3213
- <td class="col-md-4 deprecated">
3214
- Use `provideEuiInitializer()` instead. Beware that this should be declared as Environment providers.
3215
- </td>
3216
- </tr>
3217
- <tr>
3218
- <td class="col-md-4">
3219
- <i>Default value : </i><code>(injector: Injector) &#x3D;&gt; (): Promise&lt;null&gt; &#x3D;&gt;
3220
- new Promise((resolve) &#x3D;&gt; {
3221
- const locationInitialized &#x3D; injector.get(LOCATION_INITIALIZED, Promise.resolve(null));
3222
-
3223
- locationInitialized.then(() &#x3D;&gt; {
3224
- const appConfig: EuiAppConfig &#x3D; injector.get(CONFIG_TOKEN);
3225
- // necessary config parameters
3226
- let appVersion: string;
3227
- if (appConfig &amp;&amp; appConfig.versions &amp;&amp; appConfig.versions.app) {
3228
- appVersion &#x3D; appConfig.versions.app;
3229
- } else {
3230
- appVersion &#x3D; &#x27;0.0.0&#x27;;
3231
- }
3232
- let storageType: BrowserStorageType;
3233
- if (appConfig &amp;&amp; appConfig[&#x27;saveStateStorage&#x27;]) {
3234
- storageType &#x3D; appConfig[&#x27;saveStateStorage&#x27;];
3235
- } else {
3236
- storageType &#x3D; BrowserStorageType.local;
3237
- }
3238
-
3239
- const storeService &#x3D; injector.get(StoreService);
3240
- storeService.init(appVersion, storageType);
3241
- storeService.handleAutoSave();
3242
- resolve(null);
3243
- });
3244
- })</code>
3245
- </td>
3246
- </tr>
3247
-
3248
- <tr>
3249
- <td class="col-md-4">
3250
- <div class="io-description"><p>Initializes the app with the necessary configurations</p>
3251
- </div>
3252
- </td>
3253
- </tr>
3254
-
3255
- </tbody>
3256
- </table>
3257
- <table class="table table-sm table-bordered">
3258
- <tbody>
3259
- <tr>
3260
- <td class="col-md-4">
3261
- <a name="init"></a>
3472
+ <a name="formatNumber"></a>
3262
3473
  <span class="name">
3263
- <span ><b>init</b></span>
3264
- <a href="#init"><span class="icon ion-ios-link"></span></a>
3474
+ <span ><b>formatNumber</b></span>
3475
+ <a href="#formatNumber"><span class="icon ion-ios-link"></span></a>
3265
3476
  </span>
3266
3477
  </td>
3267
3478
  </tr>
3268
3479
  <tr>
3269
3480
  <td class="col-md-4">
3270
- <i>Default value : </i><code>(): Promise&lt;unknown&gt; &#x3D;&gt; {
3271
- const locationInitialized &#x3D; inject(LOCATION_INITIALIZED, { optional: true }) || Promise.resolve(null);
3272
- const appConfig: EuiAppConfig &#x3D; inject(CONFIG_TOKEN);
3273
- const storeService &#x3D; inject(StoreService);
3274
-
3275
- return new Promise&lt;void&gt;(resolve &#x3D;&gt; {
3276
-
3277
- locationInitialized.then(() &#x3D;&gt; {
3278
- // necessary config parameters
3279
- let appVersion: string;
3280
- if (appConfig &amp;&amp; appConfig.versions &amp;&amp; appConfig.versions.app) {
3281
- appVersion &#x3D; appConfig.versions.app;
3282
- } else {
3283
- appVersion &#x3D; &#x27;0.0.0&#x27;;
3284
- }
3285
- let storageType: BrowserStorageType;
3286
- if (appConfig &amp;&amp; appConfig[&#x27;saveStateStorage&#x27;]) {
3287
- storageType &#x3D; appConfig[&#x27;saveStateStorage&#x27;];
3288
- } else {
3289
- storageType &#x3D; BrowserStorageType.local;
3290
- }
3481
+ <i>Type : </i> <code>unknown</code>
3291
3482
 
3292
- storeService.init(appVersion, storageType);
3293
- storeService.handleAutoSave();
3294
- resolve(null);
3295
- });
3296
- });
3297
- }</code>
3298
3483
  </td>
3299
3484
  </tr>
3300
-
3301
-
3302
- </tbody>
3303
- </table>
3304
- </section>
3305
- <h3>packages/core/src/lib/helpers/format-helpers.ts</h3>
3306
- <section data-compodoc="block-properties">
3307
- <h3></h3> <table class="table table-sm table-bordered">
3308
- <tbody>
3309
- <tr>
3310
- <td class="col-md-4">
3311
- <a name="formatNumber"></a>
3312
- <span class="name">
3313
- <span ><b>formatNumber</b></span>
3314
- <a href="#formatNumber"><span class="icon ion-ios-link"></span></a>
3315
- </span>
3316
- </td>
3317
- </tr>
3318
3485
  <tr>
3319
3486
  <td class="col-md-4">
3320
3487
  <i>Default value : </i><code>(value: number | string, fractionSize &#x3D; 2, inDecimalSeparator &#x3D; &#x27;,&#x27;, inThousandSeparator &#x3D; &#x27;&#x27;): string &#x3D;&gt; {
@@ -3410,6 +3577,12 @@
3410
3577
  </span>
3411
3578
  </td>
3412
3579
  </tr>
3580
+ <tr>
3581
+ <td class="col-md-4">
3582
+ <i>Type : </i> <code>unknown</code>
3583
+
3584
+ </td>
3585
+ </tr>
3413
3586
  <tr>
3414
3587
  <td class="col-md-4">
3415
3588
  <i>Default value : </i><code>(decimalPart: string, fractionSize: number): string &#x3D;&gt; {
@@ -3434,6 +3607,12 @@
3434
3607
  </span>
3435
3608
  </td>
3436
3609
  </tr>
3610
+ <tr>
3611
+ <td class="col-md-4">
3612
+ <i>Type : </i> <code>unknown</code>
3613
+
3614
+ </td>
3615
+ </tr>
3437
3616
  <tr>
3438
3617
  <td class="col-md-4">
3439
3618
  <i>Default value : </i><code>(): string &#x3D;&gt; Math.random().toString(36).substring(2, 9)</code>
@@ -3497,6 +3676,12 @@
3497
3676
  it will be removed in the future. Consult the angular documentation for a replacement.
3498
3677
  </td>
3499
3678
  </tr>
3679
+ <tr>
3680
+ <td class="col-md-4">
3681
+ <i>Type : </i> <code>unknown</code>
3682
+
3683
+ </td>
3684
+ </tr>
3500
3685
  <tr>
3501
3686
  <td class="col-md-4">
3502
3687
  <i>Default value : </i><code>(error: HttpErrorResponse): Observable&lt;never&gt; &#x3D;&gt; {
@@ -3507,6 +3692,62 @@
3507
3692
  </tr>
3508
3693
 
3509
3694
 
3695
+ </tbody>
3696
+ </table>
3697
+ </section>
3698
+ <h3>packages/core/src/lib/services/app/eui-init-app.ts</h3>
3699
+ <section data-compodoc="block-properties">
3700
+ <h3></h3> <table class="table table-sm table-bordered">
3701
+ <tbody>
3702
+ <tr>
3703
+ <td class="col-md-4">
3704
+ <a name="init"></a>
3705
+ <span class="name">
3706
+ <span ><b>init</b></span>
3707
+ <a href="#init"><span class="icon ion-ios-link"></span></a>
3708
+ </span>
3709
+ </td>
3710
+ </tr>
3711
+ <tr>
3712
+ <td class="col-md-4">
3713
+ <i>Type : </i> <code>unknown</code>
3714
+
3715
+ </td>
3716
+ </tr>
3717
+ <tr>
3718
+ <td class="col-md-4">
3719
+ <i>Default value : </i><code>(): Promise&lt;unknown&gt; &#x3D;&gt; {
3720
+ const locationInitialized &#x3D; inject(LOCATION_INITIALIZED, { optional: true }) || Promise.resolve(null);
3721
+ const appConfig: EuiAppConfig &#x3D; inject(CONFIG_TOKEN);
3722
+ const storeService &#x3D; inject(StoreService);
3723
+
3724
+ return new Promise&lt;void&gt;(resolve &#x3D;&gt; {
3725
+
3726
+ locationInitialized.then(() &#x3D;&gt; {
3727
+ // necessary config parameters
3728
+ let appVersion: string;
3729
+ if (appConfig &amp;&amp; appConfig.versions &amp;&amp; appConfig.versions.app) {
3730
+ appVersion &#x3D; appConfig.versions.app;
3731
+ } else {
3732
+ appVersion &#x3D; &#x27;0.0.0&#x27;;
3733
+ }
3734
+ let storageType: BrowserStorageType;
3735
+ if (appConfig &amp;&amp; appConfig[&#x27;saveStateStorage&#x27;]) {
3736
+ storageType &#x3D; appConfig[&#x27;saveStateStorage&#x27;];
3737
+ } else {
3738
+ storageType &#x3D; BrowserStorageType.local;
3739
+ }
3740
+
3741
+ storeService.init(appVersion, storageType);
3742
+ storeService.handleAutoSave();
3743
+ resolve(null);
3744
+ });
3745
+ });
3746
+ }</code>
3747
+ </td>
3748
+ </tr>
3749
+
3750
+
3510
3751
  </tbody>
3511
3752
  </table>
3512
3753
  </section>
@@ -3614,9 +3855,9 @@
3614
3855
  themes: [
3615
3856
  { name: EuiTheme.DEFAULT, isActive: false, styleSheet: null, cssClass: null },
3616
3857
  { name: EuiTheme.ECL_EC, isActive: false, styleSheet: &#x27;eui-ecl-ec.css&#x27;, cssClass: null },
3617
- { name: EuiTheme.ECL_EC_RTL, isActive: false, styleSheet: &#x27;eui-ecl-ec-rtl.css&#x27;, cssClass: null },
3858
+ { name: EuiTheme.ECL_EC_RTL, isActive: false, styleSheet: &#x27;eui-ecl-ec.css&#x27;, cssClass: null },
3618
3859
  { name: EuiTheme.ECL_EU, isActive: false, styleSheet: &#x27;eui-ecl-eu.css&#x27;, cssClass: null },
3619
- { name: EuiTheme.ECL_EU_RTL, isActive: false, styleSheet: &#x27;eui-ecl-eu-rtl.css&#x27;, cssClass: null },
3860
+ { name: EuiTheme.ECL_EU_RTL, isActive: false, styleSheet: &#x27;eui-ecl-eu.css&#x27;, cssClass: null },
3620
3861
  { name: EuiTheme.DARK, isActive: false, styleSheet: null, cssClass: &#x27;eui-t-dark&#x27; },
3621
3862
  { name: EuiTheme.COMPACT, isActive: false, styleSheet: null, cssClass: &#x27;eui-t-compact&#x27; },
3622
3863
  ],
@@ -3650,6 +3891,12 @@
3650
3891
  </span>
3651
3892
  </td>
3652
3893
  </tr>
3894
+ <tr>
3895
+ <td class="col-md-4">
3896
+ <i>Type : </i> <code>unknown</code>
3897
+
3898
+ </td>
3899
+ </tr>
3653
3900
  <tr>
3654
3901
  <td class="col-md-4">
3655
3902
  <i>Default value : </i><code>&lt;T&gt;(value: T | undefined | null): value is T &#x3D;&gt; &lt;T&gt;value !&#x3D;&#x3D; undefined &amp;&amp; &lt;T&gt;value !&#x3D;&#x3D; null</code>
@@ -3708,6 +3955,12 @@
3708
3955
  </span>
3709
3956
  </td>
3710
3957
  </tr>
3958
+ <tr>
3959
+ <td class="col-md-4">
3960
+ <i>Type : </i> <code>unknown</code>
3961
+
3962
+ </td>
3963
+ </tr>
3711
3964
  <tr>
3712
3965
  <td class="col-md-4">
3713
3966
  <i>Default value : </i><code>new InjectionToken&lt;any&gt;(&#x27;LOCAL_FORAGE_SERVICE_CONFIG&#x27;)</code>
@@ -3757,6 +4010,12 @@
3757
4010
  </span>
3758
4011
  </td>
3759
4012
  </tr>
4013
+ <tr>
4014
+ <td class="col-md-4">
4015
+ <i>Type : </i> <code>unknown</code>
4016
+
4017
+ </td>
4018
+ </tr>
3760
4019
  <tr>
3761
4020
  <td class="col-md-4">
3762
4021
  <i>Default value : </i><code>new InjectionToken&lt;LocaleMapper&gt;(&#x27;localeIdMapper&#x27;)</code>
@@ -3809,6 +4068,12 @@
3809
4068
  </span>
3810
4069
  </td>
3811
4070
  </tr>
4071
+ <tr>
4072
+ <td class="col-md-4">
4073
+ <i>Type : </i> <code>unknown</code>
4074
+
4075
+ </td>
4076
+ </tr>
3812
4077
  <tr>
3813
4078
  <td class="col-md-4">
3814
4079
  <i>Default value : </i><code>new InjectionToken&lt;LogConfig&gt;(&#x27;LOG_CONFIG&#x27;)</code>
@@ -3832,6 +4097,12 @@
3832
4097
  </span>
3833
4098
  </td>
3834
4099
  </tr>
4100
+ <tr>
4101
+ <td class="col-md-4">
4102
+ <i>Type : </i> <code>unknown</code>
4103
+
4104
+ </td>
4105
+ </tr>
3835
4106
  <tr>
3836
4107
  <td class="col-md-4">
3837
4108
  <i>Default value : </i><code>(group: FormGroup | FormArray): void &#x3D;&gt; {
@@ -3861,6 +4132,12 @@
3861
4132
  </span>
3862
4133
  </td>
3863
4134
  </tr>
4135
+ <tr>
4136
+ <td class="col-md-4">
4137
+ <i>Type : </i> <code>unknown</code>
4138
+
4139
+ </td>
4140
+ </tr>
3864
4141
  <tr>
3865
4142
  <td class="col-md-4">
3866
4143
  <i>Default value : </i><code>(FormControls: { [key: string]: AbstractControl } | AbstractControl[]): void &#x3D;&gt; {
@@ -3898,6 +4175,12 @@
3898
4175
  </span>
3899
4176
  </td>
3900
4177
  </tr>
4178
+ <tr>
4179
+ <td class="col-md-4">
4180
+ <i>Type : </i> <code>unknown</code>
4181
+
4182
+ </td>
4183
+ </tr>
3901
4184
  <tr>
3902
4185
  <td class="col-md-4">
3903
4186
  <i>Default value : </i><code>(c: FormControl): { validateEmail: { valid: boolean } } &#x3D;&gt; {
@@ -3961,6 +4244,12 @@
3961
4244
  </span>
3962
4245
  </td>
3963
4246
  </tr>
4247
+ <tr>
4248
+ <td class="col-md-4">
4249
+ <i>Type : </i> <code>unknown</code>
4250
+
4251
+ </td>
4252
+ </tr>
3964
4253
  <tr>
3965
4254
  <td class="col-md-4">
3966
4255
  <i>Default value : </i><code>getTestBed()</code>
@@ -4018,6 +4307,12 @@
4018
4307
  </span>
4019
4308
  </td>
4020
4309
  </tr>
4310
+ <tr>
4311
+ <td class="col-md-4">
4312
+ <i>Type : </i> <code>unknown</code>
4313
+
4314
+ </td>
4315
+ </tr>
4021
4316
  <tr>
4022
4317
  <td class="col-md-4">
4023
4318
  <i>Default value : </i><code>new InjectionToken&lt;ErrorMappingHandler&gt;(&#x27;UX_ERROR_MAPPING_HANDLER&#x27;)</code>