@igo2/integration 16.3.0 → 17.0.0-next.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (164) hide show
  1. package/esm2022/lib/about/about-tool/about-tool.component.mjs +33 -14
  2. package/esm2022/lib/about/about.module.mjs +9 -37
  3. package/esm2022/lib/analytics/analytics-listener.service.mjs +10 -24
  4. package/esm2022/lib/catalog/catalog-browser-tool/catalog-browser-tool.component.mjs +12 -11
  5. package/esm2022/lib/catalog/catalog-browser-tool/catalog-browser-tool.module.mjs +9 -13
  6. package/esm2022/lib/catalog/catalog-library-tool/catalog-library-tool.component.mjs +25 -12
  7. package/esm2022/lib/catalog/catalog-library-tool/catalog-library-tool.module.mjs +9 -13
  8. package/esm2022/lib/catalog/catalog.module.mjs +9 -8
  9. package/esm2022/lib/catalog/catalog.state.mjs +6 -6
  10. package/esm2022/lib/context/context-editor-tool/context-editor-tool.component.mjs +10 -9
  11. package/esm2022/lib/context/context-manager-tool/context-manager-tool.component.mjs +10 -9
  12. package/esm2022/lib/context/context-permission-manager-tool/context-permission-manager-tool.component.mjs +9 -8
  13. package/esm2022/lib/context/context-share-tool/context-share-tool.component.mjs +11 -10
  14. package/esm2022/lib/context/context.directive.mjs +11 -0
  15. package/esm2022/lib/context/context.module.mjs +16 -31
  16. package/esm2022/lib/context/context.state.mjs +9 -9
  17. package/esm2022/lib/context/index.mjs +2 -1
  18. package/esm2022/lib/directions/directions-tool/directions-tool.component.mjs +22 -13
  19. package/esm2022/lib/directions/directions.module.mjs +11 -11
  20. package/esm2022/lib/directions/directions.state.mjs +5 -5
  21. package/esm2022/lib/draw/draw.module.mjs +8 -7
  22. package/esm2022/lib/draw/draw.state.mjs +5 -5
  23. package/esm2022/lib/draw/drawing-tool/drawing-tool.component.mjs +11 -10
  24. package/esm2022/lib/draw/drawing-tool/drawing-tool.module.mjs +9 -12
  25. package/esm2022/lib/draw/index.mjs +1 -1
  26. package/esm2022/lib/environment/environment.interface.mjs +1 -1
  27. package/esm2022/lib/environment/index.mjs +1 -1
  28. package/esm2022/lib/filter/active-ogc-filter-tool/active-ogc-filter-tool.animation.mjs +1 -1
  29. package/esm2022/lib/filter/active-ogc-filter-tool/active-ogc-filter-tool.component.mjs +10 -9
  30. package/esm2022/lib/filter/active-time-filter-tool/active-time-filter-tool.animation.mjs +1 -1
  31. package/esm2022/lib/filter/active-time-filter-tool/active-time-filter-tool.component.mjs +10 -9
  32. package/esm2022/lib/filter/filter.module.mjs +16 -13
  33. package/esm2022/lib/filter/index.mjs +13 -1
  34. package/esm2022/lib/filter/ogc-filter-tool/ogc-filter-tool.component.mjs +10 -9
  35. package/esm2022/lib/filter/spatial-filter-tool/spatial-filter-tool.component.mjs +29 -16
  36. package/esm2022/lib/filter/time-filter-tool/time-filter-tool.component.mjs +10 -9
  37. package/esm2022/lib/geometry-form/data-issue-reporter-tool/data-issue-reporter-tool.component.mjs +20 -16
  38. package/esm2022/lib/geometry-form/data-issue-reporter-tool/index.mjs +1 -1
  39. package/esm2022/lib/geometry-form/geometry-form.module.mjs +8 -7
  40. package/esm2022/lib/geometry-form/index.mjs +1 -1
  41. package/esm2022/lib/import-export/import-export-tool/import-export-tool.component.mjs +24 -14
  42. package/esm2022/lib/import-export/import-export.module.mjs +11 -36
  43. package/esm2022/lib/import-export/import-export.state.mjs +4 -4
  44. package/esm2022/lib/integration.module.mjs +8 -13
  45. package/esm2022/lib/map/advanced-map-tool/advanced-coordinates/advanced-coordinates.component.mjs +83 -47
  46. package/esm2022/lib/map/advanced-map-tool/advanced-map-tool.component.mjs +24 -13
  47. package/esm2022/lib/map/advanced-map-tool/advanced-swipe/advanced-swipe.component.mjs +37 -14
  48. package/esm2022/lib/map/index.mjs +2 -1
  49. package/esm2022/lib/map/layer-list-tool.state.mjs +4 -4
  50. package/esm2022/lib/map/map-details-tool/map-details-tool.component.mjs +32 -14
  51. package/esm2022/lib/map/map-legend/map-legend-tool.component.mjs +26 -14
  52. package/esm2022/lib/map/map-proximity-tool/map-proximity-tool.component.mjs +37 -16
  53. package/esm2022/lib/map/map-proximity.state.mjs +7 -7
  54. package/esm2022/lib/map/map-tool/map-tool.component.mjs +28 -13
  55. package/esm2022/lib/map/map-tools/map-tools.component.mjs +38 -15
  56. package/esm2022/lib/map/map.directive.mjs +15 -0
  57. package/esm2022/lib/map/map.module.mjs +17 -125
  58. package/esm2022/lib/map/map.state.mjs +9 -7
  59. package/esm2022/lib/measure/measure.module.mjs +8 -7
  60. package/esm2022/lib/measure/measure.state.mjs +5 -5
  61. package/esm2022/lib/measure/measurer-tool/measurer-tool.component.mjs +11 -10
  62. package/esm2022/lib/measure/measurer-tool/measurer-tool.module.mjs +9 -12
  63. package/esm2022/lib/print/print-tool/print-tool.component.mjs +11 -10
  64. package/esm2022/lib/print/print.module.mjs +11 -11
  65. package/esm2022/lib/search/index.mjs +1 -1
  66. package/esm2022/lib/search/query.state.mjs +8 -8
  67. package/esm2022/lib/search/search-bar/search-bar-binding.directive.mjs +8 -7
  68. package/esm2022/lib/search/search-bar/search-bar.module.mjs +7 -9
  69. package/esm2022/lib/search/search-results-tool/search-results-tool.component.mjs +41 -19
  70. package/esm2022/lib/search/search-results-tool/search-results-tool.module.mjs +9 -54
  71. package/esm2022/lib/search/search.module.mjs +12 -10
  72. package/esm2022/lib/search/search.state.mjs +19 -18
  73. package/esm2022/lib/storage/storage.state.mjs +7 -7
  74. package/esm2022/lib/tool/tool.state.mjs +7 -7
  75. package/esm2022/lib/workspace/shared/edition-actions.service.mjs +19 -18
  76. package/esm2022/lib/workspace/shared/feature-actions.service.mjs +12 -13
  77. package/esm2022/lib/workspace/shared/index.mjs +1 -1
  78. package/esm2022/lib/workspace/shared/wfs-actions.service.mjs +19 -18
  79. package/esm2022/lib/workspace/shared/workspace.utils.mjs +12 -8
  80. package/esm2022/lib/workspace/workspace-button/workspace-button.component.mjs +22 -11
  81. package/esm2022/lib/workspace/workspace.module.mjs +10 -28
  82. package/esm2022/lib/workspace/workspace.state.mjs +9 -8
  83. package/esm2022/public_api.mjs +1 -4
  84. package/fesm2022/igo2-integration.mjs +758 -792
  85. package/fesm2022/igo2-integration.mjs.map +1 -1
  86. package/lib/about/about-tool/about-tool.component.d.ts +3 -2
  87. package/lib/about/about.module.d.ts +4 -8
  88. package/lib/analytics/analytics-listener.service.d.ts +2 -5
  89. package/lib/catalog/catalog-browser-tool/catalog-browser-tool.component.d.ts +2 -2
  90. package/lib/catalog/catalog-browser-tool/catalog-browser-tool.module.d.ts +2 -4
  91. package/lib/catalog/catalog-library-tool/catalog-library-tool.component.d.ts +6 -3
  92. package/lib/catalog/catalog-library-tool/catalog-library-tool.module.d.ts +2 -4
  93. package/lib/catalog/catalog.module.d.ts +3 -0
  94. package/lib/catalog/catalog.state.d.ts +1 -1
  95. package/lib/context/context-editor-tool/context-editor-tool.component.d.ts +1 -1
  96. package/lib/context/context-manager-tool/context-manager-tool.component.d.ts +1 -1
  97. package/lib/context/context-permission-manager-tool/context-permission-manager-tool.component.d.ts +1 -1
  98. package/lib/context/context-share-tool/context-share-tool.component.d.ts +1 -1
  99. package/lib/context/context.directive.d.ts +5 -0
  100. package/lib/context/context.module.d.ts +4 -2
  101. package/lib/context/context.state.d.ts +2 -2
  102. package/lib/context/index.d.ts +1 -0
  103. package/lib/directions/directions-tool/directions-tool.component.d.ts +6 -3
  104. package/lib/directions/directions.module.d.ts +4 -2
  105. package/lib/draw/draw.module.d.ts +5 -3
  106. package/lib/draw/drawing-tool/drawing-tool.component.d.ts +1 -1
  107. package/lib/draw/drawing-tool/drawing-tool.module.d.ts +2 -3
  108. package/lib/environment/environment.interface.d.ts +3 -3
  109. package/lib/filter/active-ogc-filter-tool/active-ogc-filter-tool.component.d.ts +1 -1
  110. package/lib/filter/active-time-filter-tool/active-time-filter-tool.component.d.ts +1 -1
  111. package/lib/filter/filter.module.d.ts +4 -3
  112. package/lib/filter/index.d.ts +4 -0
  113. package/lib/filter/ogc-filter-tool/ogc-filter-tool.component.d.ts +1 -1
  114. package/lib/filter/spatial-filter-tool/spatial-filter-tool.component.d.ts +4 -3
  115. package/lib/filter/time-filter-tool/time-filter-tool.component.d.ts +1 -1
  116. package/lib/geometry-form/data-issue-reporter-tool/data-issue-reporter-tool.component.d.ts +3 -2
  117. package/lib/geometry-form/geometry-form.module.d.ts +4 -3
  118. package/lib/import-export/import-export-tool/import-export-tool.component.d.ts +2 -2
  119. package/lib/import-export/import-export.module.d.ts +4 -7
  120. package/lib/integration.module.d.ts +17 -16
  121. package/lib/map/advanced-map-tool/advanced-coordinates/advanced-coordinates.component.d.ts +7 -2
  122. package/lib/map/advanced-map-tool/advanced-map-tool.component.d.ts +1 -1
  123. package/lib/map/advanced-map-tool/advanced-swipe/advanced-swipe.component.d.ts +1 -1
  124. package/lib/map/index.d.ts +1 -0
  125. package/lib/map/map-details-tool/map-details-tool.component.d.ts +1 -1
  126. package/lib/map/map-legend/map-legend-tool.component.d.ts +1 -1
  127. package/lib/map/map-proximity-tool/map-proximity-tool.component.d.ts +4 -3
  128. package/lib/map/map-proximity.state.d.ts +1 -1
  129. package/lib/map/map-tool/map-tool.component.d.ts +1 -1
  130. package/lib/map/map-tools/map-tools.component.d.ts +1 -1
  131. package/lib/map/map.directive.d.ts +7 -0
  132. package/lib/map/map.module.d.ts +4 -25
  133. package/lib/map/map.state.d.ts +2 -1
  134. package/lib/measure/measure.module.d.ts +3 -0
  135. package/lib/measure/measurer-tool/measurer-tool.component.d.ts +1 -1
  136. package/lib/measure/measurer-tool/measurer-tool.module.d.ts +2 -3
  137. package/lib/print/print-tool/print-tool.component.d.ts +1 -1
  138. package/lib/print/print.module.d.ts +4 -2
  139. package/lib/search/query.state.d.ts +3 -3
  140. package/lib/search/search-bar/search-bar-binding.directive.d.ts +1 -1
  141. package/lib/search/search-bar/search-bar.module.d.ts +2 -3
  142. package/lib/search/search-results-tool/search-results-tool.component.d.ts +4 -3
  143. package/lib/search/search-results-tool/search-results-tool.module.d.ts +2 -10
  144. package/lib/search/search.module.d.ts +6 -3
  145. package/lib/search/search.state.d.ts +4 -3
  146. package/lib/storage/storage.state.d.ts +1 -1
  147. package/lib/tool/tool.state.d.ts +1 -1
  148. package/lib/workspace/shared/edition-actions.service.d.ts +7 -6
  149. package/lib/workspace/shared/feature-actions.service.d.ts +5 -5
  150. package/lib/workspace/shared/wfs-actions.service.d.ts +7 -6
  151. package/lib/workspace/shared/workspace.utils.d.ts +6 -4
  152. package/lib/workspace/workspace-button/workspace-button.component.d.ts +1 -1
  153. package/lib/workspace/workspace.module.d.ts +4 -6
  154. package/lib/workspace/workspace.state.d.ts +4 -2
  155. package/locale/en.integration.json +143 -143
  156. package/locale/fr.integration.json +143 -143
  157. package/package.json +6 -5
  158. package/public_api.d.ts +0 -3
  159. package/esm2022/lib/analytics/analytics.module.mjs +0 -16
  160. package/esm2022/lib/storage/storage.module.mjs +0 -16
  161. package/esm2022/lib/tool/tool.module.mjs +0 -16
  162. package/lib/analytics/analytics.module.d.ts +0 -6
  163. package/lib/storage/storage.module.d.ts +0 -6
  164. package/lib/tool/tool.module.d.ts +0 -6
