@voplus/morpho-workspace 9.0.5 → 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/my-document/DocumentSection/index.d.ts +9 -0
- package/es/modules/my-document/DocumentSection/index.js +35 -0
- package/es/modules/my-document/DocumentSection/index.js.map +1 -0
- package/es/modules/my-document/DocumentViewContext.d.ts +11 -0
- package/es/modules/my-document/DocumentViewContext.js +13 -0
- package/es/modules/my-document/DocumentViewContext.js.map +1 -0
- package/es/modules/my-document/FilterTabsBar/index.d.ts +8 -0
- package/es/modules/my-document/FilterTabsBar/index.js +54 -0
- package/es/modules/my-document/FilterTabsBar/index.js.map +1 -0
- package/es/modules/my-document/FilterUI/index.d.ts +21 -0
- package/es/modules/my-document/FilterUI/index.js +58 -0
- package/es/modules/my-document/FilterUI/index.js.map +1 -0
- package/es/modules/my-document/Header/index.d.ts +3 -0
- package/es/modules/my-document/Header/index.js +15 -0
- package/es/modules/my-document/Header/index.js.map +1 -0
- package/es/modules/my-document/SectionTemplate/DocumentTableUI/index.css +15 -0
- package/es/modules/my-document/SectionTemplate/DocumentTableUI/index.d.ts +9 -0
- package/es/modules/my-document/SectionTemplate/DocumentTableUI/index.js +159 -0
- package/es/modules/my-document/SectionTemplate/DocumentTableUI/index.js.map +1 -0
- package/es/modules/my-document/SectionTemplate/DocumentViewClass/index.d.ts +13 -0
- package/es/modules/my-document/SectionTemplate/DocumentViewClass/index.js +24 -0
- package/es/modules/my-document/SectionTemplate/DocumentViewClass/index.js.map +1 -0
- package/es/modules/my-document/SectionTemplate/GridUI/index.d.ts +8 -0
- package/es/modules/my-document/SectionTemplate/GridUI/index.js +39 -0
- package/es/modules/my-document/SectionTemplate/GridUI/index.js.map +1 -0
- package/es/modules/my-document/index.d.ts +6 -0
- package/es/modules/my-document/index.js +37 -0
- package/es/modules/my-document/index.js.map +1 -0
- 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/components/PinnedSection/index.d.ts +8 -0
- package/es/modules/pin/components/PinnedSection/index.js +45 -0
- package/es/modules/pin/components/PinnedSection/index.js.map +1 -0
- 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,166 @@
|
|
|
1
|
+
@import "@voplus/morpho-theme/styles/index.css";
|
|
2
|
+
|
|
3
|
+
.module-header-title {
|
|
4
|
+
position: relative;
|
|
5
|
+
padding: 10px 0;
|
|
6
|
+
font-size: 15px;
|
|
7
|
+
line-height: 15px;
|
|
8
|
+
color: var(--purple-primary-color);
|
|
9
|
+
}
|
|
10
|
+
.module-header-title:before {
|
|
11
|
+
position: absolute;
|
|
12
|
+
content: "";
|
|
13
|
+
left: 0;
|
|
14
|
+
bottom: 0;
|
|
15
|
+
width: 100%;
|
|
16
|
+
border-bottom: 1px solid var(--purple-primary-color);
|
|
17
|
+
}
|
|
18
|
+
.module-detail-view,
|
|
19
|
+
.module-tab-view {
|
|
20
|
+
display: flex;
|
|
21
|
+
flex-direction: column;
|
|
22
|
+
height: 100%;
|
|
23
|
+
.ant-tabs {
|
|
24
|
+
display: flex;
|
|
25
|
+
flex-direction: column;
|
|
26
|
+
height: 100%;
|
|
27
|
+
.ant-tabs-nav {
|
|
28
|
+
margin: 0;
|
|
29
|
+
}
|
|
30
|
+
.ant-tabs-content {
|
|
31
|
+
height: 100%;
|
|
32
|
+
padding-bottom: 0px !important;
|
|
33
|
+
.ant-tabs-tabpane {
|
|
34
|
+
position: relative;
|
|
35
|
+
height: 100%;
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
.ant-tabs-bar {
|
|
39
|
+
margin: 0 20px;
|
|
40
|
+
}
|
|
41
|
+
.module-box {
|
|
42
|
+
height: 100%;
|
|
43
|
+
padding: 10px 20px;
|
|
44
|
+
box-sizing: border-box;
|
|
45
|
+
overflow-x: hidden;
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
.module-detail-view {
|
|
50
|
+
.module-view-header {
|
|
51
|
+
padding: 10px 20px;
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
.module-tab-view {
|
|
55
|
+
background: #f2f2f2;
|
|
56
|
+
.module-tab-view_content,
|
|
57
|
+
.module-tab-view_aside {
|
|
58
|
+
flex: 1;
|
|
59
|
+
background: #fff;
|
|
60
|
+
overflow-x: hidden;
|
|
61
|
+
}
|
|
62
|
+
.module-tab-view_content {
|
|
63
|
+
padding: 15px 20px;
|
|
64
|
+
}
|
|
65
|
+
.module-tab-view_aside {
|
|
66
|
+
display: flex;
|
|
67
|
+
flex-direction: column;
|
|
68
|
+
height: 100%;
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
.padding-vertical-10 {
|
|
72
|
+
padding: 10px 0;
|
|
73
|
+
}
|
|
74
|
+
.padding-horizontal-5 {
|
|
75
|
+
padding: 0 5px;
|
|
76
|
+
}
|
|
77
|
+
.padding-top-5 {
|
|
78
|
+
padding-top: 5px;
|
|
79
|
+
}
|
|
80
|
+
.padding-top-10 {
|
|
81
|
+
padding-top: 10px;
|
|
82
|
+
}
|
|
83
|
+
.padding-left-10 {
|
|
84
|
+
padding-left: 10px;
|
|
85
|
+
}
|
|
86
|
+
.padding-left-20 {
|
|
87
|
+
padding-left: 20px;
|
|
88
|
+
}
|
|
89
|
+
.padding-left-30 {
|
|
90
|
+
padding-left: 30px;
|
|
91
|
+
}
|
|
92
|
+
.padding-right-10 {
|
|
93
|
+
padding-right: 10px;
|
|
94
|
+
}
|
|
95
|
+
.padding-right-20 {
|
|
96
|
+
padding-right: 20px;
|
|
97
|
+
}
|
|
98
|
+
.padding-bottom-5 {
|
|
99
|
+
padding-bottom: 5px;
|
|
100
|
+
}
|
|
101
|
+
.padding-bottom-15 {
|
|
102
|
+
padding-bottom: 15px;
|
|
103
|
+
}
|
|
104
|
+
.padding-bottom-20 {
|
|
105
|
+
padding-bottom: 20px;
|
|
106
|
+
}
|
|
107
|
+
.margin-left-5 {
|
|
108
|
+
margin-left: 5px;
|
|
109
|
+
}
|
|
110
|
+
.margin-right-5 {
|
|
111
|
+
margin-right: 5px;
|
|
112
|
+
}
|
|
113
|
+
.margin-left-10 {
|
|
114
|
+
margin-left: 10px;
|
|
115
|
+
}
|
|
116
|
+
.margin-left-15 {
|
|
117
|
+
margin-left: 15px;
|
|
118
|
+
}
|
|
119
|
+
.margin-left-30 {
|
|
120
|
+
margin-left: 30px;
|
|
121
|
+
}
|
|
122
|
+
.margin-right-10 {
|
|
123
|
+
margin-right: 10px;
|
|
124
|
+
}
|
|
125
|
+
.margin-right-15 {
|
|
126
|
+
margin-right: 15px;
|
|
127
|
+
}
|
|
128
|
+
.margin-right-20 {
|
|
129
|
+
margin-right: 20px;
|
|
130
|
+
}
|
|
131
|
+
.margin-right-30 {
|
|
132
|
+
margin-right: 30px;
|
|
133
|
+
}
|
|
134
|
+
.margin-top-5 {
|
|
135
|
+
margin-top: 5px;
|
|
136
|
+
}
|
|
137
|
+
.margin-top-10 {
|
|
138
|
+
margin-top: 10px;
|
|
139
|
+
}
|
|
140
|
+
.margin-bottom-5 {
|
|
141
|
+
margin-bottom: 5px;
|
|
142
|
+
}
|
|
143
|
+
.margin-bottom-10 {
|
|
144
|
+
margin-bottom: 10px;
|
|
145
|
+
}
|
|
146
|
+
.margin-bottom-15 {
|
|
147
|
+
margin-bottom: 15px;
|
|
148
|
+
}
|
|
149
|
+
.margin-bottom-20 {
|
|
150
|
+
margin-bottom: 20px;
|
|
151
|
+
}
|
|
152
|
+
.margin-bottom-25 {
|
|
153
|
+
margin-bottom: 25px;
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
.tool-bar-icon {
|
|
157
|
+
display: inline-block;
|
|
158
|
+
width: 22px;
|
|
159
|
+
height: 22px;
|
|
160
|
+
line-height: 22px;
|
|
161
|
+
border: 1px solid var(--border-color-base);
|
|
162
|
+
border-radius: 50%;
|
|
163
|
+
color: #666;
|
|
164
|
+
text-align: center;
|
|
165
|
+
cursor: pointer;
|
|
166
|
+
}
|
package/package.json
CHANGED
|
@@ -1,70 +0,0 @@
|
|
|
1
|
-
import { Avatar, Button, Dropdown, Input, Row } from "antd";
|
|
2
|
-
import React, { useEffect, useState } from "react";
|
|
3
|
-
import { FontAwesomeIcon as FAIcon, faPlaySolid, faStopSolid, faStopwatchRegular, } from "@voplus/morpho-ui/es/faIcons";
|
|
4
|
-
import dayjs from "dayjs";
|
|
5
|
-
import { observe } from "@voplus/morpho-ui";
|
|
6
|
-
import styles from "./index.less";
|
|
7
|
-
const TimeLog = (props) => {
|
|
8
|
-
const [visible, setVisible] = useState(false);
|
|
9
|
-
const [on, setOn] = useState(false);
|
|
10
|
-
const [times, setTimes] = useState(0);
|
|
11
|
-
useEffect(() => {
|
|
12
|
-
const timer = setInterval(() => {
|
|
13
|
-
if (on)
|
|
14
|
-
setTimes((times) => times + 1);
|
|
15
|
-
}, 1000);
|
|
16
|
-
return () => clearInterval(timer);
|
|
17
|
-
}, [on]);
|
|
18
|
-
// 计时时间不足两位补0显示
|
|
19
|
-
const appendZero = (time) => {
|
|
20
|
-
return Number.parseInt(time).toLocaleString("zh", { minimumIntegerDigits: 2 });
|
|
21
|
-
};
|
|
22
|
-
// 手动输入更改计数时间
|
|
23
|
-
const onChange = (type, e) => {
|
|
24
|
-
e.persist();
|
|
25
|
-
const value = e.target.value - 0;
|
|
26
|
-
if (type === "hour")
|
|
27
|
-
setTimes(value * 3600 + (times % 3600));
|
|
28
|
-
if (type === "minute")
|
|
29
|
-
setTimes(value * 60 + (times % 60));
|
|
30
|
-
if (type === "second")
|
|
31
|
-
setTimes(value + times - (times % 60));
|
|
32
|
-
};
|
|
33
|
-
// 清空
|
|
34
|
-
const onClear = () => {
|
|
35
|
-
setTimes(0);
|
|
36
|
-
setOn(false);
|
|
37
|
-
};
|
|
38
|
-
const handleVisibleChange = (flag) => {
|
|
39
|
-
setVisible(flag);
|
|
40
|
-
};
|
|
41
|
-
const hour = appendZero(times / 3600);
|
|
42
|
-
const minute = appendZero((times / 60) % 60);
|
|
43
|
-
const second = appendZero(times % 60);
|
|
44
|
-
return observe(() => (React.createElement(Dropdown, { open: visible, popupRender: () => (React.createElement("div", { className: styles["time-log"] },
|
|
45
|
-
React.createElement("div", { className: "time-header" },
|
|
46
|
-
React.createElement(Button, { type: "link", onClick: onClear }, "Clear"),
|
|
47
|
-
React.createElement(Button, { type: "link" }, "Record")),
|
|
48
|
-
React.createElement("div", { className: "timer" },
|
|
49
|
-
React.createElement(Input, { value: hour, maxLength: 3, onChange: onChange.bind(event, "hour") }),
|
|
50
|
-
":",
|
|
51
|
-
React.createElement(Input, { value: minute, maxLength: 3, onChange: onChange.bind(event, "minute") }),
|
|
52
|
-
":",
|
|
53
|
-
React.createElement(Input, { value: second, maxLength: 3, onChange: onChange.bind(event, "second") }),
|
|
54
|
-
React.createElement("span", { onClick: () => setOn(!on), className: "status-icon" },
|
|
55
|
-
React.createElement(FAIcon, { icon: on ? faStopSolid : faPlaySolid, color: "#000" }))),
|
|
56
|
-
React.createElement("div", { className: "record-list" }, Array.from(new Array(3).keys()).map((item) => (React.createElement(Row, { key: item, justify: "space-around" },
|
|
57
|
-
React.createElement(Avatar, { size: "small" }, "Mn"),
|
|
58
|
-
React.createElement("div", { className: "record-time" },
|
|
59
|
-
React.createElement("div", null,
|
|
60
|
-
React.createElement("span", null, dayjs().format("YYYY-MM-DD")),
|
|
61
|
-
" from",
|
|
62
|
-
React.createElement("span", null, dayjs().format("HH:mm")),
|
|
63
|
-
" to ",
|
|
64
|
-
React.createElement("span", null, dayjs().format("HH:mm"))),
|
|
65
|
-
React.createElement("div", null, "3 hours 4 minutes 4 seconds")))))))), trigger: ["click"], placement: "bottomCenter", onOpenChange: handleVisibleChange },
|
|
66
|
-
React.createElement(Button, { shape: "circle", size: props.size },
|
|
67
|
-
React.createElement(FAIcon, { icon: faStopwatchRegular })))));
|
|
68
|
-
};
|
|
69
|
-
export default TimeLog;
|
|
70
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/components/TimeLog/index.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1,86 +0,0 @@
|
|
|
1
|
-
.time-log {
|
|
2
|
-
position: relative;
|
|
3
|
-
margin-top: 8px;
|
|
4
|
-
background-color: #fff;
|
|
5
|
-
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
|
|
6
|
-
:global {
|
|
7
|
-
.time-header {
|
|
8
|
-
display: flex;
|
|
9
|
-
justify-content: space-around;
|
|
10
|
-
padding: 1px 0;
|
|
11
|
-
background: #f5f5f5;
|
|
12
|
-
.ant-btn {
|
|
13
|
-
padding: 0;
|
|
14
|
-
color: #333;
|
|
15
|
-
}
|
|
16
|
-
}
|
|
17
|
-
.timer {
|
|
18
|
-
display: flex;
|
|
19
|
-
justify-content: center;
|
|
20
|
-
align-items: center;
|
|
21
|
-
padding: 12px 25px;
|
|
22
|
-
.status-icon {
|
|
23
|
-
cursor: pointer;
|
|
24
|
-
margin-left: 10px;
|
|
25
|
-
font-size: 20px;
|
|
26
|
-
}
|
|
27
|
-
.ant-input {
|
|
28
|
-
width: 40px;
|
|
29
|
-
padding: 0;
|
|
30
|
-
border: 0;
|
|
31
|
-
text-align: center;
|
|
32
|
-
font-size: 22px;
|
|
33
|
-
color: #000;
|
|
34
|
-
}
|
|
35
|
-
.ant-input:focus {
|
|
36
|
-
box-shadow: none;
|
|
37
|
-
border: 0;
|
|
38
|
-
}
|
|
39
|
-
}
|
|
40
|
-
.record-list {
|
|
41
|
-
position: relative;
|
|
42
|
-
padding: 15px 15px 0 15px;
|
|
43
|
-
font-size: 13px;
|
|
44
|
-
line-height: 14px;
|
|
45
|
-
color: #666;
|
|
46
|
-
.ant-avatar {
|
|
47
|
-
margin-right: 10px;
|
|
48
|
-
}
|
|
49
|
-
.record-time {
|
|
50
|
-
padding-bottom: 15px;
|
|
51
|
-
> div + div {
|
|
52
|
-
padding-top: 5px;
|
|
53
|
-
}
|
|
54
|
-
span {
|
|
55
|
-
color: #000;
|
|
56
|
-
}
|
|
57
|
-
}
|
|
58
|
-
}
|
|
59
|
-
.record-list:before {
|
|
60
|
-
position: absolute;
|
|
61
|
-
content: "";
|
|
62
|
-
left: 0;
|
|
63
|
-
top: 0;
|
|
64
|
-
right: 0;
|
|
65
|
-
border-top: 1px #d9d9d9 solid;
|
|
66
|
-
}
|
|
67
|
-
}
|
|
68
|
-
}
|
|
69
|
-
.time-log:before,
|
|
70
|
-
.time-log:after {
|
|
71
|
-
position: absolute;
|
|
72
|
-
content: "";
|
|
73
|
-
border-width: 6px;
|
|
74
|
-
top: -13px;
|
|
75
|
-
border-style: dashed solid solid dashed;
|
|
76
|
-
}
|
|
77
|
-
.time-log:before {
|
|
78
|
-
left: 50%;
|
|
79
|
-
margin-left: -6px;
|
|
80
|
-
border-color: transparent transparent #e4e7ed transparent;
|
|
81
|
-
}
|
|
82
|
-
.time-log:after {
|
|
83
|
-
left: 50%;
|
|
84
|
-
margin-left: -5px;
|
|
85
|
-
border-color: transparent transparent #f5f5f5 transparent;
|
|
86
|
-
}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
@import "~@voplus/morpho-theme/styles/index.less";
|
|
2
|
-
|
|
3
|
-
:global {
|
|
4
|
-
.sticky-add-button {
|
|
5
|
-
display: block;
|
|
6
|
-
width: 36px;
|
|
7
|
-
height: 36px;
|
|
8
|
-
line-height: 36px;
|
|
9
|
-
font-size: 16px;
|
|
10
|
-
text-align: center;
|
|
11
|
-
color: #222;
|
|
12
|
-
cursor: pointer;
|
|
13
|
-
border-radius: 50%;
|
|
14
|
-
background: #fff;
|
|
15
|
-
box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08),
|
|
16
|
-
0 9px 28px 8px rgba(0, 0, 0, 0.05);
|
|
17
|
-
transition: color 0.3s;
|
|
18
|
-
&:hover {
|
|
19
|
-
color: @primary-color;
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
:global {
|
|
2
|
-
.assignee-view {
|
|
3
|
-
&-item {
|
|
4
|
-
position: relative;
|
|
5
|
-
display: flex;
|
|
6
|
-
justify-content: space-between;
|
|
7
|
-
align-items: center;
|
|
8
|
-
height: 32px;
|
|
9
|
-
padding: 0 7px;
|
|
10
|
-
margin-top: 7px;
|
|
11
|
-
color: #999;
|
|
12
|
-
background: #f2f2f2;
|
|
13
|
-
font-size: 13px;
|
|
14
|
-
box-shadow: 0px 1px 0px 0.5px #dcdcdc;
|
|
15
|
-
cursor: pointer;
|
|
16
|
-
&.bold {
|
|
17
|
-
color: #000;
|
|
18
|
-
}
|
|
19
|
-
.anticon-close {
|
|
20
|
-
color: #444;
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
}
|
|
@@ -1,156 +0,0 @@
|
|
|
1
|
-
@import "~@voplus/morpho-theme/styles/index.less";
|
|
2
|
-
|
|
3
|
-
.board-context {
|
|
4
|
-
height: 100%;
|
|
5
|
-
display: flex;
|
|
6
|
-
flex-direction: column;
|
|
7
|
-
:global {
|
|
8
|
-
.list-view-header-tool {
|
|
9
|
-
padding: 20px 20px 0;
|
|
10
|
-
.search-header-tool .ant-input-outlined {
|
|
11
|
-
width: 310px;
|
|
12
|
-
}
|
|
13
|
-
.tree-view-btn,
|
|
14
|
-
.table-view-btn {
|
|
15
|
-
color: #868686;
|
|
16
|
-
border: 1px solid #868686;
|
|
17
|
-
padding: 0 10px;
|
|
18
|
-
margin-left: 10px;
|
|
19
|
-
&.current {
|
|
20
|
-
color: @purple-primary-color;
|
|
21
|
-
border-color: @purple-primary-color;
|
|
22
|
-
}
|
|
23
|
-
&:hover {
|
|
24
|
-
color: @purple-primary-color;
|
|
25
|
-
border-color: @purple-primary-color;
|
|
26
|
-
}
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
.board-list {
|
|
30
|
-
height: 100%;
|
|
31
|
-
display: flex;
|
|
32
|
-
justify-content: space-between;
|
|
33
|
-
padding: 10px 12px;
|
|
34
|
-
|
|
35
|
-
.board-sortDnD {
|
|
36
|
-
flex: 1;
|
|
37
|
-
display: flex;
|
|
38
|
-
> div {
|
|
39
|
-
flex: 1;
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
.add-board {
|
|
43
|
-
width: 100px;
|
|
44
|
-
min-width: 100px;
|
|
45
|
-
font-size: 16px;
|
|
46
|
-
text-align: center;
|
|
47
|
-
line-height: 50px;
|
|
48
|
-
margin: 8px 0;
|
|
49
|
-
> div {
|
|
50
|
-
cursor: pointer;
|
|
51
|
-
}
|
|
52
|
-
}
|
|
53
|
-
.add-board-controls {
|
|
54
|
-
.ant-spin-nested-loading {
|
|
55
|
-
margin: 8px 0 8px 8px;
|
|
56
|
-
> div > .ant-spin {
|
|
57
|
-
height: 50px;
|
|
58
|
-
}
|
|
59
|
-
}
|
|
60
|
-
}
|
|
61
|
-
.add-board-able {
|
|
62
|
-
display: flex;
|
|
63
|
-
justify-content: center;
|
|
64
|
-
align-items: center;
|
|
65
|
-
height: 50px;
|
|
66
|
-
color: #000000;
|
|
67
|
-
line-height: 50px;
|
|
68
|
-
padding: 0 10px;
|
|
69
|
-
background: #ffffff;
|
|
70
|
-
margin-bottom: 15px;
|
|
71
|
-
min-width: 150px;
|
|
72
|
-
.ant-input {
|
|
73
|
-
padding: 0;
|
|
74
|
-
border: none;
|
|
75
|
-
}
|
|
76
|
-
.ant-input:focus {
|
|
77
|
-
box-shadow: none;
|
|
78
|
-
}
|
|
79
|
-
.svg-inline--fa {
|
|
80
|
-
cursor: pointer;
|
|
81
|
-
margin-left: 8px;
|
|
82
|
-
}
|
|
83
|
-
}
|
|
84
|
-
.ant-calendar {
|
|
85
|
-
max-width: 250px;
|
|
86
|
-
}
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
.swiper {
|
|
90
|
-
width: 100%;
|
|
91
|
-
height: 100%;
|
|
92
|
-
background-color: #eeeeee;
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
.swiper-slide {
|
|
96
|
-
text-align: center;
|
|
97
|
-
font-size: 18px;
|
|
98
|
-
background: #fff;
|
|
99
|
-
|
|
100
|
-
/* Center slide text vertically */
|
|
101
|
-
display: -webkit-box;
|
|
102
|
-
display: -ms-flexbox;
|
|
103
|
-
display: -webkit-flex;
|
|
104
|
-
display: flex;
|
|
105
|
-
-webkit-box-pack: center;
|
|
106
|
-
-ms-flex-pack: center;
|
|
107
|
-
-webkit-justify-content: center;
|
|
108
|
-
justify-content: center;
|
|
109
|
-
-webkit-box-align: center;
|
|
110
|
-
-ms-flex-align: center;
|
|
111
|
-
-webkit-align-items: center;
|
|
112
|
-
align-items: center;
|
|
113
|
-
}
|
|
114
|
-
|
|
115
|
-
.swiper-slide img {
|
|
116
|
-
display: block;
|
|
117
|
-
width: 100%;
|
|
118
|
-
height: 100%;
|
|
119
|
-
object-fit: cover;
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
.swiper-slide {
|
|
123
|
-
width: 80%;
|
|
124
|
-
background-color: cornsilk;
|
|
125
|
-
> div {
|
|
126
|
-
width: 100%;
|
|
127
|
-
height: 100%;
|
|
128
|
-
min-width: auto;
|
|
129
|
-
margin: 0;
|
|
130
|
-
.content-top {
|
|
131
|
-
width: 100%;
|
|
132
|
-
}
|
|
133
|
-
.wrapper {
|
|
134
|
-
width: 100%;
|
|
135
|
-
padding: 0 15px;
|
|
136
|
-
}
|
|
137
|
-
.new-sub-doc {
|
|
138
|
-
background: #fff;
|
|
139
|
-
border-top: solid 1px #eeeeee;
|
|
140
|
-
padding: 5px 10px;
|
|
141
|
-
.ant-btn {
|
|
142
|
-
padding: 4px 5px;
|
|
143
|
-
}
|
|
144
|
-
}
|
|
145
|
-
}
|
|
146
|
-
}
|
|
147
|
-
}
|
|
148
|
-
}
|
|
149
|
-
// .board_header {
|
|
150
|
-
// display: flex;
|
|
151
|
-
// justify-content: space-between;
|
|
152
|
-
// align-items: center;
|
|
153
|
-
// padding: 10px 20px;
|
|
154
|
-
// border-bottom: 1px solid #f2f2f2;
|
|
155
|
-
// background-color: #ffffff;
|
|
156
|
-
// }
|