@titaui/pc 1.15.63-beta.1 → 1.15.63-beta.2

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.
@@ -208,11 +208,7 @@ var DynamicReply = function DynamicReply(_ref) {
208
208
  className: "".concat(prefix, "__work"),
209
209
  key: item.richContent || Math.random()
210
210
  }, item.title === '工作总结' ? (0, _getLocale.getLocale)('Tasks_Tab_MyS_JobSummary') : (0, _getLocale.getLocale)('Rep_Tab_Mys_NextWorkPlans'), /*#__PURE__*/_react["default"].createElement(_richEditor["default"], {
211
- plugins: templateRichPlugins({
212
- userId: '1',
213
- name: '2',
214
- color: '#ccc'
215
- }, edit, delAble, undefined, newTaskLine)
211
+ plugins: templateRichPlugins({}, edit, delAble, undefined, newTaskLine)
216
212
  }, /*#__PURE__*/_react["default"].createElement(_richEditor.EditorComponent, {
217
213
  editable: false,
218
214
  initialState: !!item.richContent ? JSON.parse(item.richContent || '{}') : undefined,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@titaui/pc",
3
- "version": "1.15.63-beta.1",
3
+ "version": "1.15.63-beta.2",
4
4
  "nameCN": "",
5
5
  "description": "",
6
6
  "main": "lib/index.js",
@@ -82,7 +82,7 @@
82
82
  "@titaui/rc-trigger": "5.2.5",
83
83
  "@titaui/react-flow-renderer": "9.5.4",
84
84
  "@titaui/request": "^1.0.1",
85
- "@titaui/rich-editor": "0.1.71-beta.21",
85
+ "@titaui/rich-editor": "0.1.71-beta.22",
86
86
  "@titaui/toast": "1.0.0",
87
87
  "@types/color": "3.0.3",
88
88
  "@types/prosemirror-commands": "1.0.4",