@igo2/geo 20.1.0-next.13 → 20.1.0-next.14

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/index.d.ts CHANGED
@@ -4402,6 +4402,7 @@ interface ISearchSourceParams {
4402
4402
  ecmax?: string;
4403
4403
  page?: string;
4404
4404
  type?: string;
4405
+ source?: string;
4405
4406
  }
4406
4407
  interface SettingOptions {
4407
4408
  value: string | number;
@@ -9408,6 +9409,7 @@ declare class CatalogBrowserComponent implements OnInit, OnDestroy {
9408
9409
  * Whether a group can be toggled when it's collapsed
9409
9410
  */
9410
9411
  readonly toggleCollapsedGroup: i0.InputSignal<boolean>;
9412
+ private isAddingLayers;
9411
9413
  /**
9412
9414
  * @internal
9413
9415
  */
@@ -9453,6 +9455,7 @@ declare class CatalogBrowserComponent implements OnInit, OnDestroy {
9453
9455
  * @param layers Catalog layers
9454
9456
  */
9455
9457
  private removeLayersFromMap;
9458
+ private _removeLayersFromMap;
9456
9459
  /**
9457
9460
  * Sort the layers by title. asc or desc.
9458
9461
  * @internal
@@ -10462,7 +10465,7 @@ declare class DataSourceService {
10462
10465
  private messageService;
10463
10466
  private authInterceptor;
10464
10467
  datasources$: BehaviorSubject<DataSource[]>;
10465
- createAsyncDataSource(context: AnyDataSourceOptions, detailedContextUri?: string): Observable<DataSource>;
10468
+ createAsyncDataSource(options: AnyDataSourceOptions, detailedContextUri?: string): Observable<DataSource>;
10466
10469
  private createOSMDataSource;
10467
10470
  private createFeatureDataSource;
10468
10471
  private createWebSocketDataSource;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@igo2/geo",
3
- "version": "20.1.0-next.13",
3
+ "version": "20.1.0-next.14",
4
4
  "description": "IGO Library",
5
5
  "author": "IGO Community",
6
6
  "keywords": [
@@ -40,10 +40,10 @@
40
40
  "@angular/material": "^20.0.0",
41
41
  "@angular/material-moment-adapter": "^20.0.0",
42
42
  "@angular/platform-browser": "^20.0.0",
43
- "@igo2/auth": "^20.1.0-next.13",
44
- "@igo2/common": "^20.1.0-next.13",
45
- "@igo2/core": "^20.1.0-next.13",
46
- "@igo2/utils": "^20.1.0-next.13",
43
+ "@igo2/auth": "^20.1.0-next.14",
44
+ "@igo2/common": "^20.1.0-next.14",
45
+ "@igo2/core": "^20.1.0-next.14",
46
+ "@igo2/utils": "^20.1.0-next.14",
47
47
  "@mat-datetimepicker/core": "^16.0.0",
48
48
  "@turf/boolean-intersects": "^7.2.0",
49
49
  "@turf/buffer": "^7.2.0",