@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,118 @@
|
|
|
1
|
+
@import "@voplus/morpho-theme/styles/index.css";
|
|
2
|
+
|
|
3
|
+
.my-notifications {
|
|
4
|
+
padding: 0 !important;
|
|
5
|
+
background: #fff;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
.my-space-notifications {
|
|
9
|
+
height: 100%;
|
|
10
|
+
display: flex;
|
|
11
|
+
flex-direction: column;
|
|
12
|
+
position: relative;
|
|
13
|
+
|
|
14
|
+
.my-space-alert-content {
|
|
15
|
+
position: absolute;
|
|
16
|
+
width: 500px;
|
|
17
|
+
left: 50%;
|
|
18
|
+
transform: translateX(-50%);
|
|
19
|
+
z-index: 2;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.board-header-content {
|
|
23
|
+
padding-left: 24px;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.list-view-header-tool {
|
|
27
|
+
padding: 20px;
|
|
28
|
+
|
|
29
|
+
.search-header-tool {
|
|
30
|
+
min-width: 100px;
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.notifications-status {
|
|
35
|
+
.ant-btn {
|
|
36
|
+
height: 30px;
|
|
37
|
+
line-height: 20px;
|
|
38
|
+
color: var(--default-border-color);
|
|
39
|
+
border-radius: var(--border-radius);
|
|
40
|
+
border: 1px solid var(--default-border-color);
|
|
41
|
+
margin: 0 15px 10px 0;
|
|
42
|
+
|
|
43
|
+
&.active {
|
|
44
|
+
color: var(--purple-primary-color);
|
|
45
|
+
background: #f4f9ff;
|
|
46
|
+
border-color: var(--purple-primary-color);
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
&.Dismissed {
|
|
50
|
+
margin-right: 0;
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.ant-divider-vertical {
|
|
55
|
+
height: 30px;
|
|
56
|
+
color: #707070;
|
|
57
|
+
margin-inline: 15px;
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
.doc-notification-card:first-child {
|
|
62
|
+
margin-top: 0;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
.list-view .list-view-header {
|
|
66
|
+
padding: 2em 0px 1em 0px;
|
|
67
|
+
margin: 0 24px;
|
|
68
|
+
width: calc(100% - 48px);
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
.notifications-header.mobile {
|
|
72
|
+
.header-tool-space {
|
|
73
|
+
display: block;
|
|
74
|
+
}
|
|
75
|
+
.list-view-header-tool {
|
|
76
|
+
padding: 12px;
|
|
77
|
+
.stort-header-tool,
|
|
78
|
+
.filter-view-menu-icon {
|
|
79
|
+
display: none;
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
.notifications-status {
|
|
83
|
+
display: flex;
|
|
84
|
+
justify-content: space-between;
|
|
85
|
+
.ant-btn {
|
|
86
|
+
font-size: 12px;
|
|
87
|
+
font-weight: 600;
|
|
88
|
+
line-height: 25px;
|
|
89
|
+
height: 25px;
|
|
90
|
+
padding: 0 6px;
|
|
91
|
+
margin: 0 0 8px 0;
|
|
92
|
+
&:last-child {
|
|
93
|
+
margin-right: 0;
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
.notification-card-exit {
|
|
100
|
+
opacity: 1;
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
.notification-card-exit-active {
|
|
104
|
+
opacity: 0;
|
|
105
|
+
transition: opacity 300ms;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
.notifications-alert {
|
|
109
|
+
.ant-alert-icon {
|
|
110
|
+
position: absolute;
|
|
111
|
+
}
|
|
112
|
+
.title-group {
|
|
113
|
+
font-weight: bold;
|
|
114
|
+
padding-left: 20px;
|
|
115
|
+
margin-bottom: 3px;
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
}
|
|
@@ -14,7 +14,7 @@ import NodePropertiesView from "@voplus/morpho-document-core/es/components/NodeP
|
|
|
14
14
|
import { NotificationListContext, NotificationListState } from "./state";
|
|
15
15
|
import { useUnit } from "@voplus/morpho-org/es/data";
|
|
16
16
|
import S from "string";
|
|
17
|
-
import "./index.
|
|
17
|
+
import "./index.css";
|
|
18
18
|
const NotificationList = (props) => {
|
|
19
19
|
const store = useNotificationStore();
|
|
20
20
|
const { user } = useApplicationContext();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/modules/notification/components/NotificationList/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,SAAS,EAAE,QAAQ,EAAE,OAAO,EAAE,MAAM,OAAO,CAAC;AAC5D,OAAO,EAIN,oCAAoC,EACpC,oBAAoB,GACpB,MAAM,yCAAyC,CAAC;AACjD,OAAO,EAAE,eAAe,EAAE,sBAAsB,EAAE,MAAM,2BAA2B,CAAC;AACpF,OAAO,EAAE,OAAO,EAAE,iBAAiB,EAAE,MAAM,mBAAmB,CAAC;AAC/D,OAAO,EAAE,OAAO,EAAE,KAAK,EAAE,MAAM,MAAM,CAAC;AACtC,OAAO,EAAE,qBAAqB,EAAgB,MAAM,qBAAqB,CAAC;AAC1E,OAAO,EAAE,WAAW,EAAE,MAAM,MAAM,CAAC;AACnC,OAAO,sBAAsB,MAAM,2BAA2B,CAAC;AAC/D,OAAO,QAAQ,MAAM,2DAA2D,CAAC;AACjF,OAAO,wBAAwB,MAAM,6BAA6B,CAAC;AACnE,OAAO,YAAY,MAAM,qDAAqD,CAAC;AAC/E,OAAO,MAAM,MAAM,oDAAoD,CAAC;AACxE,OAAO,kBAAkB,MAAM,+DAA+D,CAAC;AAC/F,OAAO,EAAE,uBAAuB,EAAE,qBAAqB,EAAE,MAAM,SAAS,CAAC;AACzE,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAC;AACrD,OAAO,CAAC,MAAM,QAAQ,CAAC;AACvB,OAAO,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/modules/notification/components/NotificationList/index.tsx"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
.notification-panel {
|
|
2
|
+
flex: 1;
|
|
3
|
+
|
|
4
|
+
.ant-tabs {
|
|
5
|
+
height: 100%;
|
|
6
|
+
|
|
7
|
+
.ant-tabs-nav-wrap {
|
|
8
|
+
padding: 0 16px;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.ant-tabs-nav {
|
|
12
|
+
margin: 0;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.general-filter-form {
|
|
16
|
+
.general-filter-btn {
|
|
17
|
+
padding: 0 13px;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import { FilterOption } from "@voplus/morpho-data";
|
|
3
3
|
import { NotificationOverviewProps } from "../NotificationOverview";
|
|
4
|
-
import "./index.
|
|
4
|
+
import "./index.css";
|
|
5
5
|
declare const NotificationPanel: (props: {
|
|
6
6
|
overviewProps?: NotificationOverviewProps;
|
|
7
7
|
notificationFilterProps?: {
|
|
@@ -3,7 +3,7 @@ import { Tabs } from "antd";
|
|
|
3
3
|
import { observe } from "@voplus/morpho-ui";
|
|
4
4
|
import NotificationOverview from "../NotificationOverview";
|
|
5
5
|
import GeneralFilterForm from "@voplus/morpho-document/es/modules/quick-access/GeneralFilterForm";
|
|
6
|
-
import "./index.
|
|
6
|
+
import "./index.css";
|
|
7
7
|
const NotificationPanel = (props) => {
|
|
8
8
|
return observe(() => (React.createElement("div", { className: "notification-panel" },
|
|
9
9
|
React.createElement(Tabs, { defaultActiveKey: "Overview", items: [
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/modules/notification/components/NotificationPanel/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,IAAI,EAAE,MAAM,MAAM,CAAC;AAC5B,OAAO,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AAE5C,OAAO,oBAAmD,MAAM,yBAAyB,CAAC;AAC1F,OAAO,iBAAiB,MAAM,mEAAmE,CAAC;AAClG,OAAO,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/modules/notification/components/NotificationPanel/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,IAAI,EAAE,MAAM,MAAM,CAAC;AAC5B,OAAO,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AAE5C,OAAO,oBAAmD,MAAM,yBAAyB,CAAC;AAC1F,OAAO,iBAAiB,MAAM,mEAAmE,CAAC;AAClG,OAAO,aAAa,CAAC;AAErB,MAAM,iBAAiB,GAAG,CAAC,KAK1B,EAAE,EAAE;IACJ,OAAO,OAAO,CAAC,GAAG,EAAE,CAAC,CACpB,6BAAK,SAAS,EAAC,oBAAoB;QAClC,oBAAC,IAAI,IACJ,gBAAgB,EAAC,UAAU,EAC3B,KAAK,EAAE;gBACN;oBACC,GAAG,EAAE,UAAU;oBACf,KAAK,EAAE,UAAU;oBACjB,QAAQ,EAAE,oBAAC,oBAAoB,OAAK,KAAK,CAAC,aAAa,GAAI;iBAC3D;gBACD;oBACC,GAAG,EAAE,QAAQ;oBACb,KAAK,EAAE,QAAQ;oBACf,QAAQ,EAAE,oBAAC,iBAAiB,IAAC,EAAE,EAAC,cAAc,KAAK,KAAK,CAAC,uBAAuB,GAAI;iBACpF;aACD,GACA,CACG,CACN,CAAC,CAAC;AACJ,CAAC,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
|
|
@@ -8,7 +8,7 @@ import { useHandleError } from "@voplus/morpho-document-core";
|
|
|
8
8
|
import { useNotification } from "../../../../data/notification";
|
|
9
9
|
import PropertiesHeader from "@voplus/morpho-org/es/components/PropertiesHeader";
|
|
10
10
|
import Routes from "../../../Routes";
|
|
11
|
-
import "./index.
|
|
11
|
+
import "./index.css";
|
|
12
12
|
import classnames from "classnames";
|
|
13
13
|
const NotificationPropertiesView = (props) => {
|
|
14
14
|
const id = props.id;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/modules/notification/components/NotificationPropertiesView/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EACN,WAAW,EACX,eAAe,GACf,MAAM,0DAA0D,CAAC;AAClE,OAAO,KAAK,EAAE,EAAE,OAAO,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AAC5C,OAAO,gBAAgB,MAAM,iCAAiC,CAAC;AAC/D,OAAO,gBAAgB,MAAM,qBAAqB,CAAC;AACnD,OAAO,EAAE,eAAe,IAAI,MAAM,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AACtF,OAAO,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;AAC9D,OAAO,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAC;AAChE,OAAO,gBAAgB,MAAM,mDAAmD,CAAC;AACjF,OAAO,MAAM,MAAM,iBAAiB,CAAC;AACrC,OAAO,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/modules/notification/components/NotificationPropertiesView/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EACN,WAAW,EACX,eAAe,GACf,MAAM,0DAA0D,CAAC;AAClE,OAAO,KAAK,EAAE,EAAE,OAAO,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AAC5C,OAAO,gBAAgB,MAAM,iCAAiC,CAAC;AAC/D,OAAO,gBAAgB,MAAM,qBAAqB,CAAC;AACnD,OAAO,EAAE,eAAe,IAAI,MAAM,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AACtF,OAAO,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;AAC9D,OAAO,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAC;AAChE,OAAO,gBAAgB,MAAM,mDAAmD,CAAC;AACjF,OAAO,MAAM,MAAM,iBAAiB,CAAC;AACrC,OAAO,aAAa,CAAC;AACrB,OAAO,UAAU,MAAM,YAAY,CAAC;AAEpC,MAAM,0BAA0B,GAAG,CAAC,KAAwC,EAAE,EAAE;IAC/E,MAAM,EAAE,GAAG,KAAK,CAAC,EAAE,CAAC;IACpB,MAAM,WAAW,GAAG,cAAc,EAAE,CAAC;IACrC,MAAM,IAAI,GAAG,OAAO,CAAC,GAAG,EAAE,CAAC,IAAI,eAAe,CAAC,gBAAgB,CAAC,EAAE,EAAE,CAAC,CAAC;IACtE,MAAM,YAAY,GAAG,eAAe,CAAC,EAAE,EAAE,EAAE,OAAO,EAAE,WAAW,EAAE,CAAC,CAAC;IAEnE,OAAO,OAAO,CAAC,GAAG,EAAE;;QAAC,OAAA,CACpB,oBAAC,WAAW,CAAC,QAAQ,IAAC,KAAK,EAAE,IAAI;YAChC,6BACC,SAAS,EAAE,UAAU,CAAC,iDAAiD,EAAE;oBACxE,IAAI,EAAE,CAAC,YAAY,CAAC,KAAK;iBACzB,CAAC;gBAEF,oBAAC,gBAAgB,IAChB,EAAE,EAAE,EAAE,EACN,IAAI,EAAE,oBAAC,MAAM,IAAC,IAAI,EAAE,WAAW,GAAI,EACnC,QAAQ,EAAE,MAAA,YAAY,CAAC,OAAO,mCAAI,cAAc,EAChD,GAAG,EAAE,MAAM,CAAC,uBAAuB,CAAC,MAAM,CAAC,EAAE,CAAC,EAC9C,eAAe,EAAE,IAAI,EACrB,QAAQ,EAAE,oBAAC,gBAAgB,IAAC,EAAE,EAAE,EAAE,EAAE,UAAU,EAAE,IAAI,GAAI,GACvD;gBACF,oBAAC,gBAAgB,IAAC,EAAE,EAAE,EAAE,EAAE,UAAU,SAAG,CAClC,CACgB,CACvB,CAAA;KAAA,CAAC,CAAC;AACJ,CAAC,CAAC;AACF,eAAe,0BAA0B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/modules/notification/components/NotificationQuickViewDialog/index.tsx"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/modules/notification/components/NotificationQuickViewDialog/index.tsx"],"names":[],"mappings":"AAAA,OAAO,aAAa,CAAC;AACrB,OAAO,eAAe,MAAM,gDAAgD,CAAC;AAC7E,OAAO,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AAC5C,OAAO,KAAK,EAAE,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACnD,OAAO,kBAAkB,MAAM,uBAAuB,CAAC;AACvD,OAAO,sBAAsB,MAAM,2BAA2B,CAAC;AAC/D,OAAO,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAC;AAEhE,MAAM,2BAA2B,GAAG,CAAC,KAIpC,EAAE,EAAE;IACJ,MAAM,EAAE,EAAE,EAAE,GAAG,KAAK,CAAC;IACrB,MAAM,CAAC,KAAK,EAAE,QAAQ,CAAC,GAAG,QAAQ,CAAe,IAAI,CAAC,CAAC;IACvD,MAAM,YAAY,GAAG,eAAe,CAAC,EAAE,EAAE,EAAE,OAAO,EAAE,CAAC,CAAC,EAAE,EAAE,CAAC,QAAQ,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC;IAE1E,SAAS,CAAC,GAAG,EAAE;QACd,QAAQ,CAAC,IAAI,CAAC,CAAC;IAChB,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC;IAET,OAAO,OAAO,CAAC,GAAG,EAAE,CAAC,CACpB,oBAAC,eAAe,OACX,KAAK,EACT,KAAK,EAAE,KAAK,EACZ,SAAS,EAAC,yBAAyB,EACnC,MAAM,EAAE,oBAAC,kBAAkB,IAAC,EAAE,EAAE,EAAE,EAAE,OAAO,EAAE,KAAK,CAAC,QAAQ,GAAI,EAC/D,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,UAAU,EAAE,EAAE,EAAE,IAAI,EAAE,YAAY,EAAE,CAAC;QAEvD,oBAAC,sBAAsB,IAAC,EAAE,EAAE,EAAE,GAAI,CACjB,CAClB,CAAC,CAAC;AACJ,CAAC,CAAC;AAEF,eAAe,2BAA2B,CAAC"}
|
|
@@ -7,7 +7,7 @@ import ItemFrame from "@voplus/morpho-ui/es/controls/ItemFrame";
|
|
|
7
7
|
import UnitReference from "@voplus/morpho-org/es/controls/UnitReference";
|
|
8
8
|
import { ColumnItem, ColumnItemCol } from "@voplus/morpho-ui/es/controls/ColumnItem";
|
|
9
9
|
import { useNotification } from "../../../../data/notification";
|
|
10
|
-
import "./index.
|
|
10
|
+
import "./index.css";
|
|
11
11
|
const NotificationRecipients = (props) => {
|
|
12
12
|
const { id, viewTitle } = props;
|
|
13
13
|
const notification = useNotification(id);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/modules/notification/components/NotificationRecipients/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AAE5C,OAAO,EAAE,KAAK,EAAE,MAAM,MAAM,CAAC;AAC7B,OAAO,UAAU,MAAM,2BAA2B,CAAC;AACnD,OAAO,YAAY,MAAM,4CAA4C,CAAC;AACtE,OAAO,SAAS,MAAM,yCAAyC,CAAC;AAChE,OAAO,aAAa,MAAM,8CAA8C,CAAC;AACzE,OAAO,EAAE,UAAU,EAAE,aAAa,EAAE,MAAM,0CAA0C,CAAC;AACrF,OAAO,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAC;AAChE,OAAO,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/modules/notification/components/NotificationRecipients/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AAE5C,OAAO,EAAE,KAAK,EAAE,MAAM,MAAM,CAAC;AAC7B,OAAO,UAAU,MAAM,2BAA2B,CAAC;AACnD,OAAO,YAAY,MAAM,4CAA4C,CAAC;AACtE,OAAO,SAAS,MAAM,yCAAyC,CAAC;AAChE,OAAO,aAAa,MAAM,8CAA8C,CAAC;AACzE,OAAO,EAAE,UAAU,EAAE,aAAa,EAAE,MAAM,0CAA0C,CAAC;AACrF,OAAO,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAC;AAChE,OAAO,aAAa,CAAC;AAErB,MAAM,sBAAsB,GAAG,CAAC,KAA0C,EAAE,EAAE;IAC7E,MAAM,EAAE,EAAE,EAAE,SAAS,EAAE,GAAG,KAAK,CAAC;IAChC,MAAM,YAAY,GAAG,eAAe,CAAC,EAAE,CAAC,CAAC;IAEzC,OAAO,OAAO,CAAC,GAAG,EAAE;;QAAC,OAAA,CACpB,6BAAK,SAAS,EAAC,6BAA6B;YAC1C,SAAS,IAAI,6BAAK,SAAS,EAAC,+BAA+B,eAAe;YAC3E,oBAAC,UAAU,IAAC,QAAQ,UAClB,CAAA,MAAA,YAAY,CAAC,UAAU,0CAAE,MAAM,EAAC,CAAC,CAAC,CAClC,YAAY,CAAC,UAAU,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,KAAK,EAAE,EAAE,CAAC,CAC5C,oBAAC,SAAS,IAAC,GAAG,EAAE,KAAK,EAAE,WAAW,EAAC,YAAY;gBAC9C,oBAAC,UAAU,IAAC,SAAS,EAAC,6BAA6B;oBAClD,oBAAC,aAAa,IAAC,IAAI,EAAE,EAAE,EAAE,KAAK,EAAC,WAAW;wBACzC,oBAAC,aAAa,IAAC,EAAE,EAAE,IAAI,CAAC,SAAS,CAAC,EAAE,GAAI,CACzB;oBAChB,oBAAC,aAAa,IAAC,IAAI,EAAE,EAAE,EAAE,KAAK,EAAC,SAAS,IACtC,IAAI,CAAC,OAAO,CACE;oBAChB,oBAAC,aAAa,IAAC,IAAI,EAAE,CAAC,EAAE,KAAK,EAAC,MAAM;wBACnC,oBAAC,YAAY,IAAC,KAAK,EAAE,IAAI,CAAC,QAAQ,GAAI,CACvB,CACJ,CACF,CACZ,CAAC,CACF,CAAC,CAAC,CAAC,CACH,oBAAC,KAAK,IAAC,KAAK,EAAE,KAAK,CAAC,sBAAsB,GAAI,CAC9C,CACW,CACR,CACN,CAAA;KAAA,CAAC,CAAC;AACJ,CAAC,CAAC;AAEF,eAAe,sBAAsB,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
.notification-iframe {
|
|
2
|
+
background-color: rgb(249, 249, 249);
|
|
3
|
+
width: 100%;
|
|
4
|
+
height: 100%;
|
|
5
|
+
position: relative;
|
|
6
|
+
overflow: hidden;
|
|
7
|
+
|
|
8
|
+
iframe {
|
|
9
|
+
width: 100%;
|
|
10
|
+
height: 100%;
|
|
11
|
+
border: none;
|
|
12
|
+
position: absolute;
|
|
13
|
+
right: -15px;
|
|
14
|
+
top: 0;
|
|
15
|
+
bottom: 0;
|
|
16
|
+
overflow-x: hidden;
|
|
17
|
+
overflow-y: scroll;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
@@ -5,7 +5,7 @@ import { useNotification } from "../../../../data/notification";
|
|
|
5
5
|
import DocumentTabs from "@voplus/morpho-document/es/components/DocumentTabs";
|
|
6
6
|
import NotificationProperties from "../NotificationProperties";
|
|
7
7
|
import NotificationRecipients from "../NotificationRecipients";
|
|
8
|
-
import "./index.
|
|
8
|
+
import "./index.css";
|
|
9
9
|
const NotificationTabs = (props) => {
|
|
10
10
|
const { id, properties } = props;
|
|
11
11
|
const [activeKey, setActiveKey] = useState(properties ? "Properties" : "Content");
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/modules/notification/components/NotificationTabs/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,QAAQ,EAAE,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAC5D,OAAO,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AAE5C,OAAO,EACN,WAAW,EACX,eAAe,GACf,MAAM,0DAA0D,CAAC;AAClE,OAAO,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAC;AAChE,OAAO,YAAY,MAAM,oDAAoD,CAAC;AAC9E,OAAO,sBAAsB,MAAM,2BAA2B,CAAC;AAC/D,OAAO,sBAAsB,MAAM,2BAA2B,CAAC;AAC/D,OAAO,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/modules/notification/components/NotificationTabs/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,QAAQ,EAAE,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAC5D,OAAO,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AAE5C,OAAO,EACN,WAAW,EACX,eAAe,GACf,MAAM,0DAA0D,CAAC;AAClE,OAAO,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAC;AAChE,OAAO,YAAY,MAAM,oDAAoD,CAAC;AAC9E,OAAO,sBAAsB,MAAM,2BAA2B,CAAC;AAC/D,OAAO,sBAAsB,MAAM,2BAA2B,CAAC;AAC/D,OAAO,aAAa,CAAC;AAErB,MAAM,gBAAgB,GAAG,CAAC,KAA2C,EAAE,EAAE;IACxE,MAAM,EAAE,EAAE,EAAE,UAAU,EAAE,GAAG,KAAK,CAAC;IAEjC,MAAM,CAAC,SAAS,EAAE,YAAY,CAAC,GAAG,QAAQ,CAAS,UAAU,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC;IAE1F,MAAM,IAAI,GAAG,OAAO,CAAC,GAAG,EAAE,CAAC,IAAI,eAAe,CAAC,WAAW,CAAC,EAAE,EAAE,CAAC,CAAC;IACjE,MAAM,YAAY,GAAG,eAAe,CAAC,EAAE,CAAC,CAAC;IAEzC,SAAS,CAAC,GAAG,EAAE;QACd,YAAY,CAAC,UAAU,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC;IACrD,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC;IAET,MAAM,KAAK,GAAuB;QACjC;YACC,GAAG,EAAE,SAAS;YACd,KAAK,EAAE,SAAS;YAChB,QAAQ,EAAE,OAAO,CAAC,GAAG,EAAE,CAAC,CACvB,6BAAK,SAAS,EAAC,qBAAqB;gBACnC,gCAAQ,MAAM,EAAE,YAAY,CAAC,IAAI,GAAI,CAChC,CACN,CAAC;SACF;QACD;YACC,GAAG,EAAE,YAAY;YACjB,KAAK,EAAE,YAAY;YACnB,QAAQ,EAAE,oBAAC,sBAAsB,IAAC,EAAE,EAAE,EAAE,GAAI;SAC5C;KACD,CAAC;IAEF,UAAU;QACT,KAAK,CAAC,OAAO,CAAC;YACb,GAAG,EAAE,YAAY;YACjB,KAAK,EAAE,YAAY;YACnB,QAAQ,EAAE,oBAAC,sBAAsB,IAAC,EAAE,EAAE,EAAE,GAAI;SAC5C,CAAC,CAAC;IAEJ,OAAO,OAAO,CAAC,GAAG,EAAE,CAAC,CACpB,oBAAC,WAAW,CAAC,QAAQ,IAAC,KAAK,EAAE,IAAI;QAChC,oBAAC,YAAY,IACZ,EAAE,EAAE,EAAE,EACN,UAAU,EAAE,KAAK,EACjB,MAAM,EAAE,SAAS,EACjB,QAAQ,EAAE,KAAK,EACf,QAAQ,EAAE,CAAC,GAAG,EAAE,EAAE,CAAC,YAAY,CAAC,GAAG,CAAC,GACnC,CACoB,CACvB,CAAC,CAAC;AACJ,CAAC,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/modules/notification/controls/NotificationStatusLabel/index.tsx"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/modules/notification/controls/NotificationStatusLabel/index.tsx"],"names":[],"mappings":"AAAA,OAAO,aAAa,CAAC;AAErB,OAAO,mBAAmB,MAAM,mDAAmD,CAAC;AACpF,OAAO,UAAU,MAAM,YAAY,CAAC;AACpC,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,uBAAuB,GAAG,CAAC,KAA0B,EAAE,EAAE,CAAC,CAC/D,oBAAC,mBAAmB,IACnB,SAAS,EAAE,UAAU,CAAC,4BAA4B,CAAC,EACnD,QAAQ,EAAE,KAAK,EACf,IAAI,EAAE,EAAE,EACR,MAAM,EAAE,KAAK,CAAC,MAAM,GACnB,CACF,CAAC;AAEF,eAAe,uBAAuB,CAAC"}
|
|
@@ -8,7 +8,7 @@ import { useHandleError } from "@voplus/morpho-document-core";
|
|
|
8
8
|
import { useNotification } from "../../../../data/notification";
|
|
9
9
|
import NotificationProperties from "../../components/NotificationProperties";
|
|
10
10
|
import NotificationTabs from "../../components/NotificationTabs";
|
|
11
|
-
import
|
|
11
|
+
import "./index.css";
|
|
12
12
|
/** The Notification Page component with router parameters support. */
|
|
13
13
|
const NotificationDefaultView = () => {
|
|
14
14
|
const { id } = useParams();
|
|
@@ -18,7 +18,7 @@ const NotificationDefaultView = () => {
|
|
|
18
18
|
reload: true,
|
|
19
19
|
onError: handleError,
|
|
20
20
|
});
|
|
21
|
-
return observe(() => (React.createElement(DefaultViewLayout, { className:
|
|
21
|
+
return observe(() => (React.createElement(DefaultViewLayout, { className: "notification-default-view", header: React.createElement(PageHeadDashboard, { avatarIcon: React.createElement(FAIcon, { icon: faBellSolid }), title: notification.subject, upAble: true, description: "Streamline the Creation and Monitoring of Key Corporate Communications." }), properties: React.createElement(NotificationProperties, { id: id }) },
|
|
22
22
|
React.createElement(NotificationTabs, { id: id }))));
|
|
23
23
|
};
|
|
24
24
|
export default NotificationDefaultView;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/modules/notification/pages/NotificationDefaultView/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,eAAe,IAAI,MAAM,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AACtF,OAAO,iBAAiB,MAAM,kEAAkE,CAAC;AACjG,OAAO,iBAAiB,MAAM,0DAA0D,CAAC;AACzF,OAAO,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AAC5C,OAAO,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAC7C,OAAO,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;AAC9D,OAAO,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAC;AAChE,OAAO,sBAAsB,MAAM,yCAAyC,CAAC;AAC7E,OAAO,gBAAgB,MAAM,mCAAmC,CAAC;AACjE,OAAO,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/modules/notification/pages/NotificationDefaultView/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,eAAe,IAAI,MAAM,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AACtF,OAAO,iBAAiB,MAAM,kEAAkE,CAAC;AACjG,OAAO,iBAAiB,MAAM,0DAA0D,CAAC;AACzF,OAAO,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AAC5C,OAAO,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAC7C,OAAO,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;AAC9D,OAAO,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAC;AAChE,OAAO,sBAAsB,MAAM,yCAAyC,CAAC;AAC7E,OAAO,gBAAgB,MAAM,mCAAmC,CAAC;AACjE,OAAO,aAAa,CAAC;AAErB,sEAAsE;AACtE,MAAM,uBAAuB,GAAG,GAAG,EAAE;IACpC,MAAM,EAAE,EAAE,EAAE,GAAG,SAAS,EAAkB,CAAC;IAC3C,MAAM,WAAW,GAAG,cAAc,EAAE,CAAC;IACrC,MAAM,YAAY,GAAG,eAAe,CAAC,EAAG,EAAE;QACzC,QAAQ,EAAE,wBAAwB;QAClC,MAAM,EAAE,IAAI;QACZ,OAAO,EAAE,WAAW;KACpB,CAAC,CAAC;IAEH,OAAO,OAAO,CAAC,GAAG,EAAE,CAAC,CACpB,oBAAC,iBAAiB,IACjB,SAAS,EAAE,2BAA2B,EACtC,MAAM,EACL,oBAAC,iBAAiB,IACjB,UAAU,EAAE,oBAAC,MAAM,IAAC,IAAI,EAAE,WAAW,GAAI,EACzC,KAAK,EAAE,YAAY,CAAC,OAAO,EAC3B,MAAM,QACN,WAAW,EAAC,yEAAyE,GACpF,EAEH,UAAU,EAAE,oBAAC,sBAAsB,IAAC,EAAE,EAAE,EAAG,GAAI;QAE/C,oBAAC,gBAAgB,IAAC,EAAE,EAAE,EAAG,GAAI,CACV,CACpB,CAAC,CAAC;AACJ,CAAC,CAAC;AAEF,eAAe,uBAAuB,CAAC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
.notification-list-page {
|
|
2
|
+
.default-view-context {
|
|
3
|
+
.ant-tabs-nav {
|
|
4
|
+
margin-bottom: 0;
|
|
5
|
+
}
|
|
6
|
+
.page-head-dashboard {
|
|
7
|
+
.page-head-general.page {
|
|
8
|
+
border: none;
|
|
9
|
+
}
|
|
10
|
+
.page-head-content {
|
|
11
|
+
display: none;
|
|
12
|
+
}
|
|
13
|
+
.list-view-header-tool {
|
|
14
|
+
flex: 1;
|
|
15
|
+
.search-header-tool .ant-input-outlined {
|
|
16
|
+
width: 100%;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
.all-new-notification-body {
|
|
21
|
+
margin-top: 0;
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
}
|
|
@@ -11,7 +11,7 @@ import NotificationPanel from "../../components/NotificationPanel";
|
|
|
11
11
|
import { QuickFilterContext, QuickFilterContextState, } from "@voplus/morpho-ui/es/data/QuickFilterContext";
|
|
12
12
|
import { useNotificationStore } from "../../../../data/notification";
|
|
13
13
|
import { State } from "./state";
|
|
14
|
-
import
|
|
14
|
+
import "./index.css";
|
|
15
15
|
const NotificationListPage = (props) => {
|
|
16
16
|
const store = useNotificationStore();
|
|
17
17
|
const [state] = useState(new State(props.parentId));
|
|
@@ -26,7 +26,7 @@ const NotificationListPage = (props) => {
|
|
|
26
26
|
return observe(() => {
|
|
27
27
|
var _a, _b;
|
|
28
28
|
return (React.createElement(QuickFilterContext.Provider, { value: context },
|
|
29
|
-
React.createElement(DefaultViewLayout, { className:
|
|
29
|
+
React.createElement(DefaultViewLayout, { className: "notification-list-page", header: React.createElement(PageHeadDashboard, { avatarIcon: React.createElement(FAIcon, { icon: faBellSolid }), title: props.title, upAble: true, description: props.description }), propertiesWidth: "295px", properties: React.createElement(NotificationPanel, { overviewProps: {
|
|
30
30
|
status: state.notificationPanel,
|
|
31
31
|
onOverviewItemClick: () => state.onOverviewItemClick(context.actives),
|
|
32
32
|
}, notificationFilterProps: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/modules/notification/pages/NotificationListPage/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,QAAQ,EAAE,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAC5D,OAAO,EAAE,eAAe,IAAI,MAAM,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AACtF,OAAO,iBAAiB,MAAM,kEAAkE,CAAC;AACjG,OAAO,iBAAiB,MAAM,0DAA0D,CAAC;AACzF,OAAO,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AAC5C,OAAO,sBAEN,MAAM,yCAAyC,CAAC;AACjD,OAAO,YAAY,MAAM,oDAAoD,CAAC;AAC9E,OAAO,WAAW,MAAM,4DAA4D,CAAC;AACrF,OAAO,WAAW,MAAM,2CAA2C,CAAC;AACpE,OAAO,iBAAiB,MAAM,oCAAoC,CAAC;AACnE,OAAO,EACN,kBAAkB,EAClB,uBAAuB,GACvB,MAAM,8CAA8C,CAAC;AACtD,OAAO,EAAE,oBAAoB,EAAE,MAAM,+BAA+B,CAAC;AACrE,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/modules/notification/pages/NotificationListPage/index.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1,11 +1,9 @@
|
|
|
1
|
-
|
|
2
|
-
.
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
font-weight: 500;
|
|
8
|
-
}
|
|
1
|
+
.notification-list-page_mobile {
|
|
2
|
+
.my-space-notifications .list-view-header-tool {
|
|
3
|
+
padding: 12px;
|
|
4
|
+
input {
|
|
5
|
+
font-size: 12px;
|
|
6
|
+
font-weight: 500;
|
|
9
7
|
}
|
|
10
8
|
}
|
|
11
9
|
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
.my-pinned {
|
|
2
|
+
height: 100%;
|
|
3
|
+
background-color: #f5f9fc;
|
|
4
|
+
|
|
5
|
+
.my-pinned-title {
|
|
6
|
+
padding: 30px 20px 0 40px;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.pinned-content {
|
|
10
|
+
height: calc(100% - 76px);
|
|
11
|
+
|
|
12
|
+
.pinned-list {
|
|
13
|
+
flex: 1;
|
|
14
|
+
display: flex;
|
|
15
|
+
flex-direction: column;
|
|
16
|
+
|
|
17
|
+
.pinned-list-title {
|
|
18
|
+
margin: 40px 0 16px 40px;
|
|
19
|
+
height: 26px;
|
|
20
|
+
font-size: 20px;
|
|
21
|
+
font-family: Microsoft YaHei;
|
|
22
|
+
font-weight: bold;
|
|
23
|
+
line-height: 26px;
|
|
24
|
+
opacity: 1;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.custom-icon-list {
|
|
28
|
+
padding: 0 12px;
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.ant-skeleton {
|
|
33
|
+
padding: 20px;
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
}
|
|
@@ -11,7 +11,7 @@ import DocumentPropertiesView from "@voplus/morpho-document-core/es/components/D
|
|
|
11
11
|
import PinnedCardList from "../PinnedCardList";
|
|
12
12
|
import { Skeleton } from "antd";
|
|
13
13
|
import PageHeader from "@voplus/morpho-ui/es/components/PageHeader";
|
|
14
|
-
import
|
|
14
|
+
import "./index.css";
|
|
15
15
|
import { State } from "./state";
|
|
16
16
|
const MyPinned = (props) => {
|
|
17
17
|
/** 加class name 为了方便做integration tests */
|
|
@@ -38,7 +38,7 @@ const MyPinned = (props) => {
|
|
|
38
38
|
useOnDeleteDocument((s, d) => state.update([d], "del"));
|
|
39
39
|
return observe(() => (React.createElement(AsideContent, { context: asideContext },
|
|
40
40
|
React.createElement(ListDataContext.Provider, { value: list },
|
|
41
|
-
React.createElement("div", { className:
|
|
41
|
+
React.createElement("div", { className: "my-pinned" },
|
|
42
42
|
React.createElement("div", { className: "my-pinned-title" },
|
|
43
43
|
React.createElement(PageHeader, { addAble: false, titleView: "My Pinned", sortable: true, quickSearch: true })),
|
|
44
44
|
React.createElement("div", { className: "pinned-content" },
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/modules/pin/components/MyPinned/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACxC,OAAO,EAAE,UAAU,EAAE,MAAM,2BAA2B,CAAC;AACvD,OAAO,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AAC5C,OAAO,EAAE,iBAAiB,EAAE,MAAM,mBAAmB,CAAC;AACtD,OAAO,EAEN,mBAAmB,EACnB,qBAAqB,GACrB,MAAM,8BAA8B,CAAC;AACtC,OAAO,EAAE,eAAe,EAAE,sBAAsB,EAAE,MAAM,2CAA2C,CAAC;AACpG,OAAO,EACN,gBAAgB,EAChB,kBAAkB,EAClB,eAAe,GACf,MAAM,qEAAqE,CAAC;AAC7E,OAAO,EAAE,wBAAwB,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AACrF,OAAO,YAAY,MAAM,qDAAqD,CAAC;AAC/E,OAAO,sBAAsB,MAAM,mEAAmE,CAAC;AACvG,OAAO,cAAc,MAAM,mBAAmB,CAAC;AAC/C,OAAO,EAAE,QAAQ,EAAE,MAAM,MAAM,CAAC;AAChC,OAAO,UAAU,MAAM,4CAA4C,CAAC;AACpE,OAAO,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/modules/pin/components/MyPinned/index.tsx"],"names":[],"mappings":"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"}
|