@igo2/integration 16.3.0 → 17.0.0-next.2

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 (155) hide show
  1. package/esm2022/lib/about/about-tool/about-tool.component.mjs +30 -13
  2. package/esm2022/lib/about/about.module.mjs +9 -37
  3. package/esm2022/lib/analytics/analytics-listener.service.mjs +7 -7
  4. package/esm2022/lib/catalog/catalog-browser-tool/catalog-browser-tool.component.mjs +10 -9
  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 +11 -10
  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 +5 -5
  10. package/esm2022/lib/context/context-editor-tool/context-editor-tool.component.mjs +9 -8
  11. package/esm2022/lib/context/context-manager-tool/context-manager-tool.component.mjs +9 -8
  12. package/esm2022/lib/context/context-permission-manager-tool/context-permission-manager-tool.component.mjs +8 -7
  13. package/esm2022/lib/context/context-share-tool/context-share-tool.component.mjs +9 -8
  14. package/esm2022/lib/context/context.module.mjs +16 -31
  15. package/esm2022/lib/context/context.state.mjs +7 -7
  16. package/esm2022/lib/context/index.mjs +11 -1
  17. package/esm2022/lib/directions/directions-tool/directions-tool.component.mjs +18 -12
  18. package/esm2022/lib/directions/directions.module.mjs +11 -11
  19. package/esm2022/lib/directions/directions.state.mjs +5 -5
  20. package/esm2022/lib/draw/draw.module.mjs +8 -7
  21. package/esm2022/lib/draw/draw.state.mjs +5 -5
  22. package/esm2022/lib/draw/drawing-tool/drawing-tool.component.mjs +9 -8
  23. package/esm2022/lib/draw/drawing-tool/drawing-tool.module.mjs +9 -12
  24. package/esm2022/lib/draw/index.mjs +1 -1
  25. package/esm2022/lib/environment/environment.interface.mjs +1 -1
  26. package/esm2022/lib/environment/index.mjs +1 -1
  27. package/esm2022/lib/filter/active-ogc-filter-tool/active-ogc-filter-tool.animation.mjs +1 -1
  28. package/esm2022/lib/filter/active-ogc-filter-tool/active-ogc-filter-tool.component.mjs +9 -8
  29. package/esm2022/lib/filter/active-time-filter-tool/active-time-filter-tool.animation.mjs +1 -1
  30. package/esm2022/lib/filter/active-time-filter-tool/active-time-filter-tool.component.mjs +9 -8
  31. package/esm2022/lib/filter/filter.module.mjs +16 -13
  32. package/esm2022/lib/filter/index.mjs +13 -1
  33. package/esm2022/lib/filter/ogc-filter-tool/ogc-filter-tool.component.mjs +9 -8
  34. package/esm2022/lib/filter/spatial-filter-tool/spatial-filter-tool.component.mjs +25 -15
  35. package/esm2022/lib/filter/time-filter-tool/time-filter-tool.component.mjs +9 -8
  36. package/esm2022/lib/geometry-form/data-issue-reporter-tool/data-issue-reporter-tool.component.mjs +16 -13
  37. package/esm2022/lib/geometry-form/geometry-form.module.mjs +7 -6
  38. package/esm2022/lib/import-export/import-export-tool/import-export-tool.component.mjs +22 -12
  39. package/esm2022/lib/import-export/import-export.module.mjs +11 -36
  40. package/esm2022/lib/import-export/import-export.state.mjs +4 -4
  41. package/esm2022/lib/integration.module.mjs +8 -13
  42. package/esm2022/lib/map/advanced-map-tool/advanced-coordinates/advanced-coordinates.component.mjs +52 -24
  43. package/esm2022/lib/map/advanced-map-tool/advanced-map-tool.component.mjs +22 -11
  44. package/esm2022/lib/map/advanced-map-tool/advanced-swipe/advanced-swipe.component.mjs +35 -14
  45. package/esm2022/lib/map/index.mjs +15 -1
  46. package/esm2022/lib/map/layer-list-tool.state.mjs +4 -4
  47. package/esm2022/lib/map/map-details-tool/map-details-tool.component.mjs +31 -13
  48. package/esm2022/lib/map/map-legend/map-legend-tool.component.mjs +24 -12
  49. package/esm2022/lib/map/map-proximity-tool/map-proximity-tool.component.mjs +34 -14
  50. package/esm2022/lib/map/map-proximity.state.mjs +7 -7
  51. package/esm2022/lib/map/map-tool/map-tool.component.mjs +27 -12
  52. package/esm2022/lib/map/map-tools/map-tools.component.mjs +37 -14
  53. package/esm2022/lib/map/map.module.mjs +17 -125
  54. package/esm2022/lib/map/map.state.mjs +9 -7
  55. package/esm2022/lib/measure/measure.module.mjs +8 -7
  56. package/esm2022/lib/measure/measure.state.mjs +5 -5
  57. package/esm2022/lib/measure/measurer-tool/measurer-tool.component.mjs +9 -8
  58. package/esm2022/lib/measure/measurer-tool/measurer-tool.module.mjs +9 -12
  59. package/esm2022/lib/print/print-tool/print-tool.component.mjs +9 -8
  60. package/esm2022/lib/print/print.module.mjs +11 -11
  61. package/esm2022/lib/search/index.mjs +7 -1
  62. package/esm2022/lib/search/query.state.mjs +7 -7
  63. package/esm2022/lib/search/search-bar/search-bar-binding.directive.mjs +8 -7
  64. package/esm2022/lib/search/search-bar/search-bar.module.mjs +7 -9
  65. package/esm2022/lib/search/search-results-tool/search-results-tool.component.mjs +36 -18
  66. package/esm2022/lib/search/search-results-tool/search-results-tool.module.mjs +9 -54
  67. package/esm2022/lib/search/search.module.mjs +12 -10
  68. package/esm2022/lib/search/search.state.mjs +10 -8
  69. package/esm2022/lib/storage/storage.state.mjs +7 -7
  70. package/esm2022/lib/tool/tool.state.mjs +5 -5
  71. package/esm2022/lib/workspace/shared/edition-actions.service.mjs +14 -15
  72. package/esm2022/lib/workspace/shared/feature-actions.service.mjs +12 -13
  73. package/esm2022/lib/workspace/shared/index.mjs +1 -1
  74. package/esm2022/lib/workspace/shared/wfs-actions.service.mjs +14 -15
  75. package/esm2022/lib/workspace/shared/workspace.utils.mjs +4 -3
  76. package/esm2022/lib/workspace/workspace-button/workspace-button.component.mjs +22 -11
  77. package/esm2022/lib/workspace/workspace.module.mjs +10 -28
  78. package/esm2022/lib/workspace/workspace.state.mjs +7 -7
  79. package/esm2022/public_api.mjs +1 -4
  80. package/fesm2022/igo2-integration.mjs +679 -735
  81. package/fesm2022/igo2-integration.mjs.map +1 -1
  82. package/lib/about/about-tool/about-tool.component.d.ts +3 -2
  83. package/lib/about/about.module.d.ts +4 -8
  84. package/lib/analytics/analytics-listener.service.d.ts +1 -1
  85. package/lib/catalog/catalog-browser-tool/catalog-browser-tool.component.d.ts +1 -1
  86. package/lib/catalog/catalog-browser-tool/catalog-browser-tool.module.d.ts +2 -4
  87. package/lib/catalog/catalog-library-tool/catalog-library-tool.component.d.ts +2 -2
  88. package/lib/catalog/catalog-library-tool/catalog-library-tool.module.d.ts +2 -4
  89. package/lib/catalog/catalog.module.d.ts +3 -0
  90. package/lib/context/context-editor-tool/context-editor-tool.component.d.ts +1 -1
  91. package/lib/context/context-manager-tool/context-manager-tool.component.d.ts +1 -1
  92. package/lib/context/context-permission-manager-tool/context-permission-manager-tool.component.d.ts +1 -1
  93. package/lib/context/context-share-tool/context-share-tool.component.d.ts +1 -1
  94. package/lib/context/context.module.d.ts +4 -2
  95. package/lib/context/context.state.d.ts +1 -1
  96. package/lib/context/index.d.ts +5 -0
  97. package/lib/directions/directions-tool/directions-tool.component.d.ts +4 -2
  98. package/lib/directions/directions.module.d.ts +4 -2
  99. package/lib/draw/draw.module.d.ts +5 -3
  100. package/lib/draw/drawing-tool/drawing-tool.component.d.ts +1 -1
  101. package/lib/draw/drawing-tool/drawing-tool.module.d.ts +2 -3
  102. package/lib/environment/environment.interface.d.ts +1 -1
  103. package/lib/filter/active-ogc-filter-tool/active-ogc-filter-tool.component.d.ts +1 -1
  104. package/lib/filter/active-time-filter-tool/active-time-filter-tool.component.d.ts +1 -1
  105. package/lib/filter/filter.module.d.ts +4 -3
  106. package/lib/filter/index.d.ts +4 -0
  107. package/lib/filter/ogc-filter-tool/ogc-filter-tool.component.d.ts +1 -1
  108. package/lib/filter/spatial-filter-tool/spatial-filter-tool.component.d.ts +3 -2
  109. package/lib/filter/time-filter-tool/time-filter-tool.component.d.ts +1 -1
  110. package/lib/geometry-form/data-issue-reporter-tool/data-issue-reporter-tool.component.d.ts +2 -1
  111. package/lib/geometry-form/geometry-form.module.d.ts +3 -2
  112. package/lib/import-export/import-export-tool/import-export-tool.component.d.ts +1 -1
  113. package/lib/import-export/import-export.module.d.ts +4 -7
  114. package/lib/integration.module.d.ts +17 -16
  115. package/lib/map/advanced-map-tool/advanced-coordinates/advanced-coordinates.component.d.ts +5 -2
  116. package/lib/map/advanced-map-tool/advanced-map-tool.component.d.ts +1 -1
  117. package/lib/map/advanced-map-tool/advanced-swipe/advanced-swipe.component.d.ts +1 -1
  118. package/lib/map/index.d.ts +7 -0
  119. package/lib/map/map-details-tool/map-details-tool.component.d.ts +1 -1
  120. package/lib/map/map-legend/map-legend-tool.component.d.ts +1 -1
  121. package/lib/map/map-proximity-tool/map-proximity-tool.component.d.ts +3 -2
  122. package/lib/map/map-proximity.state.d.ts +1 -1
  123. package/lib/map/map-tool/map-tool.component.d.ts +1 -1
  124. package/lib/map/map-tools/map-tools.component.d.ts +1 -1
  125. package/lib/map/map.module.d.ts +4 -25
  126. package/lib/map/map.state.d.ts +2 -1
  127. package/lib/measure/measure.module.d.ts +3 -0
  128. package/lib/measure/measurer-tool/measurer-tool.component.d.ts +1 -1
  129. package/lib/measure/measurer-tool/measurer-tool.module.d.ts +2 -3
  130. package/lib/print/print-tool/print-tool.component.d.ts +1 -1
  131. package/lib/print/print.module.d.ts +4 -2
  132. package/lib/search/index.d.ts +3 -0
  133. package/lib/search/query.state.d.ts +1 -1
  134. package/lib/search/search-bar/search-bar-binding.directive.d.ts +1 -1
  135. package/lib/search/search-bar/search-bar.module.d.ts +2 -3
  136. package/lib/search/search-results-tool/search-results-tool.component.d.ts +2 -2
  137. package/lib/search/search-results-tool/search-results-tool.module.d.ts +2 -10
  138. package/lib/search/search.module.d.ts +6 -3
  139. package/lib/search/search.state.d.ts +2 -1
  140. package/lib/storage/storage.state.d.ts +1 -1
  141. package/lib/workspace/shared/edition-actions.service.d.ts +4 -4
  142. package/lib/workspace/shared/feature-actions.service.d.ts +4 -4
  143. package/lib/workspace/shared/wfs-actions.service.d.ts +4 -4
  144. package/lib/workspace/shared/workspace.utils.d.ts +4 -3
  145. package/lib/workspace/workspace-button/workspace-button.component.d.ts +1 -1
  146. package/lib/workspace/workspace.module.d.ts +4 -6
  147. package/lib/workspace/workspace.state.d.ts +1 -1
  148. package/package.json +6 -5
  149. package/public_api.d.ts +0 -3
  150. package/esm2022/lib/analytics/analytics.module.mjs +0 -16
  151. package/esm2022/lib/storage/storage.module.mjs +0 -16
  152. package/esm2022/lib/tool/tool.module.mjs +0 -16
  153. package/lib/analytics/analytics.module.d.ts +0 -6
  154. package/lib/storage/storage.module.d.ts +0 -6
  155. 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,5 +1,5 @@
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
5
  import { SearchState } from '../search/search.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
