@dssp/dkpi 1.0.0-alpha.92 → 1.0.0-alpha.93
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/project-complete-tabs/pc-tab1-plan.d.ts +3 -0
- package/dist-client/pages/project-complete-tabs/pc-tab1-plan.js +68 -62
- package/dist-client/pages/project-complete-tabs/pc-tab1-plan.js.map +1 -1
- package/dist-client/pages/project-complete-tabs/pc-tab2-rating.d.ts +3 -0
- package/dist-client/pages/project-complete-tabs/pc-tab2-rating.js +20 -7
- package/dist-client/pages/project-complete-tabs/pc-tab2-rating.js.map +1 -1
- package/dist-client/pages/project-complete-tabs/pc-tab4-monthly.d.ts +2 -0
- package/dist-client/pages/project-complete-tabs/pc-tab4-monthly.js +34 -15
- package/dist-client/pages/project-complete-tabs/pc-tab4-monthly.js.map +1 -1
- package/dist-client/tsconfig.tsbuildinfo +1 -1
- package/dist-server/tsconfig.tsbuildinfo +1 -1
- package/package.json +3 -3
- package/schema.graphql +25 -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.93",
|
|
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.93",
|
|
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": "2d02e1f6e3defa92815d3ce19f321bda7753204b"
|
|
111
111
|
}
|
package/schema.graphql
CHANGED
|
@@ -2080,9 +2080,11 @@ type ChecklistItem {
|
|
|
2080
2080
|
detailType: String!
|
|
2081
2081
|
id: ID!
|
|
2082
2082
|
inspctionCriteria: String
|
|
2083
|
+
kcsCriteria: String
|
|
2083
2084
|
mainType: String!
|
|
2084
2085
|
name: String
|
|
2085
2086
|
sequence: Int
|
|
2087
|
+
siteSpecCriteria: String
|
|
2086
2088
|
supervisoryConfirmStatus: String
|
|
2087
2089
|
updatedAt: DateTimeISO
|
|
2088
2090
|
updater: User
|
|
@@ -2118,10 +2120,12 @@ type ChecklistItemHistory {
|
|
|
2118
2120
|
detailType: String!
|
|
2119
2121
|
id: ID!
|
|
2120
2122
|
inspctionCriteria: String
|
|
2123
|
+
kcsCriteria: String
|
|
2121
2124
|
loggedAt: DateTimeISO
|
|
2122
2125
|
mainType: String!
|
|
2123
2126
|
name: String
|
|
2124
2127
|
sequence: Float
|
|
2128
|
+
siteSpecCriteria: String
|
|
2125
2129
|
supervisoryConfirmStatus: String
|
|
2126
2130
|
updater: User
|
|
2127
2131
|
}
|
|
@@ -2134,8 +2138,10 @@ type ChecklistItemHistoryList {
|
|
|
2134
2138
|
input ChecklistItemInputType {
|
|
2135
2139
|
detailType: String!
|
|
2136
2140
|
inspctionCriteria: String
|
|
2141
|
+
kcsCriteria: String
|
|
2137
2142
|
mainType: String!
|
|
2138
2143
|
name: String!
|
|
2144
|
+
siteSpecCriteria: String
|
|
2139
2145
|
}
|
|
2140
2146
|
|
|
2141
2147
|
type ChecklistItemList {
|
|
@@ -5041,6 +5047,9 @@ type KpiMetric {
|
|
|
5041
5047
|
"""Aggregation period type for this metric."""
|
|
5042
5048
|
periodType: KpiPeriodType!
|
|
5043
5049
|
|
|
5050
|
+
"""목록 표시 순서(오름차순). 미지정(null)은 뒤로 정렬."""
|
|
5051
|
+
rank: Int
|
|
5052
|
+
|
|
5044
5053
|
"""
|
|
5045
5054
|
Cron schedule string for periodic KPI value aggregation (e.g., "0 0 * * *" for daily).
|
|
5046
5055
|
"""
|
|
@@ -5099,6 +5108,9 @@ input KpiMetricPatch {
|
|
|
5099
5108
|
"""Aggregation period type for this metric."""
|
|
5100
5109
|
periodType: KpiPeriodType
|
|
5101
5110
|
|
|
5111
|
+
"""목록 표시 순서(오름차순). 미지정(null)은 뒤로 정렬."""
|
|
5112
|
+
rank: Int
|
|
5113
|
+
|
|
5102
5114
|
"""
|
|
5103
5115
|
Cron schedule string for periodic KPI value aggregation (e.g., "0 0 * * *" for daily).
|
|
5104
5116
|
"""
|
|
@@ -6654,7 +6666,7 @@ type Mutation {
|
|
|
6654
6666
|
createProject(project: NewProject!): Project!
|
|
6655
6667
|
|
|
6656
6668
|
"""프로젝트 체크리스트 생성"""
|
|
6657
|
-
createProjectChecklist(constructionDetailTypeId: String!, constructionTypeId: String!, items: [ProjectChecklistItemInput!]!, name: String!, projectId: String
|
|
6669
|
+
createProjectChecklist(constructionDetailTypeId: String!, constructionTypeId: String!, items: [ProjectChecklistItemInput!]!, name: String!, projectId: String!, siteSpecPdfUrl: String): ProjectChecklist!
|
|
6658
6670
|
|
|
6659
6671
|
"""To create new ProjectReport"""
|
|
6660
6672
|
createProjectReport(projectReport: NewProjectReport!): ProjectReport!
|
|
@@ -8067,7 +8079,7 @@ type Mutation {
|
|
|
8067
8079
|
updateProject(project: ProjectPatch!): Project!
|
|
8068
8080
|
|
|
8069
8081
|
"""프로젝트 체크리스트 수정"""
|
|
8070
|
-
updateProjectChecklist(id: String!, items: [ProjectChecklistItemInput!]!, name: String
|
|
8082
|
+
updateProjectChecklist(id: String!, items: [ProjectChecklistItemInput!]!, name: String!, siteSpecPdfUrl: String): ProjectChecklist!
|
|
8071
8083
|
|
|
8072
8084
|
"""프로젝트 도면 업데이트"""
|
|
8073
8085
|
updateProjectPlan(project: ProjectPatch!): Project!
|
|
@@ -8716,6 +8728,8 @@ input NewFavorite {
|
|
|
8716
8728
|
}
|
|
8717
8729
|
|
|
8718
8730
|
input NewFieldDocument {
|
|
8731
|
+
"""AI 브리핑 힌트용 분류 문자열 (대 · 중 · 소분류)"""
|
|
8732
|
+
category: String
|
|
8719
8733
|
code: String!
|
|
8720
8734
|
file: Upload
|
|
8721
8735
|
name: String!
|
|
@@ -8842,6 +8856,9 @@ input NewKpiMetric {
|
|
|
8842
8856
|
"""Aggregation period type for this metric."""
|
|
8843
8857
|
periodType: KpiPeriodType
|
|
8844
8858
|
|
|
8859
|
+
"""목록 표시 순서(오름차순). 미지정(null)은 뒤로 정렬."""
|
|
8860
|
+
rank: Int
|
|
8861
|
+
|
|
8845
8862
|
"""
|
|
8846
8863
|
Cron schedule string for periodic KPI value aggregation (e.g., "0 0 * * *" for daily).
|
|
8847
8864
|
"""
|
|
@@ -10285,6 +10302,7 @@ type Project {
|
|
|
10285
10302
|
rootTasks: [Task!]
|
|
10286
10303
|
scheduleTable: Attachment
|
|
10287
10304
|
sectorType: String
|
|
10305
|
+
siteSpecPdfUrl: String
|
|
10288
10306
|
startDate: String
|
|
10289
10307
|
state: String!
|
|
10290
10308
|
structuralSafetyRate: Float
|
|
@@ -10318,10 +10336,12 @@ type ProjectChecklistItem {
|
|
|
10318
10336
|
creator: User
|
|
10319
10337
|
id: ID!
|
|
10320
10338
|
inspctionCriteria: String
|
|
10339
|
+
kcsCriteria: String
|
|
10321
10340
|
mainType: String
|
|
10322
10341
|
name: String!
|
|
10323
10342
|
projectChecklist: ProjectChecklist
|
|
10324
10343
|
sequence: Int
|
|
10344
|
+
siteSpecCriteria: String
|
|
10325
10345
|
updatedAt: DateTimeISO
|
|
10326
10346
|
updater: User
|
|
10327
10347
|
}
|
|
@@ -10403,6 +10423,9 @@ input ProjectPatch {
|
|
|
10403
10423
|
"""발주 유형 (PUBLIC: 공공, PRIVATE: 민간)"""
|
|
10404
10424
|
sectorType: String
|
|
10405
10425
|
|
|
10426
|
+
"""현장 시방서 PDF URL (https 전체 URL)"""
|
|
10427
|
+
siteSpecPdfUrl: String
|
|
10428
|
+
|
|
10406
10429
|
"""프로젝트 착공일정"""
|
|
10407
10430
|
startDate: String
|
|
10408
10431
|
|