@dssp/supervision 1.0.0-alpha.4 → 1.0.0-alpha.7

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 (91) hide show
  1. package/dist-client/pages/building-inspection/building-inspection-list.js +2 -1
  2. package/dist-client/pages/building-inspection/building-inspection-list.js.map +1 -1
  3. package/dist-client/pages/building-inspection/component/inspection-event-provider.js +3 -3
  4. package/dist-client/pages/building-inspection/component/inspection-event-provider.js.map +1 -1
  5. package/dist-client/pages/building-inspection/inspection-create-popup.js +5 -4
  6. package/dist-client/pages/building-inspection/inspection-create-popup.js.map +1 -1
  7. package/dist-client/pages/building-inspection-grid/building-inspection-grid-detail.d.ts +46 -0
  8. package/dist-client/pages/building-inspection-grid/building-inspection-grid-detail.js +930 -0
  9. package/dist-client/pages/building-inspection-grid/building-inspection-grid-detail.js.map +1 -0
  10. package/dist-client/pages/building-inspection-grid/component/grid-inspection-create-popup.d.ts +2 -0
  11. package/dist-client/pages/building-inspection-grid/component/grid-inspection-create-popup.js +734 -0
  12. package/dist-client/pages/building-inspection-grid/component/grid-inspection-create-popup.js.map +1 -0
  13. package/dist-client/pages/building-inspection-grid/component/notice-comment-popup.d.ts +1 -0
  14. package/dist-client/pages/building-inspection-grid/component/notice-comment-popup.js +304 -0
  15. package/dist-client/pages/building-inspection-grid/component/notice-comment-popup.js.map +1 -0
  16. package/dist-client/pages/building-inspection-grid/component/plan-preview-popup.d.ts +15 -0
  17. package/dist-client/pages/building-inspection-grid/component/plan-preview-popup.js +430 -0
  18. package/dist-client/pages/building-inspection-grid/component/plan-preview-popup.js.map +1 -0
  19. package/dist-client/pages/checklist/checklist-view.d.ts +2 -0
  20. package/dist-client/pages/checklist/checklist-view.js +286 -185
  21. package/dist-client/pages/checklist/checklist-view.js.map +1 -1
  22. package/dist-client/pages/checklist-template/checklist-template-item.js +8 -3
  23. package/dist-client/pages/checklist-template/checklist-template-item.js.map +1 -1
  24. package/dist-client/pages/checklist-template/checklist-template-list.js +1 -1
  25. package/dist-client/pages/checklist-template/checklist-template-list.js.map +1 -1
  26. package/dist-client/route.d.ts +1 -1
  27. package/dist-client/route.js +3 -0
  28. package/dist-client/route.js.map +1 -1
  29. package/dist-client/stt/speech-to-text.d.ts +36 -0
  30. package/dist-client/stt/speech-to-text.js +89 -0
  31. package/dist-client/stt/speech-to-text.js.map +1 -0
  32. package/dist-client/stt/stt-utils.d.ts +28 -0
  33. package/dist-client/stt/stt-utils.js +146 -0
  34. package/dist-client/stt/stt-utils.js.map +1 -0
  35. package/dist-client/tsconfig.tsbuildinfo +1 -1
  36. package/dist-server/service/action-plan/index.d.ts +0 -1
  37. package/dist-server/service/action-plan/index.js +1 -2
  38. package/dist-server/service/action-plan/index.js.map +1 -1
  39. package/dist-server/service/building-inspection/building-inspection-mutation.d.ts +1 -0
  40. package/dist-server/service/building-inspection/building-inspection-mutation.js +83 -10
  41. package/dist-server/service/building-inspection/building-inspection-mutation.js.map +1 -1
  42. package/dist-server/service/building-inspection/building-inspection-query.d.ts +2 -1
  43. package/dist-server/service/building-inspection/building-inspection-query.js +31 -2
  44. package/dist-server/service/building-inspection/building-inspection-query.js.map +1 -1
  45. package/dist-server/service/building-inspection/building-inspection-type.d.ts +5 -2
  46. package/dist-server/service/building-inspection/building-inspection-type.js +16 -4
  47. package/dist-server/service/building-inspection/building-inspection-type.js.map +1 -1
  48. package/dist-server/service/building-inspection/building-inspection.d.ts +9 -0
  49. package/dist-server/service/building-inspection/building-inspection.js +40 -2
  50. package/dist-server/service/building-inspection/building-inspection.js.map +1 -1
  51. package/dist-server/service/building-inspection/index.d.ts +2 -4
  52. package/dist-server/service/building-inspection/index.js +2 -4
  53. package/dist-server/service/building-inspection/index.js.map +1 -1
  54. package/dist-server/service/checklist/checklist-history.d.ts +8 -0
  55. package/dist-server/service/checklist/checklist-history.js +36 -0
  56. package/dist-server/service/checklist/checklist-history.js.map +1 -1
  57. package/dist-server/service/checklist/checklist.d.ts +10 -0
  58. package/dist-server/service/checklist/checklist.js +45 -3
  59. package/dist-server/service/checklist/checklist.js.map +1 -1
  60. package/dist-server/service/checklist/index.d.ts +0 -2
  61. package/dist-server/service/checklist/index.js +1 -3
  62. package/dist-server/service/checklist/index.js.map +1 -1
  63. package/dist-server/service/checklist-item-comment/index.d.ts +0 -2
  64. package/dist-server/service/checklist-item-comment/index.js +1 -3
  65. package/dist-server/service/checklist-item-comment/index.js.map +1 -1
  66. package/dist-server/service/checklist-template-item/checklist-template-item.js +2 -4
  67. package/dist-server/service/checklist-template-item/checklist-template-item.js.map +1 -1
  68. package/dist-server/service/index.d.ts +0 -1
  69. package/dist-server/service/index.js +1 -11
  70. package/dist-server/service/index.js.map +1 -1
  71. package/dist-server/service/issue/index.d.ts +0 -1
  72. package/dist-server/service/issue/index.js +1 -2
  73. package/dist-server/service/issue/index.js.map +1 -1
  74. package/dist-server/service/project-report/index.d.ts +0 -1
  75. package/dist-server/service/project-report/index.js +1 -2
  76. package/dist-server/service/project-report/index.js.map +1 -1
  77. package/dist-server/service/supervisor/index.d.ts +0 -1
  78. package/dist-server/service/supervisor/index.js +1 -2
  79. package/dist-server/service/supervisor/index.js.map +1 -1
  80. package/dist-server/tsconfig.tsbuildinfo +1 -1
  81. package/package.json +13 -13
  82. package/things-factory.config.js +3 -1
  83. package/dist-server/service/building-inspection/event-subscriber.d.ts +0 -7
  84. package/dist-server/service/building-inspection/event-subscriber.js +0 -21
  85. package/dist-server/service/building-inspection/event-subscriber.js.map +0 -1
  86. package/dist-server/service/checklist/event-subscriber.d.ts +0 -7
  87. package/dist-server/service/checklist/event-subscriber.js +0 -21
  88. package/dist-server/service/checklist/event-subscriber.js.map +0 -1
  89. package/dist-server/service/checklist-item-comment/event-subscriber.d.ts +0 -7
  90. package/dist-server/service/checklist-item-comment/event-subscriber.js +0 -21
  91. package/dist-server/service/checklist-item-comment/event-subscriber.js.map +0 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dssp/supervision",
