@igo2/core 18.0.2 → 18.0.3

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 (47) hide show
  1. package/esm2022/activity/activity.interceptor.mjs +3 -3
  2. package/esm2022/activity/activity.module.mjs +4 -4
  3. package/esm2022/activity/activity.service.mjs +3 -3
  4. package/esm2022/analytics/analytics.service.mjs +3 -3
  5. package/esm2022/config/config.module.mjs +4 -4
  6. package/esm2022/config/config.service.mjs +3 -3
  7. package/esm2022/config/version.mjs +3 -3
  8. package/esm2022/gesture/gesture.module.mjs +4 -4
  9. package/esm2022/gesture/gesture.provider.mjs +3 -3
  10. package/esm2022/language/language.module.mjs +4 -4
  11. package/esm2022/language/shared/language.service.mjs +3 -3
  12. package/esm2022/lib/core.module.mjs +4 -4
  13. package/esm2022/media/media.service.mjs +3 -3
  14. package/esm2022/message/message.module.mjs +4 -4
  15. package/esm2022/message/shared/message.service.mjs +3 -3
  16. package/esm2022/network/network.service.mjs +3 -3
  17. package/esm2022/regex/regex.service.mjs +3 -3
  18. package/esm2022/request/error.interceptor.mjs +3 -3
  19. package/esm2022/request/error.module.mjs +4 -4
  20. package/esm2022/request/logging.interceptor.mjs +3 -3
  21. package/esm2022/request/logging.module.mjs +4 -4
  22. package/esm2022/route/route.service.mjs +3 -3
  23. package/esm2022/storage/storage.service.mjs +3 -3
  24. package/fesm2022/igo2-core-activity.mjs +10 -10
  25. package/fesm2022/igo2-core-analytics.mjs +3 -3
  26. package/fesm2022/igo2-core-config.mjs +9 -9
  27. package/fesm2022/igo2-core-config.mjs.map +1 -1
  28. package/fesm2022/igo2-core-gesture.mjs +7 -7
  29. package/fesm2022/igo2-core-language.mjs +7 -7
  30. package/fesm2022/igo2-core-media.mjs +3 -3
  31. package/fesm2022/igo2-core-message.mjs +7 -7
  32. package/fesm2022/igo2-core-network.mjs +3 -3
  33. package/fesm2022/igo2-core-regex.mjs +3 -3
  34. package/fesm2022/igo2-core-request.mjs +14 -14
  35. package/fesm2022/igo2-core-route.mjs +3 -3
  36. package/fesm2022/igo2-core-storage.mjs +3 -3
  37. package/fesm2022/igo2-core.mjs +4 -4
  38. package/package.json +2 -2
  39. package/theming/prebuilt-themes/blue-theme.css +42 -30
  40. package/theming/prebuilt-themes/bluedark-theme.css +42 -30
  41. package/theming/prebuilt-themes/bluedq-theme.css +42 -30
  42. package/theming/prebuilt-themes/bluegrey-theme.css +42 -30
  43. package/theming/prebuilt-themes/dark-theme.css +42 -30
  44. package/theming/prebuilt-themes/deeppurple-theme.css +42 -30
  45. package/theming/prebuilt-themes/indigo-theme.css +42 -30
  46. package/theming/prebuilt-themes/orange-theme.css +42 -30
  47. package/theming/prebuilt-themes/teal-theme.css +42 -30
@@ -9,11 +9,11 @@ import { ConfigService } from '@igo2/core/config';
9
9
  import { timeout, catchError } from 'rxjs/operators';
10
10
 
11
11
  class IgoLanguageModule {
12
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IgoLanguageModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
13
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: IgoLanguageModule, exports: [TranslateModule] });
14
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IgoLanguageModule, imports: [TranslateModule] });
12
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IgoLanguageModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
13
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: IgoLanguageModule, exports: [TranslateModule] });
14
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IgoLanguageModule, imports: [TranslateModule] });
15
15
  }
