@provoly/dashboard 0.19.11 → 0.20.0

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.
@@ -85,21 +85,6 @@ export declare const DashboardActions: {
85
85
  manifestId?: string | undefined;
86
86
  selectedIds: string[];
87
87
  } & import("@ngrx/store/src/models").TypedAction<"[Dashboard] (bus) updating manifest but do not activate it">>;
88
- updateManifestAfterResize: import("@ngrx/store").ActionCreator<"[Dashboard] (bus) updating manifest after resize", (props: {
89
- tenants?: string[] | undefined;
90
- manifest: GlobalManifest;
91
- resultSets?: ResultSets | undefined;
92
- joining?: boolean | undefined;
93
- manifestId?: string | undefined;
94
- selectedIds: string[];
95
- }) => {
96
- tenants?: string[] | undefined;
97
- manifest: GlobalManifest;
98
- resultSets?: ResultSets | undefined;
99
- joining?: boolean | undefined;
100
- manifestId?: string | undefined;
101
- selectedIds: string[];
102
- } & import("@ngrx/store/src/models").TypedAction<"[Dashboard] (bus) updating manifest after resize">>;
103
88
  updateManifestAfterTenantJoin: import("@ngrx/store").ActionCreator<"[Dashboard] (bus) updating manifest after tenant join", (props: {
104
89
  tenants?: string[] | undefined;
105
90
  manifest: GlobalManifest;
@@ -102,14 +102,6 @@ export declare class DashboardEffects {
102
102
  sendAggregatesEvent$: import("rxjs").Observable<{
103
103
  id: string;
104
104
  } & import("@ngrx/store/src/models").TypedAction<"[Dashboard] (bus) Triggering aggregates for datasource">> & import("@ngrx/effects").CreateEffectMetadata;
105
- resize$: import("rxjs").Observable<{
106
- tenants?: string[] | undefined;
107
- manifest: GlobalManifest;
108
- resultSets?: import("@provoly/dashboard").ResultSets | undefined;
109
- joining?: boolean | undefined;
110
- manifestId?: string | undefined;
111
- selectedIds: string[];
112
- } & import("@ngrx/store/src/models").TypedAction<"[Dashboard] (bus) updating manifest after resize">> & import("@ngrx/effects").CreateEffectMetadata;
113
105
  startMissingViewAfterViewUpdate$: import("rxjs").Observable<import("@ngrx/store/src/models").TypedAction<"[Dashboard] solving collisions"> | import("@ngrx/store/src/models").TypedAction<"[Dashboard] opening missing views for manifest"> | ({
114
106
  id?: string | undefined;
115
107
  } & import("@ngrx/store/src/models").TypedAction<"[Dashboard] request resultSet if not present or params changed">)> & import("@ngrx/effects").CreateEffectMetadata;
@@ -134,13 +126,6 @@ export declare class DashboardEffects {
134
126
  joining?: boolean | undefined;
135
127
  manifestId?: string | undefined;
136
128
  selectedIds: string[];
137
- } & import("@ngrx/store/src/models").TypedAction<"[Dashboard] (bus) updating manifest after resize">) | ({
138
- tenants?: string[] | undefined;
139
- manifest: GlobalManifest;
140
- resultSets?: import("@provoly/dashboard").ResultSets | undefined;
141
- joining?: boolean | undefined;
142
- manifestId?: string | undefined;
143
- selectedIds: string[];
144
129
  presentation?: {
145
130
  current?: import("../../core/model/manifest.interface").ManifestDescription | undefined;
146
131
  initial?: GlobalManifest | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@provoly/dashboard",
3
- "version": "0.19.11",
3
+ "version": "0.20.0",
4
4
  "type": "commonjs",
5
5
  "peerDependencies": {
6
6
  "@angular/cdk": "14.x || 15.x || 16.x",
@@ -307,29 +307,29 @@
307
307
  "esm": "./esm2022/widgets/widget-map/provoly-dashboard-widgets-widget-map.mjs",
308
308
  "default": "./fesm2022/provoly-dashboard-widgets-widget-map.mjs"
309
309
  },
310
- "./widgets/widget-template": {
311
- "types": "./widgets/widget-template/index.d.ts",
312
- "esm2022": "./esm2022/widgets/widget-template/provoly-dashboard-widgets-widget-template.mjs",
313
- "esm": "./esm2022/widgets/widget-template/provoly-dashboard-widgets-widget-template.mjs",
314
- "default": "./fesm2022/provoly-dashboard-widgets-widget-template.mjs"
315
- },
316
310
  "./widgets/widget-table": {
317
311
  "types": "./widgets/widget-table/index.d.ts",
318
312
  "esm2022": "./esm2022/widgets/widget-table/provoly-dashboard-widgets-widget-table.mjs",
319
313
  "esm": "./esm2022/widgets/widget-table/provoly-dashboard-widgets-widget-table.mjs",
320
314
  "default": "./fesm2022/provoly-dashboard-widgets-widget-table.mjs"
321
315
  },
322
- "./widgets/widget-tile": {
323
- "types": "./widgets/widget-tile/index.d.ts",
324
- "esm2022": "./esm2022/widgets/widget-tile/provoly-dashboard-widgets-widget-tile.mjs",
325
- "esm": "./esm2022/widgets/widget-tile/provoly-dashboard-widgets-widget-tile.mjs",
326
- "default": "./fesm2022/provoly-dashboard-widgets-widget-tile.mjs"
316
+ "./widgets/widget-template": {
317
+ "types": "./widgets/widget-template/index.d.ts",
318
+ "esm2022": "./esm2022/widgets/widget-template/provoly-dashboard-widgets-widget-template.mjs",
319
+ "esm": "./esm2022/widgets/widget-template/provoly-dashboard-widgets-widget-template.mjs",
320
+ "default": "./fesm2022/provoly-dashboard-widgets-widget-template.mjs"
327
321
  },
328
322
  "./widgets/widget-vega": {
329
323
  "types": "./widgets/widget-vega/index.d.ts",
330
324
  "esm2022": "./esm2022/widgets/widget-vega/provoly-dashboard-widgets-widget-vega.mjs",
331
325
  "esm": "./esm2022/widgets/widget-vega/provoly-dashboard-widgets-widget-vega.mjs",
332
326
  "default": "./fesm2022/provoly-dashboard-widgets-widget-vega.mjs"
327
+ },
328
+ "./widgets/widget-tile": {
329
+ "types": "./widgets/widget-tile/index.d.ts",
330
+ "esm2022": "./esm2022/widgets/widget-tile/provoly-dashboard-widgets-widget-tile.mjs",
331
+ "esm": "./esm2022/widgets/widget-tile/provoly-dashboard-widgets-widget-tile.mjs",
332
+ "default": "./fesm2022/provoly-dashboard-widgets-widget-tile.mjs"
333
333
  }
334
334
  },
335
335
  "schematics": "./schematics/collection.json",
@@ -29,7 +29,6 @@ pry-add-edit-presentation {
29
29
  justify-content: space-between;
30
30
  align-items: center;
31
31
  gap: toRem(15);
32
- padding-top: 0; // needed for pvy-frontend
33
32
 
34
33
  .a-btn {
35
34
  border-radius: 22px;
@@ -140,6 +140,8 @@
140
140
  align-content: center;
141
141
  justify-content: center;
142
142
  font-size: toRem(14);
143
+ line-height: toRem(18);
144
+ padding: toRem(3) 0;
143
145
 
144
146
  .a-btn {
145
147
  margin-left: toRem(20); // needed for centering the footer text
@@ -259,6 +261,11 @@ h1.a-presentation-title {
259
261
  position: absolute;
260
262
  top: toRem(6);
261
263
  right: toRem(10);
264
+
265
+ .a-btn {
266
+ padding: toRem(2) 0;
267
+ border-radius: 50%;
268
+ }
262
269
  }
263
270
 
264
271
  .m-context-menu {
@@ -24,7 +24,6 @@
24
24
  &__content {
25
25
  width: 100%;
26
26
  padding: toRem(25) toRem(20) toRem(20) toRem(20);
27
- overflow: auto;
28
27
  }
29
28
 
30
29
  .o-card-manifest {
@@ -30,4 +30,12 @@
30
30
  }
31
31
  }
32
32
  }
33
+
34
+ .more-actions {
35
+ background: transparent;
36
+
37
+ .a-btn {
38
+ background-color: themed($theme-map, 'color', 'primary', 50);
39
+ }
40
+ }
33
41
  }