@dative-gpi/foundation-core-domain 1.1.10 → 1.1.12
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.
|
@@ -51,7 +51,7 @@ export class DashboardShallowDetails extends DashboardShallowInfos {
|
|
|
51
51
|
|
|
52
52
|
get widgets() {
|
|
53
53
|
return this.defaultWidgets.map(d => {
|
|
54
|
-
const override = this.overrideWidgets.find(od => od.
|
|
54
|
+
const override = this.overrideWidgets.find(od => od.hiddenCode === d.hiddenCode);
|
|
55
55
|
return override ? new WidgetInfos({ ...d, ...override }) : d;
|
|
56
56
|
});
|
|
57
57
|
}
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"url": "https://github.com/Dative-GPI/foundation-shared-ui.git"
|
|
5
5
|
},
|
|
6
6
|
"sideEffects": false,
|
|
7
|
-
"version": "1.1.
|
|
7
|
+
"version": "1.1.12",
|
|
8
8
|
"description": "",
|
|
9
9
|
"publishConfig": {
|
|
10
10
|
"access": "public"
|
|
@@ -13,8 +13,8 @@
|
|
|
13
13
|
"author": "",
|
|
14
14
|
"license": "ISC",
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@dative-gpi/foundation-shared-domain": "1.1.
|
|
17
|
-
"@dative-gpi/foundation-shared-services": "1.1.
|
|
16
|
+
"@dative-gpi/foundation-shared-domain": "1.1.12",
|
|
17
|
+
"@dative-gpi/foundation-shared-services": "1.1.12"
|
|
18
18
|
},
|
|
19
|
-
"gitHead": "
|
|
19
|
+
"gitHead": "9ad6a2732e79fef8289b5c606efaf027ea0cd5ba"
|
|
20
20
|
}
|