@3cr/viewer-browser 0.0.92 → 0.0.94
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/coverage/3cr-viewer-browser/index.html +1 -1
- package/coverage/3cr-viewer-browser/index.ts.html +1 -1
- package/coverage/3cr-viewer-browser/src/App.vue.html +1 -1
- package/coverage/3cr-viewer-browser/src/components/WebGL3DR.vue.html +1 -1
- package/coverage/3cr-viewer-browser/src/components/icons/index.html +1 -1
- package/coverage/3cr-viewer-browser/src/components/icons/liver.vue.html +1 -1
- package/coverage/3cr-viewer-browser/src/components/index.html +1 -1
- package/coverage/3cr-viewer-browser/src/components/loading/LoadingSpinner.vue.html +1 -1
- package/coverage/3cr-viewer-browser/src/components/loading/index.html +1 -1
- package/coverage/3cr-viewer-browser/src/components/modal/MftpWebGL3DRModal.vue.html +1 -1
- package/coverage/3cr-viewer-browser/src/components/modal/index.html +1 -1
- package/coverage/3cr-viewer-browser/src/components/selectors/ValueSelector.vue.html +1 -1
- package/coverage/3cr-viewer-browser/src/components/selectors/index.html +1 -1
- package/coverage/3cr-viewer-browser/src/components/sliders/DoubleSliderSelector.vue.html +1 -1
- package/coverage/3cr-viewer-browser/src/components/sliders/VerticalSliderSelector.vue.html +1 -1
- package/coverage/3cr-viewer-browser/src/components/sliders/index.html +1 -1
- package/coverage/3cr-viewer-browser/src/dataLayer/iconData.ts.html +1 -1
- package/coverage/3cr-viewer-browser/src/dataLayer/index.html +1 -1
- package/coverage/3cr-viewer-browser/src/dataLayer/payloadHandler.ts.html +1 -1
- package/coverage/3cr-viewer-browser/src/dataLayer/scanState.ts.html +1 -1
- package/coverage/3cr-viewer-browser/src/helpers/index.html +1 -1
- package/coverage/3cr-viewer-browser/src/helpers/layoutOverlayStyle.ts.html +1 -1
- package/coverage/3cr-viewer-browser/src/helpers/modelHelper.ts.html +1 -1
- package/coverage/3cr-viewer-browser/src/helpers/utils.ts.html +1 -1
- package/coverage/3cr-viewer-browser/src/index.html +1 -1
- package/coverage/3cr-viewer-browser/src/main.ts.html +1 -1
- package/coverage/3cr-viewer-browser/src/models/LoadViewerOptions.ts.html +1 -1
- package/coverage/3cr-viewer-browser/src/models/index.html +1 -1
- package/coverage/3cr-viewer-browser/src/notifications/index.html +1 -1
- package/coverage/3cr-viewer-browser/src/notifications/notification.ts.html +1 -1
- package/coverage/3cr-viewer-browser/src/plugins/index.html +1 -1
- package/coverage/3cr-viewer-browser/src/plugins/index.ts.html +1 -1
- package/coverage/3cr-viewer-browser/src/plugins/vuetify.ts.html +1 -1
- package/coverage/index.html +1 -1
- package/dist/Viewer3CR.js +8 -8
- package/dist/Viewer3CR.mjs +78 -78
- package/dist/Viewer3CR.umd.js +8 -8
- package/package.json +1 -1
- package/src/App.vue +2 -2
package/dist/Viewer3CR.mjs
CHANGED
|
@@ -55,7 +55,7 @@ const Re = Qc.NODE_ENV !== "production" ? Object.freeze({}) : {}, Bl = Qc.NODE_E
|
|
|
55
55
|
(e.charCodeAt(2) > 122 || e.charCodeAt(2) < 97), Ca = (e) => e.startsWith("onUpdate:"), je = Object.assign, Lr = (e, t) => {
|
|
56
56
|
const n = e.indexOf(t);
|
|
57
57
|
n > -1 && e.splice(n, 1);
|
|
58
|
-
}, Im = Object.prototype.hasOwnProperty, Ne = (e, t) => Im.call(e, t), pe = Array.isArray, cl = (e) => Za(e) === "[object Map]", Kc = (e) => Za(e) === "[object Set]", we = (e) => typeof e == "function",
|
|
58
|
+
}, Im = Object.prototype.hasOwnProperty, Ne = (e, t) => Im.call(e, t), pe = Array.isArray, cl = (e) => Za(e) === "[object Map]", Kc = (e) => Za(e) === "[object Set]", we = (e) => typeof e == "function", Fe = (e) => typeof e == "string", Zl = (e) => typeof e == "symbol", Te = (e) => e !== null && typeof e == "object", jr = (e) => (Te(e) || we(e)) && we(e.then) && we(e.catch), Uc = Object.prototype.toString, Za = (e) => Uc.call(e), Yr = (e) => Za(e).slice(8, -1), Jc = (e) => Za(e) === "[object Object]", Gr = (e) => Fe(e) && e !== "NaN" && e[0] !== "-" && "" + parseInt(e, 10) === e, mo = /* @__PURE__ */ Cn(
|
|
59
59
|
// the leading comma is intentional so empty string "" is also included
|
|
60
60
|
",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"
|
|
61
61
|
), Nm = /* @__PURE__ */ Cn(
|
|
@@ -78,7 +78,7 @@ const Re = Qc.NODE_ENV !== "production" ? Object.freeze({}) : {}, Bl = Qc.NODE_E
|
|
|
78
78
|
const t = parseFloat(e);
|
|
79
79
|
return isNaN(t) ? e : t;
|
|
80
80
|
}, Qi = (e) => {
|
|
81
|
-
const t =
|
|
81
|
+
const t = Fe(e) ? Number(e) : NaN;
|
|
82
82
|
return isNaN(t) ? e : t;
|
|
83
83
|
};
|
|
84
84
|
let qs;
|
|
@@ -87,13 +87,13 @@ function pn(e) {
|
|
|
87
87
|
if (pe(e)) {
|
|
88
88
|
const t = {};
|
|
89
89
|
for (let n = 0; n < e.length; n++) {
|
|
90
|
-
const l = e[n], o =
|
|
90
|
+
const l = e[n], o = Fe(l) ? Mm(l) : pn(l);
|
|
91
91
|
if (o)
|
|
92
92
|
for (const a in o)
|
|
93
93
|
t[a] = o[a];
|
|
94
94
|
}
|
|
95
95
|
return t;
|
|
96
|
-
} else if (
|
|
96
|
+
} else if (Fe(e) || Te(e))
|
|
97
97
|
return e;
|
|
98
98
|
}
|
|
99
99
|
const Dm = /;(?![^(]*\))/g, km = /:([^]+)/, Tm = /\/\*[^]*?\*\//g;
|
|
@@ -108,7 +108,7 @@ function Mm(e) {
|
|
|
108
108
|
}
|
|
109
109
|
function dl(e) {
|
|
110
110
|
let t = "";
|
|
111
|
-
if (
|
|
111
|
+
if (Fe(e))
|
|
112
112
|
t = e;
|
|
113
113
|
else if (pe(e))
|
|
114
114
|
for (let n = 0; n < e.length; n++) {
|
|
@@ -124,13 +124,13 @@ function Rm(e) {
|
|
|
124
124
|
if (!e)
|
|
125
125
|
return null;
|
|
126
126
|
let { class: t, style: n } = e;
|
|
127
|
-
return t && !
|
|
127
|
+
return t && !Fe(t) && (e.class = dl(t)), n && (e.style = pn(n)), e;
|
|
128
128
|
}
|
|
129
129
|
const zm = "html,body,base,head,link,meta,style,title,address,article,aside,footer,header,hgroup,h1,h2,h3,h4,h5,h6,nav,section,div,dd,dl,dt,figcaption,figure,picture,hr,img,li,main,ol,p,pre,ul,a,b,abbr,bdi,bdo,br,cite,code,data,dfn,em,i,kbd,mark,q,rp,rt,ruby,s,samp,small,span,strong,sub,sup,time,u,var,wbr,area,audio,map,track,video,embed,object,param,source,canvas,script,noscript,del,ins,caption,col,colgroup,table,thead,tbody,td,th,tr,button,datalist,fieldset,form,input,label,legend,meter,optgroup,option,output,progress,select,textarea,details,dialog,menu,summary,template,blockquote,iframe,tfoot", Bm = "svg,animate,animateMotion,animateTransform,circle,clipPath,color-profile,defs,desc,discard,ellipse,feBlend,feColorMatrix,feComponentTransfer,feComposite,feConvolveMatrix,feDiffuseLighting,feDisplacementMap,feDistantLight,feDropShadow,feFlood,feFuncA,feFuncB,feFuncG,feFuncR,feGaussianBlur,feImage,feMerge,feMergeNode,feMorphology,feOffset,fePointLight,feSpecularLighting,feSpotLight,feTile,feTurbulence,filter,foreignObject,g,hatch,hatchpath,image,line,linearGradient,marker,mask,mesh,meshgradient,meshpatch,meshrow,metadata,mpath,path,pattern,polygon,polyline,radialGradient,rect,set,solidcolor,stop,switch,symbol,text,textPath,title,tspan,unknown,use,view", Hm = "annotation,annotation-xml,maction,maligngroup,malignmark,math,menclose,merror,mfenced,mfrac,mfraction,mglyph,mi,mlabeledtr,mlongdiv,mmultiscripts,mn,mo,mover,mpadded,mphantom,mprescripts,mroot,mrow,ms,mscarries,mscarry,msgroup,msline,mspace,msqrt,msrow,mstack,mstyle,msub,msubsup,msup,mtable,mtd,mtext,mtr,munder,munderover,none,semantics", Fm = /* @__PURE__ */ Cn(zm), Lm = /* @__PURE__ */ Cn(Bm), jm = /* @__PURE__ */ Cn(Hm), Ym = "itemscope,allowfullscreen,formnovalidate,ismap,nomodule,novalidate,readonly", Gm = /* @__PURE__ */ Cn(Ym);
|
|
130
130
|
function _c(e) {
|
|
131
131
|
return !!e || e === "";
|
|
132
132
|
}
|
|
133
|
-
const qe = (e) =>
|
|
133
|
+
const qe = (e) => Fe(e) ? e : e == null ? "" : pe(e) || Te(e) && (e.toString === Uc || !we(e.toString)) ? JSON.stringify(e, $c, 2) : String(e), $c = (e, t) => t && t.__v_isRef ? $c(e, t.value) : cl(t) ? {
|
|
134
134
|
[`Map(${t.size})`]: [...t.entries()].reduce(
|
|
135
135
|
(n, [l, o], a) => (n[bi(l, a) + " =>"] = o, n),
|
|
136
136
|
{}
|
|
@@ -967,7 +967,7 @@ function Eg(e) {
|
|
|
967
967
|
}), n.length > 3 && t.push(" ..."), t;
|
|
968
968
|
}
|
|
969
969
|
function xd(e, t, n) {
|
|
970
|
-
return
|
|
970
|
+
return Fe(t) ? (t = JSON.stringify(t), n ? t : [`${e}=${t}`]) : typeof t == "number" || typeof t == "boolean" || t == null ? n ? t : [`${e}=${t}`] : De(t) ? (t = xd(e, ve(t.value), !0), n ? t : [`${e}=Ref<`, t, ">"]) : we(t) ? [`${e}=fn${t.name ? `<${t.name}>` : ""}`] : (t = ve(t), n ? t : [`${e}=`, t]);
|
|
971
971
|
}
|
|
972
972
|
function Cg(e, t) {
|
|
973
973
|
O.NODE_ENV !== "production" && e !== void 0 && (typeof e != "number" ? K(`${t} is not a valid number - got ${JSON.stringify(e)}.`) : isNaN(e) && K(`${t} is NaN - the duration expression might be incorrect.`));
|
|
@@ -1066,7 +1066,7 @@ let gn = null, Pn = 0;
|
|
|
1066
1066
|
const Ed = /* @__PURE__ */ Promise.resolve();
|
|
1067
1067
|
let $r = null;
|
|
1068
1068
|
const Sg = 100;
|
|
1069
|
-
function
|
|
1069
|
+
function Be(e) {
|
|
1070
1070
|
const t = $r || Ed;
|
|
1071
1071
|
return e ? t.then(this ? e.bind(this) : e) : t;
|
|
1072
1072
|
}
|
|
@@ -1324,7 +1324,7 @@ function jg(e, t, ...n) {
|
|
|
1324
1324
|
const a = t.startsWith("update:"), i = a && t.slice(7);
|
|
1325
1325
|
if (i && i in l) {
|
|
1326
1326
|
const c = `${i === "modelValue" ? "model" : i}Modifiers`, { number: f, trim: v } = l[c] || Re;
|
|
1327
|
-
v && (o = n.map((m) =>
|
|
1327
|
+
v && (o = n.map((m) => Fe(m) ? m.trim() : m)), f && (o = n.map(Zi));
|
|
1328
1328
|
}
|
|
1329
1329
|
if (O.NODE_ENV !== "production" && Lg(e, t, o), O.NODE_ENV !== "production") {
|
|
1330
1330
|
const c = t.toLowerCase();
|
|
@@ -1578,7 +1578,7 @@ function Xg({ vnode: e, parent: t }, n) {
|
|
|
1578
1578
|
}
|
|
1579
1579
|
const tr = "components", qg = "directives", Md = Symbol.for("v-ndc");
|
|
1580
1580
|
function Zg(e) {
|
|
1581
|
-
return
|
|
1581
|
+
return Fe(e) ? Rd(tr, e, !1) || e : e || Md;
|
|
1582
1582
|
}
|
|
1583
1583
|
function Qt(e) {
|
|
1584
1584
|
return Rd(qg, e);
|
|
@@ -1623,7 +1623,7 @@ function Kg(e, t) {
|
|
|
1623
1623
|
}
|
|
1624
1624
|
const Ug = Symbol.for("v-scx"), Jg = () => {
|
|
1625
1625
|
{
|
|
1626
|
-
const e =
|
|
1626
|
+
const e = He(Ug);
|
|
1627
1627
|
return e || O.NODE_ENV !== "production" && K(
|
|
1628
1628
|
"Server rendering context not provided. Make sure to only call useSSRContext() conditionally in the server build."
|
|
1629
1629
|
), e;
|
|
@@ -1730,7 +1730,7 @@ function ls(e, t, {
|
|
|
1730
1730
|
) : k.run(), E && E.push(I), I;
|
|
1731
1731
|
}
|
|
1732
1732
|
function _g(e, t, n) {
|
|
1733
|
-
const l = this.proxy, o =
|
|
1733
|
+
const l = this.proxy, o = Fe(e) ? e.includes(".") ? zd(l, e) : () => l[e] : e.bind(l, l);
|
|
1734
1734
|
let a;
|
|
1735
1735
|
we(t) ? a = t : (a = t.handler, n = t);
|
|
1736
1736
|
const i = Go(this), r = ls(o, a.bind(l), n);
|
|
@@ -2087,7 +2087,7 @@ function ih(e, t = et) {
|
|
|
2087
2087
|
function Ci(e, t, n, l) {
|
|
2088
2088
|
let o;
|
|
2089
2089
|
const a = n && n[l];
|
|
2090
|
-
if (pe(e) ||
|
|
2090
|
+
if (pe(e) || Fe(e)) {
|
|
2091
2091
|
o = new Array(e.length);
|
|
2092
2092
|
for (let i = 0, r = e.length; i < r; i++)
|
|
2093
2093
|
o[i] = t(e[i], i, void 0, a && a[i]);
|
|
@@ -2153,7 +2153,7 @@ const nr = (e) => e ? cf(e) ? ai(e) || e.proxy : nr(e.parent) : null, pl = (
|
|
|
2153
2153
|
$forceUpdate: (e) => e.f || (e.f = () => {
|
|
2154
2154
|
e.effect.dirty = !0, _a(e.update);
|
|
2155
2155
|
}),
|
|
2156
|
-
$nextTick: (e) => e.n || (e.n =
|
|
2156
|
+
$nextTick: (e) => e.n || (e.n = Be.bind(e.proxy)),
|
|
2157
2157
|
$watch: (e) => _g.bind(e)
|
|
2158
2158
|
})
|
|
2159
2159
|
), as = (e) => e === "_" || e === "$", Vi = (e, t) => e !== Re && !e.__isScriptSetup && Ne(e, t), Zd = {
|
|
@@ -2207,7 +2207,7 @@ const nr = (e) => e ? cf(e) ? ai(e) || e.proxy : nr(e.parent) : null, pl = (
|
|
|
2207
2207
|
v = s.config.globalProperties, Ne(v, t)
|
|
2208
2208
|
)
|
|
2209
2209
|
return v[t];
|
|
2210
|
-
O.NODE_ENV !== "production" && Ze && (!
|
|
2210
|
+
O.NODE_ENV !== "production" && Ze && (!Fe(t) || // #1091 avoid internal isRef/isVNode checks on component instance leading
|
|
2211
2211
|
// to infinite warning loop
|
|
2212
2212
|
t.indexOf("__v") !== 0) && (o !== Re && as(t[0]) && Ne(o, t) ? K(
|
|
2213
2213
|
`Property ${JSON.stringify(
|
|
@@ -2427,11 +2427,11 @@ function vh(e, t, n = Je) {
|
|
|
2427
2427
|
for (const l in e) {
|
|
2428
2428
|
const o = e[l];
|
|
2429
2429
|
let a;
|
|
2430
|
-
Te(o) ? "default" in o ? a =
|
|
2430
|
+
Te(o) ? "default" in o ? a = He(
|
|
2431
2431
|
o.from || l,
|
|
2432
2432
|
o.default,
|
|
2433
2433
|
!0
|
|
2434
|
-
) : a =
|
|
2434
|
+
) : a = He(o.from || l) : a = He(o), De(a) ? Object.defineProperty(t, l, {
|
|
2435
2435
|
enumerable: !0,
|
|
2436
2436
|
configurable: !0,
|
|
2437
2437
|
get: () => a.value,
|
|
@@ -2448,7 +2448,7 @@ function ru(e, t, n) {
|
|
|
2448
2448
|
}
|
|
2449
2449
|
function Qd(e, t, n, l) {
|
|
2450
2450
|
const o = l.includes(".") ? zd(n, l) : () => n[l];
|
|
2451
|
-
if (
|
|
2451
|
+
if (Fe(e)) {
|
|
2452
2452
|
const a = t[e];
|
|
2453
2453
|
we(a) ? de(o, a) : O.NODE_ENV !== "production" && K(`Invalid watch handler specified by key "${e}"`, a);
|
|
2454
2454
|
} else if (we(e))
|
|
@@ -2673,7 +2673,7 @@ function ct(e, t) {
|
|
|
2673
2673
|
l === n && (n = et.provides = Object.create(l)), n[e] = t;
|
|
2674
2674
|
}
|
|
2675
2675
|
}
|
|
2676
|
-
function
|
|
2676
|
+
function He(e, t, n = !1) {
|
|
2677
2677
|
const l = et || Ze;
|
|
2678
2678
|
if (l || po) {
|
|
2679
2679
|
const o = l ? l.parent == null ? l.vnode.appContext && l.vnode.appContext.provides : l.parent.provides : po._context.provides;
|
|
@@ -2835,7 +2835,7 @@ function Jd(e, t, n = !1) {
|
|
|
2835
2835
|
return Te(e) && l.set(e, Bl), Bl;
|
|
2836
2836
|
if (pe(a))
|
|
2837
2837
|
for (let c = 0; c < a.length; c++) {
|
|
2838
|
-
O.NODE_ENV !== "production" && !
|
|
2838
|
+
O.NODE_ENV !== "production" && !Fe(a[c]) && K("props must be strings when using array syntax.", a[c]);
|
|
2839
2839
|
const f = Bt(a[c]);
|
|
2840
2840
|
cu(f) && (i[f] = Re);
|
|
2841
2841
|
}
|
|
@@ -3014,10 +3014,10 @@ function rr(e, t, n, l, o = !1) {
|
|
|
3014
3014
|
return;
|
|
3015
3015
|
}
|
|
3016
3016
|
const u = t && t.r, c = r.refs === Re ? r.refs = {} : r.refs, f = r.setupState;
|
|
3017
|
-
if (u != null && u !== s && (
|
|
3017
|
+
if (u != null && u !== s && (Fe(u) ? (c[u] = null, Ne(f, u) && (f[u] = null)) : De(u) && (u.value = null)), we(s))
|
|
3018
3018
|
wn(s, r, 12, [i, c]);
|
|
3019
3019
|
else {
|
|
3020
|
-
const v =
|
|
3020
|
+
const v = Fe(s), m = De(s);
|
|
3021
3021
|
if (v || m) {
|
|
3022
3022
|
const h = () => {
|
|
3023
3023
|
if (e.f) {
|
|
@@ -3995,7 +3995,7 @@ function nf(e) {
|
|
|
3995
3995
|
}
|
|
3996
3996
|
const Rh = (e) => e.__isTeleport, Fl = (e) => e && (e.disabled || e.disabled === ""), gu = (e) => typeof SVGElement < "u" && e instanceof SVGElement, hu = (e) => typeof MathMLElement == "function" && e instanceof MathMLElement, sr = (e, t) => {
|
|
3997
3997
|
const n = e && e.to;
|
|
3998
|
-
if (
|
|
3998
|
+
if (Fe(n))
|
|
3999
3999
|
if (t) {
|
|
4000
4000
|
const l = t(n);
|
|
4001
4001
|
return l || O.NODE_ENV !== "production" && K(
|
|
@@ -4228,7 +4228,7 @@ const Lh = (...e) => rf(
|
|
|
4228
4228
|
ref: e,
|
|
4229
4229
|
ref_key: t,
|
|
4230
4230
|
ref_for: n
|
|
4231
|
-
}) => (typeof e == "number" && (e = "" + e), e != null ?
|
|
4231
|
+
}) => (typeof e == "number" && (e = "" + e), e != null ? Fe(e) || De(e) || we(e) ? { i: Ze, r: e, k: t, f: !!n } : e : null);
|
|
4232
4232
|
function We(e, t = null, n = null, l = 0, o = null, a = e === xe ? 0 : 1, i = !1, r = !1) {
|
|
4233
4233
|
const s = {
|
|
4234
4234
|
__v_isVNode: !0,
|
|
@@ -4258,7 +4258,7 @@ function We(e, t = null, n = null, l = 0, o = null, a = e === xe ? 0 : 1, i = !1
|
|
|
4258
4258
|
appContext: null,
|
|
4259
4259
|
ctx: Ze
|
|
4260
4260
|
};
|
|
4261
|
-
return r ? (ss(s, n), a & 128 && e.normalize(s)) : n && (s.shapeFlag |=
|
|
4261
|
+
return r ? (ss(s, n), a & 128 && e.normalize(s)) : n && (s.shapeFlag |= Fe(n) ? 8 : 16), O.NODE_ENV !== "production" && s.key !== s.key && K("VNode created with invalid key (NaN). VNode type:", s.type), Ao > 0 && // avoid a block node from tracking itself
|
|
4262
4262
|
!i && // has current parent block
|
|
4263
4263
|
Yt && // presence of a patch flag indicates this node needs patching on updates.
|
|
4264
4264
|
// component nodes also should always be patched, because even if the
|
|
@@ -4282,9 +4282,9 @@ function rf(e, t = null, n = null, l = 0, o = null, a = !1) {
|
|
|
4282
4282
|
if (ff(e) && (e = e.__vccOpts), t) {
|
|
4283
4283
|
t = sf(t);
|
|
4284
4284
|
let { class: r, style: s } = t;
|
|
4285
|
-
r && !
|
|
4285
|
+
r && !Fe(r) && (t.class = dl(r)), Te(s) && (Oa(s) && !pe(s) && (s = je({}, s)), t.style = pn(s));
|
|
4286
4286
|
}
|
|
4287
|
-
const i =
|
|
4287
|
+
const i = Fe(e) ? 1 : Qg(e) ? 128 : Rh(e) ? 64 : Te(e) ? 4 : we(e) ? 2 : 0;
|
|
4288
4288
|
return O.NODE_ENV !== "production" && i & 4 && Oa(e) && (e = ve(e), K(
|
|
4289
4289
|
"Vue received a Component that was made a reactive object. This can lead to unnecessary performance overhead and should be avoided by marking the component with `markRaw` or using `shallowRef` instead of `ref`.",
|
|
4290
4290
|
`
|
|
@@ -5094,11 +5094,11 @@ function oo(e, t) {
|
|
|
5094
5094
|
}
|
|
5095
5095
|
const rp = Symbol(En.NODE_ENV !== "production" ? "CSS_VAR_TEXT" : ""), sp = /(^|;)\s*display\s*:/;
|
|
5096
5096
|
function up(e, t, n) {
|
|
5097
|
-
const l = e.style, o =
|
|
5097
|
+
const l = e.style, o = Fe(n);
|
|
5098
5098
|
let a = !1;
|
|
5099
5099
|
if (n && !o) {
|
|
5100
5100
|
if (t)
|
|
5101
|
-
if (
|
|
5101
|
+
if (Fe(t))
|
|
5102
5102
|
for (const i of t.split(";")) {
|
|
5103
5103
|
const r = i.slice(0, i.indexOf(":")).trim();
|
|
5104
5104
|
n[r] == null && ba(l, r, "");
|
|
@@ -5266,7 +5266,7 @@ function Ep(e, t, n, l) {
|
|
|
5266
5266
|
if (o === "IMG" || o === "VIDEO" || o === "CANVAS" || o === "SOURCE")
|
|
5267
5267
|
return !1;
|
|
5268
5268
|
}
|
|
5269
|
-
return Tu(t) &&
|
|
5269
|
+
return Tu(t) && Fe(n) ? !1 : t in e;
|
|
5270
5270
|
}
|
|
5271
5271
|
const yf = /* @__PURE__ */ new WeakMap(), bf = /* @__PURE__ */ new WeakMap(), Ta = Symbol("_moveCb"), Mu = Symbol("_enterCb"), wf = {
|
|
5272
5272
|
name: "TransitionGroup",
|
|
@@ -5458,7 +5458,7 @@ function Hp(e) {
|
|
|
5458
5458
|
}
|
|
5459
5459
|
}
|
|
5460
5460
|
function Fp(e) {
|
|
5461
|
-
if (
|
|
5461
|
+
if (Fe(e)) {
|
|
5462
5462
|
const t = document.querySelector(e);
|
|
5463
5463
|
return En.NODE_ENV !== "production" && !t && zt(
|
|
5464
5464
|
`Failed to mount app: mount target selector "${e}" returned null.`
|
|
@@ -6213,7 +6213,7 @@ function Sy(e) {
|
|
|
6213
6213
|
return X(e);
|
|
6214
6214
|
}
|
|
6215
6215
|
function ps() {
|
|
6216
|
-
const e =
|
|
6216
|
+
const e = He(Gl);
|
|
6217
6217
|
if (!e)
|
|
6218
6218
|
throw new Error("[Vuetify] Could not find defaults instance");
|
|
6219
6219
|
return e;
|
|
@@ -6596,7 +6596,7 @@ function zy(e) {
|
|
|
6596
6596
|
};
|
|
6597
6597
|
}
|
|
6598
6598
|
function bs() {
|
|
6599
|
-
const e =
|
|
6599
|
+
const e = He(ja);
|
|
6600
6600
|
if (!e)
|
|
6601
6601
|
throw new Error("[Vuetify] Could not find injected locale instance");
|
|
6602
6602
|
return e;
|
|
@@ -6656,7 +6656,7 @@ function Hy(e, t) {
|
|
|
6656
6656
|
};
|
|
6657
6657
|
}
|
|
6658
6658
|
function It() {
|
|
6659
|
-
const e =
|
|
6659
|
+
const e = He(ja);
|
|
6660
6660
|
if (!e)
|
|
6661
6661
|
throw new Error("[Vuetify] Could not find injected rtl instance");
|
|
6662
6662
|
return {
|
|
@@ -7341,7 +7341,7 @@ const qf = J({
|
|
|
7341
7341
|
}, "display");
|
|
7342
7342
|
function ui() {
|
|
7343
7343
|
let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : sn();
|
|
7344
|
-
const n =
|
|
7344
|
+
const n = He(wr);
|
|
7345
7345
|
if (!n)
|
|
7346
7346
|
throw new Error("Could not find Vuetify display injection");
|
|
7347
7347
|
const l = p(() => {
|
|
@@ -7529,7 +7529,7 @@ function kb(e) {
|
|
|
7529
7529
|
}, e);
|
|
7530
7530
|
}
|
|
7531
7531
|
const Tb = (e) => {
|
|
7532
|
-
const t =
|
|
7532
|
+
const t = He(xr);
|
|
7533
7533
|
if (!t)
|
|
7534
7534
|
throw new Error("Missing Vuetify Icons provide!");
|
|
7535
7535
|
return {
|
|
@@ -7756,7 +7756,7 @@ function Rb(e) {
|
|
|
7756
7756
|
}
|
|
7757
7757
|
function it(e) {
|
|
7758
7758
|
nt("provideTheme");
|
|
7759
|
-
const t =
|
|
7759
|
+
const t = He(Ya, null);
|
|
7760
7760
|
if (!t)
|
|
7761
7761
|
throw new Error("Could not find Vuetify theme injection");
|
|
7762
7762
|
const n = p(() => e.theme ?? t.name.value), l = p(() => t.themes.value[n.value]), o = p(() => t.isDisabled ? void 0 : `v-theme--${n.value}`), a = {
|
|
@@ -7822,7 +7822,7 @@ const Er = Symbol.for("vuetify:layout"), Kf = Symbol.for("vuetify:layout-item"),
|
|
|
7822
7822
|
absolute: Boolean
|
|
7823
7823
|
}, "layout-item");
|
|
7824
7824
|
function Hb(e) {
|
|
7825
|
-
const t =
|
|
7825
|
+
const t = He(Er);
|
|
7826
7826
|
if (!t)
|
|
7827
7827
|
throw new Error("[Vuetify] Could not find injected layout");
|
|
7828
7828
|
const n = e.id ?? `layout-item-${Ft()}`, l = nt("useLayoutItem");
|
|
@@ -7874,7 +7874,7 @@ const Fb = (e, t, n, l) => {
|
|
|
7874
7874
|
return a;
|
|
7875
7875
|
};
|
|
7876
7876
|
function Lb(e) {
|
|
7877
|
-
const t =
|
|
7877
|
+
const t = He(Er, null), n = p(() => t ? t.rootZIndex.value - 100 : hc), l = X([]), o = mt(/* @__PURE__ */ new Map()), a = mt(/* @__PURE__ */ new Map()), i = mt(/* @__PURE__ */ new Map()), r = mt(/* @__PURE__ */ new Map()), s = mt(/* @__PURE__ */ new Map()), {
|
|
7878
7878
|
resizeRef: u,
|
|
7879
7879
|
contentRect: c
|
|
7880
7880
|
} = Wl(), f = p(() => {
|
|
@@ -8032,7 +8032,7 @@ function Uf() {
|
|
|
8032
8032
|
} = g;
|
|
8033
8033
|
g.mount = function() {
|
|
8034
8034
|
const A = E(...arguments);
|
|
8035
|
-
return
|
|
8035
|
+
return Be(() => s.update()), g.mount = E, A;
|
|
8036
8036
|
};
|
|
8037
8037
|
}
|
|
8038
8038
|
Ft.reset(), g.mixin({
|
|
@@ -8608,13 +8608,13 @@ const g0 = "data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'%20stan
|
|
|
8608
8608
|
sendPayload: a,
|
|
8609
8609
|
receiveMessageFromUnity: i
|
|
8610
8610
|
}), Ot(async () => {
|
|
8611
|
-
await
|
|
8611
|
+
await Be();
|
|
8612
8612
|
const r = document.querySelector("#unity-canvas");
|
|
8613
8613
|
if (await Vm(i), /iPhone|iPad|iPod|Android/i.test(navigator.userAgent)) {
|
|
8614
8614
|
const u = document.createElement("meta");
|
|
8615
8615
|
u.name = "viewport", u.content = "width=device-width, height=device-height, initial-scale=1.0, user-scalable=no, shrink-to-fit=yes", document.getElementsByTagName("head")[0].appendChild(u), r.style.width = "100%", r.style.height = "80vh", r.style.position = "fixed", document.body.style.textAlign = "left";
|
|
8616
8616
|
}
|
|
8617
|
-
if (await
|
|
8617
|
+
if (await Be(), l.value = await Cm(r), await Be(), navigator.storage) {
|
|
8618
8618
|
const u = await navigator.storage.estimate();
|
|
8619
8619
|
if (u) {
|
|
8620
8620
|
const c = u.usage / u.quota * 100;
|
|
@@ -9046,7 +9046,7 @@ const N0 = {
|
|
|
9046
9046
|
const x = new Image();
|
|
9047
9047
|
x.src = m.value.lazySrc, k(x, null);
|
|
9048
9048
|
}
|
|
9049
|
-
m.value.src &&
|
|
9049
|
+
m.value.src && Be(() => {
|
|
9050
9050
|
n("loadstart", u.value?.currentSrc || m.value.src), setTimeout(() => {
|
|
9051
9051
|
if (!r.isUnmounted)
|
|
9052
9052
|
if (u.value?.complete) {
|
|
@@ -9715,7 +9715,7 @@ const vi = J({
|
|
|
9715
9715
|
let zi = !1;
|
|
9716
9716
|
function F0(e, t) {
|
|
9717
9717
|
let n = !1, l, o;
|
|
9718
|
-
ze && (
|
|
9718
|
+
ze && (Be(() => {
|
|
9719
9719
|
window.addEventListener("popstate", a), l = e?.beforeEach((i, r, s) => {
|
|
9720
9720
|
zi ? n ? t(s) : s() : setTimeout(() => n ? t(s) : s()), zi = !0;
|
|
9721
9721
|
}), o = e?.afterEach(() => {
|
|
@@ -10532,7 +10532,7 @@ function Ko(e) {
|
|
|
10532
10532
|
}
|
|
10533
10533
|
const r1 = Symbol.for("vuetify:form");
|
|
10534
10534
|
function Av() {
|
|
10535
|
-
return
|
|
10535
|
+
return He(r1, null);
|
|
10536
10536
|
}
|
|
10537
10537
|
const s1 = J({
|
|
10538
10538
|
disabled: {
|
|
@@ -10610,7 +10610,7 @@ function u1(e) {
|
|
|
10610
10610
|
a?.update(E.value, m.value, f.value);
|
|
10611
10611
|
});
|
|
10612
10612
|
async function A() {
|
|
10613
|
-
l.value = null, await
|
|
10613
|
+
l.value = null, await Be(), await M();
|
|
10614
10614
|
}
|
|
10615
10615
|
async function M() {
|
|
10616
10616
|
r.value = !0, v.value.lazy ? i.value = [] : await D(!0);
|
|
@@ -11022,7 +11022,7 @@ const Pv = J({
|
|
|
11022
11022
|
slots: n,
|
|
11023
11023
|
emit: l
|
|
11024
11024
|
} = t;
|
|
11025
|
-
const o =
|
|
11025
|
+
const o = He(Ts), {
|
|
11026
11026
|
isRtl: a,
|
|
11027
11027
|
rtlClasses: i
|
|
11028
11028
|
} = It();
|
|
@@ -11140,7 +11140,7 @@ const Pv = J({
|
|
|
11140
11140
|
let {
|
|
11141
11141
|
slots: n
|
|
11142
11142
|
} = t;
|
|
11143
|
-
const l =
|
|
11143
|
+
const l = He(Ts);
|
|
11144
11144
|
if (!l)
|
|
11145
11145
|
throw new Error("[Vuetify] v-slider-track must be inside v-slider or v-range-slider");
|
|
11146
11146
|
const {
|
|
@@ -11809,7 +11809,7 @@ const b1 = ["color", "file", "time", "date", "datetime-local", "week", "month"],
|
|
|
11809
11809
|
A(), l("click:control", I);
|
|
11810
11810
|
}
|
|
11811
11811
|
function k(I) {
|
|
11812
|
-
I.stopPropagation(), A(),
|
|
11812
|
+
I.stopPropagation(), A(), Be(() => {
|
|
11813
11813
|
a.value = null, If(e["onClick:clear"], I);
|
|
11814
11814
|
});
|
|
11815
11815
|
}
|
|
@@ -11817,7 +11817,7 @@ const b1 = ["color", "file", "time", "date", "datetime-local", "week", "month"],
|
|
|
11817
11817
|
const w = I.target;
|
|
11818
11818
|
if (a.value = w.value, e.modelModifiers?.trim && ["text", "search", "password", "tel", "url"].includes(e.type)) {
|
|
11819
11819
|
const N = [w.selectionStart, w.selectionEnd];
|
|
11820
|
-
|
|
11820
|
+
Be(() => {
|
|
11821
11821
|
w.selectionStart = N[0], w.selectionEnd = N[1];
|
|
11822
11822
|
});
|
|
11823
11823
|
}
|
|
@@ -12411,7 +12411,7 @@ function Bs(e, t) {
|
|
|
12411
12411
|
throw new Error("[Vuetify] useGroupItem composable must be used inside a component setup function");
|
|
12412
12412
|
const o = Ft();
|
|
12413
12413
|
ct(Symbol.for(`${t.description}:id`), o);
|
|
12414
|
-
const a =
|
|
12414
|
+
const a = He(t, null);
|
|
12415
12415
|
if (!a) {
|
|
12416
12416
|
if (!n)
|
|
12417
12417
|
return a;
|
|
@@ -12674,7 +12674,7 @@ const B1 = J({
|
|
|
12674
12674
|
});
|
|
12675
12675
|
function F1(e, t) {
|
|
12676
12676
|
de(() => e.isActive?.value, (n) => {
|
|
12677
|
-
e.isLink.value && n && t &&
|
|
12677
|
+
e.isLink.value && n && t && Be(() => {
|
|
12678
12678
|
t(!0);
|
|
12679
12679
|
});
|
|
12680
12680
|
}, {
|
|
@@ -13102,7 +13102,7 @@ function q1(e, t, n) {
|
|
|
13102
13102
|
contentBox: g
|
|
13103
13103
|
};
|
|
13104
13104
|
}
|
|
13105
|
-
return de(() => [o.value, a.value, t.offset, t.minWidth, t.minHeight, t.maxWidth, t.maxHeight], () => m()),
|
|
13105
|
+
return de(() => [o.value, a.value, t.offset, t.minWidth, t.minHeight, t.maxWidth, t.maxHeight], () => m()), Be(() => {
|
|
13106
13106
|
const h = m();
|
|
13107
13107
|
if (!h)
|
|
13108
13108
|
return;
|
|
@@ -13301,7 +13301,7 @@ function ew(e, t) {
|
|
|
13301
13301
|
}, w.onFocusout = () => {
|
|
13302
13302
|
r = !1, v();
|
|
13303
13303
|
}), e.closeOnContentClick) {
|
|
13304
|
-
const N =
|
|
13304
|
+
const N = He(Dr, null);
|
|
13305
13305
|
w.onClick = () => {
|
|
13306
13306
|
n.value = !1, N?.closeParents();
|
|
13307
13307
|
};
|
|
@@ -13326,7 +13326,7 @@ function ew(e, t) {
|
|
|
13326
13326
|
});
|
|
13327
13327
|
const M = X();
|
|
13328
13328
|
Wt(() => {
|
|
13329
|
-
M.value &&
|
|
13329
|
+
M.value && Be(() => {
|
|
13330
13330
|
a.value = Ma(M.value);
|
|
13331
13331
|
});
|
|
13332
13332
|
});
|
|
@@ -13365,7 +13365,7 @@ function tw(e, t, n) {
|
|
|
13365
13365
|
const c = r(u);
|
|
13366
13366
|
c && i(c);
|
|
13367
13367
|
}
|
|
13368
|
-
s &&
|
|
13368
|
+
s && Be(() => a());
|
|
13369
13369
|
}, {
|
|
13370
13370
|
immediate: !0
|
|
13371
13371
|
}), de(() => e.activatorProps, () => {
|
|
@@ -13439,7 +13439,7 @@ function Jo() {
|
|
|
13439
13439
|
}
|
|
13440
13440
|
const Mc = Symbol.for("vuetify:stack"), io = mt([]);
|
|
13441
13441
|
function lw(e, t, n) {
|
|
13442
|
-
const l = nt("useStack"), o = !n, a =
|
|
13442
|
+
const l = nt("useStack"), o = !n, a = He(Mc, void 0), i = mt({
|
|
13443
13443
|
activeChildren: /* @__PURE__ */ new Set()
|
|
13444
13444
|
});
|
|
13445
13445
|
ct(Mc, i);
|
|
@@ -13809,7 +13809,7 @@ const yi = J({
|
|
|
13809
13809
|
}, {
|
|
13810
13810
|
immediate: !0
|
|
13811
13811
|
}), de(l, async (s) => {
|
|
13812
|
-
await
|
|
13812
|
+
await Be(), s ? a.value.contentEl?.focus({
|
|
13813
13813
|
preventScroll: !0
|
|
13814
13814
|
}) : a.value.activatorEl?.focus({
|
|
13815
13815
|
preventScroll: !0
|
|
@@ -14187,7 +14187,7 @@ const Ls = X(void 0), El = X(!1), kr = X(""), te = X(_v()), bn = X(
|
|
|
14187
14187
|
return e.Name;
|
|
14188
14188
|
});
|
|
14189
14189
|
async function hw(e, t) {
|
|
14190
|
-
El.value = !0, kr.value = JSON.stringify(JSON.parse(t), null, 2), em(t), await
|
|
14190
|
+
El.value = !0, kr.value = JSON.stringify(JSON.parse(t), null, 2), em(t), await Be(), El.value = !1;
|
|
14191
14191
|
}
|
|
14192
14192
|
async function pw(e, t) {
|
|
14193
14193
|
El.value = !0, kr.value = JSON.stringify(JSON.parse(t), null, 2);
|
|
@@ -14393,7 +14393,7 @@ const bw = J({
|
|
|
14393
14393
|
let {
|
|
14394
14394
|
slots: n
|
|
14395
14395
|
} = t;
|
|
14396
|
-
const l =
|
|
14396
|
+
const l = He(zo);
|
|
14397
14397
|
if (!l)
|
|
14398
14398
|
throw new Error("[Vuetify] v-expansion-panel-text needs to be placed inside v-expansion-panel");
|
|
14399
14399
|
const {
|
|
@@ -14440,7 +14440,7 @@ const bw = J({
|
|
|
14440
14440
|
let {
|
|
14441
14441
|
slots: n
|
|
14442
14442
|
} = t;
|
|
14443
|
-
const l =
|
|
14443
|
+
const l = He(zo);
|
|
14444
14444
|
if (!l)
|
|
14445
14445
|
throw new Error("[Vuetify] v-expansion-panel-title needs to be placed inside v-expansion-panel");
|
|
14446
14446
|
const {
|
|
@@ -14576,7 +14576,7 @@ const bw = J({
|
|
|
14576
14576
|
}
|
|
14577
14577
|
}), Br = Symbol.for("vuetify:list");
|
|
14578
14578
|
function om() {
|
|
14579
|
-
const e =
|
|
14579
|
+
const e = He(Br, {
|
|
14580
14580
|
hasPrepend: he(!1),
|
|
14581
14581
|
updateHasPrepend: () => null
|
|
14582
14582
|
}), t = {
|
|
@@ -14588,7 +14588,7 @@ function om() {
|
|
|
14588
14588
|
return ct(Br, t), e;
|
|
14589
14589
|
}
|
|
14590
14590
|
function am() {
|
|
14591
|
-
return
|
|
14591
|
+
return He(Br, null);
|
|
14592
14592
|
}
|
|
14593
14593
|
const js = (e) => {
|
|
14594
14594
|
const t = {
|
|
@@ -15061,7 +15061,7 @@ const js = (e) => {
|
|
|
15061
15061
|
};
|
|
15062
15062
|
return ct(Bo, v), v.root;
|
|
15063
15063
|
}, cm = (e, t) => {
|
|
15064
|
-
const n =
|
|
15064
|
+
const n = He(Bo, um), l = Symbol(Ft()), o = p(() => e.value !== void 0 ? e.value : l), a = {
|
|
15065
15065
|
...n,
|
|
15066
15066
|
id: o,
|
|
15067
15067
|
open: (i, r) => n.root.open(o.value, i, r),
|
|
@@ -15080,7 +15080,7 @@ const js = (e) => {
|
|
|
15080
15080
|
!n.isGroupActivator && n.root.unregister(o.value);
|
|
15081
15081
|
}), t && ct(Bo, a), a;
|
|
15082
15082
|
}, Bw = () => {
|
|
15083
|
-
const e =
|
|
15083
|
+
const e = He(Bo, um);
|
|
15084
15084
|
ct(Bo, {
|
|
15085
15085
|
...e,
|
|
15086
15086
|
isGroupActivator: !0
|
|
@@ -15789,7 +15789,7 @@ const Kw = J({
|
|
|
15789
15789
|
} = t;
|
|
15790
15790
|
const l = Le(e, "modelValue"), {
|
|
15791
15791
|
scopeId: o
|
|
15792
|
-
} = Jo(), a = Ft(), i = p(() => e.id || `v-menu-${a}`), r = X(), s =
|
|
15792
|
+
} = Jo(), a = Ft(), i = p(() => e.id || `v-menu-${a}`), r = X(), s = He(Dr, null), u = he(0);
|
|
15793
15793
|
ct(Dr, {
|
|
15794
15794
|
register() {
|
|
15795
15795
|
++u.value;
|
|
@@ -15805,7 +15805,7 @@ const Kw = J({
|
|
|
15805
15805
|
});
|
|
15806
15806
|
async function c(g) {
|
|
15807
15807
|
const E = g.relatedTarget, A = g.target;
|
|
15808
|
-
await
|
|
15808
|
+
await Be(), l.value && E !== A && r.value?.contentEl && // We're the topmost menu
|
|
15809
15809
|
r.value?.globalTop && // It isn't the document or the menu body
|
|
15810
15810
|
![document, r.value.contentEl].includes(A) && // It isn't inside the menu body
|
|
15811
15811
|
!r.value.contentEl.contains(A) && Po(r.value.contentEl)[0]?.focus();
|
|
@@ -16136,7 +16136,7 @@ const lx = ["start", "end", "left", "right", "top", "bottom"], ox = J({
|
|
|
16136
16136
|
tn(() => e.expandOnHover && e.rail != null, () => {
|
|
16137
16137
|
de(D, (L) => l("update:rail", !L));
|
|
16138
16138
|
}), tn(() => !e.disableResizeWatcher, () => {
|
|
16139
|
-
de(I, (L) => !e.permanent &&
|
|
16139
|
+
de(I, (L) => !e.permanent && Be(() => g.value = !L));
|
|
16140
16140
|
}), tn(() => !e.disableRouteWatcher && !!h, () => {
|
|
16141
16141
|
de(h.currentRoute, () => I.value && (g.value = !1));
|
|
16142
16142
|
}), de(() => e.permanent, (L) => {
|
|
@@ -16350,7 +16350,7 @@ const ym = J({
|
|
|
16350
16350
|
...pm()
|
|
16351
16351
|
}, "VSelectionControl");
|
|
16352
16352
|
function rx(e) {
|
|
16353
|
-
const t =
|
|
16353
|
+
const t = He(hm, void 0), {
|
|
16354
16354
|
densityClasses: n
|
|
16355
16355
|
} = Sn(e), l = Le(e, "modelValue"), o = p(() => e.trueValue !== void 0 ? e.trueValue : e.value !== void 0 ? e.value : !0), a = p(() => e.falseValue !== void 0 ? e.falseValue : !1), i = p(() => !!e.multiple || e.multiple == null && Array.isArray(l.value)), r = p({
|
|
16356
16356
|
get() {
|
|
@@ -16426,7 +16426,7 @@ const Yc = ce()({
|
|
|
16426
16426
|
w.stopPropagation();
|
|
16427
16427
|
}
|
|
16428
16428
|
function I(w) {
|
|
16429
|
-
M.value && (e.readonly && o &&
|
|
16429
|
+
M.value && (e.readonly && o && Be(() => o.forceUpdate()), r.value = w.target.checked);
|
|
16430
16430
|
}
|
|
16431
16431
|
return be(() => {
|
|
16432
16432
|
const w = l.label ? l.label({
|
|
@@ -17138,7 +17138,7 @@ function wx(e, t) {
|
|
|
17138
17138
|
E[q] = (E[q - 1] || 0) + D(q - 1);
|
|
17139
17139
|
A.value = Math.max(A.value, performance.now() - Q);
|
|
17140
17140
|
}, A), P = de(h, (Q) => {
|
|
17141
|
-
Q && (P(), c = u.value.offsetTop, k.immediate(), j(), ~M &&
|
|
17141
|
+
Q && (P(), c = u.value.offsetTop, k.immediate(), j(), ~M && Be(() => {
|
|
17142
17142
|
ze && window.requestAnimationFrame(() => {
|
|
17143
17143
|
W(M), M = -1;
|
|
17144
17144
|
});
|
|
@@ -17485,7 +17485,7 @@ const Sx = J({
|
|
|
17485
17485
|
q && (v.value = [...v.value, R]);
|
|
17486
17486
|
} else {
|
|
17487
17487
|
const L = Q !== !1;
|
|
17488
|
-
v.value = L ? [R] : [],
|
|
17488
|
+
v.value = L ? [R] : [], Be(() => {
|
|
17489
17489
|
s.value = !1;
|
|
17490
17490
|
});
|
|
17491
17491
|
}
|
|
@@ -17747,7 +17747,7 @@ const Sx = J({
|
|
|
17747
17747
|
l("mousedown:control", V);
|
|
17748
17748
|
}
|
|
17749
17749
|
function k(V) {
|
|
17750
|
-
V.stopPropagation(), A(),
|
|
17750
|
+
V.stopPropagation(), A(), Be(() => {
|
|
17751
17751
|
a.value = "", If(e["onClick:clear"], V);
|
|
17752
17752
|
});
|
|
17753
17753
|
}
|
|
@@ -17755,7 +17755,7 @@ const Sx = J({
|
|
|
17755
17755
|
const b = V.target;
|
|
17756
17756
|
if (a.value = b.value, e.modelModifiers?.trim) {
|
|
17757
17757
|
const x = [b.selectionStart, b.selectionEnd];
|
|
17758
|
-
|
|
17758
|
+
Be(() => {
|
|
17759
17759
|
b.selectionStart = x[0], b.selectionEnd = x[1];
|
|
17760
17760
|
});
|
|
17761
17761
|
}
|
|
@@ -17765,7 +17765,7 @@ const Sx = J({
|
|
|
17765
17765
|
e.autoGrow || (w.value = +e.rows);
|
|
17766
17766
|
});
|
|
17767
17767
|
function T() {
|
|
17768
|
-
e.autoGrow &&
|
|
17768
|
+
e.autoGrow && Be(() => {
|
|
17769
17769
|
if (!I.value || !m.value)
|
|
17770
17770
|
return;
|
|
17771
17771
|
const V = getComputedStyle(I.value), b = getComputedStyle(m.value.$el), x = parseFloat(V.getPropertyValue("--v-field-padding-top")) + parseFloat(V.getPropertyValue("--v-input-padding-top")) + parseFloat(V.getPropertyValue("--v-field-padding-bottom")), C = I.value.scrollHeight, j = parseFloat(V.lineHeight), le = Math.max(parseFloat(e.rows) * j + x, parseFloat(b.getPropertyValue("--v-input-control-height"))), W = parseFloat(e.maxRows) * j + x || 1 / 0, R = nn(C ?? 0, le, W);
|
|
@@ -18232,7 +18232,7 @@ const Sx = J({
|
|
|
18232
18232
|
c.value = !0, u.value = !0, await Bc(o, "file_management", "fm_01", l.payload);
|
|
18233
18233
|
}
|
|
18234
18234
|
async function H(b, x) {
|
|
18235
|
-
b === Bv.fm02 && (await pw(b, x), await
|
|
18235
|
+
b === Bv.fm02 && (await pw(b, x), await Be(), El.value = !1, u.value = !1, s.value = !1, await a.hoverOverCanvas(!1));
|
|
18236
18236
|
}
|
|
18237
18237
|
function V(b, x, C) {
|
|
18238
18238
|
b === Tt.scan_state && hw(x, C), b === Tt.file_management && H(x, C), b === Tt.notifications && T1(x, C);
|
|
@@ -19263,7 +19263,7 @@ const Sx = J({
|
|
|
19263
19263
|
loadInstance: a
|
|
19264
19264
|
});
|
|
19265
19265
|
async function a(i, r) {
|
|
19266
|
-
n.value = i || n.value, l.value = r, z(o)?.alterValue(!0);
|
|
19266
|
+
n.value = i || n.value, l.value = r, await Be(), z(o)?.alterValue(!0);
|
|
19267
19267
|
}
|
|
19268
19268
|
return (i, r) => (Ve(), Ge(xe, null, [
|
|
19269
19269
|
d(tE, { style: { height: "0", width: "0" } }, {
|