@igo2/core 1.15.4 → 1.15.5

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 (158) hide show
  1. package/__ivy_ngcc__/locale/en.auth.json +29 -29
  2. package/__ivy_ngcc__/locale/en.common.json +43 -43
  3. package/__ivy_ngcc__/locale/en.context.json +199 -199
  4. package/__ivy_ngcc__/locale/en.core.json +29 -29
  5. package/__ivy_ngcc__/locale/en.geo.json +805 -805
  6. package/__ivy_ngcc__/locale/en.integration.json +123 -123
  7. package/__ivy_ngcc__/locale/fr.auth.json +32 -32
  8. package/__ivy_ngcc__/locale/fr.common.json +43 -43
  9. package/__ivy_ngcc__/locale/fr.context.json +199 -199
  10. package/__ivy_ngcc__/locale/fr.core.json +29 -29
  11. package/__ivy_ngcc__/locale/fr.geo.json +805 -805
  12. package/__ivy_ngcc__/locale/fr.integration.json +125 -125
  13. package/esm2020/igo2-core.mjs +4 -4
  14. package/esm2020/lib/activity/activity.interceptor.mjs +30 -30
  15. package/esm2020/lib/activity/activity.module.mjs +30 -30
  16. package/esm2020/lib/activity/activity.service.mjs +33 -33
  17. package/esm2020/lib/activity/index.mjs +3 -3
  18. package/esm2020/lib/analytics/index.mjs +2 -2
  19. package/esm2020/lib/analytics/shared/analytics.interface.mjs +2 -2
  20. package/esm2020/lib/analytics/shared/analytics.service.mjs +81 -81
  21. package/esm2020/lib/analytics/shared/index.mjs +3 -3
  22. package/esm2020/lib/compression/compressedData.interface.mjs +2 -2
  23. package/esm2020/lib/compression/compression.service.mjs +140 -140
  24. package/esm2020/lib/compression/index.mjs +3 -3
  25. package/esm2020/lib/config/config.interface.mjs +2 -2
  26. package/esm2020/lib/config/config.module.mjs +23 -23
  27. package/esm2020/lib/config/config.provider.mjs +21 -21
  28. package/esm2020/lib/config/config.service.mjs +52 -52
  29. package/esm2020/lib/config/index.mjs +4 -4
  30. package/esm2020/lib/config/version.mjs +5 -5
  31. package/esm2020/lib/core.module.mjs +92 -92
  32. package/esm2020/lib/gesture/gesture.module.mjs +30 -30
  33. package/esm2020/lib/gesture/gesture.provider.mjs +16 -16
  34. package/esm2020/lib/language/index.mjs +2 -2
  35. package/esm2020/lib/language/language.module.mjs +39 -39
  36. package/esm2020/lib/language/shared/index.mjs +5 -5
  37. package/esm2020/lib/language/shared/language.interface.mjs +2 -2
  38. package/esm2020/lib/language/shared/language.loader.mjs +26 -26
  39. package/esm2020/lib/language/shared/language.provider.mjs +22 -22
  40. package/esm2020/lib/language/shared/language.service.mjs +32 -32
  41. package/esm2020/lib/language/shared/missing-translation.guard.mjs +16 -16
  42. package/esm2020/lib/media/index.mjs +3 -3
  43. package/esm2020/lib/media/media.enum.mjs +12 -12
  44. package/esm2020/lib/media/media.service.mjs +76 -76
  45. package/esm2020/lib/message/index.mjs +2 -2
  46. package/esm2020/lib/message/message.module.mjs +56 -56
  47. package/esm2020/lib/message/shared/index.mjs +4 -4
  48. package/esm2020/lib/message/shared/message.enum.mjs +10 -10
  49. package/esm2020/lib/message/shared/message.interface.mjs +2 -2
  50. package/esm2020/lib/message/shared/message.service.mjs +201 -201
  51. package/esm2020/lib/network/index.mjs +3 -3
  52. package/esm2020/lib/network/network.interfaces.mjs +2 -2
  53. package/esm2020/lib/network/network.service.mjs +60 -60
  54. package/esm2020/lib/regex/index.mjs +3 -3
  55. package/esm2020/lib/regex/regex.interface.mjs +2 -2
  56. package/esm2020/lib/regex/regex.service.mjs +27 -27
  57. package/esm2020/lib/request/error.interceptor.mjs +66 -66
  58. package/esm2020/lib/request/error.module.mjs +39 -39
  59. package/esm2020/lib/request/index.mjs +3 -3
  60. package/esm2020/lib/request/logging.interceptor.mjs +29 -29
  61. package/esm2020/lib/request/logging.module.mjs +30 -30
  62. package/esm2020/lib/route/route.interface.mjs +2 -2
  63. package/esm2020/lib/route/route.service.mjs +71 -71
  64. package/esm2020/lib/storage/index.mjs +3 -3
  65. package/esm2020/lib/storage/storage.interface.mjs +13 -13
  66. package/esm2020/lib/storage/storage.service.mjs +79 -79
  67. package/esm2020/public_api.mjs +28 -28
  68. package/fesm2015/igo2-core.mjs +1330 -1330
  69. package/fesm2015/igo2-core.mjs.map +1 -1
  70. package/fesm2020/igo2-core.mjs +1275 -1275
  71. package/fesm2020/igo2-core.mjs.map +1 -1
  72. package/index.d.ts +5 -5
  73. package/lib/activity/activity.interceptor.d.ts +11 -11
  74. package/lib/activity/activity.module.d.ts +8 -8
  75. package/lib/activity/activity.service.d.ts +11 -11
  76. package/lib/activity/index.d.ts +2 -2
  77. package/lib/analytics/index.d.ts +1 -1
  78. package/lib/analytics/shared/analytics.interface.d.ts +6 -6
  79. package/lib/analytics/shared/analytics.service.d.ts +23 -23
  80. package/lib/analytics/shared/index.d.ts +2 -2
  81. package/lib/compression/compressedData.interface.d.ts +5 -5
  82. package/lib/compression/compression.service.d.ts +15 -15
  83. package/lib/compression/index.d.ts +2 -2
  84. package/lib/config/config.interface.d.ts +6 -6
  85. package/lib/config/config.module.d.ts +8 -8
  86. package/lib/config/config.provider.d.ts +15 -15
  87. package/lib/config/config.service.d.ts +18 -18
  88. package/lib/config/index.d.ts +3 -3
  89. package/lib/config/version.d.ts +5 -5
  90. package/lib/core.module.d.ts +19 -19
  91. package/lib/gesture/gesture.module.d.ts +9 -9
  92. package/lib/gesture/gesture.provider.d.ts +7 -7
  93. package/lib/language/index.d.ts +1 -1
  94. package/lib/language/language.module.d.ts +9 -9
  95. package/lib/language/shared/index.d.ts +4 -4
  96. package/lib/language/shared/language.interface.d.ts +3 -3
  97. package/lib/language/shared/language.loader.d.ts +11 -11
  98. package/lib/language/shared/language.provider.d.ts +15 -15
  99. package/lib/language/shared/language.service.d.ts +13 -13
  100. package/lib/language/shared/missing-translation.guard.d.ts +4 -4
  101. package/lib/media/index.d.ts +2 -2
  102. package/lib/media/media.enum.d.ts +9 -9
  103. package/lib/media/media.service.d.ts +16 -16
  104. package/lib/message/index.d.ts +1 -1
  105. package/lib/message/message.module.d.ts +10 -10
  106. package/lib/message/shared/index.d.ts +4 -4
  107. package/lib/message/shared/message.enum.d.ts +8 -8
  108. package/lib/message/shared/message.interface.d.ts +21 -21
  109. package/lib/message/shared/message.service.d.ts +31 -31
  110. package/lib/network/index.d.ts +2 -2
  111. package/lib/network/network.interfaces.d.ts +3 -3
  112. package/lib/network/network.service.d.ts +21 -21
  113. package/lib/regex/index.d.ts +2 -2
  114. package/lib/regex/regex.interface.d.ts +3 -3
  115. package/lib/regex/regex.service.d.ts +12 -12
  116. package/lib/request/error.interceptor.d.ts +14 -14
  117. package/lib/request/error.module.d.ts +9 -9
  118. package/lib/request/index.d.ts +2 -2
  119. package/lib/request/logging.interceptor.d.ts +8 -8
  120. package/lib/request/logging.module.d.ts +8 -8
  121. package/lib/route/route.interface.d.ts +23 -23
  122. package/lib/route/route.service.d.ts +19 -19
  123. package/lib/storage/index.d.ts +2 -2
  124. package/lib/storage/storage.interface.d.ts +20 -20
  125. package/lib/storage/storage.service.d.ts +19 -19
  126. package/locale/en.auth.json +29 -29
  127. package/locale/en.common.json +43 -43
  128. package/locale/en.context.json +199 -199
  129. package/locale/en.core.json +29 -29
  130. package/locale/en.geo.json +805 -805
  131. package/locale/en.integration.json +123 -123
  132. package/locale/fr.auth.json +32 -32
  133. package/locale/fr.common.json +43 -43
  134. package/locale/fr.context.json +199 -199
  135. package/locale/fr.core.json +29 -29
  136. package/locale/fr.geo.json +805 -805
  137. package/locale/fr.integration.json +125 -125
  138. package/package.json +2 -2
  139. package/public_api.d.ts +24 -24
  140. package/style/all.theming.scss +5 -5
  141. package/style/core.theming.scss +9 -9
  142. package/style/foreground.scss +20 -20
  143. package/style/index.theming.scss +780 -780
  144. package/style/material.font.scss +9 -9
  145. package/style/partial/core.variables.scss +4 -4
  146. package/style/partial/media.scss +80 -80
  147. package/style/setup.scss +2 -2
  148. package/style/themes/blue.theme.scss +19 -19
  149. package/style/themes/bluedark.theme.scss +51 -51
  150. package/style/themes/bluedq.theme.scss +52 -52
  151. package/style/themes/bluegrey.theme.scss +16 -16
  152. package/style/themes/dark.theme.scss +16 -16
  153. package/style/themes/deeppurple.theme.scss +16 -16
  154. package/style/themes/indigo.theme.scss +16 -16
  155. package/style/themes/orange.theme.scss +16 -16
  156. package/style/themes/teal.theme.scss +16 -16
  157. package/style/theming.scss +5 -5
  158. package/style/typography.scss +17 -17
