@voplus/morpho-workspace 2.0.12 → 4.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (825) hide show
  1. package/es/Modules.d.ts +6 -6
  2. package/es/Modules.js +34 -34
  3. package/es/WorkSpaceUIService.d.ts +7 -7
  4. package/es/WorkSpaceUIService.js +8 -8
  5. package/es/components/AssignPeople/index.d.ts +3 -3
  6. package/es/components/AssignPeople/index.js +23 -23
  7. package/es/components/TeamTaskList/index.d.ts +8 -8
  8. package/es/components/TeamTaskList/index.js +185 -185
  9. package/es/components/TimeLog/index.d.ts +5 -5
  10. package/es/components/TimeLog/index.js +73 -73
  11. package/es/components/TimeLog/index.less +86 -86
  12. package/es/controls/AssignButton/index.d.ts +9 -9
  13. package/es/controls/AssignButton/index.js +18 -18
  14. package/es/controls/Corner/index.d.ts +9 -9
  15. package/es/controls/Corner/index.js +9 -9
  16. package/es/controls/Corner/index.less +7 -7
  17. package/es/controls/FolderEdit/index.d.ts +8 -8
  18. package/es/controls/FolderEdit/index.js +13 -13
  19. package/es/controls/FolderEdit/index.less +39 -39
  20. package/es/controls/InlineSearch/index.d.ts +6 -6
  21. package/es/controls/InlineSearch/index.js +41 -41
  22. package/es/controls/InlineSearch/index.less +10 -10
  23. package/es/controls/MoreOperateDropdown/index.d.ts +29 -29
  24. package/es/controls/MoreOperateDropdown/index.js +89 -89
  25. package/es/controls/MoreOperateDropdown/index.less +12 -12
  26. package/es/controls/StickyAddButton/index.d.ts +10 -10
  27. package/es/controls/StickyAddButton/index.js +13 -13
  28. package/es/controls/StickyAddButton/index.less +22 -22
  29. package/es/controls/filters/AssigneeViewFilter/index.d.ts +4 -4
  30. package/es/controls/filters/AssigneeViewFilter/index.js +47 -47
  31. package/es/controls/filters/AssigneeViewFilter/index.less +24 -24
  32. package/es/controls/filters/AssigneeViewFilter/state.d.ts +13 -13
  33. package/es/controls/filters/AssigneeViewFilter/state.js +43 -43
  34. package/es/controls/filters/DueDateFilter/index.d.ts +3 -3
  35. package/es/controls/filters/DueDateFilter/index.js +21 -21
  36. package/es/controls/filters/DueDateFilter/state.d.ts +11 -11
  37. package/es/controls/filters/DueDateFilter/state.js +38 -38
  38. package/es/controls/filters/EventsFilter/index.d.ts +5 -5
  39. package/es/controls/filters/EventsFilter/index.js +30 -30
  40. package/es/controls/filters/EventsFilter/state.d.ts +19 -19
  41. package/es/controls/filters/EventsFilter/state.js +55 -55
  42. package/es/controls/filters/MemberTaskDueDateFilter/index.d.ts +6 -6
  43. package/es/controls/filters/MemberTaskDueDateFilter/index.js +27 -27
  44. package/es/controls/filters/MemberTaskDueDateFilter/state.d.ts +37 -37
  45. package/es/controls/filters/MemberTaskDueDateFilter/state.js +78 -78
  46. package/es/controls/filters/StartDateFilter/index.d.ts +10 -10
  47. package/es/controls/filters/StartDateFilter/index.js +24 -24
  48. package/es/controls/filters/StartDateFilter/state.d.ts +11 -11
  49. package/es/controls/filters/StartDateFilter/state.js +38 -38
  50. package/es/controls/filters/TaskFilter/index.d.ts +5 -5
  51. package/es/controls/filters/TaskFilter/index.js +20 -20
  52. package/es/controls/filters/TaskFilter/state.d.ts +17 -17
  53. package/es/controls/filters/TaskFilter/state.js +55 -55
  54. package/es/controls/filters/TaskStatusFilter/index.d.ts +6 -6
  55. package/es/controls/filters/TaskStatusFilter/index.js +27 -27
  56. package/es/controls/filters/TaskStatusFilter/state.d.ts +19 -19
  57. package/es/controls/filters/TaskStatusFilter/state.js +58 -58
  58. package/es/controls/filters/WorkStatusFilter/index.d.ts +5 -5
  59. package/es/controls/filters/WorkStatusFilter/index.js +28 -28
  60. package/es/controls/filters/WorkStatusFilter/state.d.ts +19 -19
  61. package/es/controls/filters/WorkStatusFilter/state.js +58 -58
  62. package/es/controls/filters/WorkTypeStatusFilter/index.d.ts +3 -3
  63. package/es/controls/filters/WorkTypeStatusFilter/index.js +22 -22
  64. package/es/controls/filters/WorkTypeStatusFilter/state.d.ts +18 -18
  65. package/es/controls/filters/WorkTypeStatusFilter/state.js +44 -44
  66. package/es/controls/filters/WorkTypesFilter/index.d.ts +7 -7
  67. package/es/controls/filters/WorkTypesFilter/index.js +29 -29
  68. package/es/controls/filters/WorkTypesFilter/state.d.ts +16 -16
  69. package/es/controls/filters/WorkTypesFilter/state.js +70 -70
  70. package/es/controls/filters/index.d.ts +8 -8
  71. package/es/controls/filters/index.js +8 -8
  72. package/es/data/board/BoardColumnStore.d.ts +11 -11
  73. package/es/data/board/BoardColumnStore.js +21 -21
  74. package/es/data/board/BoardStore.d.ts +11 -11
  75. package/es/data/board/BoardStore.js +21 -21
  76. package/es/data/board/contexts/BoardListContextState/index.d.ts +17 -17
  77. package/es/data/board/contexts/BoardListContextState/index.js +38 -38
  78. package/es/data/board/hooks.d.ts +22 -22
  79. package/es/data/board/hooks.js +44 -44
  80. package/es/data/board/index.d.ts +6 -6
  81. package/es/data/board/index.js +6 -6
  82. package/es/data/board/interfaces.d.ts +31 -31
  83. package/es/data/board/interfaces.js +1 -1
  84. package/es/data/board/metas.d.ts +13 -13
  85. package/es/data/board/metas.js +26 -26
  86. package/es/data/board/mock.d.ts +3 -3
  87. package/es/data/board/mock.js +57 -57
  88. package/es/data/board/types.d.ts +27 -27
  89. package/es/data/board/types.js +1 -1
  90. package/es/data/calendar/CalendarStore.d.ts +48 -48
  91. package/es/data/calendar/CalendarStore.js +88 -88
  92. package/es/data/calendar/hooks.d.ts +13 -13
  93. package/es/data/calendar/hooks.js +24 -24
  94. package/es/data/calendar/index.d.ts +3 -3
  95. package/es/data/calendar/index.js +3 -3
  96. package/es/data/calendar/interfaces.d.ts +16 -16
  97. package/es/data/calendar/interfaces.js +1 -1
  98. package/es/data/calendar/mock.d.ts +2 -2
  99. package/es/data/calendar/mock.js +25 -25
  100. package/es/data/contexts/StoreContext/index.d.ts +3 -3
  101. package/es/data/contexts/StoreContext/index.js +3 -3
  102. package/es/data/meeting/AgendaStore.d.ts +12 -12
  103. package/es/data/meeting/AgendaStore.js +21 -21
  104. package/es/data/meeting/MeetingStore.d.ts +15 -15
  105. package/es/data/meeting/MeetingStore.js +37 -37
  106. package/es/data/meeting/hooks.d.ts +25 -25
  107. package/es/data/meeting/hooks.js +48 -48
  108. package/es/data/meeting/index.d.ts +5 -5
  109. package/es/data/meeting/index.js +5 -5
  110. package/es/data/meeting/interfaces.d.ts +37 -37
  111. package/es/data/meeting/interfaces.js +1 -1
  112. package/es/data/meeting/metas.d.ts +24 -24
  113. package/es/data/meeting/metas.js +59 -59
  114. package/es/data/meeting/types.d.ts +27 -27
  115. package/es/data/meeting/types.js +1 -1
  116. package/es/data/notification/NotificationStore.d.ts +26 -26
  117. package/es/data/notification/NotificationStore.js +74 -74
  118. package/es/data/notification/hooks.d.ts +5 -5
  119. package/es/data/notification/hooks.js +14 -14
  120. package/es/data/notification/index.d.ts +4 -4
  121. package/es/data/notification/index.js +4 -4
  122. package/es/data/notification/interfaces.d.ts +16 -16
  123. package/es/data/notification/interfaces.js +1 -1
  124. package/es/data/notification/types.d.ts +13 -13
  125. package/es/data/notification/types.js +1 -1
  126. package/es/data/reports/useEstimatedTimeEffect.d.ts +13 -13
  127. package/es/data/reports/useEstimatedTimeEffect.js +15 -15
  128. package/es/data/reports/useTaskSummaryEffect.d.ts +12 -12
  129. package/es/data/reports/useTaskSummaryEffect.js +25 -25
  130. package/es/data/task/metas.d.ts +15 -15
  131. package/es/data/task/metas.js +36 -36
  132. package/es/data/work/WorkStore.d.ts +23 -23
  133. package/es/data/work/WorkStore.js +57 -57
  134. package/es/data/work/hook.d.ts +9 -9
  135. package/es/data/work/hook.js +19 -19
  136. package/es/data/work/index.d.ts +3 -3
  137. package/es/data/work/index.js +3 -3
  138. package/es/data/work/interfaces.d.ts +68 -68
  139. package/es/data/work/interfaces.js +1 -1
  140. package/es/data/work/metas.d.ts +16 -16
  141. package/es/data/work/metas.js +41 -41
  142. package/es/data/work-schedule/WorkScheduleStore.d.ts +34 -34
  143. package/es/data/work-schedule/WorkScheduleStore.js +123 -123
  144. package/es/data/work-schedule/hooks.d.ts +10 -10
  145. package/es/data/work-schedule/hooks.js +18 -18
  146. package/es/data/work-schedule/index.d.ts +4 -4
  147. package/es/data/work-schedule/index.js +4 -4
  148. package/es/data/work-schedule/interfaces.d.ts +21 -21
  149. package/es/data/work-schedule/interfaces.js +1 -1
  150. package/es/data/work-schedule/metas.d.ts +9 -9
  151. package/es/data/work-schedule/metas.js +21 -21
  152. package/es/data/work-schedule/types.d.ts +29 -29
  153. package/es/data/work-schedule/types.js +1 -1
  154. package/es/data/work-schedule/work-schedule-events/index.d.ts +3 -3
  155. package/es/data/work-schedule/work-schedule-events/index.js +3 -3
  156. package/es/data/work-schedule/work-schedule-events/useAutoUpdateListData.d.ts +4 -4
  157. package/es/data/work-schedule/work-schedule-events/useAutoUpdateListData.js +14 -14
  158. package/es/data/work-schedule/work-schedule-events/useOnDeleteWorkSchedule.d.ts +4 -4
  159. package/es/data/work-schedule/work-schedule-events/useOnDeleteWorkSchedule.js +15 -15
  160. package/es/data/work-schedule/work-schedule-events/useOnNewWorkSchedule.d.ts +4 -4
  161. package/es/data/work-schedule/work-schedule-events/useOnNewWorkSchedule.js +16 -16
  162. package/es/data/workerror/WorkErrorStore.d.ts +37 -37
  163. package/es/data/workerror/WorkErrorStore.js +116 -116
  164. package/es/data/workerror/hook.d.ts +9 -9
  165. package/es/data/workerror/hook.js +18 -18
  166. package/es/data/workerror/index.d.ts +4 -4
  167. package/es/data/workerror/index.js +4 -4
  168. package/es/data/workerror/interfaces.d.ts +19 -19
  169. package/es/data/workerror/interfaces.js +1 -1
  170. package/es/data/workerror/types.d.ts +50 -50
  171. package/es/data/workerror/types.js +8 -8
  172. package/es/data/workerror/workerror-events/index.d.ts +3 -3
  173. package/es/data/workerror/workerror-events/index.js +3 -3
  174. package/es/data/workerror/workerror-events/useAutoUpdateListData.d.ts +4 -4
  175. package/es/data/workerror/workerror-events/useAutoUpdateListData.js +12 -12
  176. package/es/data/workerror/workerror-events/useOnDeleteWorkspace.d.ts +4 -4
  177. package/es/data/workerror/workerror-events/useOnDeleteWorkspace.js +15 -15
  178. package/es/data/workerror/workerror-events/useOnNewWorkspace.d.ts +4 -4
  179. package/es/data/workerror/workerror-events/useOnNewWorkspace.js +15 -15
  180. package/es/data/workspace/WorkSpaceStore.d.ts +39 -39
  181. package/es/data/workspace/WorkSpaceStore.js +133 -133
  182. package/es/data/workspace/hooks.d.ts +13 -13
  183. package/es/data/workspace/hooks.js +22 -22
  184. package/es/data/workspace/index.d.ts +4 -4
  185. package/es/data/workspace/index.js +4 -4
  186. package/es/data/workspace/interfaces.d.ts +25 -25
  187. package/es/data/workspace/interfaces.js +1 -1
  188. package/es/data/workspace/types.d.ts +29 -29
  189. package/es/data/workspace/types.js +1 -1
  190. package/es/data/workspace/useWorkSpaceCompletedWorkEffect.d.ts +10 -10
  191. package/es/data/workspace/useWorkSpaceCompletedWorkEffect.js +13 -13
  192. package/es/data/workspace/workspace-events/index.d.ts +3 -3
  193. package/es/data/workspace/workspace-events/index.js +3 -3
  194. package/es/data/workspace/workspace-events/useAutoUpdateListData.d.ts +4 -4
  195. package/es/data/workspace/workspace-events/useAutoUpdateListData.js +12 -12
  196. package/es/data/workspace/workspace-events/useOnDeleteWorkspace.d.ts +4 -4
  197. package/es/data/workspace/workspace-events/useOnDeleteWorkspace.js +16 -16
  198. package/es/data/workspace/workspace-events/useOnNewWorkspace.d.ts +4 -4
  199. package/es/data/workspace/workspace-events/useOnNewWorkspace.js +16 -16
  200. package/es/data/worktype/WorkTypeStore.d.ts +30 -30
  201. package/es/data/worktype/WorkTypeStore.js +113 -113
  202. package/es/data/worktype/hook.d.ts +9 -9
  203. package/es/data/worktype/hook.js +19 -19
  204. package/es/data/worktype/index.d.ts +4 -4
  205. package/es/data/worktype/index.js +4 -4
  206. package/es/data/worktype/interfaces.d.ts +72 -72
  207. package/es/data/worktype/interfaces.js +1 -1
  208. package/es/data/worktype/types.d.ts +58 -58
  209. package/es/data/worktype/types.js +1 -1
  210. package/es/data/worktype/useWorkTypeCompletedWorkEffect.d.ts +10 -10
  211. package/es/data/worktype/useWorkTypeCompletedWorkEffect.js +13 -13
  212. package/es/data/worktype/worktype-events/index.d.ts +3 -3
  213. package/es/data/worktype/worktype-events/index.js +3 -3
  214. package/es/data/worktype/worktype-events/useAutoUpdateListData.d.ts +4 -4
  215. package/es/data/worktype/worktype-events/useAutoUpdateListData.js +14 -14
  216. package/es/data/worktype/worktype-events/useOnDeleteWorkType.d.ts +4 -4
  217. package/es/data/worktype/worktype-events/useOnDeleteWorkType.js +15 -15
  218. package/es/data/worktype/worktype-events/useOnNewWorkType.d.ts +4 -4
  219. package/es/data/worktype/worktype-events/useOnNewWorkType.js +16 -16
  220. package/es/index.d.ts +1 -1
  221. package/es/index.js +12 -12
  222. package/es/modules/Routes.d.ts +45 -45
  223. package/es/modules/Routes.js +93 -93
  224. package/es/modules/board/BoardRouets.d.ts +15 -15
  225. package/es/modules/board/BoardRouets.js +28 -28
  226. package/es/modules/board/components/Board/index.d.ts +7 -7
  227. package/es/modules/board/components/Board/index.js +107 -107
  228. package/es/modules/board/components/Board/index.less +133 -133
  229. package/es/modules/board/components/Board/state.d.ts +52 -52
  230. package/es/modules/board/components/Board/state.js +307 -307
  231. package/es/modules/board/components/BoardColumn/index.d.ts +4 -4
  232. package/es/modules/board/components/BoardColumn/index.js +55 -55
  233. package/es/modules/board/components/BoardColumn/index.less +270 -270
  234. package/es/modules/board/components/BoardColumn/state.d.ts +65 -65
  235. package/es/modules/board/components/BoardColumn/state.js +273 -273
  236. package/es/modules/board/components/BoardPropertiesView/index.d.ts +7 -7
  237. package/es/modules/board/components/BoardPropertiesView/index.js +49 -49
  238. package/es/modules/board/components/BoardPropertiesView/index.less +12 -12
  239. package/es/modules/board/components/DocumentCard/index.d.ts +6 -6
  240. package/es/modules/board/components/DocumentCard/index.js +10 -10
  241. package/es/modules/board/components/NewColumnDocumentForm/index.d.ts +8 -8
  242. package/es/modules/board/components/NewColumnDocumentForm/index.js +50 -50
  243. package/es/modules/board/components/NewColumnDocumentForm/state.d.ts +6 -6
  244. package/es/modules/board/components/NewColumnDocumentForm/state.js +26 -26
  245. package/es/modules/board/components/SubDocument/index.d.ts +13 -13
  246. package/es/modules/board/components/SubDocument/index.js +12 -12
  247. package/es/modules/board/components/SubDocumentList/index.d.ts +6 -6
  248. package/es/modules/board/components/SubDocumentList/index.js +142 -142
  249. package/es/modules/board/components/SubDocumentList/index.less +30 -30
  250. package/es/modules/board/components/SubDocumentList/state.d.ts +23 -23
  251. package/es/modules/board/components/SubDocumentList/state.js +57 -57
  252. package/es/modules/board/pages/BoardViewList/index.d.ts +6 -6
  253. package/es/modules/board/pages/BoardViewList/index.js +52 -52
  254. package/es/modules/board/pages/BoardViewList/index.less +15 -15
  255. package/es/modules/board/pages/BoardViewList/state.d.ts +5 -5
  256. package/es/modules/board/pages/BoardViewList/state.js +16 -16
  257. package/es/modules/calendar/CalendarRoutes.d.ts +11 -11
  258. package/es/modules/calendar/CalendarRoutes.js +24 -24
  259. package/es/modules/calendar/components/ActionCard/index.d.ts +7 -7
  260. package/es/modules/calendar/components/ActionCard/index.js +11 -11
  261. package/es/modules/calendar/components/CalendarEventContent/index.d.ts +7 -7
  262. package/es/modules/calendar/components/CalendarEventContent/index.js +9 -9
  263. package/es/modules/calendar/components/CalendarMenu/index.d.ts +6 -6
  264. package/es/modules/calendar/components/CalendarMenu/index.js +52 -52
  265. package/es/modules/calendar/components/CalendarMenu/index.less +31 -31
  266. package/es/modules/calendar/pages/CalendarMonth/index.d.ts +3 -3
  267. package/es/modules/calendar/pages/CalendarMonth/index.js +140 -140
  268. package/es/modules/calendar/pages/CalendarMonth/index.less +263 -263
  269. package/es/modules/calendar/pages/CalendarMonth/state.d.ts +12 -12
  270. package/es/modules/calendar/pages/CalendarMonth/state.js +53 -53
  271. package/es/modules/meeting/MeetingRoutes.d.ts +18 -18
  272. package/es/modules/meeting/MeetingRoutes.js +31 -31
  273. package/es/modules/meeting/components/AgendaList/AgendaContext.d.ts +28 -28
  274. package/es/modules/meeting/components/AgendaList/AgendaContext.js +81 -81
  275. package/es/modules/meeting/components/AgendaList/AgendaHeader/index.d.ts +6 -6
  276. package/es/modules/meeting/components/AgendaList/AgendaHeader/index.js +12 -12
  277. package/es/modules/meeting/components/AgendaList/AgendaHeader/index.less +14 -14
  278. package/es/modules/meeting/components/AgendaList/AgendaItem/components/TaskList/index.d.ts +5 -5
  279. package/es/modules/meeting/components/AgendaList/AgendaItem/components/TaskList/index.js +31 -31
  280. package/es/modules/meeting/components/AgendaList/AgendaItem/components/TaskList/state.d.ts +20 -20
  281. package/es/modules/meeting/components/AgendaList/AgendaItem/components/TaskList/state.js +110 -110
  282. package/es/modules/meeting/components/AgendaList/AgendaItem/index.d.ts +5 -5
  283. package/es/modules/meeting/components/AgendaList/AgendaItem/index.js +81 -81
  284. package/es/modules/meeting/components/AgendaList/AgendaItem/index.less +109 -109
  285. package/es/modules/meeting/components/AgendaList/AgendaItem/state.d.ts +24 -24
  286. package/es/modules/meeting/components/AgendaList/AgendaItem/state.js +84 -84
  287. package/es/modules/meeting/components/AgendaList/AgendaNewForm/index.d.ts +9 -9
  288. package/es/modules/meeting/components/AgendaList/AgendaNewForm/index.js +34 -34
  289. package/es/modules/meeting/components/AgendaList/AgendaNewForm/index.less +57 -57
  290. package/es/modules/meeting/components/AgendaList/AgendaNewForm/state.d.ts +12 -12
  291. package/es/modules/meeting/components/AgendaList/AgendaNewForm/state.js +100 -100
  292. package/es/modules/meeting/components/AgendaList/index.d.ts +5 -5
  293. package/es/modules/meeting/components/AgendaList/index.js +62 -62
  294. package/es/modules/meeting/components/AgendaList/index.less +47 -47
  295. package/es/modules/meeting/components/AgendaList/state.d.ts +15 -15
  296. package/es/modules/meeting/components/AgendaList/state.js +32 -32
  297. package/es/modules/meeting/components/MeetingDescription/index.d.ts +8 -8
  298. package/es/modules/meeting/components/MeetingDescription/index.js +16 -16
  299. package/es/modules/meeting/components/MeetingDescription/index.less +12 -12
  300. package/es/modules/meeting/components/MeetingHeader/index.d.ts +8 -8
  301. package/es/modules/meeting/components/MeetingHeader/index.js +95 -95
  302. package/es/modules/meeting/components/MeetingHeader/index.less +13 -13
  303. package/es/modules/meeting/components/MeetingItem/index.d.ts +10 -10
  304. package/es/modules/meeting/components/MeetingItem/index.js +66 -66
  305. package/es/modules/meeting/components/MeetingItem/index.less +66 -66
  306. package/es/modules/meeting/components/MeetingItem/state.d.ts +10 -10
  307. package/es/modules/meeting/components/MeetingItem/state.js +54 -54
  308. package/es/modules/meeting/components/MeetingList/QuickSearch/index.d.ts +20 -20
  309. package/es/modules/meeting/components/MeetingList/QuickSearch/index.js +51 -51
  310. package/es/modules/meeting/components/MeetingList/QuickSearch/index.less +12 -12
  311. package/es/modules/meeting/components/MeetingList/index.d.ts +9 -9
  312. package/es/modules/meeting/components/MeetingList/index.js +79 -79
  313. package/es/modules/meeting/components/MeetingProperties/index.d.ts +26 -26
  314. package/es/modules/meeting/components/MeetingProperties/index.js +108 -108
  315. package/es/modules/meeting/components/MeetingPropertiesView/index.d.ts +5 -5
  316. package/es/modules/meeting/components/MeetingPropertiesView/index.js +35 -35
  317. package/es/modules/meeting/components/MeetingPropertiesView/index.less +15 -15
  318. package/es/modules/meeting/components/MeetingQuickViewDialog/index.d.ts +7 -7
  319. package/es/modules/meeting/components/MeetingQuickViewDialog/index.js +37 -37
  320. package/es/modules/meeting/components/MeetingQuickViewDialog/index.less +14 -14
  321. package/es/modules/meeting/components/MeetingTabs/index.d.ts +6 -6
  322. package/es/modules/meeting/components/MeetingTabs/index.js +54 -54
  323. package/es/modules/meeting/components/MeetingTaskList/index.d.ts +6 -6
  324. package/es/modules/meeting/components/MeetingTaskList/index.js +21 -21
  325. package/es/modules/meeting/components/MeetingTaskList/index.less +30 -30
  326. package/es/modules/meeting/components/MeetingsFolderProperitesView/index.d.ts +6 -6
  327. package/es/modules/meeting/components/MeetingsFolderProperitesView/index.js +57 -57
  328. package/es/modules/meeting/components/MeetingsFolderProperitesView/index.less +8 -8
  329. package/es/modules/meeting/components/MeetingsFolderQuickViewDialog/index.d.ts +7 -7
  330. package/es/modules/meeting/components/MeetingsFolderQuickViewDialog/index.js +36 -36
  331. package/es/modules/meeting/components/MeetingsFolderQuickViewDialog/index.less +7 -7
  332. package/es/modules/meeting/components/NewMeetingForm/index.d.ts +9 -9
  333. package/es/modules/meeting/components/NewMeetingForm/index.js +100 -100
  334. package/es/modules/meeting/components/NewMeetingForm/index.less +35 -35
  335. package/es/modules/meeting/components/NewMeetingForm/state.d.ts +9 -9
  336. package/es/modules/meeting/components/NewMeetingForm/state.js +63 -63
  337. package/es/modules/meeting/controls/MeetingTasksProgressDataIcon/index.d.ts +17 -17
  338. package/es/modules/meeting/controls/MeetingTasksProgressDataIcon/index.js +23 -23
  339. package/es/modules/meeting/controls/MeetingTasksProgressDataIcon/index.less +7 -7
  340. package/es/modules/meeting/pages/MeetingDefaultView/index.d.ts +6 -6
  341. package/es/modules/meeting/pages/MeetingDefaultView/index.js +22 -22
  342. package/es/modules/meeting/pages/MeetingDefaultView/index.less +23 -23
  343. package/es/modules/meeting/pages/MeetingListView/index.d.ts +6 -6
  344. package/es/modules/meeting/pages/MeetingListView/index.js +17 -17
  345. package/es/modules/meeting/pages/MeetingPrintView/index.d.ts +4 -4
  346. package/es/modules/meeting/pages/MeetingPrintView/index.js +47 -47
  347. package/es/modules/meeting/pages/MeetingPrintView/index.less +82 -82
  348. package/es/modules/meeting/pages/MeetingPrintView/print.css +22 -22
  349. package/es/modules/meeting/pages/MeetingTabView/index.d.ts +6 -6
  350. package/es/modules/meeting/pages/MeetingTabView/index.js +44 -44
  351. package/es/modules/meeting/pages/MeetingTabView/index.less +21 -21
  352. package/es/modules/meeting/styles/MeetingMinView.less +32 -32
  353. package/es/modules/member/components/MemberDropdown.d.ts +5 -5
  354. package/es/modules/member/components/MemberDropdown.js +17 -17
  355. package/es/modules/member/components/MemberList.d.ts +6 -6
  356. package/es/modules/member/components/MemberList.js +27 -27
  357. package/es/modules/member/components/MemberMenu.d.ts +7 -7
  358. package/es/modules/member/components/MemberMenu.js +14 -14
  359. package/es/modules/member/components/MemberSelect.d.ts +5 -5
  360. package/es/modules/member/components/MemberSelect.js +9 -9
  361. package/es/modules/member/components/member.less +24 -24
  362. package/es/modules/member/pages/MemberListView/index.d.ts +3 -3
  363. package/es/modules/member/pages/MemberListView/index.js +226 -226
  364. package/es/modules/member/pages/MemberRoutes.d.ts +11 -11
  365. package/es/modules/member/pages/MemberRoutes.js +24 -24
  366. package/es/modules/member/styles/MemberMinView.less +24 -24
  367. package/es/modules/menus/components/Access/index.d.ts +6 -6
  368. package/es/modules/menus/components/Access/index.js +19 -19
  369. package/es/modules/menus/components/Account/index.d.ts +6 -6
  370. package/es/modules/menus/components/Account/index.js +19 -19
  371. package/es/modules/menus/components/AddUsers/index.d.ts +3 -3
  372. package/es/modules/menus/components/AddUsers/index.js +36 -36
  373. package/es/modules/menus/components/AddUsers/index.less +7 -7
  374. package/es/modules/menus/components/Status/index.d.ts +6 -6
  375. package/es/modules/menus/components/Status/index.js +19 -19
  376. package/es/modules/menus/components/UsersList/index.d.ts +3 -3
  377. package/es/modules/menus/components/UsersList/index.js +130 -130
  378. package/es/modules/menus/components/UsersList/index.less +64 -64
  379. package/es/modules/menus/pages/ListOptions/Company/index.d.ts +3 -3
  380. package/es/modules/menus/pages/ListOptions/Company/index.js +113 -113
  381. package/es/modules/menus/pages/ListOptions/Company/index.less +20 -20
  382. package/es/modules/menus/pages/ListOptions/Config/index.d.ts +3 -3
  383. package/es/modules/menus/pages/ListOptions/Config/index.js +4 -4
  384. package/es/modules/menus/pages/ListOptions/Teams/index.d.ts +3 -3
  385. package/es/modules/menus/pages/ListOptions/Teams/index.js +70 -70
  386. package/es/modules/menus/pages/ListOptions/Teams/index.less +44 -44
  387. package/es/modules/menus/pages/ListOptions/Users/index.d.ts +3 -3
  388. package/es/modules/menus/pages/ListOptions/Users/index.js +33 -33
  389. package/es/modules/menus/pages/ListOptions/Users/index.less +42 -42
  390. package/es/modules/menus/pages/ListOptions/index.d.ts +3 -3
  391. package/es/modules/menus/pages/ListOptions/index.js +56 -56
  392. package/es/modules/menus/pages/MenusRoutes.d.ts +11 -11
  393. package/es/modules/menus/pages/MenusRoutes.js +24 -24
  394. package/es/modules/notification/components/DocumentNotificationCard/index.d.ts +10 -10
  395. package/es/modules/notification/components/DocumentNotificationCard/index.js +31 -31
  396. package/es/modules/notification/components/DocumentNotificationCard/index.less +29 -29
  397. package/es/modules/notification/components/NotificationList/index.d.ts +16 -16
  398. package/es/modules/notification/components/NotificationList/index.js +92 -92
  399. package/es/modules/notification/components/NotificationList/index.less +32 -32
  400. package/es/modules/pin/components/MyPinned/index.d.ts +7 -7
  401. package/es/modules/pin/components/MyPinned/index.js +41 -41
  402. package/es/modules/pin/components/MyPinned/index.less +34 -34
  403. package/es/modules/pin/components/PinnedCardList/index.d.ts +6 -6
  404. package/es/modules/pin/components/PinnedCardList/index.js +74 -74
  405. package/es/modules/pin/components/PinnedCardList/state.d.ts +8 -8
  406. package/es/modules/pin/components/PinnedCardList/state.js +27 -27
  407. package/es/modules/pin/pages/PinnedPage/index.d.ts +5 -5
  408. package/es/modules/pin/pages/PinnedPage/index.js +13 -13
  409. package/es/modules/pin/pages/PinnedPage/index.less +31 -31
  410. package/es/modules/project/ProjectDefaultView/index.d.ts +3 -3
  411. package/es/modules/project/ProjectDefaultView/index.js +68 -68
  412. package/es/modules/project/ProjectDefaultView/index.less +20 -20
  413. package/es/modules/project/data/ProjectStore.d.ts +10 -10
  414. package/es/modules/project/data/ProjectStore.js +20 -20
  415. package/es/modules/project/data/hook.d.ts +9 -9
  416. package/es/modules/project/data/hook.js +19 -19
  417. package/es/modules/project/data/index.d.ts +3 -3
  418. package/es/modules/project/data/index.js +3 -3
  419. package/es/modules/project/data/interfaces.d.ts +2 -2
  420. package/es/modules/project/data/interfaces.js +1 -1
  421. package/es/modules/space/components/Notes/ColorSelect/index.d.ts +10 -10
  422. package/es/modules/space/components/Notes/ColorSelect/index.js +29 -29
  423. package/es/modules/space/components/Notes/ColorSelect/index.less +17 -17
  424. package/es/modules/space/components/Notes/NewNoteDialog/index.d.ts +10 -10
  425. package/es/modules/space/components/Notes/NewNoteDialog/index.js +40 -40
  426. package/es/modules/space/components/Notes/NewNoteDialog/index.less +78 -78
  427. package/es/modules/space/components/Notes/TextNoteCard/index.d.ts +6 -6
  428. package/es/modules/space/components/Notes/TextNoteCard/index.js +33 -33
  429. package/es/modules/space/components/Notes/TextNoteCard/index.less +56 -56
  430. package/es/modules/space/components/Notes/TextNoteCard/state.d.ts +6 -6
  431. package/es/modules/space/components/Notes/TextNoteCard/state.js +34 -34
  432. package/es/modules/space/components/Notes/index.d.ts +5 -5
  433. package/es/modules/space/components/Notes/index.js +50 -50
  434. package/es/modules/space/components/Notifications/index.d.ts +7 -7
  435. package/es/modules/space/components/Notifications/index.js +38 -38
  436. package/es/modules/space/components/Projects/index.d.ts +5 -5
  437. package/es/modules/space/components/Projects/index.js +34 -34
  438. package/es/modules/space/components/Roles/index.d.ts +5 -5
  439. package/es/modules/space/components/Roles/index.js +13 -13
  440. package/es/modules/space/components/Tasks/index.d.ts +8 -8
  441. package/es/modules/space/components/Tasks/index.js +185 -185
  442. package/es/modules/space/components/Tasks/index.less +17 -17
  443. package/es/modules/space/components/Teams/index.d.ts +5 -5
  444. package/es/modules/space/components/Teams/index.js +13 -13
  445. package/es/modules/space/components/Works/index.d.ts +7 -7
  446. package/es/modules/space/components/Works/index.js +19 -19
  447. package/es/modules/space/components/Works/index.less +18 -18
  448. package/es/modules/space/components/Workspaces/index.d.ts +5 -5
  449. package/es/modules/space/components/Workspaces/index.js +17 -17
  450. package/es/modules/space/pages/MySpace/index.d.ts +4 -4
  451. package/es/modules/space/pages/MySpace/index.js +193 -193
  452. package/es/modules/space/pages/MySpace/index.less +35 -35
  453. package/es/modules/space/pages/MySpace/state.d.ts +48 -48
  454. package/es/modules/space/pages/MySpace/state.js +155 -155
  455. package/es/modules/space/pages/MySpace/taskState.d.ts +36 -36
  456. package/es/modules/space/pages/MySpace/taskState.js +352 -352
  457. package/es/modules/space/pages/MySpace/workState.d.ts +32 -32
  458. package/es/modules/space/pages/MySpace/workState.js +260 -260
  459. package/es/modules/tasks/TasksRoutes.d.ts +15 -15
  460. package/es/modules/tasks/TasksRoutes.js +28 -28
  461. package/es/modules/tasks/components/AddTaskDropdown/index.d.ts +10 -10
  462. package/es/modules/tasks/components/AddTaskDropdown/index.js +31 -31
  463. package/es/modules/tasks/components/AddTaskDropdown/index.less +45 -45
  464. package/es/modules/tasks/components/NewTaskForm/index.d.ts +16 -16
  465. package/es/modules/tasks/components/NewTaskForm/index.js +112 -112
  466. package/es/modules/tasks/components/NewTaskForm/index.less +37 -37
  467. package/es/modules/tasks/components/NewTaskForm/state.d.ts +24 -24
  468. package/es/modules/tasks/components/NewTaskForm/state.js +55 -55
  469. package/es/modules/tasks/components/SubTaskList/index.d.ts +11 -11
  470. package/es/modules/tasks/components/SubTaskList/index.js +157 -157
  471. package/es/modules/tasks/components/SubTaskList/index.less +20 -20
  472. package/es/modules/tasks/components/SubTaskList/state.d.ts +36 -36
  473. package/es/modules/tasks/components/SubTaskList/state.js +91 -91
  474. package/es/modules/tasks/components/TaskCard/index.d.ts +5 -5
  475. package/es/modules/tasks/components/TaskCard/index.js +12 -12
  476. package/es/modules/tasks/components/TaskCard/index.less +8 -8
  477. package/es/modules/tasks/components/TaskDescription/index.d.ts +6 -6
  478. package/es/modules/tasks/components/TaskDescription/index.js +20 -20
  479. package/es/modules/tasks/components/TaskDescription/index.less +18 -18
  480. package/es/modules/tasks/components/TaskEstimatedTime/index.d.ts +12 -12
  481. package/es/modules/tasks/components/TaskEstimatedTime/index.js +74 -74
  482. package/es/modules/tasks/components/TaskEstimatedTime/index.less +25 -25
  483. package/es/modules/tasks/components/TaskEstimatedTime/state.d.ts +37 -37
  484. package/es/modules/tasks/components/TaskEstimatedTime/state.js +158 -158
  485. package/es/modules/tasks/components/TaskItem/ChildTaskItem.d.ts +4 -4
  486. package/es/modules/tasks/components/TaskItem/ChildTaskItem.js +17 -17
  487. package/es/modules/tasks/components/TaskItem/DefaultTaskItem.d.ts +5 -5
  488. package/es/modules/tasks/components/TaskItem/DefaultTaskItem.js +46 -46
  489. package/es/modules/tasks/components/TaskItem/SubTaskItem.d.ts +5 -5
  490. package/es/modules/tasks/components/TaskItem/SubTaskItem.js +59 -59
  491. package/es/modules/tasks/components/TaskItem/defaultTaskItem.less +51 -51
  492. package/es/modules/tasks/components/TaskItem/state.d.ts +55 -55
  493. package/es/modules/tasks/components/TaskItem/state.js +238 -238
  494. package/es/modules/tasks/components/TaskItem/subTaskItem.less +67 -67
  495. package/es/modules/tasks/components/TaskProperties/index.d.ts +26 -26
  496. package/es/modules/tasks/components/TaskProperties/index.js +69 -69
  497. package/es/modules/tasks/components/TaskPropertiesView/index.d.ts +7 -7
  498. package/es/modules/tasks/components/TaskPropertiesView/index.js +33 -33
  499. package/es/modules/tasks/components/TaskPropertiesView/index.less +23 -23
  500. package/es/modules/tasks/components/TaskQuickViewDialog/index.d.ts +7 -7
  501. package/es/modules/tasks/components/TaskQuickViewDialog/index.js +36 -36
  502. package/es/modules/tasks/components/TaskQuickViewDialog/index.less +13 -13
  503. package/es/modules/tasks/components/TaskTabs/index.d.ts +6 -6
  504. package/es/modules/tasks/components/TaskTabs/index.js +72 -72
  505. package/es/modules/tasks/controls/ChildTasksDataIcon/index.d.ts +9 -9
  506. package/es/modules/tasks/controls/ChildTasksDataIcon/index.js +21 -21
  507. package/es/modules/tasks/controls/ChildTasksDataIcon/index.less +29 -29
  508. package/es/modules/tasks/controls/TaskDataIconBar/index.d.ts +16 -16
  509. package/es/modules/tasks/controls/TaskDataIconBar/index.js +24 -24
  510. package/es/modules/tasks/controls/TaskStatusDataIcon/index.d.ts +8 -8
  511. package/es/modules/tasks/controls/TaskStatusDataIcon/index.js +30 -30
  512. package/es/modules/tasks/controls/TaskStatusLabel/index.d.ts +10 -10
  513. package/es/modules/tasks/controls/TaskStatusLabel/index.js +8 -8
  514. package/es/modules/tasks/controls/TaskStatusLabel/index.less +34 -34
  515. package/es/modules/tasks/controls/TasksProgressDataIcon/index.d.ts +14 -14
  516. package/es/modules/tasks/controls/TasksProgressDataIcon/index.js +26 -26
  517. package/es/modules/tasks/controls/TasksTotal/index.d.ts +14 -14
  518. package/es/modules/tasks/controls/TasksTotal/index.js +35 -35
  519. package/es/modules/tasks/pages/TaskDefaultView/index.d.ts +6 -6
  520. package/es/modules/tasks/pages/TaskDefaultView/index.js +22 -22
  521. package/es/modules/tasks/pages/TaskDefaultView/index.less +19 -19
  522. package/es/modules/tasks/pages/TaskList/index.d.ts +5 -5
  523. package/es/modules/tasks/pages/TaskList/index.js +61 -61
  524. package/es/modules/tasks/pages/TaskTabView/index.d.ts +6 -6
  525. package/es/modules/tasks/pages/TaskTabView/index.js +95 -95
  526. package/es/modules/tasks/pages/TaskTabView/index.less +66 -66
  527. package/es/modules/tasks/reports/MemberEstimatedDurationCard/index.d.ts +6 -6
  528. package/es/modules/tasks/reports/MemberEstimatedDurationCard/index.js +40 -40
  529. package/es/modules/tasks/reports/MemberEstimatedDurationCard/index.less +21 -21
  530. package/es/modules/tasks/reports/MemberEstimatedDurationCard/state.d.ts +22 -22
  531. package/es/modules/tasks/reports/MemberEstimatedDurationCard/state.js +147 -147
  532. package/es/modules/tasks/reports/TaskAnalyticsDataIcon/index.d.ts +7 -7
  533. package/es/modules/tasks/reports/TaskAnalyticsDataIcon/index.js +16 -16
  534. package/es/modules/tasks/reports/TaskAnalyticsDataIcon/index.less +8 -8
  535. package/es/modules/tasks/reports/TaskSummaryCard/index.d.ts +17 -17
  536. package/es/modules/tasks/reports/TaskSummaryCard/index.js +66 -66
  537. package/es/modules/tasks/reports/TaskSummaryCard/index.less +20 -20
  538. package/es/modules/tasks/reports/TaskSummaryCard/state.d.ts +11 -11
  539. package/es/modules/tasks/reports/TaskSummaryCard/state.js +53 -53
  540. package/es/modules/user/pages/Positions/index.d.ts +3 -3
  541. package/es/modules/user/pages/Positions/index.js +94 -94
  542. package/es/modules/user/pages/Positions/index.less +59 -59
  543. package/es/modules/work/components/NewWorkErrorDialog/index.d.ts +12 -12
  544. package/es/modules/work/components/NewWorkErrorDialog/index.js +80 -80
  545. package/es/modules/work/components/NewWorkErrorDialog/index.less +18 -18
  546. package/es/modules/work/components/NewWorkErrorDialog/state.d.ts +18 -18
  547. package/es/modules/work/components/NewWorkErrorDialog/state.js +37 -37
  548. package/es/modules/work/components/NewWorkForm/index.d.ts +26 -26
  549. package/es/modules/work/components/NewWorkForm/index.js +80 -80
  550. package/es/modules/work/components/NewWorkForm/index.less +18 -18
  551. package/es/modules/work/components/NewWorkForm/state.d.ts +16 -16
  552. package/es/modules/work/components/NewWorkForm/state.js +33 -33
  553. package/es/modules/work/components/RejectWorkDialog/index.d.ts +8 -8
  554. package/es/modules/work/components/RejectWorkDialog/index.js +53 -53
  555. package/es/modules/work/components/RejectWorkDialog/index.less +18 -18
  556. package/es/modules/work/components/RejectWorkDialog/state.d.ts +12 -12
  557. package/es/modules/work/components/RejectWorkDialog/state.js +34 -34
  558. package/es/modules/work/components/RelatedWorkList/RelatedWorkList.d.ts +23 -23
  559. package/es/modules/work/components/RelatedWorkList/RelatedWorkList.js +49 -49
  560. package/es/modules/work/components/RelatedWorkList/index.d.ts +4 -4
  561. package/es/modules/work/components/RelatedWorkList/index.js +15 -15
  562. package/es/modules/work/components/RelatedWorkList/index.less +21 -21
  563. package/es/modules/work/components/RelatedWorkList/state.d.ts +8 -8
  564. package/es/modules/work/components/RelatedWorkList/state.js +27 -27
  565. package/es/modules/work/components/SubWorkList/index.d.ts +5 -5
  566. package/es/modules/work/components/SubWorkList/index.js +43 -43
  567. package/es/modules/work/components/SubWorkList/index.less +7 -7
  568. package/es/modules/work/components/WorkCard/index.d.ts +5 -5
  569. package/es/modules/work/components/WorkCard/index.js +12 -12
  570. package/es/modules/work/components/WorkCard/index.less +7 -7
  571. package/es/modules/work/components/WorkErrorItem/index.d.ts +5 -5
  572. package/es/modules/work/components/WorkErrorItem/index.js +33 -33
  573. package/es/modules/work/components/WorkErrorItem/index.less +52 -52
  574. package/es/modules/work/components/WorkErrorList/index.d.ts +15 -15
  575. package/es/modules/work/components/WorkErrorList/index.js +75 -75
  576. package/es/modules/work/components/WorkErrorList/index.less +4 -4
  577. package/es/modules/work/components/WorkErrorProperties/index.d.ts +8 -8
  578. package/es/modules/work/components/WorkErrorProperties/index.js +56 -56
  579. package/es/modules/work/components/WorkErrorProperties/state.d.ts +6 -6
  580. package/es/modules/work/components/WorkErrorProperties/state.js +32 -32
  581. package/es/modules/work/components/WorkErrorPropertiesView/index.d.ts +8 -8
  582. package/es/modules/work/components/WorkErrorPropertiesView/index.js +64 -64
  583. package/es/modules/work/components/WorkErrorPropertiesView/index.less +38 -38
  584. package/es/modules/work/components/WorkErrorQuickViewDialog/index.d.ts +18 -18
  585. package/es/modules/work/components/WorkErrorQuickViewDialog/index.js +43 -43
  586. package/es/modules/work/components/WorkErrorQuickViewDialog/index.less +38 -38
  587. package/es/modules/work/components/WorkItem/index.d.ts +13 -13
  588. package/es/modules/work/components/WorkItem/index.js +54 -54
  589. package/es/modules/work/components/WorkItem/index.less +56 -56
  590. package/es/modules/work/components/WorkList/index.d.ts +40 -40
  591. package/es/modules/work/components/WorkList/index.js +188 -188
  592. package/es/modules/work/components/WorkList/index.less +7 -7
  593. package/es/modules/work/components/WorkListCard/index.d.ts +11 -11
  594. package/es/modules/work/components/WorkListCard/index.js +12 -12
  595. package/es/modules/work/components/WorkPropertiesView/index.d.ts +7 -7
  596. package/es/modules/work/components/WorkPropertiesView/index.js +34 -34
  597. package/es/modules/work/components/WorkPropertiesView/index.less +10 -10
  598. package/es/modules/work/components/WorkQATab/index.d.ts +5 -5
  599. package/es/modules/work/components/WorkQATab/index.js +42 -42
  600. package/es/modules/work/components/WorkQATab/index.less +24 -24
  601. package/es/modules/work/components/WorkQuickViewDialog/index.d.ts +7 -7
  602. package/es/modules/work/components/WorkQuickViewDialog/index.js +36 -36
  603. package/es/modules/work/components/WorkQuickViewDialog/index.less +13 -13
  604. package/es/modules/work/components/WorkSendForm/index.d.ts +12 -12
  605. package/es/modules/work/components/WorkSendForm/index.js +38 -38
  606. package/es/modules/work/components/WorkSendForm/index.js.map +1 -1
  607. package/es/modules/work/components/WorkSendForm/index.less +48 -46
  608. package/es/modules/work/components/WorkTabs/index.d.ts +6 -6
  609. package/es/modules/work/components/WorkTabs/index.js +68 -68
  610. package/es/modules/work/components/WorkTaskList/index.d.ts +5 -5
  611. package/es/modules/work/components/WorkTaskList/index.js +63 -63
  612. package/es/modules/work/components/WorkTaskList/index.less +7 -7
  613. package/es/modules/work/components/WorkTaskList/state.d.ts +14 -14
  614. package/es/modules/work/components/WorkTaskList/state.js +22 -22
  615. package/es/modules/work/components/WorkTasksTab/index.d.ts +5 -5
  616. package/es/modules/work/components/WorkTasksTab/index.js +16 -16
  617. package/es/modules/work/components/WorkTasksTab/index.less +4 -4
  618. package/es/modules/work/components/WorksProperties/index.d.ts +26 -26
  619. package/es/modules/work/components/WorksProperties/index.js +99 -99
  620. package/es/modules/work/components/WorksProperties/index.less +17 -17
  621. package/es/modules/work/components/WorksProperties/state.d.ts +14 -14
  622. package/es/modules/work/components/WorksProperties/state.js +87 -87
  623. package/es/modules/work/controls/WorkDataIconBar/index.d.ts +15 -15
  624. package/es/modules/work/controls/WorkDataIconBar/index.js +41 -41
  625. package/es/modules/work/controls/WorkErrorMenu/index.d.ts +14 -14
  626. package/es/modules/work/controls/WorkErrorMenu/index.js +35 -35
  627. package/es/modules/work/controls/WorkErrorMenu/index.less +32 -32
  628. package/es/modules/work/controls/WorkMenu/Accept.d.ts +8 -8
  629. package/es/modules/work/controls/WorkMenu/Accept.js +28 -28
  630. package/es/modules/work/controls/WorkMenu/Reject.d.ts +8 -8
  631. package/es/modules/work/controls/WorkMenu/Reject.js +28 -28
  632. package/es/modules/work/controls/WorkMenu/Send.d.ts +9 -8
  633. package/es/modules/work/controls/WorkMenu/Send.js +40 -39
  634. package/es/modules/work/controls/WorkMenu/Send.js.map +1 -1
  635. package/es/modules/work/controls/WorkMenu/index.d.ts +8 -7
  636. package/es/modules/work/controls/WorkMenu/index.js +30 -30
  637. package/es/modules/work/controls/WorkMenu/index.js.map +1 -1
  638. package/es/modules/work/controls/WorkStatusDataIcon/index.d.ts +8 -8
  639. package/es/modules/work/controls/WorkStatusDataIcon/index.js +23 -23
  640. package/es/modules/work/controls/WorkStatusLabel/index.d.ts +10 -10
  641. package/es/modules/work/controls/WorkStatusLabel/index.js +16 -16
  642. package/es/modules/work/controls/WorkStatusLabel/index.less +36 -36
  643. package/es/modules/work/pages/WorkDefaultView/index.d.ts +6 -6
  644. package/es/modules/work/pages/WorkDefaultView/index.js +22 -22
  645. package/es/modules/work/pages/WorkDefaultView/index.less +18 -18
  646. package/es/modules/work/pages/WorkListPage/index.d.ts +7 -7
  647. package/es/modules/work/pages/WorkListPage/index.js +27 -27
  648. package/es/modules/work/work-schedule/components/NewWorkScheduleForm/NewWorkScheduleFormDialog.d.ts +9 -9
  649. package/es/modules/work/work-schedule/components/NewWorkScheduleForm/NewWorkScheduleFormDialog.js +12 -12
  650. package/es/modules/work/work-schedule/components/NewWorkScheduleForm/index.d.ts +18 -18
  651. package/es/modules/work/work-schedule/components/NewWorkScheduleForm/index.js +61 -61
  652. package/es/modules/work/work-schedule/components/NewWorkScheduleForm/index.less +10 -10
  653. package/es/modules/work/work-schedule/components/NewWorkScheduleForm/state.d.ts +17 -17
  654. package/es/modules/work/work-schedule/components/NewWorkScheduleForm/state.js +41 -41
  655. package/es/modules/work/work-schedule/components/WorkScheduleHeader/index.d.ts +6 -6
  656. package/es/modules/work/work-schedule/components/WorkScheduleHeader/index.js +22 -22
  657. package/es/modules/work/work-schedule/components/WorkScheduleHeader/index.less +12 -12
  658. package/es/modules/work/work-schedule/components/WorkScheduleItem/index.d.ts +7 -7
  659. package/es/modules/work/work-schedule/components/WorkScheduleItem/index.js +61 -61
  660. package/es/modules/work/work-schedule/components/WorkScheduleItem/index.less +44 -44
  661. package/es/modules/work/work-schedule/components/WorkScheduleList/index.d.ts +26 -26
  662. package/es/modules/work/work-schedule/components/WorkScheduleList/index.js +137 -137
  663. package/es/modules/work/work-schedule/components/WorkScheduleList/index.less +11 -11
  664. package/es/modules/work/work-schedule/components/WorkScheduleListCard/index.d.ts +6 -6
  665. package/es/modules/work/work-schedule/components/WorkScheduleListCard/index.js +9 -9
  666. package/es/modules/work/work-schedule/components/WorkScheduleProperties/index.d.ts +20 -20
  667. package/es/modules/work/work-schedule/components/WorkScheduleProperties/index.js +90 -90
  668. package/es/modules/work/work-schedule/components/WorkSchedulePropertiesView/index.d.ts +6 -6
  669. package/es/modules/work/work-schedule/components/WorkSchedulePropertiesView/index.js +14 -14
  670. package/es/modules/work/work-schedule/components/WorkScheduleQuickViewDialog/index.d.ts +9 -9
  671. package/es/modules/work/work-schedule/components/WorkScheduleQuickViewDialog/index.js +11 -11
  672. package/es/modules/work/work-schedule/components/WorkScheduleTabs/index.d.ts +6 -6
  673. package/es/modules/work/work-schedule/components/WorkScheduleTabs/index.js +39 -39
  674. package/es/modules/work/work-schedule/components/WorkScheduleTimeLineView/index.d.ts +9 -9
  675. package/es/modules/work/work-schedule/components/WorkScheduleTimeLineView/index.js +88 -88
  676. package/es/modules/work/work-schedule/controls/WorkScheduleFilter/index.d.ts +5 -5
  677. package/es/modules/work/work-schedule/controls/WorkScheduleFilter/index.js +28 -28
  678. package/es/modules/work/work-schedule/controls/WorkScheduleFilter/state.d.ts +19 -19
  679. package/es/modules/work/work-schedule/controls/WorkScheduleFilter/state.js +60 -60
  680. package/es/modules/work/work-schedule/controls/WorkScheduleMenu/index.d.ts +13 -13
  681. package/es/modules/work/work-schedule/controls/WorkScheduleMenu/index.js +72 -66
  682. package/es/modules/work/work-schedule/controls/WorkScheduleMenu/index.js.map +1 -1
  683. package/es/modules/work/work-schedule/controls/WorkScheduleMenu/index.less +38 -38
  684. package/es/modules/work/work-schedule/pages/WorkScheduleDefaultView/index.d.ts +3 -3
  685. package/es/modules/work/work-schedule/pages/WorkScheduleDefaultView/index.js +29 -29
  686. package/es/modules/work/work-schedule/pages/WorkScheduleDefaultView/index.less +23 -23
  687. package/es/modules/work/work-type/components/ErrorTypeList/Item.d.ts +18 -18
  688. package/es/modules/work/work-type/components/ErrorTypeList/Item.js +37 -37
  689. package/es/modules/work/work-type/components/ErrorTypeList/index.d.ts +19 -19
  690. package/es/modules/work/work-type/components/ErrorTypeList/index.js +34 -34
  691. package/es/modules/work/work-type/components/ErrorTypeList/index.less +59 -59
  692. package/es/modules/work/work-type/components/ErrorTypeList/state.d.ts +17 -17
  693. package/es/modules/work/work-type/components/ErrorTypeList/state.js +57 -57
  694. package/es/modules/work/work-type/components/NewTypeForm/index.d.ts +10 -10
  695. package/es/modules/work/work-type/components/NewTypeForm/index.js +42 -42
  696. package/es/modules/work/work-type/components/NewTypeForm/index.less +7 -7
  697. package/es/modules/work/work-type/components/NewTypeForm/state.d.ts +11 -11
  698. package/es/modules/work/work-type/components/NewTypeForm/state.js +39 -39
  699. package/es/modules/work/work-type/components/RepeatTab/index.d.ts +6 -6
  700. package/es/modules/work/work-type/components/RepeatTab/index.js +50 -50
  701. package/es/modules/work/work-type/components/RepeatTab/index.less +42 -42
  702. package/es/modules/work/work-type/components/WorkTypeIcon/index.d.ts +10 -10
  703. package/es/modules/work/work-type/components/WorkTypeIcon/index.js +17 -17
  704. package/es/modules/work/work-type/components/WorkTypeIconList/index.d.ts +9 -9
  705. package/es/modules/work/work-type/components/WorkTypeIconList/index.js +35 -35
  706. package/es/modules/work/work-type/components/WorkTypeIconList/index.less +14 -14
  707. package/es/modules/work/work-type/components/WorkTypeItem/index.d.ts +8 -8
  708. package/es/modules/work/work-type/components/WorkTypeItem/index.js +27 -27
  709. package/es/modules/work/work-type/components/WorkTypeItem/index.less +48 -48
  710. package/es/modules/work/work-type/components/WorkTypeList/index.d.ts +9 -9
  711. package/es/modules/work/work-type/components/WorkTypeList/index.js +49 -49
  712. package/es/modules/work/work-type/components/WorkTypeList/index.less +4 -4
  713. package/es/modules/work/work-type/components/WorkTypeProperties/Properties.d.ts +7 -7
  714. package/es/modules/work/work-type/components/WorkTypeProperties/Properties.js +63 -63
  715. package/es/modules/work/work-type/components/WorkTypeProperties/WorkTypePropertiesCard.d.ts +11 -11
  716. package/es/modules/work/work-type/components/WorkTypeProperties/WorkTypePropertiesCard.js +27 -27
  717. package/es/modules/work/work-type/components/WorkTypeProperties/index.d.ts +11 -11
  718. package/es/modules/work/work-type/components/WorkTypeProperties/index.js +37 -37
  719. package/es/modules/work/work-type/components/WorkTypeProperties/state.d.ts +18 -18
  720. package/es/modules/work/work-type/components/WorkTypeProperties/state.js +82 -82
  721. package/es/modules/work/work-type/components/WorkTypePropertiesTabs/index.d.ts +5 -5
  722. package/es/modules/work/work-type/components/WorkTypePropertiesTabs/index.js +37 -37
  723. package/es/modules/work/work-type/components/WorkTypePropertiesTabs/index.less +12 -12
  724. package/es/modules/work/work-type/components/WorkTypePropertiesView/index.d.ts +6 -6
  725. package/es/modules/work/work-type/components/WorkTypePropertiesView/index.js +39 -39
  726. package/es/modules/work/work-type/components/WorkTypePropertiesView/index.less +19 -19
  727. package/es/modules/work/work-type/components/WorkTypePropertiesView/state.d.ts +15 -15
  728. package/es/modules/work/work-type/components/WorkTypePropertiesView/state.js +67 -67
  729. package/es/modules/work/work-type/components/WorkTypeQA/index.d.ts +6 -6
  730. package/es/modules/work/work-type/components/WorkTypeQA/index.js +42 -42
  731. package/es/modules/work/work-type/components/WorkTypeQA/index.less +42 -42
  732. package/es/modules/work/work-type/components/WorkTypeQA/state.d.ts +16 -16
  733. package/es/modules/work/work-type/components/WorkTypeQA/state.js +123 -123
  734. package/es/modules/work/work-type/components/WorkTypeSelect/index.d.ts +9 -9
  735. package/es/modules/work/work-type/components/WorkTypeSelect/index.js +40 -40
  736. package/es/modules/work/work-type/components/WorkTypeStats/WorkTypeStatsCard.d.ts +6 -6
  737. package/es/modules/work/work-type/components/WorkTypeStats/WorkTypeStatsCard.js +14 -14
  738. package/es/modules/work/work-type/components/WorkTypeStats/index.d.ts +5 -5
  739. package/es/modules/work/work-type/components/WorkTypeStats/index.js +15 -15
  740. package/es/modules/work/work-type/components/WorkTypeStats/index.less +29 -29
  741. package/es/modules/work/work-type/components/WorkTypeStats/state.d.ts +6 -6
  742. package/es/modules/work/work-type/components/WorkTypeStats/state.js +26 -26
  743. package/es/modules/work/work-type/components/WorkTypeTabs/WorkTypeTabsCard.d.ts +5 -5
  744. package/es/modules/work/work-type/components/WorkTypeTabs/WorkTypeTabsCard.js +48 -48
  745. package/es/modules/work/work-type/components/WorkTypeTabs/index.d.ts +5 -5
  746. package/es/modules/work/work-type/components/WorkTypeTabs/index.js +53 -53
  747. package/es/modules/work/work-type/components/WorkTypeTabs/index.less +41 -41
  748. package/es/modules/work/work-type/controls/WorkTypeMenu/index.d.ts +15 -16
  749. package/es/modules/work/work-type/controls/WorkTypeMenu/index.js +60 -56
  750. package/es/modules/work/work-type/controls/WorkTypeMenu/index.js.map +1 -1
  751. package/es/modules/work/work-type/controls/WorkTypeMenu/index.less +36 -37
  752. package/es/modules/work/work-type/controls/WorkTypeStatusLabel/index.d.ts +10 -10
  753. package/es/modules/work/work-type/controls/WorkTypeStatusLabel/index.js +12 -12
  754. package/es/modules/work/work-type/controls/WorkTypeStatusLabel/index.less +15 -15
  755. package/es/modules/work/work-type/controls/WorktypeCompleteWorksChart/index.d.ts +6 -6
  756. package/es/modules/work/work-type/controls/WorktypeCompleteWorksChart/index.js +74 -74
  757. package/es/modules/work/work-type/controls/WorktypeCompleteWorksChart/index.less +8 -8
  758. package/es/modules/work/work-type/controls/WorktypeCompleteWorksChart/state.d.ts +5 -5
  759. package/es/modules/work/work-type/controls/WorktypeCompleteWorksChart/state.js +25 -25
  760. package/es/modules/work/work-type/pages/WorkTypePage/Dashboard.d.ts +5 -5
  761. package/es/modules/work/work-type/pages/WorkTypePage/Dashboard.js +17 -17
  762. package/es/modules/work/work-type/pages/WorkTypePage/Summary.d.ts +5 -5
  763. package/es/modules/work/work-type/pages/WorkTypePage/Summary.js +21 -21
  764. package/es/modules/work/work-type/pages/WorkTypePage/WorkListPage.d.ts +7 -7
  765. package/es/modules/work/work-type/pages/WorkTypePage/WorkListPage.js +24 -24
  766. package/es/modules/work/work-type/pages/WorkTypePage/index.d.ts +3 -3
  767. package/es/modules/work/work-type/pages/WorkTypePage/index.js +155 -155
  768. package/es/modules/work/work-type/pages/WorkTypePage/index.less +113 -113
  769. package/es/modules/work/work-type/pages/WorkTypePage/state.d.ts +22 -22
  770. package/es/modules/work/work-type/pages/WorkTypePage/state.js +160 -160
  771. package/es/modules/workspace/components/MyWorkspaces/index.d.ts +11 -11
  772. package/es/modules/workspace/components/MyWorkspaces/index.js +37 -37
  773. package/es/modules/workspace/components/MyWorkspaces/index.less +30 -30
  774. package/es/modules/workspace/components/NewWorkspaceDialog/index.d.ts +9 -9
  775. package/es/modules/workspace/components/NewWorkspaceDialog/index.js +59 -59
  776. package/es/modules/workspace/components/NewWorkspaceDialog/index.less +30 -30
  777. package/es/modules/workspace/components/NewWorkspaceDialog/state.d.ts +12 -12
  778. package/es/modules/workspace/components/NewWorkspaceDialog/state.js +34 -34
  779. package/es/modules/workspace/components/WorkspaceIcon/index.d.ts +10 -10
  780. package/es/modules/workspace/components/WorkspaceIcon/index.js +24 -24
  781. package/es/modules/workspace/components/WorkspaceIcon/index.less +79 -79
  782. package/es/modules/workspace/components/WorkspaceIconList/index.d.ts +14 -14
  783. package/es/modules/workspace/components/WorkspaceIconList/index.js +53 -53
  784. package/es/modules/workspace/components/WorkspaceIconList/index.less +18 -18
  785. package/es/modules/workspace/components/WorkspaceIconList2/index.d.ts +11 -11
  786. package/es/modules/workspace/components/WorkspaceIconList2/index.js +52 -52
  787. package/es/modules/workspace/components/WorkspaceIconList2/index.less +18 -18
  788. package/es/modules/workspace/components/WorkspaceIconList2/state.d.ts +9 -9
  789. package/es/modules/workspace/components/WorkspaceIconList2/state.js +50 -50
  790. package/es/modules/workspace/components/WorkspacePropertiesView/index.d.ts +6 -6
  791. package/es/modules/workspace/components/WorkspacePropertiesView/index.js +49 -49
  792. package/es/modules/workspace/components/WorkspacePropertiesView/index.less +19 -19
  793. package/es/modules/workspace/components/WorkspacePropertiesView/state.d.ts +15 -15
  794. package/es/modules/workspace/components/WorkspacePropertiesView/state.js +67 -67
  795. package/es/modules/workspace/components/WorkspaceTabs/index.d.ts +5 -5
  796. package/es/modules/workspace/components/WorkspaceTabs/index.js +31 -31
  797. package/es/modules/workspace/components/WorkspaceTabs/index.less +12 -12
  798. package/es/modules/workspace/controls/WorkspaceCompletedWorksChart/index.d.ts +6 -6
  799. package/es/modules/workspace/controls/WorkspaceCompletedWorksChart/index.js +72 -72
  800. package/es/modules/workspace/controls/WorkspaceCompletedWorksChart/index.less +8 -8
  801. package/es/modules/workspace/controls/WorkspaceCompletedWorksChart/state.d.ts +5 -5
  802. package/es/modules/workspace/controls/WorkspaceCompletedWorksChart/state.js +25 -25
  803. package/es/modules/workspace/controls/WorkspaceMenu/index.d.ts +7 -7
  804. package/es/modules/workspace/controls/WorkspaceMenu/index.js +59 -62
  805. package/es/modules/workspace/controls/WorkspaceMenu/index.js.map +1 -1
  806. package/es/modules/workspace/controls/WorkspaceMenu/index.less +38 -38
  807. package/es/modules/workspace/pages/WorkspaceDefaultView/index.d.ts +6 -6
  808. package/es/modules/workspace/pages/WorkspaceDefaultView/index.js +48 -48
  809. package/es/modules/workspace/pages/WorkspaceDefaultView/index.less +22 -22
  810. package/es/modules/workspace/pages/WorkspaceDefaultView/state.d.ts +15 -15
  811. package/es/modules/workspace/pages/WorkspaceDefaultView/state.js +67 -67
  812. package/es/modules/workspace/pages/WorkspacePage/index.d.ts +3 -3
  813. package/es/modules/workspace/pages/WorkspacePage/index.js +203 -203
  814. package/es/modules/workspace/pages/WorkspacePage/index.less +25 -25
  815. package/es/modules/workspace/pages/WorkspacePage/state.d.ts +52 -52
  816. package/es/modules/workspace/pages/WorkspacePage/state.js +288 -288
  817. package/es/obsolete/WorkTypeDefaultView/index.d.ts +3 -3
  818. package/es/obsolete/WorkTypeDefaultView/index.js +31 -31
  819. package/es/obsolete/WorkTypeDefaultView/index.less +19 -19
  820. package/es/routes.d.ts +4 -4
  821. package/es/routes.js +19 -19
  822. package/es/style/common.less +187 -187
  823. package/es/style/index.less +13 -13
  824. package/package.json +63 -63
  825. package/readme.md +145 -145