@@ -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
- import { EntityTableComponent, EntityTableTemplate } from '@igo2/common';
4
- import { LanguageService, MessageService } from '@igo2/core';
3
+ import { EntityTableComponent, EntityTableTemplate } from '@igo2/common/entity';
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
  }
@@ -0,0 +1,7 @@
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';
7
+ export declare const INTEGRATION_MAP_DIRECTIVES: readonly [typeof AdvancedMapToolComponent, typeof MapProximityToolComponent, typeof MapToolComponent, typeof MapToolsComponent, typeof MapDetailsToolComponent, typeof MapLegendToolComponent];
@@ -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,5 +1,5 @@
1
- import { EntityStore } from '@igo2/common';
2
- import { ConfigService } from '@igo2/core';
1
+ import { EntityStore } from '@igo2/common/entity';
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,7 +16,7 @@ export declare class QueryState {
16
16
  */
17
17
  store: EntityStore<SearchResult<{
18
18
  [key: string]: any;
19
- }>, import("@igo2/common").EntityState>;
19
+ }>, import("@igo2/common/entity").EntityState>;
20
20
  queryOverlayStyle: CommonVectorStyleOptions;
21
21
  queryOverlayStyleSelection: CommonVectorStyleOptions;
22
22
  queryOverlayStyleFocus: CommonVectorStyleOptions;