@@ -1,31 +1,31 @@
1
- import { Injector } from '@angular/core';
2
- import { HttpErrorResponse } from '@angular/common/http';
3
- import { BehaviorSubject } from 'rxjs';
4
- import { ConfigService } from '../../config/config.service';
5
- import { Message } from './message.interface';
6
- import { ActiveToast, IndividualConfig } from 'ngx-toastr';
7
- import { LanguageService } from '../../language/shared/language.service';
8
- import * as i0 from "@angular/core";
9
- export declare class MessageService {
10
- private injector;
11
- private configService;
12
- private languageService;
13
- messages$: BehaviorSubject<Message[]>;
14
- private options;
15
- private activeMessageTranslations;
16
- constructor(injector: Injector, configService: ConfigService, languageService: LanguageService);
17
- private get toastr();
18
- showError(httpError: HttpErrorResponse): ActiveToast<any>;
19
- message(message: Message): void;
20
- success(text: string, title?: string, options?: Partial<IndividualConfig>, textInterpolateParams?: Object, titleInterpolateParams?: Object): ActiveToast<any>;
21
- error(text: string, title?: string, options?: Partial<IndividualConfig>, textInterpolateParams?: Object, titleInterpolateParams?: Object): ActiveToast<any>;
22
- info(text: string, title?: string, options?: Partial<IndividualConfig>, textInterpolateParams?: Object, titleInterpolateParams?: Object): ActiveToast<any>;
23
- alert(text: string, title?: string, options?: Partial<IndividualConfig>, textInterpolateParams?: Object, titleInterpolateParams?: Object): ActiveToast<any>;
24
- show(text: string, title?: string, options?: Partial<IndividualConfig>, textInterpolateParams?: Object, titleInterpolateParams?: Object): ActiveToast<any>;
25
- private handleNgxToastr;
26
- remove(id?: number): void;
27
- removeAllAreNotError(): void;
28
- private handleTemplate;
29
- static ɵfac: i0.ɵɵFactoryDeclaration<MessageService, never>;
30
- static ɵprov: i0.ɵɵInjectableDeclaration<MessageService>;
31
- }
1
+ import { Injector } from '@angular/core';
2
+ import { HttpErrorResponse } from '@angular/common/http';
3
+ import { BehaviorSubject } from 'rxjs';
4
+ import { ConfigService } from '../../config/config.service';
5
+ import { Message } from './message.interface';
6
+ import { ActiveToast, IndividualConfig } from 'ngx-toastr';
7
+ import { LanguageService } from '../../language/shared/language.service';
8
+ import * as i0 from "@angular/core";
9
+ export declare class MessageService {
10
+ private injector;
11
+ private configService;
12
+ private languageService;
13
+ messages$: BehaviorSubject<Message[]>;
14
+ private options;
15
+ private activeMessageTranslations;
16
+ constructor(injector: Injector, configService: ConfigService, languageService: LanguageService);
17
+ private get toastr();
18
+ showError(httpError: HttpErrorResponse): ActiveToast<any>;
19
+ message(message: Message): void;
20
+ success(text: string, title?: string, options?: Partial<IndividualConfig>, textInterpolateParams?: Object, titleInterpolateParams?: Object): ActiveToast<any>;
21
+ error(text: string, title?: string, options?: Partial<IndividualConfig>, textInterpolateParams?: Object, titleInterpolateParams?: Object): ActiveToast<any>;
22
+ info(text: string, title?: string, options?: Partial<IndividualConfig>, textInterpolateParams?: Object, titleInterpolateParams?: Object): ActiveToast<any>;
23
+ alert(text: string, title?: string, options?: Partial<IndividualConfig>, textInterpolateParams?: Object, titleInterpolateParams?: Object): ActiveToast<any>;
24
+ show(text: string, title?: string, options?: Partial<IndividualConfig>, textInterpolateParams?: Object, titleInterpolateParams?: Object): ActiveToast<any>;
25
+ private handleNgxToastr;
26
+ remove(id?: number): void;
27
+ removeAllAreNotError(): void;
28
+ private handleTemplate;
29
+ static ɵfac: i0.ɵɵFactoryDeclaration<MessageService, never>;
30
+ static ɵprov: i0.ɵɵInjectableDeclaration<MessageService>;
31
+ }
@@ -1,2 +1,2 @@
1
- export * from './network.service';
2
- export * from './network.interfaces';
1
+ export * from './network.service';
2
+ export * from './network.interfaces';
@@ -1,3 +1,3 @@
1
- export interface ConnectionState {
2
- connection: boolean;
3
- }
1
+ export interface ConnectionState {
2
+ connection: boolean;
3
+ }
@@ -1,21 +1,21 @@
1
- import { OnDestroy, Injector } from '@angular/core';
2
- import { Observable } from 'rxjs';
3
- import { MessageService } from '../message/shared/message.service';
4
- import { ConnectionState } from './network.interfaces';
5
- import * as i0 from "@angular/core";
6
- export declare class NetworkService implements OnDestroy {
7
- private messageService;
8
- private injector;
9
- private stateChangeEventEmitter;
10
- private onlineSubscription;
11
- private offlineSubscription;
12
- private previousMessageId;
13
- private state;
14
- constructor(messageService: MessageService, injector: Injector);
15
- private checkNetworkState;
16
- private emitEvent;
17
- ngOnDestroy(): void;
18
- currentState(reportState?: boolean): Observable<ConnectionState>;
19
- static ɵfac: i0.ɵɵFactoryDeclaration<NetworkService, never>;
20
- static ɵprov: i0.ɵɵInjectableDeclaration<NetworkService>;
21
- }
1
+ import { OnDestroy, Injector } from '@angular/core';
2
+ import { Observable } from 'rxjs';
3
+ import { MessageService } from '../message/shared/message.service';
4
+ import { ConnectionState } from './network.interfaces';
5
+ import * as i0 from "@angular/core";
6
+ export declare class NetworkService implements OnDestroy {
7
+ private messageService;
8
+ private injector;
9
+ private stateChangeEventEmitter;
10
+ private onlineSubscription;
11
+ private offlineSubscription;
12
+ private previousMessageId;
13
+ private state;
14
+ constructor(messageService: MessageService, injector: Injector);
15
+ private checkNetworkState;
16
+ private emitEvent;
17
+ ngOnDestroy(): void;
18
+ currentState(reportState?: boolean): Observable<ConnectionState>;
19
+ static ɵfac: i0.ɵɵFactoryDeclaration<NetworkService, never>;
20
+ static ɵprov: i0.ɵɵInjectableDeclaration<NetworkService>;
21
+ }
@@ -1,2 +1,2 @@
1
- export * from './regex.service';
2
- export * from './regex.interface';
1
+ export * from './regex.service';
2
+ export * from './regex.interface';
@@ -1,3 +1,3 @@
1
- export interface RegexOptions {
2
- [key: string]: any;
3
- }
1
+ export interface RegexOptions {
2
+ [key: string]: any;
3
+ }
@@ -1,12 +1,12 @@
1
- import { ConfigService } from '../config/config.service';
2
- import { RegexOptions } from './regex.interface';
3
- import * as i0 from "@angular/core";
4
- export declare class RegexService {
5
- private config;
6
- protected options: RegexOptions;
7
- constructor(config: ConfigService);
8
- getAll(): RegexOptions;
9
- get(key: any): any;
10
- static ɵfac: i0.ɵɵFactoryDeclaration<RegexService, never>;
11
- static ɵprov: i0.ɵɵInjectableDeclaration<RegexService>;
12
- }
1
+ import { ConfigService } from '../config/config.service';
2
+ import { RegexOptions } from './regex.interface';
3
+ import * as i0 from "@angular/core";
4
+ export declare class RegexService {
5
+ private config;
6
+ protected options: RegexOptions;
7
+ constructor(config: ConfigService);
8
+ getAll(): RegexOptions;
9
+ get(key: any): any;
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<RegexService, never>;
11
+ static ɵprov: i0.ɵɵInjectableDeclaration<RegexService>;
12
+ }
@@ -1,14 +1,14 @@
1
- import { Injector } from '@angular/core';
2
- import { HttpInterceptor, HttpHandler, HttpRequest, HttpEvent } from '@angular/common/http';
3
- import { Observable } from 'rxjs';
4
- import * as i0 from "@angular/core";
5
- export declare class ErrorInterceptor implements HttpInterceptor {
6
- private injector;
7
- constructor(injector: Injector);
8
- intercept(originalReq: HttpRequest<any>, next: HttpHandler): Observable<HttpEvent<any>>;
9
- private handleError;
10
- private handleCaughtError;
11
- private handleUncaughtError;
12
- static ɵfac: i0.ɵɵFactoryDeclaration<ErrorInterceptor, never>;
13
- static ɵprov: i0.ɵɵInjectableDeclaration<ErrorInterceptor>;
14
- }
1
+ import { Injector } from '@angular/core';
2
+ import { HttpInterceptor, HttpHandler, HttpRequest, HttpEvent } from '@angular/common/http';
3
+ import { Observable } from 'rxjs';
4
+ import * as i0 from "@angular/core";
5
+ export declare class ErrorInterceptor implements HttpInterceptor {
6
+ private injector;
7
+ constructor(injector: Injector);
8
+ intercept(originalReq: HttpRequest<any>, next: HttpHandler): Observable<HttpEvent<any>>;
9
+ private handleError;
10
+ private handleCaughtError;
11
+ private handleUncaughtError;
12
+ static ɵfac: i0.ɵɵFactoryDeclaration<ErrorInterceptor, never>;
13
+ static ɵprov: i0.ɵɵInjectableDeclaration<ErrorInterceptor>;
14
+ }
@@ -1,9 +1,9 @@
1
- import { ModuleWithProviders } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class IgoErrorModule {
4
- static forRoot(): ModuleWithProviders<IgoErrorModule>;
5
- constructor(parentModule: IgoErrorModule);
6
- static ɵfac: i0.ɵɵFactoryDeclaration<IgoErrorModule, [{ optional: true; skipSelf: true; }]>;
7
- static ɵmod: i0.ɵɵNgModuleDeclaration<IgoErrorModule, never, never, never>;
8
- static ɵinj: i0.ɵɵInjectorDeclaration<IgoErrorModule>;
9
- }
1
+ import { ModuleWithProviders } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class IgoErrorModule {
4
+ static forRoot(): ModuleWithProviders<IgoErrorModule>;
5
+ constructor(parentModule: IgoErrorModule);
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<IgoErrorModule, [{ optional: true; skipSelf: true; }]>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IgoErrorModule, never, never, never>;
8
+ static ɵinj: i0.ɵɵInjectorDeclaration<IgoErrorModule>;
9
+ }
@@ -1,2 +1,2 @@
1
- export * from './error.interceptor';
2
- export * from './logging.interceptor';
1
+ export * from './error.interceptor';
2
+ export * from './logging.interceptor';
@@ -1,8 +1,8 @@
1
- import { HttpInterceptor, HttpHandler, HttpEvent, HttpRequest } from '@angular/common/http';
2
- import { Observable } from 'rxjs';
3
- import * as i0 from "@angular/core";
4
- export declare class LoggingInterceptor implements HttpInterceptor {
5
- intercept(req: HttpRequest<any>, next: HttpHandler): Observable<HttpEvent<any>>;
6
- static ɵfac: i0.ɵɵFactoryDeclaration<LoggingInterceptor, never>;
7
- static ɵprov: i0.ɵɵInjectableDeclaration<LoggingInterceptor>;
8
- }
1
+ import { HttpInterceptor, HttpHandler, HttpEvent, HttpRequest } from '@angular/common/http';
2
+ import { Observable } from 'rxjs';
3
+ import * as i0 from "@angular/core";
4
+ export declare class LoggingInterceptor implements HttpInterceptor {
5
+ intercept(req: HttpRequest<any>, next: HttpHandler): Observable<HttpEvent<any>>;
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<LoggingInterceptor, never>;
7
+ static ɵprov: i0.ɵɵInjectableDeclaration<LoggingInterceptor>;
8
+ }
@@ -1,8 +1,8 @@
1
- import { ModuleWithProviders } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class IgoLoggingModule {
4
- static forRoot(): ModuleWithProviders<IgoLoggingModule>;
5
- static ɵfac: i0.ɵɵFactoryDeclaration<IgoLoggingModule, never>;
6
- static ɵmod: i0.ɵɵNgModuleDeclaration<IgoLoggingModule, never, never, never>;
7
- static ɵinj: i0.ɵɵInjectorDeclaration<IgoLoggingModule>;
8
- }
1
+ import { ModuleWithProviders } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class IgoLoggingModule {
4
+ static forRoot(): ModuleWithProviders<IgoLoggingModule>;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<IgoLoggingModule, never>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IgoLoggingModule, never, never, never>;
7
+ static ɵinj: i0.ɵɵInjectorDeclaration<IgoLoggingModule>;
8
+ }
@@ -1,23 +1,23 @@
1
- export interface RouteServiceOptions {
2
- centerKey?: boolean | string;
3
- zoomKey?: boolean | string;
4
- projectionKey?: boolean | string;
5
- contextKey?: boolean | string;
6
- searchKey?: boolean | string;
7
- visibleOnLayersKey?: boolean | string;
8
- visibleOffLayersKey?: boolean | string;
9
- directionsCoordKey?: boolean | string;
10
- directionsOptionsKey?: boolean | string;
11
- toolKey?: boolean | string;
12
- wmsUrlKey?: boolean | string;
13
- wmsLayersKey?: boolean | string;
14
- wmtsUrlKey?: boolean | string;
15
- wmtsLayersKey?: boolean | string;
16
- arcgisUrlKey?: boolean | string;
17
- arcgisLayersKey?: boolean | string;
18
- iarcgisUrlKey?: boolean | string;
19
- iarcgisLayersKey?: boolean | string;
20
- tarcgisUrlKey?: boolean | string;
21
- tarcgisLayersKey?: boolean | string;
22
- vectorKey?: boolean | string;
23
- }
1
+ export interface RouteServiceOptions {
2
+ centerKey?: boolean | string;
3
+ zoomKey?: boolean | string;
4
+ projectionKey?: boolean | string;
5
+ contextKey?: boolean | string;
6
+ searchKey?: boolean | string;
7
+ visibleOnLayersKey?: boolean | string;
8
+ visibleOffLayersKey?: boolean | string;
9
+ directionsCoordKey?: boolean | string;
10
+ directionsOptionsKey?: boolean | string;
11
+ toolKey?: boolean | string;
12
+ wmsUrlKey?: boolean | string;
13
+ wmsLayersKey?: boolean | string;
14
+ wmtsUrlKey?: boolean | string;
15
+ wmtsLayersKey?: boolean | string;
16
+ arcgisUrlKey?: boolean | string;
17
+ arcgisLayersKey?: boolean | string;
18
+ iarcgisUrlKey?: boolean | string;
19
+ iarcgisLayersKey?: boolean | string;
20
+ tarcgisUrlKey?: boolean | string;
21
+ tarcgisLayersKey?: boolean | string;
22
+ vectorKey?: boolean | string;
23
+ }
@@ -1,19 +1,19 @@
1
- import { InjectionToken } from '@angular/core';
2
- import { ActivatedRoute, Params, Router } from '@angular/router';
3
- import { Observable } from 'rxjs';
4
- import { RouteServiceOptions } from './route.interface';
5
- import * as i0 from "@angular/core";
6
- export declare let ROUTE_SERVICE_OPTIONS: InjectionToken<RouteServiceOptions>;
7
- export declare function provideRouteServiceOptions(options: RouteServiceOptions): {
8
- provide: InjectionToken<RouteServiceOptions>;
9
- useValue: RouteServiceOptions;
10
- };
11
- export declare class RouteService {
12
- private router;
13
- route: ActivatedRoute;
14
- options: RouteServiceOptions;
15
- constructor(router: Router, route: ActivatedRoute, options: RouteServiceOptions);
16
- get queryParams(): Observable<Params>;
17
- static ɵfac: i0.ɵɵFactoryDeclaration<RouteService, [null, null, { optional: true; }]>;
18
- static ɵprov: i0.ɵɵInjectableDeclaration<RouteService>;
19
- }
1
+ import { InjectionToken } from '@angular/core';
2
+ import { ActivatedRoute, Params, Router } from '@angular/router';
3
+ import { Observable } from 'rxjs';
4
+ import { RouteServiceOptions } from './route.interface';
5
+ import * as i0 from "@angular/core";
6
+ export declare let ROUTE_SERVICE_OPTIONS: InjectionToken<RouteServiceOptions>;
7
+ export declare function provideRouteServiceOptions(options: RouteServiceOptions): {
8
+ provide: InjectionToken<RouteServiceOptions>;
9
+ useValue: RouteServiceOptions;
10
+ };
11
+ export declare class RouteService {
12
+ private router;
13
+ route: ActivatedRoute;
14
+ options: RouteServiceOptions;
15
+ constructor(router: Router, route: ActivatedRoute, options: RouteServiceOptions);
16
+ get queryParams(): Observable<Params>;
17
+ static ɵfac: i0.ɵɵFactoryDeclaration<RouteService, [null, null, { optional: true; }]>;
18
+ static ɵprov: i0.ɵɵInjectableDeclaration<RouteService>;
19
+ }
@@ -1,2 +1,2 @@
1
- export * from './storage.service';
2
- export * from './storage.interface';
1
+ export * from './storage.service';
2
+ export * from './storage.interface';
@@ -1,20 +1,20 @@
1
- export declare enum StorageScope {
2
- SESSION = "Session",
3
- LOCAL = "Local"
4
- }
5
- export interface StorageOptions {
6
- key: string;
7
- }
8
- export interface StorageServiceEvent {
9
- key?: string;
10
- scope: StorageScope;
11
- event: StorageServiceEventEnum;
12
- previousValue?: any;
13
- currentValue?: any;
14
- }
15
- export declare enum StorageServiceEventEnum {
16
- ADDED = "Added",
17
- MODIFIED = "Modified",
18
- REMOVED = "Removed",
19
- CLEARED = "Cleared"
20
- }
1
+ export declare enum StorageScope {
2
+ SESSION = "Session",
3
+ LOCAL = "Local"
4
+ }
5
+ export interface StorageOptions {
6
+ key: string;
7
+ }
8
+ export interface StorageServiceEvent {
9
+ key?: string;
10
+ scope: StorageScope;
11
+ event: StorageServiceEventEnum;
12
+ previousValue?: any;
13
+ currentValue?: any;
14
+ }
15
+ export declare enum StorageServiceEventEnum {
16
+ ADDED = "Added",
17
+ MODIFIED = "Modified",
18
+ REMOVED = "Removed",
19
+ CLEARED = "Cleared"
20
+ }
@@ -1,19 +1,19 @@
1
- import { ConfigService } from '../config/config.service';
2
- import { StorageScope, StorageOptions, StorageServiceEvent } from './storage.interface';
3
- import { BehaviorSubject } from 'rxjs';
4
- import * as i0 from "@angular/core";
5
- export declare class StorageService {
6
- private config;
7
- protected options: StorageOptions;
8
- storageChange$: BehaviorSubject<StorageServiceEvent>;
9
- constructor(config: ConfigService);
10
- /**
11
- * Use to get the data found in storage file
12
- */
13
- get(key: string, scope?: StorageScope): string | object | boolean | number;
14
- set(key: string, value: string | object | boolean | number, scope?: StorageScope): void;
15
- remove(key: string, scope?: StorageScope): void;
16
- clear(scope?: StorageScope): void;
17
- static ɵfac: i0.ɵɵFactoryDeclaration<StorageService, never>;
18
- static ɵprov: i0.ɵɵInjectableDeclaration<StorageService>;
19
- }
1
+ import { ConfigService } from '../config/config.service';
2
+ import { StorageScope, StorageOptions, StorageServiceEvent } from './storage.interface';
3
+ import { BehaviorSubject } from 'rxjs';
4
+ import * as i0 from "@angular/core";
5
+ export declare class StorageService {
6
+ private config;
7
+ protected options: StorageOptions;
8
+ storageChange$: BehaviorSubject<StorageServiceEvent>;
9
+ constructor(config: ConfigService);
10
+ /**
11
+ * Use to get the data found in storage file
12
+ */
13
+ get(key: string, scope?: StorageScope): string | object | boolean | number;
14
+ set(key: string, value: string | object | boolean | number, scope?: StorageScope): void;
15
+ remove(key: string, scope?: StorageScope): void;
16
+ clear(scope?: StorageScope): void;
17
+ static ɵfac: i0.ɵɵFactoryDeclaration<StorageService, never>;
18
+ static ɵprov: i0.ɵɵInjectableDeclaration<StorageService>;
19
+ }
@@ -1,29 +1,29 @@
1
- {
2
- "igo": {
3
- "auth": {
4
- "accessAnonymous": "Access as anonymous",
5
- "connection": "Connection",
6
- "login": "Login",
7
- "password": "Password",
8
- "signOut": "Sign out",
9
- "user": "User",
10
- "welcome": "Welcome {{name}}!",
11
- "deconnection": "You are logged out.",
12
- "home": "Return to the home page",
13
- "error": {
14
- "Password expired": "Password expired",
15
- "Maximun logins exceeded": "Maximum logins exceeded",
16
- "Login lockout": "Maximum number of attempts exceeded. Your account is locked.",
17
- "Wrong password": "Wrong password",
18
- "Invalid username": "Invalid username"
19
- },
20
- "microsoft": {
21
- "login": "Sign in with Azure account"
22
- },
23
- "microsoftb2c": {
24
- "login": "Sign in"
25
- }
26
-
27
- }
28
- }
29
- }
1
+ {
2
+ "igo": {
3
+ "auth": {
4
+ "accessAnonymous": "Access as anonymous",
5
+ "connection": "Connection",
6
+ "login": "Login",
7
+ "password": "Password",
8
+ "signOut": "Sign out",
9
+ "user": "User",
10
+ "welcome": "Welcome {{name}}!",
11
+ "deconnection": "You are logged out.",
12
+ "home": "Return to the home page",
13
+ "error": {
14
+ "Password expired": "Password expired",
15
+ "Maximun logins exceeded": "Maximum logins exceeded",
16
+ "Login lockout": "Maximum number of attempts exceeded. Your account is locked.",
17
+ "Wrong password": "Wrong password",
18
+ "Invalid username": "Invalid username"
19
+ },
20
+ "microsoft": {
21
+ "login": "Sign in with Azure account"
22
+ },
23
+ "microsoftb2c": {
24
+ "login": "Sign in"
25
+ }
26
+
27
+ }
28
+ }
29
+ }
@@ -1,43 +1,43 @@
1
- {
2
- "igo": {
3
- "common": {
4
- "confirmDialog": {
5
- "cancelBtn": "Cancel",
6
- "confirmBtn": "Confirm",
7
- "title": "Confirm"
8
- },
9
- "table": {
10
- "filter": "Filter"
11
- },
12
- "entity-table": {
13
- "targetHtmlUrl": "Open the external link"
14
- },
15
- "form": {
16
- "errors": {
17
- "required": "This field is required"
18
- }
19
- },
20
- "actionbar": {
21
- "scrollUp": "Scroll up",
22
- "scrollDown": "Scroll down",
23
- "icon": "Action list"
24
- },
25
- "interactiveTour": {
26
- "tooltipTourToolButton": "Interactive tour of the application",
27
- "disaledTooltipTourToolButton": "To have access to this tool's tour, add contexts or layers",
28
- "buttonTitle": "Discover",
29
- "exitButton": "Exit",
30
- "backButton": "Back",
31
- "nextButton": "Next"
32
- },
33
- "paginator": {
34
- "firstPageLabel": "First page",
35
- "itemsPerPageLabel": "Items per page:",
36
- "lastPageLabel": "Last page",
37
- "nextPageLabel": "Next page",
38
- "previousPageLabel": "Previous page",
39
- "of": "of"
40
- }
41
- }
42
- }
43
- }
1
+ {
2
+ "igo": {
3
+ "common": {
4
+ "confirmDialog": {
5
+ "cancelBtn": "Cancel",
6
+ "confirmBtn": "Confirm",
7
+ "title": "Confirm"
8
+ },
9
+ "table": {
10
+ "filter": "Filter"
11
+ },
12
+ "entity-table": {
13
+ "targetHtmlUrl": "Open the external link"
14
+ },
15
+ "form": {
16
+ "errors": {
17
+ "required": "This field is required"
18
+ }
19
+ },
20
+ "actionbar": {
21
+ "scrollUp": "Scroll up",
22
+ "scrollDown": "Scroll down",
23
+ "icon": "Action list"
24
+ },
25
+ "interactiveTour": {
26
+ "tooltipTourToolButton": "Interactive tour of the application",
27
+ "disaledTooltipTourToolButton": "To have access to this tool's tour, add contexts or layers",
28
+ "buttonTitle": "Discover",
29
+ "exitButton": "Exit",
30
+ "backButton": "Back",
31
+ "nextButton": "Next"
32
+ },
33
+ "paginator": {
34
+ "firstPageLabel": "First page",
35
+ "itemsPerPageLabel": "Items per page:",
36
+ "lastPageLabel": "Last page",
37
+ "nextPageLabel": "Next page",
38
+ "previousPageLabel": "Previous page",
39
+ "of": "of"
40
+ }
41
+ }
42
+ }
43
+ }