2
  import { EntityStore } from '@igo2/common';
3
- import { StorageService } from '@igo2/core';
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';
@@ -46,5 +46,5 @@ export declare class CatalogLibraryToolComponent implements OnInit {
46
46
  */
47
47
  private loadCatalogs;
48
48
  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>;
49
+ 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
50
  }
@@ -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]>;
@@ -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
  }
@@ -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
1
  import { ToolService } from '@igo2/common';
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";
@@ -1,5 +1,10 @@
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';
1
5
  export * from './context-manager-tool/context-manager-tool.component';
2
6
  export * from './context-editor-tool/context-editor-tool.component';
3
7
  export * from './context-permission-manager-tool/context-permission-manager-tool.component';
4
8
  export * from './context-share-tool/context-share-tool.component';
5
9
  export * from './context.state';
10
+ export declare const INTEGRATION_CONTEXT_DIRECTIVES: readonly [typeof ContextEditorToolComponent, typeof ContextManagerToolComponent, typeof ContextPermissionManagerToolComponent, typeof ContextShareToolComponent];
@@ -1,6 +1,8 @@
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
7
  import { Subject } from 'rxjs';
6
8
  import { ContextState } from '../../context/context.state';
@@ -50,5 +52,5 @@ export declare class DirectionsToolComponent implements OnInit {
50
52
  constructor(directionState: DirectionState, mapState: MapState, languageService: LanguageService, messageService: MessageService, storageService: StorageService, contextState: ContextState, authService: AuthService);
51
53
  ngOnInit(): void;
52
54
  static ɵfac: i0.ɵɵFactoryDeclaration<DirectionsToolComponent, never>;
53
- static ɵcmp: i0.ɵɵComponentDeclaration<DirectionsToolComponent, "igo-directions-tool", never, {}, {}, never, never, false, never>;
55
+ static ɵcmp: i0.ɵɵComponentDeclaration<DirectionsToolComponent, "igo-directions-tool", never, {}, {}, never, never, true, never>;
54
56
  }
