@dssp/supervision 1.0.0 → 1.0.1
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/bootstrap.d.ts +1 -0
- package/dist-client/bootstrap.js +2 -0
- package/dist-client/bootstrap.js.map +1 -0
- package/dist-client/graphql/building-inspection.d.ts +1 -0
- package/dist-client/graphql/building-inspection.js +102 -0
- package/dist-client/graphql/building-inspection.js.map +1 -0
- package/dist-client/index.d.ts +0 -0
- package/dist-client/index.js +2 -0
- package/dist-client/index.js.map +1 -0
- package/dist-client/pages/action-plan/action-plan-importer.d.ts +10 -0
- package/dist-client/pages/action-plan/action-plan-importer.js +101 -0
- package/dist-client/pages/action-plan/action-plan-importer.js.map +1 -0
- package/dist-client/pages/action-plan/action-plan-list-page.d.ts +62 -0
- package/dist-client/pages/action-plan/action-plan-list-page.js +322 -0
- package/dist-client/pages/action-plan/action-plan-list-page.js.map +1 -0
- package/dist-client/pages/building-inspection/building-inspection-detail-ai-defect.d.ts +22 -0
- package/dist-client/pages/building-inspection/building-inspection-detail-ai-defect.js +171 -0
- package/dist-client/pages/building-inspection/building-inspection-detail-ai-defect.js.map +1 -0
- package/dist-client/pages/building-inspection/building-inspection-detail-ai-measurement.d.ts +71 -0
- package/dist-client/pages/building-inspection/building-inspection-detail-ai-measurement.js +1407 -0
- package/dist-client/pages/building-inspection/building-inspection-detail-ai-measurement.js.map +1 -0
- package/dist-client/pages/building-inspection/building-inspection-detail-ai-measurement_old_ai.d.ts +59 -0
- package/dist-client/pages/building-inspection/building-inspection-detail-ai-measurement_old_ai.js +868 -0
- package/dist-client/pages/building-inspection/building-inspection-detail-ai-measurement_old_ai.js.map +1 -0
- package/dist-client/pages/building-inspection/building-inspection-detail-camera.d.ts +27 -0
- package/dist-client/pages/building-inspection/building-inspection-detail-camera.js +342 -0
- package/dist-client/pages/building-inspection/building-inspection-detail-camera.js.map +1 -0
- package/dist-client/pages/building-inspection/building-inspection-detail-checklist.d.ts +31 -0
- package/dist-client/pages/building-inspection/building-inspection-detail-checklist.js +332 -0
- package/dist-client/pages/building-inspection/building-inspection-detail-checklist.js.map +1 -0
- package/dist-client/pages/building-inspection/building-inspection-detail-drawing.d.ts +36 -0
- package/dist-client/pages/building-inspection/building-inspection-detail-drawing.js +369 -0
- package/dist-client/pages/building-inspection/building-inspection-detail-drawing.js.map +1 -0
- package/dist-client/pages/building-inspection/building-inspection-list.d.ts +98 -0
- package/dist-client/pages/building-inspection/building-inspection-list.js +914 -0
- package/dist-client/pages/building-inspection/building-inspection-list.js.map +1 -0
- package/dist-client/pages/building-inspection/building-inspection-management.d.ts +82 -0
- package/dist-client/pages/building-inspection/building-inspection-management.js +1527 -0
- package/dist-client/pages/building-inspection/building-inspection-management.js.map +1 -0
- package/dist-client/pages/building-inspection/component/building-inspection-detail-header.d.ts +1 -0
- package/dist-client/pages/building-inspection/component/building-inspection-detail-header.js +178 -0
- package/dist-client/pages/building-inspection/component/building-inspection-detail-header.js.map +1 -0
- package/dist-client/pages/building-inspection/component/daily-worklog-popup.d.ts +27 -0
- package/dist-client/pages/building-inspection/component/daily-worklog-popup.js +542 -0
- package/dist-client/pages/building-inspection/component/daily-worklog-popup.js.map +1 -0
- package/dist-client/pages/building-inspection/component/field-document/field-document-constants.d.ts +18 -0
- package/dist-client/pages/building-inspection/component/field-document/field-document-constants.js +630 -0
- package/dist-client/pages/building-inspection/component/field-document/field-document-constants.js.map +1 -0
- package/dist-client/pages/building-inspection/component/field-document/field-document-detail-popup.d.ts +10 -0
- package/dist-client/pages/building-inspection/component/field-document/field-document-detail-popup.js +219 -0
- package/dist-client/pages/building-inspection/component/field-document/field-document-detail-popup.js.map +1 -0
- package/dist-client/pages/building-inspection/component/field-document/field-document-list-panel.d.ts +25 -0
- package/dist-client/pages/building-inspection/component/field-document/field-document-list-panel.js +546 -0
- package/dist-client/pages/building-inspection/component/field-document/field-document-list-panel.js.map +1 -0
- package/dist-client/pages/building-inspection/component/field-document/field-document-popup.d.ts +42 -0
- package/dist-client/pages/building-inspection/component/field-document/field-document-popup.js +738 -0
- package/dist-client/pages/building-inspection/component/field-document/field-document-popup.js.map +1 -0
- package/dist-client/pages/building-inspection/component/image-preview-popup.d.ts +15 -0
- package/dist-client/pages/building-inspection/component/image-preview-popup.js +348 -0
- package/dist-client/pages/building-inspection/component/image-preview-popup.js.map +1 -0
- package/dist-client/pages/building-inspection/component/inspection-document/inspection-request-document.d.ts +25 -0
- package/dist-client/pages/building-inspection/component/inspection-document/inspection-request-document.js +491 -0
- package/dist-client/pages/building-inspection/component/inspection-document/inspection-request-document.js.map +1 -0
- package/dist-client/pages/building-inspection/component/inspection-document/inspection-result-notification.d.ts +31 -0
- package/dist-client/pages/building-inspection/component/inspection-document/inspection-result-notification.js +485 -0
- package/dist-client/pages/building-inspection/component/inspection-document/inspection-result-notification.js.map +1 -0
- package/dist-client/pages/building-inspection/component/inspection-document/photo-album-popup.d.ts +27 -0
- package/dist-client/pages/building-inspection/component/inspection-document/photo-album-popup.js +416 -0
- package/dist-client/pages/building-inspection/component/inspection-document/photo-album-popup.js.map +1 -0
- package/dist-client/pages/building-inspection/component/inspection-event-provider.d.ts +9 -0
- package/dist-client/pages/building-inspection/component/inspection-event-provider.js +190 -0
- package/dist-client/pages/building-inspection/component/inspection-event-provider.js.map +1 -0
- package/dist-client/pages/building-inspection/inspection-create-popup.d.ts +3 -0
- package/dist-client/pages/building-inspection/inspection-create-popup.js +841 -0
- package/dist-client/pages/building-inspection/inspection-create-popup.js.map +1 -0
- package/dist-client/pages/building-inspection/inspection-with-checklist-create-popup.d.ts +4 -0
- package/dist-client/pages/building-inspection/inspection-with-checklist-create-popup.js +844 -0
- package/dist-client/pages/building-inspection/inspection-with-checklist-create-popup.js.map +1 -0
- package/dist-client/pages/building-inspection-grid/building-inspection-grid-detail.d.ts +60 -0
- package/dist-client/pages/building-inspection-grid/building-inspection-grid-detail.js +1135 -0
- package/dist-client/pages/building-inspection-grid/building-inspection-grid-detail.js.map +1 -0
- package/dist-client/pages/building-inspection-grid/component/grid-inspection-create-popup.d.ts +2 -0
- package/dist-client/pages/building-inspection-grid/component/grid-inspection-create-popup.js +740 -0
- package/dist-client/pages/building-inspection-grid/component/grid-inspection-create-popup.js.map +1 -0
- package/dist-client/pages/building-inspection-grid/component/grid-inspection-list-layer.d.ts +19 -0
- package/dist-client/pages/building-inspection-grid/component/grid-inspection-list-layer.js +205 -0
- package/dist-client/pages/building-inspection-grid/component/grid-inspection-list-layer.js.map +1 -0
- package/dist-client/pages/building-inspection-grid/component/notice-comment-popup.d.ts +1 -0
- package/dist-client/pages/building-inspection-grid/component/notice-comment-popup.js +304 -0
- package/dist-client/pages/building-inspection-grid/component/notice-comment-popup.js.map +1 -0
- package/dist-client/pages/building-inspection-grid/component/plan-preview-popup.d.ts +15 -0
- package/dist-client/pages/building-inspection-grid/component/plan-preview-popup.js +430 -0
- package/dist-client/pages/building-inspection-grid/component/plan-preview-popup.js.map +1 -0
- package/dist-client/pages/checklist/attachment-list-popup.d.ts +3 -0
- package/dist-client/pages/checklist/attachment-list-popup.js +492 -0
- package/dist-client/pages/checklist/attachment-list-popup.js.map +1 -0
- package/dist-client/pages/checklist/checklist-view.d.ts +16 -0
- package/dist-client/pages/checklist/checklist-view.js +926 -0
- package/dist-client/pages/checklist/checklist-view.js.map +1 -0
- package/dist-client/pages/checklist/comment-list-popup.d.ts +1 -0
- package/dist-client/pages/checklist/comment-list-popup.js +367 -0
- package/dist-client/pages/checklist/comment-list-popup.js.map +1 -0
- package/dist-client/pages/checklist/file-preview-popup.d.ts +1 -0
- package/dist-client/pages/checklist/file-preview-popup.js +77 -0
- package/dist-client/pages/checklist/file-preview-popup.js.map +1 -0
- package/dist-client/pages/checklist/inspection-info-popup.d.ts +49 -0
- package/dist-client/pages/checklist/inspection-info-popup.js +683 -0
- package/dist-client/pages/checklist/inspection-info-popup.js.map +1 -0
- package/dist-client/pages/checklist/inspection-tab-popup.d.ts +18 -0
- package/dist-client/pages/checklist/inspection-tab-popup.js +196 -0
- package/dist-client/pages/checklist/inspection-tab-popup.js.map +1 -0
- package/dist-client/pages/checklist/kcs-criteria-popup.d.ts +16 -0
- package/dist-client/pages/checklist/kcs-criteria-popup.js +179 -0
- package/dist-client/pages/checklist/kcs-criteria-popup.js.map +1 -0
- package/dist-client/pages/checklist-database/checklist-database.d.ts +35 -0
- package/dist-client/pages/checklist-database/checklist-database.js +540 -0
- package/dist-client/pages/checklist-database/checklist-database.js.map +1 -0
- package/dist-client/pages/checklist-template/checklist-template-item.d.ts +2 -0
- package/dist-client/pages/checklist-template/checklist-template-item.js +278 -0
- package/dist-client/pages/checklist-template/checklist-template-item.js.map +1 -0
- package/dist-client/pages/checklist-template/checklist-template-list.d.ts +53 -0
- package/dist-client/pages/checklist-template/checklist-template-list.js +350 -0
- package/dist-client/pages/checklist-template/checklist-template-list.js.map +1 -0
- package/dist-client/pages/checklist-template/checklist-type-management.d.ts +55 -0
- package/dist-client/pages/checklist-template/checklist-type-management.js +250 -0
- package/dist-client/pages/checklist-template/checklist-type-management.js.map +1 -0
- package/dist-client/pages/checklist-template/construction-checklist-template-item-popup.d.ts +2 -0
- package/dist-client/pages/checklist-template/construction-checklist-template-item-popup.js +223 -0
- package/dist-client/pages/checklist-template/construction-checklist-template-item-popup.js.map +1 -0
- package/dist-client/pages/checklist-template/construction-checklist-template-list.d.ts +55 -0
- package/dist-client/pages/checklist-template/construction-checklist-template-list.js +404 -0
- package/dist-client/pages/checklist-template/construction-checklist-template-list.js.map +1 -0
- package/dist-client/pages/issue/issue-importer.d.ts +10 -0
- package/dist-client/pages/issue/issue-importer.js +101 -0
- package/dist-client/pages/issue/issue-importer.js.map +1 -0
- package/dist-client/pages/issue/issue-list-page.d.ts +62 -0
- package/dist-client/pages/issue/issue-list-page.js +322 -0
- package/dist-client/pages/issue/issue-list-page.js.map +1 -0
- package/dist-client/pages/project-checklist/project-checklist-management.d.ts +62 -0
- package/dist-client/pages/project-checklist/project-checklist-management.js +1145 -0
- package/dist-client/pages/project-checklist/project-checklist-management.js.map +1 -0
- package/dist-client/pages/project-report/project-report-importer.d.ts +10 -0
- package/dist-client/pages/project-report/project-report-importer.js +101 -0
- package/dist-client/pages/project-report/project-report-importer.js.map +1 -0
- package/dist-client/pages/project-report/project-report-list-page.d.ts +62 -0
- package/dist-client/pages/project-report/project-report-list-page.js +322 -0
- package/dist-client/pages/project-report/project-report-list-page.js.map +1 -0
- package/dist-client/pages/supervisor/supervisor-importer.d.ts +10 -0
- package/dist-client/pages/supervisor/supervisor-importer.js +101 -0
- package/dist-client/pages/supervisor/supervisor-importer.js.map +1 -0
- package/dist-client/pages/supervisor/supervisor-list-page.d.ts +62 -0
- package/dist-client/pages/supervisor/supervisor-list-page.js +322 -0
- package/dist-client/pages/supervisor/supervisor-list-page.js.map +1 -0
- package/dist-client/route.d.ts +1 -0
- package/dist-client/route.js +44 -0
- package/dist-client/route.js.map +1 -0
- package/dist-client/stt/speech-to-text.d.ts +41 -0
- package/dist-client/stt/speech-to-text.js +331 -0
- package/dist-client/stt/speech-to-text.js.map +1 -0
- package/dist-client/stt/stt-utils.d.ts +28 -0
- package/dist-client/stt/stt-utils.js +146 -0
- package/dist-client/stt/stt-utils.js.map +1 -0
- package/dist-client/tsconfig.tsbuildinfo +1 -0
- package/dist-server/controllers/index.d.ts +0 -0
- package/dist-server/controllers/index.js +1 -0
- package/dist-server/controllers/index.js.map +1 -0
- package/dist-server/index.d.ts +3 -0
- package/dist-server/index.js +7 -0
- package/dist-server/index.js.map +1 -0
- package/dist-server/middlewares/index.d.ts +1 -0
- package/dist-server/middlewares/index.js +7 -0
- package/dist-server/middlewares/index.js.map +1 -0
- package/dist-server/migrations/index.d.ts +1 -0
- package/dist-server/migrations/index.js +12 -0
- package/dist-server/migrations/index.js.map +1 -0
- package/dist-server/routes.d.ts +0 -0
- package/dist-server/routes.js +25 -0
- package/dist-server/routes.js.map +1 -0
- package/dist-server/service/action-plan/action-plan-mutation.d.ts +10 -0
- package/dist-server/service/action-plan/action-plan-mutation.js +167 -0
- package/dist-server/service/action-plan/action-plan-mutation.js.map +1 -0
- package/dist-server/service/action-plan/action-plan-query.d.ts +12 -0
- package/dist-server/service/action-plan/action-plan-query.js +91 -0
- package/dist-server/service/action-plan/action-plan-query.js.map +1 -0
- package/dist-server/service/action-plan/action-plan-type.d.ts +23 -0
- package/dist-server/service/action-plan/action-plan-type.js +86 -0
- package/dist-server/service/action-plan/action-plan-type.js.map +1 -0
- package/dist-server/service/action-plan/action-plan.d.ts +27 -0
- package/dist-server/service/action-plan/action-plan.js +116 -0
- package/dist-server/service/action-plan/action-plan.js.map +1 -0
- package/dist-server/service/action-plan/index.d.ts +5 -0
- package/dist-server/service/action-plan/index.js +9 -0
- package/dist-server/service/action-plan/index.js.map +1 -0
- package/dist-server/service/building-inspection/building-inspection-mutation.d.ts +9 -0
- package/dist-server/service/building-inspection/building-inspection-mutation.js +404 -0
- package/dist-server/service/building-inspection/building-inspection-mutation.js.map +1 -0
- package/dist-server/service/building-inspection/building-inspection-query.d.ts +24 -0
- package/dist-server/service/building-inspection/building-inspection-query.js +406 -0
- package/dist-server/service/building-inspection/building-inspection-query.js.map +1 -0
- package/dist-server/service/building-inspection/building-inspection-type.d.ts +89 -0
- package/dist-server/service/building-inspection/building-inspection-type.js +330 -0
- package/dist-server/service/building-inspection/building-inspection-type.js.map +1 -0
- package/dist-server/service/building-inspection/building-inspection.d.ts +42 -0
- package/dist-server/service/building-inspection/building-inspection.js +186 -0
- package/dist-server/service/building-inspection/building-inspection.js.map +1 -0
- package/dist-server/service/building-inspection/index.d.ts +7 -0
- package/dist-server/service/building-inspection/index.js +19 -0
- package/dist-server/service/building-inspection/index.js.map +1 -0
- package/dist-server/service/building-inspection-daily-worklog/building-inspection-daily-worklog-mutation.d.ts +6 -0
- package/dist-server/service/building-inspection-daily-worklog/building-inspection-daily-worklog-mutation.js +66 -0
- package/dist-server/service/building-inspection-daily-worklog/building-inspection-daily-worklog-mutation.js.map +1 -0
- package/dist-server/service/building-inspection-daily-worklog/building-inspection-daily-worklog-query.d.ts +16 -0
- package/dist-server/service/building-inspection-daily-worklog/building-inspection-daily-worklog-query.js +171 -0
- package/dist-server/service/building-inspection-daily-worklog/building-inspection-daily-worklog-query.js.map +1 -0
- package/dist-server/service/building-inspection-daily-worklog/building-inspection-daily-worklog-type.d.ts +23 -0
- package/dist-server/service/building-inspection-daily-worklog/building-inspection-daily-worklog-type.js +90 -0
- package/dist-server/service/building-inspection-daily-worklog/building-inspection-daily-worklog-type.js.map +1 -0
- package/dist-server/service/building-inspection-daily-worklog/building-inspection-daily-worklog.d.ts +33 -0
- package/dist-server/service/building-inspection-daily-worklog/building-inspection-daily-worklog.js +132 -0
- package/dist-server/service/building-inspection-daily-worklog/building-inspection-daily-worklog.js.map +1 -0
- package/dist-server/service/building-inspection-daily-worklog/index.d.ts +5 -0
- package/dist-server/service/building-inspection-daily-worklog/index.js +9 -0
- package/dist-server/service/building-inspection-daily-worklog/index.js.map +1 -0
- package/dist-server/service/building-inspection-history/building-inspection-history-query.d.ts +16 -0
- package/dist-server/service/building-inspection-history/building-inspection-history-query.js +120 -0
- package/dist-server/service/building-inspection-history/building-inspection-history-query.js.map +1 -0
- package/dist-server/service/building-inspection-history/building-inspection-history-type.d.ts +5 -0
- package/dist-server/service/building-inspection-history/building-inspection-history-type.js +21 -0
- package/dist-server/service/building-inspection-history/building-inspection-history-type.js.map +1 -0
- package/dist-server/service/building-inspection-history/building-inspection-history.d.ts +35 -0
- package/dist-server/service/building-inspection-history/building-inspection-history.js +162 -0
- package/dist-server/service/building-inspection-history/building-inspection-history.js.map +1 -0
- package/dist-server/service/building-inspection-history/event-subscriber.d.ts +7 -0
- package/dist-server/service/building-inspection-history/event-subscriber.js +21 -0
- package/dist-server/service/building-inspection-history/event-subscriber.js.map +1 -0
- package/dist-server/service/building-inspection-history/index.d.ts +6 -0
- package/dist-server/service/building-inspection-history/index.js +10 -0
- package/dist-server/service/building-inspection-history/index.js.map +1 -0
- package/dist-server/service/checklist/checklist-mutation.d.ts +3 -0
- package/dist-server/service/checklist/checklist-mutation.js +30 -0
- package/dist-server/service/checklist/checklist-mutation.js.map +1 -0
- package/dist-server/service/checklist/checklist-query.d.ts +21 -0
- package/dist-server/service/checklist/checklist-query.js +177 -0
- package/dist-server/service/checklist/checklist-query.js.map +1 -0
- package/dist-server/service/checklist/checklist-type.d.ts +5 -0
- package/dist-server/service/checklist/checklist-type.js +21 -0
- package/dist-server/service/checklist/checklist-type.js.map +1 -0
- package/dist-server/service/checklist/checklist.d.ts +66 -0
- package/dist-server/service/checklist/checklist.js +259 -0
- package/dist-server/service/checklist/checklist.js.map +1 -0
- package/dist-server/service/checklist/event-subscriber.d.ts +7 -0
- package/dist-server/service/checklist/event-subscriber.js +21 -0
- package/dist-server/service/checklist/event-subscriber.js.map +1 -0
- package/dist-server/service/checklist/index.d.ts +5 -0
- package/dist-server/service/checklist/index.js +9 -0
- package/dist-server/service/checklist/index.js.map +1 -0
- package/dist-server/service/checklist-history/checklist-history-query.d.ts +11 -0
- package/dist-server/service/checklist-history/checklist-history-query.js +77 -0
- package/dist-server/service/checklist-history/checklist-history-query.js.map +1 -0
- package/dist-server/service/checklist-history/checklist-history-type.d.ts +5 -0
- package/dist-server/service/checklist-history/checklist-history-type.js +21 -0
- package/dist-server/service/checklist-history/checklist-history-type.js.map +1 -0
- package/dist-server/service/checklist-history/checklist-history.d.ts +50 -0
- package/dist-server/service/checklist-history/checklist-history.js +239 -0
- package/dist-server/service/checklist-history/checklist-history.js.map +1 -0
- package/dist-server/service/checklist-history/event-subscriber.d.ts +7 -0
- package/dist-server/service/checklist-history/event-subscriber.js +21 -0
- package/dist-server/service/checklist-history/event-subscriber.js.map +1 -0
- package/dist-server/service/checklist-history/index.d.ts +6 -0
- package/dist-server/service/checklist-history/index.js +10 -0
- package/dist-server/service/checklist-history/index.js.map +1 -0
- package/dist-server/service/checklist-item/checklist-item-mutation.d.ts +4 -0
- package/dist-server/service/checklist-item/checklist-item-mutation.js +39 -0
- package/dist-server/service/checklist-item/checklist-item-mutation.js.map +1 -0
- package/dist-server/service/checklist-item/checklist-item-query.d.ts +18 -0
- package/dist-server/service/checklist-item/checklist-item-query.js +138 -0
- package/dist-server/service/checklist-item/checklist-item-query.js.map +1 -0
- package/dist-server/service/checklist-item/checklist-item-type.d.ts +9 -0
- package/dist-server/service/checklist-item/checklist-item-type.js +35 -0
- package/dist-server/service/checklist-item/checklist-item-type.js.map +1 -0
- package/dist-server/service/checklist-item/checklist-item.d.ts +29 -0
- package/dist-server/service/checklist-item/checklist-item.js +124 -0
- package/dist-server/service/checklist-item/checklist-item.js.map +1 -0
- package/dist-server/service/checklist-item/index.d.ts +5 -0
- package/dist-server/service/checklist-item/index.js +9 -0
- package/dist-server/service/checklist-item/index.js.map +1 -0
- package/dist-server/service/checklist-item-comment/checklist-item-comment-history.d.ts +16 -0
- package/dist-server/service/checklist-item-comment/checklist-item-comment-history.js +83 -0
- package/dist-server/service/checklist-item-comment/checklist-item-comment-history.js.map +1 -0
- package/dist-server/service/checklist-item-comment/checklist-item-comment-mutation.d.ts +8 -0
- package/dist-server/service/checklist-item-comment/checklist-item-comment-mutation.js +114 -0
- package/dist-server/service/checklist-item-comment/checklist-item-comment-mutation.js.map +1 -0
- package/dist-server/service/checklist-item-comment/checklist-item-comment-query.d.ts +7 -0
- package/dist-server/service/checklist-item-comment/checklist-item-comment-query.js +49 -0
- package/dist-server/service/checklist-item-comment/checklist-item-comment-query.js.map +1 -0
- package/dist-server/service/checklist-item-comment/checklist-item-comment-type.d.ts +14 -0
- package/dist-server/service/checklist-item-comment/checklist-item-comment-type.js +53 -0
- package/dist-server/service/checklist-item-comment/checklist-item-comment-type.js.map +1 -0
- package/dist-server/service/checklist-item-comment/checklist-item-comment.d.ts +12 -0
- package/dist-server/service/checklist-item-comment/checklist-item-comment.js +57 -0
- package/dist-server/service/checklist-item-comment/checklist-item-comment.js.map +1 -0
- package/dist-server/service/checklist-item-comment/index.d.ts +5 -0
- package/dist-server/service/checklist-item-comment/index.js +10 -0
- package/dist-server/service/checklist-item-comment/index.js.map +1 -0
- package/dist-server/service/checklist-item-history/checklist-item-history-query.d.ts +16 -0
- package/dist-server/service/checklist-item-history/checklist-item-history-query.js +123 -0
- package/dist-server/service/checklist-item-history/checklist-item-history-query.js.map +1 -0
- package/dist-server/service/checklist-item-history/checklist-item-history-type.d.ts +5 -0
- package/dist-server/service/checklist-item-history/checklist-item-history-type.js +21 -0
- package/dist-server/service/checklist-item-history/checklist-item-history-type.js.map +1 -0
- package/dist-server/service/checklist-item-history/checklist-item-history.d.ts +27 -0
- package/dist-server/service/checklist-item-history/checklist-item-history.js +133 -0
- package/dist-server/service/checklist-item-history/checklist-item-history.js.map +1 -0
- package/dist-server/service/checklist-item-history/event-subscriber.d.ts +7 -0
- package/dist-server/service/checklist-item-history/event-subscriber.js +21 -0
- package/dist-server/service/checklist-item-history/event-subscriber.js.map +1 -0
- package/dist-server/service/checklist-item-history/index.d.ts +6 -0
- package/dist-server/service/checklist-item-history/index.js +10 -0
- package/dist-server/service/checklist-item-history/index.js.map +1 -0
- package/dist-server/service/checklist-template/checklist-template-mutation.d.ts +6 -0
- package/dist-server/service/checklist-template/checklist-template-mutation.js +64 -0
- package/dist-server/service/checklist-template/checklist-template-mutation.js.map +1 -0
- package/dist-server/service/checklist-template/checklist-template-query.d.ts +10 -0
- package/dist-server/service/checklist-template/checklist-template-query.js +62 -0
- package/dist-server/service/checklist-template/checklist-template-query.js.map +1 -0
- package/dist-server/service/checklist-template/checklist-template-type.d.ts +10 -0
- package/dist-server/service/checklist-template/checklist-template-type.js +39 -0
- package/dist-server/service/checklist-template/checklist-template-type.js.map +1 -0
- package/dist-server/service/checklist-template/checklist-template.d.ts +17 -0
- package/dist-server/service/checklist-template/checklist-template.js +78 -0
- package/dist-server/service/checklist-template/checklist-template.js.map +1 -0
- package/dist-server/service/checklist-template/index.d.ts +5 -0
- package/dist-server/service/checklist-template/index.js +9 -0
- package/dist-server/service/checklist-template/index.js.map +1 -0
- package/dist-server/service/checklist-template-item/checklist-template-item-mutation.d.ts +7 -0
- package/dist-server/service/checklist-template-item/checklist-template-item-mutation.js +80 -0
- package/dist-server/service/checklist-template-item/checklist-template-item-mutation.js.map +1 -0
- package/dist-server/service/checklist-template-item/checklist-template-item-query.d.ts +11 -0
- package/dist-server/service/checklist-template-item/checklist-template-item-query.js +78 -0
- package/dist-server/service/checklist-template-item/checklist-template-item-query.js.map +1 -0
- package/dist-server/service/checklist-template-item/checklist-template-item-type.d.ts +19 -0
- package/dist-server/service/checklist-template-item/checklist-template-item-type.js +69 -0
- package/dist-server/service/checklist-template-item/checklist-template-item-type.js.map +1 -0
- package/dist-server/service/checklist-template-item/checklist-template-item.d.ts +26 -0
- package/dist-server/service/checklist-template-item/checklist-template-item.js +106 -0
- package/dist-server/service/checklist-template-item/checklist-template-item.js.map +1 -0
- package/dist-server/service/checklist-template-item/index.d.ts +5 -0
- package/dist-server/service/checklist-template-item/index.js +9 -0
- package/dist-server/service/checklist-template-item/index.js.map +1 -0
- package/dist-server/service/checklist-template-item/spec-matching-service.d.ts +2 -0
- package/dist-server/service/checklist-template-item/spec-matching-service.js +51 -0
- package/dist-server/service/checklist-template-item/spec-matching-service.js.map +1 -0
- package/dist-server/service/checklist-type/checklist-type-mutation.d.ts +6 -0
- package/dist-server/service/checklist-type/checklist-type-mutation.js +64 -0
- package/dist-server/service/checklist-type/checklist-type-mutation.js.map +1 -0
- package/dist-server/service/checklist-type/checklist-type-query.d.ts +10 -0
- package/dist-server/service/checklist-type/checklist-type-query.js +62 -0
- package/dist-server/service/checklist-type/checklist-type-query.js.map +1 -0
- package/dist-server/service/checklist-type/checklist-type-type.d.ts +11 -0
- package/dist-server/service/checklist-type/checklist-type-type.js +43 -0
- package/dist-server/service/checklist-type/checklist-type-type.js.map +1 -0
- package/dist-server/service/checklist-type/checklist-type.d.ts +19 -0
- package/dist-server/service/checklist-type/checklist-type.js +78 -0
- package/dist-server/service/checklist-type/checklist-type.js.map +1 -0
- package/dist-server/service/checklist-type/index.d.ts +5 -0
- package/dist-server/service/checklist-type/index.js +9 -0
- package/dist-server/service/checklist-type/index.js.map +1 -0
- package/dist-server/service/construction-checklist-template/construction-checklist-template-mutation.d.ts +7 -0
- package/dist-server/service/construction-checklist-template/construction-checklist-template-mutation.js +107 -0
- package/dist-server/service/construction-checklist-template/construction-checklist-template-mutation.js.map +1 -0
- package/dist-server/service/construction-checklist-template/construction-checklist-template-query.d.ts +10 -0
- package/dist-server/service/construction-checklist-template/construction-checklist-template-query.js +62 -0
- package/dist-server/service/construction-checklist-template/construction-checklist-template-query.js.map +1 -0
- package/dist-server/service/construction-checklist-template/construction-checklist-template-type.d.ts +11 -0
- package/dist-server/service/construction-checklist-template/construction-checklist-template-type.js +43 -0
- package/dist-server/service/construction-checklist-template/construction-checklist-template-type.js.map +1 -0
- package/dist-server/service/construction-checklist-template/construction-checklist-template.d.ts +18 -0
- package/dist-server/service/construction-checklist-template/construction-checklist-template.js +80 -0
- package/dist-server/service/construction-checklist-template/construction-checklist-template.js.map +1 -0
- package/dist-server/service/construction-checklist-template/index.d.ts +5 -0
- package/dist-server/service/construction-checklist-template/index.js +9 -0
- package/dist-server/service/construction-checklist-template/index.js.map +1 -0
- package/dist-server/service/construction-checklist-template-item/construction-checklist-template-item-mutation.d.ts +6 -0
- package/dist-server/service/construction-checklist-template-item/construction-checklist-template-item-mutation.js +56 -0
- package/dist-server/service/construction-checklist-template-item/construction-checklist-template-item-mutation.js.map +1 -0
- package/dist-server/service/construction-checklist-template-item/construction-checklist-template-item-query.d.ts +9 -0
- package/dist-server/service/construction-checklist-template-item/construction-checklist-template-item-query.js +53 -0
- package/dist-server/service/construction-checklist-template-item/construction-checklist-template-item-query.js.map +1 -0
- package/dist-server/service/construction-checklist-template-item/construction-checklist-template-item-type.d.ts +17 -0
- package/dist-server/service/construction-checklist-template-item/construction-checklist-template-item-type.js +67 -0
- package/dist-server/service/construction-checklist-template-item/construction-checklist-template-item-type.js.map +1 -0
- package/dist-server/service/construction-checklist-template-item/construction-checklist-template-item.d.ts +24 -0
- package/dist-server/service/construction-checklist-template-item/construction-checklist-template-item.js +113 -0
- package/dist-server/service/construction-checklist-template-item/construction-checklist-template-item.js.map +1 -0
- package/dist-server/service/construction-checklist-template-item/index.d.ts +5 -0
- package/dist-server/service/construction-checklist-template-item/index.js +9 -0
- package/dist-server/service/construction-checklist-template-item/index.js.map +1 -0
- package/dist-server/service/field-document/field-document-auto-file.d.ts +21 -0
- package/dist-server/service/field-document/field-document-auto-file.js +47 -0
- package/dist-server/service/field-document/field-document-auto-file.js.map +1 -0
- package/dist-server/service/field-document/field-document-mutation.d.ts +9 -0
- package/dist-server/service/field-document/field-document-mutation.js +139 -0
- package/dist-server/service/field-document/field-document-mutation.js.map +1 -0
- package/dist-server/service/field-document/field-document-query.d.ts +14 -0
- package/dist-server/service/field-document/field-document-query.js +120 -0
- package/dist-server/service/field-document/field-document-query.js.map +1 -0
- package/dist-server/service/field-document/field-document-summary-service.d.ts +10 -0
- package/dist-server/service/field-document/field-document-summary-service.js +79 -0
- package/dist-server/service/field-document/field-document-summary-service.js.map +1 -0
- package/dist-server/service/field-document/field-document-type.d.ts +24 -0
- package/dist-server/service/field-document/field-document-type.js +88 -0
- package/dist-server/service/field-document/field-document-type.js.map +1 -0
- package/dist-server/service/field-document/field-document.d.ts +29 -0
- package/dist-server/service/field-document/field-document.js +127 -0
- package/dist-server/service/field-document/field-document.js.map +1 -0
- package/dist-server/service/field-document/index.d.ts +5 -0
- package/dist-server/service/field-document/index.js +9 -0
- package/dist-server/service/field-document/index.js.map +1 -0
- package/dist-server/service/index.d.ts +23 -0
- package/dist-server/service/index.js +98 -0
- package/dist-server/service/index.js.map +1 -0
- package/dist-server/service/issue/index.d.ts +5 -0
- package/dist-server/service/issue/index.js +9 -0
- package/dist-server/service/issue/index.js.map +1 -0
- package/dist-server/service/issue/issue-mutation.d.ts +10 -0
- package/dist-server/service/issue/issue-mutation.js +167 -0
- package/dist-server/service/issue/issue-mutation.js.map +1 -0
- package/dist-server/service/issue/issue-query.d.ts +12 -0
- package/dist-server/service/issue/issue-query.js +91 -0
- package/dist-server/service/issue/issue-query.js.map +1 -0
- package/dist-server/service/issue/issue-type.d.ts +23 -0
- package/dist-server/service/issue/issue-type.js +86 -0
- package/dist-server/service/issue/issue-type.js.map +1 -0
- package/dist-server/service/issue/issue.d.ts +26 -0
- package/dist-server/service/issue/issue.js +111 -0
- package/dist-server/service/issue/issue.js.map +1 -0
- package/dist-server/service/project-checklist/index.d.ts +5 -0
- package/dist-server/service/project-checklist/index.js +9 -0
- package/dist-server/service/project-checklist/index.js.map +1 -0
- package/dist-server/service/project-checklist/project-checklist-mutation.d.ts +7 -0
- package/dist-server/service/project-checklist/project-checklist-mutation.js +118 -0
- package/dist-server/service/project-checklist/project-checklist-mutation.js.map +1 -0
- package/dist-server/service/project-checklist/project-checklist-query.d.ts +12 -0
- package/dist-server/service/project-checklist/project-checklist-query.js +76 -0
- package/dist-server/service/project-checklist/project-checklist-query.js.map +1 -0
- package/dist-server/service/project-checklist/project-checklist-type.d.ts +18 -0
- package/dist-server/service/project-checklist/project-checklist-type.js +69 -0
- package/dist-server/service/project-checklist/project-checklist-type.js.map +1 -0
- package/dist-server/service/project-checklist/project-checklist.d.ts +20 -0
- package/dist-server/service/project-checklist/project-checklist.js +90 -0
- package/dist-server/service/project-checklist/project-checklist.js.map +1 -0
- package/dist-server/service/project-checklist/spec-matching-service.d.ts +17 -0
- package/dist-server/service/project-checklist/spec-matching-service.js +140 -0
- package/dist-server/service/project-checklist/spec-matching-service.js.map +1 -0
- package/dist-server/service/project-checklist-item/index.d.ts +4 -0
- package/dist-server/service/project-checklist-item/index.js +9 -0
- package/dist-server/service/project-checklist-item/index.js.map +1 -0
- package/dist-server/service/project-checklist-item/project-checklist-item-mutation.d.ts +2 -0
- package/dist-server/service/project-checklist-item/project-checklist-item-mutation.js +13 -0
- package/dist-server/service/project-checklist-item/project-checklist-item-mutation.js.map +1 -0
- package/dist-server/service/project-checklist-item/project-checklist-item-query.d.ts +5 -0
- package/dist-server/service/project-checklist-item/project-checklist-item-query.js +34 -0
- package/dist-server/service/project-checklist-item/project-checklist-item-query.js.map +1 -0
- package/dist-server/service/project-checklist-item/project-checklist-item-type.d.ts +5 -0
- package/dist-server/service/project-checklist-item/project-checklist-item-type.js +21 -0
- package/dist-server/service/project-checklist-item/project-checklist-item-type.js.map +1 -0
- package/dist-server/service/project-checklist-item/project-checklist-item.d.ts +19 -0
- package/dist-server/service/project-checklist-item/project-checklist-item.js +92 -0
- package/dist-server/service/project-checklist-item/project-checklist-item.js.map +1 -0
- package/dist-server/service/project-report/index.d.ts +5 -0
- package/dist-server/service/project-report/index.js +9 -0
- package/dist-server/service/project-report/index.js.map +1 -0
- package/dist-server/service/project-report/project-report-mutation.d.ts +10 -0
- package/dist-server/service/project-report/project-report-mutation.js +167 -0
- package/dist-server/service/project-report/project-report-mutation.js.map +1 -0
- package/dist-server/service/project-report/project-report-query.d.ts +12 -0
- package/dist-server/service/project-report/project-report-query.js +91 -0
- package/dist-server/service/project-report/project-report-query.js.map +1 -0
- package/dist-server/service/project-report/project-report-type.d.ts +23 -0
- package/dist-server/service/project-report/project-report-type.js +86 -0
- package/dist-server/service/project-report/project-report-type.js.map +1 -0
- package/dist-server/service/project-report/project-report.d.ts +28 -0
- package/dist-server/service/project-report/project-report.js +121 -0
- package/dist-server/service/project-report/project-report.js.map +1 -0
- package/dist-server/service/supervisor/index.d.ts +5 -0
- package/dist-server/service/supervisor/index.js +9 -0
- package/dist-server/service/supervisor/index.js.map +1 -0
- package/dist-server/service/supervisor/supervisor-mutation.d.ts +10 -0
- package/dist-server/service/supervisor/supervisor-mutation.js +167 -0
- package/dist-server/service/supervisor/supervisor-mutation.js.map +1 -0
- package/dist-server/service/supervisor/supervisor-query.d.ts +12 -0
- package/dist-server/service/supervisor/supervisor-query.js +91 -0
- package/dist-server/service/supervisor/supervisor-query.js.map +1 -0
- package/dist-server/service/supervisor/supervisor-type.d.ts +23 -0
- package/dist-server/service/supervisor/supervisor-type.js +86 -0
- package/dist-server/service/supervisor/supervisor-type.js.map +1 -0
- package/dist-server/service/supervisor/supervisor.d.ts +28 -0
- package/dist-server/service/supervisor/supervisor.js +121 -0
- package/dist-server/service/supervisor/supervisor.js.map +1 -0
- package/dist-server/tsconfig.tsbuildinfo +1 -0
- package/package.json +4 -4
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"project-checklist-management.js","sourceRoot":"","sources":["../../../client/pages/project-checklist/project-checklist-management.ts"],"names":[],"mappings":"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","sourcesContent":["import '@material/web/icon/icon.js'\nimport '@material/web/button/elevated-button.js'\nimport '@material/web/button/filled-button.js'\nimport '@material/web/select/filled-select.js'\nimport '@material/web/select/select-option.js'\nimport '@material/web/textfield/filled-text-field.js'\nimport '@operato/data-grist'\nimport '../checklist/checklist-view'\nimport '../checklist/kcs-criteria-popup'\nimport { CommonGristStyles, ScrollbarStyles, ButtonContainerStyles } from '@operato/styles'\nimport { PageView } from '@operato/shell'\nimport { PageLifecycle } from '@operato/shell/dist/src/app/pages/page-view'\nimport { css, html } from 'lit'\nimport { customElement, query, state } from 'lit/decorators.js'\nimport { DataGrist } from '@operato/data-grist'\nimport { client } from '@operato/graphql'\nimport { notify, openPopup } from '@operato/layout'\nimport gql from 'graphql-tag'\nimport { ChecklistMode } from '../checklist/checklist-view'\nimport { BuildingInspectionStatus } from '../building-inspection/building-inspection-list'\n\n@customElement('project-checklist-management')\nexport class ProjectChecklistManagement extends PageView {\n static styles = [\n ScrollbarStyles,\n CommonGristStyles,\n ButtonContainerStyles,\n css`\n :host {\n display: flex;\n flex-direction: column;\n width: 100%;\n height: 100%;\n background-color: var(--md-sys-color-surface);\n }\n\n div[header] {\n display: flex;\n align-items: center;\n padding: 0px 12px;\n\n h2 {\n display: flex;\n gap: 7px;\n flex: 1;\n margin-bottom: 8px;\n color: #3f71a0;\n font-size: 18px;\n\n md-icon[back] {\n background: linear-gradient(135deg, #3f71a0 0%, #5a8cc7 100%);\n color: white;\n padding: 8px;\n border-radius: 50%;\n cursor: pointer;\n box-shadow: 0 2px 8px rgba(63, 113, 160, 0.3);\n width: 14px;\n height: 14px;\n --md-icon-size: 20px;\n }\n\n md-icon[back]:hover {\n background: linear-gradient(135deg, #2e5c89 0%, #4a7bb0 100%);\n box-shadow: 0 4px 12px rgba(63, 113, 160, 0.4);\n }\n }\n\n div[button-container] {\n display: flex;\n align-items: center;\n justify-content: end;\n flex: 1;\n padding-top: 8px;\n\n span[site-spec-name] {\n display: inline-flex;\n align-items: center;\n gap: 2px;\n margin: 0 6px;\n padding: 4px 8px;\n font-size: 13px;\n color: #3f71a0;\n background-color: #eaf2fb;\n border-radius: 4px;\n max-width: 220px;\n\n span[filename] {\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n }\n\n md-icon {\n flex-shrink: 0;\n font-size: 16px;\n --md-icon-size: 16px;\n }\n md-icon[clickable] {\n cursor: pointer;\n }\n }\n\n md-elevated-button {\n margin: 0 4px;\n --md-elevated-button-container-height: 32px;\n --md-elevated-button-label-text-size: 16px;\n --md-elevated-button-container-color: #0595e5;\n --md-elevated-button-label-text-color: var(--md-sys-color-on-primary);\n --md-elevated-button-hover-label-text-color: var(--md-sys-color-on-primary);\n --md-elevated-button-pressed-label-text-color: var(--md-sys-color-on-primary);\n --md-elevated-button-focus-label-text-color: var(--md-sys-color-on-primary);\n --md-elevated-button-icon-color: var(--md-sys-color-on-primary);\n --md-elevated-button-hover-icon-color: var(--md-sys-color-on-primary);\n --md-elevated-button-pressed-icon-color: var(--md-sys-color-on-primary);\n --md-elevated-button-focus-icon-color: var(--md-sys-color-on-primary);\n }\n }\n }\n\n div[body] {\n display: grid;\n grid-template-columns: 1fr 1fr;\n gap: 15px;\n flex: 1;\n padding: 15px;\n overflow: hidden;\n }\n\n div[left],\n div[right] {\n display: flex;\n flex-direction: column;\n overflow: hidden;\n border: 1px solid #ddd;\n border-radius: 8px;\n padding: 15px;\n }\n\n div[section-header] {\n font-size: 16px;\n font-weight: 600;\n margin-bottom: 10px;\n color: #0595e5;\n display: flex;\n align-items: center;\n gap: 6px;\n }\n\n div[form-area] {\n display: grid;\n grid-template-columns: 80px 1fr;\n gap: 10px;\n margin-bottom: 10px;\n\n label {\n display: flex;\n align-items: center;\n justify-content: flex-end;\n font-size: 14px;\n }\n }\n\n md-filled-select {\n width: 100%;\n --md-filled-select-text-field-container-color: transparent;\n --md-filled-select-text-field-active-indicator-color: #999;\n --md-filled-select-text-field-input-text-size: 14px;\n }\n\n md-filled-text-field {\n width: 100%;\n --md-filled-text-field-container-color: transparent;\n --md-filled-text-field-active-indicator-color: #999;\n --md-filled-text-field-input-text-size: 14px;\n }\n\n ox-grist {\n flex: 1;\n overflow-y: auto;\n }\n\n div[button-container] {\n display: flex;\n justify-content: flex-end;\n gap: 8px;\n margin-top: 10px;\n }\n\n md-elevated-button[save] {\n --md-elevated-button-container-color: #0595e5;\n --md-elevated-button-label-text-color: #fff;\n --md-elevated-button-hover-label-text-color: #fff;\n --md-elevated-button-pressed-label-text-color: #fff;\n --md-elevated-button-focus-label-text-color: #fff;\n --md-elevated-button-icon-color: #fff;\n --md-elevated-button-hover-icon-color: #fff;\n --md-elevated-button-pressed-icon-color: #fff;\n --md-elevated-button-focus-icon-color: #fff;\n }\n\n md-elevated-button[delete] {\n --md-elevated-button-container-color: #e53935;\n --md-elevated-button-label-text-color: #fff;\n --md-elevated-button-hover-label-text-color: #fff;\n --md-elevated-button-pressed-label-text-color: #fff;\n --md-elevated-button-focus-label-text-color: #fff;\n --md-elevated-button-icon-color: #fff;\n --md-elevated-button-hover-icon-color: #fff;\n --md-elevated-button-pressed-icon-color: #fff;\n --md-elevated-button-focus-icon-color: #fff;\n }\n `\n ]\n\n @state() projectId: string = ''\n @state() projectName: string = ''\n @state() constructionTypes: any[] = []\n @state() allDetailTypes: any[] = []\n @state() selectedConstructionType: any = {}\n @state() selectedConstructionDetailType: any = {}\n @state() checklistName: string = ''\n @state() templateItems: any[] = []\n @state() leftGristConfig: any\n @state() rightGristConfig: any\n @state() isEditMode: boolean = false\n @state() selectedChecklistId: string | null = null\n @state() siteSpecPdfUrl: string = ''\n @state() siteSpecPdfName: string = ''\n @state() siteSpecDetail: string | null = null\n @state() siteSpecDetailItem: string = ''\n\n @query('ox-grist[left]') leftGrist!: DataGrist\n @query('ox-grist[right]') rightGrist!: DataGrist\n @query('md-filled-select[constructionType]') htmlSelectConstructionType\n @query('md-filled-select[constructionDetailType]') htmlSelectConstructionDetailType\n\n get context() {\n return {\n title: this.projectName ? `체크리스트 관리 - ${this.projectName}` : '체크리스트 관리'\n }\n }\n\n render() {\n return html`\n <div header>\n <h2>\n <md-icon slot=\"icon\" back @click=${() => history.back()}>arrow_back</md-icon>\n 체크리스트 관리\n </h2>\n <div button-container>\n <input\n id=\"siteSpecFileInput\"\n type=\"file\"\n accept=\"application/pdf,.pdf\"\n style=\"display: none\"\n @change=${this._onUploadSiteSpecPdf}\n />\n ${\n this.siteSpecPdfName\n ? html`<span site-spec-name title=${this.siteSpecPdfName}>\n <md-icon>description</md-icon>\n <span filename>${this.siteSpecPdfName}</span>\n <md-icon clickable @click=${this._removeSiteSpecPdf}>close</md-icon>\n </span>`\n : ''\n }\n <md-elevated-button @click=${() => this.renderRoot.querySelector<HTMLInputElement>('#siteSpecFileInput')?.click()}>\n <md-icon slot=\"icon\">upload_file</md-icon>현장 시방서 업로드\n </md-elevated-button>\n <md-elevated-button href=${`project-detail/${this.projectId}`}>\n <md-icon slot=\"icon\">home</md-icon>프로젝트 홈\n </md-elevated-button>\n </div>\n </div>\n\n <div body>\n <div left>\n <div section-header>${this.isEditMode ? '체크리스트 수정' : '체크리스트 등록'}</div>\n\n <div form-area>\n <label>공종</label>\n <md-filled-select constructionType @change=${this._onSelectConstructionType}>\n <md-select-option ?selected=${!this.selectedConstructionType?.id} value=\"\">\n <div slot=\"headline\">선택</div>\n </md-select-option>\n ${this.constructionTypes?.map(ct => {\n const selected = ct.id === this.selectedConstructionType?.id\n return html`<md-select-option ?selected=${selected} .value=${ct.id}>\n <div slot=\"headline\">${ct.name}</div>\n </md-select-option>`\n })}\n </md-filled-select>\n\n <label>세부공종</label>\n <md-filled-select constructionDetailType @change=${this._onSelectConstructionDetailType}>\n ${(this.selectedConstructionType?.constructionDetailTypes || []).map(cdt => {\n const selected = cdt.id === this.selectedConstructionDetailType?.id\n return html`<md-select-option ?selected=${selected} .value=${cdt.id}>\n <div slot=\"headline\">${cdt.name}</div>\n </md-select-option>`\n })}\n </md-filled-select>\n\n <label>이름</label>\n <md-filled-text-field\n .value=${this.checklistName}\n @input=${e => {\n this.checklistName = e.target.value\n }}\n ></md-filled-text-field>\n </div>\n\n <ox-grist left .mode=${'GRID'} .config=${this.leftGristConfig}></ox-grist>\n\n <div button-container>\n <md-elevated-button save @click=${this._save}>\n <md-icon slot=\"icon\">${this.isEditMode ? 'save' : 'add'}</md-icon>\n ${this.isEditMode ? '수정' : '등록'}\n </md-elevated-button>\n <md-elevated-button delete @click=${this._delete}> <md-icon slot=\"icon\">delete</md-icon>삭제 </md-elevated-button>\n </div>\n </div>\n\n <div right>\n <div section-header>체크리스트 목록</div>\n\n <ox-grist\n right\n .mode=${'GRID'}\n .config=${this.rightGristConfig}\n .fetchHandler=${this._fetchChecklists.bind(this)}\n ></ox-grist>\n </div>\n </div>\n\n ${\n this.siteSpecDetail\n ? html`<kcs-criteria-popup\n .popupTitle=${'현장 시방서 기준'}\n .kcs=${{ text: this.siteSpecDetail }}\n .itemName=${this.siteSpecDetailItem}\n @close=${() => (this.siteSpecDetail = null)}\n ></kcs-criteria-popup>`\n : ''\n }\n `\n }\n\n async pageUpdated(changes: any, lifecycle: PageLifecycle) {\n if (this.active) {\n this.projectId = lifecycle.resourceId || ''\n await this._init()\n }\n }\n\n async pageInitialized(lifecycle: any) {\n this.projectId = lifecycle.resourceId || ''\n await this._init()\n }\n\n private async _init() {\n await Promise.all([this._fetchProjectName(), this._fetchConstructionTypes()])\n this._buildLeftGristConfig()\n this._buildRightGristConfig()\n }\n\n private async _fetchProjectName() {\n if (!this.projectId) return\n const response = await client.query({\n query: gql`\n query Project($id: String!) {\n project(id: $id) {\n name\n siteSpecPdfUrl\n }\n }\n `,\n variables: { id: this.projectId }\n })\n this.projectName = response.data?.project?.name || ''\n // 현장 시방서 PDF는 프로젝트 단위로 저장되므로 프로젝트에서 로드\n this.siteSpecPdfUrl = response.data?.project?.siteSpecPdfUrl || ''\n this.siteSpecPdfName = this.siteSpecPdfUrl ? await this._fetchSiteSpecPdfName(this.siteSpecPdfUrl) : ''\n this.updateContext()\n }\n\n // 현장 시방서 URL(S3 key 기반)에 해당하는 첨부파일의 원본 파일명 조회\n private async _fetchSiteSpecPdfName(url: string): Promise<string> {\n const key = decodeURIComponent(url.split('/').pop() || '')\n try {\n const response = await client.query({\n query: gql`\n query ($filters: [Filter!]) {\n attachments(filters: $filters) {\n items {\n name\n path\n }\n }\n }\n `,\n variables: {\n filters: [\n { name: 'refBy', value: this.projectId, operator: 'eq' },\n { name: 'refType', value: 'Project', operator: 'eq' }\n ]\n }\n })\n const items = response.data?.attachments?.items || []\n return items.find(a => a.path === key)?.name || key\n } catch {\n return key\n }\n }\n\n // 현장 시방서 PDF 업로드 → 첨부 후 전체 URL(https~)을 프로젝트에 저장\n private async _onUploadSiteSpecPdf(e: Event) {\n const input = e.target as HTMLInputElement\n const file = input.files?.[0]\n if (!file) return\n\n if (file.type !== 'application/pdf' && !file.name.toLowerCase().endsWith('.pdf')) {\n notify({ message: 'PDF 파일만 업로드할 수 있습니다.', level: 'warn' })\n input.value = ''\n return\n }\n\n const response = await client.mutate({\n mutation: gql`\n mutation ($attachments: [NewAttachment!]!) {\n createAttachments(attachments: $attachments) {\n id\n name\n fullpath\n }\n }\n `,\n variables: {\n attachments: [{ file, refBy: this.projectId, refType: 'Project', description: 'site-spec' }]\n },\n context: { hasUpload: true }\n })\n\n input.value = ''\n\n const attachment = response.data?.createAttachments?.[0]\n if (!attachment) {\n notify({ message: '업로드에 실패하였습니다.', level: 'error' })\n return\n }\n\n // fullpath 는 /attachment/... 형태의 상대경로 → location.origin 을 붙여 https 전체 URL 생성\n this.siteSpecPdfUrl = `${location.origin}${attachment.fullpath}`\n this.siteSpecPdfName = attachment.name || file.name\n\n await this._saveSiteSpecPdfToProject()\n notify({ message: '현장 시방서를 업로드하였습니다.' })\n }\n\n private async _removeSiteSpecPdf() {\n if (!confirm('현장 시방서를 삭제하시겠습니까?')) return\n this.siteSpecPdfUrl = ''\n this.siteSpecPdfName = ''\n await this._saveSiteSpecPdfToProject()\n notify({ message: '현장 시방서를 삭제하였습니다.' })\n }\n\n // 현장 시방서 PDF URL을 프로젝트에 저장 (프로젝트 단위 공통 값)\n private async _saveSiteSpecPdfToProject() {\n await client.mutate({\n mutation: gql`\n mutation ($project: ProjectPatch!) {\n updateProject(project: $project) {\n id\n }\n }\n `,\n variables: {\n project: { id: this.projectId, siteSpecPdfUrl: this.siteSpecPdfUrl || null }\n }\n })\n }\n\n private async _fetchConstructionTypes() {\n const response = await client.query({\n query: gql`\n query {\n constructionTypes {\n items {\n id\n name\n projectType\n constructionDetailTypes {\n id\n name\n sequence\n }\n }\n }\n }\n `\n })\n\n const items = (response.data?.constructionTypes?.items || []).filter(\n (ct: any) => ct.projectType === 'DCSP' || !ct.projectType\n )\n\n this.constructionTypes = items\n this.allDetailTypes = items.flatMap(ct =>\n (ct.constructionDetailTypes || []).map(dt => ({\n ...dt,\n constructionTypeId: ct.id\n }))\n )\n\n // 초기에는 선택하지 않음 (사용자가 직접 선택)\n this.selectedConstructionType = {}\n this.selectedConstructionDetailType = {}\n }\n\n private _buildLeftGristConfig() {\n this.leftGristConfig = {\n columns: [\n { type: 'gutter', gutterName: 'row-selector', multiple: true },\n {\n type: 'gutter',\n gutterName: 'button',\n icon: 'arrow_upward',\n handlers: { click: 'move-up' }\n },\n {\n type: 'gutter',\n gutterName: 'button',\n icon: 'arrow_downward',\n handlers: { click: 'move-down' }\n },\n {\n type: 'string',\n name: 'mainType',\n header: '구분',\n record: { editable: true },\n width: 100\n },\n {\n type: 'text-select',\n name: 'name',\n header: '검사항목',\n record: {\n editable: true,\n options: (value, column, record) => {\n if (!record) return []\n const items = [\n record.originalName,\n record.recommendation1,\n record.recommendation2,\n record.recommendation3,\n record.recommendation4,\n record.recommendation5\n ].filter(Boolean)\n return [...new Set(items)].map(r => ({ display: r, value: r }))\n }\n },\n width: 250\n },\n {\n type: 'string',\n name: 'kcsCriteriaLabel',\n header: 'KCS 시방서 기준',\n record: { editable: false },\n width: 220\n },\n {\n type: 'string',\n name: 'siteSpecCriteria',\n header: '현장 시방서 기준',\n record: {\n editable: false,\n // 본문 앞 20글자만 요약 표시 (클릭 시 팝업으로 전체 본문 확인)\n renderer: (value: string) => (value && value.length > 20 ? `${value.slice(0, 20)}...` : value || '')\n },\n handlers: {\n click: (columns, data, column, record) => {\n if (!record?.siteSpecCriteria) return\n this.siteSpecDetail = record.siteSpecCriteria\n this.siteSpecDetailItem = record.name || ''\n }\n },\n width: 220\n },\n { type: 'string', name: 'kcsCriteria', hidden: true },\n { type: 'string', name: 'originalName', hidden: true },\n { type: 'string', name: 'recommendation1', hidden: true },\n { type: 'string', name: 'recommendation2', hidden: true },\n { type: 'string', name: 'recommendation3', hidden: true },\n { type: 'string', name: 'recommendation4', hidden: true },\n { type: 'string', name: 'recommendation5', hidden: true }\n ],\n rows: {\n selectable: { multiple: true }\n },\n pagination: { infinite: true }\n }\n }\n\n private _buildRightGristConfig() {\n this.rightGristConfig = {\n columns: [\n { type: 'gutter', gutterName: 'row-selector', multiple: false },\n { type: 'gutter', gutterName: 'sequence' },\n {\n type: 'gutter',\n gutterName: 'button',\n fixed: true,\n icon: 'preview',\n handlers: {\n click: async (columns, data, column, record, rowIndex) => {\n if (!record.id) return\n await this._openPreview(record)\n }\n }\n },\n {\n type: 'string',\n name: 'constructionTypeName',\n header: '공종',\n width: 120\n },\n {\n type: 'string',\n name: 'constructionDetailTypeName',\n header: '세부공종',\n width: 120\n },\n {\n type: 'string',\n name: 'name',\n header: '체크리스트명',\n width: 180\n }\n ],\n rows: {\n selectable: { multiple: false },\n appendable: false,\n handlers: {\n click: this._handleRightGristRowClick.bind(this)\n }\n },\n pagination: { infinite: true }\n }\n }\n\n private async _fetchChecklists() {\n if (!this.projectId) return { total: 0, records: [] }\n\n const response = await client.query({\n query: gql`\n query ($filters: [Filter!], $sortings: [Sorting!]) {\n projectChecklists(filters: $filters, sortings: $sortings) {\n items {\n id\n projectId\n constructionTypeId\n constructionDetailTypeId\n name\n updatedAt\n }\n total\n }\n }\n `,\n variables: {\n filters: [{ name: 'projectId', value: this.projectId, operator: 'eq' }],\n sortings: [{ name: 'updatedAt', desc: true }]\n }\n })\n\n const items = response.data?.projectChecklists?.items || []\n\n // 공종/세부공종 이름을 클라이언트에서 매핑\n const records = items.map(item => ({\n ...item,\n constructionTypeName: this.constructionTypes.find(ct => ct.id === item.constructionTypeId)?.name || '',\n constructionDetailTypeName: this.allDetailTypes.find(dt => dt.id === item.constructionDetailTypeId)?.name || ''\n }))\n\n return {\n total: response.data?.projectChecklists?.total || 0,\n records\n }\n }\n\n private async _onSelectConstructionType(e) {\n const ctId = e.target.value\n const ct = this.constructionTypes.find(c => c.id === ctId) || {}\n this.selectedConstructionType = ct\n this.selectedConstructionDetailType = { ...(ct.constructionDetailTypes?.[0] || {}) }\n\n // re-render 완료 후 세부공종 select UI 동기화\n await this.updateComplete\n await this.htmlSelectConstructionDetailType?.selectIndex(0)\n\n if (!this.isEditMode) {\n await this._loadTemplateItems()\n }\n }\n\n private async _onSelectConstructionDetailType(e) {\n const cdtId = e.target.value\n this.selectedConstructionDetailType = {\n ...(this.selectedConstructionType?.constructionDetailTypes?.find(d => d.id === cdtId) || {})\n }\n\n if (!this.isEditMode) {\n await this._loadTemplateItems()\n }\n }\n\n private async _loadTemplateItems() {\n const ctId = this.selectedConstructionType?.id\n const cdtId = this.selectedConstructionDetailType?.id\n if (!ctId || !cdtId) {\n this.templateItems = []\n this.leftGrist.data = { records: [] }\n return\n }\n\n // upsert로 템플릿 찾기/생성\n const upsertRes = await client.mutate({\n mutation: gql`\n mutation ($ctId: String!, $cdtId: String!) {\n upsertConstructionChecklistTemplate(constructionTypeId: $ctId, constructionDetailTypeId: $cdtId) {\n id\n }\n }\n `,\n variables: { ctId, cdtId }\n })\n\n const templateId = upsertRes.data?.upsertConstructionChecklistTemplate?.id\n if (!templateId) return\n\n const response = await client.query({\n query: gql`\n query ($filters: [Filter!], $sortings: [Sorting!]) {\n constructionChecklistTemplateItems(filters: $filters, sortings: $sortings) {\n items {\n id\n sequence\n mainType\n name\n recommendation1\n recommendation2\n recommendation3\n recommendation4\n recommendation5\n }\n }\n }\n `,\n variables: {\n filters: [{ name: 'constructionChecklistTemplateId', value: templateId, operator: 'eq' }],\n sortings: [{ name: 'sequence' }]\n }\n })\n\n const items = response.data?.constructionChecklistTemplateItems?.items || []\n this.templateItems = items\n\n // 왼쪽 그리드에 데이터 셋팅 (recommendation 포함)\n // KCS/현장 시방서 기준은 저장(등록/수정) 시 서버에서 매칭되어 채워진다.\n this.leftGrist.data = {\n records: items.map(item => ({\n mainType: item.mainType || '',\n name: item.name || '',\n kcsCriteria: '',\n kcsCriteriaLabel: '',\n siteSpecCriteria: '',\n originalName: item.name || '',\n recommendation1: item.recommendation1 || '',\n recommendation2: item.recommendation2 || '',\n recommendation3: item.recommendation3 || '',\n recommendation4: item.recommendation4 || '',\n recommendation5: item.recommendation5 || ''\n }))\n }\n }\n\n private async _handleRightGristRowClick(columns, data, column, record, rowIndex, field) {\n // 클릭 시 해당 로우 선택/해제 토글\n field?.dispatchEvent(\n new CustomEvent('select-record-change', {\n bubbles: true,\n composed: true,\n detail: record['__selected__'] ? { removed: [record] } : { added: [record] }\n })\n )\n\n // 토글 반영 후 처리\n setTimeout(async () => {\n const selected = this.rightGrist?.selected?.[0]\n\n if (!selected || !selected.id) {\n // 선택 해제 → 등록 모드 + 왼쪽 초기화\n await this._resetLeftForm()\n return\n }\n\n // 선택 → 수정 모드\n this.isEditMode = true\n this.selectedChecklistId = selected.id\n this.checklistName = selected.name || ''\n\n // 공종/세부공종 세팅\n const ct = this.constructionTypes.find(c => c.id === selected.constructionTypeId) || {}\n this.selectedConstructionType = ct\n this.selectedConstructionDetailType = {\n ...(ct.constructionDetailTypes?.find(d => d.id === selected.constructionDetailTypeId) || {})\n }\n\n // 공종 변경으로 세부공종 options가 re-render 된 후 select UI 동기화\n await this.updateComplete\n const cdtIndex = (ct.constructionDetailTypes || []).findIndex(d => d.id === selected.constructionDetailTypeId)\n if (cdtIndex >= 0) {\n await this.htmlSelectConstructionDetailType?.selectIndex(cdtIndex)\n }\n\n // 공종+세부공종의 템플릿 아이템 로드 (추천 options용)\n await this._loadTemplateItemsForEdit(selected.constructionTypeId, selected.constructionDetailTypeId)\n\n // 저장된 아이템 로드 (FieldResolver 활용)\n const items = await this._fetchChecklistItems(selected.id)\n // templateItems에서 같은 mainType의 recommendation을 매칭\n this.leftGrist.data = {\n records: items.map(item => {\n const tmpl = this.templateItems.find(t => t.mainType === item.mainType) || {}\n return {\n mainType: item.mainType || '',\n name: item.name || '',\n kcsCriteria: item.kcsCriteria || '',\n kcsCriteriaLabel: this._kcsLabel(item.kcsCriteria),\n siteSpecCriteria: item.siteSpecCriteria || '',\n originalName: tmpl.name || item.name || '',\n recommendation1: tmpl.recommendation1 || '',\n recommendation2: tmpl.recommendation2 || '',\n recommendation3: tmpl.recommendation3 || '',\n recommendation4: tmpl.recommendation4 || '',\n recommendation5: tmpl.recommendation5 || ''\n }\n })\n }\n }, 100)\n }\n\n private async _loadTemplateItemsForEdit(ctId: string, cdtId: string) {\n if (!ctId || !cdtId) {\n this.templateItems = []\n return\n }\n\n const upsertRes = await client.mutate({\n mutation: gql`\n mutation ($ctId: String!, $cdtId: String!) {\n upsertConstructionChecklistTemplate(constructionTypeId: $ctId, constructionDetailTypeId: $cdtId) {\n id\n }\n }\n `,\n variables: { ctId, cdtId }\n })\n\n const templateId = upsertRes.data?.upsertConstructionChecklistTemplate?.id\n if (!templateId) return\n\n const response = await client.query({\n query: gql`\n query ($filters: [Filter!], $sortings: [Sorting!]) {\n constructionChecklistTemplateItems(filters: $filters, sortings: $sortings) {\n items {\n id\n sequence\n mainType\n name\n inspctionCriteria\n recommendation1\n recommendation2\n recommendation3\n recommendation4\n recommendation5\n }\n }\n }\n `,\n variables: {\n filters: [{ name: 'constructionChecklistTemplateId', value: templateId, operator: 'eq' }],\n sortings: [{ name: 'sequence' }]\n }\n })\n\n this.templateItems = response.data?.constructionChecklistTemplateItems?.items || []\n }\n\n private async _save() {\n const ctId = this.selectedConstructionType?.id\n const cdtId = this.selectedConstructionDetailType?.id\n const name = this.checklistName?.trim()\n\n if (!ctId || !cdtId) {\n notify({ message: '공종과 세부공종을 선택해주세요.', level: 'warn' })\n return\n }\n if (!name) {\n notify({ message: '이름을 입력해주세요.', level: 'warn' })\n return\n }\n\n // 그리드에서 아이템 추출 (KCS/현장 시방서 기준은 서버에서 매칭하여 채운다)\n const records = this.leftGrist.dirtyData?.records || []\n const items = records.map((row, idx) => ({\n mainType: row.mainType || null,\n name: row.name || '',\n sequence: idx\n }))\n\n try {\n if (this.isEditMode && this.selectedChecklistId) {\n // 수정\n const response = await client.mutate({\n mutation: gql`\n mutation ($id: String!, $name: String!, $items: [ProjectChecklistItemInput!]!, $siteSpecPdfUrl: String) {\n updateProjectChecklist(id: $id, name: $name, items: $items, siteSpecPdfUrl: $siteSpecPdfUrl) {\n id\n }\n }\n `,\n variables: {\n id: this.selectedChecklistId,\n name,\n items,\n siteSpecPdfUrl: this.siteSpecPdfUrl || null\n }\n })\n\n if (!response.errors) {\n // 검사 기준(KCS/현장 시방서)은 백그라운드에서 매칭되어 잠시 후 반영됨\n notify({ message: '수정되었습니다. 검사 기준은 잠시 후 반영됩니다.' })\n this.rightGrist.fetch()\n } else {\n notify({ message: '수정에 실패하였습니다.', level: 'error' })\n }\n } else {\n // 등록\n const response = await client.mutate({\n mutation: gql`\n mutation (\n $projectId: String!\n $constructionTypeId: String!\n $constructionDetailTypeId: String!\n $name: String!\n $items: [ProjectChecklistItemInput!]!\n $siteSpecPdfUrl: String\n ) {\n createProjectChecklist(\n projectId: $projectId\n constructionTypeId: $constructionTypeId\n constructionDetailTypeId: $constructionDetailTypeId\n name: $name\n items: $items\n siteSpecPdfUrl: $siteSpecPdfUrl\n ) {\n id\n }\n }\n `,\n variables: {\n projectId: this.projectId,\n constructionTypeId: ctId,\n constructionDetailTypeId: cdtId,\n name,\n items,\n siteSpecPdfUrl: this.siteSpecPdfUrl || null\n }\n })\n\n if (!response.errors) {\n // 검사 기준(KCS/현장 시방서)은 백그라운드에서 매칭되어 잠시 후 반영됨\n notify({ message: '등록되었습니다. 검사 기준은 잠시 후 반영됩니다.' })\n\n // 오른쪽 그리드 새로고침 + 왼쪽 초기화\n await this.rightGrist.fetch()\n this._resetLeftForm()\n } else {\n notify({ message: '등록에 실패하였습니다.', level: 'error' })\n }\n }\n } catch (e) {\n notify({ message: '저장 중 오류가 발생하였습니다.', level: 'error' })\n }\n }\n\n // KCS 기준 JSON 문자열에서 file_label(요약 텍스트) 추출\n private _kcsLabel(kcsCriteria?: string): string {\n if (!kcsCriteria) return ''\n try {\n return JSON.parse(kcsCriteria)?.file_label || ''\n } catch {\n return ''\n }\n }\n\n private async _resetLeftForm() {\n this.isEditMode = false\n this.selectedChecklistId = null\n this.checklistName = ''\n this.selectedConstructionType = {}\n this.selectedConstructionDetailType = {}\n this.templateItems = []\n this.leftGrist.data = { records: [] }\n\n await this.updateComplete\n // md-filled-select 내부 상태 초기화\n this.htmlSelectConstructionType?.reset()\n this.htmlSelectConstructionDetailType?.reset()\n }\n\n private async _delete() {\n const selectedItems = this.leftGrist?.selected || []\n\n if (selectedItems.length > 0) {\n // 왼쪽 그리드에서 선택된 row 삭제 (클라이언트 측)\n if (confirm('선택된 검사항목을 삭제하시겠습니까?')) {\n const records = this.leftGrist.dirtyData?.records || []\n const selectedIndices = new Set(\n selectedItems.map((_, i) => {\n return records.indexOf(selectedItems[i])\n })\n )\n const remaining = records.filter((_, i) => !selectedIndices.has(i))\n this.leftGrist.data = { records: remaining }\n }\n } else if (this.isEditMode && this.selectedChecklistId) {\n // 체크리스트 자체 삭제\n if (confirm('이 체크리스트를 삭제하시겠습니까?')) {\n const response = await client.mutate({\n mutation: gql`\n mutation ($ids: [String!]!) {\n deleteProjectChecklists(ids: $ids)\n }\n `,\n variables: { ids: [this.selectedChecklistId] }\n })\n\n if (!response.errors) {\n notify({ message: '삭제되었습니다.' })\n this.isEditMode = false\n this.selectedChecklistId = null\n this.checklistName = ''\n this.leftGrist.data = { records: [] }\n this.rightGrist.fetch()\n }\n }\n } else {\n notify({ message: '삭제할 항목을 선택해주세요.', level: 'warn' })\n }\n }\n\n private async _fetchChecklistItems(checklistId: string): Promise<any[]> {\n const response = await client.query({\n query: gql`\n query ($filters: [Filter!]) {\n projectChecklists(filters: $filters) {\n items {\n projectChecklistItems {\n id\n mainType\n name\n kcsCriteria\n siteSpecCriteria\n sequence\n }\n }\n }\n }\n `,\n variables: {\n filters: [{ name: 'id', value: checklistId, operator: 'eq' }]\n }\n })\n\n return response.data?.projectChecklists?.items?.[0]?.projectChecklistItems || []\n }\n\n private async _openPreview(record: any) {\n const items = await this._fetchChecklistItems(record.id)\n const ctName = this.constructionTypes.find(ct => ct.id === record.constructionTypeId)?.name || ''\n const cdtName = this.allDetailTypes.find(dt => dt.id === record.constructionDetailTypeId)?.name || ''\n\n const checklist = {\n name: record.name,\n constructionType: ctName,\n constructionDetailType: cdtName,\n location: '',\n documentNo: '',\n inspectionParts: [],\n buildingInspection: {\n status: BuildingInspectionStatus.WAIT\n },\n checklistItems: items.map(item => ({\n ...item,\n detailType: ''\n }))\n }\n\n openPopup(\n html`\n <div style=\"overflow-y: auto;\">\n <checklist-view .mode=${ChecklistMode.VIEWER} .checklist=${checklist}></checklist-view>\n </div>\n `,\n {\n backdrop: true,\n size: 'large',\n title: `체크리스트 미리보기 - ${record.name}`\n }\n )\n }\n}\n"]}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import '@material/web/button/elevated-button.js';
|
|
2
|
+
import '@operato/data-grist';
|
|
3
|
+
import { LitElement } from 'lit';
|
|
4
|
+
export declare class ProjectReportImporter extends LitElement {
|
|
5
|
+
static styles: import("lit").CSSResult[];
|
|
6
|
+
private projectReports;
|
|
7
|
+
private columns;
|
|
8
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
9
|
+
private save;
|
|
10
|
+
}
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
import { __decorate, __metadata } from "tslib";
|
|
2
|
+
import '@material/web/button/elevated-button.js';
|
|
3
|
+
import '@operato/data-grist';
|
|
4
|
+
import gql from 'graphql-tag';
|
|
5
|
+
import { css, html, LitElement } from 'lit';
|
|
6
|
+
import { state } from 'lit/decorators.js';
|
|
7
|
+
import { client } from '@operato/graphql';
|
|
8
|
+
import { i18next } from '@operato/i18n';
|
|
9
|
+
import { isMobileDevice } from '@operato/utils';
|
|
10
|
+
export class ProjectReportImporter extends LitElement {
|
|
11
|
+
constructor() {
|
|
12
|
+
super(...arguments);
|
|
13
|
+
this.projectReports = [];
|
|
14
|
+
this.columns = {
|
|
15
|
+
list: { fields: ['name', 'description'] },
|
|
16
|
+
pagination: { infinite: true },
|
|
17
|
+
columns: [
|
|
18
|
+
{
|
|
19
|
+
type: 'string',
|
|
20
|
+
name: 'name',
|
|
21
|
+
header: i18next.t('field.name'),
|
|
22
|
+
width: 150
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
type: 'string',
|
|
26
|
+
name: 'description',
|
|
27
|
+
header: i18next.t('field.description'),
|
|
28
|
+
width: 200
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
type: 'checkbox',
|
|
32
|
+
name: 'active',
|
|
33
|
+
header: i18next.t('field.active'),
|
|
34
|
+
width: 60
|
|
35
|
+
}
|
|
36
|
+
]
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
render() {
|
|
40
|
+
return html `
|
|
41
|
+
<ox-grist
|
|
42
|
+
.mode=${isMobileDevice() ? 'LIST' : 'GRID'}
|
|
43
|
+
.config=${this.columns}
|
|
44
|
+
.data=${{
|
|
45
|
+
records: this.projectReports
|
|
46
|
+
}}
|
|
47
|
+
></ox-grist>
|
|
48
|
+
|
|
49
|
+
<div class="button-container">
|
|
50
|
+
<md-elevated-button raised @click="${this.save.bind(this)}">${i18next.t('button.save')}</md-elevated-button>
|
|
51
|
+
</div>
|
|
52
|
+
`;
|
|
53
|
+
}
|
|
54
|
+
async save() {
|
|
55
|
+
var _a;
|
|
56
|
+
const response = await client.mutate({
|
|
57
|
+
mutation: gql `
|
|
58
|
+
mutation importProjectReports($projectReports: [ProjectReportPatch!]!) {
|
|
59
|
+
importProjectReports(projectReports: $projectReports)
|
|
60
|
+
}
|
|
61
|
+
`,
|
|
62
|
+
variables: { projectReports: this.projectReports }
|
|
63
|
+
});
|
|
64
|
+
if ((_a = response.errors) === null || _a === void 0 ? void 0 : _a.length)
|
|
65
|
+
return;
|
|
66
|
+
this.dispatchEvent(new CustomEvent('imported'));
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
ProjectReportImporter.styles = [
|
|
70
|
+
css `
|
|
71
|
+
:host {
|
|
72
|
+
display: flex;
|
|
73
|
+
flex-direction: column;
|
|
74
|
+
|
|
75
|
+
background-color: #fff;
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
ox-grist {
|
|
79
|
+
flex: 1;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
.button-container {
|
|
83
|
+
display: flex;
|
|
84
|
+
margin-left: auto;
|
|
85
|
+
padding: var(--padding-default);
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
md-elevated-button {
|
|
89
|
+
margin-left: var(--margin-default);
|
|
90
|
+
}
|
|
91
|
+
`
|
|
92
|
+
];
|
|
93
|
+
__decorate([
|
|
94
|
+
state(),
|
|
95
|
+
__metadata("design:type", Array)
|
|
96
|
+
], ProjectReportImporter.prototype, "projectReports", void 0);
|
|
97
|
+
__decorate([
|
|
98
|
+
state(),
|
|
99
|
+
__metadata("design:type", Object)
|
|
100
|
+
], ProjectReportImporter.prototype, "columns", void 0);
|
|
101
|
+
//# sourceMappingURL=project-report-importer.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"project-report-importer.js","sourceRoot":"","sources":["../../../client/pages/project-report/project-report-importer.ts"],"names":[],"mappings":";AAAA,OAAO,yCAAyC,CAAA;AAChD,OAAO,qBAAqB,CAAA;AAE5B,OAAO,GAAG,MAAM,aAAa,CAAA;AAC7B,OAAO,EAAE,GAAG,EAAE,IAAI,EAAE,UAAU,EAAE,MAAM,KAAK,CAAA;AAC3C,OAAO,EAAY,KAAK,EAAE,MAAM,mBAAmB,CAAA;AAEnD,OAAO,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAA;AACzC,OAAO,EAAE,OAAO,EAAE,MAAM,eAAe,CAAA;AACvC,OAAO,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAA;AAE/C,MAAM,OAAO,qBAAsB,SAAQ,UAAU;IAArD;;QA0BmB,mBAAc,GAAU,EAAE,CAAA;QAC1B,YAAO,GAAG;YACzB,IAAI,EAAE,EAAE,MAAM,EAAE,CAAC,MAAM,EAAE,aAAa,CAAC,EAAE;YACzC,UAAU,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE;YAC9B,OAAO,EAAE;gBACP;oBACE,IAAI,EAAE,QAAQ;oBACd,IAAI,EAAE,MAAM;oBACZ,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,YAAY,CAAC;oBAC/B,KAAK,EAAE,GAAG;iBACX;gBACD;oBACE,IAAI,EAAE,QAAQ;oBACd,IAAI,EAAE,aAAa;oBACnB,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,mBAAmB,CAAC;oBACtC,KAAK,EAAE,GAAG;iBACX;gBACD;oBACE,IAAI,EAAE,UAAU;oBAChB,IAAI,EAAE,QAAQ;oBACd,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,cAAc,CAAC;oBACjC,KAAK,EAAE,EAAE;iBACV;aACF;SACF,CAAA;IAgCH,CAAC;IA9BC,MAAM;QACJ,OAAO,IAAI,CAAA;;gBAEC,cAAc,EAAE,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM;kBAChC,IAAI,CAAC,OAAO;gBACd;YACN,OAAO,EAAE,IAAI,CAAC,cAAc;SAC7B;;;;6CAIoC,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,KAAK,OAAO,CAAC,CAAC,CAAC,aAAa,CAAC;;KAEzF,CAAA;IACH,CAAC;IAEO,KAAK,CAAC,IAAI;;QAChB,MAAM,QAAQ,GAAG,MAAM,MAAM,CAAC,MAAM,CAAC;YACnC,QAAQ,EAAE,GAAG,CAAA;;;;OAIZ;YACD,SAAS,EAAE,EAAE,cAAc,EAAE,IAAI,CAAC,cAAc,EAAE;SACnD,CAAC,CAAA;QAEF,IAAI,MAAA,QAAQ,CAAC,MAAM,0CAAE,MAAM;YAAE,OAAM;QAEnC,IAAI,CAAC,aAAa,CAAC,IAAI,WAAW,CAAC,UAAU,CAAC,CAAC,CAAA;IACjD,CAAC;;AAhFM,4BAAM,GAAG;IACd,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;KAqBF;CACF,AAvBY,CAuBZ;AAEgB;IAAhB,KAAK,EAAE;;6DAAmC;AAC1B;IAAhB,KAAK,EAAE;;sDAuBP","sourcesContent":["import '@material/web/button/elevated-button.js'\nimport '@operato/data-grist'\n\nimport gql from 'graphql-tag'\nimport { css, html, LitElement } from 'lit'\nimport { property, state } from 'lit/decorators.js'\n\nimport { client } from '@operato/graphql'\nimport { i18next } from '@operato/i18n'\nimport { isMobileDevice } from '@operato/utils'\n\nexport class ProjectReportImporter extends LitElement {\n static styles = [\n css`\n :host {\n display: flex;\n flex-direction: column;\n\n background-color: #fff;\n }\n\n ox-grist {\n flex: 1;\n }\n\n .button-container {\n display: flex;\n margin-left: auto;\n padding: var(--padding-default);\n }\n\n md-elevated-button {\n margin-left: var(--margin-default);\n }\n `\n ]\n\n @state() private projectReports: any[] = []\n @state() private columns = {\n list: { fields: ['name', 'description'] },\n pagination: { infinite: true },\n columns: [\n {\n type: 'string',\n name: 'name',\n header: i18next.t('field.name'),\n width: 150\n },\n {\n type: 'string',\n name: 'description',\n header: i18next.t('field.description'),\n width: 200\n },\n {\n type: 'checkbox',\n name: 'active',\n header: i18next.t('field.active'),\n width: 60\n }\n ]\n }\n\n render() {\n return html`\n <ox-grist\n .mode=${isMobileDevice() ? 'LIST' : 'GRID'}\n .config=${this.columns}\n .data=${{\n records: this.projectReports\n }}\n ></ox-grist>\n\n <div class=\"button-container\">\n <md-elevated-button raised @click=\"${this.save.bind(this)}\">${i18next.t('button.save')}</md-elevated-button>\n </div>\n `\n }\n\n private async save() {\n const response = await client.mutate({\n mutation: gql`\n mutation importProjectReports($projectReports: [ProjectReportPatch!]!) {\n importProjectReports(projectReports: $projectReports)\n }\n `,\n variables: { projectReports: this.projectReports }\n })\n\n if (response.errors?.length) return\n\n this.dispatchEvent(new CustomEvent('imported'))\n }\n}\n"]}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
import '@material/web/icon/icon.js';
|
|
2
|
+
import '@operato/data-grist';
|
|
3
|
+
import { PageView } from '@operato/shell';
|
|
4
|
+
import { FetchOption } from '@operato/data-grist';
|
|
5
|
+
import { ProjectReportImporter } from './project-report-importer';
|
|
6
|
+
declare const ProjectReportListPage_base: (new (...args: any[]) => {
|
|
7
|
+
_storeUnsubscribe: () => void;
|
|
8
|
+
connectedCallback(): void;
|
|
9
|
+
disconnectedCallback(): void;
|
|
10
|
+
stateChanged(_state: unknown): void;
|
|
11
|
+
}) & (new (...args: any[]) => import("lit").LitElement) & typeof PageView & import("@open-wc/dedupe-mixin").Constructor<import("@open-wc/scoped-elements/types/src/types").ScopedElementsHost>;
|
|
12
|
+
export declare class ProjectReportListPage extends ProjectReportListPage_base {
|
|
13
|
+
static styles: import("lit").CSSResult[];
|
|
14
|
+
static get scopedElements(): {
|
|
15
|
+
'project-report-importer': typeof ProjectReportImporter;
|
|
16
|
+
};
|
|
17
|
+
private gristConfig;
|
|
18
|
+
private mode;
|
|
19
|
+
private grist;
|
|
20
|
+
private sortersControl;
|
|
21
|
+
get context(): {
|
|
22
|
+
title: string;
|
|
23
|
+
search: {
|
|
24
|
+
handler: (search: string) => void;
|
|
25
|
+
value: string;
|
|
26
|
+
};
|
|
27
|
+
filter: {
|
|
28
|
+
handler: () => void;
|
|
29
|
+
};
|
|
30
|
+
help: string;
|
|
31
|
+
actions: {
|
|
32
|
+
icon: string;
|
|
33
|
+
emphasis: {
|
|
34
|
+
raised: boolean;
|
|
35
|
+
outlined: boolean;
|
|
36
|
+
dense: boolean;
|
|
37
|
+
danger: boolean;
|
|
38
|
+
};
|
|
39
|
+
title: string;
|
|
40
|
+
action: () => Promise<void>;
|
|
41
|
+
}[];
|
|
42
|
+
exportable: {
|
|
43
|
+
name: string;
|
|
44
|
+
data: () => Promise<{}[]>;
|
|
45
|
+
};
|
|
46
|
+
importable: {
|
|
47
|
+
handler: (records: any) => Promise<void>;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
51
|
+
pageInitialized(lifecycle: any): Promise<void>;
|
|
52
|
+
pageUpdated(changes: any, lifecycle: any): Promise<void>;
|
|
53
|
+
fetchHandler({ page, limit, sortings, filters }: FetchOption): Promise<{
|
|
54
|
+
total: any;
|
|
55
|
+
records: any;
|
|
56
|
+
}>;
|
|
57
|
+
private deleteProjectReport;
|
|
58
|
+
private updateProjectReport;
|
|
59
|
+
private exportHandler;
|
|
60
|
+
private importHandler;
|
|
61
|
+
}
|
|
62
|
+
export {};
|
|
@@ -0,0 +1,322 @@
|
|
|
1
|
+
import { __decorate, __metadata } from "tslib";
|
|
2
|
+
import '@material/web/icon/icon.js';
|
|
3
|
+
import '@operato/data-grist';
|
|
4
|
+
import { CommonButtonStyles, CommonGristStyles, ScrollbarStyles } from '@operato/styles';
|
|
5
|
+
import { PageView, store, connect } from '@operato/shell';
|
|
6
|
+
import { css, html } from 'lit';
|
|
7
|
+
import { customElement, query, state } from 'lit/decorators.js';
|
|
8
|
+
import { ScopedElementsMixin } from '@open-wc/scoped-elements';
|
|
9
|
+
import { DataGrist } from '@operato/data-grist';
|
|
10
|
+
import { client } from '@operato/graphql';
|
|
11
|
+
import { i18next, localize } from '@operato/i18n';
|
|
12
|
+
import { notify, openPopup } from '@operato/layout';
|
|
13
|
+
import { OxPopup, OxPrompt } from '@operato/popup';
|
|
14
|
+
import { isMobileDevice } from '@operato/utils';
|
|
15
|
+
import gql from 'graphql-tag';
|
|
16
|
+
import { ProjectReportImporter } from './project-report-importer';
|
|
17
|
+
let ProjectReportListPage = class ProjectReportListPage extends connect(store)(localize(i18next)(ScopedElementsMixin(PageView))) {
|
|
18
|
+
constructor() {
|
|
19
|
+
super(...arguments);
|
|
20
|
+
this.mode = isMobileDevice() ? 'CARD' : 'GRID';
|
|
21
|
+
}
|
|
22
|
+
static get scopedElements() {
|
|
23
|
+
return {
|
|
24
|
+
'project-report-importer': ProjectReportImporter
|
|
25
|
+
};
|
|
26
|
+
}
|
|
27
|
+
get context() {
|
|
28
|
+
return {
|
|
29
|
+
title: i18next.t('title.project-report list'),
|
|
30
|
+
search: {
|
|
31
|
+
handler: (search) => {
|
|
32
|
+
this.grist.searchText = search;
|
|
33
|
+
},
|
|
34
|
+
value: this.grist.searchText
|
|
35
|
+
},
|
|
36
|
+
filter: {
|
|
37
|
+
handler: () => {
|
|
38
|
+
this.grist.toggleHeadroom();
|
|
39
|
+
}
|
|
40
|
+
},
|
|
41
|
+
help: 'supervision/project-report',
|
|
42
|
+
actions: [
|
|
43
|
+
Object.assign({ title: i18next.t('button.save'), action: this.updateProjectReport.bind(this) }, CommonButtonStyles.save),
|
|
44
|
+
Object.assign({ title: i18next.t('button.delete'), action: this.deleteProjectReport.bind(this) }, CommonButtonStyles.delete)
|
|
45
|
+
],
|
|
46
|
+
exportable: {
|
|
47
|
+
name: i18next.t('title.project-report list'),
|
|
48
|
+
data: this.exportHandler.bind(this)
|
|
49
|
+
},
|
|
50
|
+
importable: {
|
|
51
|
+
handler: this.importHandler.bind(this)
|
|
52
|
+
}
|
|
53
|
+
};
|
|
54
|
+
}
|
|
55
|
+
render() {
|
|
56
|
+
const mode = this.mode || (isMobileDevice() ? 'CARD' : 'GRID');
|
|
57
|
+
return html `
|
|
58
|
+
<ox-grist .mode=${mode} .config=${this.gristConfig} .fetchHandler=${this.fetchHandler.bind(this)}>
|
|
59
|
+
<div slot="headroom">
|
|
60
|
+
<div id="filters">
|
|
61
|
+
<ox-filters-form autofocus></ox-filters-form>
|
|
62
|
+
</div>
|
|
63
|
+
|
|
64
|
+
<div id="sorters">
|
|
65
|
+
Sort
|
|
66
|
+
<md-icon
|
|
67
|
+
@click=${e => {
|
|
68
|
+
const target = e.currentTarget;
|
|
69
|
+
this.sortersControl.open({
|
|
70
|
+
right: 0,
|
|
71
|
+
top: target.offsetTop + target.offsetHeight
|
|
72
|
+
});
|
|
73
|
+
}}
|
|
74
|
+
>expand_more</md-icon
|
|
75
|
+
>
|
|
76
|
+
<ox-popup id="sorter-control">
|
|
77
|
+
<ox-sorters-control> </ox-sorters-control>
|
|
78
|
+
</ox-popup>
|
|
79
|
+
</div>
|
|
80
|
+
|
|
81
|
+
<div id="modes">
|
|
82
|
+
<md-icon @click=${() => (this.mode = 'GRID')} ?active=${mode == 'GRID'}>grid_on</md-icon>
|
|
83
|
+
<md-icon @click=${() => (this.mode = 'LIST')} ?active=${mode == 'LIST'}>format_list_bulleted</md-icon>
|
|
84
|
+
<md-icon @click=${() => (this.mode = 'CARD')} ?active=${mode == 'CARD'}>apps</md-icon>
|
|
85
|
+
</div>
|
|
86
|
+
</div>
|
|
87
|
+
</ox-grist>
|
|
88
|
+
`;
|
|
89
|
+
}
|
|
90
|
+
async pageInitialized(lifecycle) {
|
|
91
|
+
this.gristConfig = {
|
|
92
|
+
list: {
|
|
93
|
+
fields: ['name', 'description'],
|
|
94
|
+
details: ['active', 'updatedAt']
|
|
95
|
+
},
|
|
96
|
+
columns: [
|
|
97
|
+
{ type: 'gutter', gutterName: 'sequence' },
|
|
98
|
+
{ type: 'gutter', gutterName: 'row-selector', multiple: true },
|
|
99
|
+
{
|
|
100
|
+
type: 'string',
|
|
101
|
+
name: 'name',
|
|
102
|
+
header: i18next.t('field.name'),
|
|
103
|
+
record: {
|
|
104
|
+
editable: true
|
|
105
|
+
},
|
|
106
|
+
filter: 'search',
|
|
107
|
+
sortable: true,
|
|
108
|
+
width: 150
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
type: 'string',
|
|
112
|
+
name: 'description',
|
|
113
|
+
header: i18next.t('field.description'),
|
|
114
|
+
record: {
|
|
115
|
+
editable: true
|
|
116
|
+
},
|
|
117
|
+
filter: 'search',
|
|
118
|
+
width: 200
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
type: 'checkbox',
|
|
122
|
+
name: 'active',
|
|
123
|
+
label: true,
|
|
124
|
+
header: i18next.t('field.active'),
|
|
125
|
+
record: {
|
|
126
|
+
editable: true
|
|
127
|
+
},
|
|
128
|
+
filter: true,
|
|
129
|
+
sortable: true,
|
|
130
|
+
width: 60
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
type: 'resource-object',
|
|
134
|
+
name: 'updater',
|
|
135
|
+
header: i18next.t('field.updater'),
|
|
136
|
+
record: {
|
|
137
|
+
editable: false
|
|
138
|
+
},
|
|
139
|
+
sortable: true,
|
|
140
|
+
width: 120
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
type: 'datetime',
|
|
144
|
+
name: 'updatedAt',
|
|
145
|
+
header: i18next.t('field.updated_at'),
|
|
146
|
+
record: {
|
|
147
|
+
editable: false
|
|
148
|
+
},
|
|
149
|
+
sortable: true,
|
|
150
|
+
width: 180
|
|
151
|
+
}
|
|
152
|
+
],
|
|
153
|
+
rows: {
|
|
154
|
+
selectable: {
|
|
155
|
+
multiple: true
|
|
156
|
+
}
|
|
157
|
+
},
|
|
158
|
+
sorters: [
|
|
159
|
+
{
|
|
160
|
+
name: 'name'
|
|
161
|
+
}
|
|
162
|
+
]
|
|
163
|
+
};
|
|
164
|
+
}
|
|
165
|
+
async pageUpdated(changes, lifecycle) {
|
|
166
|
+
if (this.active) {
|
|
167
|
+
// do something here when this page just became as active
|
|
168
|
+
}
|
|
169
|
+
}
|
|
170
|
+
async fetchHandler({ page = 1, limit = 100, sortings = [], filters = [] }) {
|
|
171
|
+
const response = await client.query({
|
|
172
|
+
query: gql `
|
|
173
|
+
query ($filters: [Filter!], $pagination: Pagination, $sortings: [Sorting!]) {
|
|
174
|
+
responses: projectReports(filters: $filters, pagination: $pagination, sortings: $sortings) {
|
|
175
|
+
items {
|
|
176
|
+
id
|
|
177
|
+
name
|
|
178
|
+
description
|
|
179
|
+
active
|
|
180
|
+
updater {
|
|
181
|
+
id
|
|
182
|
+
name
|
|
183
|
+
}
|
|
184
|
+
updatedAt
|
|
185
|
+
}
|
|
186
|
+
total
|
|
187
|
+
}
|
|
188
|
+
}
|
|
189
|
+
`,
|
|
190
|
+
variables: {
|
|
191
|
+
filters,
|
|
192
|
+
pagination: { page, limit },
|
|
193
|
+
sortings
|
|
194
|
+
}
|
|
195
|
+
});
|
|
196
|
+
return {
|
|
197
|
+
total: response.data.responses.total || 0,
|
|
198
|
+
records: response.data.responses.items || []
|
|
199
|
+
};
|
|
200
|
+
}
|
|
201
|
+
async deleteProjectReport() {
|
|
202
|
+
if (await OxPrompt.open({
|
|
203
|
+
title: i18next.t('text.are_you_sure'),
|
|
204
|
+
text: i18next.t('text.sure_to_x', { x: i18next.t('text.delete') }),
|
|
205
|
+
confirmButton: { text: i18next.t('button.confirm') },
|
|
206
|
+
cancelButton: { text: i18next.t('button.cancel') }
|
|
207
|
+
})) {
|
|
208
|
+
const ids = this.grist.selected.map(record => record.id);
|
|
209
|
+
if (ids && ids.length > 0) {
|
|
210
|
+
const response = await client.mutate({
|
|
211
|
+
mutation: gql `
|
|
212
|
+
mutation ($ids: [String!]!) {
|
|
213
|
+
deleteProjectReports(ids: $ids)
|
|
214
|
+
}
|
|
215
|
+
`,
|
|
216
|
+
variables: {
|
|
217
|
+
ids
|
|
218
|
+
}
|
|
219
|
+
});
|
|
220
|
+
if (!response.errors) {
|
|
221
|
+
this.grist.fetch();
|
|
222
|
+
notify({
|
|
223
|
+
message: i18next.t('text.info_x_successfully', { x: i18next.t('text.delete') })
|
|
224
|
+
});
|
|
225
|
+
}
|
|
226
|
+
}
|
|
227
|
+
}
|
|
228
|
+
}
|
|
229
|
+
async updateProjectReport() {
|
|
230
|
+
let patches = this.grist.dirtyRecords;
|
|
231
|
+
if (patches && patches.length) {
|
|
232
|
+
patches = patches.map(patch => {
|
|
233
|
+
let patchField = patch.id ? { id: patch.id } : {};
|
|
234
|
+
const dirtyFields = patch.__dirtyfields__;
|
|
235
|
+
for (let key in dirtyFields) {
|
|
236
|
+
patchField[key] = dirtyFields[key].after;
|
|
237
|
+
}
|
|
238
|
+
patchField.cuFlag = patch.__dirty__;
|
|
239
|
+
return patchField;
|
|
240
|
+
});
|
|
241
|
+
const response = await client.mutate({
|
|
242
|
+
mutation: gql `
|
|
243
|
+
mutation ($patches: [ProjectReportPatch!]!) {
|
|
244
|
+
updateMultipleProjectReport(patches: $patches) {
|
|
245
|
+
name
|
|
246
|
+
}
|
|
247
|
+
}
|
|
248
|
+
`,
|
|
249
|
+
variables: {
|
|
250
|
+
patches
|
|
251
|
+
}
|
|
252
|
+
});
|
|
253
|
+
if (!response.errors) {
|
|
254
|
+
this.grist.fetch();
|
|
255
|
+
}
|
|
256
|
+
}
|
|
257
|
+
}
|
|
258
|
+
async exportHandler() {
|
|
259
|
+
const exportTargets = this.grist.selected.length ? this.grist.selected : this.grist.dirtyData.records;
|
|
260
|
+
const targetFieldSet = new Set(['id', 'name', 'description', 'active']);
|
|
261
|
+
return exportTargets.map(projectReport => {
|
|
262
|
+
let tempObj = {};
|
|
263
|
+
for (const field of targetFieldSet) {
|
|
264
|
+
tempObj[field] = projectReport[field];
|
|
265
|
+
}
|
|
266
|
+
return tempObj;
|
|
267
|
+
});
|
|
268
|
+
}
|
|
269
|
+
async importHandler(records) {
|
|
270
|
+
const popup = openPopup(html `
|
|
271
|
+
<project-report-importer
|
|
272
|
+
.projectReports=${records}
|
|
273
|
+
@imported=${() => {
|
|
274
|
+
history.back();
|
|
275
|
+
this.grist.fetch();
|
|
276
|
+
}}
|
|
277
|
+
></project-report-importer>
|
|
278
|
+
`, {
|
|
279
|
+
backdrop: true,
|
|
280
|
+
size: 'large',
|
|
281
|
+
title: i18next.t('title.import project-report')
|
|
282
|
+
});
|
|
283
|
+
popup.onclosed = () => {
|
|
284
|
+
this.grist.fetch();
|
|
285
|
+
};
|
|
286
|
+
}
|
|
287
|
+
};
|
|
288
|
+
ProjectReportListPage.styles = [
|
|
289
|
+
ScrollbarStyles,
|
|
290
|
+
CommonGristStyles,
|
|
291
|
+
css `
|
|
292
|
+
:host {
|
|
293
|
+
display: flex;
|
|
294
|
+
|
|
295
|
+
width: 100%;
|
|
296
|
+
|
|
297
|
+
--grid-record-emphasized-background-color: red;
|
|
298
|
+
--grid-record-emphasized-color: yellow;
|
|
299
|
+
}
|
|
300
|
+
`
|
|
301
|
+
];
|
|
302
|
+
__decorate([
|
|
303
|
+
state(),
|
|
304
|
+
__metadata("design:type", Object)
|
|
305
|
+
], ProjectReportListPage.prototype, "gristConfig", void 0);
|
|
306
|
+
__decorate([
|
|
307
|
+
state(),
|
|
308
|
+
__metadata("design:type", String)
|
|
309
|
+
], ProjectReportListPage.prototype, "mode", void 0);
|
|
310
|
+
__decorate([
|
|
311
|
+
query('ox-grist'),
|
|
312
|
+
__metadata("design:type", DataGrist)
|
|
313
|
+
], ProjectReportListPage.prototype, "grist", void 0);
|
|
314
|
+
__decorate([
|
|
315
|
+
query('#sorter-control'),
|
|
316
|
+
__metadata("design:type", OxPopup)
|
|
317
|
+
], ProjectReportListPage.prototype, "sortersControl", void 0);
|
|
318
|
+
ProjectReportListPage = __decorate([
|
|
319
|
+
customElement('project-report-list-page')
|
|
320
|
+
], ProjectReportListPage);
|
|
321
|
+
export { ProjectReportListPage };
|
|
322
|
+
//# sourceMappingURL=project-report-list-page.js.map
|