@pdfme/ui 5.3.4-dev.1 → 5.3.4

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