@voplus/morpho-workspace 1.3.0 → 1.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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/interfaces.d.ts +2 -1
- 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 +50 -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/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 → DocumentNotificationCard}/index.d.ts +2 -2
- package/es/modules/notification/components/{MentionNotificationCard → DocumentNotificationCard}/index.js +3 -3
- package/es/modules/notification/components/DocumentNotificationCard/index.js.map +1 -0
- package/es/modules/notification/components/NotificationList/index.js +2 -2
- package/es/modules/notification/components/NotificationList/index.js.map +1 -1
- package/es/modules/notification/components/NotificationList/index.less +11 -3
- 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 +16 -0
- package/es/modules/work/components/WorkList/index.js +88 -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 +55 -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 +11 -0
- package/es/modules/worktype/components/WorkTypeProperties/state.js +57 -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 +21 -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.js +1 -0
- package/es/pages/Space/components/Notifications/index.js.map +1 -1
- package/es/pages/Space/components/Tasks/index.d.ts +2 -2
- package/es/pages/Space/components/Tasks/index.js +50 -11
- package/es/pages/Space/components/Tasks/index.js.map +1 -1
- package/es/pages/Space/components/Works/index.d.ts +2 -2
- package/es/pages/Space/components/Works/index.js +13 -37
- package/es/pages/Space/components/Works/index.js.map +1 -1
- 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 -14
- package/es/pages/Space/pages/MySpace/index.js.map +1 -1
- package/es/pages/Space/pages/MySpace/state.d.ts +27 -6
- package/es/pages/Space/pages/MySpace/state.js +114 -24
- 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/modules/notification/components/MentionNotificationCard/index.js.map +0 -1
- package/es/pages/Space/components/Documents/index.js +0 -26
- package/es/pages/Space/components/Documents/index.js.map +0 -1
- package/es/pages/Space/components/Documents/index.less +0 -5
- /package/es/modules/notification/components/{MentionNotificationCard → DocumentNotificationCard}/index.less +0 -0
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/pages/Space/components/Tasks/index.tsx"],"names":[],"mappings":"AAAA,OAAO,cAAc,CAAC;AAEtB,OAAO,EAAE,eAAe,EAAE,sBAAsB,EAAE,MAAM,2BAA2B,CAAC;AACpF,OAAO,
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/pages/Space/components/Tasks/index.tsx"],"names":[],"mappings":"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"}
|
@@ -1,43 +1,19 @@
|
|
1
|
-
import "
|
2
|
-
import { useAutoUpdateListData, useDocumentListEffect, useDocumentStore, } from "@voplus/morpho-document-core";
|
3
|
-
import { ListDataContext, useCreateListDataState } from "@voplus/morpho-ui/es/data";
|
1
|
+
import { generatePath, useRouteMatch } from "react-router";
|
4
2
|
import React from "react";
|
5
|
-
import
|
6
|
-
import DocumentItemFrame from "@voplus/morpho-document/es/controls/DocumentItemFrame";
|
7
|
-
import ListView from "@voplus/morpho-ui/es/components/layout/ListView/ListView2";
|
3
|
+
import WorkList from "../../../../modules/work/components/WorkList";
|
8
4
|
import { observe } from "@voplus/morpho-ui";
|
9
|
-
import {
|
5
|
+
import { runInAction } from "mobx";
|
6
|
+
import { useLayout } from "@voplus/morpho-data";
|
10
7
|
const Works = (props) => {
|
11
|
-
const
|
12
|
-
const
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
/** 如果 list.filters.options变更了就重渲染,使下一行的useDocumentListEffect 可以接收新参数*/
|
21
|
-
useRenderOnChange(() => list.filters.options);
|
22
|
-
/** 把ListDataState传给useDocumentListEffect,使之可以自動更新loading, hasmore. */
|
23
|
-
useDocumentListEffect(list, (result) => list.union(result), list.filters.options);
|
24
|
-
/** useOnNewDocument, useOnDeleteDocument的sugar syntax 自動更新list. */
|
25
|
-
useAutoUpdateListData(list, (d) => d.parentId === id);
|
26
|
-
return observe(() => (React.createElement(ListDataContext.Provider, { value: list },
|
27
|
-
React.createElement(ListView, { headerProps: { viewTitle: "My Works" },
|
28
|
-
// formViewTitle="Add Task"
|
29
|
-
className: "my-space-works",
|
30
|
-
// formView={<NewTaskForm />}
|
31
|
-
moveAfter: moveAfter, renderItem: ({ item, connectDragSource }) => (React.createElement(React.Fragment, null,
|
32
|
-
React.createElement(DocumentItemFrame, { key: item.id, frameProps: {
|
33
|
-
hoverEffect: "background",
|
34
|
-
hoverBackgroundProps: { color: "#f2f2f2" },
|
35
|
-
style: { border: "none", flex: "1" },
|
36
|
-
} },
|
37
|
-
React.createElement(DocumentHeader, { id: item.id, itemHover: true })))) }))));
|
38
|
-
async function moveAfter(id, afterId) {
|
39
|
-
await documentStore.moveAfter(id, afterId);
|
40
|
-
}
|
8
|
+
const match = useRouteMatch();
|
9
|
+
const layout = useLayout();
|
10
|
+
return observe(() => React.createElement(WorkList, { dueDate: match.params.dueDate, active: match.params.active, onClickItem: (item) => {
|
11
|
+
layout.history.push(generatePath(match.path, { dueDate: match.params.dueDate, active: item.id }));
|
12
|
+
}, onTotal: (total) => {
|
13
|
+
runInAction(() => {
|
14
|
+
props.state.updateWorkTotal[match.params.dueDate] = total;
|
15
|
+
});
|
16
|
+
} }));
|
41
17
|
};
|
42
18
|
export default Works;
|
43
19
|
//# sourceMappingURL=index.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/pages/Space/components/Works/index.tsx"],"names":[],"mappings":"AAAA,OAAO,
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/pages/Space/components/Works/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;AAE3D,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,QAAQ,MAAM,8CAA8C,CAAC;AACpE,OAAO,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AAC5C,OAAO,EAAE,WAAW,EAAE,MAAM,MAAM,CAAC;AACnC,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAEhD,MAAM,KAAK,GAAG,CAAC,KAAuB,EAAE,EAAE;IACzC,MAAM,KAAK,GAAG,aAAa,EAAwC,CAAC;IACpE,MAAM,MAAM,GAAG,SAAS,EAAE,CAAC;IAE3B,OAAO,OAAO,CAAC,GAAG,EAAE,CACnB,oBAAC,QAAQ,IACR,OAAO,EAAE,KAAK,CAAC,MAAM,CAAC,OAAO,EAC7B,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC,MAAM,EAC3B,WAAW,EAAE,CAAC,IAAI,EAAE,EAAE;YACrB,MAAM,CAAC,OAAO,CAAC,IAAI,CAClB,YAAY,CAAC,KAAK,CAAC,IAAI,EAAE,EAAE,OAAO,EAAE,KAAK,CAAC,MAAM,CAAC,OAAO,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,EAAE,CAAC,CAC5E,CAAC;QACH,CAAC,EACD,OAAO,EAAE,CAAC,KAAK,EAAE,EAAE;YAClB,WAAW,CAAC,GAAG,EAAE;gBAChB,KAAK,CAAC,KAAK,CAAC,eAAe,CAAC,KAAK,CAAC,MAAM,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC;YAC3D,CAAC,CAAC,CAAC;QACJ,CAAC,GACA,CACF,CAAC;AACH,CAAC,CAAC;AAEF,eAAe,KAAK,CAAC"}
|
@@ -0,0 +1,19 @@
|
|
1
|
+
import { generatePath, useRouteMatch } from "react-router";
|
2
|
+
import MyWorkspaces from "../../../../modules/workspace/components/MyWorkspaces";
|
3
|
+
import React from "react";
|
4
|
+
import { observe } from "@voplus/morpho-ui";
|
5
|
+
import { useLayout } from "@voplus/morpho-data";
|
6
|
+
const Workspaces = () => {
|
7
|
+
const match = useRouteMatch();
|
8
|
+
const layout = useLayout();
|
9
|
+
return observe(() => React.createElement("div", { className: "my-workspaces" },
|
10
|
+
React.createElement(MyWorkspaces
|
11
|
+
// active={match.params.active}
|
12
|
+
, {
|
13
|
+
// active={match.params.active}
|
14
|
+
onClickItem: (item) => {
|
15
|
+
layout.history.push(generatePath(match.path, { active: item.id }));
|
16
|
+
} })));
|
17
|
+
};
|
18
|
+
export default Workspaces;
|
19
|
+
//# sourceMappingURL=index.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/pages/Space/components/Workspaces/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;AAE3D,OAAO,YAAY,MAAM,uDAAuD,CAAC;AACjF,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AAC5C,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAEhD,MAAM,UAAU,GAAG,GAAG,EAAE;IACpB,MAAM,KAAK,GAAG,aAAa,EAAuB,CAAC;IACnD,MAAM,MAAM,GAAG,SAAS,EAAE,CAAC;IAE3B,OAAO,OAAO,CAAC,GAAG,EAAE,CAChB,6BAAK,SAAS,EAAC,eAAe;QAC1B,oBAAC,YAAY;QACT,+BAA+B;;YAA/B,+BAA+B;YAC/B,WAAW,EAAE,CAAC,IAAI,EAAE,EAAE;gBAClB,MAAM,CAAC,OAAO,CAAC,IAAI,CACf,YAAY,CAAC,KAAK,CAAC,IAAI,EAAE,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,EAAE,CAAC,CAChD,CAAC;YACN,CAAC,GACH,CACA,CACT,CAAC;AACN,CAAC,CAAC;AAEF,eAAe,UAAU,CAAC"}
|
@@ -3,20 +3,24 @@ import { useNotificationListEffect } from "../../../../data/notification";
|
|
3
3
|
import { Menu } from "@voplus/antd";
|
4
4
|
import React, { useEffect, useMemo } from "react";
|
5
5
|
import { Redirect, Route, Switch, useRouteMatch } from "react-router";
|
6
|
-
import { faBallotCheck, faBell, faFolders, faProjectDiagram, faStickyNote, faTasks, } from "@fortawesome/pro-light-svg-icons";
|
6
|
+
import { faBallotCheck, faBell, faFolders, faLaptopHouse, faProjectDiagram, faStickyNote, faTasks, } from "@fortawesome/pro-light-svg-icons";
|
7
7
|
import { useApplicationContext, useTabItem } from "@voplus/morpho-data";
|
8
8
|
import { Badge } from "@voplus/antd";
|
9
|
-
import
|
9
|
+
import DocumentPage from "@voplus/morpho-document/es/pages/DocumentPage";
|
10
10
|
import { FontAwesomeIcon as FAIcon } from "@fortawesome/react-fontawesome";
|
11
11
|
import MainContent from "@voplus/morpho-ui/es/components/layout/MainContent";
|
12
12
|
import Notifications from "../../components/Notifications";
|
13
13
|
import Scrollbars from "react-custom-scrollbars";
|
14
14
|
import { State } from "./state";
|
15
15
|
import SubMenu from "@voplus/antd/es/menu/SubMenu";
|
16
|
+
import Tasks from "../../components/Tasks";
|
17
|
+
import Works from "../../components/Works";
|
18
|
+
import Workspaces from "../../components/Workspaces";
|
16
19
|
import { observe } from "@voplus/morpho-ui";
|
17
20
|
import { runInAction } from "mobx";
|
18
21
|
import { useLayout } from "@voplus/morpho-data";
|
19
|
-
|
22
|
+
import { useTaskListEffect } from "../../../../data/task";
|
23
|
+
import { useWorkListEffect } from "../../../../data/work";
|
20
24
|
const MySpace = () => {
|
21
25
|
const { user } = useApplicationContext();
|
22
26
|
const match = useRouteMatch();
|
@@ -26,6 +30,14 @@ const MySpace = () => {
|
|
26
30
|
useEffect(() => {
|
27
31
|
runInAction(() => (tab.title = "My Space"));
|
28
32
|
}, []);
|
33
|
+
useTaskListEffect(null, (result, total) => runInAction(() => (state.taskTotals.today = total || 0)), state.tToday);
|
34
|
+
useTaskListEffect(null, (result, total) => runInAction(() => (state.taskTotals.week = total || 0)), state.tWeek);
|
35
|
+
useTaskListEffect(null, (result, total) => runInAction(() => (state.taskTotals.month = total || 0)), state.tMonth);
|
36
|
+
useTaskListEffect(null, (result, total) => runInAction(() => (state.taskTotals.unscheduled = total || 0)), state.tUnscheduled);
|
37
|
+
useWorkListEffect(null, (result, total) => runInAction(() => (state.workTotals.today = total || 0)), state.tToday);
|
38
|
+
useWorkListEffect(null, (result, total) => runInAction(() => (state.workTotals.week = total || 0)), state.tWeek);
|
39
|
+
useWorkListEffect(null, (result, total) => runInAction(() => (state.workTotals.month = total || 0)), state.tMonth);
|
40
|
+
useWorkListEffect(null, (result, total) => runInAction(() => (state.workTotals.unscheduled = total || 0)), state.tUnscheduled);
|
29
41
|
useNotificationListEffect(null, (result, total) => runInAction(() => (state.notificationTotals.unread = total || 0)), state.nUnreadOptions);
|
30
42
|
useNotificationListEffect(null, (result, total) => runInAction(() => (state.notificationTotals.read = total || 0)), state.nReadOptions);
|
31
43
|
useNotificationListEffect(null, (result, total) => runInAction(() => (state.notificationTotals.later = total || 0)), state.nLaterOptions);
|
@@ -35,6 +47,7 @@ const MySpace = () => {
|
|
35
47
|
React.createElement(Scrollbars, { autoHide: true },
|
36
48
|
React.createElement(Menu, { mode: "inline", defaultSelectedKeys: ["/notifications/unread"], selectedKeys: state.menuKey, defaultOpenKeys: ["Notifications"], onClick: (key) => state.navigate(key.key) },
|
37
49
|
React.createElement(Menu.Item, { key: "/documents", icon: React.createElement(FAIcon, { icon: faFolders }) }, "My Documents"),
|
50
|
+
React.createElement(Menu.Item, { key: "/workspaces", icon: React.createElement(FAIcon, { icon: faLaptopHouse }) }, "My Workspaces"),
|
38
51
|
React.createElement(SubMenu, { key: "Notifications", icon: React.createElement(FAIcon, { icon: faBell }), title: "My Notifications" },
|
39
52
|
React.createElement(Menu.Item, { key: "/notifications/unread" },
|
40
53
|
"Unread",
|
@@ -52,19 +65,41 @@ const MySpace = () => {
|
|
52
65
|
React.createElement(Badge, { count: state.notificationTotals.dismissed, className: "site-badge-count" }))),
|
53
66
|
React.createElement(Menu.Item, { key: "Notes", icon: React.createElement(FAIcon, { icon: faStickyNote }), disabled: true }, "My Notes"),
|
54
67
|
React.createElement(Menu.Item, { key: "Projects", icon: React.createElement(FAIcon, { icon: faProjectDiagram }), disabled: true }, "My Projects"),
|
55
|
-
React.createElement(SubMenu, { key: "Tasks", icon: React.createElement(FAIcon, { icon: faTasks }), title: "My Tasks"
|
56
|
-
React.createElement(Menu.Item, { key: "
|
57
|
-
|
58
|
-
|
59
|
-
React.createElement(Menu.Item, { key: "
|
60
|
-
|
61
|
-
|
62
|
-
React.createElement(Menu.Item, { key: "
|
63
|
-
|
64
|
-
|
68
|
+
React.createElement(SubMenu, { key: "Tasks", icon: React.createElement(FAIcon, { icon: faTasks }), title: "My Tasks" },
|
69
|
+
React.createElement(Menu.Item, { key: "/task/today" },
|
70
|
+
"Today",
|
71
|
+
React.createElement(Badge, { count: state.taskTotals.today, className: "site-badge-count" })),
|
72
|
+
React.createElement(Menu.Item, { key: "/task/week" },
|
73
|
+
"This Week",
|
74
|
+
React.createElement(Badge, { count: state.taskTotals.week, className: "site-badge-count" })),
|
75
|
+
React.createElement(Menu.Item, { key: "/task/month" },
|
76
|
+
"This Month",
|
77
|
+
React.createElement(Badge, { count: state.taskTotals.month, className: "site-badge-count" })),
|
78
|
+
React.createElement(Menu.Item, { key: "/task/unscheduled" },
|
79
|
+
"Unscheduled",
|
80
|
+
React.createElement(Badge, { count: state.taskTotals.unscheduled, className: "site-badge-count" }))),
|
81
|
+
React.createElement(SubMenu, { key: "Works", icon: React.createElement(FAIcon, { icon: faBallotCheck }), title: "My Works" },
|
82
|
+
React.createElement(Menu.Item, { key: "/works/today" },
|
83
|
+
"Today",
|
84
|
+
React.createElement(Badge, { count: state.workTotals.today, className: "site-badge-count" })),
|
85
|
+
React.createElement(Menu.Item, { key: "/works/week" },
|
86
|
+
"This Week",
|
87
|
+
React.createElement(Badge, { count: state.workTotals.today, className: "site-badge-count" })),
|
88
|
+
React.createElement(Menu.Item, { key: "/works/month" },
|
89
|
+
"This Month",
|
90
|
+
React.createElement(Badge, { count: state.workTotals.today, className: "site-badge-count" })),
|
91
|
+
React.createElement(Menu.Item, { key: "/works/unscheduled" },
|
92
|
+
"Unscheduled",
|
93
|
+
React.createElement(Badge, { count: state.workTotals.today, className: "site-badge-count" })))))),
|
65
94
|
React.createElement(Switch, null,
|
66
95
|
React.createElement(Route, { path: `${match.path}/documents` },
|
67
|
-
React.createElement(
|
96
|
+
React.createElement(DocumentPage, { root: user.info.folderId })),
|
97
|
+
React.createElement(Route, { path: `${match.path}/workspaces/:active?` },
|
98
|
+
React.createElement(Workspaces, null)),
|
99
|
+
React.createElement(Route, { path: `${match.path}/task/:dueDate/:active?` },
|
100
|
+
React.createElement(Tasks, { state: state })),
|
101
|
+
React.createElement(Route, { path: `${match.path}/works/:dueDate/:active?` },
|
102
|
+
React.createElement(Works, { state: state })),
|
68
103
|
React.createElement(Route, { path: `${match.path}/notifications/:status/:active?` },
|
69
104
|
React.createElement(Notifications, { state: state })),
|
70
105
|
React.createElement(Redirect, { to: `${match.path}/notifications/unread` })))));
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/pages/Space/pages/MySpace/index.tsx"],"names":[],"mappings":"AAAA,OAAO,cAAc,CAAC;AAEtB,OAAO,EAAiB,yBAAyB,EAAE,MAAM,+BAA+B,CAAC;AACzF,OAAO,EAAE,IAAI,EAAY,MAAM,cAAc,CAAC;AAC9C,OAAO,KAAK,EAAE,EAAE,SAAS,EAAmB,OAAO,EAAY,MAAM,OAAO,CAAC;AAC7E,OAAO,EAAE,QAAQ,EAAE,KAAK,EAAE,MAAM,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;AACtE,OAAO,EACN,aAAa,EACb,MAAM,EACN,SAAS,EACT,gBAAgB,EAChB,YAAY,EACZ,OAAO,GACP,MAAM,kCAAkC,CAAC;AAC1C,OAAO,EAAE,qBAAqB,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAExE,OAAO,EAAE,KAAK,EAAE,MAAM,cAAc,CAAC;AACrC,OAAO,
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/pages/Space/pages/MySpace/index.tsx"],"names":[],"mappings":"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"}
|
@@ -1,14 +1,12 @@
|
|
1
|
-
import {
|
2
|
-
import { Moment } from "moment";
|
1
|
+
import { LayoutContext } from "@voplus/morpho-data";
|
3
2
|
import { LoadDocumentListOptions } from "@voplus/morpho-document-core";
|
4
3
|
import { NotificationStatus } from "../../../../data/notification";
|
5
|
-
import {
|
4
|
+
import { TaskStatus } from "../../../../data/task";
|
5
|
+
import { WorkStatus } from "../../../../data/work";
|
6
6
|
export declare class State {
|
7
7
|
private _layout;
|
8
8
|
private _url;
|
9
9
|
menuKey: string[] | undefined;
|
10
|
-
/** dueDate of task */
|
11
|
-
dueDate: RangeValue<Moment>;
|
12
10
|
/** status All Notifications list Total */
|
13
11
|
notificationTotals: {
|
14
12
|
unread: number;
|
@@ -16,10 +14,33 @@ export declare class State {
|
|
16
14
|
later: number;
|
17
15
|
dismissed: number;
|
18
16
|
};
|
17
|
+
/** DueDate of the Tasks list Total */
|
18
|
+
taskTotals: {
|
19
|
+
today: number;
|
20
|
+
week: number;
|
21
|
+
month: number;
|
22
|
+
unscheduled: number;
|
23
|
+
};
|
24
|
+
/** DueDate of the Works list Total */
|
25
|
+
workTotals: {
|
26
|
+
today: number;
|
27
|
+
week: number;
|
28
|
+
month: number;
|
29
|
+
unscheduled: number;
|
30
|
+
};
|
19
31
|
constructor(_layout: LayoutContext, _url: string);
|
20
32
|
navigate(key: string, rest?: string): void;
|
21
|
-
|
33
|
+
updateTaskTotal(oldStatus: TaskStatus, status: TaskStatus): void;
|
34
|
+
updateWorkTotal(oldStatus: WorkStatus, status: WorkStatus): void;
|
22
35
|
updateNotificationTotal(oldStatus: NotificationStatus, status: NotificationStatus): void;
|
36
|
+
/** tasks/works list DueDate(today) Options */
|
37
|
+
get tToday(): LoadDocumentListOptions;
|
38
|
+
/** tasks/works list DueDate(week) Options */
|
39
|
+
get tWeek(): LoadDocumentListOptions;
|
40
|
+
/** tasks/works list DueDate(month) Options */
|
41
|
+
get tMonth(): LoadDocumentListOptions;
|
42
|
+
/** tasks/works list DueDate(unscheduled) Options */
|
43
|
+
get tUnscheduled(): LoadDocumentListOptions;
|
23
44
|
/** Notifications list Options */
|
24
45
|
get nUnreadOptions(): LoadDocumentListOptions;
|
25
46
|
/** Notifications list Read Options */
|
@@ -21,13 +21,6 @@ export class State {
|
|
21
21
|
writable: true,
|
22
22
|
value: undefined
|
23
23
|
});
|
24
|
-
/** dueDate of task */
|
25
|
-
Object.defineProperty(this, "dueDate", {
|
26
|
-
enumerable: true,
|
27
|
-
configurable: true,
|
28
|
-
writable: true,
|
29
|
-
value: void 0
|
30
|
-
});
|
31
24
|
/** status All Notifications list Total */
|
32
25
|
Object.defineProperty(this, "notificationTotals", {
|
33
26
|
enumerable: true,
|
@@ -40,32 +33,108 @@ export class State {
|
|
40
33
|
dismissed: 0
|
41
34
|
}
|
42
35
|
});
|
36
|
+
/** DueDate of the Tasks list Total */
|
37
|
+
Object.defineProperty(this, "taskTotals", {
|
38
|
+
enumerable: true,
|
39
|
+
configurable: true,
|
40
|
+
writable: true,
|
41
|
+
value: {
|
42
|
+
today: 0,
|
43
|
+
week: 0,
|
44
|
+
month: 0,
|
45
|
+
unscheduled: 0
|
46
|
+
}
|
47
|
+
});
|
48
|
+
/** DueDate of the Works list Total */
|
49
|
+
Object.defineProperty(this, "workTotals", {
|
50
|
+
enumerable: true,
|
51
|
+
configurable: true,
|
52
|
+
writable: true,
|
53
|
+
value: {
|
54
|
+
today: 0,
|
55
|
+
week: 0,
|
56
|
+
month: 0,
|
57
|
+
unscheduled: 0
|
58
|
+
}
|
59
|
+
});
|
43
60
|
makeObservable(this);
|
44
61
|
}
|
45
62
|
navigate(key, rest) {
|
46
63
|
this.menuKey = [key];
|
47
64
|
this._layout.history.push(`${this._url}${key}${rest !== null && rest !== void 0 ? rest : ""}`);
|
48
65
|
}
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
{
|
57
|
-
c: "DueDate",
|
58
|
-
o: "between",
|
59
|
-
l: "And",
|
60
|
-
v1: start.startOf("days").format("YYYY-MM-DD HH:mm:ss"),
|
61
|
-
v2: end.endOf("days").format("YYYY-MM-DD HH:mm:ss"),
|
62
|
-
},
|
63
|
-
];
|
66
|
+
updateTaskTotal(oldStatus, status) {
|
67
|
+
this.taskTotals[oldStatus.toLowerCase()]--;
|
68
|
+
this.taskTotals[status.toLowerCase()]++;
|
69
|
+
}
|
70
|
+
updateWorkTotal(oldStatus, status) {
|
71
|
+
this.workTotals[oldStatus.toLowerCase()]--;
|
72
|
+
this.workTotals[status.toLowerCase()]++;
|
64
73
|
}
|
65
74
|
updateNotificationTotal(oldStatus, status) {
|
66
75
|
this.notificationTotals[oldStatus.toLowerCase()]--;
|
67
76
|
this.notificationTotals[status.toLowerCase()]++;
|
68
77
|
}
|
78
|
+
/** tasks/works list DueDate(today) Options */
|
79
|
+
get tToday() {
|
80
|
+
return {
|
81
|
+
Total: true, List: false,
|
82
|
+
Filters: [
|
83
|
+
{
|
84
|
+
c: "DueDate",
|
85
|
+
o: "between",
|
86
|
+
l: "And",
|
87
|
+
v1: moment().startOf("day").format("YYYY-MM-DD HH:mm:ss"),
|
88
|
+
v2: moment().endOf("day").format("YYYY-MM-DD HH:mm:ss"),
|
89
|
+
}
|
90
|
+
],
|
91
|
+
};
|
92
|
+
}
|
93
|
+
/** tasks/works list DueDate(week) Options */
|
94
|
+
get tWeek() {
|
95
|
+
return {
|
96
|
+
Total: true, List: false,
|
97
|
+
Filters: [
|
98
|
+
{
|
99
|
+
c: "DueDate",
|
100
|
+
o: "between",
|
101
|
+
l: "And",
|
102
|
+
v1: moment().startOf("week").format("YYYY-MM-DD HH:mm:ss"),
|
103
|
+
v2: moment().endOf("week").format("YYYY-MM-DD HH:mm:ss"),
|
104
|
+
}
|
105
|
+
],
|
106
|
+
};
|
107
|
+
}
|
108
|
+
/** tasks/works list DueDate(month) Options */
|
109
|
+
get tMonth() {
|
110
|
+
return {
|
111
|
+
Total: true, List: false,
|
112
|
+
Filters: [
|
113
|
+
{
|
114
|
+
c: "DueDate",
|
115
|
+
o: "between",
|
116
|
+
l: "And",
|
117
|
+
v1: moment().startOf("month").format("YYYY-MM-DD HH:mm:ss"),
|
118
|
+
v2: moment().endOf("month").format("YYYY-MM-DD HH:mm:ss"),
|
119
|
+
}
|
120
|
+
],
|
121
|
+
};
|
122
|
+
}
|
123
|
+
/** tasks/works list DueDate(unscheduled) Options */
|
124
|
+
get tUnscheduled() {
|
125
|
+
return {
|
126
|
+
Total: true, List: false,
|
127
|
+
Filters: [
|
128
|
+
{
|
129
|
+
c: "DueDate",
|
130
|
+
o: "between",
|
131
|
+
l: "And",
|
132
|
+
v1: moment().add(1, "months").startOf("month").format("YYYY-MM-DD HH:mm:ss"),
|
133
|
+
v2: moment().add(1, "months").endOf("month").format("YYYY-MM-DD HH:mm:ss"),
|
134
|
+
}
|
135
|
+
],
|
136
|
+
};
|
137
|
+
}
|
69
138
|
/** Notifications list Options */
|
70
139
|
get nUnreadOptions() {
|
71
140
|
return {
|
@@ -108,16 +177,37 @@ __decorate([
|
|
108
177
|
], State.prototype, "menuKey", void 0);
|
109
178
|
__decorate([
|
110
179
|
observable
|
111
|
-
], State.prototype, "
|
180
|
+
], State.prototype, "notificationTotals", void 0);
|
112
181
|
__decorate([
|
113
182
|
observable
|
114
|
-
], State.prototype, "
|
183
|
+
], State.prototype, "taskTotals", void 0);
|
184
|
+
__decorate([
|
185
|
+
observable
|
186
|
+
], State.prototype, "workTotals", void 0);
|
115
187
|
__decorate([
|
116
188
|
action
|
117
189
|
], State.prototype, "navigate", null);
|
190
|
+
__decorate([
|
191
|
+
action
|
192
|
+
], State.prototype, "updateTaskTotal", null);
|
193
|
+
__decorate([
|
194
|
+
action
|
195
|
+
], State.prototype, "updateWorkTotal", null);
|
118
196
|
__decorate([
|
119
197
|
action
|
120
198
|
], State.prototype, "updateNotificationTotal", null);
|
199
|
+
__decorate([
|
200
|
+
computed
|
201
|
+
], State.prototype, "tToday", null);
|
202
|
+
__decorate([
|
203
|
+
computed
|
204
|
+
], State.prototype, "tWeek", null);
|
205
|
+
__decorate([
|
206
|
+
computed
|
207
|
+
], State.prototype, "tMonth", null);
|
208
|
+
__decorate([
|
209
|
+
computed
|
210
|
+
], State.prototype, "tUnscheduled", null);
|
121
211
|
__decorate([
|
122
212
|
computed
|
123
213
|
], State.prototype, "nUnreadOptions", null);
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"state.js","sourceRoot":"","sources":["../../../../../src/pages/Space/pages/MySpace/state.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,cAAc,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AACpE,OAAO,MAAkB,MAAM,QAAQ,CAAC;
|
1
|
+
{"version":3,"file":"state.js","sourceRoot":"","sources":["../../../../../src/pages/Space/pages/MySpace/state.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,cAAc,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AACpE,OAAO,MAAkB,MAAM,QAAQ,CAAC;AAOxC,MAAM,OAAO,KAAK;IA2BjB,YAAoB,OAAsB,EAAU,IAAY;;;;;mBAA5C;;;;;;mBAAgC;;QA1BxC;;;;mBAAiB,SAAmC;WAAC;QAEjE,0CAA0C;QAC9B;;;;mBAA4B;gBACvC,MAAM,EAAE,CAAC;gBACT,IAAI,EAAE,CAAC;gBACP,KAAK,EAAE,CAAC;gBACR,SAAS,EAAE,CAAC;aACZ;WAAC;QAEF,sCAAsC;QAC1B;;;;mBAAoB;gBAC/B,KAAK,EAAE,CAAC;gBACR,IAAI,EAAE,CAAC;gBACP,KAAK,EAAE,CAAC;gBACR,WAAW,EAAE,CAAC;aACd;WAAA;QAED,sCAAsC;QAC1B;;;;mBAAoB;gBAC/B,KAAK,EAAE,CAAC;gBACR,IAAI,EAAE,CAAC;gBACP,KAAK,EAAE,CAAC;gBACR,WAAW,EAAE,CAAC;aACd;WAAA;QAGA,cAAc,CAAC,IAAI,CAAC,CAAC;IACtB,CAAC;IAEc,QAAQ,CAAC,GAAW,EAAE,IAAa;QACjD,IAAI,CAAC,OAAO,GAAG,CAAC,GAAG,CAAC,CAAC;QACrB,IAAI,CAAC,OAAO,CAAC,OAAO,CAAC,IAAI,CAAC,GAAG,IAAI,CAAC,IAAI,GAAG,GAAG,GAAG,IAAI,aAAJ,IAAI,cAAJ,IAAI,GAAI,EAAE,EAAE,CAAC,CAAC;IAC9D,CAAC;IAGM,eAAe,CAAC,SAAqB,EAAE,MAAkB;QAC/D,IAAI,CAAC,UAAU,CAAC,SAAS,CAAC,WAAW,EAAE,CAAC,EAAE,CAAC;QAC3C,IAAI,CAAC,UAAU,CAAC,MAAM,CAAC,WAAW,EAAE,CAAC,EAAE,CAAC;IACzC,CAAC;IAGM,eAAe,CAAC,SAAqB,EAAE,MAAkB;QAC/D,IAAI,CAAC,UAAU,CAAC,SAAS,CAAC,WAAW,EAAE,CAAC,EAAE,CAAC;QAC3C,IAAI,CAAC,UAAU,CAAC,MAAM,CAAC,WAAW,EAAE,CAAC,EAAE,CAAC;IACzC,CAAC;IAGM,uBAAuB,CAAC,SAA6B,EAAE,MAA0B;QACvF,IAAI,CAAC,kBAAkB,CAAC,SAAS,CAAC,WAAW,EAAE,CAAC,EAAE,CAAC;QACnD,IAAI,CAAC,kBAAkB,CAAC,MAAM,CAAC,WAAW,EAAE,CAAC,EAAE,CAAC;IACjD,CAAC;IAED,8CAA8C;IAE9C,IAAW,MAAM;QAChB,OAAO;YACN,KAAK,EAAE,IAAI,EAAE,IAAI,EAAE,KAAK;YACxB,OAAO,EAAE;gBACR;oBACC,CAAC,EAAE,SAAS;oBACZ,CAAC,EAAE,SAAS;oBACZ,CAAC,EAAE,KAAK;oBACR,EAAE,EAAE,MAAM,EAAE,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC,MAAM,CAAC,qBAAqB,CAAC;oBACzD,EAAE,EAAE,MAAM,EAAE,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,MAAM,CAAC,qBAAqB,CAAC;iBACvD;aACD;SACD,CAAC;IACH,CAAC;IAED,6CAA6C;IAE7C,IAAW,KAAK;QACf,OAAO;YACN,KAAK,EAAE,IAAI,EAAE,IAAI,EAAE,KAAK;YACxB,OAAO,EAAE;gBACR;oBACC,CAAC,EAAE,SAAS;oBACZ,CAAC,EAAE,SAAS;oBACZ,CAAC,EAAE,KAAK;oBACR,EAAE,EAAE,MAAM,EAAE,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC,MAAM,CAAC,qBAAqB,CAAC;oBAC1D,EAAE,EAAE,MAAM,EAAE,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,MAAM,CAAC,qBAAqB,CAAC;iBACxD;aACD;SACD,CAAC;IACH,CAAC;IAED,8CAA8C;IAE9C,IAAW,MAAM;QAChB,OAAO;YACN,KAAK,EAAE,IAAI,EAAE,IAAI,EAAE,KAAK;YACxB,OAAO,EAAE;gBACR;oBACC,CAAC,EAAE,SAAS;oBACZ,CAAC,EAAE,SAAS;oBACZ,CAAC,EAAE,KAAK;oBACR,EAAE,EAAE,MAAM,EAAE,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC,MAAM,CAAC,qBAAqB,CAAC;oBAC3D,EAAE,EAAE,MAAM,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,MAAM,CAAC,qBAAqB,CAAC;iBACzD;aACD;SACD,CAAC;IACH,CAAC;IAED,oDAAoD;IAEpD,IAAW,YAAY;QACtB,OAAO;YACN,KAAK,EAAE,IAAI,EAAE,IAAI,EAAE,KAAK;YACxB,OAAO,EAAE;gBACR;oBACC,CAAC,EAAE,SAAS;oBACZ,CAAC,EAAE,SAAS;oBACZ,CAAC,EAAE,KAAK;oBACR,EAAE,EAAE,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,EAAE,QAAQ,CAAC,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC,MAAM,CAAC,qBAAqB,CAAC;oBAC5E,EAAE,EAAE,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,EAAE,QAAQ,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,MAAM,CAAC,qBAAqB,CAAC;iBAC1E;aACD;SACD,CAAC;IACH,CAAC;IAED,iCAAiC;IAEjC,IAAW,cAAc;QACxB,OAAO;YACN,KAAK,EAAE,IAAI,EAAE,IAAI,EAAE,KAAK;YACxB,OAAO,EAAE;gBACR,EAAE,CAAC,EAAE,QAAQ,EAAE,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,QAAQ,EAAE;aAC/C;SACD,CAAC;IACH,CAAC;IAED,sCAAsC;IAEtC,IAAW,YAAY;QACtB,OAAO;YACN,KAAK,EAAE,IAAI,EAAE,IAAI,EAAE,KAAK;YACxB,OAAO,EAAE;gBACR,EAAE,CAAC,EAAE,QAAQ,EAAE,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,MAAM,EAAE;aAC7C;SACD,CAAC;IACH,CAAC;IAED,uCAAuC;IAEvC,IAAW,aAAa;QACvB,OAAO;YACN,KAAK,EAAE,IAAI,EAAE,IAAI,EAAE,KAAK;YACxB,OAAO,EAAE;gBACR,EAAE,CAAC,EAAE,QAAQ,EAAE,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,OAAO,EAAE;aAC9C;SACD,CAAC;IACH,CAAC;IAED,2CAA2C;IAE3C,IAAW,iBAAiB;QAC3B,OAAO;YACN,KAAK,EAAE,IAAI,EAAE,IAAI,EAAE,KAAK;YACxB,OAAO,EAAE;gBACR,EAAE,CAAC,EAAE,QAAQ,EAAE,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,WAAW,EAAE;aAClD;SACD,CAAC;IACH,CAAC;CACD;AApKY;IAAX,UAAU;sCAAsD;AAGrD;IAAX,UAAU;iDAKT;AAGU;IAAX,UAAU;yCAKV;AAGW;IAAX,UAAU;yCAKV;AAMO;IAAP,MAAM;qCAGN;AAGD;IADC,MAAM;4CAIN;AAGD;IADC,MAAM;4CAIN;AAGD;IADC,MAAM;oDAIN;AAID;IADC,QAAQ;mCAcR;AAID;IADC,QAAQ;kCAcR;AAID;IADC,QAAQ;mCAcR;AAID;IADC,QAAQ;yCAcR;AAID;IADC,QAAQ;2CAQR;AAID;IADC,QAAQ;yCAQR;AAID;IADC,QAAQ;0CAQR;AAID;IADC,QAAQ;8CAQR"}
|
@@ -1,7 +1,6 @@
|
|
1
|
-
import { Button,
|
1
|
+
import { Button, Form, Input, Modal, Tabs } from "@voplus/antd";
|
2
2
|
import React, { useState } from "react";
|
3
3
|
import AvatarList from "@voplus/morpho-document/es/components/AvatarList";
|
4
|
-
import FormSubmitView from "@voplus/morpho-form/es/pages/Edit";
|
5
4
|
import WorkTypeSelect from "../../../WorkType/WorkTypeSelect";
|
6
5
|
import classnames from "classnames";
|
7
6
|
import { observe } from "@voplus/morpho-ui";
|
@@ -28,14 +27,11 @@ const NewWorkDialog = (props) => {
|
|
28
27
|
React.createElement(Form.Item, { name: "Note", label: "Note" },
|
29
28
|
React.createElement(Input.TextArea, { rows: 3, placeholder: "Add a Note", disabled: loading })),
|
30
29
|
React.createElement(Form.Item, { className: "new-work-form_btn" },
|
31
|
-
React.createElement(Button, { type: "primary", htmlType: "submit", loading: loading }, "Create"))))
|
32
|
-
(workType === null || workType === void 0 ? void 0 : workType.newFormSchemaId) && (React.createElement(Tabs.TabPane, { tab: "RequestForm", key: "RequestForm" },
|
33
|
-
React.createElement(Checkbox, null, "Request Form"),
|
34
|
-
React.createElement(FormSubmitView, { id: workType.newFormSchemaId })))))));
|
30
|
+
React.createElement(Button, { type: "primary", htmlType: "submit", loading: loading }, "Create"))))))));
|
35
31
|
/** submit work */
|
36
32
|
async function onFinish(values) {
|
37
33
|
setLoading(true);
|
38
|
-
const r = await works.create({ data: { ...values
|
34
|
+
const r = await works.create({ data: { ...values }, error: "message" });
|
39
35
|
setLoading(false);
|
40
36
|
if (finish)
|
41
37
|
finish(r);
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/pages/Work/components/NewWorkDialog/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/pages/Work/components/NewWorkDialog/index.tsx"],"names":[],"mappings":"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"}
|