@igo2/context 17.0.0 → 17.0.1-next.2
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/context-import-export/context-import-export/context-import-export.component.mjs +10 -7
- package/esm2022/lib/context-import-export/context-import-export.module.mjs +4 -4
- package/esm2022/lib/context-import-export/shared/context-export.service.mjs +3 -3
- package/esm2022/lib/context-import-export/shared/context-import.service.mjs +6 -6
- package/esm2022/lib/context-import-export/shared/context-import.utils.mjs +1 -1
- package/esm2022/lib/context-manager/context-edit/context-edit-binding.directive.mjs +4 -4
- package/esm2022/lib/context-manager/context-edit/context-edit.component.mjs +4 -4
- package/esm2022/lib/context-manager/context-form/context-form.component.mjs +4 -4
- package/esm2022/lib/context-manager/context-item/context-item.component.mjs +4 -4
- package/esm2022/lib/context-manager/context-list/context-list-binding.directive.mjs +6 -10
- package/esm2022/lib/context-manager/context-list/context-list.component.mjs +8 -5
- package/esm2022/lib/context-manager/context-manager.module.mjs +4 -4
- package/esm2022/lib/context-manager/context-permissions/context-permissions-binding.directive.mjs +3 -3
- package/esm2022/lib/context-manager/context-permissions/context-permissions.component.mjs +4 -4
- package/esm2022/lib/context-manager/shared/context.service.mjs +10 -10
- package/esm2022/lib/context-manager/shared/layer-context.directive.mjs +6 -9
- package/esm2022/lib/context-manager/shared/map-context.directive.mjs +3 -3
- package/esm2022/lib/context-map-button/bookmark-button/bookmark-button.component.mjs +3 -3
- package/esm2022/lib/context-map-button/bookmark-button/bookmark-dialog.component.mjs +3 -3
- package/esm2022/lib/context-map-button/context-map-button.module.mjs +4 -4
- package/esm2022/lib/context-map-button/poi-button/poi-button.component.mjs +4 -4
- package/esm2022/lib/context-map-button/poi-button/poi-dialog.component.mjs +3 -3
- package/esm2022/lib/context-map-button/poi-button/shared/poi.service.mjs +3 -3
- package/esm2022/lib/context-map-button/user-button/user-button.component.mjs +3 -3
- package/esm2022/lib/context-map-button/user-button/user-dialog.component.mjs +3 -3
- package/esm2022/lib/context.module.mjs +4 -4
- package/esm2022/lib/share-map/share-map/share-map-api.component.mjs +6 -6
- package/esm2022/lib/share-map/share-map/share-map-url.component.mjs +6 -6
- package/esm2022/lib/share-map/share-map/share-map.component.mjs +4 -4
- package/esm2022/lib/share-map/share-map.module.mjs +4 -4
- package/esm2022/lib/share-map/shared/share-map.service.mjs +6 -5
- package/esm2022/lib/sidenav/sidenav.component.mjs +3 -3
- package/esm2022/lib/sidenav/sidenav.module.mjs +4 -4
- package/fesm2022/igo2-context.mjs +130 -130
- package/fesm2022/igo2-context.mjs.map +1 -1
- package/lib/context-manager/shared/context.service.d.ts +1 -1
- package/lib/share-map/share-map/share-map-url.component.d.ts +1 -1
- package/package.json +13 -13
- package/src/lib/context-manager/context-item/context-item.theming.scss +1 -1
- package/src/lib/context-manager/context-list/context-list.theming.scss +1 -1
|
@@ -25,7 +25,7 @@ export declare class ContextService {
|
|
|
25
25
|
contexts$: BehaviorSubject<ContextsList>;
|
|
26
26
|
defaultContextId$: BehaviorSubject<string>;
|
|
27
27
|
editedContext$: BehaviorSubject<DetailedContext>;
|
|
28
|
-
importedContext:
|
|
28
|
+
importedContext: DetailedContext[];
|
|
29
29
|
toolsChanged$: Subject<DetailedContext>;
|
|
30
30
|
private mapViewFromRoute;
|
|
31
31
|
private options;
|
|
@@ -19,7 +19,7 @@ export declare class ShareMapUrlComponent implements AfterViewInit, OnInit, OnDe
|
|
|
19
19
|
ngOnInit(): void;
|
|
20
20
|
ngAfterViewInit(): void;
|
|
21
21
|
ngOnDestroy(): void;
|
|
22
|
-
resetUrl(
|
|
22
|
+
resetUrl(): void;
|
|
23
23
|
copyTextToClipboard(textArea: any): void;
|
|
24
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<ShareMapUrlComponent, never>;
|
|
25
25
|
static ɵcmp: i0.ɵɵComponentDeclaration<ShareMapUrlComponent, "igo-share-map-url", never, { "map": { "alias": "map"; "required": false; }; }, {}, never, never, true, never>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@igo2/context",
|
|
3
|
-
"version": "17.0.
|
|
3
|
+
"version": "17.0.1-next.2",
|
|
4
4
|
"description": "IGO Library",
|
|
5
5
|
"author": "IGO Community",
|
|
6
6
|
"keywords": [
|
|
@@ -30,17 +30,17 @@
|
|
|
30
30
|
}
|
|
31
31
|
},
|
|
32
32
|
"peerDependencies": {
|
|
33
|
-
"@angular/animations": "^
|
|
34
|
-
"@angular/common": "^
|
|
35
|
-
"@angular/core": "^
|
|
36
|
-
"@angular/forms": "^
|
|
37
|
-
"@angular/material": "^
|
|
38
|
-
"@angular/platform-browser": "^
|
|
39
|
-
"@igo2/auth": "^17.0.
|
|
40
|
-
"@igo2/common": "^17.0.
|
|
41
|
-
"@igo2/core": "^17.0.
|
|
42
|
-
"@igo2/geo": "^17.0.
|
|
43
|
-
"@igo2/utils": "^17.0.
|
|
33
|
+
"@angular/animations": "^18.0.0",
|
|
34
|
+
"@angular/common": "^18.0.0",
|
|
35
|
+
"@angular/core": "^18.0.0",
|
|
36
|
+
"@angular/forms": "^18.0.0",
|
|
37
|
+
"@angular/material": "^18.0.0",
|
|
38
|
+
"@angular/platform-browser": "^18.0.0",
|
|
39
|
+
"@igo2/auth": "^17.0.1-next.2",
|
|
40
|
+
"@igo2/common": "^17.0.1-next.2",
|
|
41
|
+
"@igo2/core": "^17.0.1-next.2",
|
|
42
|
+
"@igo2/geo": "^17.0.1-next.2",
|
|
43
|
+
"@igo2/utils": "^17.0.1-next.2",
|
|
44
44
|
"ol": "9.1.0",
|
|
45
45
|
"rxjs": "^7.8.0"
|
|
46
46
|
},
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"tslib": "^2.6.0"
|
|
49
49
|
},
|
|
50
50
|
"engines": {
|
|
51
|
-
"node": "
|
|
51
|
+
"node": "^18.19.1 || ^20.11.1 || >=22.0.0"
|
|
52
52
|
},
|
|
53
53
|
"module": "fesm2022/igo2-context.mjs",
|
|
54
54
|
"typings": "index.d.ts",
|