@fileverse-dev/dsheet 1.2.56 → 1.2.57
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.es.js +1 -1
- package/package.json +2 -2
package/dist/index.es.js
CHANGED
|
@@ -176581,7 +176581,7 @@ var sMt = function(e, t, r, a) {
|
|
|
176581
176581
|
var W = Vm((H = b.fxInput) === null || H === void 0 ? void 0 : H.current);
|
|
176582
176582
|
m(W), g.current = new KeyboardEvent(B.type, B.nativeEvent);
|
|
176583
176583
|
var K = B.key;
|
|
176584
|
-
if (S.current = b.fxInput.current.innerText, (K === "ArrowLeft" || K === "ArrowRight") && B.stopPropagation(), B.key === "Enter" && h.luckysheetCellUpdate.length > 0) {
|
|
176584
|
+
if (S.current = b.fxInput.current.innerText, (K === "ArrowLeft" || K === "ArrowRight") && B.stopPropagation(), (B.key === "Enter" || B.key === "Tab") && h.luckysheetCellUpdate.length > 0) {
|
|
176585
176585
|
if (B.altKey || B.metaKey)
|
|
176586
176586
|
document.execCommand("insertHTML", !1, `
|
|
176587
176587
|
`), document.execCommand("delete", !1), B.stopPropagation();
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@fileverse-dev/dsheet",
|
|
3
3
|
"private": false,
|
|
4
4
|
"description": "DSheet",
|
|
5
|
-
"version": "1.2.
|
|
5
|
+
"version": "1.2.57",
|
|
6
6
|
"main": "dist/index.es.js",
|
|
7
7
|
"module": "dist/index.es.js",
|
|
8
8
|
"exports": {
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@fileverse-dev/dsheets-templates": "^0.0.28",
|
|
37
37
|
"@fileverse-dev/formulajs": "^4.4.32",
|
|
38
|
-
"@fileverse-dev/fortune-react": "^1.2.
|
|
38
|
+
"@fileverse-dev/fortune-react": "^1.2.56",
|
|
39
39
|
"@fileverse/ui": "^4.1.7-patch-40",
|
|
40
40
|
"classnames": "^2.5.1",
|
|
41
41
|
"exceljs": "^4.4.0",
|