@voplus/morpho-workspace 1.3.0 → 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/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/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/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 +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.js +1 -0
- package/es/pages/Space/components/Notifications/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 +7 -3
- package/es/pages/Space/pages/MySpace/index.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/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
@@ -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":"AAAA,OAAO,cAAc,CAAC;AAEtB,OAAO,EAAE,KAAK,EAAE,IAAI,EAAE,MAAM,cAAc,CAAC;AAC3C,OAAO,KAAK,EAAE,EAAE,SAAS,EAAE,OAAO,EAAE,MAAM,OAAO,CAAC;AAClD,OAAO,EAAE,QAAQ,EAAE,KAAK,EAAE,MAAM,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;AACtE,OAAO,EAAE,WAAW,EAAE,aAAa,EAAE,SAAS,EAAE,MAAM,EAAE,MAAM,kCAAkC,CAAC;AACjG,OAAO,EAAE,qBAAqB,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAEnF,OAAO,YAAY,MAAM,+CAA+C,CAAC;AACzE,OAAO,EAAE,eAAe,IAAI,MAAM,EAAE,MAAM,gCAAgC,CAAC;AAC3E,OAAO,WAAW,MAAM,oDAAoD,CAAC;AAE7E,OAAO,UAAU,MAAM,yBAAyB,CAAC;AACjD,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,OAAO,MAAM,8BAA8B,CAAC;AACnD,OAAO,KAAK,MAAM,kCAAkC,CAAC;AACrD,OAAO,oBAAoB,MAAM,yBAAyB,CAAC;AAC3D,OAAO,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AAC5C,OAAO,EAAE,WAAW,EAAE,MAAM,MAAM,CAAC;AACnC,OAAO,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAE1D,MAAM,aAAa,GAAG,GAAG,EAAE;IAC1B,MAAM,KAAK,GAAG,aAAa,EAAE,CAAC;IAC9B,MAAM,EAAE,IAAI,EAAE,GAAG,qBAAqB,EAAE,CAAC;IACzC,MAAM,GAAG,GAAG,UAAU,EAAE,CAAC;IACzB,MAAM,MAAM,GAAG,SAAS,EAAE,CAAC;IAC3B,MAAM,KAAK,GAAG,OAAO,CAAC,GAAG,EAAE,CAAC,IAAI,KAAK,CAAC,MAAM,EAAE,KAAK,CAAC,GAAG,CAAC,EAAE,EAAE,CAAC,CAAC;IAE9D,SAAS,CAAC,GAAG,EAAE;QACd,WAAW,CAAC,GAAG,EAAE,CAAC,CAAC,GAAG,CAAC,KAAK,GAAG,YAAY,CAAC,CAAC,CAAC;IAC/C,CAAC,EAAE,EAAE,CAAC,CAAC;IAEP,iBAAiB,CAChB,IAAI,EACJ,CAAC,MAAM,EAAE,KAAK,EAAE,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,GAAG,GAAG,KAAK,IAAI,CAAC,CAAC,CAAC,EAC/E,KAAK,CAAC,WAAW,CACjB,CAAC;IACF,iBAAiB,CAChB,IAAI,EACJ,CAAC,MAAM,EAAE,KAAK,EAAE,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,GAAG,GAAG,KAAK,IAAI,CAAC,CAAC,CAAC,EAC/E,KAAK,CAAC,WAAW,CACjB,CAAC;IACF,iBAAiB,CAChB,IAAI,EACJ,CAAC,MAAM,EAAE,KAAK,EAAE,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,OAAO,GAAG,KAAK,IAAI,CAAC,CAAC,CAAC,EACnF,KAAK,CAAC,eAAe,CACrB,CAAC;IACF,iBAAiB,CAChB,IAAI,EACJ,CAAC,MAAM,EAAE,KAAK,EAAE,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,IAAI,GAAG,KAAK,IAAI,CAAC,CAAC,CAAC,EAChF,KAAK,CAAC,YAAY,CAClB,CAAC;IACF,iBAAiB,CAChB,IAAI,EACJ,CAAC,MAAM,EAAE,KAAK,EAAE,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,SAAS,GAAG,KAAK,IAAI,CAAC,CAAC,CAAC,EACrF,KAAK,CAAC,iBAAiB,CACvB,CAAC;IAEF,OAAO,OAAO,CAAC,GAAG,EAAE,CAAC,CACpB,oBAAC,WAAW,IAAC,SAAS,EAAC,eAAe;QACrC,oBAAC,WAAW,CAAC,GAAG,IAAC,WAAW;YAC3B,oBAAC,UAAU,IAAC,QAAQ;gBACnB,oBAAC,IAAI,IACJ,OAAO,EAAE,CAAC,GAAa,EAAE,EAAE,CAAC,KAAK,CAAC,QAAQ,CAAC,GAAG,CAAC,GAAG,CAAC,EACnD,mBAAmB,EAAE,CAAC,MAAM,CAAC,EAC7B,eAAe,EAAE,CAAC,MAAM,CAAC,EACzB,YAAY,EAAE,KAAK,CAAC,OAAO,EAC3B,IAAI,EAAC,QAAQ;oBAEb,oBAAC,IAAI,CAAC,IAAI,IAAC,GAAG,EAAC,OAAO,EAAC,IAAI,EAAE,oBAAC,MAAM,IAAC,IAAI,EAAE,MAAM,GAAI,WAEzC;oBACZ,oBAAC,IAAI,CAAC,IAAI,IAAC,GAAG,EAAC,WAAW,EAAC,IAAI,EAAE,oBAAC,MAAM,IAAC,IAAI,EAAE,SAAS,GAAI,gBAEhD;oBACZ,oBAAC,OAAO,IAAC,GAAG,EAAC,YAAY,EAAC,IAAI,EAAE,oBAAC,MAAM,IAAC,IAAI,EAAE,aAAa,GAAI,EAAE,KAAK,EAAC,eAAe;wBACrF,oBAAC,IAAI,CAAC,IAAI,IAAC,GAAG,EAAC,iBAAiB;;4BAE/B,oBAAC,KAAK,IAAC,KAAK,EAAE,KAAK,CAAC,gBAAgB,CAAC,GAAG,EAAE,SAAS,EAAC,kBAAkB,GAAG,CAC9D;wBACZ,oBAAC,IAAI,CAAC,IAAI,IAAC,GAAG,EAAC,iBAAiB;;4BAE/B,oBAAC,KAAK,IAAC,KAAK,EAAE,KAAK,CAAC,gBAAgB,CAAC,GAAG,EAAE,SAAS,EAAC,kBAAkB,GAAG,CAC9D;wBACZ,oBAAC,IAAI,CAAC,IAAI,IAAC,GAAG,EAAC,qBAAqB;;4BAEnC,oBAAC,KAAK,IAAC,KAAK,EAAE,KAAK,CAAC,gBAAgB,CAAC,OAAO,EAAE,SAAS,EAAC,kBAAkB,GAAG,CAClE;wBACZ,oBAAC,IAAI,CAAC,IAAI,IAAC,GAAG,EAAC,kBAAkB;;4BAEhC,oBAAC,KAAK,IAAC,KAAK,EAAE,KAAK,CAAC,gBAAgB,CAAC,IAAI,EAAE,SAAS,EAAC,kBAAkB,GAAG,CAC/D;wBACZ,oBAAC,IAAI,CAAC,IAAI,IAAC,GAAG,EAAC,uBAAuB;;4BAErC,oBAAC,KAAK,IAAC,KAAK,EAAE,KAAK,CAAC,gBAAgB,CAAC,SAAS,EAAE,SAAS,EAAC,kBAAkB,GAAG,CACpE,CACH;oBACV,oBAAC,OAAO,IAAC,GAAG,EAAC,UAAU,EAAC,IAAI,EAAE,oBAAC,MAAM,IAAC,IAAI,EAAE,WAAW,GAAI,EAAE,KAAK,EAAC,cAAc;wBAChF,oBAAC,IAAI,CAAC,IAAI,IAAC,GAAG,EAAC,iBAAiB;;4BACzB,oBAAC,KAAK,IAAC,KAAK,EAAE,CAAC,EAAE,SAAS,EAAC,kBAAkB,GAAG,CAC3C;wBACZ,oBAAC,IAAI,CAAC,IAAI,IAAC,GAAG,EAAC,iBAAiB;;4BACzB,oBAAC,KAAK,IAAC,KAAK,EAAE,CAAC,EAAE,SAAS,EAAC,kBAAkB,GAAG,CAC3C,CACH,CACJ,CACK,CACI;QAElB,oBAAC,MAAM;YACN,oBAAC,KAAK,IAAC,IAAI,EAAE,GAAG,KAAK,CAAC,IAAI,WAAW;gBAEpC,oBAAC,oBAAoB,OAAG,CACjB;YACR,oBAAC,KAAK,IAAC,IAAI,EAAE,GAAG,KAAK,CAAC,IAAI,WAAW;gBAEpC,oBAAC,YAAY,IAAC,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC,QAAQ,GAAI,CACnC;YACR,oBAAC,KAAK,IAAC,IAAI,EAAE,GAAG,KAAK,CAAC,IAAI,8BAA8B;gBAEvD,oBAAC,KAAK,IAAC,KAAK,EAAE,KAAK,GAAI,CAChB;YACR,oBAAC,KAAK,IAAC,IAAI,EAAE,GAAG,KAAK,CAAC,IAAI,2BAA2B;gBAEpD,oBAAC,KAAK,IAAC,KAAK,EAAE,KAAK,GAAI,CAChB;YACR,oBAAC,QAAQ,IAAC,EAAE,EAAE,GAAG,KAAK,CAAC,IAAI,OAAO,GAAI,CAC9B,CACI,CACd,CAAC,CAAC;AACJ,CAAC,CAAC;AAEF,eAAe,aAAa,CAAC"}
|
@@ -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
|
+
}
|
@@ -0,0 +1,108 @@
|
|
1
|
+
import { __decorate } from "tslib";
|
2
|
+
import { action, computed, makeObservable, observable } from "mobx";
|
3
|
+
export class State {
|
4
|
+
constructor(_layout, _url) {
|
5
|
+
Object.defineProperty(this, "_layout", {
|
6
|
+
enumerable: true,
|
7
|
+
configurable: true,
|
8
|
+
writable: true,
|
9
|
+
value: _layout
|
10
|
+
});
|
11
|
+
Object.defineProperty(this, "_url", {
|
12
|
+
enumerable: true,
|
13
|
+
configurable: true,
|
14
|
+
writable: true,
|
15
|
+
value: _url
|
16
|
+
});
|
17
|
+
Object.defineProperty(this, "menuKey", {
|
18
|
+
enumerable: true,
|
19
|
+
configurable: true,
|
20
|
+
writable: true,
|
21
|
+
value: undefined
|
22
|
+
});
|
23
|
+
Object.defineProperty(this, "workStatusTotals", {
|
24
|
+
enumerable: true,
|
25
|
+
configurable: true,
|
26
|
+
writable: true,
|
27
|
+
value: {
|
28
|
+
new: 0,
|
29
|
+
due: 0,
|
30
|
+
pending: 0,
|
31
|
+
done: 0,
|
32
|
+
cancelled: 0,
|
33
|
+
}
|
34
|
+
});
|
35
|
+
makeObservable(this);
|
36
|
+
}
|
37
|
+
navigate(key, rest) {
|
38
|
+
this.menuKey = [key];
|
39
|
+
this._layout.history.push(`${this._url}${key}${rest !== null && rest !== void 0 ? rest : ""}`);
|
40
|
+
}
|
41
|
+
updateWorkStatusTotal(oldStatus, status) {
|
42
|
+
this.workStatusTotals[oldStatus.toLowerCase()]--;
|
43
|
+
this.workStatusTotals[status.toLowerCase()]++;
|
44
|
+
}
|
45
|
+
get nNewOptions() {
|
46
|
+
return {
|
47
|
+
Total: true,
|
48
|
+
List: false,
|
49
|
+
Filters: [{ c: "WorkStatus", o: "=", l: "And", v1: "New" }],
|
50
|
+
};
|
51
|
+
}
|
52
|
+
get nDueOptions() {
|
53
|
+
return {
|
54
|
+
Total: true,
|
55
|
+
List: false,
|
56
|
+
Filters: [{ c: "WorkStatus", o: "=", l: "And", v1: "Due" }],
|
57
|
+
};
|
58
|
+
}
|
59
|
+
get nPendingOptions() {
|
60
|
+
return {
|
61
|
+
Total: true,
|
62
|
+
List: false,
|
63
|
+
Filters: [{ c: "WorkStatus", o: "=", l: "And", v1: "Pending" }],
|
64
|
+
};
|
65
|
+
}
|
66
|
+
get nDoneOptions() {
|
67
|
+
return {
|
68
|
+
Total: true,
|
69
|
+
List: false,
|
70
|
+
Filters: [{ c: "WorkStatus", o: "=", l: "And", v1: "Done" }],
|
71
|
+
};
|
72
|
+
}
|
73
|
+
get nCancelledOptions() {
|
74
|
+
return {
|
75
|
+
Total: true,
|
76
|
+
List: false,
|
77
|
+
Filters: [{ c: "WorkStatus", o: "=", l: "And", v1: "Cancelled" }],
|
78
|
+
};
|
79
|
+
}
|
80
|
+
}
|
81
|
+
__decorate([
|
82
|
+
observable
|
83
|
+
], State.prototype, "menuKey", void 0);
|
84
|
+
__decorate([
|
85
|
+
observable
|
86
|
+
], State.prototype, "workStatusTotals", void 0);
|
87
|
+
__decorate([
|
88
|
+
action
|
89
|
+
], State.prototype, "navigate", null);
|
90
|
+
__decorate([
|
91
|
+
action
|
92
|
+
], State.prototype, "updateWorkStatusTotal", null);
|
93
|
+
__decorate([
|
94
|
+
computed
|
95
|
+
], State.prototype, "nNewOptions", null);
|
96
|
+
__decorate([
|
97
|
+
computed
|
98
|
+
], State.prototype, "nDueOptions", null);
|
99
|
+
__decorate([
|
100
|
+
computed
|
101
|
+
], State.prototype, "nPendingOptions", null);
|
102
|
+
__decorate([
|
103
|
+
computed
|
104
|
+
], State.prototype, "nDoneOptions", null);
|
105
|
+
__decorate([
|
106
|
+
computed
|
107
|
+
], State.prototype, "nCancelledOptions", null);
|
108
|
+
//# sourceMappingURL=state.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"state.js","sourceRoot":"","sources":["../../../../../src/modules/workspace/pages/WorkspacePage/state.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,cAAc,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAKpE,MAAM,OAAO,KAAK;IAWjB,YAAoB,OAAsB,EAAU,IAAY;;;;;mBAA5C;;;;;;mBAAgC;;QAVxC;;;;mBAAiB,SAAiC;WAAC;QAEnD;;;;mBAA0B;gBACrC,GAAG,EAAE,CAAC;gBACN,GAAG,EAAE,CAAC;gBACN,OAAO,EAAE,CAAC;gBACV,IAAI,EAAE,CAAC;gBACP,SAAS,EAAE,CAAC;aACZ;WAAC;QAGD,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,qBAAqB,CAAC,SAAoB,EAAE,MAAiB;QACnE,IAAI,CAAC,gBAAgB,CAAC,SAAS,CAAC,WAAW,EAAE,CAAC,EAAE,CAAC;QACjD,IAAI,CAAC,gBAAgB,CAAC,MAAM,CAAC,WAAW,EAAE,CAAC,EAAE,CAAC;IAC/C,CAAC;IAGD,IAAW,WAAW;QACrB,OAAO;YACN,KAAK,EAAE,IAAI;YACX,IAAI,EAAE,KAAK;YACX,OAAO,EAAE,CAAC,EAAE,CAAC,EAAE,YAAY,EAAE,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,KAAK,EAAE,CAAC;SAC3D,CAAC;IACH,CAAC;IAGD,IAAW,WAAW;QACrB,OAAO;YACN,KAAK,EAAE,IAAI;YACX,IAAI,EAAE,KAAK;YACX,OAAO,EAAE,CAAC,EAAE,CAAC,EAAE,YAAY,EAAE,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,KAAK,EAAE,CAAC;SAC3D,CAAC;IACH,CAAC;IAGD,IAAW,eAAe;QACzB,OAAO;YACN,KAAK,EAAE,IAAI;YACX,IAAI,EAAE,KAAK;YACX,OAAO,EAAE,CAAC,EAAE,CAAC,EAAE,YAAY,EAAE,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,SAAS,EAAE,CAAC;SAC/D,CAAC;IACH,CAAC;IAGD,IAAW,YAAY;QACtB,OAAO;YACN,KAAK,EAAE,IAAI;YACX,IAAI,EAAE,KAAK;YACX,OAAO,EAAE,CAAC,EAAE,CAAC,EAAE,YAAY,EAAE,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,MAAM,EAAE,CAAC;SAC5D,CAAC;IACH,CAAC;IAGD,IAAW,iBAAiB;QAC3B,OAAO;YACN,KAAK,EAAE,IAAI;YACX,IAAI,EAAE,KAAK;YACX,OAAO,EAAE,CAAC,EAAE,CAAC,EAAE,YAAY,EAAE,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,WAAW,EAAE,CAAC;SACjE,CAAC;IACH,CAAC;CACD;AArEY;IAAX,UAAU;sCAAoD;AAEnD;IAAX,UAAU;+CAMT;AAMM;IAAP,MAAM;qCAGN;AAGD;IADC,MAAM;kDAIN;AAGD;IADC,QAAQ;wCAOR;AAGD;IADC,QAAQ;wCAOR;AAGD;IADC,QAAQ;4CAOR;AAGD;IADC,QAAQ;yCAOR;AAGD;IADC,QAAQ;8CAOR"}
|
@@ -0,0 +1,18 @@
|
|
1
|
+
import React from "react";
|
2
|
+
import Card from "@voplus/morpho-ui/es/controls/Card";
|
3
|
+
import classnames from "classnames";
|
4
|
+
import { faAcorn, faPlus } from "@fortawesome/pro-light-svg-icons";
|
5
|
+
import { FontAwesomeIcon as FAIcon } from "@fortawesome/react-fontawesome";
|
6
|
+
import { observe } from "@voplus/morpho-ui";
|
7
|
+
import { useWorkType } from "../../../../data/worktype";
|
8
|
+
import "./index.less";
|
9
|
+
const WorkTypeCard = (props) => {
|
10
|
+
const { id, active } = props;
|
11
|
+
const worktype = useWorkType(id, { reload: false });
|
12
|
+
return observe(() => React.createElement(Card, { className: classnames("worktype-card", { active: active }), padding: "15px 12px", shadow: false, hoverShadow: false },
|
13
|
+
React.createElement("div", { className: classnames("worktypes-icon", { "new-worktype-icon": !id }) },
|
14
|
+
React.createElement(FAIcon, { icon: id ? faAcorn : faPlus })),
|
15
|
+
React.createElement("div", { className: "worktypes-name" }, (worktype === null || worktype === void 0 ? void 0 : worktype.name) || "New WorkType")));
|
16
|
+
};
|
17
|
+
export default WorkTypeCard;
|
18
|
+
//# sourceMappingURL=index.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/modules/worktype/components/WorkTypeCard/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,IAAI,MAAM,oCAAoC,CAAC;AACtD,OAAO,UAAU,MAAM,YAAY,CAAC;AACpC,OAAO,EAAE,OAAO,EAAE,MAAM,EAAE,MAAM,kCAAkC,CAAC;AACnE,OAAO,EAAE,eAAe,IAAI,MAAM,EAAE,MAAM,gCAAgC,CAAC;AAC3E,OAAO,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AAC5C,OAAO,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAC;AACxD,OAAO,cAAc,CAAC;AAEtB,MAAM,YAAY,GAAG,CAAC,KAIrB,EAAE,EAAE;IACJ,MAAM,EAAE,EAAE,EAAE,MAAM,EAAE,GAAG,KAAK,CAAC;IAC7B,MAAM,QAAQ,GAAG,WAAW,CAAC,EAAG,EAAE,EAAE,MAAM,EAAE,KAAK,EAAE,CAAC,CAAC;IAErD,OAAO,OAAO,CAAC,GAAG,EAAE,CACnB,oBAAC,IAAI,IACJ,SAAS,EAAE,UAAU,CAAC,eAAe,EAAE,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC,EAE1D,OAAO,EAAC,WAAW,EACnB,MAAM,EAAE,KAAK,EACb,WAAW,EAAE,KAAK;QAElB,6BAAK,SAAS,EAAE,UAAU,CAAC,gBAAgB,EAAE,EAAE,mBAAmB,EAAE,CAAC,EAAE,EAAE,CAAC;YACzE,oBAAC,MAAM,IAAC,IAAI,EAAE,EAAE,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,MAAM,GAAI,CAClC;QACN,6BAAK,SAAS,EAAC,gBAAgB,IAC7B,CAAA,QAAQ,aAAR,QAAQ,uBAAR,QAAQ,CAAE,IAAI,KAAI,cAAc,CAC5B,CACC,CACR,CAAA;AACF,CAAC,CAAA;AAED,eAAe,YAAY,CAAC"}
|
@@ -0,0 +1,47 @@
|
|
1
|
+
:global {
|
2
|
+
.worktype-card {
|
3
|
+
width: 110px;
|
4
|
+
display: flex;
|
5
|
+
flex-flow: column;
|
6
|
+
align-items: center;
|
7
|
+
border-radius: 15px;
|
8
|
+
padding: 15px 8px;
|
9
|
+
background: transparent;
|
10
|
+
&.active {
|
11
|
+
background: #dedbdb57;
|
12
|
+
}
|
13
|
+
&:hover {
|
14
|
+
background: #dedbdb57;
|
15
|
+
}
|
16
|
+
.worktypes-icon {
|
17
|
+
width: 80px;
|
18
|
+
height: 80px;
|
19
|
+
font-size: 24px;
|
20
|
+
color: #ffffff;
|
21
|
+
background: pink;
|
22
|
+
border-radius: 15px;
|
23
|
+
border: solid 1px #ffffff;
|
24
|
+
display: flex;
|
25
|
+
justify-content: center;
|
26
|
+
align-items: center;
|
27
|
+
}
|
28
|
+
.new-worktype-icon {
|
29
|
+
color: #bdb9b9;
|
30
|
+
background: #ffffff;
|
31
|
+
border: dashed 1px #bdb9b9;
|
32
|
+
}
|
33
|
+
.worktypes-name {
|
34
|
+
width: 100%;
|
35
|
+
height: 36px;
|
36
|
+
font-size: 15px;
|
37
|
+
text-align: center;
|
38
|
+
display: -webkit-box;
|
39
|
+
-webkit-box-orient: vertical;
|
40
|
+
-webkit-line-clamp: 2;
|
41
|
+
line-height: 18px;
|
42
|
+
overflow: hidden;
|
43
|
+
text-overflow: ellipsis;
|
44
|
+
margin-top: 10px;
|
45
|
+
}
|
46
|
+
}
|
47
|
+
}
|
@@ -0,0 +1,16 @@
|
|
1
|
+
/// <reference types="react" />
|
2
|
+
import "./index.less";
|
3
|
+
import { IWorkType } from "../../../../data/worktype";
|
4
|
+
/** A worktype list view shows worktype in card style. */
|
5
|
+
declare const WorkTypeCardList: {
|
6
|
+
(props: {
|
7
|
+
/** 设置work type item类型,默认值default */
|
8
|
+
type?: "default" | "card" | undefined;
|
9
|
+
/** item onclick */
|
10
|
+
onItemClick?: ((item: IWorkType) => void) | undefined;
|
11
|
+
}): JSX.Element;
|
12
|
+
defaultProps: {
|
13
|
+
type: string;
|
14
|
+
};
|
15
|
+
};
|
16
|
+
export default WorkTypeCardList;
|
@@ -0,0 +1,50 @@
|
|
1
|
+
import "./index.less";
|
2
|
+
import { useWorkTypeListEffect } from "../../../../data/worktype";
|
3
|
+
import { ListDataContext, useCreateListDataState } from "@voplus/morpho-ui/es/data";
|
4
|
+
import React, { useState } from "react";
|
5
|
+
import DocumentItemFrame from "@voplus/morpho-document/es/controls/DocumentItemFrame";
|
6
|
+
import InfiniteScrollView from "@voplus/morpho-ui/es/controls/InfiniteScrollView";
|
7
|
+
import WorkTypeCard from "../WorkTypeCard";
|
8
|
+
import WorkTypeItem from "../WorkTypeItem";
|
9
|
+
import classnames from "classnames";
|
10
|
+
import { observe } from "@voplus/morpho-ui";
|
11
|
+
import { useRenderOnChange } from "@voplus/morpho-ui";
|
12
|
+
/** A worktype list view shows worktype in card style. */
|
13
|
+
const WorkTypeCardList = (props) => {
|
14
|
+
const [active, setActive] = useState(null);
|
15
|
+
const list = useCreateListDataState({
|
16
|
+
filterDefaults: {
|
17
|
+
includes: "tags",
|
18
|
+
filters: [],
|
19
|
+
},
|
20
|
+
}, []);
|
21
|
+
/** 如果 list.filters.options变更了就重渲染,使下一行的useWorkTypeListEffect 可以接收新参数*/
|
22
|
+
useRenderOnChange(() => list.filters.options);
|
23
|
+
/** 把ListDataState传给useWorkTypeListEffect,使之可以自動更新loading, hasmore. */
|
24
|
+
useWorkTypeListEffect(list, (result) => list.union(result), list.filters.options);
|
25
|
+
return observe(() => (React.createElement(ListDataContext.Provider, { value: list },
|
26
|
+
React.createElement("div", { className: classnames("worktype-list-view", { "worktype-card-list": props.type === "card" }) },
|
27
|
+
React.createElement(InfiniteScrollView, { empty: list.isEmpty, loading: list.loading, hasMore: list.hasMore, loadMore: loadMore },
|
28
|
+
React.createElement("div", { className: "worktype-list-content" }, list.data.map((i) => (React.createElement("div", { key: i.id, onClick: () => onItemClick(i) }, props.type === "card" ?
|
29
|
+
React.createElement(WorkTypeCard, { id: i.id, active: active === i.id })
|
30
|
+
:
|
31
|
+
React.createElement(DocumentItemFrame, { frameProps: {
|
32
|
+
active: active === i.id,
|
33
|
+
hoverEffect: "background",
|
34
|
+
hoverBackgroundProps: { color: "#f2f2f2" },
|
35
|
+
} },
|
36
|
+
React.createElement(WorkTypeItem, { id: i.id })))))))))));
|
37
|
+
function loadMore() {
|
38
|
+
list.triggerNextPage();
|
39
|
+
}
|
40
|
+
function onItemClick(item) {
|
41
|
+
var _a;
|
42
|
+
setActive(item.id);
|
43
|
+
(_a = props.onItemClick) === null || _a === void 0 ? void 0 : _a.call(props, item);
|
44
|
+
}
|
45
|
+
};
|
46
|
+
WorkTypeCardList.defaultProps = {
|
47
|
+
type: "default"
|
48
|
+
};
|
49
|
+
export default WorkTypeCardList;
|
50
|
+
//# sourceMappingURL=index.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/modules/worktype/components/WorkTypeCardList/index.tsx"],"names":[],"mappings":"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"}
|
@@ -0,0 +1,11 @@
|
|
1
|
+
import "./index.less";
|
2
|
+
import React from "react";
|
3
|
+
import { observe } from "@voplus/morpho-ui";
|
4
|
+
import { useWorkType } from "../../../../data/worktype";
|
5
|
+
const WorkTypeItem = (props) => {
|
6
|
+
const { id, active } = props;
|
7
|
+
const worktype = useWorkType(id, { reload: false });
|
8
|
+
return observe(() => React.createElement("div", { className: "worktype-item" }, worktype.name));
|
9
|
+
};
|
10
|
+
export default WorkTypeItem;
|
11
|
+
//# sourceMappingURL=index.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/modules/worktype/components/WorkTypeItem/index.tsx"],"names":[],"mappings":"AAAA,OAAO,cAAc,CAAC;AAEtB,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AAC5C,OAAO,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAC;AAExD,MAAM,YAAY,GAAG,CAAC,KAIrB,EAAE,EAAE;IACJ,MAAM,EAAE,EAAE,EAAE,MAAM,EAAE,GAAG,KAAK,CAAC;IAC7B,MAAM,QAAQ,GAAG,WAAW,CAAC,EAAG,EAAE,EAAE,MAAM,EAAE,KAAK,EAAE,CAAC,CAAC;IAErD,OAAO,OAAO,CAAC,GAAG,EAAE,CACnB,6BAAK,SAAS,EAAC,eAAe,IAC5B,QAAQ,CAAC,IAAI,CACT,CACN,CAAA;AACF,CAAC,CAAA;AAED,eAAe,YAAY,CAAC"}
|
@@ -0,0 +1,19 @@
|
|
1
|
+
:global {
|
2
|
+
.worktype-item {
|
3
|
+
position: relative;
|
4
|
+
color: #000;
|
5
|
+
font-size: 15px;
|
6
|
+
font-weight: 500;
|
7
|
+
word-break: break-all;
|
8
|
+
padding: 20px;
|
9
|
+
// background: transparent;
|
10
|
+
&:after {
|
11
|
+
position: absolute;
|
12
|
+
content: "";
|
13
|
+
left: 20px;
|
14
|
+
right: 20px;
|
15
|
+
bottom: 0;
|
16
|
+
border-bottom: 1px solid #f2f2f2;
|
17
|
+
}
|
18
|
+
}
|
19
|
+
}
|
@@ -0,0 +1,56 @@
|
|
1
|
+
import React, { useState, useEffect } from "react";
|
2
|
+
import { InputNumber, Form } from "@voplus/antd";
|
3
|
+
import { InlineEdit, observe } from "@voplus/morpho-ui";
|
4
|
+
import DocumentSelectDialog from "@voplus/morpho-document/es/components/DocumentSelectDialog";
|
5
|
+
import AvatarList from "@voplus/morpho-document/es/components/AvatarList";
|
6
|
+
import { useApplicationContext } from "@voplus/morpho-data";
|
7
|
+
import { useWorkType, useWorkTypeStore } from "../../../../data/worktype";
|
8
|
+
import { State } from "./state";
|
9
|
+
import { runInAction } from "mobx";
|
10
|
+
import "./index.less";
|
11
|
+
const WorkTypeProperties = (props) => {
|
12
|
+
const store = useWorkTypeStore();
|
13
|
+
const [state] = useState(new State(store));
|
14
|
+
const contact = useWorkType(props.id);
|
15
|
+
state.update(contact);
|
16
|
+
const [form] = Form.useForm();
|
17
|
+
const { user } = useApplicationContext();
|
18
|
+
useEffect(() => {
|
19
|
+
runInAction(() => (state.defaultdueEdit = contact.defaultDue ? true : false));
|
20
|
+
}, [props.id]);
|
21
|
+
return observe(() => {
|
22
|
+
var _a, _b, _c;
|
23
|
+
return (React.createElement("div", { className: "work-type-properties" },
|
24
|
+
React.createElement(Form, { form: form, labelAlign: "left", labelCol: { span: 10 }, scrollToFirstError: true },
|
25
|
+
React.createElement(Form.Item, { label: "Number Format" },
|
26
|
+
React.createElement(InlineEdit, { defaultValue: (_a = contact.sequence) === null || _a === void 0 ? void 0 : _a.format, content: (v) => {
|
27
|
+
var _a;
|
28
|
+
return (React.createElement("div", null, ((_a = contact.sequence) === null || _a === void 0 ? void 0 : _a.format) ? contact.sequence.format : "Add NumberFormat"));
|
29
|
+
}, onSave: (value) => { var _a; return state.save(value, (_a = contact.sequence) === null || _a === void 0 ? void 0 : _a.format, { Sequence: { format: value } }); } })),
|
30
|
+
React.createElement(Form.Item, { label: "Default Folder" },
|
31
|
+
React.createElement("div", { onClick: () => runInAction(() => (state.folderEdit = true)) }, ((_b = state.contact.defaultFolder) === null || _b === void 0 ? void 0 : _b.name) || "Add Default Folder")),
|
32
|
+
React.createElement(Form.Item, { label: "Documentation" },
|
33
|
+
React.createElement("div", { onClick: () => runInAction(() => (state.documentationEdit = true)) }, ((_c = state.contact.document) === null || _c === void 0 ? void 0 : _c.name) || "Add Documentation")),
|
34
|
+
React.createElement(Form.Item, { label: "Default Due" }, state.defaultdueEdit ? (React.createElement(InputNumber, { min: 0, defaultValue: state.contact.defaultDue, onChange: (value) => {
|
35
|
+
store.edit(contact.id, { data: { DefaultDue: value }, error: "message" });
|
36
|
+
}, onBlur: () => runInAction(() => (state.defaultdueEdit = false)) })) : (React.createElement("div", { onClick: () => runInAction(() => (state.defaultdueEdit = true)) }, state.contact.defaultDue ? state.contact.defaultDue : "Add Default Due"))),
|
37
|
+
React.createElement(Form.Item, { label: "Requester" },
|
38
|
+
React.createElement(AvatarList, { organizationId: user.info.organizationId, multiple: true, buttonText: "Ok", list: contact.requester, onChange: (ids) => {
|
39
|
+
store.edit(contact.id, { data: { RequesterIds: ids }, error: "message" });
|
40
|
+
} })),
|
41
|
+
React.createElement(Form.Item, { label: "Accepters" },
|
42
|
+
React.createElement(AvatarList, { organizationId: user.info.organizationId, multiple: true, buttonText: "Ok", list: contact.accepters, onChange: (ids) => {
|
43
|
+
store.edit(contact.id, { data: { AccepterIds: ids }, error: "message" });
|
44
|
+
} }))),
|
45
|
+
state.folderEdit && (React.createElement(DocumentSelectDialog, { multiSelect: false, onCancel: () => runInAction(() => (state.folderEdit = false)), onSelect: (data) => {
|
46
|
+
store.edit(props.id, { data: { DefaultFolderId: data[0].id }, error: "message" });
|
47
|
+
runInAction(() => (state.folderEdit = false));
|
48
|
+
} })),
|
49
|
+
state.documentationEdit && (React.createElement(DocumentSelectDialog, { multiSelect: false, onCancel: () => runInAction(() => (state.documentationEdit = false)), onSelect: (data) => {
|
50
|
+
store.edit(props.id, { data: { DocumentId: data[0].id }, error: "message" });
|
51
|
+
runInAction(() => (state.documentationEdit = false));
|
52
|
+
} }))));
|
53
|
+
});
|
54
|
+
};
|
55
|
+
export default WorkTypeProperties;
|
56
|
+
//# sourceMappingURL=index.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/modules/worktype/components/WorkTypeProperties/index.tsx"],"names":[],"mappings":"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"}
|
@@ -0,0 +1,12 @@
|
|
1
|
+
import { IWorkType, WorkTypeStore } from "../../../../data/worktype";
|
2
|
+
export declare class State {
|
3
|
+
private store;
|
4
|
+
contact: IWorkType;
|
5
|
+
defaultdueEdit: boolean;
|
6
|
+
folderEdit: boolean;
|
7
|
+
documentationEdit: boolean;
|
8
|
+
constructor(store: WorkTypeStore);
|
9
|
+
update(contact: IWorkType): void;
|
10
|
+
/** edit save */
|
11
|
+
save(v: any, name: any, params: Record<string, unknown>): void;
|
12
|
+
}
|