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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (152) hide show
  1. package/dist-client/pages/building-inspection/building-inspection-detail-ai-defect.js +1 -0
  2. package/dist-client/pages/building-inspection/building-inspection-detail-ai-defect.js.map +1 -1
  3. package/dist-client/pages/building-inspection/building-inspection-detail-ai-measurement.js +1 -0
  4. package/dist-client/pages/building-inspection/building-inspection-detail-ai-measurement.js.map +1 -1
  5. package/dist-client/pages/building-inspection/building-inspection-detail-camera.js +1 -0
  6. package/dist-client/pages/building-inspection/building-inspection-detail-camera.js.map +1 -1
  7. package/dist-client/pages/building-inspection/building-inspection-detail-checklist.d.ts +2 -0
  8. package/dist-client/pages/building-inspection/building-inspection-detail-checklist.js +16 -0
  9. package/dist-client/pages/building-inspection/building-inspection-detail-checklist.js.map +1 -1
  10. package/dist-client/pages/building-inspection/building-inspection-detail-drawing.js +1 -0
  11. package/dist-client/pages/building-inspection/building-inspection-detail-drawing.js.map +1 -1
  12. package/dist-client/pages/building-inspection/building-inspection-management.d.ts +72 -0
  13. package/dist-client/pages/building-inspection/building-inspection-management.js +1256 -0
  14. package/dist-client/pages/building-inspection/building-inspection-management.js.map +1 -0
  15. package/dist-client/pages/building-inspection/component/building-inspection-detail-header.js +8 -3
  16. package/dist-client/pages/building-inspection/component/building-inspection-detail-header.js.map +1 -1
  17. package/dist-client/pages/building-inspection/component/image-preview-popup.js +0 -3
  18. package/dist-client/pages/building-inspection/component/image-preview-popup.js.map +1 -1
  19. package/dist-client/pages/building-inspection/component/inspection-document/inspection-request-document.d.ts +5 -0
  20. package/dist-client/pages/building-inspection/component/inspection-document/inspection-request-document.js +62 -3
  21. package/dist-client/pages/building-inspection/component/inspection-document/inspection-request-document.js.map +1 -1
  22. package/dist-client/pages/building-inspection/component/inspection-document/inspection-result-notification.d.ts +1 -0
  23. package/dist-client/pages/building-inspection/component/inspection-document/inspection-result-notification.js +8 -2
  24. package/dist-client/pages/building-inspection/component/inspection-document/inspection-result-notification.js.map +1 -1
  25. package/dist-client/pages/building-inspection/component/inspection-event-provider.js +3 -1
  26. package/dist-client/pages/building-inspection/component/inspection-event-provider.js.map +1 -1
  27. package/dist-client/pages/building-inspection/inspection-with-checklist-create-popup.d.ts +3 -0
  28. package/dist-client/pages/building-inspection/inspection-with-checklist-create-popup.js +791 -0
  29. package/dist-client/pages/building-inspection/inspection-with-checklist-create-popup.js.map +1 -0
  30. package/dist-client/pages/checklist/checklist-view.js +76 -5
  31. package/dist-client/pages/checklist/checklist-view.js.map +1 -1
  32. package/dist-client/pages/checklist-database/checklist-database.d.ts +35 -0
  33. package/dist-client/pages/checklist-database/checklist-database.js +539 -0
  34. package/dist-client/pages/checklist-database/checklist-database.js.map +1 -0
  35. package/dist-client/pages/checklist-template/construction-checklist-template-item-popup.d.ts +2 -0
  36. package/dist-client/pages/checklist-template/construction-checklist-template-item-popup.js +242 -0
  37. package/dist-client/pages/checklist-template/construction-checklist-template-item-popup.js.map +1 -0
  38. package/dist-client/pages/checklist-template/construction-checklist-template-list.d.ts +55 -0
  39. package/dist-client/pages/checklist-template/construction-checklist-template-list.js +409 -0
  40. package/dist-client/pages/checklist-template/construction-checklist-template-list.js.map +1 -0
  41. package/dist-client/pages/project-checklist/project-checklist-management.d.ts +50 -0
  42. package/dist-client/pages/project-checklist/project-checklist-management.js +910 -0
  43. package/dist-client/pages/project-checklist/project-checklist-management.js.map +1 -0
  44. package/dist-client/route.d.ts +1 -1
  45. package/dist-client/route.js +12 -0
  46. package/dist-client/route.js.map +1 -1
  47. package/dist-client/tsconfig.tsbuildinfo +1 -1
  48. package/dist-server/service/action-plan/action-plan-mutation.js +5 -6
  49. package/dist-server/service/action-plan/action-plan-mutation.js.map +1 -1
  50. package/dist-server/service/action-plan/action-plan-query.d.ts +2 -2
  51. package/dist-server/service/action-plan/action-plan-query.js +5 -11
  52. package/dist-server/service/action-plan/action-plan-query.js.map +1 -1
  53. package/dist-server/service/building-inspection/building-inspection-mutation.js +3 -3
  54. package/dist-server/service/building-inspection/building-inspection-mutation.js.map +1 -1
  55. package/dist-server/service/building-inspection/building-inspection-query.d.ts +2 -2
  56. package/dist-server/service/building-inspection/building-inspection-query.js +19 -22
  57. package/dist-server/service/building-inspection/building-inspection-query.js.map +1 -1
  58. package/dist-server/service/building-inspection/building-inspection-type.d.ts +1 -0
  59. package/dist-server/service/building-inspection/building-inspection-type.js +4 -0
  60. package/dist-server/service/building-inspection/building-inspection-type.js.map +1 -1
  61. package/dist-server/service/building-inspection/building-inspection.js +14 -1
  62. package/dist-server/service/building-inspection/building-inspection.js.map +1 -1
  63. package/dist-server/service/checklist-template/checklist-template-query.d.ts +1 -1
  64. package/dist-server/service/checklist-template/checklist-template-query.js +2 -5
  65. package/dist-server/service/checklist-template/checklist-template-query.js.map +1 -1
  66. package/dist-server/service/checklist-type/checklist-type-query.d.ts +1 -1
  67. package/dist-server/service/checklist-type/checklist-type-query.js +2 -5
  68. package/dist-server/service/checklist-type/checklist-type-query.js.map +1 -1
  69. package/dist-server/service/construction-checklist-template/construction-checklist-template-mutation.d.ts +7 -0
  70. package/dist-server/service/construction-checklist-template/construction-checklist-template-mutation.js +107 -0
  71. package/dist-server/service/construction-checklist-template/construction-checklist-template-mutation.js.map +1 -0
  72. package/dist-server/service/construction-checklist-template/construction-checklist-template-query.d.ts +10 -0
  73. package/dist-server/service/construction-checklist-template/construction-checklist-template-query.js +62 -0
  74. package/dist-server/service/construction-checklist-template/construction-checklist-template-query.js.map +1 -0
  75. package/dist-server/service/construction-checklist-template/construction-checklist-template-type.d.ts +11 -0
  76. package/dist-server/service/construction-checklist-template/construction-checklist-template-type.js +43 -0
  77. package/dist-server/service/construction-checklist-template/construction-checklist-template-type.js.map +1 -0
  78. package/dist-server/service/construction-checklist-template/construction-checklist-template.d.ts +18 -0
  79. package/dist-server/service/construction-checklist-template/construction-checklist-template.js +80 -0
  80. package/dist-server/service/construction-checklist-template/construction-checklist-template.js.map +1 -0
  81. package/dist-server/service/construction-checklist-template/index.d.ts +5 -0
  82. package/dist-server/service/construction-checklist-template/index.js +9 -0
  83. package/dist-server/service/construction-checklist-template/index.js.map +1 -0
  84. package/dist-server/service/construction-checklist-template-item/construction-checklist-template-item-mutation.d.ts +6 -0
  85. package/dist-server/service/construction-checklist-template-item/construction-checklist-template-item-mutation.js +60 -0
  86. package/dist-server/service/construction-checklist-template-item/construction-checklist-template-item-mutation.js.map +1 -0
  87. package/dist-server/service/construction-checklist-template-item/construction-checklist-template-item-query.d.ts +9 -0
  88. package/dist-server/service/construction-checklist-template-item/construction-checklist-template-item-query.js +53 -0
  89. package/dist-server/service/construction-checklist-template-item/construction-checklist-template-item-query.js.map +1 -0
  90. package/dist-server/service/construction-checklist-template-item/construction-checklist-template-item-type.d.ts +17 -0
  91. package/dist-server/service/construction-checklist-template-item/construction-checklist-template-item-type.js +67 -0
  92. package/dist-server/service/construction-checklist-template-item/construction-checklist-template-item-type.js.map +1 -0
  93. package/dist-server/service/construction-checklist-template-item/construction-checklist-template-item.d.ts +24 -0
  94. package/dist-server/service/construction-checklist-template-item/construction-checklist-template-item.js +113 -0
  95. package/dist-server/service/construction-checklist-template-item/construction-checklist-template-item.js.map +1 -0
  96. package/dist-server/service/construction-checklist-template-item/index.d.ts +5 -0
  97. package/dist-server/service/construction-checklist-template-item/index.js +9 -0
  98. package/dist-server/service/construction-checklist-template-item/index.js.map +1 -0
  99. package/dist-server/service/construction-checklist-template-item/spec-matching-service.d.ts +2 -0
  100. package/dist-server/service/construction-checklist-template-item/spec-matching-service.js +50 -0
  101. package/dist-server/service/construction-checklist-template-item/spec-matching-service.js.map +1 -0
  102. package/dist-server/service/index.d.ts +5 -1
  103. package/dist-server/service/index.js +16 -0
  104. package/dist-server/service/index.js.map +1 -1
  105. package/dist-server/service/issue/issue-mutation.js +5 -6
  106. package/dist-server/service/issue/issue-mutation.js.map +1 -1
  107. package/dist-server/service/issue/issue-query.d.ts +2 -2
  108. package/dist-server/service/issue/issue-query.js +5 -11
  109. package/dist-server/service/issue/issue-query.js.map +1 -1
  110. package/dist-server/service/project-checklist/index.d.ts +5 -0
  111. package/dist-server/service/project-checklist/index.js +9 -0
  112. package/dist-server/service/project-checklist/index.js.map +1 -0
  113. package/dist-server/service/project-checklist/project-checklist-mutation.d.ts +7 -0
  114. package/dist-server/service/project-checklist/project-checklist-mutation.js +109 -0
  115. package/dist-server/service/project-checklist/project-checklist-mutation.js.map +1 -0
  116. package/dist-server/service/project-checklist/project-checklist-query.d.ts +12 -0
  117. package/dist-server/service/project-checklist/project-checklist-query.js +76 -0
  118. package/dist-server/service/project-checklist/project-checklist-query.js.map +1 -0
  119. package/dist-server/service/project-checklist/project-checklist-type.d.ts +18 -0
  120. package/dist-server/service/project-checklist/project-checklist-type.js +69 -0
  121. package/dist-server/service/project-checklist/project-checklist-type.js.map +1 -0
  122. package/dist-server/service/project-checklist/project-checklist.d.ts +20 -0
  123. package/dist-server/service/project-checklist/project-checklist.js +90 -0
  124. package/dist-server/service/project-checklist/project-checklist.js.map +1 -0
  125. package/dist-server/service/project-checklist-item/index.d.ts +4 -0
  126. package/dist-server/service/project-checklist-item/index.js +9 -0
  127. package/dist-server/service/project-checklist-item/index.js.map +1 -0
  128. package/dist-server/service/project-checklist-item/project-checklist-item-mutation.d.ts +2 -0
  129. package/dist-server/service/project-checklist-item/project-checklist-item-mutation.js +13 -0
  130. package/dist-server/service/project-checklist-item/project-checklist-item-mutation.js.map +1 -0
  131. package/dist-server/service/project-checklist-item/project-checklist-item-query.d.ts +5 -0
  132. package/dist-server/service/project-checklist-item/project-checklist-item-query.js +34 -0
  133. package/dist-server/service/project-checklist-item/project-checklist-item-query.js.map +1 -0
  134. package/dist-server/service/project-checklist-item/project-checklist-item-type.d.ts +5 -0
  135. package/dist-server/service/project-checklist-item/project-checklist-item-type.js +21 -0
  136. package/dist-server/service/project-checklist-item/project-checklist-item-type.js.map +1 -0
  137. package/dist-server/service/project-checklist-item/project-checklist-item.d.ts +17 -0
  138. package/dist-server/service/project-checklist-item/project-checklist-item.js +82 -0
  139. package/dist-server/service/project-checklist-item/project-checklist-item.js.map +1 -0
  140. package/dist-server/service/project-report/project-report-mutation.js +5 -6
  141. package/dist-server/service/project-report/project-report-mutation.js.map +1 -1
  142. package/dist-server/service/project-report/project-report-query.d.ts +2 -2
  143. package/dist-server/service/project-report/project-report-query.js +5 -11
  144. package/dist-server/service/project-report/project-report-query.js.map +1 -1
  145. package/dist-server/service/supervisor/supervisor-mutation.js +5 -6
  146. package/dist-server/service/supervisor/supervisor-mutation.js.map +1 -1
  147. package/dist-server/service/supervisor/supervisor-query.d.ts +2 -2
  148. package/dist-server/service/supervisor/supervisor-query.js +5 -11
  149. package/dist-server/service/supervisor/supervisor-query.js.map +1 -1
  150. package/dist-server/tsconfig.tsbuildinfo +1 -1
  151. package/package.json +4 -4
  152. package/things-factory.config.js +7 -1
