@leankylin-sheet/react 3.1.23 → 3.1.24
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/dist/index.esm.js +0 -4
- package/dist/index.js +0 -4
- package/dist/index.umd.js +0 -4
- package/dist/index.umd.min.js +1 -1
- package/package.json +2 -2
package/dist/index.esm.js
CHANGED
|
@@ -2216,10 +2216,6 @@ var NotationBoxes = function NotationBoxes() {
|
|
|
2216
2216
|
}), false);
|
|
2217
2217
|
},
|
|
2218
2218
|
allowEdit: context.allowEdit,
|
|
2219
|
-
onBlur: function onBlur() {
|
|
2220
|
-
var _context$hooks$afterU2, _context$hooks3, _flowdata$r2, _flowdata$r2$c;
|
|
2221
|
-
return (_context$hooks$afterU2 = (_context$hooks3 = context.hooks).afterUpdateComment) === null || _context$hooks$afterU2 === void 0 ? void 0 : _context$hooks$afterU2.call(_context$hooks3, r, c, flowdata === null || flowdata === void 0 ? void 0 : (_flowdata$r2 = flowdata[r]) === null || _flowdata$r2 === void 0 ? void 0 : (_flowdata$r2$c = _flowdata$r2[c]) === null || _flowdata$r2$c === void 0 ? void 0 : _flowdata$r2$c.ps, true);
|
|
2222
|
-
},
|
|
2223
2219
|
spellCheck: false,
|
|
2224
2220
|
"data-r": r,
|
|
2225
2221
|
"data-c": c,
|
package/dist/index.js
CHANGED
|
@@ -2226,10 +2226,6 @@ var NotationBoxes = function NotationBoxes() {
|
|
|
2226
2226
|
}), false);
|
|
2227
2227
|
},
|
|
2228
2228
|
allowEdit: context.allowEdit,
|
|
2229
|
-
onBlur: function onBlur() {
|
|
2230
|
-
var _context$hooks$afterU2, _context$hooks3, _flowdata$r2, _flowdata$r2$c;
|
|
2231
|
-
return (_context$hooks$afterU2 = (_context$hooks3 = context.hooks).afterUpdateComment) === null || _context$hooks$afterU2 === void 0 ? void 0 : _context$hooks$afterU2.call(_context$hooks3, r, c, flowdata === null || flowdata === void 0 ? void 0 : (_flowdata$r2 = flowdata[r]) === null || _flowdata$r2 === void 0 ? void 0 : (_flowdata$r2$c = _flowdata$r2[c]) === null || _flowdata$r2$c === void 0 ? void 0 : _flowdata$r2$c.ps, true);
|
|
2232
|
-
},
|
|
2233
2229
|
spellCheck: false,
|
|
2234
2230
|
"data-r": r,
|
|
2235
2231
|
"data-c": c,
|
package/dist/index.umd.js
CHANGED
|
@@ -105262,10 +105262,6 @@
|
|
|
105262
105262
|
}), false);
|
|
105263
105263
|
},
|
|
105264
105264
|
allowEdit: context.allowEdit,
|
|
105265
|
-
onBlur: function onBlur() {
|
|
105266
|
-
var _context$hooks$afterU2, _context$hooks3, _flowdata$r2, _flowdata$r2$c;
|
|
105267
|
-
return (_context$hooks$afterU2 = (_context$hooks3 = context.hooks).afterUpdateComment) === null || _context$hooks$afterU2 === void 0 ? void 0 : _context$hooks$afterU2.call(_context$hooks3, r, c, flowdata === null || flowdata === void 0 ? void 0 : (_flowdata$r2 = flowdata[r]) === null || _flowdata$r2 === void 0 ? void 0 : (_flowdata$r2$c = _flowdata$r2[c]) === null || _flowdata$r2$c === void 0 ? void 0 : _flowdata$r2$c.ps, true);
|
|
105268
|
-
},
|
|
105269
105265
|
spellCheck: false,
|
|
105270
105266
|
"data-r": r,
|
|
105271
105267
|
"data-c": c,
|