@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
@@ -6,33 +6,12 @@ import * as i3 from "./map-tool/map-tool.component";
6
6
  import * as i4 from "./map-tools/map-tools.component";
7
7
  import * as i5 from "./map-details-tool/map-details-tool.component";
8
8
  import * as i6 from "./map-legend/map-legend-tool.component";
9
- import * as i7 from "./advanced-map-tool/advanced-swipe/advanced-swipe.component";
10
- import * as i8 from "./advanced-map-tool/advanced-coordinates/advanced-coordinates.component";
11
- import * as i9 from "@angular/forms";
12
- import * as i10 from "@angular/material/button-toggle";
13
- import * as i11 from "@angular/material/divider";
14
- import * as i12 from "@angular/material/select";
15
- import * as i13 from "@angular/material/core";
16
- import * as i14 from "@angular/material/form-field";
17
- import * as i15 from "@angular/material/input";
18
- import * as i16 from "@angular/material/checkbox";
19
- import * as i17 from "@igo2/common";
20
- import * as i18 from "@angular/common";
21
- import * as i19 from "@angular/material/tabs";
22
- import * as i20 from "@angular/material/list";
23
- import * as i21 from "@angular/material/icon";
24
- import * as i22 from "@igo2/core";
25
- import * as i23 from "@igo2/geo";
26
- import * as i24 from "@angular/material/radio";
27
- import * as i25 from "@igo2/context";
28
- import * as i26 from "../workspace/workspace.module";
29
- import * as i27 from "@angular/material/slide-toggle";
30
- import * as i28 from "@angular/material/menu";
31
- import * as i29 from "@angular/material/button";
32
- import * as i30 from "@angular/material/tooltip";
9
+ /**
10
+ * @deprecated import the ImportExportToolComponent directly or INTEGRATION_MAP_DIRECTIVES for the set
11
+ */
33
12
  export declare class IgoAppMapModule {
34
13
  static forRoot(): ModuleWithProviders<IgoAppMapModule>;
35
14
  static ɵfac: i0.ɵɵFactoryDeclaration<IgoAppMapModule, never>;
36
- static ɵmod: i0.ɵɵNgModuleDeclaration<IgoAppMapModule, [typeof i1.AdvancedMapToolComponent, typeof i2.MapProximityToolComponent, typeof i3.MapToolComponent, typeof i4.MapToolsComponent, typeof i5.MapDetailsToolComponent, typeof i6.MapLegendToolComponent, typeof i7.AdvancedSwipeComponent, typeof i8.AdvancedCoordinatesComponent], [typeof i9.FormsModule, typeof i9.ReactiveFormsModule, typeof i10.MatButtonToggleModule, typeof i11.MatDividerModule, typeof i12.MatSelectModule, typeof i13.MatOptionModule, typeof i14.MatFormFieldModule, typeof i15.MatInputModule, typeof i16.MatCheckboxModule, typeof i17.IgoSpinnerModule, typeof i18.CommonModule, typeof i19.MatTabsModule, typeof i20.MatListModule, typeof i21.MatIconModule, typeof i22.IgoLanguageModule, typeof i23.IgoLayerModule, typeof i23.IgoMetadataModule, typeof i23.IgoDownloadModule, typeof i23.IgoImportExportModule, typeof i23.IgoStyleModule, typeof i23.IgoFilterModule, typeof i24.MatRadioModule, typeof i25.IgoContextModule, typeof i26.IgoAppWorkspaceModule, typeof i27.MatSlideToggleModule, typeof i28.MatMenuModule, typeof i29.MatButtonModule, typeof i30.MatTooltipModule, typeof i17.IgoEntityTableModule], [typeof i1.AdvancedMapToolComponent, typeof i2.MapProximityToolComponent, typeof i3.MapToolComponent, typeof i4.MapToolsComponent, typeof i5.MapDetailsToolComponent, typeof i6.MapLegendToolComponent]>;
15
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IgoAppMapModule, never, [typeof i1.AdvancedMapToolComponent, typeof i2.MapProximityToolComponent, typeof i3.MapToolComponent, typeof i4.MapToolsComponent, typeof i5.MapDetailsToolComponent, typeof i6.MapLegendToolComponent], [typeof i1.AdvancedMapToolComponent, typeof i2.MapProximityToolComponent, typeof i3.MapToolComponent, typeof i4.MapToolsComponent, typeof i5.MapDetailsToolComponent, typeof i6.MapLegendToolComponent]>;
37
16
  static ɵinj: i0.ɵɵInjectorDeclaration<IgoAppMapModule>;
38
17
  }
