@regulaforensics/vp-frontend-document-components 9.3.2738-nightly → 9.3.2740-rc
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/main.iife.js +2 -2
- package/dist/main.js +184 -184
- package/package.json +2 -2
package/dist/main.js
CHANGED
|
@@ -7064,7 +7064,7 @@ function Jg(e, t) {
|
|
|
7064
7064
|
function yh(e, t) {
|
|
7065
7065
|
return e.replace(new RegExp("(^|\\s)" + t + "(?:\\s|$)", "g"), "$1").replace(/\s+/g, " ").replace(/^\s*|\s*$/g, "");
|
|
7066
7066
|
}
|
|
7067
|
-
function
|
|
7067
|
+
function eA(e, t) {
|
|
7068
7068
|
e.classList ? e.classList.remove(t) : typeof e.className == "string" ? e.className = yh(e.className, t) : e.setAttribute("class", yh(e.className && e.className.baseVal || "", t));
|
|
7069
7069
|
}
|
|
7070
7070
|
const bh = {
|
|
@@ -7223,13 +7223,13 @@ an.EXITED = Cn;
|
|
|
7223
7223
|
an.ENTERING = dr;
|
|
7224
7224
|
an.ENTERED = Hr;
|
|
7225
7225
|
an.EXITING = Fa;
|
|
7226
|
-
var
|
|
7226
|
+
var tA = function(t, r) {
|
|
7227
7227
|
return t && r && r.split(" ").forEach(function(n) {
|
|
7228
7228
|
return Jg(t, n);
|
|
7229
7229
|
});
|
|
7230
7230
|
}, ol = function(t, r) {
|
|
7231
7231
|
return t && r && r.split(" ").forEach(function(n) {
|
|
7232
|
-
return
|
|
7232
|
+
return eA(t, n);
|
|
7233
7233
|
});
|
|
7234
7234
|
}, Wi = /* @__PURE__ */ (function(e) {
|
|
7235
7235
|
w1(t, e);
|
|
@@ -7272,7 +7272,7 @@ var t8 = function(t, r) {
|
|
|
7272
7272
|
var r = t.prototype;
|
|
7273
7273
|
return r.addClass = function(a, i, o) {
|
|
7274
7274
|
var s = this.getClassNames(i)[o + "ClassName"], l = this.getClassNames("enter"), c = l.doneClassName;
|
|
7275
|
-
i === "appear" && o === "done" && c && (s += " " + c), o === "active" && a && bC(a), s && (this.appliedClasses[i][o] = s,
|
|
7275
|
+
i === "appear" && o === "done" && c && (s += " " + c), o === "active" && a && bC(a), s && (this.appliedClasses[i][o] = s, tA(a, s));
|
|
7276
7276
|
}, r.removeClasses = function(a, i) {
|
|
7277
7277
|
var o = this.appliedClasses[i], s = o.base, l = o.active, c = o.done;
|
|
7278
7278
|
this.appliedClasses[i] = {}, s && ol(a, s), l && ol(a, l), c && ol(a, c);
|
|
@@ -7295,7 +7295,7 @@ Wi.defaultProps = {
|
|
|
7295
7295
|
};
|
|
7296
7296
|
Wi.propTypes = {};
|
|
7297
7297
|
var vi, Di;
|
|
7298
|
-
function
|
|
7298
|
+
function rA(e, t) {
|
|
7299
7299
|
return !(e === t || Pe.isValidElement(e) && Pe.isValidElement(t) && e.key != null && e.key === t.key);
|
|
7300
7300
|
}
|
|
7301
7301
|
var na = {
|
|
@@ -7306,7 +7306,7 @@ var na = {
|
|
|
7306
7306
|
var a;
|
|
7307
7307
|
t.props[r] && (a = t.props)[r].apply(a, arguments), n();
|
|
7308
7308
|
};
|
|
7309
|
-
},
|
|
7309
|
+
}, nA = (vi = {}, vi[na.out] = function(e) {
|
|
7310
7310
|
var t = e.current, r = e.changeState;
|
|
7311
7311
|
return Pe.cloneElement(t, {
|
|
7312
7312
|
in: !1,
|
|
@@ -7322,7 +7322,7 @@ var na = {
|
|
|
7322
7322
|
r(dr);
|
|
7323
7323
|
})
|
|
7324
7324
|
})];
|
|
7325
|
-
}, vi),
|
|
7325
|
+
}, vi), aA = (Di = {}, Di[na.out] = function(e) {
|
|
7326
7326
|
var t = e.children, r = e.changeState;
|
|
7327
7327
|
return Pe.cloneElement(t, {
|
|
7328
7328
|
in: !0,
|
|
@@ -7367,7 +7367,7 @@ var na = {
|
|
|
7367
7367
|
current: null
|
|
7368
7368
|
} : i.status === dr && a.mode === na.in ? {
|
|
7369
7369
|
status: dr
|
|
7370
|
-
} : i.current &&
|
|
7370
|
+
} : i.current && rA(i.current, a.children) ? {
|
|
7371
7371
|
status: Fa
|
|
7372
7372
|
} : {
|
|
7373
7373
|
current: Pe.cloneElement(a.children, {
|
|
@@ -7383,10 +7383,10 @@ var na = {
|
|
|
7383
7383
|
}, d;
|
|
7384
7384
|
switch (l) {
|
|
7385
7385
|
case dr:
|
|
7386
|
-
d =
|
|
7386
|
+
d = aA[o](u);
|
|
7387
7387
|
break;
|
|
7388
7388
|
case Fa:
|
|
7389
|
-
d =
|
|
7389
|
+
d = nA[o](u);
|
|
7390
7390
|
break;
|
|
7391
7391
|
case Hr:
|
|
7392
7392
|
d = c;
|
|
@@ -7402,29 +7402,29 @@ V1.propTypes = {};
|
|
|
7402
7402
|
V1.defaultProps = {
|
|
7403
7403
|
mode: na.out
|
|
7404
7404
|
};
|
|
7405
|
-
const
|
|
7405
|
+
const iA = "_message_1r2jg_10", oA = "_icon_1r2jg_42", sA = "_title_1r2jg_105", cA = "_copyright_1r2jg_112", Ft = {
|
|
7406
7406
|
"hint-container": "_hint-container_1r2jg_1",
|
|
7407
7407
|
"tips-frameless": "_tips-frameless_1r2jg_10",
|
|
7408
|
-
message:
|
|
7408
|
+
message: iA,
|
|
7409
7409
|
"fade-enter": "_fade-enter_1r2jg_14",
|
|
7410
7410
|
"fade-enter-active": "_fade-enter-active_1r2jg_18",
|
|
7411
7411
|
"fade-exit": "_fade-exit_1r2jg_23",
|
|
7412
7412
|
"fade-exit-active": "_fade-exit-active_1r2jg_27",
|
|
7413
7413
|
"message-container": "_message-container_1r2jg_32",
|
|
7414
|
-
icon:
|
|
7414
|
+
icon: oA,
|
|
7415
7415
|
"processing-error-icon": "_processing-error-icon_1r2jg_58",
|
|
7416
7416
|
"search-icon": "_search-icon_1r2jg_64",
|
|
7417
7417
|
"square-icon": "_square-icon_1r2jg_70",
|
|
7418
7418
|
"message-background": "_message-background_1r2jg_86",
|
|
7419
|
-
title:
|
|
7420
|
-
copyright:
|
|
7419
|
+
title: sA,
|
|
7420
|
+
copyright: cA
|
|
7421
7421
|
};
|
|
7422
|
-
var ya = { exports: {} },
|
|
7423
|
-
function
|
|
7422
|
+
var ya = { exports: {} }, lA = ya.exports, Nh;
|
|
7423
|
+
function uA() {
|
|
7424
7424
|
return Nh || (Nh = 1, (function(e, t) {
|
|
7425
7425
|
(function(r, n) {
|
|
7426
7426
|
n(t, mC);
|
|
7427
|
-
})(
|
|
7427
|
+
})(lA, function(r, n) {
|
|
7428
7428
|
var a = "default" in n ? n.default : n;
|
|
7429
7429
|
function i(p) {
|
|
7430
7430
|
return (i = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(h) {
|
|
@@ -7486,10 +7486,10 @@ function u8() {
|
|
|
7486
7486
|
});
|
|
7487
7487
|
})(ya, ya.exports)), ya.exports;
|
|
7488
7488
|
}
|
|
7489
|
-
var on =
|
|
7490
|
-
const
|
|
7491
|
-
copyright:
|
|
7492
|
-
},
|
|
7489
|
+
var on = uA();
|
|
7490
|
+
const fA = "_copyright_7zsy1_1", dA = {
|
|
7491
|
+
copyright: fA
|
|
7492
|
+
}, _A = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='33'%20height='11'%20viewBox='0%200%2033%2011'%20fill='none'%3e%3cpath%20d='M4.98344%205.36204C5.67499%204.93985%206.16388%204.1039%206.16388%203.18439C6.16388%201.43957%204.78591%200.299805%203.05391%200.299805C1.3219%200.299805%200%201.43993%200%203.40978V4.88744H1.26767V3.40942C1.26767%202.22751%202.0699%201.566%203.055%201.566C4.04011%201.566%204.74339%202.24143%204.74339%203.18439C4.74339%204.12736%203.98367%204.88708%202.99857%204.88708H1.26767V8.09564H2.53423V6.01291H3.02679C4.26513%206.01291%205.08129%206.9698%205.10951%208.09564H6.43215C6.40869%206.98153%205.87546%205.85716%204.98454%205.36204'%20fill='%23BD7DFF'/%3e%3cpath%20d='M31.8037%202.5231V3.32533C31.4658%202.81885%2030.8747%202.48242%2030.0307%202.48242C28.4827%202.48242%2027.3286%203.72077%2027.3286%205.31094C27.3286%206.88682%2028.4827%208.13946%2030.0307%208.13946C30.8326%208.13946%2031.4098%207.81585%2031.8037%207.3233V8.09731H32.9999V2.5231H31.8037ZM30.1714%206.92787C29.2706%206.92787%2028.6234%206.22422%2028.6234%205.30947C28.6234%204.39473%2029.2706%203.69108%2030.1714%203.69108C31.0722%203.69108%2031.7334%204.39473%2031.7334%205.30947C31.7334%206.22422%2031.0737%206.92787%2030.1714%206.92787Z'%20fill='%23BD7DFF'/%3e%3cpath%20d='M23.2758%205.40839C23.2758%206.50601%2022.7129%206.91427%2021.9953%206.91427C21.2777%206.91427%2020.7148%206.50601%2020.7148%205.40839V2.52344H19.4482V5.35196C19.4482%207.20966%2020.4051%208.13723%2021.9953%208.13723C23.5855%208.13723%2024.5424%207.20856%2024.5424%205.35196V2.52344H23.2758V5.40839Z'%20fill='%23BD7DFF'/%3e%3cpath%20d='M9.55541%202.48047C7.99309%202.48047%206.78296%203.76096%206.78296%205.32328C6.78296%206.8856%207.99235%208.13751%209.59755%208.13751C10.5684%208.13751%2011.272%207.79997%2011.8492%207.19491L11.1595%206.37875C10.7795%206.71628%2010.3012%206.9556%209.62577%206.9556C8.95034%206.9556%208.31706%206.6177%208.12099%205.88583H12.2853C12.3358%205.66432%2012.3594%205.43755%2012.3557%205.2104C12.3557%203.63452%2011.1174%202.48047%209.55541%202.48047ZM8.04953%204.8868C8.21847%204.15383%208.83746%203.66274%209.6254%203.66274C10.4133%203.66274%2010.948%204.14101%2011.1031%204.8868H8.04953Z'%20fill='%23BD7DFF'/%3e%3cpath%20d='M26.6533%200.356445H25.3867V8.09621H26.6533V0.356445Z'%20fill='%23BD7DFF'/%3e%3cpath%20d='M17.4077%203.32533C17.1263%202.84671%2016.4791%202.48242%2015.6347%202.48242C14.157%202.48242%2012.9326%203.72077%2012.9326%205.31094C12.9326%206.88682%2014.157%208.09621%2015.6347%208.09621C16.4369%208.09621%2016.9434%207.8569%2017.3374%207.36325V7.87009C17.3374%208.96771%2016.5634%209.36168%2015.8176%209.36168C15.0718%209.36168%2014.4806%208.9952%2014.3681%208.1937H13.1298C13.1862%209.601%2014.3117%2010.5025%2015.8176%2010.5025C17.3235%2010.5025%2018.6028%209.64424%2018.6028%207.78654V2.5231H17.4077V3.32533ZM15.7754%206.88572C14.8746%206.88572%2014.2274%206.22422%2014.2274%205.30984C14.2274%204.39547%2014.8746%203.69145%2015.7754%203.69145C16.6762%203.69145%2017.3374%204.3951%2017.3374%205.30984C17.3374%206.22458%2016.6759%206.88572%2015.7754%206.88572Z'%20fill='%23BD7DFF'/%3e%3c/svg%3e", k1 = kn(function(t, r) {
|
|
7493
7493
|
let {
|
|
7494
7494
|
className: n
|
|
7495
7495
|
} = t;
|
|
@@ -7499,12 +7499,12 @@ const f8 = "_copyright_7zsy1_1", d8 = {
|
|
|
7499
7499
|
return a ? M("div", {
|
|
7500
7500
|
ref: r,
|
|
7501
7501
|
part: "container-copyright",
|
|
7502
|
-
className: "".concat(
|
|
7502
|
+
className: "".concat(dA.copyright, " ").concat(n != null ? n : ""),
|
|
7503
7503
|
children: [M("span", {
|
|
7504
7504
|
"data-e2e": "powered-by",
|
|
7505
7505
|
children: "Powered by"
|
|
7506
7506
|
}), M("img", {
|
|
7507
|
-
src:
|
|
7507
|
+
src: _A,
|
|
7508
7508
|
alt: "Regula"
|
|
7509
7509
|
})]
|
|
7510
7510
|
}) : null;
|
|
@@ -7541,7 +7541,7 @@ function vu(e) {
|
|
|
7541
7541
|
return "id-front-icon";
|
|
7542
7542
|
}
|
|
7543
7543
|
}
|
|
7544
|
-
function
|
|
7544
|
+
function pA(e) {
|
|
7545
7545
|
switch (e) {
|
|
7546
7546
|
case Aa.Horizontal:
|
|
7547
7547
|
return "horizontal";
|
|
@@ -7555,8 +7555,8 @@ function p8(e) {
|
|
|
7555
7555
|
return "";
|
|
7556
7556
|
}
|
|
7557
7557
|
}
|
|
7558
|
-
const
|
|
7559
|
-
announcer:
|
|
7558
|
+
const hA = "_announcer_1qj2e_1", mA = {
|
|
7559
|
+
announcer: hA
|
|
7560
7560
|
};
|
|
7561
7561
|
function Ua(e) {
|
|
7562
7562
|
let {
|
|
@@ -7576,12 +7576,12 @@ function Ua(e) {
|
|
|
7576
7576
|
}, [t, r]), M("div", {
|
|
7577
7577
|
role: "status",
|
|
7578
7578
|
"aria-live": "assertive",
|
|
7579
|
-
className:
|
|
7579
|
+
className: mA.announcer,
|
|
7580
7580
|
children: n
|
|
7581
7581
|
});
|
|
7582
7582
|
}
|
|
7583
7583
|
var sl, Lh;
|
|
7584
|
-
function
|
|
7584
|
+
function EA() {
|
|
7585
7585
|
if (Lh) return sl;
|
|
7586
7586
|
Lh = 1;
|
|
7587
7587
|
function e(t) {
|
|
@@ -7590,14 +7590,14 @@ function E8() {
|
|
|
7590
7590
|
return sl = e, sl;
|
|
7591
7591
|
}
|
|
7592
7592
|
var cl, Mh;
|
|
7593
|
-
function
|
|
7594
|
-
return Mh || (Mh = 1, cl =
|
|
7595
|
-
}
|
|
7596
|
-
var
|
|
7597
|
-
const aa = /* @__PURE__ */ Ga(
|
|
7598
|
-
tilt:
|
|
7599
|
-
vertical:
|
|
7600
|
-
horizontal:
|
|
7593
|
+
function IA() {
|
|
7594
|
+
return Mh || (Mh = 1, cl = EA()), cl;
|
|
7595
|
+
}
|
|
7596
|
+
var CA = IA();
|
|
7597
|
+
const aa = /* @__PURE__ */ Ga(CA), SA = "_tilt_5ot88_1", vA = "_vertical_5ot88_19", DA = "_horizontal_5ot88_23", ll = {
|
|
7598
|
+
tilt: SA,
|
|
7599
|
+
vertical: vA,
|
|
7600
|
+
horizontal: DA,
|
|
7601
7601
|
"left-bottom-right-top": "_left-bottom-right-top_5ot88_27",
|
|
7602
7602
|
"right-bottom-left-top": "_right-bottom-left-top_5ot88_31",
|
|
7603
7603
|
"id-front-icon": "_id-front-icon_5ot88_35",
|
|
@@ -7612,7 +7612,7 @@ const aa = /* @__PURE__ */ Ga(C8), S8 = "_tilt_5ot88_1", v8 = "_vertical_5ot88_1
|
|
|
7612
7612
|
"bank-card-back-icon": "_bank-card-back-icon_5ot88_71",
|
|
7613
7613
|
"document-front-icon": "_document-front-icon_5ot88_75",
|
|
7614
7614
|
"document-back-icon": "_document-back-icon_5ot88_79"
|
|
7615
|
-
},
|
|
7615
|
+
}, RA = kn(function(t, r) {
|
|
7616
7616
|
var n, a;
|
|
7617
7617
|
let {
|
|
7618
7618
|
animation: i
|
|
@@ -7623,18 +7623,18 @@ const aa = /* @__PURE__ */ Ga(C8), S8 = "_tilt_5ot88_1", v8 = "_vertical_5ot88_1
|
|
|
7623
7623
|
text: "Tilt the document"
|
|
7624
7624
|
}), M("div", {
|
|
7625
7625
|
part: "hint-holo-".concat(o),
|
|
7626
|
-
className: "".concat(ll.tilt, " ").concat(ll[
|
|
7626
|
+
className: "".concat(ll.tilt, " ").concat(ll[pA(i.tiltType)], " ").concat((a = ll[o]) !== null && a !== void 0 ? a : ""),
|
|
7627
7627
|
ref: r,
|
|
7628
7628
|
role: "img",
|
|
7629
7629
|
"aria-label": "Document tilt animation"
|
|
7630
7630
|
})]
|
|
7631
7631
|
});
|
|
7632
|
-
}),
|
|
7633
|
-
flip:
|
|
7632
|
+
}), gA = "_flip_1nryz_1", AA = "_front_1nryz_10", TA = "_back_1nryz_11", OA = "_slide_1nryz_22", cn = {
|
|
7633
|
+
flip: gA,
|
|
7634
7634
|
"one-side": "_one-side_1nryz_2",
|
|
7635
|
-
front:
|
|
7636
|
-
back:
|
|
7637
|
-
slide:
|
|
7635
|
+
front: AA,
|
|
7636
|
+
back: TA,
|
|
7637
|
+
slide: OA,
|
|
7638
7638
|
"flip-front": "_flip-front_1nryz_1",
|
|
7639
7639
|
"flip-back": "_flip-back_1nryz_1",
|
|
7640
7640
|
"id-front-icon": "_id-front-icon_1nryz_51",
|
|
@@ -7649,7 +7649,7 @@ const aa = /* @__PURE__ */ Ga(C8), S8 = "_tilt_5ot88_1", v8 = "_vertical_5ot88_1
|
|
|
7649
7649
|
"bank-card-back-icon": "_bank-card-back-icon_1nryz_87",
|
|
7650
7650
|
"document-front-icon": "_document-front-icon_1nryz_91",
|
|
7651
7651
|
"document-back-icon": "_document-back-icon_1nryz_95"
|
|
7652
|
-
},
|
|
7652
|
+
}, yA = kn(function(t, r) {
|
|
7653
7653
|
var n, a, i, o, s;
|
|
7654
7654
|
let {
|
|
7655
7655
|
animation: l
|
|
@@ -7703,10 +7703,10 @@ const aa = /* @__PURE__ */ Ga(C8), S8 = "_tilt_5ot88_1", v8 = "_vertical_5ot88_1
|
|
|
7703
7703
|
n && i(n.type);
|
|
7704
7704
|
}, [n]);
|
|
7705
7705
|
const o = (n == null ? void 0 : n.type) || a;
|
|
7706
|
-
return o === vn.Tilt && (n == null ? void 0 : n.type) === vn.Tilt ? M(
|
|
7706
|
+
return o === vn.Tilt && (n == null ? void 0 : n.type) === vn.Tilt ? M(RA, {
|
|
7707
7707
|
animation: n,
|
|
7708
7708
|
ref: r
|
|
7709
|
-
}) : o === vn.Flip && (n == null ? void 0 : n.type) === vn.Flip ? M(
|
|
7709
|
+
}) : o === vn.Flip && (n == null ? void 0 : n.type) === vn.Flip ? M(yA, {
|
|
7710
7710
|
animation: n,
|
|
7711
7711
|
ref: r
|
|
7712
7712
|
}) : null;
|
|
@@ -7725,21 +7725,21 @@ function Ri(e) {
|
|
|
7725
7725
|
for (var t = 1; t < arguments.length; t++) {
|
|
7726
7726
|
var r = arguments[t] != null ? arguments[t] : {};
|
|
7727
7727
|
t % 2 ? wh(Object(r), !0).forEach(function(n) {
|
|
7728
|
-
|
|
7728
|
+
bA(e, n, r[n]);
|
|
7729
7729
|
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(r)) : wh(Object(r)).forEach(function(n) {
|
|
7730
7730
|
Object.defineProperty(e, n, Object.getOwnPropertyDescriptor(r, n));
|
|
7731
7731
|
});
|
|
7732
7732
|
}
|
|
7733
7733
|
return e;
|
|
7734
7734
|
}
|
|
7735
|
-
function
|
|
7736
|
-
return (t =
|
|
7735
|
+
function bA(e, t, r) {
|
|
7736
|
+
return (t = NA(t)) in e ? Object.defineProperty(e, t, { value: r, enumerable: !0, configurable: !0, writable: !0 }) : e[t] = r, e;
|
|
7737
7737
|
}
|
|
7738
|
-
function
|
|
7739
|
-
var t =
|
|
7738
|
+
function NA(e) {
|
|
7739
|
+
var t = LA(e, "string");
|
|
7740
7740
|
return typeof t == "symbol" ? t : t + "";
|
|
7741
7741
|
}
|
|
7742
|
-
function
|
|
7742
|
+
function LA(e, t) {
|
|
7743
7743
|
if (typeof e != "object" || !e) return e;
|
|
7744
7744
|
var r = e[Symbol.toPrimitive];
|
|
7745
7745
|
if (r !== void 0) {
|
|
@@ -7749,7 +7749,7 @@ function L8(e, t) {
|
|
|
7749
7749
|
}
|
|
7750
7750
|
return (t === "string" ? String : Number)(e);
|
|
7751
7751
|
}
|
|
7752
|
-
function
|
|
7752
|
+
function MA(e) {
|
|
7753
7753
|
var t;
|
|
7754
7754
|
let {
|
|
7755
7755
|
layoutParams: r,
|
|
@@ -7879,7 +7879,7 @@ function M8(e) {
|
|
|
7879
7879
|
})
|
|
7880
7880
|
});
|
|
7881
7881
|
}
|
|
7882
|
-
const
|
|
7882
|
+
const PA = "_visible_1vb7o_338", Lt = {
|
|
7883
7883
|
"top-functional-buttons": "_top-functional-buttons_1vb7o_1",
|
|
7884
7884
|
"bottom-functional-buttons": "_bottom-functional-buttons_1vb7o_2",
|
|
7885
7885
|
"left-functional-buttons": "_left-functional-buttons_1vb7o_3",
|
|
@@ -7893,9 +7893,9 @@ const P8 = "_visible_1vb7o_338", Lt = {
|
|
|
7893
7893
|
"process-close-button": "_process-close-button_1vb7o_194",
|
|
7894
7894
|
"mirror-back-button": "_mirror-back-button_1vb7o_256",
|
|
7895
7895
|
"mirror-front-button": "_mirror-front-button_1vb7o_262",
|
|
7896
|
-
visible:
|
|
7896
|
+
visible: PA
|
|
7897
7897
|
};
|
|
7898
|
-
function
|
|
7898
|
+
function wA(e) {
|
|
7899
7899
|
var t;
|
|
7900
7900
|
let {
|
|
7901
7901
|
mirroring: r,
|
|
@@ -8014,10 +8014,10 @@ function w8(e) {
|
|
|
8014
8014
|
})]
|
|
8015
8015
|
});
|
|
8016
8016
|
}
|
|
8017
|
-
const
|
|
8018
|
-
spinner:
|
|
8017
|
+
const HA = "_spinner_1vpw0_1", VA = "_message_1vpw0_51", ul = {
|
|
8018
|
+
spinner: HA,
|
|
8019
8019
|
"process-message": "_process-message_1vpw0_41",
|
|
8020
|
-
message:
|
|
8020
|
+
message: VA
|
|
8021
8021
|
};
|
|
8022
8022
|
function ti(e) {
|
|
8023
8023
|
let {
|
|
@@ -8048,12 +8048,12 @@ function ti(e) {
|
|
|
8048
8048
|
})]
|
|
8049
8049
|
});
|
|
8050
8050
|
}
|
|
8051
|
-
const
|
|
8052
|
-
window:
|
|
8053
|
-
header:
|
|
8054
|
-
footer:
|
|
8051
|
+
const kA = "_window_1cu1m_14", FA = "_header_1cu1m_36", UA = "_footer_1cu1m_57", BA = "_center_1cu1m_78", va = {
|
|
8052
|
+
window: kA,
|
|
8053
|
+
header: FA,
|
|
8054
|
+
footer: UA,
|
|
8055
8055
|
"close-button": "_close-button_1cu1m_63",
|
|
8056
|
-
center:
|
|
8056
|
+
center: BA
|
|
8057
8057
|
};
|
|
8058
8058
|
function F1(e) {
|
|
8059
8059
|
let {
|
|
@@ -8088,11 +8088,11 @@ function F1(e) {
|
|
|
8088
8088
|
})]
|
|
8089
8089
|
});
|
|
8090
8090
|
}
|
|
8091
|
-
const
|
|
8092
|
-
container:
|
|
8093
|
-
layout: $
|
|
8094
|
-
loader:
|
|
8095
|
-
copyright:
|
|
8091
|
+
const xA = "_container_1fvj1_1", $A = "_layout_1fvj1_2", GA = "_loader_1fvj1_20", ZA = "_copyright_1fvj1_27", gi = {
|
|
8092
|
+
container: xA,
|
|
8093
|
+
layout: $A,
|
|
8094
|
+
loader: GA,
|
|
8095
|
+
copyright: ZA
|
|
8096
8096
|
};
|
|
8097
8097
|
function NC(e) {
|
|
8098
8098
|
let {
|
|
@@ -8192,7 +8192,7 @@ function NC(e) {
|
|
|
8192
8192
|
layoutParams: q,
|
|
8193
8193
|
maskParams: w,
|
|
8194
8194
|
isDocumentAvailable: j
|
|
8195
|
-
}), M(
|
|
8195
|
+
}), M(MA, {
|
|
8196
8196
|
layoutParams: q,
|
|
8197
8197
|
title: ue,
|
|
8198
8198
|
icon: re,
|
|
@@ -8201,7 +8201,7 @@ function NC(e) {
|
|
|
8201
8201
|
controlsSizes: $,
|
|
8202
8202
|
isLandscape: J,
|
|
8203
8203
|
animation: m
|
|
8204
|
-
}), M(
|
|
8204
|
+
}), M(wA, {
|
|
8205
8205
|
mirroring: a,
|
|
8206
8206
|
captureButton: h,
|
|
8207
8207
|
facing: s.camera.facing,
|
|
@@ -8234,7 +8234,7 @@ function LC() {
|
|
|
8234
8234
|
\v\f\r \u2028\u2029\uFEFF`), fl;
|
|
8235
8235
|
}
|
|
8236
8236
|
var dl, kh;
|
|
8237
|
-
function
|
|
8237
|
+
function jA() {
|
|
8238
8238
|
if (kh) return dl;
|
|
8239
8239
|
kh = 1;
|
|
8240
8240
|
var e = We(), t = sa(), r = Ir(), n = LC(), a = e("".replace), i = RegExp("^[" + n + "]+"), o = RegExp("(^|[^" + n + "])[" + n + "]+$"), s = function(l) {
|
|
@@ -8256,7 +8256,7 @@ function j8() {
|
|
|
8256
8256
|
}, dl;
|
|
8257
8257
|
}
|
|
8258
8258
|
var _l, Fh;
|
|
8259
|
-
function
|
|
8259
|
+
function qA() {
|
|
8260
8260
|
if (Fh) return _l;
|
|
8261
8261
|
Fh = 1;
|
|
8262
8262
|
var e = co().PROPER, t = Ye(), r = LC(), n = "
";
|
|
@@ -8267,19 +8267,19 @@ function q8() {
|
|
|
8267
8267
|
}, _l;
|
|
8268
8268
|
}
|
|
8269
8269
|
var Uh;
|
|
8270
|
-
function
|
|
8270
|
+
function zA() {
|
|
8271
8271
|
if (Uh) return Hh;
|
|
8272
8272
|
Uh = 1;
|
|
8273
|
-
var e = ht(), t =
|
|
8273
|
+
var e = ht(), t = jA().trim, r = qA();
|
|
8274
8274
|
return e({ target: "String", proto: !0, forced: r("trim") }, {
|
|
8275
8275
|
trim: function() {
|
|
8276
8276
|
return t(this);
|
|
8277
8277
|
}
|
|
8278
8278
|
}), Hh;
|
|
8279
8279
|
}
|
|
8280
|
-
|
|
8280
|
+
zA();
|
|
8281
8281
|
var Bh = {}, xh;
|
|
8282
|
-
function
|
|
8282
|
+
function YA() {
|
|
8283
8283
|
if (xh) return Bh;
|
|
8284
8284
|
xh = 1;
|
|
8285
8285
|
var e = ht(), t = ot(), r = Xa(), n = Xt(), a = Tt(), i = Pn(), o = Lr(), s = wn(), l = s("find", TypeError);
|
|
@@ -8299,8 +8299,8 @@ function Y8() {
|
|
|
8299
8299
|
}
|
|
8300
8300
|
}), Bh;
|
|
8301
8301
|
}
|
|
8302
|
-
|
|
8303
|
-
function
|
|
8302
|
+
YA();
|
|
8303
|
+
function KA(e) {
|
|
8304
8304
|
let {
|
|
8305
8305
|
videoSize: t,
|
|
8306
8306
|
mirroring: r,
|
|
@@ -8327,7 +8327,7 @@ function K8(e) {
|
|
|
8327
8327
|
top: Math.round(E)
|
|
8328
8328
|
};
|
|
8329
8329
|
}
|
|
8330
|
-
function
|
|
8330
|
+
function WA(e) {
|
|
8331
8331
|
let {
|
|
8332
8332
|
videoSize: t,
|
|
8333
8333
|
mirroring: r,
|
|
@@ -8356,7 +8356,7 @@ function W8(e) {
|
|
|
8356
8356
|
height: T,
|
|
8357
8357
|
top: b,
|
|
8358
8358
|
left: w
|
|
8359
|
-
} =
|
|
8359
|
+
} = KA({
|
|
8360
8360
|
videoSize: t,
|
|
8361
8361
|
mirroring: r,
|
|
8362
8362
|
controlsWidth: n,
|
|
@@ -8376,13 +8376,13 @@ function W8(e) {
|
|
|
8376
8376
|
}, [d, a, t, i, r, n, o, s, l, c, u, _]), f;
|
|
8377
8377
|
}
|
|
8378
8378
|
function $h(e, t, r) {
|
|
8379
|
-
return (t =
|
|
8379
|
+
return (t = XA(t)) in e ? Object.defineProperty(e, t, { value: r, enumerable: !0, configurable: !0, writable: !0 }) : e[t] = r, e;
|
|
8380
8380
|
}
|
|
8381
|
-
function
|
|
8382
|
-
var t =
|
|
8381
|
+
function XA(e) {
|
|
8382
|
+
var t = QA(e, "string");
|
|
8383
8383
|
return typeof t == "symbol" ? t : t + "";
|
|
8384
8384
|
}
|
|
8385
|
-
function
|
|
8385
|
+
function QA(e, t) {
|
|
8386
8386
|
if (typeof e != "object" || !e) return e;
|
|
8387
8387
|
var r = e[Symbol.toPrimitive];
|
|
8388
8388
|
if (r !== void 0) {
|
|
@@ -8403,24 +8403,24 @@ function MC(e, t) {
|
|
|
8403
8403
|
return e.apply(t, arguments);
|
|
8404
8404
|
};
|
|
8405
8405
|
}
|
|
8406
|
-
const { toString:
|
|
8407
|
-
const r =
|
|
8406
|
+
const { toString: JA } = Object.prototype, { getPrototypeOf: U1 } = Object, { iterator: So, toStringTag: PC } = Symbol, vo = /* @__PURE__ */ ((e) => (t) => {
|
|
8407
|
+
const r = JA.call(t);
|
|
8408
8408
|
return e[r] || (e[r] = r.slice(8, -1).toLowerCase());
|
|
8409
8409
|
})(/* @__PURE__ */ Object.create(null)), Mr = (e) => (e = e.toLowerCase(), (t) => vo(t) === e), Do = (e) => (t) => typeof t === e, { isArray: da } = Array, ia = Do("undefined");
|
|
8410
8410
|
function ri(e) {
|
|
8411
8411
|
return e !== null && !ia(e) && e.constructor !== null && !ia(e.constructor) && Kt(e.constructor.isBuffer) && e.constructor.isBuffer(e);
|
|
8412
8412
|
}
|
|
8413
8413
|
const wC = Mr("ArrayBuffer");
|
|
8414
|
-
function
|
|
8414
|
+
function e8(e) {
|
|
8415
8415
|
let t;
|
|
8416
8416
|
return typeof ArrayBuffer < "u" && ArrayBuffer.isView ? t = ArrayBuffer.isView(e) : t = e && e.buffer && wC(e.buffer), t;
|
|
8417
8417
|
}
|
|
8418
|
-
const
|
|
8418
|
+
const t8 = Do("string"), Kt = Do("function"), HC = Do("number"), ni = (e) => e !== null && typeof e == "object", r8 = (e) => e === !0 || e === !1, ki = (e) => {
|
|
8419
8419
|
if (vo(e) !== "object")
|
|
8420
8420
|
return !1;
|
|
8421
8421
|
const t = U1(e);
|
|
8422
8422
|
return (t === null || t === Object.prototype || Object.getPrototypeOf(t) === null) && !(PC in e) && !(So in e);
|
|
8423
|
-
},
|
|
8423
|
+
}, n8 = (e) => {
|
|
8424
8424
|
if (!ni(e) || ri(e))
|
|
8425
8425
|
return !1;
|
|
8426
8426
|
try {
|
|
@@ -8428,16 +8428,16 @@ const tA = Do("string"), Kt = Do("function"), HC = Do("number"), ni = (e) => e !
|
|
|
8428
8428
|
} catch (t) {
|
|
8429
8429
|
return !1;
|
|
8430
8430
|
}
|
|
8431
|
-
},
|
|
8431
|
+
}, a8 = Mr("Date"), i8 = Mr("File"), o8 = Mr("Blob"), s8 = Mr("FileList"), c8 = (e) => ni(e) && Kt(e.pipe), l8 = (e) => {
|
|
8432
8432
|
let t;
|
|
8433
8433
|
return e && (typeof FormData == "function" && e instanceof FormData || Kt(e.append) && ((t = vo(e)) === "formdata" || // detect form-data instance
|
|
8434
8434
|
t === "object" && Kt(e.toString) && e.toString() === "[object FormData]"));
|
|
8435
|
-
},
|
|
8435
|
+
}, u8 = Mr("URLSearchParams"), [f8, d8, _8, p8] = [
|
|
8436
8436
|
"ReadableStream",
|
|
8437
8437
|
"Request",
|
|
8438
8438
|
"Response",
|
|
8439
8439
|
"Headers"
|
|
8440
|
-
].map(Mr),
|
|
8440
|
+
].map(Mr), h8 = (e) => e.trim ? e.trim() : e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, "");
|
|
8441
8441
|
function ai(e, t, { allOwnKeys: r = !1 } = {}) {
|
|
8442
8442
|
if (e === null || typeof e > "u")
|
|
8443
8443
|
return;
|
|
@@ -8477,7 +8477,7 @@ function Du() {
|
|
|
8477
8477
|
arguments[a] && ai(arguments[a], n);
|
|
8478
8478
|
return r;
|
|
8479
8479
|
}
|
|
8480
|
-
const
|
|
8480
|
+
const m8 = (e, t, r, { allOwnKeys: n } = {}) => (ai(
|
|
8481
8481
|
t,
|
|
8482
8482
|
(a, i) => {
|
|
8483
8483
|
r && Kt(a) ? Object.defineProperty(e, i, {
|
|
@@ -8493,7 +8493,7 @@ const mA = (e, t, r, { allOwnKeys: n } = {}) => (ai(
|
|
|
8493
8493
|
});
|
|
8494
8494
|
},
|
|
8495
8495
|
{ allOwnKeys: n }
|
|
8496
|
-
), e),
|
|
8496
|
+
), e), E8 = (e) => (e.charCodeAt(0) === 65279 && (e = e.slice(1)), e), I8 = (e, t, r, n) => {
|
|
8497
8497
|
e.prototype = Object.create(
|
|
8498
8498
|
t.prototype,
|
|
8499
8499
|
n
|
|
@@ -8505,7 +8505,7 @@ const mA = (e, t, r, { allOwnKeys: n } = {}) => (ai(
|
|
|
8505
8505
|
}), Object.defineProperty(e, "super", {
|
|
8506
8506
|
value: t.prototype
|
|
8507
8507
|
}), r && Object.assign(e.prototype, r);
|
|
8508
|
-
},
|
|
8508
|
+
}, C8 = (e, t, r, n) => {
|
|
8509
8509
|
let a, i, o;
|
|
8510
8510
|
const s = {};
|
|
8511
8511
|
if (t = t || {}, e == null) return t;
|
|
@@ -8515,11 +8515,11 @@ const mA = (e, t, r, { allOwnKeys: n } = {}) => (ai(
|
|
|
8515
8515
|
e = r !== !1 && U1(e);
|
|
8516
8516
|
} while (e && (!r || r(e, t)) && e !== Object.prototype);
|
|
8517
8517
|
return t;
|
|
8518
|
-
},
|
|
8518
|
+
}, S8 = (e, t, r) => {
|
|
8519
8519
|
e = String(e), (r === void 0 || r > e.length) && (r = e.length), r -= t.length;
|
|
8520
8520
|
const n = e.indexOf(t, r);
|
|
8521
8521
|
return n !== -1 && n === r;
|
|
8522
|
-
},
|
|
8522
|
+
}, v8 = (e) => {
|
|
8523
8523
|
if (!e) return null;
|
|
8524
8524
|
if (da(e)) return e;
|
|
8525
8525
|
let t = e.length;
|
|
@@ -8528,28 +8528,28 @@ const mA = (e, t, r, { allOwnKeys: n } = {}) => (ai(
|
|
|
8528
8528
|
for (; t-- > 0; )
|
|
8529
8529
|
r[t] = e[t];
|
|
8530
8530
|
return r;
|
|
8531
|
-
},
|
|
8531
|
+
}, D8 = /* @__PURE__ */ ((e) => (t) => e && t instanceof e)(typeof Uint8Array < "u" && U1(Uint8Array)), R8 = (e, t) => {
|
|
8532
8532
|
const r = (e && e[So]).call(e);
|
|
8533
8533
|
let n;
|
|
8534
8534
|
for (; (n = r.next()) && !n.done; ) {
|
|
8535
8535
|
const a = n.value;
|
|
8536
8536
|
t.call(e, a[0], a[1]);
|
|
8537
8537
|
}
|
|
8538
|
-
},
|
|
8538
|
+
}, g8 = (e, t) => {
|
|
8539
8539
|
let r;
|
|
8540
8540
|
const n = [];
|
|
8541
8541
|
for (; (r = e.exec(t)) !== null; )
|
|
8542
8542
|
n.push(r);
|
|
8543
8543
|
return n;
|
|
8544
|
-
},
|
|
8544
|
+
}, A8 = Mr("HTMLFormElement"), T8 = (e) => e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g, function(t, r, n) {
|
|
8545
8545
|
return r.toUpperCase() + n;
|
|
8546
|
-
}), Gh = (({ hasOwnProperty: e }) => (t, r) => e.call(t, r))(Object.prototype),
|
|
8546
|
+
}), Gh = (({ hasOwnProperty: e }) => (t, r) => e.call(t, r))(Object.prototype), O8 = Mr("RegExp"), FC = (e, t) => {
|
|
8547
8547
|
const r = Object.getOwnPropertyDescriptors(e), n = {};
|
|
8548
8548
|
ai(r, (a, i) => {
|
|
8549
8549
|
let o;
|
|
8550
8550
|
(o = t(a, i, e)) !== !1 && (n[i] = o || a);
|
|
8551
8551
|
}), Object.defineProperties(e, n);
|
|
8552
|
-
},
|
|
8552
|
+
}, y8 = (e) => {
|
|
8553
8553
|
FC(e, (t, r) => {
|
|
8554
8554
|
if (Kt(e) && ["arguments", "caller", "callee"].indexOf(r) !== -1)
|
|
8555
8555
|
return !1;
|
|
@@ -8564,19 +8564,19 @@ const mA = (e, t, r, { allOwnKeys: n } = {}) => (ai(
|
|
|
8564
8564
|
});
|
|
8565
8565
|
}
|
|
8566
8566
|
});
|
|
8567
|
-
},
|
|
8567
|
+
}, b8 = (e, t) => {
|
|
8568
8568
|
const r = {}, n = (a) => {
|
|
8569
8569
|
a.forEach((i) => {
|
|
8570
8570
|
r[i] = !0;
|
|
8571
8571
|
});
|
|
8572
8572
|
};
|
|
8573
8573
|
return da(e) ? n(e) : n(String(e).split(t)), r;
|
|
8574
|
-
},
|
|
8575
|
-
},
|
|
8576
|
-
function
|
|
8574
|
+
}, N8 = () => {
|
|
8575
|
+
}, L8 = (e, t) => e != null && Number.isFinite(e = +e) ? e : t;
|
|
8576
|
+
function M8(e) {
|
|
8577
8577
|
return !!(e && Kt(e.append) && e[PC] === "FormData" && e[So]);
|
|
8578
8578
|
}
|
|
8579
|
-
const
|
|
8579
|
+
const P8 = (e) => {
|
|
8580
8580
|
const t = new Array(10), r = (n, a) => {
|
|
8581
8581
|
if (ni(n)) {
|
|
8582
8582
|
if (t.indexOf(n) >= 0)
|
|
@@ -8595,7 +8595,7 @@ const PA = (e) => {
|
|
|
8595
8595
|
return n;
|
|
8596
8596
|
};
|
|
8597
8597
|
return r(e, 0);
|
|
8598
|
-
},
|
|
8598
|
+
}, w8 = Mr("AsyncFunction"), H8 = (e) => e && (ni(e) || Kt(e)) && Kt(e.then) && Kt(e.catch), UC = ((e, t) => e ? setImmediate : t ? ((r, n) => (Dn.addEventListener(
|
|
8599
8599
|
"message",
|
|
8600
8600
|
({ source: a, data: i }) => {
|
|
8601
8601
|
a === Dn && i === r && n.length && n.shift()();
|
|
@@ -8603,65 +8603,65 @@ const PA = (e) => {
|
|
|
8603
8603
|
!1
|
|
8604
8604
|
), (a) => {
|
|
8605
8605
|
n.push(a), Dn.postMessage(r, "*");
|
|
8606
|
-
}))(`axios@${Math.random()}`, []) : (r) => setTimeout(r))(typeof setImmediate == "function", Kt(Dn.postMessage)),
|
|
8606
|
+
}))(`axios@${Math.random()}`, []) : (r) => setTimeout(r))(typeof setImmediate == "function", Kt(Dn.postMessage)), V8 = typeof queueMicrotask < "u" ? queueMicrotask.bind(Dn) : typeof process < "u" && process.nextTick || UC, k8 = (e) => e != null && Kt(e[So]), k = {
|
|
8607
8607
|
isArray: da,
|
|
8608
8608
|
isArrayBuffer: wC,
|
|
8609
8609
|
isBuffer: ri,
|
|
8610
|
-
isFormData:
|
|
8611
|
-
isArrayBufferView:
|
|
8612
|
-
isString:
|
|
8610
|
+
isFormData: l8,
|
|
8611
|
+
isArrayBufferView: e8,
|
|
8612
|
+
isString: t8,
|
|
8613
8613
|
isNumber: HC,
|
|
8614
|
-
isBoolean:
|
|
8614
|
+
isBoolean: r8,
|
|
8615
8615
|
isObject: ni,
|
|
8616
8616
|
isPlainObject: ki,
|
|
8617
|
-
isEmptyObject:
|
|
8618
|
-
isReadableStream:
|
|
8619
|
-
isRequest:
|
|
8620
|
-
isResponse:
|
|
8621
|
-
isHeaders:
|
|
8617
|
+
isEmptyObject: n8,
|
|
8618
|
+
isReadableStream: f8,
|
|
8619
|
+
isRequest: d8,
|
|
8620
|
+
isResponse: _8,
|
|
8621
|
+
isHeaders: p8,
|
|
8622
8622
|
isUndefined: ia,
|
|
8623
|
-
isDate:
|
|
8624
|
-
isFile:
|
|
8625
|
-
isBlob:
|
|
8626
|
-
isRegExp:
|
|
8623
|
+
isDate: a8,
|
|
8624
|
+
isFile: i8,
|
|
8625
|
+
isBlob: o8,
|
|
8626
|
+
isRegExp: O8,
|
|
8627
8627
|
isFunction: Kt,
|
|
8628
|
-
isStream:
|
|
8629
|
-
isURLSearchParams:
|
|
8630
|
-
isTypedArray:
|
|
8631
|
-
isFileList:
|
|
8628
|
+
isStream: c8,
|
|
8629
|
+
isURLSearchParams: u8,
|
|
8630
|
+
isTypedArray: D8,
|
|
8631
|
+
isFileList: s8,
|
|
8632
8632
|
forEach: ai,
|
|
8633
8633
|
merge: Du,
|
|
8634
|
-
extend:
|
|
8635
|
-
trim:
|
|
8636
|
-
stripBOM:
|
|
8637
|
-
inherits:
|
|
8638
|
-
toFlatObject:
|
|
8634
|
+
extend: m8,
|
|
8635
|
+
trim: h8,
|
|
8636
|
+
stripBOM: E8,
|
|
8637
|
+
inherits: I8,
|
|
8638
|
+
toFlatObject: C8,
|
|
8639
8639
|
kindOf: vo,
|
|
8640
8640
|
kindOfTest: Mr,
|
|
8641
|
-
endsWith:
|
|
8642
|
-
toArray:
|
|
8643
|
-
forEachEntry:
|
|
8644
|
-
matchAll:
|
|
8645
|
-
isHTMLForm:
|
|
8641
|
+
endsWith: S8,
|
|
8642
|
+
toArray: v8,
|
|
8643
|
+
forEachEntry: R8,
|
|
8644
|
+
matchAll: g8,
|
|
8645
|
+
isHTMLForm: A8,
|
|
8646
8646
|
hasOwnProperty: Gh,
|
|
8647
8647
|
hasOwnProp: Gh,
|
|
8648
8648
|
// an alias to avoid ESLint no-prototype-builtins detection
|
|
8649
8649
|
reduceDescriptors: FC,
|
|
8650
|
-
freezeMethods:
|
|
8651
|
-
toObjectSet:
|
|
8652
|
-
toCamelCase:
|
|
8653
|
-
noop:
|
|
8654
|
-
toFiniteNumber:
|
|
8650
|
+
freezeMethods: y8,
|
|
8651
|
+
toObjectSet: b8,
|
|
8652
|
+
toCamelCase: T8,
|
|
8653
|
+
noop: N8,
|
|
8654
|
+
toFiniteNumber: L8,
|
|
8655
8655
|
findKey: VC,
|
|
8656
8656
|
global: Dn,
|
|
8657
8657
|
isContextDefined: kC,
|
|
8658
|
-
isSpecCompliantForm:
|
|
8659
|
-
toJSONObject:
|
|
8660
|
-
isAsyncFn:
|
|
8661
|
-
isThenable:
|
|
8658
|
+
isSpecCompliantForm: M8,
|
|
8659
|
+
toJSONObject: P8,
|
|
8660
|
+
isAsyncFn: w8,
|
|
8661
|
+
isThenable: H8,
|
|
8662
8662
|
setImmediate: UC,
|
|
8663
|
-
asap:
|
|
8664
|
-
isIterable:
|
|
8663
|
+
asap: V8,
|
|
8664
|
+
isIterable: k8
|
|
8665
8665
|
};
|
|
8666
8666
|
let Oe = class BC extends Error {
|
|
8667
8667
|
static from(t, r, n, a, i, o) {
|
|
@@ -8714,7 +8714,7 @@ Oe.ERR_BAD_REQUEST = "ERR_BAD_REQUEST";
|
|
|
8714
8714
|
Oe.ERR_CANCELED = "ERR_CANCELED";
|
|
8715
8715
|
Oe.ERR_NOT_SUPPORT = "ERR_NOT_SUPPORT";
|
|
8716
8716
|
Oe.ERR_INVALID_URL = "ERR_INVALID_URL";
|
|
8717
|
-
const
|
|
8717
|
+
const F8 = null;
|
|
8718
8718
|
function Ru(e) {
|
|
8719
8719
|
return k.isPlainObject(e) || k.isArray(e);
|
|
8720
8720
|
}
|
|
@@ -8726,10 +8726,10 @@ function Zh(e, t, r) {
|
|
|
8726
8726
|
return n = xC(n), !r && a ? "[" + n + "]" : n;
|
|
8727
8727
|
}).join(r ? "." : "") : t;
|
|
8728
8728
|
}
|
|
8729
|
-
function
|
|
8729
|
+
function U8(e) {
|
|
8730
8730
|
return k.isArray(e) && !e.some(Ru);
|
|
8731
8731
|
}
|
|
8732
|
-
const
|
|
8732
|
+
const B8 = k.toFlatObject(k, {}, null, function(e) {
|
|
8733
8733
|
return /^is[A-Z]/.test(e);
|
|
8734
8734
|
});
|
|
8735
8735
|
function Ro(e, t, r) {
|
|
@@ -8760,7 +8760,7 @@ function Ro(e, t, r) {
|
|
|
8760
8760
|
if (f && !h && typeof f == "object") {
|
|
8761
8761
|
if (k.endsWith(p, "{}"))
|
|
8762
8762
|
p = n ? p : p.slice(0, -2), f = JSON.stringify(f);
|
|
8763
|
-
else if (k.isArray(f) &&
|
|
8763
|
+
else if (k.isArray(f) && U8(f) || (k.isFileList(f) || k.endsWith(p, "[]")) && (m = k.toArray(f)))
|
|
8764
8764
|
return p = xC(p), m.forEach(function(C, I) {
|
|
8765
8765
|
!(k.isUndefined(C) || C === null) && t.append(
|
|
8766
8766
|
// eslint-disable-next-line no-nested-ternary
|
|
@@ -8771,7 +8771,7 @@ function Ro(e, t, r) {
|
|
|
8771
8771
|
}
|
|
8772
8772
|
return Ru(f) ? !0 : (t.append(Zh(h, p, i), l(f)), !1);
|
|
8773
8773
|
}
|
|
8774
|
-
const u = [], d = Object.assign(
|
|
8774
|
+
const u = [], d = Object.assign(B8, {
|
|
8775
8775
|
defaultVisitor: c,
|
|
8776
8776
|
convertValue: l,
|
|
8777
8777
|
isVisitable: Ru
|
|
@@ -8824,13 +8824,13 @@ $C.toString = function(e) {
|
|
|
8824
8824
|
return t(r[0]) + "=" + t(r[1]);
|
|
8825
8825
|
}, "").join("&");
|
|
8826
8826
|
};
|
|
8827
|
-
function
|
|
8827
|
+
function x8(e) {
|
|
8828
8828
|
return encodeURIComponent(e).replace(/%3A/gi, ":").replace(/%24/g, "$").replace(/%2C/gi, ",").replace(/%20/g, "+");
|
|
8829
8829
|
}
|
|
8830
8830
|
function GC(e, t, r) {
|
|
8831
8831
|
if (!t)
|
|
8832
8832
|
return e;
|
|
8833
|
-
const n = r && r.encode ||
|
|
8833
|
+
const n = r && r.encode || x8, a = k.isFunction(r) ? {
|
|
8834
8834
|
serialize: r
|
|
8835
8835
|
} : r, i = a && a.serialize;
|
|
8836
8836
|
let o;
|
|
@@ -8900,34 +8900,34 @@ const x1 = {
|
|
|
8900
8900
|
forcedJSONParsing: !0,
|
|
8901
8901
|
clarifyTimeoutError: !1,
|
|
8902
8902
|
legacyInterceptorReqResOrdering: !0
|
|
8903
|
-
}, $
|
|
8903
|
+
}, $8 = typeof URLSearchParams < "u" ? URLSearchParams : B1, G8 = typeof FormData < "u" ? FormData : null, Z8 = typeof Blob < "u" ? Blob : null, j8 = {
|
|
8904
8904
|
isBrowser: !0,
|
|
8905
8905
|
classes: {
|
|
8906
|
-
URLSearchParams: $
|
|
8907
|
-
FormData:
|
|
8908
|
-
Blob:
|
|
8906
|
+
URLSearchParams: $8,
|
|
8907
|
+
FormData: G8,
|
|
8908
|
+
Blob: Z8
|
|
8909
8909
|
},
|
|
8910
8910
|
protocols: ["http", "https", "file", "blob", "url", "data"]
|
|
8911
|
-
}, $1 = typeof window < "u" && typeof document < "u", gu = typeof navigator == "object" && navigator || void 0,
|
|
8912
|
-
self instanceof WorkerGlobalScope && typeof self.importScripts == "function",
|
|
8911
|
+
}, $1 = typeof window < "u" && typeof document < "u", gu = typeof navigator == "object" && navigator || void 0, q8 = $1 && (!gu || ["ReactNative", "NativeScript", "NS"].indexOf(gu.product) < 0), z8 = typeof WorkerGlobalScope < "u" && // eslint-disable-next-line no-undef
|
|
8912
|
+
self instanceof WorkerGlobalScope && typeof self.importScripts == "function", Y8 = $1 && window.location.href || "http://localhost", K8 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
8913
8913
|
__proto__: null,
|
|
8914
8914
|
hasBrowserEnv: $1,
|
|
8915
|
-
hasStandardBrowserEnv:
|
|
8916
|
-
hasStandardBrowserWebWorkerEnv:
|
|
8915
|
+
hasStandardBrowserEnv: q8,
|
|
8916
|
+
hasStandardBrowserWebWorkerEnv: z8,
|
|
8917
8917
|
navigator: gu,
|
|
8918
|
-
origin:
|
|
8919
|
-
}, Symbol.toStringTag, { value: "Module" })), Gt = _e(_e({},
|
|
8920
|
-
function
|
|
8918
|
+
origin: Y8
|
|
8919
|
+
}, Symbol.toStringTag, { value: "Module" })), Gt = _e(_e({}, K8), j8);
|
|
8920
|
+
function W8(e, t) {
|
|
8921
8921
|
return Ro(e, new Gt.classes.URLSearchParams(), _e({
|
|
8922
8922
|
visitor: function(r, n, a, i) {
|
|
8923
8923
|
return Gt.isNode && k.isBuffer(r) ? (this.append(n, r.toString("base64")), !1) : i.defaultVisitor.apply(this, arguments);
|
|
8924
8924
|
}
|
|
8925
8925
|
}, t));
|
|
8926
8926
|
}
|
|
8927
|
-
function
|
|
8927
|
+
function X8(e) {
|
|
8928
8928
|
return k.matchAll(/\w+|\[(\w*)]/g, e).map((t) => t[0] === "[]" ? "" : t[1] || t[0]);
|
|
8929
8929
|
}
|
|
8930
|
-
function
|
|
8930
|
+
function Q8(e) {
|
|
8931
8931
|
const t = {}, r = Object.keys(e);
|
|
8932
8932
|
let n;
|
|
8933
8933
|
const a = r.length;
|
|
@@ -8941,17 +8941,17 @@ function ZC(e) {
|
|
|
8941
8941
|
let o = r[i++];
|
|
8942
8942
|
if (o === "__proto__") return !0;
|
|
8943
8943
|
const s = Number.isFinite(+o), l = i >= r.length;
|
|
8944
|
-
return o = !o && k.isArray(a) ? a.length : o, l ? (k.hasOwnProp(a, o) ? a[o] = [a[o], n] : a[o] = n, !s) : ((!a[o] || !k.isObject(a[o])) && (a[o] = []), t(r, n, a[o], i) && k.isArray(a[o]) && (a[o] =
|
|
8944
|
+
return o = !o && k.isArray(a) ? a.length : o, l ? (k.hasOwnProp(a, o) ? a[o] = [a[o], n] : a[o] = n, !s) : ((!a[o] || !k.isObject(a[o])) && (a[o] = []), t(r, n, a[o], i) && k.isArray(a[o]) && (a[o] = Q8(a[o])), !s);
|
|
8945
8945
|
}
|
|
8946
8946
|
if (k.isFormData(e) && k.isFunction(e.entries)) {
|
|
8947
8947
|
const r = {};
|
|
8948
8948
|
return k.forEachEntry(e, (n, a) => {
|
|
8949
|
-
t(
|
|
8949
|
+
t(X8(n), a, r, 0);
|
|
8950
8950
|
}), r;
|
|
8951
8951
|
}
|
|
8952
8952
|
return null;
|
|
8953
8953
|
}
|
|
8954
|
-
function
|
|
8954
|
+
function J8(e, t, r) {
|
|
8955
8955
|
if (k.isString(e))
|
|
8956
8956
|
try {
|
|
8957
8957
|
return (t || JSON.parse)(e), k.trim(e);
|
|
@@ -8977,7 +8977,7 @@ const ii = {
|
|
|
8977
8977
|
let i;
|
|
8978
8978
|
if (a) {
|
|
8979
8979
|
if (r.indexOf("application/x-www-form-urlencoded") > -1)
|
|
8980
|
-
return
|
|
8980
|
+
return W8(e, this.formSerializer).toString();
|
|
8981
8981
|
if ((i = k.isFileList(e)) || r.indexOf("multipart/form-data") > -1) {
|
|
8982
8982
|
const o = this.env && this.env.FormData;
|
|
8983
8983
|
return Ro(
|
|
@@ -8987,7 +8987,7 @@ const ii = {
|
|
|
8987
8987
|
);
|
|
8988
8988
|
}
|
|
8989
8989
|
}
|
|
8990
|
-
return a || n ? (t.setContentType("application/json", !1),
|
|
8990
|
+
return a || n ? (t.setContentType("application/json", !1), J8(e)) : e;
|
|
8991
8991
|
}],
|
|
8992
8992
|
transformResponse: [function(e) {
|
|
8993
8993
|
const t = this.transitional || ii.transitional, r = t && t.forcedJSONParsing, n = this.responseType === "json";
|
|
@@ -9772,7 +9772,7 @@ const YC = (e) => {
|
|
|
9772
9772
|
};
|
|
9773
9773
|
KC();
|
|
9774
9774
|
const G1 = {
|
|
9775
|
-
http:
|
|
9775
|
+
http: F8,
|
|
9776
9776
|
xhr: pT,
|
|
9777
9777
|
fetch: {
|
|
9778
9778
|
get: KC
|
|
@@ -12600,11 +12600,11 @@ function ty(e, t) {
|
|
|
12600
12600
|
var r, n;
|
|
12601
12601
|
const a = {
|
|
12602
12602
|
[Hi.BarcodeMRZ]: {
|
|
12603
|
-
PROD: "https://wasm-development.regulaforensics.com/document/
|
|
12603
|
+
PROD: "https://wasm-development.regulaforensics.com/document/rc/9.3/barcodemrz/9f09047b-c2df8f9d6",
|
|
12604
12604
|
DEV: "./wasm/barcode-mrz/"
|
|
12605
12605
|
},
|
|
12606
12606
|
[Hi.BoundsLite]: {
|
|
12607
|
-
PROD: "https://wasm-development.regulaforensics.com/document/
|
|
12607
|
+
PROD: "https://wasm-development.regulaforensics.com/document/rc/9.3/boundslite/9f09047b-c2df8f9d6",
|
|
12608
12608
|
DEV: "./wasm/bounds-lite/"
|
|
12609
12609
|
}
|
|
12610
12610
|
};
|
|
@@ -12803,7 +12803,7 @@ function fy(e) {
|
|
|
12803
12803
|
} = R6({
|
|
12804
12804
|
scenario: b,
|
|
12805
12805
|
onError: a
|
|
12806
|
-
}), K =
|
|
12806
|
+
}), K = WA({
|
|
12807
12807
|
videoSize: t.videoParams,
|
|
12808
12808
|
mirroring: n,
|
|
12809
12809
|
controlsWidth: i,
|
|
@@ -12857,7 +12857,7 @@ function fy(e) {
|
|
|
12857
12857
|
const q = yield P1({
|
|
12858
12858
|
cameras: [...r.sortedDevices.frontCameras, ...r.sortedDevices.backCameras],
|
|
12859
12859
|
cameraID: r.camera.deviceId,
|
|
12860
|
-
sdkVersion: "9.3.
|
|
12860
|
+
sdkVersion: "9.3.2740-rc".trim(),
|
|
12861
12861
|
serviceUrl: ((J = s.recognizerProcessParam.processParam.backendProcessing) === null || J === void 0 ? void 0 : J.serviceURL) || ""
|
|
12862
12862
|
});
|
|
12863
12863
|
jr("Metadata: ".concat(JSON.stringify(q)));
|
|
@@ -13469,7 +13469,7 @@ function by(e) {
|
|
|
13469
13469
|
var m;
|
|
13470
13470
|
if ((m = i.imageProcessParam.processParam) !== null && m !== void 0 && m.backendProcessing) {
|
|
13471
13471
|
const I = yield P1({
|
|
13472
|
-
sdkVersion: "9.3.
|
|
13472
|
+
sdkVersion: "9.3.2740-rc".trim()
|
|
13473
13473
|
});
|
|
13474
13474
|
yield i.createBackendTransaction(I, i.imageProcessParam);
|
|
13475
13475
|
}
|
|
@@ -20037,12 +20037,12 @@ const cu = jt.create("wasm"), Ht = jt.create("main");
|
|
|
20037
20037
|
class ice {
|
|
20038
20038
|
constructor() {
|
|
20039
20039
|
$t(this, "_worker", null), $t(this, "_initializeListener", null), $t(this, "_processingListener", null), $t(this, "_queueService", new xse()), $t(this, "_initProcess", null), $t(this, "version", {
|
|
20040
|
-
component: "9.3.
|
|
20040
|
+
component: "9.3.2740-rc".trim()
|
|
20041
20041
|
}), $t(this, "onFinalize", null), $t(this, "isPrepared", !1), $t(this, "isInitialized", !1), $t(this, "isProcessing", !1), $t(this, "initData", null), $t(this, "recognizerProcessParam", {
|
|
20042
20042
|
processParam: {}
|
|
20043
20043
|
}), $t(this, "imageProcessParam", {
|
|
20044
20044
|
processParam: {}
|
|
20045
|
-
}), $t(this, "recognizeListener", null), $t(this, "workerPath", "https://wasm-development.regulaforensics.com/document/
|
|
20045
|
+
}), $t(this, "recognizeListener", null), $t(this, "workerPath", "https://wasm-development.regulaforensics.com/document/rc/9.3/barcodemrz/9f09047b-c2df8f9d6");
|
|
20046
20046
|
}
|
|
20047
20047
|
get processingListener() {
|
|
20048
20048
|
return this._processingListener;
|
|
@@ -20110,7 +20110,7 @@ class ice {
|
|
|
20110
20110
|
var r;
|
|
20111
20111
|
Ht("Preparing the service");
|
|
20112
20112
|
{
|
|
20113
|
-
const n = this.workerPath === "https://wasm-development.regulaforensics.com/document/
|
|
20113
|
+
const n = this.workerPath === "https://wasm-development.regulaforensics.com/document/rc/9.3/barcodemrz/9f09047b-c2df8f9d6", a = rce(t && n ? ty(t, "PROD") : this.workerPath);
|
|
20114
20114
|
let o = yield (yield fetch("".concat(a, "/").concat(fR))).text();
|
|
20115
20115
|
n || (o = ey(o, a));
|
|
20116
20116
|
const s = new Blob([o], {
|
|
@@ -20154,7 +20154,7 @@ class ice {
|
|
|
20154
20154
|
license: t == null ? void 0 : t.license
|
|
20155
20155
|
},
|
|
20156
20156
|
telemetry: yield P1({
|
|
20157
|
-
sdkVersion: "9.3.
|
|
20157
|
+
sdkVersion: "9.3.2740-rc".trim()
|
|
20158
20158
|
}),
|
|
20159
20159
|
processParam: this.recognizerProcessParam.processParam || this.imageProcessParam.processParam
|
|
20160
20160
|
}
|