@eui/core 19.3.3-snapshot-1756410268787 → 21.0.0-alpha.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/CHANGELOG.md +290 -0
- package/docs/changelog.html +346 -0
- package/docs/directives/TranslateMockDirective.html +0 -43
- package/docs/injectables/ApiQueueService.html +1 -55
- package/docs/injectables/EuiAppShellService.html +1 -103
- package/docs/injectables/EuiDynamicComponentService.html +0 -67
- package/docs/injectables/EuiDynamicMenuService.html +1 -43
- package/docs/injectables/EuiPermissionService.html +1 -43
- package/docs/injectables/EuiThemeService.html +1 -55
- package/docs/injectables/GlobalErrorHandler.html +0 -43
- package/docs/injectables/I18nLoader.html +1 -55
- package/docs/injectables/I18nService.html +1 -79
- package/docs/injectables/LocalForageService.html +1 -43
- package/docs/injectables/LocalStorageService.html +0 -54
- package/docs/injectables/LocaleService.html +1 -91
- package/docs/injectables/LocaleServiceMock.html +1 -31
- package/docs/injectables/LogService.html +1 -55
- package/docs/injectables/SessionStorageService.html +0 -43
- package/docs/injectables/StoreService.html +1 -42
- package/docs/injectables/UserService.html +1 -31
- package/docs/interceptors/AddLangParamInterceptor.html +0 -43
- package/docs/interceptors/HttpErrorHandlerInterceptor.html +0 -67
- package/docs/interceptors/UxRequestErrorModelInterceptor.html +0 -43
- package/docs/js/menu-wc.js +6 -6
- package/docs/js/menu-wc_es5.js +1 -1
- package/docs/js/search/search_index.js +2 -2
- package/docs/miscellaneous/variables.html +2 -47
- package/docs/properties.html +1 -1
- package/fesm2022/eui-core.mjs +229 -320
- package/fesm2022/eui-core.mjs.map +1 -1
- package/index.d.ts +2470 -5
- package/index.d.ts.map +1 -1
- package/package.json +11 -11
- package/eui-core.d.ts.map +0 -1
- package/lib/eui-core.module.d.ts +0 -21
- package/lib/eui-core.module.d.ts.map +0 -1
- package/lib/helpers/css-utils.d.ts +0 -35
- package/lib/helpers/css-utils.d.ts.map +0 -1
- package/lib/helpers/date-helpers.d.ts +0 -3
- package/lib/helpers/date-helpers.d.ts.map +0 -1
- package/lib/helpers/dom-helpers.d.ts +0 -34
- package/lib/helpers/dom-helpers.d.ts.map +0 -1
- package/lib/helpers/event-helpers.d.ts +0 -2
- package/lib/helpers/event-helpers.d.ts.map +0 -1
- package/lib/helpers/form-helpers.d.ts +0 -11
- package/lib/helpers/form-helpers.d.ts.map +0 -1
- package/lib/helpers/format-helpers.d.ts +0 -13
- package/lib/helpers/format-helpers.d.ts.map +0 -1
- package/lib/helpers/http-helpers.d.ts +0 -8
- package/lib/helpers/http-helpers.d.ts.map +0 -1
- package/lib/helpers/index.d.ts +0 -10
- package/lib/helpers/index.d.ts.map +0 -1
- package/lib/helpers/injector.d.ts +0 -11
- package/lib/helpers/injector.d.ts.map +0 -1
- package/lib/helpers/utils.d.ts +0 -7
- package/lib/helpers/utils.d.ts.map +0 -1
- package/lib/interceptors/add-lang-param.interceptor.d.ts +0 -17
- package/lib/interceptors/add-lang-param.interceptor.d.ts.map +0 -1
- package/lib/interceptors/cache-prevention.interceptor.d.ts +0 -9
- package/lib/interceptors/cache-prevention.interceptor.d.ts.map +0 -1
- package/lib/interceptors/cors-security.interceptor.d.ts +0 -9
- package/lib/interceptors/cors-security.interceptor.d.ts.map +0 -1
- package/lib/interceptors/csrf-prevention.interceptor.d.ts +0 -9
- package/lib/interceptors/csrf-prevention.interceptor.d.ts.map +0 -1
- package/lib/interceptors/eu-login-session-timeout-handling.interceptor.d.ts +0 -20
- package/lib/interceptors/eu-login-session-timeout-handling.interceptor.d.ts.map +0 -1
- package/lib/interceptors/index.d.ts +0 -7
- package/lib/interceptors/index.d.ts.map +0 -1
- package/lib/interceptors/ux-request-error-model.interceptor.d.ts +0 -14
- package/lib/interceptors/ux-request-error-model.interceptor.d.ts.map +0 -1
- package/lib/services/app/eui-init-app.d.ts +0 -12
- package/lib/services/app/eui-init-app.d.ts.map +0 -1
- package/lib/services/app/eui-pre-init-app.d.ts +0 -17
- package/lib/services/app/eui-pre-init-app.d.ts.map +0 -1
- package/lib/services/app/eui-startup.d.ts +0 -5
- package/lib/services/app/eui-startup.d.ts.map +0 -1
- package/lib/services/app/factories/log.d.ts +0 -26
- package/lib/services/app/factories/log.d.ts.map +0 -1
- package/lib/services/app/index.d.ts +0 -3
- package/lib/services/app/index.d.ts.map +0 -1
- package/lib/services/config/defaults.d.ts +0 -12
- package/lib/services/config/defaults.d.ts.map +0 -1
- package/lib/services/config/tokens.d.ts +0 -20
- package/lib/services/config/tokens.d.ts.map +0 -1
- package/lib/services/dynamic-component/dynamic-component.service.d.ts +0 -42
- package/lib/services/dynamic-component/dynamic-component.service.d.ts.map +0 -1
- package/lib/services/dynamic-menu/dynamic-menu.service.d.ts +0 -15
- package/lib/services/dynamic-menu/dynamic-menu.service.d.ts.map +0 -1
- package/lib/services/errors/eui.error.d.ts +0 -14
- package/lib/services/errors/eui.error.d.ts.map +0 -1
- package/lib/services/errors/global-error-handler.d.ts +0 -11
- package/lib/services/errors/global-error-handler.d.ts.map +0 -1
- package/lib/services/errors/http-error-handler-callback-functions.d.ts +0 -7
- package/lib/services/errors/http-error-handler-callback-functions.d.ts.map +0 -1
- package/lib/services/errors/http-error-handler.interceptor.d.ts +0 -23
- package/lib/services/errors/http-error-handler.interceptor.d.ts.map +0 -1
- package/lib/services/errors/index.d.ts +0 -5
- package/lib/services/errors/index.d.ts.map +0 -1
- package/lib/services/eui-app-shell.service.d.ts +0 -110
- package/lib/services/eui-app-shell.service.d.ts.map +0 -1
- package/lib/services/eui-theme.service.d.ts +0 -52
- package/lib/services/eui-theme.service.d.ts.map +0 -1
- package/lib/services/eui-timezone.service.d.ts +0 -270
- package/lib/services/eui-timezone.service.d.ts.map +0 -1
- package/lib/services/growl/eui-growl.service.d.ts +0 -23
- package/lib/services/growl/eui-growl.service.d.ts.map +0 -1
- package/lib/services/growl/index.d.ts +0 -2
- package/lib/services/growl/index.d.ts.map +0 -1
- package/lib/services/i18n/i18n.loader.d.ts +0 -93
- package/lib/services/i18n/i18n.loader.d.ts.map +0 -1
- package/lib/services/i18n/i18n.resource.d.ts +0 -36
- package/lib/services/i18n/i18n.resource.d.ts.map +0 -1
- package/lib/services/i18n/i18n.service.d.ts +0 -102
- package/lib/services/i18n/i18n.service.d.ts.map +0 -1
- package/lib/services/i18n/index.d.ts +0 -4
- package/lib/services/i18n/index.d.ts.map +0 -1
- package/lib/services/index.d.ts +0 -20
- package/lib/services/index.d.ts.map +0 -1
- package/lib/services/loader/eui-loader.model.d.ts +0 -97
- package/lib/services/loader/eui-loader.model.d.ts.map +0 -1
- package/lib/services/loader/eui-loader.service.d.ts +0 -143
- package/lib/services/loader/eui-loader.service.d.ts.map +0 -1
- package/lib/services/loader/index.d.ts +0 -3
- package/lib/services/loader/index.d.ts.map +0 -1
- package/lib/services/locale/index.d.ts +0 -3
- package/lib/services/locale/index.d.ts.map +0 -1
- package/lib/services/locale/locale.service.d.ts +0 -103
- package/lib/services/locale/locale.service.d.ts.map +0 -1
- package/lib/services/locale/locale.service.mock.d.ts +0 -16
- package/lib/services/locale/locale.service.mock.d.ts.map +0 -1
- package/lib/services/log/index.d.ts +0 -4
- package/lib/services/log/index.d.ts.map +0 -1
- package/lib/services/log/log.module.d.ts +0 -16
- package/lib/services/log/log.module.d.ts.map +0 -1
- package/lib/services/log/log.service.d.ts +0 -28
- package/lib/services/log/log.service.d.ts.map +0 -1
- package/lib/services/log/log.service.mock.d.ts +0 -5
- package/lib/services/log/log.service.mock.d.ts.map +0 -1
- package/lib/services/permission/permission.service.d.ts +0 -188
- package/lib/services/permission/permission.service.d.ts.map +0 -1
- package/lib/services/queue/api-queue.service.d.ts +0 -278
- package/lib/services/queue/api-queue.service.d.ts.map +0 -1
- package/lib/services/queue/api-queue.service.mock.d.ts +0 -14
- package/lib/services/queue/api-queue.service.mock.d.ts.map +0 -1
- package/lib/services/queue/index.d.ts +0 -3
- package/lib/services/queue/index.d.ts.map +0 -1
- package/lib/services/storage/async-storage.service.d.ts +0 -45
- package/lib/services/storage/async-storage.service.d.ts.map +0 -1
- package/lib/services/storage/async-storage.service.mock.d.ts +0 -12
- package/lib/services/storage/async-storage.service.mock.d.ts.map +0 -1
- package/lib/services/storage/index.d.ts +0 -8
- package/lib/services/storage/index.d.ts.map +0 -1
- package/lib/services/storage/local-forage.service.d.ts +0 -49
- package/lib/services/storage/local-forage.service.d.ts.map +0 -1
- package/lib/services/storage/local-storage.service.d.ts +0 -36
- package/lib/services/storage/local-storage.service.d.ts.map +0 -1
- package/lib/services/storage/session-storage.service.d.ts +0 -35
- package/lib/services/storage/session-storage.service.d.ts.map +0 -1
- package/lib/services/storage/storage.service.d.ts +0 -29
- package/lib/services/storage/storage.service.d.ts.map +0 -1
- package/lib/services/storage/storage.service.mock.d.ts +0 -8
- package/lib/services/storage/storage.service.mock.d.ts.map +0 -1
- package/lib/services/store/actions/app.actions.d.ts +0 -119
- package/lib/services/store/actions/app.actions.d.ts.map +0 -1
- package/lib/services/store/actions/i18n.actions.d.ts +0 -21
- package/lib/services/store/actions/i18n.actions.d.ts.map +0 -1
- package/lib/services/store/actions/index.d.ts +0 -6
- package/lib/services/store/actions/index.d.ts.map +0 -1
- package/lib/services/store/actions/locale.actions.d.ts +0 -21
- package/lib/services/store/actions/locale.actions.d.ts.map +0 -1
- package/lib/services/store/actions/notifications.actions.d.ts +0 -20
- package/lib/services/store/actions/notifications.actions.d.ts.map +0 -1
- package/lib/services/store/actions/user.actions.d.ts +0 -57
- package/lib/services/store/actions/user.actions.d.ts.map +0 -1
- package/lib/services/store/index.d.ts +0 -5
- package/lib/services/store/index.d.ts.map +0 -1
- package/lib/services/store/ngrx_kit.d.ts +0 -54
- package/lib/services/store/ngrx_kit.d.ts.map +0 -1
- package/lib/services/store/reducers/app.reducers.d.ts +0 -7
- package/lib/services/store/reducers/app.reducers.d.ts.map +0 -1
- package/lib/services/store/reducers/core.reducers.d.ts +0 -7
- package/lib/services/store/reducers/core.reducers.d.ts.map +0 -1
- package/lib/services/store/reducers/i18n.reducers.d.ts +0 -7
- package/lib/services/store/reducers/i18n.reducers.d.ts.map +0 -1
- package/lib/services/store/reducers/index.d.ts +0 -8
- package/lib/services/store/reducers/index.d.ts.map +0 -1
- package/lib/services/store/reducers/locale.reducers.d.ts +0 -7
- package/lib/services/store/reducers/locale.reducers.d.ts.map +0 -1
- package/lib/services/store/reducers/meta.reducers.d.ts +0 -32
- package/lib/services/store/reducers/meta.reducers.d.ts.map +0 -1
- package/lib/services/store/reducers/notifications.reducers.d.ts +0 -7
- package/lib/services/store/reducers/notifications.reducers.d.ts.map +0 -1
- package/lib/services/store/reducers/user.reducers.d.ts +0 -7
- package/lib/services/store/reducers/user.reducers.d.ts.map +0 -1
- package/lib/services/store/store.service.d.ts +0 -72
- package/lib/services/store/store.service.d.ts.map +0 -1
- package/lib/services/store/store.service.mock.d.ts +0 -15
- package/lib/services/store/store.service.mock.d.ts.map +0 -1
- package/lib/services/user/index.d.ts +0 -3
- package/lib/services/user/index.d.ts.map +0 -1
- package/lib/services/user/user.service.d.ts +0 -46
- package/lib/services/user/user.service.d.ts.map +0 -1
- package/lib/services/user/user.service.mock.d.ts +0 -15
- package/lib/services/user/user.service.mock.d.ts.map +0 -1
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { AsyncStorageService } from './async-storage.service';
|
|
2
|
-
import { Observable } from 'rxjs';
|
|
3
|
-
export declare class AsyncStorageServiceMock extends AsyncStorageService {
|
|
4
|
-
ready(): Observable<any>;
|
|
5
|
-
name(): string;
|
|
6
|
-
get(): Observable<any>;
|
|
7
|
-
set(): Observable<any>;
|
|
8
|
-
remove(): Observable<any>;
|
|
9
|
-
setAsync(): void;
|
|
10
|
-
removeAsync(): void;
|
|
11
|
-
}
|
|
12
|
-
//# sourceMappingURL=async-storage.service.mock.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"async-storage.service.mock.d.ts","sourceRoot":"","sources":["../../../../src/lib/services/storage/async-storage.service.mock.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAC9D,OAAO,EAAE,UAAU,EAAM,MAAM,MAAM,CAAC;AAEtC,qBAAa,uBAAwB,SAAQ,mBAAmB;IAG5D,KAAK,IAAI,UAAU,CAAC,GAAG,CAAC;IAIxB,IAAI,IAAI,MAAM;IAMd,GAAG,IAAI,UAAU,CAAC,GAAG,CAAC;IAMtB,GAAG,IAAI,UAAU,CAAC,GAAG,CAAC;IAMtB,MAAM,IAAI,UAAU,CAAC,GAAG,CAAC;IAIhB,QAAQ,IAAI,IAAI;IAEhB,WAAW,IAAI,IAAI;CAC/B"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
export * from './storage.service';
|
|
2
|
-
export * from './storage.service.mock';
|
|
3
|
-
export * from './async-storage.service';
|
|
4
|
-
export * from './async-storage.service.mock';
|
|
5
|
-
export * from './local-storage.service';
|
|
6
|
-
export * from './session-storage.service';
|
|
7
|
-
export * from './local-forage.service';
|
|
8
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/lib/services/storage/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC;AAClC,cAAc,wBAAwB,CAAC;AACvC,cAAc,yBAAyB,CAAC;AACxC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,yBAAyB,CAAC;AACxC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,wBAAwB,CAAC"}
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
import { InjectionToken } from '@angular/core';
|
|
2
|
-
import { Observable } from 'rxjs';
|
|
3
|
-
import { AsyncStorageService } from './async-storage.service';
|
|
4
|
-
import { LogService } from '../log';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
/** @internal */
|
|
7
|
-
export declare const localForage: any;
|
|
8
|
-
export declare const LOCAL_FORAGE_SERVICE_CONFIG_TOKEN: InjectionToken<any>;
|
|
9
|
-
/**
|
|
10
|
-
* localforage service, using the localForage javascript library
|
|
11
|
-
* https://localforage.github.io/localForage
|
|
12
|
-
*/
|
|
13
|
-
export declare class LocalForageService extends AsyncStorageService {
|
|
14
|
-
protected config: any;
|
|
15
|
-
protected log: LogService;
|
|
16
|
-
static NAME: string;
|
|
17
|
-
constructor(config: any, log: LogService);
|
|
18
|
-
/**
|
|
19
|
-
* the name of the storage service
|
|
20
|
-
*/
|
|
21
|
-
name(): string;
|
|
22
|
-
/**
|
|
23
|
-
* reflects the readiness of the storage
|
|
24
|
-
* @returns one time emission Observable<void>
|
|
25
|
-
*/
|
|
26
|
-
ready(): Observable<any>;
|
|
27
|
-
/**
|
|
28
|
-
* retrieve an object from localforage
|
|
29
|
-
* @param key the associated key
|
|
30
|
-
* @returns one time emission Observable of value
|
|
31
|
-
*/
|
|
32
|
-
get(key: string): Observable<any>;
|
|
33
|
-
/**
|
|
34
|
-
* sets an object in localforage
|
|
35
|
-
* @param key the associated key
|
|
36
|
-
* @param value the value to set
|
|
37
|
-
* @returns one time emission Observable
|
|
38
|
-
*/
|
|
39
|
-
set(key: string, value: any): Observable<any>;
|
|
40
|
-
/**
|
|
41
|
-
* removes an object from localforage
|
|
42
|
-
* @param key the associated key
|
|
43
|
-
* @returns one time emission Observable
|
|
44
|
-
*/
|
|
45
|
-
remove(key: string): Observable<any>;
|
|
46
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<LocalForageService, [{ optional: true; }, { optional: true; }]>;
|
|
47
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<LocalForageService>;
|
|
48
|
-
}
|
|
49
|
-
//# sourceMappingURL=local-forage.service.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"local-forage.service.d.ts","sourceRoot":"","sources":["../../../../src/lib/services/storage/local-forage.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAsB,cAAc,EAAY,MAAM,eAAe,CAAC;AAC7E,OAAO,EAAQ,UAAU,EAAE,MAAM,MAAM,CAAC;AAGxC,OAAO,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAC9D,OAAO,EAAE,UAAU,EAAE,MAAM,QAAQ,CAAC;;AAEpC,gBAAgB;AAGhB,eAAO,MAAM,WAAW,EAAE,GAA+C,CAAC;AAG1E,eAAO,MAAM,iCAAiC,qBAAyD,CAAC;AAExG;;;GAGG;AACH,qBACa,kBAAmB,SAAQ,mBAAmB;IAMI,SAAS,CAAC,MAAM,EAAE,GAAG;IAChE,SAAS,CAAC,GAAG,EAAE,UAAU;IANzC,MAAM,CAAC,IAAI,SAAwB;gBAKkC,MAAM,EAAE,GAAG,EACtD,GAAG,EAAE,UAAU;IASzC;;OAEG;IACH,IAAI,IAAI,MAAM;IAId;;;OAGG;IAGH,KAAK,IAAI,UAAU,CAAC,GAAG,CAAC;IAcxB;;;;OAIG;IAGH,GAAG,CAAC,GAAG,EAAE,MAAM,GAAG,UAAU,CAAC,GAAG,CAAC;IAejC;;;;;OAKG;IAGH,GAAG,CAAC,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,GAAG,GAAG,UAAU,CAAC,GAAG,CAAC;IAe7C;;;;OAIG;IAGH,MAAM,CAAC,GAAG,EAAE,MAAM,GAAG,UAAU,CAAC,GAAG,CAAC;yCA/F3B,kBAAkB;6CAAlB,kBAAkB;CA4G9B"}
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import { StorageService } from './storage.service';
|
|
2
|
-
import { LogService } from '../log/log.service';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
/**
|
|
5
|
-
* localStorage service
|
|
6
|
-
*/
|
|
7
|
-
export declare class LocalStorageService extends StorageService {
|
|
8
|
-
protected log: LogService;
|
|
9
|
-
private platformId;
|
|
10
|
-
static NAME: string;
|
|
11
|
-
constructor(log: LogService, platformId: unknown);
|
|
12
|
-
/**
|
|
13
|
-
* the name of the storage service
|
|
14
|
-
*/
|
|
15
|
-
name(): string;
|
|
16
|
-
/**
|
|
17
|
-
* retrieve an object from local storage
|
|
18
|
-
* @param key the associated key
|
|
19
|
-
* @returns the value or undefined, if case of error
|
|
20
|
-
*/
|
|
21
|
-
get(key: string): any;
|
|
22
|
-
/**
|
|
23
|
-
* sets an object in local storage
|
|
24
|
-
* @param key the associated key
|
|
25
|
-
* @param value the value to set
|
|
26
|
-
*/
|
|
27
|
-
set(key: string, value: any): void;
|
|
28
|
-
/**
|
|
29
|
-
* removes an object from local storage
|
|
30
|
-
* @param key the associated key
|
|
31
|
-
*/
|
|
32
|
-
remove(key: string): void;
|
|
33
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<LocalStorageService, [{ optional: true; }, null]>;
|
|
34
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<LocalStorageService>;
|
|
35
|
-
}
|
|
36
|
-
//# sourceMappingURL=local-storage.service.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"local-storage.service.d.ts","sourceRoot":"","sources":["../../../../src/lib/services/storage/local-storage.service.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AACnD,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;;AAEhD;;GAEG;AACH,qBACa,mBAAoB,SAAQ,cAAc;IAG3B,SAAS,CAAC,GAAG,EAAE,UAAU;IAAuB,OAAO,CAAC,UAAU;IAF1F,MAAM,CAAC,IAAI,SAAyB;gBAEF,GAAG,EAAE,UAAU,EAA+B,UAAU,EAAE,OAAO;IAInG;;OAEG;IACH,IAAI,IAAI,MAAM;IAId;;;;OAIG;IAGH,GAAG,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG;IAcrB;;;;OAIG;IAGH,GAAG,CAAC,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,GAAG,GAAG,IAAI;IAalC;;;OAGG;IACH,MAAM,CAAC,GAAG,EAAE,MAAM,GAAG,IAAI;yCA3DhB,mBAAmB;6CAAnB,mBAAmB;CAsE/B"}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { StorageService } from './storage.service';
|
|
2
|
-
import { LogService } from '../log/log.service';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
/**
|
|
5
|
-
* sessionStorage service
|
|
6
|
-
*/
|
|
7
|
-
export declare class SessionStorageService extends StorageService {
|
|
8
|
-
protected log: LogService;
|
|
9
|
-
static NAME: string;
|
|
10
|
-
constructor(log: LogService);
|
|
11
|
-
/**
|
|
12
|
-
* the name of the storage service
|
|
13
|
-
*/
|
|
14
|
-
name(): string;
|
|
15
|
-
/**
|
|
16
|
-
* retrieve an object from session storage
|
|
17
|
-
* @param key the associated key
|
|
18
|
-
* @returns the value or undefined, if case of error
|
|
19
|
-
*/
|
|
20
|
-
get(key: string): any;
|
|
21
|
-
/**
|
|
22
|
-
* sets an object in session storage
|
|
23
|
-
* @param key the associated key
|
|
24
|
-
* @param value the value to set
|
|
25
|
-
*/
|
|
26
|
-
set(key: string, value: any): void;
|
|
27
|
-
/**
|
|
28
|
-
* removes an object from session storage
|
|
29
|
-
* @param key the associated key
|
|
30
|
-
*/
|
|
31
|
-
remove(key: string): void;
|
|
32
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SessionStorageService, [{ optional: true; }]>;
|
|
33
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<SessionStorageService>;
|
|
34
|
-
}
|
|
35
|
-
//# sourceMappingURL=session-storage.service.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"session-storage.service.d.ts","sourceRoot":"","sources":["../../../../src/lib/services/storage/session-storage.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AACnD,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;;AAEhD;;GAEG;AACH,qBACa,qBAAsB,SAAQ,cAAc;IAG7B,SAAS,CAAC,GAAG,EAAE,UAAU;IAFjD,MAAM,CAAC,IAAI,SAA2B;gBAEJ,GAAG,EAAE,UAAU;IAIjD;;OAEG;IACH,IAAI,IAAI,MAAM;IAId;;;;OAIG;IAGH,GAAG,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG;IAYrB;;;;OAIG;IAGH,GAAG,CAAC,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,GAAG,GAAG,IAAI;IAWlC;;;OAGG;IACH,MAAM,CAAC,GAAG,EAAE,MAAM,GAAG,IAAI;yCAvDhB,qBAAqB;6CAArB,qBAAqB;CAgEjC"}
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generic storage service. Concrete storage services must extend this class
|
|
3
|
-
*/
|
|
4
|
-
export declare abstract class StorageService {
|
|
5
|
-
/**
|
|
6
|
-
* utility function, to determine the storage implementation
|
|
7
|
-
*/
|
|
8
|
-
abstract name(): string;
|
|
9
|
-
/**
|
|
10
|
-
* retrieve an object from storage
|
|
11
|
-
* @param key the associated key
|
|
12
|
-
* @returns the value or undefined, if case of error
|
|
13
|
-
*/
|
|
14
|
-
abstract get(key: string): any;
|
|
15
|
-
abstract get<T>(key: string): T;
|
|
16
|
-
/**
|
|
17
|
-
* sets an object in storage
|
|
18
|
-
* @param key the associated key
|
|
19
|
-
* @param value the value to set
|
|
20
|
-
*/
|
|
21
|
-
abstract set(key: string, value: any): void;
|
|
22
|
-
abstract set<T>(key: string, value: T): void;
|
|
23
|
-
/**
|
|
24
|
-
* removes an object from storage
|
|
25
|
-
* @param key the associated key
|
|
26
|
-
*/
|
|
27
|
-
abstract remove(key: string): void;
|
|
28
|
-
}
|
|
29
|
-
//# sourceMappingURL=storage.service.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"storage.service.d.ts","sourceRoot":"","sources":["../../../../src/lib/services/storage/storage.service.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,8BAAsB,cAAc;IAChC;;OAEG;IACH,QAAQ,CAAC,IAAI,IAAI,MAAM;IAEvB;;;;OAIG;IAGH,QAAQ,CAAC,GAAG,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG;IAC9B,QAAQ,CAAC,GAAG,CAAC,CAAC,EAAE,GAAG,EAAE,MAAM,GAAG,CAAC;IAE/B;;;;OAIG;IAGH,QAAQ,CAAC,GAAG,CAAC,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,GAAG,GAAG,IAAI;IAC3C,QAAQ,CAAC,GAAG,CAAC,CAAC,EAAE,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,CAAC,GAAG,IAAI;IAE5C;;;OAGG;IACH,QAAQ,CAAC,MAAM,CAAC,GAAG,EAAE,MAAM,GAAG,IAAI;CACrC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"storage.service.mock.d.ts","sourceRoot":"","sources":["../../../../src/lib/services/storage/storage.service.mock.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AAEnD,qBAAa,kBAAmB,SAAQ,cAAc;IAClD,IAAI,IAAI,MAAM;IAId,GAAG,IAAI,IAAI;IAIX,GAAG,IAAI,IAAI;IAEX,MAAM,IAAI,IAAI;CACjB"}
|
|
@@ -1,119 +0,0 @@
|
|
|
1
|
-
import { ActivatedRoute } from '@angular/router';
|
|
2
|
-
import { Action } from '../ngrx_kit';
|
|
3
|
-
import { ModuleConfig, ApiQueueItem } from '@eui/base';
|
|
4
|
-
/**
|
|
5
|
-
* @deprecated it will be removed in the next major version
|
|
6
|
-
*/
|
|
7
|
-
export declare enum CoreAppActionTypes {
|
|
8
|
-
INIT_STORE = "[App] Init store",
|
|
9
|
-
UPDATE_APP_VERSION = "[App] Update version",
|
|
10
|
-
UPDATE_APP_CONNECTION = "[App] Update connection",
|
|
11
|
-
ADD_APP_LOADED_CONFIG_MODULES = "[App] Update app loaded config modules",
|
|
12
|
-
UPDATE_APP_STATUS = "[App] Update status",
|
|
13
|
-
UPDATE_CURRENT_MODULE = "[App] Update current module",
|
|
14
|
-
ACTIVATED_ROUTE = "[App] Activated route",
|
|
15
|
-
ADD_API_QUEUE_ITEM = "[App] Add API queue item",
|
|
16
|
-
REMOVE_API_QUEUE_ITEM = "[App] Remove API queue item",
|
|
17
|
-
EMPTY_API_QUEUE = "[App] empty API queue"
|
|
18
|
-
}
|
|
19
|
-
/**
|
|
20
|
-
* @deprecated it will be removed in the next major version
|
|
21
|
-
*/
|
|
22
|
-
export declare class InitStoreAction implements Action {
|
|
23
|
-
payload: {
|
|
24
|
-
version?: string;
|
|
25
|
-
};
|
|
26
|
-
type: CoreAppActionTypes;
|
|
27
|
-
constructor(payload: {
|
|
28
|
-
version?: string;
|
|
29
|
-
});
|
|
30
|
-
}
|
|
31
|
-
/**
|
|
32
|
-
* @deprecated it will be removed in the next major version
|
|
33
|
-
*/
|
|
34
|
-
export declare class UpdateAppVersionAction implements Action {
|
|
35
|
-
payload: string;
|
|
36
|
-
type: CoreAppActionTypes;
|
|
37
|
-
constructor(payload: string);
|
|
38
|
-
}
|
|
39
|
-
/**
|
|
40
|
-
* @deprecated it will be removed in the next major version
|
|
41
|
-
*/
|
|
42
|
-
export declare class UpdateAppConnectionAction implements Action {
|
|
43
|
-
payload: boolean;
|
|
44
|
-
type: CoreAppActionTypes;
|
|
45
|
-
constructor(payload: boolean);
|
|
46
|
-
}
|
|
47
|
-
/**
|
|
48
|
-
* @deprecated it will be removed in the next major version
|
|
49
|
-
*/
|
|
50
|
-
export declare class AddAppLoadedConfigModulesAction implements Action {
|
|
51
|
-
payload: {
|
|
52
|
-
moduleName: string;
|
|
53
|
-
moduleConfig: ModuleConfig;
|
|
54
|
-
};
|
|
55
|
-
type: CoreAppActionTypes;
|
|
56
|
-
constructor(payload: {
|
|
57
|
-
moduleName: string;
|
|
58
|
-
moduleConfig: ModuleConfig;
|
|
59
|
-
});
|
|
60
|
-
}
|
|
61
|
-
/**
|
|
62
|
-
* @deprecated it will be removed in the next major version
|
|
63
|
-
*/
|
|
64
|
-
export declare class UpdateAppStatusAction implements Action {
|
|
65
|
-
payload: string;
|
|
66
|
-
type: CoreAppActionTypes;
|
|
67
|
-
constructor(payload: string);
|
|
68
|
-
}
|
|
69
|
-
/**
|
|
70
|
-
* @deprecated it will be removed in the next major version
|
|
71
|
-
*/
|
|
72
|
-
export declare class UpdateCurrentModuleAction implements Action {
|
|
73
|
-
payload: string;
|
|
74
|
-
type: CoreAppActionTypes;
|
|
75
|
-
constructor(payload: string);
|
|
76
|
-
}
|
|
77
|
-
/**
|
|
78
|
-
* @deprecated it will be removed in the next major version
|
|
79
|
-
*/
|
|
80
|
-
export declare class ActivatedRouteAction implements Action {
|
|
81
|
-
payload: ActivatedRoute;
|
|
82
|
-
type: CoreAppActionTypes;
|
|
83
|
-
constructor(payload: ActivatedRoute);
|
|
84
|
-
}
|
|
85
|
-
/**
|
|
86
|
-
* @deprecated it will be removed in the next major version
|
|
87
|
-
*/
|
|
88
|
-
export declare class AddApiQueueItemAction implements Action {
|
|
89
|
-
payload: {
|
|
90
|
-
id: string;
|
|
91
|
-
item: ApiQueueItem;
|
|
92
|
-
};
|
|
93
|
-
type: CoreAppActionTypes;
|
|
94
|
-
constructor(payload: {
|
|
95
|
-
id: string;
|
|
96
|
-
item: ApiQueueItem;
|
|
97
|
-
});
|
|
98
|
-
}
|
|
99
|
-
/**
|
|
100
|
-
* @deprecated it will be removed in the next major version
|
|
101
|
-
*/
|
|
102
|
-
export declare class RemoveApiQueueItemAction implements Action {
|
|
103
|
-
payload: string;
|
|
104
|
-
type: CoreAppActionTypes;
|
|
105
|
-
constructor(payload: string);
|
|
106
|
-
}
|
|
107
|
-
/**
|
|
108
|
-
* @deprecated it will be removed in the next major version
|
|
109
|
-
*/
|
|
110
|
-
export declare class EmptyApiQueueAction implements Action {
|
|
111
|
-
payload: any;
|
|
112
|
-
type: CoreAppActionTypes;
|
|
113
|
-
constructor(payload: any);
|
|
114
|
-
}
|
|
115
|
-
/**
|
|
116
|
-
* @deprecated it will be removed in the next major version
|
|
117
|
-
*/
|
|
118
|
-
export type CoreAppActions = InitStoreAction | UpdateAppVersionAction | UpdateAppConnectionAction | AddAppLoadedConfigModulesAction | UpdateAppStatusAction | UpdateCurrentModuleAction | ActivatedRouteAction | AddApiQueueItemAction | RemoveApiQueueItemAction;
|
|
119
|
-
//# sourceMappingURL=app.actions.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
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,21 +0,0 @@
|
|
|
1
|
-
import { Action } from '../ngrx_kit';
|
|
2
|
-
import { I18nState } from '@eui/base';
|
|
3
|
-
/**
|
|
4
|
-
* @deprecated it will be removed in the next major version
|
|
5
|
-
*/
|
|
6
|
-
export declare enum CoreI18nActionTypes {
|
|
7
|
-
UPDATE_I18N_STATE = "[I18n] Update I18n State"
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* @deprecated it will be removed in the next major version
|
|
11
|
-
*/
|
|
12
|
-
export declare class UpdateI18nStateAction implements Action {
|
|
13
|
-
payload: I18nState;
|
|
14
|
-
type: CoreI18nActionTypes;
|
|
15
|
-
constructor(payload: I18nState);
|
|
16
|
-
}
|
|
17
|
-
/**
|
|
18
|
-
* @deprecated it will be removed in the next major version
|
|
19
|
-
*/
|
|
20
|
-
export type CoreI18nActions = UpdateI18nStateAction;
|
|
21
|
-
//# sourceMappingURL=i18n.actions.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
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 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/lib/services/store/actions/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,yBAAyB,CAAC;AACxC,cAAc,kBAAkB,CAAC"}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { Action } from '../ngrx_kit';
|
|
2
|
-
import { LocaleState } from '@eui/base';
|
|
3
|
-
/**
|
|
4
|
-
* @deprecated it will be removed in the next major version
|
|
5
|
-
*/
|
|
6
|
-
export declare enum CoreLocaleActionTypes {
|
|
7
|
-
UPDATE_LOCALE_STATE = "[Locale] Update Locale State"
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* @deprecated it will be removed in the next major version
|
|
11
|
-
*/
|
|
12
|
-
export declare class UpdateLocaleStateAction implements Action {
|
|
13
|
-
payload: LocaleState;
|
|
14
|
-
type: CoreLocaleActionTypes;
|
|
15
|
-
constructor(payload: LocaleState);
|
|
16
|
-
}
|
|
17
|
-
/**
|
|
18
|
-
* @deprecated it will be removed in the next major version
|
|
19
|
-
*/
|
|
20
|
-
export type CoreLocaleActions = UpdateLocaleStateAction;
|
|
21
|
-
//# sourceMappingURL=locale.actions.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
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"}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { Action } from '../ngrx_kit';
|
|
2
|
-
/**
|
|
3
|
-
* @deprecated it will be removed in the next major version
|
|
4
|
-
*/
|
|
5
|
-
export declare enum CoreNotificationsActionTypes {
|
|
6
|
-
UPDATE_NOTIFICATIONS_LIST = "[Notif] Update list"
|
|
7
|
-
}
|
|
8
|
-
/**
|
|
9
|
-
* @deprecated it will be removed in the next major version
|
|
10
|
-
*/
|
|
11
|
-
export declare class UpdateNotificationsListAction implements Action {
|
|
12
|
-
payload: any[];
|
|
13
|
-
type: CoreNotificationsActionTypes;
|
|
14
|
-
constructor(payload: any[]);
|
|
15
|
-
}
|
|
16
|
-
/**
|
|
17
|
-
* @deprecated it will be removed in the next major version
|
|
18
|
-
*/
|
|
19
|
-
export type CoreNotificationsActions = UpdateNotificationsListAction;
|
|
20
|
-
//# sourceMappingURL=notifications.actions.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"notifications.actions.d.ts","sourceRoot":"","sources":["../../../../../src/lib/services/store/actions/notifications.actions.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,aAAa,CAAC;AAErC;;GAEG;AACH,oBAAY,4BAA4B;IACpC,yBAAyB,wBAAwB;CACpD;AAED;;GAEG;AACH,qBAAa,6BAA8B,YAAW,MAAM;IAIrC,OAAO,EAAE,GAAG,EAAE;IAHjC,IAAI,+BAA0D;gBAG3C,OAAO,EAAE,GAAG,EAAE;CACpC;AAED;;GAEG;AACH,MAAM,MAAM,wBAAwB,GAAG,6BAA6B,CAAC"}
|
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
import { Action } from '../ngrx_kit';
|
|
2
|
-
import { UserState, UserDetails, UserPreferences, EuiUserRight } from '@eui/base';
|
|
3
|
-
/**
|
|
4
|
-
* @deprecated it will be removed in the next major version
|
|
5
|
-
*/
|
|
6
|
-
export declare enum CoreUserActionTypes {
|
|
7
|
-
UPDATE_USER_STATE = "[User] Update User state",
|
|
8
|
-
UPDATE_USER_DETAILS = "[User] Update details",
|
|
9
|
-
UPDATE_USER_PREFERENCES = "[User] Update preferences",
|
|
10
|
-
UPDATE_USER_RIGHTS = "[User] Update rights",
|
|
11
|
-
UPDATE_USER_DASHBOARD = "[User] Update dashboard"
|
|
12
|
-
}
|
|
13
|
-
/**
|
|
14
|
-
* @deprecated it will be removed in the next major version
|
|
15
|
-
*/
|
|
16
|
-
export declare class UpdateUserStateAction implements Action {
|
|
17
|
-
payload: UserState;
|
|
18
|
-
type: CoreUserActionTypes;
|
|
19
|
-
constructor(payload: UserState);
|
|
20
|
-
}
|
|
21
|
-
/**
|
|
22
|
-
* @deprecated it will be removed in the next major version
|
|
23
|
-
*/
|
|
24
|
-
export declare class UpdateUserDetailsAction implements Action {
|
|
25
|
-
payload: UserDetails;
|
|
26
|
-
type: CoreUserActionTypes;
|
|
27
|
-
constructor(payload: UserDetails);
|
|
28
|
-
}
|
|
29
|
-
/**
|
|
30
|
-
* @deprecated it will be removed in the next major version
|
|
31
|
-
*/
|
|
32
|
-
export declare class UpdateUserPreferencesAction implements Action {
|
|
33
|
-
payload: UserPreferences;
|
|
34
|
-
type: CoreUserActionTypes;
|
|
35
|
-
constructor(payload: UserPreferences);
|
|
36
|
-
}
|
|
37
|
-
/**
|
|
38
|
-
* @deprecated it will be removed in the next major version
|
|
39
|
-
*/
|
|
40
|
-
export declare class UpdateUserRightsAction implements Action {
|
|
41
|
-
payload: EuiUserRight[];
|
|
42
|
-
type: CoreUserActionTypes;
|
|
43
|
-
constructor(payload: EuiUserRight[]);
|
|
44
|
-
}
|
|
45
|
-
/**
|
|
46
|
-
* @deprecated it will be removed in the next major version
|
|
47
|
-
*/
|
|
48
|
-
export declare class UpdateUserDashboardAction implements Action {
|
|
49
|
-
payload: unknown;
|
|
50
|
-
type: CoreUserActionTypes;
|
|
51
|
-
constructor(payload: unknown);
|
|
52
|
-
}
|
|
53
|
-
/**
|
|
54
|
-
* @deprecated it will be removed in the next major version
|
|
55
|
-
*/
|
|
56
|
-
export type CoreUserActions = UpdateUserDetailsAction | UpdateUserPreferencesAction | UpdateUserRightsAction | UpdateUserDashboardAction;
|
|
57
|
-
//# sourceMappingURL=user.actions.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"user.actions.d.ts","sourceRoot":"","sources":["../../../../../src/lib/services/store/actions/user.actions.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,aAAa,CAAC;AACrC,OAAO,EAAE,SAAS,EAAE,WAAW,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC;AAElF;;GAEG;AACH,oBAAY,mBAAmB;IAC3B,iBAAiB,6BAA6B;IAC9C,mBAAmB,0BAA0B;IAC7C,uBAAuB,8BAA8B;IACrD,kBAAkB,yBAAyB;IAC3C,qBAAqB,4BAA4B;CACpD;AAED;;GAEG;AACH,qBAAa,qBAAsB,YAAW,MAAM;IAG7B,OAAO,EAAE,SAAS;IAFrC,IAAI,sBAAyC;gBAE1B,OAAO,EAAE,SAAS;CACxC;AAED;;GAEG;AACH,qBAAa,uBAAwB,YAAW,MAAM;IAG/B,OAAO,EAAE,WAAW;IAFvC,IAAI,sBAA2C;gBAE5B,OAAO,EAAE,WAAW;CAC1C;AAED;;GAEG;AACH,qBAAa,2BAA4B,YAAW,MAAM;IAGnC,OAAO,EAAE,eAAe;IAF3C,IAAI,sBAA+C;gBAEhC,OAAO,EAAE,eAAe;CAC9C;AAED;;GAEG;AACH,qBAAa,sBAAuB,YAAW,MAAM;IAG9B,OAAO,EAAE,YAAY,EAAE;IAF1C,IAAI,sBAA0C;gBAE3B,OAAO,EAAE,YAAY,EAAE;CAC7C;AAED;;GAEG;AACH,qBAAa,yBAA0B,YAAW,MAAM;IAGjC,OAAO,EAAE,OAAO;IAFnC,IAAI,sBAA6C;gBAE9B,OAAO,EAAE,OAAO;CACtC;AAED;;GAEG;AACH,MAAM,MAAM,eAAe,GAAG,uBAAuB,GAAG,2BAA2B,GAAG,sBAAsB,GAAG,yBAAyB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/lib/services/store/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC;AACjC,cAAc,iBAAiB,CAAC;AAChC,cAAc,sBAAsB,CAAC"}
|
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* A function that takes an `Action` and a `State`, and returns a `State`.
|
|
3
|
-
* See `createReducer`.
|
|
4
|
-
*/
|
|
5
|
-
export interface ActionReducer<T, V extends Action = Action> {
|
|
6
|
-
(state: T | undefined, action: V): T;
|
|
7
|
-
}
|
|
8
|
-
export type ActionReducerMap<T, V extends Action = Action> = {
|
|
9
|
-
[p in keyof T]: ActionReducer<T[p], V>;
|
|
10
|
-
};
|
|
11
|
-
export interface Action<Type extends string = string> {
|
|
12
|
-
type: Type;
|
|
13
|
-
}
|
|
14
|
-
export type Selector<T, V> = (state: T) => V;
|
|
15
|
-
export type SelectorWithProps<State, Props, Result> = (state: State, props: Props) => Result;
|
|
16
|
-
export type AnyFn = (...args: any[]) => any;
|
|
17
|
-
export type MemoizedProjection = {
|
|
18
|
-
memoized: AnyFn;
|
|
19
|
-
reset: () => void;
|
|
20
|
-
setResult: (result?: any) => void;
|
|
21
|
-
clearResult: () => void;
|
|
22
|
-
};
|
|
23
|
-
export type MemoizeFn = (t: AnyFn) => MemoizedProjection;
|
|
24
|
-
export type ComparatorFn = (a: any, b: any) => boolean;
|
|
25
|
-
export type DefaultProjectorFn<T> = (...args: any[]) => T;
|
|
26
|
-
export interface MemoizedSelector<State, Result, ProjectorFn = DefaultProjectorFn<Result>> extends Selector<State, Result> {
|
|
27
|
-
release(): void;
|
|
28
|
-
projector: ProjectorFn;
|
|
29
|
-
setResult: (result?: Result) => void;
|
|
30
|
-
clearResult: () => void;
|
|
31
|
-
}
|
|
32
|
-
/**
|
|
33
|
-
* @deprecated Selectors with props are deprecated, for more info see the {@link https://ngrx.io/guide/migration/v12#ngrxstore migration guide}
|
|
34
|
-
*/
|
|
35
|
-
export interface MemoizedSelectorWithProps<State, Props, Result, ProjectorFn = DefaultProjectorFn<Result>> extends SelectorWithProps<State, Props, Result> {
|
|
36
|
-
release(): void;
|
|
37
|
-
projector: ProjectorFn;
|
|
38
|
-
setResult: (result?: Result) => void;
|
|
39
|
-
clearResult: () => void;
|
|
40
|
-
}
|
|
41
|
-
export declare function isEqualCheck(a: any, b: any): boolean;
|
|
42
|
-
export declare function defaultMemoize(projectionFn: AnyFn, isArgumentsEqual?: typeof isEqualCheck, isResultEqual?: typeof isEqualCheck): MemoizedProjection;
|
|
43
|
-
export declare function createSelector<State, S1, Result>(s1: Selector<State, S1>, projector: (s1: S1) => Result): MemoizedSelector<State, Result, typeof projector>;
|
|
44
|
-
export declare function createSelector<State, Slices extends unknown[], Result>(selectors: Selector<State, unknown>[] & [
|
|
45
|
-
...{
|
|
46
|
-
[i in keyof Slices]: Selector<State, Slices[i]>;
|
|
47
|
-
}
|
|
48
|
-
], projector: (...s: Slices) => Result): MemoizedSelector<State, Result, (...s: Slices) => Result>;
|
|
49
|
-
export declare function defaultStateFn(state: any, selectors: Selector<any, any>[] | SelectorWithProps<any, any, any>[], props: any, memoizedProjector: MemoizedProjection): any;
|
|
50
|
-
export type SelectorFactoryConfig<T = any, V = any> = {
|
|
51
|
-
stateFn: (state: T, selectors: Selector<any, any>[], props: any, memoizedProjector: MemoizedProjection) => V;
|
|
52
|
-
};
|
|
53
|
-
export declare function createSelectorFactory<T = any, V = any>(memoize: MemoizeFn): (...input: any[]) => MemoizedSelector<T, V>;
|
|
54
|
-
//# sourceMappingURL=ngrx_kit.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ngrx_kit.d.ts","sourceRoot":"","sources":["../../../../src/lib/services/store/ngrx_kit.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,MAAM,WAAW,aAAa,CAAC,CAAC,EAAE,CAAC,SAAS,MAAM,GAAG,MAAM;IACvD,CAAC,KAAK,EAAE,CAAC,GAAG,SAAS,EAAE,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC;CACxC;AAED,MAAM,MAAM,gBAAgB,CAAC,CAAC,EAAE,CAAC,SAAS,MAAM,GAAG,MAAM,IAAI;KACxD,CAAC,IAAI,MAAM,CAAC,GAAG,aAAa,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC;CACzC,CAAC;AACF,MAAM,WAAW,MAAM,CAAC,IAAI,SAAS,MAAM,GAAG,MAAM;IAChD,IAAI,EAAE,IAAI,CAAC;CACd;AAKD,MAAM,MAAM,QAAQ,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,KAAK,EAAE,CAAC,KAAK,CAAC,CAAC;AAC7C,MAAM,MAAM,iBAAiB,CAAC,KAAK,EAAE,KAAK,EAAE,MAAM,IAAI,CAClD,KAAK,EAAE,KAAK,EACZ,KAAK,EAAE,KAAK,KACX,MAAM,CAAC;AAEZ,MAAM,MAAM,KAAK,GAAG,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,GAAG,CAAC;AAE5C,MAAM,MAAM,kBAAkB,GAAG;IAC7B,QAAQ,EAAE,KAAK,CAAC;IAChB,KAAK,EAAE,MAAM,IAAI,CAAC;IAClB,SAAS,EAAE,CAAC,MAAM,CAAC,EAAE,GAAG,KAAK,IAAI,CAAC;IAClC,WAAW,EAAE,MAAM,IAAI,CAAC;CAC3B,CAAC;AAEF,MAAM,MAAM,SAAS,GAAG,CAAC,CAAC,EAAE,KAAK,KAAK,kBAAkB,CAAC;AAEzD,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,GAAG,KAAK,OAAO,CAAC;AAEvD,MAAM,MAAM,kBAAkB,CAAC,CAAC,IAAI,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,CAAC,CAAC;AAE1D,MAAM,WAAW,gBAAgB,CAC7B,KAAK,EACL,MAAM,EACN,WAAW,GAAG,kBAAkB,CAAC,MAAM,CAAC,CAC1C,SAAQ,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAC;IAC7B,OAAO,IAAI,IAAI,CAAC;IAChB,SAAS,EAAE,WAAW,CAAC;IACvB,SAAS,EAAE,CAAC,MAAM,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IACrC,WAAW,EAAE,MAAM,IAAI,CAAC;CAC3B;AAED;;GAEG;AACH,MAAM,WAAW,yBAAyB,CACtC,KAAK,EACL,KAAK,EACL,MAAM,EACN,WAAW,GAAG,kBAAkB,CAAC,MAAM,CAAC,CAC1C,SAAQ,iBAAiB,CAAC,KAAK,EAAE,KAAK,EAAE,MAAM,CAAC;IAC7C,OAAO,IAAI,IAAI,CAAC;IAChB,SAAS,EAAE,WAAW,CAAC;IACvB,SAAS,EAAE,CAAC,MAAM,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IACrC,WAAW,EAAE,MAAM,IAAI,CAAC;CAC3B;AAED,wBAAgB,YAAY,CAAC,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,GAAG,GAAG,OAAO,CAEpD;AAeD,wBAAgB,cAAc,CAC1B,YAAY,EAAE,KAAK,EACnB,gBAAgB,sBAAe,EAC/B,aAAa,sBAAe,GAC7B,kBAAkB,CAkDpB;AAED,wBAAgB,cAAc,CAAC,KAAK,EAAE,EAAE,EAAE,MAAM,EAC5C,EAAE,EAAE,QAAQ,CAAC,KAAK,EAAE,EAAE,CAAC,EACvB,SAAS,EAAE,CAAC,EAAE,EAAE,EAAE,KAAK,MAAM,GAC9B,gBAAgB,CAAC,KAAK,EAAE,MAAM,EAAE,OAAO,SAAS,CAAC,CAAC;AAErD,wBAAgB,cAAc,CAAC,KAAK,EAAE,MAAM,SAAS,OAAO,EAAE,EAAE,MAAM,EAClE,SAAS,EAAE,QAAQ,CAAC,KAAK,EAAE,OAAO,CAAC,EAAE,GACjC;IAAC,GAAG;SAAG,CAAC,IAAI,MAAM,MAAM,GAAG,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC;KAAE;CAAC,EAC5D,SAAS,EAAE,CAAC,GAAG,CAAC,EAAE,MAAM,KAAK,MAAM,GACpC,gBAAgB,CAAC,KAAK,EAAE,MAAM,EAAE,CAAC,GAAG,CAAC,EAAE,MAAM,KAAK,MAAM,CAAC,CAAC;AAQ7D,wBAAgB,cAAc,CAC1B,KAAK,EAAE,GAAG,EACV,SAAS,EAAE,QAAQ,CAAC,GAAG,EAAE,GAAG,CAAC,EAAE,GAAG,iBAAiB,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC,EAAE,EACpE,KAAK,EAAE,GAAG,EACV,iBAAiB,EAAE,kBAAkB,GACtC,GAAG,CAUL;AAED,MAAM,MAAM,qBAAqB,CAAC,CAAC,GAAG,GAAG,EAAE,CAAC,GAAG,GAAG,IAAI;IAClD,OAAO,EAAE,CACL,KAAK,EAAE,CAAC,EACR,SAAS,EAAE,QAAQ,CAAC,GAAG,EAAE,GAAG,CAAC,EAAE,EAC/B,KAAK,EAAE,GAAG,EACV,iBAAiB,EAAE,kBAAkB,KACpC,CAAC,CAAC;CACV,CAAC;AAEF,wBAAgB,qBAAqB,CAAC,CAAC,GAAG,GAAG,EAAE,CAAC,GAAG,GAAG,EAClD,OAAO,EAAE,SAAS,GACnB,CAAC,GAAG,KAAK,EAAE,GAAG,EAAE,KAAK,gBAAgB,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { Action } from '../ngrx_kit';
|
|
2
|
-
import { AppState } from '@eui/base';
|
|
3
|
-
/**
|
|
4
|
-
* @deprecated it will be removed in the next major version
|
|
5
|
-
*/
|
|
6
|
-
export declare const coreAppReducers: (state: AppState, action: Action) => AppState;
|
|
7
|
-
//# sourceMappingURL=app.reducers.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"app.reducers.d.ts","sourceRoot":"","sources":["../../../../../src/lib/services/store/reducers/app.reducers.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,aAAa,CAAC;AAarC,OAAO,EAAE,QAAQ,EAAmB,MAAM,WAAW,CAAC;AA2CtD;;GAEG;AACH,eAAO,MAAM,eAAe,EAAE,CAAC,KAAK,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,KAAK,QAMlE,CAAC"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { ActionReducerMap } from '../ngrx_kit';
|
|
2
|
-
import { CoreState } from '@eui/base';
|
|
3
|
-
/**
|
|
4
|
-
* @deprecated it will be removed in the next major version
|
|
5
|
-
*/
|
|
6
|
-
export declare const coreReducers: ActionReducerMap<CoreState, any>;
|
|
7
|
-
//# sourceMappingURL=core.reducers.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"core.reducers.d.ts","sourceRoot":"","sources":["../../../../../src/lib/services/store/reducers/core.reducers.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;AAC/C,OAAO,EAAE,SAAS,EAAE,MAAM,WAAW,CAAC;AAOtC;;GAEG;AAGH,eAAO,MAAM,YAAY,EAAE,gBAAgB,CAAC,SAAS,EAAE,GAAG,CASzD,CAAC"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { Action } from '../ngrx_kit';
|
|
2
|
-
import { I18nState } from '@eui/base';
|
|
3
|
-
/**
|
|
4
|
-
* @deprecated it will be removed in the next major version
|
|
5
|
-
*/
|
|
6
|
-
export declare const corI18nReducers: (state: I18nState, action: Action) => I18nState;
|
|
7
|
-
//# sourceMappingURL=i18n.reducers.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"i18n.reducers.d.ts","sourceRoot":"","sources":["../../../../../src/lib/services/store/reducers/i18n.reducers.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,aAAa,CAAC;AACrC,OAAO,EAAE,SAAS,EAAoB,MAAM,WAAW,CAAC;AAkBxD;;GAEG;AACH,eAAO,MAAM,eAAe,EAAE,CAAC,KAAK,EAAE,SAAS,EAAE,MAAM,EAAE,MAAM,KAAK,SAKnE,CAAC"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
export * from './app.reducers';
|
|
2
|
-
export { coreReducers as reducers } from './core.reducers';
|
|
3
|
-
export * from './i18n.reducers';
|
|
4
|
-
export * from './user.reducers';
|
|
5
|
-
export * from './notifications.reducers';
|
|
6
|
-
export * from './meta.reducers';
|
|
7
|
-
export * from './locale.reducers';
|
|
8
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/lib/services/store/reducers/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAC;AAC/B,OAAO,EAAE,YAAY,IAAI,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAC3D,cAAc,iBAAiB,CAAC;AAChC,cAAc,iBAAiB,CAAC;AAChC,cAAc,0BAA0B,CAAC;AACzC,cAAc,iBAAiB,CAAC;AAChC,cAAc,mBAAmB,CAAC"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { Action } from '../ngrx_kit';
|
|
2
|
-
import { LocaleState } from '@eui/base';
|
|
3
|
-
/**
|
|
4
|
-
* @deprecated it will be removed in the next major version
|
|
5
|
-
*/
|
|
6
|
-
export declare const coreLocaleReducers: (state: LocaleState, action: Action) => LocaleState;
|
|
7
|
-
//# sourceMappingURL=locale.reducers.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"locale.reducers.d.ts","sourceRoot":"","sources":["../../../../../src/lib/services/store/reducers/locale.reducers.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,aAAa,CAAC;AACrC,OAAO,EAAE,WAAW,EAAsB,MAAM,WAAW,CAAC;AAkB5D;;GAEG;AACH,eAAO,MAAM,kBAAkB,EAAE,CAAC,KAAK,EAAE,WAAW,EAAE,MAAM,EAAE,MAAM,KAAK,WAQxE,CAAC"}
|