@voplus/morpho-workspace 1.3.63 → 1.3.65

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 (365) hide show
  1. package/es/data/task/types.d.ts +1 -0
  2. package/es/data/work/interfaces.d.ts +1 -0
  3. package/es/{pages → modules}/Routes.js +4 -4
  4. package/es/modules/Routes.js.map +1 -0
  5. package/es/modules/meeting/components/AgendaList/AgendaContext.d.ts +28 -0
  6. package/es/modules/meeting/components/AgendaList/AgendaContext.js +81 -0
  7. package/es/modules/meeting/components/AgendaList/AgendaContext.js.map +1 -0
  8. package/es/modules/meeting/components/AgendaList/AgendaItem/index.js +29 -27
  9. package/es/modules/meeting/components/AgendaList/AgendaItem/index.js.map +1 -1
  10. package/es/modules/meeting/components/AgendaList/AgendaItem/index.less +39 -36
  11. package/es/modules/meeting/components/AgendaList/AgendaItem/state.d.ts +4 -12
  12. package/es/modules/meeting/components/AgendaList/AgendaItem/state.js +7 -73
  13. package/es/modules/meeting/components/AgendaList/AgendaItem/state.js.map +1 -1
  14. package/es/modules/meeting/components/AgendaList/AgendaNewForm/index.less +1 -0
  15. package/es/modules/meeting/components/AgendaList/index.js +27 -27
  16. package/es/modules/meeting/components/AgendaList/index.js.map +1 -1
  17. package/es/modules/meeting/components/AgendaList/index.less +35 -0
  18. package/es/modules/meeting/components/MeetingProperties/index.js +1 -1
  19. package/es/modules/meeting/components/MeetingProperties/index.js.map +1 -1
  20. package/es/modules/meeting/pages/MeetingDefaultView/index.js +1 -1
  21. package/es/modules/meeting/pages/MeetingDefaultView/index.js.map +1 -1
  22. package/es/modules/meeting/pages/MeetingDefaultView/index.less +4 -1
  23. package/es/modules/project/ProjectDefaultView/index.js.map +1 -0
  24. package/es/modules/project/data/ProjectStore.js.map +1 -0
  25. package/es/modules/project/data/hook.js.map +1 -0
  26. package/es/modules/project/data/index.js.map +1 -0
  27. package/es/modules/project/data/interfaces.js.map +1 -0
  28. package/es/modules/space/components/Notes/ColorSelect/index.js.map +1 -0
  29. package/es/modules/space/components/Notes/NewNoteDialog/index.js.map +1 -0
  30. package/es/modules/space/components/Notes/TextNoteCard/index.js.map +1 -0
  31. package/es/modules/space/components/Notes/TextNoteCard/state.js.map +1 -0
  32. package/es/modules/space/components/Notes/index.js.map +1 -0
  33. package/es/modules/space/components/Notifications/index.js.map +1 -0
  34. package/es/modules/space/components/Projects/index.js.map +1 -0
  35. package/es/modules/space/components/TaskMenu/index.js.map +1 -0
  36. package/es/modules/space/components/TaskMenu/state.js.map +1 -0
  37. package/es/modules/space/components/Tasks/index.js.map +1 -0
  38. package/es/modules/space/components/WorkMenu/index.js.map +1 -0
  39. package/es/modules/space/components/WorkMenu/state.js.map +1 -0
  40. package/es/modules/space/components/Works/index.js.map +1 -0
  41. package/es/modules/space/components/Workspaces/index.js.map +1 -0
  42. package/es/modules/space/pages/MySpace/index.js.map +1 -0
  43. package/es/modules/space/pages/MySpace/state.js.map +1 -0
  44. package/es/modules/tasks/components/TaskProperties/index.js +16 -2
  45. package/es/modules/tasks/components/TaskProperties/index.js.map +1 -1
  46. package/es/modules/tasks/pages/TaskDefaultView/index.js +1 -1
  47. package/es/modules/tasks/pages/TaskDefaultView/index.js.map +1 -1
  48. package/es/modules/work/components/NewWorkForm/index.d.ts +1 -0
  49. package/es/modules/work/components/NewWorkForm/index.js +9 -2
  50. package/es/modules/work/components/NewWorkForm/index.js.map +1 -1
  51. package/es/modules/work/components/NewWorkForm/state.d.ts +2 -0
  52. package/es/modules/work/components/NewWorkForm/state.js +1 -0
  53. package/es/modules/work/components/NewWorkForm/state.js.map +1 -1
  54. package/es/modules/work/components/RelatedWorkList/index.d.ts +5 -0
  55. package/es/modules/work/components/RelatedWorkList/index.js +8 -0
  56. package/es/modules/work/components/RelatedWorkList/index.js.map +1 -0
  57. package/es/modules/work/components/WorkList/index.d.ts +31 -18
  58. package/es/modules/work/components/WorkList/index.js +10 -4
  59. package/es/modules/work/components/WorkList/index.js.map +1 -1
  60. package/es/modules/work/components/WorkTabs/index.js +4 -1
  61. package/es/modules/work/components/WorkTabs/index.js.map +1 -1
  62. package/es/modules/work/components/WorkTabs/index.less +7 -1
  63. package/es/modules/work/components/WorksProperties/index.d.ts +1 -0
  64. package/es/modules/work/components/WorksProperties/index.js +14 -13
  65. package/es/modules/work/components/WorksProperties/index.js.map +1 -1
  66. package/es/modules/work/pages/WorkDefaultView/index.js +2 -2
  67. package/es/modules/work/pages/WorkDefaultView/index.js.map +1 -1
  68. package/es/modules/{worktype → work/work-type}/components/NewTypeForm/index.js +1 -1
  69. package/es/modules/work/work-type/components/NewTypeForm/index.js.map +1 -0
  70. package/es/modules/work/work-type/components/NewTypeForm/index.less +8 -0
  71. package/es/modules/work/work-type/components/NewTypeForm/state.js.map +1 -0
  72. package/es/modules/work/work-type/components/RepeatTab/index.js.map +1 -0
  73. package/es/modules/{worktype → work/work-type}/components/WorkTypeCard/index.js +4 -4
  74. package/es/modules/work/work-type/components/WorkTypeCard/index.js.map +1 -0
  75. package/es/modules/{worktype → work/work-type}/components/WorkTypeCardList/index.d.ts +1 -1
  76. package/es/modules/{worktype → work/work-type}/components/WorkTypeCardList/index.js +2 -2
  77. package/es/modules/work/work-type/components/WorkTypeCardList/index.js.map +1 -0
  78. package/es/modules/{worktype → work/work-type}/components/WorkTypeItem/index.js +1 -1
  79. package/es/modules/work/work-type/components/WorkTypeItem/index.js.map +1 -0
  80. package/es/modules/{worktype → work/work-type}/components/WorkTypeList/index.d.ts +1 -1
  81. package/es/modules/{worktype → work/work-type}/components/WorkTypeList/index.js +3 -3
  82. package/es/modules/work/work-type/components/WorkTypeList/index.js.map +1 -0
  83. package/es/modules/{worktype → work/work-type}/components/WorkTypeProperties/index.js +1 -1
  84. package/es/modules/work/work-type/components/WorkTypeProperties/index.js.map +1 -0
  85. package/es/modules/{worktype → work/work-type}/components/WorkTypeProperties/state.d.ts +1 -1
  86. package/es/modules/work/work-type/components/WorkTypeProperties/state.js.map +1 -0
  87. package/es/modules/{worktype → work/work-type}/components/WorkTypePropertiesTabs/index.js +1 -1
  88. package/es/modules/work/work-type/components/WorkTypePropertiesTabs/index.js.map +1 -0
  89. package/es/modules/{worktype → work/work-type}/components/WorkTypePropertiesView/index.js +1 -1
  90. package/es/modules/work/work-type/components/WorkTypePropertiesView/index.js.map +1 -0
  91. package/es/modules/{worktype → work/work-type}/components/WorkTypePropertiesView/state.d.ts +1 -1
  92. package/es/modules/{worktype → work/work-type}/components/WorkTypePropertiesView/state.js +1 -1
  93. package/es/modules/work/work-type/components/WorkTypePropertiesView/state.js.map +1 -0
  94. package/es/modules/{worktype → work/work-type}/components/WorkTypeQA/index.js +5 -5
  95. package/es/modules/work/work-type/components/WorkTypeQA/index.js.map +1 -0
  96. package/es/modules/{worktype → work/work-type}/components/WorkTypeQA/state.d.ts +1 -1
  97. package/es/modules/work/work-type/components/WorkTypeQA/state.js.map +1 -0
  98. package/es/{pages/WorkType → modules/work/work-type/components}/WorkTypeSelect/index.d.ts +1 -1
  99. package/es/{pages/WorkType → modules/work/work-type/components}/WorkTypeSelect/index.js +2 -2
  100. package/es/modules/work/work-type/components/WorkTypeSelect/index.js.map +1 -0
  101. package/es/modules/work/work-type/components/WorkTypeStats/index.js.map +1 -0
  102. package/es/modules/work/work-type/components/WorkTypeStats/state.js.map +1 -0
  103. package/es/modules/{worktype → work/work-type}/components/WorkTypeTabs/index.js +3 -3
  104. package/es/modules/work/work-type/components/WorkTypeTabs/index.js.map +1 -0
  105. package/es/modules/work/work-type/components/WorkTypeTabs/index.less +27 -0
  106. package/es/modules/{worktype → work/work-type}/controls/WorkTypeMenu/index.js +1 -1
  107. package/es/modules/work/work-type/controls/WorkTypeMenu/index.js.map +1 -0
  108. package/es/modules/{worktype → work/work-type}/controls/WorktypeCompleteWorksChart/index.js +4 -4
  109. package/es/modules/work/work-type/controls/WorktypeCompleteWorksChart/index.js.map +1 -0
  110. package/es/modules/work/work-type/controls/WorktypeCompleteWorksChart/state.js.map +1 -0
  111. package/es/modules/{worktype → work/work-type}/pages/WorkTypeDefaultView/index.js +3 -3
  112. package/es/modules/work/work-type/pages/WorkTypeDefaultView/index.js.map +1 -0
  113. package/es/modules/workspace/components/WorkspaceTabs/index.js +1 -1
  114. package/es/modules/workspace/components/WorkspaceTabs/index.js.map +1 -1
  115. package/es/modules/workspace/components/WorkspaceTabs/index.less +6 -1
  116. package/es/modules/workspace/pages/WorkspaceDefaultView/index.js +2 -2
  117. package/es/modules/workspace/pages/WorkspaceDefaultView/index.js.map +1 -1
  118. package/es/routes.js +1 -1
  119. package/es/routes.js.map +1 -1
  120. package/package.json +1 -1
  121. package/es/modules/workspaces/components/Access/index.d.ts +0 -6
  122. package/es/modules/workspaces/components/Access/index.js +0 -20
  123. package/es/modules/workspaces/components/Access/index.js.map +0 -1
  124. package/es/modules/workspaces/components/Account/index.d.ts +0 -6
  125. package/es/modules/workspaces/components/Account/index.js +0 -20
  126. package/es/modules/workspaces/components/Account/index.js.map +0 -1
  127. package/es/modules/workspaces/components/AddUsers/index.d.ts +0 -3
  128. package/es/modules/workspaces/components/AddUsers/index.js +0 -37
  129. package/es/modules/workspaces/components/AddUsers/index.js.map +0 -1
  130. package/es/modules/workspaces/components/AddUsers/index.less +0 -7
  131. package/es/modules/workspaces/components/ListHeard/index.d.ts +0 -5
  132. package/es/modules/workspaces/components/ListHeard/index.js +0 -23
  133. package/es/modules/workspaces/components/ListHeard/index.js.map +0 -1
  134. package/es/modules/workspaces/components/ListHeard/index.less +0 -33
  135. package/es/modules/workspaces/components/Status/index.d.ts +0 -6
  136. package/es/modules/workspaces/components/Status/index.js +0 -20
  137. package/es/modules/workspaces/components/Status/index.js.map +0 -1
  138. package/es/modules/workspaces/components/UsersList/index.d.ts +0 -3
  139. package/es/modules/workspaces/components/UsersList/index.js +0 -132
  140. package/es/modules/workspaces/components/UsersList/index.js.map +0 -1
  141. package/es/modules/workspaces/components/UsersList/index.less +0 -72
  142. package/es/modules/workspaces/pages/BoardView/index.d.ts +0 -3
  143. package/es/modules/workspaces/pages/BoardView/index.js +0 -70
  144. package/es/modules/workspaces/pages/BoardView/index.js.map +0 -1
  145. package/es/modules/workspaces/pages/BoardView/index.less +0 -57
  146. package/es/modules/workspaces/pages/ListView/index.d.ts +0 -3
  147. package/es/modules/workspaces/pages/ListView/index.js +0 -81
  148. package/es/modules/workspaces/pages/ListView/index.js.map +0 -1
  149. package/es/modules/workspaces/pages/ListView/index.less +0 -92
  150. package/es/modules/workspaces/pages/Users/index.d.ts +0 -3
  151. package/es/modules/workspaces/pages/Users/index.js +0 -38
  152. package/es/modules/workspaces/pages/Users/index.js.map +0 -1
  153. package/es/modules/workspaces/pages/Users/index.less +0 -47
  154. package/es/modules/workspaces/pages/WorkSpacesRoutes.d.ts +0 -3
  155. package/es/modules/workspaces/pages/WorkSpacesRoutes.js +0 -12
  156. package/es/modules/workspaces/pages/WorkSpacesRoutes.js.map +0 -1
  157. package/es/modules/worktype/components/NewTypeForm/index.js.map +0 -1
  158. package/es/modules/worktype/components/NewTypeForm/index.less +0 -8
  159. package/es/modules/worktype/components/NewTypeForm/state.js.map +0 -1
  160. package/es/modules/worktype/components/RepeatTab/index.js.map +0 -1
  161. package/es/modules/worktype/components/WorkTypeCard/index.js.map +0 -1
  162. package/es/modules/worktype/components/WorkTypeCardList/index.js.map +0 -1
  163. package/es/modules/worktype/components/WorkTypeItem/index.js.map +0 -1
  164. package/es/modules/worktype/components/WorkTypeList/index.js.map +0 -1
  165. package/es/modules/worktype/components/WorkTypeProperties/index.js.map +0 -1
  166. package/es/modules/worktype/components/WorkTypeProperties/state.js.map +0 -1
  167. package/es/modules/worktype/components/WorkTypePropertiesTabs/index.js.map +0 -1
  168. package/es/modules/worktype/components/WorkTypePropertiesView/index.js.map +0 -1
  169. package/es/modules/worktype/components/WorkTypePropertiesView/state.js.map +0 -1
  170. package/es/modules/worktype/components/WorkTypeQA/index.js.map +0 -1
  171. package/es/modules/worktype/components/WorkTypeQA/state.js.map +0 -1
  172. package/es/modules/worktype/components/WorkTypeStats/index.js.map +0 -1
  173. package/es/modules/worktype/components/WorkTypeStats/state.js.map +0 -1
  174. package/es/modules/worktype/components/WorkTypeTabs/index.js.map +0 -1
  175. package/es/modules/worktype/components/WorkTypeTabs/index.less +0 -15
  176. package/es/modules/worktype/controls/WorkTypeMenu/index.js.map +0 -1
  177. package/es/modules/worktype/controls/WorktypeCompleteWorksChart/index.js.map +0 -1
  178. package/es/modules/worktype/controls/WorktypeCompleteWorksChart/state.js.map +0 -1
  179. package/es/modules/worktype/pages/WorkTypeDefaultView/index.js.map +0 -1
  180. package/es/pages/Project/ProjectDefaultView/index.js.map +0 -1
  181. package/es/pages/Project/data/ProjectStore.js.map +0 -1
  182. package/es/pages/Project/data/hook.js.map +0 -1
  183. package/es/pages/Project/data/index.js.map +0 -1
  184. package/es/pages/Project/data/interfaces.js.map +0 -1
  185. package/es/pages/Routes.js.map +0 -1
  186. package/es/pages/Space/components/Notes/ColorSelect/index.js.map +0 -1
  187. package/es/pages/Space/components/Notes/NewNoteDialog/index.js.map +0 -1
  188. package/es/pages/Space/components/Notes/TextNoteCard/index.js.map +0 -1
  189. package/es/pages/Space/components/Notes/TextNoteCard/state.js.map +0 -1
  190. package/es/pages/Space/components/Notes/index.js.map +0 -1
  191. package/es/pages/Space/components/Notifications/index.js.map +0 -1
  192. package/es/pages/Space/components/Projects/index.js.map +0 -1
  193. package/es/pages/Space/components/TaskMenu/index.js.map +0 -1
  194. package/es/pages/Space/components/TaskMenu/state.js.map +0 -1
  195. package/es/pages/Space/components/Tasks/index.js.map +0 -1
  196. package/es/pages/Space/components/WorkMenu/index.js.map +0 -1
  197. package/es/pages/Space/components/WorkMenu/state.js.map +0 -1
  198. package/es/pages/Space/components/Works/index.js.map +0 -1
  199. package/es/pages/Space/components/Workspaces/index.js.map +0 -1
  200. package/es/pages/Space/pages/MySpace/index.js.map +0 -1
  201. package/es/pages/Space/pages/MySpace/state.js.map +0 -1
  202. package/es/pages/Work/components/NewWorkDialog/index.d.ts +0 -11
  203. package/es/pages/Work/components/NewWorkDialog/index.js +0 -41
  204. package/es/pages/Work/components/NewWorkDialog/index.js.map +0 -1
  205. package/es/pages/Work/components/NewWorkDialog/index.less +0 -11
  206. package/es/pages/Work/components/WorkCheckList/index.d.ts +0 -5
  207. package/es/pages/Work/components/WorkCheckList/index.js +0 -38
  208. package/es/pages/Work/components/WorkCheckList/index.js.map +0 -1
  209. package/es/pages/Work/components/WorkSummaryCards/WorkActionsCard/index.d.ts +0 -6
  210. package/es/pages/Work/components/WorkSummaryCards/WorkActionsCard/index.js +0 -21
  211. package/es/pages/Work/components/WorkSummaryCards/WorkActionsCard/index.js.map +0 -1
  212. package/es/pages/Work/components/WorkSummaryCards/WorkBlockingsCard/index.d.ts +0 -5
  213. package/es/pages/Work/components/WorkSummaryCards/WorkBlockingsCard/index.js +0 -11
  214. package/es/pages/Work/components/WorkSummaryCards/WorkBlockingsCard/index.js.map +0 -1
  215. package/es/pages/Work/components/WorkSummaryCards/WorkDueCard/index.d.ts +0 -7
  216. package/es/pages/Work/components/WorkSummaryCards/WorkDueCard/index.js +0 -16
  217. package/es/pages/Work/components/WorkSummaryCards/WorkDueCard/index.js.map +0 -1
  218. package/es/pages/Work/components/WorkSummaryCards/index.d.ts +0 -5
  219. package/es/pages/Work/components/WorkSummaryCards/index.js +0 -69
  220. package/es/pages/Work/components/WorkSummaryCards/index.js.map +0 -1
  221. package/es/pages/Work/components/WorkSummaryCards/index.less +0 -35
  222. package/es/pages/Work/components/WorkSummaryCards/state.d.ts +0 -11
  223. package/es/pages/Work/components/WorkSummaryCards/state.js +0 -47
  224. package/es/pages/Work/components/WorkSummaryCards/state.js.map +0 -1
  225. package/es/pages/Work/components/WorkTrail/index.d.ts +0 -5
  226. package/es/pages/Work/components/WorkTrail/index.js +0 -14
  227. package/es/pages/Work/components/WorkTrail/index.js.map +0 -1
  228. package/es/pages/Work/components/WorkTrail/index.less +0 -20
  229. package/es/pages/Work/data/WorkStore.d.ts +0 -10
  230. package/es/pages/Work/data/WorkStore.js +0 -21
  231. package/es/pages/Work/data/WorkStore.js.map +0 -1
  232. package/es/pages/Work/data/hook.d.ts +0 -3
  233. package/es/pages/Work/data/hook.js +0 -10
  234. package/es/pages/Work/data/hook.js.map +0 -1
  235. package/es/pages/Work/data/index.d.ts +0 -3
  236. package/es/pages/Work/data/index.js +0 -4
  237. package/es/pages/Work/data/index.js.map +0 -1
  238. package/es/pages/Work/data/interfaces.d.ts +0 -14
  239. package/es/pages/Work/data/interfaces.js +0 -2
  240. package/es/pages/Work/data/interfaces.js.map +0 -1
  241. package/es/pages/Work/pages/WorkDefaultView/index.d.ts +0 -3
  242. package/es/pages/Work/pages/WorkDefaultView/index.js +0 -61
  243. package/es/pages/Work/pages/WorkDefaultView/index.js.map +0 -1
  244. package/es/pages/Work/pages/WorkDefaultView/index.less +0 -12
  245. package/es/pages/Work/pages/WorkDefaultView/state.d.ts +0 -5
  246. package/es/pages/Work/pages/WorkDefaultView/state.js +0 -18
  247. package/es/pages/Work/pages/WorkDefaultView/state.js.map +0 -1
  248. package/es/pages/WorkType/WorkTypeCheckList/index.d.ts +0 -4
  249. package/es/pages/WorkType/WorkTypeCheckList/index.js +0 -47
  250. package/es/pages/WorkType/WorkTypeCheckList/index.js.map +0 -1
  251. package/es/pages/WorkType/WorkTypeDefaultView/index.d.ts +0 -3
  252. package/es/pages/WorkType/WorkTypeDefaultView/index.js +0 -19
  253. package/es/pages/WorkType/WorkTypeDefaultView/index.js.map +0 -1
  254. package/es/pages/WorkType/WorkTypeDetail/index.d.ts +0 -6
  255. package/es/pages/WorkType/WorkTypeDetail/index.js +0 -84
  256. package/es/pages/WorkType/WorkTypeDetail/index.js.map +0 -1
  257. package/es/pages/WorkType/WorkTypeDetail/index.less +0 -35
  258. package/es/pages/WorkType/WorkTypeDetail/state.d.ts +0 -9
  259. package/es/pages/WorkType/WorkTypeDetail/state.js +0 -38
  260. package/es/pages/WorkType/WorkTypeDetail/state.js.map +0 -1
  261. package/es/pages/WorkType/WorkTypePropertiesView/index.d.ts +0 -5
  262. package/es/pages/WorkType/WorkTypePropertiesView/index.js +0 -32
  263. package/es/pages/WorkType/WorkTypePropertiesView/index.js.map +0 -1
  264. package/es/pages/WorkType/WorkTypePropertiesView/index.less +0 -31
  265. package/es/pages/WorkType/WorkTypeSelect/index.js.map +0 -1
  266. package/es/pages/WorkType/data/WorkTypeStore.d.ts +0 -21
  267. package/es/pages/WorkType/data/WorkTypeStore.js +0 -75
  268. package/es/pages/WorkType/data/WorkTypeStore.js.map +0 -1
  269. package/es/pages/WorkType/data/hook.d.ts +0 -9
  270. package/es/pages/WorkType/data/hook.js +0 -19
  271. package/es/pages/WorkType/data/hook.js.map +0 -1
  272. package/es/pages/WorkType/data/index.d.ts +0 -4
  273. package/es/pages/WorkType/data/index.js +0 -5
  274. package/es/pages/WorkType/data/index.js.map +0 -1
  275. package/es/pages/WorkType/data/interfaces.d.ts +0 -52
  276. package/es/pages/WorkType/data/interfaces.js +0 -2
  277. package/es/pages/WorkType/data/interfaces.js.map +0 -1
  278. package/es/pages/WorkType/data/types.d.ts +0 -42
  279. package/es/pages/WorkType/data/types.js +0 -2
  280. package/es/pages/WorkType/data/types.js.map +0 -1
  281. /package/es/{pages → modules}/Routes.d.ts +0 -0
  282. /package/es/{pages/Project → modules/project}/ProjectDefaultView/index.d.ts +0 -0
  283. /package/es/{pages/Project → modules/project}/ProjectDefaultView/index.js +0 -0
  284. /package/es/{pages/Project → modules/project}/ProjectDefaultView/index.less +0 -0
  285. /package/es/{pages/Project → modules/project}/data/ProjectStore.d.ts +0 -0
  286. /package/es/{pages/Project → modules/project}/data/ProjectStore.js +0 -0
  287. /package/es/{pages/Project → modules/project}/data/hook.d.ts +0 -0
  288. /package/es/{pages/Project → modules/project}/data/hook.js +0 -0
  289. /package/es/{pages/Project → modules/project}/data/index.d.ts +0 -0
  290. /package/es/{pages/Project → modules/project}/data/index.js +0 -0
  291. /package/es/{pages/Project → modules/project}/data/interfaces.d.ts +0 -0
  292. /package/es/{pages/Project → modules/project}/data/interfaces.js +0 -0
  293. /package/es/{pages/Space → modules/space}/components/Notes/ColorSelect/index.d.ts +0 -0
  294. /package/es/{pages/Space → modules/space}/components/Notes/ColorSelect/index.js +0 -0
  295. /package/es/{pages/Space → modules/space}/components/Notes/ColorSelect/index.less +0 -0
  296. /package/es/{pages/Space → modules/space}/components/Notes/NewNoteDialog/index.d.ts +0 -0
  297. /package/es/{pages/Space → modules/space}/components/Notes/NewNoteDialog/index.js +0 -0
  298. /package/es/{pages/Space → modules/space}/components/Notes/NewNoteDialog/index.less +0 -0
  299. /package/es/{pages/Space → modules/space}/components/Notes/TextNoteCard/index.d.ts +0 -0
  300. /package/es/{pages/Space → modules/space}/components/Notes/TextNoteCard/index.js +0 -0
  301. /package/es/{pages/Space → modules/space}/components/Notes/TextNoteCard/index.less +0 -0
  302. /package/es/{pages/Space → modules/space}/components/Notes/TextNoteCard/state.d.ts +0 -0
  303. /package/es/{pages/Space → modules/space}/components/Notes/TextNoteCard/state.js +0 -0
  304. /package/es/{pages/Space → modules/space}/components/Notes/index.d.ts +0 -0
  305. /package/es/{pages/Space → modules/space}/components/Notes/index.js +0 -0
  306. /package/es/{pages/Space → modules/space}/components/Notifications/index.d.ts +0 -0
  307. /package/es/{pages/Space → modules/space}/components/Notifications/index.js +0 -0
  308. /package/es/{pages/Space → modules/space}/components/Projects/index.d.ts +0 -0
  309. /package/es/{pages/Space → modules/space}/components/Projects/index.js +0 -0
  310. /package/es/{pages/Space → modules/space}/components/TaskMenu/index.d.ts +0 -0
  311. /package/es/{pages/Space → modules/space}/components/TaskMenu/index.js +0 -0
  312. /package/es/{pages/Space → modules/space}/components/TaskMenu/state.d.ts +0 -0
  313. /package/es/{pages/Space → modules/space}/components/TaskMenu/state.js +0 -0
  314. /package/es/{pages/Space → modules/space}/components/Tasks/index.d.ts +0 -0
  315. /package/es/{pages/Space → modules/space}/components/Tasks/index.js +0 -0
  316. /package/es/{pages/Space → modules/space}/components/Tasks/index.less +0 -0
  317. /package/es/{pages/Space → modules/space}/components/WorkMenu/index.d.ts +0 -0
  318. /package/es/{pages/Space → modules/space}/components/WorkMenu/index.js +0 -0
  319. /package/es/{pages/Space → modules/space}/components/WorkMenu/state.d.ts +0 -0
  320. /package/es/{pages/Space → modules/space}/components/WorkMenu/state.js +0 -0
  321. /package/es/{pages/Space → modules/space}/components/Works/index.d.ts +0 -0
  322. /package/es/{pages/Space → modules/space}/components/Works/index.js +0 -0
  323. /package/es/{pages/Space → modules/space}/components/Works/index.less +0 -0
  324. /package/es/{pages/Space → modules/space}/components/Workspaces/index.d.ts +0 -0
  325. /package/es/{pages/Space → modules/space}/components/Workspaces/index.js +0 -0
  326. /package/es/{pages/Space → modules/space}/pages/MySpace/index.d.ts +0 -0
  327. /package/es/{pages/Space → modules/space}/pages/MySpace/index.js +0 -0
  328. /package/es/{pages/Space → modules/space}/pages/MySpace/index.less +0 -0
  329. /package/es/{pages/Space → modules/space}/pages/MySpace/state.d.ts +0 -0
  330. /package/es/{pages/Space → modules/space}/pages/MySpace/state.js +0 -0
  331. /package/es/modules/{worktype → work/work-type}/components/NewTypeForm/index.d.ts +0 -0
  332. /package/es/modules/{worktype → work/work-type}/components/NewTypeForm/state.d.ts +0 -0
  333. /package/es/modules/{worktype → work/work-type}/components/NewTypeForm/state.js +0 -0
  334. /package/es/modules/{worktype → work/work-type}/components/RepeatTab/index.d.ts +0 -0
  335. /package/es/modules/{worktype → work/work-type}/components/RepeatTab/index.js +0 -0
  336. /package/es/modules/{worktype → work/work-type}/components/RepeatTab/index.less +0 -0
  337. /package/es/modules/{worktype → work/work-type}/components/WorkTypeCard/index.d.ts +0 -0
  338. /package/es/modules/{worktype → work/work-type}/components/WorkTypeCard/index.less +0 -0
  339. /package/es/modules/{worktype → work/work-type}/components/WorkTypeCardList/index.less +0 -0
  340. /package/es/modules/{worktype → work/work-type}/components/WorkTypeItem/index.d.ts +0 -0
  341. /package/es/modules/{worktype → work/work-type}/components/WorkTypeItem/index.less +0 -0
  342. /package/es/modules/{worktype → work/work-type}/components/WorkTypeList/index.less +0 -0
  343. /package/es/modules/{worktype → work/work-type}/components/WorkTypeProperties/index.d.ts +0 -0
  344. /package/es/modules/{worktype → work/work-type}/components/WorkTypeProperties/state.js +0 -0
  345. /package/es/modules/{worktype → work/work-type}/components/WorkTypePropertiesTabs/index.d.ts +0 -0
  346. /package/es/modules/{worktype → work/work-type}/components/WorkTypePropertiesTabs/index.less +0 -0
  347. /package/es/modules/{worktype → work/work-type}/components/WorkTypePropertiesView/index.d.ts +0 -0
  348. /package/es/modules/{worktype → work/work-type}/components/WorkTypePropertiesView/index.less +0 -0
  349. /package/es/modules/{worktype → work/work-type}/components/WorkTypeQA/index.d.ts +0 -0
  350. /package/es/modules/{worktype → work/work-type}/components/WorkTypeQA/index.less +0 -0
  351. /package/es/modules/{worktype → work/work-type}/components/WorkTypeQA/state.js +0 -0
  352. /package/es/modules/{worktype → work/work-type}/components/WorkTypeStats/index.d.ts +0 -0
  353. /package/es/modules/{worktype → work/work-type}/components/WorkTypeStats/index.js +0 -0
  354. /package/es/modules/{worktype → work/work-type}/components/WorkTypeStats/index.less +0 -0
  355. /package/es/modules/{worktype → work/work-type}/components/WorkTypeStats/state.d.ts +0 -0
  356. /package/es/modules/{worktype → work/work-type}/components/WorkTypeStats/state.js +0 -0
  357. /package/es/modules/{worktype → work/work-type}/components/WorkTypeTabs/index.d.ts +0 -0
  358. /package/es/modules/{worktype → work/work-type}/controls/WorkTypeMenu/index.d.ts +0 -0
  359. /package/es/modules/{worktype → work/work-type}/controls/WorkTypeMenu/index.less +0 -0
  360. /package/es/modules/{worktype → work/work-type}/controls/WorktypeCompleteWorksChart/index.d.ts +0 -0
  361. /package/es/modules/{worktype → work/work-type}/controls/WorktypeCompleteWorksChart/index.less +0 -0
  362. /package/es/modules/{worktype → work/work-type}/controls/WorktypeCompleteWorksChart/state.d.ts +0 -0
  363. /package/es/modules/{worktype → work/work-type}/controls/WorktypeCompleteWorksChart/state.js +0 -0
  364. /package/es/modules/{worktype → work/work-type}/pages/WorkTypeDefaultView/index.d.ts +0 -0
  365. /package/es/modules/{worktype → work/work-type}/pages/WorkTypeDefaultView/index.less +0 -0
