@igo2/integration 16.3.0 → 17.0.0-next.10

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 (164) hide show
  1. package/esm2022/lib/about/about-tool/about-tool.component.mjs +33 -14
  2. package/esm2022/lib/about/about.module.mjs +9 -37
  3. package/esm2022/lib/analytics/analytics-listener.service.mjs +10 -24
  4. package/esm2022/lib/catalog/catalog-browser-tool/catalog-browser-tool.component.mjs +12 -11
  5. package/esm2022/lib/catalog/catalog-browser-tool/catalog-browser-tool.module.mjs +9 -13
  6. package/esm2022/lib/catalog/catalog-library-tool/catalog-library-tool.component.mjs +25 -12
  7. package/esm2022/lib/catalog/catalog-library-tool/catalog-library-tool.module.mjs +9 -13
  8. package/esm2022/lib/catalog/catalog.module.mjs +9 -8
  9. package/esm2022/lib/catalog/catalog.state.mjs +6 -6
  10. package/esm2022/lib/context/context-editor-tool/context-editor-tool.component.mjs +10 -9
  11. package/esm2022/lib/context/context-manager-tool/context-manager-tool.component.mjs +10 -9
  12. package/esm2022/lib/context/context-permission-manager-tool/context-permission-manager-tool.component.mjs +9 -8
  13. package/esm2022/lib/context/context-share-tool/context-share-tool.component.mjs +11 -10
  14. package/esm2022/lib/context/context.directive.mjs +11 -0
  15. package/esm2022/lib/context/context.module.mjs +16 -31
  16. package/esm2022/lib/context/context.state.mjs +9 -9
  17. package/esm2022/lib/context/index.mjs +2 -1
  18. package/esm2022/lib/directions/directions-tool/directions-tool.component.mjs +22 -13
  19. package/esm2022/lib/directions/directions.module.mjs +11 -11
  20. package/esm2022/lib/directions/directions.state.mjs +5 -5
  21. package/esm2022/lib/draw/draw.module.mjs +8 -7
  22. package/esm2022/lib/draw/draw.state.mjs +5 -5
  23. package/esm2022/lib/draw/drawing-tool/drawing-tool.component.mjs +11 -10
  24. package/esm2022/lib/draw/drawing-tool/drawing-tool.module.mjs +9 -12
  25. package/esm2022/lib/draw/index.mjs +1 -1
  26. package/esm2022/lib/environment/environment.interface.mjs +1 -1
  27. package/esm2022/lib/environment/index.mjs +1 -1
  28. package/esm2022/lib/filter/active-ogc-filter-tool/active-ogc-filter-tool.animation.mjs +1 -1
  29. package/esm2022/lib/filter/active-ogc-filter-tool/active-ogc-filter-tool.component.mjs +10 -9
  30. package/esm2022/lib/filter/active-time-filter-tool/active-time-filter-tool.animation.mjs +1 -1
  31. package/esm2022/lib/filter/active-time-filter-tool/active-time-filter-tool.component.mjs +10 -9
  32. package/esm2022/lib/filter/filter.module.mjs +16 -13
  33. package/esm2022/lib/filter/index.mjs +13 -1
  34. package/esm2022/lib/filter/ogc-filter-tool/ogc-filter-tool.component.mjs +10 -9
  35. package/esm2022/lib/filter/spatial-filter-tool/spatial-filter-tool.component.mjs +29 -16
  36. package/esm2022/lib/filter/time-filter-tool/time-filter-tool.component.mjs +10 -9
  37. package/esm2022/lib/geometry-form/data-issue-reporter-tool/data-issue-reporter-tool.component.mjs +20 -16
  38. package/esm2022/lib/geometry-form/data-issue-reporter-tool/index.mjs +1 -1
  39. package/esm2022/lib/geometry-form/geometry-form.module.mjs +8 -7
  40. package/esm2022/lib/geometry-form/index.mjs +1 -1
  41. package/esm2022/lib/import-export/import-export-tool/import-export-tool.component.mjs +24 -14
  42. package/esm2022/lib/import-export/import-export.module.mjs +11 -36
  43. package/esm2022/lib/import-export/import-export.state.mjs +4 -4
  44. package/esm2022/lib/integration.module.mjs +8 -13
  45. package/esm2022/lib/map/advanced-map-tool/advanced-coordinates/advanced-coordinates.component.mjs +83 -47
  46. package/esm2022/lib/map/advanced-map-tool/advanced-map-tool.component.mjs +24 -13
  47. package/esm2022/lib/map/advanced-map-tool/advanced-swipe/advanced-swipe.component.mjs +37 -14
  48. package/esm2022/lib/map/index.mjs +2 -1
  49. package/esm2022/lib/map/layer-list-tool.state.mjs +4 -4
  50. package/esm2022/lib/map/map-details-tool/map-details-tool.component.mjs +32 -14
  51. package/esm2022/lib/map/map-legend/map-legend-tool.component.mjs +26 -14
  52. package/esm2022/lib/map/map-proximity-tool/map-proximity-tool.component.mjs +37 -16
  53. package/esm2022/lib/map/map-proximity.state.mjs +7 -7
  54. package/esm2022/lib/map/map-tool/map-tool.component.mjs +28 -13
  55. package/esm2022/lib/map/map-tools/map-tools.component.mjs +38 -15
  56. package/esm2022/lib/map/map.directive.mjs +15 -0
  57. package/esm2022/lib/map/map.module.mjs +17 -125
  58. package/esm2022/lib/map/map.state.mjs +9 -7
  59. package/esm2022/lib/measure/measure.module.mjs +8 -7
  60. package/esm2022/lib/measure/measure.state.mjs +5 -5
  61. package/esm2022/lib/measure/measurer-tool/measurer-tool.component.mjs +11 -10
  62. package/esm2022/lib/measure/measurer-tool/measurer-tool.module.mjs +9 -12
  63. package/esm2022/lib/print/print-tool/print-tool.component.mjs +11 -10
  64. package/esm2022/lib/print/print.module.mjs +11 -11
  65. package/esm2022/lib/search/index.mjs +1 -1
  66. package/esm2022/lib/search/query.state.mjs +8 -8
  67. package/esm2022/lib/search/search-bar/search-bar-binding.directive.mjs +8 -7
  68. package/esm2022/lib/search/search-bar/search-bar.module.mjs +7 -9
  69. package/esm2022/lib/search/search-results-tool/search-results-tool.component.mjs +41 -19
  70. package/esm2022/lib/search/search-results-tool/search-results-tool.module.mjs +9 -54
  71. package/esm2022/lib/search/search.module.mjs +12 -10
  72. package/esm2022/lib/search/search.state.mjs +19 -18
  73. package/esm2022/lib/storage/storage.state.mjs +7 -7
  74. package/esm2022/lib/tool/tool.state.mjs +7 -7
  75. package/esm2022/lib/workspace/shared/edition-actions.service.mjs +19 -18
  76. package/esm2022/lib/workspace/shared/feature-actions.service.mjs +12 -13
  77. package/esm2022/lib/workspace/shared/index.mjs +1 -1
  78. package/esm2022/lib/workspace/shared/wfs-actions.service.mjs +19 -18
  79. package/esm2022/lib/workspace/shared/workspace.utils.mjs +12 -8
  80. package/esm2022/lib/workspace/workspace-button/workspace-button.component.mjs +22 -11
  81. package/esm2022/lib/workspace/workspace.module.mjs +10 -28
  82. package/esm2022/lib/workspace/workspace.state.mjs +9 -8
  83. package/esm2022/public_api.mjs +1 -4
  84. package/fesm2022/igo2-integration.mjs +758 -792
  85. package/fesm2022/igo2-integration.mjs.map +1 -1
  86. package/lib/about/about-tool/about-tool.component.d.ts +3 -2
  87. package/lib/about/about.module.d.ts +4 -8
  88. package/lib/analytics/analytics-listener.service.d.ts +2 -5
  89. package/lib/catalog/catalog-browser-tool/catalog-browser-tool.component.d.ts +2 -2
  90. package/lib/catalog/catalog-browser-tool/catalog-browser-tool.module.d.ts +2 -4
  91. package/lib/catalog/catalog-library-tool/catalog-library-tool.component.d.ts +6 -3
  92. package/lib/catalog/catalog-library-tool/catalog-library-tool.module.d.ts +2 -4
  93. package/lib/catalog/catalog.module.d.ts +3 -0
  94. package/lib/catalog/catalog.state.d.ts +1 -1
  95. package/lib/context/context-editor-tool/context-editor-tool.component.d.ts +1 -1
  96. package/lib/context/context-manager-tool/context-manager-tool.component.d.ts +1 -1
  97. package/lib/context/context-permission-manager-tool/context-permission-manager-tool.component.d.ts +1 -1
  98. package/lib/context/context-share-tool/context-share-tool.component.d.ts +1 -1
  99. package/lib/context/context.directive.d.ts +5 -0
  100. package/lib/context/context.module.d.ts +4 -2
  101. package/lib/context/context.state.d.ts +2 -2
  102. package/lib/context/index.d.ts +1 -0
  103. package/lib/directions/directions-tool/directions-tool.component.d.ts +6 -3
  104. package/lib/directions/directions.module.d.ts +4 -2
  105. package/lib/draw/draw.module.d.ts +5 -3
  106. package/lib/draw/drawing-tool/drawing-tool.component.d.ts +1 -1
  107. package/lib/draw/drawing-tool/drawing-tool.module.d.ts +2 -3
  108. package/lib/environment/environment.interface.d.ts +3 -3
  109. package/lib/filter/active-ogc-filter-tool/active-ogc-filter-tool.component.d.ts +1 -1
  110. package/lib/filter/active-time-filter-tool/active-time-filter-tool.component.d.ts +1 -1
  111. package/lib/filter/filter.module.d.ts +4 -3
  112. package/lib/filter/index.d.ts +4 -0
  113. package/lib/filter/ogc-filter-tool/ogc-filter-tool.component.d.ts +1 -1
  114. package/lib/filter/spatial-filter-tool/spatial-filter-tool.component.d.ts +4 -3
  115. package/lib/filter/time-filter-tool/time-filter-tool.component.d.ts +1 -1
  116. package/lib/geometry-form/data-issue-reporter-tool/data-issue-reporter-tool.component.d.ts +3 -2
  117. package/lib/geometry-form/geometry-form.module.d.ts +4 -3
  118. package/lib/import-export/import-export-tool/import-export-tool.component.d.ts +2 -2
  119. package/lib/import-export/import-export.module.d.ts +4 -7
  120. package/lib/integration.module.d.ts +17 -16
  121. package/lib/map/advanced-map-tool/advanced-coordinates/advanced-coordinates.component.d.ts +7 -2
  122. package/lib/map/advanced-map-tool/advanced-map-tool.component.d.ts +1 -1
  123. package/lib/map/advanced-map-tool/advanced-swipe/advanced-swipe.component.d.ts +1 -1
  124. package/lib/map/index.d.ts +1 -0
  125. package/lib/map/map-details-tool/map-details-tool.component.d.ts +1 -1
  126. package/lib/map/map-legend/map-legend-tool.component.d.ts +1 -1
  127. package/lib/map/map-proximity-tool/map-proximity-tool.component.d.ts +4 -3
  128. package/lib/map/map-proximity.state.d.ts +1 -1
  129. package/lib/map/map-tool/map-tool.component.d.ts +1 -1
  130. package/lib/map/map-tools/map-tools.component.d.ts +1 -1
  131. package/lib/map/map.directive.d.ts +7 -0
  132. package/lib/map/map.module.d.ts +4 -25
  133. package/lib/map/map.state.d.ts +2 -1
  134. package/lib/measure/measure.module.d.ts +3 -0
  135. package/lib/measure/measurer-tool/measurer-tool.component.d.ts +1 -1
  136. package/lib/measure/measurer-tool/measurer-tool.module.d.ts +2 -3
  137. package/lib/print/print-tool/print-tool.component.d.ts +1 -1
  138. package/lib/print/print.module.d.ts +4 -2
  139. package/lib/search/query.state.d.ts +3 -3
  140. package/lib/search/search-bar/search-bar-binding.directive.d.ts +1 -1
  141. package/lib/search/search-bar/search-bar.module.d.ts +2 -3
  142. package/lib/search/search-results-tool/search-results-tool.component.d.ts +4 -3
  143. package/lib/search/search-results-tool/search-results-tool.module.d.ts +2 -10
  144. package/lib/search/search.module.d.ts +6 -3
  145. package/lib/search/search.state.d.ts +4 -3
  146. package/lib/storage/storage.state.d.ts +1 -1
  147. package/lib/tool/tool.state.d.ts +1 -1
  148. package/lib/workspace/shared/edition-actions.service.d.ts +7 -6
  149. package/lib/workspace/shared/feature-actions.service.d.ts +5 -5
  150. package/lib/workspace/shared/wfs-actions.service.d.ts +7 -6
  151. package/lib/workspace/shared/workspace.utils.d.ts +6 -4
  152. package/lib/workspace/workspace-button/workspace-button.component.d.ts +1 -1
  153. package/lib/workspace/workspace.module.d.ts +4 -6
  154. package/lib/workspace/workspace.state.d.ts +4 -2
  155. package/locale/en.integration.json +143 -143
  156. package/locale/fr.integration.json +143 -143
  157. package/package.json +6 -5
  158. package/public_api.d.ts +0 -3
  159. package/esm2022/lib/analytics/analytics.module.mjs +0 -16
  160. package/esm2022/lib/storage/storage.module.mjs +0 -16
  161. package/esm2022/lib/tool/tool.module.mjs +0 -16
  162. package/lib/analytics/analytics.module.d.ts +0 -6
  163. package/lib/storage/storage.module.d.ts +0 -6
  164. package/lib/tool/tool.module.d.ts +0 -6
