@voplus/morpho-workspace 1.0.0-dev05 → 1.0.0-dev07

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.
Files changed (73) hide show
  1. package/es/components/AvatarList/index.js +13 -4
  2. package/es/components/AvatarList/index.js.map +1 -1
  3. package/es/components/AvatarList/index.less +1 -0
  4. package/es/components/PageListView/data/index.js +1 -1
  5. package/es/components/PageListView/data/index.js.map +1 -1
  6. package/es/components/PageListView/index.js +18 -13
  7. package/es/components/PageListView/index.js.map +1 -1
  8. package/es/components/RichTextEditor/index.d.ts +4 -1
  9. package/es/components/RichTextEditor/index.js +32 -23
  10. package/es/components/RichTextEditor/index.js.map +1 -1
  11. package/es/components/RichTextEditor/index.less +0 -3
  12. package/es/components/RichTextEditor/state.d.ts +5 -0
  13. package/es/components/RichTextEditor/state.js +16 -0
  14. package/es/components/RichTextEditor/state.js.map +1 -0
  15. package/es/components/ToolBar/index.js +1 -1
  16. package/es/components/ToolBar/index.js.map +1 -1
  17. package/es/controls/FilterViewsDropdown/index.js +5 -5
  18. package/es/controls/FilterViewsDropdown/index.js.map +1 -1
  19. package/es/controls/MoreOperateDropdown/index.d.ts +2 -0
  20. package/es/controls/MoreOperateDropdown/index.js +10 -3
  21. package/es/controls/MoreOperateDropdown/index.js.map +1 -1
  22. package/es/controls/StarIcon/index.js +5 -3
  23. package/es/controls/StarIcon/index.js.map +1 -1
  24. package/es/controls/StarIcon/index.less +8 -0
  25. package/es/data/task/TaskStore.d.ts +3 -1
  26. package/es/data/task/TaskStore.js.map +1 -1
  27. package/es/modules/document/components/DocumentDetail/index.js +2 -2
  28. package/es/modules/document/components/DocumentDetail/index.js.map +1 -1
  29. package/es/modules/document/pages/DocumentTabView/index.js +2 -2
  30. package/es/modules/document/pages/DocumentTabView/index.js.map +1 -1
  31. package/es/modules/meeting/components/MeetingDetail/index.d.ts +1 -0
  32. package/es/modules/meeting/components/MeetingDetail/index.js +9 -8
  33. package/es/modules/meeting/components/MeetingDetail/index.js.map +1 -1
  34. package/es/modules/meeting/components/MeetingItem/index.d.ts +1 -0
  35. package/es/modules/meeting/components/MeetingItem/index.js +2 -2
  36. package/es/modules/meeting/components/MeetingItem/index.js.map +1 -1
  37. package/es/modules/meeting/pages/MeetingTabView/index.js +35 -30
  38. package/es/modules/meeting/pages/MeetingTabView/index.js.map +1 -1
  39. package/es/modules/tasks/TasksRoutes.js +8 -9
  40. package/es/modules/tasks/TasksRoutes.js.map +1 -1
  41. package/es/modules/tasks/components/NewTaskForm/index.js +5 -5
  42. package/es/modules/tasks/components/NewTaskForm/index.js.map +1 -1
  43. package/es/modules/tasks/components/SubTaskList/index.js +24 -28
  44. package/es/modules/tasks/components/SubTaskList/index.js.map +1 -1
  45. package/es/modules/tasks/components/TaskDetail/index.d.ts +2 -1
  46. package/es/modules/tasks/components/TaskDetail/index.js +17 -16
  47. package/es/modules/tasks/components/TaskDetail/index.js.map +1 -1
  48. package/es/modules/tasks/components/TaskItem/TaskItem.d.ts +1 -0
  49. package/es/modules/tasks/components/TaskItem/TaskItem.js +19 -25
  50. package/es/modules/tasks/components/TaskItem/TaskItem.js.map +1 -1
  51. package/es/modules/tasks/components/TaskItem/index.less +3 -0
  52. package/es/modules/tasks/pages/TaskDefaultView/index.js +53 -0
  53. package/es/modules/tasks/pages/TaskDefaultView/index.js.map +1 -0
  54. package/es/modules/tasks/pages/TaskTabView/index.d.ts +1 -0
  55. package/es/modules/tasks/pages/TaskTabView/index.js +47 -34
  56. package/es/modules/tasks/pages/TaskTabView/index.js.map +1 -1
  57. package/es/styles/common.less +114 -121
  58. package/package.json +15 -15
  59. package/es/components/Comments/ChartInput.d.ts +0 -5
  60. package/es/components/Comments/ChartInput.js +0 -42
  61. package/es/components/Comments/ChartInput.js.map +0 -1
  62. package/es/components/Comments/Message.d.ts +0 -7
  63. package/es/components/Comments/Message.js +0 -64
  64. package/es/components/Comments/Message.js.map +0 -1
  65. package/es/components/Comments/Message.less +0 -202
  66. package/es/components/Comments/index.d.ts +0 -5
  67. package/es/components/Comments/index.js +0 -124
  68. package/es/components/Comments/index.js.map +0 -1
  69. package/es/components/Comments/index.less +0 -63
  70. package/es/modules/tasks/pages/TaskTestView/index.js +0 -61
  71. package/es/modules/tasks/pages/TaskTestView/index.js.map +0 -1
  72. /package/es/modules/tasks/pages/{TaskTestView → TaskDefaultView}/index.d.ts +0 -0
  73. /package/es/modules/tasks/pages/{TaskTestView → TaskTabView}/index.less +0 -0