@@ -0,0 +1,72 @@
1
+ import '@material/web/icon/icon.js';
2
+ import '@material/web/button/elevated-button.js';
3
+ import '@material/web/button/filled-button.js';
4
+ import '@material/web/button/outlined-button.js';
5
+ import '@operato/image-marker/ox-image-marker-view.js';
6
+ import '@operato/input/ox-select-floor.js';
7
+ import '@operato/data-grist';
8
+ import '@operato/event-view/ox-event-view.js';
9
+ import './inspection-create-popup';
10
+ import './inspection-with-checklist-create-popup';
11
+ import './component/daily-worklog-popup';
12
+ import './component/inspection-document/photo-album-popup';
13
+ import './component/inspection-document/inspection-request-document';
14
+ import './component/inspection-document/inspection-result-notification';
15
+ import './component/image-preview-popup';
16
+ import { PageView } from '@operato/shell';
17
+ import { PageLifecycle } from '@operato/shell/dist/src/app/pages/page-view';
18
+ import { EventProvider } from '@operato/event-view';
19
+ import '../checklist/checklist-view';
20
+ declare const BuildingInspectionManagement_base: typeof PageView & import("@open-wc/dedupe-mixin").Constructor<import("@open-wc/scoped-elements/types/src/types").ScopedElementsHost>;
21
+ export declare class BuildingInspectionManagement extends BuildingInspectionManagement_base {
22
+ static styles: import("lit").CSSResult[];
23
+ get context(): {
24
+ title: string;
25
+ };
26
+ private defaultProject;
27
+ projectId: string;
28
+ project: any;
29
+ selectedBuilding: any;
30
+ building: any;
31
+ currentFloor: number;
32
+ buildingLevelId: string;
33
+ buildingInspectionSummary: any;
34
+ calendarData?: EventProvider;
35
+ selectedYearMonth: string;
36
+ selectedDate?: string;
37
+ dailyWorklog: any;
38
+ viewMode: 'calendar' | 'list';
39
+ gristConfig: any;
40
+ private leftPanel;
41
+ private gristWaitFail;
42
+ private gristRequest;
43
+ private gristPass;
44
+ private eventView;
45
+ render(): import("lit-html").TemplateResult<1>;
46
+ pageUpdated(changes: any, lifecycle: PageLifecycle): Promise<void>;
47
+ pageInitialized(lifecycle: any): Promise<void>;
48
+ private _initProject;
49
+ private _getBuilding;
50
+ private _onClickBuilding;
51
+ private _onSelectFloor;
52
+ private _initBuildingLevel;
53
+ private _fetchInspectionsByStatus;
54
+ private _fetchWaitFail;
55
+ private _fetchRequest;
56
+ private _fetchPass;
57
+ private _setViewMode;
58
+ private _refreshListGrists;
59
+ private _formatDateTime;
60
+ private _openDailyWorklogPopup;
61
+ private _deleteInspections;
62
+ private _openCreateInspection;
63
+ private _openFieldDocuments;
64
+ private _openDrawingPopup;
65
+ private _openInspectionRequestDocument;
66
+ private _openChecklistPopup;
67
+ private _openPhotoAlbumPopup;
68
+ private _showNameListPreview;
69
+ private _refreshCalendar;
70
+ private _fetchDailyWorklog;
71
+ }
72
+ export {};