@@ -1,93 +1,93 @@
1
- import "./index.less";
2
- import { useNotification, useNotificationListEffect, useNotificationStore, } from "../../../../data/notification";
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 AsideContent from "@voplus/morpho-ui/es/components/layout/AsideContent";
7
- import { CSSTransition } from "react-transition-group";
8
- import DocumentNotificationCard from "../DocumentNotificationCard";
9
- import ListView from "@voplus/morpho-ui/es/components/layout/ListView/ListView2";
10
- import PageHeader from "@voplus/morpho-ui/es/components/PageHeader";
11
- import PropertiesView from "@voplus/morpho-document-core/es/components/PropertiesView";
12
- import S from "string";
13
- import { runInAction } from "mobx";
14
- const NotificationList = (props) => {
15
- const store = useNotificationStore();
16
- const [asideContext] = useState(AsideContent.createContext());
17
- // const list = useCreateListDataState<INotificaiton>({}, []);
18
- const list = useCreateListDataState({ filterDefaults: { filters: filters() } }, [
19
- props.status,
20
- ]);
21
- /** 如果 list.filters.options变更了就重渲染,使下一行的useNotificaitonListEffect 可以接收新参数*/
22
- useRenderOnChange(() => list.filters.options);
23
- /** 把ListDataState传给useNotificaitonListEffect,使之可以自動更新loading, hasmore. */
24
- useNotificationListEffect(list, (result, total) => {
25
- var _a;
26
- list.union(result);
27
- (_a = props.onTotal) === null || _a === void 0 ? void 0 : _a.call(props, total);
28
- }, {
29
- Total: true,
30
- ...list.filters.options,
31
- });
32
- // try to load the active notification and add to list if it's not already there.
33
- useNotification(props.active, {
34
- onLoad: (item) => {
35
- list.insert(item, 0);
36
- if (item.status === "Unread") {
37
- editStatus(item.id, "Read");
38
- }
39
- asideContext === null || asideContext === void 0 ? void 0 : asideContext.openAside(React.createElement(PropertiesView, { id: item.content.documentId }), {
40
- span: 12,
41
- });
42
- },
43
- });
44
- const header = (React.createElement(PageHeader, { titleView: `${firstToUpper(props.status)} Notifications`, addAble: false, quickSearch: true }));
45
- return observe(() => (React.createElement(ListDataContext.Provider, { value: list },
46
- React.createElement("div", { className: "my-space-notifications" },
47
- React.createElement(AsideContent, { context: asideContext },
48
- React.createElement(ListView, { headerProps: { header: header, sortable: false, addAble: false }, className: "notifications-list", renderItem: ({ item }) => {
49
- return (React.createElement(CSSTransition, { key: item.id, in: list.isRemoving(item.id) !== true, timeout: 300, classNames: "notification-card" },
50
- React.createElement(DocumentNotificationCard, { id: item.id, active: props.active === item.id ? true : false, onClick: (ev) => {
51
- var _a;
52
- const path = ev.nativeEvent.composedPath();
53
- const visible = path.some((item) => item.className === "notification-card-content");
54
- /** fix: notification card里的任何对话框(比如:pdf/file viewer quick view) 任何button 都按不了,一按就close */
55
- if (visible) {
56
- // asideContext?.openAside(<PropertiesView id={item.content.documentId} />, {
57
- // span: 12,
58
- // });
59
- (_a = props.onClickItem) === null || _a === void 0 ? void 0 : _a.call(props, ev, item);
60
- }
61
- }, onChangeStatus: (status) => editStatus(item.id, status) })));
62
- } }))))));
63
- // 字符串首字母转大写
64
- function firstToUpper(v) {
65
- return v.trim().toLowerCase().replace(v[0], v[0].toUpperCase());
66
- }
67
- function filters() {
68
- if (!props.status || props.status == "all")
69
- return [];
70
- return [
71
- {
72
- c: "Status",
73
- o: "=",
74
- l: "And",
75
- v1: S(props.status).capitalize().toString(),
76
- },
77
- ];
78
- }
79
- function editStatus(id, status) {
80
- runInAction(async () => {
81
- var _a;
82
- const item = store.items.get(id);
83
- const old = item.status;
84
- await store.edit(id, { data: { status: status }, error: "message" });
85
- (_a = props.onItemStatusChanged) === null || _a === void 0 ? void 0 : _a.call(props, old, item);
86
- if (props.status === "unread" && item.status === "Read")
87
- return;
88
- list.remove(item.id, { delay: 300 });
89
- });
90
- }
91
- };
92
- export default NotificationList;
1
+ import "./index.less";
2
+ import { useNotification, useNotificationListEffect, useNotificationStore, } from "../../../../data/notification";
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 AsideContent from "@voplus/morpho-ui/es/components/layout/AsideContent";
7
+ import { CSSTransition } from "react-transition-group";
8
+ import DocumentNotificationCard from "../DocumentNotificationCard";
9
+ import ListView from "@voplus/morpho-ui/es/components/layout/ListView/ListView2";
10
+ import PageHeader from "@voplus/morpho-ui/es/components/PageHeader";
11
+ import PropertiesView from "@voplus/morpho-document-core/es/components/PropertiesView";
12
+ import S from "string";
13
+ import { runInAction } from "mobx";
14
+ const NotificationList = (props) => {
15
+ const store = useNotificationStore();
16
+ const [asideContext] = useState(AsideContent.createContext());
17
+ // const list = useCreateListDataState<INotificaiton>({}, []);
18
+ const list = useCreateListDataState({ filterDefaults: { filters: filters() } }, [
19
+ props.status,
20
+ ]);
21
+ /** 如果 list.filters.options变更了就重渲染,使下一行的useNotificaitonListEffect 可以接收新参数*/
22
+ useRenderOnChange(() => list.filters.options);
23
+ /** 把ListDataState传给useNotificaitonListEffect,使之可以自動更新loading, hasmore. */
24
+ useNotificationListEffect(list, (result, total) => {
25
+ var _a;
26
+ list.union(result);
27
+ (_a = props.onTotal) === null || _a === void 0 ? void 0 : _a.call(props, total);
28
+ }, {
29
+ Total: true,
30
+ ...list.filters.options,
31
+ });
32
+ // try to load the active notification and add to list if it's not already there.
33
+ useNotification(props.active, {
34
+ onLoad: (item) => {
35
+ list.insert(item, 0);
36
+ if (item.status === "Unread") {
37
+ editStatus(item.id, "Read");
38
+ }
39
+ asideContext === null || asideContext === void 0 ? void 0 : asideContext.openAside(React.createElement(PropertiesView, { id: item.content.documentId }), {
40
+ span: 12,
41
+ });
42
+ },
43
+ });
44
+ const header = (React.createElement(PageHeader, { titleView: `${firstToUpper(props.status)} Notifications`, addAble: false, quickSearch: true }));
45
+ return observe(() => (React.createElement(ListDataContext.Provider, { value: list },
46
+ React.createElement("div", { className: "my-space-notifications" },
47
+ React.createElement(AsideContent, { context: asideContext },
48
+ React.createElement(ListView, { headerProps: { header: header, sortable: false, addAble: false }, className: "notifications-list", renderItem: ({ item }) => {
49
+ return (React.createElement(CSSTransition, { key: item.id, in: list.isRemoving(item.id) !== true, timeout: 300, classNames: "notification-card" },
50
+ React.createElement(DocumentNotificationCard, { id: item.id, active: props.active === item.id ? true : false, onClick: (ev) => {
51
+ var _a;
52
+ const path = ev.nativeEvent.composedPath();
53
+ const visible = path.some((item) => item.className === "notification-card-content");
54
+ /** fix: notification card里的任何对话框(比如:pdf/file viewer quick view) 任何button 都按不了,一按就close */
55
+ if (visible) {
56
+ // asideContext?.openAside(<PropertiesView id={item.content.documentId} />, {
57
+ // span: 12,
58
+ // });
59
+ (_a = props.onClickItem) === null || _a === void 0 ? void 0 : _a.call(props, ev, item);
60
+ }
61
+ }, onChangeStatus: (status) => editStatus(item.id, status) })));
62
+ } }))))));
63
+ // 字符串首字母转大写
64
+ function firstToUpper(v) {
65
+ return v.trim().toLowerCase().replace(v[0], v[0].toUpperCase());
66
+ }
67
+ function filters() {
68
+ if (!props.status || props.status == "all")
69
+ return [];
70
+ return [
71
+ {
72
+ c: "Status",
73
+ o: "=",
74
+ l: "And",
75
+ v1: S(props.status).capitalize().toString(),
76
+ },
77
+ ];
78
+ }
79
+ function editStatus(id, status) {
80
+ runInAction(async () => {
81
+ var _a;
82
+ const item = store.items.get(id);
83
+ const old = item.status;
84
+ await store.edit(id, { data: { status: status }, error: "message" });
85
+ (_a = props.onItemStatusChanged) === null || _a === void 0 ? void 0 : _a.call(props, old, item);
86
+ if (props.status === "unread" && item.status === "Read")
87
+ return;
88
+ list.remove(item.id, { delay: 300 });
89
+ });
90
+ }
91
+ };
92
+ export default NotificationList;
93
93
  //# sourceMappingURL=index.js.map
