@provoly/dashboard 0.24.12 → 0.24.13
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/store/search/search.service.mjs +2 -2
- package/esm2022/lib/dashboard/store/dashboard.reducers.mjs +6 -6
- package/esm2022/notification/components/notification/content/notification-content.component.mjs +2 -2
- package/esm2022/widgets/widget-map/component/widget-map.component.mjs +57 -50
- package/fesm2022/provoly-dashboard-notification.mjs +1 -1
- package/fesm2022/provoly-dashboard-notification.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-widgets-widget-map.mjs +56 -49
- package/fesm2022/provoly-dashboard-widgets-widget-map.mjs.map +1 -1
- package/fesm2022/provoly-dashboard.mjs +6 -6
- package/fesm2022/provoly-dashboard.mjs.map +1 -1
- package/package.json +37 -37
- package/widgets/widget-map/component/widget-map.component.d.ts +7 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@provoly/dashboard",
|
|
3
|
-
"version": "0.24.
|
|
3
|
+
"version": "0.24.13",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"@angular/cdk": "16.x || 17.x",
|
|
@@ -114,24 +114,54 @@
|
|
|
114
114
|
"esm": "./esm2022/presentation/provoly-dashboard-presentation.mjs",
|
|
115
115
|
"default": "./fesm2022/provoly-dashboard-presentation.mjs"
|
|
116
116
|
},
|
|
117
|
-
"./search": {
|
|
118
|
-
"types": "./search/index.d.ts",
|
|
119
|
-
"esm2022": "./esm2022/search/provoly-dashboard-search.mjs",
|
|
120
|
-
"esm": "./esm2022/search/provoly-dashboard-search.mjs",
|
|
121
|
-
"default": "./fesm2022/provoly-dashboard-search.mjs"
|
|
122
|
-
},
|
|
123
117
|
"./restitution": {
|
|
124
118
|
"types": "./restitution/index.d.ts",
|
|
125
119
|
"esm2022": "./esm2022/restitution/provoly-dashboard-restitution.mjs",
|
|
126
120
|
"esm": "./esm2022/restitution/provoly-dashboard-restitution.mjs",
|
|
127
121
|
"default": "./fesm2022/provoly-dashboard-restitution.mjs"
|
|
128
122
|
},
|
|
123
|
+
"./search": {
|
|
124
|
+
"types": "./search/index.d.ts",
|
|
125
|
+
"esm2022": "./esm2022/search/provoly-dashboard-search.mjs",
|
|
126
|
+
"esm": "./esm2022/search/provoly-dashboard-search.mjs",
|
|
127
|
+
"default": "./fesm2022/provoly-dashboard-search.mjs"
|
|
128
|
+
},
|
|
129
129
|
"./toolbox": {
|
|
130
130
|
"types": "./toolbox/index.d.ts",
|
|
131
131
|
"esm2022": "./esm2022/toolbox/provoly-dashboard-toolbox.mjs",
|
|
132
132
|
"esm": "./esm2022/toolbox/provoly-dashboard-toolbox.mjs",
|
|
133
133
|
"default": "./fesm2022/provoly-dashboard-toolbox.mjs"
|
|
134
134
|
},
|
|
135
|
+
"./filters/autocomplete": {
|
|
136
|
+
"types": "./filters/autocomplete/index.d.ts",
|
|
137
|
+
"esm2022": "./esm2022/filters/autocomplete/provoly-dashboard-filters-autocomplete.mjs",
|
|
138
|
+
"esm": "./esm2022/filters/autocomplete/provoly-dashboard-filters-autocomplete.mjs",
|
|
139
|
+
"default": "./fesm2022/provoly-dashboard-filters-autocomplete.mjs"
|
|
140
|
+
},
|
|
141
|
+
"./filters/date": {
|
|
142
|
+
"types": "./filters/date/index.d.ts",
|
|
143
|
+
"esm2022": "./esm2022/filters/date/provoly-dashboard-filters-date.mjs",
|
|
144
|
+
"esm": "./esm2022/filters/date/provoly-dashboard-filters-date.mjs",
|
|
145
|
+
"default": "./fesm2022/provoly-dashboard-filters-date.mjs"
|
|
146
|
+
},
|
|
147
|
+
"./filters/list": {
|
|
148
|
+
"types": "./filters/list/index.d.ts",
|
|
149
|
+
"esm2022": "./esm2022/filters/list/provoly-dashboard-filters-list.mjs",
|
|
150
|
+
"esm": "./esm2022/filters/list/provoly-dashboard-filters-list.mjs",
|
|
151
|
+
"default": "./fesm2022/provoly-dashboard-filters-list.mjs"
|
|
152
|
+
},
|
|
153
|
+
"./filters/number": {
|
|
154
|
+
"types": "./filters/number/index.d.ts",
|
|
155
|
+
"esm2022": "./esm2022/filters/number/provoly-dashboard-filters-number.mjs",
|
|
156
|
+
"esm": "./esm2022/filters/number/provoly-dashboard-filters-number.mjs",
|
|
157
|
+
"default": "./fesm2022/provoly-dashboard-filters-number.mjs"
|
|
158
|
+
},
|
|
159
|
+
"./filters/text": {
|
|
160
|
+
"types": "./filters/text/index.d.ts",
|
|
161
|
+
"esm2022": "./esm2022/filters/text/provoly-dashboard-filters-text.mjs",
|
|
162
|
+
"esm": "./esm2022/filters/text/provoly-dashboard-filters-text.mjs",
|
|
163
|
+
"default": "./fesm2022/provoly-dashboard-filters-text.mjs"
|
|
164
|
+
},
|
|
135
165
|
"./components/card": {
|
|
136
166
|
"types": "./components/card/index.d.ts",
|
|
137
167
|
"esm2022": "./esm2022/components/card/provoly-dashboard-components-card.mjs",
|
|
@@ -186,36 +216,6 @@
|
|
|
186
216
|
"esm": "./esm2022/components/stepper/provoly-dashboard-components-stepper.mjs",
|
|
187
217
|
"default": "./fesm2022/provoly-dashboard-components-stepper.mjs"
|
|
188
218
|
},
|
|
189
|
-
"./filters/autocomplete": {
|
|
190
|
-
"types": "./filters/autocomplete/index.d.ts",
|
|
191
|
-
"esm2022": "./esm2022/filters/autocomplete/provoly-dashboard-filters-autocomplete.mjs",
|
|
192
|
-
"esm": "./esm2022/filters/autocomplete/provoly-dashboard-filters-autocomplete.mjs",
|
|
193
|
-
"default": "./fesm2022/provoly-dashboard-filters-autocomplete.mjs"
|
|
194
|
-
},
|
|
195
|
-
"./filters/date": {
|
|
196
|
-
"types": "./filters/date/index.d.ts",
|
|
197
|
-
"esm2022": "./esm2022/filters/date/provoly-dashboard-filters-date.mjs",
|
|
198
|
-
"esm": "./esm2022/filters/date/provoly-dashboard-filters-date.mjs",
|
|
199
|
-
"default": "./fesm2022/provoly-dashboard-filters-date.mjs"
|
|
200
|
-
},
|
|
201
|
-
"./filters/list": {
|
|
202
|
-
"types": "./filters/list/index.d.ts",
|
|
203
|
-
"esm2022": "./esm2022/filters/list/provoly-dashboard-filters-list.mjs",
|
|
204
|
-
"esm": "./esm2022/filters/list/provoly-dashboard-filters-list.mjs",
|
|
205
|
-
"default": "./fesm2022/provoly-dashboard-filters-list.mjs"
|
|
206
|
-
},
|
|
207
|
-
"./filters/number": {
|
|
208
|
-
"types": "./filters/number/index.d.ts",
|
|
209
|
-
"esm2022": "./esm2022/filters/number/provoly-dashboard-filters-number.mjs",
|
|
210
|
-
"esm": "./esm2022/filters/number/provoly-dashboard-filters-number.mjs",
|
|
211
|
-
"default": "./fesm2022/provoly-dashboard-filters-number.mjs"
|
|
212
|
-
},
|
|
213
|
-
"./filters/text": {
|
|
214
|
-
"types": "./filters/text/index.d.ts",
|
|
215
|
-
"esm2022": "./esm2022/filters/text/provoly-dashboard-filters-text.mjs",
|
|
216
|
-
"esm": "./esm2022/filters/text/provoly-dashboard-filters-text.mjs",
|
|
217
|
-
"default": "./fesm2022/provoly-dashboard-filters-text.mjs"
|
|
218
|
-
},
|
|
219
219
|
"./pipeline-components/filter": {
|
|
220
220
|
"types": "./pipeline-components/filter/index.d.ts",
|
|
221
221
|
"esm2022": "./esm2022/pipeline-components/filter/provoly-dashboard-pipeline-components-filter.mjs",
|
|
@@ -127,6 +127,7 @@ export declare class WidgetMapComponent extends DataWidgetComponent implements A
|
|
|
127
127
|
previousTooltipSub?: Subscription;
|
|
128
128
|
popupOverlay?: Overlay;
|
|
129
129
|
layerGroups$: Observable<LayerGroup[]>;
|
|
130
|
+
layerGroups: LayerGroup[];
|
|
130
131
|
layerSettingsExpandedState: {
|
|
131
132
|
[key: string]: boolean;
|
|
132
133
|
};
|
|
@@ -164,7 +165,7 @@ export declare class WidgetMapComponent extends DataWidgetComponent implements A
|
|
|
164
165
|
layerHasIntensity(layer: MapWidgetLayerOptions): MapWidgetHeatMapLayerOptions | MapWidgetBubbleLayerOptions;
|
|
165
166
|
changeIntensityAttributes($event: any, layer: MapWidgetLayerOptions): void;
|
|
166
167
|
changeClasses($event: string[], layer: MapWidgetLayerOptions): void;
|
|
167
|
-
deleteLayer(i: number, layer: MapWidgetLayerOptions): void;
|
|
168
|
+
deleteLayer(i: number, layer: MapWidgetLayerOptions, group: LayerGroup): void;
|
|
168
169
|
changeUrl($event: Event, layer: MapWMSLayerLayerOptions | MapFeatureLayerOptions | MapVectorTileLayerOptions | MapRasterTileLayerOptions | MapWMTSLayerLayerOptions | MapGeoServerLayerOptions): void;
|
|
169
170
|
changeAttribution($event: Event, layer: BaseWidgetMapLayerOptions): void;
|
|
170
171
|
changeParamLayer($event: Event, layer: MapWMSLayerLayerOptions | MapWMTSLayerLayerOptions): void;
|
|
@@ -212,10 +213,13 @@ export declare class WidgetMapComponent extends DataWidgetComponent implements A
|
|
|
212
213
|
updateLayerGroupTitle($event: Event, name: string): void;
|
|
213
214
|
deleteLayerGroup(name: string): void;
|
|
214
215
|
drop(event: CdkDragDrop<MapWidgetLayerOptions[]>, group: LayerGroup): void;
|
|
215
|
-
|
|
216
|
+
moveLayerBetweenGroups(movedLayer: MapWidgetLayerOptions, newGroup: string): void;
|
|
217
|
+
moveLayerInOptions(targetIdxInGroup: number, movedLayer: MapWidgetLayerOptions, group: LayerGroup): void;
|
|
216
218
|
toggleExpandAll(group: LayerGroup): void;
|
|
217
219
|
toggleLayerExpand(layer: MapWidgetLayerOptions, group: LayerGroup): void;
|
|
218
|
-
|
|
220
|
+
updateLayerOrder(): void;
|
|
221
|
+
isGroupUsedByWidgetLayers(group: LayerGroup): boolean | undefined;
|
|
222
|
+
removeEmptyLayerGroups(): void;
|
|
219
223
|
protected readonly DEFAULT_LAYER_GROUP = "DEFAULT";
|
|
220
224
|
static ɵfac: i0.ɵɵFactoryDeclaration<WidgetMapComponent, [null, null, null, null, null, null, null, null, { optional: true; }]>;
|
|
221
225
|
static ɵcmp: i0.ɵɵComponentDeclaration<WidgetMapComponent, "pry-widget-map", never, {}, {}, never, never, false, never>;
|