@@ -1,7 +1,8 @@
1
1
  import { HttpClient } from '@angular/common/http';
2
2
  import { ChangeDetectorRef, OnInit } from '@angular/core';
3
3
  import { AuthService } from '@igo2/auth';
4
- import { ConfigService, LanguageService } from '@igo2/core';
4
+ import { ConfigService } from '@igo2/core/config';
5
+ import { LanguageService } from '@igo2/core/language';
5
6
  import type { Observable } from 'rxjs';
6
7
  import * as i0 from "@angular/core";
7
8
  export declare class AboutToolComponent implements OnInit {
@@ -31,5 +32,5 @@ export declare class AboutToolComponent implements OnInit {
31
32
  openGuide(guide?: any): void;
32
33
  formatFileName(name: string): string;
33
34
  static ɵfac: i0.ɵɵFactoryDeclaration<AboutToolComponent, never>;
34
- static ɵcmp: i0.ɵɵComponentDeclaration<AboutToolComponent, "igo-about-tool", never, { "headerHtml": { "alias": "headerHtml"; "required": false; }; "html": { "alias": "html"; "required": false; }; "discoverTitleInLocale": { "alias": "discoverTitleInLocale"; "required": false; }; "trainingGuideURLs": { "alias": "trainingGuideURLs"; "required": false; }; }, {}, never, never, false, never>;
35
+ static ɵcmp: i0.ɵɵComponentDeclaration<AboutToolComponent, "igo-about-tool", never, { "headerHtml": { "alias": "headerHtml"; "required": false; }; "html": { "alias": "html"; "required": false; }; "discoverTitleInLocale": { "alias": "discoverTitleInLocale"; "required": false; }; "trainingGuideURLs": { "alias": "trainingGuideURLs"; "required": false; }; }, {}, never, never, true, never>;
35
36
  }
@@ -1,16 +1,12 @@
1
1
  import { ModuleWithProviders } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  import * as i1 from "./about-tool/about-tool.component";
4
- import * as i2 from "@igo2/core";
5
- import * as i3 from "@igo2/common";
6
- import * as i4 from "@angular/material/button";
7
- import * as i5 from "@angular/material/tooltip";
8
- import * as i6 from "@angular/material/icon";
9
- import * as i7 from "@angular/material/menu";
10
- import * as i8 from "@angular/common";
4
+ /**
5
+ * @deprecated import the AboutToolComponent directly
6
+ */
11
7
  export declare class IgoAppAboutModule {
12
8
  static forRoot(): ModuleWithProviders<IgoAppAboutModule>;
13
9
  static ɵfac: i0.ɵɵFactoryDeclaration<IgoAppAboutModule, never>;
14
- static ɵmod: i0.ɵɵNgModuleDeclaration<IgoAppAboutModule, [typeof i1.AboutToolComponent], [typeof i2.IgoLanguageModule, typeof i3.IgoCustomHtmlModule, typeof i4.MatButtonModule, typeof i5.MatTooltipModule, typeof i6.MatIconModule, typeof i7.MatMenuModule, typeof i3.IgoInteractiveTourModule, typeof i8.CommonModule], [typeof i1.AboutToolComponent]>;
10
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IgoAppAboutModule, never, [typeof i1.AboutToolComponent], [typeof i1.AboutToolComponent]>;
15
11
  static ɵinj: i0.ɵɵInjectorDeclaration<IgoAppAboutModule>;
16
12
  }
@@ -1,8 +1,7 @@
1
1
  import { AuthService } from '@igo2/auth';
2
- import { AnalyticsService } from '@igo2/core';
2
+ import { AnalyticsService } from '@igo2/core/analytics';
3
3
  import { ContextState } from '../context/context.state';
4
4
  import { MapState } from '../map/map.state';
5
- import { SearchState } from '../search/search.state';
6
5
  import { ToolState } from '../tool/tool.state';
7
6
  import * as i0 from "@angular/core";
8
7
  /**
@@ -12,18 +11,16 @@ export declare class AnalyticsListenerService {
12
11
  private analyticsService;
13
12
  private authService;
14
13
  private contextState;
15
- private searchState;
16
14
  private toolState;
17
15
  private mapState;
18
16
  /**
19
17
  * Toolbox that holds main tools
20
18
  */
21
- constructor(analyticsService: AnalyticsService, authService: AuthService, contextState: ContextState, searchState: SearchState, toolState: ToolState, mapState: MapState);
19
+ constructor(analyticsService: AnalyticsService, authService: AuthService, contextState: ContextState, toolState: ToolState, mapState: MapState);
22
20
  listen(): void;
23
21
  listenUser(): void;
24
22
  listenContext(): void;
25
23
  listenTool(): void;
26
- listenSearch(): void;
27
24
  /**
28
25
  * Listener for adding layers to the map
29
26
  */
@@ -1,6 +1,6 @@
1
1
  import { OnDestroy, OnInit } from '@angular/core';
2
2
  import { AuthService } from '@igo2/auth';
3
- import { EntityStore } from '@igo2/common';
3
+ import { EntityStore } from '@igo2/common/entity';
4
4
  import { Catalog, CatalogItem, CatalogItemState, CatalogService, IgoMap } from '@igo2/geo';
5
5
  import { BehaviorSubject } from 'rxjs';
6
6
  import { MapState } from '../../map/map.state';
@@ -49,5 +49,5 @@ export declare class CatalogBrowserToolComponent implements OnInit, OnDestroy {
49
49
  */
50
50
  private loadCatalogItems;
51
51
  static ɵfac: i0.ɵɵFactoryDeclaration<CatalogBrowserToolComponent, never>;
52
- static ɵcmp: i0.ɵɵComponentDeclaration<CatalogBrowserToolComponent, "igo-catalog-browser-tool", never, { "toggleCollapsedGroup": { "alias": "toggleCollapsedGroup"; "required": false; }; }, {}, never, never, false, never>;
52
+ static ɵcmp: i0.ɵɵComponentDeclaration<CatalogBrowserToolComponent, "igo-catalog-browser-tool", never, { "toggleCollapsedGroup": { "alias": "toggleCollapsedGroup"; "required": false; }; }, {}, never, never, true, never>;
53
53
  }
@@ -1,12 +1,10 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./catalog-browser-tool.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@igo2/geo";
5
3
  /**
6
- * @ignore
4
+ * @deprecated import the CatalogBrowserToolComponent directly
7
5
  */
8
6
  export declare class IgoAppCatalogBrowserToolModule {
9
7
  static ɵfac: i0.ɵɵFactoryDeclaration<IgoAppCatalogBrowserToolModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDeclaration<IgoAppCatalogBrowserToolModule, [typeof i1.CatalogBrowserToolComponent], [typeof i2.CommonModule, typeof i3.IgoCatalogBrowserModule], [typeof i1.CatalogBrowserToolComponent]>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IgoAppCatalogBrowserToolModule, never, [typeof i1.CatalogBrowserToolComponent], [typeof i1.CatalogBrowserToolComponent]>;
11
9
  static ɵinj: i0.ɵɵInjectorDeclaration<IgoAppCatalogBrowserToolModule>;
12
10
  }
@@ -1,6 +1,6 @@
1
1
  import { OnInit } from '@angular/core';
2
- import { EntityStore } from '@igo2/common';
3
- import { StorageService } from '@igo2/core';
2
+ import { EntityStore } from '@igo2/common/entity';
3
+ import { StorageService } from '@igo2/core/storage';
4
4
  import { Catalog, CatalogService } from '@igo2/geo';
5
5
  import { ToolState } from '../../tool/tool.state';
6
6
  import { CatalogState } from '../catalog.state';
@@ -26,6 +26,9 @@ export declare class CatalogLibraryToolComponent implements OnInit {
26
26
  * List of predefined catalogs
27
27
  */
28
28
  predefinedCatalogs: Catalog[];
29
+ set selectedCatalogId(id: any);
30
+ get currentTool(): string;
31
+ get lastTool(): string;
29
32
  constructor(catalogService: CatalogService, catalogState: CatalogState, toolState: ToolState, storageService: StorageService);
30
33
  /**
31
34
  * @internal
@@ -46,5 +49,5 @@ export declare class CatalogLibraryToolComponent implements OnInit {
46
49
  */
47
50
  private loadCatalogs;
48
51
  static ɵfac: i0.ɵɵFactoryDeclaration<CatalogLibraryToolComponent, never>;
49
- static ɵcmp: i0.ɵɵComponentDeclaration<CatalogLibraryToolComponent, "igo-catalog-library-tool", never, { "addCatalogAllowed": { "alias": "addCatalogAllowed"; "required": false; }; "predefinedCatalogs": { "alias": "predefinedCatalogs"; "required": false; }; }, {}, never, never, false, never>;
52
+ static ɵcmp: i0.ɵɵComponentDeclaration<CatalogLibraryToolComponent, "igo-catalog-library-tool", never, { "addCatalogAllowed": { "alias": "addCatalogAllowed"; "required": false; }; "predefinedCatalogs": { "alias": "predefinedCatalogs"; "required": false; }; }, {}, never, never, true, never>;
50
53
  }
@@ -1,12 +1,10 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./catalog-library-tool.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@igo2/geo";
5
3
  /**
6
- * @ignore
4
+ * @deprecated import the CatalogLibraryToolComponent directly
7
5
  */
8
6
  export declare class IgoAppCatalogLibraryToolModule {
9
7
  static ɵfac: i0.ɵɵFactoryDeclaration<IgoAppCatalogLibraryToolModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDeclaration<IgoAppCatalogLibraryToolModule, [typeof i1.CatalogLibraryToolComponent], [typeof i2.CommonModule, typeof i3.IgoCatalogLibraryModule], [typeof i1.CatalogLibraryToolComponent]>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IgoAppCatalogLibraryToolModule, never, [typeof i1.CatalogLibraryToolComponent], [typeof i1.CatalogLibraryToolComponent]>;
11
9
  static ɵinj: i0.ɵɵInjectorDeclaration<IgoAppCatalogLibraryToolModule>;
12
10
  }
@@ -1,6 +1,9 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./catalog-library-tool/catalog-library-tool.module";
3
3
  import * as i2 from "./catalog-browser-tool/catalog-browser-tool.module";
4
+ /**
5
+ * @deprecated import the components directly
6
+ */
4
7
  export declare class IgoAppCatalogModule {
5
8
  static ɵfac: i0.ɵɵFactoryDeclaration<IgoAppCatalogModule, never>;
6
9
  static ɵmod: i0.ɵɵNgModuleDeclaration<IgoAppCatalogModule, never, never, [typeof i1.IgoAppCatalogLibraryToolModule, typeof i2.IgoAppCatalogBrowserToolModule]>;
@@ -1,5 +1,5 @@
1
1
  import { AuthService } from '@igo2/auth';
2
- import { EntityStore } from '@igo2/common';
2
+ import { EntityStore } from '@igo2/common/entity';
3
3
  import { Catalog, CatalogItem } from '@igo2/geo';
4
4
  import * as i0 from "@angular/core";
5
5
  /**
@@ -5,5 +5,5 @@ export declare class ContextEditorToolComponent {
5
5
  constructor(toolState: ToolState);
6
6
  submitSuccessed(): void;
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<ContextEditorToolComponent, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<ContextEditorToolComponent, "igo-context-editor-tool", never, {}, {}, never, never, false, never>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<ContextEditorToolComponent, "igo-context-editor-tool", never, {}, {}, never, never, true, never>;
9
9
  }
@@ -11,5 +11,5 @@ export declare class ContextManagerToolComponent {
11
11
  editContext(): void;
12
12
  managePermissions(): void;
13
13
  static ɵfac: i0.ɵɵFactoryDeclaration<ContextManagerToolComponent, never>;
14
- static ɵcmp: i0.ɵɵComponentDeclaration<ContextManagerToolComponent, "igo-context-manager-tool", never, { "toolToOpenOnContextChange": { "alias": "toolToOpenOnContextChange"; "required": false; }; }, {}, never, never, false, never>;
14
+ static ɵcmp: i0.ɵɵComponentDeclaration<ContextManagerToolComponent, "igo-context-manager-tool", never, { "toolToOpenOnContextChange": { "alias": "toolToOpenOnContextChange"; "required": false; }; }, {}, never, never, true, never>;
15
15
  }
@@ -1,5 +1,5 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class ContextPermissionManagerToolComponent {
3
3
  static ɵfac: i0.ɵɵFactoryDeclaration<ContextPermissionManagerToolComponent, never>;
4
- static ɵcmp: i0.ɵɵComponentDeclaration<ContextPermissionManagerToolComponent, "igo-context-permission-manager-tool", never, {}, {}, never, never, false, never>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<ContextPermissionManagerToolComponent, "igo-context-permission-manager-tool", never, {}, {}, never, never, true, never>;
5
5
  }
@@ -9,5 +9,5 @@ export declare class ContextShareToolComponent {
9
9
  get layerListControls(): LayerListControlsOptions;
10
10
  constructor(mapState: MapState, layerListToolState: LayerListToolState);
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<ContextShareToolComponent, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<ContextShareToolComponent, "igo-context-share-tool", never, {}, {}, never, never, false, never>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<ContextShareToolComponent, "igo-context-share-tool", never, {}, {}, never, never, true, never>;
13
13
  }
@@ -0,0 +1,5 @@
1
+ import { ContextEditorToolComponent } from './context-editor-tool/context-editor-tool.component';
2
+ import { ContextManagerToolComponent } from './context-manager-tool/context-manager-tool.component';
3
+ import { ContextPermissionManagerToolComponent } from './context-permission-manager-tool/context-permission-manager-tool.component';
4
+ import { ContextShareToolComponent } from './context-share-tool/context-share-tool.component';
5
+ export declare const INTEGRATION_CONTEXT_DIRECTIVES: readonly [typeof ContextEditorToolComponent, typeof ContextManagerToolComponent, typeof ContextPermissionManagerToolComponent, typeof ContextShareToolComponent];
@@ -3,9 +3,11 @@ import * as i1 from "./context-editor-tool/context-editor-tool.component";
3
3
  import * as i2 from "./context-manager-tool/context-manager-tool.component";
4
4
  import * as i3 from "./context-permission-manager-tool/context-permission-manager-tool.component";
5
5
  import * as i4 from "./context-share-tool/context-share-tool.component";
6
- import * as i5 from "@igo2/context";
6
+ /**
7
+ * @deprecated import the components/directive directly or INTEGRATION_CONTEXT_DIRECTIVES for the set
8
+ */
7
9
  export declare class IgoAppContextModule {
8
10
  static ɵfac: i0.ɵɵFactoryDeclaration<IgoAppContextModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<IgoAppContextModule, [typeof i1.ContextEditorToolComponent, typeof i2.ContextManagerToolComponent, typeof i3.ContextPermissionManagerToolComponent, typeof i4.ContextShareToolComponent], [typeof i5.IgoContextModule], [typeof i1.ContextEditorToolComponent, typeof i2.ContextManagerToolComponent, typeof i3.ContextPermissionManagerToolComponent, typeof i4.ContextShareToolComponent]>;
11
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IgoAppContextModule, never, [typeof i1.ContextEditorToolComponent, typeof i2.ContextManagerToolComponent, typeof i3.ContextPermissionManagerToolComponent, typeof i4.ContextShareToolComponent], [typeof i1.ContextEditorToolComponent, typeof i2.ContextManagerToolComponent, typeof i3.ContextPermissionManagerToolComponent, typeof i4.ContextShareToolComponent]>;
10
12
  static ɵinj: i0.ɵɵInjectorDeclaration<IgoAppContextModule>;
11
13
  }
@@ -1,6 +1,6 @@
1
- import { ToolService } from '@igo2/common';
1
+ import { ToolService } from '@igo2/common/tool';
2
2
  import { ContextService, DetailedContext } from '@igo2/context';
3
- import { LanguageService } from '@igo2/core';
3
+ import { LanguageService } from '@igo2/core/language';
4
4
  import { BehaviorSubject } from 'rxjs';
5
5
  import { ToolState } from '../tool/tool.state';
6
6
  import * as i0 from "@angular/core";
@@ -3,3 +3,4 @@ export * from './context-editor-tool/context-editor-tool.component';
3
3
  export * from './context-permission-manager-tool/context-permission-manager-tool.component';
4
4
  export * from './context-share-tool/context-share-tool.component';
5
5
  export * from './context.state';
6
+ export * from './context.directive';
@@ -1,8 +1,10 @@
1
1
  import { OnInit } from '@angular/core';
2
2
  import { AuthService } from '@igo2/auth';
3
- import { LanguageService, MessageService, StorageService } from '@igo2/core';
3
+ import { LanguageService } from '@igo2/core/language';
4
+ import { MessageService } from '@igo2/core/message';
5
+ import { StorageService } from '@igo2/core/storage';
4
6
  import { IgoMap, RoutesFeatureStore, StepFeatureStore, StopsFeatureStore, StopsStore } from '@igo2/geo';
5
- import { Subject } from 'rxjs';
7
+ import { BehaviorSubject, Subject } from 'rxjs';
6
8
  import { ContextState } from '../../context/context.state';
7
9
  import { MapState } from '../../map/map.state';
8
10
  import { DirectionState } from '../directions.state';
@@ -42,6 +44,7 @@ export declare class DirectionsToolComponent implements OnInit {
42
44
  * @internal
43
45
  */
44
46
  get zoomToActiveRoute$(): Subject<void>;
47
+ get authenticated$(): BehaviorSubject<boolean>;
45
48
  /**
46
49
  * Map to measure on
47
50
  * @internal
@@ -50,5 +53,5 @@ export declare class DirectionsToolComponent implements OnInit {
50
53
  constructor(directionState: DirectionState, mapState: MapState, languageService: LanguageService, messageService: MessageService, storageService: StorageService, contextState: ContextState, authService: AuthService);
51
54
  ngOnInit(): void;
52
55
  static ɵfac: i0.ɵɵFactoryDeclaration<DirectionsToolComponent, never>;
53
- static ɵcmp: i0.ɵɵComponentDeclaration<DirectionsToolComponent, "igo-directions-tool", never, {}, {}, never, never, false, never>;
56
+ static ɵcmp: i0.ɵɵComponentDeclaration<DirectionsToolComponent, "igo-directions-tool", never, {}, {}, never, never, true, never>;
54
57
  }
@@ -1,10 +1,12 @@
1
1
  import { ModuleWithProviders } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  import * as i1 from "./directions-tool/directions-tool.component";
4
- import * as i2 from "@igo2/geo";
4
+ /**
5
+ * @deprecated import the DirectionsToolComponent directly
6
+ */
5
7
  export declare class IgoAppDirectionsModule {
6
8
  static forRoot(): ModuleWithProviders<IgoAppDirectionsModule>;
7
9
  static ɵfac: i0.ɵɵFactoryDeclaration<IgoAppDirectionsModule, never>;
8
- static ɵmod: i0.ɵɵNgModuleDeclaration<IgoAppDirectionsModule, [typeof i1.DirectionsToolComponent], [typeof i2.IgoDirectionsModule], [typeof i1.DirectionsToolComponent]>;
10
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IgoAppDirectionsModule, never, [typeof i1.DirectionsToolComponent], [typeof i1.DirectionsToolComponent]>;
9
11
  static ɵinj: i0.ɵɵInjectorDeclaration<IgoAppDirectionsModule>;
10
12
  }
@@ -1,8 +1,10 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "@igo2/geo";
3
- import * as i2 from "./drawing-tool/drawing-tool.module";
2
+ import * as i1 from "./drawing-tool/drawing-tool.module";
3
+ /**
4
+ * @deprecated import the DrawingToolComponent directly
5
+ */
4
6
  export declare class IgoAppDrawModule {
5
7
  static ɵfac: i0.ɵɵFactoryDeclaration<IgoAppDrawModule, never>;
6
- static ɵmod: i0.ɵɵNgModuleDeclaration<IgoAppDrawModule, never, [typeof i1.IgoDrawingToolModule], [typeof i2.IgoAppDrawingToolModule]>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IgoAppDrawModule, never, never, [typeof i1.IgoAppDrawingToolModule]>;
7
9
  static ɵinj: i0.ɵɵInjectorDeclaration<IgoAppDrawModule>;
8
10
  }
@@ -27,5 +27,5 @@ export declare class DrawingToolComponent {
27
27
  addDrawControls(dc: [string, DrawControl][]): void;
28
28
  constructor(drawState: DrawState, mapState: MapState);
29
29
  static ɵfac: i0.ɵɵFactoryDeclaration<DrawingToolComponent, never>;
30
- static ɵcmp: i0.ɵɵComponentDeclaration<DrawingToolComponent, "igo-drawing-tool", never, {}, {}, never, never, false, never>;
30
+ static ɵcmp: i0.ɵɵComponentDeclaration<DrawingToolComponent, "igo-drawing-tool", never, {}, {}, never, never, true, never>;
31
31
  }
@@ -1,11 +1,10 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./drawing-tool.component";
3
- import * as i2 from "@igo2/geo";
4
3
  /**
5
- * @ignore
4
+ * @deprecated import the DrawingToolComponent directly
6
5
  */
7
6
  export declare class IgoAppDrawingToolModule {
8
7
  static ɵfac: i0.ɵɵFactoryDeclaration<IgoAppDrawingToolModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<IgoAppDrawingToolModule, [typeof i1.DrawingToolComponent], [typeof i2.IgoDrawingToolModule], [typeof i1.DrawingToolComponent]>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IgoAppDrawingToolModule, never, [typeof i1.DrawingToolComponent], [typeof i1.DrawingToolComponent]>;
10
9
  static ɵinj: i0.ɵɵInjectorDeclaration<IgoAppDrawingToolModule>;
11
10
  }
@@ -1,7 +1,7 @@
1
- import { EnvironmentOptions as AuthEnvironmentOptions } from '@igo2/auth';
2
- import { EnvironmentOptions as CommonEnvironmentOptions } from '@igo2/common';
1
+ import { AuthEnvironmentOptions } from '@igo2/auth/environment';
2
+ import { EnvironmentOptions as CommonEnvironmentOptions } from '@igo2/common/environment';
3
3
  import { EnvironmentOptions as ContextEnvironmentOptions } from '@igo2/context';
4
- import { BaseEnvironmentOptions, EnvironmentOptions as CoreEnvironmentOptions } from '@igo2/core';
4
+ import { BaseEnvironmentOptions, EnvironmentOptions as CoreEnvironmentOptions } from '@igo2/core/environment';
5
5
  import { EnvironmentOptions as GeoEnvironmentOptions } from '@igo2/geo';
6
6
  export type AllEnvironmentOptions = AuthEnvironmentOptions & CommonEnvironmentOptions & CoreEnvironmentOptions & ContextEnvironmentOptions & GeoEnvironmentOptions & IntegrationEnvironmentOptions;
7
7
  export interface EnvironmentOptions extends BaseEnvironmentOptions {
@@ -8,5 +8,5 @@ export declare class ActiveOgcFilterToolComponent {
8
8
  animate: string;
9
9
  constructor(mapState: MapState);
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<ActiveOgcFilterToolComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<ActiveOgcFilterToolComponent, "igo-active-ogc-filter-tool", never, {}, {}, never, never, false, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<ActiveOgcFilterToolComponent, "igo-active-ogc-filter-tool", never, {}, {}, never, never, true, never>;
12
12
  }
@@ -8,5 +8,5 @@ export declare class ActiveTimeFilterToolComponent {
8
8
  animate: string;
9
9
  constructor(mapState: MapState);
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<ActiveTimeFilterToolComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<ActiveTimeFilterToolComponent, "igo-active-time-filter-tool", never, {}, {}, never, never, false, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<ActiveTimeFilterToolComponent, "igo-active-time-filter-tool", never, {}, {}, never, never, true, never>;
12
12
  }
@@ -5,11 +5,12 @@ import * as i2 from "./active-ogc-filter-tool/active-ogc-filter-tool.component";
5
5
  import * as i3 from "./time-filter-tool/time-filter-tool.component";
6
6
  import * as i4 from "./active-time-filter-tool/active-time-filter-tool.component";
7
7
  import * as i5 from "./spatial-filter-tool/spatial-filter-tool.component";
8
- import * as i6 from "@igo2/geo";
9
- import * as i7 from "@angular/common";
8
+ /**
9
+ * @deprecated import the components directly or INTEGRATION_FILTER_DIRECTIVES for the set
10
+ */
10
11
  export declare class IgoAppFilterModule {
11
12
  static forRoot(): ModuleWithProviders<IgoAppFilterModule>;
12
13
  static ɵfac: i0.ɵɵFactoryDeclaration<IgoAppFilterModule, never>;
13
- static ɵmod: i0.ɵɵNgModuleDeclaration<IgoAppFilterModule, [typeof i1.OgcFilterToolComponent, typeof i2.ActiveOgcFilterToolComponent, typeof i3.TimeFilterToolComponent, typeof i4.ActiveTimeFilterToolComponent, typeof i5.SpatialFilterToolComponent], [typeof i6.IgoFilterModule, typeof i6.IgoQueryModule, typeof i7.CommonModule], [typeof i1.OgcFilterToolComponent, typeof i2.ActiveOgcFilterToolComponent, typeof i3.TimeFilterToolComponent, typeof i4.ActiveTimeFilterToolComponent, typeof i5.SpatialFilterToolComponent]>;
14
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IgoAppFilterModule, never, [typeof i1.OgcFilterToolComponent, typeof i2.ActiveOgcFilterToolComponent, typeof i3.TimeFilterToolComponent, typeof i4.ActiveTimeFilterToolComponent, typeof i5.SpatialFilterToolComponent], [typeof i1.OgcFilterToolComponent, typeof i2.ActiveOgcFilterToolComponent, typeof i3.TimeFilterToolComponent, typeof i4.ActiveTimeFilterToolComponent, typeof i5.SpatialFilterToolComponent]>;
14
15
  static ɵinj: i0.ɵɵInjectorDeclaration<IgoAppFilterModule>;
15
16
  }
@@ -1,5 +1,9 @@
1
+ import { ActiveOgcFilterToolComponent } from './active-ogc-filter-tool';
2
+ import { OgcFilterToolComponent } from './ogc-filter-tool';
3
+ import { SpatialFilterToolComponent } from './spatial-filter-tool';
1
4
  export * from './ogc-filter-tool';
2
5
  export * from './active-ogc-filter-tool';
3
6
  export * from './spatial-filter-tool';
4
7
  export * from './time-filter-tool';
5
8
  export * from './active-time-filter-tool';
9
+ export declare const INTEGRATION_FILTER_DIRECTIVES: (typeof ActiveOgcFilterToolComponent | typeof OgcFilterToolComponent | typeof SpatialFilterToolComponent)[];
@@ -2,5 +2,5 @@ import * as i0 from "@angular/core";
2
2
  export declare class OgcFilterToolComponent {
3
3
  constructor();
4
4
  static ɵfac: i0.ɵɵFactoryDeclaration<OgcFilterToolComponent, never>;
5
- static ɵcmp: i0.ɵɵComponentDeclaration<OgcFilterToolComponent, "igo-ogc-filter-tool", never, {}, {}, never, never, false, never>;
5
+ static ɵcmp: i0.ɵɵComponentDeclaration<OgcFilterToolComponent, "igo-ogc-filter-tool", never, {}, {}, never, never, true, never>;
6
6
  }
@@ -1,7 +1,8 @@
1
1
  import { ChangeDetectorRef, OnDestroy, OnInit } from '@angular/core';
2
2
  import { MatIconRegistry } from '@angular/material/icon';
3
- import { EntityStore } from '@igo2/common';
4
- import { LanguageService, MessageService } from '@igo2/core';
3
+ import { EntityStore } from '@igo2/common/entity';
4
+ import { LanguageService } from '@igo2/core/language';
5
+ import { MessageService } from '@igo2/core/message';
5
6
  import { DataSourceService, Feature, IgoMap, Layer, LayerService, MeasureLengthUnit, SpatialFilterItemType, SpatialFilterQueryType, SpatialFilterService, SpatialFilterThematic, SpatialFilterType } from '@igo2/geo';
6
7
  import * as olstyle from 'ol/style';
7
8
  import { BehaviorSubject } from 'rxjs';
@@ -78,5 +79,5 @@ export declare class SpatialFilterToolComponent implements OnInit, OnDestroy {
78
79
  zoomToFeatureExtent(feature: any): void;
79
80
  pushLayer(layer: any): void;
80
81
  static ɵfac: i0.ɵɵFactoryDeclaration<SpatialFilterToolComponent, never>;
81
- static ɵcmp: i0.ɵɵComponentDeclaration<SpatialFilterToolComponent, "igo-spatial-filter-tool", never, { "type": { "alias": "type"; "required": false; }; "itemType": { "alias": "itemType"; "required": false; }; "freehandDrawIsActive": { "alias": "freehandDrawIsActive"; "required": false; }; }, {}, never, never, false, never>;
82
+ static ɵcmp: i0.ɵɵComponentDeclaration<SpatialFilterToolComponent, "igo-spatial-filter-tool", never, { "type": { "alias": "type"; "required": false; }; "itemType": { "alias": "itemType"; "required": false; }; "freehandDrawIsActive": { "alias": "freehandDrawIsActive"; "required": false; }; }, {}, never, never, true, never>;
82
83
  }
@@ -2,5 +2,5 @@ import * as i0 from "@angular/core";
2
2
  export declare class TimeFilterToolComponent {
3
3
  constructor();
4
4
  static ɵfac: i0.ɵɵFactoryDeclaration<TimeFilterToolComponent, never>;
5
- static ɵcmp: i0.ɵɵComponentDeclaration<TimeFilterToolComponent, "igo-time-filter-tool", never, {}, {}, never, never, false, never>;
5
+ static ɵcmp: i0.ɵɵComponentDeclaration<TimeFilterToolComponent, "igo-time-filter-tool", never, {}, {}, never, never, true, never>;
6
6
  }
@@ -1,7 +1,8 @@
1
1
  import { HttpClient } from '@angular/common/http';
2
2
  import { OnDestroy, OnInit } from '@angular/core';
3
- import { Form, FormService } from '@igo2/common';
4
- import { LanguageService, MessageService } from '@igo2/core';
3
+ import { Form, FormService } from '@igo2/common/form';
4
+ import { LanguageService } from '@igo2/core/language';
5
+ import { MessageService } from '@igo2/core/message';
5
6
  import { IgoMap } from '@igo2/geo';
6
7
  import { BehaviorSubject } from 'rxjs';
7
8
  import { MapState } from '../../map/map.state';
@@ -2,10 +2,11 @@ import * as i0 from "@angular/core";
2
2
  import * as i1 from "./data-issue-reporter-tool/data-issue-reporter-tool.component";
3
3
  import * as i2 from "@angular/common";
4
4
  import * as i3 from "@angular/material/button";
5
- import * as i4 from "@igo2/core";
6
- import * as i5 from "@igo2/common";
5
+ import * as i4 from "@igo2/core/language";
6
+ import * as i5 from "@igo2/common/form";
7
+ import * as i6 from "@igo2/core/message";
7
8
  export declare class IgoAppGeometryFormModule {
8
9
  static ɵfac: i0.ɵɵFactoryDeclaration<IgoAppGeometryFormModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<IgoAppGeometryFormModule, [typeof i1.DataIssueReporterToolComponent], [typeof i2.CommonModule, typeof i3.MatButtonModule, typeof i4.IgoLanguageModule, typeof i5.IgoFormModule, typeof i4.IgoMessageModule], [typeof i1.DataIssueReporterToolComponent]>;
10
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IgoAppGeometryFormModule, [typeof i1.DataIssueReporterToolComponent], [typeof i2.CommonModule, typeof i3.MatButtonModule, typeof i4.IgoLanguageModule, typeof i5.IgoFormModule, typeof i6.IgoMessageModule], [typeof i1.DataIssueReporterToolComponent]>;
10
11
  static ɵinj: i0.ɵɵInjectorDeclaration<IgoAppGeometryFormModule>;
11
12
  }
@@ -1,5 +1,5 @@
1
1
  import { OnInit } from '@angular/core';
2
- import type { WorkspaceStore } from '@igo2/common';
2
+ import type { WorkspaceStore } from '@igo2/common/workspace';
3
3
  import { ExportOptions, IgoMap, ProjectionsLimitationsOptions } from '@igo2/geo';
4
4
  import { ContextState } from '../../context/context.state';
5
5
  import { MapState } from '../../map/map.state';
@@ -29,5 +29,5 @@ export declare class ImportExportToolComponent implements OnInit {
29
29
  exportOptionsChange(exportOptions: ExportOptions): void;
30
30
  importExportTypeChange(event: any): void;
31
31
  static ɵfac: i0.ɵɵFactoryDeclaration<ImportExportToolComponent, never>;
32
- static ɵcmp: i0.ɵɵComponentDeclaration<ImportExportToolComponent, "igo-import-export-tool", never, { "projectionsLimitations": { "alias": "projectionsLimitations"; "required": false; }; "selectFirstProj": { "alias": "selectFirstProj"; "required": false; }; "importExportType": { "alias": "importExportType"; "required": false; }; "importExportShowBothType": { "alias": "importExportShowBothType"; "required": false; }; }, {}, never, never, false, never>;
32
+ static ɵcmp: i0.ɵɵComponentDeclaration<ImportExportToolComponent, "igo-import-export-tool", never, { "projectionsLimitations": { "alias": "projectionsLimitations"; "required": false; }; "selectFirstProj": { "alias": "selectFirstProj"; "required": false; }; "importExportType": { "alias": "importExportType"; "required": false; }; "importExportShowBothType": { "alias": "importExportShowBothType"; "required": false; }; }, {}, never, never, true, never>;
33
33
  }
@@ -1,15 +1,12 @@
1
1
  import { ModuleWithProviders } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  import * as i1 from "./import-export-tool/import-export-tool.component";
4
- import * as i2 from "@igo2/geo";
5
- import * as i3 from "@igo2/context";
6
- import * as i4 from "@angular/common";
7
- import * as i5 from "@igo2/core";
8
- import * as i6 from "@angular/material/button-toggle";
9
- import * as i7 from "@angular/material/tabs";
4
+ /**
5
+ * @deprecated import the ImportExportToolComponent directly
6
+ */
10
7
  export declare class IgoAppImportExportModule {
11
8
  static forRoot(): ModuleWithProviders<IgoAppImportExportModule>;
12
9
  static ɵfac: i0.ɵɵFactoryDeclaration<IgoAppImportExportModule, never>;
13
- static ɵmod: i0.ɵɵNgModuleDeclaration<IgoAppImportExportModule, [typeof i1.ImportExportToolComponent], [typeof i2.IgoImportExportModule, typeof i3.IgoContextImportExportModule, typeof i4.CommonModule, typeof i5.IgoLanguageModule, typeof i6.MatButtonToggleModule, typeof i7.MatTabsModule, typeof i2.IgoStyleModule], [typeof i1.ImportExportToolComponent]>;
10
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IgoAppImportExportModule, never, [typeof i1.ImportExportToolComponent], [typeof i1.ImportExportToolComponent]>;
14
11
  static ɵinj: i0.ɵɵInjectorDeclaration<IgoAppImportExportModule>;
15
12
  }
@@ -1,21 +1,22 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "./storage/storage.module";
3
- import * as i2 from "./analytics/analytics.module";
4
- import * as i3 from "./context/context.module";
5
- import * as i4 from "./catalog/catalog.module";
6
- import * as i5 from "./directions/directions.module";
7
- import * as i6 from "./draw/draw.module";
8
- import * as i7 from "./workspace/workspace.module";
9
- import * as i8 from "./import-export/import-export.module";
10
- import * as i9 from "./map/map.module";
11
- import * as i10 from "./measure/measure.module";
12
- import * as i11 from "./print/print.module";
13
- import * as i12 from "./search/search.module";
14
- import * as i13 from "./filter/filter.module";
15
- import * as i14 from "./about/about.module";
16
- import * as i15 from "./geometry-form/geometry-form.module";
2
+ import * as i1 from "./context/context.module";
3
+ import * as i2 from "./catalog/catalog.module";
4
+ import * as i3 from "./directions/directions.module";
5
+ import * as i4 from "./draw/draw.module";
6
+ import * as i5 from "./workspace/workspace.module";
7
+ import * as i6 from "./import-export/import-export.module";
8
+ import * as i7 from "./map/map.module";
9
+ import * as i8 from "./measure/measure.module";
10
+ import * as i9 from "./print/print.module";
11
+ import * as i10 from "./search/search.module";
12
+ import * as i11 from "./filter/filter.module";
13
+ import * as i12 from "./about/about.module";
14
+ import * as i13 from "./geometry-form/geometry-form.module";
15
+ /**
16
+ * @deprecated import the components directly
17
+ */
17
18
  export declare class IgoIntegrationModule {
18
19
  static ɵfac: i0.ɵɵFactoryDeclaration<IgoIntegrationModule, never>;
19
- static ɵmod: i0.ɵɵNgModuleDeclaration<IgoIntegrationModule, never, never, [typeof i1.IgoAppStorageModule, typeof i2.IgoAppAnalyticsModule, typeof i3.IgoAppContextModule, typeof i4.IgoAppCatalogModule, typeof i5.IgoAppDirectionsModule, typeof i6.IgoAppDrawModule, typeof i7.IgoAppWorkspaceModule, typeof i8.IgoAppImportExportModule, typeof i9.IgoAppMapModule, typeof i10.IgoAppMeasureModule, typeof i11.IgoAppPrintModule, typeof i12.IgoAppSearchModule, typeof i13.IgoAppFilterModule, typeof i14.IgoAppAboutModule, typeof i15.IgoAppGeometryFormModule]>;
20
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IgoIntegrationModule, never, never, [typeof i1.IgoAppContextModule, typeof i2.IgoAppCatalogModule, typeof i3.IgoAppDirectionsModule, typeof i4.IgoAppDrawModule, typeof i5.IgoAppWorkspaceModule, typeof i6.IgoAppImportExportModule, typeof i7.IgoAppMapModule, typeof i8.IgoAppMeasureModule, typeof i9.IgoAppPrintModule, typeof i10.IgoAppSearchModule, typeof i11.IgoAppFilterModule, typeof i12.IgoAppAboutModule, typeof i13.IgoAppGeometryFormModule]>;
20
21
  static ɵinj: i0.ɵɵInjectorDeclaration<IgoIntegrationModule>;
21
22
  }
@@ -1,6 +1,9 @@
1
1
  import { ChangeDetectorRef, OnDestroy, OnInit } from '@angular/core';
2
2
  import { UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
3
- import { ConfigService, LanguageService, MessageService, StorageService } from '@igo2/core';
3
+ import { ConfigService } from '@igo2/core/config';
4
+ import { LanguageService } from '@igo2/core/language';
5
+ import { MessageService } from '@igo2/core/message';
6
+ import { StorageService } from '@igo2/core/storage';
4
7
  import { IgoMap, InputProjections, ProjectionsLimitationsOptions } from '@igo2/geo';
5
8
  import { BehaviorSubject } from 'rxjs';
6
9
  import { MapState } from '../../map.state';
@@ -25,6 +28,7 @@ export declare class AdvancedCoordinatesComponent implements OnInit, OnDestroy {
25
28
  private inMtmZone;
26
29
  private inLambert2;
27
30
  private mapState$$;
31
+ private formStatus$$;
28
32
  private _projectionsLimitations;
29
33
  private projectionsConstraints;
30
34
  private defaultProj;
@@ -47,6 +51,7 @@ export declare class AdvancedCoordinatesComponent implements OnInit, OnDestroy {
47
51
  * @returns Array of two numbers
48
52
  */
49
53
  getCoordinates(): string[];
54
+ updateCoordinates(): void;
50
55
  /**
51
56
  * Copy the coordinates to a clipboard
52
57
  */
@@ -93,5 +98,5 @@ export declare class AdvancedCoordinatesComponent implements OnInit, OnDestroy {
93
98
  */
94
99
  checkLambert(coordinates: [number, number]): void;
95
100
  static ɵfac: i0.ɵɵFactoryDeclaration<AdvancedCoordinatesComponent, never>;
96
- static ɵcmp: i0.ɵɵComponentDeclaration<AdvancedCoordinatesComponent, "igo-advanced-coordinates", never, { "projectionsLimitations": { "alias": "projectionsLimitations"; "required": false; }; }, {}, never, never, false, never>;
101
+ static ɵcmp: i0.ɵɵComponentDeclaration<AdvancedCoordinatesComponent, "igo-advanced-coordinates", never, { "projectionsLimitations": { "alias": "projectionsLimitations"; "required": false; }; }, {}, never, never, true, never>;
97
102
  }
@@ -8,5 +8,5 @@ export declare class AdvancedMapToolComponent {
8
8
  toggleTracking(value: any): void;
9
9
  toggleFollow(value: any): void;
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<AdvancedMapToolComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<AdvancedMapToolComponent, "igo-advanced-map-tool", never, {}, {}, never, never, false, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<AdvancedMapToolComponent, "igo-advanced-map-tool", never, {}, {}, never, never, true, never>;
12
12
  }
@@ -61,5 +61,5 @@ export declare class AdvancedSwipeComponent implements OnInit, OnDestroy {
61
61
  */
62
62
  contextEmit(): void;
63
63
  static ɵfac: i0.ɵɵFactoryDeclaration<AdvancedSwipeComponent, never>;
64
- static ɵcmp: i0.ɵɵComponentDeclaration<AdvancedSwipeComponent, "igo-advanced-swipe", never, {}, {}, never, never, false, never>;
64
+ static ɵcmp: i0.ɵɵComponentDeclaration<AdvancedSwipeComponent, "igo-advanced-swipe", never, {}, {}, never, never, true, never>;
65
65
  }
@@ -6,3 +6,4 @@ export * from './map-tool';
6
6
  export * from './map-tools';
7
7
  export * from './map.state';
8
8
  export * from './map-proximity.state';
9
+ export * from './map.directive';
@@ -34,5 +34,5 @@ export declare class MapDetailsToolComponent implements OnInit {
34
34
  contextEmit(): void;
35
35
  activateExport(layer: Layer): void;
36
36
  static ɵfac: i0.ɵɵFactoryDeclaration<MapDetailsToolComponent, never>;
37
- static ɵcmp: i0.ɵɵComponentDeclaration<MapDetailsToolComponent, "igo-map-details-tool", never, { "toggleLegendOnVisibilityChange": { "alias": "toggleLegendOnVisibilityChange"; "required": false; }; "expandLegendOfVisibleLayers": { "alias": "expandLegendOfVisibleLayers"; "required": false; }; "updateLegendOnResolutionChange": { "alias": "updateLegendOnResolutionChange"; "required": false; }; "ogcButton": { "alias": "ogcButton"; "required": false; }; "timeButton": { "alias": "timeButton"; "required": false; }; "layerListControls": { "alias": "layerListControls"; "required": false; }; "queryBadge": { "alias": "queryBadge"; "required": false; }; "layerAdditionAllowed": { "alias": "layerAdditionAllowed"; "required": false; }; }, {}, never, never, false, never>;
37
+ static ɵcmp: i0.ɵɵComponentDeclaration<MapDetailsToolComponent, "igo-map-details-tool", never, { "toggleLegendOnVisibilityChange": { "alias": "toggleLegendOnVisibilityChange"; "required": false; }; "expandLegendOfVisibleLayers": { "alias": "expandLegendOfVisibleLayers"; "required": false; }; "updateLegendOnResolutionChange": { "alias": "updateLegendOnResolutionChange"; "required": false; }; "ogcButton": { "alias": "ogcButton"; "required": false; }; "timeButton": { "alias": "timeButton"; "required": false; }; "layerListControls": { "alias": "layerListControls"; "required": false; }; "queryBadge": { "alias": "queryBadge"; "required": false; }; "layerAdditionAllowed": { "alias": "layerAdditionAllowed"; "required": false; }; }, {}, never, never, true, never>;
38
38
  }