@igo2/integration 16.0.0-rc.1 → 16.0.0-rc.3

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 (111) hide show
  1. package/esm2022/lib/about/about-tool/about-tool.component.mjs +20 -16
  2. package/esm2022/lib/about/about.module.mjs +4 -4
  3. package/esm2022/lib/analytics/analytics-listener.service.mjs +4 -4
  4. package/esm2022/lib/catalog/catalog-browser-tool/catalog-browser-tool.component.mjs +6 -6
  5. package/esm2022/lib/catalog/catalog-browser-tool/catalog-browser-tool.module.mjs +2 -2
  6. package/esm2022/lib/catalog/catalog-library-tool/catalog-library-tool.component.mjs +5 -5
  7. package/esm2022/lib/catalog/catalog-library-tool/catalog-library-tool.module.mjs +2 -2
  8. package/esm2022/lib/catalog/catalog.module.mjs +2 -2
  9. package/esm2022/lib/catalog/catalog.state.mjs +1 -1
  10. package/esm2022/lib/context/context-editor-tool/context-editor-tool.component.mjs +1 -1
  11. package/esm2022/lib/context/context-manager-tool/context-manager-tool.component.mjs +3 -3
  12. package/esm2022/lib/context/context-share-tool/context-share-tool.component.mjs +3 -3
  13. package/esm2022/lib/context/context.module.mjs +2 -2
  14. package/esm2022/lib/context/context.state.mjs +3 -3
  15. package/esm2022/lib/directions/directions-tool/directions-tool.component.mjs +2 -2
  16. package/esm2022/lib/directions/directions.module.mjs +2 -2
  17. package/esm2022/lib/directions/directions.state.mjs +2 -2
  18. package/esm2022/lib/draw/draw.module.mjs +1 -1
  19. package/esm2022/lib/draw/draw.state.mjs +1 -1
  20. package/esm2022/lib/draw/drawing-tool/drawing-tool.component.mjs +3 -3
  21. package/esm2022/lib/draw/drawing-tool/drawing-tool.module.mjs +2 -2
  22. package/esm2022/lib/draw/index.mjs +1 -1
  23. package/esm2022/lib/environment/environment.interface.mjs +2 -0
  24. package/esm2022/lib/environment/index.mjs +2 -0
  25. package/esm2022/lib/filter/active-ogc-filter-tool/active-ogc-filter-tool.animation.mjs +2 -2
  26. package/esm2022/lib/filter/active-ogc-filter-tool/active-ogc-filter-tool.component.mjs +2 -2
  27. package/esm2022/lib/filter/active-time-filter-tool/active-time-filter-tool.animation.mjs +2 -2
  28. package/esm2022/lib/filter/active-time-filter-tool/active-time-filter-tool.component.mjs +2 -2
  29. package/esm2022/lib/filter/filter.module.mjs +5 -5
  30. package/esm2022/lib/filter/ogc-filter-tool/ogc-filter-tool.component.mjs +2 -2
  31. package/esm2022/lib/filter/spatial-filter-tool/spatial-filter-tool.component.mjs +9 -9
  32. package/esm2022/lib/import-export/import-export-tool/import-export-tool.component.mjs +5 -5
  33. package/esm2022/lib/import-export/import-export.module.mjs +5 -5
  34. package/esm2022/lib/import-export/import-export.state.mjs +1 -1
  35. package/esm2022/lib/integration.module.mjs +5 -5
  36. package/esm2022/lib/map/advanced-map-tool/advanced-coordinates/advanced-coordinates.component.mjs +32 -17
  37. package/esm2022/lib/map/advanced-map-tool/advanced-map-tool.component.mjs +2 -2
  38. package/esm2022/lib/map/advanced-map-tool/advanced-swipe/advanced-swipe.component.mjs +3 -3
  39. package/esm2022/lib/map/layer-list-tool.state.mjs +1 -1
  40. package/esm2022/lib/map/map-details-tool/map-details-tool.component.mjs +5 -5
  41. package/esm2022/lib/map/map-legend/map-legend-tool.component.mjs +5 -5
  42. package/esm2022/lib/map/map-proximity-tool/map-proximity-tool.component.mjs +3 -3
  43. package/esm2022/lib/map/map-proximity.state.mjs +8 -8
  44. package/esm2022/lib/map/map-tool/map-tool.component.mjs +4 -4
  45. package/esm2022/lib/map/map-tools/map-tools.component.mjs +8 -8
  46. package/esm2022/lib/map/map.module.mjs +22 -22
  47. package/esm2022/lib/map/map.state.mjs +2 -2
  48. package/esm2022/lib/measure/measure.module.mjs +1 -1
  49. package/esm2022/lib/measure/measure.state.mjs +1 -1
  50. package/esm2022/lib/measure/measurer-tool/measurer-tool.component.mjs +2 -2
  51. package/esm2022/lib/measure/measurer-tool/measurer-tool.module.mjs +2 -2
  52. package/esm2022/lib/print/print.module.mjs +2 -2
  53. package/esm2022/lib/search/query.state.mjs +1 -1
  54. package/esm2022/lib/search/search-bar/search-bar-binding.directive.mjs +2 -2
  55. package/esm2022/lib/search/search-bar/search-bar.module.mjs +1 -1
  56. package/esm2022/lib/search/search-results-tool/search-results-tool.component.mjs +12 -12
  57. package/esm2022/lib/search/search-results-tool/search-results-tool.module.mjs +5 -5
  58. package/esm2022/lib/search/search.module.mjs +1 -1
  59. package/esm2022/lib/search/search.state.mjs +3 -3
  60. package/esm2022/lib/tool/tool.state.mjs +1 -1
  61. package/esm2022/lib/workspace/shared/edition-actions.service.mjs +5 -5
  62. package/esm2022/lib/workspace/shared/feature-actions.service.mjs +4 -4
  63. package/esm2022/lib/workspace/shared/index.mjs +1 -1
  64. package/esm2022/lib/workspace/shared/wfs-actions.service.mjs +5 -5
  65. package/esm2022/lib/workspace/shared/workspace.utils.mjs +2 -2
  66. package/esm2022/lib/workspace/workspace-button/workspace-button.component.mjs +4 -4
  67. package/esm2022/lib/workspace/workspace.module.mjs +4 -4
  68. package/esm2022/lib/workspace/workspace.state.mjs +5 -5
  69. package/esm2022/public_api.mjs +2 -1
  70. package/fesm2022/igo2-integration.mjs +4687 -4668
  71. package/fesm2022/igo2-integration.mjs.map +1 -1
  72. package/lib/about/about-tool/about-tool.component.d.ts +5 -4
  73. package/lib/analytics/analytics-listener.service.d.ts +2 -2
  74. package/lib/catalog/catalog-browser-tool/catalog-browser-tool.component.d.ts +4 -4
  75. package/lib/catalog/catalog-library-tool/catalog-library-tool.component.d.ts +1 -1
  76. package/lib/context/context-manager-tool/context-manager-tool.component.d.ts +2 -2
  77. package/lib/context/context-share-tool/context-share-tool.component.d.ts +1 -1
  78. package/lib/context/context.state.d.ts +2 -2
  79. package/lib/directions/directions-tool/directions-tool.component.d.ts +1 -1
  80. package/lib/directions/directions.state.d.ts +1 -1
  81. package/lib/draw/drawing-tool/drawing-tool.component.d.ts +1 -1
  82. package/lib/environment/environment.interface.d.ts +27 -0
  83. package/lib/environment/index.d.ts +1 -0
  84. package/lib/filter/active-ogc-filter-tool/active-ogc-filter-tool.component.d.ts +1 -1
  85. package/lib/filter/active-time-filter-tool/active-time-filter-tool.component.d.ts +1 -1
  86. package/lib/filter/spatial-filter-tool/spatial-filter-tool.component.d.ts +4 -4
  87. package/lib/import-export/import-export-tool/import-export-tool.component.d.ts +3 -3
  88. package/lib/import-export/import-export.state.d.ts +1 -1
  89. package/lib/map/advanced-map-tool/advanced-coordinates/advanced-coordinates.component.d.ts +3 -3
  90. package/lib/map/advanced-map-tool/advanced-swipe/advanced-swipe.component.d.ts +2 -2
  91. package/lib/map/layer-list-tool.state.d.ts +1 -1
  92. package/lib/map/map-details-tool/map-details-tool.component.d.ts +3 -3
  93. package/lib/map/map-legend/map-legend-tool.component.d.ts +3 -3
  94. package/lib/map/map-proximity.state.d.ts +2 -2
  95. package/lib/map/map-tool/map-tool.component.d.ts +2 -2
  96. package/lib/map/map-tools/map-tools.component.d.ts +5 -5
  97. package/lib/map/map.state.d.ts +1 -1
  98. package/lib/search/search-bar/search-bar-binding.directive.d.ts +1 -1
  99. package/lib/search/search-results-tool/search-results-tool.component.d.ts +6 -6
  100. package/lib/search/search.state.d.ts +2 -2
  101. package/lib/tool/tool.state.d.ts +1 -1
  102. package/lib/workspace/shared/edition-actions.service.d.ts +3 -3
  103. package/lib/workspace/shared/feature-actions.service.d.ts +3 -3
  104. package/lib/workspace/shared/wfs-actions.service.d.ts +3 -3
  105. package/lib/workspace/shared/workspace.utils.d.ts +4 -4
  106. package/lib/workspace/workspace-button/workspace-button.component.d.ts +2 -2
  107. package/lib/workspace/workspace.state.d.ts +3 -3
  108. package/locale/en.integration.json +126 -126
  109. package/locale/fr.integration.json +126 -126
  110. package/package.json +3 -3
  111. package/public_api.d.ts +1 -0
