@voplus/morpho-workspace 1.3.0 → 1.3.2

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 (325) 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/notification/interfaces.d.ts +2 -1
  8. package/es/data/work/WorkStore.d.ts +10 -0
  9. package/es/data/work/WorkStore.js +21 -0
  10. package/es/data/work/WorkStore.js.map +1 -0
  11. package/es/data/work/hook.d.ts +9 -0
  12. package/es/data/work/hook.js +20 -0
  13. package/es/data/work/hook.js.map +1 -0
  14. package/es/data/work/index.d.ts +3 -0
  15. package/es/data/work/index.js +4 -0
  16. package/es/data/work/index.js.map +1 -0
  17. package/es/data/work/interfaces.d.ts +37 -0
  18. package/es/data/work/interfaces.js +2 -0
  19. package/es/data/work/interfaces.js.map +1 -0
  20. package/es/data/workerror/WorkErrorStore.d.ts +37 -0
  21. package/es/data/workerror/WorkErrorStore.js +117 -0
  22. package/es/data/workerror/WorkErrorStore.js.map +1 -0
  23. package/es/data/workerror/hook.d.ts +9 -0
  24. package/es/data/workerror/hook.js +19 -0
  25. package/es/data/workerror/hook.js.map +1 -0
  26. package/es/data/workerror/index.d.ts +4 -0
  27. package/es/data/workerror/index.js +5 -0
  28. package/es/data/workerror/index.js.map +1 -0
  29. package/es/data/workerror/interfaces.d.ts +20 -0
  30. package/es/data/workerror/interfaces.js +2 -0
  31. package/es/data/workerror/interfaces.js.map +1 -0
  32. package/es/data/workerror/types.d.ts +50 -0
  33. package/es/data/workerror/types.js +9 -0
  34. package/es/data/workerror/types.js.map +1 -0
  35. package/es/data/workerror/workerror-events/index.d.ts +3 -0
  36. package/es/data/workerror/workerror-events/index.js +4 -0
  37. package/es/data/workerror/workerror-events/index.js.map +1 -0
  38. package/es/data/workerror/workerror-events/useAutoUpdateListData.d.ts +4 -0
  39. package/es/data/workerror/workerror-events/useAutoUpdateListData.js +13 -0
  40. package/es/data/workerror/workerror-events/useAutoUpdateListData.js.map +1 -0
  41. package/es/data/workerror/workerror-events/useOnDeleteWorkspace.d.ts +4 -0
  42. package/es/data/workerror/workerror-events/useOnDeleteWorkspace.js +17 -0
  43. package/es/data/workerror/workerror-events/useOnDeleteWorkspace.js.map +1 -0
  44. package/es/data/workerror/workerror-events/useOnNewWorkspace.d.ts +4 -0
  45. package/es/data/workerror/workerror-events/useOnNewWorkspace.js +17 -0
  46. package/es/data/workerror/workerror-events/useOnNewWorkspace.js.map +1 -0
  47. package/es/data/workspace/WorkSpaceStore.d.ts +39 -0
  48. package/es/data/workspace/WorkSpaceStore.js +134 -0
  49. package/es/data/workspace/WorkSpaceStore.js.map +1 -0
  50. package/es/data/workspace/hooks.d.ts +13 -0
  51. package/es/data/workspace/hooks.js +23 -0
  52. package/es/data/workspace/hooks.js.map +1 -0
  53. package/es/data/workspace/index.d.ts +4 -0
  54. package/es/data/workspace/index.js +5 -0
  55. package/es/data/workspace/index.js.map +1 -0
  56. package/es/data/workspace/interfaces.d.ts +17 -0
  57. package/es/data/workspace/interfaces.js +2 -0
  58. package/es/data/workspace/interfaces.js.map +1 -0
  59. package/es/data/workspace/types.d.ts +28 -0
  60. package/es/data/workspace/types.js +2 -0
  61. package/es/data/workspace/types.js.map +1 -0
  62. package/es/data/workspace/useWorkSpaceCompletedWorkEffect.d.ts +10 -0
  63. package/es/data/workspace/useWorkSpaceCompletedWorkEffect.js +14 -0
  64. package/es/data/workspace/useWorkSpaceCompletedWorkEffect.js.map +1 -0
  65. package/es/data/workspace/workspace-events/index.d.ts +3 -0
  66. package/es/data/workspace/workspace-events/index.js +4 -0
  67. package/es/data/workspace/workspace-events/index.js.map +1 -0
  68. package/es/data/workspace/workspace-events/useAutoUpdateListData.d.ts +4 -0
  69. package/es/data/workspace/workspace-events/useAutoUpdateListData.js +13 -0
  70. package/es/data/workspace/workspace-events/useAutoUpdateListData.js.map +1 -0
  71. package/es/data/workspace/workspace-events/useOnDeleteWorkspace.d.ts +4 -0
  72. package/es/data/workspace/workspace-events/useOnDeleteWorkspace.js +17 -0
  73. package/es/data/workspace/workspace-events/useOnDeleteWorkspace.js.map +1 -0
  74. package/es/data/workspace/workspace-events/useOnNewWorkspace.d.ts +4 -0
  75. package/es/data/workspace/workspace-events/useOnNewWorkspace.js +17 -0
  76. package/es/data/workspace/workspace-events/useOnNewWorkspace.js.map +1 -0
  77. package/es/data/worktype/WorkTypeStore.d.ts +21 -0
  78. package/es/data/worktype/WorkTypeStore.js +75 -0
  79. package/es/data/worktype/WorkTypeStore.js.map +1 -0
  80. package/es/data/worktype/hook.d.ts +9 -0
  81. package/es/data/worktype/hook.js +20 -0
  82. package/es/data/worktype/hook.js.map +1 -0
  83. package/es/data/worktype/index.d.ts +4 -0
  84. package/es/data/worktype/index.js +5 -0
  85. package/es/data/worktype/index.js.map +1 -0
  86. package/es/data/worktype/interfaces.d.ts +57 -0
  87. package/es/data/worktype/interfaces.js +2 -0
  88. package/es/data/worktype/interfaces.js.map +1 -0
  89. package/es/data/worktype/types.d.ts +55 -0
  90. package/es/data/worktype/types.js +2 -0
  91. package/es/data/worktype/types.js.map +1 -0
  92. package/es/data/worktype/useWorkTypeCompletedWorkEffect.d.ts +10 -0
  93. package/es/data/worktype/useWorkTypeCompletedWorkEffect.js +14 -0
  94. package/es/data/worktype/useWorkTypeCompletedWorkEffect.js.map +1 -0
  95. package/es/modules/board/components/Board/index.js +1 -3
  96. package/es/modules/board/components/Board/index.js.map +1 -1
  97. package/es/modules/meeting/components/AgendaList/AgendaItem/index.js +2 -2
  98. package/es/modules/meeting/components/AgendaList/AgendaItem/index.js.map +1 -1
  99. package/es/modules/meeting/components/MeetingList/index.js +1 -2
  100. package/es/modules/meeting/components/MeetingList/index.js.map +1 -1
  101. package/es/modules/notification/components/{MentionNotificationCard → DocumentNotificationCard}/index.d.ts +2 -2
  102. package/es/modules/notification/components/{MentionNotificationCard → DocumentNotificationCard}/index.js +3 -3
  103. package/es/modules/notification/components/DocumentNotificationCard/index.js.map +1 -0
  104. package/es/modules/notification/components/NotificationList/index.js +2 -2
  105. package/es/modules/notification/components/NotificationList/index.js.map +1 -1
  106. package/es/modules/notification/components/NotificationList/index.less +11 -3
  107. package/es/modules/tasks/reports/TaskSummaryCard/index.js +2 -2
  108. package/es/modules/tasks/reports/TaskSummaryCard/index.js.map +1 -1
  109. package/es/modules/work/components/NewWorkErrorDialog/index.d.ts +9 -0
  110. package/es/modules/work/components/NewWorkErrorDialog/index.js +70 -0
  111. package/es/modules/work/components/NewWorkErrorDialog/index.js.map +1 -0
  112. package/es/modules/work/components/NewWorkErrorDialog/index.less +18 -0
  113. package/es/modules/work/components/NewWorkErrorDialog/state.d.ts +16 -0
  114. package/es/modules/work/components/NewWorkErrorDialog/state.js +37 -0
  115. package/es/modules/work/components/NewWorkErrorDialog/state.js.map +1 -0
  116. package/es/modules/work/components/RejectWorkDialog/index.d.ts +9 -0
  117. package/es/modules/work/components/RejectWorkDialog/index.js +54 -0
  118. package/es/modules/work/components/RejectWorkDialog/index.js.map +1 -0
  119. package/es/modules/work/components/RejectWorkDialog/index.less +18 -0
  120. package/es/modules/work/components/RejectWorkDialog/state.d.ts +12 -0
  121. package/es/modules/work/components/RejectWorkDialog/state.js +35 -0
  122. package/es/modules/work/components/RejectWorkDialog/state.js.map +1 -0
  123. package/es/modules/work/components/WorkErrorItem/index.d.ts +6 -0
  124. package/es/modules/work/components/WorkErrorItem/index.js +24 -0
  125. package/es/modules/work/components/WorkErrorItem/index.js.map +1 -0
  126. package/es/modules/work/components/WorkErrorItem/index.less +26 -0
  127. package/es/modules/work/components/WorkErrorList/index.d.ts +8 -0
  128. package/es/modules/work/components/WorkErrorList/index.js +44 -0
  129. package/es/modules/work/components/WorkErrorList/index.js.map +1 -0
  130. package/es/modules/work/components/WorkErrorList/index.less +5 -0
  131. package/es/modules/work/components/WorkErrorPropertiesView/index.d.ts +6 -0
  132. package/es/modules/work/components/WorkErrorPropertiesView/index.js +45 -0
  133. package/es/modules/work/components/WorkErrorPropertiesView/index.js.map +1 -0
  134. package/es/modules/work/components/WorkErrorPropertiesView/index.less +22 -0
  135. package/es/modules/work/components/WorkItem/index.d.ts +11 -0
  136. package/es/modules/work/components/WorkItem/index.js +25 -0
  137. package/es/modules/work/components/WorkItem/index.js.map +1 -0
  138. package/es/modules/work/components/WorkItem/index.less +17 -0
  139. package/es/modules/work/components/WorkList/index.d.ts +16 -0
  140. package/es/modules/work/components/WorkList/index.js +88 -0
  141. package/es/modules/work/components/WorkList/index.js.map +1 -0
  142. package/es/modules/work/components/WorkList/index.less +7 -0
  143. package/es/modules/work/components/WorkPropertiesView/index.d.ts +7 -0
  144. package/es/modules/work/components/WorkPropertiesView/index.js +35 -0
  145. package/es/modules/work/components/WorkPropertiesView/index.js.map +1 -0
  146. package/es/modules/work/components/WorkPropertiesView/index.less +23 -0
  147. package/es/{pages/Space/components/Documents → modules/work/components/WorkQATab}/index.d.ts +2 -2
  148. package/es/modules/work/components/WorkQATab/index.js +33 -0
  149. package/es/modules/work/components/WorkQATab/index.js.map +1 -0
  150. package/es/modules/work/components/WorkQATab/index.less +24 -0
  151. package/es/modules/work/components/WorkTabs/index.d.ts +7 -0
  152. package/es/modules/work/components/WorkTabs/index.js +45 -0
  153. package/es/modules/work/components/WorkTabs/index.js.map +1 -0
  154. package/es/modules/work/components/WorkTabs/index.less +16 -0
  155. package/es/modules/work/components/WorkTaskList/index.d.ts +5 -0
  156. package/es/modules/work/components/WorkTaskList/index.js +65 -0
  157. package/es/modules/work/components/WorkTaskList/index.js.map +1 -0
  158. package/es/modules/work/components/WorkTaskList/index.less +18 -0
  159. package/es/modules/work/components/WorkTaskList/state.d.ts +14 -0
  160. package/es/modules/work/components/WorkTaskList/state.js +23 -0
  161. package/es/modules/work/components/WorkTaskList/state.js.map +1 -0
  162. package/es/modules/work/components/WorkTasksTab/index.d.ts +6 -0
  163. package/es/modules/work/components/WorkTasksTab/index.js +17 -0
  164. package/es/modules/work/components/WorkTasksTab/index.js.map +1 -0
  165. package/es/modules/work/components/WorkTasksTab/index.less +7 -0
  166. package/es/modules/work/components/WorksProperties/index.d.ts +6 -0
  167. package/es/modules/work/components/WorksProperties/index.js +27 -0
  168. package/es/modules/work/components/WorksProperties/index.js.map +1 -0
  169. package/es/modules/work/components/WorksProperties/index.less +8 -0
  170. package/es/modules/work/pages/WorkDefaultView/index.d.ts +4 -0
  171. package/es/modules/work/pages/WorkDefaultView/index.js +26 -0
  172. package/es/modules/work/pages/WorkDefaultView/index.js.map +1 -0
  173. package/es/modules/work/pages/WorkDefaultView/index.less +17 -0
  174. package/es/modules/work/pages/WorkListPage/index.d.ts +6 -0
  175. package/es/modules/work/pages/WorkListPage/index.js +19 -0
  176. package/es/modules/work/pages/WorkListPage/index.js.map +1 -0
  177. package/es/modules/workspace/components/MyWorkspaces/index.d.ts +11 -0
  178. package/es/modules/workspace/components/MyWorkspaces/index.js +34 -0
  179. package/es/modules/workspace/components/MyWorkspaces/index.js.map +1 -0
  180. package/es/modules/workspace/components/MyWorkspaces/index.less +18 -0
  181. package/es/modules/workspace/components/NewWorkspaceDialog/index.d.ts +10 -0
  182. package/es/modules/workspace/components/NewWorkspaceDialog/index.js +59 -0
  183. package/es/modules/workspace/components/NewWorkspaceDialog/index.js.map +1 -0
  184. package/es/modules/workspace/components/NewWorkspaceDialog/index.less +18 -0
  185. package/es/modules/workspace/components/NewWorkspaceDialog/state.d.ts +12 -0
  186. package/es/modules/workspace/components/NewWorkspaceDialog/state.js +35 -0
  187. package/es/modules/workspace/components/NewWorkspaceDialog/state.js.map +1 -0
  188. package/es/modules/workspace/components/WorkspaceCard/index.d.ts +8 -0
  189. package/es/modules/workspace/components/WorkspaceCard/index.js +18 -0
  190. package/es/modules/workspace/components/WorkspaceCard/index.js.map +1 -0
  191. package/es/modules/workspace/components/WorkspaceCard/index.less +47 -0
  192. package/es/modules/workspace/components/WorkspaceCardList/index.d.ts +13 -0
  193. package/es/modules/workspace/components/WorkspaceCardList/index.js +49 -0
  194. package/es/modules/workspace/components/WorkspaceCardList/index.js.map +1 -0
  195. package/es/modules/workspace/components/WorkspaceCardList/index.less +13 -0
  196. package/es/modules/workspace/components/WorkspacePropertiesView/index.d.ts +6 -0
  197. package/es/modules/workspace/components/WorkspacePropertiesView/index.js +41 -0
  198. package/es/modules/workspace/components/WorkspacePropertiesView/index.js.map +1 -0
  199. package/es/modules/workspace/components/WorkspacePropertiesView/index.less +19 -0
  200. package/es/modules/workspace/components/WorkspacePropertiesView/state.d.ts +15 -0
  201. package/es/modules/workspace/components/WorkspacePropertiesView/state.js +68 -0
  202. package/es/modules/workspace/components/WorkspacePropertiesView/state.js.map +1 -0
  203. package/es/modules/workspace/controls/WorkspaceCompletedWorksChart/index.d.ts +6 -0
  204. package/es/modules/workspace/controls/WorkspaceCompletedWorksChart/index.js +68 -0
  205. package/es/modules/workspace/controls/WorkspaceCompletedWorksChart/index.js.map +1 -0
  206. package/es/modules/workspace/controls/WorkspaceCompletedWorksChart/index.less +8 -0
  207. package/es/modules/workspace/controls/WorkspaceCompletedWorksChart/state.d.ts +5 -0
  208. package/es/modules/workspace/controls/WorkspaceCompletedWorksChart/state.js +26 -0
  209. package/es/modules/workspace/controls/WorkspaceCompletedWorksChart/state.js.map +1 -0
  210. package/es/modules/workspace/controls/WorkspaceMenu/index.d.ts +8 -0
  211. package/es/modules/workspace/controls/WorkspaceMenu/index.js +36 -0
  212. package/es/modules/workspace/controls/WorkspaceMenu/index.js.map +1 -0
  213. package/es/modules/workspace/controls/WorkspaceMenu/index.less +33 -0
  214. package/es/modules/workspace/pages/WorkspaceDefaultView/index.d.ts +4 -0
  215. package/es/modules/workspace/pages/WorkspaceDefaultView/index.js +51 -0
  216. package/es/modules/workspace/pages/WorkspaceDefaultView/index.js.map +1 -0
  217. package/es/modules/workspace/pages/WorkspaceDefaultView/index.less +22 -0
  218. package/es/modules/workspace/pages/WorkspaceDefaultView/state.d.ts +15 -0
  219. package/es/modules/workspace/pages/WorkspaceDefaultView/state.js +68 -0
  220. package/es/modules/workspace/pages/WorkspaceDefaultView/state.js.map +1 -0
  221. package/es/modules/workspace/pages/WorkspacePage/index.d.ts +4 -0
  222. package/es/modules/workspace/pages/WorkspacePage/index.js +73 -0
  223. package/es/modules/workspace/pages/WorkspacePage/index.js.map +1 -0
  224. package/es/modules/workspace/pages/WorkspacePage/index.less +1 -0
  225. package/es/modules/workspace/pages/WorkspacePage/state.d.ts +23 -0
  226. package/es/modules/workspace/pages/WorkspacePage/state.js +108 -0
  227. package/es/modules/workspace/pages/WorkspacePage/state.js.map +1 -0
  228. package/es/modules/worktype/components/WorkTypeCard/index.d.ts +8 -0
  229. package/es/modules/worktype/components/WorkTypeCard/index.js +18 -0
  230. package/es/modules/worktype/components/WorkTypeCard/index.js.map +1 -0
  231. package/es/modules/worktype/components/WorkTypeCard/index.less +47 -0
  232. package/es/modules/worktype/components/WorkTypeCardList/index.d.ts +16 -0
  233. package/es/modules/worktype/components/WorkTypeCardList/index.js +50 -0
  234. package/es/modules/worktype/components/WorkTypeCardList/index.js.map +1 -0
  235. package/es/modules/worktype/components/WorkTypeCardList/index.less +15 -0
  236. package/es/modules/worktype/components/WorkTypeItem/index.d.ts +8 -0
  237. package/es/modules/worktype/components/WorkTypeItem/index.js +11 -0
  238. package/es/modules/worktype/components/WorkTypeItem/index.js.map +1 -0
  239. package/es/modules/worktype/components/WorkTypeItem/index.less +19 -0
  240. package/es/modules/worktype/components/WorkTypeProperties/index.d.ts +6 -0
  241. package/es/modules/worktype/components/WorkTypeProperties/index.js +55 -0
  242. package/es/modules/worktype/components/WorkTypeProperties/index.js.map +1 -0
  243. package/es/modules/worktype/components/WorkTypeProperties/index.less +5 -0
  244. package/es/modules/worktype/components/WorkTypeProperties/state.d.ts +11 -0
  245. package/es/modules/worktype/components/WorkTypeProperties/state.js +57 -0
  246. package/es/modules/worktype/components/WorkTypeProperties/state.js.map +1 -0
  247. package/es/modules/worktype/components/WorkTypePropertiesTabs/index.d.ts +5 -0
  248. package/es/modules/worktype/components/WorkTypePropertiesTabs/index.js +28 -0
  249. package/es/modules/worktype/components/WorkTypePropertiesTabs/index.js.map +1 -0
  250. package/es/modules/worktype/components/WorkTypePropertiesTabs/index.less +0 -0
  251. package/es/modules/worktype/components/WorkTypePropertiesView/index.d.ts +6 -0
  252. package/es/modules/worktype/components/WorkTypePropertiesView/index.js +38 -0
  253. package/es/modules/worktype/components/WorkTypePropertiesView/index.js.map +1 -0
  254. package/es/modules/worktype/components/WorkTypePropertiesView/index.less +19 -0
  255. package/es/modules/worktype/components/WorkTypePropertiesView/state.d.ts +15 -0
  256. package/es/modules/worktype/components/WorkTypePropertiesView/state.js +68 -0
  257. package/es/modules/worktype/components/WorkTypePropertiesView/state.js.map +1 -0
  258. package/es/modules/worktype/components/WorkTypeQA/index.d.ts +6 -0
  259. package/es/modules/worktype/components/WorkTypeQA/index.js +60 -0
  260. package/es/modules/worktype/components/WorkTypeQA/index.js.map +1 -0
  261. package/es/modules/worktype/components/WorkTypeQA/index.less +35 -0
  262. package/es/modules/worktype/components/WorkTypeQA/state.d.ts +21 -0
  263. package/es/modules/worktype/components/WorkTypeQA/state.js +145 -0
  264. package/es/modules/worktype/components/WorkTypeQA/state.js.map +1 -0
  265. package/es/modules/worktype/components/WorkTypeStats/index.d.ts +5 -0
  266. package/es/modules/worktype/components/WorkTypeStats/index.js +16 -0
  267. package/es/modules/worktype/components/WorkTypeStats/index.js.map +1 -0
  268. package/es/modules/worktype/components/WorkTypeStats/index.less +29 -0
  269. package/es/modules/worktype/components/WorkTypeStats/state.d.ts +6 -0
  270. package/es/modules/worktype/components/WorkTypeStats/state.js +27 -0
  271. package/es/modules/worktype/components/WorkTypeStats/state.js.map +1 -0
  272. package/es/modules/worktype/components/WorkTypeTabs/index.d.ts +6 -0
  273. package/es/modules/worktype/components/WorkTypeTabs/index.js +45 -0
  274. package/es/modules/worktype/components/WorkTypeTabs/index.js.map +1 -0
  275. package/es/modules/worktype/components/WorkTypeTabs/index.less +16 -0
  276. package/es/modules/worktype/controls/WorktypeCompleteWorksChart/index.d.ts +6 -0
  277. package/es/modules/worktype/controls/WorktypeCompleteWorksChart/index.js +70 -0
  278. package/es/modules/worktype/controls/WorktypeCompleteWorksChart/index.js.map +1 -0
  279. package/es/modules/worktype/controls/WorktypeCompleteWorksChart/index.less +8 -0
  280. package/es/modules/worktype/controls/WorktypeCompleteWorksChart/state.d.ts +5 -0
  281. package/es/modules/worktype/controls/WorktypeCompleteWorksChart/state.js +26 -0
  282. package/es/modules/worktype/controls/WorktypeCompleteWorksChart/state.js.map +1 -0
  283. package/es/modules/worktype/pages/WorkTypeDefaultView/index.d.ts +4 -0
  284. package/es/modules/worktype/pages/WorkTypeDefaultView/index.js +24 -0
  285. package/es/modules/worktype/pages/WorkTypeDefaultView/index.js.map +1 -0
  286. package/es/modules/worktype/pages/WorkTypeDefaultView/index.less +21 -0
  287. package/es/pages/Routes.d.ts +12 -0
  288. package/es/pages/Routes.js +29 -3
  289. package/es/pages/Routes.js.map +1 -1
  290. package/es/pages/Space/components/Notifications/index.js +1 -0
  291. package/es/pages/Space/components/Notifications/index.js.map +1 -1
  292. package/es/pages/Space/components/Tasks/index.d.ts +2 -2
  293. package/es/pages/Space/components/Tasks/index.js +50 -11
  294. package/es/pages/Space/components/Tasks/index.js.map +1 -1
  295. package/es/pages/Space/components/Works/index.d.ts +2 -2
  296. package/es/pages/Space/components/Works/index.js +13 -37
  297. package/es/pages/Space/components/Works/index.js.map +1 -1
  298. package/es/pages/Space/components/Workspaces/index.d.ts +3 -0
  299. package/es/pages/Space/components/Workspaces/index.js +19 -0
  300. package/es/pages/Space/components/Workspaces/index.js.map +1 -0
  301. package/es/pages/Space/pages/MySpace/index.js +49 -14
  302. package/es/pages/Space/pages/MySpace/index.js.map +1 -1
  303. package/es/pages/Space/pages/MySpace/state.d.ts +27 -6
  304. package/es/pages/Space/pages/MySpace/state.js +114 -24
  305. package/es/pages/Space/pages/MySpace/state.js.map +1 -1
  306. package/es/pages/Work/components/NewWorkDialog/index.js +3 -7
  307. package/es/pages/Work/components/NewWorkDialog/index.js.map +1 -1
  308. package/es/pages/Work/pages/WorkDefaultView/index.js +20 -17
  309. package/es/pages/Work/pages/WorkDefaultView/index.js.map +1 -1
  310. package/es/pages/WorkType/WorkTypeCheckList/index.d.ts +1 -2
  311. package/es/pages/WorkType/WorkTypeCheckList/index.js +43 -34
  312. package/es/pages/WorkType/WorkTypeCheckList/index.js.map +1 -1
  313. package/es/pages/WorkType/WorkTypeDetail/index.js +6 -10
  314. package/es/pages/WorkType/WorkTypeDetail/index.js.map +1 -1
  315. package/es/pages/WorkType/data/WorkTypeStore.js +4 -4
  316. package/es/pages/WorkType/data/WorkTypeStore.js.map +1 -1
  317. package/es/pages/WorkType/data/interfaces.d.ts +24 -7
  318. package/es/pages/WorkType/data/types.d.ts +19 -18
  319. package/es/routes.js.map +1 -1
  320. package/package.json +2 -2
  321. package/es/modules/notification/components/MentionNotificationCard/index.js.map +0 -1
  322. package/es/pages/Space/components/Documents/index.js +0 -26
  323. package/es/pages/Space/components/Documents/index.js.map +0 -1
  324. package/es/pages/Space/components/Documents/index.less +0 -5
  325. /package/es/modules/notification/components/{MentionNotificationCard → DocumentNotificationCard}/index.less +0 -0
