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