@@ -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
1
  import { EnvironmentOptions as AuthEnvironmentOptions } from '@igo2/auth';
2
2
  import { EnvironmentOptions as CommonEnvironmentOptions } from '@igo2/common';
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
3
  import { EntityStore } from '@igo2/common';
4
- import { LanguageService, MessageService } from '@igo2/core';
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
3
  import { Form, FormService } from '@igo2/common';
4
- import { LanguageService, MessageService } from '@igo2/core';
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";
5
+ import * as i4 from "@igo2/core/language";
6
6
  import * as i5 from "@igo2/common";
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
  }
@@ -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';
@@ -93,5 +96,5 @@ export declare class AdvancedCoordinatesComponent implements OnInit, OnDestroy {
93
96
  */
94
97
  checkLambert(coordinates: [number, number]): void;
95
98
  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>;
99
+ static ɵcmp: i0.ɵɵComponentDeclaration<AdvancedCoordinatesComponent, "igo-advanced-coordinates", never, { "projectionsLimitations": { "alias": "projectionsLimitations"; "required": false; }; }, {}, never, never, true, never>;
97
100
  }
@@ -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
  }
@@ -1,3 +1,9 @@
1
+ import { AdvancedMapToolComponent } from './advanced-map-tool';
2
+ import { MapDetailsToolComponent } from './map-details-tool';
3
+ import { MapLegendToolComponent } from './map-legend';
4
+ import { MapProximityToolComponent } from './map-proximity-tool';
5
+ import { MapToolComponent } from './map-tool';
6
+ import { MapToolsComponent } from './map-tools';
1
7
  export * from './advanced-map-tool';
