@igo2/integration 1.15.3 → 1.15.5

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 (214) hide show
  1. package/esm2020/igo2-integration.mjs +4 -4
  2. package/esm2020/lib/about/about-tool/about-tool.component.mjs +185 -185
  3. package/esm2020/lib/about/about-tool/index.mjs +2 -2
  4. package/esm2020/lib/about/about.module.mjs +55 -55
  5. package/esm2020/lib/about/index.mjs +2 -2
  6. package/esm2020/lib/analytics/analytics-listener.service.mjs +127 -127
  7. package/esm2020/lib/analytics/analytics.module.mjs +16 -16
  8. package/esm2020/lib/analytics/index.mjs +2 -2
  9. package/esm2020/lib/catalog/catalog-browser-tool/catalog-browser-tool.component.mjs +113 -113
  10. package/esm2020/lib/catalog/catalog-browser-tool/catalog-browser-tool.module.mjs +29 -29
  11. package/esm2020/lib/catalog/catalog-library-tool/catalog-library-tool.component.mjs +89 -89
  12. package/esm2020/lib/catalog/catalog-library-tool/catalog-library-tool.module.mjs +29 -29
  13. package/esm2020/lib/catalog/catalog.module.mjs +24 -24
  14. package/esm2020/lib/catalog/catalog.state.mjs +54 -54
  15. package/esm2020/lib/catalog/index.mjs +6 -6
  16. package/esm2020/lib/context/context-editor-tool/context-editor-tool.component.mjs +34 -34
  17. package/esm2020/lib/context/context-manager-tool/context-manager-tool.component.mjs +44 -44
  18. package/esm2020/lib/context/context-permission-manager-tool/context-permission-manager-tool.component.mjs +25 -25
  19. package/esm2020/lib/context/context-share-tool/context-share-tool.component.mjs +34 -34
  20. package/esm2020/lib/context/context.module.mjs +39 -39
  21. package/esm2020/lib/context/context.state.mjs +88 -88
  22. package/esm2020/lib/context/index.mjs +6 -6
  23. package/esm2020/lib/directions/directions-tool/directions-tool.component.mjs +84 -84
  24. package/esm2020/lib/directions/directions-tool/index.mjs +2 -2
  25. package/esm2020/lib/directions/directions.module.mjs +26 -26
  26. package/esm2020/lib/directions/directions.state.mjs +64 -64
  27. package/esm2020/lib/directions/index.mjs +3 -3
  28. package/esm2020/lib/draw/draw.module.mjs +21 -21
  29. package/esm2020/lib/draw/draw.state.mjs +39 -39
  30. package/esm2020/lib/draw/drawing-tool/drawing-tool.component.mjs +72 -72
  31. package/esm2020/lib/draw/index.mjs +3 -3
  32. package/esm2020/lib/filter/active-ogc-filter-tool/active-ogc-filter-tool.animation.mjs +10 -10
  33. package/esm2020/lib/filter/active-ogc-filter-tool/active-ogc-filter-tool.component.mjs +44 -44
  34. package/esm2020/lib/filter/active-ogc-filter-tool/index.mjs +2 -2
  35. package/esm2020/lib/filter/active-time-filter-tool/active-time-filter-tool.animation.mjs +10 -10
  36. package/esm2020/lib/filter/active-time-filter-tool/active-time-filter-tool.component.mjs +44 -44
  37. package/esm2020/lib/filter/active-time-filter-tool/index.mjs +2 -2
  38. package/esm2020/lib/filter/filter.module.mjs +51 -51
  39. package/esm2020/lib/filter/index.mjs +6 -6
  40. package/esm2020/lib/filter/ogc-filter-tool/index.mjs +2 -2
  41. package/esm2020/lib/filter/ogc-filter-tool/ogc-filter-tool.component.mjs +25 -25
  42. package/esm2020/lib/filter/spatial-filter-tool/index.mjs +2 -2
  43. package/esm2020/lib/filter/spatial-filter-tool/spatial-filter-tool.component.mjs +535 -535
  44. package/esm2020/lib/filter/time-filter-tool/index.mjs +2 -2
  45. package/esm2020/lib/filter/time-filter-tool/time-filter-tool.component.mjs +25 -25
  46. package/esm2020/lib/import-export/import-export-tool/import-export-tool.component.mjs +141 -141
  47. package/esm2020/lib/import-export/import-export-tool/index.mjs +2 -2
  48. package/esm2020/lib/import-export/import-export.module.mjs +51 -51
  49. package/esm2020/lib/import-export/import-export.state.mjs +41 -41
  50. package/esm2020/lib/import-export/index.mjs +3 -3
  51. package/esm2020/lib/integration.module.mjs +72 -72
  52. package/esm2020/lib/map/advanced-map-tool/advanced-coordinates/advanced-coordinates.component.mjs +472 -472
  53. package/esm2020/lib/map/advanced-map-tool/advanced-map-tool.component.mjs +89 -89
  54. package/esm2020/lib/map/advanced-map-tool/advanced-swipe/advanced-swipe.component.mjs +218 -218
  55. package/esm2020/lib/map/advanced-map-tool/index.mjs +2 -2
  56. package/esm2020/lib/map/index.mjs +9 -9
  57. package/esm2020/lib/map/layer-list-tool.state.mjs +42 -42
  58. package/esm2020/lib/map/map-details-tool/index.mjs +2 -2
  59. package/esm2020/lib/map/map-details-tool/map-details-tool.component.mjs +256 -256
  60. package/esm2020/lib/map/map-legend/index.mjs +2 -2
  61. package/esm2020/lib/map/map-legend/map-legend-tool.component.mjs +275 -275
  62. package/esm2020/lib/map/map-proximity-tool/index.mjs +2 -2
  63. package/esm2020/lib/map/map-proximity-tool/map-proximity-tool.component.mjs +203 -203
  64. package/esm2020/lib/map/map-proximity.state.mjs +167 -167
  65. package/esm2020/lib/map/map-tool/index.mjs +2 -2
  66. package/esm2020/lib/map/map-tool/map-tool.component.mjs +130 -130
  67. package/esm2020/lib/map/map-tools/index.mjs +2 -2
  68. package/esm2020/lib/map/map-tools/map-tools.component.mjs +495 -495
  69. package/esm2020/lib/map/map.module.mjs +144 -144
  70. package/esm2020/lib/map/map.state.mjs +47 -47
  71. package/esm2020/lib/measure/index.mjs +4 -4
  72. package/esm2020/lib/measure/measure.module.mjs +20 -20
  73. package/esm2020/lib/measure/measure.state.mjs +35 -35
  74. package/esm2020/lib/measure/measurer-tool/measurer-tool.component.mjs +45 -45
  75. package/esm2020/lib/measure/measurer-tool/measurer-tool.module.mjs +25 -25
  76. package/esm2020/lib/print/index.mjs +2 -2
  77. package/esm2020/lib/print/print-tool/index.mjs +2 -2
  78. package/esm2020/lib/print/print-tool/print-tool.component.mjs +33 -33
  79. package/esm2020/lib/print/print.module.mjs +26 -26
  80. package/esm2020/lib/search/index.mjs +7 -7
  81. package/esm2020/lib/search/query.state.mjs +42 -34
  82. package/esm2020/lib/search/search-bar/search-bar-binding.directive.mjs +61 -61
  83. package/esm2020/lib/search/search-bar/search-bar.module.mjs +22 -22
  84. package/esm2020/lib/search/search-results-tool/search-results-tool.component.mjs +593 -593
  85. package/esm2020/lib/search/search-results-tool/search-results-tool.module.mjs +65 -65
  86. package/esm2020/lib/search/search.module.mjs +24 -24
  87. package/esm2020/lib/search/search.state.mjs +132 -132
  88. package/esm2020/lib/storage/index.mjs +2 -2
  89. package/esm2020/lib/storage/storage.module.mjs +16 -16
  90. package/esm2020/lib/storage/storage.state.mjs +23 -23
  91. package/esm2020/lib/tool/index.mjs +2 -2
  92. package/esm2020/lib/tool/tool.module.mjs +16 -16
  93. package/esm2020/lib/tool/tool.state.mjs +52 -52
  94. package/esm2020/lib/workspace/index.mjs +4 -4
  95. package/esm2020/lib/workspace/shared/edition-actions.service.mjs +156 -156
  96. package/esm2020/lib/workspace/shared/feature-actions.service.mjs +144 -144
  97. package/esm2020/lib/workspace/shared/index.mjs +3 -3
  98. package/esm2020/lib/workspace/shared/wfs-actions.service.mjs +158 -158
  99. package/esm2020/lib/workspace/shared/workspace.utils.mjs +7 -7
  100. package/esm2020/lib/workspace/workspace-button/index.mjs +2 -2
  101. package/esm2020/lib/workspace/workspace-button/workspace-button.component.mjs +69 -69
  102. package/esm2020/lib/workspace/workspace.module.mjs +37 -37
  103. package/esm2020/lib/workspace/workspace.state.mjs +188 -188
  104. package/esm2020/public_api.mjs +35 -35
  105. package/fesm2015/igo2-integration.mjs +6558 -6553
  106. package/fesm2015/igo2-integration.mjs.map +1 -1
  107. package/fesm2020/igo2-integration.mjs +6114 -6109
  108. package/fesm2020/igo2-integration.mjs.map +1 -1
  109. package/index.d.ts +5 -5
  110. package/lib/about/about-tool/about-tool.component.d.ts +34 -34
  111. package/lib/about/about-tool/index.d.ts +1 -1
  112. package/lib/about/about.module.d.ts +16 -16
  113. package/lib/about/index.d.ts +1 -1
  114. package/lib/analytics/analytics-listener.service.d.ts +33 -33
  115. package/lib/analytics/analytics.module.d.ts +6 -6
  116. package/lib/analytics/index.d.ts +1 -1
  117. package/lib/catalog/catalog-browser-tool/catalog-browser-tool.component.d.ts +57 -57
  118. package/lib/catalog/catalog-browser-tool/catalog-browser-tool.module.d.ts +12 -12
  119. package/lib/catalog/catalog-library-tool/catalog-library-tool.component.d.ts +50 -50
  120. package/lib/catalog/catalog-library-tool/catalog-library-tool.module.d.ts +12 -12
  121. package/lib/catalog/catalog.module.d.ts +8 -8
  122. package/lib/catalog/catalog.state.d.ts +37 -37
  123. package/lib/catalog/index.d.ts +5 -5
  124. package/lib/context/context-editor-tool/context-editor-tool.component.d.ts +9 -9
  125. package/lib/context/context-manager-tool/context-manager-tool.component.d.ts +15 -15
  126. package/lib/context/context-permission-manager-tool/context-permission-manager-tool.component.d.ts +5 -5
  127. package/lib/context/context-share-tool/context-share-tool.component.d.ts +13 -13
  128. package/lib/context/context.module.d.ts +11 -11
  129. package/lib/context/context.state.d.ts +37 -37
  130. package/lib/context/index.d.ts +5 -5
  131. package/lib/directions/directions-tool/directions-tool.component.d.ts +54 -54
  132. package/lib/directions/directions-tool/index.d.ts +1 -1
  133. package/lib/directions/directions.module.d.ts +10 -10
  134. package/lib/directions/directions.state.d.ts +28 -28
  135. package/lib/directions/index.d.ts +2 -2
  136. package/lib/draw/draw.module.d.ts +8 -8
  137. package/lib/draw/draw.state.d.ts +16 -16
  138. package/lib/draw/drawing-tool/drawing-tool.component.d.ts +31 -31
  139. package/lib/draw/index.d.ts +2 -2
  140. package/lib/filter/active-ogc-filter-tool/active-ogc-filter-tool.animation.d.ts +2 -2
  141. package/lib/filter/active-ogc-filter-tool/active-ogc-filter-tool.component.d.ts +12 -12
  142. package/lib/filter/active-ogc-filter-tool/index.d.ts +1 -1
  143. package/lib/filter/active-time-filter-tool/active-time-filter-tool.animation.d.ts +2 -2
  144. package/lib/filter/active-time-filter-tool/active-time-filter-tool.component.d.ts +12 -12
  145. package/lib/filter/active-time-filter-tool/index.d.ts +1 -1
  146. package/lib/filter/filter.module.d.ts +15 -15
  147. package/lib/filter/index.d.ts +5 -5
  148. package/lib/filter/ogc-filter-tool/index.d.ts +1 -1
  149. package/lib/filter/ogc-filter-tool/ogc-filter-tool.component.d.ts +6 -6
  150. package/lib/filter/spatial-filter-tool/index.d.ts +1 -1
  151. package/lib/filter/spatial-filter-tool/spatial-filter-tool.component.d.ts +82 -82
  152. package/lib/filter/time-filter-tool/index.d.ts +1 -1
  153. package/lib/filter/time-filter-tool/time-filter-tool.component.d.ts +6 -6
  154. package/lib/import-export/import-export-tool/import-export-tool.component.d.ts +33 -33
  155. package/lib/import-export/import-export-tool/index.d.ts +1 -1
  156. package/lib/import-export/import-export.module.d.ts +15 -15
  157. package/lib/import-export/import-export.state.d.ts +24 -24
  158. package/lib/import-export/index.d.ts +2 -2
  159. package/lib/integration.module.d.ts +20 -20
  160. package/lib/map/advanced-map-tool/advanced-coordinates/advanced-coordinates.component.d.ts +97 -97
  161. package/lib/map/advanced-map-tool/advanced-map-tool.component.d.ts +12 -12
  162. package/lib/map/advanced-map-tool/advanced-swipe/advanced-swipe.component.d.ts +65 -65
  163. package/lib/map/advanced-map-tool/index.d.ts +1 -1
  164. package/lib/map/index.d.ts +8 -8
  165. package/lib/map/layer-list-tool.state.d.ts +19 -19
  166. package/lib/map/map-details-tool/index.d.ts +1 -1
  167. package/lib/map/map-details-tool/map-details-tool.component.d.ts +38 -38
  168. package/lib/map/map-legend/index.d.ts +1 -1
  169. package/lib/map/map-legend/map-legend-tool.component.d.ts +40 -40
  170. package/lib/map/map-proximity-tool/index.d.ts +1 -1
  171. package/lib/map/map-proximity-tool/map-proximity-tool.component.d.ts +36 -36
  172. package/lib/map/map-proximity.state.d.ts +31 -31
  173. package/lib/map/map-tool/index.d.ts +1 -1
  174. package/lib/map/map-tool/map-tool.component.d.ts +27 -27
  175. package/lib/map/map-tools/index.d.ts +1 -1
  176. package/lib/map/map-tools/map-tools.component.d.ts +66 -66
  177. package/lib/map/map.module.d.ts +38 -38
  178. package/lib/map/map.state.d.ts +24 -24
  179. package/lib/measure/index.d.ts +3 -3
  180. package/lib/measure/measure.module.d.ts +7 -7
  181. package/lib/measure/measure.state.d.ts +16 -16
  182. package/lib/measure/measurer-tool/measurer-tool.component.d.ts +24 -24
  183. package/lib/measure/measurer-tool/measurer-tool.module.d.ts +11 -11
  184. package/lib/print/index.d.ts +1 -1
  185. package/lib/print/print-tool/index.d.ts +1 -1
  186. package/lib/print/print-tool/print-tool.component.d.ts +10 -10
  187. package/lib/print/print.module.d.ts +10 -10
  188. package/lib/search/index.d.ts +6 -6
  189. package/lib/search/query.state.d.ts +24 -20
  190. package/lib/search/search-bar/search-bar-binding.directive.d.ts +20 -20
  191. package/lib/search/search-bar/search-bar.module.d.ts +11 -11
  192. package/lib/search/search-results-tool/search-results-tool.component.d.ts +100 -100
  193. package/lib/search/search-results-tool/search-results-tool.module.d.ts +18 -18
  194. package/lib/search/search.module.d.ts +8 -8
  195. package/lib/search/search.state.d.ts +60 -60
  196. package/lib/storage/index.d.ts +1 -1
  197. package/lib/storage/storage.module.d.ts +6 -6
  198. package/lib/storage/storage.state.d.ts +12 -12
  199. package/lib/tool/index.d.ts +1 -1
  200. package/lib/tool/tool.module.d.ts +6 -6
  201. package/lib/tool/tool.state.d.ts +22 -22
  202. package/lib/workspace/index.d.ts +3 -3
  203. package/lib/workspace/shared/edition-actions.service.d.ts +26 -26
  204. package/lib/workspace/shared/feature-actions.service.d.ts +25 -25
  205. package/lib/workspace/shared/index.d.ts +2 -2
  206. package/lib/workspace/shared/wfs-actions.service.d.ts +27 -27
  207. package/lib/workspace/shared/workspace.utils.d.ts +2 -2
  208. package/lib/workspace/workspace-button/index.d.ts +1 -1
  209. package/lib/workspace/workspace-button/workspace-button.component.d.ts +21 -21
  210. package/lib/workspace/workspace.module.d.ts +12 -12
  211. package/lib/workspace/workspace.state.d.ts +63 -63
  212. package/ngcc.config.js +3 -3
  213. package/package.json +3 -3
  214. package/public_api.d.ts +31 -31
