@voplus/morpho-workspace 1.3.62 → 1.3.64
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/data/task/types.d.ts +1 -0
- package/es/data/work/interfaces.d.ts +1 -0
- package/es/{pages → modules}/Routes.js +4 -4
- package/es/modules/Routes.js.map +1 -0
- package/es/modules/board/components/BoardPropertiesView/index.js +1 -1
- package/es/modules/board/components/BoardPropertiesView/index.js.map +1 -1
- package/es/modules/meeting/components/AgendaList/AgendaContext.d.ts +28 -0
- package/es/modules/meeting/components/AgendaList/AgendaContext.js +81 -0
- package/es/modules/meeting/components/AgendaList/AgendaContext.js.map +1 -0
- package/es/modules/meeting/components/AgendaList/AgendaItem/index.js +29 -27
- package/es/modules/meeting/components/AgendaList/AgendaItem/index.js.map +1 -1
- package/es/modules/meeting/components/AgendaList/AgendaItem/index.less +28 -35
- package/es/modules/meeting/components/AgendaList/AgendaItem/state.d.ts +4 -12
- package/es/modules/meeting/components/AgendaList/AgendaItem/state.js +7 -73
- package/es/modules/meeting/components/AgendaList/AgendaItem/state.js.map +1 -1
- package/es/modules/meeting/components/AgendaList/AgendaNewForm/index.less +1 -0
- package/es/modules/meeting/components/AgendaList/index.js +27 -27
- package/es/modules/meeting/components/AgendaList/index.js.map +1 -1
- package/es/modules/meeting/components/AgendaList/index.less +35 -0
- package/es/modules/meeting/components/MeetingProperties/index.js +1 -1
- package/es/modules/meeting/components/MeetingProperties/index.js.map +1 -1
- package/es/modules/meeting/pages/MeetingDefaultView/index.js +1 -1
- package/es/modules/meeting/pages/MeetingDefaultView/index.js.map +1 -1
- package/es/modules/meeting/pages/MeetingDefaultView/index.less +4 -1
- package/es/modules/project/ProjectDefaultView/index.js.map +1 -0
- package/es/modules/project/data/ProjectStore.js.map +1 -0
- package/es/modules/project/data/hook.js.map +1 -0
- package/es/modules/project/data/index.js.map +1 -0
- package/es/modules/project/data/interfaces.js.map +1 -0
- package/es/modules/space/components/Notes/ColorSelect/index.js.map +1 -0
- package/es/modules/space/components/Notes/NewNoteDialog/index.js.map +1 -0
- package/es/modules/space/components/Notes/TextNoteCard/index.js.map +1 -0
- package/es/modules/space/components/Notes/TextNoteCard/state.js.map +1 -0
- package/es/modules/space/components/Notes/index.js.map +1 -0
- package/es/modules/space/components/Notifications/index.js.map +1 -0
- package/es/modules/space/components/Projects/index.js.map +1 -0
- package/es/modules/space/components/TaskMenu/index.js.map +1 -0
- package/es/modules/space/components/TaskMenu/state.js.map +1 -0
- package/es/modules/space/components/Tasks/index.js.map +1 -0
- package/es/{pages/Space → modules/space}/components/WorkMenu/index.js +2 -2
- package/es/modules/space/components/WorkMenu/index.js.map +1 -0
- package/es/modules/space/components/WorkMenu/state.js.map +1 -0
- package/es/modules/space/components/Works/index.js.map +1 -0
- package/es/modules/space/components/Workspaces/index.js.map +1 -0
- package/es/{pages/Space → modules/space}/pages/MySpace/index.js +4 -4
- package/es/modules/space/pages/MySpace/index.js.map +1 -0
- package/es/modules/space/pages/MySpace/state.js.map +1 -0
- package/es/modules/tasks/components/TaskItem/DefaultTaskItem.js +1 -1
- package/es/modules/tasks/components/TaskItem/DefaultTaskItem.js.map +1 -1
- package/es/modules/tasks/components/TaskProperties/index.js +16 -2
- package/es/modules/tasks/components/TaskProperties/index.js.map +1 -1
- package/es/modules/tasks/components/TaskTabs/index.js +2 -2
- package/es/modules/tasks/components/TaskTabs/index.js.map +1 -1
- package/es/modules/tasks/pages/TaskDefaultView/index.js +1 -1
- package/es/modules/tasks/pages/TaskDefaultView/index.js.map +1 -1
- package/es/modules/work/components/NewWorkForm/index.d.ts +1 -0
- package/es/modules/work/components/NewWorkForm/index.js +9 -2
- package/es/modules/work/components/NewWorkForm/index.js.map +1 -1
- package/es/modules/work/components/NewWorkForm/state.d.ts +2 -0
- package/es/modules/work/components/NewWorkForm/state.js +1 -0
- package/es/modules/work/components/NewWorkForm/state.js.map +1 -1
- package/es/modules/work/components/RelatedWorkList/index.d.ts +5 -0
- package/es/modules/work/components/RelatedWorkList/index.js +8 -0
- package/es/modules/work/components/RelatedWorkList/index.js.map +1 -0
- package/es/modules/work/components/WorkErrorPropertiesView/index.js +2 -2
- package/es/modules/work/components/WorkErrorPropertiesView/index.js.map +1 -1
- package/es/modules/work/components/WorkList/index.d.ts +31 -18
- package/es/modules/work/components/WorkList/index.js +10 -4
- package/es/modules/work/components/WorkList/index.js.map +1 -1
- package/es/modules/work/components/WorkTabs/index.js +6 -3
- package/es/modules/work/components/WorkTabs/index.js.map +1 -1
- package/es/modules/work/components/WorkTabs/index.less +7 -1
- package/es/modules/work/components/WorksProperties/index.d.ts +1 -0
- package/es/modules/work/components/WorksProperties/index.js +15 -13
- package/es/modules/work/components/WorksProperties/index.js.map +1 -1
- package/es/modules/work/pages/WorkDefaultView/index.js +2 -2
- package/es/modules/work/pages/WorkDefaultView/index.js.map +1 -1
- package/es/modules/{worktype → work/work-type}/components/NewTypeForm/index.js +1 -1
- package/es/modules/work/work-type/components/NewTypeForm/index.js.map +1 -0
- package/es/modules/work/work-type/components/NewTypeForm/index.less +8 -0
- package/es/modules/work/work-type/components/NewTypeForm/state.js.map +1 -0
- package/es/modules/work/work-type/components/RepeatTab/index.js.map +1 -0
- package/es/modules/{worktype → work/work-type}/components/WorkTypeCard/index.js +4 -4
- package/es/modules/work/work-type/components/WorkTypeCard/index.js.map +1 -0
- package/es/modules/{worktype → work/work-type}/components/WorkTypeCardList/index.d.ts +1 -1
- package/es/modules/{worktype → work/work-type}/components/WorkTypeCardList/index.js +2 -2
- package/es/modules/work/work-type/components/WorkTypeCardList/index.js.map +1 -0
- package/es/modules/{worktype → work/work-type}/components/WorkTypeItem/index.js +1 -1
- package/es/modules/work/work-type/components/WorkTypeItem/index.js.map +1 -0
- package/es/modules/{worktype → work/work-type}/components/WorkTypeList/index.d.ts +1 -1
- package/es/modules/{worktype → work/work-type}/components/WorkTypeList/index.js +3 -3
- package/es/modules/work/work-type/components/WorkTypeList/index.js.map +1 -0
- package/es/modules/{worktype → work/work-type}/components/WorkTypeProperties/index.js +1 -1
- package/es/modules/work/work-type/components/WorkTypeProperties/index.js.map +1 -0
- package/es/modules/{worktype → work/work-type}/components/WorkTypeProperties/state.d.ts +1 -1
- package/es/modules/work/work-type/components/WorkTypeProperties/state.js.map +1 -0
- package/es/modules/{worktype → work/work-type}/components/WorkTypePropertiesTabs/index.js +4 -4
- package/es/modules/work/work-type/components/WorkTypePropertiesTabs/index.js.map +1 -0
- package/es/modules/{worktype → work/work-type}/components/WorkTypePropertiesView/index.js +1 -1
- package/es/modules/work/work-type/components/WorkTypePropertiesView/index.js.map +1 -0
- package/es/modules/{worktype → work/work-type}/components/WorkTypePropertiesView/state.d.ts +1 -1
- package/es/modules/{worktype → work/work-type}/components/WorkTypePropertiesView/state.js +1 -1
- package/es/modules/work/work-type/components/WorkTypePropertiesView/state.js.map +1 -0
- package/es/modules/{worktype → work/work-type}/components/WorkTypeQA/index.js +5 -5
- package/es/modules/work/work-type/components/WorkTypeQA/index.js.map +1 -0
- package/es/modules/{worktype → work/work-type}/components/WorkTypeQA/state.d.ts +1 -1
- package/es/modules/work/work-type/components/WorkTypeQA/state.js.map +1 -0
- package/es/{pages/WorkType → modules/work/work-type/components}/WorkTypeSelect/index.d.ts +1 -1
- package/es/{pages/WorkType → modules/work/work-type/components}/WorkTypeSelect/index.js +2 -2
- package/es/modules/work/work-type/components/WorkTypeSelect/index.js.map +1 -0
- package/es/modules/work/work-type/components/WorkTypeStats/index.js.map +1 -0
- package/es/modules/work/work-type/components/WorkTypeStats/state.js.map +1 -0
- package/es/modules/{worktype → work/work-type}/components/WorkTypeTabs/index.js +4 -4
- package/es/modules/work/work-type/components/WorkTypeTabs/index.js.map +1 -0
- package/es/modules/work/work-type/components/WorkTypeTabs/index.less +27 -0
- package/es/modules/{worktype → work/work-type}/controls/WorkTypeMenu/index.js +1 -1
- package/es/modules/work/work-type/controls/WorkTypeMenu/index.js.map +1 -0
- package/es/modules/{worktype → work/work-type}/controls/WorktypeCompleteWorksChart/index.js +4 -4
- package/es/modules/work/work-type/controls/WorktypeCompleteWorksChart/index.js.map +1 -0
- package/es/modules/work/work-type/controls/WorktypeCompleteWorksChart/state.js.map +1 -0
- package/es/modules/{worktype → work/work-type}/pages/WorkTypeDefaultView/index.js +3 -3
- package/es/modules/work/work-type/pages/WorkTypeDefaultView/index.js.map +1 -0
- package/es/modules/workspace/components/WorkspaceTabs/index.js +2 -2
- package/es/modules/workspace/components/WorkspaceTabs/index.js.map +1 -1
- package/es/modules/workspace/components/WorkspaceTabs/index.less +6 -1
- package/es/modules/workspace/controls/WorkspaceMenu/index.less +18 -12
- package/es/modules/workspace/pages/WorkspaceDefaultView/index.js +2 -2
- package/es/modules/workspace/pages/WorkspaceDefaultView/index.js.map +1 -1
- package/es/modules/workspace/pages/WorkspacePage/index.js +2 -2
- package/es/modules/workspace/pages/WorkspacePage/index.js.map +1 -1
- package/es/routes.js +1 -1
- package/es/routes.js.map +1 -1
- package/package.json +1 -1
- package/es/modules/workspaces/components/Access/index.d.ts +0 -6
- package/es/modules/workspaces/components/Access/index.js +0 -20
- package/es/modules/workspaces/components/Access/index.js.map +0 -1
- package/es/modules/workspaces/components/Account/index.d.ts +0 -6
- package/es/modules/workspaces/components/Account/index.js +0 -20
- package/es/modules/workspaces/components/Account/index.js.map +0 -1
- package/es/modules/workspaces/components/AddUsers/index.d.ts +0 -3
- package/es/modules/workspaces/components/AddUsers/index.js +0 -37
- package/es/modules/workspaces/components/AddUsers/index.js.map +0 -1
- package/es/modules/workspaces/components/AddUsers/index.less +0 -7
- package/es/modules/workspaces/components/ListHeard/index.d.ts +0 -5
- package/es/modules/workspaces/components/ListHeard/index.js +0 -23
- package/es/modules/workspaces/components/ListHeard/index.js.map +0 -1
- package/es/modules/workspaces/components/ListHeard/index.less +0 -33
- package/es/modules/workspaces/components/Status/index.d.ts +0 -6
- package/es/modules/workspaces/components/Status/index.js +0 -20
- package/es/modules/workspaces/components/Status/index.js.map +0 -1
- package/es/modules/workspaces/components/UsersList/index.d.ts +0 -3
- package/es/modules/workspaces/components/UsersList/index.js +0 -132
- package/es/modules/workspaces/components/UsersList/index.js.map +0 -1
- package/es/modules/workspaces/components/UsersList/index.less +0 -72
- package/es/modules/workspaces/pages/BoardView/index.d.ts +0 -3
- package/es/modules/workspaces/pages/BoardView/index.js +0 -70
- package/es/modules/workspaces/pages/BoardView/index.js.map +0 -1
- package/es/modules/workspaces/pages/BoardView/index.less +0 -57
- package/es/modules/workspaces/pages/ListView/index.d.ts +0 -3
- package/es/modules/workspaces/pages/ListView/index.js +0 -81
- package/es/modules/workspaces/pages/ListView/index.js.map +0 -1
- package/es/modules/workspaces/pages/ListView/index.less +0 -92
- package/es/modules/workspaces/pages/Users/index.d.ts +0 -3
- package/es/modules/workspaces/pages/Users/index.js +0 -38
- package/es/modules/workspaces/pages/Users/index.js.map +0 -1
- package/es/modules/workspaces/pages/Users/index.less +0 -47
- package/es/modules/workspaces/pages/WorkSpacesRoutes.d.ts +0 -3
- package/es/modules/workspaces/pages/WorkSpacesRoutes.js +0 -12
- package/es/modules/workspaces/pages/WorkSpacesRoutes.js.map +0 -1
- package/es/modules/worktype/components/NewTypeForm/index.js.map +0 -1
- package/es/modules/worktype/components/NewTypeForm/index.less +0 -8
- package/es/modules/worktype/components/NewTypeForm/state.js.map +0 -1
- package/es/modules/worktype/components/RepeatTab/index.js.map +0 -1
- package/es/modules/worktype/components/WorkTypeCard/index.js.map +0 -1
- package/es/modules/worktype/components/WorkTypeCardList/index.js.map +0 -1
- package/es/modules/worktype/components/WorkTypeItem/index.js.map +0 -1
- package/es/modules/worktype/components/WorkTypeList/index.js.map +0 -1
- package/es/modules/worktype/components/WorkTypeProperties/index.js.map +0 -1
- package/es/modules/worktype/components/WorkTypeProperties/state.js.map +0 -1
- package/es/modules/worktype/components/WorkTypePropertiesTabs/index.js.map +0 -1
- package/es/modules/worktype/components/WorkTypePropertiesView/index.js.map +0 -1
- package/es/modules/worktype/components/WorkTypePropertiesView/state.js.map +0 -1
- package/es/modules/worktype/components/WorkTypeQA/index.js.map +0 -1
- package/es/modules/worktype/components/WorkTypeQA/state.js.map +0 -1
- package/es/modules/worktype/components/WorkTypeStats/index.js.map +0 -1
- package/es/modules/worktype/components/WorkTypeStats/state.js.map +0 -1
- package/es/modules/worktype/components/WorkTypeTabs/index.js.map +0 -1
- package/es/modules/worktype/components/WorkTypeTabs/index.less +0 -15
- package/es/modules/worktype/controls/WorkTypeMenu/index.js.map +0 -1
- package/es/modules/worktype/controls/WorktypeCompleteWorksChart/index.js.map +0 -1
- package/es/modules/worktype/controls/WorktypeCompleteWorksChart/state.js.map +0 -1
- package/es/modules/worktype/pages/WorkTypeDefaultView/index.js.map +0 -1
- package/es/pages/Project/ProjectDefaultView/index.js.map +0 -1
- package/es/pages/Project/data/ProjectStore.js.map +0 -1
- package/es/pages/Project/data/hook.js.map +0 -1
- package/es/pages/Project/data/index.js.map +0 -1
- package/es/pages/Project/data/interfaces.js.map +0 -1
- package/es/pages/Routes.js.map +0 -1
- package/es/pages/Space/components/Notes/ColorSelect/index.js.map +0 -1
- package/es/pages/Space/components/Notes/NewNoteDialog/index.js.map +0 -1
- package/es/pages/Space/components/Notes/TextNoteCard/index.js.map +0 -1
- package/es/pages/Space/components/Notes/TextNoteCard/state.js.map +0 -1
- package/es/pages/Space/components/Notes/index.js.map +0 -1
- package/es/pages/Space/components/Notifications/index.js.map +0 -1
- package/es/pages/Space/components/Projects/index.js.map +0 -1
- package/es/pages/Space/components/TaskMenu/index.js.map +0 -1
- package/es/pages/Space/components/TaskMenu/state.js.map +0 -1
- package/es/pages/Space/components/Tasks/index.js.map +0 -1
- package/es/pages/Space/components/WorkMenu/index.js.map +0 -1
- package/es/pages/Space/components/WorkMenu/state.js.map +0 -1
- package/es/pages/Space/components/Works/index.js.map +0 -1
- package/es/pages/Space/components/Workspaces/index.js.map +0 -1
- package/es/pages/Space/pages/MySpace/index.js.map +0 -1
- package/es/pages/Space/pages/MySpace/state.js.map +0 -1
- package/es/pages/Work/components/NewWorkDialog/index.d.ts +0 -11
- package/es/pages/Work/components/NewWorkDialog/index.js +0 -41
- package/es/pages/Work/components/NewWorkDialog/index.js.map +0 -1
- package/es/pages/Work/components/NewWorkDialog/index.less +0 -11
- package/es/pages/Work/components/WorkCheckList/index.d.ts +0 -5
- package/es/pages/Work/components/WorkCheckList/index.js +0 -38
- package/es/pages/Work/components/WorkCheckList/index.js.map +0 -1
- package/es/pages/Work/components/WorkSummaryCards/WorkActionsCard/index.d.ts +0 -6
- package/es/pages/Work/components/WorkSummaryCards/WorkActionsCard/index.js +0 -21
- package/es/pages/Work/components/WorkSummaryCards/WorkActionsCard/index.js.map +0 -1
- package/es/pages/Work/components/WorkSummaryCards/WorkBlockingsCard/index.d.ts +0 -5
- package/es/pages/Work/components/WorkSummaryCards/WorkBlockingsCard/index.js +0 -11
- package/es/pages/Work/components/WorkSummaryCards/WorkBlockingsCard/index.js.map +0 -1
- package/es/pages/Work/components/WorkSummaryCards/WorkDueCard/index.d.ts +0 -7
- package/es/pages/Work/components/WorkSummaryCards/WorkDueCard/index.js +0 -16
- package/es/pages/Work/components/WorkSummaryCards/WorkDueCard/index.js.map +0 -1
- package/es/pages/Work/components/WorkSummaryCards/index.d.ts +0 -5
- package/es/pages/Work/components/WorkSummaryCards/index.js +0 -69
- package/es/pages/Work/components/WorkSummaryCards/index.js.map +0 -1
- package/es/pages/Work/components/WorkSummaryCards/index.less +0 -35
- package/es/pages/Work/components/WorkSummaryCards/state.d.ts +0 -11
- package/es/pages/Work/components/WorkSummaryCards/state.js +0 -47
- package/es/pages/Work/components/WorkSummaryCards/state.js.map +0 -1
- package/es/pages/Work/components/WorkTrail/index.d.ts +0 -5
- package/es/pages/Work/components/WorkTrail/index.js +0 -14
- package/es/pages/Work/components/WorkTrail/index.js.map +0 -1
- package/es/pages/Work/components/WorkTrail/index.less +0 -20
- package/es/pages/Work/data/WorkStore.d.ts +0 -10
- package/es/pages/Work/data/WorkStore.js +0 -21
- package/es/pages/Work/data/WorkStore.js.map +0 -1
- package/es/pages/Work/data/hook.d.ts +0 -3
- package/es/pages/Work/data/hook.js +0 -10
- package/es/pages/Work/data/hook.js.map +0 -1
- package/es/pages/Work/data/index.d.ts +0 -3
- package/es/pages/Work/data/index.js +0 -4
- package/es/pages/Work/data/index.js.map +0 -1
- package/es/pages/Work/data/interfaces.d.ts +0 -14
- package/es/pages/Work/data/interfaces.js +0 -2
- package/es/pages/Work/data/interfaces.js.map +0 -1
- package/es/pages/Work/pages/WorkDefaultView/index.d.ts +0 -3
- package/es/pages/Work/pages/WorkDefaultView/index.js +0 -61
- package/es/pages/Work/pages/WorkDefaultView/index.js.map +0 -1
- package/es/pages/Work/pages/WorkDefaultView/index.less +0 -12
- package/es/pages/Work/pages/WorkDefaultView/state.d.ts +0 -5
- package/es/pages/Work/pages/WorkDefaultView/state.js +0 -18
- package/es/pages/Work/pages/WorkDefaultView/state.js.map +0 -1
- package/es/pages/WorkType/WorkTypeCheckList/index.d.ts +0 -4
- package/es/pages/WorkType/WorkTypeCheckList/index.js +0 -47
- package/es/pages/WorkType/WorkTypeCheckList/index.js.map +0 -1
- package/es/pages/WorkType/WorkTypeDefaultView/index.d.ts +0 -3
- package/es/pages/WorkType/WorkTypeDefaultView/index.js +0 -19
- package/es/pages/WorkType/WorkTypeDefaultView/index.js.map +0 -1
- package/es/pages/WorkType/WorkTypeDetail/index.d.ts +0 -6
- package/es/pages/WorkType/WorkTypeDetail/index.js +0 -84
- package/es/pages/WorkType/WorkTypeDetail/index.js.map +0 -1
- package/es/pages/WorkType/WorkTypeDetail/index.less +0 -35
- package/es/pages/WorkType/WorkTypeDetail/state.d.ts +0 -9
- package/es/pages/WorkType/WorkTypeDetail/state.js +0 -38
- package/es/pages/WorkType/WorkTypeDetail/state.js.map +0 -1
- package/es/pages/WorkType/WorkTypePropertiesView/index.d.ts +0 -5
- package/es/pages/WorkType/WorkTypePropertiesView/index.js +0 -32
- package/es/pages/WorkType/WorkTypePropertiesView/index.js.map +0 -1
- package/es/pages/WorkType/WorkTypePropertiesView/index.less +0 -31
- package/es/pages/WorkType/WorkTypeSelect/index.js.map +0 -1
- package/es/pages/WorkType/data/WorkTypeStore.d.ts +0 -21
- package/es/pages/WorkType/data/WorkTypeStore.js +0 -75
- package/es/pages/WorkType/data/WorkTypeStore.js.map +0 -1
- package/es/pages/WorkType/data/hook.d.ts +0 -9
- package/es/pages/WorkType/data/hook.js +0 -19
- package/es/pages/WorkType/data/hook.js.map +0 -1
- package/es/pages/WorkType/data/index.d.ts +0 -4
- package/es/pages/WorkType/data/index.js +0 -5
- package/es/pages/WorkType/data/index.js.map +0 -1
- package/es/pages/WorkType/data/interfaces.d.ts +0 -52
- package/es/pages/WorkType/data/interfaces.js +0 -2
- package/es/pages/WorkType/data/interfaces.js.map +0 -1
- package/es/pages/WorkType/data/types.d.ts +0 -42
- package/es/pages/WorkType/data/types.js +0 -2
- package/es/pages/WorkType/data/types.js.map +0 -1
- /package/es/{pages → modules}/Routes.d.ts +0 -0
- /package/es/{pages/Project → modules/project}/ProjectDefaultView/index.d.ts +0 -0
- /package/es/{pages/Project → modules/project}/ProjectDefaultView/index.js +0 -0
- /package/es/{pages/Project → modules/project}/ProjectDefaultView/index.less +0 -0
- /package/es/{pages/Project → modules/project}/data/ProjectStore.d.ts +0 -0
- /package/es/{pages/Project → modules/project}/data/ProjectStore.js +0 -0
- /package/es/{pages/Project → modules/project}/data/hook.d.ts +0 -0
- /package/es/{pages/Project → modules/project}/data/hook.js +0 -0
- /package/es/{pages/Project → modules/project}/data/index.d.ts +0 -0
- /package/es/{pages/Project → modules/project}/data/index.js +0 -0
- /package/es/{pages/Project → modules/project}/data/interfaces.d.ts +0 -0
- /package/es/{pages/Project → modules/project}/data/interfaces.js +0 -0
- /package/es/{pages/Space → modules/space}/components/Notes/ColorSelect/index.d.ts +0 -0
- /package/es/{pages/Space → modules/space}/components/Notes/ColorSelect/index.js +0 -0
- /package/es/{pages/Space → modules/space}/components/Notes/ColorSelect/index.less +0 -0
- /package/es/{pages/Space → modules/space}/components/Notes/NewNoteDialog/index.d.ts +0 -0
- /package/es/{pages/Space → modules/space}/components/Notes/NewNoteDialog/index.js +0 -0
- /package/es/{pages/Space → modules/space}/components/Notes/NewNoteDialog/index.less +0 -0
- /package/es/{pages/Space → modules/space}/components/Notes/TextNoteCard/index.d.ts +0 -0
- /package/es/{pages/Space → modules/space}/components/Notes/TextNoteCard/index.js +0 -0
- /package/es/{pages/Space → modules/space}/components/Notes/TextNoteCard/index.less +0 -0
- /package/es/{pages/Space → modules/space}/components/Notes/TextNoteCard/state.d.ts +0 -0
- /package/es/{pages/Space → modules/space}/components/Notes/TextNoteCard/state.js +0 -0
- /package/es/{pages/Space → modules/space}/components/Notes/index.d.ts +0 -0
- /package/es/{pages/Space → modules/space}/components/Notes/index.js +0 -0
- /package/es/{pages/Space → modules/space}/components/Notifications/index.d.ts +0 -0
- /package/es/{pages/Space → modules/space}/components/Notifications/index.js +0 -0
- /package/es/{pages/Space → modules/space}/components/Projects/index.d.ts +0 -0
- /package/es/{pages/Space → modules/space}/components/Projects/index.js +0 -0
- /package/es/{pages/Space → modules/space}/components/TaskMenu/index.d.ts +0 -0
- /package/es/{pages/Space → modules/space}/components/TaskMenu/index.js +0 -0
- /package/es/{pages/Space → modules/space}/components/TaskMenu/state.d.ts +0 -0
- /package/es/{pages/Space → modules/space}/components/TaskMenu/state.js +0 -0
- /package/es/{pages/Space → modules/space}/components/Tasks/index.d.ts +0 -0
- /package/es/{pages/Space → modules/space}/components/Tasks/index.js +0 -0
- /package/es/{pages/Space → modules/space}/components/Tasks/index.less +0 -0
- /package/es/{pages/Space → modules/space}/components/WorkMenu/index.d.ts +0 -0
- /package/es/{pages/Space → modules/space}/components/WorkMenu/state.d.ts +0 -0
- /package/es/{pages/Space → modules/space}/components/WorkMenu/state.js +0 -0
- /package/es/{pages/Space → modules/space}/components/Works/index.d.ts +0 -0
- /package/es/{pages/Space → modules/space}/components/Works/index.js +0 -0
- /package/es/{pages/Space → modules/space}/components/Works/index.less +0 -0
- /package/es/{pages/Space → modules/space}/components/Workspaces/index.d.ts +0 -0
- /package/es/{pages/Space → modules/space}/components/Workspaces/index.js +0 -0
- /package/es/{pages/Space → modules/space}/pages/MySpace/index.d.ts +0 -0
- /package/es/{pages/Space → modules/space}/pages/MySpace/index.less +0 -0
- /package/es/{pages/Space → modules/space}/pages/MySpace/state.d.ts +0 -0
- /package/es/{pages/Space → modules/space}/pages/MySpace/state.js +0 -0
- /package/es/modules/{worktype → work/work-type}/components/NewTypeForm/index.d.ts +0 -0
- /package/es/modules/{worktype → work/work-type}/components/NewTypeForm/state.d.ts +0 -0
- /package/es/modules/{worktype → work/work-type}/components/NewTypeForm/state.js +0 -0
- /package/es/modules/{worktype → work/work-type}/components/RepeatTab/index.d.ts +0 -0
- /package/es/modules/{worktype → work/work-type}/components/RepeatTab/index.js +0 -0
- /package/es/modules/{worktype → work/work-type}/components/RepeatTab/index.less +0 -0
- /package/es/modules/{worktype → work/work-type}/components/WorkTypeCard/index.d.ts +0 -0
- /package/es/modules/{worktype → work/work-type}/components/WorkTypeCard/index.less +0 -0
- /package/es/modules/{worktype → work/work-type}/components/WorkTypeCardList/index.less +0 -0
- /package/es/modules/{worktype → work/work-type}/components/WorkTypeItem/index.d.ts +0 -0
- /package/es/modules/{worktype → work/work-type}/components/WorkTypeItem/index.less +0 -0
- /package/es/modules/{worktype → work/work-type}/components/WorkTypeList/index.less +0 -0
- /package/es/modules/{worktype → work/work-type}/components/WorkTypeProperties/index.d.ts +0 -0
- /package/es/modules/{worktype → work/work-type}/components/WorkTypeProperties/state.js +0 -0
- /package/es/modules/{worktype → work/work-type}/components/WorkTypePropertiesTabs/index.d.ts +0 -0
- /package/es/modules/{worktype → work/work-type}/components/WorkTypePropertiesTabs/index.less +0 -0
- /package/es/modules/{worktype → work/work-type}/components/WorkTypePropertiesView/index.d.ts +0 -0
- /package/es/modules/{worktype → work/work-type}/components/WorkTypePropertiesView/index.less +0 -0
- /package/es/modules/{worktype → work/work-type}/components/WorkTypeQA/index.d.ts +0 -0
- /package/es/modules/{worktype → work/work-type}/components/WorkTypeQA/index.less +0 -0
- /package/es/modules/{worktype → work/work-type}/components/WorkTypeQA/state.js +0 -0
- /package/es/modules/{worktype → work/work-type}/components/WorkTypeStats/index.d.ts +0 -0
- /package/es/modules/{worktype → work/work-type}/components/WorkTypeStats/index.js +0 -0
- /package/es/modules/{worktype → work/work-type}/components/WorkTypeStats/index.less +0 -0
- /package/es/modules/{worktype → work/work-type}/components/WorkTypeStats/state.d.ts +0 -0
- /package/es/modules/{worktype → work/work-type}/components/WorkTypeStats/state.js +0 -0
- /package/es/modules/{worktype → work/work-type}/components/WorkTypeTabs/index.d.ts +0 -0
- /package/es/modules/{worktype → work/work-type}/controls/WorkTypeMenu/index.d.ts +0 -0
- /package/es/modules/{worktype → work/work-type}/controls/WorkTypeMenu/index.less +0 -0
- /package/es/modules/{worktype → work/work-type}/controls/WorktypeCompleteWorksChart/index.d.ts +0 -0
- /package/es/modules/{worktype → work/work-type}/controls/WorktypeCompleteWorksChart/index.less +0 -0
- /package/es/modules/{worktype → work/work-type}/controls/WorktypeCompleteWorksChart/state.d.ts +0 -0
- /package/es/modules/{worktype → work/work-type}/controls/WorktypeCompleteWorksChart/state.js +0 -0
- /package/es/modules/{worktype → work/work-type}/pages/WorkTypeDefaultView/index.d.ts +0 -0
- /package/es/modules/{worktype → work/work-type}/pages/WorkTypeDefaultView/index.less +0 -0
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"WorkTypeStore.js","sourceRoot":"","sources":["../../../../src/pages/WorkType/data/WorkTypeStore.ts"],"names":[],"mappings":"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"}
|
@@ -1,9 +0,0 @@
|
|
1
|
-
import { IWorkType, LoadWorkTypeOptions } from ".";
|
2
|
-
import { LoadDocumentListOptions } from "@voplus/morpho-document-core";
|
3
|
-
import { ListDataContextState } from "@voplus/morpho-ui/es/data";
|
4
|
-
/** React hook to retrieve a WorkType
|
5
|
-
* @param {string} id - id of the WorkType
|
6
|
-
* @param {LoadWorkTypeOptions} options - options
|
7
|
-
*/
|
8
|
-
export declare const useWorkType: (id: string, options?: LoadWorkTypeOptions | undefined) => IWorkType;
|
9
|
-
export declare const useWorkTypeListEffect: (list: ListDataContextState<IWorkType> | null, effect: (list: any[]) => void, options?: LoadDocumentListOptions | undefined) => void;
|
@@ -1,19 +0,0 @@
|
|
1
|
-
import { useWorkTypeStore } from ".";
|
2
|
-
import { useDocumentListLoaderEffect, } from "@voplus/morpho-document-core";
|
3
|
-
import { useLoadCountedMapItem } from "@voplus/morpho-data";
|
4
|
-
/** React hook to retrieve a WorkType
|
5
|
-
* @param {string} id - id of the WorkType
|
6
|
-
* @param {LoadWorkTypeOptions} options - options
|
7
|
-
*/
|
8
|
-
export const useWorkType = (id, options) => {
|
9
|
-
options = options ? options : {};
|
10
|
-
const store = useWorkTypeStore();
|
11
|
-
return useLoadCountedMapItem(id, store.items, () => store.load(id, options), options);
|
12
|
-
};
|
13
|
-
export const useWorkTypeListEffect = (list, effect, options) => {
|
14
|
-
const deps = options ? options : {};
|
15
|
-
const workType = useWorkTypeStore();
|
16
|
-
// Call useDocumentListEffect and ensure won't load twice for same loading options.
|
17
|
-
return useDocumentListLoaderEffect(list, effect, () => workType.loadList(options), [deps]);
|
18
|
-
};
|
19
|
-
//# sourceMappingURL=hook.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"hook.js","sourceRoot":"","sources":["../../../../src/pages/WorkType/data/hook.ts"],"names":[],"mappings":"AAAA,OAAO,EAAkC,gBAAgB,EAAE,MAAM,GAAG,CAAC;AACrE,OAAO,EAGN,2BAA2B,GAE3B,MAAM,8BAA8B,CAAC;AAGtC,OAAO,EAAE,qBAAqB,EAAE,MAAM,qBAAqB,CAAC;AAE5D;;;GAGG;AACH,MAAM,CAAC,MAAM,WAAW,GAAG,CAAC,EAAU,EAAE,OAA6B,EAAE,EAAE;IACxE,OAAO,GAAG,OAAO,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAE,EAA0B,CAAC;IAC1D,MAAM,KAAK,GAAG,gBAAgB,EAAE,CAAC;IAEjC,OAAO,qBAAqB,CAAC,EAAE,EAAE,KAAK,CAAC,KAAK,EAAE,GAAG,EAAE,CAAC,KAAK,CAAC,IAAI,CAAC,EAAE,EAAE,OAAQ,CAAC,EAAE,OAAO,CAAC,CAAC;AACxF,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,qBAAqB,GAAG,CACpC,IAA4C,EAC5C,MAA6B,EAC7B,OAAiC,EAChC,EAAE;IACH,MAAM,IAAI,GAAG,OAAO,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAE,EAA8B,CAAC;IACjE,MAAM,QAAQ,GAAG,gBAAgB,EAAE,CAAC;IAEpC,mFAAmF;IACnF,OAAO,2BAA2B,CAAC,IAAI,EAAE,MAAM,EAAE,GAAG,EAAE,CAAC,QAAQ,CAAC,QAAQ,CAAC,OAAO,CAAC,EAAE,CAAC,IAAI,CAAC,CAAC,CAAC;AAC5F,CAAC,CAAC"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/pages/WorkType/data/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC;AAChC,cAAc,QAAQ,CAAC;AACvB,cAAc,cAAc,CAAC;AAC7B,cAAc,SAAS,CAAC"}
|
@@ -1,52 +0,0 @@
|
|
1
|
-
import { ILoadable } from "@voplus/morpho-data";
|
2
|
-
export interface ICheckListItem {
|
3
|
-
key?: string;
|
4
|
-
/** checked of the CheckListItem. */
|
5
|
-
checked: boolean;
|
6
|
-
/** item name of the CheckListItem. */
|
7
|
-
item: string;
|
8
|
-
}
|
9
|
-
export interface IAuditAuditorInfo {
|
10
|
-
/** a value indicating whether audit is enabled */
|
11
|
-
audit?: boolean;
|
12
|
-
/** the rate in percentage audit shall be performed */
|
13
|
-
auditRate?: number;
|
14
|
-
/** list of default work member */
|
15
|
-
auditors?: {
|
16
|
-
name: string;
|
17
|
-
id: string;
|
18
|
-
}[];
|
19
|
-
}
|
20
|
-
export interface IWorkType extends ILoadable {
|
21
|
-
/** id of the workType */
|
22
|
-
id: string;
|
23
|
-
numberformat?: string;
|
24
|
-
/** name of the workType */
|
25
|
-
name?: string;
|
26
|
-
/** description of the workType */
|
27
|
-
description?: string;
|
28
|
-
defaultdue?: Date;
|
29
|
-
status?: string;
|
30
|
-
defaultfolder?: {
|
31
|
-
id: string;
|
32
|
-
name: string;
|
33
|
-
};
|
34
|
-
document?: {
|
35
|
-
id: string;
|
36
|
-
name: string;
|
37
|
-
};
|
38
|
-
requester?: {
|
39
|
-
name: string;
|
40
|
-
id: string;
|
41
|
-
}[];
|
42
|
-
reviewers?: {
|
43
|
-
name: string;
|
44
|
-
id: string;
|
45
|
-
}[];
|
46
|
-
accepters?: {
|
47
|
-
name: string;
|
48
|
-
id: string;
|
49
|
-
}[];
|
50
|
-
/** audit info of the workType */
|
51
|
-
audit?: IAuditAuditorInfo;
|
52
|
-
}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"interfaces.js","sourceRoot":"","sources":["../../../../src/pages/WorkType/data/interfaces.ts"],"names":[],"mappings":""}
|
@@ -1,42 +0,0 @@
|
|
1
|
-
import { IWorkType } from "./interfaces";
|
2
|
-
import { LoadOptions } from "@voplus/morpho-data";
|
3
|
-
import { StoreActionOptions } from "@voplus/morpho-data";
|
4
|
-
/** Custom load contact options type */
|
5
|
-
export declare type LoadWorkTypeOptions = {
|
6
|
-
/** Comma separated include options e.g. path */
|
7
|
-
includes?: string;
|
8
|
-
} & LoadOptions<IWorkType>;
|
9
|
-
export declare type WorkTypeCreateDataOptions = {
|
10
|
-
/** workspaceId of the new workType */
|
11
|
-
workspaceId: string;
|
12
|
-
/** name of the new workType */
|
13
|
-
Name: string;
|
14
|
-
};
|
15
|
-
export declare type WorkTypeCreateOptions = {
|
16
|
-
data: WorkTypeCreateDataOptions;
|
17
|
-
} & StoreActionOptions;
|
18
|
-
export interface WorkTypeEditDataOptions {
|
19
|
-
/** name of the edit workType. */
|
20
|
-
Name?: string;
|
21
|
-
/** gets the description of the work */
|
22
|
-
Description?: string;
|
23
|
-
/** gets the format of the work number */
|
24
|
-
NumberFormat?: string;
|
25
|
-
/** gets the default folder id of the work type */
|
26
|
-
DefaultFolderId?: string;
|
27
|
-
/** gets the document id of the work type */
|
28
|
-
DocumentId?: string;
|
29
|
-
/** gets the default due date in this number of days from work create date */
|
30
|
-
DefaultDue?: Date;
|
31
|
-
/** gets list of unit ids who can rquest this job */
|
32
|
-
RequesterIds?: string[];
|
33
|
-
/** gets a list of accepter ids */
|
34
|
-
AccepterIds?: string[];
|
35
|
-
/** gets a list of reviewer ids */
|
36
|
-
ReviewerIds?: string[];
|
37
|
-
/** gets list of auditor ids */
|
38
|
-
AuditorIds?: string[];
|
39
|
-
}
|
40
|
-
export declare type WorkTypeEditOptions = {
|
41
|
-
data: WorkTypeEditDataOptions;
|
42
|
-
} & StoreActionOptions;
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../../../src/pages/WorkType/data/types.ts"],"names":[],"mappings":""}
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
/package/es/modules/{worktype → work/work-type}/components/WorkTypePropertiesTabs/index.d.ts
RENAMED
File without changes
|
/package/es/modules/{worktype → work/work-type}/components/WorkTypePropertiesTabs/index.less
RENAMED
File without changes
|
/package/es/modules/{worktype → work/work-type}/components/WorkTypePropertiesView/index.d.ts
RENAMED
File without changes
|
/package/es/modules/{worktype → work/work-type}/components/WorkTypePropertiesView/index.less
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
/package/es/modules/{worktype → work/work-type}/controls/WorktypeCompleteWorksChart/index.d.ts
RENAMED
File without changes
|
/package/es/modules/{worktype → work/work-type}/controls/WorktypeCompleteWorksChart/index.less
RENAMED
File without changes
|
/package/es/modules/{worktype → work/work-type}/controls/WorktypeCompleteWorksChart/state.d.ts
RENAMED
File without changes
|
/package/es/modules/{worktype → work/work-type}/controls/WorktypeCompleteWorksChart/state.js
RENAMED
File without changes
|
File without changes
|
File without changes
|