@provoly/dashboard 1.3.32 → 1.3.34
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/i18n/i18n.service.mjs +3 -3
- package/esm2022/lib/dashboard/item-utils.mjs +2 -2
- package/esm2022/lib/dashboard/store/dashboard.actions.mjs +1 -1
- package/esm2022/lib/dashboard/store/dashboard.effects.mjs +4 -5
- package/esm2022/lib/dashboard/store/wms.service.mjs +13 -11
- package/esm2022/widgets/widget-aggregated-chart/component/widget-aggregated-chart.component.mjs +21 -14
- package/esm2022/widgets/widget-map/interaction/tooltip-manager.class.mjs +2 -3
- package/fesm2022/provoly-dashboard-widgets-widget-aggregated-chart.mjs +20 -13
- package/fesm2022/provoly-dashboard-widgets-widget-aggregated-chart.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-widgets-widget-map.mjs +1 -2
- package/fesm2022/provoly-dashboard-widgets-widget-map.mjs.map +1 -1
- package/fesm2022/provoly-dashboard.mjs +18 -17
- package/fesm2022/provoly-dashboard.mjs.map +1 -1
- package/lib/dashboard/store/dashboard.actions.d.ts +0 -2
- package/lib/dashboard/store/wms.service.d.ts +1 -1
- package/package.json +7 -7
- package/widgets/widget-aggregated-chart/component/widget-aggregated-chart.component.d.ts +0 -5
|
@@ -466,13 +466,11 @@ export declare const DashboardActions: {
|
|
|
466
466
|
oClass: string;
|
|
467
467
|
coordinates: number[];
|
|
468
468
|
componentId: string;
|
|
469
|
-
geomProName: string;
|
|
470
469
|
}) => {
|
|
471
470
|
url: string;
|
|
472
471
|
oClass: string;
|
|
473
472
|
coordinates: number[];
|
|
474
473
|
componentId: string;
|
|
475
|
-
geomProName: string;
|
|
476
474
|
} & import("@ngrx/store/src/models").TypedAction<"[Widget map] Get wfs Features for showing stack tooltips">>;
|
|
477
475
|
updateDisplayOptions: import("@ngrx/store").ActionCreator<"[Dashboard/Display] (bus) Update displayed dashboard management features", (props: {
|
|
478
476
|
mode: ViewMode;
|
|
@@ -13,7 +13,7 @@ export declare class WmsService {
|
|
|
13
13
|
getWmsFeatures(url: string): Observable<{
|
|
14
14
|
features: any[];
|
|
15
15
|
}>;
|
|
16
|
-
getWfsFeatures(wmsUrl: string, bbox: number[]
|
|
16
|
+
getWfsFeatures(wmsUrl: string, bbox: number[]): Observable<{
|
|
17
17
|
features: any[];
|
|
18
18
|
}>;
|
|
19
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<WmsService, never>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@provoly/dashboard",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.34",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"@angular/cdk": "16.x || 17.x",
|
|
@@ -84,18 +84,18 @@
|
|
|
84
84
|
"esm": "./esm2022/admin/provoly-dashboard-admin.mjs",
|
|
85
85
|
"default": "./fesm2022/provoly-dashboard-admin.mjs"
|
|
86
86
|
},
|
|
87
|
-
"./import": {
|
|
88
|
-
"types": "./import/index.d.ts",
|
|
89
|
-
"esm2022": "./esm2022/import/provoly-dashboard-import.mjs",
|
|
90
|
-
"esm": "./esm2022/import/provoly-dashboard-import.mjs",
|
|
91
|
-
"default": "./fesm2022/provoly-dashboard-import.mjs"
|
|
92
|
-
},
|
|
93
87
|
"./dataset": {
|
|
94
88
|
"types": "./dataset/index.d.ts",
|
|
95
89
|
"esm2022": "./esm2022/dataset/provoly-dashboard-dataset.mjs",
|
|
96
90
|
"esm": "./esm2022/dataset/provoly-dashboard-dataset.mjs",
|
|
97
91
|
"default": "./fesm2022/provoly-dashboard-dataset.mjs"
|
|
98
92
|
},
|
|
93
|
+
"./import": {
|
|
94
|
+
"types": "./import/index.d.ts",
|
|
95
|
+
"esm2022": "./esm2022/import/provoly-dashboard-import.mjs",
|
|
96
|
+
"esm": "./esm2022/import/provoly-dashboard-import.mjs",
|
|
97
|
+
"default": "./fesm2022/provoly-dashboard-import.mjs"
|
|
98
|
+
},
|
|
99
99
|
"./mock": {
|
|
100
100
|
"types": "./mock/index.d.ts",
|
|
101
101
|
"esm2022": "./esm2022/mock/provoly-dashboard-mock.mjs",
|
|
@@ -129,11 +129,6 @@ export declare class WidgetAggregatedChartComponent extends DataWidgetComponent
|
|
|
129
129
|
toImage(): Promise<string>;
|
|
130
130
|
changeCircleColorScheme($event: any): void;
|
|
131
131
|
changeBaseColor($event: any): void;
|
|
132
|
-
getTimeUnit(options: ChartAggregatedWidgetOptions, abscissaType: VegaType): {
|
|
133
|
-
timeUnit: string;
|
|
134
|
-
} | {
|
|
135
|
-
timeUnit?: undefined;
|
|
136
|
-
};
|
|
137
132
|
getLabelAngle(abscissaType: VegaType, data: {
|
|
138
133
|
key: string | number;
|
|
139
134
|
value: any;
|