@fileverse-dev/dsheet 1.2.54 → 1.2.56

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 +7 -9
  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.85, N = 0.6, S = 2.5, 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,14 +176556,12 @@ 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 (/^=+$/.test(b.fxInput.current.innerText)) {
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
- b.fxInput.current.innerHTML = H;
176562
- var W = document.getElementById("luckysheet-rich-text-editor");
176563
- W && (W.innerHTML = H), mm(b.fxInput.current), p(function(K) {
176564
- K.functionCandidates = [], K.defaultCandidates = [], K.functionHint = B;
176565
- });
176566
- }
176559
+ 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>');
176560
+ b.fxInput.current.innerHTML = H;
176561
+ var W = document.getElementById("luckysheet-rich-text-editor");
176562
+ W && (W.innerHTML = H), mm(b.fxInput.current), p(function(K) {
176563
+ K.functionCandidates = [], K.defaultCandidates = [], K.functionHint = B;
176564
+ });
176567
176565
  }, [p]), M = Ot(function() {
176568
176566
  var B = L();
176569
176567
  B && B.classList.remove("luckysheet-formula-search-item-active");
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.54",
5
+ "version": "1.2.56",
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.53",
38
+ "@fileverse-dev/fortune-react": "^1.2.55",
39
39
  "@fileverse/ui": "^4.1.7-patch-40",
40
40
  "classnames": "^2.5.1",
41
41
  "exceljs": "^4.4.0",