@voplus/morpho-workspace 1.2.6 → 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 (346) 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/{NotificaitonStore.d.ts → NotificationStore.d.ts} +8 -8
  8. package/es/data/notification/{NotificaitonStore.js → NotificationStore.js} +10 -7
  9. package/es/data/notification/NotificationStore.js.map +1 -0
  10. package/es/data/notification/hooks.d.ts +4 -4
  11. package/es/data/notification/hooks.js +8 -8
  12. package/es/data/notification/hooks.js.map +1 -1
  13. package/es/data/notification/index.d.ts +1 -1
  14. package/es/data/notification/index.js +1 -1
  15. package/es/data/notification/interfaces.d.ts +5 -3
  16. package/es/data/notification/types.d.ts +7 -7
  17. package/es/data/work/WorkStore.d.ts +10 -0
  18. package/es/data/work/WorkStore.js +21 -0
  19. package/es/data/work/WorkStore.js.map +1 -0
  20. package/es/data/work/hook.d.ts +9 -0
  21. package/es/data/work/hook.js +20 -0
  22. package/es/data/work/hook.js.map +1 -0
  23. package/es/data/work/index.d.ts +3 -0
  24. package/es/data/work/index.js +4 -0
  25. package/es/data/work/index.js.map +1 -0
  26. package/es/data/work/interfaces.d.ts +37 -0
  27. package/es/data/work/interfaces.js +2 -0
  28. package/es/data/work/interfaces.js.map +1 -0
  29. package/es/data/workerror/WorkErrorStore.d.ts +37 -0
  30. package/es/data/workerror/WorkErrorStore.js +117 -0
  31. package/es/data/workerror/WorkErrorStore.js.map +1 -0
  32. package/es/data/workerror/hook.d.ts +9 -0
  33. package/es/data/workerror/hook.js +19 -0
  34. package/es/data/workerror/hook.js.map +1 -0
  35. package/es/data/workerror/index.d.ts +4 -0
  36. package/es/data/workerror/index.js +5 -0
  37. package/es/data/workerror/index.js.map +1 -0
  38. package/es/data/workerror/interfaces.d.ts +20 -0
  39. package/es/data/workerror/interfaces.js +2 -0
  40. package/es/data/workerror/interfaces.js.map +1 -0
  41. package/es/data/workerror/types.d.ts +46 -0
  42. package/es/data/workerror/types.js +9 -0
  43. package/es/data/workerror/types.js.map +1 -0
  44. package/es/data/workerror/workerror-events/index.d.ts +3 -0
  45. package/es/data/workerror/workerror-events/index.js +4 -0
  46. package/es/data/workerror/workerror-events/index.js.map +1 -0
  47. package/es/data/workerror/workerror-events/useAutoUpdateListData.d.ts +4 -0
  48. package/es/data/workerror/workerror-events/useAutoUpdateListData.js +13 -0
  49. package/es/data/workerror/workerror-events/useAutoUpdateListData.js.map +1 -0
  50. package/es/data/workerror/workerror-events/useOnDeleteWorkspace.d.ts +4 -0
  51. package/es/data/workerror/workerror-events/useOnDeleteWorkspace.js +17 -0
  52. package/es/data/workerror/workerror-events/useOnDeleteWorkspace.js.map +1 -0
  53. package/es/data/workerror/workerror-events/useOnNewWorkspace.d.ts +4 -0
  54. package/es/data/workerror/workerror-events/useOnNewWorkspace.js +17 -0
  55. package/es/data/workerror/workerror-events/useOnNewWorkspace.js.map +1 -0
  56. package/es/data/workspace/WorkSpaceStore.d.ts +39 -0
  57. package/es/data/workspace/WorkSpaceStore.js +134 -0
  58. package/es/data/workspace/WorkSpaceStore.js.map +1 -0
  59. package/es/data/workspace/hooks.d.ts +13 -0
  60. package/es/data/workspace/hooks.js +23 -0
  61. package/es/data/workspace/hooks.js.map +1 -0
  62. package/es/data/workspace/index.d.ts +4 -0
  63. package/es/data/workspace/index.js +5 -0
  64. package/es/data/workspace/index.js.map +1 -0
  65. package/es/data/workspace/interfaces.d.ts +17 -0
  66. package/es/data/workspace/interfaces.js +2 -0
  67. package/es/data/workspace/interfaces.js.map +1 -0
  68. package/es/data/workspace/types.d.ts +28 -0
  69. package/es/data/workspace/types.js +2 -0
  70. package/es/data/workspace/types.js.map +1 -0
  71. package/es/data/workspace/useWorkSpaceCompletedWorkEffect.d.ts +10 -0
  72. package/es/data/workspace/useWorkSpaceCompletedWorkEffect.js +14 -0
  73. package/es/data/workspace/useWorkSpaceCompletedWorkEffect.js.map +1 -0
  74. package/es/data/workspace/workspace-events/index.d.ts +3 -0
  75. package/es/data/workspace/workspace-events/index.js +4 -0
  76. package/es/data/workspace/workspace-events/index.js.map +1 -0
  77. package/es/data/workspace/workspace-events/useAutoUpdateListData.d.ts +4 -0
  78. package/es/data/workspace/workspace-events/useAutoUpdateListData.js +13 -0
  79. package/es/data/workspace/workspace-events/useAutoUpdateListData.js.map +1 -0
  80. package/es/data/workspace/workspace-events/useOnDeleteWorkspace.d.ts +4 -0
  81. package/es/data/workspace/workspace-events/useOnDeleteWorkspace.js +17 -0
  82. package/es/data/workspace/workspace-events/useOnDeleteWorkspace.js.map +1 -0
  83. package/es/data/workspace/workspace-events/useOnNewWorkspace.d.ts +4 -0
  84. package/es/data/workspace/workspace-events/useOnNewWorkspace.js +17 -0
  85. package/es/data/workspace/workspace-events/useOnNewWorkspace.js.map +1 -0
  86. package/es/data/worktype/WorkTypeStore.d.ts +21 -0
  87. package/es/data/worktype/WorkTypeStore.js +75 -0
  88. package/es/data/worktype/WorkTypeStore.js.map +1 -0
  89. package/es/data/worktype/hook.d.ts +9 -0
  90. package/es/data/worktype/hook.js +20 -0
  91. package/es/data/worktype/hook.js.map +1 -0
  92. package/es/data/worktype/index.d.ts +4 -0
  93. package/es/data/worktype/index.js +5 -0
  94. package/es/data/worktype/index.js.map +1 -0
  95. package/es/data/worktype/interfaces.d.ts +57 -0
  96. package/es/data/worktype/interfaces.js +2 -0
  97. package/es/data/worktype/interfaces.js.map +1 -0
  98. package/es/data/worktype/types.d.ts +55 -0
  99. package/es/data/worktype/types.js +2 -0
  100. package/es/data/worktype/types.js.map +1 -0
  101. package/es/data/worktype/useWorkTypeCompletedWorkEffect.d.ts +10 -0
  102. package/es/data/worktype/useWorkTypeCompletedWorkEffect.js +14 -0
  103. package/es/data/worktype/useWorkTypeCompletedWorkEffect.js.map +1 -0
  104. package/es/modules/board/components/Board/index.js +1 -3
  105. package/es/modules/board/components/Board/index.js.map +1 -1
  106. package/es/modules/board/components/SubDocumentList/index.js +2 -1
  107. package/es/modules/board/components/SubDocumentList/index.js.map +1 -1
  108. package/es/modules/meeting/components/AgendaList/AgendaItem/index.js +2 -2
  109. package/es/modules/meeting/components/AgendaList/AgendaItem/index.js.map +1 -1
  110. package/es/modules/meeting/components/MeetingList/index.js +1 -2
  111. package/es/modules/meeting/components/MeetingList/index.js.map +1 -1
  112. package/es/modules/notification/components/MentionNotificationCard/index.d.ts +10 -0
  113. package/es/modules/notification/components/MentionNotificationCard/index.js +31 -0
  114. package/es/modules/notification/components/MentionNotificationCard/index.js.map +1 -0
  115. package/es/modules/notification/components/MentionNotificationCard/index.less +23 -0
  116. package/es/modules/notification/components/NotificationList/index.d.ts +14 -5
  117. package/es/modules/notification/components/NotificationList/index.js +60 -17
  118. package/es/modules/notification/components/NotificationList/index.js.map +1 -1
  119. package/es/modules/notification/components/NotificationList/index.less +20 -2
  120. package/es/modules/tasks/reports/TaskSummaryCard/index.js +2 -2
  121. package/es/modules/tasks/reports/TaskSummaryCard/index.js.map +1 -1
  122. package/es/modules/work/components/NewWorkErrorDialog/index.d.ts +9 -0
  123. package/es/modules/work/components/NewWorkErrorDialog/index.js +70 -0
  124. package/es/modules/work/components/NewWorkErrorDialog/index.js.map +1 -0
  125. package/es/modules/work/components/NewWorkErrorDialog/index.less +18 -0
  126. package/es/modules/work/components/NewWorkErrorDialog/state.d.ts +16 -0
  127. package/es/modules/work/components/NewWorkErrorDialog/state.js +37 -0
  128. package/es/modules/work/components/NewWorkErrorDialog/state.js.map +1 -0
  129. package/es/modules/work/components/RejectWorkDialog/index.d.ts +9 -0
  130. package/es/modules/work/components/RejectWorkDialog/index.js +54 -0
  131. package/es/modules/work/components/RejectWorkDialog/index.js.map +1 -0
  132. package/es/modules/work/components/RejectWorkDialog/index.less +18 -0
  133. package/es/modules/work/components/RejectWorkDialog/state.d.ts +12 -0
  134. package/es/modules/work/components/RejectWorkDialog/state.js +35 -0
  135. package/es/modules/work/components/RejectWorkDialog/state.js.map +1 -0
  136. package/es/modules/work/components/WorkErrorItem/index.d.ts +6 -0
  137. package/es/modules/work/components/WorkErrorItem/index.js +24 -0
  138. package/es/modules/work/components/WorkErrorItem/index.js.map +1 -0
  139. package/es/modules/work/components/WorkErrorItem/index.less +26 -0
  140. package/es/modules/work/components/WorkErrorList/index.d.ts +8 -0
  141. package/es/modules/work/components/WorkErrorList/index.js +44 -0
  142. package/es/modules/work/components/WorkErrorList/index.js.map +1 -0
  143. package/es/modules/work/components/WorkErrorList/index.less +5 -0
  144. package/es/modules/work/components/WorkErrorPropertiesView/index.d.ts +6 -0
  145. package/es/modules/work/components/WorkErrorPropertiesView/index.js +45 -0
  146. package/es/modules/work/components/WorkErrorPropertiesView/index.js.map +1 -0
  147. package/es/modules/work/components/WorkErrorPropertiesView/index.less +22 -0
  148. package/es/modules/work/components/WorkItem/index.d.ts +11 -0
  149. package/es/modules/work/components/WorkItem/index.js +25 -0
  150. package/es/modules/work/components/WorkItem/index.js.map +1 -0
  151. package/es/modules/work/components/WorkItem/index.less +17 -0
  152. package/es/modules/work/components/WorkList/index.d.ts +14 -0
  153. package/es/modules/work/components/WorkList/index.js +64 -0
  154. package/es/modules/work/components/WorkList/index.js.map +1 -0
  155. package/es/modules/work/components/WorkList/index.less +7 -0
  156. package/es/modules/work/components/WorkPropertiesView/index.d.ts +7 -0
  157. package/es/modules/work/components/WorkPropertiesView/index.js +35 -0
  158. package/es/modules/work/components/WorkPropertiesView/index.js.map +1 -0
  159. package/es/modules/work/components/WorkPropertiesView/index.less +23 -0
  160. package/es/{pages/Space/components/Documents → modules/work/components/WorkQATab}/index.d.ts +2 -2
  161. package/es/modules/work/components/WorkQATab/index.js +33 -0
  162. package/es/modules/work/components/WorkQATab/index.js.map +1 -0
  163. package/es/modules/work/components/WorkQATab/index.less +24 -0
  164. package/es/modules/work/components/WorkTabs/index.d.ts +7 -0
  165. package/es/modules/work/components/WorkTabs/index.js +45 -0
  166. package/es/modules/work/components/WorkTabs/index.js.map +1 -0
  167. package/es/modules/work/components/WorkTabs/index.less +16 -0
  168. package/es/modules/work/components/WorkTaskList/index.d.ts +5 -0
  169. package/es/modules/work/components/WorkTaskList/index.js +65 -0
  170. package/es/modules/work/components/WorkTaskList/index.js.map +1 -0
  171. package/es/modules/work/components/WorkTaskList/index.less +18 -0
  172. package/es/modules/work/components/WorkTaskList/state.d.ts +14 -0
  173. package/es/modules/work/components/WorkTaskList/state.js +23 -0
  174. package/es/modules/work/components/WorkTaskList/state.js.map +1 -0
  175. package/es/modules/work/components/WorkTasksTab/index.d.ts +6 -0
  176. package/es/modules/work/components/WorkTasksTab/index.js +17 -0
  177. package/es/modules/work/components/WorkTasksTab/index.js.map +1 -0
  178. package/es/modules/work/components/WorkTasksTab/index.less +7 -0
  179. package/es/modules/work/components/WorksProperties/index.d.ts +6 -0
  180. package/es/modules/work/components/WorksProperties/index.js +27 -0
  181. package/es/modules/work/components/WorksProperties/index.js.map +1 -0
  182. package/es/modules/work/components/WorksProperties/index.less +8 -0
  183. package/es/modules/work/pages/WorkDefaultView/index.d.ts +4 -0
  184. package/es/modules/work/pages/WorkDefaultView/index.js +26 -0
  185. package/es/modules/work/pages/WorkDefaultView/index.js.map +1 -0
  186. package/es/modules/work/pages/WorkDefaultView/index.less +17 -0
  187. package/es/modules/work/pages/WorkListPage/index.d.ts +6 -0
  188. package/es/modules/work/pages/WorkListPage/index.js +19 -0
  189. package/es/modules/work/pages/WorkListPage/index.js.map +1 -0
  190. package/es/modules/workspace/components/MyWorkspaces/index.d.ts +11 -0
  191. package/es/modules/workspace/components/MyWorkspaces/index.js +34 -0
  192. package/es/modules/workspace/components/MyWorkspaces/index.js.map +1 -0
  193. package/es/modules/workspace/components/MyWorkspaces/index.less +18 -0
  194. package/es/modules/workspace/components/NewWorkspaceDialog/index.d.ts +10 -0
  195. package/es/modules/workspace/components/NewWorkspaceDialog/index.js +59 -0
  196. package/es/modules/workspace/components/NewWorkspaceDialog/index.js.map +1 -0
  197. package/es/modules/workspace/components/NewWorkspaceDialog/index.less +18 -0
  198. package/es/modules/workspace/components/NewWorkspaceDialog/state.d.ts +12 -0
  199. package/es/modules/workspace/components/NewWorkspaceDialog/state.js +35 -0
  200. package/es/modules/workspace/components/NewWorkspaceDialog/state.js.map +1 -0
  201. package/es/modules/workspace/components/WorkspaceCard/index.d.ts +8 -0
  202. package/es/modules/workspace/components/WorkspaceCard/index.js +18 -0
  203. package/es/modules/workspace/components/WorkspaceCard/index.js.map +1 -0
  204. package/es/modules/workspace/components/WorkspaceCard/index.less +47 -0
  205. package/es/modules/workspace/components/WorkspaceCardList/index.d.ts +13 -0
  206. package/es/modules/workspace/components/WorkspaceCardList/index.js +49 -0
  207. package/es/modules/workspace/components/WorkspaceCardList/index.js.map +1 -0
  208. package/es/modules/workspace/components/WorkspaceCardList/index.less +13 -0
  209. package/es/modules/workspace/components/WorkspacePropertiesView/index.d.ts +6 -0
  210. package/es/modules/workspace/components/WorkspacePropertiesView/index.js +41 -0
  211. package/es/modules/workspace/components/WorkspacePropertiesView/index.js.map +1 -0
  212. package/es/modules/workspace/components/WorkspacePropertiesView/index.less +19 -0
  213. package/es/modules/workspace/components/WorkspacePropertiesView/state.d.ts +15 -0
  214. package/es/modules/workspace/components/WorkspacePropertiesView/state.js +68 -0
  215. package/es/modules/workspace/components/WorkspacePropertiesView/state.js.map +1 -0
  216. package/es/modules/workspace/controls/WorkspaceCompletedWorksChart/index.d.ts +6 -0
  217. package/es/modules/workspace/controls/WorkspaceCompletedWorksChart/index.js +68 -0
  218. package/es/modules/workspace/controls/WorkspaceCompletedWorksChart/index.js.map +1 -0
  219. package/es/modules/workspace/controls/WorkspaceCompletedWorksChart/index.less +8 -0
  220. package/es/modules/workspace/controls/WorkspaceCompletedWorksChart/state.d.ts +5 -0
  221. package/es/modules/workspace/controls/WorkspaceCompletedWorksChart/state.js +26 -0
  222. package/es/modules/workspace/controls/WorkspaceCompletedWorksChart/state.js.map +1 -0
  223. package/es/modules/workspace/controls/WorkspaceMenu/index.d.ts +8 -0
  224. package/es/modules/workspace/controls/WorkspaceMenu/index.js +36 -0
  225. package/es/modules/workspace/controls/WorkspaceMenu/index.js.map +1 -0
  226. package/es/modules/workspace/controls/WorkspaceMenu/index.less +33 -0
  227. package/es/modules/workspace/pages/WorkspaceDefaultView/index.d.ts +4 -0
  228. package/es/modules/workspace/pages/WorkspaceDefaultView/index.js +51 -0
  229. package/es/modules/workspace/pages/WorkspaceDefaultView/index.js.map +1 -0
  230. package/es/modules/workspace/pages/WorkspaceDefaultView/index.less +22 -0
  231. package/es/modules/workspace/pages/WorkspaceDefaultView/state.d.ts +15 -0
  232. package/es/modules/workspace/pages/WorkspaceDefaultView/state.js +68 -0
  233. package/es/modules/workspace/pages/WorkspaceDefaultView/state.js.map +1 -0
  234. package/es/modules/workspace/pages/WorkspacePage/index.d.ts +4 -0
  235. package/es/modules/workspace/pages/WorkspacePage/index.js +73 -0
  236. package/es/modules/workspace/pages/WorkspacePage/index.js.map +1 -0
  237. package/es/modules/workspace/pages/WorkspacePage/index.less +1 -0
  238. package/es/modules/workspace/pages/WorkspacePage/state.d.ts +23 -0
  239. package/es/modules/workspace/pages/WorkspacePage/state.js +108 -0
  240. package/es/modules/workspace/pages/WorkspacePage/state.js.map +1 -0
  241. package/es/modules/worktype/components/WorkTypeCard/index.d.ts +8 -0
  242. package/es/modules/worktype/components/WorkTypeCard/index.js +18 -0
  243. package/es/modules/worktype/components/WorkTypeCard/index.js.map +1 -0
  244. package/es/modules/worktype/components/WorkTypeCard/index.less +47 -0
  245. package/es/modules/worktype/components/WorkTypeCardList/index.d.ts +16 -0
  246. package/es/modules/worktype/components/WorkTypeCardList/index.js +50 -0
  247. package/es/modules/worktype/components/WorkTypeCardList/index.js.map +1 -0
  248. package/es/modules/worktype/components/WorkTypeCardList/index.less +15 -0
  249. package/es/modules/worktype/components/WorkTypeItem/index.d.ts +8 -0
  250. package/es/modules/worktype/components/WorkTypeItem/index.js +11 -0
  251. package/es/modules/worktype/components/WorkTypeItem/index.js.map +1 -0
  252. package/es/modules/worktype/components/WorkTypeItem/index.less +19 -0
  253. package/es/modules/worktype/components/WorkTypeProperties/index.d.ts +6 -0
  254. package/es/modules/worktype/components/WorkTypeProperties/index.js +56 -0
  255. package/es/modules/worktype/components/WorkTypeProperties/index.js.map +1 -0
  256. package/es/modules/worktype/components/WorkTypeProperties/index.less +5 -0
  257. package/es/modules/worktype/components/WorkTypeProperties/state.d.ts +12 -0
  258. package/es/modules/worktype/components/WorkTypeProperties/state.js +65 -0
  259. package/es/modules/worktype/components/WorkTypeProperties/state.js.map +1 -0
  260. package/es/modules/worktype/components/WorkTypePropertiesTabs/index.d.ts +5 -0
  261. package/es/modules/worktype/components/WorkTypePropertiesTabs/index.js +28 -0
  262. package/es/modules/worktype/components/WorkTypePropertiesTabs/index.js.map +1 -0
  263. package/es/modules/worktype/components/WorkTypePropertiesTabs/index.less +0 -0
  264. package/es/modules/worktype/components/WorkTypePropertiesView/index.d.ts +6 -0
  265. package/es/modules/worktype/components/WorkTypePropertiesView/index.js +38 -0
  266. package/es/modules/worktype/components/WorkTypePropertiesView/index.js.map +1 -0
  267. package/es/modules/worktype/components/WorkTypePropertiesView/index.less +19 -0
  268. package/es/modules/worktype/components/WorkTypePropertiesView/state.d.ts +15 -0
  269. package/es/modules/worktype/components/WorkTypePropertiesView/state.js +68 -0
  270. package/es/modules/worktype/components/WorkTypePropertiesView/state.js.map +1 -0
  271. package/es/modules/worktype/components/WorkTypeQA/index.d.ts +6 -0
  272. package/es/modules/worktype/components/WorkTypeQA/index.js +60 -0
  273. package/es/modules/worktype/components/WorkTypeQA/index.js.map +1 -0
  274. package/es/modules/worktype/components/WorkTypeQA/index.less +35 -0
  275. package/es/modules/worktype/components/WorkTypeQA/state.d.ts +21 -0
  276. package/es/modules/worktype/components/WorkTypeQA/state.js +145 -0
  277. package/es/modules/worktype/components/WorkTypeQA/state.js.map +1 -0
  278. package/es/modules/worktype/components/WorkTypeStats/index.d.ts +5 -0
  279. package/es/modules/worktype/components/WorkTypeStats/index.js +16 -0
  280. package/es/modules/worktype/components/WorkTypeStats/index.js.map +1 -0
  281. package/es/modules/worktype/components/WorkTypeStats/index.less +29 -0
  282. package/es/modules/worktype/components/WorkTypeStats/state.d.ts +6 -0
  283. package/es/modules/worktype/components/WorkTypeStats/state.js +27 -0
  284. package/es/modules/worktype/components/WorkTypeStats/state.js.map +1 -0
  285. package/es/modules/worktype/components/WorkTypeTabs/index.d.ts +6 -0
  286. package/es/modules/worktype/components/WorkTypeTabs/index.js +45 -0
  287. package/es/modules/worktype/components/WorkTypeTabs/index.js.map +1 -0
  288. package/es/modules/worktype/components/WorkTypeTabs/index.less +16 -0
  289. package/es/modules/worktype/controls/WorktypeCompleteWorksChart/index.d.ts +6 -0
  290. package/es/modules/worktype/controls/WorktypeCompleteWorksChart/index.js +70 -0
  291. package/es/modules/worktype/controls/WorktypeCompleteWorksChart/index.js.map +1 -0
  292. package/es/modules/worktype/controls/WorktypeCompleteWorksChart/index.less +8 -0
  293. package/es/modules/worktype/controls/WorktypeCompleteWorksChart/state.d.ts +5 -0
  294. package/es/modules/worktype/controls/WorktypeCompleteWorksChart/state.js +26 -0
  295. package/es/modules/worktype/controls/WorktypeCompleteWorksChart/state.js.map +1 -0
  296. package/es/modules/worktype/pages/WorkTypeDefaultView/index.d.ts +4 -0
  297. package/es/modules/worktype/pages/WorkTypeDefaultView/index.js +24 -0
  298. package/es/modules/worktype/pages/WorkTypeDefaultView/index.js.map +1 -0
  299. package/es/modules/worktype/pages/WorkTypeDefaultView/index.less +20 -0
  300. package/es/pages/Routes.d.ts +12 -0
  301. package/es/pages/Routes.js +29 -3
  302. package/es/pages/Routes.js.map +1 -1
  303. package/es/pages/Space/components/Notifications/index.d.ts +6 -0
  304. package/es/pages/Space/components/Notifications/index.js +38 -0
  305. package/es/pages/Space/components/Notifications/index.js.map +1 -0
  306. package/es/pages/Space/components/Workspaces/index.d.ts +3 -0
  307. package/es/pages/Space/components/Workspaces/index.js +19 -0
  308. package/es/pages/Space/components/Workspaces/index.js.map +1 -0
  309. package/es/pages/Space/pages/MySpace/index.js +49 -42
  310. package/es/pages/Space/pages/MySpace/index.js.map +1 -1
  311. package/es/pages/Space/pages/MySpace/index.less +20 -34
  312. package/es/pages/Space/pages/MySpace/state.d.ts +15 -16
  313. package/es/pages/Space/pages/MySpace/state.js +38 -74
  314. package/es/pages/Space/pages/MySpace/state.js.map +1 -1
  315. package/es/pages/Work/components/NewWorkDialog/index.js +3 -7
  316. package/es/pages/Work/components/NewWorkDialog/index.js.map +1 -1
  317. package/es/pages/Work/pages/WorkDefaultView/index.js +20 -17
  318. package/es/pages/Work/pages/WorkDefaultView/index.js.map +1 -1
  319. package/es/pages/WorkType/WorkTypeCheckList/index.d.ts +1 -2
  320. package/es/pages/WorkType/WorkTypeCheckList/index.js +43 -34
  321. package/es/pages/WorkType/WorkTypeCheckList/index.js.map +1 -1
  322. package/es/pages/WorkType/WorkTypeDetail/index.js +6 -10
  323. package/es/pages/WorkType/WorkTypeDetail/index.js.map +1 -1
  324. package/es/pages/WorkType/data/WorkTypeStore.js +4 -4
  325. package/es/pages/WorkType/data/WorkTypeStore.js.map +1 -1
  326. package/es/pages/WorkType/data/interfaces.d.ts +24 -7
  327. package/es/pages/WorkType/data/types.d.ts +19 -18
  328. package/es/routes.js.map +1 -1
  329. package/package.json +2 -2
  330. package/es/MySpace.d.ts +0 -7
  331. package/es/MySpace.js +0 -14
  332. package/es/MySpace.js.map +0 -1
  333. package/es/data/notification/NotificaitonStore.js.map +0 -1
  334. package/es/modules/notification/NotificationRoutes.d.ts +0 -17
  335. package/es/modules/notification/NotificationRoutes.js +0 -29
  336. package/es/modules/notification/NotificationRoutes.js.map +0 -1
  337. package/es/modules/notification/components/MentionNotificaitonCard/index.d.ts +0 -9
  338. package/es/modules/notification/components/MentionNotificaitonCard/index.js +0 -27
  339. package/es/modules/notification/components/MentionNotificaitonCard/index.js.map +0 -1
  340. package/es/modules/notification/components/MentionNotificaitonCard/index.less +0 -16
  341. package/es/modules/notification/pages/NotificationListView/index.d.ts +0 -6
  342. package/es/modules/notification/pages/NotificationListView/index.js +0 -17
  343. package/es/modules/notification/pages/NotificationListView/index.js.map +0 -1
  344. package/es/pages/Space/components/Documents/index.js +0 -41
  345. package/es/pages/Space/components/Documents/index.js.map +0 -1
  346. package/es/pages/Space/components/Documents/index.less +0 -9
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ declare const WorkStatusFilter: () => JSX.Element;
3
+ export default WorkStatusFilter;
@@ -0,0 +1,21 @@
1
+ import React from "react";
2
+ import { useFilterOptionsContext } from "@voplus/morpho-ui/es/data";
3
+ import { observe } from "@voplus/morpho-ui";
4
+ import classnames from "classnames";
5
+ import { Badge } from "@voplus/antd";
6
+ import { State } from "./state";
7
+ const WorkStatusFilter = () => {
8
+ const context = useFilterOptionsContext();
9
+ const state = context.getFilterState("Status", () => new State());
10
+ return observe(() => (React.createElement("div", null,
11
+ React.createElement("div", { className: "menu-item-title" }, "Status"),
12
+ state.menus.map((item, index) => (React.createElement("div", { key: index, className: classnames("filter-menu-item", {
13
+ bold: state.status.has(item.value),
14
+ }), onClick: () => state.onChangeStatus(item.value) },
15
+ React.createElement("div", { className: "filter-name" },
16
+ React.createElement(Badge, { color: item.color }),
17
+ item.name),
18
+ React.createElement("span", null, item.counts)))))));
19
+ };
20
+ export default WorkStatusFilter;
21
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/controls/filters/WorkStatusFilter/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AACpE,OAAO,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AAC5C,OAAO,UAAU,MAAM,YAAY,CAAC;AACpC,OAAO,EAAE,KAAK,EAAE,MAAM,cAAc,CAAC;AACrC,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAEhC,MAAM,gBAAgB,GAAG,GAAG,EAAE;IAC7B,MAAM,OAAO,GAAG,uBAAuB,EAAE,CAAC;IAE1C,MAAM,KAAK,GAAG,OAAO,CAAC,cAAc,CAAC,QAAQ,EAAE,GAAG,EAAE,CAAC,IAAI,KAAK,EAAE,CAAC,CAAC;IAElE,OAAO,OAAO,CAAC,GAAG,EAAE,CAAC,CACpB;QACC,6BAAK,SAAS,EAAC,iBAAiB,aAAa;QAC5C,KAAK,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,IAAS,EAAE,KAAa,EAAE,EAAE,CAAC,CAC9C,6BACC,GAAG,EAAE,KAAK,EACV,SAAS,EAAE,UAAU,CAAC,kBAAkB,EAAE;gBACzC,IAAI,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,KAAK,CAAC;aAClC,CAAC,EACF,OAAO,EAAE,GAAG,EAAE,CAAC,KAAK,CAAC,cAAc,CAAC,IAAI,CAAC,KAAK,CAAC;YAE/C,6BAAK,SAAS,EAAC,aAAa;gBAC3B,oBAAC,KAAK,IAAC,KAAK,EAAE,IAAI,CAAC,KAAK,GAAI;gBAC3B,IAAI,CAAC,IAAI,CACL;YACN,kCAAO,IAAI,CAAC,MAAM,CAAQ,CACrB,CACN,CAAC,CACG,CACN,CAAC,CAAC;AACJ,CAAC,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
@@ -0,0 +1,17 @@
1
+ import { FilterOption } from "@voplus/morpho-data";
2
+ import { IFilterState } from "@voplus/morpho-ui/es/data/IFilterState";
3
+ export declare class State implements IFilterState {
4
+ /** Status of filter */
5
+ status: Map<string, boolean>;
6
+ constructor();
7
+ /** update status */
8
+ onChangeStatus(value: string): void;
9
+ get menus(): {
10
+ name: string;
11
+ value: string;
12
+ counts: string;
13
+ color: string;
14
+ }[];
15
+ get filters(): FilterOption[];
16
+ reset(): void;
17
+ }
@@ -0,0 +1,49 @@
1
+ import { __decorate } from "tslib";
2
+ import { action, makeObservable, observable } from "mobx";
3
+ export class State {
4
+ constructor() {
5
+ /** Status of filter */
6
+ Object.defineProperty(this, "status", {
7
+ enumerable: true,
8
+ configurable: true,
9
+ writable: true,
10
+ value: new Map()
11
+ });
12
+ makeObservable(this);
13
+ }
14
+ /** update status */
15
+ onChangeStatus(value) {
16
+ this.status.has(value) ? this.status.delete(value) : this.status.set(value, true);
17
+ }
18
+ get menus() {
19
+ return [
20
+ { name: "Draft", value: "Draft", counts: "n", color: "#b5f5ec" },
21
+ { name: "New", value: "New", counts: "n", color: "#91d5ff" },
22
+ { name: "Rejected", value: "Rejected", counts: "n", color: "#f5222d" },
23
+ { name: "Active", value: "Active", counts: "n", color: "#ff85c0" },
24
+ { name: "Closed", value: "Closed", counts: "n", color: "#fa8c16" },
25
+ { name: "Done", value: "Done", counts: "n", color: "#52c41a" },
26
+ ];
27
+ }
28
+ get filters() {
29
+ // if (this.status.size === 0) return [];
30
+ return [
31
+ {
32
+ c: "WorkStatus",
33
+ o: "contains",
34
+ v1: JSON.stringify(Array.from(this.status.keys())),
35
+ l: "And",
36
+ },
37
+ ];
38
+ }
39
+ reset() {
40
+ this.status.clear();
41
+ }
42
+ }
43
+ __decorate([
44
+ observable
45
+ ], State.prototype, "status", void 0);
46
+ __decorate([
47
+ action
48
+ ], State.prototype, "onChangeStatus", null);
49
+ //# sourceMappingURL=state.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"state.js","sourceRoot":"","sources":["../../../../src/controls/filters/WorkStatusFilter/state.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,MAAM,EAAE,cAAc,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAK1D,MAAM,OAAO,KAAK;IAIjB;QAHA,uBAAuB;QACX;;;;mBAAsC,IAAI,GAAG,EAAE;WAAC;QAG3D,cAAc,CAAC,IAAI,CAAC,CAAC;IACtB,CAAC;IAED,oBAAoB;IAEb,cAAc,CAAC,KAAa;QAClC,IAAI,CAAC,MAAM,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,GAAG,CAAC,KAAK,EAAE,IAAI,CAAC,CAAC;IACnF,CAAC;IAED,IAAW,KAAK;QACf,OAAO;YACN,EAAE,IAAI,EAAE,OAAO,EAAE,KAAK,EAAE,OAAO,EAAE,MAAM,EAAE,GAAG,EAAE,KAAK,EAAE,SAAS,EAAE;YAChE,EAAE,IAAI,EAAE,KAAK,EAAE,KAAK,EAAE,KAAK,EAAE,MAAM,EAAE,GAAG,EAAE,KAAK,EAAE,SAAS,EAAE;YAC5D,EAAE,IAAI,EAAE,UAAU,EAAE,KAAK,EAAE,UAAU,EAAE,MAAM,EAAE,GAAG,EAAE,KAAK,EAAE,SAAS,EAAE;YACtE,EAAE,IAAI,EAAE,QAAQ,EAAE,KAAK,EAAE,QAAQ,EAAE,MAAM,EAAE,GAAG,EAAE,KAAK,EAAE,SAAS,EAAE;YACzD,EAAE,IAAI,EAAE,QAAQ,EAAE,KAAK,EAAE,QAAQ,EAAE,MAAM,EAAE,GAAG,EAAE,KAAK,EAAE,SAAS,EAAE;YAC3E,EAAE,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,GAAG,EAAE,KAAK,EAAE,SAAS,EAAE;SAC9D,CAAC;IACH,CAAC;IACD,IAAW,OAAO;QACjB,yCAAyC;QACzC,OAAO;YACN;gBACC,CAAC,EAAE,YAAY;gBACf,CAAC,EAAE,UAAU;gBACb,EAAE,EAAE,IAAI,CAAC,SAAS,CAAC,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,MAAM,CAAC,IAAI,EAAE,CAAC,CAAC;gBAClD,CAAC,EAAE,KAAK;aACQ;SACjB,CAAC;IACH,CAAC;IACM,KAAK;QACX,IAAI,CAAC,MAAM,CAAC,KAAK,EAAE,CAAC;IACrB,CAAC;CACD;AApCY;IAAX,UAAU;qCAAiD;AAQ5D;IADC,MAAM;2CAGN"}
@@ -1,26 +1,26 @@
1
1
  import { ApiEndPoint } from "@voplus/api";
