@provoly/dashboard 1.4.35 → 1.4.37

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.
@@ -242,6 +242,7 @@ export declare class DashboardEffects {
242
242
  features: any;
243
243
  componentId: string;
244
244
  } & import("@ngrx/store").Action<"[Widget map] Set Wms layer features">> & import("@ngrx/effects").CreateEffectMetadata;
245
+ private distance;
245
246
  getWfsFeaturesForPointStack: import("rxjs").Observable<{
246
247
  features: any;
247
248
  componentId: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@provoly/dashboard",
3
- "version": "1.4.35",
3
+ "version": "1.4.37",
4
4
  "type": "commonjs",
5
5
  "peerDependencies": {
6
6
  "@angular/cdk": "17.x || 18.x",