@regionerne/gis-komponent 0.0.94 → 0.0.95

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.
@@ -20,6 +20,7 @@ export declare class GisKomponentComponent implements OnInit, OnDestroy {
20
20
  private readonly _drawLayerService;
21
21
  private readonly _showHoverInfoService;
22
22
  private readonly _printHelper;
23
+ tooltipObjBase64: string;
23
24
  identifier: string;
24
25
  settings: GisKomponentSettings | undefined;
25
26
  toolbarRef: ElementRef;
@@ -65,6 +66,7 @@ export declare class GisKomponentComponent implements OnInit, OnDestroy {
65
66
  private _handleShowScale;
66
67
  ngOnInit(): void;
67
68
  private _addRotateControl;
69
+ private _applyCustomTooltips;
68
70
  toggleToolbar(): void;
69
71
  toggleLayerPanel(): void;
70
72
  toggleActiveObjectsCollapsed(): void;
@@ -41,4 +41,5 @@ export declare class IconsConstants {
41
41
  static drawPrintBase64: string;
42
42
  static documentSearchBase64: string;
43
43
  static showInfoObjBase64: string;
44
+ static tooltipObjBase64: string;
44
45
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regionerne/gis-komponent",
3
- "version": "0.0.94",
3
+ "version": "0.0.95",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=19.2.0",
6
6
  "@angular/core": ">=19.2.0",