@eui/core 15.4.0 → 15.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (213) hide show
  1. package/LICENSE +296 -296
  2. package/README.md +26 -26
  3. package/assets/i18n-eui/bg.json +114 -114
  4. package/assets/i18n-eui/cs.json +114 -114
  5. package/assets/i18n-eui/da.json +114 -114
  6. package/assets/i18n-eui/de.json +114 -114
  7. package/assets/i18n-eui/el.json +114 -114
  8. package/assets/i18n-eui/en.json +113 -113
  9. package/assets/i18n-eui/es.json +114 -114
  10. package/assets/i18n-eui/et.json +114 -114
  11. package/assets/i18n-eui/fi.json +114 -114
  12. package/assets/i18n-eui/fr.json +114 -114
  13. package/assets/i18n-eui/ga.json +114 -114
  14. package/assets/i18n-eui/hr.json +114 -114
  15. package/assets/i18n-eui/hu.json +114 -114
  16. package/assets/i18n-eui/it.json +114 -114
  17. package/assets/i18n-eui/lt.json +114 -114
  18. package/assets/i18n-eui/lv.json +114 -114
  19. package/assets/i18n-eui/mt.json +114 -114
  20. package/assets/i18n-eui/nl.json +114 -114
  21. package/assets/i18n-eui/pl.json +114 -114
  22. package/assets/i18n-eui/pt.json +114 -114
  23. package/assets/i18n-eui/ro.json +114 -114
  24. package/assets/i18n-eui/sk.json +114 -114
  25. package/assets/i18n-eui/sl.json +114 -114
  26. package/assets/i18n-eui/sv.json +114 -114
  27. package/docs/classes/RouterMock.html +5 -5
  28. package/docs/dependencies.html +95 -7
  29. package/docs/index.html +36 -59
  30. package/docs/injectables/CoreAppEffects.html +51 -51
  31. package/docs/js/menu-wc.js +12 -7
  32. package/docs/js/menu-wc_es5.js +1 -1
  33. package/docs/js/search/search_index.js +2 -2
  34. package/docs/miscellaneous/variables.html +1211 -1211
  35. package/docs/overview.html +171 -0
  36. package/esm2020/eui-core.mjs +4 -4
  37. package/esm2020/index.mjs +13 -13
  38. package/esm2020/lib/eui-core.module.mjs +78 -78
  39. package/esm2020/lib/helpers/date-helpers.mjs +3 -3
  40. package/esm2020/lib/helpers/dom-helpers.mjs +87 -87
  41. package/esm2020/lib/helpers/event-helpers.mjs +9 -9
  42. package/esm2020/lib/helpers/form-helpers.mjs +42 -42
  43. package/esm2020/lib/helpers/format-helpers.mjs +66 -66
  44. package/esm2020/lib/helpers/http-helpers.mjs +7 -7
  45. package/esm2020/lib/helpers/index.mjs +8 -8
  46. package/esm2020/lib/helpers/utils.mjs +7 -7
  47. package/esm2020/lib/interceptors/add-lang-param.interceptor.mjs +35 -35
  48. package/esm2020/lib/interceptors/cache-prevention.interceptor.mjs +21 -21
  49. package/esm2020/lib/interceptors/cors-security.interceptor.mjs +15 -15
  50. package/esm2020/lib/interceptors/csrf-prevention.interceptor.mjs +15 -15
  51. package/esm2020/lib/interceptors/eu-login-session-timeout-handling.interceptor.mjs +72 -72
  52. package/esm2020/lib/interceptors/index.mjs +8 -8
  53. package/esm2020/lib/interceptors/openid/index.mjs +4 -4
  54. package/esm2020/lib/interceptors/openid/openid-connect.interceptor.mjs +149 -149
  55. package/esm2020/lib/interceptors/openid/openid-connect.service.mjs +56 -56
  56. package/esm2020/lib/interceptors/openid/openid-connect.service.mock.mjs +8 -8
  57. package/esm2020/lib/interceptors/ux-request-error-model.interceptor.mjs +31 -31
  58. package/esm2020/lib/services/app/eui-init-app.mjs +29 -29
  59. package/esm2020/lib/services/app/eui-pre-init-app.mjs +43 -43
  60. package/esm2020/lib/services/app/eui-startup.mjs +40 -40
  61. package/esm2020/lib/services/app/factories/log.mjs +55 -55
  62. package/esm2020/lib/services/app/index.mjs +2 -2
  63. package/esm2020/lib/services/config/defaults.mjs +68 -68
  64. package/esm2020/lib/services/config/tokens.mjs +74 -74
  65. package/esm2020/lib/services/errors/eui.error.mjs +38 -38
  66. package/esm2020/lib/services/errors/global-error-handler.mjs +24 -24
  67. package/esm2020/lib/services/errors/http-error-handler-callback-functions.mjs +17 -17
  68. package/esm2020/lib/services/errors/http-error-handler.interceptor.mjs +55 -55
  69. package/esm2020/lib/services/errors/index.mjs +5 -5
  70. package/esm2020/lib/services/i18n/i18n.loader.mjs +198 -198
  71. package/esm2020/lib/services/i18n/i18n.resource.mjs +43 -43
  72. package/esm2020/lib/services/i18n/i18n.service.mjs +228 -228
  73. package/esm2020/lib/services/i18n/i18n.service.mock.mjs +38 -38
  74. package/esm2020/lib/services/i18n/index.mjs +6 -6
  75. package/esm2020/lib/services/index.mjs +19 -19
  76. package/esm2020/lib/services/locale/index.mjs +3 -3
  77. package/esm2020/lib/services/locale/locale.service.mjs +232 -232
  78. package/esm2020/lib/services/locale/locale.service.mock.mjs +43 -43
  79. package/esm2020/lib/services/log/index.mjs +4 -4
  80. package/esm2020/lib/services/log/log.module.mjs +38 -38
  81. package/esm2020/lib/services/log/log.service.mjs +51 -51
  82. package/esm2020/lib/services/log/log.service.mock.mjs +7 -7
  83. package/esm2020/lib/services/permission/permission.service.mjs +110 -110
  84. package/esm2020/lib/services/queue/api-queue.service.mjs +137 -137
  85. package/esm2020/lib/services/queue/api-queue.service.mock.mjs +23 -23
  86. package/esm2020/lib/services/queue/index.mjs +3 -3
  87. package/esm2020/lib/services/storage/async-storage.service.mjs +17 -17
  88. package/esm2020/lib/services/storage/async-storage.service.mock.mjs +22 -22
  89. package/esm2020/lib/services/storage/index.mjs +8 -8
  90. package/esm2020/lib/services/storage/local-forage.service.mjs +93 -93
  91. package/esm2020/lib/services/storage/local-storage.service.mjs +75 -75
  92. package/esm2020/lib/services/storage/session-storage.service.mjs +75 -75
  93. package/esm2020/lib/services/storage/storage.service.mjs +6 -6
  94. package/esm2020/lib/services/storage/storage.service.mock.mjs +12 -12
  95. package/esm2020/lib/services/store/actions/app.actions.mjs +74 -74
  96. package/esm2020/lib/services/store/actions/i18n.actions.mjs +11 -11
  97. package/esm2020/lib/services/store/actions/index.mjs +6 -6
  98. package/esm2020/lib/services/store/actions/locale.actions.mjs +11 -11
  99. package/esm2020/lib/services/store/actions/notifications.actions.mjs +11 -11
  100. package/esm2020/lib/services/store/actions/user.actions.mjs +39 -39
  101. package/esm2020/lib/services/store/effects/app.effects.mjs +55 -55
  102. package/esm2020/lib/services/store/effects/index.mjs +4 -4
  103. package/esm2020/lib/services/store/index.mjs +6 -6
  104. package/esm2020/lib/services/store/reducers/app.reducers.mjs +56 -56
  105. package/esm2020/lib/services/store/reducers/core.reducers.mjs +13 -13
  106. package/esm2020/lib/services/store/reducers/i18n.reducers.mjs +16 -16
  107. package/esm2020/lib/services/store/reducers/index.mjs +8 -8
  108. package/esm2020/lib/services/store/reducers/locale.reducers.mjs +16 -16
  109. package/esm2020/lib/services/store/reducers/meta.reducers.mjs +89 -89
  110. package/esm2020/lib/services/store/reducers/notifications.reducers.mjs +13 -13
  111. package/esm2020/lib/services/store/reducers/user.reducers.mjs +43 -43
  112. package/esm2020/lib/services/store/store.service.mjs +112 -112
  113. package/esm2020/lib/services/store/store.service.mock.mjs +22 -22
  114. package/esm2020/lib/services/user/index.mjs +3 -3
  115. package/esm2020/lib/services/user/user.service.mjs +64 -64
  116. package/esm2020/lib/services/user/user.service.mock.mjs +32 -32
  117. package/esm2020/lib/services/ux-app-shell.service.mjs +690 -690
  118. package/esm2020/lib/services/ux-dynamic-component/ux-dynamic-component.service.mjs +63 -63
  119. package/esm2020/lib/services/ux-dynamic-menu/ux-dynamic-menu.service.mjs +66 -66
  120. package/esm2020/lib/services/ux-error-feedback/ux-error-feedback.service.mjs +99 -99
  121. package/esm2020/lib/services/ux-error-feedback/ux-error-handler.operator.mjs +16 -16
  122. package/esm2020/lib/services/ux-timezone.service.mjs +716 -716
  123. package/fesm2015/eui-core.mjs +4484 -4484
  124. package/fesm2015/eui-core.mjs.map +1 -1
  125. package/fesm2020/eui-core.mjs +4538 -4538
  126. package/fesm2020/eui-core.mjs.map +1 -1
  127. package/index.d.ts +5 -5
  128. package/lib/eui-core.module.d.ts +20 -20
  129. package/lib/helpers/date-helpers.d.ts +2 -2
  130. package/lib/helpers/dom-helpers.d.ts +26 -26
  131. package/lib/helpers/event-helpers.d.ts +1 -1
  132. package/lib/helpers/form-helpers.d.ts +10 -10
  133. package/lib/helpers/format-helpers.d.ts +12 -12
  134. package/lib/helpers/http-helpers.d.ts +2 -2
  135. package/lib/helpers/index.d.ts +7 -7
  136. package/lib/helpers/utils.d.ts +6 -6
  137. package/lib/interceptors/add-lang-param.interceptor.d.ts +16 -16
  138. package/lib/interceptors/cache-prevention.interceptor.d.ts +8 -8
  139. package/lib/interceptors/cors-security.interceptor.d.ts +8 -8
  140. package/lib/interceptors/csrf-prevention.interceptor.d.ts +8 -8
  141. package/lib/interceptors/eu-login-session-timeout-handling.interceptor.d.ts +12 -12
  142. package/lib/interceptors/index.d.ts +7 -7
  143. package/lib/interceptors/openid/index.d.ts +3 -3
  144. package/lib/interceptors/openid/openid-connect.interceptor.d.ts +14 -14
  145. package/lib/interceptors/openid/openid-connect.service.d.ts +17 -17
  146. package/lib/interceptors/openid/openid-connect.service.mock.d.ts +5 -5
  147. package/lib/interceptors/ux-request-error-model.interceptor.d.ts +13 -13
  148. package/lib/services/app/eui-init-app.d.ts +2 -2
  149. package/lib/services/app/eui-pre-init-app.d.ts +16 -16
  150. package/lib/services/app/eui-startup.d.ts +4 -4
  151. package/lib/services/app/factories/log.d.ts +25 -25
  152. package/lib/services/app/index.d.ts +1 -1
  153. package/lib/services/config/defaults.d.ts +11 -11
  154. package/lib/services/config/tokens.d.ts +19 -19
  155. package/lib/services/errors/eui.error.d.ts +15 -15
  156. package/lib/services/errors/global-error-handler.d.ts +10 -10
  157. package/lib/services/errors/http-error-handler-callback-functions.d.ts +6 -6
  158. package/lib/services/errors/http-error-handler.interceptor.d.ts +22 -22
  159. package/lib/services/errors/index.d.ts +4 -4
  160. package/lib/services/i18n/i18n.loader.d.ts +79 -79
  161. package/lib/services/i18n/i18n.resource.d.ts +35 -35
  162. package/lib/services/i18n/i18n.service.d.ts +73 -73
  163. package/lib/services/i18n/i18n.service.mock.d.ts +19 -19
  164. package/lib/services/i18n/index.d.ts +4 -4
  165. package/lib/services/index.d.ts +18 -18
  166. package/lib/services/locale/index.d.ts +2 -2
  167. package/lib/services/locale/locale.service.d.ts +68 -68
  168. package/lib/services/locale/locale.service.mock.d.ts +15 -15
  169. package/lib/services/log/index.d.ts +3 -3
  170. package/lib/services/log/log.module.d.ts +15 -15
  171. package/lib/services/log/log.service.d.ts +27 -27
  172. package/lib/services/log/log.service.mock.d.ts +4 -4
  173. package/lib/services/permission/permission.service.d.ts +52 -52
  174. package/lib/services/queue/api-queue.service.d.ts +76 -76
  175. package/lib/services/queue/api-queue.service.mock.d.ts +13 -13
  176. package/lib/services/queue/index.d.ts +2 -2
  177. package/lib/services/storage/async-storage.service.d.ts +44 -44
  178. package/lib/services/storage/async-storage.service.mock.d.ts +11 -11
  179. package/lib/services/storage/index.d.ts +7 -7
  180. package/lib/services/storage/local-forage.service.d.ts +48 -48
  181. package/lib/services/storage/local-storage.service.d.ts +34 -34
  182. package/lib/services/storage/session-storage.service.d.ts +34 -34
  183. package/lib/services/storage/storage.service.d.ts +28 -28
  184. package/lib/services/storage/storage.service.mock.d.ts +7 -7
  185. package/lib/services/store/actions/app.actions.d.ts +82 -82
  186. package/lib/services/store/actions/i18n.actions.d.ts +11 -11
  187. package/lib/services/store/actions/index.d.ts +5 -5
  188. package/lib/services/store/actions/locale.actions.d.ts +11 -11
  189. package/lib/services/store/actions/notifications.actions.d.ts +10 -10
  190. package/lib/services/store/actions/user.actions.d.ts +35 -35
  191. package/lib/services/store/effects/app.effects.d.ts +19 -19
  192. package/lib/services/store/effects/index.d.ts +3 -3
  193. package/lib/services/store/index.d.ts +5 -5
  194. package/lib/services/store/reducers/app.reducers.d.ts +3 -3
  195. package/lib/services/store/reducers/core.reducers.d.ts +3 -3
  196. package/lib/services/store/reducers/i18n.reducers.d.ts +3 -3
  197. package/lib/services/store/reducers/index.d.ts +7 -7
  198. package/lib/services/store/reducers/locale.reducers.d.ts +3 -3
  199. package/lib/services/store/reducers/meta.reducers.d.ts +17 -17
  200. package/lib/services/store/reducers/notifications.reducers.d.ts +3 -3
  201. package/lib/services/store/reducers/user.reducers.d.ts +3 -3
  202. package/lib/services/store/store.service.d.ts +43 -43
  203. package/lib/services/store/store.service.mock.d.ts +12 -12
  204. package/lib/services/user/index.d.ts +2 -2
  205. package/lib/services/user/user.service.d.ts +15 -15
  206. package/lib/services/user/user.service.mock.d.ts +16 -16
  207. package/lib/services/ux-app-shell.service.d.ts +155 -155
  208. package/lib/services/ux-dynamic-component/ux-dynamic-component.service.d.ts +36 -36
  209. package/lib/services/ux-dynamic-menu/ux-dynamic-menu.service.d.ts +14 -14
  210. package/lib/services/ux-error-feedback/ux-error-feedback.service.d.ts +35 -35
  211. package/lib/services/ux-error-feedback/ux-error-handler.operator.d.ts +3 -3
  212. package/lib/services/ux-timezone.service.d.ts +269 -269
  213. package/package.json +2 -2
