@igo2/integration 16.3.0 → 17.0.0-next.0

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 (143) hide show
  1. package/esm2022/lib/about/about-tool/about-tool.component.mjs +30 -15
  2. package/esm2022/lib/about/about.module.mjs +9 -37
  3. package/esm2022/lib/analytics/analytics-listener.service.mjs +5 -5
  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 +9 -8
  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 +5 -5
  16. package/esm2022/lib/context/index.mjs +11 -1
  17. package/esm2022/lib/directions/directions-tool/directions-tool.component.mjs +9 -7
  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/index.mjs +1 -1
  26. package/esm2022/lib/filter/active-ogc-filter-tool/active-ogc-filter-tool.animation.mjs +1 -1
  27. package/esm2022/lib/filter/active-ogc-filter-tool/active-ogc-filter-tool.component.mjs +9 -8
  28. package/esm2022/lib/filter/active-time-filter-tool/active-time-filter-tool.animation.mjs +1 -1
  29. package/esm2022/lib/filter/active-time-filter-tool/active-time-filter-tool.component.mjs +9 -8
  30. package/esm2022/lib/filter/filter.module.mjs +16 -13
  31. package/esm2022/lib/filter/index.mjs +13 -1
  32. package/esm2022/lib/filter/ogc-filter-tool/ogc-filter-tool.component.mjs +9 -8
  33. package/esm2022/lib/filter/spatial-filter-tool/spatial-filter-tool.component.mjs +18 -10
  34. package/esm2022/lib/filter/time-filter-tool/time-filter-tool.component.mjs +9 -8
  35. package/esm2022/lib/geometry-form/data-issue-reporter-tool/data-issue-reporter-tool.component.mjs +8 -7
  36. package/esm2022/lib/geometry-form/geometry-form.module.mjs +5 -5
  37. package/esm2022/lib/import-export/import-export-tool/import-export-tool.component.mjs +22 -12
  38. package/esm2022/lib/import-export/import-export.module.mjs +11 -36
  39. package/esm2022/lib/import-export/import-export.state.mjs +4 -4
  40. package/esm2022/lib/integration.module.mjs +8 -13
  41. package/esm2022/lib/map/advanced-map-tool/advanced-coordinates/advanced-coordinates.component.mjs +41 -19
  42. package/esm2022/lib/map/advanced-map-tool/advanced-map-tool.component.mjs +22 -11
  43. package/esm2022/lib/map/advanced-map-tool/advanced-swipe/advanced-swipe.component.mjs +35 -14
  44. package/esm2022/lib/map/index.mjs +15 -1
  45. package/esm2022/lib/map/layer-list-tool.state.mjs +4 -4
  46. package/esm2022/lib/map/map-details-tool/map-details-tool.component.mjs +31 -13
  47. package/esm2022/lib/map/map-legend/map-legend-tool.component.mjs +24 -12
  48. package/esm2022/lib/map/map-proximity-tool/map-proximity-tool.component.mjs +34 -16
  49. package/esm2022/lib/map/map-proximity.state.mjs +5 -5
  50. package/esm2022/lib/map/map-tool/map-tool.component.mjs +27 -12
  51. package/esm2022/lib/map/map-tools/map-tools.component.mjs +37 -14
  52. package/esm2022/lib/map/map.module.mjs +17 -125
  53. package/esm2022/lib/map/map.state.mjs +5 -5
  54. package/esm2022/lib/measure/measure.module.mjs +8 -7
  55. package/esm2022/lib/measure/measure.state.mjs +5 -5
  56. package/esm2022/lib/measure/measurer-tool/measurer-tool.component.mjs +9 -8
  57. package/esm2022/lib/measure/measurer-tool/measurer-tool.module.mjs +9 -12
  58. package/esm2022/lib/print/print-tool/print-tool.component.mjs +9 -8
  59. package/esm2022/lib/print/print.module.mjs +11 -11
  60. package/esm2022/lib/search/index.mjs +7 -1
  61. package/esm2022/lib/search/query.state.mjs +5 -5
  62. package/esm2022/lib/search/search-bar/search-bar-binding.directive.mjs +8 -7
  63. package/esm2022/lib/search/search-bar/search-bar.module.mjs +7 -9
  64. package/esm2022/lib/search/search-results-tool/search-results-tool.component.mjs +34 -16
  65. package/esm2022/lib/search/search-results-tool/search-results-tool.module.mjs +9 -54
  66. package/esm2022/lib/search/search.module.mjs +12 -10
  67. package/esm2022/lib/search/search.state.mjs +5 -5
  68. package/esm2022/lib/storage/storage.state.mjs +5 -5
  69. package/esm2022/lib/tool/tool.state.mjs +5 -5
  70. package/esm2022/lib/workspace/shared/edition-actions.service.mjs +9 -13
  71. package/esm2022/lib/workspace/shared/feature-actions.service.mjs +7 -11
  72. package/esm2022/lib/workspace/shared/index.mjs +1 -1
  73. package/esm2022/lib/workspace/shared/wfs-actions.service.mjs +9 -13
  74. package/esm2022/lib/workspace/shared/workspace.utils.mjs +4 -3
  75. package/esm2022/lib/workspace/workspace-button/workspace-button.component.mjs +22 -11
  76. package/esm2022/lib/workspace/workspace.module.mjs +10 -28
  77. package/esm2022/lib/workspace/workspace.state.mjs +5 -5
  78. package/esm2022/public_api.mjs +1 -4
  79. package/fesm2022/igo2-integration.mjs +669 -733
  80. package/fesm2022/igo2-integration.mjs.map +1 -1
  81. package/lib/about/about-tool/about-tool.component.d.ts +1 -1
  82. package/lib/about/about.module.d.ts +4 -8
  83. package/lib/catalog/catalog-browser-tool/catalog-browser-tool.component.d.ts +1 -1
  84. package/lib/catalog/catalog-browser-tool/catalog-browser-tool.module.d.ts +2 -4
  85. package/lib/catalog/catalog-library-tool/catalog-library-tool.component.d.ts +1 -1
  86. package/lib/catalog/catalog-library-tool/catalog-library-tool.module.d.ts +2 -4
  87. package/lib/catalog/catalog.module.d.ts +3 -0
  88. package/lib/context/context-editor-tool/context-editor-tool.component.d.ts +1 -1
  89. package/lib/context/context-manager-tool/context-manager-tool.component.d.ts +1 -1
  90. package/lib/context/context-permission-manager-tool/context-permission-manager-tool.component.d.ts +1 -1
  91. package/lib/context/context-share-tool/context-share-tool.component.d.ts +1 -1
  92. package/lib/context/context.module.d.ts +4 -2
  93. package/lib/context/index.d.ts +5 -0
  94. package/lib/directions/directions-tool/directions-tool.component.d.ts +1 -1
  95. package/lib/directions/directions.module.d.ts +4 -2
  96. package/lib/draw/draw.module.d.ts +5 -3
  97. package/lib/draw/drawing-tool/drawing-tool.component.d.ts +1 -1
  98. package/lib/draw/drawing-tool/drawing-tool.module.d.ts +2 -3
  99. package/lib/filter/active-ogc-filter-tool/active-ogc-filter-tool.component.d.ts +1 -1
  100. package/lib/filter/active-time-filter-tool/active-time-filter-tool.component.d.ts +1 -1
  101. package/lib/filter/filter.module.d.ts +4 -3
  102. package/lib/filter/index.d.ts +4 -0
  103. package/lib/filter/ogc-filter-tool/ogc-filter-tool.component.d.ts +1 -1
  104. package/lib/filter/spatial-filter-tool/spatial-filter-tool.component.d.ts +1 -1
  105. package/lib/filter/time-filter-tool/time-filter-tool.component.d.ts +1 -1
  106. package/lib/import-export/import-export-tool/import-export-tool.component.d.ts +1 -1
  107. package/lib/import-export/import-export.module.d.ts +4 -7
  108. package/lib/integration.module.d.ts +17 -16
  109. package/lib/map/advanced-map-tool/advanced-coordinates/advanced-coordinates.component.d.ts +1 -1
  110. package/lib/map/advanced-map-tool/advanced-map-tool.component.d.ts +1 -1
  111. package/lib/map/advanced-map-tool/advanced-swipe/advanced-swipe.component.d.ts +1 -1
  112. package/lib/map/index.d.ts +7 -0
  113. package/lib/map/map-details-tool/map-details-tool.component.d.ts +1 -1
  114. package/lib/map/map-legend/map-legend-tool.component.d.ts +1 -1
  115. package/lib/map/map-proximity-tool/map-proximity-tool.component.d.ts +1 -1
  116. package/lib/map/map-tool/map-tool.component.d.ts +1 -1
  117. package/lib/map/map-tools/map-tools.component.d.ts +1 -1
  118. package/lib/map/map.module.d.ts +4 -25
  119. package/lib/measure/measure.module.d.ts +3 -0
  120. package/lib/measure/measurer-tool/measurer-tool.component.d.ts +1 -1
  121. package/lib/measure/measurer-tool/measurer-tool.module.d.ts +2 -3
  122. package/lib/print/print-tool/print-tool.component.d.ts +1 -1
  123. package/lib/print/print.module.d.ts +4 -2
  124. package/lib/search/index.d.ts +3 -0
  125. package/lib/search/search-bar/search-bar-binding.directive.d.ts +1 -1
  126. package/lib/search/search-bar/search-bar.module.d.ts +2 -3
  127. package/lib/search/search-results-tool/search-results-tool.component.d.ts +1 -1
  128. package/lib/search/search-results-tool/search-results-tool.module.d.ts +2 -10
  129. package/lib/search/search.module.d.ts +6 -3
  130. package/lib/workspace/shared/edition-actions.service.d.ts +1 -3
  131. package/lib/workspace/shared/feature-actions.service.d.ts +1 -3
  132. package/lib/workspace/shared/wfs-actions.service.d.ts +1 -3
  133. package/lib/workspace/shared/workspace.utils.d.ts +1 -2
  134. package/lib/workspace/workspace-button/workspace-button.component.d.ts +1 -1
  135. package/lib/workspace/workspace.module.d.ts +4 -6
  136. package/package.json +6 -5
  137. package/public_api.d.ts +0 -3
  138. package/esm2022/lib/analytics/analytics.module.mjs +0 -16
  139. package/esm2022/lib/storage/storage.module.mjs +0 -16
  140. package/esm2022/lib/tool/tool.module.mjs +0 -16
  141. package/lib/analytics/analytics.module.d.ts +0 -6
  142. package/lib/storage/storage.module.d.ts +0 -6
  143. package/lib/tool/tool.module.d.ts +0 -6
