@igo2/integration 1.14.2 → 1.14.3
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/igo2-integration.mjs +4 -4
- package/esm2020/lib/about/about-tool/about-tool.component.mjs +184 -184
- package/esm2020/lib/about/about-tool/index.mjs +1 -1
- package/esm2020/lib/about/about.module.mjs +54 -54
- package/esm2020/lib/about/index.mjs +1 -1
- package/esm2020/lib/analytics/analytics-listener.service.mjs +71 -71
- package/esm2020/lib/analytics/analytics.module.mjs +15 -15
- package/esm2020/lib/analytics/index.mjs +1 -1
- package/esm2020/lib/catalog/catalog-browser-tool/catalog-browser-tool.component.mjs +112 -112
- package/esm2020/lib/catalog/catalog-browser-tool/catalog-browser-tool.module.mjs +28 -28
- package/esm2020/lib/catalog/catalog-library-tool/catalog-library-tool.component.mjs +88 -88
- package/esm2020/lib/catalog/catalog-library-tool/catalog-library-tool.module.mjs +28 -28
- package/esm2020/lib/catalog/catalog.module.mjs +23 -23
- package/esm2020/lib/catalog/catalog.state.mjs +53 -53
- package/esm2020/lib/catalog/index.mjs +5 -5
- package/esm2020/lib/context/context-editor-tool/context-editor-tool.component.mjs +33 -33
- package/esm2020/lib/context/context-manager-tool/context-manager-tool.component.mjs +43 -43
- package/esm2020/lib/context/context-permission-manager-tool/context-permission-manager-tool.component.mjs +24 -24
- package/esm2020/lib/context/context-share-tool/context-share-tool.component.mjs +33 -33
- package/esm2020/lib/context/context.module.mjs +38 -38
- package/esm2020/lib/context/context.state.mjs +87 -87
- package/esm2020/lib/context/index.mjs +5 -5
- package/esm2020/lib/directions/directions-tool/directions-tool.component.mjs +86 -86
- package/esm2020/lib/directions/directions-tool/index.mjs +1 -1
- package/esm2020/lib/directions/directions.module.mjs +25 -25
- package/esm2020/lib/directions/directions.state.mjs +63 -63
- package/esm2020/lib/directions/index.mjs +2 -2
- package/esm2020/lib/draw/draw.module.mjs +20 -20
- package/esm2020/lib/draw/draw.state.mjs +39 -39
- package/esm2020/lib/draw/drawing-tool/drawing-tool.component.mjs +71 -71
- package/esm2020/lib/draw/index.mjs +2 -2
- package/esm2020/lib/filter/active-ogc-filter-tool/active-ogc-filter-tool.animation.mjs +9 -9
- package/esm2020/lib/filter/active-ogc-filter-tool/active-ogc-filter-tool.component.mjs +43 -43
- package/esm2020/lib/filter/active-ogc-filter-tool/index.mjs +1 -1
- package/esm2020/lib/filter/active-time-filter-tool/active-time-filter-tool.animation.mjs +9 -9
- package/esm2020/lib/filter/active-time-filter-tool/active-time-filter-tool.component.mjs +43 -43
- package/esm2020/lib/filter/active-time-filter-tool/index.mjs +1 -1
- package/esm2020/lib/filter/filter.module.mjs +50 -50
- package/esm2020/lib/filter/index.mjs +5 -5
- package/esm2020/lib/filter/ogc-filter-tool/index.mjs +1 -1
- package/esm2020/lib/filter/ogc-filter-tool/ogc-filter-tool.component.mjs +24 -24
- package/esm2020/lib/filter/spatial-filter-tool/index.mjs +1 -1
- package/esm2020/lib/filter/spatial-filter-tool/spatial-filter-tool.component.mjs +534 -534
- package/esm2020/lib/filter/time-filter-tool/index.mjs +1 -1
- package/esm2020/lib/filter/time-filter-tool/time-filter-tool.component.mjs +24 -24
- package/esm2020/lib/import-export/import-export-tool/import-export-tool.component.mjs +136 -136
- package/esm2020/lib/import-export/import-export-tool/index.mjs +1 -1
- package/esm2020/lib/import-export/import-export.module.mjs +47 -47
- package/esm2020/lib/import-export/import-export.state.mjs +40 -40
- package/esm2020/lib/import-export/index.mjs +2 -2
- package/esm2020/lib/integration.module.mjs +71 -71
- package/esm2020/lib/map/advanced-map-tool/advanced-coordinates/advanced-coordinates.component.mjs +472 -472
- package/esm2020/lib/map/advanced-map-tool/advanced-map-tool.component.mjs +88 -88
- package/esm2020/lib/map/advanced-map-tool/advanced-swipe/advanced-swipe.component.mjs +217 -217
- package/esm2020/lib/map/advanced-map-tool/index.mjs +1 -1
- package/esm2020/lib/map/index.mjs +8 -8
- package/esm2020/lib/map/layer-list-tool.state.mjs +41 -41
- package/esm2020/lib/map/map-details-tool/index.mjs +1 -1
- package/esm2020/lib/map/map-details-tool/map-details-tool.component.mjs +255 -255
- package/esm2020/lib/map/map-legend/index.mjs +1 -1
- package/esm2020/lib/map/map-legend/map-legend-tool.component.mjs +274 -274
- package/esm2020/lib/map/map-proximity-tool/index.mjs +1 -1
- package/esm2020/lib/map/map-proximity-tool/map-proximity-tool.component.mjs +205 -205
- package/esm2020/lib/map/map-proximity.state.mjs +162 -162
- package/esm2020/lib/map/map-tool/index.mjs +1 -1
- package/esm2020/lib/map/map-tool/map-tool.component.mjs +129 -129
- package/esm2020/lib/map/map-tools/index.mjs +1 -1
- package/esm2020/lib/map/map-tools/map-tools.component.mjs +477 -477
- package/esm2020/lib/map/map.module.mjs +140 -140
- package/esm2020/lib/map/map.state.mjs +46 -46
- package/esm2020/lib/measure/index.mjs +3 -3
- package/esm2020/lib/measure/measure.module.mjs +19 -19
- package/esm2020/lib/measure/measure.state.mjs +34 -34
- package/esm2020/lib/measure/measurer-tool/measurer-tool.component.mjs +44 -44
- package/esm2020/lib/measure/measurer-tool/measurer-tool.module.mjs +24 -24
- package/esm2020/lib/print/index.mjs +1 -1
- package/esm2020/lib/print/print-tool/index.mjs +1 -1
- package/esm2020/lib/print/print-tool/print-tool.component.mjs +32 -32
- package/esm2020/lib/print/print.module.mjs +25 -25
- package/esm2020/lib/search/index.mjs +6 -6
- package/esm2020/lib/search/query.state.mjs +33 -33
- package/esm2020/lib/search/search-bar/search-bar-binding.directive.mjs +60 -60
- package/esm2020/lib/search/search-bar/search-bar.module.mjs +21 -21
- package/esm2020/lib/search/search-results-tool/search-results-tool.component.mjs +592 -592
- package/esm2020/lib/search/search-results-tool/search-results-tool.module.mjs +64 -64
- package/esm2020/lib/search/search.module.mjs +23 -23
- package/esm2020/lib/search/search.state.mjs +106 -106
- package/esm2020/lib/storage/index.mjs +1 -1
- package/esm2020/lib/storage/storage.module.mjs +15 -15
- package/esm2020/lib/storage/storage.state.mjs +22 -22
- package/esm2020/lib/tool/index.mjs +1 -1
- package/esm2020/lib/tool/tool.module.mjs +15 -15
- package/esm2020/lib/tool/tool.state.mjs +51 -51
- package/esm2020/lib/workspace/index.mjs +3 -3
- package/esm2020/lib/workspace/shared/edition-actions.service.mjs +155 -155
- package/esm2020/lib/workspace/shared/feature-actions.service.mjs +143 -143
- package/esm2020/lib/workspace/shared/index.mjs +2 -2
- package/esm2020/lib/workspace/shared/wfs-actions.service.mjs +157 -157
- package/esm2020/lib/workspace/shared/workspace.utils.mjs +6 -6
- package/esm2020/lib/workspace/workspace-button/index.mjs +1 -1
- package/esm2020/lib/workspace/workspace-button/workspace-button.component.mjs +68 -68
- package/esm2020/lib/workspace/workspace.module.mjs +36 -36
- package/esm2020/lib/workspace/workspace.state.mjs +187 -187
- package/esm2020/public_api.mjs +34 -34
- package/fesm2015/igo2-integration.mjs +6450 -6450
- package/fesm2020/igo2-integration.mjs +6009 -6009
- 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 +27 -27
- 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 +17 -17
- package/lib/draw/drawing-tool/drawing-tool.component.d.ts +31 -31
- 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 +31 -31
- 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 +28 -28
- 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 +65 -65
- 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 +20 -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 +101 -101
- 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 +54 -54
- 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 +26 -26
- package/lib/workspace/shared/feature-actions.service.d.ts +25 -25
- package/lib/workspace/shared/index.d.ts +2 -2
- package/lib/workspace/shared/wfs-actions.service.d.ts +27 -27
- package/lib/workspace/shared/workspace.utils.d.ts +2 -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/package.json +3 -3
- package/public_api.d.ts +31 -31
|
@@ -1,72 +1,72 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { IgoAppAnalyticsModule } from './analytics/analytics.module';
|
|
3
|
-
import { IgoAppContextModule } from './context/context.module';
|
|
4
|
-
import { IgoAppCatalogModule } from './catalog/catalog.module';
|
|
5
|
-
import { IgoAppDirectionsModule } from './directions/directions.module';
|
|
6
|
-
import { IgoAppDrawModule } from './draw/draw.module';
|
|
7
|
-
import { IgoAppWorkspaceModule } from './workspace/workspace.module';
|
|
8
|
-
import { IgoAppImportExportModule } from './import-export/import-export.module';
|
|
9
|
-
import { IgoAppMapModule } from './map/map.module';
|
|
10
|
-
import { IgoAppMeasureModule } from './measure/measure.module';
|
|
11
|
-
import { IgoAppPrintModule } from './print/print.module';
|
|
12
|
-
import { IgoAppSearchModule } from './search/search.module';
|
|
13
|
-
import { IgoAppFilterModule } from './filter/filter.module';
|
|
14
|
-
import { IgoAppAboutModule } from './about/about.module';
|
|
15
|
-
import { IgoAppStorageModule } from './storage/storage.module';
|
|
16
|
-
import * as i0 from "@angular/core";
|
|
17
|
-
export class IgoIntegrationModule {
|
|
18
|
-
}
|
|
19
|
-
IgoIntegrationModule.ɵfac = function IgoIntegrationModule_Factory(t) { return new (t || IgoIntegrationModule)(); };
|
|
20
|
-
IgoIntegrationModule.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: IgoIntegrationModule });
|
|
21
|
-
IgoIntegrationModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [IgoAppStorageModule,
|
|
22
|
-
IgoAppAnalyticsModule,
|
|
23
|
-
IgoAppContextModule,
|
|
24
|
-
IgoAppCatalogModule,
|
|
25
|
-
IgoAppDirectionsModule,
|
|
26
|
-
IgoAppDrawModule,
|
|
27
|
-
IgoAppWorkspaceModule,
|
|
28
|
-
IgoAppImportExportModule,
|
|
29
|
-
IgoAppMapModule,
|
|
30
|
-
IgoAppMeasureModule,
|
|
31
|
-
IgoAppPrintModule,
|
|
32
|
-
IgoAppSearchModule,
|
|
33
|
-
IgoAppFilterModule,
|
|
34
|
-
IgoAppAboutModule] });
|
|
35
|
-
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(IgoIntegrationModule, [{
|
|
36
|
-
type: NgModule,
|
|
37
|
-
args: [{
|
|
38
|
-
imports: [],
|
|
39
|
-
declarations: [],
|
|
40
|
-
exports: [
|
|
41
|
-
IgoAppStorageModule,
|
|
42
|
-
IgoAppAnalyticsModule,
|
|
43
|
-
IgoAppContextModule,
|
|
44
|
-
IgoAppCatalogModule,
|
|
45
|
-
IgoAppDirectionsModule,
|
|
46
|
-
IgoAppDrawModule,
|
|
47
|
-
IgoAppWorkspaceModule,
|
|
48
|
-
IgoAppImportExportModule,
|
|
49
|
-
IgoAppMapModule,
|
|
50
|
-
IgoAppMeasureModule,
|
|
51
|
-
IgoAppPrintModule,
|
|
52
|
-
IgoAppSearchModule,
|
|
53
|
-
IgoAppFilterModule,
|
|
54
|
-
IgoAppAboutModule
|
|
55
|
-
]
|
|
56
|
-
}]
|
|
57
|
-
}], null, null); })();
|
|
58
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(IgoIntegrationModule, { exports: [IgoAppStorageModule,
|
|
59
|
-
IgoAppAnalyticsModule,
|
|
60
|
-
IgoAppContextModule,
|
|
61
|
-
IgoAppCatalogModule,
|
|
62
|
-
IgoAppDirectionsModule,
|
|
63
|
-
IgoAppDrawModule,
|
|
64
|
-
IgoAppWorkspaceModule,
|
|
65
|
-
IgoAppImportExportModule,
|
|
66
|
-
IgoAppMapModule,
|
|
67
|
-
IgoAppMeasureModule,
|
|
68
|
-
IgoAppPrintModule,
|
|
69
|
-
IgoAppSearchModule,
|
|
70
|
-
IgoAppFilterModule,
|
|
71
|
-
IgoAppAboutModule] }); })();
|
|
1
|
+
import { NgModule } from '@angular/core';
|
|
2
|
+
import { IgoAppAnalyticsModule } from './analytics/analytics.module';
|
|
3
|
+
import { IgoAppContextModule } from './context/context.module';
|
|
4
|
+
import { IgoAppCatalogModule } from './catalog/catalog.module';
|
|
5
|
+
import { IgoAppDirectionsModule } from './directions/directions.module';
|
|
6
|
+
import { IgoAppDrawModule } from './draw/draw.module';
|
|
7
|
+
import { IgoAppWorkspaceModule } from './workspace/workspace.module';
|
|
8
|
+
import { IgoAppImportExportModule } from './import-export/import-export.module';
|
|
9
|
+
import { IgoAppMapModule } from './map/map.module';
|
|
10
|
+
import { IgoAppMeasureModule } from './measure/measure.module';
|
|
11
|
+
import { IgoAppPrintModule } from './print/print.module';
|
|
12
|
+
import { IgoAppSearchModule } from './search/search.module';
|
|
13
|
+
import { IgoAppFilterModule } from './filter/filter.module';
|
|
14
|
+
import { IgoAppAboutModule } from './about/about.module';
|
|
15
|
+
import { IgoAppStorageModule } from './storage/storage.module';
|
|
16
|
+
import * as i0 from "@angular/core";
|
|
17
|
+
export class IgoIntegrationModule {
|
|
18
|
+
}
|
|
19
|
+
IgoIntegrationModule.ɵfac = function IgoIntegrationModule_Factory(t) { return new (t || IgoIntegrationModule)(); };
|
|
20
|
+
IgoIntegrationModule.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: IgoIntegrationModule });
|
|
21
|
+
IgoIntegrationModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [IgoAppStorageModule,
|
|
22
|
+
IgoAppAnalyticsModule,
|
|
23
|
+
IgoAppContextModule,
|
|
24
|
+
IgoAppCatalogModule,
|
|
25
|
+
IgoAppDirectionsModule,
|
|
26
|
+
IgoAppDrawModule,
|
|
27
|
+
IgoAppWorkspaceModule,
|
|
28
|
+
IgoAppImportExportModule,
|
|
29
|
+
IgoAppMapModule,
|
|
30
|
+
IgoAppMeasureModule,
|
|
31
|
+
IgoAppPrintModule,
|
|
32
|
+
IgoAppSearchModule,
|
|
33
|
+
IgoAppFilterModule,
|
|
34
|
+
IgoAppAboutModule] });
|
|
35
|
+
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(IgoIntegrationModule, [{
|
|
36
|
+
type: NgModule,
|
|
37
|
+
args: [{
|
|
38
|
+
imports: [],
|
|
39
|
+
declarations: [],
|
|
40
|
+
exports: [
|
|
41
|
+
IgoAppStorageModule,
|
|
42
|
+
IgoAppAnalyticsModule,
|
|
43
|
+
IgoAppContextModule,
|
|
44
|
+
IgoAppCatalogModule,
|
|
45
|
+
IgoAppDirectionsModule,
|
|
46
|
+
IgoAppDrawModule,
|
|
47
|
+
IgoAppWorkspaceModule,
|
|
48
|
+
IgoAppImportExportModule,
|
|
49
|
+
IgoAppMapModule,
|
|
50
|
+
IgoAppMeasureModule,
|
|
51
|
+
IgoAppPrintModule,
|
|
52
|
+
IgoAppSearchModule,
|
|
53
|
+
IgoAppFilterModule,
|
|
54
|
+
IgoAppAboutModule
|
|
55
|
+
]
|
|
56
|
+
}]
|
|
57
|
+
}], null, null); })();
|
|
58
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(IgoIntegrationModule, { exports: [IgoAppStorageModule,
|
|
59
|
+
IgoAppAnalyticsModule,
|
|
60
|
+
IgoAppContextModule,
|
|
61
|
+
IgoAppCatalogModule,
|
|
62
|
+
IgoAppDirectionsModule,
|
|
63
|
+
IgoAppDrawModule,
|
|
64
|
+
IgoAppWorkspaceModule,
|
|
65
|
+
IgoAppImportExportModule,
|
|
66
|
+
IgoAppMapModule,
|
|
67
|
+
IgoAppMeasureModule,
|
|
68
|
+
IgoAppPrintModule,
|
|
69
|
+
IgoAppSearchModule,
|
|
70
|
+
IgoAppFilterModule,
|
|
71
|
+
IgoAppAboutModule] }); })();
|
|
72
72
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW50ZWdyYXRpb24ubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vcGFja2FnZXMvaW50ZWdyYXRpb24vc3JjL2xpYi9pbnRlZ3JhdGlvbi5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUV6QyxPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSw4QkFBOEIsQ0FBQztBQUNyRSxPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSwwQkFBMEIsQ0FBQztBQUMvRCxPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSwwQkFBMEIsQ0FBQztBQUMvRCxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSxnQ0FBZ0MsQ0FBQztBQUN4RSxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSxvQkFBb0IsQ0FBQztBQUN0RCxPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSw4QkFBOEIsQ0FBQztBQUNyRSxPQUFPLEVBQUUsd0JBQXdCLEVBQUUsTUFBTSxzQ0FBc0MsQ0FBQztBQUNoRixPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0sa0JBQWtCLENBQUM7QUFDbkQsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sMEJBQTBCLENBQUM7QUFDL0QsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sc0JBQXNCLENBQUM7QUFDekQsT0FBTyxFQUFFLGtCQUFrQixFQUFFLE1BQU0sd0JBQXdCLENBQUM7QUFDNUQsT0FBTyxFQUFFLGtCQUFrQixFQUFFLE1BQU0sd0JBQXdCLENBQUM7QUFDNUQsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sc0JBQXNCLENBQUM7QUFDekQsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sMEJBQTBCLENBQUM7O0FBc0IvRCxNQUFNLE9BQU8sb0JBQW9COzt3RkFBcEIsb0JBQW9CO3NFQUFwQixvQkFBb0I7MEVBaEI3QixtQkFBbUI7UUFDbkIscUJBQXFCO1FBQ3JCLG1CQUFtQjtRQUNuQixtQkFBbUI7UUFDbkIsc0JBQXNCO1FBQ3RCLGdCQUFnQjtRQUNoQixxQkFBcUI7UUFDckIsd0JBQXdCO1FBQ3hCLGVBQWU7UUFDZixtQkFBbUI7UUFDbkIsaUJBQWlCO1FBQ2pCLGtCQUFrQjtRQUNsQixrQkFBa0I7UUFDbEIsaUJBQWlCO3VGQUdSLG9CQUFvQjtjQXBCaEMsUUFBUTtlQUFDO2dCQUNSLE9BQU8sRUFBRSxFQUFFO2dCQUNYLFlBQVksRUFBRSxFQUFFO2dCQUNoQixPQUFPLEVBQUU7b0JBQ1AsbUJBQW1CO29CQUNuQixxQkFBcUI7b0JBQ3JCLG1CQUFtQjtvQkFDbkIsbUJBQW1CO29CQUNuQixzQkFBc0I7b0JBQ3RCLGdCQUFnQjtvQkFDaEIscUJBQXFCO29CQUNyQix3QkFBd0I7b0JBQ3hCLGVBQWU7b0JBQ2YsbUJBQW1CO29CQUNuQixpQkFBaUI7b0JBQ2pCLGtCQUFrQjtvQkFDbEIsa0JBQWtCO29CQUNsQixpQkFBaUI7aUJBQ2xCO2FBQ0Y7O3dGQUNZLG9CQUFvQixjQWhCN0IsbUJBQW1CO1FBQ25CLHFCQUFxQjtRQUNyQixtQkFBbUI7UUFDbkIsbUJBQW1CO1FBQ25CLHNCQUFzQjtRQUN0QixnQkFBZ0I7UUFDaEIscUJBQXFCO1FBQ3JCLHdCQUF3QjtRQUN4QixlQUFlO1FBQ2YsbUJBQW1CO1FBQ25CLGlCQUFpQjtRQUNqQixrQkFBa0I7UUFDbEIsa0JBQWtCO1FBQ2xCLGlCQUFpQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbmltcG9ydCB7IElnb0FwcEFuYWx5dGljc01vZHVsZSB9IGZyb20gJy4vYW5hbHl0aWNzL2FuYWx5dGljcy5tb2R1bGUnO1xuaW1wb3J0IHsgSWdvQXBwQ29udGV4dE1vZHVsZSB9IGZyb20gJy4vY29udGV4dC9jb250ZXh0Lm1vZHVsZSc7XG5pbXBvcnQgeyBJZ29BcHBDYXRhbG9nTW9kdWxlIH0gZnJvbSAnLi9jYXRhbG9nL2NhdGFsb2cubW9kdWxlJztcbmltcG9ydCB7IElnb0FwcERpcmVjdGlvbnNNb2R1bGUgfSBmcm9tICcuL2RpcmVjdGlvbnMvZGlyZWN0aW9ucy5tb2R1bGUnO1xuaW1wb3J0IHsgSWdvQXBwRHJhd01vZHVsZSB9IGZyb20gJy4vZHJhdy9kcmF3Lm1vZHVsZSc7XG5pbXBvcnQgeyBJZ29BcHBXb3Jrc3BhY2VNb2R1bGUgfSBmcm9tICcuL3dvcmtzcGFjZS93b3Jrc3BhY2UubW9kdWxlJztcbmltcG9ydCB7IElnb0FwcEltcG9ydEV4cG9ydE1vZHVsZSB9IGZyb20gJy4vaW1wb3J0LWV4cG9ydC9pbXBvcnQtZXhwb3J0Lm1vZHVsZSc7XG5pbXBvcnQgeyBJZ29BcHBNYXBNb2R1bGUgfSBmcm9tICcuL21hcC9tYXAubW9kdWxlJztcbmltcG9ydCB7IElnb0FwcE1lYXN1cmVNb2R1bGUgfSBmcm9tICcuL21lYXN1cmUvbWVhc3VyZS5tb2R1bGUnO1xuaW1wb3J0IHsgSWdvQXBwUHJpbnRNb2R1bGUgfSBmcm9tICcuL3ByaW50L3ByaW50Lm1vZHVsZSc7XG5pbXBvcnQgeyBJZ29BcHBTZWFyY2hNb2R1bGUgfSBmcm9tICcuL3NlYXJjaC9zZWFyY2gubW9kdWxlJztcbmltcG9ydCB7IElnb0FwcEZpbHRlck1vZHVsZSB9IGZyb20gJy4vZmlsdGVyL2ZpbHRlci5tb2R1bGUnO1xuaW1wb3J0IHsgSWdvQXBwQWJvdXRNb2R1bGUgfSBmcm9tICcuL2Fib3V0L2Fib3V0Lm1vZHVsZSc7XG5pbXBvcnQgeyBJZ29BcHBTdG9yYWdlTW9kdWxlIH0gZnJvbSAnLi9zdG9yYWdlL3N0b3JhZ2UubW9kdWxlJztcblxuQE5nTW9kdWxlKHtcbiAgaW1wb3J0czogW10sXG4gIGRlY2xhcmF0aW9uczogW10sXG4gIGV4cG9ydHM6IFtcbiAgICBJZ29BcHBTdG9yYWdlTW9kdWxlLFxuICAgIElnb0FwcEFuYWx5dGljc01vZHVsZSxcbiAgICBJZ29BcHBDb250ZXh0TW9kdWxlLFxuICAgIElnb0FwcENhdGFsb2dNb2R1bGUsXG4gICAgSWdvQXBwRGlyZWN0aW9uc01vZHVsZSxcbiAgICBJZ29BcHBEcmF3TW9kdWxlLFxuICAgIElnb0FwcFdvcmtzcGFjZU1vZHVsZSxcbiAgICBJZ29BcHBJbXBvcnRFeHBvcnRNb2R1bGUsXG4gICAgSWdvQXBwTWFwTW9kdWxlLFxuICAgIElnb0FwcE1lYXN1cmVNb2R1bGUsXG4gICAgSWdvQXBwUHJpbnRNb2R1bGUsXG4gICAgSWdvQXBwU2VhcmNoTW9kdWxlLFxuICAgIElnb0FwcEZpbHRlck1vZHVsZSxcbiAgICBJZ29BcHBBYm91dE1vZHVsZVxuICBdXG59KVxuZXhwb3J0IGNsYXNzIElnb0ludGVncmF0aW9uTW9kdWxlIHt9XG4iXX0=
|