@abi-software/map-side-bar 2.8.3-beta.7 → 2.9.1-beta.0
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/map-side-bar.js +360 -317
- package/dist/map-side-bar.umd.cjs +24 -24
- package/dist/style.css +1 -1
- package/package.json +2 -2
- package/src/components/ConnectivityExplorer.vue +16 -4
- package/src/components/ConnectivityInfo.vue +4 -4
- package/src/components/SearchFilters.vue +90 -9
- package/src/components/SideBar.vue +7 -0
package/dist/map-side-bar.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { getCurrentScope as Ch, onScopeDispose as Tc, unref as p, getCurrentInstance as Ue, onMounted as Je, nextTick as Fe, ref as P, readonly as us, watch as ae, computed as w, warn as Sh, inject as le, isRef as xn, shallowRef as Wr, onBeforeUnmount as ht, onBeforeMount as kh, provide as je, defineComponent as U, openBlock as C, createElementBlock as F, mergeProps as ft, renderSlot as te, toRef as it, onUnmounted as nb, useAttrs as Eh, useSlots as so, createCommentVNode as G, Fragment as Pe, normalizeClass as L, createElementVNode as
|
|
1
|
+
import { getCurrentScope as Ch, onScopeDispose as Tc, unref as p, getCurrentInstance as Ue, onMounted as Je, nextTick as Fe, ref as P, readonly as us, watch as ae, computed as w, warn as Sh, inject as le, isRef as xn, shallowRef as Wr, onBeforeUnmount as ht, onBeforeMount as kh, provide as je, defineComponent as U, openBlock as C, createElementBlock as F, mergeProps as ft, renderSlot as te, toRef as it, onUnmounted as nb, useAttrs as Eh, useSlots as so, createCommentVNode as G, Fragment as Pe, normalizeClass as L, createElementVNode as K, createBlock as Y, withCtx as $, resolveDynamicComponent as dt, withModifiers as Ne, createVNode as q, toDisplayString as ue, normalizeStyle as He, Transition as Fr, withDirectives as Oe, vShow as Ct, reactive as vn, onActivated as rb, onUpdated as xh, cloneVNode as _h, Text as ds, Comment as Oh, Teleport as Th, onDeactivated as Ah, createTextVNode as Ee, toRaw as ji, vModelCheckbox as Vi, toRefs as lo, vModelRadio as Ih, h as yt, resolveComponent as Se, renderList as pt, onBeforeUpdate as ob, withKeys as Vr, vModelText as Fh, normalizeProps as ab, guardReactiveProps as ib, createSlots as sb, watchEffect as Ph, resolveDirective as lb, toHandlerKey as cb, createApp as Rh, pushScopeId as ub, popScopeId as db, markRaw as Ei } from "vue";
|
|
2
2
|
import { Loading as fs, CircleCheck as fb, CircleClose as ps, View as $h, Hide as pb, Check as Nh, ArrowRight as hs, Close as _o, ArrowDown as vs, DArrowLeft as hb, MoreFilled as dd, DArrowRight as vb, ArrowLeft as Ac, Delete as Ul, Warning as Lh, Location as Bh, Search as gb, WarnTriangleFilled as mb } from "@element-plus/icons-vue";
|
|
3
3
|
import { CopyToClipboard as Dh, ExternalResourceCard as yb, ConnectivityGraph as bb, ConnectivityList as wb, AnnotationPopup as Cb, CreateTooltipContent as Sb } from "@abi-software/map-utilities";
|
|
4
4
|
const Mh = (e) => !e.getAttribute("aria-owns"), jh = (e, t, n) => {
|
|
@@ -1980,8 +1980,8 @@ function lf(e) {
|
|
|
1980
1980
|
}
|
|
1981
1981
|
if (o === Qt || (o === Xt || o === An) && a === _a) {
|
|
1982
1982
|
I = In;
|
|
1983
|
-
var
|
|
1984
|
-
v -=
|
|
1983
|
+
var W = f && O === _ && _.visualViewport ? _.visualViewport.width : O[R];
|
|
1984
|
+
v -= W - r.width, v *= l ? 1 : -1;
|
|
1985
1985
|
}
|
|
1986
1986
|
}
|
|
1987
1987
|
var j = Object.assign({ position: s }, c && jk), H = u === !0 ? Vk({ x: v, y: h }) : { x: v, y: h };
|
|
@@ -2106,10 +2106,10 @@ function Oa(e, t) {
|
|
|
2106
2106
|
t === void 0 && (t = {});
|
|
2107
2107
|
var n = t, r = n.placement, o = r === void 0 ? e.placement : r, a = n.boundary, i = a === void 0 ? bk : a, s = n.rootBoundary, l = s === void 0 ? Tv : s, c = n.elementContext, u = c === void 0 ? oa : c, f = n.altBoundary, g = f === void 0 ? !1 : f, v = n.padding, d = v === void 0 ? 0 : v, h = Pv(typeof d != "number" ? d : Rv(d, za)), m = u === oa ? wk : oa, y = e.rects.popper, E = e.elements[g ? m : u], I = Zk(Ao(E) ? E : E.contextElement || Pr(e.elements.popper), i, l), x = Fo(e.elements.reference), _ = Bv({ reference: x, element: y, strategy: "absolute", placement: o }), O = Ql(Object.assign({}, y, _)), A = u === oa ? O : x, R = { top: I.top - A.top + h.top, bottom: A.bottom - I.bottom + h.bottom, left: I.left - A.left + h.left, right: A.right - I.right + h.right }, D = e.modifiersData.offset;
|
|
2108
2108
|
if (u === oa && D) {
|
|
2109
|
-
var
|
|
2109
|
+
var W = D[o];
|
|
2110
2110
|
Object.keys(R).forEach(function(j) {
|
|
2111
2111
|
var H = [In, An].indexOf(j) >= 0 ? 1 : -1, Q = [Xt, An].indexOf(j) >= 0 ? "y" : "x";
|
|
2112
|
-
R[j] +=
|
|
2112
|
+
R[j] += W[Q] * H;
|
|
2113
2113
|
});
|
|
2114
2114
|
}
|
|
2115
2115
|
return R;
|
|
@@ -2139,8 +2139,8 @@ function Qk(e) {
|
|
|
2139
2139
|
if (!t.modifiersData[r]._skip) {
|
|
2140
2140
|
for (var o = n.mainAxis, a = o === void 0 ? !0 : o, i = n.altAxis, s = i === void 0 ? !0 : i, l = n.fallbackPlacements, c = n.padding, u = n.boundary, f = n.rootBoundary, g = n.altBoundary, v = n.flipVariations, d = v === void 0 ? !0 : v, h = n.allowedAutoPlacements, m = t.options.placement, y = Yn(m), E = y === m, I = l || (E || !d ? [Ti(m)] : Xk(m)), x = [m].concat(I).reduce(function(nt, De) {
|
|
2141
2141
|
return nt.concat(Yn(De) === Wc ? Yk(t, { placement: De, boundary: u, rootBoundary: f, padding: c, flipVariations: d, allowedAutoPlacements: h }) : De);
|
|
2142
|
-
}, []), _ = t.rects.reference, O = t.rects.popper, A = /* @__PURE__ */ new Map(), R = !0, D = x[0],
|
|
2143
|
-
var j = x[
|
|
2142
|
+
}, []), _ = t.rects.reference, O = t.rects.popper, A = /* @__PURE__ */ new Map(), R = !0, D = x[0], W = 0; W < x.length; W++) {
|
|
2143
|
+
var j = x[W], H = Yn(j), Q = Po(j) === To, he = [Xt, An].indexOf(H) >= 0, re = he ? "width" : "height", B = Oa(t, { placement: j, boundary: u, rootBoundary: f, altBoundary: g, padding: c }), J = he ? Q ? In : Qt : Q ? An : Xt;
|
|
2144
2144
|
_[re] > O[re] && (J = Ti(J));
|
|
2145
2145
|
var ge = Ti(J), me = [];
|
|
2146
2146
|
if (a && me.push(B[H] <= 0), s && me.push(B[J] <= 0, B[ge] <= 0), me.every(function(nt) {
|
|
@@ -2200,14 +2200,14 @@ function sE(e) {
|
|
|
2200
2200
|
return e === "x" ? "y" : "x";
|
|
2201
2201
|
}
|
|
2202
2202
|
function lE(e) {
|
|
2203
|
-
var t = e.state, n = e.options, r = e.name, o = n.mainAxis, a = o === void 0 ? !0 : o, i = n.altAxis, s = i === void 0 ? !1 : i, l = n.boundary, c = n.rootBoundary, u = n.altBoundary, f = n.padding, g = n.tether, v = g === void 0 ? !0 : g, d = n.tetherOffset, h = d === void 0 ? 0 : d, m = Oa(t, { boundary: l, rootBoundary: c, padding: f, altBoundary: u }), y = Yn(t.placement), E = Po(t.placement), I = !E, x = Zc(y), _ = sE(x), O = t.modifiersData.popperOffsets, A = t.rects.reference, R = t.rects.popper, D = typeof h == "function" ? h(Object.assign({}, t.rects, { placement: t.placement })) : h,
|
|
2203
|
+
var t = e.state, n = e.options, r = e.name, o = n.mainAxis, a = o === void 0 ? !0 : o, i = n.altAxis, s = i === void 0 ? !1 : i, l = n.boundary, c = n.rootBoundary, u = n.altBoundary, f = n.padding, g = n.tether, v = g === void 0 ? !0 : g, d = n.tetherOffset, h = d === void 0 ? 0 : d, m = Oa(t, { boundary: l, rootBoundary: c, padding: f, altBoundary: u }), y = Yn(t.placement), E = Po(t.placement), I = !E, x = Zc(y), _ = sE(x), O = t.modifiersData.popperOffsets, A = t.rects.reference, R = t.rects.popper, D = typeof h == "function" ? h(Object.assign({}, t.rects, { placement: t.placement })) : h, W = typeof D == "number" ? { mainAxis: D, altAxis: D } : Object.assign({ mainAxis: 0, altAxis: 0 }, D), j = t.modifiersData.offset ? t.modifiersData.offset[t.placement] : null, H = { x: 0, y: 0 };
|
|
2204
2204
|
if (O) {
|
|
2205
2205
|
if (a) {
|
|
2206
|
-
var Q, he = x === "y" ? Xt : Qt, re = x === "y" ? An : In, B = x === "y" ? "height" : "width", J = O[x], ge = J + m[he], me = J - m[re], Re = v ? -R[B] / 2 : 0, $e = E === To ? A[B] : R[B], Xe = E === To ? -R[B] : -A[B], gt = t.elements.arrow, nt = v && gt ? Jc(gt) : { width: 0, height: 0 }, De = t.modifiersData["arrow#persistent"] ? t.modifiersData["arrow#persistent"].padding : Fv(), Ve = De[he], Qe = De[re], st = ga(0, A[B], nt[B]), yn = I ? A[B] / 2 - Re - st - Ve -
|
|
2206
|
+
var Q, he = x === "y" ? Xt : Qt, re = x === "y" ? An : In, B = x === "y" ? "height" : "width", J = O[x], ge = J + m[he], me = J - m[re], Re = v ? -R[B] / 2 : 0, $e = E === To ? A[B] : R[B], Xe = E === To ? -R[B] : -A[B], gt = t.elements.arrow, nt = v && gt ? Jc(gt) : { width: 0, height: 0 }, De = t.modifiersData["arrow#persistent"] ? t.modifiersData["arrow#persistent"].padding : Fv(), Ve = De[he], Qe = De[re], st = ga(0, A[B], nt[B]), yn = I ? A[B] / 2 - Re - st - Ve - W.mainAxis : $e - st - Ve - W.mainAxis, $t = I ? -A[B] / 2 + Re + st + Qe + W.mainAxis : Xe + st + Qe + W.mainAxis, Ot = t.elements.arrow && Ua(t.elements.arrow), rt = Ot ? x === "y" ? Ot.clientTop || 0 : Ot.clientLeft || 0 : 0, ct = (Q = j == null ? void 0 : j[x]) != null ? Q : 0, Ut = J + yn - ct - rt, qt = J + $t - ct, xt = ga(v ? Wi(ge, Ut) : ge, J, v ? Zr(me, qt) : me);
|
|
2207
2207
|
O[x] = xt, H[x] = xt - J;
|
|
2208
2208
|
}
|
|
2209
2209
|
if (s) {
|
|
2210
|
-
var Kt, Nt = x === "x" ? Xt : Qt, bn = x === "x" ? An : In, qe = O[_], Tt = _ === "y" ? "height" : "width", Mt = qe + m[Nt], sn = qe - m[bn], At = [Xt, Qt].indexOf(y) !== -1, ee = (Kt = j == null ? void 0 : j[_]) != null ? Kt : 0, Ie = At ? Mt : qe - A[Tt] - R[Tt] - ee +
|
|
2210
|
+
var Kt, Nt = x === "x" ? Xt : Qt, bn = x === "x" ? An : In, qe = O[_], Tt = _ === "y" ? "height" : "width", Mt = qe + m[Nt], sn = qe - m[bn], At = [Xt, Qt].indexOf(y) !== -1, ee = (Kt = j == null ? void 0 : j[_]) != null ? Kt : 0, Ie = At ? Mt : qe - A[Tt] - R[Tt] - ee + W.altAxis, ot = At ? qe + A[Tt] + R[Tt] - ee - W.altAxis : sn, jt = v && At ? Nk(Ie, qe, ot) : ga(v ? Ie : Mt, qe, v ? ot : sn);
|
|
2211
2211
|
O[_] = jt, H[_] = jt - qe;
|
|
2212
2212
|
}
|
|
2213
2213
|
t.modifiersData[r] = H;
|
|
@@ -2963,7 +2963,7 @@ const WE = we({
|
|
|
2963
2963
|
excludeKeys: w(() => Object.keys(i.value))
|
|
2964
2964
|
}), { form: u, formItem: f } = $r(), { inputId: g } = Ka(r, {
|
|
2965
2965
|
formItemContext: f
|
|
2966
|
-
}), v = fr(), d = qa(), h = be("input"), m = be("textarea"), y = Wr(), E = Wr(), I = P(!1), x = P(!1), _ = P(), O = Wr(r.inputStyle), A = w(() => y.value || E.value), { wrapperRef: R, isFocused: D, handleFocus:
|
|
2966
|
+
}), v = fr(), d = qa(), h = be("input"), m = be("textarea"), y = Wr(), E = Wr(), I = P(!1), x = P(!1), _ = P(), O = Wr(r.inputStyle), A = w(() => y.value || E.value), { wrapperRef: R, isFocused: D, handleFocus: W, handleBlur: j } = Kv(A, {
|
|
2967
2967
|
beforeFocus() {
|
|
2968
2968
|
return d.value;
|
|
2969
2969
|
},
|
|
@@ -3093,7 +3093,7 @@ const WE = we({
|
|
|
3093
3093
|
}, [
|
|
3094
3094
|
te(ee.$slots, "prepend")
|
|
3095
3095
|
], 2)) : G("v-if", !0),
|
|
3096
|
-
|
|
3096
|
+
K("div", {
|
|
3097
3097
|
ref_key: "wrapperRef",
|
|
3098
3098
|
ref: R,
|
|
3099
3099
|
class: L(p(l))
|
|
@@ -3103,7 +3103,7 @@ const WE = we({
|
|
|
3103
3103
|
key: 0,
|
|
3104
3104
|
class: L(p(h).e("prefix"))
|
|
3105
3105
|
}, [
|
|
3106
|
-
|
|
3106
|
+
K("span", {
|
|
3107
3107
|
class: L(p(h).e("prefix-inner"))
|
|
3108
3108
|
}, [
|
|
3109
3109
|
te(ee.$slots, "prefix"),
|
|
@@ -3118,7 +3118,7 @@ const WE = we({
|
|
|
3118
3118
|
}, 8, ["class"])) : G("v-if", !0)
|
|
3119
3119
|
], 2)
|
|
3120
3120
|
], 2)) : G("v-if", !0),
|
|
3121
|
-
|
|
3121
|
+
K("input", ft({
|
|
3122
3122
|
id: p(g),
|
|
3123
3123
|
ref_key: "input",
|
|
3124
3124
|
ref: y,
|
|
@@ -3148,7 +3148,7 @@ const WE = we({
|
|
|
3148
3148
|
key: 1,
|
|
3149
3149
|
class: L(p(h).e("suffix"))
|
|
3150
3150
|
}, [
|
|
3151
|
-
|
|
3151
|
+
K("span", {
|
|
3152
3152
|
class: L(p(h).e("suffix-inner"))
|
|
3153
3153
|
}, [
|
|
3154
3154
|
!p(me) || !p(Re) || !p($e) ? (C(), F(Pe, { key: 0 }, [
|
|
@@ -3188,7 +3188,7 @@ const WE = we({
|
|
|
3188
3188
|
key: 3,
|
|
3189
3189
|
class: L(p(h).e("count"))
|
|
3190
3190
|
}, [
|
|
3191
|
-
|
|
3191
|
+
K("span", {
|
|
3192
3192
|
class: L(p(h).e("count-inner"))
|
|
3193
3193
|
}, ue(p(Xe)) + " / " + ue(ee.maxlength), 3)
|
|
3194
3194
|
], 2)) : G("v-if", !0),
|
|
@@ -3217,7 +3217,7 @@ const WE = we({
|
|
|
3217
3217
|
], 2)) : G("v-if", !0)
|
|
3218
3218
|
], 64)) : (C(), F(Pe, { key: 1 }, [
|
|
3219
3219
|
G(" textarea "),
|
|
3220
|
-
|
|
3220
|
+
K("textarea", ft({
|
|
3221
3221
|
id: p(g),
|
|
3222
3222
|
ref_key: "textarea",
|
|
3223
3223
|
ref: E,
|
|
@@ -3239,7 +3239,7 @@ const WE = we({
|
|
|
3239
3239
|
onCompositionupdate: p(qt),
|
|
3240
3240
|
onCompositionend: p(xt),
|
|
3241
3241
|
onInput: Ot,
|
|
3242
|
-
onFocus: p(
|
|
3242
|
+
onFocus: p(W),
|
|
3243
3243
|
onBlur: p(j),
|
|
3244
3244
|
onChange: rt,
|
|
3245
3245
|
onKeydown: Mt
|
|
@@ -3323,8 +3323,8 @@ const Vo = vt(YE), bo = 4, XE = {
|
|
|
3323
3323
|
const A = i.value[f.value.axis];
|
|
3324
3324
|
if (!A)
|
|
3325
3325
|
return;
|
|
3326
|
-
const R = (o.value.getBoundingClientRect()[f.value.direction] - O[f.value.client]) * -1, D = a.value[f.value.offset] - A,
|
|
3327
|
-
n.wrapElement[f.value.scroll] =
|
|
3326
|
+
const R = (o.value.getBoundingClientRect()[f.value.direction] - O[f.value.client]) * -1, D = a.value[f.value.offset] - A, W = (R - D) * 100 * v.value / o.value[f.value.offset];
|
|
3327
|
+
n.wrapElement[f.value.scroll] = W * n.wrapElement[f.value.scrollSize] / 100;
|
|
3328
3328
|
}, E = () => {
|
|
3329
3329
|
l = !1, i.value[f.value.axis] = 0, document.removeEventListener("mousemove", y), document.removeEventListener("mouseup", E), _(), c && (s.value = !1);
|
|
3330
3330
|
}, I = () => {
|
|
@@ -3343,13 +3343,13 @@ const Vo = vt(YE), bo = 4, XE = {
|
|
|
3343
3343
|
persisted: ""
|
|
3344
3344
|
}, {
|
|
3345
3345
|
default: $(() => [
|
|
3346
|
-
Oe(
|
|
3346
|
+
Oe(K("div", {
|
|
3347
3347
|
ref_key: "instance",
|
|
3348
3348
|
ref: o,
|
|
3349
3349
|
class: L([p(r).e("bar"), p(r).is(p(f).key)]),
|
|
3350
3350
|
onMousedown: h
|
|
3351
3351
|
}, [
|
|
3352
|
-
|
|
3352
|
+
K("div", {
|
|
3353
3353
|
ref_key: "thumb",
|
|
3354
3354
|
ref: a,
|
|
3355
3355
|
class: L(p(r).e("thumb")),
|
|
@@ -3532,7 +3532,7 @@ const ix = we({
|
|
|
3532
3532
|
ref: c,
|
|
3533
3533
|
class: L(p(o).b())
|
|
3534
3534
|
}, [
|
|
3535
|
-
|
|
3535
|
+
K("div", {
|
|
3536
3536
|
ref_key: "wrapRef",
|
|
3537
3537
|
ref: u,
|
|
3538
3538
|
class: L(p(d)),
|
|
@@ -3902,9 +3902,9 @@ const _x = () => {
|
|
|
3902
3902
|
return;
|
|
3903
3903
|
const { key: h, altKey: m, ctrlKey: y, metaKey: E, currentTarget: I, shiftKey: x } = d, { loop: _ } = e, O = h === Me.tab && !m && !y && !E, A = document.activeElement;
|
|
3904
3904
|
if (O && A) {
|
|
3905
|
-
const R = I, [D,
|
|
3906
|
-
if (D &&
|
|
3907
|
-
if (!x && A ===
|
|
3905
|
+
const R = I, [D, W] = Ex(R);
|
|
3906
|
+
if (D && W) {
|
|
3907
|
+
if (!x && A === W) {
|
|
3908
3908
|
const H = di({
|
|
3909
3909
|
focusReason: a.value
|
|
3910
3910
|
});
|
|
@@ -3913,7 +3913,7 @@ const _x = () => {
|
|
|
3913
3913
|
const H = di({
|
|
3914
3914
|
focusReason: a.value
|
|
3915
3915
|
});
|
|
3916
|
-
t("focusout-prevented", H), H.defaultPrevented || (d.preventDefault(), _ && kr(
|
|
3916
|
+
t("focusout-prevented", H), H.defaultPrevented || (d.preventDefault(), _ && kr(W, !0));
|
|
3917
3917
|
}
|
|
3918
3918
|
} else if (A === R) {
|
|
3919
3919
|
const H = di({
|
|
@@ -4259,7 +4259,7 @@ const Mx = 0, jx = (e) => {
|
|
|
4259
4259
|
addInputId: ur,
|
|
4260
4260
|
removeInputId: ur
|
|
4261
4261
|
});
|
|
4262
|
-
let
|
|
4262
|
+
let W;
|
|
4263
4263
|
const j = (Q = !0) => {
|
|
4264
4264
|
y(), Q && A();
|
|
4265
4265
|
}, H = () => {
|
|
@@ -4267,9 +4267,9 @@ const Mx = 0, jx = (e) => {
|
|
|
4267
4267
|
};
|
|
4268
4268
|
return Je(() => {
|
|
4269
4269
|
ae(() => r.triggerTargetEl, (Q, he) => {
|
|
4270
|
-
|
|
4270
|
+
W == null || W(), W = void 0;
|
|
4271
4271
|
const re = p(Q || v.value), B = p(he || v.value);
|
|
4272
|
-
Gr(re) && (
|
|
4272
|
+
Gr(re) && (W = ae([m, () => r.ariaLabel, E, () => r.id], (J) => {
|
|
4273
4273
|
["role", "aria-label", "aria-modal", "id"].forEach((ge, me) => {
|
|
4274
4274
|
Va(J[me]) ? re.removeAttribute(ge) : re.setAttribute(ge, J[me]);
|
|
4275
4275
|
});
|
|
@@ -4278,7 +4278,7 @@ const Mx = 0, jx = (e) => {
|
|
|
4278
4278
|
});
|
|
4279
4279
|
}, { immediate: !0 }), ae(() => r.visible, H, { immediate: !0 });
|
|
4280
4280
|
}), ht(() => {
|
|
4281
|
-
|
|
4281
|
+
W == null || W(), W = void 0;
|
|
4282
4282
|
}), t({
|
|
4283
4283
|
popperContentRef: v,
|
|
4284
4284
|
popperInstanceRef: h,
|
|
@@ -4464,7 +4464,7 @@ const sg = vt(o_), a_ = U({
|
|
|
4464
4464
|
}, D = () => {
|
|
4465
4465
|
if (p(s))
|
|
4466
4466
|
return !0;
|
|
4467
|
-
},
|
|
4467
|
+
}, W = bt(D, () => {
|
|
4468
4468
|
n.enterable && p(u) === "hover" && g();
|
|
4469
4469
|
}), j = bt(D, () => {
|
|
4470
4470
|
p(u) === "hover" && f();
|
|
@@ -4531,7 +4531,7 @@ const sg = vt(o_), a_ = U({
|
|
|
4531
4531
|
"trigger-target-el": B.triggerTargetEl,
|
|
4532
4532
|
visible: p(x),
|
|
4533
4533
|
"z-index": B.zIndex,
|
|
4534
|
-
onMouseenter: p(
|
|
4534
|
+
onMouseenter: p(W),
|
|
4535
4535
|
onMouseleave: p(j),
|
|
4536
4536
|
onBlur: re,
|
|
4537
4537
|
onClose: p(f)
|
|
@@ -5500,7 +5500,7 @@ const dg = {
|
|
|
5500
5500
|
Ee(ue(n.header), 1)
|
|
5501
5501
|
])
|
|
5502
5502
|
], 2)) : G("v-if", !0),
|
|
5503
|
-
|
|
5503
|
+
K("div", {
|
|
5504
5504
|
class: L([p(t).e("body"), n.bodyClass]),
|
|
5505
5505
|
style: He(n.bodyStyle)
|
|
5506
5506
|
}, [
|
|
@@ -5747,7 +5747,7 @@ const As = vt(j_), fg = {
|
|
|
5747
5747
|
default: $(() => {
|
|
5748
5748
|
var I, x, _, O;
|
|
5749
5749
|
return [
|
|
5750
|
-
|
|
5750
|
+
K("span", {
|
|
5751
5751
|
class: L(p(m))
|
|
5752
5752
|
}, [
|
|
5753
5753
|
y.trueValue || y.falseValue || y.trueLabel || y.falseLabel ? Oe((C(), F("input", {
|
|
@@ -5788,7 +5788,7 @@ const As = vt(j_), fg = {
|
|
|
5788
5788
|
}, null, 42, ["id", "onUpdate:modelValue", "indeterminate", "disabled", "value", "name", "tabindex", "onChange", "onFocus", "onBlur", "onClick"])), [
|
|
5789
5789
|
[Vi, p(u)]
|
|
5790
5790
|
]),
|
|
5791
|
-
|
|
5791
|
+
K("span", {
|
|
5792
5792
|
class: L(p(d).e("inner"))
|
|
5793
5793
|
}, null, 2)
|
|
5794
5794
|
], 2),
|
|
@@ -6046,14 +6046,14 @@ const mg = we({
|
|
|
6046
6046
|
p(r).m(p(s))
|
|
6047
6047
|
])
|
|
6048
6048
|
}, [
|
|
6049
|
-
|
|
6049
|
+
K("span", {
|
|
6050
6050
|
class: L([
|
|
6051
6051
|
p(r).e("input"),
|
|
6052
6052
|
p(r).is("disabled", p(l)),
|
|
6053
6053
|
p(r).is("checked", p(c) === p(u))
|
|
6054
6054
|
])
|
|
6055
6055
|
}, [
|
|
6056
|
-
Oe(
|
|
6056
|
+
Oe(K("input", {
|
|
6057
6057
|
ref_key: "radioRef",
|
|
6058
6058
|
ref: o,
|
|
6059
6059
|
"onUpdate:modelValue": (h) => xn(c) ? c.value = h : null,
|
|
@@ -6071,11 +6071,11 @@ const mg = we({
|
|
|
6071
6071
|
}, null, 42, ["onUpdate:modelValue", "value", "name", "disabled", "checked", "onFocus", "onBlur", "onClick"]), [
|
|
6072
6072
|
[Ih, p(c)]
|
|
6073
6073
|
]),
|
|
6074
|
-
|
|
6074
|
+
K("span", {
|
|
6075
6075
|
class: L(p(r).e("inner"))
|
|
6076
6076
|
}, null, 2)
|
|
6077
6077
|
], 2),
|
|
6078
|
-
|
|
6078
|
+
K("span", {
|
|
6079
6079
|
class: L(p(r).e("label")),
|
|
6080
6080
|
onKeydown: Ne(() => {
|
|
6081
6081
|
}, ["stop"])
|
|
@@ -6114,7 +6114,7 @@ const aO = we({
|
|
|
6114
6114
|
p(n).bm("button", p(a))
|
|
6115
6115
|
])
|
|
6116
6116
|
}, [
|
|
6117
|
-
Oe(
|
|
6117
|
+
Oe(K("input", {
|
|
6118
6118
|
ref_key: "radioRef",
|
|
6119
6119
|
ref: r,
|
|
6120
6120
|
"onUpdate:modelValue": (d) => xn(s) ? s.value = d : null,
|
|
@@ -6130,7 +6130,7 @@ const aO = we({
|
|
|
6130
6130
|
}, null, 42, ["onUpdate:modelValue", "value", "name", "disabled", "onFocus", "onBlur", "onClick"]), [
|
|
6131
6131
|
[Ih, p(s)]
|
|
6132
6132
|
]),
|
|
6133
|
-
|
|
6133
|
+
K("span", {
|
|
6134
6134
|
class: L(p(n).be("button", "inner")),
|
|
6135
6135
|
style: He(p(s) === p(c) ? p(u) : {}),
|
|
6136
6136
|
onKeydown: Ne(() => {
|
|
@@ -6339,7 +6339,7 @@ function hO(e, t, n, r, o, a) {
|
|
|
6339
6339
|
Add an empty element to avoid render label,
|
|
6340
6340
|
do not use empty fragment here for https://github.com/vuejs/vue-next/pull/2485
|
|
6341
6341
|
`),
|
|
6342
|
-
|
|
6342
|
+
K("span")
|
|
6343
6343
|
]),
|
|
6344
6344
|
_: 1
|
|
6345
6345
|
}, 8, ["model-value", "label", "disabled", "onUpdate:modelValue", "onClick"])) : e.isLeaf && e.node.checked ? (C(), Y(c, {
|
|
@@ -6680,8 +6680,8 @@ const Eg = we({
|
|
|
6680
6680
|
}
|
|
6681
6681
|
}, D = (H, Q = !0) => {
|
|
6682
6682
|
const { checkStrictly: he } = a.value, re = g.value, B = H.filter((me) => !!me && (he || me.isLeaf)), J = i == null ? void 0 : i.getSameNode(f.value), ge = Q && J || B[0];
|
|
6683
|
-
ge ? ge.pathNodes.forEach((me) => y(me, !0)) : f.value = null, re.forEach((me) => me.doCheck(!1)), vn(B).forEach((me) => me.doCheck(!0)), g.value = B, Fe(
|
|
6684
|
-
},
|
|
6683
|
+
ge ? ge.pathNodes.forEach((me) => y(me, !0)) : f.value = null, re.forEach((me) => me.doCheck(!1)), vn(B).forEach((me) => me.doCheck(!0)), g.value = B, Fe(W);
|
|
6684
|
+
}, W = () => {
|
|
6685
6685
|
tt && l.value.forEach((H) => {
|
|
6686
6686
|
const Q = H == null ? void 0 : H.$el;
|
|
6687
6687
|
if (Q) {
|
|
@@ -6746,7 +6746,7 @@ const Eg = we({
|
|
|
6746
6746
|
getCheckedNodes: _,
|
|
6747
6747
|
clearCheckedNodes: O,
|
|
6748
6748
|
calculateCheckedValue: A,
|
|
6749
|
-
scrollToExpandingNode:
|
|
6749
|
+
scrollToExpandingNode: W
|
|
6750
6750
|
};
|
|
6751
6751
|
}
|
|
6752
6752
|
});
|
|
@@ -6825,7 +6825,7 @@ const TO = vt(OO), Ia = we({
|
|
|
6825
6825
|
style: He({ backgroundColor: c.color }),
|
|
6826
6826
|
onClick: s
|
|
6827
6827
|
}, [
|
|
6828
|
-
|
|
6828
|
+
K("span", {
|
|
6829
6829
|
class: L(p(o).e("content"))
|
|
6830
6830
|
}, [
|
|
6831
6831
|
te(c.$slots, "default")
|
|
@@ -6847,12 +6847,12 @@ const TO = vt(OO), Ia = we({
|
|
|
6847
6847
|
onVnodeMounted: l
|
|
6848
6848
|
}, {
|
|
6849
6849
|
default: $(() => [
|
|
6850
|
-
|
|
6850
|
+
K("span", {
|
|
6851
6851
|
class: L(p(a)),
|
|
6852
6852
|
style: He({ backgroundColor: c.color }),
|
|
6853
6853
|
onClick: s
|
|
6854
6854
|
}, [
|
|
6855
|
-
|
|
6855
|
+
K("span", {
|
|
6856
6856
|
class: L(p(o).e("content"))
|
|
6857
6857
|
}, [
|
|
6858
6858
|
te(c.$slots, "default")
|
|
@@ -6972,7 +6972,7 @@ const $o = vt(PO), RO = we({
|
|
|
6972
6972
|
const fe = (de = Z.target) == null ? void 0 : de.value;
|
|
6973
6973
|
Lr(fe);
|
|
6974
6974
|
}
|
|
6975
|
-
}), m = P(null), y = P(null), E = P(null), I = P(null), x = P(null), _ = P(!1), O = P(!1), A = P(!1), R = P(!1), D = P(""),
|
|
6975
|
+
}), m = P(null), y = P(null), E = P(null), I = P(null), x = P(null), _ = P(!1), O = P(!1), A = P(!1), R = P(!1), D = P(""), W = P(""), j = P([]), H = P([]), Q = P([]), he = w(() => a.style), re = w(() => r.disabled || (f == null ? void 0 : f.disabled)), B = w(() => r.placeholder || u("el.cascader.placeholder")), J = w(() => W.value || j.value.length > 0 || d.value ? "" : B.value), ge = fr(), me = w(() => ["small"].includes(ge.value) ? "small" : "default"), Re = w(() => !!r.props.multiple), $e = w(() => !r.filterable || Re.value), Xe = w(() => Re.value ? W.value : D.value), gt = w(() => {
|
|
6976
6976
|
var Z;
|
|
6977
6977
|
return ((Z = I.value) == null ? void 0 : Z.checkedNodes) || [];
|
|
6978
6978
|
}), nt = w(() => !r.clearable || re.value || A.value || !O.value ? !1 : !!gt.value.length), De = w(() => {
|
|
@@ -7088,7 +7088,7 @@ const $o = vt(PO), RO = we({
|
|
|
7088
7088
|
(Z = I.value) == null || Z.clearCheckedNodes(), !_.value && r.filterable && ee(), rt(!1), n("clear");
|
|
7089
7089
|
}, ee = () => {
|
|
7090
7090
|
const { value: Z } = De;
|
|
7091
|
-
D.value = Z,
|
|
7091
|
+
D.value = Z, W.value = Z;
|
|
7092
7092
|
}, Ie = (Z) => {
|
|
7093
7093
|
var de, fe;
|
|
7094
7094
|
const { checked: Ke } = Z;
|
|
@@ -7108,7 +7108,7 @@ const $o = vt(PO), RO = we({
|
|
|
7108
7108
|
}
|
|
7109
7109
|
}, jt = () => {
|
|
7110
7110
|
const Z = j.value, de = Z[Z.length - 1];
|
|
7111
|
-
s =
|
|
7111
|
+
s = W.value ? 0 : s + 1, !(!de || !s || r.collapseTags && Z.length > 1) && (de.hitState ? xt(de) : de.hitState = !0);
|
|
7112
7112
|
}, ln = (Z) => {
|
|
7113
7113
|
const de = Z.target, fe = l.e("search-input");
|
|
7114
7114
|
de.className === fe && (R.value = !0), n("focus", Z);
|
|
@@ -7235,10 +7235,10 @@ const $o = vt(PO), RO = we({
|
|
|
7235
7235
|
effect: "light"
|
|
7236
7236
|
}, {
|
|
7237
7237
|
default: $(() => [
|
|
7238
|
-
|
|
7238
|
+
K("span", null, ue(fe.text), 1)
|
|
7239
7239
|
]),
|
|
7240
7240
|
content: $(() => [
|
|
7241
|
-
|
|
7241
|
+
K("div", {
|
|
7242
7242
|
class: L(p(l).e("collapse-tags"))
|
|
7243
7243
|
}, [
|
|
7244
7244
|
(C(!0), F(Pe, null, pt(H.value.slice(Z.maxCollapseTags), (Ke, cn) => (C(), F("div", {
|
|
@@ -7257,7 +7257,7 @@ const $o = vt(PO), RO = we({
|
|
|
7257
7257
|
onClose: (Wt) => xt(Ke)
|
|
7258
7258
|
}, {
|
|
7259
7259
|
default: $(() => [
|
|
7260
|
-
|
|
7260
|
+
K("span", null, ue(Ke.text), 1)
|
|
7261
7261
|
]),
|
|
7262
7262
|
_: 2
|
|
7263
7263
|
}, 1032, ["type", "size", "effect", "hit", "closable", "onClose"]))
|
|
@@ -7271,11 +7271,11 @@ const $o = vt(PO), RO = we({
|
|
|
7271
7271
|
}, 1032, ["type", "size", "effect", "hit", "closable", "onClose"]))), 128)),
|
|
7272
7272
|
Z.filterable && !p(re) ? Oe((C(), F("input", {
|
|
7273
7273
|
key: 0,
|
|
7274
|
-
"onUpdate:modelValue": (fe) =>
|
|
7274
|
+
"onUpdate:modelValue": (fe) => W.value = fe,
|
|
7275
7275
|
type: "text",
|
|
7276
7276
|
class: L(p(l).e("search-input")),
|
|
7277
7277
|
placeholder: p(De) ? "" : p(B),
|
|
7278
|
-
onInput: (fe) => Lr(
|
|
7278
|
+
onInput: (fe) => Lr(W.value, fe),
|
|
7279
7279
|
onClick: Ne((fe) => rt(!0), ["stop"]),
|
|
7280
7280
|
onKeydown: Vr(jt, ["delete"]),
|
|
7281
7281
|
onCompositionstart: p(h),
|
|
@@ -7284,7 +7284,7 @@ const $o = vt(PO), RO = we({
|
|
|
7284
7284
|
onFocus: ln,
|
|
7285
7285
|
onBlur: ho
|
|
7286
7286
|
}, null, 42, ["onUpdate:modelValue", "placeholder", "onInput", "onClick", "onKeydown", "onCompositionstart", "onCompositionupdate", "onCompositionend"])), [
|
|
7287
|
-
[Fh,
|
|
7287
|
+
[Fh, W.value]
|
|
7288
7288
|
]) : G("v-if", !0)
|
|
7289
7289
|
], 2)) : G("v-if", !0)
|
|
7290
7290
|
], 46, ["onClick", "onMouseenter", "onMouseleave"])), [
|
|
@@ -7330,7 +7330,7 @@ const $o = vt(PO), RO = we({
|
|
|
7330
7330
|
tabindex: -1,
|
|
7331
7331
|
onClick: (Ke) => Ie(fe)
|
|
7332
7332
|
}, [
|
|
7333
|
-
|
|
7333
|
+
K("span", null, ue(fe.text), 1),
|
|
7334
7334
|
fe.checked ? (C(), Y(p(ze), { key: 0 }, {
|
|
7335
7335
|
default: $(() => [
|
|
7336
7336
|
q(p(Nh))
|
|
@@ -7338,7 +7338,7 @@ const $o = vt(PO), RO = we({
|
|
|
7338
7338
|
_: 1
|
|
7339
7339
|
})) : G("v-if", !0)
|
|
7340
7340
|
], 10, ["onClick"]))), 128)) : te(Z.$slots, "empty", { key: 1 }, () => [
|
|
7341
|
-
|
|
7341
|
+
K("li", {
|
|
7342
7342
|
class: L(p(l).e("empty-text"))
|
|
7343
7343
|
}, ue(p(u)("el.cascader.noMatch")), 3)
|
|
7344
7344
|
])
|
|
@@ -7743,7 +7743,7 @@ const dT = uT, fT = we({
|
|
|
7743
7743
|
d == null || d(), v == null || v(), e.openDelay && e.openDelay > 0 ? { stop: v } = hd(() => D(), e.openDelay) : D();
|
|
7744
7744
|
}
|
|
7745
7745
|
function O() {
|
|
7746
|
-
v == null || v(), d == null || d(), e.closeDelay && e.closeDelay > 0 ? { stop: d } = hd(() =>
|
|
7746
|
+
v == null || v(), d == null || d(), e.closeDelay && e.closeDelay > 0 ? { stop: d } = hd(() => W(), e.closeDelay) : W();
|
|
7747
7747
|
}
|
|
7748
7748
|
function A() {
|
|
7749
7749
|
function re(B) {
|
|
@@ -7757,7 +7757,7 @@ const dT = uT, fT = we({
|
|
|
7757
7757
|
function D() {
|
|
7758
7758
|
tt && (c.value = !0);
|
|
7759
7759
|
}
|
|
7760
|
-
function
|
|
7760
|
+
function W() {
|
|
7761
7761
|
c.value = !1;
|
|
7762
7762
|
}
|
|
7763
7763
|
function j() {
|
|
@@ -7789,7 +7789,7 @@ const dT = uT, fT = we({
|
|
|
7789
7789
|
handleClose: A,
|
|
7790
7790
|
onModalClick: R,
|
|
7791
7791
|
close: O,
|
|
7792
|
-
doClose:
|
|
7792
|
+
doClose: W,
|
|
7793
7793
|
onOpenAutoFocus: j,
|
|
7794
7794
|
onCloseAutoFocus: H,
|
|
7795
7795
|
onCloseRequested: he,
|
|
@@ -7893,7 +7893,7 @@ const dT = uT, fT = we({
|
|
|
7893
7893
|
onReleaseRequested: p(x)
|
|
7894
7894
|
}, {
|
|
7895
7895
|
default: $(() => [
|
|
7896
|
-
|
|
7896
|
+
K("div", ft({
|
|
7897
7897
|
ref_key: "drawerRef",
|
|
7898
7898
|
ref: o,
|
|
7899
7899
|
"aria-modal": "true",
|
|
@@ -7907,7 +7907,7 @@ const dT = uT, fT = we({
|
|
|
7907
7907
|
onClick: Ne(() => {
|
|
7908
7908
|
}, ["stop"])
|
|
7909
7909
|
}), [
|
|
7910
|
-
|
|
7910
|
+
K("span", {
|
|
7911
7911
|
ref_key: "focusStartRef",
|
|
7912
7912
|
ref: a,
|
|
7913
7913
|
class: L(p(i).e("sr-focus")),
|
|
@@ -8382,7 +8382,7 @@ const Ai = we({
|
|
|
8382
8382
|
const J = p(l);
|
|
8383
8383
|
h.value.includes("hover") && (J == null || J.focus()), u.value = null;
|
|
8384
8384
|
}
|
|
8385
|
-
function
|
|
8385
|
+
function W(J) {
|
|
8386
8386
|
u.value = J;
|
|
8387
8387
|
}
|
|
8388
8388
|
function j(J) {
|
|
@@ -8421,7 +8421,7 @@ const Ai = we({
|
|
|
8421
8421
|
triggerId: y,
|
|
8422
8422
|
triggerKeys: g,
|
|
8423
8423
|
currentTabId: u,
|
|
8424
|
-
handleCurrentTabIdChange:
|
|
8424
|
+
handleCurrentTabIdChange: W,
|
|
8425
8425
|
handlerMainButtonClick: (J) => {
|
|
8426
8426
|
t("click", J);
|
|
8427
8427
|
},
|
|
@@ -8611,7 +8611,7 @@ function r5(e, t, n, r, o, a) {
|
|
|
8611
8611
|
role: "separator",
|
|
8612
8612
|
class: e.ns.bem("menu", "item", "divided")
|
|
8613
8613
|
}, e.$attrs), null, 16)) : G("v-if", !0),
|
|
8614
|
-
|
|
8614
|
+
K("li", ft({ ref: e.itemRef }, { ...e.dataset, ...e.$attrs }, {
|
|
8615
8615
|
"aria-disabled": e.disabled,
|
|
8616
8616
|
class: [e.ns.be("menu", "item"), e.ns.is("disabled", e.disabled)],
|
|
8617
8617
|
tabindex: e.tabIndex,
|
|
@@ -8961,7 +8961,7 @@ function k5(e, t, n, r, o, a) {
|
|
|
8961
8961
|
onClick: Ne(e.selectOptionClick, ["stop"])
|
|
8962
8962
|
}, [
|
|
8963
8963
|
te(e.$slots, "default", {}, () => [
|
|
8964
|
-
|
|
8964
|
+
K("span", null, ue(e.currentLabel), 1)
|
|
8965
8965
|
])
|
|
8966
8966
|
], 42, ["id", "aria-disabled", "aria-selected", "onMouseenter", "onClick"])), [
|
|
8967
8967
|
[Ct, e.visible]
|
|
@@ -9047,7 +9047,7 @@ const O5 = 11, T5 = (e, t) => {
|
|
|
9047
9047
|
afterBlur() {
|
|
9048
9048
|
D.value = !1, i.menuVisibleOnFocus = !1;
|
|
9049
9049
|
}
|
|
9050
|
-
}), D = P(!1),
|
|
9050
|
+
}), D = P(!1), W = P(), { form: j, formItem: H } = $r(), { inputId: Q } = Ka(e, {
|
|
9051
9051
|
formItemContext: H
|
|
9052
9052
|
}), { valueOnClear: he, isEmptyValue: re } = Jv(e), B = w(() => e.disabled || (j == null ? void 0 : j.disabled)), J = w(() => zt(e.modelValue) ? e.modelValue.length > 0 : !re(e.modelValue)), ge = w(() => e.clearable && !B.value && i.inputHovering && J.value), me = w(() => e.remote && e.filterable && !e.remoteShowSuffix ? "" : e.suffixIcon), Re = w(() => o.is("reverse", me.value && D.value)), $e = w(() => (H == null ? void 0 : H.validateState) || ""), Xe = w(() => kv[$e.value]), gt = w(() => e.remote ? 300 : 0), nt = w(() => e.loading ? e.loadingText || n("el.select.loading") : e.remote && !i.inputValue && i.options.size === 0 ? !1 : e.filterable && i.inputValue && i.options.size > 0 && De.value === 0 ? e.noMatchText || n("el.select.noMatch") : i.options.size === 0 ? e.noDataText || n("el.select.noData") : null), De = w(() => Ve.value.filter((V) => V.visible).length), Ve = w(() => {
|
|
9053
9053
|
const V = Array.from(i.options.values()), se = [];
|
|
@@ -9096,8 +9096,8 @@ const O5 = 11, T5 = (e, t) => {
|
|
|
9096
9096
|
}, {
|
|
9097
9097
|
flush: "post"
|
|
9098
9098
|
}), ae(() => i.hoveringIndex, (V) => {
|
|
9099
|
-
Ge(V) && V > -1 ?
|
|
9100
|
-
se.hover =
|
|
9099
|
+
Ge(V) && V > -1 ? W.value = Ve.value[V] || {} : W.value = {}, Ve.value.forEach((se) => {
|
|
9100
|
+
se.hover = W.value === se;
|
|
9101
9101
|
});
|
|
9102
9102
|
}), Ph(() => {
|
|
9103
9103
|
i.isBeforeHide || yn();
|
|
@@ -9251,7 +9251,7 @@ const O5 = 11, T5 = (e, t) => {
|
|
|
9251
9251
|
if (!(i.options.size === 0 || i.filteredOptionsCount === 0 || I.value) && !al.value) {
|
|
9252
9252
|
V === "next" ? (i.hoveringIndex++, i.hoveringIndex === i.options.size && (i.hoveringIndex = 0)) : V === "prev" && (i.hoveringIndex--, i.hoveringIndex < 0 && (i.hoveringIndex = i.options.size - 1));
|
|
9253
9253
|
const se = Ve.value[i.hoveringIndex];
|
|
9254
|
-
(se.disabled === !0 || se.states.groupDisabled === !0 || !se.visible) && ni(V), Fe(() => fe(
|
|
9254
|
+
(se.disabled === !0 || se.states.groupDisabled === !0 || !se.visible) && ni(V), Fe(() => fe(W.value));
|
|
9255
9255
|
}
|
|
9256
9256
|
}, sl = () => {
|
|
9257
9257
|
if (!l.value)
|
|
@@ -9275,7 +9275,7 @@ const O5 = 11, T5 = (e, t) => {
|
|
|
9275
9275
|
isFocused: R,
|
|
9276
9276
|
expanded: D,
|
|
9277
9277
|
optionsArray: Ve,
|
|
9278
|
-
hoverOption:
|
|
9278
|
+
hoverOption: W,
|
|
9279
9279
|
selectSize: $t,
|
|
9280
9280
|
filteredOptionsCount: De,
|
|
9281
9281
|
resetCalculatorWidth: Mt,
|
|
@@ -9527,7 +9527,7 @@ function P5(e, t, n, r, o, a) {
|
|
|
9527
9527
|
default: $(() => {
|
|
9528
9528
|
var d;
|
|
9529
9529
|
return [
|
|
9530
|
-
|
|
9530
|
+
K("div", {
|
|
9531
9531
|
ref: "wrapperRef",
|
|
9532
9532
|
class: L([
|
|
9533
9533
|
e.nsSelect.e("wrapper"),
|
|
@@ -9545,7 +9545,7 @@ function P5(e, t, n, r, o, a) {
|
|
|
9545
9545
|
}, [
|
|
9546
9546
|
te(e.$slots, "prefix")
|
|
9547
9547
|
], 2)) : G("v-if", !0),
|
|
9548
|
-
|
|
9548
|
+
K("div", {
|
|
9549
9549
|
ref: "selectionRef",
|
|
9550
9550
|
class: L([
|
|
9551
9551
|
e.nsSelect.e("selection"),
|
|
@@ -9567,7 +9567,7 @@ function P5(e, t, n, r, o, a) {
|
|
|
9567
9567
|
onClose: (m) => e.deleteTag(m, h)
|
|
9568
9568
|
}, {
|
|
9569
9569
|
default: $(() => [
|
|
9570
|
-
|
|
9570
|
+
K("span", {
|
|
9571
9571
|
class: L(e.nsSelect.e("tags-text"))
|
|
9572
9572
|
}, [
|
|
9573
9573
|
te(e.$slots, "label", {
|
|
@@ -9591,7 +9591,7 @@ function P5(e, t, n, r, o, a) {
|
|
|
9591
9591
|
teleported: e.teleported
|
|
9592
9592
|
}, {
|
|
9593
9593
|
default: $(() => [
|
|
9594
|
-
|
|
9594
|
+
K("div", {
|
|
9595
9595
|
ref: "collapseItemRef",
|
|
9596
9596
|
class: L(e.nsSelect.e("selected-item"))
|
|
9597
9597
|
}, [
|
|
@@ -9604,7 +9604,7 @@ function P5(e, t, n, r, o, a) {
|
|
|
9604
9604
|
style: He(e.collapseTagStyle)
|
|
9605
9605
|
}, {
|
|
9606
9606
|
default: $(() => [
|
|
9607
|
-
|
|
9607
|
+
K("span", {
|
|
9608
9608
|
class: L(e.nsSelect.e("tags-text"))
|
|
9609
9609
|
}, " + " + ue(e.states.selected.length - e.maxCollapseTags), 3)
|
|
9610
9610
|
]),
|
|
@@ -9613,7 +9613,7 @@ function P5(e, t, n, r, o, a) {
|
|
|
9613
9613
|
], 2)
|
|
9614
9614
|
]),
|
|
9615
9615
|
content: $(() => [
|
|
9616
|
-
|
|
9616
|
+
K("div", {
|
|
9617
9617
|
ref: "tagMenuRef",
|
|
9618
9618
|
class: L(e.nsSelect.e("selection"))
|
|
9619
9619
|
}, [
|
|
@@ -9631,7 +9631,7 @@ function P5(e, t, n, r, o, a) {
|
|
|
9631
9631
|
onClose: (m) => e.deleteTag(m, h)
|
|
9632
9632
|
}, {
|
|
9633
9633
|
default: $(() => [
|
|
9634
|
-
|
|
9634
|
+
K("span", {
|
|
9635
9635
|
class: L(e.nsSelect.e("tags-text"))
|
|
9636
9636
|
}, [
|
|
9637
9637
|
te(e.$slots, "label", {
|
|
@@ -9658,7 +9658,7 @@ function P5(e, t, n, r, o, a) {
|
|
|
9658
9658
|
e.nsSelect.is("hidden", !e.filterable)
|
|
9659
9659
|
])
|
|
9660
9660
|
}, [
|
|
9661
|
-
Oe(
|
|
9661
|
+
Oe(K("input", {
|
|
9662
9662
|
id: e.inputId,
|
|
9663
9663
|
ref: "inputRef",
|
|
9664
9664
|
"onUpdate:modelValue": (h) => e.states.inputValue = h,
|
|
@@ -9713,11 +9713,11 @@ function P5(e, t, n, r, o, a) {
|
|
|
9713
9713
|
label: e.currentPlaceholder,
|
|
9714
9714
|
value: e.modelValue
|
|
9715
9715
|
}, () => [
|
|
9716
|
-
|
|
9716
|
+
K("span", null, ue(e.currentPlaceholder), 1)
|
|
9717
9717
|
]) : (C(), F("span", { key: 1 }, ue(e.currentPlaceholder), 1))
|
|
9718
9718
|
], 2)) : G("v-if", !0)
|
|
9719
9719
|
], 2),
|
|
9720
|
-
|
|
9720
|
+
K("div", {
|
|
9721
9721
|
ref: "suffixRef",
|
|
9722
9722
|
class: L(e.nsSelect.e("suffix"))
|
|
9723
9723
|
}, [
|
|
@@ -9806,7 +9806,7 @@ function P5(e, t, n, r, o, a) {
|
|
|
9806
9806
|
class: L(e.nsSelect.be("dropdown", "empty"))
|
|
9807
9807
|
}, [
|
|
9808
9808
|
te(e.$slots, "empty", {}, () => [
|
|
9809
|
-
|
|
9809
|
+
K("span", null, ue(e.emptyText), 1)
|
|
9810
9810
|
])
|
|
9811
9811
|
], 2)) : G("v-if", !0),
|
|
9812
9812
|
e.$slots.footer ? (C(), F("div", {
|
|
@@ -9870,11 +9870,11 @@ function N5(e, t, n, r, o, a) {
|
|
|
9870
9870
|
ref: "groupRef",
|
|
9871
9871
|
class: L(e.ns.be("group", "wrap"))
|
|
9872
9872
|
}, [
|
|
9873
|
-
|
|
9873
|
+
K("li", {
|
|
9874
9874
|
class: L(e.ns.be("group", "title"))
|
|
9875
9875
|
}, ue(e.label), 3),
|
|
9876
|
-
|
|
9877
|
-
|
|
9876
|
+
K("li", null, [
|
|
9877
|
+
K("ul", {
|
|
9878
9878
|
class: L(e.ns.b("group"))
|
|
9879
9879
|
}, [
|
|
9880
9880
|
te(e.$slots, "default")
|
|
@@ -9981,7 +9981,7 @@ const j5 = we({
|
|
|
9981
9981
|
class: L(p(n).e("jump")),
|
|
9982
9982
|
disabled: p(o)
|
|
9983
9983
|
}, [
|
|
9984
|
-
|
|
9984
|
+
K("span", {
|
|
9985
9985
|
class: L([p(n).e("goto")])
|
|
9986
9986
|
}, ue(p(t)("el.pagination.goto")), 3),
|
|
9987
9987
|
q(p(Vo), {
|
|
@@ -9997,7 +9997,7 @@ const j5 = we({
|
|
|
9997
9997
|
"onUpdate:modelValue": c,
|
|
9998
9998
|
onChange: u
|
|
9999
9999
|
}, null, 8, ["size", "class", "max", "disabled", "model-value", "aria-label"]),
|
|
10000
|
-
|
|
10000
|
+
K("span", {
|
|
10001
10001
|
class: L([p(n).e("classifier")])
|
|
10002
10002
|
}, ue(p(t)("el.pagination.pageClassifier")), 3)
|
|
10003
10003
|
], 10, ["disabled"]));
|
|
@@ -10050,22 +10050,22 @@ const G5 = we({
|
|
|
10050
10050
|
const x = n.pagerCount, _ = (x - 1) / 2, O = Number(n.currentPage), A = Number(n.pageCount);
|
|
10051
10051
|
let R = !1, D = !1;
|
|
10052
10052
|
A > x && (O > x - _ && (R = !0), O < A - _ && (D = !0));
|
|
10053
|
-
const
|
|
10053
|
+
const W = [];
|
|
10054
10054
|
if (R && !D) {
|
|
10055
10055
|
const j = A - (x - 2);
|
|
10056
10056
|
for (let H = j; H < A; H++)
|
|
10057
|
-
|
|
10057
|
+
W.push(H);
|
|
10058
10058
|
} else if (!R && D)
|
|
10059
10059
|
for (let j = 2; j < x; j++)
|
|
10060
|
-
|
|
10060
|
+
W.push(j);
|
|
10061
10061
|
else if (R && D) {
|
|
10062
10062
|
const j = Math.floor(x / 2) - 1;
|
|
10063
10063
|
for (let H = O - j; H <= O + j; H++)
|
|
10064
|
-
|
|
10064
|
+
W.push(H);
|
|
10065
10065
|
} else
|
|
10066
10066
|
for (let j = 2; j < A; j++)
|
|
10067
|
-
|
|
10068
|
-
return
|
|
10067
|
+
W.push(j);
|
|
10068
|
+
return W;
|
|
10069
10069
|
}), v = w(() => [
|
|
10070
10070
|
"more",
|
|
10071
10071
|
"btn-quickprev",
|
|
@@ -10304,7 +10304,7 @@ var e3 = U({
|
|
|
10304
10304
|
return St(Vf, r("el.pagination.deprecationWarning")), null;
|
|
10305
10305
|
if (!e.layout || e.hideOnSinglePage && d.value <= 1)
|
|
10306
10306
|
return null;
|
|
10307
|
-
const A = [], R = [], D = yt("div", { class: o.e("rightwrapper") }, R),
|
|
10307
|
+
const A = [], R = [], D = yt("div", { class: o.e("rightwrapper") }, R), W = {
|
|
10308
10308
|
prev: yt(g5, {
|
|
10309
10309
|
disabled: e.disabled,
|
|
10310
10310
|
currentPage: h.value,
|
|
@@ -10348,7 +10348,7 @@ var e3 = U({
|
|
|
10348
10348
|
H = !0;
|
|
10349
10349
|
return;
|
|
10350
10350
|
}
|
|
10351
|
-
H ? R.push(
|
|
10351
|
+
H ? R.push(W[Q]) : A.push(W[Q]);
|
|
10352
10352
|
}), x(A[0], o.is("first")), x(A[A.length - 1], o.is("last")), H && R.length > 0 && (x(R[0], o.is("first")), x(R[R.length - 1], o.is("last")), A.push(D)), yt("div", {
|
|
10353
10353
|
class: [
|
|
10354
10354
|
o.b(),
|
|
@@ -10759,7 +10759,7 @@ const d3 = function(e = {}) {
|
|
|
10759
10759
|
function m3(e, t, n, r, o, a) {
|
|
10760
10760
|
const i = Ht;
|
|
10761
10761
|
return e.categories.All.size > 1 ? (C(), F("div", g3, [
|
|
10762
|
-
t[0] || (t[0] =
|
|
10762
|
+
t[0] || (t[0] = K("div", null, "View data types:", -1)),
|
|
10763
10763
|
(C(!0), F(Pe, null, pt(e.categories, (s, l) => (C(), F(Pe, null, [
|
|
10764
10764
|
s.size > 0 ? (C(), Y(i, {
|
|
10765
10765
|
class: L([{ active: l == e.active }, "tag-button"]),
|
|
@@ -13190,7 +13190,7 @@ var fP = /* @__PURE__ */ U({
|
|
|
13190
13190
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13191
13191
|
viewBox: "0 0 1024 1024"
|
|
13192
13192
|
}, [
|
|
13193
|
-
|
|
13193
|
+
K("path", {
|
|
13194
13194
|
fill: "currentColor",
|
|
13195
13195
|
d: "M512 64a32 32 0 0 1 32 32v192a32 32 0 0 1-64 0V96a32 32 0 0 1 32-32m0 640a32 32 0 0 1 32 32v192a32 32 0 1 1-64 0V736a32 32 0 0 1 32-32m448-192a32 32 0 0 1-32 32H736a32 32 0 1 1 0-64h192a32 32 0 0 1 32 32m-640 0a32 32 0 0 1-32 32H96a32 32 0 0 1 0-64h192a32 32 0 0 1 32 32M195.2 195.2a32 32 0 0 1 45.248 0L376.32 331.008a32 32 0 0 1-45.248 45.248L195.2 240.448a32 32 0 0 1 0-45.248zm452.544 452.544a32 32 0 0 1 45.248 0L828.8 783.552a32 32 0 0 1-45.248 45.248L647.744 692.992a32 32 0 0 1 0-45.248zM828.8 195.264a32 32 0 0 1 0 45.184L692.992 376.32a32 32 0 0 1-45.248-45.248l135.808-135.808a32 32 0 0 1 45.248 0m-452.544 452.48a32 32 0 0 1 0 45.248L240.448 828.8a32 32 0 0 1-45.248-45.248l135.808-135.808a32 32 0 0 1 45.248 0z"
|
|
13196
13196
|
})
|
|
@@ -13717,8 +13717,8 @@ function kp(e) {
|
|
|
13717
13717
|
}
|
|
13718
13718
|
if (o === rn || (o === nn || o === Fn) && a === $a) {
|
|
13719
13719
|
I = Pn;
|
|
13720
|
-
var
|
|
13721
|
-
v -=
|
|
13720
|
+
var W = f && O === _ && _.visualViewport ? _.visualViewport.width : O[R];
|
|
13721
|
+
v -= W - r.width, v *= l ? 1 : -1;
|
|
13722
13722
|
}
|
|
13723
13723
|
}
|
|
13724
13724
|
var j = Object.assign({ position: s }, c && JP), H = u === !0 ? ZP({ x: v, y: h }) : { x: v, y: h };
|
|
@@ -13843,10 +13843,10 @@ function Na(e, t) {
|
|
|
13843
13843
|
t === void 0 && (t = {});
|
|
13844
13844
|
var n = t, r = n.placement, o = r === void 0 ? e.placement : r, a = n.boundary, i = a === void 0 ? TP : a, s = n.rootBoundary, l = s === void 0 ? Fm : s, c = n.elementContext, u = c === void 0 ? la : c, f = n.altBoundary, g = f === void 0 ? !1 : f, v = n.padding, d = v === void 0 ? 0 : v, h = Nm(typeof d != "number" ? d : Lm(d, Ya)), m = u === la ? AP : la, y = e.rects.popper, E = e.elements[g ? m : u], I = aR(Lo(E) ? E : E.contextElement || Nr(e.elements.popper), i, l), x = Do(e.elements.reference), _ = jm({ reference: x, element: y, strategy: "absolute", placement: o }), O = pc(Object.assign({}, y, _)), A = u === la ? O : x, R = { top: I.top - A.top + h.top, bottom: A.bottom - I.bottom + h.bottom, left: I.left - A.left + h.left, right: A.right - I.right + h.right }, D = e.modifiersData.offset;
|
|
13845
13845
|
if (u === la && D) {
|
|
13846
|
-
var
|
|
13846
|
+
var W = D[o];
|
|
13847
13847
|
Object.keys(R).forEach(function(j) {
|
|
13848
13848
|
var H = [Pn, Fn].indexOf(j) >= 0 ? 1 : -1, Q = [nn, Fn].indexOf(j) >= 0 ? "y" : "x";
|
|
13849
|
-
R[j] +=
|
|
13849
|
+
R[j] += W[Q] * H;
|
|
13850
13850
|
});
|
|
13851
13851
|
}
|
|
13852
13852
|
return R;
|
|
@@ -13876,8 +13876,8 @@ function lR(e) {
|
|
|
13876
13876
|
if (!t.modifiersData[r]._skip) {
|
|
13877
13877
|
for (var o = n.mainAxis, a = o === void 0 ? !0 : o, i = n.altAxis, s = i === void 0 ? !0 : i, l = n.fallbackPlacements, c = n.padding, u = n.boundary, f = n.rootBoundary, g = n.altBoundary, v = n.flipVariations, d = v === void 0 ? !0 : v, h = n.allowedAutoPlacements, m = t.options.placement, y = Xn(m), E = y === m, I = l || (E || !d ? [Ni(m)] : sR(m)), x = [m].concat(I).reduce(function(nt, De) {
|
|
13878
13878
|
return nt.concat(Xn(De) === Nu ? iR(t, { placement: De, boundary: u, rootBoundary: f, padding: c, flipVariations: d, allowedAutoPlacements: h }) : De);
|
|
13879
|
-
}, []), _ = t.rects.reference, O = t.rects.popper, A = /* @__PURE__ */ new Map(), R = !0, D = x[0],
|
|
13880
|
-
var j = x[
|
|
13879
|
+
}, []), _ = t.rects.reference, O = t.rects.popper, A = /* @__PURE__ */ new Map(), R = !0, D = x[0], W = 0; W < x.length; W++) {
|
|
13880
|
+
var j = x[W], H = Xn(j), Q = Mo(j) === No, he = [nn, Fn].indexOf(H) >= 0, re = he ? "width" : "height", B = Na(t, { placement: j, boundary: u, rootBoundary: f, altBoundary: g, padding: c }), J = he ? Q ? Pn : rn : Q ? Fn : nn;
|
|
13881
13881
|
_[re] > O[re] && (J = Ni(J));
|
|
13882
13882
|
var ge = Ni(J), me = [];
|
|
13883
13883
|
if (a && me.push(B[H] <= 0), s && me.push(B[J] <= 0, B[ge] <= 0), me.every(function(nt) {
|
|
@@ -13937,14 +13937,14 @@ function gR(e) {
|
|
|
13937
13937
|
return e === "x" ? "y" : "x";
|
|
13938
13938
|
}
|
|
13939
13939
|
function mR(e) {
|
|
13940
|
-
var t = e.state, n = e.options, r = e.name, o = n.mainAxis, a = o === void 0 ? !0 : o, i = n.altAxis, s = i === void 0 ? !1 : i, l = n.boundary, c = n.rootBoundary, u = n.altBoundary, f = n.padding, g = n.tether, v = g === void 0 ? !0 : g, d = n.tetherOffset, h = d === void 0 ? 0 : d, m = Na(t, { boundary: l, rootBoundary: c, padding: f, altBoundary: u }), y = Xn(t.placement), E = Mo(t.placement), I = !E, x = Mu(y), _ = gR(x), O = t.modifiersData.popperOffsets, A = t.rects.reference, R = t.rects.popper, D = typeof h == "function" ? h(Object.assign({}, t.rects, { placement: t.placement })) : h,
|
|
13940
|
+
var t = e.state, n = e.options, r = e.name, o = n.mainAxis, a = o === void 0 ? !0 : o, i = n.altAxis, s = i === void 0 ? !1 : i, l = n.boundary, c = n.rootBoundary, u = n.altBoundary, f = n.padding, g = n.tether, v = g === void 0 ? !0 : g, d = n.tetherOffset, h = d === void 0 ? 0 : d, m = Na(t, { boundary: l, rootBoundary: c, padding: f, altBoundary: u }), y = Xn(t.placement), E = Mo(t.placement), I = !E, x = Mu(y), _ = gR(x), O = t.modifiersData.popperOffsets, A = t.rects.reference, R = t.rects.popper, D = typeof h == "function" ? h(Object.assign({}, t.rects, { placement: t.placement })) : h, W = typeof D == "number" ? { mainAxis: D, altAxis: D } : Object.assign({ mainAxis: 0, altAxis: 0 }, D), j = t.modifiersData.offset ? t.modifiersData.offset[t.placement] : null, H = { x: 0, y: 0 };
|
|
13941
13941
|
if (O) {
|
|
13942
13942
|
if (a) {
|
|
13943
|
-
var Q, he = x === "y" ? nn : rn, re = x === "y" ? Fn : Pn, B = x === "y" ? "height" : "width", J = O[x], ge = J + m[he], me = J - m[re], Re = v ? -R[B] / 2 : 0, $e = E === No ? A[B] : R[B], Xe = E === No ? -R[B] : -A[B], gt = t.elements.arrow, nt = v && gt ? Du(gt) : { width: 0, height: 0 }, De = t.modifiersData["arrow#persistent"] ? t.modifiersData["arrow#persistent"].padding : $m(), Ve = De[he], Qe = De[re], st = ba(0, A[B], nt[B]), yn = I ? A[B] / 2 - Re - st - Ve -
|
|
13943
|
+
var Q, he = x === "y" ? nn : rn, re = x === "y" ? Fn : Pn, B = x === "y" ? "height" : "width", J = O[x], ge = J + m[he], me = J - m[re], Re = v ? -R[B] / 2 : 0, $e = E === No ? A[B] : R[B], Xe = E === No ? -R[B] : -A[B], gt = t.elements.arrow, nt = v && gt ? Du(gt) : { width: 0, height: 0 }, De = t.modifiersData["arrow#persistent"] ? t.modifiersData["arrow#persistent"].padding : $m(), Ve = De[he], Qe = De[re], st = ba(0, A[B], nt[B]), yn = I ? A[B] / 2 - Re - st - Ve - W.mainAxis : $e - st - Ve - W.mainAxis, $t = I ? -A[B] / 2 + Re + st + Qe + W.mainAxis : Xe + st + Qe + W.mainAxis, Ot = t.elements.arrow && Xa(t.elements.arrow), rt = Ot ? x === "y" ? Ot.clientTop || 0 : Ot.clientLeft || 0 : 0, ct = (Q = j == null ? void 0 : j[x]) != null ? Q : 0, Ut = J + yn - ct - rt, qt = J + $t - ct, xt = ba(v ? rs(ge, Ut) : ge, J, v ? Xr(me, qt) : me);
|
|
13944
13944
|
O[x] = xt, H[x] = xt - J;
|
|
13945
13945
|
}
|
|
13946
13946
|
if (s) {
|
|
13947
|
-
var Kt, Nt = x === "x" ? nn : rn, bn = x === "x" ? Fn : Pn, qe = O[_], Tt = _ === "y" ? "height" : "width", Mt = qe + m[Nt], sn = qe - m[bn], At = [nn, rn].indexOf(y) !== -1, ee = (Kt = j == null ? void 0 : j[_]) != null ? Kt : 0, Ie = At ? Mt : qe - A[Tt] - R[Tt] - ee +
|
|
13947
|
+
var Kt, Nt = x === "x" ? nn : rn, bn = x === "x" ? Fn : Pn, qe = O[_], Tt = _ === "y" ? "height" : "width", Mt = qe + m[Nt], sn = qe - m[bn], At = [nn, rn].indexOf(y) !== -1, ee = (Kt = j == null ? void 0 : j[_]) != null ? Kt : 0, Ie = At ? Mt : qe - A[Tt] - R[Tt] - ee + W.altAxis, ot = At ? qe + A[Tt] + R[Tt] - ee - W.altAxis : sn, jt = v && At ? UP(Ie, qe, ot) : ba(v ? Ie : Mt, qe, v ? ot : sn);
|
|
13948
13948
|
O[_] = jt, H[_] = jt - qe;
|
|
13949
13949
|
}
|
|
13950
13950
|
t.modifiersData[r] = H;
|
|
@@ -14731,9 +14731,9 @@ const m$ = () => {
|
|
|
14731
14731
|
return;
|
|
14732
14732
|
const { key: h, altKey: m, ctrlKey: y, metaKey: E, currentTarget: I, shiftKey: x } = d, { loop: _ } = e, O = h === ns.tab && !m && !y && !E, A = document.activeElement;
|
|
14733
14733
|
if (O && A) {
|
|
14734
|
-
const R = I, [D,
|
|
14735
|
-
if (D &&
|
|
14736
|
-
if (!x && A ===
|
|
14734
|
+
const R = I, [D, W] = v$(R);
|
|
14735
|
+
if (D && W) {
|
|
14736
|
+
if (!x && A === W) {
|
|
14737
14737
|
const j = yi({
|
|
14738
14738
|
focusReason: a.value
|
|
14739
14739
|
});
|
|
@@ -14742,7 +14742,7 @@ const m$ = () => {
|
|
|
14742
14742
|
const j = yi({
|
|
14743
14743
|
focusReason: a.value
|
|
14744
14744
|
});
|
|
14745
|
-
t("focusout-prevented", j), j.defaultPrevented || (d.preventDefault(), _ && xr(
|
|
14745
|
+
t("focusout-prevented", j), j.defaultPrevented || (d.preventDefault(), _ && xr(W, !0));
|
|
14746
14746
|
}
|
|
14747
14747
|
} else if (A === R) {
|
|
14748
14748
|
const j = yi({
|
|
@@ -15088,7 +15088,7 @@ const F$ = 0, P$ = (e) => {
|
|
|
15088
15088
|
addInputId: Xi,
|
|
15089
15089
|
removeInputId: Xi
|
|
15090
15090
|
});
|
|
15091
|
-
let
|
|
15091
|
+
let W;
|
|
15092
15092
|
const j = (Q = !0) => {
|
|
15093
15093
|
y(), Q && A();
|
|
15094
15094
|
}, H = () => {
|
|
@@ -15096,9 +15096,9 @@ const F$ = 0, P$ = (e) => {
|
|
|
15096
15096
|
};
|
|
15097
15097
|
return Je(() => {
|
|
15098
15098
|
ae(() => r.triggerTargetEl, (Q, he) => {
|
|
15099
|
-
|
|
15099
|
+
W == null || W(), W = void 0;
|
|
15100
15100
|
const re = p(Q || v.value), B = p(he || v.value);
|
|
15101
|
-
ya(re) && (
|
|
15101
|
+
ya(re) && (W = ae([m, () => r.ariaLabel, E, () => r.id], (J) => {
|
|
15102
15102
|
["role", "aria-label", "aria-modal", "id"].forEach((ge, me) => {
|
|
15103
15103
|
Pu(J[me]) ? re.removeAttribute(ge) : re.setAttribute(ge, J[me]);
|
|
15104
15104
|
});
|
|
@@ -15107,7 +15107,7 @@ const F$ = 0, P$ = (e) => {
|
|
|
15107
15107
|
});
|
|
15108
15108
|
}, { immediate: !0 }), ae(() => r.visible, H, { immediate: !0 });
|
|
15109
15109
|
}), ht(() => {
|
|
15110
|
-
|
|
15110
|
+
W == null || W(), W = void 0;
|
|
15111
15111
|
}), t({
|
|
15112
15112
|
popperContentRef: v,
|
|
15113
15113
|
popperInstanceRef: h,
|
|
@@ -15293,7 +15293,7 @@ const Y$ = po(Z$), X$ = U({
|
|
|
15293
15293
|
}, D = () => {
|
|
15294
15294
|
if (p(s))
|
|
15295
15295
|
return !0;
|
|
15296
|
-
},
|
|
15296
|
+
}, W = ir(D, () => {
|
|
15297
15297
|
n.enterable && p(u) === "hover" && g();
|
|
15298
15298
|
}), j = ir(D, () => {
|
|
15299
15299
|
p(u) === "hover" && f();
|
|
@@ -15358,7 +15358,7 @@ const Y$ = po(Z$), X$ = U({
|
|
|
15358
15358
|
"trigger-target-el": B.triggerTargetEl,
|
|
15359
15359
|
visible: p(x),
|
|
15360
15360
|
"z-index": B.zIndex,
|
|
15361
|
-
onMouseenter: p(
|
|
15361
|
+
onMouseenter: p(W),
|
|
15362
15362
|
onMouseleave: p(j),
|
|
15363
15363
|
onBlur: re,
|
|
15364
15364
|
onClose: p(f)
|
|
@@ -16286,7 +16286,7 @@ const I8 = _t({
|
|
|
16286
16286
|
Ee(ue(n.header), 1)
|
|
16287
16287
|
])
|
|
16288
16288
|
], 2)) : G("v-if", !0),
|
|
16289
|
-
|
|
16289
|
+
K("div", {
|
|
16290
16290
|
class: L([p(t).e("body"), n.bodyClass]),
|
|
16291
16291
|
style: He(n.bodyStyle)
|
|
16292
16292
|
}, [
|
|
@@ -18589,7 +18589,7 @@ const L6 = ["src"], B6 = ["src"], D6 = {
|
|
|
18589
18589
|
}, {
|
|
18590
18590
|
default: $(() => [
|
|
18591
18591
|
Oe((C(), F("div", null, [
|
|
18592
|
-
|
|
18592
|
+
K("div", {
|
|
18593
18593
|
class: "cursor-pointer",
|
|
18594
18594
|
style: He(e.imageContainerStyle),
|
|
18595
18595
|
onClick: Ne(d, ["prevent"])
|
|
@@ -18608,7 +18608,7 @@ const L6 = ["src"], B6 = ["src"], D6 = {
|
|
|
18608
18608
|
G("", !0),
|
|
18609
18609
|
e.showCardDetails ? (C(), F("div", D6, [
|
|
18610
18610
|
e.data.hideType ? G("", !0) : (C(), F("p", M6, [
|
|
18611
|
-
|
|
18611
|
+
K("b", null, ue(e.data.type), 1)
|
|
18612
18612
|
])),
|
|
18613
18613
|
q(I, {
|
|
18614
18614
|
"virtual-ref": a.value,
|
|
@@ -18619,14 +18619,14 @@ const L6 = ["src"], B6 = ["src"], D6 = {
|
|
|
18619
18619
|
"popper-class": "gallery-popper",
|
|
18620
18620
|
"virtual-triggering": ""
|
|
18621
18621
|
}, null, 8, ["virtual-ref", "disabled", "content"]),
|
|
18622
|
-
Oe(
|
|
18622
|
+
Oe(K("p", {
|
|
18623
18623
|
ref_key: "titleText",
|
|
18624
18624
|
ref: a,
|
|
18625
18625
|
class: "title"
|
|
18626
18626
|
}, ue(e.data.title), 513), [
|
|
18627
18627
|
[Ct, !e.data.hideTitle]
|
|
18628
18628
|
]),
|
|
18629
|
-
Oe(
|
|
18629
|
+
Oe(K("p", j6, null, 512), [
|
|
18630
18630
|
[Ct, e.data.hideTitle]
|
|
18631
18631
|
]),
|
|
18632
18632
|
q(x, {
|
|
@@ -18651,12 +18651,12 @@ const L6 = ["src"], B6 = ["src"], D6 = {
|
|
|
18651
18651
|
}, z6 = /* @__PURE__ */ Eu(V6, [["__scopeId", "data-v-8306387d"]]), Qs = (e) => (ub("data-v-e745b327"), e = e(), db(), e), H6 = {
|
|
18652
18652
|
ref: "myButton",
|
|
18653
18653
|
class: "gallery"
|
|
18654
|
-
}, U6 = { class: "gallery-strip" }, q6 = /* @__PURE__ */ Qs(() => /* @__PURE__ */
|
|
18654
|
+
}, U6 = { class: "gallery-strip" }, q6 = /* @__PURE__ */ Qs(() => /* @__PURE__ */ K("span", { class: "progress-button" }, "‹", -1)), K6 = [
|
|
18655
18655
|
q6
|
|
18656
18656
|
], W6 = {
|
|
18657
18657
|
key: 1,
|
|
18658
18658
|
style: { width: "2rem" }
|
|
18659
|
-
}, G6 = /* @__PURE__ */ Qs(() => /* @__PURE__ */
|
|
18659
|
+
}, G6 = /* @__PURE__ */ Qs(() => /* @__PURE__ */ K("div", { class: "filler" }, null, -1)), J6 = { class: "card-line" }, Z6 = /* @__PURE__ */ Qs(() => /* @__PURE__ */ K("div", { class: "filler" }, null, -1)), Y6 = /* @__PURE__ */ Qs(() => /* @__PURE__ */ K("span", { class: "progress-button" }, "›", -1)), X6 = [
|
|
18660
18660
|
Y6
|
|
18661
18661
|
], Q6 = {
|
|
18662
18662
|
key: 3,
|
|
@@ -18763,7 +18763,7 @@ const L6 = ["src"], B6 = ["src"], D6 = {
|
|
|
18763
18763
|
const o = e, a = n, i = P(0), s = P(0), l = P(2), c = P(2), u = w(() => o.items.length), f = w(() => s.value > 0), g = w(() => s.value < u.value - 1), v = w(() => 0.78 * o.cardWidth);
|
|
18764
18764
|
w(() => u.value * (o.cardWidth + 0.25) - 0.25);
|
|
18765
18765
|
const d = w(() => {
|
|
18766
|
-
const R = r(0.5), D = r(2),
|
|
18766
|
+
const R = r(0.5), D = r(2), W = r(o.cardWidth), j = (o.maxWidth - 2 * D - 2 * R) / (1.1 * W);
|
|
18767
18767
|
return Math.max(1, Math.floor(j));
|
|
18768
18768
|
}), h = w(() => {
|
|
18769
18769
|
const R = r(1), D = o.maxWidth / (R * u.value);
|
|
@@ -18807,7 +18807,7 @@ const L6 = ["src"], B6 = ["src"], D6 = {
|
|
|
18807
18807
|
goPrev: O,
|
|
18808
18808
|
indicatorClicked: A
|
|
18809
18809
|
}), (R, D) => (C(), F("div", H6, [
|
|
18810
|
-
|
|
18810
|
+
K("div", U6, [
|
|
18811
18811
|
e.items.length > 1 ? (C(), F("a", {
|
|
18812
18812
|
key: 0,
|
|
18813
18813
|
href: "#",
|
|
@@ -18815,14 +18815,14 @@ const L6 = ["src"], B6 = ["src"], D6 = {
|
|
|
18815
18815
|
onClick: Ne(O, ["prevent"])
|
|
18816
18816
|
}, K6, 2)) : (C(), F("div", W6)),
|
|
18817
18817
|
G6,
|
|
18818
|
-
|
|
18819
|
-
(C(!0), F(Pe, null, pt(y.value, (
|
|
18818
|
+
K("div", J6, [
|
|
18819
|
+
(C(!0), F(Pe, null, pt(y.value, (W, j) => (C(), F("span", {
|
|
18820
18820
|
key: "card_" + j,
|
|
18821
18821
|
class: L(["key-image-span", { active: x(j) }])
|
|
18822
18822
|
}, [
|
|
18823
|
-
|
|
18823
|
+
W ? (C(), Y(z6, {
|
|
18824
18824
|
key: 0,
|
|
18825
|
-
data:
|
|
18825
|
+
data: W,
|
|
18826
18826
|
"body-style": e.bodyStyle,
|
|
18827
18827
|
"image-container-style": e.imageContainerStyle,
|
|
18828
18828
|
"image-style": e.imageStyle,
|
|
@@ -18843,7 +18843,7 @@ const L6 = ["src"], B6 = ["src"], D6 = {
|
|
|
18843
18843
|
onClick: Ne(_, ["prevent"])
|
|
18844
18844
|
}, X6, 2)) : (C(), F("div", Q6))
|
|
18845
18845
|
]),
|
|
18846
|
-
|
|
18846
|
+
K("div", {
|
|
18847
18847
|
style: He(e.bottomSpacer)
|
|
18848
18848
|
}, null, 4),
|
|
18849
18849
|
h.value ? (C(), Y(XA, {
|
|
@@ -19573,10 +19573,10 @@ const ut = new mN(), ls = {
|
|
|
19573
19573
|
function AN(e, t, n, r, o, a) {
|
|
19574
19574
|
const i = P0, s = Ht, l = zg, c = Se("CopyToClipboard"), u = Ho;
|
|
19575
19575
|
return C(), F("div", bN, [
|
|
19576
|
-
|
|
19577
|
-
t[2] || (t[2] =
|
|
19576
|
+
K("div", wN, [
|
|
19577
|
+
t[2] || (t[2] = K("div", { class: "seperator-path" }, null, -1)),
|
|
19578
19578
|
Oe((C(), F("div", CN, [
|
|
19579
|
-
|
|
19579
|
+
K("span", SN, [
|
|
19580
19580
|
!e.loading && e.discoverId ? (C(), Y(i, {
|
|
19581
19581
|
key: 0,
|
|
19582
19582
|
datasetId: e.discoverId,
|
|
@@ -19591,17 +19591,17 @@ function AN(e, t, n, r, o, a) {
|
|
|
19591
19591
|
onDatalinkClicked: a.galleryDatalinkClicked
|
|
19592
19592
|
}, null, 8, ["datasetId", "datasetVersion", "entry", "envVars", "label", "datasetThumbnail", "dataset-biolucida", "category", "onCardClicked", "onDatalinkClicked"])) : G("", !0)
|
|
19593
19593
|
]),
|
|
19594
|
-
|
|
19595
|
-
|
|
19594
|
+
K("div", kN, [
|
|
19595
|
+
K("div", {
|
|
19596
19596
|
class: "title",
|
|
19597
19597
|
onClick: t[0] || (t[0] = (...f) => a.cardClicked && a.cardClicked(...f))
|
|
19598
19598
|
}, ue(n.entry.name), 1),
|
|
19599
|
-
|
|
19600
|
-
|
|
19599
|
+
K("div", EN, ue(a.contributors) + " " + ue(n.entry.publishDate ? `(${a.publishYear})` : ""), 1),
|
|
19600
|
+
K("div", xN, ue(a.samples), 1),
|
|
19601
19601
|
n.entry.detailsReady ? G("", !0) : Oe((C(), F("div", _N, null, 512)), [
|
|
19602
19602
|
[u, !n.entry.detailsReady]
|
|
19603
19603
|
]),
|
|
19604
|
-
|
|
19604
|
+
K("div", null, [
|
|
19605
19605
|
n.entry.simulation ? (C(), Y(s, {
|
|
19606
19606
|
key: 0,
|
|
19607
19607
|
onClick: a.openRepository,
|
|
@@ -19615,14 +19615,14 @@ function AN(e, t, n, r, o, a) {
|
|
|
19615
19615
|
_: 1
|
|
19616
19616
|
}, 8, ["onClick", "icon"])) : G("", !0)
|
|
19617
19617
|
]),
|
|
19618
|
-
|
|
19618
|
+
K("div", ON, [
|
|
19619
19619
|
q(l, {
|
|
19620
19620
|
entry: n.entry,
|
|
19621
19621
|
"dataset-biolucida": e.biolucidaData,
|
|
19622
19622
|
onCategoryChanged: a.categoryChanged
|
|
19623
19623
|
}, null, 8, ["entry", "dataset-biolucida", "onCategoryChanged"])
|
|
19624
19624
|
]),
|
|
19625
|
-
|
|
19625
|
+
K("div", TN, [
|
|
19626
19626
|
q(c, { content: e.copyContent }, null, 8, ["content"])
|
|
19627
19627
|
])
|
|
19628
19628
|
])
|
|
@@ -19799,7 +19799,7 @@ function zN(e, t, n, r, o, a) {
|
|
|
19799
19799
|
}, 1032, ["onClick"])) : G("", !0)
|
|
19800
19800
|
], 64))), 128))
|
|
19801
19801
|
])) : (C(), F("div", RN, t[0] || (t[0] = [
|
|
19802
|
-
|
|
19802
|
+
K("span", { class: "empty-saved-search" }, "No Saved Searches", -1)
|
|
19803
19803
|
]))),
|
|
19804
19804
|
q(d, {
|
|
19805
19805
|
trigger: "click",
|
|
@@ -19812,7 +19812,7 @@ function zN(e, t, n, r, o, a) {
|
|
|
19812
19812
|
key: h.id
|
|
19813
19813
|
}, {
|
|
19814
19814
|
default: $(() => [
|
|
19815
|
-
|
|
19815
|
+
K("div", null, [
|
|
19816
19816
|
h.longLabel ? (C(), Y(i, {
|
|
19817
19817
|
key: 0,
|
|
19818
19818
|
width: "auto",
|
|
@@ -19822,7 +19822,7 @@ function zN(e, t, n, r, o, a) {
|
|
|
19822
19822
|
"popper-class": "popover-dropdown"
|
|
19823
19823
|
}, {
|
|
19824
19824
|
reference: $(() => [
|
|
19825
|
-
|
|
19825
|
+
K("span", {
|
|
19826
19826
|
class: "dropdown-clickable-item",
|
|
19827
19827
|
onClick: (m) => a.search(h)
|
|
19828
19828
|
}, ue(h.label), 9, NN)
|
|
@@ -19837,7 +19837,7 @@ function zN(e, t, n, r, o, a) {
|
|
|
19837
19837
|
onClick: (m) => a.search(h)
|
|
19838
19838
|
}, ue(h.label), 9, LN))
|
|
19839
19839
|
]),
|
|
19840
|
-
|
|
19840
|
+
K("div", null, [
|
|
19841
19841
|
q(i, {
|
|
19842
19842
|
width: "auto",
|
|
19843
19843
|
trigger: "hover",
|
|
@@ -19857,9 +19857,9 @@ function zN(e, t, n, r, o, a) {
|
|
|
19857
19857
|
q(c, { color: "#8300BF" }, {
|
|
19858
19858
|
default: $(() => [
|
|
19859
19859
|
h.saved ? (C(), F("svg", BN, t[2] || (t[2] = [
|
|
19860
|
-
|
|
19860
|
+
K("path", { d: "m12 21.35-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54z" }, null, -1)
|
|
19861
19861
|
]))) : (C(), F("svg", DN, t[3] || (t[3] = [
|
|
19862
|
-
|
|
19862
|
+
K("path", { d: "M16.5 3c-1.74 0-3.41.81-4.5 2.09C10.91 3.81 9.24 3 7.5 3 4.42 3 2 5.42 2 8.5c0 3.78 3.4 6.86 8.55 11.54L12 21.35l1.45-1.32C18.6 15.36 22 12.28 22 8.5 22 5.42 19.58 3 16.5 3m-4.4 15.55-.1.1-.1-.1C7.14 14.24 4 11.39 4 8.5 4 6.5 5.5 5 7.5 5c1.54 0 3.04.99 3.57 2.36h1.87C13.46 5.99 14.96 5 16.5 5c2 0 3.5 1.5 3.5 3.5 0 2.89-3.14 5.74-7.9 10.05" }, null, -1)
|
|
19863
19863
|
])))
|
|
19864
19864
|
]),
|
|
19865
19865
|
_: 2
|
|
@@ -19899,7 +19899,7 @@ function zN(e, t, n, r, o, a) {
|
|
|
19899
19899
|
}, 1032, ["onClick"])
|
|
19900
19900
|
]),
|
|
19901
19901
|
default: $(() => [
|
|
19902
|
-
t[4] || (t[4] =
|
|
19902
|
+
t[4] || (t[4] = K("span", null, " Remove from search history. ", -1))
|
|
19903
19903
|
]),
|
|
19904
19904
|
_: 2
|
|
19905
19905
|
}, 1024)
|
|
@@ -19912,7 +19912,7 @@ function zN(e, t, n, r, o, a) {
|
|
|
19912
19912
|
})
|
|
19913
19913
|
]),
|
|
19914
19914
|
default: $(() => [
|
|
19915
|
-
|
|
19915
|
+
K("span", $N, [
|
|
19916
19916
|
t[1] || (t[1] = Ee(" Search history ")),
|
|
19917
19917
|
q(c, { class: "el-icon--right" }, {
|
|
19918
19918
|
default: $(() => [
|
|
@@ -19953,7 +19953,7 @@ const el = /* @__PURE__ */ Rn(IN, [["render", zN], ["__scopeId", "data-v-566eaa1
|
|
|
19953
19953
|
return (t, n) => (C(), F("svg", {
|
|
19954
19954
|
class: L(["map-icon", { "map-icon-spin": e.spin }])
|
|
19955
19955
|
}, [
|
|
19956
|
-
|
|
19956
|
+
K("use", {
|
|
19957
19957
|
"xlink:href": `#${e.icon}`
|
|
19958
19958
|
}, null, 8, HN)
|
|
19959
19959
|
], 2));
|
|
@@ -20742,7 +20742,7 @@ var Ay = { exports: {} };
|
|
|
20742
20742
|
function R(b) {
|
|
20743
20743
|
return typeof b == "string" ? { protocol: "https", url: b, accept: I.Any } : { protocol: b.protocol || "https", url: b.url, accept: b.accept || I.Any };
|
|
20744
20744
|
}
|
|
20745
|
-
var D = "DELETE",
|
|
20745
|
+
var D = "DELETE", W = "GET", j = "POST", H = "PUT";
|
|
20746
20746
|
function Q(b, S) {
|
|
20747
20747
|
return Promise.all(S.map(function(k) {
|
|
20748
20748
|
return b.get(k, function() {
|
|
@@ -20767,7 +20767,7 @@ var Ay = { exports: {} };
|
|
|
20767
20767
|
}
|
|
20768
20768
|
function he(b, S, k, T) {
|
|
20769
20769
|
var N = [], ne = function(Ce, Be) {
|
|
20770
|
-
if (!(Ce.method ===
|
|
20770
|
+
if (!(Ce.method === W || Ce.data === void 0 && Be.data === void 0)) {
|
|
20771
20771
|
var Ae = Array.isArray(Ce.data) ? Ce.data : o(o({}, Ce.data), Be.data);
|
|
20772
20772
|
return JSON.stringify(Ae);
|
|
20773
20773
|
}
|
|
@@ -20777,7 +20777,7 @@ var Ay = { exports: {} };
|
|
|
20777
20777
|
var Gt = Ae[at];
|
|
20778
20778
|
Ze[at.toLowerCase()] = Gt;
|
|
20779
20779
|
}), Ze;
|
|
20780
|
-
}(b, T), X = k.method, oe = k.method !==
|
|
20780
|
+
}(b, T), X = k.method, oe = k.method !== W ? {} : o(o({}, k.data), T.data), ve = o(o(o({ "x-algolia-agent": b.userAgent.value }, b.queryParameters), oe), T.queryParameters), ce = 0, ke = function Ce(Be, Ae) {
|
|
20781
20781
|
var Ze = Be.pop();
|
|
20782
20782
|
if (Ze === void 0) throw { name: "RetryError", message: "Unreachable hosts - your application id may be incorrect. If the error persists, contact support@algolia.com.", transporterStackTrace: me(N) };
|
|
20783
20783
|
var at = { data: ne, headers: ie, method: X, url: J(Ze, k.path, ve), connectTimeout: Ae(ce, b.timeouts.connect), responseTimeout: Ae(ce, T.timeout) }, Gt = function(Jt) {
|
|
@@ -20894,11 +20894,11 @@ var Ay = { exports: {} };
|
|
|
20894
20894
|
};
|
|
20895
20895
|
}, gt = function(b) {
|
|
20896
20896
|
return function(S, k) {
|
|
20897
|
-
return b.transporter.read({ method:
|
|
20897
|
+
return b.transporter.read({ method: W, path: m("2/abtests/%s", S) }, k);
|
|
20898
20898
|
};
|
|
20899
20899
|
}, nt = function(b) {
|
|
20900
20900
|
return function(S) {
|
|
20901
|
-
return b.transporter.read({ method:
|
|
20901
|
+
return b.transporter.read({ method: W, path: "2/abtests" }, S);
|
|
20902
20902
|
};
|
|
20903
20903
|
}, De = function(b) {
|
|
20904
20904
|
return function(S, k) {
|
|
@@ -20906,7 +20906,7 @@ var Ay = { exports: {} };
|
|
|
20906
20906
|
};
|
|
20907
20907
|
}, Ve = function(b) {
|
|
20908
20908
|
return function(S) {
|
|
20909
|
-
return b.transporter.read({ method:
|
|
20909
|
+
return b.transporter.read({ method: W, path: "1/strategies/personalization" }, S);
|
|
20910
20910
|
};
|
|
20911
20911
|
}, Qe = function(b) {
|
|
20912
20912
|
return function(S, k) {
|
|
@@ -20967,7 +20967,7 @@ var Ay = { exports: {} };
|
|
|
20967
20967
|
};
|
|
20968
20968
|
}, Kt = function(b) {
|
|
20969
20969
|
return function(S, k) {
|
|
20970
|
-
return S.method ===
|
|
20970
|
+
return S.method === W ? b.transporter.read(S, k) : b.transporter.write(S, k);
|
|
20971
20971
|
};
|
|
20972
20972
|
}, Nt = function(b) {
|
|
20973
20973
|
return function(S, k) {
|
|
@@ -20990,32 +20990,32 @@ var Ay = { exports: {} };
|
|
|
20990
20990
|
};
|
|
20991
20991
|
}, qe = function(b) {
|
|
20992
20992
|
return function(S, k) {
|
|
20993
|
-
return b.transporter.read({ method:
|
|
20993
|
+
return b.transporter.read({ method: W, path: m("1/keys/%s", S) }, k);
|
|
20994
20994
|
};
|
|
20995
20995
|
}, Tt = function(b) {
|
|
20996
20996
|
return function(S, k) {
|
|
20997
|
-
return b.transporter.read({ method:
|
|
20997
|
+
return b.transporter.read({ method: W, path: m("1/task/%s", S.toString()) }, k);
|
|
20998
20998
|
};
|
|
20999
20999
|
}, Mt = function(b) {
|
|
21000
21000
|
return function(S) {
|
|
21001
|
-
return b.transporter.read({ method:
|
|
21001
|
+
return b.transporter.read({ method: W, path: "/1/dictionaries/*/settings" }, S);
|
|
21002
21002
|
};
|
|
21003
21003
|
}, sn = function(b) {
|
|
21004
21004
|
return function(S) {
|
|
21005
|
-
return b.transporter.read({ method:
|
|
21005
|
+
return b.transporter.read({ method: W, path: "1/logs" }, S);
|
|
21006
21006
|
};
|
|
21007
21007
|
}, At = function(b) {
|
|
21008
21008
|
return function(S) {
|
|
21009
|
-
return b.transporter.read({ method:
|
|
21009
|
+
return b.transporter.read({ method: W, path: "1/clusters/mapping/top" }, S);
|
|
21010
21010
|
};
|
|
21011
21011
|
}, ee = function(b) {
|
|
21012
21012
|
return function(S, k) {
|
|
21013
|
-
return b.transporter.read({ method:
|
|
21013
|
+
return b.transporter.read({ method: W, path: m("1/clusters/mapping/%s", S) }, k);
|
|
21014
21014
|
};
|
|
21015
21015
|
}, Ie = function(b) {
|
|
21016
21016
|
return function(S) {
|
|
21017
21017
|
var k = S || {}, T = k.retrieveMappings, N = a(k, ["retrieveMappings"]);
|
|
21018
|
-
return T === !0 && (N.getClusters = !0), b.transporter.read({ method:
|
|
21018
|
+
return T === !0 && (N.getClusters = !0), b.transporter.read({ method: W, path: "1/clusters/mapping/pending" }, N);
|
|
21019
21019
|
};
|
|
21020
21020
|
}, ot = function(b) {
|
|
21021
21021
|
return function(S) {
|
|
@@ -21024,19 +21024,19 @@ var Ay = { exports: {} };
|
|
|
21024
21024
|
};
|
|
21025
21025
|
}, jt = function(b) {
|
|
21026
21026
|
return function(S) {
|
|
21027
|
-
return b.transporter.read({ method:
|
|
21027
|
+
return b.transporter.read({ method: W, path: "1/keys" }, S);
|
|
21028
21028
|
};
|
|
21029
21029
|
}, ln = function(b) {
|
|
21030
21030
|
return function(S) {
|
|
21031
|
-
return b.transporter.read({ method:
|
|
21031
|
+
return b.transporter.read({ method: W, path: "1/clusters" }, S);
|
|
21032
21032
|
};
|
|
21033
21033
|
}, ho = function(b) {
|
|
21034
21034
|
return function(S) {
|
|
21035
|
-
return b.transporter.read({ method:
|
|
21035
|
+
return b.transporter.read({ method: W, path: "1/indexes" }, S);
|
|
21036
21036
|
};
|
|
21037
21037
|
}, Yo = function(b) {
|
|
21038
21038
|
return function(S) {
|
|
21039
|
-
return b.transporter.read({ method:
|
|
21039
|
+
return b.transporter.read({ method: W, path: "1/clusters/mapping" }, S);
|
|
21040
21040
|
};
|
|
21041
21041
|
}, Lr = function(b) {
|
|
21042
21042
|
return function(S, k, T) {
|
|
@@ -21296,7 +21296,7 @@ var Ay = { exports: {} };
|
|
|
21296
21296
|
};
|
|
21297
21297
|
}, go = function(b) {
|
|
21298
21298
|
return function(S, k) {
|
|
21299
|
-
return b.transporter.read({ method:
|
|
21299
|
+
return b.transporter.read({ method: W, path: m("1/indexes/%s/%s", b.indexName, S) }, k);
|
|
21300
21300
|
};
|
|
21301
21301
|
}, rr = function() {
|
|
21302
21302
|
return function(b, S) {
|
|
@@ -21315,15 +21315,15 @@ var Ay = { exports: {} };
|
|
|
21315
21315
|
};
|
|
21316
21316
|
}, ri = function(b) {
|
|
21317
21317
|
return function(S, k) {
|
|
21318
|
-
return b.transporter.read({ method:
|
|
21318
|
+
return b.transporter.read({ method: W, path: m("1/indexes/%s/rules/%s", b.indexName, S) }, k);
|
|
21319
21319
|
};
|
|
21320
21320
|
}, od = function(b) {
|
|
21321
21321
|
return function(S) {
|
|
21322
|
-
return b.transporter.read({ method:
|
|
21322
|
+
return b.transporter.read({ method: W, path: m("1/indexes/%s/settings", b.indexName), data: { getVersion: 2 } }, S);
|
|
21323
21323
|
};
|
|
21324
21324
|
}, By = function(b) {
|
|
21325
21325
|
return function(S, k) {
|
|
21326
|
-
return b.transporter.read({ method:
|
|
21326
|
+
return b.transporter.read({ method: W, path: m("1/indexes/%s/synonyms/%s", b.indexName, S) }, k);
|
|
21327
21327
|
};
|
|
21328
21328
|
}, Dy = function(b) {
|
|
21329
21329
|
return function(S, k) {
|
|
@@ -21448,7 +21448,7 @@ var Ay = { exports: {} };
|
|
|
21448
21448
|
return g(function(T) {
|
|
21449
21449
|
return (/* @__PURE__ */ function(N) {
|
|
21450
21450
|
return function(ne, ie) {
|
|
21451
|
-
return N.transporter.read({ method:
|
|
21451
|
+
return N.transporter.read({ method: W, path: m("1/indexes/%s/task/%s", N.indexName, ne.toString()) }, ie);
|
|
21452
21452
|
};
|
|
21453
21453
|
}(b))(S, k).then(function(N) {
|
|
21454
21454
|
return N.status !== "published" ? T() : void 0;
|
|
@@ -21847,7 +21847,8 @@ const cs = function(e) {
|
|
|
21847
21847
|
children: [{}]
|
|
21848
21848
|
}
|
|
21849
21849
|
],
|
|
21850
|
-
presentTags: []
|
|
21850
|
+
presentTags: [],
|
|
21851
|
+
searchInputs: {}
|
|
21851
21852
|
};
|
|
21852
21853
|
},
|
|
21853
21854
|
setup() {
|
|
@@ -21884,6 +21885,9 @@ const cs = function(e) {
|
|
|
21884
21885
|
`Warning: ${n} provided without its parent, this will not be shown in the cascader`
|
|
21885
21886
|
), r;
|
|
21886
21887
|
},
|
|
21888
|
+
isFlatmapConnectionsFilterNode: function(e) {
|
|
21889
|
+
return e.pathValues[0].includes("flatmap.connectivity.source") && e.pathLabels.includes("Filters") && e.isDisabled && e.isLeaf;
|
|
21890
|
+
},
|
|
21887
21891
|
processOptions: function() {
|
|
21888
21892
|
this.options.forEach((e, t) => {
|
|
21889
21893
|
this.options[t].total = this.countTotalFacet(e), this.options[t].label = Hl(e.label), this.options[t].value = this.createCascaderItemValue(
|
|
@@ -21892,6 +21896,10 @@ const cs = function(e) {
|
|
|
21892
21896
|
), this.options[t].children.find((n) => n.label === "Show all") || this.options[t].children.unshift({
|
|
21893
21897
|
value: this.createCascaderItemValue("Show all"),
|
|
21894
21898
|
label: "Show all"
|
|
21899
|
+
}), e.key.includes("flatmap.connectivity.source") && this.options[t].children.unshift({
|
|
21900
|
+
value: this.createCascaderItemValue("ConnectivityFilters"),
|
|
21901
|
+
label: "Filters",
|
|
21902
|
+
disabled: !0
|
|
21895
21903
|
}), this.options[t].children.forEach((n, r) => {
|
|
21896
21904
|
this.options[t].children[r].facetPropPath !== "pennsieve.organization.name" && (this.options[t].children[r].label = Hl(
|
|
21897
21905
|
n.label
|
|
@@ -22051,6 +22059,16 @@ const cs = function(e) {
|
|
|
22051
22059
|
cascadeExpandChange: function(e) {
|
|
22052
22060
|
this.__expandItem__ = e, this.cssMods();
|
|
22053
22061
|
},
|
|
22062
|
+
searchInputChange: function(e, t) {
|
|
22063
|
+
e.preventDefault();
|
|
22064
|
+
const { target: n } = e;
|
|
22065
|
+
if (n) {
|
|
22066
|
+
const r = n.value;
|
|
22067
|
+
n.closest(".el-cascader-menu__list").querySelectorAll(".el-cascader-node").forEach((a, i) => {
|
|
22068
|
+
i > 0 && (a.querySelector(".el-cascader-node__label").textContent.toLowerCase().includes(r.toLowerCase()) ? a.classList.remove("hide") : a.classList.add("hide"));
|
|
22069
|
+
});
|
|
22070
|
+
}
|
|
22071
|
+
},
|
|
22054
22072
|
numberShownChanged: function(e) {
|
|
22055
22073
|
this.$emit("numberPerPage", parseInt(e));
|
|
22056
22074
|
},
|
|
@@ -22214,11 +22232,11 @@ const cs = function(e) {
|
|
|
22214
22232
|
}, aL = { class: "filters" }, iL = { key: 0 }, sL = {
|
|
22215
22233
|
key: 0,
|
|
22216
22234
|
class: "cascader-tag"
|
|
22217
|
-
}, lL = { class: "tag-text" }, cL = { class: "el-tags-container" }, uL = { class: "el-tags-container" }, dL = { class: "search-filters transition-box" }, fL = {
|
|
22235
|
+
}, lL = { class: "tag-text" }, cL = { class: "el-tags-container" }, uL = { class: "el-tags-container" }, dL = { class: "search-filters transition-box" }, fL = { key: 0 }, pL = { class: "el-input" }, hL = { class: "el-input__wrapper" }, vL = ["value", "onInput"], gL = { key: 1 }, mL = {
|
|
22218
22236
|
key: 0,
|
|
22219
22237
|
class: "filter-default-value"
|
|
22220
|
-
},
|
|
22221
|
-
function
|
|
22238
|
+
}, yL = { class: "dataset-shown" }, bL = { class: "dataset-results-feedback" };
|
|
22239
|
+
function wL(e, t, n, r, o, a) {
|
|
22222
22240
|
const i = Se("MapSvgSpriteColor"), s = $o, l = $s, c = fu, u = du, f = xg, g = Se("MapSvgIcon"), v = yu, d = Ps, h = Ho;
|
|
22223
22241
|
return C(), F("div", aL, [
|
|
22224
22242
|
q(i),
|
|
@@ -22231,7 +22249,7 @@ function vL(e, t, n, r, o, a) {
|
|
|
22231
22249
|
onClose: t[0] || (t[0] = (m) => a.cascadeTagClose(e.presentTags[0]))
|
|
22232
22250
|
}, {
|
|
22233
22251
|
default: $(() => [
|
|
22234
|
-
|
|
22252
|
+
K("span", lL, ue(e.presentTags[0]), 1)
|
|
22235
22253
|
]),
|
|
22236
22254
|
_: 1
|
|
22237
22255
|
}),
|
|
@@ -22243,7 +22261,7 @@ function vL(e, t, n, r, o, a) {
|
|
|
22243
22261
|
"popper-class": "cascade-tags-popover"
|
|
22244
22262
|
}, {
|
|
22245
22263
|
default: $(() => [
|
|
22246
|
-
|
|
22264
|
+
K("div", cL, [
|
|
22247
22265
|
(C(!0), F(Pe, null, pt(e.presentTags.slice(1), (m, y) => (C(), Y(s, {
|
|
22248
22266
|
key: y,
|
|
22249
22267
|
class: "ml-2",
|
|
@@ -22259,7 +22277,7 @@ function vL(e, t, n, r, o, a) {
|
|
|
22259
22277
|
])
|
|
22260
22278
|
]),
|
|
22261
22279
|
reference: $(() => [
|
|
22262
|
-
|
|
22280
|
+
K("div", uL, [
|
|
22263
22281
|
e.presentTags.length > 1 ? (C(), Y(s, {
|
|
22264
22282
|
key: 0,
|
|
22265
22283
|
class: "ml-2",
|
|
@@ -22295,35 +22313,50 @@ function vL(e, t, n, r, o, a) {
|
|
|
22295
22313
|
"popper-class": "sidebar-cascader-popper"
|
|
22296
22314
|
}, {
|
|
22297
22315
|
default: $(({ node: m, data: y }) => [
|
|
22298
|
-
|
|
22299
|
-
|
|
22300
|
-
|
|
22301
|
-
|
|
22302
|
-
|
|
22303
|
-
|
|
22304
|
-
|
|
22305
|
-
|
|
22306
|
-
|
|
22307
|
-
|
|
22308
|
-
|
|
22309
|
-
|
|
22310
|
-
|
|
22311
|
-
|
|
22312
|
-
|
|
22313
|
-
|
|
22314
|
-
|
|
22315
|
-
|
|
22316
|
-
|
|
22317
|
-
|
|
22318
|
-
|
|
22319
|
-
|
|
22320
|
-
|
|
22321
|
-
|
|
22322
|
-
|
|
22316
|
+
a.isFlatmapConnectionsFilterNode(m) ? (C(), F("div", fL, [
|
|
22317
|
+
K("div", pL, [
|
|
22318
|
+
K("div", hL, [
|
|
22319
|
+
K("input", {
|
|
22320
|
+
class: "el-input__inner",
|
|
22321
|
+
value: e.searchInputs[m.value],
|
|
22322
|
+
onInput: (E) => a.searchInputChange(E, m),
|
|
22323
|
+
style: { width: "100%" },
|
|
22324
|
+
autocomplete: "off",
|
|
22325
|
+
placeholder: "Search"
|
|
22326
|
+
}, null, 40, vL)
|
|
22327
|
+
])
|
|
22328
|
+
])
|
|
22329
|
+
])) : (C(), F("div", gL, [
|
|
22330
|
+
q(u, null, {
|
|
22331
|
+
default: $(() => [
|
|
22332
|
+
a.hasLineStyles(y) ? (C(), Y(c, {
|
|
22333
|
+
key: 0,
|
|
22334
|
+
span: 4
|
|
22335
|
+
}, {
|
|
22336
|
+
default: $(() => [
|
|
22337
|
+
K("div", {
|
|
22338
|
+
class: "path-visual",
|
|
22339
|
+
style: He(a.getLineStyles(y))
|
|
22340
|
+
}, null, 4)
|
|
22341
|
+
]),
|
|
22342
|
+
_: 2
|
|
22343
|
+
}, 1024)) : G("", !0),
|
|
22344
|
+
q(c, { span: 20 }, {
|
|
22345
|
+
default: $(() => [
|
|
22346
|
+
K("div", {
|
|
22347
|
+
style: He(a.getBackgroundStyles(y))
|
|
22348
|
+
}, ue(y.label), 5)
|
|
22349
|
+
]),
|
|
22350
|
+
_: 2
|
|
22351
|
+
}, 1024)
|
|
22352
|
+
]),
|
|
22353
|
+
_: 2
|
|
22354
|
+
}, 1024)
|
|
22355
|
+
]))
|
|
22323
22356
|
]),
|
|
22324
22357
|
_: 1
|
|
22325
22358
|
}, 8, ["modelValue", "options", "props", "onExpandChange"]),
|
|
22326
|
-
e.showFiltersText ? (C(), F("div",
|
|
22359
|
+
e.showFiltersText ? (C(), F("div", mL, "Filters")) : G("", !0),
|
|
22327
22360
|
q(l, {
|
|
22328
22361
|
title: "How do filters work?",
|
|
22329
22362
|
width: "250",
|
|
@@ -22337,16 +22370,16 @@ function vL(e, t, n, r, o, a) {
|
|
|
22337
22370
|
})
|
|
22338
22371
|
]),
|
|
22339
22372
|
default: $(() => [
|
|
22340
|
-
|
|
22341
|
-
t[5] || (t[5] =
|
|
22373
|
+
K("div", null, [
|
|
22374
|
+
t[5] || (t[5] = K("strong", null, "Within categories:", -1)),
|
|
22342
22375
|
t[6] || (t[6] = Ee(" OR ")),
|
|
22343
|
-
t[7] || (t[7] =
|
|
22376
|
+
t[7] || (t[7] = K("br", null, null, -1)),
|
|
22344
22377
|
Ee(" example: " + ue(n.entry.helper.within) + " ", 1),
|
|
22345
|
-
t[8] || (t[8] =
|
|
22346
|
-
t[9] || (t[9] =
|
|
22347
|
-
t[10] || (t[10] =
|
|
22378
|
+
t[8] || (t[8] = K("br", null, null, -1)),
|
|
22379
|
+
t[9] || (t[9] = K("br", null, null, -1)),
|
|
22380
|
+
t[10] || (t[10] = K("strong", null, "Between categories:", -1)),
|
|
22348
22381
|
t[11] || (t[11] = Ee(" AND ")),
|
|
22349
|
-
t[12] || (t[12] =
|
|
22382
|
+
t[12] || (t[12] = K("br", null, null, -1)),
|
|
22350
22383
|
Ee(" example: " + ue(n.entry.helper.between), 1)
|
|
22351
22384
|
])
|
|
22352
22385
|
]),
|
|
@@ -22359,8 +22392,8 @@ function vL(e, t, n, r, o, a) {
|
|
|
22359
22392
|
_: 1
|
|
22360
22393
|
})
|
|
22361
22394
|
])) : G("", !0),
|
|
22362
|
-
|
|
22363
|
-
|
|
22395
|
+
K("div", yL, [
|
|
22396
|
+
K("span", bL, ue(a.numberOfResultsText), 1),
|
|
22364
22397
|
q(d, {
|
|
22365
22398
|
class: "number-shown-select",
|
|
22366
22399
|
modelValue: e.numberShown,
|
|
@@ -22380,14 +22413,14 @@ function vL(e, t, n, r, o, a) {
|
|
|
22380
22413
|
])
|
|
22381
22414
|
]);
|
|
22382
22415
|
}
|
|
22383
|
-
const tl = /* @__PURE__ */ Rn(oL, [["render",
|
|
22384
|
-
var
|
|
22416
|
+
const tl = /* @__PURE__ */ Rn(oL, [["render", wL], ["__scopeId", "data-v-273b147b"]]);
|
|
22417
|
+
var CL = async function(e) {
|
|
22385
22418
|
if (!e.ok) {
|
|
22386
22419
|
let t = await e.json();
|
|
22387
22420
|
throw t ? new Error(t.message) : new Error(e);
|
|
22388
22421
|
}
|
|
22389
22422
|
return e;
|
|
22390
|
-
},
|
|
22423
|
+
}, SL = {
|
|
22391
22424
|
searchInput: "",
|
|
22392
22425
|
lastSearch: "",
|
|
22393
22426
|
results: [],
|
|
@@ -22401,7 +22434,7 @@ var gL = async function(e) {
|
|
|
22401
22434
|
hasSearched: !1,
|
|
22402
22435
|
contextCardEnabled: !1
|
|
22403
22436
|
};
|
|
22404
|
-
const
|
|
22437
|
+
const kL = {
|
|
22405
22438
|
components: {
|
|
22406
22439
|
SearchFilters: tl,
|
|
22407
22440
|
DatasetCard: K0,
|
|
@@ -22425,7 +22458,7 @@ const yL = {
|
|
|
22425
22458
|
},
|
|
22426
22459
|
entry: {
|
|
22427
22460
|
type: Object,
|
|
22428
|
-
default: () =>
|
|
22461
|
+
default: () => SL
|
|
22429
22462
|
},
|
|
22430
22463
|
envVars: {
|
|
22431
22464
|
type: Object,
|
|
@@ -22589,7 +22622,7 @@ const yL = {
|
|
|
22589
22622
|
callSciCrunch: function(e, t = {}, n) {
|
|
22590
22623
|
return new Promise((r, o) => {
|
|
22591
22624
|
let a = this.envVars.API_LOCATION + this.searchEndpoint + "?" + this.createfilterParams(t);
|
|
22592
|
-
fetch(a, { signal: n }).then(
|
|
22625
|
+
fetch(a, { signal: n }).then(CL).then((i) => i.json()).then((i) => r(i)).catch((i) => o(i));
|
|
22593
22626
|
});
|
|
22594
22627
|
},
|
|
22595
22628
|
getAlgoliaFacets: async function() {
|
|
@@ -22611,21 +22644,21 @@ const yL = {
|
|
|
22611
22644
|
created: function() {
|
|
22612
22645
|
this.searchEndpoint = "dataset_info/using_multiple_dois/";
|
|
22613
22646
|
}
|
|
22614
|
-
},
|
|
22647
|
+
}, EL = { class: "header" }, xL = {
|
|
22615
22648
|
class: "content scrollbar",
|
|
22616
22649
|
ref: "content"
|
|
22617
|
-
},
|
|
22650
|
+
}, _L = {
|
|
22618
22651
|
key: 0,
|
|
22619
22652
|
class: "error-feedback"
|
|
22620
22653
|
};
|
|
22621
|
-
function
|
|
22654
|
+
function OL(e, t, n, r, o, a) {
|
|
22622
22655
|
const i = Vo, s = Ht, l = tl, c = el, u = K0, f = Rs, g = As, v = Ho;
|
|
22623
22656
|
return C(), Y(g, {
|
|
22624
22657
|
"body-style": e.bodyStyle,
|
|
22625
22658
|
class: "content-card"
|
|
22626
22659
|
}, {
|
|
22627
22660
|
header: $(() => [
|
|
22628
|
-
|
|
22661
|
+
K("div", EL, [
|
|
22629
22662
|
q(i, {
|
|
22630
22663
|
class: "search-input",
|
|
22631
22664
|
placeholder: "Search",
|
|
@@ -22675,8 +22708,8 @@ function SL(e, t, n, r, o, a) {
|
|
|
22675
22708
|
localStorageKey: "sparc.science-dataset-search-history",
|
|
22676
22709
|
onSearch: a.searchHistorySearch
|
|
22677
22710
|
}, null, 8, ["onSearch"]),
|
|
22678
|
-
Oe((C(), F("div",
|
|
22679
|
-
e.results.length === 0 && !e.loadingCards ? (C(), F("div",
|
|
22711
|
+
Oe((C(), F("div", xL, [
|
|
22712
|
+
e.results.length === 0 && !e.loadingCards ? (C(), F("div", _L, " No results found - Please change your search / filter criteria. ")) : G("", !0),
|
|
22680
22713
|
(C(!0), F(Pe, null, pt(e.results, (d) => (C(), F("div", {
|
|
22681
22714
|
key: d.doi,
|
|
22682
22715
|
class: "step-item"
|
|
@@ -22707,9 +22740,9 @@ function SL(e, t, n, r, o, a) {
|
|
|
22707
22740
|
_: 1
|
|
22708
22741
|
}, 8, ["body-style"]);
|
|
22709
22742
|
}
|
|
22710
|
-
const Fy = /* @__PURE__ */ Rn(
|
|
22743
|
+
const Fy = /* @__PURE__ */ Rn(kL, [["render", OL], ["__scopeId", "data-v-66d857f2"]]), TL = (e) => e.replace(/\w\S*/g, (t) => t.charAt(0).toUpperCase() + t.substr(1).toLowerCase()), da = function(e) {
|
|
22711
22744
|
return e ? e.charAt(0).toUpperCase() + e.slice(1) : "";
|
|
22712
|
-
},
|
|
22745
|
+
}, AL = {
|
|
22713
22746
|
name: "ConnectivityInfo",
|
|
22714
22747
|
components: {
|
|
22715
22748
|
Button: Ht,
|
|
@@ -22792,7 +22825,7 @@ const Fy = /* @__PURE__ */ Rn(yL, [["render", SL], ["__scopeId", "data-v-66d857f
|
|
|
22792
22825
|
return this.entry.destinationsWithDatasets;
|
|
22793
22826
|
},
|
|
22794
22827
|
resources: function() {
|
|
22795
|
-
return this.entry.hyperlinks;
|
|
22828
|
+
return this.entry.hyperlinks || [];
|
|
22796
22829
|
},
|
|
22797
22830
|
sckanVersion: function() {
|
|
22798
22831
|
return this.entry.knowledgeSource;
|
|
@@ -22812,7 +22845,7 @@ const Fy = /* @__PURE__ */ Rn(yL, [["render", SL], ["__scopeId", "data-v-66d857f
|
|
|
22812
22845
|
},
|
|
22813
22846
|
methods: {
|
|
22814
22847
|
titleCase: function(e) {
|
|
22815
|
-
return
|
|
22848
|
+
return TL(e);
|
|
22816
22849
|
},
|
|
22817
22850
|
capitalise: function(e) {
|
|
22818
22851
|
return da(e);
|
|
@@ -22962,30 +22995,30 @@ const Fy = /* @__PURE__ */ Rn(yL, [["render", SL], ["__scopeId", "data-v-66d857f
|
|
|
22962
22995
|
this.connectivityError = { ...t };
|
|
22963
22996
|
});
|
|
22964
22997
|
}
|
|
22965
|
-
},
|
|
22998
|
+
}, IL = {
|
|
22966
22999
|
key: 0,
|
|
22967
23000
|
class: "main"
|
|
22968
|
-
},
|
|
23001
|
+
}, FL = { class: "connectivity-info-title" }, PL = { class: "title-content" }, RL = {
|
|
22969
23002
|
key: 0,
|
|
22970
23003
|
class: "block"
|
|
22971
|
-
},
|
|
23004
|
+
}, $L = { class: "title" }, NL = { style: { "word-break": "keep-all" } }, LL = { class: "subtitle" }, BL = {
|
|
22972
23005
|
key: 0,
|
|
22973
23006
|
class: "subtitle"
|
|
22974
|
-
},
|
|
23007
|
+
}, DL = {
|
|
22975
23008
|
key: 1,
|
|
22976
23009
|
class: "block"
|
|
22977
|
-
},
|
|
23010
|
+
}, ML = { class: "title" }, jL = { class: "title-buttons" }, VL = { class: "content-container population-display" }, zL = { class: "block attribute-title-container" }, HL = { class: "block buttons-row" }, UL = { class: "content-container content-container-connectivity" }, qL = { class: "content-container content-container-connectivity" }, KL = {
|
|
22978
23011
|
key: 0,
|
|
22979
23012
|
class: "content-container content-container-references"
|
|
22980
23013
|
};
|
|
22981
|
-
function
|
|
23014
|
+
function WL(e, t, n, r, o, a) {
|
|
22982
23015
|
const i = mb, s = ze, l = $s, c = Bh, u = Ht, f = Se("CopyToClipboard"), g = _o, v = Lh, d = cu, h = kg, m = Se("connectivity-list"), y = Se("connectivity-graph"), E = Se("ExternalResourceCard"), I = Ho;
|
|
22983
|
-
return a.entry ? (C(), F("div",
|
|
22984
|
-
|
|
22985
|
-
|
|
22986
|
-
a.entry.title ? (C(), F("div",
|
|
22987
|
-
|
|
22988
|
-
|
|
23016
|
+
return a.entry ? (C(), F("div", IL, [
|
|
23017
|
+
K("div", FL, [
|
|
23018
|
+
K("div", PL, [
|
|
23019
|
+
a.entry.title ? (C(), F("div", RL, [
|
|
23020
|
+
K("div", $L, [
|
|
23021
|
+
K("span", null, ue(a.capitalise(a.entry.title)), 1),
|
|
22989
23022
|
a.entry.featuresAlert ? (C(), Y(l, {
|
|
22990
23023
|
key: 0,
|
|
22991
23024
|
width: "250",
|
|
@@ -23002,21 +23035,21 @@ function zL(e, t, n, r, o, a) {
|
|
|
23002
23035
|
})
|
|
23003
23036
|
]),
|
|
23004
23037
|
default: $(() => [
|
|
23005
|
-
|
|
23038
|
+
K("span", NL, ue(a.entry.featuresAlert), 1)
|
|
23006
23039
|
]),
|
|
23007
23040
|
_: 1
|
|
23008
23041
|
})) : G("", !0)
|
|
23009
23042
|
]),
|
|
23010
|
-
|
|
23011
|
-
t[3] || (t[3] =
|
|
23043
|
+
K("div", LL, [
|
|
23044
|
+
t[3] || (t[3] = K("strong", null, "id: ", -1)),
|
|
23012
23045
|
Ee(ue(a.entry.featureId[0]), 1)
|
|
23013
23046
|
]),
|
|
23014
|
-
a.hasProvenanceTaxonomyLabel ? (C(), F("div",
|
|
23015
|
-
])) : (C(), F("div",
|
|
23016
|
-
|
|
23047
|
+
a.hasProvenanceTaxonomyLabel ? (C(), F("div", BL, ue(a.provSpeciesDescription), 1)) : G("", !0)
|
|
23048
|
+
])) : (C(), F("div", DL, [
|
|
23049
|
+
K("div", ML, ue(a.entry.featureId), 1)
|
|
23017
23050
|
]))
|
|
23018
23051
|
]),
|
|
23019
|
-
|
|
23052
|
+
K("div", jL, [
|
|
23020
23053
|
q(l, {
|
|
23021
23054
|
width: "auto",
|
|
23022
23055
|
trigger: "hover",
|
|
@@ -23041,7 +23074,7 @@ function zL(e, t, n, r, o, a) {
|
|
|
23041
23074
|
}, 8, ["onClick"])
|
|
23042
23075
|
]),
|
|
23043
23076
|
default: $(() => [
|
|
23044
|
-
t[4] || (t[4] =
|
|
23077
|
+
t[4] || (t[4] = K("span", null, " Show connectivity on map ", -1))
|
|
23045
23078
|
]),
|
|
23046
23079
|
_: 1
|
|
23047
23080
|
}),
|
|
@@ -23071,15 +23104,15 @@ function zL(e, t, n, r, o, a) {
|
|
|
23071
23104
|
}, 8, ["onClick"])
|
|
23072
23105
|
]),
|
|
23073
23106
|
default: $(() => [
|
|
23074
|
-
t[5] || (t[5] =
|
|
23107
|
+
t[5] || (t[5] = K("span", null, "Close", -1))
|
|
23075
23108
|
]),
|
|
23076
23109
|
_: 1
|
|
23077
23110
|
})) : G("", !0)
|
|
23078
23111
|
])
|
|
23079
23112
|
]),
|
|
23080
|
-
|
|
23081
|
-
|
|
23082
|
-
t[7] || (t[7] =
|
|
23113
|
+
K("div", VL, [
|
|
23114
|
+
K("div", zL, [
|
|
23115
|
+
t[7] || (t[7] = K("span", { class: "attribute-title" }, "Population Display", -1)),
|
|
23083
23116
|
e.activeView === "listView" ? (C(), Y(l, {
|
|
23084
23117
|
key: 0,
|
|
23085
23118
|
width: "250",
|
|
@@ -23096,13 +23129,13 @@ function zL(e, t, n, r, o, a) {
|
|
|
23096
23129
|
})
|
|
23097
23130
|
]),
|
|
23098
23131
|
default: $(() => [
|
|
23099
|
-
t[6] || (t[6] =
|
|
23132
|
+
t[6] || (t[6] = K("span", { style: { "word-break": "keep-all" } }, " This list is ordered alphabetically, switch to graph view for path details. ", -1))
|
|
23100
23133
|
]),
|
|
23101
23134
|
_: 1
|
|
23102
23135
|
})) : G("", !0)
|
|
23103
23136
|
]),
|
|
23104
|
-
|
|
23105
|
-
t[12] || (t[12] =
|
|
23137
|
+
K("div", HL, [
|
|
23138
|
+
t[12] || (t[12] = K("span", null, "Connectivity from:", -1)),
|
|
23106
23139
|
q(h, {
|
|
23107
23140
|
modelValue: e.connectivitySource,
|
|
23108
23141
|
"onUpdate:modelValue": t[0] || (t[0] = (x) => e.connectivitySource = x),
|
|
@@ -23144,7 +23177,7 @@ function zL(e, t, n, r, o, a) {
|
|
|
23144
23177
|
}, 8, ["class"])
|
|
23145
23178
|
])
|
|
23146
23179
|
]),
|
|
23147
|
-
Oe(
|
|
23180
|
+
Oe(K("div", UL, [
|
|
23148
23181
|
Oe((C(), Y(m, {
|
|
23149
23182
|
key: `${a.connectivityKey}list`,
|
|
23150
23183
|
entry: a.entry,
|
|
@@ -23165,7 +23198,7 @@ function zL(e, t, n, r, o, a) {
|
|
|
23165
23198
|
], 512), [
|
|
23166
23199
|
[Ct, e.activeView === "listView"]
|
|
23167
23200
|
]),
|
|
23168
|
-
Oe(
|
|
23201
|
+
Oe(K("div", qL, [
|
|
23169
23202
|
e.graphViewLoaded ? Oe((C(), Y(y, {
|
|
23170
23203
|
key: `${a.connectivityKey}graph`,
|
|
23171
23204
|
entry: a.entry.featureId[0],
|
|
@@ -23180,7 +23213,7 @@ function zL(e, t, n, r, o, a) {
|
|
|
23180
23213
|
], 512), [
|
|
23181
23214
|
[Ct, e.activeView === "graphView"]
|
|
23182
23215
|
]),
|
|
23183
|
-
a.resources.length ? (C(), F("div",
|
|
23216
|
+
a.resources.length ? (C(), F("div", KL, [
|
|
23184
23217
|
q(E, {
|
|
23185
23218
|
resources: a.resources,
|
|
23186
23219
|
onReferencesLoaded: a.onReferencesLoaded,
|
|
@@ -23189,7 +23222,7 @@ function zL(e, t, n, r, o, a) {
|
|
|
23189
23222
|
])) : G("", !0)
|
|
23190
23223
|
])) : G("", !0);
|
|
23191
23224
|
}
|
|
23192
|
-
const Py = /* @__PURE__ */ Rn(
|
|
23225
|
+
const Py = /* @__PURE__ */ Rn(AL, [["render", WL], ["__scopeId", "data-v-9172e979"]]), GL = {
|
|
23193
23226
|
name: "ConnectivityCard",
|
|
23194
23227
|
data() {
|
|
23195
23228
|
return {
|
|
@@ -23229,29 +23262,29 @@ const Py = /* @__PURE__ */ Rn(EL, [["render", zL], ["__scopeId", "data-v-d2c759b
|
|
|
23229
23262
|
this.loading || this.$emit("open-connectivity", e);
|
|
23230
23263
|
}
|
|
23231
23264
|
}
|
|
23232
|
-
},
|
|
23265
|
+
}, JL = {
|
|
23233
23266
|
class: "connectivity-card-container",
|
|
23234
23267
|
ref: "container"
|
|
23235
|
-
},
|
|
23268
|
+
}, ZL = {
|
|
23236
23269
|
class: "connectivity-card",
|
|
23237
23270
|
ref: "card"
|
|
23238
|
-
},
|
|
23271
|
+
}, YL = { class: "card-title" }, XL = {
|
|
23239
23272
|
key: 0,
|
|
23240
23273
|
class: "card-details"
|
|
23241
23274
|
};
|
|
23242
|
-
function
|
|
23275
|
+
function QL(e, t, n, r, o, a) {
|
|
23243
23276
|
const i = Ho;
|
|
23244
|
-
return C(), F("div",
|
|
23245
|
-
|
|
23246
|
-
t[1] || (t[1] =
|
|
23277
|
+
return C(), F("div", JL, [
|
|
23278
|
+
K("div", ZL, [
|
|
23279
|
+
t[1] || (t[1] = K("div", { class: "seperator-path" }, null, -1)),
|
|
23247
23280
|
Oe((C(), F("div", {
|
|
23248
23281
|
class: "card-content",
|
|
23249
23282
|
onClick: t[0] || (t[0] = (s) => a.cardClicked(n.entry))
|
|
23250
23283
|
}, [
|
|
23251
|
-
|
|
23284
|
+
K("div", YL, ue(a.capitalise(n.entry.label)), 1),
|
|
23252
23285
|
(C(!0), F(Pe, null, pt(o.displayFields, (s) => (C(), F(Pe, { key: s }, [
|
|
23253
|
-
n.entry[s] ? (C(), F("div",
|
|
23254
|
-
|
|
23286
|
+
n.entry[s] ? (C(), F("div", XL, [
|
|
23287
|
+
K("strong", null, ue(s) + ":", 1),
|
|
23255
23288
|
Ee(" " + ue(n.entry[s]), 1)
|
|
23256
23289
|
])) : G("", !0)
|
|
23257
23290
|
], 64))), 128))
|
|
@@ -23261,8 +23294,8 @@ function GL(e, t, n, r, o, a) {
|
|
|
23261
23294
|
], 512)
|
|
23262
23295
|
], 512);
|
|
23263
23296
|
}
|
|
23264
|
-
const Ry = /* @__PURE__ */ Rn(
|
|
23265
|
-
var
|
|
23297
|
+
const Ry = /* @__PURE__ */ Rn(GL, [["render", QL], ["__scopeId", "data-v-b875232c"]]);
|
|
23298
|
+
var e9 = {
|
|
23266
23299
|
searchInput: "",
|
|
23267
23300
|
lastSearch: "",
|
|
23268
23301
|
results: [],
|
|
@@ -23273,7 +23306,7 @@ var JL = {
|
|
|
23273
23306
|
page: 1,
|
|
23274
23307
|
start: 0
|
|
23275
23308
|
};
|
|
23276
|
-
const
|
|
23309
|
+
const t9 = {
|
|
23277
23310
|
components: {
|
|
23278
23311
|
SearchFilters: tl,
|
|
23279
23312
|
SearchHistory: el,
|
|
@@ -23293,7 +23326,7 @@ const ZL = {
|
|
|
23293
23326
|
},
|
|
23294
23327
|
entry: {
|
|
23295
23328
|
type: Object,
|
|
23296
|
-
default: () =>
|
|
23329
|
+
default: () => e9
|
|
23297
23330
|
},
|
|
23298
23331
|
envVars: {
|
|
23299
23332
|
type: Object,
|
|
@@ -23355,8 +23388,8 @@ const ZL = {
|
|
|
23355
23388
|
// watch for connectivityEntry changes
|
|
23356
23389
|
// card should be expanded if there is only one entry and it is ready
|
|
23357
23390
|
connectivityEntry: function(e, t) {
|
|
23358
|
-
if (e.length === 1 && e[0].ready) {
|
|
23359
|
-
if (e[0].connectivitySource !== t[0].connectivitySource && t[0].ready)
|
|
23391
|
+
if (JSON.stringify(e) !== JSON.stringify(t) && e.length === 1 && e[0].ready) {
|
|
23392
|
+
if ((e[0].connectivitySource !== t[0].connectivitySource || e[0].mapId !== t[0].mapId) && t[0].ready)
|
|
23360
23393
|
return;
|
|
23361
23394
|
this.collapseChange(e[0]);
|
|
23362
23395
|
}
|
|
@@ -23411,6 +23444,9 @@ const ZL = {
|
|
|
23411
23444
|
const e = this.filter.some((t) => t.facet !== "Show all");
|
|
23412
23445
|
(!this.searchInput && !e || this.numberOfHits === 0) && this.openSearch([], "");
|
|
23413
23446
|
},
|
|
23447
|
+
onResetClick: function() {
|
|
23448
|
+
this.openSearch([], ""), this.$emit("connectivity-explorer-reset");
|
|
23449
|
+
},
|
|
23414
23450
|
openSearch: function(e, t = "") {
|
|
23415
23451
|
this.searchInput = t, this.resetPageNavigation(), this.cascaderIsReady ? (this.filter = this.$refs.filtersRef.getHierarchicalValidatedFilters(e), e && e.length > 0 && this.filter && this.filter.length === 0 ? (this.$refs.filtersRef.checkShowAllBoxes(), this.resetSearch()) : this.filter && (this.searchKnowledge(this.filter, t), this.$refs.filtersRef.setCascader(this.filter), this.searchHistoryUpdate(this.filter, t))) : (this.filter = e, (!e || e.length == 0) && (this.searchKnowledge(this.filter, t), this.searchHistoryUpdate(this.filter, t)));
|
|
23416
23452
|
},
|
|
@@ -23474,20 +23510,20 @@ const ZL = {
|
|
|
23474
23510
|
this.expanded = "", this.expandedData = null;
|
|
23475
23511
|
});
|
|
23476
23512
|
}
|
|
23477
|
-
},
|
|
23513
|
+
}, n9 = {
|
|
23478
23514
|
key: 0,
|
|
23479
23515
|
class: "error-feedback"
|
|
23480
|
-
},
|
|
23481
|
-
function
|
|
23516
|
+
}, r9 = ["onMouseenter"];
|
|
23517
|
+
function o9(e, t, n, r, o, a) {
|
|
23482
23518
|
const i = Vo, s = Ht, l = cu, c = kg, u = tl, f = el, g = Ry, v = Py, d = Rs, h = As, m = Ho;
|
|
23483
23519
|
return C(), Y(h, {
|
|
23484
23520
|
"body-style": e.bodyStyle,
|
|
23485
23521
|
class: "content-card"
|
|
23486
23522
|
}, {
|
|
23487
23523
|
header: $(() => [
|
|
23488
|
-
|
|
23524
|
+
K("div", {
|
|
23489
23525
|
class: "header",
|
|
23490
|
-
onMouseleave: t[
|
|
23526
|
+
onMouseleave: t[2] || (t[2] = (y) => a.hoverChanged(void 0))
|
|
23491
23527
|
}, [
|
|
23492
23528
|
q(i, {
|
|
23493
23529
|
class: "search-input",
|
|
@@ -23504,7 +23540,7 @@ function QL(e, t, n, r, o, a) {
|
|
|
23504
23540
|
onClick: a.searchEvent,
|
|
23505
23541
|
size: "large"
|
|
23506
23542
|
}, {
|
|
23507
|
-
default: $(() => t[
|
|
23543
|
+
default: $(() => t[6] || (t[6] = [
|
|
23508
23544
|
Ee(" Search ")
|
|
23509
23545
|
])),
|
|
23510
23546
|
_: 1
|
|
@@ -23512,27 +23548,27 @@ function QL(e, t, n, r, o, a) {
|
|
|
23512
23548
|
q(s, {
|
|
23513
23549
|
link: "",
|
|
23514
23550
|
class: "el-button-link",
|
|
23515
|
-
onClick:
|
|
23551
|
+
onClick: a.onResetClick,
|
|
23516
23552
|
size: "large"
|
|
23517
23553
|
}, {
|
|
23518
|
-
default: $(() => t[
|
|
23554
|
+
default: $(() => t[7] || (t[7] = [
|
|
23519
23555
|
Ee(" Reset ")
|
|
23520
23556
|
])),
|
|
23521
23557
|
_: 1
|
|
23522
|
-
}),
|
|
23558
|
+
}, 8, ["onClick"]),
|
|
23523
23559
|
q(c, {
|
|
23524
23560
|
modelValue: e.filterVisibility,
|
|
23525
|
-
"onUpdate:modelValue": t[
|
|
23561
|
+
"onUpdate:modelValue": t[1] || (t[1] = (y) => e.filterVisibility = y)
|
|
23526
23562
|
}, {
|
|
23527
23563
|
default: $(() => [
|
|
23528
23564
|
q(l, { value: !0 }, {
|
|
23529
|
-
default: $(() => t[
|
|
23565
|
+
default: $(() => t[8] || (t[8] = [
|
|
23530
23566
|
Ee("Focused")
|
|
23531
23567
|
])),
|
|
23532
23568
|
_: 1
|
|
23533
23569
|
}),
|
|
23534
23570
|
q(l, { value: !1 }, {
|
|
23535
|
-
default: $(() => t[
|
|
23571
|
+
default: $(() => t[9] || (t[9] = [
|
|
23536
23572
|
Ee("Contextual")
|
|
23537
23573
|
])),
|
|
23538
23574
|
_: 1
|
|
@@ -23561,9 +23597,9 @@ function QL(e, t, n, r, o, a) {
|
|
|
23561
23597
|
Oe((C(), F("div", {
|
|
23562
23598
|
class: "content scrollbar",
|
|
23563
23599
|
ref: "content",
|
|
23564
|
-
onMouseleave: t[
|
|
23600
|
+
onMouseleave: t[5] || (t[5] = (y) => a.onHoverChanged(y, void 0))
|
|
23565
23601
|
}, [
|
|
23566
|
-
e.results.length === 0 && !e.loadingCards ? (C(), F("div",
|
|
23602
|
+
e.results.length === 0 && !e.loadingCards ? (C(), F("div", n9, " No results found - Please change your search / filter criteria. ")) : G("", !0),
|
|
23567
23603
|
(C(!0), F(Pe, null, pt(a.paginatedResults, (y) => (C(), F("div", {
|
|
23568
23604
|
key: y.id,
|
|
23569
23605
|
ref_for: !0,
|
|
@@ -23590,15 +23626,15 @@ function QL(e, t, n, r, o, a) {
|
|
|
23590
23626
|
onShowConnectivity: a.onShowConnectivity,
|
|
23591
23627
|
onShowReferenceConnectivities: a.onShowReferenceConnectivities,
|
|
23592
23628
|
onConnectivityClicked: a.onConnectivityClicked,
|
|
23593
|
-
onConnectivityHovered: t[
|
|
23629
|
+
onConnectivityHovered: t[3] || (t[3] = (E) => e.$emit("connectivity-hovered", E)),
|
|
23594
23630
|
onLoaded: (E) => a.onConnectivityInfoLoaded(y),
|
|
23595
23631
|
onCloseConnectivity: (E) => a.onConnectivityCollapseChange(y)
|
|
23596
23632
|
}, null, 8, ["entryId", "connectivityEntry", "availableAnatomyFacets", "envVars", "onShowConnectivity", "onShowReferenceConnectivities", "onConnectivityClicked", "onLoaded", "onCloseConnectivity"])) : G("", !0)
|
|
23597
|
-
], 40,
|
|
23633
|
+
], 40, r9))), 128)),
|
|
23598
23634
|
q(d, {
|
|
23599
23635
|
class: "pagination",
|
|
23600
23636
|
"current-page": e.page,
|
|
23601
|
-
"onUpdate:currentPage": t[
|
|
23637
|
+
"onUpdate:currentPage": t[4] || (t[4] = (y) => e.page = y),
|
|
23602
23638
|
"hide-on-single-page": "",
|
|
23603
23639
|
large: "",
|
|
23604
23640
|
layout: "prev, pager, next",
|
|
@@ -23613,7 +23649,7 @@ function QL(e, t, n, r, o, a) {
|
|
|
23613
23649
|
_: 1
|
|
23614
23650
|
}, 8, ["body-style"]);
|
|
23615
23651
|
}
|
|
23616
|
-
const $y = /* @__PURE__ */ Rn(
|
|
23652
|
+
const $y = /* @__PURE__ */ Rn(t9, [["render", o9], ["__scopeId", "data-v-8d26e528"]]), a9 = {
|
|
23617
23653
|
name: "AnnotationTool",
|
|
23618
23654
|
components: {
|
|
23619
23655
|
AnnotationPopup: Cb,
|
|
@@ -23639,13 +23675,13 @@ const $y = /* @__PURE__ */ Rn(ZL, [["render", QL], ["__scopeId", "data-v-76eec0e
|
|
|
23639
23675
|
annotationPopupData: null
|
|
23640
23676
|
};
|
|
23641
23677
|
}
|
|
23642
|
-
},
|
|
23678
|
+
}, i9 = { class: "annotation-tool scrollbar" }, s9 = {
|
|
23643
23679
|
key: 1,
|
|
23644
23680
|
class: "delete-container"
|
|
23645
23681
|
};
|
|
23646
|
-
function
|
|
23682
|
+
function l9(e, t, n, r, o, a) {
|
|
23647
23683
|
const i = Se("CreateTooltipContent"), s = Se("annotation-popup"), l = fu, c = Ht, u = du;
|
|
23648
|
-
return C(), F("div",
|
|
23684
|
+
return C(), F("div", i9, [
|
|
23649
23685
|
Oe(q(i, {
|
|
23650
23686
|
createData: n.createData,
|
|
23651
23687
|
onConfirmCreate: t[0] || (t[0] = (f) => e.$emit("confirm-create", f)),
|
|
@@ -23661,7 +23697,7 @@ function r9(e, t, n, r, o, a) {
|
|
|
23661
23697
|
onAnnotation: t[2] || (t[2] = (f) => e.$emit("annotation", f)),
|
|
23662
23698
|
onHoverChanged: t[3] || (t[3] = (f) => e.$emit("hover-changed", f))
|
|
23663
23699
|
}, null, 8, ["annotationEntry"])) : G("", !0),
|
|
23664
|
-
n.createData && n.createData.toBeDeleted ? (C(), F("div",
|
|
23700
|
+
n.createData && n.createData.toBeDeleted ? (C(), F("div", s9, [
|
|
23665
23701
|
q(u, null, {
|
|
23666
23702
|
default: $(() => [
|
|
23667
23703
|
q(l, {
|
|
@@ -23714,7 +23750,7 @@ function r9(e, t, n, r, o, a) {
|
|
|
23714
23750
|
])) : G("", !0)
|
|
23715
23751
|
]);
|
|
23716
23752
|
}
|
|
23717
|
-
const Ny = /* @__PURE__ */ Rn(
|
|
23753
|
+
const Ny = /* @__PURE__ */ Rn(a9, [["render", l9], ["__scopeId", "data-v-82a15370"]]), c9 = {
|
|
23718
23754
|
name: "Tabs",
|
|
23719
23755
|
components: {
|
|
23720
23756
|
ElIconClose: _o
|
|
@@ -23751,16 +23787,16 @@ const Ny = /* @__PURE__ */ Rn(e9, [["render", r9], ["__scopeId", "data-v-82a1537
|
|
|
23751
23787
|
this.$emit("tabClosed", { id: e.id, type: e.type });
|
|
23752
23788
|
}
|
|
23753
23789
|
}
|
|
23754
|
-
},
|
|
23755
|
-
function
|
|
23790
|
+
}, u9 = { class: "tabs-container" }, d9 = ["onClick"], f9 = { class: "tab-title" };
|
|
23791
|
+
function p9(e, t, n, r, o, a) {
|
|
23756
23792
|
const i = _o, s = ze;
|
|
23757
|
-
return C(), F("div",
|
|
23793
|
+
return C(), F("div", u9, [
|
|
23758
23794
|
(C(!0), F(Pe, null, pt(a.tabs, (l) => (C(), F("div", {
|
|
23759
23795
|
class: L(["tab", { "active-tab": l.id == n.activeId }]),
|
|
23760
23796
|
key: l.id,
|
|
23761
23797
|
onClick: (c) => a.tabClicked(l)
|
|
23762
23798
|
}, [
|
|
23763
|
-
|
|
23799
|
+
K("span", f9, ue(l.title), 1),
|
|
23764
23800
|
l.closable ? (C(), Y(s, {
|
|
23765
23801
|
key: 0,
|
|
23766
23802
|
onClick: Ne((c) => a.tabClosed(l), ["stop"]),
|
|
@@ -23771,10 +23807,10 @@ function l9(e, t, n, r, o, a) {
|
|
|
23771
23807
|
]),
|
|
23772
23808
|
_: 2
|
|
23773
23809
|
}, 1032, ["onClick"])) : G("", !0)
|
|
23774
|
-
], 10,
|
|
23810
|
+
], 10, d9))), 128))
|
|
23775
23811
|
]);
|
|
23776
23812
|
}
|
|
23777
|
-
const Ly = /* @__PURE__ */ Rn(
|
|
23813
|
+
const Ly = /* @__PURE__ */ Rn(c9, [["render", p9], ["__scopeId", "data-v-9dda8d57"]]), h9 = {
|
|
23778
23814
|
components: {
|
|
23779
23815
|
SidebarContent: Fy,
|
|
23780
23816
|
Tabs: Ly,
|
|
@@ -23883,6 +23919,12 @@ const Ly = /* @__PURE__ */ Rn(o9, [["render", l9], ["__scopeId", "data-v-9dda8d5
|
|
|
23883
23919
|
const n = this.getActiveTabTypeById(e);
|
|
23884
23920
|
n === "connectivityExplorer" && (this.activeConnectivityData = t), n === "annotation" && (this.activeAnnotationData = t);
|
|
23885
23921
|
},
|
|
23922
|
+
/**
|
|
23923
|
+
* This event is emitted after clicking reset button in connectivity explorer
|
|
23924
|
+
*/
|
|
23925
|
+
onConnectivityExplorerReset: function() {
|
|
23926
|
+
this.$emit("connectivity-explorer-reset");
|
|
23927
|
+
},
|
|
23886
23928
|
/**
|
|
23887
23929
|
* This event is emitted when the show connectivity button is clicked.
|
|
23888
23930
|
* @arg featureIds
|
|
@@ -24043,10 +24085,10 @@ const Ly = /* @__PURE__ */ Rn(o9, [["render", l9], ["__scopeId", "data-v-9dda8d5
|
|
|
24043
24085
|
this.availableAnatomyFacets = e.find((t) => t.label === "Anatomical Structure").children, this.storeAvailableAnatomyFacets(this.availableAnatomyFacets);
|
|
24044
24086
|
});
|
|
24045
24087
|
}
|
|
24046
|
-
},
|
|
24047
|
-
function
|
|
24088
|
+
}, v9 = { ref: "container" }, g9 = { class: "box-card" }, m9 = { class: "sidebar-container" };
|
|
24089
|
+
function y9(e, t, n, r, o, a) {
|
|
24048
24090
|
const i = Ac, s = ze, l = hs, c = Ly, u = Ny, f = $y, g = Fy, v = pu;
|
|
24049
|
-
return C(), F("div",
|
|
24091
|
+
return C(), F("div", v9, [
|
|
24050
24092
|
e.drawerOpen ? G("", !0) : (C(), F("div", {
|
|
24051
24093
|
key: 0,
|
|
24052
24094
|
onClick: t[0] || (t[0] = (...d) => a.toggleDrawer && a.toggleDrawer(...d)),
|
|
@@ -24074,7 +24116,7 @@ function p9(e, t, n, r, o, a) {
|
|
|
24074
24116
|
"lock-scroll": !1
|
|
24075
24117
|
}, {
|
|
24076
24118
|
default: $(() => [
|
|
24077
|
-
|
|
24119
|
+
K("div", g9, [
|
|
24078
24120
|
e.drawerOpen ? (C(), F("div", {
|
|
24079
24121
|
key: 0,
|
|
24080
24122
|
onClick: t[1] || (t[1] = (...d) => a.close && a.close(...d)),
|
|
@@ -24087,7 +24129,7 @@ function p9(e, t, n, r, o, a) {
|
|
|
24087
24129
|
_: 1
|
|
24088
24130
|
})
|
|
24089
24131
|
])) : G("", !0),
|
|
24090
|
-
|
|
24132
|
+
K("div", m9, [
|
|
24091
24133
|
a.tabEntries.length > 1 ? (C(), Y(c, {
|
|
24092
24134
|
key: 0,
|
|
24093
24135
|
tabEntries: a.tabEntries,
|
|
@@ -24121,12 +24163,13 @@ function p9(e, t, n, r, o, a) {
|
|
|
24121
24163
|
onFilterVisibility: t[6] || (t[6] = (h) => e.$emit("filter-visibility", h)),
|
|
24122
24164
|
onSearchChanged: (h) => a.searchChanged(d.id, h),
|
|
24123
24165
|
onHoverChanged: (h) => a.hoverChanged(d.id, h),
|
|
24166
|
+
onConnectivityExplorerReset: a.onConnectivityExplorerReset,
|
|
24124
24167
|
onShowConnectivity: a.showConnectivity,
|
|
24125
24168
|
onShowReferenceConnectivities: a.onShowReferenceConnectivities,
|
|
24126
24169
|
onConnectivityHovered: a.onConnectivityHovered,
|
|
24127
24170
|
onConnectivityCollapseChange: a.onConnectivityCollapseChange,
|
|
24128
24171
|
onConnectivityItemClose: a.onConnectivityItemClose
|
|
24129
|
-
}, null, 8, ["connectivityKnowledge", "envVars", "connectivityEntry", "availableAnatomyFacets", "connectivityFilterOptions", "onSearchChanged", "onHoverChanged", "onShowConnectivity", "onShowReferenceConnectivities", "onConnectivityHovered", "onConnectivityCollapseChange", "onConnectivityItemClose"])), [
|
|
24172
|
+
}, null, 8, ["connectivityKnowledge", "envVars", "connectivityEntry", "availableAnatomyFacets", "connectivityFilterOptions", "onSearchChanged", "onHoverChanged", "onConnectivityExplorerReset", "onShowConnectivity", "onShowReferenceConnectivities", "onConnectivityHovered", "onConnectivityCollapseChange", "onConnectivityItemClose"])), [
|
|
24130
24173
|
[Ct, d.id === e.activeTabId]
|
|
24131
24174
|
]) : Oe((C(), Y(g, {
|
|
24132
24175
|
key: 2,
|
|
@@ -24148,7 +24191,7 @@ function p9(e, t, n, r, o, a) {
|
|
|
24148
24191
|
}, 8, ["modelValue"])
|
|
24149
24192
|
], 512);
|
|
24150
24193
|
}
|
|
24151
|
-
const
|
|
24194
|
+
const S9 = /* @__PURE__ */ Rn(h9, [["render", y9], ["__scopeId", "data-v-4921bf4e"]]);
|
|
24152
24195
|
export {
|
|
24153
|
-
|
|
24196
|
+
S9 as SideBar
|
|
24154
24197
|
};
|