@dcodegroup-au/dsg-vue 0.1.37 → 0.1.39
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/{DsgTablePerPage.vue_vue_type_style_index_0_lang-DU73vqBV.js → DsgTablePerPage.vue_vue_type_style_index_0_lang-BoJ6hpYL.js} +2294 -2273
- package/dist/{DsgTablePerPage.vue_vue_type_style_index_0_lang-JL45uhoK.cjs → DsgTablePerPage.vue_vue_type_style_index_0_lang-CmNG2Wig.cjs} +147 -147
- package/dist/components/Elements/DsgTooltip.vue.d.ts +7 -2
- package/dist/components/Navigation/DsgTab.vue.d.ts +3 -1
- package/dist/components/Table/DsgTableComposables.d.ts +31 -0
- package/dist/dsg-vue.cjs +10 -10
- package/dist/dsg-vue.css +1 -1
- package/dist/dsg-vue.esm.js +650 -626
- package/dist/dsg-vue.table.cjs +1 -1
- package/dist/dsg-vue.table.esm.js +1 -1
- package/dist/dsg-vue.tailwind.cjs +1 -1
- package/dist/dsg-vue.tailwind.esm.js +6 -6
- package/eslint.config.ts +1 -2
- package/package.json +5 -5
package/dist/dsg-vue.esm.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { _ as
|
|
2
|
-
import { defineComponent as ve, openBlock as E, createElementBlock as O, normalizeClass as q, unref as je, createVNode as
|
|
1
|
+
import { _ as ge, D as dt, a as go, b as Ai, c as pn, k as xo, d as Ot, e as ki, u as yo, f as Da, g as wo, h as mo, i as Ao, j as Eo } from "./DsgTablePerPage.vue_vue_type_style_index_0_lang-BoJ6hpYL.js";
|
|
2
|
+
import { defineComponent as ve, openBlock as E, createElementBlock as O, normalizeClass as q, unref as je, createVNode as K, normalizeProps as Na, guardReactiveProps as bo, ref as re, renderSlot as W, createCommentVNode as P, createElementVNode as L, Fragment as Oe, renderList as Ke, Transition as Qn, withCtx as Pe, useTemplateRef as wt, toDisplayString as X, createBlock as j, reactive as Ht, mergeProps as ke, toRaw as at, createApp as _o, nextTick as Mr, computed as xe, onMounted as fr, onUnmounted as Ei, h as jr, isVNode as Ra, cloneVNode as Co, watchEffect as Rr, useAttrs as So, onBeforeUnmount as bi, withKeys as ft, withModifiers as me, withDirectives as qt, vShow as _r, normalizeStyle as tr, createTextVNode as Zt, Teleport as Pa, watch as Lr, useModel as gn, mergeModels as xn, vModelSelect as Io, resolveDynamicComponent as Oo } from "vue";
|
|
3
3
|
import { C as To } from "./DsgColoursConfig-BseFo6-R.js";
|
|
4
4
|
import { _ as Ba } from "./DsgLabel.vue_vue_type_style_index_0_lang-BYL1w85l.js";
|
|
5
5
|
const Do = /* @__PURE__ */ ve({
|
|
@@ -16,7 +16,7 @@ const Do = /* @__PURE__ */ ve({
|
|
|
16
16
|
return (r, n) => (E(), O("div", {
|
|
17
17
|
class: q(je(e))
|
|
18
18
|
}, [
|
|
19
|
-
|
|
19
|
+
K(ge, Na(bo(t.icon)), null, 16)
|
|
20
20
|
], 2));
|
|
21
21
|
}
|
|
22
22
|
}), cr = (t, e) => {
|
|
@@ -60,8 +60,8 @@ const Do = /* @__PURE__ */ ve({
|
|
|
60
60
|
toggle: () => n(u)
|
|
61
61
|
}, void 0, !0)
|
|
62
62
|
]),
|
|
63
|
-
|
|
64
|
-
default:
|
|
63
|
+
K(Qn, { name: "accordion" }, {
|
|
64
|
+
default: Pe(() => [
|
|
65
65
|
r.value === u ? (E(), O("div", Po, [
|
|
66
66
|
W(a.$slots, "expanded", {
|
|
67
67
|
row: s,
|
|
@@ -169,7 +169,7 @@ const Do = /* @__PURE__ */ ve({
|
|
|
169
169
|
alt: a()
|
|
170
170
|
}, null, 8, Uo)) : P("", !0),
|
|
171
171
|
!t.profileUri && t.fullName ? (E(), O("span", Vo, X(i(t.fullName)), 1)) : P("", !0),
|
|
172
|
-
!t.profileUri && !t.fullName ? (E(),
|
|
172
|
+
!t.profileUri && !t.fullName ? (E(), j(ge, {
|
|
173
173
|
key: 2,
|
|
174
174
|
class: "dsg-avatar--user-icon",
|
|
175
175
|
icon: "user-01",
|
|
@@ -271,7 +271,7 @@ const Qo = {
|
|
|
271
271
|
}, ts = {
|
|
272
272
|
enter: "Toastify--animate Toastify__flip-enter",
|
|
273
273
|
exit: "Toastify--animate Toastify__flip-exit"
|
|
274
|
-
},
|
|
274
|
+
}, Fi = "Toastify--animate Toastify__none-enter";
|
|
275
275
|
function La(t, e = !1) {
|
|
276
276
|
var r;
|
|
277
277
|
let n = Qo;
|
|
@@ -290,8 +290,8 @@ function La(t, e = !1) {
|
|
|
290
290
|
else
|
|
291
291
|
n = t;
|
|
292
292
|
if (e)
|
|
293
|
-
n.enter =
|
|
294
|
-
else if (n.enter ===
|
|
293
|
+
n.enter = Fi;
|
|
294
|
+
else if (n.enter === Fi) {
|
|
295
295
|
const i = (r = n.exit.split("__")[1]) == null ? void 0 : r.split("-")[0];
|
|
296
296
|
n.enter = `Toastify--animate Toastify__${i}-enter`;
|
|
297
297
|
}
|
|
@@ -381,14 +381,14 @@ function fs(t) {
|
|
|
381
381
|
const e = ir().find((r) => r.toastId === t);
|
|
382
382
|
return e?.containerId;
|
|
383
383
|
}
|
|
384
|
-
function
|
|
384
|
+
function _i(t) {
|
|
385
385
|
return document.getElementById(t);
|
|
386
386
|
}
|
|
387
387
|
function cs(t) {
|
|
388
|
-
const e =
|
|
388
|
+
const e = _i(t.containerId);
|
|
389
389
|
return e && e.classList.contains(_n);
|
|
390
390
|
}
|
|
391
|
-
function
|
|
391
|
+
function Ui(t) {
|
|
392
392
|
var e;
|
|
393
393
|
const r = Ra(t.content) ? at(t.content.props) : null;
|
|
394
394
|
return r ?? at((e = t.data) != null ? e : {});
|
|
@@ -412,13 +412,13 @@ function vs(t) {
|
|
|
412
412
|
}
|
|
413
413
|
function on(t, e = {}) {
|
|
414
414
|
if (cs(e)) {
|
|
415
|
-
const r =
|
|
415
|
+
const r = _i(e.containerId);
|
|
416
416
|
r && r.addEventListener("animationend", ri.bind(null, t, e), !1);
|
|
417
417
|
} else
|
|
418
418
|
ri(t, e);
|
|
419
419
|
}
|
|
420
420
|
function ri(t, e = {}) {
|
|
421
|
-
const r =
|
|
421
|
+
const r = _i(e.containerId);
|
|
422
422
|
r && r.removeEventListener("animationend", ri.bind(null, t, e), !1);
|
|
423
423
|
const n = Ie[e.containerId] || [], i = n.length > 0;
|
|
424
424
|
if (!i && !ns(e.position)) {
|
|
@@ -439,7 +439,7 @@ const qe = {
|
|
|
439
439
|
const { containerId: r = "" } = e;
|
|
440
440
|
r && (Ie[r] = Ie[r] || [], Ie[r].find((n) => n.toastId === e.toastId) || setTimeout(() => {
|
|
441
441
|
var n, i;
|
|
442
|
-
e.newestOnTop ? (n = Ie[r]) == null || n.unshift(e) : (i = Ie[r]) == null || i.push(e), e.onOpen && e.onOpen(
|
|
442
|
+
e.newestOnTop ? (n = Ie[r]) == null || n.unshift(e) : (i = Ie[r]) == null || i.push(e), e.onOpen && e.onOpen(Ui(e));
|
|
443
443
|
}, e.delay || 0));
|
|
444
444
|
},
|
|
445
445
|
/**
|
|
@@ -453,7 +453,7 @@ const qe = {
|
|
|
453
453
|
const r = Ie[e];
|
|
454
454
|
let n = r.find((i) => i.toastId === t);
|
|
455
455
|
Ie[e] = r.filter((i) => i.toastId !== t), !Ie[e].length && !ds(e) && ti(e, !1), hs(), Mr(() => {
|
|
456
|
-
n != null && n.onClose && (n.onClose(
|
|
456
|
+
n != null && n.onClose && (n.onClose(Ui(n)), n = void 0);
|
|
457
457
|
});
|
|
458
458
|
}
|
|
459
459
|
}
|
|
@@ -527,7 +527,7 @@ function rr(t) {
|
|
|
527
527
|
return typeof t == "function";
|
|
528
528
|
}
|
|
529
529
|
function Cn(...t) {
|
|
530
|
-
return
|
|
530
|
+
return ke(...t);
|
|
531
531
|
}
|
|
532
532
|
function sn(t) {
|
|
533
533
|
return typeof t == "object" && (!!(t != null && t.render) || !!(t != null && t.setup) || typeof t?.type == "object");
|
|
@@ -792,20 +792,20 @@ const $a = {
|
|
|
792
792
|
setup(t, {
|
|
793
793
|
attrs: e
|
|
794
794
|
}) {
|
|
795
|
-
const r = re(), n =
|
|
795
|
+
const r = re(), n = xe(() => t.hide ? "true" : "false"), i = xe(() => ({
|
|
796
796
|
...e.style || {},
|
|
797
797
|
animationDuration: `${t.autoClose === !0 ? 5e3 : t.autoClose}ms`,
|
|
798
798
|
animationPlayState: t.isRunning ? "running" : "paused",
|
|
799
799
|
opacity: t.hide || t.autoClose === !1 ? 0 : 1,
|
|
800
800
|
transform: t.controlledProgress ? `scaleX(${t.progress})` : "none"
|
|
801
|
-
})), a =
|
|
801
|
+
})), a = xe(() => [`${J.CSS_NAMESPACE}__progress-bar`, t.controlledProgress ? `${J.CSS_NAMESPACE}__progress-bar--controlled` : `${J.CSS_NAMESPACE}__progress-bar--animated`, `${J.CSS_NAMESPACE}__progress-bar-theme--${t.theme}`, `${J.CSS_NAMESPACE}__progress-bar--${t.type}`, t.rtl ? `${J.CSS_NAMESPACE}__progress-bar--rtl` : null].filter(Boolean).join(" ")), o = xe(() => `${a.value} ${e?.class || ""}`), s = () => {
|
|
802
802
|
r.value && (r.value.onanimationend = null, r.value.ontransitionend = null);
|
|
803
803
|
}, u = () => {
|
|
804
804
|
t.isIn && t.closeToast && t.autoClose !== !1 && (t.closeToast(), s());
|
|
805
|
-
}, l =
|
|
805
|
+
}, l = xe(() => t.controlledProgress ? null : u), f = xe(() => t.controlledProgress ? u : null);
|
|
806
806
|
return Rr(() => {
|
|
807
807
|
r.value && (s(), r.value.onanimationend = l.value, r.value.ontransitionend = f.value);
|
|
808
|
-
}), () =>
|
|
808
|
+
}), () => K("div", {
|
|
809
809
|
ref: r,
|
|
810
810
|
role: "progressbar",
|
|
811
811
|
"aria-hidden": n.value,
|
|
@@ -840,17 +840,17 @@ const $a = {
|
|
|
840
840
|
}
|
|
841
841
|
},
|
|
842
842
|
setup(t) {
|
|
843
|
-
return () =>
|
|
843
|
+
return () => K("button", {
|
|
844
844
|
class: `${J.CSS_NAMESPACE}__close-button ${J.CSS_NAMESPACE}__close-button--${t.theme}`,
|
|
845
845
|
type: "button",
|
|
846
846
|
onClick: (e) => {
|
|
847
847
|
e.stopPropagation(), t.closeToast && t.closeToast(e);
|
|
848
848
|
},
|
|
849
849
|
"aria-label": t.ariaLabel
|
|
850
|
-
}, [
|
|
850
|
+
}, [K("svg", {
|
|
851
851
|
"aria-hidden": "true",
|
|
852
852
|
viewBox: "0 0 14 16"
|
|
853
|
-
}, [
|
|
853
|
+
}, [K("path", {
|
|
854
854
|
"fill-rule": "evenodd",
|
|
855
855
|
d: "M7.71 8.23l3.75 3.75-1.48 1.48-3.75-3.75-3.75 3.75L1 11.98l3.75-3.75L1 4.48 2.48 3l3.75 3.75L9.98 3l1.48 1.48-3.75 3.75z"
|
|
856
856
|
}, null)])]);
|
|
@@ -860,38 +860,38 @@ const $a = {
|
|
|
860
860
|
type: e,
|
|
861
861
|
path: r,
|
|
862
862
|
...n
|
|
863
|
-
}) =>
|
|
863
|
+
}) => K("svg", ke({
|
|
864
864
|
viewBox: "0 0 24 24",
|
|
865
865
|
width: "100%",
|
|
866
866
|
height: "100%",
|
|
867
867
|
style: {
|
|
868
868
|
fill: t === "colored" ? "currentColor" : `var(--toastify-icon-color-${e})`
|
|
869
869
|
}
|
|
870
|
-
}, n), [
|
|
870
|
+
}, n), [K("path", {
|
|
871
871
|
d: r
|
|
872
872
|
}, null)]);
|
|
873
873
|
function Es(t) {
|
|
874
|
-
return
|
|
874
|
+
return K(Sn, ke(t, {
|
|
875
875
|
path: "M23.32 17.191L15.438 2.184C14.728.833 13.416 0 11.996 0c-1.42 0-2.733.833-3.443 2.184L.533 17.448a4.744 4.744 0 000 4.368C1.243 23.167 2.555 24 3.975 24h16.05C22.22 24 24 22.044 24 19.632c0-.904-.251-1.746-.68-2.44zm-9.622 1.46c0 1.033-.724 1.823-1.698 1.823s-1.698-.79-1.698-1.822v-.043c0-1.028.724-1.822 1.698-1.822s1.698.79 1.698 1.822v.043zm.039-12.285l-.84 8.06c-.057.581-.408.943-.897.943-.49 0-.84-.367-.896-.942l-.84-8.065c-.057-.624.25-1.095.779-1.095h1.91c.528.005.84.476.784 1.1z"
|
|
876
876
|
}), null);
|
|
877
877
|
}
|
|
878
878
|
function bs(t) {
|
|
879
|
-
return
|
|
879
|
+
return K(Sn, ke(t, {
|
|
880
880
|
path: "M12 0a12 12 0 1012 12A12.013 12.013 0 0012 0zm.25 5a1.5 1.5 0 11-1.5 1.5 1.5 1.5 0 011.5-1.5zm2.25 13.5h-4a1 1 0 010-2h.75a.25.25 0 00.25-.25v-4.5a.25.25 0 00-.25-.25h-.75a1 1 0 010-2h1a2 2 0 012 2v4.75a.25.25 0 00.25.25h.75a1 1 0 110 2z"
|
|
881
881
|
}), null);
|
|
882
882
|
}
|
|
883
883
|
function _s(t) {
|
|
884
|
-
return
|
|
884
|
+
return K(Sn, ke(t, {
|
|
885
885
|
path: "M12 0a12 12 0 1012 12A12.014 12.014 0 0012 0zm6.927 8.2l-6.845 9.289a1.011 1.011 0 01-1.43.188l-4.888-3.908a1 1 0 111.25-1.562l4.076 3.261 6.227-8.451a1 1 0 111.61 1.183z"
|
|
886
886
|
}), null);
|
|
887
887
|
}
|
|
888
888
|
function Cs(t) {
|
|
889
|
-
return
|
|
889
|
+
return K(Sn, ke(t, {
|
|
890
890
|
path: "M11.983 0a12.206 12.206 0 00-8.51 3.653A11.8 11.8 0 000 12.207 11.779 11.779 0 0011.8 24h.214A12.111 12.111 0 0024 11.791 11.766 11.766 0 0011.983 0zM10.5 16.542a1.476 1.476 0 011.449-1.53h.027a1.527 1.527 0 011.523 1.47 1.475 1.475 0 01-1.449 1.53h-.027a1.529 1.529 0 01-1.523-1.47zM11 12.5v-6a1 1 0 012 0v6a1 1 0 11-2 0z"
|
|
891
891
|
}), null);
|
|
892
892
|
}
|
|
893
893
|
function Ss() {
|
|
894
|
-
return
|
|
894
|
+
return K("div", {
|
|
895
895
|
class: `${J.CSS_NAMESPACE}__spinner`
|
|
896
896
|
}, null);
|
|
897
897
|
}
|
|
@@ -940,7 +940,7 @@ function Ns(t) {
|
|
|
940
940
|
appendPosition: t.appendPosition || !1,
|
|
941
941
|
collapse: typeof t.collapse > "u" ? !0 : t.collapse,
|
|
942
942
|
collapseDuration: t.collapseDuration || J.COLLAPSE_DURATION
|
|
943
|
-
}), o = a.done || Ts, s =
|
|
943
|
+
}), o = a.done || Ts, s = xe(() => a.appendPosition ? `${a.enter}--${a.position}` : a.enter), u = xe(() => a.appendPosition ? `${a.exit}--${a.position}` : a.exit), l = xe(() => t.pauseOnHover ? {
|
|
944
944
|
onMouseenter: x,
|
|
945
945
|
onMouseleave: p
|
|
946
946
|
} : {});
|
|
@@ -994,7 +994,7 @@ function Ns(t) {
|
|
|
994
994
|
r.value = y.findIndex((m) => m.toastId === a.toastId) > -1;
|
|
995
995
|
}), Rr(() => {
|
|
996
996
|
t.isLoading !== void 0 && (t.loading.value ? x() : p());
|
|
997
|
-
}), fr(f),
|
|
997
|
+
}), fr(f), Ei(() => {
|
|
998
998
|
t.pauseOnFocusLoss && v();
|
|
999
999
|
}), {
|
|
1000
1000
|
isIn: r,
|
|
@@ -1015,7 +1015,7 @@ const Ps = /* @__PURE__ */ ve({
|
|
|
1015
1015
|
props: $a,
|
|
1016
1016
|
// @ts-ignore
|
|
1017
1017
|
setup(t) {
|
|
1018
|
-
const e = re(), r =
|
|
1018
|
+
const e = re(), r = xe(() => !!t.isLoading), n = xe(() => t.progress !== void 0 && t.progress !== null), i = xe(() => Os(t)), a = xe(() => [`${J.CSS_NAMESPACE}__toast`, `${J.CSS_NAMESPACE}__toast-theme--${t.theme}`, `${J.CSS_NAMESPACE}__toast--${t.type}`, t.rtl ? `${J.CSS_NAMESPACE}__toast--rtl` : void 0, t.toastClassName || ""].filter(Boolean).join(" ")), {
|
|
1019
1019
|
isRunning: o,
|
|
1020
1020
|
isIn: s,
|
|
1021
1021
|
hideToast: u,
|
|
@@ -1033,13 +1033,13 @@ const Ps = /* @__PURE__ */ ve({
|
|
|
1033
1033
|
const c = t.content;
|
|
1034
1034
|
if (Rs(c)) {
|
|
1035
1035
|
const h = [];
|
|
1036
|
-
return c.title !== void 0 && h.push(
|
|
1036
|
+
return c.title !== void 0 && h.push(K("div", {
|
|
1037
1037
|
"data-testid": "toast-text-title",
|
|
1038
1038
|
class: `${J.CSS_NAMESPACE}__toast-text-title`
|
|
1039
|
-
}, [c.title])), c.content !== void 0 && h.push(
|
|
1039
|
+
}, [c.title])), c.content !== void 0 && h.push(K("div", {
|
|
1040
1040
|
"data-testid": "toast-text-content",
|
|
1041
1041
|
class: `${J.CSS_NAMESPACE}__toast-text-content`
|
|
1042
|
-
}, [c.content])),
|
|
1042
|
+
}, [c.content])), K("div", {
|
|
1043
1043
|
"data-testid": "toast-text-content-wrapper",
|
|
1044
1044
|
class: `${J.CSS_NAMESPACE}__toast-text`
|
|
1045
1045
|
}, [h]);
|
|
@@ -1059,7 +1059,7 @@ const Ps = /* @__PURE__ */ ve({
|
|
|
1059
1059
|
innerHTML: c
|
|
1060
1060
|
}) : c;
|
|
1061
1061
|
}
|
|
1062
|
-
return () =>
|
|
1062
|
+
return () => K("div", ke({
|
|
1063
1063
|
id: t.toastId,
|
|
1064
1064
|
class: a.value,
|
|
1065
1065
|
style: t.toastStyle || {},
|
|
@@ -1068,11 +1068,11 @@ const Ps = /* @__PURE__ */ ve({
|
|
|
1068
1068
|
onClick: (c) => {
|
|
1069
1069
|
t.closeOnClick && u(), t.onClick && t.onClick(c);
|
|
1070
1070
|
}
|
|
1071
|
-
}, l.value), [
|
|
1071
|
+
}, l.value), [K("div", {
|
|
1072
1072
|
role: t.role,
|
|
1073
1073
|
"data-testid": "toast-body",
|
|
1074
1074
|
class: `${J.CSS_NAMESPACE}__toast-body ${t.bodyClassName || ""}`
|
|
1075
|
-
}, [i.value != null &&
|
|
1075
|
+
}, [i.value != null && K("div", {
|
|
1076
1076
|
"data-testid": `toast-icon-${t.type}`,
|
|
1077
1077
|
class: [`${J.CSS_NAMESPACE}__toast-icon`, t.isLoading ? "" : `${J.CSS_NAMESPACE}--animate-icon ${J.CSS_NAMESPACE}__zoom-enter`].join(" ")
|
|
1078
1078
|
}, [sn(i.value) ? jr(at(i.value), {
|
|
@@ -1081,9 +1081,9 @@ const Ps = /* @__PURE__ */ ve({
|
|
|
1081
1081
|
}) : rr(i.value) ? i.value({
|
|
1082
1082
|
theme: t.theme,
|
|
1083
1083
|
type: t.type
|
|
1084
|
-
}) : i.value]),
|
|
1084
|
+
}) : i.value]), K("div", {
|
|
1085
1085
|
"data-testid": "toast-content"
|
|
1086
|
-
}, [f()])]), (t.closeButton === void 0 || t.closeButton === !0) &&
|
|
1086
|
+
}, [f()])]), (t.closeButton === void 0 || t.closeButton === !0) && K(As, {
|
|
1087
1087
|
theme: t.theme,
|
|
1088
1088
|
closeToast: (c) => {
|
|
1089
1089
|
c.stopPropagation(), c.preventDefault(), u();
|
|
@@ -1096,7 +1096,7 @@ const Ps = /* @__PURE__ */ ve({
|
|
|
1096
1096
|
closeToast: u,
|
|
1097
1097
|
type: t.type,
|
|
1098
1098
|
theme: t.theme
|
|
1099
|
-
}) : null,
|
|
1099
|
+
}) : null, K(ms, {
|
|
1100
1100
|
className: t.progressClassName,
|
|
1101
1101
|
style: t.progressStyle,
|
|
1102
1102
|
rtl: t.rtl,
|
|
@@ -1153,16 +1153,16 @@ const Fs = /* @__PURE__ */ ve({
|
|
|
1153
1153
|
props: $a,
|
|
1154
1154
|
// @ts-ignore
|
|
1155
1155
|
setup(t) {
|
|
1156
|
-
const e =
|
|
1156
|
+
const e = xe(() => t.containerId), r = xe(() => Ie[e.value] || []), n = xe(() => r.value.filter((i) => i.position === t.position));
|
|
1157
1157
|
return fr(() => {
|
|
1158
1158
|
typeof window < "u" && (Kr += 1, Ls());
|
|
1159
|
-
}),
|
|
1159
|
+
}), Ei(() => {
|
|
1160
1160
|
typeof window < "u" && Kr > 0 && (Kr -= 1, Kr === 0 && ks());
|
|
1161
|
-
}), () =>
|
|
1161
|
+
}), () => K(Oe, null, [n.value.map((i) => {
|
|
1162
1162
|
const {
|
|
1163
1163
|
toastId: a = ""
|
|
1164
1164
|
} = i;
|
|
1165
|
-
return
|
|
1165
|
+
return K(Ps, ke({
|
|
1166
1166
|
key: a
|
|
1167
1167
|
}, i), null);
|
|
1168
1168
|
})]);
|
|
@@ -1350,34 +1350,34 @@ const zs = { class: "dsg-alert__wrapper" }, Ws = ["innerHTML"], za = /* @__PURE_
|
|
|
1350
1350
|
t.contentProps.timeout && t.contentProps.timeout > 0 && (a = setTimeout(() => {
|
|
1351
1351
|
o();
|
|
1352
1352
|
}, t.contentProps.timeout));
|
|
1353
|
-
}),
|
|
1353
|
+
}), bi(() => {
|
|
1354
1354
|
a && (clearTimeout(a), a = null);
|
|
1355
1355
|
}), (s, u) => i.value ? P("", !0) : (E(), O("div", {
|
|
1356
1356
|
key: 0,
|
|
1357
1357
|
class: q(e)
|
|
1358
1358
|
}, [
|
|
1359
|
-
t.contentProps.type === "gray" ? (E(),
|
|
1359
|
+
t.contentProps.type === "gray" ? (E(), j(Qt, {
|
|
1360
1360
|
key: 0,
|
|
1361
1361
|
icon: { icon: "info-circle" },
|
|
1362
1362
|
type: "outline",
|
|
1363
1363
|
theme: "gray",
|
|
1364
1364
|
size: "lg"
|
|
1365
1365
|
})) : P("", !0),
|
|
1366
|
-
t.contentProps.type === "error" ? (E(),
|
|
1366
|
+
t.contentProps.type === "error" ? (E(), j(Qt, {
|
|
1367
1367
|
key: 1,
|
|
1368
1368
|
icon: { icon: "alert-circle" },
|
|
1369
1369
|
type: "outline",
|
|
1370
1370
|
theme: "error",
|
|
1371
1371
|
size: "lg"
|
|
1372
1372
|
})) : P("", !0),
|
|
1373
|
-
t.contentProps.type === "warning" ? (E(),
|
|
1373
|
+
t.contentProps.type === "warning" ? (E(), j(Qt, {
|
|
1374
1374
|
key: 2,
|
|
1375
1375
|
icon: { icon: "alert-circle" },
|
|
1376
1376
|
type: "outline",
|
|
1377
1377
|
theme: "warning",
|
|
1378
1378
|
size: "lg"
|
|
1379
1379
|
})) : P("", !0),
|
|
1380
|
-
t.contentProps.type === "success" ? (E(),
|
|
1380
|
+
t.contentProps.type === "success" ? (E(), j(Qt, {
|
|
1381
1381
|
key: 3,
|
|
1382
1382
|
icon: { icon: "check-circle" },
|
|
1383
1383
|
type: "outline",
|
|
@@ -1399,7 +1399,7 @@ const zs = { class: "dsg-alert__wrapper" }, Ws = ["innerHTML"], za = /* @__PURE_
|
|
|
1399
1399
|
onClick: o,
|
|
1400
1400
|
class: "dsg-alert__close-button"
|
|
1401
1401
|
}, [
|
|
1402
|
-
|
|
1402
|
+
K(ge, {
|
|
1403
1403
|
icon: "x-close",
|
|
1404
1404
|
size: "sm"
|
|
1405
1405
|
})
|
|
@@ -1467,7 +1467,7 @@ function Bn(t, e) {
|
|
|
1467
1467
|
$isLabel: !0
|
|
1468
1468
|
}), n.concat(i[t])) : n, []);
|
|
1469
1469
|
}
|
|
1470
|
-
const
|
|
1470
|
+
const Vi = (...t) => (e) => t.reduce((r, n) => n(r), e);
|
|
1471
1471
|
var Zs = {
|
|
1472
1472
|
data() {
|
|
1473
1473
|
return {
|
|
@@ -1779,7 +1779,7 @@ var Zs = {
|
|
|
1779
1779
|
* @return {Array} returns a filtered and flat options list
|
|
1780
1780
|
*/
|
|
1781
1781
|
filterAndFlat(t, e, r) {
|
|
1782
|
-
return
|
|
1782
|
+
return Vi(
|
|
1783
1783
|
this.filterGroups(e, r, this.groupValues, this.groupLabel, this.customLabel),
|
|
1784
1784
|
Bn(this.groupValues, this.groupLabel)
|
|
1785
1785
|
)(t);
|
|
@@ -1790,7 +1790,7 @@ var Zs = {
|
|
|
1790
1790
|
* @return {Array} returns a flat options list without group labels
|
|
1791
1791
|
*/
|
|
1792
1792
|
flatAndStrip(t) {
|
|
1793
|
-
return
|
|
1793
|
+
return Vi(
|
|
1794
1794
|
Bn(this.groupValues, this.groupLabel),
|
|
1795
1795
|
Ys
|
|
1796
1796
|
)(t);
|
|
@@ -2091,7 +2091,7 @@ var Zs = {
|
|
|
2091
2091
|
this.pointer = t, this.pointerDirty = !0;
|
|
2092
2092
|
}
|
|
2093
2093
|
}
|
|
2094
|
-
},
|
|
2094
|
+
}, Ci = {
|
|
2095
2095
|
name: "vue-multiselect",
|
|
2096
2096
|
mixins: [Zs, qs],
|
|
2097
2097
|
compatConfig: {
|
|
@@ -2453,8 +2453,8 @@ function vu(t, e, r, n, i, a) {
|
|
|
2453
2453
|
}, null, 8, nu)
|
|
2454
2454
|
]) : P("v-if", !0)
|
|
2455
2455
|
]),
|
|
2456
|
-
|
|
2457
|
-
default:
|
|
2456
|
+
K(Qn, { name: "multiselect__loading" }, {
|
|
2457
|
+
default: Pe(() => [
|
|
2458
2458
|
W(t.$slots, "loading", {}, () => [
|
|
2459
2459
|
qt(L(
|
|
2460
2460
|
"div",
|
|
@@ -2540,12 +2540,12 @@ function vu(t, e, r, n, i, a) {
|
|
|
2540
2540
|
512
|
|
2541
2541
|
/* NEED_PATCH */
|
|
2542
2542
|
),
|
|
2543
|
-
(E(),
|
|
2543
|
+
(E(), j(Pa, {
|
|
2544
2544
|
to: r.teleportTarget,
|
|
2545
2545
|
disabled: !r.useTeleport
|
|
2546
2546
|
}, [
|
|
2547
|
-
|
|
2548
|
-
default:
|
|
2547
|
+
K(Qn, { name: "multiselect" }, {
|
|
2548
|
+
default: Pe(() => [
|
|
2549
2549
|
t.isOpen && i.ready ? (E(), O(
|
|
2550
2550
|
"div",
|
|
2551
2551
|
{
|
|
@@ -2680,7 +2680,7 @@ function vu(t, e, r, n, i, a) {
|
|
|
2680
2680
|
], 8, ["to", "disabled"]))
|
|
2681
2681
|
], 42, Qs);
|
|
2682
2682
|
}
|
|
2683
|
-
|
|
2683
|
+
Ci.render = vu;
|
|
2684
2684
|
const pu = { class: "user-picker" }, gu = { class: "user-option" }, xu = ["data-initials"], yu = ["src"], wu = { class: "meta" }, mu = { class: "name" }, Au = {
|
|
2685
2685
|
key: 0,
|
|
2686
2686
|
class: "email"
|
|
@@ -2734,8 +2734,8 @@ const pu = { class: "user-picker" }, gu = { class: "user-option" }, xu = ["data-
|
|
|
2734
2734
|
const x = p.trim().split(/\s+/), w = x[0]?.[0] ?? "", y = x.length > 1 ? x[x.length - 1][0] ?? "" : "";
|
|
2735
2735
|
return (w + y).toUpperCase();
|
|
2736
2736
|
};
|
|
2737
|
-
|
|
2738
|
-
const c =
|
|
2737
|
+
xe(() => r.multiple ? r.modelValue ?? [] : r.modelValue ? [r.modelValue] : []);
|
|
2738
|
+
const c = xe(() => !!r.endpoint), h = async (p) => {
|
|
2739
2739
|
if (c.value && !((p?.length ?? 0) < r.minChars)) {
|
|
2740
2740
|
a.value = !0, u?.abort(), u = new AbortController();
|
|
2741
2741
|
try {
|
|
@@ -2769,7 +2769,7 @@ const pu = { class: "user-picker" }, gu = { class: "user-option" }, xu = ["data-
|
|
|
2769
2769
|
n("update:modelValue", p), n("change", p);
|
|
2770
2770
|
};
|
|
2771
2771
|
return (p, x) => (E(), O("div", pu, [
|
|
2772
|
-
|
|
2772
|
+
K(je(Ci), {
|
|
2773
2773
|
"model-value": t.modelValue,
|
|
2774
2774
|
"onUpdate:modelValue": v,
|
|
2775
2775
|
options: i.value,
|
|
@@ -2790,7 +2790,7 @@ const pu = { class: "user-picker" }, gu = { class: "user-option" }, xu = ["data-
|
|
|
2790
2790
|
"selected-label": t.selectedLabel,
|
|
2791
2791
|
class: "user-picker__multiselect"
|
|
2792
2792
|
}, {
|
|
2793
|
-
option:
|
|
2793
|
+
option: Pe(({ option: w }) => [
|
|
2794
2794
|
L("div", gu, [
|
|
2795
2795
|
L("div", {
|
|
2796
2796
|
class: "avatar",
|
|
@@ -2808,7 +2808,7 @@ const pu = { class: "user-picker" }, gu = { class: "user-option" }, xu = ["data-
|
|
|
2808
2808
|
])
|
|
2809
2809
|
])
|
|
2810
2810
|
]),
|
|
2811
|
-
selection:
|
|
2811
|
+
selection: Pe(({ values: w, isOpen: y }) => [
|
|
2812
2812
|
L("div", Eu, [
|
|
2813
2813
|
(E(!0), O(Oe, null, Ke(w, (m) => (E(), O("div", {
|
|
2814
2814
|
class: "avatar",
|
|
@@ -2822,7 +2822,7 @@ const pu = { class: "user-picker" }, gu = { class: "user-option" }, xu = ["data-
|
|
|
2822
2822
|
], 8, bu))), 256)),
|
|
2823
2823
|
t.multiple && w.length > 0 ? (E(), O("div", Cu, [
|
|
2824
2824
|
L("div", Su, [
|
|
2825
|
-
|
|
2825
|
+
K(ge, {
|
|
2826
2826
|
icon: "plus",
|
|
2827
2827
|
size: "xs"
|
|
2828
2828
|
})
|
|
@@ -2830,7 +2830,7 @@ const pu = { class: "user-picker" }, gu = { class: "user-option" }, xu = ["data-
|
|
|
2830
2830
|
])) : P("", !0)
|
|
2831
2831
|
])
|
|
2832
2832
|
]),
|
|
2833
|
-
singleLabel:
|
|
2833
|
+
singleLabel: Pe(({ option: w }) => [
|
|
2834
2834
|
w ? (E(), O("div", Iu, [
|
|
2835
2835
|
L("div", {
|
|
2836
2836
|
class: "avatar",
|
|
@@ -2845,15 +2845,15 @@ const pu = { class: "user-picker" }, gu = { class: "user-option" }, xu = ["data-
|
|
|
2845
2845
|
t.hideSelectedLabel ? P("", !0) : (E(), O("span", Du, X(l(w, t.labelKey)), 1))
|
|
2846
2846
|
])) : P("", !0)
|
|
2847
2847
|
]),
|
|
2848
|
-
placeholder:
|
|
2848
|
+
placeholder: Pe(() => [
|
|
2849
2849
|
L("div", Nu, [
|
|
2850
|
-
|
|
2850
|
+
K(ge, {
|
|
2851
2851
|
icon: "plus",
|
|
2852
2852
|
size: "xs"
|
|
2853
2853
|
})
|
|
2854
2854
|
])
|
|
2855
2855
|
]),
|
|
2856
|
-
noResult:
|
|
2856
|
+
noResult: Pe(() => [...x[0] || (x[0] = [
|
|
2857
2857
|
L("div", { class: "empty" }, "No results found.", -1)
|
|
2858
2858
|
])]),
|
|
2859
2859
|
_: 1
|
|
@@ -2934,13 +2934,13 @@ const pu = { class: "user-picker" }, gu = { class: "user-option" }, xu = ["data-
|
|
|
2934
2934
|
}, [
|
|
2935
2935
|
t.type === "standard" ? W(f.$slots, "dsg-badge--before", { key: 0 }, () => [
|
|
2936
2936
|
L("div", Bu, [
|
|
2937
|
-
t.avatarUri ? (E(),
|
|
2937
|
+
t.avatarUri ? (E(), j(kr, {
|
|
2938
2938
|
key: 0,
|
|
2939
2939
|
"profile-uri": t.avatarUri,
|
|
2940
2940
|
class: "dsg-badge--avatar",
|
|
2941
2941
|
size: "xxs"
|
|
2942
2942
|
}, null, 8, ["profile-uri"])) : P("", !0),
|
|
2943
|
-
t.iconBefore ? (E(),
|
|
2943
|
+
t.iconBefore ? (E(), j(ge, {
|
|
2944
2944
|
key: 1,
|
|
2945
2945
|
icon: t.iconBefore,
|
|
2946
2946
|
size: "xxs",
|
|
@@ -2950,13 +2950,13 @@ const pu = { class: "user-picker" }, gu = { class: "user-option" }, xu = ["data-
|
|
|
2950
2950
|
])
|
|
2951
2951
|
]) : P("", !0),
|
|
2952
2952
|
t.type === "standard" ? (E(), O("label", Lu, X(t.label), 1)) : P("", !0),
|
|
2953
|
-
t.type === "add" ? (E(),
|
|
2953
|
+
t.type === "add" ? (E(), j(ge, {
|
|
2954
2954
|
key: 2,
|
|
2955
2955
|
icon: "plus",
|
|
2956
2956
|
size: "xxs",
|
|
2957
2957
|
class: "dsg-badge--icon-add dsg-badge--icon"
|
|
2958
2958
|
})) : P("", !0),
|
|
2959
|
-
t.type === "icon-only" ? (E(),
|
|
2959
|
+
t.type === "icon-only" ? (E(), j(ge, {
|
|
2960
2960
|
key: 3,
|
|
2961
2961
|
icon: t.icon,
|
|
2962
2962
|
size: "xxs",
|
|
@@ -2964,14 +2964,14 @@ const pu = { class: "user-picker" }, gu = { class: "user-option" }, xu = ["data-
|
|
|
2964
2964
|
}, null, 8, ["icon"])) : P("", !0),
|
|
2965
2965
|
t.type === "standard" ? W(f.$slots, "dsg-badge--after", { key: 4 }, () => [
|
|
2966
2966
|
L("div", ku, [
|
|
2967
|
-
t.iconAfter ? (E(),
|
|
2967
|
+
t.iconAfter ? (E(), j(ge, {
|
|
2968
2968
|
key: 0,
|
|
2969
2969
|
icon: t.iconAfter,
|
|
2970
2970
|
size: "xxs",
|
|
2971
2971
|
class: "dsg-badge--icon-after dsg-badge--icon"
|
|
2972
2972
|
}, null, 8, ["icon"])) : P("", !0),
|
|
2973
2973
|
t.hasClose ? (E(), O("span", Fu, [
|
|
2974
|
-
t.hasClose ? (E(),
|
|
2974
|
+
t.hasClose ? (E(), j(ge, {
|
|
2975
2975
|
key: 0,
|
|
2976
2976
|
icon: "x-close",
|
|
2977
2977
|
class: "dsg-badge--close",
|
|
@@ -3015,7 +3015,7 @@ const pu = { class: "user-picker" }, gu = { class: "user-option" }, xu = ["data-
|
|
|
3015
3015
|
disabled: r.disabled,
|
|
3016
3016
|
class: "dsg-input-number--btn dsg-input-number--decrement"
|
|
3017
3017
|
}, [
|
|
3018
|
-
r.disabled ? P("", !0) : (E(),
|
|
3018
|
+
r.disabled ? P("", !0) : (E(), j(ge, {
|
|
3019
3019
|
key: 0,
|
|
3020
3020
|
icon: "minus",
|
|
3021
3021
|
size: "sm"
|
|
@@ -3034,7 +3034,7 @@ const pu = { class: "user-picker" }, gu = { class: "user-option" }, xu = ["data-
|
|
|
3034
3034
|
onClick: i,
|
|
3035
3035
|
class: "dsg-input-number--btn dsg-input-number--increment"
|
|
3036
3036
|
}, [
|
|
3037
|
-
r.disabled ? P("", !0) : (E(),
|
|
3037
|
+
r.disabled ? P("", !0) : (E(), j(ge, {
|
|
3038
3038
|
key: 0,
|
|
3039
3039
|
icon: "plus",
|
|
3040
3040
|
size: "sm"
|
|
@@ -3051,7 +3051,7 @@ const pu = { class: "user-picker" }, gu = { class: "user-option" }, xu = ["data-
|
|
|
3051
3051
|
}), Wu = {
|
|
3052
3052
|
key: 0,
|
|
3053
3053
|
class: "dsg-checkbox-group--form-wrapper"
|
|
3054
|
-
}, Xu = { class: "dsg-checkbox-group--header" }, ju = { class: "dsg-checkbox-group--header-title-wrapper" }, Ku = { class: "dsg-checkbox-group--title" }, Yu = ["innerHTML"], Zu = { class: "dsg-checkbox-group--options" }, qu = ["onClick"], Qu = ["textContent"], Ju = ["innerHTML", "data"],
|
|
3054
|
+
}, Xu = { class: "dsg-checkbox-group--header" }, ju = { class: "dsg-checkbox-group--header-title-wrapper" }, Ku = { class: "dsg-checkbox-group--title" }, Yu = ["innerHTML"], Zu = { class: "dsg-checkbox-group--options" }, qu = ["onClick"], Qu = ["textContent"], Ju = ["innerHTML", "data"], el = /* @__PURE__ */ ve({
|
|
3055
3055
|
__name: "DsgCheckboxGroup",
|
|
3056
3056
|
props: /* @__PURE__ */ xn({
|
|
3057
3057
|
size: { default: "md" },
|
|
@@ -3078,7 +3078,7 @@ const pu = { class: "user-picker" }, gu = { class: "user-option" }, xu = ["data-
|
|
|
3078
3078
|
W(i.$slots, "dsg-checkbox-group--header", {}, () => [
|
|
3079
3079
|
L("div", ju, [
|
|
3080
3080
|
L("h3", Ku, X(t.title), 1),
|
|
3081
|
-
t.tooltip ? (E(),
|
|
3081
|
+
t.tooltip ? (E(), j(Ai, {
|
|
3082
3082
|
key: 0,
|
|
3083
3083
|
label: t.tooltip,
|
|
3084
3084
|
position: "top",
|
|
@@ -3100,7 +3100,7 @@ const pu = { class: "user-picker" }, gu = { class: "user-option" }, xu = ["data-
|
|
|
3100
3100
|
key: s,
|
|
3101
3101
|
class: "dsg-checkbox-group--option"
|
|
3102
3102
|
}, [
|
|
3103
|
-
|
|
3103
|
+
K(pn, {
|
|
3104
3104
|
label: o.label,
|
|
3105
3105
|
value: o.value,
|
|
3106
3106
|
disabled: o.disabled,
|
|
@@ -3121,7 +3121,7 @@ const pu = { class: "user-picker" }, gu = { class: "user-option" }, xu = ["data-
|
|
|
3121
3121
|
key: s
|
|
3122
3122
|
}, [
|
|
3123
3123
|
W(i.$slots, `dsg-checkbox-group--panel-title--${String(o.value).trim().toLowerCase().replace(/[^0-9a-zA-Z]/g, "-").replace(/-+/g, "-")}`, { data: o }, () => [
|
|
3124
|
-
o.icon ? (E(),
|
|
3124
|
+
o.icon ? (E(), j(ge, {
|
|
3125
3125
|
key: 0,
|
|
3126
3126
|
icon: o.icon,
|
|
3127
3127
|
size: "xl"
|
|
@@ -3144,7 +3144,7 @@ const pu = { class: "user-picker" }, gu = { class: "user-option" }, xu = ["data-
|
|
|
3144
3144
|
key: s,
|
|
3145
3145
|
class: "dsg-checkbox-group--panel-right"
|
|
3146
3146
|
}, [
|
|
3147
|
-
|
|
3147
|
+
K(pn, {
|
|
3148
3148
|
value: o.value,
|
|
3149
3149
|
disabled: o.disabled,
|
|
3150
3150
|
type: "radio",
|
|
@@ -3156,12 +3156,12 @@ const pu = { class: "user-picker" }, gu = { class: "user-option" }, xu = ["data-
|
|
|
3156
3156
|
]));
|
|
3157
3157
|
}
|
|
3158
3158
|
});
|
|
3159
|
-
var
|
|
3159
|
+
var tl = "2.0.9", rl = 500, $i = "user-agent", ar = "", Hi = "?", Ae = {
|
|
3160
3160
|
FUNCTION: "function",
|
|
3161
3161
|
OBJECT: "object",
|
|
3162
3162
|
STRING: "string",
|
|
3163
3163
|
UNDEFINED: "undefined"
|
|
3164
|
-
}, Xe = "browser", At = "cpu", pt = "device", st = "engine", Qe = "os", or = "result", D = "name", C = "type", R = "vendor", N = "version",
|
|
3164
|
+
}, Xe = "browser", At = "cpu", pt = "device", st = "engine", Qe = "os", or = "result", D = "name", C = "type", R = "vendor", N = "version", Ve = "architecture", Ur = "major", T = "model", fn = "console", z = "mobile", oe = "tablet", Ee = "smarttv", ct = "wearable", Yr = "xr", Sr = "embedded", nl = "fetcher", zt = "inapp", Si = "brands", Ft = "formFactors", Ii = "fullVersionList", sr = "platform", Oi = "platformVersion", In = "bitness", Pt = "sec-ch-ua", il = Pt + "-full-version-list", al = Pt + "-arch", ol = Pt + "-" + In, sl = Pt + "-form-factors", ul = Pt + "-" + z, ll = Pt + "-" + T, Xa = Pt + "-" + sr, fl = Xa + "-version", ja = [Si, Ii, z, T, sr, Oi, Ve, Ft, In], Zr = "Amazon", Wt = "Apple", Gi = "ASUS", zi = "BlackBerry", Bt = "Google", Wi = "Huawei", Mn = "Lenovo", Xi = "Honor", qr = "LG", Ln = "Microsoft", kn = "Motorola", ji = "Nvidia", Ki = "OnePlus", Fn = "OPPO", gr = "Samsung", Yi = "Sharp", xr = "Sony", Un = "Xiaomi", Vn = "Zebra", Zi = "Chrome", qi = "Chromium", bt = "Chromecast", cn = "Edge", yr = "Firefox", Xt = "Opera", $n = "Facebook", Qi = "Sogou", jt = "Mobile ", Kt = " Browser", ii = "Windows", cl = typeof window !== Ae.UNDEFINED, ze = cl && window.navigator ? window.navigator : void 0, Ut = ze && ze.userAgentData ? ze.userAgentData : void 0, dl = function(t, e) {
|
|
3165
3165
|
var r = {}, n = e;
|
|
3166
3166
|
if (!mn(e)) {
|
|
3167
3167
|
n = {};
|
|
@@ -3230,11 +3230,11 @@ var t1 = "2.0.9", r1 = 500, Vi = "user-agent", ar = "", $i = "?", Ae = {
|
|
|
3230
3230
|
if (typeof e[r] === Ae.OBJECT && e[r].length > 0) {
|
|
3231
3231
|
for (var n = 0; n < e[r].length; n++)
|
|
3232
3232
|
if (ai(e[r][n], t))
|
|
3233
|
-
return r ===
|
|
3233
|
+
return r === Hi ? void 0 : r;
|
|
3234
3234
|
} else if (ai(e[r], t))
|
|
3235
|
-
return r ===
|
|
3235
|
+
return r === Hi ? void 0 : r;
|
|
3236
3236
|
return e.hasOwnProperty("*") ? e["*"] : t;
|
|
3237
|
-
},
|
|
3237
|
+
}, Ji = {
|
|
3238
3238
|
ME: "4.90",
|
|
3239
3239
|
"NT 3.51": "3.51",
|
|
3240
3240
|
"NT 4.0": "4.0",
|
|
@@ -3246,7 +3246,7 @@ var t1 = "2.0.9", r1 = 500, Vi = "user-agent", ar = "", $i = "?", Ae = {
|
|
|
3246
3246
|
"8.1": "6.3",
|
|
3247
3247
|
10: ["6.4", "10.0"],
|
|
3248
3248
|
NT: ""
|
|
3249
|
-
},
|
|
3249
|
+
}, ea = {
|
|
3250
3250
|
embedded: "Automotive",
|
|
3251
3251
|
mobile: "Mobile",
|
|
3252
3252
|
tablet: ["Tablet", "EInk"],
|
|
@@ -3255,7 +3255,7 @@ var t1 = "2.0.9", r1 = 500, Vi = "user-agent", ar = "", $i = "?", Ae = {
|
|
|
3255
3255
|
xr: ["VR", "XR"],
|
|
3256
3256
|
"?": ["Desktop", "Unknown"],
|
|
3257
3257
|
"*": void 0
|
|
3258
|
-
},
|
|
3258
|
+
}, hl = {
|
|
3259
3259
|
Chrome: "Google Chrome",
|
|
3260
3260
|
Edge: "Microsoft Edge",
|
|
3261
3261
|
"Edge WebView2": "Microsoft Edge WebView2",
|
|
@@ -3265,7 +3265,7 @@ var t1 = "2.0.9", r1 = 500, Vi = "user-agent", ar = "", $i = "?", Ae = {
|
|
|
3265
3265
|
"MIUI Browser": "Miui Browser",
|
|
3266
3266
|
"Opera Mobi": "OperaMobile",
|
|
3267
3267
|
Yandex: "YaBrowser"
|
|
3268
|
-
},
|
|
3268
|
+
}, ta = {
|
|
3269
3269
|
browser: [
|
|
3270
3270
|
[
|
|
3271
3271
|
// Most common regardless engine
|
|
@@ -3458,12 +3458,12 @@ var t1 = "2.0.9", r1 = 500, Vi = "user-agent", ar = "", $i = "?", Ae = {
|
|
|
3458
3458
|
/metasr[\/ ]?([\d\.]+)/i
|
|
3459
3459
|
// Sogou Explorer
|
|
3460
3460
|
],
|
|
3461
|
-
[N, [D,
|
|
3461
|
+
[N, [D, Qi + " Explorer"]],
|
|
3462
3462
|
[
|
|
3463
3463
|
/(sogou)mo\w+\/([\d\.]+)/i
|
|
3464
3464
|
// Sogou Mobile
|
|
3465
3465
|
],
|
|
3466
|
-
[[D,
|
|
3466
|
+
[[D, Qi + " Mobile"], N],
|
|
3467
3467
|
[
|
|
3468
3468
|
/(electron)\/([\w\.]+) safari/i,
|
|
3469
3469
|
// Electron-based App
|
|
@@ -3539,12 +3539,12 @@ var t1 = "2.0.9", r1 = 500, Vi = "user-agent", ar = "", $i = "?", Ae = {
|
|
|
3539
3539
|
/ome-(lighthouse)$/i
|
|
3540
3540
|
// Chrome Lighthouse
|
|
3541
3541
|
],
|
|
3542
|
-
[D, [C,
|
|
3542
|
+
[D, [C, nl]],
|
|
3543
3543
|
[
|
|
3544
3544
|
/headlesschrome(?:\/([\w\.]+)| )/i
|
|
3545
3545
|
// Chrome Headless
|
|
3546
3546
|
],
|
|
3547
|
-
[N, [D,
|
|
3547
|
+
[N, [D, Zi + " Headless"]],
|
|
3548
3548
|
[
|
|
3549
3549
|
/wv\).+chrome\/([\w\.]+).+edgw\//i
|
|
3550
3550
|
// Edge WebView2
|
|
@@ -3554,7 +3554,7 @@ var t1 = "2.0.9", r1 = 500, Vi = "user-agent", ar = "", $i = "?", Ae = {
|
|
|
3554
3554
|
/ wv\).+(chrome)\/([\w\.]+)/i
|
|
3555
3555
|
// Chrome WebView
|
|
3556
3556
|
],
|
|
3557
|
-
[[D,
|
|
3557
|
+
[[D, Zi + " WebView"], N],
|
|
3558
3558
|
[
|
|
3559
3559
|
/droid.+ version\/([\w\.]+)\b.+(?:mobile safari|safari)/i
|
|
3560
3560
|
// Android Browser
|
|
@@ -3645,34 +3645,34 @@ var t1 = "2.0.9", r1 = 500, Vi = "user-agent", ar = "", $i = "?", Ae = {
|
|
|
3645
3645
|
/\b((amd|x|x86[-_]?|wow|win)64)\b/i
|
|
3646
3646
|
// AMD64 (x64)
|
|
3647
3647
|
],
|
|
3648
|
-
[[
|
|
3648
|
+
[[Ve, "amd64"]],
|
|
3649
3649
|
[
|
|
3650
3650
|
/(ia32(?=;))/i,
|
|
3651
3651
|
// IA32 (quicktime)
|
|
3652
3652
|
/\b((i[346]|x)86)(pc)?\b/i
|
|
3653
3653
|
// IA32 (x86)
|
|
3654
3654
|
],
|
|
3655
|
-
[[
|
|
3655
|
+
[[Ve, "ia32"]],
|
|
3656
3656
|
[
|
|
3657
3657
|
/\b(aarch64|arm(v?[89]e?l?|_?64))\b/i
|
|
3658
3658
|
// ARM64
|
|
3659
3659
|
],
|
|
3660
|
-
[[
|
|
3660
|
+
[[Ve, "arm64"]],
|
|
3661
3661
|
[
|
|
3662
3662
|
/\b(arm(v[67])?ht?n?[fl]p?)\b/i
|
|
3663
3663
|
// ARMHF
|
|
3664
3664
|
],
|
|
3665
|
-
[[
|
|
3665
|
+
[[Ve, "armhf"]],
|
|
3666
3666
|
[
|
|
3667
3667
|
// PocketPC mistakenly identified as PowerPC
|
|
3668
3668
|
/( (ce|mobile); ppc;|\/[\w\.]+arm\b)/i
|
|
3669
3669
|
],
|
|
3670
|
-
[[
|
|
3670
|
+
[[Ve, "arm"]],
|
|
3671
3671
|
[
|
|
3672
3672
|
/ sun4\w[;\)]/i
|
|
3673
3673
|
// SPARC
|
|
3674
3674
|
],
|
|
3675
|
-
[[
|
|
3675
|
+
[[Ve, "sparc"]],
|
|
3676
3676
|
[
|
|
3677
3677
|
// IA64, 68K, ARM/64, AVR/32, IRIX/64, MIPS/64, SPARC/64, PA-RISC
|
|
3678
3678
|
/\b(avr32|ia64(?=;)|68k(?=\))|\barm(?=v([1-7]|[5-7]1)l?|;|eabi)|(irix|mips|sparc)(64)?\b|pa-risc)/i,
|
|
@@ -3681,15 +3681,15 @@ var t1 = "2.0.9", r1 = 500, Vi = "user-agent", ar = "", $i = "?", Ae = {
|
|
|
3681
3681
|
/(?:osf1|[freopnt]{3,4}bsd) (alpha)/i
|
|
3682
3682
|
// Alpha
|
|
3683
3683
|
],
|
|
3684
|
-
[[
|
|
3684
|
+
[[Ve, /ower/, ar, It]],
|
|
3685
3685
|
[
|
|
3686
3686
|
/mc680.0/i
|
|
3687
3687
|
],
|
|
3688
|
-
[[
|
|
3688
|
+
[[Ve, "68k"]],
|
|
3689
3689
|
[
|
|
3690
3690
|
/winnt.+\[axp/i
|
|
3691
3691
|
],
|
|
3692
|
-
[[
|
|
3692
|
+
[[Ve, "alpha"]]
|
|
3693
3693
|
],
|
|
3694
3694
|
device: [
|
|
3695
3695
|
[
|
|
@@ -3726,26 +3726,26 @@ var t1 = "2.0.9", r1 = 500, Vi = "user-agent", ar = "", $i = "?", Ae = {
|
|
|
3726
3726
|
// Sharp
|
|
3727
3727
|
/\b(sh-?[altvz]?\d\d[a-ekm]?)/i
|
|
3728
3728
|
],
|
|
3729
|
-
[T, [R,
|
|
3729
|
+
[T, [R, Yi], [C, z]],
|
|
3730
3730
|
[
|
|
3731
3731
|
// Honor
|
|
3732
3732
|
/\b((?:brt|eln|hey2?|gdi|jdn)-a?[lnw]09|(?:ag[rm]3?|jdn2|kob2)-a?[lw]0[09]hn)(?: bui|\)|;)/i
|
|
3733
3733
|
],
|
|
3734
|
-
[T, [R,
|
|
3734
|
+
[T, [R, Xi], [C, oe]],
|
|
3735
3735
|
[
|
|
3736
3736
|
/honor([-\w ]+)[;\)]/i
|
|
3737
3737
|
],
|
|
3738
|
-
[T, [R,
|
|
3738
|
+
[T, [R, Xi], [C, z]],
|
|
3739
3739
|
[
|
|
3740
3740
|
// Huawei
|
|
3741
3741
|
/\b((?:ag[rs][2356]?k?|bah[234]?|bg[2o]|bt[kv]|cmr|cpn|db[ry]2?|jdn2|got|kob2?k?|mon|pce|scm|sht?|[tw]gr|vrd)-[ad]?[lw][0125][09]b?|605hw|bg2-u03|(?:gem|fdr|m2|ple|t1)-[7a]0[1-4][lu]|t1-a2[13][lw]|mediapad[\w\. ]*(?= bui|\)))\b(?!.+d\/s)/i
|
|
3742
3742
|
],
|
|
3743
|
-
[T, [R,
|
|
3743
|
+
[T, [R, Wi], [C, oe]],
|
|
3744
3744
|
[
|
|
3745
3745
|
/(?:huawei) ?([-\w ]+)[;\)]/i,
|
|
3746
3746
|
/\b(nexus 6p|\w{2,4}e?-[atu]?[ln][\dx][\dc][adnt]?)\b(?!.+d\/s)/i
|
|
3747
3747
|
],
|
|
3748
|
-
[T, [R,
|
|
3748
|
+
[T, [R, Wi], [C, z]],
|
|
3749
3749
|
[
|
|
3750
3750
|
// Xiaomi
|
|
3751
3751
|
/oid[^\)]+; (2[\dbc]{4}(182|283|rp\w{2})[cgl]|m2105k81a?c)(?: bui|\))/i,
|
|
@@ -3770,7 +3770,7 @@ var t1 = "2.0.9", r1 = 500, Vi = "user-agent", ar = "", $i = "?", Ae = {
|
|
|
3770
3770
|
/droid.+; (cph2[3-6]\d[13579]|((gm|hd)19|(ac|be|in|kb)20|(d[en]|eb|le|mt)21|ne22)[0-2]\d|p[g-l]\w[1m]10)\b/i,
|
|
3771
3771
|
/(?:one)?(?:plus)? (a\d0\d\d)(?: b|\))/i
|
|
3772
3772
|
],
|
|
3773
|
-
[T, [R,
|
|
3773
|
+
[T, [R, Ki], [C, z]],
|
|
3774
3774
|
[
|
|
3775
3775
|
// OPPO
|
|
3776
3776
|
/; (\w+) bui.+ oppo/i,
|
|
@@ -3889,16 +3889,16 @@ var t1 = "2.0.9", r1 = 500, Vi = "user-agent", ar = "", $i = "?", Ae = {
|
|
|
3889
3889
|
/\b((?:bb[a-f]|st[hv])100-\d)/i,
|
|
3890
3890
|
/(?:blackberry|\(bb10;) (\w+)/i
|
|
3891
3891
|
],
|
|
3892
|
-
[T, [R,
|
|
3892
|
+
[T, [R, zi], [C, z]],
|
|
3893
3893
|
[
|
|
3894
3894
|
// Asus
|
|
3895
3895
|
/(?:\b|asus_)(transfo[prime ]{4,10} \w+|eeepc|slider \w+|nexus 7|padfone|p00[cj])/i
|
|
3896
3896
|
],
|
|
3897
|
-
[T, [R,
|
|
3897
|
+
[T, [R, Gi], [C, oe]],
|
|
3898
3898
|
[
|
|
3899
3899
|
/ (z[bes]6[027][012][km][ls]|zenfone \d\w?)\b/i
|
|
3900
3900
|
],
|
|
3901
|
-
[T, [R,
|
|
3901
|
+
[T, [R, Gi], [C, z]],
|
|
3902
3902
|
[
|
|
3903
3903
|
// HTC
|
|
3904
3904
|
/(nexus 9)/i
|
|
@@ -4031,7 +4031,7 @@ var t1 = "2.0.9", r1 = 500, Vi = "user-agent", ar = "", $i = "?", Ae = {
|
|
|
4031
4031
|
/((?:tegranote|shield t(?!.+d tv))[\w- ]*?)(?: b|\))/i
|
|
4032
4032
|
// Nvidia Tablets
|
|
4033
4033
|
],
|
|
4034
|
-
[T, [R,
|
|
4034
|
+
[T, [R, ji], [C, oe]],
|
|
4035
4035
|
[
|
|
4036
4036
|
/(sprint) (\w+)/i
|
|
4037
4037
|
// Sprint Phones
|
|
@@ -4115,13 +4115,13 @@ var t1 = "2.0.9", r1 = 500, Vi = "user-agent", ar = "", $i = "?", Ae = {
|
|
|
4115
4115
|
/(shield \w+ tv)/i
|
|
4116
4116
|
// Nvidia Shield TV
|
|
4117
4117
|
],
|
|
4118
|
-
[T, [R,
|
|
4118
|
+
[T, [R, ji], [C, Ee]],
|
|
4119
4119
|
[
|
|
4120
4120
|
/\(dtv[\);].+(aquos)/i,
|
|
4121
4121
|
/(aquos-tv[\w ]+)\)/i
|
|
4122
4122
|
// Sharp
|
|
4123
4123
|
],
|
|
4124
|
-
[T, [R,
|
|
4124
|
+
[T, [R, Yi], [C, Ee]],
|
|
4125
4125
|
[
|
|
4126
4126
|
/(bravia[\w ]+)( bui|\))/i
|
|
4127
4127
|
// Sony
|
|
@@ -4198,7 +4198,7 @@ var t1 = "2.0.9", r1 = 500, Vi = "user-agent", ar = "", $i = "?", Ae = {
|
|
|
4198
4198
|
/(opwwe\d{3})/i
|
|
4199
4199
|
// OnePlus Watch
|
|
4200
4200
|
],
|
|
4201
|
-
[T, [R,
|
|
4201
|
+
[T, [R, Ki], [C, ct]],
|
|
4202
4202
|
[
|
|
4203
4203
|
/(moto 360)/i
|
|
4204
4204
|
// Motorola 360
|
|
@@ -4343,7 +4343,7 @@ var t1 = "2.0.9", r1 = 500, Vi = "user-agent", ar = "", $i = "?", Ae = {
|
|
|
4343
4343
|
/(windows nt) (6\.[23]); arm/i
|
|
4344
4344
|
// Windows RT
|
|
4345
4345
|
],
|
|
4346
|
-
[[D, /N/, "R"], [N, it,
|
|
4346
|
+
[[D, /N/, "R"], [N, it, Ji]],
|
|
4347
4347
|
[
|
|
4348
4348
|
/(windows (?:phone|mobile|iot))(?: os)?[\/ ]?([\d\.]*( se)?)/i,
|
|
4349
4349
|
// Windows IoT/Mobile/Phone
|
|
@@ -4355,7 +4355,7 @@ var t1 = "2.0.9", r1 = 500, Vi = "user-agent", ar = "", $i = "?", Ae = {
|
|
|
4355
4355
|
/windows nt ?([\d\.\)]*)(?!.+xbox)/i,
|
|
4356
4356
|
/\bwin(?=3| ?9|n)(?:nt| 9x )?([\d\.;]*)/i
|
|
4357
4357
|
],
|
|
4358
|
-
[[N, /(;|\))/g, "", it,
|
|
4358
|
+
[[N, /(;|\))/g, "", it, Ji], [D, ii]],
|
|
4359
4359
|
[
|
|
4360
4360
|
/(windows ce)\/?([\d\.]*)/i
|
|
4361
4361
|
// Windows CE
|
|
@@ -4424,7 +4424,7 @@ var t1 = "2.0.9", r1 = 500, Vi = "user-agent", ar = "", $i = "?", Ae = {
|
|
|
4424
4424
|
/\(bb(10);/i
|
|
4425
4425
|
// BlackBerry 10
|
|
4426
4426
|
],
|
|
4427
|
-
[N, [D,
|
|
4427
|
+
[N, [D, zi]],
|
|
4428
4428
|
[
|
|
4429
4429
|
/(?:symbian ?os|symbos|s60(?=;)|series ?60)[-\/ ]?([\w\.]*)/i
|
|
4430
4430
|
// Symbian
|
|
@@ -4515,7 +4515,7 @@ var t1 = "2.0.9", r1 = 500, Vi = "user-agent", ar = "", $i = "?", Ae = {
|
|
|
4515
4515
|
var t = { init: {}, isIgnore: {}, isIgnoreRgx: {}, toString: {} };
|
|
4516
4516
|
return mt.call(t.init, [
|
|
4517
4517
|
[Xe, [D, N, Ur, C]],
|
|
4518
|
-
[At, [
|
|
4518
|
+
[At, [Ve]],
|
|
4519
4519
|
[pt, [C, T, R]],
|
|
4520
4520
|
[st, [D, N]],
|
|
4521
4521
|
[Qe, [D, N]]
|
|
@@ -4528,12 +4528,12 @@ var t1 = "2.0.9", r1 = 500, Vi = "user-agent", ar = "", $i = "?", Ae = {
|
|
|
4528
4528
|
[Qe, / ?os$/i]
|
|
4529
4529
|
]), mt.call(t.toString, [
|
|
4530
4530
|
[Xe, [D, N]],
|
|
4531
|
-
[At, [
|
|
4531
|
+
[At, [Ve]],
|
|
4532
4532
|
[pt, [R, T]],
|
|
4533
4533
|
[st, [D, N]],
|
|
4534
4534
|
[Qe, [D, N]]
|
|
4535
4535
|
]), t;
|
|
4536
|
-
})(),
|
|
4536
|
+
})(), vl = function(t, e) {
|
|
4537
4537
|
var r = Qr.init[e], n = Qr.isIgnore[e] || 0, i = Qr.isIgnoreRgx[e] || 0, a = Qr.toString[e] || 0;
|
|
4538
4538
|
function o() {
|
|
4539
4539
|
mt.call(this, r);
|
|
@@ -4579,15 +4579,15 @@ var t1 = "2.0.9", r1 = 500, Vi = "user-agent", ar = "", $i = "?", Ae = {
|
|
|
4579
4579
|
function Ka(t, e) {
|
|
4580
4580
|
if (t = t || {}, mt.call(this, ja), e)
|
|
4581
4581
|
mt.call(this, [
|
|
4582
|
-
[
|
|
4583
|
-
[
|
|
4584
|
-
[z, /\?1/.test(t[
|
|
4585
|
-
[T, wr(t[
|
|
4582
|
+
[Si, Hn(t[Pt])],
|
|
4583
|
+
[Ii, Hn(t[il])],
|
|
4584
|
+
[z, /\?1/.test(t[ul])],
|
|
4585
|
+
[T, wr(t[ll])],
|
|
4586
4586
|
[sr, wr(t[Xa])],
|
|
4587
|
-
[
|
|
4588
|
-
[
|
|
4589
|
-
[Ft, Hn(t[
|
|
4590
|
-
[In, wr(t[
|
|
4587
|
+
[Oi, wr(t[fl])],
|
|
4588
|
+
[Ve, wr(t[al])],
|
|
4589
|
+
[Ft, Hn(t[sl])],
|
|
4590
|
+
[In, wr(t[ol])]
|
|
4591
4591
|
]);
|
|
4592
4592
|
else
|
|
4593
4593
|
for (var r in t)
|
|
@@ -4599,7 +4599,7 @@ function Nt(t, e, r, n) {
|
|
|
4599
4599
|
["ua", e],
|
|
4600
4600
|
["uaCH", n],
|
|
4601
4601
|
["rgxMap", r],
|
|
4602
|
-
["data",
|
|
4602
|
+
["data", vl(this, t)]
|
|
4603
4603
|
]), this;
|
|
4604
4604
|
}
|
|
4605
4605
|
Nt.prototype.get = function(t) {
|
|
@@ -4650,15 +4650,15 @@ Nt.prototype.parseCH = function() {
|
|
|
4650
4650
|
switch (this.itemType) {
|
|
4651
4651
|
case Xe:
|
|
4652
4652
|
case st:
|
|
4653
|
-
var r = t[
|
|
4653
|
+
var r = t[Ii] || t[Si], n;
|
|
4654
4654
|
if (r)
|
|
4655
4655
|
for (var i = 0; i < r.length; i++) {
|
|
4656
4656
|
var a = r[i].brand || r[i], o = r[i].version;
|
|
4657
|
-
this.itemType == Xe && !/not.a.brand/i.test(a) && (!n || /Chrom/.test(n) && a !=
|
|
4657
|
+
this.itemType == Xe && !/not.a.brand/i.test(a) && (!n || /Chrom/.test(n) && a != qi || n == cn && /WebView2/.test(a)) && (a = it(a, hl), n = this.get(D), n && !/Chrom/.test(n) && /Chrom/.test(a) || this.set(D, a).set(N, o).set(Ur, oi(o)), n = a), this.itemType == st && a == qi && this.set(N, o);
|
|
4658
4658
|
}
|
|
4659
4659
|
break;
|
|
4660
4660
|
case At:
|
|
4661
|
-
var s = t[
|
|
4661
|
+
var s = t[Ve];
|
|
4662
4662
|
s && (s && t[In] == "64" && (s += "64"), si.call(this.data, s + ";", e));
|
|
4663
4663
|
break;
|
|
4664
4664
|
case pt:
|
|
@@ -4670,16 +4670,16 @@ Nt.prototype.parseCH = function() {
|
|
|
4670
4670
|
var l;
|
|
4671
4671
|
if (typeof t[Ft] != "string")
|
|
4672
4672
|
for (var f = 0; !l && f < t[Ft].length; )
|
|
4673
|
-
l = it(t[Ft][f++],
|
|
4673
|
+
l = it(t[Ft][f++], ea);
|
|
4674
4674
|
else
|
|
4675
|
-
l = it(t[Ft],
|
|
4675
|
+
l = it(t[Ft], ea);
|
|
4676
4676
|
this.set(C, l);
|
|
4677
4677
|
}
|
|
4678
4678
|
break;
|
|
4679
4679
|
case Qe:
|
|
4680
4680
|
var c = t[sr];
|
|
4681
4681
|
if (c) {
|
|
4682
|
-
var h = t[
|
|
4682
|
+
var h = t[Oi];
|
|
4683
4683
|
c == ii && (h = parseInt(oi(h), 10) >= 13 ? "11" : "10"), this.set(D, c).set(N, h);
|
|
4684
4684
|
}
|
|
4685
4685
|
this.get(D) == ii && t[T] == "Xbox" && this.set(D, "Xbox").set(N, void 0);
|
|
@@ -4709,14 +4709,14 @@ function Et(t, e, r) {
|
|
|
4709
4709
|
return new Et(t, e, r).getResult();
|
|
4710
4710
|
var o = typeof t === Ae.STRING ? t : (
|
|
4711
4711
|
// Passed user-agent string
|
|
4712
|
-
r && r[
|
|
4712
|
+
r && r[$i] ? r[$i] : (
|
|
4713
4713
|
// User-Agent from passed headers
|
|
4714
4714
|
ze && ze.userAgent ? ze.userAgent : (
|
|
4715
4715
|
// navigator.userAgent
|
|
4716
4716
|
ar
|
|
4717
4717
|
)
|
|
4718
4718
|
)
|
|
4719
|
-
), s = new Ka(r, !0), u = e ?
|
|
4719
|
+
), s = new Ka(r, !0), u = e ? dl(ta, e) : ta, l = function(f) {
|
|
4720
4720
|
return f == or ? function() {
|
|
4721
4721
|
return new Nt(f, o, u, s).set("ua", o).set(Xe, this.getBrowser()).set(At, this.getCPU()).set(pt, this.getDevice()).set(st, this.getEngine()).set(Qe, this.getOS()).get();
|
|
4722
4722
|
} : function() {
|
|
@@ -4734,13 +4734,13 @@ function Et(t, e, r) {
|
|
|
4734
4734
|
return o;
|
|
4735
4735
|
}],
|
|
4736
4736
|
["setUA", function(f) {
|
|
4737
|
-
return Gr(f) && (o = An(f,
|
|
4737
|
+
return Gr(f) && (o = An(f, rl)), this;
|
|
4738
4738
|
}]
|
|
4739
4739
|
]).setUA(o), this;
|
|
4740
4740
|
}
|
|
4741
|
-
Et.VERSION =
|
|
4741
|
+
Et.VERSION = tl;
|
|
4742
4742
|
Et.BROWSER = On([D, N, Ur, C]);
|
|
4743
|
-
Et.CPU = On([
|
|
4743
|
+
Et.CPU = On([Ve]);
|
|
4744
4744
|
Et.DEVICE = On([T, R, C, fn, z, Ee, oe, ct, Sr]);
|
|
4745
4745
|
Et.ENGINE = Et.OS = On([D, N]);
|
|
4746
4746
|
const Gn = typeof navigator < "u" ? navigator.userAgent.toLowerCase().indexOf("firefox") > 0 : !1;
|
|
@@ -4763,7 +4763,7 @@ function Za(t) {
|
|
|
4763
4763
|
e[r - 1] += ",", e.splice(r, 1), r = e.lastIndexOf("");
|
|
4764
4764
|
return e;
|
|
4765
4765
|
}
|
|
4766
|
-
function
|
|
4766
|
+
function pl(t, e) {
|
|
4767
4767
|
const r = t.length >= e.length ? t : e, n = t.length >= e.length ? e : t;
|
|
4768
4768
|
let i = !0;
|
|
4769
4769
|
for (let a = 0; a < r.length; a++)
|
|
@@ -4864,20 +4864,20 @@ const Vr = {
|
|
|
4864
4864
|
for (let t = 1; t < 20; t++)
|
|
4865
4865
|
Vr["f".concat(t)] = 111 + t;
|
|
4866
4866
|
let pe = [], Br = null, qa = "all";
|
|
4867
|
-
const yt = /* @__PURE__ */ new Map(), dr = (t) => Vr[t.toLowerCase()] || ut[t.toLowerCase()] || t.toUpperCase().charCodeAt(0),
|
|
4867
|
+
const yt = /* @__PURE__ */ new Map(), dr = (t) => Vr[t.toLowerCase()] || ut[t.toLowerCase()] || t.toUpperCase().charCodeAt(0), gl = (t) => Object.keys(Vr).find((e) => Vr[e] === t), xl = (t) => Object.keys(ut).find((e) => ut[e] === t);
|
|
4868
4868
|
function Qa(t) {
|
|
4869
4869
|
qa = t || "all";
|
|
4870
4870
|
}
|
|
4871
4871
|
function $r() {
|
|
4872
4872
|
return qa || "all";
|
|
4873
4873
|
}
|
|
4874
|
-
function
|
|
4874
|
+
function yl() {
|
|
4875
4875
|
return pe.slice(0);
|
|
4876
4876
|
}
|
|
4877
|
-
function
|
|
4878
|
-
return pe.map((t) =>
|
|
4877
|
+
function wl() {
|
|
4878
|
+
return pe.map((t) => gl(t) || xl(t) || String.fromCharCode(t));
|
|
4879
4879
|
}
|
|
4880
|
-
function
|
|
4880
|
+
function ml() {
|
|
4881
4881
|
const t = [];
|
|
4882
4882
|
return Object.keys(ye).forEach((e) => {
|
|
4883
4883
|
ye[e].forEach((r) => {
|
|
@@ -4896,7 +4896,7 @@ function m1() {
|
|
|
4896
4896
|
});
|
|
4897
4897
|
}), t;
|
|
4898
4898
|
}
|
|
4899
|
-
function
|
|
4899
|
+
function Al(t) {
|
|
4900
4900
|
const e = t.target || t.srcElement, {
|
|
4901
4901
|
tagName: r
|
|
4902
4902
|
} = e;
|
|
@@ -4904,10 +4904,10 @@ function A1(t) {
|
|
|
4904
4904
|
const i = r === "INPUT" && !["checkbox", "radio", "range", "button", "file", "reset", "submit", "color"].includes(e.type);
|
|
4905
4905
|
return (e.isContentEditable || (i || r === "TEXTAREA" || r === "SELECT") && !e.readOnly) && (n = !1), n;
|
|
4906
4906
|
}
|
|
4907
|
-
function
|
|
4907
|
+
function El(t) {
|
|
4908
4908
|
return typeof t == "string" && (t = dr(t)), pe.indexOf(t) !== -1;
|
|
4909
4909
|
}
|
|
4910
|
-
function
|
|
4910
|
+
function bl(t, e) {
|
|
4911
4911
|
let r, n;
|
|
4912
4912
|
t || (t = $r());
|
|
4913
4913
|
for (const i in ye)
|
|
@@ -4917,11 +4917,11 @@ function b1(t, e) {
|
|
|
4917
4917
|
let {
|
|
4918
4918
|
element: s
|
|
4919
4919
|
} = o;
|
|
4920
|
-
return
|
|
4920
|
+
return Ti(s);
|
|
4921
4921
|
}) : n++;
|
|
4922
4922
|
$r() === t && Qa(e || "all");
|
|
4923
4923
|
}
|
|
4924
|
-
function
|
|
4924
|
+
function _l(t) {
|
|
4925
4925
|
let e = t.keyCode || t.which || t.charCode;
|
|
4926
4926
|
t.key && t.key.toLowerCase() === "capslock" && (e = dr(t.key));
|
|
4927
4927
|
const r = pe.indexOf(e);
|
|
@@ -4934,7 +4934,7 @@ function Ja(t) {
|
|
|
4934
4934
|
if (typeof t > "u")
|
|
4935
4935
|
Object.keys(ye).forEach((i) => {
|
|
4936
4936
|
Array.isArray(ye[i]) && ye[i].forEach((a) => Jr(a)), delete ye[i];
|
|
4937
|
-
}),
|
|
4937
|
+
}), Ti(null);
|
|
4938
4938
|
else if (Array.isArray(t))
|
|
4939
4939
|
t.forEach((i) => {
|
|
4940
4940
|
i.key && Jr(i);
|
|
@@ -4966,12 +4966,12 @@ const Jr = (t) => {
|
|
|
4966
4966
|
r || (r = $r());
|
|
4967
4967
|
const c = u > 1 ? Ya(ut, s) : [], h = [];
|
|
4968
4968
|
ye[f] = ye[f].filter((d) => {
|
|
4969
|
-
const p = (n ? d.method === n : !0) && d.scope === r &&
|
|
4969
|
+
const p = (n ? d.method === n : !0) && d.scope === r && pl(d.mods, c);
|
|
4970
4970
|
return p && h.push(d.element), !p;
|
|
4971
|
-
}), h.forEach((d) =>
|
|
4971
|
+
}), h.forEach((d) => Ti(d));
|
|
4972
4972
|
});
|
|
4973
4973
|
};
|
|
4974
|
-
function
|
|
4974
|
+
function ra(t, e, r, n) {
|
|
4975
4975
|
if (e.element !== n)
|
|
4976
4976
|
return;
|
|
4977
4977
|
let i;
|
|
@@ -4982,7 +4982,7 @@ function ta(t, e, r, n) {
|
|
|
4982
4982
|
(e.mods.length === 0 && !Re[16] && !Re[18] && !Re[17] && !Re[91] || i || e.shortcut === "*") && (e.keys = [], e.keys = e.keys.concat(pe), e.method(t, e) === !1 && (t.preventDefault ? t.preventDefault() : t.returnValue = !1, t.stopPropagation && t.stopPropagation(), t.cancelBubble && (t.cancelBubble = !0)));
|
|
4983
4983
|
}
|
|
4984
4984
|
}
|
|
4985
|
-
function
|
|
4985
|
+
function na(t, e) {
|
|
4986
4986
|
const r = ye["*"];
|
|
4987
4987
|
let n = t.keyCode || t.which || t.charCode;
|
|
4988
4988
|
if (t.key && t.key.toLowerCase() === "capslock" || !ht.filter.call(this, t)) return;
|
|
@@ -5004,7 +5004,7 @@ function ra(t, e) {
|
|
|
5004
5004
|
const i = $r();
|
|
5005
5005
|
if (r)
|
|
5006
5006
|
for (let s = 0; s < r.length; s++)
|
|
5007
|
-
r[s].scope === i && (t.type === "keydown" && r[s].keydown || t.type === "keyup" && r[s].keyup) &&
|
|
5007
|
+
r[s].scope === i && (t.type === "keydown" && r[s].keydown || t.type === "keyup" && r[s].keyup) && ra(t, r[s], i, e);
|
|
5008
5008
|
if (!(n in ye)) return;
|
|
5009
5009
|
const a = ye[n], o = a.length;
|
|
5010
5010
|
for (let s = 0; s < o; s++)
|
|
@@ -5014,7 +5014,7 @@ function ra(t, e) {
|
|
|
5014
5014
|
} = u, f = u.key.split(l), c = [];
|
|
5015
5015
|
for (let h = 0; h < f.length; h++)
|
|
5016
5016
|
c.push(dr(f[h]));
|
|
5017
|
-
c.sort().join("") === pe.sort().join("") &&
|
|
5017
|
+
c.sort().join("") === pe.sort().join("") && ra(t, u, i, e);
|
|
5018
5018
|
}
|
|
5019
5019
|
}
|
|
5020
5020
|
function ht(t, e, r) {
|
|
@@ -5037,10 +5037,10 @@ function ht(t, e, r) {
|
|
|
5037
5037
|
if (!yt.has(o)) {
|
|
5038
5038
|
const d = function() {
|
|
5039
5039
|
let p = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : window.event;
|
|
5040
|
-
return
|
|
5040
|
+
return na(p, o);
|
|
5041
5041
|
}, v = function() {
|
|
5042
5042
|
let p = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : window.event;
|
|
5043
|
-
|
|
5043
|
+
na(p, o), _l(p);
|
|
5044
5044
|
};
|
|
5045
5045
|
yt.set(o, {
|
|
5046
5046
|
keydownListener: d,
|
|
@@ -5059,7 +5059,7 @@ function ht(t, e, r) {
|
|
|
5059
5059
|
}
|
|
5060
5060
|
}
|
|
5061
5061
|
}
|
|
5062
|
-
function
|
|
5062
|
+
function Cl(t) {
|
|
5063
5063
|
let e = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : "all";
|
|
5064
5064
|
Object.keys(ye).forEach((r) => {
|
|
5065
5065
|
ye[r].filter((i) => i.scope === e && i.shortcut === t).forEach((i) => {
|
|
@@ -5067,7 +5067,7 @@ function C1(t) {
|
|
|
5067
5067
|
});
|
|
5068
5068
|
});
|
|
5069
5069
|
}
|
|
5070
|
-
function
|
|
5070
|
+
function Ti(t) {
|
|
5071
5071
|
const e = Object.values(ye).flat();
|
|
5072
5072
|
if (e.findIndex((n) => {
|
|
5073
5073
|
let {
|
|
@@ -5098,15 +5098,15 @@ function Oi(t) {
|
|
|
5098
5098
|
}
|
|
5099
5099
|
}
|
|
5100
5100
|
const Wn = {
|
|
5101
|
-
getPressedKeyString:
|
|
5101
|
+
getPressedKeyString: wl,
|
|
5102
5102
|
setScope: Qa,
|
|
5103
5103
|
getScope: $r,
|
|
5104
|
-
deleteScope:
|
|
5105
|
-
getPressedKeyCodes:
|
|
5106
|
-
getAllKeyCodes:
|
|
5107
|
-
isPressed:
|
|
5108
|
-
filter:
|
|
5109
|
-
trigger:
|
|
5104
|
+
deleteScope: bl,
|
|
5105
|
+
getPressedKeyCodes: yl,
|
|
5106
|
+
getAllKeyCodes: ml,
|
|
5107
|
+
isPressed: El,
|
|
5108
|
+
filter: Al,
|
|
5109
|
+
trigger: Cl,
|
|
5110
5110
|
unbind: Ja,
|
|
5111
5111
|
keyMap: Vr,
|
|
5112
5112
|
modifier: ut,
|
|
@@ -5118,28 +5118,28 @@ if (typeof window < "u") {
|
|
|
5118
5118
|
const t = window.hotkeys;
|
|
5119
5119
|
ht.noConflict = (e) => (e && window.hotkeys === ht && (window.hotkeys = t), ht), window.hotkeys = ht;
|
|
5120
5120
|
}
|
|
5121
|
-
const
|
|
5121
|
+
const Sl = {
|
|
5122
5122
|
class: "dsg-dropdown--trigger",
|
|
5123
5123
|
tabindex: "0"
|
|
5124
|
-
},
|
|
5124
|
+
}, Il = { class: "dsg-dropdown--menu" }, Ol = {
|
|
5125
5125
|
key: 0,
|
|
5126
5126
|
class: "dsg-dropdown--menu-header"
|
|
5127
|
-
},
|
|
5127
|
+
}, Tl = {
|
|
5128
5128
|
key: 1,
|
|
5129
5129
|
class: "dsg-dropdown--menu-header"
|
|
5130
|
-
},
|
|
5130
|
+
}, Dl = { class: "dsg-dropdown--menu-title" }, Nl = {
|
|
5131
5131
|
key: 2,
|
|
5132
5132
|
class: "dsg-dropdown--menu-header subsection"
|
|
5133
|
-
},
|
|
5133
|
+
}, Rl = { class: "dsg-dropdown--menu-subtitle" }, Pl = ["href", "target", "tabindex", "title", "onClick"], Bl = {
|
|
5134
5134
|
key: 0,
|
|
5135
5135
|
class: "dsg-dropdown--menu-item--content"
|
|
5136
|
-
},
|
|
5136
|
+
}, Ml = {
|
|
5137
5137
|
key: 0,
|
|
5138
5138
|
class: "dsg-dropdown--menu-item--icon"
|
|
5139
|
-
},
|
|
5139
|
+
}, Ll = { class: "dsg-dropdown--menu-item--label" }, kl = { class: "dsg-dropdown--menu-item--hotkey" }, Fl = { key: 0 }, Ul = {
|
|
5140
5140
|
key: 1,
|
|
5141
5141
|
class: "dsg-dropdown--menu-item--content"
|
|
5142
|
-
},
|
|
5142
|
+
}, Vl = /* @__PURE__ */ ve({
|
|
5143
5143
|
__name: "DsgDropdown",
|
|
5144
5144
|
props: {
|
|
5145
5145
|
label: { default: "" },
|
|
@@ -5183,7 +5183,7 @@ const S1 = {
|
|
|
5183
5183
|
d.hotkeyPreventDefault && d.hotkeyPreventDefault === !0 && v.preventDefault(), d.uri && window.open(d.uri, d.uriTarget ?? "_blank"), typeof d.action == "function" && (d.action(), i.value?.hide());
|
|
5184
5184
|
});
|
|
5185
5185
|
});
|
|
5186
|
-
}),
|
|
5186
|
+
}), bi(() => {
|
|
5187
5187
|
ht.deleteScope("dsgDropdown");
|
|
5188
5188
|
}), e({
|
|
5189
5189
|
handleTriggerClick: l
|
|
@@ -5191,7 +5191,7 @@ const S1 = {
|
|
|
5191
5191
|
class: q(["dsg-dropdown", `dsg-dropdown--${t.size}` + t.classes]),
|
|
5192
5192
|
ref: "dsgDropdown"
|
|
5193
5193
|
}, [
|
|
5194
|
-
|
|
5194
|
+
K(je(xo), ke({
|
|
5195
5195
|
triggers: [],
|
|
5196
5196
|
placement: t.placement,
|
|
5197
5197
|
"handle-resize": !1,
|
|
@@ -5207,11 +5207,11 @@ const S1 = {
|
|
|
5207
5207
|
onHide: v[0] || (v[0] = (p) => r.value = !1),
|
|
5208
5208
|
ref: "floatingVueDropdownEl"
|
|
5209
5209
|
}, d.$attrs), {
|
|
5210
|
-
popper:
|
|
5211
|
-
L("div",
|
|
5210
|
+
popper: Pe(() => [
|
|
5211
|
+
L("div", Il, [
|
|
5212
5212
|
W(d.$slots, "dsg-dropdown-menu--header", {}, () => [
|
|
5213
|
-
t.headerType === "avatar" ? (E(), O("div",
|
|
5214
|
-
t.avatarInfo ? (E(),
|
|
5213
|
+
t.headerType === "avatar" ? (E(), O("div", Ol, [
|
|
5214
|
+
t.avatarInfo ? (E(), j(kr, {
|
|
5215
5215
|
key: 0,
|
|
5216
5216
|
size: "md",
|
|
5217
5217
|
profileUri: t.avatarInfo.profileUri,
|
|
@@ -5220,10 +5220,10 @@ const S1 = {
|
|
|
5220
5220
|
title: t.avatarInfo.title,
|
|
5221
5221
|
"sub-text": t.avatarInfo.subText
|
|
5222
5222
|
}, null, 8, ["profileUri", "fullName", "isOnline", "title", "sub-text"])) : P("", !0)
|
|
5223
|
-
])) : t.headerType === "title" ? (E(), O("div",
|
|
5224
|
-
L("h3",
|
|
5225
|
-
])) : t.headerType === "subsection" ? (E(), O("div",
|
|
5226
|
-
L("h4",
|
|
5223
|
+
])) : t.headerType === "title" ? (E(), O("div", Tl, [
|
|
5224
|
+
L("h3", Dl, X(t.headerTitle), 1)
|
|
5225
|
+
])) : t.headerType === "subsection" ? (E(), O("div", Nl, [
|
|
5226
|
+
L("h4", Rl, X(t.headerTitle), 1)
|
|
5227
5227
|
])) : P("", !0)
|
|
5228
5228
|
]),
|
|
5229
5229
|
W(d.$slots, "dsg-dropdown-menu-content", {}, () => [
|
|
@@ -5236,29 +5236,29 @@ const S1 = {
|
|
|
5236
5236
|
key: x,
|
|
5237
5237
|
onClick: (w) => f(w, p)
|
|
5238
5238
|
}, [
|
|
5239
|
-
p.type === "item" || p.type === void 0 ? (E(), O("div",
|
|
5240
|
-
p.icon ? (E(), O("div",
|
|
5241
|
-
|
|
5239
|
+
p.type === "item" || p.type === void 0 ? (E(), O("div", Bl, [
|
|
5240
|
+
p.icon ? (E(), O("div", Ml, [
|
|
5241
|
+
K(ge, {
|
|
5242
5242
|
icon: p.icon,
|
|
5243
5243
|
size: "xs"
|
|
5244
5244
|
}, null, 8, ["icon"])
|
|
5245
5245
|
])) : P("", !0),
|
|
5246
|
-
L("span",
|
|
5247
|
-
L("div",
|
|
5248
|
-
p.hotkey ? (E(), O("span",
|
|
5246
|
+
L("span", Ll, X(p.label), 1),
|
|
5247
|
+
L("div", kl, [
|
|
5248
|
+
p.hotkey ? (E(), O("span", Fl, X(h(p.hotkey)), 1)) : P("", !0)
|
|
5249
5249
|
])
|
|
5250
|
-
])) : p.type === "divider" ? (E(), O("div",
|
|
5250
|
+
])) : p.type === "divider" ? (E(), O("div", Ul, [...v[1] || (v[1] = [
|
|
5251
5251
|
L("hr", null, null, -1)
|
|
5252
5252
|
])])) : P("", !0)
|
|
5253
|
-
], 10,
|
|
5253
|
+
], 10, Pl))), 128))
|
|
5254
5254
|
])
|
|
5255
5255
|
])
|
|
5256
5256
|
]),
|
|
5257
|
-
default:
|
|
5258
|
-
L("div",
|
|
5257
|
+
default: Pe(() => [
|
|
5258
|
+
L("div", Sl, [
|
|
5259
5259
|
W(d.$slots, "dsg-dropdown--trigger", {}, () => [
|
|
5260
5260
|
t.type === "avatar" ? (E(), O(Oe, { key: 0 }, [
|
|
5261
|
-
t.avatarInfo ? (E(),
|
|
5261
|
+
t.avatarInfo ? (E(), j(kr, {
|
|
5262
5262
|
key: 0,
|
|
5263
5263
|
size: "lg",
|
|
5264
5264
|
profileUri: t.avatarInfo.profileUri,
|
|
@@ -5267,7 +5267,7 @@ const S1 = {
|
|
|
5267
5267
|
onClick: s,
|
|
5268
5268
|
"prevent-default": !0
|
|
5269
5269
|
}, null, 8, ["profileUri", "fullName"])) : P("", !0)
|
|
5270
|
-
], 64)) : t.type === "button" ? (E(),
|
|
5270
|
+
], 64)) : t.type === "button" ? (E(), j(Ot, {
|
|
5271
5271
|
key: 1,
|
|
5272
5272
|
theme: t.buttonTheme,
|
|
5273
5273
|
label: t.label,
|
|
@@ -5277,7 +5277,7 @@ const S1 = {
|
|
|
5277
5277
|
size: t.size,
|
|
5278
5278
|
"icon-after": "chevron-down",
|
|
5279
5279
|
class: q({ "dropdown-active": r.value })
|
|
5280
|
-
}, null, 8, ["theme", "label", "icon-before", "size", "class"])) : t.type === "icon" ? (E(),
|
|
5280
|
+
}, null, 8, ["theme", "label", "icon-before", "size", "class"])) : t.type === "icon" ? (E(), j(Ot, {
|
|
5281
5281
|
key: 2,
|
|
5282
5282
|
"icon-before": t.icon,
|
|
5283
5283
|
size: "sm",
|
|
@@ -5292,10 +5292,10 @@ const S1 = {
|
|
|
5292
5292
|
}, 16, ["placement", "strategy", "shown", "boundary", "container", "skidding", "distance"])
|
|
5293
5293
|
], 2));
|
|
5294
5294
|
}
|
|
5295
|
-
}), $
|
|
5295
|
+
}), $l = { class: "dsg-input--label-wrapper block" }, Hl = ["onMousedown"], Gl = ["textContent"], zl = { class: "option-icon-wrapper" }, Wl = ["textContent"], Xl = {
|
|
5296
5296
|
key: 0,
|
|
5297
5297
|
class: "dsg-input-select--error-wrapper"
|
|
5298
|
-
},
|
|
5298
|
+
}, jl = /* @__PURE__ */ ve({
|
|
5299
5299
|
__name: "DsgInputSelect",
|
|
5300
5300
|
props: /* @__PURE__ */ xn({
|
|
5301
5301
|
options: { default: () => [] },
|
|
@@ -5332,11 +5332,11 @@ const S1 = {
|
|
|
5332
5332
|
emits: /* @__PURE__ */ xn(["update:modelValue", "update:model-value", "search-change", "select", "open", "close", "remove", "tag"], ["update:modelValue", "update:single"]),
|
|
5333
5333
|
setup(t, { expose: e, emit: r }) {
|
|
5334
5334
|
const n = gn(t, "modelValue"), i = gn(t, "single"), a = re(t.options), o = wt("multiselectEl"), s = re(!1), u = re([]);
|
|
5335
|
-
|
|
5336
|
-
const l =
|
|
5335
|
+
xe(() => u.value.length > 0);
|
|
5336
|
+
const l = xe(() => [...Array.isArray(t.errors) ? t.errors : [t.errors], ...u.value].filter((M, U, k) => U === k.indexOf(M))), f = xe(() => {
|
|
5337
5337
|
const b = Array.isArray(t.contentWrapperClass) ? t.contentWrapperClass : [t.contentWrapperClass], M = t.wrapContent ? "dsg-input-select--content-wrapper--wrap" : "dsg-input-select--content-wrapper--no-wrap";
|
|
5338
5338
|
return [...b, "dsg-input-select--content-wrapper", M].join(" ");
|
|
5339
|
-
}), c =
|
|
5339
|
+
}), c = xe(
|
|
5340
5340
|
() => [
|
|
5341
5341
|
"dsg-input-select",
|
|
5342
5342
|
`dsg-input-select--${t.size}`,
|
|
@@ -5410,7 +5410,7 @@ const S1 = {
|
|
|
5410
5410
|
}, y = (b, M) => {
|
|
5411
5411
|
s.value = !1, t.useTeleport || x(), p("close", b, M);
|
|
5412
5412
|
}, m = yo((b) => {
|
|
5413
|
-
t.getUrl && b.length >= 2 &&
|
|
5413
|
+
t.getUrl && b.length >= 2 && ki.get(t.getUrl, {
|
|
5414
5414
|
params: {
|
|
5415
5415
|
term: b,
|
|
5416
5416
|
...t.extraParams
|
|
@@ -5429,12 +5429,12 @@ const S1 = {
|
|
|
5429
5429
|
b ? i.value = b[t.trackBy] || b : i.value = null;
|
|
5430
5430
|
};
|
|
5431
5431
|
return fr(() => {
|
|
5432
|
-
window.addEventListener("resize", h), t.getUrl && t.options.length === 0 && t.fetchOnLoad &&
|
|
5432
|
+
window.addEventListener("resize", h), t.getUrl && t.options.length === 0 && t.fetchOnLoad && ki.get(t.getUrl).then((b) => {
|
|
5433
5433
|
a.value = b.data;
|
|
5434
5434
|
}).catch((b) => {
|
|
5435
5435
|
console.error("Error fetching options:", b);
|
|
5436
5436
|
}), t.validateOnLoad && _(n.value, !1);
|
|
5437
|
-
}),
|
|
5437
|
+
}), Ei(() => {
|
|
5438
5438
|
window.removeEventListener("resize", h), v.value && typeof v.value.removeEventListener == "function" && v.value.removeEventListener("scroll", d);
|
|
5439
5439
|
}), e({
|
|
5440
5440
|
getInstance: () => o.value
|
|
@@ -5442,14 +5442,14 @@ const S1 = {
|
|
|
5442
5442
|
class: q(c.value),
|
|
5443
5443
|
ref: "dsgInputSelectEl"
|
|
5444
5444
|
}, [
|
|
5445
|
-
L("div", $
|
|
5446
|
-
t.label ? (E(),
|
|
5445
|
+
L("div", $l, [
|
|
5446
|
+
t.label ? (E(), j(Ba, {
|
|
5447
5447
|
key: 0,
|
|
5448
5448
|
label: t.label,
|
|
5449
5449
|
size: "sm"
|
|
5450
5450
|
}, null, 8, ["label"])) : P("", !0)
|
|
5451
5451
|
]),
|
|
5452
|
-
|
|
5452
|
+
K(je(Ci), ke({
|
|
5453
5453
|
ref: "multiselectEl",
|
|
5454
5454
|
modelValue: n.value,
|
|
5455
5455
|
"onUpdate:modelValue": [
|
|
@@ -5480,45 +5480,45 @@ const S1 = {
|
|
|
5480
5480
|
}],
|
|
5481
5481
|
"content-wrapper-class": f.value
|
|
5482
5482
|
}, b.$attrs), {
|
|
5483
|
-
selection:
|
|
5484
|
-
t.icon ? (E(),
|
|
5483
|
+
selection: Pe(() => [
|
|
5484
|
+
t.icon ? (E(), j(ge, {
|
|
5485
5485
|
key: 0,
|
|
5486
5486
|
icon: t.icon,
|
|
5487
5487
|
size: "md",
|
|
5488
5488
|
class: "dsg-untitled-icon text-gray-500 transition-all duration-200 ease-in-out inline-block mr-2"
|
|
5489
5489
|
}, null, 8, ["icon"])) : P("", !0)
|
|
5490
5490
|
]),
|
|
5491
|
-
caret:
|
|
5491
|
+
caret: Pe(({ toggle: U }) => [
|
|
5492
5492
|
L("div", {
|
|
5493
5493
|
onMousedown: me((k) => U(), ["prevent", "stop"]),
|
|
5494
5494
|
class: "multiselect__select"
|
|
5495
5495
|
}, [
|
|
5496
|
-
|
|
5497
|
-
], 40,
|
|
5496
|
+
K(ge, { icon: "chevron-down" })
|
|
5497
|
+
], 40, Hl)
|
|
5498
5498
|
]),
|
|
5499
|
-
option:
|
|
5499
|
+
option: Pe(({ option: U }) => [
|
|
5500
5500
|
L("span", {
|
|
5501
5501
|
class: "option-label",
|
|
5502
5502
|
textContent: X(U[t.itemLabel])
|
|
5503
|
-
}, null, 8,
|
|
5504
|
-
L("span",
|
|
5505
|
-
|
|
5503
|
+
}, null, 8, Gl),
|
|
5504
|
+
L("span", zl, [
|
|
5505
|
+
K(ge, {
|
|
5506
5506
|
icon: "check",
|
|
5507
5507
|
size: "sm",
|
|
5508
5508
|
class: "option-icon text-brand-600"
|
|
5509
5509
|
})
|
|
5510
5510
|
])
|
|
5511
5511
|
]),
|
|
5512
|
-
singleLabel:
|
|
5512
|
+
singleLabel: Pe(({ option: U }) => [
|
|
5513
5513
|
W(b.$slots, "singleLabel", { option: U }, () => [
|
|
5514
5514
|
L("span", {
|
|
5515
5515
|
textContent: X(U?.[t.itemLabel])
|
|
5516
|
-
}, null, 8,
|
|
5516
|
+
}, null, 8, Wl)
|
|
5517
5517
|
])
|
|
5518
5518
|
]),
|
|
5519
5519
|
_: 3
|
|
5520
5520
|
}, 16, ["modelValue", "options", "multiple", "onSearchChange", "placeholder", "label", "track-by", "close-on-select", "show-labels", "disabled", "allow-empty", "select-label", "selected-label", "use-teleport", "content-wrapper-class", "class"]),
|
|
5521
|
-
l.value && l.value.length ? (E(), O("div",
|
|
5521
|
+
l.value && l.value.length ? (E(), O("div", Xl, [
|
|
5522
5522
|
(E(!0), O(Oe, null, Ke(l.value, (U, k) => (E(), O("span", {
|
|
5523
5523
|
class: "dsg-input--error",
|
|
5524
5524
|
key: k
|
|
@@ -5526,7 +5526,7 @@ const S1 = {
|
|
|
5526
5526
|
])) : P("", !0)
|
|
5527
5527
|
], 2));
|
|
5528
5528
|
}
|
|
5529
|
-
}),
|
|
5529
|
+
}), Kl = ["name"], Yl = ["selected"], Zl = ["value", "selected"], ql = /* @__PURE__ */ ve({
|
|
5530
5530
|
__name: "DsgInputDropdown",
|
|
5531
5531
|
props: /* @__PURE__ */ xn({
|
|
5532
5532
|
name: { default: "" },
|
|
@@ -5550,20 +5550,20 @@ const S1 = {
|
|
|
5550
5550
|
value: "",
|
|
5551
5551
|
disabled: "",
|
|
5552
5552
|
selected: e.value === ""
|
|
5553
|
-
}, X(t.placeholder), 9,
|
|
5553
|
+
}, X(t.placeholder), 9, Yl)) : P("", !0),
|
|
5554
5554
|
(E(!0), O(Oe, null, Ke(t.options, (i, a) => (E(), O("option", {
|
|
5555
5555
|
key: a,
|
|
5556
5556
|
value: i.value,
|
|
5557
5557
|
selected: e.value === i.value
|
|
5558
|
-
}, X(i.label), 9,
|
|
5559
|
-
], 10,
|
|
5558
|
+
}, X(i.label), 9, Zl))), 128))
|
|
5559
|
+
], 10, Kl)), [
|
|
5560
5560
|
[Io, e.value]
|
|
5561
5561
|
]);
|
|
5562
5562
|
}
|
|
5563
|
-
}),
|
|
5563
|
+
}), Ql = ["href", "title", "target"], Jl = {
|
|
5564
5564
|
key: 0,
|
|
5565
5565
|
class: "dsg-link--label"
|
|
5566
|
-
},
|
|
5566
|
+
}, e1 = /* @__PURE__ */ ve({
|
|
5567
5567
|
__name: "DsgLink",
|
|
5568
5568
|
props: {
|
|
5569
5569
|
label: { default: "Link" },
|
|
@@ -5590,20 +5590,20 @@ const S1 = {
|
|
|
5590
5590
|
onClick: i
|
|
5591
5591
|
}, [
|
|
5592
5592
|
W(a.$slots, "dsg-link-content", {}, () => [
|
|
5593
|
-
t.label ? (E(), O("span",
|
|
5593
|
+
t.label ? (E(), O("span", Jl, X(t.label), 1)) : P("", !0)
|
|
5594
5594
|
])
|
|
5595
|
-
], 10,
|
|
5595
|
+
], 10, Ql));
|
|
5596
5596
|
}
|
|
5597
|
-
}),
|
|
5597
|
+
}), t1 = {
|
|
5598
5598
|
key: 1,
|
|
5599
5599
|
class: "dsg-modal__header-text"
|
|
5600
|
-
},
|
|
5600
|
+
}, r1 = {
|
|
5601
5601
|
key: 0,
|
|
5602
5602
|
class: "dsg-modal__header-title"
|
|
5603
|
-
},
|
|
5603
|
+
}, n1 = {
|
|
5604
5604
|
key: 1,
|
|
5605
5605
|
class: "dsg-modal__header-description"
|
|
5606
|
-
},
|
|
5606
|
+
}, i1 = {
|
|
5607
5607
|
key: 1,
|
|
5608
5608
|
class: "dsg-modal__body"
|
|
5609
5609
|
}, eo = /* @__PURE__ */ ve({
|
|
@@ -5648,7 +5648,7 @@ const S1 = {
|
|
|
5648
5648
|
class: q(["dsg-modal__wrapper", t.wrapperClasses]),
|
|
5649
5649
|
style: tr({ width: t.width })
|
|
5650
5650
|
}, [
|
|
5651
|
-
t.hasClosedButton ? (E(),
|
|
5651
|
+
t.hasClosedButton ? (E(), j(Ot, {
|
|
5652
5652
|
key: 0,
|
|
5653
5653
|
theme: "gray-tertiary",
|
|
5654
5654
|
iconBefore: "x",
|
|
@@ -5660,25 +5660,25 @@ const S1 = {
|
|
|
5660
5660
|
L("div", {
|
|
5661
5661
|
class: q(["dsg-modal__header", [`dsg-modal__header--${t.type}`, `${f.$slots.default ? "dsg-modal__header--with-body" : ""}`].join(" ")])
|
|
5662
5662
|
}, [
|
|
5663
|
-
t.miscIcon ? (E(),
|
|
5664
|
-
t.title || t.description ? (E(), O("div",
|
|
5665
|
-
t.title ? (E(), O("h3",
|
|
5666
|
-
t.description ? (E(), O("p",
|
|
5663
|
+
t.miscIcon ? (E(), j(Qt, Na(ke({ key: 0 }, t.miscIcon)), null, 16)) : P("", !0),
|
|
5664
|
+
t.title || t.description ? (E(), O("div", t1, [
|
|
5665
|
+
t.title ? (E(), O("h3", r1, X(t.title), 1)) : P("", !0),
|
|
5666
|
+
t.description ? (E(), O("p", n1, X(t.description), 1)) : P("", !0)
|
|
5667
5667
|
])) : P("", !0)
|
|
5668
5668
|
], 2)
|
|
5669
5669
|
]),
|
|
5670
|
-
f.$slots.default ? (E(), O("div",
|
|
5670
|
+
f.$slots.default ? (E(), O("div", i1, [
|
|
5671
5671
|
W(f.$slots, "default")
|
|
5672
5672
|
])) : P("", !0),
|
|
5673
5673
|
W(f.$slots, "dsg-modal__footer", {}, () => [
|
|
5674
5674
|
L("div", {
|
|
5675
5675
|
class: q(["dsg-modal__footer", `dsg-modal__footer--${t.footerType}`])
|
|
5676
5676
|
}, [
|
|
5677
|
-
t.secondaryButton ? (E(),
|
|
5677
|
+
t.secondaryButton ? (E(), j(Ot, ke({ key: 0 }, t.secondaryButton, {
|
|
5678
5678
|
onButtonClicked: u,
|
|
5679
5679
|
classes: "dsg-modal__secondary-button"
|
|
5680
5680
|
}), null, 16)) : P("", !0),
|
|
5681
|
-
t.primaryButton ? (E(),
|
|
5681
|
+
t.primaryButton ? (E(), j(Ot, ke({ key: 1 }, t.primaryButton, {
|
|
5682
5682
|
onButtonClicked: l,
|
|
5683
5683
|
classes: "dsg-dsg-modal__primary-button"
|
|
5684
5684
|
}), null, 16)) : P("", !0)
|
|
@@ -5687,10 +5687,10 @@ const S1 = {
|
|
|
5687
5687
|
], 6)
|
|
5688
5688
|
], 2));
|
|
5689
5689
|
}
|
|
5690
|
-
}),
|
|
5690
|
+
}), a1 = { class: "dsg-tag--before" }, o1 = { class: "dsg-tag--label" }, s1 = { class: "dsg-tag--after" }, u1 = {
|
|
5691
5691
|
key: 0,
|
|
5692
5692
|
class: "dsg-tag--count"
|
|
5693
|
-
},
|
|
5693
|
+
}, l1 = /* @__PURE__ */ ve({
|
|
5694
5694
|
__name: "DsgTag",
|
|
5695
5695
|
props: {
|
|
5696
5696
|
label: { default: "" },
|
|
@@ -5735,8 +5735,8 @@ const S1 = {
|
|
|
5735
5735
|
class: q(je(n)),
|
|
5736
5736
|
ref: "dsgTag"
|
|
5737
5737
|
}, [
|
|
5738
|
-
L("div",
|
|
5739
|
-
t.hasCheckbox ? (E(),
|
|
5738
|
+
L("div", a1, [
|
|
5739
|
+
t.hasCheckbox ? (E(), j(pn, {
|
|
5740
5740
|
key: 0,
|
|
5741
5741
|
class: "dsg-tag--checkbox",
|
|
5742
5742
|
size: i(),
|
|
@@ -5744,7 +5744,7 @@ const S1 = {
|
|
|
5744
5744
|
onBeforeChecked: u,
|
|
5745
5745
|
onAfterChecked: l
|
|
5746
5746
|
}, null, 8, ["size"])) : P("", !0),
|
|
5747
|
-
t.avatarUri ? (E(),
|
|
5747
|
+
t.avatarUri ? (E(), j(kr, {
|
|
5748
5748
|
key: 1,
|
|
5749
5749
|
"profile-uri": t.avatarUri,
|
|
5750
5750
|
size: "xxs",
|
|
@@ -5758,11 +5758,11 @@ const S1 = {
|
|
|
5758
5758
|
}, null, 4)) : P("", !0)
|
|
5759
5759
|
]),
|
|
5760
5760
|
W(p.$slots, "dsg-tag--label", {}, () => [
|
|
5761
|
-
L("span",
|
|
5761
|
+
L("span", o1, X(t.label), 1)
|
|
5762
5762
|
]),
|
|
5763
|
-
L("div",
|
|
5764
|
-
f.value && f.value > 0 ? (E(), O("div",
|
|
5765
|
-
t.hasClose ? (E(),
|
|
5763
|
+
L("div", s1, [
|
|
5764
|
+
f.value && f.value > 0 ? (E(), O("div", u1, X(f.value), 1)) : P("", !0),
|
|
5765
|
+
t.hasClose ? (E(), j(ge, {
|
|
5766
5766
|
key: 1,
|
|
5767
5767
|
icon: "x-close",
|
|
5768
5768
|
class: "dsg-tag--close",
|
|
@@ -5771,10 +5771,10 @@ const S1 = {
|
|
|
5771
5771
|
])
|
|
5772
5772
|
], 2));
|
|
5773
5773
|
}
|
|
5774
|
-
}),
|
|
5774
|
+
}), f1 = { class: "dsg-toggle--element" }, c1 = ["checked", "disabled"], d1 = {
|
|
5775
5775
|
key: 0,
|
|
5776
5776
|
class: "dsg-toggle--label-wrapper"
|
|
5777
|
-
},
|
|
5777
|
+
}, h1 = ["innerHTML"], v1 = ["innerHTML"], p1 = /* @__PURE__ */ ve({
|
|
5778
5778
|
__name: "DsgToggle",
|
|
5779
5779
|
props: {
|
|
5780
5780
|
modelValue: { type: Boolean, default: !1 },
|
|
@@ -5806,7 +5806,7 @@ const S1 = {
|
|
|
5806
5806
|
class: q(je(n)),
|
|
5807
5807
|
onClick: s
|
|
5808
5808
|
}, [
|
|
5809
|
-
L("label",
|
|
5809
|
+
L("label", f1, [
|
|
5810
5810
|
L("input", {
|
|
5811
5811
|
type: "checkbox",
|
|
5812
5812
|
class: "dsg-toggle--checkbox",
|
|
@@ -5815,29 +5815,29 @@ const S1 = {
|
|
|
5815
5815
|
title: "checkbox",
|
|
5816
5816
|
ref: "toggleCheckbox",
|
|
5817
5817
|
disabled: t.disabled
|
|
5818
|
-
}, null, 40,
|
|
5818
|
+
}, null, 40, c1),
|
|
5819
5819
|
c[0] || (c[0] = L("span", { class: "dsg-toggle--slider" }, null, -1))
|
|
5820
5820
|
]),
|
|
5821
|
-
t.label.length ? (E(), O("div",
|
|
5821
|
+
t.label.length ? (E(), O("div", d1, [
|
|
5822
5822
|
W(f.$slots, "dsg-toggle--label", {}, () => [
|
|
5823
5823
|
L("h3", {
|
|
5824
5824
|
class: "dsg-toggle--label",
|
|
5825
5825
|
innerHTML: t.label
|
|
5826
|
-
}, null, 8,
|
|
5826
|
+
}, null, 8, h1)
|
|
5827
5827
|
]),
|
|
5828
5828
|
t.label.length && t.subText.length ? W(f.$slots, "dsg-toggle--subtext", { key: 0 }, () => [
|
|
5829
5829
|
L("p", {
|
|
5830
5830
|
class: "dsg-toggle--subtext",
|
|
5831
5831
|
innerHTML: t.subText
|
|
5832
|
-
}, null, 8,
|
|
5832
|
+
}, null, 8, v1)
|
|
5833
5833
|
]) : P("", !0)
|
|
5834
5834
|
])) : P("", !0)
|
|
5835
5835
|
], 2));
|
|
5836
5836
|
}
|
|
5837
|
-
}),
|
|
5837
|
+
}), g1 = { class: "dsg-progress" }, x1 = { class: "dsg-progress--inner" }, y1 = {
|
|
5838
5838
|
key: 0,
|
|
5839
5839
|
class: "text-sm text-gray-700 min-w-[60px] text-right"
|
|
5840
|
-
},
|
|
5840
|
+
}, w1 = { key: 0 }, m1 = { key: 1 }, A1 = { key: 2 }, E1 = /* @__PURE__ */ ve({
|
|
5841
5841
|
__name: "DsgProgress",
|
|
5842
5842
|
props: {
|
|
5843
5843
|
value: {},
|
|
@@ -5846,34 +5846,34 @@ const S1 = {
|
|
|
5846
5846
|
textSuffix: {}
|
|
5847
5847
|
},
|
|
5848
5848
|
setup(t) {
|
|
5849
|
-
const e = t, r =
|
|
5849
|
+
const e = t, r = xe(() => {
|
|
5850
5850
|
const n = e.value / e.max * 100;
|
|
5851
5851
|
return isNaN(n) ? 0 : Math.min(Math.max(n, 0), 100);
|
|
5852
5852
|
});
|
|
5853
|
-
return (n, i) => (E(), O("div",
|
|
5854
|
-
L("div",
|
|
5853
|
+
return (n, i) => (E(), O("div", g1, [
|
|
5854
|
+
L("div", x1, [
|
|
5855
5855
|
L("div", {
|
|
5856
5856
|
class: "dsg-progress--inner--progress",
|
|
5857
5857
|
style: tr({ width: r.value + "%" })
|
|
5858
5858
|
}, null, 4)
|
|
5859
5859
|
]),
|
|
5860
|
-
t.showText !== "none" ? (E(), O("div",
|
|
5861
|
-
t.showText === "number" ? (E(), O("span",
|
|
5862
|
-
t.textSuffix ? (E(), O("span",
|
|
5860
|
+
t.showText !== "none" ? (E(), O("div", y1, [
|
|
5861
|
+
t.showText === "number" ? (E(), O("span", w1, X(t.value) + "/" + X(t.max), 1)) : t.showText === "percentage" ? (E(), O("span", m1, X(r.value.toFixed(2)) + "%", 1)) : P("", !0),
|
|
5862
|
+
t.textSuffix ? (E(), O("span", A1, " " + X(t.textSuffix), 1)) : P("", !0)
|
|
5863
5863
|
])) : P("", !0)
|
|
5864
5864
|
]));
|
|
5865
5865
|
}
|
|
5866
5866
|
});
|
|
5867
|
-
function
|
|
5867
|
+
function b1(t, e) {
|
|
5868
5868
|
var r = Object.setPrototypeOf;
|
|
5869
5869
|
r ? r(t, e) : t.__proto__ = e;
|
|
5870
5870
|
}
|
|
5871
|
-
function
|
|
5871
|
+
function _1(t, e) {
|
|
5872
5872
|
e === void 0 && (e = t.constructor);
|
|
5873
5873
|
var r = Error.captureStackTrace;
|
|
5874
5874
|
r && r(t, e);
|
|
5875
5875
|
}
|
|
5876
|
-
var
|
|
5876
|
+
var C1 = /* @__PURE__ */ (function() {
|
|
5877
5877
|
var t = function(r, n) {
|
|
5878
5878
|
return t = Object.setPrototypeOf || {
|
|
5879
5879
|
__proto__: []
|
|
@@ -5892,18 +5892,18 @@ var Cl = /* @__PURE__ */ (function() {
|
|
|
5892
5892
|
}
|
|
5893
5893
|
e.prototype = r === null ? Object.create(r) : (n.prototype = r.prototype, new n());
|
|
5894
5894
|
};
|
|
5895
|
-
})(),
|
|
5896
|
-
|
|
5895
|
+
})(), S1 = (function(t) {
|
|
5896
|
+
C1(e, t);
|
|
5897
5897
|
function e(r, n) {
|
|
5898
5898
|
var i = this.constructor, a = t.call(this, r, n) || this;
|
|
5899
5899
|
return Object.defineProperty(a, "name", {
|
|
5900
5900
|
value: i.name,
|
|
5901
5901
|
enumerable: !1,
|
|
5902
5902
|
configurable: !0
|
|
5903
|
-
}),
|
|
5903
|
+
}), b1(a, i.prototype), _1(a), a;
|
|
5904
5904
|
}
|
|
5905
5905
|
return e;
|
|
5906
|
-
})(Error),
|
|
5906
|
+
})(Error), I1 = /* @__PURE__ */ (function() {
|
|
5907
5907
|
var t = function(e, r) {
|
|
5908
5908
|
return t = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(n, i) {
|
|
5909
5909
|
n.__proto__ = i;
|
|
@@ -5921,7 +5921,7 @@ var Cl = /* @__PURE__ */ (function() {
|
|
|
5921
5921
|
})(), He = (
|
|
5922
5922
|
/** @class */
|
|
5923
5923
|
(function(t) {
|
|
5924
|
-
|
|
5924
|
+
I1(e, t);
|
|
5925
5925
|
function e(r) {
|
|
5926
5926
|
r === void 0 && (r = void 0);
|
|
5927
5927
|
var n = t.call(this, r) || this;
|
|
@@ -5931,8 +5931,8 @@ var Cl = /* @__PURE__ */ (function() {
|
|
|
5931
5931
|
var r = this.constructor;
|
|
5932
5932
|
return r.kind;
|
|
5933
5933
|
}, e.kind = "Exception", e;
|
|
5934
|
-
})(
|
|
5935
|
-
),
|
|
5934
|
+
})(S1)
|
|
5935
|
+
), O1 = /* @__PURE__ */ (function() {
|
|
5936
5936
|
var t = function(e, r) {
|
|
5937
5937
|
return t = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(n, i) {
|
|
5938
5938
|
n.__proto__ = i;
|
|
@@ -5950,13 +5950,13 @@ var Cl = /* @__PURE__ */ (function() {
|
|
|
5950
5950
|
})(), nt = (
|
|
5951
5951
|
/** @class */
|
|
5952
5952
|
(function(t) {
|
|
5953
|
-
|
|
5953
|
+
O1(e, t);
|
|
5954
5954
|
function e() {
|
|
5955
5955
|
return t !== null && t.apply(this, arguments) || this;
|
|
5956
5956
|
}
|
|
5957
5957
|
return e.kind = "ArgumentException", e;
|
|
5958
5958
|
})(He)
|
|
5959
|
-
),
|
|
5959
|
+
), T1 = /* @__PURE__ */ (function() {
|
|
5960
5960
|
var t = function(e, r) {
|
|
5961
5961
|
return t = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(n, i) {
|
|
5962
5962
|
n.__proto__ = i;
|
|
@@ -5974,13 +5974,13 @@ var Cl = /* @__PURE__ */ (function() {
|
|
|
5974
5974
|
})(), H = (
|
|
5975
5975
|
/** @class */
|
|
5976
5976
|
(function(t) {
|
|
5977
|
-
|
|
5977
|
+
T1(e, t);
|
|
5978
5978
|
function e() {
|
|
5979
5979
|
return t !== null && t.apply(this, arguments) || this;
|
|
5980
5980
|
}
|
|
5981
5981
|
return e.kind = "IllegalArgumentException", e;
|
|
5982
5982
|
})(He)
|
|
5983
|
-
),
|
|
5983
|
+
), D1 = (
|
|
5984
5984
|
/** @class */
|
|
5985
5985
|
(function() {
|
|
5986
5986
|
function t(e) {
|
|
@@ -6016,7 +6016,7 @@ var Cl = /* @__PURE__ */ (function() {
|
|
|
6016
6016
|
}
|
|
6017
6017
|
}, t;
|
|
6018
6018
|
})()
|
|
6019
|
-
),
|
|
6019
|
+
), N1 = /* @__PURE__ */ (function() {
|
|
6020
6020
|
var t = function(e, r) {
|
|
6021
6021
|
return t = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(n, i) {
|
|
6022
6022
|
n.__proto__ = i;
|
|
@@ -6031,10 +6031,10 @@ var Cl = /* @__PURE__ */ (function() {
|
|
|
6031
6031
|
}
|
|
6032
6032
|
e.prototype = r === null ? Object.create(r) : (n.prototype = r.prototype, new n());
|
|
6033
6033
|
};
|
|
6034
|
-
})(),
|
|
6034
|
+
})(), Be = (
|
|
6035
6035
|
/** @class */
|
|
6036
6036
|
(function(t) {
|
|
6037
|
-
|
|
6037
|
+
N1(e, t);
|
|
6038
6038
|
function e() {
|
|
6039
6039
|
return t !== null && t.apply(this, arguments) || this;
|
|
6040
6040
|
}
|
|
@@ -6042,7 +6042,7 @@ var Cl = /* @__PURE__ */ (function() {
|
|
|
6042
6042
|
return new e();
|
|
6043
6043
|
}, e.kind = "ChecksumException", e;
|
|
6044
6044
|
})(He)
|
|
6045
|
-
),
|
|
6045
|
+
), R1 = (
|
|
6046
6046
|
/** @class */
|
|
6047
6047
|
(function() {
|
|
6048
6048
|
function t(e) {
|
|
@@ -6068,7 +6068,7 @@ var Cl = /* @__PURE__ */ (function() {
|
|
|
6068
6068
|
return Date.now();
|
|
6069
6069
|
}, t;
|
|
6070
6070
|
})()
|
|
6071
|
-
),
|
|
6071
|
+
), P1 = /* @__PURE__ */ (function() {
|
|
6072
6072
|
var t = function(e, r) {
|
|
6073
6073
|
return t = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(n, i) {
|
|
6074
6074
|
n.__proto__ = i;
|
|
@@ -6083,16 +6083,16 @@ var Cl = /* @__PURE__ */ (function() {
|
|
|
6083
6083
|
}
|
|
6084
6084
|
e.prototype = r === null ? Object.create(r) : (n.prototype = r.prototype, new n());
|
|
6085
6085
|
};
|
|
6086
|
-
})(),
|
|
6086
|
+
})(), Di = (
|
|
6087
6087
|
/** @class */
|
|
6088
6088
|
(function(t) {
|
|
6089
|
-
|
|
6089
|
+
P1(e, t);
|
|
6090
6090
|
function e() {
|
|
6091
6091
|
return t !== null && t.apply(this, arguments) || this;
|
|
6092
6092
|
}
|
|
6093
6093
|
return e.kind = "IndexOutOfBoundsException", e;
|
|
6094
6094
|
})(He)
|
|
6095
|
-
),
|
|
6095
|
+
), B1 = /* @__PURE__ */ (function() {
|
|
6096
6096
|
var t = function(e, r) {
|
|
6097
6097
|
return t = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(n, i) {
|
|
6098
6098
|
n.__proto__ = i;
|
|
@@ -6107,18 +6107,18 @@ var Cl = /* @__PURE__ */ (function() {
|
|
|
6107
6107
|
}
|
|
6108
6108
|
e.prototype = r === null ? Object.create(r) : (n.prototype = r.prototype, new n());
|
|
6109
6109
|
};
|
|
6110
|
-
})(),
|
|
6110
|
+
})(), ia = (
|
|
6111
6111
|
/** @class */
|
|
6112
6112
|
(function(t) {
|
|
6113
|
-
|
|
6113
|
+
B1(e, t);
|
|
6114
6114
|
function e(r, n) {
|
|
6115
6115
|
r === void 0 && (r = void 0), n === void 0 && (n = void 0);
|
|
6116
6116
|
var i = t.call(this, n) || this;
|
|
6117
6117
|
return i.index = r, i.message = n, i;
|
|
6118
6118
|
}
|
|
6119
6119
|
return e.kind = "ArrayIndexOutOfBoundsException", e;
|
|
6120
|
-
})(
|
|
6121
|
-
),
|
|
6120
|
+
})(Di)
|
|
6121
|
+
), M1 = function(t) {
|
|
6122
6122
|
var e = typeof Symbol == "function" && Symbol.iterator, r = e && t[e], n = 0;
|
|
6123
6123
|
if (r) return r.call(t);
|
|
6124
6124
|
if (t && typeof t.length == "number") return {
|
|
@@ -6143,9 +6143,9 @@ var Cl = /* @__PURE__ */ (function() {
|
|
|
6143
6143
|
if (r > n)
|
|
6144
6144
|
throw new H("fromIndex(" + r + ") > toIndex(" + n + ")");
|
|
6145
6145
|
if (r < 0)
|
|
6146
|
-
throw new
|
|
6146
|
+
throw new ia(r);
|
|
6147
6147
|
if (n > e)
|
|
6148
|
-
throw new
|
|
6148
|
+
throw new ia(n);
|
|
6149
6149
|
}, t.asList = function() {
|
|
6150
6150
|
for (var e = [], r = 0; r < arguments.length; r++)
|
|
6151
6151
|
e[r] = arguments[r];
|
|
@@ -6173,7 +6173,7 @@ var Cl = /* @__PURE__ */ (function() {
|
|
|
6173
6173
|
return 0;
|
|
6174
6174
|
var i = 1;
|
|
6175
6175
|
try {
|
|
6176
|
-
for (var a =
|
|
6176
|
+
for (var a = M1(e), o = a.next(); !o.done; o = a.next()) {
|
|
6177
6177
|
var s = o.value;
|
|
6178
6178
|
i = 31 * i + s;
|
|
6179
6179
|
}
|
|
@@ -6382,7 +6382,7 @@ var Cl = /* @__PURE__ */ (function() {
|
|
|
6382
6382
|
t[t.OTHER = 0] = "OTHER", t[t.PURE_BARCODE = 1] = "PURE_BARCODE", t[t.POSSIBLE_FORMATS = 2] = "POSSIBLE_FORMATS", t[t.TRY_HARDER = 3] = "TRY_HARDER", t[t.CHARACTER_SET = 4] = "CHARACTER_SET", t[t.ALLOWED_LENGTHS = 5] = "ALLOWED_LENGTHS", t[t.ASSUME_CODE_39_CHECK_DIGIT = 6] = "ASSUME_CODE_39_CHECK_DIGIT", t[t.ASSUME_GS1 = 7] = "ASSUME_GS1", t[t.RETURN_CODABAR_START_END = 8] = "RETURN_CODABAR_START_END", t[t.NEED_RESULT_POINT_CALLBACK = 9] = "NEED_RESULT_POINT_CALLBACK", t[t.ALLOWED_EAN_EXTENSIONS = 10] = "ALLOWED_EAN_EXTENSIONS";
|
|
6383
6383
|
})(ui || (ui = {}));
|
|
6384
6384
|
const we = ui;
|
|
6385
|
-
var
|
|
6385
|
+
var L1 = /* @__PURE__ */ (function() {
|
|
6386
6386
|
var t = function(e, r) {
|
|
6387
6387
|
return t = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(n, i) {
|
|
6388
6388
|
n.__proto__ = i;
|
|
@@ -6400,7 +6400,7 @@ var Ll = /* @__PURE__ */ (function() {
|
|
|
6400
6400
|
})(), F = (
|
|
6401
6401
|
/** @class */
|
|
6402
6402
|
(function(t) {
|
|
6403
|
-
|
|
6403
|
+
L1(e, t);
|
|
6404
6404
|
function e() {
|
|
6405
6405
|
return t !== null && t.apply(this, arguments) || this;
|
|
6406
6406
|
}
|
|
@@ -6408,7 +6408,7 @@ var Ll = /* @__PURE__ */ (function() {
|
|
|
6408
6408
|
return new e();
|
|
6409
6409
|
}, e.kind = "FormatException", e;
|
|
6410
6410
|
})(He)
|
|
6411
|
-
),
|
|
6411
|
+
), k1 = function(t) {
|
|
6412
6412
|
var e = typeof Symbol == "function" && Symbol.iterator, r = e && t[e], n = 0;
|
|
6413
6413
|
if (r) return r.call(t);
|
|
6414
6414
|
if (t && typeof t.length == "number") return {
|
|
@@ -6433,7 +6433,7 @@ var Ce = (
|
|
|
6433
6433
|
t.VALUES_TO_ECI.set(c, this);
|
|
6434
6434
|
}
|
|
6435
6435
|
try {
|
|
6436
|
-
for (var h =
|
|
6436
|
+
for (var h = k1(o), d = h.next(); !d.done; d = h.next()) {
|
|
6437
6437
|
var v = d.value;
|
|
6438
6438
|
t.NAME_TO_ECI.set(v, this);
|
|
6439
6439
|
}
|
|
@@ -6472,7 +6472,7 @@ var Ce = (
|
|
|
6472
6472
|
return this.getName() === r.getName();
|
|
6473
6473
|
}, t.VALUE_IDENTIFIER_TO_ECI = /* @__PURE__ */ new Map(), t.VALUES_TO_ECI = /* @__PURE__ */ new Map(), t.NAME_TO_ECI = /* @__PURE__ */ new Map(), t.Cp437 = new t(ae.Cp437, Int32Array.from([0, 2]), "Cp437"), t.ISO8859_1 = new t(ae.ISO8859_1, Int32Array.from([1, 3]), "ISO-8859-1", "ISO88591", "ISO8859_1"), t.ISO8859_2 = new t(ae.ISO8859_2, 4, "ISO-8859-2", "ISO88592", "ISO8859_2"), t.ISO8859_3 = new t(ae.ISO8859_3, 5, "ISO-8859-3", "ISO88593", "ISO8859_3"), t.ISO8859_4 = new t(ae.ISO8859_4, 6, "ISO-8859-4", "ISO88594", "ISO8859_4"), t.ISO8859_5 = new t(ae.ISO8859_5, 7, "ISO-8859-5", "ISO88595", "ISO8859_5"), t.ISO8859_6 = new t(ae.ISO8859_6, 8, "ISO-8859-6", "ISO88596", "ISO8859_6"), t.ISO8859_7 = new t(ae.ISO8859_7, 9, "ISO-8859-7", "ISO88597", "ISO8859_7"), t.ISO8859_8 = new t(ae.ISO8859_8, 10, "ISO-8859-8", "ISO88598", "ISO8859_8"), t.ISO8859_9 = new t(ae.ISO8859_9, 11, "ISO-8859-9", "ISO88599", "ISO8859_9"), t.ISO8859_10 = new t(ae.ISO8859_10, 12, "ISO-8859-10", "ISO885910", "ISO8859_10"), t.ISO8859_11 = new t(ae.ISO8859_11, 13, "ISO-8859-11", "ISO885911", "ISO8859_11"), t.ISO8859_13 = new t(ae.ISO8859_13, 15, "ISO-8859-13", "ISO885913", "ISO8859_13"), t.ISO8859_14 = new t(ae.ISO8859_14, 16, "ISO-8859-14", "ISO885914", "ISO8859_14"), t.ISO8859_15 = new t(ae.ISO8859_15, 17, "ISO-8859-15", "ISO885915", "ISO8859_15"), t.ISO8859_16 = new t(ae.ISO8859_16, 18, "ISO-8859-16", "ISO885916", "ISO8859_16"), t.SJIS = new t(ae.SJIS, 20, "SJIS", "Shift_JIS"), t.Cp1250 = new t(ae.Cp1250, 21, "Cp1250", "windows-1250"), t.Cp1251 = new t(ae.Cp1251, 22, "Cp1251", "windows-1251"), t.Cp1252 = new t(ae.Cp1252, 23, "Cp1252", "windows-1252"), t.Cp1256 = new t(ae.Cp1256, 24, "Cp1256", "windows-1256"), t.UnicodeBigUnmarked = new t(ae.UnicodeBigUnmarked, 25, "UnicodeBigUnmarked", "UTF-16BE", "UnicodeBig"), t.UTF8 = new t(ae.UTF8, 26, "UTF8", "UTF-8"), t.ASCII = new t(ae.ASCII, Int32Array.from([27, 170]), "ASCII", "US-ASCII"), t.Big5 = new t(ae.Big5, 28, "Big5"), t.GB18030 = new t(ae.GB18030, 29, "GB18030", "GB2312", "EUC_CN", "GBK"), t.EUC_KR = new t(ae.EUC_KR, 30, "EUC_KR", "EUC-KR"), t;
|
|
6474
6474
|
})()
|
|
6475
|
-
),
|
|
6475
|
+
), F1 = /* @__PURE__ */ (function() {
|
|
6476
6476
|
var t = function(e, r) {
|
|
6477
6477
|
return t = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(n, i) {
|
|
6478
6478
|
n.__proto__ = i;
|
|
@@ -6490,7 +6490,7 @@ var Ce = (
|
|
|
6490
6490
|
})(), dn = (
|
|
6491
6491
|
/** @class */
|
|
6492
6492
|
(function(t) {
|
|
6493
|
-
|
|
6493
|
+
F1(e, t);
|
|
6494
6494
|
function e() {
|
|
6495
6495
|
return t !== null && t.apply(this, arguments) || this;
|
|
6496
6496
|
}
|
|
@@ -6783,7 +6783,7 @@ var Ce = (
|
|
|
6783
6783
|
return new t(this.width, this.height, this.rowSize, this.bits.slice());
|
|
6784
6784
|
}, t;
|
|
6785
6785
|
})()
|
|
6786
|
-
),
|
|
6786
|
+
), U1 = /* @__PURE__ */ (function() {
|
|
6787
6787
|
var t = function(e, r) {
|
|
6788
6788
|
return t = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(n, i) {
|
|
6789
6789
|
n.__proto__ = i;
|
|
@@ -6801,7 +6801,7 @@ var Ce = (
|
|
|
6801
6801
|
})(), S = (
|
|
6802
6802
|
/** @class */
|
|
6803
6803
|
(function(t) {
|
|
6804
|
-
|
|
6804
|
+
U1(e, t);
|
|
6805
6805
|
function e() {
|
|
6806
6806
|
return t !== null && t.apply(this, arguments) || this;
|
|
6807
6807
|
}
|
|
@@ -6809,7 +6809,7 @@ var Ce = (
|
|
|
6809
6809
|
return new e();
|
|
6810
6810
|
}, e.kind = "NotFoundException", e;
|
|
6811
6811
|
})(He)
|
|
6812
|
-
),
|
|
6812
|
+
), V1 = /* @__PURE__ */ (function() {
|
|
6813
6813
|
var t = function(e, r) {
|
|
6814
6814
|
return t = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(n, i) {
|
|
6815
6815
|
n.__proto__ = i;
|
|
@@ -6824,10 +6824,10 @@ var Ce = (
|
|
|
6824
6824
|
}
|
|
6825
6825
|
e.prototype = r === null ? Object.create(r) : (n.prototype = r.prototype, new n());
|
|
6826
6826
|
};
|
|
6827
|
-
})(), $
|
|
6827
|
+
})(), $1 = (
|
|
6828
6828
|
/** @class */
|
|
6829
6829
|
(function(t) {
|
|
6830
|
-
|
|
6830
|
+
V1(e, t);
|
|
6831
6831
|
function e(r) {
|
|
6832
6832
|
var n = t.call(this, r) || this;
|
|
6833
6833
|
return n.luminances = e.EMPTY, n.buckets = new Int32Array(e.LUMINANCE_BUCKETS), n;
|
|
@@ -6886,8 +6886,8 @@ var Ce = (
|
|
|
6886
6886
|
}
|
|
6887
6887
|
return d << e.LUMINANCE_SHIFT;
|
|
6888
6888
|
}, e.LUMINANCE_BITS = 5, e.LUMINANCE_SHIFT = 8 - e.LUMINANCE_BITS, e.LUMINANCE_BUCKETS = 1 << e.LUMINANCE_BITS, e.EMPTY = Uint8ClampedArray.from([0]), e;
|
|
6889
|
-
})(
|
|
6890
|
-
),
|
|
6889
|
+
})(R1)
|
|
6890
|
+
), H1 = /* @__PURE__ */ (function() {
|
|
6891
6891
|
var t = function(e, r) {
|
|
6892
6892
|
return t = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(n, i) {
|
|
6893
6893
|
n.__proto__ = i;
|
|
@@ -6902,10 +6902,10 @@ var Ce = (
|
|
|
6902
6902
|
}
|
|
6903
6903
|
e.prototype = r === null ? Object.create(r) : (n.prototype = r.prototype, new n());
|
|
6904
6904
|
};
|
|
6905
|
-
})(),
|
|
6905
|
+
})(), G1 = (
|
|
6906
6906
|
/** @class */
|
|
6907
6907
|
(function(t) {
|
|
6908
|
-
|
|
6908
|
+
H1(e, t);
|
|
6909
6909
|
function e(r) {
|
|
6910
6910
|
var n = t.call(this, r) || this;
|
|
6911
6911
|
return n.matrix = null, n;
|
|
@@ -6975,7 +6975,7 @@ var Ce = (
|
|
|
6975
6975
|
}
|
|
6976
6976
|
return l;
|
|
6977
6977
|
}, e.BLOCK_SIZE_POWER = 3, e.BLOCK_SIZE = 1 << e.BLOCK_SIZE_POWER, e.BLOCK_SIZE_MASK = e.BLOCK_SIZE - 1, e.MINIMUM_DIMENSION = e.BLOCK_SIZE * 5, e.MIN_DYNAMIC_RANGE = 24, e;
|
|
6978
|
-
})($
|
|
6978
|
+
})($1)
|
|
6979
6979
|
), Tn = (
|
|
6980
6980
|
/** @class */
|
|
6981
6981
|
(function() {
|
|
@@ -7008,7 +7008,7 @@ var Ce = (
|
|
|
7008
7008
|
return r.toString();
|
|
7009
7009
|
}, t;
|
|
7010
7010
|
})()
|
|
7011
|
-
),
|
|
7011
|
+
), z1 = /* @__PURE__ */ (function() {
|
|
7012
7012
|
var t = function(e, r) {
|
|
7013
7013
|
return t = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(n, i) {
|
|
7014
7014
|
n.__proto__ = i;
|
|
@@ -7023,10 +7023,10 @@ var Ce = (
|
|
|
7023
7023
|
}
|
|
7024
7024
|
e.prototype = r === null ? Object.create(r) : (n.prototype = r.prototype, new n());
|
|
7025
7025
|
};
|
|
7026
|
-
})(),
|
|
7026
|
+
})(), Ni = (
|
|
7027
7027
|
/** @class */
|
|
7028
7028
|
(function(t) {
|
|
7029
|
-
|
|
7029
|
+
z1(e, t);
|
|
7030
7030
|
function e(r) {
|
|
7031
7031
|
var n = t.call(this, r.getWidth(), r.getHeight()) || this;
|
|
7032
7032
|
return n.delegate = r, n;
|
|
@@ -7055,7 +7055,7 @@ var Ce = (
|
|
|
7055
7055
|
return new e(this.delegate.rotateCounterClockwise45());
|
|
7056
7056
|
}, e;
|
|
7057
7057
|
})(Tn)
|
|
7058
|
-
),
|
|
7058
|
+
), W1 = /* @__PURE__ */ (function() {
|
|
7059
7059
|
var t = function(e, r) {
|
|
7060
7060
|
return t = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(n, i) {
|
|
7061
7061
|
n.__proto__ = i;
|
|
@@ -7070,10 +7070,10 @@ var Ce = (
|
|
|
7070
7070
|
}
|
|
7071
7071
|
e.prototype = r === null ? Object.create(r) : (n.prototype = r.prototype, new n());
|
|
7072
7072
|
};
|
|
7073
|
-
})(),
|
|
7073
|
+
})(), X1 = (
|
|
7074
7074
|
/** @class */
|
|
7075
7075
|
(function(t) {
|
|
7076
|
-
|
|
7076
|
+
W1(e, t);
|
|
7077
7077
|
function e(r) {
|
|
7078
7078
|
var n = t.call(this, r.width, r.height) || this;
|
|
7079
7079
|
return n.canvas = r, n.tempCanvasElement = null, n.buffer = e.makeBufferFromCanvasImageData(r), n;
|
|
@@ -7120,10 +7120,10 @@ var Ce = (
|
|
|
7120
7120
|
var n = this.getTempCanvasElement(), i = n.getContext("2d"), a = r * e.DEGREE_TO_RADIANS, o = this.canvas.width, s = this.canvas.height, u = Math.ceil(Math.abs(Math.cos(a)) * o + Math.abs(Math.sin(a)) * s), l = Math.ceil(Math.abs(Math.sin(a)) * o + Math.abs(Math.cos(a)) * s);
|
|
7121
7121
|
return n.width = u, n.height = l, i.translate(u / 2, l / 2), i.rotate(a), i.drawImage(this.canvas, o / -2, s / -2), this.buffer = e.makeBufferFromCanvasImageData(n), this;
|
|
7122
7122
|
}, e.prototype.invert = function() {
|
|
7123
|
-
return new
|
|
7123
|
+
return new Ni(this);
|
|
7124
7124
|
}, e.DEGREE_TO_RADIANS = Math.PI / 180, e;
|
|
7125
7125
|
})(Tn)
|
|
7126
|
-
),
|
|
7126
|
+
), j1 = (
|
|
7127
7127
|
/** @class */
|
|
7128
7128
|
(function() {
|
|
7129
7129
|
function t(e, r, n) {
|
|
@@ -7138,7 +7138,7 @@ var Ce = (
|
|
|
7138
7138
|
};
|
|
7139
7139
|
}, t;
|
|
7140
7140
|
})()
|
|
7141
|
-
),
|
|
7141
|
+
), Fe = function(t, e, r, n) {
|
|
7142
7142
|
function i(a) {
|
|
7143
7143
|
return a instanceof r ? a : new r(function(o) {
|
|
7144
7144
|
o(a);
|
|
@@ -7164,7 +7164,7 @@ var Ce = (
|
|
|
7164
7164
|
}
|
|
7165
7165
|
l((n = n.apply(t, e || [])).next());
|
|
7166
7166
|
});
|
|
7167
|
-
},
|
|
7167
|
+
}, Ue = function(t, e) {
|
|
7168
7168
|
var r = { label: 0, sent: function() {
|
|
7169
7169
|
if (a[0] & 1) throw a[1];
|
|
7170
7170
|
return a[1];
|
|
@@ -7223,7 +7223,7 @@ var Ce = (
|
|
|
7223
7223
|
if (l[0] & 5) throw l[1];
|
|
7224
7224
|
return { value: l[0] ? l[1] : void 0, done: !0 };
|
|
7225
7225
|
}
|
|
7226
|
-
},
|
|
7226
|
+
}, K1 = function(t) {
|
|
7227
7227
|
var e = typeof Symbol == "function" && Symbol.iterator, r = e && t[e], n = 0;
|
|
7228
7228
|
if (r) return r.call(t);
|
|
7229
7229
|
if (t && typeof t.length == "number") return {
|
|
@@ -7296,9 +7296,9 @@ var Ce = (
|
|
|
7296
7296
|
enumerable: !1,
|
|
7297
7297
|
configurable: !0
|
|
7298
7298
|
}), t.prototype.listVideoInputDevices = function() {
|
|
7299
|
-
return
|
|
7299
|
+
return Fe(this, void 0, void 0, function() {
|
|
7300
7300
|
var e, r, n, i, a, o, s, u, l, f, c, h;
|
|
7301
|
-
return
|
|
7301
|
+
return Ue(this, function(d) {
|
|
7302
7302
|
switch (d.label) {
|
|
7303
7303
|
case 0:
|
|
7304
7304
|
if (!this.hasNavigator)
|
|
@@ -7309,7 +7309,7 @@ var Ce = (
|
|
|
7309
7309
|
case 1:
|
|
7310
7310
|
e = d.sent(), r = [];
|
|
7311
7311
|
try {
|
|
7312
|
-
for (n =
|
|
7312
|
+
for (n = K1(e), i = n.next(); !i.done; i = n.next())
|
|
7313
7313
|
a = i.value, o = a.kind === "video" ? "videoinput" : a.kind, o === "videoinput" && (s = a.deviceId || a.id, u = a.label || "Video device " + (r.length + 1), l = a.groupId, f = { deviceId: s, label: u, kind: o, groupId: l }, r.push(f));
|
|
7314
7314
|
} catch (v) {
|
|
7315
7315
|
c = { error: v };
|
|
@@ -7325,23 +7325,23 @@ var Ce = (
|
|
|
7325
7325
|
});
|
|
7326
7326
|
});
|
|
7327
7327
|
}, t.prototype.getVideoInputDevices = function() {
|
|
7328
|
-
return
|
|
7328
|
+
return Fe(this, void 0, void 0, function() {
|
|
7329
7329
|
var e;
|
|
7330
|
-
return
|
|
7330
|
+
return Ue(this, function(r) {
|
|
7331
7331
|
switch (r.label) {
|
|
7332
7332
|
case 0:
|
|
7333
7333
|
return [4, this.listVideoInputDevices()];
|
|
7334
7334
|
case 1:
|
|
7335
7335
|
return e = r.sent(), [2, e.map(function(n) {
|
|
7336
|
-
return new
|
|
7336
|
+
return new j1(n.deviceId, n.label);
|
|
7337
7337
|
})];
|
|
7338
7338
|
}
|
|
7339
7339
|
});
|
|
7340
7340
|
});
|
|
7341
7341
|
}, t.prototype.findDeviceById = function(e) {
|
|
7342
|
-
return
|
|
7342
|
+
return Fe(this, void 0, void 0, function() {
|
|
7343
7343
|
var r;
|
|
7344
|
-
return
|
|
7344
|
+
return Ue(this, function(n) {
|
|
7345
7345
|
switch (n.label) {
|
|
7346
7346
|
case 0:
|
|
7347
7347
|
return [4, this.listVideoInputDevices()];
|
|
@@ -7353,8 +7353,8 @@ var Ce = (
|
|
|
7353
7353
|
});
|
|
7354
7354
|
});
|
|
7355
7355
|
}, t.prototype.decodeFromInputVideoDevice = function(e, r) {
|
|
7356
|
-
return
|
|
7357
|
-
return
|
|
7356
|
+
return Fe(this, void 0, void 0, function() {
|
|
7357
|
+
return Ue(this, function(n) {
|
|
7358
7358
|
switch (n.label) {
|
|
7359
7359
|
case 0:
|
|
7360
7360
|
return [4, this.decodeOnceFromVideoDevice(e, r)];
|
|
@@ -7364,9 +7364,9 @@ var Ce = (
|
|
|
7364
7364
|
});
|
|
7365
7365
|
});
|
|
7366
7366
|
}, t.prototype.decodeOnceFromVideoDevice = function(e, r) {
|
|
7367
|
-
return
|
|
7367
|
+
return Fe(this, void 0, void 0, function() {
|
|
7368
7368
|
var n, i;
|
|
7369
|
-
return
|
|
7369
|
+
return Ue(this, function(a) {
|
|
7370
7370
|
switch (a.label) {
|
|
7371
7371
|
case 0:
|
|
7372
7372
|
return this.reset(), e ? n = { deviceId: { exact: e } } : n = { facingMode: "environment" }, i = { video: n }, [4, this.decodeOnceFromConstraints(i, r)];
|
|
@@ -7376,9 +7376,9 @@ var Ce = (
|
|
|
7376
7376
|
});
|
|
7377
7377
|
});
|
|
7378
7378
|
}, t.prototype.decodeOnceFromConstraints = function(e, r) {
|
|
7379
|
-
return
|
|
7379
|
+
return Fe(this, void 0, void 0, function() {
|
|
7380
7380
|
var n;
|
|
7381
|
-
return
|
|
7381
|
+
return Ue(this, function(i) {
|
|
7382
7382
|
switch (i.label) {
|
|
7383
7383
|
case 0:
|
|
7384
7384
|
return [4, navigator.mediaDevices.getUserMedia(e)];
|
|
@@ -7390,9 +7390,9 @@ var Ce = (
|
|
|
7390
7390
|
});
|
|
7391
7391
|
});
|
|
7392
7392
|
}, t.prototype.decodeOnceFromStream = function(e, r) {
|
|
7393
|
-
return
|
|
7393
|
+
return Fe(this, void 0, void 0, function() {
|
|
7394
7394
|
var n, i;
|
|
7395
|
-
return
|
|
7395
|
+
return Ue(this, function(a) {
|
|
7396
7396
|
switch (a.label) {
|
|
7397
7397
|
case 0:
|
|
7398
7398
|
return this.reset(), [4, this.attachStreamToVideo(e, r)];
|
|
@@ -7404,8 +7404,8 @@ var Ce = (
|
|
|
7404
7404
|
});
|
|
7405
7405
|
});
|
|
7406
7406
|
}, t.prototype.decodeFromInputVideoDeviceContinuously = function(e, r, n) {
|
|
7407
|
-
return
|
|
7408
|
-
return
|
|
7407
|
+
return Fe(this, void 0, void 0, function() {
|
|
7408
|
+
return Ue(this, function(i) {
|
|
7409
7409
|
switch (i.label) {
|
|
7410
7410
|
case 0:
|
|
7411
7411
|
return [4, this.decodeFromVideoDevice(e, r, n)];
|
|
@@ -7415,9 +7415,9 @@ var Ce = (
|
|
|
7415
7415
|
});
|
|
7416
7416
|
});
|
|
7417
7417
|
}, t.prototype.decodeFromVideoDevice = function(e, r, n) {
|
|
7418
|
-
return
|
|
7418
|
+
return Fe(this, void 0, void 0, function() {
|
|
7419
7419
|
var i, a;
|
|
7420
|
-
return
|
|
7420
|
+
return Ue(this, function(o) {
|
|
7421
7421
|
switch (o.label) {
|
|
7422
7422
|
case 0:
|
|
7423
7423
|
return e ? i = { deviceId: { exact: e } } : i = { facingMode: "environment" }, a = { video: i }, [4, this.decodeFromConstraints(a, r, n)];
|
|
@@ -7427,9 +7427,9 @@ var Ce = (
|
|
|
7427
7427
|
});
|
|
7428
7428
|
});
|
|
7429
7429
|
}, t.prototype.decodeFromConstraints = function(e, r, n) {
|
|
7430
|
-
return
|
|
7430
|
+
return Fe(this, void 0, void 0, function() {
|
|
7431
7431
|
var i;
|
|
7432
|
-
return
|
|
7432
|
+
return Ue(this, function(a) {
|
|
7433
7433
|
switch (a.label) {
|
|
7434
7434
|
case 0:
|
|
7435
7435
|
return [4, navigator.mediaDevices.getUserMedia(e)];
|
|
@@ -7441,9 +7441,9 @@ var Ce = (
|
|
|
7441
7441
|
});
|
|
7442
7442
|
});
|
|
7443
7443
|
}, t.prototype.decodeFromStream = function(e, r, n) {
|
|
7444
|
-
return
|
|
7444
|
+
return Fe(this, void 0, void 0, function() {
|
|
7445
7445
|
var i;
|
|
7446
|
-
return
|
|
7446
|
+
return Ue(this, function(a) {
|
|
7447
7447
|
switch (a.label) {
|
|
7448
7448
|
case 0:
|
|
7449
7449
|
return this.reset(), [4, this.attachStreamToVideo(e, r)];
|
|
@@ -7459,9 +7459,9 @@ var Ce = (
|
|
|
7459
7459
|
}, t.prototype.stopContinuousDecode = function() {
|
|
7460
7460
|
this._stopContinuousDecode = !0;
|
|
7461
7461
|
}, t.prototype.attachStreamToVideo = function(e, r) {
|
|
7462
|
-
return
|
|
7462
|
+
return Fe(this, void 0, void 0, function() {
|
|
7463
7463
|
var n;
|
|
7464
|
-
return
|
|
7464
|
+
return Ue(this, function(i) {
|
|
7465
7465
|
switch (i.label) {
|
|
7466
7466
|
case 0:
|
|
7467
7467
|
return n = this.prepareVideoElement(r), this.addVideoSource(n, e), this.videoElement = n, this.stream = e, [4, this.playVideoOnLoadAsync(n)];
|
|
@@ -7487,8 +7487,8 @@ var Ce = (
|
|
|
7487
7487
|
}, t.prototype.isVideoPlaying = function(e) {
|
|
7488
7488
|
return e.currentTime > 0 && !e.paused && !e.ended && e.readyState > 2;
|
|
7489
7489
|
}, t.prototype.tryPlayVideo = function(e) {
|
|
7490
|
-
return
|
|
7491
|
-
return
|
|
7490
|
+
return Fe(this, void 0, void 0, function() {
|
|
7491
|
+
return Ue(this, function(r) {
|
|
7492
7492
|
switch (r.label) {
|
|
7493
7493
|
case 0:
|
|
7494
7494
|
if (this.isVideoPlaying(e))
|
|
@@ -7578,8 +7578,8 @@ var Ce = (
|
|
|
7578
7578
|
}, e.addEventListener("load", r.imageLoadedListener);
|
|
7579
7579
|
});
|
|
7580
7580
|
}, t.prototype._decodeOnLoadVideo = function(e) {
|
|
7581
|
-
return
|
|
7582
|
-
return
|
|
7581
|
+
return Fe(this, void 0, void 0, function() {
|
|
7582
|
+
return Ue(this, function(r) {
|
|
7583
7583
|
switch (r.label) {
|
|
7584
7584
|
case 0:
|
|
7585
7585
|
return [4, this.playVideoOnLoadAsync(e)];
|
|
@@ -7591,8 +7591,8 @@ var Ce = (
|
|
|
7591
7591
|
});
|
|
7592
7592
|
});
|
|
7593
7593
|
}, t.prototype._decodeOnLoadVideoContinuously = function(e, r) {
|
|
7594
|
-
return
|
|
7595
|
-
return
|
|
7594
|
+
return Fe(this, void 0, void 0, function() {
|
|
7595
|
+
return Ue(this, function(n) {
|
|
7596
7596
|
switch (n.label) {
|
|
7597
7597
|
case 0:
|
|
7598
7598
|
return [4, this.playVideoOnLoadAsync(e)];
|
|
@@ -7624,7 +7624,7 @@ var Ce = (
|
|
|
7624
7624
|
var u = i.decode(e);
|
|
7625
7625
|
o(u);
|
|
7626
7626
|
} catch (h) {
|
|
7627
|
-
var l = r && h instanceof S, f = h instanceof
|
|
7627
|
+
var l = r && h instanceof S, f = h instanceof Be || h instanceof F, c = f && n;
|
|
7628
7628
|
if (l || c)
|
|
7629
7629
|
return setTimeout(a, i._timeBetweenDecodingAttempts, o, s);
|
|
7630
7630
|
s(h);
|
|
@@ -7646,7 +7646,7 @@ var Ce = (
|
|
|
7646
7646
|
r(a, null), setTimeout(i, n.timeBetweenScansMillis);
|
|
7647
7647
|
} catch (u) {
|
|
7648
7648
|
r(null, u);
|
|
7649
|
-
var o = u instanceof
|
|
7649
|
+
var o = u instanceof Be || u instanceof F, s = u instanceof S;
|
|
7650
7650
|
(o || s) && setTimeout(i, n._timeBetweenDecodingAttempts);
|
|
7651
7651
|
}
|
|
7652
7652
|
};
|
|
@@ -7659,8 +7659,8 @@ var Ce = (
|
|
|
7659
7659
|
return r.videoWidth !== 0;
|
|
7660
7660
|
}, t.prototype.createBinaryBitmap = function(e) {
|
|
7661
7661
|
this.getCaptureCanvasContext(e), this._isHTMLVideoElement(e) ? this.drawFrameOnCanvas(e) : this.drawImageOnCanvas(e);
|
|
7662
|
-
var r = this.getCaptureCanvas(e), n = new
|
|
7663
|
-
return new
|
|
7662
|
+
var r = this.getCaptureCanvas(e), n = new X1(r), i = new G1(n);
|
|
7663
|
+
return new D1(i);
|
|
7664
7664
|
}, t.prototype.getCaptureCanvasContext = function(e) {
|
|
7665
7665
|
if (!this.captureCanvasContext) {
|
|
7666
7666
|
var r = this.getCaptureCanvas(e), n = void 0;
|
|
@@ -7761,7 +7761,7 @@ var fi;
|
|
|
7761
7761
|
(function(t) {
|
|
7762
7762
|
t[t.OTHER = 0] = "OTHER", t[t.ORIENTATION = 1] = "ORIENTATION", t[t.BYTE_SEGMENTS = 2] = "BYTE_SEGMENTS", t[t.ERROR_CORRECTION_LEVEL = 3] = "ERROR_CORRECTION_LEVEL", t[t.ISSUE_NUMBER = 4] = "ISSUE_NUMBER", t[t.SUGGESTED_PRICE = 5] = "SUGGESTED_PRICE", t[t.POSSIBLE_COUNTRY = 6] = "POSSIBLE_COUNTRY", t[t.UPC_EAN_EXTENSION = 7] = "UPC_EAN_EXTENSION", t[t.PDF417_EXTRA_METADATA = 8] = "PDF417_EXTRA_METADATA", t[t.STRUCTURED_APPEND_SEQUENCE = 9] = "STRUCTURED_APPEND_SEQUENCE", t[t.STRUCTURED_APPEND_PARITY = 10] = "STRUCTURED_APPEND_PARITY";
|
|
7763
7763
|
})(fi || (fi = {}));
|
|
7764
|
-
const
|
|
7764
|
+
const Me = fi;
|
|
7765
7765
|
var Dn = (
|
|
7766
7766
|
/** @class */
|
|
7767
7767
|
(function() {
|
|
@@ -7920,7 +7920,7 @@ var Dn = (
|
|
|
7920
7920
|
return e;
|
|
7921
7921
|
}, t;
|
|
7922
7922
|
})()
|
|
7923
|
-
),
|
|
7923
|
+
), Y1 = /* @__PURE__ */ (function() {
|
|
7924
7924
|
var t = function(e, r) {
|
|
7925
7925
|
return t = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(n, i) {
|
|
7926
7926
|
n.__proto__ = i;
|
|
@@ -7938,13 +7938,13 @@ var Dn = (
|
|
|
7938
7938
|
})(), to = (
|
|
7939
7939
|
/** @class */
|
|
7940
7940
|
(function(t) {
|
|
7941
|
-
|
|
7941
|
+
Y1(e, t);
|
|
7942
7942
|
function e() {
|
|
7943
7943
|
return t !== null && t.apply(this, arguments) || this;
|
|
7944
7944
|
}
|
|
7945
7945
|
return e.kind = "ArithmeticException", e;
|
|
7946
7946
|
})(He)
|
|
7947
|
-
),
|
|
7947
|
+
), Z1 = /* @__PURE__ */ (function() {
|
|
7948
7948
|
var t = function(e, r) {
|
|
7949
7949
|
return t = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(n, i) {
|
|
7950
7950
|
n.__proto__ = i;
|
|
@@ -7962,7 +7962,7 @@ var Dn = (
|
|
|
7962
7962
|
})(), We = (
|
|
7963
7963
|
/** @class */
|
|
7964
7964
|
(function(t) {
|
|
7965
|
-
|
|
7965
|
+
Z1(e, t);
|
|
7966
7966
|
function e(r, n, i) {
|
|
7967
7967
|
var a = t.call(this) || this;
|
|
7968
7968
|
a.primitive = r, a.size = n, a.generatorBase = i;
|
|
@@ -8000,7 +8000,7 @@ var Dn = (
|
|
|
8000
8000
|
return r === this;
|
|
8001
8001
|
}, e.AZTEC_DATA_12 = new e(4201, 4096, 1), e.AZTEC_DATA_10 = new e(1033, 1024, 1), e.AZTEC_DATA_6 = new e(67, 64, 1), e.AZTEC_PARAM = new e(19, 16, 1), e.QR_CODE_FIELD_256 = new e(285, 256, 0), e.DATA_MATRIX_FIELD_256 = new e(301, 256, 1), e.AZTEC_DATA_8 = e.DATA_MATRIX_FIELD_256, e.MAXICODE_FIELD_64 = e.AZTEC_DATA_6, e;
|
|
8002
8002
|
})(Or)
|
|
8003
|
-
),
|
|
8003
|
+
), q1 = /* @__PURE__ */ (function() {
|
|
8004
8004
|
var t = function(e, r) {
|
|
8005
8005
|
return t = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(n, i) {
|
|
8006
8006
|
n.__proto__ = i;
|
|
@@ -8018,13 +8018,13 @@ var Dn = (
|
|
|
8018
8018
|
})(), en = (
|
|
8019
8019
|
/** @class */
|
|
8020
8020
|
(function(t) {
|
|
8021
|
-
|
|
8021
|
+
q1(e, t);
|
|
8022
8022
|
function e() {
|
|
8023
8023
|
return t !== null && t.apply(this, arguments) || this;
|
|
8024
8024
|
}
|
|
8025
8025
|
return e.kind = "ReedSolomonException", e;
|
|
8026
8026
|
})(He)
|
|
8027
|
-
),
|
|
8027
|
+
), Q1 = /* @__PURE__ */ (function() {
|
|
8028
8028
|
var t = function(e, r) {
|
|
8029
8029
|
return t = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(n, i) {
|
|
8030
8030
|
n.__proto__ = i;
|
|
@@ -8042,7 +8042,7 @@ var Dn = (
|
|
|
8042
8042
|
})(), zr = (
|
|
8043
8043
|
/** @class */
|
|
8044
8044
|
(function(t) {
|
|
8045
|
-
|
|
8045
|
+
Q1(e, t);
|
|
8046
8046
|
function e() {
|
|
8047
8047
|
return t !== null && t.apply(this, arguments) || this;
|
|
8048
8048
|
}
|
|
@@ -8113,7 +8113,7 @@ var Dn = (
|
|
|
8113
8113
|
(function(t) {
|
|
8114
8114
|
t[t.UPPER = 0] = "UPPER", t[t.LOWER = 1] = "LOWER", t[t.MIXED = 2] = "MIXED", t[t.DIGIT = 3] = "DIGIT", t[t.PUNCT = 4] = "PUNCT", t[t.BINARY = 5] = "BINARY";
|
|
8115
8115
|
})(Ne || (Ne = {}));
|
|
8116
|
-
var
|
|
8116
|
+
var aa = (
|
|
8117
8117
|
/** @class */
|
|
8118
8118
|
(function() {
|
|
8119
8119
|
function t() {
|
|
@@ -8467,7 +8467,7 @@ var ia = (
|
|
|
8467
8467
|
return (n.x - i) * (e.y - a) - (n.y - a) * (e.x - i);
|
|
8468
8468
|
}, t;
|
|
8469
8469
|
})()
|
|
8470
|
-
),
|
|
8470
|
+
), Ri = (
|
|
8471
8471
|
/** @class */
|
|
8472
8472
|
(function() {
|
|
8473
8473
|
function t(e, r) {
|
|
@@ -8479,7 +8479,7 @@ var ia = (
|
|
|
8479
8479
|
return this.points;
|
|
8480
8480
|
}, t;
|
|
8481
8481
|
})()
|
|
8482
|
-
),
|
|
8482
|
+
), J1 = /* @__PURE__ */ (function() {
|
|
8483
8483
|
var t = function(e, r) {
|
|
8484
8484
|
return t = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(n, i) {
|
|
8485
8485
|
n.__proto__ = i;
|
|
@@ -8497,7 +8497,7 @@ var ia = (
|
|
|
8497
8497
|
})(), ef = (
|
|
8498
8498
|
/** @class */
|
|
8499
8499
|
(function(t) {
|
|
8500
|
-
|
|
8500
|
+
J1(e, t);
|
|
8501
8501
|
function e(r, n, i, a, o) {
|
|
8502
8502
|
var s = t.call(this, r, n) || this;
|
|
8503
8503
|
return s.compact = i, s.nbDatablocks = a, s.nbLayers = o, s;
|
|
@@ -8509,7 +8509,7 @@ var ia = (
|
|
|
8509
8509
|
}, e.prototype.isCompact = function() {
|
|
8510
8510
|
return this.compact;
|
|
8511
8511
|
}, e;
|
|
8512
|
-
})(
|
|
8512
|
+
})(Ri)
|
|
8513
8513
|
), di = (
|
|
8514
8514
|
/** @class */
|
|
8515
8515
|
(function() {
|
|
@@ -8601,7 +8601,7 @@ var ia = (
|
|
|
8601
8601
|
return !1;
|
|
8602
8602
|
}, t.INIT_SIZE = 10, t.CORR = 1, t;
|
|
8603
8603
|
})()
|
|
8604
|
-
),
|
|
8604
|
+
), oa = (
|
|
8605
8605
|
/** @class */
|
|
8606
8606
|
(function() {
|
|
8607
8607
|
function t() {
|
|
@@ -8686,7 +8686,7 @@ var ia = (
|
|
|
8686
8686
|
for (var o = new xt(n, i), s = new Float32Array(2 * n), u = 0; u < i; u++) {
|
|
8687
8687
|
for (var l = s.length, f = u + 0.5, c = 0; c < l; c += 2)
|
|
8688
8688
|
s[c] = c / 2 + 0.5, s[c + 1] = f;
|
|
8689
|
-
a.transformPoints(s),
|
|
8689
|
+
a.transformPoints(s), oa.checkAndNudgePoints(r, s);
|
|
8690
8690
|
try {
|
|
8691
8691
|
for (var c = 0; c < l; c += 2)
|
|
8692
8692
|
r.get(Math.floor(s[c]), Math.floor(s[c + 1])) && o.set(c / 2, u);
|
|
@@ -8696,8 +8696,8 @@ var ia = (
|
|
|
8696
8696
|
}
|
|
8697
8697
|
return o;
|
|
8698
8698
|
}, e;
|
|
8699
|
-
})(
|
|
8700
|
-
),
|
|
8699
|
+
})(oa)
|
|
8700
|
+
), Pi = (
|
|
8701
8701
|
/** @class */
|
|
8702
8702
|
(function() {
|
|
8703
8703
|
function t() {
|
|
@@ -8821,7 +8821,7 @@ var ia = (
|
|
|
8821
8821
|
}, t.prototype.getMatrixCornerPoints = function(e) {
|
|
8822
8822
|
return this.expandSquare(e, 2 * this.nbCenterLayers, this.getDimension());
|
|
8823
8823
|
}, t.prototype.sampleGrid = function(e, r, n, i, a) {
|
|
8824
|
-
var o =
|
|
8824
|
+
var o = Pi.getInstance(), s = this.getDimension(), u = s / 2 - this.nbCenterLayers, l = s / 2 + this.nbCenterLayers;
|
|
8825
8825
|
return o.sampleGrid(
|
|
8826
8826
|
e,
|
|
8827
8827
|
s,
|
|
@@ -8900,21 +8900,21 @@ var ia = (
|
|
|
8900
8900
|
var n = null, i = new nf(e.getBlackMatrix()), a = null, o = null;
|
|
8901
8901
|
try {
|
|
8902
8902
|
var s = i.detectMirror(!1);
|
|
8903
|
-
a = s.getPoints(), this.reportFoundResultPoints(r, a), o = new
|
|
8903
|
+
a = s.getPoints(), this.reportFoundResultPoints(r, a), o = new aa().decode(s);
|
|
8904
8904
|
} catch (c) {
|
|
8905
8905
|
n = c;
|
|
8906
8906
|
}
|
|
8907
8907
|
if (o == null)
|
|
8908
8908
|
try {
|
|
8909
8909
|
var s = i.detectMirror(!0);
|
|
8910
|
-
a = s.getPoints(), this.reportFoundResultPoints(r, a), o = new
|
|
8910
|
+
a = s.getPoints(), this.reportFoundResultPoints(r, a), o = new aa().decode(s);
|
|
8911
8911
|
} catch (c) {
|
|
8912
8912
|
throw n ?? c;
|
|
8913
8913
|
}
|
|
8914
8914
|
var u = new Ze(o.getText(), o.getRawBytes(), o.getNumBits(), a, G.AZTEC, ce.currentTimeMillis()), l = o.getByteSegments();
|
|
8915
|
-
l != null && u.putMetadata(
|
|
8915
|
+
l != null && u.putMetadata(Me.BYTE_SEGMENTS, l);
|
|
8916
8916
|
var f = o.getECLevel();
|
|
8917
|
-
return f != null && u.putMetadata(
|
|
8917
|
+
return f != null && u.putMetadata(Me.ERROR_CORRECTION_LEVEL, f), u;
|
|
8918
8918
|
}, t.prototype.reportFoundResultPoints = function(e, r) {
|
|
8919
8919
|
if (e != null) {
|
|
8920
8920
|
var n = e.get(we.NEED_RESULT_POINT_CALLBACK);
|
|
@@ -8948,7 +8948,7 @@ var ia = (
|
|
|
8948
8948
|
}
|
|
8949
8949
|
return e;
|
|
8950
8950
|
})(hr);
|
|
8951
|
-
var
|
|
8951
|
+
var Le = (
|
|
8952
8952
|
/** @class */
|
|
8953
8953
|
(function() {
|
|
8954
8954
|
function t() {
|
|
@@ -8960,7 +8960,7 @@ var Me = (
|
|
|
8960
8960
|
var n = r && r.get(we.TRY_HARDER) === !0;
|
|
8961
8961
|
if (n && e.isRotateSupported()) {
|
|
8962
8962
|
var i = e.rotateCounterClockwise(), a = this.doDecode(i, r), o = a.getResultMetadata(), s = 270;
|
|
8963
|
-
o !== null && o.get(
|
|
8963
|
+
o !== null && o.get(Me.ORIENTATION) === !0 && (s = s + o.get(Me.ORIENTATION) % 360), a.putMetadata(Me.ORIENTATION, s);
|
|
8964
8964
|
var u = a.getResultPoints();
|
|
8965
8965
|
if (u !== null)
|
|
8966
8966
|
for (var l = i.getHeight(), f = 0; f < u.length; f++)
|
|
@@ -8992,7 +8992,7 @@ var Me = (
|
|
|
8992
8992
|
try {
|
|
8993
8993
|
var _ = p.decodeRow(d, a, r);
|
|
8994
8994
|
if (y === 1) {
|
|
8995
|
-
_.putMetadata(
|
|
8995
|
+
_.putMetadata(Me.ORIENTATION, 180);
|
|
8996
8996
|
var I = _.getResultPoints();
|
|
8997
8997
|
I !== null && (I[0] = new V(n - I[0].getX() - 1, I[0].getY()), I[1] = new V(n - I[1].getX() - 1, I[1].getY()));
|
|
8998
8998
|
}
|
|
@@ -9061,7 +9061,7 @@ var Me = (
|
|
|
9061
9061
|
}
|
|
9062
9062
|
e.prototype = r === null ? Object.create(r) : (n.prototype = r.prototype, new n());
|
|
9063
9063
|
};
|
|
9064
|
-
})(),
|
|
9064
|
+
})(), sa = (
|
|
9065
9065
|
/** @class */
|
|
9066
9066
|
(function(t) {
|
|
9067
9067
|
of(e, t);
|
|
@@ -9075,7 +9075,7 @@ var Me = (
|
|
|
9075
9075
|
else {
|
|
9076
9076
|
if (a === l - 1) {
|
|
9077
9077
|
for (var c = e.MAX_AVG_VARIANCE, h = -1, d = e.CODE_START_A; d <= e.CODE_START_C; d++) {
|
|
9078
|
-
var v =
|
|
9078
|
+
var v = Le.patternMatchVariance(o, e.CODE_PATTERNS[d], e.MAX_INDIVIDUAL_VARIANCE);
|
|
9079
9079
|
v < c && (c = v, h = d);
|
|
9080
9080
|
}
|
|
9081
9081
|
if (h >= 0 && r.isRange(Math.max(0, s - (f - s) / 2), s, !1))
|
|
@@ -9087,7 +9087,7 @@ var Me = (
|
|
|
9087
9087
|
}
|
|
9088
9088
|
throw new S();
|
|
9089
9089
|
}, e.decodeCode = function(r, n, i) {
|
|
9090
|
-
|
|
9090
|
+
Le.recordPattern(r, i, n);
|
|
9091
9091
|
for (var a = e.MAX_AVG_VARIANCE, o = -1, s = 0; s < e.CODE_PATTERNS.length; s++) {
|
|
9092
9092
|
var u = e.CODE_PATTERNS[s], l = this.patternMatchVariance(n, u, e.MAX_INDIVIDUAL_VARIANCE);
|
|
9093
9093
|
l < a && (a = l, o = s);
|
|
@@ -9207,7 +9207,7 @@ var Me = (
|
|
|
9207
9207
|
if (p = n.getNextUnset(p), !n.isRange(p, Math.min(n.getSize(), p + (p - v) / 2), !1))
|
|
9208
9208
|
throw new S();
|
|
9209
9209
|
if (m -= _ * w, m % 103 !== w)
|
|
9210
|
-
throw new
|
|
9210
|
+
throw new Be();
|
|
9211
9211
|
var k = d.length;
|
|
9212
9212
|
if (k === 0)
|
|
9213
9213
|
throw new S();
|
|
@@ -9325,7 +9325,7 @@ var Me = (
|
|
|
9325
9325
|
Int32Array.from([2, 1, 1, 2, 3, 2]),
|
|
9326
9326
|
Int32Array.from([2, 3, 3, 1, 1, 1, 2])
|
|
9327
9327
|
], e.MAX_AVG_VARIANCE = 0.25, e.MAX_INDIVIDUAL_VARIANCE = 0.7, e.CODE_SHIFT = 98, e.CODE_CODE_C = 99, e.CODE_CODE_B = 100, e.CODE_CODE_A = 101, e.CODE_FNC_1 = 102, e.CODE_FNC_2 = 97, e.CODE_FNC_3 = 96, e.CODE_FNC_4_A = 101, e.CODE_FNC_4_B = 100, e.CODE_START_A = 103, e.CODE_START_B = 104, e.CODE_START_C = 105, e.CODE_STOP = 106, e;
|
|
9328
|
-
})(
|
|
9328
|
+
})(Le)
|
|
9329
9329
|
), sf = /* @__PURE__ */ (function() {
|
|
9330
9330
|
var t = function(e, r) {
|
|
9331
9331
|
return t = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(n, i) {
|
|
@@ -9350,7 +9350,7 @@ var Me = (
|
|
|
9350
9350
|
}
|
|
9351
9351
|
};
|
|
9352
9352
|
throw new TypeError(e ? "Object is not iterable." : "Symbol.iterator is not defined.");
|
|
9353
|
-
},
|
|
9353
|
+
}, ua = (
|
|
9354
9354
|
/** @class */
|
|
9355
9355
|
(function(t) {
|
|
9356
9356
|
sf(e, t);
|
|
@@ -9408,7 +9408,7 @@ var Me = (
|
|
|
9408
9408
|
for (var b = this.decodeRowResult.length - 1, M = 0, U = 0; U < b; U++)
|
|
9409
9409
|
M += e.ALPHABET_STRING.indexOf(this.decodeRowResult.charAt(U));
|
|
9410
9410
|
if (this.decodeRowResult.charAt(b) !== e.ALPHABET_STRING.charAt(M % 43))
|
|
9411
|
-
throw new
|
|
9411
|
+
throw new Be();
|
|
9412
9412
|
this.decodeRowResult = this.decodeRowResult.substring(0, b);
|
|
9413
9413
|
}
|
|
9414
9414
|
if (this.decodeRowResult.length === 0)
|
|
@@ -9569,7 +9569,7 @@ var Me = (
|
|
|
9569
9569
|
42
|
|
9570
9570
|
// /-%
|
|
9571
9571
|
], e.ASTERISK_ENCODING = 148, e;
|
|
9572
|
-
})(
|
|
9572
|
+
})(Le)
|
|
9573
9573
|
), uf = /* @__PURE__ */ (function() {
|
|
9574
9574
|
var t = function(e, r) {
|
|
9575
9575
|
return t = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(n, i) {
|
|
@@ -9594,7 +9594,7 @@ var Me = (
|
|
|
9594
9594
|
}
|
|
9595
9595
|
};
|
|
9596
9596
|
throw new TypeError(e ? "Object is not iterable." : "Symbol.iterator is not defined.");
|
|
9597
|
-
},
|
|
9597
|
+
}, la = (
|
|
9598
9598
|
/** @class */
|
|
9599
9599
|
(function(t) {
|
|
9600
9600
|
uf(e, t);
|
|
@@ -9641,7 +9641,7 @@ var Me = (
|
|
|
9641
9641
|
}, e.decodeMiddle = function(r, n, i, a) {
|
|
9642
9642
|
var o = new Int32Array(10), s = new Int32Array(5), u = new Int32Array(5);
|
|
9643
9643
|
for (o.fill(0), s.fill(0), u.fill(0); n < i; ) {
|
|
9644
|
-
|
|
9644
|
+
Le.recordPattern(r, n, o);
|
|
9645
9645
|
for (var l = 0; l < 5; l++) {
|
|
9646
9646
|
var f = 2 * l;
|
|
9647
9647
|
s[l] = o[f], u[l] = o[f + 1];
|
|
@@ -9689,7 +9689,7 @@ var Me = (
|
|
|
9689
9689
|
o[l]++;
|
|
9690
9690
|
else {
|
|
9691
9691
|
if (l === a - 1) {
|
|
9692
|
-
if (
|
|
9692
|
+
if (Le.patternMatchVariance(o, i, e.MAX_INDIVIDUAL_VARIANCE) < e.MAX_AVG_VARIANCE)
|
|
9693
9693
|
return [f, c];
|
|
9694
9694
|
f += o[0] + o[1], ce.arraycopy(o, 2, o, 0, l - 1), o[l - 1] = 0, o[l] = 0, l--;
|
|
9695
9695
|
} else
|
|
@@ -9699,7 +9699,7 @@ var Me = (
|
|
|
9699
9699
|
throw new S();
|
|
9700
9700
|
}, e.decodeDigit = function(r) {
|
|
9701
9701
|
for (var n = e.MAX_AVG_VARIANCE, i = -1, a = e.PATTERNS.length, o = 0; o < a; o++) {
|
|
9702
|
-
var s = e.PATTERNS[o], u =
|
|
9702
|
+
var s = e.PATTERNS[o], u = Le.patternMatchVariance(r, s, e.MAX_INDIVIDUAL_VARIANCE);
|
|
9703
9703
|
u < n ? (n = u, i = o) : u === n && (i = -1);
|
|
9704
9704
|
}
|
|
9705
9705
|
if (i >= 0)
|
|
@@ -9732,7 +9732,7 @@ var Me = (
|
|
|
9732
9732
|
Int32Array.from([1, 1, 3])
|
|
9733
9733
|
// 3x
|
|
9734
9734
|
], e;
|
|
9735
|
-
})(
|
|
9735
|
+
})(Le)
|
|
9736
9736
|
), ff = /* @__PURE__ */ (function() {
|
|
9737
9737
|
var t = function(e, r) {
|
|
9738
9738
|
return t = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(n, i) {
|
|
@@ -9800,7 +9800,7 @@ var Me = (
|
|
|
9800
9800
|
o[u]++;
|
|
9801
9801
|
else {
|
|
9802
9802
|
if (u === f - 1) {
|
|
9803
|
-
if (
|
|
9803
|
+
if (Le.patternMatchVariance(o, a, e.MAX_INDIVIDUAL_VARIANCE) < e.MAX_AVG_VARIANCE)
|
|
9804
9804
|
return Int32Array.from([l, h]);
|
|
9805
9805
|
l += o[0] + o[1];
|
|
9806
9806
|
for (var d = o.slice(2, o.length - 1), v = 0; v < u - 1; v++)
|
|
@@ -9814,7 +9814,7 @@ var Me = (
|
|
|
9814
9814
|
}, e.decodeDigit = function(r, n, i, a) {
|
|
9815
9815
|
this.recordPattern(r, i, n);
|
|
9816
9816
|
for (var o = this.MAX_AVG_VARIANCE, s = -1, u = a.length, l = 0; l < u; l++) {
|
|
9817
|
-
var f = a[l], c =
|
|
9817
|
+
var f = a[l], c = Le.patternMatchVariance(n, f, e.MAX_INDIVIDUAL_VARIANCE);
|
|
9818
9818
|
c < o && (o = c, s = l);
|
|
9819
9819
|
}
|
|
9820
9820
|
if (s >= 0)
|
|
@@ -9832,7 +9832,7 @@ var Me = (
|
|
|
9832
9832
|
Int32Array.from([1, 2, 1, 3]),
|
|
9833
9833
|
Int32Array.from([3, 1, 1, 2])
|
|
9834
9834
|
], e;
|
|
9835
|
-
})(
|
|
9835
|
+
})(Le)
|
|
9836
9836
|
), cf = function(t) {
|
|
9837
9837
|
var e = typeof Symbol == "function" && Symbol.iterator, r = e && t[e], n = 0;
|
|
9838
9838
|
if (r) return r.call(t);
|
|
@@ -9898,7 +9898,7 @@ var Me = (
|
|
|
9898
9898
|
if (e.length !== 5)
|
|
9899
9899
|
return null;
|
|
9900
9900
|
var r = t.parseExtension5String(e);
|
|
9901
|
-
return r == null ? null : /* @__PURE__ */ new Map([[
|
|
9901
|
+
return r == null ? null : /* @__PURE__ */ new Map([[Me.SUGGESTED_PRICE, r]]);
|
|
9902
9902
|
}, t.parseExtension5String = function(e) {
|
|
9903
9903
|
var r;
|
|
9904
9904
|
switch (e.charAt(0)) {
|
|
@@ -9976,7 +9976,7 @@ var Me = (
|
|
|
9976
9976
|
throw new S();
|
|
9977
9977
|
return u;
|
|
9978
9978
|
}, t.parseExtensionString = function(e) {
|
|
9979
|
-
return e.length !== 2 ? null : /* @__PURE__ */ new Map([[
|
|
9979
|
+
return e.length !== 2 ? null : /* @__PURE__ */ new Map([[Me.ISSUE_NUMBER, parseInt(e)]]);
|
|
9980
9980
|
}, t;
|
|
9981
9981
|
})()
|
|
9982
9982
|
), pf = (
|
|
@@ -10049,11 +10049,11 @@ var Me = (
|
|
|
10049
10049
|
if (x.length < 8)
|
|
10050
10050
|
throw new F();
|
|
10051
10051
|
if (!e.checkChecksum(x))
|
|
10052
|
-
throw new
|
|
10052
|
+
throw new Be();
|
|
10053
10053
|
var w = (a[1] + a[0]) / 2, y = (h[1] + h[0]) / 2, m = this.getBarcodeFormat(), _ = [new V(w, r), new V(y, r)], I = new Ze(x, null, 0, _, m, (/* @__PURE__ */ new Date()).getTime()), B = 0;
|
|
10054
10054
|
try {
|
|
10055
10055
|
var b = pf.decodeRow(r, n, h[1]);
|
|
10056
|
-
I.putMetadata(
|
|
10056
|
+
I.putMetadata(Me.UPC_EAN_EXTENSION, b.getText()), I.putAllMetadata(b.getResultMetadata()), I.addResultPoints(b.getResultPoints()), B = b.getText().length;
|
|
10057
10057
|
} catch {
|
|
10058
10058
|
}
|
|
10059
10059
|
var M = i == null ? null : i.get(we.ALLOWED_EAN_EXTENSIONS);
|
|
@@ -10110,7 +10110,7 @@ var Me = (
|
|
|
10110
10110
|
}
|
|
10111
10111
|
e.prototype = r === null ? Object.create(r) : (n.prototype = r.prototype, new n());
|
|
10112
10112
|
};
|
|
10113
|
-
})(),
|
|
10113
|
+
})(), fa = function(t) {
|
|
10114
10114
|
var e = typeof Symbol == "function" && Symbol.iterator, r = e && t[e], n = 0;
|
|
10115
10115
|
if (r) return r.call(t);
|
|
10116
10116
|
if (t && typeof t.length == "number") return {
|
|
@@ -10134,7 +10134,7 @@ var Me = (
|
|
|
10134
10134
|
var v = _e.decodeDigit(r, l, c, _e.L_AND_G_PATTERNS);
|
|
10135
10135
|
i += String.fromCharCode(48 + v % 10);
|
|
10136
10136
|
try {
|
|
10137
|
-
for (var p = (a = void 0,
|
|
10137
|
+
for (var p = (a = void 0, fa(l)), x = p.next(); !x.done; x = p.next()) {
|
|
10138
10138
|
var w = x.value;
|
|
10139
10139
|
c += w;
|
|
10140
10140
|
}
|
|
@@ -10156,7 +10156,7 @@ var Me = (
|
|
|
10156
10156
|
var v = _e.decodeDigit(r, l, c, _e.L_PATTERNS);
|
|
10157
10157
|
i += String.fromCharCode(48 + v);
|
|
10158
10158
|
try {
|
|
10159
|
-
for (var m = (s = void 0,
|
|
10159
|
+
for (var m = (s = void 0, fa(l)), _ = m.next(); !_.done; _ = m.next()) {
|
|
10160
10160
|
var w = _.value;
|
|
10161
10161
|
c += w;
|
|
10162
10162
|
}
|
|
@@ -10195,7 +10195,7 @@ var Me = (
|
|
|
10195
10195
|
}
|
|
10196
10196
|
e.prototype = r === null ? Object.create(r) : (n.prototype = r.prototype, new n());
|
|
10197
10197
|
};
|
|
10198
|
-
})(),
|
|
10198
|
+
})(), ca = function(t) {
|
|
10199
10199
|
var e = typeof Symbol == "function" && Symbol.iterator, r = e && t[e], n = 0;
|
|
10200
10200
|
if (r) return r.call(t);
|
|
10201
10201
|
if (t && typeof t.length == "number") return {
|
|
@@ -10204,7 +10204,7 @@ var Me = (
|
|
|
10204
10204
|
}
|
|
10205
10205
|
};
|
|
10206
10206
|
throw new TypeError(e ? "Object is not iterable." : "Symbol.iterator is not defined.");
|
|
10207
|
-
},
|
|
10207
|
+
}, da = (
|
|
10208
10208
|
/** @class */
|
|
10209
10209
|
(function(t) {
|
|
10210
10210
|
yf(e, t);
|
|
@@ -10219,7 +10219,7 @@ var Me = (
|
|
|
10219
10219
|
var d = _e.decodeDigit(r, l, c, _e.L_PATTERNS);
|
|
10220
10220
|
i += String.fromCharCode(48 + d);
|
|
10221
10221
|
try {
|
|
10222
|
-
for (var v = (a = void 0,
|
|
10222
|
+
for (var v = (a = void 0, ca(l)), p = v.next(); !p.done; p = v.next()) {
|
|
10223
10223
|
var x = p.value;
|
|
10224
10224
|
c += x;
|
|
10225
10225
|
}
|
|
@@ -10239,7 +10239,7 @@ var Me = (
|
|
|
10239
10239
|
var d = _e.decodeDigit(r, l, c, _e.L_PATTERNS);
|
|
10240
10240
|
i += String.fromCharCode(48 + d);
|
|
10241
10241
|
try {
|
|
10242
|
-
for (var y = (s = void 0,
|
|
10242
|
+
for (var y = (s = void 0, ca(l)), m = y.next(); !m.done; m = y.next()) {
|
|
10243
10243
|
var x = m.value;
|
|
10244
10244
|
c += x;
|
|
10245
10245
|
}
|
|
@@ -10273,7 +10273,7 @@ var Me = (
|
|
|
10273
10273
|
}
|
|
10274
10274
|
e.prototype = r === null ? Object.create(r) : (n.prototype = r.prototype, new n());
|
|
10275
10275
|
};
|
|
10276
|
-
})(),
|
|
10276
|
+
})(), ha = (
|
|
10277
10277
|
/** @class */
|
|
10278
10278
|
(function(t) {
|
|
10279
10279
|
wf(e, t);
|
|
@@ -10324,7 +10324,7 @@ var Me = (
|
|
|
10324
10324
|
}
|
|
10325
10325
|
};
|
|
10326
10326
|
throw new TypeError(e ? "Object is not iterable." : "Symbol.iterator is not defined.");
|
|
10327
|
-
},
|
|
10327
|
+
}, va = (
|
|
10328
10328
|
/** @class */
|
|
10329
10329
|
(function(t) {
|
|
10330
10330
|
mf(e, t);
|
|
@@ -10423,7 +10423,7 @@ var Me = (
|
|
|
10423
10423
|
}
|
|
10424
10424
|
e.prototype = r === null ? Object.create(r) : (n.prototype = r.prototype, new n());
|
|
10425
10425
|
};
|
|
10426
|
-
})(),
|
|
10426
|
+
})(), pa = function(t) {
|
|
10427
10427
|
var e = typeof Symbol == "function" && Symbol.iterator, r = e && t[e], n = 0;
|
|
10428
10428
|
if (r) return r.call(t);
|
|
10429
10429
|
if (t && typeof t.length == "number") return {
|
|
@@ -10438,12 +10438,12 @@ var Me = (
|
|
|
10438
10438
|
Ef(e, t);
|
|
10439
10439
|
function e(r) {
|
|
10440
10440
|
var n = t.call(this) || this, i = r == null ? null : r.get(we.POSSIBLE_FORMATS), a = [];
|
|
10441
|
-
return i != null && (i.indexOf(G.EAN_13) > -1 && a.push(new vi()), i.indexOf(G.UPC_A) > -1 && a.push(new
|
|
10441
|
+
return i != null && (i.indexOf(G.EAN_13) > -1 && a.push(new vi()), i.indexOf(G.UPC_A) > -1 && a.push(new ha()), i.indexOf(G.EAN_8) > -1 && a.push(new da()), i.indexOf(G.UPC_E) > -1 && a.push(new va())), a.length === 0 && (a.push(new vi()), a.push(new ha()), a.push(new da()), a.push(new va())), n.readers = a, n;
|
|
10442
10442
|
}
|
|
10443
10443
|
return e.prototype.decodeRow = function(r, n, i) {
|
|
10444
10444
|
var a, o;
|
|
10445
10445
|
try {
|
|
10446
|
-
for (var s =
|
|
10446
|
+
for (var s = pa(this.readers), u = s.next(); !u.done; u = s.next()) {
|
|
10447
10447
|
var l = u.value;
|
|
10448
10448
|
try {
|
|
10449
10449
|
var f = l.decodeRow(r, n, i), c = f.getBarcodeFormat() === G.EAN_13 && f.getText().charAt(0) === "0", h = i == null ? null : i.get(we.POSSIBLE_FORMATS), d = h == null || h.includes(G.UPC_A);
|
|
@@ -10468,7 +10468,7 @@ var Me = (
|
|
|
10468
10468
|
}, e.prototype.reset = function() {
|
|
10469
10469
|
var r, n;
|
|
10470
10470
|
try {
|
|
10471
|
-
for (var i =
|
|
10471
|
+
for (var i = pa(this.readers), a = i.next(); !a.done; a = i.next()) {
|
|
10472
10472
|
var o = a.value;
|
|
10473
10473
|
o.reset();
|
|
10474
10474
|
}
|
|
@@ -10482,7 +10482,7 @@ var Me = (
|
|
|
10482
10482
|
}
|
|
10483
10483
|
}
|
|
10484
10484
|
}, e;
|
|
10485
|
-
})(
|
|
10485
|
+
})(Le)
|
|
10486
10486
|
), bf = /* @__PURE__ */ (function() {
|
|
10487
10487
|
var t = function(e, r) {
|
|
10488
10488
|
return t = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(n, i) {
|
|
@@ -10529,7 +10529,7 @@ var Me = (
|
|
|
10529
10529
|
return this.evenCounts;
|
|
10530
10530
|
}, e.prototype.parseFinderValue = function(r, n) {
|
|
10531
10531
|
for (var i = 0; i < n.length; i++)
|
|
10532
|
-
if (
|
|
10532
|
+
if (Le.patternMatchVariance(r, n[i], e.MAX_INDIVIDUAL_VARIANCE) < e.MAX_AVG_VARIANCE)
|
|
10533
10533
|
return i;
|
|
10534
10534
|
throw new S();
|
|
10535
10535
|
}, e.count = function(r) {
|
|
@@ -10564,7 +10564,7 @@ var Me = (
|
|
|
10564
10564
|
}
|
|
10565
10565
|
return !1;
|
|
10566
10566
|
}, e.MAX_AVG_VARIANCE = 0.2, e.MAX_INDIVIDUAL_VARIANCE = 0.45, e.MIN_FINDER_PATTERN_RATIO = 9.5 / 12, e.MAX_FINDER_PATTERN_RATIO = 12.5 / 14, e;
|
|
10567
|
-
})(
|
|
10567
|
+
})(Le)
|
|
10568
10568
|
), En = (
|
|
10569
10569
|
/** @class */
|
|
10570
10570
|
(function() {
|
|
@@ -10693,7 +10693,7 @@ var Me = (
|
|
|
10693
10693
|
return this.finished;
|
|
10694
10694
|
}, t;
|
|
10695
10695
|
})()
|
|
10696
|
-
),
|
|
10696
|
+
), Bi = (
|
|
10697
10697
|
/** @class */
|
|
10698
10698
|
(function() {
|
|
10699
10699
|
function t(e) {
|
|
@@ -10731,7 +10731,7 @@ var Me = (
|
|
|
10731
10731
|
}, e.prototype.isFNC1 = function() {
|
|
10732
10732
|
return this.value === e.FNC1;
|
|
10733
10733
|
}, e.FNC1 = "$", e;
|
|
10734
|
-
})(
|
|
10734
|
+
})(Bi)
|
|
10735
10735
|
), Of = /* @__PURE__ */ (function() {
|
|
10736
10736
|
var t = function(e, r) {
|
|
10737
10737
|
return t = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(n, i) {
|
|
@@ -10762,7 +10762,7 @@ var Me = (
|
|
|
10762
10762
|
}, e.prototype.getRemainingValue = function() {
|
|
10763
10763
|
return this.remainingValue;
|
|
10764
10764
|
}, e;
|
|
10765
|
-
})(
|
|
10765
|
+
})(Bi)
|
|
10766
10766
|
), Tf = /* @__PURE__ */ (function() {
|
|
10767
10767
|
var t = function(e, r) {
|
|
10768
10768
|
return t = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(n, i) {
|
|
@@ -10801,7 +10801,7 @@ var Me = (
|
|
|
10801
10801
|
}, e.prototype.isAnyFNC1 = function() {
|
|
10802
10802
|
return this.firstDigit === e.FNC1 || this.secondDigit === e.FNC1;
|
|
10803
10803
|
}, e.FNC1 = 10, e;
|
|
10804
|
-
})(
|
|
10804
|
+
})(Bi)
|
|
10805
10805
|
), tn = function(t) {
|
|
10806
10806
|
var e = typeof Symbol == "function" && Symbol.iterator, r = e && t[e], n = 0;
|
|
10807
10807
|
if (r) return r.call(t);
|
|
@@ -11659,7 +11659,7 @@ function jf(t) {
|
|
|
11659
11659
|
throw console.log(i), new zr("unknown decoder: " + t);
|
|
11660
11660
|
}
|
|
11661
11661
|
}
|
|
11662
|
-
var
|
|
11662
|
+
var ga = (
|
|
11663
11663
|
/** @class */
|
|
11664
11664
|
(function() {
|
|
11665
11665
|
function t(e, r, n, i) {
|
|
@@ -11866,7 +11866,7 @@ var pa = (
|
|
|
11866
11866
|
try {
|
|
11867
11867
|
for (var y = (u = void 0, Ct(r)), m = y.next(); !m.done; m = y.next()) {
|
|
11868
11868
|
var _ = m.value;
|
|
11869
|
-
if (
|
|
11869
|
+
if (ga.equals(x, _)) {
|
|
11870
11870
|
w = !0;
|
|
11871
11871
|
break;
|
|
11872
11872
|
}
|
|
@@ -11991,7 +11991,7 @@ var pa = (
|
|
|
11991
11991
|
} catch (c) {
|
|
11992
11992
|
f = null, console.log(c);
|
|
11993
11993
|
}
|
|
11994
|
-
return new
|
|
11994
|
+
return new ga(l, f, o, !0);
|
|
11995
11995
|
}, e.prototype.isEmptyPair = function(r) {
|
|
11996
11996
|
return r.length === 0;
|
|
11997
11997
|
}, e.prototype.findNextPair = function(r, n, i) {
|
|
@@ -12242,7 +12242,7 @@ var pa = (
|
|
|
12242
12242
|
}
|
|
12243
12243
|
};
|
|
12244
12244
|
throw new TypeError(e ? "Object is not iterable." : "Symbol.iterator is not defined.");
|
|
12245
|
-
},
|
|
12245
|
+
}, xa = (
|
|
12246
12246
|
/** @class */
|
|
12247
12247
|
(function(t) {
|
|
12248
12248
|
Jf(e, t);
|
|
@@ -12340,9 +12340,9 @@ var pa = (
|
|
|
12340
12340
|
for (var a = this.getDataCharacterCounters(), o = 0; o < a.length; o++)
|
|
12341
12341
|
a[o] = 0;
|
|
12342
12342
|
if (i)
|
|
12343
|
-
|
|
12343
|
+
Le.recordPatternInReverse(r, n.getStartEnd()[0], a);
|
|
12344
12344
|
else {
|
|
12345
|
-
|
|
12345
|
+
Le.recordPattern(r, n.getStartEnd()[1] + 1, a);
|
|
12346
12346
|
for (var s = 0, u = a.length - 1; s < u; s++, u--) {
|
|
12347
12347
|
var l = a[s];
|
|
12348
12348
|
a[s] = a[u], a[u] = l;
|
|
@@ -12476,7 +12476,7 @@ var pa = (
|
|
|
12476
12476
|
var n = t.call(this) || this;
|
|
12477
12477
|
n.readers = [];
|
|
12478
12478
|
var i = r ? r.get(we.POSSIBLE_FORMATS) : null, a = r && r.get(we.ASSUME_CODE_39_CHECK_DIGIT) !== void 0;
|
|
12479
|
-
return i && ((i.includes(G.EAN_13) || i.includes(G.UPC_A) || i.includes(G.EAN_8) || i.includes(G.UPC_E)) && n.readers.push(new jn(r)), i.includes(G.CODE_39) && n.readers.push(new
|
|
12479
|
+
return i && ((i.includes(G.EAN_13) || i.includes(G.UPC_A) || i.includes(G.EAN_8) || i.includes(G.UPC_E)) && n.readers.push(new jn(r)), i.includes(G.CODE_39) && n.readers.push(new ua(a)), i.includes(G.CODE_128) && n.readers.push(new sa()), i.includes(G.ITF) && n.readers.push(new la()), i.includes(G.RSS_14) && n.readers.push(new xa()), i.includes(G.RSS_EXPANDED) && (console.warn("RSS Expanded reader IS NOT ready for production yet! use at your own risk."), n.readers.push(new Zf()))), n.readers.length === 0 && (n.readers.push(new jn(r)), n.readers.push(new ua()), n.readers.push(new jn(r)), n.readers.push(new sa()), n.readers.push(new la()), n.readers.push(new xa())), n;
|
|
12480
12480
|
}
|
|
12481
12481
|
return e.prototype.decodeRow = function(r, n, i) {
|
|
12482
12482
|
for (var a = 0; a < this.readers.length; a++)
|
|
@@ -12490,7 +12490,7 @@ var pa = (
|
|
|
12490
12490
|
return r.reset();
|
|
12491
12491
|
});
|
|
12492
12492
|
}, e;
|
|
12493
|
-
})(
|
|
12493
|
+
})(Le)
|
|
12494
12494
|
), tc = /* @__PURE__ */ (function() {
|
|
12495
12495
|
var t = function(e, r) {
|
|
12496
12496
|
return t = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(n, i) {
|
|
@@ -12514,7 +12514,7 @@ var pa = (
|
|
|
12514
12514
|
}
|
|
12515
12515
|
return e;
|
|
12516
12516
|
})(hr);
|
|
12517
|
-
var
|
|
12517
|
+
var ya = function(t) {
|
|
12518
12518
|
var e = typeof Symbol == "function" && Symbol.iterator, r = e && t[e], n = 0;
|
|
12519
12519
|
if (r) return r.call(t);
|
|
12520
12520
|
if (t && typeof t.length == "number") return {
|
|
@@ -12555,7 +12555,7 @@ var xa = function(t) {
|
|
|
12555
12555
|
this.versionNumber = e, this.symbolSizeRows = r, this.symbolSizeColumns = n, this.dataRegionSizeRows = i, this.dataRegionSizeColumns = a, this.ecBlocks = o;
|
|
12556
12556
|
var l = 0, f = o.getECCodewords(), c = o.getECBlocks();
|
|
12557
12557
|
try {
|
|
12558
|
-
for (var h =
|
|
12558
|
+
for (var h = ya(c), d = h.next(); !d.done; d = h.next()) {
|
|
12559
12559
|
var v = d.value;
|
|
12560
12560
|
l += v.getCount() * (v.getDataCodewords() + f);
|
|
12561
12561
|
}
|
|
@@ -12589,7 +12589,7 @@ var xa = function(t) {
|
|
|
12589
12589
|
if ((e & 1) !== 0 || (r & 1) !== 0)
|
|
12590
12590
|
throw new F();
|
|
12591
12591
|
try {
|
|
12592
|
-
for (var a =
|
|
12592
|
+
for (var a = ya(t.VERSIONS), o = a.next(); !o.done; o = a.next()) {
|
|
12593
12593
|
var s = o.value;
|
|
12594
12594
|
if (s.symbolSizeRows === e && s.symbolSizeColumns === r)
|
|
12595
12595
|
return s;
|
|
@@ -12714,7 +12714,7 @@ var xa = function(t) {
|
|
|
12714
12714
|
return f;
|
|
12715
12715
|
}, t;
|
|
12716
12716
|
})()
|
|
12717
|
-
),
|
|
12717
|
+
), wa = function(t) {
|
|
12718
12718
|
var e = typeof Symbol == "function" && Symbol.iterator, r = e && t[e], n = 0;
|
|
12719
12719
|
if (r) return r.call(t);
|
|
12720
12720
|
if (t && typeof t.length == "number") return {
|
|
@@ -12732,7 +12732,7 @@ var xa = function(t) {
|
|
|
12732
12732
|
return t.getDataBlocks = function(e, r) {
|
|
12733
12733
|
var n, i, a, o, s = r.getECBlocks(), u = 0, l = s.getECBlocks();
|
|
12734
12734
|
try {
|
|
12735
|
-
for (var f =
|
|
12735
|
+
for (var f = wa(l), c = f.next(); !c.done; c = f.next()) {
|
|
12736
12736
|
var h = c.value;
|
|
12737
12737
|
u += h.getCount();
|
|
12738
12738
|
}
|
|
@@ -12747,7 +12747,7 @@ var xa = function(t) {
|
|
|
12747
12747
|
}
|
|
12748
12748
|
var d = new Array(u), v = 0;
|
|
12749
12749
|
try {
|
|
12750
|
-
for (var p =
|
|
12750
|
+
for (var p = wa(l), x = p.next(); !x.done; x = p.next())
|
|
12751
12751
|
for (var h = x.value, w = 0; w < h.getCount(); w++) {
|
|
12752
12752
|
var y = h.getDataCodewords(), m = s.getECCodewords() + y;
|
|
12753
12753
|
d[v++] = new t(y, new Uint8Array(m));
|
|
@@ -13259,7 +13259,7 @@ var ac = (
|
|
|
13259
13259
|
try {
|
|
13260
13260
|
this.rsDecoder.decode(n, e.length - r);
|
|
13261
13261
|
} catch {
|
|
13262
|
-
throw new
|
|
13262
|
+
throw new Be();
|
|
13263
13263
|
}
|
|
13264
13264
|
for (var i = 0; i < r; i++)
|
|
13265
13265
|
e[i] = n[i];
|
|
@@ -13279,7 +13279,7 @@ var ac = (
|
|
|
13279
13279
|
var n = r[0], i = r[1], a = r[2], o = r[3], s = this.transitionsBetween(n, o) + 1, u = this.transitionsBetween(a, o) + 1;
|
|
13280
13280
|
(s & 1) === 1 && (s += 1), (u & 1) === 1 && (u += 1), 4 * s < 7 * u && 4 * u < 7 * s && (s = u = Math.max(s, u));
|
|
13281
13281
|
var l = t.sampleGrid(this.image, n, i, a, o, s, u);
|
|
13282
|
-
return new
|
|
13282
|
+
return new Ri(l, [n, i, a, o]);
|
|
13283
13283
|
}, t.shiftPoint = function(e, r, n) {
|
|
13284
13284
|
var i = (r.getX() - e.getX()) / (n + 1), a = (r.getY() - e.getY()) / (n + 1);
|
|
13285
13285
|
return new V(e.getX() + i, e.getY() + a);
|
|
@@ -13312,7 +13312,7 @@ var ac = (
|
|
|
13312
13312
|
}, t.prototype.isValid = function(e) {
|
|
13313
13313
|
return e.getX() >= 0 && e.getX() < this.image.getWidth() && e.getY() > 0 && e.getY() < this.image.getHeight();
|
|
13314
13314
|
}, t.sampleGrid = function(e, r, n, i, a, o, s) {
|
|
13315
|
-
var u =
|
|
13315
|
+
var u = Pi.getInstance();
|
|
13316
13316
|
return u.sampleGrid(e, o, s, 0.5, 0.5, o - 0.5, 0.5, o - 0.5, s - 0.5, 0.5, s - 0.5, r.getX(), r.getY(), a.getX(), a.getY(), i.getX(), i.getY(), n.getX(), n.getY());
|
|
13317
13317
|
}, t.prototype.transitionsBetween = function(e, r) {
|
|
13318
13318
|
var n = Math.trunc(e.getX()), i = Math.trunc(e.getY()), a = Math.trunc(r.getX()), o = Math.trunc(r.getY()), s = Math.abs(o - i) > Math.abs(a - n);
|
|
@@ -13348,9 +13348,9 @@ var ac = (
|
|
|
13348
13348
|
n = this.decoder.decode(o.getBits()), i = o.getPoints();
|
|
13349
13349
|
}
|
|
13350
13350
|
var s = n.getRawBytes(), u = new Ze(n.getText(), s, 8 * s.length, i, G.DATA_MATRIX, ce.currentTimeMillis()), l = n.getByteSegments();
|
|
13351
|
-
l != null && u.putMetadata(
|
|
13351
|
+
l != null && u.putMetadata(Me.BYTE_SEGMENTS, l);
|
|
13352
13352
|
var f = n.getECLevel();
|
|
13353
|
-
return f != null && u.putMetadata(
|
|
13353
|
+
return f != null && u.putMetadata(Me.ERROR_CORRECTION_LEVEL, f), u;
|
|
13354
13354
|
}, t.prototype.reset = function() {
|
|
13355
13355
|
}, t.extractPureBits = function(e) {
|
|
13356
13356
|
var r = e.getTopLeftOnBit(), n = e.getBottomRightOnBit();
|
|
@@ -13735,7 +13735,7 @@ var fc = (
|
|
|
13735
13735
|
(function(t) {
|
|
13736
13736
|
t[t.DATA_MASK_000 = 0] = "DATA_MASK_000", t[t.DATA_MASK_001 = 1] = "DATA_MASK_001", t[t.DATA_MASK_010 = 2] = "DATA_MASK_010", t[t.DATA_MASK_011 = 3] = "DATA_MASK_011", t[t.DATA_MASK_100 = 4] = "DATA_MASK_100", t[t.DATA_MASK_101 = 5] = "DATA_MASK_101", t[t.DATA_MASK_110 = 6] = "DATA_MASK_110", t[t.DATA_MASK_111 = 7] = "DATA_MASK_111";
|
|
13737
13737
|
})(Se || (Se = {}));
|
|
13738
|
-
var
|
|
13738
|
+
var ma = (
|
|
13739
13739
|
/** @class */
|
|
13740
13740
|
(function() {
|
|
13741
13741
|
function t(e, r) {
|
|
@@ -13846,7 +13846,7 @@ var wa = (
|
|
|
13846
13846
|
var i = this.isMirror ? this.bitMatrix.get(r, e) : this.bitMatrix.get(e, r);
|
|
13847
13847
|
return i ? n << 1 | 1 : n << 1;
|
|
13848
13848
|
}, t.prototype.readCodewords = function() {
|
|
13849
|
-
var e = this.readFormatInformation(), r = this.readVersion(), n =
|
|
13849
|
+
var e = this.readFormatInformation(), r = this.readVersion(), n = ma.values.get(e.getDataMask()), i = this.bitMatrix.getHeight();
|
|
13850
13850
|
n.unmaskBitMatrix(this.bitMatrix, i);
|
|
13851
13851
|
for (var a = r.buildFunctionPattern(), o = !0, s = new Uint8Array(r.getTotalCodewords()), u = 0, l = 0, f = 0, c = i - 1; c > 0; c -= 2) {
|
|
13852
13852
|
c === 6 && c--;
|
|
@@ -13861,7 +13861,7 @@ var wa = (
|
|
|
13861
13861
|
return s;
|
|
13862
13862
|
}, t.prototype.remask = function() {
|
|
13863
13863
|
if (this.parsedFormatInfo !== null) {
|
|
13864
|
-
var e =
|
|
13864
|
+
var e = ma.values[this.parsedFormatInfo.getDataMask()], r = this.bitMatrix.getHeight();
|
|
13865
13865
|
e.unmaskBitMatrix(this.bitMatrix, r);
|
|
13866
13866
|
}
|
|
13867
13867
|
}, t.prototype.setMirror = function(e) {
|
|
@@ -13872,7 +13872,7 @@ var wa = (
|
|
|
13872
13872
|
e.get(r, i) !== e.get(i, r) && (e.flip(i, r), e.flip(r, i));
|
|
13873
13873
|
}, t;
|
|
13874
13874
|
})()
|
|
13875
|
-
),
|
|
13875
|
+
), Aa = function(t) {
|
|
13876
13876
|
var e = typeof Symbol == "function" && Symbol.iterator, r = e && t[e], n = 0;
|
|
13877
13877
|
if (r) return r.call(t);
|
|
13878
13878
|
if (t && typeof t.length == "number") return {
|
|
@@ -13893,7 +13893,7 @@ var wa = (
|
|
|
13893
13893
|
throw new H();
|
|
13894
13894
|
var u = r.getECBlocksForLevel(n), l = 0, f = u.getECBlocks();
|
|
13895
13895
|
try {
|
|
13896
|
-
for (var c =
|
|
13896
|
+
for (var c = Aa(f), h = c.next(); !h.done; h = c.next()) {
|
|
13897
13897
|
var d = h.value;
|
|
13898
13898
|
l += d.getCount();
|
|
13899
13899
|
}
|
|
@@ -13908,7 +13908,7 @@ var wa = (
|
|
|
13908
13908
|
}
|
|
13909
13909
|
var v = new Array(l), p = 0;
|
|
13910
13910
|
try {
|
|
13911
|
-
for (var x =
|
|
13911
|
+
for (var x = Aa(f), w = x.next(); !w.done; w = x.next())
|
|
13912
13912
|
for (var d = w.value, y = 0; y < d.getCount(); y++) {
|
|
13913
13913
|
var m = d.getDataCodewords(), _ = u.getECCodewordsPerBlock() + m;
|
|
13914
13914
|
v[p++] = new t(m, new Uint8Array(_));
|
|
@@ -14154,7 +14154,7 @@ var he = (
|
|
|
14154
14154
|
}
|
|
14155
14155
|
}, t;
|
|
14156
14156
|
})()
|
|
14157
|
-
),
|
|
14157
|
+
), Ea = function(t) {
|
|
14158
14158
|
var e = typeof Symbol == "function" && Symbol.iterator, r = e && t[e], n = 0;
|
|
14159
14159
|
if (r) return r.call(t);
|
|
14160
14160
|
if (t && typeof t.length == "number") return {
|
|
@@ -14188,7 +14188,7 @@ var he = (
|
|
|
14188
14188
|
}, t.prototype.decodeBitMatrixParser = function(e, r) {
|
|
14189
14189
|
var n, i, a, o, s = e.readVersion(), u = e.readFormatInformation().getErrorCorrectionLevel(), l = e.readCodewords(), f = pc.getDataBlocks(l, s, u), c = 0;
|
|
14190
14190
|
try {
|
|
14191
|
-
for (var h =
|
|
14191
|
+
for (var h = Ea(f), d = h.next(); !d.done; d = h.next()) {
|
|
14192
14192
|
var v = d.value;
|
|
14193
14193
|
c += v.getNumDataCodewords();
|
|
14194
14194
|
}
|
|
@@ -14203,7 +14203,7 @@ var he = (
|
|
|
14203
14203
|
}
|
|
14204
14204
|
var p = new Uint8Array(c), x = 0;
|
|
14205
14205
|
try {
|
|
14206
|
-
for (var w =
|
|
14206
|
+
for (var w = Ea(f), y = w.next(); !y.done; y = w.next()) {
|
|
14207
14207
|
var v = y.value, m = v.getCodewords(), _ = v.getNumDataCodewords();
|
|
14208
14208
|
this.correctErrors(m, _);
|
|
14209
14209
|
for (var I = 0; I < _; I++)
|
|
@@ -14224,7 +14224,7 @@ var he = (
|
|
|
14224
14224
|
try {
|
|
14225
14225
|
this.rsDecoder.decode(n, e.length - r);
|
|
14226
14226
|
} catch {
|
|
14227
|
-
throw new
|
|
14227
|
+
throw new Be();
|
|
14228
14228
|
}
|
|
14229
14229
|
for (var i = 0; i < r; i++)
|
|
14230
14230
|
e[i] = /*(byte) */
|
|
@@ -14786,12 +14786,12 @@ var he = (
|
|
|
14786
14786
|
throw m;
|
|
14787
14787
|
}
|
|
14788
14788
|
var x = t.createTransform(r, n, i, l, o), w = t.sampleGrid(this.image, x, o), y;
|
|
14789
|
-
return l === null ? y = [i, r, n] : y = [i, r, n, l], new
|
|
14789
|
+
return l === null ? y = [i, r, n] : y = [i, r, n, l], new Ri(w, y);
|
|
14790
14790
|
}, t.createTransform = function(e, r, n, i, a) {
|
|
14791
14791
|
var o = a - 3.5, s, u, l, f;
|
|
14792
14792
|
return i !== null ? (s = i.getX(), u = i.getY(), l = o - 3, f = l) : (s = r.getX() - e.getX() + n.getX(), u = r.getY() - e.getY() + n.getY(), l = o, f = o), ro.quadrilateralToQuadrilateral(3.5, 3.5, o, 3.5, l, f, 3.5, o, e.getX(), e.getY(), r.getX(), r.getY(), s, u, n.getX(), n.getY());
|
|
14793
14793
|
}, t.sampleGrid = function(e, r, n) {
|
|
14794
|
-
var i =
|
|
14794
|
+
var i = Pi.getInstance();
|
|
14795
14795
|
return i.sampleGridWithTransform(e, n, n, r);
|
|
14796
14796
|
}, t.computeDimension = function(e, r, n, i) {
|
|
14797
14797
|
var a = te.round(V.distance(e, r) / i), o = te.round(V.distance(e, n) / i), s = Math.floor((a + o) / 2) + 7;
|
|
@@ -14897,9 +14897,9 @@ var he = (
|
|
|
14897
14897
|
}
|
|
14898
14898
|
n.getOther() instanceof uo && n.getOther().applyMirroredCorrection(i);
|
|
14899
14899
|
var s = new Ze(n.getText(), n.getRawBytes(), void 0, i, G.QR_CODE, void 0), u = n.getByteSegments();
|
|
14900
|
-
u !== null && s.putMetadata(
|
|
14900
|
+
u !== null && s.putMetadata(Me.BYTE_SEGMENTS, u);
|
|
14901
14901
|
var l = n.getECLevel();
|
|
14902
|
-
return l !== null && s.putMetadata(
|
|
14902
|
+
return l !== null && s.putMetadata(Me.ERROR_CORRECTION_LEVEL, l), n.hasStructuredAppend() && (s.putMetadata(Me.STRUCTURED_APPEND_SEQUENCE, n.getStructuredAppendSequenceNumber()), s.putMetadata(Me.STRUCTURED_APPEND_PARITY, n.getStructuredAppendParity())), s;
|
|
14903
14903
|
}, t.prototype.reset = function() {
|
|
14904
14904
|
}, t.extractPureBits = function(e) {
|
|
14905
14905
|
var r = e.getTopLeftOnBit(), n = e.getBottomRightOnBit();
|
|
@@ -20979,7 +20979,7 @@ var he = (
|
|
|
20979
20979
|
for (var w = new Vt(this.field, s), y = this.runEuclideanAlgorithm(this.field.buildMonomial(r, 1), w, r), m = y[0], _ = y[1], I = this.findErrorLocations(m), B = this.findErrorMagnitudes(_, m, I), l = 0; l < I.length; l++) {
|
|
20980
20980
|
var b = e.length - 1 - this.field.log(I[l]);
|
|
20981
20981
|
if (b < 0)
|
|
20982
|
-
throw
|
|
20982
|
+
throw Be.getChecksumInstance();
|
|
20983
20983
|
e[b] = this.field.subtract(e[b], B[l]);
|
|
20984
20984
|
}
|
|
20985
20985
|
return I.length;
|
|
@@ -20991,7 +20991,7 @@ var he = (
|
|
|
20991
20991
|
for (var a = e, o = r, s = this.field.getZero(), u = this.field.getOne(); o.getDegree() >= Math.round(n / 2); ) {
|
|
20992
20992
|
var l = a, f = s;
|
|
20993
20993
|
if (a = o, s = u, a.isZero())
|
|
20994
|
-
throw
|
|
20994
|
+
throw Be.getChecksumInstance();
|
|
20995
20995
|
o = l;
|
|
20996
20996
|
for (var c = this.field.getZero(), h = a.getCoefficient(a.getDegree()), d = this.field.inverse(h); o.getDegree() >= a.getDegree() && !o.isZero(); ) {
|
|
20997
20997
|
var v = o.getDegree() - a.getDegree(), p = this.field.multiply(o.getCoefficient(o.getDegree()), d);
|
|
@@ -21001,14 +21001,14 @@ var he = (
|
|
|
21001
21001
|
}
|
|
21002
21002
|
var x = u.getCoefficient(0);
|
|
21003
21003
|
if (x === 0)
|
|
21004
|
-
throw
|
|
21004
|
+
throw Be.getChecksumInstance();
|
|
21005
21005
|
var w = this.field.inverse(x), y = u.multiply(w), m = o.multiply(w);
|
|
21006
21006
|
return [y, m];
|
|
21007
21007
|
}, t.prototype.findErrorLocations = function(e) {
|
|
21008
21008
|
for (var r = e.getDegree(), n = new Int32Array(r), i = 0, a = 1; a < this.field.getSize() && i < r; a++)
|
|
21009
21009
|
e.evaluateAt(a) === 0 && (n[i] = this.field.inverse(a), i++);
|
|
21010
21010
|
if (i !== r)
|
|
21011
|
-
throw
|
|
21011
|
+
throw Be.getChecksumInstance();
|
|
21012
21012
|
return n;
|
|
21013
21013
|
}, t.prototype.findErrorMagnitudes = function(e, r, n) {
|
|
21014
21014
|
for (var i = r.getDegree(), a = new Int32Array(i), o = 1; o <= i; o++)
|
|
@@ -21086,7 +21086,7 @@ var he = (
|
|
|
21086
21086
|
return this.rowCountLowerPart;
|
|
21087
21087
|
}, t;
|
|
21088
21088
|
})()
|
|
21089
|
-
),
|
|
21089
|
+
), Mi = (
|
|
21090
21090
|
/** @class */
|
|
21091
21091
|
(function() {
|
|
21092
21092
|
function t() {
|
|
@@ -21175,7 +21175,7 @@ var he = (
|
|
|
21175
21175
|
}, t.prototype.getCodewords = function() {
|
|
21176
21176
|
return this.codewords;
|
|
21177
21177
|
}, t.prototype.toString = function() {
|
|
21178
|
-
var e, r, n = new
|
|
21178
|
+
var e, r, n = new Mi(), i = 0;
|
|
21179
21179
|
try {
|
|
21180
21180
|
for (var a = Fc(this.codewords), o = a.next(); !o.done; o = a.next()) {
|
|
21181
21181
|
var s = o.value;
|
|
@@ -21287,7 +21287,7 @@ var he = (
|
|
|
21287
21287
|
}
|
|
21288
21288
|
};
|
|
21289
21289
|
throw new TypeError(e ? "Object is not iterable." : "Symbol.iterator is not defined.");
|
|
21290
|
-
},
|
|
21290
|
+
}, ba = (
|
|
21291
21291
|
/** @class */
|
|
21292
21292
|
(function(t) {
|
|
21293
21293
|
$c(e, t);
|
|
@@ -21537,7 +21537,7 @@ var he = (
|
|
|
21537
21537
|
}, t.prototype.toString = function() {
|
|
21538
21538
|
var e = this.detectionResultColumns[0];
|
|
21539
21539
|
e == null && (e = this.detectionResultColumns[this.barcodeColumnCount + 1]);
|
|
21540
|
-
for (var r = new
|
|
21540
|
+
for (var r = new Mi(), n = 0; n < e.getCodewords().length; n++) {
|
|
21541
21541
|
r.format("CW %3d:", n);
|
|
21542
21542
|
for (var i = 0; i < this.barcodeColumnCount + 2; i++) {
|
|
21543
21543
|
if (this.detectionResultColumns[i] == null) {
|
|
@@ -21691,7 +21691,7 @@ var he = (
|
|
|
21691
21691
|
this.timestamp = e;
|
|
21692
21692
|
}, t;
|
|
21693
21693
|
})()
|
|
21694
|
-
),
|
|
21694
|
+
), _a = (
|
|
21695
21695
|
/** @class */
|
|
21696
21696
|
(function() {
|
|
21697
21697
|
function t() {
|
|
@@ -21735,7 +21735,7 @@ var he = (
|
|
|
21735
21735
|
if (e == null)
|
|
21736
21736
|
throw new Kc();
|
|
21737
21737
|
if (r < 0 || r > e.length || n < 0 || r + n > e.length || r + n < 0)
|
|
21738
|
-
throw new
|
|
21738
|
+
throw new Di();
|
|
21739
21739
|
if (n === 0)
|
|
21740
21740
|
return;
|
|
21741
21741
|
for (var i = 0; i < n; i++)
|
|
@@ -21809,7 +21809,7 @@ var he = (
|
|
|
21809
21809
|
r, this.count += 1;
|
|
21810
21810
|
}, e.prototype.writeBytesOffset = function(r, n, i) {
|
|
21811
21811
|
if (n < 0 || n > r.length || i < 0 || n + i - r.length > 0)
|
|
21812
|
-
throw new
|
|
21812
|
+
throw new Di();
|
|
21813
21813
|
this.ensureCapacity(this.count + i), ce.arraycopy(r, n, this.buf, this.count, i), this.count += i;
|
|
21814
21814
|
}, e.prototype.writeTo = function(r) {
|
|
21815
21815
|
r.writeBytesOffset(this.buf, 0, this.count);
|
|
@@ -21952,7 +21952,7 @@ var t0 = (
|
|
|
21952
21952
|
break;
|
|
21953
21953
|
case t.MACRO_PDF417_OPTIONAL_FIELD_TIME_STAMP:
|
|
21954
21954
|
var h = new ue();
|
|
21955
|
-
r = t.numericCompaction(e, r + 1, h), n.setTimestamp(
|
|
21955
|
+
r = t.numericCompaction(e, r + 1, h), n.setTimestamp(_a.parseLong(h.toString()));
|
|
21956
21956
|
break;
|
|
21957
21957
|
case t.MACRO_PDF417_OPTIONAL_FIELD_CHECKSUM:
|
|
21958
21958
|
var d = new ue();
|
|
@@ -21960,7 +21960,7 @@ var t0 = (
|
|
|
21960
21960
|
break;
|
|
21961
21961
|
case t.MACRO_PDF417_OPTIONAL_FIELD_FILE_SIZE:
|
|
21962
21962
|
var v = new ue();
|
|
21963
|
-
r = t.numericCompaction(e, r + 1, v), n.setFileSize(
|
|
21963
|
+
r = t.numericCompaction(e, r + 1, v), n.setFileSize(_a.parseLong(v.toString()));
|
|
21964
21964
|
break;
|
|
21965
21965
|
default:
|
|
21966
21966
|
throw F.getFormatInstance();
|
|
@@ -22278,7 +22278,7 @@ var t0 = (
|
|
|
22278
22278
|
if (c.getDetectionResultColumn(w) === /* null */
|
|
22279
22279
|
void 0) {
|
|
22280
22280
|
var y = void 0;
|
|
22281
|
-
w === 0 || w === v ? y = new
|
|
22281
|
+
w === 0 || w === v ? y = new ba(u, w === 0) : y = new lo(u), c.setDetectionResultColumn(w, y);
|
|
22282
22282
|
for (var m = -1, _ = m, I = u.getMinY(); I <= u.getMaxY(); I++) {
|
|
22283
22283
|
if (m = t.getStartColumn(c, w, I, p), m < 0 || m > u.getMaxX()) {
|
|
22284
22284
|
if (_ === -1)
|
|
@@ -22353,7 +22353,7 @@ var t0 = (
|
|
|
22353
22353
|
var i;
|
|
22354
22354
|
return r == null || (i = r.getBarcodeMetadata()) == null ? n : n.getColumnCount() !== i.getColumnCount() && n.getErrorCorrectionLevel() !== i.getErrorCorrectionLevel() && n.getRowCount() !== i.getRowCount() ? null : n;
|
|
22355
22355
|
}, t.getRowIndicatorColumn = function(e, r, n, i, a, o) {
|
|
22356
|
-
for (var s = new
|
|
22356
|
+
for (var s = new ba(r, i), u = 0; u < 2; u++)
|
|
22357
22357
|
for (var l = u === 0 ? 1 : -1, f = Math.trunc(Math.trunc(n.getX())), c = Math.trunc(Math.trunc(n.getY())); c <= r.getMaxY() && c >= r.getMinY(); c += l) {
|
|
22358
22358
|
var h = t.detectCodeword(e, 0, e.getWidth(), i, f, c, a, o);
|
|
22359
22359
|
h != null && (s.setCodeword(c, h), i ? f = h.getStartX() : f = h.getEndX());
|
|
@@ -22390,20 +22390,20 @@ var t0 = (
|
|
|
22390
22390
|
try {
|
|
22391
22391
|
return t.decodeCodewords(r, e, n);
|
|
22392
22392
|
} catch (f) {
|
|
22393
|
-
var l = f instanceof
|
|
22393
|
+
var l = f instanceof Be;
|
|
22394
22394
|
if (!l)
|
|
22395
22395
|
throw f;
|
|
22396
22396
|
}
|
|
22397
22397
|
if (o.length === 0)
|
|
22398
|
-
throw
|
|
22398
|
+
throw Be.getChecksumInstance();
|
|
22399
22399
|
for (var u = 0; u < o.length; u++)
|
|
22400
22400
|
if (o[u] < a[u].length - 1) {
|
|
22401
22401
|
o[u]++;
|
|
22402
22402
|
break;
|
|
22403
22403
|
} else if (o[u] = 0, u === o.length - 1)
|
|
22404
|
-
throw
|
|
22404
|
+
throw Be.getChecksumInstance();
|
|
22405
22405
|
}
|
|
22406
|
-
throw
|
|
22406
|
+
throw Be.getChecksumInstance();
|
|
22407
22407
|
}, t.createBarcodeMatrix = function(e) {
|
|
22408
22408
|
for (var r, n, i, a, o = Array.from({ length: e.getBarcodeRowCount() }, function() {
|
|
22409
22409
|
return new Array(e.getBarcodeColumnCount() + 2);
|
|
@@ -22524,7 +22524,7 @@ var t0 = (
|
|
|
22524
22524
|
return o.setErrorsCorrected(a), o.setErasures(n.length), o;
|
|
22525
22525
|
}, t.correctErrors = function(e, r, n) {
|
|
22526
22526
|
if (r != null && r.length > n / 2 + t.MAX_ERRORS || n < 0 || n > t.MAX_EC_CODEWORDS)
|
|
22527
|
-
throw
|
|
22527
|
+
throw Be.getChecksumInstance();
|
|
22528
22528
|
return t.errorCorrection.decode(e, n, r);
|
|
22529
22529
|
}, t.verifyCodewordCount = function(e, r) {
|
|
22530
22530
|
if (e.length < 4)
|
|
@@ -22548,7 +22548,7 @@ var t0 = (
|
|
|
22548
22548
|
}, t.getCodewordBucketNumber_Int32Array = function(e) {
|
|
22549
22549
|
return (e[0] - e[2] + e[4] - e[6] + 9) % 9;
|
|
22550
22550
|
}, t.toString = function(e) {
|
|
22551
|
-
for (var r = new
|
|
22551
|
+
for (var r = new Mi(), n = 0; n < e.length; n++) {
|
|
22552
22552
|
r.format("Row %2d: ", n);
|
|
22553
22553
|
for (var i = 0; i < e[n].length; i++) {
|
|
22554
22554
|
var a = e[n][i];
|
|
@@ -22584,16 +22584,16 @@ var t0 = (
|
|
|
22584
22584
|
try {
|
|
22585
22585
|
return t.decode(e, r, !0);
|
|
22586
22586
|
} catch (n) {
|
|
22587
|
-
throw n instanceof F || n instanceof
|
|
22587
|
+
throw n instanceof F || n instanceof Be ? S.getNotFoundInstance() : n;
|
|
22588
22588
|
}
|
|
22589
22589
|
}, t.decode = function(e, r, n) {
|
|
22590
22590
|
var i, a, o = new Array(), s = Dc.detectMultiple(e, r, n);
|
|
22591
22591
|
try {
|
|
22592
22592
|
for (var u = n0(s.getPoints()), l = u.next(); !l.done; l = u.next()) {
|
|
22593
22593
|
var f = l.value, c = r0.decode(s.getBits(), f[4], f[5], f[6], f[7], t.getMinCodewordWidth(f), t.getMaxCodewordWidth(f)), h = new Ze(c.getText(), c.getRawBytes(), void 0, f, G.PDF_417);
|
|
22594
|
-
h.putMetadata(
|
|
22594
|
+
h.putMetadata(Me.ERROR_CORRECTION_LEVEL, c.getECLevel());
|
|
22595
22595
|
var d = c.getOther();
|
|
22596
|
-
d != null && h.putMetadata(
|
|
22596
|
+
d != null && h.putMetadata(Me.PDF417_EXTRA_METADATA, d), o.push(h);
|
|
22597
22597
|
}
|
|
22598
22598
|
} catch (v) {
|
|
22599
22599
|
i = { error: v };
|
|
@@ -22633,7 +22633,7 @@ var t0 = (
|
|
|
22633
22633
|
}
|
|
22634
22634
|
e.prototype = r === null ? Object.create(r) : (n.prototype = r.prototype, new n());
|
|
22635
22635
|
};
|
|
22636
|
-
})(),
|
|
22636
|
+
})(), Ca = (
|
|
22637
22637
|
/** @class */
|
|
22638
22638
|
(function(t) {
|
|
22639
22639
|
i0(e, t);
|
|
@@ -22642,7 +22642,7 @@ var t0 = (
|
|
|
22642
22642
|
}
|
|
22643
22643
|
return e.kind = "ReaderException", e;
|
|
22644
22644
|
})(He)
|
|
22645
|
-
),
|
|
22645
|
+
), Sa = function(t) {
|
|
22646
22646
|
var e = typeof Symbol == "function" && Symbol.iterator, r = e && t[e], n = 0;
|
|
22647
22647
|
if (r) return r.call(t);
|
|
22648
22648
|
if (t && typeof t.length == "number") return {
|
|
@@ -22674,7 +22674,7 @@ var t0 = (
|
|
|
22674
22674
|
var e, r;
|
|
22675
22675
|
if (this.readers !== null)
|
|
22676
22676
|
try {
|
|
22677
|
-
for (var n =
|
|
22677
|
+
for (var n = Sa(this.readers), i = n.next(); !i.done; i = n.next()) {
|
|
22678
22678
|
var a = i.value;
|
|
22679
22679
|
a.reset();
|
|
22680
22680
|
}
|
|
@@ -22690,14 +22690,14 @@ var t0 = (
|
|
|
22690
22690
|
}, t.prototype.decodeInternal = function(e) {
|
|
22691
22691
|
var r, n;
|
|
22692
22692
|
if (this.readers === null)
|
|
22693
|
-
throw new
|
|
22693
|
+
throw new Ca("No readers where selected, nothing can be read.");
|
|
22694
22694
|
try {
|
|
22695
|
-
for (var i =
|
|
22695
|
+
for (var i = Sa(this.readers), a = i.next(); !a.done; a = i.next()) {
|
|
22696
22696
|
var o = a.value;
|
|
22697
22697
|
try {
|
|
22698
22698
|
return o.decode(e, this.hints);
|
|
22699
22699
|
} catch (s) {
|
|
22700
|
-
if (s instanceof
|
|
22700
|
+
if (s instanceof Ca)
|
|
22701
22701
|
continue;
|
|
22702
22702
|
}
|
|
22703
22703
|
}
|
|
@@ -23046,7 +23046,7 @@ var co = (
|
|
|
23046
23046
|
}
|
|
23047
23047
|
return e.kind = "WriterException", e;
|
|
23048
23048
|
})(He)
|
|
23049
|
-
),
|
|
23049
|
+
), Ia = (
|
|
23050
23050
|
/** @class */
|
|
23051
23051
|
(function() {
|
|
23052
23052
|
function t() {
|
|
@@ -23257,7 +23257,7 @@ var co = (
|
|
|
23257
23257
|
return this.errorCorrectionBytes;
|
|
23258
23258
|
}, t;
|
|
23259
23259
|
})()
|
|
23260
|
-
),
|
|
23260
|
+
), Oa = function(t) {
|
|
23261
23261
|
var e = typeof Symbol == "function" && Symbol.iterator, r = e && t[e], n = 0;
|
|
23262
23262
|
if (r) return r.call(t);
|
|
23263
23263
|
if (t && typeof t.length == "number") return {
|
|
@@ -23302,7 +23302,7 @@ var co = (
|
|
|
23302
23302
|
var w = this.interleaveWithECBytes(d, f.getTotalCodewords(), x, p.getNumBlocks()), y = new mi();
|
|
23303
23303
|
y.setECLevel(r), y.setMode(o), y.setVersion(f);
|
|
23304
23304
|
var m = f.getDimensionForVersion(), _ = new c0(m, m), I = this.chooseMaskPattern(w, r, f, _);
|
|
23305
|
-
return y.setMaskPattern(I),
|
|
23305
|
+
return y.setMaskPattern(I), Ia.buildMatrix(w, r, f, I, _), y.setMatrix(_), y;
|
|
23306
23306
|
}, t.recommendVersion = function(e, r, n, i) {
|
|
23307
23307
|
var a = this.calculateBitsNeeded(r, n, i, $t.getVersionForNumber(1)), o = this.chooseVersion(a, e), s = this.calculateBitsNeeded(r, n, i, o);
|
|
23308
23308
|
return this.chooseVersion(s, e);
|
|
@@ -23341,7 +23341,7 @@ var co = (
|
|
|
23341
23341
|
return !0;
|
|
23342
23342
|
}, t.chooseMaskPattern = function(e, r, n, i) {
|
|
23343
23343
|
for (var a = Number.MAX_SAFE_INTEGER, o = -1, s = 0; s < mi.NUM_MASK_PATTERNS; s++) {
|
|
23344
|
-
|
|
23344
|
+
Ia.buildMatrix(e, r, n, s, i);
|
|
23345
23345
|
var u = this.calculateMaskPenalty(i);
|
|
23346
23346
|
u < a && (a = u, o = s);
|
|
23347
23347
|
}
|
|
@@ -23397,7 +23397,7 @@ var co = (
|
|
|
23397
23397
|
throw new de("Data bytes does not match offset");
|
|
23398
23398
|
for (var m = new Te(), d = 0; d < f; ++d)
|
|
23399
23399
|
try {
|
|
23400
|
-
for (var _ = (a = void 0,
|
|
23400
|
+
for (var _ = (a = void 0, Oa(h)), I = _.next(); !I.done; I = _.next()) {
|
|
23401
23401
|
var B = I.value, w = B.getDataBytes();
|
|
23402
23402
|
d < w.length && m.appendBits(w[d], 8);
|
|
23403
23403
|
}
|
|
@@ -23412,7 +23412,7 @@ var co = (
|
|
|
23412
23412
|
}
|
|
23413
23413
|
for (var d = 0; d < c; ++d)
|
|
23414
23414
|
try {
|
|
23415
|
-
for (var b = (s = void 0,
|
|
23415
|
+
for (var b = (s = void 0, Oa(h)), M = b.next(); !M.done; M = b.next()) {
|
|
23416
23416
|
var B = M.value, y = B.getErrorCorrectionBytes();
|
|
23417
23417
|
d < y.length && m.appendBits(y[d], 8);
|
|
23418
23418
|
}
|
|
@@ -23683,7 +23683,7 @@ var v0 = /* @__PURE__ */ (function() {
|
|
|
23683
23683
|
i[u] = i[l], i[l] = f;
|
|
23684
23684
|
}
|
|
23685
23685
|
}, e.prototype.invert = function() {
|
|
23686
|
-
return new
|
|
23686
|
+
return new Ni(this);
|
|
23687
23687
|
}, e.THUMBNAIL_SCALE_FACTOR = 2, e;
|
|
23688
23688
|
})(Tn);
|
|
23689
23689
|
var p0 = /* @__PURE__ */ (function() {
|
|
@@ -23743,7 +23743,7 @@ var p0 = /* @__PURE__ */ (function() {
|
|
|
23743
23743
|
}, e.prototype.crop = function(r, n, i, a) {
|
|
23744
23744
|
return new e(this.luminances, i, a, this.dataWidth, this.dataHeight, this.left + r, this.top + n);
|
|
23745
23745
|
}, e.prototype.invert = function() {
|
|
23746
|
-
return new
|
|
23746
|
+
return new Ni(this);
|
|
23747
23747
|
}, e;
|
|
23748
23748
|
})(Tn);
|
|
23749
23749
|
var g0 = /* @__PURE__ */ (function() {
|
|
@@ -23803,7 +23803,7 @@ var x0 = (
|
|
|
23803
23803
|
this.matrix = e;
|
|
23804
23804
|
}, t;
|
|
23805
23805
|
})()
|
|
23806
|
-
),
|
|
23806
|
+
), Ta = (
|
|
23807
23807
|
/** @class */
|
|
23808
23808
|
(function() {
|
|
23809
23809
|
function t() {
|
|
@@ -23839,7 +23839,7 @@ var x0 = (
|
|
|
23839
23839
|
}
|
|
23840
23840
|
e.prototype = r === null ? Object.create(r) : (n.prototype = r.prototype, new n());
|
|
23841
23841
|
};
|
|
23842
|
-
})(),
|
|
23842
|
+
})(), Li = (
|
|
23843
23843
|
/** @class */
|
|
23844
23844
|
(function(t) {
|
|
23845
23845
|
w0(e, t);
|
|
@@ -23889,13 +23889,13 @@ var x0 = (
|
|
|
23889
23889
|
}, e.prototype.toString = function() {
|
|
23890
23890
|
return "<" + this.binaryShiftStart + "::" + (this.binaryShiftStart + this.binaryShiftByteCount - 1) + ">";
|
|
23891
23891
|
}, e;
|
|
23892
|
-
})(
|
|
23892
|
+
})(Li)
|
|
23893
23893
|
);
|
|
23894
23894
|
function E0(t, e, r) {
|
|
23895
23895
|
return new A0(t, e, r);
|
|
23896
23896
|
}
|
|
23897
23897
|
function br(t, e, r) {
|
|
23898
|
-
return new
|
|
23898
|
+
return new Li(t, e, r);
|
|
23899
23899
|
}
|
|
23900
23900
|
var b0 = [
|
|
23901
23901
|
"UPPER",
|
|
@@ -23903,7 +23903,7 @@ var b0 = [
|
|
|
23903
23903
|
"DIGIT",
|
|
23904
23904
|
"MIXED",
|
|
23905
23905
|
"PUNCT"
|
|
23906
|
-
], Dt = 0, bn = 1, et = 2, ho = 3, vt = 4, _0 = new
|
|
23906
|
+
], Dt = 0, bn = 1, et = 2, ho = 3, vt = 4, _0 = new Li(null, 0, 0), Zn = [
|
|
23907
23907
|
Int32Array.from([
|
|
23908
23908
|
0,
|
|
23909
23909
|
(5 << 16) + 28,
|
|
@@ -24144,7 +24144,7 @@ var qn = T0(Ye.createInt32Array(5, 256)), an = function(t) {
|
|
|
24144
24144
|
}
|
|
24145
24145
|
return t.prototype.encode = function() {
|
|
24146
24146
|
for (var e = fe.getCharCode(" "), r = fe.getCharCode(`
|
|
24147
|
-
`), n =
|
|
24147
|
+
`), n = Ta.singletonList(O0.INITIAL_STATE), i = 0; i < this.text.length; i++) {
|
|
24148
24148
|
var a = void 0, o = i + 1 < this.text.length ? this.text[i + 1] : 0;
|
|
24149
24149
|
switch (this.text[i]) {
|
|
24150
24150
|
case fe.getCharCode("\r"):
|
|
@@ -24164,7 +24164,7 @@ var qn = T0(Ye.createInt32Array(5, 256)), an = function(t) {
|
|
|
24164
24164
|
}
|
|
24165
24165
|
a > 0 ? (n = t.updateStateListForPair(n, i, a), i++) : n = this.updateStateListForChar(n, i);
|
|
24166
24166
|
}
|
|
24167
|
-
var s =
|
|
24167
|
+
var s = Ta.min(n, function(u, l) {
|
|
24168
24168
|
return u.getBitCount() - l.getBitCount();
|
|
24169
24169
|
});
|
|
24170
24170
|
return s.toBitArray(this.text);
|
|
@@ -24570,11 +24570,11 @@ const L0 = /* @__PURE__ */ cr(R0, [["render", M0], ["__scopeId", "data-v-3b725b2
|
|
|
24570
24570
|
};
|
|
24571
24571
|
return fr(() => {
|
|
24572
24572
|
ee(), window.addEventListener("resize", ee);
|
|
24573
|
-
}),
|
|
24573
|
+
}), bi(() => {
|
|
24574
24574
|
window.removeEventListener("resize", ee);
|
|
24575
|
-
}), ($, Y) => (E(),
|
|
24575
|
+
}), ($, Y) => (E(), j(Pa, { to: "body" }, [
|
|
24576
24576
|
n.value ? (E(), O("div", k0, [
|
|
24577
|
-
|
|
24577
|
+
K(eo, {
|
|
24578
24578
|
ref_key: "modalRef",
|
|
24579
24579
|
ref: h,
|
|
24580
24580
|
title: f.value,
|
|
@@ -24602,7 +24602,7 @@ const L0 = /* @__PURE__ */ cr(R0, [["render", M0], ["__scopeId", "data-v-3b725b2
|
|
|
24602
24602
|
}, " × ")
|
|
24603
24603
|
]),
|
|
24604
24604
|
L("div", $0, [
|
|
24605
|
-
|
|
24605
|
+
K(je(L0), {
|
|
24606
24606
|
class: "scanner-video",
|
|
24607
24607
|
onDecode: w
|
|
24608
24608
|
}),
|
|
@@ -24612,21 +24612,21 @@ const L0 = /* @__PURE__ */ cr(R0, [["render", M0], ["__scopeId", "data-v-3b725b2
|
|
|
24612
24612
|
])) : P("", !0),
|
|
24613
24613
|
L("div", z0, [
|
|
24614
24614
|
s.value ? P("", !0) : (E(), O("span", W0, "No barcode?")),
|
|
24615
|
-
s.value ? P("", !0) : (E(),
|
|
24615
|
+
s.value ? P("", !0) : (E(), j(Ot, {
|
|
24616
24616
|
key: 1,
|
|
24617
24617
|
label: "Input manually",
|
|
24618
24618
|
onClick: m,
|
|
24619
24619
|
"icon-before": "pencil-01",
|
|
24620
24620
|
theme: "gray-secondary"
|
|
24621
24621
|
})),
|
|
24622
|
-
s.value ? (E(),
|
|
24622
|
+
s.value ? (E(), j(Da, {
|
|
24623
24623
|
key: 2,
|
|
24624
24624
|
modelValue: o.value,
|
|
24625
24625
|
"onUpdate:modelValue": Y[2] || (Y[2] = (De) => o.value = De),
|
|
24626
24626
|
placeholder: "Enter barcode manually",
|
|
24627
24627
|
class: "w-full"
|
|
24628
24628
|
}, null, 8, ["modelValue"])) : P("", !0),
|
|
24629
|
-
s.value ? (E(),
|
|
24629
|
+
s.value ? (E(), j(Ot, {
|
|
24630
24630
|
key: 3,
|
|
24631
24631
|
label: "Submit",
|
|
24632
24632
|
onClick: y,
|
|
@@ -24634,7 +24634,7 @@ const L0 = /* @__PURE__ */ cr(R0, [["render", M0], ["__scopeId", "data-v-3b725b2
|
|
|
24634
24634
|
theme: "gray-secondary"
|
|
24635
24635
|
})) : P("", !0)
|
|
24636
24636
|
]),
|
|
24637
|
-
u.value ? (E(),
|
|
24637
|
+
u.value ? (E(), j(ge, {
|
|
24638
24638
|
key: 1,
|
|
24639
24639
|
icon: "check",
|
|
24640
24640
|
size: "3xl",
|
|
@@ -24676,10 +24676,10 @@ const L0 = /* @__PURE__ */ cr(R0, [["render", M0], ["__scopeId", "data-v-3b725b2
|
|
|
24676
24676
|
return (e, r) => (E(), O("div", {
|
|
24677
24677
|
class: q(["dsg-card-container", `dsg-card-container--cols-${t.columns} dsg-card-container--gap-${t.gap}`])
|
|
24678
24678
|
}, [
|
|
24679
|
-
(E(!0), O(Oe, null, Ke(t.items, (n, i) => (E(),
|
|
24679
|
+
(E(!0), O(Oe, null, Ke(t.items, (n, i) => (E(), j(po, ke({
|
|
24680
24680
|
key: t.itemKey ? n[t.itemKey] : i
|
|
24681
24681
|
}, { ref_for: !0 }, t.cardProps), {
|
|
24682
|
-
default:
|
|
24682
|
+
default: Pe(() => [
|
|
24683
24683
|
W(e.$slots, "default", {
|
|
24684
24684
|
item: n,
|
|
24685
24685
|
index: i
|
|
@@ -24707,7 +24707,7 @@ const L0 = /* @__PURE__ */ cr(R0, [["render", M0], ["__scopeId", "data-v-3b725b2
|
|
|
24707
24707
|
(E(!0), O(Oe, null, Ke(t.breadcrumbs, (n, i) => (E(), O(Oe, {
|
|
24708
24708
|
key: `breadcrumb-item-${i}`
|
|
24709
24709
|
}, [
|
|
24710
|
-
(E(),
|
|
24710
|
+
(E(), j(Oo(n.url ?? !1 ? "a" : "span"), {
|
|
24711
24711
|
href: n.url ?? null,
|
|
24712
24712
|
disabled: n.disabled,
|
|
24713
24713
|
class: q(
|
|
@@ -24718,8 +24718,8 @@ const L0 = /* @__PURE__ */ cr(R0, [["render", M0], ["__scopeId", "data-v-3b725b2
|
|
|
24718
24718
|
].join(" ")
|
|
24719
24719
|
)
|
|
24720
24720
|
}, {
|
|
24721
|
-
default:
|
|
24722
|
-
n.icon && n.useIcon ? (E(),
|
|
24721
|
+
default: Pe(() => [
|
|
24722
|
+
n.icon && n.useIcon ? (E(), j(ge, {
|
|
24723
24723
|
key: 0,
|
|
24724
24724
|
icon: n.icon,
|
|
24725
24725
|
size: "sm",
|
|
@@ -24728,17 +24728,17 @@ const L0 = /* @__PURE__ */ cr(R0, [["render", M0], ["__scopeId", "data-v-3b725b2
|
|
|
24728
24728
|
]),
|
|
24729
24729
|
_: 2
|
|
24730
24730
|
}, 1032, ["href", "disabled", "class"])),
|
|
24731
|
-
i < t.breadcrumbs.length - 1 ? (E(),
|
|
24731
|
+
i < t.breadcrumbs.length - 1 ? (E(), j(ge, ke({
|
|
24732
24732
|
key: 0,
|
|
24733
24733
|
ref_for: !0
|
|
24734
24734
|
}, t.divider, { class: "dsg-breadcrumbs__divider" }), null, 16)) : P("", !0)
|
|
24735
24735
|
], 64))), 128))
|
|
24736
24736
|
]));
|
|
24737
24737
|
}
|
|
24738
|
-
}), q0 = /* @__PURE__ */ cr(Z0, [["__scopeId", "data-v-8f108e12"]]), Q0 = { class: "dsg-tab--mobile" }, J0 = ["value"], ed = ["value", "textContent"], td = { class: "dsg-tab--desktop" }, rd = { class: "dsg-tab--desktop-wrapper" }, nd = ["href", "onClick", "aria-current"], id = ["textContent"], ad = {
|
|
24738
|
+
}), q0 = /* @__PURE__ */ cr(Z0, [["__scopeId", "data-v-8f108e12"]]), Q0 = { class: "dsg-tab--mobile" }, J0 = ["value"], ed = ["value", "title", "textContent"], td = { class: "dsg-tab--desktop" }, rd = { class: "dsg-tab--desktop-wrapper" }, nd = ["href", "onClick", "aria-current"], id = ["textContent"], ad = ["textContent"], od = {
|
|
24739
24739
|
key: 0,
|
|
24740
24740
|
class: "dsg-tab--content"
|
|
24741
|
-
},
|
|
24741
|
+
}, sd = /* @__PURE__ */ ve({
|
|
24742
24742
|
__name: "DsgTab",
|
|
24743
24743
|
props: {
|
|
24744
24744
|
tabs: { default: () => [] },
|
|
@@ -24753,39 +24753,45 @@ const L0 = /* @__PURE__ */ cr(R0, [["render", M0], ["__scopeId", "data-v-3b725b2
|
|
|
24753
24753
|
},
|
|
24754
24754
|
emits: ["tab-clicked"],
|
|
24755
24755
|
setup(t, { emit: e }) {
|
|
24756
|
-
const r = e, n = (
|
|
24757
|
-
t.tabs.forEach((
|
|
24758
|
-
|
|
24756
|
+
const r = e, n = (s) => {
|
|
24757
|
+
t.tabs.forEach((u) => {
|
|
24758
|
+
u.current = s.name === u.name;
|
|
24759
24759
|
});
|
|
24760
|
-
}, i = (
|
|
24761
|
-
if (
|
|
24762
|
-
|
|
24763
|
-
|
|
24764
|
-
|
|
24765
|
-
|
|
24766
|
-
|
|
24767
|
-
|
|
24768
|
-
|
|
24769
|
-
|
|
24770
|
-
|
|
24760
|
+
}, i = (s) => {
|
|
24761
|
+
if (!s.tooltip)
|
|
24762
|
+
return;
|
|
24763
|
+
const u = s.tooltip.supportingTextHtml && s.tooltip.supportingText ? s.tooltip.supportingText.replace(/<br\s*\/?\s*>/gi, " ").replace(/<[^>]*>/g, "").replace(/\s+/g, " ").trim() : s.tooltip.supportingText;
|
|
24764
|
+
return [s.tooltip.label, u].filter(Boolean).join(" - ");
|
|
24765
|
+
}, a = (s) => {
|
|
24766
|
+
if (t.useWindowLocation && s.href && !t.preventVisits && (window.location.href = s.href), t.replaceState) {
|
|
24767
|
+
const u = new URL(window.location.href), l = new URLSearchParams(u.search);
|
|
24768
|
+
l.set("tab", s.key);
|
|
24769
|
+
const f = `${u.origin}${u.pathname}?${l.toString()}`;
|
|
24770
|
+
t.replaceStrategy === "window" && window.history.pushState({}, "", f);
|
|
24771
|
+
}
|
|
24772
|
+
t.selfUpdate && n(s), t.preventVisits && r("tab-clicked", s);
|
|
24773
|
+
}, o = (s) => {
|
|
24774
|
+
const u = s.target.value, l = t.tabs.find((f) => f.key === u);
|
|
24775
|
+
l && a(l);
|
|
24771
24776
|
};
|
|
24772
|
-
return (
|
|
24777
|
+
return (s, u) => (E(), O("div", {
|
|
24773
24778
|
class: q(["dsg-tab", `dsg-tab--${t.style}`])
|
|
24774
24779
|
}, [
|
|
24775
24780
|
L("div", Q0, [
|
|
24776
24781
|
L("select", {
|
|
24777
24782
|
"aria-label": "Select a tab",
|
|
24778
24783
|
class: "dsg-tab--mobile-select",
|
|
24779
|
-
value: t.tabs.find((
|
|
24780
|
-
onChange:
|
|
24784
|
+
value: t.tabs.find((l) => l.current)?.key,
|
|
24785
|
+
onChange: o
|
|
24781
24786
|
}, [
|
|
24782
|
-
(E(!0), O(Oe, null, Ke(t.tabs, (
|
|
24783
|
-
key:
|
|
24784
|
-
value:
|
|
24785
|
-
|
|
24787
|
+
(E(!0), O(Oe, null, Ke(t.tabs, (l) => (E(), O("option", {
|
|
24788
|
+
key: l.name,
|
|
24789
|
+
value: l.key,
|
|
24790
|
+
title: i(l),
|
|
24791
|
+
textContent: X(l.name)
|
|
24786
24792
|
}, null, 8, ed))), 128))
|
|
24787
24793
|
], 40, J0),
|
|
24788
|
-
|
|
24794
|
+
K(ge, {
|
|
24789
24795
|
class: "dsg-tab--mobile-select-icon",
|
|
24790
24796
|
icon: "chevron-down",
|
|
24791
24797
|
"aria-hidden": "true",
|
|
@@ -24798,21 +24804,39 @@ const L0 = /* @__PURE__ */ cr(R0, [["render", M0], ["__scopeId", "data-v-3b725b2
|
|
|
24798
24804
|
class: q(["dsg-tab--desktop-nav", t.style === "pills" ? "dsg-tab--pills-nav" : ""]),
|
|
24799
24805
|
"aria-label": "Tabs"
|
|
24800
24806
|
}, [
|
|
24801
|
-
(E(!0), O(Oe, null, Ke(t.tabs, (
|
|
24802
|
-
key:
|
|
24803
|
-
href:
|
|
24804
|
-
onClick: me((
|
|
24805
|
-
class: q(["dsg-tab--desktop-link", [t.style === "pills" ?
|
|
24806
|
-
"aria-current":
|
|
24807
|
+
(E(!0), O(Oe, null, Ke(t.tabs, (l) => (E(), O("a", {
|
|
24808
|
+
key: l.name,
|
|
24809
|
+
href: l.href,
|
|
24810
|
+
onClick: me((f) => a(l), ["prevent"]),
|
|
24811
|
+
class: q(["dsg-tab--desktop-link", [t.style === "pills" ? l.current ? "pills-active" : "pills-inactive" : l.current ? "link-active" : "link-inactive"]]),
|
|
24812
|
+
"aria-current": l.current ? "page" : void 0
|
|
24807
24813
|
}, [
|
|
24808
|
-
|
|
24809
|
-
|
|
24810
|
-
|
|
24811
|
-
},
|
|
24812
|
-
|
|
24814
|
+
l.tooltip ? (E(), j(Ai, ke({
|
|
24815
|
+
key: 1,
|
|
24816
|
+
ref_for: !0
|
|
24817
|
+
}, l.tooltip, { class: "dsg-tab--desktop-tooltip" }), {
|
|
24818
|
+
"dsg-tooltip--trigger": Pe(() => [
|
|
24819
|
+
L("span", {
|
|
24820
|
+
class: "dsg-tab--desktop-link-label",
|
|
24821
|
+
textContent: X(l.name)
|
|
24822
|
+
}, null, 8, ad),
|
|
24823
|
+
l.tooltip.icon ? (E(), j(ge, {
|
|
24824
|
+
key: 0,
|
|
24825
|
+
icon: l.tooltip.icon,
|
|
24826
|
+
class: "inline-flex",
|
|
24827
|
+
size: "xs"
|
|
24828
|
+
}, null, 8, ["icon"])) : P("", !0)
|
|
24829
|
+
]),
|
|
24830
|
+
_: 2
|
|
24831
|
+
}, 1040)) : (E(), O("span", {
|
|
24813
24832
|
key: 0,
|
|
24814
|
-
|
|
24815
|
-
|
|
24833
|
+
class: "dsg-tab--desktop-link-label",
|
|
24834
|
+
textContent: X(l.name)
|
|
24835
|
+
}, null, 8, id)),
|
|
24836
|
+
l.badge ? (E(), j(Wa, {
|
|
24837
|
+
key: 2,
|
|
24838
|
+
label: l.badge.label,
|
|
24839
|
+
"theme-color": l.current ? "brand" : "gray",
|
|
24816
24840
|
theme: "pill-color",
|
|
24817
24841
|
size: "sm"
|
|
24818
24842
|
}, null, 8, ["label", "theme-color"])) : P("", !0)
|
|
@@ -24820,76 +24844,76 @@ const L0 = /* @__PURE__ */ cr(R0, [["render", M0], ["__scopeId", "data-v-3b725b2
|
|
|
24820
24844
|
], 2)
|
|
24821
24845
|
])
|
|
24822
24846
|
]),
|
|
24823
|
-
t.useSlots ? (E(), O("div",
|
|
24824
|
-
(E(!0), O(Oe, null, Ke(t.tabs, (
|
|
24825
|
-
|
|
24847
|
+
t.useSlots ? (E(), O("div", od, [
|
|
24848
|
+
(E(!0), O(Oe, null, Ke(t.tabs, (l, f) => (E(), O(Oe, { key: f }, [
|
|
24849
|
+
l.current ? W(s.$slots, `dsg-tab--content--${String(l.key).trim().toLowerCase().replace(/[^0-9a-zA-Z]/g, "-").replace(/-+/g, "-")}`, {
|
|
24826
24850
|
key: 0,
|
|
24827
|
-
data:
|
|
24851
|
+
data: l
|
|
24828
24852
|
}) : P("", !0)
|
|
24829
|
-
], 64))),
|
|
24853
|
+
], 64))), 128))
|
|
24830
24854
|
])) : P("", !0)
|
|
24831
24855
|
], 2));
|
|
24832
24856
|
}
|
|
24833
|
-
}),
|
|
24834
|
-
DsgIcon:
|
|
24835
|
-
DsgMiscIcon:
|
|
24836
|
-
DsgCreditCardIcon:
|
|
24837
|
-
DsgAlert:
|
|
24838
|
-
DsgAccordion:
|
|
24839
|
-
DsgAnnouncement:
|
|
24840
|
-
DsgAvatar:
|
|
24841
|
-
DsgBadge:
|
|
24842
|
-
DsgButton:
|
|
24843
|
-
DsgCheckbox:
|
|
24844
|
-
DsgCheckboxGroup:
|
|
24845
|
-
DsgDropdown:
|
|
24846
|
-
DsgInput:
|
|
24847
|
-
DsgInputSelect:
|
|
24848
|
-
DsgInputDropdown:
|
|
24849
|
-
DsgDatepicker:
|
|
24850
|
-
DsgSlider:
|
|
24851
|
-
DsgLabel:
|
|
24852
|
-
DsgLink:
|
|
24853
|
-
DsgModal:
|
|
24854
|
-
DsgTag:
|
|
24855
|
-
DsgToggle:
|
|
24856
|
-
DsgTooltip:
|
|
24857
|
-
DsgBreadcrumb:
|
|
24858
|
-
DsgTab:
|
|
24859
|
-
DsgFilter:
|
|
24857
|
+
}), ud = ge, ld = Qt, fd = wo, cd = Mo, dd = Xs, hd = za, vd = kr, Ud = Pu, pd = Wa, gd = Ot, xd = pn, yd = el, wd = Vl, md = Da, Ad = jl, Ed = ql, bd = mo, _d = Eo, Cd = Ba, Sd = e1, Id = eo, Od = l1, Td = p1, Dd = Ai, Nd = Ao, Vd = zu, $d = E1, Hd = j0, Gd = po, zd = K0, Rd = q0, Pd = sd, Wd = {
|
|
24858
|
+
DsgIcon: ud,
|
|
24859
|
+
DsgMiscIcon: ld,
|
|
24860
|
+
DsgCreditCardIcon: fd,
|
|
24861
|
+
DsgAlert: dd,
|
|
24862
|
+
DsgAccordion: cd,
|
|
24863
|
+
DsgAnnouncement: hd,
|
|
24864
|
+
DsgAvatar: vd,
|
|
24865
|
+
DsgBadge: pd,
|
|
24866
|
+
DsgButton: gd,
|
|
24867
|
+
DsgCheckbox: xd,
|
|
24868
|
+
DsgCheckboxGroup: yd,
|
|
24869
|
+
DsgDropdown: wd,
|
|
24870
|
+
DsgInput: md,
|
|
24871
|
+
DsgInputSelect: Ad,
|
|
24872
|
+
DsgInputDropdown: Ed,
|
|
24873
|
+
DsgDatepicker: bd,
|
|
24874
|
+
DsgSlider: _d,
|
|
24875
|
+
DsgLabel: Cd,
|
|
24876
|
+
DsgLink: Sd,
|
|
24877
|
+
DsgModal: Id,
|
|
24878
|
+
DsgTag: Od,
|
|
24879
|
+
DsgToggle: Td,
|
|
24880
|
+
DsgTooltip: Dd,
|
|
24881
|
+
DsgBreadcrumb: Rd,
|
|
24882
|
+
DsgTab: Pd,
|
|
24883
|
+
DsgFilter: Nd
|
|
24860
24884
|
};
|
|
24861
24885
|
export {
|
|
24862
|
-
|
|
24863
|
-
|
|
24864
|
-
|
|
24865
|
-
|
|
24866
|
-
|
|
24867
|
-
|
|
24868
|
-
|
|
24869
|
-
|
|
24870
|
-
|
|
24871
|
-
|
|
24872
|
-
|
|
24873
|
-
|
|
24874
|
-
|
|
24875
|
-
|
|
24876
|
-
|
|
24877
|
-
|
|
24878
|
-
|
|
24879
|
-
|
|
24880
|
-
|
|
24881
|
-
|
|
24882
|
-
|
|
24883
|
-
|
|
24884
|
-
|
|
24885
|
-
|
|
24886
|
-
|
|
24887
|
-
|
|
24888
|
-
|
|
24889
|
-
|
|
24890
|
-
|
|
24891
|
-
|
|
24892
|
-
|
|
24893
|
-
|
|
24894
|
-
|
|
24886
|
+
cd as DsgAccordion,
|
|
24887
|
+
dd as DsgAlert,
|
|
24888
|
+
hd as DsgAnnouncement,
|
|
24889
|
+
vd as DsgAvatar,
|
|
24890
|
+
pd as DsgBadge,
|
|
24891
|
+
Hd as DsgBarcodeScanner,
|
|
24892
|
+
Rd as DsgBreadcrumb,
|
|
24893
|
+
gd as DsgButton,
|
|
24894
|
+
Gd as DsgCard,
|
|
24895
|
+
zd as DsgCardContainer,
|
|
24896
|
+
xd as DsgCheckbox,
|
|
24897
|
+
yd as DsgCheckboxGroup,
|
|
24898
|
+
fd as DsgCreditCardIcon,
|
|
24899
|
+
bd as DsgDatepicker,
|
|
24900
|
+
wd as DsgDropdown,
|
|
24901
|
+
Nd as DsgFilter,
|
|
24902
|
+
ud as DsgIcon,
|
|
24903
|
+
Ud as DsgIconSelect,
|
|
24904
|
+
md as DsgInput,
|
|
24905
|
+
Ed as DsgInputDropdown,
|
|
24906
|
+
Vd as DsgInputNumber,
|
|
24907
|
+
Ad as DsgInputSelect,
|
|
24908
|
+
Cd as DsgLabel,
|
|
24909
|
+
Sd as DsgLink,
|
|
24910
|
+
ld as DsgMiscIcon,
|
|
24911
|
+
Id as DsgModal,
|
|
24912
|
+
$d as DsgProgress,
|
|
24913
|
+
_d as DsgSlider,
|
|
24914
|
+
Pd as DsgTab,
|
|
24915
|
+
Od as DsgTag,
|
|
24916
|
+
Td as DsgToggle,
|
|
24917
|
+
Dd as DsgTooltip,
|
|
24918
|
+
Wd as default
|
|
24895
24919
|
};
|