@@ -1,45 +1,45 @@
1
- import { StorageService } from './storage.service';
2
- import { Observable } from 'rxjs';
3
- /**
4
- * Generic asynchronous storage service. Concrete asynchronous storage services must extend this class
5
- */
6
- export declare abstract class AsyncStorageService extends StorageService {
7
- /**
8
- * reflects the readiness of the storage
9
- * @returns one time emission Observable<any>
10
- */
11
- abstract ready(): Observable<any>;
12
- /**
13
- * retrieve an object from async storage
14
- * @param key the associated key
15
- * @returns one time emission Observable of value
16
- */
17
- abstract get(key: string): Observable<any>;
18
- abstract get<T>(key: string): Observable<T>;
19
- /**
20
- * sets an object in async storage
21
- * @param key the associated key
22
- * @param value the value to set
23
- * @returns one time emission Observable
24
- */
25
- abstract set(key: string, value: any): Observable<any>;
26
- abstract set<T>(key: string, value: T): Observable<any>;
27
- /**
28
- * removes an object from async storage
29
- * @param key the associated key
30
- * @returns one time emission Observable
31
- */
32
- abstract remove(key: string): Observable<any>;
33
- /**
34
- * asynchronous helper for set function
35
- * @param key the associated key
36
- * @param value the value to set
37
- */
38
- setAsync(key: string, value: any): void;
39
- /**
40
- * asynchronous helper for remove function
41
- * @param key the associated key
42
- */
43
- removeAsync(key: string): void;
44
- }
1
+ import { StorageService } from './storage.service';
2
+ import { Observable } from 'rxjs';
3
+ /**
4
+ * Generic asynchronous storage service. Concrete asynchronous storage services must extend this class
5
+ */
6
+ export declare abstract class AsyncStorageService extends StorageService {
7
+ /**
8
+ * reflects the readiness of the storage
9
+ * @returns one time emission Observable<any>
10
+ */
11
+ abstract ready(): Observable<any>;
12
+ /**
13
+ * retrieve an object from async storage
14
+ * @param key the associated key
15
+ * @returns one time emission Observable of value
16
+ */
17
+ abstract get(key: string): Observable<any>;
18
+ abstract get<T>(key: string): Observable<T>;
19
+ /**
20
+ * sets an object in async storage
21
+ * @param key the associated key
22
+ * @param value the value to set
23
+ * @returns one time emission Observable
24
+ */
25
+ abstract set(key: string, value: any): Observable<any>;
26
+ abstract set<T>(key: string, value: T): Observable<any>;
27
+ /**
28
+ * removes an object from async storage
29
+ * @param key the associated key
30
+ * @returns one time emission Observable
31
+ */
32
+ abstract remove(key: string): Observable<any>;
33
+ /**
34
+ * asynchronous helper for set function
35
+ * @param key the associated key
36
+ * @param value the value to set
37
+ */
38
+ setAsync(key: string, value: any): void;
39
+ /**
40
+ * asynchronous helper for remove function
41
+ * @param key the associated key
42
+ */
43
+ removeAsync(key: string): void;
44
+ }
45
45
  //# sourceMappingURL=async-storage.service.d.ts.map
