@igo2/integration 1.14.2 → 1.14.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.
- package/esm2020/igo2-integration.mjs +4 -4
- package/esm2020/lib/about/about-tool/about-tool.component.mjs +184 -184
- package/esm2020/lib/about/about-tool/index.mjs +1 -1
- package/esm2020/lib/about/about.module.mjs +54 -54
- package/esm2020/lib/about/index.mjs +1 -1
- package/esm2020/lib/analytics/analytics-listener.service.mjs +71 -71
- package/esm2020/lib/analytics/analytics.module.mjs +15 -15
- package/esm2020/lib/analytics/index.mjs +1 -1
- package/esm2020/lib/catalog/catalog-browser-tool/catalog-browser-tool.component.mjs +112 -112
- package/esm2020/lib/catalog/catalog-browser-tool/catalog-browser-tool.module.mjs +28 -28
- package/esm2020/lib/catalog/catalog-library-tool/catalog-library-tool.component.mjs +88 -88
- package/esm2020/lib/catalog/catalog-library-tool/catalog-library-tool.module.mjs +28 -28
- package/esm2020/lib/catalog/catalog.module.mjs +23 -23
- package/esm2020/lib/catalog/catalog.state.mjs +53 -53
- package/esm2020/lib/catalog/index.mjs +5 -5
- package/esm2020/lib/context/context-editor-tool/context-editor-tool.component.mjs +33 -33
- package/esm2020/lib/context/context-manager-tool/context-manager-tool.component.mjs +43 -43
- package/esm2020/lib/context/context-permission-manager-tool/context-permission-manager-tool.component.mjs +24 -24
- package/esm2020/lib/context/context-share-tool/context-share-tool.component.mjs +33 -33
- package/esm2020/lib/context/context.module.mjs +38 -38
- package/esm2020/lib/context/context.state.mjs +87 -87
- package/esm2020/lib/context/index.mjs +5 -5
- package/esm2020/lib/directions/directions-tool/directions-tool.component.mjs +86 -86
- package/esm2020/lib/directions/directions-tool/index.mjs +1 -1
- package/esm2020/lib/directions/directions.module.mjs +25 -25
- package/esm2020/lib/directions/directions.state.mjs +63 -63
- package/esm2020/lib/directions/index.mjs +2 -2
- package/esm2020/lib/draw/draw.module.mjs +20 -20
- package/esm2020/lib/draw/draw.state.mjs +39 -39
- package/esm2020/lib/draw/drawing-tool/drawing-tool.component.mjs +71 -71
- package/esm2020/lib/draw/index.mjs +2 -2
- package/esm2020/lib/filter/active-ogc-filter-tool/active-ogc-filter-tool.animation.mjs +9 -9
- package/esm2020/lib/filter/active-ogc-filter-tool/active-ogc-filter-tool.component.mjs +43 -43
- package/esm2020/lib/filter/active-ogc-filter-tool/index.mjs +1 -1
- package/esm2020/lib/filter/active-time-filter-tool/active-time-filter-tool.animation.mjs +9 -9
- package/esm2020/lib/filter/active-time-filter-tool/active-time-filter-tool.component.mjs +43 -43
- package/esm2020/lib/filter/active-time-filter-tool/index.mjs +1 -1
- package/esm2020/lib/filter/filter.module.mjs +50 -50
- package/esm2020/lib/filter/index.mjs +5 -5
- package/esm2020/lib/filter/ogc-filter-tool/index.mjs +1 -1
- package/esm2020/lib/filter/ogc-filter-tool/ogc-filter-tool.component.mjs +24 -24
- package/esm2020/lib/filter/spatial-filter-tool/index.mjs +1 -1
- package/esm2020/lib/filter/spatial-filter-tool/spatial-filter-tool.component.mjs +534 -534
- package/esm2020/lib/filter/time-filter-tool/index.mjs +1 -1
- package/esm2020/lib/filter/time-filter-tool/time-filter-tool.component.mjs +24 -24
- package/esm2020/lib/import-export/import-export-tool/import-export-tool.component.mjs +136 -136
- package/esm2020/lib/import-export/import-export-tool/index.mjs +1 -1
- package/esm2020/lib/import-export/import-export.module.mjs +47 -47
- package/esm2020/lib/import-export/import-export.state.mjs +40 -40
- package/esm2020/lib/import-export/index.mjs +2 -2
- package/esm2020/lib/integration.module.mjs +71 -71
- package/esm2020/lib/map/advanced-map-tool/advanced-coordinates/advanced-coordinates.component.mjs +472 -472
- package/esm2020/lib/map/advanced-map-tool/advanced-map-tool.component.mjs +88 -88
- package/esm2020/lib/map/advanced-map-tool/advanced-swipe/advanced-swipe.component.mjs +217 -217
- package/esm2020/lib/map/advanced-map-tool/index.mjs +1 -1
- package/esm2020/lib/map/index.mjs +8 -8
- package/esm2020/lib/map/layer-list-tool.state.mjs +41 -41
- package/esm2020/lib/map/map-details-tool/index.mjs +1 -1
- package/esm2020/lib/map/map-details-tool/map-details-tool.component.mjs +255 -255
- package/esm2020/lib/map/map-legend/index.mjs +1 -1
- package/esm2020/lib/map/map-legend/map-legend-tool.component.mjs +274 -274
- package/esm2020/lib/map/map-proximity-tool/index.mjs +1 -1
- package/esm2020/lib/map/map-proximity-tool/map-proximity-tool.component.mjs +205 -205
- package/esm2020/lib/map/map-proximity.state.mjs +162 -162
- package/esm2020/lib/map/map-tool/index.mjs +1 -1
- package/esm2020/lib/map/map-tool/map-tool.component.mjs +129 -129
- package/esm2020/lib/map/map-tools/index.mjs +1 -1
- package/esm2020/lib/map/map-tools/map-tools.component.mjs +477 -477
- package/esm2020/lib/map/map.module.mjs +140 -140
- package/esm2020/lib/map/map.state.mjs +46 -46
- package/esm2020/lib/measure/index.mjs +3 -3
- package/esm2020/lib/measure/measure.module.mjs +19 -19
- package/esm2020/lib/measure/measure.state.mjs +34 -34
- package/esm2020/lib/measure/measurer-tool/measurer-tool.component.mjs +44 -44
- package/esm2020/lib/measure/measurer-tool/measurer-tool.module.mjs +24 -24
- package/esm2020/lib/print/index.mjs +1 -1
- package/esm2020/lib/print/print-tool/index.mjs +1 -1
- package/esm2020/lib/print/print-tool/print-tool.component.mjs +32 -32
- package/esm2020/lib/print/print.module.mjs +25 -25
- package/esm2020/lib/search/index.mjs +6 -6
- package/esm2020/lib/search/query.state.mjs +33 -33
- package/esm2020/lib/search/search-bar/search-bar-binding.directive.mjs +60 -60
- package/esm2020/lib/search/search-bar/search-bar.module.mjs +21 -21
- package/esm2020/lib/search/search-results-tool/search-results-tool.component.mjs +592 -592
- package/esm2020/lib/search/search-results-tool/search-results-tool.module.mjs +64 -64
- package/esm2020/lib/search/search.module.mjs +23 -23
- package/esm2020/lib/search/search.state.mjs +106 -106
- package/esm2020/lib/storage/index.mjs +1 -1
- package/esm2020/lib/storage/storage.module.mjs +15 -15
- package/esm2020/lib/storage/storage.state.mjs +22 -22
- package/esm2020/lib/tool/index.mjs +1 -1
- package/esm2020/lib/tool/tool.module.mjs +15 -15
- package/esm2020/lib/tool/tool.state.mjs +51 -51
- package/esm2020/lib/workspace/index.mjs +3 -3
- package/esm2020/lib/workspace/shared/edition-actions.service.mjs +155 -155
- package/esm2020/lib/workspace/shared/feature-actions.service.mjs +143 -143
- package/esm2020/lib/workspace/shared/index.mjs +2 -2
- package/esm2020/lib/workspace/shared/wfs-actions.service.mjs +157 -157
- package/esm2020/lib/workspace/shared/workspace.utils.mjs +6 -6
- package/esm2020/lib/workspace/workspace-button/index.mjs +1 -1
- package/esm2020/lib/workspace/workspace-button/workspace-button.component.mjs +68 -68
- package/esm2020/lib/workspace/workspace.module.mjs +36 -36
- package/esm2020/lib/workspace/workspace.state.mjs +187 -187
- package/esm2020/public_api.mjs +34 -34
- package/fesm2015/igo2-integration.mjs +6450 -6450
- package/fesm2020/igo2-integration.mjs +6009 -6009
- package/index.d.ts +5 -5
- package/lib/about/about-tool/about-tool.component.d.ts +34 -34
- package/lib/about/about-tool/index.d.ts +1 -1
- package/lib/about/about.module.d.ts +16 -16
- package/lib/about/index.d.ts +1 -1
- package/lib/analytics/analytics-listener.service.d.ts +27 -27
- package/lib/analytics/analytics.module.d.ts +6 -6
- package/lib/analytics/index.d.ts +1 -1
- package/lib/catalog/catalog-browser-tool/catalog-browser-tool.component.d.ts +57 -57
- package/lib/catalog/catalog-browser-tool/catalog-browser-tool.module.d.ts +12 -12
- package/lib/catalog/catalog-library-tool/catalog-library-tool.component.d.ts +50 -50
- package/lib/catalog/catalog-library-tool/catalog-library-tool.module.d.ts +12 -12
- package/lib/catalog/catalog.module.d.ts +8 -8
- package/lib/catalog/catalog.state.d.ts +37 -37
- package/lib/catalog/index.d.ts +5 -5
- package/lib/context/context-editor-tool/context-editor-tool.component.d.ts +9 -9
- package/lib/context/context-manager-tool/context-manager-tool.component.d.ts +15 -15
- package/lib/context/context-permission-manager-tool/context-permission-manager-tool.component.d.ts +5 -5
- package/lib/context/context-share-tool/context-share-tool.component.d.ts +13 -13
- package/lib/context/context.module.d.ts +11 -11
- package/lib/context/context.state.d.ts +37 -37
- package/lib/context/index.d.ts +5 -5
- package/lib/directions/directions-tool/directions-tool.component.d.ts +54 -54
- package/lib/directions/directions-tool/index.d.ts +1 -1
- package/lib/directions/directions.module.d.ts +10 -10
- package/lib/directions/directions.state.d.ts +28 -28
- package/lib/directions/index.d.ts +2 -2
- package/lib/draw/draw.module.d.ts +8 -8
- package/lib/draw/draw.state.d.ts +17 -17
- package/lib/draw/drawing-tool/drawing-tool.component.d.ts +31 -31
- package/lib/draw/index.d.ts +2 -2
- package/lib/filter/active-ogc-filter-tool/active-ogc-filter-tool.animation.d.ts +2 -2
- package/lib/filter/active-ogc-filter-tool/active-ogc-filter-tool.component.d.ts +12 -12
- package/lib/filter/active-ogc-filter-tool/index.d.ts +1 -1
- package/lib/filter/active-time-filter-tool/active-time-filter-tool.animation.d.ts +2 -2
- package/lib/filter/active-time-filter-tool/active-time-filter-tool.component.d.ts +12 -12
- package/lib/filter/active-time-filter-tool/index.d.ts +1 -1
- package/lib/filter/filter.module.d.ts +15 -15
- package/lib/filter/index.d.ts +5 -5
- package/lib/filter/ogc-filter-tool/index.d.ts +1 -1
- package/lib/filter/ogc-filter-tool/ogc-filter-tool.component.d.ts +6 -6
- package/lib/filter/spatial-filter-tool/index.d.ts +1 -1
- package/lib/filter/spatial-filter-tool/spatial-filter-tool.component.d.ts +82 -82
- package/lib/filter/time-filter-tool/index.d.ts +1 -1
- package/lib/filter/time-filter-tool/time-filter-tool.component.d.ts +6 -6
- package/lib/import-export/import-export-tool/import-export-tool.component.d.ts +31 -31
- package/lib/import-export/import-export-tool/index.d.ts +1 -1
- package/lib/import-export/import-export.module.d.ts +15 -15
- package/lib/import-export/import-export.state.d.ts +24 -24
- package/lib/import-export/index.d.ts +2 -2
- package/lib/integration.module.d.ts +20 -20
- package/lib/map/advanced-map-tool/advanced-coordinates/advanced-coordinates.component.d.ts +97 -97
- package/lib/map/advanced-map-tool/advanced-map-tool.component.d.ts +12 -12
- package/lib/map/advanced-map-tool/advanced-swipe/advanced-swipe.component.d.ts +65 -65
- package/lib/map/advanced-map-tool/index.d.ts +1 -1
- package/lib/map/index.d.ts +8 -8
- package/lib/map/layer-list-tool.state.d.ts +19 -19
- package/lib/map/map-details-tool/index.d.ts +1 -1
- package/lib/map/map-details-tool/map-details-tool.component.d.ts +38 -38
- package/lib/map/map-legend/index.d.ts +1 -1
- package/lib/map/map-legend/map-legend-tool.component.d.ts +40 -40
- package/lib/map/map-proximity-tool/index.d.ts +1 -1
- package/lib/map/map-proximity-tool/map-proximity-tool.component.d.ts +36 -36
- package/lib/map/map-proximity.state.d.ts +28 -28
- package/lib/map/map-tool/index.d.ts +1 -1
- package/lib/map/map-tool/map-tool.component.d.ts +27 -27
- package/lib/map/map-tools/index.d.ts +1 -1
- package/lib/map/map-tools/map-tools.component.d.ts +65 -65
- package/lib/map/map.module.d.ts +38 -38
- package/lib/map/map.state.d.ts +24 -24
- package/lib/measure/index.d.ts +3 -3
- package/lib/measure/measure.module.d.ts +7 -7
- package/lib/measure/measure.state.d.ts +16 -16
- package/lib/measure/measurer-tool/measurer-tool.component.d.ts +24 -24
- package/lib/measure/measurer-tool/measurer-tool.module.d.ts +11 -11
- package/lib/print/index.d.ts +1 -1
- package/lib/print/print-tool/index.d.ts +1 -1
- package/lib/print/print-tool/print-tool.component.d.ts +10 -10
- package/lib/print/print.module.d.ts +10 -10
- package/lib/search/index.d.ts +6 -6
- package/lib/search/query.state.d.ts +20 -20
- package/lib/search/search-bar/search-bar-binding.directive.d.ts +20 -20
- package/lib/search/search-bar/search-bar.module.d.ts +11 -11
- package/lib/search/search-results-tool/search-results-tool.component.d.ts +101 -101
- package/lib/search/search-results-tool/search-results-tool.module.d.ts +18 -18
- package/lib/search/search.module.d.ts +8 -8
- package/lib/search/search.state.d.ts +54 -54
- package/lib/storage/index.d.ts +1 -1
- package/lib/storage/storage.module.d.ts +6 -6
- package/lib/storage/storage.state.d.ts +12 -12
- package/lib/tool/index.d.ts +1 -1
- package/lib/tool/tool.module.d.ts +6 -6
- package/lib/tool/tool.state.d.ts +22 -22
- package/lib/workspace/index.d.ts +3 -3
- package/lib/workspace/shared/edition-actions.service.d.ts +26 -26
- package/lib/workspace/shared/feature-actions.service.d.ts +25 -25
- package/lib/workspace/shared/index.d.ts +2 -2
- package/lib/workspace/shared/wfs-actions.service.d.ts +27 -27
- package/lib/workspace/shared/workspace.utils.d.ts +2 -2
- package/lib/workspace/workspace-button/index.d.ts +1 -1
- package/lib/workspace/workspace-button/workspace-button.component.d.ts +21 -21
- package/lib/workspace/workspace.module.d.ts +12 -12
- package/lib/workspace/workspace.state.d.ts +63 -63
- package/package.json +3 -3
- package/public_api.d.ts +31 -31
|
@@ -1,101 +1,101 @@
|
|
|
1
|
-
import { OnInit, ElementRef, OnDestroy } from '@angular/core';
|
|
2
|
-
import { Observable, BehaviorSubject } from 'rxjs';
|
|
3
|
-
import { ConfigService } from '@igo2/core';
|
|
4
|
-
import { EntityStore, FlexibleState } from '@igo2/common';
|
|
5
|
-
import { Feature, SearchResult, IgoMap, Research, FeatureWithDraw, FeatureStore } from '@igo2/geo';
|
|
6
|
-
import { MapState } from '../../map/map.state';
|
|
7
|
-
import { SearchState } from '../search.state';
|
|
8
|
-
import { ToolState } from '../../tool/tool.state';
|
|
9
|
-
import { DirectionState } from '../../directions/directions.state';
|
|
10
|
-
import { DrawState } from '../../draw';
|
|
11
|
-
import * as i0 from "@angular/core";
|
|
12
|
-
/**
|
|
13
|
-
* Tool to browse the search results
|
|
14
|
-
*/
|
|
15
|
-
export declare class SearchResultsToolComponent implements OnInit, OnDestroy {
|
|
16
|
-
private mapState;
|
|
17
|
-
private searchState;
|
|
18
|
-
private elRef;
|
|
19
|
-
toolState: ToolState;
|
|
20
|
-
private directionState;
|
|
21
|
-
private drawState;
|
|
22
|
-
/**
|
|
23
|
-
* to show hide results icons
|
|
24
|
-
*/
|
|
25
|
-
showIcons: boolean;
|
|
26
|
-
/**
|
|
27
|
-
* Determine the top panel default state
|
|
28
|
-
*/
|
|
29
|
-
topPanelStateDefault: string;
|
|
30
|
-
private hasFeatureEmphasisOnSelection;
|
|
31
|
-
private showResultsGeometries$$;
|
|
32
|
-
private getRoute$$;
|
|
33
|
-
private shownResultsGeometries;
|
|
34
|
-
private shownResultsEmphasisGeometries;
|
|
35
|
-
private focusedResult$;
|
|
36
|
-
isSelectedResultOutOfView$: BehaviorSubject<boolean>;
|
|
37
|
-
private isSelectedResultOutOfView$$;
|
|
38
|
-
private abstractFocusedResult;
|
|
39
|
-
private abstractSelectedResult;
|
|
40
|
-
debouncedEmpty$: BehaviorSubject<boolean>;
|
|
41
|
-
private debouncedEmpty$$;
|
|
42
|
-
/**
|
|
43
|
-
* Store holding the search results
|
|
44
|
-
* @internal
|
|
45
|
-
*/
|
|
46
|
-
get store(): EntityStore<SearchResult>;
|
|
47
|
-
/**
|
|
48
|
-
* Map to display the results on
|
|
49
|
-
* @internal
|
|
50
|
-
*/
|
|
51
|
-
get map(): IgoMap;
|
|
52
|
-
get featureTitle(): string;
|
|
53
|
-
get feature$(): Observable<Feature>;
|
|
54
|
-
feature: Feature;
|
|
55
|
-
term: string;
|
|
56
|
-
private searchTerm$$;
|
|
57
|
-
settingsChange$: BehaviorSubject<boolean>;
|
|
58
|
-
topPanelState$: BehaviorSubject<FlexibleState>;
|
|
59
|
-
private topPanelState$$;
|
|
60
|
-
set topPanelState(value: FlexibleState);
|
|
61
|
-
get topPanelState(): FlexibleState;
|
|
62
|
-
get termSplitter(): string;
|
|
63
|
-
private format;
|
|
64
|
-
get stores(): FeatureStore<FeatureWithDraw>[];
|
|
65
|
-
constructor(mapState: MapState, searchState: SearchState, elRef: ElementRef, toolState: ToolState, directionState: DirectionState, configService: ConfigService, drawState: DrawState);
|
|
66
|
-
ngOnInit(): void;
|
|
67
|
-
private monitorResultOutOfView;
|
|
68
|
-
private buildResultEmphasis;
|
|
69
|
-
private clearFeatureEmphasis;
|
|
70
|
-
ngOnDestroy(): void;
|
|
71
|
-
/**
|
|
72
|
-
* Try to add a feature to the map when it's being focused
|
|
73
|
-
* @internal
|
|
74
|
-
* @param result A search result that could be a feature
|
|
75
|
-
*/
|
|
76
|
-
onResultFocus(result: SearchResult): void;
|
|
77
|
-
onResultUnfocus(result: SearchResult): void;
|
|
78
|
-
/**
|
|
79
|
-
* Try to add a feature to the map when it's being selected
|
|
80
|
-
* @internal
|
|
81
|
-
* @param result A search result that could be a feature or some layer options
|
|
82
|
-
*/
|
|
83
|
-
onResultSelect(result: SearchResult): void;
|
|
84
|
-
onSearch(event: {
|
|
85
|
-
research: Research;
|
|
86
|
-
results: SearchResult[];
|
|
87
|
-
}): void;
|
|
88
|
-
computeElementRef(): any[];
|
|
89
|
-
adjustTopPanel(elemSource: any, elem: any): void;
|
|
90
|
-
toggleTopPanel(event?: MouseEvent): void;
|
|
91
|
-
zoomToFeatureExtent(): void;
|
|
92
|
-
/**
|
|
93
|
-
* Try to add a feature to the map overlay
|
|
94
|
-
* @param result A search result that could be a feature
|
|
95
|
-
*/
|
|
96
|
-
private tryAddFeatureToMap;
|
|
97
|
-
isScrolledIntoView(elemSource: any, elem: any): boolean;
|
|
98
|
-
getRoute(): void;
|
|
99
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SearchResultsToolComponent, never>;
|
|
100
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SearchResultsToolComponent, "igo-search-results-tool", never, { "showIcons": "showIcons"; "topPanelStateDefault": "topPanelStateDefault"; "topPanelState": "topPanelState"; }, {}, never, never, false>;
|
|
101
|
-
}
|
|
1
|
+
import { OnInit, ElementRef, OnDestroy } from '@angular/core';
|
|
2
|
+
import { Observable, BehaviorSubject } from 'rxjs';
|
|
3
|
+
import { ConfigService } from '@igo2/core';
|
|
4
|
+
import { EntityStore, FlexibleState } from '@igo2/common';
|
|
5
|
+
import { Feature, SearchResult, IgoMap, Research, FeatureWithDraw, FeatureStore } from '@igo2/geo';
|
|
6
|
+
import { MapState } from '../../map/map.state';
|
|
7
|
+
import { SearchState } from '../search.state';
|
|
8
|
+
import { ToolState } from '../../tool/tool.state';
|
|
9
|
+
import { DirectionState } from '../../directions/directions.state';
|
|
10
|
+
import { DrawState } from '../../draw';
|
|
11
|
+
import * as i0 from "@angular/core";
|
|
12
|
+
/**
|
|
13
|
+
* Tool to browse the search results
|
|
14
|
+
*/
|
|
15
|
+
export declare class SearchResultsToolComponent implements OnInit, OnDestroy {
|
|
16
|
+
private mapState;
|
|
17
|
+
private searchState;
|
|
18
|
+
private elRef;
|
|
19
|
+
toolState: ToolState;
|
|
20
|
+
private directionState;
|
|
21
|
+
private drawState;
|
|
22
|
+
/**
|
|
23
|
+
* to show hide results icons
|
|
24
|
+
*/
|
|
25
|
+
showIcons: boolean;
|
|
26
|
+
/**
|
|
27
|
+
* Determine the top panel default state
|
|
28
|
+
*/
|
|
29
|
+
topPanelStateDefault: string;
|
|
30
|
+
private hasFeatureEmphasisOnSelection;
|
|
31
|
+
private showResultsGeometries$$;
|
|
32
|
+
private getRoute$$;
|
|
33
|
+
private shownResultsGeometries;
|
|
34
|
+
private shownResultsEmphasisGeometries;
|
|
35
|
+
private focusedResult$;
|
|
36
|
+
isSelectedResultOutOfView$: BehaviorSubject<boolean>;
|
|
37
|
+
private isSelectedResultOutOfView$$;
|
|
38
|
+
private abstractFocusedResult;
|
|
39
|
+
private abstractSelectedResult;
|
|
40
|
+
debouncedEmpty$: BehaviorSubject<boolean>;
|
|
41
|
+
private debouncedEmpty$$;
|
|
42
|
+
/**
|
|
43
|
+
* Store holding the search results
|
|
44
|
+
* @internal
|
|
45
|
+
*/
|
|
46
|
+
get store(): EntityStore<SearchResult>;
|
|
47
|
+
/**
|
|
48
|
+
* Map to display the results on
|
|
49
|
+
* @internal
|
|
50
|
+
*/
|
|
51
|
+
get map(): IgoMap;
|
|
52
|
+
get featureTitle(): string;
|
|
53
|
+
get feature$(): Observable<Feature>;
|
|
54
|
+
feature: Feature;
|
|
55
|
+
term: string;
|
|
56
|
+
private searchTerm$$;
|
|
57
|
+
settingsChange$: BehaviorSubject<boolean>;
|
|
58
|
+
topPanelState$: BehaviorSubject<FlexibleState>;
|
|
59
|
+
private topPanelState$$;
|
|
60
|
+
set topPanelState(value: FlexibleState);
|
|
61
|
+
get topPanelState(): FlexibleState;
|
|
62
|
+
get termSplitter(): string;
|
|
63
|
+
private format;
|
|
64
|
+
get stores(): FeatureStore<FeatureWithDraw>[];
|
|
65
|
+
constructor(mapState: MapState, searchState: SearchState, elRef: ElementRef, toolState: ToolState, directionState: DirectionState, configService: ConfigService, drawState: DrawState);
|
|
66
|
+
ngOnInit(): void;
|
|
67
|
+
private monitorResultOutOfView;
|
|
68
|
+
private buildResultEmphasis;
|
|
69
|
+
private clearFeatureEmphasis;
|
|
70
|
+
ngOnDestroy(): void;
|
|
71
|
+
/**
|
|
72
|
+
* Try to add a feature to the map when it's being focused
|
|
73
|
+
* @internal
|
|
74
|
+
* @param result A search result that could be a feature
|
|
75
|
+
*/
|
|
76
|
+
onResultFocus(result: SearchResult): void;
|
|
77
|
+
onResultUnfocus(result: SearchResult): void;
|
|
78
|
+
/**
|
|
79
|
+
* Try to add a feature to the map when it's being selected
|
|
80
|
+
* @internal
|
|
81
|
+
* @param result A search result that could be a feature or some layer options
|
|
82
|
+
*/
|
|
83
|
+
onResultSelect(result: SearchResult): void;
|
|
84
|
+
onSearch(event: {
|
|
85
|
+
research: Research;
|
|
86
|
+
results: SearchResult[];
|
|
87
|
+
}): void;
|
|
88
|
+
computeElementRef(): any[];
|
|
89
|
+
adjustTopPanel(elemSource: any, elem: any): void;
|
|
90
|
+
toggleTopPanel(event?: MouseEvent): void;
|
|
91
|
+
zoomToFeatureExtent(): void;
|
|
92
|
+
/**
|
|
93
|
+
* Try to add a feature to the map overlay
|
|
94
|
+
* @param result A search result that could be a feature
|
|
95
|
+
*/
|
|
96
|
+
private tryAddFeatureToMap;
|
|
97
|
+
isScrolledIntoView(elemSource: any, elem: any): boolean;
|
|
98
|
+
getRoute(): void;
|
|
99
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SearchResultsToolComponent, never>;
|
|
100
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SearchResultsToolComponent, "igo-search-results-tool", never, { "showIcons": "showIcons"; "topPanelStateDefault": "topPanelStateDefault"; "topPanelState": "topPanelState"; }, {}, never, never, false>;
|
|
101
|
+
}
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./search-results-tool.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@angular/material/icon";
|
|
5
|
-
import * as i4 from "@angular/material/badge";
|
|
6
|
-
import * as i5 from "@angular/material/tooltip";
|
|
7
|
-
import * as i6 from "@angular/material/button";
|
|
8
|
-
import * as i7 from "@igo2/core";
|
|
9
|
-
import * as i8 from "@igo2/geo";
|
|
10
|
-
import * as i9 from "@igo2/common";
|
|
11
|
-
/**
|
|
12
|
-
* @ignore
|
|
13
|
-
*/
|
|
14
|
-
export declare class IgoAppSearchResultsToolModule {
|
|
15
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IgoAppSearchResultsToolModule, never>;
|
|
16
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoAppSearchResultsToolModule, [typeof i1.SearchResultsToolComponent], [typeof i2.CommonModule, typeof i3.MatIconModule, typeof i4.MatBadgeModule, typeof i5.MatTooltipModule, typeof i6.MatButtonModule, typeof i7.IgoLanguageModule, typeof i8.IgoFeatureModule, typeof i8.IgoSearchModule, typeof i9.IgoFlexibleModule, typeof i9.IgoPanelModule, typeof i8.IgoFeatureDetailsModule, typeof i9.IgoCustomHtmlModule], [typeof i1.SearchResultsToolComponent]>;
|
|
17
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<IgoAppSearchResultsToolModule>;
|
|
18
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./search-results-tool.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@angular/material/icon";
|
|
5
|
+
import * as i4 from "@angular/material/badge";
|
|
6
|
+
import * as i5 from "@angular/material/tooltip";
|
|
7
|
+
import * as i6 from "@angular/material/button";
|
|
8
|
+
import * as i7 from "@igo2/core";
|
|
9
|
+
import * as i8 from "@igo2/geo";
|
|
10
|
+
import * as i9 from "@igo2/common";
|
|
11
|
+
/**
|
|
12
|
+
* @ignore
|
|
13
|
+
*/
|
|
14
|
+
export declare class IgoAppSearchResultsToolModule {
|
|
15
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IgoAppSearchResultsToolModule, never>;
|
|
16
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoAppSearchResultsToolModule, [typeof i1.SearchResultsToolComponent], [typeof i2.CommonModule, typeof i3.MatIconModule, typeof i4.MatBadgeModule, typeof i5.MatTooltipModule, typeof i6.MatButtonModule, typeof i7.IgoLanguageModule, typeof i8.IgoFeatureModule, typeof i8.IgoSearchModule, typeof i9.IgoFlexibleModule, typeof i9.IgoPanelModule, typeof i8.IgoFeatureDetailsModule, typeof i9.IgoCustomHtmlModule], [typeof i1.SearchResultsToolComponent]>;
|
|
17
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<IgoAppSearchResultsToolModule>;
|
|
18
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./search-bar/search-bar.module";
|
|
3
|
-
import * as i2 from "./search-results-tool/search-results-tool.module";
|
|
4
|
-
export declare class IgoAppSearchModule {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IgoAppSearchModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoAppSearchModule, never, never, [typeof i1.IgoAppSearchBarModule, typeof i2.IgoAppSearchResultsToolModule]>;
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<IgoAppSearchModule>;
|
|
8
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./search-bar/search-bar.module";
|
|
3
|
+
import * as i2 from "./search-results-tool/search-results-tool.module";
|
|
4
|
+
export declare class IgoAppSearchModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IgoAppSearchModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoAppSearchModule, never, never, [typeof i1.IgoAppSearchBarModule, typeof i2.IgoAppSearchResultsToolModule]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<IgoAppSearchModule>;
|
|
8
|
+
}
|
|
@@ -1,54 +1,54 @@
|
|
|
1
|
-
import { EntityStore } from '@igo2/common';
|
|
2
|
-
import { ConfigService, StorageService } from '@igo2/core';
|
|
3
|
-
import { SearchResult, SearchSourceService, CommonVectorStyleOptions } from '@igo2/geo';
|
|
4
|
-
import { BehaviorSubject, Subscription } from 'rxjs';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
/**
|
|
7
|
-
* Service that holds the state of the search module
|
|
8
|
-
*/
|
|
9
|
-
export declare class SearchState {
|
|
10
|
-
private searchSourceService;
|
|
11
|
-
private storageService;
|
|
12
|
-
private configService;
|
|
13
|
-
searchOverlayStyle: CommonVectorStyleOptions;
|
|
14
|
-
searchOverlayStyleSelection: CommonVectorStyleOptions;
|
|
15
|
-
searchOverlayStyleFocus: CommonVectorStyleOptions;
|
|
16
|
-
focusedOrResolution$$: Subscription;
|
|
17
|
-
selectedOrResolution$$: Subscription;
|
|
18
|
-
readonly searchTermSplitter$: BehaviorSubject<string>;
|
|
19
|
-
readonly searchTerm$: BehaviorSubject<string>;
|
|
20
|
-
readonly searchType$: BehaviorSubject<string>;
|
|
21
|
-
readonly searchDisabled$: BehaviorSubject<boolean>;
|
|
22
|
-
readonly searchResultsGeometryEnabled$: BehaviorSubject<boolean>;
|
|
23
|
-
readonly searchSettingsChange$: BehaviorSubject<boolean>;
|
|
24
|
-
readonly selectedResult$: BehaviorSubject<SearchResult>;
|
|
25
|
-
/**
|
|
26
|
-
* Store that holds the search results
|
|
27
|
-
*/
|
|
28
|
-
readonly store: EntityStore<SearchResult>;
|
|
29
|
-
/**
|
|
30
|
-
* Search types currently enabled in the search source service
|
|
31
|
-
*/
|
|
32
|
-
get searchTypes(): string[];
|
|
33
|
-
constructor(searchSourceService: SearchSourceService, storageService: StorageService, configService: ConfigService);
|
|
34
|
-
private createCustomFilterTermStrategy;
|
|
35
|
-
/**
|
|
36
|
-
* Activate custom strategy
|
|
37
|
-
*
|
|
38
|
-
*/
|
|
39
|
-
activateCustomFilterTermStrategy(): void;
|
|
40
|
-
/**
|
|
41
|
-
* Deactivate custom strategy
|
|
42
|
-
*
|
|
43
|
-
*/
|
|
44
|
-
deactivateCustomFilterTermStrategy(): void;
|
|
45
|
-
enableSearch(): void;
|
|
46
|
-
disableSearch(): void;
|
|
47
|
-
setSearchTerm(searchTerm: string): void;
|
|
48
|
-
setSearchType(searchType: string): void;
|
|
49
|
-
setSearchSettingsChange(): void;
|
|
50
|
-
setSelectedResult(result: SearchResult): void;
|
|
51
|
-
setSearchResultsGeometryStatus(value: any): void;
|
|
52
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SearchState, never>;
|
|
53
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<SearchState>;
|
|
54
|
-
}
|
|
1
|
+
import { EntityStore } from '@igo2/common';
|
|
2
|
+
import { ConfigService, StorageService } from '@igo2/core';
|
|
3
|
+
import { SearchResult, SearchSourceService, CommonVectorStyleOptions } from '@igo2/geo';
|
|
4
|
+
import { BehaviorSubject, Subscription } from 'rxjs';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
/**
|
|
7
|
+
* Service that holds the state of the search module
|
|
8
|
+
*/
|
|
9
|
+
export declare class SearchState {
|
|
10
|
+
private searchSourceService;
|
|
11
|
+
private storageService;
|
|
12
|
+
private configService;
|
|
13
|
+
searchOverlayStyle: CommonVectorStyleOptions;
|
|
14
|
+
searchOverlayStyleSelection: CommonVectorStyleOptions;
|
|
15
|
+
searchOverlayStyleFocus: CommonVectorStyleOptions;
|
|
16
|
+
focusedOrResolution$$: Subscription;
|
|
17
|
+
selectedOrResolution$$: Subscription;
|
|
18
|
+
readonly searchTermSplitter$: BehaviorSubject<string>;
|
|
19
|
+
readonly searchTerm$: BehaviorSubject<string>;
|
|
20
|
+
readonly searchType$: BehaviorSubject<string>;
|
|
21
|
+
readonly searchDisabled$: BehaviorSubject<boolean>;
|
|
22
|
+
readonly searchResultsGeometryEnabled$: BehaviorSubject<boolean>;
|
|
23
|
+
readonly searchSettingsChange$: BehaviorSubject<boolean>;
|
|
24
|
+
readonly selectedResult$: BehaviorSubject<SearchResult>;
|
|
25
|
+
/**
|
|
26
|
+
* Store that holds the search results
|
|
27
|
+
*/
|
|
28
|
+
readonly store: EntityStore<SearchResult>;
|
|
29
|
+
/**
|
|
30
|
+
* Search types currently enabled in the search source service
|
|
31
|
+
*/
|
|
32
|
+
get searchTypes(): string[];
|
|
33
|
+
constructor(searchSourceService: SearchSourceService, storageService: StorageService, configService: ConfigService);
|
|
34
|
+
private createCustomFilterTermStrategy;
|
|
35
|
+
/**
|
|
36
|
+
* Activate custom strategy
|
|
37
|
+
*
|
|
38
|
+
*/
|
|
39
|
+
activateCustomFilterTermStrategy(): void;
|
|
40
|
+
/**
|
|
41
|
+
* Deactivate custom strategy
|
|
42
|
+
*
|
|
43
|
+
*/
|
|
44
|
+
deactivateCustomFilterTermStrategy(): void;
|
|
45
|
+
enableSearch(): void;
|
|
46
|
+
disableSearch(): void;
|
|
47
|
+
setSearchTerm(searchTerm: string): void;
|
|
48
|
+
setSearchType(searchType: string): void;
|
|
49
|
+
setSearchSettingsChange(): void;
|
|
50
|
+
setSelectedResult(result: SearchResult): void;
|
|
51
|
+
setSearchResultsGeometryStatus(value: any): void;
|
|
52
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SearchState, never>;
|
|
53
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<SearchState>;
|
|
54
|
+
}
|
package/lib/storage/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './storage.state';
|
|
1
|
+
export * from './storage.state';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class IgoAppStorageModule {
|
|
3
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IgoAppStorageModule, never>;
|
|
4
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoAppStorageModule, never, never, never>;
|
|
5
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<IgoAppStorageModule>;
|
|
6
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class IgoAppStorageModule {
|
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IgoAppStorageModule, never>;
|
|
4
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoAppStorageModule, never, never, never>;
|
|
5
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<IgoAppStorageModule>;
|
|
6
|
+
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { StorageService } from '@igo2/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
/**
|
|
4
|
-
* Service that holds the state of storage service
|
|
5
|
-
*/
|
|
6
|
-
export declare class StorageState {
|
|
7
|
-
private igoStorageService;
|
|
8
|
-
get storageService(): StorageService;
|
|
9
|
-
constructor(igoStorageService: StorageService);
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<StorageState, never>;
|
|
11
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<StorageState>;
|
|
12
|
-
}
|
|
1
|
+
import { StorageService } from '@igo2/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
/**
|
|
4
|
+
* Service that holds the state of storage service
|
|
5
|
+
*/
|
|
6
|
+
export declare class StorageState {
|
|
7
|
+
private igoStorageService;
|
|
8
|
+
get storageService(): StorageService;
|
|
9
|
+
constructor(igoStorageService: StorageService);
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<StorageState, never>;
|
|
11
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<StorageState>;
|
|
12
|
+
}
|
package/lib/tool/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './tool.state';
|
|
1
|
+
export * from './tool.state';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class IgoAppToolModule {
|
|
3
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IgoAppToolModule, never>;
|
|
4
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoAppToolModule, never, never, never>;
|
|
5
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<IgoAppToolModule>;
|
|
6
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class IgoAppToolModule {
|
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IgoAppToolModule, never>;
|
|
4
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoAppToolModule, never, never, never>;
|
|
5
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<IgoAppToolModule>;
|
|
6
|
+
}
|
package/lib/tool/tool.state.d.ts
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
import { Toolbox, ToolService } from '@igo2/common';
|
|
2
|
-
import { BehaviorSubject } from 'rxjs';
|
|
3
|
-
import { ImportExportState } from '../import-export/import-export.state';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
/**
|
|
6
|
-
* Service that holds the state of the search module
|
|
7
|
-
*/
|
|
8
|
-
export declare class ToolState {
|
|
9
|
-
private toolService;
|
|
10
|
-
private importExportState;
|
|
11
|
-
get toolbox(): Toolbox;
|
|
12
|
-
openSidenav$: BehaviorSubject<boolean>;
|
|
13
|
-
constructor(toolService: ToolService, importExportState: ImportExportState);
|
|
14
|
-
toolToActivateFromOptions(toolToActivate: {
|
|
15
|
-
tool: string;
|
|
16
|
-
options: {
|
|
17
|
-
[key: string]: any;
|
|
18
|
-
};
|
|
19
|
-
}): void;
|
|
20
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ToolState, never>;
|
|
21
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<ToolState>;
|
|
22
|
-
}
|
|
1
|
+
import { Toolbox, ToolService } from '@igo2/common';
|
|
2
|
+
import { BehaviorSubject } from 'rxjs';
|
|
3
|
+
import { ImportExportState } from '../import-export/import-export.state';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
/**
|
|
6
|
+
* Service that holds the state of the search module
|
|
7
|
+
*/
|
|
8
|
+
export declare class ToolState {
|
|
9
|
+
private toolService;
|
|
10
|
+
private importExportState;
|
|
11
|
+
get toolbox(): Toolbox;
|
|
12
|
+
openSidenav$: BehaviorSubject<boolean>;
|
|
13
|
+
constructor(toolService: ToolService, importExportState: ImportExportState);
|
|
14
|
+
toolToActivateFromOptions(toolToActivate: {
|
|
15
|
+
tool: string;
|
|
16
|
+
options: {
|
|
17
|
+
[key: string]: any;
|
|
18
|
+
};
|
|
19
|
+
}): void;
|
|
20
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ToolState, never>;
|
|
21
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<ToolState>;
|
|
22
|
+
}
|
package/lib/workspace/index.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from './shared';
|
|
2
|
-
export * from './workspace-button';
|
|
3
|
-
export * from './workspace.state';
|
|
1
|
+
export * from './shared';
|
|
2
|
+
export * from './workspace-button';
|
|
3
|
+
export * from './workspace.state';
|
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
import { OnDestroy } from '@angular/core';
|
|
2
|
-
import { Action, Widget } from '@igo2/common';
|
|
3
|
-
import { BehaviorSubject } from 'rxjs';
|
|
4
|
-
import { EditionWorkspace } 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 EditionActionsService implements OnDestroy {
|
|
10
|
-
private ogcFilterWidget;
|
|
11
|
-
private storageState;
|
|
12
|
-
languageService: LanguageService;
|
|
13
|
-
private mediaService;
|
|
14
|
-
private toolState;
|
|
15
|
-
maximize$: BehaviorSubject<boolean>;
|
|
16
|
-
zoomAuto$: BehaviorSubject<boolean>;
|
|
17
|
-
private storageChange$$;
|
|
18
|
-
get storageService(): StorageService;
|
|
19
|
-
get zoomAuto(): boolean;
|
|
20
|
-
constructor(ogcFilterWidget: Widget, storageState: StorageState, languageService: LanguageService, mediaService: MediaService, toolState: ToolState);
|
|
21
|
-
ngOnDestroy(): void;
|
|
22
|
-
loadActions(workspace: EditionWorkspace, rowsInMapExtentCheckCondition$: BehaviorSubject<boolean>, selectOnlyCheckCondition$: BehaviorSubject<boolean>): void;
|
|
23
|
-
buildActions(workspace: EditionWorkspace, rowsInMapExtentCheckCondition$: BehaviorSubject<boolean>, selectOnlyCheckCondition$: BehaviorSubject<boolean>): Action[];
|
|
24
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<EditionActionsService, never>;
|
|
25
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<EditionActionsService>;
|
|
26
|
-
}
|
|
1
|
+
import { OnDestroy } from '@angular/core';
|
|
2
|
+
import { Action, Widget } from '@igo2/common';
|
|
3
|
+
import { BehaviorSubject } from 'rxjs';
|
|
4
|
+
import { EditionWorkspace } 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 EditionActionsService implements OnDestroy {
|
|
10
|
+
private ogcFilterWidget;
|
|
11
|
+
private storageState;
|
|
12
|
+
languageService: LanguageService;
|
|
13
|
+
private mediaService;
|
|
14
|
+
private toolState;
|
|
15
|
+
maximize$: BehaviorSubject<boolean>;
|
|
16
|
+
zoomAuto$: BehaviorSubject<boolean>;
|
|
17
|
+
private storageChange$$;
|
|
18
|
+
get storageService(): StorageService;
|
|
19
|
+
get zoomAuto(): boolean;
|
|
20
|
+
constructor(ogcFilterWidget: Widget, storageState: StorageState, languageService: LanguageService, mediaService: MediaService, toolState: ToolState);
|
|
21
|
+
ngOnDestroy(): void;
|
|
22
|
+
loadActions(workspace: EditionWorkspace, rowsInMapExtentCheckCondition$: BehaviorSubject<boolean>, selectOnlyCheckCondition$: BehaviorSubject<boolean>): void;
|
|
23
|
+
buildActions(workspace: EditionWorkspace, rowsInMapExtentCheckCondition$: BehaviorSubject<boolean>, selectOnlyCheckCondition$: BehaviorSubject<boolean>): Action[];
|
|
24
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EditionActionsService, never>;
|
|
25
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<EditionActionsService>;
|
|
26
|
+
}
|
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
import { OnDestroy } from '@angular/core';
|
|
2
|
-
import { Action } from '@igo2/common';
|
|
3
|
-
import { BehaviorSubject } from 'rxjs';
|
|
4
|
-
import { FeatureWorkspace } 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 FeatureActionsService implements OnDestroy {
|
|
10
|
-
private storageState;
|
|
11
|
-
languageService: LanguageService;
|
|
12
|
-
private toolState;
|
|
13
|
-
private mediaService;
|
|
14
|
-
maximize$: BehaviorSubject<boolean>;
|
|
15
|
-
zoomAuto$: BehaviorSubject<boolean>;
|
|
16
|
-
private storageChange$$;
|
|
17
|
-
get storageService(): StorageService;
|
|
18
|
-
get zoomAuto(): boolean;
|
|
19
|
-
constructor(storageState: StorageState, languageService: LanguageService, toolState: ToolState, mediaService: MediaService);
|
|
20
|
-
ngOnDestroy(): void;
|
|
21
|
-
loadActions(workspace: FeatureWorkspace, rowsInMapExtentCheckCondition$: BehaviorSubject<boolean>, selectOnlyCheckCondition$: BehaviorSubject<boolean>): void;
|
|
22
|
-
buildActions(workspace: FeatureWorkspace, rowsInMapExtentCheckCondition$: BehaviorSubject<boolean>, selectOnlyCheckCondition$: BehaviorSubject<boolean>): Action[];
|
|
23
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FeatureActionsService, never>;
|
|
24
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<FeatureActionsService>;
|
|
25
|
-
}
|
|
1
|
+
import { OnDestroy } from '@angular/core';
|
|
2
|
+
import { Action } from '@igo2/common';
|
|
3
|
+
import { BehaviorSubject } from 'rxjs';
|
|
4
|
+
import { FeatureWorkspace } 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 FeatureActionsService implements OnDestroy {
|
|
10
|
+
private storageState;
|
|
11
|
+
languageService: LanguageService;
|
|
12
|
+
private toolState;
|
|
13
|
+
private mediaService;
|
|
14
|
+
maximize$: BehaviorSubject<boolean>;
|
|
15
|
+
zoomAuto$: BehaviorSubject<boolean>;
|
|
16
|
+
private storageChange$$;
|
|
17
|
+
get storageService(): StorageService;
|
|
18
|
+
get zoomAuto(): boolean;
|
|
19
|
+
constructor(storageState: StorageState, languageService: LanguageService, toolState: ToolState, mediaService: MediaService);
|
|
20
|
+
ngOnDestroy(): void;
|
|
21
|
+
loadActions(workspace: FeatureWorkspace, rowsInMapExtentCheckCondition$: BehaviorSubject<boolean>, selectOnlyCheckCondition$: BehaviorSubject<boolean>): void;
|
|
22
|
+
buildActions(workspace: FeatureWorkspace, rowsInMapExtentCheckCondition$: BehaviorSubject<boolean>, selectOnlyCheckCondition$: BehaviorSubject<boolean>): Action[];
|
|
23
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FeatureActionsService, never>;
|
|
24
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<FeatureActionsService>;
|
|
25
|
+
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './wfs-actions.service';
|
|
2
|
-
export * from './feature-actions.service';
|
|
1
|
+
export * from './wfs-actions.service';
|
|
2
|
+
export * from './feature-actions.service';
|