@@ -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,7 @@
1
1
  import { ElementRef, OnDestroy, OnInit } from '@angular/core';
2
- import { EntityStore, FlexibleState } from '@igo2/common';
3
- import { ConfigService } from '@igo2/core';
2
+ import { EntityStore } from '@igo2/common/entity';
3
+ import { FlexibleState } from '@igo2/common/flexible';
4
+ import { ConfigService } from '@igo2/core/config';
4
5
  import { Feature, FeatureStore, IgoMap, Research, SearchResult } from '@igo2/geo';
5
6
  import { BehaviorSubject, Observable } from 'rxjs';
6
7
  import { DirectionState } from '../../directions/directions.state';
@@ -97,5 +98,5 @@ export declare class SearchResultsToolComponent implements OnInit, OnDestroy {
97
98
  isScrolledIntoView(elemSource: any, elem: any): boolean;
98
99
  getRoute(): void;
99
100
  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>;
101
+ 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
102
  }
@@ -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
- import { EntityStore } from '@igo2/common';
2
- import { ConfigService, StorageService } from '@igo2/core';
1
+ import { EntityStore } from '@igo2/common/entity';
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';
@@ -45,7 +46,7 @@ export declare class SearchState {
45
46
  */
46
47
  readonly store: EntityStore<SearchResult<{
47
48
  [key: string]: any;
48
- }>, import("@igo2/common").EntityState>;
49
+ }>, import("@igo2/common/entity").EntityState>;
49
50
  /**
50
51
  * Search types currently enabled in the search source service
51
52
  */
