@dssp/dkpi 1.0.0-alpha.90 → 1.0.0-alpha.92
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/pages/kpi-dashboard/components/kpi-left-panel.js +8 -0
- package/dist-client/pages/kpi-dashboard/components/kpi-left-panel.js.map +1 -1
- package/dist-client/pages/kpi-dashboard/components/kpi-map-panel.d.ts +1 -0
- package/dist-client/pages/kpi-dashboard/components/kpi-map-panel.js +10 -3
- package/dist-client/pages/kpi-dashboard/components/kpi-map-panel.js.map +1 -1
- package/dist-client/pages/kpi-dashboard/components/kpi-region-popup.d.ts +2 -0
- package/dist-client/pages/kpi-dashboard/components/kpi-region-popup.js +68 -11
- package/dist-client/pages/kpi-dashboard/components/kpi-region-popup.js.map +1 -1
- package/dist-client/pages/kpi-dashboard/kpi-dashboard-map.d.ts +5 -0
- package/dist-client/pages/kpi-dashboard/kpi-dashboard-map.js +26 -2
- package/dist-client/pages/kpi-dashboard/kpi-dashboard-map.js.map +1 -1
- package/dist-client/pages/project-complete-tabs/pc-tab2-rating.js +2 -1
- package/dist-client/pages/project-complete-tabs/pc-tab2-rating.js.map +1 -1
- package/dist-client/pages/project-complete-tabs/pc-tab4-monthly.js +12 -1
- package/dist-client/pages/project-complete-tabs/pc-tab4-monthly.js.map +1 -1
- package/dist-client/pages/sv-project-detail.js +9 -3
- package/dist-client/pages/sv-project-detail.js.map +1 -1
- package/dist-client/shared/complete-api.js +12 -1
- package/dist-client/shared/complete-api.js.map +1 -1
- package/dist-client/tsconfig.tsbuildinfo +1 -1
- package/dist-server/service/kpi-stat/kpi-stat-query.d.ts +2 -2
- package/dist-server/service/kpi-stat/kpi-stat-query.js +34 -10
- package/dist-server/service/kpi-stat/kpi-stat-query.js.map +1 -1
- package/dist-server/tsconfig.tsbuildinfo +1 -1
- package/package.json +3 -3
- package/schema.graphql +7 -2
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.92",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "dist-client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"@dssp/integration-allbaro": "^1.0.0-alpha.84",
|
|
52
52
|
"@dssp/integration-kiscon": "^1.0.0-alpha.84",
|
|
53
|
-
"@dssp/project": "^1.0.0-alpha.
|
|
53
|
+
"@dssp/project": "^1.0.0-alpha.92",
|
|
54
54
|
"@material/web": "^2.4.0",
|
|
55
55
|
"@operato/chart": "^10.0.0-beta",
|
|
56
56
|
"@operato/gantt": "^10.0.0-beta",
|
|
@@ -107,5 +107,5 @@
|
|
|
107
107
|
"devDependencies": {
|
|
108
108
|
"@things-factory/builder": "^10.0.0-beta"
|
|
109
109
|
},
|
|
110
|
-
"gitHead": "
|
|
110
|
+
"gitHead": "6388ee1377e7e6007a2469eb518ccd4b83cebb85"
|
|
111
111
|
}
|
package/schema.graphql
CHANGED
|
@@ -12268,10 +12268,10 @@ type Query {
|
|
|
12268
12268
|
kpiYValueComprehensiveStatsByGeoGroup(geoGroup: String): [KpiComprehensiveStatsByGeoGroup!]!
|
|
12269
12269
|
|
|
12270
12270
|
"""Get Y-level KPI statistics by geo_group code (sigungu)"""
|
|
12271
|
-
kpiYValueStatsByGeoGroup(endYearMonth: String, geoGroup: String!, startYearMonth: String): [KpiComprehensiveStats!]!
|
|
12271
|
+
kpiYValueStatsByGeoGroup(buildingUsage: String, endYearMonth: String, geoGroup: String!, sectorType: String, startYearMonth: String): [KpiComprehensiveStats!]!
|
|
12272
12272
|
|
|
12273
12273
|
"""Get KPI statistics for Y-category KPIs by specific metro area"""
|
|
12274
|
-
kpiYValueStatsByMetroArea(endYearMonth: String, metroArea: String!, startYearMonth: String): [KpiComprehensiveStats!]!
|
|
12274
|
+
kpiYValueStatsByMetroArea(buildingUsage: String, endYearMonth: String, metroArea: String!, sectorType: String, startYearMonth: String): [KpiComprehensiveStats!]!
|
|
12275
12275
|
|
|
12276
12276
|
"""Get KPI box plot statistics for Z-category KPIs by metro area"""
|
|
12277
12277
|
kpiZValueComprehensiveStatsByGeoGroup(buildingUsage: String, endYearMonth: String, geoGroup: String, kpiName: String, sectorType: String, startYearMonth: String): [KpiComprehensiveStatsByGeoGroup!]!
|
|
@@ -12279,6 +12279,11 @@ type Query {
|
|
|
12279
12279
|
"""Get monthly KPI trend for Z-category KPIs by metro area"""
|
|
12280
12280
|
kpiZValueMonthlyTrendByGeoGroup(buildingUsage: String, endYearMonth: String, kpiName: String, sectorType: String, startYearMonth: String): [KpiMonthlyTrend!]!
|
|
12281
12281
|
|
|
12282
|
+
"""
|
|
12283
|
+
Get monthly KPI trend for Z-category KPIs for a specific sigungu (geo_group code)
|
|
12284
|
+
"""
|
|
12285
|
+
kpiZValueMonthlyTrendBySigungu(buildingUsage: String, endYearMonth: String, geoGroup: String!, kpiName: String, sectorType: String, startYearMonth: String): [KpiMonthlyTrend!]!
|
|
12286
|
+
|
|
12282
12287
|
"""Get KPI statistics by sigungu (geo_group code) level"""
|
|
12283
12288
|
kpiZValueStatsBySigungu(buildingUsage: String, endYearMonth: String, kpiName: String, sectorType: String, startYearMonth: String): [KpiComprehensiveStatsByGeoGroup!]!
|
|
12284
12289
|
|