@voplus/morpho-workspace 1.3.0 → 1.3.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.
Files changed (308) hide show
  1. package/es/controls/filters/WorkStatusFilter/index.d.ts +3 -0
  2. package/es/controls/filters/WorkStatusFilter/index.js +21 -0
  3. package/es/controls/filters/WorkStatusFilter/index.js.map +1 -0
  4. package/es/controls/filters/WorkStatusFilter/state.d.ts +17 -0
  5. package/es/controls/filters/WorkStatusFilter/state.js +49 -0
  6. package/es/controls/filters/WorkStatusFilter/state.js.map +1 -0
  7. package/es/data/work/WorkStore.d.ts +10 -0
  8. package/es/data/work/WorkStore.js +21 -0
  9. package/es/data/work/WorkStore.js.map +1 -0
  10. package/es/data/work/hook.d.ts +9 -0
  11. package/es/data/work/hook.js +20 -0
  12. package/es/data/work/hook.js.map +1 -0
  13. package/es/data/work/index.d.ts +3 -0
  14. package/es/data/work/index.js +4 -0
  15. package/es/data/work/index.js.map +1 -0
  16. package/es/data/work/interfaces.d.ts +37 -0
  17. package/es/data/work/interfaces.js +2 -0
  18. package/es/data/work/interfaces.js.map +1 -0
  19. package/es/data/workerror/WorkErrorStore.d.ts +37 -0
  20. package/es/data/workerror/WorkErrorStore.js +117 -0
  21. package/es/data/workerror/WorkErrorStore.js.map +1 -0
  22. package/es/data/workerror/hook.d.ts +9 -0
  23. package/es/data/workerror/hook.js +19 -0
  24. package/es/data/workerror/hook.js.map +1 -0
  25. package/es/data/workerror/index.d.ts +4 -0
  26. package/es/data/workerror/index.js +5 -0
  27. package/es/data/workerror/index.js.map +1 -0
  28. package/es/data/workerror/interfaces.d.ts +20 -0
  29. package/es/data/workerror/interfaces.js +2 -0
  30. package/es/data/workerror/interfaces.js.map +1 -0
  31. package/es/data/workerror/types.d.ts +46 -0
  32. package/es/data/workerror/types.js +9 -0
  33. package/es/data/workerror/types.js.map +1 -0
  34. package/es/data/workerror/workerror-events/index.d.ts +3 -0
  35. package/es/data/workerror/workerror-events/index.js +4 -0
  36. package/es/data/workerror/workerror-events/index.js.map +1 -0
  37. package/es/data/workerror/workerror-events/useAutoUpdateListData.d.ts +4 -0
  38. package/es/data/workerror/workerror-events/useAutoUpdateListData.js +13 -0
  39. package/es/data/workerror/workerror-events/useAutoUpdateListData.js.map +1 -0
  40. package/es/data/workerror/workerror-events/useOnDeleteWorkspace.d.ts +4 -0
  41. package/es/data/workerror/workerror-events/useOnDeleteWorkspace.js +17 -0
  42. package/es/data/workerror/workerror-events/useOnDeleteWorkspace.js.map +1 -0
  43. package/es/data/workerror/workerror-events/useOnNewWorkspace.d.ts +4 -0
  44. package/es/data/workerror/workerror-events/useOnNewWorkspace.js +17 -0
  45. package/es/data/workerror/workerror-events/useOnNewWorkspace.js.map +1 -0
  46. package/es/data/workspace/WorkSpaceStore.d.ts +39 -0
  47. package/es/data/workspace/WorkSpaceStore.js +134 -0
  48. package/es/data/workspace/WorkSpaceStore.js.map +1 -0
  49. package/es/data/workspace/hooks.d.ts +13 -0
  50. package/es/data/workspace/hooks.js +23 -0
  51. package/es/data/workspace/hooks.js.map +1 -0
  52. package/es/data/workspace/index.d.ts +4 -0
  53. package/es/data/workspace/index.js +5 -0
  54. package/es/data/workspace/index.js.map +1 -0
  55. package/es/data/workspace/interfaces.d.ts +17 -0
  56. package/es/data/workspace/interfaces.js +2 -0
  57. package/es/data/workspace/interfaces.js.map +1 -0
  58. package/es/data/workspace/types.d.ts +28 -0
  59. package/es/data/workspace/types.js +2 -0
  60. package/es/data/workspace/types.js.map +1 -0
  61. package/es/data/workspace/useWorkSpaceCompletedWorkEffect.d.ts +10 -0
  62. package/es/data/workspace/useWorkSpaceCompletedWorkEffect.js +14 -0
  63. package/es/data/workspace/useWorkSpaceCompletedWorkEffect.js.map +1 -0
  64. package/es/data/workspace/workspace-events/index.d.ts +3 -0
  65. package/es/data/workspace/workspace-events/index.js +4 -0
  66. package/es/data/workspace/workspace-events/index.js.map +1 -0
  67. package/es/data/workspace/workspace-events/useAutoUpdateListData.d.ts +4 -0
  68. package/es/data/workspace/workspace-events/useAutoUpdateListData.js +13 -0
  69. package/es/data/workspace/workspace-events/useAutoUpdateListData.js.map +1 -0
  70. package/es/data/workspace/workspace-events/useOnDeleteWorkspace.d.ts +4 -0
  71. package/es/data/workspace/workspace-events/useOnDeleteWorkspace.js +17 -0
  72. package/es/data/workspace/workspace-events/useOnDeleteWorkspace.js.map +1 -0
  73. package/es/data/workspace/workspace-events/useOnNewWorkspace.d.ts +4 -0
  74. package/es/data/workspace/workspace-events/useOnNewWorkspace.js +17 -0
  75. package/es/data/workspace/workspace-events/useOnNewWorkspace.js.map +1 -0
  76. package/es/data/worktype/WorkTypeStore.d.ts +21 -0
  77. package/es/data/worktype/WorkTypeStore.js +75 -0
  78. package/es/data/worktype/WorkTypeStore.js.map +1 -0
  79. package/es/data/worktype/hook.d.ts +9 -0
  80. package/es/data/worktype/hook.js +20 -0
  81. package/es/data/worktype/hook.js.map +1 -0
  82. package/es/data/worktype/index.d.ts +4 -0
  83. package/es/data/worktype/index.js +5 -0
  84. package/es/data/worktype/index.js.map +1 -0
  85. package/es/data/worktype/interfaces.d.ts +57 -0
  86. package/es/data/worktype/interfaces.js +2 -0
  87. package/es/data/worktype/interfaces.js.map +1 -0
  88. package/es/data/worktype/types.d.ts +55 -0
  89. package/es/data/worktype/types.js +2 -0
  90. package/es/data/worktype/types.js.map +1 -0
  91. package/es/data/worktype/useWorkTypeCompletedWorkEffect.d.ts +10 -0
  92. package/es/data/worktype/useWorkTypeCompletedWorkEffect.js +14 -0
  93. package/es/data/worktype/useWorkTypeCompletedWorkEffect.js.map +1 -0
  94. package/es/modules/board/components/Board/index.js +1 -3
  95. package/es/modules/board/components/Board/index.js.map +1 -1
  96. package/es/modules/meeting/components/AgendaList/AgendaItem/index.js +2 -2
  97. package/es/modules/meeting/components/AgendaList/AgendaItem/index.js.map +1 -1
  98. package/es/modules/meeting/components/MeetingList/index.js +1 -2
  99. package/es/modules/meeting/components/MeetingList/index.js.map +1 -1
  100. package/es/modules/notification/components/NotificationList/index.less +11 -3
  101. package/es/modules/tasks/reports/TaskSummaryCard/index.js +2 -2
  102. package/es/modules/tasks/reports/TaskSummaryCard/index.js.map +1 -1
  103. package/es/modules/work/components/NewWorkErrorDialog/index.d.ts +9 -0
  104. package/es/modules/work/components/NewWorkErrorDialog/index.js +70 -0
  105. package/es/modules/work/components/NewWorkErrorDialog/index.js.map +1 -0
  106. package/es/modules/work/components/NewWorkErrorDialog/index.less +18 -0
  107. package/es/modules/work/components/NewWorkErrorDialog/state.d.ts +16 -0
  108. package/es/modules/work/components/NewWorkErrorDialog/state.js +37 -0
  109. package/es/modules/work/components/NewWorkErrorDialog/state.js.map +1 -0
  110. package/es/modules/work/components/RejectWorkDialog/index.d.ts +9 -0
  111. package/es/modules/work/components/RejectWorkDialog/index.js +54 -0
  112. package/es/modules/work/components/RejectWorkDialog/index.js.map +1 -0
  113. package/es/modules/work/components/RejectWorkDialog/index.less +18 -0
  114. package/es/modules/work/components/RejectWorkDialog/state.d.ts +12 -0
  115. package/es/modules/work/components/RejectWorkDialog/state.js +35 -0
  116. package/es/modules/work/components/RejectWorkDialog/state.js.map +1 -0
  117. package/es/modules/work/components/WorkErrorItem/index.d.ts +6 -0
  118. package/es/modules/work/components/WorkErrorItem/index.js +24 -0
  119. package/es/modules/work/components/WorkErrorItem/index.js.map +1 -0
  120. package/es/modules/work/components/WorkErrorItem/index.less +26 -0
  121. package/es/modules/work/components/WorkErrorList/index.d.ts +8 -0
  122. package/es/modules/work/components/WorkErrorList/index.js +44 -0
  123. package/es/modules/work/components/WorkErrorList/index.js.map +1 -0
  124. package/es/modules/work/components/WorkErrorList/index.less +5 -0
  125. package/es/modules/work/components/WorkErrorPropertiesView/index.d.ts +6 -0
  126. package/es/modules/work/components/WorkErrorPropertiesView/index.js +45 -0
  127. package/es/modules/work/components/WorkErrorPropertiesView/index.js.map +1 -0
  128. package/es/modules/work/components/WorkErrorPropertiesView/index.less +22 -0
  129. package/es/modules/work/components/WorkItem/index.d.ts +11 -0
  130. package/es/modules/work/components/WorkItem/index.js +25 -0
  131. package/es/modules/work/components/WorkItem/index.js.map +1 -0
  132. package/es/modules/work/components/WorkItem/index.less +17 -0
  133. package/es/modules/work/components/WorkList/index.d.ts +14 -0
  134. package/es/modules/work/components/WorkList/index.js +64 -0
  135. package/es/modules/work/components/WorkList/index.js.map +1 -0
  136. package/es/modules/work/components/WorkList/index.less +7 -0
  137. package/es/modules/work/components/WorkPropertiesView/index.d.ts +7 -0
  138. package/es/modules/work/components/WorkPropertiesView/index.js +35 -0
  139. package/es/modules/work/components/WorkPropertiesView/index.js.map +1 -0
  140. package/es/modules/work/components/WorkPropertiesView/index.less +23 -0
  141. package/es/{pages/Space/components/Documents → modules/work/components/WorkQATab}/index.d.ts +2 -2
  142. package/es/modules/work/components/WorkQATab/index.js +33 -0
  143. package/es/modules/work/components/WorkQATab/index.js.map +1 -0
  144. package/es/modules/work/components/WorkQATab/index.less +24 -0
  145. package/es/modules/work/components/WorkTabs/index.d.ts +7 -0
  146. package/es/modules/work/components/WorkTabs/index.js +45 -0
  147. package/es/modules/work/components/WorkTabs/index.js.map +1 -0
  148. package/es/modules/work/components/WorkTabs/index.less +16 -0
  149. package/es/modules/work/components/WorkTaskList/index.d.ts +5 -0
  150. package/es/modules/work/components/WorkTaskList/index.js +65 -0
  151. package/es/modules/work/components/WorkTaskList/index.js.map +1 -0
  152. package/es/modules/work/components/WorkTaskList/index.less +18 -0
  153. package/es/modules/work/components/WorkTaskList/state.d.ts +14 -0
  154. package/es/modules/work/components/WorkTaskList/state.js +23 -0
  155. package/es/modules/work/components/WorkTaskList/state.js.map +1 -0
  156. package/es/modules/work/components/WorkTasksTab/index.d.ts +6 -0
  157. package/es/modules/work/components/WorkTasksTab/index.js +17 -0
  158. package/es/modules/work/components/WorkTasksTab/index.js.map +1 -0
  159. package/es/modules/work/components/WorkTasksTab/index.less +7 -0
  160. package/es/modules/work/components/WorksProperties/index.d.ts +6 -0
  161. package/es/modules/work/components/WorksProperties/index.js +27 -0
  162. package/es/modules/work/components/WorksProperties/index.js.map +1 -0
  163. package/es/modules/work/components/WorksProperties/index.less +8 -0
  164. package/es/modules/work/pages/WorkDefaultView/index.d.ts +4 -0
  165. package/es/modules/work/pages/WorkDefaultView/index.js +26 -0
  166. package/es/modules/work/pages/WorkDefaultView/index.js.map +1 -0
  167. package/es/modules/work/pages/WorkDefaultView/index.less +17 -0
  168. package/es/modules/work/pages/WorkListPage/index.d.ts +6 -0
  169. package/es/modules/work/pages/WorkListPage/index.js +19 -0
  170. package/es/modules/work/pages/WorkListPage/index.js.map +1 -0
  171. package/es/modules/workspace/components/MyWorkspaces/index.d.ts +11 -0
  172. package/es/modules/workspace/components/MyWorkspaces/index.js +34 -0
  173. package/es/modules/workspace/components/MyWorkspaces/index.js.map +1 -0
  174. package/es/modules/workspace/components/MyWorkspaces/index.less +18 -0
  175. package/es/modules/workspace/components/NewWorkspaceDialog/index.d.ts +10 -0
  176. package/es/modules/workspace/components/NewWorkspaceDialog/index.js +59 -0
  177. package/es/modules/workspace/components/NewWorkspaceDialog/index.js.map +1 -0
  178. package/es/modules/workspace/components/NewWorkspaceDialog/index.less +18 -0
  179. package/es/modules/workspace/components/NewWorkspaceDialog/state.d.ts +12 -0
  180. package/es/modules/workspace/components/NewWorkspaceDialog/state.js +35 -0
  181. package/es/modules/workspace/components/NewWorkspaceDialog/state.js.map +1 -0
  182. package/es/modules/workspace/components/WorkspaceCard/index.d.ts +8 -0
  183. package/es/modules/workspace/components/WorkspaceCard/index.js +18 -0
  184. package/es/modules/workspace/components/WorkspaceCard/index.js.map +1 -0
  185. package/es/modules/workspace/components/WorkspaceCard/index.less +47 -0
  186. package/es/modules/workspace/components/WorkspaceCardList/index.d.ts +13 -0
  187. package/es/modules/workspace/components/WorkspaceCardList/index.js +49 -0
  188. package/es/modules/workspace/components/WorkspaceCardList/index.js.map +1 -0
  189. package/es/modules/workspace/components/WorkspaceCardList/index.less +13 -0
  190. package/es/modules/workspace/components/WorkspacePropertiesView/index.d.ts +6 -0
  191. package/es/modules/workspace/components/WorkspacePropertiesView/index.js +41 -0
  192. package/es/modules/workspace/components/WorkspacePropertiesView/index.js.map +1 -0
  193. package/es/modules/workspace/components/WorkspacePropertiesView/index.less +19 -0
  194. package/es/modules/workspace/components/WorkspacePropertiesView/state.d.ts +15 -0
  195. package/es/modules/workspace/components/WorkspacePropertiesView/state.js +68 -0
  196. package/es/modules/workspace/components/WorkspacePropertiesView/state.js.map +1 -0
  197. package/es/modules/workspace/controls/WorkspaceCompletedWorksChart/index.d.ts +6 -0
  198. package/es/modules/workspace/controls/WorkspaceCompletedWorksChart/index.js +68 -0
  199. package/es/modules/workspace/controls/WorkspaceCompletedWorksChart/index.js.map +1 -0
  200. package/es/modules/workspace/controls/WorkspaceCompletedWorksChart/index.less +8 -0
  201. package/es/modules/workspace/controls/WorkspaceCompletedWorksChart/state.d.ts +5 -0
  202. package/es/modules/workspace/controls/WorkspaceCompletedWorksChart/state.js +26 -0
  203. package/es/modules/workspace/controls/WorkspaceCompletedWorksChart/state.js.map +1 -0
  204. package/es/modules/workspace/controls/WorkspaceMenu/index.d.ts +8 -0
  205. package/es/modules/workspace/controls/WorkspaceMenu/index.js +36 -0
  206. package/es/modules/workspace/controls/WorkspaceMenu/index.js.map +1 -0
  207. package/es/modules/workspace/controls/WorkspaceMenu/index.less +33 -0
  208. package/es/modules/workspace/pages/WorkspaceDefaultView/index.d.ts +4 -0
  209. package/es/modules/workspace/pages/WorkspaceDefaultView/index.js +51 -0
  210. package/es/modules/workspace/pages/WorkspaceDefaultView/index.js.map +1 -0
  211. package/es/modules/workspace/pages/WorkspaceDefaultView/index.less +22 -0
  212. package/es/modules/workspace/pages/WorkspaceDefaultView/state.d.ts +15 -0
  213. package/es/modules/workspace/pages/WorkspaceDefaultView/state.js +68 -0
  214. package/es/modules/workspace/pages/WorkspaceDefaultView/state.js.map +1 -0
  215. package/es/modules/workspace/pages/WorkspacePage/index.d.ts +4 -0
  216. package/es/modules/workspace/pages/WorkspacePage/index.js +73 -0
  217. package/es/modules/workspace/pages/WorkspacePage/index.js.map +1 -0
  218. package/es/modules/workspace/pages/WorkspacePage/index.less +1 -0
  219. package/es/modules/workspace/pages/WorkspacePage/state.d.ts +23 -0
  220. package/es/modules/workspace/pages/WorkspacePage/state.js +108 -0
  221. package/es/modules/workspace/pages/WorkspacePage/state.js.map +1 -0
  222. package/es/modules/worktype/components/WorkTypeCard/index.d.ts +8 -0
  223. package/es/modules/worktype/components/WorkTypeCard/index.js +18 -0
  224. package/es/modules/worktype/components/WorkTypeCard/index.js.map +1 -0
  225. package/es/modules/worktype/components/WorkTypeCard/index.less +47 -0
  226. package/es/modules/worktype/components/WorkTypeCardList/index.d.ts +16 -0
  227. package/es/modules/worktype/components/WorkTypeCardList/index.js +50 -0
  228. package/es/modules/worktype/components/WorkTypeCardList/index.js.map +1 -0
  229. package/es/modules/worktype/components/WorkTypeCardList/index.less +15 -0
  230. package/es/modules/worktype/components/WorkTypeItem/index.d.ts +8 -0
  231. package/es/modules/worktype/components/WorkTypeItem/index.js +11 -0
  232. package/es/modules/worktype/components/WorkTypeItem/index.js.map +1 -0
  233. package/es/modules/worktype/components/WorkTypeItem/index.less +19 -0
  234. package/es/modules/worktype/components/WorkTypeProperties/index.d.ts +6 -0
  235. package/es/modules/worktype/components/WorkTypeProperties/index.js +56 -0
  236. package/es/modules/worktype/components/WorkTypeProperties/index.js.map +1 -0
  237. package/es/modules/worktype/components/WorkTypeProperties/index.less +5 -0
  238. package/es/modules/worktype/components/WorkTypeProperties/state.d.ts +12 -0
  239. package/es/modules/worktype/components/WorkTypeProperties/state.js +65 -0
  240. package/es/modules/worktype/components/WorkTypeProperties/state.js.map +1 -0
  241. package/es/modules/worktype/components/WorkTypePropertiesTabs/index.d.ts +5 -0
  242. package/es/modules/worktype/components/WorkTypePropertiesTabs/index.js +28 -0
  243. package/es/modules/worktype/components/WorkTypePropertiesTabs/index.js.map +1 -0
  244. package/es/modules/worktype/components/WorkTypePropertiesTabs/index.less +0 -0
  245. package/es/modules/worktype/components/WorkTypePropertiesView/index.d.ts +6 -0
  246. package/es/modules/worktype/components/WorkTypePropertiesView/index.js +38 -0
  247. package/es/modules/worktype/components/WorkTypePropertiesView/index.js.map +1 -0
  248. package/es/modules/worktype/components/WorkTypePropertiesView/index.less +19 -0
  249. package/es/modules/worktype/components/WorkTypePropertiesView/state.d.ts +15 -0
  250. package/es/modules/worktype/components/WorkTypePropertiesView/state.js +68 -0
  251. package/es/modules/worktype/components/WorkTypePropertiesView/state.js.map +1 -0
  252. package/es/modules/worktype/components/WorkTypeQA/index.d.ts +6 -0
  253. package/es/modules/worktype/components/WorkTypeQA/index.js +60 -0
  254. package/es/modules/worktype/components/WorkTypeQA/index.js.map +1 -0
  255. package/es/modules/worktype/components/WorkTypeQA/index.less +35 -0
  256. package/es/modules/worktype/components/WorkTypeQA/state.d.ts +21 -0
  257. package/es/modules/worktype/components/WorkTypeQA/state.js +145 -0
  258. package/es/modules/worktype/components/WorkTypeQA/state.js.map +1 -0
  259. package/es/modules/worktype/components/WorkTypeStats/index.d.ts +5 -0
  260. package/es/modules/worktype/components/WorkTypeStats/index.js +16 -0
  261. package/es/modules/worktype/components/WorkTypeStats/index.js.map +1 -0
  262. package/es/modules/worktype/components/WorkTypeStats/index.less +29 -0
  263. package/es/modules/worktype/components/WorkTypeStats/state.d.ts +6 -0
  264. package/es/modules/worktype/components/WorkTypeStats/state.js +27 -0
  265. package/es/modules/worktype/components/WorkTypeStats/state.js.map +1 -0
  266. package/es/modules/worktype/components/WorkTypeTabs/index.d.ts +6 -0
  267. package/es/modules/worktype/components/WorkTypeTabs/index.js +45 -0
  268. package/es/modules/worktype/components/WorkTypeTabs/index.js.map +1 -0
  269. package/es/modules/worktype/components/WorkTypeTabs/index.less +16 -0
  270. package/es/modules/worktype/controls/WorktypeCompleteWorksChart/index.d.ts +6 -0
  271. package/es/modules/worktype/controls/WorktypeCompleteWorksChart/index.js +70 -0
  272. package/es/modules/worktype/controls/WorktypeCompleteWorksChart/index.js.map +1 -0
  273. package/es/modules/worktype/controls/WorktypeCompleteWorksChart/index.less +8 -0
  274. package/es/modules/worktype/controls/WorktypeCompleteWorksChart/state.d.ts +5 -0
  275. package/es/modules/worktype/controls/WorktypeCompleteWorksChart/state.js +26 -0
  276. package/es/modules/worktype/controls/WorktypeCompleteWorksChart/state.js.map +1 -0
  277. package/es/modules/worktype/pages/WorkTypeDefaultView/index.d.ts +4 -0
  278. package/es/modules/worktype/pages/WorkTypeDefaultView/index.js +24 -0
  279. package/es/modules/worktype/pages/WorkTypeDefaultView/index.js.map +1 -0
  280. package/es/modules/worktype/pages/WorkTypeDefaultView/index.less +20 -0
  281. package/es/pages/Routes.d.ts +12 -0
  282. package/es/pages/Routes.js +29 -3
  283. package/es/pages/Routes.js.map +1 -1
  284. package/es/pages/Space/components/Notifications/index.js +1 -0
  285. package/es/pages/Space/components/Notifications/index.js.map +1 -1
  286. package/es/pages/Space/components/Workspaces/index.d.ts +3 -0
  287. package/es/pages/Space/components/Workspaces/index.js +19 -0
  288. package/es/pages/Space/components/Workspaces/index.js.map +1 -0
  289. package/es/pages/Space/pages/MySpace/index.js +7 -3
  290. package/es/pages/Space/pages/MySpace/index.js.map +1 -1
  291. package/es/pages/Work/components/NewWorkDialog/index.js +3 -7
  292. package/es/pages/Work/components/NewWorkDialog/index.js.map +1 -1
  293. package/es/pages/Work/pages/WorkDefaultView/index.js +20 -17
  294. package/es/pages/Work/pages/WorkDefaultView/index.js.map +1 -1
  295. package/es/pages/WorkType/WorkTypeCheckList/index.d.ts +1 -2
  296. package/es/pages/WorkType/WorkTypeCheckList/index.js +43 -34
  297. package/es/pages/WorkType/WorkTypeCheckList/index.js.map +1 -1
  298. package/es/pages/WorkType/WorkTypeDetail/index.js +6 -10
  299. package/es/pages/WorkType/WorkTypeDetail/index.js.map +1 -1
  300. package/es/pages/WorkType/data/WorkTypeStore.js +4 -4
  301. package/es/pages/WorkType/data/WorkTypeStore.js.map +1 -1
  302. package/es/pages/WorkType/data/interfaces.d.ts +24 -7
  303. package/es/pages/WorkType/data/types.d.ts +19 -18
  304. package/es/routes.js.map +1 -1
  305. package/package.json +2 -2
  306. package/es/pages/Space/components/Documents/index.js +0 -26
  307. package/es/pages/Space/components/Documents/index.js.map +0 -1
  308. package/es/pages/Space/components/Documents/index.less +0 -5