@@ -1,12 +1,12 @@
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
- }
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
12
  //# sourceMappingURL=async-storage.service.mock.d.ts.map
@@ -1,8 +1,8 @@
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';
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
8
  //# sourceMappingURL=index.d.ts.map
@@ -1,49 +1,49 @@
1
- import { InjectionToken } from '@angular/core';
2
- import { Observable } from 'rxjs';
3
- import { AsyncStorageService } from './async-storage.service';
4
- import { LogService } from '../log/log.service';
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
- }
1
+ import { InjectionToken } from '@angular/core';
2
+ import { Observable } from 'rxjs';
3
+ import { AsyncStorageService } from './async-storage.service';
4
+ import { LogService } from '../log/log.service';
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
49
  //# sourceMappingURL=local-forage.service.d.ts.map
@@ -1,35 +1,35 @@
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
- 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 local 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 local 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 local storage
29
- * @param key the associated key
30
- */
31
- remove(key: string): void;
32
- static ɵfac: i0.ɵɵFactoryDeclaration<LocalStorageService, [{ optional: true; }]>;
33
- static ɵprov: i0.ɵɵInjectableDeclaration<LocalStorageService>;
34
- }
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
+ 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 local 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 local 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 local storage
29
+ * @param key the associated key
30
+ */
31
+ remove(key: string): void;
32
+ static ɵfac: i0.ɵɵFactoryDeclaration<LocalStorageService, [{ optional: true; }]>;
33
+ static ɵprov: i0.ɵɵInjectableDeclaration<LocalStorageService>;
34
+ }
35
35
  //# sourceMappingURL=local-storage.service.d.ts.map
