@igo2/geo 18.0.1 → 18.0.2

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.
@@ -1,7 +1,7 @@
1
1
  import olClusterSource from 'ol/source/Cluster';
2
2
  import olSource from 'ol/source/Source';
3
3
  import olVectorSource from 'ol/source/Vector';
4
- import { LegendOptions } from '../../../layer/shared/layers/legend.interface';
4
+ import { LegendMapViewOptions, LegendOptions } from '../../../layer/shared/layers/legend.interface';
5
5
  import { DataService } from './data.service';
6
6
  import { DataSourceOptions, Legend } from './datasource.interface';
7
7
  export declare abstract class DataSource {
@@ -14,7 +14,7 @@ export declare abstract class DataSource {
14
14
  constructor(options?: DataSourceOptions, dataService?: DataService);
15
15
  protected abstract createOlSource(): olSource;
16
16
  protected generateId(): string;
17
- getLegend(): Legend[];
17
+ getLegend(_style?: string, _view?: LegendMapViewOptions): Legend[];
18
18
  setLegend(options: LegendOptions): Legend[];
19
19
  protected abstract onUnwatch(): any;
20
20
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@igo2/geo",
3
- "version": "18.0.1",
3
+ "version": "18.0.2",
4
4
  "description": "IGO Library",
5
5
  "author": "IGO Community",
6
6
  "keywords": [
@@ -50,10 +50,10 @@
50
50
  "@angular/material": "^18.0.0",
51
51
  "@angular/material-moment-adapter": "^18.0.0",
52
52
  "@angular/platform-browser": "^18.0.0",
53
- "@igo2/auth": "^18.0.1",
54
- "@igo2/common": "^18.0.1",
55
- "@igo2/core": "^18.0.1",
56
- "@igo2/utils": "^18.0.1",
53
+ "@igo2/auth": "^18.0.2",
54
+ "@igo2/common": "^18.0.2",
55
+ "@igo2/core": "^18.0.2",
56
+ "@igo2/utils": "^18.0.2",
57
57
  "@mat-datetimepicker/core": "~14.0.0",
58
58
  "file-saver": "^2.0.2",
59
59
  "flexsearch": "0.7.21",