@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,23 +1,23 @@
1
- import { ConfigService } from '../../config/config.service';
2
- import * as i0 from "@angular/core";
3
- export declare class AnalyticsService {
4
- private config;
5
- private options;
6
- get paq(): any;
7
- constructor(config: ConfigService);
8
- private initMatomo;
9
- setUser(user?: {
10
- id: number;
11
- sourceId?: string;
12
- firstName?: string;
13
- lastName?: string;
14
- }, profils?: string[]): void;
15
- trackSearch(term: string, nbResults: number): void;
16
- trackEvent(category: string, action: string, name: string): void;
17
- /**
18
- * Function that tracks layers added to the map
19
- */
20
- trackLayer(category: string, action: string, parameters: any): void;
21
- static ɵfac: i0.ɵɵFactoryDeclaration<AnalyticsService, never>;
22
- static ɵprov: i0.ɵɵInjectableDeclaration<AnalyticsService>;
23
- }
1
+ import { ConfigService } from '../../config/config.service';
2
+ import * as i0 from "@angular/core";
3
+ export declare class AnalyticsService {
4
+ private config;
5
+ private options;
6
+ get paq(): any;
7
+ constructor(config: ConfigService);
8
+ private initMatomo;
9
+ setUser(user?: {
10
+ id: number;
11
+ sourceId?: string;
12
+ firstName?: string;
13
+ lastName?: string;
14
+ }, profils?: string[]): void;
15
+ trackSearch(term: string, nbResults: number): void;
16
+ trackEvent(category: string, action: string, name: string): void;
17
+ /**
18
+ * Function that tracks layers added to the map
19
+ */
20
+ trackLayer(category: string, action: string, parameters: any): void;
21
+ static ɵfac: i0.ɵɵFactoryDeclaration<AnalyticsService, never>;
22
+ static ɵprov: i0.ɵɵInjectableDeclaration<AnalyticsService>;
23
+ }
@@ -1,2 +1,2 @@
1
- export * from './analytics.service';
2
- export * from './analytics.interface';
1
+ export * from './analytics.service';
2
+ export * from './analytics.interface';
@@ -1,5 +1,5 @@
1
- export interface CompressedData {
2
- length: number;
3
- type: string;
4
- object: any;
5
- }
1
+ export interface CompressedData {
2
+ length: number;
3
+ type: string;
4
+ object: any;
5
+ }
@@ -1,15 +1,15 @@
1
- import { Observable } from 'rxjs';
2
- import { CompressedData } from './compressedData.interface';
3
- import * as i0 from "@angular/core";
4
- export declare class CompressionService {
5
- private base64Index;
6
- private indexBase64;
7
- constructor();
8
- private generateBase64Index;
9
- compressBlob(blob: Blob): Observable<CompressedData>;
10
- decompressBlob(compressedData: CompressedData): Blob;
11
- private compressStringBase64;
12
- private decompressStringBase64;
13
- static ɵfac: i0.ɵɵFactoryDeclaration<CompressionService, never>;
14
- static ɵprov: i0.ɵɵInjectableDeclaration<CompressionService>;
15
- }
1
+ import { Observable } from 'rxjs';
2
+ import { CompressedData } from './compressedData.interface';
3
+ import * as i0 from "@angular/core";
4
+ export declare class CompressionService {
5
+ private base64Index;
6
+ private indexBase64;
7
+ constructor();
8
+ private generateBase64Index;
9
+ compressBlob(blob: Blob): Observable<CompressedData>;
10
+ decompressBlob(compressedData: CompressedData): Blob;
11
+ private compressStringBase64;
12
+ private decompressStringBase64;
13
+ static ɵfac: i0.ɵɵFactoryDeclaration<CompressionService, never>;
14
+ static ɵprov: i0.ɵɵInjectableDeclaration<CompressionService>;
15
+ }
@@ -1,2 +1,2 @@
1
- export * from './compressedData.interface';
2
- export * from './compression.service';
1
+ export * from './compressedData.interface';
2
+ export * from './compression.service';
@@ -1,6 +1,6 @@
1
- export interface ConfigOptions {
2
- default?: {
3
- [key: string]: any;
4
- };
5
- path?: string;
6
- }
1
+ export interface ConfigOptions {
2
+ default?: {
3
+ [key: string]: any;
4
+ };
5
+ path?: string;
6
+ }
@@ -1,8 +1,8 @@
1
- import { ModuleWithProviders } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class IgoConfigModule {
4
- static forRoot(): ModuleWithProviders<IgoConfigModule>;
5
- static ɵfac: i0.ɵɵFactoryDeclaration<IgoConfigModule, never>;
6
- static ɵmod: i0.ɵɵNgModuleDeclaration<IgoConfigModule, never, never, never>;
7
- static ɵinj: i0.ɵɵInjectorDeclaration<IgoConfigModule>;
8
- }
1
+ import { ModuleWithProviders } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class IgoConfigModule {
4
+ static forRoot(): ModuleWithProviders<IgoConfigModule>;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<IgoConfigModule, never>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IgoConfigModule, never, never, never>;
7
+ static ɵinj: i0.ɵɵInjectorDeclaration<IgoConfigModule>;
8
+ }
@@ -1,15 +1,15 @@
1
- import { InjectionToken } from '@angular/core';
2
- import { ConfigService } from './config.service';
3
- import { ConfigOptions } from './config.interface';
4
- export declare let CONFIG_OPTIONS: InjectionToken<ConfigOptions>;
5
- export declare function provideConfigOptions(options: ConfigOptions): {
6
- provide: InjectionToken<ConfigOptions>;
7
- useValue: ConfigOptions;
8
- };
9
- export declare function configFactory(configService: ConfigService, options: ConfigOptions): () => true | Promise<unknown>;
10
- export declare function provideConfigLoader(): {
11
- provide: InjectionToken<readonly (() => void | import("rxjs").Observable<unknown> | Promise<unknown>)[]>;
12
- useFactory: typeof configFactory;
13
- multi: boolean;
14
- deps: (typeof ConfigService | InjectionToken<ConfigOptions>)[];
15
- };
1
+ import { InjectionToken } from '@angular/core';
2
+ import { ConfigService } from './config.service';
3
+ import { ConfigOptions } from './config.interface';
4
+ export declare let CONFIG_OPTIONS: InjectionToken<ConfigOptions>;
5
+ export declare function provideConfigOptions(options: ConfigOptions): {
6
+ provide: InjectionToken<ConfigOptions>;
7
+ useValue: ConfigOptions;
8
+ };
9
+ export declare function configFactory(configService: ConfigService, options: ConfigOptions): () => true | Promise<unknown>;
10
+ export declare function provideConfigLoader(): {
11
+ provide: InjectionToken<readonly (() => void | import("rxjs").Observable<unknown> | Promise<unknown>)[]>;
12
+ useFactory: typeof configFactory;
13
+ multi: boolean;
14
+ deps: (typeof ConfigService | InjectionToken<ConfigOptions>)[];
15
+ };
@@ -1,18 +1,18 @@
1
- import { Injector } from '@angular/core';
2
- import { ConfigOptions } from './config.interface';
3
- import * as i0 from "@angular/core";
4
- export declare class ConfigService {
5
- private injector;
6
- private config;
7
- constructor(injector: Injector);
8
- /**
9
- * Use to get the data found in config file
10
- */
11
- getConfig(key: string): any;
12
- /**
13
- * This method loads "[path]" to get all config's variables
14
- */
15
- load(options: ConfigOptions): true | Promise<unknown>;
16
- static ɵfac: i0.ɵɵFactoryDeclaration<ConfigService, never>;
17
- static ɵprov: i0.ɵɵInjectableDeclaration<ConfigService>;
18
- }
1
+ import { Injector } from '@angular/core';
2
+ import { ConfigOptions } from './config.interface';
3
+ import * as i0 from "@angular/core";
4
+ export declare class ConfigService {
5
+ private injector;
6
+ private config;
7
+ constructor(injector: Injector);
8
+ /**
9
+ * Use to get the data found in config file
10
+ */
11
+ getConfig(key: string): any;
12
+ /**
13
+ * This method loads "[path]" to get all config's variables
14
+ */
15
+ load(options: ConfigOptions): true | Promise<unknown>;
16
+ static ɵfac: i0.ɵɵFactoryDeclaration<ConfigService, never>;
17
+ static ɵprov: i0.ɵɵInjectableDeclaration<ConfigService>;
18
+ }
@@ -1,3 +1,3 @@
1
- export * from './config.service';
2
- export * from './config.interface';
3
- export * from './version';
1
+ export * from './config.service';
2
+ export * from './config.interface';
3
+ export * from './version';
@@ -1,5 +1,5 @@
1
- export interface Version {
2
- lib: string;
3
- releaseDate: number;
4
- }
5
- export declare const version: Version;
1
+ export interface Version {
2
+ lib: string;
3
+ releaseDate: number;
4
+ }
5
+ export declare const version: Version;
@@ -1,19 +1,19 @@
1
- import { ModuleWithProviders } from '@angular/core';
2
- import { DomSanitizer } from '@angular/platform-browser';
3
- import { MatIconRegistry } from '@angular/material/icon';
4
- import * as i0 from "@angular/core";
5
- import * as i1 from "@angular/common";
6
- import * as i2 from "@angular/common/http";
7
- import * as i3 from "./activity/activity.module";
8
- import * as i4 from "./config/config.module";
9
- import * as i5 from "./request/error.module";
10
- import * as i6 from "./language/language.module";
11
- import * as i7 from "./message/message.module";
12
- import * as i8 from "ngx-indexed-db";
13
- export declare class IgoCoreModule {
14
- static forRoot(): ModuleWithProviders<IgoCoreModule>;
15
- constructor(matIconRegistry: MatIconRegistry, domSanitizer: DomSanitizer);
16
- static ɵfac: i0.ɵɵFactoryDeclaration<IgoCoreModule, never>;
17
- static ɵmod: i0.ɵɵNgModuleDeclaration<IgoCoreModule, never, [typeof i1.CommonModule, typeof i2.HttpClientModule, typeof i3.IgoActivityModule, typeof i4.IgoConfigModule, typeof i5.IgoErrorModule, typeof i6.IgoLanguageModule, typeof i7.IgoMessageModule, typeof i8.NgxIndexedDBModule], [typeof i3.IgoActivityModule, typeof i4.IgoConfigModule, typeof i5.IgoErrorModule, typeof i6.IgoLanguageModule, typeof i7.IgoMessageModule]>;
18
- static ɵinj: i0.ɵɵInjectorDeclaration<IgoCoreModule>;
19
- }
1
+ import { ModuleWithProviders } from '@angular/core';
2
+ import { DomSanitizer } from '@angular/platform-browser';
3
+ import { MatIconRegistry } from '@angular/material/icon';
4
+ import * as i0 from "@angular/core";
5
+ import * as i1 from "@angular/common";
6
+ import * as i2 from "@angular/common/http";
7
+ import * as i3 from "./activity/activity.module";
8
+ import * as i4 from "./config/config.module";
9
+ import * as i5 from "./request/error.module";
10
+ import * as i6 from "./language/language.module";
11
+ import * as i7 from "./message/message.module";
12
+ import * as i8 from "ngx-indexed-db";
13
+ export declare class IgoCoreModule {
14
+ static forRoot(): ModuleWithProviders<IgoCoreModule>;
15
+ constructor(matIconRegistry: MatIconRegistry, domSanitizer: DomSanitizer);
16
+ static ɵfac: i0.ɵɵFactoryDeclaration<IgoCoreModule, never>;
17
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IgoCoreModule, never, [typeof i1.CommonModule, typeof i2.HttpClientModule, typeof i3.IgoActivityModule, typeof i4.IgoConfigModule, typeof i5.IgoErrorModule, typeof i6.IgoLanguageModule, typeof i7.IgoMessageModule, typeof i8.NgxIndexedDBModule], [typeof i3.IgoActivityModule, typeof i4.IgoConfigModule, typeof i5.IgoErrorModule, typeof i6.IgoLanguageModule, typeof i7.IgoMessageModule]>;
18
+ static ɵinj: i0.ɵɵInjectorDeclaration<IgoCoreModule>;
19
+ }
@@ -1,9 +1,9 @@
1
- import { ModuleWithProviders } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- import * as i1 from "@angular/platform-browser";
4
- export declare class IgoGestureModule {
5
- static forRoot(): ModuleWithProviders<IgoGestureModule>;
6
- static ɵfac: i0.ɵɵFactoryDeclaration<IgoGestureModule, never>;
7
- static ɵmod: i0.ɵɵNgModuleDeclaration<IgoGestureModule, never, [typeof i1.HammerModule], never>;
8
- static ɵinj: i0.ɵɵInjectorDeclaration<IgoGestureModule>;
9
- }
1
+ import { ModuleWithProviders } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ import * as i1 from "@angular/platform-browser";
4
+ export declare class IgoGestureModule {
5
+ static forRoot(): ModuleWithProviders<IgoGestureModule>;
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<IgoGestureModule, never>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IgoGestureModule, never, [typeof i1.HammerModule], never>;
8
+ static ɵinj: i0.ɵɵInjectorDeclaration<IgoGestureModule>;
9
+ }
@@ -1,7 +1,7 @@
1
- import { HammerGestureConfig } from '@angular/platform-browser';
2
- import * as i0 from "@angular/core";
3
- export declare class IgoGestureConfig extends HammerGestureConfig {
4
- buildHammer(element: HTMLElement): any;
5
- static ɵfac: i0.ɵɵFactoryDeclaration<IgoGestureConfig, never>;
6
- static ɵprov: i0.ɵɵInjectableDeclaration<IgoGestureConfig>;
7
- }
1
+ import { HammerGestureConfig } from '@angular/platform-browser';
2
+ import * as i0 from "@angular/core";
3
+ export declare class IgoGestureConfig extends HammerGestureConfig {
4
+ buildHammer(element: HTMLElement): any;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<IgoGestureConfig, never>;
6
+ static ɵprov: i0.ɵɵInjectableDeclaration<IgoGestureConfig>;
7
+ }
@@ -1 +1 @@
1
- export * from './shared';
1
+ export * from './shared';
@@ -1,9 +1,9 @@
1
- import { ModuleWithProviders } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- import * as i1 from "@ngx-translate/core";
4
- export declare class IgoLanguageModule {
5
- static forRoot(): ModuleWithProviders<IgoLanguageModule>;
6
- static ɵfac: i0.ɵɵFactoryDeclaration<IgoLanguageModule, never>;
7
- static ɵmod: i0.ɵɵNgModuleDeclaration<IgoLanguageModule, never, [typeof i1.TranslateModule], [typeof i1.TranslateModule]>;
8
- static ɵinj: i0.ɵɵInjectorDeclaration<IgoLanguageModule>;
9
- }
1
+ import { ModuleWithProviders } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ import * as i1 from "@ngx-translate/core";
4
+ export declare class IgoLanguageModule {
5
+ static forRoot(): ModuleWithProviders<IgoLanguageModule>;
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<IgoLanguageModule, never>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IgoLanguageModule, never, [typeof i1.TranslateModule], [typeof i1.TranslateModule]>;
8
+ static ɵinj: i0.ɵɵInjectorDeclaration<IgoLanguageModule>;
9
+ }
@@ -1,4 +1,4 @@
1
- export * from './language.interface';
2
- export * from './language.loader';
3
- export * from './language.service';
4
- export * from './missing-translation.guard';
1
+ export * from './language.interface';
2
+ export * from './language.loader';
3
+ export * from './language.service';
4
+ export * from './missing-translation.guard';
@@ -1,3 +1,3 @@
1
- export interface LanguageOptions {
2
- prefix?: string | string[];
3
- }
1
+ export interface LanguageOptions {
2
+ prefix?: string | string[];
3
+ }
@@ -1,11 +1,11 @@
1
- import { HttpClient } from '@angular/common/http';
2
- import { TranslateLoader } from '@ngx-translate/core';
3
- import { ConfigService } from '../../config/config.service';
4
- export declare class LanguageLoader implements TranslateLoader {
5
- private http;
6
- private prefix?;
7
- private suffix;
8
- private config?;
9
- constructor(http: HttpClient, prefix?: string | string[], suffix?: string, config?: ConfigService);
10
- getTranslation(lang: string): any;
11
- }
1
+ import { HttpClient } from '@angular/common/http';
2
+ import { TranslateLoader } from '@ngx-translate/core';
3
+ import { ConfigService } from '../../config/config.service';
4
+ export declare class LanguageLoader implements TranslateLoader {
5
+ private http;
6
+ private prefix?;
7
+ private suffix;
8
+ private config?;
9
+ constructor(http: HttpClient, prefix?: string | string[], suffix?: string, config?: ConfigService);
10
+ getTranslation(lang: string): any;
11
+ }
@@ -1,15 +1,15 @@
1
- import { HttpClient } from '@angular/common/http';
2
- import { TranslateLoader } from '@ngx-translate/core';
3
- import { ConfigService } from '../../config/config.service';
4
- import { LanguageLoader } from './language.loader';
5
- export declare function defaultLanguageLoader(http: HttpClient, config?: ConfigService): LanguageLoader;
6
- export declare function provideLanguageLoader(loader?: any): {
7
- provide: typeof TranslateLoader;
8
- useFactory: any;
9
- deps: (typeof HttpClient)[];
10
- };
11
- export declare function provideDefaultLanguageLoader(loader?: any): {
12
- provide: typeof TranslateLoader;
13
- useFactory: any;
14
- deps: (typeof ConfigService | typeof HttpClient)[];
15
- };
1
+ import { HttpClient } from '@angular/common/http';
2
+ import { TranslateLoader } from '@ngx-translate/core';
3
+ import { ConfigService } from '../../config/config.service';
4
+ import { LanguageLoader } from './language.loader';
5
+ export declare function defaultLanguageLoader(http: HttpClient, config?: ConfigService): LanguageLoader;
6
+ export declare function provideLanguageLoader(loader?: any): {
7
+ provide: typeof TranslateLoader;
8
+ useFactory: any;
9
+ deps: (typeof HttpClient)[];
10
+ };
11
+ export declare function provideDefaultLanguageLoader(loader?: any): {
12
+ provide: typeof TranslateLoader;
13
+ useFactory: any;
14
+ deps: (typeof ConfigService | typeof HttpClient)[];
15
+ };
@@ -1,13 +1,13 @@
1
- import { TranslateService } from '@ngx-translate/core';
2
- import { BehaviorSubject } from 'rxjs';
3
- import * as i0 from "@angular/core";
4
- export declare class LanguageService {
5
- translate: TranslateService;
6
- private language;
7
- readonly language$: BehaviorSubject<string>;
8
- constructor(translate: TranslateService);
9
- getLanguage(): string;
10
- setLanguage(language: string): void;
11
- static ɵfac: i0.ɵɵFactoryDeclaration<LanguageService, never>;
12
- static ɵprov: i0.ɵɵInjectableDeclaration<LanguageService>;
13
- }
1
+ import { TranslateService } from '@ngx-translate/core';
2
+ import { BehaviorSubject } from 'rxjs';
3
+ import * as i0 from "@angular/core";
4
+ export declare class LanguageService {
5
+ translate: TranslateService;
6
+ private language;
7
+ readonly language$: BehaviorSubject<string>;
8
+ constructor(translate: TranslateService);
9
+ getLanguage(): string;
10
+ setLanguage(language: string): void;
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<LanguageService, never>;
12
+ static ɵprov: i0.ɵɵInjectableDeclaration<LanguageService>;
13
+ }
@@ -1,4 +1,4 @@
1
- import { MissingTranslationHandler, MissingTranslationHandlerParams } from '@ngx-translate/core';
2
- export declare class IgoMissingTranslationHandler implements MissingTranslationHandler {
3
- handle(params: MissingTranslationHandlerParams): string;
4
- }
1
+ import { MissingTranslationHandler, MissingTranslationHandlerParams } from '@ngx-translate/core';
2
+ export declare class IgoMissingTranslationHandler implements MissingTranslationHandler {
3
+ handle(params: MissingTranslationHandlerParams): string;
4
+ }
@@ -1,2 +1,2 @@
1
- export * from './media.enum';
2
- export * from './media.service';
1
+ export * from './media.enum';
2
+ export * from './media.service';
@@ -1,9 +1,9 @@
1
- export declare enum Media {
2
- Mobile = "mobile",
3
- Tablet = "tablet",
4
- Desktop = "desktop"
5
- }
6
- export declare enum MediaOrientation {
7
- Portrait = "portrait",
8
- Landscape = "landscape"
9
- }
1
+ export declare enum Media {
2
+ Mobile = "mobile",
3
+ Tablet = "tablet",
4
+ Desktop = "desktop"
5
+ }
6
+ export declare enum MediaOrientation {
7
+ Portrait = "portrait",
8
+ Landscape = "landscape"
9
+ }
@@ -1,16 +1,16 @@
1
- import { BreakpointObserver } from '@angular/cdk/layout';
2
- import { BehaviorSubject } from 'rxjs';
3
- import { Media, MediaOrientation } from './media.enum';
4
- import * as i0 from "@angular/core";
5
- export declare class MediaService {
6
- media$: BehaviorSubject<Media>;
7
- orientation$: BehaviorSubject<MediaOrientation>;
8
- constructor(breakpointObserver: BreakpointObserver);
9
- getMedia(): Media;
10
- getOrientation(): MediaOrientation;
11
- isTouchScreen(): boolean;
12
- isMobile(): boolean;
13
- isDesktop(): boolean;
14
- static ɵfac: i0.ɵɵFactoryDeclaration<MediaService, never>;
15
- static ɵprov: i0.ɵɵInjectableDeclaration<MediaService>;
16
- }
1
+ import { BreakpointObserver } from '@angular/cdk/layout';
2
+ import { BehaviorSubject } from 'rxjs';
3
+ import { Media, MediaOrientation } from './media.enum';
4
+ import * as i0 from "@angular/core";
5
+ export declare class MediaService {
6
+ media$: BehaviorSubject<Media>;
7
+ orientation$: BehaviorSubject<MediaOrientation>;
8
+ constructor(breakpointObserver: BreakpointObserver);
9
+ getMedia(): Media;
10
+ getOrientation(): MediaOrientation;
11
+ isTouchScreen(): boolean;
12
+ isMobile(): boolean;
13
+ isDesktop(): boolean;
14
+ static ɵfac: i0.ɵɵFactoryDeclaration<MediaService, never>;
15
+ static ɵprov: i0.ɵɵInjectableDeclaration<MediaService>;
16
+ }
@@ -1 +1 @@
1
- export * from './shared';
1
+ export * from './shared';
@@ -1,10 +1,10 @@
1
- import { ModuleWithProviders } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- import * as i1 from "@angular/common";
4
- import * as i2 from "ngx-toastr";
5
- export declare class IgoMessageModule {
6
- static forRoot(): ModuleWithProviders<IgoMessageModule>;
7
- static ɵfac: i0.ɵɵFactoryDeclaration<IgoMessageModule, never>;
8
- static ɵmod: i0.ɵɵNgModuleDeclaration<IgoMessageModule, never, [typeof i1.CommonModule, typeof i2.ToastrModule], never>;
9
- static ɵinj: i0.ɵɵInjectorDeclaration<IgoMessageModule>;
10
- }
1
+ import { ModuleWithProviders } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ import * as i1 from "@angular/common";
4
+ import * as i2 from "ngx-toastr";
5
+ export declare class IgoMessageModule {
6
+ static forRoot(): ModuleWithProviders<IgoMessageModule>;
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<IgoMessageModule, never>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IgoMessageModule, never, [typeof i1.CommonModule, typeof i2.ToastrModule], never>;
9
+ static ɵinj: i0.ɵɵInjectorDeclaration<IgoMessageModule>;
10
+ }
@@ -1,4 +1,4 @@
1
- export * from './message.enum';
2
- export * from './message.interface';
3
- export * from './message.service';
4
- export { ActiveToast } from 'ngx-toastr';
1
+ export * from './message.enum';
2
+ export * from './message.interface';
3
+ export * from './message.service';
4
+ export { ActiveToast } from 'ngx-toastr';
@@ -1,8 +1,8 @@
1
- export declare enum MessageType {
2
- ERROR = "error",
3
- ALERT = "warning",
4
- WARNING = "warning",
5
- INFO = "info",
6
- SUCCESS = "success",
7
- SHOW = "show"
8
- }
1
+ export declare enum MessageType {
2
+ ERROR = "error",
3
+ ALERT = "warning",
4
+ WARNING = "warning",
5
+ INFO = "info",
6
+ SUCCESS = "success",
7
+ SHOW = "show"
8
+ }
@@ -1,21 +1,21 @@
1
- import { TemplateRef } from '@angular/core';
2
- import { MessageType } from './message.enum';
3
- import { IndividualConfig } from 'ngx-toastr';
4
- export interface Message {
5
- title?: string;
6
- text?: string;
7
- html?: string | TemplateRef<any>;
8
- type?: MessageType;
9
- options?: MessageOptions;
10
- format?: 'text' | 'html';
11
- textInterpolateParams?: Object;
12
- titleInterpolateParams?: Object;
13
- showIcon?: boolean;
14
- }
15
- export interface MessageOptions extends IndividualConfig {
16
- template?: string;
17
- from?: Date | string;
18
- to?: Date | string;
19
- id?: number;
20
- showOnEachLayerVisibility?: boolean;
21
- }
1
+ import { TemplateRef } from '@angular/core';
2
+ import { MessageType } from './message.enum';
3
+ import { IndividualConfig } from 'ngx-toastr';
4
+ export interface Message {
5
+ title?: string;
6
+ text?: string;
7
+ html?: string | TemplateRef<any>;
8
+ type?: MessageType;
9
+ options?: MessageOptions;
10
+ format?: 'text' | 'html';
11
+ textInterpolateParams?: Object;
12
+ titleInterpolateParams?: Object;
13
+ showIcon?: boolean;
14
+ }
15
+ export interface MessageOptions extends IndividualConfig {
16
+ template?: string;
17
+ from?: Date | string;
18
+ to?: Date | string;
19
+ id?: number;
20
+ showOnEachLayerVisibility?: boolean;
21
+ }