@univerjs/core 0.10.7 → 0.10.8
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/lib/cjs/index.js +2 -2
- package/lib/es/index.js +4 -4
- package/lib/index.js +4 -4
- package/lib/umd/index.js +2 -2
- package/package.json +3 -3
package/lib/es/index.js
CHANGED
|
@@ -8867,7 +8867,7 @@ const eR = (e, t) => {
|
|
|
8867
8867
|
* color
|
|
8868
8868
|
*/
|
|
8869
8869
|
cl: {
|
|
8870
|
-
rgb: "#
|
|
8870
|
+
rgb: "#000000"
|
|
8871
8871
|
},
|
|
8872
8872
|
/**
|
|
8873
8873
|
* background
|
|
@@ -15630,7 +15630,7 @@ class mE extends Ve {
|
|
|
15630
15630
|
}
|
|
15631
15631
|
}
|
|
15632
15632
|
var ic = /* @__PURE__ */ ((e) => (e.URL = "URL", e.UUID = "UUID", e.BASE64 = "BASE64", e))(ic || {}), gE = /* @__PURE__ */ ((e) => (e.SUCCUSS = "0", e.ERROR_EXCEED_SIZE = "1", e.ERROR_IMAGE_TYPE = "2", e.ERROR_UPLOAD_COUNT_LIMIT = "3", e.ERROR_IMAGE = "4", e))(gE || {});
|
|
15633
|
-
const _l = ht("core.image-io.service"), _E = "0.10.
|
|
15633
|
+
const _l = ht("core.image-io.service"), _E = "0.10.8", pE = {
|
|
15634
15634
|
version: _E
|
|
15635
15635
|
};
|
|
15636
15636
|
function EE(e = "", t = Ns.ZH_CN, n = "") {
|
|
@@ -15806,8 +15806,8 @@ function IE(e) {
|
|
|
15806
15806
|
function El(e) {
|
|
15807
15807
|
if (!e)
|
|
15808
15808
|
return {};
|
|
15809
|
-
const { ff: t, fs: n, it: r, bl: s, ul: i, st: o, ol: a, cl: l } = e,
|
|
15810
|
-
return t && (
|
|
15809
|
+
const { ff: t, fs: n, it: r, bl: s, ul: i, st: o, ol: a, cl: l, bg: u } = e, c = {};
|
|
15810
|
+
return t && (c.ff = t), n && (c.fs = n), r && (c.it = r), s && (c.bl = s), i && (c.ul = i), o && (c.st = o), a && (c.ol = a), l && (c.cl = l), u && (c.bg = u), c;
|
|
15811
15811
|
}
|
|
15812
15812
|
function wE(e, t, n) {
|
|
15813
15813
|
var i;
|
package/lib/index.js
CHANGED
|
@@ -8867,7 +8867,7 @@ const eR = (e, t) => {
|
|
|
8867
8867
|
* color
|
|
8868
8868
|
*/
|
|
8869
8869
|
cl: {
|
|
8870
|
-
rgb: "#
|
|
8870
|
+
rgb: "#000000"
|
|
8871
8871
|
},
|
|
8872
8872
|
/**
|
|
8873
8873
|
* background
|
|
@@ -15630,7 +15630,7 @@ class mE extends Ve {
|
|
|
15630
15630
|
}
|
|
15631
15631
|
}
|
|
15632
15632
|
var ic = /* @__PURE__ */ ((e) => (e.URL = "URL", e.UUID = "UUID", e.BASE64 = "BASE64", e))(ic || {}), gE = /* @__PURE__ */ ((e) => (e.SUCCUSS = "0", e.ERROR_EXCEED_SIZE = "1", e.ERROR_IMAGE_TYPE = "2", e.ERROR_UPLOAD_COUNT_LIMIT = "3", e.ERROR_IMAGE = "4", e))(gE || {});
|
|
15633
|
-
const _l = ht("core.image-io.service"), _E = "0.10.
|
|
15633
|
+
const _l = ht("core.image-io.service"), _E = "0.10.8", pE = {
|
|
15634
15634
|
version: _E
|
|
15635
15635
|
};
|
|
15636
15636
|
function EE(e = "", t = Ns.ZH_CN, n = "") {
|
|
@@ -15806,8 +15806,8 @@ function IE(e) {
|
|
|
15806
15806
|
function El(e) {
|
|
15807
15807
|
if (!e)
|
|
15808
15808
|
return {};
|
|
15809
|
-
const { ff: t, fs: n, it: r, bl: s, ul: i, st: o, ol: a, cl: l } = e,
|
|
15810
|
-
return t && (
|
|
15809
|
+
const { ff: t, fs: n, it: r, bl: s, ul: i, st: o, ol: a, cl: l, bg: u } = e, c = {};
|
|
15810
|
+
return t && (c.ff = t), n && (c.fs = n), r && (c.it = r), s && (c.bl = s), i && (c.ul = i), o && (c.st = o), a && (c.ol = a), l && (c.cl = l), u && (c.bg = u), c;
|
|
15811
15811
|
}
|
|
15812
15812
|
function wE(e, t, n) {
|
|
15813
15813
|
var i;
|