@titaui/pc 1.15.63-beta.6 → 1.15.64

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.
@@ -449,7 +449,7 @@ var _default = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref) {
449
449
  data: krs,
450
450
  approvalSetting: approvalSetting,
451
451
  okrInfo: okrInfo,
452
- draggable: canEditOkr && (okrInfo === null || okrInfo === void 0 ? void 0 : okrInfo.applyState) === _helper.EApproveStatus.UnderApproval,
452
+ draggable: canEditOkr && (okrInfo === null || okrInfo === void 0 ? void 0 : okrInfo.applyState) !== _helper.EApproveStatus.UnderApproval,
453
453
  onDrop: onOkrItemDropHandler
454
454
  }))), (canEditOkr || isInnerUser) && (0, _helper.getApprovalOkr)(approvalSetting, 'createOkr', okrInfo === null || okrInfo === void 0 ? void 0 : okrInfo.applyState, okrInfo === null || okrInfo === void 0 ? void 0 : okrInfo.OkrAndKrApprovalTypes) && /*#__PURE__*/_react["default"].createElement("div", {
455
455
  ref: wrapperRef,
@@ -141,4 +141,4 @@ function useDebouncedEffect(fn, ms, deps) {
141
141
  if (clean) clean();
142
142
  };
143
143
  }, deps);
144
- }
144
+ } // a
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@titaui/pc",
3
- "version": "1.15.63-beta.6",
3
+ "version": "1.15.64",
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.26",
85
+ "@titaui/rich-editor": "0.1.73",
86
86
  "@titaui/toast": "1.0.0",
87
87
  "@types/color": "3.0.3",
88
88
  "@types/prosemirror-commands": "1.0.4",