2
8
  export * from './map-proximity-tool';
3
9
  export * from './map-details-tool';
@@ -6,3 +12,4 @@ export * from './map-tool';
6
12
  export * from './map-tools';
7
13
  export * from './map.state';
8
14
  export * from './map-proximity.state';
15
+ export declare const INTEGRATION_MAP_DIRECTIVES: readonly [typeof AdvancedMapToolComponent, typeof MapProximityToolComponent, typeof MapToolComponent, typeof MapToolsComponent, typeof MapDetailsToolComponent, typeof MapLegendToolComponent];
@@ -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
  }
@@ -36,5 +36,5 @@ export declare class MapLegendToolComponent implements OnInit, OnDestroy {
36
36
  catalogEmit(): void;
37
37
  contextEmit(): void;
38
38
  static ɵfac: i0.ɵɵFactoryDeclaration<MapLegendToolComponent, never>;
39
- static ɵcmp: i0.ɵɵComponentDeclaration<MapLegendToolComponent, "igo-map-legend-tool", never, { "updateLegendOnResolutionChange": { "alias": "updateLegendOnResolutionChange"; "required": false; }; "layerAdditionAllowed": { "alias": "layerAdditionAllowed"; "required": false; }; "allowShowAllLegends": { "alias": "allowShowAllLegends"; "required": false; }; "showAllLegendsValue": { "alias": "showAllLegendsValue"; "required": false; }; "layerListControls": { "alias": "layerListControls"; "required": false; }; }, {}, never, never, false, never>;
39
+ static ɵcmp: i0.ɵɵComponentDeclaration<MapLegendToolComponent, "igo-map-legend-tool", never, { "updateLegendOnResolutionChange": { "alias": "updateLegendOnResolutionChange"; "required": false; }; "layerAdditionAllowed": { "alias": "layerAdditionAllowed"; "required": false; }; "allowShowAllLegends": { "alias": "allowShowAllLegends"; "required": false; }; "showAllLegendsValue": { "alias": "showAllLegendsValue"; "required": false; }; "layerListControls": { "alias": "layerListControls"; "required": false; }; }, {}, never, never, true, never>;
40
40
  }