16
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IgoLanguageModule, decorators: [{
16
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IgoLanguageModule, decorators: [{
17
17
  type: NgModule,
18
18
  args: [{
19
19
  exports: [TranslateModule]
@@ -105,10 +105,10 @@ class LanguageService {
105
105
  this.language$.next(this.language);
106
106
  });
107
107
  }
108
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: LanguageService, deps: [{ token: i1.TranslateService }], target: i0.ɵɵFactoryTarget.Injectable });
109
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: LanguageService, providedIn: 'root' });
108
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: LanguageService, deps: [{ token: i1.TranslateService }], target: i0.ɵɵFactoryTarget.Injectable });
109
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: LanguageService, providedIn: 'root' });
110
110
  }
111
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: LanguageService, decorators: [{
111
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: LanguageService, decorators: [{
112
112
  type: Injectable,
113
113
  args: [{
114
114
  providedIn: 'root'
@@ -82,10 +82,10 @@ class MediaService {
82
82
  const media = this.getMedia();
83
83
  return media === 'desktop';
84
84
  }
85
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MediaService, deps: [{ token: i1.BreakpointObserver }], target: i0.ɵɵFactoryTarget.Injectable });
86
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MediaService, providedIn: 'root' });
85
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MediaService, deps: [{ token: i1.BreakpointObserver }], target: i0.ɵɵFactoryTarget.Injectable });
86
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MediaService, providedIn: 'root' });
87
87
  }
88
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MediaService, decorators: [{
88
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MediaService, decorators: [{
89
89
  type: Injectable,
90
90
  args: [{
91
91
  providedIn: 'root'
@@ -36,11 +36,11 @@ class IgoMessageModule {
36
36
  providers: []
37
37
  };
38
38
  }
39
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IgoMessageModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
40
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: IgoMessageModule });
41
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IgoMessageModule, providers: [provideMessage()] });
39
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IgoMessageModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
40
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: IgoMessageModule });
41
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IgoMessageModule, providers: [provideMessage()] });
42
42
  }
43
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IgoMessageModule, decorators: [{
43
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IgoMessageModule, decorators: [{
44
44
  type: NgModule,
45
45
  args: [{
46
46
  imports: [],
@@ -262,10 +262,10 @@ class MessageService {
262
262
  message.title = undefined;
263
263
  return message;
264
264
  }
265
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MessageService, deps: [{ token: Injector }, { token: i1.ConfigService }, { token: i2.LanguageService }], target: i0.ɵɵFactoryTarget.Injectable });
266
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MessageService, providedIn: 'root' });
265
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MessageService, deps: [{ token: Injector }, { token: i1.ConfigService }, { token: i2.LanguageService }], target: i0.ɵɵFactoryTarget.Injectable });
266
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MessageService, providedIn: 'root' });
267
267
  }
268
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: MessageService, decorators: [{
268
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MessageService, decorators: [{
269
269
  type: Injectable,
270
270
  args: [{
271
271
  providedIn: 'root'
@@ -56,10 +56,10 @@ class NetworkService {
56
56
  ? this.stateChangeEventEmitter.pipe(debounceTime(300), startWith(this.state))
57
57
  : this.stateChangeEventEmitter.pipe(debounceTime(300));
58
58
  }
59
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NetworkService, deps: [{ token: i1.MessageService }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable });
60
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NetworkService, providedIn: 'root' });
59
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: NetworkService, deps: [{ token: i1.MessageService }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable });
60
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: NetworkService, providedIn: 'root' });
61
61
  }
62
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NetworkService, decorators: [{
62
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: NetworkService, decorators: [{
63
63
  type: Injectable,
64
64
  args: [{
65
65
  providedIn: 'root'
@@ -18,10 +18,10 @@ class RegexService {
18
18
  }
19
19
  return;
20
20
  }
21
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: RegexService, deps: [{ token: i1.ConfigService }], target: i0.ɵɵFactoryTarget.Injectable });
22
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: RegexService, providedIn: 'root' });
21
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: RegexService, deps: [{ token: i1.ConfigService }], target: i0.ɵɵFactoryTarget.Injectable });
22
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: RegexService, providedIn: 'root' });
23
23
  }
