@univerjs/engine-render 0.10.4 → 0.10.5
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 +1 -1
- package/lib/es/index.js +4 -4
- package/lib/index.js +4 -4
- package/lib/umd/index.js +1 -1
- package/package.json +5 -5
package/lib/es/index.js
CHANGED
|
@@ -45432,14 +45432,14 @@ class Qz {
|
|
|
45432
45432
|
}
|
|
45433
45433
|
const ge = new Qz();
|
|
45434
45434
|
/*! https://mths.be/codepointat v0.2.0 by @mathias */
|
|
45435
|
-
String.prototype.codePointAt || function() {
|
|
45436
|
-
var r = function() {
|
|
45435
|
+
String.prototype.codePointAt || (function() {
|
|
45436
|
+
var r = (function() {
|
|
45437
45437
|
try {
|
|
45438
45438
|
var e = {}, a = Object.defineProperty, s = a(e, e, e) && a;
|
|
45439
45439
|
} catch {
|
|
45440
45440
|
}
|
|
45441
45441
|
return s;
|
|
45442
|
-
}(), t = function(e) {
|
|
45442
|
+
})(), t = function(e) {
|
|
45443
45443
|
if (this == null)
|
|
45444
45444
|
throw TypeError();
|
|
45445
45445
|
var a = String(this), s = a.length, n = e ? Number(e) : 0;
|
|
@@ -45457,7 +45457,7 @@ String.prototype.codePointAt || function() {
|
|
|
45457
45457
|
configurable: !0,
|
|
45458
45458
|
writable: !0
|
|
45459
45459
|
}) : String.prototype.codePointAt = t;
|
|
45460
|
-
}();
|
|
45460
|
+
})();
|
|
45461
45461
|
var r6 = 0, Dt = -3;
|
|
45462
45462
|
function k0() {
|
|
45463
45463
|
this.table = new Uint16Array(16), this.trans = new Uint16Array(288);
|
package/lib/index.js
CHANGED
|
@@ -45432,14 +45432,14 @@ class Qz {
|
|
|
45432
45432
|
}
|
|
45433
45433
|
const ge = new Qz();
|
|
45434
45434
|
/*! https://mths.be/codepointat v0.2.0 by @mathias */
|
|
45435
|
-
String.prototype.codePointAt || function() {
|
|
45436
|
-
var r = function() {
|
|
45435
|
+
String.prototype.codePointAt || (function() {
|
|
45436
|
+
var r = (function() {
|
|
45437
45437
|
try {
|
|
45438
45438
|
var e = {}, a = Object.defineProperty, s = a(e, e, e) && a;
|
|
45439
45439
|
} catch {
|
|
45440
45440
|
}
|
|
45441
45441
|
return s;
|
|
45442
|
-
}(), t = function(e) {
|
|
45442
|
+
})(), t = function(e) {
|
|
45443
45443
|
if (this == null)
|
|
45444
45444
|
throw TypeError();
|
|
45445
45445
|
var a = String(this), s = a.length, n = e ? Number(e) : 0;
|
|
@@ -45457,7 +45457,7 @@ String.prototype.codePointAt || function() {
|
|
|
45457
45457
|
configurable: !0,
|
|
45458
45458
|
writable: !0
|
|
45459
45459
|
}) : String.prototype.codePointAt = t;
|
|
45460
|
-
}();
|
|
45460
|
+
})();
|
|
45461
45461
|
var r6 = 0, Dt = -3;
|
|
45462
45462
|
function k0() {
|
|
45463
45463
|
this.table = new Uint16Array(16), this.trans = new Uint16Array(288);
|