@voplus/morpho-workspace 1.2.6 → 1.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/controls/filters/WorkStatusFilter/index.d.ts +3 -0
- package/es/controls/filters/WorkStatusFilter/index.js +21 -0
- package/es/controls/filters/WorkStatusFilter/index.js.map +1 -0
- package/es/controls/filters/WorkStatusFilter/state.d.ts +17 -0
- package/es/controls/filters/WorkStatusFilter/state.js +49 -0
- package/es/controls/filters/WorkStatusFilter/state.js.map +1 -0
- package/es/data/notification/{NotificaitonStore.d.ts → NotificationStore.d.ts} +8 -8
- package/es/data/notification/{NotificaitonStore.js → NotificationStore.js} +10 -7
- package/es/data/notification/NotificationStore.js.map +1 -0
- package/es/data/notification/hooks.d.ts +4 -4
- package/es/data/notification/hooks.js +8 -8
- package/es/data/notification/hooks.js.map +1 -1
- package/es/data/notification/index.d.ts +1 -1
- package/es/data/notification/index.js +1 -1
- package/es/data/notification/interfaces.d.ts +5 -3
- package/es/data/notification/types.d.ts +7 -7
- package/es/data/work/WorkStore.d.ts +10 -0
- package/es/data/work/WorkStore.js +21 -0
- package/es/data/work/WorkStore.js.map +1 -0
- package/es/data/work/hook.d.ts +9 -0
- package/es/data/work/hook.js +20 -0
- package/es/data/work/hook.js.map +1 -0
- package/es/data/work/index.d.ts +3 -0
- package/es/data/work/index.js +4 -0
- package/es/data/work/index.js.map +1 -0
- package/es/data/work/interfaces.d.ts +37 -0
- package/es/data/work/interfaces.js +2 -0
- package/es/data/work/interfaces.js.map +1 -0
- package/es/data/workerror/WorkErrorStore.d.ts +37 -0
- package/es/data/workerror/WorkErrorStore.js +117 -0
- package/es/data/workerror/WorkErrorStore.js.map +1 -0
- package/es/data/workerror/hook.d.ts +9 -0
- package/es/data/workerror/hook.js +19 -0
- package/es/data/workerror/hook.js.map +1 -0
- package/es/data/workerror/index.d.ts +4 -0
- package/es/data/workerror/index.js +5 -0
- package/es/data/workerror/index.js.map +1 -0
- package/es/data/workerror/interfaces.d.ts +20 -0
- package/es/data/workerror/interfaces.js +2 -0
- package/es/data/workerror/interfaces.js.map +1 -0
- package/es/data/workerror/types.d.ts +46 -0
- package/es/data/workerror/types.js +9 -0
- package/es/data/workerror/types.js.map +1 -0
- package/es/data/workerror/workerror-events/index.d.ts +3 -0
- package/es/data/workerror/workerror-events/index.js +4 -0
- package/es/data/workerror/workerror-events/index.js.map +1 -0
- package/es/data/workerror/workerror-events/useAutoUpdateListData.d.ts +4 -0
- package/es/data/workerror/workerror-events/useAutoUpdateListData.js +13 -0
- package/es/data/workerror/workerror-events/useAutoUpdateListData.js.map +1 -0
- package/es/data/workerror/workerror-events/useOnDeleteWorkspace.d.ts +4 -0
- package/es/data/workerror/workerror-events/useOnDeleteWorkspace.js +17 -0
- package/es/data/workerror/workerror-events/useOnDeleteWorkspace.js.map +1 -0
- package/es/data/workerror/workerror-events/useOnNewWorkspace.d.ts +4 -0
- package/es/data/workerror/workerror-events/useOnNewWorkspace.js +17 -0
- package/es/data/workerror/workerror-events/useOnNewWorkspace.js.map +1 -0
- package/es/data/workspace/WorkSpaceStore.d.ts +39 -0
- package/es/data/workspace/WorkSpaceStore.js +134 -0
- package/es/data/workspace/WorkSpaceStore.js.map +1 -0
- package/es/data/workspace/hooks.d.ts +13 -0
- package/es/data/workspace/hooks.js +23 -0
- package/es/data/workspace/hooks.js.map +1 -0
- package/es/data/workspace/index.d.ts +4 -0
- package/es/data/workspace/index.js +5 -0
- package/es/data/workspace/index.js.map +1 -0
- package/es/data/workspace/interfaces.d.ts +17 -0
- package/es/data/workspace/interfaces.js +2 -0
- package/es/data/workspace/interfaces.js.map +1 -0
- package/es/data/workspace/types.d.ts +28 -0
- package/es/data/workspace/types.js +2 -0
- package/es/data/workspace/types.js.map +1 -0
- package/es/data/workspace/useWorkSpaceCompletedWorkEffect.d.ts +10 -0
- package/es/data/workspace/useWorkSpaceCompletedWorkEffect.js +14 -0
- package/es/data/workspace/useWorkSpaceCompletedWorkEffect.js.map +1 -0
- package/es/data/workspace/workspace-events/index.d.ts +3 -0
- package/es/data/workspace/workspace-events/index.js +4 -0
- package/es/data/workspace/workspace-events/index.js.map +1 -0
- package/es/data/workspace/workspace-events/useAutoUpdateListData.d.ts +4 -0
- package/es/data/workspace/workspace-events/useAutoUpdateListData.js +13 -0
- package/es/data/workspace/workspace-events/useAutoUpdateListData.js.map +1 -0
- package/es/data/workspace/workspace-events/useOnDeleteWorkspace.d.ts +4 -0
- package/es/data/workspace/workspace-events/useOnDeleteWorkspace.js +17 -0
- package/es/data/workspace/workspace-events/useOnDeleteWorkspace.js.map +1 -0
- package/es/data/workspace/workspace-events/useOnNewWorkspace.d.ts +4 -0
- package/es/data/workspace/workspace-events/useOnNewWorkspace.js +17 -0
- package/es/data/workspace/workspace-events/useOnNewWorkspace.js.map +1 -0
- package/es/data/worktype/WorkTypeStore.d.ts +21 -0
- package/es/data/worktype/WorkTypeStore.js +75 -0
- package/es/data/worktype/WorkTypeStore.js.map +1 -0
- package/es/data/worktype/hook.d.ts +9 -0
- package/es/data/worktype/hook.js +20 -0
- package/es/data/worktype/hook.js.map +1 -0
- package/es/data/worktype/index.d.ts +4 -0
- package/es/data/worktype/index.js +5 -0
- package/es/data/worktype/index.js.map +1 -0
- package/es/data/worktype/interfaces.d.ts +57 -0
- package/es/data/worktype/interfaces.js +2 -0
- package/es/data/worktype/interfaces.js.map +1 -0
- package/es/data/worktype/types.d.ts +55 -0
- package/es/data/worktype/types.js +2 -0
- package/es/data/worktype/types.js.map +1 -0
- package/es/data/worktype/useWorkTypeCompletedWorkEffect.d.ts +10 -0
- package/es/data/worktype/useWorkTypeCompletedWorkEffect.js +14 -0
- package/es/data/worktype/useWorkTypeCompletedWorkEffect.js.map +1 -0
- package/es/modules/board/components/Board/index.js +1 -3
- package/es/modules/board/components/Board/index.js.map +1 -1
- package/es/modules/board/components/SubDocumentList/index.js +2 -1
- package/es/modules/board/components/SubDocumentList/index.js.map +1 -1
- package/es/modules/meeting/components/AgendaList/AgendaItem/index.js +2 -2
- package/es/modules/meeting/components/AgendaList/AgendaItem/index.js.map +1 -1
- package/es/modules/meeting/components/MeetingList/index.js +1 -2
- package/es/modules/meeting/components/MeetingList/index.js.map +1 -1
- package/es/modules/notification/components/MentionNotificationCard/index.d.ts +10 -0
- package/es/modules/notification/components/MentionNotificationCard/index.js +31 -0
- package/es/modules/notification/components/MentionNotificationCard/index.js.map +1 -0
- package/es/modules/notification/components/MentionNotificationCard/index.less +23 -0
- package/es/modules/notification/components/NotificationList/index.d.ts +14 -5
- package/es/modules/notification/components/NotificationList/index.js +60 -17
- package/es/modules/notification/components/NotificationList/index.js.map +1 -1
- package/es/modules/notification/components/NotificationList/index.less +20 -2
- package/es/modules/tasks/reports/TaskSummaryCard/index.js +2 -2
- package/es/modules/tasks/reports/TaskSummaryCard/index.js.map +1 -1
- package/es/modules/work/components/NewWorkErrorDialog/index.d.ts +9 -0
- package/es/modules/work/components/NewWorkErrorDialog/index.js +70 -0
- package/es/modules/work/components/NewWorkErrorDialog/index.js.map +1 -0
- package/es/modules/work/components/NewWorkErrorDialog/index.less +18 -0
- package/es/modules/work/components/NewWorkErrorDialog/state.d.ts +16 -0
- package/es/modules/work/components/NewWorkErrorDialog/state.js +37 -0
- package/es/modules/work/components/NewWorkErrorDialog/state.js.map +1 -0
- package/es/modules/work/components/RejectWorkDialog/index.d.ts +9 -0
- package/es/modules/work/components/RejectWorkDialog/index.js +54 -0
- package/es/modules/work/components/RejectWorkDialog/index.js.map +1 -0
- package/es/modules/work/components/RejectWorkDialog/index.less +18 -0
- package/es/modules/work/components/RejectWorkDialog/state.d.ts +12 -0
- package/es/modules/work/components/RejectWorkDialog/state.js +35 -0
- package/es/modules/work/components/RejectWorkDialog/state.js.map +1 -0
- package/es/modules/work/components/WorkErrorItem/index.d.ts +6 -0
- package/es/modules/work/components/WorkErrorItem/index.js +24 -0
- package/es/modules/work/components/WorkErrorItem/index.js.map +1 -0
- package/es/modules/work/components/WorkErrorItem/index.less +26 -0
- package/es/modules/work/components/WorkErrorList/index.d.ts +8 -0
- package/es/modules/work/components/WorkErrorList/index.js +44 -0
- package/es/modules/work/components/WorkErrorList/index.js.map +1 -0
- package/es/modules/work/components/WorkErrorList/index.less +5 -0
- package/es/modules/work/components/WorkErrorPropertiesView/index.d.ts +6 -0
- package/es/modules/work/components/WorkErrorPropertiesView/index.js +45 -0
- package/es/modules/work/components/WorkErrorPropertiesView/index.js.map +1 -0
- package/es/modules/work/components/WorkErrorPropertiesView/index.less +22 -0
- package/es/modules/work/components/WorkItem/index.d.ts +11 -0
- package/es/modules/work/components/WorkItem/index.js +25 -0
- package/es/modules/work/components/WorkItem/index.js.map +1 -0
- package/es/modules/work/components/WorkItem/index.less +17 -0
- package/es/modules/work/components/WorkList/index.d.ts +14 -0
- package/es/modules/work/components/WorkList/index.js +64 -0
- package/es/modules/work/components/WorkList/index.js.map +1 -0
- package/es/modules/work/components/WorkList/index.less +7 -0
- package/es/modules/work/components/WorkPropertiesView/index.d.ts +7 -0
- package/es/modules/work/components/WorkPropertiesView/index.js +35 -0
- package/es/modules/work/components/WorkPropertiesView/index.js.map +1 -0
- package/es/modules/work/components/WorkPropertiesView/index.less +23 -0
- package/es/{pages/Space/components/Documents → modules/work/components/WorkQATab}/index.d.ts +2 -2
- package/es/modules/work/components/WorkQATab/index.js +33 -0
- package/es/modules/work/components/WorkQATab/index.js.map +1 -0
- package/es/modules/work/components/WorkQATab/index.less +24 -0
- package/es/modules/work/components/WorkTabs/index.d.ts +7 -0
- package/es/modules/work/components/WorkTabs/index.js +45 -0
- package/es/modules/work/components/WorkTabs/index.js.map +1 -0
- package/es/modules/work/components/WorkTabs/index.less +16 -0
- package/es/modules/work/components/WorkTaskList/index.d.ts +5 -0
- package/es/modules/work/components/WorkTaskList/index.js +65 -0
- package/es/modules/work/components/WorkTaskList/index.js.map +1 -0
- package/es/modules/work/components/WorkTaskList/index.less +18 -0
- package/es/modules/work/components/WorkTaskList/state.d.ts +14 -0
- package/es/modules/work/components/WorkTaskList/state.js +23 -0
- package/es/modules/work/components/WorkTaskList/state.js.map +1 -0
- package/es/modules/work/components/WorkTasksTab/index.d.ts +6 -0
- package/es/modules/work/components/WorkTasksTab/index.js +17 -0
- package/es/modules/work/components/WorkTasksTab/index.js.map +1 -0
- package/es/modules/work/components/WorkTasksTab/index.less +7 -0
- package/es/modules/work/components/WorksProperties/index.d.ts +6 -0
- package/es/modules/work/components/WorksProperties/index.js +27 -0
- package/es/modules/work/components/WorksProperties/index.js.map +1 -0
- package/es/modules/work/components/WorksProperties/index.less +8 -0
- package/es/modules/work/pages/WorkDefaultView/index.d.ts +4 -0
- package/es/modules/work/pages/WorkDefaultView/index.js +26 -0
- package/es/modules/work/pages/WorkDefaultView/index.js.map +1 -0
- package/es/modules/work/pages/WorkDefaultView/index.less +17 -0
- package/es/modules/work/pages/WorkListPage/index.d.ts +6 -0
- package/es/modules/work/pages/WorkListPage/index.js +19 -0
- package/es/modules/work/pages/WorkListPage/index.js.map +1 -0
- package/es/modules/workspace/components/MyWorkspaces/index.d.ts +11 -0
- package/es/modules/workspace/components/MyWorkspaces/index.js +34 -0
- package/es/modules/workspace/components/MyWorkspaces/index.js.map +1 -0
- package/es/modules/workspace/components/MyWorkspaces/index.less +18 -0
- package/es/modules/workspace/components/NewWorkspaceDialog/index.d.ts +10 -0
- package/es/modules/workspace/components/NewWorkspaceDialog/index.js +59 -0
- package/es/modules/workspace/components/NewWorkspaceDialog/index.js.map +1 -0
- package/es/modules/workspace/components/NewWorkspaceDialog/index.less +18 -0
- package/es/modules/workspace/components/NewWorkspaceDialog/state.d.ts +12 -0
- package/es/modules/workspace/components/NewWorkspaceDialog/state.js +35 -0
- package/es/modules/workspace/components/NewWorkspaceDialog/state.js.map +1 -0
- package/es/modules/workspace/components/WorkspaceCard/index.d.ts +8 -0
- package/es/modules/workspace/components/WorkspaceCard/index.js +18 -0
- package/es/modules/workspace/components/WorkspaceCard/index.js.map +1 -0
- package/es/modules/workspace/components/WorkspaceCard/index.less +47 -0
- package/es/modules/workspace/components/WorkspaceCardList/index.d.ts +13 -0
- package/es/modules/workspace/components/WorkspaceCardList/index.js +49 -0
- package/es/modules/workspace/components/WorkspaceCardList/index.js.map +1 -0
- package/es/modules/workspace/components/WorkspaceCardList/index.less +13 -0
- package/es/modules/workspace/components/WorkspacePropertiesView/index.d.ts +6 -0
- package/es/modules/workspace/components/WorkspacePropertiesView/index.js +41 -0
- package/es/modules/workspace/components/WorkspacePropertiesView/index.js.map +1 -0
- package/es/modules/workspace/components/WorkspacePropertiesView/index.less +19 -0
- package/es/modules/workspace/components/WorkspacePropertiesView/state.d.ts +15 -0
- package/es/modules/workspace/components/WorkspacePropertiesView/state.js +68 -0
- package/es/modules/workspace/components/WorkspacePropertiesView/state.js.map +1 -0
- package/es/modules/workspace/controls/WorkspaceCompletedWorksChart/index.d.ts +6 -0
- package/es/modules/workspace/controls/WorkspaceCompletedWorksChart/index.js +68 -0
- package/es/modules/workspace/controls/WorkspaceCompletedWorksChart/index.js.map +1 -0
- package/es/modules/workspace/controls/WorkspaceCompletedWorksChart/index.less +8 -0
- package/es/modules/workspace/controls/WorkspaceCompletedWorksChart/state.d.ts +5 -0
- package/es/modules/workspace/controls/WorkspaceCompletedWorksChart/state.js +26 -0
- package/es/modules/workspace/controls/WorkspaceCompletedWorksChart/state.js.map +1 -0
- package/es/modules/workspace/controls/WorkspaceMenu/index.d.ts +8 -0
- package/es/modules/workspace/controls/WorkspaceMenu/index.js +36 -0
- package/es/modules/workspace/controls/WorkspaceMenu/index.js.map +1 -0
- package/es/modules/workspace/controls/WorkspaceMenu/index.less +33 -0
- package/es/modules/workspace/pages/WorkspaceDefaultView/index.d.ts +4 -0
- package/es/modules/workspace/pages/WorkspaceDefaultView/index.js +51 -0
- package/es/modules/workspace/pages/WorkspaceDefaultView/index.js.map +1 -0
- package/es/modules/workspace/pages/WorkspaceDefaultView/index.less +22 -0
- package/es/modules/workspace/pages/WorkspaceDefaultView/state.d.ts +15 -0
- package/es/modules/workspace/pages/WorkspaceDefaultView/state.js +68 -0
- package/es/modules/workspace/pages/WorkspaceDefaultView/state.js.map +1 -0
- package/es/modules/workspace/pages/WorkspacePage/index.d.ts +4 -0
- package/es/modules/workspace/pages/WorkspacePage/index.js +73 -0
- package/es/modules/workspace/pages/WorkspacePage/index.js.map +1 -0
- package/es/modules/workspace/pages/WorkspacePage/index.less +1 -0
- package/es/modules/workspace/pages/WorkspacePage/state.d.ts +23 -0
- package/es/modules/workspace/pages/WorkspacePage/state.js +108 -0
- package/es/modules/workspace/pages/WorkspacePage/state.js.map +1 -0
- package/es/modules/worktype/components/WorkTypeCard/index.d.ts +8 -0
- package/es/modules/worktype/components/WorkTypeCard/index.js +18 -0
- package/es/modules/worktype/components/WorkTypeCard/index.js.map +1 -0
- package/es/modules/worktype/components/WorkTypeCard/index.less +47 -0
- package/es/modules/worktype/components/WorkTypeCardList/index.d.ts +16 -0
- package/es/modules/worktype/components/WorkTypeCardList/index.js +50 -0
- package/es/modules/worktype/components/WorkTypeCardList/index.js.map +1 -0
- package/es/modules/worktype/components/WorkTypeCardList/index.less +15 -0
- package/es/modules/worktype/components/WorkTypeItem/index.d.ts +8 -0
- package/es/modules/worktype/components/WorkTypeItem/index.js +11 -0
- package/es/modules/worktype/components/WorkTypeItem/index.js.map +1 -0
- package/es/modules/worktype/components/WorkTypeItem/index.less +19 -0
- package/es/modules/worktype/components/WorkTypeProperties/index.d.ts +6 -0
- package/es/modules/worktype/components/WorkTypeProperties/index.js +56 -0
- package/es/modules/worktype/components/WorkTypeProperties/index.js.map +1 -0
- package/es/modules/worktype/components/WorkTypeProperties/index.less +5 -0
- package/es/modules/worktype/components/WorkTypeProperties/state.d.ts +12 -0
- package/es/modules/worktype/components/WorkTypeProperties/state.js +65 -0
- package/es/modules/worktype/components/WorkTypeProperties/state.js.map +1 -0
- package/es/modules/worktype/components/WorkTypePropertiesTabs/index.d.ts +5 -0
- package/es/modules/worktype/components/WorkTypePropertiesTabs/index.js +28 -0
- package/es/modules/worktype/components/WorkTypePropertiesTabs/index.js.map +1 -0
- package/es/modules/worktype/components/WorkTypePropertiesTabs/index.less +0 -0
- package/es/modules/worktype/components/WorkTypePropertiesView/index.d.ts +6 -0
- package/es/modules/worktype/components/WorkTypePropertiesView/index.js +38 -0
- package/es/modules/worktype/components/WorkTypePropertiesView/index.js.map +1 -0
- package/es/modules/worktype/components/WorkTypePropertiesView/index.less +19 -0
- package/es/modules/worktype/components/WorkTypePropertiesView/state.d.ts +15 -0
- package/es/modules/worktype/components/WorkTypePropertiesView/state.js +68 -0
- package/es/modules/worktype/components/WorkTypePropertiesView/state.js.map +1 -0
- package/es/modules/worktype/components/WorkTypeQA/index.d.ts +6 -0
- package/es/modules/worktype/components/WorkTypeQA/index.js +60 -0
- package/es/modules/worktype/components/WorkTypeQA/index.js.map +1 -0
- package/es/modules/worktype/components/WorkTypeQA/index.less +35 -0
- package/es/modules/worktype/components/WorkTypeQA/state.d.ts +21 -0
- package/es/modules/worktype/components/WorkTypeQA/state.js +145 -0
- package/es/modules/worktype/components/WorkTypeQA/state.js.map +1 -0
- package/es/modules/worktype/components/WorkTypeStats/index.d.ts +5 -0
- package/es/modules/worktype/components/WorkTypeStats/index.js +16 -0
- package/es/modules/worktype/components/WorkTypeStats/index.js.map +1 -0
- package/es/modules/worktype/components/WorkTypeStats/index.less +29 -0
- package/es/modules/worktype/components/WorkTypeStats/state.d.ts +6 -0
- package/es/modules/worktype/components/WorkTypeStats/state.js +27 -0
- package/es/modules/worktype/components/WorkTypeStats/state.js.map +1 -0
- package/es/modules/worktype/components/WorkTypeTabs/index.d.ts +6 -0
- package/es/modules/worktype/components/WorkTypeTabs/index.js +45 -0
- package/es/modules/worktype/components/WorkTypeTabs/index.js.map +1 -0
- package/es/modules/worktype/components/WorkTypeTabs/index.less +16 -0
- package/es/modules/worktype/controls/WorktypeCompleteWorksChart/index.d.ts +6 -0
- package/es/modules/worktype/controls/WorktypeCompleteWorksChart/index.js +70 -0
- package/es/modules/worktype/controls/WorktypeCompleteWorksChart/index.js.map +1 -0
- package/es/modules/worktype/controls/WorktypeCompleteWorksChart/index.less +8 -0
- package/es/modules/worktype/controls/WorktypeCompleteWorksChart/state.d.ts +5 -0
- package/es/modules/worktype/controls/WorktypeCompleteWorksChart/state.js +26 -0
- package/es/modules/worktype/controls/WorktypeCompleteWorksChart/state.js.map +1 -0
- package/es/modules/worktype/pages/WorkTypeDefaultView/index.d.ts +4 -0
- package/es/modules/worktype/pages/WorkTypeDefaultView/index.js +24 -0
- package/es/modules/worktype/pages/WorkTypeDefaultView/index.js.map +1 -0
- package/es/modules/worktype/pages/WorkTypeDefaultView/index.less +20 -0
- package/es/pages/Routes.d.ts +12 -0
- package/es/pages/Routes.js +29 -3
- package/es/pages/Routes.js.map +1 -1
- package/es/pages/Space/components/Notifications/index.d.ts +6 -0
- package/es/pages/Space/components/Notifications/index.js +38 -0
- package/es/pages/Space/components/Notifications/index.js.map +1 -0
- package/es/pages/Space/components/Workspaces/index.d.ts +3 -0
- package/es/pages/Space/components/Workspaces/index.js +19 -0
- package/es/pages/Space/components/Workspaces/index.js.map +1 -0
- package/es/pages/Space/pages/MySpace/index.js +49 -42
- package/es/pages/Space/pages/MySpace/index.js.map +1 -1
- package/es/pages/Space/pages/MySpace/index.less +20 -34
- package/es/pages/Space/pages/MySpace/state.d.ts +15 -16
- package/es/pages/Space/pages/MySpace/state.js +38 -74
- package/es/pages/Space/pages/MySpace/state.js.map +1 -1
- package/es/pages/Work/components/NewWorkDialog/index.js +3 -7
- package/es/pages/Work/components/NewWorkDialog/index.js.map +1 -1
- package/es/pages/Work/pages/WorkDefaultView/index.js +20 -17
- package/es/pages/Work/pages/WorkDefaultView/index.js.map +1 -1
- package/es/pages/WorkType/WorkTypeCheckList/index.d.ts +1 -2
- package/es/pages/WorkType/WorkTypeCheckList/index.js +43 -34
- package/es/pages/WorkType/WorkTypeCheckList/index.js.map +1 -1
- package/es/pages/WorkType/WorkTypeDetail/index.js +6 -10
- package/es/pages/WorkType/WorkTypeDetail/index.js.map +1 -1
- package/es/pages/WorkType/data/WorkTypeStore.js +4 -4
- package/es/pages/WorkType/data/WorkTypeStore.js.map +1 -1
- package/es/pages/WorkType/data/interfaces.d.ts +24 -7
- package/es/pages/WorkType/data/types.d.ts +19 -18
- package/es/routes.js.map +1 -1
- package/package.json +2 -2
- package/es/MySpace.d.ts +0 -7
- package/es/MySpace.js +0 -14
- package/es/MySpace.js.map +0 -1
- package/es/data/notification/NotificaitonStore.js.map +0 -1
- package/es/modules/notification/NotificationRoutes.d.ts +0 -17
- package/es/modules/notification/NotificationRoutes.js +0 -29
- package/es/modules/notification/NotificationRoutes.js.map +0 -1
- package/es/modules/notification/components/MentionNotificaitonCard/index.d.ts +0 -9
- package/es/modules/notification/components/MentionNotificaitonCard/index.js +0 -27
- package/es/modules/notification/components/MentionNotificaitonCard/index.js.map +0 -1
- package/es/modules/notification/components/MentionNotificaitonCard/index.less +0 -16
- package/es/modules/notification/pages/NotificationListView/index.d.ts +0 -6
- package/es/modules/notification/pages/NotificationListView/index.js +0 -17
- package/es/modules/notification/pages/NotificationListView/index.js.map +0 -1
- package/es/pages/Space/components/Documents/index.js +0 -41
- package/es/pages/Space/components/Documents/index.js.map +0 -1
- package/es/pages/Space/components/Documents/index.less +0 -9
@@ -0,0 +1,19 @@
|
|
1
|
+
:global {
|
2
|
+
.workspace-properties-view {
|
3
|
+
.workspace-header {
|
4
|
+
padding: 10px 20px;
|
5
|
+
.workspace-name {
|
6
|
+
font-size: 24px;
|
7
|
+
color: #000;
|
8
|
+
font-weight: 500;
|
9
|
+
word-break: break-all;
|
10
|
+
display: flex;
|
11
|
+
align-items: center;
|
12
|
+
justify-content: space-between;
|
13
|
+
}
|
14
|
+
.avatar-list-view {
|
15
|
+
margin-top: 10px;
|
16
|
+
}
|
17
|
+
}
|
18
|
+
}
|
19
|
+
}
|
@@ -0,0 +1,15 @@
|
|
1
|
+
import { IDocumentAccessSettings } from "@voplus/morpho-document-core";
|
2
|
+
import { WorkspaceStore } from "../../../../data/workspace";
|
3
|
+
export declare class State {
|
4
|
+
private id;
|
5
|
+
private store;
|
6
|
+
/** Name of workspace */
|
7
|
+
name: string;
|
8
|
+
/** Visible of Edit name */
|
9
|
+
editVisible: boolean;
|
10
|
+
members: any[];
|
11
|
+
constructor(id: string, store: WorkspaceStore);
|
12
|
+
update(doc: IDocumentAccessSettings): void;
|
13
|
+
/** edit save */
|
14
|
+
save(v: any, name: any, params: Record<string, unknown>): void;
|
15
|
+
}
|
@@ -0,0 +1,68 @@
|
|
1
|
+
import { __decorate } from "tslib";
|
2
|
+
import { action, makeObservable, observable } from "mobx";
|
3
|
+
export class State {
|
4
|
+
constructor(id, store) {
|
5
|
+
Object.defineProperty(this, "id", {
|
6
|
+
enumerable: true,
|
7
|
+
configurable: true,
|
8
|
+
writable: true,
|
9
|
+
value: id
|
10
|
+
});
|
11
|
+
Object.defineProperty(this, "store", {
|
12
|
+
enumerable: true,
|
13
|
+
configurable: true,
|
14
|
+
writable: true,
|
15
|
+
value: store
|
16
|
+
});
|
17
|
+
/** Name of workspace */
|
18
|
+
Object.defineProperty(this, "name", {
|
19
|
+
enumerable: true,
|
20
|
+
configurable: true,
|
21
|
+
writable: true,
|
22
|
+
value: ""
|
23
|
+
});
|
24
|
+
/** Visible of Edit name */
|
25
|
+
Object.defineProperty(this, "editVisible", {
|
26
|
+
enumerable: true,
|
27
|
+
configurable: true,
|
28
|
+
writable: true,
|
29
|
+
value: false
|
30
|
+
});
|
31
|
+
Object.defineProperty(this, "members", {
|
32
|
+
enumerable: true,
|
33
|
+
configurable: true,
|
34
|
+
writable: true,
|
35
|
+
value: []
|
36
|
+
});
|
37
|
+
makeObservable(this);
|
38
|
+
}
|
39
|
+
update(doc) {
|
40
|
+
this.members = [];
|
41
|
+
doc.includes.map(i => {
|
42
|
+
if (i.role === "Member")
|
43
|
+
this.members.push(i.contact);
|
44
|
+
});
|
45
|
+
}
|
46
|
+
/** edit save */
|
47
|
+
save(v, name, params) {
|
48
|
+
if ((v === null || v === void 0 ? void 0 : v.trim()) === name)
|
49
|
+
return;
|
50
|
+
this.store.edit(this.id, { data: params, error: "message" });
|
51
|
+
}
|
52
|
+
}
|
53
|
+
__decorate([
|
54
|
+
observable
|
55
|
+
], State.prototype, "name", void 0);
|
56
|
+
__decorate([
|
57
|
+
observable
|
58
|
+
], State.prototype, "editVisible", void 0);
|
59
|
+
__decorate([
|
60
|
+
observable
|
61
|
+
], State.prototype, "members", void 0);
|
62
|
+
__decorate([
|
63
|
+
action
|
64
|
+
], State.prototype, "update", null);
|
65
|
+
__decorate([
|
66
|
+
action
|
67
|
+
], State.prototype, "save", null);
|
68
|
+
//# sourceMappingURL=state.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"state.js","sourceRoot":"","sources":["../../../../../src/modules/workspace/components/WorkspacePropertiesView/state.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,MAAM,EAAE,cAAc,EAAE,UAAU,EAAe,MAAM,MAAM,CAAC;AAKvE,MAAM,OAAO,KAAK;IAOd,YAAoB,EAAU,EAAU,KAAqB;;;;;mBAAzC;;;;;;mBAAoB;;QANxC,wBAAwB;QACZ;;;;mBAAc,EAAE;WAAC;QAC7B,2BAA2B;QACf;;;;mBAAqB,KAAK;WAAC;QAC3B;;;;mBAAwB,EAAE;WAAC;QAGnC,cAAc,CAAC,IAAI,CAAC,CAAC;IACzB,CAAC;IAGM,MAAM,CAAC,GAA4B;QACtC,IAAI,CAAC,OAAO,GAAG,EAAE,CAAC;QAClB,GAAG,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE;YACjB,IAAI,CAAC,CAAC,IAAI,KAAK,QAAQ;gBAAE,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC;QAC1D,CAAC,CAAC,CAAA;IACN,CAAC;IAED,gBAAgB;IAET,IAAI,CAAC,CAAM,EAAE,IAAS,EAAE,MAA+B;QAC1D,IAAI,CAAA,CAAC,aAAD,CAAC,uBAAD,CAAC,CAAE,IAAI,EAAE,MAAK,IAAI;YAAE,OAAO;QAC/B,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,SAAS,EAAE,CAAC,CAAC;IACjE,CAAC;CACJ;AAvBe;IAAX,UAAU;mCAAkB;AAEjB;IAAX,UAAU;0CAA4B;AAC3B;IAAX,UAAU;sCAA4B;AAOvC;IADC,MAAM;mCAMN;AAID;IADC,MAAM;iCAIN"}
|
@@ -0,0 +1,68 @@
|
|
1
|
+
import "./index.less";
|
2
|
+
import { Empty, Spin } from "@voplus/antd";
|
3
|
+
import { useWorkSpaceCompletedWork } from "../../../../data/workspace/useWorkSpaceCompletedWorkEffect";
|
4
|
+
import React, { useEffect, useRef, useState } from "react";
|
5
|
+
import { Column } from '@antv/g2plot';
|
6
|
+
import { LoadingOutlined } from "@ant-design/icons";
|
7
|
+
import { State } from "./state";
|
8
|
+
import moment from "moment";
|
9
|
+
import { observe } from "@voplus/morpho-ui";
|
10
|
+
const WorkspaceCompletedWorksChart = (props) => {
|
11
|
+
const { id } = props;
|
12
|
+
const divEl = useRef(null);
|
13
|
+
const [state] = useState(new State());
|
14
|
+
const [columnData, setColumnData] = useState([]);
|
15
|
+
useWorkSpaceCompletedWork(id, (list) => {
|
16
|
+
const data = [];
|
17
|
+
list.map(i => {
|
18
|
+
data.push({ date: moment(i.date).format("DD MMM"), total: i.total });
|
19
|
+
});
|
20
|
+
setColumnData(data);
|
21
|
+
state.loading = false;
|
22
|
+
});
|
23
|
+
useEffect(() => {
|
24
|
+
if (state.columnPlot) {
|
25
|
+
state.columnPlot.update({
|
26
|
+
data: columnData,
|
27
|
+
});
|
28
|
+
}
|
29
|
+
else if (divEl.current && columnData.length) {
|
30
|
+
state.columnPlot = new Column(divEl.current, {
|
31
|
+
data: columnData,
|
32
|
+
xField: 'date',
|
33
|
+
yField: 'total',
|
34
|
+
label: {
|
35
|
+
// 可手动配置 label 数据标签位置
|
36
|
+
position: 'middle',
|
37
|
+
// 配置样式
|
38
|
+
style: {
|
39
|
+
fill: '#FFFFFF',
|
40
|
+
opacity: 0.6,
|
41
|
+
},
|
42
|
+
},
|
43
|
+
xAxis: {
|
44
|
+
label: {
|
45
|
+
autoHide: true,
|
46
|
+
autoRotate: false,
|
47
|
+
},
|
48
|
+
},
|
49
|
+
meta: {
|
50
|
+
date: {
|
51
|
+
alias: '日期',
|
52
|
+
},
|
53
|
+
total: {
|
54
|
+
alias: '完成度',
|
55
|
+
},
|
56
|
+
},
|
57
|
+
height: 200,
|
58
|
+
});
|
59
|
+
state.columnPlot.render();
|
60
|
+
}
|
61
|
+
}, [columnData]);
|
62
|
+
return observe(() => React.createElement("div", { className: "completed-works-chart" },
|
63
|
+
React.createElement("div", { ref: divEl }),
|
64
|
+
state.loading ? (React.createElement("div", { className: "card-loading" },
|
65
|
+
React.createElement(Spin, { tip: "Loading...", indicator: React.createElement(LoadingOutlined, null) }))) : !columnData.length ? (React.createElement(Empty, { image: Empty.PRESENTED_IMAGE_SIMPLE })) : null));
|
66
|
+
};
|
67
|
+
export default WorkspaceCompletedWorksChart;
|
68
|
+
//# sourceMappingURL=index.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/modules/workspace/controls/WorkspaceCompletedWorksChart/index.tsx"],"names":[],"mappings":"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"}
|
@@ -0,0 +1,26 @@
|
|
1
|
+
import { __decorate } from "tslib";
|
2
|
+
import { makeObservable, observable } from "mobx";
|
3
|
+
export class State {
|
4
|
+
constructor() {
|
5
|
+
Object.defineProperty(this, "columnPlot", {
|
6
|
+
enumerable: true,
|
7
|
+
configurable: true,
|
8
|
+
writable: true,
|
9
|
+
value: void 0
|
10
|
+
});
|
11
|
+
Object.defineProperty(this, "loading", {
|
12
|
+
enumerable: true,
|
13
|
+
configurable: true,
|
14
|
+
writable: true,
|
15
|
+
value: true
|
16
|
+
});
|
17
|
+
makeObservable(this);
|
18
|
+
}
|
19
|
+
}
|
20
|
+
__decorate([
|
21
|
+
observable
|
22
|
+
], State.prototype, "columnPlot", void 0);
|
23
|
+
__decorate([
|
24
|
+
observable
|
25
|
+
], State.prototype, "loading", void 0);
|
26
|
+
//# sourceMappingURL=state.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"state.js","sourceRoot":"","sources":["../../../../../src/modules/workspace/controls/WorkspaceCompletedWorksChart/state.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAElD,MAAM,OAAO,KAAK;IAId;QAHY;;;;;WAAuB;QACvB;;;;mBAAiB,IAAI;WAAC;QAG9B,cAAc,CAAC,IAAI,CAAC,CAAC;IACzB,CAAC;CACJ;AANe;IAAX,UAAU;yCAAwB;AACvB;IAAX,UAAU;sCAAuB"}
|
@@ -0,0 +1,36 @@
|
|
1
|
+
import "./index.less";
|
2
|
+
import { Button, Dropdown, Modal } from "@voplus/antd";
|
3
|
+
import { DocumentMenuContext, DocumentMenuState } from "@voplus/morpho-document-core";
|
4
|
+
import React, { useMemo } from "react";
|
5
|
+
import { useAsideContentContext } from "@voplus/morpho-ui";
|
6
|
+
import { FontAwesomeIcon as FAIcon } from "@fortawesome/react-fontawesome";
|
7
|
+
import { MoreOutlined } from "@ant-design/icons";
|
8
|
+
import { faTrashAlt } from "@fortawesome/pro-light-svg-icons";
|
9
|
+
import { useWorkspaceStore } from "../../.../../../../data/workspace";
|
10
|
+
const WorksapceMenu = (props) => {
|
11
|
+
const context = useMemo(() => new DocumentMenuState(props.id), [props.id]);
|
12
|
+
const store = useWorkspaceStore();
|
13
|
+
const asideContext = useAsideContentContext();
|
14
|
+
return (React.createElement(Dropdown, { placement: "bottomRight", overlay: React.createElement("div", { className: "workspace-menu" },
|
15
|
+
React.createElement(DocumentMenuContext.Provider, { value: context },
|
16
|
+
React.createElement(Button, { type: "link", onClick: onClick },
|
17
|
+
React.createElement(FAIcon, { icon: faTrashAlt, color: "#f5222d" }),
|
18
|
+
React.createElement("span", { className: "delete" }, "Delete")))) },
|
19
|
+
React.createElement(Button, { size: "small", shape: "circle" },
|
20
|
+
React.createElement(MoreOutlined, null))));
|
21
|
+
function onClick() {
|
22
|
+
/** 如果文件下有子文件, 询问是否删除所有子文件 */
|
23
|
+
Modal.confirm({
|
24
|
+
title: "Do you want to delete this item?",
|
25
|
+
async onOk() {
|
26
|
+
await store.delete([context.id], { DeleteChilds: true });
|
27
|
+
/** 删除后是否关闭Aside */
|
28
|
+
if (!!props.closeAside && (asideContext === null || asideContext === void 0 ? void 0 : asideContext.asideContent))
|
29
|
+
asideContext === null || asideContext === void 0 ? void 0 : asideContext.closeAside();
|
30
|
+
return;
|
31
|
+
},
|
32
|
+
});
|
33
|
+
}
|
34
|
+
};
|
35
|
+
export default WorksapceMenu;
|
36
|
+
//# sourceMappingURL=index.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/modules/workspace/controls/WorkspaceMenu/index.tsx"],"names":[],"mappings":"AAAA,OAAO,cAAc,CAAC;AAetB,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,MAAM,cAAc,CAAC;AACvD,OAAO,EAAE,mBAAmB,EAAE,iBAAiB,EAAe,MAAM,8BAA8B,CAAC;AACnG,OAAO,KAAK,EAAE,EAAE,OAAO,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,EAAW,sBAAsB,EAAE,MAAM,mBAAmB,CAAC;AAEpE,OAAO,EAAE,eAAe,IAAI,MAAM,EAAE,MAAM,gCAAgC,CAAC;AAC3E,OAAO,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAEjD,OAAO,EAAE,UAAU,EAAE,MAAM,kCAAkC,CAAC;AAC9D,OAAO,EAAE,iBAAiB,EAAE,MAAM,mCAAmC,CAAC;AAEtE,MAAM,aAAa,GAAG,CAAC,KAA+D,EAAE,EAAE;IACzF,MAAM,OAAO,GAAG,OAAO,CAAC,GAAG,EAAE,CAAC,IAAI,iBAAiB,CAAC,KAAK,CAAC,EAAE,CAAC,EAAE,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,CAAC;IAC3E,MAAM,KAAK,GAAG,iBAAiB,EAAE,CAAC;IAClC,MAAM,YAAY,GAAG,sBAAsB,EAAE,CAAC;IAC9C,OAAO,CACN,oBAAC,QAAQ,IACR,SAAS,EAAC,aAAa,EACvB,OAAO,EACN,6BAAK,SAAS,EAAC,gBAAgB;YAC9B,oBAAC,mBAAmB,CAAC,QAAQ,IAAC,KAAK,EAAE,OAAO;gBAI3C,oBAAC,MAAM,IAAC,IAAI,EAAC,MAAM,EAAC,OAAO,EAAE,OAAO;oBACnC,oBAAC,MAAM,IAAC,IAAI,EAAE,UAAU,EAAE,KAAK,EAAC,SAAS,GAAG;oBAC5C,8BAAM,SAAS,EAAC,QAAQ,aAAc,CAC9B,CACqB,CAC1B;QAGP,oBAAC,MAAM,IAAC,IAAI,EAAC,OAAO,EAAC,KAAK,EAAC,QAAQ;YAClC,oBAAC,YAAY,OAAG,CACR,CACC,CACX,CAAC;IAEF,SAAS,OAAO;QACf,6BAA6B;QAC7B,KAAK,CAAC,OAAO,CAAC;YACb,KAAK,EAAE,kCAAkC;YACzC,KAAK,CAAC,IAAI;gBACT,MAAM,KAAK,CAAC,MAAM,CAAC,CAAC,OAAO,CAAC,EAAE,CAAC,EAAE,EAAE,YAAY,EAAE,IAAI,EAAE,CAAC,CAAC;gBACzD,mBAAmB;gBACnB,IAAI,CAAC,CAAC,KAAK,CAAC,UAAU,KAAI,YAAY,aAAZ,YAAY,uBAAZ,YAAY,CAAE,YAAY,CAAA;oBAAE,YAAY,aAAZ,YAAY,uBAAZ,YAAY,CAAE,UAAU,EAAE,CAAC;gBACjF,OAAO;YACR,CAAC;SACD,CAAC,CAAC;IACJ,CAAC;AACF,CAAC,CAAC;AAEF,eAAe,aAAa,CAAC"}
|
@@ -0,0 +1,33 @@
|
|
1
|
+
:global {
|
2
|
+
.workspace-menu {
|
3
|
+
padding: 4px 0;
|
4
|
+
list-style-type: none;
|
5
|
+
background-color: #fff;
|
6
|
+
background-clip: padding-box;
|
7
|
+
border-radius: 2px;
|
8
|
+
outline: none;
|
9
|
+
box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08),
|
10
|
+
0 9px 28px 8px rgba(0, 0, 0, 0.05);
|
11
|
+
|
12
|
+
.ant-btn {
|
13
|
+
display: block;
|
14
|
+
width: 100%;
|
15
|
+
padding: 0 12px;
|
16
|
+
height: 34px;
|
17
|
+
color: #666;
|
18
|
+
text-align: left;
|
19
|
+
&[disabled] {
|
20
|
+
color: rgba(0, 0, 0, 0.25);
|
21
|
+
}
|
22
|
+
&:hover {
|
23
|
+
background-color: #f5f5f5;
|
24
|
+
}
|
25
|
+
> span {
|
26
|
+
margin-left: 10px;
|
27
|
+
}
|
28
|
+
}
|
29
|
+
.delete {
|
30
|
+
color: #f5222d;
|
31
|
+
}
|
32
|
+
}
|
33
|
+
}
|
@@ -0,0 +1,51 @@
|
|
1
|
+
import "./index.less";
|
2
|
+
import { InlineEdit, observe } from "@voplus/morpho-ui";
|
3
|
+
import React, { useEffect, useState } from "react";
|
4
|
+
import { useRouteMatch } from "react-router";
|
5
|
+
import { useWorkspace, useWorkspaceStore } from "../../../../data/workspace";
|
6
|
+
import AsideContent from "@voplus/morpho-ui/es/components/layout/AsideContent";
|
7
|
+
import AvatarList from "@voplus/morpho-document/es/components/AvatarList";
|
8
|
+
import { State } from "./state";
|
9
|
+
import WorkTypeCardList from "../../../worktype/components/WorkTypeCardList";
|
10
|
+
import WorkTypePropertiesView from "../../../worktype/components/WorkTypePropertiesView";
|
11
|
+
import WorkspaceCompletedWorksChart from "../../controls/WorkspaceCompletedWorksChart";
|
12
|
+
import { runInAction } from "mobx";
|
13
|
+
import { useApplicationContext } from "@voplus/morpho-data";
|
14
|
+
import { useDocumentStore } from "@voplus/morpho-document-core";
|
15
|
+
const WorkspaceDefaultView = () => {
|
16
|
+
const match = useRouteMatch();
|
17
|
+
const id = match.params.id;
|
18
|
+
const store = useWorkspaceStore();
|
19
|
+
const docStore = useDocumentStore();
|
20
|
+
const [state] = useState(new State(id, store));
|
21
|
+
const [asideContext] = useState(AsideContent.createContext());
|
22
|
+
const { user } = useApplicationContext();
|
23
|
+
const workspace = useWorkspace(id, { reload: false });
|
24
|
+
useEffect(() => {
|
25
|
+
runInAction(async () => {
|
26
|
+
const doc = await docStore.loadAccess(id);
|
27
|
+
state.update(doc);
|
28
|
+
});
|
29
|
+
}, [id]);
|
30
|
+
return observe(() => (React.createElement(AsideContent, { context: asideContext },
|
31
|
+
React.createElement("div", { className: "module-detail-view workspace-default-view" },
|
32
|
+
React.createElement("div", { className: "workspace-header" },
|
33
|
+
React.createElement("div", { className: "workspace-name" },
|
34
|
+
React.createElement(InlineEdit, { defaultValue: workspace.name, content: (v) => React.createElement("div", null, workspace.name), onSave: (value) => state.save(value, workspace.name, { Name: value }) })),
|
35
|
+
React.createElement(AvatarList, { organizationId: user.info.organizationId, list: state.members, multiple: true, onChange: onChange })),
|
36
|
+
React.createElement(WorkspaceCompletedWorksChart, { id: id }),
|
37
|
+
React.createElement("h3", null, "Work Types"),
|
38
|
+
React.createElement("div", { className: "my-workSpaces" },
|
39
|
+
React.createElement(WorkTypeCardList, { type: "card", onItemClick: onItemClick }))))));
|
40
|
+
async function onChange(ids, members) {
|
41
|
+
await store.edit(id, { data: { MemberIds: ids }, error: "message" });
|
42
|
+
runInAction(() => {
|
43
|
+
state.members = members;
|
44
|
+
});
|
45
|
+
}
|
46
|
+
function onItemClick(item) {
|
47
|
+
asideContext.openAside(React.createElement(WorkTypePropertiesView, { id: item.id }), { span: 12 });
|
48
|
+
}
|
49
|
+
};
|
50
|
+
export default WorkspaceDefaultView;
|
51
|
+
//# sourceMappingURL=index.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/modules/workspace/pages/WorkspaceDefaultView/index.tsx"],"names":[],"mappings":"AAAA,OAAO,cAAc,CAAC;AAEtB,OAAO,EAAE,UAAU,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AACxD,OAAO,KAAK,EAAE,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACnD,OAAO,EAAgB,aAAa,EAAE,MAAM,cAAc,CAAC;AAC3D,OAAO,EAAE,YAAY,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AAE7E,OAAO,YAAY,MAAM,qDAAqD,CAAC;AAC/E,OAAO,UAAU,MAAM,kDAAkD,CAAC;AAI1E,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,gBAAgB,MAAM,+CAA+C,CAAC;AAC7E,OAAO,sBAAsB,MAAM,qDAAqD,CAAC;AACzF,OAAO,4BAA4B,MAAM,6CAA6C,CAAC;AACvF,OAAO,EAAE,WAAW,EAAE,MAAM,MAAM,CAAC;AACnC,OAAO,EAAE,qBAAqB,EAAE,MAAM,qBAAqB,CAAC;AAC5D,OAAO,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AAEhE,MAAM,oBAAoB,GAAG,GAAG,EAAE;IACjC,MAAM,KAAK,GAAG,aAAa,EAAkB,CAAC;IAC9C,MAAM,EAAE,GAAG,KAAK,CAAC,MAAM,CAAC,EAAE,CAAC;IAE3B,MAAM,KAAK,GAAG,iBAAiB,EAAE,CAAC;IAClC,MAAM,QAAQ,GAAG,gBAAgB,EAAE,CAAC;IACpC,MAAM,CAAC,KAAK,CAAC,GAAG,QAAQ,CAAC,IAAI,KAAK,CAAC,EAAE,EAAE,KAAK,CAAC,CAAC,CAAC;IAC/C,MAAM,CAAC,YAAY,CAAC,GAAG,QAAQ,CAAC,YAAY,CAAC,aAAa,EAAE,CAAC,CAAC;IAC9D,MAAM,EAAE,IAAI,EAAE,GAAG,qBAAqB,EAAE,CAAC;IACzC,MAAM,SAAS,GAAG,YAAY,CAAC,EAAE,EAAE,EAAE,MAAM,EAAE,KAAK,EAAE,CAAC,CAAC;IAEtD,SAAS,CAAC,GAAG,EAAE;QACd,WAAW,CAAC,KAAK,IAAI,EAAE;YACtB,MAAM,GAAG,GAAG,MAAM,QAAQ,CAAC,UAAU,CAAC,EAAE,CAAC,CAAC;YAC1C,KAAK,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC;QACnB,CAAC,CAAC,CAAC;IACJ,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC;IAET,OAAO,OAAO,CAAC,GAAG,EAAE,CAAC,CACpB,oBAAC,YAAY,IAAC,OAAO,EAAE,YAAY;QAClC,6BAAK,SAAS,EAAC,2CAA2C;YACzD,6BAAK,SAAS,EAAC,kBAAkB;gBAChC,6BAAK,SAAS,EAAC,gBAAgB;oBAC9B,oBAAC,UAAU,IACV,YAAY,EAAE,SAAS,CAAC,IAAI,EAC5B,OAAO,EAAE,CAAC,CAAC,EAAE,EAAE,CAAC,iCAAM,SAAS,CAAC,IAAI,CAAO,EAC3C,MAAM,EAAE,CAAC,KAAU,EAAE,EAAE,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,EAAE,SAAS,CAAC,IAAI,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,CAAC,GACzE,CACG;gBACN,oBAAC,UAAU,IACV,cAAc,EAAE,IAAI,CAAC,IAAI,CAAC,cAAc,EACxC,IAAI,EAAE,KAAK,CAAC,OAAO,EACnB,QAAQ,QACR,QAAQ,EAAE,QAAQ,GACjB,CACG;YACN,oBAAC,4BAA4B,IAAC,EAAE,EAAE,EAAE,GAAI;YACxC,6CAAmB;YAEnB,6BAAK,SAAS,EAAC,eAAe;gBAC7B,oBAAC,gBAAgB,IAAC,IAAI,EAAC,MAAM,EAAC,WAAW,EAAE,WAAW,GAAI,CACrD,CACD,CACQ,CACf,CAAC,CAAC;IAEH,KAAK,UAAU,QAAQ,CAAC,GAAa,EAAE,OAAgB;QACtD,MAAM,KAAK,CAAC,IAAI,CAAC,EAAE,EAAE,EAAE,IAAI,EAAE,EAAE,SAAS,EAAE,GAAG,EAAE,EAAE,KAAK,EAAE,SAAS,EAAE,CAAC,CAAC;QACrE,WAAW,CAAC,GAAG,EAAE;YAChB,KAAK,CAAC,OAAO,GAAG,OAAO,CAAC;QACzB,CAAC,CAAC,CAAC;IACJ,CAAC;IAED,SAAS,WAAW,CAAC,IAAe;QACnC,YAAY,CAAC,SAAS,CAAC,oBAAC,sBAAsB,IAAC,EAAE,EAAE,IAAI,CAAC,EAAE,GAAI,EAAE,EAAE,IAAI,EAAE,EAAE,EAAE,CAAC,CAAC;IAC/E,CAAC;AACF,CAAC,CAAC;AAEF,eAAe,oBAAoB,CAAC"}
|
@@ -0,0 +1,22 @@
|
|
1
|
+
:global {
|
2
|
+
.workspace-default-view {
|
3
|
+
h3 {
|
4
|
+
padding: 0 20px;
|
5
|
+
}
|
6
|
+
.workspace-header {
|
7
|
+
padding: 10px 20px;
|
8
|
+
.workspace-name {
|
9
|
+
font-size: 24px;
|
10
|
+
color: #000;
|
11
|
+
font-weight: 500;
|
12
|
+
word-break: break-all;
|
13
|
+
display: flex;
|
14
|
+
align-items: center;
|
15
|
+
justify-content: space-between;
|
16
|
+
}
|
17
|
+
.avatar-list-view {
|
18
|
+
margin-top: 10px;
|
19
|
+
}
|
20
|
+
}
|
21
|
+
}
|
22
|
+
}
|
@@ -0,0 +1,15 @@
|
|
1
|
+
import { IDocumentAccessSettings } from "@voplus/morpho-document-core";
|
2
|
+
import { WorkspaceStore } from "../../../../data/workspace";
|
3
|
+
export declare class State {
|
4
|
+
private id;
|
5
|
+
private store;
|
6
|
+
/** Name of workspace */
|
7
|
+
name: string;
|
8
|
+
/** Visible of Edit name */
|
9
|
+
editVisible: boolean;
|
10
|
+
members: any[];
|
11
|
+
constructor(id: string, store: WorkspaceStore);
|
12
|
+
update(doc: IDocumentAccessSettings): void;
|
13
|
+
/** edit save */
|
14
|
+
save(v: any, name: any, params: Record<string, unknown>): void;
|
15
|
+
}
|
@@ -0,0 +1,68 @@
|
|
1
|
+
import { __decorate } from "tslib";
|
2
|
+
import { action, makeObservable, observable } from "mobx";
|
3
|
+
export class State {
|
4
|
+
constructor(id, store) {
|
5
|
+
Object.defineProperty(this, "id", {
|
6
|
+
enumerable: true,
|
7
|
+
configurable: true,
|
8
|
+
writable: true,
|
9
|
+
value: id
|
10
|
+
});
|
11
|
+
Object.defineProperty(this, "store", {
|
12
|
+
enumerable: true,
|
13
|
+
configurable: true,
|
14
|
+
writable: true,
|
15
|
+
value: store
|
16
|
+
});
|
17
|
+
/** Name of workspace */
|
18
|
+
Object.defineProperty(this, "name", {
|
19
|
+
enumerable: true,
|
20
|
+
configurable: true,
|
21
|
+
writable: true,
|
22
|
+
value: ""
|
23
|
+
});
|
24
|
+
/** Visible of Edit name */
|
25
|
+
Object.defineProperty(this, "editVisible", {
|
26
|
+
enumerable: true,
|
27
|
+
configurable: true,
|
28
|
+
writable: true,
|
29
|
+
value: false
|
30
|
+
});
|
31
|
+
Object.defineProperty(this, "members", {
|
32
|
+
enumerable: true,
|
33
|
+
configurable: true,
|
34
|
+
writable: true,
|
35
|
+
value: []
|
36
|
+
});
|
37
|
+
makeObservable(this);
|
38
|
+
}
|
39
|
+
update(doc) {
|
40
|
+
this.members = [];
|
41
|
+
doc.includes.map(i => {
|
42
|
+
if (i.role === "Member")
|
43
|
+
this.members.push(i.contact);
|
44
|
+
});
|
45
|
+
}
|
46
|
+
/** edit save */
|
47
|
+
save(v, name, params) {
|
48
|
+
if ((v === null || v === void 0 ? void 0 : v.trim()) === name)
|
49
|
+
return;
|
50
|
+
this.store.edit(this.id, { data: params, error: "message" });
|
51
|
+
}
|
52
|
+
}
|
53
|
+
__decorate([
|
54
|
+
observable
|
55
|
+
], State.prototype, "name", void 0);
|
56
|
+
__decorate([
|
57
|
+
observable
|
58
|
+
], State.prototype, "editVisible", void 0);
|
59
|
+
__decorate([
|
60
|
+
observable
|
61
|
+
], State.prototype, "members", void 0);
|
62
|
+
__decorate([
|
63
|
+
action
|
64
|
+
], State.prototype, "update", null);
|
65
|
+
__decorate([
|
66
|
+
action
|
67
|
+
], State.prototype, "save", null);
|
68
|
+
//# sourceMappingURL=state.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"state.js","sourceRoot":"","sources":["../../../../../src/modules/workspace/pages/WorkspaceDefaultView/state.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,MAAM,EAAE,cAAc,EAAE,UAAU,EAAe,MAAM,MAAM,CAAC;AAIvE,MAAM,OAAO,KAAK;IAOd,YAAoB,EAAU,EAAU,KAAqB;;;;;mBAAzC;;;;;;mBAAoB;;QANxC,wBAAwB;QACZ;;;;mBAAc,EAAE;WAAC;QAC7B,2BAA2B;QACf;;;;mBAAqB,KAAK;WAAC;QAC3B;;;;mBAAwB,EAAE;WAAC;QAGnC,cAAc,CAAC,IAAI,CAAC,CAAC;IACzB,CAAC;IAGM,MAAM,CAAC,GAA4B;QACtC,IAAI,CAAC,OAAO,GAAG,EAAE,CAAC;QAClB,GAAG,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE;YACjB,IAAI,CAAC,CAAC,IAAI,KAAK,QAAQ;gBAAE,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC;QAC1D,CAAC,CAAC,CAAA;IACN,CAAC;IAED,gBAAgB;IAET,IAAI,CAAC,CAAM,EAAE,IAAS,EAAE,MAA+B;QAC1D,IAAI,CAAA,CAAC,aAAD,CAAC,uBAAD,CAAC,CAAE,IAAI,EAAE,MAAK,IAAI;YAAE,OAAO;QAC/B,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,SAAS,EAAE,CAAC,CAAC;IACjE,CAAC;CACJ;AAvBe;IAAX,UAAU;mCAAkB;AAEjB;IAAX,UAAU;0CAA4B;AAC3B;IAAX,UAAU;sCAA4B;AAOvC;IADC,MAAM;mCAMN;AAID;IADC,MAAM;iCAIN"}
|
@@ -0,0 +1,73 @@
|
|
1
|
+
import "./index.less";
|
2
|
+
import { Badge, Menu } from "@voplus/antd";
|
3
|
+
import React, { useEffect, useMemo } from "react";
|
4
|
+
import { Redirect, Route, Switch, useRouteMatch } from "react-router";
|
5
|
+
import { faAlignLeft, faBatteryHalf, faFolders, faHome } from "@fortawesome/pro-light-svg-icons";
|
6
|
+
import { useApplicationContext, useLayout, useTabItem } from "@voplus/morpho-data";
|
7
|
+
import DocumentPage from "@voplus/morpho-document/es/pages/DocumentPage";
|
8
|
+
import { FontAwesomeIcon as FAIcon } from "@fortawesome/react-fontawesome";
|
9
|
+
import MainContent from "@voplus/morpho-ui/es/components/layout/MainContent";
|
10
|
+
import Scrollbars from "react-custom-scrollbars";
|
11
|
+
import { State } from "./state";
|
12
|
+
import SubMenu from "@voplus/antd/es/menu/SubMenu";
|
13
|
+
import Works from "../../../work/pages/WorkListPage";
|
14
|
+
import WorkspaceDefaultView from "../WorkspaceDefaultView";
|
15
|
+
import { observe } from "@voplus/morpho-ui";
|
16
|
+
import { runInAction } from "mobx";
|
17
|
+
import { useWorkListEffect } from "../../../../data/work";
|
18
|
+
const WorkspacePage = () => {
|
19
|
+
const match = useRouteMatch();
|
20
|
+
const { user } = useApplicationContext();
|
21
|
+
const tab = useTabItem();
|
22
|
+
const layout = useLayout();
|
23
|
+
const state = useMemo(() => new State(layout, match.url), []);
|
24
|
+
useEffect(() => {
|
25
|
+
runInAction(() => (tab.title = "Work Space"));
|
26
|
+
}, []);
|
27
|
+
useWorkListEffect(null, (result, total) => runInAction(() => (state.workStatusTotals.new = total || 0)), state.nNewOptions);
|
28
|
+
useWorkListEffect(null, (result, total) => runInAction(() => (state.workStatusTotals.due = total || 0)), state.nDueOptions);
|
29
|
+
useWorkListEffect(null, (result, total) => runInAction(() => (state.workStatusTotals.pending = total || 0)), state.nPendingOptions);
|
30
|
+
useWorkListEffect(null, (result, total) => runInAction(() => (state.workStatusTotals.done = total || 0)), state.nDoneOptions);
|
31
|
+
useWorkListEffect(null, (result, total) => runInAction(() => (state.workStatusTotals.cancelled = total || 0)), state.nCancelledOptions);
|
32
|
+
return observe(() => (React.createElement(MainContent, { className: "my-space-view" },
|
33
|
+
React.createElement(MainContent.Nav, { collapsible: true },
|
34
|
+
React.createElement(Scrollbars, { autoHide: true },
|
35
|
+
React.createElement(Menu, { onClick: (key) => state.navigate(key.key), defaultSelectedKeys: ["home"], defaultOpenKeys: ["home"], selectedKeys: state.menuKey, mode: "inline" },
|
36
|
+
React.createElement(Menu.Item, { key: "/home", icon: React.createElement(FAIcon, { icon: faHome }) }, "Home"),
|
37
|
+
React.createElement(Menu.Item, { key: "/document", icon: React.createElement(FAIcon, { icon: faFolders }) }, "Documents"),
|
38
|
+
React.createElement(SubMenu, { key: "Workstatus", icon: React.createElement(FAIcon, { icon: faBatteryHalf }), title: "Works(Status)" },
|
39
|
+
React.createElement(Menu.Item, { key: "/workstatus/new" },
|
40
|
+
"New",
|
41
|
+
React.createElement(Badge, { count: state.workStatusTotals.new, className: "site-badge-count" })),
|
42
|
+
React.createElement(Menu.Item, { key: "/workstatus/due" },
|
43
|
+
"Due",
|
44
|
+
React.createElement(Badge, { count: state.workStatusTotals.due, className: "site-badge-count" })),
|
45
|
+
React.createElement(Menu.Item, { key: "/workstatus/pending" },
|
46
|
+
"Pending",
|
47
|
+
React.createElement(Badge, { count: state.workStatusTotals.pending, className: "site-badge-count" })),
|
48
|
+
React.createElement(Menu.Item, { key: "/workstatus/done" },
|
49
|
+
"Done",
|
50
|
+
React.createElement(Badge, { count: state.workStatusTotals.done, className: "site-badge-count" })),
|
51
|
+
React.createElement(Menu.Item, { key: "/workstatus/cancelled" },
|
52
|
+
"Cancelled",
|
53
|
+
React.createElement(Badge, { count: state.workStatusTotals.cancelled, className: "site-badge-count" }))),
|
54
|
+
React.createElement(SubMenu, { key: "Worktype", icon: React.createElement(FAIcon, { icon: faAlignLeft }), title: "Works(Types)" },
|
55
|
+
React.createElement(Menu.Item, { key: "/worktype/type1" },
|
56
|
+
"Type 1",
|
57
|
+
React.createElement(Badge, { count: 8, className: "site-badge-count" })),
|
58
|
+
React.createElement(Menu.Item, { key: "/worktype/type2" },
|
59
|
+
"Type 2",
|
60
|
+
React.createElement(Badge, { count: 1, className: "site-badge-count" })))))),
|
61
|
+
React.createElement(Switch, null,
|
62
|
+
React.createElement(Route, { path: `${match.path}/home/:id` },
|
63
|
+
React.createElement(WorkspaceDefaultView, null)),
|
64
|
+
React.createElement(Route, { path: `${match.path}/document` },
|
65
|
+
React.createElement(DocumentPage, { root: user.info.folderId })),
|
66
|
+
React.createElement(Route, { path: `${match.path}/workstatus/:status/:active?` },
|
67
|
+
React.createElement(Works, { state: state })),
|
68
|
+
React.createElement(Route, { path: `${match.path}/worktype/:types/:active?` },
|
69
|
+
React.createElement(Works, { state: state })),
|
70
|
+
React.createElement(Redirect, { to: `${match.path}/home` })))));
|
71
|
+
};
|
72
|
+
export default WorkspacePage;
|
73
|
+
//# sourceMappingURL=index.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/modules/workspace/pages/WorkspacePage/index.tsx"],"names":[],"mappings":"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"}
|
@@ -0,0 +1 @@
|
|
1
|
+
@import "~@voplus/antd/es/style/themes/index.less";
|
@@ -0,0 +1,23 @@
|
|
1
|
+
import { LayoutContext } from "@voplus/morpho-data";
|
2
|
+
import { LoadDocumentListOptions } from "@voplus/morpho-document-core";
|
3
|
+
import { WorkStatus } from "../../../../data/work";
|
4
|
+
export declare class State {
|
5
|
+
private _layout;
|
6
|
+
private _url;
|
7
|
+
menuKey: string[] | undefined;
|
8
|
+
workStatusTotals: {
|
9
|
+
new: number;
|
10
|
+
due: number;
|
11
|
+
pending: number;
|
12
|
+
done: number;
|
13
|
+
cancelled: number;
|
14
|
+
};
|
15
|
+
constructor(_layout: LayoutContext, _url: string);
|
16
|
+
navigate(key: string, rest?: string): void;
|
17
|
+
updateWorkStatusTotal(oldStatus: WorkStatus, status: WorkStatus): void;
|
18
|
+
get nNewOptions(): LoadDocumentListOptions;
|
19
|
+
get nDueOptions(): LoadDocumentListOptions;
|
20
|
+
get nPendingOptions(): LoadDocumentListOptions;
|
21
|
+
get nDoneOptions(): LoadDocumentListOptions;
|
22
|
+
get nCancelledOptions(): LoadDocumentListOptions;
|
23
|
+
}
|