@@ -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
  }
@@ -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,4 +1,3 @@
1
- import { DatePipe } from '@angular/common';
2
1
  import { OnDestroy } from '@angular/core';
3
2
  import { Action, Widget } from '@igo2/common';
4
3
  import { LanguageService, MediaService, StorageService } from '@igo2/core';
@@ -13,13 +12,12 @@ export declare class EditionActionsService implements OnDestroy {
13
12
  languageService: LanguageService;
14
13
  private mediaService;
15
14
  private toolState;
16
- private datePipe;
17
15
  maximize$: BehaviorSubject<boolean>;
18
16
  zoomAuto$: BehaviorSubject<boolean>;
19
17
  private storageChange$$;
20
18
  get storageService(): StorageService;
21
19
  get zoomAuto(): boolean;
22
- constructor(ogcFilterWidget: Widget, storageState: StorageState, languageService: LanguageService, mediaService: MediaService, toolState: ToolState, datePipe: DatePipe);
20
+ constructor(ogcFilterWidget: Widget, storageState: StorageState, languageService: LanguageService, mediaService: MediaService, toolState: ToolState);
23
21
  ngOnDestroy(): void;
24
22
  loadActions(workspace: EditionWorkspace, rowsInMapExtentCheckCondition$: BehaviorSubject<boolean>, selectOnlyCheckCondition$: BehaviorSubject<boolean>): void;
25
23
  buildActions(workspace: EditionWorkspace, rowsInMapExtentCheckCondition$: BehaviorSubject<boolean>, selectOnlyCheckCondition$: BehaviorSubject<boolean>): Action[];
@@ -1,4 +1,3 @@
1
- import { DatePipe } from '@angular/common';
2
1
  import { OnDestroy } from '@angular/core';
3
2
  import { Action } from '@igo2/common';
4
3
  import { LanguageService, MediaService, StorageService } from '@igo2/core';
@@ -12,13 +11,12 @@ export declare class FeatureActionsService implements OnDestroy {
12
11
  languageService: LanguageService;
13
12
  private toolState;
14
13
  private mediaService;
15
- private datePipe;
16
14
  maximize$: BehaviorSubject<boolean>;
17
15
  zoomAuto$: BehaviorSubject<boolean>;
18
16
  private storageChange$$;
19
17
  get storageService(): StorageService;
20
18
  get zoomAuto(): boolean;
21
- constructor(storageState: StorageState, languageService: LanguageService, toolState: ToolState, mediaService: MediaService, datePipe: DatePipe);
19
+ constructor(storageState: StorageState, languageService: LanguageService, toolState: ToolState, mediaService: MediaService);
22
20
  ngOnDestroy(): void;
23
21
  loadActions(workspace: FeatureWorkspace, rowsInMapExtentCheckCondition$: BehaviorSubject<boolean>, selectOnlyCheckCondition$: BehaviorSubject<boolean>): void;
24
22
  buildActions(workspace: FeatureWorkspace, rowsInMapExtentCheckCondition$: BehaviorSubject<boolean>, selectOnlyCheckCondition$: BehaviorSubject<boolean>): Action[];
@@ -1,4 +1,3 @@
1
- import { DatePipe } from '@angular/common';
2
1
  import { OnDestroy } from '@angular/core';
3
2
  import { Action, Widget } from '@igo2/common';
4
3
  import { LanguageService, MediaService, StorageService } from '@igo2/core';
@@ -13,14 +12,13 @@ export declare class WfsActionsService implements OnDestroy {
13
12
  languageService: LanguageService;
14
13
  private mediaService;
15
14
  private toolState;
16
- private datePipe;
17
15
  maximize$: BehaviorSubject<boolean>;
18
16
  selectOnlyCheckCondition$: BehaviorSubject<boolean>;
19
17
  zoomAuto$: BehaviorSubject<boolean>;
20
18
  private storageChange$$;
21
19
  get storageService(): StorageService;
22
20
  get zoomAuto(): boolean;
23
- constructor(ogcFilterWidget: Widget, storageState: StorageState, languageService: LanguageService, mediaService: MediaService, toolState: ToolState, datePipe: DatePipe);
21
+ constructor(ogcFilterWidget: Widget, storageState: StorageState, languageService: LanguageService, mediaService: MediaService, toolState: ToolState);
24
22
  ngOnDestroy(): void;
25
23
  loadActions(workspace: WfsWorkspace, rowsInMapExtentCheckCondition$: BehaviorSubject<boolean>, selectOnlyCheckCondition$: BehaviorSubject<boolean>): void;
26
24
  buildActions(workspace: WfsWorkspace, rowsInMapExtentCheckCondition$: BehaviorSubject<boolean>, selectOnlyCheckCondition$: BehaviorSubject<boolean>): Action[];
@@ -1,4 +1,3 @@
1
- import { DatePipe } from '@angular/common';
2
1
  import { Action, Widget } from '@igo2/common';
3
2
  import { LanguageService, MediaService, StorageService } from '@igo2/core';
4
3
  import { EditionWorkspace, FeatureWorkspace, WfsWorkspace } from '@igo2/geo';
@@ -6,4 +5,4 @@ import 'jspdf-autotable';
6
5
  import { BehaviorSubject } from 'rxjs';
7
6
  import { ToolState } from '../../tool';
8
7
  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[];
8
+ 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
  }
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.0",
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.0",
36
+ "@igo2/context": "^17.0.0-next.0",
37
+ "@igo2/geo": "^17.0.0-next.0",
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
- }