@@ -1,4 +1,5 @@
1
- import { ConfigService, StorageService } from '@igo2/core';
1
+ import { ConfigService } from '@igo2/core/config';
2
+ import { StorageService } from '@igo2/core/storage';
2
3
  import { IgoMap, MapService, ProjectionService } from '@igo2/geo';
3
4
  import * as i0 from "@angular/core";
4
5
  /**
@@ -1,5 +1,8 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./measurer-tool/measurer-tool.module";
3
+ /**
4
+ * @deprecated import the MeasurerToolComponent directly
5
+ */
3
6
  export declare class IgoAppMeasureModule {
4
7
  static ɵfac: i0.ɵɵFactoryDeclaration<IgoAppMeasureModule, never>;
5
8
  static ɵmod: i0.ɵɵNgModuleDeclaration<IgoAppMeasureModule, never, never, [typeof i1.IgoAppMeasurerToolModule]>;
@@ -20,5 +20,5 @@ export declare class MeasurerToolComponent {
20
20
  get map(): IgoMap;
21
21
  constructor(measureState: MeasureState, mapState: MapState);
22
22
  static ɵfac: i0.ɵɵFactoryDeclaration<MeasurerToolComponent, never>;
23
- static ɵcmp: i0.ɵɵComponentDeclaration<MeasurerToolComponent, "igo-measurer-tool", never, {}, {}, never, never, false, never>;
23
+ static ɵcmp: i0.ɵɵComponentDeclaration<MeasurerToolComponent, "igo-measurer-tool", never, {}, {}, never, never, true, never>;
24
24
  }
@@ -1,11 +1,10 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./measurer-tool.component";
3
- import * as i2 from "@igo2/geo";
4
3
  /**
5
- * @ignore
4
+ * @deprecated import the MeasurerToolComponent directly
6
5
  */
7
6
  export declare class IgoAppMeasurerToolModule {
8
7
  static ɵfac: i0.ɵɵFactoryDeclaration<IgoAppMeasurerToolModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<IgoAppMeasurerToolModule, [typeof i1.MeasurerToolComponent], [typeof i2.IgoMeasurerModule], [typeof i1.MeasurerToolComponent]>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IgoAppMeasurerToolModule, never, [typeof i1.MeasurerToolComponent], [typeof i1.MeasurerToolComponent]>;
10
9
  static ɵinj: i0.ɵɵInjectorDeclaration<IgoAppMeasurerToolModule>;
11
10
  }
@@ -6,5 +6,5 @@ export declare class PrintToolComponent {
6
6
  get map(): IgoMap;
7
7
  constructor(mapState: MapState);
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<PrintToolComponent, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<PrintToolComponent, "igo-print-tool", never, {}, {}, never, never, false, never>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<PrintToolComponent, "igo-print-tool", never, {}, {}, never, never, true, never>;
10
10
  }
@@ -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 "./print-tool/print-tool.component";
4
- import * as i2 from "@igo2/geo";
4
+ /**
5
+ * @deprecated import the PrintToolComponent directly
6
+ */
5
7
  export declare class IgoAppPrintModule {
6
8
  static forRoot(): ModuleWithProviders<IgoAppPrintModule>;
7
9
  static ɵfac: i0.ɵɵFactoryDeclaration<IgoAppPrintModule, never>;
8
- static ɵmod: i0.ɵɵNgModuleDeclaration<IgoAppPrintModule, [typeof i1.PrintToolComponent], [typeof i2.IgoPrintModule], [typeof i1.PrintToolComponent]>;
10
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IgoAppPrintModule, never, [typeof i1.PrintToolComponent], [typeof i1.PrintToolComponent]>;
9
11
  static ɵinj: i0.ɵɵInjectorDeclaration<IgoAppPrintModule>;
10
12
  }
@@ -1,6 +1,9 @@
1
+ import { SearchBarBindingDirective } from './search-bar/search-bar-binding.directive';
2
+ import { SearchResultsToolComponent } from './search-results-tool/search-results-tool.component';
1
3
  export * from './query.state';
2
4
  export * from './search.state';
3
5
  export * from './search-results-tool/search-results-tool.module';
4
6
  export * from './search-results-tool/search-results-tool.component';
5
7
  export * from './search-bar/search-bar.module';
6
8
  export * from './search-bar/search-bar-binding.directive';
9
+ export declare const INTEGRATION_SEARCH_DIRECTIVES: readonly [typeof SearchBarBindingDirective, typeof SearchResultsToolComponent];
@@ -1,5 +1,5 @@
1
1
  import { EntityStore } from '@igo2/common';
2
- import { ConfigService } from '@igo2/core';
2
+ import { ConfigService } from '@igo2/core/config';
3
3
  import { CapabilitiesService, CommonVectorStyleOptions, PropertyTypeDetectorService, SearchResult } from '@igo2/geo';
4
4
  import { MapState } from '../map/map.state';
5
5
  import * as i0 from "@angular/core";
@@ -16,5 +16,5 @@ export declare class SearchBarBindingDirective implements OnInit, OnDestroy {
16
16
  onSearchTermChange(searchTerm?: string): void;
17
17
  onSearchTypeChange(searchType?: string): void;
18
18
  static ɵfac: i0.ɵɵFactoryDeclaration<SearchBarBindingDirective, [{ self: true; }, null]>;
19
- static ɵdir: i0.ɵɵDirectiveDeclaration<SearchBarBindingDirective, "[igoSearchBarBinding]", never, {}, {}, never, never, false, never>;
19
+ static ɵdir: i0.ɵɵDirectiveDeclaration<SearchBarBindingDirective, "[igoSearchBarBinding]", never, {}, {}, never, never, true, never>;
20
20
  }
@@ -1,11 +1,10 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./search-bar-binding.directive";
3
- import * as i2 from "@igo2/geo";
4
3
  /**
5
- * @ignore
4
+ * @deprecated import the SearchBarBindingDirective directly
6
5
  */
7
6
  export declare class IgoAppSearchBarModule {
8
7
  static ɵfac: i0.ɵɵFactoryDeclaration<IgoAppSearchBarModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<IgoAppSearchBarModule, [typeof i1.SearchBarBindingDirective], [typeof i2.IgoSearchModule], [typeof i1.SearchBarBindingDirective]>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IgoAppSearchBarModule, never, [typeof i1.SearchBarBindingDirective], [typeof i1.SearchBarBindingDirective]>;
10
9
  static ɵinj: i0.ɵɵInjectorDeclaration<IgoAppSearchBarModule>;
11
10
  }
@@ -1,6 +1,6 @@
1
1
  import { ElementRef, OnDestroy, OnInit } from '@angular/core';
2
2
  import { EntityStore, FlexibleState } from '@igo2/common';
3
- import { ConfigService } from '@igo2/core';
3
+ import { ConfigService } from '@igo2/core/config';
4
4
  import { Feature, FeatureStore, IgoMap, Research, SearchResult } from '@igo2/geo';
5
5
  import { BehaviorSubject, Observable } from 'rxjs';
6
6
  import { DirectionState } from '../../directions/directions.state';
@@ -97,5 +97,5 @@ export declare class SearchResultsToolComponent implements OnInit, OnDestroy {
97
97
  isScrolledIntoView(elemSource: any, elem: any): boolean;
98
98
  getRoute(): void;
99
99
  static ɵfac: i0.ɵɵFactoryDeclaration<SearchResultsToolComponent, never>;
100
- static ɵcmp: i0.ɵɵComponentDeclaration<SearchResultsToolComponent, "igo-search-results-tool", never, { "showIcons": { "alias": "showIcons"; "required": false; }; "topPanelStateDefault": { "alias": "topPanelStateDefault"; "required": false; }; "topPanelState": { "alias": "topPanelState"; "required": false; }; }, {}, never, never, false, never>;
100
+ static ɵcmp: i0.ɵɵComponentDeclaration<SearchResultsToolComponent, "igo-search-results-tool", never, { "showIcons": { "alias": "showIcons"; "required": false; }; "topPanelStateDefault": { "alias": "topPanelStateDefault"; "required": false; }; "topPanelState": { "alias": "topPanelState"; "required": false; }; }, {}, never, never, true, never>;
101
101
  }
@@ -1,18 +1,10 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./search-results-tool.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@angular/material/icon";
5
- import * as i4 from "@angular/material/badge";
6
- import * as i5 from "@angular/material/tooltip";
7
- import * as i6 from "@angular/material/button";
8
- import * as i7 from "@igo2/core";
9
- import * as i8 from "@igo2/geo";
10
- import * as i9 from "@igo2/common";
11
3
  /**
12
- * @ignore
4
+ * @deprecated import the SearchResultsToolComponent directly
13
5
  */
14
6
  export declare class IgoAppSearchResultsToolModule {
15
7
  static ɵfac: i0.ɵɵFactoryDeclaration<IgoAppSearchResultsToolModule, never>;
16
- static ɵmod: i0.ɵɵNgModuleDeclaration<IgoAppSearchResultsToolModule, [typeof i1.SearchResultsToolComponent], [typeof i2.CommonModule, typeof i3.MatIconModule, typeof i4.MatBadgeModule, typeof i5.MatTooltipModule, typeof i6.MatButtonModule, typeof i7.IgoLanguageModule, typeof i8.IgoFeatureModule, typeof i8.IgoSearchModule, typeof i9.IgoFlexibleModule, typeof i9.IgoPanelModule, typeof i8.IgoFeatureDetailsModule, typeof i9.IgoCustomHtmlModule], [typeof i1.SearchResultsToolComponent]>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IgoAppSearchResultsToolModule, never, [typeof i1.SearchResultsToolComponent], [typeof i1.SearchResultsToolComponent]>;
17
9
  static ɵinj: i0.ɵɵInjectorDeclaration<IgoAppSearchResultsToolModule>;
18
10
  }
@@ -1,8 +1,11 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "./search-bar/search-bar.module";
3
- import * as i2 from "./search-results-tool/search-results-tool.module";
2
+ import * as i1 from "./search-bar/search-bar-binding.directive";
3
+ import * as i2 from "./search-results-tool/search-results-tool.component";
4
+ /**
5
+ * @deprecated import the components/directive directly or INTEGRATION_SEARCH_DIRECTIVES for the set
6
+ */
4
7
  export declare class IgoAppSearchModule {
5
8
  static ɵfac: i0.ɵɵFactoryDeclaration<IgoAppSearchModule, never>;
6
- static ɵmod: i0.ɵɵNgModuleDeclaration<IgoAppSearchModule, never, never, [typeof i1.IgoAppSearchBarModule, typeof i2.IgoAppSearchResultsToolModule]>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IgoAppSearchModule, never, [typeof i1.SearchBarBindingDirective, typeof i2.SearchResultsToolComponent], [typeof i1.SearchBarBindingDirective, typeof i2.SearchResultsToolComponent]>;
7
10
  static ɵinj: i0.ɵɵInjectorDeclaration<IgoAppSearchModule>;
8
11
  }
@@ -1,5 +1,6 @@
1
1
  import { EntityStore } from '@igo2/common';
2
- import { ConfigService, StorageService } from '@igo2/core';
2
+ import { ConfigService } from '@igo2/core/config';
3
+ import { StorageService } from '@igo2/core/storage';
3
4
  import { CommonVectorStyleOptions, Feature, FeatureMotion, FeatureStore, SearchResult, SearchSourceService } from '@igo2/geo';
4
5
  import { BehaviorSubject, Subscription } from 'rxjs';
5
6
  import { MapState } from '../map';
@@ -1,4 +1,4 @@
1
- import { StorageService } from '@igo2/core';
1
+ import { StorageService } from '@igo2/core/storage';
2
2
  import * as i0 from "@angular/core";
3
3
  /**
4
4
  * Service that holds the state of storage service
@@ -1,7 +1,8 @@
1
- import { DatePipe } from '@angular/common';
2
1
  import { OnDestroy } from '@angular/core';
3
2
  import { Action, Widget } from '@igo2/common';
4
- import { LanguageService, MediaService, StorageService } from '@igo2/core';
3
+ import { LanguageService } from '@igo2/core/language';
4
+ import { MediaService } from '@igo2/core/media';
5
+ import { StorageService } from '@igo2/core/storage';
5
6
  import { EditionWorkspace } from '@igo2/geo';
6
7
  import { BehaviorSubject } from 'rxjs';
7
8
  import { StorageState } from '../../storage/storage.state';
@@ -13,13 +14,12 @@ export declare class EditionActionsService implements OnDestroy {
13
14
  languageService: LanguageService;
14
15
  private mediaService;
15
16
  private toolState;
16
- private datePipe;
17
17
  maximize$: BehaviorSubject<boolean>;
18
18
  zoomAuto$: BehaviorSubject<boolean>;
19
19
  private storageChange$$;
20
20
  get storageService(): StorageService;
21
21
  get zoomAuto(): boolean;
22
- constructor(ogcFilterWidget: Widget, storageState: StorageState, languageService: LanguageService, mediaService: MediaService, toolState: ToolState, datePipe: DatePipe);
22
+ constructor(ogcFilterWidget: Widget, storageState: StorageState, languageService: LanguageService, mediaService: MediaService, toolState: ToolState);
23
23
  ngOnDestroy(): void;
24
24
  loadActions(workspace: EditionWorkspace, rowsInMapExtentCheckCondition$: BehaviorSubject<boolean>, selectOnlyCheckCondition$: BehaviorSubject<boolean>): void;
25
25
  buildActions(workspace: EditionWorkspace, rowsInMapExtentCheckCondition$: BehaviorSubject<boolean>, selectOnlyCheckCondition$: BehaviorSubject<boolean>): Action[];
@@ -1,7 +1,8 @@
1
- import { DatePipe } from '@angular/common';
2
1
  import { OnDestroy } from '@angular/core';
3
2
  import { Action } from '@igo2/common';
4
- import { LanguageService, MediaService, StorageService } from '@igo2/core';
3
+ import { LanguageService } from '@igo2/core/language';
4
+ import { MediaService } from '@igo2/core/media';
5
+ import { StorageService } from '@igo2/core/storage';
5
6
  import { FeatureWorkspace } from '@igo2/geo';
6
7
  import { BehaviorSubject } from 'rxjs';
7
8
  import { StorageState } from '../../storage/storage.state';
@@ -12,13 +13,12 @@ export declare class FeatureActionsService implements OnDestroy {
12
13
  languageService: LanguageService;
13
14
  private toolState;
14
15
  private mediaService;
15
- private datePipe;
16
16
  maximize$: BehaviorSubject<boolean>;
17
17
  zoomAuto$: BehaviorSubject<boolean>;
18
18
  private storageChange$$;
19
19
  get storageService(): StorageService;
20
20
  get zoomAuto(): boolean;
21
- constructor(storageState: StorageState, languageService: LanguageService, toolState: ToolState, mediaService: MediaService, datePipe: DatePipe);
21
+ constructor(storageState: StorageState, languageService: LanguageService, toolState: ToolState, mediaService: MediaService);
22
22
  ngOnDestroy(): void;
23
23
  loadActions(workspace: FeatureWorkspace, rowsInMapExtentCheckCondition$: BehaviorSubject<boolean>, selectOnlyCheckCondition$: BehaviorSubject<boolean>): void;
24
24
  buildActions(workspace: FeatureWorkspace, rowsInMapExtentCheckCondition$: BehaviorSubject<boolean>, selectOnlyCheckCondition$: BehaviorSubject<boolean>): Action[];
@@ -1,7 +1,8 @@
1
- import { DatePipe } from '@angular/common';
2
1
  import { OnDestroy } from '@angular/core';
3
2
  import { Action, Widget } from '@igo2/common';
4
- import { LanguageService, MediaService, StorageService } from '@igo2/core';
3
+ import { LanguageService } from '@igo2/core/language';
4
+ import { MediaService } from '@igo2/core/media';
5
+ import { StorageService } from '@igo2/core/storage';
5
6
  import { WfsWorkspace } from '@igo2/geo';
6
7
  import { BehaviorSubject } from 'rxjs';
7
8
  import { StorageState } from '../../storage/storage.state';
@@ -13,14 +14,13 @@ export declare class WfsActionsService implements OnDestroy {
13
14
  languageService: LanguageService;
14
15
  private mediaService;
15
16
  private toolState;
16
- private datePipe;
17
17
  maximize$: BehaviorSubject<boolean>;
18
18
  selectOnlyCheckCondition$: BehaviorSubject<boolean>;
19
19
  zoomAuto$: BehaviorSubject<boolean>;
20
20
  private storageChange$$;
21
21
  get storageService(): StorageService;
22
22
  get zoomAuto(): boolean;
23
- constructor(ogcFilterWidget: Widget, storageState: StorageState, languageService: LanguageService, mediaService: MediaService, toolState: ToolState, datePipe: DatePipe);
23
+ constructor(ogcFilterWidget: Widget, storageState: StorageState, languageService: LanguageService, mediaService: MediaService, toolState: ToolState);
24
24
  ngOnDestroy(): void;
25
25
  loadActions(workspace: WfsWorkspace, rowsInMapExtentCheckCondition$: BehaviorSubject<boolean>, selectOnlyCheckCondition$: BehaviorSubject<boolean>): void;
26
26
  buildActions(workspace: WfsWorkspace, rowsInMapExtentCheckCondition$: BehaviorSubject<boolean>, selectOnlyCheckCondition$: BehaviorSubject<boolean>): Action[];
@@ -1,9 +1,10 @@
1
- import { DatePipe } from '@angular/common';
2
1
  import { Action, Widget } from '@igo2/common';
3
- import { LanguageService, MediaService, StorageService } from '@igo2/core';
2
+ import { LanguageService } from '@igo2/core/language';
3
+ import { MediaService } from '@igo2/core/media';
4
+ import { StorageService } from '@igo2/core/storage';
4
5
  import { EditionWorkspace, FeatureWorkspace, WfsWorkspace } from '@igo2/geo';
5
6
  import 'jspdf-autotable';
6
7
  import { BehaviorSubject } from 'rxjs';
7
8
  import { ToolState } from '../../tool';
8
9
  export declare function handleZoomAuto(workspace: FeatureWorkspace | WfsWorkspace | EditionWorkspace, storageService: any): void;
9
- export declare function getWorkspaceActions(workspace: FeatureWorkspace | WfsWorkspace | EditionWorkspace, rowsInMapExtentCheckCondition$: BehaviorSubject<boolean>, selectOnlyCheckCondition$: BehaviorSubject<boolean>, ogcFilterWidget: Widget, zoomAuto$: BehaviorSubject<boolean>, maximize$: BehaviorSubject<boolean>, storageService: StorageService, languageService: LanguageService, mediaService: MediaService, toolState: ToolState, datePipe: DatePipe): Action[];
10
+ export declare function getWorkspaceActions(workspace: FeatureWorkspace | WfsWorkspace | EditionWorkspace, rowsInMapExtentCheckCondition$: BehaviorSubject<boolean>, selectOnlyCheckCondition$: BehaviorSubject<boolean>, ogcFilterWidget: Widget, zoomAuto$: BehaviorSubject<boolean>, maximize$: BehaviorSubject<boolean>, storageService: StorageService, languageService: LanguageService, mediaService: MediaService, toolState: ToolState): Action[];
@@ -17,5 +17,5 @@ export declare class WorkspaceButtonComponent implements OnInit, OnDestroy {
17
17
  ngOnDestroy(): void;
18
18
  activateWorkspace(): void;
19
19
  static ɵfac: i0.ɵɵFactoryDeclaration<WorkspaceButtonComponent, never>;
20
- static ɵcmp: i0.ɵɵComponentDeclaration<WorkspaceButtonComponent, "igo-workspace-button", never, { "layer": { "alias": "layer"; "required": false; }; "color": { "alias": "color"; "required": false; }; }, {}, never, never, false, never>;
20
+ static ɵcmp: i0.ɵɵComponentDeclaration<WorkspaceButtonComponent, "igo-workspace-button", never, { "layer": { "alias": "layer"; "required": false; }; "color": { "alias": "color"; "required": false; }; }, {}, never, never, true, never>;
21
21
  }
@@ -1,12 +1,10 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./workspace-button/workspace-button.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@angular/material/icon";
5
- import * as i4 from "@angular/material/button";
6
- import * as i5 from "@angular/material/tooltip";
7
- import * as i6 from "@igo2/core";
3
+ /**
4
+ * @deprecated import the WorkspaceButtonComponent directly
5
+ */
8
6
  export declare class IgoAppWorkspaceModule {
9
7
  static ɵfac: i0.ɵɵFactoryDeclaration<IgoAppWorkspaceModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDeclaration<IgoAppWorkspaceModule, [typeof i1.WorkspaceButtonComponent], [typeof i2.CommonModule, typeof i3.MatIconModule, typeof i4.MatButtonModule, typeof i5.MatTooltipModule, typeof i6.IgoLanguageModule], [typeof i1.WorkspaceButtonComponent]>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IgoAppWorkspaceModule, never, [typeof i1.WorkspaceButtonComponent], [typeof i1.WorkspaceButtonComponent]>;
11
9
  static ɵinj: i0.ɵɵInjectorDeclaration<IgoAppWorkspaceModule>;
12
10
  }
@@ -1,6 +1,6 @@
1
1
  import { OnDestroy } from '@angular/core';
2
2
  import { EntityRecord, EntityState, Widget, Workspace, WorkspaceStore } from '@igo2/common';
3
- import { StorageService } from '@igo2/core';
3
+ import { StorageService } from '@igo2/core/storage';
4
4
  import { BehaviorSubject, Observable } from 'rxjs';
5
5
  import { EditionActionsService } from './shared/edition-actions.service';
6
6
  import { FeatureActionsService } from './shared/feature-actions.service';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@igo2/integration",
3
- "version": "16.3.0",
3
+ "version": "17.0.0-next.2",
4
4
  "description": "IGO Library",
5
5
  "author": "IGO Community",
6
6
  "keywords": [
@@ -30,10 +30,11 @@
30
30
  "tslib": "^2.6.0"
31
31
  },
32
32
  "peerDependencies": {
33
- "@angular/common": "^16.2.5",
34
- "@angular/core": "^16.2.5",
35
- "@igo2/context": "^16.3.0",
36
- "@igo2/geo": "^16.3.0",
33
+ "@angular/common": "^17.0.6",
34
+ "@angular/core": "^17.0.6",
35
+ "@igo2/auth": "^17.0.0-next.2",
36
+ "@igo2/context": "^17.0.0-next.2",
37
+ "@igo2/geo": "^17.0.0-next.2",
37
38
  "jspdf": "^2.5.1",
38
39
  "jspdf-autotable": "^3.5.29",
39
40
  "rxjs": "^7.8.0"
package/public_api.d.ts CHANGED
@@ -1,8 +1,6 @@
1
1
  export * from './lib/integration.module';
2
2
  export * from './lib/about/about.module';
3
3
  export * from './lib/geometry-form/geometry-form.module';
4
- export * from './lib/analytics/analytics.module';
5
- export * from './lib/storage/storage.module';
6
4
  export * from './lib/context/context.module';
7
5
  export * from './lib/catalog/catalog.module';
8
6
  export * from './lib/directions/directions.module';
@@ -14,7 +12,6 @@ export * from './lib/map/map.module';
14
12
  export * from './lib/measure/measure.module';
15
13
  export * from './lib/print/print.module';
16
14
  export * from './lib/search/search.module';
17
- export * from './lib/tool/tool.module';
18
15
  export * from './lib/about';
19
16
  export * from './lib/geometry-form';
20
17
  export * from './lib/analytics';
@@ -1,16 +0,0 @@
1
- import { NgModule } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export class IgoAppAnalyticsModule {
4
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IgoAppAnalyticsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
5
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: IgoAppAnalyticsModule });
6
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IgoAppAnalyticsModule });
7
- }
8
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IgoAppAnalyticsModule, decorators: [{
9
- type: NgModule,
10
- args: [{
11
- imports: [],
12
- declarations: [],
13
- exports: []
14
- }]
15
- }] });
16
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYW5hbHl0aWNzLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL2ludGVncmF0aW9uL3NyYy9saWIvYW5hbHl0aWNzL2FuYWx5dGljcy5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFPekMsTUFBTSxPQUFPLHFCQUFxQjt3R0FBckIscUJBQXFCO3lHQUFyQixxQkFBcUI7eUdBQXJCLHFCQUFxQjs7NEZBQXJCLHFCQUFxQjtrQkFMakMsUUFBUTttQkFBQztvQkFDUixPQUFPLEVBQUUsRUFBRTtvQkFDWCxZQUFZLEVBQUUsRUFBRTtvQkFDaEIsT0FBTyxFQUFFLEVBQUU7aUJBQ1oiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5cclxuQE5nTW9kdWxlKHtcclxuICBpbXBvcnRzOiBbXSxcclxuICBkZWNsYXJhdGlvbnM6IFtdLFxyXG4gIGV4cG9ydHM6IFtdXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBJZ29BcHBBbmFseXRpY3NNb2R1bGUge31cclxuIl19
@@ -1,16 +0,0 @@
1
- import { NgModule } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export class IgoAppStorageModule {
4
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IgoAppStorageModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
5
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: IgoAppStorageModule });
6
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IgoAppStorageModule });
7
- }
8
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IgoAppStorageModule, decorators: [{
9
- type: NgModule,
10
- args: [{
11
- imports: [],
12
- declarations: [],
13
- exports: []
14
- }]
15
- }] });
16
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3RvcmFnZS5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9pbnRlZ3JhdGlvbi9zcmMvbGliL3N0b3JhZ2Uvc3RvcmFnZS5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFPekMsTUFBTSxPQUFPLG1CQUFtQjt3R0FBbkIsbUJBQW1CO3lHQUFuQixtQkFBbUI7eUdBQW5CLG1CQUFtQjs7NEZBQW5CLG1CQUFtQjtrQkFML0IsUUFBUTttQkFBQztvQkFDUixPQUFPLEVBQUUsRUFBRTtvQkFDWCxZQUFZLEVBQUUsRUFBRTtvQkFDaEIsT0FBTyxFQUFFLEVBQUU7aUJBQ1oiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5cclxuQE5nTW9kdWxlKHtcclxuICBpbXBvcnRzOiBbXSxcclxuICBkZWNsYXJhdGlvbnM6IFtdLFxyXG4gIGV4cG9ydHM6IFtdXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBJZ29BcHBTdG9yYWdlTW9kdWxlIHt9XHJcbiJdfQ==
@@ -1,16 +0,0 @@
1
- import { NgModule } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export class IgoAppToolModule {
4
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IgoAppToolModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
5
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: IgoAppToolModule });
6
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IgoAppToolModule });
7
- }
8
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IgoAppToolModule, decorators: [{
9
- type: NgModule,
10
- args: [{
11
- imports: [],
12
- declarations: [],
13
- exports: []
14
- }]
15
- }] });
16
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidG9vbC5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9pbnRlZ3JhdGlvbi9zcmMvbGliL3Rvb2wvdG9vbC5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFPekMsTUFBTSxPQUFPLGdCQUFnQjt3R0FBaEIsZ0JBQWdCO3lHQUFoQixnQkFBZ0I7eUdBQWhCLGdCQUFnQjs7NEZBQWhCLGdCQUFnQjtrQkFMNUIsUUFBUTttQkFBQztvQkFDUixPQUFPLEVBQUUsRUFBRTtvQkFDWCxZQUFZLEVBQUUsRUFBRTtvQkFDaEIsT0FBTyxFQUFFLEVBQUU7aUJBQ1oiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5cclxuQE5nTW9kdWxlKHtcclxuICBpbXBvcnRzOiBbXSxcclxuICBkZWNsYXJhdGlvbnM6IFtdLFxyXG4gIGV4cG9ydHM6IFtdXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBJZ29BcHBUb29sTW9kdWxlIHt9XHJcbiJdfQ==
@@ -1,6 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class IgoAppAnalyticsModule {
3
- static ɵfac: i0.ɵɵFactoryDeclaration<IgoAppAnalyticsModule, never>;
4
- static ɵmod: i0.ɵɵNgModuleDeclaration<IgoAppAnalyticsModule, never, never, never>;
5
- static ɵinj: i0.ɵɵInjectorDeclaration<IgoAppAnalyticsModule>;
6
- }
@@ -1,6 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class IgoAppStorageModule {
3
- static ɵfac: i0.ɵɵFactoryDeclaration<IgoAppStorageModule, never>;
4
- static ɵmod: i0.ɵɵNgModuleDeclaration<IgoAppStorageModule, never, never, never>;
5
- static ɵinj: i0.ɵɵInjectorDeclaration<IgoAppStorageModule>;
6
- }
@@ -1,6 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class IgoAppToolModule {
3
- static ɵfac: i0.ɵɵFactoryDeclaration<IgoAppToolModule, never>;
4
- static ɵmod: i0.ɵɵNgModuleDeclaration<IgoAppToolModule, never, never, never>;
5
- static ɵinj: i0.ɵɵInjectorDeclaration<IgoAppToolModule>;
6
- }