@regionerne/gis-komponent 0.0.66 → 0.0.68

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,13 +1,14 @@
1
1
  import { GeoServer } from '../models/geoserver';
2
2
  import { Observable } from 'rxjs';
3
3
  import { Style } from 'ol/style';
4
+ import { StyleFunction } from 'ol/style/Style';
4
5
  import * as i0 from "@angular/core";
5
6
  export declare class KomponentSettingsHelperService {
6
7
  private readonly _httpClient;
7
8
  private styles;
8
9
  private _getSldStyleObject$;
9
10
  private _loadStyleFromGeoServer$;
10
- getStyle(styleName: string, workspace: string, geoserver: GeoServer, styleType: string): Observable<Style>;
11
+ getStyle(styleName: string, workspace: string, geoserver: GeoServer, styleType: string): Observable<StyleFunction | Style>;
11
12
  static ɵfac: i0.ɵɵFactoryDeclaration<KomponentSettingsHelperService, never>;
12
13
  static ɵprov: i0.ɵɵInjectableDeclaration<KomponentSettingsHelperService>;
13
14
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regionerne/gis-komponent",
3
- "version": "0.0.66",
3
+ "version": "0.0.68",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=19.2.0",
6
6
  "@angular/core": ">=19.2.0",