@igo2/integration 1.14.1 → 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 +40 -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 +593 -588
- 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 +6462 -6457
- package/fesm2015/igo2-integration.mjs.map +1 -1
- package/fesm2020/igo2-integration.mjs +6021 -6016
- package/fesm2020/igo2-integration.mjs.map +1 -1
- 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 -16
- 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 -98
- 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
package/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated bundle index. Do not edit.
|
|
3
|
-
*/
|
|
4
|
-
/// <amd-module name="@igo2/integration" />
|
|
5
|
-
export * from './public_api';
|
|
1
|
+
/**
|
|
2
|
+
* Generated bundle index. Do not edit.
|
|
3
|
+
*/
|
|
4
|
+
/// <amd-module name="@igo2/integration" />
|
|
5
|
+
export * from './public_api';
|
|
@@ -1,34 +1,34 @@
|
|
|
1
|
-
import { ChangeDetectorRef, OnInit } from '@angular/core';
|
|
2
|
-
import { ConfigService, LanguageService, Version } from '@igo2/core';
|
|
3
|
-
import type { Observable } from 'rxjs';
|
|
4
|
-
import { AuthService } from '@igo2/auth';
|
|
5
|
-
import { HttpClient } from '@angular/common/http';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class AboutToolComponent implements OnInit {
|
|
8
|
-
configService: ConfigService;
|
|
9
|
-
auth: AuthService;
|
|
10
|
-
private http;
|
|
11
|
-
private cdRef;
|
|
12
|
-
private languageService;
|
|
13
|
-
get headerHtml(): string;
|
|
14
|
-
set headerHtml(value: string);
|
|
15
|
-
get html(): string;
|
|
16
|
-
set html(value: string);
|
|
17
|
-
private _discoverTitleInLocale;
|
|
18
|
-
discoverTitleInLocale$: Observable<string>;
|
|
19
|
-
get discoverTitleInLocale(): string;
|
|
20
|
-
set discoverTitleInLocale(value: string);
|
|
21
|
-
trainingGuideURLs: any;
|
|
22
|
-
version: Version;
|
|
23
|
-
private _html;
|
|
24
|
-
private _headerHtml;
|
|
25
|
-
private baseUrlProfil;
|
|
26
|
-
private baseUrlGuide;
|
|
27
|
-
loading: boolean;
|
|
28
|
-
constructor(configService: ConfigService, auth: AuthService, http: HttpClient, cdRef: ChangeDetectorRef, languageService: LanguageService);
|
|
29
|
-
ngOnInit(): void;
|
|
30
|
-
openGuide(guide?: any): void;
|
|
31
|
-
formatFileName(name: string): string;
|
|
32
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AboutToolComponent, never>;
|
|
33
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AboutToolComponent, "igo-about-tool", never, { "headerHtml": "headerHtml"; "html": "html"; "discoverTitleInLocale": "discoverTitleInLocale"; "trainingGuideURLs": "trainingGuideURLs"; }, {}, never, never, false>;
|
|
34
|
-
}
|
|
1
|
+
import { ChangeDetectorRef, OnInit } from '@angular/core';
|
|
2
|
+
import { ConfigService, LanguageService, Version } from '@igo2/core';
|
|
3
|
+
import type { Observable } from 'rxjs';
|
|
4
|
+
import { AuthService } from '@igo2/auth';
|
|
5
|
+
import { HttpClient } from '@angular/common/http';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export declare class AboutToolComponent implements OnInit {
|
|
8
|
+
configService: ConfigService;
|
|
9
|
+
auth: AuthService;
|
|
10
|
+
private http;
|
|
11
|
+
private cdRef;
|
|
12
|
+
private languageService;
|
|
13
|
+
get headerHtml(): string;
|
|
14
|
+
set headerHtml(value: string);
|
|
15
|
+
get html(): string;
|
|
16
|
+
set html(value: string);
|
|
17
|
+
private _discoverTitleInLocale;
|
|
18
|
+
discoverTitleInLocale$: Observable<string>;
|
|
19
|
+
get discoverTitleInLocale(): string;
|
|
20
|
+
set discoverTitleInLocale(value: string);
|
|
21
|
+
trainingGuideURLs: any;
|
|
22
|
+
version: Version;
|
|
23
|
+
private _html;
|
|
24
|
+
private _headerHtml;
|
|
25
|
+
private baseUrlProfil;
|
|
26
|
+
private baseUrlGuide;
|
|
27
|
+
loading: boolean;
|
|
28
|
+
constructor(configService: ConfigService, auth: AuthService, http: HttpClient, cdRef: ChangeDetectorRef, languageService: LanguageService);
|
|
29
|
+
ngOnInit(): void;
|
|
30
|
+
openGuide(guide?: any): void;
|
|
31
|
+
formatFileName(name: string): string;
|
|
32
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AboutToolComponent, never>;
|
|
33
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AboutToolComponent, "igo-about-tool", never, { "headerHtml": "headerHtml"; "html": "html"; "discoverTitleInLocale": "discoverTitleInLocale"; "trainingGuideURLs": "trainingGuideURLs"; }, {}, never, never, false>;
|
|
34
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './about-tool.component';
|
|
1
|
+
export * from './about-tool.component';
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { ModuleWithProviders } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "./about-tool/about-tool.component";
|
|
4
|
-
import * as i2 from "@igo2/core";
|
|
5
|
-
import * as i3 from "@igo2/common";
|
|
6
|
-
import * as i4 from "@angular/material/button";
|
|
7
|
-
import * as i5 from "@angular/material/tooltip";
|
|
8
|
-
import * as i6 from "@angular/material/icon";
|
|
9
|
-
import * as i7 from "@angular/material/menu";
|
|
10
|
-
import * as i8 from "@angular/common";
|
|
11
|
-
export declare class IgoAppAboutModule {
|
|
12
|
-
static forRoot(): ModuleWithProviders<IgoAppAboutModule>;
|
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IgoAppAboutModule, never>;
|
|
14
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoAppAboutModule, [typeof i1.AboutToolComponent], [typeof i2.IgoLanguageModule, typeof i3.IgoCustomHtmlModule, typeof i4.MatButtonModule, typeof i5.MatTooltipModule, typeof i6.MatIconModule, typeof i7.MatMenuModule, typeof i3.IgoInteractiveTourModule, typeof i8.CommonModule], [typeof i1.AboutToolComponent]>;
|
|
15
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<IgoAppAboutModule>;
|
|
16
|
-
}
|
|
1
|
+
import { ModuleWithProviders } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "./about-tool/about-tool.component";
|
|
4
|
+
import * as i2 from "@igo2/core";
|
|
5
|
+
import * as i3 from "@igo2/common";
|
|
6
|
+
import * as i4 from "@angular/material/button";
|
|
7
|
+
import * as i5 from "@angular/material/tooltip";
|
|
8
|
+
import * as i6 from "@angular/material/icon";
|
|
9
|
+
import * as i7 from "@angular/material/menu";
|
|
10
|
+
import * as i8 from "@angular/common";
|
|
11
|
+
export declare class IgoAppAboutModule {
|
|
12
|
+
static forRoot(): ModuleWithProviders<IgoAppAboutModule>;
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IgoAppAboutModule, never>;
|
|
14
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoAppAboutModule, [typeof i1.AboutToolComponent], [typeof i2.IgoLanguageModule, typeof i3.IgoCustomHtmlModule, typeof i4.MatButtonModule, typeof i5.MatTooltipModule, typeof i6.MatIconModule, typeof i7.MatMenuModule, typeof i3.IgoInteractiveTourModule, typeof i8.CommonModule], [typeof i1.AboutToolComponent]>;
|
|
15
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<IgoAppAboutModule>;
|
|
16
|
+
}
|
package/lib/about/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './about-tool';
|
|
1
|
+
export * from './about-tool';
|
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
import { AnalyticsService } from '@igo2/core';
|
|
2
|
-
import { AuthService } from '@igo2/auth';
|
|
3
|
-
import { ContextState } from '../context/context.state';
|
|
4
|
-
import { SearchState } from '../search/search.state';
|
|
5
|
-
import { ToolState } from '../tool/tool.state';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
/**
|
|
8
|
-
* Service that holds the state of the search module
|
|
9
|
-
*/
|
|
10
|
-
export declare class AnalyticsListenerService {
|
|
11
|
-
private analyticsService;
|
|
12
|
-
private authService;
|
|
13
|
-
private contextState;
|
|
14
|
-
private searchState;
|
|
15
|
-
private toolState;
|
|
16
|
-
/**
|
|
17
|
-
* Toolbox that holds main tools
|
|
18
|
-
*/
|
|
19
|
-
constructor(analyticsService: AnalyticsService, authService: AuthService, contextState: ContextState, searchState: SearchState, toolState: ToolState);
|
|
20
|
-
listen(): void;
|
|
21
|
-
listenUser(): void;
|
|
22
|
-
listenContext(): void;
|
|
23
|
-
listenTool(): void;
|
|
24
|
-
listenSearch(): void;
|
|
25
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AnalyticsListenerService, never>;
|
|
26
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<AnalyticsListenerService>;
|
|
27
|
-
}
|
|
1
|
+
import { AnalyticsService } from '@igo2/core';
|
|
2
|
+
import { AuthService } from '@igo2/auth';
|
|
3
|
+
import { ContextState } from '../context/context.state';
|
|
4
|
+
import { SearchState } from '../search/search.state';
|
|
5
|
+
import { ToolState } from '../tool/tool.state';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
/**
|
|
8
|
+
* Service that holds the state of the search module
|
|
9
|
+
*/
|
|
10
|
+
export declare class AnalyticsListenerService {
|
|
11
|
+
private analyticsService;
|
|
12
|
+
private authService;
|
|
13
|
+
private contextState;
|
|
14
|
+
private searchState;
|
|
15
|
+
private toolState;
|
|
16
|
+
/**
|
|
17
|
+
* Toolbox that holds main tools
|
|
18
|
+
*/
|
|
19
|
+
constructor(analyticsService: AnalyticsService, authService: AuthService, contextState: ContextState, searchState: SearchState, toolState: ToolState);
|
|
20
|
+
listen(): void;
|
|
21
|
+
listenUser(): void;
|
|
22
|
+
listenContext(): void;
|
|
23
|
+
listenTool(): void;
|
|
24
|
+
listenSearch(): void;
|
|
25
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AnalyticsListenerService, never>;
|
|
26
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AnalyticsListenerService>;
|
|
27
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class IgoAppAnalyticsModule {
|
|
3
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IgoAppAnalyticsModule, never>;
|
|
4
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoAppAnalyticsModule, never, never, never>;
|
|
5
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<IgoAppAnalyticsModule>;
|
|
6
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class IgoAppAnalyticsModule {
|
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IgoAppAnalyticsModule, never>;
|
|
4
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoAppAnalyticsModule, never, never, never>;
|
|
5
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<IgoAppAnalyticsModule>;
|
|
6
|
+
}
|
package/lib/analytics/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './analytics-listener.service';
|
|
1
|
+
export * from './analytics-listener.service';
|
|
@@ -1,57 +1,57 @@
|
|
|
1
|
-
import { OnInit, OnDestroy } from '@angular/core';
|
|
2
|
-
import { BehaviorSubject } from 'rxjs';
|
|
3
|
-
import { EntityStore } from '@igo2/common';
|
|
4
|
-
import { AuthService } from '@igo2/auth';
|
|
5
|
-
import { IgoMap, Catalog, CatalogItem, CatalogItemState, CatalogService } from '@igo2/geo';
|
|
6
|
-
import { MapState } from '../../map/map.state';
|
|
7
|
-
import { CatalogState } from '../catalog.state';
|
|
8
|
-
import * as i0 from "@angular/core";
|
|
9
|
-
/**
|
|
10
|
-
* Tool to browse a catalog's groups and layers and display them to a map.
|
|
11
|
-
*/
|
|
12
|
-
export declare class CatalogBrowserToolComponent implements OnInit, OnDestroy {
|
|
13
|
-
private catalogService;
|
|
14
|
-
private catalogState;
|
|
15
|
-
private mapState;
|
|
16
|
-
private authService;
|
|
17
|
-
catalog: Catalog;
|
|
18
|
-
/**
|
|
19
|
-
* Store that contains the catalog items
|
|
20
|
-
* @internal
|
|
21
|
-
*/
|
|
22
|
-
store$: BehaviorSubject<EntityStore<CatalogItem, CatalogItemState>>;
|
|
23
|
-
/**
|
|
24
|
-
* Subscription to the selected catalog
|
|
25
|
-
*/
|
|
26
|
-
private catalog$$;
|
|
27
|
-
/**
|
|
28
|
-
* Subscription for authentication
|
|
29
|
-
*/
|
|
30
|
-
private authenticate$$;
|
|
31
|
-
/**
|
|
32
|
-
* Whether a group can be toggled when it's collapsed
|
|
33
|
-
*/
|
|
34
|
-
toggleCollapsedGroup: boolean;
|
|
35
|
-
/**
|
|
36
|
-
* Map to add layers to
|
|
37
|
-
* @internal
|
|
38
|
-
*/
|
|
39
|
-
get map(): IgoMap;
|
|
40
|
-
constructor(catalogService: CatalogService, catalogState: CatalogState, mapState: MapState, authService: AuthService);
|
|
41
|
-
/**
|
|
42
|
-
* @internal
|
|
43
|
-
*/
|
|
44
|
-
ngOnInit(): void;
|
|
45
|
-
/**
|
|
46
|
-
* @internal
|
|
47
|
-
*/
|
|
48
|
-
ngOnDestroy(): void;
|
|
49
|
-
/**
|
|
50
|
-
* Get the selected catalog's items from the CatalogService and
|
|
51
|
-
* load them into the store.
|
|
52
|
-
* @param catalog Selected catalog
|
|
53
|
-
*/
|
|
54
|
-
private loadCatalogItems;
|
|
55
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CatalogBrowserToolComponent, never>;
|
|
56
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CatalogBrowserToolComponent, "igo-catalog-browser-tool", never, { "toggleCollapsedGroup": "toggleCollapsedGroup"; }, {}, never, never, false>;
|
|
57
|
-
}
|
|
1
|
+
import { OnInit, OnDestroy } from '@angular/core';
|
|
2
|
+
import { BehaviorSubject } from 'rxjs';
|
|
3
|
+
import { EntityStore } from '@igo2/common';
|
|
4
|
+
import { AuthService } from '@igo2/auth';
|
|
5
|
+
import { IgoMap, Catalog, CatalogItem, CatalogItemState, CatalogService } from '@igo2/geo';
|
|
6
|
+
import { MapState } from '../../map/map.state';
|
|
7
|
+
import { CatalogState } from '../catalog.state';
|
|
8
|
+
import * as i0 from "@angular/core";
|
|
9
|
+
/**
|
|
10
|
+
* Tool to browse a catalog's groups and layers and display them to a map.
|
|
11
|
+
*/
|
|
12
|
+
export declare class CatalogBrowserToolComponent implements OnInit, OnDestroy {
|
|
13
|
+
private catalogService;
|
|
14
|
+
private catalogState;
|
|
15
|
+
private mapState;
|
|
16
|
+
private authService;
|
|
17
|
+
catalog: Catalog;
|
|
18
|
+
/**
|
|
19
|
+
* Store that contains the catalog items
|
|
20
|
+
* @internal
|
|
21
|
+
*/
|
|
22
|
+
store$: BehaviorSubject<EntityStore<CatalogItem, CatalogItemState>>;
|
|
23
|
+
/**
|
|
24
|
+
* Subscription to the selected catalog
|
|
25
|
+
*/
|
|
26
|
+
private catalog$$;
|
|
27
|
+
/**
|
|
28
|
+
* Subscription for authentication
|
|
29
|
+
*/
|
|
30
|
+
private authenticate$$;
|
|
31
|
+
/**
|
|
32
|
+
* Whether a group can be toggled when it's collapsed
|
|
33
|
+
*/
|
|
34
|
+
toggleCollapsedGroup: boolean;
|
|
35
|
+
/**
|
|
36
|
+
* Map to add layers to
|
|
37
|
+
* @internal
|
|
38
|
+
*/
|
|
39
|
+
get map(): IgoMap;
|
|
40
|
+
constructor(catalogService: CatalogService, catalogState: CatalogState, mapState: MapState, authService: AuthService);
|
|
41
|
+
/**
|
|
42
|
+
* @internal
|
|
43
|
+
*/
|
|
44
|
+
ngOnInit(): void;
|
|
45
|
+
/**
|
|
46
|
+
* @internal
|
|
47
|
+
*/
|
|
48
|
+
ngOnDestroy(): void;
|
|
49
|
+
/**
|
|
50
|
+
* Get the selected catalog's items from the CatalogService and
|
|
51
|
+
* load them into the store.
|
|
52
|
+
* @param catalog Selected catalog
|
|
53
|
+
*/
|
|
54
|
+
private loadCatalogItems;
|
|
55
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CatalogBrowserToolComponent, never>;
|
|
56
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CatalogBrowserToolComponent, "igo-catalog-browser-tool", never, { "toggleCollapsedGroup": "toggleCollapsedGroup"; }, {}, never, never, false>;
|
|
57
|
+
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./catalog-browser-tool.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@igo2/geo";
|
|
5
|
-
/**
|
|
6
|
-
* @ignore
|
|
7
|
-
*/
|
|
8
|
-
export declare class IgoAppCatalogBrowserToolModule {
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IgoAppCatalogBrowserToolModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoAppCatalogBrowserToolModule, [typeof i1.CatalogBrowserToolComponent], [typeof i2.CommonModule, typeof i3.IgoCatalogBrowserModule], [typeof i1.CatalogBrowserToolComponent]>;
|
|
11
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<IgoAppCatalogBrowserToolModule>;
|
|
12
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./catalog-browser-tool.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@igo2/geo";
|
|
5
|
+
/**
|
|
6
|
+
* @ignore
|
|
7
|
+
*/
|
|
8
|
+
export declare class IgoAppCatalogBrowserToolModule {
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IgoAppCatalogBrowserToolModule, never>;
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoAppCatalogBrowserToolModule, [typeof i1.CatalogBrowserToolComponent], [typeof i2.CommonModule, typeof i3.IgoCatalogBrowserModule], [typeof i1.CatalogBrowserToolComponent]>;
|
|
11
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<IgoAppCatalogBrowserToolModule>;
|
|
12
|
+
}
|
|
@@ -1,50 +1,50 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import { EntityStore } from '@igo2/common';
|
|
3
|
-
import { Catalog, CatalogService } from '@igo2/geo';
|
|
4
|
-
import { StorageService } from '@igo2/core';
|
|
5
|
-
import { ToolState } from '../../tool/tool.state';
|
|
6
|
-
import { CatalogState } from '../catalog.state';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
/**
|
|
9
|
-
* Tool to browse the list of available catalogs.
|
|
10
|
-
*/
|
|
11
|
-
export declare class CatalogLibraryToolComponent implements OnInit {
|
|
12
|
-
private catalogService;
|
|
13
|
-
private catalogState;
|
|
14
|
-
private toolState;
|
|
15
|
-
private storageService;
|
|
16
|
-
/**
|
|
17
|
-
* Store that contains the catalogs
|
|
18
|
-
* @internal
|
|
19
|
-
*/
|
|
20
|
-
get store(): EntityStore<Catalog>;
|
|
21
|
-
/**
|
|
22
|
-
* Determine if the form to add a catalog is allowed
|
|
23
|
-
*/
|
|
24
|
-
addCatalogAllowed: boolean;
|
|
25
|
-
/**
|
|
26
|
-
* List of predefined catalogs
|
|
27
|
-
*/
|
|
28
|
-
predefinedCatalogs: Catalog[];
|
|
29
|
-
constructor(catalogService: CatalogService, catalogState: CatalogState, toolState: ToolState, storageService: StorageService);
|
|
30
|
-
/**
|
|
31
|
-
* @internal
|
|
32
|
-
*/
|
|
33
|
-
ngOnInit(): void;
|
|
34
|
-
/**
|
|
35
|
-
* When the selected catalog changes, toggle the the CatalogBrowser tool.
|
|
36
|
-
* @internal
|
|
37
|
-
* @param event Select event
|
|
38
|
-
*/
|
|
39
|
-
onCatalogSelectChange(event: {
|
|
40
|
-
selected: boolean;
|
|
41
|
-
catalog: Catalog;
|
|
42
|
-
}): void;
|
|
43
|
-
/**
|
|
44
|
-
* Get all the available catalogs from the CatalogService and
|
|
45
|
-
* load them into the store.
|
|
46
|
-
*/
|
|
47
|
-
private loadCatalogs;
|
|
48
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CatalogLibraryToolComponent, never>;
|
|
49
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CatalogLibraryToolComponent, "igo-catalog-library-tool", never, { "addCatalogAllowed": "addCatalogAllowed"; "predefinedCatalogs": "predefinedCatalogs"; }, {}, never, never, false>;
|
|
50
|
-
}
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { EntityStore } from '@igo2/common';
|
|
3
|
+
import { Catalog, CatalogService } from '@igo2/geo';
|
|
4
|
+
import { StorageService } from '@igo2/core';
|
|
5
|
+
import { ToolState } from '../../tool/tool.state';
|
|
6
|
+
import { CatalogState } from '../catalog.state';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
/**
|
|
9
|
+
* Tool to browse the list of available catalogs.
|
|
10
|
+
*/
|
|
11
|
+
export declare class CatalogLibraryToolComponent implements OnInit {
|
|
12
|
+
private catalogService;
|
|
13
|
+
private catalogState;
|
|
14
|
+
private toolState;
|
|
15
|
+
private storageService;
|
|
16
|
+
/**
|
|
17
|
+
* Store that contains the catalogs
|
|
18
|
+
* @internal
|
|
19
|
+
*/
|
|
20
|
+
get store(): EntityStore<Catalog>;
|
|
21
|
+
/**
|
|
22
|
+
* Determine if the form to add a catalog is allowed
|
|
23
|
+
*/
|
|
24
|
+
addCatalogAllowed: boolean;
|
|
25
|
+
/**
|
|
26
|
+
* List of predefined catalogs
|
|
27
|
+
*/
|
|
28
|
+
predefinedCatalogs: Catalog[];
|
|
29
|
+
constructor(catalogService: CatalogService, catalogState: CatalogState, toolState: ToolState, storageService: StorageService);
|
|
30
|
+
/**
|
|
31
|
+
* @internal
|
|
32
|
+
*/
|
|
33
|
+
ngOnInit(): void;
|
|
34
|
+
/**
|
|
35
|
+
* When the selected catalog changes, toggle the the CatalogBrowser tool.
|
|
36
|
+
* @internal
|
|
37
|
+
* @param event Select event
|
|
38
|
+
*/
|
|
39
|
+
onCatalogSelectChange(event: {
|
|
40
|
+
selected: boolean;
|
|
41
|
+
catalog: Catalog;
|
|
42
|
+
}): void;
|
|
43
|
+
/**
|
|
44
|
+
* Get all the available catalogs from the CatalogService and
|
|
45
|
+
* load them into the store.
|
|
46
|
+
*/
|
|
47
|
+
private loadCatalogs;
|
|
48
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CatalogLibraryToolComponent, never>;
|
|
49
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CatalogLibraryToolComponent, "igo-catalog-library-tool", never, { "addCatalogAllowed": "addCatalogAllowed"; "predefinedCatalogs": "predefinedCatalogs"; }, {}, never, never, false>;
|
|
50
|
+
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./catalog-library-tool.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@igo2/geo";
|
|
5
|
-
/**
|
|
6
|
-
* @ignore
|
|
7
|
-
*/
|
|
8
|
-
export declare class IgoAppCatalogLibraryToolModule {
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IgoAppCatalogLibraryToolModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoAppCatalogLibraryToolModule, [typeof i1.CatalogLibraryToolComponent], [typeof i2.CommonModule, typeof i3.IgoCatalogLibraryModule], [typeof i1.CatalogLibraryToolComponent]>;
|
|
11
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<IgoAppCatalogLibraryToolModule>;
|
|
12
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./catalog-library-tool.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@igo2/geo";
|
|
5
|
+
/**
|
|
6
|
+
* @ignore
|
|
7
|
+
*/
|
|
8
|
+
export declare class IgoAppCatalogLibraryToolModule {
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IgoAppCatalogLibraryToolModule, never>;
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoAppCatalogLibraryToolModule, [typeof i1.CatalogLibraryToolComponent], [typeof i2.CommonModule, typeof i3.IgoCatalogLibraryModule], [typeof i1.CatalogLibraryToolComponent]>;
|
|
11
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<IgoAppCatalogLibraryToolModule>;
|
|
12
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./catalog-library-tool/catalog-library-tool.module";
|
|
3
|
-
import * as i2 from "./catalog-browser-tool/catalog-browser-tool.module";
|
|
4
|
-
export declare class IgoAppCatalogModule {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IgoAppCatalogModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoAppCatalogModule, never, never, [typeof i1.IgoAppCatalogLibraryToolModule, typeof i2.IgoAppCatalogBrowserToolModule]>;
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<IgoAppCatalogModule>;
|
|
8
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./catalog-library-tool/catalog-library-tool.module";
|
|
3
|
+
import * as i2 from "./catalog-browser-tool/catalog-browser-tool.module";
|
|
4
|
+
export declare class IgoAppCatalogModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IgoAppCatalogModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoAppCatalogModule, never, never, [typeof i1.IgoAppCatalogLibraryToolModule, typeof i2.IgoAppCatalogBrowserToolModule]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<IgoAppCatalogModule>;
|
|
8
|
+
}
|
|
@@ -1,37 +1,37 @@
|
|
|
1
|
-
import { AuthService } from '@igo2/auth';
|
|
2
|
-
import { EntityStore } from '@igo2/common';
|
|
3
|
-
import { Catalog, CatalogItem } from '@igo2/geo';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
/**
|
|
6
|
-
* Service that holds the state of the catalog module
|
|
7
|
-
*/
|
|
8
|
-
export declare class CatalogState {
|
|
9
|
-
/**
|
|
10
|
-
* Store that contains all the catalogs
|
|
11
|
-
*/
|
|
12
|
-
get catalogStore(): EntityStore<Catalog>;
|
|
13
|
-
private _catalogStore;
|
|
14
|
-
/**
|
|
15
|
-
* Catalog -> Catalog items store mapping
|
|
16
|
-
*/
|
|
17
|
-
private catalogItemsStores;
|
|
18
|
-
constructor(authService: AuthService);
|
|
19
|
-
/**
|
|
20
|
-
* Get a catalog's items store
|
|
21
|
-
* @param catalog Catalog
|
|
22
|
-
* @returns Store that contains the catalog items
|
|
23
|
-
*/
|
|
24
|
-
getCatalogItemsStore(catalog: Catalog): EntityStore<CatalogItem>;
|
|
25
|
-
/**
|
|
26
|
-
* Bind a catalog items store to a catalog
|
|
27
|
-
* @param catalog Catalog
|
|
28
|
-
* @param store Catalog items store
|
|
29
|
-
*/
|
|
30
|
-
setCatalogItemsStore(catalog: Catalog, store: EntityStore<CatalogItem>): void;
|
|
31
|
-
/**
|
|
32
|
-
* Clear all catalog items stores
|
|
33
|
-
*/
|
|
34
|
-
clearCatalogItemsStores(): void;
|
|
35
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CatalogState, never>;
|
|
36
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<CatalogState>;
|
|
37
|
-
}
|
|
1
|
+
import { AuthService } from '@igo2/auth';
|
|
2
|
+
import { EntityStore } from '@igo2/common';
|
|
3
|
+
import { Catalog, CatalogItem } from '@igo2/geo';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
/**
|
|
6
|
+
* Service that holds the state of the catalog module
|
|
7
|
+
*/
|
|
8
|
+
export declare class CatalogState {
|
|
9
|
+
/**
|
|
10
|
+
* Store that contains all the catalogs
|
|
11
|
+
*/
|
|
12
|
+
get catalogStore(): EntityStore<Catalog>;
|
|
13
|
+
private _catalogStore;
|
|
14
|
+
/**
|
|
15
|
+
* Catalog -> Catalog items store mapping
|
|
16
|
+
*/
|
|
17
|
+
private catalogItemsStores;
|
|
18
|
+
constructor(authService: AuthService);
|
|
19
|
+
/**
|
|
20
|
+
* Get a catalog's items store
|
|
21
|
+
* @param catalog Catalog
|
|
22
|
+
* @returns Store that contains the catalog items
|
|
23
|
+
*/
|
|
24
|
+
getCatalogItemsStore(catalog: Catalog): EntityStore<CatalogItem>;
|
|
25
|
+
/**
|
|
26
|
+
* Bind a catalog items store to a catalog
|
|
27
|
+
* @param catalog Catalog
|
|
28
|
+
* @param store Catalog items store
|
|
29
|
+
*/
|
|
30
|
+
setCatalogItemsStore(catalog: Catalog, store: EntityStore<CatalogItem>): void;
|
|
31
|
+
/**
|
|
32
|
+
* Clear all catalog items stores
|
|
33
|
+
*/
|
|
34
|
+
clearCatalogItemsStores(): void;
|
|
35
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CatalogState, never>;
|
|
36
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<CatalogState>;
|
|
37
|
+
}
|
package/lib/catalog/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export * from './catalog.state';
|
|
2
|
-
export * from './catalog-browser-tool/catalog-browser-tool.component';
|
|
3
|
-
export * from './catalog-library-tool/catalog-library-tool.component';
|
|
4
|
-
export * from './catalog-browser-tool/catalog-browser-tool.module';
|
|
5
|
-
export * from './catalog-library-tool/catalog-library-tool.module';
|
|
1
|
+
export * from './catalog.state';
|
|
2
|
+
export * from './catalog-browser-tool/catalog-browser-tool.component';
|
|
3
|
+
export * from './catalog-library-tool/catalog-library-tool.component';
|
|
4
|
+
export * from './catalog-browser-tool/catalog-browser-tool.module';
|
|
5
|
+
export * from './catalog-library-tool/catalog-library-tool.module';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { ToolState } from '../../tool/tool.state';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class ContextEditorToolComponent {
|
|
4
|
-
private toolState;
|
|
5
|
-
constructor(toolState: ToolState);
|
|
6
|
-
submitSuccessed(): void;
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ContextEditorToolComponent, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ContextEditorToolComponent, "igo-context-editor-tool", never, {}, {}, never, never, false>;
|
|
9
|
-
}
|
|
1
|
+
import { ToolState } from '../../tool/tool.state';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class ContextEditorToolComponent {
|
|
4
|
+
private toolState;
|
|
5
|
+
constructor(toolState: ToolState);
|
|
6
|
+
submitSuccessed(): void;
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ContextEditorToolComponent, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ContextEditorToolComponent, "igo-context-editor-tool", never, {}, {}, never, never, false>;
|
|
9
|
+
}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { ToolState } from '../../tool/tool.state';
|
|
2
|
-
import { MapState } from '../../map/map.state';
|
|
3
|
-
import { IgoMap } from '@igo2/geo';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class ContextManagerToolComponent {
|
|
6
|
-
private toolState;
|
|
7
|
-
private mapState;
|
|
8
|
-
toolToOpenOnContextChange: string;
|
|
9
|
-
get map(): IgoMap;
|
|
10
|
-
constructor(toolState: ToolState, mapState: MapState);
|
|
11
|
-
editContext(): void;
|
|
12
|
-
managePermissions(): void;
|
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ContextManagerToolComponent, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ContextManagerToolComponent, "igo-context-manager-tool", never, { "toolToOpenOnContextChange": "toolToOpenOnContextChange"; }, {}, never, never, false>;
|
|
15
|
-
}
|
|
1
|
+
import { ToolState } from '../../tool/tool.state';
|
|
2
|
+
import { MapState } from '../../map/map.state';
|
|
3
|
+
import { IgoMap } from '@igo2/geo';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class ContextManagerToolComponent {
|
|
6
|
+
private toolState;
|
|
7
|
+
private mapState;
|
|
8
|
+
toolToOpenOnContextChange: string;
|
|
9
|
+
get map(): IgoMap;
|
|
10
|
+
constructor(toolState: ToolState, mapState: MapState);
|
|
11
|
+
editContext(): void;
|
|
12
|
+
managePermissions(): void;
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ContextManagerToolComponent, never>;
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ContextManagerToolComponent, "igo-context-manager-tool", never, { "toolToOpenOnContextChange": "toolToOpenOnContextChange"; }, {}, never, never, false>;
|
|
15
|
+
}
|
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>;
|
|
5
|
+
}
|