@@ -1,124 +0,0 @@
1
- import React, { useState, useEffect, useRef } from "react";
2
- import { Empty } from "@voplus/antd";
3
- import Message from "./Message";
4
- import CommentInput from "./ChartInput";
5
- import styles from "./index.less";
6
- // import { ContextProvider } from "./data";
7
- const generateUid = () => {
8
- return new Date().getTime() + "" + Math.floor(Math.random() * 999 + 1);
9
- };
10
- const generateMsgId = () => {
11
- return new Date().getTime() + "" + Math.floor(Math.random() * 899 + 100);
12
- };
13
- const headImg = "https://timgsa.baidu.com/timg?image&quality=80&size=b9999_10000&sec=1560534287675&di=fe324c5498e64a4a54d87bdee56a52b7&imgtype=0&src=http%3A%2F%2Fn.sinaimg.cn%2Fent%2Ftransform%2F20170818%2FIAPS-fykcppx9377606.jpg";
14
- export default (props) => {
15
- // const uid = generateUid();
16
- const uid = "2";
17
- const messages = [
18
- {
19
- msgId: generateMsgId(),
20
- userName: "HaHa1",
21
- headImg: headImg,
22
- action: "Did you go to The Blue Pumpkin",
23
- uid: "1",
24
- status: "read",
25
- messages: [
26
- { msgId: generateMsgId(), userName: "HaHa2", action: "We had a fantastic tiem", uid: "2" },
27
- {
28
- msgId: generateMsgId(),
29
- userName: "HaHa2",
30
- headImg: headImg,
31
- action: "We had a fantastic tiem",
32
- uid: "1"
33
- }
34
- ]
35
- },
36
- {
37
- msgId: generateMsgId(),
38
- userName: "HaHa2",
39
- headImg: headImg,
40
- action: "We had a fantastic tiem",
41
- uid: "33"
42
- },
43
- {
44
- msgId: generateMsgId(),
45
- userName: "HaHa2",
46
- headImg: headImg,
47
- // action: "We had a fantastic tiem",
48
- uid: "2",
49
- type: "image",
50
- images: headImg,
51
- messages: [
52
- { msgId: generateMsgId(), userName: "HaHa2", action: "We had a fantastic tiem", uid: "4" }
53
- ]
54
- },
55
- {
56
- msgId: generateMsgId(),
57
- userName: "HaHa1",
58
- headImg: headImg,
59
- action: "Did you go to The Blue Pumpkin",
60
- uid: "3",
61
- status: "unRead",
62
- messages: [
63
- { msgId: generateMsgId(), userName: "HaHa2", action: "We had a fantastic tiem", uid: "7" },
64
- {
65
- msgId: generateMsgId(),
66
- userName: "HaHa2",
67
- headImg: headImg,
68
- action: "We had a fantastic tiem",
69
- uid: "5"
70
- },
71
- { msgId: generateMsgId(), userName: "HaHa2", action: "We had a fantastic tiem", uid: "7" },
72
- {
73
- msgId: generateMsgId(),
74
- userName: "HaHa2",
75
- headImg: headImg,
76
- action: "We had a fantastic tiem",
77
- uid: "4"
78
- }
79
- ]
80
- },
81
- {
82
- msgId: generateMsgId(),
83
- userName: "HaHa2",
84
- headImg: headImg,
85
- action: "We had a fantastic tiem",
86
- uid: "2",
87
- messages: [
88
- { msgId: generateMsgId(), userName: "HaHa2", action: "We had a fantastic tiem", uid: "3" }
89
- ]
90
- },
91
- {
92
- msgId: generateMsgId(),
93
- userName: "HaHa2",
94
- headImg: headImg,
95
- action: "We had a fantastic tiem",
96
- uid: "2"
97
- }
98
- ];
99
- const [messageList, setMessageList] = useState(messages);
100
- const onReloadData = (info) => {
101
- setMessageList([...messageList, info]);
102
- };
103
- // useEffect(() => setMessageList(messages));
104
- const [loading, setLoading] = useState(true);
105
- useEffect(() => {
106
- setLoading(false);
107
- });
108
- const commentRef = useRef(document.createElement("div"));
109
- useEffect(() => {
110
- // console.log(loading, "loading");
111
- // console.log(commentRef, "commentRef");
112
- // if (!loading) {
113
- commentRef.current.scrollTop = commentRef.current.scrollHeight;
114
- // }
115
- });
116
- return (
117
- // <ContextProvider>
118
- React.createElement("div", { className: styles["comment-list-view"] },
119
- messageList ? (React.createElement("div", { className: "comment-list", ref: commentRef }, messageList.map((message) => (React.createElement(Message, { key: message.msgId, message: message, isMe: uid === message.uid ? true : false, commentRef: commentRef }))))) : (React.createElement(Empty, { imageStyle: { marginTop: "200px" } })),
120
- messageList && React.createElement(CommentInput, { onReload: onReloadData }))
121
- // </ContextProvider>
122
- );
123
- };
124
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/components/Comments/index.tsx"],"names":[],"mappings":"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"}
@@ -1,63 +0,0 @@
1
- @import "~@voplus/antd/es/style/themes/default.less";
2
- @import "../../styles/common.less";
3
- .comment-list-view {
4
- position: relative;
5
- display: flex;
6
- flex-direction: column;
7
- height: 100%;
8
- overflow: hidden;
9
- // padding: 10px 20px;
10
- :global {
11
- .comment-view-header {
12
- margin: 10px 20px 0 20px;
13
- }
14
- .comment-list {
15
- position: relative;
16
- padding: 10px 20px;
17
- overflow-x: hidden;
18
- scrollbar-color: transparent transparent;
19
- -ms-overflow-style: none;
20
- }
21
- .comment-list::-webkit-scrollbar {
22
- width: 8px;
23
- }
24
- .comment-list:hover {
25
- scrollbar-color: auto;
26
- -ms-overflow-style: -ms-autohiding-scrollbar;
27
- scrollbar-shadow-color: rgba(0, 0, 0, 0.5);
28
- }
29
- .comment-list:hover::-webkit-scrollbar {
30
- width: 8px;
31
- background-color: #f5f5f5;
32
- }
33
- .comment-list:hover::-webkit-scrollbar-track {
34
- -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0);
35
- border-radius: 10px;
36
- background-color: #f5f5f5;
37
- }
38
- .comment-list:hover::-webkit-scrollbar-thumb {
39
- border-radius: 10px;
40
- -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0);
41
- background-color: rgba(0, 0, 0, 0.5);
42
- }
43
- .comment-input {
44
- display: flex;
45
- align-items: center;
46
- border-top: 1px solid #e4e7ed;
47
- padding: 10px 15px;
48
- :global {
49
- .anticon {
50
- font-size: 16px;
51
- color: #666;
52
- cursor: pointer;
53
- }
54
- .ant-input {
55
- border-radius: 15px;
56
- }
57
- .ant-input:focus {
58
- box-shadow: none;
59
- }
60
- }
61
- }
62
- }
63
- }
@@ -1,61 +0,0 @@
1
- import React, { useState, useEffect, useContext } from "react";
2
- import { Button, Row, Skeleton, Tabs } from "@voplus/antd";
3
- import ToolBar from "../../../../components/ToolBar";
4
- import TaskItem from "../../components/TaskItem";
5
- import SubTaskList from "../../components/SubTaskList";
6
- import Comment from "@voplus/morpho-collaboration/es/components/Comment";
7
- import DocumentList from "@voplus/morpho-document/es/legacy/components/DocumentList";
8
- import ActivityLog from "../../../../components/ActivityLog";
9
- import AsideContent from "@voplus/morpho-ui/es/components/layout/AsideContent";
10
- import RichTextEditor from "../../../../components/RichTextEditor";
11
- import { useTask } from "../../../../data/task/hooks";
12
- import { useTaskStore } from "../../../../data/task";
13
- import { Store } from "../../../../data/contexts/StoreContext";
14
- import { useObserver } from "mobx-react-lite";
15
- import styles from "./index.less";
16
- import { __RouterContext } from "react-router";
17
- export default () => {
18
- const [asideContext] = useState(AsideContent.createContext());
19
- const { match } = useContext(__RouterContext);
20
- const id = match.params.id;
21
- const task = useTask(id, { reload: true });
22
- const [scrollParentRef, setScrollParentRef] = useState();
23
- const taskStore = useTaskStore();
24
- const onItemDelete = async () => {
25
- await taskStore.delete(id, { DeleteChilds: true });
26
- };
27
- const [store] = useState(new Store());
28
- const AsideElement = (React.createElement("div", { className: "task-text-view_right" },
29
- React.createElement(Tabs, { defaultActiveKey: "1" },
30
- React.createElement(Tabs.TabPane, { tab: "Documents", key: "1" },
31
- React.createElement("div", { className: "module-box" },
32
- React.createElement(DocumentList, { id: id }))),
33
- React.createElement(Tabs.TabPane, { tab: "Comments", key: "2" },
34
- React.createElement(Comment, { channelId: id })),
35
- React.createElement(Tabs.TabPane, { tab: "Activities", key: "3" },
36
- React.createElement("div", { className: "module-box" },
37
- React.createElement(ActivityLog, { showHeader: false }))),
38
- React.createElement(Tabs.TabPane, { tab: "Reference", key: "4" },
39
- React.createElement("div", { className: "module-box" }, "Reference")))));
40
- useEffect(() => {
41
- asideContext.openAside(AsideElement, { span: 12 });
42
- }, []);
43
- // const tab = useTabItem();
44
- // tab.title = "Task Text View";
45
- return useObserver(() => (React.createElement("div", { className: "task-text-view" },
46
- React.createElement(AsideContent, { context: asideContext },
47
- React.createElement("div", { className: "task-text-view_left", ref: ref => setScrollParentRef(ref) },
48
- React.createElement(Skeleton, { loading: !task.loaded },
49
- React.createElement(Row, { type: "flex", justify: "space-between" },
50
- React.createElement(TaskItem, { type: "detail", id: id }),
51
- React.createElement("div", null,
52
- React.createElement(ToolBar, { lock: true, onExpend: () => asideContext.asideContent
53
- ? asideContext.closeAside()
54
- : asideContext.openAside(AsideElement, { span: 12 }), onDelete: onItemDelete, onPaste: () => store.onPaste(() => console.log(565656)) }),
55
- React.createElement("div", { className: styles["margin-top-10"] },
56
- React.createElement(Button, { size: "small" }, "+tag")))),
57
- React.createElement("div", { className: "description" },
58
- React.createElement(RichTextEditor, { editable: false, content: task.description, onSave: v => taskStore.edit(id, { Description: v }) }))),
59
- React.createElement(SubTaskList, { parentId: id, scrollParentRef: scrollParentRef }))))));
60
- };
61
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/modules/tasks/pages/TaskTestView/index.tsx"],"names":[],"mappings":"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"}