@fileverse-dev/dsheet 1.1.60 → 1.1.61
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 +2 -2
- package/package.json +3 -3
package/dist/index.es.js
CHANGED
|
@@ -158763,7 +158763,7 @@ If "derivatives": exchange name (e.g., "binance_futures").`,
|
|
|
158763
158763
|
return e;
|
|
158764
158764
|
}, hw.apply(this, arguments);
|
|
158765
158765
|
}, T8t = function(r) {
|
|
158766
|
-
var t, a = sr(Hr), n = a.context, i = a.settings.isAuthorized, l = ["Ethereum", "SMARTCONTRACT", "DUNESIM"], c = n.defaultCandidates.filter(function(b) {
|
|
158766
|
+
var t, a = sr(Hr), n = a.context, i = a.settings.isAuthorized, l = ["COINGECKO", "ETHERSCAN", "DEFILLAMA", "GNOSIS", "BASE", "EOA", "PNL", "SAFE", "BLOCKSCOUT", "LENS", "FARCASTER", "Ethereum", "SMARTCONTRACT", "DUNESIM"], c = n.defaultCandidates.filter(function(b) {
|
|
158767
158767
|
return !l.includes(b.n);
|
|
158768
158768
|
}), f = C8t.filter(function(b) {
|
|
158769
158769
|
return b.n !== "PNL";
|
|
@@ -160002,7 +160002,7 @@ var Vh = function() {
|
|
|
160002
160002
|
}
|
|
160003
160003
|
}, [fe, o.luckysheetCellUpdate.length, se, u, k]), H = Bt(function(Fe, Ne) {
|
|
160004
160004
|
var Be;
|
|
160005
|
-
!((Be = m == null ? void 0 : m.current) === null || Be === void 0) && Be.innerText.includes("=") ? q(!0) : q(!1);
|
|
160005
|
+
!((Be = m == null ? void 0 : m.current) === null || Be === void 0) && Be.innerText.includes("=") && /^=?[A-Za-z]*$/.test(oe()) ? q(!0) : q(!1);
|
|
160006
160006
|
var Re = d.current;
|
|
160007
160007
|
if (Re) {
|
|
160008
160008
|
var Ye = Re.keyCode;
|
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.1.
|
|
5
|
+
"version": "1.1.61",
|
|
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.21",
|
|
37
37
|
"@fileverse-dev/formulajs": "^4.4.20",
|
|
38
|
-
"@fileverse-dev/fortune-react": "^1.1.
|
|
38
|
+
"@fileverse-dev/fortune-react": "^1.1.69",
|
|
39
39
|
"@fileverse/ui": "^4.1.7-patch-21",
|
|
40
40
|
"classnames": "^2.5.1",
|
|
41
41
|
"exceljs": "^4.4.0",
|
|
@@ -78,4 +78,4 @@
|
|
|
78
78
|
"typescript": "^5.2.2",
|
|
79
79
|
"vite": "^5.0.0"
|
|
80
80
|
}
|
|
81
|
-
}
|
|
81
|
+
}
|