@leankylin-sheet/react 3.1.23 → 3.1.25
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 +2 -2
- package/dist/index.js +2 -2
- package/dist/index.umd.js +2 -2
- package/dist/index.umd.min.js +1 -1
- package/package.json +2 -2
package/dist/index.esm.js
CHANGED
|
@@ -2215,11 +2215,11 @@ var NotationBoxes = function NotationBoxes() {
|
|
|
2215
2215
|
value: newValue
|
|
2216
2216
|
}), false);
|
|
2217
2217
|
},
|
|
2218
|
-
allowEdit: context.allowEdit,
|
|
2219
2218
|
onBlur: function onBlur() {
|
|
2220
2219
|
var _context$hooks$afterU2, _context$hooks3, _flowdata$r2, _flowdata$r2$c;
|
|
2221
|
-
|
|
2220
|
+
(_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
2221
|
},
|
|
2222
|
+
allowEdit: context.allowEdit,
|
|
2223
2223
|
spellCheck: false,
|
|
2224
2224
|
"data-r": r,
|
|
2225
2225
|
"data-c": c,
|
package/dist/index.js
CHANGED
|
@@ -2225,11 +2225,11 @@ var NotationBoxes = function NotationBoxes() {
|
|
|
2225
2225
|
value: newValue
|
|
2226
2226
|
}), false);
|
|
2227
2227
|
},
|
|
2228
|
-
allowEdit: context.allowEdit,
|
|
2229
2228
|
onBlur: function onBlur() {
|
|
2230
2229
|
var _context$hooks$afterU2, _context$hooks3, _flowdata$r2, _flowdata$r2$c;
|
|
2231
|
-
|
|
2230
|
+
(_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
2231
|
},
|
|
2232
|
+
allowEdit: context.allowEdit,
|
|
2233
2233
|
spellCheck: false,
|
|
2234
2234
|
"data-r": r,
|
|
2235
2235
|
"data-c": c,
|
package/dist/index.umd.js
CHANGED
|
@@ -105261,11 +105261,11 @@
|
|
|
105261
105261
|
value: newValue
|
|
105262
105262
|
}), false);
|
|
105263
105263
|
},
|
|
105264
|
-
allowEdit: context.allowEdit,
|
|
105265
105264
|
onBlur: function onBlur() {
|
|
105266
105265
|
var _context$hooks$afterU2, _context$hooks3, _flowdata$r2, _flowdata$r2$c;
|
|
105267
|
-
|
|
105266
|
+
(_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
105267
|
},
|
|
105268
|
+
allowEdit: context.allowEdit,
|
|
105269
105269
|
spellCheck: false,
|
|
105270
105270
|
"data-r": r,
|
|
105271
105271
|
"data-c": c,
|