@pdfme/ui 4.0.1 → 4.0.2-dev.1

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
@@ -85494,7 +85494,7 @@ function _typeof$q(a) {
85494
85494
  return s && typeof Symbol == "function" && s.constructor === Symbol && s !== Symbol.prototype ? "symbol" : typeof s;
85495
85495
  }, _typeof$q(a);
85496
85496
  }
85497
- function toPrimitive$3(a, s) {
85497
+ function toPrimitive$4(a, s) {
85498
85498
  if (_typeof$q(a) != "object" || !a)
85499
85499
  return a;
85500
85500
  var $ = a[Symbol.toPrimitive];
@@ -85507,7 +85507,7 @@ function toPrimitive$3(a, s) {
85507
85507
  return (s === "string" ? String : Number)(a);
85508
85508
  }
85509
85509
  function toPropertyKey$1(a) {
85510
- var s = toPrimitive$3(a, "string");
85510
+ var s = toPrimitive$4(a, "string");
85511
85511
  return _typeof$q(s) == "symbol" ? s : String(s);
85512
85512
  }
85513
85513
  function _defineProperty$c(a, s, $) {
@@ -142198,38 +142198,28 @@ function require_domCreate() {
142198
142198
  return $ ? s.createElement(_) : {};
142199
142199
  }, _domCreate;
142200
142200
  }
142201
- var _ie8DomDefine, hasRequired_ie8DomDefine;
142202
- function require_ie8DomDefine() {
142203
- return hasRequired_ie8DomDefine || (hasRequired_ie8DomDefine = 1, _ie8DomDefine = !require_descriptors() && !require_fails()(function() {
142204
- return Object.defineProperty(require_domCreate()("div"), "a", { get: function() {
142205
- return 7;
142206
- } }).a != 7;
142207
- })), _ie8DomDefine;
142208
- }
142209
- var isObject$4 = _isObject, _toPrimitive$5 = function(a, s) {
142201
+ var _ie8DomDefine = !require_descriptors() && !require_fails()(function() {
142202
+ return Object.defineProperty(require_domCreate()("div"), "a", { get: function() {
142203
+ return 7;
142204
+ } }).a != 7;
142205
+ }), isObject$4 = _isObject, _toPrimitive$5 = function(a, s) {
142210
142206
  if (!isObject$4(a))
142211
142207
  return a;
142212
142208
  var $, _;
142213
142209
  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)))
142214
142210
  return _;
142215
142211
  throw TypeError("Can't convert object to primitive value");
142216
- }, hasRequired_objectDp;
142217
- function require_objectDp() {
142218
- if (hasRequired_objectDp)
142219
- return _objectDp;
142220
- hasRequired_objectDp = 1;
142221
- var a = _anObject, s = require_ie8DomDefine(), $ = _toPrimitive$5, _ = Object.defineProperty;
142222
- return _objectDp.f = require_descriptors() ? Object.defineProperty : function(tt, nt, at) {
142223
- if (a(tt), nt = $(nt, !0), a(at), s)
142224
- try {
142225
- return _(tt, nt, at);
142226
- } catch {
142227
- }
142228
- if ("get" in at || "set" in at)
142229
- throw TypeError("Accessors not supported!");
142230
- return "value" in at && (tt[nt] = at.value), tt;
142231
- }, _objectDp;
142232
- }
142212
+ }, anObject$3 = _anObject, IE8_DOM_DEFINE$1 = _ie8DomDefine, toPrimitive$3 = _toPrimitive$5, dP$3 = Object.defineProperty;
142213
+ _objectDp.f = require_descriptors() ? Object.defineProperty : function a(s, $, _) {
142214
+ if (anObject$3(s), $ = toPrimitive$3($, !0), anObject$3(_), IE8_DOM_DEFINE$1)
142215
+ try {
142216
+ return dP$3(s, $, _);
142217
+ } catch {
142218
+ }
142219
+ if ("get" in _ || "set" in _)
142220
+ throw TypeError("Accessors not supported!");
142221
+ return "value" in _ && (s[$] = _.value), s;
142222
+ };
142233
142223
  var _propertyDesc = function(a, s) {
142234
142224
  return {
142235
142225
  enumerable: !(a & 1),
@@ -142237,7 +142227,7 @@ var _propertyDesc = function(a, s) {
142237
142227
  writable: !(a & 4),
142238
142228
  value: s
142239
142229
  };
142240
- }, dP$2 = require_objectDp(), createDesc$2 = _propertyDesc, _hide = require_descriptors() ? function(a, s, $) {
142230
+ }, dP$2 = _objectDp, createDesc$2 = _propertyDesc, _hide = require_descriptors() ? function(a, s, $) {
142241
142231
  return dP$2.f(a, s, createDesc$2(1, $));
142242
142232
  } : function(a, s, $) {
142243
142233
  return a[s] = $, a;
@@ -143068,7 +143058,7 @@ var _default$g = function(a, s) {
143068
143058
  if (!(a instanceof s))
143069
143059
  throw new TypeError("Cannot call a class as a function");
143070
143060
  }, $export$3 = _export;
143071
- $export$3($export$3.S + $export$3.F * !require_descriptors(), "Object", { defineProperty: require_objectDp().f });
143061
+ $export$3($export$3.S + $export$3.F * !require_descriptors(), "Object", { defineProperty: _objectDp.f });
143072
143062
  var $Object$1 = _coreExports.Object, defineProperty$3 = function a(s, $, _) {
143073
143063
  return $Object$1.defineProperty(s, $, _);
143074
143064
  }, defineProperty$2 = { default: defineProperty$3, __esModule: !0 }, _defineProperty$8 = defineProperty$2, _defineProperty2$1 = _interopRequireDefault$f(_defineProperty$8);
@@ -143090,7 +143080,7 @@ var _default$f = /* @__PURE__ */ function() {
143090
143080
  var _ = String(defined(s)), _e = toInteger($), tt = _.length, nt, at;
143091
143081
  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);
143092
143082
  };
143093
- }, _redefine = _hide, _iterators = {}, dP$1 = require_objectDp(), anObject$2 = _anObject, getKeys$2 = require_objectKeys(), _objectDps = require_descriptors() ? Object.defineProperties : function a(s, $) {
143083
+ }, _redefine = _hide, _iterators = {}, dP$1 = _objectDp, anObject$2 = _anObject, getKeys$2 = require_objectKeys(), _objectDps = require_descriptors() ? Object.defineProperties : function a(s, $) {
143094
143084
  anObject$2(s);
143095
143085
  for (var _ = getKeys$2($), _e = _.length, tt = 0, nt; _e > tt; )
143096
143086
  dP$1.f(s, nt = _[tt++], $[nt]);
@@ -143116,7 +143106,7 @@ var anObject$1 = _anObject, dPs = _objectDps, enumBugKeys = _enumBugKeys, IE_PRO
143116
143106
  return store[a] || (store[a] = USE_SYMBOL && Symbol$1[a] || (USE_SYMBOL ? Symbol$1 : uid$1)("Symbol." + a));
143117
143107
  };