24
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: RegexService, decorators: [{
24
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: RegexService, decorators: [{
25
25
  type: Injectable,
26
26
  args: [{
27
27
  providedIn: 'root'
@@ -60,10 +60,10 @@ class ErrorInterceptor {
60
60
  progressBar: false
61
61
  });
62
62
  }
63
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ErrorInterceptor, deps: [{ token: i1.MessageService }], target: i0.ɵɵFactoryTarget.Injectable });
64
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ErrorInterceptor, providedIn: 'root' });
63
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ErrorInterceptor, deps: [{ token: i1.MessageService }], target: i0.ɵɵFactoryTarget.Injectable });
64
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ErrorInterceptor, providedIn: 'root' });
65
65
  }
66
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ErrorInterceptor, decorators: [{
66
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ErrorInterceptor, decorators: [{
67
67
  type: Injectable,
68
68
  args: [{
69
69
  providedIn: 'root'
@@ -88,11 +88,11 @@ class IgoErrorModule {
88
88
  throw new Error('IgoErrorModule is already loaded. Import it in the AppModule only');
89
89
  }
90
90
  }
91
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IgoErrorModule, deps: [{ token: IgoErrorModule, optional: true, skipSelf: true }], target: i0.ɵɵFactoryTarget.NgModule });
92
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: IgoErrorModule });
93
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IgoErrorModule });
91
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IgoErrorModule, deps: [{ token: IgoErrorModule, optional: true, skipSelf: true }], target: i0.ɵɵFactoryTarget.NgModule });
92
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: IgoErrorModule });
93
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IgoErrorModule });
94
94
  }
95
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IgoErrorModule, decorators: [{
95
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IgoErrorModule, decorators: [{
96
96
  type: NgModule,
97
97
  args: [{
98
98
  imports: [],
@@ -123,10 +123,10 @@ class LoggingInterceptor {
123
123
  console.log(msg);
124
124
  }));
125
125
  }
126
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: LoggingInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
127
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: LoggingInterceptor });
126
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: LoggingInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
127
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: LoggingInterceptor });
128
128
  }
129
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: LoggingInterceptor, decorators: [{
129
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: LoggingInterceptor, decorators: [{
130
130
  type: Injectable
131
131
  }] });
132
132
 
@@ -143,11 +143,11 @@ class IgoLoggingModule {
143
143
  ]
144
144
  };
145
145
  }
146
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IgoLoggingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
147
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: IgoLoggingModule });
148
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IgoLoggingModule });
146
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IgoLoggingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
147
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: IgoLoggingModule });
148
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IgoLoggingModule });
149
149
  }
150
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IgoLoggingModule, decorators: [{
150
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IgoLoggingModule, decorators: [{
151
151
  type: NgModule,
152
152
  args: [{
153
153
  imports: [],
@@ -58,10 +58,10 @@ class RouteService {
58
58
  }
59
59
  return this.route.queryParams;
60
60
  }
61
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: RouteService, deps: [{ token: i1.Router }, { token: i1.ActivatedRoute }, { token: ROUTE_SERVICE_OPTIONS, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
62
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: RouteService, providedIn: 'root' });
61
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: RouteService, deps: [{ token: i1.Router }, { token: i1.ActivatedRoute }, { token: ROUTE_SERVICE_OPTIONS, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
62
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: RouteService, providedIn: 'root' });
63
63
  }
64
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: RouteService, decorators: [{
64
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: RouteService, decorators: [{
65
65
  type: Injectable,
66
66
  args: [{
67
67
  providedIn: 'root'
@@ -96,10 +96,10 @@ class StorageService extends BaseStorage {
96
96
  super(config);
97
97
  this.config = config;
98
98
  }
99
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StorageService, deps: [{ token: i1.ConfigService }], target: i0.ɵɵFactoryTarget.Injectable });
100
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StorageService, providedIn: 'root' });
99
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: StorageService, deps: [{ token: i1.ConfigService }], target: i0.ɵɵFactoryTarget.Injectable });
100
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: StorageService, providedIn: 'root' });
101
101
  }
102
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StorageService, decorators: [{
102
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: StorageService, decorators: [{
103
103
  type: Injectable,
104
104
  args: [{
105
105
  providedIn: 'root'
@@ -17,13 +17,13 @@ class IgoCoreModule {
17
17
  providers: [provideConfig(options), provideTranslation(withAsyncConfig())]
18
18
  };
19
19
  }
20
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IgoCoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
21
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: IgoCoreModule, imports: [CommonModule, i1.IgoActivityModule, i2.IgoErrorModule], exports: [IgoActivityModule, IgoErrorModule, IgoLanguageModule] });
22
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IgoCoreModule, providers: [provideMessage(), provideHttpClient(withInterceptorsFromDi())], imports: [CommonModule,
20
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IgoCoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
21
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: IgoCoreModule, imports: [CommonModule, i1.IgoActivityModule, i2.IgoErrorModule], exports: [IgoActivityModule, IgoErrorModule, IgoLanguageModule] });
22
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IgoCoreModule, providers: [provideMessage(), provideHttpClient(withInterceptorsFromDi())], imports: [CommonModule,
23
23
  IgoActivityModule.forRoot(),
24
24
  IgoErrorModule.forRoot(), IgoActivityModule, IgoErrorModule, IgoLanguageModule] });
25
25
  }
