@voplus/morpho-workspace 9.0.6 → 9.0.8
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/my-document/DocumentTableGroup/DocumentSection.d.ts +11 -0
- package/es/modules/my-document/DocumentTableGroup/DocumentSection.js +48 -0
- package/es/modules/my-document/DocumentTableGroup/DocumentSection.js.map +1 -0
- package/es/modules/my-document/DocumentTableGroup/ReloadContext.d.ts +7 -0
- package/es/modules/my-document/DocumentTableGroup/ReloadContext.js +29 -0
- package/es/modules/my-document/DocumentTableGroup/ReloadContext.js.map +1 -0
- package/es/modules/my-document/{DocumentSection → DocumentTableGroup}/index.d.ts +3 -2
- package/es/modules/my-document/DocumentTableGroup/index.js +25 -0
- package/es/modules/my-document/DocumentTableGroup/index.js.map +1 -0
- package/es/modules/my-document/FilterTabsBar/index.d.ts +2 -3
- package/es/modules/my-document/FilterTabsBar/index.js +3 -2
- package/es/modules/my-document/FilterTabsBar/index.js.map +1 -1
- package/es/modules/my-document/Header/index.d.ts +3 -1
- package/es/modules/my-document/Header/index.js +14 -10
- package/es/modules/my-document/Header/index.js.map +1 -1
- package/es/modules/my-document/SectionTemplate/DocumentTableUI/index.d.ts +4 -1
- package/es/modules/my-document/SectionTemplate/DocumentTableUI/index.js +9 -5
- package/es/modules/my-document/SectionTemplate/DocumentTableUI/index.js.map +1 -1
- package/es/modules/my-document/SectionTemplate/DocumentViewClass/index.d.ts +2 -5
- package/es/modules/my-document/SectionTemplate/DocumentViewClass/index.js +3 -3
- package/es/modules/my-document/SectionTemplate/DocumentViewClass/index.js.map +1 -1
- package/es/modules/my-document/SectionTemplate/GridUI/index.d.ts +2 -2
- package/es/modules/my-document/SectionTemplate/GridUI/index.js +5 -1
- package/es/modules/my-document/SectionTemplate/GridUI/index.js.map +1 -1
- package/es/modules/my-document/SectionTemplate/GridUI/useElementWidth.d.ts +6 -0
- package/es/modules/my-document/SectionTemplate/GridUI/useElementWidth.js +29 -0
- package/es/modules/my-document/SectionTemplate/GridUI/useElementWidth.js.map +1 -0
- package/es/modules/my-document/index.js +5 -11
- package/es/modules/my-document/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/my-document/DocumentSection/index.js +0 -35
- package/es/modules/my-document/DocumentSection/index.js.map +0 -1
- 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/pin/components/PinnedSection/index.d.ts +0 -8
- package/es/modules/pin/components/PinnedSection/index.js +0 -45
- package/es/modules/pin/components/PinnedSection/index.js.map +0 -1
- 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
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
import React, { useEffect, useState } from "react";
|
|
2
|
-
import { faSearchRegular, faTimesRegular } from "@voplus/morpho-ui/es/faIcons";
|
|
3
|
-
import { FontAwesomeIcon as FAIcon } from "@voplus/morpho-ui/es/faIcons";
|
|
4
|
-
import { Input } from "antd";
|
|
5
|
-
import classnames from "classnames";
|
|
6
|
-
import style from "./index.less";
|
|
7
|
-
const QuickSearch = (props) => {
|
|
8
|
-
const [inputVisible, setInputVisible] = useState(false);
|
|
9
|
-
const [keyword, setKeyword] = useState("");
|
|
10
|
-
const [timer, setTimer] = useState();
|
|
11
|
-
useEffect(() => {
|
|
12
|
-
setInputVisible(false);
|
|
13
|
-
setKeyword("");
|
|
14
|
-
}, [props === null || props === void 0 ? void 0 : props.renderId]);
|
|
15
|
-
return inputVisible ? (React.createElement("span", { className: classnames(style["quick-search"], props.className), style: props.style },
|
|
16
|
-
React.createElement(Input, { autoFocus: true, value: keyword, prefix: React.createElement(FAIcon, { icon: faSearchRegular }), suffix: React.createElement(FAIcon, { icon: faTimesRegular, onClick: cancel }), placeholder: props.placeholder, onChange: onChange, onPressEnter: () => props.onPressEnter && props.onPressEnter(keyword), style: { width: props.width } }))) : (React.createElement("span", { className: classnames(style["quick-search"], props.className), style: props.style, onClick: () => setInputVisible(true) },
|
|
17
|
-
React.createElement(FAIcon, { icon: faSearchRegular, className: classnames({ "margin-right-10": props.title }) }),
|
|
18
|
-
props.title));
|
|
19
|
-
function onChange(e) {
|
|
20
|
-
setKeyword(e.target.value);
|
|
21
|
-
onSearch(e.target.value);
|
|
22
|
-
}
|
|
23
|
-
/** 若放置在onChange里,
|
|
24
|
-
* 1. props.onChange?.(e.target.value)
|
|
25
|
-
* If you're seeing this, you're accessing the property `target` on a released/nullified synthetic event.
|
|
26
|
-
* 2. props.onChange?.(keyword)
|
|
27
|
-
* keyword 会有点点延迟,keyword !== e.target.value
|
|
28
|
-
*/
|
|
29
|
-
function onSearch(value) {
|
|
30
|
-
if (timer)
|
|
31
|
-
clearTimeout(timer);
|
|
32
|
-
setTimer(setTimeout(() => {
|
|
33
|
-
var _a;
|
|
34
|
-
(_a = props.onChange) === null || _a === void 0 ? void 0 : _a.call(props, value);
|
|
35
|
-
setTimer(undefined);
|
|
36
|
-
}, 1000));
|
|
37
|
-
}
|
|
38
|
-
/** */
|
|
39
|
-
function cancel() {
|
|
40
|
-
var _a;
|
|
41
|
-
setInputVisible(false);
|
|
42
|
-
if (keyword) {
|
|
43
|
-
(_a = props.onChange) === null || _a === void 0 ? void 0 : _a.call(props, "");
|
|
44
|
-
setKeyword("");
|
|
45
|
-
}
|
|
46
|
-
}
|
|
47
|
-
};
|
|
48
|
-
QuickSearch.defaultProps = {
|
|
49
|
-
width: "auto",
|
|
50
|
-
};
|
|
51
|
-
export default QuickSearch;
|
|
52
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/modules/meeting/components/MeetingList/QuickSearch/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAiB,SAAS,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAClE,OAAO,EAAE,eAAe,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;AAE/E,OAAO,EAAE,eAAe,IAAI,MAAM,EAAE,MAAM,8BAA8B,CAAC;AACzE,OAAO,EAAE,KAAK,EAAE,MAAM,MAAM,CAAC;AAC7B,OAAO,UAAU,MAAM,YAAY,CAAC;AACpC,OAAO,KAAK,MAAM,cAAc,CAAC;AAEjC,MAAM,WAAW,GAAG,CAAC,KAWpB,EAAE,EAAE;IACJ,MAAM,CAAC,YAAY,EAAE,eAAe,CAAC,GAAG,QAAQ,CAAC,KAAK,CAAC,CAAC;IAExD,MAAM,CAAC,OAAO,EAAE,UAAU,CAAC,GAAG,QAAQ,CAAC,EAAE,CAAC,CAAC;IAE3C,MAAM,CAAC,KAAK,EAAE,QAAQ,CAAC,GAAG,QAAQ,EAA8B,CAAC;IAEjE,SAAS,CAAC,GAAG,EAAE;QACd,eAAe,CAAC,KAAK,CAAC,CAAC;QACvB,UAAU,CAAC,EAAE,CAAC,CAAC;IAChB,CAAC,EAAE,CAAC,KAAK,aAAL,KAAK,uBAAL,KAAK,CAAE,QAAQ,CAAC,CAAC,CAAC;IAEtB,OAAO,YAAY,CAAC,CAAC,CAAC,CACrB,8BAAM,SAAS,EAAE,UAAU,CAAC,KAAK,CAAC,cAAc,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,EAAE,KAAK,EAAE,KAAK,CAAC,KAAK;QACtF,oBAAC,KAAK,IACL,SAAS,QACT,KAAK,EAAE,OAAO,EACd,MAAM,EAAE,oBAAC,MAAM,IAAC,IAAI,EAAE,eAAe,GAAI,EACzC,MAAM,EAAE,oBAAC,MAAM,IAAC,IAAI,EAAE,cAAc,EAAE,OAAO,EAAE,MAAM,GAAI,EACzD,WAAW,EAAE,KAAK,CAAC,WAAW,EAC9B,QAAQ,EAAE,QAAQ,EAClB,YAAY,EAAE,GAAG,EAAE,CAAC,KAAK,CAAC,YAAY,IAAI,KAAK,CAAC,YAAY,CAAC,OAAO,CAAC,EACrE,KAAK,EAAE,EAAE,KAAK,EAAE,KAAK,CAAC,KAAK,EAAE,GAC5B,CACI,CACP,CAAC,CAAC,CAAC,CACH,8BACC,SAAS,EAAE,UAAU,CAAC,KAAK,CAAC,cAAc,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,EAC7D,KAAK,EAAE,KAAK,CAAC,KAAK,EAClB,OAAO,EAAE,GAAG,EAAE,CAAC,eAAe,CAAC,IAAI,CAAC;QAEpC,oBAAC,MAAM,IAAC,IAAI,EAAE,eAAe,EAAE,SAAS,EAAE,UAAU,CAAC,EAAE,iBAAiB,EAAE,KAAK,CAAC,KAAK,EAAE,CAAC,GAAI;QAC3F,KAAK,CAAC,KAAK,CACN,CACP,CAAC;IACF,SAAS,QAAQ,CAAC,CAAM;QACvB,UAAU,CAAC,CAAC,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;QAC3B,QAAQ,CAAC,CAAC,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;IAC1B,CAAC;IACD;;;;;OAKG;IACH,SAAS,QAAQ,CAAC,KAAa;QAC9B,IAAI,KAAK;YAAE,YAAY,CAAC,KAAK,CAAC,CAAC;QAC/B,QAAQ,CACP,UAAU,CAAC,GAAG,EAAE;;YACf,MAAA,KAAK,CAAC,QAAQ,sDAAG,KAAK,CAAC,CAAC;YACxB,QAAQ,CAAC,SAAS,CAAC,CAAC;QACrB,CAAC,EAAE,IAAI,CAAQ,CACf,CAAC;IACH,CAAC;IACD,MAAM;IACN,SAAS,MAAM;;QACd,eAAe,CAAC,KAAK,CAAC,CAAC;QACvB,IAAI,OAAO,EAAE,CAAC;YACb,MAAA,KAAK,CAAC,QAAQ,sDAAG,EAAE,CAAC,CAAC;YACrB,UAAU,CAAC,EAAE,CAAC,CAAC;QAChB,CAAC;IACF,CAAC;AACF,CAAC,CAAC;AAEF,WAAW,CAAC,YAAY,GAAG;IAC1B,KAAK,EAAE,MAAM;CACb,CAAC;AAEF,eAAe,WAAW,CAAC"}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
.meeting-task-list {
|
|
2
|
-
width: 100%;
|
|
3
|
-
height: 100%;
|
|
4
|
-
:global {
|
|
5
|
-
.meeting-task-item {
|
|
6
|
-
position: relative;
|
|
7
|
-
&:after {
|
|
8
|
-
position: absolute;
|
|
9
|
-
content: "";
|
|
10
|
-
left: 0;
|
|
11
|
-
bottom: 0;
|
|
12
|
-
right: 0;
|
|
13
|
-
border-bottom: 1px solid #f2f2f2;
|
|
14
|
-
}
|
|
15
|
-
.default-task-item {
|
|
16
|
-
background-color: transparent;
|
|
17
|
-
}
|
|
18
|
-
.agenda-name {
|
|
19
|
-
padding: 10px 20px 0 20px;
|
|
20
|
-
color: #000;
|
|
21
|
-
font-size: 17px;
|
|
22
|
-
font-weight: 500;
|
|
23
|
-
.index {
|
|
24
|
-
display: inline-block;
|
|
25
|
-
width: 30px;
|
|
26
|
-
}
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
@import "../../../../style/common.less";
|
|
2
|
-
.new-meeting-form {
|
|
3
|
-
font-size: 13px;
|
|
4
|
-
color: #333;
|
|
5
|
-
:global {
|
|
6
|
-
.date-title {
|
|
7
|
-
display: inline-block;
|
|
8
|
-
width: 50px;
|
|
9
|
-
}
|
|
10
|
-
.ant-form-item-label {
|
|
11
|
-
line-height: normal;
|
|
12
|
-
padding-bottom: 10px;
|
|
13
|
-
}
|
|
14
|
-
.ant-form-item {
|
|
15
|
-
padding-bottom: 15px;
|
|
16
|
-
margin-bottom: 0;
|
|
17
|
-
}
|
|
18
|
-
.ant-select {
|
|
19
|
-
width: auto;
|
|
20
|
-
}
|
|
21
|
-
.ant-select-selection {
|
|
22
|
-
border: none;
|
|
23
|
-
box-shadow: none;
|
|
24
|
-
}
|
|
25
|
-
.proseMirror {
|
|
26
|
-
height: 10rem !important;
|
|
27
|
-
.editor-toolbar {
|
|
28
|
-
padding: 0.2rem 0.65rem;
|
|
29
|
-
}
|
|
30
|
-
.ProseMirror {
|
|
31
|
-
padding: 1rem 1.25rem;
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
|
-
}
|
|
35
|
-
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
.meeting-tool-bar {
|
|
2
|
-
text-align: right;
|
|
3
|
-
}
|
|
4
|
-
.meeting-tab-view {
|
|
5
|
-
display: flex;
|
|
6
|
-
flex-direction: column;
|
|
7
|
-
height: 100%;
|
|
8
|
-
background: #fff;
|
|
9
|
-
:global {
|
|
10
|
-
.meeting-tab-view_header {
|
|
11
|
-
padding: 10px 20px;
|
|
12
|
-
.meeting-item-detail {
|
|
13
|
-
padding: 0;
|
|
14
|
-
margin-bottom: 10px;
|
|
15
|
-
}
|
|
16
|
-
}
|
|
17
|
-
.meeting-description {
|
|
18
|
-
padding: 10px 20px;
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
}
|
|
@@ -1,64 +0,0 @@
|
|
|
1
|
-
.all {
|
|
2
|
-
width: 100%;
|
|
3
|
-
height: 100%;
|
|
4
|
-
display: flex;
|
|
5
|
-
flex-direction: column;
|
|
6
|
-
// overflow: auto;
|
|
7
|
-
:global {
|
|
8
|
-
.list-heard {
|
|
9
|
-
width: 100%;
|
|
10
|
-
padding: 0 44px 0 20px;
|
|
11
|
-
height: 50px;
|
|
12
|
-
line-height: 50px;
|
|
13
|
-
color: #000;
|
|
14
|
-
background-color: #fafafa;
|
|
15
|
-
font-size: 20px;
|
|
16
|
-
display: flex;
|
|
17
|
-
justify-content: space-between;
|
|
18
|
-
span {
|
|
19
|
-
display: block;
|
|
20
|
-
width: 140px;
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
.list-body {
|
|
24
|
-
.list-content {
|
|
25
|
-
width: 100%;
|
|
26
|
-
min-height: 60px;
|
|
27
|
-
padding: 0 20px;
|
|
28
|
-
display: flex;
|
|
29
|
-
justify-content: space-between;
|
|
30
|
-
align-items: center;
|
|
31
|
-
.all-name {
|
|
32
|
-
display: flex;
|
|
33
|
-
width: 218px;
|
|
34
|
-
align-items: center;
|
|
35
|
-
.portrait {
|
|
36
|
-
height: 40px;
|
|
37
|
-
}
|
|
38
|
-
.name {
|
|
39
|
-
padding-left: 10px;
|
|
40
|
-
width: 7%;
|
|
41
|
-
span:first-child {
|
|
42
|
-
font-size: 18px;
|
|
43
|
-
color: #000;
|
|
44
|
-
font-weight: 600;
|
|
45
|
-
}
|
|
46
|
-
}
|
|
47
|
-
}
|
|
48
|
-
.access {
|
|
49
|
-
display: flex;
|
|
50
|
-
justify-content: space-between;
|
|
51
|
-
align-items: center;
|
|
52
|
-
span {
|
|
53
|
-
display: inline-block;
|
|
54
|
-
margin-left: 20px;
|
|
55
|
-
}
|
|
56
|
-
}
|
|
57
|
-
.last-seen {
|
|
58
|
-
color: #000;
|
|
59
|
-
font-size: 16px;
|
|
60
|
-
}
|
|
61
|
-
}
|
|
62
|
-
}
|
|
63
|
-
}
|
|
64
|
-
}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
.all {
|
|
2
|
-
width: 100%;
|
|
3
|
-
:global {
|
|
4
|
-
h1 {
|
|
5
|
-
font-size: 50px;
|
|
6
|
-
font-weight: 600;
|
|
7
|
-
margin-left: 8%;
|
|
8
|
-
}
|
|
9
|
-
.ant-form-item-label {
|
|
10
|
-
width: 18%;
|
|
11
|
-
}
|
|
12
|
-
.button {
|
|
13
|
-
width: 100px;
|
|
14
|
-
height: 36px;
|
|
15
|
-
background-color: #1890ff;
|
|
16
|
-
border-radius: 50px;
|
|
17
|
-
color: #fff;
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
}
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
.all {
|
|
2
|
-
height: 100%;
|
|
3
|
-
width: 100%;
|
|
4
|
-
display: flex;
|
|
5
|
-
flex-direction: column;
|
|
6
|
-
overflow: hidden;
|
|
7
|
-
:global {
|
|
8
|
-
.title {
|
|
9
|
-
vertical-align: middle;
|
|
10
|
-
width: 100%;
|
|
11
|
-
h1 {
|
|
12
|
-
font-size: 35px;
|
|
13
|
-
font-weight: 600;
|
|
14
|
-
margin-right: 20px;
|
|
15
|
-
display: inline-block;
|
|
16
|
-
}
|
|
17
|
-
.button {
|
|
18
|
-
font-size: 16px;
|
|
19
|
-
text-align: center;
|
|
20
|
-
background-color: #f5fffa;
|
|
21
|
-
color: #1890ff;
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
.list-body {
|
|
25
|
-
height: 100%;
|
|
26
|
-
width: 100%;
|
|
27
|
-
display: flex;
|
|
28
|
-
flex-direction: column;
|
|
29
|
-
overflow-y: auto;
|
|
30
|
-
.ant-row {
|
|
31
|
-
margin: 0 !important;
|
|
32
|
-
.section {
|
|
33
|
-
width: 100%;
|
|
34
|
-
display: flex;
|
|
35
|
-
justify-content: space-between;
|
|
36
|
-
}
|
|
37
|
-
.ant-card-head {
|
|
38
|
-
padding: 0;
|
|
39
|
-
margin: 0 24px;
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
}
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
.all {
|
|
2
|
-
height: 100%;
|
|
3
|
-
:global {
|
|
4
|
-
.title {
|
|
5
|
-
padding: 0 24px;
|
|
6
|
-
width: 100%;
|
|
7
|
-
height: 100%;
|
|
8
|
-
display: flex;
|
|
9
|
-
flex-direction: column;
|
|
10
|
-
h1 {
|
|
11
|
-
font-size: 35px;
|
|
12
|
-
font-weight: 600;
|
|
13
|
-
margin-right: 20px;
|
|
14
|
-
display: inline-block;
|
|
15
|
-
}
|
|
16
|
-
.button {
|
|
17
|
-
font-size: 16px;
|
|
18
|
-
text-align: center;
|
|
19
|
-
background-color: #f5fffa;
|
|
20
|
-
color: #1890ff;
|
|
21
|
-
display: inline-block;
|
|
22
|
-
}
|
|
23
|
-
.title-bottom {
|
|
24
|
-
height: 100%;
|
|
25
|
-
display: flex;
|
|
26
|
-
flex-direction: column;
|
|
27
|
-
.ant-tabs-tabpane {
|
|
28
|
-
height: 100%;
|
|
29
|
-
}
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
.ant-tabs {
|
|
33
|
-
height: 100%;
|
|
34
|
-
display: flex;
|
|
35
|
-
flex-direction: column;
|
|
36
|
-
.ant-tabs-content {
|
|
37
|
-
height: 100%;
|
|
38
|
-
// padding-bottom: 45px;
|
|
39
|
-
}
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* 使用在 MyDocument 中的全新 UI 设计
|
|
3
|
-
* */
|
|
4
|
-
import React from "react";
|
|
5
|
-
import { useAutoUpdateListData, useDocumentListEffect, } from "@voplus/morpho-document-core";
|
|
6
|
-
import { ListDataContext, useCreateListDataState } from "@voplus/morpho-ui/es/data";
|
|
7
|
-
import { observe, useAsideContentContext, useRenderOnChange } from "@voplus/morpho-ui";
|
|
8
|
-
import DocumentPropertiesView from "@voplus/morpho-document-core/es/components/DocumentPropertiesView";
|
|
9
|
-
import DocumentViewClass from "../SectionTemplate/DocumentViewClass";
|
|
10
|
-
const DocumentSection = (props) => {
|
|
11
|
-
const { id } = props;
|
|
12
|
-
const asideContext = useAsideContentContext();
|
|
13
|
-
const list = useCreateListDataState({
|
|
14
|
-
filterDefaults: {
|
|
15
|
-
includes: "tags,permissions,createdby,folder",
|
|
16
|
-
filters: [{ c: "ParentNodeId", o: "=", l: "And", v1: id }],
|
|
17
|
-
page: { Page: 1, PageSize: 300 },
|
|
18
|
-
},
|
|
19
|
-
}, [id]);
|
|
20
|
-
/** 如果 list.filters.options变更了就重渲染,使下一行的useDocumentListEffect 可以接收新参数*/
|
|
21
|
-
useRenderOnChange(() => [list.filters.options, id]);
|
|
22
|
-
/** 把ListDataState传给useDocumentListEffect,使之可以自動更新loading, hasmore. */
|
|
23
|
-
useDocumentListEffect(list, (result) => list.union(result), list.filters.options);
|
|
24
|
-
/** useOnNewDocument, useOnDeleteDocument的sugar syntax 自動更新list. */
|
|
25
|
-
useAutoUpdateListData(list, (d) => d.parentId === id);
|
|
26
|
-
return observe(() => (React.createElement(ListDataContext.Provider, { value: list },
|
|
27
|
-
React.createElement(DocumentViewClass, { title: "Personal Documents", loading: list.loading, list: [...list.data], onSearch: (val) => list.triggerSearch(val), onItemClick: onItemClick }))));
|
|
28
|
-
function onItemClick(id) {
|
|
29
|
-
var _a;
|
|
30
|
-
asideContext === null || asideContext === void 0 ? void 0 : asideContext.openAside(React.createElement(DocumentPropertiesView, { id: id }), { span: 10 });
|
|
31
|
-
(_a = props.onClickItem) === null || _a === void 0 ? void 0 : _a.call(props, id);
|
|
32
|
-
}
|
|
33
|
-
};
|
|
34
|
-
export default DocumentSection;
|
|
35
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/modules/my-document/DocumentSection/index.tsx"],"names":[],"mappings":"AAAA;;KAEK;AAEL,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAEN,qBAAqB,EACrB,qBAAqB,GACrB,MAAM,8BAA8B,CAAC;AACtC,OAAO,EAAE,eAAe,EAAE,sBAAsB,EAAE,MAAM,2BAA2B,CAAC;AACpF,OAAO,EAAE,OAAO,EAAE,sBAAsB,EAAE,iBAAiB,EAAE,MAAM,mBAAmB,CAAC;AACvF,OAAO,sBAAsB,MAAM,mEAAmE,CAAC;AACvG,OAAO,iBAAiB,MAAM,sCAAsC,CAAC;AAErE,MAAM,eAAe,GAAG,CAAC,KAAyD,EAAE,EAAE;IACrF,MAAM,EAAE,EAAE,EAAE,GAAG,KAAK,CAAC;IAErB,MAAM,YAAY,GAAG,sBAAsB,EAAE,CAAC;IAE9C,MAAM,IAAI,GAAG,sBAAsB,CAClC;QACC,cAAc,EAAE;YACf,QAAQ,EAAE,mCAAmC;YAC7C,OAAO,EAAE,CAAC,EAAE,CAAC,EAAE,cAAc,EAAE,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC;YAC1D,IAAI,EAAE,EAAE,IAAI,EAAE,CAAC,EAAE,QAAQ,EAAE,GAAG,EAAE;SAChC;KACD,EACD,CAAC,EAAE,CAAC,CACJ,CAAC;IAEF,uEAAuE;IACvE,iBAAiB,CAAC,GAAG,EAAE,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,OAAO,EAAE,EAAE,CAAC,CAAC,CAAC;IAEpD,sEAAsE;IACtE,qBAAqB,CAAC,IAAI,EAAE,CAAC,MAAM,EAAE,EAAE,CAAC,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC,EAAE,IAAI,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC;IAElF,mEAAmE;IACnE,qBAAqB,CAAC,IAAI,EAAE,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,QAAQ,KAAK,EAAE,CAAC,CAAC;IAEtD,OAAO,OAAO,CAAC,GAAG,EAAE,CAAC,CACpB,oBAAC,eAAe,CAAC,QAAQ,IAAC,KAAK,EAAE,IAAI;QACpC,oBAAC,iBAAiB,IACjB,KAAK,EAAC,oBAAoB,EAC1B,OAAO,EAAE,IAAI,CAAC,OAAO,EACrB,IAAI,EAAE,CAAC,GAAG,IAAI,CAAC,IAAI,CAAC,EACpB,QAAQ,EAAE,CAAC,GAAG,EAAE,EAAE,CAAC,IAAI,CAAC,aAAa,CAAC,GAAG,CAAC,EAC1C,WAAW,EAAE,WAAW,GACvB,CACwB,CAC3B,CAAC,CAAC;IAEH,SAAS,WAAW,CAAC,EAAU;;QAC9B,YAAY,aAAZ,YAAY,uBAAZ,YAAY,CAAE,SAAS,CAAC,oBAAC,sBAAsB,IAAC,EAAE,EAAE,EAAE,GAAI,EAAE,EAAE,IAAI,EAAE,EAAE,EAAE,CAAC,CAAC;QAC1E,MAAA,KAAK,CAAC,WAAW,sDAAG,EAAE,CAAC,CAAC;IACzB,CAAC;AACF,CAAC,CAAC;AAEF,eAAe,eAAe,CAAC"}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
@import "~@voplus/morpho-theme/styles/index.less";
|
|
2
|
-
|
|
3
|
-
:global {
|
|
4
|
-
.all-new-notification-item_2 {
|
|
5
|
-
cursor: pointer;
|
|
6
|
-
|
|
7
|
-
&:hover {
|
|
8
|
-
background-color: #f5f8fd;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
.notification-item-name {
|
|
12
|
-
color: #575757;
|
|
13
|
-
font-weight: 500;
|
|
14
|
-
word-break: break-all;
|
|
15
|
-
padding-right: 10px;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
.notification-status {
|
|
19
|
-
margin-inline-end: 0;
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
@import "~@voplus/morpho-theme/styles/index.less";
|
|
2
|
-
|
|
3
|
-
:global {
|
|
4
|
-
.all-new-notification-item {
|
|
5
|
-
cursor: pointer;
|
|
6
|
-
|
|
7
|
-
&:hover {
|
|
8
|
-
background-color: #f5f8fd;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
.notification-item-name {
|
|
12
|
-
color: #5d5d5d;
|
|
13
|
-
font-weight: bold;
|
|
14
|
-
font-size: 14px;
|
|
15
|
-
line-height: 19px;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
.notification-item-avatar {
|
|
19
|
-
.ant-avatar {
|
|
20
|
-
width: 29px;
|
|
21
|
-
height: 29px;
|
|
22
|
-
font-size: 12px;
|
|
23
|
-
line-height: 29px;
|
|
24
|
-
font-weight: bold;
|
|
25
|
-
background: transparent linear-gradient(180deg, @primary-color 0%, #38d6fc 100%) 0% 0% no-repeat
|
|
26
|
-
padding-box;
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
.notification-column-item {
|
|
31
|
-
|
|
32
|
-
.ant-row {
|
|
33
|
-
min-height: 50px;
|
|
34
|
-
}
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
|
-
}
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
@import "~@voplus/morpho-theme/styles/index.less";
|
|
2
|
-
|
|
3
|
-
:global {
|
|
4
|
-
.all-new-notification-list {
|
|
5
|
-
height: 100%;
|
|
6
|
-
display: flex;
|
|
7
|
-
// background: #f7fbff;
|
|
8
|
-
flex-direction: column;
|
|
9
|
-
|
|
10
|
-
.all-new-notifications-header {
|
|
11
|
-
.list-view-header-tool {
|
|
12
|
-
.search-header-tool {
|
|
13
|
-
.ant-input-outlined {
|
|
14
|
-
width: 280px;
|
|
15
|
-
}
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
.all-new-notification-body {
|
|
21
|
-
height: 100%;
|
|
22
|
-
display: flex;
|
|
23
|
-
margin: 20px;
|
|
24
|
-
background: #fff;
|
|
25
|
-
flex-direction: column;
|
|
26
|
-
border-radius: @border-radius;
|
|
27
|
-
|
|
28
|
-
.all-new-list-fixed-header {
|
|
29
|
-
padding: 10px 20px;
|
|
30
|
-
color: #5d5d5d;
|
|
31
|
-
font-size: 14px;
|
|
32
|
-
background: #f7fbff;
|
|
33
|
-
border-bottom: 1px solid #e6e6e6;
|
|
34
|
-
|
|
35
|
-
.sub-title {
|
|
36
|
-
font-weight: bold;
|
|
37
|
-
line-height: 19px;
|
|
38
|
-
}
|
|
39
|
-
}
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
}
|