@provoly/dashboard 1.4.36 → 1.4.38
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.
- package/esm2022/lib/core/components/about/about.component.mjs +3 -3
- package/esm2022/lib/dashboard/store/dashboard.effects.mjs +22 -7
- package/esm2022/presentation/components/presentation.component.mjs +3 -3
- package/fesm2022/provoly-dashboard-presentation.mjs +2 -2
- package/fesm2022/provoly-dashboard-presentation.mjs.map +1 -1
- package/fesm2022/provoly-dashboard.mjs +23 -8
- package/fesm2022/provoly-dashboard.mjs.map +1 -1
- package/lib/dashboard/store/dashboard.effects.d.ts +1 -0
- package/package.json +7 -7
|
@@ -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.
|
|
3
|
+
"version": "1.4.38",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"@angular/cdk": "17.x || 18.x",
|
|
@@ -306,18 +306,18 @@
|
|
|
306
306
|
"esm": "./esm2022/widgets/widget-detail/provoly-dashboard-widgets-widget-detail.mjs",
|
|
307
307
|
"default": "./fesm2022/provoly-dashboard-widgets-widget-detail.mjs"
|
|
308
308
|
},
|
|
309
|
-
"./widgets/widget-iframe": {
|
|
310
|
-
"types": "./widgets/widget-iframe/index.d.ts",
|
|
311
|
-
"esm2022": "./esm2022/widgets/widget-iframe/provoly-dashboard-widgets-widget-iframe.mjs",
|
|
312
|
-
"esm": "./esm2022/widgets/widget-iframe/provoly-dashboard-widgets-widget-iframe.mjs",
|
|
313
|
-
"default": "./fesm2022/provoly-dashboard-widgets-widget-iframe.mjs"
|
|
314
|
-
},
|
|
315
309
|
"./widgets/widget-graph": {
|
|
316
310
|
"types": "./widgets/widget-graph/index.d.ts",
|
|
317
311
|
"esm2022": "./esm2022/widgets/widget-graph/provoly-dashboard-widgets-widget-graph.mjs",
|
|
318
312
|
"esm": "./esm2022/widgets/widget-graph/provoly-dashboard-widgets-widget-graph.mjs",
|
|
319
313
|
"default": "./fesm2022/provoly-dashboard-widgets-widget-graph.mjs"
|
|
320
314
|
},
|
|
315
|
+
"./widgets/widget-iframe": {
|
|
316
|
+
"types": "./widgets/widget-iframe/index.d.ts",
|
|
317
|
+
"esm2022": "./esm2022/widgets/widget-iframe/provoly-dashboard-widgets-widget-iframe.mjs",
|
|
318
|
+
"esm": "./esm2022/widgets/widget-iframe/provoly-dashboard-widgets-widget-iframe.mjs",
|
|
319
|
+
"default": "./fesm2022/provoly-dashboard-widgets-widget-iframe.mjs"
|
|
320
|
+
},
|
|
321
321
|
"./widgets/widget-image": {
|
|
322
322
|
"types": "./widgets/widget-image/index.d.ts",
|
|
323
323
|
"esm2022": "./esm2022/widgets/widget-image/provoly-dashboard-widgets-widget-image.mjs",
|