@@ -1,132 +0,0 @@
1
- import React, { useState } from "react";
2
- import Access from "../Access";
3
- import Account from "../Account";
4
- import { Avatar } from "@voplus/antd";
5
- import { FontAwesomeIcon as FAIcon } from "@fortawesome/react-fontawesome";
6
- import Status from "../Status";
7
- import classnames from "classnames";
8
- import { faTrashAlt } from "@fortawesome/pro-light-svg-icons";
9
- import { observe } from "@voplus/morpho-ui";
10
- import style from "./index.less";
11
- export default () => {
12
- const list = [
13
- {
14
- id: 1,
15
- name: "aaa",
16
- Email: " 11322@com.cn",
17
- time: "June 29,2018",
18
- url: "https://ss3.bdstatic.com/70cFv8Sh_Q1YnxGkpoWK1HF6hhy/it/u=770094666,790735245&fm=26&gp=0.jpg",
19
- },
20
- {
21
- id: 2,
22
- name: "ss",
23
- Email: " 11322@com.con",
24
- time: "June 29,2018",
25
- url: "https://ss3.bdstatic.com/70cFv8Sh_Q1YnxGkpoWK1HF6hhy/it/u=3973311124,425672427&fm=26&gp=0.jpg",
26
- },
27
- {
28
- id: 3,
29
- name: "sss",
30
- Email: " 11322@com.con",
31
- time: "June 29,2018",
32
- url: "https://ss2.bdstatic.com/70cFvnSh_Q1YnxGkpoWK1HF6hhy/it/u=1994023590,4186120074&fm=26&gp=0.jpg",
33
- },
34
- {
35
- id: 4,
36
- name: "ww",
37
- Email: " 11322@com.con",
38
- time: "June 29,2018",
39
- url: "https://ss0.bdstatic.com/70cFuHSh_Q1YnxGkpoWK1HF6hhy/it/u=1582404497,2226613703&fm=26&gp=0.jpg",
40
- },
41
- {
42
- id: 5,
43
- name: "avv",
44
- Email: " 11xxx2@com.con",
45
- time: "June 29,2018",
46
- url: "https://ss0.bdstatic.com/70cFuHSh_Q1YnxGkpoWK1HF6hhy/it/u=1582404497,2226613703&fm=26&gp=0.jpg",
47
- },
48
- {
49
- id: 6,
50
- name: "ww",
51
- Email: " 1dd22@com.vv",
52
- time: "June 29,2018",
53
- url: "https://ss0.bdstatic.com/70cFuHSh_Q1YnxGkpoWK1HF6hhy/it/u=1582404497,2226613703&fm=26&gp=0.jpg",
54
- },
55
- {
56
- id: 7,
57
- name: "ss",
58
- Email: " 11322@com.con",
59
- time: "June 29,2018",
60
- url: "https://ss3.bdstatic.com/70cFv8Sh_Q1YnxGkpoWK1HF6hhy/it/u=3973311124,425672427&fm=26&gp=0.jpg",
61
- },
62
- {
63
- id: 8,
64
- name: "sss",
65
- Email: " 11322@com.con",
66
- time: "June 29,2018",
67
- url: "https://ss2.bdstatic.com/70cFvnSh_Q1YnxGkpoWK1HF6hhy/it/u=1994023590,4186120074&fm=26&gp=0.jpg",
68
- },
69
- {
70
- id: 9,
71
- name: "aaa",
72
- Email: " 11322@com.con",
73
- time: "June 29,2018",
74
- url: "https://ss3.bdstatic.com/70cFv8Sh_Q1YnxGkpoWK1HF6hhy/it/u=770094666,790735245&fm=26&gp=0.jpg",
75
- },
76
- {
77
- id: 10,
78
- name: "aaa",
79
- Email: " 11322@com.con",
80
- time: "June 29,2018",
81
- url: "https://ss3.bdstatic.com/70cFv8Sh_Q1YnxGkpoWK1HF6hhy/it/u=770094666,790735245&fm=26&gp=0.jpg",
82
- },
83
- {
84
- id: 11,
85
- name: "aaa",
86
- Email: " 11322@com.con",
87
- time: "June 29,2018",
88
- url: "https://ss3.bdstatic.com/70cFv8Sh_Q1YnxGkpoWK1HF6hhy/it/u=770094666,790735245&fm=26&gp=0.jpg",
89
- },
90
- {
91
- id: 12,
92
- name: "aaa",
93
- Email: " 11322@com.con",
94
- time: "June 29,2018",
95
- url: "https://ss3.bdstatic.com/70cFv8Sh_Q1YnxGkpoWK1HF6hhy/it/u=770094666,790735245&fm=26&gp=0.jpg",
96
- },
97
- ];
98
- const [state, setState] = useState(list);
99
- const deleteFile = (id) => {
100
- // 删除行操作
101
- setState(state.filter((item) => item.id !== id));
102
- };
103
- return observe(() => (React.createElement("div", { className: style.all },
104
- React.createElement("div", { className: "list-heard" },
105
- React.createElement("span", { style: { width: 244 } }, "Name"),
106
- React.createElement("span", null, "Last seen"),
107
- React.createElement("span", null, "Status"),
108
- React.createElement("span", null, "Account Type"),
109
- React.createElement("span", null, "Access")),
110
- React.createElement("div", { className: classnames("list-body", style["members-list"]) },
111
- React.createElement("div", null, state.map((item) => {
112
- return (React.createElement("div", { key: item.id, className: "list-content" },
113
- React.createElement("div", { className: "all-name" },
114
- React.createElement("div", { className: "portrait" },
115
- React.createElement(Avatar, { src: item.url, size: 40 })),
116
- React.createElement("div", { className: "name" },
117
- React.createElement("span", null, item.name),
118
- React.createElement("br", null),
119
- React.createElement("span", null, item.Email))),
120
- React.createElement("div", { className: "last-seen" }, item.time),
121
- React.createElement("div", null,
122
- React.createElement(Status, null)),
123
- React.createElement("div", null,
124
- React.createElement(Account, null)),
125
- React.createElement("div", { className: "access" },
126
- React.createElement("div", null,
127
- React.createElement(Access, null)),
128
- React.createElement("span", { onClick: deleteFile.bind(event, item.id) },
129
- React.createElement(FAIcon, { icon: faTrashAlt })))));
130
- }))))));
131
- };
132
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/modules/workspaces/components/UsersList/index.tsx"],"names":[],"mappings":"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"}
@@ -1,72 +0,0 @@
1
- .all {
2
- width: 100%;
3
- height: 100%;
4
- display: flex;
5
- flex-direction: column;
6
- // overflow: auto;
7
- padding-bottom: 10px;
8
- :global {
9
- .list-heard {
10
- width: 100%;
11
- padding: 0 44px 0 20px;
12
- height: 50px;
13
- line-height: 50px;
14
- color: #000;
15
- background-color: #fafafa;
16
- font-size: 20px;
17
- display: flex;
18
- justify-content: space-between;
19
- span {
20
- display: block;
21
- width: 140px;
22
- }
23
- }
24
- .list-body {
25
- position: relative;
26
- display: flex;
27
- flex-direction: column;
28
- // padding-bottom: 10px;
29
- .list-content {
30
- width: 100%;
31
- min-height: 60px;
32
- padding: 0 20px;
33
- display: flex;
34
- justify-content: space-between;
35
- align-items: center;
36
- .all-name {
37
- display: flex;
38
- width: 218px;
39
- align-items: center;
40
- .portrait {
41
- height: 40px;
42
- }
43
- .name {
44
- padding-left: 10px;
45
- width: 7%;
46
- span:first-child {
47
- font-size: 18px;
48
- color: #000;
49
- font-weight: 600;
50
- }
51
- }
52
- }
53
- .last-seen {
54
- width: 120px;
55
- }
56
- .access {
57
- display: flex;
58
- justify-content: space-between;
59
- align-items: center;
60
- span {
61
- display: inline-block;
62
- margin-left: 20px;
63
- }
64
- }
65
- .last-seen {
66
- color: #000;
67
- font-size: 16px;
68
- }
69
- }
70
- }
71
- }
72
- }
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- declare const _default: () => JSX.Element;
3
- export default _default;
@@ -1,70 +0,0 @@
1
- import AvatarList from "@voplus/morpho-org/es/components/AvatarList";
2
- import ListHeard from "../../components/ListHeard";
3
- import React from "react";
4
- import { observe } from "@voplus/morpho-ui";
5
- import style from "./index.less";
6
- import { useApplicationContext } from "@voplus/morpho-data";
7
- //import DocumentMenu from "@voplus/morpho-document/es/components/DocumentMenu";
8
- export default () => {
9
- const { user } = useApplicationContext();
10
- const list = [
11
- {
12
- id: 1,
13
- edit: " Nck Sman ",
14
- time: "Today 12:45pm",
15
- },
16
- {
17
- id: 2,
18
- edit: " Nck Sman ",
19
- time: "Today 12:45pm",
20
- },
21
- {
22
- id: 3,
23
- edit: " Nck Sman ",
24
- time: "Today 12:45pm",
25
- },
26
- {
27
- id: 4,
28
- edit: " Nck Sman ",
29
- time: "Today 12:45pm",
30
- },
31
- {
32
- id: 5,
33
- edit: " Nck Sman ",
34
- time: "Today 12:45pm",
35
- },
36
- {
37
- id: 6,
38
- edit: " Nck Sman ",
39
- time: "Today 12:45pm",
40
- },
41
- {
42
- id: 7,
43
- edit: " Nck Sman ",
44
- time: "Today 12:45pm",
45
- },
46
- {
47
- id: 8,
48
- edit: " Nck Sman ",
49
- time: "Today 12:45pm",
50
- },
51
- ];
52
- return observe(() => (React.createElement("div", { className: style.all },
53
- React.createElement("div", { className: "heard-top" },
54
- React.createElement(ListHeard, { show: false })),
55
- React.createElement("div", { className: "list-content" }, list.map((item) => {
56
- return (React.createElement("div", { className: "list-item", key: item.id },
57
- React.createElement("div", { className: "list-item-top" },
58
- React.createElement("span", null, "Dropbox Inc")),
59
- React.createElement("div", { className: "list-item-title" }, "Development"),
60
- React.createElement("div", { className: "content-list-edit" },
61
- React.createElement("span", null,
62
- "Last edted by",
63
- React.createElement("span", { className: "right-name" }, item.edit)),
64
- React.createElement("br", null),
65
- React.createElement("span", null, item.time)),
66
- React.createElement("div", { className: "list-item-url" },
67
- React.createElement(AvatarList, { organizationId: user.info.organizationId, list: [] }))));
68
- })))));
69
- };
70
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/modules/workspaces/pages/BoardView/index.tsx"],"names":[],"mappings":"AAAA,OAAO,UAAU,MAAM,6CAA6C,CAAC;AACrE,OAAO,SAAS,MAAM,4BAA4B,CAAC;AACnD,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AAC5C,OAAO,KAAK,MAAM,cAAc,CAAC;AACjC,OAAO,EAAE,qBAAqB,EAAE,MAAM,qBAAqB,CAAC;AAE5D,gFAAgF;AAEhF,eAAe,GAAG,EAAE;IACnB,MAAM,EAAE,IAAI,EAAE,GAAG,qBAAqB,EAAE,CAAC;IAEzC,MAAM,IAAI,GAAG;QACZ;YACC,EAAE,EAAE,CAAC;YACL,IAAI,EAAE,YAAY;YAClB,IAAI,EAAE,eAAe;SACrB;QACD;YACC,EAAE,EAAE,CAAC;YACL,IAAI,EAAE,YAAY;YAClB,IAAI,EAAE,eAAe;SACrB;QACD;YACC,EAAE,EAAE,CAAC;YACL,IAAI,EAAE,YAAY;YAClB,IAAI,EAAE,eAAe;SACrB;QACD;YACC,EAAE,EAAE,CAAC;YACL,IAAI,EAAE,YAAY;YAClB,IAAI,EAAE,eAAe;SACrB;QACD;YACC,EAAE,EAAE,CAAC;YACL,IAAI,EAAE,YAAY;YAClB,IAAI,EAAE,eAAe;SACrB;QACD;YACC,EAAE,EAAE,CAAC;YACL,IAAI,EAAE,YAAY;YAClB,IAAI,EAAE,eAAe;SACrB;QACD;YACC,EAAE,EAAE,CAAC;YACL,IAAI,EAAE,YAAY;YAClB,IAAI,EAAE,eAAe;SACrB;QACD;YACC,EAAE,EAAE,CAAC;YACL,IAAI,EAAE,YAAY;YAClB,IAAI,EAAE,eAAe;SACrB;KACD,CAAC;IACF,OAAO,OAAO,CAAC,GAAG,EAAE,CAAC,CACpB,6BAAK,SAAS,EAAE,KAAK,CAAC,GAAG;QACxB,6BAAK,SAAS,EAAC,WAAW;YACzB,oBAAC,SAAS,IAAC,IAAI,EAAE,KAAK,GAAI,CACrB;QACN,6BAAK,SAAS,EAAC,cAAc,IAC3B,IAAI,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;YAClB,OAAO,CACN,6BAAK,SAAS,EAAC,WAAW,EAAC,GAAG,EAAE,IAAI,CAAC,EAAE;gBACtC,6BAAK,SAAS,EAAC,eAAe;oBAC7B,gDAAwB,CAEnB;gBACN,6BAAK,SAAS,EAAC,iBAAiB,kBAAkB;gBAClD,6BAAK,SAAS,EAAC,mBAAmB;oBACjC;;wBACc,8BAAM,SAAS,EAAC,YAAY,IAAE,IAAI,CAAC,IAAI,CAAQ,CACtD;oBACP,+BAAM;oBACN,kCAAO,IAAI,CAAC,IAAI,CAAQ,CACnB;gBACN,6BAAK,SAAS,EAAC,eAAe;oBAC7B,oBAAC,UAAU,IAAC,cAAc,EAAE,IAAI,CAAC,IAAI,CAAC,cAAc,EAAE,IAAI,EAAE,EAAE,GAAI,CAC7D,CACD,CACN,CAAC;QACH,CAAC,CAAC,CACG,CACD,CACN,CAAC,CAAC;AACJ,CAAC,CAAC"}
@@ -1,57 +0,0 @@
1
- .all {
2
- padding: 24px 24px 0 24px;
3
- display: flex;
4
- flex-direction: column;
5
- width: 100%;
6
- height: 100%;
7
- :global {
8
- .heard-top {
9
- padding-left: 20px;
10
- .heard-right {
11
- width: 50px;
12
- margin-right: 60px;
13
- }
14
- }
15
- .list-content {
16
- height: 100%;
17
- width: 100%;
18
- padding: 0 10px 10px 0;
19
- overflow: auto;
20
- display: flex;
21
- flex-wrap: wrap;
22
- // justify-content: space-between;
23
- .list-item {
24
- width: 30.3%;
25
- padding: 10px 20px;
26
- // margin-bottom: 30px;
27
- margin: 1.5%;
28
- box-sizing: border-box;
29
- background: #e8e8e8;
30
- .list-item-top {
31
- display: flex;
32
- justify-content: space-between;
33
- align-items: center;
34
- > span {
35
- color: #000;
36
- }
37
- }
38
- .list-item-title {
39
- font-size: 26px;
40
- color: #000;
41
- }
42
- .content-list-edit {
43
- display: inline-block;
44
- padding: 10px 0;
45
- .right-name {
46
- font-size: 14px;
47
- color: #000;
48
- font-weight: 500;
49
- }
50
- }
51
- .list-item-url {
52
- margin-top: 22px;
53
- }
54
- }
55
- }
56
- }
57
- }
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- declare const _default: () => JSX.Element;
3
- export default _default;
@@ -1,81 +0,0 @@
1
- import AvatarList from "@voplus/morpho-org/es/components/AvatarList";
2
- import ListHeard from "../../components/ListHeard";
3
- import React from "react";
4
- import { observe } from "@voplus/morpho-ui";
5
- import style from "./index.less";
6
- import { useApplicationContext } from "@voplus/morpho-data";
7
- export default () => {
8
- const { user } = useApplicationContext();
9
- const list = [
10
- {
11
- id: 1,
12
- space: "Onsite 2019",
13
- description: "Confiuence Space created for Jira Project ONSITE",
14
- edit: " Nck Sman ",
15
- time: "Today 12:45pm",
16
- },
17
- {
18
- id: 2,
19
- space: "Onsite Product",
20
- description: "Confiuence Space created for Jira Project ONSITE",
21
- edit: " Nck Sman ",
22
- time: "Today 12:45pm",
23
- },
24
- {
25
- id: 3,
26
- space: "Corporate Documentation.",
27
- description: "Confiuence Space created for Jira Project ONSITE",
28
- edit: " Nck Sman ",
29
- time: "Today 12:45pm",
30
- },
31
- {
32
- id: 4,
33
- space: "Engineering Library",
34
- description: "Confiuence Space created for Jira Project ONSITE",
35
- edit: " Nck Sman ",
36
- time: "Today 12:45pm",
37
- },
38
- {
39
- id: 5,
40
- space: "Product Library",
41
- description: "Confiuence Space created for Jira Project ONSITE",
42
- edit: " Nck Sman ",
43
- time: "Today 12:45pm",
44
- },
45
- {
46
- id: 6,
47
- space: "Report Library",
48
- description: "Confiuence Space created for Jira Project ONSITE",
49
- edit: " Nck Sman ",
50
- time: "Today 12:45pm",
51
- },
52
- {
53
- id: 7,
54
- space: "Resource Library",
55
- description: "Confiuence Space created for Jira Project ONSITE",
56
- edit: " Nck Sman ",
57
- time: "Today 12:45pm",
58
- },
59
- ];
60
- return observe(() => (React.createElement("div", { className: style.all },
61
- React.createElement("div", null,
62
- React.createElement(ListHeard, { show: true })),
63
- React.createElement("div", { className: "content" },
64
- React.createElement("div", { className: "content-title" },
65
- React.createElement("span", null, "Space"),
66
- React.createElement("span", null, "Description")),
67
- React.createElement("div", { className: "content-box" }, list.map((item) => {
68
- return (React.createElement("div", { className: "content-list", key: item.id },
69
- React.createElement("span", null, item.space),
70
- React.createElement("span", null, item.description),
71
- React.createElement("span", null,
72
- React.createElement(AvatarList, { organizationId: user.info.organizationId, list: [] })),
73
- React.createElement("div", { className: "content-list-right" },
74
- React.createElement("span", null,
75
- "Last edted by",
76
- React.createElement("span", { className: "right-name" }, item.edit)),
77
- React.createElement("br", null),
78
- React.createElement("span", null, item.time))));
79
- }))))));
80
- };
81
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/modules/workspaces/pages/ListView/index.tsx"],"names":[],"mappings":"AAAA,OAAO,UAAU,MAAM,6CAA6C,CAAC;AACrE,OAAO,SAAS,MAAM,4BAA4B,CAAC;AACnD,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AAC5C,OAAO,KAAK,MAAM,cAAc,CAAC;AACjC,OAAO,EAAE,qBAAqB,EAAE,MAAM,qBAAqB,CAAC;AAE5D,eAAe,GAAG,EAAE;IACnB,MAAM,EAAE,IAAI,EAAE,GAAG,qBAAqB,EAAE,CAAC;IACzC,MAAM,IAAI,GAAG;QACZ;YACC,EAAE,EAAE,CAAC;YACL,KAAK,EAAE,aAAa;YACpB,WAAW,EAAE,kDAAkD;YAC/D,IAAI,EAAE,YAAY;YAClB,IAAI,EAAE,eAAe;SACrB;QACD;YACC,EAAE,EAAE,CAAC;YACL,KAAK,EAAE,gBAAgB;YACvB,WAAW,EAAE,kDAAkD;YAC/D,IAAI,EAAE,YAAY;YAClB,IAAI,EAAE,eAAe;SACrB;QACD;YACC,EAAE,EAAE,CAAC;YACL,KAAK,EAAE,0BAA0B;YACjC,WAAW,EAAE,kDAAkD;YAC/D,IAAI,EAAE,YAAY;YAClB,IAAI,EAAE,eAAe;SACrB;QACD;YACC,EAAE,EAAE,CAAC;YACL,KAAK,EAAE,qBAAqB;YAC5B,WAAW,EAAE,kDAAkD;YAC/D,IAAI,EAAE,YAAY;YAClB,IAAI,EAAE,eAAe;SACrB;QACD;YACC,EAAE,EAAE,CAAC;YACL,KAAK,EAAE,iBAAiB;YACxB,WAAW,EAAE,kDAAkD;YAC/D,IAAI,EAAE,YAAY;YAClB,IAAI,EAAE,eAAe;SACrB;QACD;YACC,EAAE,EAAE,CAAC;YACL,KAAK,EAAE,gBAAgB;YACvB,WAAW,EAAE,kDAAkD;YAC/D,IAAI,EAAE,YAAY;YAClB,IAAI,EAAE,eAAe;SACrB;QACD;YACC,EAAE,EAAE,CAAC;YACL,KAAK,EAAE,kBAAkB;YACzB,WAAW,EAAE,kDAAkD;YAC/D,IAAI,EAAE,YAAY;YAClB,IAAI,EAAE,eAAe;SACrB;KACD,CAAC;IACF,OAAO,OAAO,CAAC,GAAG,EAAE,CAAC,CACpB,6BAAK,SAAS,EAAE,KAAK,CAAC,GAAG;QACxB;YACC,oBAAC,SAAS,IAAC,IAAI,EAAE,IAAI,GAAI,CACpB;QACN,6BAAK,SAAS,EAAC,SAAS;YACvB,6BAAK,SAAS,EAAC,eAAe;gBAC7B,0CAAkB;gBAClB,gDAAwB,CACnB;YACN,6BAAK,SAAS,EAAC,aAAa,IAC1B,IAAI,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;gBAClB,OAAO,CACN,6BAAK,SAAS,EAAC,cAAc,EAAC,GAAG,EAAE,IAAI,CAAC,EAAE;oBACzC,kCAAO,IAAI,CAAC,KAAK,CAAQ;oBACzB,kCAAO,IAAI,CAAC,WAAW,CAAQ;oBAC/B;wBACC,oBAAC,UAAU,IAAC,cAAc,EAAE,IAAI,CAAC,IAAI,CAAC,cAAc,EAAE,IAAI,EAAE,EAAE,GAAI,CAC5D;oBACP,6BAAK,SAAS,EAAC,oBAAoB;wBAClC;;4BACc,8BAAM,SAAS,EAAC,YAAY,IAAE,IAAI,CAAC,IAAI,CAAQ,CACtD;wBACP,+BAAM;wBACN,kCAAO,IAAI,CAAC,IAAI,CAAQ,CACnB,CACD,CACN,CAAC;YACH,CAAC,CAAC,CACG,CACD,CACD,CACN,CAAC,CAAC;AACJ,CAAC,CAAC"}
@@ -1,92 +0,0 @@
1
- .all {
2
- padding: 24px;
3
- height: 100%;
4
- position: relative;
5
- display: flex;
6
- flex-direction: column;
7
- overflow: hidden;
8
- :global {
9
- .content {
10
- height: 100%;
11
- padding-bottom: 30px;
12
- .content-title {
13
- width: 100%;
14
- height: 40px;
15
- line-height: 40px;
16
- border-bottom: 1px solid #e8e8e8;
17
- span {
18
- display: inline-block;
19
- width: 30%;
20
- font-size: 20px;
21
- color: #000;
22
- }
23
- }
24
- .content-box {
25
- height: 100%;
26
- overflow-x: hidden;
27
- scrollbar-color: transparent transparent;
28
- -ms-overflow-style: none;
29
- .content-list {
30
- width: 100%;
31
- height: 60px;
32
- display: flex;
33
- align-items: center;
34
- border-bottom: 1px solid #e8e8e8;
35
- > span {
36
- padding-right: 10px;
37
- word-break: break-all;
38
- word-wrap: break-word;
39
- display: inline-block;
40
- }
41
- > span:nth-child(1) {
42
- color: #1890ff;
43
- width: 30%;
44
- font-size: 15px;
45
- padding-left: 10px;
46
- }
47
- > span:nth-child(2) {
48
- width: 30%;
49
- font-size: 15px;
50
- color: #000;
51
- }
52
- > span:nth-child(3) {
53
- width: 20%;
54
- }
55
- .content-list-right {
56
- display: inline-block;
57
- padding: 4px 10px;
58
- background: #f2f4f5;
59
- .right-name {
60
- font-size: 14px;
61
- color: #000;
62
- font-weight: 500;
63
- }
64
- }
65
- }
66
- }
67
-
68
- .content-box::-webkit-scrollbar {
69
- width: 8px;
70
- }
71
- .content-box:hover {
72
- scrollbar-color: auto;
73
- -ms-overflow-style: -ms-autohiding-scrollbar;
74
- scrollbar-shadow-color: rgba(0, 0, 0, 0.5);
75
- }
76
- .content-box:hover::-webkit-scrollbar {
77
- width: 8px;
78
- background-color: #f5f5f5;
79
- }
80
- .content-box:hover::-webkit-scrollbar-track {
81
- -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0);
82
- border-radius: 10px;
83
- background-color: #f5f5f5;
84
- }
85
- .content-box:hover::-webkit-scrollbar-thumb {
86
- border-radius: 10px;
87
- -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0);
88
- background-color: rgba(0, 0, 0, 0.5);
89
- }
90
- }
91
- }
92
- }
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- declare const _default: () => JSX.Element;
3
- export default _default;
@@ -1,38 +0,0 @@
1
- import { Button, Input, Modal, Tabs } from "@voplus/antd";
2
- import React, { useState } from "react";
3
- import AddUsers from "../../components/AddUsers";
4
- import UsersList from "../../components/UsersList";
5
- import { observe } from "@voplus/morpho-ui";
6
- import style from "./index.less";
7
- export default () => {
8
- const [visible, setVisible] = useState(false);
9
- const { TabPane } = Tabs;
10
- const { Search } = Input;
11
- function callback(key) {
12
- console.log(key);
13
- }
14
- const showModal = () => {
15
- setVisible(true);
16
- };
17
- const handleCancel = (e) => {
18
- console.log(e);
19
- setVisible(false);
20
- };
21
- return observe(() => (React.createElement("div", { className: style.all },
22
- React.createElement("div", { className: "title" },
23
- React.createElement("div", { className: "title-top" },
24
- React.createElement("div", null,
25
- React.createElement("h1", null, "All Users"),
26
- React.createElement(Button, { type: "primary", className: "button", onClick: showModal }, "+ Add Users")),
27
- React.createElement("div", null,
28
- React.createElement(Search, { placeholder: "Search...", onSearch: (value) => console.log(value), style: { width: 300, height: 46, marginRight: 30 } }))),
29
- React.createElement("div", { className: "title-bottom" },
30
- React.createElement(Tabs, { defaultActiveKey: "1", onChange: callback },
31
- React.createElement(TabPane, { tab: "Members(1)", key: "1" },
32
- React.createElement(UsersList, null)),
33
- React.createElement(TabPane, { tab: "pending Invites(0)", key: "2" }, "Content of Tab Pane 2")))),
34
- React.createElement("div", null,
35
- React.createElement(Modal, { title: "Invite new user", visible: visible, onCancel: handleCancel, mask: false, maskClosable: true, footer: null, width: 620, centered: true, className: "bounced-content" },
36
- React.createElement(AddUsers, null))))));
37
- };
38
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/modules/workspaces/pages/Users/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,KAAK,EAAE,IAAI,EAAE,MAAM,cAAc,CAAC;AAC1D,OAAO,KAAK,EAAE,EAAc,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEpD,OAAO,QAAQ,MAAM,2BAA2B,CAAC;AACjD,OAAO,SAAS,MAAM,4BAA4B,CAAC;AACnD,OAAO,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AAC5C,OAAO,KAAK,MAAM,cAAc,CAAC;AAEjC,eAAe,GAAG,EAAE;IACnB,MAAM,CAAC,OAAO,EAAE,UAAU,CAAC,GAAG,QAAQ,CAAC,KAAK,CAAC,CAAC;IAE9C,MAAM,EAAE,OAAO,EAAE,GAAG,IAAI,CAAC;IACzB,MAAM,EAAE,MAAM,EAAE,GAAG,KAAK,CAAC;IAEzB,SAAS,QAAQ,CAAC,GAAQ;QACzB,OAAO,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;IAClB,CAAC;IACD,MAAM,SAAS,GAAG,GAAG,EAAE;QACtB,UAAU,CAAC,IAAI,CAAC,CAAC;IAClB,CAAC,CAAC;IAEF,MAAM,YAAY,GAAG,CAAC,CAAM,EAAE,EAAE;QAC/B,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;QACf,UAAU,CAAC,KAAK,CAAC,CAAC;IACnB,CAAC,CAAC;IAEF,OAAO,OAAO,CAAC,GAAG,EAAE,CAAC,CACpB,6BAAK,SAAS,EAAE,KAAK,CAAC,GAAG;QACxB,6BAAK,SAAS,EAAC,OAAO;YACrB,6BAAK,SAAS,EAAC,WAAW;gBACzB;oBACC,4CAAkB;oBAClB,oBAAC,MAAM,IAAC,IAAI,EAAC,SAAS,EAAC,SAAS,EAAC,QAAQ,EAAC,OAAO,EAAE,SAAS,kBAEnD,CACJ;gBACN;oBACC,oBAAC,MAAM,IACN,WAAW,EAAC,WAAW,EACvB,QAAQ,EAAE,CAAC,KAAK,EAAE,EAAE,CAAC,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,EACvC,KAAK,EAAE,EAAE,KAAK,EAAE,GAAG,EAAE,MAAM,EAAE,EAAE,EAAE,WAAW,EAAE,EAAE,EAAE,GACjD,CACG,CACD;YACN,6BAAK,SAAS,EAAC,cAAc;gBAC5B,oBAAC,IAAI,IAAC,gBAAgB,EAAC,GAAG,EAAC,QAAQ,EAAE,QAAQ;oBAC5C,oBAAC,OAAO,IAAC,GAAG,EAAC,YAAY,EAAC,GAAG,EAAC,GAAG;wBAChC,oBAAC,SAAS,OAAG,CACJ;oBACV,oBAAC,OAAO,IAAC,GAAG,EAAC,oBAAoB,EAAC,GAAG,EAAC,GAAG,4BAE/B,CACJ,CACF,CACD;QACN;YACC,oBAAC,KAAK,IACL,KAAK,EAAC,iBAAiB,EACvB,OAAO,EAAE,OAAO,EAChB,QAAQ,EAAE,YAAY,EACtB,IAAI,EAAE,KAAK,EACX,YAAY,EAAE,IAAI,EAClB,MAAM,EAAE,IAAI,EACZ,KAAK,EAAE,GAAG,EACV,QAAQ,EAAE,IAAI,EACd,SAAS,EAAC,iBAAiB;gBAE3B,oBAAC,QAAQ,OAAG,CACL,CACH,CACD,CACN,CAAC,CAAC;AACJ,CAAC,CAAC"}
@@ -1,47 +0,0 @@
1
- .all {
2
- height: 100%;
3
- :global {
4
- .title {
5
- padding: 0 24px;
6
- width: 100%;
7
- height: 100%;
8
- display: flex;
9
- flex-direction: column;
10
- .title-top {
11
- display: flex;
12
- justify-content: space-between;
13
- align-items: center;
14
- h1 {
15
- font-size: 35px;
16
- font-weight: 600;
17
- margin-right: 20px;
18
- display: inline-block;
19
- }
20
- .button {
21
- font-size: 16px;
22
- text-align: center;
23
- background-color: #f5fffa;
24
- color: #1890ff;
25
- display: inline-block;
26
- }
27
- }
28
- .title-bottom {
29
- height: 100%;
30
- display: flex;
31
- flex-direction: column;
32
- .ant-tabs-tabpane {
33
- height: 100%;
34
- }
35
- }
36
- }
37
- .ant-tabs {
38
- height: 100%;
39
- display: flex;
40
- flex-direction: column;
41
- .ant-tabs-content {
42
- height: 100%;
43
- // padding-bottom: 45px;
44
- }
45
- }
46
- }
47
- }
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- declare const _default: () => JSX.Element;
3
- export default _default;
@@ -1,12 +0,0 @@
1
- import React from "react";
2
- import { Route } from "react-router";
3
- import BoardView from "./BoardView";
4
- import ListView from "./ListView";
5
- import Users from "./Users";
6
- export default () => {
7
- return (React.createElement(React.Fragment, null,
8
- React.createElement(Route, { path: "/workspaces/list", component: Users }),
9
- React.createElement(Route, { path: "/workspaces/", exact: true, component: ListView }),
10
- React.createElement(Route, { path: "/workspaces/:id", component: BoardView })));
11
- };
12
- //# sourceMappingURL=WorkSpacesRoutes.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"WorkSpacesRoutes.js","sourceRoot":"","sources":["../../../../src/modules/workspaces/pages/WorkSpacesRoutes.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,KAAK,EAAE,MAAM,cAAc,CAAC;AACrC,OAAO,SAAS,MAAM,aAAa,CAAC;AACpC,OAAO,QAAQ,MAAM,YAAY,CAAC;AAClC,OAAO,KAAK,MAAM,SAAS,CAAC;AAC5B,eAAe,GAAG,EAAE;IACnB,OAAO,CACN,oBAAC,KAAK,CAAC,QAAQ;QACd,oBAAC,KAAK,IAAC,IAAI,EAAC,kBAAkB,EAAC,SAAS,EAAE,KAAK,GAAI;QACnD,oBAAC,KAAK,IAAC,IAAI,EAAC,cAAc,EAAC,KAAK,EAAE,IAAI,EAAE,SAAS,EAAE,QAAQ,GAAI;QAC/D,oBAAC,KAAK,IAAC,IAAI,EAAC,iBAAiB,EAAC,SAAS,EAAE,SAAS,GAAI,CACtC,CACjB,CAAC;AACH,CAAC,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/modules/worktype/components/NewTypeForm/index.tsx"],"names":[],"mappings":"AAAA,OAAO,cAAc,CAAC;AAEtB,OAAO,EAAE,KAAK,EAAE,IAAI,EAAE,OAAO,EAAE,MAAM,cAAc,CAAC;AACpD,OAAO,KAAK,EAAE,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAExC,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AAC5C,OAAO,EAAE,WAAW,EAAE,MAAM,MAAM,CAAC;AACnC,OAAO,EAAE,gBAAgB,EAAE,MAAM,2BAA2B,CAAC;AAE7D,MAAM,WAAW,GAAG,CAAC,KAMpB,EAAE,EAAE;IACJ,MAAM,QAAQ,GAAG,gBAAgB,EAAE,CAAC;IACpC,MAAM,CAAC,KAAK,CAAC,GAAG,QAAQ,CAAC,IAAI,KAAK,CAAC,EAAE,WAAW,EAAE,KAAK,CAAC,WAAW,EAAE,CAAC,CAAC,CAAC;IAExE,OAAO,OAAO,CAAC,GAAG,EAAE,CAAC,CACpB,6BAAK,SAAS,EAAC,eAAe;QAC7B,oBAAC,IAAI,IAAC,QAAQ,EAAE,CAAC,CAAC,KAAK,CAAC,OAAO;YAC9B,oBAAC,KAAK,IACL,SAAS,QACT,KAAK,EAAE,KAAK,CAAC,MAAM,CAAC,IAAI,EACxB,WAAW,EAAC,iCAAiC,EAC7C,QAAQ,EAAE,CAAC,CAAC,EAAE,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,IAAI,GAAG,CAAC,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,EACxE,YAAY,EAAE,GAAG,EAAE,CAAC,QAAQ,EAAE,EAC9B,SAAS,EAAE,SAAS,GACnB,CACI,CACF,CACN,CAAC,CAAC;IAEH,KAAK,UAAU,QAAQ;;QACtB,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC,IAAI;YAAE,OAAO,OAAO,CAAC,OAAO,CAAC,mBAAmB,CAAC,CAAC;QACpE,WAAW,CAAC,GAAG,EAAE,CAAC,CAAC,KAAK,CAAC,OAAO,GAAG,IAAI,CAAC,CAAC,CAAC;QAC1C,MAAM,GAAG,GAAG,MAAM,QAAQ,CAAC,MAAM,CAAC;YACjC,IAAI,EAAE,EAAE,GAAG,KAAK,CAAC,MAAM,EAAE,WAAW,EAAE,KAAK,CAAC,WAAW,EAAE;YACzD,KAAK,EAAE,SAAS;SAChB,CAAC,CAAC;QACH,MAAA,KAAK,CAAC,MAAM,+CAAZ,KAAK,CAAW,CAAC;QACjB,WAAW,CAAC,GAAG,EAAE;YAChB,KAAK,CAAC,OAAO,GAAG,KAAK,CAAC;YACtB,KAAK,CAAC,MAAM,GAAG,KAAK,CAAC,MAAM,CAAC;QAC7B,CAAC,CAAC,CAAC;IACJ,CAAC;IACD,SAAS,SAAS,CAAC,CAAM;QACxB,IAAI,CAAC,CAAC,OAAO,KAAK,EAAE;YAAE,OAAO;QAC7B,QAAQ,EAAE,CAAC;IACZ,CAAC;IACD,sBAAsB;IACtB,SAAS,QAAQ;QAChB,KAAK,CAAC,MAAM,GAAG,KAAK,CAAC,MAAM,CAAC;QAC5B,IAAI,KAAK,CAAC,QAAQ;YAAE,KAAK,CAAC,QAAQ,EAAE,CAAC;IACtC,CAAC;AACF,CAAC,CAAC;AAEF,eAAe,WAAW,CAAC"}