@igo2/integration 1.15.4 → 16.0.0-rc.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/{esm2020 → esm2022}/igo2-integration.mjs +4 -4
- package/esm2022/lib/about/about-tool/about-tool.component.mjs +205 -0
- package/{esm2020 → esm2022}/lib/about/about-tool/index.mjs +2 -2
- package/{esm2020 → esm2022}/lib/about/about.module.mjs +55 -55
- package/{esm2020 → esm2022}/lib/about/index.mjs +2 -2
- package/esm2022/lib/analytics/analytics-listener.service.mjs +156 -0
- package/{esm2020 → esm2022}/lib/analytics/analytics.module.mjs +16 -16
- package/{esm2020 → esm2022}/lib/analytics/index.mjs +2 -2
- package/esm2022/lib/catalog/catalog-browser-tool/catalog-browser-tool.component.mjs +133 -0
- package/esm2022/lib/catalog/catalog-browser-tool/catalog-browser-tool.module.mjs +24 -0
- package/esm2022/lib/catalog/catalog-library-tool/catalog-library-tool.component.mjs +103 -0
- package/esm2022/lib/catalog/catalog-library-tool/catalog-library-tool.module.mjs +24 -0
- package/esm2022/lib/catalog/catalog.module.mjs +19 -0
- package/esm2022/lib/catalog/catalog.state.mjs +58 -0
- package/{esm2020 → esm2022}/lib/catalog/index.mjs +6 -6
- package/esm2022/lib/context/context-editor-tool/context-editor-tool.component.mjs +36 -0
- package/esm2022/lib/context/context-manager-tool/context-manager-tool.component.mjs +51 -0
- package/esm2022/lib/context/context-permission-manager-tool/context-permission-manager-tool.component.mjs +24 -0
- package/esm2022/lib/context/context-share-tool/context-share-tool.component.mjs +43 -0
- package/{esm2020 → esm2022}/lib/context/context.module.mjs +39 -39
- package/esm2022/lib/context/context.state.mjs +96 -0
- package/{esm2020 → esm2022}/lib/context/index.mjs +6 -6
- package/esm2022/lib/directions/directions-tool/directions-tool.component.mjs +116 -0
- package/{esm2020 → esm2022}/lib/directions/directions-tool/index.mjs +2 -2
- package/{esm2020 → esm2022}/lib/directions/directions.module.mjs +26 -26
- package/esm2022/lib/directions/directions.state.mjs +69 -0
- package/{esm2020 → esm2022}/lib/directions/index.mjs +3 -3
- package/esm2022/lib/draw/draw.module.mjs +18 -0
- package/esm2022/lib/draw/draw.state.mjs +42 -0
- package/esm2022/lib/draw/drawing-tool/drawing-tool.component.mjs +77 -0
- package/esm2022/lib/draw/drawing-tool/drawing-tool.module.mjs +23 -0
- package/{esm2020 → esm2022}/lib/draw/index.mjs +2 -2
- package/{esm2020 → esm2022}/lib/filter/active-ogc-filter-tool/active-ogc-filter-tool.animation.mjs +10 -10
- package/esm2022/lib/filter/active-ogc-filter-tool/active-ogc-filter-tool.component.mjs +46 -0
- package/{esm2020 → esm2022}/lib/filter/active-ogc-filter-tool/index.mjs +2 -2
- package/{esm2020 → esm2022}/lib/filter/active-time-filter-tool/active-time-filter-tool.animation.mjs +10 -10
- package/esm2022/lib/filter/active-time-filter-tool/active-time-filter-tool.component.mjs +46 -0
- package/{esm2020 → esm2022}/lib/filter/active-time-filter-tool/index.mjs +2 -2
- package/{esm2020 → esm2022}/lib/filter/filter.module.mjs +51 -51
- package/{esm2020 → esm2022}/lib/filter/index.mjs +6 -6
- package/{esm2020 → esm2022}/lib/filter/ogc-filter-tool/index.mjs +2 -2
- package/esm2022/lib/filter/ogc-filter-tool/ogc-filter-tool.component.mjs +25 -0
- package/{esm2020 → esm2022}/lib/filter/spatial-filter-tool/index.mjs +2 -2
- package/esm2022/lib/filter/spatial-filter-tool/spatial-filter-tool.component.mjs +605 -0
- package/{esm2020 → esm2022}/lib/filter/time-filter-tool/index.mjs +2 -2
- package/esm2022/lib/filter/time-filter-tool/time-filter-tool.component.mjs +25 -0
- package/esm2022/lib/import-export/import-export-tool/import-export-tool.component.mjs +154 -0
- package/{esm2020 → esm2022}/lib/import-export/import-export-tool/index.mjs +2 -2
- package/{esm2020 → esm2022}/lib/import-export/import-export.module.mjs +51 -51
- package/esm2022/lib/import-export/import-export.state.mjs +39 -0
- package/{esm2020 → esm2022}/lib/import-export/index.mjs +3 -3
- package/{esm2020 → esm2022}/lib/integration.module.mjs +72 -72
- package/esm2022/lib/map/advanced-map-tool/advanced-coordinates/advanced-coordinates.component.mjs +524 -0
- package/esm2022/lib/map/advanced-map-tool/advanced-map-tool.component.mjs +92 -0
- package/esm2022/lib/map/advanced-map-tool/advanced-swipe/advanced-swipe.component.mjs +231 -0
- package/{esm2020 → esm2022}/lib/map/advanced-map-tool/index.mjs +2 -2
- package/{esm2020 → esm2022}/lib/map/index.mjs +9 -9
- package/esm2022/lib/map/layer-list-tool.state.mjs +40 -0
- package/{esm2020 → esm2022}/lib/map/map-details-tool/index.mjs +2 -2
- package/esm2022/lib/map/map-details-tool/map-details-tool.component.mjs +269 -0
- package/{esm2020 → esm2022}/lib/map/map-legend/index.mjs +2 -2
- package/esm2022/lib/map/map-legend/map-legend-tool.component.mjs +285 -0
- package/{esm2020 → esm2022}/lib/map/map-proximity-tool/index.mjs +2 -2
- package/esm2022/lib/map/map-proximity-tool/map-proximity-tool.component.mjs +220 -0
- package/esm2022/lib/map/map-proximity.state.mjs +180 -0
- package/{esm2020 → esm2022}/lib/map/map-tool/index.mjs +2 -2
- package/esm2022/lib/map/map-tool/map-tool.component.mjs +140 -0
- package/{esm2020 → esm2022}/lib/map/map-tools/index.mjs +2 -2
- package/esm2022/lib/map/map-tools/map-tools.component.mjs +521 -0
- package/esm2022/lib/map/map.module.mjs +168 -0
- package/esm2022/lib/map/map.state.mjs +56 -0
- package/{esm2020 → esm2022}/lib/measure/index.mjs +4 -4
- package/esm2022/lib/measure/measure.module.mjs +18 -0
- package/esm2022/lib/measure/measure.state.mjs +40 -0
- package/esm2022/lib/measure/measurer-tool/measurer-tool.component.mjs +54 -0
- package/{esm2020 → esm2022}/lib/measure/measurer-tool/measurer-tool.module.mjs +23 -25
- package/{esm2020 → esm2022}/lib/print/index.mjs +2 -2
- package/{esm2020 → esm2022}/lib/print/print-tool/index.mjs +2 -2
- package/esm2022/lib/print/print-tool/print-tool.component.mjs +35 -0
- package/{esm2020 → esm2022}/lib/print/print.module.mjs +26 -26
- package/{esm2020 → esm2022}/lib/search/index.mjs +7 -7
- package/esm2022/lib/search/query.state.mjs +48 -0
- package/esm2022/lib/search/search-bar/search-bar-binding.directive.mjs +72 -0
- package/{esm2020 → esm2022}/lib/search/search-bar/search-bar.module.mjs +22 -22
- package/esm2022/lib/search/search-results-tool/search-results-tool.component.mjs +631 -0
- package/esm2022/lib/search/search-results-tool/search-results-tool.module.mjs +65 -0
- package/esm2022/lib/search/search.module.mjs +19 -0
- package/esm2022/lib/search/search.state.mjs +145 -0
- package/{esm2020 → esm2022}/lib/storage/index.mjs +2 -2
- package/{esm2020 → esm2022}/lib/storage/storage.module.mjs +16 -16
- package/esm2022/lib/storage/storage.state.mjs +25 -0
- package/{esm2020 → esm2022}/lib/tool/index.mjs +2 -2
- package/{esm2020 → esm2022}/lib/tool/tool.module.mjs +16 -16
- package/esm2022/lib/tool/tool.state.mjs +56 -0
- package/{esm2020 → esm2022}/lib/workspace/index.mjs +4 -4
- package/esm2022/lib/workspace/shared/edition-actions.service.mjs +74 -0
- package/esm2022/lib/workspace/shared/feature-actions.service.mjs +66 -0
- package/{esm2020 → esm2022}/lib/workspace/shared/index.mjs +3 -3
- package/esm2022/lib/workspace/shared/wfs-actions.service.mjs +76 -0
- package/esm2022/lib/workspace/shared/workspace.utils.mjs +162 -0
- package/{esm2020 → esm2022}/lib/workspace/workspace-button/index.mjs +2 -2
- package/esm2022/lib/workspace/workspace-button/workspace-button.component.mjs +76 -0
- package/esm2022/lib/workspace/workspace.module.mjs +38 -0
- package/esm2022/lib/workspace/workspace.state.mjs +204 -0
- package/{esm2020 → esm2022}/public_api.mjs +35 -35
- package/{fesm2020 → fesm2022}/igo2-integration.mjs +6522 -6139
- package/fesm2022/igo2-integration.mjs.map +1 -0
- package/index.d.ts +5 -5
- package/lib/about/about-tool/about-tool.component.d.ts +34 -34
- package/lib/about/about-tool/index.d.ts +1 -1
- package/lib/about/about.module.d.ts +16 -16
- package/lib/about/index.d.ts +1 -1
- package/lib/analytics/analytics-listener.service.d.ts +33 -33
- package/lib/analytics/analytics.module.d.ts +6 -6
- package/lib/analytics/index.d.ts +1 -1
- package/lib/catalog/catalog-browser-tool/catalog-browser-tool.component.d.ts +57 -57
- package/lib/catalog/catalog-browser-tool/catalog-browser-tool.module.d.ts +12 -12
- package/lib/catalog/catalog-library-tool/catalog-library-tool.component.d.ts +50 -50
- package/lib/catalog/catalog-library-tool/catalog-library-tool.module.d.ts +12 -12
- package/lib/catalog/catalog.module.d.ts +8 -8
- package/lib/catalog/catalog.state.d.ts +37 -37
- package/lib/catalog/index.d.ts +5 -5
- package/lib/context/context-editor-tool/context-editor-tool.component.d.ts +9 -9
- package/lib/context/context-manager-tool/context-manager-tool.component.d.ts +15 -15
- package/lib/context/context-permission-manager-tool/context-permission-manager-tool.component.d.ts +5 -5
- package/lib/context/context-share-tool/context-share-tool.component.d.ts +13 -13
- package/lib/context/context.module.d.ts +11 -11
- package/lib/context/context.state.d.ts +37 -37
- package/lib/context/index.d.ts +5 -5
- package/lib/directions/directions-tool/directions-tool.component.d.ts +54 -54
- package/lib/directions/directions-tool/index.d.ts +1 -1
- package/lib/directions/directions.module.d.ts +10 -10
- package/lib/directions/directions.state.d.ts +28 -28
- package/lib/directions/index.d.ts +2 -2
- package/lib/draw/draw.module.d.ts +8 -8
- package/lib/draw/draw.state.d.ts +16 -16
- package/lib/draw/drawing-tool/drawing-tool.component.d.ts +31 -31
- package/lib/draw/drawing-tool/drawing-tool.module.d.ts +11 -0
- package/lib/draw/index.d.ts +2 -2
- package/lib/filter/active-ogc-filter-tool/active-ogc-filter-tool.animation.d.ts +2 -2
- package/lib/filter/active-ogc-filter-tool/active-ogc-filter-tool.component.d.ts +12 -12
- package/lib/filter/active-ogc-filter-tool/index.d.ts +1 -1
- package/lib/filter/active-time-filter-tool/active-time-filter-tool.animation.d.ts +2 -2
- package/lib/filter/active-time-filter-tool/active-time-filter-tool.component.d.ts +12 -12
- package/lib/filter/active-time-filter-tool/index.d.ts +1 -1
- package/lib/filter/filter.module.d.ts +15 -15
- package/lib/filter/index.d.ts +5 -5
- package/lib/filter/ogc-filter-tool/index.d.ts +1 -1
- package/lib/filter/ogc-filter-tool/ogc-filter-tool.component.d.ts +6 -6
- package/lib/filter/spatial-filter-tool/index.d.ts +1 -1
- package/lib/filter/spatial-filter-tool/spatial-filter-tool.component.d.ts +82 -82
- package/lib/filter/time-filter-tool/index.d.ts +1 -1
- package/lib/filter/time-filter-tool/time-filter-tool.component.d.ts +6 -6
- package/lib/import-export/import-export-tool/import-export-tool.component.d.ts +33 -33
- package/lib/import-export/import-export-tool/index.d.ts +1 -1
- package/lib/import-export/import-export.module.d.ts +15 -15
- package/lib/import-export/import-export.state.d.ts +24 -24
- package/lib/import-export/index.d.ts +2 -2
- package/lib/integration.module.d.ts +20 -20
- package/lib/map/advanced-map-tool/advanced-coordinates/advanced-coordinates.component.d.ts +97 -97
- package/lib/map/advanced-map-tool/advanced-map-tool.component.d.ts +12 -12
- package/lib/map/advanced-map-tool/advanced-swipe/advanced-swipe.component.d.ts +65 -65
- package/lib/map/advanced-map-tool/index.d.ts +1 -1
- package/lib/map/index.d.ts +8 -8
- package/lib/map/layer-list-tool.state.d.ts +19 -19
- package/lib/map/map-details-tool/index.d.ts +1 -1
- package/lib/map/map-details-tool/map-details-tool.component.d.ts +38 -38
- package/lib/map/map-legend/index.d.ts +1 -1
- package/lib/map/map-legend/map-legend-tool.component.d.ts +40 -40
- package/lib/map/map-proximity-tool/index.d.ts +1 -1
- package/lib/map/map-proximity-tool/map-proximity-tool.component.d.ts +36 -36
- package/lib/map/map-proximity.state.d.ts +31 -31
- package/lib/map/map-tool/index.d.ts +1 -1
- package/lib/map/map-tool/map-tool.component.d.ts +27 -27
- package/lib/map/map-tools/index.d.ts +1 -1
- package/lib/map/map-tools/map-tools.component.d.ts +66 -66
- package/lib/map/map.module.d.ts +38 -38
- package/lib/map/map.state.d.ts +24 -24
- package/lib/measure/index.d.ts +3 -3
- package/lib/measure/measure.module.d.ts +7 -7
- package/lib/measure/measure.state.d.ts +16 -16
- package/lib/measure/measurer-tool/measurer-tool.component.d.ts +24 -24
- package/lib/measure/measurer-tool/measurer-tool.module.d.ts +11 -11
- package/lib/print/index.d.ts +1 -1
- package/lib/print/print-tool/index.d.ts +1 -1
- package/lib/print/print-tool/print-tool.component.d.ts +10 -10
- package/lib/print/print.module.d.ts +10 -10
- package/lib/search/index.d.ts +6 -6
- package/lib/search/query.state.d.ts +26 -20
- package/lib/search/search-bar/search-bar-binding.directive.d.ts +20 -20
- package/lib/search/search-bar/search-bar.module.d.ts +11 -11
- package/lib/search/search-results-tool/search-results-tool.component.d.ts +100 -100
- package/lib/search/search-results-tool/search-results-tool.module.d.ts +18 -18
- package/lib/search/search.module.d.ts +8 -8
- package/lib/search/search.state.d.ts +62 -60
- package/lib/storage/index.d.ts +1 -1
- package/lib/storage/storage.module.d.ts +6 -6
- package/lib/storage/storage.state.d.ts +12 -12
- package/lib/tool/index.d.ts +1 -1
- package/lib/tool/tool.module.d.ts +6 -6
- package/lib/tool/tool.state.d.ts +22 -22
- package/lib/workspace/index.d.ts +3 -3
- package/lib/workspace/shared/edition-actions.service.d.ts +28 -26
- package/lib/workspace/shared/feature-actions.service.d.ts +27 -25
- package/lib/workspace/shared/index.d.ts +2 -2
- package/lib/workspace/shared/wfs-actions.service.d.ts +29 -27
- package/lib/workspace/shared/workspace.utils.d.ts +9 -2
- package/lib/workspace/workspace-button/index.d.ts +1 -1
- package/lib/workspace/workspace-button/workspace-button.component.d.ts +21 -21
- package/lib/workspace/workspace.module.d.ts +12 -12
- package/lib/workspace/workspace.state.d.ts +63 -63
- package/locale/en.integration.json +126 -0
- package/locale/fr.integration.json +126 -0
- package/package.json +14 -18
- package/public_api.d.ts +31 -31
- package/esm2020/lib/about/about-tool/about-tool.component.mjs +0 -185
- package/esm2020/lib/analytics/analytics-listener.service.mjs +0 -127
- package/esm2020/lib/catalog/catalog-browser-tool/catalog-browser-tool.component.mjs +0 -113
- package/esm2020/lib/catalog/catalog-browser-tool/catalog-browser-tool.module.mjs +0 -29
- package/esm2020/lib/catalog/catalog-library-tool/catalog-library-tool.component.mjs +0 -89
- package/esm2020/lib/catalog/catalog-library-tool/catalog-library-tool.module.mjs +0 -29
- package/esm2020/lib/catalog/catalog.module.mjs +0 -24
- package/esm2020/lib/catalog/catalog.state.mjs +0 -54
- package/esm2020/lib/context/context-editor-tool/context-editor-tool.component.mjs +0 -34
- package/esm2020/lib/context/context-manager-tool/context-manager-tool.component.mjs +0 -44
- package/esm2020/lib/context/context-permission-manager-tool/context-permission-manager-tool.component.mjs +0 -25
- package/esm2020/lib/context/context-share-tool/context-share-tool.component.mjs +0 -34
- package/esm2020/lib/context/context.state.mjs +0 -88
- package/esm2020/lib/directions/directions-tool/directions-tool.component.mjs +0 -84
- package/esm2020/lib/directions/directions.state.mjs +0 -64
- package/esm2020/lib/draw/draw.module.mjs +0 -21
- package/esm2020/lib/draw/draw.state.mjs +0 -39
- package/esm2020/lib/draw/drawing-tool/drawing-tool.component.mjs +0 -72
- package/esm2020/lib/filter/active-ogc-filter-tool/active-ogc-filter-tool.component.mjs +0 -44
- package/esm2020/lib/filter/active-time-filter-tool/active-time-filter-tool.component.mjs +0 -44
- package/esm2020/lib/filter/ogc-filter-tool/ogc-filter-tool.component.mjs +0 -25
- package/esm2020/lib/filter/spatial-filter-tool/spatial-filter-tool.component.mjs +0 -535
- package/esm2020/lib/filter/time-filter-tool/time-filter-tool.component.mjs +0 -25
- package/esm2020/lib/import-export/import-export-tool/import-export-tool.component.mjs +0 -141
- package/esm2020/lib/import-export/import-export.state.mjs +0 -41
- package/esm2020/lib/map/advanced-map-tool/advanced-coordinates/advanced-coordinates.component.mjs +0 -472
- package/esm2020/lib/map/advanced-map-tool/advanced-map-tool.component.mjs +0 -89
- package/esm2020/lib/map/advanced-map-tool/advanced-swipe/advanced-swipe.component.mjs +0 -218
- package/esm2020/lib/map/layer-list-tool.state.mjs +0 -42
- package/esm2020/lib/map/map-details-tool/map-details-tool.component.mjs +0 -256
- package/esm2020/lib/map/map-legend/map-legend-tool.component.mjs +0 -275
- package/esm2020/lib/map/map-proximity-tool/map-proximity-tool.component.mjs +0 -203
- package/esm2020/lib/map/map-proximity.state.mjs +0 -167
- package/esm2020/lib/map/map-tool/map-tool.component.mjs +0 -130
- package/esm2020/lib/map/map-tools/map-tools.component.mjs +0 -495
- package/esm2020/lib/map/map.module.mjs +0 -144
- package/esm2020/lib/map/map.state.mjs +0 -47
- package/esm2020/lib/measure/measure.module.mjs +0 -20
- package/esm2020/lib/measure/measure.state.mjs +0 -35
- package/esm2020/lib/measure/measurer-tool/measurer-tool.component.mjs +0 -45
- package/esm2020/lib/print/print-tool/print-tool.component.mjs +0 -33
- package/esm2020/lib/search/query.state.mjs +0 -34
- package/esm2020/lib/search/search-bar/search-bar-binding.directive.mjs +0 -61
- package/esm2020/lib/search/search-results-tool/search-results-tool.component.mjs +0 -593
- package/esm2020/lib/search/search-results-tool/search-results-tool.module.mjs +0 -65
- package/esm2020/lib/search/search.module.mjs +0 -24
- package/esm2020/lib/search/search.state.mjs +0 -132
- package/esm2020/lib/storage/storage.state.mjs +0 -23
- package/esm2020/lib/tool/tool.state.mjs +0 -52
- package/esm2020/lib/workspace/shared/edition-actions.service.mjs +0 -156
- package/esm2020/lib/workspace/shared/feature-actions.service.mjs +0 -144
- package/esm2020/lib/workspace/shared/wfs-actions.service.mjs +0 -158
- package/esm2020/lib/workspace/shared/workspace.utils.mjs +0 -7
- package/esm2020/lib/workspace/workspace-button/workspace-button.component.mjs +0 -69
- package/esm2020/lib/workspace/workspace.module.mjs +0 -37
- package/esm2020/lib/workspace/workspace.state.mjs +0 -188
- package/fesm2015/igo2-integration.mjs +0 -6759
- package/fesm2015/igo2-integration.mjs.map +0 -1
- package/fesm2020/igo2-integration.mjs.map +0 -1
- package/ngcc.config.js +0 -3
package/lib/context/context-permission-manager-tool/context-permission-manager-tool.component.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class ContextPermissionManagerToolComponent {
|
|
3
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ContextPermissionManagerToolComponent, never>;
|
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ContextPermissionManagerToolComponent, "igo-context-permission-manager-tool", never, {}, {}, never, never, false>;
|
|
5
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class ContextPermissionManagerToolComponent {
|
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ContextPermissionManagerToolComponent, never>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ContextPermissionManagerToolComponent, "igo-context-permission-manager-tool", never, {}, {}, never, never, false, never>;
|
|
5
|
+
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { IgoMap, LayerListControlsOptions } from '@igo2/geo';
|
|
2
|
-
import { MapState } from '../../map/map.state';
|
|
3
|
-
import { LayerListToolState } from '../../map/layer-list-tool.state';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class ContextShareToolComponent {
|
|
6
|
-
private mapState;
|
|
7
|
-
private layerListToolState;
|
|
8
|
-
get map(): IgoMap;
|
|
9
|
-
get layerListControls(): LayerListControlsOptions;
|
|
10
|
-
constructor(mapState: MapState, layerListToolState: LayerListToolState);
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ContextShareToolComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ContextShareToolComponent, "igo-context-share-tool", never, {}, {}, never, never, false>;
|
|
13
|
-
}
|
|
1
|
+
import { IgoMap, LayerListControlsOptions } from '@igo2/geo';
|
|
2
|
+
import { MapState } from '../../map/map.state';
|
|
3
|
+
import { LayerListToolState } from '../../map/layer-list-tool.state';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class ContextShareToolComponent {
|
|
6
|
+
private mapState;
|
|
7
|
+
private layerListToolState;
|
|
8
|
+
get map(): IgoMap;
|
|
9
|
+
get layerListControls(): LayerListControlsOptions;
|
|
10
|
+
constructor(mapState: MapState, layerListToolState: LayerListToolState);
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ContextShareToolComponent, never>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ContextShareToolComponent, "igo-context-share-tool", never, {}, {}, never, never, false, never>;
|
|
13
|
+
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./context-editor-tool/context-editor-tool.component";
|
|
3
|
-
import * as i2 from "./context-manager-tool/context-manager-tool.component";
|
|
4
|
-
import * as i3 from "./context-permission-manager-tool/context-permission-manager-tool.component";
|
|
5
|
-
import * as i4 from "./context-share-tool/context-share-tool.component";
|
|
6
|
-
import * as i5 from "@igo2/context";
|
|
7
|
-
export declare class IgoAppContextModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IgoAppContextModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoAppContextModule, [typeof i1.ContextEditorToolComponent, typeof i2.ContextManagerToolComponent, typeof i3.ContextPermissionManagerToolComponent, typeof i4.ContextShareToolComponent], [typeof i5.IgoContextModule], [typeof i1.ContextEditorToolComponent, typeof i2.ContextManagerToolComponent, typeof i3.ContextPermissionManagerToolComponent, typeof i4.ContextShareToolComponent]>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<IgoAppContextModule>;
|
|
11
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./context-editor-tool/context-editor-tool.component";
|
|
3
|
+
import * as i2 from "./context-manager-tool/context-manager-tool.component";
|
|
4
|
+
import * as i3 from "./context-permission-manager-tool/context-permission-manager-tool.component";
|
|
5
|
+
import * as i4 from "./context-share-tool/context-share-tool.component";
|
|
6
|
+
import * as i5 from "@igo2/context";
|
|
7
|
+
export declare class IgoAppContextModule {
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IgoAppContextModule, never>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoAppContextModule, [typeof i1.ContextEditorToolComponent, typeof i2.ContextManagerToolComponent, typeof i3.ContextPermissionManagerToolComponent, typeof i4.ContextShareToolComponent], [typeof i5.IgoContextModule], [typeof i1.ContextEditorToolComponent, typeof i2.ContextManagerToolComponent, typeof i3.ContextPermissionManagerToolComponent, typeof i4.ContextShareToolComponent]>;
|
|
10
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<IgoAppContextModule>;
|
|
11
|
+
}
|
|
@@ -1,37 +1,37 @@
|
|
|
1
|
-
import { BehaviorSubject } from 'rxjs';
|
|
2
|
-
import { LanguageService } from '@igo2/core';
|
|
3
|
-
import { ToolService } from '@igo2/common';
|
|
4
|
-
import { ContextService, DetailedContext } from '@igo2/context';
|
|
5
|
-
import { ToolState } from '../tool/tool.state';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
/**
|
|
8
|
-
* Service that holds the state of the context module
|
|
9
|
-
*/
|
|
10
|
-
export declare class ContextState {
|
|
11
|
-
private contextService;
|
|
12
|
-
private toolService;
|
|
13
|
-
private toolState;
|
|
14
|
-
private languageService;
|
|
15
|
-
/**
|
|
16
|
-
* Observable of the active context
|
|
17
|
-
*/
|
|
18
|
-
context$: BehaviorSubject<DetailedContext>;
|
|
19
|
-
constructor(contextService: ContextService, toolService: ToolService, toolState: ToolState, languageService: LanguageService);
|
|
20
|
-
/**
|
|
21
|
-
* Set the active context
|
|
22
|
-
* @param context Detailed context
|
|
23
|
-
*/
|
|
24
|
-
private setContext;
|
|
25
|
-
/**
|
|
26
|
-
* Update the tool state with the context's tools
|
|
27
|
-
* @param context Detailed context
|
|
28
|
-
*/
|
|
29
|
-
private updateTools;
|
|
30
|
-
/**
|
|
31
|
-
* Set a new context and update the tool state
|
|
32
|
-
* @param context Detailed context
|
|
33
|
-
*/
|
|
34
|
-
private onContextChange;
|
|
35
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ContextState, never>;
|
|
36
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<ContextState>;
|
|
37
|
-
}
|
|
1
|
+
import { BehaviorSubject } from 'rxjs';
|
|
2
|
+
import { LanguageService } from '@igo2/core';
|
|
3
|
+
import { ToolService } from '@igo2/common';
|
|
4
|
+
import { ContextService, DetailedContext } from '@igo2/context';
|
|
5
|
+
import { ToolState } from '../tool/tool.state';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
/**
|
|
8
|
+
* Service that holds the state of the context module
|
|
9
|
+
*/
|
|
10
|
+
export declare class ContextState {
|
|
11
|
+
private contextService;
|
|
12
|
+
private toolService;
|
|
13
|
+
private toolState;
|
|
14
|
+
private languageService;
|
|
15
|
+
/**
|
|
16
|
+
* Observable of the active context
|
|
17
|
+
*/
|
|
18
|
+
context$: BehaviorSubject<DetailedContext>;
|
|
19
|
+
constructor(contextService: ContextService, toolService: ToolService, toolState: ToolState, languageService: LanguageService);
|
|
20
|
+
/**
|
|
21
|
+
* Set the active context
|
|
22
|
+
* @param context Detailed context
|
|
23
|
+
*/
|
|
24
|
+
private setContext;
|
|
25
|
+
/**
|
|
26
|
+
* Update the tool state with the context's tools
|
|
27
|
+
* @param context Detailed context
|
|
28
|
+
*/
|
|
29
|
+
private updateTools;
|
|
30
|
+
/**
|
|
31
|
+
* Set a new context and update the tool state
|
|
32
|
+
* @param context Detailed context
|
|
33
|
+
*/
|
|
34
|
+
private onContextChange;
|
|
35
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ContextState, never>;
|
|
36
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<ContextState>;
|
|
37
|
+
}
|
package/lib/context/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export * from './context-manager-tool/context-manager-tool.component';
|
|
2
|
-
export * from './context-editor-tool/context-editor-tool.component';
|
|
3
|
-
export * from './context-permission-manager-tool/context-permission-manager-tool.component';
|
|
4
|
-
export * from './context-share-tool/context-share-tool.component';
|
|
5
|
-
export * from './context.state';
|
|
1
|
+
export * from './context-manager-tool/context-manager-tool.component';
|
|
2
|
+
export * from './context-editor-tool/context-editor-tool.component';
|
|
3
|
+
export * from './context-permission-manager-tool/context-permission-manager-tool.component';
|
|
4
|
+
export * from './context-share-tool/context-share-tool.component';
|
|
5
|
+
export * from './context.state';
|
|
@@ -1,54 +1,54 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import { AuthService } from '@igo2/auth';
|
|
3
|
-
import { LanguageService, MessageService, StorageService } from '@igo2/core';
|
|
4
|
-
import { IgoMap, RoutesFeatureStore, StopsFeatureStore, StopsStore, StepFeatureStore } from '@igo2/geo';
|
|
5
|
-
import { Subject } from 'rxjs';
|
|
6
|
-
import { ContextState } from '../../context/context.state';
|
|
7
|
-
import { MapState } from '../../map/map.state';
|
|
8
|
-
import { DirectionState } from '../directions.state';
|
|
9
|
-
import * as i0 from "@angular/core";
|
|
10
|
-
export declare class DirectionsToolComponent implements OnInit {
|
|
11
|
-
private directionState;
|
|
12
|
-
private mapState;
|
|
13
|
-
private languageService;
|
|
14
|
-
private messageService;
|
|
15
|
-
private storageService;
|
|
16
|
-
contextState: ContextState;
|
|
17
|
-
private authService;
|
|
18
|
-
currentContextUri: string;
|
|
19
|
-
/**
|
|
20
|
-
* stops
|
|
21
|
-
* @internal
|
|
22
|
-
*/
|
|
23
|
-
get stopsStore(): StopsStore;
|
|
24
|
-
get debounceTime(): number;
|
|
25
|
-
/**
|
|
26
|
-
* stops
|
|
27
|
-
* @internal
|
|
28
|
-
*/
|
|
29
|
-
get stopsFeatureStore(): StopsFeatureStore;
|
|
30
|
-
/**
|
|
31
|
-
* routes
|
|
32
|
-
* @internal
|
|
33
|
-
*/
|
|
34
|
-
get routesFeatureStore(): RoutesFeatureStore;
|
|
35
|
-
/**
|
|
36
|
-
* step store
|
|
37
|
-
* @internal
|
|
38
|
-
*/
|
|
39
|
-
get stepFeatureStore(): StepFeatureStore;
|
|
40
|
-
/**
|
|
41
|
-
* step store
|
|
42
|
-
* @internal
|
|
43
|
-
*/
|
|
44
|
-
get zoomToActiveRoute$(): Subject<void>;
|
|
45
|
-
/**
|
|
46
|
-
* Map to measure on
|
|
47
|
-
* @internal
|
|
48
|
-
*/
|
|
49
|
-
get map(): IgoMap;
|
|
50
|
-
constructor(directionState: DirectionState, mapState: MapState, languageService: LanguageService, messageService: MessageService, storageService: StorageService, contextState: ContextState, authService: AuthService);
|
|
51
|
-
ngOnInit(): void;
|
|
52
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DirectionsToolComponent, never>;
|
|
53
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DirectionsToolComponent, "igo-directions-tool", never, {}, {}, never, never, false>;
|
|
54
|
-
}
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { AuthService } from '@igo2/auth';
|
|
3
|
+
import { LanguageService, MessageService, StorageService } from '@igo2/core';
|
|
4
|
+
import { IgoMap, RoutesFeatureStore, StopsFeatureStore, StopsStore, StepFeatureStore } from '@igo2/geo';
|
|
5
|
+
import { Subject } from 'rxjs';
|
|
6
|
+
import { ContextState } from '../../context/context.state';
|
|
7
|
+
import { MapState } from '../../map/map.state';
|
|
8
|
+
import { DirectionState } from '../directions.state';
|
|
9
|
+
import * as i0 from "@angular/core";
|
|
10
|
+
export declare class DirectionsToolComponent implements OnInit {
|
|
11
|
+
private directionState;
|
|
12
|
+
private mapState;
|
|
13
|
+
private languageService;
|
|
14
|
+
private messageService;
|
|
15
|
+
private storageService;
|
|
16
|
+
contextState: ContextState;
|
|
17
|
+
private authService;
|
|
18
|
+
currentContextUri: string;
|
|
19
|
+
/**
|
|
20
|
+
* stops
|
|
21
|
+
* @internal
|
|
22
|
+
*/
|
|
23
|
+
get stopsStore(): StopsStore;
|
|
24
|
+
get debounceTime(): number;
|
|
25
|
+
/**
|
|
26
|
+
* stops
|
|
27
|
+
* @internal
|
|
28
|
+
*/
|
|
29
|
+
get stopsFeatureStore(): StopsFeatureStore;
|
|
30
|
+
/**
|
|
31
|
+
* routes
|
|
32
|
+
* @internal
|
|
33
|
+
*/
|
|
34
|
+
get routesFeatureStore(): RoutesFeatureStore;
|
|
35
|
+
/**
|
|
36
|
+
* step store
|
|
37
|
+
* @internal
|
|
38
|
+
*/
|
|
39
|
+
get stepFeatureStore(): StepFeatureStore;
|
|
40
|
+
/**
|
|
41
|
+
* step store
|
|
42
|
+
* @internal
|
|
43
|
+
*/
|
|
44
|
+
get zoomToActiveRoute$(): Subject<void>;
|
|
45
|
+
/**
|
|
46
|
+
* Map to measure on
|
|
47
|
+
* @internal
|
|
48
|
+
*/
|
|
49
|
+
get map(): IgoMap;
|
|
50
|
+
constructor(directionState: DirectionState, mapState: MapState, languageService: LanguageService, messageService: MessageService, storageService: StorageService, contextState: ContextState, authService: AuthService);
|
|
51
|
+
ngOnInit(): void;
|
|
52
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DirectionsToolComponent, never>;
|
|
53
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DirectionsToolComponent, "igo-directions-tool", never, {}, {}, never, never, false, never>;
|
|
54
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './directions-tool.component';
|
|
1
|
+
export * from './directions-tool.component';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { ModuleWithProviders } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "./directions-tool/directions-tool.component";
|
|
4
|
-
import * as i2 from "@igo2/geo";
|
|
5
|
-
export declare class IgoAppDirectionsModule {
|
|
6
|
-
static forRoot(): ModuleWithProviders<IgoAppDirectionsModule>;
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IgoAppDirectionsModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoAppDirectionsModule, [typeof i1.DirectionsToolComponent], [typeof i2.IgoDirectionsModule], [typeof i1.DirectionsToolComponent]>;
|
|
9
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<IgoAppDirectionsModule>;
|
|
10
|
-
}
|
|
1
|
+
import { ModuleWithProviders } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "./directions-tool/directions-tool.component";
|
|
4
|
+
import * as i2 from "@igo2/geo";
|
|
5
|
+
export declare class IgoAppDirectionsModule {
|
|
6
|
+
static forRoot(): ModuleWithProviders<IgoAppDirectionsModule>;
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IgoAppDirectionsModule, never>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoAppDirectionsModule, [typeof i1.DirectionsToolComponent], [typeof i2.IgoDirectionsModule], [typeof i1.DirectionsToolComponent]>;
|
|
9
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<IgoAppDirectionsModule>;
|
|
10
|
+
}
|
|
@@ -1,28 +1,28 @@
|
|
|
1
|
-
import { StopsStore, StopsFeatureStore, RoutesFeatureStore, StepFeatureStore } from '@igo2/geo';
|
|
2
|
-
import { Subject } from 'rxjs';
|
|
3
|
-
import { MapState } from '../map/map.state';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
/**
|
|
6
|
-
* Service that holds the state of the direction module
|
|
7
|
-
*/
|
|
8
|
-
export declare class DirectionState {
|
|
9
|
-
private mapState;
|
|
10
|
-
zoomToActiveRoute$: Subject<void>;
|
|
11
|
-
/**
|
|
12
|
-
* Store that holds the stop
|
|
13
|
-
*/
|
|
14
|
-
stopsStore: StopsStore;
|
|
15
|
-
/**
|
|
16
|
-
* Store that holds the driving stops as feature
|
|
17
|
-
*/
|
|
18
|
-
stopsFeatureStore: StopsFeatureStore;
|
|
19
|
-
/**
|
|
20
|
-
* Store that holds the driving route as feature
|
|
21
|
-
*/
|
|
22
|
-
routesFeatureStore: RoutesFeatureStore;
|
|
23
|
-
stepFeatureStore: StepFeatureStore;
|
|
24
|
-
debounceTime: number;
|
|
25
|
-
constructor(mapState: MapState);
|
|
26
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DirectionState, never>;
|
|
27
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<DirectionState>;
|
|
28
|
-
}
|
|
1
|
+
import { StopsStore, StopsFeatureStore, RoutesFeatureStore, StepFeatureStore } from '@igo2/geo';
|
|
2
|
+
import { Subject } from 'rxjs';
|
|
3
|
+
import { MapState } from '../map/map.state';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
/**
|
|
6
|
+
* Service that holds the state of the direction module
|
|
7
|
+
*/
|
|
8
|
+
export declare class DirectionState {
|
|
9
|
+
private mapState;
|
|
10
|
+
zoomToActiveRoute$: Subject<void>;
|
|
11
|
+
/**
|
|
12
|
+
* Store that holds the stop
|
|
13
|
+
*/
|
|
14
|
+
stopsStore: StopsStore;
|
|
15
|
+
/**
|
|
16
|
+
* Store that holds the driving stops as feature
|
|
17
|
+
*/
|
|
18
|
+
stopsFeatureStore: StopsFeatureStore;
|
|
19
|
+
/**
|
|
20
|
+
* Store that holds the driving route as feature
|
|
21
|
+
*/
|
|
22
|
+
routesFeatureStore: RoutesFeatureStore;
|
|
23
|
+
stepFeatureStore: StepFeatureStore;
|
|
24
|
+
debounceTime: number;
|
|
25
|
+
constructor(mapState: MapState);
|
|
26
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DirectionState, never>;
|
|
27
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<DirectionState>;
|
|
28
|
+
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './directions-tool';
|
|
2
|
-
export * from './directions.state';
|
|
1
|
+
export * from './directions-tool';
|
|
2
|
+
export * from './directions.state';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "
|
|
3
|
-
import * as i2 from "
|
|
4
|
-
export declare class IgoAppDrawModule {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IgoAppDrawModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoAppDrawModule,
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<IgoAppDrawModule>;
|
|
8
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "@igo2/geo";
|
|
3
|
+
import * as i2 from "./drawing-tool/drawing-tool.module";
|
|
4
|
+
export declare class IgoAppDrawModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IgoAppDrawModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoAppDrawModule, never, [typeof i1.IgoDrawingToolModule], [typeof i2.IgoAppDrawingToolModule]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<IgoAppDrawModule>;
|
|
8
|
+
}
|
package/lib/draw/draw.state.d.ts
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { DrawControl, FeatureStore, FeatureWithDraw, VectorLayer } from '@igo2/geo';
|
|
2
|
-
import { MapState } from '../map/map.state';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
/**
|
|
5
|
-
* Service that holds the state of the measure module
|
|
6
|
-
*/
|
|
7
|
-
export declare class DrawState {
|
|
8
|
-
private mapState;
|
|
9
|
-
stores: FeatureStore<FeatureWithDraw>[];
|
|
10
|
-
layersID: string[];
|
|
11
|
-
drawControls: [string, DrawControl][];
|
|
12
|
-
activeDrawingLayer: VectorLayer;
|
|
13
|
-
constructor(mapState: MapState);
|
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DrawState, never>;
|
|
15
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<DrawState>;
|
|
16
|
-
}
|
|
1
|
+
import { DrawControl, FeatureStore, FeatureWithDraw, VectorLayer } from '@igo2/geo';
|
|
2
|
+
import { MapState } from '../map/map.state';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
/**
|
|
5
|
+
* Service that holds the state of the measure module
|
|
6
|
+
*/
|
|
7
|
+
export declare class DrawState {
|
|
8
|
+
private mapState;
|
|
9
|
+
stores: FeatureStore<FeatureWithDraw>[];
|
|
10
|
+
layersID: string[];
|
|
11
|
+
drawControls: [string, DrawControl][];
|
|
12
|
+
activeDrawingLayer: VectorLayer;
|
|
13
|
+
constructor(mapState: MapState);
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DrawState, never>;
|
|
15
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<DrawState>;
|
|
16
|
+
}
|
|
@@ -1,31 +1,31 @@
|
|
|
1
|
-
import { FeatureStore, IgoMap, DrawControl, FeatureWithDraw, VectorLayer } from '@igo2/geo';
|
|
2
|
-
import { MapState } from '../../map/map.state';
|
|
3
|
-
import { DrawState } from '../draw.state';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
/**
|
|
6
|
-
* Tool to measure lengths and areas
|
|
7
|
-
*/
|
|
8
|
-
export declare class DrawingToolComponent {
|
|
9
|
-
private drawState;
|
|
10
|
-
private mapState;
|
|
11
|
-
/**
|
|
12
|
-
* Map to measure on
|
|
13
|
-
* @internal
|
|
14
|
-
*/
|
|
15
|
-
get stores(): FeatureStore<FeatureWithDraw>[];
|
|
16
|
-
/**
|
|
17
|
-
* Map to measure on
|
|
18
|
-
* @internal
|
|
19
|
-
*/
|
|
20
|
-
get map(): IgoMap;
|
|
21
|
-
get layersID(): string[];
|
|
22
|
-
get drawControls(): [string, DrawControl][];
|
|
23
|
-
set drawControls(dc: [string, DrawControl][]);
|
|
24
|
-
get activeDrawingLayer(): VectorLayer;
|
|
25
|
-
set activeDrawingLayer(value: VectorLayer);
|
|
26
|
-
addLayersID(layerID: string): void;
|
|
27
|
-
addDrawControls(dc: [string, DrawControl][]): void;
|
|
28
|
-
constructor(drawState: DrawState, mapState: MapState);
|
|
29
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DrawingToolComponent, never>;
|
|
30
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DrawingToolComponent, "igo-drawing-tool", never, {}, {}, never, never, false>;
|
|
31
|
-
}
|
|
1
|
+
import { FeatureStore, IgoMap, DrawControl, FeatureWithDraw, VectorLayer } from '@igo2/geo';
|
|
2
|
+
import { MapState } from '../../map/map.state';
|
|
3
|
+
import { DrawState } from '../draw.state';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
/**
|
|
6
|
+
* Tool to measure lengths and areas
|
|
7
|
+
*/
|
|
8
|
+
export declare class DrawingToolComponent {
|
|
9
|
+
private drawState;
|
|
10
|
+
private mapState;
|
|
11
|
+
/**
|
|
12
|
+
* Map to measure on
|
|
13
|
+
* @internal
|
|
14
|
+
*/
|
|
15
|
+
get stores(): FeatureStore<FeatureWithDraw>[];
|
|
16
|
+
/**
|
|
17
|
+
* Map to measure on
|
|
18
|
+
* @internal
|
|
19
|
+
*/
|
|
20
|
+
get map(): IgoMap;
|
|
21
|
+
get layersID(): string[];
|
|
22
|
+
get drawControls(): [string, DrawControl][];
|
|
23
|
+
set drawControls(dc: [string, DrawControl][]);
|
|
24
|
+
get activeDrawingLayer(): VectorLayer;
|
|
25
|
+
set activeDrawingLayer(value: VectorLayer);
|
|
26
|
+
addLayersID(layerID: string): void;
|
|
27
|
+
addDrawControls(dc: [string, DrawControl][]): void;
|
|
28
|
+
constructor(drawState: DrawState, mapState: MapState);
|
|
29
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DrawingToolComponent, never>;
|
|
30
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DrawingToolComponent, "igo-drawing-tool", never, {}, {}, never, never, false, never>;
|
|
31
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./drawing-tool.component";
|
|
3
|
+
import * as i2 from "@igo2/geo";
|
|
4
|
+
/**
|
|
5
|
+
* @ignore
|
|
6
|
+
*/
|
|
7
|
+
export declare class IgoAppDrawingToolModule {
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IgoAppDrawingToolModule, never>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoAppDrawingToolModule, [typeof i1.DrawingToolComponent], [typeof i2.IgoDrawingToolModule], [typeof i1.DrawingToolComponent]>;
|
|
10
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<IgoAppDrawingToolModule>;
|
|
11
|
+
}
|
package/lib/draw/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './draw.state';
|
|
2
|
-
export * from './drawing-tool/drawing-tool.component';
|
|
1
|
+
export * from './draw.state';
|
|
2
|
+
export * from './drawing-tool/drawing-tool.component';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { AnimationTriggerMetadata } from '@angular/animations';
|
|
2
|
-
export declare function toolSlideInOut(speed?: string, type?: string): AnimationTriggerMetadata;
|
|
1
|
+
import { AnimationTriggerMetadata } from '@angular/animations';
|
|
2
|
+
export declare function toolSlideInOut(speed?: string, type?: string): AnimationTriggerMetadata;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { MapState } from '../../map/map.state';
|
|
2
|
-
import { Layer, IgoMap } from '@igo2/geo';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class ActiveOgcFilterToolComponent {
|
|
5
|
-
mapState: MapState;
|
|
6
|
-
get map(): IgoMap;
|
|
7
|
-
get layer(): Layer;
|
|
8
|
-
animate: string;
|
|
9
|
-
constructor(mapState: MapState);
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ActiveOgcFilterToolComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ActiveOgcFilterToolComponent, "igo-active-ogc-filter-tool", never, {}, {}, never, never, false>;
|
|
12
|
-
}
|
|
1
|
+
import { MapState } from '../../map/map.state';
|
|
2
|
+
import { Layer, IgoMap } from '@igo2/geo';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class ActiveOgcFilterToolComponent {
|
|
5
|
+
mapState: MapState;
|
|
6
|
+
get map(): IgoMap;
|
|
7
|
+
get layer(): Layer;
|
|
8
|
+
animate: string;
|
|
9
|
+
constructor(mapState: MapState);
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ActiveOgcFilterToolComponent, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ActiveOgcFilterToolComponent, "igo-active-ogc-filter-tool", never, {}, {}, never, never, false, never>;
|
|
12
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './active-ogc-filter-tool.component';
|
|
1
|
+
export * from './active-ogc-filter-tool.component';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { AnimationTriggerMetadata } from '@angular/animations';
|
|
2
|
-
export declare function toolSlideInOut(speed?: string, type?: string): AnimationTriggerMetadata;
|
|
1
|
+
import { AnimationTriggerMetadata } from '@angular/animations';
|
|
2
|
+
export declare function toolSlideInOut(speed?: string, type?: string): AnimationTriggerMetadata;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { MapState } from '../../map/map.state';
|
|
2
|
-
import { IgoMap, Layer } from '@igo2/geo';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class ActiveTimeFilterToolComponent {
|
|
5
|
-
mapState: MapState;
|
|
6
|
-
get map(): IgoMap;
|
|
7
|
-
get layer(): Layer;
|
|
8
|
-
animate: string;
|
|
9
|
-
constructor(mapState: MapState);
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ActiveTimeFilterToolComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ActiveTimeFilterToolComponent, "igo-active-time-filter-tool", never, {}, {}, never, never, false>;
|
|
12
|
-
}
|
|
1
|
+
import { MapState } from '../../map/map.state';
|
|
2
|
+
import { IgoMap, Layer } from '@igo2/geo';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class ActiveTimeFilterToolComponent {
|
|
5
|
+
mapState: MapState;
|
|
6
|
+
get map(): IgoMap;
|
|
7
|
+
get layer(): Layer;
|
|
8
|
+
animate: string;
|
|
9
|
+
constructor(mapState: MapState);
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ActiveTimeFilterToolComponent, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ActiveTimeFilterToolComponent, "igo-active-time-filter-tool", never, {}, {}, never, never, false, never>;
|
|
12
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './active-time-filter-tool.component';
|
|
1
|
+
export * from './active-time-filter-tool.component';
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { ModuleWithProviders } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "./ogc-filter-tool/ogc-filter-tool.component";
|
|
4
|
-
import * as i2 from "./active-ogc-filter-tool/active-ogc-filter-tool.component";
|
|
5
|
-
import * as i3 from "./time-filter-tool/time-filter-tool.component";
|
|
6
|
-
import * as i4 from "./active-time-filter-tool/active-time-filter-tool.component";
|
|
7
|
-
import * as i5 from "./spatial-filter-tool/spatial-filter-tool.component";
|
|
8
|
-
import * as i6 from "@igo2/geo";
|
|
9
|
-
import * as i7 from "@angular/common";
|
|
10
|
-
export declare class IgoAppFilterModule {
|
|
11
|
-
static forRoot(): ModuleWithProviders<IgoAppFilterModule>;
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IgoAppFilterModule, never>;
|
|
13
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoAppFilterModule, [typeof i1.OgcFilterToolComponent, typeof i2.ActiveOgcFilterToolComponent, typeof i3.TimeFilterToolComponent, typeof i4.ActiveTimeFilterToolComponent, typeof i5.SpatialFilterToolComponent], [typeof i6.IgoFilterModule, typeof i6.IgoQueryModule, typeof i7.CommonModule], [typeof i1.OgcFilterToolComponent, typeof i2.ActiveOgcFilterToolComponent, typeof i3.TimeFilterToolComponent, typeof i4.ActiveTimeFilterToolComponent, typeof i5.SpatialFilterToolComponent]>;
|
|
14
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<IgoAppFilterModule>;
|
|
15
|
-
}
|
|
1
|
+
import { ModuleWithProviders } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "./ogc-filter-tool/ogc-filter-tool.component";
|
|
4
|
+
import * as i2 from "./active-ogc-filter-tool/active-ogc-filter-tool.component";
|
|
5
|
+
import * as i3 from "./time-filter-tool/time-filter-tool.component";
|
|
6
|
+
import * as i4 from "./active-time-filter-tool/active-time-filter-tool.component";
|
|
7
|
+
import * as i5 from "./spatial-filter-tool/spatial-filter-tool.component";
|
|
8
|
+
import * as i6 from "@igo2/geo";
|
|
9
|
+
import * as i7 from "@angular/common";
|
|
10
|
+
export declare class IgoAppFilterModule {
|
|
11
|
+
static forRoot(): ModuleWithProviders<IgoAppFilterModule>;
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IgoAppFilterModule, never>;
|
|
13
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoAppFilterModule, [typeof i1.OgcFilterToolComponent, typeof i2.ActiveOgcFilterToolComponent, typeof i3.TimeFilterToolComponent, typeof i4.ActiveTimeFilterToolComponent, typeof i5.SpatialFilterToolComponent], [typeof i6.IgoFilterModule, typeof i6.IgoQueryModule, typeof i7.CommonModule], [typeof i1.OgcFilterToolComponent, typeof i2.ActiveOgcFilterToolComponent, typeof i3.TimeFilterToolComponent, typeof i4.ActiveTimeFilterToolComponent, typeof i5.SpatialFilterToolComponent]>;
|
|
14
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<IgoAppFilterModule>;
|
|
15
|
+
}
|
package/lib/filter/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export * from './ogc-filter-tool';
|
|
2
|
-
export * from './active-ogc-filter-tool';
|
|
3
|
-
export * from './spatial-filter-tool';
|
|
4
|
-
export * from './time-filter-tool';
|
|
5
|
-
export * from './active-time-filter-tool';
|
|
1
|
+
export * from './ogc-filter-tool';
|
|
2
|
+
export * from './active-ogc-filter-tool';
|
|
3
|
+
export * from './spatial-filter-tool';
|
|
4
|
+
export * from './time-filter-tool';
|
|
5
|
+
export * from './active-time-filter-tool';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './ogc-filter-tool.component';
|
|
1
|
+
export * from './ogc-filter-tool.component';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class OgcFilterToolComponent {
|
|
3
|
-
constructor();
|
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<OgcFilterToolComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<OgcFilterToolComponent, "igo-ogc-filter-tool", never, {}, {}, never, never, false>;
|
|
6
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class OgcFilterToolComponent {
|
|
3
|
+
constructor();
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<OgcFilterToolComponent, never>;
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<OgcFilterToolComponent, "igo-ogc-filter-tool", never, {}, {}, never, never, false, never>;
|
|
6
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './spatial-filter-tool.component';
|
|
1
|
+
export * from './spatial-filter-tool.component';
|