@igo2/context 17.0.0-next.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 +18 -16
- package/esm2022/lib/context-import-export/context-import-export.module.mjs +4 -4
- package/esm2022/lib/context-import-export/shared/context-export.service.mjs +3 -3
- package/esm2022/lib/context-import-export/shared/context-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 +3 -3
- package/esm2022/lib/context-manager/context-form/context-form.component.mjs +6 -6
- package/esm2022/lib/context-manager/context-item/context-item.component.mjs +6 -6
- package/esm2022/lib/context-manager/context-list/context-list-binding.directive.mjs +12 -8
- package/esm2022/lib/context-manager/context-list/context-list.component.mjs +20 -16
- package/esm2022/lib/context-manager/context-manager.module.mjs +4 -4
- 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 +6 -6
- package/esm2022/lib/context-manager/shared/context.interface.mjs +1 -1
- package/esm2022/lib/context-manager/shared/context.service.mjs +16 -8
- 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 +6 -6
- package/esm2022/lib/context-map-button/bookmark-button/bookmark-dialog.component.mjs +3 -3
- package/esm2022/lib/context-map-button/context-map-button.module.mjs +4 -4
- package/esm2022/lib/context-map-button/poi-button/poi-button.component.mjs +16 -14
- package/esm2022/lib/context-map-button/poi-button/poi-dialog.component.mjs +3 -3
- package/esm2022/lib/context-map-button/poi-button/shared/poi.service.mjs +6 -6
- package/esm2022/lib/context-map-button/user-button/user-button.component.mjs +6 -6
- package/esm2022/lib/context-map-button/user-button/user-dialog.component.mjs +6 -6
- package/esm2022/lib/context.module.mjs +4 -4
- package/esm2022/lib/share-map/share-map/share-map-api.component.mjs +18 -16
- package/esm2022/lib/share-map/share-map/share-map-url.component.mjs +6 -6
- package/esm2022/lib/share-map/share-map/share-map.component.mjs +6 -6
- package/esm2022/lib/share-map/share-map.module.mjs +4 -4
- package/esm2022/lib/share-map/shared/share-map.service.mjs +6 -6
- package/esm2022/lib/sidenav/sidenav.component.mjs +4 -4
- package/esm2022/lib/sidenav/sidenav.module.mjs +4 -4
- package/fesm2022/igo2-context.mjs +146 -141
- 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 +3 -1
- package/lib/context-manager/context-list/context-list.component.d.ts +3 -1
- 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/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 +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/poi-button/poi-button.component.d.ts +2 -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 +1 -1
- package/lib/context-map-button/user-button/user-dialog.component.d.ts +1 -1
- 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/shared/share-map.service.d.ts +1 -1
- package/lib/sidenav/sidenav.component.d.ts +1 -1
- package/package.json +6 -6
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
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';
|
|
@@ -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';
|
|
@@ -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,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';
|
|
@@ -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";
|
|
@@ -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';
|
|
@@ -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>;
|
|
@@ -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,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";
|
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.2",
|
|
4
4
|
"description": "IGO Library",
|
|
5
5
|
"author": "IGO Community",
|
|
6
6
|
"keywords": [
|
|
@@ -36,11 +36,11 @@
|
|
|
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.
|
|
39
|
+
"@igo2/auth": "^17.0.0-next.2",
|
|
40
|
+
"@igo2/common": "^17.0.0-next.2",
|
|
41
|
+
"@igo2/core": "^17.0.0-next.2",
|
|
42
|
+
"@igo2/geo": "^17.0.0-next.2",
|
|
43
|
+
"@igo2/utils": "^17.0.0-next.2",
|
|
44
44
|
"ol": "^7.5.2",
|
|
45
45
|
"rxjs": "^7.8.0"
|
|
46
46
|
},
|