@igo2/integration 16.0.0-rc.1 → 16.0.0-rc.2
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 +20 -16
- package/esm2022/lib/about/about.module.mjs +4 -4
- package/esm2022/lib/analytics/analytics-listener.service.mjs +4 -4
- package/esm2022/lib/catalog/catalog-browser-tool/catalog-browser-tool.component.mjs +5 -5
- package/esm2022/lib/catalog/catalog-browser-tool/catalog-browser-tool.module.mjs +2 -2
- package/esm2022/lib/catalog/catalog-library-tool/catalog-library-tool.component.mjs +4 -4
- package/esm2022/lib/catalog/catalog-library-tool/catalog-library-tool.module.mjs +2 -2
- package/esm2022/lib/catalog/catalog.module.mjs +2 -2
- package/esm2022/lib/context/context-editor-tool/context-editor-tool.component.mjs +1 -1
- package/esm2022/lib/context/context-manager-tool/context-manager-tool.component.mjs +2 -2
- package/esm2022/lib/context/context-share-tool/context-share-tool.component.mjs +2 -2
- package/esm2022/lib/context/context.module.mjs +2 -2
- package/esm2022/lib/context/context.state.mjs +3 -3
- package/esm2022/lib/directions/directions-tool/directions-tool.component.mjs +1 -1
- package/esm2022/lib/directions/directions.module.mjs +2 -2
- package/esm2022/lib/directions/directions.state.mjs +2 -2
- package/esm2022/lib/draw/draw.module.mjs +1 -1
- package/esm2022/lib/draw/draw.state.mjs +1 -1
- package/esm2022/lib/draw/drawing-tool/drawing-tool.component.mjs +2 -2
- package/esm2022/lib/draw/drawing-tool/drawing-tool.module.mjs +2 -2
- package/esm2022/lib/environment/environment.interface.mjs +2 -0
- package/esm2022/lib/environment/index.mjs +2 -0
- package/esm2022/lib/filter/active-ogc-filter-tool/active-ogc-filter-tool.animation.mjs +2 -2
- package/esm2022/lib/filter/active-ogc-filter-tool/active-ogc-filter-tool.component.mjs +1 -1
- package/esm2022/lib/filter/active-time-filter-tool/active-time-filter-tool.animation.mjs +2 -2
- package/esm2022/lib/filter/active-time-filter-tool/active-time-filter-tool.component.mjs +1 -1
- package/esm2022/lib/filter/filter.module.mjs +5 -5
- package/esm2022/lib/filter/spatial-filter-tool/spatial-filter-tool.component.mjs +8 -8
- package/esm2022/lib/import-export/import-export-tool/import-export-tool.component.mjs +4 -4
- package/esm2022/lib/import-export/import-export.module.mjs +5 -5
- package/esm2022/lib/import-export/import-export.state.mjs +1 -1
- package/esm2022/lib/integration.module.mjs +5 -5
- package/esm2022/lib/map/advanced-map-tool/advanced-coordinates/advanced-coordinates.component.mjs +31 -16
- package/esm2022/lib/map/advanced-map-tool/advanced-map-tool.component.mjs +1 -1
- package/esm2022/lib/map/advanced-map-tool/advanced-swipe/advanced-swipe.component.mjs +2 -2
- package/esm2022/lib/map/layer-list-tool.state.mjs +1 -1
- package/esm2022/lib/map/map-details-tool/map-details-tool.component.mjs +4 -4
- package/esm2022/lib/map/map-legend/map-legend-tool.component.mjs +4 -4
- package/esm2022/lib/map/map-proximity-tool/map-proximity-tool.component.mjs +3 -3
- package/esm2022/lib/map/map-proximity.state.mjs +8 -8
- package/esm2022/lib/map/map-tool/map-tool.component.mjs +3 -3
- package/esm2022/lib/map/map-tools/map-tools.component.mjs +7 -7
- package/esm2022/lib/map/map.module.mjs +22 -22
- package/esm2022/lib/map/map.state.mjs +2 -2
- package/esm2022/lib/measure/measure.state.mjs +1 -1
- package/esm2022/lib/measure/measurer-tool/measurer-tool.component.mjs +2 -2
- package/esm2022/lib/measure/measurer-tool/measurer-tool.module.mjs +2 -2
- package/esm2022/lib/print/print.module.mjs +2 -2
- package/esm2022/lib/search/query.state.mjs +1 -1
- package/esm2022/lib/search/search-bar/search-bar-binding.directive.mjs +2 -2
- package/esm2022/lib/search/search-results-tool/search-results-tool.component.mjs +11 -11
- package/esm2022/lib/search/search-results-tool/search-results-tool.module.mjs +5 -5
- package/esm2022/lib/search/search.state.mjs +3 -3
- package/esm2022/lib/tool/tool.state.mjs +1 -1
- package/esm2022/lib/workspace/shared/edition-actions.service.mjs +5 -5
- package/esm2022/lib/workspace/shared/feature-actions.service.mjs +4 -4
- package/esm2022/lib/workspace/shared/wfs-actions.service.mjs +5 -5
- package/esm2022/lib/workspace/shared/workspace.utils.mjs +2 -2
- package/esm2022/lib/workspace/workspace-button/workspace-button.component.mjs +3 -3
- package/esm2022/lib/workspace/workspace.module.mjs +4 -4
- package/esm2022/lib/workspace/workspace.state.mjs +5 -5
- package/esm2022/public_api.mjs +2 -1
- package/fesm2022/igo2-integration.mjs +5451 -5432
- package/fesm2022/igo2-integration.mjs.map +1 -1
- package/lib/about/about-tool/about-tool.component.d.ts +5 -4
- package/lib/analytics/analytics-listener.service.d.ts +2 -2
- package/lib/catalog/catalog-browser-tool/catalog-browser-tool.component.d.ts +4 -4
- package/lib/catalog/catalog-library-tool/catalog-library-tool.component.d.ts +1 -1
- package/lib/context/context-manager-tool/context-manager-tool.component.d.ts +2 -2
- package/lib/context/context-share-tool/context-share-tool.component.d.ts +1 -1
- package/lib/context/context.state.d.ts +2 -2
- package/lib/directions/directions-tool/directions-tool.component.d.ts +1 -1
- package/lib/directions/directions.state.d.ts +1 -1
- package/lib/draw/drawing-tool/drawing-tool.component.d.ts +1 -1
- package/lib/environment/environment.interface.d.ts +27 -0
- package/lib/environment/index.d.ts +1 -0
- package/lib/filter/active-ogc-filter-tool/active-ogc-filter-tool.component.d.ts +1 -1
- package/lib/filter/active-time-filter-tool/active-time-filter-tool.component.d.ts +1 -1
- package/lib/filter/spatial-filter-tool/spatial-filter-tool.component.d.ts +4 -4
- package/lib/import-export/import-export-tool/import-export-tool.component.d.ts +3 -3
- package/lib/import-export/import-export.state.d.ts +1 -1
- package/lib/map/advanced-map-tool/advanced-coordinates/advanced-coordinates.component.d.ts +3 -3
- package/lib/map/advanced-map-tool/advanced-swipe/advanced-swipe.component.d.ts +2 -2
- package/lib/map/layer-list-tool.state.d.ts +1 -1
- package/lib/map/map-details-tool/map-details-tool.component.d.ts +3 -3
- package/lib/map/map-legend/map-legend-tool.component.d.ts +3 -3
- package/lib/map/map-proximity.state.d.ts +2 -2
- package/lib/map/map-tool/map-tool.component.d.ts +2 -2
- package/lib/map/map-tools/map-tools.component.d.ts +5 -5
- package/lib/map/map.state.d.ts +1 -1
- package/lib/search/search-bar/search-bar-binding.directive.d.ts +1 -1
- package/lib/search/search-results-tool/search-results-tool.component.d.ts +6 -6
- package/lib/search/search.state.d.ts +2 -2
- package/lib/tool/tool.state.d.ts +1 -1
- package/lib/workspace/shared/edition-actions.service.d.ts +3 -3
- package/lib/workspace/shared/feature-actions.service.d.ts +3 -3
- package/lib/workspace/shared/wfs-actions.service.d.ts +3 -3
- package/lib/workspace/shared/workspace.utils.d.ts +4 -4
- package/lib/workspace/workspace-button/workspace-button.component.d.ts +2 -2
- package/lib/workspace/workspace.state.d.ts +3 -3
- package/locale/en.integration.json +126 -126
- package/locale/fr.integration.json +126 -126
- package/package.json +3 -3
- 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 {
|
|
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
|
-
|
|
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 {
|
|
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 {
|
|
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
|
|
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 {
|
|
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 {
|
|
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,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 {
|
|
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 {
|
|
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,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 {
|
|
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 {
|
|
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,9 +1,9 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ChangeDetectorRef, OnInit } from '@angular/core';
|
|
2
|
+
import { IgoMap, Layer, LayerListControlsOptions, SearchSourceService } from '@igo2/geo';
|
|
2
3
|
import { Observable } from 'rxjs';
|
|
3
|
-
import {
|
|
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 {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
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 {
|
|
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 {
|
|
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 {
|
|
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 {
|
|
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
|
package/lib/map/map.state.d.ts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import {
|
|
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 {
|
|
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 {
|
|
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 {
|
|
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
|
package/lib/tool/tool.state.d.ts
CHANGED
|
@@ -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 {
|
|
4
|
+
import { LanguageService, MediaService, StorageService } from '@igo2/core';
|
|
4
5
|
import { EditionWorkspace } from '@igo2/geo';
|
|
5
|
-
import {
|
|
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 {
|
|
4
|
+
import { LanguageService, MediaService, StorageService } from '@igo2/core';
|
|
4
5
|
import { FeatureWorkspace } from '@igo2/geo';
|
|
5
|
-
import {
|
|
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 {
|
|
4
|
+
import { LanguageService, MediaService, StorageService } from '@igo2/core';
|
|
4
5
|
import { WfsWorkspace } from '@igo2/geo';
|
|
5
|
-
import {
|
|
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 {
|
|
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
|
|
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 {
|
|
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 {
|
|
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
|