@igo2/integration 21.0.0-next.16 → 21.0.0-next.18

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@igo2/integration",
3
- "version": "21.0.0-next.16",
3
+ "version": "21.0.0-next.18",
4
4
  "description": "IGO Library",
5
5
  "author": "IGO Community",
6
6
  "keywords": [
@@ -31,9 +31,9 @@
31
31
  "peerDependencies": {
32
32
  "@angular/common": "^21.0.0",
33
33
  "@angular/core": "^21.0.0",
34
- "@igo2/auth": "^21.0.0-next.16",
35
- "@igo2/context": "^21.0.0-next.16",
36
- "@igo2/geo": "^21.0.0-next.16",
34
+ "@igo2/auth": "^21.0.0-next.18",
35
+ "@igo2/context": "^21.0.0-next.18",
36
+ "@igo2/geo": "^21.0.0-next.18",
37
37
  "@turf/point-on-feature": "^7.3.0",
38
38
  "jspdf": "^4.2.0",
39
39
  "jspdf-autotable": "^5.0.0",
@@ -22,7 +22,6 @@ import * as i2 from '@angular/common';
22
22
  import * as i3 from '@angular/material/button';
23
23
  import * as i4 from '@igo2/core/language';
24
24
  import { LanguageService } from '@igo2/core/language';
25
- import * as i6 from '@igo2/core/message';
26
25
  import { AuthEnvironmentOptions } from '@igo2/auth/environment';
27
26
  import { EnvironmentOptions as EnvironmentOptions$1 } from '@igo2/common/environment';
28
27
  import { EnvironmentOptions as EnvironmentOptions$2, BaseEnvironmentOptions } from '@igo2/core/environment';
@@ -1079,7 +1078,7 @@ declare class DataIssueReporterToolComponent implements OnInit, OnDestroy {
1079
1078
 
1080
1079
  declare class IgoAppGeometryFormModule {
1081
1080
  static ɵfac: i0.ɵɵFactoryDeclaration<IgoAppGeometryFormModule, never>;
1082
- static ɵmod: i0.ɵɵNgModuleDeclaration<IgoAppGeometryFormModule, [typeof DataIssueReporterToolComponent], [typeof i2.CommonModule, typeof i3.MatButtonModule, typeof i4.IgoLanguageModule, typeof i5.IgoFormModule, typeof i6.IgoMessageModule], [typeof DataIssueReporterToolComponent]>;
1081
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IgoAppGeometryFormModule, [typeof DataIssueReporterToolComponent], [typeof i2.CommonModule, typeof i3.MatButtonModule, typeof i4.IgoLanguageModule, typeof i5.IgoFormModule], [typeof DataIssueReporterToolComponent]>;
1083
1082
  static ɵinj: i0.ɵɵInjectorDeclaration<IgoAppGeometryFormModule>;
1084
1083
  }
1085
1084