@regionerne/gis-komponent 0.0.67 → 0.0.69

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.
@@ -108,6 +108,7 @@ export declare class ToolboxComponent implements OnInit, OnChanges {
108
108
  mergeBase64: string;
109
109
  drawPrintBase64: string;
110
110
  documentSearchBase64: string;
111
+ showInfoObjBase64: string;
111
112
  dragPosition: {
112
113
  x: number;
113
114
  y: number;
@@ -37,6 +37,7 @@ export interface GisKomponentSettings {
37
37
  geometryTypeSettings: GeometryTypeSetting[];
38
38
  disableOverlap?: boolean;
39
39
  highlightFadeTimerMs?: number;
40
+ externalHelpUrl?: string;
40
41
  printMapSettings?: PrintMapSetting[];
41
42
  containsCheck?: {
42
43
  enabled: boolean;
@@ -40,4 +40,5 @@ export declare class IconsConstants {
40
40
  static mergeBase64: string;
41
41
  static drawPrintBase64: string;
42
42
  static documentSearchBase64: string;
43
+ static showInfoObjBase64: string;
43
44
  }
@@ -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.67",
3
+ "version": "0.0.69",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=19.2.0",
6
6
  "@angular/core": ">=19.2.0",