26
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: IgoCoreModule, decorators: [{
26
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IgoCoreModule, decorators: [{
27
27
  type: NgModule,
28
28
  args: [{
29
29
  declarations: [],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@igo2/core",
3
- "version": "18.0.2",
3
+ "version": "18.0.3",
4
4
  "description": "IGO Library",
5
5
  "author": "IGO Community",
6
6
  "keywords": [
@@ -145,7 +145,7 @@
145
145
  "@angular/core": "^18.0.0",
146
146
  "@angular/platform-browser": "^18.0.0",
147
147
  "@angular/router": "^18.0.0",
148
- "@igo2/utils": "^18.0.2",
148
+ "@igo2/utils": "^18.0.3",
149
149
  "@sentry/angular": "^8.26.0",
150
150
  "ngx-toastr": "^19.0.0",
151
151
  "@ngx-translate/core": "^15.0.0",
@@ -2421,11 +2421,6 @@ igo-auth-intern .loading-container {
2421
2421
 
2422
2422
  igo-actionbar-item {
2423
2423
  --mat-icon-button-touch-target-display: none;
2424
- --mdc-list-list-item-one-line-container-height: 40px;
2425
- --mdc-list-list-item-two-line-container-height: 56px;
2426
- --mdc-list-list-item-three-line-container-height: 80px;
2427
- --mat-list-list-item-leading-icon-start-space: 16px;
2428
- --mat-list-list-item-leading-icon-end-space: 32px;
2429
2424
  }
2430
2425
  igo-actionbar-item .mat-mdc-icon-button.mat-mdc-button-base {
2431
2426
  --mdc-icon-button-state-layer-size: 40px;
@@ -2433,6 +2428,13 @@ igo-actionbar-item .mat-mdc-icon-button.mat-mdc-button-base {
2433
2428
  height: var(--mdc-icon-button-state-layer-size);
2434
2429
  padding: 8px;
2435
2430
  }
2431
+ igo-actionbar-item {
2432
+ --mdc-list-list-item-one-line-container-height: 40px;
2433
+ --mdc-list-list-item-two-line-container-height: 56px;
2434
+ --mdc-list-list-item-three-line-container-height: 80px;
2435
+ --mat-list-list-item-leading-icon-start-space: 16px;
2436
+ --mat-list-list-item-leading-icon-end-space: 32px;
2437
+ }
2436
2438
  igo-actionbar-item .mdc-list-item__start,
2437
2439
  igo-actionbar-item .mdc-list-item__end {
2438
2440
  --mdc-radio-state-layer-size: 32px;
@@ -2486,11 +2488,6 @@ igo-entity-selector {
2486
2488
 
2487
2489
  igo-list {
2488
2490
  --mat-icon-button-touch-target-display: block;
2489
- --mdc-list-list-item-one-line-container-height: 48px;
2490
- --mdc-list-list-item-two-line-container-height: 64px;
2491
- --mdc-list-list-item-three-line-container-height: 88px;
2492
- --mat-list-list-item-leading-icon-start-space: 16px;
2493
- --mat-list-list-item-leading-icon-end-space: 32px;
2494
2491
  }
2495
2492
  igo-list .mat-mdc-icon-button.mat-mdc-button-base {
2496
2493
  --mdc-icon-button-state-layer-size: 48px;
@@ -2498,6 +2495,13 @@ igo-list .mat-mdc-icon-button.mat-mdc-button-base {
2498
2495
  height: var(--mdc-icon-button-state-layer-size);
2499
2496
  padding: 12px;
2500
2497
  }
2498
+ igo-list {
2499
+ --mdc-list-list-item-one-line-container-height: 48px;
2500
+ --mdc-list-list-item-two-line-container-height: 64px;
2501
+ --mdc-list-list-item-three-line-container-height: 88px;
2502
+ --mat-list-list-item-leading-icon-start-space: 16px;
2503
+ --mat-list-list-item-leading-icon-end-space: 32px;
2504
+ }
2501
2505
  igo-list .mdc-list-item__start,
2502
2506
  igo-list .mdc-list-item__end {
2503
2507
  --mdc-radio-state-layer-size: 40px;
@@ -2630,16 +2634,6 @@ igo-home-button > #homeButton:hover {
2630
2634
 
2631
2635
  igo-context-list {
2632
2636
  --mat-icon-button-touch-target-display: none;
2633
- --mdc-list-list-item-one-line-container-height: 40px;
2634
- --mdc-list-list-item-two-line-container-height: 56px;
2635
- --mdc-list-list-item-three-line-container-height: 80px;
2636
- --mat-list-list-item-leading-icon-start-space: 16px;
2637
- --mat-list-list-item-leading-icon-end-space: 32px;
2638
- --mat-form-field-container-height: 48px;
2639
- --mat-form-field-filled-label-display: none;
2640
- --mat-form-field-container-vertical-padding: 12px;
2641
- --mat-form-field-filled-with-label-container-padding-top: 12px;
2642
- --mat-form-field-filled-with-label-container-padding-bottom: 12px;
2643
2637
  }
2644
2638
  igo-context-list .mat-mdc-icon-button.mat-mdc-button-base {
2645
2639
  --mdc-icon-button-state-layer-size: 40px;
@@ -2647,6 +2641,13 @@ igo-context-list .mat-mdc-icon-button.mat-mdc-button-base {
2647
2641
  height: var(--mdc-icon-button-state-layer-size);
2648
2642
  padding: 8px;
2649
2643
  }
2644
+ igo-context-list {
2645
+ --mdc-list-list-item-one-line-container-height: 40px;
2646
+ --mdc-list-list-item-two-line-container-height: 56px;
2647
+ --mdc-list-list-item-three-line-container-height: 80px;
2648
+ --mat-list-list-item-leading-icon-start-space: 16px;
2649
+ --mat-list-list-item-leading-icon-end-space: 32px;
2650
+ }
2650
2651
  igo-context-list .mdc-list-item__start,
2651
2652
  igo-context-list .mdc-list-item__end {
2652
2653
  --mdc-radio-state-layer-size: 32px;
@@ -2657,6 +2658,13 @@ igo-context-list .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-
2657
2658
  igo-context-list .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines, igo-context-list .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines, igo-context-list .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
2658
2659
  height: 64px;
2659
2660
  }
2661
+ igo-context-list {
2662
+ --mat-form-field-container-height: 48px;
2663
+ --mat-form-field-filled-label-display: none;
2664
+ --mat-form-field-container-vertical-padding: 12px;
2665
+ --mat-form-field-filled-with-label-container-padding-top: 12px;
2666
+ --mat-form-field-filled-with-label-container-padding-bottom: 12px;
2667
+ }
2660
2668
 
2661
2669
  igo-context-item {
2662
2670
  --mat-icon-button-touch-target-display: none;
@@ -2770,11 +2778,6 @@ igo-layer-list-tool mat-form-field .mat-mdc-form-field-focus-overlay {
2770
2778
 
2771
2779
  igo-layer-list-tool {
2772
2780
  --mat-icon-button-touch-target-display: none;
2773
- --mat-form-field-container-height: 48px;
2774
- --mat-form-field-filled-label-display: none;
2775
- --mat-form-field-container-vertical-padding: 12px;
2776
- --mat-form-field-filled-with-label-container-padding-top: 12px;
2777
- --mat-form-field-filled-with-label-container-padding-bottom: 12px;
2778
2781
  }
2779
2782
  igo-layer-list-tool .mat-mdc-icon-button.mat-mdc-button-base {
2780
2783
  --mdc-icon-button-state-layer-size: 40px;
@@ -2782,6 +2785,13 @@ igo-layer-list-tool .mat-mdc-icon-button.mat-mdc-button-base {
2782
2785
  height: var(--mdc-icon-button-state-layer-size);
2783
2786
  padding: 8px;
2784
2787
  }
2788
+ igo-layer-list-tool {
2789
+ --mat-form-field-container-height: 48px;
2790
+ --mat-form-field-filled-label-display: none;
2791
+ --mat-form-field-container-vertical-padding: 12px;
2792
+ --mat-form-field-filled-with-label-container-padding-top: 12px;
2793
+ --mat-form-field-filled-with-label-container-padding-bottom: 12px;
2794
+ }
2785
2795
 
2786
2796
  igo-layer-item {
2787
2797
  background-color: white;
@@ -2926,11 +2936,6 @@ igo-confirmation-popup-component h1 {
2926
2936
 
2927
2937
  igo-catalog-browser {
2928
2938
  --mat-icon-button-touch-target-display: none;
2929
- --mdc-list-list-item-one-line-container-height: 40px;
2930
- --mdc-list-list-item-two-line-container-height: 56px;
2931
- --mdc-list-list-item-three-line-container-height: 80px;
2932
- --mat-list-list-item-leading-icon-start-space: 16px;
2933
- --mat-list-list-item-leading-icon-end-space: 32px;
2934
2939
  }
2935
2940
  igo-catalog-browser .mat-mdc-icon-button.mat-mdc-button-base {
2936
2941
  --mdc-icon-button-state-layer-size: 40px;
@@ -2938,6 +2943,13 @@ igo-catalog-browser .mat-mdc-icon-button.mat-mdc-button-base {
2938
2943
  height: var(--mdc-icon-button-state-layer-size);
2939
2944
  padding: 8px;
2940
2945
  }
2946
+ igo-catalog-browser {
2947
+ --mdc-list-list-item-one-line-container-height: 40px;
2948
+ --mdc-list-list-item-two-line-container-height: 56px;
2949
+ --mdc-list-list-item-three-line-container-height: 80px;
2950
+ --mat-list-list-item-leading-icon-start-space: 16px;
2951
+ --mat-list-list-item-leading-icon-end-space: 32px;
2952
+ }
2941
2953
  igo-catalog-browser .mdc-list-item__start,
2942
2954
  igo-catalog-browser .mdc-list-item__end {
2943
2955
  --mdc-radio-state-layer-size: 32px;
@@ -2421,11 +2421,6 @@ igo-auth-intern .loading-container {
2421
2421
 
2422
2422
  igo-actionbar-item {
2423
2423
  --mat-icon-button-touch-target-display: none;
2424
- --mdc-list-list-item-one-line-container-height: 40px;
2425
- --mdc-list-list-item-two-line-container-height: 56px;
2426
- --mdc-list-list-item-three-line-container-height: 80px;
2427
- --mat-list-list-item-leading-icon-start-space: 16px;
2428
- --mat-list-list-item-leading-icon-end-space: 32px;
2429
2424
  }
2430
2425
  igo-actionbar-item .mat-mdc-icon-button.mat-mdc-button-base {
2431
2426
  --mdc-icon-button-state-layer-size: 40px;
@@ -2433,6 +2428,13 @@ igo-actionbar-item .mat-mdc-icon-button.mat-mdc-button-base {
2433
2428
  height: var(--mdc-icon-button-state-layer-size);
2434
2429
  padding: 8px;
2435
2430
  }
2431
+ igo-actionbar-item {
2432
+ --mdc-list-list-item-one-line-container-height: 40px;
2433
+ --mdc-list-list-item-two-line-container-height: 56px;
2434
+ --mdc-list-list-item-three-line-container-height: 80px;
2435
+ --mat-list-list-item-leading-icon-start-space: 16px;
2436
+ --mat-list-list-item-leading-icon-end-space: 32px;
2437
+ }
2436
2438
  igo-actionbar-item .mdc-list-item__start,
2437
2439
  igo-actionbar-item .mdc-list-item__end {
2438
2440
  --mdc-radio-state-layer-size: 32px;
@@ -2486,11 +2488,6 @@ igo-entity-selector {
2486
2488
 
2487
2489
  igo-list {
2488
2490
  --mat-icon-button-touch-target-display: block;
2489
- --mdc-list-list-item-one-line-container-height: 48px;
2490
- --mdc-list-list-item-two-line-container-height: 64px;
2491
- --mdc-list-list-item-three-line-container-height: 88px;
2492
- --mat-list-list-item-leading-icon-start-space: 16px;
2493
- --mat-list-list-item-leading-icon-end-space: 32px;
2494
2491
  }
2495
2492
  igo-list .mat-mdc-icon-button.mat-mdc-button-base {
2496
2493
  --mdc-icon-button-state-layer-size: 48px;
@@ -2498,6 +2495,13 @@ igo-list .mat-mdc-icon-button.mat-mdc-button-base {
2498
2495
  height: var(--mdc-icon-button-state-layer-size);
2499
2496
  padding: 12px;
2500
2497
  }
2498
+ igo-list {
2499
+ --mdc-list-list-item-one-line-container-height: 48px;
2500
+ --mdc-list-list-item-two-line-container-height: 64px;
2501
+ --mdc-list-list-item-three-line-container-height: 88px;
2502
+ --mat-list-list-item-leading-icon-start-space: 16px;
2503
+ --mat-list-list-item-leading-icon-end-space: 32px;
2504
+ }
2501
2505
  igo-list .mdc-list-item__start,
2502
2506
  igo-list .mdc-list-item__end {
2503
2507
  --mdc-radio-state-layer-size: 40px;
@@ -2630,16 +2634,6 @@ igo-home-button > #homeButton:hover {
2630
2634
 
2631
2635
  igo-context-list {
2632
2636
  --mat-icon-button-touch-target-display: none;
2633
- --mdc-list-list-item-one-line-container-height: 40px;
2634
- --mdc-list-list-item-two-line-container-height: 56px;
2635
- --mdc-list-list-item-three-line-container-height: 80px;
2636
- --mat-list-list-item-leading-icon-start-space: 16px;
2637
- --mat-list-list-item-leading-icon-end-space: 32px;
2638
- --mat-form-field-container-height: 48px;
2639
- --mat-form-field-filled-label-display: none;
2640
- --mat-form-field-container-vertical-padding: 12px;
2641
- --mat-form-field-filled-with-label-container-padding-top: 12px;
2642
- --mat-form-field-filled-with-label-container-padding-bottom: 12px;
2643
2637
  }
2644
2638
  igo-context-list .mat-mdc-icon-button.mat-mdc-button-base {
2645
2639
  --mdc-icon-button-state-layer-size: 40px;
@@ -2647,6 +2641,13 @@ igo-context-list .mat-mdc-icon-button.mat-mdc-button-base {
2647
2641
  height: var(--mdc-icon-button-state-layer-size);
2648
2642
  padding: 8px;
2649
2643
  }
2644
+ igo-context-list {
2645
+ --mdc-list-list-item-one-line-container-height: 40px;
2646
+ --mdc-list-list-item-two-line-container-height: 56px;
2647
+ --mdc-list-list-item-three-line-container-height: 80px;
2648
+ --mat-list-list-item-leading-icon-start-space: 16px;
2649
+ --mat-list-list-item-leading-icon-end-space: 32px;
2650
+ }
2650
2651
  igo-context-list .mdc-list-item__start,
2651
2652
  igo-context-list .mdc-list-item__end {
2652
2653
  --mdc-radio-state-layer-size: 32px;
@@ -2657,6 +2658,13 @@ igo-context-list .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-
2657
2658
  igo-context-list .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines, igo-context-list .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines, igo-context-list .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
2658
2659
  height: 64px;
2659
2660
  }
2661
+ igo-context-list {
2662
+ --mat-form-field-container-height: 48px;
2663
+ --mat-form-field-filled-label-display: none;
2664
+ --mat-form-field-container-vertical-padding: 12px;
2665
+ --mat-form-field-filled-with-label-container-padding-top: 12px;
2666
+ --mat-form-field-filled-with-label-container-padding-bottom: 12px;
2667
+ }
2660
2668
 
2661
2669
  igo-context-item {
2662
2670
  --mat-icon-button-touch-target-display: none;
@@ -2770,11 +2778,6 @@ igo-layer-list-tool mat-form-field .mat-mdc-form-field-focus-overlay {
2770
2778
 
2771
2779
  igo-layer-list-tool {
2772
2780
  --mat-icon-button-touch-target-display: none;
2773
- --mat-form-field-container-height: 48px;
2774
- --mat-form-field-filled-label-display: none;
2775
- --mat-form-field-container-vertical-padding: 12px;
2776
- --mat-form-field-filled-with-label-container-padding-top: 12px;
2777
- --mat-form-field-filled-with-label-container-padding-bottom: 12px;
2778
2781
  }
2779
2782
  igo-layer-list-tool .mat-mdc-icon-button.mat-mdc-button-base {
2780
2783
  --mdc-icon-button-state-layer-size: 40px;
@@ -2782,6 +2785,13 @@ igo-layer-list-tool .mat-mdc-icon-button.mat-mdc-button-base {
2782
2785
  height: var(--mdc-icon-button-state-layer-size);
2783
2786
  padding: 8px;
2784
2787
  }
2788
+ igo-layer-list-tool {
2789
+ --mat-form-field-container-height: 48px;
2790
+ --mat-form-field-filled-label-display: none;
2791
+ --mat-form-field-container-vertical-padding: 12px;
2792
+ --mat-form-field-filled-with-label-container-padding-top: 12px;
2793
+ --mat-form-field-filled-with-label-container-padding-bottom: 12px;
2794
+ }
2785
2795
 
2786
2796
  igo-layer-item {
2787
2797
  background-color: white;
@@ -2926,11 +2936,6 @@ igo-confirmation-popup-component h1 {
2926
2936
 
2927
2937
  igo-catalog-browser {
2928
2938
  --mat-icon-button-touch-target-display: none;
2929
- --mdc-list-list-item-one-line-container-height: 40px;
2930
- --mdc-list-list-item-two-line-container-height: 56px;
2931
- --mdc-list-list-item-three-line-container-height: 80px;
2932
- --mat-list-list-item-leading-icon-start-space: 16px;
2933
- --mat-list-list-item-leading-icon-end-space: 32px;
2934
2939
  }
2935
2940
  igo-catalog-browser .mat-mdc-icon-button.mat-mdc-button-base {
2936
2941
  --mdc-icon-button-state-layer-size: 40px;
@@ -2938,6 +2943,13 @@ igo-catalog-browser .mat-mdc-icon-button.mat-mdc-button-base {
2938
2943
  height: var(--mdc-icon-button-state-layer-size);
2939
2944
  padding: 8px;
2940
2945
  }
2946
+ igo-catalog-browser {
2947
+ --mdc-list-list-item-one-line-container-height: 40px;
2948
+ --mdc-list-list-item-two-line-container-height: 56px;
2949
+ --mdc-list-list-item-three-line-container-height: 80px;
2950
+ --mat-list-list-item-leading-icon-start-space: 16px;
2951
+ --mat-list-list-item-leading-icon-end-space: 32px;
2952
+ }
2941
2953
  igo-catalog-browser .mdc-list-item__start,
2942
2954
  igo-catalog-browser .mdc-list-item__end {
2943
2955
  --mdc-radio-state-layer-size: 32px;