@voplus/morpho-workspace 9.0.6 → 9.0.7
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/components/AutoSequenceDialog/index.css +12 -0
- package/es/components/AutoSequenceDialog/index.d.ts +1 -1
- package/es/components/AutoSequenceDialog/index.js +1 -1
- package/es/components/AutoSequenceDialog/index.js.map +1 -1
- package/es/components/TeamTaskList/index.css +2 -0
- package/es/components/TeamTaskList/index.d.ts +1 -1
- package/es/components/TeamTaskList/index.js +1 -1
- package/es/components/TeamTaskList/index.js.map +1 -1
- package/es/controls/Corner/index.css +5 -0
- package/es/controls/Corner/index.d.ts +1 -1
- package/es/controls/Corner/index.js +1 -1
- package/es/controls/Corner/index.js.map +1 -1
- package/es/controls/InlineSearch/index.css +8 -0
- package/es/controls/InlineSearch/index.d.ts +1 -0
- package/es/controls/InlineSearch/index.js +2 -2
- package/es/controls/InlineSearch/index.js.map +1 -1
- package/es/controls/MoreOperateDropdown/{index.less → index.css} +2 -5
- package/es/controls/MoreOperateDropdown/index.d.ts +1 -0
- package/es/controls/MoreOperateDropdown/index.js +3 -3
- package/es/controls/MoreOperateDropdown/index.js.map +1 -1
- package/es/controls/NodeLink/index.css +6 -0
- package/es/controls/NodeLink/index.d.ts +1 -0
- package/es/controls/NodeLink/index.js +2 -2
- package/es/controls/NodeLink/index.js.map +1 -1
- package/es/controls/StickyAddButton/index.css +20 -0
- package/es/controls/StickyAddButton/index.d.ts +1 -1
- package/es/controls/StickyAddButton/index.js +1 -1
- package/es/controls/StickyAddButton/index.js.map +1 -1
- package/es/controls/filters/AssigneeViewFilter/index.css +22 -0
- package/es/controls/filters/AssigneeViewFilter/index.d.ts +1 -1
- package/es/controls/filters/AssigneeViewFilter/index.js +1 -1
- package/es/controls/filters/AssigneeViewFilter/index.js.map +1 -1
- package/es/index.d.ts +1 -1
- package/es/index.js +2 -2
- package/es/index.js.map +1 -1
- package/es/modules/board/components/Board/index.css +146 -0
- package/es/modules/board/components/Board/index.d.ts +1 -0
- package/es/modules/board/components/Board/index.js +2 -2
- package/es/modules/board/components/Board/index.js.map +1 -1
- package/es/modules/board/components/BoardColumn/index.css +255 -0
- package/es/modules/board/components/BoardColumn/index.d.ts +1 -0
- package/es/modules/board/components/BoardColumn/index.js +2 -2
- package/es/modules/board/components/BoardColumn/index.js.map +1 -1
- package/es/modules/board/components/BoardPropertiesView/index.css +10 -0
- package/es/modules/board/components/BoardPropertiesView/index.d.ts +1 -1
- package/es/modules/board/components/BoardPropertiesView/index.js +1 -1
- package/es/modules/board/components/BoardPropertiesView/index.js.map +1 -1
- package/es/modules/board/components/BoardTabs/index.css +8 -0
- package/es/modules/board/components/BoardTabs/index.d.ts +1 -1
- package/es/modules/board/components/BoardTabs/index.js +1 -1
- package/es/modules/board/components/BoardTabs/index.js.map +1 -1
- package/es/modules/board/components/SubDocumentList/index.css +54 -0
- package/es/modules/board/components/SubDocumentList/index.d.ts +1 -0
- package/es/modules/board/components/SubDocumentList/index.js +2 -2
- package/es/modules/board/components/SubDocumentList/index.js.map +1 -1
- package/es/modules/board/pages/BoardPage/index.css +19 -0
- package/es/modules/board/pages/BoardPage/index.d.ts +1 -1
- package/es/modules/board/pages/BoardPage/index.js +1 -1
- package/es/modules/board/pages/BoardPage/index.js.map +1 -1
- package/es/modules/board/pages/BoardViewList/index.css +13 -0
- package/es/modules/board/pages/BoardViewList/index.d.ts +1 -0
- package/es/modules/board/pages/BoardViewList/index.js +3 -3
- package/es/modules/board/pages/BoardViewList/index.js.map +1 -1
- package/es/modules/calendar/components/CalendarMenu/index.css +30 -0
- package/es/modules/calendar/components/CalendarMenu/index.d.ts +1 -0
- package/es/modules/calendar/components/CalendarMenu/index.js +2 -2
- package/es/modules/calendar/components/CalendarMenu/index.js.map +1 -1
- package/es/modules/calendar/pages/CalendarMonth/index.css +250 -0
- package/es/modules/calendar/pages/CalendarMonth/index.d.ts +1 -0
- package/es/modules/calendar/pages/CalendarMonth/index.js +3 -3
- package/es/modules/calendar/pages/CalendarMonth/index.js.map +1 -1
- package/es/modules/meeting/components/AgendaList/AgendaHeader/index.css +11 -0
- package/es/modules/meeting/components/AgendaList/AgendaHeader/index.d.ts +1 -0
- package/es/modules/meeting/components/AgendaList/AgendaHeader/index.js +2 -2
- package/es/modules/meeting/components/AgendaList/AgendaHeader/index.js.map +1 -1
- package/es/modules/meeting/components/AgendaList/AgendaItem/components/TaskList/index.d.ts +1 -1
- package/es/modules/meeting/components/AgendaList/AgendaItem/components/TaskList/index.js +1 -1
- package/es/modules/meeting/components/AgendaList/AgendaItem/components/TaskList/index.js.map +1 -1
- package/es/modules/meeting/components/AgendaList/AgendaItem/index.css +130 -0
- package/es/modules/meeting/components/AgendaList/AgendaItem/index.d.ts +1 -1
- package/es/modules/meeting/components/AgendaList/AgendaItem/index.js +1 -1
- package/es/modules/meeting/components/AgendaList/AgendaItem/index.js.map +1 -1
- package/es/modules/meeting/components/AgendaList/AgendaNewForm/{index.less → index.css} +18 -24
- package/es/modules/meeting/components/AgendaList/AgendaNewForm/index.d.ts +1 -0
- package/es/modules/meeting/components/AgendaList/AgendaNewForm/index.js +5 -5
- package/es/modules/meeting/components/AgendaList/AgendaNewForm/index.js.map +1 -1
- package/es/modules/meeting/components/AgendaList/index.css +44 -0
- package/es/modules/meeting/components/AgendaList/index.d.ts +1 -1
- package/es/modules/meeting/components/AgendaList/index.js +1 -1
- package/es/modules/meeting/components/AgendaList/index.js.map +1 -1
- package/es/modules/meeting/components/MeetingDescription/index.css +10 -0
- package/es/modules/meeting/components/MeetingDescription/index.d.ts +1 -0
- package/es/modules/meeting/components/MeetingDescription/index.js +2 -2
- package/es/modules/meeting/components/MeetingDescription/index.js.map +1 -1
- package/es/modules/meeting/components/MeetingHeader/index.css +11 -0
- package/es/modules/meeting/components/MeetingHeader/index.d.ts +1 -1
- package/es/modules/meeting/components/MeetingHeader/index.js +1 -1
- package/es/modules/meeting/components/MeetingHeader/index.js.map +1 -1
- package/es/modules/meeting/components/MeetingItem/index.css +65 -0
- package/es/modules/meeting/components/MeetingItem/index.d.ts +1 -1
- package/es/modules/meeting/components/MeetingItem/index.js +1 -1
- package/es/modules/meeting/components/MeetingItem/index.js.map +1 -1
- package/es/modules/meeting/components/MeetingList/index.css +2 -0
- package/es/modules/meeting/components/MeetingList/index.d.ts +1 -1
- package/es/modules/meeting/components/MeetingList/index.js +1 -1
- package/es/modules/meeting/components/MeetingList/index.js.map +1 -1
- package/es/modules/meeting/components/MeetingPropertiesView/index.less +3 -5
- package/es/modules/meeting/components/MeetingQuickViewDialog/index.js.map +1 -1
- package/es/modules/meeting/components/MeetingTaskList/index.css +28 -0
- package/es/modules/meeting/components/MeetingTaskList/index.d.ts +1 -0
- package/es/modules/meeting/components/MeetingTaskList/index.js +2 -2
- package/es/modules/meeting/components/MeetingTaskList/index.js.map +1 -1
- package/es/modules/meeting/components/MeetingsFolderProperitesView/index.css +6 -0
- package/es/modules/meeting/components/MeetingsFolderProperitesView/index.d.ts +1 -1
- package/es/modules/meeting/components/MeetingsFolderProperitesView/index.js +1 -1
- package/es/modules/meeting/components/MeetingsFolderProperitesView/index.js.map +1 -1
- package/es/modules/meeting/components/MeetingsFolderQuickViewDialog/index.css +5 -0
- package/es/modules/meeting/components/MeetingsFolderQuickViewDialog/index.d.ts +1 -0
- package/es/modules/meeting/components/MeetingsFolderQuickViewDialog/index.js +2 -2
- package/es/modules/meeting/components/MeetingsFolderQuickViewDialog/index.js.map +1 -1
- package/es/modules/meeting/components/NewMeetingForm/index.css +33 -0
- package/es/modules/meeting/components/NewMeetingForm/index.d.ts +1 -0
- package/es/modules/meeting/components/NewMeetingForm/index.js +2 -2
- package/es/modules/meeting/components/NewMeetingForm/index.js.map +1 -1
- package/es/modules/meeting/controls/MeetingTasksProgressDataIcon/index.css +5 -0
- package/es/modules/meeting/controls/MeetingTasksProgressDataIcon/index.d.ts +1 -1
- package/es/modules/meeting/controls/MeetingTasksProgressDataIcon/index.js +1 -1
- package/es/modules/meeting/controls/MeetingTasksProgressDataIcon/index.js.map +1 -1
- package/es/modules/meeting/pages/MeetingDefaultView/{index.less → index.css} +0 -2
- package/es/modules/meeting/pages/MeetingDefaultView/index.d.ts +1 -0
- package/es/modules/meeting/pages/MeetingDefaultView/index.js +2 -2
- package/es/modules/meeting/pages/MeetingDefaultView/index.js.map +1 -1
- package/es/modules/meeting/pages/MeetingTabView/index.css +19 -0
- package/es/modules/meeting/pages/MeetingTabView/index.d.ts +1 -0
- package/es/modules/meeting/pages/MeetingTabView/index.js +2 -2
- package/es/modules/meeting/pages/MeetingTabView/index.js.map +1 -1
- package/es/modules/meeting/styles/MeetingMinView.less +21 -25
- package/es/modules/menus/components/AddUsers/index.css +5 -0
- package/es/modules/menus/components/AddUsers/index.d.ts +1 -0
- package/es/modules/menus/components/AddUsers/index.js +2 -2
- package/es/modules/menus/components/AddUsers/index.js.map +1 -1
- package/es/modules/menus/components/UsersList/index.css +61 -0
- package/es/modules/menus/components/UsersList/index.d.ts +1 -0
- package/es/modules/menus/components/UsersList/index.js +3 -3
- package/es/modules/menus/components/UsersList/index.js.map +1 -1
- package/es/modules/menus/pages/ListOptions/Company/index.css +18 -0
- package/es/modules/menus/pages/ListOptions/Company/index.d.ts +1 -0
- package/es/modules/menus/pages/ListOptions/Company/index.js +2 -2
- package/es/modules/menus/pages/ListOptions/Company/index.js.map +1 -1
- package/es/modules/menus/pages/ListOptions/Teams/index.css +42 -0
- package/es/modules/menus/pages/ListOptions/Teams/index.d.ts +1 -0
- package/es/modules/menus/pages/ListOptions/Teams/index.js +3 -3
- package/es/modules/menus/pages/ListOptions/Teams/index.js.map +1 -1
- package/es/modules/menus/pages/ListOptions/Users/index.css +39 -0
- package/es/modules/menus/pages/ListOptions/Users/index.d.ts +1 -0
- package/es/modules/menus/pages/ListOptions/Users/index.js +2 -2
- package/es/modules/menus/pages/ListOptions/Users/index.js.map +1 -1
- package/es/modules/notification/components/AllNewNotificationItem/index.css +20 -0
- package/es/modules/notification/components/AllNewNotificationItem/index.d.ts +1 -1
- package/es/modules/notification/components/AllNewNotificationItem/index.js +1 -1
- package/es/modules/notification/components/AllNewNotificationItem/index.js.map +1 -1
- package/es/modules/notification/components/AllNewNotificationTableItem/index.css +34 -0
- package/es/modules/notification/components/AllNewNotificationTableItem/index.d.ts +1 -1
- package/es/modules/notification/components/AllNewNotificationTableItem/index.js +1 -1
- package/es/modules/notification/components/AllNewNotificationTableItem/index.js.map +1 -1
- package/es/modules/notification/components/AllNewNotificationTableList/index.css +39 -0
- package/es/modules/notification/components/AllNewNotificationTableList/index.d.ts +1 -1
- package/es/modules/notification/components/AllNewNotificationTableList/index.js +1 -1
- package/es/modules/notification/components/AllNewNotificationTableList/index.js.map +1 -1
- package/es/modules/notification/components/DocumentNotificationCard/index.css +153 -0
- package/es/modules/notification/components/DocumentNotificationCard/index.d.ts +1 -1
- package/es/modules/notification/components/DocumentNotificationCard/index.js +1 -1
- package/es/modules/notification/components/DocumentNotificationCard/index.js.map +1 -1
- package/es/modules/notification/components/DocumentNotificationCard/obsolete.d.ts +1 -0
- package/es/modules/notification/components/DocumentNotificationCard/obsolete.js +2 -2
- package/es/modules/notification/components/DocumentNotificationCard/obsolete.js.map +1 -1
- package/es/modules/notification/components/NewNotificationForm/NotificationForm.d.ts +1 -1
- package/es/modules/notification/components/NewNotificationForm/NotificationForm.js +1 -1
- package/es/modules/notification/components/NewNotificationForm/NotificationForm.js.map +1 -1
- package/es/modules/notification/components/NewNotificationForm/index.css +115 -0
- package/es/modules/notification/components/NotificationList/index.css +118 -0
- package/es/modules/notification/components/NotificationList/index.d.ts +1 -1
- package/es/modules/notification/components/NotificationList/index.js +1 -1
- package/es/modules/notification/components/NotificationList/index.js.map +1 -1
- package/es/modules/notification/components/NotificationPanel/index.css +21 -0
- package/es/modules/notification/components/NotificationPanel/index.d.ts +1 -1
- package/es/modules/notification/components/NotificationPanel/index.js +1 -1
- package/es/modules/notification/components/NotificationPanel/index.js.map +1 -1
- package/es/modules/notification/components/NotificationPropertiesView/index.css +5 -0
- package/es/modules/notification/components/NotificationPropertiesView/index.d.ts +1 -1
- package/es/modules/notification/components/NotificationPropertiesView/index.js +1 -1
- package/es/modules/notification/components/NotificationPropertiesView/index.js.map +1 -1
- package/es/modules/notification/components/NotificationQuickViewDialog/index.css +8 -0
- package/es/modules/notification/components/NotificationQuickViewDialog/index.d.ts +1 -1
- package/es/modules/notification/components/NotificationQuickViewDialog/index.js +1 -1
- package/es/modules/notification/components/NotificationQuickViewDialog/index.js.map +1 -1
- package/es/modules/notification/components/NotificationRecipients/index.css +12 -0
- package/es/modules/notification/components/NotificationRecipients/index.d.ts +1 -1
- package/es/modules/notification/components/NotificationRecipients/index.js +1 -1
- package/es/modules/notification/components/NotificationRecipients/index.js.map +1 -1
- package/es/modules/notification/components/NotificationTabs/index.css +19 -0
- package/es/modules/notification/components/NotificationTabs/index.d.ts +1 -1
- package/es/modules/notification/components/NotificationTabs/index.js +1 -1
- package/es/modules/notification/components/NotificationTabs/index.js.map +1 -1
- package/es/modules/notification/controls/NotificationStatusLabel/index.css +12 -0
- package/es/modules/notification/controls/NotificationStatusLabel/index.d.ts +1 -1
- package/es/modules/notification/controls/NotificationStatusLabel/index.js +1 -1
- package/es/modules/notification/controls/NotificationStatusLabel/index.js.map +1 -1
- package/es/modules/notification/pages/NotificationDefaultView/index.css +5 -0
- package/es/modules/notification/pages/NotificationDefaultView/index.d.ts +1 -0
- package/es/modules/notification/pages/NotificationDefaultView/index.js +2 -2
- package/es/modules/notification/pages/NotificationDefaultView/index.js.map +1 -1
- package/es/modules/notification/pages/NotificationListPage/index.css +24 -0
- package/es/modules/notification/pages/NotificationListPage/index.d.ts +1 -0
- package/es/modules/notification/pages/NotificationListPage/index.js +2 -2
- package/es/modules/notification/pages/NotificationListPage/index.js.map +1 -1
- package/es/modules/notification/pages/NotificationListPage2/index.less +6 -8
- package/es/modules/pin/components/MyPinned/index.css +36 -0
- package/es/modules/pin/components/MyPinned/index.d.ts +1 -0
- package/es/modules/pin/components/MyPinned/index.js +2 -2
- package/es/modules/pin/components/MyPinned/index.js.map +1 -1
- package/es/modules/pin/pages/PinnedPage/index.less +21 -23
- package/es/modules/project/ProjectDefaultView/index.css +36 -0
- package/es/modules/project/ProjectDefaultView/index.d.ts +1 -0
- package/es/modules/project/ProjectDefaultView/index.js +2 -2
- package/es/modules/project/ProjectDefaultView/index.js.map +1 -1
- package/es/modules/tasks/components/DelegateDialog/index.d.ts +1 -0
- package/es/modules/tasks/components/DelegateDialog/index.js +2 -2
- package/es/modules/tasks/components/DelegateDialog/index.js.map +1 -1
- package/es/modules/tasks/components/NewTaskForm/NewTaskFormContent.d.ts +1 -1
- package/es/modules/tasks/components/NewTaskForm/NewTaskFormContent.js +3 -3
- package/es/modules/tasks/components/NewTaskForm/NewTaskFormContent.js.map +1 -1
- package/es/modules/tasks/components/NewTaskForm/NewTaskFormDialog.d.ts +1 -1
- package/es/modules/tasks/components/NewTaskForm/NewTaskFormDialog.js +1 -1
- package/es/modules/tasks/components/NewTaskForm/NewTaskFormDialog.js.map +1 -1
- package/es/modules/tasks/components/NewTaskForm/index.css +52 -0
- package/es/modules/tasks/components/NewTaskForm/index.d.ts +1 -1
- package/es/modules/tasks/components/NewTaskForm/index.js +1 -1
- package/es/modules/tasks/components/NewTaskForm/index.js.map +1 -1
- package/es/modules/tasks/components/NotificationNewTaskForm/index.css +16 -0
- package/es/modules/tasks/components/NotificationNewTaskForm/index.d.ts +1 -1
- package/es/modules/tasks/components/NotificationNewTaskForm/index.js +1 -1
- package/es/modules/tasks/components/NotificationNewTaskForm/index.js.map +1 -1
- package/es/modules/tasks/components/SubTaskList/index.css +16 -0
- package/es/modules/tasks/components/SubTaskList/index.d.ts +1 -1
- package/es/modules/tasks/components/SubTaskList/index.js +1 -1
- package/es/modules/tasks/components/SubTaskList/index.js.map +1 -1
- package/es/modules/tasks/components/TaskCard/index.css +2 -0
- package/es/modules/tasks/components/TaskCard/index.d.ts +1 -1
- package/es/modules/tasks/components/TaskCard/index.js +1 -1
- package/es/modules/tasks/components/TaskCard/index.js.map +1 -1
- package/es/modules/tasks/components/TaskCheckActiveTab/index.css +22 -0
- package/es/modules/tasks/components/TaskCheckActiveTab/index.d.ts +1 -1
- package/es/modules/tasks/components/TaskCheckActiveTab/index.js +1 -1
- package/es/modules/tasks/components/TaskCheckActiveTab/index.js.map +1 -1
- package/es/modules/tasks/components/TaskCheckItem/index.css +78 -0
- package/es/modules/tasks/components/TaskCheckItem/index.d.ts +1 -1
- package/es/modules/tasks/components/TaskCheckItem/index.js +1 -1
- package/es/modules/tasks/components/TaskCheckItem/index.js.map +1 -1
- package/es/modules/tasks/components/TaskCheckList/index.css +52 -0
- package/es/modules/tasks/components/TaskCheckList/index.d.ts +1 -1
- package/es/modules/tasks/components/TaskCheckList/index.js +1 -1
- package/es/modules/tasks/components/TaskCheckList/index.js.map +1 -1
- package/es/modules/tasks/components/TaskCheckNewForm/index.css +38 -0
- package/es/modules/tasks/components/TaskCheckNewForm/index.d.ts +1 -1
- package/es/modules/tasks/components/TaskCheckNewForm/index.js +1 -1
- package/es/modules/tasks/components/TaskCheckNewForm/index.js.map +1 -1
- package/es/modules/tasks/components/TaskDescription/index.css +16 -0
- package/es/modules/tasks/components/TaskDescription/index.d.ts +1 -0
- package/es/modules/tasks/components/TaskDescription/index.js +2 -2
- package/es/modules/tasks/components/TaskDescription/index.js.map +1 -1
- package/es/modules/tasks/components/TaskEstimatedTime/index.css +23 -0
- package/es/modules/tasks/components/TaskEstimatedTime/index.d.ts +1 -1
- package/es/modules/tasks/components/TaskEstimatedTime/index.js +1 -1
- package/es/modules/tasks/components/TaskEstimatedTime/index.js.map +1 -1
- package/es/modules/tasks/components/TaskItem/DefaultTaskItem.d.ts +1 -1
- 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/TaskItem/SubTaskItem.d.ts +1 -1
- package/es/modules/tasks/components/TaskItem/SubTaskItem.js +1 -1
- package/es/modules/tasks/components/TaskItem/SubTaskItem.js.map +1 -1
- package/es/modules/tasks/components/TaskItem/defaultTaskItem.css +49 -0
- package/es/modules/tasks/components/TaskItem/subTaskItem.css +91 -0
- package/es/modules/tasks/components/TaskListCard/index.css +8 -0
- package/es/modules/tasks/components/TaskListCard/index.d.ts +1 -1
- package/es/modules/tasks/components/TaskListCard/index.js +1 -1
- package/es/modules/tasks/components/TaskListCard/index.js.map +1 -1
- package/es/modules/tasks/components/TaskPanel/index.css +21 -0
- package/es/modules/tasks/components/TaskPanel/index.d.ts +1 -1
- package/es/modules/tasks/components/TaskPanel/index.js +1 -1
- package/es/modules/tasks/components/TaskPanel/index.js.map +1 -1
- package/es/modules/tasks/components/TaskPropertiesView/index.css +21 -0
- package/es/modules/tasks/components/TaskPropertiesView/index.d.ts +1 -1
- package/es/modules/tasks/components/TaskPropertiesView/index.js +1 -1
- package/es/modules/tasks/components/TaskPropertiesView/index.js.map +1 -1
- package/es/modules/tasks/components/TaskQuickViewDialog/index.js +1 -2
- package/es/modules/tasks/components/TaskQuickViewDialog/index.js.map +1 -1
- package/es/modules/tasks/components/TaskSimpleProperties/index.css +16 -0
- package/es/modules/tasks/components/TaskSimpleProperties/index.d.ts +1 -1
- package/es/modules/tasks/components/TaskSimpleProperties/index.js +1 -1
- package/es/modules/tasks/components/TaskSimpleProperties/index.js.map +1 -1
- package/es/modules/tasks/components/task-check/TaskCheckActiveTab/index.css +22 -0
- package/es/modules/tasks/components/task-check/TaskCheckActiveTab/index.d.ts +1 -1
- package/es/modules/tasks/components/task-check/TaskCheckActiveTab/index.js +1 -1
- package/es/modules/tasks/components/task-check/TaskCheckActiveTab/index.js.map +1 -1
- package/es/modules/tasks/components/task-check/TaskCheckNewForm/index.css +4 -0
- package/es/modules/tasks/components/task-check/TaskCheckNewForm/index.d.ts +1 -0
- package/es/modules/tasks/components/task-check/TaskCheckNewForm/index.js +2 -2
- package/es/modules/tasks/components/task-check/TaskCheckNewForm/index.js.map +1 -1
- package/es/modules/tasks/components/task-check/TaskCheckTableCard/TableCell.d.ts +1 -1
- package/es/modules/tasks/components/task-check/TaskCheckTableCard/TableCell.js +1 -1
- package/es/modules/tasks/components/task-check/TaskCheckTableCard/TableCell.js.map +1 -1
- package/es/modules/tasks/components/task-check/TaskCheckTableCard/index.css +25 -0
- package/es/modules/tasks/components/task-check/TaskCheckTableList/index.css +39 -0
- package/es/modules/tasks/components/task-check/TaskCheckTableList/index.d.ts +1 -1
- package/es/modules/tasks/components/task-check/TaskCheckTableList/index.js +1 -1
- package/es/modules/tasks/components/task-check/TaskCheckTableList/index.js.map +1 -1
- package/es/modules/tasks/controls/ChildTasksDataIcon/index.css +27 -0
- package/es/modules/tasks/controls/ChildTasksDataIcon/index.d.ts +1 -1
- package/es/modules/tasks/controls/ChildTasksDataIcon/index.js +1 -1
- package/es/modules/tasks/controls/ChildTasksDataIcon/index.js.map +1 -1
- package/es/modules/tasks/controls/DueDateToolBar/index.css +15 -0
- package/es/modules/tasks/controls/DueDateToolBar/index.d.ts +1 -1
- package/es/modules/tasks/controls/DueDateToolBar/index.js +1 -1
- package/es/modules/tasks/controls/DueDateToolBar/index.js.map +1 -1
- package/es/modules/tasks/controls/TaskStatusLabel/index.css +32 -0
- package/es/modules/tasks/controls/TaskStatusLabel/index.d.ts +1 -1
- package/es/modules/tasks/controls/TaskStatusLabel/index.js +1 -1
- package/es/modules/tasks/controls/TaskStatusLabel/index.js.map +1 -1
- package/es/modules/tasks/pages/TaskDefaultView/{index.less → index.css} +0 -2
- package/es/modules/tasks/pages/TaskDefaultView/index.d.ts +1 -0
- package/es/modules/tasks/pages/TaskDefaultView/index.js +2 -2
- package/es/modules/tasks/pages/TaskDefaultView/index.js.map +1 -1
- package/es/modules/tasks/pages/TaskListPage/index.css +14 -0
- package/es/modules/tasks/pages/TaskListPage/index.d.ts +1 -0
- package/es/modules/tasks/pages/TaskListPage/index.js +2 -2
- package/es/modules/tasks/pages/TaskListPage/index.js.map +1 -1
- package/es/modules/tasks/pages/TaskTabView/index.css +62 -0
- package/es/modules/tasks/pages/TaskTabView/index.d.ts +1 -0
- package/es/modules/tasks/pages/TaskTabView/index.js +2 -2
- package/es/modules/tasks/pages/TaskTabView/index.js.map +1 -1
- package/es/modules/tasks/reports/MemberEstimatedDurationCard/index.css +19 -0
- package/es/modules/tasks/reports/MemberEstimatedDurationCard/index.d.ts +1 -0
- package/es/modules/tasks/reports/MemberEstimatedDurationCard/index.js +2 -2
- package/es/modules/tasks/reports/MemberEstimatedDurationCard/index.js.map +1 -1
- package/es/modules/tasks/reports/TaskAnalyticsDataIcon/index.css +6 -0
- package/es/modules/tasks/reports/TaskAnalyticsDataIcon/index.d.ts +1 -1
- package/es/modules/tasks/reports/TaskAnalyticsDataIcon/index.js +1 -1
- package/es/modules/tasks/reports/TaskAnalyticsDataIcon/index.js.map +1 -1
- package/es/modules/tasks/reports/TaskSummaryCard/index.css +25 -0
- package/es/modules/tasks/reports/TaskSummaryCard/index.d.ts +1 -0
- package/es/modules/tasks/reports/TaskSummaryCard/index.js +3 -3
- package/es/modules/tasks/reports/TaskSummaryCard/index.js.map +1 -1
- package/es/modules/user/pages/Positions/index.css +57 -0
- package/es/modules/user/pages/Positions/index.d.ts +1 -0
- package/es/modules/user/pages/Positions/index.js +3 -3
- package/es/modules/user/pages/Positions/index.js.map +1 -1
- package/es/modules/work/components/NewWorkForm/NewWorkFormDialog.d.ts +1 -1
- package/es/modules/work/components/NewWorkForm/NewWorkFormDialog.js +1 -1
- package/es/modules/work/components/NewWorkForm/NewWorkFormDialog.js.map +1 -1
- package/es/modules/work/components/NewWorkForm/index.css +25 -0
- package/es/modules/work/components/NewWorkForm/index.d.ts +1 -0
- package/es/modules/work/components/NewWorkForm/index.js +2 -2
- package/es/modules/work/components/NewWorkForm/index.js.map +1 -1
- package/es/modules/work/components/RejectWorkDialog/index.css +21 -0
- package/es/modules/work/components/RejectWorkDialog/index.d.ts +1 -0
- package/es/modules/work/components/RejectWorkDialog/index.js +2 -2
- package/es/modules/work/components/RejectWorkDialog/index.js.map +1 -1
- package/es/modules/work/components/RelatedWorkList/RelatedWorkList.d.ts +1 -1
- package/es/modules/work/components/RelatedWorkList/RelatedWorkList.js +1 -1
- package/es/modules/work/components/RelatedWorkList/RelatedWorkList.js.map +1 -1
- package/es/modules/work/components/RelatedWorkList/index.css +13 -0
- package/es/modules/work/components/SubWorkList/index.css +5 -0
- package/es/modules/work/components/SubWorkList/index.d.ts +1 -0
- package/es/modules/work/components/SubWorkList/index.js +2 -2
- package/es/modules/work/components/SubWorkList/index.js.map +1 -1
- package/es/modules/work/components/WorkCard/index.css +2 -0
- package/es/modules/work/components/WorkCard/index.d.ts +1 -1
- package/es/modules/work/components/WorkCard/index.js +1 -1
- package/es/modules/work/components/WorkCard/index.js.map +1 -1
- package/es/modules/work/components/WorkCashReport/index.css +15 -0
- package/es/modules/work/components/WorkCashReport/index.d.ts +1 -0
- package/es/modules/work/components/WorkCashReport/index.js +2 -2
- package/es/modules/work/components/WorkCashReport/index.js.map +1 -1
- package/es/modules/work/components/WorkItem/index.css +8 -0
- package/es/modules/work/components/WorkItem/index.d.ts +1 -1
- package/es/modules/work/components/WorkItem/index.js +1 -1
- package/es/modules/work/components/WorkItem/index.js.map +1 -1
- package/es/modules/work/components/WorkList/index.css +4 -0
- package/es/modules/work/components/WorkList/index.d.ts +1 -1
- package/es/modules/work/components/WorkList/index.js +1 -1
- package/es/modules/work/components/WorkList/index.js.map +1 -1
- package/es/modules/work/components/WorkList2/index.css +52 -0
- package/es/modules/work/components/WorkList2/index.d.ts +1 -1
- package/es/modules/work/components/WorkList2/index.js +1 -1
- package/es/modules/work/components/WorkList2/index.js.map +1 -1
- package/es/modules/work/components/WorkPanel/index.css +21 -0
- package/es/modules/work/components/WorkPanel/index.d.ts +1 -1
- package/es/modules/work/components/WorkPanel/index.js +1 -1
- package/es/modules/work/components/WorkPanel/index.js.map +1 -1
- package/es/modules/work/components/WorkPropertiesView/index.css +8 -0
- package/es/modules/work/components/WorkPropertiesView/index.d.ts +1 -1
- package/es/modules/work/components/WorkPropertiesView/index.js +1 -1
- package/es/modules/work/components/WorkPropertiesView/index.js.map +1 -1
- package/es/modules/work/components/WorkQuickViewDialog/index.js +1 -2
- package/es/modules/work/components/WorkQuickViewDialog/index.js.map +1 -1
- package/es/modules/work/components/WorkTableList/index.css +12 -0
- package/es/modules/work/components/WorkTableList/index.d.ts +1 -1
- package/es/modules/work/components/WorkTableList/index.js +1 -1
- package/es/modules/work/components/WorkTableList/index.js.map +1 -1
- package/es/modules/work/components/WorkTableListCard/index.css +103 -0
- package/es/modules/work/components/WorkTableListCard/index.d.ts +1 -1
- package/es/modules/work/components/WorkTableListCard/index.js +1 -1
- package/es/modules/work/components/WorkTableListCard/index.js.map +1 -1
- package/es/modules/work/components/WorkTableListCardPage/index.css +45 -0
- package/es/modules/work/components/WorkTableListCardPage/index.d.ts +1 -1
- package/es/modules/work/components/WorkTableListCardPage/index.js +1 -1
- package/es/modules/work/components/WorkTableListCardPage/index.js.map +1 -1
- package/es/modules/work/components/WorkTableListCards/index.css +26 -0
- package/es/modules/work/components/WorkTableListCards/index.d.ts +1 -1
- package/es/modules/work/components/WorkTableListCards/index.js +1 -1
- package/es/modules/work/components/WorkTableListCards/index.js.map +1 -1
- package/es/modules/work/components/WorkTaskList/index.css +5 -0
- package/es/modules/work/components/WorkTaskList/index.d.ts +1 -1
- package/es/modules/work/components/WorkTaskList/index.js +1 -1
- package/es/modules/work/components/WorkTaskList/index.js.map +1 -1
- package/es/modules/work/components/WorkTasksTab/index.css +3 -0
- package/es/modules/work/components/WorkTasksTab/index.d.ts +1 -0
- package/es/modules/work/components/WorkTasksTab/index.js +2 -2
- package/es/modules/work/components/WorkTasksTab/index.js.map +1 -1
- package/es/modules/work/components/WorksProperties/index.css +15 -0
- package/es/modules/work/components/WorksProperties/index.d.ts +1 -0
- package/es/modules/work/components/WorksProperties/index.js +2 -2
- package/es/modules/work/components/WorksProperties/index.js.map +1 -1
- package/es/modules/work/controls/WorkStatusLabel/index.css +34 -0
- package/es/modules/work/controls/WorkStatusLabel/index.d.ts +1 -1
- package/es/modules/work/controls/WorkStatusLabel/index.js +1 -1
- package/es/modules/work/controls/WorkStatusLabel/index.js.map +1 -1
- package/es/modules/work/pages/WorkDefaultView/index.d.ts +1 -0
- package/es/modules/work/pages/WorkDefaultView/index.js +2 -2
- package/es/modules/work/pages/WorkDefaultView/index.js.map +1 -1
- package/es/modules/work/pages/WorkListPage2/index.css +12 -0
- package/es/modules/work/pages/WorkListPage2/index.d.ts +1 -0
- package/es/modules/work/pages/WorkListPage2/index.js +2 -2
- package/es/modules/work/pages/WorkListPage2/index.js.map +1 -1
- package/es/modules/work/work-error/components/NewWorkErrorDialog/index.css +19 -0
- package/es/modules/work/work-error/components/NewWorkErrorDialog/index.d.ts +1 -0
- package/es/modules/work/work-error/components/NewWorkErrorDialog/index.js +2 -2
- package/es/modules/work/work-error/components/NewWorkErrorDialog/index.js.map +1 -1
- package/es/modules/work/work-error/components/WorkErrorItem/index.css +47 -0
- package/es/modules/work/work-error/components/WorkErrorItem/index.d.ts +1 -1
- package/es/modules/work/work-error/components/WorkErrorItem/index.js +1 -1
- package/es/modules/work/work-error/components/WorkErrorItem/index.js.map +1 -1
- package/es/modules/work/work-error/components/WorkErrorList/{index.less → index.css} +1 -3
- package/es/modules/work/work-error/components/WorkErrorList/index.d.ts +1 -0
- package/es/modules/work/work-error/components/WorkErrorList/index.js +2 -2
- package/es/modules/work/work-error/components/WorkErrorList/index.js.map +1 -1
- package/es/modules/work/work-error/components/WorkErrorPropertiesView/index.css +38 -0
- package/es/modules/work/work-error/components/WorkErrorPropertiesView/index.d.ts +1 -0
- package/es/modules/work/work-error/components/WorkErrorPropertiesView/index.js +2 -2
- package/es/modules/work/work-error/components/WorkErrorPropertiesView/index.js.map +1 -1
- package/es/modules/work/work-error/components/WorkErrorQuickViewDialog/index.css +26 -0
- package/es/modules/work/work-error/components/WorkErrorQuickViewDialog/index.d.ts +1 -1
- package/es/modules/work/work-error/components/WorkErrorQuickViewDialog/index.js +1 -1
- package/es/modules/work/work-error/components/WorkErrorQuickViewDialog/index.js.map +1 -1
- package/es/modules/work/work-error/pages/WorkErrorDefaultView/index.css +5 -0
- package/es/modules/work/work-error/pages/WorkErrorDefaultView/index.d.ts +1 -0
- package/es/modules/work/work-error/pages/WorkErrorDefaultView/index.js +2 -2
- package/es/modules/work/work-error/pages/WorkErrorDefaultView/index.js.map +1 -1
- package/es/modules/work/work-schedule/components/NewWorkScheduleForm/index.css +8 -0
- package/es/modules/work/work-schedule/components/NewWorkScheduleForm/index.d.ts +1 -0
- package/es/modules/work/work-schedule/components/NewWorkScheduleForm/index.js +2 -2
- package/es/modules/work/work-schedule/components/NewWorkScheduleForm/index.js.map +1 -1
- package/es/modules/work/work-schedule/components/WorkScheduleItem/index.css +34 -0
- package/es/modules/work/work-schedule/components/WorkScheduleItem/index.d.ts +1 -0
- package/es/modules/work/work-schedule/components/WorkScheduleItem/index.js +2 -2
- package/es/modules/work/work-schedule/components/WorkScheduleItem/index.js.map +1 -1
- package/es/modules/work/work-schedule/components/WorkScheduleList/index.css +12 -0
- package/es/modules/work/work-schedule/components/WorkScheduleList/index.d.ts +1 -0
- package/es/modules/work/work-schedule/components/WorkScheduleList/index.js +2 -2
- package/es/modules/work/work-schedule/components/WorkScheduleList/index.js.map +1 -1
- package/es/modules/work/work-schedule/components/WorkSchedulePanel/index.css +24 -0
- package/es/modules/work/work-schedule/components/WorkSchedulePanel/index.d.ts +1 -1
- package/es/modules/work/work-schedule/components/WorkSchedulePanel/index.js +1 -1
- package/es/modules/work/work-schedule/components/WorkSchedulePanel/index.js.map +1 -1
- package/es/modules/work/work-schedule/components/WorkScheduleQuickViewDialog/index.css +13 -0
- package/es/modules/work/work-schedule/components/WorkScheduleQuickViewDialog/index.d.ts +1 -1
- package/es/modules/work/work-schedule/components/WorkScheduleQuickViewDialog/index.js +1 -1
- package/es/modules/work/work-schedule/components/WorkScheduleQuickViewDialog/index.js.map +1 -1
- package/es/modules/work/work-schedule/components/WorkScheduleTimeLineView/index.css +5 -0
- package/es/modules/work/work-schedule/components/WorkScheduleTimeLineView/index.d.ts +1 -1
- package/es/modules/work/work-schedule/components/WorkScheduleTimeLineView/index.js +1 -1
- package/es/modules/work/work-schedule/components/WorkScheduleTimeLineView/index.js.map +1 -1
- package/es/modules/work/work-schedule/pages/WorkScheduleDefaultView/index.css +5 -0
- package/es/modules/work/work-schedule/pages/WorkScheduleDefaultView/index.d.ts +1 -0
- package/es/modules/work/work-schedule/pages/WorkScheduleDefaultView/index.js +3 -3
- package/es/modules/work/work-schedule/pages/WorkScheduleDefaultView/index.js.map +1 -1
- package/es/modules/work/work-schedule/pages/WorkScheduleListPage/index.css +7 -0
- package/es/modules/work/work-schedule/pages/WorkScheduleListPage/index.d.ts +1 -0
- package/es/modules/work/work-schedule/pages/WorkScheduleListPage/index.js +2 -2
- package/es/modules/work/work-schedule/pages/WorkScheduleListPage/index.js.map +1 -1
- package/es/modules/work/work-type/components/ErrorTypeList/Item.d.ts +1 -1
- package/es/modules/work/work-type/components/ErrorTypeList/Item.js +1 -1
- package/es/modules/work/work-type/components/ErrorTypeList/Item.js.map +1 -1
- package/es/modules/work/work-type/components/ErrorTypeList/index.css +57 -0
- package/es/modules/work/work-type/components/ErrorTypeList/index.d.ts +1 -1
- package/es/modules/work/work-type/components/ErrorTypeList/index.js +1 -1
- package/es/modules/work/work-type/components/ErrorTypeList/index.js.map +1 -1
- package/es/modules/work/work-type/components/NewTypeForm/index.css +5 -0
- package/es/modules/work/work-type/components/NewTypeForm/index.d.ts +1 -1
- package/es/modules/work/work-type/components/NewTypeForm/index.js +1 -1
- package/es/modules/work/work-type/components/NewTypeForm/index.js.map +1 -1
- package/es/modules/work/work-type/components/RepeatTab/index.css +40 -0
- package/es/modules/work/work-type/components/RepeatTab/index.d.ts +1 -1
- package/es/modules/work/work-type/components/RepeatTab/index.js +1 -1
- package/es/modules/work/work-type/components/RepeatTab/index.js.map +1 -1
- package/es/modules/work/work-type/components/ReportsCompletedWorks/index.css +56 -0
- package/es/modules/work/work-type/components/ReportsCompletedWorks/index.d.ts +1 -1
- package/es/modules/work/work-type/components/ReportsCompletedWorks/index.js +1 -1
- package/es/modules/work/work-type/components/ReportsCompletedWorks/index.js.map +1 -1
- package/es/modules/work/work-type/components/WorkTypeItem/index.css +45 -0
- package/es/modules/work/work-type/components/WorkTypeItem/index.d.ts +1 -1
- package/es/modules/work/work-type/components/WorkTypeItem/index.js +1 -1
- package/es/modules/work/work-type/components/WorkTypeItem/index.js.map +1 -1
- package/es/modules/work/work-type/components/WorkTypeList/index.d.ts +1 -0
- package/es/modules/work/work-type/components/WorkTypeList/index.js +2 -2
- package/es/modules/work/work-type/components/WorkTypeList/index.js.map +1 -1
- package/es/modules/work/work-type/components/WorkTypeProperties/index.css +10 -0
- package/es/modules/work/work-type/components/WorkTypeProperties/index.d.ts +1 -0
- package/es/modules/work/work-type/components/WorkTypeProperties/index.js +2 -2
- package/es/modules/work/work-type/components/WorkTypeProperties/index.js.map +1 -1
- package/es/modules/work/work-type/components/WorkTypePropertiesView/index.css +10 -0
- package/es/modules/work/work-type/components/WorkTypePropertiesView/index.d.ts +1 -1
- package/es/modules/work/work-type/components/WorkTypePropertiesView/index.js +1 -1
- package/es/modules/work/work-type/components/WorkTypePropertiesView/index.js.map +1 -1
- package/es/modules/work/work-type/components/WorkTypeQA/index.css +5 -0
- package/es/modules/work/work-type/components/WorkTypeQA/index.d.ts +1 -1
- package/es/modules/work/work-type/components/WorkTypeQA/index.js +1 -1
- package/es/modules/work/work-type/components/WorkTypeQA/index.js.map +1 -1
- package/es/modules/work/work-type/components/WorkTypeQuickViewDialog/index.css +13 -0
- package/es/modules/work/work-type/components/WorkTypeQuickViewDialog/index.d.ts +1 -1
- package/es/modules/work/work-type/components/WorkTypeQuickViewDialog/index.js +1 -1
- package/es/modules/work/work-type/components/WorkTypeQuickViewDialog/index.js.map +1 -1
- package/es/modules/work/work-type/components/WorkTypeStats/index.css +24 -0
- package/es/modules/work/work-type/components/WorkTypeStats/index.d.ts +1 -0
- package/es/modules/work/work-type/components/WorkTypeStats/index.js +2 -2
- package/es/modules/work/work-type/components/WorkTypeStats/index.js.map +1 -1
- package/es/modules/work/work-type/components/WorkTypeStatsLabel/index.css +33 -0
- package/es/modules/work/work-type/components/WorkTypeStatsLabel/index.d.ts +1 -1
- package/es/modules/work/work-type/components/WorkTypeStatsLabel/index.js +1 -1
- package/es/modules/work/work-type/components/WorkTypeStatsLabel/index.js.map +1 -1
- package/es/modules/work/work-type/controls/WorkTypeStatusLabel/index.css +13 -0
- package/es/modules/work/work-type/controls/WorkTypeStatusLabel/index.d.ts +1 -1
- package/es/modules/work/work-type/controls/WorkTypeStatusLabel/index.js +2 -5
- package/es/modules/work/work-type/controls/WorkTypeStatusLabel/index.js.map +1 -1
- package/es/modules/work/work-type/controls/WorktypeCompleteWorksChart/WorkTypeCompletedWorksChart.d.ts +1 -1
- package/es/modules/work/work-type/controls/WorktypeCompleteWorksChart/WorkTypeCompletedWorksChart.js +1 -1
- package/es/modules/work/work-type/controls/WorktypeCompleteWorksChart/WorkTypeCompletedWorksChart.js.map +1 -1
- package/es/modules/work/work-type/controls/WorktypeCompleteWorksChart/index.css +6 -0
- package/es/modules/work/work-type/controls/WorktypeCompleteWorksChart/index.d.ts +1 -1
- package/es/modules/work/work-type/controls/WorktypeCompleteWorksChart/index.js +1 -1
- package/es/modules/work/work-type/controls/WorktypeCompleteWorksChart/index.js.map +1 -1
- package/es/modules/work/work-type/pages/WorkTypePage/Dashboard.d.ts +1 -0
- package/es/modules/work/work-type/pages/WorkTypePage/Dashboard.js +2 -2
- package/es/modules/work/work-type/pages/WorkTypePage/Dashboard.js.map +1 -1
- package/es/modules/work/work-type/pages/WorkTypePage/Summary.d.ts +1 -0
- package/es/modules/work/work-type/pages/WorkTypePage/Summary.js +2 -2
- package/es/modules/work/work-type/pages/WorkTypePage/Summary.js.map +1 -1
- package/es/modules/work/work-type/pages/WorkTypePage/index.css +70 -0
- package/es/modules/work/work-type/pages/WorkTypePage/index.d.ts +1 -0
- package/es/modules/work/work-type/pages/WorkTypePage/index.js +2 -2
- package/es/modules/work/work-type/pages/WorkTypePage/index.js.map +1 -1
- package/es/modules/workspace/components/MyWorkspaces/index.css +7 -0
- package/es/modules/workspace/components/MyWorkspaces/index.d.ts +1 -1
- package/es/modules/workspace/components/MyWorkspaces/index.js +1 -1
- package/es/modules/workspace/components/MyWorkspaces/index.js.map +1 -1
- package/es/modules/workspace/components/NewIcon/index.css +15 -0
- package/es/modules/workspace/components/NewIcon/index.d.ts +1 -1
- package/es/modules/workspace/components/NewIcon/index.js +1 -1
- package/es/modules/workspace/components/NewIcon/index.js.map +1 -1
- package/es/modules/workspace/components/WorkspaceIcon/index.css +132 -0
- package/es/modules/workspace/components/WorkspaceIcon/index.d.ts +1 -1
- package/es/modules/workspace/components/WorkspaceIcon/index.js +1 -1
- package/es/modules/workspace/components/WorkspaceIcon/index.js.map +1 -1
- package/es/modules/workspace/components/WorkspacePropertiesView/index.css +19 -0
- package/es/modules/workspace/components/WorkspacePropertiesView/index.d.ts +1 -1
- package/es/modules/workspace/components/WorkspacePropertiesView/index.js +1 -1
- package/es/modules/workspace/components/WorkspacePropertiesView/index.js.map +1 -1
- package/es/modules/workspace/controls/WorkspaceCompletedWorksChart/index.css +6 -0
- package/es/modules/workspace/controls/WorkspaceCompletedWorksChart/index.d.ts +1 -1
- package/es/modules/workspace/controls/WorkspaceCompletedWorksChart/index.js +1 -1
- package/es/modules/workspace/controls/WorkspaceCompletedWorksChart/index.js.map +1 -1
- package/es/modules/workspace/pages/WorkspaceDefaultView/index.css +7 -0
- package/es/modules/workspace/pages/WorkspaceDefaultView/index.d.ts +1 -1
- package/es/modules/workspace/pages/WorkspaceDefaultView/index.js +1 -1
- package/es/modules/workspace/pages/WorkspaceDefaultView/index.js.map +1 -1
- package/es/modules/workspace/pages/WorkspacePage/WorkTypeWorksDashBoard.d.ts +1 -0
- package/es/modules/workspace/pages/WorkspacePage/WorkTypeWorksDashBoard.js +2 -2
- package/es/modules/workspace/pages/WorkspacePage/WorkTypeWorksDashBoard.js.map +1 -1
- package/es/modules/workspace/pages/WorkspacePage/index.css +23 -0
- package/es/modules/workspace/pages/WorkspacePage/index.d.ts +1 -0
- package/es/modules/workspace/pages/WorkspacePage/index.js +2 -2
- package/es/modules/workspace/pages/WorkspacePage/index.js.map +1 -1
- package/es/obsolete/NotificationItem/index.css +21 -0
- package/es/obsolete/NotificationItem/index.d.ts +1 -1
- package/es/obsolete/NotificationItem/index.js +1 -1
- package/es/obsolete/NotificationItem/index.js.map +1 -1
- package/es/obsolete/NotificationList2/index.css +9 -0
- package/es/obsolete/NotificationList2/index.d.ts +1 -1
- package/es/obsolete/NotificationList2/index.js +1 -1
- package/es/obsolete/NotificationList2/index.js.map +1 -1
- package/es/obsolete/WorkQATab/index.css +14 -0
- package/es/obsolete/WorkQATab/index.d.ts +1 -0
- package/es/obsolete/WorkQATab/index.js +2 -2
- package/es/obsolete/WorkQATab/index.js.map +1 -1
- package/es/obsolete/WorkTypeDefaultView/index.css +17 -0
- package/es/obsolete/WorkTypeDefaultView/index.d.ts +1 -0
- package/es/obsolete/WorkTypeDefaultView/index.js +2 -2
- package/es/obsolete/WorkTypeDefaultView/index.js.map +1 -1
- package/es/obsolete/WorkTypePage/Dashboard.d.ts +1 -0
- package/es/obsolete/WorkTypePage/Dashboard.js +2 -2
- package/es/obsolete/WorkTypePage/Dashboard.js.map +1 -1
- package/es/obsolete/WorkTypePage/Summary.d.ts +1 -0
- package/es/obsolete/WorkTypePage/Summary.js +2 -2
- package/es/obsolete/WorkTypePage/Summary.js.map +1 -1
- package/es/obsolete/WorkTypePage/index.css +52 -0
- package/es/obsolete/WorkTypePage/index.d.ts +1 -0
- package/es/obsolete/WorkTypePage/index.js +3 -3
- package/es/obsolete/WorkTypePage/index.js.map +1 -1
- package/es/obsolete/WorkTypeQA/index.css +38 -0
- package/es/obsolete/WorkTypeQA/index.d.ts +1 -1
- package/es/obsolete/WorkTypeQA/index.js +1 -1
- package/es/obsolete/WorkTypeQA/index.js.map +1 -1
- package/es/obsolete/member/components/MemberList.d.ts +1 -0
- package/es/obsolete/member/components/MemberList.js +7 -7
- package/es/obsolete/member/components/MemberList.js.map +1 -1
- package/es/obsolete/member/components/member.css +25 -0
- package/es/obsolete/member/pages/MemberListView/index.d.ts +1 -0
- package/es/obsolete/member/pages/MemberListView/index.js +2 -2
- package/es/obsolete/member/pages/MemberListView/index.js.map +1 -1
- package/es/obsolete/member/styles/MemberMinView.css +22 -0
- package/es/obsolete/space/components/Notes/ColorSelect/index.css +15 -0
- package/es/obsolete/space/components/Notes/ColorSelect/index.d.ts +1 -1
- package/es/obsolete/space/components/Notes/ColorSelect/index.js +1 -1
- package/es/obsolete/space/components/Notes/ColorSelect/index.js.map +1 -1
- package/es/obsolete/space/components/Notes/NewNoteDialog/index.css +76 -0
- package/es/obsolete/space/components/Notes/NewNoteDialog/index.d.ts +1 -1
- package/es/obsolete/space/components/Notes/NewNoteDialog/index.js +1 -1
- package/es/obsolete/space/components/Notes/NewNoteDialog/index.js.map +1 -1
- package/es/obsolete/space/components/Notes/TextNoteCard/index.css +54 -0
- package/es/obsolete/space/components/Notes/TextNoteCard/index.d.ts +1 -1
- package/es/obsolete/space/components/Notes/TextNoteCard/index.js +1 -1
- package/es/obsolete/space/components/Notes/TextNoteCard/index.js.map +1 -1
- package/es/obsolete/space/components/Tasks/index.css +15 -0
- package/es/obsolete/space/components/Tasks/index.d.ts +1 -1
- package/es/obsolete/space/components/Tasks/index.js +1 -1
- package/es/obsolete/space/components/Tasks/index.js.map +1 -1
- package/es/obsolete/space/components/Works/index.less +13 -15
- package/es/obsolete/space/pages/MySpace/index.css +54 -0
- package/es/obsolete/space/pages/MySpace/index.d.ts +1 -1
- package/es/obsolete/space/pages/MySpace/index.js +1 -1
- package/es/obsolete/space/pages/MySpace/index.js.map +1 -1
- package/es/style/common.css +166 -0
- package/es/style/index.css +11 -0
- package/package.json +1 -1
- package/es/components/AutoSequenceDialog/index.less +0 -14
- package/es/components/TeamTaskList/index.less +0 -4
- package/es/components/TimeLog/index.d.ts +0 -5
- package/es/components/TimeLog/index.js +0 -70
- package/es/components/TimeLog/index.js.map +0 -1
- package/es/components/TimeLog/index.less +0 -86
- package/es/controls/Corner/index.less +0 -7
- package/es/controls/InlineSearch/index.less +0 -10
- package/es/controls/NodeLink/index.less +0 -8
- package/es/controls/StickyAddButton/index.less +0 -22
- package/es/controls/filters/AssigneeViewFilter/index.less +0 -24
- package/es/modules/board/components/Board/index.less +0 -156
- package/es/modules/board/components/BoardColumn/index.less +0 -266
- package/es/modules/board/components/BoardPropertiesView/index.less +0 -12
- package/es/modules/board/components/BoardTabs/index.less +0 -10
- package/es/modules/board/components/SubDocumentList/index.less +0 -56
- package/es/modules/board/pages/BoardPage/index.less +0 -21
- package/es/modules/board/pages/BoardViewList/index.less +0 -15
- package/es/modules/calendar/components/CalendarMenu/index.less +0 -32
- package/es/modules/calendar/pages/CalendarMonth/index.less +0 -261
- package/es/modules/meeting/components/AgendaList/AgendaHeader/index.less +0 -14
- package/es/modules/meeting/components/AgendaList/AgendaItem/index.less +0 -132
- package/es/modules/meeting/components/AgendaList/index.less +0 -47
- package/es/modules/meeting/components/MeetingDescription/index.less +0 -12
- package/es/modules/meeting/components/MeetingHeader/index.less +0 -13
- package/es/modules/meeting/components/MeetingItem/index.less +0 -66
- package/es/modules/meeting/components/MeetingList/QuickSearch/index.d.ts +0 -19
- package/es/modules/meeting/components/MeetingList/QuickSearch/index.js +0 -52
- package/es/modules/meeting/components/MeetingList/QuickSearch/index.js.map +0 -1
- package/es/modules/meeting/components/MeetingList/QuickSearch/index.less +0 -12
- package/es/modules/meeting/components/MeetingList/index.less +0 -4
- package/es/modules/meeting/components/MeetingQuickViewDialog/index.less +0 -15
- package/es/modules/meeting/components/MeetingTaskList/index.less +0 -30
- package/es/modules/meeting/components/MeetingsFolderProperitesView/index.less +0 -8
- package/es/modules/meeting/components/MeetingsFolderQuickViewDialog/index.less +0 -7
- package/es/modules/meeting/components/NewMeetingForm/index.less +0 -35
- package/es/modules/meeting/controls/MeetingTasksProgressDataIcon/index.less +0 -7
- package/es/modules/meeting/pages/MeetingTabView/index.less +0 -21
- package/es/modules/menus/components/AddUsers/index.less +0 -7
- package/es/modules/menus/components/UsersList/index.less +0 -64
- package/es/modules/menus/pages/ListOptions/Company/index.less +0 -20
- package/es/modules/menus/pages/ListOptions/Teams/index.less +0 -44
- package/es/modules/menus/pages/ListOptions/Users/index.less +0 -42
- package/es/modules/notification/components/AllNewNotificationItem/index.less +0 -22
- package/es/modules/notification/components/AllNewNotificationTableItem/index.less +0 -37
- package/es/modules/notification/components/AllNewNotificationTableList/index.less +0 -42
- package/es/modules/notification/components/DocumentNotificationCard/index.less +0 -160
- package/es/modules/notification/components/NewNotificationForm/index.less +0 -118
- package/es/modules/notification/components/NotificationList/index.less +0 -124
- package/es/modules/notification/components/NotificationPanel/index.less +0 -23
- package/es/modules/notification/components/NotificationPropertiesView/index.less +0 -7
- package/es/modules/notification/components/NotificationQuickViewDialog/index.less +0 -10
- package/es/modules/notification/components/NotificationRecipients/index.less +0 -14
- package/es/modules/notification/components/NotificationTabs/index.less +0 -21
- package/es/modules/notification/controls/NotificationStatusLabel/index.less +0 -14
- package/es/modules/notification/pages/NotificationDefaultView/index.less +0 -7
- package/es/modules/notification/pages/NotificationListPage/index.less +0 -26
- package/es/modules/pin/components/MyPinned/index.less +0 -38
- package/es/modules/project/ProjectDefaultView/index.less +0 -38
- package/es/modules/tasks/components/DelegateDialog/index.less +0 -51
- package/es/modules/tasks/components/NewTaskForm/index.less +0 -54
- package/es/modules/tasks/components/NotificationNewTaskForm/index.less +0 -18
- package/es/modules/tasks/components/SubTaskList/index.less +0 -17
- package/es/modules/tasks/components/TaskCard/index.less +0 -4
- package/es/modules/tasks/components/TaskCheckActiveTab/index.less +0 -24
- package/es/modules/tasks/components/TaskCheckItem/index.less +0 -81
- package/es/modules/tasks/components/TaskCheckList/index.less +0 -54
- package/es/modules/tasks/components/TaskCheckNewForm/index.less +0 -41
- package/es/modules/tasks/components/TaskDescription/index.less +0 -18
- package/es/modules/tasks/components/TaskEstimatedTime/index.less +0 -25
- package/es/modules/tasks/components/TaskItem/defaultTaskItem.less +0 -51
- package/es/modules/tasks/components/TaskItem/subTaskItem.less +0 -93
- package/es/modules/tasks/components/TaskListCard/index.less +0 -10
- package/es/modules/tasks/components/TaskPanel/index.less +0 -23
- package/es/modules/tasks/components/TaskPropertiesView/index.less +0 -23
- package/es/modules/tasks/components/TaskQuickViewDialog/index.less +0 -13
- package/es/modules/tasks/components/TaskSimpleProperties/index.less +0 -18
- package/es/modules/tasks/components/task-check/TaskCheckActiveTab/index.less +0 -24
- package/es/modules/tasks/components/task-check/TaskCheckNewForm/index.less +0 -6
- package/es/modules/tasks/components/task-check/TaskCheckTableCard/index.less +0 -31
- package/es/modules/tasks/components/task-check/TaskCheckTableList/index.less +0 -41
- package/es/modules/tasks/controls/ChildTasksDataIcon/index.less +0 -29
- package/es/modules/tasks/controls/DueDateToolBar/index.less +0 -17
- package/es/modules/tasks/controls/TaskStatusLabel/index.less +0 -34
- package/es/modules/tasks/pages/TaskListPage/index.less +0 -16
- package/es/modules/tasks/pages/TaskTabView/index.less +0 -66
- package/es/modules/tasks/reports/MemberEstimatedDurationCard/index.less +0 -21
- package/es/modules/tasks/reports/TaskAnalyticsDataIcon/index.less +0 -8
- package/es/modules/tasks/reports/TaskSummaryCard/index.less +0 -29
- package/es/modules/user/pages/Positions/index.less +0 -59
- package/es/modules/work/components/NewWorkForm/index.less +0 -29
- package/es/modules/work/components/RejectWorkDialog/index.less +0 -23
- package/es/modules/work/components/RelatedWorkList/index.less +0 -15
- package/es/modules/work/components/SubWorkList/index.less +0 -7
- package/es/modules/work/components/WorkCard/index.less +0 -4
- package/es/modules/work/components/WorkCashReport/index.less +0 -17
- package/es/modules/work/components/WorkItem/index.less +0 -10
- package/es/modules/work/components/WorkList/index.less +0 -7
- package/es/modules/work/components/WorkList2/index.less +0 -54
- package/es/modules/work/components/WorkPanel/index.less +0 -23
- package/es/modules/work/components/WorkPropertiesView/index.less +0 -10
- package/es/modules/work/components/WorkQuickViewDialog/index.less +0 -16
- package/es/modules/work/components/WorkTableList/index.less +0 -14
- package/es/modules/work/components/WorkTableListCard/index.less +0 -105
- package/es/modules/work/components/WorkTableListCardPage/index.less +0 -48
- package/es/modules/work/components/WorkTableListCards/index.less +0 -28
- package/es/modules/work/components/WorkTaskList/index.less +0 -8
- package/es/modules/work/components/WorkTasksTab/index.less +0 -5
- package/es/modules/work/components/WorksProperties/index.less +0 -18
- package/es/modules/work/controls/WorkStatusLabel/index.less +0 -36
- package/es/modules/work/pages/WorkListPage2/index.less +0 -14
- package/es/modules/work/work-error/components/NewWorkErrorDialog/index.less +0 -21
- package/es/modules/work/work-error/components/WorkErrorItem/index.less +0 -53
- package/es/modules/work/work-error/components/WorkErrorPropertiesView/index.less +0 -40
- package/es/modules/work/work-error/components/WorkErrorQuickViewDialog/index.less +0 -28
- package/es/modules/work/work-error/pages/WorkErrorDefaultView/index.less +0 -7
- package/es/modules/work/work-schedule/components/NewWorkScheduleForm/index.less +0 -10
- package/es/modules/work/work-schedule/components/WorkScheduleItem/index.less +0 -36
- package/es/modules/work/work-schedule/components/WorkScheduleList/index.less +0 -14
- package/es/modules/work/work-schedule/components/WorkSchedulePanel/index.less +0 -26
- package/es/modules/work/work-schedule/components/WorkScheduleQuickViewDialog/index.less +0 -15
- package/es/modules/work/work-schedule/components/WorkScheduleTimeLineView/index.less +0 -7
- package/es/modules/work/work-schedule/pages/WorkScheduleDefaultView/index.less +0 -7
- package/es/modules/work/work-schedule/pages/WorkScheduleListPage/index.less +0 -9
- package/es/modules/work/work-type/components/ErrorTypeList/index.less +0 -59
- package/es/modules/work/work-type/components/NewTypeForm/index.less +0 -7
- package/es/modules/work/work-type/components/RepeatTab/index.less +0 -43
- package/es/modules/work/work-type/components/ReportsCompletedWorks/index.less +0 -60
- package/es/modules/work/work-type/components/WorkTypeItem/index.less +0 -49
- package/es/modules/work/work-type/components/WorkTypeProperties/index.less +0 -12
- package/es/modules/work/work-type/components/WorkTypePropertiesView/index.less +0 -12
- package/es/modules/work/work-type/components/WorkTypeQA/index.less +0 -7
- package/es/modules/work/work-type/components/WorkTypeQuickViewDialog/index.less +0 -15
- package/es/modules/work/work-type/components/WorkTypeStats/index.less +0 -29
- package/es/modules/work/work-type/components/WorkTypeStatsLabel/index.less +0 -35
- package/es/modules/work/work-type/controls/WorkTypeStatusLabel/index.less +0 -15
- package/es/modules/work/work-type/controls/WorktypeCompleteWorksChart/index.less +0 -8
- package/es/modules/work/work-type/pages/WorkTypePage/index.less +0 -74
- package/es/modules/workspace/components/MyWorkspaces/index.less +0 -9
- package/es/modules/workspace/components/NewIcon/index.less +0 -17
- package/es/modules/workspace/components/WorkspaceIcon/index.less +0 -134
- package/es/modules/workspace/components/WorkspacePropertiesView/index.less +0 -21
- package/es/modules/workspace/controls/WorkspaceCompletedWorksChart/index.less +0 -8
- package/es/modules/workspace/pages/WorkspaceDefaultView/index.less +0 -9
- package/es/modules/workspace/pages/WorkspacePage/index.less +0 -27
- package/es/obsolete/NotificationItem/index.less +0 -25
- package/es/obsolete/NotificationList2/index.less +0 -11
- package/es/obsolete/WorkQATab/index.less +0 -24
- package/es/obsolete/WorkTypeDefaultView/index.less +0 -19
- package/es/obsolete/WorkTypePage/index.less +0 -57
- package/es/obsolete/WorkTypeQA/index.less +0 -42
- package/es/obsolete/member/components/member.less +0 -25
- package/es/obsolete/member/styles/MemberMinView.less +0 -25
- package/es/obsolete/space/components/Notes/ColorSelect/index.less +0 -17
- package/es/obsolete/space/components/Notes/NewNoteDialog/index.less +0 -78
- package/es/obsolete/space/components/Notes/TextNoteCard/index.less +0 -56
- package/es/obsolete/space/components/Tasks/index.less +0 -17
- package/es/obsolete/space/pages/MySpace/index.less +0 -56
- package/es/style/common.less +0 -187
- package/es/style/index.less +0 -13
- /package/es/modules/work/pages/WorkDefaultView/{index.less → index.css} +0 -0
- /package/es/modules/work/work-type/components/WorkTypeList/{index.less → index.css} +0 -0
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
.new-note-dialog {
|
|
2
|
+
width: 680px;
|
|
3
|
+
|
|
4
|
+
.ant-modal-header {
|
|
5
|
+
padding: 10px 20px;
|
|
6
|
+
|
|
7
|
+
.ant-modal-title {
|
|
8
|
+
display: flex;
|
|
9
|
+
justify-content: space-between;
|
|
10
|
+
|
|
11
|
+
.date {
|
|
12
|
+
color: #999;
|
|
13
|
+
font-size: 14px;
|
|
14
|
+
font-weight: normal;
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.ant-modal-body {
|
|
20
|
+
display: flex;
|
|
21
|
+
flex-direction: column;
|
|
22
|
+
padding: 10px 20px 20px 20px !important;
|
|
23
|
+
height: 50vh;
|
|
24
|
+
|
|
25
|
+
.note-header {
|
|
26
|
+
display: flex;
|
|
27
|
+
padding-bottom: 10px;
|
|
28
|
+
justify-content: space-between;
|
|
29
|
+
align-items: center;
|
|
30
|
+
color: #999;
|
|
31
|
+
|
|
32
|
+
> div {
|
|
33
|
+
flex: 1;
|
|
34
|
+
text-align: right;
|
|
35
|
+
|
|
36
|
+
.svg-inline--fa {
|
|
37
|
+
font-size: 19px;
|
|
38
|
+
margin-left: 15px;
|
|
39
|
+
cursor: pointer;
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.note-bg-none {
|
|
45
|
+
background-color: transparent;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.note-bg-yellow {
|
|
49
|
+
background-color: #ffe66e;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.note-bg-green {
|
|
53
|
+
background-color: #a1ef9b;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
.note-bg-pink {
|
|
57
|
+
background-color: #ffafdf;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.note-bg-purple {
|
|
61
|
+
background-color: #d7afff;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
.note-bg-blue {
|
|
65
|
+
background-color: #9edfff;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
.note-bg-grey {
|
|
69
|
+
background-color: #e0e0e0;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
.note-bg-black {
|
|
73
|
+
background-color: #767676;
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/obsolete/space/components/Notes/NewNoteDialog/index.tsx"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/obsolete/space/components/Notes/NewNoteDialog/index.tsx"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
.text-note-card {
|
|
2
|
+
padding: 0;
|
|
3
|
+
width: 20.5rem !important;
|
|
4
|
+
cursor: pointer;
|
|
5
|
+
&:hover {
|
|
6
|
+
.text-note-card_header .tool-bar {
|
|
7
|
+
opacity: 1;
|
|
8
|
+
transition: opacity 0.2s ease-out;
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
.text-note-card_header {
|
|
12
|
+
position: relative;
|
|
13
|
+
display: flex;
|
|
14
|
+
justify-content: space-between;
|
|
15
|
+
align-items: center;
|
|
16
|
+
height: 2.5rem;
|
|
17
|
+
padding: 0 15px;
|
|
18
|
+
color: #000;
|
|
19
|
+
font-size: 15px;
|
|
20
|
+
line-height: 22px;
|
|
21
|
+
overflow: hidden;
|
|
22
|
+
.tool-bar {
|
|
23
|
+
opacity: 0;
|
|
24
|
+
.ant-btn {
|
|
25
|
+
margin-left: 5px;
|
|
26
|
+
}
|
|
27
|
+
.ant-btn + .ant-btn {
|
|
28
|
+
margin-right: 0;
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
.text-note-card_theme {
|
|
32
|
+
position: absolute;
|
|
33
|
+
display: flex;
|
|
34
|
+
align-items: center;
|
|
35
|
+
transform: translateY(-150%);
|
|
36
|
+
transition: transform 0.3s ease-out;
|
|
37
|
+
z-index: 1;
|
|
38
|
+
&.show {
|
|
39
|
+
transform: translateY(0);
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
.text-note-card_date {
|
|
43
|
+
opacity: 1;
|
|
44
|
+
transition: opacity 0.2s ease-out;
|
|
45
|
+
&.hide {
|
|
46
|
+
opacity: 0;
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
.ProseMirror-container {
|
|
51
|
+
height: 18rem;
|
|
52
|
+
padding: 0 15px;
|
|
53
|
+
}
|
|
54
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/obsolete/space/components/Notes/TextNoteCard/index.tsx"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/obsolete/space/components/Notes/TextNoteCard/index.tsx"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
.my-space-tasks {
|
|
2
|
+
background-color: #fff;
|
|
3
|
+
padding: 0 !important;
|
|
4
|
+
.sub-task-item {
|
|
5
|
+
position: relative;
|
|
6
|
+
&:after {
|
|
7
|
+
position: absolute;
|
|
8
|
+
content: "";
|
|
9
|
+
left: 20px;
|
|
10
|
+
right: 0;
|
|
11
|
+
bottom: 0;
|
|
12
|
+
border-bottom: 1px solid #f2f2f2;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import "./index.
|
|
1
|
+
import "./index.css";
|
|
2
2
|
import { useApplicationContext, useLayout } from "@voplus/morpho-data";
|
|
3
3
|
import { useTaskListEffect } from "@voplus/morpho-document-core";
|
|
4
4
|
import { ListDataContext, useCreateListDataState } from "@voplus/morpho-ui/es/data";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/obsolete/space/components/Tasks/index.tsx"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/obsolete/space/components/Tasks/index.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1,18 +1,16 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
border-bottom: 1px solid #d9d9d9;
|
|
15
|
-
}
|
|
1
|
+
.my-space-works {
|
|
2
|
+
background-color: #fff;
|
|
3
|
+
padding: 0 !important;
|
|
4
|
+
.document-header-default {
|
|
5
|
+
position: relative;
|
|
6
|
+
background-color: transparent;
|
|
7
|
+
&:after {
|
|
8
|
+
position: absolute;
|
|
9
|
+
content: "";
|
|
10
|
+
left: 20px;
|
|
11
|
+
right: 0;
|
|
12
|
+
bottom: 0;
|
|
13
|
+
border-bottom: 1px solid #d9d9d9;
|
|
16
14
|
}
|
|
17
15
|
}
|
|
18
16
|
}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
@import "@voplus/morpho-theme/styles/index.css";
|
|
2
|
+
|
|
3
|
+
.my-space-view {
|
|
4
|
+
overflow: hidden;
|
|
5
|
+
> div {
|
|
6
|
+
padding: 0 !important;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.ant-menu:first-of-type {
|
|
10
|
+
.ant-menu-item,
|
|
11
|
+
.ant-menu-submenu-title {
|
|
12
|
+
.ant-menu-item-icon {
|
|
13
|
+
color: var(--title-icon-color);
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.ant-menu-item-selected {
|
|
18
|
+
.ant-menu-item-icon {
|
|
19
|
+
color: var(--title-icon-selected-color);
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.ant-menu-item-disabled {
|
|
24
|
+
.ant-menu-item-icon {
|
|
25
|
+
color: #bfbfbf;
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
/* 修正 Sub menu 背景色 */
|
|
31
|
+
.ant-menu-sub {
|
|
32
|
+
background-color: white !important;
|
|
33
|
+
}
|
|
34
|
+
/* menu badge 颜色与对齐 */
|
|
35
|
+
.ant-menu-item {
|
|
36
|
+
padding-right: 10px !important;
|
|
37
|
+
.ant-menu-title-content {
|
|
38
|
+
display: flex;
|
|
39
|
+
align-items: center;
|
|
40
|
+
justify-content: space-between;
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.ant-menu-item-selected,
|
|
45
|
+
.ant-menu-item-active {
|
|
46
|
+
.ant-badge {
|
|
47
|
+
.ant-badge-count {
|
|
48
|
+
color: var(--ant-badge-hover-color);
|
|
49
|
+
box-shadow: var(--badge-hover-shadow);
|
|
50
|
+
border: 1px solid white;
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/obsolete/space/pages/MySpace/index.tsx"],"names":[],"mappings":"AAAA;;KAEK;AAEL,OAAO,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/obsolete/space/pages/MySpace/index.tsx"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,166 @@
|
|
|
1
|
+
@import "@voplus/morpho-theme/styles/index.css";
|
|
2
|
+
|
|
3
|
+
.module-header-title {
|
|
4
|
+
position: relative;
|
|
5
|
+
padding: 10px 0;
|
|
6
|
+
font-size: 15px;
|
|
7
|
+
line-height: 15px;
|
|
8
|
+
color: var(--purple-primary-color);
|
|
9
|
+
}
|
|
10
|
+
.module-header-title:before {
|
|
11
|
+
position: absolute;
|
|
12
|
+
content: "";
|
|
13
|
+
left: 0;
|
|
14
|
+
bottom: 0;
|
|
15
|
+
width: 100%;
|
|
16
|
+
border-bottom: 1px solid var(--purple-primary-color);
|
|
17
|
+
}
|
|
18
|
+
.module-detail-view,
|
|
19
|
+
.module-tab-view {
|
|
20
|
+
display: flex;
|
|
21
|
+
flex-direction: column;
|
|
22
|
+
height: 100%;
|
|
23
|
+
.ant-tabs {
|
|
24
|
+
display: flex;
|
|
25
|
+
flex-direction: column;
|
|
26
|
+
height: 100%;
|
|
27
|
+
.ant-tabs-nav {
|
|
28
|
+
margin: 0;
|
|
29
|
+
}
|
|
30
|
+
.ant-tabs-content {
|
|
31
|
+
height: 100%;
|
|
32
|
+
padding-bottom: 0px !important;
|
|
33
|
+
.ant-tabs-tabpane {
|
|
34
|
+
position: relative;
|
|
35
|
+
height: 100%;
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
.ant-tabs-bar {
|
|
39
|
+
margin: 0 20px;
|
|
40
|
+
}
|
|
41
|
+
.module-box {
|
|
42
|
+
height: 100%;
|
|
43
|
+
padding: 10px 20px;
|
|
44
|
+
box-sizing: border-box;
|
|
45
|
+
overflow-x: hidden;
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
.module-detail-view {
|
|
50
|
+
.module-view-header {
|
|
51
|
+
padding: 10px 20px;
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
.module-tab-view {
|
|
55
|
+
background: #f2f2f2;
|
|
56
|
+
.module-tab-view_content,
|
|
57
|
+
.module-tab-view_aside {
|
|
58
|
+
flex: 1;
|
|
59
|
+
background: #fff;
|
|
60
|
+
overflow-x: hidden;
|
|
61
|
+
}
|
|
62
|
+
.module-tab-view_content {
|
|
63
|
+
padding: 15px 20px;
|
|
64
|
+
}
|
|
65
|
+
.module-tab-view_aside {
|
|
66
|
+
display: flex;
|
|
67
|
+
flex-direction: column;
|
|
68
|
+
height: 100%;
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
.padding-vertical-10 {
|
|
72
|
+
padding: 10px 0;
|
|
73
|
+
}
|
|
74
|
+
.padding-horizontal-5 {
|
|
75
|
+
padding: 0 5px;
|
|
76
|
+
}
|
|
77
|
+
.padding-top-5 {
|
|
78
|
+
padding-top: 5px;
|
|
79
|
+
}
|
|
80
|
+
.padding-top-10 {
|
|
81
|
+
padding-top: 10px;
|
|
82
|
+
}
|
|
83
|
+
.padding-left-10 {
|
|
84
|
+
padding-left: 10px;
|
|
85
|
+
}
|
|
86
|
+
.padding-left-20 {
|
|
87
|
+
padding-left: 20px;
|
|
88
|
+
}
|
|
89
|
+
.padding-left-30 {
|
|
90
|
+
padding-left: 30px;
|
|
91
|
+
}
|
|
92
|
+
.padding-right-10 {
|
|
93
|
+
padding-right: 10px;
|
|
94
|
+
}
|
|
95
|
+
.padding-right-20 {
|
|
96
|
+
padding-right: 20px;
|
|
97
|
+
}
|
|
98
|
+
.padding-bottom-5 {
|
|
99
|
+
padding-bottom: 5px;
|
|
100
|
+
}
|
|
101
|
+
.padding-bottom-15 {
|
|
102
|
+
padding-bottom: 15px;
|
|
103
|
+
}
|
|
104
|
+
.padding-bottom-20 {
|
|
105
|
+
padding-bottom: 20px;
|
|
106
|
+
}
|
|
107
|
+
.margin-left-5 {
|
|
108
|
+
margin-left: 5px;
|
|
109
|
+
}
|
|
110
|
+
.margin-right-5 {
|
|
111
|
+
margin-right: 5px;
|
|
112
|
+
}
|
|
113
|
+
.margin-left-10 {
|
|
114
|
+
margin-left: 10px;
|
|
115
|
+
}
|
|
116
|
+
.margin-left-15 {
|
|
117
|
+
margin-left: 15px;
|
|
118
|
+
}
|
|
119
|
+
.margin-left-30 {
|
|
120
|
+
margin-left: 30px;
|
|
121
|
+
}
|
|
122
|
+
.margin-right-10 {
|
|
123
|
+
margin-right: 10px;
|
|
124
|
+
}
|
|
125
|
+
.margin-right-15 {
|
|
126
|
+
margin-right: 15px;
|
|
127
|
+
}
|
|
128
|
+
.margin-right-20 {
|
|
129
|
+
margin-right: 20px;
|
|
130
|
+
}
|
|
131
|
+
.margin-right-30 {
|
|
132
|
+
margin-right: 30px;
|
|
133
|
+
}
|
|
134
|
+
.margin-top-5 {
|
|
135
|
+
margin-top: 5px;
|
|
136
|
+
}
|
|
137
|
+
.margin-top-10 {
|
|
138
|
+
margin-top: 10px;
|
|
139
|
+
}
|
|
140
|
+
.margin-bottom-5 {
|
|
141
|
+
margin-bottom: 5px;
|
|
142
|
+
}
|
|
143
|
+
.margin-bottom-10 {
|
|
144
|
+
margin-bottom: 10px;
|
|
145
|
+
}
|
|
146
|
+
.margin-bottom-15 {
|
|
147
|
+
margin-bottom: 15px;
|
|
148
|
+
}
|
|
149
|
+
.margin-bottom-20 {
|
|
150
|
+
margin-bottom: 20px;
|
|
151
|
+
}
|
|
152
|
+
.margin-bottom-25 {
|
|
153
|
+
margin-bottom: 25px;
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
.tool-bar-icon {
|
|
157
|
+
display: inline-block;
|
|
158
|
+
width: 22px;
|
|
159
|
+
height: 22px;
|
|
160
|
+
line-height: 22px;
|
|
161
|
+
border: 1px solid var(--border-color-base);
|
|
162
|
+
border-radius: 50%;
|
|
163
|
+
color: #666;
|
|
164
|
+
text-align: center;
|
|
165
|
+
cursor: pointer;
|
|
166
|
+
}
|
package/package.json
CHANGED