@igo2/context 1.14.2 → 1.14.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/esm2020/igo2-context.mjs +4 -4
- package/esm2020/lib/context-import-export/context-import-export/context-import-export.component.mjs +228 -228
- package/esm2020/lib/context-import-export/context-import-export.module.mjs +84 -84
- package/esm2020/lib/context-import-export/index.mjs +2 -2
- package/esm2020/lib/context-import-export/shared/context-export.errors.mjs +14 -14
- package/esm2020/lib/context-import-export/shared/context-export.interface.mjs +1 -1
- package/esm2020/lib/context-import-export/shared/context-export.service.mjs +37 -37
- package/esm2020/lib/context-import-export/shared/context-export.utils.mjs +23 -23
- package/esm2020/lib/context-import-export/shared/context-import.errors.mjs +32 -32
- package/esm2020/lib/context-import-export/shared/context-import.service.mjs +78 -78
- package/esm2020/lib/context-import-export/shared/context-import.utils.mjs +157 -157
- package/esm2020/lib/context-import-export/shared/index.mjs +7 -7
- package/esm2020/lib/context-manager/context-edit/context-edit-binding.directive.mjs +53 -53
- package/esm2020/lib/context-manager/context-edit/context-edit.component.mjs +45 -45
- package/esm2020/lib/context-manager/context-edit/index.mjs +2 -2
- package/esm2020/lib/context-manager/context-form/context-form.component.mjs +146 -146
- package/esm2020/lib/context-manager/context-form/index.mjs +1 -1
- package/esm2020/lib/context-manager/context-item/context-item.component.mjs +244 -244
- package/esm2020/lib/context-manager/context-item/index.mjs +1 -1
- package/esm2020/lib/context-manager/context-list/context-list-binding.directive.mjs +259 -259
- package/esm2020/lib/context-manager/context-list/context-list.component.mjs +591 -591
- package/esm2020/lib/context-manager/context-list/context-list.enum.mjs +6 -6
- package/esm2020/lib/context-manager/context-list/index.mjs +2 -2
- package/esm2020/lib/context-manager/context-manager.module.mjs +161 -161
- package/esm2020/lib/context-manager/context-permissions/context-permissions-binding.directive.mjs +115 -115
- package/esm2020/lib/context-manager/context-permissions/context-permissions.component.mjs +305 -305
- package/esm2020/lib/context-manager/context-permissions/index.mjs +2 -2
- package/esm2020/lib/context-manager/index.mjs +6 -6
- package/esm2020/lib/context-manager/shared/context.enum.mjs +12 -12
- package/esm2020/lib/context-manager/shared/context.interface.mjs +1 -1
- package/esm2020/lib/context-manager/shared/context.service.mjs +628 -628
- package/esm2020/lib/context-manager/shared/index.mjs +5 -5
- package/esm2020/lib/context-manager/shared/layer-context.directive.mjs +145 -145
- package/esm2020/lib/context-manager/shared/map-context.directive.mjs +69 -69
- package/esm2020/lib/context-map-button/bookmark-button/bookmark-button.component.mjs +71 -71
- package/esm2020/lib/context-map-button/bookmark-button/bookmark-dialog.component.mjs +49 -49
- package/esm2020/lib/context-map-button/bookmark-button/index.mjs +2 -2
- package/esm2020/lib/context-map-button/context-map-button.module.mjs +95 -95
- package/esm2020/lib/context-map-button/index.mjs +3 -3
- package/esm2020/lib/context-map-button/poi-button/index.mjs +3 -3
- package/esm2020/lib/context-map-button/poi-button/poi-button.component.mjs +170 -170
- package/esm2020/lib/context-map-button/poi-button/poi-dialog.component.mjs +49 -49
- package/esm2020/lib/context-map-button/poi-button/shared/index.mjs +2 -2
- package/esm2020/lib/context-map-button/poi-button/shared/poi.interface.mjs +1 -1
- package/esm2020/lib/context-map-button/poi-button/shared/poi.service.mjs +32 -32
- package/esm2020/lib/context-map-button/user-button/index.mjs +2 -2
- package/esm2020/lib/context-map-button/user-button/user-button.animation.mjs +16 -16
- package/esm2020/lib/context-map-button/user-button/user-button.component.mjs +103 -103
- package/esm2020/lib/context-map-button/user-button/user-dialog.component.mjs +65 -65
- package/esm2020/lib/context.module.mjs +44 -44
- package/esm2020/lib/share-map/index.mjs +4 -4
- package/esm2020/lib/share-map/share-map/share-map-api.component.mjs +180 -180
- package/esm2020/lib/share-map/share-map/share-map-url.component.mjs +242 -242
- package/esm2020/lib/share-map/share-map/share-map.component.mjs +56 -56
- package/esm2020/lib/share-map/share-map.module.mjs +66 -66
- package/esm2020/lib/share-map/shared/index.mjs +1 -1
- package/esm2020/lib/share-map/shared/share-map.service.mjs +209 -209
- package/esm2020/lib/sidenav/index.mjs +1 -1
- package/esm2020/lib/sidenav/sidenav.component.mjs +169 -169
- package/esm2020/lib/sidenav/sidenav.module.mjs +60 -60
- package/esm2020/public_api.mjs +14 -14
- package/fesm2015/igo2-context.mjs +5035 -5035
- package/fesm2020/igo2-context.mjs +4684 -4684
- package/index.d.ts +5 -5
- package/lib/context-import-export/context-import-export/context-import-export.component.d.ts +45 -45
- package/lib/context-import-export/context-import-export.module.d.ts +23 -23
- package/lib/context-import-export/index.d.ts +2 -2
- package/lib/context-import-export/shared/context-export.errors.d.ts +8 -8
- package/lib/context-import-export/shared/context-export.interface.d.ts +5 -5
- package/lib/context-import-export/shared/context-export.service.d.ts +10 -10
- package/lib/context-import-export/shared/context-export.utils.d.ts +4 -4
- package/lib/context-import-export/shared/context-import.errors.d.ts +17 -17
- package/lib/context-import-export/shared/context-import.service.d.ts +18 -18
- package/lib/context-import-export/shared/context-import.utils.d.ts +17 -17
- package/lib/context-import-export/shared/index.d.ts +7 -7
- package/lib/context-manager/context-edit/context-edit-binding.directive.d.ts +21 -21
- package/lib/context-manager/context-edit/context-edit.component.d.ts +14 -14
- package/lib/context-manager/context-edit/index.d.ts +2 -2
- package/lib/context-manager/context-form/context-form.component.d.ts +31 -31
- package/lib/context-manager/context-form/index.d.ts +1 -1
- package/lib/context-manager/context-item/context-item.component.d.ts +32 -32
- package/lib/context-manager/context-item/index.d.ts +1 -1
- package/lib/context-manager/context-list/context-list-binding.directive.d.ts +46 -46
- package/lib/context-manager/context-list/context-list.component.d.ts +93 -93
- package/lib/context-manager/context-list/context-list.enum.d.ts +5 -5
- package/lib/context-manager/context-list/index.d.ts +2 -2
- package/lib/context-manager/context-manager.module.d.ts +37 -37
- package/lib/context-manager/context-permissions/context-permissions-binding.directive.d.ts +23 -23
- package/lib/context-manager/context-permissions/context-permissions.component.d.ts +40 -40
- package/lib/context-manager/context-permissions/index.d.ts +2 -2
- package/lib/context-manager/index.d.ts +6 -6
- package/lib/context-manager/shared/context.enum.d.ts +10 -10
- package/lib/context-manager/shared/context.interface.d.ts +75 -75
- package/lib/context-manager/shared/context.service.d.ts +75 -75
- package/lib/context-manager/shared/index.d.ts +5 -5
- package/lib/context-manager/shared/layer-context.directive.d.ts +27 -27
- package/lib/context-manager/shared/map-context.directive.d.ts +19 -19
- package/lib/context-map-button/bookmark-button/bookmark-button.component.d.ts +21 -21
- package/lib/context-map-button/bookmark-button/bookmark-dialog.component.d.ts +9 -9
- package/lib/context-map-button/bookmark-button/index.d.ts +2 -2
- package/lib/context-map-button/context-map-button.module.d.ts +27 -27
- package/lib/context-map-button/index.d.ts +3 -3
- package/lib/context-map-button/poi-button/index.d.ts +3 -3
- package/lib/context-map-button/poi-button/poi-button.component.d.ts +34 -34
- package/lib/context-map-button/poi-button/poi-dialog.component.d.ts +9 -9
- package/lib/context-map-button/poi-button/shared/index.d.ts +2 -2
- package/lib/context-map-button/poi-button/shared/poi.interface.d.ts +7 -7
- package/lib/context-map-button/poi-button/shared/poi.service.d.ts +16 -16
- package/lib/context-map-button/user-button/index.d.ts +2 -2
- package/lib/context-map-button/user-button/user-button.animation.d.ts +2 -2
- package/lib/context-map-button/user-button/user-button.component.d.ts +25 -25
- package/lib/context-map-button/user-button/user-dialog.component.d.ts +15 -15
- package/lib/context.module.d.ts +16 -16
- package/lib/share-map/index.d.ts +4 -4
- package/lib/share-map/share-map/share-map-api.component.d.ts +27 -27
- package/lib/share-map/share-map/share-map-url.component.d.ts +26 -26
- package/lib/share-map/share-map/share-map.component.d.ts +11 -11
- package/lib/share-map/share-map.module.d.ts +21 -21
- package/lib/share-map/shared/index.d.ts +1 -1
- package/lib/share-map/shared/share-map.service.d.ts +17 -17
- package/lib/sidenav/index.d.ts +1 -1
- package/lib/sidenav/sidenav.component.d.ts +35 -35
- package/lib/sidenav/sidenav.module.d.ts +18 -18
- package/package.json +6 -6
- package/public_api.d.ts +11 -11
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './poi.interface';
|
|
2
|
-
export * from './poi.service';
|
|
1
|
+
export * from './poi.interface';
|
|
2
|
+
export * from './poi.service';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export interface Poi {
|
|
2
|
-
id?: string;
|
|
3
|
-
title: string;
|
|
4
|
-
x: number;
|
|
5
|
-
y: number;
|
|
6
|
-
zoom: number;
|
|
7
|
-
}
|
|
1
|
+
export interface Poi {
|
|
2
|
+
id?: string;
|
|
3
|
+
title: string;
|
|
4
|
+
x: number;
|
|
5
|
+
y: number;
|
|
6
|
+
zoom: number;
|
|
7
|
+
}
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { HttpClient } from '@angular/common/http';
|
|
2
|
-
import { Observable } from 'rxjs';
|
|
3
|
-
import { ConfigService } from '@igo2/core';
|
|
4
|
-
import { Poi } from './poi.interface';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class PoiService {
|
|
7
|
-
private http;
|
|
8
|
-
private config;
|
|
9
|
-
private baseUrl;
|
|
10
|
-
constructor(http: HttpClient, config: ConfigService);
|
|
11
|
-
get(): Observable<Poi[]>;
|
|
12
|
-
delete(id: string): Observable<void>;
|
|
13
|
-
create(context: Poi): Observable<Poi>;
|
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PoiService, never>;
|
|
15
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<PoiService>;
|
|
16
|
-
}
|
|
1
|
+
import { HttpClient } from '@angular/common/http';
|
|
2
|
+
import { Observable } from 'rxjs';
|
|
3
|
+
import { ConfigService } from '@igo2/core';
|
|
4
|
+
import { Poi } from './poi.interface';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class PoiService {
|
|
7
|
+
private http;
|
|
8
|
+
private config;
|
|
9
|
+
private baseUrl;
|
|
10
|
+
constructor(http: HttpClient, config: ConfigService);
|
|
11
|
+
get(): Observable<Poi[]>;
|
|
12
|
+
delete(id: string): Observable<void>;
|
|
13
|
+
create(context: Poi): Observable<Poi>;
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PoiService, never>;
|
|
15
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<PoiService>;
|
|
16
|
+
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './user-button.component';
|
|
2
|
-
export * from './user-dialog.component';
|
|
1
|
+
export * from './user-button.component';
|
|
2
|
+
export * from './user-dialog.component';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { AnimationTriggerMetadata } from '@angular/animations';
|
|
2
|
-
export declare function userButtonSlideInOut(): AnimationTriggerMetadata;
|
|
1
|
+
import { AnimationTriggerMetadata } from '@angular/animations';
|
|
2
|
+
export declare function userButtonSlideInOut(): AnimationTriggerMetadata;
|
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
import { MatDialog } from '@angular/material/dialog';
|
|
2
|
-
import { ConfigService } from '@igo2/core';
|
|
3
|
-
import { AuthService } from '@igo2/auth';
|
|
4
|
-
import type { IgoMap } from '@igo2/geo';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class UserButtonComponent {
|
|
7
|
-
private dialog;
|
|
8
|
-
private config;
|
|
9
|
-
auth: AuthService;
|
|
10
|
-
get map(): IgoMap;
|
|
11
|
-
set map(value: IgoMap);
|
|
12
|
-
private _map;
|
|
13
|
-
get color(): string;
|
|
14
|
-
set color(value: string);
|
|
15
|
-
private _color;
|
|
16
|
-
expand: boolean;
|
|
17
|
-
visible: boolean;
|
|
18
|
-
hasApi: boolean;
|
|
19
|
-
constructor(dialog: MatDialog, config: ConfigService, auth: AuthService);
|
|
20
|
-
accountClick(): void;
|
|
21
|
-
logout(): void;
|
|
22
|
-
infoUser(): void;
|
|
23
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<UserButtonComponent, never>;
|
|
24
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<UserButtonComponent, "igo-user-button", never, { "map": "map"; "color": "color"; }, {}, never, never, false>;
|
|
25
|
-
}
|
|
1
|
+
import { MatDialog } from '@angular/material/dialog';
|
|
2
|
+
import { ConfigService } from '@igo2/core';
|
|
3
|
+
import { AuthService } from '@igo2/auth';
|
|
4
|
+
import type { IgoMap } from '@igo2/geo';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class UserButtonComponent {
|
|
7
|
+
private dialog;
|
|
8
|
+
private config;
|
|
9
|
+
auth: AuthService;
|
|
10
|
+
get map(): IgoMap;
|
|
11
|
+
set map(value: IgoMap);
|
|
12
|
+
private _map;
|
|
13
|
+
get color(): string;
|
|
14
|
+
set color(value: string);
|
|
15
|
+
private _color;
|
|
16
|
+
expand: boolean;
|
|
17
|
+
visible: boolean;
|
|
18
|
+
hasApi: boolean;
|
|
19
|
+
constructor(dialog: MatDialog, config: ConfigService, auth: AuthService);
|
|
20
|
+
accountClick(): void;
|
|
21
|
+
logout(): void;
|
|
22
|
+
infoUser(): void;
|
|
23
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UserButtonComponent, never>;
|
|
24
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<UserButtonComponent, "igo-user-button", never, { "map": "map"; "color": "color"; }, {}, never, never, false>;
|
|
25
|
+
}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { MatDialogRef } from '@angular/material/dialog';
|
|
2
|
-
import { StorageService } from '@igo2/core';
|
|
3
|
-
import { AuthService } from '@igo2/auth';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class UserDialogComponent {
|
|
6
|
-
dialogRef: MatDialogRef<UserDialogComponent>;
|
|
7
|
-
private auth;
|
|
8
|
-
private storageService;
|
|
9
|
-
user: any;
|
|
10
|
-
exp: any;
|
|
11
|
-
constructor(dialogRef: MatDialogRef<UserDialogComponent>, auth: AuthService, storageService: StorageService);
|
|
12
|
-
clearPreferences(): void;
|
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<UserDialogComponent, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<UserDialogComponent, "igo-user-dialog", never, {}, {}, never, never, false>;
|
|
15
|
-
}
|
|
1
|
+
import { MatDialogRef } from '@angular/material/dialog';
|
|
2
|
+
import { StorageService } from '@igo2/core';
|
|
3
|
+
import { AuthService } from '@igo2/auth';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class UserDialogComponent {
|
|
6
|
+
dialogRef: MatDialogRef<UserDialogComponent>;
|
|
7
|
+
private auth;
|
|
8
|
+
private storageService;
|
|
9
|
+
user: any;
|
|
10
|
+
exp: any;
|
|
11
|
+
constructor(dialogRef: MatDialogRef<UserDialogComponent>, auth: AuthService, storageService: StorageService);
|
|
12
|
+
clearPreferences(): void;
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UserDialogComponent, never>;
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<UserDialogComponent, "igo-user-dialog", never, {}, {}, never, never, false>;
|
|
15
|
+
}
|
package/lib/context.module.d.ts
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { ModuleWithProviders } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "@angular/material/input";
|
|
4
|
-
import * as i2 from "@angular/material/form-field";
|
|
5
|
-
import * as i3 from "@angular/material/menu";
|
|
6
|
-
import * as i4 from "./context-import-export/context-import-export.module";
|
|
7
|
-
import * as i5 from "./context-manager/context-manager.module";
|
|
8
|
-
import * as i6 from "./context-map-button/context-map-button.module";
|
|
9
|
-
import * as i7 from "./share-map/share-map.module";
|
|
10
|
-
import * as i8 from "./sidenav/sidenav.module";
|
|
11
|
-
export declare class IgoContextModule {
|
|
12
|
-
static forRoot(): ModuleWithProviders<IgoContextModule>;
|
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IgoContextModule, never>;
|
|
14
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoContextModule, never, [typeof i1.MatInputModule, typeof i2.MatFormFieldModule, typeof i3.MatMenuModule], [typeof i4.IgoContextImportExportModule, typeof i5.IgoContextManagerModule, typeof i6.IgoContextMapButtonModule, typeof i7.IgoShareMapModule, typeof i8.IgoSidenavModule]>;
|
|
15
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<IgoContextModule>;
|
|
16
|
-
}
|
|
1
|
+
import { ModuleWithProviders } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "@angular/material/input";
|
|
4
|
+
import * as i2 from "@angular/material/form-field";
|
|
5
|
+
import * as i3 from "@angular/material/menu";
|
|
6
|
+
import * as i4 from "./context-import-export/context-import-export.module";
|
|
7
|
+
import * as i5 from "./context-manager/context-manager.module";
|
|
8
|
+
import * as i6 from "./context-map-button/context-map-button.module";
|
|
9
|
+
import * as i7 from "./share-map/share-map.module";
|
|
10
|
+
import * as i8 from "./sidenav/sidenav.module";
|
|
11
|
+
export declare class IgoContextModule {
|
|
12
|
+
static forRoot(): ModuleWithProviders<IgoContextModule>;
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IgoContextModule, never>;
|
|
14
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoContextModule, never, [typeof i1.MatInputModule, typeof i2.MatFormFieldModule, typeof i3.MatMenuModule], [typeof i4.IgoContextImportExportModule, typeof i5.IgoContextManagerModule, typeof i6.IgoContextMapButtonModule, typeof i7.IgoShareMapModule, typeof i8.IgoSidenavModule]>;
|
|
15
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<IgoContextModule>;
|
|
16
|
+
}
|
package/lib/share-map/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export * from './shared';
|
|
2
|
-
export * from './share-map/share-map.component';
|
|
3
|
-
export * from './share-map/share-map-url.component';
|
|
4
|
-
export * from './share-map/share-map-api.component';
|
|
1
|
+
export * from './shared';
|
|
2
|
+
export * from './share-map/share-map.component';
|
|
3
|
+
export * from './share-map/share-map-url.component';
|
|
4
|
+
export * from './share-map/share-map-api.component';
|
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import { UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
|
|
3
|
-
import { MessageService, LanguageService } from '@igo2/core';
|
|
4
|
-
import { AuthService } from '@igo2/auth';
|
|
5
|
-
import type { IgoMap } from '@igo2/geo';
|
|
6
|
-
import { ShareMapService } from '../shared/share-map.service';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class ShareMapApiComponent implements OnInit {
|
|
9
|
-
private languageService;
|
|
10
|
-
private messageService;
|
|
11
|
-
private auth;
|
|
12
|
-
private shareMapService;
|
|
13
|
-
private formBuilder;
|
|
14
|
-
form: UntypedFormGroup;
|
|
15
|
-
map: IgoMap;
|
|
16
|
-
url: string;
|
|
17
|
-
userId: string;
|
|
18
|
-
idContextShared: string;
|
|
19
|
-
constructor(languageService: LanguageService, messageService: MessageService, auth: AuthService, shareMapService: ShareMapService, formBuilder: UntypedFormBuilder);
|
|
20
|
-
ngOnInit(): void;
|
|
21
|
-
createUrl(values?: any): void;
|
|
22
|
-
updateContextShared(values?: any): void;
|
|
23
|
-
copyTextToClipboard(textArea: any): void;
|
|
24
|
-
buildForm(): void;
|
|
25
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ShareMapApiComponent, never>;
|
|
26
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ShareMapApiComponent, "igo-share-map-api", never, { "map": "map"; }, {}, never, never, false>;
|
|
27
|
-
}
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
|
|
3
|
+
import { MessageService, LanguageService } from '@igo2/core';
|
|
4
|
+
import { AuthService } from '@igo2/auth';
|
|
5
|
+
import type { IgoMap } from '@igo2/geo';
|
|
6
|
+
import { ShareMapService } from '../shared/share-map.service';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
export declare class ShareMapApiComponent implements OnInit {
|
|
9
|
+
private languageService;
|
|
10
|
+
private messageService;
|
|
11
|
+
private auth;
|
|
12
|
+
private shareMapService;
|
|
13
|
+
private formBuilder;
|
|
14
|
+
form: UntypedFormGroup;
|
|
15
|
+
map: IgoMap;
|
|
16
|
+
url: string;
|
|
17
|
+
userId: string;
|
|
18
|
+
idContextShared: string;
|
|
19
|
+
constructor(languageService: LanguageService, messageService: MessageService, auth: AuthService, shareMapService: ShareMapService, formBuilder: UntypedFormBuilder);
|
|
20
|
+
ngOnInit(): void;
|
|
21
|
+
createUrl(values?: any): void;
|
|
22
|
+
updateContextShared(values?: any): void;
|
|
23
|
+
copyTextToClipboard(textArea: any): void;
|
|
24
|
+
buildForm(): void;
|
|
25
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ShareMapApiComponent, never>;
|
|
26
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ShareMapApiComponent, "igo-share-map-api", never, { "map": "map"; }, {}, never, never, false>;
|
|
27
|
+
}
|
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
import { AfterViewInit, OnInit, ChangeDetectorRef, OnDestroy } from '@angular/core';
|
|
2
|
-
import { MessageService } from '@igo2/core';
|
|
3
|
-
import type { IgoMap } from '@igo2/geo';
|
|
4
|
-
import { ShareMapService } from '../shared/share-map.service';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class ShareMapUrlComponent implements AfterViewInit, OnInit, OnDestroy {
|
|
7
|
-
private messageService;
|
|
8
|
-
private shareMapService;
|
|
9
|
-
private cdRef;
|
|
10
|
-
private mapState$$;
|
|
11
|
-
map: IgoMap;
|
|
12
|
-
url: string;
|
|
13
|
-
publicShareOption: {
|
|
14
|
-
layerlistControls: {
|
|
15
|
-
querystring: string;
|
|
16
|
-
};
|
|
17
|
-
};
|
|
18
|
-
constructor(messageService: MessageService, shareMapService: ShareMapService, cdRef: ChangeDetectorRef);
|
|
19
|
-
ngOnInit(): void;
|
|
20
|
-
ngAfterViewInit(): void;
|
|
21
|
-
ngOnDestroy(): void;
|
|
22
|
-
resetUrl(values?: any): void;
|
|
23
|
-
copyTextToClipboard(textArea: any): void;
|
|
24
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ShareMapUrlComponent, never>;
|
|
25
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ShareMapUrlComponent, "igo-share-map-url", never, { "map": "map"; }, {}, never, never, false>;
|
|
26
|
-
}
|
|
1
|
+
import { AfterViewInit, OnInit, ChangeDetectorRef, OnDestroy } from '@angular/core';
|
|
2
|
+
import { MessageService } from '@igo2/core';
|
|
3
|
+
import type { IgoMap } from '@igo2/geo';
|
|
4
|
+
import { ShareMapService } from '../shared/share-map.service';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class ShareMapUrlComponent implements AfterViewInit, OnInit, OnDestroy {
|
|
7
|
+
private messageService;
|
|
8
|
+
private shareMapService;
|
|
9
|
+
private cdRef;
|
|
10
|
+
private mapState$$;
|
|
11
|
+
map: IgoMap;
|
|
12
|
+
url: string;
|
|
13
|
+
publicShareOption: {
|
|
14
|
+
layerlistControls: {
|
|
15
|
+
querystring: string;
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
constructor(messageService: MessageService, shareMapService: ShareMapService, cdRef: ChangeDetectorRef);
|
|
19
|
+
ngOnInit(): void;
|
|
20
|
+
ngAfterViewInit(): void;
|
|
21
|
+
ngOnDestroy(): void;
|
|
22
|
+
resetUrl(values?: any): void;
|
|
23
|
+
copyTextToClipboard(textArea: any): void;
|
|
24
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ShareMapUrlComponent, never>;
|
|
25
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ShareMapUrlComponent, "igo-share-map-url", never, { "map": "map"; }, {}, never, never, false>;
|
|
26
|
+
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { ConfigService } from '@igo2/core';
|
|
2
|
-
import type { IgoMap } from '@igo2/geo';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class ShareMapComponent {
|
|
5
|
-
private config;
|
|
6
|
-
map: IgoMap;
|
|
7
|
-
hasApi: boolean;
|
|
8
|
-
constructor(config: ConfigService);
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ShareMapComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ShareMapComponent, "igo-share-map", never, { "map": "map"; }, {}, never, never, false>;
|
|
11
|
-
}
|
|
1
|
+
import { ConfigService } from '@igo2/core';
|
|
2
|
+
import type { IgoMap } from '@igo2/geo';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class ShareMapComponent {
|
|
5
|
+
private config;
|
|
6
|
+
map: IgoMap;
|
|
7
|
+
hasApi: boolean;
|
|
8
|
+
constructor(config: ConfigService);
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ShareMapComponent, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ShareMapComponent, "igo-share-map", never, { "map": "map"; }, {}, never, never, false>;
|
|
11
|
+
}
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
import { ModuleWithProviders } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "./share-map/share-map.component";
|
|
4
|
-
import * as i2 from "./share-map/share-map-url.component";
|
|
5
|
-
import * as i3 from "./share-map/share-map-api.component";
|
|
6
|
-
import * as i4 from "@angular/common";
|
|
7
|
-
import * as i5 from "@angular/forms";
|
|
8
|
-
import * as i6 from "@angular/material/icon";
|
|
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";
|
|
16
|
-
export declare class IgoShareMapModule {
|
|
17
|
-
static forRoot(): ModuleWithProviders<IgoShareMapModule>;
|
|
18
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IgoShareMapModule, never>;
|
|
19
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoShareMapModule, [typeof i1.ShareMapComponent, typeof i2.ShareMapUrlComponent, typeof i3.ShareMapApiComponent], [typeof i4.CommonModule, typeof i5.FormsModule, typeof i5.ReactiveFormsModule, typeof i6.MatIconModule, typeof i7.MatTooltipModule, typeof i8.MatTabsModule, typeof i9.MatFormFieldModule, typeof i10.MatInputModule, typeof i11.MatButtonModule, typeof i12.IgoLanguageModule, typeof i13.IgoCustomHtmlModule], [typeof i1.ShareMapComponent, typeof i2.ShareMapUrlComponent, typeof i3.ShareMapApiComponent]>;
|
|
20
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<IgoShareMapModule>;
|
|
21
|
-
}
|
|
1
|
+
import { ModuleWithProviders } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "./share-map/share-map.component";
|
|
4
|
+
import * as i2 from "./share-map/share-map-url.component";
|
|
5
|
+
import * as i3 from "./share-map/share-map-api.component";
|
|
6
|
+
import * as i4 from "@angular/common";
|
|
7
|
+
import * as i5 from "@angular/forms";
|
|
8
|
+
import * as i6 from "@angular/material/icon";
|
|
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";
|
|
16
|
+
export declare class IgoShareMapModule {
|
|
17
|
+
static forRoot(): ModuleWithProviders<IgoShareMapModule>;
|
|
18
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IgoShareMapModule, never>;
|
|
19
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoShareMapModule, [typeof i1.ShareMapComponent, typeof i2.ShareMapUrlComponent, typeof i3.ShareMapApiComponent], [typeof i4.CommonModule, typeof i5.FormsModule, typeof i5.ReactiveFormsModule, typeof i6.MatIconModule, typeof i7.MatTooltipModule, typeof i8.MatTabsModule, typeof i9.MatFormFieldModule, typeof i10.MatInputModule, typeof i11.MatButtonModule, typeof i12.IgoLanguageModule, typeof i13.IgoCustomHtmlModule], [typeof i1.ShareMapComponent, typeof i2.ShareMapUrlComponent, typeof i3.ShareMapApiComponent]>;
|
|
20
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<IgoShareMapModule>;
|
|
21
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './share-map.service';
|
|
1
|
+
export * from './share-map.service';
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import { RouteService } from '@igo2/core';
|
|
2
|
-
import type { IgoMap } from '@igo2/geo';
|
|
3
|
-
import { ContextService } from '../../context-manager/shared/context.service';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class ShareMapService {
|
|
6
|
-
private contextService;
|
|
7
|
-
private route;
|
|
8
|
-
private language;
|
|
9
|
-
constructor(contextService: ContextService, route: RouteService);
|
|
10
|
-
getUrlWithApi(formValues: any): string;
|
|
11
|
-
createContextShared(map: IgoMap, formValues: any): import("rxjs").Observable<import("../../context-manager/shared/context.interface").Context>;
|
|
12
|
-
updateContextShared(map: IgoMap, formValues: any, id: string): import("rxjs").Observable<import("../../context-manager/shared/context.interface").Context>;
|
|
13
|
-
getUrlWithoutApi(map: IgoMap, publicShareOption: any): string;
|
|
14
|
-
private makeLayersByService;
|
|
15
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ShareMapService, [null, { optional: true; }]>;
|
|
16
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<ShareMapService>;
|
|
17
|
-
}
|
|
1
|
+
import { RouteService } from '@igo2/core';
|
|
2
|
+
import type { IgoMap } from '@igo2/geo';
|
|
3
|
+
import { ContextService } from '../../context-manager/shared/context.service';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class ShareMapService {
|
|
6
|
+
private contextService;
|
|
7
|
+
private route;
|
|
8
|
+
private language;
|
|
9
|
+
constructor(contextService: ContextService, route: RouteService);
|
|
10
|
+
getUrlWithApi(formValues: any): string;
|
|
11
|
+
createContextShared(map: IgoMap, formValues: any): import("rxjs").Observable<import("../../context-manager/shared/context.interface").Context>;
|
|
12
|
+
updateContextShared(map: IgoMap, formValues: any, id: string): import("rxjs").Observable<import("../../context-manager/shared/context.interface").Context>;
|
|
13
|
+
getUrlWithoutApi(map: IgoMap, publicShareOption: any): string;
|
|
14
|
+
private makeLayersByService;
|
|
15
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ShareMapService, [null, { optional: true; }]>;
|
|
16
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<ShareMapService>;
|
|
17
|
+
}
|
package/lib/sidenav/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './sidenav.component';
|
|
1
|
+
export * from './sidenav.component';
|
|
@@ -1,35 +1,35 @@
|
|
|
1
|
-
import { Title } from '@angular/platform-browser';
|
|
2
|
-
import type { Media } from '@igo2/core';
|
|
3
|
-
import { FlexibleState, Tool } from '@igo2/common';
|
|
4
|
-
import { Feature } from '@igo2/geo';
|
|
5
|
-
import type { IgoMap } from '@igo2/geo';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class SidenavComponent {
|
|
8
|
-
titleService: Title;
|
|
9
|
-
private format;
|
|
10
|
-
get map(): IgoMap;
|
|
11
|
-
set map(value: IgoMap);
|
|
12
|
-
private _map;
|
|
13
|
-
get opened(): boolean;
|
|
14
|
-
set opened(value: boolean);
|
|
15
|
-
private _opened;
|
|
16
|
-
get feature(): Feature;
|
|
17
|
-
set feature(value: Feature);
|
|
18
|
-
private _feature;
|
|
19
|
-
get tool(): Tool;
|
|
20
|
-
set tool(value: Tool);
|
|
21
|
-
private _tool;
|
|
22
|
-
get media(): Media;
|
|
23
|
-
set media(value: Media);
|
|
24
|
-
private _media;
|
|
25
|
-
get title(): string;
|
|
26
|
-
set title(value: string);
|
|
27
|
-
private _title;
|
|
28
|
-
topPanelState: FlexibleState;
|
|
29
|
-
get featureTitle(): string;
|
|
30
|
-
constructor(titleService: Title);
|
|
31
|
-
zoomToFeatureExtent(): void;
|
|
32
|
-
toggleTopPanel(): void;
|
|
33
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SidenavComponent, never>;
|
|
34
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SidenavComponent, "igo-sidenav", never, { "map": "map"; "opened": "opened"; "feature": "feature"; "tool": "tool"; "media": "media"; "title": "title"; }, {}, never, never, false>;
|
|
35
|
-
}
|
|
1
|
+
import { Title } from '@angular/platform-browser';
|
|
2
|
+
import type { Media } from '@igo2/core';
|
|
3
|
+
import { FlexibleState, Tool } from '@igo2/common';
|
|
4
|
+
import { Feature } from '@igo2/geo';
|
|
5
|
+
import type { IgoMap } from '@igo2/geo';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export declare class SidenavComponent {
|
|
8
|
+
titleService: Title;
|
|
9
|
+
private format;
|
|
10
|
+
get map(): IgoMap;
|
|
11
|
+
set map(value: IgoMap);
|
|
12
|
+
private _map;
|
|
13
|
+
get opened(): boolean;
|
|
14
|
+
set opened(value: boolean);
|
|
15
|
+
private _opened;
|
|
16
|
+
get feature(): Feature;
|
|
17
|
+
set feature(value: Feature);
|
|
18
|
+
private _feature;
|
|
19
|
+
get tool(): Tool;
|
|
20
|
+
set tool(value: Tool);
|
|
21
|
+
private _tool;
|
|
22
|
+
get media(): Media;
|
|
23
|
+
set media(value: Media);
|
|
24
|
+
private _media;
|
|
25
|
+
get title(): string;
|
|
26
|
+
set title(value: string);
|
|
27
|
+
private _title;
|
|
28
|
+
topPanelState: FlexibleState;
|
|
29
|
+
get featureTitle(): string;
|
|
30
|
+
constructor(titleService: Title);
|
|
31
|
+
zoomToFeatureExtent(): void;
|
|
32
|
+
toggleTopPanel(): void;
|
|
33
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SidenavComponent, never>;
|
|
34
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SidenavComponent, "igo-sidenav", never, { "map": "map"; "opened": "opened"; "feature": "feature"; "tool": "tool"; "media": "media"; "title": "title"; }, {}, never, never, false>;
|
|
35
|
+
}
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import { ModuleWithProviders } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "./sidenav.component";
|
|
4
|
-
import * as i2 from "@angular/common";
|
|
5
|
-
import * as i3 from "@angular/material/icon";
|
|
6
|
-
import * as i4 from "@angular/material/button";
|
|
7
|
-
import * as i5 from "@angular/material/sidenav";
|
|
8
|
-
import * as i6 from "@angular/material/tooltip";
|
|
9
|
-
import * as i7 from "@igo2/core";
|
|
10
|
-
import * as i8 from "@igo2/common";
|
|
11
|
-
import * as i9 from "@igo2/geo";
|
|
12
|
-
import * as i10 from "../context-manager/context-manager.module";
|
|
13
|
-
export declare class IgoSidenavModule {
|
|
14
|
-
static forRoot(): ModuleWithProviders<IgoSidenavModule>;
|
|
15
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IgoSidenavModule, never>;
|
|
16
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoSidenavModule, [typeof i1.SidenavComponent], [typeof i2.CommonModule, typeof i3.MatIconModule, typeof i4.MatButtonModule, typeof i5.MatSidenavModule, typeof i6.MatTooltipModule, typeof i7.IgoLanguageModule, typeof i8.IgoPanelModule, typeof i8.IgoFlexibleModule, typeof i9.IgoFeatureModule, typeof i10.IgoContextManagerModule], [typeof i1.SidenavComponent]>;
|
|
17
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<IgoSidenavModule>;
|
|
18
|
-
}
|
|
1
|
+
import { ModuleWithProviders } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "./sidenav.component";
|
|
4
|
+
import * as i2 from "@angular/common";
|
|
5
|
+
import * as i3 from "@angular/material/icon";
|
|
6
|
+
import * as i4 from "@angular/material/button";
|
|
7
|
+
import * as i5 from "@angular/material/sidenav";
|
|
8
|
+
import * as i6 from "@angular/material/tooltip";
|
|
9
|
+
import * as i7 from "@igo2/core";
|
|
10
|
+
import * as i8 from "@igo2/common";
|
|
11
|
+
import * as i9 from "@igo2/geo";
|
|
12
|
+
import * as i10 from "../context-manager/context-manager.module";
|
|
13
|
+
export declare class IgoSidenavModule {
|
|
14
|
+
static forRoot(): ModuleWithProviders<IgoSidenavModule>;
|
|
15
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IgoSidenavModule, never>;
|
|
16
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoSidenavModule, [typeof i1.SidenavComponent], [typeof i2.CommonModule, typeof i3.MatIconModule, typeof i4.MatButtonModule, typeof i5.MatSidenavModule, typeof i6.MatTooltipModule, typeof i7.IgoLanguageModule, typeof i8.IgoPanelModule, typeof i8.IgoFlexibleModule, typeof i9.IgoFeatureModule, typeof i10.IgoContextManagerModule], [typeof i1.SidenavComponent]>;
|
|
17
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<IgoSidenavModule>;
|
|
18
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@igo2/context",
|
|
3
|
-
"version": "1.14.
|
|
3
|
+
"version": "1.14.3",
|
|
4
4
|
"description": "IGO Library",
|
|
5
5
|
"author": "IGO Community",
|
|
6
6
|
"keywords": [
|
|
@@ -21,11 +21,11 @@
|
|
|
21
21
|
"@angular/core": "^14.1.2",
|
|
22
22
|
"@angular/forms": "^14.1.2",
|
|
23
23
|
"@angular/material": "^14.1.2",
|
|
24
|
-
"@igo2/auth": "^1.14.
|
|
25
|
-
"@igo2/common": "^1.14.
|
|
26
|
-
"@igo2/core": "^1.14.
|
|
27
|
-
"@igo2/utils": "^1.14.
|
|
28
|
-
"@igo2/geo": "^1.14.
|
|
24
|
+
"@igo2/auth": "^1.14.3",
|
|
25
|
+
"@igo2/common": "^1.14.3",
|
|
26
|
+
"@igo2/core": "^1.14.3",
|
|
27
|
+
"@igo2/utils": "^1.14.3",
|
|
28
|
+
"@igo2/geo": "^1.14.3",
|
|
29
29
|
"ol": "^7.1.0",
|
|
30
30
|
"rxjs": "^7.5.6"
|
|
31
31
|
},
|
package/public_api.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export * from './lib/context.module';
|
|
2
|
-
export * from './lib/context-import-export/context-import-export.module';
|
|
3
|
-
export * from './lib/context-manager/context-manager.module';
|
|
4
|
-
export * from './lib/context-map-button/context-map-button.module';
|
|
5
|
-
export * from './lib/share-map/share-map.module';
|
|
6
|
-
export * from './lib/sidenav/sidenav.module';
|
|
7
|
-
export * from './lib/context-import-export';
|
|
8
|
-
export * from './lib/context-manager';
|
|
9
|
-
export * from './lib/context-map-button';
|
|
10
|
-
export * from './lib/share-map';
|
|
11
|
-
export * from './lib/sidenav';
|
|
1
|
+
export * from './lib/context.module';
|
|
2
|
+
export * from './lib/context-import-export/context-import-export.module';
|
|
3
|
+
export * from './lib/context-manager/context-manager.module';
|
|
4
|
+
export * from './lib/context-map-button/context-map-button.module';
|
|
5
|
+
export * from './lib/share-map/share-map.module';
|
|
6
|
+
export * from './lib/sidenav/sidenav.module';
|
|
7
|
+
export * from './lib/context-import-export';
|
|
8
|
+
export * from './lib/context-manager';
|
|
9
|
+
export * from './lib/context-map-button';
|
|
10
|
+
export * from './lib/share-map';
|
|
11
|
+
export * from './lib/sidenav';
|