@igo2/geo 19.0.0-next.12 → 19.0.0-next.13
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/fesm2022/igo2-geo.mjs +18 -21
- package/fesm2022/igo2-geo.mjs.map +1 -1
- package/lib/catalog/catalog-library/catalog-library-item.component.d.ts +3 -3
- package/lib/catalog/catalog-library/catalog-library.component.d.ts +3 -3
- package/lib/catalog/catalog-library/catalog-library.module.d.ts +4 -4
- package/lib/catalog/catalog.module.d.ts +2 -2
- package/package.json +5 -5
|
@@ -5,7 +5,7 @@ import * as i0 from "@angular/core";
|
|
|
5
5
|
/**
|
|
6
6
|
* Catalog library item
|
|
7
7
|
*/
|
|
8
|
-
export declare class
|
|
8
|
+
export declare class CatalogLibraryItemComponent {
|
|
9
9
|
/**
|
|
10
10
|
* Catalog
|
|
11
11
|
*/
|
|
@@ -20,6 +20,6 @@ export declare class CatalogLibaryItemComponent {
|
|
|
20
20
|
*/
|
|
21
21
|
get title(): string;
|
|
22
22
|
removeCatalogFromLibrary(event: any): void;
|
|
23
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
24
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
23
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CatalogLibraryItemComponent, never>;
|
|
24
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CatalogLibraryItemComponent, "igo-catalog-library-item", never, { "catalog": { "alias": "catalog"; "required": false; }; "map": { "alias": "map"; "required": false; }; }, { "catalogRemove": "catalogRemove"; }, never, never, true, never>;
|
|
25
25
|
}
|
|
@@ -11,7 +11,7 @@ import * as i0 from "@angular/core";
|
|
|
11
11
|
/**
|
|
12
12
|
* Component to browse a list of available catalogs
|
|
13
13
|
*/
|
|
14
|
-
export declare class
|
|
14
|
+
export declare class CatalogLibraryComponent implements OnInit, OnDestroy {
|
|
15
15
|
private capabilitiesService;
|
|
16
16
|
private messageService;
|
|
17
17
|
private storageService;
|
|
@@ -63,6 +63,6 @@ export declare class CatalogLibaryComponent implements OnInit, OnDestroy {
|
|
|
63
63
|
private handleAddCatalogToStore;
|
|
64
64
|
onCatalogRemove(catalog: any): void;
|
|
65
65
|
addCatalogDialog(error?: any, addedCatalog?: Catalog): void;
|
|
66
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
67
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
66
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CatalogLibraryComponent, never>;
|
|
67
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CatalogLibraryComponent, "igo-catalog-library", never, { "store": { "alias": "store"; "required": false; }; "map": { "alias": "map"; "required": false; }; "addCatalogAllowed": { "alias": "addCatalogAllowed"; "required": false; }; "predefinedCatalogs": { "alias": "predefinedCatalogs"; "required": false; }; }, { "catalogSelectChange": "catalogSelectChange"; }, never, never, true, never>;
|
|
68
68
|
}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { AddCatalogDialogComponent } from './add-catalog-dialog.component';
|
|
2
|
-
import {
|
|
2
|
+
import { CatalogLibraryComponent } from './catalog-library.component';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
import * as i1 from "./catalog-library.component";
|
|
5
5
|
import * as i2 from "./add-catalog-dialog.component";
|
|
6
|
-
export declare const CATALOG_LIBRARY_DIRECTIVES: readonly [typeof
|
|
6
|
+
export declare const CATALOG_LIBRARY_DIRECTIVES: readonly [typeof CatalogLibraryComponent, typeof AddCatalogDialogComponent];
|
|
7
7
|
/**
|
|
8
|
-
* @deprecated import the
|
|
8
|
+
* @deprecated import the CatalogLibraryComponent, AddCatalogDialogComponent directly
|
|
9
9
|
*/
|
|
10
10
|
export declare class IgoCatalogLibraryModule {
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgoCatalogLibraryModule, never>;
|
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoCatalogLibraryModule, never, [typeof i1.
|
|
12
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoCatalogLibraryModule, never, [typeof i1.CatalogLibraryComponent, typeof i2.AddCatalogDialogComponent], [typeof i1.CatalogLibraryComponent, typeof i2.AddCatalogDialogComponent]>;
|
|
13
13
|
static ɵinj: i0.ɵɵInjectorDeclaration<IgoCatalogLibraryModule>;
|
|
14
14
|
}
|
|
@@ -3,12 +3,12 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
import * as i1 from "./catalog-browser/catalog-browser.component";
|
|
4
4
|
import * as i2 from "./catalog-library/catalog-library.component";
|
|
5
5
|
import * as i3 from "./catalog-library/add-catalog-dialog.component";
|
|
6
|
-
export declare const CATALOG_DIRECTIVES: readonly [typeof CatalogBrowserComponent, typeof import("./catalog-library").
|
|
6
|
+
export declare const CATALOG_DIRECTIVES: readonly [typeof CatalogBrowserComponent, typeof import("./catalog-library").CatalogLibraryComponent, typeof import("./catalog-library").AddCatalogDialogComponent];
|
|
7
7
|
/**
|
|
8
8
|
* @deprecated import the components directly or the CATALOG_DIRECTIVES
|
|
9
9
|
*/
|
|
10
10
|
export declare class IgoCatalogModule {
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<IgoCatalogModule, never>;
|
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoCatalogModule, never, [typeof i1.CatalogBrowserComponent, typeof i2.
|
|
12
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<IgoCatalogModule, never, [typeof i1.CatalogBrowserComponent, typeof i2.CatalogLibraryComponent, typeof i3.AddCatalogDialogComponent], [typeof i1.CatalogBrowserComponent, typeof i2.CatalogLibraryComponent, typeof i3.AddCatalogDialogComponent]>;
|
|
13
13
|
static ɵinj: i0.ɵɵInjectorDeclaration<IgoCatalogModule>;
|
|
14
14
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@igo2/geo",
|
|
3
|
-
"version": "19.0.0-next.
|
|
3
|
+
"version": "19.0.0-next.13",
|
|
4
4
|
"description": "IGO Library",
|
|
5
5
|
"author": "IGO Community",
|
|
6
6
|
"keywords": [
|
|
@@ -58,10 +58,10 @@
|
|
|
58
58
|
"@angular/material": "^19.0.0",
|
|
59
59
|
"@angular/material-moment-adapter": "^19.0.0",
|
|
60
60
|
"@angular/platform-browser": "^19.0.0",
|
|
61
|
-
"@igo2/auth": "^19.0.0-next.
|
|
62
|
-
"@igo2/common": "^19.0.0-next.
|
|
63
|
-
"@igo2/core": "^19.0.0-next.
|
|
64
|
-
"@igo2/utils": "^19.0.0-next.
|
|
61
|
+
"@igo2/auth": "^19.0.0-next.13",
|
|
62
|
+
"@igo2/common": "^19.0.0-next.13",
|
|
63
|
+
"@igo2/core": "^19.0.0-next.13",
|
|
64
|
+
"@igo2/utils": "^19.0.0-next.13",
|
|
65
65
|
"ol-mapbox-style": "^12.5.0",
|
|
66
66
|
"ol": "10.5.0",
|
|
67
67
|
"proj4": "^2.15.0",
|