2
2
  import { CountedMap, Store } from "@voplus/morpho-data";
3
- import { INotificaiton, LoadNotificaitonOptions, NotificaitonEditOptions } from ".";
3
+ import { INotification, LoadNotificationOptions, NotificationEditOptions } from ".";
4
4
  import { LoadDocumentListOptions } from "@voplus/morpho-document-core";
5
5
  /** Notificaiton store supply backend functions. */
6
- export declare class NotificaitonStore extends Store {
6
+ export declare class NotificationStore extends Store {
7
7
  readonly endpoint: ApiEndPoint;
8
8
  /** Name of the store */
9
9
  readonly name: string;
10
10
  constructor(endpoint: ApiEndPoint);
11
11
  /** All currently used notificaiton. */
12
- readonly items: CountedMap<string, INotificaiton>;
12
+ readonly items: CountedMap<string, INotification>;
13
13
  /** Load a notificaiton from server.
14
14
  * @param {string} id - id of the notificaiton.
15
- * @param {LoadNotificaitonOptions} options - Optional load options.
15
+ * @param {LoadNotificationOptions} options - Optional load options.
16
16
  */
17
- load(id: string, options: LoadNotificaitonOptions): Promise<INotificaiton>;
17
+ load(id: string, options?: LoadNotificationOptions): Promise<INotification>;
18
18
  /** Load a list of documents from server.
19
19
  * @param {LoadDocumentListOptions}
20
20
  */
21
- loadList(options?: LoadDocumentListOptions): Promise<INotificaiton[]>;
21
+ loadList(options?: LoadDocumentListOptions): Promise<INotification[]>;
22
22
  /** Edit an existing item on server. */
23
- edit(id: string, options: NotificaitonEditOptions): Promise<any>;
23
+ edit(id: string, options: NotificationEditOptions): Promise<any>;
24
24
  }
25
25
  /** React hook to retrieve NotificaitonStore */
26
- export declare const useNotificaitonStore: () => NotificaitonStore;
26
+ export declare const useNotificationStore: () => NotificationStore;
@@ -1,9 +1,9 @@
1
1
  import { RequestBuilder } from "@voplus/api";
2
2
  import { CountedMap, Store, useApplicationContext } from "@voplus/morpho-data";
3
3
  import { observable } from "mobx";
4
- const StoreName = "NotificaitonStore";
4
+ const StoreName = "NotificationStore";
5
5
  /** Notificaiton store supply backend functions. */
6
- export class NotificaitonStore extends Store {
6
+ export class NotificationStore extends Store {
7
7
  constructor(endpoint) {
8
8
  super();
9
9
  Object.defineProperty(this, "endpoint", {
@@ -29,9 +29,10 @@ export class NotificaitonStore extends Store {
29
29
  }
30
30
  /** Load a notificaiton from server.
31
31
  * @param {string} id - id of the notificaiton.
32
- * @param {LoadNotificaitonOptions} options - Optional load options.
32
+ * @param {LoadNotificationOptions} options - Optional load options.
33
33
  */
34
34
  async load(id, options) {
35
+ options = options !== null && options !== void 0 ? options : {};
35
36
  let query = "";
36
37
  if (options.includes)
37
38
  query = query.concat(`includes=${options.includes}`);
@@ -57,16 +58,18 @@ export class NotificaitonStore extends Store {
57
58
  async edit(id, options) {
58
59
  return this.action(async () => {
59
60
  const r = await this.endpoint.post(`/api/myspace/notifications/${id}`, new RequestBuilder().json(options.data));
60
- return await r.json();
61
+ const t = (await r.json());
62
+ this.items.overwrite(t.id, t);
63
+ return t;
61
64
  }, options);
62
65
  }
63
66
  }
64
67
  /** React hook to retrieve NotificaitonStore */
65
- export const useNotificaitonStore = () => {
68
+ export const useNotificationStore = () => {
66
69
  const context = useApplicationContext();
67
70
  if (!context.getService(StoreName)) {
68
- context.registerService(new NotificaitonStore(context.api.currentEndPoint));
71
+ context.registerService(new NotificationStore(context.api.currentEndPoint));
69
72
  }
70
73
  return context.getService(StoreName);
71
74
  };
72
- //# sourceMappingURL=NotificaitonStore.js.map
75
+ //# sourceMappingURL=NotificationStore.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NotificationStore.js","sourceRoot":"","sources":["../../../src/data/notification/NotificationStore.ts"],"names":[],"mappings":"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"}
@@ -1,5 +1,5 @@
1
- import { LoadDocumentListOptions } from "@voplus/morpho-document-core";
2
- import { INotificaiton, LoadNotificaitonOptions } from ".";
1
+ import { INotification, LoadNotificationOptions } from ".";
3
2
  import { ListDataContextState } from "@voplus/morpho-ui/es/data";
4
- export declare const useNotificaiton: (id: string, options?: LoadNotificaitonOptions | undefined) => INotificaiton;
5
- export declare const useNotificaitonListEffect: (list: ListDataContextState<INotificaiton> | null, effect: (list: any[]) => void, options?: LoadDocumentListOptions | undefined) => void;
3
+ import { LoadDocumentListOptions } from "@voplus/morpho-document-core";
4
+ export declare const useNotification: (id: string, options?: LoadNotificationOptions | undefined) => INotification;
5
+ export declare const useNotificationListEffect: (list: ListDataContextState<INotification> | null, effect: (list: INotification[], total?: number | undefined) => void, options?: LoadDocumentListOptions | undefined) => void;
@@ -1,15 +1,15 @@
1
- import { useDocumentListLoaderEffect } from "@voplus/morpho-document-core";
2
- import { useNotificaitonStore } from ".";
1
+ import { useNotificationStore } from ".";
2
+ import { useListLoaderEffect } from "@voplus/morpho-ui/es/hooks";
3
3
  import { useLoadCountedMapItem } from "@voplus/morpho-data";
4
- export const useNotificaiton = (id, options) => {
4
+ export const useNotification = (id, options) => {
5
5
  options = options ? options : {};
6
- const store = useNotificaitonStore();
6
+ const store = useNotificationStore();
7
7
  return useLoadCountedMapItem(id, store.items, () => store.load(id, options), options);
8
8
  };
9
- export const useNotificaitonListEffect = (list, effect, options) => {
9
+ export const useNotificationListEffect = (list, effect, options) => {
10
10
  const deps = options ? options : {};
11
- const notificaiton = useNotificaitonStore();
12
- // Call useDocumentListEffect and ensure won't load twice for same loading options.
13
- return useDocumentListLoaderEffect(list, effect, () => notificaiton.loadList(options), [deps]);
11
+ const store = useNotificationStore();
12
+ // Call useListLoaderEffect and ensure won't load twice for same loading options.
13
+ return useListLoaderEffect(list, store.items, effect, () => store.loadList(options), [deps]);
14
14
  };
15
15
  //# sourceMappingURL=hooks.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"hooks.js","sourceRoot":"","sources":["../../../src/data/notification/hooks.ts"],"names":[],"mappings":"AAAA,OAAO,EAA2B,2BAA2B,EAAE,MAAM,8BAA8B,CAAC;AAEpG,OAAO,EAA0C,oBAAoB,EAAE,MAAM,GAAG,CAAC;AAEjF,OAAO,EAAE,qBAAqB,EAAE,MAAM,qBAAqB,CAAC;AAE5D,MAAM,CAAC,MAAM,eAAe,GAAG,CAAC,EAAU,EAAE,OAAiC,EAAE,EAAE;IAChF,OAAO,GAAG,OAAO,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAE,EAA8B,CAAC;IAC9D,MAAM,KAAK,GAAG,oBAAoB,EAAE,CAAC;IAErC,OAAO,qBAAqB,CAAC,EAAE,EAAE,KAAK,CAAC,KAAK,EAAE,GAAG,EAAE,CAAC,KAAK,CAAC,IAAI,CAAC,EAAE,EAAE,OAAQ,CAAC,EAAE,OAAO,CAAC,CAAC;AACxF,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,yBAAyB,GAAG,CACxC,IAAgD,EAChD,MAA6B,EAC7B,OAAiC,EAChC,EAAE;IACH,MAAM,IAAI,GAAG,OAAO,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAE,EAA8B,CAAC;IAEjE,MAAM,YAAY,GAAG,oBAAoB,EAAE,CAAC;IAE5C,mFAAmF;IACnF,OAAO,2BAA2B,CAAC,IAAI,EAAE,MAAM,EAAE,GAAG,EAAE,CAAC,YAAY,CAAC,QAAQ,CAAC,OAAO,CAAC,EAAE,CAAC,IAAI,CAAC,CAAC,CAAC;AAChG,CAAC,CAAC"}
1
+ {"version":3,"file":"hooks.js","sourceRoot":"","sources":["../../../src/data/notification/hooks.ts"],"names":[],"mappings":"AAAA,OAAO,EAA0C,oBAAoB,EAAE,MAAM,GAAG,CAAC;AAIjF,OAAO,EAAE,mBAAmB,EAAE,MAAM,4BAA4B,CAAC;AACjE,OAAO,EAAE,qBAAqB,EAAE,MAAM,qBAAqB,CAAC;AAE5D,MAAM,CAAC,MAAM,eAAe,GAAG,CAAC,EAAU,EAAE,OAAiC,EAAE,EAAE;IAChF,OAAO,GAAG,OAAO,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAE,EAA8B,CAAC;IAC9D,MAAM,KAAK,GAAG,oBAAoB,EAAE,CAAC;IAErC,OAAO,qBAAqB,CAAC,EAAE,EAAE,KAAK,CAAC,KAAK,EAAE,GAAG,EAAE,CAAC,KAAK,CAAC,IAAI,CAAC,EAAE,EAAE,OAAQ,CAAC,EAAE,OAAO,CAAC,CAAC;AACxF,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,yBAAyB,GAAG,CACxC,IAAgD,EAChD,MAAsD,EACtD,OAAiC,EAChC,EAAE;IACH,MAAM,IAAI,GAAG,OAAO,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAE,EAA8B,CAAC;IAEjE,MAAM,KAAK,GAAG,oBAAoB,EAAE,CAAC;IAErC,iFAAiF;IACjF,OAAO,mBAAmB,CAAC,IAAI,EAAE,KAAK,CAAC,KAAK,EAAE,MAAM,EAAE,GAAG,EAAE,CAAC,KAAK,CAAC,QAAQ,CAAC,OAAO,CAAC,EAAE,CAAC,IAAI,CAAC,CAAC,CAAC;AAC9F,CAAC,CAAC"}
@@ -1,4 +1,4 @@
1
1
  export * from "./interfaces";
2
2
  export * from "./types";
3
- export * from "./NotificaitonStore";
3
+ export * from "./NotificationStore";
4
4
  export * from "./hooks";
@@ -1,5 +1,5 @@
1
1
  export * from "./interfaces";
2
2
  export * from "./types";
3
- export * from "./NotificaitonStore";
3
+ export * from "./NotificationStore";
4
4
  export * from "./hooks";
5
5
  //# sourceMappingURL=index.js.map
@@ -1,11 +1,13 @@
1
1
  import { ILoadable } from "@voplus/morpho-data";
2
- export interface INotificaiton extends ILoadable {
2
+ export declare type NotificationStatus = "Unread" | "Read" | "Later" | "Dismissed";
3
+ export interface INotification extends ILoadable {
3
4
  id: string;
4
5
  type: string;
5
- status: "Read" | "Later" | "Dismissed";
6
+ status: NotificationStatus;
6
7
  dismissDate?: Date;
8
+ createDate: Date;
7
9
  }
8
- export interface IMentionedNotification extends INotificaiton {
10
+ export interface IMentionedNotification extends INotification {
9
11
  content: {
10
12
  content: string;
11
13
  documentId: string;
@@ -1,13 +1,13 @@
1
+ import { INotification, NotificationStatus } from ".";
1
2
  import { LoadOptions, StoreActionOptions } from "@voplus/morpho-data";
2
- import { INotificaiton } from ".";
3
3
  /** Custom load contact options type */
4
- export declare type LoadNotificaitonOptions = {
4
+ export declare type LoadNotificationOptions = {
5
5
  /** Comma separated include options e.g. path */
6
6
  includes?: string;
7
- } & LoadOptions<INotificaiton>;
8
- export declare type NotificaitonEditDataOptions = {
9
- status?: "new" | "read" | "later" | "dismissed";
7
+ } & LoadOptions<INotification>;
8
+ export declare type NotificationEditDataOptions = {
9
+ status?: NotificationStatus;
10
10
  };
11
- export declare type NotificaitonEditOptions = {
12
- data: NotificaitonEditDataOptions;
11
+ export declare type NotificationEditOptions = {
12
+ data: NotificationEditDataOptions;
13
13
  } & StoreActionOptions;
@@ -0,0 +1,10 @@
1
+ import { DocumentStore, DocumentTypeStore, LoadDocumentListOptions, LoadDocumentOptions } from "@voplus/morpho-document-core";
2
+ import { CreateWorkOptions, IWork, IWorkEditOptions } from "./interfaces";
3
+ import { ApiEndPoint } from "@voplus/api";
4
+ export declare class WorkStore extends DocumentTypeStore<IWork, LoadDocumentOptions, LoadDocumentListOptions, CreateWorkOptions, IWorkEditOptions, any> {
5
+ /** Name of the store */
6
+ readonly name: string;
7
+ constructor(endpoint: ApiEndPoint, documents: DocumentStore);
8
+ }
9
+ /** 响应钩子检索 PageStore */
10
+ export declare const useWorkStore: () => WorkStore;
@@ -0,0 +1,21 @@
1
+ import { DocumentTypeStore, useDocumentStore, } from "@voplus/morpho-document-core";
2
+ import { useService } from "@voplus/morpho-data";
3
+ const StoreName = "WorkStore";
4
+ export class WorkStore extends DocumentTypeStore {
5
+ constructor(endpoint, documents) {
6
+ super(endpoint, "/api/works", documents);
7
+ /** Name of the store */
8
+ Object.defineProperty(this, "name", {
9
+ enumerable: true,
10
+ configurable: true,
11
+ writable: true,
12
+ value: StoreName
13
+ });
14
+ }
15
+ }
16
+ /** 响应钩子检索 PageStore */
17
+ export const useWorkStore = () => {
18
+ const documents = useDocumentStore();
19
+ return useService(StoreName, (context) => new WorkStore(context.api.currentEndPoint, documents));
20
+ };
21
+ //# sourceMappingURL=WorkStore.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WorkStore.js","sourceRoot":"","sources":["../../../src/data/work/WorkStore.ts"],"names":[],"mappings":"AAAA,OAAO,EAGN,iBAAiB,EAIjB,gBAAgB,GAChB,MAAM,8BAA8B,CAAC;AAItC,OAAO,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAEjD,MAAM,SAAS,GAAG,WAAW,CAAC;AAE9B,MAAM,OAAO,SAAU,SAAQ,iBAO9B;IAIA,YAAmB,QAAqB,EAAE,SAAwB;QACjE,KAAK,CAAC,QAAQ,EAAE,YAAY,EAAE,SAAS,CAAC,CAAC;QAJ1C,wBAAwB;QACxB;;;;mBAA+B,SAAS;WAAC;IAIzC,CAAC;CACD;AAED,uBAAuB;AACvB,MAAM,CAAC,MAAM,YAAY,GAAG,GAAG,EAAE;IAChC,MAAM,SAAS,GAAG,gBAAgB,EAAE,CAAC;IACrC,OAAO,UAAU,CAChB,SAAS,EACT,CAAC,OAAO,EAAE,EAAE,CAAC,IAAI,SAAS,CAAC,OAAO,CAAC,GAAG,CAAC,eAAe,EAAE,SAAS,CAAC,CAClE,CAAC;AACH,CAAC,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { IWork } from ".";
2
+ import { LoadDocumentListOptions, LoadDocumentOptions } from "@voplus/morpho-document-core";
3
+ import { ListDataContextState } from "@voplus/morpho-ui/es/data";
4
+ export declare const useWork: (id: string, options?: LoadDocumentOptions | undefined) => IWork;
5
+ /** React hook to retrieve a list of works
6
+ * @param effect - Effect callback to be ran after successful retrieved the list.
7
+ * @param options - Optional work list loading options.
8
+ */
9
+ export declare const useWorkListEffect: (list: ListDataContextState<IWork> | null, effect: (list: IWork[], total: number) => void, options?: LoadDocumentListOptions | undefined) => void;
@@ -0,0 +1,20 @@
1
+ import { useWorkStore } from ".";
2
+ import { useDocumentListLoaderEffect, useDocumentStore, } from "@voplus/morpho-document-core";
3
+ import { useLoadCountedMapItem } from "@voplus/morpho-data";
4
+ export const useWork = (id, options) => {
5
+ options = options ? options : {};
6
+ const store = useWorkStore();
7
+ const documents = useDocumentStore();
8
+ return useLoadCountedMapItem(id, documents.items, () => store.load(id, options), options);
9
+ };
10
+ /** React hook to retrieve a list of works
11
+ * @param effect - Effect callback to be ran after successful retrieved the list.
12
+ * @param options - Optional work list loading options.
13
+ */
14
+ export const useWorkListEffect = (list, effect, options) => {
15
+ const deps = options ? options : {};
16
+ const works = useWorkStore();
17
+ // Call useDocumentListEffect and ensure won't load twice for same loading options.
18
+ return useDocumentListLoaderEffect(list, effect, () => works.loadList(options), [deps]);
19
+ };
20
+ //# sourceMappingURL=hook.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"hook.js","sourceRoot":"","sources":["../../../src/data/work/hook.ts"],"names":[],"mappings":"AAAA,OAAO,EAAS,YAAY,EAAE,MAAM,GAAG,CAAC;AACxC,OAAO,EAGN,2BAA2B,EAC3B,gBAAgB,GAChB,MAAM,8BAA8B,CAAC;AAGtC,OAAO,EAAE,qBAAqB,EAAE,MAAM,qBAAqB,CAAC;AAE5D,MAAM,CAAC,MAAM,OAAO,GAAG,CAAC,EAAU,EAAE,OAA6B,EAAE,EAAE;IACpE,OAAO,GAAG,OAAO,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAE,EAA0B,CAAC;IAC1D,MAAM,KAAK,GAAG,YAAY,EAAE,CAAC;IAC7B,MAAM,SAAS,GAAG,gBAAgB,EAAE,CAAC;IAErC,OAAO,qBAAqB,CAC3B,EAAE,EACF,SAAS,CAAC,KAAK,EACf,GAAG,EAAE,CAAC,KAAK,CAAC,IAAI,CAAC,EAAE,EAAE,OAAQ,CAAC,EAC9B,OAAO,CACE,CAAC;AACZ,CAAC,CAAC;AAIF;;;GAGG;AACH,MAAM,CAAC,MAAM,iBAAiB,GAAG,CAChC,IAAwC,EACxC,MAA8C,EAC9C,OAAiC,EAChC,EAAE;IACH,MAAM,IAAI,GAAG,OAAO,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAE,EAA8B,CAAC;IACjE,MAAM,KAAK,GAAG,YAAY,EAAE,CAAC;IAE7B,mFAAmF;IACnF,OAAO,2BAA2B,CAAC,IAAI,EAAE,MAAM,EAAE,GAAG,EAAE,CAAC,KAAK,CAAC,QAAQ,CAAC,OAAO,CAAC,EAAE,CAAC,IAAI,CAAC,CAAC,CAAC;AACzF,CAAC,CAAC"}
@@ -0,0 +1,3 @@
1
+ export * from "./WorkStore";
2
+ export * from "./hook";
3
+ export * from "./interfaces";
@@ -0,0 +1,4 @@
1
+ export * from "./WorkStore";
2
+ export * from "./hook";
3
+ export * from "./interfaces";
4
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/data/work/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,cAAc,QAAQ,CAAC;AACvB,cAAc,cAAc,CAAC"}
@@ -0,0 +1,37 @@
1
+ import { EditDocumentDataOptions, IDocument } from "@voplus/morpho-document-core";
2
+ import { ICheckListItem } from "../worktype";
3
+ export declare type WorkStatus = "Draft" | "New" | "Rejected" | "Active" | "Closed" | "Done";
4
+ export interface IWork extends IDocument {
5
+ /** due data of the work. */
6
+ due?: Date;
7
+ /** checklist of the work. */
8
+ checkList: ICheckListItem[];
9
+ /** no of the work. */
10
+ no?: string;
11
+ number?: string;
12
+ /** folder of the work. */
13
+ folder?: {
14
+ id: string;
15
+ name: string;
16
+ };
17
+ /** owner of the work. */
18
+ owner?: {
19
+ id: string;
20
+ name: string;
21
+ };
22
+ WorkStatus?: WorkStatus;
23
+ }
24
+ /** Custom create work options type. Use TitleCase to fit server need.
25
+ * 新建work必须属于work type request 人员(需要work type 设定requester)
26
+ */
27
+ export declare type CreateWorkOptions = {
28
+ WorkTypeId: string;
29
+ Name: string;
30
+ };
31
+ export interface IWorkEditOptions extends EditDocumentDataOptions {
32
+ /** New checklist of the work. */
33
+ CheckList?: {
34
+ Checked: boolean;
35
+ Item: string;
36
+ }[];
37
+ }
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=interfaces.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"interfaces.js","sourceRoot":"","sources":["../../../src/data/work/interfaces.ts"],"names":[],"mappings":""}
@@ -0,0 +1,37 @@
1
+ import { ApiEndPoint } from "@voplus/api";
2
+ import { CountedMap, Store } from "@voplus/morpho-data";
3
+ import { CreateWorkErrorOptions, EditWorkErrorOptions, IWorkError, LoadWorkErrorOptions } from ".";
4
+ import { LoadDocumentListOptions } from "@voplus/morpho-document-core";
5
+ export declare class WorkErrorStore extends Store {
6
+ readonly endpoint: ApiEndPoint;
7
+ /** Name of the store */
8
+ readonly name: string;
9
+ /** workerror created event dispatcher */
10
+ private readonly _workerrorCreated;
11
+ private readonly _workerrorDeleted;
12
+ /** Event fires when a new workerror has been created. */
13
+ get WorkErrorCreatedEvent(): import("strongly-typed-events").IEvent<WorkErrorStore, IWorkError>;
14
+ /** Event fires when a delete workerror has been deleted. */
15
+ get WorkErrorDeletedEvent(): import("strongly-typed-events").IEvent<WorkErrorStore, IWorkError>;
16
+ constructor(endpoint: ApiEndPoint);
17
+ /** All currently used work error. */
18
+ readonly items: CountedMap<string, IWorkError>;
19
+ /** Load a work error error from server.
20
+ * @param {string} id - id of the work error.
21
+ * @param {LoadWorkErrorOptions} options - Optional load options.
22
+ */
23
+ load(id: string, options?: LoadWorkErrorOptions): Promise<IWorkError>;
24
+ /** Load a list of work error from server.
25
+ * @param {LoadDocumentListOptions}
26
+ */
27
+ loadList(options?: LoadDocumentListOptions): Promise<IWorkError[]>;
28
+ /** Create a new work error. */
29
+ create(options: CreateWorkErrorOptions): Promise<IWorkError>;
30
+ /** Edit an existing item on server. */
31
+ edit(id: string, options: EditWorkErrorOptions): Promise<any>;
32
+ delete(ids: string[], options: {
33
+ DeleteChilds?: boolean;
34
+ }): Promise<IWorkError[]>;
35
+ }
36
+ /** 响应钩子检索 PageStore */
37
+ export declare const useWorkErrorStore: () => WorkErrorStore;
@@ -0,0 +1,117 @@
1
+ import { RequestBuilder } from "@voplus/api";
2
+ import { CountedMap, Store, useApplicationContext } from "@voplus/morpho-data";
3
+ import { EventDispatcher } from "strongly-typed-events";
4
+ import { observable } from "mobx";
5
+ const StoreName = "WorkErrorStore";
6
+ export class WorkErrorStore extends Store {
7
+ constructor(endpoint) {
8
+ super();
9
+ Object.defineProperty(this, "endpoint", {
10
+ enumerable: true,
11
+ configurable: true,
12
+ writable: true,
13
+ value: endpoint
14
+ });
15
+ /** Name of the store */
16
+ Object.defineProperty(this, "name", {
17
+ enumerable: true,
18
+ configurable: true,
19
+ writable: true,
20
+ value: StoreName
21
+ });
22
+ /** workerror created event dispatcher */
23
+ Object.defineProperty(this, "_workerrorCreated", {
24
+ enumerable: true,
25
+ configurable: true,
26
+ writable: true,
27
+ value: new EventDispatcher()
28
+ });
29
+ Object.defineProperty(this, "_workerrorDeleted", {
30
+ enumerable: true,
31
+ configurable: true,
32
+ writable: true,
33
+ value: new EventDispatcher()
34
+ });
35
+ /** All currently used work error. */
36
+ Object.defineProperty(this, "items", {
37
+ enumerable: true,
38
+ configurable: true,
39
+ writable: true,
40
+ value: new CountedMap((key) => ({ id: key, loaded: false }), observable.map([], { deep: true }))
41
+ });
42
+ }
43
+ /** Event fires when a new workerror has been created. */
44
+ get WorkErrorCreatedEvent() {
45
+ return this._workerrorCreated.asEvent();
46
+ }
47
+ /** Event fires when a delete workerror has been deleted. */
48
+ get WorkErrorDeletedEvent() {
49
+ return this._workerrorDeleted.asEvent();
50
+ }
51
+ /** Load a work error error from server.
52
+ * @param {string} id - id of the work error.
53
+ * @param {LoadWorkErrorOptions} options - Optional load options.
54
+ */
55
+ async load(id, options) {
56
+ options = options !== null && options !== void 0 ? options : {};
57
+ let query = "";
58
+ if (options.includes)
59
+ query = query.concat(`includes=${options.includes}`);
60
+ if (query)
61
+ query = "?".concat(query);
62
+ const r = await this.endpoint.get(`/api/work-errors/${id}${query}`);
63
+ return await r.json();
64
+ }
65
+ /** Load a list of work error from server.
66
+ * @param {LoadDocumentListOptions}
67
+ */
68
+ async loadList(options) {
69
+ let query = "";
70
+ if (options === null || options === void 0 ? void 0 : options.Includes) {
71
+ query = query.concat(`includes=${options.Includes}`);
72
+ }
73
+ if (query)
74
+ query = "?".concat(query);
75
+ const r = await this.endpoint.post(`/api/work-errors${query}`, new RequestBuilder().json(options ? options : { Filters: [] }));
76
+ return (await r.json());
77
+ }
78
+ /** Create a new work error. */
79
+ async create(options) {
80
+ return await this.action(async () => {
81
+ const r = await this.endpoint.post(`/api/work-errors/create`, new RequestBuilder().json(options.data));
82
+ const t = (await r.json());
83
+ this._workerrorCreated.dispatch(this, t);
84
+ return t;
85
+ }, options);
86
+ }
87
+ /** Edit an existing item on server. */
88
+ async edit(id, options) {
89
+ return this.action(async () => {
90
+ const r = await this.endpoint.post(`/api/work-errors/${id}`, new RequestBuilder().json(options.data));
91
+ const t = (await r.json());
92
+ this.items.overwrite(t.id, t);
93
+ return t;
94
+ }, options);
95
+ }
96
+ async delete(ids, options) {
97
+ await this.endpoint.delete(`/api/work-errors/delete`, new RequestBuilder().json({ Ids: ids, Options: options }));
98
+ const deleted = [];
99
+ for (const id of ids) {
100
+ const item = this.items.peek(id);
101
+ if (item) {
102
+ deleted.push(item);
103
+ this._workerrorDeleted.dispatch(this, item);
104
+ }
105
+ }
106
+ return deleted;
107
+ }
108
+ }
109
+ /** 响应钩子检索 PageStore */
110
+ export const useWorkErrorStore = () => {
111
+ const context = useApplicationContext();
112
+ if (!context.getService(StoreName)) {
113
+ context.registerService(new WorkErrorStore(context.api.currentEndPoint));
114
+ }
115
+ return context.getService(StoreName);
116
+ };
117
+ //# sourceMappingURL=WorkErrorStore.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WorkErrorStore.js","sourceRoot":"","sources":["../../../src/data/workerror/WorkErrorStore.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,9 @@
1
+ import { IWorkError, LoadWorkErrorOptions } from ".";
2
+ import { ListDataContextState } from "@voplus/morpho-ui/es/data";
3
+ import { LoadDocumentListOptions } from "@voplus/morpho-document-core";
4
+ export declare const useWorkError: (id: string, options?: LoadWorkErrorOptions | undefined) => IWorkError;
5
+ /** React hook to retrieve a list of work error
6
+ * @param effect - Effect callback to be ran after successful retrieved the list.
7
+ * @param options - Optional work error list loading options.
8
+ */
9
+ export declare const useWorkErrorListEffect: (list: ListDataContextState<IWorkError> | null, effect: (list: IWorkError[], total: number) => void, options?: LoadDocumentListOptions | undefined) => void;
@@ -0,0 +1,19 @@
1
+ import { useWorkErrorStore } from ".";
2
+ import { useListLoaderEffect } from "@voplus/morpho-ui/es/hooks";
3
+ import { useLoadCountedMapItem } from "@voplus/morpho-data";
4
+ export const useWorkError = (id, options) => {
5
+ options = options ? options : {};
6
+ const store = useWorkErrorStore();
7
+ return useLoadCountedMapItem(id, store.items, () => store.load(id, options), options);
8
+ };
9
+ /** React hook to retrieve a list of work error
10
+ * @param effect - Effect callback to be ran after successful retrieved the list.
11
+ * @param options - Optional work error list loading options.
12
+ */
13
+ export const useWorkErrorListEffect = (list, effect, options) => {
14
+ const deps = options ? options : {};
15
+ const store = useWorkErrorStore();
16
+ // Call useListLoaderEffect and ensure won't load twice for same loading options.
17
+ return useListLoaderEffect(list, store.items, effect, () => store.loadList(options), [deps]);
18
+ };
19
+ //# sourceMappingURL=hook.js.map