@igo2/integration 17.0.0-next.0 → 17.0.0-next.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/esm2022/lib/about/about-tool/about-tool.component.mjs +14 -12
- package/esm2022/lib/about/about.module.mjs +4 -4
- package/esm2022/lib/analytics/analytics-listener.service.mjs +6 -6
- package/esm2022/lib/catalog/catalog-browser-tool/catalog-browser-tool.component.mjs +3 -3
- package/esm2022/lib/catalog/catalog-browser-tool/catalog-browser-tool.module.mjs +4 -4
- package/esm2022/lib/catalog/catalog-library-tool/catalog-library-tool.component.mjs +6 -6
- package/esm2022/lib/catalog/catalog-library-tool/catalog-library-tool.module.mjs +4 -4
- package/esm2022/lib/catalog/catalog.module.mjs +4 -4
- package/esm2022/lib/catalog/catalog.state.mjs +3 -3
- package/esm2022/lib/context/context-editor-tool/context-editor-tool.component.mjs +3 -3
- package/esm2022/lib/context/context-manager-tool/context-manager-tool.component.mjs +3 -3
- package/esm2022/lib/context/context-permission-manager-tool/context-permission-manager-tool.component.mjs +3 -3
- package/esm2022/lib/context/context-share-tool/context-share-tool.component.mjs +3 -3
- package/esm2022/lib/context/context.module.mjs +4 -4
- package/esm2022/lib/context/context.state.mjs +6 -6
- package/esm2022/lib/directions/directions-tool/directions-tool.component.mjs +14 -10
- package/esm2022/lib/directions/directions.module.mjs +4 -4
- package/esm2022/lib/directions/directions.state.mjs +3 -3
- package/esm2022/lib/draw/draw.module.mjs +4 -4
- package/esm2022/lib/draw/draw.state.mjs +3 -3
- package/esm2022/lib/draw/drawing-tool/drawing-tool.component.mjs +3 -3
- package/esm2022/lib/draw/drawing-tool/drawing-tool.module.mjs +4 -4
- package/esm2022/lib/environment/environment.interface.mjs +1 -1
- package/esm2022/lib/filter/active-ogc-filter-tool/active-ogc-filter-tool.component.mjs +3 -3
- package/esm2022/lib/filter/active-time-filter-tool/active-time-filter-tool.component.mjs +3 -3
- package/esm2022/lib/filter/filter.module.mjs +4 -4
- package/esm2022/lib/filter/ogc-filter-tool/ogc-filter-tool.component.mjs +3 -3
- package/esm2022/lib/filter/spatial-filter-tool/spatial-filter-tool.component.mjs +12 -10
- package/esm2022/lib/filter/time-filter-tool/time-filter-tool.component.mjs +3 -3
- package/esm2022/lib/geometry-form/data-issue-reporter-tool/data-issue-reporter-tool.component.mjs +13 -11
- package/esm2022/lib/geometry-form/geometry-form.module.mjs +7 -6
- package/esm2022/lib/import-export/import-export-tool/import-export-tool.component.mjs +3 -3
- package/esm2022/lib/import-export/import-export.module.mjs +4 -4
- package/esm2022/lib/import-export/import-export.state.mjs +3 -3
- package/esm2022/lib/integration.module.mjs +4 -4
- package/esm2022/lib/map/advanced-map-tool/advanced-coordinates/advanced-coordinates.component.mjs +22 -16
- package/esm2022/lib/map/advanced-map-tool/advanced-map-tool.component.mjs +3 -3
- package/esm2022/lib/map/advanced-map-tool/advanced-swipe/advanced-swipe.component.mjs +3 -3
- package/esm2022/lib/map/layer-list-tool.state.mjs +3 -3
- package/esm2022/lib/map/map-details-tool/map-details-tool.component.mjs +3 -3
- package/esm2022/lib/map/map-legend/map-legend-tool.component.mjs +3 -3
- package/esm2022/lib/map/map-proximity-tool/map-proximity-tool.component.mjs +16 -14
- package/esm2022/lib/map/map-proximity.state.mjs +6 -6
- package/esm2022/lib/map/map-tool/map-tool.component.mjs +3 -3
- package/esm2022/lib/map/map-tools/map-tools.component.mjs +3 -3
- package/esm2022/lib/map/map.module.mjs +4 -4
- package/esm2022/lib/map/map.state.mjs +9 -7
- package/esm2022/lib/measure/measure.module.mjs +4 -4
- package/esm2022/lib/measure/measure.state.mjs +3 -3
- package/esm2022/lib/measure/measurer-tool/measurer-tool.component.mjs +3 -3
- package/esm2022/lib/measure/measurer-tool/measurer-tool.module.mjs +4 -4
- package/esm2022/lib/print/print-tool/print-tool.component.mjs +3 -3
- package/esm2022/lib/print/print.module.mjs +4 -4
- package/esm2022/lib/search/query.state.mjs +6 -6
- package/esm2022/lib/search/search-bar/search-bar-binding.directive.mjs +3 -3
- package/esm2022/lib/search/search-bar/search-bar.module.mjs +4 -4
- package/esm2022/lib/search/search-results-tool/search-results-tool.component.mjs +6 -6
- package/esm2022/lib/search/search-results-tool/search-results-tool.module.mjs +4 -4
- package/esm2022/lib/search/search.module.mjs +4 -4
- package/esm2022/lib/search/search.state.mjs +10 -8
- package/esm2022/lib/storage/storage.state.mjs +6 -6
- package/esm2022/lib/tool/tool.state.mjs +3 -3
- package/esm2022/lib/workspace/shared/edition-actions.service.mjs +13 -10
- package/esm2022/lib/workspace/shared/feature-actions.service.mjs +10 -7
- package/esm2022/lib/workspace/shared/wfs-actions.service.mjs +13 -10
- package/esm2022/lib/workspace/shared/workspace.utils.mjs +1 -1
- 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 +6 -6
- package/fesm2022/igo2-integration.mjs +276 -268
- 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 +1 -1
- package/lib/catalog/catalog-library-tool/catalog-library-tool.component.d.ts +1 -1
- package/lib/context/context.state.d.ts +1 -1
- package/lib/directions/directions-tool/directions-tool.component.d.ts +3 -1
- package/lib/environment/environment.interface.d.ts +2 -2
- package/lib/filter/spatial-filter-tool/spatial-filter-tool.component.d.ts +2 -1
- package/lib/geometry-form/data-issue-reporter-tool/data-issue-reporter-tool.component.d.ts +2 -1
- package/lib/geometry-form/geometry-form.module.d.ts +3 -2
- package/lib/map/advanced-map-tool/advanced-coordinates/advanced-coordinates.component.d.ts +4 -1
- package/lib/map/map-proximity-tool/map-proximity-tool.component.d.ts +2 -1
- package/lib/map/map-proximity.state.d.ts +1 -1
- package/lib/map/map.state.d.ts +2 -1
- package/lib/search/query.state.d.ts +1 -1
- package/lib/search/search-results-tool/search-results-tool.component.d.ts +1 -1
- package/lib/search/search.state.d.ts +2 -1
- package/lib/storage/storage.state.d.ts +1 -1
- package/lib/workspace/shared/edition-actions.service.d.ts +3 -1
- package/lib/workspace/shared/feature-actions.service.d.ts +3 -1
- package/lib/workspace/shared/wfs-actions.service.d.ts +3 -1
- package/lib/workspace/shared/workspace.utils.d.ts +3 -1
- package/lib/workspace/workspace.state.d.ts +1 -1
- package/package.json +4 -4
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import { Injectable } from '@angular/core';
|
|
2
|
-
import { ConfigService
|
|
2
|
+
import { ConfigService } from '@igo2/core/config';
|
|
3
|
+
import { StorageService } from '@igo2/core/storage';
|
|
3
4
|
import { IgoMap, MapService, ProjectionService } from '@igo2/geo';
|
|
4
5
|
import * as i0 from "@angular/core";
|
|
5
6
|
import * as i1 from "@igo2/geo";
|
|
6
|
-
import * as i2 from "@igo2/core";
|
|
7
|
+
import * as i2 from "@igo2/core/storage";
|
|
8
|
+
import * as i3 from "@igo2/core/config";
|
|
7
9
|
// import { BehaviorSubject } from 'rxjs';
|
|
8
10
|
/**
|
|
9
11
|
* Service that holds the state of the map module
|
|
@@ -44,13 +46,13 @@ export class MapState {
|
|
|
44
46
|
}, this.storageService, this.configService);
|
|
45
47
|
this.mapService.setMap(this.map);
|
|
46
48
|
}
|
|
47
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.
|
|
48
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.2.
|
|
49
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: MapState, deps: [{ token: i1.MapService }, { token: i1.ProjectionService }, { token: i2.StorageService }, { token: i3.ConfigService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
50
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: MapState, providedIn: 'root' });
|
|
49
51
|
}
|
|
50
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.
|
|
52
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: MapState, decorators: [{
|
|
51
53
|
type: Injectable,
|
|
52
54
|
args: [{
|
|
53
55
|
providedIn: 'root'
|
|
54
56
|
}]
|
|
55
|
-
}], ctorParameters: () => [{ type: i1.MapService }, { type: i1.ProjectionService }, { type: i2.StorageService }, { type:
|
|
56
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
57
|
+
}], ctorParameters: () => [{ type: i1.MapService }, { type: i1.ProjectionService }, { type: i2.StorageService }, { type: i3.ConfigService }] });
|
|
58
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWFwLnN0YXRlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvaW50ZWdyYXRpb24vc3JjL2xpYi9tYXAvbWFwLnN0YXRlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxVQUFVLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFFM0MsT0FBTyxFQUFFLGFBQWEsRUFBRSxNQUFNLG1CQUFtQixDQUFDO0FBQ2xELE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSxvQkFBb0IsQ0FBQztBQUNwRCxPQUFPLEVBQUUsTUFBTSxFQUFFLFVBQVUsRUFBRSxpQkFBaUIsRUFBRSxNQUFNLFdBQVcsQ0FBQzs7Ozs7QUFFbEUsMENBQTBDO0FBRTFDOztHQUVHO0FBSUgsTUFBTSxPQUFPLFFBQVE7SUFvQlQ7SUFDQTtJQUNBO0lBQ0E7SUF0QlYsMkRBQTJEO0lBQzNELElBQUksbUJBQW1CO1FBQ3JCLE9BQU8sSUFBSSxDQUFDLGtCQUFrQixDQUFDO0lBQ2pDLENBQUM7SUFFRCxJQUFJLG1CQUFtQixDQUFDLEtBQUs7UUFDM0IsSUFBSSxDQUFDLGtCQUFrQixHQUFHLEtBQUssQ0FBQztJQUNsQyxDQUFDO0lBQ08sa0JBQWtCLENBQVU7SUFFcEM7O09BRUc7SUFDSCxJQUFJLEdBQUc7UUFDTCxPQUFPLElBQUksQ0FBQyxJQUFJLENBQUM7SUFDbkIsQ0FBQztJQUNPLElBQUksQ0FBUztJQUVyQixZQUNVLFVBQXNCLEVBQ3RCLGlCQUFvQyxFQUFFLGdEQUFnRDtJQUN0RixjQUE4QixFQUM5QixhQUE0QjtRQUg1QixlQUFVLEdBQVYsVUFBVSxDQUFZO1FBQ3RCLHNCQUFpQixHQUFqQixpQkFBaUIsQ0FBbUI7UUFDcEMsbUJBQWMsR0FBZCxjQUFjLENBQWdCO1FBQzlCLGtCQUFhLEdBQWIsYUFBYSxDQUFlO1FBRXBDLElBQUksQ0FBQyxJQUFJLEdBQUcsSUFBSSxNQUFNLENBQ3BCO1lBQ0UsUUFBUSxFQUFFO2dCQUNSLFNBQVMsRUFBRSxJQUFJO2dCQUNmLFdBQVcsRUFBRTtvQkFDWCxTQUFTLEVBQUUsSUFBSTtpQkFDaEI7YUFDRjtTQUNGLEVBQ0QsSUFBSSxDQUFDLGNBQWMsRUFDbkIsSUFBSSxDQUFDLGFBQWEsQ0FDbkIsQ0FBQztRQUVGLElBQUksQ0FBQyxVQUFVLENBQUMsTUFBTSxDQUFDLElBQUksQ0FBQyxHQUFHLENBQUMsQ0FBQztJQUNuQyxDQUFDO3VHQXZDVSxRQUFROzJHQUFSLFFBQVEsY0FGUCxNQUFNOzsyRkFFUCxRQUFRO2tCQUhwQixVQUFVO21CQUFDO29CQUNWLFVBQVUsRUFBRSxNQUFNO2lCQUNuQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEluamVjdGFibGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuXHJcbmltcG9ydCB7IENvbmZpZ1NlcnZpY2UgfSBmcm9tICdAaWdvMi9jb3JlL2NvbmZpZyc7XHJcbmltcG9ydCB7IFN0b3JhZ2VTZXJ2aWNlIH0gZnJvbSAnQGlnbzIvY29yZS9zdG9yYWdlJztcclxuaW1wb3J0IHsgSWdvTWFwLCBNYXBTZXJ2aWNlLCBQcm9qZWN0aW9uU2VydmljZSB9IGZyb20gJ0BpZ28yL2dlbyc7XHJcblxyXG4vLyBpbXBvcnQgeyBCZWhhdmlvclN1YmplY3QgfSBmcm9tICdyeGpzJztcclxuXHJcbi8qKlxyXG4gKiBTZXJ2aWNlIHRoYXQgaG9sZHMgdGhlIHN0YXRlIG9mIHRoZSBtYXAgbW9kdWxlXHJcbiAqL1xyXG5ASW5qZWN0YWJsZSh7XHJcbiAgcHJvdmlkZWRJbjogJ3Jvb3QnXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBNYXBTdGF0ZSB7XHJcbiAgLy8gcHVibGljIG1hcENlbnRlciQgPSBuZXcgQmVoYXZpb3JTdWJqZWN0PGJvb2xlYW4+KGZhbHNlKTtcclxuICBnZXQgc2hvd0FsbExlZ2VuZHNWYWx1ZSgpOiBib29sZWFuIHtcclxuICAgIHJldHVybiB0aGlzLl9sZWdlbmRUb29sU2hvd0FsbDtcclxuICB9XHJcblxyXG4gIHNldCBzaG93QWxsTGVnZW5kc1ZhbHVlKHZhbHVlKSB7XHJcbiAgICB0aGlzLl9sZWdlbmRUb29sU2hvd0FsbCA9IHZhbHVlO1xyXG4gIH1cclxuICBwcml2YXRlIF9sZWdlbmRUb29sU2hvd0FsbDogYm9vbGVhbjtcclxuXHJcbiAgLyoqXHJcbiAgICogQWN0aXZlIG1hcFxyXG4gICAqL1xyXG4gIGdldCBtYXAoKTogSWdvTWFwIHtcclxuICAgIHJldHVybiB0aGlzLl9tYXA7XHJcbiAgfVxyXG4gIHByaXZhdGUgX21hcDogSWdvTWFwO1xyXG5cclxuICBjb25zdHJ1Y3RvcihcclxuICAgIHByaXZhdGUgbWFwU2VydmljZTogTWFwU2VydmljZSxcclxuICAgIHByaXZhdGUgcHJvamVjdGlvblNlcnZpY2U6IFByb2plY3Rpb25TZXJ2aWNlLCAvLyBEb24ndCByZW1vdmUgdGhpcyBvciBpdCdsbCBuZXZlciBiZSBpbmplY3RlZCxcclxuICAgIHByaXZhdGUgc3RvcmFnZVNlcnZpY2U6IFN0b3JhZ2VTZXJ2aWNlLFxyXG4gICAgcHJpdmF0ZSBjb25maWdTZXJ2aWNlOiBDb25maWdTZXJ2aWNlXHJcbiAgKSB7XHJcbiAgICB0aGlzLl9tYXAgPSBuZXcgSWdvTWFwKFxyXG4gICAgICB7XHJcbiAgICAgICAgY29udHJvbHM6IHtcclxuICAgICAgICAgIHNjYWxlTGluZTogdHJ1ZSxcclxuICAgICAgICAgIGF0dHJpYnV0aW9uOiB7XHJcbiAgICAgICAgICAgIGNvbGxhcHNlZDogdHJ1ZVxyXG4gICAgICAgICAgfVxyXG4gICAgICAgIH1cclxuICAgICAgfSxcclxuICAgICAgdGhpcy5zdG9yYWdlU2VydmljZSxcclxuICAgICAgdGhpcy5jb25maWdTZXJ2aWNlXHJcbiAgICApO1xyXG5cclxuICAgIHRoaXMubWFwU2VydmljZS5zZXRNYXAodGhpcy5tYXApO1xyXG4gIH1cclxufVxyXG4iXX0=
|
|
@@ -5,11 +5,11 @@ import * as i0 from "@angular/core";
|
|
|
5
5
|
* @deprecated import the MeasurerToolComponent directly
|
|
6
6
|
*/
|
|
7
7
|
export class IgoAppMeasureModule {
|
|
8
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.
|
|
9
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.2.
|
|
10
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.2.
|
|
8
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: IgoAppMeasureModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
9
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.2.4", ngImport: i0, type: IgoAppMeasureModule, exports: [IgoAppMeasurerToolModule] });
|
|
10
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: IgoAppMeasureModule, imports: [IgoAppMeasurerToolModule] });
|
|
11
11
|
}
|
|
12
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.
|
|
12
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: IgoAppMeasureModule, decorators: [{
|
|
13
13
|
type: NgModule,
|
|
14
14
|
args: [{
|
|
15
15
|
exports: [IgoAppMeasurerToolModule]
|
|
@@ -28,10 +28,10 @@ export class MeasureState {
|
|
|
28
28
|
}
|
|
29
29
|
});
|
|
30
30
|
}
|
|
31
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.
|
|
32
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.2.
|
|
31
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: MeasureState, deps: [{ token: i1.MapState }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
32
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: MeasureState, providedIn: 'root' });
|
|
33
33
|
}
|
|
34
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.
|
|
34
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: MeasureState, decorators: [{
|
|
35
35
|
type: Injectable,
|
|
36
36
|
args: [{
|
|
37
37
|
providedIn: 'root'
|
|
@@ -31,8 +31,8 @@ let MeasurerToolComponent = class MeasurerToolComponent {
|
|
|
31
31
|
this.measureState = measureState;
|
|
32
32
|
this.mapState = mapState;
|
|
33
33
|
}
|
|
34
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.
|
|
35
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.2.
|
|
34
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: MeasurerToolComponent, deps: [{ token: i1.MeasureState }, { token: i2.MapState }], target: i0.ɵɵFactoryTarget.Component });
|
|
35
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.2.4", type: MeasurerToolComponent, isStandalone: true, selector: "igo-measurer-tool", ngImport: i0, template: "<igo-measurer [store]=\"store\" [map]=\"map\"></igo-measurer>\n", dependencies: [{ kind: "component", type: MeasurerComponent, selector: "igo-measurer", inputs: ["map", "store", "activeMeasureType", "minSegmentLength"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
36
36
|
};
|
|
37
37
|
MeasurerToolComponent = __decorate([
|
|
38
38
|
ToolComponent({
|
|
@@ -44,7 +44,7 @@ MeasurerToolComponent = __decorate([
|
|
|
44
44
|
MapState])
|
|
45
45
|
], MeasurerToolComponent);
|
|
46
46
|
export { MeasurerToolComponent };
|
|
47
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.
|
|
47
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: MeasurerToolComponent, decorators: [{
|
|
48
48
|
type: Component,
|
|
49
49
|
args: [{ selector: 'igo-measurer-tool', changeDetection: ChangeDetectionStrategy.OnPush, standalone: true, imports: [MeasurerComponent], template: "<igo-measurer [store]=\"store\" [map]=\"map\"></igo-measurer>\n" }]
|
|
50
50
|
}], ctorParameters: () => [{ type: i1.MeasureState }, { type: i2.MapState }] });
|
|
@@ -5,11 +5,11 @@ import * as i0 from "@angular/core";
|
|
|
5
5
|
* @deprecated import the MeasurerToolComponent directly
|
|
6
6
|
*/
|
|
7
7
|
export class IgoAppMeasurerToolModule {
|
|
8
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.
|
|
9
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.2.
|
|
10
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.2.
|
|
8
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: IgoAppMeasurerToolModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
9
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.2.4", ngImport: i0, type: IgoAppMeasurerToolModule, imports: [MeasurerToolComponent], exports: [MeasurerToolComponent] });
|
|
10
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: IgoAppMeasurerToolModule, imports: [MeasurerToolComponent] });
|
|
11
11
|
}
|
|
12
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.
|
|
12
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: IgoAppMeasurerToolModule, decorators: [{
|
|
13
13
|
type: NgModule,
|
|
14
14
|
args: [{
|
|
15
15
|
imports: [MeasurerToolComponent],
|
|
@@ -13,8 +13,8 @@ let PrintToolComponent = class PrintToolComponent {
|
|
|
13
13
|
constructor(mapState) {
|
|
14
14
|
this.mapState = mapState;
|
|
15
15
|
}
|
|
16
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.
|
|
17
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.2.
|
|
16
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: PrintToolComponent, deps: [{ token: i1.MapState }], target: i0.ɵɵFactoryTarget.Component });
|
|
17
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.2.4", type: PrintToolComponent, isStandalone: true, selector: "igo-print-tool", ngImport: i0, template: "<igo-print [map]=\"map\"></igo-print>\n", dependencies: [{ kind: "component", type: PrintComponent, selector: "igo-print", inputs: ["map", "outputFormat", "paperFormat", "orientation", "imageFormat", "legendPosition", "resolution"] }] });
|
|
18
18
|
};
|
|
19
19
|
PrintToolComponent = __decorate([
|
|
20
20
|
ToolComponent({
|
|
@@ -25,7 +25,7 @@ PrintToolComponent = __decorate([
|
|
|
25
25
|
__metadata("design:paramtypes", [MapState])
|
|
26
26
|
], PrintToolComponent);
|
|
27
27
|
export { PrintToolComponent };
|
|
28
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.
|
|
28
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: PrintToolComponent, decorators: [{
|
|
29
29
|
type: Component,
|
|
30
30
|
args: [{ selector: 'igo-print-tool', standalone: true, imports: [PrintComponent], template: "<igo-print [map]=\"map\"></igo-print>\n" }]
|
|
31
31
|
}], ctorParameters: () => [{ type: i1.MapState }] });
|
|
@@ -11,11 +11,11 @@ export class IgoAppPrintModule {
|
|
|
11
11
|
providers: []
|
|
12
12
|
};
|
|
13
13
|
}
|
|
14
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.
|
|
15
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.2.
|
|
16
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.2.
|
|
14
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: IgoAppPrintModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
15
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.2.4", ngImport: i0, type: IgoAppPrintModule, imports: [PrintToolComponent], exports: [PrintToolComponent] });
|
|
16
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: IgoAppPrintModule, imports: [PrintToolComponent] });
|
|
17
17
|
}
|
|
18
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.
|
|
18
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: IgoAppPrintModule, decorators: [{
|
|
19
19
|
type: NgModule,
|
|
20
20
|
args: [{
|
|
21
21
|
imports: [PrintToolComponent],
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { Injectable } from '@angular/core';
|
|
2
2
|
import { EntityStore } from '@igo2/common';
|
|
3
|
-
import { ConfigService } from '@igo2/core';
|
|
3
|
+
import { ConfigService } from '@igo2/core/config';
|
|
4
4
|
import { CapabilitiesService, GeoPropertiesStrategy, PropertyTypeDetectorService } from '@igo2/geo';
|
|
5
5
|
import { MapState } from '../map/map.state';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
|
-
import * as i1 from "@igo2/core";
|
|
7
|
+
import * as i1 from "@igo2/core/config";
|
|
8
8
|
import * as i2 from "@igo2/geo";
|
|
9
9
|
import * as i3 from "../map/map.state";
|
|
10
10
|
/**
|
|
@@ -36,13 +36,13 @@ export class QueryState {
|
|
|
36
36
|
const geoPropertiesStrategy = new GeoPropertiesStrategy({ map: this.mapState.map }, this.propertyTypeDetectorService, this.capabilitiesService);
|
|
37
37
|
this.store.addStrategy(geoPropertiesStrategy, true);
|
|
38
38
|
}
|
|
39
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.
|
|
40
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.2.
|
|
39
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: QueryState, deps: [{ token: i1.ConfigService }, { token: i2.PropertyTypeDetectorService }, { token: i2.CapabilitiesService }, { token: i3.MapState }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
40
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: QueryState, providedIn: 'root' });
|
|
41
41
|
}
|
|
42
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.
|
|
42
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: QueryState, decorators: [{
|
|
43
43
|
type: Injectable,
|
|
44
44
|
args: [{
|
|
45
45
|
providedIn: 'root'
|
|
46
46
|
}]
|
|
47
47
|
}], ctorParameters: () => [{ type: i1.ConfigService }, { type: i2.PropertyTypeDetectorService }, { type: i2.CapabilitiesService }, { type: i3.MapState }] });
|
|
48
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
48
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicXVlcnkuc3RhdGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9pbnRlZ3JhdGlvbi9zcmMvbGliL3NlYXJjaC9xdWVyeS5zdGF0ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBRTNDLE9BQU8sRUFBRSxXQUFXLEVBQUUsTUFBTSxjQUFjLENBQUM7QUFDM0MsT0FBTyxFQUFFLGFBQWEsRUFBRSxNQUFNLG1CQUFtQixDQUFDO0FBQ2xELE9BQU8sRUFDTCxtQkFBbUIsRUFFbkIscUJBQXFCLEVBRXJCLDJCQUEyQixFQUU1QixNQUFNLFdBQVcsQ0FBQztBQUVuQixPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sa0JBQWtCLENBQUM7Ozs7O0FBRTVDOztHQUVHO0FBSUgsTUFBTSxPQUFPLFVBQVU7SUFVWDtJQUNBO0lBQ0E7SUFDQTtJQVpWOztPQUVHO0lBQ0ksS0FBSyxHQUFHLElBQUksV0FBVyxDQUFlLEVBQUUsQ0FBQyxDQUFDO0lBQzFDLGlCQUFpQixHQUE2QixFQUFFLENBQUM7SUFDakQsMEJBQTBCLEdBQTZCLEVBQUUsQ0FBQztJQUMxRCxzQkFBc0IsR0FBNkIsRUFBRSxDQUFDO0lBRTdELFlBQ1UsYUFBNEIsRUFDNUIsMkJBQXdELEVBQ3hELG1CQUF3QyxFQUN4QyxRQUFrQjtRQUhsQixrQkFBYSxHQUFiLGFBQWEsQ0FBZTtRQUM1QixnQ0FBMkIsR0FBM0IsMkJBQTJCLENBQTZCO1FBQ3hELHdCQUFtQixHQUFuQixtQkFBbUIsQ0FBcUI7UUFDeEMsYUFBUSxHQUFSLFFBQVEsQ0FBVTtRQUUxQixNQUFNLGlCQUFpQixHQUNyQixJQUFJLENBQUMsYUFBYSxDQUFDLFNBQVMsQ0FBQyxtQkFBbUIsQ0FBQyxDQUFDO1FBQ3BELElBQUksaUJBQWlCLEVBQUUsQ0FBQztZQUN0QixJQUFJLENBQUMsaUJBQWlCLEdBQUcsaUJBQWlCLENBQUMsSUFBSSxDQUFDO1lBQ2hELElBQUksQ0FBQywwQkFBMEIsR0FBRyxpQkFBaUIsQ0FBQyxTQUFTLENBQUM7WUFDOUQsSUFBSSxDQUFDLHNCQUFzQixHQUFHLGlCQUFpQixDQUFDLEtBQUssQ0FBQztRQUN4RCxDQUFDO1FBQ0QsTUFBTSxxQkFBcUIsR0FBRyxJQUFJLHFCQUFxQixDQUNyRCxFQUFFLEdBQUcsRUFBRSxJQUFJLENBQUMsUUFBUSxDQUFDLEdBQUcsRUFBRSxFQUMxQixJQUFJLENBQUMsMkJBQTJCLEVBQ2hDLElBQUksQ0FBQyxtQkFBbUIsQ0FDekIsQ0FBQztRQUNGLElBQUksQ0FBQyxLQUFLLENBQUMsV0FBVyxDQUFDLHFCQUFxQixFQUFFLElBQUksQ0FBQyxDQUFDO0lBQ3RELENBQUM7dUdBNUJVLFVBQVU7MkdBQVYsVUFBVSxjQUZULE1BQU07OzJGQUVQLFVBQVU7a0JBSHRCLFVBQVU7bUJBQUM7b0JBQ1YsVUFBVSxFQUFFLE1BQU07aUJBQ25CIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgSW5qZWN0YWJsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5cclxuaW1wb3J0IHsgRW50aXR5U3RvcmUgfSBmcm9tICdAaWdvMi9jb21tb24nO1xyXG5pbXBvcnQgeyBDb25maWdTZXJ2aWNlIH0gZnJvbSAnQGlnbzIvY29yZS9jb25maWcnO1xyXG5pbXBvcnQge1xyXG4gIENhcGFiaWxpdGllc1NlcnZpY2UsXHJcbiAgQ29tbW9uVmVjdG9yU3R5bGVPcHRpb25zLFxyXG4gIEdlb1Byb3BlcnRpZXNTdHJhdGVneSxcclxuICBPdmVybGF5U3R5bGVPcHRpb25zLFxyXG4gIFByb3BlcnR5VHlwZURldGVjdG9yU2VydmljZSxcclxuICBTZWFyY2hSZXN1bHRcclxufSBmcm9tICdAaWdvMi9nZW8nO1xyXG5cclxuaW1wb3J0IHsgTWFwU3RhdGUgfSBmcm9tICcuLi9tYXAvbWFwLnN0YXRlJztcclxuXHJcbi8qKlxyXG4gKiBTZXJ2aWNlIHRoYXQgaG9sZHMgdGhlIHN0YXRlIG9mIHRoZSBxdWVyeSBtb2R1bGVcclxuICovXHJcbkBJbmplY3RhYmxlKHtcclxuICBwcm92aWRlZEluOiAncm9vdCdcclxufSlcclxuZXhwb3J0IGNsYXNzIFF1ZXJ5U3RhdGUge1xyXG4gIC8qKlxyXG4gICAqIFN0b3JlIHRoYXQgaG9sZHMgdGhlIHF1ZXJ5IHJlc3VsdHNcclxuICAgKi9cclxuICBwdWJsaWMgc3RvcmUgPSBuZXcgRW50aXR5U3RvcmU8U2VhcmNoUmVzdWx0PihbXSk7XHJcbiAgcHVibGljIHF1ZXJ5T3ZlcmxheVN0eWxlOiBDb21tb25WZWN0b3JTdHlsZU9wdGlvbnMgPSB7fTtcclxuICBwdWJsaWMgcXVlcnlPdmVybGF5U3R5bGVTZWxlY3Rpb246IENvbW1vblZlY3RvclN0eWxlT3B0aW9ucyA9IHt9O1xyXG4gIHB1YmxpYyBxdWVyeU92ZXJsYXlTdHlsZUZvY3VzOiBDb21tb25WZWN0b3JTdHlsZU9wdGlvbnMgPSB7fTtcclxuXHJcbiAgY29uc3RydWN0b3IoXHJcbiAgICBwcml2YXRlIGNvbmZpZ1NlcnZpY2U6IENvbmZpZ1NlcnZpY2UsXHJcbiAgICBwcml2YXRlIHByb3BlcnR5VHlwZURldGVjdG9yU2VydmljZTogUHJvcGVydHlUeXBlRGV0ZWN0b3JTZXJ2aWNlLFxyXG4gICAgcHJpdmF0ZSBjYXBhYmlsaXRpZXNTZXJ2aWNlOiBDYXBhYmlsaXRpZXNTZXJ2aWNlLFxyXG4gICAgcHJpdmF0ZSBtYXBTdGF0ZTogTWFwU3RhdGVcclxuICApIHtcclxuICAgIGNvbnN0IHF1ZXJ5T3ZlcmxheVN0eWxlOiBPdmVybGF5U3R5bGVPcHRpb25zID1cclxuICAgICAgdGhpcy5jb25maWdTZXJ2aWNlLmdldENvbmZpZygncXVlcnlPdmVybGF5U3R5bGUnKTtcclxuICAgIGlmIChxdWVyeU92ZXJsYXlTdHlsZSkge1xyXG4gICAgICB0aGlzLnF1ZXJ5T3ZlcmxheVN0eWxlID0gcXVlcnlPdmVybGF5U3R5bGUuYmFzZTtcclxuICAgICAgdGhpcy5xdWVyeU92ZXJsYXlTdHlsZVNlbGVjdGlvbiA9IHF1ZXJ5T3ZlcmxheVN0eWxlLnNlbGVjdGlvbjtcclxuICAgICAgdGhpcy5xdWVyeU92ZXJsYXlTdHlsZUZvY3VzID0gcXVlcnlPdmVybGF5U3R5bGUuZm9jdXM7XHJcbiAgICB9XHJcbiAgICBjb25zdCBnZW9Qcm9wZXJ0aWVzU3RyYXRlZ3kgPSBuZXcgR2VvUHJvcGVydGllc1N0cmF0ZWd5KFxyXG4gICAgICB7IG1hcDogdGhpcy5tYXBTdGF0ZS5tYXAgfSxcclxuICAgICAgdGhpcy5wcm9wZXJ0eVR5cGVEZXRlY3RvclNlcnZpY2UsXHJcbiAgICAgIHRoaXMuY2FwYWJpbGl0aWVzU2VydmljZVxyXG4gICAgKTtcclxuICAgIHRoaXMuc3RvcmUuYWRkU3RyYXRlZ3koZ2VvUHJvcGVydGllc1N0cmF0ZWd5LCB0cnVlKTtcclxuICB9XHJcbn1cclxuIl19
|
|
@@ -50,10 +50,10 @@ export class SearchBarBindingDirective {
|
|
|
50
50
|
this.searchState.setSearchType(searchType);
|
|
51
51
|
}
|
|
52
52
|
}
|
|
53
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.
|
|
54
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.2.
|
|
53
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: SearchBarBindingDirective, deps: [{ token: i1.SearchBarComponent, self: true }, { token: i2.SearchState }], target: i0.ɵɵFactoryTarget.Directive });
|
|
54
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.2.4", type: SearchBarBindingDirective, isStandalone: true, selector: "[igoSearchBarBinding]", host: { listeners: { "searchTermChange": "onSearchTermChange($event)", "searchTypeChange": "onSearchTypeChange($event)" } }, ngImport: i0 });
|
|
55
55
|
}
|
|
56
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.
|
|
56
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: SearchBarBindingDirective, decorators: [{
|
|
57
57
|
type: Directive,
|
|
58
58
|
args: [{
|
|
59
59
|
selector: '[igoSearchBarBinding]',
|
|
@@ -5,11 +5,11 @@ import * as i0 from "@angular/core";
|
|
|
5
5
|
* @deprecated import the SearchBarBindingDirective directly
|
|
6
6
|
*/
|
|
7
7
|
export class IgoAppSearchBarModule {
|
|
8
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.
|
|
9
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.2.
|
|
10
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.2.
|
|
8
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: IgoAppSearchBarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
9
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.2.4", ngImport: i0, type: IgoAppSearchBarModule, imports: [SearchBarBindingDirective], exports: [SearchBarBindingDirective] });
|
|
10
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: IgoAppSearchBarModule });
|
|
11
11
|
}
|
|
12
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.
|
|
12
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: IgoAppSearchBarModule, decorators: [{
|
|
13
13
|
type: NgModule,
|
|
14
14
|
args: [{
|
|
15
15
|
imports: [SearchBarBindingDirective],
|