@@ -0,0 +1,54 @@
1
+ import "./index.less";
2
+ import { Button, Form, Row, Select, Space, } from "@voplus/antd";
3
+ import React, { useState } from "react";
4
+ import Modal from "@voplus/morpho-ui/es/components/Modal";
5
+ import ProseMirror from "@voplus/morpho-text/es/controls/ProseMirror";
6
+ import { State } from "./state";
7
+ import classnames from "classnames";
8
+ import { observe } from "@voplus/morpho-ui";
9
+ import { runInAction } from "mobx";
10
+ // import { useWorkspaceStore } from "../../../../data/workspace";
11
+ const RejectWorkDialog = (props) => {
12
+ // const workspaces = useWorkspaceStore();
13
+ const { Option } = Select;
14
+ const [state] = useState(new State());
15
+ return observe(() => (React.createElement(Modal, { title: "Reject Work Dialog", visible: true, destroyOnClose: true, closable: false, footer: null, onCancel: props.onCancel },
16
+ React.createElement("div", { className: classnames("new-reject-form", props.className) },
17
+ React.createElement(Form, { layout: "vertical" },
18
+ React.createElement(React.Fragment, null,
19
+ React.createElement(Form.Item, { label: "Reason for your reject work" },
20
+ React.createElement(Select, { defaultValue: "Reason1", onChange: (value) => state.params.Reason = value },
21
+ React.createElement(Option, { value: "Reason1" }, "Reason1"),
22
+ React.createElement(Option, { value: "Reason2" }, "Reason2"),
23
+ React.createElement(Option, { value: "Reason3" }, "Reason3"))),
24
+ React.createElement(Form.Item, { label: "Description of your reject work" },
25
+ React.createElement(ProseMirror, { toolbarProps: { sticky: false }, scroll: true, className: "proseMirror", onChange: (opt) => (state.params.Description =
26
+ opt.editor.dom.innerHTML === "<p><br></p>" ? "" : opt.editor.dom.innerHTML) })),
27
+ React.createElement(Form.Item, null,
28
+ React.createElement(Row, { justify: "end" },
29
+ React.createElement(Space, null,
30
+ React.createElement(Button, { onClick: onCancel }, "Cancel"),
31
+ React.createElement(Button, { type: "primary", loading: !!state.loading, onClick: onSubmit }, "Submit"))))))))));
32
+ async function onSubmit() {
33
+ // if (!state.params.Name) return message.warning("Title is required");
34
+ runInAction(() => (state.loading = true));
35
+ // const res = await workspaces.create({
36
+ // data: { ...state.params, ParentId: props.parentId },
37
+ // error: "message",
38
+ // });
39
+ runInAction(() => {
40
+ state.loading = false;
41
+ state.params = state.Params;
42
+ });
43
+ if (props.onSubmitSave)
44
+ props.onSubmitSave(state.params);
45
+ }
46
+ // cancel add reject work
47
+ function onCancel() {
48
+ state.params = state.Params;
49
+ if (props.onCancel)
50
+ props.onCancel();
51
+ }
52
+ };
53
+ export default RejectWorkDialog;
54
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/modules/work/components/RejectWorkDialog/index.tsx"],"names":[],"mappings":"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"}
@@ -0,0 +1,18 @@
1
+ @import "../../../../style/common.less";
2
+ @import "~@voplus/antd/es/style/themes/default.less";
3
+ :global {
4
+ .new-reject-form {
5
+ .ant-select {
6
+ width: 100%;
7
+ }
8
+ .proseMirror {
9
+ height: 10rem !important;
10
+ .editor-toolbar {
11
+ padding: 0.2rem 0.65rem;
12
+ }
13
+ .ProseMirror {
14
+ padding: 1rem 1.25rem;
15
+ }
16
+ }
17
+ }
18
+ }
@@ -0,0 +1,12 @@
1
+ export declare class State {
2
+ constructor();
3
+ Params: {
4
+ Reason: string;
5
+ Description: string;
6
+ };
7
+ params: {
8
+ Reason: string;
9
+ Description: string;
10
+ };
11
+ loading: boolean;
12
+ }
@@ -0,0 +1,35 @@
1
+ import { __decorate } from "tslib";
2
+ import { makeObservable, observable } from "mobx";
3
+ export class State {
4
+ constructor() {
5
+ Object.defineProperty(this, "Params", {
6
+ enumerable: true,
7
+ configurable: true,
8
+ writable: true,
9
+ value: {
10
+ Reason: "",
11
+ Description: "",
12
+ }
13
+ });
14
+ Object.defineProperty(this, "params", {
15
+ enumerable: true,
16
+ configurable: true,
17
+ writable: true,
18
+ value: this.Params
19
+ });
20
+ Object.defineProperty(this, "loading", {
21
+ enumerable: true,
22
+ configurable: true,
23
+ writable: true,
24
+ value: false
25
+ });
26
+ makeObservable(this);
27
+ }
28
+ }
29
+ __decorate([
30
+ observable
31
+ ], State.prototype, "params", void 0);
32
+ __decorate([
33
+ observable
34
+ ], State.prototype, "loading", void 0);
35
+ //# sourceMappingURL=state.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"state.js","sourceRoot":"","sources":["../../../../../src/modules/work/components/RejectWorkDialog/state.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAElD,MAAM,OAAO,KAAK;IACjB;QAGA;;;;mBAAgB;gBACf,MAAM,EAAE,EAAE;gBACV,WAAW,EAAE,EAAE;aACf;WAAC;QACU;;;;mBAAgB,IAAI,CAAC,MAAM;WAAC;QAC5B;;;;mBAAiB,KAAK;WAAC;QAPlC,cAAc,CAAC,IAAI,CAAC,CAAC;IACtB,CAAC;CAOD;AAFY;IAAX,UAAU;qCAA6B;AAC5B;IAAX,UAAU;sCAAwB"}
@@ -0,0 +1,6 @@
1
+ /// <reference types="react" />
2
+ import "./index.less";
3
+ declare const WorkErrorItem: (props: {
4
+ id: string;
5
+ }) => JSX.Element;
6
+ export default WorkErrorItem;
@@ -0,0 +1,24 @@
1
+ import "./index.less";
2
+ import { Col, Row, Tag } from "@voplus/antd";
3
+ import AvatarList from "@voplus/morpho-document/es/components/AvatarList";
4
+ import { ExclamationCircleOutlined } from "@ant-design/icons";
5
+ import React from "react";
6
+ import moment from "moment";
7
+ import { observe } from "@voplus/morpho-ui";
8
+ import { useApplicationContext } from "@voplus/morpho-data";
9
+ import { useWorkError } from "../../../../data/workerror";
10
+ const WorkErrorItem = (props) => {
11
+ const { user } = useApplicationContext();
12
+ const workError = useWorkError(props.id);
13
+ return observe(() => React.createElement("div", { className: "workerror-item" },
14
+ React.createElement(Row, null,
15
+ React.createElement(Col, { flex: 3 },
16
+ React.createElement("div", null,
17
+ React.createElement(ExclamationCircleOutlined, { style: { color: "red" } }),
18
+ React.createElement(Tag, { color: "purple" }, workError.type)),
19
+ React.createElement("div", { className: "workerror-date" }, moment(workError.due).format("DD MMM yyyy"))),
20
+ React.createElement(Col, { flex: 2, className: "workerror-causers" },
21
+ React.createElement(AvatarList, { organizationId: user.info.organizationId, list: workError.causers || [], editable: false })))));
22
+ };
23
+ export default WorkErrorItem;
24
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/modules/work/components/WorkErrorItem/index.tsx"],"names":[],"mappings":"AAAA,OAAO,cAAc,CAAC;AAEtB,OAAO,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,MAAM,cAAc,CAAC;AAE7C,OAAO,UAAU,MAAM,kDAAkD,CAAC;AAC1E,OAAO,EAAE,yBAAyB,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,MAAM,MAAM,QAAQ,CAAC;AAC5B,OAAO,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AAC5C,OAAO,EAAE,qBAAqB,EAAE,MAAM,qBAAqB,CAAC;AAC5D,OAAO,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAE1D,MAAM,aAAa,GAAG,CAAC,KAAqB,EAAE,EAAE;IAC5C,MAAM,EAAE,IAAI,EAAE,GAAG,qBAAqB,EAAE,CAAC;IACzC,MAAM,SAAS,GAAG,YAAY,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC;IAEzC,OAAO,OAAO,CAAC,GAAG,EAAE,CAChB,6BAAK,SAAS,EAAC,gBAAgB;QAC3B,oBAAC,GAAG;YACA,oBAAC,GAAG,IAAC,IAAI,EAAE,CAAC;gBACR;oBACI,oBAAC,yBAAyB,IAAC,KAAK,EAAE,EAAE,KAAK,EAAE,KAAK,EAAE,GAAI;oBACtD,oBAAC,GAAG,IAAC,KAAK,EAAC,QAAQ,IAAE,SAAS,CAAC,IAAI,CAAO,CACxC;gBACN,6BAAK,SAAS,EAAC,gBAAgB,IAC1B,MAAM,CAAC,SAAS,CAAC,GAAG,CAAC,CAAC,MAAM,CAAC,aAAa,CAAC,CAC1C,CACJ;YACN,oBAAC,GAAG,IAAC,IAAI,EAAE,CAAC,EAAE,SAAS,EAAC,mBAAmB;gBACvC,oBAAC,UAAU,IACP,cAAc,EAAE,IAAI,CAAC,IAAI,CAAC,cAAc,EACxC,IAAI,EAAE,SAAS,CAAC,OAAO,IAAI,EAAE,EAC7B,QAAQ,EAAE,KAAK,GACjB,CACA,CACJ,CAEJ,CACT,CAAA;AACL,CAAC,CAAA;AAED,eAAe,aAAa,CAAC"}
@@ -0,0 +1,26 @@
1
+ :global {
2
+ .workerror-item {
3
+ padding: 10px 20px;
4
+ background: transparent;
5
+ &:hover{
6
+ background: #f3f1f1;
7
+ }
8
+ .workerror-causers{
9
+ display: flex;
10
+ align-items: center;
11
+ }
12
+ .workerror-name {
13
+ font-size: 15px;
14
+ color: #000;
15
+ font-weight: 500;
16
+ word-break: break-all;
17
+ margin: 0 8px;
18
+ }
19
+ .ant-tag {
20
+ padding: 0 5px;
21
+ font-size: 12px;
22
+ line-height: 15px;
23
+ margin-left: 8px;
24
+ }
25
+ }
26
+ }
@@ -0,0 +1,8 @@
1
+ /// <reference types="react" />
2
+ import "./index.less";
3
+ /** A work error list view shows work error in card style. */
4
+ declare const WorkErrorList: (props: {
5
+ id: string;
6
+ onClickItem?: ((id: string) => void) | undefined;
7
+ }) => JSX.Element;
8
+ export default WorkErrorList;
@@ -0,0 +1,44 @@
1
+ import "./index.less";
2
+ import { useWorkErrorListEffect } from "../../../../data/workerror";
3
+ import { ListDataContext, useCreateListDataState } from "@voplus/morpho-ui/es/data";
4
+ import React, { useState } from "react";
5
+ import { observe, useRenderOnChange } from "@voplus/morpho-ui";
6
+ import DocumentItemFrame from "@voplus/morpho-document/es/controls/DocumentItemFrame";
7
+ import InfiniteScrollView from "@voplus/morpho-ui/es/controls/InfiniteScrollView";
8
+ import WorkErrorItem from "../WorkErrorItem";
9
+ import { useAutoUpdateListData } from "../../../../data/workerror/workerror-events";
10
+ /** A work error list view shows work error in card style. */
11
+ const WorkErrorList = (props) => {
12
+ const [activeId, setActiveId] = useState("");
13
+ /** 建立 ListView 和useWorkErrorListEffect所需的ListDataState. 会根据state.id重建所以不需reset. */
14
+ const list = useCreateListDataState({
15
+ filterDefaults: {
16
+ includes: "tags",
17
+ filters: [{ c: "ParentNodeId", o: "=", l: "And", v1: props.id }]
18
+ },
19
+ }, [props.id]);
20
+ /** 如果 list.filters.options变更了就重渲染,使下一行的useWorkErrorListEffect 可以接收新参数*/
21
+ useRenderOnChange(() => list.filters.options);
22
+ /** 把ListDataState传给useWorkErrorListEffect,使之可以自動更新loading, hasmore. */
23
+ useWorkErrorListEffect(list, (result) => list.union(result), list.filters.options);
24
+ /** useOnNewWorkError, useOnDeleteWorkError的sugar syntax 自動更新list. */
25
+ useAutoUpdateListData(list, (d) => true);
26
+ return observe(() => (React.createElement(ListDataContext.Provider, { value: list },
27
+ React.createElement("div", { className: "workerror-list-view" },
28
+ React.createElement(InfiniteScrollView, { empty: list.isEmpty, loading: list.loading, hasMore: list.hasMore, loadMore: loadMore }, list.data.map((item) => (React.createElement(DocumentItemFrame, { key: item.id, frameProps: {
29
+ active: activeId === item.id,
30
+ hoverEffect: "none",
31
+ activeEffect: "border",
32
+ borderProps: { location: "right", color: "#1890ff ", size: "2px" },
33
+ }, onClick: () => {
34
+ var _a;
35
+ setActiveId(item.id);
36
+ (_a = props.onClickItem) === null || _a === void 0 ? void 0 : _a.call(props, item.id);
37
+ } },
38
+ React.createElement(WorkErrorItem, { id: item.id })))))))));
39
+ function loadMore() {
40
+ list.triggerNextPage();
41
+ }
42
+ };
43
+ export default WorkErrorList;
44
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/modules/work/components/WorkErrorList/index.tsx"],"names":[],"mappings":"AAAA,OAAO,cAAc,CAAC;AAEtB,OAAO,EAAc,sBAAsB,EAAE,MAAM,4BAA4B,CAAC;AAChF,OAAO,EAAE,eAAe,EAAE,sBAAsB,EAAE,MAAM,2BAA2B,CAAC;AACpF,OAAO,KAAK,EAAE,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACxC,OAAO,EAAE,OAAO,EAAE,iBAAiB,EAAE,MAAM,mBAAmB,CAAC;AAE/D,OAAO,iBAAiB,MAAM,uDAAuD,CAAC;AACtF,OAAO,kBAAkB,MAAM,kDAAkD,CAAC;AAClF,OAAO,aAAa,MAAM,kBAAkB,CAAC;AAC7C,OAAO,EAAE,qBAAqB,EAAE,MAAM,6CAA6C,CAAC;AAEpF,6DAA6D;AAC7D,MAAM,aAAa,GAAG,CAAC,KAGtB,EAAE,EAAE;IAED,MAAM,CAAC,QAAQ,EAAE,WAAW,CAAC,GAAG,QAAQ,CAAC,EAAE,CAAC,CAAC;IAE7C,mFAAmF;IACnF,MAAM,IAAI,GAAG,sBAAsB,CAC/B;QACI,cAAc,EAAE;YACZ,QAAQ,EAAE,MAAM;YAChB,OAAO,EAAE,CAAC,EAAE,CAAC,EAAE,cAAc,EAAE,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,KAAK,CAAC,EAAE,EAAE,CAAC;SACnE;KACJ,EACD,CAAC,KAAK,CAAC,EAAE,CAAC,CACb,CAAC;IAEF,wEAAwE;IACxE,iBAAiB,CAAC,GAAG,EAAE,CAAC,IAAI,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC;IAE9C,uEAAuE;IACvE,sBAAsB,CAAC,IAAI,EAAE,CAAC,MAAM,EAAE,EAAE,CAAC,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC,EAAE,IAAI,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC;IAEnF,qEAAqE;IACrE,qBAAqB,CAAC,IAAI,EAAE,CAAC,CAAC,EAAE,EAAE,CAAC,IAAI,CAAC,CAAC;IAEzC,OAAO,OAAO,CAAC,GAAG,EAAE,CAAC,CACjB,oBAAC,eAAe,CAAC,QAAQ,IAAC,KAAK,EAAE,IAAI;QACjC,6BAAK,SAAS,EAAC,qBAAqB;YAChC,oBAAC,kBAAkB,IACf,KAAK,EAAE,IAAI,CAAC,OAAO,EACnB,OAAO,EAAE,IAAI,CAAC,OAAO,EACrB,OAAO,EAAE,IAAI,CAAC,OAAO,EACrB,QAAQ,EAAE,QAAQ,IAEjB,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,CACrB,oBAAC,iBAAiB,IACd,GAAG,EAAE,IAAI,CAAC,EAAE,EACZ,UAAU,EAAE;oBACR,MAAM,EAAE,QAAQ,KAAK,IAAI,CAAC,EAAE;oBAC5B,WAAW,EAAE,MAAM;oBACnB,YAAY,EAAE,QAAQ;oBACtB,WAAW,EAAE,EAAE,QAAQ,EAAE,OAAO,EAAE,KAAK,EAAE,UAAU,EAAE,IAAI,EAAE,KAAK,EAAE;iBACrE,EACD,OAAO,EAAE,GAAG,EAAE;;oBACV,WAAW,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;oBACrB,MAAA,KAAK,CAAC,WAAW,+CAAjB,KAAK,EAAe,IAAI,CAAC,EAAE,CAAC,CAAC;gBACjC,CAAC;gBAED,oBAAC,aAAa,IAAC,EAAE,EAAE,IAAI,CAAC,EAAE,GAAI,CACd,CAEvB,CAAC,CACe,CACnB,CACiB,CAE9B,CAAC,CAAC;IAEH,SAAS,QAAQ;QACb,IAAI,CAAC,eAAe,EAAE,CAAC;IAC3B,CAAC;AACL,CAAC,CAAC;AAEF,eAAe,aAAa,CAAC"}
@@ -0,0 +1,5 @@
1
+ :global {
2
+ .workerror-list-view {
3
+ height: 100%;
4
+ }
5
+ }
@@ -0,0 +1,6 @@
1
+ /// <reference types="react" />
2
+ import "./index.less";
3
+ declare const WorkErrorPropertiesView: (props: {
4
+ id: string;
5
+ }) => JSX.Element;
6
+ export default WorkErrorPropertiesView;
@@ -0,0 +1,45 @@
1
+ import "./index.less";
2
+ import React, { useEffect, useState } from "react";
3
+ import { Skeleton, Tabs, Tag } from "@voplus/antd";
4
+ import { useWorkError, useWorkErrorStore } from "../../../../data/workerror";
5
+ import ActivityLog from "@voplus/morpho-document/es/components/ActivityLog/ActivityLog2";
6
+ import AvatarList from "@voplus/morpho-document/es/components/AvatarList";
7
+ import DescriptionEditor from "@voplus/morpho-document/es/controls/DescriptionEditor";
8
+ import DocumentList from "@voplus/morpho-document/es/components/DocumentList";
9
+ import { ExclamationCircleOutlined } from "@ant-design/icons";
10
+ import moment from "moment";
11
+ import { observe } from "@voplus/morpho-ui";
12
+ import { useApplicationContext } from "@voplus/morpho-data";
13
+ const WorkErrorPropertiesView = (props) => {
14
+ const { id } = props;
15
+ const workerror = useWorkError(id);
16
+ const store = useWorkErrorStore();
17
+ const { user } = useApplicationContext();
18
+ /**Tabs 当前激活 tab 面板的 key */
19
+ const [activeKey, setActiveKey] = useState("Activities");
20
+ useEffect(() => {
21
+ setActiveKey("Activities");
22
+ }, [props.id]);
23
+ return observe(() => React.createElement("div", { className: "workerror-properties-view" },
24
+ workerror.loaded !== true ? (React.createElement(Skeleton, { active: true })) : (React.createElement(React.Fragment, null,
25
+ React.createElement("div", { className: "workerror-header" },
26
+ React.createElement("div", { className: "document-name-content" },
27
+ React.createElement(ExclamationCircleOutlined, { style: { color: "red" } }),
28
+ React.createElement(Tag, { color: "purple" }, workerror.type)),
29
+ React.createElement(AvatarList, { organizationId: user.info.organizationId, list: workerror.causers || [], onChange: (ids) => {
30
+ store.edit(id, { data: { CauserIds: ids }, error: "message" });
31
+ } }),
32
+ React.createElement("div", { className: "workerror-date" }, moment(workerror.due).format("DD MMM yyyy"))),
33
+ React.createElement(DescriptionEditor, { id: id, description: workerror.description, onSave: (description) => {
34
+ store.edit(id, { data: { Description: description }, error: "message" });
35
+ } }))),
36
+ React.createElement(Tabs, { activeKey: activeKey, className: "workerror-tabs", onChange: onChange },
37
+ React.createElement(Tabs.TabPane, { tab: "Activities", key: "Activities" }, activeKey === "Activities" && React.createElement(ActivityLog, { id: id })),
38
+ React.createElement(Tabs.TabPane, { tab: "Document", key: "Document" }, activeKey === "Document" && (React.createElement(DocumentList, { id: id, multiple: true }))))));
39
+ /**切换面板的回调*/
40
+ function onChange(activeKey) {
41
+ setActiveKey(activeKey);
42
+ }
43
+ };
44
+ export default WorkErrorPropertiesView;
45
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/modules/work/components/WorkErrorPropertiesView/index.tsx"],"names":[],"mappings":"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"}
@@ -0,0 +1,22 @@
1
+ :global {
2
+ .workerror-properties-view {
3
+ height: 100%;
4
+ display: flex;
5
+ flex-direction: column;
6
+ .workerror-header {
7
+ padding: 10px 20px;
8
+ .ant-tag {
9
+ padding: 0 5px;
10
+ font-size: 12px;
11
+ line-height: 15px;
12
+ margin-left: 8px;
13
+ }
14
+ }
15
+ .workerror-tabs {
16
+ flex: 1;
17
+ .ant-tabs-nav {
18
+ padding-left: 20px;
19
+ }
20
+ }
21
+ }
22
+ }
@@ -0,0 +1,11 @@
1
+ /// <reference types="react" />
2
+ import "./index.less";
3
+ import { DocumentHeaderProps } from "@voplus/morpho-document-core/es/props/DocumentHeaderProps";
4
+ export declare type WorkItemProps = {
5
+ id: string;
6
+ reload?: boolean;
7
+ /** Header props */
8
+ headerProps?: Partial<DocumentHeaderProps>;
9
+ };
10
+ declare const WorkItem: (props: WorkItemProps) => JSX.Element;
11
+ export default WorkItem;
@@ -0,0 +1,25 @@
1
+ import "./index.less";
2
+ import { CommentDataIcon, DateQuickIcon, DocumentDataIcon, UserQuickIcon, } from "@voplus/morpho-document/es/controls/data-icons";
3
+ import React from "react";
4
+ import DataIconBar from "@voplus/morpho-document/es/controls/DataIconBar";
5
+ import DocumentHeader from "@voplus/morpho-document/es/components/DocumentHeader";
6
+ import { Tooltip } from "@voplus/antd";
7
+ import { observe } from "@voplus/morpho-ui";
8
+ import { useWork } from "../../../../data/work";
9
+ const WorkItem = (props) => {
10
+ const { id, reload } = props;
11
+ const work = useWork(id, { reload: !!reload });
12
+ return observe(() => {
13
+ var _a;
14
+ return (React.createElement(DocumentHeader, { id: work.id, quickDataBarAlign: "left", preVisible: false, flagVisible: false, toolsVisible: false, tagsVisible: !!((_a = work.tags) === null || _a === void 0 ? void 0 : _a.length), className: "default-work-item", quickDataBar: React.createElement(React.Fragment, null,
15
+ React.createElement(DataIconBar, null,
16
+ React.createElement(DateQuickIcon, { id: id }),
17
+ React.createElement(DocumentDataIcon, { id: id }),
18
+ React.createElement(CommentDataIcon, { id: id }),
19
+ React.createElement(UserQuickIcon, { id: id }),
20
+ React.createElement(Tooltip, { title: "Work Status" },
21
+ React.createElement("span", { className: "data-icon" }, work.WorkStatus)))), ...props.headerProps }));
22
+ });
23
+ };
24
+ export default WorkItem;
25
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/modules/work/components/WorkItem/index.tsx"],"names":[],"mappings":"AAAA,OAAO,cAAc,CAAC;AAEtB,OAAO,EACN,eAAe,EACf,aAAa,EACb,gBAAgB,EAChB,aAAa,GACb,MAAM,gDAAgD,CAAC;AACxD,OAAO,KAA8B,MAAM,OAAO,CAAC;AAEnD,OAAO,WAAW,MAAM,iDAAiD,CAAC;AAC1E,OAAO,cAAc,MAAM,sDAAsD,CAAC;AAElF,OAAO,EAAE,OAAO,EAAE,MAAM,cAAc,CAAC;AACvC,OAAO,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AAC5C,OAAO,EAAE,OAAO,EAAE,MAAM,uBAAuB,CAAC;AAShD,MAAM,QAAQ,GAAG,CAAC,KAAoB,EAAE,EAAE;IACzC,MAAM,EAAE,EAAE,EAAE,MAAM,EAAE,GAAG,KAAK,CAAC;IAE7B,MAAM,IAAI,GAAG,OAAO,CAAC,EAAE,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC;IAE/C,OAAO,OAAO,CAAC,GAAG,EAAE;;QAAC,OAAA,CACpB,oBAAC,cAAc,IACd,EAAE,EAAE,IAAI,CAAC,EAAE,EACX,iBAAiB,EAAC,MAAM,EACxB,UAAU,EAAE,KAAK,EACjB,WAAW,EAAE,KAAK,EAClB,YAAY,EAAE,KAAK,EACnB,WAAW,EAAE,CAAC,CAAC,CAAA,MAAA,IAAI,CAAC,IAAI,0CAAE,MAAM,CAAA,EAChC,SAAS,EAAC,mBAAmB,EAC7B,YAAY,EACX,oBAAC,KAAK,CAAC,QAAQ;gBACd,oBAAC,WAAW;oBACX,oBAAC,aAAa,IAAC,EAAE,EAAE,EAAE,GAAI;oBACzB,oBAAC,gBAAgB,IAAC,EAAE,EAAE,EAAE,GAAI;oBAC5B,oBAAC,eAAe,IAAC,EAAE,EAAE,EAAE,GAAI;oBAC3B,oBAAC,aAAa,IAAC,EAAE,EAAE,EAAE,GAAI;oBACzB,oBAAC,OAAO,IAAC,KAAK,EAAC,aAAa;wBAC3B,8BAAM,SAAS,EAAC,WAAW,IACzB,IAAI,CAAC,UAAU,CACV,CACE,CACG,CACE,KAEd,KAAK,CAAC,WAAW,GACpB,CACF,CAAA;KAAA,CAAC,CAAC;AACJ,CAAC,CAAC;AAEF,eAAe,QAAQ,CAAC"}
@@ -0,0 +1,17 @@
1
+ @import "~@voplus/antd/es/style/themes/default.less";
2
+ :global {
3
+ .default-work-item {
4
+ position: relative;
5
+ align-items: center;
6
+ cursor: pointer;
7
+ background-color: transparent;
8
+ &:after {
9
+ position: absolute;
10
+ content: "";
11
+ left: 20px;
12
+ right: 20px;
13
+ bottom: 0;
14
+ border-bottom: 1px solid #f2f2f2;
15
+ }
16
+ }
17
+ }
@@ -0,0 +1,16 @@
1
+ /// <reference types="react" />
2
+ import "./index.less";
3
+ import { IWork } from "../../../../data/work";
4
+ declare const WorkList: (props: {
5
+ /** status of works shown on the list. */
6
+ status?: string | undefined;
7
+ /** dueDate of works shown on the list. */
8
+ dueDate?: string | undefined;
9
+ /** The current active item */
10
+ active?: string | undefined;
11
+ /** Call back when an item has been clicked on the list. */
12
+ onClickItem?: ((item: IWork) => void) | undefined;
13
+ /** Call back when received total number of works. */
14
+ onTotal?: ((total: number) => void) | undefined;
15
+ }) => JSX.Element;
16
+ export default WorkList;
@@ -0,0 +1,88 @@
1
+ import "./index.less";
2
+ import { useWorkListEffect } from "../../../../data/work";
3
+ import { ListDataContext, useCreateListDataState } from "@voplus/morpho-ui/es/data";
4
+ import React, { useState } from "react";
5
+ import { useAutoUpdateListData, useDocumentStore } from "@voplus/morpho-document-core";
6
+ import DocumentItemFrame from "@voplus/morpho-document/es/controls/DocumentItemFrame";
7
+ import ListView from "@voplus/morpho-ui/es/components/layout/ListView/ListView2";
8
+ import S from "string";
9
+ import WorkItem from '../WorkItem';
10
+ import WorkPropertiesView from '../WorkPropertiesView';
11
+ import moment from "moment";
12
+ import { observe } from "@voplus/morpho-ui";
13
+ import { useRenderOnChange } from "@voplus/morpho-ui";
14
+ const WorkList = (props) => {
15
+ const { dueDate } = props;
16
+ const [activeId, setActiveId] = useState("");
17
+ const documentStore = useDocumentStore();
18
+ const list = useCreateListDataState({
19
+ filterDefaults: { filters: filters() }
20
+ }, [props.status, dueDate]);
21
+ /** useOnNewDocument, useOnDeleteDocument的sugar syntax 自動更新list. */
22
+ useAutoUpdateListData(list, (d) => d.type === "Work" && !d.parentId);
23
+ useRenderOnChange(() => list.filters.options);
24
+ /** 把ListDataState传给useWorkListEffect,使之可以自動更新loading, hasmore. */
25
+ useWorkListEffect(list, (result, total) => {
26
+ var _a;
27
+ list.union(result);
28
+ (_a = props.onTotal) === null || _a === void 0 ? void 0 : _a.call(props, total);
29
+ }, {
30
+ Total: true,
31
+ ...list.filters.options,
32
+ });
33
+ return observe(() => (React.createElement(ListDataContext.Provider, { value: list },
34
+ React.createElement(ListView, { headerProps: {
35
+ viewTitle: "My Works",
36
+ addAble: false,
37
+ sortable: false
38
+ }, className: "work-list", propertiesView: (id) => React.createElement(WorkPropertiesView, { id: id }), moveAfter: moveAfter, renderItem: ({ item, connectDragSource }) => (React.createElement(React.Fragment, null,
39
+ React.createElement(DocumentItemFrame, { key: item.id, frameProps: {
40
+ active: activeId === item.id,
41
+ hoverEffect: "background",
42
+ hoverBackgroundProps: { color: "#f2f2f2" },
43
+ }, onClick: () => {
44
+ var _a;
45
+ setActiveId(item.id);
46
+ (_a = props.onClickItem) === null || _a === void 0 ? void 0 : _a.call(props, item);
47
+ } },
48
+ React.createElement(WorkItem, { id: item.id })))) }))));
49
+ function filters() {
50
+ const filter = [];
51
+ if (props.status) {
52
+ filter.push({
53
+ c: "WorkStatus",
54
+ o: "=",
55
+ l: "And",
56
+ v1: S(props.status).capitalize().toString(),
57
+ });
58
+ }
59
+ if (dueDate) {
60
+ let date = "day";
61
+ let v1 = "";
62
+ let v2 = "";
63
+ if (dueDate !== "today")
64
+ date = dueDate;
65
+ if (dueDate !== "unscheduled") {
66
+ v1 = moment().startOf(date).format("YYYY-MM-DD HH:mm:ss");
67
+ v2 = moment().endOf(date).format("YYYY-MM-DD HH:mm:ss");
68
+ }
69
+ else {
70
+ v1 = moment().add(1, "months").startOf("month").format("YYYY-MM-DD HH:mm:ss");
71
+ v2 = moment().add(1, "months").endOf("month").format("YYYY-MM-DD HH:mm:ss");
72
+ }
73
+ filter.push({
74
+ c: "DueDate",
75
+ o: "between",
76
+ l: "And",
77
+ v1: v1,
78
+ v2: v2,
79
+ });
80
+ }
81
+ return filter;
82
+ }
83
+ async function moveAfter(id, afterId) {
84
+ await documentStore.moveAfter(id, afterId);
85
+ }
86
+ };
87
+ export default WorkList;
88
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/modules/work/components/WorkList/index.tsx"],"names":[],"mappings":"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"}
@@ -0,0 +1,7 @@
1
+ :global {
2
+ .work-list {
3
+ background-color: #fff;
4
+ padding: 0 !important;
5
+ }
6
+ }
7
+
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ import "./index.less";
3
+ declare const WorkPropertiesView: (props: {
4
+ id: string;
5
+ default?: boolean;
6
+ }) => JSX.Element;
7
+ export default WorkPropertiesView;
@@ -0,0 +1,35 @@
1
+ import "./index.less";
2
+ import { Open, Reload } from "@voplus/morpho-document/es/controls/ToolBar/buttons";
3
+ import React, { useState } from "react";
4
+ import { useWork, useWorkStore } from "../../../../data/work";
5
+ import DescriptionEditor from "@voplus/morpho-document/es/controls/DescriptionEditor";
6
+ import DocumentHeader from "@voplus/morpho-document/es/components/DocumentHeader";
7
+ import ToolBar from "@voplus/morpho-document/es/controls/ToolBar/ToolBar2";
8
+ import WorkTabs from "../WorkTabs";
9
+ import { observe } from "@voplus/morpho-ui";
10
+ import { useApplicationContext } from "@voplus/morpho-data";
11
+ import { useMetaStore } from "@voplus/morpho-document";
12
+ const WorkPropertiesView = (props) => {
13
+ const id = props.id;
14
+ const meta = useMetaStore();
15
+ const { user } = useApplicationContext();
16
+ const work = useWork(id, { reload: false });
17
+ const store = useWorkStore();
18
+ const [loaded, setLoaded] = useState(true);
19
+ return observe(() => (React.createElement("div", { className: "module-detail-view" }, loaded && (React.createElement(React.Fragment, null,
20
+ React.createElement(DocumentHeader, { id: id, size: "h3", quickVisible: false, quickDataBarAlign: "left", clickNameEffect: "edit", autoSaveName: true, className: "task-properties-view-header", tools: React.createElement("div", { className: "tools-bar" },
21
+ React.createElement(ToolBar, { id: id, moreProps: { closeAside: true } },
22
+ React.createElement(Reload, { action: onReload }),
23
+ React.createElement(Open, { url: meta.getRoute(work) }))), descriptionVisible: false }),
24
+ React.createElement(DescriptionEditor, { id: id, description: work.description, readonly: work.readonly }),
25
+ React.createElement(WorkTabs, { id: id, propertie: true }))))));
26
+ /** reload data */
27
+ function onReload() {
28
+ setLoaded(false);
29
+ setTimeout(() => {
30
+ setLoaded(true);
31
+ }, 100);
32
+ }
33
+ };
34
+ export default WorkPropertiesView;
35
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/modules/work/components/WorkPropertiesView/index.tsx"],"names":[],"mappings":"AAAA,OAAO,cAAc,CAAC;AAEtB,OAAO,EAAW,IAAI,EAAE,MAAM,EAAE,MAAM,qDAAqD,CAAC;AAC5F,OAAO,KAAK,EAAE,EAAa,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEnD,OAAO,EAAE,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAG9D,OAAO,iBAAiB,MAAM,uDAAuD,CAAC;AACtF,OAAO,cAAc,MAAM,sDAAsD,CAAC;AAElF,OAAO,OAAO,MAAM,sDAAsD,CAAC;AAC3E,OAAO,QAAQ,MAAM,aAAa,CAAC;AACnC,OAAO,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AAC5C,OAAO,EAAE,qBAAqB,EAAE,MAAM,qBAAqB,CAAC;AAC5D,OAAO,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAEvD,MAAM,kBAAkB,GAAG,CAAC,KAAwC,EAAE,EAAE;IACpE,MAAM,EAAE,GAAG,KAAK,CAAC,EAAE,CAAC;IAEpB,MAAM,IAAI,GAAG,YAAY,EAAE,CAAC;IAC5B,MAAM,EAAE,IAAI,EAAE,GAAG,qBAAqB,EAAE,CAAC;IAEzC,MAAM,IAAI,GAAG,OAAO,CAAC,EAAE,EAAE,EAAE,MAAM,EAAE,KAAK,EAAE,CAAC,CAAC;IAE5C,MAAM,KAAK,GAAG,YAAY,EAAE,CAAC;IAE7B,MAAM,CAAC,MAAM,EAAE,SAAS,CAAC,GAAG,QAAQ,CAAC,IAAI,CAAC,CAAC;IAE3C,OAAO,OAAO,CAAC,GAAG,EAAE,CAAC,CACjB,6BAAK,SAAS,EAAC,oBAAoB,IAC9B,MAAM,IAAI,CACP,oBAAC,KAAK,CAAC,QAAQ;QACX,oBAAC,cAAc,IACX,EAAE,EAAE,EAAE,EACN,IAAI,EAAC,IAAI,EACT,YAAY,EAAE,KAAK,EACnB,iBAAiB,EAAC,MAAM,EACxB,eAAe,EAAC,MAAM,EACtB,YAAY,QACZ,SAAS,EAAC,6BAA6B,EACvC,KAAK,EACD,6BAAK,SAAS,EAAC,WAAW;gBACtB,oBAAC,OAAO,IAAC,EAAE,EAAE,EAAE,EAAE,SAAS,EAAE,EAAE,UAAU,EAAE,IAAI,EAAE;oBAC5C,oBAAC,MAAM,IAAC,MAAM,EAAE,QAAQ,GAAI;oBAC5B,oBAAC,IAAI,IAAC,GAAG,EAAE,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,GAAI,CAC5B,CACR,EAEV,kBAAkB,EAAE,KAAK,GAC3B;QACF,oBAAC,iBAAiB,IACd,EAAE,EAAE,EAAE,EACN,WAAW,EAAE,IAAI,CAAC,WAAW,EAC7B,QAAQ,EAAE,IAAI,CAAC,QAAQ,GACzB;QACF,oBAAC,QAAQ,IAAC,EAAE,EAAE,EAAE,EAAE,SAAS,SAAG,CACjB,CACpB,CACC,CACT,CAAC,CAAC;IACH,kBAAkB;IAClB,SAAS,QAAQ;QACb,SAAS,CAAC,KAAK,CAAC,CAAC;QACjB,UAAU,CAAC,GAAG,EAAE;YACZ,SAAS,CAAC,IAAI,CAAC,CAAC;QACpB,CAAC,EAAE,GAAG,CAAC,CAAC;IACZ,CAAC;AACL,CAAC,CAAC;AACF,eAAe,kBAAkB,CAAC"}
@@ -0,0 +1,23 @@
1
+ :global {
2
+ .task-properties-view-header {
3
+ color: #444;
4
+ .tools-bar {
5
+ text-align: right;
6
+ }
7
+ }
8
+ .task-properties-view {
9
+ display: flex;
10
+ flex-direction: column;
11
+ height: 100%;
12
+ overflow-x: hidden;
13
+ .task-description {
14
+ padding: 10px 20px;
15
+ }
16
+ .sub-task-simply-form {
17
+ position: sticky;
18
+ bottom: 0;
19
+ z-index: 9999;
20
+ background: #fff;
21
+ }
22
+ }
23
+ }
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import "./index.less";
3
- declare const Documents: (props: {
3
+ declare const WorkQATab: (props: {
4
4
  id: string;
5
5
  }) => JSX.Element;
6
- export default Documents;
6
+ export default WorkQATab;