@igo2/context 17.0.0-next.0 → 17.0.0-next.11
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 +22 -20
- package/esm2022/lib/context-import-export/context-import-export.module.mjs +5 -5
- package/esm2022/lib/context-import-export/shared/context-export.service.mjs +3 -3
- package/esm2022/lib/context-import-export/shared/context-export.utils.mjs +1 -1
- 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 +6 -6
- package/esm2022/lib/context-manager/context-edit/context-edit.component.mjs +6 -6
- package/esm2022/lib/context-manager/context-form/context-form.component.mjs +9 -9
- package/esm2022/lib/context-manager/context-item/context-item.component.mjs +11 -10
- package/esm2022/lib/context-manager/context-list/context-list-binding.directive.mjs +14 -10
- package/esm2022/lib/context-manager/context-list/context-list.component.mjs +32 -39
- package/esm2022/lib/context-manager/context-manager.directive.mjs +19 -0
- package/esm2022/lib/context-manager/context-manager.module.mjs +5 -5
- package/esm2022/lib/context-manager/context-permissions/context-permissions-binding.directive.mjs +9 -7
- package/esm2022/lib/context-manager/context-permissions/context-permissions.component.mjs +12 -10
- package/esm2022/lib/context-manager/index.mjs +2 -19
- package/esm2022/lib/context-manager/shared/context.interface.mjs +1 -1
- package/esm2022/lib/context-manager/shared/context.service.mjs +19 -16
- package/esm2022/lib/context-manager/shared/layer-context.directive.mjs +9 -7
- package/esm2022/lib/context-manager/shared/map-context.directive.mjs +6 -6
- package/esm2022/lib/context-map-button/bookmark-button/bookmark-button.component.mjs +8 -8
- package/esm2022/lib/context-map-button/bookmark-button/bookmark-dialog.component.mjs +6 -6
- package/esm2022/lib/context-map-button/context-map-button.directive.mjs +10 -0
- package/esm2022/lib/context-map-button/context-map-button.module.mjs +5 -5
- package/esm2022/lib/context-map-button/index.mjs +2 -10
- package/esm2022/lib/context-map-button/poi-button/poi-button.component.mjs +21 -18
- package/esm2022/lib/context-map-button/poi-button/poi-dialog.component.mjs +6 -6
- package/esm2022/lib/context-map-button/poi-button/shared/poi.service.mjs +6 -6
- package/esm2022/lib/context-map-button/user-button/user-button.component.mjs +9 -9
- package/esm2022/lib/context-map-button/user-button/user-dialog.component.mjs +8 -8
- package/esm2022/lib/context.module.mjs +5 -5
- package/esm2022/lib/share-map/index.mjs +2 -9
- package/esm2022/lib/share-map/share-map/share-map-api.component.mjs +21 -19
- package/esm2022/lib/share-map/share-map/share-map-url.component.mjs +10 -10
- package/esm2022/lib/share-map/share-map/share-map.component.mjs +8 -8
- package/esm2022/lib/share-map/share-map.module.mjs +10 -5
- package/esm2022/lib/share-map/shared/share-map.service.mjs +6 -6
- package/esm2022/lib/sidenav/sidenav.component.mjs +10 -8
- package/esm2022/lib/sidenav/sidenav.module.mjs +5 -5
- package/fesm2022/igo2-context.mjs +198 -203
- package/fesm2022/igo2-context.mjs.map +1 -1
- package/lib/context-import-export/context-import-export/context-import-export.component.d.ts +2 -1
- 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 +1 -1
- package/lib/context-manager/context-form/context-form.component.d.ts +1 -1
- package/lib/context-manager/context-item/context-item.component.d.ts +1 -1
- 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 +7 -9
- package/lib/context-manager/context-manager.directive.d.ts +7 -0
- package/lib/context-manager/context-permissions/context-permissions-binding.directive.d.ts +2 -1
- package/lib/context-manager/context-permissions/context-permissions.component.d.ts +1 -1
- package/lib/context-manager/index.d.ts +1 -7
- package/lib/context-manager/shared/context.interface.d.ts +2 -2
- package/lib/context-manager/shared/context.service.d.ts +6 -2
- package/lib/context-manager/shared/layer-context.directive.d.ts +2 -1
- package/lib/context-manager/shared/map-context.directive.d.ts +1 -1
- package/lib/context-map-button/bookmark-button/bookmark-button.component.d.ts +1 -1
- package/lib/context-map-button/context-map-button.directive.d.ts +4 -0
- package/lib/context-map-button/index.d.ts +1 -4
- package/lib/context-map-button/poi-button/poi-button.component.d.ts +3 -2
- 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 +1 -1
- package/lib/context-map-button/user-button/user-dialog.component.d.ts +1 -1
- package/lib/share-map/index.d.ts +1 -4
- package/lib/share-map/share-map/share-map-api.component.d.ts +2 -1
- package/lib/share-map/share-map/share-map-url.component.d.ts +1 -1
- package/lib/share-map/share-map/share-map.component.d.ts +1 -1
- package/lib/share-map/share-map.module.d.ts +4 -0
- package/lib/share-map/shared/share-map.service.d.ts +1 -1
- package/lib/sidenav/sidenav.component.d.ts +3 -2
- package/package.json +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';
|
|
@@ -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';
|
|
@@ -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 {
|
|
@@ -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";
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import { ChangeDetectorRef, OnDestroy, OnInit } from '@angular/core';
|
|
2
2
|
import { AuthService } from '@igo2/auth';
|
|
3
|
-
import { ConfirmDialogService } from '@igo2/common';
|
|
4
|
-
import { LanguageService
|
|
3
|
+
import { ConfirmDialogService } from '@igo2/common/confirm-dialog';
|
|
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';
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import { ChangeDetectorRef, EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
2
2
|
import { MatDialog } from '@angular/material/dialog';
|
|
3
3
|
import { AuthService } from '@igo2/auth';
|
|
4
|
-
import { ActionStore, ActionbarMode } from '@igo2/common';
|
|
5
|
-
import { ConfigService
|
|
4
|
+
import { ActionStore, ActionbarMode } from '@igo2/common/action';
|
|
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';
|
|
@@ -23,12 +25,8 @@ export declare class ContextListComponent implements OnInit, OnDestroy {
|
|
|
23
25
|
get contexts(): ContextsList;
|
|
24
26
|
set contexts(value: ContextsList);
|
|
25
27
|
private _contexts;
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
private _selectedContext;
|
|
29
|
-
get map(): IgoMap;
|
|
30
|
-
set map(value: IgoMap);
|
|
31
|
-
private _map;
|
|
28
|
+
selectedContext: DetailedContext;
|
|
29
|
+
map: IgoMap;
|
|
32
30
|
get defaultContextId(): string;
|
|
33
31
|
set defaultContextId(value: string);
|
|
34
32
|
private _defaultContextId;
|
|
@@ -83,7 +81,7 @@ export declare class ContextListComponent implements OnInit, OnDestroy {
|
|
|
83
81
|
showFilter(): boolean;
|
|
84
82
|
sortContextsList(contexts: ContextsList): any;
|
|
85
83
|
normalize(str: string): string;
|
|
86
|
-
toggleSort(
|
|
84
|
+
toggleSort(): void;
|
|
87
85
|
clearFilter(): void;
|
|
88
86
|
createContext(empty?: boolean): void;
|
|
89
87
|
getPermission(user?: any): ContextUserPermission;
|
|
@@ -0,0 +1,7 @@
|
|
|
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';
|
|
7
|
+
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,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';
|
|
@@ -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";
|
|
@@ -1,13 +1,7 @@
|
|
|
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';
|
|
7
1
|
export * from './shared';
|
|
8
2
|
export * from './context-list';
|
|
9
3
|
export * from './context-item';
|
|
10
4
|
export * from './context-form';
|
|
11
5
|
export * from './context-edit';
|
|
12
6
|
export * from './context-permissions';
|
|
13
|
-
export
|
|
7
|
+
export * from './context-manager.directive';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Tool } from '@igo2/common';
|
|
2
|
-
import { Message } from '@igo2/core';
|
|
1
|
+
import { Tool } from '@igo2/common/tool';
|
|
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
|
-
import { Tool } from '@igo2/common';
|
|
4
|
-
import { ConfigService
|
|
3
|
+
import { Tool } from '@igo2/common/tool';
|
|
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';
|
|
@@ -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';
|
|
@@ -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";
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { BookmarkButtonComponent, BookmarkDialogComponent } from './bookmark-button';
|
|
2
|
+
import { PoiButtonComponent } from './poi-button';
|
|
3
|
+
import { UserButtonComponent } from './user-button';
|
|
4
|
+
export declare const CONTEXT_MAP_BUTTON_DIRECTIVES: readonly [typeof BookmarkButtonComponent, typeof BookmarkDialogComponent, typeof PoiButtonComponent, typeof UserButtonComponent];
|
|
@@ -1,7 +1,4 @@
|
|
|
1
|
-
import { BookmarkButtonComponent, BookmarkDialogComponent } from './bookmark-button';
|
|
2
|
-
import { PoiButtonComponent } from './poi-button';
|
|
3
|
-
import { UserButtonComponent } from './user-button';
|
|
4
1
|
export * from './bookmark-button';
|
|
5
2
|
export * from './poi-button';
|
|
6
3
|
export * from './user-button';
|
|
7
|
-
export
|
|
4
|
+
export * from './context-map-button.directive';
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import { OnDestroy, OnInit } from '@angular/core';
|
|
2
2
|
import { MatDialog } from '@angular/material/dialog';
|
|
3
3
|
import { AuthService } from '@igo2/auth';
|
|
4
|
-
import { ConfirmDialogService } from '@igo2/common';
|
|
5
|
-
import { LanguageService
|
|
4
|
+
import { ConfirmDialogService } from '@igo2/common/confirm-dialog';
|
|
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';
|
|
@@ -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 {
|
|
@@ -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>;
|
package/lib/share-map/index.d.ts
CHANGED
|
@@ -1,8 +1,5 @@
|
|
|
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';
|
|
4
1
|
export * from './shared';
|
|
2
|
+
export * from './share-map.module';
|
|
5
3
|
export * from './share-map/share-map.component';
|
|
6
4
|
export * from './share-map/share-map-url.component';
|
|
7
5
|
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";
|
|
@@ -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";
|
|
@@ -1,8 +1,12 @@
|
|
|
1
1
|
import { ModuleWithProviders } from '@angular/core';
|
|
2
|
+
import { ShareMapApiComponent } from './share-map/share-map-api.component';
|
|
3
|
+
import { ShareMapUrlComponent } from './share-map/share-map-url.component';
|
|
4
|
+
import { ShareMapComponent } from './share-map/share-map.component';
|
|
2
5
|
import * as i0 from "@angular/core";
|
|
3
6
|
import * as i1 from "./share-map/share-map.component";
|
|
4
7
|
import * as i2 from "./share-map/share-map-url.component";
|
|
5
8
|
import * as i3 from "./share-map/share-map-api.component";
|
|
9
|
+
export declare const SHARE_MAP_DIRECTIVES: readonly [typeof ShareMapComponent, typeof ShareMapUrlComponent, typeof ShareMapApiComponent];
|
|
6
10
|
/**
|
|
7
11
|
* @deprecated import the components/directives directly or SHARE_MAP_DIRECTIVES for the set
|
|
8
12
|
*/
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { Title } from '@angular/platform-browser';
|
|
2
|
-
import { FlexibleState
|
|
3
|
-
import
|
|
2
|
+
import { FlexibleState } from '@igo2/common/flexible';
|
|
3
|
+
import { Tool } from '@igo2/common/tool';
|
|
4
|
+
import type { Media } from '@igo2/core/media';
|
|
4
5
|
import { Feature } from '@igo2/geo';
|
|
5
6
|
import type { IgoMap } from '@igo2/geo';
|
|
6
7
|
import * as i0 from "@angular/core";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@igo2/context",
|
|
3
|
-
"version": "17.0.0-next.
|
|
3
|
+
"version": "17.0.0-next.11",
|
|
4
4
|
"description": "IGO Library",
|
|
5
5
|
"author": "IGO Community",
|
|
6
6
|
"keywords": [
|
|
@@ -36,12 +36,12 @@
|
|
|
36
36
|
"@angular/forms": "^17.0.6",
|
|
37
37
|
"@angular/material": "^17.0.3",
|
|
38
38
|
"@angular/platform-browser": "^17.0.6",
|
|
39
|
-
"@igo2/auth": "^17.0.0-next.
|
|
40
|
-
"@igo2/common": "^17.0.0-next.
|
|
41
|
-
"@igo2/core": "^17.0.0-next.
|
|
42
|
-
"@igo2/geo": "^17.0.0-next.
|
|
43
|
-
"@igo2/utils": "^17.0.0-next.
|
|
44
|
-
"ol": "
|
|
39
|
+
"@igo2/auth": "^17.0.0-next.11",
|
|
40
|
+
"@igo2/common": "^17.0.0-next.11",
|
|
41
|
+
"@igo2/core": "^17.0.0-next.11",
|
|
42
|
+
"@igo2/geo": "^17.0.0-next.11",
|
|
43
|
+
"@igo2/utils": "^17.0.0-next.11",
|
|
44
|
+
"ol": "9.1.0",
|
|
45
45
|
"rxjs": "^7.8.0"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|