@dssp/dkpi 1.0.0-alpha.85 → 1.0.0-alpha.87
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/dist-client/components/kpi-lookup-chart.d.ts +5 -0
- package/dist-client/components/kpi-lookup-chart.js +13 -1
- package/dist-client/components/kpi-lookup-chart.js.map +1 -1
- package/dist-client/pages/sv-project-detail.js +34 -35
- package/dist-client/pages/sv-project-detail.js.map +1 -1
- package/dist-client/tsconfig.tsbuildinfo +1 -1
- package/dist-server/service/kpi-value/kpi-value-query.js +21 -7
- package/dist-server/service/kpi-value/kpi-value-query.js.map +1 -1
- package/dist-server/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -2
- package/schema.graphql +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dssp/dkpi",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.87",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "dist-client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -107,5 +107,5 @@
|
|
|
107
107
|
"devDependencies": {
|
|
108
108
|
"@things-factory/builder": "^10.0.0-beta"
|
|
109
109
|
},
|
|
110
|
-
"gitHead": "
|
|
110
|
+
"gitHead": "e947a7e7f6e59ea906edc165767afb1ebe797501"
|
|
111
111
|
}
|
package/schema.graphql
CHANGED
|
@@ -12814,7 +12814,7 @@ type Query {
|
|
|
12814
12814
|
): ProjectReportList!
|
|
12815
12815
|
|
|
12816
12816
|
"""
|
|
12817
|
-
To fetch KpiValues by project group with X prefix kpi names (latest
|
|
12817
|
+
To fetch KpiValues by project group with X prefix kpi names (latest valueDate only)
|
|
12818
12818
|
"""
|
|
12819
12819
|
projectXKpiValues(projectId: String!): [KpiValue!]!
|
|
12820
12820
|
|