@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 +1 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/modules/workspace/pages/WorkspacePage/index.tsx"],"names":[],"mappings":"AAAA,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,EACN,WAAW,EACX,
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/modules/workspace/pages/WorkspacePage/index.tsx"],"names":[],"mappings":"AAAA,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,EACN,WAAW,EACX,eAAe,EACf,aAAa,EACb,SAAS,EACT,MAAM,EACN,cAAc,GACd,MAAM,kCAAkC,CAAC;AAC1C,OAAO,EAAE,OAAO,EAAE,iBAAiB,EAAE,MAAM,mBAAmB,CAAC;AAC/D,OAAO,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAE5D,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,aAAa,MAAM,8BAA8B,CAAC;AACzD,OAAO,UAAU,MAAM,YAAY,CAAC;AACpC,OAAO,EAAE,SAAS,EAAE,MAAM,oCAAoC,CAAC;AAC/D,OAAO,EAAE,WAAW,EAAE,MAAM,MAAM,CAAC;AACnC,OAAO,MAAM,MAAM,cAAc,CAAC;AAClC,OAAO,EAAE,sBAAsB,EAAE,MAAM,2BAA2B,CAAC;AACnE,OAAO,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAC1D,OAAO,EAAE,qBAAqB,EAAE,MAAM,2BAA2B,CAAC;AAClE,OAAO,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAE1D,MAAM,aAAa,GAAG,GAAG,EAAE;IAC1B,MAAM,KAAK,GAAG,aAAa,EAAkB,CAAC;IAC9C,MAAM,EAAE,GAAG,KAAK,CAAC,MAAM,CAAC,EAAE,CAAC;IAC3B,MAAM,SAAS,GAAG,YAAY,CAAC,EAAE,CAAC,CAAC;IACnC,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,EAAE,EAAE,MAAM,EAAE,KAAK,CAAC,GAAG,CAAC,EAAE,EAAE,CAAC,CAAC;IAElE,SAAS,CAAC,GAAG,EAAE;QACd,WAAW,CAAC,GAAG,EAAE,CAAC,CAAC,GAAG,CAAC,KAAK,GAAG,YAAY,CAAC,CAAC,CAAC;IAC/C,CAAC,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;IAEpB,qBAAqB,CACpB,IAAI,EACJ,CAAC,MAAM,EAAE,EAAE,CACV,WAAW,CAAC,GAAG,EAAE;QAChB,KAAK,CAAC,YAAY,GAAG,MAAM,CAAC;QAC5B,OAAO,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,GAAG,CAAC,CAAC,IAAI,EAAE,KAAK,EAAE,EAAE;YAClC,KAAK,CAAC,YAAY,EAAE,CAAC;QACtB,CAAC,CAAC,CAAC;IACJ,CAAC,CAAC,EACH;QACC,OAAO,EAAE;YACR,8EAA8E;YAC9E,EAAE,CAAC,EAAE,cAAc,EAAE,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,EAAE,EAAE;SAC/C;KACD,CACD,CAAC;IAEF,MAAM,IAAI,GAAG,sBAAsB,CAClC;QACC,cAAc,EAAE;YACf,OAAO,EAAE,KAAK,CAAC,OAAO;SACtB;KACD,EACD,CAAC,KAAK,CAAC,UAAU,CAAC,CAClB,CAAC;IAEF,iBAAiB,CAAC,IAAI,EAAE,KAAK,CAAC,MAAM,EAAE;QACrC,KAAK,EAAE,IAAI;QACX,IAAI,EAAE,KAAK;QACX,GAAG,IAAI,CAAC,OAAO,CAAC,OAAO;KACvB,CAAC,CAAC;IAEH,uEAAuE;IACvE,iBAAiB,CAAC,GAAG,EAAE,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,OAAO,EAAE,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC;IAElE,iBAAiB,CAChB,IAAI,EACJ,CAAC,MAAM,EAAE,KAAK,EAAE,EAAE;QACjB,WAAW,CAAC,GAAG,EAAE,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,GAAG,GAAG,KAAK,IAAI,CAAC,CAAC,CAAC,CAAC;IAC9D,CAAC,EACD,KAAK,CAAC,WAAW,CACjB,CAAC;IACF,iBAAiB,CAChB,IAAI,EACJ,CAAC,MAAM,EAAE,KAAK,EAAE,EAAE;QACjB,WAAW,CAAC,GAAG,EAAE,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,MAAM,GAAG,KAAK,IAAI,CAAC,CAAC,CAAC,CAAC;IACjE,CAAC,EACD,KAAK,CAAC,cAAc,CACpB,CAAC;IACF,iBAAiB,CAChB,IAAI,EACJ,CAAC,MAAM,EAAE,KAAK,EAAE,EAAE;QACjB,WAAW,CAAC,GAAG,EAAE,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,IAAI,GAAG,KAAK,IAAI,CAAC,CAAC,CAAC,CAAC;IAC/D,CAAC,EACD,KAAK,CAAC,YAAY,CAClB,CAAC;IACF,iBAAiB,CAChB,IAAI,EACJ,CAAC,MAAM,EAAE,KAAK,EAAE,EAAE;QACjB,WAAW,CAAC,GAAG,EAAE,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,QAAQ,GAAG,KAAK,IAAI,CAAC,CAAC,CAAC,CAAC;IACnE,CAAC,EACD,KAAK,CAAC,gBAAgB,CACtB,CAAC;IACF,iBAAiB,CAChB,IAAI,EACJ,CAAC,MAAM,EAAE,KAAK,EAAE,EAAE;QACjB,WAAW,CAAC,GAAG,EAAE,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,MAAM,GAAG,KAAK,IAAI,CAAC,CAAC,CAAC,CAAC;IACjE,CAAC,EACD,KAAK,CAAC,cAAc,CACpB,CAAC;IAEF,iBAAiB,CAChB,IAAI,EACJ,CAAC,MAAM,EAAE,KAAK,EAAE,EAAE;QACjB,WAAW,CAAC,GAAG,EAAE,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,KAAK,GAAG,KAAK,IAAI,CAAC,CAAC,CAAC,CAAC;IAC1D,CAAC,EACD,KAAK,CAAC,MAAM,CACZ,CAAC;IAEF,iBAAiB,CAChB,IAAI,EACJ,CAAC,MAAM,EAAE,KAAK,EAAE,EAAE;QACjB,WAAW,CAAC,GAAG,EAAE,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,IAAI,GAAG,KAAK,IAAI,CAAC,CAAC,CAAC,CAAC;IACzD,CAAC,EACD,KAAK,CAAC,KAAK,CACX,CAAC;IAEF,iBAAiB,CAChB,IAAI,EACJ,CAAC,MAAM,EAAE,KAAK,EAAE,EAAE;QACjB,WAAW,CAAC,GAAG,EAAE,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,KAAK,GAAG,KAAK,IAAI,CAAC,CAAC,CAAC,CAAC;IAC1D,CAAC,EACD,KAAK,CAAC,MAAM,CACZ,CAAC;IAEF,iBAAiB,CAChB,IAAI,EACJ,CAAC,MAAM,EAAE,KAAK,EAAE,EAAE;QACjB,WAAW,CAAC,GAAG,EAAE,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,GAAG,GAAG,KAAK,IAAI,CAAC,CAAC,CAAC,CAAC;IACxD,CAAC,EACD,KAAK,CAAC,IAAI,CACV,CAAC;IAEF,OAAO,OAAO,CAAC,GAAG,EAAE;;QAAC,OAAA,CACpB,oBAAC,WAAW,IAAC,SAAS,EAAE,UAAU,CAAC,eAAe,EAAE,MAAM,CAAC,iBAAiB,CAAC,CAAC;YAC7E,oBAAC,WAAW,CAAC,GAAG,IAAC,WAAW;gBAC3B,4BAAI,SAAS,EAAC,iBAAiB;oBAC9B,6BAAK,SAAS,EAAC,gBAAgB;wBAC9B,oBAAC,MAAM,IAAC,IAAI,EAAE,SAAS,GAAI;;wBAAE,SAAS,CAAC,IAAI,IAAI,WAAW,CACrD;oBACN,oBAAC,aAAa,IAAC,EAAE,EAAE,EAAE,GAAI,CACrB;gBACL,oBAAC,UAAU,IAAC,QAAQ;oBACnB,oBAAC,IAAI,IACJ,OAAO,EAAE,CAAC,GAAa,EAAE,EAAE,CAAC,KAAK,CAAC,QAAQ,CAAC,GAAG,CAAC,GAAG,CAAC,EACnD,mBAAmB,EAAE,CAAC,OAAO,CAAC,EAC9B,YAAY,EAAE,KAAK,CAAC,OAAO,EAC3B,IAAI,EAAC,QAAQ,EACb,SAAS,EAAC,kBAAkB;wBAE5B,oBAAC,IAAI,CAAC,IAAI,IAAC,GAAG,EAAC,OAAO,EAAC,IAAI,EAAE,oBAAC,MAAM,IAAC,IAAI,EAAE,MAAM,GAAI,WAEzC;wBACZ,oBAAC,IAAI,CAAC,IAAI,IAAC,GAAG,EAAC,WAAW,EAAC,IAAI,EAAE,oBAAC,MAAM,IAAC,IAAI,EAAE,SAAS,GAAI,gBAEhD;wBACZ,oBAAC,IAAI,CAAC,IAAI,IAAC,GAAG,EAAC,UAAU,EAAC,IAAI,EAAE,oBAAC,MAAM,IAAC,IAAI,EAAE,aAAa,GAAI,eAEnD;wBACZ,oBAAC,OAAO,IACP,GAAG,EAAC,YAAY,EAChB,IAAI,EAAE,oBAAC,MAAM,IAAC,IAAI,EAAE,eAAe,GAAI,EACvC,KAAK,EAAC,eAAe;4BAErB,oBAAC,IAAI,CAAC,IAAI,IAAC,GAAG,EAAC,iBAAiB;;gCAE/B,oBAAC,KAAK,IAAC,KAAK,EAAE,KAAK,CAAC,gBAAgB,CAAC,GAAG,EAAE,SAAS,EAAC,kBAAkB,GAAG,CAC9D;4BACZ,oBAAC,IAAI,CAAC,IAAI,IAAC,GAAG,EAAC,sBAAsB;;gCAEpC,oBAAC,KAAK,IAAC,KAAK,EAAE,KAAK,CAAC,gBAAgB,CAAC,QAAQ,EAAE,SAAS,EAAC,kBAAkB,GAAG,CACnE;4BACZ,oBAAC,IAAI,CAAC,IAAI,IAAC,GAAG,EAAC,oBAAoB;;gCAElC,oBAAC,KAAK,IAAC,KAAK,EAAE,KAAK,CAAC,gBAAgB,CAAC,MAAM,EAAE,SAAS,EAAC,kBAAkB,GAAG,CACjE;4BACZ,oBAAC,IAAI,CAAC,IAAI,IAAC,GAAG,EAAC,oBAAoB;;gCAElC,oBAAC,KAAK,IAAC,KAAK,EAAE,KAAK,CAAC,gBAAgB,CAAC,MAAM,EAAE,SAAS,EAAC,kBAAkB,GAAG,CACjE;4BACZ,oBAAC,IAAI,CAAC,IAAI,IAAC,GAAG,EAAC,kBAAkB;;gCAEhC,oBAAC,KAAK,IAAC,KAAK,EAAE,KAAK,CAAC,gBAAgB,CAAC,IAAI,EAAE,SAAS,EAAC,kBAAkB,GAAG,CAC/D,CACH;wBACV,oBAAC,OAAO,IAAC,GAAG,EAAC,UAAU,EAAC,IAAI,EAAE,oBAAC,MAAM,IAAC,IAAI,EAAE,WAAW,GAAI,EAAE,KAAK,EAAC,cAAc,IAC/E,MAAA,KAAK,CAAC,YAAY,0CAAE,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,CAClC,oBAAC,IAAI,CAAC,IAAI,IAAC,GAAG,EAAE,aAAa,IAAI,CAAC,EAAE,EAAE;4BACpC,IAAI,CAAC,IAAI;4BACV,oBAAC,KAAK,IAAC,KAAK,EAAE,KAAK,CAAC,eAAe,CAAC,IAAI,CAAC,EAAE,CAAC,EAAE,SAAS,EAAC,kBAAkB,GAAG,CAClE,CACZ,CAAC,CACO;wBACV,oBAAC,OAAO,IAAC,GAAG,EAAC,SAAS,EAAC,IAAI,EAAE,oBAAC,MAAM,IAAC,IAAI,EAAE,cAAc,GAAI,EAAE,KAAK,EAAC,YAAY;4BAChF,oBAAC,IAAI,CAAC,IAAI,IAAC,GAAG,EAAC,gBAAgB;;gCAE9B,oBAAC,KAAK,IAAC,KAAK,EAAE,KAAK,CAAC,UAAU,CAAC,KAAK,EAAE,SAAS,EAAC,kBAAkB,GAAG,CAC1D;4BACZ,oBAAC,IAAI,CAAC,IAAI,IAAC,GAAG,EAAC,eAAe;;gCAE7B,oBAAC,KAAK,IAAC,KAAK,EAAE,KAAK,CAAC,UAAU,CAAC,IAAI,EAAE,SAAS,EAAC,kBAAkB,GAAG,CACzD;4BACZ,oBAAC,IAAI,CAAC,IAAI,IAAC,GAAG,EAAC,gBAAgB;;gCAE9B,oBAAC,KAAK,IAAC,KAAK,EAAE,KAAK,CAAC,UAAU,CAAC,KAAK,EAAE,SAAS,EAAC,kBAAkB,GAAG,CAC1D;4BACZ,oBAAC,IAAI,CAAC,IAAI,IAAC,GAAG,EAAC,cAAc;;gCAE5B,oBAAC,KAAK,IAAC,KAAK,EAAE,KAAK,CAAC,UAAU,CAAC,GAAG,EAAE,SAAS,EAAC,kBAAkB,GAAG,CACxD,CACH,CACJ,CACK,CACI;YAElB,oBAAC,MAAM;gBACN,oBAAC,KAAK,IAAC,IAAI,EAAE,GAAG,KAAK,CAAC,IAAI,OAAO;oBAEhC,oBAAC,oBAAoB,IAAC,EAAE,EAAE,EAAE,GAAI,CACzB;gBACR,oBAAC,KAAK,IAAC,IAAI,EAAE,GAAG,KAAK,CAAC,IAAI,WAAW;oBAEpC,oBAAC,YAAY,IACZ,IAAI,EAAE,EAAE,EACR,KAAK,EAAE,GAAG,KAAK,CAAC,GAAG,WAAW,EAC9B,OAAO,EAAE,CAAC,SAAS,EAAE,gBAAgB,CAAC,GACrC,CACK;gBACR,oBAAC,KAAK,IAAC,IAAI,EAAE,GAAG,KAAK,CAAC,IAAI,UAAU;oBACnC,oBAAC,YAAY,IAAC,IAAI,EAAE,EAAE,EAAE,KAAK,EAAE,GAAG,KAAK,CAAC,GAAG,UAAU,EAAE,eAAe,EAAC,gBAAgB,GAAG,CACnF;gBACR,oBAAC,KAAK,IAAC,IAAI,EAAE,GAAG,KAAK,CAAC,IAAI,8BAA8B;oBAEvD,oBAAC,KAAK,IAAC,KAAK,EAAE,KAAK,GAAI,CAChB;gBACR,oBAAC,KAAK,IAAC,IAAI,EAAE,GAAG,KAAK,CAAC,IAAI,6BAA6B;oBAEtD,oBAAC,KAAK,IAAC,KAAK,EAAE,KAAK,GAAI,CAChB;gBACR,oBAAC,KAAK,IAAC,IAAI,EAAE,GAAG,KAAK,CAAC,IAAI,4BAA4B;oBACrD,oBAAC,KAAK,IAAC,KAAK,EAAE,KAAK,GAAI,CAChB;gBACR,oBAAC,QAAQ,IAAC,EAAE,EAAE,GAAG,KAAK,CAAC,IAAI,OAAO,GAAI,CAC9B,CACI,CACd,CAAA;KAAA,CAAC,CAAC;AACJ,CAAC,CAAC;AAEF,eAAe,aAAa,CAAC"}
|
package/es/routes.js
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
import BoardRoutes from "./modules/board/BoardRouets";
|
2
2
|
import CalendarRoutes from "./modules/calendar/CalendarRoutes";
|
3
3
|
import MeetingRoutes from "./modules/meeting/MeetingRoutes";
|
4
|
-
import PageRoutes from "./
|
4
|
+
import PageRoutes from "./modules/Routes";
|
5
5
|
import TaskRoutes from "./modules/tasks/TasksRoutes";
|
6
6
|
const Routes = {
|
7
7
|
addRoutes: () => {
|
package/es/routes.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"routes.js","sourceRoot":"","sources":["../src/routes.tsx"],"names":[],"mappings":"AAAA,OAAO,WAAW,MAAM,6BAA6B,CAAC;AACtD,OAAO,cAAc,MAAM,mCAAmC,CAAC;AAC/D,OAAO,aAAa,MAAM,iCAAiC,CAAC;AAC5D,OAAO,UAAU,MAAM,
|
1
|
+
{"version":3,"file":"routes.js","sourceRoot":"","sources":["../src/routes.tsx"],"names":[],"mappings":"AAAA,OAAO,WAAW,MAAM,6BAA6B,CAAC;AACtD,OAAO,cAAc,MAAM,mCAAmC,CAAC;AAC/D,OAAO,aAAa,MAAM,iCAAiC,CAAC;AAC5D,OAAO,UAAU,MAAM,kBAAkB,CAAC;AAC1C,OAAO,UAAU,MAAM,6BAA6B,CAAC;AAErD,MAAM,MAAM,GAAG;IACd,SAAS,EAAE,GAAG,EAAE;QACf,UAAU,CAAC,SAAS,EAAE,CAAC;QACvB,aAAa,CAAC,SAAS,EAAE,CAAC;QAC1B,WAAW,CAAC,SAAS,EAAE,CAAC;QACxB,cAAc,CAAC,SAAS,EAAE,CAAC;QAC3B,UAAU,CAAC,SAAS,EAAE,CAAC;IACxB,CAAC;CACD,CAAC;AAEF,eAAe,MAAM,CAAC"}
|
package/package.json
CHANGED
@@ -1,20 +0,0 @@
|
|
1
|
-
import React from "react";
|
2
|
-
import { Select } from "@voplus/antd";
|
3
|
-
import { observe } from "@voplus/morpho-ui";
|
4
|
-
export default (props) => {
|
5
|
-
const status = [
|
6
|
-
{ id: 1, label: "Not Assigned" },
|
7
|
-
{ id: 2, label: "Not Started" },
|
8
|
-
{ id: 3, label: "In Progress" },
|
9
|
-
{ id: 4, label: "Done" },
|
10
|
-
];
|
11
|
-
const { Option } = Select;
|
12
|
-
function handleChange(value) {
|
13
|
-
console.log(`selected ${value}`);
|
14
|
-
}
|
15
|
-
return observe(() => (React.createElement("div", null,
|
16
|
-
React.createElement(Select, { defaultValue: "lucy", style: { width: 120 }, onChange: handleChange }, status.map((item) => {
|
17
|
-
return (React.createElement(Option, { value: item.label, key: item.id }, item.label));
|
18
|
-
})))));
|
19
|
-
};
|
20
|
-
//# sourceMappingURL=index.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/modules/workspaces/components/Access/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,MAAM,EAAE,MAAM,cAAc,CAAC;AACtC,OAAO,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AAE5C,eAAe,CAAC,KAA8C,EAAE,EAAE;IACjE,MAAM,MAAM,GAAG;QACd,EAAE,EAAE,EAAE,CAAC,EAAE,KAAK,EAAE,cAAc,EAAE;QAChC,EAAE,EAAE,EAAE,CAAC,EAAE,KAAK,EAAE,aAAa,EAAE;QAC/B,EAAE,EAAE,EAAE,CAAC,EAAE,KAAK,EAAE,aAAa,EAAE;QAC/B,EAAE,EAAE,EAAE,CAAC,EAAE,KAAK,EAAE,MAAM,EAAE;KACxB,CAAC;IACF,MAAM,EAAE,MAAM,EAAE,GAAG,MAAM,CAAC;IAE1B,SAAS,YAAY,CAAC,KAAU;QAC/B,OAAO,CAAC,GAAG,CAAC,YAAY,KAAK,EAAE,CAAC,CAAC;IAClC,CAAC;IACD,OAAO,OAAO,CAAC,GAAG,EAAE,CAAC,CACpB;QACC,oBAAC,MAAM,IAAC,YAAY,EAAC,MAAM,EAAC,KAAK,EAAE,EAAE,KAAK,EAAE,GAAG,EAAE,EAAE,QAAQ,EAAE,YAAY,IACvE,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;YACpB,OAAO,CACN,oBAAC,MAAM,IAAC,KAAK,EAAE,IAAI,CAAC,KAAK,EAAE,GAAG,EAAE,IAAI,CAAC,EAAE,IACrC,IAAI,CAAC,KAAK,CACH,CACT,CAAC;QACH,CAAC,CAAC,CACM,CACJ,CACN,CAAC,CAAC;AACJ,CAAC,CAAC"}
|
@@ -1,20 +0,0 @@
|
|
1
|
-
import React from "react";
|
2
|
-
import { Select } from "@voplus/antd";
|
3
|
-
import { observe } from "@voplus/morpho-ui";
|
4
|
-
export default (props) => {
|
5
|
-
const status = [
|
6
|
-
{ id: 1, label: "Not Assigned" },
|
7
|
-
{ id: 2, label: "Not Started" },
|
8
|
-
{ id: 3, label: "In Progress" },
|
9
|
-
{ id: 4, label: "Done" },
|
10
|
-
];
|
11
|
-
const { Option } = Select;
|
12
|
-
function handleChange(value) {
|
13
|
-
console.log(`selected ${value}`);
|
14
|
-
}
|
15
|
-
return observe(() => (React.createElement("div", null,
|
16
|
-
React.createElement(Select, { defaultValue: "lucy", style: { width: 120 }, onChange: handleChange }, status.map((item) => {
|
17
|
-
return (React.createElement(Option, { value: item.label, key: item.id }, item.label));
|
18
|
-
})))));
|
19
|
-
};
|
20
|
-
//# sourceMappingURL=index.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/modules/workspaces/components/Account/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,MAAM,EAAE,MAAM,cAAc,CAAC;AACtC,OAAO,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AAE5C,eAAe,CAAC,KAA8C,EAAE,EAAE;IACjE,MAAM,MAAM,GAAG;QACd,EAAE,EAAE,EAAE,CAAC,EAAE,KAAK,EAAE,cAAc,EAAE;QAChC,EAAE,EAAE,EAAE,CAAC,EAAE,KAAK,EAAE,aAAa,EAAE;QAC/B,EAAE,EAAE,EAAE,CAAC,EAAE,KAAK,EAAE,aAAa,EAAE;QAC/B,EAAE,EAAE,EAAE,CAAC,EAAE,KAAK,EAAE,MAAM,EAAE;KACxB,CAAC;IACF,MAAM,EAAE,MAAM,EAAE,GAAG,MAAM,CAAC;IAE1B,SAAS,YAAY,CAAC,KAAU;QAC/B,OAAO,CAAC,GAAG,CAAC,YAAY,KAAK,EAAE,CAAC,CAAC;IAClC,CAAC;IACD,OAAO,OAAO,CAAC,GAAG,EAAE,CAAC,CACpB;QACC,oBAAC,MAAM,IAAC,YAAY,EAAC,MAAM,EAAC,KAAK,EAAE,EAAE,KAAK,EAAE,GAAG,EAAE,EAAE,QAAQ,EAAE,YAAY,IACvE,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;YACpB,OAAO,CACN,oBAAC,MAAM,IAAC,KAAK,EAAE,IAAI,CAAC,KAAK,EAAE,GAAG,EAAE,IAAI,CAAC,EAAE,IACrC,IAAI,CAAC,KAAK,CACH,CACT,CAAC;QACH,CAAC,CAAC,CACM,CACJ,CACN,CAAC,CAAC;AACJ,CAAC,CAAC"}
|
@@ -1,37 +0,0 @@
|
|
1
|
-
import { Button, Form, Input } from "@voplus/antd";
|
2
|
-
import React from "react";
|
3
|
-
import Access from "../Access";
|
4
|
-
import Account from "../Account";
|
5
|
-
import Status from "../Status";
|
6
|
-
import { observe } from "@voplus/morpho-ui";
|
7
|
-
import style from "./index.less";
|
8
|
-
export default ({ form }) => {
|
9
|
-
const formItemLayout = {
|
10
|
-
labelCol: {
|
11
|
-
xs: { span: 24 },
|
12
|
-
sm: { span: 5 },
|
13
|
-
},
|
14
|
-
wrapperCol: {
|
15
|
-
xs: { span: 24 },
|
16
|
-
sm: { span: 14 },
|
17
|
-
},
|
18
|
-
};
|
19
|
-
const handleSubmit = (values) => {
|
20
|
-
console.log(values, "---values");
|
21
|
-
};
|
22
|
-
return observe(() => (React.createElement("div", { className: style.all },
|
23
|
-
React.createElement(Form, { ...formItemLayout, onFinish: handleSubmit },
|
24
|
-
React.createElement(Form.Item, { label: React.createElement("span", null, "Name\u00A0"), style: { paddingTop: 30 } },
|
25
|
-
React.createElement(Input, null)),
|
26
|
-
React.createElement(Form.Item, { label: React.createElement("span", null, "Email\u00A0") },
|
27
|
-
React.createElement(Input, null)),
|
28
|
-
React.createElement(Form.Item, { label: React.createElement("span", null, "Account Type\u00A0") },
|
29
|
-
React.createElement(Account, null)),
|
30
|
-
React.createElement(Form.Item, { label: React.createElement("span", null, "Access\u00A0") },
|
31
|
-
React.createElement(Access, null)),
|
32
|
-
React.createElement(Form.Item, { label: React.createElement("span", null, "Status\u00A0") },
|
33
|
-
React.createElement(Status, null)),
|
34
|
-
React.createElement("div", { style: { textAlign: "center", paddingBottom: 30 } },
|
35
|
-
React.createElement(Button, { type: "primary", htmlType: "submit" }, "Invite User"))))));
|
36
|
-
};
|
37
|
-
//# sourceMappingURL=index.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/modules/workspaces/components/AddUsers/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,IAAI,EAAE,KAAK,EAAW,MAAM,cAAc,CAAC;AAC5D,OAAO,KAAmB,MAAM,OAAO,CAAC;AAExC,OAAO,MAAM,MAAM,WAAW,CAAC;AAC/B,OAAO,OAAO,MAAM,YAAY,CAAC;AACjC,OAAO,MAAM,MAAM,WAAW,CAAC;AAC/B,OAAO,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AAC5C,OAAO,KAAK,MAAM,cAAc,CAAC;AAEjC,eAAe,CAAC,EAAE,IAAI,EAAO,EAAE,EAAE;IAChC,MAAM,cAAc,GAAG;QACtB,QAAQ,EAAE;YACT,EAAE,EAAE,EAAE,IAAI,EAAE,EAAE,EAAE;YAChB,EAAE,EAAE,EAAE,IAAI,EAAE,CAAC,EAAE;SACf;QACD,UAAU,EAAE;YACX,EAAE,EAAE,EAAE,IAAI,EAAE,EAAE,EAAE;YAChB,EAAE,EAAE,EAAE,IAAI,EAAE,EAAE,EAAE;SAChB;KACD,CAAC;IAEF,MAAM,YAAY,GAAG,CAAC,MAAW,EAAE,EAAE;QACpC,OAAO,CAAC,GAAG,CAAC,MAAM,EAAE,WAAW,CAAC,CAAC;IAClC,CAAC,CAAC;IAEF,OAAO,OAAO,CAAC,GAAG,EAAE,CAAC,CACpB,6BAAK,SAAS,EAAE,KAAK,CAAC,GAAG;QACxB,oBAAC,IAAI,OAAK,cAAc,EAAE,QAAQ,EAAE,YAAY;YAC/C,oBAAC,IAAI,CAAC,IAAI,IAAC,KAAK,EAAE,+CAAuB,EAAE,KAAK,EAAE,EAAE,UAAU,EAAE,EAAE,EAAE;gBACnE,oBAAC,KAAK,OAAG,CACE;YACZ,oBAAC,IAAI,CAAC,IAAI,IAAC,KAAK,EAAE,gDAAwB;gBACzC,oBAAC,KAAK,OAAG,CACE;YACZ,oBAAC,IAAI,CAAC,IAAI,IAAC,KAAK,EAAE,uDAA+B;gBAChD,oBAAC,OAAO,OAAG,CACA;YACZ,oBAAC,IAAI,CAAC,IAAI,IAAC,KAAK,EAAE,iDAAyB;gBAC1C,oBAAC,MAAM,OAAG,CACC;YACZ,oBAAC,IAAI,CAAC,IAAI,IAAC,KAAK,EAAE,iDAAyB;gBAC1C,oBAAC,MAAM,OAAG,CACC;YACZ,6BAAK,KAAK,EAAE,EAAE,SAAS,EAAE,QAAQ,EAAE,aAAa,EAAE,EAAE,EAAE;gBACrD,oBAAC,MAAM,IAAC,IAAI,EAAC,SAAS,EAAC,QAAQ,EAAC,QAAQ,kBAE/B,CACJ,CACA,CACF,CACN,CAAC,CAAC;AACJ,CAAC,CAAC"}
|
@@ -1,23 +0,0 @@
|
|
1
|
-
import React from "react";
|
2
|
-
import { faList, faThLarge } from "@fortawesome/pro-light-svg-icons";
|
3
|
-
import { Button } from "@voplus/antd";
|
4
|
-
import { FontAwesomeIcon as FAIcon } from "@fortawesome/react-fontawesome";
|
5
|
-
import FilterView from "@voplus/morpho-ui/es/controls/FilterView";
|
6
|
-
import { observe } from "@voplus/morpho-ui";
|
7
|
-
import style from "./index.less";
|
8
|
-
export default (props) => {
|
9
|
-
const { show } = props;
|
10
|
-
return observe(() => (React.createElement("div", { className: style.all },
|
11
|
-
React.createElement("div", { className: "heard-left" },
|
12
|
-
React.createElement("h1", null, "All Spaces"),
|
13
|
-
React.createElement(Button, { type: "primary", className: "button" }, "+ Add")),
|
14
|
-
React.createElement("div", { className: "heard-right" },
|
15
|
-
React.createElement("span", null,
|
16
|
-
React.createElement(FAIcon, { icon: faList })),
|
17
|
-
React.createElement("span", null,
|
18
|
-
React.createElement(FAIcon, { icon: faThLarge })),
|
19
|
-
show && React.createElement("span", null),
|
20
|
-
show && (React.createElement("span", null,
|
21
|
-
React.createElement(FilterView, null)))))));
|
22
|
-
};
|
23
|
-
//# sourceMappingURL=index.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/modules/workspaces/components/ListHeard/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AACxC,OAAO,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,kCAAkC,CAAC;AAErE,OAAO,EAAE,MAAM,EAAE,MAAM,cAAc,CAAC;AACtC,OAAO,EAAE,eAAe,IAAI,MAAM,EAAE,MAAM,gCAAgC,CAAC;AAC3E,OAAO,UAAU,MAAM,0CAA0C,CAAC;AAClE,OAAO,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AAC5C,OAAO,KAAK,MAAM,cAAc,CAAC;AAEjC,eAAe,CAAC,KAAyB,EAAE,EAAE;IAC5C,MAAM,EAAE,IAAI,EAAE,GAAG,KAAK,CAAC;IACvB,OAAO,OAAO,CAAC,GAAG,EAAE,CAAC,CACpB,6BAAK,SAAS,EAAE,KAAK,CAAC,GAAG;QACxB,6BAAK,SAAS,EAAC,YAAY;YAC1B,6CAAmB;YACnB,oBAAC,MAAM,IAAC,IAAI,EAAC,SAAS,EAAC,SAAS,EAAC,QAAQ,YAEhC,CACJ;QACN,6BAAK,SAAS,EAAC,aAAa;YAC3B;gBACC,oBAAC,MAAM,IAAC,IAAI,EAAE,MAAM,GAAI,CAClB;YACP;gBACC,oBAAC,MAAM,IAAC,IAAI,EAAE,SAAS,GAAI,CACrB;YACN,IAAI,IAAI,iCAAa;YACrB,IAAI,IAAI,CACR;gBACC,oBAAC,UAAU,OAAG,CACR,CACP,CACI,CACD,CACN,CAAC,CAAC;AACJ,CAAC,CAAC"}
|
@@ -1,33 +0,0 @@
|
|
1
|
-
.all {
|
2
|
-
width: 100%;
|
3
|
-
height: 80px;
|
4
|
-
display: flex;
|
5
|
-
justify-content: space-between;
|
6
|
-
align-items: center;
|
7
|
-
padding-right: 20px;
|
8
|
-
:global {
|
9
|
-
.heard-left {
|
10
|
-
width: 250px;
|
11
|
-
display: flex;
|
12
|
-
justify-content: space-between;
|
13
|
-
align-items: center;
|
14
|
-
h1 {
|
15
|
-
font-size: 30px;
|
16
|
-
font-weight: 600;
|
17
|
-
}
|
18
|
-
.button {
|
19
|
-
font-size: 16px;
|
20
|
-
text-align: center;
|
21
|
-
background-color: #f5fffa;
|
22
|
-
color: #1890ff;
|
23
|
-
}
|
24
|
-
}
|
25
|
-
.heard-right {
|
26
|
-
width: 170px;
|
27
|
-
height: 50px;
|
28
|
-
display: flex;
|
29
|
-
justify-content: space-between;
|
30
|
-
align-items: center;
|
31
|
-
}
|
32
|
-
}
|
33
|
-
}
|
@@ -1,20 +0,0 @@
|
|
1
|
-
import React from "react";
|
2
|
-
import { Select } from "@voplus/antd";
|
3
|
-
import { observe } from "@voplus/morpho-ui";
|
4
|
-
export default (props) => {
|
5
|
-
const status = [
|
6
|
-
{ id: 1, label: "Not Assigned" },
|
7
|
-
{ id: 2, label: "Not Started" },
|
8
|
-
{ id: 3, label: "In Progress" },
|
9
|
-
{ id: 4, label: "Done" },
|
10
|
-
];
|
11
|
-
const { Option } = Select;
|
12
|
-
function handleChange(value) {
|
13
|
-
console.log(`selected ${value}`);
|
14
|
-
}
|
15
|
-
return observe(() => (React.createElement("div", null,
|
16
|
-
React.createElement(Select, { defaultValue: "lucy", style: { width: 120 }, onChange: handleChange }, status.map((item) => {
|
17
|
-
return (React.createElement(Option, { value: item.label, key: item.id }, item.label));
|
18
|
-
})))));
|
19
|
-
};
|
20
|
-
//# sourceMappingURL=index.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/modules/workspaces/components/Status/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,MAAM,EAAE,MAAM,cAAc,CAAC;AACtC,OAAO,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AAE5C,eAAe,CAAC,KAA8C,EAAE,EAAE;IACjE,MAAM,MAAM,GAAG;QACd,EAAE,EAAE,EAAE,CAAC,EAAE,KAAK,EAAE,cAAc,EAAE;QAChC,EAAE,EAAE,EAAE,CAAC,EAAE,KAAK,EAAE,aAAa,EAAE;QAC/B,EAAE,EAAE,EAAE,CAAC,EAAE,KAAK,EAAE,aAAa,EAAE;QAC/B,EAAE,EAAE,EAAE,CAAC,EAAE,KAAK,EAAE,MAAM,EAAE;KACxB,CAAC;IACF,MAAM,EAAE,MAAM,EAAE,GAAG,MAAM,CAAC;IAE1B,SAAS,YAAY,CAAC,KAAU;QAC/B,OAAO,CAAC,GAAG,CAAC,YAAY,KAAK,EAAE,CAAC,CAAC;IAClC,CAAC;IACD,OAAO,OAAO,CAAC,GAAG,EAAE,CAAC,CACpB;QACC,oBAAC,MAAM,IAAC,YAAY,EAAC,MAAM,EAAC,KAAK,EAAE,EAAE,KAAK,EAAE,GAAG,EAAE,EAAE,QAAQ,EAAE,YAAY,IACvE,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;YACpB,OAAO,CACN,oBAAC,MAAM,IAAC,KAAK,EAAE,IAAI,CAAC,KAAK,EAAE,GAAG,EAAE,IAAI,CAAC,EAAE,IACrC,IAAI,CAAC,KAAK,CACH,CACT,CAAC;QACH,CAAC,CAAC,CACM,CACJ,CACN,CAAC,CAAC;AACJ,CAAC,CAAC"}
|
@@ -1,132 +0,0 @@
|
|
1
|
-
import React, { useState } from "react";
|
2
|
-
import Access from "../Access";
|
3
|
-
import Account from "../Account";
|
4
|
-
import { Avatar } from "@voplus/antd";
|
5
|
-
import { FontAwesomeIcon as FAIcon } from "@fortawesome/react-fontawesome";
|
6
|
-
import Status from "../Status";
|
7
|
-
import classnames from "classnames";
|
8
|
-
import { faTrashAlt } from "@fortawesome/pro-light-svg-icons";
|
9
|
-
import { observe } from "@voplus/morpho-ui";
|
10
|
-
import style from "./index.less";
|
11
|
-
export default () => {
|
12
|
-
const list = [
|
13
|
-
{
|
14
|
-
id: 1,
|
15
|
-
name: "aaa",
|
16
|
-
Email: " 11322@com.cn",
|
17
|
-
time: "June 29,2018",
|
18
|
-
url: "https://ss3.bdstatic.com/70cFv8Sh_Q1YnxGkpoWK1HF6hhy/it/u=770094666,790735245&fm=26&gp=0.jpg",
|
19
|
-
},
|
20
|
-
{
|
21
|
-
id: 2,
|
22
|
-
name: "ss",
|
23
|
-
Email: " 11322@com.con",
|
24
|
-
time: "June 29,2018",
|
25
|
-
url: "https://ss3.bdstatic.com/70cFv8Sh_Q1YnxGkpoWK1HF6hhy/it/u=3973311124,425672427&fm=26&gp=0.jpg",
|
26
|
-
},
|
27
|
-
{
|
28
|
-
id: 3,
|
29
|
-
name: "sss",
|
30
|
-
Email: " 11322@com.con",
|
31
|
-
time: "June 29,2018",
|
32
|
-
url: "https://ss2.bdstatic.com/70cFvnSh_Q1YnxGkpoWK1HF6hhy/it/u=1994023590,4186120074&fm=26&gp=0.jpg",
|
33
|
-
},
|
34
|
-
{
|
35
|
-
id: 4,
|
36
|
-
name: "ww",
|
37
|
-
Email: " 11322@com.con",
|
38
|
-
time: "June 29,2018",
|
39
|
-
url: "https://ss0.bdstatic.com/70cFuHSh_Q1YnxGkpoWK1HF6hhy/it/u=1582404497,2226613703&fm=26&gp=0.jpg",
|
40
|
-
},
|
41
|
-
{
|
42
|
-
id: 5,
|
43
|
-
name: "avv",
|
44
|
-
Email: " 11xxx2@com.con",
|
45
|
-
time: "June 29,2018",
|
46
|
-
url: "https://ss0.bdstatic.com/70cFuHSh_Q1YnxGkpoWK1HF6hhy/it/u=1582404497,2226613703&fm=26&gp=0.jpg",
|
47
|
-
},
|
48
|
-
{
|
49
|
-
id: 6,
|
50
|
-
name: "ww",
|
51
|
-
Email: " 1dd22@com.vv",
|
52
|
-
time: "June 29,2018",
|
53
|
-
url: "https://ss0.bdstatic.com/70cFuHSh_Q1YnxGkpoWK1HF6hhy/it/u=1582404497,2226613703&fm=26&gp=0.jpg",
|
54
|
-
},
|
55
|
-
{
|
56
|
-
id: 7,
|
57
|
-
name: "ss",
|
58
|
-
Email: " 11322@com.con",
|
59
|
-
time: "June 29,2018",
|
60
|
-
url: "https://ss3.bdstatic.com/70cFv8Sh_Q1YnxGkpoWK1HF6hhy/it/u=3973311124,425672427&fm=26&gp=0.jpg",
|
61
|
-
},
|
62
|
-
{
|
63
|
-
id: 8,
|
64
|
-
name: "sss",
|
65
|
-
Email: " 11322@com.con",
|
66
|
-
time: "June 29,2018",
|
67
|
-
url: "https://ss2.bdstatic.com/70cFvnSh_Q1YnxGkpoWK1HF6hhy/it/u=1994023590,4186120074&fm=26&gp=0.jpg",
|
68
|
-
},
|
69
|
-
{
|
70
|
-
id: 9,
|
71
|
-
name: "aaa",
|
72
|
-
Email: " 11322@com.con",
|
73
|
-
time: "June 29,2018",
|
74
|
-
url: "https://ss3.bdstatic.com/70cFv8Sh_Q1YnxGkpoWK1HF6hhy/it/u=770094666,790735245&fm=26&gp=0.jpg",
|
75
|
-
},
|
76
|
-
{
|
77
|
-
id: 10,
|
78
|
-
name: "aaa",
|
79
|
-
Email: " 11322@com.con",
|
80
|
-
time: "June 29,2018",
|
81
|
-
url: "https://ss3.bdstatic.com/70cFv8Sh_Q1YnxGkpoWK1HF6hhy/it/u=770094666,790735245&fm=26&gp=0.jpg",
|
82
|
-
},
|
83
|
-
{
|
84
|
-
id: 11,
|
85
|
-
name: "aaa",
|
86
|
-
Email: " 11322@com.con",
|
87
|
-
time: "June 29,2018",
|
88
|
-
url: "https://ss3.bdstatic.com/70cFv8Sh_Q1YnxGkpoWK1HF6hhy/it/u=770094666,790735245&fm=26&gp=0.jpg",
|
89
|
-
},
|
90
|
-
{
|
91
|
-
id: 12,
|
92
|
-
name: "aaa",
|
93
|
-
Email: " 11322@com.con",
|
94
|
-
time: "June 29,2018",
|
95
|
-
url: "https://ss3.bdstatic.com/70cFv8Sh_Q1YnxGkpoWK1HF6hhy/it/u=770094666,790735245&fm=26&gp=0.jpg",
|
96
|
-
},
|
97
|
-
];
|
98
|
-
const [state, setState] = useState(list);
|
99
|
-
const deleteFile = (id) => {
|
100
|
-
// 删除行操作
|
101
|
-
setState(state.filter((item) => item.id !== id));
|
102
|
-
};
|
103
|
-
return observe(() => (React.createElement("div", { className: style.all },
|
104
|
-
React.createElement("div", { className: "list-heard" },
|
105
|
-
React.createElement("span", { style: { width: 244 } }, "Name"),
|
106
|
-
React.createElement("span", null, "Last seen"),
|
107
|
-
React.createElement("span", null, "Status"),
|
108
|
-
React.createElement("span", null, "Account Type"),
|
109
|
-
React.createElement("span", null, "Access")),
|
110
|
-
React.createElement("div", { className: classnames("list-body", style["members-list"]) },
|
111
|
-
React.createElement("div", null, state.map((item) => {
|
112
|
-
return (React.createElement("div", { key: item.id, className: "list-content" },
|
113
|
-
React.createElement("div", { className: "all-name" },
|
114
|
-
React.createElement("div", { className: "portrait" },
|
115
|
-
React.createElement(Avatar, { src: item.url, size: 40 })),
|
116
|
-
React.createElement("div", { className: "name" },
|
117
|
-
React.createElement("span", null, item.name),
|
118
|
-
React.createElement("br", null),
|
119
|
-
React.createElement("span", null, item.Email))),
|
120
|
-
React.createElement("div", { className: "last-seen" }, item.time),
|
121
|
-
React.createElement("div", null,
|
122
|
-
React.createElement(Status, null)),
|
123
|
-
React.createElement("div", null,
|
124
|
-
React.createElement(Account, null)),
|
125
|
-
React.createElement("div", { className: "access" },
|
126
|
-
React.createElement("div", null,
|
127
|
-
React.createElement(Access, null)),
|
128
|
-
React.createElement("span", { onClick: deleteFile.bind(event, item.id) },
|
129
|
-
React.createElement(FAIcon, { icon: faTrashAlt })))));
|
130
|
-
}))))));
|
131
|
-
};
|
132
|
-
//# sourceMappingURL=index.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/modules/workspaces/components/UsersList/index.tsx"],"names":[],"mappings":"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"}
|
@@ -1,72 +0,0 @@
|
|
1
|
-
.all {
|
2
|
-
width: 100%;
|
3
|
-
height: 100%;
|
4
|
-
display: flex;
|
5
|
-
flex-direction: column;
|
6
|
-
// overflow: auto;
|
7
|
-
padding-bottom: 10px;
|
8
|
-
:global {
|
9
|
-
.list-heard {
|
10
|
-
width: 100%;
|
11
|
-
padding: 0 44px 0 20px;
|
12
|
-
height: 50px;
|
13
|
-
line-height: 50px;
|
14
|
-
color: #000;
|
15
|
-
background-color: #fafafa;
|
16
|
-
font-size: 20px;
|
17
|
-
display: flex;
|
18
|
-
justify-content: space-between;
|
19
|
-
span {
|
20
|
-
display: block;
|
21
|
-
width: 140px;
|
22
|
-
}
|
23
|
-
}
|
24
|
-
.list-body {
|
25
|
-
position: relative;
|
26
|
-
display: flex;
|
27
|
-
flex-direction: column;
|
28
|
-
// padding-bottom: 10px;
|
29
|
-
.list-content {
|
30
|
-
width: 100%;
|
31
|
-
min-height: 60px;
|
32
|
-
padding: 0 20px;
|
33
|
-
display: flex;
|
34
|
-
justify-content: space-between;
|
35
|
-
align-items: center;
|
36
|
-
.all-name {
|
37
|
-
display: flex;
|
38
|
-
width: 218px;
|
39
|
-
align-items: center;
|
40
|
-
.portrait {
|
41
|
-
height: 40px;
|
42
|
-
}
|
43
|
-
.name {
|
44
|
-
padding-left: 10px;
|
45
|
-
width: 7%;
|
46
|
-
span:first-child {
|
47
|
-
font-size: 18px;
|
48
|
-
color: #000;
|
49
|
-
font-weight: 600;
|
50
|
-
}
|
51
|
-
}
|
52
|
-
}
|
53
|
-
.last-seen {
|
54
|
-
width: 120px;
|
55
|
-
}
|
56
|
-
.access {
|
57
|
-
display: flex;
|
58
|
-
justify-content: space-between;
|
59
|
-
align-items: center;
|
60
|
-
span {
|
61
|
-
display: inline-block;
|
62
|
-
margin-left: 20px;
|
63
|
-
}
|
64
|
-
}
|
65
|
-
.last-seen {
|
66
|
-
color: #000;
|
67
|
-
font-size: 16px;
|
68
|
-
}
|
69
|
-
}
|
70
|
-
}
|
71
|
-
}
|
72
|
-
}
|
@@ -1,70 +0,0 @@
|
|
1
|
-
import AvatarList from "@voplus/morpho-org/es/components/AvatarList";
|
2
|
-
import ListHeard from "../../components/ListHeard";
|
3
|
-
import React from "react";
|
4
|
-
import { observe } from "@voplus/morpho-ui";
|
5
|
-
import style from "./index.less";
|
6
|
-
import { useApplicationContext } from "@voplus/morpho-data";
|
7
|
-
//import DocumentMenu from "@voplus/morpho-document/es/components/DocumentMenu";
|
8
|
-
export default () => {
|
9
|
-
const { user } = useApplicationContext();
|
10
|
-
const list = [
|
11
|
-
{
|
12
|
-
id: 1,
|
13
|
-
edit: " Nck Sman ",
|
14
|
-
time: "Today 12:45pm",
|
15
|
-
},
|
16
|
-
{
|
17
|
-
id: 2,
|
18
|
-
edit: " Nck Sman ",
|
19
|
-
time: "Today 12:45pm",
|
20
|
-
},
|
21
|
-
{
|
22
|
-
id: 3,
|
23
|
-
edit: " Nck Sman ",
|
24
|
-
time: "Today 12:45pm",
|
25
|
-
},
|
26
|
-
{
|
27
|
-
id: 4,
|
28
|
-
edit: " Nck Sman ",
|
29
|
-
time: "Today 12:45pm",
|
30
|
-
},
|
31
|
-
{
|
32
|
-
id: 5,
|
33
|
-
edit: " Nck Sman ",
|
34
|
-
time: "Today 12:45pm",
|
35
|
-
},
|
36
|
-
{
|
37
|
-
id: 6,
|
38
|
-
edit: " Nck Sman ",
|
39
|
-
time: "Today 12:45pm",
|
40
|
-
},
|
41
|
-
{
|
42
|
-
id: 7,
|
43
|
-
edit: " Nck Sman ",
|
44
|
-
time: "Today 12:45pm",
|
45
|
-
},
|
46
|
-
{
|
47
|
-
id: 8,
|
48
|
-
edit: " Nck Sman ",
|
49
|
-
time: "Today 12:45pm",
|
50
|
-
},
|
51
|
-
];
|
52
|
-
return observe(() => (React.createElement("div", { className: style.all },
|
53
|
-
React.createElement("div", { className: "heard-top" },
|
54
|
-
React.createElement(ListHeard, { show: false })),
|
55
|
-
React.createElement("div", { className: "list-content" }, list.map((item) => {
|
56
|
-
return (React.createElement("div", { className: "list-item", key: item.id },
|
57
|
-
React.createElement("div", { className: "list-item-top" },
|
58
|
-
React.createElement("span", null, "Dropbox Inc")),
|
59
|
-
React.createElement("div", { className: "list-item-title" }, "Development"),
|
60
|
-
React.createElement("div", { className: "content-list-edit" },
|
61
|
-
React.createElement("span", null,
|
62
|
-
"Last edted by",
|
63
|
-
React.createElement("span", { className: "right-name" }, item.edit)),
|
64
|
-
React.createElement("br", null),
|
65
|
-
React.createElement("span", null, item.time)),
|
66
|
-
React.createElement("div", { className: "list-item-url" },
|
67
|
-
React.createElement(AvatarList, { organizationId: user.info.organizationId, list: [] }))));
|
68
|
-
})))));
|
69
|
-
};
|
70
|
-
//# sourceMappingURL=index.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/modules/workspaces/pages/BoardView/index.tsx"],"names":[],"mappings":"AAAA,OAAO,UAAU,MAAM,6CAA6C,CAAC;AACrE,OAAO,SAAS,MAAM,4BAA4B,CAAC;AACnD,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AAC5C,OAAO,KAAK,MAAM,cAAc,CAAC;AACjC,OAAO,EAAE,qBAAqB,EAAE,MAAM,qBAAqB,CAAC;AAE5D,gFAAgF;AAEhF,eAAe,GAAG,EAAE;IACnB,MAAM,EAAE,IAAI,EAAE,GAAG,qBAAqB,EAAE,CAAC;IAEzC,MAAM,IAAI,GAAG;QACZ;YACC,EAAE,EAAE,CAAC;YACL,IAAI,EAAE,YAAY;YAClB,IAAI,EAAE,eAAe;SACrB;QACD;YACC,EAAE,EAAE,CAAC;YACL,IAAI,EAAE,YAAY;YAClB,IAAI,EAAE,eAAe;SACrB;QACD;YACC,EAAE,EAAE,CAAC;YACL,IAAI,EAAE,YAAY;YAClB,IAAI,EAAE,eAAe;SACrB;QACD;YACC,EAAE,EAAE,CAAC;YACL,IAAI,EAAE,YAAY;YAClB,IAAI,EAAE,eAAe;SACrB;QACD;YACC,EAAE,EAAE,CAAC;YACL,IAAI,EAAE,YAAY;YAClB,IAAI,EAAE,eAAe;SACrB;QACD;YACC,EAAE,EAAE,CAAC;YACL,IAAI,EAAE,YAAY;YAClB,IAAI,EAAE,eAAe;SACrB;QACD;YACC,EAAE,EAAE,CAAC;YACL,IAAI,EAAE,YAAY;YAClB,IAAI,EAAE,eAAe;SACrB;QACD;YACC,EAAE,EAAE,CAAC;YACL,IAAI,EAAE,YAAY;YAClB,IAAI,EAAE,eAAe;SACrB;KACD,CAAC;IACF,OAAO,OAAO,CAAC,GAAG,EAAE,CAAC,CACpB,6BAAK,SAAS,EAAE,KAAK,CAAC,GAAG;QACxB,6BAAK,SAAS,EAAC,WAAW;YACzB,oBAAC,SAAS,IAAC,IAAI,EAAE,KAAK,GAAI,CACrB;QACN,6BAAK,SAAS,EAAC,cAAc,IAC3B,IAAI,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;YAClB,OAAO,CACN,6BAAK,SAAS,EAAC,WAAW,EAAC,GAAG,EAAE,IAAI,CAAC,EAAE;gBACtC,6BAAK,SAAS,EAAC,eAAe;oBAC7B,gDAAwB,CAEnB;gBACN,6BAAK,SAAS,EAAC,iBAAiB,kBAAkB;gBAClD,6BAAK,SAAS,EAAC,mBAAmB;oBACjC;;wBACc,8BAAM,SAAS,EAAC,YAAY,IAAE,IAAI,CAAC,IAAI,CAAQ,CACtD;oBACP,+BAAM;oBACN,kCAAO,IAAI,CAAC,IAAI,CAAQ,CACnB;gBACN,6BAAK,SAAS,EAAC,eAAe;oBAC7B,oBAAC,UAAU,IAAC,cAAc,EAAE,IAAI,CAAC,IAAI,CAAC,cAAc,EAAE,IAAI,EAAE,EAAE,GAAI,CAC7D,CACD,CACN,CAAC;QACH,CAAC,CAAC,CACG,CACD,CACN,CAAC,CAAC;AACJ,CAAC,CAAC"}
|