@pdfme/ui 4.2.5-dev.1 → 4.2.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/dist/index.es.js CHANGED
@@ -85575,7 +85575,7 @@ function _typeof$q(a) {
85575
85575
  return s && typeof Symbol == "function" && s.constructor === Symbol && s !== Symbol.prototype ? "symbol" : typeof s;
85576
85576
  }, _typeof$q(a);
85577
85577
  }
85578
- function toPrimitive$3(a, s) {
85578
+ function toPrimitive$4(a, s) {
85579
85579
  if (_typeof$q(a) != "object" || !a)
85580
85580
  return a;
85581
85581
  var $ = a[Symbol.toPrimitive];
@@ -85588,7 +85588,7 @@ function toPrimitive$3(a, s) {
85588
85588
  return (s === "string" ? String : Number)(a);
85589
85589
  }
85590
85590
  function toPropertyKey$1(a) {
85591
- var s = toPrimitive$3(a, "string");
85591
+ var s = toPrimitive$4(a, "string");
85592
85592
  return _typeof$q(s) == "symbol" ? s : String(s);
85593
85593
  }
85594
85594
  function _defineProperty$c(a, s, $) {
@@ -142373,38 +142373,28 @@ function require_domCreate() {
142373
142373
  return $ ? s.createElement(_) : {};
142374
142374
  }, _domCreate;
142375
142375
  }
142376
- var _ie8DomDefine, hasRequired_ie8DomDefine;
142377
- function require_ie8DomDefine() {
142378
- return hasRequired_ie8DomDefine || (hasRequired_ie8DomDefine = 1, _ie8DomDefine = !require_descriptors() && !require_fails()(function() {
142379
- return Object.defineProperty(require_domCreate()("div"), "a", { get: function() {
142380
- return 7;
142381
- } }).a != 7;
142382
- })), _ie8DomDefine;
142383
- }
142384
- var isObject$4 = _isObject, _toPrimitive$5 = function(a, s) {
142376
+ var _ie8DomDefine = !require_descriptors() && !require_fails()(function() {
142377
+ return Object.defineProperty(require_domCreate()("div"), "a", { get: function() {
142378
+ return 7;
142379
+ } }).a != 7;
142380
+ }), isObject$4 = _isObject, _toPrimitive$5 = function(a, s) {
142385
142381
  if (!isObject$4(a))
142386
142382
  return a;
142387
142383
  var $, _;
142388
142384
  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)))
142389
142385
  return _;
142390
142386
  throw TypeError("Can't convert object to primitive value");
142391
- }, hasRequired_objectDp;
142392
- function require_objectDp() {
142393
- if (hasRequired_objectDp)
142394
- return _objectDp;
142395
- hasRequired_objectDp = 1;
142396
- var a = _anObject, s = require_ie8DomDefine(), $ = _toPrimitive$5, _ = Object.defineProperty;
142397
- return _objectDp.f = require_descriptors() ? Object.defineProperty : function(tt, nt, at) {
142398
- if (a(tt), nt = $(nt, !0), a(at), s)
142399
- try {
142400
- return _(tt, nt, at);
142401
- } catch {
142402
- }
142403
- if ("get" in at || "set" in at)
142404
- throw TypeError("Accessors not supported!");
142405
- return "value" in at && (tt[nt] = at.value), tt;
142406
- }, _objectDp;
142407
- }
142387
+ }, anObject$3 = _anObject, IE8_DOM_DEFINE$1 = _ie8DomDefine, toPrimitive$3 = _toPrimitive$5, dP$3 = Object.defineProperty;
142388
+ _objectDp.f = require_descriptors() ? Object.defineProperty : function a(s, $, _) {
142389
+ if (anObject$3(s), $ = toPrimitive$3($, !0), anObject$3(_), IE8_DOM_DEFINE$1)
142390
+ try {
142391
+ return dP$3(s, $, _);
142392
+ } catch {
142393
+ }
142394
+ if ("get" in _ || "set" in _)
142395
+ throw TypeError("Accessors not supported!");
142396
+ return "value" in _ && (s[$] = _.value), s;
142397
+ };
142408
142398
  var _propertyDesc = function(a, s) {
142409
142399
  return {
142410
142400
  enumerable: !(a & 1),
@@ -142412,7 +142402,7 @@ var _propertyDesc = function(a, s) {
142412
142402
  writable: !(a & 4),
142413
142403
  value: s
142414
142404
  };
142415
- }, dP$2 = require_objectDp(), createDesc$2 = _propertyDesc, _hide = require_descriptors() ? function(a, s, $) {
142405
+ }, dP$2 = _objectDp, createDesc$2 = _propertyDesc, _hide = require_descriptors() ? function(a, s, $) {
142416
142406
  return dP$2.f(a, s, createDesc$2(1, $));
142417
142407
  } : function(a, s, $) {
142418
142408
  return a[s] = $, a;
@@ -143243,7 +143233,7 @@ var _default$g = function(a, s) {
143243
143233
  if (!(a instanceof s))
143244
143234
  throw new TypeError("Cannot call a class as a function");
143245
143235
  }, $export$3 = _export;
143246
- $export$3($export$3.S + $export$3.F * !require_descriptors(), "Object", { defineProperty: require_objectDp().f });
143236
+ $export$3($export$3.S + $export$3.F * !require_descriptors(), "Object", { defineProperty: _objectDp.f });
143247
143237
  var $Object$1 = _coreExports.Object, defineProperty$3 = function a(s, $, _) {
143248
143238
  return $Object$1.defineProperty(s, $, _);
143249
143239
  }, defineProperty$2 = { default: defineProperty$3, __esModule: !0 }, _defineProperty$8 = defineProperty$2, _defineProperty2$1 = _interopRequireDefault$f(_defineProperty$8);
@@ -143265,7 +143255,7 @@ var _default$f = /* @__PURE__ */ function() {
143265
143255
  var _ = String(defined(s)), _e = toInteger($), tt = _.length, nt, at;
143266
143256
  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);
143267
143257
  };
143268
- }, _redefine = _hide, _iterators = {}, dP$1 = require_objectDp(), anObject$2 = _anObject, getKeys$2 = require_objectKeys(), _objectDps = require_descriptors() ? Object.defineProperties : function a(s, $) {
143258
+ }, _redefine = _hide, _iterators = {}, dP$1 = _objectDp, anObject$2 = _anObject, getKeys$2 = require_objectKeys(), _objectDps = require_descriptors() ? Object.defineProperties : function a(s, $) {
143269
143259
  anObject$2(s);
143270
143260
  for (var _ = getKeys$2($), _e = _.length, tt = 0, nt; _e > tt; )
143271
143261
  dP$1.f(s, nt = _[tt++], $[nt]);
@@ -143291,7 +143281,7 @@ var anObject$1 = _anObject, dPs = _objectDps, enumBugKeys = _enumBugKeys, IE_PRO
143291
143281
  return store[a] || (store[a] = USE_SYMBOL && Symbol$1[a] || (USE_SYMBOL ? Symbol$1 : uid$1)("Symbol." + a));
143292
143282
  };