@@ -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,4 +1,4 @@
1
- import { ToolService, Toolbox } from '@igo2/common';
1
+ import { ToolService, Toolbox } from '@igo2/common/tool';
2
2
  import { BehaviorSubject } from 'rxjs';
3
3
  import { ImportExportState } from '../import-export/import-export.state';
4
4
  import * as i0 from "@angular/core";
@@ -1,7 +1,9 @@
1
- import { DatePipe } from '@angular/common';
2
1
  import { OnDestroy } from '@angular/core';
3
- import { Action, Widget } from '@igo2/common';
4
- import { LanguageService, MediaService, StorageService } from '@igo2/core';
2
+ import { Action } from '@igo2/common/action';
3
+ import { Widget } from '@igo2/common/widget';
4
+ import { LanguageService } from '@igo2/core/language';
5
+ import { MediaService } from '@igo2/core/media';
6
+ import { StorageService } from '@igo2/core/storage';
5
7
  import { EditionWorkspace } from '@igo2/geo';
6
8
  import { BehaviorSubject } from 'rxjs';
7
9
  import { StorageState } from '../../storage/storage.state';
@@ -13,16 +15,15 @@ export declare class EditionActionsService implements OnDestroy {
13
15
  languageService: LanguageService;
14
16
  private mediaService;
15
17
  private toolState;
16
- private datePipe;
17
18
  maximize$: BehaviorSubject<boolean>;
18
19
  zoomAuto$: BehaviorSubject<boolean>;
19
20
  private storageChange$$;
20
21
  get storageService(): StorageService;
21
22
  get zoomAuto(): boolean;
22
- 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);
23
24
  ngOnDestroy(): void;
