@fileverse-dev/dsheet 1.1.75 → 1.1.76
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 +2 -2
package/dist/index.es.js
CHANGED
|
@@ -93549,7 +93549,7 @@ var Mhe = function(r, t) {
|
|
|
93549
93549
|
return C.style.position = "absolute", C.style.top = "0px", C.style.bottom = "0px", C.style.width = "2px", C.style.background = "#EFC703", C.style.zIndex = "9999", C.style.pointerEvents = "none", _.appendChild(C), C;
|
|
93550
93550
|
}, h = function(_) {
|
|
93551
93551
|
var C = document.createElement("div");
|
|
93552
|
-
C.style.position = "fixed", C.style.top = "
|
|
93552
|
+
C.style.position = "fixed", C.style.top = "134px", C.style.height = "".concat(window.innerHeight, "px"), C.style.boxSizing = "border-box", C.style.padding = "6px 8px", C.style.background = "rgba(239,199,3,0.10)", C.style.border = "1px solid #EFC703", C.style.borderRadius = "6px", C.style.zIndex = "10000", C.style.pointerEvents = "none", C.style.display = "flex", C.style.alignItems = "start", C.style.justifyContent = "center", C.style.fontSize = "12px", C.style.fontWeight = "500";
|
|
93553
93553
|
var A = 60, F = "Col ".concat(String.fromCharCode(65 + o.current.source)), R = t.current.find(function(k) {
|
|
93554
93554
|
return k.c1 <= o.current.source && o.current.source <= k.c2;
|
|
93555
93555
|
});
|
|
@@ -93849,7 +93849,7 @@ var Mhe = function(r, t) {
|
|
|
93849
93849
|
return C.style.position = "absolute", C.style.left = "0px", C.style.right = "0px", C.style.height = "2px", C.style.background = "#EFC703", C.style.zIndex = "9999", C.style.pointerEvents = "none", _.appendChild(C), C;
|
|
93850
93850
|
}, h = function(_) {
|
|
93851
93851
|
var C = document.createElement("div");
|
|
93852
|
-
C.style.position = "fixed", C.style.left = "
|
|
93852
|
+
C.style.position = "fixed", C.style.left = "58px", C.style.width = "".concat(window.innerWidth, "px"), C.style.boxSizing = "border-box", C.style.padding = "6px 8px", C.style.background = "rgba(239,199,3,0.10)", C.style.border = "1px solid #EFC703", C.style.borderRadius = "6px", C.style.zIndex = "10000", C.style.pointerEvents = "none", C.style.display = "flex", C.style.alignItems = "center", C.style.fontSize = "12px", C.style.fontWeight = "500";
|
|
93853
93853
|
var A = 24, F = "".concat(o.current.source + 1, " row"), R = t.current.find(function(k) {
|
|
93854
93854
|
return k.r1 <= o.current.source && o.current.source <= k.r2;
|
|
93855
93855
|
});
|
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.76",
|
|
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.21",
|
|
38
|
-
"@fileverse-dev/fortune-react": "^1.1.
|
|
38
|
+
"@fileverse-dev/fortune-react": "^1.1.87",
|
|
39
39
|
"@fileverse/ui": "^4.1.7-patch-21",
|
|
40
40
|
"classnames": "^2.5.1",
|
|
41
41
|
"exceljs": "^4.4.0",
|