@eui/core 19.0.0-next.9 → 19.0.0-rc.10
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/classes/ActivatedRouteAction.html +17 -8
- package/docs/classes/AddApiQueueItemAction.html +17 -8
- package/docs/classes/AddAppLoadedConfigModulesAction.html +17 -8
- package/docs/classes/ApiQueueServiceMock.html +34 -9
- package/docs/classes/AsyncStorageService.html +7 -6
- package/docs/classes/AsyncStorageServiceMock.html +7 -6
- package/docs/classes/CssUtils.html +7 -6
- package/docs/classes/EmptyApiQueueAction.html +17 -8
- package/docs/classes/ErrorSubClass.html +7 -6
- package/docs/classes/EuiCoreRootGuardClass.html +7 -6
- package/docs/classes/EuiError.html +7 -6
- package/docs/classes/I18nResourceImpl.html +7 -6
- package/docs/classes/InitStoreAction.html +17 -8
- package/docs/classes/LogServiceMock.html +7 -6
- package/docs/classes/RemoveApiQueueItemAction.html +17 -8
- package/docs/classes/StorageService.html +7 -6
- package/docs/classes/StorageServiceMock.html +7 -6
- package/docs/classes/TranslateServiceMock.html +7 -6
- package/docs/classes/UpdateAppConnectionAction.html +17 -8
- package/docs/classes/UpdateAppStatusAction.html +17 -8
- package/docs/classes/UpdateAppVersionAction.html +17 -8
- package/docs/classes/UpdateCurrentModuleAction.html +17 -8
- package/docs/classes/UpdateI18nStateAction.html +17 -8
- package/docs/classes/UpdateLocaleStateAction.html +17 -8
- package/docs/classes/UpdateNotificationsListAction.html +17 -8
- package/docs/classes/UpdateUserDashboardAction.html +17 -8
- package/docs/classes/UpdateUserDetailsAction.html +17 -8
- package/docs/classes/UpdateUserPreferencesAction.html +17 -8
- package/docs/classes/UpdateUserRightsAction.html +17 -8
- package/docs/classes/UpdateUserStateAction.html +17 -8
- package/docs/dependencies.html +47 -66
- package/docs/directives/TranslateMockDirective.html +7 -6
- package/docs/index.html +9 -8
- package/docs/injectables/ApiQueueService.html +25 -8
- package/docs/injectables/EuiAppShellService.html +16 -7
- package/docs/injectables/EuiDynamicComponentService.html +7 -6
- package/docs/injectables/EuiDynamicMenuService.html +7 -6
- package/docs/injectables/EuiGrowlService.html +7 -6
- package/docs/injectables/EuiLoaderService.html +7 -6
- package/docs/injectables/EuiPermissionService.html +7 -6
- package/docs/injectables/EuiThemeService.html +7 -6
- package/docs/injectables/EuiTimezoneService.html +7 -6
- package/docs/injectables/GlobalErrorHandler.html +8 -7
- package/docs/injectables/I18nLoader.html +7 -6
- package/docs/injectables/I18nService.html +200 -23
- package/docs/injectables/I18nServiceMock.html +44 -7
- package/docs/injectables/LocalForageService.html +7 -6
- package/docs/injectables/LocalStorageService.html +7 -6
- package/docs/injectables/LocaleService.html +126 -50
- package/docs/injectables/LocaleServiceMock.html +15 -47
- package/docs/injectables/LogService.html +7 -6
- package/docs/injectables/SessionStorageService.html +7 -6
- package/docs/injectables/StoreService.html +280 -71
- package/docs/injectables/StoreServiceMock.html +15 -36
- package/docs/injectables/UserService.html +104 -27
- package/docs/injectables/UserServiceMock.html +45 -7
- package/docs/interceptors/AddLangParamInterceptor.html +9 -8
- package/docs/interceptors/CachePreventionInterceptor.html +9 -8
- package/docs/interceptors/CorsSecurityInterceptor.html +9 -8
- package/docs/interceptors/CsrfPreventionInterceptor.html +9 -8
- package/docs/interceptors/EuLoginSessionTimeoutHandlingInterceptor.html +9 -8
- package/docs/interceptors/HttpErrorHandlerInterceptor.html +11 -10
- package/docs/interceptors/UxRequestErrorModelInterceptor.html +11 -10
- package/docs/interfaces/Action.html +271 -0
- package/docs/interfaces/ActionReducer.html +270 -0
- package/docs/interfaces/Dependency.html +7 -6
- package/docs/interfaces/EuiTimeZone.html +7 -6
- package/docs/interfaces/IEuiTheme.html +7 -6
- package/docs/interfaces/Library.html +7 -6
- package/docs/interfaces/LoadedResources.html +7 -6
- package/docs/interfaces/LoadedResourcesError.html +7 -6
- package/docs/interfaces/MemoizedSelector.html +408 -0
- package/docs/interfaces/MemoizedSelectorWithProps.html +415 -0
- package/docs/interfaces/ModuleLoadEvent.html +7 -6
- package/docs/interfaces/Policy.html +7 -6
- package/docs/interfaces/ResourceError.html +7 -6
- package/docs/interfaces/ThemeState.html +7 -6
- package/docs/interfaces/TranslationKeys.html +224 -0
- package/docs/interfaces/UIState.html +7 -6
- package/docs/interfaces/body.html +7 -6
- package/docs/js/libs/bootstrap-native.js +1 -1
- package/docs/js/menu-wc.js +33 -21
- package/docs/js/menu-wc_es5.js +1 -1
- package/docs/js/menu.js +10 -11
- package/docs/js/search/search-lunr.js +6 -8
- package/docs/js/search/search.js +107 -102
- package/docs/js/search/search_index.js +2 -2
- package/docs/license.html +7 -6
- package/docs/miscellaneous/enumerations.html +42 -16
- package/docs/miscellaneous/functions.html +944 -66
- package/docs/miscellaneous/typealiases.html +239 -19
- package/docs/miscellaneous/variables.html +290 -169
- package/docs/modules/CoreModule.html +7 -6
- package/docs/modules/I18nModule.html +7 -6
- package/docs/modules/LogModule.html +7 -6
- package/docs/modules/TranslateMockModule.html +7 -6
- package/docs/modules.html +7 -6
- package/docs/pipes/TranslateMockPipe.html +7 -6
- package/docs/properties.html +7 -6
- package/docs/styles/compodoc.css +11 -8
- package/fesm2022/eui-core.mjs +663 -488
- package/fesm2022/eui-core.mjs.map +1 -1
- package/lib/eui-core.module.d.ts.map +1 -1
- package/lib/services/app/eui-init-app.d.ts +10 -1
- package/lib/services/app/eui-init-app.d.ts.map +1 -1
- package/lib/services/app/eui-pre-init-app.d.ts.map +1 -1
- package/lib/services/app/eui-startup.d.ts.map +1 -1
- package/lib/services/app/index.d.ts +1 -0
- package/lib/services/app/index.d.ts.map +1 -1
- package/lib/services/config/defaults.d.ts.map +1 -1
- package/lib/services/eui-app-shell.service.d.ts +1 -1
- package/lib/services/eui-app-shell.service.d.ts.map +1 -1
- package/lib/services/i18n/i18n.loader.d.ts +10 -1
- package/lib/services/i18n/i18n.loader.d.ts.map +1 -1
- package/lib/services/i18n/i18n.service.d.ts +32 -8
- package/lib/services/i18n/i18n.service.d.ts.map +1 -1
- package/lib/services/locale/locale.service.d.ts +18 -32
- package/lib/services/locale/locale.service.d.ts.map +1 -1
- package/lib/services/locale/locale.service.mock.d.ts +1 -1
- package/lib/services/locale/locale.service.mock.d.ts.map +1 -1
- package/lib/services/permission/permission.service.d.ts.map +1 -1
- package/lib/services/queue/api-queue.service.d.ts +18 -3
- package/lib/services/queue/api-queue.service.d.ts.map +1 -1
- package/lib/services/queue/api-queue.service.mock.d.ts +2 -2
- package/lib/services/queue/api-queue.service.mock.d.ts.map +1 -1
- package/lib/services/store/actions/app.actions.d.ts +37 -1
- package/lib/services/store/actions/app.actions.d.ts.map +1 -1
- package/lib/services/store/actions/i18n.actions.d.ts +10 -1
- package/lib/services/store/actions/i18n.actions.d.ts.map +1 -1
- package/lib/services/store/actions/locale.actions.d.ts +10 -1
- package/lib/services/store/actions/locale.actions.d.ts.map +1 -1
- package/lib/services/store/actions/notifications.actions.d.ts +10 -1
- package/lib/services/store/actions/notifications.actions.d.ts.map +1 -1
- package/lib/services/store/actions/user.actions.d.ts +22 -1
- package/lib/services/store/actions/user.actions.d.ts.map +1 -1
- package/lib/services/store/index.d.ts +0 -1
- package/lib/services/store/index.d.ts.map +1 -1
- package/lib/services/store/ngrx_kit.d.ts +54 -0
- package/lib/services/store/ngrx_kit.d.ts.map +1 -0
- package/lib/services/store/reducers/app.reducers.d.ts +4 -1
- package/lib/services/store/reducers/app.reducers.d.ts.map +1 -1
- package/lib/services/store/reducers/core.reducers.d.ts +4 -1
- package/lib/services/store/reducers/core.reducers.d.ts.map +1 -1
- package/lib/services/store/reducers/i18n.reducers.d.ts +4 -1
- package/lib/services/store/reducers/i18n.reducers.d.ts.map +1 -1
- package/lib/services/store/reducers/locale.reducers.d.ts +4 -1
- package/lib/services/store/reducers/locale.reducers.d.ts.map +1 -1
- package/lib/services/store/reducers/meta.reducers.d.ts +5 -1
- package/lib/services/store/reducers/meta.reducers.d.ts.map +1 -1
- package/lib/services/store/reducers/notifications.reducers.d.ts +4 -1
- package/lib/services/store/reducers/notifications.reducers.d.ts.map +1 -1
- package/lib/services/store/reducers/user.reducers.d.ts +4 -1
- package/lib/services/store/reducers/user.reducers.d.ts.map +1 -1
- package/lib/services/store/store.service.d.ts +40 -12
- package/lib/services/store/store.service.d.ts.map +1 -1
- package/lib/services/user/user.service.d.ts +32 -6
- package/lib/services/user/user.service.d.ts.map +1 -1
- package/package.json +2 -2
- package/docs/injectables/CoreAppEffects.html +0 -468
- package/lib/services/store/effects/app.effects.d.ts +0 -21
- package/lib/services/store/effects/app.effects.d.ts.map +0 -1
- package/lib/services/store/effects/index.d.ts +0 -4
- package/lib/services/store/effects/index.d.ts.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"eui-core.module.d.ts","sourceRoot":"","sources":["../../src/lib/eui-core.module.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"eui-core.module.d.ts","sourceRoot":"","sources":["../../src/lib/eui-core.module.ts"],"names":[],"mappings":"AAAA,OAAO,EACH,QAAQ,EACR,mBAAmB,EAInB,cAAc,EAEjB,MAAM,eAAe,CAAC;;AAuBvB,eAAO,MAAM,eAAe,sBAA2D,CAAC;AAExF,qBACa,UAAU;IACnB;;OAEG;IACH,MAAM,CAAC,OAAO,IAAI,mBAAmB,CAAC,UAAU,CAAC;IAmBjD,MAAM,CAAC,QAAQ,CAAC,UAAU,EAAE,MAAM,GAAG,mBAAmB,CAAC,UAAU,CAAC;gBAOnB,KAAK,EAAE,IAAI,EAA0B,YAAY,EAAE,UAAU,EAAE,QAAQ,EAAE,QAAQ;yCA9BzH,UAAU;0CAAV,UAAU;0CAAV,UAAU;CAyCtB;AAED,QAAA,MAAM,sBAAsB,iBAAW,MAKtC,CAAC;AAEF,qBAAa,qBAAqB;;CAEjC;AAED,QAAA,MAAM,qBAAqB,QAAO,qBAAoD,CAAC;AAEvF,OAAO,EAAE,sBAAsB,EAAE,qBAAqB,EAAE,CAAC"}
|
|
@@ -1,3 +1,12 @@
|
|
|
1
|
-
import { Injector } from '@angular/core';
|
|
1
|
+
import { EnvironmentProviders, Injector } from '@angular/core';
|
|
2
|
+
/**
|
|
3
|
+
* Initializes the app with the necessary configurations. Use this in combination with `provideAppInitializer(euiInitApp_Env)`
|
|
4
|
+
*/
|
|
5
|
+
export declare function provideEuiInitializer(): EnvironmentProviders;
|
|
6
|
+
/**
|
|
7
|
+
* Initializes the app with the necessary configurations
|
|
8
|
+
* @param injector
|
|
9
|
+
* @deprecated Use `provideEuiInitializer()` instead. Beware that this should be declared as Environment providers.
|
|
10
|
+
*/
|
|
2
11
|
export declare const euiInitApp: (injector: Injector) => () => Promise<null>;
|
|
3
12
|
//# sourceMappingURL=eui-init-app.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"eui-init-app.d.ts","sourceRoot":"","sources":["../../../../src/lib/services/app/eui-init-app.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,
|
|
1
|
+
{"version":3,"file":"eui-init-app.d.ts","sourceRoot":"","sources":["../../../../src/lib/services/app/eui-init-app.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,oBAAoB,EAAU,QAAQ,EAAyB,MAAM,eAAe,CAAC;AAkC9F;;GAEG;AACH,wBAAgB,qBAAqB,IAAI,oBAAoB,CAE5D;AAED;;;;GAIG;AACH,eAAO,MAAM,UAAU,aAAc,QAAQ,WAAS,OAAO,CAAC,IAAI,CAyB5D,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"eui-pre-init-app.d.ts","sourceRoot":"","sources":["../../../../src/lib/services/app/eui-pre-init-app.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,gBAAgB,EAAE,YAAY,EAAO,MAAM,WAAW,CAAC;AAElF;;;;;GAKG;AACH,wBAAsB,UAAU,CAAC,SAAS,EAAE,YAAY,GAAG,OAAO,CAAC,YAAY,CAAC,
|
|
1
|
+
{"version":3,"file":"eui-pre-init-app.d.ts","sourceRoot":"","sources":["../../../../src/lib/services/app/eui-pre-init-app.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,gBAAgB,EAAE,YAAY,EAAO,MAAM,WAAW,CAAC;AAElF;;;;;GAKG;AACH,wBAAsB,UAAU,CAAC,SAAS,EAAE,YAAY,GAAG,OAAO,CAAC,YAAY,CAAC,CAW/E;AAED;;;;;;GAMG;AACH,wBAAsB,+BAA+B,CAAC,GAAG,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,gBAAgB,CAAC,CAgB9G"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"eui-startup.d.ts","sourceRoot":"","sources":["../../../../src/lib/services/app/eui-startup.ts"],"names":[],"mappings":"AACA,OAAO,EAA6B,QAAQ,EAAE,MAAM,eAAe,CAAC;AAuBpE,wBAAgB,gBAAgB,IAAI,QAAQ,EAAE,
|
|
1
|
+
{"version":3,"file":"eui-startup.d.ts","sourceRoot":"","sources":["../../../../src/lib/services/app/eui-startup.ts"],"names":[],"mappings":"AACA,OAAO,EAA6B,QAAQ,EAAE,MAAM,eAAe,CAAC;AAuBpE,wBAAgB,gBAAgB,IAAI,QAAQ,EAAE,CAc7C;AAED,wBAAgB,sBAAsB,IAAI,QAAQ,EAAE,CAEnD;AAED,wBAAgB,qBAAqB,CAAC,UAAU,EAAE,MAAM,GAAG,QAAQ,EAAE,CAYpE"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/lib/services/app/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/lib/services/app/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC;AACnC,cAAc,gBAAgB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"defaults.d.ts","sourceRoot":"","sources":["../../../../src/lib/services/config/defaults.ts"],"names":[],"mappings":"AAAA,OAAO,EACH,SAAS,EACT,YAAY,EACZ,YAAY,EACZ,YAAY,EAEZ,SAAS,EAET,sBAAsB,EACtB,gBAAgB,EAChB,iBAAiB,EACjB,mBAAmB,EACtB,MAAM,WAAW,CAAC;AAEnB,gCAAgC;AAChC,eAAO,MAAM,kBAAkB,EAAE,SAOhC,CAAC;AAEF,eAAO,MAAM,2BAA2B,EAAE,iBAGzC,CAAC;AAEF,eAAO,MAAM,0BAA0B,EAAE,gBAAqB,CAAC;AAE/D,eAAO,MAAM,6BAA6B,EAAE,
|
|
1
|
+
{"version":3,"file":"defaults.d.ts","sourceRoot":"","sources":["../../../../src/lib/services/config/defaults.ts"],"names":[],"mappings":"AAAA,OAAO,EACH,SAAS,EACT,YAAY,EACZ,YAAY,EACZ,YAAY,EAEZ,SAAS,EAET,sBAAsB,EACtB,gBAAgB,EAChB,iBAAiB,EACjB,mBAAmB,EACtB,MAAM,WAAW,CAAC;AAEnB,gCAAgC;AAChC,eAAO,MAAM,kBAAkB,EAAE,SAOhC,CAAC;AAEF,eAAO,MAAM,2BAA2B,EAAE,iBAGzC,CAAC;AAEF,eAAO,MAAM,0BAA0B,EAAE,gBAAqB,CAAC;AAE/D,eAAO,MAAM,6BAA6B,EAAE,mBAE3C,CAAC;AAEF,eAAO,MAAM,iCAAiC,EAAE,sBAE/C,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,YAyBnC,CAAC;AACF,eAAO,MAAM,sBAAsB,EAAE,YAIpC,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,YAEpC,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,SAOhC,CAAC"}
|
|
@@ -74,7 +74,7 @@ export declare class EuiAppShellService {
|
|
|
74
74
|
*
|
|
75
75
|
* @param key can be 'key' or 'key.sub.sub'
|
|
76
76
|
*/
|
|
77
|
-
getState(key?: string): Observable<
|
|
77
|
+
getState<T = any>(key?: string): Observable<T>;
|
|
78
78
|
sidebarToggle(): void;
|
|
79
79
|
dimmerActiveToggle(): void;
|
|
80
80
|
setDimmerActiveState(activeState: boolean): void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"eui-app-shell.service.d.ts","sourceRoot":"","sources":["../../../src/lib/services/eui-app-shell.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAElD,OAAO,EAA0C,UAAU,EAAE,MAAM,MAAM,CAAC;AAC1E,OAAO,EAAkB,YAAY,EAAiB,WAAW,EAAE,WAAW,EAAE,MAAM,WAAW,CAAC;AAElG,OAAO,EAAE,WAAW,EAAE,MAAM,QAAQ,CAAC;AACrC,OAAO,EAAE,MAAM,EAAiB,MAAM,iBAAiB,CAAC;AACxD,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;;AAOrD,MAAM,WAAW,OAAO,CAAC,EAAE,GAAG,GAAG,EAAE,EAAE,GAAG,GAAG,EAAE,GAAG,GAAE,GAAG,EAAE,GAAG,GAAG,GAAG;IAE5D,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,eAAe,CAAC,EAAE,MAAM,CAAC;IAGzB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,aAAa,CAAC,EAAE,OAAO,CAAC;IAGxB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,WAAW,CAAC,EAAE,EAAE,CAAC;IACjB,gBAAgB,CAAC,EAAE,GAAG,CAAC;IAGvB,SAAS,CAAC,EAAE,WAAW,EAAE,CAAC;IAC1B,YAAY,CAAC,EAAE,WAAW,EAAE,CAAC;IAC7B,aAAa,CAAC,EAAE,WAAW,EAAE,CAAC;IAG9B,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAGhC,UAAU,EAAE,EAAE,CAAC;IAGf,cAAc,EAAE,MAAM,CAAC;IACvB,SAAS,EAAE,CAAC,MAAM,GAAG,WAAW,CAAC,EAAE,CAAC;IAGpC,WAAW,EAAE,GAAG,CAAC;IAGjB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,cAAc,CAAC,EAAE,OAAO,CAAC;CAC5B;AAmDD,qBAGa,kBAAkB;IA4FkB,SAAS,CAAC,MAAM,EAAE,YAAY;IACvE,OAAO,CAAC,IAAI;IACS,OAAO,CAAC,UAAU;IACrB,OAAO,CAAC,QAAQ;IAClC,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,YAAY;IACR,OAAO,CAAC,WAAW;IAjGnC,4BAA4B,EAAE,MAAM,IAAI,CAAC;IACzC,0BAA0B,EAAE,MAAM,IAAI,CAAC;IAGvC,IAAI,MAAM,IAAI,UAAU,CAAC,OAAO,CAAC,CAEhC;IAKD,IAAI,WAAW,IAAI,UAAU,CAAC,MAAM,CAAC,CAEpC;IAGD,IAAI,YAAY,IAAI,UAAU,CAAC,GAAG,CAAC,CAElC;IAKD,IAAI,KAAK,IAAI,OAAO,CAEnB;IAKD,IAAI,aAAa,CAAC,MAAM,EAAE,OAAO,EAKhC;IAED,IAAI,aAAa,IAAI,OAAO,CAE3B;IAED,IAAI,eAAe,CAAC,QAAQ,EAAE,OAAO,EAKpC;IAED,IAAI,YAAY,CAAC,KAAK,EAAE,WAAW,EAAE,EAKpC;IAED,IAAI,SAAS,CAAC,KAAK,EAAE,WAAW,EAAE,EAKjC;IAED,IAAI,qBAAqB,CAAC,QAAQ,EAAE,OAAO,EAK1C;IAED,IAAI,SAAS,IAAI,OAAO,CAEvB;IAGD,IAAI,cAAc,IAAI,OAAO,CAE5B;IAED,IAAI,cAAc,CAAC,QAAQ,EAAE,OAAO,EAKnC;IAED,OAAO,CAAC,OAAO,CAA2B;IAC1C,OAAO,CAAC,YAAY,CAA0B;IAE9C,OAAO,CAAC,aAAa,CAAuB;gBAGW,MAAM,EAAE,YAAY,EAC/D,IAAI,EAAE,UAAU,EACK,UAAU,EAAE,MAAM,EACrB,QAAQ,EAAE,QAAQ,EACpC,MAAM,EAAE,MAAM,EACd,YAAY,EAAE,YAAY,EACd,WAAW,EAAE,WAAW;IA0BhD,QAAQ,CAAC,SAAS,EAAE,OAAO,EAAE,SAAS,UAAO,GAAG,IAAI;IA+CpD;;;;OAIG;IAEH,QAAQ,CAAC,GAAG,CAAC,EAAE,MAAM,GAAG,UAAU,CAAC,
|
|
1
|
+
{"version":3,"file":"eui-app-shell.service.d.ts","sourceRoot":"","sources":["../../../src/lib/services/eui-app-shell.service.ts"],"names":[],"mappings":"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"}
|
|
@@ -5,6 +5,11 @@ import { type EuiAppConfig, I18nLoaderConfig } from '@eui/base';
|
|
|
5
5
|
import { I18nResourceImpl } from './i18n.resource';
|
|
6
6
|
import { LogService } from '../log/log.service';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
|
+
interface ResourceError {
|
|
9
|
+
isError: boolean;
|
|
10
|
+
error?: string;
|
|
11
|
+
resource?: I18nResourceImpl;
|
|
12
|
+
}
|
|
8
13
|
export interface LoadedResources {
|
|
9
14
|
translations: object;
|
|
10
15
|
hasError: boolean;
|
|
@@ -14,6 +19,9 @@ export interface LoadedResourcesError {
|
|
|
14
19
|
resource: I18nResourceImpl;
|
|
15
20
|
error: string;
|
|
16
21
|
}
|
|
22
|
+
export interface TranslationKeys {
|
|
23
|
+
[key: string]: string;
|
|
24
|
+
}
|
|
17
25
|
export declare class I18nLoader implements TranslateLoader {
|
|
18
26
|
protected http: HttpClient;
|
|
19
27
|
protected logService: LogService;
|
|
@@ -70,7 +78,7 @@ export declare class I18nLoader implements TranslateLoader {
|
|
|
70
78
|
* @param lang the resource language to load
|
|
71
79
|
* @returns Observable<any>
|
|
72
80
|
*/
|
|
73
|
-
protected loadResource(resource: I18nResourceImpl, lang: string): Observable<
|
|
81
|
+
protected loadResource(resource: I18nResourceImpl, lang: string): Observable<TranslationKeys | ResourceError>;
|
|
74
82
|
private getResourceCompileFunction;
|
|
75
83
|
static ɵfac: i0.ɵɵFactoryDeclaration<I18nLoader, [null, { optional: true; }, null]>;
|
|
76
84
|
static ɵprov: i0.ɵɵInjectableDeclaration<I18nLoader>;
|
|
@@ -81,4 +89,5 @@ export declare const translateConfig: {
|
|
|
81
89
|
useClass: typeof I18nLoader;
|
|
82
90
|
};
|
|
83
91
|
};
|
|
92
|
+
export {};
|
|
84
93
|
//# sourceMappingURL=i18n.loader.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"i18n.loader.d.ts","sourceRoot":"","sources":["../../../../src/lib/services/i18n/i18n.loader.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAClD,OAAO,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AACtD,OAAO,EAAY,UAAU,EAAM,MAAM,MAAM,CAAC;AAGhD,OAAO,EAGH,KAAK,YAAY,EAGjB,gBAAgB,EAGnB,MAAM,WAAW,CAAC;AACnB,OAAO,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AAEnD,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;;
|
|
1
|
+
{"version":3,"file":"i18n.loader.d.ts","sourceRoot":"","sources":["../../../../src/lib/services/i18n/i18n.loader.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAClD,OAAO,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AACtD,OAAO,EAAY,UAAU,EAAM,MAAM,MAAM,CAAC;AAGhD,OAAO,EAGH,KAAK,YAAY,EAGjB,gBAAgB,EAGnB,MAAM,WAAW,CAAC;AACnB,OAAO,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AAEnD,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;;AAEhD,UAAU,aAAa;IACnB,OAAO,EAAE,OAAO,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,gBAAgB,CAAC;CAC/B;AAED,MAAM,WAAW,eAAe;IAC5B,YAAY,EAAE,MAAM,CAAC;IACrB,QAAQ,EAAE,OAAO,CAAC;IAClB,MAAM,CAAC,EAAE,KAAK,CAAC,oBAAoB,CAAC,CAAC;CACxC;AAED,MAAM,WAAW,oBAAoB;IACjC,QAAQ,EAAE,gBAAgB,CAAC;IAC3B,KAAK,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,eAAe;IAC5B,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;CACxB;AAED,qBACa,UAAW,YAAW,eAAe;IAM1C,SAAS,CAAC,IAAI,EAAE,UAAU;IACd,SAAS,CAAC,UAAU,EAAE,UAAU;IACtB,SAAS,CAAC,YAAY,EAAE,YAAY;IAP9D,SAAS,CAAC,SAAS,EAAE,gBAAgB,EAAE,CAAM;IAC7C,SAAS,CAAC,eAAe,EAAE,KAAK,CAAC,oBAAoB,CAAC,CAAM;IAC5D,OAAO,CAAC,MAAM,CAAS;gBAGT,IAAI,EAAE,UAAU,EACJ,UAAU,EAAE,UAAU,EACZ,YAAY,EAAE,YAAY;IAY9D;;;;;OAKG;IACI,cAAc,CAAC,IAAI,EAAE,MAAM,GAAG,UAAU,CAAC,MAAM,CAAC;IASvD;;;;;OAKG;IACI,YAAY,CAAC,MAAM,EAAE,gBAAgB,GAAG,gBAAgB,EAAE;IAcjE;;OAEG;IACI,eAAe,CAAC,gBAAgB,EAAE,gBAAgB,EAAE,GAAG,IAAI;IAIlE;;;;;;OAMG;IACI,aAAa,CAAC,SAAS,EAAE,gBAAgB,EAAE,EAAE,IAAI,EAAE,MAAM,GAAG,UAAU,CAAC;QAAE,QAAQ,EAAE,OAAO,CAAC;QAAC,YAAY,EAAE,MAAM,CAAC;QAAC,MAAM,CAAC,EAAE,oBAAoB,EAAE,CAAA;KAAE,CAAC;IA8B3J;;OAEG;IACI,kBAAkB,IAAI,KAAK,CAAC,oBAAoB,CAAC;IAIxD;;;;;OAKG;IACH,SAAS,CAAC,eAAe,CAAC,MAAM,EAAE,gBAAgB,GAAG,gBAAgB,EAAE;IAmDvE;;;;;;OAMG;IACH,SAAS,CAAC,YAAY,CAAC,QAAQ,EAAE,gBAAgB,EAAE,IAAI,EAAE,MAAM,GAAG,UAAU,CAAC,eAAe,GAAG,aAAa,CAAC;IAyB7G,OAAO,CAAC,0BAA0B;yCAnMzB,UAAU;6CAAV,UAAU;CA0MtB;AAED,eAAO,MAAM,eAAe;;;;;CAK3B,CAAC"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
+
import { OnDestroy, Signal } from '@angular/core';
|
|
1
2
|
import { TranslateService } from '@ngx-translate/core';
|
|
2
3
|
import { BehaviorSubject, Observable } from 'rxjs';
|
|
3
|
-
import { GlobalConfig, EuiLazyService, EuiServiceStatus, I18nLoaderConfig, I18nServiceConfig, I18nState, ModuleConfig } from '@eui/base';
|
|
4
|
+
import { GlobalConfig, EuiLazyService, EuiServiceStatus, I18nLoaderConfig, I18nServiceConfig, I18nState, ModuleConfig, DeepPartial } from '@eui/base';
|
|
4
5
|
import { LogService } from '../log';
|
|
5
6
|
import { StoreService } from '../store';
|
|
6
7
|
import * as i0 from "@angular/core";
|
|
@@ -9,18 +10,41 @@ export interface ModuleLoadEvent {
|
|
|
9
10
|
name: string;
|
|
10
11
|
error?: any;
|
|
11
12
|
}
|
|
12
|
-
export declare class I18nService<T extends I18nState = I18nState> extends EuiLazyService<T | I18nState> {
|
|
13
|
+
export declare class I18nService<T extends I18nState = I18nState> extends EuiLazyService<T | I18nState> implements OnDestroy {
|
|
13
14
|
protected baseGlobalConfig: GlobalConfig;
|
|
14
15
|
protected translateService: TranslateService;
|
|
15
16
|
protected logService: LogService;
|
|
16
|
-
protected store: StoreService
|
|
17
|
+
protected store: StoreService<T>;
|
|
17
18
|
private document;
|
|
18
19
|
protected config: I18nServiceConfig;
|
|
19
20
|
protected onModuleLoad: BehaviorSubject<ModuleLoadEvent>;
|
|
20
|
-
|
|
21
|
+
private static readonly DEFAULT_STATE;
|
|
22
|
+
/**
|
|
23
|
+
* a single signal holding the state - initial state is null
|
|
24
|
+
*/
|
|
25
|
+
private state;
|
|
26
|
+
private injector;
|
|
27
|
+
private subNotifier;
|
|
28
|
+
constructor(baseGlobalConfig: GlobalConfig, translateService: TranslateService, logService: LogService, store: StoreService<T>, document: Document);
|
|
29
|
+
ngOnDestroy(): void;
|
|
30
|
+
getState(): Observable<T>;
|
|
31
|
+
/**
|
|
32
|
+
* @deprecated this will be removed in a future version
|
|
33
|
+
* @param mapFn
|
|
34
|
+
*/
|
|
21
35
|
getState<K = T>(mapFn?: (state: T) => K): Observable<K>;
|
|
22
|
-
getState<a extends keyof T
|
|
23
|
-
updateState(
|
|
36
|
+
getState<a extends keyof DeepPartial<T>>(key?: a): Observable<DeepPartial<a>>;
|
|
37
|
+
updateState(state: DeepPartial<T>): void;
|
|
38
|
+
/**
|
|
39
|
+
* @deprecated it will be removed in next version. Use updateState(partialState: DeepPartial<T>) instead
|
|
40
|
+
* @param slice
|
|
41
|
+
* @param reducer
|
|
42
|
+
*/
|
|
43
|
+
updateState(slice: DeepPartial<T>, reducer: (state: T, action: DeepPartial<T>) => T): void;
|
|
44
|
+
/**
|
|
45
|
+
* This method is used to get the state as readonly signal.
|
|
46
|
+
*/
|
|
47
|
+
getSignal(): Signal<T>;
|
|
24
48
|
init(langState?: T): Observable<EuiServiceStatus>;
|
|
25
49
|
/**
|
|
26
50
|
* A pipe function that could serve as a wrapper of another observable
|
|
@@ -31,7 +55,7 @@ export declare class I18nService<T extends I18nState = I18nState> extends EuiLaz
|
|
|
31
55
|
* @param moduleName the name of the module that has been given through the eUI globalConfig. In case non provided
|
|
32
56
|
* fetch module name from the state.
|
|
33
57
|
*/
|
|
34
|
-
onReady(moduleName?: string): Observable<
|
|
58
|
+
onReady(moduleName?: string): Observable<ModuleLoadEvent>;
|
|
35
59
|
lazyLoad(config: I18nLoaderConfig): Observable<EuiServiceStatus>;
|
|
36
60
|
lazyLoadInit(moduleConfig: ModuleConfig, moduleName?: string): Observable<EuiServiceStatus>;
|
|
37
61
|
/**
|
|
@@ -47,7 +71,7 @@ export declare class I18nService<T extends I18nState = I18nState> extends EuiLaz
|
|
|
47
71
|
*/
|
|
48
72
|
private preparedDefaultLanguage;
|
|
49
73
|
/**
|
|
50
|
-
* @param
|
|
74
|
+
* @param initLanguage if given default language to override default language coming from the
|
|
51
75
|
* configuration token.
|
|
52
76
|
*/
|
|
53
77
|
private setup;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"i18n.service.d.ts","sourceRoot":"","sources":["../../../../src/lib/services/i18n/i18n.service.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"i18n.service.d.ts","sourceRoot":"","sources":["../../../../src/lib/services/i18n/i18n.service.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { InjectionToken, OnDestroy } from '@angular/core';
|
|
2
|
-
import { EuiService, EuiServiceStatus, GlobalConfig, LocaleServiceConfig, LocaleState } from '@eui/base';
|
|
1
|
+
import { InjectionToken, OnDestroy, Signal } from '@angular/core';
|
|
2
|
+
import { DeepPartial, EuiService, EuiServiceStatus, GlobalConfig, LocaleServiceConfig, LocaleState } from '@eui/base';
|
|
3
3
|
import { Observable } from 'rxjs';
|
|
4
4
|
import { StoreService } from '../store';
|
|
5
5
|
import { LogService } from '../log';
|
|
@@ -27,11 +27,18 @@ export declare class LocaleService<T extends LocaleState = LocaleState> extends
|
|
|
27
27
|
private localeMapper;
|
|
28
28
|
private i18n;
|
|
29
29
|
private log;
|
|
30
|
+
private static readonly DEFAULT_STATE;
|
|
30
31
|
private readonly logger;
|
|
31
32
|
private subNotifier;
|
|
32
33
|
protected config: LocaleServiceConfig;
|
|
34
|
+
/**
|
|
35
|
+
* a single signal holding the state - initial state is null
|
|
36
|
+
*/
|
|
37
|
+
private state;
|
|
38
|
+
private injector;
|
|
33
39
|
constructor(store: StoreService, baseGlobalConfig: GlobalConfig, locale_id: string, localeMapper: LocaleMapper, i18n: I18nService, log: LogService);
|
|
34
40
|
ngOnDestroy(): void;
|
|
41
|
+
getState(): Observable<T>;
|
|
35
42
|
/**
|
|
36
43
|
* Retrieves the state of the locale service. This method is overloaded to allow different ways of accessing the state.
|
|
37
44
|
*
|
|
@@ -46,32 +53,28 @@ export declare class LocaleService<T extends LocaleState = LocaleState> extends
|
|
|
46
53
|
* @template a - A key that extends the keys of the state type T.
|
|
47
54
|
* @param {a} [key] - A specific key to access a part of the state.
|
|
48
55
|
* The key should be a property name of the state object.
|
|
49
|
-
* @returns {Observable<
|
|
56
|
+
* @returns {Observable<Partial<a>>} - An observable that emits the value of the specified key in the state.
|
|
50
57
|
* @param key
|
|
51
58
|
*/
|
|
52
|
-
getState<a extends keyof T
|
|
59
|
+
getState<a extends keyof DeepPartial<T>>(key?: a): Observable<DeepPartial<a>>;
|
|
53
60
|
/**
|
|
54
61
|
* Initializes the LocaleService with necessary configurations and state.
|
|
55
62
|
* Binds language changes to the state and dynamically loads the appropriate locales.
|
|
56
63
|
*
|
|
57
|
-
* @param {LocaleState
|
|
64
|
+
* @param {LocaleState} [state] - Optional initial state for the locale service.
|
|
58
65
|
* @returns {Observable<EuiServiceStatus>} - Observable emitting the status of the initialization.
|
|
59
66
|
*/
|
|
60
|
-
init(state?: LocaleState
|
|
67
|
+
init(state?: LocaleState): Observable<EuiServiceStatus>;
|
|
61
68
|
/**
|
|
62
|
-
*
|
|
63
|
-
* it throws an error. Also updates the global LOCALE_ID token if configured to do so.
|
|
69
|
+
* This method is used to update the state of the service with a new state.
|
|
64
70
|
*
|
|
65
|
-
* @param
|
|
66
|
-
* @throws Will throw an error if the locale for the given state id is not available.
|
|
71
|
+
* @param state
|
|
67
72
|
*/
|
|
68
|
-
updateState(state:
|
|
73
|
+
updateState(state: DeepPartial<T>): void;
|
|
69
74
|
/**
|
|
70
|
-
*
|
|
71
|
-
*
|
|
72
|
-
* @param id
|
|
75
|
+
* This method is used to get the state as readonly signal.
|
|
73
76
|
*/
|
|
74
|
-
|
|
77
|
+
getSignal(): Signal<T>;
|
|
75
78
|
/**
|
|
76
79
|
* Retrieves the previous locale used in the application.
|
|
77
80
|
*
|
|
@@ -84,29 +87,12 @@ export declare class LocaleService<T extends LocaleState = LocaleState> extends
|
|
|
84
87
|
* @returns {string} - The current locale identifier.
|
|
85
88
|
*/
|
|
86
89
|
get currentLocale(): string;
|
|
87
|
-
/**
|
|
88
|
-
* @deprecated eui does not offer a way to dynamically add locale it will be removed in future versions
|
|
89
|
-
*
|
|
90
|
-
* Dynamically loads and registers locale data based on the given locale identifiers.
|
|
91
|
-
*
|
|
92
|
-
* @param {string[] | string} locale - An array of locale identifiers or a single locale identifier.
|
|
93
|
-
* @returns {Observable<EuiServiceStatus>} - Observable emitting the status of the loading process.
|
|
94
|
-
* @private
|
|
95
|
-
*/
|
|
96
|
-
private loadLocale;
|
|
97
90
|
/**
|
|
98
91
|
* Listens for language changes and dynamically sets the locale accordingly.
|
|
99
92
|
*
|
|
100
93
|
* @private
|
|
101
94
|
*/
|
|
102
95
|
private bindTranslateServiceLangChangeToState;
|
|
103
|
-
/**
|
|
104
|
-
* Retrieves an array of locale identifiers supported by the browser.
|
|
105
|
-
*
|
|
106
|
-
* @returns {string[] | undefined} - An array of browser locale identifiers or undefined if not available.
|
|
107
|
-
* @private
|
|
108
|
-
*/
|
|
109
|
-
private getBrowserLocales;
|
|
110
96
|
static ɵfac: i0.ɵɵFactoryDeclaration<LocaleService<any>, [null, null, null, { optional: true; }, { optional: true; }, { optional: true; }]>;
|
|
111
97
|
static ɵprov: i0.ɵɵInjectableDeclaration<LocaleService<any>>;
|
|
112
98
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"locale.service.d.ts","sourceRoot":"","sources":["../../../../src/lib/services/locale/locale.service.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"locale.service.d.ts","sourceRoot":"","sources":["../../../../src/lib/services/locale/locale.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAKH,cAAc,EAGd,SAAS,EAGT,MAAM,EAET,MAAM,eAAe,CAAC;AAEvB,OAAO,EACH,WAAW,EACX,UAAU,EACV,gBAAgB,EAEhB,YAAY,EAEZ,mBAAmB,EACnB,WAAW,EAEd,MAAM,WAAW,CAAC;AACnB,OAAO,EAAE,UAAU,EAAe,MAAM,MAAM,CAAC;AAE/C,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AACxC,OAAO,EAAE,UAAU,EAAE,MAAM,QAAQ,CAAC;AACpC,OAAO,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;;AAKtC,MAAM,MAAM,YAAY,GAAG,CAAC,MAAM,EAAE,MAAM,KAAK,MAAM,CAAC;AACtD,eAAO,MAAM,gBAAgB,8BAAqD,CAAC;AAEnF;;;;;;;;;;;;GAYG;AACH,qBAGa,aAAa,CAAC,CAAC,SAAS,WAAW,GAAG,WAAW,CAAE,SAAQ,UAAU,CAAC,CAAC,GAAG,WAAW,CAAE,YAAW,SAAS;IAchH,SAAS,CAAC,KAAK,EAAE,YAAY;IACA,SAAS,CAAC,gBAAgB,EAAE,YAAY;IAClD,SAAS,CAAC,SAAS,EAAE,MAAM;IACR,OAAO,CAAC,YAAY;IAC9C,OAAO,CAAC,IAAI;IACZ,OAAO,CAAC,GAAG;IAlB3B,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,aAAa,CAAgC;IAErE,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAS;IAChC,OAAO,CAAC,WAAW,CAAgC;IACnD,SAAS,CAAC,MAAM,EAAE,mBAAmB,CAAC;IAEtC;;OAEG;IACH,OAAO,CAAC,KAAK,CAA+C;IAC5D,OAAO,CAAC,QAAQ,CAA8B;gBAGhC,KAAK,EAAE,YAAY,EACU,gBAAgB,EAAE,YAAY,EACxC,SAAS,EAAE,MAAM,EACA,YAAY,EAAE,YAAY,EACpD,IAAI,EAAE,WAAW,EACjB,GAAG,EAAE,UAAU;IAcvC,WAAW,IAAI,IAAI;IAKnB,QAAQ,IAAI,UAAU,CAAC,CAAC,CAAC;IACzB;;;;;;;;OAQG;IACH,QAAQ,CAAC,CAAC,GAAG,CAAC,EAAE,KAAK,CAAC,EAAE,CAAC,KAAK,EAAE,CAAC,KAAK,CAAC,GAAG,UAAU,CAAC,CAAC,CAAC;IACvD;;;;;;OAMG;IACH,QAAQ,CAAC,CAAC,SAAS,MAAM,WAAW,CAAC,CAAC,CAAC,EAAE,GAAG,CAAC,EAAE,CAAC,GAAG,UAAU,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC;IA8C7E;;;;;;OAMG;IACH,IAAI,CAAC,KAAK,CAAC,EAAE,WAAW,GAAG,UAAU,CAAC,gBAAgB,CAAC;IAcvD;;;;OAIG;IACH,WAAW,CAAC,KAAK,EAAE,WAAW,CAAC,CAAC,CAAC,GAAG,IAAI;IA2BxC;;OAEG;IACH,SAAS,IAAI,MAAM,CAAC,CAAC,CAAC;IAItB;;;;OAIG;IACH,IAAI,cAAc,IAAI,MAAM,CAE3B;IAED;;;;OAIG;IACH,IAAI,aAAa,IAAI,MAAM,CAE1B;IAED;;;;OAIG;IACH,OAAO,CAAC,qCAAqC;yCAzLpC,aAAa;6CAAb,aAAa;CAuNzB"}
|
|
@@ -2,7 +2,7 @@ import { Observable } from 'rxjs';
|
|
|
2
2
|
import { EuiServiceStatus, LocaleState } from '@eui/base';
|
|
3
3
|
import { LocaleService } from './locale.service';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class LocaleServiceMock extends LocaleService {
|
|
5
|
+
export declare class LocaleServiceMock extends LocaleService<LocaleState> {
|
|
6
6
|
protected locale_id: string;
|
|
7
7
|
private DEFAULT_LOCALE;
|
|
8
8
|
private stateSubject;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"locale.service.mock.d.ts","sourceRoot":"","sources":["../../../../src/lib/services/locale/locale.service.mock.ts"],"names":[],"mappings":"AACA,OAAO,EAAmB,UAAU,EAAM,MAAM,MAAM,CAAC;AACvD,OAAO,EAAE,gBAAgB,EAAE,WAAW,EAAE,MAAM,WAAW,CAAC;AAC1D,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;;AAKjD,qBACa,iBAAkB,SAAQ,aAAa;
|
|
1
|
+
{"version":3,"file":"locale.service.mock.d.ts","sourceRoot":"","sources":["../../../../src/lib/services/locale/locale.service.mock.ts"],"names":[],"mappings":"AACA,OAAO,EAAmB,UAAU,EAAM,MAAM,MAAM,CAAC;AACvD,OAAO,EAAE,gBAAgB,EAAE,WAAW,EAAE,MAAM,WAAW,CAAC;AAC1D,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;;AAKjD,qBACa,iBAAkB,SAAQ,aAAa,CAAC,WAAW,CAAC;cAIC,SAAS,EAAE,MAAM;IAH/E,OAAO,CAAC,cAAc,CAAQ;IAC9B,OAAO,CAAC,YAAY,CAA+F;gBAErD,SAAS,EAAE,MAAM;IAItE,QAAQ,IAAI,UAAU,CAAC,WAAW,CAAC;IAInC,WAAW,CAAC,KAAK,EAAE,WAAW,GAAG,IAAI;IAUrC,IAAI,CAAC,KAAK,CAAC,EAAE,WAAW,GAAG,UAAU,CAAC,gBAAgB,CAAC;yCAtBvD,iBAAiB;6CAAjB,iBAAiB;CA0B7B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"permission.service.d.ts","sourceRoot":"","sources":["../../../../src/lib/services/permission/permission.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,gBAAgB,
|
|
1
|
+
{"version":3,"file":"permission.service.d.ts","sourceRoot":"","sources":["../../../../src/lib/services/permission/permission.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,gBAAgB,EAAE,YAAY,EAAgC,MAAM,WAAW,CAAC;AACrG,OAAO,EAAE,UAAU,EAAM,MAAM,MAAM,CAAC;AACtC,OAAO,EAAE,UAAU,EAAE,MAAM,QAAQ,CAAC;AACpC,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;;AAIxC;;;;;;;;;;;;;;;;GAgBG;AACH,qBAGa,oBAAqB,SAAQ,UAAU,CAAC,YAAY,EAAE,CAAC;IAIhD,OAAO,CAAC,GAAG;IACvB,SAAS,CAAC,KAAK,EAAE,YAAY;IAJjC,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAS;gBAGR,GAAG,EAAE,UAAU,EACzB,KAAK,EAAE,YAAY;IAQjC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OA6BG;IACH,IAAI,CAAC,MAAM,EAAE,YAAY,EAAE,GAAG,UAAU,CAAC,gBAAgB,CAAC;IAa1D;;;;;;;;;;;;;;;;;OAiBG;IACH,SAAS,KAAK,UAAU,IAAI,YAAY,EAAE,CAEzC;IAED;;;;;;;;;;;;;;;;;;;;;OAqBG;IACH,QAAQ,CAAC,CAAC,GAAG,YAAY,EAAE,KAAK,UAAU,CAAC,CAAC,CAAC;IAO7C;;;;;;;;;;;;;;;;OAgBG;IACH,WAAW,CAAC,MAAM,EAAE,YAAY,EAAE,GAAG,IAAI;IAIzC;;;;;;;;;;;;;;;;;;;;OAoBG;IACH,wBAAwB,CAAC,mBAAmB,EAAE,MAAM,GAAG,OAAO;IAmB9D;;;;;;;;;;;OAWG;IACH,UAAU,CAAC,OAAO,EAAE,MAAM,GAAG,OAAO;IAIpC;;;;;;;;;;;;OAYG;IACH,eAAe,CAAC,OAAO,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,GAAG,OAAO;IAO7D;;;;;;;;;;;;;;;OAeG;IACH,OAAO,CAAC,aAAa;yCA5NZ,oBAAoB;6CAApB,oBAAoB;CAmOhC"}
|
|
@@ -43,6 +43,9 @@ export declare class ApiQueueService {
|
|
|
43
43
|
protected http: HttpClient;
|
|
44
44
|
protected logService: LogService;
|
|
45
45
|
private readonly logger;
|
|
46
|
+
private readonly getAppState;
|
|
47
|
+
private getApiQueue;
|
|
48
|
+
private getApiQueueItem;
|
|
46
49
|
constructor(store: StoreService, http: HttpClient, logService: LogService);
|
|
47
50
|
/**
|
|
48
51
|
* Adds an item to the queue by dispatching an action to the store.
|
|
@@ -170,7 +173,7 @@ export declare class ApiQueueService {
|
|
|
170
173
|
* }
|
|
171
174
|
* });
|
|
172
175
|
*/
|
|
173
|
-
processQueueItem(id: string): Observable<
|
|
176
|
+
processQueueItem<T>(id: string): Observable<T>;
|
|
174
177
|
/**
|
|
175
178
|
* Processes all items in the API queue and collects their responses.
|
|
176
179
|
*
|
|
@@ -191,7 +194,7 @@ export declare class ApiQueueService {
|
|
|
191
194
|
* // Handle the array of responses or errors
|
|
192
195
|
* });
|
|
193
196
|
*/
|
|
194
|
-
processAllQueueItems<T
|
|
197
|
+
processAllQueueItems<T>(continueOnError?: boolean): Observable<T[]>;
|
|
195
198
|
/**
|
|
196
199
|
* Processes all items in the queue sequentially, based on their timestamp ordering.
|
|
197
200
|
*
|
|
@@ -213,7 +216,7 @@ export declare class ApiQueueService {
|
|
|
213
216
|
* // Handle each response in the order of queue processing
|
|
214
217
|
* });
|
|
215
218
|
*/
|
|
216
|
-
processAllQueueItemsSequential(ascending?: boolean): Observable<
|
|
219
|
+
processAllQueueItemsSequential<T>(ascending?: boolean): Observable<T>;
|
|
217
220
|
/**
|
|
218
221
|
* Compares two queue items based on their timestamp and determines their order.
|
|
219
222
|
*
|
|
@@ -257,6 +260,18 @@ export declare class ApiQueueService {
|
|
|
257
260
|
* @template T - The expected type of the HTTP response. Defaults to `any`.
|
|
258
261
|
*/
|
|
259
262
|
private buildHttpRequest;
|
|
263
|
+
/**
|
|
264
|
+
* A state reducer that adds an item to the API queue.
|
|
265
|
+
* @param state
|
|
266
|
+
* @param action
|
|
267
|
+
*/
|
|
268
|
+
private addApiQueueItem;
|
|
269
|
+
/**
|
|
270
|
+
* A state reducer that removes an item from the API queue.
|
|
271
|
+
* @param state
|
|
272
|
+
* @param action
|
|
273
|
+
*/
|
|
274
|
+
private removeApiQueueItem;
|
|
260
275
|
static ɵfac: i0.ɵɵFactoryDeclaration<ApiQueueService, [null, null, { optional: true; }]>;
|
|
261
276
|
static ɵprov: i0.ɵɵInjectableDeclaration<ApiQueueService>;
|
|
262
277
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"api-queue.service.d.ts","sourceRoot":"","sources":["../../../../src/lib/services/queue/api-queue.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAClD,OAAO,EAAE,UAAU,EAAsB,MAAM,MAAM,CAAC;AAEtD,OAAO,
|
|
1
|
+
{"version":3,"file":"api-queue.service.d.ts","sourceRoot":"","sources":["../../../../src/lib/services/queue/api-queue.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAClD,OAAO,EAAE,UAAU,EAAsB,MAAM,MAAM,CAAC;AAEtD,OAAO,EAAY,YAAY,EAA+B,MAAM,WAAW,CAAC;AAEhF,OAAO,EAAE,UAAU,EAAE,MAAM,QAAQ,CAAC;AACpC,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;;AAGxC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiCG;AACH,qBAGa,eAAe;IAOpB,SAAS,CAAC,KAAK,EAAE,YAAY;IAC7B,SAAS,CAAC,IAAI,EAAE,UAAU;IACd,SAAS,CAAC,UAAU,EAAE,UAAU;IARhD,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAS;IAChC,OAAO,CAAC,QAAQ,CAAC,WAAW,CAAiC;IAC7D,OAAO,CAAC,WAAW,CAA+B;IAClD,OAAO,CAAC,eAAe,CAAuD;gBAGhE,KAAK,EAAE,YAAY,EACnB,IAAI,EAAE,UAAU,EACJ,UAAU,EAAE,UAAU;IAWhD;;;;;;;;;;;;;;;;;;;;;OAqBG;IACH,YAAY,CAAC,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE,YAAY,GAAG,IAAI;IAUlD;;;;;;;;;;;;;;;;;;;;OAoBG;IACH,QAAQ,IAAI,UAAU,CAAC,YAAY,EAAE,CAAC;IActC;;;;;;;;;;;;;;;;;;;;;;;;OAwBG;IACH,YAAY,CAAC,EAAE,EAAE,MAAM,GAAG,UAAU,CAAC,YAAY,CAAC;IAalD;;;;;;;;;;;;;;;;;OAiBG;IACH,eAAe,CAAC,EAAE,EAAE,MAAM,GAAG,IAAI;IAIjC;;;;;;;;;;;;;;OAcG;IACH,kBAAkB,IAAI,IAAI;IAI1B;;;;;;;;;;;;;;;;;;;OAmBG;IACH,gBAAgB,CAAC,CAAC,EAAE,EAAE,EAAE,MAAM,GAAG,UAAU,CAAC,CAAC,CAAC;IAc9C;;;;;;;;;;;;;;;;;;;OAmBG;IACH,oBAAoB,CAAC,CAAC,EAAE,eAAe,UAAO,GAAG,UAAU,CAAC,CAAC,EAAE,CAAC;IAqBhE;;;;;;;;;;;;;;;;;;;;OAoBG;IACH,8BAA8B,CAAC,CAAC,EAAE,SAAS,UAAO,GAAG,UAAU,CAAC,CAAC,CAAC;IAWlE;;;;;;;;;;;;;;;;OAgBG;IACH,SAAS,CAAC,eAAe,CAAC,CAAC,EAAE,CAAC,MAAM,EAAE,YAAY,CAAC,EAAE,CAAC,EAAE,CAAC,MAAM,EAAE,YAAY,CAAC,GAAG,MAAM;IAIvF;;;;;;;;;;;;;;;;;;;;;;;OAuBG;IACH,OAAO,CAAC,gBAAgB;IAIxB;;;;OAIG;IACH,OAAO,CAAC,eAAe,CAOrB;IAEF;;;;OAIG;IACH,OAAO,CAAC,kBAAkB,CASxB;yCA9VO,eAAe;6CAAf,eAAe;CA+V3B"}
|
|
@@ -6,9 +6,9 @@ export declare class ApiQueueServiceMock extends ApiQueueService {
|
|
|
6
6
|
getQueue(): Observable<ApiQueueItem[]>;
|
|
7
7
|
getQueueItem(id: string): Observable<ApiQueueItem>;
|
|
8
8
|
removeAllQueueItem(): void;
|
|
9
|
-
processAllQueueItems(): Observable<
|
|
9
|
+
processAllQueueItems<T>(): Observable<T>;
|
|
10
10
|
addQueueItem(): void;
|
|
11
11
|
removeQueueItem(): void;
|
|
12
|
-
processQueueItem(): Observable<
|
|
12
|
+
processQueueItem<T>(): Observable<T>;
|
|
13
13
|
}
|
|
14
14
|
//# sourceMappingURL=api-queue.service.mock.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"api-queue.service.mock.d.ts","sourceRoot":"","sources":["../../../../src/lib/services/queue/api-queue.service.mock.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AACtD,OAAO,EAAE,UAAU,EAAM,MAAM,MAAM,CAAC;AACtC,OAAO,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC;AAEzC,qBAAa,mBAAoB,SAAQ,eAAe;;IAI3C,QAAQ,IAAI,UAAU,CAAC,YAAY,EAAE,CAAC;IAGtC,YAAY,CAAC,EAAE,EAAE,MAAM,GAAG,UAAU,CAAC,YAAY,CAAC;IAGlD,kBAAkB,IAAI,IAAI;
|
|
1
|
+
{"version":3,"file":"api-queue.service.mock.d.ts","sourceRoot":"","sources":["../../../../src/lib/services/queue/api-queue.service.mock.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AACtD,OAAO,EAAE,UAAU,EAAM,MAAM,MAAM,CAAC;AACtC,OAAO,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC;AAEzC,qBAAa,mBAAoB,SAAQ,eAAe;;IAI3C,QAAQ,IAAI,UAAU,CAAC,YAAY,EAAE,CAAC;IAGtC,YAAY,CAAC,EAAE,EAAE,MAAM,GAAG,UAAU,CAAC,YAAY,CAAC;IAGlD,kBAAkB,IAAI,IAAI;IAC1B,oBAAoB,CAAC,CAAC,KAAK,UAAU,CAAC,CAAC,CAAC;IAGxC,YAAY,IAAI,IAAI;IACpB,eAAe,IAAI,IAAI;IACvB,gBAAgB,CAAC,CAAC,KAAK,UAAU,CAAC,CAAC,CAAC;CAGhD"}
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
import { ActivatedRoute } from '@angular/router';
|
|
2
|
-
import { Action } from '
|
|
2
|
+
import { Action } from '../ngrx_kit';
|
|
3
3
|
import { ModuleConfig, ApiQueueItem } from '@eui/base';
|
|
4
|
+
/**
|
|
5
|
+
* @deprecated it will be removed in the next major version
|
|
6
|
+
*/
|
|
4
7
|
export declare enum CoreAppActionTypes {
|
|
5
8
|
INIT_STORE = "[App] Init store",
|
|
6
9
|
UPDATE_APP_VERSION = "[App] Update version",
|
|
@@ -13,6 +16,9 @@ export declare enum CoreAppActionTypes {
|
|
|
13
16
|
REMOVE_API_QUEUE_ITEM = "[App] Remove API queue item",
|
|
14
17
|
EMPTY_API_QUEUE = "[App] empty API queue"
|
|
15
18
|
}
|
|
19
|
+
/**
|
|
20
|
+
* @deprecated it will be removed in the next major version
|
|
21
|
+
*/
|
|
16
22
|
export declare class InitStoreAction implements Action {
|
|
17
23
|
payload: {
|
|
18
24
|
version?: string;
|
|
@@ -22,16 +28,25 @@ export declare class InitStoreAction implements Action {
|
|
|
22
28
|
version?: string;
|
|
23
29
|
});
|
|
24
30
|
}
|
|
31
|
+
/**
|
|
32
|
+
* @deprecated it will be removed in the next major version
|
|
33
|
+
*/
|
|
25
34
|
export declare class UpdateAppVersionAction implements Action {
|
|
26
35
|
payload: string;
|
|
27
36
|
type: CoreAppActionTypes;
|
|
28
37
|
constructor(payload: string);
|
|
29
38
|
}
|
|
39
|
+
/**
|
|
40
|
+
* @deprecated it will be removed in the next major version
|
|
41
|
+
*/
|
|
30
42
|
export declare class UpdateAppConnectionAction implements Action {
|
|
31
43
|
payload: boolean;
|
|
32
44
|
type: CoreAppActionTypes;
|
|
33
45
|
constructor(payload: boolean);
|
|
34
46
|
}
|
|
47
|
+
/**
|
|
48
|
+
* @deprecated it will be removed in the next major version
|
|
49
|
+
*/
|
|
35
50
|
export declare class AddAppLoadedConfigModulesAction implements Action {
|
|
36
51
|
payload: {
|
|
37
52
|
moduleName: string;
|
|
@@ -43,21 +58,33 @@ export declare class AddAppLoadedConfigModulesAction implements Action {
|
|
|
43
58
|
moduleConfig: ModuleConfig;
|
|
44
59
|
});
|
|
45
60
|
}
|
|
61
|
+
/**
|
|
62
|
+
* @deprecated it will be removed in the next major version
|
|
63
|
+
*/
|
|
46
64
|
export declare class UpdateAppStatusAction implements Action {
|
|
47
65
|
payload: string;
|
|
48
66
|
type: CoreAppActionTypes;
|
|
49
67
|
constructor(payload: string);
|
|
50
68
|
}
|
|
69
|
+
/**
|
|
70
|
+
* @deprecated it will be removed in the next major version
|
|
71
|
+
*/
|
|
51
72
|
export declare class UpdateCurrentModuleAction implements Action {
|
|
52
73
|
payload: string;
|
|
53
74
|
type: CoreAppActionTypes;
|
|
54
75
|
constructor(payload: string);
|
|
55
76
|
}
|
|
77
|
+
/**
|
|
78
|
+
* @deprecated it will be removed in the next major version
|
|
79
|
+
*/
|
|
56
80
|
export declare class ActivatedRouteAction implements Action {
|
|
57
81
|
payload: ActivatedRoute;
|
|
58
82
|
type: CoreAppActionTypes;
|
|
59
83
|
constructor(payload: ActivatedRoute);
|
|
60
84
|
}
|
|
85
|
+
/**
|
|
86
|
+
* @deprecated it will be removed in the next major version
|
|
87
|
+
*/
|
|
61
88
|
export declare class AddApiQueueItemAction implements Action {
|
|
62
89
|
payload: {
|
|
63
90
|
id: string;
|
|
@@ -69,15 +96,24 @@ export declare class AddApiQueueItemAction implements Action {
|
|
|
69
96
|
item: ApiQueueItem;
|
|
70
97
|
});
|
|
71
98
|
}
|
|
99
|
+
/**
|
|
100
|
+
* @deprecated it will be removed in the next major version
|
|
101
|
+
*/
|
|
72
102
|
export declare class RemoveApiQueueItemAction implements Action {
|
|
73
103
|
payload: string;
|
|
74
104
|
type: CoreAppActionTypes;
|
|
75
105
|
constructor(payload: string);
|
|
76
106
|
}
|
|
107
|
+
/**
|
|
108
|
+
* @deprecated it will be removed in the next major version
|
|
109
|
+
*/
|
|
77
110
|
export declare class EmptyApiQueueAction implements Action {
|
|
78
111
|
payload: any;
|
|
79
112
|
type: CoreAppActionTypes;
|
|
80
113
|
constructor(payload: any);
|
|
81
114
|
}
|
|
115
|
+
/**
|
|
116
|
+
* @deprecated it will be removed in the next major version
|
|
117
|
+
*/
|
|
82
118
|
export type CoreAppActions = InitStoreAction | UpdateAppVersionAction | UpdateAppConnectionAction | AddAppLoadedConfigModulesAction | UpdateAppStatusAction | UpdateCurrentModuleAction | ActivatedRouteAction | AddApiQueueItemAction | RemoveApiQueueItemAction;
|
|
83
119
|
//# sourceMappingURL=app.actions.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app.actions.d.ts","sourceRoot":"","sources":["../../../../../src/lib/services/store/actions/app.actions.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACjD,OAAO,EAAE,MAAM,EAAE,MAAM,aAAa,CAAC;AACrC,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC;AAEvD,oBAAY,kBAAkB;IAC1B,UAAU,qBAAqB;IAC/B,kBAAkB,yBAAyB;IAC3C,qBAAqB,4BAA4B;IACjD,6BAA6B,2CAA2C;IACxE,iBAAiB,wBAAwB;IACzC,qBAAqB,gCAAgC;IACrD,eAAe,0BAA0B;IACzC,kBAAkB,6BAA6B;IAC/C,qBAAqB,gCAAgC;IACrD,eAAe,0BAA0B;CAC5C;AAED,qBAAa,eAAgB,YAAW,MAAM;IAGvB,OAAO,EAAE;QAAE,OAAO,CAAC,EAAE,MAAM,CAAA;KAAE;IAFhD,IAAI,qBAAiC;gBAElB,OAAO,EAAE;QAAE,OAAO,CAAC,EAAE,MAAM,CAAA;KAAE;CACnD;AAED,qBAAa,sBAAuB,YAAW,MAAM;IAG9B,OAAO,EAAE,MAAM;IAFlC,IAAI,qBAAyC;gBAE1B,OAAO,EAAE,MAAM;CACrC;AAED,qBAAa,yBAA0B,YAAW,MAAM;IAGjC,OAAO,EAAE,OAAO;IAFnC,IAAI,qBAA4C;gBAE7B,OAAO,EAAE,OAAO;CACtC;AAED,qBAAa,+BAAgC,YAAW,MAAM;IAGvC,OAAO,EAAE;QAAE,UAAU,EAAE,MAAM,CAAC;QAAC,YAAY,EAAE,YAAY,CAAA;KAAE;IAF9E,IAAI,qBAAoD;gBAErC,OAAO,EAAE;QAAE,UAAU,EAAE,MAAM,CAAC;QAAC,YAAY,EAAE,YAAY,CAAA;KAAE;CACjF;AAED,qBAAa,qBAAsB,YAAW,MAAM;IAG7B,OAAO,EAAE,MAAM;IAFlC,IAAI,qBAAwC;gBAEzB,OAAO,EAAE,MAAM;CACrC;AAED,qBAAa,yBAA0B,YAAW,MAAM;IAGjC,OAAO,EAAE,MAAM;IAFlC,IAAI,qBAA4C;gBAE7B,OAAO,EAAE,MAAM;CACrC;AAED,qBAAa,oBAAqB,YAAW,MAAM;IAG5B,OAAO,EAAE,cAAc;IAF1C,IAAI,qBAAsC;gBAEvB,OAAO,EAAE,cAAc;CAC7C;AAED,qBAAa,qBAAsB,YAAW,MAAM;IAG7B,OAAO,EAAE;QAAE,EAAE,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,YAAY,CAAA;KAAE;IAF9D,IAAI,qBAAyC;gBAE1B,OAAO,EAAE;QAAE,EAAE,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,YAAY,CAAA;KAAE;CACjE;AAED,qBAAa,wBAAyB,YAAW,MAAM;IAGhC,OAAO,EAAE,MAAM;IAFlC,IAAI,qBAA4C;gBAE7B,OAAO,EAAE,MAAM;CACrC;AAED,qBAAa,mBAAoB,YAAW,MAAM;IAK3B,OAAO,EAAE,GAAG;IAJ/B,IAAI,qBAAsC;gBAIvB,OAAO,EAAE,GAAG;CAClC;AAED,MAAM,MAAM,cAAc,GACpB,eAAe,GACf,sBAAsB,GACtB,yBAAyB,GACzB,+BAA+B,GAC/B,qBAAqB,GACrB,yBAAyB,GACzB,oBAAoB,GACpB,qBAAqB,GACrB,wBAAwB,CAAC"}
|
|
1
|
+
{"version":3,"file":"app.actions.d.ts","sourceRoot":"","sources":["../../../../../src/lib/services/store/actions/app.actions.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACjD,OAAO,EAAE,MAAM,EAAE,MAAM,aAAa,CAAC;AACrC,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC;AAEvD;;GAEG;AACH,oBAAY,kBAAkB;IAC1B,UAAU,qBAAqB;IAC/B,kBAAkB,yBAAyB;IAC3C,qBAAqB,4BAA4B;IACjD,6BAA6B,2CAA2C;IACxE,iBAAiB,wBAAwB;IACzC,qBAAqB,gCAAgC;IACrD,eAAe,0BAA0B;IACzC,kBAAkB,6BAA6B;IAC/C,qBAAqB,gCAAgC;IACrD,eAAe,0BAA0B;CAC5C;AAED;;GAEG;AACH,qBAAa,eAAgB,YAAW,MAAM;IAGvB,OAAO,EAAE;QAAE,OAAO,CAAC,EAAE,MAAM,CAAA;KAAE;IAFhD,IAAI,qBAAiC;gBAElB,OAAO,EAAE;QAAE,OAAO,CAAC,EAAE,MAAM,CAAA;KAAE;CACnD;AAED;;GAEG;AACH,qBAAa,sBAAuB,YAAW,MAAM;IAG9B,OAAO,EAAE,MAAM;IAFlC,IAAI,qBAAyC;gBAE1B,OAAO,EAAE,MAAM;CACrC;AAED;;GAEG;AACH,qBAAa,yBAA0B,YAAW,MAAM;IAGjC,OAAO,EAAE,OAAO;IAFnC,IAAI,qBAA4C;gBAE7B,OAAO,EAAE,OAAO;CACtC;AAED;;GAEG;AACH,qBAAa,+BAAgC,YAAW,MAAM;IAGvC,OAAO,EAAE;QAAE,UAAU,EAAE,MAAM,CAAC;QAAC,YAAY,EAAE,YAAY,CAAA;KAAE;IAF9E,IAAI,qBAAoD;gBAErC,OAAO,EAAE;QAAE,UAAU,EAAE,MAAM,CAAC;QAAC,YAAY,EAAE,YAAY,CAAA;KAAE;CACjF;AAED;;GAEG;AACH,qBAAa,qBAAsB,YAAW,MAAM;IAG7B,OAAO,EAAE,MAAM;IAFlC,IAAI,qBAAwC;gBAEzB,OAAO,EAAE,MAAM;CACrC;AAED;;GAEG;AACH,qBAAa,yBAA0B,YAAW,MAAM;IAGjC,OAAO,EAAE,MAAM;IAFlC,IAAI,qBAA4C;gBAE7B,OAAO,EAAE,MAAM;CACrC;AAED;;GAEG;AACH,qBAAa,oBAAqB,YAAW,MAAM;IAG5B,OAAO,EAAE,cAAc;IAF1C,IAAI,qBAAsC;gBAEvB,OAAO,EAAE,cAAc;CAC7C;AAED;;GAEG;AACH,qBAAa,qBAAsB,YAAW,MAAM;IAG7B,OAAO,EAAE;QAAE,EAAE,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,YAAY,CAAA;KAAE;IAF9D,IAAI,qBAAyC;gBAE1B,OAAO,EAAE;QAAE,EAAE,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,YAAY,CAAA;KAAE;CACjE;AAED;;GAEG;AACH,qBAAa,wBAAyB,YAAW,MAAM;IAGhC,OAAO,EAAE,MAAM;IAFlC,IAAI,qBAA4C;gBAE7B,OAAO,EAAE,MAAM;CACrC;AAED;;GAEG;AACH,qBAAa,mBAAoB,YAAW,MAAM;IAK3B,OAAO,EAAE,GAAG;IAJ/B,IAAI,qBAAsC;gBAIvB,OAAO,EAAE,GAAG;CAClC;AAED;;GAEG;AACH,MAAM,MAAM,cAAc,GACpB,eAAe,GACf,sBAAsB,GACtB,yBAAyB,GACzB,+BAA+B,GAC/B,qBAAqB,GACrB,yBAAyB,GACzB,oBAAoB,GACpB,qBAAqB,GACrB,wBAAwB,CAAC"}
|
|
@@ -1,12 +1,21 @@
|
|
|
1
|
-
import { Action } from '
|
|
1
|
+
import { Action } from '../ngrx_kit';
|
|
2
2
|
import { I18nState } from '@eui/base';
|
|
3
|
+
/**
|
|
4
|
+
* @deprecated it will be removed in the next major version
|
|
5
|
+
*/
|
|
3
6
|
export declare enum CoreI18nActionTypes {
|
|
4
7
|
UPDATE_I18N_STATE = "[I18n] Update I18n State"
|
|
5
8
|
}
|
|
9
|
+
/**
|
|
10
|
+
* @deprecated it will be removed in the next major version
|
|
11
|
+
*/
|
|
6
12
|
export declare class UpdateI18nStateAction implements Action {
|
|
7
13
|
payload: I18nState;
|
|
8
14
|
type: CoreI18nActionTypes;
|
|
9
15
|
constructor(payload: I18nState);
|
|
10
16
|
}
|
|
17
|
+
/**
|
|
18
|
+
* @deprecated it will be removed in the next major version
|
|
19
|
+
*/
|
|
11
20
|
export type CoreI18nActions = UpdateI18nStateAction;
|
|
12
21
|
//# sourceMappingURL=i18n.actions.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"i18n.actions.d.ts","sourceRoot":"","sources":["../../../../../src/lib/services/store/actions/i18n.actions.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,aAAa,CAAC;AACrC,OAAO,EAAE,SAAS,EAAE,MAAM,WAAW,CAAC;AAEtC,oBAAY,mBAAmB;IAC3B,iBAAiB,6BAA6B;CACjD;AAED,qBAAa,qBAAsB,YAAW,MAAM;IAE7B,OAAO,EAAE,SAAS;IADrC,IAAI,sBAAyC;gBAC1B,OAAO,EAAE,SAAS;CACxC;AAED,MAAM,MAAM,eAAe,GAAG,qBAAqB,CAAC"}
|
|
1
|
+
{"version":3,"file":"i18n.actions.d.ts","sourceRoot":"","sources":["../../../../../src/lib/services/store/actions/i18n.actions.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,aAAa,CAAC;AACrC,OAAO,EAAE,SAAS,EAAE,MAAM,WAAW,CAAC;AAEtC;;GAEG;AACH,oBAAY,mBAAmB;IAC3B,iBAAiB,6BAA6B;CACjD;AAED;;GAEG;AACH,qBAAa,qBAAsB,YAAW,MAAM;IAE7B,OAAO,EAAE,SAAS;IADrC,IAAI,sBAAyC;gBAC1B,OAAO,EAAE,SAAS;CACxC;AAED;;GAEG;AACH,MAAM,MAAM,eAAe,GAAG,qBAAqB,CAAC"}
|
|
@@ -1,12 +1,21 @@
|
|
|
1
|
-
import { Action } from '
|
|
1
|
+
import { Action } from '../ngrx_kit';
|
|
2
2
|
import { LocaleState } from '@eui/base';
|
|
3
|
+
/**
|
|
4
|
+
* @deprecated it will be removed in the next major version
|
|
5
|
+
*/
|
|
3
6
|
export declare enum CoreLocaleActionTypes {
|
|
4
7
|
UPDATE_LOCALE_STATE = "[Locale] Update Locale State"
|
|
5
8
|
}
|
|
9
|
+
/**
|
|
10
|
+
* @deprecated it will be removed in the next major version
|
|
11
|
+
*/
|
|
6
12
|
export declare class UpdateLocaleStateAction implements Action {
|
|
7
13
|
payload: LocaleState;
|
|
8
14
|
type: CoreLocaleActionTypes;
|
|
9
15
|
constructor(payload: LocaleState);
|
|
10
16
|
}
|
|
17
|
+
/**
|
|
18
|
+
* @deprecated it will be removed in the next major version
|
|
19
|
+
*/
|
|
11
20
|
export type CoreLocaleActions = UpdateLocaleStateAction;
|
|
12
21
|
//# sourceMappingURL=locale.actions.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"locale.actions.d.ts","sourceRoot":"","sources":["../../../../../src/lib/services/store/actions/locale.actions.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,aAAa,CAAC;AACrC,OAAO,EAAE,WAAW,EAAE,MAAM,WAAW,CAAC;AAExC,oBAAY,qBAAqB;IAC7B,mBAAmB,iCAAiC;CACvD;AAED,qBAAa,uBAAwB,YAAW,MAAM;IAE/B,OAAO,EAAE,WAAW;IADvC,IAAI,wBAA6C;gBAC9B,OAAO,EAAE,WAAW;CAC1C;AAED,MAAM,MAAM,iBAAiB,GAAG,uBAAuB,CAAC"}
|
|
1
|
+
{"version":3,"file":"locale.actions.d.ts","sourceRoot":"","sources":["../../../../../src/lib/services/store/actions/locale.actions.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,aAAa,CAAC;AACrC,OAAO,EAAE,WAAW,EAAE,MAAM,WAAW,CAAC;AAExC;;GAEG;AACH,oBAAY,qBAAqB;IAC7B,mBAAmB,iCAAiC;CACvD;AAED;;GAEG;AACH,qBAAa,uBAAwB,YAAW,MAAM;IAE/B,OAAO,EAAE,WAAW;IADvC,IAAI,wBAA6C;gBAC9B,OAAO,EAAE,WAAW;CAC1C;AAED;;GAEG;AACH,MAAM,MAAM,iBAAiB,GAAG,uBAAuB,CAAC"}
|