24
25
  loadActions(workspace: EditionWorkspace, rowsInMapExtentCheckCondition$: BehaviorSubject<boolean>, selectOnlyCheckCondition$: BehaviorSubject<boolean>): void;
25
26
  buildActions(workspace: EditionWorkspace, rowsInMapExtentCheckCondition$: BehaviorSubject<boolean>, selectOnlyCheckCondition$: BehaviorSubject<boolean>): Action[];
26
- static ɵfac: i0.ɵɵFactoryDeclaration<EditionActionsService, never>;
27
+ static ɵfac: i0.ɵɵFactoryDeclaration<EditionActionsService, [{ optional: true; }, null, null, null, null]>;
27
28
  static ɵprov: i0.ɵɵInjectableDeclaration<EditionActionsService>;
28
29
  }
@@ -1,7 +1,8 @@
1
- import { DatePipe } from '@angular/common';
2
1
  import { OnDestroy } from '@angular/core';
3
- import { Action } from '@igo2/common';
4
- import { LanguageService, MediaService, StorageService } from '@igo2/core';
2
+ import { Action } from '@igo2/common/action';
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,9 @@
1
- import { DatePipe } from '@angular/common';
2
1
  import { OnDestroy } from '@angular/core';
3
- import { Action, Widget } from '@igo2/common';
4
- import { LanguageService, MediaService, StorageService } from '@igo2/core';
2
+ import { Action } from '@igo2/common/action';
3
+ import { Widget } from '@igo2/common/widget';
4
+ import { LanguageService } from '@igo2/core/language';
5
+ import { MediaService } from '@igo2/core/media';
6
+ import { StorageService } from '@igo2/core/storage';
5
7
  import { WfsWorkspace } from '@igo2/geo';
