@fileverse-dev/dsheet 1.2.43 → 1.2.45

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 +2 -4
  2. package/package.json +2 -2
package/dist/index.es.js CHANGED
@@ -77943,9 +77943,7 @@ function nu(e, t, r, a, n) {
77943
77943
  fs: T || 11
77944
77944
  }), B += 1;
77945
77945
  else {
77946
- for (var V = Array.from(new Intl.Segmenter().segment(I), function(jt) {
77947
- return jt.segment;
77948
- }), G = 0; G < V.length; G += 1) {
77946
+ for (var V = I.split(""), G = 0; G < V.length; G += 1) {
77949
77947
  var K = V[G];
77950
77948
  N.push({
77951
77949
  fontset: j,
@@ -169268,7 +169266,7 @@ var vwt = function(t) {
169268
169266
  var _;
169269
169267
  x.key === "Enter" && ((_ = v.current) === null || _ === void 0 || _.blur()), x.stopPropagation();
169270
169268
  }, []), y = It(function(x) {
169271
- i.allowEdit === !0 && x.dataTransfer.setData("sheetId", "".concat(r.id)), x.stopPropagation();
169269
+ i.allowEdit === !0 && !i.isFlvReadOnly && x.dataTransfer.setData("sheetId", "".concat(r.id)), x.stopPropagation();
169272
169270
  }, [i.allowEdit, r.id]), w = It(function(x) {
169273
169271
  if (i.allowEdit !== !1) {
169274
169272
  var _ = x.dataTransfer.getData("sheetId");
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.43",
5
+ "version": "1.2.45",
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.31",
38
- "@fileverse-dev/fortune-react": "^1.2.41",
38
+ "@fileverse-dev/fortune-react": "^1.2.42",
39
39
  "@fileverse/ui": "^4.1.7-patch-40",
40
40
  "classnames": "^2.5.1",
41
41
  "exceljs": "^4.4.0",