@fileverse-dev/dsheet 1.2.53 → 1.2.55

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.
Files changed (2) hide show
  1. package/dist/index.es.js +2 -2
  2. package/package.json +2 -2
package/dist/index.es.js CHANGED
@@ -172651,7 +172651,7 @@ var LEt = function() {
172651
172651
  };
172652
172652
  }
172653
172653
  function o(c, u, v) {
172654
- var m = !1, d = 0, h = 0, p = 0, b = 0, g = 0, y = 0, w = 0, x = 0, _ = "none", E = 8, T = 0.95, N = 0.5, S = 2.6, F = 1.5;
172654
+ var m = !1, d = 0, h = 0, p = 0, b = 0, g = 0, y = 0, w = 0, x = 0, _ = "none", E = 8, T = 0.95, N = 0.5, S = 2.55, F = 1.5;
172655
172655
  function R() {
172656
172656
  x && (cancelAnimationFrame(x), x = 0), y = 0, w = 0;
172657
172657
  }
@@ -176556,7 +176556,7 @@ var sMt = function(e, t, r, a) {
176556
176556
  }, [h.config, h.luckysheet_select_save, h.luckysheetfile, h.currentSheetId, b.globalCache, p]), L = Ot(function() {
176557
176557
  return document.querySelector(".luckysheet-formula-search-item-active");
176558
176558
  }, []), j = Ot(function(B) {
176559
- if (/^=[a-zA-Z]+$/.test(b.fxInput.current.innerText)) {
176559
+ if (/^=+$/.test(b.fxInput.current.innerText)) {
176560
176560
  var H = '<span dir="auto" class="luckysheet-formula-text-color">=</span><span dir="auto" class="luckysheet-formula-text-func">'.concat(B, '</span><span dir="auto" class="luckysheet-formula-text-lpar">(</span>');
176561
176561
  b.fxInput.current.innerHTML = H;
176562
176562
  var W = document.getElementById("luckysheet-rich-text-editor");
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.53",
5
+ "version": "1.2.55",
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.52",
38
+ "@fileverse-dev/fortune-react": "^1.2.54",
39
39
  "@fileverse/ui": "^4.1.7-patch-40",
40
40
  "classnames": "^2.5.1",
41
41
  "exceljs": "^4.4.0",