@@ -1,35 +1,35 @@
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
- }
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
35
  //# sourceMappingURL=session-storage.service.d.ts.map
@@ -1,29 +1,29 @@
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
- }
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
29
  //# sourceMappingURL=storage.service.d.ts.map
@@ -1,8 +1,8 @@
1
- import { StorageService } from './storage.service';
2
- export declare class StorageServiceMock extends StorageService {
3
- name(): string;
4
- get(): any;
5
- set(): void;
6
- remove(): void;
7
- }
1
+ import { StorageService } from './storage.service';
2
+ export declare class StorageServiceMock extends StorageService {
3
+ name(): string;
4
+ get(): any;
5
+ set(): void;
6
+ remove(): void;
7
+ }
8
8
  //# sourceMappingURL=storage.service.mock.d.ts.map
@@ -1,83 +1,83 @@
1
- import { ActivatedRoute } from '@angular/router';
2
- import { Action } from '@ngrx/store';
3
- import { ModuleConfig, ApiQueueItem } from '@eui/base';
4
- export declare enum CoreAppActionTypes {
5
- INIT_STORE = "[App] Init store",
6
- UPDATE_APP_VERSION = "[App] Update version",
7
- UPDATE_APP_CONNECTION = "[App] Update connection",
8
- ADD_APP_LOADED_CONFIG_MODULES = "[App] Update app loaded config modules",
9
- UPDATE_APP_STATUS = "[App] Update status",
10
- UPDATE_CURRENT_MODULE = "[App] Update current module",
11
- ACTIVATED_ROUTE = "[App] Activated route",
12
- ADD_API_QUEUE_ITEM = "[App] Add API queue item",
13
- REMOVE_API_QUEUE_ITEM = "[App] Remove API queue item",
14
- EMPTY_API_QUEUE = "[App] empty API queue"
15
- }
16
- export declare class InitStoreAction implements Action {
17
- payload: {
18
- version?: string;
19
- };
20
- type: CoreAppActionTypes;
21
- constructor(payload: {
22
- version?: string;
23
- });
24
- }
25
- export declare class UpdateAppVersionAction implements Action {
26
- payload: string;
27
- type: CoreAppActionTypes;
28
- constructor(payload: string);
29
- }
30
- export declare class UpdateAppConnectionAction implements Action {
31
- payload: boolean;
32
- type: CoreAppActionTypes;
33
- constructor(payload: boolean);
34
- }
35
- export declare class AddAppLoadedConfigModulesAction implements Action {
36
- payload: {
37
- moduleName: string;
38
- moduleConfig: ModuleConfig;
39
- };
40
- type: CoreAppActionTypes;
41
- constructor(payload: {
42
- moduleName: string;
43
- moduleConfig: ModuleConfig;
44
- });
45
- }
46
- export declare class UpdateAppStatusAction implements Action {
47
- payload: string;
48
- type: CoreAppActionTypes;
49
- constructor(payload: string);
50
- }
51
- export declare class UpdateCurrentModuleAction implements Action {
52
- payload: string;
53
- type: CoreAppActionTypes;
54
- constructor(payload: string);
55
- }
56
- export declare class ActivatedRouteAction implements Action {
57
- payload: ActivatedRoute;
58
- type: CoreAppActionTypes;
59
- constructor(payload: ActivatedRoute);
60
- }
61
- export declare class AddApiQueueItemAction implements Action {
62
- payload: {
63
- id: string;
64
- item: ApiQueueItem;
65
- };
66
- type: CoreAppActionTypes;
67
- constructor(payload: {
68
- id: string;
69
- item: ApiQueueItem;
70
- });
71
- }
72
- export declare class RemoveApiQueueItemAction implements Action {
73
- payload: string;
74
- type: CoreAppActionTypes;
75
- constructor(payload: string);
76
- }
77
- export declare class EmptyApiQueueAction implements Action {
78
- payload: any;
79
- type: CoreAppActionTypes;
80
- constructor(payload: any);
81
- }
82
- export declare type CoreAppActions = InitStoreAction | UpdateAppVersionAction | UpdateAppConnectionAction | AddAppLoadedConfigModulesAction | UpdateAppStatusAction | UpdateCurrentModuleAction | ActivatedRouteAction | AddApiQueueItemAction | RemoveApiQueueItemAction;
1
+ import { ActivatedRoute } from '@angular/router';
2
+ import { Action } from '@ngrx/store';
3
+ import { ModuleConfig, ApiQueueItem } from '@eui/base';
4
+ export declare enum CoreAppActionTypes {
5
+ INIT_STORE = "[App] Init store",
6
+ UPDATE_APP_VERSION = "[App] Update version",
7
+ UPDATE_APP_CONNECTION = "[App] Update connection",
8
+ ADD_APP_LOADED_CONFIG_MODULES = "[App] Update app loaded config modules",
9
+ UPDATE_APP_STATUS = "[App] Update status",
10
+ UPDATE_CURRENT_MODULE = "[App] Update current module",
11
+ ACTIVATED_ROUTE = "[App] Activated route",
12
+ ADD_API_QUEUE_ITEM = "[App] Add API queue item",
13
+ REMOVE_API_QUEUE_ITEM = "[App] Remove API queue item",
14
+ EMPTY_API_QUEUE = "[App] empty API queue"
15
+ }
16
+ export declare class InitStoreAction implements Action {
17
+ payload: {
18
+ version?: string;
19
+ };
20
+ type: CoreAppActionTypes;
21
+ constructor(payload: {
22
+ version?: string;
23
+ });
24
+ }
25
+ export declare class UpdateAppVersionAction implements Action {
26
+ payload: string;
27
+ type: CoreAppActionTypes;
28
+ constructor(payload: string);
29
+ }
30
+ export declare class UpdateAppConnectionAction implements Action {
31
+ payload: boolean;
32
+ type: CoreAppActionTypes;
33
+ constructor(payload: boolean);
34
+ }
35
+ export declare class AddAppLoadedConfigModulesAction implements Action {
36
+ payload: {
37
+ moduleName: string;
38
+ moduleConfig: ModuleConfig;
39
+ };
40
+ type: CoreAppActionTypes;
41
+ constructor(payload: {
42
+ moduleName: string;
43
+ moduleConfig: ModuleConfig;
44
+ });
45
+ }
46
+ export declare class UpdateAppStatusAction implements Action {
47
+ payload: string;
48
+ type: CoreAppActionTypes;
49
+ constructor(payload: string);
50
+ }
51
+ export declare class UpdateCurrentModuleAction implements Action {
52
+ payload: string;
53
+ type: CoreAppActionTypes;
54
+ constructor(payload: string);
55
+ }
56
+ export declare class ActivatedRouteAction implements Action {
57
+ payload: ActivatedRoute;
58
+ type: CoreAppActionTypes;
59
+ constructor(payload: ActivatedRoute);
60
+ }
61
+ export declare class AddApiQueueItemAction implements Action {
62
+ payload: {
63
+ id: string;
64
+ item: ApiQueueItem;
65
+ };
66
+ type: CoreAppActionTypes;
67
+ constructor(payload: {
68
+ id: string;
69
+ item: ApiQueueItem;
70
+ });
71
+ }
72
+ export declare class RemoveApiQueueItemAction implements Action {
73
+ payload: string;
74
+ type: CoreAppActionTypes;
75
+ constructor(payload: string);
76
+ }
77
+ export declare class EmptyApiQueueAction implements Action {
78
+ payload: any;
79
+ type: CoreAppActionTypes;
80
+ constructor(payload: any);
81
+ }
82
+ export declare type CoreAppActions = InitStoreAction | UpdateAppVersionAction | UpdateAppConnectionAction | AddAppLoadedConfigModulesAction | UpdateAppStatusAction | UpdateCurrentModuleAction | ActivatedRouteAction | AddApiQueueItemAction | RemoveApiQueueItemAction;
83
83
  //# sourceMappingURL=app.actions.d.ts.map