143118
143108
  $exports.store = store;
143119
- var _wksExports = _wks.exports, def = require_objectDp().f, has$3 = _has, TAG = _wksExports("toStringTag"), _setToStringTag = function(a, s, $) {
143109
+ var _wksExports = _wks.exports, def = _objectDp.f, has$3 = _has, TAG = _wksExports("toStringTag"), _setToStringTag = function(a, s, $) {
143120
143110
  a && !has$3(a = $ ? a : a.prototype, TAG) && def(a, TAG, { configurable: !0, value: s });
143121
143111
  }, _iterCreate, hasRequired_iterCreate;
143122
143112
  function require_iterCreate() {
@@ -143206,7 +143196,7 @@ for (var i = 0; i < DOMIterables.length; i++) {
143206
143196
  }
143207
143197
  var _wksExt = {};
143208
143198
  _wksExt.f = _wksExports;
143209
- 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 = require_objectDp().f, id = 0, isExtensible = Object.isExtensible || function() {
143199
+ 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() {
143210
143200
  return !0;
143211
143201
  }, FREEZE = !require_fails()(function() {
143212
143202
  return isExtensible(Object.preventExtensions({}));
@@ -143245,7 +143235,7 @@ var iterator$1 = _wksExt.f("iterator"), iterator = { default: iterator$1, __esMo
143245
143235
  fastKey,
143246
143236
  getWeak,
143247
143237
  onFreeze
143248
- }, _metaExports = _meta.exports, core = _coreExports, wksExt$1 = _wksExt, defineProperty$1 = require_objectDp().f, _wksDefine = function(a) {
143238
+ }, _metaExports = _meta.exports, core = _coreExports, wksExt$1 = _wksExt, defineProperty$1 = _objectDp.f, _wksDefine = function(a) {
143249
143239
  var s = core.Symbol || (core.Symbol = {});
143250
143240
  a.charAt(0) != "_" && !(a in s) && defineProperty$1(s, a, { value: wksExt$1.f(a) });
143251
143241
  }, getKeys$1 = require_objectKeys(), gOPS = require_objectGops(), pIE$1 = require_objectPie(), _enumKeys = function(a) {
@@ -143270,7 +143260,7 @@ var toIObject$2 = _toIobject, gOPN$1 = _objectGopn.f, toString$1 = {}.toString,
143270
143260
  _objectGopnExt.f = function a(s) {
143271
143261
  return windowNames && toString$1.call(s) == "[object Window]" ? getWindowNames(s) : gOPN$1(toIObject$2(s));
143272
143262
  };
143273
- var _objectGopd = {}, pIE = require_objectPie(), createDesc$1 = _propertyDesc, toIObject$1 = _toIobject, toPrimitive$2 = _toPrimitive$5, has$1 = _has, IE8_DOM_DEFINE = require_ie8DomDefine(), gOPD$1 = Object.getOwnPropertyDescriptor;
143263
+ var _objectGopd = {}, pIE = require_objectPie(), createDesc$1 = _propertyDesc, toIObject$1 = _toIobject, toPrimitive$2 = _toPrimitive$5, has$1 = _has, IE8_DOM_DEFINE = _ie8DomDefine, gOPD$1 = Object.getOwnPropertyDescriptor;
143274
143264
  _objectGopd.f = require_descriptors() ? gOPD$1 : function a(s, $) {
143275
143265
  if (s = toIObject$1(s), $ = toPrimitive$2($, !0), IE8_DOM_DEFINE)
143276
143266
  try {
@@ -143280,7 +143270,7 @@ _objectGopd.f = require_descriptors() ? gOPD$1 : function a(s, $) {
143280
143270
  if (has$1(s, $))
143281
143271
  return createDesc$1(!pIE.f.call(s, $), s[$]);
143282
143272
  };
143283
- 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$1 = _toPrimitive$5, createDesc = _propertyDesc, _create$1 = _objectCreate, gOPNExt = _objectGopnExt, $GOPD = _objectGopd, $GOPS = require_objectGops(), $DP = require_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() {
143273
+ 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$1 = _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() {
143284
143274
  return _create$1(dP({}, "a", {
143285
143275
  get: function() {
143286
143276
  return dP(this, "a", { value: 7 }).a;