@provoly/dashboard 1.4.47 → 1.4.49
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/dashboard/store/dashboard.effects.mjs +4 -1
- package/esm2022/widgets/widget-map/component/widget-map.component.mjs +21 -2
- package/esm2022/widgets/widget-map/interaction/tooltip-manager.class.mjs +12 -1
- package/fesm2022/provoly-dashboard-widgets-widget-map.mjs +31 -1
- package/fesm2022/provoly-dashboard-widgets-widget-map.mjs.map +1 -1
- package/fesm2022/provoly-dashboard.mjs +3 -0
- package/fesm2022/provoly-dashboard.mjs.map +1 -1
- package/package.json +37 -37
- package/widgets/widget-map/component/widget-map.component.d.ts +2 -0
- package/widgets/widget-map/interaction/tooltip-manager.class.d.ts +1 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@provoly/dashboard",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.49",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"homepage": "https://documentation.provoly.com/provoly-dashboard/main/index.html",
|
|
6
6
|
"repository": {
|
|
@@ -145,6 +145,36 @@
|
|
|
145
145
|
"esm": "./esm2022/toolbox/provoly-dashboard-toolbox.mjs",
|
|
146
146
|
"default": "./fesm2022/provoly-dashboard-toolbox.mjs"
|
|
147
147
|
},
|
|
148
|
+
"./filters/autocomplete": {
|
|
149
|
+
"types": "./filters/autocomplete/index.d.ts",
|
|
150
|
+
"esm2022": "./esm2022/filters/autocomplete/provoly-dashboard-filters-autocomplete.mjs",
|
|
151
|
+
"esm": "./esm2022/filters/autocomplete/provoly-dashboard-filters-autocomplete.mjs",
|
|
152
|
+
"default": "./fesm2022/provoly-dashboard-filters-autocomplete.mjs"
|
|
153
|
+
},
|
|
154
|
+
"./filters/date": {
|
|
155
|
+
"types": "./filters/date/index.d.ts",
|
|
156
|
+
"esm2022": "./esm2022/filters/date/provoly-dashboard-filters-date.mjs",
|
|
157
|
+
"esm": "./esm2022/filters/date/provoly-dashboard-filters-date.mjs",
|
|
158
|
+
"default": "./fesm2022/provoly-dashboard-filters-date.mjs"
|
|
159
|
+
},
|
|
160
|
+
"./filters/list": {
|
|
161
|
+
"types": "./filters/list/index.d.ts",
|
|
162
|
+
"esm2022": "./esm2022/filters/list/provoly-dashboard-filters-list.mjs",
|
|
163
|
+
"esm": "./esm2022/filters/list/provoly-dashboard-filters-list.mjs",
|
|
164
|
+
"default": "./fesm2022/provoly-dashboard-filters-list.mjs"
|
|
165
|
+
},
|
|
166
|
+
"./filters/number": {
|
|
167
|
+
"types": "./filters/number/index.d.ts",
|
|
168
|
+
"esm2022": "./esm2022/filters/number/provoly-dashboard-filters-number.mjs",
|
|
169
|
+
"esm": "./esm2022/filters/number/provoly-dashboard-filters-number.mjs",
|
|
170
|
+
"default": "./fesm2022/provoly-dashboard-filters-number.mjs"
|
|
171
|
+
},
|
|
172
|
+
"./filters/text": {
|
|
173
|
+
"types": "./filters/text/index.d.ts",
|
|
174
|
+
"esm2022": "./esm2022/filters/text/provoly-dashboard-filters-text.mjs",
|
|
175
|
+
"esm": "./esm2022/filters/text/provoly-dashboard-filters-text.mjs",
|
|
176
|
+
"default": "./fesm2022/provoly-dashboard-filters-text.mjs"
|
|
177
|
+
},
|
|
148
178
|
"./components/card": {
|
|
149
179
|
"types": "./components/card/index.d.ts",
|
|
150
180
|
"esm2022": "./esm2022/components/card/provoly-dashboard-components-card.mjs",
|
|
@@ -217,36 +247,6 @@
|
|
|
217
247
|
"esm": "./esm2022/components/text-editor/provoly-dashboard-components-text-editor.mjs",
|
|
218
248
|
"default": "./fesm2022/provoly-dashboard-components-text-editor.mjs"
|
|
219
249
|
},
|
|
220
|
-
"./filters/autocomplete": {
|
|
221
|
-
"types": "./filters/autocomplete/index.d.ts",
|
|
222
|
-
"esm2022": "./esm2022/filters/autocomplete/provoly-dashboard-filters-autocomplete.mjs",
|
|
223
|
-
"esm": "./esm2022/filters/autocomplete/provoly-dashboard-filters-autocomplete.mjs",
|
|
224
|
-
"default": "./fesm2022/provoly-dashboard-filters-autocomplete.mjs"
|
|
225
|
-
},
|
|
226
|
-
"./filters/date": {
|
|
227
|
-
"types": "./filters/date/index.d.ts",
|
|
228
|
-
"esm2022": "./esm2022/filters/date/provoly-dashboard-filters-date.mjs",
|
|
229
|
-
"esm": "./esm2022/filters/date/provoly-dashboard-filters-date.mjs",
|
|
230
|
-
"default": "./fesm2022/provoly-dashboard-filters-date.mjs"
|
|
231
|
-
},
|
|
232
|
-
"./filters/list": {
|
|
233
|
-
"types": "./filters/list/index.d.ts",
|
|
234
|
-
"esm2022": "./esm2022/filters/list/provoly-dashboard-filters-list.mjs",
|
|
235
|
-
"esm": "./esm2022/filters/list/provoly-dashboard-filters-list.mjs",
|
|
236
|
-
"default": "./fesm2022/provoly-dashboard-filters-list.mjs"
|
|
237
|
-
},
|
|
238
|
-
"./filters/number": {
|
|
239
|
-
"types": "./filters/number/index.d.ts",
|
|
240
|
-
"esm2022": "./esm2022/filters/number/provoly-dashboard-filters-number.mjs",
|
|
241
|
-
"esm": "./esm2022/filters/number/provoly-dashboard-filters-number.mjs",
|
|
242
|
-
"default": "./fesm2022/provoly-dashboard-filters-number.mjs"
|
|
243
|
-
},
|
|
244
|
-
"./filters/text": {
|
|
245
|
-
"types": "./filters/text/index.d.ts",
|
|
246
|
-
"esm2022": "./esm2022/filters/text/provoly-dashboard-filters-text.mjs",
|
|
247
|
-
"esm": "./esm2022/filters/text/provoly-dashboard-filters-text.mjs",
|
|
248
|
-
"default": "./fesm2022/provoly-dashboard-filters-text.mjs"
|
|
249
|
-
},
|
|
250
250
|
"./pipeline-components/filter": {
|
|
251
251
|
"types": "./pipeline-components/filter/index.d.ts",
|
|
252
252
|
"esm2022": "./esm2022/pipeline-components/filter/provoly-dashboard-pipeline-components-filter.mjs",
|
|
@@ -265,18 +265,18 @@
|
|
|
265
265
|
"esm": "./esm2022/pipeline-components/noop/provoly-dashboard-pipeline-components-noop.mjs",
|
|
266
266
|
"default": "./fesm2022/provoly-dashboard-pipeline-components-noop.mjs"
|
|
267
267
|
},
|
|
268
|
-
"./pipeline-components/subgraph": {
|
|
269
|
-
"types": "./pipeline-components/subgraph/index.d.ts",
|
|
270
|
-
"esm2022": "./esm2022/pipeline-components/subgraph/provoly-dashboard-pipeline-components-subgraph.mjs",
|
|
271
|
-
"esm": "./esm2022/pipeline-components/subgraph/provoly-dashboard-pipeline-components-subgraph.mjs",
|
|
272
|
-
"default": "./fesm2022/provoly-dashboard-pipeline-components-subgraph.mjs"
|
|
273
|
-
},
|
|
274
268
|
"./pipeline-components/output-dataset": {
|
|
275
269
|
"types": "./pipeline-components/output-dataset/index.d.ts",
|
|
276
270
|
"esm2022": "./esm2022/pipeline-components/output-dataset/provoly-dashboard-pipeline-components-output-dataset.mjs",
|
|
277
271
|
"esm": "./esm2022/pipeline-components/output-dataset/provoly-dashboard-pipeline-components-output-dataset.mjs",
|
|
278
272
|
"default": "./fesm2022/provoly-dashboard-pipeline-components-output-dataset.mjs"
|
|
279
273
|
},
|
|
274
|
+
"./pipeline-components/subgraph": {
|
|
275
|
+
"types": "./pipeline-components/subgraph/index.d.ts",
|
|
276
|
+
"esm2022": "./esm2022/pipeline-components/subgraph/provoly-dashboard-pipeline-components-subgraph.mjs",
|
|
277
|
+
"esm": "./esm2022/pipeline-components/subgraph/provoly-dashboard-pipeline-components-subgraph.mjs",
|
|
278
|
+
"default": "./fesm2022/provoly-dashboard-pipeline-components-subgraph.mjs"
|
|
279
|
+
},
|
|
280
280
|
"./tooltips/attribute": {
|
|
281
281
|
"types": "./tooltips/attribute/index.d.ts",
|
|
282
282
|
"esm2022": "./esm2022/tooltips/attribute/provoly-dashboard-tooltips-attribute.mjs",
|
|
@@ -128,6 +128,8 @@ export declare class WidgetMapComponent extends DataWidgetComponent implements A
|
|
|
128
128
|
layerSettingsExpandedState: {
|
|
129
129
|
[key: string]: boolean;
|
|
130
130
|
};
|
|
131
|
+
lockZoom: boolean;
|
|
132
|
+
previousUrl: string;
|
|
131
133
|
constructor(store: Store<any>, translateService: PryI18nService, tooltipFactoryService: TooltipFactoryService, symbolService: SymbolService, injector: Injector, widgetMapLayerService: WidgetMapLayerService, pryAggregationService: PryAggregationService, el: ElementRef, geoAuthService: PryGeoAuthService);
|
|
132
134
|
initInteractionManager(): InteractionManager;
|
|
133
135
|
initTooltipManager(): TooltipManager;
|
|
@@ -26,6 +26,7 @@ export declare class TooltipManager {
|
|
|
26
26
|
interactionPopupOverlay: Overlay;
|
|
27
27
|
tooltipDisplayedIndex$: BehaviorSubject<number>;
|
|
28
28
|
private calculatedTooltipPosition?;
|
|
29
|
+
inter: any;
|
|
29
30
|
init(tooltipFactoryService: TooltipFactoryService, injector: Injector, store: Store, subscriptions: Subscription, widgetSize$: Observable<Size>, displayHeader$: Observable<boolean | {
|
|
30
31
|
[p: string]: boolean;
|
|
31
32
|
}>, map: Map, popup: ElementRef, popupContent: ViewContainerRef, interactionManager: InteractionManager, parent: WidgetMapComponent): this;
|