@@ -1,12 +1,12 @@
1
- import { Action } from '@ngrx/store';
2
- import { I18nState } from '@eui/base';
3
- export declare enum CoreI18nActionTypes {
4
- UPDATE_I18N_STATE = "[I18n] Update I18n State"
5
- }
6
- export declare class UpdateI18nStateAction implements Action {
7
- payload: I18nState;
8
- type: CoreI18nActionTypes;
9
- constructor(payload: I18nState);
10
- }
11
- export declare type CoreI18nActions = UpdateI18nStateAction;
1
+ import { Action } from '@ngrx/store';
2
+ import { I18nState } from '@eui/base';
3
+ export declare enum CoreI18nActionTypes {
4
+ UPDATE_I18N_STATE = "[I18n] Update I18n State"
5
+ }
6
+ export declare class UpdateI18nStateAction implements Action {
7
+ payload: I18nState;
8
+ type: CoreI18nActionTypes;
9
+ constructor(payload: I18nState);
10
+ }
11
+ export declare type CoreI18nActions = UpdateI18nStateAction;
12
12
  //# sourceMappingURL=i18n.actions.d.ts.map
@@ -1,6 +1,6 @@
1
- export * from './app.actions';
2
- export * from './i18n.actions';
3
- export * from './user.actions';
4
- export * from './notifications.actions';
5
- export * from './locale.actions';
1
+ export * from './app.actions';
2
+ export * from './i18n.actions';
3
+ export * from './user.actions';
4
+ export * from './notifications.actions';
5
+ export * from './locale.actions';
6
6
  //# sourceMappingURL=index.d.ts.map