@@ -1,27 +1,27 @@
1
- import { OnDestroy } from '@angular/core';
2
- import { Action, Widget } from '@igo2/common';
3
- import { BehaviorSubject } from 'rxjs';
4
- import { WfsWorkspace } from '@igo2/geo';
5
- import { StorageService, LanguageService, MediaService } from '@igo2/core';
6
- import { StorageState } from '../../storage/storage.state';
7
- import { ToolState } from '../../tool/tool.state';
8
- import * as i0 from "@angular/core";
9
- export declare class WfsActionsService implements OnDestroy {
10
- private ogcFilterWidget;
11
- private storageState;
12
- languageService: LanguageService;
13
- private mediaService;
14
- private toolState;
15
- maximize$: BehaviorSubject<boolean>;
16
- selectOnlyCheckCondition$: BehaviorSubject<boolean>;
17
- zoomAuto$: BehaviorSubject<boolean>;
18
- private storageChange$$;
19
- get storageService(): StorageService;
20
- get zoomAuto(): boolean;
21
- constructor(ogcFilterWidget: Widget, storageState: StorageState, languageService: LanguageService, mediaService: MediaService, toolState: ToolState);
22
- ngOnDestroy(): void;
23
- loadActions(workspace: WfsWorkspace, rowsInMapExtentCheckCondition$: BehaviorSubject<boolean>, selectOnlyCheckCondition$: BehaviorSubject<boolean>): void;
24
- buildActions(workspace: WfsWorkspace, rowsInMapExtentCheckCondition$: BehaviorSubject<boolean>, selectOnlyCheckCondition$: BehaviorSubject<boolean>): Action[];
25
- static ɵfac: i0.ɵɵFactoryDeclaration<WfsActionsService, never>;
26
- static ɵprov: i0.ɵɵInjectableDeclaration<WfsActionsService>;
27
- }
1
+ import { OnDestroy } from '@angular/core';
2
+ import { Action, Widget } from '@igo2/common';
3
+ import { BehaviorSubject } from 'rxjs';
4
+ import { WfsWorkspace } from '@igo2/geo';
5
+ import { StorageService, LanguageService, MediaService } from '@igo2/core';
6
+ import { StorageState } from '../../storage/storage.state';
7
+ import { ToolState } from '../../tool/tool.state';
8
+ import * as i0 from "@angular/core";
9
+ export declare class WfsActionsService implements OnDestroy {
10
+ private ogcFilterWidget;
11
+ private storageState;
12
+ languageService: LanguageService;
13
+ private mediaService;
14
+ private toolState;
15
+ maximize$: BehaviorSubject<boolean>;
16
+ selectOnlyCheckCondition$: BehaviorSubject<boolean>;
17
+ zoomAuto$: BehaviorSubject<boolean>;
18
+ private storageChange$$;
19
+ get storageService(): StorageService;
20
+ get zoomAuto(): boolean;
21
+ constructor(ogcFilterWidget: Widget, storageState: StorageState, languageService: LanguageService, mediaService: MediaService, toolState: ToolState);
22
+ ngOnDestroy(): void;
23
+ loadActions(workspace: WfsWorkspace, rowsInMapExtentCheckCondition$: BehaviorSubject<boolean>, selectOnlyCheckCondition$: BehaviorSubject<boolean>): void;
24
+ buildActions(workspace: WfsWorkspace, rowsInMapExtentCheckCondition$: BehaviorSubject<boolean>, selectOnlyCheckCondition$: BehaviorSubject<boolean>): Action[];
25
+ static ɵfac: i0.ɵɵFactoryDeclaration<WfsActionsService, never>;
26
+ static ɵprov: i0.ɵɵInjectableDeclaration<WfsActionsService>;
27
+ }
@@ -1,2 +1,2 @@
1
- import { FeatureWorkspace, WfsWorkspace, EditionWorkspace } from '@igo2/geo';
2
- export declare function handleZoomAuto(workspace: FeatureWorkspace | WfsWorkspace | EditionWorkspace, storageService: any): void;
1
+ import { FeatureWorkspace, WfsWorkspace, EditionWorkspace } from '@igo2/geo';
2
+ export declare function handleZoomAuto(workspace: FeatureWorkspace | WfsWorkspace | EditionWorkspace, storageService: any): void;
@@ -1 +1 @@
1
- export * from './workspace-button.component';
1
+ export * from './workspace-button.component';
@@ -1,21 +1,21 @@
1
- import { OnInit, OnDestroy } from '@angular/core';
2
- import type { Layer } from '@igo2/geo';
3
- import { WorkspaceState } from '../workspace.state';
4
- import { BehaviorSubject } from 'rxjs';
5
- import * as i0 from "@angular/core";
6
- export declare class WorkspaceButtonComponent implements OnInit, OnDestroy {
7
- private workspaceState;
8
- hasWorkspace$: BehaviorSubject<boolean>;
9
- private hasWorkspace$$;
10
- private _layer;
11
- private layer$;
12
- set layer(value: Layer);
13
- get layer(): Layer;
14
- color: string;
15
- constructor(workspaceState: WorkspaceState);
16
- ngOnInit(): void;
17
- ngOnDestroy(): void;
18
- activateWorkspace(): void;
19
- static ɵfac: i0.ɵɵFactoryDeclaration<WorkspaceButtonComponent, never>;
20
- static ɵcmp: i0.ɵɵComponentDeclaration<WorkspaceButtonComponent, "igo-workspace-button", never, { "layer": "layer"; "color": "color"; }, {}, never, never, false>;
21
- }
1
+ import { OnInit, OnDestroy } from '@angular/core';
2
+ import type { Layer } from '@igo2/geo';
3
+ import { WorkspaceState } from '../workspace.state';
4
+ import { BehaviorSubject } from 'rxjs';
5
+ import * as i0 from "@angular/core";
6
+ export declare class WorkspaceButtonComponent implements OnInit, OnDestroy {
7
+ private workspaceState;
8
+ hasWorkspace$: BehaviorSubject<boolean>;
9
+ private hasWorkspace$$;
10
+ private _layer;
11
+ private layer$;
12
+ set layer(value: Layer);
13
+ get layer(): Layer;
14
+ color: string;
15
+ constructor(workspaceState: WorkspaceState);
16
+ ngOnInit(): void;
17
+ ngOnDestroy(): void;
18
+ activateWorkspace(): void;
19
+ static ɵfac: i0.ɵɵFactoryDeclaration<WorkspaceButtonComponent, never>;
20
+ static ɵcmp: i0.ɵɵComponentDeclaration<WorkspaceButtonComponent, "igo-workspace-button", never, { "layer": "layer"; "color": "color"; }, {}, never, never, false>;
21
+ }
@@ -1,12 +1,12 @@
1
- import * as i0 from "@angular/core";
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";
8
- export declare class IgoAppWorkspaceModule {
9
- 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]>;
11
- static ɵinj: i0.ɵɵInjectorDeclaration<IgoAppWorkspaceModule>;
12
- }
1
+ import * as i0 from "@angular/core";
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";
8
+ export declare class IgoAppWorkspaceModule {
9
+ 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]>;
11
+ static ɵinj: i0.ɵɵInjectorDeclaration<IgoAppWorkspaceModule>;
12
+ }
@@ -1,63 +1,63 @@
1
- import { OnDestroy } from '@angular/core';
2
- import { BehaviorSubject, Observable } from 'rxjs';
3
- import { EntityRecord, Workspace, WorkspaceStore, Widget, EntityState } from '@igo2/common';
4
- import { FeatureActionsService } from './shared/feature-actions.service';
5
- import { WfsActionsService } from './shared/wfs-actions.service';
6
- import { StorageService } from '@igo2/core';
7
- import { EditionActionsService } from './shared/edition-actions.service';
8
- import * as i0 from "@angular/core";
9
- /**
10
- * Service that holds the state of the workspace module
11
- */
12
- export declare class WorkspaceState implements OnDestroy {
13
- private featureActionsService;
14
- private wfsActionsService;
15
- private editionActionsService;
16
- private storageService;
17
- workspacePanelExpanded: boolean;
18
- readonly workspaceEnabled$: BehaviorSubject<boolean>;
19
- readonly rowsInMapExtentCheckCondition$: BehaviorSubject<boolean>;
20
- readonly selectOnlyCheckCondition$: BehaviorSubject<boolean>;
21
- readonly workspaceMaximize$: BehaviorSubject<boolean>;
22
- private actionMaximize$$;
23
- private rowsInMapExtentCheckCondition$$;
24
- private selectOnlyCheckCondition$$;
25
- /** Subscription to the active workspace */
26
- private activeWorkspace$$;
27
- /** Subscription to the active workspace widget */
28
- private activeWorkspaceWidget$$;
29
- /** Active widget observable. Only one may be active for all available workspaces */
30
- readonly activeWorkspaceWidget$: BehaviorSubject<Widget>;
31
- /**
32
- * Observable of the active workspace
33
- */
34
- workspace$: BehaviorSubject<Workspace<object>>;
35
- /**
36
- * Store that holds all the available workspaces
37
- */
38
- get store(): WorkspaceStore;
39
- private _store;
40
- get workspaceSelection(): EntityRecord<object, EntityState>[];
41
- get workspaceSelection$(): Observable<EntityRecord<object, EntityState>[]>;
42
- constructor(featureActionsService: FeatureActionsService, wfsActionsService: WfsActionsService, editionActionsService: EditionActionsService, storageService: StorageService);
43
- /**
44
- * Initialize the workspace store. Each time a workspace is activated,
45
- * subscribe to it's active widget. Tracking the active widget is useful
46
- * to make sure only one widget is active at a time.
47
- */
48
- private initWorkspaces;
49
- private setWorkspaceIsMaximized;
50
- setActiveWorkspaceById(id: string): void;
51
- setActiveWorkspaceByTitle(title: string): void;
52
- /**
53
- * Teardown all the workspaces
54
- * @internal
55
- */
56
- ngOnDestroy(): void;
57
- /**
58
- * Teardown the workspace store and any subscribers
59
- */
60
- private teardownWorkspaces;
61
- static ɵfac: i0.ɵɵFactoryDeclaration<WorkspaceState, never>;
62
- static ɵprov: i0.ɵɵInjectableDeclaration<WorkspaceState>;
63
- }
1
+ import { OnDestroy } from '@angular/core';
2
+ import { BehaviorSubject, Observable } from 'rxjs';
3
+ import { EntityRecord, Workspace, WorkspaceStore, Widget, EntityState } from '@igo2/common';
4
+ import { FeatureActionsService } from './shared/feature-actions.service';
5
+ import { WfsActionsService } from './shared/wfs-actions.service';
6
+ import { StorageService } from '@igo2/core';
7
+ import { EditionActionsService } from './shared/edition-actions.service';
8
+ import * as i0 from "@angular/core";
9
+ /**
10
+ * Service that holds the state of the workspace module
11
+ */
12
+ export declare class WorkspaceState implements OnDestroy {
13
+ private featureActionsService;
14
+ private wfsActionsService;
15
+ private editionActionsService;
16
+ private storageService;
17
+ workspacePanelExpanded: boolean;
18
+ readonly workspaceEnabled$: BehaviorSubject<boolean>;
19
+ readonly rowsInMapExtentCheckCondition$: BehaviorSubject<boolean>;
20
+ readonly selectOnlyCheckCondition$: BehaviorSubject<boolean>;
21
+ readonly workspaceMaximize$: BehaviorSubject<boolean>;
22
+ private actionMaximize$$;
23
+ private rowsInMapExtentCheckCondition$$;
24
+ private selectOnlyCheckCondition$$;
25
+ /** Subscription to the active workspace */
26
+ private activeWorkspace$$;
27
+ /** Subscription to the active workspace widget */
28
+ private activeWorkspaceWidget$$;
29
+ /** Active widget observable. Only one may be active for all available workspaces */
30
+ readonly activeWorkspaceWidget$: BehaviorSubject<Widget>;
31
+ /**
32
+ * Observable of the active workspace
33
+ */
34
+ workspace$: BehaviorSubject<Workspace<object>>;
35
+ /**
36
+ * Store that holds all the available workspaces
37
+ */
38
+ get store(): WorkspaceStore;
39
+ private _store;
40
+ get workspaceSelection(): EntityRecord<object, EntityState>[];
41
+ get workspaceSelection$(): Observable<EntityRecord<object, EntityState>[]>;
42
+ constructor(featureActionsService: FeatureActionsService, wfsActionsService: WfsActionsService, editionActionsService: EditionActionsService, storageService: StorageService);
43
+ /**
44
+ * Initialize the workspace store. Each time a workspace is activated,
45
+ * subscribe to it's active widget. Tracking the active widget is useful
46
+ * to make sure only one widget is active at a time.
47
+ */
48
+ private initWorkspaces;
49
+ private setWorkspaceIsMaximized;
50
+ setActiveWorkspaceById(id: string): void;
51
+ setActiveWorkspaceByTitle(title: string): void;
52
+ /**
53
+ * Teardown all the workspaces
54
+ * @internal
55
+ */
56
+ ngOnDestroy(): void;
57
+ /**
58
+ * Teardown the workspace store and any subscribers
59
+ */
60
+ private teardownWorkspaces;
61
+ static ɵfac: i0.ɵɵFactoryDeclaration<WorkspaceState, never>;
62
+ static ɵprov: i0.ɵɵInjectableDeclaration<WorkspaceState>;
63
+ }
package/ngcc.config.js CHANGED
@@ -1,3 +1,3 @@
1
- module.exports = {
2
- ignorableDeepImportMatchers: [/ol\//]
3
- };
1
+ module.exports = {
2
+ ignorableDeepImportMatchers: [/ol\//]
3
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@igo2/integration",
3
- "version": "1.15.3",
3
+ "version": "1.15.5",
4
4
  "description": "IGO Library",
5
5
  "author": "IGO Community",
6
6
  "keywords": [
@@ -18,8 +18,8 @@
18
18
  "peerDependencies": {
19
19
  "@angular/common": "^14.3.0",
20
20
  "@angular/core": "^14.3.0",
21
- "@igo2/geo": "1.15.3",
22
- "@igo2/context": "1.15.3",
21
+ "@igo2/geo": "1.15.5",
22
+ "@igo2/context": "1.15.5",
23
23
  "rxjs": "^7.5.6"
24
24
  },
25
25
  "dependencies": {
package/public_api.d.ts CHANGED
@@ -1,31 +1,31 @@
1
- export * from './lib/integration.module';
2
- export * from './lib/about/about.module';
3
- export * from './lib/analytics/analytics.module';
4
- export * from './lib/storage/storage.module';
5
- export * from './lib/context/context.module';
6
- export * from './lib/catalog/catalog.module';
7
- export * from './lib/directions/directions.module';
8
- export * from './lib/draw/draw.module';
9
- export * from './lib/workspace/workspace.module';
10
- export * from './lib/filter/filter.module';
11
- export * from './lib/import-export/import-export.module';
12
- export * from './lib/map/map.module';
13
- export * from './lib/measure/measure.module';
14
- export * from './lib/print/print.module';
15
- export * from './lib/search/search.module';
16
- export * from './lib/tool/tool.module';
17
- export * from './lib/about';
18
- export * from './lib/analytics';
19
- export * from './lib/context';
20
- export * from './lib/catalog';
21
- export * from './lib/directions';
22
- export * from './lib/draw';
23
- export * from './lib/workspace';
24
- export * from './lib/filter';
25
- export * from './lib/import-export';
26
- export * from './lib/map';
27
- export * from './lib/measure';
28
- export * from './lib/print';
29
- export * from './lib/search';
30
- export * from './lib/tool';
31
- export * from './lib/storage';
1
+ export * from './lib/integration.module';
2
+ export * from './lib/about/about.module';
3
+ export * from './lib/analytics/analytics.module';
4
+ export * from './lib/storage/storage.module';
5
+ export * from './lib/context/context.module';
6
+ export * from './lib/catalog/catalog.module';
7
+ export * from './lib/directions/directions.module';
8
+ export * from './lib/draw/draw.module';
9
+ export * from './lib/workspace/workspace.module';
10
+ export * from './lib/filter/filter.module';
11
+ export * from './lib/import-export/import-export.module';
12
+ export * from './lib/map/map.module';
13
+ export * from './lib/measure/measure.module';
14
+ export * from './lib/print/print.module';
15
+ export * from './lib/search/search.module';
16
+ export * from './lib/tool/tool.module';
17
+ export * from './lib/about';
18
+ export * from './lib/analytics';
19
+ export * from './lib/context';
20
+ export * from './lib/catalog';
21
+ export * from './lib/directions';
22
+ export * from './lib/draw';
23
+ export * from './lib/workspace';
24
+ export * from './lib/filter';
25
+ export * from './lib/import-export';
26
+ export * from './lib/map';
27
+ export * from './lib/measure';
28
+ export * from './lib/print';
29
+ export * from './lib/search';
30
+ export * from './lib/tool';
31
+ export * from './lib/storage';