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