@@ -1,7 +1,8 @@
1
1
  import { OnDestroy, OnInit } from '@angular/core';
2
2
  import { MatRadioChange } from '@angular/material/radio';
3
3
  import { EntityTableComponent, EntityTableTemplate } from '@igo2/common';
4
- import { LanguageService, MessageService } from '@igo2/core';
4
+ import { LanguageService } from '@igo2/core/language';
5
+ import { MessageService } from '@igo2/core/message';
5
6
  import { IgoMap } from '@igo2/geo';
6
7
  import { MapProximityState } from '../map-proximity.state';
7
8
  import { MapState } from '../map.state';
@@ -32,5 +33,5 @@ export declare class MapProximityToolComponent implements OnInit, OnDestroy {
32
33
  */
33
34
  copyTextToClipboard(): void;
34
35
  static ɵfac: i0.ɵɵFactoryDeclaration<MapProximityToolComponent, never>;
35
- static ɵcmp: i0.ɵɵComponentDeclaration<MapProximityToolComponent, "igo-map-proximity-tool", never, {}, {}, never, never, false, never>;
36
+ static ɵcmp: i0.ɵɵComponentDeclaration<MapProximityToolComponent, "igo-map-proximity-tool", never, {}, {}, never, never, true, never>;
36
37
  }
