@pdfme/ui 5.3.8-dev.20 → 5.3.8-dev.21
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 +29 -21
- package/dist/index.umd.js +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
@@ -144473,17 +144473,25 @@ var _coreExports = _core.exports, _aFunction = function(a) {
|
|
144473
144473
|
}, isObject$5 = _isObject, _anObject = function(a) {
|
144474
144474
|
if (!isObject$5(a)) throw TypeError(a + " is not an object!");
|
144475
144475
|
return a;
|
144476
|
-
}, _fails
|
144477
|
-
|
144478
|
-
|
144479
|
-
|
144480
|
-
|
144481
|
-
|
144482
|
-
|
144483
|
-
|
144484
|
-
|
144485
|
-
|
144486
|
-
|
144476
|
+
}, _fails, hasRequired_fails;
|
144477
|
+
function require_fails() {
|
144478
|
+
return hasRequired_fails || (hasRequired_fails = 1, _fails = function(a) {
|
144479
|
+
try {
|
144480
|
+
return !!a();
|
144481
|
+
} catch {
|
144482
|
+
return !0;
|
144483
|
+
}
|
144484
|
+
}), _fails;
|
144485
|
+
}
|
144486
|
+
var _descriptors, hasRequired_descriptors;
|
144487
|
+
function require_descriptors() {
|
144488
|
+
return hasRequired_descriptors || (hasRequired_descriptors = 1, _descriptors = !require_fails()(function() {
|
144489
|
+
return Object.defineProperty({}, "a", { get: function() {
|
144490
|
+
return 7;
|
144491
|
+
} }).a != 7;
|
144492
|
+
})), _descriptors;
|
144493
|
+
}
|
144494
|
+
var _domCreate, hasRequired_domCreate;
|
144487
144495
|
function require_domCreate() {
|
144488
144496
|
if (hasRequired_domCreate) return _domCreate;
|
144489
144497
|
hasRequired_domCreate = 1;
|
@@ -144492,7 +144500,7 @@ function require_domCreate() {
|
|
144492
144500
|
return $ ? s.createElement(_) : {};
|
144493
144501
|
}, _domCreate;
|
144494
144502
|
}
|
144495
|
-
var _ie8DomDefine = !
|
144503
|
+
var _ie8DomDefine = !require_descriptors() && !require_fails()(function() {
|
144496
144504
|
return Object.defineProperty(require_domCreate()("div"), "a", { get: function() {
|
144497
144505
|
return 7;
|
144498
144506
|
} }).a != 7;
|
@@ -144502,7 +144510,7 @@ var _ie8DomDefine = !_descriptors && !_fails(function() {
|
|
144502
144510
|
if (s && typeof ($ = a.toString) == "function" && !isObject$4(_ = $.call(a)) || typeof ($ = a.valueOf) == "function" && !isObject$4(_ = $.call(a)) || !s && typeof ($ = a.toString) == "function" && !isObject$4(_ = $.call(a))) return _;
|
144503
144511
|
throw TypeError("Can't convert object to primitive value");
|
144504
144512
|
}, anObject$3 = _anObject, IE8_DOM_DEFINE$1 = _ie8DomDefine, toPrimitive$2 = _toPrimitive$5, dP$3 = Object.defineProperty;
|
144505
|
-
_objectDp.f =
|
144513
|
+
_objectDp.f = require_descriptors() ? Object.defineProperty : function a(s, $, _) {
|
144506
144514
|
if (anObject$3(s), $ = toPrimitive$2($, !0), anObject$3(_), IE8_DOM_DEFINE$1) try {
|
144507
144515
|
return dP$3(s, $, _);
|
144508
144516
|
} catch {
|
@@ -144517,7 +144525,7 @@ var _propertyDesc = function(a, s) {
|
|
144517
144525
|
writable: !(a & 4),
|
144518
144526
|
value: s
|
144519
144527
|
};
|
144520
|
-
}, dP$2 = _objectDp, createDesc$2 = _propertyDesc, _hide =
|
144528
|
+
}, dP$2 = _objectDp, createDesc$2 = _propertyDesc, _hide = require_descriptors() ? function(a, s, $) {
|
144521
144529
|
return dP$2.f(a, s, createDesc$2(1, $));
|
144522
144530
|
} : function(a, s, $) {
|
144523
144531
|
return a[s] = $, a;
|
@@ -144671,8 +144679,8 @@ var _objectAssign, hasRequired_objectAssign;
|
|
144671
144679
|
function require_objectAssign() {
|
144672
144680
|
if (hasRequired_objectAssign) return _objectAssign;
|
144673
144681
|
hasRequired_objectAssign = 1;
|
144674
|
-
var a =
|
144675
|
-
return _objectAssign = !nt ||
|
144682
|
+
var a = require_descriptors(), s = require_objectKeys(), $ = require_objectGops(), _ = require_objectPie(), _e = require_toObject(), tt = require_iobject(), nt = Object.assign;
|
144683
|
+
return _objectAssign = !nt || require_fails()(function() {
|
144676
144684
|
var at = {}, ot = {}, rt = Symbol(), st = "abcdefghijklmnopqrst";
|
144677
144685
|
return at[rt] = 7, st.split("").forEach(function(lt) {
|
144678
144686
|
ot[lt] = lt;
|
@@ -145332,7 +145340,7 @@ var _default$7 = function(a, s) {
|
|
145332
145340
|
if (!(a instanceof s))
|
145333
145341
|
throw new TypeError("Cannot call a class as a function");
|
145334
145342
|
}, $export$4 = _export;
|
145335
|
-
$export$4($export$4.S + $export$4.F * !
|
145343
|
+
$export$4($export$4.S + $export$4.F * !require_descriptors(), "Object", { defineProperty: _objectDp.f });
|
145336
145344
|
var $Object$1 = _coreExports.Object, defineProperty$2 = function a(s, $, _) {
|
145337
145345
|
return $Object$1.defineProperty(s, $, _);
|
145338
145346
|
}, defineProperty$1 = { default: defineProperty$2, __esModule: !0 }, _defineProperty$8 = defineProperty$1, _defineProperty2$1 = _interopRequireDefault$f(_defineProperty$8);
|
@@ -145354,7 +145362,7 @@ var _default$6 = /* @__PURE__ */ function() {
|
|
145354
145362
|
var _ = String(defined(s)), _e = toInteger($), tt = _.length, nt, at;
|
145355
145363
|
return _e < 0 || _e >= tt ? a ? "" : void 0 : (nt = _.charCodeAt(_e), nt < 55296 || nt > 56319 || _e + 1 === tt || (at = _.charCodeAt(_e + 1)) < 56320 || at > 57343 ? a ? _.charAt(_e) : nt : a ? _.slice(_e, _e + 2) : (nt - 55296 << 10) + (at - 56320) + 65536);
|
145356
145364
|
};
|
145357
|
-
}, _redefine = _hide, _iterators = {}, dP$1 = _objectDp, anObject$2 = _anObject, getKeys$2 = require_objectKeys(), _objectDps =
|
145365
|
+
}, _redefine = _hide, _iterators = {}, dP$1 = _objectDp, anObject$2 = _anObject, getKeys$2 = require_objectKeys(), _objectDps = require_descriptors() ? Object.defineProperties : function a(s, $) {
|
145358
145366
|
anObject$2(s);
|
145359
145367
|
for (var _ = getKeys$2($), _e = _.length, tt = 0, nt; _e > tt; ) dP$1.f(s, nt = _[tt++], $[nt]);
|
145360
145368
|
return s;
|
@@ -145444,7 +145452,7 @@ var _wksExt = {};
|
|
145444
145452
|
_wksExt.f = _wksExports;
|
145445
145453
|
var iterator$1 = _wksExt.f("iterator"), iterator = { default: iterator$1, __esModule: !0 }, _meta = { exports: {} }, META$1 = _uid("meta"), isObject$3 = _isObject, has$2 = _has, setDesc = _objectDp.f, id = 0, isExtensible = Object.isExtensible || function() {
|
145446
145454
|
return !0;
|
145447
|
-
}, FREEZE = !
|
145455
|
+
}, FREEZE = !require_fails()(function() {
|
145448
145456
|
return isExtensible(Object.preventExtensions({}));
|
145449
145457
|
}), setMeta = function(a) {
|
145450
145458
|
setDesc(a, META$1, { value: {
|
@@ -145501,14 +145509,14 @@ _objectGopnExt.f = function a(s) {
|
|
145501
145509
|
return windowNames && toString$1.call(s) == "[object Window]" ? getWindowNames(s) : gOPN$1(toIObject$2(s));
|
145502
145510
|
};
|
145503
145511
|
var _objectGopd = {}, pIE = require_objectPie(), createDesc$1 = _propertyDesc, toIObject$1 = _toIobject, toPrimitive$1 = _toPrimitive$5, has$1 = _has, IE8_DOM_DEFINE = _ie8DomDefine, gOPD$1 = Object.getOwnPropertyDescriptor;
|
145504
|
-
_objectGopd.f =
|
145512
|
+
_objectGopd.f = require_descriptors() ? gOPD$1 : function a(s, $) {
|
145505
145513
|
if (s = toIObject$1(s), $ = toPrimitive$1($, !0), IE8_DOM_DEFINE) try {
|
145506
145514
|
return gOPD$1(s, $);
|
145507
145515
|
} catch {
|
145508
145516
|
}
|
145509
145517
|
if (has$1(s, $)) return createDesc$1(!pIE.f.call(s, $), s[$]);
|
145510
145518
|
};
|
145511
|
-
var global$1 = _globalExports, has = _has, DESCRIPTORS =
|
145519
|
+
var global$1 = _globalExports, has = _has, DESCRIPTORS = require_descriptors(), $export$2 = _export, redefine = _redefine, META = _metaExports.KEY, $fails = require_fails(), shared = _sharedExports, setToStringTag = _setToStringTag, uid = _uid, wks = _wksExports, wksExt = _wksExt, wksDefine = _wksDefine, enumKeys = _enumKeys, isArray$1 = _isArray, anObject = _anObject, isObject$2 = _isObject, toObject = require_toObject(), toIObject = _toIobject, toPrimitive = _toPrimitive$5, createDesc = _propertyDesc, _create$1 = _objectCreate, gOPNExt = _objectGopnExt, $GOPD = _objectGopd, $GOPS = require_objectGops(), $DP = _objectDp, $keys = require_objectKeys(), gOPD = $GOPD.f, dP = $DP.f, gOPN = gOPNExt.f, $Symbol = global$1.Symbol, $JSON = global$1.JSON, _stringify = $JSON && $JSON.stringify, PROTOTYPE = "prototype", HIDDEN = wks("_hidden"), TO_PRIMITIVE = wks("toPrimitive"), isEnum = {}.propertyIsEnumerable, SymbolRegistry = shared("symbol-registry"), AllSymbols = shared("symbols"), OPSymbols = shared("op-symbols"), ObjectProto = Object[PROTOTYPE], USE_NATIVE = typeof $Symbol == "function" && !!$GOPS.f, QObject = global$1.QObject, setter = !QObject || !QObject[PROTOTYPE] || !QObject[PROTOTYPE].findChild, setSymbolDesc = DESCRIPTORS && $fails(function() {
|
145512
145520
|
return _create$1(dP({}, "a", {
|
145513
145521
|
get: function() {
|
145514
145522
|
return dP(this, "a", { value: 7 }).a;
|