@dssp/supervision 1.0.0-alpha.66 → 1.0.0-alpha.74

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.
Files changed (152) hide show
  1. package/dist-client/pages/building-inspection/building-inspection-detail-ai-defect.js +1 -0
  2. package/dist-client/pages/building-inspection/building-inspection-detail-ai-defect.js.map +1 -1
  3. package/dist-client/pages/building-inspection/building-inspection-detail-ai-measurement.js +1 -0
  4. package/dist-client/pages/building-inspection/building-inspection-detail-ai-measurement.js.map +1 -1
  5. package/dist-client/pages/building-inspection/building-inspection-detail-camera.js +1 -0
  6. package/dist-client/pages/building-inspection/building-inspection-detail-camera.js.map +1 -1
  7. package/dist-client/pages/building-inspection/building-inspection-detail-checklist.d.ts +2 -0
  8. package/dist-client/pages/building-inspection/building-inspection-detail-checklist.js +16 -0
  9. package/dist-client/pages/building-inspection/building-inspection-detail-checklist.js.map +1 -1
  10. package/dist-client/pages/building-inspection/building-inspection-detail-drawing.js +1 -0
  11. package/dist-client/pages/building-inspection/building-inspection-detail-drawing.js.map +1 -1
  12. package/dist-client/pages/building-inspection/building-inspection-management.d.ts +72 -0
  13. package/dist-client/pages/building-inspection/building-inspection-management.js +1256 -0
  14. package/dist-client/pages/building-inspection/building-inspection-management.js.map +1 -0
  15. package/dist-client/pages/building-inspection/component/building-inspection-detail-header.js +8 -3
  16. package/dist-client/pages/building-inspection/component/building-inspection-detail-header.js.map +1 -1
  17. package/dist-client/pages/building-inspection/component/image-preview-popup.js +0 -3
  18. package/dist-client/pages/building-inspection/component/image-preview-popup.js.map +1 -1
  19. package/dist-client/pages/building-inspection/component/inspection-document/inspection-request-document.d.ts +5 -0
  20. package/dist-client/pages/building-inspection/component/inspection-document/inspection-request-document.js +62 -3
  21. package/dist-client/pages/building-inspection/component/inspection-document/inspection-request-document.js.map +1 -1
  22. package/dist-client/pages/building-inspection/component/inspection-document/inspection-result-notification.d.ts +1 -0
  23. package/dist-client/pages/building-inspection/component/inspection-document/inspection-result-notification.js +8 -2
  24. package/dist-client/pages/building-inspection/component/inspection-document/inspection-result-notification.js.map +1 -1
  25. package/dist-client/pages/building-inspection/component/inspection-event-provider.js +3 -1
  26. package/dist-client/pages/building-inspection/component/inspection-event-provider.js.map +1 -1
  27. package/dist-client/pages/building-inspection/inspection-with-checklist-create-popup.d.ts +3 -0
  28. package/dist-client/pages/building-inspection/inspection-with-checklist-create-popup.js +791 -0
  29. package/dist-client/pages/building-inspection/inspection-with-checklist-create-popup.js.map +1 -0
  30. package/dist-client/pages/checklist/checklist-view.js +76 -5
  31. package/dist-client/pages/checklist/checklist-view.js.map +1 -1
  32. package/dist-client/pages/checklist-database/checklist-database.d.ts +35 -0
  33. package/dist-client/pages/checklist-database/checklist-database.js +539 -0
  34. package/dist-client/pages/checklist-database/checklist-database.js.map +1 -0
  35. package/dist-client/pages/checklist-template/construction-checklist-template-item-popup.d.ts +2 -0
  36. package/dist-client/pages/checklist-template/construction-checklist-template-item-popup.js +242 -0
  37. package/dist-client/pages/checklist-template/construction-checklist-template-item-popup.js.map +1 -0
  38. package/dist-client/pages/checklist-template/construction-checklist-template-list.d.ts +55 -0
  39. package/dist-client/pages/checklist-template/construction-checklist-template-list.js +409 -0
  40. package/dist-client/pages/checklist-template/construction-checklist-template-list.js.map +1 -0
  41. package/dist-client/pages/project-checklist/project-checklist-management.d.ts +50 -0
  42. package/dist-client/pages/project-checklist/project-checklist-management.js +910 -0
  43. package/dist-client/pages/project-checklist/project-checklist-management.js.map +1 -0
  44. package/dist-client/route.d.ts +1 -1
  45. package/dist-client/route.js +12 -0
  46. package/dist-client/route.js.map +1 -1
  47. package/dist-client/tsconfig.tsbuildinfo +1 -1
  48. package/dist-server/service/action-plan/action-plan-mutation.js +5 -6
  49. package/dist-server/service/action-plan/action-plan-mutation.js.map +1 -1
  50. package/dist-server/service/action-plan/action-plan-query.d.ts +2 -2
  51. package/dist-server/service/action-plan/action-plan-query.js +5 -11
  52. package/dist-server/service/action-plan/action-plan-query.js.map +1 -1
  53. package/dist-server/service/building-inspection/building-inspection-mutation.js +3 -3
  54. package/dist-server/service/building-inspection/building-inspection-mutation.js.map +1 -1
  55. package/dist-server/service/building-inspection/building-inspection-query.d.ts +2 -2
  56. package/dist-server/service/building-inspection/building-inspection-query.js +19 -22
  57. package/dist-server/service/building-inspection/building-inspection-query.js.map +1 -1
  58. package/dist-server/service/building-inspection/building-inspection-type.d.ts +1 -0
  59. package/dist-server/service/building-inspection/building-inspection-type.js +4 -0
  60. package/dist-server/service/building-inspection/building-inspection-type.js.map +1 -1
  61. package/dist-server/service/building-inspection/building-inspection.js +14 -1
  62. package/dist-server/service/building-inspection/building-inspection.js.map +1 -1
  63. package/dist-server/service/checklist-template/checklist-template-query.d.ts +1 -1
  64. package/dist-server/service/checklist-template/checklist-template-query.js +2 -5
  65. package/dist-server/service/checklist-template/checklist-template-query.js.map +1 -1
  66. package/dist-server/service/checklist-type/checklist-type-query.d.ts +1 -1
  67. package/dist-server/service/checklist-type/checklist-type-query.js +2 -5
  68. package/dist-server/service/checklist-type/checklist-type-query.js.map +1 -1
  69. package/dist-server/service/construction-checklist-template/construction-checklist-template-mutation.d.ts +7 -0
  70. package/dist-server/service/construction-checklist-template/construction-checklist-template-mutation.js +107 -0
  71. package/dist-server/service/construction-checklist-template/construction-checklist-template-mutation.js.map +1 -0
  72. package/dist-server/service/construction-checklist-template/construction-checklist-template-query.d.ts +10 -0
  73. package/dist-server/service/construction-checklist-template/construction-checklist-template-query.js +62 -0
  74. package/dist-server/service/construction-checklist-template/construction-checklist-template-query.js.map +1 -0
  75. package/dist-server/service/construction-checklist-template/construction-checklist-template-type.d.ts +11 -0
  76. package/dist-server/service/construction-checklist-template/construction-checklist-template-type.js +43 -0
  77. package/dist-server/service/construction-checklist-template/construction-checklist-template-type.js.map +1 -0
  78. package/dist-server/service/construction-checklist-template/construction-checklist-template.d.ts +18 -0
  79. package/dist-server/service/construction-checklist-template/construction-checklist-template.js +80 -0
  80. package/dist-server/service/construction-checklist-template/construction-checklist-template.js.map +1 -0
  81. package/dist-server/service/construction-checklist-template/index.d.ts +5 -0
  82. package/dist-server/service/construction-checklist-template/index.js +9 -0
  83. package/dist-server/service/construction-checklist-template/index.js.map +1 -0
  84. package/dist-server/service/construction-checklist-template-item/construction-checklist-template-item-mutation.d.ts +6 -0
  85. package/dist-server/service/construction-checklist-template-item/construction-checklist-template-item-mutation.js +60 -0
  86. package/dist-server/service/construction-checklist-template-item/construction-checklist-template-item-mutation.js.map +1 -0
  87. package/dist-server/service/construction-checklist-template-item/construction-checklist-template-item-query.d.ts +9 -0
  88. package/dist-server/service/construction-checklist-template-item/construction-checklist-template-item-query.js +53 -0
  89. package/dist-server/service/construction-checklist-template-item/construction-checklist-template-item-query.js.map +1 -0
  90. package/dist-server/service/construction-checklist-template-item/construction-checklist-template-item-type.d.ts +17 -0
  91. package/dist-server/service/construction-checklist-template-item/construction-checklist-template-item-type.js +67 -0
  92. package/dist-server/service/construction-checklist-template-item/construction-checklist-template-item-type.js.map +1 -0
  93. package/dist-server/service/construction-checklist-template-item/construction-checklist-template-item.d.ts +24 -0
  94. package/dist-server/service/construction-checklist-template-item/construction-checklist-template-item.js +113 -0
  95. package/dist-server/service/construction-checklist-template-item/construction-checklist-template-item.js.map +1 -0
  96. package/dist-server/service/construction-checklist-template-item/index.d.ts +5 -0
  97. package/dist-server/service/construction-checklist-template-item/index.js +9 -0
  98. package/dist-server/service/construction-checklist-template-item/index.js.map +1 -0
  99. package/dist-server/service/construction-checklist-template-item/spec-matching-service.d.ts +2 -0
  100. package/dist-server/service/construction-checklist-template-item/spec-matching-service.js +50 -0
  101. package/dist-server/service/construction-checklist-template-item/spec-matching-service.js.map +1 -0
  102. package/dist-server/service/index.d.ts +5 -1
  103. package/dist-server/service/index.js +16 -0
  104. package/dist-server/service/index.js.map +1 -1
  105. package/dist-server/service/issue/issue-mutation.js +5 -6
  106. package/dist-server/service/issue/issue-mutation.js.map +1 -1
  107. package/dist-server/service/issue/issue-query.d.ts +2 -2
  108. package/dist-server/service/issue/issue-query.js +5 -11
  109. package/dist-server/service/issue/issue-query.js.map +1 -1
  110. package/dist-server/service/project-checklist/index.d.ts +5 -0
  111. package/dist-server/service/project-checklist/index.js +9 -0
  112. package/dist-server/service/project-checklist/index.js.map +1 -0
  113. package/dist-server/service/project-checklist/project-checklist-mutation.d.ts +7 -0
  114. package/dist-server/service/project-checklist/project-checklist-mutation.js +109 -0
  115. package/dist-server/service/project-checklist/project-checklist-mutation.js.map +1 -0
  116. package/dist-server/service/project-checklist/project-checklist-query.d.ts +12 -0
  117. package/dist-server/service/project-checklist/project-checklist-query.js +76 -0
  118. package/dist-server/service/project-checklist/project-checklist-query.js.map +1 -0
  119. package/dist-server/service/project-checklist/project-checklist-type.d.ts +18 -0
  120. package/dist-server/service/project-checklist/project-checklist-type.js +69 -0
  121. package/dist-server/service/project-checklist/project-checklist-type.js.map +1 -0
  122. package/dist-server/service/project-checklist/project-checklist.d.ts +20 -0
  123. package/dist-server/service/project-checklist/project-checklist.js +90 -0
  124. package/dist-server/service/project-checklist/project-checklist.js.map +1 -0
  125. package/dist-server/service/project-checklist-item/index.d.ts +4 -0
  126. package/dist-server/service/project-checklist-item/index.js +9 -0
  127. package/dist-server/service/project-checklist-item/index.js.map +1 -0
  128. package/dist-server/service/project-checklist-item/project-checklist-item-mutation.d.ts +2 -0
  129. package/dist-server/service/project-checklist-item/project-checklist-item-mutation.js +13 -0
  130. package/dist-server/service/project-checklist-item/project-checklist-item-mutation.js.map +1 -0
  131. package/dist-server/service/project-checklist-item/project-checklist-item-query.d.ts +5 -0
  132. package/dist-server/service/project-checklist-item/project-checklist-item-query.js +34 -0
  133. package/dist-server/service/project-checklist-item/project-checklist-item-query.js.map +1 -0
  134. package/dist-server/service/project-checklist-item/project-checklist-item-type.d.ts +5 -0
  135. package/dist-server/service/project-checklist-item/project-checklist-item-type.js +21 -0
  136. package/dist-server/service/project-checklist-item/project-checklist-item-type.js.map +1 -0
  137. package/dist-server/service/project-checklist-item/project-checklist-item.d.ts +17 -0
  138. package/dist-server/service/project-checklist-item/project-checklist-item.js +82 -0
  139. package/dist-server/service/project-checklist-item/project-checklist-item.js.map +1 -0
  140. package/dist-server/service/project-report/project-report-mutation.js +5 -6
  141. package/dist-server/service/project-report/project-report-mutation.js.map +1 -1
  142. package/dist-server/service/project-report/project-report-query.d.ts +2 -2
  143. package/dist-server/service/project-report/project-report-query.js +5 -11
  144. package/dist-server/service/project-report/project-report-query.js.map +1 -1
  145. package/dist-server/service/supervisor/supervisor-mutation.js +5 -6
  146. package/dist-server/service/supervisor/supervisor-mutation.js.map +1 -1
  147. package/dist-server/service/supervisor/supervisor-query.d.ts +2 -2
  148. package/dist-server/service/supervisor/supervisor-query.js +5 -11
  149. package/dist-server/service/supervisor/supervisor-query.js.map +1 -1
  150. package/dist-server/tsconfig.tsbuildinfo +1 -1
  151. package/package.json +4 -4
  152. package/things-factory.config.js +7 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dssp/supervision",