@@ -0,0 +1,65 @@
1
+ import { __decorate } from "tslib";
2
+ import { action, makeObservable, observable } from "mobx";
3
+ export class State {
4
+ constructor(store) {
5
+ Object.defineProperty(this, "store", {
6
+ enumerable: true,
7
+ configurable: true,
8
+ writable: true,
9
+ value: store
10
+ });
11
+ Object.defineProperty(this, "contact", {
12
+ enumerable: true,
13
+ configurable: true,
14
+ writable: true,
15
+ value: void 0
16
+ });
17
+ Object.defineProperty(this, "defaultdueEdit", {
18
+ enumerable: true,
19
+ configurable: true,
20
+ writable: true,
21
+ value: false
22
+ });
23
+ Object.defineProperty(this, "folderEdit", {
24
+ enumerable: true,
25
+ configurable: true,
26
+ writable: true,
27
+ value: false
28
+ });
29
+ Object.defineProperty(this, "documentationEdit", {
30
+ enumerable: true,
31
+ configurable: true,
32
+ writable: true,
33
+ value: false
34
+ });
35
+ makeObservable(this);
36
+ }
37
+ update(contact) {
38
+ this.contact = contact;
39
+ }
40
+ /** edit save */
41
+ save(v, name, params) {
42
+ if ((v === null || v === void 0 ? void 0 : v.trim()) === name)
43
+ return;
44
+ this.store.edit(this.contact.id, { data: params, error: "message" });
45
+ }
46
+ }
47
+ __decorate([
48
+ observable
49
+ ], State.prototype, "contact", void 0);
50
+ __decorate([
51
+ observable
52
+ ], State.prototype, "defaultdueEdit", void 0);
53
+ __decorate([
54
+ observable
55
+ ], State.prototype, "folderEdit", void 0);
56
+ __decorate([
57
+ observable
58
+ ], State.prototype, "documentationEdit", void 0);
59
+ __decorate([
60
+ action
61
+ ], State.prototype, "update", null);
62
+ __decorate([
63
+ action
64
+ ], State.prototype, "save", null);
65
+ //# sourceMappingURL=state.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"state.js","sourceRoot":"","sources":["../../../../../src/modules/worktype/components/WorkTypeProperties/state.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,MAAM,EAAE,cAAc,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAE1D,MAAM,OAAO,KAAK;IAMjB,YAAoB,KAAoB;;;;;mBAApB;;QALR;;;;;WAA0B;QAC1B;;;;mBAAwB,KAAK;WAAC;QAC9B;;;;mBAAoB,KAAK;WAAC;QAC1B;;;;mBAA2B,KAAK;WAAC;QAG5C,cAAc,CAAC,IAAI,CAAC,CAAC;IACtB,CAAC;IAEc,MAAM,CAAC,OAAkB;QACvC,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;IACxB,CAAC;IAED,gBAAgB;IAET,IAAI,CAAC,CAAM,EAAE,IAAS,EAAE,MAA+B;QAC7D,IAAI,CAAA,CAAC,aAAD,CAAC,uBAAD,CAAC,CAAE,IAAI,EAAE,MAAK,IAAI;YAAE,OAAO;QAC/B,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,EAAE,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,SAAS,EAAE,CAAC,CAAC;IACtE,CAAC;CACD;AAnBY;IAAX,UAAU;sCAA2B;AAC1B;IAAX,UAAU;6CAA+B;AAC9B;IAAX,UAAU;yCAA2B;AAC1B;IAAX,UAAU;gDAAkC;AAMrC;IAAP,MAAM;mCAEN;AAID;IADC,MAAM;iCAIN"}
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ declare const WorkTypePropertiesTabs: (props: {
3
+ id: string;
4
+ }) => JSX.Element;
5
+ export default WorkTypePropertiesTabs;
@@ -0,0 +1,28 @@
1
+ import React, { useEffect, useState } from "react";
2
+ import { observe } from "@voplus/morpho-ui";
3
+ import { Tabs } from "@voplus/antd";
4
+ import ActivityLog from "@voplus/morpho-document/es/components/ActivityLog/ActivityLog2";
5
+ import DocumentList from "@voplus/morpho-document/es/components/DocumentList";
6
+ import TaskList from "../../../tasks/components/SubTaskList";
7
+ import WorkTypeProperties from '../WorkTypeProperties';
8
+ import WorkTypeQA from "../WorkTypeQA";
9
+ const WorkTypePropertiesTabs = (props) => {
10
+ const { id } = props;
11
+ /**Tabs 当前激活 tab 面板的 key */
12
+ const [activeKey, setActiveKey] = useState("Properties");
13
+ useEffect(() => {
14
+ setActiveKey("Properties");
15
+ }, [props.id]);
16
+ return observe(() => (React.createElement(Tabs, { activeKey: activeKey, className: "work-type-tabs", onChange: onChange },
17
+ React.createElement(Tabs.TabPane, { tab: "Properties", key: "Properties" }, activeKey === "Properties" && React.createElement(WorkTypeProperties, { id: id })),
18
+ React.createElement(Tabs.TabPane, { tab: "Activities", key: "Activities" }, activeKey === "Activities" && React.createElement(ActivityLog, { id: id })),
19
+ React.createElement(Tabs.TabPane, { tab: "Tasks", key: "Tasks" }, activeKey === "Tasks" && React.createElement(TaskList, { parentId: id })),
20
+ React.createElement(Tabs.TabPane, { tab: "Documents", key: "Documents" }, activeKey === "Documents" && React.createElement(DocumentList, { id: id, multiple: true })),
21
+ React.createElement(Tabs.TabPane, { tab: "QA Setting", key: "QA Setting" }, activeKey === "QA Setting" && React.createElement(WorkTypeQA, { id: id })))));
22
+ /**切换面板的回调*/
23
+ function onChange(activeKey) {
24
+ setActiveKey(activeKey);
25
+ }
26
+ };
27
+ export default WorkTypePropertiesTabs;
28
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/modules/worktype/components/WorkTypePropertiesTabs/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACnD,OAAO,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AAC5C,OAAO,EAAE,IAAI,EAAE,MAAM,cAAc,CAAC;AACpC,OAAO,WAAW,MAAM,gEAAgE,CAAC;AACzF,OAAO,YAAY,MAAM,oDAAoD,CAAC;AAC9E,OAAO,QAAQ,MAAM,uCAAuC,CAAC;AAC7D,OAAO,kBAAkB,MAAM,uBAAuB,CAAA;AACtD,OAAO,UAAU,MAAM,eAAe,CAAC;AAEvC,MAAM,sBAAsB,GAAG,CAAC,KAAqB,EAAE,EAAE;IACxD,MAAM,EAAE,EAAE,EAAE,GAAG,KAAK,CAAC;IACrB,2BAA2B;IAC3B,MAAM,CAAC,SAAS,EAAE,YAAY,CAAC,GAAG,QAAQ,CAAC,YAAY,CAAC,CAAC;IAEzD,SAAS,CAAC,GAAG,EAAE;QACd,YAAY,CAAC,YAAY,CAAC,CAAC;IAC5B,CAAC,EAAE,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,CAAC;IAEf,OAAO,OAAO,CAAC,GAAG,EAAE,CAAC,CACpB,oBAAC,IAAI,IAAC,SAAS,EAAE,SAAS,EAAE,SAAS,EAAC,gBAAgB,EAAC,QAAQ,EAAE,QAAQ;QACxE,oBAAC,IAAI,CAAC,OAAO,IAAC,GAAG,EAAC,YAAY,EAAC,GAAG,EAAC,YAAY,IAC7C,SAAS,KAAK,YAAY,IAAI,oBAAC,kBAAkB,IAAC,EAAE,EAAE,EAAE,GAAI,CAC/C;QACf,oBAAC,IAAI,CAAC,OAAO,IAAC,GAAG,EAAC,YAAY,EAAC,GAAG,EAAC,YAAY,IAC7C,SAAS,KAAK,YAAY,IAAI,oBAAC,WAAW,IAAC,EAAE,EAAE,EAAE,GAAI,CACxC;QACf,oBAAC,IAAI,CAAC,OAAO,IAAC,GAAG,EAAC,OAAO,EAAC,GAAG,EAAC,OAAO,IACnC,SAAS,KAAK,OAAO,IAAI,oBAAC,QAAQ,IAAC,QAAQ,EAAE,EAAE,GAAI,CACtC;QACf,oBAAC,IAAI,CAAC,OAAO,IAAC,GAAG,EAAC,WAAW,EAAC,GAAG,EAAC,WAAW,IAC3C,SAAS,KAAK,WAAW,IAAI,oBAAC,YAAY,IAAC,EAAE,EAAE,EAAE,EAAE,QAAQ,SAAG,CACjD;QACf,oBAAC,IAAI,CAAC,OAAO,IAAC,GAAG,EAAC,YAAY,EAAC,GAAG,EAAC,YAAY,IAC7C,SAAS,KAAK,YAAY,IAAI,oBAAC,UAAU,IAAC,EAAE,EAAE,EAAE,GAAI,CACvC,CACT,CACP,CAAC,CAAC;IAEH,YAAY;IACZ,SAAS,QAAQ,CAAC,SAAiB;QAClC,YAAY,CAAC,SAAS,CAAC,CAAC;IACzB,CAAC;AACF,CAAC,CAAC;AAEF,eAAe,sBAAsB,CAAC"}
@@ -0,0 +1,6 @@
1
+ /// <reference types="react" />
2
+ import "./index.less";
3
+ declare const WorkTypePropertiesView: (props: {
4
+ id: string;
5
+ }) => JSX.Element;
6
+ export default WorkTypePropertiesView;
@@ -0,0 +1,38 @@
1
+ import React, { useEffect, useState } from "react";
2
+ import { useDocumentStore } from "@voplus/morpho-document-core";
3
+ import { useApplicationContext } from "@voplus/morpho-data";
4
+ import { runInAction } from "mobx";
5
+ import { InlineEdit, observe } from "@voplus/morpho-ui";
6
+ import { useWorkType, useWorkTypeStore } from "../../../../data/worktype";
7
+ import { State } from "./state";
8
+ import WorkspaceMenu from "../../../workspace/controls/WorkspaceMenu";
9
+ import WorktypeCompleteWorksChart from "../../controls/WorktypeCompleteWorksChart";
10
+ import WorkTypePropertiesTabs from '../WorkTypePropertiesTabs';
11
+ import "./index.less";
12
+ const WorkTypePropertiesView = (props) => {
13
+ const id = props.id;
14
+ const store = useWorkTypeStore();
15
+ const docStore = useDocumentStore();
16
+ const [state] = useState(new State(id, store));
17
+ const { user } = useApplicationContext();
18
+ const worktype = useWorkType(id, { reload: false });
19
+ useEffect(() => {
20
+ runInAction(async () => {
21
+ const doc = await docStore.loadAccess(props.id);
22
+ state.update(doc);
23
+ });
24
+ }, [props.id]);
25
+ return observe(() => (React.createElement("div", { className: "module-detail-view worktype-properties-view" }, worktype.loaded && (React.createElement(React.Fragment, null,
26
+ React.createElement("div", { className: "worktype-header" },
27
+ React.createElement("div", { className: "worktype-name" },
28
+ React.createElement(InlineEdit, { defaultValue: worktype.name, content: (v) => React.createElement("div", null, worktype.name), onSave: (value) => state.save(value, worktype.name, { Name: value }) }),
29
+ React.createElement(WorkspaceMenu, { id: id, closeAside: true }))),
30
+ React.createElement(WorktypeCompleteWorksChart, { id: props.id }),
31
+ React.createElement(WorkTypePropertiesTabs, { id: id }))))));
32
+ // async function onChange(ids: string[], members: IUnit[]) {
33
+ // await store.edit(id, { data: { MemberIds: ids }, error: "message" });
34
+ // runInAction(() => { state.members = members })
35
+ // }
36
+ };
37
+ export default WorkTypePropertiesView;
38
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/modules/worktype/components/WorkTypePropertiesView/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACnD,OAAO,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AAChE,OAAO,EAAE,qBAAqB,EAAE,MAAM,qBAAqB,CAAC;AAC5D,OAAO,EAAE,WAAW,EAAE,MAAM,MAAM,CAAC;AACnC,OAAO,EAAE,UAAU,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AAExD,OAAO,EAAE,WAAW,EAAE,gBAAgB,EAAE,MAAM,2BAA2B,CAAC;AAC1E,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAEhC,OAAO,aAAa,MAAM,2CAA2C,CAAC;AACtE,OAAO,0BAA0B,MAAM,2CAA2C,CAAC;AACnF,OAAO,sBAAsB,MAAM,2BAA2B,CAAA;AAC9D,OAAO,cAAc,CAAC;AAEtB,MAAM,sBAAsB,GAAG,CAAC,KAAqB,EAAE,EAAE;IACxD,MAAM,EAAE,GAAG,KAAK,CAAC,EAAE,CAAC;IAEpB,MAAM,KAAK,GAAG,gBAAgB,EAAE,CAAC;IACjC,MAAM,QAAQ,GAAG,gBAAgB,EAAE,CAAC;IACpC,MAAM,CAAC,KAAK,CAAC,GAAG,QAAQ,CAAC,IAAI,KAAK,CAAC,EAAE,EAAE,KAAK,CAAC,CAAC,CAAC;IAC/C,MAAM,EAAE,IAAI,EAAE,GAAG,qBAAqB,EAAE,CAAC;IACzC,MAAM,QAAQ,GAAG,WAAW,CAAC,EAAE,EAAE,EAAE,MAAM,EAAE,KAAK,EAAE,CAAC,CAAC;IAEpD,SAAS,CAAC,GAAG,EAAE;QACd,WAAW,CAAC,KAAK,IAAI,EAAE;YACtB,MAAM,GAAG,GAAG,MAAM,QAAQ,CAAC,UAAU,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC;YAChD,KAAK,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC;QACnB,CAAC,CAAC,CAAC;IACJ,CAAC,EAAE,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,CAAC;IAEf,OAAO,OAAO,CAAC,GAAG,EAAE,CAAC,CACpB,6BAAK,SAAS,EAAC,6CAA6C,IAC1D,QAAQ,CAAC,MAAM,IAAI,CACnB,oBAAC,KAAK,CAAC,QAAQ;QACd,6BAAK,SAAS,EAAC,iBAAiB;YAC/B,6BAAK,SAAS,EAAC,eAAe;gBAC7B,oBAAC,UAAU,IACV,YAAY,EAAE,QAAQ,CAAC,IAAI,EAC3B,OAAO,EAAE,CAAC,CAAC,EAAE,EAAE,CAAC,iCAAM,QAAQ,CAAC,IAAI,CAAO,EAC1C,MAAM,EAAE,CAAC,KAAU,EAAE,EAAE,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,EAAE,QAAQ,CAAC,IAAI,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,CAAC,GACxE;gBACF,oBAAC,aAAa,IAAC,EAAE,EAAE,EAAE,EAAE,UAAU,EAAE,IAAI,GAAI,CACtC,CAOD;QACN,oBAAC,0BAA0B,IAAC,EAAE,EAAE,KAAK,CAAC,EAAE,GAAI;QAC5C,oBAAC,sBAAsB,IAAC,EAAE,EAAE,EAAE,GAAI,CAClB,CACjB,CACI,CACN,CAAC,CAAC;IAEH,6DAA6D;IAC7D,4EAA4E;IAC5E,qDAAqD;IACrD,IAAI;AACL,CAAC,CAAC;AAEF,eAAe,sBAAsB,CAAC"}
@@ -0,0 +1,19 @@
1
+ :global {
2
+ .worktype-properties-view {
3
+ .worktype-header {
4
+ padding: 10px 20px;
5
+ .worktype-name {
6
+ font-size: 24px;
7
+ color: #000;
8
+ font-weight: 500;
9
+ word-break: break-all;
10
+ display: flex;
11
+ align-items: center;
12
+ justify-content: space-between;
13
+ }
14
+ .avatar-list-view {
15
+ margin-top: 10px;
16
+ }
17
+ }
18
+ }
19
+ }
@@ -0,0 +1,15 @@
1
+ import { IDocumentAccessSettings } from "@voplus/morpho-document-core";
2
+ import { WorkTypeStore } from "../../../../data/worktype";
3
+ export declare class State {
4
+ private id;
5
+ private store;
6
+ /** Name of workspace */
7
+ name: string;
8
+ /** Visible of Edit name */
9
+ editVisible: boolean;
10
+ members: any[];
11
+ constructor(id: string, store: WorkTypeStore);
12
+ update(doc: IDocumentAccessSettings): void;
13
+ /** edit save */
14
+ save(v: any, name: any, params: Record<string, unknown>): void;
15
+ }
@@ -0,0 +1,68 @@
1
+ import { __decorate } from "tslib";
2
+ import { action, makeObservable, observable } from "mobx";
3
+ export class State {
4
+ constructor(id, store) {
5
+ Object.defineProperty(this, "id", {
6
+ enumerable: true,
7
+ configurable: true,
8
+ writable: true,
9
+ value: id
10
+ });
11
+ Object.defineProperty(this, "store", {
12
+ enumerable: true,
13
+ configurable: true,
14
+ writable: true,
15
+ value: store
16
+ });
17
+ /** Name of workspace */
18
+ Object.defineProperty(this, "name", {
19
+ enumerable: true,
20
+ configurable: true,
21
+ writable: true,
22
+ value: ""
23
+ });
24
+ /** Visible of Edit name */
25
+ Object.defineProperty(this, "editVisible", {
26
+ enumerable: true,
27
+ configurable: true,
28
+ writable: true,
29
+ value: false
30
+ });
31
+ Object.defineProperty(this, "members", {
32
+ enumerable: true,
33
+ configurable: true,
34
+ writable: true,
35
+ value: []
36
+ });
37
+ makeObservable(this);
38
+ }
39
+ update(doc) {
40
+ this.members = [];
41
+ doc.includes.map(i => {
42
+ if (i.role === "Member")
43
+ this.members.push(i.contact);
44
+ });
45
+ }
46
+ /** edit save */
47
+ save(v, name, params) {
48
+ if ((v === null || v === void 0 ? void 0 : v.trim()) === name)
49
+ return;
50
+ this.store.edit(this.id, { data: params, error: "message" });
51
+ }
52
+ }
53
+ __decorate([
54
+ observable
55
+ ], State.prototype, "name", void 0);
56
+ __decorate([
57
+ observable
58
+ ], State.prototype, "editVisible", void 0);
59
+ __decorate([
60
+ observable
61
+ ], State.prototype, "members", void 0);
62
+ __decorate([
63
+ action
64
+ ], State.prototype, "update", null);
65
+ __decorate([
66
+ action
67
+ ], State.prototype, "save", null);
68
+ //# sourceMappingURL=state.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"state.js","sourceRoot":"","sources":["../../../../../src/modules/worktype/components/WorkTypePropertiesView/state.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,MAAM,EAAE,cAAc,EAAE,UAAU,EAAe,MAAM,MAAM,CAAC;AAKvE,MAAM,OAAO,KAAK;IAOd,YAAoB,EAAU,EAAU,KAAoB;;;;;mBAAxC;;;;;;mBAAoB;;QANxC,wBAAwB;QACZ;;;;mBAAc,EAAE;WAAC;QAC7B,2BAA2B;QACf;;;;mBAAqB,KAAK;WAAC;QAC3B;;;;mBAAwB,EAAE;WAAC;QAGnC,cAAc,CAAC,IAAI,CAAC,CAAC;IACzB,CAAC;IAGM,MAAM,CAAC,GAA4B;QACtC,IAAI,CAAC,OAAO,GAAG,EAAE,CAAC;QAClB,GAAG,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE;YACjB,IAAI,CAAC,CAAC,IAAI,KAAK,QAAQ;gBAAE,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC;QAC1D,CAAC,CAAC,CAAA;IACN,CAAC;IAED,gBAAgB;IAET,IAAI,CAAC,CAAM,EAAE,IAAS,EAAE,MAA+B;QAC1D,IAAI,CAAA,CAAC,aAAD,CAAC,uBAAD,CAAC,CAAE,IAAI,EAAE,MAAK,IAAI;YAAE,OAAO;QAC/B,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,SAAS,EAAE,CAAC,CAAC;IACjE,CAAC;CACJ;AAvBe;IAAX,UAAU;mCAAkB;AAEjB;IAAX,UAAU;0CAA4B;AAC3B;IAAX,UAAU;sCAA4B;AAOvC;IADC,MAAM;mCAMN;AAID;IADC,MAAM;iCAIN"}
@@ -0,0 +1,6 @@
1
+ /// <reference types="react" />
2
+ import "./index.less";
3
+ declare const WorkTypeQA: (props: {
4
+ id: string;
5
+ }) => JSX.Element;
6
+ export default WorkTypeQA;
@@ -0,0 +1,60 @@
1
+ import "./index.less";
2
+ import { Form, InputNumber } from "@voplus/antd";
3
+ import React, { useState } from "react";
4
+ import { useWorkType, useWorkTypeStore } from "../../../../data/worktype";
5
+ import AsideContent from "@voplus/morpho-ui/es/components/layout/AsideContent";
6
+ import AvatarList from "@voplus/morpho-document/es/components/AvatarList";
7
+ import CheckList from "@voplus/morpho-ui/es/controls/CheckList";
8
+ import { State } from "./state";
9
+ import TaskQuickViewDialog from "../../../tasks/components/TaskQuickViewDialog";
10
+ import { observe } from "@voplus/morpho-ui";
11
+ import { runInAction } from "mobx";
12
+ import { useApplicationContext } from "@voplus/morpho-data";
13
+ const WorkTypeQA = (props) => {
14
+ const { id } = props;
15
+ const [form] = Form.useForm();
16
+ const { user } = useApplicationContext();
17
+ const [asideContext] = useState(AsideContent.createContext());
18
+ const store = useWorkTypeStore();
19
+ const [state] = useState(new State(store));
20
+ const [visible, setVisible] = useState(false);
21
+ const workType = useWorkType(id);
22
+ state.update(workType);
23
+ return observe(() => {
24
+ var _a, _b, _c, _d, _e, _f;
25
+ return (React.createElement(AsideContent, { context: asideContext },
26
+ React.createElement("div", null,
27
+ React.createElement("div", { className: "work-type-qa-head" }, "Quality Assurance Setting"),
28
+ React.createElement(Form, { className: "work-type-qa-content", form: form, labelAlign: "left", labelCol: { span: 10 }, scrollToFirstError: true },
29
+ React.createElement(Form.Item, { label: "Reviewer" },
30
+ React.createElement(AvatarList, { organizationId: user.info.organizationId, multiple: true, buttonText: "Ok", list: state.worktype.reviewers, onChange: (ids) => {
31
+ state.save({ ReviewerIds: ids });
32
+ } })),
33
+ React.createElement(Form.Item, { label: "Auditor" },
34
+ React.createElement(AvatarList, { organizationId: user.info.organizationId, multiple: true, buttonText: "Ok", list: (_a = state.worktype.audit) === null || _a === void 0 ? void 0 : _a.auditors, onChange: (ids) => {
35
+ state.save({ AuditorIds: ids });
36
+ } })),
37
+ ((_c = (_b = state.worktype
38
+ .audit) === null || _b === void 0 ? void 0 : _b.auditors) === null || _c === void 0 ? void 0 : _c.length) && (React.createElement(React.Fragment, null,
39
+ React.createElement(Form.Item, { label: "Audit Rate" }, state.auditRateEdit ? (React.createElement(InputNumber, { defaultValue: ((_d = state.worktype.audit) === null || _d === void 0 ? void 0 : _d.auditRate) || 0, min: 0, max: 100, formatter: (value) => `${value}%`, parser: (value) => value.replace("%", ""), onChange: (value) => {
40
+ state.save({ AuditRate: value });
41
+ }, onBlur: () => runInAction(() => (state.auditRateEdit = false)) })) : (React.createElement("div", { onClick: () => runInAction(() => (state.auditRateEdit = true)) }, ((_e = state.worktype.audit) === null || _e === void 0 ? void 0 : _e.auditRate)
42
+ ? `${(_f = state.worktype.audit) === null || _f === void 0 ? void 0 : _f.auditRate}%`
43
+ : "Add Audit Rate"))),
44
+ React.createElement(Form.Item, { label: "Audit Task" },
45
+ React.createElement("div", { className: "open-btn", onClick: () => setVisible(true) }, "Open")))),
46
+ React.createElement(Form.Item, null,
47
+ React.createElement(CheckList, { headerProps: {
48
+ viewTitle: "Reject Reasons",
49
+ visible: true
50
+ }, allowAdd: true, list: state.rejectReasons, onChange: (item) => state.onChangeRejectReasons(item), onCreate: (item) => state.onCreateRejectReasons(item), onDelete: (item) => state.onDeleteRejectReasons(item) })),
51
+ React.createElement(Form.Item, null,
52
+ React.createElement(CheckList, { headerProps: {
53
+ viewTitle: "Error Types",
54
+ visible: true
55
+ }, allowAdd: true, list: state.errorTypes, onChange: (item) => state.onChangeErrorTypes(item), onCreate: (item) => state.onCreateErrorTypes(item), onDelete: (item) => state.onDeleteErrorTypes(item) }))),
56
+ React.createElement(TaskQuickViewDialog, { id: props.id, visible: visible, onCancel: () => setVisible(false) }))));
57
+ });
58
+ };
59
+ export default WorkTypeQA;
60
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/modules/worktype/components/WorkTypeQA/index.tsx"],"names":[],"mappings":"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"}
@@ -0,0 +1,35 @@
1
+ :global {
2
+ .work-type-qa-head {
3
+ padding: 10px 20px;
4
+ background: #fff;
5
+ font-size: 16px;
6
+ font-weight: 600;
7
+ border-bottom: 1px solid #f2f2f2;
8
+ }
9
+ .work-type-qa-content {
10
+ padding: 10px 20px;
11
+ .check-list-view {
12
+ .check-list-header {
13
+ padding: 10px 0;
14
+ .title {
15
+ font-size: 14px;
16
+ font-weight: normal;
17
+ }
18
+ }
19
+ .check-item {
20
+ padding: 10px 20px;
21
+ font-size: 14px;
22
+ font-weight: normal;
23
+ }
24
+ .check-remove-btn {
25
+ width: 24px;
26
+ min-width: 24px;
27
+ padding: 0;
28
+ height: 24px;
29
+ }
30
+ }
31
+ }
32
+ .open-btn {
33
+ cursor: pointer;
34
+ }
35
+ }
@@ -0,0 +1,21 @@
1
+ import { IWorkType, WorkTypeStore } from "../../../../data/worktype";
2
+ export declare class State {
3
+ private store;
4
+ worktype: IWorkType;
5
+ auditRateEdit: boolean;
6
+ rejectReasons: any;
7
+ errorTypes: any;
8
+ constructor(store: WorkTypeStore);
9
+ update(worktype: IWorkType): void;
10
+ /** RejectReasons 数组能适用于CheckList */
11
+ setRejectReasons(rejectReasons: string[]): void;
12
+ /** ErrorTypes */
13
+ setErrorTypes(errorTypes: string[]): void;
14
+ save(params: Record<string, unknown>): Promise<void>;
15
+ onChangeRejectReasons(item: any): Promise<void>;
16
+ onCreateRejectReasons(item: string): Promise<void>;
17
+ onDeleteRejectReasons(item: any): Promise<void>;
18
+ onChangeErrorTypes(item: any): Promise<void>;
19
+ onCreateErrorTypes(item: string): Promise<void>;
20
+ onDeleteErrorTypes(item: any): Promise<void>;
21
+ }
@@ -0,0 +1,145 @@
1
+ import { __decorate } from "tslib";
2
+ import { action, makeObservable, observable } from "mobx";
3
+ export class State {
4
+ constructor(store) {
5
+ Object.defineProperty(this, "store", {
6
+ enumerable: true,
7
+ configurable: true,
8
+ writable: true,
9
+ value: store
10
+ });
11
+ Object.defineProperty(this, "worktype", {
12
+ enumerable: true,
13
+ configurable: true,
14
+ writable: true,
15
+ value: void 0
16
+ });
17
+ Object.defineProperty(this, "auditRateEdit", {
18
+ enumerable: true,
19
+ configurable: true,
20
+ writable: true,
21
+ value: false
22
+ });
23
+ Object.defineProperty(this, "rejectReasons", {
24
+ enumerable: true,
25
+ configurable: true,
26
+ writable: true,
27
+ value: void 0
28
+ });
29
+ Object.defineProperty(this, "errorTypes", {
30
+ enumerable: true,
31
+ configurable: true,
32
+ writable: true,
33
+ value: void 0
34
+ });
35
+ makeObservable(this);
36
+ }
37
+ update(worktype) {
38
+ this.worktype = worktype;
39
+ this.setRejectReasons(this.worktype.rejectReasons || []);
40
+ this.setErrorTypes(this.worktype.errorTypes || []);
41
+ }
42
+ /** RejectReasons 数组能适用于CheckList */
43
+ setRejectReasons(rejectReasons) {
44
+ this.rejectReasons = [];
45
+ rejectReasons === null || rejectReasons === void 0 ? void 0 : rejectReasons.map((item, index) => {
46
+ this.rejectReasons.push({ id: index, item: item });
47
+ });
48
+ }
49
+ /** ErrorTypes */
50
+ setErrorTypes(errorTypes) {
51
+ this.errorTypes = [];
52
+ errorTypes === null || errorTypes === void 0 ? void 0 : errorTypes.map((item, index) => {
53
+ this.errorTypes.push({ id: index, item: item });
54
+ });
55
+ }
56
+ async save(params) {
57
+ // if (v?.trim() === name) return;
58
+ await this.store.edit(this.worktype.id, { data: params, error: "message" });
59
+ }
60
+ async onChangeRejectReasons(item) {
61
+ let data = this.worktype.rejectReasons || [];
62
+ data = data.map((i, index) => {
63
+ if (item.id == index)
64
+ i = item.item;
65
+ return i;
66
+ });
67
+ await this.save({ RejectReasons: data });
68
+ this.setRejectReasons(data);
69
+ }
70
+ async onCreateRejectReasons(item) {
71
+ const data = [item, ...(this.worktype.rejectReasons || [])];
72
+ await this.save({ RejectReasons: data });
73
+ this.setRejectReasons(data);
74
+ }
75
+ async onDeleteRejectReasons(item) {
76
+ const data = this.worktype.rejectReasons || [];
77
+ data.splice(data.findIndex((i, index) => index === item.id && i === item.item), 1);
78
+ await this.save({ RejectReasons: data });
79
+ this.setRejectReasons(data);
80
+ }
81
+ async onChangeErrorTypes(item) {
82
+ let data = this.worktype.errorTypes || [];
83
+ data = data.map((i, index) => {
84
+ if (item.id == index)
85
+ i = item.item;
86
+ return i;
87
+ });
88
+ await this.save({ ErrorTypes: data });
89
+ this.setErrorTypes(data);
90
+ }
91
+ async onCreateErrorTypes(item) {
92
+ const data = [item, ...(this.worktype.errorTypes ? this.worktype.errorTypes : [])];
93
+ await this.save({ ErrorTypes: data });
94
+ this.setErrorTypes(data);
95
+ }
96
+ async onDeleteErrorTypes(item) {
97
+ const data = this.worktype.errorTypes || [];
98
+ data.splice(data.findIndex((i, index) => index === item.id && i === item.item), 1);
99
+ await this.save({ ErrorTypes: data });
100
+ this.setErrorTypes(data);
101
+ }
102
+ }
103
+ __decorate([
104
+ observable
105
+ ], State.prototype, "worktype", void 0);
106
+ __decorate([
107
+ observable
108
+ ], State.prototype, "auditRateEdit", void 0);
109
+ __decorate([
110
+ observable
111
+ ], State.prototype, "rejectReasons", void 0);
112
+ __decorate([
113
+ observable
114
+ ], State.prototype, "errorTypes", void 0);
115
+ __decorate([
116
+ action
117
+ ], State.prototype, "update", null);
118
+ __decorate([
119
+ action
120
+ ], State.prototype, "setRejectReasons", null);
121
+ __decorate([
122
+ action
123
+ ], State.prototype, "setErrorTypes", null);
124
+ __decorate([
125
+ action
126
+ ], State.prototype, "save", null);
127
+ __decorate([
128
+ action
129
+ ], State.prototype, "onChangeRejectReasons", null);
130
+ __decorate([
131
+ action
132
+ ], State.prototype, "onCreateRejectReasons", null);
133
+ __decorate([
134
+ action
135
+ ], State.prototype, "onDeleteRejectReasons", null);
136
+ __decorate([
137
+ action
138
+ ], State.prototype, "onChangeErrorTypes", null);
139
+ __decorate([
140
+ action
141
+ ], State.prototype, "onCreateErrorTypes", null);
142
+ __decorate([
143
+ action
144
+ ], State.prototype, "onDeleteErrorTypes", null);
145
+ //# sourceMappingURL=state.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"state.js","sourceRoot":"","sources":["../../../../../src/modules/worktype/components/WorkTypeQA/state.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ declare const WorkTypeStats: (props: {
3
+ id: string;
4
+ }) => JSX.Element;
5
+ export default WorkTypeStats;
@@ -0,0 +1,16 @@
1
+ import React, { useState } from "react";
2
+ import { Col, Row, Skeleton } from "@voplus/antd";
3
+ import { observe } from "@voplus/morpho-ui";
4
+ import { State } from "./state";
5
+ import WorktypeCompleteWorksChart from "../../controls/WorktypeCompleteWorksChart";
6
+ import styles from "./index.less";
7
+ const WorkTypeStats = (props) => {
8
+ const [state] = useState(new State());
9
+ return observe(() => (React.createElement("div", { className: styles["workstats"] },
10
+ React.createElement("div", { className: "workstats-head" }, "Work Stats"),
11
+ React.createElement("div", { className: "workstats-content" },
12
+ React.createElement(Row, { gutter: 24 }, props.id && (React.createElement(Col, { span: 24 }, state.estimatedLoaded ? (React.createElement(WorktypeCompleteWorksChart, { id: props.id })) : (React.createElement("div", { className: "skelecton-card" },
13
+ React.createElement(Skeleton, { active: true }))))))))));
14
+ };
15
+ export default WorkTypeStats;
16
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/modules/worktype/components/WorkTypeStats/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAa,QAAQ,EAAE,MAAM,OAAO,CAAC;AACnD,OAAO,EAAE,GAAG,EAAE,GAAG,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AAClD,OAAO,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AAC5C,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,0BAA0B,MAAM,2CAA2C,CAAC;AACnF,OAAO,MAAM,MAAM,cAAc,CAAC;AAElC,MAAM,aAAa,GAAG,CAAC,KAAqB,EAAE,EAAE;IAC/C,MAAM,CAAC,KAAK,CAAC,GAAG,QAAQ,CAAC,IAAI,KAAK,EAAE,CAAC,CAAC;IAEtC,OAAO,OAAO,CAAC,GAAG,EAAE,CAAC,CACpB,6BAAK,SAAS,EAAE,MAAM,CAAC,WAAW,CAAC;QAClC,6BAAK,SAAS,EAAC,gBAAgB,iBAAiB;QAChD,6BAAK,SAAS,EAAC,mBAAmB;YACjC,oBAAC,GAAG,IAAC,MAAM,EAAE,EAAE,IACb,KAAK,CAAC,EAAE,IAAI,CACZ,oBAAC,GAAG,IAAC,IAAI,EAAE,EAAE,IACX,KAAK,CAAC,eAAe,CAAC,CAAC,CAAC,CACxB,oBAAC,0BAA0B,IAAC,EAAE,EAAE,KAAK,CAAC,EAAE,GAAI,CAC5C,CAAC,CAAC,CAAC,CACH,6BAAK,SAAS,EAAC,gBAAgB;gBAC9B,oBAAC,QAAQ,IAAC,MAAM,SAAG,CACd,CACN,CACI,CACN,CACI,CACD,CACD,CACN,CAAC,CAAC;AACJ,CAAC,CAAC;AAEF,eAAe,aAAa,CAAC"}
@@ -0,0 +1,29 @@
1
+ .workstats {
2
+ width: 100%;
3
+ height: 100%;
4
+ display: flex;
5
+ flex-direction: column;
6
+ background: #f5f5f5;
7
+ :global {
8
+ .workstats-head {
9
+ padding: 10px 20px;
10
+ background: #fff;
11
+ font-size: 16px;
12
+ font-weight: 600;
13
+ border-bottom: 1px solid #f2f2f2;
14
+ }
15
+ .workstats-content {
16
+ height: 100%;
17
+ // padding: 10px 20px 0;
18
+ .ant-col > div {
19
+ // height: 340px;
20
+ // min-width: 250px;
21
+ background-color: #ffffff;
22
+ }
23
+ .skelecton-card{
24
+ padding:15px;
25
+ box-shadow: 2px 2px 5px #e8e8e8;
26
+ }
27
+ }
28
+ }
29
+ }
@@ -0,0 +1,6 @@
1
+ export declare class State {
2
+ estimatedLoaded: boolean;
3
+ constructor();
4
+ /** reload Estimated data */
5
+ onEstimatedReload(): void;
6
+ }