@fileverse-dev/dsheet 1.3.17-create-2 → 1.3.17-create-3
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 +5 -3
- package/package.json +2 -2
package/dist/index.es.js
CHANGED
|
@@ -91580,7 +91580,7 @@ function aE(e, t, r, i) {
|
|
|
91580
91580
|
var b = m[0], g = m[1];
|
|
91581
91581
|
return "".concat(de.kebabCase(b), ":").concat(de.isNumber(g) ? "".concat(g, "px") : g, ";");
|
|
91582
91582
|
}).join(" "), p = !(i != null && i.useSemanticMarkup) && (d != null && d.linkType) && (d != null && d.linkAddress) ? " data-link-type='".concat(String(d.linkType).replace(/'/g, "'"), "' data-link-address='").concat(String(d.linkAddress).replace(/'/g, "'"), "'") : "";
|
|
91583
|
-
if (i != null && i.
|
|
91583
|
+
if (i != null && i.isRichTextCopy)
|
|
91584
91584
|
if (i != null && i.useSemanticMarkup)
|
|
91585
91585
|
s += MDe(o.v, v);
|
|
91586
91586
|
else {
|
|
@@ -92624,7 +92624,8 @@ function nq(e, t, r) {
|
|
|
92624
92624
|
var Ue = "";
|
|
92625
92625
|
P && xf(P) ? Ue = aE(F, j, z, {
|
|
92626
92626
|
useSemanticMarkup: !0,
|
|
92627
|
-
inheritedStyle: H
|
|
92627
|
+
inheritedStyle: H,
|
|
92628
|
+
isRichTextCopy: !0
|
|
92628
92629
|
}) : (de.isNil(U) && (U = x1(F, j, z)), de.isNil(U) && (U = ""), Ue = pf(String(U)).replace(/<br\s*\/?>/g, "<br>")), V += Ue;
|
|
92629
92630
|
} else {
|
|
92630
92631
|
var K = "";
|
|
@@ -92711,7 +92712,8 @@ function iq(e) {
|
|
|
92711
92712
|
if (I)
|
|
92712
92713
|
j = aE(O, B, o, {
|
|
92713
92714
|
useSemanticMarkup: !0,
|
|
92714
|
-
inheritedStyle: L
|
|
92715
|
+
inheritedStyle: L,
|
|
92716
|
+
isRichTextCopy: !0
|
|
92715
92717
|
});
|
|
92716
92718
|
else {
|
|
92717
92719
|
var V = (f = (s = x1(O, B, o, "m")) !== null && s !== void 0 ? s : x1(O, B, o)) !== null && f !== void 0 ? f : "";
|
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.3.17-create-
|
|
5
|
+
"version": "1.3.17-create-3",
|
|
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.29",
|
|
37
37
|
"@fileverse-dev/formulajs": "4.4.50",
|
|
38
|
-
"@fileverse-dev/fortune-react": "1.3.13-create-
|
|
38
|
+
"@fileverse-dev/fortune-react": "1.3.13-create-3",
|
|
39
39
|
"@fileverse/ui": "^5.0.0",
|
|
40
40
|
"classnames": "^2.5.1",
|
|
41
41
|
"exceljs": "^4.4.0",
|