@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,7 +1,8 @@
|
|
|
1
1
|
import { HttpClient } from '@angular/common/http';
|
|
2
2
|
import { ChangeDetectorRef, OnInit } from '@angular/core';
|
|
3
3
|
import { AuthService } from '@igo2/auth';
|
|
4
|
-
import { ConfigService
|
|
4
|
+
import { ConfigService } from '@igo2/core/config';
|
|
5
|
+
import { LanguageService } from '@igo2/core/language';
|
|
5
6
|
import type { Observable } from 'rxjs';
|
|
6
7
|
import * as i0 from "@angular/core";
|
|
7
8
|
export declare class AboutToolComponent implements OnInit {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { AuthService } from '@igo2/auth';
|
|
2
|
-
import { AnalyticsService } from '@igo2/core';
|
|
2
|
+
import { AnalyticsService } from '@igo2/core/analytics';
|
|
3
3
|
import { ContextState } from '../context/context.state';
|
|
4
4
|
import { MapState } from '../map/map.state';
|
|
5
5
|
import { SearchState } from '../search/search.state';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
2
|
import { EntityStore } from '@igo2/common';
|
|
3
|
-
import { StorageService } from '@igo2/core';
|
|
3
|
+
import { StorageService } from '@igo2/core/storage';
|
|
4
4
|
import { Catalog, CatalogService } from '@igo2/geo';
|
|
5
5
|
import { ToolState } from '../../tool/tool.state';
|
|
6
6
|
import { CatalogState } from '../catalog.state';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ToolService } from '@igo2/common';
|
|
2
2
|
import { ContextService, DetailedContext } from '@igo2/context';
|
|
3
|
-
import { LanguageService } from '@igo2/core';
|
|
3
|
+
import { LanguageService } from '@igo2/core/language';
|
|
4
4
|
import { BehaviorSubject } from 'rxjs';
|
|
5
5
|
import { ToolState } from '../tool/tool.state';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
2
|
import { AuthService } from '@igo2/auth';
|
|
3
|
-
import { LanguageService
|
|
3
|
+
import { LanguageService } from '@igo2/core/language';
|
|
4
|
+
import { MessageService } from '@igo2/core/message';
|
|
5
|
+
import { StorageService } from '@igo2/core/storage';
|
|
4
6
|
import { IgoMap, RoutesFeatureStore, StepFeatureStore, StopsFeatureStore, StopsStore } from '@igo2/geo';
|
|
5
7
|
import { Subject } from 'rxjs';
|
|
6
8
|
import { ContextState } from '../../context/context.state';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { AuthEnvironmentOptions } from '@igo2/auth/environment';
|
|
2
2
|
import { EnvironmentOptions as CommonEnvironmentOptions } from '@igo2/common';
|
|
3
3
|
import { EnvironmentOptions as ContextEnvironmentOptions } from '@igo2/context';
|
|
4
|
-
import { BaseEnvironmentOptions, EnvironmentOptions as CoreEnvironmentOptions } from '@igo2/core';
|
|
4
|
+
import { BaseEnvironmentOptions, EnvironmentOptions as CoreEnvironmentOptions } from '@igo2/core/environment';
|
|
5
5
|
import { EnvironmentOptions as GeoEnvironmentOptions } from '@igo2/geo';
|
|
6
6
|
export type AllEnvironmentOptions = AuthEnvironmentOptions & CommonEnvironmentOptions & CoreEnvironmentOptions & ContextEnvironmentOptions & GeoEnvironmentOptions & IntegrationEnvironmentOptions;
|
|
7
7
|
export interface EnvironmentOptions extends BaseEnvironmentOptions {
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { ChangeDetectorRef, OnDestroy, OnInit } from '@angular/core';
|
|
2
2
|
import { MatIconRegistry } from '@angular/material/icon';
|
|
3
3
|
import { EntityStore } from '@igo2/common';
|
|
4
|
-
import { LanguageService
|
|
4
|
+
import { LanguageService } from '@igo2/core/language';
|
|
5
|
+
import { MessageService } from '@igo2/core/message';
|
|
5
6
|
import { DataSourceService, Feature, IgoMap, Layer, LayerService, MeasureLengthUnit, SpatialFilterItemType, SpatialFilterQueryType, SpatialFilterService, SpatialFilterThematic, SpatialFilterType } from '@igo2/geo';
|
|
6
7
|
import * as olstyle from 'ol/style';
|
|
7
8
|
import { BehaviorSubject } from 'rxjs';
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { HttpClient } from '@angular/common/http';
|
|
2
2
|
import { OnDestroy, OnInit } from '@angular/core';
|
|
3
3
|
import { Form, FormService } from '@igo2/common';
|
|
4
|
-
import { LanguageService
|
|
4
|
+
import { LanguageService } from '@igo2/core/language';
|
|
5
|
+
import { MessageService } from '@igo2/core/message';
|
|
5
6
|
import { IgoMap } from '@igo2/geo';
|
|
6
7
|
import { BehaviorSubject } from 'rxjs';
|
|
7
8
|
import { MapState } from '../../map/map.state';
|
|
@@ -2,10 +2,11 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
import * as i1 from "./data-issue-reporter-tool/data-issue-reporter-tool.component";
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
4
|
import * as i3 from "@angular/material/button";
|
|
5
|
-
import * as i4 from "@igo2/core";
|
|
5
|
+
import * as i4 from "@igo2/core/language";
|
|
6
6
|
import * as i5 from "@igo2/common";
|
|
7
|
+
import * as i6 from "@igo2/core/message";
|
|
7
8
|
export declare class IgoAppGeometryFormModule {
|
|
8
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgoAppGeometryFormModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoAppGeometryFormModule, [typeof i1.DataIssueReporterToolComponent], [typeof i2.CommonModule, typeof i3.MatButtonModule, typeof i4.IgoLanguageModule, typeof i5.IgoFormModule, typeof
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoAppGeometryFormModule, [typeof i1.DataIssueReporterToolComponent], [typeof i2.CommonModule, typeof i3.MatButtonModule, typeof i4.IgoLanguageModule, typeof i5.IgoFormModule, typeof i6.IgoMessageModule], [typeof i1.DataIssueReporterToolComponent]>;
|
|
10
11
|
static ɵinj: i0.ɵɵInjectorDeclaration<IgoAppGeometryFormModule>;
|
|
11
12
|
}
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
import { ChangeDetectorRef, OnDestroy, OnInit } from '@angular/core';
|
|
2
2
|
import { UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
|
|
3
|
-
import { ConfigService
|
|
3
|
+
import { ConfigService } from '@igo2/core/config';
|
|
4
|
+
import { LanguageService } from '@igo2/core/language';
|
|
5
|
+
import { MessageService } from '@igo2/core/message';
|
|
6
|
+
import { StorageService } from '@igo2/core/storage';
|
|
4
7
|
import { IgoMap, InputProjections, ProjectionsLimitationsOptions } from '@igo2/geo';
|
|
5
8
|
import { BehaviorSubject } from 'rxjs';
|
|
6
9
|
import { MapState } from '../../map.state';
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { OnDestroy, OnInit } from '@angular/core';
|
|
2
2
|
import { MatRadioChange } from '@angular/material/radio';
|
|
3
3
|
import { EntityTableComponent, EntityTableTemplate } from '@igo2/common';
|
|
4
|
-
import { LanguageService
|
|
4
|
+
import { LanguageService } from '@igo2/core/language';
|
|
5
|
+
import { MessageService } from '@igo2/core/message';
|
|
5
6
|
import { IgoMap } from '@igo2/geo';
|
|
6
7
|
import { MapProximityState } from '../map-proximity.state';
|
|
7
8
|
import { MapState } from '../map.state';
|
package/lib/map/map.state.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import { ConfigService
|
|
1
|
+
import { ConfigService } from '@igo2/core/config';
|
|
2
|
+
import { StorageService } from '@igo2/core/storage';
|
|
2
3
|
import { IgoMap, MapService, ProjectionService } from '@igo2/geo';
|
|
3
4
|
import * as i0 from "@angular/core";
|
|
4
5
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { EntityStore } from '@igo2/common';
|
|
2
|
-
import { ConfigService } from '@igo2/core';
|
|
2
|
+
import { ConfigService } from '@igo2/core/config';
|
|
3
3
|
import { CapabilitiesService, CommonVectorStyleOptions, PropertyTypeDetectorService, SearchResult } from '@igo2/geo';
|
|
4
4
|
import { MapState } from '../map/map.state';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ElementRef, OnDestroy, OnInit } from '@angular/core';
|
|
2
2
|
import { EntityStore, FlexibleState } from '@igo2/common';
|
|
3
|
-
import { ConfigService } from '@igo2/core';
|
|
3
|
+
import { ConfigService } from '@igo2/core/config';
|
|
4
4
|
import { Feature, FeatureStore, IgoMap, Research, SearchResult } from '@igo2/geo';
|
|
5
5
|
import { BehaviorSubject, Observable } from 'rxjs';
|
|
6
6
|
import { DirectionState } from '../../directions/directions.state';
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { EntityStore } from '@igo2/common';
|
|
2
|
-
import { ConfigService
|
|
2
|
+
import { ConfigService } from '@igo2/core/config';
|
|
3
|
+
import { StorageService } from '@igo2/core/storage';
|
|
3
4
|
import { CommonVectorStyleOptions, Feature, FeatureMotion, FeatureStore, SearchResult, SearchSourceService } from '@igo2/geo';
|
|
4
5
|
import { BehaviorSubject, Subscription } from 'rxjs';
|
|
5
6
|
import { MapState } from '../map';
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import { OnDestroy } from '@angular/core';
|
|
2
2
|
import { Action, Widget } from '@igo2/common';
|
|
3
|
-
import { LanguageService
|
|
3
|
+
import { LanguageService } from '@igo2/core/language';
|
|
4
|
+
import { MediaService } from '@igo2/core/media';
|
|
5
|
+
import { StorageService } from '@igo2/core/storage';
|
|
4
6
|
import { EditionWorkspace } from '@igo2/geo';
|
|
5
7
|
import { BehaviorSubject } from 'rxjs';
|
|
6
8
|
import { StorageState } from '../../storage/storage.state';
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import { OnDestroy } from '@angular/core';
|
|
2
2
|
import { Action } from '@igo2/common';
|
|
3
|
-
import { LanguageService
|
|
3
|
+
import { LanguageService } from '@igo2/core/language';
|
|
4
|
+
import { MediaService } from '@igo2/core/media';
|
|
5
|
+
import { StorageService } from '@igo2/core/storage';
|
|
4
6
|
import { FeatureWorkspace } from '@igo2/geo';
|
|
5
7
|
import { BehaviorSubject } from 'rxjs';
|
|
6
8
|
import { StorageState } from '../../storage/storage.state';
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import { OnDestroy } from '@angular/core';
|
|
2
2
|
import { Action, Widget } from '@igo2/common';
|
|
3
|
-
import { LanguageService
|
|
3
|
+
import { LanguageService } from '@igo2/core/language';
|
|
4
|
+
import { MediaService } from '@igo2/core/media';
|
|
5
|
+
import { StorageService } from '@igo2/core/storage';
|
|
4
6
|
import { WfsWorkspace } from '@igo2/geo';
|
|
5
7
|
import { BehaviorSubject } from 'rxjs';
|
|
6
8
|
import { StorageState } from '../../storage/storage.state';
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import { Action, Widget } from '@igo2/common';
|
|
2
|
-
import { LanguageService
|
|
2
|
+
import { LanguageService } from '@igo2/core/language';
|
|
3
|
+
import { MediaService } from '@igo2/core/media';
|
|
4
|
+
import { StorageService } from '@igo2/core/storage';
|
|
3
5
|
import { EditionWorkspace, FeatureWorkspace, WfsWorkspace } from '@igo2/geo';
|
|
4
6
|
import 'jspdf-autotable';
|
|
5
7
|
import { BehaviorSubject } from 'rxjs';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { OnDestroy } from '@angular/core';
|
|
2
2
|
import { EntityRecord, EntityState, Widget, Workspace, WorkspaceStore } from '@igo2/common';
|
|
3
|
-
import { StorageService } from '@igo2/core';
|
|
3
|
+
import { StorageService } from '@igo2/core/storage';
|
|
4
4
|
import { BehaviorSubject, Observable } from 'rxjs';
|
|
5
5
|
import { EditionActionsService } from './shared/edition-actions.service';
|
|
6
6
|
import { FeatureActionsService } from './shared/feature-actions.service';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@igo2/integration",
|
|
3
|
-
"version": "17.0.0-next.
|
|
3
|
+
"version": "17.0.0-next.3",
|
|
4
4
|
"description": "IGO Library",
|
|
5
5
|
"author": "IGO Community",
|
|
6
6
|
"keywords": [
|
|
@@ -32,9 +32,9 @@
|
|
|
32
32
|
"peerDependencies": {
|
|
33
33
|
"@angular/common": "^17.0.6",
|
|
34
34
|
"@angular/core": "^17.0.6",
|
|
35
|
-
"@igo2/auth": "^17.0.0-next.
|
|
36
|
-
"@igo2/context": "^17.0.0-next.
|
|
37
|
-
"@igo2/geo": "^17.0.0-next.
|
|
35
|
+
"@igo2/auth": "^17.0.0-next.3",
|
|
36
|
+
"@igo2/context": "^17.0.0-next.3",
|
|
37
|
+
"@igo2/geo": "^17.0.0-next.3",
|
|
38
38
|
"jspdf": "^2.5.1",
|
|
39
39
|
"jspdf-autotable": "^3.5.29",
|
|
40
40
|
"rxjs": "^7.8.0"
|