@@ -1,32 +1,32 @@
1
- @import "~@voplus/morpho-theme/styles/index.less";
2
-
3
- :global {
4
- .my-notifications {
5
- padding: 0 !important;
6
-
7
- .my-space-notifications {
8
- height: 100%;
9
- display: flex;
10
- flex-direction: column;
11
-
12
- .notifications-list {
13
- background-color: @background-color;
14
- }
15
-
16
- .list-view___gDzHz .list-view-header {
17
- padding: 2em 0px 1em 0px;
18
- margin: 0 24px;
19
- width: calc(100% - 48px);
20
- }
21
- }
22
- }
23
-
24
- .notification-card-exit {
25
- opacity: 1;
26
- }
27
-
28
- .notification-card-exit-active {
29
- opacity: 0;
30
- transition: opacity 300ms;
31
- }
32
- }
1
+ @import "~@voplus/morpho-theme/styles/index.less";
2
+
3
+ :global {
4
+ .my-notifications {
5
+ padding: 0 !important;
6
+
7
+ .my-space-notifications {
8
+ height: 100%;
9
+ display: flex;
10
+ flex-direction: column;
11
+
12
+ .notifications-list {
13
+ background-color: @background-color;
14
+ }
15
+
16
+ .list-view___gDzHz .list-view-header {
17
+ padding: 2em 0px 1em 0px;
18
+ margin: 0 24px;
19
+ width: calc(100% - 48px);
20
+ }
21
+ }
22
+ }
23
+
24
+ .notification-card-exit {
25
+ opacity: 1;
26
+ }
27
+
28
+ .notification-card-exit-active {
29
+ opacity: 0;
30
+ transition: opacity 300ms;
31
+ }
32
+ }
@@ -1,7 +1,7 @@
1
- /// <reference types="react" />
2
- declare const MyPinned: (props: {
3
- active?: string | undefined;
4
- /** Call back when an item has been clicked on the list. */
5
- onClickItem?: ((id: string) => void) | undefined;
6
- }) => JSX.Element;
7
- export default MyPinned;
1
+ /// <reference types="react" />
2
+ declare const MyPinned: (props: {
3
+ active?: string | undefined;
4
+ /** Call back when an item has been clicked on the list. */
5
+ onClickItem?: ((id: string) => void) | undefined;
6
+ }) => JSX.Element;
7
+ export default MyPinned;
@@ -1,42 +1,42 @@
1
- import React, { useState } from "react";
2
- import { Scrollbars } from "react-custom-scrollbars";
3
- import { observe } from "@voplus/morpho-ui";
4
- import { ListDataContext, useCreateListDataState } from "@voplus/morpho-ui/es/data/ListDataContext";
5
- import { faExclamationCircle, faStar } from "@fortawesome/free-solid-svg-icons";
6
- import { FontAwesomeIcon as FAIcon } from "@fortawesome/react-fontawesome";
7
- import AsideContent from "@voplus/morpho-ui/es/components/layout/AsideContent";
8
- import PropertiesView from "@voplus/morpho-document-core/es/components/PropertiesView";
9
- import PinnedCardList from "../PinnedCardList";
10
- import PageHeader from "@voplus/morpho-ui/es/components/PageHeader";
11
- import styles from "./index.less";
12
- const MyPinned = (props) => {
13
- const [asideContext] = useState(AsideContent.createContext());
14
- const list = useCreateListDataState({}, []);
15
- return observe(() => (React.createElement(AsideContent, { context: asideContext },
16
- React.createElement(ListDataContext.Provider, { value: list },
17
- React.createElement("div", { className: styles["my-pinned"] },
18
- React.createElement("div", { className: "my-pinned-title" },
19
- React.createElement(PageHeader, { addAble: false, titleView: "My Pinned", sortable: true, quickSearch: true })),
20
- React.createElement("div", { className: "pinned-content" },
21
- React.createElement(Scrollbars, { autoHide: true },
22
- React.createElement("div", { className: "pinned-list" },
23
- React.createElement("span", { className: "pinned-list-title text-gray-700" },
24
- React.createElement(FAIcon, { icon: faStar, className: "margin-right-10" }),
25
- "Starred"),
26
- React.createElement(PinnedCardList, { filterStatus: "Star", onItemClick: onItemClick })),
27
- React.createElement("div", { className: "pinned-list" },
28
- React.createElement("span", { className: "pinned-list-title text-gray-700" },
29
- React.createElement(FAIcon, { icon: faExclamationCircle, className: "margin-right-10" }),
30
- "Urgent"),
31
- React.createElement(PinnedCardList, { filterStatus: "Urgent", onItemClick: onItemClick })),
32
- React.createElement("div", { className: "pinned-list" },
33
- React.createElement("span", { className: "pinned-list-title text-gray-700" }, "Others"),
34
- React.createElement(PinnedCardList, { filterStatus: "None", onItemClick: onItemClick })))))))));
35
- function onItemClick(id) {
36
- var _a;
37
- asideContext.openAside(React.createElement(PropertiesView, { id: id }), { span: 12 });
38
- (_a = props.onClickItem) === null || _a === void 0 ? void 0 : _a.call(props, id);
39
- }
40
- };
41
- export default MyPinned;
1
+ import React, { useState } from "react";
2
+ import { Scrollbars } from "react-custom-scrollbars";
3
+ import { observe } from "@voplus/morpho-ui";
4
+ import { ListDataContext, useCreateListDataState } from "@voplus/morpho-ui/es/data/ListDataContext";
5
+ import { faExclamationCircle, faStar } from "@fortawesome/free-solid-svg-icons";
6
+ import { FontAwesomeIcon as FAIcon } from "@fortawesome/react-fontawesome";
7
+ import AsideContent from "@voplus/morpho-ui/es/components/layout/AsideContent";
8
+ import PropertiesView from "@voplus/morpho-document-core/es/components/PropertiesView";
9
+ import PinnedCardList from "../PinnedCardList";
10
+ import PageHeader from "@voplus/morpho-ui/es/components/PageHeader";
11
+ import styles from "./index.less";
12
+ const MyPinned = (props) => {
13
+ const [asideContext] = useState(AsideContent.createContext());
14
+ const list = useCreateListDataState({}, []);
15
+ return observe(() => (React.createElement(AsideContent, { context: asideContext },
16
+ React.createElement(ListDataContext.Provider, { value: list },
17
+ React.createElement("div", { className: styles["my-pinned"] },
18
+ React.createElement("div", { className: "my-pinned-title" },
19
+ React.createElement(PageHeader, { addAble: false, titleView: "My Pinned", sortable: true, quickSearch: true })),
20
+ React.createElement("div", { className: "pinned-content" },
21
+ React.createElement(Scrollbars, { autoHide: true },
22
+ React.createElement("div", { className: "pinned-list" },
23
+ React.createElement("span", { className: "pinned-list-title text-gray-700" },
24
+ React.createElement(FAIcon, { icon: faStar, className: "margin-right-10" }),
25
+ "Starred"),
26
+ React.createElement(PinnedCardList, { filterStatus: "Star", onItemClick: onItemClick })),
27
+ React.createElement("div", { className: "pinned-list" },
28
+ React.createElement("span", { className: "pinned-list-title text-gray-700" },
29
+ React.createElement(FAIcon, { icon: faExclamationCircle, className: "margin-right-10" }),
30
+ "Urgent"),
31
+ React.createElement(PinnedCardList, { filterStatus: "Urgent", onItemClick: onItemClick })),
32
+ React.createElement("div", { className: "pinned-list" },
33
+ React.createElement("span", { className: "pinned-list-title text-gray-700" }, "Others"),
34
+ React.createElement(PinnedCardList, { filterStatus: "None", onItemClick: onItemClick })))))))));
35
+ function onItemClick(id) {
36
+ var _a;
37
+ asideContext.openAside(React.createElement(PropertiesView, { id: id }), { span: 12 });
38
+ (_a = props.onClickItem) === null || _a === void 0 ? void 0 : _a.call(props, id);
39
+ }
40
+ };
41
+ export default MyPinned;
42
42
  //# sourceMappingURL=index.js.map