@@ -1,4 +1,4 @@
1
- import { StorageService } from '@igo2/core';
1
+ import { StorageService } from '@igo2/core/storage';
2
2
  import { Feature, FeatureStore, IgoMap, Layer } from '@igo2/geo';
3
3
  import { BehaviorSubject } from 'rxjs';
4
4
  import { MapState } from '../map/map.state';
@@ -23,5 +23,5 @@ export declare class MapToolComponent {
23
23
  constructor(mapState: MapState, toolState: ToolState, importExportState: ImportExportState);
24
24
  activateExport(layer: Layer): void;
25
25
  static ɵfac: i0.ɵɵFactoryDeclaration<MapToolComponent, never>;
26
- static ɵcmp: i0.ɵɵComponentDeclaration<MapToolComponent, "igo-map-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; }; }, {}, never, never, false, never>;
26
+ static ɵcmp: i0.ɵɵComponentDeclaration<MapToolComponent, "igo-map-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; }; }, {}, never, never, true, never>;
27
27
  }
@@ -62,5 +62,5 @@ export declare class MapToolsComponent implements OnInit, OnDestroy {
62
62
  isExportButton(layer: Layer): boolean;
63
63
  isStyleEditButton(layer: Layer): boolean;
64
64
  static ɵfac: i0.ɵɵFactoryDeclaration<MapToolsComponent, never>;
65
- static ɵcmp: i0.ɵɵComponentDeclaration<MapToolsComponent, "igo-map-tools", never, { "allowShowAllLegends": { "alias": "allowShowAllLegends"; "required": false; }; "showAllLegendsValue": { "alias": "showAllLegendsValue"; "required": false; }; "toggleLegendOnVisibilityChange": { "alias": "toggleLegendOnVisibilityChange"; "required": false; }; "expandLegendOfVisibleLayers": { "alias": "expandLegendOfVisibleLayers"; "required": false; }; "updateLegendOnResolutionChange": { "alias": "updateLegendOnResolutionChange"; "required": false; }; "selectedTabAtOpening": { "alias": "selectedTabAtOpening"; "required": false; }; "ogcButton": { "alias": "ogcButton"; "required": false; }; "timeButton": { "alias": "timeButton"; "required": false; }; "layerAdditionAllowed": { "alias": "layerAdditionAllowed"; "required": false; }; "layerListControls": { "alias": "layerListControls"; "required": false; }; "queryBadge": { "alias": "queryBadge"; "required": false; }; }, {}, never, never, false, never>;
65
+ static ɵcmp: i0.ɵɵComponentDeclaration<MapToolsComponent, "igo-map-tools", never, { "allowShowAllLegends": { "alias": "allowShowAllLegends"; "required": false; }; "showAllLegendsValue": { "alias": "showAllLegendsValue"; "required": false; }; "toggleLegendOnVisibilityChange": { "alias": "toggleLegendOnVisibilityChange"; "required": false; }; "expandLegendOfVisibleLayers": { "alias": "expandLegendOfVisibleLayers"; "required": false; }; "updateLegendOnResolutionChange": { "alias": "updateLegendOnResolutionChange"; "required": false; }; "selectedTabAtOpening": { "alias": "selectedTabAtOpening"; "required": false; }; "ogcButton": { "alias": "ogcButton"; "required": false; }; "timeButton": { "alias": "timeButton"; "required": false; }; "layerAdditionAllowed": { "alias": "layerAdditionAllowed"; "required": false; }; "layerListControls": { "alias": "layerListControls"; "required": false; }; "queryBadge": { "alias": "queryBadge"; "required": false; }; }, {}, never, never, true, never>;
66
66
  }