@igo2/context 16.3.0 → 17.0.0-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 +43 -18
- package/esm2022/lib/context-import-export/context-import-export.module.mjs +10 -66
- package/esm2022/lib/context-import-export/shared/context-export.service.mjs +4 -4
- package/esm2022/lib/context-import-export/shared/context-export.utils.mjs +1 -1
- package/esm2022/lib/context-import-export/shared/context-import.errors.mjs +1 -1
- package/esm2022/lib/context-import-export/shared/context-import.service.mjs +7 -7
- 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 +10 -9
- package/esm2022/lib/context-manager/context-edit/context-edit.component.mjs +10 -9
- package/esm2022/lib/context-manager/context-form/context-form.component.mjs +32 -16
- package/esm2022/lib/context-manager/context-item/context-item.component.mjs +30 -15
- package/esm2022/lib/context-manager/context-list/context-list-binding.directive.mjs +16 -10
- package/esm2022/lib/context-manager/context-list/context-list.component.mjs +48 -17
- package/esm2022/lib/context-manager/context-manager.module.mjs +23 -102
- package/esm2022/lib/context-manager/context-permissions/context-permissions-binding.directive.mjs +12 -9
- package/esm2022/lib/context-manager/context-permissions/context-permissions.component.mjs +47 -18
- package/esm2022/lib/context-manager/index.mjs +19 -1
- package/esm2022/lib/context-manager/shared/context.interface.mjs +1 -1
- package/esm2022/lib/context-manager/shared/context.service.mjs +17 -9
- package/esm2022/lib/context-manager/shared/layer-context.directive.mjs +14 -9
- package/esm2022/lib/context-manager/shared/map-context.directive.mjs +9 -8
- package/esm2022/lib/context-map-button/bookmark-button/bookmark-button.component.mjs +14 -10
- package/esm2022/lib/context-map-button/bookmark-button/bookmark-dialog.component.mjs +25 -11
- package/esm2022/lib/context-map-button/context-map-button.module.mjs +16 -75
- package/esm2022/lib/context-map-button/index.mjs +10 -1
- package/esm2022/lib/context-map-button/poi-button/poi-button.component.mjs +33 -16
- package/esm2022/lib/context-map-button/poi-button/poi-dialog.component.mjs +25 -11
- package/esm2022/lib/context-map-button/poi-button/shared/poi.service.mjs +7 -7
- package/esm2022/lib/context-map-button/user-button/user-button.animation.mjs +1 -1
- package/esm2022/lib/context-map-button/user-button/user-button.component.mjs +24 -13
- package/esm2022/lib/context-map-button/user-button/user-dialog.component.mjs +17 -9
- package/esm2022/lib/context.module.mjs +9 -11
- package/esm2022/lib/environment/environment.interface.mjs +1 -1
- package/esm2022/lib/environment/index.mjs +1 -1
- package/esm2022/lib/share-map/index.mjs +9 -1
- package/esm2022/lib/share-map/share-map/share-map-api.component.mjs +36 -18
- package/esm2022/lib/share-map/share-map/share-map-url.component.mjs +28 -15
- package/esm2022/lib/share-map/share-map/share-map.component.mjs +21 -13
- package/esm2022/lib/share-map/share-map.module.mjs +10 -50
- package/esm2022/lib/share-map/shared/share-map.service.mjs +8 -8
- package/esm2022/lib/sidenav/sidenav.component.mjs +29 -16
- package/esm2022/lib/sidenav/sidenav.module.mjs +10 -46
- package/esm2022/public_api.mjs +1 -1
- package/fesm2022/igo2-context.mjs +1363 -1380
- package/fesm2022/igo2-context.mjs.map +1 -1
- package/lib/context-import-export/context-import-export/context-import-export.component.d.ts +3 -2
- package/lib/context-import-export/context-import-export.module.d.ts +4 -15
- package/lib/context-import-export/shared/context-export.utils.d.ts +1 -1
- package/lib/context-import-export/shared/context-import.service.d.ts +1 -1
- package/lib/context-import-export/shared/context-import.utils.d.ts +1 -1
- package/lib/context-manager/context-edit/context-edit-binding.directive.d.ts +2 -2
- package/lib/context-manager/context-edit/context-edit.component.d.ts +1 -1
- package/lib/context-manager/context-form/context-form.component.d.ts +2 -2
- package/lib/context-manager/context-item/context-item.component.d.ts +2 -2
- package/lib/context-manager/context-list/context-list-binding.directive.d.ts +4 -2
- package/lib/context-manager/context-list/context-list.component.d.ts +4 -2
- package/lib/context-manager/context-manager.module.d.ts +6 -22
- package/lib/context-manager/context-permissions/context-permissions-binding.directive.d.ts +3 -2
- package/lib/context-manager/context-permissions/context-permissions.component.d.ts +2 -2
- package/lib/context-manager/index.d.ts +7 -0
- package/lib/context-manager/shared/context.interface.d.ts +1 -1
- package/lib/context-manager/shared/context.service.d.ts +5 -1
- package/lib/context-manager/shared/layer-context.directive.d.ts +3 -2
- package/lib/context-manager/shared/map-context.directive.d.ts +2 -2
- package/lib/context-map-button/bookmark-button/bookmark-button.component.d.ts +2 -2
- package/lib/context-map-button/bookmark-button/bookmark-dialog.component.d.ts +1 -1
- package/lib/context-map-button/context-map-button.module.d.ts +5 -18
- package/lib/context-map-button/index.d.ts +4 -0
- package/lib/context-map-button/poi-button/poi-button.component.d.ts +3 -2
- package/lib/context-map-button/poi-button/poi-dialog.component.d.ts +1 -1
- package/lib/context-map-button/poi-button/shared/poi.service.d.ts +1 -1
- package/lib/context-map-button/user-button/user-button.component.d.ts +2 -2
- package/lib/context-map-button/user-button/user-dialog.component.d.ts +2 -2
- package/lib/context.module.d.ts +9 -9
- package/lib/share-map/index.d.ts +4 -0
- package/lib/share-map/share-map/share-map-api.component.d.ts +3 -2
- package/lib/share-map/share-map/share-map-url.component.d.ts +2 -2
- package/lib/share-map/share-map/share-map.component.d.ts +2 -2
- package/lib/share-map/share-map.module.d.ts +4 -11
- package/lib/share-map/shared/share-map.service.d.ts +1 -1
- package/lib/sidenav/sidenav.component.d.ts +2 -2
- package/lib/sidenav/sidenav.module.d.ts +4 -10
- package/locale/en.context.json +200 -200
- package/locale/fr.context.json +200 -200
- package/package.json +12 -12
- package/src/context-theme.scss +5 -5
- package/src/lib/context-manager/context-item/context-item.theming.scss +21 -21
- package/src/lib/context-manager/context-list/context-list.theming.scss +23 -23
- package/src/lib/context-manager/context-manager.theming.scss +7 -7
package/lib/context-import-export/context-import-export/context-import-export.component.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { 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 { MessageService } from '@igo2/core/message';
|
|
4
5
|
import { Layer, VectorLayer } from '@igo2/geo';
|
|
5
6
|
import type { IgoMap } from '@igo2/geo';
|
|
6
7
|
import { BehaviorSubject } from 'rxjs';
|
|
@@ -42,5 +43,5 @@ export declare class ContextImportExportComponent implements OnInit, OnDestroy {
|
|
|
42
43
|
onImportExportChange(event: any): void;
|
|
43
44
|
ngOnDestroy(): void;
|
|
44
45
|
static ɵfac: i0.ɵɵFactoryDeclaration<ContextImportExportComponent, never>;
|
|
45
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ContextImportExportComponent, "igo-context-import-export", never, { "map": { "alias": "map"; "required": false; }; }, {}, never, never,
|
|
46
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ContextImportExportComponent, "igo-context-import-export", never, { "map": { "alias": "map"; "required": false; }; }, {}, never, never, true, never>;
|
|
46
47
|
}
|
|
@@ -1,23 +1,12 @@
|
|
|
1
1
|
import { ModuleWithProviders } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
import * as i1 from "./context-import-export/context-import-export.component";
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import * as i5 from "@angular/material/button-toggle";
|
|
8
|
-
import * as i6 from "@angular/material/divider";
|
|
9
|
-
import * as i7 from "@angular/material/tabs";
|
|
10
|
-
import * as i8 from "@angular/material/select";
|
|
11
|
-
import * as i9 from "@angular/material/core";
|
|
12
|
-
import * as i10 from "@angular/material/form-field";
|
|
13
|
-
import * as i11 from "@angular/material/input";
|
|
14
|
-
import * as i12 from "@angular/material/checkbox";
|
|
15
|
-
import * as i13 from "@igo2/core";
|
|
16
|
-
import * as i14 from "@igo2/common";
|
|
17
|
-
import * as i15 from "@angular/material/tooltip";
|
|
4
|
+
/**
|
|
5
|
+
* @deprecated import the ContextImportExportComponent directly
|
|
6
|
+
*/
|
|
18
7
|
export declare class IgoContextImportExportModule {
|
|
19
8
|
static forRoot(): ModuleWithProviders<IgoContextImportExportModule>;
|
|
20
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgoContextImportExportModule, never>;
|
|
21
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoContextImportExportModule, [typeof i1.ContextImportExportComponent], [typeof
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoContextImportExportModule, never, [typeof i1.ContextImportExportComponent], [typeof i1.ContextImportExportComponent]>;
|
|
22
11
|
static ɵinj: i0.ɵɵInjectorDeclaration<IgoContextImportExportModule>;
|
|
23
12
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { MessageService } from '@igo2/core';
|
|
1
|
+
import { MessageService } from '@igo2/core/message';
|
|
2
2
|
export declare function handleFileExportError(error: Error, messageService: MessageService): void;
|
|
3
3
|
export declare function handleFileExportSuccess(messageService: MessageService): void;
|
|
4
4
|
export declare function handleNothingToExportError(messageService: MessageService): void;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { MessageService } from '@igo2/core';
|
|
1
|
+
import { MessageService } from '@igo2/core/message';
|
|
2
2
|
import { IgoMap, StyleListService, StyleService, VectorLayer } from '@igo2/geo';
|
|
3
3
|
import { DetailedContext, ExtraFeatures } from '../../context-manager/shared/context.interface';
|
|
4
4
|
import { ContextService } from '../../context-manager/shared/context.service';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import { MessageService } from '@igo2/core';
|
|
2
|
+
import { MessageService } from '@igo2/core/message';
|
|
3
3
|
import { Context } from '../shared/context.interface';
|
|
4
4
|
import { ContextService } from '../shared/context.service';
|
|
5
5
|
import { ContextEditComponent } from './context-edit.component';
|
|
@@ -16,5 +16,5 @@ export declare class ContextEditBindingDirective implements OnInit, OnDestroy {
|
|
|
16
16
|
ngOnDestroy(): void;
|
|
17
17
|
private handleEditedContextChange;
|
|
18
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<ContextEditBindingDirective, [{ self: true; }, null, null]>;
|
|
19
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ContextEditBindingDirective, "[igoContextEditBinding]", never, {}, { "submitSuccessed": "submitSuccessed"; }, never, never,
|
|
19
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ContextEditBindingDirective, "[igoContextEditBinding]", never, {}, { "submitSuccessed": "submitSuccessed"; }, never, never, true, never>;
|
|
20
20
|
}
|
|
@@ -10,5 +10,5 @@ export declare class ContextEditComponent {
|
|
|
10
10
|
constructor(cd: ChangeDetectorRef);
|
|
11
11
|
refresh(): void;
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<ContextEditComponent, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ContextEditComponent, "igo-context-edit", never, { "context": { "alias": "context"; "required": false; }; }, { "submitForm": "submitForm"; }, never, never,
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ContextEditComponent, "igo-context-edit", never, { "context": { "alias": "context"; "required": false; }; }, { "submitForm": "submitForm"; }, never, never, true, never>;
|
|
14
14
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
2
|
import { UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
|
|
3
|
-
import { MessageService } from '@igo2/core';
|
|
3
|
+
import { MessageService } from '@igo2/core/message';
|
|
4
4
|
import { Context } from '../shared/context.interface';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class ContextFormComponent implements OnInit {
|
|
@@ -26,5 +26,5 @@ export declare class ContextFormComponent implements OnInit {
|
|
|
26
26
|
copyTextToClipboard(): void;
|
|
27
27
|
private buildForm;
|
|
28
28
|
static ɵfac: i0.ɵɵFactoryDeclaration<ContextFormComponent, never>;
|
|
29
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ContextFormComponent, "igo-context-form", never, { "btnSubmitText": { "alias": "btnSubmitText"; "required": false; }; "context": { "alias": "context"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "submitForm": "submitForm"; "clone": "clone"; "delete": "delete"; }, never, never,
|
|
29
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ContextFormComponent, "igo-context-form", never, { "btnSubmitText": { "alias": "btnSubmitText"; "required": false; }; "context": { "alias": "context"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "submitForm": "submitForm"; "clone": "clone"; "delete": "delete"; }, never, never, true, never>;
|
|
30
30
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
2
|
import { AuthService } from '@igo2/auth';
|
|
3
|
-
import { StorageService } from '@igo2/core';
|
|
3
|
+
import { StorageService } from '@igo2/core/storage';
|
|
4
4
|
import { TypePermission } from '../shared/context.enum';
|
|
5
5
|
import { DetailedContext } from '../shared/context.interface';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
@@ -28,5 +28,5 @@ export declare class ContextItemComponent {
|
|
|
28
28
|
constructor(auth: AuthService, storageService: StorageService);
|
|
29
29
|
favoriteClick(context: DetailedContext): void;
|
|
30
30
|
static ɵfac: i0.ɵɵFactoryDeclaration<ContextItemComponent, never>;
|
|
31
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ContextItemComponent, "igo-context-item", never, { "showFavorite": { "alias": "showFavorite"; "required": false; }; "context": { "alias": "context"; "required": false; }; "default": { "alias": "default"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; }, { "edit": "edit"; "delete": "delete"; "save": "save"; "clone": "clone"; "hide": "hide"; "show": "show"; "favorite": "favorite"; "managePermissions": "managePermissions"; "manageTools": "manageTools"; }, never, never,
|
|
31
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ContextItemComponent, "igo-context-item", never, { "showFavorite": { "alias": "showFavorite"; "required": false; }; "context": { "alias": "context"; "required": false; }; "default": { "alias": "default"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; }, { "edit": "edit"; "delete": "delete"; "save": "save"; "clone": "clone"; "hide": "hide"; "show": "show"; "favorite": "favorite"; "managePermissions": "managePermissions"; "manageTools": "manageTools"; }, never, never, true, never>;
|
|
32
32
|
}
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import { ChangeDetectorRef, OnDestroy, OnInit } from '@angular/core';
|
|
2
2
|
import { AuthService } from '@igo2/auth';
|
|
3
3
|
import { ConfirmDialogService } from '@igo2/common';
|
|
4
|
-
import { LanguageService
|
|
4
|
+
import { LanguageService } from '@igo2/core/language';
|
|
5
|
+
import { MessageService } from '@igo2/core/message';
|
|
6
|
+
import { StorageService } from '@igo2/core/storage';
|
|
5
7
|
import { MapService } from '@igo2/geo';
|
|
6
8
|
import { Context, DetailedContext } from '../shared/context.interface';
|
|
7
9
|
import { ContextService } from '../shared/context.service';
|
|
@@ -42,5 +44,5 @@ export declare class ContextListBindingDirective implements OnInit, OnDestroy {
|
|
|
42
44
|
ngOnDestroy(): void;
|
|
43
45
|
private handleContextsChange;
|
|
44
46
|
static ɵfac: i0.ɵɵFactoryDeclaration<ContextListBindingDirective, [{ self: true; }, null, null, null, null, null, null, null, null]>;
|
|
45
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ContextListBindingDirective, "[igoContextListBinding]", never, {}, {}, never, never,
|
|
47
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ContextListBindingDirective, "[igoContextListBinding]", never, {}, {}, never, never, true, never>;
|
|
46
48
|
}
|
|
@@ -2,7 +2,9 @@ import { ChangeDetectorRef, EventEmitter, OnDestroy, OnInit } from '@angular/cor
|
|
|
2
2
|
import { MatDialog } from '@angular/material/dialog';
|
|
3
3
|
import { AuthService } from '@igo2/auth';
|
|
4
4
|
import { ActionStore, ActionbarMode } from '@igo2/common';
|
|
5
|
-
import { ConfigService
|
|
5
|
+
import { ConfigService } from '@igo2/core/config';
|
|
6
|
+
import { LanguageService } from '@igo2/core/language';
|
|
7
|
+
import { StorageService } from '@igo2/core/storage';
|
|
6
8
|
import type { IgoMap } from '@igo2/geo';
|
|
7
9
|
import { BehaviorSubject, ReplaySubject } from 'rxjs';
|
|
8
10
|
import { ContextProfils, ContextServiceOptions, ContextUserPermission, ContextsList, DetailedContext } from '../shared/context.interface';
|
|
@@ -91,5 +93,5 @@ export declare class ContextListComponent implements OnInit, OnDestroy {
|
|
|
91
93
|
hideContext(context: DetailedContext): void;
|
|
92
94
|
showContext(context: DetailedContext): void;
|
|
93
95
|
static ɵfac: i0.ɵɵFactoryDeclaration<ContextListComponent, never>;
|
|
94
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ContextListComponent, "igo-context-list", never, { "contexts": { "alias": "contexts"; "required": false; }; "selectedContext": { "alias": "selectedContext"; "required": false; }; "map": { "alias": "map"; "required": false; }; "defaultContextId": { "alias": "defaultContextId"; "required": false; }; "term": { "alias": "term"; "required": false; }; }, { "select": "select"; "unselect": "unselect"; "edit": "edit"; "delete": "delete"; "save": "save"; "clone": "clone"; "create": "create"; "hide": "hide"; "show": "show"; "showHiddenContexts": "showHiddenContexts"; "favorite": "favorite"; "managePermissions": "managePermissions"; "manageTools": "manageTools"; "filterPermissionsChanged": "filterPermissionsChanged"; }, never, never,
|
|
96
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ContextListComponent, "igo-context-list", never, { "contexts": { "alias": "contexts"; "required": false; }; "selectedContext": { "alias": "selectedContext"; "required": false; }; "map": { "alias": "map"; "required": false; }; "defaultContextId": { "alias": "defaultContextId"; "required": false; }; "term": { "alias": "term"; "required": false; }; }, { "select": "select"; "unselect": "unselect"; "edit": "edit"; "delete": "delete"; "save": "save"; "clone": "clone"; "create": "create"; "hide": "hide"; "show": "show"; "showHiddenContexts": "showHiddenContexts"; "favorite": "favorite"; "managePermissions": "managePermissions"; "manageTools": "manageTools"; "filterPermissionsChanged": "filterPermissionsChanged"; }, never, never, true, never>;
|
|
95
97
|
}
|
|
@@ -8,30 +8,14 @@ import * as i5 from "./context-edit/context-edit.component";
|
|
|
8
8
|
import * as i6 from "./context-edit/context-edit-binding.directive";
|
|
9
9
|
import * as i7 from "./context-permissions/context-permissions.component";
|
|
10
10
|
import * as i8 from "./context-permissions/context-permissions-binding.directive";
|
|
11
|
-
import * as i9 from "./shared/
|
|
12
|
-
import * as i10 from "./shared/
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
import * as i14 from "@angular/material/input";
|
|
17
|
-
import * as i15 from "@angular/material/icon";
|
|
18
|
-
import * as i16 from "@angular/material/button";
|
|
19
|
-
import * as i17 from "@angular/material/tooltip";
|
|
20
|
-
import * as i18 from "@angular/material/list";
|
|
21
|
-
import * as i19 from "@angular/material/checkbox";
|
|
22
|
-
import * as i20 from "@angular/material/radio";
|
|
23
|
-
import * as i21 from "@angular/material/dialog";
|
|
24
|
-
import * as i22 from "@angular/material/menu";
|
|
25
|
-
import * as i23 from "@angular/material/core";
|
|
26
|
-
import * as i24 from "@angular/material/autocomplete";
|
|
27
|
-
import * as i25 from "@igo2/auth";
|
|
28
|
-
import * as i26 from "@igo2/common";
|
|
29
|
-
import * as i27 from "@igo2/core";
|
|
30
|
-
import * as i28 from "../context-import-export/context-import-export.module";
|
|
31
|
-
import * as i29 from "../context-map-button/context-map-button.module";
|
|
11
|
+
import * as i9 from "./shared/layer-context.directive";
|
|
12
|
+
import * as i10 from "./shared/map-context.directive";
|
|
13
|
+
/**
|
|
14
|
+
* @deprecated import the components/directives directly or CONTEXT_MANAGER_DIRECTIVES for the set
|
|
15
|
+
*/
|
|
32
16
|
export declare class IgoContextManagerModule {
|
|
33
17
|
static forRoot(): ModuleWithProviders<IgoContextManagerModule>;
|
|
34
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgoContextManagerModule, never>;
|
|
35
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoContextManagerModule, [typeof i1.ContextListComponent, typeof i2.ContextListBindingDirective, typeof i3.ContextItemComponent, typeof i4.ContextFormComponent, typeof i5.ContextEditComponent, typeof i6.ContextEditBindingDirective, typeof i7.ContextPermissionsComponent, typeof i8.ContextPermissionsBindingDirective, typeof i9.
|
|
19
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoContextManagerModule, never, [typeof i1.ContextListComponent, typeof i2.ContextListBindingDirective, typeof i3.ContextItemComponent, typeof i4.ContextFormComponent, typeof i5.ContextEditComponent, typeof i6.ContextEditBindingDirective, typeof i7.ContextPermissionsComponent, typeof i8.ContextPermissionsBindingDirective, typeof i9.LayerContextDirective, typeof i10.MapContextDirective], [typeof i1.ContextListComponent, typeof i2.ContextListBindingDirective, typeof i3.ContextItemComponent, typeof i4.ContextFormComponent, typeof i5.ContextEditComponent, typeof i6.ContextEditBindingDirective, typeof i7.ContextPermissionsComponent, typeof i8.ContextPermissionsBindingDirective, typeof i9.LayerContextDirective, typeof i10.MapContextDirective]>;
|
|
36
20
|
static ɵinj: i0.ɵɵInjectorDeclaration<IgoContextManagerModule>;
|
|
37
21
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ChangeDetectorRef, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import { LanguageService
|
|
2
|
+
import { LanguageService } from '@igo2/core/language';
|
|
3
|
+
import { MessageService } from '@igo2/core/message';
|
|
3
4
|
import { Context, ContextPermission } from '../shared/context.interface';
|
|
4
5
|
import { ContextService } from '../shared/context.service';
|
|
5
6
|
import { ContextPermissionsComponent } from './context-permissions.component';
|
|
@@ -19,5 +20,5 @@ export declare class ContextPermissionsBindingDirective implements OnInit, OnDes
|
|
|
19
20
|
ngOnDestroy(): void;
|
|
20
21
|
private handleEditedContextChange;
|
|
21
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<ContextPermissionsBindingDirective, [{ self: true; }, null, null, null, null]>;
|
|
22
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ContextPermissionsBindingDirective, "[igoContextPermissionsBinding]", never, {}, {}, never, never,
|
|
23
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ContextPermissionsBindingDirective, "[igoContextPermissionsBinding]", never, {}, {}, never, never, true, never>;
|
|
23
24
|
}
|
|
@@ -2,7 +2,7 @@ import { HttpClient } from '@angular/common/http';
|
|
|
2
2
|
import { ChangeDetectorRef, EventEmitter, OnInit } from '@angular/core';
|
|
3
3
|
import { UntypedFormBuilder, UntypedFormControl, UntypedFormGroup } from '@angular/forms';
|
|
4
4
|
import { AuthService } from '@igo2/auth';
|
|
5
|
-
import { ConfigService } from '@igo2/core';
|
|
5
|
+
import { ConfigService } from '@igo2/core/config';
|
|
6
6
|
import { Subscription } from 'rxjs';
|
|
7
7
|
import { Context, ContextPermission, ContextPermissionsList, ContextProfils } from '../shared/context.interface';
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
@@ -36,5 +36,5 @@ export declare class ContextPermissionsComponent implements OnInit {
|
|
|
36
36
|
private buildForm;
|
|
37
37
|
onProfilSelected(value: any): void;
|
|
38
38
|
static ɵfac: i0.ɵɵFactoryDeclaration<ContextPermissionsComponent, never>;
|
|
39
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ContextPermissionsComponent, "igo-context-permissions", never, { "context": { "alias": "context"; "required": false; }; "permissions": { "alias": "permissions"; "required": false; }; }, { "addPermission": "addPermission"; "removePermission": "removePermission"; "scopeChanged": "scopeChanged"; }, never, never,
|
|
39
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ContextPermissionsComponent, "igo-context-permissions", never, { "context": { "alias": "context"; "required": false; }; "permissions": { "alias": "permissions"; "required": false; }; }, { "addPermission": "addPermission"; "removePermission": "removePermission"; "scopeChanged": "scopeChanged"; }, never, never, true, never>;
|
|
40
40
|
}
|
|
@@ -1,6 +1,13 @@
|
|
|
1
|
+
import { ContextEditBindingDirective, ContextEditComponent } from './context-edit';
|
|
2
|
+
import { ContextFormComponent } from './context-form';
|
|
3
|
+
import { ContextItemComponent } from './context-item';
|
|
4
|
+
import { ContextListBindingDirective, ContextListComponent } from './context-list';
|
|
5
|
+
import { ContextPermissionsBindingDirective, ContextPermissionsComponent } from './context-permissions';
|
|
6
|
+
import { LayerContextDirective, MapContextDirective } from './shared';
|
|
1
7
|
export * from './shared';
|
|
2
8
|
export * from './context-list';
|
|
3
9
|
export * from './context-item';
|
|
4
10
|
export * from './context-form';
|
|
5
11
|
export * from './context-edit';
|
|
6
12
|
export * from './context-permissions';
|
|
13
|
+
export declare const CONTEXT_MANAGER_DIRECTIVES: readonly [typeof ContextListComponent, typeof ContextListBindingDirective, typeof ContextItemComponent, typeof ContextFormComponent, typeof ContextEditComponent, typeof ContextEditBindingDirective, typeof ContextPermissionsComponent, typeof ContextPermissionsBindingDirective, typeof MapContextDirective, typeof LayerContextDirective];
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Tool } from '@igo2/common';
|
|
2
|
-
import { Message } from '@igo2/core';
|
|
2
|
+
import { Message } from '@igo2/core/message';
|
|
3
3
|
import { LayerOptions, MapAttributionOptions, MapExtent, MapScaleLineOptions, MapViewOptions } from '@igo2/geo';
|
|
4
4
|
import { FeatureCollection } from 'geojson';
|
|
5
5
|
import { TypePermission } from './context.enum';
|
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
import { HttpClient } from '@angular/common/http';
|
|
2
2
|
import { AuthService } from '@igo2/auth';
|
|
3
3
|
import { Tool } from '@igo2/common';
|
|
4
|
-
import { ConfigService
|
|
4
|
+
import { ConfigService } from '@igo2/core/config';
|
|
5
|
+
import { LanguageService } from '@igo2/core/language';
|
|
6
|
+
import { MessageService } from '@igo2/core/message';
|
|
7
|
+
import { RouteService } from '@igo2/core/route';
|
|
8
|
+
import { StorageService } from '@igo2/core/storage';
|
|
5
9
|
import type { IgoMap, Layer } from '@igo2/geo';
|
|
6
10
|
import { ExportService } from '@igo2/geo';
|
|
7
11
|
import { BehaviorSubject, Observable, Subject } from 'rxjs';
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import { ConfigService
|
|
2
|
+
import { ConfigService } from '@igo2/core/config';
|
|
3
|
+
import { RouteService } from '@igo2/core/route';
|
|
3
4
|
import { LayerService, MapBrowserComponent, StyleListService, StyleService } from '@igo2/geo';
|
|
4
5
|
import type { IgoMap } from '@igo2/geo';
|
|
5
6
|
import { ContextService } from './context.service';
|
|
@@ -24,5 +25,5 @@ export declare class LayerContextDirective implements OnInit, OnDestroy {
|
|
|
24
25
|
private handleAddLayers;
|
|
25
26
|
private computeLayerVisibilityFromUrl;
|
|
26
27
|
static ɵfac: i0.ɵɵFactoryDeclaration<LayerContextDirective, [null, null, null, null, null, null, { optional: true; }]>;
|
|
27
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<LayerContextDirective, "[igoLayerContext]", never, { "removeLayersOnContextChange": { "alias": "removeLayersOnContextChange"; "required": false; }; }, {}, never, never,
|
|
28
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<LayerContextDirective, "[igoLayerContext]", never, { "removeLayersOnContextChange": { "alias": "removeLayersOnContextChange"; "required": false; }; }, {}, never, never, true, never>;
|
|
28
29
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import { MediaService } from '@igo2/core';
|
|
2
|
+
import { MediaService } from '@igo2/core/media';
|
|
3
3
|
import { MapBrowserComponent } from '@igo2/geo';
|
|
4
4
|
import type { IgoMap } from '@igo2/geo';
|
|
5
5
|
import { ContextService } from './context.service';
|
|
@@ -15,5 +15,5 @@ export declare class MapContextDirective implements OnInit, OnDestroy {
|
|
|
15
15
|
ngOnDestroy(): void;
|
|
16
16
|
private handleContextChange;
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<MapContextDirective, never>;
|
|
18
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<MapContextDirective, "[igoMapContext]", never, {}, {}, never, never,
|
|
18
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<MapContextDirective, "[igoMapContext]", never, {}, {}, never, never, true, never>;
|
|
19
19
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { MatDialog } from '@angular/material/dialog';
|
|
2
|
-
import { MessageService } from '@igo2/core';
|
|
2
|
+
import { MessageService } from '@igo2/core/message';
|
|
3
3
|
import type { IgoMap } from '@igo2/geo';
|
|
4
4
|
import { ContextService } from '../../context-manager/shared/context.service';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
@@ -16,5 +16,5 @@ export declare class BookmarkButtonComponent {
|
|
|
16
16
|
constructor(dialog: MatDialog, contextService: ContextService, messageService: MessageService);
|
|
17
17
|
createContext(): void;
|
|
18
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<BookmarkButtonComponent, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BookmarkButtonComponent, "igo-bookmark-button", never, { "map": { "alias": "map"; "required": false; }; "color": { "alias": "color"; "required": false; }; }, {}, never, never,
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BookmarkButtonComponent, "igo-bookmark-button", never, { "map": { "alias": "map"; "required": false; }; "color": { "alias": "color"; "required": false; }; }, {}, never, never, true, never>;
|
|
20
20
|
}
|
|
@@ -5,5 +5,5 @@ export declare class BookmarkDialogComponent {
|
|
|
5
5
|
title: string;
|
|
6
6
|
constructor(dialogRef: MatDialogRef<BookmarkDialogComponent>);
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<BookmarkDialogComponent, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BookmarkDialogComponent, "igo-bookmark-dialog", never, {}, {}, never, never,
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BookmarkDialogComponent, "igo-bookmark-dialog", never, {}, {}, never, never, true, never>;
|
|
9
9
|
}
|
|
@@ -3,26 +3,13 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
import * as i1 from "./bookmark-button/bookmark-button.component";
|
|
4
4
|
import * as i2 from "./bookmark-button/bookmark-dialog.component";
|
|
5
5
|
import * as i3 from "./poi-button/poi-button.component";
|
|
6
|
-
import * as i4 from "./
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
import * as i8 from "@angular/forms";
|
|
11
|
-
import * as i9 from "@igo2/auth";
|
|
12
|
-
import * as i10 from "@igo2/common";
|
|
13
|
-
import * as i11 from "@igo2/core";
|
|
14
|
-
import * as i12 from "@angular/material/button";
|
|
15
|
-
import * as i13 from "@angular/material/dialog";
|
|
16
|
-
import * as i14 from "@angular/material/divider";
|
|
17
|
-
import * as i15 from "@angular/material/form-field";
|
|
18
|
-
import * as i16 from "@angular/material/icon";
|
|
19
|
-
import * as i17 from "@angular/material/input";
|
|
20
|
-
import * as i18 from "@angular/material/core";
|
|
21
|
-
import * as i19 from "@angular/material/select";
|
|
22
|
-
import * as i20 from "@angular/material/tooltip";
|
|
6
|
+
import * as i4 from "./user-button/user-button.component";
|
|
7
|
+
/**
|
|
8
|
+
* @deprecated import the components/directives directly or CONTEXT_MAP_BUTTON_DIRECTIVES for the set
|
|
9
|
+
*/
|
|
23
10
|
export declare class IgoContextMapButtonModule {
|
|
24
11
|
static forRoot(): ModuleWithProviders<IgoContextMapButtonModule>;
|
|
25
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgoContextMapButtonModule, never>;
|
|
26
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoContextMapButtonModule, [typeof i1.BookmarkButtonComponent, typeof i2.BookmarkDialogComponent, typeof i3.PoiButtonComponent, typeof i4.
|
|
13
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoContextMapButtonModule, never, [typeof i1.BookmarkButtonComponent, typeof i2.BookmarkDialogComponent, typeof i3.PoiButtonComponent, typeof i4.UserButtonComponent], [typeof i1.BookmarkButtonComponent, typeof i3.PoiButtonComponent, typeof i4.UserButtonComponent, typeof i2.BookmarkDialogComponent]>;
|
|
27
14
|
static ɵinj: i0.ɵɵInjectorDeclaration<IgoContextMapButtonModule>;
|
|
28
15
|
}
|
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
import { BookmarkButtonComponent, BookmarkDialogComponent } from './bookmark-button';
|
|
2
|
+
import { PoiButtonComponent } from './poi-button';
|
|
3
|
+
import { UserButtonComponent } from './user-button';
|
|
1
4
|
export * from './bookmark-button';
|
|
2
5
|
export * from './poi-button';
|
|
3
6
|
export * from './user-button';
|
|
7
|
+
export declare const CONTEXT_MAP_BUTTON_DIRECTIVES: readonly [typeof BookmarkButtonComponent, typeof BookmarkDialogComponent, typeof PoiButtonComponent, typeof UserButtonComponent];
|
|
@@ -2,7 +2,8 @@ import { OnDestroy, OnInit } from '@angular/core';
|
|
|
2
2
|
import { MatDialog } from '@angular/material/dialog';
|
|
3
3
|
import { AuthService } from '@igo2/auth';
|
|
4
4
|
import { ConfirmDialogService } from '@igo2/common';
|
|
5
|
-
import { LanguageService
|
|
5
|
+
import { LanguageService } from '@igo2/core/language';
|
|
6
|
+
import { MessageService } from '@igo2/core/message';
|
|
6
7
|
import type { IgoMap } from '@igo2/geo';
|
|
7
8
|
import { Poi } from './shared/poi.interface';
|
|
8
9
|
import { PoiService } from './shared/poi.service';
|
|
@@ -30,5 +31,5 @@ export declare class PoiButtonComponent implements OnInit, OnDestroy {
|
|
|
30
31
|
createPoi(): void;
|
|
31
32
|
zoomOnPoi(id: any): void;
|
|
32
33
|
static ɵfac: i0.ɵɵFactoryDeclaration<PoiButtonComponent, never>;
|
|
33
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PoiButtonComponent, "igo-poi-button", never, { "map": { "alias": "map"; "required": false; }; "color": { "alias": "color"; "required": false; }; }, {}, never, never,
|
|
34
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PoiButtonComponent, "igo-poi-button", never, { "map": { "alias": "map"; "required": false; }; "color": { "alias": "color"; "required": false; }; }, {}, never, never, true, never>;
|
|
34
35
|
}
|
|
@@ -5,5 +5,5 @@ export declare class PoiDialogComponent {
|
|
|
5
5
|
title: string;
|
|
6
6
|
constructor(dialogRef: MatDialogRef<PoiDialogComponent>);
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<PoiDialogComponent, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PoiDialogComponent, "igo-poi-dialog", never, {}, {}, never, never,
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PoiDialogComponent, "igo-poi-dialog", never, {}, {}, never, never, true, never>;
|
|
9
9
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { MatDialog } from '@angular/material/dialog';
|
|
2
2
|
import { AuthService } from '@igo2/auth';
|
|
3
|
-
import { ConfigService } from '@igo2/core';
|
|
3
|
+
import { ConfigService } from '@igo2/core/config';
|
|
4
4
|
import type { IgoMap } from '@igo2/geo';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class UserButtonComponent {
|
|
@@ -21,5 +21,5 @@ export declare class UserButtonComponent {
|
|
|
21
21
|
logout(): void;
|
|
22
22
|
infoUser(): void;
|
|
23
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<UserButtonComponent, never>;
|
|
24
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<UserButtonComponent, "igo-user-button", never, { "map": { "alias": "map"; "required": false; }; "color": { "alias": "color"; "required": false; }; }, {}, never, never,
|
|
24
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<UserButtonComponent, "igo-user-button", never, { "map": { "alias": "map"; "required": false; }; "color": { "alias": "color"; "required": false; }; }, {}, never, never, true, never>;
|
|
25
25
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { MatDialogRef } from '@angular/material/dialog';
|
|
2
2
|
import { AuthService } from '@igo2/auth';
|
|
3
|
-
import { StorageService } from '@igo2/core';
|
|
3
|
+
import { StorageService } from '@igo2/core/storage';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class UserDialogComponent {
|
|
6
6
|
dialogRef: MatDialogRef<UserDialogComponent>;
|
|
@@ -11,5 +11,5 @@ export declare class UserDialogComponent {
|
|
|
11
11
|
constructor(dialogRef: MatDialogRef<UserDialogComponent>, auth: AuthService, storageService: StorageService);
|
|
12
12
|
clearPreferences(): void;
|
|
13
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<UserDialogComponent, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<UserDialogComponent, "igo-user-dialog", never, {}, {}, never, never,
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<UserDialogComponent, "igo-user-dialog", never, {}, {}, never, never, true, never>;
|
|
15
15
|
}
|
package/lib/context.module.d.ts
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { ModuleWithProviders } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "
|
|
4
|
-
import * as i2 from "
|
|
5
|
-
import * as i3 from "
|
|
6
|
-
import * as i4 from "./
|
|
7
|
-
import * as i5 from "./
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
3
|
+
import * as i1 from "./context-import-export/context-import-export.module";
|
|
4
|
+
import * as i2 from "./context-manager/context-manager.module";
|
|
5
|
+
import * as i3 from "./context-map-button/context-map-button.module";
|
|
6
|
+
import * as i4 from "./share-map/share-map.module";
|
|
7
|
+
import * as i5 from "./sidenav/sidenav.module";
|
|
8
|
+
/**
|
|
9
|
+
* @deprecated import the components/directives directly or SHARE_MAP_DIRECTIVES for the set
|
|
10
|
+
*/
|
|
11
11
|
export declare class IgoContextModule {
|
|
12
12
|
static forRoot(): ModuleWithProviders<IgoContextModule>;
|
|
13
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgoContextModule, never>;
|
|
14
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoContextModule, never,
|
|
14
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoContextModule, never, never, [typeof i1.IgoContextImportExportModule, typeof i2.IgoContextManagerModule, typeof i3.IgoContextMapButtonModule, typeof i4.IgoShareMapModule, typeof i5.IgoSidenavModule]>;
|
|
15
15
|
static ɵinj: i0.ɵɵInjectorDeclaration<IgoContextModule>;
|
|
16
16
|
}
|
package/lib/share-map/index.d.ts
CHANGED
|
@@ -1,4 +1,8 @@
|
|
|
1
|
+
import { ShareMapApiComponent } from './share-map/share-map-api.component';
|
|
2
|
+
import { ShareMapUrlComponent } from './share-map/share-map-url.component';
|
|
3
|
+
import { ShareMapComponent } from './share-map/share-map.component';
|
|
1
4
|
export * from './shared';
|
|
2
5
|
export * from './share-map/share-map.component';
|
|
3
6
|
export * from './share-map/share-map-url.component';
|
|
4
7
|
export * from './share-map/share-map-api.component';
|
|
8
|
+
export declare const SHARE_MAP_DIRECTIVES: readonly [typeof ShareMapComponent, typeof ShareMapUrlComponent, typeof ShareMapApiComponent];
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
2
|
import { UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
|
|
3
3
|
import { AuthService } from '@igo2/auth';
|
|
4
|
-
import { LanguageService
|
|
4
|
+
import { LanguageService } from '@igo2/core/language';
|
|
5
|
+
import { MessageService } from '@igo2/core/message';
|
|
5
6
|
import type { IgoMap } from '@igo2/geo';
|
|
6
7
|
import { ShareMapService } from '../shared/share-map.service';
|
|
7
8
|
import * as i0 from "@angular/core";
|
|
@@ -23,5 +24,5 @@ export declare class ShareMapApiComponent implements OnInit {
|
|
|
23
24
|
copyTextToClipboard(textArea: any): void;
|
|
24
25
|
buildForm(): void;
|
|
25
26
|
static ɵfac: i0.ɵɵFactoryDeclaration<ShareMapApiComponent, never>;
|
|
26
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ShareMapApiComponent, "igo-share-map-api", never, { "map": { "alias": "map"; "required": false; }; }, {}, never, never,
|
|
27
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ShareMapApiComponent, "igo-share-map-api", never, { "map": { "alias": "map"; "required": false; }; }, {}, never, never, true, never>;
|
|
27
28
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { AfterViewInit, ChangeDetectorRef, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import { MessageService } from '@igo2/core';
|
|
2
|
+
import { MessageService } from '@igo2/core/message';
|
|
3
3
|
import type { IgoMap } from '@igo2/geo';
|
|
4
4
|
import { ShareMapService } from '../shared/share-map.service';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
@@ -22,5 +22,5 @@ export declare class ShareMapUrlComponent implements AfterViewInit, OnInit, OnDe
|
|
|
22
22
|
resetUrl(values?: any): void;
|
|
23
23
|
copyTextToClipboard(textArea: any): void;
|
|
24
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<ShareMapUrlComponent, never>;
|
|
25
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ShareMapUrlComponent, "igo-share-map-url", never, { "map": { "alias": "map"; "required": false; }; }, {}, never, never,
|
|
25
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ShareMapUrlComponent, "igo-share-map-url", never, { "map": { "alias": "map"; "required": false; }; }, {}, never, never, true, never>;
|
|
26
26
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ConfigService } from '@igo2/core';
|
|
1
|
+
import { ConfigService } from '@igo2/core/config';
|
|
2
2
|
import type { IgoMap } from '@igo2/geo';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class ShareMapComponent {
|
|
@@ -7,5 +7,5 @@ export declare class ShareMapComponent {
|
|
|
7
7
|
hasApi: boolean;
|
|
8
8
|
constructor(config: ConfigService);
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<ShareMapComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ShareMapComponent, "igo-share-map", never, { "map": { "alias": "map"; "required": false; }; }, {}, never, never,
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ShareMapComponent, "igo-share-map", never, { "map": { "alias": "map"; "required": false; }; }, {}, never, never, true, never>;
|
|
11
11
|
}
|
|
@@ -3,19 +3,12 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
import * as i1 from "./share-map/share-map.component";
|
|
4
4
|
import * as i2 from "./share-map/share-map-url.component";
|
|
5
5
|
import * as i3 from "./share-map/share-map-api.component";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
import * as i7 from "@angular/material/tooltip";
|
|
10
|
-
import * as i8 from "@angular/material/tabs";
|
|
11
|
-
import * as i9 from "@angular/material/form-field";
|
|
12
|
-
import * as i10 from "@angular/material/input";
|
|
13
|
-
import * as i11 from "@angular/material/button";
|
|
14
|
-
import * as i12 from "@igo2/core";
|
|
15
|
-
import * as i13 from "@igo2/common";
|
|
6
|
+
/**
|
|
7
|
+
* @deprecated import the components/directives directly or SHARE_MAP_DIRECTIVES for the set
|
|
8
|
+
*/
|
|
16
9
|
export declare class IgoShareMapModule {
|
|
17
10
|
static forRoot(): ModuleWithProviders<IgoShareMapModule>;
|
|
18
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgoShareMapModule, never>;
|
|
19
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoShareMapModule, [typeof i1.ShareMapComponent, typeof i2.ShareMapUrlComponent, typeof i3.ShareMapApiComponent], [typeof
|
|
12
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoShareMapModule, never, [typeof i1.ShareMapComponent, typeof i2.ShareMapUrlComponent, typeof i3.ShareMapApiComponent], [typeof i1.ShareMapComponent, typeof i2.ShareMapUrlComponent, typeof i3.ShareMapApiComponent]>;
|
|
20
13
|
static ɵinj: i0.ɵɵInjectorDeclaration<IgoShareMapModule>;
|
|
21
14
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Title } from '@angular/platform-browser';
|
|
2
2
|
import { FlexibleState, Tool } from '@igo2/common';
|
|
3
|
-
import type { Media } from '@igo2/core';
|
|
3
|
+
import type { Media } from '@igo2/core/media';
|
|
4
4
|
import { Feature } from '@igo2/geo';
|
|
5
5
|
import type { IgoMap } from '@igo2/geo';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
@@ -31,5 +31,5 @@ export declare class SidenavComponent {
|
|
|
31
31
|
zoomToFeatureExtent(): void;
|
|
32
32
|
toggleTopPanel(): void;
|
|
33
33
|
static ɵfac: i0.ɵɵFactoryDeclaration<SidenavComponent, never>;
|
|
34
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SidenavComponent, "igo-sidenav", never, { "map": { "alias": "map"; "required": false; }; "opened": { "alias": "opened"; "required": false; }; "feature": { "alias": "feature"; "required": false; }; "tool": { "alias": "tool"; "required": false; }; "media": { "alias": "media"; "required": false; }; "title": { "alias": "title"; "required": false; }; }, {}, never, never,
|
|
34
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SidenavComponent, "igo-sidenav", never, { "map": { "alias": "map"; "required": false; }; "opened": { "alias": "opened"; "required": false; }; "feature": { "alias": "feature"; "required": false; }; "tool": { "alias": "tool"; "required": false; }; "media": { "alias": "media"; "required": false; }; "title": { "alias": "title"; "required": false; }; }, {}, never, never, true, never>;
|
|
35
35
|
}
|