@fileverse-dev/dsheet 1.0.80 → 1.0.81
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 +4 -5
- package/package.json +3 -3
package/dist/index.es.js
CHANGED
|
@@ -160774,7 +160774,8 @@ var D9 = function() {
|
|
|
160774
160774
|
transform: "scale(".concat(f.zoomRatio, ")"),
|
|
160775
160775
|
transformOrigin: "left top",
|
|
160776
160776
|
width: "".concat(100 / f.zoomRatio, "%"),
|
|
160777
|
-
height: "".concat(100 / f.zoomRatio, "%")
|
|
160777
|
+
height: "".concat(100 / f.zoomRatio, "%"),
|
|
160778
|
+
color: "black"
|
|
160778
160779
|
},
|
|
160779
160780
|
"aria-autocomplete": "list",
|
|
160780
160781
|
onChange: T,
|
|
@@ -163253,13 +163254,11 @@ var Nyt = function() {
|
|
|
163253
163254
|
xmlns: "http://www.w3.org/2000/svg",
|
|
163254
163255
|
width: "16",
|
|
163255
163256
|
height: "16",
|
|
163256
|
-
viewBox: "0 0 24 24"
|
|
163257
|
-
fill: s
|
|
163257
|
+
viewBox: "0 0 24 24"
|
|
163258
163258
|
}, /* @__PURE__ */ z.createElement("path", {
|
|
163259
163259
|
fillRule: "evenodd",
|
|
163260
163260
|
clipRule: "evenodd",
|
|
163261
|
-
d: "M11.9997 3C12.3784 3 12.7248 3.21402 12.8942 3.55273L20.8942 19.5527L20.9352 19.6465C21.115 20.1204 20.9101 20.663 20.447 20.8945C19.9839 21.1259 19.4272 20.9642 19.1559 20.5361L19.1052 20.4473L16.8815 16H7.11786L4.89422 20.4473C4.64719 20.9412 4.04636 21.1415 3.55243 20.8945C3.05867 20.6475 2.85831 20.0466 3.10516 19.5527L11.1052 3.55273L11.1764 3.43164C11.3613 3.16376 11.6684 3.0001 11.9997 3ZM8.11786 14H15.8815L11.9997 6.23633L8.11786 14Z"
|
|
163262
|
-
fill: s
|
|
163261
|
+
d: "M11.9997 3C12.3784 3 12.7248 3.21402 12.8942 3.55273L20.8942 19.5527L20.9352 19.6465C21.115 20.1204 20.9101 20.663 20.447 20.8945C19.9839 21.1259 19.4272 20.9642 19.1559 20.5361L19.1052 20.4473L16.8815 16H7.11786L4.89422 20.4473C4.64719 20.9412 4.04636 21.1415 3.55243 20.8945C3.05867 20.6475 2.85831 20.0466 3.10516 19.5527L11.1052 3.55273L11.1764 3.43164C11.3613 3.16376 11.6684 3.0001 11.9997 3ZM8.11786 14H15.8815L11.9997 6.23633L8.11786 14Z"
|
|
163263
163262
|
})))) : /* @__PURE__ */ z.createElement(Yl, {
|
|
163264
163263
|
text: t,
|
|
163265
163264
|
placement: "bottom"
|
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.0.
|
|
5
|
+
"version": "1.0.81",
|
|
6
6
|
"main": "dist/index.es.js",
|
|
7
7
|
"module": "dist/index.es.js",
|
|
8
8
|
"exports": {
|
|
@@ -36,8 +36,8 @@
|
|
|
36
36
|
"@fileverse-dev/dsheets-templates": "^0.0.17",
|
|
37
37
|
"@fileverse-dev/formula-parser": "^0.2.49",
|
|
38
38
|
"@fileverse-dev/formulajs": "^4.4.11-mod-83",
|
|
39
|
-
"@fileverse-dev/fortune-core": "^1.0.
|
|
40
|
-
"@fileverse-dev/fortune-react": "^1.0.
|
|
39
|
+
"@fileverse-dev/fortune-core": "^1.0.80",
|
|
40
|
+
"@fileverse-dev/fortune-react": "^1.0.80",
|
|
41
41
|
"@fileverse/ui": "^4.1.7-patch-18",
|
|
42
42
|
"classnames": "^2.5.1",
|
|
43
43
|
"exceljs": "^4.4.0",
|