@3cr/viewer-browser 0.0.35 → 0.0.36
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/Viewer3CR.js +6 -6
- package/dist/Viewer3CR.mjs +176 -167
- package/dist/Viewer3CR.umd.js +8 -8
- package/package.json +1 -1
- package/src/components/MftpWebGL3DRModal.vue +1 -1
package/dist/Viewer3CR.mjs
CHANGED
|
@@ -55,7 +55,7 @@ const Me = pc.NODE_ENV !== "production" ? Object.freeze({}) : {}, kl = pc.NODE_E
|
|
|
55
55
|
(e.charCodeAt(2) > 122 || e.charCodeAt(2) < 97), sa = (e) => e.startsWith("onUpdate:"), Fe = Object.assign, vr = (e, t) => {
|
|
56
56
|
const n = e.indexOf(t);
|
|
57
57
|
n > -1 && e.splice(n, 1);
|
|
58
|
-
}, Xv = Object.prototype.hasOwnProperty,
|
|
58
|
+
}, Xv = Object.prototype.hasOwnProperty, Pe = (e, t) => Xv.call(e, t), ye = Array.isArray, nl = (e) => ka(e) === "[object Map]", yc = (e) => ka(e) === "[object Set]", xe = (e) => typeof e == "function", Le = (e) => typeof e == "string", Yl = (e) => typeof e == "symbol", ke = (e) => e !== null && typeof e == "object", mr = (e) => (ke(e) || xe(e)) && xe(e.then) && xe(e.catch), bc = Object.prototype.toString, ka = (e) => bc.call(e), gr = (e) => ka(e).slice(8, -1), wc = (e) => ka(e) === "[object Object]", hr = (e) => Le(e) && e !== "NaN" && e[0] !== "-" && "" + parseInt(e, 10) === e, ao = /* @__PURE__ */ gn(
|
|
59
59
|
// the leading comma is intentional so empty string "" is also included
|
|
60
60
|
",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"
|
|
61
61
|
), qv = /* @__PURE__ */ gn(
|
|
@@ -399,7 +399,7 @@ class Pc {
|
|
|
399
399
|
Object.getPrototypeOf(t) === Object.getPrototypeOf(l) ? t : void 0;
|
|
400
400
|
const i = ye(t);
|
|
401
401
|
if (!o) {
|
|
402
|
-
if (i &&
|
|
402
|
+
if (i && Pe(bs, n))
|
|
403
403
|
return Reflect.get(bs, n, l);
|
|
404
404
|
if (n === "hasOwnProperty")
|
|
405
405
|
return mm;
|
|
@@ -419,11 +419,11 @@ class Dc extends Pc {
|
|
|
419
419
|
if (!il(l) && !Rn(l) && (a = me(a), l = me(l)), !ye(t) && je(a) && !je(l))
|
|
420
420
|
return s ? !1 : (a.value = l, !0);
|
|
421
421
|
}
|
|
422
|
-
const i = ye(t) && hr(n) ? Number(n) < t.length :
|
|
422
|
+
const i = ye(t) && hr(n) ? Number(n) < t.length : Pe(t, n), r = Reflect.set(t, n, l, o);
|
|
423
423
|
return t === me(o) && (i ? Mn(l, a) && Kt(t, "set", n, l, a) : Kt(t, "add", n, l)), r;
|
|
424
424
|
}
|
|
425
425
|
deleteProperty(t, n) {
|
|
426
|
-
const l =
|
|
426
|
+
const l = Pe(t, n), o = t[n], a = Reflect.deleteProperty(t, n);
|
|
427
427
|
return a && l && Kt(t, "delete", n, void 0, o), a;
|
|
428
428
|
}
|
|
429
429
|
has(t, n) {
|
|
@@ -633,7 +633,7 @@ const [
|
|
|
633
633
|
function Ra(e, t) {
|
|
634
634
|
const n = t ? e ? Cm : Em : e ? xm : wm;
|
|
635
635
|
return (l, o, a) => o === "__v_isReactive" ? !e : o === "__v_isReadonly" ? e : o === "__v_raw" ? l : Reflect.get(
|
|
636
|
-
|
|
636
|
+
Pe(n, o) && o in l ? n : l,
|
|
637
637
|
o,
|
|
638
638
|
a
|
|
639
639
|
);
|
|
@@ -1369,7 +1369,7 @@ function ed(e, t, n = !1) {
|
|
|
1369
1369
|
return !a && !r ? (ke(e) && l.set(e, null), null) : (ye(a) ? a.forEach((s) => i[s] = null) : Fe(i, a), ke(e) && l.set(e, i), i);
|
|
1370
1370
|
}
|
|
1371
1371
|
function Ha(e, t) {
|
|
1372
|
-
return !e || !Oo(t) ? !1 : (t = t.slice(2).replace(/Once$/, ""),
|
|
1372
|
+
return !e || !Oo(t) ? !1 : (t = t.slice(2).replace(/Once$/, ""), Pe(e, t[0].toLowerCase() + t.slice(1)) || Pe(e, Tn(t)) || Pe(e, t));
|
|
1373
1373
|
}
|
|
1374
1374
|
let We = null, td = null;
|
|
1375
1375
|
function fa(e) {
|
|
@@ -2154,7 +2154,7 @@ const Ti = (e) => e ? Pd(e) ? Wa(e) || e.proxy : Ti(e.parent) : null, sl = (
|
|
|
2154
2154
|
$nextTick: (e) => e.n || (e.n = Be.bind(e.proxy)),
|
|
2155
2155
|
$watch: (e) => pg.bind(e)
|
|
2156
2156
|
})
|
|
2157
|
-
), Tr = (e) => e === "_" || e === "$", si = (e, t) => e !== Me && !e.__isScriptSetup &&
|
|
2157
|
+
), Tr = (e) => e === "_" || e === "$", si = (e, t) => e !== Me && !e.__isScriptSetup && Pe(e, t), gd = {
|
|
2158
2158
|
get({ _: e }, t) {
|
|
2159
2159
|
const { ctx: n, setupState: l, data: o, props: a, accessCache: i, type: r, appContext: s } = e;
|
|
2160
2160
|
if (V.NODE_ENV !== "production" && t === "__isVue")
|
|
@@ -2176,15 +2176,15 @@ const Ti = (e) => e ? Pd(e) ? Wa(e) || e.proxy : Ti(e.parent) : null, sl = (
|
|
|
2176
2176
|
else {
|
|
2177
2177
|
if (si(l, t))
|
|
2178
2178
|
return i[t] = 1, l[t];
|
|
2179
|
-
if (o !== Me &&
|
|
2179
|
+
if (o !== Me && Pe(o, t))
|
|
2180
2180
|
return i[t] = 2, o[t];
|
|
2181
2181
|
if (
|
|
2182
2182
|
// only cache other properties when instance has declared (thus stable)
|
|
2183
2183
|
// props
|
|
2184
|
-
(c = e.propsOptions[0]) &&
|
|
2184
|
+
(c = e.propsOptions[0]) && Pe(c, t)
|
|
2185
2185
|
)
|
|
2186
2186
|
return i[t] = 3, a[t];
|
|
2187
|
-
if (n !== Me &&
|
|
2187
|
+
if (n !== Me && Pe(n, t))
|
|
2188
2188
|
return i[t] = 4, n[t];
|
|
2189
2189
|
Mi && (i[t] = 0);
|
|
2190
2190
|
}
|
|
@@ -2198,16 +2198,16 @@ const Ti = (e) => e ? Pd(e) ? Wa(e) || e.proxy : Ti(e.parent) : null, sl = (
|
|
|
2198
2198
|
(u = r.__cssModules) && (u = u[t])
|
|
2199
2199
|
)
|
|
2200
2200
|
return u;
|
|
2201
|
-
if (n !== Me &&
|
|
2201
|
+
if (n !== Me && Pe(n, t))
|
|
2202
2202
|
return i[t] = 4, n[t];
|
|
2203
2203
|
if (
|
|
2204
2204
|
// global properties
|
|
2205
|
-
v = s.config.globalProperties,
|
|
2205
|
+
v = s.config.globalProperties, Pe(v, t)
|
|
2206
2206
|
)
|
|
2207
2207
|
return v[t];
|
|
2208
2208
|
V.NODE_ENV !== "production" && We && (!Le(t) || // #1091 avoid internal isRef/isVNode checks on component instance leading
|
|
2209
2209
|
// to infinite warning loop
|
|
2210
|
-
t.indexOf("__v") !== 0) && (o !== Me && Tr(t[0]) &&
|
|
2210
|
+
t.indexOf("__v") !== 0) && (o !== Me && Tr(t[0]) && Pe(o, t) ? K(
|
|
2211
2211
|
`Property ${JSON.stringify(
|
|
2212
2212
|
t
|
|
2213
2213
|
)} must be accessed via $data because it starts with a reserved character ("$" or "_") and is not proxied on the render context.`
|
|
@@ -2217,7 +2217,7 @@ const Ti = (e) => e ? Pd(e) ? Wa(e) || e.proxy : Ti(e.parent) : null, sl = (
|
|
|
2217
2217
|
},
|
|
2218
2218
|
set({ _: e }, t, n) {
|
|
2219
2219
|
const { data: l, setupState: o, ctx: a } = e;
|
|
2220
|
-
return si(o, t) ? (o[t] = n, !0) : V.NODE_ENV !== "production" && o.__isScriptSetup &&
|
|
2220
|
+
return si(o, t) ? (o[t] = n, !0) : V.NODE_ENV !== "production" && o.__isScriptSetup && Pe(o, t) ? (K(`Cannot mutate <script setup> binding "${t}" from Options API.`), !1) : l !== Me && Pe(l, t) ? (l[t] = n, !0) : Pe(e.props, t) ? (V.NODE_ENV !== "production" && K(`Attempting to mutate prop "${t}". Props are readonly.`), !1) : t[0] === "$" && t.slice(1) in e ? (V.NODE_ENV !== "production" && K(
|
|
2221
2221
|
`Attempting to mutate public property "${t}". Properties starting with $ are reserved and readonly.`
|
|
2222
2222
|
), !1) : (V.NODE_ENV !== "production" && t in e.appContext.config.globalProperties ? Object.defineProperty(a, t, {
|
|
2223
2223
|
enumerable: !0,
|
|
@@ -2229,10 +2229,10 @@ const Ti = (e) => e ? Pd(e) ? Wa(e) || e.proxy : Ti(e.parent) : null, sl = (
|
|
|
2229
2229
|
_: { data: e, setupState: t, accessCache: n, ctx: l, appContext: o, propsOptions: a }
|
|
2230
2230
|
}, i) {
|
|
2231
2231
|
let r;
|
|
2232
|
-
return !!n[i] || e !== Me &&
|
|
2232
|
+
return !!n[i] || e !== Me && Pe(e, i) || si(t, i) || (r = a[0]) && Pe(r, i) || Pe(l, i) || Pe(sl, i) || Pe(o.config.globalProperties, i);
|
|
2233
2233
|
},
|
|
2234
2234
|
defineProperty(e, t, n) {
|
|
2235
|
-
return n.get != null ? e._.accessCache[t] = 0 :
|
|
2235
|
+
return n.get != null ? e._.accessCache[t] = 0 : Pe(n, "value") && this.set(e, t, n.value, null), Reflect.defineProperty(e, t, n);
|
|
2236
2236
|
}
|
|
2237
2237
|
};
|
|
2238
2238
|
V.NODE_ENV !== "production" && (gd.ownKeys = (e) => (K(
|
|
@@ -2718,7 +2718,7 @@ function Lg(e, t, n, l) {
|
|
|
2718
2718
|
continue;
|
|
2719
2719
|
const m = t[v];
|
|
2720
2720
|
if (s)
|
|
2721
|
-
if (
|
|
2721
|
+
if (Pe(a, v))
|
|
2722
2722
|
m !== a[v] && (a[v] = m, c = !0);
|
|
2723
2723
|
else {
|
|
2724
2724
|
const h = Dt(v);
|
|
@@ -2740,9 +2740,9 @@ function Lg(e, t, n, l) {
|
|
|
2740
2740
|
let d;
|
|
2741
2741
|
for (const u in r)
|
|
2742
2742
|
(!t || // for camelCase
|
|
2743
|
-
!
|
|
2743
|
+
!Pe(t, u) && // it's possible the original props was passed in as kebab-case
|
|
2744
2744
|
// and converted to camelCase (#955)
|
|
2745
|
-
((d = Tn(u)) === u || !
|
|
2745
|
+
((d = Tn(u)) === u || !Pe(t, d))) && (s ? n && // for camelCase
|
|
2746
2746
|
(n[u] !== void 0 || // for kebab-case
|
|
2747
2747
|
n[d] !== void 0) && (o[u] = zi(
|
|
2748
2748
|
s,
|
|
@@ -2754,7 +2754,7 @@ function Lg(e, t, n, l) {
|
|
|
2754
2754
|
)) : delete o[u]);
|
|
2755
2755
|
if (a !== r)
|
|
2756
2756
|
for (const u in a)
|
|
2757
|
-
(!t || !
|
|
2757
|
+
(!t || !Pe(t, u)) && (delete a[u], c = !0);
|
|
2758
2758
|
}
|
|
2759
2759
|
c && Kt(e, "set", "$attrs"), V.NODE_ENV !== "production" && wd(t || {}, o, e);
|
|
2760
2760
|
}
|
|
@@ -2767,7 +2767,7 @@ function yd(e, t, n, l) {
|
|
|
2767
2767
|
continue;
|
|
2768
2768
|
const c = t[s];
|
|
2769
2769
|
let d;
|
|
2770
|
-
o &&
|
|
2770
|
+
o && Pe(o, d = Dt(s)) ? !a || !a.includes(d) ? n[d] = c : (r || (r = {}))[d] = c : Ha(e.emitsOptions, s) || (!(s in l) || c !== l[s]) && (l[s] = c, i = !0);
|
|
2771
2771
|
}
|
|
2772
2772
|
if (a) {
|
|
2773
2773
|
const s = me(n), c = r || Me;
|
|
@@ -2779,7 +2779,7 @@ function yd(e, t, n, l) {
|
|
|
2779
2779
|
u,
|
|
2780
2780
|
c[u],
|
|
2781
2781
|
e,
|
|
2782
|
-
!
|
|
2782
|
+
!Pe(c, u)
|
|
2783
2783
|
);
|
|
2784
2784
|
}
|
|
2785
2785
|
}
|
|
@@ -2788,7 +2788,7 @@ function yd(e, t, n, l) {
|
|
|
2788
2788
|
function zi(e, t, n, l, o, a) {
|
|
2789
2789
|
const i = e[n];
|
|
2790
2790
|
if (i != null) {
|
|
2791
|
-
const r =
|
|
2791
|
+
const r = Pe(i, "default");
|
|
2792
2792
|
if (r && l === void 0) {
|
|
2793
2793
|
const s = i.default;
|
|
2794
2794
|
if (i.type !== Function && !i.skipFactory && xe(s)) {
|
|
@@ -2851,7 +2851,7 @@ function bd(e, t, n = !1) {
|
|
|
2851
2851
|
] = h > -1, m[
|
|
2852
2852
|
1
|
|
2853
2853
|
/* shouldCastTrue */
|
|
2854
|
-
] = g < 0 || h < g, (h > -1 ||
|
|
2854
|
+
] = g < 0 || h < g, (h > -1 || Pe(m, "default")) && r.push(u);
|
|
2855
2855
|
}
|
|
2856
2856
|
}
|
|
2857
2857
|
}
|
|
@@ -2880,7 +2880,7 @@ function wd(e, t, n) {
|
|
|
2880
2880
|
l[a],
|
|
2881
2881
|
i,
|
|
2882
2882
|
V.NODE_ENV !== "production" ? Nl(l) : l,
|
|
2883
|
-
!
|
|
2883
|
+
!Pe(e, a) && !Pe(e, Tn(a))
|
|
2884
2884
|
);
|
|
2885
2885
|
}
|
|
2886
2886
|
}
|
|
@@ -3012,17 +3012,17 @@ function Hi(e, t, n, l, o = !1) {
|
|
|
3012
3012
|
return;
|
|
3013
3013
|
}
|
|
3014
3014
|
const c = t && t.r, d = r.refs === Me ? r.refs = {} : r.refs, u = r.setupState;
|
|
3015
|
-
if (c != null && c !== s && (Le(c) ? (d[c] = null,
|
|
3015
|
+
if (c != null && c !== s && (Le(c) ? (d[c] = null, Pe(u, c) && (u[c] = null)) : je(c) && (c.value = null)), xe(s))
|
|
3016
3016
|
fn(s, r, 12, [i, d]);
|
|
3017
3017
|
else {
|
|
3018
3018
|
const v = Le(s), m = je(s);
|
|
3019
3019
|
if (v || m) {
|
|
3020
3020
|
const h = () => {
|
|
3021
3021
|
if (e.f) {
|
|
3022
|
-
const g = v ?
|
|
3023
|
-
o ? ye(g) && vr(g, a) : ye(g) ? g.includes(a) || g.push(a) : v ? (d[s] = [a],
|
|
3022
|
+
const g = v ? Pe(u, s) ? u[s] : d[s] : s.value;
|
|
3023
|
+
o ? ye(g) && vr(g, a) : ye(g) ? g.includes(a) || g.push(a) : v ? (d[s] = [a], Pe(u, s) && (u[s] = d[s])) : (s.value = [a], e.k && (d[e.k] = s.value));
|
|
3024
3024
|
} else
|
|
3025
|
-
v ? (d[s] = i,
|
|
3025
|
+
v ? (d[s] = i, Pe(u, s) && (u[s] = i)) : m ? (s.value = i, e.k && (d[e.k] = i)) : V.NODE_ENV !== "production" && K("Invalid template ref type:", s, `(${typeof s})`);
|
|
3026
3026
|
};
|
|
3027
3027
|
i ? (h.id = -1, ht(h, n)) : h();
|
|
3028
3028
|
} else
|
|
@@ -4351,7 +4351,7 @@ function Nd(e) {
|
|
|
4351
4351
|
const t = jt(e);
|
|
4352
4352
|
return ye(e.children) && (t.children = e.children.map(Nd)), t;
|
|
4353
4353
|
}
|
|
4354
|
-
function
|
|
4354
|
+
function be(e = " ", t = 0) {
|
|
4355
4355
|
return f(Gl, null, e, t);
|
|
4356
4356
|
}
|
|
4357
4357
|
function rh(e, t) {
|
|
@@ -4390,7 +4390,7 @@ function zr(e, t) {
|
|
|
4390
4390
|
!o && !(ja in t) ? t._ctx = We : o === 3 && We && (We.slots._ === 1 ? t._ = 1 : (t._ = 2, e.patchFlag |= 1024));
|
|
4391
4391
|
}
|
|
4392
4392
|
else
|
|
4393
|
-
xe(t) ? (t = { default: t, _ctx: We }, n = 32) : (t = String(t), l & 64 ? (n = 16, t = [
|
|
4393
|
+
xe(t) ? (t = { default: t, _ctx: We }, n = 32) : (t = String(t), l & 64 ? (n = 16, t = [be(t)]) : n = 8);
|
|
4394
4394
|
e.children = t, e.shapeFlag |= n;
|
|
4395
4395
|
}
|
|
4396
4396
|
function fe(...e) {
|
|
@@ -6401,7 +6401,7 @@ function Jp(e) {
|
|
|
6401
6401
|
}
|
|
6402
6402
|
return !1;
|
|
6403
6403
|
}
|
|
6404
|
-
function
|
|
6404
|
+
function we(e) {
|
|
6405
6405
|
const t = tt("useRender");
|
|
6406
6406
|
t.render = e;
|
|
6407
6407
|
}
|
|
@@ -8316,7 +8316,7 @@ const Ze = U({
|
|
|
8316
8316
|
focusable: se(e, "focusable"),
|
|
8317
8317
|
static: se(e, "static")
|
|
8318
8318
|
}
|
|
8319
|
-
}),
|
|
8319
|
+
}), we(() => f(e.tag, {
|
|
8320
8320
|
class: ["v-expansion-panels", {
|
|
8321
8321
|
"v-expansion-panels--flat": e.flat,
|
|
8322
8322
|
"v-expansion-panels--tile": e.tile
|
|
@@ -8604,7 +8604,7 @@ const Eb = U({
|
|
|
8604
8604
|
hasContent: o,
|
|
8605
8605
|
onAfterLeave: a
|
|
8606
8606
|
} = Vf(e, l.isSelected);
|
|
8607
|
-
return
|
|
8607
|
+
return we(() => f(Jr, {
|
|
8608
8608
|
onAfterLeave: a
|
|
8609
8609
|
}, {
|
|
8610
8610
|
default: () => [qe(f("div", {
|
|
@@ -8691,7 +8691,7 @@ const Vb = U({
|
|
|
8691
8691
|
tag: "i"
|
|
8692
8692
|
}),
|
|
8693
8693
|
...Ke()
|
|
8694
|
-
}, "VIcon"),
|
|
8694
|
+
}, "VIcon"), Ne = ve()({
|
|
8695
8695
|
name: "VIcon",
|
|
8696
8696
|
props: Vb(),
|
|
8697
8697
|
setup(e, t) {
|
|
@@ -8709,7 +8709,7 @@ const Vb = U({
|
|
|
8709
8709
|
textColorClasses: s,
|
|
8710
8710
|
textColorStyles: c
|
|
8711
8711
|
} = en(se(e, "color"));
|
|
8712
|
-
return
|
|
8712
|
+
return we(() => {
|
|
8713
8713
|
const d = l.default?.();
|
|
8714
8714
|
d && (o.value = qd(d).filter((v) => v.type === Gl && v.children && typeof v.children == "string")[0]?.children);
|
|
8715
8715
|
const u = !!(n.onClick || n.onClickOnce);
|
|
@@ -8940,7 +8940,7 @@ const gl = {
|
|
|
8940
8940
|
expandIcon: e.expandIcon,
|
|
8941
8941
|
readonly: e.readonly
|
|
8942
8942
|
}));
|
|
8943
|
-
return
|
|
8943
|
+
return we(() => qe(f("button", {
|
|
8944
8944
|
class: ["v-expansion-panel-title", {
|
|
8945
8945
|
"v-expansion-panel-title--active": l.isSelected.value,
|
|
8946
8946
|
"v-expansion-panel-title--focusable": e.focusable,
|
|
@@ -8956,7 +8956,7 @@ const gl = {
|
|
|
8956
8956
|
class: "v-expansion-panel-title__overlay"
|
|
8957
8957
|
}, null), n.default?.(i.value), !e.hideActions && f("span", {
|
|
8958
8958
|
class: "v-expansion-panel-title__icon"
|
|
8959
|
-
}, [n.actions ? n.actions(i.value) : f(
|
|
8959
|
+
}, [n.actions ? n.actions(i.value) : f(Ne, {
|
|
8960
8960
|
icon: l.isSelected.value ? e.collapseIcon : e.expandIcon
|
|
8961
8961
|
}, null)])]), [[Gt("ripple"), e.ripple]])), {};
|
|
8962
8962
|
}
|
|
@@ -9044,7 +9044,7 @@ const Pb = U({
|
|
|
9044
9044
|
VExpansionPanelTitle: {
|
|
9045
9045
|
readonly: se(e, "readonly")
|
|
9046
9046
|
}
|
|
9047
|
-
}),
|
|
9047
|
+
}), we(() => {
|
|
9048
9048
|
const v = !!(n.text || e.text), m = !!(n.title || e.title);
|
|
9049
9049
|
return f(e.tag, {
|
|
9050
9050
|
class: ["v-expansion-panel", {
|
|
@@ -9256,13 +9256,13 @@ const Fb = U({
|
|
|
9256
9256
|
return (n, l) => (Ie(), ot(Mf, { class: "font-weight-bold transparent" }, {
|
|
9257
9257
|
default: L(() => [
|
|
9258
9258
|
_e("span", null, [
|
|
9259
|
-
f(
|
|
9259
|
+
f(Ne, { small: "" }, {
|
|
9260
9260
|
default: L(() => [
|
|
9261
|
-
|
|
9261
|
+
be(Je(t.miniMenu.icon), 1)
|
|
9262
9262
|
]),
|
|
9263
9263
|
_: 1
|
|
9264
9264
|
}),
|
|
9265
|
-
|
|
9265
|
+
be(" " + Je(t.miniMenu.text), 1)
|
|
9266
9266
|
]),
|
|
9267
9267
|
f(el)
|
|
9268
9268
|
]),
|
|
@@ -9365,7 +9365,7 @@ const Fb = U({
|
|
|
9365
9365
|
slim: !0,
|
|
9366
9366
|
variant: "text"
|
|
9367
9367
|
}
|
|
9368
|
-
}),
|
|
9368
|
+
}), we(() => f("div", {
|
|
9369
9369
|
class: ["v-card-actions", e.class],
|
|
9370
9370
|
style: e.style
|
|
9371
9371
|
}, [n.default?.()])), {};
|
|
@@ -9445,7 +9445,7 @@ const Xf = U({
|
|
|
9445
9445
|
} = Qb(e), {
|
|
9446
9446
|
dimensionStyles: o
|
|
9447
9447
|
} = pl(e);
|
|
9448
|
-
return
|
|
9448
|
+
return we(() => f("div", {
|
|
9449
9449
|
class: ["v-responsive", {
|
|
9450
9450
|
"v-responsive--inline": e.inline
|
|
9451
9451
|
}, e.class],
|
|
@@ -9705,7 +9705,7 @@ const Ub = {
|
|
|
9705
9705
|
}), x());
|
|
9706
9706
|
});
|
|
9707
9707
|
}
|
|
9708
|
-
return
|
|
9708
|
+
return we(() => {
|
|
9709
9709
|
const x = $u.filterProps(e);
|
|
9710
9710
|
return qe(f($u, fe({
|
|
9711
9711
|
class: ["v-img", {
|
|
@@ -9827,7 +9827,7 @@ const e0 = U({
|
|
|
9827
9827
|
sizeClasses: c,
|
|
9828
9828
|
sizeStyles: d
|
|
9829
9829
|
} = To(e);
|
|
9830
|
-
return
|
|
9830
|
+
return we(() => f(e.tag, {
|
|
9831
9831
|
class: ["v-avatar", {
|
|
9832
9832
|
"v-avatar--start": e.start,
|
|
9833
9833
|
"v-avatar--end": e.end
|
|
@@ -9852,7 +9852,7 @@ const e0 = U({
|
|
|
9852
9852
|
src: e.image,
|
|
9853
9853
|
alt: "",
|
|
9854
9854
|
cover: !0
|
|
9855
|
-
}, null) : e.icon ? f(
|
|
9855
|
+
}, null) : e.icon ? f(Ne, {
|
|
9856
9856
|
key: "icon",
|
|
9857
9857
|
icon: e.icon
|
|
9858
9858
|
}, null) : e.text, Ro(!1, "v-avatar")]
|
|
@@ -9874,7 +9874,7 @@ const e0 = U({
|
|
|
9874
9874
|
let {
|
|
9875
9875
|
slots: n
|
|
9876
9876
|
} = t;
|
|
9877
|
-
return
|
|
9877
|
+
return we(() => {
|
|
9878
9878
|
const l = !!(e.prependAvatar || e.prependIcon), o = !!(l || n.prepend), a = !!(e.appendAvatar || e.appendIcon), i = !!(a || n.append), r = !!(e.title != null || n.title), s = !!(e.subtitle != null || n.subtitle);
|
|
9879
9879
|
return f("div", {
|
|
9880
9880
|
class: ["v-card-item", e.class],
|
|
@@ -9899,7 +9899,7 @@ const e0 = U({
|
|
|
9899
9899
|
key: "prepend-avatar",
|
|
9900
9900
|
density: e.density,
|
|
9901
9901
|
image: e.prependAvatar
|
|
9902
|
-
}, null), e.prependIcon && f(
|
|
9902
|
+
}, null), e.prependIcon && f(Ne, {
|
|
9903
9903
|
key: "prepend-icon",
|
|
9904
9904
|
density: e.density,
|
|
9905
9905
|
icon: e.prependIcon
|
|
@@ -9929,7 +9929,7 @@ const e0 = U({
|
|
|
9929
9929
|
icon: e.appendIcon
|
|
9930
9930
|
}
|
|
9931
9931
|
}
|
|
9932
|
-
}, n.append) : f(Ce, null, [e.appendIcon && f(
|
|
9932
|
+
}, n.append) : f(Ce, null, [e.appendIcon && f(Ne, {
|
|
9933
9933
|
key: "append-icon",
|
|
9934
9934
|
density: e.density,
|
|
9935
9935
|
icon: e.appendIcon
|
|
@@ -10097,7 +10097,7 @@ const l0 = U({
|
|
|
10097
10097
|
} = g.value.getBoundingClientRect(), R = N.value ? x - k.clientX + (T - x) : k.clientX - B;
|
|
10098
10098
|
l.value = Math.round(R / x * A.value);
|
|
10099
10099
|
}
|
|
10100
|
-
return
|
|
10100
|
+
return we(() => f(e.tag, {
|
|
10101
10101
|
ref: g,
|
|
10102
10102
|
class: ["v-progress-linear", {
|
|
10103
10103
|
"v-progress-linear--absolute": e.absolute,
|
|
@@ -10324,7 +10324,7 @@ const s0 = U({
|
|
|
10324
10324
|
} = Uf(e), {
|
|
10325
10325
|
roundedClasses: g
|
|
10326
10326
|
} = wt(e), w = _a(e, n), A = y(() => e.link !== !1 && w.isLink.value), D = y(() => !e.disabled && e.link !== !1 && (e.link || w.isClickable.value));
|
|
10327
|
-
return
|
|
10327
|
+
return we(() => {
|
|
10328
10328
|
const P = A.value ? "a" : e.tag, z = !!(l.title || e.title != null), N = !!(l.subtitle || e.subtitle != null), S = z || N, b = !!(l.append || e.appendAvatar || e.appendIcon), O = !!(l.prepend || e.prependAvatar || e.prependIcon), k = !!(l.image || e.image), B = S || O || b, T = !!(l.text || e.text != null);
|
|
10329
10329
|
return qe(f(P, {
|
|
10330
10330
|
class: ["v-card", {
|
|
@@ -10400,7 +10400,7 @@ function _f(e) {
|
|
|
10400
10400
|
appendInner: "appendAction",
|
|
10401
10401
|
clear: "clear"
|
|
10402
10402
|
}[o], i = e[`onClick:${o}`], r = i && a ? t(`$vuetify.input.${a}`, e.label ?? "") : void 0;
|
|
10403
|
-
return f(
|
|
10403
|
+
return f(Ne, {
|
|
10404
10404
|
icon: e[`${o}Icon`],
|
|
10405
10405
|
"aria-label": r,
|
|
10406
10406
|
onClick: i
|
|
@@ -10436,7 +10436,7 @@ const u0 = U({
|
|
|
10436
10436
|
textColorClasses: o,
|
|
10437
10437
|
textColorStyles: a
|
|
10438
10438
|
} = en(y(() => e.color));
|
|
10439
|
-
return
|
|
10439
|
+
return we(() => f(Pn, {
|
|
10440
10440
|
transition: e.transition,
|
|
10441
10441
|
tag: "div",
|
|
10442
10442
|
class: ["v-messages", o.value, e.class],
|
|
@@ -10662,7 +10662,7 @@ const Ho = U({
|
|
|
10662
10662
|
resetValidation: P,
|
|
10663
10663
|
validate: z
|
|
10664
10664
|
})), b = y(() => e.errorMessages?.length || !g.value && u.value.length ? u.value : e.hint && (e.persistentHint || e.focused) ? e.hint : e.messages);
|
|
10665
|
-
return
|
|
10665
|
+
return we(() => {
|
|
10666
10666
|
const O = !!(l.prepend || e.prependIcon), k = !!(l.append || e.appendIcon), B = b.value.length > 0, T = !e.hideDetails || e.hideDetails === "auto" && (B || !!l.details);
|
|
10667
10667
|
return f("div", {
|
|
10668
10668
|
class: ["v-input", `v-input--${e.direction}`, {
|
|
@@ -10713,7 +10713,7 @@ const Ho = U({
|
|
|
10713
10713
|
let {
|
|
10714
10714
|
slots: n
|
|
10715
10715
|
} = t;
|
|
10716
|
-
return
|
|
10716
|
+
return we(() => f("label", {
|
|
10717
10717
|
class: ["v-label", {
|
|
10718
10718
|
"v-label--clickable": !!e.onClick
|
|
10719
10719
|
}, e.class],
|
|
@@ -11023,7 +11023,7 @@ const ev = U({
|
|
|
11023
11023
|
const q = M(G, e.modelValue);
|
|
11024
11024
|
q != null && l("update:modelValue", q);
|
|
11025
11025
|
}
|
|
11026
|
-
return
|
|
11026
|
+
return we(() => {
|
|
11027
11027
|
const G = ge(P.value ? 100 - e.position : e.position, "%");
|
|
11028
11028
|
return f("div", {
|
|
11029
11029
|
class: ["v-slider-thumb", {
|
|
@@ -11133,7 +11133,7 @@ const ev = U({
|
|
|
11133
11133
|
index: R
|
|
11134
11134
|
}) ?? x.label])]);
|
|
11135
11135
|
}) : []);
|
|
11136
|
-
return
|
|
11136
|
+
return we(() => f("div", {
|
|
11137
11137
|
class: ["v-slider-track", w.value, e.class],
|
|
11138
11138
|
style: [{
|
|
11139
11139
|
"--v-slider-track-size": ge(u.value),
|
|
@@ -11228,7 +11228,7 @@ const ev = U({
|
|
|
11228
11228
|
focus: S,
|
|
11229
11229
|
blur: b
|
|
11230
11230
|
} = Bo(e), O = y(() => D(d.value[0])), k = y(() => D(d.value[1]));
|
|
11231
|
-
return
|
|
11231
|
+
return we(() => {
|
|
11232
11232
|
const B = zn.filterProps(e), T = !!(e.label || n.label || n.prepend);
|
|
11233
11233
|
return f(zn, fe({
|
|
11234
11234
|
class: ["v-slider", "v-range-slider", {
|
|
@@ -11339,7 +11339,7 @@ const ev = U({
|
|
|
11339
11339
|
slots: n
|
|
11340
11340
|
} = t;
|
|
11341
11341
|
const l = y(() => e.max ? `${e.value} / ${e.max}` : String(e.value));
|
|
11342
|
-
return
|
|
11342
|
+
return we(() => f(Pn, {
|
|
11343
11343
|
transition: e.transition
|
|
11344
11344
|
}, {
|
|
11345
11345
|
default: () => [qe(f("div", {
|
|
@@ -11362,7 +11362,7 @@ const ev = U({
|
|
|
11362
11362
|
let {
|
|
11363
11363
|
slots: n
|
|
11364
11364
|
} = t;
|
|
11365
|
-
return
|
|
11365
|
+
return we(() => f(ti, {
|
|
11366
11366
|
class: ["v-field-label", {
|
|
11367
11367
|
"v-field-label--floating": e.floating
|
|
11368
11368
|
}, e.class],
|
|
@@ -11485,7 +11485,7 @@ const ev = U({
|
|
|
11485
11485
|
function R(j) {
|
|
11486
11486
|
j.key !== "Enter" && j.key !== " " || (j.preventDefault(), j.stopPropagation(), e["onClick:clear"]?.(new MouseEvent("click")));
|
|
11487
11487
|
}
|
|
11488
|
-
return
|
|
11488
|
+
return we(() => {
|
|
11489
11489
|
const j = e.variant === "outlined", ee = !!(o["prepend-inner"] || e.prependInnerIcon), ie = !!(e.clearable || o.clear), le = !!(o["append-inner"] || e.appendInnerIcon || ie), M = () => o.label ? o.label({
|
|
11490
11490
|
...T.value,
|
|
11491
11491
|
label: e.label,
|
|
@@ -11766,7 +11766,7 @@ const C0 = ["color", "file", "time", "date", "datetime-local", "week", "month"],
|
|
|
11766
11766
|
});
|
|
11767
11767
|
}
|
|
11768
11768
|
}
|
|
11769
|
-
return
|
|
11769
|
+
return we(() => {
|
|
11770
11770
|
const S = !!(o.counter || e.counter !== !1 && e.counter != null), b = !!(S || o.details), [O, k] = jr(n), {
|
|
11771
11771
|
modelValue: B,
|
|
11772
11772
|
...T
|
|
@@ -11889,7 +11889,7 @@ const C0 = ["color", "file", "time", "date", "datetime-local", "week", "month"],
|
|
|
11889
11889
|
}, { deep: !0 }), (s, c) => (Ie(), Ue("div", V0, [
|
|
11890
11890
|
f(ns, { class: "pb-0 pt-1 text-caption" }, {
|
|
11891
11891
|
default: L(() => [
|
|
11892
|
-
|
|
11892
|
+
be(Je(s.label), 1)
|
|
11893
11893
|
]),
|
|
11894
11894
|
_: 1
|
|
11895
11895
|
}),
|
|
@@ -12043,7 +12043,7 @@ const C0 = ["color", "file", "time", "date", "datetime-local", "week", "month"],
|
|
|
12043
12043
|
focus: P,
|
|
12044
12044
|
blur: z
|
|
12045
12045
|
} = Bo(e), N = y(() => g(r.value));
|
|
12046
|
-
return
|
|
12046
|
+
return we(() => {
|
|
12047
12047
|
const S = zn.filterProps(e), b = !!(e.label || n.label || n.prepend);
|
|
12048
12048
|
return f(zn, fe({
|
|
12049
12049
|
class: ["v-slider", {
|
|
@@ -12302,7 +12302,7 @@ const dv = U({
|
|
|
12302
12302
|
flat: !0,
|
|
12303
12303
|
variant: se(e, "variant")
|
|
12304
12304
|
}
|
|
12305
|
-
}),
|
|
12305
|
+
}), we(() => f(e.tag, {
|
|
12306
12306
|
class: ["v-btn-group", {
|
|
12307
12307
|
"v-btn-group--divided": e.divided
|
|
12308
12308
|
}, l.value, a.value, o.value, i.value, r.value, e.class],
|
|
@@ -12330,7 +12330,7 @@ ve()({
|
|
|
12330
12330
|
select: i,
|
|
12331
12331
|
selected: r
|
|
12332
12332
|
} = Ua(e, fv);
|
|
12333
|
-
return
|
|
12333
|
+
return we(() => {
|
|
12334
12334
|
const s = tc.filterProps(e);
|
|
12335
12335
|
return f(tc, fe({
|
|
12336
12336
|
class: ["v-btn-toggle", e.class]
|
|
@@ -12401,7 +12401,7 @@ const M0 = U({
|
|
|
12401
12401
|
} = Fl(), A = y(() => Math.max(0, Math.min(100, parseFloat(e.modelValue)))), D = y(() => Number(e.width)), P = y(() => s.value ? Number(e.size) : w.value ? w.value.width : Math.max(D.value, 32)), z = y(() => l / (1 - D.value / P.value) * 2), N = y(() => D.value / P.value * z.value), S = y(() => ge((100 - A.value) / 100 * o));
|
|
12402
12402
|
return Lt(() => {
|
|
12403
12403
|
m.value = a.value, g.value = a.value;
|
|
12404
|
-
}),
|
|
12404
|
+
}), we(() => f(e.tag, {
|
|
12405
12405
|
ref: a,
|
|
12406
12406
|
class: ["v-progress-circular", {
|
|
12407
12407
|
"v-progress-circular--indeterminate": !!e.indeterminate,
|
|
@@ -12542,7 +12542,7 @@ const B0 = U({
|
|
|
12542
12542
|
function O(k) {
|
|
12543
12543
|
N.value || P.isLink.value && (k.metaKey || k.ctrlKey || k.shiftKey || k.button !== 0 || n.target === "_blank") || (P.navigate?.(k), D?.toggle());
|
|
12544
12544
|
}
|
|
12545
|
-
return z0(P, D?.select),
|
|
12545
|
+
return z0(P, D?.select), we(() => {
|
|
12546
12546
|
const k = P.isLink.value ? "a" : e.tag, B = !!(e.prependIcon || l.prepend), T = !!(e.appendIcon || l.append), x = !!(e.icon && e.icon !== !0), R = D?.isSelected.value && (!P.isLink.value || P.isActive?.value) || !D || P.isActive?.value;
|
|
12547
12547
|
return qe(f(k, {
|
|
12548
12548
|
type: k === "a" ? void 0 : "button",
|
|
@@ -12576,13 +12576,13 @@ const B0 = U({
|
|
|
12576
12576
|
icon: e.prependIcon
|
|
12577
12577
|
}
|
|
12578
12578
|
}
|
|
12579
|
-
}, l.prepend) : f(
|
|
12579
|
+
}, l.prepend) : f(Ne, {
|
|
12580
12580
|
key: "prepend-icon",
|
|
12581
12581
|
icon: e.prependIcon
|
|
12582
12582
|
}, null)]), f("span", {
|
|
12583
12583
|
class: "v-btn__content",
|
|
12584
12584
|
"data-no-activator": ""
|
|
12585
|
-
}, [!l.default && x ? f(
|
|
12585
|
+
}, [!l.default && x ? f(Ne, {
|
|
12586
12586
|
key: "content-icon",
|
|
12587
12587
|
icon: e.icon
|
|
12588
12588
|
}, null) : f(Ge, {
|
|
@@ -12606,7 +12606,7 @@ const B0 = U({
|
|
|
12606
12606
|
icon: e.appendIcon
|
|
12607
12607
|
}
|
|
12608
12608
|
}
|
|
12609
|
-
}, l.append) : f(
|
|
12609
|
+
}, l.append) : f(Ne, {
|
|
12610
12610
|
key: "append-icon",
|
|
12611
12611
|
icon: e.appendIcon
|
|
12612
12612
|
}, null)]), !!e.loading && f("span", {
|
|
@@ -12820,7 +12820,7 @@ const F0 = Symbol.for("vuetify:v-slide-group"), vv = U({
|
|
|
12820
12820
|
return !a.value && (r.value || Math.abs(s.value) > 0);
|
|
12821
12821
|
}
|
|
12822
12822
|
}), Y = y(() => Math.abs(s.value) > 0), G = y(() => d.value > Math.abs(s.value) + c.value);
|
|
12823
|
-
return
|
|
12823
|
+
return we(() => f(e.tag, {
|
|
12824
12824
|
class: ["v-slide-group", {
|
|
12825
12825
|
"v-slide-group--vertical": !u.value,
|
|
12826
12826
|
"v-slide-group--has-affixes": M.value,
|
|
@@ -12837,7 +12837,7 @@ const F0 = Symbol.for("vuetify:v-slide-group"), vv = U({
|
|
|
12837
12837
|
}],
|
|
12838
12838
|
onClick: () => Y.value && ee("prev")
|
|
12839
12839
|
}, [n.prev?.(le.value) ?? f(Wu, null, {
|
|
12840
|
-
default: () => [f(
|
|
12840
|
+
default: () => [f(Ne, {
|
|
12841
12841
|
icon: l.value ? e.nextIcon : e.prevIcon
|
|
12842
12842
|
}, null)]
|
|
12843
12843
|
})]), f("div", {
|
|
@@ -12862,7 +12862,7 @@ const F0 = Symbol.for("vuetify:v-slide-group"), vv = U({
|
|
|
12862
12862
|
}],
|
|
12863
12863
|
onClick: () => G.value && ee("next")
|
|
12864
12864
|
}, [n.next?.(le.value) ?? f(Wu, null, {
|
|
12865
|
-
default: () => [f(
|
|
12865
|
+
default: () => [f(Ne, {
|
|
12866
12866
|
icon: l.value ? e.prevIcon : e.nextIcon
|
|
12867
12867
|
}, null)]
|
|
12868
12868
|
})])]
|
|
@@ -12917,7 +12917,7 @@ ve()({
|
|
|
12917
12917
|
filter: se(e, "filter"),
|
|
12918
12918
|
variant: se(e, "variant")
|
|
12919
12919
|
}
|
|
12920
|
-
}),
|
|
12920
|
+
}), we(() => {
|
|
12921
12921
|
const c = oc.filterProps(e);
|
|
12922
12922
|
return f(oc, fe(c, {
|
|
12923
12923
|
class: ["v-chip-group", {
|
|
@@ -13068,7 +13068,7 @@ const j0 = U({
|
|
|
13068
13068
|
icon: e.filterIcon
|
|
13069
13069
|
}
|
|
13070
13070
|
}
|
|
13071
|
-
}, o.filter) : f(
|
|
13071
|
+
}, o.filter) : f(Ne, {
|
|
13072
13072
|
key: "filter-icon",
|
|
13073
13073
|
icon: e.filterIcon
|
|
13074
13074
|
}, null)]), [[Yt, w.isSelected.value]])]
|
|
@@ -13088,7 +13088,7 @@ const j0 = U({
|
|
|
13088
13088
|
start: !0
|
|
13089
13089
|
}
|
|
13090
13090
|
}
|
|
13091
|
-
}, o.prepend) : f(Ce, null, [e.prependIcon && f(
|
|
13091
|
+
}, o.prepend) : f(Ce, null, [e.prependIcon && f(Ne, {
|
|
13092
13092
|
key: "prepend-icon",
|
|
13093
13093
|
icon: e.prependIcon,
|
|
13094
13094
|
start: !0
|
|
@@ -13122,7 +13122,7 @@ const j0 = U({
|
|
|
13122
13122
|
icon: e.appendIcon
|
|
13123
13123
|
}
|
|
13124
13124
|
}
|
|
13125
|
-
}, o.append) : f(Ce, null, [e.appendIcon && f(
|
|
13125
|
+
}, o.append) : f(Ce, null, [e.appendIcon && f(Ne, {
|
|
13126
13126
|
key: "append-icon",
|
|
13127
13127
|
end: !0,
|
|
13128
13128
|
icon: e.appendIcon
|
|
@@ -13142,7 +13142,7 @@ const j0 = U({
|
|
|
13142
13142
|
size: "x-small"
|
|
13143
13143
|
}
|
|
13144
13144
|
}
|
|
13145
|
-
}, o.close) : f(
|
|
13145
|
+
}, o.close) : f(Ne, {
|
|
13146
13146
|
key: "close-icon",
|
|
13147
13147
|
icon: e.closeIcon,
|
|
13148
13148
|
size: "x-small"
|
|
@@ -13995,7 +13995,7 @@ const ni = U({
|
|
|
13995
13995
|
function te() {
|
|
13996
13996
|
v(), o("afterLeave");
|
|
13997
13997
|
}
|
|
13998
|
-
return
|
|
13998
|
+
return we(() => f(Ce, null, [n.activator?.({
|
|
13999
13999
|
isActive: i.value,
|
|
14000
14000
|
props: fe({
|
|
14001
14001
|
ref: D,
|
|
@@ -14106,7 +14106,7 @@ const ni = U({
|
|
|
14106
14106
|
"aria-haspopup": "dialog",
|
|
14107
14107
|
"aria-expanded": String(l.value)
|
|
14108
14108
|
}, e.activatorProps));
|
|
14109
|
-
return
|
|
14109
|
+
return we(() => {
|
|
14110
14110
|
const s = jl.filterProps(e);
|
|
14111
14111
|
return f(jl, fe({
|
|
14112
14112
|
ref: a,
|
|
@@ -14159,7 +14159,7 @@ const ni = U({
|
|
|
14159
14159
|
const r = {};
|
|
14160
14160
|
return e.length && (r[e.vertical ? "maxHeight" : "maxWidth"] = ge(e.length)), e.thickness && (r[e.vertical ? "borderRightWidth" : "borderTopWidth"] = ge(e.thickness)), r;
|
|
14161
14161
|
});
|
|
14162
|
-
return
|
|
14162
|
+
return we(() => f("hr", {
|
|
14163
14163
|
class: [{
|
|
14164
14164
|
"v-divider": !0,
|
|
14165
14165
|
"v-divider--inset": e.inset,
|
|
@@ -14786,7 +14786,7 @@ const V1 = Xl({
|
|
|
14786
14786
|
value: e.value
|
|
14787
14787
|
}
|
|
14788
14788
|
}));
|
|
14789
|
-
return
|
|
14789
|
+
return we(() => f(e.tag, {
|
|
14790
14790
|
class: ["v-list-group", {
|
|
14791
14791
|
"v-list-group--prepend": r?.hasPrepend.value,
|
|
14792
14792
|
"v-list-group--fluid": e.fluid,
|
|
@@ -14924,7 +14924,7 @@ const V1 = Xl({
|
|
|
14924
14924
|
function Y(G) {
|
|
14925
14925
|
(G.key === "Enter" || G.key === " ") && (G.preventDefault(), M(G));
|
|
14926
14926
|
}
|
|
14927
|
-
return
|
|
14927
|
+
return we(() => {
|
|
14928
14928
|
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), oe = !!(Ee || l.prepend);
|
|
14929
14929
|
return w?.updateHasPrepend(oe), e.activeColor && Np("active-color", ["color", "base-color"]), qe(f(G, {
|
|
14930
14930
|
class: ["v-list-item", {
|
|
@@ -14967,7 +14967,7 @@ const V1 = Xl({
|
|
|
14967
14967
|
key: "prepend-avatar",
|
|
14968
14968
|
density: e.density,
|
|
14969
14969
|
image: e.prependAvatar
|
|
14970
|
-
}, null), e.prependIcon && f(
|
|
14970
|
+
}, null), e.prependIcon && f(Ne, {
|
|
14971
14971
|
key: "prepend-icon",
|
|
14972
14972
|
density: e.density,
|
|
14973
14973
|
icon: e.prependIcon
|
|
@@ -15009,7 +15009,7 @@ const V1 = Xl({
|
|
|
15009
15009
|
}
|
|
15010
15010
|
}, {
|
|
15011
15011
|
default: () => [l.append?.(le.value)]
|
|
15012
|
-
}) : f(Ce, null, [e.appendIcon && f(
|
|
15012
|
+
}) : f(Ce, null, [e.appendIcon && f(Ne, {
|
|
15013
15013
|
key: "append-icon",
|
|
15014
15014
|
density: e.density,
|
|
15015
15015
|
icon: e.appendIcon
|
|
@@ -15046,7 +15046,7 @@ const V1 = Xl({
|
|
|
15046
15046
|
textColorClasses: l,
|
|
15047
15047
|
textColorStyles: o
|
|
15048
15048
|
} = en(se(e, "color"));
|
|
15049
|
-
return
|
|
15049
|
+
return we(() => {
|
|
15050
15050
|
const a = !!(n.default || e.title);
|
|
15051
15051
|
return f(e.tag, {
|
|
15052
15052
|
class: ["v-list-subheader", {
|
|
@@ -15358,7 +15358,7 @@ const R1 = U({
|
|
|
15358
15358
|
if (N.value)
|
|
15359
15359
|
return Ea(N.value, x);
|
|
15360
15360
|
}
|
|
15361
|
-
return
|
|
15361
|
+
return we(() => f(e.tag, {
|
|
15362
15362
|
ref: N,
|
|
15363
15363
|
class: ["v-list", {
|
|
15364
15364
|
"v-list--disabled": e.disabled,
|
|
@@ -15458,7 +15458,7 @@ const R1 = U({
|
|
|
15458
15458
|
"aria-owns": i.value,
|
|
15459
15459
|
onKeydown: m
|
|
15460
15460
|
}, e.activatorProps));
|
|
15461
|
-
return
|
|
15461
|
+
return we(() => {
|
|
15462
15462
|
const g = jl.filterProps(e);
|
|
15463
15463
|
return f(jl, fe({
|
|
15464
15464
|
ref: r,
|
|
@@ -15822,7 +15822,7 @@ const G1 = ["start", "end", "left", "right", "top", "bottom"], W1 = U({
|
|
|
15822
15822
|
function Y() {
|
|
15823
15823
|
P.value = !1;
|
|
15824
15824
|
}
|
|
15825
|
-
return
|
|
15825
|
+
return we(() => {
|
|
15826
15826
|
const G = o.image || e.image;
|
|
15827
15827
|
return f(Ce, null, [f(e.tag, fe({
|
|
15828
15828
|
ref: D,
|
|
@@ -15956,7 +15956,7 @@ ve()({
|
|
|
15956
15956
|
type: se(e, "type"),
|
|
15957
15957
|
valueComparator: se(e, "valueComparator")
|
|
15958
15958
|
}
|
|
15959
|
-
}),
|
|
15959
|
+
}), we(() => f("div", {
|
|
15960
15960
|
class: ["v-selection-control-group", {
|
|
15961
15961
|
"v-selection-control-group--inline": e.inline
|
|
15962
15962
|
}, e.class],
|
|
@@ -16053,7 +16053,7 @@ const mc = ve()({
|
|
|
16053
16053
|
function S(b) {
|
|
16054
16054
|
D.value && (e.readonly && o && Be(() => o.forceUpdate()), r.value = b.target.checked);
|
|
16055
16055
|
}
|
|
16056
|
-
return
|
|
16056
|
+
return we(() => {
|
|
16057
16057
|
const b = l.label ? l.label({
|
|
16058
16058
|
label: e.label,
|
|
16059
16059
|
props: {
|
|
@@ -16106,7 +16106,7 @@ const mc = ve()({
|
|
|
16106
16106
|
onBlur: z,
|
|
16107
16107
|
id: A.value
|
|
16108
16108
|
}
|
|
16109
|
-
}) ?? f(Ce, null, [i.value && f(
|
|
16109
|
+
}) ?? f(Ce, null, [i.value && f(Ne, {
|
|
16110
16110
|
key: "icon",
|
|
16111
16111
|
icon: i.value
|
|
16112
16112
|
}, null), B])]), [[Gt("ripple"), e.ripple && [!e.disabled && !e.readonly, null, ["center", "circle"]]]])]), b && f(ti, {
|
|
@@ -16146,7 +16146,7 @@ const mc = ve()({
|
|
|
16146
16146
|
l.value && (l.value = !1);
|
|
16147
16147
|
}
|
|
16148
16148
|
const i = y(() => l.value ? e.indeterminateIcon : e.falseIcon), r = y(() => l.value ? e.indeterminateIcon : e.trueIcon);
|
|
16149
|
-
return
|
|
16149
|
+
return we(() => {
|
|
16150
16150
|
const s = ml(mc.filterProps(e), ["modelValue"]);
|
|
16151
16151
|
return f(mc, fe(s, {
|
|
16152
16152
|
modelValue: o.value,
|
|
@@ -16182,7 +16182,7 @@ const mc = ve()({
|
|
|
16182
16182
|
} = Fl(void 0, "border");
|
|
16183
16183
|
ae(() => i.value?.height, (r) => {
|
|
16184
16184
|
r != null && l("update:height", r);
|
|
16185
|
-
}),
|
|
16185
|
+
}), we(() => e.renderless ? f(Ce, null, [o.default?.({
|
|
16186
16186
|
itemRef: a
|
|
16187
16187
|
})]) : f("div", fe({
|
|
16188
16188
|
ref: a,
|
|
@@ -16370,7 +16370,7 @@ const lw = U({
|
|
|
16370
16370
|
Tt(() => {
|
|
16371
16371
|
a.value = rf(l.vnode.el, !0), h(!0);
|
|
16372
16372
|
}), yt(h);
|
|
16373
|
-
}),
|
|
16373
|
+
}), we(() => {
|
|
16374
16374
|
const h = m.value.map((g) => f(J1, {
|
|
16375
16375
|
key: g.index,
|
|
16376
16376
|
renderless: e.renderless,
|
|
@@ -16615,7 +16615,7 @@ const iw = U({
|
|
|
16615
16615
|
}
|
|
16616
16616
|
}), ae(() => e.items, (M, Y) => {
|
|
16617
16617
|
s.value || w.value && !Y.length && M.length && (s.value = !0);
|
|
16618
|
-
}),
|
|
16618
|
+
}), we(() => {
|
|
16619
16619
|
const M = !!(e.chips || n.chip), Y = !!(!e.hideNoData || z.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;
|
|
16620
16620
|
return f(Ll, fe({
|
|
16621
16621
|
ref: o
|
|
@@ -16707,7 +16707,7 @@ const iw = U({
|
|
|
16707
16707
|
tabindex: "-1"
|
|
16708
16708
|
}, null) : void 0, ue.props.prependAvatar && f(vl, {
|
|
16709
16709
|
image: ue.props.prependAvatar
|
|
16710
|
-
}, null), ue.props.prependIcon && f(
|
|
16710
|
+
}, null), ue.props.prependIcon && f(Ne, {
|
|
16711
16711
|
icon: ue.props.prependIcon
|
|
16712
16712
|
}, null)]);
|
|
16713
16713
|
}
|
|
@@ -16762,12 +16762,12 @@ const iw = U({
|
|
|
16762
16762
|
class: "v-select__selection-text"
|
|
16763
16763
|
}, [te.title, e.multiple && ue < v.value.length - 1 && f("span", {
|
|
16764
16764
|
class: "v-select__selection-comma"
|
|
16765
|
-
}, [
|
|
16765
|
+
}, [be(",")])])]);
|
|
16766
16766
|
})]),
|
|
16767
16767
|
"append-inner": function() {
|
|
16768
16768
|
for (var te = arguments.length, ue = new Array(te), Ee = 0; Ee < te; Ee++)
|
|
16769
16769
|
ue[Ee] = arguments[Ee];
|
|
16770
|
-
return f(Ce, null, [n["append-inner"]?.(...ue), e.menuIcon ? f(
|
|
16770
|
+
return f(Ce, null, [n["append-inner"]?.(...ue), e.menuIcon ? f(Ne, {
|
|
16771
16771
|
class: "v-select__menu-icon",
|
|
16772
16772
|
icon: e.menuIcon
|
|
16773
16773
|
}, null) : void 0]);
|
|
@@ -16876,7 +16876,7 @@ const iw = U({
|
|
|
16876
16876
|
T ? (B = new ResizeObserver(k), B.observe(S.value)) : B?.disconnect();
|
|
16877
16877
|
}), gt(() => {
|
|
16878
16878
|
B?.disconnect();
|
|
16879
|
-
}),
|
|
16879
|
+
}), we(() => {
|
|
16880
16880
|
const T = !!(o.counter || e.counter || e.counterValue), x = !!(T || o.details), [R, j] = jr(n), {
|
|
16881
16881
|
modelValue: ee,
|
|
16882
16882
|
...ie
|
|
@@ -16986,7 +16986,7 @@ const iw = U({
|
|
|
16986
16986
|
let {
|
|
16987
16987
|
slots: n
|
|
16988
16988
|
} = t;
|
|
16989
|
-
return
|
|
16989
|
+
return we(() => {
|
|
16990
16990
|
const l = !!(n.default || n.text || e.text);
|
|
16991
16991
|
return f(e.tag, {
|
|
16992
16992
|
class: ["v-toolbar-title", e.class],
|
|
@@ -17053,7 +17053,7 @@ const iw = U({
|
|
|
17053
17053
|
VBtn: {
|
|
17054
17054
|
variant: "text"
|
|
17055
17055
|
}
|
|
17056
|
-
}),
|
|
17056
|
+
}), we(() => {
|
|
17057
17057
|
const m = !!(e.title || n.title), h = !!(n.image || e.image), g = n.extension?.();
|
|
17058
17058
|
return d.value = !!(e.extended || g), f(e.tag, {
|
|
17059
17059
|
class: ["v-toolbar", {
|
|
@@ -17157,7 +17157,7 @@ const iw = U({
|
|
|
17157
17157
|
} = Fo(), a = Mt(), i = y(() => e.id || `v-tooltip-${a}`), r = Z(), s = y(() => e.location.split(" ").length > 1 ? e.location : e.location + " center"), c = y(() => e.origin === "auto" || e.origin === "overlap" || e.origin.split(" ").length > 1 || e.location.split(" ").length > 1 ? e.origin : e.origin + " center"), d = y(() => e.transition ? e.transition : l.value ? "scale-transition" : "fade-transition"), u = y(() => fe({
|
|
17158
17158
|
"aria-describedby": i.value
|
|
17159
17159
|
}, e.activatorProps));
|
|
17160
|
-
return
|
|
17160
|
+
return we(() => {
|
|
17161
17161
|
const v = jl.filterProps(e);
|
|
17162
17162
|
return f(jl, fe({
|
|
17163
17163
|
ref: r,
|
|
@@ -17470,13 +17470,13 @@ const iw = U({
|
|
|
17470
17470
|
default: L(() => [
|
|
17471
17471
|
f(lr, null, {
|
|
17472
17472
|
default: L(() => [
|
|
17473
|
-
|
|
17473
|
+
be("Close Viewer?")
|
|
17474
17474
|
]),
|
|
17475
17475
|
_: 1
|
|
17476
17476
|
}),
|
|
17477
17477
|
f(or, null, {
|
|
17478
17478
|
default: L(() => [
|
|
17479
|
-
|
|
17479
|
+
be("Are you sure you want to close the Online Viewer?")
|
|
17480
17480
|
]),
|
|
17481
17481
|
_: 1
|
|
17482
17482
|
}),
|
|
@@ -17488,7 +17488,7 @@ const iw = U({
|
|
|
17488
17488
|
onClick: I[0] || (I[0] = (F) => B.value = !1)
|
|
17489
17489
|
}, {
|
|
17490
17490
|
default: L(() => [
|
|
17491
|
-
|
|
17491
|
+
be(" Cancel ")
|
|
17492
17492
|
]),
|
|
17493
17493
|
_: 1
|
|
17494
17494
|
}),
|
|
@@ -17498,7 +17498,7 @@ const iw = U({
|
|
|
17498
17498
|
onClick: ue
|
|
17499
17499
|
}, {
|
|
17500
17500
|
default: L(() => [
|
|
17501
|
-
|
|
17501
|
+
be(" Close without saving ")
|
|
17502
17502
|
]),
|
|
17503
17503
|
_: 1
|
|
17504
17504
|
}),
|
|
@@ -17507,7 +17507,7 @@ const iw = U({
|
|
|
17507
17507
|
onClick: ue
|
|
17508
17508
|
}, {
|
|
17509
17509
|
default: L(() => [
|
|
17510
|
-
|
|
17510
|
+
be(" Save Session ")
|
|
17511
17511
|
]),
|
|
17512
17512
|
_: 1
|
|
17513
17513
|
})
|
|
@@ -17544,15 +17544,15 @@ const iw = U({
|
|
|
17544
17544
|
class: "mr-2"
|
|
17545
17545
|
}), {
|
|
17546
17546
|
prepend: L(() => [
|
|
17547
|
-
f(
|
|
17547
|
+
f(Ne, null, {
|
|
17548
17548
|
default: L(() => [
|
|
17549
|
-
|
|
17549
|
+
be("description")
|
|
17550
17550
|
]),
|
|
17551
17551
|
_: 1
|
|
17552
17552
|
})
|
|
17553
17553
|
]),
|
|
17554
17554
|
default: L(() => [
|
|
17555
|
-
|
|
17555
|
+
be(" File ")
|
|
17556
17556
|
]),
|
|
17557
17557
|
_: 2
|
|
17558
17558
|
}, 1040, ["color"])
|
|
@@ -17564,9 +17564,9 @@ const iw = U({
|
|
|
17564
17564
|
default: L(() => [
|
|
17565
17565
|
f(zt, { disabled: "" }, {
|
|
17566
17566
|
prepend: L(() => [
|
|
17567
|
-
f(
|
|
17567
|
+
f(Ne, null, {
|
|
17568
17568
|
default: L(() => [
|
|
17569
|
-
|
|
17569
|
+
be(" upload ")
|
|
17570
17570
|
]),
|
|
17571
17571
|
_: 1
|
|
17572
17572
|
})
|
|
@@ -17574,13 +17574,13 @@ const iw = U({
|
|
|
17574
17574
|
default: L(() => [
|
|
17575
17575
|
f(Al, null, {
|
|
17576
17576
|
default: L(() => [
|
|
17577
|
-
|
|
17577
|
+
be("Load New DICOM Series "),
|
|
17578
17578
|
f(ia, {
|
|
17579
17579
|
"x-small": "",
|
|
17580
17580
|
color: "success"
|
|
17581
17581
|
}, {
|
|
17582
17582
|
default: L(() => [
|
|
17583
|
-
|
|
17583
|
+
be("Coming Soon")
|
|
17584
17584
|
]),
|
|
17585
17585
|
_: 1
|
|
17586
17586
|
})
|
|
@@ -17592,9 +17592,9 @@ const iw = U({
|
|
|
17592
17592
|
}),
|
|
17593
17593
|
f(zt, { disabled: "" }, {
|
|
17594
17594
|
prepend: L(() => [
|
|
17595
|
-
f(
|
|
17595
|
+
f(Ne, null, {
|
|
17596
17596
|
default: L(() => [
|
|
17597
|
-
|
|
17597
|
+
be(" sync ")
|
|
17598
17598
|
]),
|
|
17599
17599
|
_: 1
|
|
17600
17600
|
})
|
|
@@ -17602,13 +17602,13 @@ const iw = U({
|
|
|
17602
17602
|
default: L(() => [
|
|
17603
17603
|
f(Al, null, {
|
|
17604
17604
|
default: L(() => [
|
|
17605
|
-
|
|
17605
|
+
be("Load Saved Session "),
|
|
17606
17606
|
f(ia, {
|
|
17607
17607
|
"x-small": "",
|
|
17608
17608
|
color: "success"
|
|
17609
17609
|
}, {
|
|
17610
17610
|
default: L(() => [
|
|
17611
|
-
|
|
17611
|
+
be("Coming Soon")
|
|
17612
17612
|
]),
|
|
17613
17613
|
_: 1
|
|
17614
17614
|
})
|
|
@@ -17620,9 +17620,9 @@ const iw = U({
|
|
|
17620
17620
|
}),
|
|
17621
17621
|
f(zt, { disabled: "" }, {
|
|
17622
17622
|
prepend: L(() => [
|
|
17623
|
-
f(
|
|
17623
|
+
f(Ne, null, {
|
|
17624
17624
|
default: L(() => [
|
|
17625
|
-
|
|
17625
|
+
be(" share ")
|
|
17626
17626
|
]),
|
|
17627
17627
|
_: 1
|
|
17628
17628
|
})
|
|
@@ -17630,13 +17630,13 @@ const iw = U({
|
|
|
17630
17630
|
default: L(() => [
|
|
17631
17631
|
f(Al, null, {
|
|
17632
17632
|
default: L(() => [
|
|
17633
|
-
|
|
17633
|
+
be("Share "),
|
|
17634
17634
|
f(ia, {
|
|
17635
17635
|
"x-small": "",
|
|
17636
17636
|
color: "success"
|
|
17637
17637
|
}, {
|
|
17638
17638
|
default: L(() => [
|
|
17639
|
-
|
|
17639
|
+
be("Coming Soon")
|
|
17640
17640
|
]),
|
|
17641
17641
|
_: 1
|
|
17642
17642
|
})
|
|
@@ -17650,9 +17650,9 @@ const iw = U({
|
|
|
17650
17650
|
onClick: I[2] || (I[2] = (F) => Ee(!1))
|
|
17651
17651
|
}, {
|
|
17652
17652
|
prepend: L(() => [
|
|
17653
|
-
f(
|
|
17653
|
+
f(Ne, null, {
|
|
17654
17654
|
default: L(() => [
|
|
17655
|
-
|
|
17655
|
+
be(" close ")
|
|
17656
17656
|
]),
|
|
17657
17657
|
_: 1
|
|
17658
17658
|
})
|
|
@@ -17660,7 +17660,7 @@ const iw = U({
|
|
|
17660
17660
|
default: L(() => [
|
|
17661
17661
|
f(Al, null, {
|
|
17662
17662
|
default: L(() => [
|
|
17663
|
-
|
|
17663
|
+
be("Close Viewer")
|
|
17664
17664
|
]),
|
|
17665
17665
|
_: 1
|
|
17666
17666
|
})
|
|
@@ -17687,15 +17687,15 @@ const iw = U({
|
|
|
17687
17687
|
color: ce ? "secondary" : "primary"
|
|
17688
17688
|
}), {
|
|
17689
17689
|
prepend: L(() => [
|
|
17690
|
-
f(
|
|
17690
|
+
f(Ne, null, {
|
|
17691
17691
|
default: L(() => [
|
|
17692
|
-
|
|
17692
|
+
be("settings")
|
|
17693
17693
|
]),
|
|
17694
17694
|
_: 1
|
|
17695
17695
|
})
|
|
17696
17696
|
]),
|
|
17697
17697
|
default: L(() => [
|
|
17698
|
-
|
|
17698
|
+
be(" Settings ")
|
|
17699
17699
|
]),
|
|
17700
17700
|
_: 2
|
|
17701
17701
|
}, 1040, ["color"])
|
|
@@ -17751,9 +17751,9 @@ const iw = U({
|
|
|
17751
17751
|
onClick: I[7] || (I[7] = (F) => Ye("lo_02"))
|
|
17752
17752
|
}, {
|
|
17753
17753
|
default: L(() => [
|
|
17754
|
-
f(
|
|
17754
|
+
f(Ne, null, {
|
|
17755
17755
|
default: L(() => [
|
|
17756
|
-
|
|
17756
|
+
be("grid_view")
|
|
17757
17757
|
]),
|
|
17758
17758
|
_: 1
|
|
17759
17759
|
})
|
|
@@ -17768,9 +17768,9 @@ const iw = U({
|
|
|
17768
17768
|
onClick: I[8] || (I[8] = (F) => Ye("lo_03"))
|
|
17769
17769
|
}, {
|
|
17770
17770
|
default: L(() => [
|
|
17771
|
-
f(
|
|
17771
|
+
f(Ne, { style: { rotate: "-90deg" } }, {
|
|
17772
17772
|
default: L(() => [
|
|
17773
|
-
|
|
17773
|
+
be("view_comfy")
|
|
17774
17774
|
]),
|
|
17775
17775
|
_: 1
|
|
17776
17776
|
})
|
|
@@ -17784,7 +17784,7 @@ const iw = U({
|
|
|
17784
17784
|
onClick: I[9] || (I[9] = (F) => Ee(!1))
|
|
17785
17785
|
}, {
|
|
17786
17786
|
default: L(() => [
|
|
17787
|
-
|
|
17787
|
+
be("Close Viewer")
|
|
17788
17788
|
]),
|
|
17789
17789
|
_: 1
|
|
17790
17790
|
})
|
|
@@ -17838,12 +17838,12 @@ const iw = U({
|
|
|
17838
17838
|
class: Tl([s.value && "mx-auto"]),
|
|
17839
17839
|
style: An(s.value && "margin-left: 7px !important; margin-right: 7px !important;")
|
|
17840
17840
|
}, [
|
|
17841
|
-
f(
|
|
17841
|
+
f(Ne, {
|
|
17842
17842
|
large: s.value,
|
|
17843
17843
|
color: F.color
|
|
17844
17844
|
}, {
|
|
17845
17845
|
default: L(() => [
|
|
17846
|
-
|
|
17846
|
+
be(Je(F.icon || "radio_button_checked"), 1)
|
|
17847
17847
|
]),
|
|
17848
17848
|
_: 2
|
|
17849
17849
|
}, 1032, ["large", "color"])
|
|
@@ -17852,7 +17852,7 @@ const iw = U({
|
|
|
17852
17852
|
default: L(() => [
|
|
17853
17853
|
s.value ? it("", !0) : (Ie(), ot(Al, { key: 0 }, {
|
|
17854
17854
|
default: L(() => [
|
|
17855
|
-
|
|
17855
|
+
be(Je(F.text), 1)
|
|
17856
17856
|
]),
|
|
17857
17857
|
_: 2
|
|
17858
17858
|
}, 1024))
|
|
@@ -17861,7 +17861,7 @@ const iw = U({
|
|
|
17861
17861
|
}, 1040, ["class", "disabled", "onClick"])
|
|
17862
17862
|
]),
|
|
17863
17863
|
default: L(() => [
|
|
17864
|
-
|
|
17864
|
+
be(" " + Je(F.text), 1)
|
|
17865
17865
|
]),
|
|
17866
17866
|
_: 2
|
|
17867
17867
|
}, 1024))), 128))
|
|
@@ -17891,9 +17891,9 @@ const iw = U({
|
|
|
17891
17891
|
style: { "margin-left": "7px !important", "margin-right": "7px !important" }
|
|
17892
17892
|
}, {
|
|
17893
17893
|
default: L(() => [
|
|
17894
|
-
f(
|
|
17894
|
+
f(Ne, { large: "" }, {
|
|
17895
17895
|
default: L(() => [
|
|
17896
|
-
|
|
17896
|
+
be(Je(F.icon || "radio_button_checked"), 1)
|
|
17897
17897
|
]),
|
|
17898
17898
|
_: 2
|
|
17899
17899
|
}, 1024)
|
|
@@ -17905,7 +17905,7 @@ const iw = U({
|
|
|
17905
17905
|
}, 1040, ["disabled", "onClick"])
|
|
17906
17906
|
]),
|
|
17907
17907
|
default: L(() => [
|
|
17908
|
-
|
|
17908
|
+
be(" " + Je(F.tooltip), 1)
|
|
17909
17909
|
]),
|
|
17910
17910
|
_: 2
|
|
17911
17911
|
}, 1024))), 128))
|
|
@@ -17968,15 +17968,15 @@ const iw = U({
|
|
|
17968
17968
|
onClick: (Ve) => It(de(no).pr01, ce.raw)
|
|
17969
17969
|
}), {
|
|
17970
17970
|
prepend: L(() => [
|
|
17971
|
-
f(
|
|
17971
|
+
f(Ne, {
|
|
17972
17972
|
icon: (ce.raw.Name, void 0)
|
|
17973
17973
|
}, null, 8, ["icon"])
|
|
17974
17974
|
]),
|
|
17975
17975
|
subtitle: L(() => [
|
|
17976
|
-
|
|
17976
|
+
be(" Skin Density: "),
|
|
17977
17977
|
_e("span", bw, Je(ce.raw.Lower), 1),
|
|
17978
17978
|
f(el),
|
|
17979
|
-
|
|
17979
|
+
be(" Bone Density: "),
|
|
17980
17980
|
_e("span", ww, Je(ce.raw.Upper), 1)
|
|
17981
17981
|
]),
|
|
17982
17982
|
_: 2
|
|
@@ -18059,9 +18059,9 @@ const iw = U({
|
|
|
18059
18059
|
onClick: I[20] || (I[20] = (F) => s.value = !s.value)
|
|
18060
18060
|
}, {
|
|
18061
18061
|
default: L(() => [
|
|
18062
|
-
f(
|
|
18062
|
+
f(Ne, null, {
|
|
18063
18063
|
default: L(() => [
|
|
18064
|
-
|
|
18064
|
+
be(Je(s.value ? "chevron_right" : "chevron_left"), 1)
|
|
18065
18065
|
]),
|
|
18066
18066
|
_: 1
|
|
18067
18067
|
})
|
|
@@ -18097,17 +18097,26 @@ const iw = U({
|
|
|
18097
18097
|
u.value.Layout.PositionData.length !== 1 ? (Ie(), Ue("div", Vw, [
|
|
18098
18098
|
f(ft, {
|
|
18099
18099
|
class: "transparent icon",
|
|
18100
|
-
icon: "fullscreen",
|
|
18101
18100
|
color: "transparent",
|
|
18102
18101
|
onClick: (he) => q(F.DefaultView)
|
|
18103
|
-
},
|
|
18102
|
+
}, {
|
|
18103
|
+
default: L(() => [
|
|
18104
|
+
f(Ne, { color: "white" }, {
|
|
18105
|
+
default: L(() => [
|
|
18106
|
+
be("fullscreen")
|
|
18107
|
+
]),
|
|
18108
|
+
_: 1
|
|
18109
|
+
})
|
|
18110
|
+
]),
|
|
18111
|
+
_: 2
|
|
18112
|
+
}, 1032, ["onClick"]),
|
|
18104
18113
|
f(Un, {
|
|
18105
18114
|
target: "cursor",
|
|
18106
18115
|
location: "top",
|
|
18107
18116
|
activator: "parent"
|
|
18108
18117
|
}, {
|
|
18109
18118
|
default: L(() => [
|
|
18110
|
-
|
|
18119
|
+
be(" Make " + Je(G(Y(F))) + " fullscreen ", 1)
|
|
18111
18120
|
]),
|
|
18112
18121
|
_: 2
|
|
18113
18122
|
}, 1024)
|
|
@@ -18121,9 +18130,9 @@ const iw = U({
|
|
|
18121
18130
|
onClick: I[21] || (I[21] = (Te) => Ye(g.value))
|
|
18122
18131
|
}), {
|
|
18123
18132
|
default: L(() => [
|
|
18124
|
-
f(
|
|
18133
|
+
f(Ne, { color: "white" }, {
|
|
18125
18134
|
default: L(() => [
|
|
18126
|
-
|
|
18135
|
+
be("fullscreen_exit")
|
|
18127
18136
|
]),
|
|
18128
18137
|
_: 1
|
|
18129
18138
|
})
|
|
@@ -18132,7 +18141,7 @@ const iw = U({
|
|
|
18132
18141
|
}, 1040)
|
|
18133
18142
|
]),
|
|
18134
18143
|
default: L(() => [
|
|
18135
|
-
|
|
18144
|
+
be(" Exit Fullscreen View ")
|
|
18136
18145
|
]),
|
|
18137
18146
|
_: 2
|
|
18138
18147
|
}, 1024)
|
|
@@ -18148,9 +18157,9 @@ const iw = U({
|
|
|
18148
18157
|
})
|
|
18149
18158
|
}), {
|
|
18150
18159
|
default: L(() => [
|
|
18151
|
-
f(
|
|
18160
|
+
f(Ne, { color: "white" }, {
|
|
18152
18161
|
default: L(() => [
|
|
18153
|
-
|
|
18162
|
+
be("home")
|
|
18154
18163
|
]),
|
|
18155
18164
|
_: 1
|
|
18156
18165
|
})
|
|
@@ -18159,7 +18168,7 @@ const iw = U({
|
|
|
18159
18168
|
}, 1040)
|
|
18160
18169
|
]),
|
|
18161
18170
|
default: L(() => [
|
|
18162
|
-
|
|
18171
|
+
be(" Reset volume to default view ")
|
|
18163
18172
|
]),
|
|
18164
18173
|
_: 2
|
|
18165
18174
|
}, 1024)
|
|
@@ -18177,9 +18186,9 @@ const iw = U({
|
|
|
18177
18186
|
class: "icon transparent"
|
|
18178
18187
|
}), {
|
|
18179
18188
|
default: L(() => [
|
|
18180
|
-
f(
|
|
18189
|
+
f(Ne, { color: "white" }, {
|
|
18181
18190
|
default: L(() => [
|
|
18182
|
-
|
|
18191
|
+
be("cut")
|
|
18183
18192
|
]),
|
|
18184
18193
|
_: 1
|
|
18185
18194
|
})
|
|
@@ -18188,7 +18197,7 @@ const iw = U({
|
|
|
18188
18197
|
}, 1040)
|
|
18189
18198
|
]),
|
|
18190
18199
|
default: L(() => [
|
|
18191
|
-
|
|
18200
|
+
be(" Slice the 3D Volume ")
|
|
18192
18201
|
]),
|
|
18193
18202
|
_: 2
|
|
18194
18203
|
}, 1024)
|
|
@@ -18201,7 +18210,7 @@ const iw = U({
|
|
|
18201
18210
|
default: L(() => [
|
|
18202
18211
|
f(lr, null, {
|
|
18203
18212
|
default: L(() => [
|
|
18204
|
-
|
|
18213
|
+
be("Slice into the 3D Volume")
|
|
18205
18214
|
]),
|
|
18206
18215
|
_: 1
|
|
18207
18216
|
}),
|
|
@@ -18242,9 +18251,9 @@ const iw = U({
|
|
|
18242
18251
|
class: "icon transparent"
|
|
18243
18252
|
}), {
|
|
18244
18253
|
default: L(() => [
|
|
18245
|
-
f(
|
|
18254
|
+
f(Ne, { color: "white" }, {
|
|
18246
18255
|
default: L(() => [
|
|
18247
|
-
|
|
18256
|
+
be("360")
|
|
18248
18257
|
]),
|
|
18249
18258
|
_: 1
|
|
18250
18259
|
})
|
|
@@ -18253,7 +18262,7 @@ const iw = U({
|
|
|
18253
18262
|
}, 1040)
|
|
18254
18263
|
]),
|
|
18255
18264
|
default: L(() => [
|
|
18256
|
-
|
|
18265
|
+
be(" Rotate " + Je(G(Y(F))) + " by an angle ", 1)
|
|
18257
18266
|
]),
|
|
18258
18267
|
_: 2
|
|
18259
18268
|
}, 1024)
|
|
@@ -18267,7 +18276,7 @@ const iw = U({
|
|
|
18267
18276
|
default: L(() => [
|
|
18268
18277
|
f(ns, null, {
|
|
18269
18278
|
default: L(() => [
|
|
18270
|
-
|
|
18279
|
+
be("Rotate " + Je(G(Y(F))) + " by an angle", 1)
|
|
18271
18280
|
]),
|
|
18272
18281
|
_: 2
|
|
18273
18282
|
}, 1024),
|
|
@@ -18292,7 +18301,7 @@ const iw = U({
|
|
|
18292
18301
|
onClick: (he) => M(Y(F), S.value)
|
|
18293
18302
|
}, {
|
|
18294
18303
|
default: L(() => [
|
|
18295
|
-
|
|
18304
|
+
be("Rotate")
|
|
18296
18305
|
]),
|
|
18297
18306
|
_: 2
|
|
18298
18307
|
}, 1032, ["onClick"])
|
|
@@ -18385,7 +18394,7 @@ const iw = U({
|
|
|
18385
18394
|
} = ib(e), {
|
|
18386
18395
|
rtlClasses: s
|
|
18387
18396
|
} = St();
|
|
18388
|
-
return
|
|
18397
|
+
return we(() => f("div", {
|
|
18389
18398
|
ref: r,
|
|
18390
18399
|
class: ["v-application", l.themeClasses.value, o.value, s.value, e.class],
|
|
18391
18400
|
style: [e.style]
|