@igo2/integration 16.3.0 → 17.0.0-next.0
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/about/about-tool/about-tool.component.mjs +30 -15
- package/esm2022/lib/about/about.module.mjs +9 -37
- package/esm2022/lib/analytics/analytics-listener.service.mjs +5 -5
- package/esm2022/lib/catalog/catalog-browser-tool/catalog-browser-tool.component.mjs +10 -9
- package/esm2022/lib/catalog/catalog-browser-tool/catalog-browser-tool.module.mjs +9 -13
- package/esm2022/lib/catalog/catalog-library-tool/catalog-library-tool.component.mjs +9 -8
- package/esm2022/lib/catalog/catalog-library-tool/catalog-library-tool.module.mjs +9 -13
- package/esm2022/lib/catalog/catalog.module.mjs +9 -8
- package/esm2022/lib/catalog/catalog.state.mjs +5 -5
- package/esm2022/lib/context/context-editor-tool/context-editor-tool.component.mjs +9 -8
- package/esm2022/lib/context/context-manager-tool/context-manager-tool.component.mjs +9 -8
- package/esm2022/lib/context/context-permission-manager-tool/context-permission-manager-tool.component.mjs +8 -7
- package/esm2022/lib/context/context-share-tool/context-share-tool.component.mjs +9 -8
- package/esm2022/lib/context/context.module.mjs +16 -31
- package/esm2022/lib/context/context.state.mjs +5 -5
- package/esm2022/lib/context/index.mjs +11 -1
- package/esm2022/lib/directions/directions-tool/directions-tool.component.mjs +9 -7
- package/esm2022/lib/directions/directions.module.mjs +11 -11
- package/esm2022/lib/directions/directions.state.mjs +5 -5
- package/esm2022/lib/draw/draw.module.mjs +8 -7
- package/esm2022/lib/draw/draw.state.mjs +5 -5
- package/esm2022/lib/draw/drawing-tool/drawing-tool.component.mjs +9 -8
- package/esm2022/lib/draw/drawing-tool/drawing-tool.module.mjs +9 -12
- package/esm2022/lib/draw/index.mjs +1 -1
- package/esm2022/lib/environment/index.mjs +1 -1
- package/esm2022/lib/filter/active-ogc-filter-tool/active-ogc-filter-tool.animation.mjs +1 -1
- package/esm2022/lib/filter/active-ogc-filter-tool/active-ogc-filter-tool.component.mjs +9 -8
- package/esm2022/lib/filter/active-time-filter-tool/active-time-filter-tool.animation.mjs +1 -1
- package/esm2022/lib/filter/active-time-filter-tool/active-time-filter-tool.component.mjs +9 -8
- package/esm2022/lib/filter/filter.module.mjs +16 -13
- package/esm2022/lib/filter/index.mjs +13 -1
- package/esm2022/lib/filter/ogc-filter-tool/ogc-filter-tool.component.mjs +9 -8
- package/esm2022/lib/filter/spatial-filter-tool/spatial-filter-tool.component.mjs +18 -10
- package/esm2022/lib/filter/time-filter-tool/time-filter-tool.component.mjs +9 -8
- package/esm2022/lib/geometry-form/data-issue-reporter-tool/data-issue-reporter-tool.component.mjs +8 -7
- package/esm2022/lib/geometry-form/geometry-form.module.mjs +5 -5
- package/esm2022/lib/import-export/import-export-tool/import-export-tool.component.mjs +22 -12
- package/esm2022/lib/import-export/import-export.module.mjs +11 -36
- package/esm2022/lib/import-export/import-export.state.mjs +4 -4
- package/esm2022/lib/integration.module.mjs +8 -13
- package/esm2022/lib/map/advanced-map-tool/advanced-coordinates/advanced-coordinates.component.mjs +41 -19
- package/esm2022/lib/map/advanced-map-tool/advanced-map-tool.component.mjs +22 -11
- package/esm2022/lib/map/advanced-map-tool/advanced-swipe/advanced-swipe.component.mjs +35 -14
- package/esm2022/lib/map/index.mjs +15 -1
- package/esm2022/lib/map/layer-list-tool.state.mjs +4 -4
- package/esm2022/lib/map/map-details-tool/map-details-tool.component.mjs +31 -13
- package/esm2022/lib/map/map-legend/map-legend-tool.component.mjs +24 -12
- package/esm2022/lib/map/map-proximity-tool/map-proximity-tool.component.mjs +34 -16
- package/esm2022/lib/map/map-proximity.state.mjs +5 -5
- package/esm2022/lib/map/map-tool/map-tool.component.mjs +27 -12
- package/esm2022/lib/map/map-tools/map-tools.component.mjs +37 -14
- package/esm2022/lib/map/map.module.mjs +17 -125
- package/esm2022/lib/map/map.state.mjs +5 -5
- package/esm2022/lib/measure/measure.module.mjs +8 -7
- package/esm2022/lib/measure/measure.state.mjs +5 -5
- package/esm2022/lib/measure/measurer-tool/measurer-tool.component.mjs +9 -8
- package/esm2022/lib/measure/measurer-tool/measurer-tool.module.mjs +9 -12
- package/esm2022/lib/print/print-tool/print-tool.component.mjs +9 -8
- package/esm2022/lib/print/print.module.mjs +11 -11
- package/esm2022/lib/search/index.mjs +7 -1
- package/esm2022/lib/search/query.state.mjs +5 -5
- package/esm2022/lib/search/search-bar/search-bar-binding.directive.mjs +8 -7
- package/esm2022/lib/search/search-bar/search-bar.module.mjs +7 -9
- package/esm2022/lib/search/search-results-tool/search-results-tool.component.mjs +34 -16
- package/esm2022/lib/search/search-results-tool/search-results-tool.module.mjs +9 -54
- package/esm2022/lib/search/search.module.mjs +12 -10
- package/esm2022/lib/search/search.state.mjs +5 -5
- package/esm2022/lib/storage/storage.state.mjs +5 -5
- package/esm2022/lib/tool/tool.state.mjs +5 -5
- package/esm2022/lib/workspace/shared/edition-actions.service.mjs +9 -13
- package/esm2022/lib/workspace/shared/feature-actions.service.mjs +7 -11
- package/esm2022/lib/workspace/shared/index.mjs +1 -1
- package/esm2022/lib/workspace/shared/wfs-actions.service.mjs +9 -13
- package/esm2022/lib/workspace/shared/workspace.utils.mjs +4 -3
- package/esm2022/lib/workspace/workspace-button/workspace-button.component.mjs +22 -11
- package/esm2022/lib/workspace/workspace.module.mjs +10 -28
- package/esm2022/lib/workspace/workspace.state.mjs +5 -5
- package/esm2022/public_api.mjs +1 -4
- package/fesm2022/igo2-integration.mjs +669 -733
- package/fesm2022/igo2-integration.mjs.map +1 -1
- package/lib/about/about-tool/about-tool.component.d.ts +1 -1
- package/lib/about/about.module.d.ts +4 -8
- package/lib/catalog/catalog-browser-tool/catalog-browser-tool.component.d.ts +1 -1
- package/lib/catalog/catalog-browser-tool/catalog-browser-tool.module.d.ts +2 -4
- package/lib/catalog/catalog-library-tool/catalog-library-tool.component.d.ts +1 -1
- package/lib/catalog/catalog-library-tool/catalog-library-tool.module.d.ts +2 -4
- package/lib/catalog/catalog.module.d.ts +3 -0
- package/lib/context/context-editor-tool/context-editor-tool.component.d.ts +1 -1
- package/lib/context/context-manager-tool/context-manager-tool.component.d.ts +1 -1
- package/lib/context/context-permission-manager-tool/context-permission-manager-tool.component.d.ts +1 -1
- package/lib/context/context-share-tool/context-share-tool.component.d.ts +1 -1
- package/lib/context/context.module.d.ts +4 -2
- package/lib/context/index.d.ts +5 -0
- package/lib/directions/directions-tool/directions-tool.component.d.ts +1 -1
- package/lib/directions/directions.module.d.ts +4 -2
- package/lib/draw/draw.module.d.ts +5 -3
- package/lib/draw/drawing-tool/drawing-tool.component.d.ts +1 -1
- package/lib/draw/drawing-tool/drawing-tool.module.d.ts +2 -3
- package/lib/filter/active-ogc-filter-tool/active-ogc-filter-tool.component.d.ts +1 -1
- package/lib/filter/active-time-filter-tool/active-time-filter-tool.component.d.ts +1 -1
- package/lib/filter/filter.module.d.ts +4 -3
- package/lib/filter/index.d.ts +4 -0
- package/lib/filter/ogc-filter-tool/ogc-filter-tool.component.d.ts +1 -1
- package/lib/filter/spatial-filter-tool/spatial-filter-tool.component.d.ts +1 -1
- package/lib/filter/time-filter-tool/time-filter-tool.component.d.ts +1 -1
- package/lib/import-export/import-export-tool/import-export-tool.component.d.ts +1 -1
- package/lib/import-export/import-export.module.d.ts +4 -7
- package/lib/integration.module.d.ts +17 -16
- package/lib/map/advanced-map-tool/advanced-coordinates/advanced-coordinates.component.d.ts +1 -1
- package/lib/map/advanced-map-tool/advanced-map-tool.component.d.ts +1 -1
- package/lib/map/advanced-map-tool/advanced-swipe/advanced-swipe.component.d.ts +1 -1
- package/lib/map/index.d.ts +7 -0
- package/lib/map/map-details-tool/map-details-tool.component.d.ts +1 -1
- package/lib/map/map-legend/map-legend-tool.component.d.ts +1 -1
- package/lib/map/map-proximity-tool/map-proximity-tool.component.d.ts +1 -1
- package/lib/map/map-tool/map-tool.component.d.ts +1 -1
- package/lib/map/map-tools/map-tools.component.d.ts +1 -1
- package/lib/map/map.module.d.ts +4 -25
- package/lib/measure/measure.module.d.ts +3 -0
- package/lib/measure/measurer-tool/measurer-tool.component.d.ts +1 -1
- package/lib/measure/measurer-tool/measurer-tool.module.d.ts +2 -3
- package/lib/print/print-tool/print-tool.component.d.ts +1 -1
- package/lib/print/print.module.d.ts +4 -2
- package/lib/search/index.d.ts +3 -0
- package/lib/search/search-bar/search-bar-binding.directive.d.ts +1 -1
- package/lib/search/search-bar/search-bar.module.d.ts +2 -3
- package/lib/search/search-results-tool/search-results-tool.component.d.ts +1 -1
- package/lib/search/search-results-tool/search-results-tool.module.d.ts +2 -10
- package/lib/search/search.module.d.ts +6 -3
- package/lib/workspace/shared/edition-actions.service.d.ts +1 -3
- package/lib/workspace/shared/feature-actions.service.d.ts +1 -3
- package/lib/workspace/shared/wfs-actions.service.d.ts +1 -3
- package/lib/workspace/shared/workspace.utils.d.ts +1 -2
- package/lib/workspace/workspace-button/workspace-button.component.d.ts +1 -1
- package/lib/workspace/workspace.module.d.ts +4 -6
- package/package.json +6 -5
- package/public_api.d.ts +0 -3
- package/esm2022/lib/analytics/analytics.module.mjs +0 -16
- package/esm2022/lib/storage/storage.module.mjs +0 -16
- package/esm2022/lib/tool/tool.module.mjs +0 -16
- package/lib/analytics/analytics.module.d.ts +0 -6
- package/lib/storage/storage.module.d.ts +0 -6
- package/lib/tool/tool.module.d.ts +0 -6
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./search-bar-binding.directive";
|
|
3
|
-
import * as i2 from "@igo2/geo";
|
|
4
3
|
/**
|
|
5
|
-
* @
|
|
4
|
+
* @deprecated import the SearchBarBindingDirective directly
|
|
6
5
|
*/
|
|
7
6
|
export declare class IgoAppSearchBarModule {
|
|
8
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgoAppSearchBarModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoAppSearchBarModule, [typeof i1.SearchBarBindingDirective], [typeof
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoAppSearchBarModule, never, [typeof i1.SearchBarBindingDirective], [typeof i1.SearchBarBindingDirective]>;
|
|
10
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<IgoAppSearchBarModule>;
|
|
11
10
|
}
|
|
@@ -97,5 +97,5 @@ export declare class SearchResultsToolComponent implements OnInit, OnDestroy {
|
|
|
97
97
|
isScrolledIntoView(elemSource: any, elem: any): boolean;
|
|
98
98
|
getRoute(): void;
|
|
99
99
|
static ɵfac: i0.ɵɵFactoryDeclaration<SearchResultsToolComponent, never>;
|
|
100
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SearchResultsToolComponent, "igo-search-results-tool", never, { "showIcons": { "alias": "showIcons"; "required": false; }; "topPanelStateDefault": { "alias": "topPanelStateDefault"; "required": false; }; "topPanelState": { "alias": "topPanelState"; "required": false; }; }, {}, never, never,
|
|
100
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SearchResultsToolComponent, "igo-search-results-tool", never, { "showIcons": { "alias": "showIcons"; "required": false; }; "topPanelStateDefault": { "alias": "topPanelStateDefault"; "required": false; }; "topPanelState": { "alias": "topPanelState"; "required": false; }; }, {}, never, never, true, never>;
|
|
101
101
|
}
|
|
@@ -1,18 +1,10 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./search-results-tool.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@angular/material/icon";
|
|
5
|
-
import * as i4 from "@angular/material/badge";
|
|
6
|
-
import * as i5 from "@angular/material/tooltip";
|
|
7
|
-
import * as i6 from "@angular/material/button";
|
|
8
|
-
import * as i7 from "@igo2/core";
|
|
9
|
-
import * as i8 from "@igo2/geo";
|
|
10
|
-
import * as i9 from "@igo2/common";
|
|
11
3
|
/**
|
|
12
|
-
* @
|
|
4
|
+
* @deprecated import the SearchResultsToolComponent directly
|
|
13
5
|
*/
|
|
14
6
|
export declare class IgoAppSearchResultsToolModule {
|
|
15
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgoAppSearchResultsToolModule, never>;
|
|
16
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoAppSearchResultsToolModule, [typeof i1.SearchResultsToolComponent], [typeof
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoAppSearchResultsToolModule, never, [typeof i1.SearchResultsToolComponent], [typeof i1.SearchResultsToolComponent]>;
|
|
17
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<IgoAppSearchResultsToolModule>;
|
|
18
10
|
}
|
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./search-bar/search-bar.
|
|
3
|
-
import * as i2 from "./search-results-tool/search-results-tool.
|
|
2
|
+
import * as i1 from "./search-bar/search-bar-binding.directive";
|
|
3
|
+
import * as i2 from "./search-results-tool/search-results-tool.component";
|
|
4
|
+
/**
|
|
5
|
+
* @deprecated import the components/directive directly or INTEGRATION_SEARCH_DIRECTIVES for the set
|
|
6
|
+
*/
|
|
4
7
|
export declare class IgoAppSearchModule {
|
|
5
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgoAppSearchModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoAppSearchModule, never,
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoAppSearchModule, never, [typeof i1.SearchBarBindingDirective, typeof i2.SearchResultsToolComponent], [typeof i1.SearchBarBindingDirective, typeof i2.SearchResultsToolComponent]>;
|
|
7
10
|
static ɵinj: i0.ɵɵInjectorDeclaration<IgoAppSearchModule>;
|
|
8
11
|
}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { DatePipe } from '@angular/common';
|
|
2
1
|
import { OnDestroy } from '@angular/core';
|
|
3
2
|
import { Action, Widget } from '@igo2/common';
|
|
4
3
|
import { LanguageService, MediaService, StorageService } from '@igo2/core';
|
|
@@ -13,13 +12,12 @@ export declare class EditionActionsService implements OnDestroy {
|
|
|
13
12
|
languageService: LanguageService;
|
|
14
13
|
private mediaService;
|
|
15
14
|
private toolState;
|
|
16
|
-
private datePipe;
|
|
17
15
|
maximize$: BehaviorSubject<boolean>;
|
|
18
16
|
zoomAuto$: BehaviorSubject<boolean>;
|
|
19
17
|
private storageChange$$;
|
|
20
18
|
get storageService(): StorageService;
|
|
21
19
|
get zoomAuto(): boolean;
|
|
22
|
-
constructor(ogcFilterWidget: Widget, storageState: StorageState, languageService: LanguageService, mediaService: MediaService, toolState: ToolState
|
|
20
|
+
constructor(ogcFilterWidget: Widget, storageState: StorageState, languageService: LanguageService, mediaService: MediaService, toolState: ToolState);
|
|
23
21
|
ngOnDestroy(): void;
|
|
24
22
|
loadActions(workspace: EditionWorkspace, rowsInMapExtentCheckCondition$: BehaviorSubject<boolean>, selectOnlyCheckCondition$: BehaviorSubject<boolean>): void;
|
|
25
23
|
buildActions(workspace: EditionWorkspace, rowsInMapExtentCheckCondition$: BehaviorSubject<boolean>, selectOnlyCheckCondition$: BehaviorSubject<boolean>): Action[];
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { DatePipe } from '@angular/common';
|
|
2
1
|
import { OnDestroy } from '@angular/core';
|
|
3
2
|
import { Action } from '@igo2/common';
|
|
4
3
|
import { LanguageService, MediaService, StorageService } from '@igo2/core';
|
|
@@ -12,13 +11,12 @@ export declare class FeatureActionsService implements OnDestroy {
|
|
|
12
11
|
languageService: LanguageService;
|
|
13
12
|
private toolState;
|
|
14
13
|
private mediaService;
|
|
15
|
-
private datePipe;
|
|
16
14
|
maximize$: BehaviorSubject<boolean>;
|
|
17
15
|
zoomAuto$: BehaviorSubject<boolean>;
|
|
18
16
|
private storageChange$$;
|
|
19
17
|
get storageService(): StorageService;
|
|
20
18
|
get zoomAuto(): boolean;
|
|
21
|
-
constructor(storageState: StorageState, languageService: LanguageService, toolState: ToolState, mediaService: MediaService
|
|
19
|
+
constructor(storageState: StorageState, languageService: LanguageService, toolState: ToolState, mediaService: MediaService);
|
|
22
20
|
ngOnDestroy(): void;
|
|
23
21
|
loadActions(workspace: FeatureWorkspace, rowsInMapExtentCheckCondition$: BehaviorSubject<boolean>, selectOnlyCheckCondition$: BehaviorSubject<boolean>): void;
|
|
24
22
|
buildActions(workspace: FeatureWorkspace, rowsInMapExtentCheckCondition$: BehaviorSubject<boolean>, selectOnlyCheckCondition$: BehaviorSubject<boolean>): Action[];
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { DatePipe } from '@angular/common';
|
|
2
1
|
import { OnDestroy } from '@angular/core';
|
|
3
2
|
import { Action, Widget } from '@igo2/common';
|
|
4
3
|
import { LanguageService, MediaService, StorageService } from '@igo2/core';
|
|
@@ -13,14 +12,13 @@ export declare class WfsActionsService implements OnDestroy {
|
|
|
13
12
|
languageService: LanguageService;
|
|
14
13
|
private mediaService;
|
|
15
14
|
private toolState;
|
|
16
|
-
private datePipe;
|
|
17
15
|
maximize$: BehaviorSubject<boolean>;
|
|
18
16
|
selectOnlyCheckCondition$: BehaviorSubject<boolean>;
|
|
19
17
|
zoomAuto$: BehaviorSubject<boolean>;
|
|
20
18
|
private storageChange$$;
|
|
21
19
|
get storageService(): StorageService;
|
|
22
20
|
get zoomAuto(): boolean;
|
|
23
|
-
constructor(ogcFilterWidget: Widget, storageState: StorageState, languageService: LanguageService, mediaService: MediaService, toolState: ToolState
|
|
21
|
+
constructor(ogcFilterWidget: Widget, storageState: StorageState, languageService: LanguageService, mediaService: MediaService, toolState: ToolState);
|
|
24
22
|
ngOnDestroy(): void;
|
|
25
23
|
loadActions(workspace: WfsWorkspace, rowsInMapExtentCheckCondition$: BehaviorSubject<boolean>, selectOnlyCheckCondition$: BehaviorSubject<boolean>): void;
|
|
26
24
|
buildActions(workspace: WfsWorkspace, rowsInMapExtentCheckCondition$: BehaviorSubject<boolean>, selectOnlyCheckCondition$: BehaviorSubject<boolean>): Action[];
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { DatePipe } from '@angular/common';
|
|
2
1
|
import { Action, Widget } from '@igo2/common';
|
|
3
2
|
import { LanguageService, MediaService, StorageService } from '@igo2/core';
|
|
4
3
|
import { EditionWorkspace, FeatureWorkspace, WfsWorkspace } from '@igo2/geo';
|
|
@@ -6,4 +5,4 @@ import 'jspdf-autotable';
|
|
|
6
5
|
import { BehaviorSubject } from 'rxjs';
|
|
7
6
|
import { ToolState } from '../../tool';
|
|
8
7
|
export declare function handleZoomAuto(workspace: FeatureWorkspace | WfsWorkspace | EditionWorkspace, storageService: any): void;
|
|
9
|
-
export declare function getWorkspaceActions(workspace: FeatureWorkspace | WfsWorkspace | EditionWorkspace, rowsInMapExtentCheckCondition$: BehaviorSubject<boolean>, selectOnlyCheckCondition$: BehaviorSubject<boolean>, ogcFilterWidget: Widget, zoomAuto$: BehaviorSubject<boolean>, maximize$: BehaviorSubject<boolean>, storageService: StorageService, languageService: LanguageService, mediaService: MediaService, toolState: ToolState
|
|
8
|
+
export declare function getWorkspaceActions(workspace: FeatureWorkspace | WfsWorkspace | EditionWorkspace, rowsInMapExtentCheckCondition$: BehaviorSubject<boolean>, selectOnlyCheckCondition$: BehaviorSubject<boolean>, ogcFilterWidget: Widget, zoomAuto$: BehaviorSubject<boolean>, maximize$: BehaviorSubject<boolean>, storageService: StorageService, languageService: LanguageService, mediaService: MediaService, toolState: ToolState): Action[];
|
|
@@ -17,5 +17,5 @@ export declare class WorkspaceButtonComponent implements OnInit, OnDestroy {
|
|
|
17
17
|
ngOnDestroy(): void;
|
|
18
18
|
activateWorkspace(): void;
|
|
19
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<WorkspaceButtonComponent, never>;
|
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<WorkspaceButtonComponent, "igo-workspace-button", never, { "layer": { "alias": "layer"; "required": false; }; "color": { "alias": "color"; "required": false; }; }, {}, never, never,
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<WorkspaceButtonComponent, "igo-workspace-button", never, { "layer": { "alias": "layer"; "required": false; }; "color": { "alias": "color"; "required": false; }; }, {}, never, never, true, never>;
|
|
21
21
|
}
|
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./workspace-button/workspace-button.component";
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
import * as i5 from "@angular/material/tooltip";
|
|
7
|
-
import * as i6 from "@igo2/core";
|
|
3
|
+
/**
|
|
4
|
+
* @deprecated import the WorkspaceButtonComponent directly
|
|
5
|
+
*/
|
|
8
6
|
export declare class IgoAppWorkspaceModule {
|
|
9
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgoAppWorkspaceModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoAppWorkspaceModule, [typeof i1.WorkspaceButtonComponent], [typeof
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoAppWorkspaceModule, never, [typeof i1.WorkspaceButtonComponent], [typeof i1.WorkspaceButtonComponent]>;
|
|
11
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<IgoAppWorkspaceModule>;
|
|
12
10
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@igo2/integration",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "17.0.0-next.0",
|
|
4
4
|
"description": "IGO Library",
|
|
5
5
|
"author": "IGO Community",
|
|
6
6
|
"keywords": [
|
|
@@ -30,10 +30,11 @@
|
|
|
30
30
|
"tslib": "^2.6.0"
|
|
31
31
|
},
|
|
32
32
|
"peerDependencies": {
|
|
33
|
-
"@angular/common": "^
|
|
34
|
-
"@angular/core": "^
|
|
35
|
-
"@igo2/
|
|
36
|
-
"@igo2/
|
|
33
|
+
"@angular/common": "^17.0.6",
|
|
34
|
+
"@angular/core": "^17.0.6",
|
|
35
|
+
"@igo2/auth": "^17.0.0-next.0",
|
|
36
|
+
"@igo2/context": "^17.0.0-next.0",
|
|
37
|
+
"@igo2/geo": "^17.0.0-next.0",
|
|
37
38
|
"jspdf": "^2.5.1",
|
|
38
39
|
"jspdf-autotable": "^3.5.29",
|
|
39
40
|
"rxjs": "^7.8.0"
|
package/public_api.d.ts
CHANGED
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
export * from './lib/integration.module';
|
|
2
2
|
export * from './lib/about/about.module';
|
|
3
3
|
export * from './lib/geometry-form/geometry-form.module';
|
|
4
|
-
export * from './lib/analytics/analytics.module';
|
|
5
|
-
export * from './lib/storage/storage.module';
|
|
6
4
|
export * from './lib/context/context.module';
|
|
7
5
|
export * from './lib/catalog/catalog.module';
|
|
8
6
|
export * from './lib/directions/directions.module';
|
|
@@ -14,7 +12,6 @@ export * from './lib/map/map.module';
|
|
|
14
12
|
export * from './lib/measure/measure.module';
|
|
15
13
|
export * from './lib/print/print.module';
|
|
16
14
|
export * from './lib/search/search.module';
|
|
17
|
-
export * from './lib/tool/tool.module';
|
|
18
15
|
export * from './lib/about';
|
|
19
16
|
export * from './lib/geometry-form';
|
|
20
17
|
export * from './lib/analytics';
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export class IgoAppAnalyticsModule {
|
|
4
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IgoAppAnalyticsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
5
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: IgoAppAnalyticsModule });
|
|
6
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IgoAppAnalyticsModule });
|
|
7
|
-
}
|
|
8
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IgoAppAnalyticsModule, decorators: [{
|
|
9
|
-
type: NgModule,
|
|
10
|
-
args: [{
|
|
11
|
-
imports: [],
|
|
12
|
-
declarations: [],
|
|
13
|
-
exports: []
|
|
14
|
-
}]
|
|
15
|
-
}] });
|
|
16
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYW5hbHl0aWNzLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL2ludGVncmF0aW9uL3NyYy9saWIvYW5hbHl0aWNzL2FuYWx5dGljcy5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFPekMsTUFBTSxPQUFPLHFCQUFxQjt3R0FBckIscUJBQXFCO3lHQUFyQixxQkFBcUI7eUdBQXJCLHFCQUFxQjs7NEZBQXJCLHFCQUFxQjtrQkFMakMsUUFBUTttQkFBQztvQkFDUixPQUFPLEVBQUUsRUFBRTtvQkFDWCxZQUFZLEVBQUUsRUFBRTtvQkFDaEIsT0FBTyxFQUFFLEVBQUU7aUJBQ1oiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5cclxuQE5nTW9kdWxlKHtcclxuICBpbXBvcnRzOiBbXSxcclxuICBkZWNsYXJhdGlvbnM6IFtdLFxyXG4gIGV4cG9ydHM6IFtdXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBJZ29BcHBBbmFseXRpY3NNb2R1bGUge31cclxuIl19
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export class IgoAppStorageModule {
|
|
4
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IgoAppStorageModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
5
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: IgoAppStorageModule });
|
|
6
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IgoAppStorageModule });
|
|
7
|
-
}
|
|
8
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IgoAppStorageModule, decorators: [{
|
|
9
|
-
type: NgModule,
|
|
10
|
-
args: [{
|
|
11
|
-
imports: [],
|
|
12
|
-
declarations: [],
|
|
13
|
-
exports: []
|
|
14
|
-
}]
|
|
15
|
-
}] });
|
|
16
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3RvcmFnZS5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9pbnRlZ3JhdGlvbi9zcmMvbGliL3N0b3JhZ2Uvc3RvcmFnZS5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFPekMsTUFBTSxPQUFPLG1CQUFtQjt3R0FBbkIsbUJBQW1CO3lHQUFuQixtQkFBbUI7eUdBQW5CLG1CQUFtQjs7NEZBQW5CLG1CQUFtQjtrQkFML0IsUUFBUTttQkFBQztvQkFDUixPQUFPLEVBQUUsRUFBRTtvQkFDWCxZQUFZLEVBQUUsRUFBRTtvQkFDaEIsT0FBTyxFQUFFLEVBQUU7aUJBQ1oiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5cclxuQE5nTW9kdWxlKHtcclxuICBpbXBvcnRzOiBbXSxcclxuICBkZWNsYXJhdGlvbnM6IFtdLFxyXG4gIGV4cG9ydHM6IFtdXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBJZ29BcHBTdG9yYWdlTW9kdWxlIHt9XHJcbiJdfQ==
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export class IgoAppToolModule {
|
|
4
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IgoAppToolModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
5
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: IgoAppToolModule });
|
|
6
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IgoAppToolModule });
|
|
7
|
-
}
|
|
8
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IgoAppToolModule, decorators: [{
|
|
9
|
-
type: NgModule,
|
|
10
|
-
args: [{
|
|
11
|
-
imports: [],
|
|
12
|
-
declarations: [],
|
|
13
|
-
exports: []
|
|
14
|
-
}]
|
|
15
|
-
}] });
|
|
16
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidG9vbC5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9pbnRlZ3JhdGlvbi9zcmMvbGliL3Rvb2wvdG9vbC5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFPekMsTUFBTSxPQUFPLGdCQUFnQjt3R0FBaEIsZ0JBQWdCO3lHQUFoQixnQkFBZ0I7eUdBQWhCLGdCQUFnQjs7NEZBQWhCLGdCQUFnQjtrQkFMNUIsUUFBUTttQkFBQztvQkFDUixPQUFPLEVBQUUsRUFBRTtvQkFDWCxZQUFZLEVBQUUsRUFBRTtvQkFDaEIsT0FBTyxFQUFFLEVBQUU7aUJBQ1oiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5cclxuQE5nTW9kdWxlKHtcclxuICBpbXBvcnRzOiBbXSxcclxuICBkZWNsYXJhdGlvbnM6IFtdLFxyXG4gIGV4cG9ydHM6IFtdXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBJZ29BcHBUb29sTW9kdWxlIHt9XHJcbiJdfQ==
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class IgoAppAnalyticsModule {
|
|
3
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IgoAppAnalyticsModule, never>;
|
|
4
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoAppAnalyticsModule, never, never, never>;
|
|
5
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<IgoAppAnalyticsModule>;
|
|
6
|
-
}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class IgoAppStorageModule {
|
|
3
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IgoAppStorageModule, never>;
|
|
4
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoAppStorageModule, never, never, never>;
|
|
5
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<IgoAppStorageModule>;
|
|
6
|
-
}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class IgoAppToolModule {
|
|
3
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IgoAppToolModule, never>;
|
|
4
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoAppToolModule, never, never, never>;
|
|
5
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<IgoAppToolModule>;
|
|
6
|
-
}
|