@igo2/integration 16.3.0 → 17.0.0-next.10
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 +33 -14
- package/esm2022/lib/about/about.module.mjs +9 -37
- package/esm2022/lib/analytics/analytics-listener.service.mjs +10 -24
- package/esm2022/lib/catalog/catalog-browser-tool/catalog-browser-tool.component.mjs +12 -11
- 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 +25 -12
- 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 +6 -6
- package/esm2022/lib/context/context-editor-tool/context-editor-tool.component.mjs +10 -9
- package/esm2022/lib/context/context-manager-tool/context-manager-tool.component.mjs +10 -9
- package/esm2022/lib/context/context-permission-manager-tool/context-permission-manager-tool.component.mjs +9 -8
- package/esm2022/lib/context/context-share-tool/context-share-tool.component.mjs +11 -10
- package/esm2022/lib/context/context.directive.mjs +11 -0
- package/esm2022/lib/context/context.module.mjs +16 -31
- package/esm2022/lib/context/context.state.mjs +9 -9
- package/esm2022/lib/context/index.mjs +2 -1
- package/esm2022/lib/directions/directions-tool/directions-tool.component.mjs +22 -13
- 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 +11 -10
- package/esm2022/lib/draw/drawing-tool/drawing-tool.module.mjs +9 -12
- package/esm2022/lib/draw/index.mjs +1 -1
- package/esm2022/lib/environment/environment.interface.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 +10 -9
- 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 +10 -9
- 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 +10 -9
- package/esm2022/lib/filter/spatial-filter-tool/spatial-filter-tool.component.mjs +29 -16
- package/esm2022/lib/filter/time-filter-tool/time-filter-tool.component.mjs +10 -9
- package/esm2022/lib/geometry-form/data-issue-reporter-tool/data-issue-reporter-tool.component.mjs +20 -16
- package/esm2022/lib/geometry-form/data-issue-reporter-tool/index.mjs +1 -1
- package/esm2022/lib/geometry-form/geometry-form.module.mjs +8 -7
- package/esm2022/lib/geometry-form/index.mjs +1 -1
- package/esm2022/lib/import-export/import-export-tool/import-export-tool.component.mjs +24 -14
- 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 +83 -47
- package/esm2022/lib/map/advanced-map-tool/advanced-map-tool.component.mjs +24 -13
- package/esm2022/lib/map/advanced-map-tool/advanced-swipe/advanced-swipe.component.mjs +37 -14
- package/esm2022/lib/map/index.mjs +2 -1
- package/esm2022/lib/map/layer-list-tool.state.mjs +4 -4
- package/esm2022/lib/map/map-details-tool/map-details-tool.component.mjs +32 -14
- package/esm2022/lib/map/map-legend/map-legend-tool.component.mjs +26 -14
- package/esm2022/lib/map/map-proximity-tool/map-proximity-tool.component.mjs +37 -16
- package/esm2022/lib/map/map-proximity.state.mjs +7 -7
- package/esm2022/lib/map/map-tool/map-tool.component.mjs +28 -13
- package/esm2022/lib/map/map-tools/map-tools.component.mjs +38 -15
- package/esm2022/lib/map/map.directive.mjs +15 -0
- package/esm2022/lib/map/map.module.mjs +17 -125
- package/esm2022/lib/map/map.state.mjs +9 -7
- 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 +11 -10
- package/esm2022/lib/measure/measurer-tool/measurer-tool.module.mjs +9 -12
- package/esm2022/lib/print/print-tool/print-tool.component.mjs +11 -10
- package/esm2022/lib/print/print.module.mjs +11 -11
- package/esm2022/lib/search/index.mjs +1 -1
- package/esm2022/lib/search/query.state.mjs +8 -8
- 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 +41 -19
- 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 +19 -18
- package/esm2022/lib/storage/storage.state.mjs +7 -7
- package/esm2022/lib/tool/tool.state.mjs +7 -7
- package/esm2022/lib/workspace/shared/edition-actions.service.mjs +19 -18
- package/esm2022/lib/workspace/shared/feature-actions.service.mjs +12 -13
- package/esm2022/lib/workspace/shared/index.mjs +1 -1
- package/esm2022/lib/workspace/shared/wfs-actions.service.mjs +19 -18
- package/esm2022/lib/workspace/shared/workspace.utils.mjs +12 -8
- 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 +9 -8
- package/esm2022/public_api.mjs +1 -4
- package/fesm2022/igo2-integration.mjs +758 -792
- package/fesm2022/igo2-integration.mjs.map +1 -1
- package/lib/about/about-tool/about-tool.component.d.ts +3 -2
- package/lib/about/about.module.d.ts +4 -8
- package/lib/analytics/analytics-listener.service.d.ts +2 -5
- package/lib/catalog/catalog-browser-tool/catalog-browser-tool.component.d.ts +2 -2
- 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 +6 -3
- 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/catalog/catalog.state.d.ts +1 -1
- 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.directive.d.ts +5 -0
- package/lib/context/context.module.d.ts +4 -2
- package/lib/context/context.state.d.ts +2 -2
- package/lib/context/index.d.ts +1 -0
- package/lib/directions/directions-tool/directions-tool.component.d.ts +6 -3
- 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/environment/environment.interface.d.ts +3 -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 +4 -3
- package/lib/filter/time-filter-tool/time-filter-tool.component.d.ts +1 -1
- package/lib/geometry-form/data-issue-reporter-tool/data-issue-reporter-tool.component.d.ts +3 -2
- package/lib/geometry-form/geometry-form.module.d.ts +4 -3
- package/lib/import-export/import-export-tool/import-export-tool.component.d.ts +2 -2
- 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 +7 -2
- 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 +1 -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 +4 -3
- package/lib/map/map-proximity.state.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.directive.d.ts +7 -0
- package/lib/map/map.module.d.ts +4 -25
- package/lib/map/map.state.d.ts +2 -1
- 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/query.state.d.ts +3 -3
- 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 +4 -3
- 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/search/search.state.d.ts +4 -3
- package/lib/storage/storage.state.d.ts +1 -1
- package/lib/tool/tool.state.d.ts +1 -1
- package/lib/workspace/shared/edition-actions.service.d.ts +7 -6
- package/lib/workspace/shared/feature-actions.service.d.ts +5 -5
- package/lib/workspace/shared/wfs-actions.service.d.ts +7 -6
- package/lib/workspace/shared/workspace.utils.d.ts +6 -4
- package/lib/workspace/workspace-button/workspace-button.component.d.ts +1 -1
- package/lib/workspace/workspace.module.d.ts +4 -6
- package/lib/workspace/workspace.state.d.ts +4 -2
- package/locale/en.integration.json +143 -143
- package/locale/fr.integration.json +143 -143
- 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
|
@@ -36,5 +36,5 @@ export declare class MapLegendToolComponent implements OnInit, OnDestroy {
|
|
|
36
36
|
catalogEmit(): void;
|
|
37
37
|
contextEmit(): void;
|
|
38
38
|
static ɵfac: i0.ɵɵFactoryDeclaration<MapLegendToolComponent, never>;
|
|
39
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MapLegendToolComponent, "igo-map-legend-tool", never, { "updateLegendOnResolutionChange": { "alias": "updateLegendOnResolutionChange"; "required": false; }; "layerAdditionAllowed": { "alias": "layerAdditionAllowed"; "required": false; }; "allowShowAllLegends": { "alias": "allowShowAllLegends"; "required": false; }; "showAllLegendsValue": { "alias": "showAllLegendsValue"; "required": false; }; "layerListControls": { "alias": "layerListControls"; "required": false; }; }, {}, never, never,
|
|
39
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MapLegendToolComponent, "igo-map-legend-tool", never, { "updateLegendOnResolutionChange": { "alias": "updateLegendOnResolutionChange"; "required": false; }; "layerAdditionAllowed": { "alias": "layerAdditionAllowed"; "required": false; }; "allowShowAllLegends": { "alias": "allowShowAllLegends"; "required": false; }; "showAllLegendsValue": { "alias": "showAllLegendsValue"; "required": false; }; "layerListControls": { "alias": "layerListControls"; "required": false; }; }, {}, never, never, true, never>;
|
|
40
40
|
}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { OnDestroy, OnInit } from '@angular/core';
|
|
2
2
|
import { MatRadioChange } from '@angular/material/radio';
|
|
3
|
-
import { EntityTableComponent, EntityTableTemplate } from '@igo2/common';
|
|
4
|
-
import { LanguageService
|
|
3
|
+
import { EntityTableComponent, EntityTableTemplate } from '@igo2/common/entity';
|
|
4
|
+
import { LanguageService } from '@igo2/core/language';
|
|
5
|
+
import { MessageService } from '@igo2/core/message';
|
|
5
6
|
import { IgoMap } from '@igo2/geo';
|
|
6
7
|
import { MapProximityState } from '../map-proximity.state';
|
|
7
8
|
import { MapState } from '../map.state';
|
|
@@ -32,5 +33,5 @@ export declare class MapProximityToolComponent implements OnInit, OnDestroy {
|
|
|
32
33
|
*/
|
|
33
34
|
copyTextToClipboard(): void;
|
|
34
35
|
static ɵfac: i0.ɵɵFactoryDeclaration<MapProximityToolComponent, never>;
|
|
35
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MapProximityToolComponent, "igo-map-proximity-tool", never, {}, {}, never, never,
|
|
36
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MapProximityToolComponent, "igo-map-proximity-tool", never, {}, {}, never, never, true, never>;
|
|
36
37
|
}
|
|
@@ -23,5 +23,5 @@ export declare class MapToolComponent {
|
|
|
23
23
|
constructor(mapState: MapState, toolState: ToolState, importExportState: ImportExportState);
|
|
24
24
|
activateExport(layer: Layer): void;
|
|
25
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<MapToolComponent, never>;
|
|
26
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MapToolComponent, "igo-map-tool", never, { "toggleLegendOnVisibilityChange": { "alias": "toggleLegendOnVisibilityChange"; "required": false; }; "expandLegendOfVisibleLayers": { "alias": "expandLegendOfVisibleLayers"; "required": false; }; "updateLegendOnResolutionChange": { "alias": "updateLegendOnResolutionChange"; "required": false; }; "ogcButton": { "alias": "ogcButton"; "required": false; }; "timeButton": { "alias": "timeButton"; "required": false; }; "layerListControls": { "alias": "layerListControls"; "required": false; }; "queryBadge": { "alias": "queryBadge"; "required": false; }; }, {}, never, never,
|
|
26
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MapToolComponent, "igo-map-tool", never, { "toggleLegendOnVisibilityChange": { "alias": "toggleLegendOnVisibilityChange"; "required": false; }; "expandLegendOfVisibleLayers": { "alias": "expandLegendOfVisibleLayers"; "required": false; }; "updateLegendOnResolutionChange": { "alias": "updateLegendOnResolutionChange"; "required": false; }; "ogcButton": { "alias": "ogcButton"; "required": false; }; "timeButton": { "alias": "timeButton"; "required": false; }; "layerListControls": { "alias": "layerListControls"; "required": false; }; "queryBadge": { "alias": "queryBadge"; "required": false; }; }, {}, never, never, true, never>;
|
|
27
27
|
}
|
|
@@ -62,5 +62,5 @@ export declare class MapToolsComponent implements OnInit, OnDestroy {
|
|
|
62
62
|
isExportButton(layer: Layer): boolean;
|
|
63
63
|
isStyleEditButton(layer: Layer): boolean;
|
|
64
64
|
static ɵfac: i0.ɵɵFactoryDeclaration<MapToolsComponent, never>;
|
|
65
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MapToolsComponent, "igo-map-tools", never, { "allowShowAllLegends": { "alias": "allowShowAllLegends"; "required": false; }; "showAllLegendsValue": { "alias": "showAllLegendsValue"; "required": false; }; "toggleLegendOnVisibilityChange": { "alias": "toggleLegendOnVisibilityChange"; "required": false; }; "expandLegendOfVisibleLayers": { "alias": "expandLegendOfVisibleLayers"; "required": false; }; "updateLegendOnResolutionChange": { "alias": "updateLegendOnResolutionChange"; "required": false; }; "selectedTabAtOpening": { "alias": "selectedTabAtOpening"; "required": false; }; "ogcButton": { "alias": "ogcButton"; "required": false; }; "timeButton": { "alias": "timeButton"; "required": false; }; "layerAdditionAllowed": { "alias": "layerAdditionAllowed"; "required": false; }; "layerListControls": { "alias": "layerListControls"; "required": false; }; "queryBadge": { "alias": "queryBadge"; "required": false; }; }, {}, never, never,
|
|
65
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MapToolsComponent, "igo-map-tools", never, { "allowShowAllLegends": { "alias": "allowShowAllLegends"; "required": false; }; "showAllLegendsValue": { "alias": "showAllLegendsValue"; "required": false; }; "toggleLegendOnVisibilityChange": { "alias": "toggleLegendOnVisibilityChange"; "required": false; }; "expandLegendOfVisibleLayers": { "alias": "expandLegendOfVisibleLayers"; "required": false; }; "updateLegendOnResolutionChange": { "alias": "updateLegendOnResolutionChange"; "required": false; }; "selectedTabAtOpening": { "alias": "selectedTabAtOpening"; "required": false; }; "ogcButton": { "alias": "ogcButton"; "required": false; }; "timeButton": { "alias": "timeButton"; "required": false; }; "layerAdditionAllowed": { "alias": "layerAdditionAllowed"; "required": false; }; "layerListControls": { "alias": "layerListControls"; "required": false; }; "queryBadge": { "alias": "queryBadge"; "required": false; }; }, {}, never, never, true, never>;
|
|
66
66
|
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { AdvancedMapToolComponent } from './advanced-map-tool';
|
|
2
|
+
import { MapDetailsToolComponent } from './map-details-tool';
|
|
3
|
+
import { MapLegendToolComponent } from './map-legend';
|
|
4
|
+
import { MapProximityToolComponent } from './map-proximity-tool';
|
|
5
|
+
import { MapToolComponent } from './map-tool';
|
|
6
|
+
import { MapToolsComponent } from './map-tools';
|
|
7
|
+
export declare const INTEGRATION_MAP_DIRECTIVES: readonly [typeof AdvancedMapToolComponent, typeof MapProximityToolComponent, typeof MapToolComponent, typeof MapToolsComponent, typeof MapDetailsToolComponent, typeof MapLegendToolComponent];
|
package/lib/map/map.module.d.ts
CHANGED
|
@@ -6,33 +6,12 @@ import * as i3 from "./map-tool/map-tool.component";
|
|
|
6
6
|
import * as i4 from "./map-tools/map-tools.component";
|
|
7
7
|
import * as i5 from "./map-details-tool/map-details-tool.component";
|
|
8
8
|
import * as i6 from "./map-legend/map-legend-tool.component";
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
import * as i10 from "@angular/material/button-toggle";
|
|
13
|
-
import * as i11 from "@angular/material/divider";
|
|
14
|
-
import * as i12 from "@angular/material/select";
|
|
15
|
-
import * as i13 from "@angular/material/core";
|
|
16
|
-
import * as i14 from "@angular/material/form-field";
|
|
17
|
-
import * as i15 from "@angular/material/input";
|
|
18
|
-
import * as i16 from "@angular/material/checkbox";
|
|
19
|
-
import * as i17 from "@igo2/common";
|
|
20
|
-
import * as i18 from "@angular/common";
|
|
21
|
-
import * as i19 from "@angular/material/tabs";
|
|
22
|
-
import * as i20 from "@angular/material/list";
|
|
23
|
-
import * as i21 from "@angular/material/icon";
|
|
24
|
-
import * as i22 from "@igo2/core";
|
|
25
|
-
import * as i23 from "@igo2/geo";
|
|
26
|
-
import * as i24 from "@angular/material/radio";
|
|
27
|
-
import * as i25 from "@igo2/context";
|
|
28
|
-
import * as i26 from "../workspace/workspace.module";
|
|
29
|
-
import * as i27 from "@angular/material/slide-toggle";
|
|
30
|
-
import * as i28 from "@angular/material/menu";
|
|
31
|
-
import * as i29 from "@angular/material/button";
|
|
32
|
-
import * as i30 from "@angular/material/tooltip";
|
|
9
|
+
/**
|
|
10
|
+
* @deprecated import the ImportExportToolComponent directly or INTEGRATION_MAP_DIRECTIVES for the set
|
|
11
|
+
*/
|
|
33
12
|
export declare class IgoAppMapModule {
|
|
34
13
|
static forRoot(): ModuleWithProviders<IgoAppMapModule>;
|
|
35
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgoAppMapModule, never>;
|
|
36
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoAppMapModule, [typeof i1.AdvancedMapToolComponent, typeof i2.MapProximityToolComponent, typeof i3.MapToolComponent, typeof i4.MapToolsComponent, typeof i5.MapDetailsToolComponent, typeof i6.MapLegendToolComponent
|
|
15
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoAppMapModule, never, [typeof i1.AdvancedMapToolComponent, typeof i2.MapProximityToolComponent, typeof i3.MapToolComponent, typeof i4.MapToolsComponent, typeof i5.MapDetailsToolComponent, typeof i6.MapLegendToolComponent], [typeof i1.AdvancedMapToolComponent, typeof i2.MapProximityToolComponent, typeof i3.MapToolComponent, typeof i4.MapToolsComponent, typeof i5.MapDetailsToolComponent, typeof i6.MapLegendToolComponent]>;
|
|
37
16
|
static ɵinj: i0.ɵɵInjectorDeclaration<IgoAppMapModule>;
|
|
38
17
|
}
|
package/lib/map/map.state.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import { ConfigService
|
|
1
|
+
import { ConfigService } from '@igo2/core/config';
|
|
2
|
+
import { StorageService } from '@igo2/core/storage';
|
|
2
3
|
import { IgoMap, MapService, ProjectionService } from '@igo2/geo';
|
|
3
4
|
import * as i0 from "@angular/core";
|
|
4
5
|
/**
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./measurer-tool/measurer-tool.module";
|
|
3
|
+
/**
|
|
4
|
+
* @deprecated import the MeasurerToolComponent directly
|
|
5
|
+
*/
|
|
3
6
|
export declare class IgoAppMeasureModule {
|
|
4
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgoAppMeasureModule, never>;
|
|
5
8
|
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoAppMeasureModule, never, never, [typeof i1.IgoAppMeasurerToolModule]>;
|
|
@@ -20,5 +20,5 @@ export declare class MeasurerToolComponent {
|
|
|
20
20
|
get map(): IgoMap;
|
|
21
21
|
constructor(measureState: MeasureState, mapState: MapState);
|
|
22
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<MeasurerToolComponent, never>;
|
|
23
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MeasurerToolComponent, "igo-measurer-tool", never, {}, {}, never, never,
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MeasurerToolComponent, "igo-measurer-tool", never, {}, {}, never, never, true, never>;
|
|
24
24
|
}
|
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./measurer-tool.component";
|
|
3
|
-
import * as i2 from "@igo2/geo";
|
|
4
3
|
/**
|
|
5
|
-
* @
|
|
4
|
+
* @deprecated import the MeasurerToolComponent directly
|
|
6
5
|
*/
|
|
7
6
|
export declare class IgoAppMeasurerToolModule {
|
|
8
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgoAppMeasurerToolModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoAppMeasurerToolModule, [typeof i1.MeasurerToolComponent], [typeof
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoAppMeasurerToolModule, never, [typeof i1.MeasurerToolComponent], [typeof i1.MeasurerToolComponent]>;
|
|
10
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<IgoAppMeasurerToolModule>;
|
|
11
10
|
}
|
|
@@ -6,5 +6,5 @@ export declare class PrintToolComponent {
|
|
|
6
6
|
get map(): IgoMap;
|
|
7
7
|
constructor(mapState: MapState);
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<PrintToolComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PrintToolComponent, "igo-print-tool", never, {}, {}, never, never,
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PrintToolComponent, "igo-print-tool", never, {}, {}, never, never, true, never>;
|
|
10
10
|
}
|
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
import { ModuleWithProviders } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
import * as i1 from "./print-tool/print-tool.component";
|
|
4
|
-
|
|
4
|
+
/**
|
|
5
|
+
* @deprecated import the PrintToolComponent directly
|
|
6
|
+
*/
|
|
5
7
|
export declare class IgoAppPrintModule {
|
|
6
8
|
static forRoot(): ModuleWithProviders<IgoAppPrintModule>;
|
|
7
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgoAppPrintModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoAppPrintModule, [typeof i1.PrintToolComponent], [typeof
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoAppPrintModule, never, [typeof i1.PrintToolComponent], [typeof i1.PrintToolComponent]>;
|
|
9
11
|
static ɵinj: i0.ɵɵInjectorDeclaration<IgoAppPrintModule>;
|
|
10
12
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { EntityStore } from '@igo2/common';
|
|
2
|
-
import { ConfigService } from '@igo2/core';
|
|
1
|
+
import { EntityStore } from '@igo2/common/entity';
|
|
2
|
+
import { ConfigService } from '@igo2/core/config';
|
|
3
3
|
import { CapabilitiesService, CommonVectorStyleOptions, PropertyTypeDetectorService, SearchResult } from '@igo2/geo';
|
|
4
4
|
import { MapState } from '../map/map.state';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
@@ -16,7 +16,7 @@ export declare class QueryState {
|
|
|
16
16
|
*/
|
|
17
17
|
store: EntityStore<SearchResult<{
|
|
18
18
|
[key: string]: any;
|
|
19
|
-
}>, import("@igo2/common").EntityState>;
|
|
19
|
+
}>, import("@igo2/common/entity").EntityState>;
|
|
20
20
|
queryOverlayStyle: CommonVectorStyleOptions;
|
|
21
21
|
queryOverlayStyleSelection: CommonVectorStyleOptions;
|
|
22
22
|
queryOverlayStyleFocus: CommonVectorStyleOptions;
|
|
@@ -16,5 +16,5 @@ export declare class SearchBarBindingDirective implements OnInit, OnDestroy {
|
|
|
16
16
|
onSearchTermChange(searchTerm?: string): void;
|
|
17
17
|
onSearchTypeChange(searchType?: string): void;
|
|
18
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<SearchBarBindingDirective, [{ self: true; }, null]>;
|
|
19
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SearchBarBindingDirective, "[igoSearchBarBinding]", never, {}, {}, never, never,
|
|
19
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SearchBarBindingDirective, "[igoSearchBarBinding]", never, {}, {}, never, never, true, never>;
|
|
20
20
|
}
|
|
@@ -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
|
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { ElementRef, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import { EntityStore
|
|
3
|
-
import {
|
|
2
|
+
import { EntityStore } from '@igo2/common/entity';
|
|
3
|
+
import { FlexibleState } from '@igo2/common/flexible';
|
|
4
|
+
import { ConfigService } from '@igo2/core/config';
|
|
4
5
|
import { Feature, FeatureStore, IgoMap, Research, SearchResult } from '@igo2/geo';
|
|
5
6
|
import { BehaviorSubject, Observable } from 'rxjs';
|
|
6
7
|
import { DirectionState } from '../../directions/directions.state';
|
|
@@ -97,5 +98,5 @@ export declare class SearchResultsToolComponent implements OnInit, OnDestroy {
|
|
|
97
98
|
isScrolledIntoView(elemSource: any, elem: any): boolean;
|
|
98
99
|
getRoute(): void;
|
|
99
100
|
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,
|
|
101
|
+
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
102
|
}
|
|
@@ -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,5 +1,6 @@
|
|
|
1
|
-
import { EntityStore } from '@igo2/common';
|
|
2
|
-
import { ConfigService
|
|
1
|
+
import { EntityStore } from '@igo2/common/entity';
|
|
2
|
+
import { ConfigService } from '@igo2/core/config';
|
|
3
|
+
import { StorageService } from '@igo2/core/storage';
|
|
3
4
|
import { CommonVectorStyleOptions, Feature, FeatureMotion, FeatureStore, SearchResult, SearchSourceService } from '@igo2/geo';
|
|
4
5
|
import { BehaviorSubject, Subscription } from 'rxjs';
|
|
5
6
|
import { MapState } from '../map';
|
|
@@ -45,7 +46,7 @@ export declare class SearchState {
|
|
|
45
46
|
*/
|
|
46
47
|
readonly store: EntityStore<SearchResult<{
|
|
47
48
|
[key: string]: any;
|
|
48
|
-
}>, import("@igo2/common").EntityState>;
|
|
49
|
+
}>, import("@igo2/common/entity").EntityState>;
|
|
49
50
|
/**
|
|
50
51
|
* Search types currently enabled in the search source service
|
|
51
52
|
*/
|
package/lib/tool/tool.state.d.ts
CHANGED
|
@@ -1,7 +1,9 @@
|
|
|
1
|
-
import { DatePipe } from '@angular/common';
|
|
2
1
|
import { OnDestroy } from '@angular/core';
|
|
3
|
-
import { Action
|
|
4
|
-
import {
|
|
2
|
+
import { Action } from '@igo2/common/action';
|
|
3
|
+
import { Widget } from '@igo2/common/widget';
|
|
4
|
+
import { LanguageService } from '@igo2/core/language';
|
|
5
|
+
import { MediaService } from '@igo2/core/media';
|
|
6
|
+
import { StorageService } from '@igo2/core/storage';
|
|
5
7
|
import { EditionWorkspace } from '@igo2/geo';
|
|
6
8
|
import { BehaviorSubject } from 'rxjs';
|
|
7
9
|
import { StorageState } from '../../storage/storage.state';
|
|
@@ -13,16 +15,15 @@ export declare class EditionActionsService implements OnDestroy {
|
|
|
13
15
|
languageService: LanguageService;
|
|
14
16
|
private mediaService;
|
|
15
17
|
private toolState;
|
|
16
|
-
private datePipe;
|
|
17
18
|
maximize$: BehaviorSubject<boolean>;
|
|
18
19
|
zoomAuto$: BehaviorSubject<boolean>;
|
|
19
20
|
private storageChange$$;
|
|
20
21
|
get storageService(): StorageService;
|
|
21
22
|
get zoomAuto(): boolean;
|
|
22
|
-
constructor(ogcFilterWidget: Widget, storageState: StorageState, languageService: LanguageService, mediaService: MediaService, toolState: ToolState
|
|
23
|
+
constructor(ogcFilterWidget: Widget, storageState: StorageState, languageService: LanguageService, mediaService: MediaService, toolState: ToolState);
|
|
23
24
|
ngOnDestroy(): void;
|
|
24
25
|
loadActions(workspace: EditionWorkspace, rowsInMapExtentCheckCondition$: BehaviorSubject<boolean>, selectOnlyCheckCondition$: BehaviorSubject<boolean>): void;
|
|
25
26
|
buildActions(workspace: EditionWorkspace, rowsInMapExtentCheckCondition$: BehaviorSubject<boolean>, selectOnlyCheckCondition$: BehaviorSubject<boolean>): Action[];
|
|
26
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<EditionActionsService,
|
|
27
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EditionActionsService, [{ optional: true; }, null, null, null, null]>;
|
|
27
28
|
static ɵprov: i0.ɵɵInjectableDeclaration<EditionActionsService>;
|
|
28
29
|
}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import { DatePipe } from '@angular/common';
|
|
2
1
|
import { OnDestroy } from '@angular/core';
|
|
3
|
-
import { Action } from '@igo2/common';
|
|
4
|
-
import { LanguageService
|
|
2
|
+
import { Action } from '@igo2/common/action';
|
|
3
|
+
import { LanguageService } from '@igo2/core/language';
|
|
4
|
+
import { MediaService } from '@igo2/core/media';
|
|
5
|
+
import { StorageService } from '@igo2/core/storage';
|
|
5
6
|
import { FeatureWorkspace } from '@igo2/geo';
|
|
6
7
|
import { BehaviorSubject } from 'rxjs';
|
|
7
8
|
import { StorageState } from '../../storage/storage.state';
|
|
@@ -12,13 +13,12 @@ export declare class FeatureActionsService implements OnDestroy {
|
|
|
12
13
|
languageService: LanguageService;
|
|
13
14
|
private toolState;
|
|
14
15
|
private mediaService;
|
|
15
|
-
private datePipe;
|
|
16
16
|
maximize$: BehaviorSubject<boolean>;
|
|
17
17
|
zoomAuto$: BehaviorSubject<boolean>;
|
|
18
18
|
private storageChange$$;
|
|
19
19
|
get storageService(): StorageService;
|
|
20
20
|
get zoomAuto(): boolean;
|
|
21
|
-
constructor(storageState: StorageState, languageService: LanguageService, toolState: ToolState, mediaService: MediaService
|
|
21
|
+
constructor(storageState: StorageState, languageService: LanguageService, toolState: ToolState, mediaService: MediaService);
|
|
22
22
|
ngOnDestroy(): void;
|
|
23
23
|
loadActions(workspace: FeatureWorkspace, rowsInMapExtentCheckCondition$: BehaviorSubject<boolean>, selectOnlyCheckCondition$: BehaviorSubject<boolean>): void;
|
|
24
24
|
buildActions(workspace: FeatureWorkspace, rowsInMapExtentCheckCondition$: BehaviorSubject<boolean>, selectOnlyCheckCondition$: BehaviorSubject<boolean>): Action[];
|
|
@@ -1,7 +1,9 @@
|
|
|
1
|
-
import { DatePipe } from '@angular/common';
|
|
2
1
|
import { OnDestroy } from '@angular/core';
|
|
3
|
-
import { Action
|
|
4
|
-
import {
|
|
2
|
+
import { Action } from '@igo2/common/action';
|
|
3
|
+
import { Widget } from '@igo2/common/widget';
|
|
4
|
+
import { LanguageService } from '@igo2/core/language';
|
|
5
|
+
import { MediaService } from '@igo2/core/media';
|
|
6
|
+
import { StorageService } from '@igo2/core/storage';
|
|
5
7
|
import { WfsWorkspace } from '@igo2/geo';
|
|
6
8
|
import { BehaviorSubject } from 'rxjs';
|
|
7
9
|
import { StorageState } from '../../storage/storage.state';
|
|
@@ -13,17 +15,16 @@ export declare class WfsActionsService implements OnDestroy {
|
|
|
13
15
|
languageService: LanguageService;
|
|
14
16
|
private mediaService;
|
|
15
17
|
private toolState;
|
|
16
|
-
private datePipe;
|
|
17
18
|
maximize$: BehaviorSubject<boolean>;
|
|
18
19
|
selectOnlyCheckCondition$: BehaviorSubject<boolean>;
|
|
19
20
|
zoomAuto$: BehaviorSubject<boolean>;
|
|
20
21
|
private storageChange$$;
|
|
21
22
|
get storageService(): StorageService;
|
|
22
23
|
get zoomAuto(): boolean;
|
|
23
|
-
constructor(ogcFilterWidget: Widget, storageState: StorageState, languageService: LanguageService, mediaService: MediaService, toolState: ToolState
|
|
24
|
+
constructor(ogcFilterWidget: Widget, storageState: StorageState, languageService: LanguageService, mediaService: MediaService, toolState: ToolState);
|
|
24
25
|
ngOnDestroy(): void;
|
|
25
26
|
loadActions(workspace: WfsWorkspace, rowsInMapExtentCheckCondition$: BehaviorSubject<boolean>, selectOnlyCheckCondition$: BehaviorSubject<boolean>): void;
|
|
26
27
|
buildActions(workspace: WfsWorkspace, rowsInMapExtentCheckCondition$: BehaviorSubject<boolean>, selectOnlyCheckCondition$: BehaviorSubject<boolean>): Action[];
|
|
27
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<WfsActionsService,
|
|
28
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<WfsActionsService, [{ optional: true; }, null, null, null, null]>;
|
|
28
29
|
static ɵprov: i0.ɵɵInjectableDeclaration<WfsActionsService>;
|
|
29
30
|
}
|
|
@@ -1,9 +1,11 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import { LanguageService
|
|
1
|
+
import { Action } from '@igo2/common/action';
|
|
2
|
+
import { Widget } from '@igo2/common/widget';
|
|
3
|
+
import { LanguageService } from '@igo2/core/language';
|
|
4
|
+
import { MediaService } from '@igo2/core/media';
|
|
5
|
+
import { StorageService } from '@igo2/core/storage';
|
|
4
6
|
import { EditionWorkspace, FeatureWorkspace, WfsWorkspace } from '@igo2/geo';
|
|
5
7
|
import 'jspdf-autotable';
|
|
6
8
|
import { BehaviorSubject } from 'rxjs';
|
|
7
9
|
import { ToolState } from '../../tool';
|
|
8
10
|
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
|
|
11
|
+
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
|
}
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import { OnDestroy } from '@angular/core';
|
|
2
|
-
import { EntityRecord, EntityState
|
|
3
|
-
import {
|
|
2
|
+
import { EntityRecord, EntityState } from '@igo2/common/entity';
|
|
3
|
+
import { Widget } from '@igo2/common/widget';
|
|
4
|
+
import { Workspace, WorkspaceStore } from '@igo2/common/workspace';
|
|
5
|
+
import { StorageService } from '@igo2/core/storage';
|
|
4
6
|
import { BehaviorSubject, Observable } from 'rxjs';
|
|
5
7
|
import { EditionActionsService } from './shared/edition-actions.service';
|
|
6
8
|
import { FeatureActionsService } from './shared/feature-actions.service';
|