@fileverse-dev/fortune-react 1.3.10-yjs-2 → 1.3.10-yjs-3
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.
|
@@ -470,7 +470,6 @@ var Workbook = /*#__PURE__*/React.forwardRef(function (_a, ref) {
|
|
|
470
470
|
}, [currentSheet === null || currentSheet === void 0 ? void 0 : currentSheet.status]);
|
|
471
471
|
useEffect(function () {
|
|
472
472
|
var _a;
|
|
473
|
-
console.log("dataVerificationChange", currentSheet === null || currentSheet === void 0 ? void 0 : currentSheet.dataVerification);
|
|
474
473
|
if ((_a = context === null || context === void 0 ? void 0 : context.hooks) === null || _a === void 0 ? void 0 : _a.dataVerificationChange) {
|
|
475
474
|
context.hooks.dataVerificationChange();
|
|
476
475
|
}
|
|
@@ -479,7 +479,6 @@ var Workbook = /*#__PURE__*/_react.default.forwardRef(function (_a, ref) {
|
|
|
479
479
|
}, [currentSheet === null || currentSheet === void 0 ? void 0 : currentSheet.status]);
|
|
480
480
|
(0, _react.useEffect)(function () {
|
|
481
481
|
var _a;
|
|
482
|
-
console.log("dataVerificationChange", currentSheet === null || currentSheet === void 0 ? void 0 : currentSheet.dataVerification);
|
|
483
482
|
if ((_a = context === null || context === void 0 ? void 0 : context.hooks) === null || _a === void 0 ? void 0 : _a.dataVerificationChange) {
|
|
484
483
|
context.hooks.dataVerificationChange();
|
|
485
484
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fileverse-dev/fortune-react",
|
|
3
|
-
"version": "1.3.10-yjs-
|
|
3
|
+
"version": "1.3.10-yjs-3",
|
|
4
4
|
"main": "lib/index.js",
|
|
5
5
|
"types": "lib/index.d.ts",
|
|
6
6
|
"module": "es/index.js",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"tsc": "tsc"
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@fileverse-dev/fortune-core": "1.3.10-yjs-
|
|
19
|
+
"@fileverse-dev/fortune-core": "1.3.10-yjs-3",
|
|
20
20
|
"@fileverse/ui": "5.0.0",
|
|
21
21
|
"@tippyjs/react": "^4.2.6",
|
|
22
22
|
"@types/regenerator-runtime": "^0.13.6",
|