@pdfme/ui 5.3.1-dev.1 → 5.3.1-dev.11
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 +21 -29
- package/dist/index.umd.js +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
@@ -144410,25 +144410,17 @@ var _coreExports = _core.exports, _aFunction = function(a) {
|
|
144410
144410
|
}, isObject$5 = _isObject, _anObject = function(a) {
|
144411
144411
|
if (!isObject$5(a)) throw TypeError(a + " is not an object!");
|
144412
144412
|
return a;
|
144413
|
-
}, _fails
|
144414
|
-
|
144415
|
-
|
144416
|
-
|
144417
|
-
|
144418
|
-
|
144419
|
-
|
144420
|
-
|
144421
|
-
|
144422
|
-
}
|
144423
|
-
|
144424
|
-
function require_descriptors() {
|
144425
|
-
return hasRequired_descriptors || (hasRequired_descriptors = 1, _descriptors = !require_fails()(function() {
|
144426
|
-
return Object.defineProperty({}, "a", { get: function() {
|
144427
|
-
return 7;
|
144428
|
-
} }).a != 7;
|
144429
|
-
})), _descriptors;
|
144430
|
-
}
|
144431
|
-
var _domCreate, hasRequired_domCreate;
|
144413
|
+
}, _fails = function(a) {
|
144414
|
+
try {
|
144415
|
+
return !!a();
|
144416
|
+
} catch {
|
144417
|
+
return !0;
|
144418
|
+
}
|
144419
|
+
}, _descriptors = !_fails(function() {
|
144420
|
+
return Object.defineProperty({}, "a", { get: function() {
|
144421
|
+
return 7;
|
144422
|
+
} }).a != 7;
|
144423
|
+
}), _domCreate, hasRequired_domCreate;
|
144432
144424
|
function require_domCreate() {
|
144433
144425
|
if (hasRequired_domCreate) return _domCreate;
|
144434
144426
|
hasRequired_domCreate = 1;
|
@@ -144437,7 +144429,7 @@ function require_domCreate() {
|
|
144437
144429
|
return $ ? s.createElement(_) : {};
|
144438
144430
|
}, _domCreate;
|
144439
144431
|
}
|
144440
|
-
var _ie8DomDefine = !
|
144432
|
+
var _ie8DomDefine = !_descriptors && !_fails(function() {
|
144441
144433
|
return Object.defineProperty(require_domCreate()("div"), "a", { get: function() {
|
144442
144434
|
return 7;
|
144443
144435
|
} }).a != 7;
|
@@ -144447,7 +144439,7 @@ var _ie8DomDefine = !require_descriptors() && !require_fails()(function() {
|
|
144447
144439
|
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 _;
|
144448
144440
|
throw TypeError("Can't convert object to primitive value");
|
144449
144441
|
}, anObject$3 = _anObject, IE8_DOM_DEFINE$1 = _ie8DomDefine, toPrimitive$2 = _toPrimitive$5, dP$3 = Object.defineProperty;
|
144450
|
-
_objectDp.f =
|
144442
|
+
_objectDp.f = _descriptors ? Object.defineProperty : function a(s, $, _) {
|
144451
144443
|
if (anObject$3(s), $ = toPrimitive$2($, !0), anObject$3(_), IE8_DOM_DEFINE$1) try {
|
144452
144444
|
return dP$3(s, $, _);
|
144453
144445
|
} catch {
|
@@ -144462,7 +144454,7 @@ var _propertyDesc = function(a, s) {
|
|
144462
144454
|
writable: !(a & 4),
|
144463
144455
|
value: s
|
144464
144456
|
};
|
144465
|
-
}, dP$2 = _objectDp, createDesc$2 = _propertyDesc, _hide =
|
144457
|
+
}, dP$2 = _objectDp, createDesc$2 = _propertyDesc, _hide = _descriptors ? function(a, s, $) {
|
144466
144458
|
return dP$2.f(a, s, createDesc$2(1, $));
|
144467
144459
|
} : function(a, s, $) {
|
144468
144460
|
return a[s] = $, a;
|
@@ -144616,8 +144608,8 @@ var _objectAssign, hasRequired_objectAssign;
|
|
144616
144608
|
function require_objectAssign() {
|
144617
144609
|
if (hasRequired_objectAssign) return _objectAssign;
|
144618
144610
|
hasRequired_objectAssign = 1;
|
144619
|
-
var a =
|
144620
|
-
return _objectAssign = !rt ||
|
144611
|
+
var a = _descriptors, s = require_objectKeys(), $ = require_objectGops(), _ = require_objectPie(), _e = require_toObject(), tt = require_iobject(), rt = Object.assign;
|
144612
|
+
return _objectAssign = !rt || _fails(function() {
|
144621
144613
|
var at = {}, ot = {}, nt = Symbol(), st = "abcdefghijklmnopqrst";
|
144622
144614
|
return at[nt] = 7, st.split("").forEach(function(lt) {
|
144623
144615
|
ot[lt] = lt;
|
@@ -145277,7 +145269,7 @@ var _default$7 = function(a, s) {
|
|
145277
145269
|
if (!(a instanceof s))
|
145278
145270
|
throw new TypeError("Cannot call a class as a function");
|
145279
145271
|
}, $export$4 = _export;
|
145280
|
-
$export$4($export$4.S + $export$4.F * !
|
145272
|
+
$export$4($export$4.S + $export$4.F * !_descriptors, "Object", { defineProperty: _objectDp.f });
|
145281
145273
|
var $Object$1 = _coreExports.Object, defineProperty$2 = function a(s, $, _) {
|
145282
145274
|
return $Object$1.defineProperty(s, $, _);
|
145283
145275
|
}, defineProperty$1 = { default: defineProperty$2, __esModule: !0 }, _defineProperty$8 = defineProperty$1, _defineProperty2$1 = _interopRequireDefault$f(_defineProperty$8);
|
@@ -145299,7 +145291,7 @@ var _default$6 = /* @__PURE__ */ function() {
|
|
145299
145291
|
var _ = String(defined(s)), _e = toInteger($), tt = _.length, rt, at;
|
145300
145292
|
return _e < 0 || _e >= tt ? a ? "" : void 0 : (rt = _.charCodeAt(_e), rt < 55296 || rt > 56319 || _e + 1 === tt || (at = _.charCodeAt(_e + 1)) < 56320 || at > 57343 ? a ? _.charAt(_e) : rt : a ? _.slice(_e, _e + 2) : (rt - 55296 << 10) + (at - 56320) + 65536);
|
145301
145293
|
};
|
145302
|
-
}, _redefine = _hide, _iterators = {}, dP$1 = _objectDp, anObject$2 = _anObject, getKeys$2 = require_objectKeys(), _objectDps =
|
145294
|
+
}, _redefine = _hide, _iterators = {}, dP$1 = _objectDp, anObject$2 = _anObject, getKeys$2 = require_objectKeys(), _objectDps = _descriptors ? Object.defineProperties : function a(s, $) {
|
145303
145295
|
anObject$2(s);
|
145304
145296
|
for (var _ = getKeys$2($), _e = _.length, tt = 0, rt; _e > tt; ) dP$1.f(s, rt = _[tt++], $[rt]);
|
145305
145297
|
return s;
|
@@ -145389,7 +145381,7 @@ var _wksExt = {};
|
|
145389
145381
|
_wksExt.f = _wksExports;
|
145390
145382
|
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() {
|
145391
145383
|
return !0;
|
145392
|
-
}, FREEZE = !
|
145384
|
+
}, FREEZE = !_fails(function() {
|
145393
145385
|
return isExtensible(Object.preventExtensions({}));
|
145394
145386
|
}), setMeta = function(a) {
|
145395
145387
|
setDesc(a, META$1, { value: {
|
@@ -145446,14 +145438,14 @@ _objectGopnExt.f = function a(s) {
|
|
145446
145438
|
return windowNames && toString$1.call(s) == "[object Window]" ? getWindowNames(s) : gOPN$1(toIObject$2(s));
|
145447
145439
|
};
|
145448
145440
|
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;
|
145449
|
-
_objectGopd.f =
|
145441
|
+
_objectGopd.f = _descriptors ? gOPD$1 : function a(s, $) {
|
145450
145442
|
if (s = toIObject$1(s), $ = toPrimitive$1($, !0), IE8_DOM_DEFINE) try {
|
145451
145443
|
return gOPD$1(s, $);
|
145452
145444
|
} catch {
|
145453
145445
|
}
|
145454
145446
|
if (has$1(s, $)) return createDesc$1(!pIE.f.call(s, $), s[$]);
|
145455
145447
|
};
|
145456
|
-
var global$1 = _globalExports, has = _has, DESCRIPTORS =
|
145448
|
+
var global$1 = _globalExports, has = _has, DESCRIPTORS = _descriptors, $export$2 = _export, redefine = _redefine, META = _metaExports.KEY, $fails = _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() {
|
145457
145449
|
return _create$1(dP({}, "a", {
|
145458
145450
|
get: function() {
|
145459
145451
|
return dP(this, "a", { value: 7 }).a;
|