@provoly/dashboard 0.25.8 → 0.25.9

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.
@@ -7,6 +7,7 @@ import { Relation } from '../../core/model/relation.interface';
7
7
  import { OrderValue } from '../../core/model/result-order.interface';
8
8
  import { ResultSet, ResultSets } from '../../core/model/result-set.interface';
9
9
  import { GetCapabilitiesResponse } from './wms.service';
10
+ import { LayerGroup } from '../../core/model/widget-map-manifest.interface';
10
11
  export type DashboardCellParams = {
11
12
  gridWidth: number;
12
13
  gridHeight: number;
@@ -513,11 +514,7 @@ export declare const DashboardActions: {
513
514
  }) => {
514
515
  layers?: string[] | undefined;
515
516
  } & import("@ngrx/store/src/models").TypedAction<"[Dashboard] init default layer group">>;
516
- addLayerGroup: import("@ngrx/store").ActionCreator<"[Dashboard] add map layer group", (props: {
517
- defaultTitle: string;
518
- }) => {
519
- defaultTitle: string;
520
- } & import("@ngrx/store/src/models").TypedAction<"[Dashboard] add map layer group">>;
517
+ addLayerGroup: import("@ngrx/store").ActionCreator<"[Dashboard] add map layer group", (props: Partial<LayerGroup>) => Partial<LayerGroup> & import("@ngrx/store/src/models").TypedAction<"[Dashboard] add map layer group">>;
521
518
  updateLayerGroup: import("@ngrx/store").ActionCreator<"[Dashboard] update map layer group", (props: {
522
519
  name: string;
523
520
  newName?: string | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@provoly/dashboard",
3
- "version": "0.25.8",
3
+ "version": "0.25.9",
4
4
  "type": "commonjs",
5
5
  "peerDependencies": {
6
6
  "@angular/cdk": "16.x || 17.x",
@@ -258,18 +258,18 @@
258
258
  "esm": "./esm2022/pipeline-components/subgraph/provoly-dashboard-pipeline-components-subgraph.mjs",
259
259
  "default": "./fesm2022/provoly-dashboard-pipeline-components-subgraph.mjs"
260
260
  },
261
- "./tooltips/attribute": {
262
- "types": "./tooltips/attribute/index.d.ts",
263
- "esm2022": "./esm2022/tooltips/attribute/provoly-dashboard-tooltips-attribute.mjs",
264
- "esm": "./esm2022/tooltips/attribute/provoly-dashboard-tooltips-attribute.mjs",
265
- "default": "./fesm2022/provoly-dashboard-tooltips-attribute.mjs"
266
- },
267
261
  "./tooltips/cluster": {
268
262
  "types": "./tooltips/cluster/index.d.ts",
269
263
  "esm2022": "./esm2022/tooltips/cluster/provoly-dashboard-tooltips-cluster.mjs",
270
264
  "esm": "./esm2022/tooltips/cluster/provoly-dashboard-tooltips-cluster.mjs",
271
265
  "default": "./fesm2022/provoly-dashboard-tooltips-cluster.mjs"
272
266
  },
267
+ "./tooltips/attribute": {
268
+ "types": "./tooltips/attribute/index.d.ts",
269
+ "esm2022": "./esm2022/tooltips/attribute/provoly-dashboard-tooltips-attribute.mjs",
270
+ "esm": "./esm2022/tooltips/attribute/provoly-dashboard-tooltips-attribute.mjs",
271
+ "default": "./fesm2022/provoly-dashboard-tooltips-attribute.mjs"
272
+ },
273
273
  "./widgets/widget-aggregated-chart": {
274
274
  "types": "./widgets/widget-aggregated-chart/index.d.ts",
275
275
  "esm2022": "./esm2022/widgets/widget-aggregated-chart/provoly-dashboard-widgets-widget-aggregated-chart.mjs",
@@ -300,18 +300,18 @@
300
300
  "esm": "./esm2022/widgets/widget-iframe/provoly-dashboard-widgets-widget-iframe.mjs",
301
301
  "default": "./fesm2022/provoly-dashboard-widgets-widget-iframe.mjs"
302
302
  },
303
- "./widgets/widget-image": {
304
- "types": "./widgets/widget-image/index.d.ts",
305
- "esm2022": "./esm2022/widgets/widget-image/provoly-dashboard-widgets-widget-image.mjs",
306
- "esm": "./esm2022/widgets/widget-image/provoly-dashboard-widgets-widget-image.mjs",
307
- "default": "./fesm2022/provoly-dashboard-widgets-widget-image.mjs"
308
- },
309
303
  "./widgets/widget-map": {
310
304
  "types": "./widgets/widget-map/index.d.ts",
311
305
  "esm2022": "./esm2022/widgets/widget-map/provoly-dashboard-widgets-widget-map.mjs",
312
306
  "esm": "./esm2022/widgets/widget-map/provoly-dashboard-widgets-widget-map.mjs",
313
307
  "default": "./fesm2022/provoly-dashboard-widgets-widget-map.mjs"
314
308
  },
309
+ "./widgets/widget-image": {
310
+ "types": "./widgets/widget-image/index.d.ts",
311
+ "esm2022": "./esm2022/widgets/widget-image/provoly-dashboard-widgets-widget-image.mjs",
312
+ "esm": "./esm2022/widgets/widget-image/provoly-dashboard-widgets-widget-image.mjs",
313
+ "default": "./fesm2022/provoly-dashboard-widgets-widget-image.mjs"
314
+ },
315
315
  "./widgets/widget-table": {
316
316
  "types": "./widgets/widget-table/index.d.ts",
317
317
  "esm2022": "./esm2022/widgets/widget-table/provoly-dashboard-widgets-widget-table.mjs",
@@ -324,17 +324,17 @@
324
324
  "esm": "./esm2022/widgets/widget-template/provoly-dashboard-widgets-widget-template.mjs",
325
325
  "default": "./fesm2022/provoly-dashboard-widgets-widget-template.mjs"
326
326
  },
327
- "./widgets/widget-tile": {
328
- "types": "./widgets/widget-tile/index.d.ts",
329
- "esm2022": "./esm2022/widgets/widget-tile/provoly-dashboard-widgets-widget-tile.mjs",
330
- "esm": "./esm2022/widgets/widget-tile/provoly-dashboard-widgets-widget-tile.mjs",
331
- "default": "./fesm2022/provoly-dashboard-widgets-widget-tile.mjs"
332
- },
333
327
  "./widgets/widget-vega": {
334
328
  "types": "./widgets/widget-vega/index.d.ts",
335
329
  "esm2022": "./esm2022/widgets/widget-vega/provoly-dashboard-widgets-widget-vega.mjs",
336
330
  "esm": "./esm2022/widgets/widget-vega/provoly-dashboard-widgets-widget-vega.mjs",
337
331
  "default": "./fesm2022/provoly-dashboard-widgets-widget-vega.mjs"
332
+ },
333
+ "./widgets/widget-tile": {
334
+ "types": "./widgets/widget-tile/index.d.ts",
335
+ "esm2022": "./esm2022/widgets/widget-tile/provoly-dashboard-widgets-widget-tile.mjs",
336
+ "esm": "./esm2022/widgets/widget-tile/provoly-dashboard-widgets-widget-tile.mjs",
337
+ "default": "./fesm2022/provoly-dashboard-widgets-widget-tile.mjs"
338
338
  }
339
339
  },
340
340
  "schematics": "./schematics/collection.json",
@@ -1,7 +1,6 @@
1
1
  @use '../abstracts' as *;
2
2
 
3
3
  .o-modal-wrapper__backdrop::before {
4
- z-index: 9999;
5
4
  content: "";
6
5
  position: absolute;
7
6
  top: 0;
@@ -16,7 +15,6 @@
16
15
  /* Organism - modal */
17
16
  .o-modal-wrapper {
18
17
  position: absolute;
19
- z-index: 10000;
20
18
  top: 50%;
21
19
  left: 50%;
22
20
  width: 100%;