@igo2/core 1.15.3 → 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.
- package/__ivy_ngcc__/locale/en.auth.json +29 -29
- package/__ivy_ngcc__/locale/en.common.json +43 -43
- package/__ivy_ngcc__/locale/en.context.json +199 -199
- package/__ivy_ngcc__/locale/en.core.json +29 -29
- package/__ivy_ngcc__/locale/en.geo.json +805 -805
- package/__ivy_ngcc__/locale/en.integration.json +123 -123
- package/__ivy_ngcc__/locale/fr.auth.json +32 -32
- package/__ivy_ngcc__/locale/fr.common.json +43 -43
- package/__ivy_ngcc__/locale/fr.context.json +199 -199
- package/__ivy_ngcc__/locale/fr.core.json +29 -29
- package/__ivy_ngcc__/locale/fr.geo.json +805 -805
- package/__ivy_ngcc__/locale/fr.integration.json +125 -125
- package/esm2020/igo2-core.mjs +4 -4
- package/esm2020/lib/activity/activity.interceptor.mjs +30 -30
- package/esm2020/lib/activity/activity.module.mjs +30 -30
- package/esm2020/lib/activity/activity.service.mjs +33 -33
- package/esm2020/lib/activity/index.mjs +3 -3
- package/esm2020/lib/analytics/index.mjs +2 -2
- package/esm2020/lib/analytics/shared/analytics.interface.mjs +2 -2
- package/esm2020/lib/analytics/shared/analytics.service.mjs +81 -81
- package/esm2020/lib/analytics/shared/index.mjs +3 -3
- package/esm2020/lib/compression/compressedData.interface.mjs +2 -2
- package/esm2020/lib/compression/compression.service.mjs +140 -140
- package/esm2020/lib/compression/index.mjs +3 -3
- package/esm2020/lib/config/config.interface.mjs +2 -2
- package/esm2020/lib/config/config.module.mjs +23 -23
- package/esm2020/lib/config/config.provider.mjs +21 -21
- package/esm2020/lib/config/config.service.mjs +52 -52
- package/esm2020/lib/config/index.mjs +4 -4
- package/esm2020/lib/config/version.mjs +5 -5
- package/esm2020/lib/core.module.mjs +92 -92
- package/esm2020/lib/gesture/gesture.module.mjs +30 -30
- package/esm2020/lib/gesture/gesture.provider.mjs +16 -16
- package/esm2020/lib/language/index.mjs +2 -2
- package/esm2020/lib/language/language.module.mjs +39 -39
- package/esm2020/lib/language/shared/index.mjs +5 -5
- package/esm2020/lib/language/shared/language.interface.mjs +2 -2
- package/esm2020/lib/language/shared/language.loader.mjs +26 -26
- package/esm2020/lib/language/shared/language.provider.mjs +22 -22
- package/esm2020/lib/language/shared/language.service.mjs +32 -32
- package/esm2020/lib/language/shared/missing-translation.guard.mjs +16 -16
- package/esm2020/lib/media/index.mjs +3 -3
- package/esm2020/lib/media/media.enum.mjs +12 -12
- package/esm2020/lib/media/media.service.mjs +76 -76
- package/esm2020/lib/message/index.mjs +2 -2
- package/esm2020/lib/message/message.module.mjs +56 -56
- package/esm2020/lib/message/shared/index.mjs +4 -4
- package/esm2020/lib/message/shared/message.enum.mjs +10 -10
- package/esm2020/lib/message/shared/message.interface.mjs +2 -2
- package/esm2020/lib/message/shared/message.service.mjs +201 -201
- package/esm2020/lib/network/index.mjs +3 -3
- package/esm2020/lib/network/network.interfaces.mjs +2 -2
- package/esm2020/lib/network/network.service.mjs +60 -60
- package/esm2020/lib/regex/index.mjs +3 -3
- package/esm2020/lib/regex/regex.interface.mjs +2 -2
- package/esm2020/lib/regex/regex.service.mjs +27 -27
- package/esm2020/lib/request/error.interceptor.mjs +66 -66
- package/esm2020/lib/request/error.module.mjs +39 -39
- package/esm2020/lib/request/index.mjs +3 -3
- package/esm2020/lib/request/logging.interceptor.mjs +29 -29
- package/esm2020/lib/request/logging.module.mjs +30 -30
- package/esm2020/lib/route/route.interface.mjs +2 -2
- package/esm2020/lib/route/route.service.mjs +71 -71
- package/esm2020/lib/storage/index.mjs +3 -3
- package/esm2020/lib/storage/storage.interface.mjs +13 -13
- package/esm2020/lib/storage/storage.service.mjs +79 -79
- package/esm2020/public_api.mjs +28 -28
- package/fesm2015/igo2-core.mjs +1330 -1330
- package/fesm2015/igo2-core.mjs.map +1 -1
- package/fesm2020/igo2-core.mjs +1275 -1275
- package/fesm2020/igo2-core.mjs.map +1 -1
- package/index.d.ts +5 -5
- package/lib/activity/activity.interceptor.d.ts +11 -11
- package/lib/activity/activity.module.d.ts +8 -8
- package/lib/activity/activity.service.d.ts +11 -11
- package/lib/activity/index.d.ts +2 -2
- package/lib/analytics/index.d.ts +1 -1
- package/lib/analytics/shared/analytics.interface.d.ts +6 -6
- package/lib/analytics/shared/analytics.service.d.ts +23 -23
- package/lib/analytics/shared/index.d.ts +2 -2
- package/lib/compression/compressedData.interface.d.ts +5 -5
- package/lib/compression/compression.service.d.ts +15 -15
- package/lib/compression/index.d.ts +2 -2
- package/lib/config/config.interface.d.ts +6 -6
- package/lib/config/config.module.d.ts +8 -8
- package/lib/config/config.provider.d.ts +15 -15
- package/lib/config/config.service.d.ts +18 -18
- package/lib/config/index.d.ts +3 -3
- package/lib/config/version.d.ts +5 -5
- package/lib/core.module.d.ts +19 -19
- package/lib/gesture/gesture.module.d.ts +9 -9
- package/lib/gesture/gesture.provider.d.ts +7 -7
- package/lib/language/index.d.ts +1 -1
- package/lib/language/language.module.d.ts +9 -9
- package/lib/language/shared/index.d.ts +4 -4
- package/lib/language/shared/language.interface.d.ts +3 -3
- package/lib/language/shared/language.loader.d.ts +11 -11
- package/lib/language/shared/language.provider.d.ts +15 -15
- package/lib/language/shared/language.service.d.ts +13 -13
- package/lib/language/shared/missing-translation.guard.d.ts +4 -4
- package/lib/media/index.d.ts +2 -2
- package/lib/media/media.enum.d.ts +9 -9
- package/lib/media/media.service.d.ts +16 -16
- package/lib/message/index.d.ts +1 -1
- package/lib/message/message.module.d.ts +10 -10
- package/lib/message/shared/index.d.ts +4 -4
- package/lib/message/shared/message.enum.d.ts +8 -8
- package/lib/message/shared/message.interface.d.ts +21 -21
- package/lib/message/shared/message.service.d.ts +31 -31
- package/lib/network/index.d.ts +2 -2
- package/lib/network/network.interfaces.d.ts +3 -3
- package/lib/network/network.service.d.ts +21 -21
- package/lib/regex/index.d.ts +2 -2
- package/lib/regex/regex.interface.d.ts +3 -3
- package/lib/regex/regex.service.d.ts +12 -12
- package/lib/request/error.interceptor.d.ts +14 -14
- package/lib/request/error.module.d.ts +9 -9
- package/lib/request/index.d.ts +2 -2
- package/lib/request/logging.interceptor.d.ts +8 -8
- package/lib/request/logging.module.d.ts +8 -8
- package/lib/route/route.interface.d.ts +23 -23
- package/lib/route/route.service.d.ts +19 -19
- package/lib/storage/index.d.ts +2 -2
- package/lib/storage/storage.interface.d.ts +20 -20
- package/lib/storage/storage.service.d.ts +19 -19
- package/locale/en.auth.json +29 -29
- package/locale/en.common.json +43 -43
- package/locale/en.context.json +199 -199
- package/locale/en.core.json +29 -29
- package/locale/en.geo.json +805 -805
- package/locale/en.integration.json +123 -123
- package/locale/fr.auth.json +32 -32
- package/locale/fr.common.json +43 -43
- package/locale/fr.context.json +199 -199
- package/locale/fr.core.json +29 -29
- package/locale/fr.geo.json +805 -805
- package/locale/fr.integration.json +125 -125
- package/package.json +2 -2
- package/public_api.d.ts +24 -24
- package/style/all.theming.scss +5 -5
- package/style/core.theming.scss +9 -9
- package/style/foreground.scss +20 -20
- package/style/index.theming.scss +780 -780
- package/style/material.font.scss +9 -9
- package/style/partial/core.variables.scss +4 -4
- package/style/partial/media.scss +80 -80
- package/style/setup.scss +2 -2
- package/style/themes/blue.theme.scss +19 -19
- package/style/themes/bluedark.theme.scss +51 -51
- package/style/themes/bluedq.theme.scss +52 -52
- package/style/themes/bluegrey.theme.scss +16 -16
- package/style/themes/dark.theme.scss +16 -16
- package/style/themes/deeppurple.theme.scss +16 -16
- package/style/themes/indigo.theme.scss +16 -16
- package/style/themes/orange.theme.scss +16 -16
- package/style/themes/teal.theme.scss +16 -16
- package/style/theming.scss +5 -5
- 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
|
+
}
|
package/lib/network/index.d.ts
CHANGED
|
@@ -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
|
+
}
|
package/lib/regex/index.d.ts
CHANGED
|
@@ -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
|
+
}
|
package/lib/request/index.d.ts
CHANGED
|
@@ -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
|
+
}
|
package/lib/storage/index.d.ts
CHANGED
|
@@ -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
|
+
}
|
package/locale/en.auth.json
CHANGED
|
@@ -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
|
+
}
|
package/locale/en.common.json
CHANGED
|
@@ -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
|
+
}
|