@3cr/viewer-browser 0.0.44 → 0.0.47
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/components.d.ts +6 -7
- package/dist/Viewer3CR.js +6 -6
- package/dist/Viewer3CR.mjs +486 -486
- package/dist/Viewer3CR.umd.js +5 -5
- package/package.json +1 -1
- package/src/App.vue +1 -1
- package/src/components/{MftpWebGL3DRModal.vue → modal/MftpWebGL3DRModal.vue} +12 -17
- package/src/components/{DoubleSliderSelector.vue → sliders/DoubleSliderSelector.vue} +1 -0
- package/src/helpers/layoutOverlayStyle.ts +0 -1
- package/src/main.ts +1 -1
- package/scripts/modules.d.ts +0 -2
- package/scripts/postPublish.js +0 -93
- package/scripts/postPublish.ts +0 -106
- package/src/components/HelloWorld.vue +0 -157
- package/src/components/README.md +0 -35
- package/src/plugins/README.md +0 -3
- package/src/types/window.shim.ts +0 -24
- /package/src/components/{ExpansionHeaderMiniMenu.vue → expansion-panels/ExpansionHeaderMiniMenu.vue} +0 -0
- /package/src/components/{LoadingSpinner.vue → loading/LoadingSpinner.vue} +0 -0
- /package/src/components/{SliderSelector.vue → sliders/SliderSelector.vue} +0 -0
- /package/src/components/{VerticalSliderSelector.vue → sliders/VerticalSliderSelector.vue} +0 -0
package/dist/Viewer3CR.mjs
CHANGED
|
@@ -1479,8 +1479,8 @@ function oi(e) {
|
|
|
1479
1479
|
else if (V.NODE_ENV !== "production" && !Di && P.type !== et) {
|
|
1480
1480
|
const b = Object.keys(s), O = [], k = [];
|
|
1481
1481
|
for (let H = 0, T = b.length; H < T; H++) {
|
|
1482
|
-
const
|
|
1483
|
-
Oo(
|
|
1482
|
+
const E = b[H];
|
|
1483
|
+
Oo(E) ? sa(E) || O.push(E[2].toLowerCase() + E.slice(3)) : k.push(E);
|
|
1484
1484
|
}
|
|
1485
1485
|
k.length && K(
|
|
1486
1486
|
`Extraneous non-props attributes (${k.join(", ")}) were passed to component but could not be automatically inherited because component renders fragment or text root nodes.`
|
|
@@ -1633,7 +1633,7 @@ function Lt(e, t) {
|
|
|
1633
1633
|
return Pr(e, null, t);
|
|
1634
1634
|
}
|
|
1635
1635
|
const Xo = {};
|
|
1636
|
-
function
|
|
1636
|
+
function le(e, t, n) {
|
|
1637
1637
|
return V.NODE_ENV !== "production" && !xe(t) && K(
|
|
1638
1638
|
"`watch(fn, options?)` signature has been moved to a separate API. Use `watchEffect(fn, options?)` instead. `watch` now only supports `watch(source, cb, options?) signature."
|
|
1639
1639
|
), Pr(e, t, n);
|
|
@@ -1958,9 +1958,9 @@ function po(e, t, n, l) {
|
|
|
1958
1958
|
k = w || s, H = A || c, T = D || d;
|
|
1959
1959
|
else
|
|
1960
1960
|
return;
|
|
1961
|
-
let
|
|
1961
|
+
let E = !1;
|
|
1962
1962
|
const z = O[qo] = (j) => {
|
|
1963
|
-
|
|
1963
|
+
E || (E = !0, j ? N(T, [O]) : N(H, [O]), b.delayedLeave && b.delayedLeave(), O[qo] = void 0);
|
|
1964
1964
|
};
|
|
1965
1965
|
k ? S(k, [O, z]) : z();
|
|
1966
1966
|
},
|
|
@@ -1973,10 +1973,10 @@ function po(e, t, n, l) {
|
|
|
1973
1973
|
return k();
|
|
1974
1974
|
N(u, [O]);
|
|
1975
1975
|
let T = !1;
|
|
1976
|
-
const
|
|
1976
|
+
const E = O[On] = (z) => {
|
|
1977
1977
|
T || (T = !0, k(), z ? N(h, [O]) : N(m, [O]), O[On] = void 0, B[H] === e && delete B[H]);
|
|
1978
1978
|
};
|
|
1979
|
-
B[H] = e, v ? S(v, [O,
|
|
1979
|
+
B[H] = e, v ? S(v, [O, E]) : E();
|
|
1980
1980
|
},
|
|
1981
1981
|
clone(O) {
|
|
1982
1982
|
return po(O, t, n, l);
|
|
@@ -2337,90 +2337,90 @@ function Dg(e) {
|
|
|
2337
2337
|
expose: H,
|
|
2338
2338
|
inheritAttrs: T,
|
|
2339
2339
|
// assets
|
|
2340
|
-
components:
|
|
2340
|
+
components: E,
|
|
2341
2341
|
directives: z,
|
|
2342
2342
|
filters: j
|
|
2343
2343
|
} = t, ee = V.NODE_ENV !== "production" ? Pg() : null;
|
|
2344
2344
|
if (V.NODE_ENV !== "production") {
|
|
2345
|
-
const [
|
|
2346
|
-
if (
|
|
2347
|
-
for (const R in
|
|
2345
|
+
const [oe] = e.propsOptions;
|
|
2346
|
+
if (oe)
|
|
2347
|
+
for (const R in oe)
|
|
2348
2348
|
ee("Props", R);
|
|
2349
2349
|
}
|
|
2350
2350
|
if (c && kg(c, l, ee), i)
|
|
2351
|
-
for (const
|
|
2352
|
-
const R = i[
|
|
2353
|
-
xe(R) ? (V.NODE_ENV !== "production" ? Object.defineProperty(l,
|
|
2351
|
+
for (const oe in i) {
|
|
2352
|
+
const R = i[oe];
|
|
2353
|
+
xe(R) ? (V.NODE_ENV !== "production" ? Object.defineProperty(l, oe, {
|
|
2354
2354
|
value: R.bind(n),
|
|
2355
2355
|
configurable: !0,
|
|
2356
2356
|
enumerable: !0,
|
|
2357
2357
|
writable: !0
|
|
2358
|
-
}) : l[
|
|
2359
|
-
`Method "${
|
|
2358
|
+
}) : l[oe] = R.bind(n), V.NODE_ENV !== "production" && ee("Methods", oe)) : V.NODE_ENV !== "production" && K(
|
|
2359
|
+
`Method "${oe}" has type "${typeof R}" in the component definition. Did you reference the function correctly?`
|
|
2360
2360
|
);
|
|
2361
2361
|
}
|
|
2362
2362
|
if (o) {
|
|
2363
2363
|
V.NODE_ENV !== "production" && !xe(o) && K(
|
|
2364
2364
|
"The data option must be a function. Plain object usage is no longer supported."
|
|
2365
2365
|
);
|
|
2366
|
-
const
|
|
2367
|
-
if (V.NODE_ENV !== "production" && mr(
|
|
2366
|
+
const oe = o.call(n, n);
|
|
2367
|
+
if (V.NODE_ENV !== "production" && mr(oe) && K(
|
|
2368
2368
|
"data() returned a Promise - note data() cannot be async; If you intend to perform data fetching before component renders, use async setup() + <Suspense>."
|
|
2369
|
-
), !ke(
|
|
2369
|
+
), !ke(oe))
|
|
2370
2370
|
V.NODE_ENV !== "production" && K("data() should return an object.");
|
|
2371
|
-
else if (e.data = mt(
|
|
2372
|
-
for (const R in
|
|
2371
|
+
else if (e.data = mt(oe), V.NODE_ENV !== "production")
|
|
2372
|
+
for (const R in oe)
|
|
2373
2373
|
ee("Data", R), kr(R[0]) || Object.defineProperty(l, R, {
|
|
2374
2374
|
configurable: !0,
|
|
2375
2375
|
enumerable: !0,
|
|
2376
|
-
get: () =>
|
|
2376
|
+
get: () => oe[R],
|
|
2377
2377
|
set: Ke
|
|
2378
2378
|
});
|
|
2379
2379
|
}
|
|
2380
2380
|
if (Mi = !0, a)
|
|
2381
|
-
for (const
|
|
2382
|
-
const R = a[
|
|
2383
|
-
V.NODE_ENV !== "production" && Y === Ke && K(`Computed property "${
|
|
2381
|
+
for (const oe in a) {
|
|
2382
|
+
const R = a[oe], Y = xe(R) ? R.bind(n, n) : xe(R.get) ? R.get.bind(n, n) : Ke;
|
|
2383
|
+
V.NODE_ENV !== "production" && Y === Ke && K(`Computed property "${oe}" has no getter.`);
|
|
2384
2384
|
const G = !xe(R) && xe(R.set) ? R.set.bind(n) : V.NODE_ENV !== "production" ? () => {
|
|
2385
2385
|
K(
|
|
2386
|
-
`Write operation failed: computed property "${
|
|
2386
|
+
`Write operation failed: computed property "${oe}" is readonly.`
|
|
2387
2387
|
);
|
|
2388
2388
|
} : Ke, q = p({
|
|
2389
2389
|
get: Y,
|
|
2390
2390
|
set: G
|
|
2391
2391
|
});
|
|
2392
|
-
Object.defineProperty(l,
|
|
2392
|
+
Object.defineProperty(l, oe, {
|
|
2393
2393
|
enumerable: !0,
|
|
2394
2394
|
configurable: !0,
|
|
2395
2395
|
get: () => q.value,
|
|
2396
2396
|
set: ($) => q.value = $
|
|
2397
|
-
}), V.NODE_ENV !== "production" && ee("Computed",
|
|
2397
|
+
}), V.NODE_ENV !== "production" && ee("Computed", oe);
|
|
2398
2398
|
}
|
|
2399
2399
|
if (r)
|
|
2400
|
-
for (const
|
|
2401
|
-
md(r[
|
|
2400
|
+
for (const oe in r)
|
|
2401
|
+
md(r[oe], l, n, oe);
|
|
2402
2402
|
if (s) {
|
|
2403
|
-
const
|
|
2404
|
-
Reflect.ownKeys(
|
|
2405
|
-
ut(R,
|
|
2403
|
+
const oe = xe(s) ? s.call(n) : s;
|
|
2404
|
+
Reflect.ownKeys(oe).forEach((R) => {
|
|
2405
|
+
ut(R, oe[R]);
|
|
2406
2406
|
});
|
|
2407
2407
|
}
|
|
2408
2408
|
d && Ps(d, e, "c");
|
|
2409
|
-
function re(
|
|
2410
|
-
pe(R) ? R.forEach((Y) =>
|
|
2409
|
+
function re(oe, R) {
|
|
2410
|
+
pe(R) ? R.forEach((Y) => oe(Y.bind(n))) : R && oe(R.bind(n));
|
|
2411
2411
|
}
|
|
2412
2412
|
if (re(Fa, u), re(Tt, v), re(xg, m), re(cd, h), re(rd, g), re(sd, w), re(Sg, O), re(Vg, S), re(Cg, b), re(gt, D), re(dd, B), re(Eg, k), pe(H))
|
|
2413
2413
|
if (H.length) {
|
|
2414
|
-
const
|
|
2414
|
+
const oe = e.exposed || (e.exposed = {});
|
|
2415
2415
|
H.forEach((R) => {
|
|
2416
|
-
Object.defineProperty(
|
|
2416
|
+
Object.defineProperty(oe, R, {
|
|
2417
2417
|
get: () => n[R],
|
|
2418
2418
|
set: (Y) => n[R] = Y
|
|
2419
2419
|
});
|
|
2420
2420
|
});
|
|
2421
2421
|
} else
|
|
2422
2422
|
e.exposed || (e.exposed = {});
|
|
2423
|
-
N && e.render === Ke && (e.render = N), T != null && (e.inheritAttrs = T),
|
|
2423
|
+
N && e.render === Ke && (e.render = N), T != null && (e.inheritAttrs = T), E && (e.components = E), z && (e.directives = z);
|
|
2424
2424
|
}
|
|
2425
2425
|
function kg(e, t, n = Ke) {
|
|
2426
2426
|
pe(e) && (e = Ri(e));
|
|
@@ -2450,15 +2450,15 @@ function md(e, t, n, l) {
|
|
|
2450
2450
|
const o = l.includes(".") ? nd(n, l) : () => n[l];
|
|
2451
2451
|
if (ze(e)) {
|
|
2452
2452
|
const a = t[e];
|
|
2453
|
-
xe(a) ?
|
|
2453
|
+
xe(a) ? le(o, a) : V.NODE_ENV !== "production" && K(`Invalid watch handler specified by key "${e}"`, a);
|
|
2454
2454
|
} else if (xe(e))
|
|
2455
|
-
|
|
2455
|
+
le(o, e.bind(n));
|
|
2456
2456
|
else if (ke(e))
|
|
2457
2457
|
if (pe(e))
|
|
2458
2458
|
e.forEach((a) => md(a, t, n, l));
|
|
2459
2459
|
else {
|
|
2460
2460
|
const a = xe(e.handler) ? e.handler.bind(n) : t[e.handler];
|
|
2461
|
-
xe(a) ?
|
|
2461
|
+
xe(a) ? le(o, a, e) : V.NODE_ENV !== "production" && K(`Invalid watch handler specified by key "${e.handler}"`, a);
|
|
2462
2462
|
}
|
|
2463
2463
|
else
|
|
2464
2464
|
V.NODE_ENV !== "production" && K(`Invalid watch option: "${l}"`, e);
|
|
@@ -3085,8 +3085,8 @@ function Jg(e, t) {
|
|
|
3085
3085
|
if (y === C)
|
|
3086
3086
|
return;
|
|
3087
3087
|
y && !$n(y, C) && (W = nt(y), te(y, X, J, !0), y = null), C.patchFlag === -2 && (_ = !1, C.dynamicChildren = null);
|
|
3088
|
-
const { type:
|
|
3089
|
-
switch (
|
|
3088
|
+
const { type: x, ref: I, shapeFlag: M } = C;
|
|
3089
|
+
switch (x) {
|
|
3090
3090
|
case Gl:
|
|
3091
3091
|
w(y, C, F, W);
|
|
3092
3092
|
break;
|
|
@@ -3130,7 +3130,7 @@ function Jg(e, t) {
|
|
|
3130
3130
|
ne,
|
|
3131
3131
|
Q,
|
|
3132
3132
|
_
|
|
3133
|
-
) : M & 64 || M & 128 ?
|
|
3133
|
+
) : M & 64 || M & 128 ? x.process(
|
|
3134
3134
|
y,
|
|
3135
3135
|
C,
|
|
3136
3136
|
F,
|
|
@@ -3141,7 +3141,7 @@ function Jg(e, t) {
|
|
|
3141
3141
|
Q,
|
|
3142
3142
|
_,
|
|
3143
3143
|
It
|
|
3144
|
-
) : V.NODE_ENV !== "production" && K("Invalid VNode type:",
|
|
3144
|
+
) : V.NODE_ENV !== "production" && K("Invalid VNode type:", x, `(${typeof x})`);
|
|
3145
3145
|
}
|
|
3146
3146
|
I != null && X && Hi(I, y && y.ref, J, C || y, !C);
|
|
3147
3147
|
}, w = (y, C, F, W) => {
|
|
@@ -3211,7 +3211,7 @@ function Jg(e, t) {
|
|
|
3211
3211
|
_
|
|
3212
3212
|
);
|
|
3213
3213
|
}, b = (y, C, F, W, X, J, ne, Q) => {
|
|
3214
|
-
let _,
|
|
3214
|
+
let _, x;
|
|
3215
3215
|
const { props: I, shapeFlag: M, transition: ie, dirs: ye } = y;
|
|
3216
3216
|
if (_ = y.el = i(
|
|
3217
3217
|
y.type,
|
|
@@ -3240,7 +3240,7 @@ function Jg(e, t) {
|
|
|
3240
3240
|
X,
|
|
3241
3241
|
Se
|
|
3242
3242
|
);
|
|
3243
|
-
"value" in I && a(_, "value", null, I.value, J), (
|
|
3243
|
+
"value" in I && a(_, "value", null, I.value, J), (x = I.onVnodeBeforeMount) && Xt(x, W, y);
|
|
3244
3244
|
}
|
|
3245
3245
|
V.NODE_ENV !== "production" && (Object.defineProperty(_, "__vnode", {
|
|
3246
3246
|
value: y,
|
|
@@ -3250,8 +3250,8 @@ function Jg(e, t) {
|
|
|
3250
3250
|
enumerable: !1
|
|
3251
3251
|
})), ye && Wn(y, null, W, "beforeMount");
|
|
3252
3252
|
const de = _g(X, ie);
|
|
3253
|
-
de && ie.beforeEnter(_), l(_, C, F), ((
|
|
3254
|
-
|
|
3253
|
+
de && ie.beforeEnter(_), l(_, C, F), ((x = I && I.onVnodeMounted) || de || ye) && ht(() => {
|
|
3254
|
+
x && Xt(x, W, y), de && ie.enter(_), ye && Wn(y, null, W, "mounted");
|
|
3255
3255
|
}, X);
|
|
3256
3256
|
}, O = (y, C, F, W, X) => {
|
|
3257
3257
|
if (F && m(y, F), W)
|
|
@@ -3271,8 +3271,8 @@ function Jg(e, t) {
|
|
|
3271
3271
|
}
|
|
3272
3272
|
}
|
|
3273
3273
|
}, k = (y, C, F, W, X, J, ne, Q, _ = 0) => {
|
|
3274
|
-
for (let
|
|
3275
|
-
const I = y[
|
|
3274
|
+
for (let x = _; x < y.length; x++) {
|
|
3275
|
+
const I = y[x] = Q ? In(y[x]) : Bt(y[x]);
|
|
3276
3276
|
g(
|
|
3277
3277
|
null,
|
|
3278
3278
|
I,
|
|
@@ -3287,13 +3287,13 @@ function Jg(e, t) {
|
|
|
3287
3287
|
}
|
|
3288
3288
|
}, H = (y, C, F, W, X, J, ne) => {
|
|
3289
3289
|
const Q = C.el = y.el;
|
|
3290
|
-
let { patchFlag: _, dynamicChildren:
|
|
3290
|
+
let { patchFlag: _, dynamicChildren: x, dirs: I } = C;
|
|
3291
3291
|
_ |= y.patchFlag & 16;
|
|
3292
3292
|
const M = y.props || Te, ie = C.props || Te;
|
|
3293
3293
|
let ye;
|
|
3294
|
-
if (F && Xn(F, !1), (ye = ie.onVnodeBeforeUpdate) && Xt(ye, F, C, y), I && Wn(C, y, F, "beforeUpdate"), F && Xn(F, !0), V.NODE_ENV !== "production" && kn && (_ = 0, ne = !1,
|
|
3294
|
+
if (F && Xn(F, !1), (ye = ie.onVnodeBeforeUpdate) && Xt(ye, F, C, y), I && Wn(C, y, F, "beforeUpdate"), F && Xn(F, !0), V.NODE_ENV !== "production" && kn && (_ = 0, ne = !1, x = null), x ? (T(
|
|
3295
3295
|
y.dynamicChildren,
|
|
3296
|
-
|
|
3296
|
+
x,
|
|
3297
3297
|
Q,
|
|
3298
3298
|
F,
|
|
3299
3299
|
W,
|
|
@@ -3311,7 +3311,7 @@ function Jg(e, t) {
|
|
|
3311
3311
|
!1
|
|
3312
3312
|
), _ > 0) {
|
|
3313
3313
|
if (_ & 16)
|
|
3314
|
-
|
|
3314
|
+
E(
|
|
3315
3315
|
Q,
|
|
3316
3316
|
C,
|
|
3317
3317
|
M,
|
|
@@ -3339,7 +3339,7 @@ function Jg(e, t) {
|
|
|
3339
3339
|
}
|
|
3340
3340
|
_ & 1 && y.children !== C.children && d(Q, C.children);
|
|
3341
3341
|
} else
|
|
3342
|
-
!ne &&
|
|
3342
|
+
!ne && x == null && E(
|
|
3343
3343
|
Q,
|
|
3344
3344
|
C,
|
|
3345
3345
|
M,
|
|
@@ -3353,14 +3353,14 @@ function Jg(e, t) {
|
|
|
3353
3353
|
}, W);
|
|
3354
3354
|
}, T = (y, C, F, W, X, J, ne) => {
|
|
3355
3355
|
for (let Q = 0; Q < C.length; Q++) {
|
|
3356
|
-
const _ = y[Q],
|
|
3356
|
+
const _ = y[Q], x = C[Q], I = (
|
|
3357
3357
|
// oldVNode may be an errored async setup() component inside Suspense
|
|
3358
3358
|
// which will not have a mounted element
|
|
3359
3359
|
_.el && // - In the case of a Fragment, we need to provide the actual parent
|
|
3360
3360
|
// of the Fragment itself so it can move its children.
|
|
3361
3361
|
(_.type === Ce || // - In the case of different nodes, there is going to be a replacement
|
|
3362
3362
|
// which also requires the correct parent container
|
|
3363
|
-
!$n(_,
|
|
3363
|
+
!$n(_, x) || // - In the case of a component, it could contain anything.
|
|
3364
3364
|
_.shapeFlag & 70) ? u(_.el) : (
|
|
3365
3365
|
// In other cases, the parent container is not actually used so we
|
|
3366
3366
|
// just pass the block element here to avoid a DOM parentNode call.
|
|
@@ -3369,7 +3369,7 @@ function Jg(e, t) {
|
|
|
3369
3369
|
);
|
|
3370
3370
|
g(
|
|
3371
3371
|
_,
|
|
3372
|
-
|
|
3372
|
+
x,
|
|
3373
3373
|
I,
|
|
3374
3374
|
null,
|
|
3375
3375
|
W,
|
|
@@ -3379,7 +3379,7 @@ function Jg(e, t) {
|
|
|
3379
3379
|
!0
|
|
3380
3380
|
);
|
|
3381
3381
|
}
|
|
3382
|
-
},
|
|
3382
|
+
}, E = (y, C, F, W, X, J, ne) => {
|
|
3383
3383
|
if (F !== W) {
|
|
3384
3384
|
if (F !== Te)
|
|
3385
3385
|
for (const Q in F)
|
|
@@ -3397,11 +3397,11 @@ function Jg(e, t) {
|
|
|
3397
3397
|
for (const Q in W) {
|
|
3398
3398
|
if (ao(Q))
|
|
3399
3399
|
continue;
|
|
3400
|
-
const _ = W[Q],
|
|
3401
|
-
_ !==
|
|
3400
|
+
const _ = W[Q], x = F[Q];
|
|
3401
|
+
_ !== x && Q !== "value" && a(
|
|
3402
3402
|
y,
|
|
3403
3403
|
Q,
|
|
3404
|
-
|
|
3404
|
+
x,
|
|
3405
3405
|
_,
|
|
3406
3406
|
ne,
|
|
3407
3407
|
C.children,
|
|
@@ -3413,10 +3413,10 @@ function Jg(e, t) {
|
|
|
3413
3413
|
"value" in W && a(y, "value", F.value, W.value, ne);
|
|
3414
3414
|
}
|
|
3415
3415
|
}, z = (y, C, F, W, X, J, ne, Q, _) => {
|
|
3416
|
-
const
|
|
3416
|
+
const x = C.el = y ? y.el : r(""), I = C.anchor = y ? y.anchor : r("");
|
|
3417
3417
|
let { patchFlag: M, dynamicChildren: ie, slotScopeIds: ye } = C;
|
|
3418
3418
|
V.NODE_ENV !== "production" && // #5523 dev root fragment may inherit directives
|
|
3419
|
-
(kn || M & 2048) && (M = 0, _ = !1, ie = null), ye && (Q = Q ? Q.concat(ye) : ye), y == null ? (l(
|
|
3419
|
+
(kn || M & 2048) && (M = 0, _ = !1, ie = null), ye && (Q = Q ? Q.concat(ye) : ye), y == null ? (l(x, F, W), l(I, F, W), k(
|
|
3420
3420
|
// #10007
|
|
3421
3421
|
// such fragment like `<></>` will be compiled into
|
|
3422
3422
|
// a fragment which doesn't have a children.
|
|
@@ -3484,12 +3484,12 @@ function Jg(e, t) {
|
|
|
3484
3484
|
X
|
|
3485
3485
|
);
|
|
3486
3486
|
if (V.NODE_ENV !== "production" && Q.type.__hmrId && Qm(Q), V.NODE_ENV !== "production" && (ea(y), rn(Q, "mount")), Po(y) && (Q.ctx.renderer = It), V.NODE_ENV !== "production" && rn(Q, "init"), dh(Q), V.NODE_ENV !== "production" && sn(Q, "init"), Q.asyncDep) {
|
|
3487
|
-
if (X && X.registerDep(Q,
|
|
3487
|
+
if (X && X.registerDep(Q, oe), !y.el) {
|
|
3488
3488
|
const _ = Q.subTree = f(et);
|
|
3489
3489
|
A(null, _, C, F);
|
|
3490
3490
|
}
|
|
3491
3491
|
} else
|
|
3492
|
-
|
|
3492
|
+
oe(
|
|
3493
3493
|
Q,
|
|
3494
3494
|
y,
|
|
3495
3495
|
C,
|
|
@@ -3509,7 +3509,7 @@ function Jg(e, t) {
|
|
|
3509
3509
|
W.next = C, qm(W.update), W.effect.dirty = !0, W.update();
|
|
3510
3510
|
else
|
|
3511
3511
|
C.el = y.el, W.vnode = C;
|
|
3512
|
-
},
|
|
3512
|
+
}, oe = (y, C, F, W, X, J, ne) => {
|
|
3513
3513
|
const Q = () => {
|
|
3514
3514
|
if (y.isMounted) {
|
|
3515
3515
|
let { next: I, bu: M, u: ie, parent: ye, vnode: de } = y;
|
|
@@ -3586,23 +3586,23 @@ function Jg(e, t) {
|
|
|
3586
3586
|
}, _ = y.effect = new br(
|
|
3587
3587
|
Q,
|
|
3588
3588
|
Ke,
|
|
3589
|
-
() => za(
|
|
3589
|
+
() => za(x),
|
|
3590
3590
|
y.scope
|
|
3591
3591
|
// track it in component's effect scope
|
|
3592
|
-
),
|
|
3592
|
+
), x = y.update = () => {
|
|
3593
3593
|
_.dirty && _.run();
|
|
3594
3594
|
};
|
|
3595
|
-
|
|
3595
|
+
x.id = y.uid, Xn(y, !0), V.NODE_ENV !== "production" && (_.onTrack = y.rtc ? (I) => Sl(y.rtc, I) : void 0, _.onTrigger = y.rtg ? (I) => Sl(y.rtg, I) : void 0, x.ownerInstance = y), x();
|
|
3596
3596
|
}, R = (y, C, F) => {
|
|
3597
3597
|
C.component = y;
|
|
3598
3598
|
const W = y.vnode.props;
|
|
3599
3599
|
y.vnode = C, y.next = null, Lg(y, C.props, W, F), Qg(y, C.children, F), Bn(), Cs(y), Hn();
|
|
3600
3600
|
}, Y = (y, C, F, W, X, J, ne, Q, _ = !1) => {
|
|
3601
|
-
const
|
|
3601
|
+
const x = y && y.children, I = y ? y.shapeFlag : 0, M = C.children, { patchFlag: ie, shapeFlag: ye } = C;
|
|
3602
3602
|
if (ie > 0) {
|
|
3603
3603
|
if (ie & 128) {
|
|
3604
3604
|
q(
|
|
3605
|
-
|
|
3605
|
+
x,
|
|
3606
3606
|
M,
|
|
3607
3607
|
F,
|
|
3608
3608
|
W,
|
|
@@ -3615,7 +3615,7 @@ function Jg(e, t) {
|
|
|
3615
3615
|
return;
|
|
3616
3616
|
} else if (ie & 256) {
|
|
3617
3617
|
G(
|
|
3618
|
-
|
|
3618
|
+
x,
|
|
3619
3619
|
M,
|
|
3620
3620
|
F,
|
|
3621
3621
|
W,
|
|
@@ -3628,8 +3628,8 @@ function Jg(e, t) {
|
|
|
3628
3628
|
return;
|
|
3629
3629
|
}
|
|
3630
3630
|
}
|
|
3631
|
-
ye & 8 ? (I & 16 && Se(
|
|
3632
|
-
|
|
3631
|
+
ye & 8 ? (I & 16 && Se(x, X, J), M !== x && d(F, M)) : I & 16 ? ye & 16 ? q(
|
|
3632
|
+
x,
|
|
3633
3633
|
M,
|
|
3634
3634
|
F,
|
|
3635
3635
|
W,
|
|
@@ -3638,7 +3638,7 @@ function Jg(e, t) {
|
|
|
3638
3638
|
ne,
|
|
3639
3639
|
Q,
|
|
3640
3640
|
_
|
|
3641
|
-
) : Se(
|
|
3641
|
+
) : Se(x, X, J, !0) : (I & 8 && d(F, ""), ye & 16 && k(
|
|
3642
3642
|
M,
|
|
3643
3643
|
F,
|
|
3644
3644
|
W,
|
|
@@ -3650,7 +3650,7 @@ function Jg(e, t) {
|
|
|
3650
3650
|
));
|
|
3651
3651
|
}, G = (y, C, F, W, X, J, ne, Q, _) => {
|
|
3652
3652
|
y = y || Tl, C = C || Tl;
|
|
3653
|
-
const
|
|
3653
|
+
const x = y.length, I = C.length, M = Math.min(x, I);
|
|
3654
3654
|
let ie;
|
|
3655
3655
|
for (ie = 0; ie < M; ie++) {
|
|
3656
3656
|
const ye = C[ie] = _ ? In(C[ie]) : Bt(C[ie]);
|
|
@@ -3666,7 +3666,7 @@ function Jg(e, t) {
|
|
|
3666
3666
|
_
|
|
3667
3667
|
);
|
|
3668
3668
|
}
|
|
3669
|
-
|
|
3669
|
+
x > I ? Se(
|
|
3670
3670
|
y,
|
|
3671
3671
|
X,
|
|
3672
3672
|
J,
|
|
@@ -3685,11 +3685,11 @@ function Jg(e, t) {
|
|
|
3685
3685
|
M
|
|
3686
3686
|
);
|
|
3687
3687
|
}, q = (y, C, F, W, X, J, ne, Q, _) => {
|
|
3688
|
-
let
|
|
3688
|
+
let x = 0;
|
|
3689
3689
|
const I = C.length;
|
|
3690
3690
|
let M = y.length - 1, ie = I - 1;
|
|
3691
|
-
for (;
|
|
3692
|
-
const ye = y[
|
|
3691
|
+
for (; x <= M && x <= ie; ) {
|
|
3692
|
+
const ye = y[x], de = C[x] = _ ? In(C[x]) : Bt(C[x]);
|
|
3693
3693
|
if ($n(ye, de))
|
|
3694
3694
|
g(
|
|
3695
3695
|
ye,
|
|
@@ -3704,9 +3704,9 @@ function Jg(e, t) {
|
|
|
3704
3704
|
);
|
|
3705
3705
|
else
|
|
3706
3706
|
break;
|
|
3707
|
-
|
|
3707
|
+
x++;
|
|
3708
3708
|
}
|
|
3709
|
-
for (;
|
|
3709
|
+
for (; x <= M && x <= ie; ) {
|
|
3710
3710
|
const ye = y[M], de = C[ie] = _ ? In(C[ie]) : Bt(C[ie]);
|
|
3711
3711
|
if ($n(ye, de))
|
|
3712
3712
|
g(
|
|
@@ -3724,13 +3724,13 @@ function Jg(e, t) {
|
|
|
3724
3724
|
break;
|
|
3725
3725
|
M--, ie--;
|
|
3726
3726
|
}
|
|
3727
|
-
if (
|
|
3728
|
-
if (
|
|
3727
|
+
if (x > M) {
|
|
3728
|
+
if (x <= ie) {
|
|
3729
3729
|
const ye = ie + 1, de = ye < I ? C[ye].el : W;
|
|
3730
|
-
for (;
|
|
3730
|
+
for (; x <= ie; )
|
|
3731
3731
|
g(
|
|
3732
3732
|
null,
|
|
3733
|
-
C[
|
|
3733
|
+
C[x] = _ ? In(C[x]) : Bt(C[x]),
|
|
3734
3734
|
F,
|
|
3735
3735
|
de,
|
|
3736
3736
|
X,
|
|
@@ -3738,29 +3738,29 @@ function Jg(e, t) {
|
|
|
3738
3738
|
ne,
|
|
3739
3739
|
Q,
|
|
3740
3740
|
_
|
|
3741
|
-
),
|
|
3741
|
+
), x++;
|
|
3742
3742
|
}
|
|
3743
|
-
} else if (
|
|
3744
|
-
for (;
|
|
3745
|
-
te(y[
|
|
3743
|
+
} else if (x > ie)
|
|
3744
|
+
for (; x <= M; )
|
|
3745
|
+
te(y[x], X, J, !0), x++;
|
|
3746
3746
|
else {
|
|
3747
|
-
const ye =
|
|
3748
|
-
for (
|
|
3749
|
-
const dt = C[
|
|
3747
|
+
const ye = x, de = x, Pe = /* @__PURE__ */ new Map();
|
|
3748
|
+
for (x = de; x <= ie; x++) {
|
|
3749
|
+
const dt = C[x] = _ ? In(C[x]) : Bt(C[x]);
|
|
3750
3750
|
dt.key != null && (V.NODE_ENV !== "production" && Pe.has(dt.key) && K(
|
|
3751
3751
|
"Duplicate keys found during update:",
|
|
3752
3752
|
JSON.stringify(dt.key),
|
|
3753
3753
|
"Make sure keys are unique."
|
|
3754
|
-
), Pe.set(dt.key,
|
|
3754
|
+
), Pe.set(dt.key, x));
|
|
3755
3755
|
}
|
|
3756
3756
|
let Ye, lt = 0;
|
|
3757
3757
|
const Rt = ie - de + 1;
|
|
3758
3758
|
let bl = !1, fs = 0;
|
|
3759
3759
|
const Ql = new Array(Rt);
|
|
3760
|
-
for (
|
|
3761
|
-
Ql[
|
|
3762
|
-
for (
|
|
3763
|
-
const dt = y[
|
|
3760
|
+
for (x = 0; x < Rt; x++)
|
|
3761
|
+
Ql[x] = 0;
|
|
3762
|
+
for (x = ye; x <= M; x++) {
|
|
3763
|
+
const dt = y[x];
|
|
3764
3764
|
if (lt >= Rt) {
|
|
3765
3765
|
te(dt, X, J, !0);
|
|
3766
3766
|
continue;
|
|
@@ -3774,7 +3774,7 @@ function Jg(e, t) {
|
|
|
3774
3774
|
Wt = Ye;
|
|
3775
3775
|
break;
|
|
3776
3776
|
}
|
|
3777
|
-
Wt === void 0 ? te(dt, X, J, !0) : (Ql[Wt - de] =
|
|
3777
|
+
Wt === void 0 ? te(dt, X, J, !0) : (Ql[Wt - de] = x + 1, Wt >= fs ? fs = Wt : bl = !0, g(
|
|
3778
3778
|
dt,
|
|
3779
3779
|
C[Wt],
|
|
3780
3780
|
F,
|
|
@@ -3787,9 +3787,9 @@ function Jg(e, t) {
|
|
|
3787
3787
|
), lt++);
|
|
3788
3788
|
}
|
|
3789
3789
|
const vs = bl ? $g(Ql) : Tl;
|
|
3790
|
-
for (Ye = vs.length - 1,
|
|
3791
|
-
const dt = de +
|
|
3792
|
-
Ql[
|
|
3790
|
+
for (Ye = vs.length - 1, x = Rt - 1; x >= 0; x--) {
|
|
3791
|
+
const dt = de + x, Wt = C[dt], ms = dt + 1 < I ? C[dt + 1].el : W;
|
|
3792
|
+
Ql[x] === 0 ? g(
|
|
3793
3793
|
null,
|
|
3794
3794
|
Wt,
|
|
3795
3795
|
F,
|
|
@@ -3799,20 +3799,20 @@ function Jg(e, t) {
|
|
|
3799
3799
|
ne,
|
|
3800
3800
|
Q,
|
|
3801
3801
|
_
|
|
3802
|
-
) : bl && (Ye < 0 ||
|
|
3802
|
+
) : bl && (Ye < 0 || x !== vs[Ye] ? $(Wt, F, ms, 2) : Ye--);
|
|
3803
3803
|
}
|
|
3804
3804
|
}
|
|
3805
3805
|
}, $ = (y, C, F, W, X = null) => {
|
|
3806
|
-
const { el: J, type: ne, transition: Q, children: _, shapeFlag:
|
|
3807
|
-
if (
|
|
3806
|
+
const { el: J, type: ne, transition: Q, children: _, shapeFlag: x } = y;
|
|
3807
|
+
if (x & 6) {
|
|
3808
3808
|
$(y.component.subTree, C, F, W);
|
|
3809
3809
|
return;
|
|
3810
3810
|
}
|
|
3811
|
-
if (
|
|
3811
|
+
if (x & 128) {
|
|
3812
3812
|
y.suspense.move(C, F, W);
|
|
3813
3813
|
return;
|
|
3814
3814
|
}
|
|
3815
|
-
if (
|
|
3815
|
+
if (x & 64) {
|
|
3816
3816
|
ne.move(y, C, F, It);
|
|
3817
3817
|
return;
|
|
3818
3818
|
}
|
|
@@ -3827,7 +3827,7 @@ function Jg(e, t) {
|
|
|
3827
3827
|
B(y, C, F);
|
|
3828
3828
|
return;
|
|
3829
3829
|
}
|
|
3830
|
-
if (W !== 2 &&
|
|
3830
|
+
if (W !== 2 && x & 1 && Q)
|
|
3831
3831
|
if (W === 0)
|
|
3832
3832
|
Q.beforeEnter(J), l(J, C, F), ht(() => Q.enter(J), X);
|
|
3833
3833
|
else {
|
|
@@ -3846,7 +3846,7 @@ function Jg(e, t) {
|
|
|
3846
3846
|
props: ne,
|
|
3847
3847
|
ref: Q,
|
|
3848
3848
|
children: _,
|
|
3849
|
-
dynamicChildren:
|
|
3849
|
+
dynamicChildren: x,
|
|
3850
3850
|
shapeFlag: I,
|
|
3851
3851
|
patchFlag: M,
|
|
3852
3852
|
dirs: ie
|
|
@@ -3858,7 +3858,7 @@ function Jg(e, t) {
|
|
|
3858
3858
|
const ye = I & 1 && ie, de = !ro(y);
|
|
3859
3859
|
let Pe;
|
|
3860
3860
|
if (de && (Pe = ne && ne.onVnodeBeforeUnmount) && Xt(Pe, C, y), I & 6)
|
|
3861
|
-
|
|
3861
|
+
ae(y.component, F, W);
|
|
3862
3862
|
else {
|
|
3863
3863
|
if (I & 128) {
|
|
3864
3864
|
y.suspense.unmount(F, W);
|
|
@@ -3871,9 +3871,9 @@ function Jg(e, t) {
|
|
|
3871
3871
|
X,
|
|
3872
3872
|
It,
|
|
3873
3873
|
W
|
|
3874
|
-
) :
|
|
3874
|
+
) : x && // #1153: fast path should not be taken for non-stable (v-for) fragments
|
|
3875
3875
|
(J !== Ce || M > 0 && M & 64) ? Se(
|
|
3876
|
-
|
|
3876
|
+
x,
|
|
3877
3877
|
C,
|
|
3878
3878
|
F,
|
|
3879
3879
|
!1,
|
|
@@ -3908,7 +3908,7 @@ function Jg(e, t) {
|
|
|
3908
3908
|
for (; y !== C; )
|
|
3909
3909
|
F = v(y), o(y), y = F;
|
|
3910
3910
|
o(C);
|
|
3911
|
-
},
|
|
3911
|
+
}, ae = (y, C, F) => {
|
|
3912
3912
|
V.NODE_ENV !== "production" && y.type.__hmrId && Km(y);
|
|
3913
3913
|
const { bum: W, scope: X, update: J, subTree: ne, um: Q } = y;
|
|
3914
3914
|
W && Sl(W), X.stop(), J && (J.active = !1, te(ne, y, C, F)), Q && ht(Q, C), ht(() => {
|
|
@@ -4932,8 +4932,8 @@ const kd = {
|
|
|
4932
4932
|
}, qs = (e) => e ? pe(e) ? e.some((t) => t.length > 1) : e.length > 1 : !1;
|
|
4933
4933
|
function Td(e) {
|
|
4934
4934
|
const t = {};
|
|
4935
|
-
for (const
|
|
4936
|
-
|
|
4935
|
+
for (const E in e)
|
|
4936
|
+
E in kd || (t[E] = e[E]);
|
|
4937
4937
|
if (e.css === !1)
|
|
4938
4938
|
return t;
|
|
4939
4939
|
const {
|
|
@@ -4958,40 +4958,40 @@ function Td(e) {
|
|
|
4958
4958
|
onBeforeAppear: S = A,
|
|
4959
4959
|
onAppear: b = D,
|
|
4960
4960
|
onAppearCancelled: O = P
|
|
4961
|
-
} = t, k = (
|
|
4962
|
-
Vn(
|
|
4963
|
-
}, H = (
|
|
4964
|
-
|
|
4965
|
-
}, T = (
|
|
4966
|
-
const ee =
|
|
4961
|
+
} = t, k = (E, z, j) => {
|
|
4962
|
+
Vn(E, z ? d : r), Vn(E, z ? c : i), j && j();
|
|
4963
|
+
}, H = (E, z) => {
|
|
4964
|
+
E._isLeaving = !1, Vn(E, u), Vn(E, m), Vn(E, v), z && z();
|
|
4965
|
+
}, T = (E) => (z, j) => {
|
|
4966
|
+
const ee = E ? b : D, re = () => k(z, E, j);
|
|
4967
4967
|
qn(ee, [z, re]), Zs(() => {
|
|
4968
|
-
Vn(z,
|
|
4968
|
+
Vn(z, E ? s : a), un(z, E ? d : r), qs(ee) || Qs(z, l, g, re);
|
|
4969
4969
|
});
|
|
4970
4970
|
};
|
|
4971
4971
|
return Fe(t, {
|
|
4972
|
-
onBeforeEnter(
|
|
4973
|
-
qn(A, [
|
|
4972
|
+
onBeforeEnter(E) {
|
|
4973
|
+
qn(A, [E]), un(E, a), un(E, i);
|
|
4974
4974
|
},
|
|
4975
|
-
onBeforeAppear(
|
|
4976
|
-
qn(S, [
|
|
4975
|
+
onBeforeAppear(E) {
|
|
4976
|
+
qn(S, [E]), un(E, s), un(E, c);
|
|
4977
4977
|
},
|
|
4978
4978
|
onEnter: T(!1),
|
|
4979
4979
|
onAppear: T(!0),
|
|
4980
|
-
onLeave(
|
|
4981
|
-
|
|
4982
|
-
const j = () => H(
|
|
4983
|
-
un(
|
|
4984
|
-
|
|
4985
|
-
}), qn(B, [
|
|
4980
|
+
onLeave(E, z) {
|
|
4981
|
+
E._isLeaving = !0;
|
|
4982
|
+
const j = () => H(E, z);
|
|
4983
|
+
un(E, u), Rd(), un(E, v), Zs(() => {
|
|
4984
|
+
E._isLeaving && (Vn(E, u), un(E, m), qs(B) || Qs(E, l, w, j));
|
|
4985
|
+
}), qn(B, [E, j]);
|
|
4986
4986
|
},
|
|
4987
|
-
onEnterCancelled(
|
|
4988
|
-
k(
|
|
4987
|
+
onEnterCancelled(E) {
|
|
4988
|
+
k(E, !1), qn(P, [E]);
|
|
4989
4989
|
},
|
|
4990
|
-
onAppearCancelled(
|
|
4991
|
-
k(
|
|
4990
|
+
onAppearCancelled(E) {
|
|
4991
|
+
k(E, !0), qn(O, [E]);
|
|
4992
4992
|
},
|
|
4993
|
-
onLeaveCancelled(
|
|
4994
|
-
H(
|
|
4993
|
+
onLeaveCancelled(E) {
|
|
4994
|
+
H(E), qn(N, [E]);
|
|
4995
4995
|
}
|
|
4996
4996
|
});
|
|
4997
4997
|
}
|
|
@@ -5480,7 +5480,7 @@ function Ut(e, t) {
|
|
|
5480
5480
|
n?.stop(), l();
|
|
5481
5481
|
}) : t());
|
|
5482
5482
|
}
|
|
5483
|
-
|
|
5483
|
+
le(e, (o) => {
|
|
5484
5484
|
o && !n ? l() : o || (n?.stop(), n = void 0);
|
|
5485
5485
|
}, {
|
|
5486
5486
|
immediate: !0
|
|
@@ -6411,7 +6411,7 @@ function He(e, t, n) {
|
|
|
6411
6411
|
let l = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : (u) => u, o = arguments.length > 4 && arguments[4] !== void 0 ? arguments[4] : (u) => u;
|
|
6412
6412
|
const a = tt("useProxiedModel"), i = Z(e[t] !== void 0 ? e[t] : n), r = cl(t), c = p(r !== t ? () => (e[t], !!((a.vnode.props?.hasOwnProperty(t) || a.vnode.props?.hasOwnProperty(r)) && (a.vnode.props?.hasOwnProperty(`onUpdate:${t}`) || a.vnode.props?.hasOwnProperty(`onUpdate:${r}`)))) : () => (e[t], !!(a.vnode.props?.hasOwnProperty(t) && a.vnode.props?.hasOwnProperty(`onUpdate:${t}`))));
|
|
6413
6413
|
Ut(() => !c.value, () => {
|
|
6414
|
-
|
|
6414
|
+
le(() => e[t], (u) => {
|
|
6415
6415
|
i.value = u;
|
|
6416
6416
|
});
|
|
6417
6417
|
});
|
|
@@ -6543,7 +6543,7 @@ function sf(e, t) {
|
|
|
6543
6543
|
}
|
|
6544
6544
|
function hi(e, t, n) {
|
|
6545
6545
|
const l = He(e, t, e[t] ?? n.value);
|
|
6546
|
-
return l.value = e[t] ?? n.value,
|
|
6546
|
+
return l.value = e[t] ?? n.value, le(n, (o) => {
|
|
6547
6547
|
e[t] == null && (l.value = n.value);
|
|
6548
6548
|
}), l;
|
|
6549
6549
|
}
|
|
@@ -7268,7 +7268,7 @@ function jy(e, t) {
|
|
|
7268
7268
|
locale: e.locale[t.current.value] ?? t.current.value,
|
|
7269
7269
|
formats: e.formats
|
|
7270
7270
|
}) : e.adapter);
|
|
7271
|
-
return
|
|
7271
|
+
return le(t.current, (l) => {
|
|
7272
7272
|
n.locale = e.locale[l] ?? l ?? n.locale;
|
|
7273
7273
|
}), n;
|
|
7274
7274
|
}
|
|
@@ -7720,7 +7720,7 @@ function $y(e) {
|
|
|
7720
7720
|
if (u)
|
|
7721
7721
|
if (u.push) {
|
|
7722
7722
|
const v = u.push(r);
|
|
7723
|
-
Me &&
|
|
7723
|
+
Me && le(i, () => {
|
|
7724
7724
|
v.patch(r);
|
|
7725
7725
|
});
|
|
7726
7726
|
} else
|
|
@@ -7733,7 +7733,7 @@ function $y(e) {
|
|
|
7733
7733
|
}
|
|
7734
7734
|
v && (v.innerHTML = i.value);
|
|
7735
7735
|
}, v = Me ? document.getElementById("vuetify-theme-stylesheet") : null;
|
|
7736
|
-
Me ?
|
|
7736
|
+
Me ? le(i, m, {
|
|
7737
7737
|
immediate: !0
|
|
7738
7738
|
}) : m();
|
|
7739
7739
|
}
|
|
@@ -7794,7 +7794,7 @@ function Fl(e) {
|
|
|
7794
7794
|
});
|
|
7795
7795
|
gt(() => {
|
|
7796
7796
|
o.disconnect();
|
|
7797
|
-
}),
|
|
7797
|
+
}), le(n, (a, i) => {
|
|
7798
7798
|
i && (o.unobserve(ba(i)), l.value = void 0), a && o.observe(ba(a));
|
|
7799
7799
|
}, {
|
|
7800
7800
|
flush: "post"
|
|
@@ -7883,12 +7883,12 @@ function ob(e) {
|
|
|
7883
7883
|
const [k, H] = O.split(":");
|
|
7884
7884
|
if (!l.value.includes(k) || !l.value.includes(H))
|
|
7885
7885
|
continue;
|
|
7886
|
-
const T = o.get(k),
|
|
7887
|
-
!T || !
|
|
7886
|
+
const T = o.get(k), E = o.get(H), z = a.get(k), j = a.get(H);
|
|
7887
|
+
!T || !E || !z || !j || (S.set(H, {
|
|
7888
7888
|
position: T.value,
|
|
7889
7889
|
amount: parseInt(z.value, 10)
|
|
7890
7890
|
}), S.set(k, {
|
|
7891
|
-
position:
|
|
7891
|
+
position: E.value,
|
|
7892
7892
|
amount: -parseInt(j.value, 10)
|
|
7893
7893
|
}));
|
|
7894
7894
|
}
|
|
@@ -7931,14 +7931,14 @@ function ob(e) {
|
|
|
7931
7931
|
order: k,
|
|
7932
7932
|
position: H,
|
|
7933
7933
|
layoutSize: T,
|
|
7934
|
-
elementSize:
|
|
7934
|
+
elementSize: E,
|
|
7935
7935
|
active: z,
|
|
7936
7936
|
disableTransitions: j,
|
|
7937
7937
|
absolute: ee
|
|
7938
7938
|
} = b;
|
|
7939
7939
|
i.set(O, k), o.set(O, H), a.set(O, T), r.set(O, z), j && s.set(O, j);
|
|
7940
|
-
const
|
|
7941
|
-
|
|
7940
|
+
const oe = vo(pf, D?.vnode).indexOf(S);
|
|
7941
|
+
oe > -1 ? l.value.splice(oe, 0, O) : l.value.push(O);
|
|
7942
7942
|
const R = p(() => w.value.findIndex(($) => $.id === O)), Y = p(() => n.value + v.value.length * 2 - R.value * 2), G = p(() => {
|
|
7943
7943
|
const $ = H.value === "left" || H.value === "right", te = H.value === "right", ue = H.value === "bottom", Ee = {
|
|
7944
7944
|
[H.value]: 0,
|
|
@@ -7951,18 +7951,18 @@ function ob(e) {
|
|
|
7951
7951
|
};
|
|
7952
7952
|
if (!P.value)
|
|
7953
7953
|
return Ee;
|
|
7954
|
-
const
|
|
7955
|
-
if (!
|
|
7954
|
+
const ae = w.value[R.value];
|
|
7955
|
+
if (!ae)
|
|
7956
7956
|
throw new Error(`[Vuetify] Could not find layout item "${O}"`);
|
|
7957
7957
|
const Se = u.value.get(O);
|
|
7958
|
-
return Se && (
|
|
7958
|
+
return Se && (ae[Se.position] += Se.amount), {
|
|
7959
7959
|
...Ee,
|
|
7960
|
-
height: $ ? `calc(100% - ${
|
|
7961
|
-
left: te ? void 0 : `${
|
|
7962
|
-
right: te ? `${
|
|
7963
|
-
top: H.value !== "bottom" ? `${
|
|
7964
|
-
bottom: H.value !== "top" ? `${
|
|
7965
|
-
width: $ ?
|
|
7960
|
+
height: $ ? `calc(100% - ${ae.top}px - ${ae.bottom}px)` : E.value ? `${E.value}px` : void 0,
|
|
7961
|
+
left: te ? void 0 : `${ae.left}px`,
|
|
7962
|
+
right: te ? `${ae.right}px` : void 0,
|
|
7963
|
+
top: H.value !== "bottom" ? `${ae.top}px` : void 0,
|
|
7964
|
+
bottom: H.value !== "top" ? `${ae.bottom}px` : void 0,
|
|
7965
|
+
width: $ ? E.value ? `${E.value}px` : void 0 : `calc(100% - ${ae.left}px - ${ae.right}px)`
|
|
7966
7966
|
};
|
|
7967
7967
|
}), q = p(() => ({
|
|
7968
7968
|
zIndex: Y.value - 1
|
|
@@ -8167,7 +8167,7 @@ function Qr(e, t) {
|
|
|
8167
8167
|
a.unregister(o);
|
|
8168
8168
|
});
|
|
8169
8169
|
const s = p(() => a.isSelected(o)), c = p(() => s.value && [a.selectedClass.value, e.selectedClass]);
|
|
8170
|
-
return
|
|
8170
|
+
return le(s, (d) => {
|
|
8171
8171
|
l.emit("group:selected", {
|
|
8172
8172
|
value: d
|
|
8173
8173
|
});
|
|
@@ -8580,7 +8580,7 @@ const Ur = wf("expand-transition", xf()), Cf = wf("expand-x-transition", xf("",
|
|
|
8580
8580
|
}, "lazy");
|
|
8581
8581
|
function Vf(e, t) {
|
|
8582
8582
|
const n = he(!1), l = p(() => n.value || e.eager || t.value);
|
|
8583
|
-
|
|
8583
|
+
le(t, () => n.value = !0);
|
|
8584
8584
|
function o() {
|
|
8585
8585
|
e.eager || (n.value = !1);
|
|
8586
8586
|
}
|
|
@@ -9584,13 +9584,13 @@ const Ub = {
|
|
|
9584
9584
|
lazySrc: e.lazySrc,
|
|
9585
9585
|
aspect: Number(e.aspectRatio || 0)
|
|
9586
9586
|
}), h = p(() => m.value.aspect || u.value / v.value || 0);
|
|
9587
|
-
|
|
9587
|
+
le(() => e.src, () => {
|
|
9588
9588
|
g(d.value !== "idle");
|
|
9589
|
-
}),
|
|
9590
|
-
!
|
|
9589
|
+
}), le(h, (E, z) => {
|
|
9590
|
+
!E && z && c.value && B(c.value);
|
|
9591
9591
|
}), Fa(() => g());
|
|
9592
|
-
function g(
|
|
9593
|
-
if (!(e.eager &&
|
|
9592
|
+
function g(E) {
|
|
9593
|
+
if (!(e.eager && E) && !(Br && !E && !e.eager)) {
|
|
9594
9594
|
if (d.value = "loading", m.value.lazySrc) {
|
|
9595
9595
|
const z = new Image();
|
|
9596
9596
|
z.src = m.value.lazySrc, B(z, null);
|
|
@@ -9615,14 +9615,14 @@ const Ub = {
|
|
|
9615
9615
|
r.isUnmounted || (d.value = "error", n("error", c.value?.currentSrc || m.value.src));
|
|
9616
9616
|
}
|
|
9617
9617
|
function D() {
|
|
9618
|
-
const
|
|
9619
|
-
|
|
9618
|
+
const E = c.value;
|
|
9619
|
+
E && (s.value = E.currentSrc || E.src);
|
|
9620
9620
|
}
|
|
9621
9621
|
let P = -1;
|
|
9622
9622
|
gt(() => {
|
|
9623
9623
|
clearTimeout(P);
|
|
9624
9624
|
});
|
|
9625
|
-
function B(
|
|
9625
|
+
function B(E) {
|
|
9626
9626
|
let z = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : 100;
|
|
9627
9627
|
const j = () => {
|
|
9628
9628
|
if (clearTimeout(P), r.isUnmounted)
|
|
@@ -9630,8 +9630,8 @@ const Ub = {
|
|
|
9630
9630
|
const {
|
|
9631
9631
|
naturalHeight: ee,
|
|
9632
9632
|
naturalWidth: re
|
|
9633
|
-
} =
|
|
9634
|
-
ee || re ? (u.value = re, v.value = ee) : !
|
|
9633
|
+
} = E;
|
|
9634
|
+
ee || re ? (u.value = re, v.value = ee) : !E.complete && d.value === "loading" && z != null ? P = window.setTimeout(j, z) : (E.currentSrc.endsWith(".svg") || E.currentSrc.startsWith("data:image/svg+xml")) && (u.value = 1, v.value = 1);
|
|
9635
9635
|
};
|
|
9636
9636
|
j();
|
|
9637
9637
|
}
|
|
@@ -9641,7 +9641,7 @@ const Ub = {
|
|
|
9641
9641
|
})), S = () => {
|
|
9642
9642
|
if (!m.value.src || d.value === "idle")
|
|
9643
9643
|
return null;
|
|
9644
|
-
const
|
|
9644
|
+
const E = f("img", {
|
|
9645
9645
|
class: ["v-img__img", N.value],
|
|
9646
9646
|
style: {
|
|
9647
9647
|
objectPosition: e.position
|
|
@@ -9663,7 +9663,7 @@ const Ub = {
|
|
|
9663
9663
|
}, {
|
|
9664
9664
|
default: () => [qe(z ? f("picture", {
|
|
9665
9665
|
class: "v-img__picture"
|
|
9666
|
-
}, [z,
|
|
9666
|
+
}, [z, E]) : E, [[Yt, d.value === "loaded"]])]
|
|
9667
9667
|
});
|
|
9668
9668
|
}, b = () => f(Pn, {
|
|
9669
9669
|
transition: e.transition
|
|
@@ -9700,16 +9700,16 @@ const Ub = {
|
|
|
9700
9700
|
}
|
|
9701
9701
|
}, null) : null, T = he(!1);
|
|
9702
9702
|
{
|
|
9703
|
-
const
|
|
9703
|
+
const E = le(h, (z) => {
|
|
9704
9704
|
z && (requestAnimationFrame(() => {
|
|
9705
9705
|
requestAnimationFrame(() => {
|
|
9706
9706
|
T.value = !0;
|
|
9707
9707
|
});
|
|
9708
|
-
}),
|
|
9708
|
+
}), E());
|
|
9709
9709
|
});
|
|
9710
9710
|
}
|
|
9711
9711
|
return we(() => {
|
|
9712
|
-
const
|
|
9712
|
+
const E = Uu.filterProps(e);
|
|
9713
9713
|
return qe(f(Uu, ve({
|
|
9714
9714
|
class: ["v-img", {
|
|
9715
9715
|
"v-img--booting": !T.value
|
|
@@ -9717,7 +9717,7 @@ const Ub = {
|
|
|
9717
9717
|
style: [{
|
|
9718
9718
|
width: ge(e.width === "auto" ? u.value : e.width)
|
|
9719
9719
|
}, a.value, e.style]
|
|
9720
|
-
},
|
|
9720
|
+
}, E, {
|
|
9721
9721
|
aspectRatio: h.value,
|
|
9722
9722
|
"aria-label": e.alt,
|
|
9723
9723
|
role: e.alt ? "img" : void 0
|
|
@@ -9968,7 +9968,7 @@ function Qf(e, t) {
|
|
|
9968
9968
|
}, t);
|
|
9969
9969
|
gt(() => {
|
|
9970
9970
|
o.disconnect();
|
|
9971
|
-
}),
|
|
9971
|
+
}), le(n, (a, i) => {
|
|
9972
9972
|
i && (o.unobserve(i), l.value = !1), a && o.observe(a);
|
|
9973
9973
|
}, {
|
|
9974
9974
|
flush: "post"
|
|
@@ -10096,9 +10096,9 @@ const l0 = U({
|
|
|
10096
10096
|
const {
|
|
10097
10097
|
left: H,
|
|
10098
10098
|
right: T,
|
|
10099
|
-
width:
|
|
10100
|
-
} = g.value.getBoundingClientRect(), z = N.value ?
|
|
10101
|
-
l.value = Math.round(z /
|
|
10099
|
+
width: E
|
|
10100
|
+
} = g.value.getBoundingClientRect(), z = N.value ? E - k.clientX + (T - E) : k.clientX - H;
|
|
10101
|
+
l.value = Math.round(z / E * A.value);
|
|
10102
10102
|
}
|
|
10103
10103
|
return we(() => f(e.tag, {
|
|
10104
10104
|
ref: g,
|
|
@@ -10540,20 +10540,20 @@ function v0(e) {
|
|
|
10540
10540
|
}), Tt(async () => {
|
|
10541
10541
|
v.value.lazy || await P(!0), a?.update(w.value, m.value, u.value);
|
|
10542
10542
|
}), Ut(() => v.value.input, () => {
|
|
10543
|
-
|
|
10543
|
+
le(o, () => {
|
|
10544
10544
|
if (o.value != null)
|
|
10545
10545
|
P();
|
|
10546
10546
|
else if (e.focused) {
|
|
10547
|
-
const B =
|
|
10547
|
+
const B = le(() => e.focused, (N) => {
|
|
10548
10548
|
N || P(), B();
|
|
10549
10549
|
});
|
|
10550
10550
|
}
|
|
10551
10551
|
});
|
|
10552
10552
|
}), Ut(() => v.value.blur, () => {
|
|
10553
|
-
|
|
10553
|
+
le(() => e.focused, (B) => {
|
|
10554
10554
|
B || P();
|
|
10555
10555
|
});
|
|
10556
|
-
}),
|
|
10556
|
+
}), le([m, u], () => {
|
|
10557
10557
|
a?.update(w.value, m.value, u.value);
|
|
10558
10558
|
});
|
|
10559
10559
|
async function A() {
|
|
@@ -10830,70 +10830,70 @@ const tv = U({
|
|
|
10830
10830
|
decimals: h,
|
|
10831
10831
|
roundValue: g
|
|
10832
10832
|
} = n, w = p(() => parseInt(t.thumbSize, 10)), A = p(() => parseInt(t.tickSize, 10)), D = p(() => parseInt(t.trackSize, 10)), P = p(() => (v.value - u.value) / m.value), B = se(t, "disabled"), N = p(() => t.error || t.disabled ? void 0 : t.thumbColor ?? t.color), S = p(() => t.error || t.disabled ? void 0 : t.trackColor ?? t.color), b = p(() => t.error || t.disabled ? void 0 : t.trackFillColor ?? t.color), O = he(!1), k = he(0), H = Z(), T = Z();
|
|
10833
|
-
function
|
|
10833
|
+
function E(ae) {
|
|
10834
10834
|
const Se = t.direction === "vertical", nt = Se ? "top" : "left", je = Se ? "height" : "width", xn = Se ? "clientY" : "clientX", {
|
|
10835
10835
|
[nt]: It,
|
|
10836
10836
|
[je]: Yn
|
|
10837
|
-
} = H.value?.$el.getBoundingClientRect(), Gn = g0(
|
|
10837
|
+
} = H.value?.$el.getBoundingClientRect(), Gn = g0(ae, xn);
|
|
10838
10838
|
let y = Math.min(Math.max((Gn - It - k.value) / Yn, 0), 1) || 0;
|
|
10839
10839
|
return (Se ? d.value : d.value !== r.value) && (y = 1 - y), g(u.value + y * (v.value - u.value));
|
|
10840
10840
|
}
|
|
10841
|
-
const z = (
|
|
10841
|
+
const z = (ae) => {
|
|
10842
10842
|
a({
|
|
10843
|
-
value:
|
|
10843
|
+
value: E(ae)
|
|
10844
10844
|
}), O.value = !1, k.value = 0;
|
|
10845
|
-
}, j = (
|
|
10846
|
-
T.value = i(
|
|
10847
|
-
value:
|
|
10845
|
+
}, j = (ae) => {
|
|
10846
|
+
T.value = i(ae), T.value && (T.value.focus(), O.value = !0, T.value.contains(ae.target) ? k.value = or(ae, T.value, t.direction) : (k.value = 0, o({
|
|
10847
|
+
value: E(ae)
|
|
10848
10848
|
})), l({
|
|
10849
|
-
value:
|
|
10849
|
+
value: E(ae)
|
|
10850
10850
|
}));
|
|
10851
10851
|
}, ee = {
|
|
10852
10852
|
passive: !0,
|
|
10853
10853
|
capture: !0
|
|
10854
10854
|
};
|
|
10855
|
-
function re(
|
|
10855
|
+
function re(ae) {
|
|
10856
10856
|
o({
|
|
10857
|
-
value:
|
|
10857
|
+
value: E(ae)
|
|
10858
10858
|
});
|
|
10859
10859
|
}
|
|
10860
|
-
function
|
|
10861
|
-
|
|
10860
|
+
function oe(ae) {
|
|
10861
|
+
ae.stopPropagation(), ae.preventDefault(), z(ae), window.removeEventListener("mousemove", re, ee), window.removeEventListener("mouseup", oe);
|
|
10862
10862
|
}
|
|
10863
|
-
function R(
|
|
10864
|
-
z(
|
|
10863
|
+
function R(ae) {
|
|
10864
|
+
z(ae), window.removeEventListener("touchmove", re, ee), ae.target?.removeEventListener("touchend", R);
|
|
10865
10865
|
}
|
|
10866
|
-
function Y(
|
|
10867
|
-
j(
|
|
10866
|
+
function Y(ae) {
|
|
10867
|
+
j(ae), window.addEventListener("touchmove", re, ee), ae.target?.addEventListener("touchend", R, {
|
|
10868
10868
|
passive: !1
|
|
10869
10869
|
});
|
|
10870
10870
|
}
|
|
10871
|
-
function G(
|
|
10872
|
-
|
|
10871
|
+
function G(ae) {
|
|
10872
|
+
ae.preventDefault(), j(ae), window.addEventListener("mousemove", re, ee), window.addEventListener("mouseup", oe, {
|
|
10873
10873
|
passive: !1
|
|
10874
10874
|
});
|
|
10875
10875
|
}
|
|
10876
|
-
const q = (
|
|
10877
|
-
const Se = (
|
|
10876
|
+
const q = (ae) => {
|
|
10877
|
+
const Se = (ae - u.value) / (v.value - u.value) * 100;
|
|
10878
10878
|
return Jt(isNaN(Se) ? 0 : Se, 0, 100);
|
|
10879
|
-
}, $ = se(t, "showTicks"), te = p(() => $.value ? t.ticks ? Array.isArray(t.ticks) ? t.ticks.map((
|
|
10880
|
-
value:
|
|
10881
|
-
position: q(
|
|
10882
|
-
label:
|
|
10883
|
-
})) : Object.keys(t.ticks).map((
|
|
10884
|
-
value: parseFloat(
|
|
10885
|
-
position: q(parseFloat(
|
|
10886
|
-
label: t.ticks[
|
|
10887
|
-
})) : P.value !== 1 / 0 ? Hr(P.value + 1).map((
|
|
10888
|
-
const Se = u.value +
|
|
10879
|
+
}, $ = se(t, "showTicks"), te = p(() => $.value ? t.ticks ? Array.isArray(t.ticks) ? t.ticks.map((ae) => ({
|
|
10880
|
+
value: ae,
|
|
10881
|
+
position: q(ae),
|
|
10882
|
+
label: ae.toString()
|
|
10883
|
+
})) : Object.keys(t.ticks).map((ae) => ({
|
|
10884
|
+
value: parseFloat(ae),
|
|
10885
|
+
position: q(parseFloat(ae)),
|
|
10886
|
+
label: t.ticks[ae]
|
|
10887
|
+
})) : P.value !== 1 / 0 ? Hr(P.value + 1).map((ae) => {
|
|
10888
|
+
const Se = u.value + ae * m.value;
|
|
10889
10889
|
return {
|
|
10890
10890
|
value: Se,
|
|
10891
10891
|
position: q(Se)
|
|
10892
10892
|
};
|
|
10893
|
-
}) : [] : []), ue = p(() => te.value.some((
|
|
10893
|
+
}) : [] : []), ue = p(() => te.value.some((ae) => {
|
|
10894
10894
|
let {
|
|
10895
10895
|
label: Se
|
|
10896
|
-
} =
|
|
10896
|
+
} = ae;
|
|
10897
10897
|
return !!Se;
|
|
10898
10898
|
})), Ee = {
|
|
10899
10899
|
activeThumbRef: T,
|
|
@@ -10912,7 +10912,7 @@ const tv = U({
|
|
|
10912
10912
|
onSliderMousedown: G,
|
|
10913
10913
|
onSliderTouchstart: Y,
|
|
10914
10914
|
parsedTicks: te,
|
|
10915
|
-
parseMouseMove:
|
|
10915
|
+
parseMouseMove: E,
|
|
10916
10916
|
position: q,
|
|
10917
10917
|
readonly: se(t, "readonly"),
|
|
10918
10918
|
rounded: se(t, "rounded"),
|
|
@@ -10999,19 +10999,19 @@ const tv = U({
|
|
|
10999
10999
|
pagedown: k,
|
|
11000
11000
|
end: H,
|
|
11001
11001
|
home: T,
|
|
11002
|
-
left:
|
|
11002
|
+
left: E,
|
|
11003
11003
|
right: z,
|
|
11004
11004
|
down: j,
|
|
11005
11005
|
up: ee
|
|
11006
|
-
} = dp, re = [O, k, H, T,
|
|
11006
|
+
} = dp, re = [O, k, H, T, E, z, j, ee], oe = p(() => s.value ? [1, 2, 3] : [1, 5, 10]);
|
|
11007
11007
|
function R(G, q) {
|
|
11008
11008
|
if (!re.includes(G.key))
|
|
11009
11009
|
return;
|
|
11010
11010
|
G.preventDefault();
|
|
11011
11011
|
const $ = s.value || 0.1, te = (e.max - e.min) / $;
|
|
11012
|
-
if ([
|
|
11013
|
-
const Ee = (h.value ? [a.value ?
|
|
11014
|
-
q = q + Ee * $ *
|
|
11012
|
+
if ([E, z, j, ee].includes(G.key)) {
|
|
11013
|
+
const Ee = (h.value ? [a.value ? E : z, m.value ? j : ee] : P.value !== a.value ? [E, ee] : [z, ee]).includes(G.key) ? 1 : -1, ae = G.shiftKey ? 2 : G.ctrlKey ? 1 : 0;
|
|
11014
|
+
q = q + Ee * $ * oe.value[ae];
|
|
11015
11015
|
} else if (G.key === T)
|
|
11016
11016
|
q = e.min;
|
|
11017
11017
|
else if (G.key === H)
|
|
@@ -11117,24 +11117,24 @@ const tv = U({
|
|
|
11117
11117
|
})), O = p(() => e.stop - e.start), k = p(() => ({
|
|
11118
11118
|
[N.value]: ge(e.start, "%"),
|
|
11119
11119
|
[S.value]: ge(O.value, "%")
|
|
11120
|
-
})), H = p(() => r.value ? (v.value ? a.value.slice().reverse() : a.value).map((
|
|
11121
|
-
const j =
|
|
11120
|
+
})), H = p(() => r.value ? (v.value ? a.value.slice().reverse() : a.value).map((E, z) => {
|
|
11121
|
+
const j = E.value !== m.value && E.value !== h.value ? ge(E.position, "%") : void 0;
|
|
11122
11122
|
return f("div", {
|
|
11123
|
-
key:
|
|
11123
|
+
key: E.value,
|
|
11124
11124
|
class: ["v-slider-track__tick", {
|
|
11125
|
-
"v-slider-track__tick--filled":
|
|
11126
|
-
"v-slider-track__tick--first":
|
|
11127
|
-
"v-slider-track__tick--last":
|
|
11125
|
+
"v-slider-track__tick--filled": E.position >= e.start && E.position <= e.stop,
|
|
11126
|
+
"v-slider-track__tick--first": E.value === m.value,
|
|
11127
|
+
"v-slider-track__tick--last": E.value === h.value
|
|
11128
11128
|
}],
|
|
11129
11129
|
style: {
|
|
11130
11130
|
[N.value]: j
|
|
11131
11131
|
}
|
|
11132
|
-
}, [(
|
|
11132
|
+
}, [(E.label || n["tick-label"]) && f("div", {
|
|
11133
11133
|
class: "v-slider-track__tick-label"
|
|
11134
11134
|
}, [n["tick-label"]?.({
|
|
11135
|
-
tick:
|
|
11135
|
+
tick: E,
|
|
11136
11136
|
index: z
|
|
11137
|
-
}) ??
|
|
11137
|
+
}) ?? E.label])]);
|
|
11138
11138
|
}) : []);
|
|
11139
11139
|
return we(() => f("div", {
|
|
11140
11140
|
class: ["v-slider-track", w.value, e.class],
|
|
@@ -11191,7 +11191,7 @@ const tv = U({
|
|
|
11191
11191
|
function s(H) {
|
|
11192
11192
|
if (!o.value || !a.value)
|
|
11193
11193
|
return;
|
|
11194
|
-
const T = or(H, o.value.$el, e.direction),
|
|
11194
|
+
const T = or(H, o.value.$el, e.direction), E = or(H, a.value.$el, e.direction), z = Math.abs(T), j = Math.abs(E);
|
|
11195
11195
|
return z < j || z === j && T < 0 ? o.value.$el : a.value.$el;
|
|
11196
11196
|
}
|
|
11197
11197
|
const c = nv(e), d = He(e, "modelValue", void 0, (H) => H?.length ? H.map((T) => c.roundValue(T)) : [0, 0]), {
|
|
@@ -11215,15 +11215,15 @@ const tv = U({
|
|
|
11215
11215
|
let {
|
|
11216
11216
|
value: T
|
|
11217
11217
|
} = H;
|
|
11218
|
-
const
|
|
11219
|
-
!e.strict &&
|
|
11218
|
+
const E = u.value === o.value?.$el ? [T, d.value[1]] : [d.value[0], T];
|
|
11219
|
+
!e.strict && E[0] < E[1] && (d.value = E), l("end", d.value);
|
|
11220
11220
|
},
|
|
11221
11221
|
onSliderMove: (H) => {
|
|
11222
11222
|
let {
|
|
11223
11223
|
value: T
|
|
11224
11224
|
} = H;
|
|
11225
|
-
const [
|
|
11226
|
-
!e.strict &&
|
|
11225
|
+
const [E, z] = d.value;
|
|
11226
|
+
!e.strict && E === z && E !== h.value && (u.value = T > E ? a.value?.$el : o.value?.$el, u.value?.focus()), u.value === o.value?.$el ? d.value = [Math.min(T, z), z] : d.value = [E, Math.max(E, T)];
|
|
11227
11227
|
},
|
|
11228
11228
|
getActiveThumb: s
|
|
11229
11229
|
}), {
|
|
@@ -11246,15 +11246,15 @@ const tv = U({
|
|
|
11246
11246
|
focused: N.value
|
|
11247
11247
|
}), {
|
|
11248
11248
|
...n,
|
|
11249
|
-
prepend: T ? (
|
|
11249
|
+
prepend: T ? (E) => f(Ce, null, [n.label?.(E) ?? (e.label ? f(ei, {
|
|
11250
11250
|
class: "v-slider__label",
|
|
11251
11251
|
text: e.label
|
|
11252
|
-
}, null) : void 0), n.prepend?.(
|
|
11253
|
-
default: (
|
|
11252
|
+
}, null) : void 0), n.prepend?.(E)]) : void 0,
|
|
11253
|
+
default: (E) => {
|
|
11254
11254
|
let {
|
|
11255
11255
|
id: z,
|
|
11256
11256
|
messagesId: j
|
|
11257
|
-
} =
|
|
11257
|
+
} = E;
|
|
11258
11258
|
return f("div", {
|
|
11259
11259
|
class: "v-slider__container",
|
|
11260
11260
|
onMousedown: B.value ? void 0 : w,
|
|
@@ -11452,15 +11452,15 @@ const tv = U({
|
|
|
11452
11452
|
textColorClasses: k,
|
|
11453
11453
|
textColorStyles: H
|
|
11454
11454
|
} = en(p(() => e.error || e.disabled ? void 0 : h.value && s.value ? e.color : e.baseColor));
|
|
11455
|
-
|
|
11455
|
+
le(h, (j) => {
|
|
11456
11456
|
if (g.value) {
|
|
11457
11457
|
const ee = P.value.$el, re = B.value.$el;
|
|
11458
11458
|
requestAnimationFrame(() => {
|
|
11459
|
-
const
|
|
11459
|
+
const oe = Yr(ee), R = re.getBoundingClientRect(), Y = R.x - oe.x, G = R.y - oe.y - (oe.height / 2 - R.height / 2), q = R.width / 0.75, $ = Math.abs(q - oe.width) > 1 ? {
|
|
11460
11460
|
maxWidth: ge(q)
|
|
11461
|
-
} : void 0, te = getComputedStyle(ee), ue = getComputedStyle(re), Ee = parseFloat(te.transitionDuration) * 1e3 || 150,
|
|
11461
|
+
} : void 0, te = getComputedStyle(ee), ue = getComputedStyle(re), Ee = parseFloat(te.transitionDuration) * 1e3 || 150, ae = parseFloat(ue.getPropertyValue("--v-field-label-scale")), Se = ue.getPropertyValue("color");
|
|
11462
11462
|
ee.style.visibility = "visible", re.style.visibility = "hidden", Dl(ee, {
|
|
11463
|
-
transform: `translate(${Y}px, ${G}px) scale(${
|
|
11463
|
+
transform: `translate(${Y}px, ${G}px) scale(${ae})`,
|
|
11464
11464
|
color: Se,
|
|
11465
11465
|
...$
|
|
11466
11466
|
}, {
|
|
@@ -11482,14 +11482,14 @@ const tv = U({
|
|
|
11482
11482
|
blur: d,
|
|
11483
11483
|
focus: c
|
|
11484
11484
|
}));
|
|
11485
|
-
function
|
|
11485
|
+
function E(j) {
|
|
11486
11486
|
j.target !== document.activeElement && j.preventDefault();
|
|
11487
11487
|
}
|
|
11488
11488
|
function z(j) {
|
|
11489
11489
|
j.key !== "Enter" && j.key !== " " || (j.preventDefault(), j.stopPropagation(), e["onClick:clear"]?.(new MouseEvent("click")));
|
|
11490
11490
|
}
|
|
11491
11491
|
return we(() => {
|
|
11492
|
-
const j = e.variant === "outlined", ee = !!(o["prepend-inner"] || e.prependInnerIcon), re = !!(e.clearable || o.clear),
|
|
11492
|
+
const j = e.variant === "outlined", ee = !!(o["prepend-inner"] || e.prependInnerIcon), re = !!(e.clearable || o.clear), oe = !!(o["append-inner"] || e.appendInnerIcon || re), R = () => o.label ? o.label({
|
|
11493
11493
|
...T.value,
|
|
11494
11494
|
label: e.label,
|
|
11495
11495
|
props: {
|
|
@@ -11499,7 +11499,7 @@ const tv = U({
|
|
|
11499
11499
|
return f("div", ve({
|
|
11500
11500
|
class: ["v-field", {
|
|
11501
11501
|
"v-field--active": h.value,
|
|
11502
|
-
"v-field--appended":
|
|
11502
|
+
"v-field--appended": oe,
|
|
11503
11503
|
"v-field--center-affix": e.centerAffix ?? !S.value,
|
|
11504
11504
|
"v-field--disabled": e.disabled,
|
|
11505
11505
|
"v-field--dirty": e.dirty,
|
|
@@ -11514,7 +11514,7 @@ const tv = U({
|
|
|
11514
11514
|
[`v-field--variant-${e.variant}`]: !0
|
|
11515
11515
|
}, a.value, b.value, r.value, i.value, v.value, m.value, e.class],
|
|
11516
11516
|
style: [O.value, e.style],
|
|
11517
|
-
onClick:
|
|
11517
|
+
onClick: E
|
|
11518
11518
|
}, n), [f("div", {
|
|
11519
11519
|
class: "v-field__overlay"
|
|
11520
11520
|
}, null), f(Kf, {
|
|
@@ -11585,7 +11585,7 @@ const tv = U({
|
|
|
11585
11585
|
onBlur: d
|
|
11586
11586
|
}, null)]
|
|
11587
11587
|
})]), [[Yt, e.dirty]])]
|
|
11588
|
-
}),
|
|
11588
|
+
}), oe && f("div", {
|
|
11589
11589
|
key: "append",
|
|
11590
11590
|
class: "v-field__append-inner"
|
|
11591
11591
|
}, [o["append-inner"]?.(T.value), e.appendInnerIcon && f(u, {
|
|
@@ -11773,7 +11773,7 @@ const C0 = ["color", "file", "time", "date", "datetime-local", "week", "month"],
|
|
|
11773
11773
|
const S = !!(o.counter || e.counter !== !1 && e.counter != null), b = !!(S || o.details), [O, k] = Lr(n), {
|
|
11774
11774
|
modelValue: H,
|
|
11775
11775
|
...T
|
|
11776
|
-
} = zn.filterProps(e),
|
|
11776
|
+
} = zn.filterProps(e), E = iv(e);
|
|
11777
11777
|
return f(zn, ve({
|
|
11778
11778
|
ref: m,
|
|
11779
11779
|
modelValue: a.value,
|
|
@@ -11794,7 +11794,7 @@ const C0 = ["color", "file", "time", "date", "datetime-local", "week", "month"],
|
|
|
11794
11794
|
id: j,
|
|
11795
11795
|
isDisabled: ee,
|
|
11796
11796
|
isDirty: re,
|
|
11797
|
-
isReadonly:
|
|
11797
|
+
isReadonly: oe,
|
|
11798
11798
|
isValid: R
|
|
11799
11799
|
} = z;
|
|
11800
11800
|
return f(us, ve({
|
|
@@ -11805,7 +11805,7 @@ const C0 = ["color", "file", "time", "date", "datetime-local", "week", "month"],
|
|
|
11805
11805
|
"onClick:prependInner": e["onClick:prependInner"],
|
|
11806
11806
|
"onClick:appendInner": e["onClick:appendInner"],
|
|
11807
11807
|
role: e.role
|
|
11808
|
-
},
|
|
11808
|
+
}, E, {
|
|
11809
11809
|
id: j.value,
|
|
11810
11810
|
active: w.value || re.value,
|
|
11811
11811
|
dirty: re.value || e.dirty,
|
|
@@ -11826,7 +11826,7 @@ const C0 = ["color", "file", "time", "date", "datetime-local", "week", "month"],
|
|
|
11826
11826
|
value: a.value,
|
|
11827
11827
|
onInput: N,
|
|
11828
11828
|
autofocus: e.autofocus,
|
|
11829
|
-
readonly:
|
|
11829
|
+
readonly: oe.value,
|
|
11830
11830
|
disabled: ee.value,
|
|
11831
11831
|
name: e.name,
|
|
11832
11832
|
placeholder: e.placeholder,
|
|
@@ -11885,7 +11885,7 @@ const C0 = ["color", "file", "time", "date", "datetime-local", "week", "month"],
|
|
|
11885
11885
|
l("update:value", s);
|
|
11886
11886
|
}
|
|
11887
11887
|
});
|
|
11888
|
-
return
|
|
11888
|
+
return le(r, async (s) => {
|
|
11889
11889
|
JSON.stringify(ce(o)) !== JSON.stringify(s) && (clearTimeout(ce(i)), a.value = "always", i.value = setTimeout(() => {
|
|
11890
11890
|
a.value = !0;
|
|
11891
11891
|
}, 1e3)), o.value = s;
|
|
@@ -11927,6 +11927,7 @@ const C0 = ["color", "file", "time", "date", "datetime-local", "week", "month"],
|
|
|
11927
11927
|
"onUpdate:modelValue": c[2] || (c[2] = (d) => r.value = d),
|
|
11928
11928
|
loading: s.loading,
|
|
11929
11929
|
"thumb-label": a.value,
|
|
11930
|
+
"thumb-color": "blue",
|
|
11930
11931
|
min: s.min,
|
|
11931
11932
|
"hide-details": "",
|
|
11932
11933
|
max: s.max,
|
|
@@ -12132,7 +12133,7 @@ const C0 = ["color", "file", "time", "date", "datetime-local", "week", "month"],
|
|
|
12132
12133
|
l("update:value", s);
|
|
12133
12134
|
}
|
|
12134
12135
|
});
|
|
12135
|
-
return
|
|
12136
|
+
return le(r, async (s) => {
|
|
12136
12137
|
JSON.stringify(ce(o)) !== JSON.stringify(s) && (clearTimeout(ce(i)), a.value = "always", i.value = setTimeout(() => {
|
|
12137
12138
|
a.value = !0;
|
|
12138
12139
|
}, 1e3)), o.value = s;
|
|
@@ -12166,7 +12167,7 @@ function Na(e) {
|
|
|
12166
12167
|
}
|
|
12167
12168
|
function D0(e) {
|
|
12168
12169
|
const t = "0px", n = document.getElementById("unity-canvas"), l = {};
|
|
12169
|
-
return e.Anchor === Ie.TOP && (l.left = "50%", l.transform = "translateX(-50%)"), e.Anchor === Ie.BOTTOM && (l.left = "50%", l.transform = "translateX(-50%)"), e.Anchor === Ie.LEFT && (l.top = "50%", l.transform = "translateY(-50%)"), e.Anchor === Ie.RIGHT && (l.top = "50%", l.transform = "translateY(-50%)"), (e.Anchor === Ie.TOP_LEFT || e.Anchor === Ie.TOP || e.Anchor === Ie.TOP_RIGHT || e.Anchor === Ie.CENTER) && (l.top = t), (e.Anchor === Ie.LEFT || e.Anchor === Ie.BOTTOM_LEFT || e.Anchor === Ie.TOP_LEFT || e.Anchor === Ie.CENTER) && (l.left = t), (e.Anchor === Ie.RIGHT || e.Anchor === Ie.TOP_RIGHT || e.Anchor === Ie.BOTTOM_RIGHT) && (l.right = t), (e.Anchor === Ie.BOTTOM || e.Anchor === Ie.BOTTOM_LEFT || e.Anchor === Ie.BOTTOM_RIGHT) && (l.bottom = "4px"), (e.Anchor === Ie.TOP_LEFT || e.Anchor === Ie.CENTER) && (l["border-top-left-radius"] = t), (e.Anchor === Ie.TOP_RIGHT || e.Anchor === Ie.CENTER) && (l["border-top-right-radius"] = t), (e.Anchor === Ie.BOTTOM_LEFT || e.Anchor === Ie.CENTER) && (l["border-bottom-left-radius"] = t), (e.Anchor === Ie.BOTTOM_RIGHT || e.Anchor === Ie.CENTER) && (l["border-bottom-right-radius"] = t), l.width = `calc(${e.MaxSize.X * 100}% - ${t})`, l.height = `calc(${e.MaxSize.Y * 100}% - 2px)`, e.Anchor === Ie.CENTER && (l.width = `calc(${e.MaxSize.X * 100}% - ${t} - ${t})`, l.height = `calc(${e.MaxSize.Y * 100}% - 2px - 2px)`), e.AspectRatio === 1 && (e.MaxSize.X === 1 && (l.width = `calc(${e.MaxSize.Y * Na(n?.offsetHeight)}px)`), e.MaxSize.Y === 1 && (l.height = `calc(${e.MaxSize.X * Na(n?.offsetWidth)}px)`)),
|
|
12170
|
+
return e.Anchor === Ie.TOP && (l.left = "50%", l.transform = "translateX(-50%)"), e.Anchor === Ie.BOTTOM && (l.left = "50%", l.transform = "translateX(-50%)"), e.Anchor === Ie.LEFT && (l.top = "50%", l.transform = "translateY(-50%)"), e.Anchor === Ie.RIGHT && (l.top = "50%", l.transform = "translateY(-50%)"), (e.Anchor === Ie.TOP_LEFT || e.Anchor === Ie.TOP || e.Anchor === Ie.TOP_RIGHT || e.Anchor === Ie.CENTER) && (l.top = t), (e.Anchor === Ie.LEFT || e.Anchor === Ie.BOTTOM_LEFT || e.Anchor === Ie.TOP_LEFT || e.Anchor === Ie.CENTER) && (l.left = t), (e.Anchor === Ie.RIGHT || e.Anchor === Ie.TOP_RIGHT || e.Anchor === Ie.BOTTOM_RIGHT) && (l.right = t), (e.Anchor === Ie.BOTTOM || e.Anchor === Ie.BOTTOM_LEFT || e.Anchor === Ie.BOTTOM_RIGHT) && (l.bottom = "4px"), (e.Anchor === Ie.TOP_LEFT || e.Anchor === Ie.CENTER) && (l["border-top-left-radius"] = t), (e.Anchor === Ie.TOP_RIGHT || e.Anchor === Ie.CENTER) && (l["border-top-right-radius"] = t), (e.Anchor === Ie.BOTTOM_LEFT || e.Anchor === Ie.CENTER) && (l["border-bottom-left-radius"] = t), (e.Anchor === Ie.BOTTOM_RIGHT || e.Anchor === Ie.CENTER) && (l["border-bottom-right-radius"] = t), l.width = `calc(${e.MaxSize.X * 100}% - ${t})`, l.height = `calc(${e.MaxSize.Y * 100}% - 2px)`, e.Anchor === Ie.CENTER && (l.width = `calc(${e.MaxSize.X * 100}% - ${t} - ${t})`, l.height = `calc(${e.MaxSize.Y * 100}% - 2px - 2px)`), e.AspectRatio === 1 && (e.MaxSize.X === 1 && (l.width = `calc(${e.MaxSize.Y * Na(n?.offsetHeight)}px)`), e.MaxSize.Y === 1 && (l.height = `calc(${e.MaxSize.X * Na(n?.offsetWidth)}px)`)), l;
|
|
12170
12171
|
}
|
|
12171
12172
|
var Al = /* @__PURE__ */ ((e) => (e.scan_loading = "scan_loading", e.file_management = "file_management", e.view_selection = "view_selection", e.layout = "layout", e.presets = "presets", e.sliders = "sliders", e.scan_orientation = "scan_orientation", e.scan_movement = "scan_movement", e.interactivity = "interactivity", e))(Al || {}), uv = /* @__PURE__ */ ((e) => (e.fm01 = "fm_01", e.fm02 = "fm_02", e))(uv || {}), cv = /* @__PURE__ */ ((e) => (e.so01 = "so_01", e))(cv || {}), no = /* @__PURE__ */ ((e) => (e.pr01 = "pr_01", e.pr02 = "pr_02", e))(no || {}), lo = /* @__PURE__ */ ((e) => (e.sm01 = "sm_01", e.sm02 = "sm_02", e.sm03 = "sm_03", e.sm04 = "sm_04", e.sm05 = "sm_05", e.sm06 = "sm_06", e.sm07 = "sm_07", e.sm08 = "sm_08", e.sm09 = "sm_09", e.sm10 = "sm_10", e.sm11 = "sm_11", e.sm12 = "sm_12", e))(lo || {}), rt = /* @__PURE__ */ ((e) => (e.sl01 = "sl_01", e.sl02 = "sl_02", e.sl03 = "sl_03", e.sl04 = "sl_04", e.sl05 = "sl_05", e.sl06 = "sl_06", e.sl07 = "sl_07", e.sl08 = "sl_08", e.sl09 = "sl_09", e.sl10 = "sl_10", e.sl11 = "sl_11", e.sl12 = "sl_12", e.sl13 = "sl_13", e.sl14 = "sl_14", e.sl15 = "sl_15", e.sl16 = "sl_16", e))(rt || {});
|
|
12172
12173
|
function dv() {
|
|
@@ -12457,7 +12458,7 @@ const M0 = U({
|
|
|
12457
12458
|
}
|
|
12458
12459
|
});
|
|
12459
12460
|
function z0(e, t) {
|
|
12460
|
-
|
|
12461
|
+
le(() => e.isActive?.value, (n) => {
|
|
12461
12462
|
e.isLink.value && n && t && Be(() => {
|
|
12462
12463
|
t(!0);
|
|
12463
12464
|
});
|
|
@@ -12552,7 +12553,7 @@ const B0 = U({
|
|
|
12552
12553
|
N.value || P.isLink.value && (k.metaKey || k.ctrlKey || k.shiftKey || k.button !== 0 || n.target === "_blank") || (P.navigate?.(k), D?.toggle());
|
|
12553
12554
|
}
|
|
12554
12555
|
return z0(P, D?.select), we(() => {
|
|
12555
|
-
const k = P.isLink.value ? "a" : e.tag, H = !!(e.prependIcon || l.prepend), T = !!(e.appendIcon || l.append),
|
|
12556
|
+
const k = P.isLink.value ? "a" : e.tag, H = !!(e.prependIcon || l.prepend), T = !!(e.appendIcon || l.append), E = !!(e.icon && e.icon !== !0), z = D?.isSelected.value && (!P.isLink.value || P.isActive?.value) || !D || P.isActive?.value;
|
|
12556
12557
|
return qe(f(k, {
|
|
12557
12558
|
type: k === "a" ? void 0 : "button",
|
|
12558
12559
|
class: ["v-btn", D?.selectedClass.value, {
|
|
@@ -12591,12 +12592,12 @@ const B0 = U({
|
|
|
12591
12592
|
}, null)]), f("span", {
|
|
12592
12593
|
class: "v-btn__content",
|
|
12593
12594
|
"data-no-activator": ""
|
|
12594
|
-
}, [!l.default &&
|
|
12595
|
+
}, [!l.default && E ? f(Ae, {
|
|
12595
12596
|
key: "content-icon",
|
|
12596
12597
|
icon: e.icon
|
|
12597
12598
|
}, null) : f(Ge, {
|
|
12598
12599
|
key: "content-defaults",
|
|
12599
|
-
disabled: !
|
|
12600
|
+
disabled: !E,
|
|
12600
12601
|
defaults: {
|
|
12601
12602
|
VIcon: {
|
|
12602
12603
|
icon: e.icon
|
|
@@ -12712,7 +12713,7 @@ const F0 = Symbol.for("vuetify:v-slide-group"), mv = U({
|
|
|
12712
12713
|
} = Fl(), w = p(() => i.selected.value.length ? i.items.value.findIndex((q) => q.id === i.selected.value[0]) : -1), A = p(() => i.selected.value.length ? i.items.value.findIndex((q) => q.id === i.selected.value[i.selected.value.length - 1]) : -1);
|
|
12713
12714
|
if (Me) {
|
|
12714
12715
|
let q = -1;
|
|
12715
|
-
|
|
12716
|
+
le(() => [i.selected.value, m.value, g.value, u.value], () => {
|
|
12716
12717
|
cancelAnimationFrame(q), q = requestAnimationFrame(() => {
|
|
12717
12718
|
if (m.value && g.value) {
|
|
12718
12719
|
const $ = u.value ? "width" : "height";
|
|
@@ -12778,7 +12779,7 @@ const F0 = Symbol.for("vuetify:v-slide-group"), mv = U({
|
|
|
12778
12779
|
function T(q) {
|
|
12779
12780
|
k.value = !1;
|
|
12780
12781
|
}
|
|
12781
|
-
function
|
|
12782
|
+
function E(q) {
|
|
12782
12783
|
!k.value && !(q.relatedTarget && h.value?.contains(q.relatedTarget)) && j();
|
|
12783
12784
|
}
|
|
12784
12785
|
function z(q) {
|
|
@@ -12810,7 +12811,7 @@ const F0 = Symbol.for("vuetify:v-slide-group"), mv = U({
|
|
|
12810
12811
|
transition: D.value ? "none" : "",
|
|
12811
12812
|
willChange: D.value ? "transform" : ""
|
|
12812
12813
|
};
|
|
12813
|
-
}),
|
|
12814
|
+
}), oe = p(() => ({
|
|
12814
12815
|
next: i.next,
|
|
12815
12816
|
prev: i.prev,
|
|
12816
12817
|
select: i.select,
|
|
@@ -12837,7 +12838,7 @@ const F0 = Symbol.for("vuetify:v-slide-group"), mv = U({
|
|
|
12837
12838
|
}, o.value, e.class],
|
|
12838
12839
|
style: e.style,
|
|
12839
12840
|
tabindex: k.value || i.selected.value.length ? -1 : 0,
|
|
12840
|
-
onFocus:
|
|
12841
|
+
onFocus: E
|
|
12841
12842
|
}, {
|
|
12842
12843
|
default: () => [R.value && f("div", {
|
|
12843
12844
|
key: "prev",
|
|
@@ -12845,7 +12846,7 @@ const F0 = Symbol.for("vuetify:v-slide-group"), mv = U({
|
|
|
12845
12846
|
"v-slide-group__prev--disabled": !Y.value
|
|
12846
12847
|
}],
|
|
12847
12848
|
onClick: () => Y.value && ee("prev")
|
|
12848
|
-
}, [n.prev?.(
|
|
12849
|
+
}, [n.prev?.(oe.value) ?? f(Gu, null, {
|
|
12849
12850
|
default: () => [f(Ae, {
|
|
12850
12851
|
icon: l.value ? e.nextIcon : e.prevIcon
|
|
12851
12852
|
}, null)]
|
|
@@ -12864,13 +12865,13 @@ const F0 = Symbol.for("vuetify:v-slide-group"), mv = U({
|
|
|
12864
12865
|
onFocusin: H,
|
|
12865
12866
|
onFocusout: T,
|
|
12866
12867
|
onKeydown: z
|
|
12867
|
-
}, [n.default?.(
|
|
12868
|
+
}, [n.default?.(oe.value)])]), R.value && f("div", {
|
|
12868
12869
|
key: "next",
|
|
12869
12870
|
class: ["v-slide-group__next", {
|
|
12870
12871
|
"v-slide-group__next--disabled": !G.value
|
|
12871
12872
|
}],
|
|
12872
12873
|
onClick: () => G.value && ee("next")
|
|
12873
|
-
}, [n.next?.(
|
|
12874
|
+
}, [n.next?.(oe.value) ?? f(Gu, null, {
|
|
12874
12875
|
default: () => [f(Ae, {
|
|
12875
12876
|
icon: l.value ? e.prevIcon : e.nextIcon
|
|
12876
12877
|
}, null)]
|
|
@@ -13047,7 +13048,7 @@ const j0 = U({
|
|
|
13047
13048
|
(b.key === "Enter" || b.key === " ") && (b.preventDefault(), N(b));
|
|
13048
13049
|
}
|
|
13049
13050
|
return () => {
|
|
13050
|
-
const b = A.isLink.value ? "a" : e.tag, O = !!(e.appendIcon || e.appendAvatar), k = !!(O || o.append), H = !!(o.close || e.closable), T = !!(o.filter || e.filter) && w,
|
|
13051
|
+
const b = A.isLink.value ? "a" : e.tag, O = !!(e.appendIcon || e.appendAvatar), k = !!(O || o.append), H = !!(o.close || e.closable), T = !!(o.filter || e.filter) && w, E = !!(e.prependIcon || e.prependAvatar), z = !!(E || o.prepend), j = !w || w.isSelected.value;
|
|
13051
13052
|
return g.value && qe(f(b, {
|
|
13052
13053
|
class: ["v-chip", {
|
|
13053
13054
|
"v-chip--disabled": e.disabled,
|
|
@@ -13086,7 +13087,7 @@ const j0 = U({
|
|
|
13086
13087
|
class: "v-chip__prepend"
|
|
13087
13088
|
}, [o.prepend ? f(Ge, {
|
|
13088
13089
|
key: "prepend-defaults",
|
|
13089
|
-
disabled: !
|
|
13090
|
+
disabled: !E,
|
|
13090
13091
|
defaults: {
|
|
13091
13092
|
VAvatar: {
|
|
13092
13093
|
image: e.prependAvatar,
|
|
@@ -13221,7 +13222,7 @@ const hv = {
|
|
|
13221
13222
|
function W0(e, t) {
|
|
13222
13223
|
const n = Z({}), l = Z();
|
|
13223
13224
|
Me && Ut(() => !!(t.isActive.value && e.locationStrategy), (a) => {
|
|
13224
|
-
|
|
13225
|
+
le(() => e.locationStrategy, a), yt(() => {
|
|
13225
13226
|
window.removeEventListener("resize", o), l.value = void 0;
|
|
13226
13227
|
}), window.addEventListener("resize", o, {
|
|
13227
13228
|
passive: !0
|
|
@@ -13276,7 +13277,7 @@ function Z0(e, t, n) {
|
|
|
13276
13277
|
const v = new ResizeObserver(() => {
|
|
13277
13278
|
u && m();
|
|
13278
13279
|
});
|
|
13279
|
-
|
|
13280
|
+
le([e.target, e.contentEl], (h, g) => {
|
|
13280
13281
|
let [w, A] = h, [D, P] = g;
|
|
13281
13282
|
D && !Array.isArray(D) && v.unobserve(D), w && !Array.isArray(w) && v.observe(w), P && v.unobserve(P), A && v.observe(A);
|
|
13282
13283
|
}, {
|
|
@@ -13289,12 +13290,12 @@ function Z0(e, t, n) {
|
|
|
13289
13290
|
return;
|
|
13290
13291
|
const h = Jd(e.target.value), g = q0(e.contentEl.value, e.isRtl.value), w = Sa(e.contentEl.value), A = 12;
|
|
13291
13292
|
w.length || (w.push(document.documentElement), e.contentEl.value.style.top && e.contentEl.value.style.left || (g.x -= parseFloat(document.documentElement.style.getPropertyValue("--v-body-scroll-x") || 0), g.y -= parseFloat(document.documentElement.style.getPropertyValue("--v-body-scroll-y") || 0)));
|
|
13292
|
-
const D = w.reduce((T,
|
|
13293
|
-
const z =
|
|
13294
|
-
x:
|
|
13295
|
-
y:
|
|
13296
|
-
width:
|
|
13297
|
-
height:
|
|
13293
|
+
const D = w.reduce((T, E) => {
|
|
13294
|
+
const z = E.getBoundingClientRect(), j = new dl({
|
|
13295
|
+
x: E === document.documentElement ? 0 : z.x,
|
|
13296
|
+
y: E === document.documentElement ? 0 : z.y,
|
|
13297
|
+
width: E.clientWidth,
|
|
13298
|
+
height: E.clientHeight
|
|
13298
13299
|
});
|
|
13299
13300
|
return T ? new dl({
|
|
13300
13301
|
x: Math.max(T.left, j.left),
|
|
@@ -13309,7 +13310,7 @@ function Z0(e, t, n) {
|
|
|
13309
13310
|
origin: a.value
|
|
13310
13311
|
};
|
|
13311
13312
|
function B(T) {
|
|
13312
|
-
const
|
|
13313
|
+
const E = new dl(g), z = nc(T.anchor, h), j = nc(T.origin, E);
|
|
13313
13314
|
let {
|
|
13314
13315
|
x: ee,
|
|
13315
13316
|
y: re
|
|
@@ -13342,8 +13343,8 @@ function Z0(e, t, n) {
|
|
|
13342
13343
|
ee += d.value[1];
|
|
13343
13344
|
break;
|
|
13344
13345
|
}
|
|
13345
|
-
return
|
|
13346
|
-
overflows: pu(
|
|
13346
|
+
return E.x += ee, E.y += re, E.width = Math.min(E.width, s.value), E.height = Math.min(E.height, c.value), {
|
|
13347
|
+
overflows: pu(E, D),
|
|
13347
13348
|
x: ee,
|
|
13348
13349
|
y: re
|
|
13349
13350
|
};
|
|
@@ -13364,13 +13365,13 @@ function Z0(e, t, n) {
|
|
|
13364
13365
|
}
|
|
13365
13366
|
const {
|
|
13366
13367
|
x: T,
|
|
13367
|
-
y:
|
|
13368
|
+
y: E,
|
|
13368
13369
|
overflows: z
|
|
13369
13370
|
} = B(P);
|
|
13370
|
-
N += T, S +=
|
|
13371
|
+
N += T, S += E, g.x += T, g.y += E;
|
|
13371
13372
|
{
|
|
13372
13373
|
const j = hu(P.anchor), ee = z.x.before || z.x.after, re = z.y.before || z.y.after;
|
|
13373
|
-
let
|
|
13374
|
+
let oe = !1;
|
|
13374
13375
|
if (["x", "y"].forEach((R) => {
|
|
13375
13376
|
if (R === "x" && ee && !O.x || R === "y" && re && !O.y) {
|
|
13376
13377
|
const Y = {
|
|
@@ -13385,9 +13386,9 @@ function Z0(e, t, n) {
|
|
|
13385
13386
|
const {
|
|
13386
13387
|
overflows: q
|
|
13387
13388
|
} = B(Y);
|
|
13388
|
-
(q[R].before <= z[R].before && q[R].after <= z[R].after || q[R].before + q[R].after < (z[R].before + z[R].after) / 2) && (P = Y,
|
|
13389
|
+
(q[R].before <= z[R].before && q[R].after <= z[R].after || q[R].before + q[R].after < (z[R].before + z[R].after) / 2) && (P = Y, oe = O[R] = !0);
|
|
13389
13390
|
}
|
|
13390
|
-
}),
|
|
13391
|
+
}), oe)
|
|
13391
13392
|
continue;
|
|
13392
13393
|
}
|
|
13393
13394
|
z.x.before && (N += z.x.before, g.x += z.x.before), z.x.after && (N -= z.x.after, g.x -= z.x.after), z.y.before && (S += z.y.before, g.y += z.y.before), z.y.after && (S -= z.y.after, g.y -= z.y.after);
|
|
@@ -13413,7 +13414,7 @@ function Z0(e, t, n) {
|
|
|
13413
13414
|
contentBox: g
|
|
13414
13415
|
};
|
|
13415
13416
|
}
|
|
13416
|
-
return
|
|
13417
|
+
return le(() => [o.value, a.value, t.offset, t.minWidth, t.minHeight, t.maxWidth, t.maxHeight], () => m()), Be(() => {
|
|
13417
13418
|
const h = m();
|
|
13418
13419
|
if (!h)
|
|
13419
13420
|
return;
|
|
@@ -13626,9 +13627,9 @@ function t1(e, t) {
|
|
|
13626
13627
|
i = !1, v();
|
|
13627
13628
|
}), b;
|
|
13628
13629
|
});
|
|
13629
|
-
|
|
13630
|
+
le(l, (b) => {
|
|
13630
13631
|
b && (e.openOnHover && !i && (!c.value || !r) || c.value && !r && (!e.openOnHover || !i)) && (n.value = !1);
|
|
13631
|
-
}),
|
|
13632
|
+
}), le(n, (b) => {
|
|
13632
13633
|
b || setTimeout(() => {
|
|
13633
13634
|
m.value = void 0;
|
|
13634
13635
|
});
|
|
@@ -13643,7 +13644,7 @@ function t1(e, t) {
|
|
|
13643
13644
|
});
|
|
13644
13645
|
const P = Z(), B = p(() => e.target === "cursor" && m.value ? m.value : P.value ? ba(P.value) : xv(e.target, o) || a.value), N = p(() => Array.isArray(B.value) ? void 0 : B.value);
|
|
13645
13646
|
let S;
|
|
13646
|
-
return
|
|
13647
|
+
return le(() => !!e.activator, (b) => {
|
|
13647
13648
|
b && Me ? (S = yr(), S.run(() => {
|
|
13648
13649
|
n1(e, o, {
|
|
13649
13650
|
activatorEl: a,
|
|
@@ -13671,7 +13672,7 @@ function n1(e, t, n) {
|
|
|
13671
13672
|
activatorEl: l,
|
|
13672
13673
|
activatorEvents: o
|
|
13673
13674
|
} = n;
|
|
13674
|
-
|
|
13675
|
+
le(() => e.activator, (s, c) => {
|
|
13675
13676
|
if (c && s !== c) {
|
|
13676
13677
|
const d = r(c);
|
|
13677
13678
|
d && i(d);
|
|
@@ -13679,7 +13680,7 @@ function n1(e, t, n) {
|
|
|
13679
13680
|
s && Be(() => a());
|
|
13680
13681
|
}, {
|
|
13681
13682
|
immediate: !0
|
|
13682
|
-
}),
|
|
13683
|
+
}), le(() => e.activatorProps, () => {
|
|
13683
13684
|
a();
|
|
13684
13685
|
}), yt(() => {
|
|
13685
13686
|
i();
|
|
@@ -13940,10 +13941,10 @@ const ti = U({
|
|
|
13940
13941
|
} = yl(e), H = l1(), {
|
|
13941
13942
|
scopeId: T
|
|
13942
13943
|
} = Fo();
|
|
13943
|
-
|
|
13944
|
+
le(() => e.disabled, (ue) => {
|
|
13944
13945
|
ue && (i.value = !1);
|
|
13945
13946
|
});
|
|
13946
|
-
const
|
|
13947
|
+
const E = Z(), z = Z(), j = Z(), {
|
|
13947
13948
|
contentStyles: ee,
|
|
13948
13949
|
updateLocation: re
|
|
13949
13950
|
} = W0(e, {
|
|
@@ -13953,20 +13954,20 @@ const ti = U({
|
|
|
13953
13954
|
isActive: i
|
|
13954
13955
|
});
|
|
13955
13956
|
U0(e, {
|
|
13956
|
-
root:
|
|
13957
|
+
root: E,
|
|
13957
13958
|
contentEl: j,
|
|
13958
13959
|
targetEl: B,
|
|
13959
13960
|
isActive: i,
|
|
13960
13961
|
updateLocation: re
|
|
13961
13962
|
});
|
|
13962
|
-
function
|
|
13963
|
+
function oe(ue) {
|
|
13963
13964
|
o("click:outside", ue), e.persistent ? $() : i.value = !1;
|
|
13964
13965
|
}
|
|
13965
13966
|
function R(ue) {
|
|
13966
13967
|
return i.value && h.value && // If using scrim, only close if clicking on it rather than anything opened on top
|
|
13967
13968
|
(!e.scrim || ue.target === z.value);
|
|
13968
13969
|
}
|
|
13969
|
-
Me &&
|
|
13970
|
+
Me && le(i, (ue) => {
|
|
13970
13971
|
ue ? window.addEventListener("keydown", Y) : window.removeEventListener("keydown", Y);
|
|
13971
13972
|
}, {
|
|
13972
13973
|
immediate: !0
|
|
@@ -13983,9 +13984,9 @@ const ti = U({
|
|
|
13983
13984
|
});
|
|
13984
13985
|
});
|
|
13985
13986
|
const q = Z();
|
|
13986
|
-
|
|
13987
|
+
le(() => i.value && (e.absolute || e.contained) && r.value == null, (ue) => {
|
|
13987
13988
|
if (ue) {
|
|
13988
|
-
const Ee = af(
|
|
13989
|
+
const Ee = af(E.value);
|
|
13989
13990
|
Ee && Ee !== document.scrollingElement && (q.value = Ee.scrollTop);
|
|
13990
13991
|
}
|
|
13991
13992
|
});
|
|
@@ -14024,7 +14025,7 @@ const ti = U({
|
|
|
14024
14025
|
"--v-overlay-opacity": e.opacity,
|
|
14025
14026
|
top: ge(q.value)
|
|
14026
14027
|
}, e.style],
|
|
14027
|
-
ref:
|
|
14028
|
+
ref: E
|
|
14028
14029
|
}, T, l), [f(u1, ve({
|
|
14029
14030
|
color: m,
|
|
14030
14031
|
modelValue: i.value && !!e.scrim,
|
|
@@ -14043,7 +14044,7 @@ const ti = U({
|
|
|
14043
14044
|
}, b.value, e.contentProps), [n.default?.({
|
|
14044
14045
|
isActive: i
|
|
14045
14046
|
})]), [[Yt, i.value], [Gt("click-outside"), {
|
|
14046
|
-
handler:
|
|
14047
|
+
handler: oe,
|
|
14047
14048
|
closeConditional: R,
|
|
14048
14049
|
include: () => [A.value]
|
|
14049
14050
|
}]])]
|
|
@@ -14100,11 +14101,11 @@ const ti = U({
|
|
|
14100
14101
|
c === v ? m.focus() : v.focus();
|
|
14101
14102
|
}
|
|
14102
14103
|
}
|
|
14103
|
-
Me &&
|
|
14104
|
+
Me && le(() => l.value && e.retainFocus, (s) => {
|
|
14104
14105
|
s ? document.addEventListener("focusin", i) : document.removeEventListener("focusin", i);
|
|
14105
14106
|
}, {
|
|
14106
14107
|
immediate: !0
|
|
14107
|
-
}),
|
|
14108
|
+
}), le(l, async (s) => {
|
|
14108
14109
|
await Be(), s ? a.value.contentEl?.focus({
|
|
14109
14110
|
preventScroll: !0
|
|
14110
14111
|
}) : a.value.activatorEl?.focus({
|
|
@@ -14900,7 +14901,7 @@ const V1 = Xl({
|
|
|
14900
14901
|
color: A.value ? N.value ?? e.baseColor : e.baseColor,
|
|
14901
14902
|
variant: e.variant
|
|
14902
14903
|
}));
|
|
14903
|
-
|
|
14904
|
+
le(() => a.isActive?.value, (G) => {
|
|
14904
14905
|
G && h.value != null && m.open(h.value, !0), G && g(G);
|
|
14905
14906
|
}, {
|
|
14906
14907
|
immediate: !0
|
|
@@ -14914,14 +14915,14 @@ const V1 = Xl({
|
|
|
14914
14915
|
colorStyles: H,
|
|
14915
14916
|
variantClasses: T
|
|
14916
14917
|
} = zo(S), {
|
|
14917
|
-
densityClasses:
|
|
14918
|
+
densityClasses: E
|
|
14918
14919
|
} = wn(e), {
|
|
14919
14920
|
dimensionStyles: z
|
|
14920
14921
|
} = yl(e), {
|
|
14921
14922
|
elevationClasses: j
|
|
14922
14923
|
} = on(e), {
|
|
14923
14924
|
roundedClasses: ee
|
|
14924
|
-
} = wt(B), re = p(() => e.lines ? `v-list-item--${e.lines}-line` : void 0),
|
|
14925
|
+
} = wt(B), re = p(() => e.lines ? `v-list-item--${e.lines}-line` : void 0), oe = p(() => ({
|
|
14925
14926
|
isActive: A.value,
|
|
14926
14927
|
select: c,
|
|
14927
14928
|
isSelected: d.value,
|
|
@@ -14934,24 +14935,24 @@ const V1 = Xl({
|
|
|
14934
14935
|
(G.key === "Enter" || G.key === " ") && (G.preventDefault(), R(G));
|
|
14935
14936
|
}
|
|
14936
14937
|
return we(() => {
|
|
14937
|
-
const G = D.value ? "a" : e.tag, q = l.title || e.title != null, $ = l.subtitle || e.subtitle != null, te = !!(e.appendAvatar || e.appendIcon), ue = !!(te || l.append), Ee = !!(e.prependAvatar || e.prependIcon),
|
|
14938
|
-
return w?.updateHasPrepend(
|
|
14938
|
+
const G = D.value ? "a" : e.tag, q = l.title || e.title != null, $ = l.subtitle || e.subtitle != null, te = !!(e.appendAvatar || e.appendIcon), ue = !!(te || l.append), Ee = !!(e.prependAvatar || e.prependIcon), ae = !!(Ee || l.prepend);
|
|
14939
|
+
return w?.updateHasPrepend(ae), e.activeColor && Ap("active-color", ["color", "base-color"]), qe(f(G, {
|
|
14939
14940
|
class: ["v-list-item", {
|
|
14940
14941
|
"v-list-item--active": A.value,
|
|
14941
14942
|
"v-list-item--disabled": e.disabled,
|
|
14942
14943
|
"v-list-item--link": P.value,
|
|
14943
14944
|
"v-list-item--nav": e.nav,
|
|
14944
|
-
"v-list-item--prepend": !
|
|
14945
|
+
"v-list-item--prepend": !ae && w?.hasPrepend.value,
|
|
14945
14946
|
"v-list-item--slim": e.slim,
|
|
14946
14947
|
[`${e.activeClass}`]: e.activeClass && A.value
|
|
14947
|
-
}, b.value, O.value, k.value,
|
|
14948
|
+
}, b.value, O.value, k.value, E.value, j.value, re.value, ee.value, T.value, e.class],
|
|
14948
14949
|
style: [H.value, z.value, e.style],
|
|
14949
14950
|
href: a.href.value,
|
|
14950
14951
|
tabindex: P.value ? w ? -2 : 0 : void 0,
|
|
14951
14952
|
onClick: R,
|
|
14952
14953
|
onKeydown: P.value && !D.value && Y
|
|
14953
14954
|
}, {
|
|
14954
|
-
default: () => [Ro(P.value || A.value, "v-list-item"),
|
|
14955
|
+
default: () => [Ro(P.value || A.value, "v-list-item"), ae && f("div", {
|
|
14955
14956
|
key: "prepend",
|
|
14956
14957
|
class: "v-list-item__prepend"
|
|
14957
14958
|
}, [l.prepend ? f(Ge, {
|
|
@@ -14971,7 +14972,7 @@ const V1 = Xl({
|
|
|
14971
14972
|
}
|
|
14972
14973
|
}
|
|
14973
14974
|
}, {
|
|
14974
|
-
default: () => [l.prepend?.(
|
|
14975
|
+
default: () => [l.prepend?.(oe.value)]
|
|
14975
14976
|
}) : f(Ce, null, [e.prependAvatar && f(ml, {
|
|
14976
14977
|
key: "prepend-avatar",
|
|
14977
14978
|
density: e.density,
|
|
@@ -14997,7 +14998,7 @@ const V1 = Xl({
|
|
|
14997
14998
|
default: () => [l.subtitle?.({
|
|
14998
14999
|
subtitle: e.subtitle
|
|
14999
15000
|
}) ?? e.subtitle]
|
|
15000
|
-
}), l.default?.(
|
|
15001
|
+
}), l.default?.(oe.value)]), ue && f("div", {
|
|
15001
15002
|
key: "append",
|
|
15002
15003
|
class: "v-list-item__append"
|
|
15003
15004
|
}, [l.append ? f(Ge, {
|
|
@@ -15017,7 +15018,7 @@ const V1 = Xl({
|
|
|
15017
15018
|
}
|
|
15018
15019
|
}
|
|
15019
15020
|
}, {
|
|
15020
|
-
default: () => [l.append?.(
|
|
15021
|
+
default: () => [l.append?.(oe.value)]
|
|
15021
15022
|
}) : f(Ce, null, [e.appendIcon && f(Ae, {
|
|
15022
15023
|
key: "append-icon",
|
|
15023
15024
|
density: e.density,
|
|
@@ -15336,36 +15337,36 @@ const R1 = U({
|
|
|
15336
15337
|
}
|
|
15337
15338
|
});
|
|
15338
15339
|
const B = he(!1), N = Z();
|
|
15339
|
-
function S(
|
|
15340
|
+
function S(E) {
|
|
15340
15341
|
B.value = !0;
|
|
15341
15342
|
}
|
|
15342
|
-
function b(
|
|
15343
|
+
function b(E) {
|
|
15343
15344
|
B.value = !1;
|
|
15344
15345
|
}
|
|
15345
|
-
function O(
|
|
15346
|
-
!B.value && !(
|
|
15346
|
+
function O(E) {
|
|
15347
|
+
!B.value && !(E.relatedTarget && N.value?.contains(E.relatedTarget)) && T();
|
|
15347
15348
|
}
|
|
15348
|
-
function k(
|
|
15349
|
+
function k(E) {
|
|
15349
15350
|
if (N.value) {
|
|
15350
|
-
if (
|
|
15351
|
+
if (E.key === "ArrowDown")
|
|
15351
15352
|
T("next");
|
|
15352
|
-
else if (
|
|
15353
|
+
else if (E.key === "ArrowUp")
|
|
15353
15354
|
T("prev");
|
|
15354
|
-
else if (
|
|
15355
|
+
else if (E.key === "Home")
|
|
15355
15356
|
T("first");
|
|
15356
|
-
else if (
|
|
15357
|
+
else if (E.key === "End")
|
|
15357
15358
|
T("last");
|
|
15358
15359
|
else
|
|
15359
15360
|
return;
|
|
15360
|
-
|
|
15361
|
+
E.preventDefault();
|
|
15361
15362
|
}
|
|
15362
15363
|
}
|
|
15363
|
-
function H(
|
|
15364
|
+
function H(E) {
|
|
15364
15365
|
B.value = !0;
|
|
15365
15366
|
}
|
|
15366
|
-
function T(
|
|
15367
|
+
function T(E) {
|
|
15367
15368
|
if (N.value)
|
|
15368
|
-
return xa(N.value,
|
|
15369
|
+
return xa(N.value, E);
|
|
15369
15370
|
}
|
|
15370
15371
|
return we(() => f(e.tag, {
|
|
15371
15372
|
ref: N,
|
|
@@ -15444,7 +15445,7 @@ const R1 = U({
|
|
|
15444
15445
|
![document, r.value.contentEl].includes(A) && // It isn't inside the menu body
|
|
15445
15446
|
!r.value.contentEl.contains(A) && wo(r.value.contentEl)[0]?.focus();
|
|
15446
15447
|
}
|
|
15447
|
-
|
|
15448
|
+
le(l, (g) => {
|
|
15448
15449
|
g ? (s?.register(), document.addEventListener("focusin", d, {
|
|
15449
15450
|
once: !0
|
|
15450
15451
|
})) : (s?.unregister(), document.removeEventListener("focusin", d));
|
|
@@ -15518,7 +15519,7 @@ function B1(e) {
|
|
|
15518
15519
|
}];
|
|
15519
15520
|
});
|
|
15520
15521
|
Tt(() => {
|
|
15521
|
-
|
|
15522
|
+
le(n, (c) => {
|
|
15522
15523
|
c ? window.addEventListener("scroll", s, {
|
|
15523
15524
|
passive: !0
|
|
15524
15525
|
}) : window.removeEventListener("scroll", s);
|
|
@@ -15768,12 +15769,12 @@ const G1 = ["start", "end", "left", "right", "top", "bottom"], W1 = U({
|
|
|
15768
15769
|
scopeId: A
|
|
15769
15770
|
} = Fo(), D = Z(), P = he(!1), B = p(() => e.rail && e.expandOnHover && P.value ? Number(e.width) : Number(e.rail ? e.railWidth : e.width)), N = p(() => qi(e.location, a.value)), S = p(() => !e.permanent && (v.value || e.temporary)), b = p(() => e.sticky && !S.value && N.value !== "bottom");
|
|
15770
15771
|
Ut(() => e.expandOnHover && e.rail != null, () => {
|
|
15771
|
-
|
|
15772
|
+
le(P, (G) => l("update:rail", !G));
|
|
15772
15773
|
}), Ut(() => !e.disableResizeWatcher, () => {
|
|
15773
|
-
|
|
15774
|
+
le(S, (G) => !e.permanent && Be(() => g.value = !G));
|
|
15774
15775
|
}), Ut(() => !e.disableRouteWatcher && !!h, () => {
|
|
15775
|
-
|
|
15776
|
-
}),
|
|
15776
|
+
le(h.currentRoute, () => S.value && (g.value = !1));
|
|
15777
|
+
}), le(() => e.permanent, (G) => {
|
|
15777
15778
|
G && (g.value = !0);
|
|
15778
15779
|
}), Fa(() => {
|
|
15779
15780
|
e.modelValue != null || S.value || (g.value = e.permanent || !v.value);
|
|
@@ -15792,7 +15793,7 @@ const G1 = ["start", "end", "left", "right", "top", "bottom"], W1 = U({
|
|
|
15792
15793
|
const G = S.value ? 0 : e.rail && e.expandOnHover ? Number(e.railWidth) : B.value;
|
|
15793
15794
|
return O.value ? G * k.value : G;
|
|
15794
15795
|
}), {
|
|
15795
|
-
layoutItemStyles:
|
|
15796
|
+
layoutItemStyles: E,
|
|
15796
15797
|
layoutItemScrimStyles: z
|
|
15797
15798
|
} = nb({
|
|
15798
15799
|
id: e.name,
|
|
@@ -15812,8 +15813,8 @@ const G1 = ["start", "end", "left", "right", "top", "bottom"], W1 = U({
|
|
|
15812
15813
|
} = B1({
|
|
15813
15814
|
rootEl: D,
|
|
15814
15815
|
isSticky: b,
|
|
15815
|
-
layoutItemStyles:
|
|
15816
|
-
}), re = pt(p(() => typeof e.scrim == "string" ? e.scrim : null)),
|
|
15816
|
+
layoutItemStyles: E
|
|
15817
|
+
}), re = pt(p(() => typeof e.scrim == "string" ? e.scrim : null)), oe = p(() => ({
|
|
15817
15818
|
...O.value ? {
|
|
15818
15819
|
opacity: k.value * 0.2,
|
|
15819
15820
|
transition: "none"
|
|
@@ -15846,7 +15847,7 @@ const G1 = ["start", "end", "left", "right", "top", "bottom"], W1 = U({
|
|
|
15846
15847
|
"v-navigation-drawer--active": g.value,
|
|
15847
15848
|
"v-navigation-drawer--sticky": b.value
|
|
15848
15849
|
}, i.value, s.value, r.value, u.value, d.value, m.value, e.class],
|
|
15849
|
-
style: [c.value,
|
|
15850
|
+
style: [c.value, E.value, H.value, w.value, ee.value, e.style]
|
|
15850
15851
|
}, A, n), {
|
|
15851
15852
|
default: () => [G && f("div", {
|
|
15852
15853
|
key: "image",
|
|
@@ -15880,7 +15881,7 @@ const G1 = ["start", "end", "left", "right", "top", "bottom"], W1 = U({
|
|
|
15880
15881
|
}, {
|
|
15881
15882
|
default: () => [S.value && (O.value || g.value) && !!e.scrim && f("div", ve({
|
|
15882
15883
|
class: ["v-navigation-drawer__scrim", re.backgroundColorClasses.value],
|
|
15883
|
-
style: [
|
|
15884
|
+
style: [oe.value, re.backgroundColorStyles.value],
|
|
15884
15885
|
onClick: () => g.value = !1
|
|
15885
15886
|
}, A), null)]
|
|
15886
15887
|
})]);
|
|
@@ -16189,7 +16190,7 @@ const dc = fe()({
|
|
|
16189
16190
|
resizeRef: a,
|
|
16190
16191
|
contentRect: i
|
|
16191
16192
|
} = Fl(void 0, "border");
|
|
16192
|
-
|
|
16193
|
+
le(() => i.value?.height, (r) => {
|
|
16193
16194
|
r != null && l("update:height", r);
|
|
16194
16195
|
}), we(() => e.renderless ? f(Ce, null, [o.default?.({
|
|
16195
16196
|
itemRef: a
|
|
@@ -16244,10 +16245,10 @@ function tw(e, t) {
|
|
|
16244
16245
|
for (let q = 1; q <= G - 1; q++)
|
|
16245
16246
|
w[q] = (w[q - 1] || 0) + P(q - 1);
|
|
16246
16247
|
A.value = Math.max(A.value, performance.now() - Y);
|
|
16247
|
-
}, A), N =
|
|
16248
|
+
}, A), N = le(h, (Y) => {
|
|
16248
16249
|
Y && (N(), d = c.value.offsetTop, B.immediate(), ee(), ~D && Be(() => {
|
|
16249
16250
|
Me && window.requestAnimationFrame(() => {
|
|
16250
|
-
|
|
16251
|
+
oe(D), D = -1;
|
|
16251
16252
|
});
|
|
16252
16253
|
}));
|
|
16253
16254
|
});
|
|
@@ -16265,12 +16266,12 @@ function tw(e, t) {
|
|
|
16265
16266
|
return nw(w, Y);
|
|
16266
16267
|
}
|
|
16267
16268
|
let k = 0, H = 0, T = 0;
|
|
16268
|
-
|
|
16269
|
+
le(m, (Y, G) => {
|
|
16269
16270
|
G && (ee(), Y < G && requestAnimationFrame(() => {
|
|
16270
16271
|
H = 0, ee();
|
|
16271
16272
|
}));
|
|
16272
16273
|
});
|
|
16273
|
-
function
|
|
16274
|
+
function E() {
|
|
16274
16275
|
if (!s.value || !c.value)
|
|
16275
16276
|
return;
|
|
16276
16277
|
const Y = s.value.scrollTop, G = performance.now();
|
|
@@ -16292,12 +16293,12 @@ function tw(e, t) {
|
|
|
16292
16293
|
// the other side will be updated incidentally
|
|
16293
16294
|
(G !== _1 || $ < o.value) && (G !== $1 || ue > a.value)
|
|
16294
16295
|
) {
|
|
16295
|
-
const Ee = b(o.value) - b($),
|
|
16296
|
-
Math.max(Ee,
|
|
16296
|
+
const Ee = b(o.value) - b($), ae = b(ue) - b(a.value);
|
|
16297
|
+
Math.max(Ee, ae) > Ci ? (o.value = $, a.value = ue) : ($ <= 0 && (o.value = $), ue >= t.value.length && (a.value = ue));
|
|
16297
16298
|
}
|
|
16298
16299
|
i.value = b(o.value), r.value = b(t.value.length) - b(a.value);
|
|
16299
16300
|
}
|
|
16300
|
-
function
|
|
16301
|
+
function oe(Y) {
|
|
16301
16302
|
const G = b(Y);
|
|
16302
16303
|
!s.value || Y && !G ? D = Y : s.value.scrollTop = G;
|
|
16303
16304
|
}
|
|
@@ -16305,7 +16306,7 @@ function tw(e, t) {
|
|
|
16305
16306
|
raw: Y,
|
|
16306
16307
|
index: G + o.value
|
|
16307
16308
|
})));
|
|
16308
|
-
return
|
|
16309
|
+
return le(t, () => {
|
|
16309
16310
|
g = Array.from({
|
|
16310
16311
|
length: t.value.length
|
|
16311
16312
|
}), w = Array.from({
|
|
@@ -16319,8 +16320,8 @@ function tw(e, t) {
|
|
|
16319
16320
|
computedItems: R,
|
|
16320
16321
|
paddingTop: i,
|
|
16321
16322
|
paddingBottom: r,
|
|
16322
|
-
scrollToIndex:
|
|
16323
|
-
handleScroll:
|
|
16323
|
+
scrollToIndex: oe,
|
|
16324
|
+
handleScroll: E,
|
|
16324
16325
|
handleScrollend: z,
|
|
16325
16326
|
handleItemResize: S
|
|
16326
16327
|
};
|
|
@@ -16434,7 +16435,7 @@ function aw(e, t) {
|
|
|
16434
16435
|
async function a() {
|
|
16435
16436
|
await new Promise((r) => requestAnimationFrame(r)), await new Promise((r) => requestAnimationFrame(r)), await new Promise((r) => requestAnimationFrame(r)), await new Promise((r) => {
|
|
16436
16437
|
if (n.value) {
|
|
16437
|
-
const s =
|
|
16438
|
+
const s = le(n, () => {
|
|
16438
16439
|
s(), r();
|
|
16439
16440
|
});
|
|
16440
16441
|
} else
|
|
@@ -16564,7 +16565,7 @@ const iw = U({
|
|
|
16564
16565
|
function T() {
|
|
16565
16566
|
N.value || (s.value = !s.value);
|
|
16566
16567
|
}
|
|
16567
|
-
function
|
|
16568
|
+
function E(R) {
|
|
16568
16569
|
if (!R.key || e.readonly || h?.isReadonly.value)
|
|
16569
16570
|
return;
|
|
16570
16571
|
["Enter", " ", "ArrowDown", "ArrowUp", "Home", "End"].includes(R.key) && R.preventDefault(), ["Enter", "ArrowDown", " "].includes(R.key) && (s.value = !0), ["Escape", "Tab"].includes(R.key) && (s.value = !1), R.key === "Home" ? b.value?.focus("first") : R.key === "End" && b.value?.focus("last");
|
|
@@ -16606,7 +16607,7 @@ const iw = U({
|
|
|
16606
16607
|
function re(R) {
|
|
16607
16608
|
w.value = !0;
|
|
16608
16609
|
}
|
|
16609
|
-
function
|
|
16610
|
+
function oe(R) {
|
|
16610
16611
|
if (R == null)
|
|
16611
16612
|
v.value = [];
|
|
16612
16613
|
else if (Ea(o.value, ":autofill") || Ea(o.value, ":-webkit-autofill")) {
|
|
@@ -16615,14 +16616,14 @@ const iw = U({
|
|
|
16615
16616
|
} else
|
|
16616
16617
|
o.value && (o.value.value = "");
|
|
16617
16618
|
}
|
|
16618
|
-
return
|
|
16619
|
+
return le(s, () => {
|
|
16619
16620
|
if (!e.hideSelected && s.value && v.value.length) {
|
|
16620
16621
|
const R = B.value.findIndex((Y) => v.value.some((G) => e.valueComparator(G.value, Y.value)));
|
|
16621
16622
|
Me && window.requestAnimationFrame(() => {
|
|
16622
16623
|
R >= 0 && i.value?.scrollToIndex(R);
|
|
16623
16624
|
});
|
|
16624
16625
|
}
|
|
16625
|
-
}),
|
|
16626
|
+
}), le(() => e.items, (R, Y) => {
|
|
16626
16627
|
s.value || w.value && !Y.length && R.length && (s.value = !0);
|
|
16627
16628
|
}), we(() => {
|
|
16628
16629
|
const R = !!(e.chips || n.chip), Y = !!(!e.hideNoData || B.value.length || n["prepend-item"] || n["append-item"] || n["no-data"]), G = v.value.length > 0, q = Ll.filterProps(e), $ = G || !w.value && e.label && !e.persistentPlaceholder ? void 0 : e.placeholder;
|
|
@@ -16630,7 +16631,7 @@ const iw = U({
|
|
|
16630
16631
|
ref: o
|
|
16631
16632
|
}, q, {
|
|
16632
16633
|
modelValue: v.value.map((te) => te.props.value).join(", "),
|
|
16633
|
-
"onUpdate:modelValue":
|
|
16634
|
+
"onUpdate:modelValue": oe,
|
|
16634
16635
|
focused: w.value,
|
|
16635
16636
|
"onUpdate:focused": (te) => w.value = te,
|
|
16636
16637
|
validationValue: v.externalValue,
|
|
@@ -16649,7 +16650,7 @@ const iw = U({
|
|
|
16649
16650
|
"onClick:clear": H,
|
|
16650
16651
|
"onMousedown:control": T,
|
|
16651
16652
|
onBlur: j,
|
|
16652
|
-
onKeydown:
|
|
16653
|
+
onKeydown: E,
|
|
16653
16654
|
"aria-label": l(A.value),
|
|
16654
16655
|
title: l(A.value)
|
|
16655
16656
|
}), {
|
|
@@ -16691,10 +16692,10 @@ const iw = U({
|
|
|
16691
16692
|
let {
|
|
16692
16693
|
item: ue,
|
|
16693
16694
|
index: Ee,
|
|
16694
|
-
itemRef:
|
|
16695
|
+
itemRef: ae
|
|
16695
16696
|
} = te;
|
|
16696
16697
|
const Se = ve(ue.props, {
|
|
16697
|
-
ref:
|
|
16698
|
+
ref: ae,
|
|
16698
16699
|
key: Ee,
|
|
16699
16700
|
onClick: () => z(ue, null)
|
|
16700
16701
|
});
|
|
@@ -16728,7 +16729,7 @@ const iw = U({
|
|
|
16728
16729
|
function Ee(je) {
|
|
16729
16730
|
je.stopPropagation(), je.preventDefault(), z(te, !1);
|
|
16730
16731
|
}
|
|
16731
|
-
const
|
|
16732
|
+
const ae = {
|
|
16732
16733
|
"onClick:close": Ee,
|
|
16733
16734
|
onKeydown(je) {
|
|
16734
16735
|
je.key !== "Enter" && je.key !== " " || (je.preventDefault(), je.stopPropagation(), Ee(je));
|
|
@@ -16741,7 +16742,7 @@ const iw = U({
|
|
|
16741
16742
|
}, Se = R ? !!n.chip : !!n.selection, nt = Se ? Kd(R ? n.chip({
|
|
16742
16743
|
item: te,
|
|
16743
16744
|
index: ue,
|
|
16744
|
-
props:
|
|
16745
|
+
props: ae
|
|
16745
16746
|
}) : n.selection({
|
|
16746
16747
|
item: te,
|
|
16747
16748
|
index: ue
|
|
@@ -16767,7 +16768,7 @@ const iw = U({
|
|
|
16767
16768
|
size: "small",
|
|
16768
16769
|
text: te.title,
|
|
16769
16770
|
disabled: te.props.disabled
|
|
16770
|
-
},
|
|
16771
|
+
}, ae), null) : nt ?? f("span", {
|
|
16771
16772
|
class: "v-select__selection-text"
|
|
16772
16773
|
}, [te.title, e.multiple && ue < v.value.length - 1 && f("span", {
|
|
16773
16774
|
class: "v-select__selection-comma"
|
|
@@ -16840,8 +16841,8 @@ const iw = U({
|
|
|
16840
16841
|
if (!(!e.counter || typeof e.counter != "number" && typeof e.counter != "string"))
|
|
16841
16842
|
return e.counter;
|
|
16842
16843
|
});
|
|
16843
|
-
function u(T,
|
|
16844
|
-
!e.autofocus || !T ||
|
|
16844
|
+
function u(T, E) {
|
|
16845
|
+
!e.autofocus || !T || E[0].target?.focus?.();
|
|
16845
16846
|
}
|
|
16846
16847
|
const v = Z(), m = Z(), h = he(""), g = Z(), w = p(() => e.persistentPlaceholder || i.value || e.active);
|
|
16847
16848
|
function A() {
|
|
@@ -16859,11 +16860,11 @@ const iw = U({
|
|
|
16859
16860
|
});
|
|
16860
16861
|
}
|
|
16861
16862
|
function N(T) {
|
|
16862
|
-
const
|
|
16863
|
-
if (a.value =
|
|
16864
|
-
const z = [
|
|
16863
|
+
const E = T.target;
|
|
16864
|
+
if (a.value = E.value, e.modelModifiers?.trim) {
|
|
16865
|
+
const z = [E.selectionStart, E.selectionEnd];
|
|
16865
16866
|
Be(() => {
|
|
16866
|
-
|
|
16867
|
+
E.selectionStart = z[0], E.selectionEnd = z[1];
|
|
16867
16868
|
});
|
|
16868
16869
|
}
|
|
16869
16870
|
}
|
|
@@ -16875,21 +16876,21 @@ const iw = U({
|
|
|
16875
16876
|
e.autoGrow && Be(() => {
|
|
16876
16877
|
if (!S.value || !m.value)
|
|
16877
16878
|
return;
|
|
16878
|
-
const T = getComputedStyle(S.value),
|
|
16879
|
+
const T = getComputedStyle(S.value), E = getComputedStyle(m.value.$el), z = parseFloat(T.getPropertyValue("--v-field-padding-top")) + parseFloat(T.getPropertyValue("--v-input-padding-top")) + parseFloat(T.getPropertyValue("--v-field-padding-bottom")), j = S.value.scrollHeight, ee = parseFloat(T.lineHeight), re = Math.max(parseFloat(e.rows) * ee + z, parseFloat(E.getPropertyValue("--v-input-control-height"))), oe = parseFloat(e.maxRows) * ee + z || 1 / 0, R = Jt(j ?? 0, re, oe);
|
|
16879
16880
|
b.value = Math.floor((R - z) / ee), h.value = ge(R);
|
|
16880
16881
|
});
|
|
16881
16882
|
}
|
|
16882
|
-
Tt(k),
|
|
16883
|
+
Tt(k), le(a, k), le(() => e.rows, k), le(() => e.maxRows, k), le(() => e.density, k);
|
|
16883
16884
|
let H;
|
|
16884
|
-
return
|
|
16885
|
+
return le(S, (T) => {
|
|
16885
16886
|
T ? (H = new ResizeObserver(k), H.observe(S.value)) : H?.disconnect();
|
|
16886
16887
|
}), gt(() => {
|
|
16887
16888
|
H?.disconnect();
|
|
16888
16889
|
}), we(() => {
|
|
16889
|
-
const T = !!(o.counter || e.counter || e.counterValue),
|
|
16890
|
+
const T = !!(o.counter || e.counter || e.counterValue), E = !!(T || o.details), [z, j] = Lr(n), {
|
|
16890
16891
|
modelValue: ee,
|
|
16891
16892
|
...re
|
|
16892
|
-
} = zn.filterProps(e),
|
|
16893
|
+
} = zn.filterProps(e), oe = iv(e);
|
|
16893
16894
|
return f(zn, ve({
|
|
16894
16895
|
ref: v,
|
|
16895
16896
|
modelValue: a.value,
|
|
@@ -16927,7 +16928,7 @@ const iw = U({
|
|
|
16927
16928
|
"onClick:clear": B,
|
|
16928
16929
|
"onClick:prependInner": e["onClick:prependInner"],
|
|
16929
16930
|
"onClick:appendInner": e["onClick:appendInner"]
|
|
16930
|
-
},
|
|
16931
|
+
}, oe, {
|
|
16931
16932
|
id: Y.value,
|
|
16932
16933
|
active: w.value || q.value,
|
|
16933
16934
|
centerAffix: b.value === 1 && !O.value,
|
|
@@ -16941,7 +16942,7 @@ const iw = U({
|
|
|
16941
16942
|
let {
|
|
16942
16943
|
props: {
|
|
16943
16944
|
class: Ee,
|
|
16944
|
-
...
|
|
16945
|
+
...ae
|
|
16945
16946
|
}
|
|
16946
16947
|
} = ue;
|
|
16947
16948
|
return f(Ce, null, [e.prefix && f("span", {
|
|
@@ -16959,13 +16960,13 @@ const iw = U({
|
|
|
16959
16960
|
name: e.name,
|
|
16960
16961
|
onFocus: A,
|
|
16961
16962
|
onBlur: s
|
|
16962
|
-
},
|
|
16963
|
+
}, ae, j), null), [[Gt("intersect"), {
|
|
16963
16964
|
handler: u
|
|
16964
16965
|
}, null, {
|
|
16965
16966
|
once: !0
|
|
16966
16967
|
}]]), e.autoGrow && qe(f("textarea", {
|
|
16967
16968
|
class: [Ee, "v-textarea__sizer"],
|
|
16968
|
-
id: `${
|
|
16969
|
+
id: `${ae.id}-sizer`,
|
|
16969
16970
|
"onUpdate:modelValue": (Se) => a.value = Se,
|
|
16970
16971
|
ref: S,
|
|
16971
16972
|
readonly: !0,
|
|
@@ -16976,7 +16977,7 @@ const iw = U({
|
|
|
16976
16977
|
}
|
|
16977
16978
|
});
|
|
16978
16979
|
},
|
|
16979
|
-
details:
|
|
16980
|
+
details: E ? (R) => f(Ce, null, [o.details?.(R), T && f(Ce, null, [f("span", null, null), f(av, {
|
|
16980
16981
|
active: e.persistentCounter || i.value,
|
|
16981
16982
|
value: c.value,
|
|
16982
16983
|
max: d.value
|
|
@@ -17231,12 +17232,7 @@ const iw = U({
|
|
|
17231
17232
|
alterValue: Ee,
|
|
17232
17233
|
load: Se
|
|
17233
17234
|
});
|
|
17234
|
-
const l = Z(0), o = e, a = { Version: "1.1.0" }, i = Z(!1), r = Z(!0), s = Z(!0), c = Z(!0), d = Z(!0), u = Z(dv()), v = Z(k0()), m = Z(
|
|
17235
|
-
Name: "None",
|
|
17236
|
-
ColourGradient: [],
|
|
17237
|
-
Version: "1.0.0",
|
|
17238
|
-
AlphaGradient: []
|
|
17239
|
-
}), h = Z(0), g = Z("lo_02"), w = Z([
|
|
17235
|
+
const l = Z(0), o = e, a = { Version: "1.1.0" }, i = Z(!1), r = Z(!0), s = Z(!0), c = Z(!0), d = Z(!0), u = Z(dv()), v = Z(k0()), m = Z(void 0), h = Z(0), g = Z("lo_02"), w = Z([
|
|
17240
17236
|
{
|
|
17241
17237
|
text: "Reset Scan",
|
|
17242
17238
|
icon: "refresh",
|
|
@@ -17284,177 +17280,181 @@ const iw = U({
|
|
|
17284
17280
|
}), N = Z({
|
|
17285
17281
|
min: 0,
|
|
17286
17282
|
max: 999999
|
|
17287
|
-
}), S = Z(0), b = Z(""), O = Z(!1), k = Z(!1), H = Z(!1)
|
|
17283
|
+
}), S = Z(0), b = Z(""), O = Z(!1), k = Z(!1), H = Z(!1);
|
|
17284
|
+
le(m, (x) => {
|
|
17285
|
+
console.log(x);
|
|
17286
|
+
});
|
|
17287
|
+
const T = p({
|
|
17288
17288
|
get() {
|
|
17289
17289
|
return [ce(u).Display.WindowLower, ce(u).Display.WindowUpper];
|
|
17290
17290
|
},
|
|
17291
|
-
set(
|
|
17292
|
-
u.value.Display.WindowLower =
|
|
17291
|
+
set(x) {
|
|
17292
|
+
u.value.Display.WindowLower = x[0], u.value.Display.WindowUpper = x[1];
|
|
17293
17293
|
}
|
|
17294
|
-
}),
|
|
17294
|
+
}), E = p({
|
|
17295
17295
|
get() {
|
|
17296
17296
|
return [Math.trunc(ce(u).Display.ThresholdLower), Math.trunc(ce(u).Display.ThresholdUpper)];
|
|
17297
17297
|
},
|
|
17298
|
-
set(
|
|
17299
|
-
u.value.Display.ThresholdLower =
|
|
17298
|
+
set(x) {
|
|
17299
|
+
u.value.Display.ThresholdLower = x[0], u.value.Display.ThresholdUpper = x[1];
|
|
17300
17300
|
}
|
|
17301
17301
|
}), z = p({
|
|
17302
17302
|
get() {
|
|
17303
17303
|
return [Math.trunc(ce(u).Slice.TransverseLower), Math.trunc(ce(u).Slice.TransverseUpper)];
|
|
17304
17304
|
},
|
|
17305
|
-
set(
|
|
17306
|
-
u.value.Slice.TransverseLower =
|
|
17305
|
+
set(x) {
|
|
17306
|
+
u.value.Slice.TransverseLower = x[0], u.value.Slice.TransverseLower = x[1];
|
|
17307
17307
|
}
|
|
17308
17308
|
}), j = p({
|
|
17309
17309
|
get() {
|
|
17310
17310
|
return [Math.trunc(ce(u).Slice.SagittalLower), Math.trunc(ce(u).Slice.SagittalUpper)];
|
|
17311
17311
|
},
|
|
17312
|
-
set(
|
|
17313
|
-
u.value.Slice.SagittalLower =
|
|
17312
|
+
set(x) {
|
|
17313
|
+
u.value.Slice.SagittalLower = x[0], u.value.Slice.SagittalUpper = x[1];
|
|
17314
17314
|
}
|
|
17315
17315
|
}), ee = p({
|
|
17316
17316
|
get() {
|
|
17317
17317
|
return [Math.trunc(ce(u).Slice.CoronalLower), Math.trunc(ce(u).Slice.CoronalUpper)];
|
|
17318
17318
|
},
|
|
17319
|
-
set(
|
|
17320
|
-
u.value.Slice.CoronalLower =
|
|
17319
|
+
set(x) {
|
|
17320
|
+
u.value.Slice.CoronalLower = x[0], u.value.Slice.CoronalUpper = x[1];
|
|
17321
17321
|
}
|
|
17322
17322
|
}), re = Z(null);
|
|
17323
|
-
|
|
17324
|
-
await te(rt.sl01,
|
|
17325
|
-
}),
|
|
17326
|
-
await te(rt.sl02,
|
|
17327
|
-
}),
|
|
17328
|
-
await te(rt.sl03,
|
|
17329
|
-
}),
|
|
17330
|
-
await te(rt.sl04,
|
|
17331
|
-
}),
|
|
17332
|
-
await te(rt.sl05,
|
|
17333
|
-
}),
|
|
17334
|
-
await te(rt.sl06,
|
|
17335
|
-
}),
|
|
17336
|
-
await te(rt.sl07,
|
|
17337
|
-
}),
|
|
17338
|
-
await te(rt.sl08,
|
|
17339
|
-
}),
|
|
17340
|
-
await te(rt.sl09,
|
|
17341
|
-
}),
|
|
17342
|
-
await te(rt.sl10,
|
|
17343
|
-
}),
|
|
17344
|
-
await te(rt.sl11,
|
|
17345
|
-
}),
|
|
17346
|
-
await te(rt.sl12,
|
|
17347
|
-
}),
|
|
17348
|
-
await te(rt.sl13,
|
|
17349
|
-
}),
|
|
17350
|
-
await te(rt.sl14,
|
|
17351
|
-
}),
|
|
17352
|
-
await te(rt.sl15,
|
|
17353
|
-
}),
|
|
17354
|
-
await te(rt.sl16,
|
|
17355
|
-
}),
|
|
17356
|
-
await $(lo.sm05,
|
|
17357
|
-
}),
|
|
17358
|
-
await $(lo.sm08,
|
|
17359
|
-
}),
|
|
17360
|
-
await $(lo.sm10,
|
|
17361
|
-
}),
|
|
17362
|
-
await $(lo.sm12,
|
|
17363
|
-
}),
|
|
17323
|
+
le(() => u.value.Display.Brightness, async (x) => {
|
|
17324
|
+
await te(rt.sl01, x);
|
|
17325
|
+
}), le(() => u.value.Display.Contrast, async (x) => {
|
|
17326
|
+
await te(rt.sl02, x);
|
|
17327
|
+
}), le(() => u.value.Display.Opacity, async (x) => {
|
|
17328
|
+
await te(rt.sl03, x);
|
|
17329
|
+
}), le(() => u.value.Display.WindowLower, async (x) => {
|
|
17330
|
+
await te(rt.sl04, x);
|
|
17331
|
+
}), le(() => u.value.Display.WindowUpper, async (x) => {
|
|
17332
|
+
await te(rt.sl05, x);
|
|
17333
|
+
}), le(() => u.value.Display.ThresholdLower, async (x) => {
|
|
17334
|
+
await te(rt.sl06, x);
|
|
17335
|
+
}), le(() => u.value.Display.ThresholdUpper, async (x) => {
|
|
17336
|
+
await te(rt.sl07, x);
|
|
17337
|
+
}), le(() => u.value.Slice.TransverseLower, async (x) => {
|
|
17338
|
+
await te(rt.sl08, x);
|
|
17339
|
+
}), le(() => u.value.Orientations.Transverse.Slice, async (x) => {
|
|
17340
|
+
await te(rt.sl09, x);
|
|
17341
|
+
}), le(() => u.value.Slice.TransverseUpper, async (x) => {
|
|
17342
|
+
await te(rt.sl10, x);
|
|
17343
|
+
}), le(() => u.value.Slice.SagittalLower, async (x) => {
|
|
17344
|
+
await te(rt.sl11, x);
|
|
17345
|
+
}), le(() => u.value.Orientations.Sagittal.Slice, async (x) => {
|
|
17346
|
+
await te(rt.sl12, x);
|
|
17347
|
+
}), le(() => u.value.Slice.SagittalUpper, async (x) => {
|
|
17348
|
+
await te(rt.sl13, x);
|
|
17349
|
+
}), le(() => u.value.Slice.CoronalLower, async (x) => {
|
|
17350
|
+
await te(rt.sl14, x);
|
|
17351
|
+
}), le(() => u.value.Orientations.Coronal.Slice, async (x) => {
|
|
17352
|
+
await te(rt.sl15, x);
|
|
17353
|
+
}), le(() => u.value.Slice.CoronalUpper, async (x) => {
|
|
17354
|
+
await te(rt.sl16, x);
|
|
17355
|
+
}), le(() => u.value.InteractionSettings.PanSensivitity, async (x) => {
|
|
17356
|
+
await $(lo.sm05, x);
|
|
17357
|
+
}), le(() => u.value.InteractionSettings.ZoomSensitivity, async (x) => {
|
|
17358
|
+
await $(lo.sm08, x);
|
|
17359
|
+
}), le(() => u.value.InteractionSettings.RotateSensitivity, async (x) => {
|
|
17360
|
+
await $(lo.sm10, x);
|
|
17361
|
+
}), le(() => u.value.InteractionSettings.CameraRotateSensitivity, async (x) => {
|
|
17362
|
+
await $(lo.sm12, x);
|
|
17363
|
+
}), le(() => u.value.Layout.PositionData, () => {
|
|
17364
17364
|
l.value += 1;
|
|
17365
17365
|
});
|
|
17366
|
-
function
|
|
17366
|
+
function oe(x) {
|
|
17367
17367
|
}
|
|
17368
|
-
async function R(
|
|
17368
|
+
async function R(x, I) {
|
|
17369
17369
|
await (Al.scan_orientation, cv.so01, {
|
|
17370
17370
|
Version: "0.0.1",
|
|
17371
|
-
View:
|
|
17371
|
+
View: x,
|
|
17372
17372
|
Angle: I
|
|
17373
17373
|
});
|
|
17374
17374
|
}
|
|
17375
|
-
function Y(
|
|
17376
|
-
return ce(u).Layout.PositionData.length !== 1 ?
|
|
17375
|
+
function Y(x) {
|
|
17376
|
+
return ce(u).Layout.PositionData.length !== 1 ? x.DefaultView : ce(u).CurrentView;
|
|
17377
17377
|
}
|
|
17378
|
-
function G(
|
|
17379
|
-
return Object.values(Et).filter((I) => typeof I == "string").map((I) => I === "Volume" ? "3D Volume" : I)[
|
|
17378
|
+
function G(x) {
|
|
17379
|
+
return Object.values(Et).filter((I) => typeof I == "string").map((I) => I === "Volume" ? "3D Volume" : I)[x];
|
|
17380
17380
|
}
|
|
17381
|
-
async function q(
|
|
17382
|
-
await je("lo_01"), await nt(`vs_0${
|
|
17381
|
+
async function q(x) {
|
|
17382
|
+
await je("lo_01"), await nt(`vs_0${x + 1}`);
|
|
17383
17383
|
}
|
|
17384
|
-
async function $(
|
|
17385
|
-
ce(O) || await Gn(
|
|
17384
|
+
async function $(x, I) {
|
|
17385
|
+
ce(O) || await Gn(x, I);
|
|
17386
17386
|
}
|
|
17387
|
-
async function te(
|
|
17388
|
-
ce(O) || await Yn(
|
|
17387
|
+
async function te(x, I) {
|
|
17388
|
+
ce(O) || await Yn(x, I);
|
|
17389
17389
|
}
|
|
17390
17390
|
function ue() {
|
|
17391
17391
|
H.value = !1, i.value = !1;
|
|
17392
17392
|
}
|
|
17393
|
-
function Ee(
|
|
17394
|
-
if (!
|
|
17393
|
+
function Ee(x) {
|
|
17394
|
+
if (!x) {
|
|
17395
17395
|
H.value = !0;
|
|
17396
17396
|
return;
|
|
17397
17397
|
}
|
|
17398
|
-
i.value =
|
|
17398
|
+
i.value = x;
|
|
17399
17399
|
}
|
|
17400
|
-
async function
|
|
17400
|
+
async function ae(x, I, M) {
|
|
17401
17401
|
await ce(re)?.sendPayload(
|
|
17402
17402
|
JSON.stringify({
|
|
17403
17403
|
Version: "0.0.1",
|
|
17404
|
-
Interface:
|
|
17404
|
+
Interface: x,
|
|
17405
17405
|
Action: I,
|
|
17406
17406
|
Message: JSON.stringify(M)
|
|
17407
17407
|
})
|
|
17408
17408
|
);
|
|
17409
17409
|
}
|
|
17410
17410
|
async function Se() {
|
|
17411
|
-
d.value = !0, c.value = !0, await
|
|
17411
|
+
d.value = !0, c.value = !0, await ae("file_management", "fm_01", o.payload);
|
|
17412
17412
|
}
|
|
17413
|
-
async function nt(
|
|
17414
|
-
await
|
|
17413
|
+
async function nt(x) {
|
|
17414
|
+
await ae(Al.view_selection, x, a);
|
|
17415
17415
|
}
|
|
17416
|
-
async function je(
|
|
17417
|
-
|
|
17416
|
+
async function je(x) {
|
|
17417
|
+
x !== "lo_01" && (g.value = x), await ae(Al.layout, x, a);
|
|
17418
17418
|
}
|
|
17419
17419
|
async function xn() {
|
|
17420
17420
|
}
|
|
17421
|
-
async function It(
|
|
17422
|
-
await
|
|
17421
|
+
async function It(x, I) {
|
|
17422
|
+
await ae("presets", x, I), x === no.pr02 && (m.value = I);
|
|
17423
17423
|
}
|
|
17424
|
-
async function Yn(
|
|
17425
|
-
await
|
|
17424
|
+
async function Yn(x, I) {
|
|
17425
|
+
await ae("sliders", x, { Version: "0.0.1", Value: Na(I) });
|
|
17426
17426
|
}
|
|
17427
|
-
async function Gn(
|
|
17428
|
-
await
|
|
17427
|
+
async function Gn(x, I) {
|
|
17428
|
+
await ae("scan_movement", x, { Version: "0.0.1", Value: Na(I) });
|
|
17429
17429
|
}
|
|
17430
|
-
async function y(
|
|
17431
|
-
await
|
|
17430
|
+
async function y(x) {
|
|
17431
|
+
await ae("interactivity", "in_01", { Version: "0.0.1", Value: x }), await ae("interactivity", "in_02", { Version: "0.0.1", Value: x });
|
|
17432
17432
|
}
|
|
17433
|
-
async function C(
|
|
17433
|
+
async function C(x, I) {
|
|
17434
17434
|
O.value = !0, b.value = JSON.stringify(JSON.parse(I), null, 2), Q(I), await Be(), O.value = !1;
|
|
17435
17435
|
}
|
|
17436
|
-
async function F(
|
|
17437
|
-
if (
|
|
17436
|
+
async function F(x, I) {
|
|
17437
|
+
if (x !== uv.fm02)
|
|
17438
17438
|
return;
|
|
17439
17439
|
O.value = !0, b.value = JSON.stringify(JSON.parse(I), null, 2);
|
|
17440
17440
|
const M = JSON.parse(ce(b));
|
|
17441
17441
|
Q(JSON.stringify(M.DefaultDisplaySettings, null, 2)), v.value = M, D.value.max = M.HuUpper, D.value.min = M.HuLower, B.value.max = M.XSlices, N.value.max = M.YSlices, P.value.max = M.ZSlices, m.value = M.ColourPresets[0], await Be(), O.value = !1, c.value = !1, s.value = !1, await y(!1);
|
|
17442
17442
|
}
|
|
17443
|
-
async function W(
|
|
17443
|
+
async function W(x, I) {
|
|
17444
17444
|
}
|
|
17445
17445
|
const X = p(() => ce(u).Layout.PositionData.length > 1 && ce(u).Layout.PositionData[0].Anchor === Ie.TOP_LEFT && ce(u).Layout.PositionData[1].Anchor === Ie.TOP_RIGHT && ce(u).Layout.PositionData[2].Anchor === Ie.BOTTOM_LEFT && ce(u).Layout.PositionData[3].Anchor === Ie.BOTTOM_RIGHT), J = p(() => ce(u).Layout.PositionData.length > 1 && ce(u).Layout.PositionData[0].Anchor === Ie.CENTER && ce(u).Layout.PositionData[1].Anchor === Ie.TOP_RIGHT && ce(u).Layout.PositionData[2].Anchor === Ie.RIGHT && ce(u).Layout.PositionData[3].Anchor === Ie.BOTTOM_RIGHT);
|
|
17446
17446
|
function ne() {
|
|
17447
|
-
for (const
|
|
17448
|
-
if ((ce(u).Display.WindowLower ===
|
|
17449
|
-
return
|
|
17447
|
+
for (const x of ce(v).GreyscalePresets)
|
|
17448
|
+
if ((ce(u).Display.WindowLower === x.Lower || x.Lower > ce(v).HuLower && ce(u).Display.WindowLower === ce(v).HuLower) && (ce(u).Display.WindowUpper === x.Upper || x.Upper > ce(v).HuUpper && ce(u).Display.WindowUpper === ce(v).HuUpper))
|
|
17449
|
+
return x.Name;
|
|
17450
17450
|
}
|
|
17451
|
-
function Q(
|
|
17452
|
-
u.value = JSON.parse(
|
|
17451
|
+
function Q(x) {
|
|
17452
|
+
u.value = JSON.parse(x);
|
|
17453
17453
|
}
|
|
17454
|
-
function _(
|
|
17455
|
-
(
|
|
17454
|
+
function _(x, I, M) {
|
|
17455
|
+
(x === Al.scan_loading || x === "scan_state") && C(I, M), x === Al.file_management && F(I, M), x === "notifications" && W();
|
|
17456
17456
|
}
|
|
17457
|
-
return (
|
|
17457
|
+
return (x, I) => (Oe(), ot(rc, {
|
|
17458
17458
|
class: "pa-0 ma-0 overflow-y-auto overflow-x-hidden",
|
|
17459
17459
|
modelValue: i.value,
|
|
17460
17460
|
style: { "max-height": "unset" },
|
|
@@ -17959,8 +17959,8 @@ const iw = U({
|
|
|
17959
17959
|
max: D.value.max
|
|
17960
17960
|
}, null, 8, ["value", "min", "max"]),
|
|
17961
17961
|
f(_l, ve({
|
|
17962
|
-
value:
|
|
17963
|
-
"onUpdate:value": I[14] || (I[14] = (M) =>
|
|
17962
|
+
value: E.value,
|
|
17963
|
+
"onUpdate:value": I[14] || (I[14] = (M) => E.value = M),
|
|
17964
17964
|
label: "Fine Adjustment"
|
|
17965
17965
|
}, D.value), null, 16, ["value"]),
|
|
17966
17966
|
f(kl, { class: "py-3" }, {
|
|
@@ -18016,7 +18016,7 @@ const iw = U({
|
|
|
18016
18016
|
f(kl, { class: "py-3" }, {
|
|
18017
18017
|
default: L(() => [
|
|
18018
18018
|
f(fc, {
|
|
18019
|
-
value: m.value,
|
|
18019
|
+
"model-value": m.value,
|
|
18020
18020
|
label: "Colour Preset",
|
|
18021
18021
|
variant: "outlined",
|
|
18022
18022
|
density: "compact",
|
|
@@ -18029,7 +18029,7 @@ const iw = U({
|
|
|
18029
18029
|
placeholder: "Select a Colour Preset",
|
|
18030
18030
|
"return-object": "",
|
|
18031
18031
|
"onUpdate:modelValue": I[17] || (I[17] = (M) => It(ce(no).pr02, M))
|
|
18032
|
-
}, null, 8, ["value", "items"])
|
|
18032
|
+
}, null, 8, ["model-value", "items"])
|
|
18033
18033
|
]),
|
|
18034
18034
|
_: 1
|
|
18035
18035
|
})
|