143293
143283
  $exports.store = store;
143294
- var _wksExports = _wks.exports, def = require_objectDp().f, has$3 = _has, TAG = _wksExports("toStringTag"), _setToStringTag = function(a, s, $) {
143284
+ var _wksExports = _wks.exports, def = _objectDp.f, has$3 = _has, TAG = _wksExports("toStringTag"), _setToStringTag = function(a, s, $) {
143295
143285
  a && !has$3(a = $ ? a : a.prototype, TAG) && def(a, TAG, { configurable: !0, value: s });
143296
143286
  }, _iterCreate, hasRequired_iterCreate;
143297
143287
  function require_iterCreate() {
@@ -143381,7 +143371,7 @@ for (var i = 0; i < DOMIterables.length; i++) {
143381
143371
  }
143382
143372
  var _wksExt = {};
143383
143373
  _wksExt.f = _wksExports;
143384
- 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() {
143374
+ 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() {
143385
143375
  return !0;
143386
143376
  }, FREEZE = !require_fails()(function() {
143387
143377
  return isExtensible(Object.preventExtensions({}));
@@ -143420,7 +143410,7 @@ var iterator$1 = _wksExt.f("iterator"), iterator = { default: iterator$1, __esMo
143420
143410
  fastKey,
143421
143411
  getWeak,
143422
143412
  onFreeze
143423
- }, _metaExports = _meta.exports, core = _coreExports, wksExt$1 = _wksExt, defineProperty$1 = require_objectDp().f, _wksDefine = function(a) {
143413
+ }, _metaExports = _meta.exports, core = _coreExports, wksExt$1 = _wksExt, defineProperty$1 = _objectDp.f, _wksDefine = function(a) {
143424
143414
  var s = core.Symbol || (core.Symbol = {});
143425
143415
  a.charAt(0) != "_" && !(a in s) && defineProperty$1(s, a, { value: wksExt$1.f(a) });
143426
143416
  }, getKeys$1 = require_objectKeys(), gOPS = require_objectGops(), pIE$1 = require_objectPie(), _enumKeys = function(a) {
@@ -143445,7 +143435,7 @@ var toIObject$2 = _toIobject, gOPN$1 = _objectGopn.f, toString$1 = {}.toString,
143445
143435
  _objectGopnExt.f = function a(s) {
143446
143436
  return windowNames && toString$1.call(s) == "[object Window]" ? getWindowNames(s) : gOPN$1(toIObject$2(s));
143447
143437
  };
143448
- 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;
143438
+ 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;
143449
143439
  _objectGopd.f = require_descriptors() ? gOPD$1 : function a(s, $) {
143450
143440
  if (s = toIObject$1(s), $ = toPrimitive$2($, !0), IE8_DOM_DEFINE)
143451
143441
  try {
@@ -143455,7 +143445,7 @@ _objectGopd.f = require_descriptors() ? gOPD$1 : function a(s, $) {
143455
143445
  if (has$1(s, $))
143456
143446
  return createDesc$1(!pIE.f.call(s, $), s[$]);
143457
143447
  };
143458
- 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() {
143448
+ 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() {
143459
143449
  return _create$1(dP({}, "a", {
143460
143450
  get: function() {
143461
143451
  return dP(this, "a", { value: 7 }).a;
@@ -152022,7 +152012,7 @@ Check this document: https://pdfme.com/docs/custom-schemas`);
152022
152012
  validator: ut,
152023
152013
  message: ot("validation.uniqueName")
152024
152014
  }],
152025
- props: { autoComplete: "off" }
152015
+ props: { autocomplete: "off" }
152026
152016
  },
152027
152017
  required: { title: ot("required"), type: "boolean", span: 8, hidden: pt == null ? void 0 : pt.readOnly },
152028
152018
  "-": { type: "void", widget: "Divider" },