@igo2/integration 17.0.0-next.6 → 17.0.0-next.7
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 +7 -5
- package/esm2022/lib/analytics/analytics-listener.service.mjs +6 -20
- package/esm2022/lib/catalog/catalog-browser-tool/catalog-browser-tool.component.mjs +3 -2
- package/esm2022/lib/catalog/catalog-library-tool/catalog-library-tool.component.mjs +17 -4
- package/esm2022/lib/catalog/catalog.state.mjs +2 -2
- package/esm2022/lib/context/context-editor-tool/context-editor-tool.component.mjs +2 -2
- package/esm2022/lib/context/context-manager-tool/context-manager-tool.component.mjs +2 -2
- package/esm2022/lib/context/context-permission-manager-tool/context-permission-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.directive.mjs +11 -0
- package/esm2022/lib/context/context.module.mjs +2 -2
- package/esm2022/lib/context/context.state.mjs +3 -3
- package/esm2022/lib/context/index.mjs +2 -11
- package/esm2022/lib/directions/directions-tool/directions-tool.component.mjs +7 -4
- package/esm2022/lib/draw/drawing-tool/drawing-tool.component.mjs +2 -2
- package/esm2022/lib/environment/environment.interface.mjs +1 -1
- package/esm2022/lib/filter/active-ogc-filter-tool/active-ogc-filter-tool.component.mjs +2 -2
- package/esm2022/lib/filter/active-time-filter-tool/active-time-filter-tool.component.mjs +2 -2
- package/esm2022/lib/filter/ogc-filter-tool/ogc-filter-tool.component.mjs +2 -2
- package/esm2022/lib/filter/spatial-filter-tool/spatial-filter-tool.component.mjs +5 -2
- package/esm2022/lib/filter/time-filter-tool/time-filter-tool.component.mjs +2 -2
- package/esm2022/lib/geometry-form/data-issue-reporter-tool/data-issue-reporter-tool.component.mjs +4 -3
- package/esm2022/lib/geometry-form/geometry-form.module.mjs +2 -2
- package/esm2022/lib/import-export/import-export-tool/import-export-tool.component.mjs +5 -5
- package/esm2022/lib/map/advanced-map-tool/advanced-coordinates/advanced-coordinates.component.mjs +35 -27
- package/esm2022/lib/map/advanced-map-tool/advanced-map-tool.component.mjs +5 -5
- package/esm2022/lib/map/advanced-map-tool/advanced-swipe/advanced-swipe.component.mjs +8 -5
- package/esm2022/lib/map/index.mjs +2 -15
- package/esm2022/lib/map/map-details-tool/map-details-tool.component.mjs +5 -5
- package/esm2022/lib/map/map-legend/map-legend-tool.component.mjs +5 -5
- package/esm2022/lib/map/map-proximity-tool/map-proximity-tool.component.mjs +6 -5
- package/esm2022/lib/map/map-tool/map-tool.component.mjs +5 -5
- package/esm2022/lib/map/map-tools/map-tools.component.mjs +5 -5
- package/esm2022/lib/map/map.directive.mjs +15 -0
- package/esm2022/lib/measure/measurer-tool/measurer-tool.component.mjs +2 -2
- package/esm2022/lib/print/print-tool/print-tool.component.mjs +2 -2
- package/esm2022/lib/search/index.mjs +1 -7
- package/esm2022/lib/search/query.state.mjs +2 -2
- package/esm2022/lib/search/search-results-tool/search-results-tool.component.mjs +9 -5
- package/esm2022/lib/search/search.state.mjs +4 -7
- package/esm2022/lib/tool/tool.state.mjs +3 -3
- package/esm2022/lib/workspace/shared/edition-actions.service.mjs +7 -5
- package/esm2022/lib/workspace/shared/feature-actions.service.mjs +1 -1
- package/esm2022/lib/workspace/shared/wfs-actions.service.mjs +7 -5
- package/esm2022/lib/workspace/shared/workspace.utils.mjs +6 -3
- package/esm2022/lib/workspace/workspace-button/workspace-button.component.mjs +4 -4
- package/esm2022/lib/workspace/workspace.state.mjs +3 -2
- package/fesm2022/igo2-integration.mjs +145 -123
- package/fesm2022/igo2-integration.mjs.map +1 -1
- package/lib/analytics/analytics-listener.service.d.ts +1 -4
- package/lib/catalog/catalog-browser-tool/catalog-browser-tool.component.d.ts +1 -1
- package/lib/catalog/catalog-library-tool/catalog-library-tool.component.d.ts +4 -1
- package/lib/catalog/catalog.state.d.ts +1 -1
- package/lib/context/context.directive.d.ts +5 -0
- package/lib/context/context.state.d.ts +1 -1
- package/lib/context/index.d.ts +1 -5
- package/lib/directions/directions-tool/directions-tool.component.d.ts +2 -1
- package/lib/environment/environment.interface.d.ts +1 -1
- package/lib/filter/spatial-filter-tool/spatial-filter-tool.component.d.ts +1 -1
- package/lib/geometry-form/data-issue-reporter-tool/data-issue-reporter-tool.component.d.ts +1 -1
- package/lib/geometry-form/geometry-form.module.d.ts +1 -1
- package/lib/import-export/import-export-tool/import-export-tool.component.d.ts +1 -1
- package/lib/map/advanced-map-tool/advanced-coordinates/advanced-coordinates.component.d.ts +2 -0
- package/lib/map/advanced-map-tool/advanced-swipe/advanced-swipe.component.d.ts +1 -0
- package/lib/map/index.d.ts +1 -7
- package/lib/map/map-proximity-tool/map-proximity-tool.component.d.ts +1 -1
- package/lib/map/map.directive.d.ts +7 -0
- package/lib/search/index.d.ts +0 -3
- package/lib/search/query.state.d.ts +2 -2
- package/lib/search/search-results-tool/search-results-tool.component.d.ts +2 -1
- 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 -2
- package/lib/workspace/shared/feature-actions.service.d.ts +1 -1
- package/lib/workspace/shared/wfs-actions.service.d.ts +3 -2
- package/lib/workspace/shared/workspace.utils.d.ts +2 -1
- package/lib/workspace/workspace.state.d.ts +3 -1
- package/package.json +4 -4
|
@@ -2,7 +2,6 @@ import { AuthService } from '@igo2/auth';
|
|
|
2
2
|
import { AnalyticsService } from '@igo2/core/analytics';
|
|
3
3
|
import { ContextState } from '../context/context.state';
|
|
4
4
|
import { MapState } from '../map/map.state';
|
|
5
|
-
import { SearchState } from '../search/search.state';
|
|
6
5
|
import { ToolState } from '../tool/tool.state';
|
|
7
6
|
import * as i0 from "@angular/core";
|
|
8
7
|
/**
|
|
@@ -12,18 +11,16 @@ export declare class AnalyticsListenerService {
|
|
|
12
11
|
private analyticsService;
|
|
13
12
|
private authService;
|
|
14
13
|
private contextState;
|
|
15
|
-
private searchState;
|
|
16
14
|
private toolState;
|
|
17
15
|
private mapState;
|
|
18
16
|
/**
|
|
19
17
|
* Toolbox that holds main tools
|
|
20
18
|
*/
|
|
21
|
-
constructor(analyticsService: AnalyticsService, authService: AuthService, contextState: ContextState,
|
|
19
|
+
constructor(analyticsService: AnalyticsService, authService: AuthService, contextState: ContextState, toolState: ToolState, mapState: MapState);
|
|
22
20
|
listen(): void;
|
|
23
21
|
listenUser(): void;
|
|
24
22
|
listenContext(): void;
|
|
25
23
|
listenTool(): void;
|
|
26
|
-
listenSearch(): void;
|
|
27
24
|
/**
|
|
28
25
|
* Listener for adding layers to the map
|
|
29
26
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { OnDestroy, OnInit } from '@angular/core';
|
|
2
2
|
import { AuthService } from '@igo2/auth';
|
|
3
|
-
import { EntityStore } from '@igo2/common';
|
|
3
|
+
import { EntityStore } from '@igo2/common/entity';
|
|
4
4
|
import { Catalog, CatalogItem, CatalogItemState, CatalogService, IgoMap } from '@igo2/geo';
|
|
5
5
|
import { BehaviorSubject } from 'rxjs';
|
|
6
6
|
import { MapState } from '../../map/map.state';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
|
-
import { EntityStore } from '@igo2/common';
|
|
2
|
+
import { EntityStore } from '@igo2/common/entity';
|
|
3
3
|
import { StorageService } from '@igo2/core/storage';
|
|
4
4
|
import { Catalog, CatalogService } from '@igo2/geo';
|
|
5
5
|
import { ToolState } from '../../tool/tool.state';
|
|
@@ -26,6 +26,9 @@ export declare class CatalogLibraryToolComponent implements OnInit {
|
|
|
26
26
|
* List of predefined catalogs
|
|
27
27
|
*/
|
|
28
28
|
predefinedCatalogs: Catalog[];
|
|
29
|
+
set selectedCatalogId(id: any);
|
|
30
|
+
get currentTool(): string;
|
|
31
|
+
get lastTool(): string;
|
|
29
32
|
constructor(catalogService: CatalogService, catalogState: CatalogState, toolState: ToolState, storageService: StorageService);
|
|
30
33
|
/**
|
|
31
34
|
* @internal
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { ContextEditorToolComponent } from './context-editor-tool/context-editor-tool.component';
|
|
2
|
+
import { ContextManagerToolComponent } from './context-manager-tool/context-manager-tool.component';
|
|
3
|
+
import { ContextPermissionManagerToolComponent } from './context-permission-manager-tool/context-permission-manager-tool.component';
|
|
4
|
+
import { ContextShareToolComponent } from './context-share-tool/context-share-tool.component';
|
|
5
|
+
export declare const INTEGRATION_CONTEXT_DIRECTIVES: readonly [typeof ContextEditorToolComponent, typeof ContextManagerToolComponent, typeof ContextPermissionManagerToolComponent, typeof ContextShareToolComponent];
|
package/lib/context/index.d.ts
CHANGED
|
@@ -1,10 +1,6 @@
|
|
|
1
|
-
import { ContextEditorToolComponent } from './context-editor-tool/context-editor-tool.component';
|
|
2
|
-
import { ContextManagerToolComponent } from './context-manager-tool/context-manager-tool.component';
|
|
3
|
-
import { ContextPermissionManagerToolComponent } from './context-permission-manager-tool/context-permission-manager-tool.component';
|
|
4
|
-
import { ContextShareToolComponent } from './context-share-tool/context-share-tool.component';
|
|
5
1
|
export * from './context-manager-tool/context-manager-tool.component';
|
|
6
2
|
export * from './context-editor-tool/context-editor-tool.component';
|
|
7
3
|
export * from './context-permission-manager-tool/context-permission-manager-tool.component';
|
|
8
4
|
export * from './context-share-tool/context-share-tool.component';
|
|
9
5
|
export * from './context.state';
|
|
10
|
-
export
|
|
6
|
+
export * from './context.directive';
|
|
@@ -4,7 +4,7 @@ import { LanguageService } from '@igo2/core/language';
|
|
|
4
4
|
import { MessageService } from '@igo2/core/message';
|
|
5
5
|
import { StorageService } from '@igo2/core/storage';
|
|
6
6
|
import { IgoMap, RoutesFeatureStore, StepFeatureStore, StopsFeatureStore, StopsStore } from '@igo2/geo';
|
|
7
|
-
import { Subject } from 'rxjs';
|
|
7
|
+
import { BehaviorSubject, Subject } from 'rxjs';
|
|
8
8
|
import { ContextState } from '../../context/context.state';
|
|
9
9
|
import { MapState } from '../../map/map.state';
|
|
10
10
|
import { DirectionState } from '../directions.state';
|
|
@@ -44,6 +44,7 @@ export declare class DirectionsToolComponent implements OnInit {
|
|
|
44
44
|
* @internal
|
|
45
45
|
*/
|
|
46
46
|
get zoomToActiveRoute$(): Subject<void>;
|
|
47
|
+
get authenticated$(): BehaviorSubject<boolean>;
|
|
47
48
|
/**
|
|
48
49
|
* Map to measure on
|
|
49
50
|
* @internal
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { AuthEnvironmentOptions } from '@igo2/auth/environment';
|
|
2
|
-
import { EnvironmentOptions as CommonEnvironmentOptions } from '@igo2/common';
|
|
2
|
+
import { EnvironmentOptions as CommonEnvironmentOptions } from '@igo2/common/environment';
|
|
3
3
|
import { EnvironmentOptions as ContextEnvironmentOptions } from '@igo2/context';
|
|
4
4
|
import { BaseEnvironmentOptions, EnvironmentOptions as CoreEnvironmentOptions } from '@igo2/core/environment';
|
|
5
5
|
import { EnvironmentOptions as GeoEnvironmentOptions } from '@igo2/geo';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ChangeDetectorRef, OnDestroy, OnInit } from '@angular/core';
|
|
2
2
|
import { MatIconRegistry } from '@angular/material/icon';
|
|
3
|
-
import { EntityStore } from '@igo2/common';
|
|
3
|
+
import { EntityStore } from '@igo2/common/entity';
|
|
4
4
|
import { LanguageService } from '@igo2/core/language';
|
|
5
5
|
import { MessageService } from '@igo2/core/message';
|
|
6
6
|
import { DataSourceService, Feature, IgoMap, Layer, LayerService, MeasureLengthUnit, SpatialFilterItemType, SpatialFilterQueryType, SpatialFilterService, SpatialFilterThematic, SpatialFilterType } from '@igo2/geo';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { HttpClient } from '@angular/common/http';
|
|
2
2
|
import { OnDestroy, OnInit } from '@angular/core';
|
|
3
|
-
import { Form, FormService } from '@igo2/common';
|
|
3
|
+
import { Form, FormService } from '@igo2/common/form';
|
|
4
4
|
import { LanguageService } from '@igo2/core/language';
|
|
5
5
|
import { MessageService } from '@igo2/core/message';
|
|
6
6
|
import { IgoMap } from '@igo2/geo';
|
|
@@ -3,7 +3,7 @@ import * as i1 from "./data-issue-reporter-tool/data-issue-reporter-tool.compone
|
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
4
|
import * as i3 from "@angular/material/button";
|
|
5
5
|
import * as i4 from "@igo2/core/language";
|
|
6
|
-
import * as i5 from "@igo2/common";
|
|
6
|
+
import * as i5 from "@igo2/common/form";
|
|
7
7
|
import * as i6 from "@igo2/core/message";
|
|
8
8
|
export declare class IgoAppGeometryFormModule {
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgoAppGeometryFormModule, never>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
|
-
import type { WorkspaceStore } from '@igo2/common';
|
|
2
|
+
import type { WorkspaceStore } from '@igo2/common/workspace';
|
|
3
3
|
import { ExportOptions, IgoMap, ProjectionsLimitationsOptions } from '@igo2/geo';
|
|
4
4
|
import { ContextState } from '../../context/context.state';
|
|
5
5
|
import { MapState } from '../../map/map.state';
|
|
@@ -28,6 +28,7 @@ export declare class AdvancedCoordinatesComponent implements OnInit, OnDestroy {
|
|
|
28
28
|
private inMtmZone;
|
|
29
29
|
private inLambert2;
|
|
30
30
|
private mapState$$;
|
|
31
|
+
private formStatus$$;
|
|
31
32
|
private _projectionsLimitations;
|
|
32
33
|
private projectionsConstraints;
|
|
33
34
|
private defaultProj;
|
|
@@ -50,6 +51,7 @@ export declare class AdvancedCoordinatesComponent implements OnInit, OnDestroy {
|
|
|
50
51
|
* @returns Array of two numbers
|
|
51
52
|
*/
|
|
52
53
|
getCoordinates(): string[];
|
|
54
|
+
updateCoordinates(): void;
|
|
53
55
|
/**
|
|
54
56
|
* Copy the coordinates to a clipboard
|
|
55
57
|
*/
|
package/lib/map/index.d.ts
CHANGED
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
import { AdvancedMapToolComponent } from './advanced-map-tool';
|
|
2
|
-
import { MapDetailsToolComponent } from './map-details-tool';
|
|
3
|
-
import { MapLegendToolComponent } from './map-legend';
|
|
4
|
-
import { MapProximityToolComponent } from './map-proximity-tool';
|
|
5
|
-
import { MapToolComponent } from './map-tool';
|
|
6
|
-
import { MapToolsComponent } from './map-tools';
|
|
7
1
|
export * from './advanced-map-tool';
|
|
8
2
|
export * from './map-proximity-tool';
|
|
9
3
|
export * from './map-details-tool';
|
|
@@ -12,4 +6,4 @@ export * from './map-tool';
|
|
|
12
6
|
export * from './map-tools';
|
|
13
7
|
export * from './map.state';
|
|
14
8
|
export * from './map-proximity.state';
|
|
15
|
-
export
|
|
9
|
+
export * from './map.directive';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { OnDestroy, OnInit } from '@angular/core';
|
|
2
2
|
import { MatRadioChange } from '@angular/material/radio';
|
|
3
|
-
import { EntityTableComponent, EntityTableTemplate } from '@igo2/common';
|
|
3
|
+
import { EntityTableComponent, EntityTableTemplate } from '@igo2/common/entity';
|
|
4
4
|
import { LanguageService } from '@igo2/core/language';
|
|
5
5
|
import { MessageService } from '@igo2/core/message';
|
|
6
6
|
import { IgoMap } from '@igo2/geo';
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { AdvancedMapToolComponent } from './advanced-map-tool';
|
|
2
|
+
import { MapDetailsToolComponent } from './map-details-tool';
|
|
3
|
+
import { MapLegendToolComponent } from './map-legend';
|
|
4
|
+
import { MapProximityToolComponent } from './map-proximity-tool';
|
|
5
|
+
import { MapToolComponent } from './map-tool';
|
|
6
|
+
import { MapToolsComponent } from './map-tools';
|
|
7
|
+
export declare const INTEGRATION_MAP_DIRECTIVES: readonly [typeof AdvancedMapToolComponent, typeof MapProximityToolComponent, typeof MapToolComponent, typeof MapToolsComponent, typeof MapDetailsToolComponent, typeof MapLegendToolComponent];
|
package/lib/search/index.d.ts
CHANGED
|
@@ -1,9 +1,6 @@
|
|
|
1
|
-
import { SearchBarBindingDirective } from './search-bar/search-bar-binding.directive';
|
|
2
|
-
import { SearchResultsToolComponent } from './search-results-tool/search-results-tool.component';
|
|
3
1
|
export * from './query.state';
|
|
4
2
|
export * from './search.state';
|
|
5
3
|
export * from './search-results-tool/search-results-tool.module';
|
|
6
4
|
export * from './search-results-tool/search-results-tool.component';
|
|
7
5
|
export * from './search-bar/search-bar.module';
|
|
8
6
|
export * from './search-bar/search-bar-binding.directive';
|
|
9
|
-
export declare const INTEGRATION_SEARCH_DIRECTIVES: readonly [typeof SearchBarBindingDirective, typeof SearchResultsToolComponent];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { EntityStore } from '@igo2/common';
|
|
1
|
+
import { EntityStore } from '@igo2/common/entity';
|
|
2
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';
|
|
@@ -16,7 +16,7 @@ export declare class QueryState {
|
|
|
16
16
|
*/
|
|
17
17
|
store: EntityStore<SearchResult<{
|
|
18
18
|
[key: string]: any;
|
|
19
|
-
}>, import("@igo2/common").EntityState>;
|
|
19
|
+
}>, import("@igo2/common/entity").EntityState>;
|
|
20
20
|
queryOverlayStyle: CommonVectorStyleOptions;
|
|
21
21
|
queryOverlayStyleSelection: CommonVectorStyleOptions;
|
|
22
22
|
queryOverlayStyleFocus: CommonVectorStyleOptions;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ElementRef, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import { EntityStore
|
|
2
|
+
import { EntityStore } from '@igo2/common/entity';
|
|
3
|
+
import { FlexibleState } from '@igo2/common/flexible';
|
|
3
4
|
import { ConfigService } from '@igo2/core/config';
|
|
4
5
|
import { Feature, FeatureStore, IgoMap, Research, SearchResult } from '@igo2/geo';
|
|
5
6
|
import { BehaviorSubject, Observable } from 'rxjs';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { EntityStore } from '@igo2/common';
|
|
1
|
+
import { EntityStore } from '@igo2/common/entity';
|
|
2
2
|
import { ConfigService } from '@igo2/core/config';
|
|
3
3
|
import { StorageService } from '@igo2/core/storage';
|
|
4
4
|
import { CommonVectorStyleOptions, Feature, FeatureMotion, FeatureStore, SearchResult, SearchSourceService } from '@igo2/geo';
|
|
@@ -46,7 +46,7 @@ export declare class SearchState {
|
|
|
46
46
|
*/
|
|
47
47
|
readonly store: EntityStore<SearchResult<{
|
|
48
48
|
[key: string]: any;
|
|
49
|
-
}>, import("@igo2/common").EntityState>;
|
|
49
|
+
}>, import("@igo2/common/entity").EntityState>;
|
|
50
50
|
/**
|
|
51
51
|
* Search types currently enabled in the search source service
|
|
52
52
|
*/
|
package/lib/tool/tool.state.d.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { OnDestroy } from '@angular/core';
|
|
2
|
-
import { Action
|
|
2
|
+
import { Action } from '@igo2/common/action';
|
|
3
|
+
import { Widget } from '@igo2/common/widget';
|
|
3
4
|
import { LanguageService } from '@igo2/core/language';
|
|
4
5
|
import { MediaService } from '@igo2/core/media';
|
|
5
6
|
import { StorageService } from '@igo2/core/storage';
|
|
@@ -23,6 +24,6 @@ export declare class EditionActionsService implements OnDestroy {
|
|
|
23
24
|
ngOnDestroy(): void;
|
|
24
25
|
loadActions(workspace: EditionWorkspace, rowsInMapExtentCheckCondition$: BehaviorSubject<boolean>, selectOnlyCheckCondition$: BehaviorSubject<boolean>): void;
|
|
25
26
|
buildActions(workspace: EditionWorkspace, rowsInMapExtentCheckCondition$: BehaviorSubject<boolean>, selectOnlyCheckCondition$: BehaviorSubject<boolean>): Action[];
|
|
26
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<EditionActionsService,
|
|
27
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EditionActionsService, [{ optional: true; }, null, null, null, null]>;
|
|
27
28
|
static ɵprov: i0.ɵɵInjectableDeclaration<EditionActionsService>;
|
|
28
29
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { OnDestroy } from '@angular/core';
|
|
2
|
-
import { Action } from '@igo2/common';
|
|
2
|
+
import { Action } from '@igo2/common/action';
|
|
3
3
|
import { LanguageService } from '@igo2/core/language';
|
|
4
4
|
import { MediaService } from '@igo2/core/media';
|
|
5
5
|
import { StorageService } from '@igo2/core/storage';
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { OnDestroy } from '@angular/core';
|
|
2
|
-
import { Action
|
|
2
|
+
import { Action } from '@igo2/common/action';
|
|
3
|
+
import { Widget } from '@igo2/common/widget';
|
|
3
4
|
import { LanguageService } from '@igo2/core/language';
|
|
4
5
|
import { MediaService } from '@igo2/core/media';
|
|
5
6
|
import { StorageService } from '@igo2/core/storage';
|
|
@@ -24,6 +25,6 @@ export declare class WfsActionsService implements OnDestroy {
|
|
|
24
25
|
ngOnDestroy(): void;
|
|
25
26
|
loadActions(workspace: WfsWorkspace, rowsInMapExtentCheckCondition$: BehaviorSubject<boolean>, selectOnlyCheckCondition$: BehaviorSubject<boolean>): void;
|
|
26
27
|
buildActions(workspace: WfsWorkspace, rowsInMapExtentCheckCondition$: BehaviorSubject<boolean>, selectOnlyCheckCondition$: BehaviorSubject<boolean>): Action[];
|
|
27
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<WfsActionsService,
|
|
28
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<WfsActionsService, [{ optional: true; }, null, null, null, null]>;
|
|
28
29
|
static ɵprov: i0.ɵɵInjectableDeclaration<WfsActionsService>;
|
|
29
30
|
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import { Action
|
|
1
|
+
import { Action } from '@igo2/common/action';
|
|
2
|
+
import { Widget } from '@igo2/common/widget';
|
|
2
3
|
import { LanguageService } from '@igo2/core/language';
|
|
3
4
|
import { MediaService } from '@igo2/core/media';
|
|
4
5
|
import { StorageService } from '@igo2/core/storage';
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import { OnDestroy } from '@angular/core';
|
|
2
|
-
import { EntityRecord, EntityState
|
|
2
|
+
import { EntityRecord, EntityState } from '@igo2/common/entity';
|
|
3
|
+
import { Widget } from '@igo2/common/widget';
|
|
4
|
+
import { Workspace, WorkspaceStore } from '@igo2/common/workspace';
|
|
3
5
|
import { StorageService } from '@igo2/core/storage';
|
|
4
6
|
import { BehaviorSubject, Observable } from 'rxjs';
|
|
5
7
|
import { EditionActionsService } from './shared/edition-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.7",
|
|
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.7",
|
|
36
|
+
"@igo2/context": "^17.0.0-next.7",
|
|
37
|
+
"@igo2/geo": "^17.0.0-next.7",
|
|
38
38
|
"jspdf": "^2.5.1",
|
|
39
39
|
"jspdf-autotable": "^3.5.29",
|
|
40
40
|
"rxjs": "^7.8.0"
|