@regionerne/gis-komponent 0.0.87 → 0.0.88

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.
@@ -3,15 +3,12 @@ import * as i0 from "@angular/core";
3
3
  export declare class UndoRedoService {
4
4
  private _drawlayerSourceService;
5
5
  constructor(_drawlayerSourceService: DrawLayerSourceService);
6
- disable(): void;
7
- enable(): void;
8
6
  private _steps;
9
7
  private _currentStep;
10
- private _changing;
11
- private _enabled;
12
8
  init(): void;
13
9
  get canUndo(): boolean;
14
10
  get canRedo(): boolean;
11
+ addStep(): void;
15
12
  undo(): void;
16
13
  redo(): void;
17
14
  reset(): void;
@@ -10,6 +10,7 @@ export declare class CenterPointService {
10
10
  private _featureHelper;
11
11
  private _confirmDialog;
12
12
  handleFeatureDeleted(featureId: string | number): void;
13
+ checkAfterUpdate(): void;
13
14
  isCenterpoint(feature: Feature): boolean;
14
15
  setCenterPoint(style: string, withinPolygon: boolean, callBack: () => void): void;
15
16
  static ɵfac: i0.ɵɵFactoryDeclaration<CenterPointService, never>;
@@ -6,6 +6,7 @@ import * as i0 from "@angular/core";
6
6
  export declare class GeometrySplitService {
7
7
  private geoJsonFormat;
8
8
  private _featureHelper;
9
+ private _undoRedo;
9
10
  /**
10
11
  * Split polygons in a vector source using a buffered LineString.
11
12
  * @param lineFeature The drawn LineString feature.
@@ -4,6 +4,7 @@ export declare class MergeFeaturesService {
4
4
  private _featureHelper;
5
5
  private _interactionHelper;
6
6
  private _drawLayerService;
7
+ private _undoRedoService;
7
8
  private _selectedMergeFeature;
8
9
  private formatter;
9
10
  private _formatterOptions;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regionerne/gis-komponent",
3
- "version": "0.0.87",
3
+ "version": "0.0.88",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=19.2.0",
6
6
  "@angular/core": ">=19.2.0",