3
- "version": "1.0.0-alpha.66",
3
+ "version": "1.0.0-alpha.74",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "dist-client/index.js",
6
6
  "things-factory": true,
@@ -27,8 +27,8 @@
27
27
  "migration:create": "node ../../node_modules/typeorm/cli.js migration:create -d ./server/migrations"
28
28
  },
29
29
  "dependencies": {
30
- "@dssp/building-complex": "^1.0.0-alpha.66",
31
- "@dssp/drawing": "^1.0.0-alpha.66",
30
+ "@dssp/building-complex": "^1.0.0-alpha.74",
31
+ "@dssp/drawing": "^1.0.0-alpha.74",
32
32
  "@operato/event-view": "^10.0.0-beta",
33
33
  "@operato/graphql": "^10.0.0-beta",
34
34
  "@operato/image-marker": "^10.0.0-beta",
@@ -40,5 +40,5 @@
40
40
  "html2canvas": "1.4.1",
41
41
  "moment": "2.30.1"
42
42
  },
43
- "gitHead": "90602bae19184d0948d9b1ee68e6accfda6a45a0"
43
+ "gitHead": "91d3dc0dbc1e5db81c647af9b4c64674aa0eac54"
44
44
  }
@@ -5,6 +5,7 @@ export default {
5
5
  route,
6
6
  routes: [
7
7
  'checklist-template-list', // 체크리스트 템플릿
8
+ 'construction-checklist-template-list', // 공종 기반 체크리스트 템플릿 (DCSP)
8
9
  'checklist-type-management', // 체크리스트 구분 관리
9
10
  'building-inspection-list', // 층 검측 현황
10
11
  'building-inspection-detail-drawing', // 층 검측 상세 - 검측 도면
@@ -13,7 +14,12 @@ export default {
13
14
  'building-inspection-detail-ai-measurement', // 층 검측 상세 - AI 거리 측정
14
15
  'building-inspection-detail-ai-defect', // 층 검측 상세 - AI 하자 분석
15
16
 
16
- 'building-inspection-grid-detail' // 동별 시공검측 상세 정보 (단국대)
17
+ 'building-inspection-grid-detail', // 동별 시공검측 상세 정보 (단국대)
18
+
19
+ 'building-inspection-management', // 업무 대시보드 (통합)
20
+
21
+ 'project-checklist-management', // 프로젝트 체크리스트 관리
22
+ 'checklist-database' // 체크리스트 DB
17
23
  ].map(page => {
18
24
  return {
19
25
  page,