@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.
- package/esm2022/lib/dashboard/components/dashboard.component.mjs +2 -3
- package/esm2022/lib/dashboard/components/widgets/header/widget-header.component.mjs +7 -3
- package/esm2022/lib/dashboard/store/dashboard.actions.mjs +1 -2
- package/esm2022/lib/dashboard/store/dashboard.effects.mjs +3 -17
- package/esm2022/lib/dashboard/store/dashboard.reducers.mjs +2 -2
- package/esm2022/presentation/style/css.component.mjs +2 -2
- package/esm2022/restitution/style/css.component.mjs +2 -2
- package/fesm2022/provoly-dashboard-presentation.mjs +2 -2
- package/fesm2022/provoly-dashboard-presentation.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-restitution.mjs +2 -2
- package/fesm2022/provoly-dashboard-restitution.mjs.map +1 -1
- package/fesm2022/provoly-dashboard.mjs +10 -22
- package/fesm2022/provoly-dashboard.mjs.map +1 -1
- package/lib/dashboard/store/dashboard.actions.d.ts +0 -15
- package/lib/dashboard/store/dashboard.effects.d.ts +0 -15
- package/package.json +12 -12
- package/presentation/style/_o-pry-new-presentation.scss +0 -1
- package/presentation/style/_o-pry-presentation.scss +7 -0
- package/styles/layout/_o-manifest-layout.scss +0 -1
- package/styles-theme/components-theme/_o-pry-presentation.theme.scss +8 -0
|
@@ -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.
|
|
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-
|
|
323
|
-
"types": "./widgets/widget-
|
|
324
|
-
"esm2022": "./esm2022/widgets/widget-
|
|
325
|
-
"esm": "./esm2022/widgets/widget-
|
|
326
|
-
"default": "./fesm2022/provoly-dashboard-widgets-widget-
|
|
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",
|
|
@@ -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 {
|