@fileverse-dev/dsheet 1.0.12 → 1.0.13

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 +3 -1
  2. package/package.json +4 -4
package/dist/index.es.js CHANGED
@@ -164013,7 +164013,9 @@ var c4t = function() {
164013
164013
  }, b4t = function(r) {
164014
164014
  var t = r.onClose, n = r.children, a = Zt(null);
164015
164015
  return zh(a, function() {
164016
- t == null || t();
164016
+ setTimeout(function() {
164017
+ t == null || t();
164018
+ }, 100);
164017
164019
  }, [a, t]), /* @__PURE__ */ V.createElement("div", {
164018
164020
  ref: a,
164019
164021
  className: "fortune-toolbar-more-container"
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.12",
5
+ "version": "1.0.13",
6
6
  "main": "dist/index.es.js",
7
7
  "module": "dist/index.es.js",
8
8
  "exports": {
@@ -39,8 +39,8 @@
39
39
  "@fileverse-dev/dsheets-templates": "^0.0.13",
40
40
  "@fileverse-dev/formula-parser": "^0.2.13-mod-39",
41
41
  "@fileverse-dev/formulajs": "^4.4.11-mod-57",
42
- "@fileverse-dev/fortune-core": "^1.0.2-mod-109",
43
- "@fileverse-dev/fortune-react": "^1.0.2-mod-109",
42
+ "@fileverse-dev/fortune-core": "^1.0.2-mod-110",
43
+ "@fileverse-dev/fortune-react": "^1.0.2-mod-110",
44
44
  "@fileverse/ui": "^4.1.7-patch-18",
45
45
  "classnames": "^2.5.1",
46
46
  "exceljs": "^4.4.0",
@@ -83,4 +83,4 @@
83
83
  "typescript": "^5.2.2",
84
84
  "vite": "^5.0.0"
85
85
  }
86
- }
86
+ }