@voplus/morpho-workspace 1.0.0-mobx01 → 1.1.0-dev002
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/changelog.md +0 -65
- package/es/Modules.js +7 -16
- package/es/Modules.js.map +1 -1
- package/es/components/AssignPeople/index.js +6 -7
- package/es/components/AssignPeople/index.js.map +1 -1
- package/es/components/AssignPeople/index.less +0 -0
- package/es/components/AvatarList/index.d.ts +19 -0
- package/es/components/AvatarList/index.js +124 -0
- package/es/components/AvatarList/index.js.map +1 -0
- package/es/components/AvatarList/index.less +72 -0
- package/es/components/AvatarList/state.d.ts +25 -0
- package/es/components/AvatarList/state.js +52 -0
- package/es/components/AvatarList/state.js.map +1 -0
- package/es/components/PermissionModal/index.d.ts +7 -0
- package/es/components/PermissionModal/index.js +18 -0
- package/es/components/PermissionModal/index.js.map +1 -0
- package/es/components/PermissionModal/index.less +7 -0
- package/es/components/TimeLog/index.d.ts +1 -1
- package/es/components/TimeLog/index.js +6 -7
- package/es/components/TimeLog/index.js.map +1 -1
- package/es/components/ToolBar/index.d.ts +47 -0
- package/es/components/ToolBar/index.js +72 -0
- package/es/components/ToolBar/index.js.map +1 -0
- package/es/components/ToolBar/index.less +18 -0
- package/es/components/ToolBar/state.d.ts +9 -0
- package/es/components/ToolBar/state.js +23 -0
- package/es/components/ToolBar/state.js.map +1 -0
- package/es/controls/DocumentStatusLabel/index.d.ts +14 -0
- package/es/controls/DocumentStatusLabel/index.js +41 -0
- package/es/controls/DocumentStatusLabel/index.js.map +1 -0
- package/es/controls/DocumentStatusLabel/index.less +45 -0
- package/es/controls/FlagIcon/index.d.ts +17 -0
- package/es/controls/FlagIcon/index.js +58 -0
- package/es/controls/FlagIcon/index.js.map +1 -0
- package/es/controls/FlagIcon/index.less +21 -0
- package/es/controls/IconNumbers/index.d.ts +18 -0
- package/es/controls/IconNumbers/index.js +31 -0
- package/es/controls/IconNumbers/index.js.map +1 -0
- package/es/controls/IconNumbers/index.less +10 -0
- package/es/controls/MoreOperateDropdown/index.d.ts +1 -1
- package/es/controls/MoreOperateDropdown/index.js +13 -14
- package/es/controls/MoreOperateDropdown/index.js.map +1 -1
- package/es/data/board/BoardColumnStore.d.ts +13 -3
- package/es/data/board/BoardColumnStore.js +26 -9
- package/es/data/board/BoardColumnStore.js.map +1 -1
- package/es/data/board/BoardStore.d.ts +12 -2
- package/es/data/board/BoardStore.js +25 -8
- package/es/data/board/BoardStore.js.map +1 -1
- package/es/data/board/LinkStore.d.ts +11 -0
- package/es/data/board/LinkStore.js +40 -0
- package/es/data/board/LinkStore.js.map +1 -0
- package/es/data/board/hooks.d.ts +2 -2
- package/es/data/board/hooks.js +4 -4
- package/es/data/board/hooks.js.map +1 -1
- package/es/data/board/index.d.ts +1 -1
- package/es/data/board/index.js +1 -3
- package/es/data/board/index.js.map +1 -1
- package/es/data/board/interfaces.d.ts +2 -2
- package/es/data/board/interfaces.js +0 -1
- package/es/data/board/metas.d.ts +1 -3
- package/es/data/board/metas.js +3 -11
- package/es/data/board/metas.js.map +1 -1
- package/es/data/board/mock.js +29 -8
- package/es/data/board/mock.js.map +1 -1
- package/es/data/board/types.js +0 -1
- package/es/data/meeting/AgendaStore.d.ts +5 -2
- package/es/data/meeting/AgendaStore.js +15 -8
- package/es/data/meeting/AgendaStore.js.map +1 -1
- package/es/data/meeting/MeetingStore.d.ts +5 -5
- package/es/data/meeting/MeetingStore.js +11 -24
- package/es/data/meeting/MeetingStore.js.map +1 -1
- package/es/data/meeting/hooks.d.ts +4 -7
- package/es/data/meeting/hooks.js +6 -11
- package/es/data/meeting/hooks.js.map +1 -1
- package/es/data/meeting/index.js +0 -2
- package/es/data/meeting/index.js.map +1 -1
- package/es/data/meeting/interfaces.d.ts +1 -15
- package/es/data/meeting/interfaces.js +0 -1
- package/es/data/meeting/metas.d.ts +2 -11
- package/es/data/meeting/metas.js +7 -38
- package/es/data/meeting/metas.js.map +1 -1
- package/es/data/meeting/types.d.ts +1 -1
- package/es/data/meeting/types.js +0 -1
- package/es/data/task/TaskStore.d.ts +12 -2
- package/es/data/task/TaskStore.js +25 -8
- package/es/data/task/TaskStore.js.map +1 -1
- package/es/data/task/hooks.d.ts +2 -3
- package/es/data/task/hooks.js +5 -5
- package/es/data/task/hooks.js.map +1 -1
- package/es/data/task/index.js +0 -2
- package/es/data/task/index.js.map +1 -1
- package/es/data/task/interfaces.d.ts +2 -4
- package/es/data/task/interfaces.js +0 -1
- package/es/data/task/metas.d.ts +1 -3
- package/es/data/task/metas.js +4 -12
- package/es/data/task/metas.js.map +1 -1
- package/es/data/task/types.js +0 -1
- package/es/modules/board/BoardRouets.js +5 -5
- package/es/modules/board/components/Board/index.js +48 -48
- package/es/modules/board/components/Board/index.js.map +1 -1
- package/es/modules/board/components/Board/index.less +51 -83
- package/es/modules/board/components/Board/state.d.ts +5 -25
- package/es/modules/board/components/Board/state.js +50 -249
- package/es/modules/board/components/Board/state.js.map +1 -1
- package/es/modules/board/components/BoardColumn/index.js +43 -27
- package/es/modules/board/components/BoardColumn/index.js.map +1 -1
- package/es/modules/board/components/BoardColumn/index.less +16 -26
- package/es/modules/board/components/BoardColumn/state.d.ts +18 -26
- package/es/modules/board/components/BoardColumn/state.js +65 -202
- package/es/modules/board/components/BoardColumn/state.js.map +1 -1
- package/es/modules/board/components/DocumentCard/index.d.ts +10 -0
- package/es/modules/board/components/DocumentCard/index.js +111 -0
- package/es/modules/board/components/DocumentCard/index.js.map +1 -0
- package/es/modules/board/components/DocumentCard/index.less +116 -0
- package/es/modules/board/components/DocumentCard/state.d.ts +15 -0
- package/es/modules/board/components/DocumentCard/state.js +54 -0
- package/es/modules/board/components/DocumentCard/state.js.map +1 -0
- package/es/modules/board/components/LinkList/index.d.ts +4 -0
- package/es/modules/board/components/LinkList/index.js +38 -0
- package/es/modules/board/components/LinkList/index.js.map +1 -0
- package/es/modules/board/components/LinkList/state.d.ts +15 -0
- package/es/modules/board/components/LinkList/state.js +33 -0
- package/es/modules/board/components/LinkList/state.js.map +1 -0
- package/es/modules/board/components/NewTaskForm/index.d.ts +11 -0
- package/es/modules/board/components/NewTaskForm/index.js +85 -0
- package/es/modules/board/components/NewTaskForm/index.js.map +1 -0
- package/es/modules/board/components/NewTaskForm/index.less +102 -0
- package/es/modules/board/components/NewTaskForm/state.d.ts +25 -0
- package/es/modules/board/components/NewTaskForm/state.js +41 -0
- package/es/modules/board/components/NewTaskForm/state.js.map +1 -0
- package/es/modules/board/components/TaskCard/index.d.ts +4 -0
- package/es/modules/board/components/TaskCard/index.js +97 -0
- package/es/modules/board/components/TaskCard/index.js.map +1 -0
- package/es/modules/board/components/TaskCard/index.less +115 -0
- package/es/modules/board/components/TaskCard/state.d.ts +44 -0
- package/es/modules/board/components/TaskCard/state.js +119 -0
- package/es/modules/board/components/TaskCard/state.js.map +1 -0
- package/es/modules/board/components/links/index.d.ts +12 -0
- package/es/modules/board/components/links/index.js +26 -0
- package/es/modules/board/components/links/index.js.map +1 -0
- package/es/modules/board/pages/BoardViewList/index.js +14 -25
- package/es/modules/board/pages/BoardViewList/index.js.map +1 -1
- package/es/modules/board/pages/BoardViewList/state.d.ts +1 -1
- package/es/modules/board/pages/BoardViewList/state.js +5 -8
- package/es/modules/board/pages/BoardViewList/state.js.map +1 -1
- package/es/modules/calendar/CalendarRoutes.js +5 -5
- package/es/modules/calendar/CalendarRoutes.js.map +1 -1
- package/es/modules/calendar/components/CalendarMenu/index.d.ts +1 -1
- package/es/modules/calendar/components/CalendarMenu/index.js +3 -4
- package/es/modules/calendar/components/CalendarMenu/index.js.map +1 -1
- package/es/modules/calendar/components/TaskCard/index.d.ts +7 -0
- package/es/modules/calendar/components/TaskCard/index.js +25 -0
- package/es/modules/calendar/components/TaskCard/index.js.map +1 -0
- package/es/modules/calendar/components/TaskCard/index.less +64 -0
- package/es/modules/calendar/components/TaskCard/state.d.ts +16 -0
- package/es/modules/calendar/components/TaskCard/state.js +58 -0
- package/es/modules/calendar/components/TaskCard/state.js.map +1 -0
- package/es/modules/calendar/pages/CalendarMonth/index.d.ts +4 -0
- package/es/modules/calendar/pages/CalendarMonth/index.js +165 -86
- package/es/modules/calendar/pages/CalendarMonth/index.js.map +1 -1
- package/es/modules/calendar/pages/CalendarMonth/index.less +142 -194
- package/es/modules/calendar/pages/CalendarMonth/state.d.ts +1 -10
- package/es/modules/calendar/pages/CalendarMonth/state.js +4 -46
- package/es/modules/calendar/pages/CalendarMonth/state.js.map +1 -1
- package/es/modules/calendar/pages/CalendarWeek/index.d.ts +0 -0
- package/es/modules/calendar/pages/CalendarWeek/index.js +1 -0
- package/es/modules/calendar/pages/CalendarWeek/index.js.map +1 -0
- package/es/modules/meeting/MeetingRoutes.d.ts +2 -4
- package/es/modules/meeting/MeetingRoutes.js +17 -17
- package/es/modules/meeting/MeetingRoutes.js.map +1 -1
- package/es/modules/meeting/components/AgendaList/AgendaHeader/index.d.ts +2 -2
- package/es/modules/meeting/components/AgendaList/AgendaHeader/index.js +2 -3
- package/es/modules/meeting/components/AgendaList/AgendaHeader/index.js.map +1 -1
- package/es/modules/meeting/components/AgendaList/AgendaItem/components/TaskItem/index.d.ts +7 -0
- package/es/modules/meeting/components/AgendaList/AgendaItem/components/TaskItem/index.js +37 -0
- package/es/modules/meeting/components/AgendaList/AgendaItem/components/TaskItem/index.js.map +1 -0
- package/es/modules/meeting/components/AgendaList/AgendaItem/components/TaskItem/index.less +57 -0
- package/es/modules/meeting/components/AgendaList/AgendaItem/components/TaskList/index.js +23 -20
- package/es/modules/meeting/components/AgendaList/AgendaItem/components/TaskList/index.js.map +1 -1
- package/es/modules/meeting/components/AgendaList/AgendaItem/components/TaskList/state.d.ts +5 -7
- package/es/modules/meeting/components/AgendaList/AgendaItem/components/TaskList/state.js +31 -97
- package/es/modules/meeting/components/AgendaList/AgendaItem/components/TaskList/state.js.map +1 -1
- package/es/modules/meeting/components/AgendaList/AgendaItem/index.js +76 -38
- package/es/modules/meeting/components/AgendaList/AgendaItem/index.js.map +1 -1
- package/es/modules/meeting/components/AgendaList/AgendaItem/index.less +69 -35
- package/es/modules/meeting/components/AgendaList/AgendaItem/state.d.ts +2 -3
- package/es/modules/meeting/components/AgendaList/AgendaItem/state.js +16 -72
- package/es/modules/meeting/components/AgendaList/AgendaItem/state.js.map +1 -1
- package/es/modules/meeting/components/AgendaList/AgendaNewForm/index.js +31 -14
- package/es/modules/meeting/components/AgendaList/AgendaNewForm/index.js.map +1 -1
- package/es/modules/meeting/components/AgendaList/AgendaNewForm/index.less +2 -2
- package/es/modules/meeting/components/AgendaList/AgendaNewForm/state.d.ts +0 -7
- package/es/modules/meeting/components/AgendaList/AgendaNewForm/state.js +5 -84
- package/es/modules/meeting/components/AgendaList/AgendaNewForm/state.js.map +1 -1
- package/es/modules/meeting/components/AgendaList/index.js +48 -52
- package/es/modules/meeting/components/AgendaList/index.js.map +1 -1
- package/es/modules/meeting/components/AgendaList/state.d.ts +21 -3
- package/es/modules/meeting/components/AgendaList/state.js +71 -22
- package/es/modules/meeting/components/AgendaList/state.js.map +1 -1
- package/es/modules/meeting/components/MeetingDescription/index.d.ts +1 -0
- package/es/modules/meeting/components/MeetingDescription/index.js +21 -10
- package/es/modules/meeting/components/MeetingDescription/index.js.map +1 -1
- package/es/modules/meeting/components/MeetingHeader/index.d.ts +4 -2
- package/es/modules/meeting/components/MeetingHeader/index.js +87 -69
- package/es/modules/meeting/components/MeetingHeader/index.js.map +1 -1
- package/es/modules/meeting/components/MeetingHeader/index.less +22 -5
- package/es/modules/meeting/components/MeetingItem/index.d.ts +1 -4
- package/es/modules/meeting/components/MeetingItem/index.js +30 -50
- package/es/modules/meeting/components/MeetingItem/index.js.map +1 -1
- package/es/modules/meeting/components/MeetingItem/index.less +41 -48
- package/es/modules/meeting/components/MeetingItem/state.d.ts +2 -5
- package/es/modules/meeting/components/MeetingItem/state.js +7 -40
- package/es/modules/meeting/components/MeetingItem/state.js.map +1 -1
- package/es/modules/meeting/components/MeetingPropertiesView/index.js +8 -4
- package/es/modules/meeting/components/MeetingPropertiesView/index.js.map +1 -1
- package/es/modules/meeting/components/MeetingPropertiesView/index.less +1 -1
- package/es/modules/meeting/components/MeetingQuickViewDialog/index.d.ts +2 -3
- package/es/modules/meeting/components/MeetingQuickViewDialog/index.js +4 -11
- package/es/modules/meeting/components/MeetingQuickViewDialog/index.js.map +1 -1
- package/es/modules/meeting/components/MeetingQuickViewDialog/index.less +0 -7
- package/es/modules/meeting/components/NewMeetingForm/index.d.ts +1 -7
- package/es/modules/meeting/components/NewMeetingForm/index.js +90 -66
- package/es/modules/meeting/components/NewMeetingForm/index.js.map +1 -1
- package/es/modules/meeting/components/NewMeetingForm/index.less +0 -9
- package/es/modules/meeting/components/NewMeetingForm/state.d.ts +0 -3
- package/es/modules/meeting/components/NewMeetingForm/state.js +13 -46
- package/es/modules/meeting/components/NewMeetingForm/state.js.map +1 -1
- package/es/modules/meeting/pages/MeetingList/index.d.ts +3 -0
- package/es/modules/meeting/pages/MeetingList/index.js +40 -0
- package/es/modules/meeting/pages/MeetingList/index.js.map +1 -0
- package/es/modules/meeting/pages/MeetingList/state.d.ts +14 -0
- package/es/modules/meeting/pages/MeetingList/state.js +44 -0
- package/es/modules/meeting/pages/MeetingList/state.js.map +1 -0
- package/es/modules/meeting/pages/MeetingPrintView/index.js +18 -19
- package/es/modules/meeting/pages/MeetingPrintView/index.js.map +1 -1
- package/es/modules/meeting/pages/MeetingTabView/index.js +21 -16
- package/es/modules/meeting/pages/MeetingTabView/index.js.map +1 -1
- package/es/modules/member/components/MemberDropdown.js +2 -3
- package/es/modules/member/components/MemberDropdown.js.map +1 -1
- package/es/modules/member/components/MemberList.js +4 -4
- package/es/modules/member/components/MemberList.js.map +1 -1
- package/es/modules/member/pages/MemberListView/index.js +28 -29
- package/es/modules/member/pages/MemberListView/index.js.map +1 -1
- package/es/modules/menus/components/Access/index.d.ts +2 -2
- package/es/modules/menus/components/Access/index.js +4 -5
- package/es/modules/menus/components/Access/index.js.map +1 -1
- package/es/modules/menus/components/Account/index.d.ts +2 -2
- package/es/modules/menus/components/Account/index.js +4 -5
- package/es/modules/menus/components/Account/index.js.map +1 -1
- package/es/modules/menus/components/AddUsers/index.js +15 -11
- package/es/modules/menus/components/AddUsers/index.js.map +1 -1
- package/es/modules/menus/components/Status/index.d.ts +2 -2
- package/es/modules/menus/components/Status/index.js +4 -5
- package/es/modules/menus/components/Status/index.js.map +1 -1
- package/es/modules/menus/components/UsersList/index.js +21 -22
- package/es/modules/menus/components/UsersList/index.js.map +1 -1
- package/es/modules/menus/pages/ListOptions/Company/index.d.ts +2 -2
- package/es/modules/menus/pages/ListOptions/Company/index.js +54 -52
- package/es/modules/menus/pages/ListOptions/Company/index.js.map +1 -1
- package/es/modules/menus/pages/ListOptions/Teams/index.js +15 -18
- package/es/modules/menus/pages/ListOptions/Teams/index.js.map +1 -1
- package/es/modules/menus/pages/ListOptions/Users/index.js +3 -4
- package/es/modules/menus/pages/ListOptions/Users/index.js.map +1 -1
- package/es/modules/menus/pages/ListOptions/index.js +15 -16
- package/es/modules/menus/pages/ListOptions/index.js.map +1 -1
- package/es/modules/tasks/TasksRoutes.d.ts +1 -3
- package/es/modules/tasks/TasksRoutes.js +6 -6
- package/es/modules/tasks/TasksRoutes.js.map +1 -1
- package/es/modules/tasks/components/NewTaskForm/index.js +60 -64
- package/es/modules/tasks/components/NewTaskForm/index.js.map +1 -1
- package/es/modules/tasks/components/NewTaskForm/index.less +39 -24
- package/es/modules/tasks/components/NewTaskForm/state.js +15 -41
- package/es/modules/tasks/components/NewTaskForm/state.js.map +1 -1
- package/es/modules/tasks/components/SubTaskList/index.d.ts +0 -1
- package/es/modules/tasks/components/SubTaskList/index.js +61 -113
- package/es/modules/tasks/components/SubTaskList/index.js.map +1 -1
- package/es/modules/tasks/components/SubTaskList/index.less +0 -16
- package/es/modules/tasks/components/SubTaskList/state.d.ts +17 -12
- package/es/modules/tasks/components/SubTaskList/state.js +54 -58
- package/es/modules/tasks/components/SubTaskList/state.js.map +1 -1
- package/es/modules/tasks/components/TaskDescription/index.d.ts +1 -1
- package/es/modules/tasks/components/TaskDescription/index.js +11 -8
- package/es/modules/tasks/components/TaskDescription/index.js.map +1 -1
- package/es/modules/tasks/components/TaskHeader/index.d.ts +13 -0
- package/es/modules/tasks/components/TaskHeader/index.js +43 -0
- package/es/modules/tasks/components/TaskHeader/index.js.map +1 -0
- package/es/modules/tasks/components/TaskHeader/index.less +51 -0
- package/es/modules/tasks/components/TaskItem/DefaultTaskItem.js +29 -47
- package/es/modules/tasks/components/TaskItem/DefaultTaskItem.js.map +1 -1
- package/es/modules/tasks/components/TaskItem/SubTaskItem.js +41 -47
- package/es/modules/tasks/components/TaskItem/SubTaskItem.js.map +1 -1
- package/es/modules/tasks/components/TaskItem/defaultTaskItem.less +33 -30
- package/es/modules/tasks/components/TaskItem/state.d.ts +17 -20
- package/es/modules/tasks/components/TaskItem/state.js +88 -160
- package/es/modules/tasks/components/TaskItem/state.js.map +1 -1
- package/es/modules/tasks/components/TaskItem/subTaskItem.less +106 -48
- package/es/modules/tasks/components/TaskPropertiesView/index.d.ts +1 -1
- package/es/modules/tasks/components/TaskPropertiesView/index.js +16 -61
- package/es/modules/tasks/components/TaskPropertiesView/index.js.map +1 -1
- package/es/modules/tasks/components/TaskPropertiesView/index.less +0 -6
- package/es/modules/tasks/components/TaskQuickViewDialog/index.d.ts +2 -2
- package/es/modules/tasks/components/TaskQuickViewDialog/index.js +5 -68
- package/es/modules/tasks/components/TaskQuickViewDialog/index.js.map +1 -1
- package/es/modules/tasks/components/TaskQuickViewDialog/index.less +6 -12
- package/es/modules/tasks/components/TaskTimeBox/index.d.ts +16 -0
- package/es/modules/tasks/components/TaskTimeBox/index.js +62 -0
- package/es/modules/tasks/components/TaskTimeBox/index.js.map +1 -0
- package/es/modules/tasks/components/{TaskEstimatedTime → TaskTimeBox}/state.d.ts +6 -18
- package/es/modules/tasks/components/TaskTimeBox/state.js +76 -0
- package/es/modules/tasks/components/TaskTimeBox/state.js.map +1 -0
- package/es/modules/tasks/pages/TaskList/index.d.ts +1 -3
- package/es/modules/tasks/pages/TaskList/index.js +97 -55
- package/es/modules/tasks/pages/TaskList/index.js.map +1 -1
- package/es/modules/tasks/pages/TaskList/state.d.ts +10 -0
- package/es/modules/tasks/pages/TaskList/state.js +31 -0
- package/es/modules/tasks/pages/TaskList/state.js.map +1 -0
- package/es/modules/tasks/pages/TaskTabView/index.js +25 -82
- package/es/modules/tasks/pages/TaskTabView/index.js.map +1 -1
- package/es/modules/tasks/pages/TaskTabView/index.less +0 -22
- package/es/modules/user/pages/Positions/index.js +18 -19
- package/es/modules/user/pages/Positions/index.js.map +1 -1
- package/es/modules/workspaces/components/Access/index.d.ts +2 -2
- package/es/modules/workspaces/components/Access/index.js +4 -5
- package/es/modules/workspaces/components/Access/index.js.map +1 -1
- package/es/modules/workspaces/components/Account/index.d.ts +2 -2
- package/es/modules/workspaces/components/Account/index.js +4 -5
- package/es/modules/workspaces/components/Account/index.js.map +1 -1
- package/es/modules/workspaces/components/AddUsers/index.js +15 -11
- package/es/modules/workspaces/components/AddUsers/index.js.map +1 -1
- package/es/modules/workspaces/components/ListHeard/index.d.ts +1 -1
- package/es/modules/workspaces/components/ListHeard/index.js +4 -5
- package/es/modules/workspaces/components/ListHeard/index.js.map +1 -1
- package/es/modules/workspaces/components/Status/index.d.ts +2 -2
- package/es/modules/workspaces/components/Status/index.js +4 -5
- package/es/modules/workspaces/components/Status/index.js.map +1 -1
- package/es/modules/workspaces/components/UsersList/index.js +21 -22
- package/es/modules/workspaces/components/UsersList/index.js.map +1 -1
- package/es/modules/workspaces/pages/BoardView/index.js +17 -20
- package/es/modules/workspaces/pages/BoardView/index.js.map +1 -1
- package/es/modules/workspaces/pages/ListView/index.js +14 -17
- package/es/modules/workspaces/pages/ListView/index.js.map +1 -1
- package/es/modules/workspaces/pages/Users/index.js +4 -5
- package/es/modules/workspaces/pages/Users/index.js.map +1 -1
- package/es/routes.js +2 -6
- package/es/routes.js.map +1 -1
- package/es/style/common.less +0 -3
- package/package.json +33 -27
- package/es/controls/AssignButton/index.d.ts +0 -9
- package/es/controls/AssignButton/index.js +0 -19
- package/es/controls/AssignButton/index.js.map +0 -1
- package/es/controls/Corner/index.d.ts +0 -9
- package/es/controls/Corner/index.js +0 -10
- package/es/controls/Corner/index.js.map +0 -1
- package/es/controls/Corner/index.less +0 -7
- package/es/controls/StickyAddButton/index.d.ts +0 -10
- package/es/controls/StickyAddButton/index.js +0 -14
- package/es/controls/StickyAddButton/index.js.map +0 -1
- package/es/controls/StickyAddButton/index.less +0 -21
- package/es/controls/filters/AssigneeViewFilter/index.d.ts +0 -4
- package/es/controls/filters/AssigneeViewFilter/index.js +0 -48
- package/es/controls/filters/AssigneeViewFilter/index.js.map +0 -1
- package/es/controls/filters/AssigneeViewFilter/index.less +0 -24
- package/es/controls/filters/AssigneeViewFilter/state.d.ts +0 -13
- package/es/controls/filters/AssigneeViewFilter/state.js +0 -44
- package/es/controls/filters/AssigneeViewFilter/state.js.map +0 -1
- package/es/controls/filters/DueDateFilter/index.d.ts +0 -3
- package/es/controls/filters/DueDateFilter/index.js +0 -22
- package/es/controls/filters/DueDateFilter/index.js.map +0 -1
- package/es/controls/filters/DueDateFilter/state.d.ts +0 -11
- package/es/controls/filters/DueDateFilter/state.js +0 -39
- package/es/controls/filters/DueDateFilter/state.js.map +0 -1
- package/es/controls/filters/StartDateFilter/index.d.ts +0 -10
- package/es/controls/filters/StartDateFilter/index.js +0 -25
- package/es/controls/filters/StartDateFilter/index.js.map +0 -1
- package/es/controls/filters/StartDateFilter/state.d.ts +0 -11
- package/es/controls/filters/StartDateFilter/state.js +0 -39
- package/es/controls/filters/StartDateFilter/state.js.map +0 -1
- package/es/controls/filters/TaskStatusFilter/index.d.ts +0 -3
- package/es/controls/filters/TaskStatusFilter/index.js +0 -21
- package/es/controls/filters/TaskStatusFilter/index.js.map +0 -1
- package/es/controls/filters/TaskStatusFilter/state.d.ts +0 -17
- package/es/controls/filters/TaskStatusFilter/state.js +0 -47
- package/es/controls/filters/TaskStatusFilter/state.js.map +0 -1
- package/es/controls/filters/index.d.ts +0 -4
- package/es/controls/filters/index.js +0 -5
- package/es/controls/filters/index.js.map +0 -1
- package/es/data/board/contexts/BoardListContextState/index.d.ts +0 -17
- package/es/data/board/contexts/BoardListContextState/index.js +0 -38
- package/es/data/board/contexts/BoardListContextState/index.js.map +0 -1
- package/es/data/calendar/CalendarStore.d.ts +0 -47
- package/es/data/calendar/CalendarStore.js +0 -98
- package/es/data/calendar/CalendarStore.js.map +0 -1
- package/es/data/calendar/hooks.d.ts +0 -11
- package/es/data/calendar/hooks.js +0 -22
- package/es/data/calendar/hooks.js.map +0 -1
- package/es/data/calendar/index.d.ts +0 -3
- package/es/data/calendar/index.js +0 -4
- package/es/data/calendar/index.js.map +0 -1
- package/es/data/calendar/interfaces.d.ts +0 -11
- package/es/data/calendar/interfaces.js +0 -2
- package/es/data/calendar/interfaces.js.map +0 -1
- package/es/data/calendar/mock.d.ts +0 -2
- package/es/data/calendar/mock.js +0 -26
- package/es/data/calendar/mock.js.map +0 -1
- package/es/data/reports/useEstimatedTimeEffect.d.ts +0 -13
- package/es/data/reports/useEstimatedTimeEffect.js +0 -16
- package/es/data/reports/useEstimatedTimeEffect.js.map +0 -1
- package/es/data/reports/useTaskSummaryEffect.d.ts +0 -12
- package/es/data/reports/useTaskSummaryEffect.js +0 -26
- package/es/data/reports/useTaskSummaryEffect.js.map +0 -1
- package/es/modules/board/components/BoardPropertiesView/index.d.ts +0 -7
- package/es/modules/board/components/BoardPropertiesView/index.js +0 -35
- package/es/modules/board/components/BoardPropertiesView/index.js.map +0 -1
- package/es/modules/board/components/BoardPropertiesView/index.less +0 -12
- package/es/modules/board/components/SubDocument/index.d.ts +0 -13
- package/es/modules/board/components/SubDocument/index.js +0 -13
- package/es/modules/board/components/SubDocument/index.js.map +0 -1
- package/es/modules/board/components/SubDocumentList/index.d.ts +0 -6
- package/es/modules/board/components/SubDocumentList/index.js +0 -161
- package/es/modules/board/components/SubDocumentList/index.js.map +0 -1
- package/es/modules/board/components/SubDocumentList/index.less +0 -28
- package/es/modules/board/components/SubDocumentList/state.d.ts +0 -25
- package/es/modules/board/components/SubDocumentList/state.js +0 -68
- package/es/modules/board/components/SubDocumentList/state.js.map +0 -1
- package/es/modules/calendar/components/ActionCard/index.d.ts +0 -7
- package/es/modules/calendar/components/ActionCard/index.js +0 -12
- package/es/modules/calendar/components/ActionCard/index.js.map +0 -1
- package/es/modules/calendar/components/CalendarEventContent/index.d.ts +0 -7
- package/es/modules/calendar/components/CalendarEventContent/index.js +0 -10
- package/es/modules/calendar/components/CalendarEventContent/index.js.map +0 -1
- package/es/modules/meeting/components/MeetingList/index.d.ts +0 -11
- package/es/modules/meeting/components/MeetingList/index.js +0 -53
- package/es/modules/meeting/components/MeetingList/index.js.map +0 -1
- package/es/modules/meeting/components/MeetingTaskList/index.d.ts +0 -6
- package/es/modules/meeting/components/MeetingTaskList/index.js +0 -22
- package/es/modules/meeting/components/MeetingTaskList/index.js.map +0 -1
- package/es/modules/meeting/components/MeetingTaskList/index.less +0 -30
- package/es/modules/meeting/components/MeetingsFolderProperitesView/index.d.ts +0 -6
- package/es/modules/meeting/components/MeetingsFolderProperitesView/index.js +0 -34
- package/es/modules/meeting/components/MeetingsFolderProperitesView/index.js.map +0 -1
- package/es/modules/meeting/components/MeetingsFolderProperitesView/index.less +0 -8
- package/es/modules/meeting/components/MeetingsFolderQuickViewDialog/index.d.ts +0 -8
- package/es/modules/meeting/components/MeetingsFolderQuickViewDialog/index.js +0 -31
- package/es/modules/meeting/components/MeetingsFolderQuickViewDialog/index.js.map +0 -1
- package/es/modules/meeting/components/MeetingsFolderQuickViewDialog/index.less +0 -7
- package/es/modules/meeting/controls/MeetingTasksProgressDataIcon/index.d.ts +0 -17
- package/es/modules/meeting/controls/MeetingTasksProgressDataIcon/index.js +0 -24
- package/es/modules/meeting/controls/MeetingTasksProgressDataIcon/index.js.map +0 -1
- package/es/modules/meeting/controls/MeetingTasksProgressDataIcon/index.less +0 -7
- package/es/modules/meeting/pages/MeetingListView/index.d.ts +0 -5
- package/es/modules/meeting/pages/MeetingListView/index.js +0 -19
- package/es/modules/meeting/pages/MeetingListView/index.js.map +0 -1
- package/es/modules/tasks/components/TaskEstimatedTime/index.d.ts +0 -12
- package/es/modules/tasks/components/TaskEstimatedTime/index.js +0 -74
- package/es/modules/tasks/components/TaskEstimatedTime/index.js.map +0 -1
- package/es/modules/tasks/components/TaskEstimatedTime/state.js +0 -159
- package/es/modules/tasks/components/TaskEstimatedTime/state.js.map +0 -1
- package/es/modules/tasks/reports/MemberEstimatedDurationCard/index.d.ts +0 -6
- package/es/modules/tasks/reports/MemberEstimatedDurationCard/index.js +0 -41
- package/es/modules/tasks/reports/MemberEstimatedDurationCard/index.js.map +0 -1
- package/es/modules/tasks/reports/MemberEstimatedDurationCard/index.less +0 -21
- package/es/modules/tasks/reports/MemberEstimatedDurationCard/state.d.ts +0 -22
- package/es/modules/tasks/reports/MemberEstimatedDurationCard/state.js +0 -148
- package/es/modules/tasks/reports/MemberEstimatedDurationCard/state.js.map +0 -1
- package/es/modules/tasks/reports/TaskAnalyticsDataIcon/index.d.ts +0 -7
- package/es/modules/tasks/reports/TaskAnalyticsDataIcon/index.js +0 -17
- package/es/modules/tasks/reports/TaskAnalyticsDataIcon/index.js.map +0 -1
- package/es/modules/tasks/reports/TaskAnalyticsDataIcon/index.less +0 -8
- package/es/modules/tasks/reports/TaskSummaryCard/index.d.ts +0 -17
- package/es/modules/tasks/reports/TaskSummaryCard/index.js +0 -67
- package/es/modules/tasks/reports/TaskSummaryCard/index.js.map +0 -1
- package/es/modules/tasks/reports/TaskSummaryCard/index.less +0 -20
- package/es/modules/tasks/reports/TaskSummaryCard/state.d.ts +0 -11
- package/es/modules/tasks/reports/TaskSummaryCard/state.js +0 -54
- package/es/modules/tasks/reports/TaskSummaryCard/state.js.map +0 -1
- package/es/pages/Project/ProjectDefaultView/index.d.ts +0 -3
- package/es/pages/Project/ProjectDefaultView/index.js +0 -65
- package/es/pages/Project/ProjectDefaultView/index.js.map +0 -1
- package/es/pages/Project/ProjectDefaultView/index.less +0 -22
- package/es/pages/Project/data/ProjectStore.d.ts +0 -10
- package/es/pages/Project/data/ProjectStore.js +0 -21
- package/es/pages/Project/data/ProjectStore.js.map +0 -1
- package/es/pages/Project/data/hook.d.ts +0 -9
- package/es/pages/Project/data/hook.js +0 -20
- package/es/pages/Project/data/hook.js.map +0 -1
- package/es/pages/Project/data/index.d.ts +0 -3
- package/es/pages/Project/data/index.js +0 -4
- package/es/pages/Project/data/index.js.map +0 -1
- package/es/pages/Project/data/interfaces.d.ts +0 -2
- package/es/pages/Project/data/interfaces.js +0 -2
- package/es/pages/Project/data/interfaces.js.map +0 -1
- package/es/pages/Routes.d.ts +0 -29
- package/es/pages/Routes.js +0 -64
- package/es/pages/Routes.js.map +0 -1
- package/es/pages/Space/components/Documents/index.d.ts +0 -6
- package/es/pages/Space/components/Documents/index.js +0 -41
- package/es/pages/Space/components/Documents/index.js.map +0 -1
- package/es/pages/Space/components/Documents/index.less +0 -9
- package/es/pages/Space/components/Notes/ColorSelect/index.d.ts +0 -10
- package/es/pages/Space/components/Notes/ColorSelect/index.js +0 -30
- package/es/pages/Space/components/Notes/ColorSelect/index.js.map +0 -1
- package/es/pages/Space/components/Notes/ColorSelect/index.less +0 -17
- package/es/pages/Space/components/Notes/NewNoteDialog/index.d.ts +0 -10
- package/es/pages/Space/components/Notes/NewNoteDialog/index.js +0 -41
- package/es/pages/Space/components/Notes/NewNoteDialog/index.js.map +0 -1
- package/es/pages/Space/components/Notes/NewNoteDialog/index.less +0 -63
- package/es/pages/Space/components/Notes/TextNoteCard/index.d.ts +0 -6
- package/es/pages/Space/components/Notes/TextNoteCard/index.js +0 -34
- package/es/pages/Space/components/Notes/TextNoteCard/index.js.map +0 -1
- package/es/pages/Space/components/Notes/TextNoteCard/index.less +0 -56
- package/es/pages/Space/components/Notes/TextNoteCard/state.d.ts +0 -6
- package/es/pages/Space/components/Notes/TextNoteCard/state.js +0 -35
- package/es/pages/Space/components/Notes/TextNoteCard/state.js.map +0 -1
- package/es/pages/Space/components/Notes/index.d.ts +0 -5
- package/es/pages/Space/components/Notes/index.js +0 -51
- package/es/pages/Space/components/Notes/index.js.map +0 -1
- package/es/pages/Space/components/Projects/index.d.ts +0 -5
- package/es/pages/Space/components/Projects/index.js +0 -35
- package/es/pages/Space/components/Projects/index.js.map +0 -1
- package/es/pages/Space/components/Tasks/index.d.ts +0 -7
- package/es/pages/Space/components/Tasks/index.js +0 -43
- package/es/pages/Space/components/Tasks/index.js.map +0 -1
- package/es/pages/Space/components/Tasks/index.less +0 -17
- package/es/pages/Space/components/Works/index.d.ts +0 -6
- package/es/pages/Space/components/Works/index.js +0 -43
- package/es/pages/Space/components/Works/index.js.map +0 -1
- package/es/pages/Space/components/Works/index.less +0 -18
- package/es/pages/Space/pages/MySpace/index.d.ts +0 -4
- package/es/pages/Space/pages/MySpace/index.js +0 -47
- package/es/pages/Space/pages/MySpace/index.js.map +0 -1
- package/es/pages/Space/pages/MySpace/index.less +0 -60
- package/es/pages/Space/pages/MySpace/state.d.ts +0 -12
- package/es/pages/Space/pages/MySpace/state.js +0 -61
- 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 -45
- 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 -58
- 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 -5
- package/es/pages/WorkType/WorkTypeCheckList/index.js +0 -38
- 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 -88
- 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.d.ts +0 -7
- package/es/pages/WorkType/WorkTypeSelect/index.js +0 -18
- 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 -35
- 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 -41
- package/es/pages/WorkType/data/types.js +0 -2
- package/es/pages/WorkType/data/types.js.map +0 -1
- /package/es/modules/tasks/components/{TaskEstimatedTime → TaskTimeBox}/index.less +0 -0
@@ -1,42 +1,15 @@
|
|
1
1
|
import { __decorate } from "tslib";
|
2
|
-
import {
|
2
|
+
import { observable } from "mobx";
|
3
3
|
export class State {
|
4
4
|
constructor() {
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
writable: true,
|
9
|
-
value: false
|
10
|
-
});
|
11
|
-
Object.defineProperty(this, "editable", {
|
12
|
-
enumerable: true,
|
13
|
-
configurable: true,
|
14
|
-
writable: true,
|
15
|
-
value: false
|
16
|
-
});
|
17
|
-
Object.defineProperty(this, "loading", {
|
18
|
-
enumerable: true,
|
19
|
-
configurable: true,
|
20
|
-
writable: true,
|
21
|
-
value: false
|
22
|
-
});
|
23
|
-
/** MouseOver */
|
24
|
-
Object.defineProperty(this, "hover", {
|
25
|
-
enumerable: true,
|
26
|
-
configurable: true,
|
27
|
-
writable: true,
|
28
|
-
value: false
|
29
|
-
});
|
30
|
-
/** Visible of quickView */
|
31
|
-
Object.defineProperty(this, "quickViewVisible", {
|
32
|
-
enumerable: true,
|
33
|
-
configurable: true,
|
34
|
-
writable: true,
|
35
|
-
value: false
|
36
|
-
});
|
37
|
-
makeObservable(this);
|
5
|
+
this.open = false;
|
6
|
+
this.editable = false;
|
7
|
+
this.loading = false;
|
38
8
|
}
|
39
9
|
}
|
10
|
+
__decorate([
|
11
|
+
observable
|
12
|
+
], State.prototype, "meeting", void 0);
|
40
13
|
__decorate([
|
41
14
|
observable
|
42
15
|
], State.prototype, "open", void 0);
|
@@ -46,10 +19,4 @@ __decorate([
|
|
46
19
|
__decorate([
|
47
20
|
observable
|
48
21
|
], State.prototype, "loading", void 0);
|
49
|
-
__decorate([
|
50
|
-
observable
|
51
|
-
], State.prototype, "hover", void 0);
|
52
|
-
__decorate([
|
53
|
-
observable
|
54
|
-
], State.prototype, "quickViewVisible", void 0);
|
55
22
|
//# sourceMappingURL=state.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"state.js","sourceRoot":"","sources":["../../../../../src/modules/meeting/components/MeetingItem/state.ts"],"names":[],"mappings":";AAAA,OAAO,
|
1
|
+
{"version":3,"file":"state.js","sourceRoot":"","sources":["../../../../../src/modules/meeting/components/MeetingItem/state.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAGlC,MAAM,OAAO,KAAK;IAAlB;QAEoB,SAAI,GAAG,KAAK,CAAC;QACb,aAAQ,GAAG,KAAK,CAAC;QACjB,YAAO,GAAG,KAAK,CAAC;IACpC,CAAC;CAAA;AAJY;IAAX,UAAU;sCAA0B;AACzB;IAAX,UAAU;mCAAqB;AACpB;IAAX,UAAU;uCAAyB;AACxB;IAAX,UAAU;sCAAwB"}
|
@@ -2,13 +2,14 @@ import React, { useState } from "react";
|
|
2
2
|
import DocumentTabs from "@voplus/morpho-document/es/components/DocumentTabs";
|
3
3
|
import MeetingDescription from "../MeetingDescription";
|
4
4
|
import MeetingHeader from "../MeetingHeader";
|
5
|
-
import {
|
5
|
+
import { useObserver } from "mobx-react-lite";
|
6
6
|
const MeetingPropertiesView = (props) => {
|
7
7
|
const { id } = props;
|
8
8
|
const [reload, setReload] = useState(true);
|
9
|
-
|
10
|
-
|
11
|
-
React.createElement(
|
9
|
+
const [readonly, setReadonly] = useState();
|
10
|
+
return useObserver(() => (React.createElement("div", { className: "module-detail-view" }, reload && (React.createElement(React.Fragment, null,
|
11
|
+
React.createElement(MeetingHeader, { id: id, onChangeReadonly: onChangeReadonly, onReLoad: onReLoad }),
|
12
|
+
React.createElement(DocumentTabs, { id: id, exclude: ["Agenda"], details: React.createElement(MeetingDescription, { id: id, readonly: readonly }) }))))));
|
12
13
|
/** reload data */
|
13
14
|
function onReLoad() {
|
14
15
|
setReload(false);
|
@@ -16,6 +17,9 @@ const MeetingPropertiesView = (props) => {
|
|
16
17
|
setReload(true);
|
17
18
|
}, 100);
|
18
19
|
}
|
20
|
+
function onChangeReadonly(newReadonly) {
|
21
|
+
setReadonly(newReadonly);
|
22
|
+
}
|
19
23
|
};
|
20
24
|
export default MeetingPropertiesView;
|
21
25
|
//# sourceMappingURL=index.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/modules/meeting/components/MeetingPropertiesView/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAExC,OAAO,YAAY,MAAM,oDAAoD,CAAC;AAC9E,OAAO,kBAAkB,MAAM,uBAAuB,CAAC;AACvD,OAAO,aAAa,MAAM,kBAAkB,CAAC;AAC7C,OAAO,EAAE,
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/modules/meeting/components/MeetingPropertiesView/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAExC,OAAO,YAAY,MAAM,oDAAoD,CAAC;AAC9E,OAAO,kBAAkB,MAAM,uBAAuB,CAAC;AACvD,OAAO,aAAa,MAAM,kBAAkB,CAAC;AAC7C,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAE9C,MAAM,qBAAqB,GAAG,CAAC,KAAqB,EAAE,EAAE;IACvD,MAAM,EAAE,EAAE,EAAE,GAAG,KAAK,CAAC;IACrB,MAAM,CAAC,MAAM,EAAE,SAAS,CAAC,GAAG,QAAQ,CAAC,IAAI,CAAC,CAAC;IAC3C,MAAM,CAAC,QAAQ,EAAE,WAAW,CAAC,GAAG,QAAQ,EAAW,CAAC;IAEpD,OAAO,WAAW,CAAC,GAAG,EAAE,CAAC,CACxB,6BAAK,SAAS,EAAC,oBAAoB,IACjC,MAAM,IAAI,CACV,oBAAC,KAAK,CAAC,QAAQ;QACd,oBAAC,aAAa,IAAC,EAAE,EAAE,EAAE,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,QAAQ,EAAE,QAAQ,GAAI;QACjF,oBAAC,YAAY,IACZ,EAAE,EAAE,EAAE,EACN,OAAO,EAAE,CAAC,QAAQ,CAAC,EACnB,OAAO,EAAE,oBAAC,kBAAkB,IAAC,EAAE,EAAE,EAAE,EAAE,QAAQ,EAAE,QAAQ,GAAI,GAC1D,CACc,CACjB,CACI,CACN,CAAC,CAAC;IACH,kBAAkB;IAClB,SAAS,QAAQ;QAChB,SAAS,CAAC,KAAK,CAAC,CAAC;QACjB,UAAU,CAAC,GAAG,EAAE;YACf,SAAS,CAAC,IAAI,CAAC,CAAC;QACjB,CAAC,EAAE,GAAG,CAAC,CAAC;IACT,CAAC;IACD,SAAS,gBAAgB,CAAC,WAAoB;QAC7C,WAAW,CAAC,WAAW,CAAC,CAAC;IAC1B,CAAC;AACF,CAAC,CAAC;AACF,eAAe,qBAAqB,CAAC"}
|
@@ -1,8 +1,7 @@
|
|
1
1
|
/// <reference types="react" />
|
2
|
-
import "./index.less";
|
3
2
|
declare const MeetingQuickViewDialog: (props: {
|
4
3
|
id: string;
|
5
|
-
visible?: boolean;
|
6
|
-
onCancel?: () => void;
|
4
|
+
visible?: boolean | undefined;
|
5
|
+
onCancel?: (() => void) | undefined;
|
7
6
|
}) => JSX.Element;
|
8
7
|
export default MeetingQuickViewDialog;
|
@@ -1,18 +1,11 @@
|
|
1
|
-
import "./index.less";
|
2
|
-
import React, { useState } from "react";
|
3
1
|
import MeetingDescription from "../MeetingDescription";
|
4
2
|
import MeetingHeader from "../MeetingHeader";
|
5
3
|
import QuickViewDialog from "@voplus/morpho-document/es/components/QuickViewDialog";
|
6
|
-
import
|
4
|
+
import React from "react";
|
5
|
+
import { useObserver } from "mobx-react-lite";
|
7
6
|
const MeetingQuickViewDialog = (props) => {
|
8
|
-
|
9
|
-
|
10
|
-
function onReload() {
|
11
|
-
setReload(false);
|
12
|
-
setTimeout(() => {
|
13
|
-
setReload(true);
|
14
|
-
}, 100);
|
15
|
-
}
|
7
|
+
return useObserver(() => (React.createElement(QuickViewDialog, { id: props.id, exclude: ["Agenda"], visible: props.visible, onCancel: props.onCancel, header: React.createElement(MeetingHeader, { id: props.id, reload: true }) },
|
8
|
+
React.createElement(MeetingDescription, { id: props.id }))));
|
16
9
|
};
|
17
10
|
export default MeetingQuickViewDialog;
|
18
11
|
//# sourceMappingURL=index.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/modules/meeting/components/MeetingQuickViewDialog/index.tsx"],"names":[],"mappings":"AAAA,OAAO,
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/modules/meeting/components/MeetingQuickViewDialog/index.tsx"],"names":[],"mappings":"AAAA,OAAO,kBAAkB,MAAM,uBAAuB,CAAC;AACvD,OAAO,aAAa,MAAM,kBAAkB,CAAC;AAC7C,OAAO,eAAe,MAAM,uDAAuD,CAAC;AACpF,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAE9C,MAAM,sBAAsB,GAAG,CAAC,KAI/B,EAAE,EAAE;IACJ,OAAO,WAAW,CAAC,GAAG,EAAE,CAAC,CACxB,oBAAC,eAAe,IACf,EAAE,EAAE,KAAK,CAAC,EAAE,EACZ,OAAO,EAAE,CAAC,QAAQ,CAAC,EACnB,OAAO,EAAE,KAAK,CAAC,OAAO,EACtB,QAAQ,EAAE,KAAK,CAAC,QAAQ,EACxB,MAAM,EAAE,oBAAC,aAAa,IAAC,EAAE,EAAE,KAAK,CAAC,EAAE,EAAE,MAAM,EAAE,IAAI,GAAI;QAErD,oBAAC,kBAAkB,IAAC,EAAE,EAAE,KAAK,CAAC,EAAE,GAAI,CACnB,CAClB,CAAC,CAAC;AACJ,CAAC,CAAC;AAEF,eAAe,sBAAsB,CAAC"}
|
@@ -1,9 +1,3 @@
|
|
1
1
|
/// <reference types="react" />
|
2
|
-
declare const NewMeetingForm: (
|
3
|
-
parentId?: string;
|
4
|
-
/** 新增时只显示Name填写的FormItem */
|
5
|
-
simple?: boolean;
|
6
|
-
/** cancel added */
|
7
|
-
onCancel?: () => void;
|
8
|
-
}) => JSX.Element;
|
2
|
+
declare const NewMeetingForm: () => JSX.Element;
|
9
3
|
export default NewMeetingForm;
|
@@ -1,20 +1,18 @@
|
|
1
|
-
import {
|
1
|
+
import { faClock, faMapMarkerAlt, faUserFriends } from "@fortawesome/pro-light-svg-icons";
|
2
|
+
import { FontAwesomeIcon as FAIcon } from "@fortawesome/react-fontawesome";
|
3
|
+
import { Button, Checkbox, Col, DatePicker, Form, Input, message, Row, Select } from "@voplus/antd";
|
4
|
+
import { useAsideContentContext } from "@voplus/morpho-ui/es/components/layout/AsideContent";
|
5
|
+
import { useObserver } from "mobx-react-lite";
|
6
|
+
import moment from "moment";
|
2
7
|
import React, { createRef, useState } from "react";
|
3
|
-
import
|
8
|
+
import AvatarList from "../../../../components/AvatarList";
|
9
|
+
import { useMeetingStore } from "../../../../data/meeting";
|
4
10
|
import AgendaNewForm from "../AgendaList/AgendaNewForm";
|
5
|
-
import AvatarList from "@voplus/morpho-document/es/components/AvatarList";
|
6
|
-
import { FontAwesomeIcon as FAIcon } from "@fortawesome/react-fontawesome";
|
7
11
|
import MeetingPropertiesView from "../MeetingPropertiesView";
|
8
|
-
import ProseMirror from "@voplus/morpho-text/es/controls/ProseMirror";
|
9
|
-
import { State } from "./state";
|
10
|
-
import moment from "moment";
|
11
|
-
import { observe } from "@voplus/morpho-ui";
|
12
|
-
import { runInAction } from "mobx";
|
13
12
|
import styles from "./index.less";
|
14
|
-
import {
|
15
|
-
|
16
|
-
|
17
|
-
const NewMeetingForm = (props) => {
|
13
|
+
import { State } from "./state";
|
14
|
+
const { TextArea } = Input;
|
15
|
+
const NewMeetingForm = () => {
|
18
16
|
const Params = {
|
19
17
|
Name: "",
|
20
18
|
Description: "",
|
@@ -23,80 +21,106 @@ const NewMeetingForm = (props) => {
|
|
23
21
|
Venue: "",
|
24
22
|
Url: "",
|
25
23
|
MemberIds: [],
|
26
|
-
Agendas: []
|
24
|
+
Agendas: []
|
27
25
|
};
|
28
26
|
const meetings = useMeetingStore();
|
29
27
|
const [state] = useState(new State());
|
30
28
|
const asideContext = useAsideContentContext();
|
31
|
-
const
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
React.createElement(Form.Item, { label: "Title for your meeting" },
|
36
|
-
React.createElement(Input, { autoFocus: true, value: state.params.Name, onChange: (e) => runInAction(() => (state.params.Name = e.target.value)) })),
|
37
|
-
React.createElement(Form.Item, { label: "Description or objectives of your meeting" },
|
38
|
-
React.createElement(ProseMirror, { toolbarProps: { sticky: false }, scroll: true, className: "proseMirror", onChange: (opt) => runInAction(() => (state.params.Description =
|
39
|
-
opt.editor.dom.innerHTML === "<p><br></p>" ? "" : opt.editor.dom.innerHTML)) })),
|
40
|
-
React.createElement(Row, { justify: "space-between" },
|
41
|
-
React.createElement(Col, { span: 12 },
|
42
|
-
React.createElement(Form.Item, { label: "Start Time" },
|
43
|
-
React.createElement(DatePicker, { showTime: { format: "HH:mm" }, format: "YYYY-MM-DD HH:mm", disabledDate: disabledStartTime, value: state.params.StartTime, onChange: (value) => runInAction(() => (state.params.StartTime = value)) }))),
|
44
|
-
React.createElement(Col, { span: 12 },
|
45
|
-
React.createElement(Form.Item, { label: "End Time" },
|
46
|
-
React.createElement(DatePicker, { showTime: { format: "HH:mm" }, format: "YYYY-MM-DD HH:mm", disabledDate: disabledEndTime, value: state.params.EndTime, onChange: (value) => runInAction(() => (state.params.EndTime = value)) })))),
|
47
|
-
React.createElement(Form.Item, null,
|
48
|
-
React.createElement(FAIcon, { icon: faUserFriends, className: "margin-right-10" }),
|
49
|
-
React.createElement(AvatarList, { organizationId: user.info.organizationId, multiple: true, buttonText: "Ok", onChange: (ids) => state.onChangMember(ids) })),
|
50
|
-
React.createElement(Form.Item, { label: "Enter Place" },
|
51
|
-
React.createElement(Input, { prefix: React.createElement(FAIcon, { icon: faMapMarkerAlt }), value: state.params.Venue, onChange: (e) => runInAction(() => (state.params.Venue = e.target.value)) })),
|
52
|
-
React.createElement(Form.Item, { label: "Agenda" },
|
53
|
-
React.createElement(AgendaNewForm, { ref: agendaRef, addOnly: true, onChange: (params) => state.onChangeAgenda(params) })),
|
54
|
-
React.createElement(Form.Item, null,
|
55
|
-
React.createElement(Row, { justify: "end" },
|
56
|
-
React.createElement(Space, null,
|
57
|
-
React.createElement(Button, { onClick: () => runInAction(() => asideContext.closeAside()) }, "Cancel"),
|
58
|
-
React.createElement(Button, { loading: state.loading, type: "primary", onClick: onSubmit }, "Submit")))))))));
|
59
|
-
function disabledStartTime(StartTime) {
|
29
|
+
const onChangMember = (ids) => {
|
30
|
+
state.params.MemberIds = ids;
|
31
|
+
};
|
32
|
+
const disabledStartTime = (StartTime) => {
|
60
33
|
const { EndTime } = state.params;
|
61
34
|
if (!StartTime || !EndTime) {
|
62
35
|
return false;
|
63
36
|
}
|
64
37
|
return +moment(StartTime) > +moment(EndTime);
|
65
|
-
}
|
66
|
-
|
38
|
+
};
|
39
|
+
const disabledEndTime = (EndTime) => {
|
67
40
|
const { StartTime } = state.params;
|
68
41
|
if (!EndTime || !StartTime) {
|
69
42
|
return false;
|
70
43
|
}
|
71
|
-
return +moment(EndTime)
|
72
|
-
}
|
73
|
-
|
44
|
+
return +moment(EndTime) <= +moment(StartTime);
|
45
|
+
};
|
46
|
+
// 不可选hour
|
47
|
+
const hours = Array.from(new Array(24).keys());
|
48
|
+
const disabledHours = (value, type) => {
|
49
|
+
const { StartTime, EndTime } = state.params;
|
50
|
+
if (!value || +moment(EndTime).startOf("day") > +moment(StartTime).startOf("day"))
|
51
|
+
return [];
|
52
|
+
const hour = moment(value).get("hour");
|
53
|
+
return hours.filter(h => (type === "EndTime" ? h <= hour : h > hour));
|
54
|
+
};
|
55
|
+
// 不可选minute
|
56
|
+
const minutes = Array.from(new Array(60).keys());
|
57
|
+
const disabledMinutes = (value, type) => {
|
58
|
+
const { StartTime, EndTime } = state.params;
|
59
|
+
if (moment(EndTime).get("hour") === moment(StartTime).get("hour")) {
|
60
|
+
const minute = moment(value).get("minute");
|
61
|
+
return minutes.filter(m => (type === "EndTime" ? m <= minute : m > minute));
|
62
|
+
}
|
63
|
+
return [];
|
64
|
+
};
|
65
|
+
const onChangeAgenda = (params) => {
|
66
|
+
state.params.Agendas = params;
|
67
|
+
};
|
68
|
+
const changeAllDay = (e) => {
|
74
69
|
state.allDay = e.target.checked;
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
70
|
+
if (e.target.checked) {
|
71
|
+
state.params.StartTime = moment().startOf("day");
|
72
|
+
state.params.EndTime = moment().endOf("day");
|
73
|
+
}
|
74
|
+
};
|
75
|
+
const agendaRef = createRef();
|
76
|
+
const onSubmit = async () => {
|
79
77
|
if (!state.params.Name)
|
80
78
|
return message.warning("Title is required");
|
81
79
|
state.loading = true;
|
82
|
-
const res = await meetings.create(
|
83
|
-
data: { ...state.params, ParentId: props.parentId },
|
84
|
-
error: "message",
|
85
|
-
});
|
80
|
+
const res = await meetings.create(state.params);
|
86
81
|
state.loading = false;
|
87
|
-
|
88
|
-
asideContext.openAside(React.createElement(MeetingPropertiesView, { id: res.id }), { span: 12 });
|
82
|
+
asideContext.openAside(React.createElement(MeetingPropertiesView, { id: res.id }), { span: 12 });
|
89
83
|
state.params = Params;
|
90
84
|
if (agendaRef.current)
|
91
85
|
agendaRef.current.clear();
|
92
|
-
}
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
(
|
99
|
-
|
86
|
+
};
|
87
|
+
return useObserver(() => (React.createElement(Form, { layout: "vertical", className: styles["new-meeting-form"] },
|
88
|
+
React.createElement(Form.Item, { label: "Title for your meeting" },
|
89
|
+
React.createElement(Input, { autoFocus: true, value: state.params.Name, onChange: e => (state.params.Name = e.target.value) })),
|
90
|
+
React.createElement(Form.Item, { label: "Description or objectives of you meeting" },
|
91
|
+
React.createElement(TextArea, { value: state.params.Description, rows: 2, onChange: e => (state.params.Description = e.target.value) })),
|
92
|
+
React.createElement(Form.Item, { label: "" },
|
93
|
+
React.createElement(Row, null,
|
94
|
+
React.createElement(Col, { span: 16 },
|
95
|
+
React.createElement("span", { className: "date-title" }, "Start"),
|
96
|
+
React.createElement(DatePicker, { showTime: { format: "HH:mm" }, format: "YYYY-MM-DD HH:mm", placeholder: "StartTime", disabledDate: disabledStartTime, value: state.params.StartTime, onChange: value => (state.params.StartTime = value) })),
|
97
|
+
React.createElement(Col, { span: 8 },
|
98
|
+
React.createElement(Row, { type: "flex", align: "middle" },
|
99
|
+
React.createElement(FAIcon, { icon: faClock, className: "margin-right-10" }),
|
100
|
+
React.createElement(Checkbox, { value: state.allDay, onChange: changeAllDay }, "All day"))))),
|
101
|
+
React.createElement(Form.Item, { label: "" },
|
102
|
+
React.createElement(Row, null,
|
103
|
+
React.createElement(Col, { span: 16 },
|
104
|
+
React.createElement("span", { className: "date-title" }, "End"),
|
105
|
+
React.createElement(DatePicker, { showTime: { format: "HH:mm" }, format: "YYYY-MM-DD HH:mm", placeholder: "EndTime", disabledDate: disabledEndTime, value: state.params.EndTime, onChange: value => (state.params.EndTime = value) })),
|
106
|
+
React.createElement(Col, { span: 8 },
|
107
|
+
React.createElement(Row, { type: "flex", align: "middle" },
|
108
|
+
React.createElement(FAIcon, { icon: faClock }),
|
109
|
+
React.createElement(Select, { value: state.endTimeType, onChange: (value) => (state.endTimeType = value) },
|
110
|
+
React.createElement(Select.Option, { value: "Once" }, "Once"),
|
111
|
+
React.createElement(Select.Option, { value: "Daily" }, "Daily"),
|
112
|
+
React.createElement(Select.Option, { value: "Weekly" }, "Weekly")))))),
|
113
|
+
React.createElement(Form.Item, null,
|
114
|
+
React.createElement(FAIcon, { icon: faUserFriends, className: "margin-right-10" }),
|
115
|
+
React.createElement(AvatarList, { multiple: true, onChange: onChangMember })),
|
116
|
+
React.createElement(Form.Item, { label: "Enter Place" },
|
117
|
+
React.createElement(Input, { prefix: React.createElement(FAIcon, { icon: faMapMarkerAlt }), value: state.params.Venue, onChange: e => (state.params.Venue = e.target.value) })),
|
118
|
+
React.createElement(Form.Item, { label: "Agenda" },
|
119
|
+
React.createElement(AgendaNewForm, { ref: agendaRef, addOnly: true, onChange: onChangeAgenda })),
|
120
|
+
React.createElement(Form.Item, null,
|
121
|
+
React.createElement(Row, { type: "flex", justify: "end" },
|
122
|
+
React.createElement(Button, { type: "danger", ghost: true, onClick: () => asideContext.closeAside(), className: "margin-right-20" }, "Cancel"),
|
123
|
+
React.createElement(Button, { loading: state.loading, type: "primary", onClick: onSubmit }, "Submit"))))));
|
100
124
|
};
|
101
125
|
export default NewMeetingForm;
|
102
126
|
//# sourceMappingURL=index.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/modules/meeting/components/NewMeetingForm/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/modules/meeting/components/NewMeetingForm/index.tsx"],"names":[],"mappings":"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"}
|
@@ -1,46 +1,19 @@
|
|
1
1
|
import { __decorate } from "tslib";
|
2
|
-
import {
|
2
|
+
import { observable } from "mobx";
|
3
3
|
export class State {
|
4
4
|
constructor() {
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
}
|
18
|
-
});
|
19
|
-
Object.defineProperty(this, "loading", {
|
20
|
-
enumerable: true,
|
21
|
-
configurable: true,
|
22
|
-
writable: true,
|
23
|
-
value: false
|
24
|
-
});
|
25
|
-
Object.defineProperty(this, "allDay", {
|
26
|
-
enumerable: true,
|
27
|
-
configurable: true,
|
28
|
-
writable: true,
|
29
|
-
value: false
|
30
|
-
});
|
31
|
-
Object.defineProperty(this, "endTimeType", {
|
32
|
-
enumerable: true,
|
33
|
-
configurable: true,
|
34
|
-
writable: true,
|
35
|
-
value: "Once"
|
36
|
-
});
|
37
|
-
makeObservable(this);
|
38
|
-
}
|
39
|
-
onChangeAgenda(params) {
|
40
|
-
this.params.Agendas = params;
|
41
|
-
}
|
42
|
-
onChangMember(ids) {
|
43
|
-
this.params.MemberIds = ids;
|
5
|
+
this.params = {
|
6
|
+
Name: "",
|
7
|
+
Description: "",
|
8
|
+
StartTime: undefined,
|
9
|
+
EndTime: undefined,
|
10
|
+
Url: "",
|
11
|
+
MemberIds: [],
|
12
|
+
Agendas: []
|
13
|
+
};
|
14
|
+
this.loading = false;
|
15
|
+
this.allDay = false;
|
16
|
+
this.endTimeType = "Once";
|
44
17
|
}
|
45
18
|
}
|
46
19
|
__decorate([
|
@@ -55,10 +28,4 @@ __decorate([
|
|
55
28
|
__decorate([
|
56
29
|
observable
|
57
30
|
], State.prototype, "endTimeType", void 0);
|
58
|
-
__decorate([
|
59
|
-
action
|
60
|
-
], State.prototype, "onChangeAgenda", null);
|
61
|
-
__decorate([
|
62
|
-
action
|
63
|
-
], State.prototype, "onChangMember", null);
|
64
31
|
//# sourceMappingURL=state.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"state.js","sourceRoot":"","sources":["../../../../../src/modules/meeting/components/NewMeetingForm/state.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,
|
1
|
+
{"version":3,"file":"state.js","sourceRoot":"","sources":["../../../../../src/modules/meeting/components/NewMeetingForm/state.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAElC,MAAM,OAAO,KAAK;IAAlB;QACoB,WAAM,GAAQ;YAChC,IAAI,EAAE,EAAE;YACR,WAAW,EAAE,EAAE;YACf,SAAS,EAAE,SAAS;YACpB,OAAO,EAAE,SAAS;YAClB,GAAG,EAAE,EAAE;YACP,SAAS,EAAE,EAAE;YACb,OAAO,EAAE,EAAE;SACX,CAAC;QACiB,YAAO,GAAG,KAAK,CAAC;QAChB,WAAM,GAAG,KAAK,CAAC;QACf,gBAAW,GAAG,MAAM,CAAC;IACzC,CAAC;CAAA;AAZY;IAAX,UAAU;qCAQT;AACU;IAAX,UAAU;sCAAwB;AACvB;IAAX,UAAU;qCAAuB;AACtB;IAAX,UAAU;0CAA6B"}
|
@@ -0,0 +1,40 @@
|
|
1
|
+
import { useTabItem } from "@voplus/morpho-data";
|
2
|
+
import { ListView } from "@voplus/morpho-ui";
|
3
|
+
import { toJS } from "mobx";
|
4
|
+
import { useObserver } from "mobx-react-lite";
|
5
|
+
import React, { useEffect, useState } from "react";
|
6
|
+
import { useMeetingListEffect, useMeetingStore } from "../../../../data/meeting";
|
7
|
+
import MeetingItem from "../../components/MeetingItem";
|
8
|
+
import MeetingPropertiesView from "../../components/MeetingPropertiesView";
|
9
|
+
import NewMeetingForm from "../../components/NewMeetingForm";
|
10
|
+
import { State } from "./state";
|
11
|
+
const MeetingList = () => {
|
12
|
+
const tab = useTabItem();
|
13
|
+
tab.title = "Meetings";
|
14
|
+
const meetings = useMeetingStore();
|
15
|
+
const [state] = useState(new State(meetings));
|
16
|
+
useEffect(() => {
|
17
|
+
state.subscribeOnMeetingCreateCallback();
|
18
|
+
}, []);
|
19
|
+
// useObserver(() => {
|
20
|
+
useMeetingListEffect(list => {
|
21
|
+
state.meetings = list;
|
22
|
+
state.loading = false;
|
23
|
+
}, { Sort: toJS(state.data), Page: { Page: state.page, PageSize: 20 } });
|
24
|
+
useEffect(() => {
|
25
|
+
state.page = 1;
|
26
|
+
state.meetings = [];
|
27
|
+
state.loading = true;
|
28
|
+
}, [JSON.stringify(state.data)]);
|
29
|
+
// });
|
30
|
+
const onSort = (data) => {
|
31
|
+
state.data = data;
|
32
|
+
};
|
33
|
+
const loadData = () => {
|
34
|
+
state.loading = true;
|
35
|
+
state.page = state.page + 1;
|
36
|
+
};
|
37
|
+
return useObserver(() => (React.createElement(ListView, { data: state.meetings, loading: state.loading, formViewTitle: "Add Meeting", formView: React.createElement(NewMeetingForm, null), defaultView: (id) => React.createElement(MeetingPropertiesView, { id: id }), renderItem: ({ item }) => React.createElement(MeetingItem, { id: item.id }), loadMore: loadData, onSort: onSort })));
|
38
|
+
};
|
39
|
+
export default MeetingList;
|
40
|
+
//# sourceMappingURL=index.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/modules/meeting/pages/MeetingList/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AACjD,OAAO,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAC7C,OAAO,EAAE,IAAI,EAAE,MAAM,MAAM,CAAC;AAC5B,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAC9C,OAAO,KAAK,EAAE,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACnD,OAAO,EAAE,oBAAoB,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAC;AACjF,OAAO,WAAW,MAAM,8BAA8B,CAAC;AACvD,OAAO,qBAAqB,MAAM,wCAAwC,CAAC;AAC3E,OAAO,cAAc,MAAM,iCAAiC,CAAC;AAC7D,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAEhC,MAAM,WAAW,GAAG,GAAG,EAAE;IACxB,MAAM,GAAG,GAAG,UAAU,EAAE,CAAC;IACzB,GAAG,CAAC,KAAK,GAAG,UAAU,CAAC;IACvB,MAAM,QAAQ,GAAG,eAAe,EAAE,CAAC;IACnC,MAAM,CAAC,KAAK,CAAC,GAAG,QAAQ,CAAC,IAAI,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC;IAC9C,SAAS,CAAC,GAAG,EAAE;QACd,KAAK,CAAC,gCAAgC,EAAE,CAAC;IAC1C,CAAC,EAAE,EAAE,CAAC,CAAC;IACP,sBAAsB;IACtB,oBAAoB,CACnB,IAAI,CAAC,EAAE;QACN,KAAK,CAAC,QAAQ,GAAG,IAAI,CAAC;QACtB,KAAK,CAAC,OAAO,GAAG,KAAK,CAAC;IACvB,CAAC,EACD,EAAE,IAAI,EAAE,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,KAAK,CAAC,IAAI,EAAE,QAAQ,EAAE,EAAE,EAAE,EAAE,CACpE,CAAC;IACF,SAAS,CAAC,GAAG,EAAE;QACd,KAAK,CAAC,IAAI,GAAG,CAAC,CAAC;QACf,KAAK,CAAC,QAAQ,GAAG,EAAE,CAAC;QACpB,KAAK,CAAC,OAAO,GAAG,IAAI,CAAC;IACtB,CAAC,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;IACjC,MAAM;IACN,MAAM,MAAM,GAAG,CAAC,IAAS,EAAE,EAAE;QAC5B,KAAK,CAAC,IAAI,GAAG,IAAI,CAAC;IACnB,CAAC,CAAC;IACF,MAAM,QAAQ,GAAG,GAAG,EAAE;QACrB,KAAK,CAAC,OAAO,GAAG,IAAI,CAAC;QACrB,KAAK,CAAC,IAAI,GAAG,KAAK,CAAC,IAAI,GAAG,CAAC,CAAC;IAC7B,CAAC,CAAC;IACF,OAAO,WAAW,CAAC,GAAG,EAAE,CAAC,CACxB,oBAAC,QAAQ,IACR,IAAI,EAAE,KAAK,CAAC,QAAQ,EACpB,OAAO,EAAE,KAAK,CAAC,OAAO,EACtB,aAAa,EAAC,aAAa,EAC3B,QAAQ,EAAE,oBAAC,cAAc,OAAG,EAC5B,WAAW,EAAE,CAAC,EAAU,EAAE,EAAE,CAAC,oBAAC,qBAAqB,IAAC,EAAE,EAAE,EAAE,GAAI,EAC9D,UAAU,EAAE,CAAC,EAAE,IAAI,EAAO,EAAE,EAAE,CAAC,oBAAC,WAAW,IAAC,EAAE,EAAE,IAAI,CAAC,EAAE,GAAI,EAC3D,QAAQ,EAAE,QAAQ,EAClB,MAAM,EAAE,MAAM,GACb,CACF,CAAC,CAAC;AACJ,CAAC,CAAC;AACF,eAAe,WAAW,CAAC"}
|
@@ -0,0 +1,14 @@
|
|
1
|
+
import { SortParameters } from "@voplus/morpho-data/es/types";
|
2
|
+
import { IMeeting, MeetingStore } from "../../../../data/meeting";
|
3
|
+
export declare class State {
|
4
|
+
private _store;
|
5
|
+
constructor(_store: MeetingStore);
|
6
|
+
meetings: IMeeting[];
|
7
|
+
loading: boolean;
|
8
|
+
page: number;
|
9
|
+
data: SortParameters;
|
10
|
+
onMeetingCreated: (s: MeetingStore, t: IMeeting) => void;
|
11
|
+
onMeetingDeleted: (s: MeetingStore, t: IMeeting) => void;
|
12
|
+
onMeetingMoved: (targetId: string, t: string[]) => void;
|
13
|
+
subscribeOnMeetingCreateCallback: () => () => void;
|
14
|
+
}
|