6
8
  import { BehaviorSubject } from 'rxjs';
7
9
  import { StorageState } from '../../storage/storage.state';
@@ -13,17 +15,16 @@ export declare class WfsActionsService implements OnDestroy {
13
15
  languageService: LanguageService;
14
16
  private mediaService;
15
17
  private toolState;
16
- private datePipe;
17
18
  maximize$: BehaviorSubject<boolean>;
18
19
  selectOnlyCheckCondition$: BehaviorSubject<boolean>;
19
20
  zoomAuto$: BehaviorSubject<boolean>;
20
21
  private storageChange$$;
21
22
  get storageService(): StorageService;
22
23
  get zoomAuto(): boolean;
23
- constructor(ogcFilterWidget: Widget, storageState: StorageState, languageService: LanguageService, mediaService: MediaService, toolState: ToolState, datePipe: DatePipe);
24
+ constructor(ogcFilterWidget: Widget, storageState: StorageState, languageService: LanguageService, mediaService: MediaService, toolState: ToolState);
24
25
  ngOnDestroy(): void;
25
26
  loadActions(workspace: WfsWorkspace, rowsInMapExtentCheckCondition$: BehaviorSubject<boolean>, selectOnlyCheckCondition$: BehaviorSubject<boolean>): void;
26
27
  buildActions(workspace: WfsWorkspace, rowsInMapExtentCheckCondition$: BehaviorSubject<boolean>, selectOnlyCheckCondition$: BehaviorSubject<boolean>): Action[];
27
- static ɵfac: i0.ɵɵFactoryDeclaration<WfsActionsService, never>;
28
+ static ɵfac: i0.ɵɵFactoryDeclaration<WfsActionsService, [{ optional: true; }, null, null, null, null]>;
28
29
  static ɵprov: i0.ɵɵInjectableDeclaration<WfsActionsService>;
29
30
  }
@@ -1,9 +1,11 @@
1
- import { DatePipe } from '@angular/common';
2
- import { Action, Widget } from '@igo2/common';
3
- import { LanguageService, MediaService, StorageService } from '@igo2/core';
1
+ import { Action } from '@igo2/common/action';
2
+ import { Widget } from '@igo2/common/widget';
3
+ import { LanguageService } from '@igo2/core/language';
4
+ import { MediaService } from '@igo2/core/media';
5
+ import { StorageService } from '@igo2/core/storage';
4
6
  import { EditionWorkspace, FeatureWorkspace, WfsWorkspace } from '@igo2/geo';
5
7
  import 'jspdf-autotable';
6
8
  import { BehaviorSubject } from 'rxjs';
7
9
  import { ToolState } from '../../tool';
8
10
  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[];
11
+ 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,8 @@
1
1
  import { OnDestroy } from '@angular/core';
2
- import { EntityRecord, EntityState, Widget, Workspace, WorkspaceStore } from '@igo2/common';
3
- import { StorageService } from '@igo2/core';
2
+ import { EntityRecord, EntityState } from '@igo2/common/entity';
3
+ import { Widget } from '@igo2/common/widget';
4
+ import { Workspace, WorkspaceStore } from '@igo2/common/workspace';
5
+ import { StorageService } from '@igo2/core/storage';
4
6
  import { BehaviorSubject, Observable } from 'rxjs';
5
7
  import { EditionActionsService } from './shared/edition-actions.service';
6
8
  import { FeatureActionsService } from './shared/feature-actions.service';