@igo2/integration 17.0.0-next.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.
- package/esm2022/lib/about/about-tool/about-tool.component.mjs +21 -17
- package/esm2022/lib/about/about.module.mjs +5 -5
- package/esm2022/lib/analytics/analytics-listener.service.mjs +10 -24
- package/esm2022/lib/catalog/catalog-browser-tool/catalog-browser-tool.component.mjs +6 -6
- package/esm2022/lib/catalog/catalog-browser-tool/catalog-browser-tool.module.mjs +5 -5
- package/esm2022/lib/catalog/catalog-library-tool/catalog-library-tool.component.mjs +21 -9
- package/esm2022/lib/catalog/catalog-library-tool/catalog-library-tool.module.mjs +5 -5
- package/esm2022/lib/catalog/catalog.module.mjs +5 -5
- package/esm2022/lib/catalog/catalog.state.mjs +5 -5
- package/esm2022/lib/context/context-editor-tool/context-editor-tool.component.mjs +5 -5
- package/esm2022/lib/context/context-manager-tool/context-manager-tool.component.mjs +5 -5
- package/esm2022/lib/context/context-permission-manager-tool/context-permission-manager-tool.component.mjs +5 -5
- package/esm2022/lib/context/context-share-tool/context-share-tool.component.mjs +6 -6
- package/esm2022/lib/context/context.directive.mjs +11 -0
- package/esm2022/lib/context/context.module.mjs +6 -6
- package/esm2022/lib/context/context.state.mjs +8 -8
- package/esm2022/lib/context/index.mjs +2 -11
- package/esm2022/lib/directions/directions-tool/directions-tool.component.mjs +19 -12
- package/esm2022/lib/directions/directions.module.mjs +5 -5
- package/esm2022/lib/directions/directions.state.mjs +3 -3
- package/esm2022/lib/draw/draw.module.mjs +5 -5
- package/esm2022/lib/draw/draw.state.mjs +3 -3
- package/esm2022/lib/draw/drawing-tool/drawing-tool.component.mjs +6 -6
- package/esm2022/lib/draw/drawing-tool/drawing-tool.module.mjs +5 -5
- package/esm2022/lib/environment/environment.interface.mjs +1 -1
- package/esm2022/lib/filter/active-ogc-filter-tool/active-ogc-filter-tool.component.mjs +5 -5
- package/esm2022/lib/filter/active-time-filter-tool/active-time-filter-tool.component.mjs +6 -6
- package/esm2022/lib/filter/filter.module.mjs +5 -5
- package/esm2022/lib/filter/index.mjs +1 -1
- package/esm2022/lib/filter/ogc-filter-tool/ogc-filter-tool.component.mjs +5 -5
- package/esm2022/lib/filter/spatial-filter-tool/spatial-filter-tool.component.mjs +18 -13
- package/esm2022/lib/filter/time-filter-tool/time-filter-tool.component.mjs +5 -5
- package/esm2022/lib/geometry-form/data-issue-reporter-tool/data-issue-reporter-tool.component.mjs +18 -15
- package/esm2022/lib/geometry-form/data-issue-reporter-tool/index.mjs +1 -1
- package/esm2022/lib/geometry-form/geometry-form.module.mjs +8 -7
- package/esm2022/lib/geometry-form/index.mjs +1 -1
- package/esm2022/lib/import-export/import-export-tool/import-export-tool.component.mjs +9 -9
- package/esm2022/lib/import-export/import-export.module.mjs +5 -5
- package/esm2022/lib/import-export/import-export.state.mjs +3 -3
- package/esm2022/lib/integration.module.mjs +5 -5
- package/esm2022/lib/map/advanced-map-tool/advanced-coordinates/advanced-coordinates.component.mjs +56 -42
- package/esm2022/lib/map/advanced-map-tool/advanced-map-tool.component.mjs +8 -8
- package/esm2022/lib/map/advanced-map-tool/advanced-swipe/advanced-swipe.component.mjs +9 -7
- package/esm2022/lib/map/index.mjs +2 -15
- package/esm2022/lib/map/layer-list-tool.state.mjs +3 -3
- package/esm2022/lib/map/map-details-tool/map-details-tool.component.mjs +8 -8
- package/esm2022/lib/map/map-legend/map-legend-tool.component.mjs +9 -9
- package/esm2022/lib/map/map-proximity-tool/map-proximity-tool.component.mjs +22 -19
- package/esm2022/lib/map/map-proximity.state.mjs +6 -6
- package/esm2022/lib/map/map-tool/map-tool.component.mjs +8 -8
- package/esm2022/lib/map/map-tools/map-tools.component.mjs +8 -8
- package/esm2022/lib/map/map.directive.mjs +15 -0
- package/esm2022/lib/map/map.module.mjs +5 -5
- package/esm2022/lib/map/map.state.mjs +9 -7
- package/esm2022/lib/measure/measure.module.mjs +5 -5
- package/esm2022/lib/measure/measure.state.mjs +3 -3
- package/esm2022/lib/measure/measurer-tool/measurer-tool.component.mjs +6 -6
- package/esm2022/lib/measure/measurer-tool/measurer-tool.module.mjs +5 -5
- package/esm2022/lib/print/print-tool/print-tool.component.mjs +6 -6
- package/esm2022/lib/print/print.module.mjs +5 -5
- package/esm2022/lib/search/index.mjs +1 -7
- package/esm2022/lib/search/query.state.mjs +7 -7
- package/esm2022/lib/search/search-bar/search-bar-binding.directive.mjs +4 -4
- package/esm2022/lib/search/search-bar/search-bar.module.mjs +5 -5
- package/esm2022/lib/search/search-results-tool/search-results-tool.component.mjs +15 -11
- package/esm2022/lib/search/search-results-tool/search-results-tool.module.mjs +5 -5
- package/esm2022/lib/search/search.module.mjs +5 -5
- package/esm2022/lib/search/search.state.mjs +19 -18
- package/esm2022/lib/storage/storage.state.mjs +6 -6
- package/esm2022/lib/tool/tool.state.mjs +6 -6
- package/esm2022/lib/workspace/shared/edition-actions.service.mjs +17 -12
- package/esm2022/lib/workspace/shared/feature-actions.service.mjs +10 -7
- package/esm2022/lib/workspace/shared/wfs-actions.service.mjs +17 -12
- package/esm2022/lib/workspace/shared/workspace.utils.mjs +10 -7
- package/esm2022/lib/workspace/workspace-button/workspace-button.component.mjs +7 -7
- package/esm2022/lib/workspace/workspace.module.mjs +5 -5
- package/esm2022/lib/workspace/workspace.state.mjs +8 -7
- package/esm2022/public_api.mjs +1 -1
- package/fesm2022/igo2-integration.mjs +422 -392
- package/fesm2022/igo2-integration.mjs.map +1 -1
- package/lib/about/about-tool/about-tool.component.d.ts +2 -1
- package/lib/analytics/analytics-listener.service.d.ts +2 -5
- package/lib/catalog/catalog-browser-tool/catalog-browser-tool.component.d.ts +1 -1
- package/lib/catalog/catalog-library-tool/catalog-library-tool.component.d.ts +5 -2
- package/lib/catalog/catalog.state.d.ts +1 -1
- package/lib/context/context.directive.d.ts +5 -0
- package/lib/context/context.state.d.ts +2 -2
- package/lib/context/index.d.ts +1 -5
- package/lib/directions/directions-tool/directions-tool.component.d.ts +5 -2
- package/lib/environment/environment.interface.d.ts +3 -3
- package/lib/filter/spatial-filter-tool/spatial-filter-tool.component.d.ts +3 -2
- package/lib/geometry-form/data-issue-reporter-tool/data-issue-reporter-tool.component.d.ts +3 -2
- package/lib/geometry-form/geometry-form.module.d.ts +4 -3
- package/lib/import-export/import-export-tool/import-export-tool.component.d.ts +1 -1
- package/lib/map/advanced-map-tool/advanced-coordinates/advanced-coordinates.component.d.ts +6 -1
- package/lib/map/index.d.ts +1 -7
- package/lib/map/map-proximity-tool/map-proximity-tool.component.d.ts +3 -2
- package/lib/map/map-proximity.state.d.ts +1 -1
- package/lib/map/map.directive.d.ts +7 -0
- package/lib/map/map.state.d.ts +2 -1
- package/lib/search/index.d.ts +0 -3
- package/lib/search/query.state.d.ts +3 -3
- package/lib/search/search-results-tool/search-results-tool.component.d.ts +3 -2
- package/lib/search/search.state.d.ts +4 -3
- package/lib/storage/storage.state.d.ts +1 -1
- package/lib/tool/tool.state.d.ts +1 -1
- package/lib/workspace/shared/edition-actions.service.d.ts +6 -3
- package/lib/workspace/shared/feature-actions.service.d.ts +4 -2
- package/lib/workspace/shared/wfs-actions.service.d.ts +6 -3
- package/lib/workspace/shared/workspace.utils.d.ts +5 -2
- package/lib/workspace/workspace.state.d.ts +4 -2
- package/locale/en.integration.json +143 -143
- package/locale/fr.integration.json +143 -143
- package/package.json +4 -4
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { HttpClient } from '@angular/common/http';
|
|
2
2
|
import { ChangeDetectorRef, OnInit } from '@angular/core';
|
|
3
3
|
import { AuthService } from '@igo2/auth';
|
|
4
|
-
import { ConfigService
|
|
4
|
+
import { ConfigService } from '@igo2/core/config';
|
|
5
|
+
import { LanguageService } from '@igo2/core/language';
|
|
5
6
|
import type { Observable } from 'rxjs';
|
|
6
7
|
import * as i0 from "@angular/core";
|
|
7
8
|
export declare class AboutToolComponent implements OnInit {
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { AuthService } from '@igo2/auth';
|
|
2
|
-
import { AnalyticsService } from '@igo2/core';
|
|
2
|
+
import { AnalyticsService } from '@igo2/core/analytics';
|
|
3
3
|
import { ContextState } from '../context/context.state';
|
|
4
4
|
import { MapState } from '../map/map.state';
|
|
5
|
-
import { SearchState } from '../search/search.state';
|
|
6
5
|
import { ToolState } from '../tool/tool.state';
|
|
7
6
|
import * as i0 from "@angular/core";
|
|
8
7
|
/**
|
|
@@ -12,18 +11,16 @@ export declare class AnalyticsListenerService {
|
|
|
12
11
|
private analyticsService;
|
|
13
12
|
private authService;
|
|
14
13
|
private contextState;
|
|
15
|
-
private searchState;
|
|
16
14
|
private toolState;
|
|
17
15
|
private mapState;
|
|
18
16
|
/**
|
|
19
17
|
* Toolbox that holds main tools
|
|
20
18
|
*/
|
|
21
|
-
constructor(analyticsService: AnalyticsService, authService: AuthService, contextState: ContextState,
|
|
19
|
+
constructor(analyticsService: AnalyticsService, authService: AuthService, contextState: ContextState, toolState: ToolState, mapState: MapState);
|
|
22
20
|
listen(): void;
|
|
23
21
|
listenUser(): void;
|
|
24
22
|
listenContext(): void;
|
|
25
23
|
listenTool(): void;
|
|
26
|
-
listenSearch(): void;
|
|
27
24
|
/**
|
|
28
25
|
* Listener for adding layers to the map
|
|
29
26
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { OnDestroy, OnInit } from '@angular/core';
|
|
2
2
|
import { AuthService } from '@igo2/auth';
|
|
3
|
-
import { EntityStore } from '@igo2/common';
|
|
3
|
+
import { EntityStore } from '@igo2/common/entity';
|
|
4
4
|
import { Catalog, CatalogItem, CatalogItemState, CatalogService, IgoMap } from '@igo2/geo';
|
|
5
5
|
import { BehaviorSubject } from 'rxjs';
|
|
6
6
|
import { MapState } from '../../map/map.state';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
|
-
import { EntityStore } from '@igo2/common';
|
|
3
|
-
import { StorageService } from '@igo2/core';
|
|
2
|
+
import { EntityStore } from '@igo2/common/entity';
|
|
3
|
+
import { StorageService } from '@igo2/core/storage';
|
|
4
4
|
import { Catalog, CatalogService } from '@igo2/geo';
|
|
5
5
|
import { ToolState } from '../../tool/tool.state';
|
|
6
6
|
import { CatalogState } from '../catalog.state';
|
|
@@ -26,6 +26,9 @@ export declare class CatalogLibraryToolComponent implements OnInit {
|
|
|
26
26
|
* List of predefined catalogs
|
|
27
27
|
*/
|
|
28
28
|
predefinedCatalogs: Catalog[];
|
|
29
|
+
set selectedCatalogId(id: any);
|
|
30
|
+
get currentTool(): string;
|
|
31
|
+
get lastTool(): string;
|
|
29
32
|
constructor(catalogService: CatalogService, catalogState: CatalogState, toolState: ToolState, storageService: StorageService);
|
|
30
33
|
/**
|
|
31
34
|
* @internal
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { ContextEditorToolComponent } from './context-editor-tool/context-editor-tool.component';
|
|
2
|
+
import { ContextManagerToolComponent } from './context-manager-tool/context-manager-tool.component';
|
|
3
|
+
import { ContextPermissionManagerToolComponent } from './context-permission-manager-tool/context-permission-manager-tool.component';
|
|
4
|
+
import { ContextShareToolComponent } from './context-share-tool/context-share-tool.component';
|
|
5
|
+
export declare const INTEGRATION_CONTEXT_DIRECTIVES: readonly [typeof ContextEditorToolComponent, typeof ContextManagerToolComponent, typeof ContextPermissionManagerToolComponent, typeof ContextShareToolComponent];
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { ToolService } from '@igo2/common';
|
|
1
|
+
import { ToolService } from '@igo2/common/tool';
|
|
2
2
|
import { ContextService, DetailedContext } from '@igo2/context';
|
|
3
|
-
import { LanguageService } from '@igo2/core';
|
|
3
|
+
import { LanguageService } from '@igo2/core/language';
|
|
4
4
|
import { BehaviorSubject } from 'rxjs';
|
|
5
5
|
import { ToolState } from '../tool/tool.state';
|
|
6
6
|
import * as i0 from "@angular/core";
|
package/lib/context/index.d.ts
CHANGED
|
@@ -1,10 +1,6 @@
|
|
|
1
|
-
import { ContextEditorToolComponent } from './context-editor-tool/context-editor-tool.component';
|
|
2
|
-
import { ContextManagerToolComponent } from './context-manager-tool/context-manager-tool.component';
|
|
3
|
-
import { ContextPermissionManagerToolComponent } from './context-permission-manager-tool/context-permission-manager-tool.component';
|
|
4
|
-
import { ContextShareToolComponent } from './context-share-tool/context-share-tool.component';
|
|
5
1
|
export * from './context-manager-tool/context-manager-tool.component';
|
|
6
2
|
export * from './context-editor-tool/context-editor-tool.component';
|
|
7
3
|
export * from './context-permission-manager-tool/context-permission-manager-tool.component';
|
|
8
4
|
export * from './context-share-tool/context-share-tool.component';
|
|
9
5
|
export * from './context.state';
|
|
10
|
-
export
|
|
6
|
+
export * from './context.directive';
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
2
|
import { AuthService } from '@igo2/auth';
|
|
3
|
-
import { LanguageService
|
|
3
|
+
import { LanguageService } from '@igo2/core/language';
|
|
4
|
+
import { MessageService } from '@igo2/core/message';
|
|
5
|
+
import { StorageService } from '@igo2/core/storage';
|
|
4
6
|
import { IgoMap, RoutesFeatureStore, StepFeatureStore, StopsFeatureStore, StopsStore } from '@igo2/geo';
|
|
5
|
-
import { Subject } from 'rxjs';
|
|
7
|
+
import { BehaviorSubject, Subject } from 'rxjs';
|
|
6
8
|
import { ContextState } from '../../context/context.state';
|
|
7
9
|
import { MapState } from '../../map/map.state';
|
|
8
10
|
import { DirectionState } from '../directions.state';
|
|
@@ -42,6 +44,7 @@ export declare class DirectionsToolComponent implements OnInit {
|
|
|
42
44
|
* @internal
|
|
43
45
|
*/
|
|
44
46
|
get zoomToActiveRoute$(): Subject<void>;
|
|
47
|
+
get authenticated$(): BehaviorSubject<boolean>;
|
|
45
48
|
/**
|
|
46
49
|
* Map to measure on
|
|
47
50
|
* @internal
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { EnvironmentOptions as CommonEnvironmentOptions } from '@igo2/common';
|
|
1
|
+
import { AuthEnvironmentOptions } from '@igo2/auth/environment';
|
|
2
|
+
import { EnvironmentOptions as CommonEnvironmentOptions } from '@igo2/common/environment';
|
|
3
3
|
import { EnvironmentOptions as ContextEnvironmentOptions } from '@igo2/context';
|
|
4
|
-
import { BaseEnvironmentOptions, EnvironmentOptions as CoreEnvironmentOptions } from '@igo2/core';
|
|
4
|
+
import { BaseEnvironmentOptions, EnvironmentOptions as CoreEnvironmentOptions } from '@igo2/core/environment';
|
|
5
5
|
import { EnvironmentOptions as GeoEnvironmentOptions } from '@igo2/geo';
|
|
6
6
|
export type AllEnvironmentOptions = AuthEnvironmentOptions & CommonEnvironmentOptions & CoreEnvironmentOptions & ContextEnvironmentOptions & GeoEnvironmentOptions & IntegrationEnvironmentOptions;
|
|
7
7
|
export interface EnvironmentOptions extends BaseEnvironmentOptions {
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { ChangeDetectorRef, OnDestroy, OnInit } from '@angular/core';
|
|
2
2
|
import { MatIconRegistry } from '@angular/material/icon';
|
|
3
|
-
import { EntityStore } from '@igo2/common';
|
|
4
|
-
import { LanguageService
|
|
3
|
+
import { EntityStore } from '@igo2/common/entity';
|
|
4
|
+
import { LanguageService } from '@igo2/core/language';
|
|
5
|
+
import { MessageService } from '@igo2/core/message';
|
|
5
6
|
import { DataSourceService, Feature, IgoMap, Layer, LayerService, MeasureLengthUnit, SpatialFilterItemType, SpatialFilterQueryType, SpatialFilterService, SpatialFilterThematic, SpatialFilterType } from '@igo2/geo';
|
|
6
7
|
import * as olstyle from 'ol/style';
|
|
7
8
|
import { BehaviorSubject } from 'rxjs';
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { HttpClient } from '@angular/common/http';
|
|
2
2
|
import { OnDestroy, OnInit } from '@angular/core';
|
|
3
|
-
import { Form, FormService } from '@igo2/common';
|
|
4
|
-
import { LanguageService
|
|
3
|
+
import { Form, FormService } from '@igo2/common/form';
|
|
4
|
+
import { LanguageService } from '@igo2/core/language';
|
|
5
|
+
import { MessageService } from '@igo2/core/message';
|
|
5
6
|
import { IgoMap } from '@igo2/geo';
|
|
6
7
|
import { BehaviorSubject } from 'rxjs';
|
|
7
8
|
import { MapState } from '../../map/map.state';
|
|
@@ -2,10 +2,11 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
import * as i1 from "./data-issue-reporter-tool/data-issue-reporter-tool.component";
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
4
|
import * as i3 from "@angular/material/button";
|
|
5
|
-
import * as i4 from "@igo2/core";
|
|
6
|
-
import * as i5 from "@igo2/common";
|
|
5
|
+
import * as i4 from "@igo2/core/language";
|
|
6
|
+
import * as i5 from "@igo2/common/form";
|
|
7
|
+
import * as i6 from "@igo2/core/message";
|
|
7
8
|
export declare class IgoAppGeometryFormModule {
|
|
8
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgoAppGeometryFormModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoAppGeometryFormModule, [typeof i1.DataIssueReporterToolComponent], [typeof i2.CommonModule, typeof i3.MatButtonModule, typeof i4.IgoLanguageModule, typeof i5.IgoFormModule, typeof
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoAppGeometryFormModule, [typeof i1.DataIssueReporterToolComponent], [typeof i2.CommonModule, typeof i3.MatButtonModule, typeof i4.IgoLanguageModule, typeof i5.IgoFormModule, typeof i6.IgoMessageModule], [typeof i1.DataIssueReporterToolComponent]>;
|
|
10
11
|
static ɵinj: i0.ɵɵInjectorDeclaration<IgoAppGeometryFormModule>;
|
|
11
12
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
|
-
import type { WorkspaceStore } from '@igo2/common';
|
|
2
|
+
import type { WorkspaceStore } from '@igo2/common/workspace';
|
|
3
3
|
import { ExportOptions, IgoMap, ProjectionsLimitationsOptions } from '@igo2/geo';
|
|
4
4
|
import { ContextState } from '../../context/context.state';
|
|
5
5
|
import { MapState } from '../../map/map.state';
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
import { ChangeDetectorRef, OnDestroy, OnInit } from '@angular/core';
|
|
2
2
|
import { UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
|
|
3
|
-
import { ConfigService
|
|
3
|
+
import { ConfigService } from '@igo2/core/config';
|
|
4
|
+
import { LanguageService } from '@igo2/core/language';
|
|
5
|
+
import { MessageService } from '@igo2/core/message';
|
|
6
|
+
import { StorageService } from '@igo2/core/storage';
|
|
4
7
|
import { IgoMap, InputProjections, ProjectionsLimitationsOptions } from '@igo2/geo';
|
|
5
8
|
import { BehaviorSubject } from 'rxjs';
|
|
6
9
|
import { MapState } from '../../map.state';
|
|
@@ -25,6 +28,7 @@ export declare class AdvancedCoordinatesComponent implements OnInit, OnDestroy {
|
|
|
25
28
|
private inMtmZone;
|
|
26
29
|
private inLambert2;
|
|
27
30
|
private mapState$$;
|
|
31
|
+
private formStatus$$;
|
|
28
32
|
private _projectionsLimitations;
|
|
29
33
|
private projectionsConstraints;
|
|
30
34
|
private defaultProj;
|
|
@@ -47,6 +51,7 @@ export declare class AdvancedCoordinatesComponent implements OnInit, OnDestroy {
|
|
|
47
51
|
* @returns Array of two numbers
|
|
48
52
|
*/
|
|
49
53
|
getCoordinates(): string[];
|
|
54
|
+
updateCoordinates(): void;
|
|
50
55
|
/**
|
|
51
56
|
* Copy the coordinates to a clipboard
|
|
52
57
|
*/
|
package/lib/map/index.d.ts
CHANGED
|
@@ -1,9 +1,3 @@
|
|
|
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
1
|
export * from './advanced-map-tool';
|
|
8
2
|
export * from './map-proximity-tool';
|
|
9
3
|
export * from './map-details-tool';
|
|
@@ -12,4 +6,4 @@ export * from './map-tool';
|
|
|
12
6
|
export * from './map-tools';
|
|
13
7
|
export * from './map.state';
|
|
14
8
|
export * from './map-proximity.state';
|
|
15
|
-
export
|
|
9
|
+
export * from './map.directive';
|
|
@@ -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
|
|
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';
|
|
@@ -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];
|
package/lib/map/map.state.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import { ConfigService
|
|
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
|
/**
|
package/lib/search/index.d.ts
CHANGED
|
@@ -1,9 +1,6 @@
|
|
|
1
|
-
import { SearchBarBindingDirective } from './search-bar/search-bar-binding.directive';
|
|
2
|
-
import { SearchResultsToolComponent } from './search-results-tool/search-results-tool.component';
|
|
3
1
|
export * from './query.state';
|
|
4
2
|
export * from './search.state';
|
|
5
3
|
export * from './search-results-tool/search-results-tool.module';
|
|
6
4
|
export * from './search-results-tool/search-results-tool.component';
|
|
7
5
|
export * from './search-bar/search-bar.module';
|
|
8
6
|
export * from './search-bar/search-bar-binding.directive';
|
|
9
|
-
export declare const INTEGRATION_SEARCH_DIRECTIVES: readonly [typeof SearchBarBindingDirective, typeof SearchResultsToolComponent];
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
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;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { ElementRef, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import { EntityStore
|
|
3
|
-
import {
|
|
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';
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { EntityStore } from '@igo2/common';
|
|
2
|
-
import { ConfigService
|
|
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
|
*/
|
package/lib/tool/tool.state.d.ts
CHANGED
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
import { OnDestroy } from '@angular/core';
|
|
2
|
-
import { Action
|
|
3
|
-
import {
|
|
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';
|
|
4
7
|
import { EditionWorkspace } from '@igo2/geo';
|
|
5
8
|
import { BehaviorSubject } from 'rxjs';
|
|
6
9
|
import { StorageState } from '../../storage/storage.state';
|
|
@@ -21,6 +24,6 @@ export declare class EditionActionsService implements OnDestroy {
|
|
|
21
24
|
ngOnDestroy(): void;
|
|
22
25
|
loadActions(workspace: EditionWorkspace, rowsInMapExtentCheckCondition$: BehaviorSubject<boolean>, selectOnlyCheckCondition$: BehaviorSubject<boolean>): void;
|
|
23
26
|
buildActions(workspace: EditionWorkspace, rowsInMapExtentCheckCondition$: BehaviorSubject<boolean>, selectOnlyCheckCondition$: BehaviorSubject<boolean>): Action[];
|
|
24
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<EditionActionsService,
|
|
27
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EditionActionsService, [{ optional: true; }, null, null, null, null]>;
|
|
25
28
|
static ɵprov: i0.ɵɵInjectableDeclaration<EditionActionsService>;
|
|
26
29
|
}
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import { OnDestroy } from '@angular/core';
|
|
2
|
-
import { Action } from '@igo2/common';
|
|
3
|
-
import { LanguageService
|
|
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';
|
|
4
6
|
import { FeatureWorkspace } from '@igo2/geo';
|
|
5
7
|
import { BehaviorSubject } from 'rxjs';
|
|
6
8
|
import { StorageState } from '../../storage/storage.state';
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
import { OnDestroy } from '@angular/core';
|
|
2
|
-
import { Action
|
|
3
|
-
import {
|
|
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';
|
|
4
7
|
import { WfsWorkspace } from '@igo2/geo';
|
|
5
8
|
import { BehaviorSubject } from 'rxjs';
|
|
6
9
|
import { StorageState } from '../../storage/storage.state';
|
|
@@ -22,6 +25,6 @@ export declare class WfsActionsService implements OnDestroy {
|
|
|
22
25
|
ngOnDestroy(): void;
|
|
23
26
|
loadActions(workspace: WfsWorkspace, rowsInMapExtentCheckCondition$: BehaviorSubject<boolean>, selectOnlyCheckCondition$: BehaviorSubject<boolean>): void;
|
|
24
27
|
buildActions(workspace: WfsWorkspace, rowsInMapExtentCheckCondition$: BehaviorSubject<boolean>, selectOnlyCheckCondition$: BehaviorSubject<boolean>): Action[];
|
|
25
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<WfsActionsService,
|
|
28
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<WfsActionsService, [{ optional: true; }, null, null, null, null]>;
|
|
26
29
|
static ɵprov: i0.ɵɵInjectableDeclaration<WfsActionsService>;
|
|
27
30
|
}
|
|
@@ -1,5 +1,8 @@
|
|
|
1
|
-
import { Action
|
|
2
|
-
import {
|
|
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';
|
|
3
6
|
import { EditionWorkspace, FeatureWorkspace, WfsWorkspace } from '@igo2/geo';
|
|
4
7
|
import 'jspdf-autotable';
|
|
5
8
|
import { BehaviorSubject } from 'rxjs';
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import { OnDestroy } from '@angular/core';
|
|
2
|
-
import { EntityRecord, EntityState
|
|
3
|
-
import {
|
|
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';
|