@@ -1,34 +1,34 @@
1
- .my-pinned {
2
- height: 100%;
3
- background-color: #f5f9fc;
4
-
5
- :global {
6
- .my-pinned-title {
7
- padding: 30px 20px 0 40px;
8
- }
9
-
10
- .pinned-content {
11
- height: calc(100% - 76px);
12
-
13
- .pinned-list {
14
- flex: 1;
15
- display: flex;
16
- flex-direction: column;
17
-
18
- .pinned-list-title {
19
- margin: 40px 0 16px 40px;
20
- height: 26px;
21
- font-size: 20px;
22
- font-family: Microsoft YaHei;
23
- font-weight: bold;
24
- line-height: 26px;
25
- opacity: 1;
26
- }
27
-
28
- .custom-icon-list {
29
- padding: 0 12px;
30
- }
31
- }
32
- }
33
- }
34
- }
1
+ .my-pinned {
2
+ height: 100%;
3
+ background-color: #f5f9fc;
4
+
5
+ :global {
6
+ .my-pinned-title {
7
+ padding: 30px 20px 0 40px;
8
+ }
9
+
10
+ .pinned-content {
11
+ height: calc(100% - 76px);
12
+
13
+ .pinned-list {
14
+ flex: 1;
15
+ display: flex;
16
+ flex-direction: column;
17
+
18
+ .pinned-list-title {
19
+ margin: 40px 0 16px 40px;
20
+ height: 26px;
21
+ font-size: 20px;
22
+ font-family: Microsoft YaHei;
23
+ font-weight: bold;
24
+ line-height: 26px;
25
+ opacity: 1;
26
+ }
27
+
28
+ .custom-icon-list {
29
+ padding: 0 12px;
30
+ }
31
+ }
32
+ }
33
+ }
34
+ }
@@ -1,6 +1,6 @@
1
- /// <reference types="react" />
2
- declare const PinnedCardList: (props: {
3
- filterStatus: "Star" | "Urgent" | "None";
4
- onItemClick?: ((id: string) => void) | undefined;
5
- }) => JSX.Element;
6
- export default PinnedCardList;
1
+ /// <reference types="react" />
2
+ declare const PinnedCardList: (props: {
3
+ filterStatus: "Star" | "Urgent" | "None";
4
+ onItemClick?: ((id: string) => void) | undefined;
5
+ }) => JSX.Element;
6
+ export default PinnedCardList;
@@ -1,75 +1,75 @@
1
- import { useDocumentListEffect, useMetaStore } from "@voplus/morpho-document-core";
2
- import React, { useState } from "react";
3
- import { observe, useAutorunEffect, useRenderOnChange } from "@voplus/morpho-ui";
4
- import { useCreateListDataState, useListDataContext } from "@voplus/morpho-ui/es/data";
5
- import CustomIcon from "@voplus/morpho-ui/es/controls/CustomIconList/CustomIcon";
6
- import { Empty } from "antd";
7
- import { State } from "./state";
8
- import { runInAction } from "mobx";
9
- import { useAutoUpdateListData } from "@voplus/morpho-document-core/es/data/DocumentStore/hooks/pin-events";
10
- const PinnedCardList = (props) => {
11
- const [active, setActive] = useState("");
12
- const [state] = useState(new State());
13
- let filters = [];
14
- let sort = {};
15
- const meta = useMetaStore();
16
- const list = useListDataContext();
17
- useAutorunEffect(() => {
18
- var _c, _d, _e, _f, _g, _h, _j, _k, _l;
19
- if ((_d = (_c = list.filters) === null || _c === void 0 ? void 0 : _c.options) === null || _d === void 0 ? void 0 : _d.Filters) {
20
- filters = (_f = (_e = list.filters) === null || _e === void 0 ? void 0 : _e.options) === null || _f === void 0 ? void 0 : _f.Filters;
21
- const result = filters.length === ((_g = state.filters) === null || _g === void 0 ? void 0 : _g.length) &&
22
- filters.every((a) => state.filters.some((b) => a.c === b.c && a.v1 === b.v1)) &&
23
- state.filters.every((_b) => filters.some((_a) => _a.c === _b.c && _a.v1 === _b.v1));
24
- if (!result) {
25
- docList.reset();
26
- runInAction(() => {
27
- // should use useOnRenderChange
28
- docList["_loading"] = true;
29
- state.filters = filters;
30
- });
31
- }
32
- }
33
- if ((_j = (_h = list.filters) === null || _h === void 0 ? void 0 : _h.options) === null || _j === void 0 ? void 0 : _j.Sort) {
34
- sort = (_l = (_k = list.filters) === null || _k === void 0 ? void 0 : _k.options) === null || _l === void 0 ? void 0 : _l.Sort;
35
- runInAction(() => {
36
- docList.triggerSort(sort);
37
- state.Sort = sort;
38
- });
39
- }
40
- });
41
- /** 建立 ListView 和useDocumentListEffect所需的ListDataState. 会根据state.id重建所以不需reset. */
42
- const docList = useCreateListDataState({
43
- filterDefaults: {
44
- filters: [],
45
- },
46
- }, []);
47
- /** 如果 list.filters.options变更了就重渲染,使下一行的useDocumentListEffect 可以接收新参数*/
48
- useRenderOnChange(() => docList.filters.options);
49
- /** 把ListDataState传给useDocumentListEffect,使之可以自動更新loading, hasmore. */
50
- useDocumentListEffect(docList, (result) => docList.union(result), {
51
- ...docList.filters.options,
52
- Sort: state.Sort,
53
- Filters: [
54
- ...state.filters,
55
- { c: "Pin", l: "And", o: "=", v1: "True" },
56
- {
57
- c: "Flag",
58
- o: "=",
59
- l: "And",
60
- v1: props.filterStatus,
61
- },
62
- ],
63
- });
64
- /** useOnNewDocument, useOnDeleteDocument的sugar syntax 自動更新list. */
65
- useAutoUpdateListData(docList, (d) => d.flag === props.filterStatus);
66
- // return observe(() => <CustomIconList list={list.data as any} onClickItem={onItemClick} />);
67
- return observe(() => (React.createElement("div", { className: "custom-icon-list" }, docList.data.length !== 0 ? (docList.data.map((item) => (React.createElement(CustomIcon, { key: item.id, id: item.id, name: item.name, icon: meta.getIcon(item), onClickItem: onClickItem, className: active === item.id ? "active" : "" })))) : (React.createElement(Empty, { className: "empty-style" })))));
68
- function onClickItem(id) {
69
- var _c;
70
- setActive(id);
71
- (_c = props.onItemClick) === null || _c === void 0 ? void 0 : _c.call(props, id);
72
- }
73
- };
74
- export default PinnedCardList;
1
+ import { useDocumentListEffect, useMetaStore } from "@voplus/morpho-document-core";
2
+ import React, { useState } from "react";
3
+ import { observe, useAutorunEffect, useRenderOnChange } from "@voplus/morpho-ui";
4
+ import { useCreateListDataState, useListDataContext } from "@voplus/morpho-ui/es/data";
5
+ import CustomIcon from "@voplus/morpho-ui/es/controls/CustomIconList/CustomIcon";
6
+ import { Empty } from "antd";
7
+ import { State } from "./state";
8
+ import { runInAction } from "mobx";
9
+ import { useAutoUpdateListData } from "@voplus/morpho-document-core/es/data/DocumentStore/hooks/pin-events";
10
+ const PinnedCardList = (props) => {
11
+ const [active, setActive] = useState("");
12
+ const [state] = useState(new State());
13
+ let filters = [];
14
+ let sort = {};
15
+ const meta = useMetaStore();
16
+ const list = useListDataContext();
17
+ useAutorunEffect(() => {
18
+ var _c, _d, _e, _f, _g, _h, _j, _k, _l;
19
+ if ((_d = (_c = list.filters) === null || _c === void 0 ? void 0 : _c.options) === null || _d === void 0 ? void 0 : _d.Filters) {
20
+ filters = (_f = (_e = list.filters) === null || _e === void 0 ? void 0 : _e.options) === null || _f === void 0 ? void 0 : _f.Filters;
21
+ const result = filters.length === ((_g = state.filters) === null || _g === void 0 ? void 0 : _g.length) &&
22
+ filters.every((a) => state.filters.some((b) => a.c === b.c && a.v1 === b.v1)) &&
23
+ state.filters.every((_b) => filters.some((_a) => _a.c === _b.c && _a.v1 === _b.v1));
24
+ if (!result) {
25
+ docList.reset();
26
+ runInAction(() => {
27
+ // should use useOnRenderChange
28
+ docList["_loading"] = true;
29
+ state.filters = filters;
30
+ });
31
+ }
32
+ }
33
+ if ((_j = (_h = list.filters) === null || _h === void 0 ? void 0 : _h.options) === null || _j === void 0 ? void 0 : _j.Sort) {
34
+ sort = (_l = (_k = list.filters) === null || _k === void 0 ? void 0 : _k.options) === null || _l === void 0 ? void 0 : _l.Sort;
35
+ runInAction(() => {
36
+ docList.triggerSort(sort);
37
+ state.Sort = sort;
38
+ });
39
+ }
40
+ });
41
+ /** 建立 ListView 和useDocumentListEffect所需的ListDataState. 会根据state.id重建所以不需reset. */
42
+ const docList = useCreateListDataState({
43
+ filterDefaults: {
44
+ filters: [],
45
+ },
46
+ }, []);
47
+ /** 如果 list.filters.options变更了就重渲染,使下一行的useDocumentListEffect 可以接收新参数*/
48
+ useRenderOnChange(() => docList.filters.options);
49
+ /** 把ListDataState传给useDocumentListEffect,使之可以自動更新loading, hasmore. */
50
+ useDocumentListEffect(docList, (result) => docList.union(result), {
51
+ ...docList.filters.options,
52
+ Sort: state.Sort,
53
+ Filters: [
54
+ ...state.filters,
55
+ { c: "Pin", l: "And", o: "=", v1: "True" },
56
+ {
57
+ c: "Flag",
58
+ o: "=",
59
+ l: "And",
60
+ v1: props.filterStatus,
61
+ },
62
+ ],
63
+ });
64
+ /** useOnNewDocument, useOnDeleteDocument的sugar syntax 自動更新list. */
65
+ useAutoUpdateListData(docList, (d) => d.flag === props.filterStatus);
66
+ // return observe(() => <CustomIconList list={list.data as any} onClickItem={onItemClick} />);
67
+ return observe(() => (React.createElement("div", { className: "custom-icon-list" }, docList.data.length !== 0 ? (docList.data.map((item) => (React.createElement(CustomIcon, { key: item.id, id: item.id, name: item.name, icon: meta.getIcon(item), onClickItem: onClickItem, className: active === item.id ? "active" : "" })))) : (React.createElement(Empty, { className: "empty-style" })))));
68
+ function onClickItem(id) {
69
+ var _c;
70
+ setActive(id);
71
+ (_c = props.onItemClick) === null || _c === void 0 ? void 0 : _c.call(props, id);
72
+ }
73
+ };
74
+ export default PinnedCardList;
75
75
  //# sourceMappingURL=index.js.map
@@ -1,8 +1,8 @@
1
- import { FilterOption, SortParameters } from "@voplus/morpho-data/es/types";
2
- export declare class State {
3
- /** filters */
4
- filters: FilterOption[];
5
- /** Sort */
6
- Sort: SortParameters;
7
- constructor();
8
- }
1
+ import { FilterOption, SortParameters } from "@voplus/morpho-data/es/types";
2
+ export declare class State {
3
+ /** filters */
4
+ filters: FilterOption[];
5
+ /** Sort */
6
+ Sort: SortParameters;
7
+ constructor();
8
+ }