3
- "version": "1.0.0-alpha.4",
3
+ "version": "1.0.0-alpha.7",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "dist-client/index.js",
6
6
  "things-factory": true,
@@ -27,17 +27,17 @@
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.2",
31
- "@dssp/drawing": "^1.0.0-alpha.3",
32
- "@dssp/project": "^1.0.0-alpha.2",
33
- "@operato/event-view": "^9.0.0-beta",
34
- "@operato/graphql": "^9.0.0-beta",
35
- "@operato/image-marker": "^9.0.0-beta",
36
- "@operato/input": "^9.0.0-beta",
37
- "@operato/mini-map": "^9.0.0-beta",
38
- "@operato/shell": "^9.0.0-beta",
39
- "@things-factory/auth-base": "^9.0.0-beta",
40
- "@things-factory/shell": "^9.0.0-beta"
30
+ "@dssp/building-complex": "^1.0.0-alpha.7",
31
+ "@dssp/drawing": "^1.0.0-alpha.7",
32
+ "@dssp/project": "^1.0.0-alpha.7",
33
+ "@operato/event-view": "^9.0.0",
34
+ "@operato/graphql": "^9.0.0",
35
+ "@operato/image-marker": "^9.0.0",
36
+ "@operato/input": "^9.0.0",
37
+ "@operato/mini-map": "^9.0.0",
38
+ "@operato/shell": "^9.0.0",
39
+ "@things-factory/auth-base": "^9.0.0",
40
+ "@things-factory/shell": "^9.0.0"
41
41
  },
