@igo2/integration 19.0.0-next.14 → 19.0.0-next.15
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.
|
@@ -10,20 +10,20 @@ import { StorageState } from '../../storage/storage.state';
|
|
|
10
10
|
import { ToolState } from '../../tool/tool.state';
|
|
11
11
|
import * as i0 from "@angular/core";
|
|
12
12
|
export declare class FeatureActionsService implements OnDestroy {
|
|
13
|
-
private interactiveSelectionFormWidget;
|
|
14
13
|
private storageState;
|
|
15
14
|
languageService: LanguageService;
|
|
16
15
|
private toolState;
|
|
17
16
|
private mediaService;
|
|
17
|
+
private interactiveSelectionFormWidget?;
|
|
18
18
|
maximize$: BehaviorSubject<boolean>;
|
|
19
19
|
zoomAuto$: BehaviorSubject<boolean>;
|
|
20
20
|
private storageChange$$;
|
|
21
21
|
get storageService(): StorageService;
|
|
22
22
|
get zoomAuto(): boolean;
|
|
23
|
-
constructor(
|
|
23
|
+
constructor(storageState: StorageState, languageService: LanguageService, toolState: ToolState, mediaService: MediaService, interactiveSelectionFormWidget?: Widget);
|
|
24
24
|
ngOnDestroy(): void;
|
|
25
25
|
loadActions(workspace: FeatureWorkspace, rowsInMapExtentCheckCondition$: BehaviorSubject<boolean>, selectOnlyCheckCondition$: BehaviorSubject<boolean>): void;
|
|
26
26
|
buildActions(workspace: FeatureWorkspace, rowsInMapExtentCheckCondition$: BehaviorSubject<boolean>, selectOnlyCheckCondition$: BehaviorSubject<boolean>): Action[];
|
|
27
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FeatureActionsService,
|
|
27
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FeatureActionsService, [null, null, null, null, { optional: true; }]>;
|
|
28
28
|
static ɵprov: i0.ɵɵInjectableDeclaration<FeatureActionsService>;
|
|
29
29
|
}
|
|
@@ -10,22 +10,22 @@ import { StorageState } from '../../storage/storage.state';
|
|
|
10
10
|
import { ToolState } from '../../tool/tool.state';
|
|
11
11
|
import * as i0 from "@angular/core";
|
|
12
12
|
export declare class WfsActionsService implements OnDestroy {
|
|
13
|
-
private interactiveSelectionFormWidget;
|
|
14
|
-
private ogcFilterWidget;
|
|
15
13
|
private storageState;
|
|
16
14
|
languageService: LanguageService;
|
|
17
15
|
private mediaService;
|
|
18
16
|
private toolState;
|
|
17
|
+
private interactiveSelectionFormWidget?;
|
|
18
|
+
private ogcFilterWidget?;
|
|
19
19
|
maximize$: BehaviorSubject<boolean>;
|
|
20
20
|
selectOnlyCheckCondition$: BehaviorSubject<boolean>;
|
|
21
21
|
zoomAuto$: BehaviorSubject<boolean>;
|
|
22
22
|
private storageChange$$;
|
|
23
23
|
get storageService(): StorageService;
|
|
24
24
|
get zoomAuto(): boolean;
|
|
25
|
-
constructor(
|
|
25
|
+
constructor(storageState: StorageState, languageService: LanguageService, mediaService: MediaService, toolState: ToolState, interactiveSelectionFormWidget?: Widget, ogcFilterWidget?: Widget);
|
|
26
26
|
ngOnDestroy(): void;
|
|
27
27
|
loadActions(workspace: WfsWorkspace, rowsInMapExtentCheckCondition$: BehaviorSubject<boolean>, selectOnlyCheckCondition$: BehaviorSubject<boolean>): void;
|
|
28
28
|
buildActions(workspace: WfsWorkspace, rowsInMapExtentCheckCondition$: BehaviorSubject<boolean>, selectOnlyCheckCondition$: BehaviorSubject<boolean>): Action[];
|
|
29
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<WfsActionsService, [{ optional: true; }, { optional: true; }
|
|
29
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<WfsActionsService, [null, null, null, null, { optional: true; }, { optional: true; }]>;
|
|
30
30
|
static ɵprov: i0.ɵɵInjectableDeclaration<WfsActionsService>;
|
|
31
31
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@igo2/integration",
|
|
3
|
-
"version": "19.0.0-next.
|
|
3
|
+
"version": "19.0.0-next.15",
|
|
4
4
|
"description": "IGO Library",
|
|
5
5
|
"author": "IGO Community",
|
|
6
6
|
"keywords": [
|
|
@@ -33,9 +33,9 @@
|
|
|
33
33
|
"peerDependencies": {
|
|
34
34
|
"@angular/common": "^19.0.0",
|
|
35
35
|
"@angular/core": "^19.0.0",
|
|
36
|
-
"@igo2/auth": "^19.0.0-next.
|
|
37
|
-
"@igo2/context": "^19.0.0-next.
|
|
38
|
-
"@igo2/geo": "^19.0.0-next.
|
|
36
|
+
"@igo2/auth": "^19.0.0-next.15",
|
|
37
|
+
"@igo2/context": "^19.0.0-next.15",
|
|
38
|
+
"@igo2/geo": "^19.0.0-next.15",
|
|
39
39
|
"rxjs": "^7.8.0"
|
|
40
40
|
},
|
|
41
41
|
"engines": {
|