@@ -1,8 +1,8 @@
1
+ import { HttpClient } from '@angular/common/http';
1
2
  import { ChangeDetectorRef, OnInit } from '@angular/core';
2
- import { ConfigService, LanguageService, Version } from '@igo2/core';
3
- import type { Observable } from 'rxjs';
4
3
  import { AuthService } from '@igo2/auth';
5
- import { HttpClient } from '@angular/common/http';
4
+ import { ConfigService, LanguageService } from '@igo2/core';
5
+ import type { Observable } from 'rxjs';
6
6
  import * as i0 from "@angular/core";
7
7
  export declare class AboutToolComponent implements OnInit {
8
8
  configService: ConfigService;
@@ -10,6 +10,7 @@ export declare class AboutToolComponent implements OnInit {
10
10
  private http;
11
11
  private cdRef;
12
12
  private languageService;
13
+ private configOptions;
13
14
  get headerHtml(): string;
14
15
  set headerHtml(value: string);
15
16
  get html(): string;
@@ -19,7 +20,7 @@ export declare class AboutToolComponent implements OnInit {
19
20
  get discoverTitleInLocale(): string;
20
21
  set discoverTitleInLocale(value: string);
21
22
  trainingGuideURLs: any;
22
- version: Version;
23
+ effectiveVersion: string;
23
24
  private _html;
24
25
  private _headerHtml;
25
26
  private baseUrlProfil;
@@ -1,9 +1,9 @@
1
- import { AnalyticsService } from '@igo2/core';
2
1
  import { AuthService } from '@igo2/auth';
2
+ import { AnalyticsService } from '@igo2/core';
3
3
  import { ContextState } from '../context/context.state';
4
+ import { MapState } from '../map/map.state';
4
5
  import { SearchState } from '../search/search.state';
5
6
  import { ToolState } from '../tool/tool.state';
6
- import { MapState } from '../map/map.state';
7
7
  import * as i0 from "@angular/core";
8
8
  /**
9
9
  * Service that holds the state of the search module
@@ -1,8 +1,8 @@
1
- import { OnInit, OnDestroy } from '@angular/core';
2
- import { BehaviorSubject } from 'rxjs';
3
- import { EntityStore } from '@igo2/common';
1
+ import { OnDestroy, OnInit } from '@angular/core';
4
2
  import { AuthService } from '@igo2/auth';
5
- import { IgoMap, Catalog, CatalogItem, CatalogItemState, CatalogService } from '@igo2/geo';
3
+ import { EntityStore } from '@igo2/common';
4
+ import { Catalog, CatalogItem, CatalogItemState, CatalogService, IgoMap } from '@igo2/geo';
5
+ import { BehaviorSubject } from 'rxjs';
6
6
  import { MapState } from '../../map/map.state';
7
7
  import { CatalogState } from '../catalog.state';
8
8
  import * as i0 from "@angular/core";
@@ -1,7 +1,7 @@
1
1
  import { OnInit } from '@angular/core';
2
2
  import { EntityStore } from '@igo2/common';
3
- import { Catalog, CatalogService } from '@igo2/geo';
4
3
  import { StorageService } from '@igo2/core';
4
+ import { Catalog, CatalogService } from '@igo2/geo';
5
5
  import { ToolState } from '../../tool/tool.state';
6
6
  import { CatalogState } from '../catalog.state';
7
7
  import * as i0 from "@angular/core";
@@ -1,6 +1,6 @@
1
- import { ToolState } from '../../tool/tool.state';
2
- import { MapState } from '../../map/map.state';
3
1
  import { IgoMap } from '@igo2/geo';
2
+ import { MapState } from '../../map/map.state';
3
+ import { ToolState } from '../../tool/tool.state';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class ContextManagerToolComponent {
6
6
  private toolState;
@@ -1,6 +1,6 @@
1
1
  import { IgoMap, LayerListControlsOptions } from '@igo2/geo';
2
- import { MapState } from '../../map/map.state';
3
2
  import { LayerListToolState } from '../../map/layer-list-tool.state';
3
+ import { MapState } from '../../map/map.state';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class ContextShareToolComponent {
6
6
  private mapState;
@@ -1,7 +1,7 @@
1
- import { BehaviorSubject } from 'rxjs';
2
- import { LanguageService } from '@igo2/core';
3
1
  import { ToolService } from '@igo2/common';
4
2
  import { ContextService, DetailedContext } from '@igo2/context';
3
+ import { LanguageService } from '@igo2/core';
4
+ import { BehaviorSubject } from 'rxjs';
5
5
  import { ToolState } from '../tool/tool.state';
6
6
  import * as i0 from "@angular/core";
7
7
  /**
@@ -1,7 +1,7 @@
1
1
  import { OnInit } from '@angular/core';
2
2
  import { AuthService } from '@igo2/auth';
3
3
  import { LanguageService, MessageService, StorageService } from '@igo2/core';
4
- import { IgoMap, RoutesFeatureStore, StopsFeatureStore, StopsStore, StepFeatureStore } from '@igo2/geo';
4
+ import { IgoMap, RoutesFeatureStore, StepFeatureStore, StopsFeatureStore, StopsStore } from '@igo2/geo';
5
5
  import { Subject } from 'rxjs';
6
6
  import { ContextState } from '../../context/context.state';
7
7
  import { MapState } from '../../map/map.state';
@@ -1,4 +1,4 @@
1
- import { StopsStore, StopsFeatureStore, RoutesFeatureStore, StepFeatureStore } from '@igo2/geo';
1
+ import { RoutesFeatureStore, StepFeatureStore, StopsFeatureStore, StopsStore } from '@igo2/geo';
2
2
  import { Subject } from 'rxjs';
3
3
  import { MapState } from '../map/map.state';
4
4
  import * as i0 from "@angular/core";
@@ -1,4 +1,4 @@
1
- import { FeatureStore, IgoMap, DrawControl, FeatureWithDraw, VectorLayer } from '@igo2/geo';
1
+ import { DrawControl, FeatureStore, FeatureWithDraw, IgoMap, VectorLayer } from '@igo2/geo';
2
2
  import { MapState } from '../../map/map.state';
3
3
  import { DrawState } from '../draw.state';
4
4
  import * as i0 from "@angular/core";
@@ -0,0 +1,27 @@
1
+ import { EnvironmentOptions as AuthEnvironmentOptions } from '@igo2/auth';
2
+ import { EnvironmentOptions as ContextEnvironmentOptions } from '@igo2/context';
3
+ import { EnvironmentOptions as CommonEnvironmentOptions } from '@igo2/common';
4
+ import { BaseEnvironmentOptions, EnvironmentOptions as CoreEnvironmentOptions } from '@igo2/core';
5
+ import { EnvironmentOptions as GeoEnvironmentOptions } from '@igo2/geo';
6
+ export type AllEnvironmentOptions = AuthEnvironmentOptions & CommonEnvironmentOptions & CoreEnvironmentOptions & ContextEnvironmentOptions & GeoEnvironmentOptions & IntegrationEnvironmentOptions;
7
+ export interface EnvironmentOptions extends BaseEnvironmentOptions {
8
+ igo: AllEnvironmentOptions;
9
+ }
10
+ interface IntegrationEnvironmentOptions {
11
+ app?: AppOptions;
12
+ hasFeatureEmphasisOnSelection?: boolean;
13
+ saveSearchResultInLayer?: boolean;
14
+ }
15
+ export interface AppOptions {
16
+ forceCoordsNA: boolean;
17
+ install: {
18
+ enabled?: boolean;
19
+ promote?: boolean;
20
+ manifestPath?: string;
21
+ };
22
+ pwa?: {
23
+ enabled?: boolean;
24
+ path?: string;
25
+ };
26
+ }
27
+ export {};
@@ -0,0 +1 @@
1
+ export * from './environment.interface';
@@ -1,5 +1,5 @@
1
+ import { IgoMap, Layer } from '@igo2/geo';
1
2
  import { MapState } from '../../map/map.state';
2
- import { Layer, IgoMap } from '@igo2/geo';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class ActiveOgcFilterToolComponent {
5
5
  mapState: MapState;
@@ -1,5 +1,5 @@
1
- import { MapState } from '../../map/map.state';
2
1
  import { IgoMap, Layer } from '@igo2/geo';
2
+ import { MapState } from '../../map/map.state';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class ActiveTimeFilterToolComponent {
5
5
  mapState: MapState;
@@ -1,14 +1,14 @@
1
1
  import { ChangeDetectorRef, OnDestroy, OnInit } from '@angular/core';
2
2
  import { MatIconRegistry } from '@angular/material/icon';
3
- import { IgoMap, DataSourceService, LayerService, Feature, SpatialFilterService, SpatialFilterType, SpatialFilterItemType, SpatialFilterQueryType, SpatialFilterThematic, Layer, MeasureLengthUnit } from '@igo2/geo';
4
3
  import { EntityStore, EntityStoreWithStrategy } from '@igo2/common';
4
+ import { LanguageService, MessageService } from '@igo2/core';
5
+ import { DataSourceService, Feature, IgoMap, Layer, LayerService, MeasureLengthUnit, SpatialFilterItemType, SpatialFilterQueryType, SpatialFilterService, SpatialFilterThematic, SpatialFilterType } from '@igo2/geo';
6
+ import * as olstyle from 'ol/style';
5
7
  import { BehaviorSubject } from 'rxjs';
6
8
  import { MapState } from '../../map/map.state';
7
- import { ImportExportState } from './../../import-export/import-export.state';
8
- import * as olstyle from 'ol/style';
9
- import { MessageService, LanguageService } from '@igo2/core';
10
9
  import { ToolState } from '../../tool/tool.state';
11
10
  import { WorkspaceState } from '../../workspace/workspace.state';
11
+ import { ImportExportState } from './../../import-export/import-export.state';
12
12
  import * as i0 from "@angular/core";
13
13
  /**
14
14
  * Tool to apply spatial filter
@@ -1,10 +1,10 @@
1
1
  import { OnInit } from '@angular/core';
2
2
  import type { WorkspaceStore } from '@igo2/common';
3
- import { IgoMap, ExportOptions, ProjectionsLimitationsOptions } from '@igo2/geo';
3
+ import { ExportOptions, IgoMap, ProjectionsLimitationsOptions } from '@igo2/geo';
4
+ import { ContextState } from '../../context/context.state';
4
5
  import { MapState } from '../../map/map.state';
5
- import { ImportExportMode, ImportExportState, ImportExportType } from '../import-export.state';
6
6
  import { WorkspaceState } from '../../workspace/workspace.state';
7
- import { ContextState } from '../../context/context.state';
7
+ import { ImportExportMode, ImportExportState, ImportExportType } from '../import-export.state';
8
8
  import * as i0 from "@angular/core";
9
9
  export declare class ImportExportToolComponent implements OnInit {
10
10
  private mapState;
@@ -1,5 +1,5 @@
1
- import { BehaviorSubject } from 'rxjs';
2
1
  import { ExportOptions } from '@igo2/geo';
2
+ import { BehaviorSubject } from 'rxjs';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare enum ImportExportType {
5
5
  layer = "layer",
@@ -1,9 +1,9 @@
1
1
  import { ChangeDetectorRef, OnDestroy, OnInit } from '@angular/core';
2
+ import { UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
3
+ import { ConfigService, LanguageService, MessageService, StorageService } from '@igo2/core';
2
4
  import { IgoMap, InputProjections, ProjectionsLimitationsOptions } from '@igo2/geo';
3
- import { MapState } from '../../map.state';
4
- import { MessageService, LanguageService, StorageService, ConfigService } from '@igo2/core';
5
5
  import { BehaviorSubject } from 'rxjs';
6
- import { UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
6
+ import { MapState } from '../../map.state';
7
7
  import * as i0 from "@angular/core";
8
8
  /**
9
9
  * Tool to display the coordinates and a cursor of the center of the map
@@ -1,9 +1,9 @@
1
1
  import { OnDestroy, OnInit } from '@angular/core';
2
- import { UntypedFormGroup, UntypedFormBuilder } from '@angular/forms';
2
+ import { UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
3
3
  import { ContextService, DetailedContext } from '@igo2/context';
4
4
  import { IgoMap, Layer, VectorLayer } from '@igo2/geo';
5
- import { MapState } from '../../map.state';
6
5
  import { ToolState } from '../../../tool/tool.state';
6
+ import { MapState } from '../../map.state';
7
7
  import * as i0 from "@angular/core";
8
8
  export declare class AdvancedSwipeComponent implements OnInit, OnDestroy {
9
9
  mapState: MapState;
@@ -1,5 +1,5 @@
1
- import { BehaviorSubject } from 'rxjs';
2
1
  import { LayerListControlsOptions } from '@igo2/geo';
2
+ import { BehaviorSubject } from 'rxjs';
3
3
  import * as i0 from "@angular/core";
4
4
  /**
5
5
  * Service that holds the state of layer list tool values
@@ -1,9 +1,9 @@
1
- import { OnInit, ChangeDetectorRef } from '@angular/core';
1
+ import { ChangeDetectorRef, OnInit } from '@angular/core';
2
+ import { IgoMap, Layer, LayerListControlsOptions, SearchSourceService } from '@igo2/geo';
2
3
  import { Observable } from 'rxjs';
3
- import { Layer, IgoMap, LayerListControlsOptions, SearchSourceService } from '@igo2/geo';
4
+ import { ImportExportState } from '../../import-export/import-export.state';
4
5
  import { ToolState } from './../../tool/tool.state';
5
6
  import { MapState } from './../map.state';
6
- import { ImportExportState } from '../../import-export/import-export.state';
7
7
  import * as i0 from "@angular/core";
8
8
  export declare class MapDetailsToolComponent implements OnInit {
9
9
  private mapState;
@@ -1,6 +1,6 @@
1
- import { OnInit, OnDestroy, ChangeDetectorRef } from '@angular/core';
2
- import { Observable, BehaviorSubject, ReplaySubject } from 'rxjs';
3
- import { Layer, IgoMap, LayerListControlsOptions, SearchSourceService } from '@igo2/geo';
1
+ import { ChangeDetectorRef, OnDestroy, OnInit } from '@angular/core';
2
+ import { IgoMap, Layer, LayerListControlsOptions, SearchSourceService } from '@igo2/geo';
3
+ import { BehaviorSubject, Observable, ReplaySubject } from 'rxjs';
4
4
  import { ToolState } from './../../tool/tool.state';
5
5
  import { MapState } from './../map.state';
6
6
  import * as i0 from "@angular/core";
@@ -1,7 +1,7 @@
1
- import { FeatureStore, Feature, IgoMap, Layer } from '@igo2/geo';
1
+ import { StorageService } from '@igo2/core';
2
+ import { Feature, FeatureStore, IgoMap, Layer } from '@igo2/geo';
2
3
  import { BehaviorSubject } from 'rxjs';
3
4
  import { MapState } from '../map/map.state';
4
- import { StorageService } from '@igo2/core';
5
5
  import * as i0 from "@angular/core";
6
6
  /**
7
7
  * Service that holds the state of the direction module
@@ -1,7 +1,7 @@
1
- import { LayerListControlsOptions, IgoMap, Layer } from '@igo2/geo';
2
- import { MapState } from './../map.state';
1
+ import { IgoMap, Layer, LayerListControlsOptions } from '@igo2/geo';
3
2
  import { ImportExportState } from '../../import-export/import-export.state';
4
3
  import { ToolState } from '../../tool/tool.state';
4
+ import { MapState } from './../map.state';
5
5
  import * as i0 from "@angular/core";
6
6
  /**
7
7
  * Tool to browse a map's layers or to choose a different map
@@ -1,11 +1,11 @@
1
- import { OnInit, OnDestroy } from '@angular/core';
2
- import { LayerListControlsOptions, IgoMap, SearchSourceService, Layer } from '@igo2/geo';
3
- import { LayerListToolState } from '../layer-list-tool.state';
1
+ import { OnDestroy, OnInit } from '@angular/core';
4
2
  import { MatTabChangeEvent } from '@angular/material/tabs';
5
- import { ToolState } from '../../tool/tool.state';
6
- import { MapState } from '../map.state';
3
+ import { IgoMap, Layer, LayerListControlsOptions, SearchSourceService } from '@igo2/geo';
7
4
  import { BehaviorSubject, Observable } from 'rxjs';
8
5
  import { ImportExportState } from '../../import-export/import-export.state';
6
+ import { ToolState } from '../../tool/tool.state';
7
+ import { LayerListToolState } from '../layer-list-tool.state';
8
+ import { MapState } from '../map.state';
9
9
  import * as i0 from "@angular/core";
10
10
  /**
11
11
  * Tool to browse a map's layers or to choose a different map
@@ -1,4 +1,4 @@
1
- import { StorageService, ConfigService } from '@igo2/core';
1
+ import { ConfigService, StorageService } from '@igo2/core';
2
2
  import { IgoMap, MapService, ProjectionService } from '@igo2/geo';
3
3
  import * as i0 from "@angular/core";
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { OnInit, OnDestroy } from '@angular/core';
1
+ import { OnDestroy, OnInit } from '@angular/core';
2
2
  import { SearchBarComponent } from '@igo2/geo';
3
3
  import { SearchState } from '../search.state';
4
4
  import * as i0 from "@angular/core";
@@ -1,12 +1,12 @@
1
- import { OnInit, ElementRef, OnDestroy } from '@angular/core';
2
- import { Observable, BehaviorSubject } from 'rxjs';
3
- import { ConfigService } from '@igo2/core';
1
+ import { ElementRef, OnDestroy, OnInit } from '@angular/core';
4
2
  import { EntityStore, FlexibleState } from '@igo2/common';
5
- import { Feature, SearchResult, IgoMap, Research, FeatureStore } from '@igo2/geo';
3
+ import { ConfigService } from '@igo2/core';
4
+ import { Feature, FeatureStore, IgoMap, Research, SearchResult } from '@igo2/geo';
5
+ import { BehaviorSubject, Observable } from 'rxjs';
6
+ import { DirectionState } from '../../directions/directions.state';
6
7
  import { MapState } from '../../map/map.state';
7
- import { SearchState } from '../search.state';
8
8
  import { ToolState } from '../../tool/tool.state';
9
- import { DirectionState } from '../../directions/directions.state';
9
+ import { SearchState } from '../search.state';
10
10
  import * as i0 from "@angular/core";
11
11
  /**
12
12
  * Tool to browse the search results
@@ -1,9 +1,9 @@
1
1
  import { EntityStoreWithStrategy } from '@igo2/common';
2
2
  import { ConfigService, StorageService } from '@igo2/core';
3
- import { SearchResult, SearchSourceService, CommonVectorStyleOptions, FeatureStore, Feature } from '@igo2/geo';
3
+ import { CommonVectorStyleOptions, Feature, FeatureStore, SearchResult, SearchSourceService } from '@igo2/geo';
4
4
  import { BehaviorSubject, Subscription } from 'rxjs';
5
- import { WorkspaceState } from '../workspace/workspace.state';
6
5
  import { MapState } from '../map';
6
+ import { WorkspaceState } from '../workspace/workspace.state';
7
7
  import * as i0 from "@angular/core";
8
8
  /**
9
9
  * Service that holds the state of the search module
@@ -1,4 +1,4 @@
1
- import { Toolbox, ToolService } from '@igo2/common';
1
+ import { ToolService, Toolbox } from '@igo2/common';
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,11 +1,11 @@
1
+ import { DatePipe } from '@angular/common';
1
2
  import { OnDestroy } from '@angular/core';
2
3
  import { Action, Widget } from '@igo2/common';
3
- import { BehaviorSubject } from 'rxjs';
4
+ import { LanguageService, MediaService, StorageService } from '@igo2/core';
4
5
  import { EditionWorkspace } from '@igo2/geo';
5
- import { StorageService, LanguageService, MediaService } from '@igo2/core';
6
+ import { BehaviorSubject } from 'rxjs';
6
7
  import { StorageState } from '../../storage/storage.state';
7
8
  import { ToolState } from '../../tool/tool.state';
8
- import { DatePipe } from '@angular/common';
9
9
  import * as i0 from "@angular/core";
10
10
  export declare class EditionActionsService implements OnDestroy {
11
11
  private ogcFilterWidget;
@@ -1,11 +1,11 @@
1
+ import { DatePipe } from '@angular/common';
1
2
  import { OnDestroy } from '@angular/core';
2
3
  import { Action } from '@igo2/common';
3
- import { BehaviorSubject } from 'rxjs';
4
+ import { LanguageService, MediaService, StorageService } from '@igo2/core';
4
5
  import { FeatureWorkspace } from '@igo2/geo';
5
- import { StorageService, LanguageService, MediaService } from '@igo2/core';
6
+ import { BehaviorSubject } from 'rxjs';
6
7
  import { StorageState } from '../../storage/storage.state';
7
8
  import { ToolState } from '../../tool/tool.state';
8
- import { DatePipe } from '@angular/common';
9
9
  import * as i0 from "@angular/core";
10
10
  export declare class FeatureActionsService implements OnDestroy {
11
11
  private storageState;
@@ -1,11 +1,11 @@
1
+ import { DatePipe } from '@angular/common';
1
2
  import { OnDestroy } from '@angular/core';
2
3
  import { Action, Widget } from '@igo2/common';
3
- import { BehaviorSubject } from 'rxjs';
4
+ import { LanguageService, MediaService, StorageService } from '@igo2/core';
4
5
  import { WfsWorkspace } from '@igo2/geo';
5
- import { StorageService, LanguageService, MediaService } from '@igo2/core';
6
+ import { BehaviorSubject } from 'rxjs';
6
7
  import { StorageState } from '../../storage/storage.state';
7
8
  import { ToolState } from '../../tool/tool.state';
8
- import { DatePipe } from '@angular/common';
9
9
  import * as i0 from "@angular/core";
10
10
  export declare class WfsActionsService implements OnDestroy {
11
11
  private ogcFilterWidget;
@@ -1,9 +1,9 @@
1
- import { Widget, Action } from '@igo2/common';
1
+ import { DatePipe } from '@angular/common';
2
+ import { Action, Widget } from '@igo2/common';
2
3
  import { LanguageService, MediaService, StorageService } from '@igo2/core';
3
- import { FeatureWorkspace, WfsWorkspace, EditionWorkspace } from '@igo2/geo';
4
- import { BehaviorSubject } from 'rxjs';
4
+ import { EditionWorkspace, FeatureWorkspace, WfsWorkspace } from '@igo2/geo';
5
5
  import 'jspdf-autotable';
6
+ import { BehaviorSubject } from 'rxjs';
6
7
  import { ToolState } from '../../tool';
7
- import { DatePipe } from '@angular/common';
8
8
  export declare function handleZoomAuto(workspace: FeatureWorkspace | WfsWorkspace | EditionWorkspace, storageService: any): void;
9
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[];
@@ -1,7 +1,7 @@
1
- import { OnInit, OnDestroy } from '@angular/core';
1
+ import { OnDestroy, OnInit } from '@angular/core';
2
2
  import type { Layer } from '@igo2/geo';
3
- import { WorkspaceState } from '../workspace.state';
4
3
  import { BehaviorSubject } from 'rxjs';
4
+ import { WorkspaceState } from '../workspace.state';
5
5
  import * as i0 from "@angular/core";
6
6
  export declare class WorkspaceButtonComponent implements OnInit, OnDestroy {
7
7
  private workspaceState;
@@ -1,10 +1,10 @@
1
1
  import { OnDestroy } from '@angular/core';
2
+ import { EntityRecord, EntityState, Widget, Workspace, WorkspaceStore } from '@igo2/common';
3
+ import { StorageService } from '@igo2/core';
2
4
  import { BehaviorSubject, Observable } from 'rxjs';
3
- import { EntityRecord, Workspace, WorkspaceStore, Widget, EntityState } from '@igo2/common';
5
+ import { EditionActionsService } from './shared/edition-actions.service';
4
6
  import { FeatureActionsService } from './shared/feature-actions.service';
5
7
  import { WfsActionsService } from './shared/wfs-actions.service';
6
- import { StorageService } from '@igo2/core';
7
- import { EditionActionsService } from './shared/edition-actions.service';
8
8
  import * as i0 from "@angular/core";
9
9
  /**
10
10
  * Service that holds the state of the workspace module