42
- "gitHead": "0f09763fce8241fc258dee39f93f49e7db9e577c"
42
+ "gitHead": "90bbd8d5727c5078ab9196f0b06f55853365bdb7"
43
43
  }
@@ -9,7 +9,9 @@ export default {
9
9
  'building-inspection-list', // 층 검측 현황
10
10
  'building-inspection-detail-drawing', // 층 검측 상세 - 검측 도면
11
11
  'building-inspection-detail-checklist', // 층 검측 상세 - 검측 체크리스트
12
- 'building-inspection-detail-camera' // 층 검측 상세 - 사진 촬영
12
+ 'building-inspection-detail-camera', // 층 검측 상세 - 사진 촬영
13
+
14
+ 'building-inspection-grid-detail' // 동별 시공검측 상세 정보 (단국대)
13
15
  ].map(page => {
14
16
  return {
15
17
  page,
@@ -1,7 +0,0 @@
1
- import { HistoryEntitySubscriber } from '@operato/typeorm-history';
2
- import { BuildingInspection } from './building-inspection';
3
- import { BuildingInspectionHistory } from './building-inspection-history';
4
- export declare class BuildingInspectionHistoryEntitySubscriber extends HistoryEntitySubscriber<BuildingInspection, BuildingInspectionHistory> {
5
- get entity(): typeof BuildingInspection;
6
- get historyEntity(): typeof BuildingInspectionHistory;
7
- }
@@ -1,21 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.BuildingInspectionHistoryEntitySubscriber = void 0;
4
- const tslib_1 = require("tslib");
5
- const typeorm_1 = require("typeorm");
6
- const typeorm_history_1 = require("@operato/typeorm-history");
7
- const building_inspection_1 = require("./building-inspection");
8
- const building_inspection_history_1 = require("./building-inspection-history");
9
- let BuildingInspectionHistoryEntitySubscriber = class BuildingInspectionHistoryEntitySubscriber extends typeorm_history_1.HistoryEntitySubscriber {
10
- get entity() {
11
- return building_inspection_1.BuildingInspection;
12
- }
13
- get historyEntity() {
14
- return building_inspection_history_1.BuildingInspectionHistory;
15
- }
16
- };
17
- exports.BuildingInspectionHistoryEntitySubscriber = BuildingInspectionHistoryEntitySubscriber;
18
- exports.BuildingInspectionHistoryEntitySubscriber = BuildingInspectionHistoryEntitySubscriber = tslib_1.__decorate([
19
- (0, typeorm_1.EventSubscriber)()
20
- ], BuildingInspectionHistoryEntitySubscriber);
21
- //# sourceMappingURL=event-subscriber.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"event-subscriber.js","sourceRoot":"","sources":["../../../server/service/building-inspection/event-subscriber.ts"],"names":[],"mappings":";;;;AAAA,qCAAyC;AAEzC,8DAAkE;AAElE,+DAA0D;AAC1D,+EAAyE;AAGlE,IAAM,yCAAyC,GAA/C,MAAM,yCAA0C,SAAQ,yCAG9D;IACC,IAAW,MAAM;QACf,OAAO,wCAAkB,CAAA;IAC3B,CAAC;IAED,IAAW,aAAa;QACtB,OAAO,uDAAyB,CAAA;IAClC,CAAC;CACF,CAAA;AAXY,8FAAyC;oDAAzC,yCAAyC;IADrD,IAAA,yBAAe,GAAE;GACL,yCAAyC,CAWrD","sourcesContent":["import { EventSubscriber } from 'typeorm'\n\nimport { HistoryEntitySubscriber } from '@operato/typeorm-history'\n\nimport { BuildingInspection } from './building-inspection'\nimport { BuildingInspectionHistory } from './building-inspection-history'\n\n@EventSubscriber()\nexport class BuildingInspectionHistoryEntitySubscriber extends HistoryEntitySubscriber<\n BuildingInspection,\n BuildingInspectionHistory\n> {\n public get entity() {\n return BuildingInspection\n }\n\n public get historyEntity() {\n return BuildingInspectionHistory\n }\n}\n"]}
@@ -1,7 +0,0 @@
1
- import { HistoryEntitySubscriber } from '@operato/typeorm-history';
2
- import { Checklist } from './checklist';
3
- import { ChecklistHistory } from './checklist-history';
4
- export declare class ChecklistHistoryEntitySubscriber extends HistoryEntitySubscriber<Checklist, ChecklistHistory> {
5
- get entity(): typeof Checklist;
6
- get historyEntity(): typeof ChecklistHistory;
7
- }
@@ -1,21 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ChecklistHistoryEntitySubscriber = void 0;
4
- const tslib_1 = require("tslib");
5
- const typeorm_1 = require("typeorm");
6
- const typeorm_history_1 = require("@operato/typeorm-history");
7
- const checklist_1 = require("./checklist");
8
- const checklist_history_1 = require("./checklist-history");
9
- let ChecklistHistoryEntitySubscriber = class ChecklistHistoryEntitySubscriber extends typeorm_history_1.HistoryEntitySubscriber {
10
- get entity() {
11
- return checklist_1.Checklist;
12
- }
13
- get historyEntity() {
14
- return checklist_history_1.ChecklistHistory;
15
- }
16
- };
17
- exports.ChecklistHistoryEntitySubscriber = ChecklistHistoryEntitySubscriber;
18
- exports.ChecklistHistoryEntitySubscriber = ChecklistHistoryEntitySubscriber = tslib_1.__decorate([
19
- (0, typeorm_1.EventSubscriber)()
20
- ], ChecklistHistoryEntitySubscriber);
21
- //# sourceMappingURL=event-subscriber.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"event-subscriber.js","sourceRoot":"","sources":["../../../server/service/checklist/event-subscriber.ts"],"names":[],"mappings":";;;;AAAA,qCAAyC;AAEzC,8DAAkE;AAElE,2CAAuC;AACvC,2DAAsD;AAG/C,IAAM,gCAAgC,GAAtC,MAAM,gCAAiC,SAAQ,yCAAoD;IACxG,IAAW,MAAM;QACf,OAAO,qBAAS,CAAA;IAClB,CAAC;IAED,IAAW,aAAa;QACtB,OAAO,oCAAgB,CAAA;IACzB,CAAC;CACF,CAAA;AARY,4EAAgC;2CAAhC,gCAAgC;IAD5C,IAAA,yBAAe,GAAE;GACL,gCAAgC,CAQ5C","sourcesContent":["import { EventSubscriber } from 'typeorm'\n\nimport { HistoryEntitySubscriber } from '@operato/typeorm-history'\n\nimport { Checklist } from './checklist'\nimport { ChecklistHistory } from './checklist-history'\n\n@EventSubscriber()\nexport class ChecklistHistoryEntitySubscriber extends HistoryEntitySubscriber<Checklist, ChecklistHistory> {\n public get entity() {\n return Checklist\n }\n\n public get historyEntity() {\n return ChecklistHistory\n }\n}\n"]}
@@ -1,7 +0,0 @@
1
- import { HistoryEntitySubscriber } from '@operato/typeorm-history';
2
- import { ChecklistItemComment } from './checklist-item-comment';
3
- import { ChecklistItemCommentHistory } from './checklist-item-comment-history';
4
- export declare class ChecklistItemCommentHistoryEntitySubscriber extends HistoryEntitySubscriber<ChecklistItemComment, ChecklistItemCommentHistory> {
5
- get entity(): typeof ChecklistItemComment;
6
- get historyEntity(): typeof ChecklistItemCommentHistory;
7
- }
@@ -1,21 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ChecklistItemCommentHistoryEntitySubscriber = void 0;
4
- const tslib_1 = require("tslib");
5
- const typeorm_1 = require("typeorm");
6
- const typeorm_history_1 = require("@operato/typeorm-history");
7
- const checklist_item_comment_1 = require("./checklist-item-comment");
8
- const checklist_item_comment_history_1 = require("./checklist-item-comment-history");
9
- let ChecklistItemCommentHistoryEntitySubscriber = class ChecklistItemCommentHistoryEntitySubscriber extends typeorm_history_1.HistoryEntitySubscriber {
10
- get entity() {
11
- return checklist_item_comment_1.ChecklistItemComment;
12
- }
13
- get historyEntity() {
14
- return checklist_item_comment_history_1.ChecklistItemCommentHistory;
15
- }
16
- };
17
- exports.ChecklistItemCommentHistoryEntitySubscriber = ChecklistItemCommentHistoryEntitySubscriber;
18
- exports.ChecklistItemCommentHistoryEntitySubscriber = ChecklistItemCommentHistoryEntitySubscriber = tslib_1.__decorate([
19
- (0, typeorm_1.EventSubscriber)()
20
- ], ChecklistItemCommentHistoryEntitySubscriber);
21
- //# sourceMappingURL=event-subscriber.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"event-subscriber.js","sourceRoot":"","sources":["../../../server/service/checklist-item-comment/event-subscriber.ts"],"names":[],"mappings":";;;;AAAA,qCAAyC;AAEzC,8DAAkE;AAElE,qEAA+D;AAC/D,qFAA8E;AAGvE,IAAM,2CAA2C,GAAjD,MAAM,2CAA4C,SAAQ,yCAA0E;IACzI,IAAW,MAAM;QACf,OAAO,6CAAoB,CAAA;IAC7B,CAAC;IAED,IAAW,aAAa;QACtB,OAAO,4DAA2B,CAAA;IACpC,CAAC;CACF,CAAA;AARY,kGAA2C;sDAA3C,2CAA2C;IADvD,IAAA,yBAAe,GAAE;GACL,2CAA2C,CAQvD","sourcesContent":["import { EventSubscriber } from 'typeorm'\n\nimport { HistoryEntitySubscriber } from '@operato/typeorm-history'\n\nimport { ChecklistItemComment } from './checklist-item-comment'\nimport { ChecklistItemCommentHistory } from './checklist-item-comment-history'\n\n@EventSubscriber()\nexport class ChecklistItemCommentHistoryEntitySubscriber extends HistoryEntitySubscriber<ChecklistItemComment, ChecklistItemCommentHistory> {\n public get entity() {\n return ChecklistItemComment\n }\n\n public get historyEntity() {\n return ChecklistItemCommentHistory\n }\n}\n"]}