@assemblyvoting/ui-library 2.1.7-beta.3 → 2.1.7-beta.4
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/components/organisms/AVBallot/AVBallot.vue.d.ts +1 -1
- package/dist/index.cjs +6 -6
- package/dist/index.js +563 -563
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
import { unref as X2, getCurrentScope as nk, onScopeDispose as rk, watch as e2, ref as
|
1
|
+
import { unref as X2, getCurrentScope as nk, onScopeDispose as rk, watch as e2, ref as $, computed as b, onMounted as v2, onUnmounted as lk, h as j2, Transition as N2, withDirectives as w2, vShow as J2, defineComponent as P, openBlock as u, createElementBlock as d, createBlock as j, resolveDynamicComponent as Oa, withCtx as F, renderSlot as X, resolveComponent as H, normalizeClass as B, createCommentVNode as L, createTextVNode as J, toDisplayString as V, createElementVNode as o, createVNode as z, normalizeStyle as M2, reactive as T9, provide as D9, Fragment as R, renderList as Q, inject as I9, pushScopeId as D2, popScopeId as I2, useCssVars as ok, mergeProps as fk, withModifiers as S2, withKeys as P9, getCurrentInstance as uk, nextTick as mk, vModelText as B9 } from "vue";
|
2
2
|
var s2 = "top", u2 = "bottom", m2 = "right", n2 = "left", P4 = "auto", y1 = [s2, u2, m2, n2], K2 = "start", H1 = "end", dk = "clippingParents", O9 = "viewport", m1 = "popper", vk = "reference", ja = /* @__PURE__ */ y1.reduce(function(c, a) {
|
3
3
|
return c.concat([a + "-" + K2, a + "-" + H1]);
|
4
4
|
}, []), j9 = /* @__PURE__ */ [].concat(y1, [P4]).reduce(function(c, a) {
|
@@ -207,8 +207,8 @@ var kk = function(a, e) {
|
|
207
207
|
function _k(c) {
|
208
208
|
var a, e = c.state, i = c.name, t = c.options, s = e.elements.arrow, n = e.modifiersData.popperOffsets, r = h2(e.placement), l = j4(r), m = [n2, m2].indexOf(r) >= 0, f = m ? "height" : "width";
|
209
209
|
if (!(!s || !n)) {
|
210
|
-
var v = kk(t.padding, e), p = O4(s), h = l === "y" ? s2 : n2, g = l === "y" ? u2 : m2, M = e.rects.reference[f] + e.rects.reference[l] - n[l] - e.rects.popper[f], S = n[l] - e.rects.reference[l],
|
211
|
-
e.modifiersData[i] = (a = {}, a[
|
210
|
+
var v = kk(t.padding, e), p = O4(s), h = l === "y" ? s2 : n2, g = l === "y" ? u2 : m2, M = e.rects.reference[f] + e.rects.reference[l] - n[l] - e.rects.popper[f], S = n[l] - e.rects.reference[l], O = A1(s), E = O ? l === "y" ? O.clientHeight || 0 : O.clientWidth || 0 : 0, x = M / 2 - S / 2, C = v[h], _ = E - p[f] - v[g], w = E / 2 - p[f] / 2 + x, I = p1(C, w, _), A = l;
|
211
|
+
e.modifiersData[i] = (a = {}, a[A] = I, a.centerOffset = I - w, a);
|
212
212
|
}
|
213
213
|
}
|
214
214
|
function Tk(c) {
|
@@ -249,27 +249,27 @@ function qa(c) {
|
|
249
249
|
y: M
|
250
250
|
};
|
251
251
|
h = S.x, M = S.y;
|
252
|
-
var
|
252
|
+
var O = n.hasOwnProperty("x"), E = n.hasOwnProperty("y"), x = n2, C = s2, _ = window;
|
253
253
|
if (m) {
|
254
|
-
var
|
255
|
-
if (
|
256
|
-
|
257
|
-
var
|
254
|
+
var w = A1(e), I = "clientHeight", A = "clientWidth";
|
255
|
+
if (w === r2(e) && (w = P2(e), g2(w).position !== "static" && r === "absolute" && (I = "scrollHeight", A = "scrollWidth")), w = w, t === s2 || (t === n2 || t === m2) && s === H1) {
|
256
|
+
C = u2;
|
257
|
+
var k = v && w === _ && _.visualViewport ? _.visualViewport.height : (
|
258
258
|
// $FlowFixMe[prop-missing]
|
259
|
-
|
259
|
+
w[I]
|
260
260
|
);
|
261
|
-
M -=
|
261
|
+
M -= k - i.height, M *= l ? 1 : -1;
|
262
262
|
}
|
263
263
|
if (t === n2 || (t === s2 || t === u2) && s === H1) {
|
264
|
-
|
265
|
-
var
|
264
|
+
x = m2;
|
265
|
+
var q = v && w === _ && _.visualViewport ? _.visualViewport.width : (
|
266
266
|
// $FlowFixMe[prop-missing]
|
267
|
-
|
267
|
+
w[A]
|
268
268
|
);
|
269
|
-
h -=
|
269
|
+
h -= q - i.width, h *= l ? 1 : -1;
|
270
270
|
}
|
271
271
|
}
|
272
|
-
var
|
272
|
+
var y = Object.assign({
|
273
273
|
position: r
|
274
274
|
}, m && Ik), U = f === !0 ? Pk({
|
275
275
|
x: h,
|
@@ -280,9 +280,9 @@ function qa(c) {
|
|
280
280
|
};
|
281
281
|
if (h = U.x, M = U.y, l) {
|
282
282
|
var Y;
|
283
|
-
return Object.assign({},
|
283
|
+
return Object.assign({}, y, (Y = {}, Y[C] = E ? "0" : "", Y[x] = O ? "0" : "", Y.transform = (_.devicePixelRatio || 1) <= 1 ? "translate(" + h + "px, " + M + "px)" : "translate3d(" + h + "px, " + M + "px, 0)", Y));
|
284
284
|
}
|
285
|
-
return Object.assign({},
|
285
|
+
return Object.assign({}, y, (a = {}, a[C] = E ? M + "px" : "", a[x] = O ? h + "px" : "", a.transform = "", a));
|
286
286
|
}
|
287
287
|
function Bk(c) {
|
288
288
|
var a = c.state, e = c.options, i = e.gpuAcceleration, t = i === void 0 ? !0 : i, s = e.adaptive, n = s === void 0 ? !0 : s, r = e.roundOffsets, l = r === void 0 ? !0 : r, m = {
|
@@ -482,25 +482,25 @@ function W9(c) {
|
|
482
482
|
}
|
483
483
|
function M1(c, a) {
|
484
484
|
a === void 0 && (a = {});
|
485
|
-
var e = a, i = e.placement, t = i === void 0 ? c.placement : i, s = e.strategy, n = s === void 0 ? c.strategy : s, r = e.boundary, l = r === void 0 ? dk : r, m = e.rootBoundary, f = m === void 0 ? O9 : m, v = e.elementContext, p = v === void 0 ? m1 : v, h = e.altBoundary, g = h === void 0 ? !1 : h, M = e.padding, S = M === void 0 ? 0 : M,
|
486
|
-
reference:
|
487
|
-
element:
|
485
|
+
var e = a, i = e.placement, t = i === void 0 ? c.placement : i, s = e.strategy, n = s === void 0 ? c.strategy : s, r = e.boundary, l = r === void 0 ? dk : r, m = e.rootBoundary, f = m === void 0 ? O9 : m, v = e.elementContext, p = v === void 0 ? m1 : v, h = e.altBoundary, g = h === void 0 ? !1 : h, M = e.padding, S = M === void 0 ? 0 : M, O = $9(typeof S != "number" ? S : R9(S, y1)), E = p === m1 ? vk : m1, x = c.rects.popper, C = c.elements[g ? E : p], _ = Gk($2(C) ? C : C.contextElement || P2(c.elements.popper), l, f, n), w = e1(c.elements.reference), I = W9({
|
486
|
+
reference: w,
|
487
|
+
element: x,
|
488
488
|
strategy: "absolute",
|
489
489
|
placement: t
|
490
|
-
}),
|
491
|
-
top:
|
492
|
-
bottom:
|
493
|
-
left:
|
494
|
-
right:
|
495
|
-
},
|
496
|
-
if (p === m1 &&
|
497
|
-
var U =
|
498
|
-
Object.keys(
|
490
|
+
}), A = L4(Object.assign({}, x, I)), k = p === m1 ? A : w, q = {
|
491
|
+
top: _.top - k.top + O.top,
|
492
|
+
bottom: k.bottom - _.bottom + O.bottom,
|
493
|
+
left: _.left - k.left + O.left,
|
494
|
+
right: k.right - _.right + O.right
|
495
|
+
}, y = c.modifiersData.offset;
|
496
|
+
if (p === m1 && y) {
|
497
|
+
var U = y[t];
|
498
|
+
Object.keys(q).forEach(function(Y) {
|
499
499
|
var a2 = [m2, u2].indexOf(Y) >= 0 ? 1 : -1, o2 = [s2, u2].indexOf(Y) >= 0 ? "y" : "x";
|
500
|
-
|
500
|
+
q[Y] += U[o2] * a2;
|
501
501
|
});
|
502
502
|
}
|
503
|
-
return
|
503
|
+
return q;
|
504
504
|
}
|
505
505
|
function Yk(c, a) {
|
506
506
|
a === void 0 && (a = {});
|
@@ -531,7 +531,7 @@ function Qk(c) {
|
|
531
531
|
function Zk(c) {
|
532
532
|
var a = c.state, e = c.options, i = c.name;
|
533
533
|
if (!a.modifiersData[i]._skip) {
|
534
|
-
for (var t = e.mainAxis, s = t === void 0 ? !0 : t, n = e.altAxis, r = n === void 0 ? !0 : n, l = e.fallbackPlacements, m = e.padding, f = e.boundary, v = e.rootBoundary, p = e.altBoundary, h = e.flipVariations, g = h === void 0 ? !0 : h, M = e.allowedAutoPlacements, S = a.options.placement,
|
534
|
+
for (var t = e.mainAxis, s = t === void 0 ? !0 : t, n = e.altAxis, r = n === void 0 ? !0 : n, l = e.fallbackPlacements, m = e.padding, f = e.boundary, v = e.rootBoundary, p = e.altBoundary, h = e.flipVariations, g = h === void 0 ? !0 : h, M = e.allowedAutoPlacements, S = a.options.placement, O = h2(S), E = O === S, x = l || (E || !g ? [n3(S)] : Qk(S)), C = [S].concat(x).reduce(function(G2, y2) {
|
535
535
|
return G2.concat(h2(y2) === P4 ? Yk(a, {
|
536
536
|
placement: y2,
|
537
537
|
boundary: f,
|
@@ -540,41 +540,41 @@ function Zk(c) {
|
|
540
540
|
flipVariations: g,
|
541
541
|
allowedAutoPlacements: M
|
542
542
|
}) : y2);
|
543
|
-
}, []),
|
544
|
-
var
|
545
|
-
placement:
|
543
|
+
}, []), _ = a.rects.reference, w = a.rects.popper, I = /* @__PURE__ */ new Map(), A = !0, k = C[0], q = 0; q < C.length; q++) {
|
544
|
+
var y = C[q], U = h2(y), Y = a1(y) === K2, a2 = [s2, u2].indexOf(U) >= 0, o2 = a2 ? "width" : "height", t2 = M1(a, {
|
545
|
+
placement: y,
|
546
546
|
boundary: f,
|
547
547
|
rootBoundary: v,
|
548
548
|
altBoundary: p,
|
549
549
|
padding: m
|
550
550
|
}), c2 = a2 ? Y ? m2 : n2 : Y ? u2 : s2;
|
551
|
-
|
551
|
+
_[o2] > w[o2] && (c2 = n3(c2));
|
552
552
|
var z2 = n3(c2), i2 = [];
|
553
553
|
if (s && i2.push(t2[U] <= 0), r && i2.push(t2[c2] <= 0, t2[z2] <= 0), i2.every(function(G2) {
|
554
554
|
return G2;
|
555
555
|
})) {
|
556
|
-
|
556
|
+
k = y, A = !1;
|
557
557
|
break;
|
558
558
|
}
|
559
|
-
|
559
|
+
I.set(y, i2);
|
560
560
|
}
|
561
|
-
if (
|
561
|
+
if (A)
|
562
562
|
for (var H2 = g ? 3 : 1, W2 = function(y2) {
|
563
|
-
var u1 =
|
564
|
-
var B2 =
|
563
|
+
var u1 = C.find(function(Y1) {
|
564
|
+
var B2 = I.get(Y1);
|
565
565
|
if (B2)
|
566
566
|
return B2.slice(0, y2).every(function(v4) {
|
567
567
|
return v4;
|
568
568
|
});
|
569
569
|
});
|
570
570
|
if (u1)
|
571
|
-
return
|
571
|
+
return k = u1, "break";
|
572
572
|
}, f1 = H2; f1 > 0; f1--) {
|
573
573
|
var G1 = W2(f1);
|
574
574
|
if (G1 === "break")
|
575
575
|
break;
|
576
576
|
}
|
577
|
-
a.placement !==
|
577
|
+
a.placement !== k && (a.modifiersData[i]._skip = !0, a.placement = k, a.reset = !0);
|
578
578
|
}
|
579
579
|
}
|
580
580
|
const Xk = {
|
@@ -676,29 +676,29 @@ function n_(c) {
|
|
676
676
|
rootBoundary: m,
|
677
677
|
padding: v,
|
678
678
|
altBoundary: f
|
679
|
-
}),
|
679
|
+
}), O = h2(a.placement), E = a1(a.placement), x = !E, C = j4(O), _ = s_(C), w = a.modifiersData.popperOffsets, I = a.rects.reference, A = a.rects.popper, k = typeof M == "function" ? M(Object.assign({}, a.rects, {
|
680
680
|
placement: a.placement
|
681
|
-
})) : M,
|
682
|
-
mainAxis:
|
683
|
-
altAxis:
|
681
|
+
})) : M, q = typeof k == "number" ? {
|
682
|
+
mainAxis: k,
|
683
|
+
altAxis: k
|
684
684
|
} : Object.assign({
|
685
685
|
mainAxis: 0,
|
686
686
|
altAxis: 0
|
687
|
-
},
|
687
|
+
}, k), y = a.modifiersData.offset ? a.modifiersData.offset[a.placement] : null, U = {
|
688
688
|
x: 0,
|
689
689
|
y: 0
|
690
690
|
};
|
691
|
-
if (
|
691
|
+
if (w) {
|
692
692
|
if (s) {
|
693
|
-
var Y, a2 =
|
693
|
+
var Y, a2 = C === "y" ? s2 : n2, o2 = C === "y" ? u2 : m2, t2 = C === "y" ? "height" : "width", c2 = w[C], z2 = c2 + S[a2], i2 = c2 - S[o2], H2 = h ? -A[t2] / 2 : 0, W2 = E === K2 ? I[t2] : A[t2], f1 = E === K2 ? -A[t2] : -I[t2], G1 = a.elements.arrow, G2 = h && G1 ? O4(G1) : {
|
694
694
|
width: 0,
|
695
695
|
height: 0
|
696
|
-
}, y2 = a.modifiersData["arrow#persistent"] ? a.modifiersData["arrow#persistent"].padding : F9(), u1 = y2[a2], Y1 = y2[o2], B2 = p1(0,
|
697
|
-
|
696
|
+
}, y2 = a.modifiersData["arrow#persistent"] ? a.modifiersData["arrow#persistent"].padding : F9(), u1 = y2[a2], Y1 = y2[o2], B2 = p1(0, I[t2], G2[t2]), v4 = x ? I[t2] / 2 - H2 - B2 - u1 - q.mainAxis : W2 - B2 - u1 - q.mainAxis, ck = x ? -I[t2] / 2 + H2 + B2 + Y1 + q.mainAxis : f1 + B2 + Y1 + q.mainAxis, p4 = a.elements.arrow && A1(a.elements.arrow), ek = p4 ? C === "y" ? p4.clientTop || 0 : p4.clientLeft || 0 : 0, Na = (Y = y == null ? void 0 : y[C]) != null ? Y : 0, ak = c2 + v4 - Na - ek, ik = c2 + ck - Na, wa = p1(h ? o3(z2, ak) : z2, c2, h ? F2(i2, ik) : i2);
|
697
|
+
w[C] = wa, U[C] = wa - c2;
|
698
698
|
}
|
699
699
|
if (r) {
|
700
|
-
var ka, tk =
|
701
|
-
|
700
|
+
var ka, tk = C === "x" ? s2 : n2, sk = C === "x" ? u2 : m2, O2 = w[_], Q1 = _ === "y" ? "height" : "width", _a = O2 + S[tk], Ta = O2 - S[sk], h4 = [s2, n2].indexOf(O) !== -1, Da = (ka = y == null ? void 0 : y[_]) != null ? ka : 0, Ia = h4 ? _a : O2 - I[Q1] - A[Q1] - Da + q.altAxis, Pa = h4 ? O2 + I[Q1] + A[Q1] - Da - q.altAxis : Ta, Ba = h && h4 ? wk(Ia, O2, Pa) : p1(h ? Ia : _a, O2, h ? Pa : Ta);
|
701
|
+
w[_] = Ba, U[_] = Ba - O2;
|
702
702
|
}
|
703
703
|
a.modifiersData[i] = U;
|
704
704
|
}
|
@@ -819,15 +819,15 @@ function h_(c) {
|
|
819
819
|
styles: {}
|
820
820
|
}, v = [], p = !1, h = {
|
821
821
|
state: f,
|
822
|
-
setOptions: function(
|
823
|
-
var E = typeof
|
822
|
+
setOptions: function(O) {
|
823
|
+
var E = typeof O == "function" ? O(f.options) : O;
|
824
824
|
M(), f.options = Object.assign({}, s, f.options, E), f.scrollParents = {
|
825
825
|
reference: $2(r) ? h1(r) : r.contextElement ? h1(r.contextElement) : [],
|
826
826
|
popper: h1(l)
|
827
827
|
};
|
828
|
-
var
|
829
|
-
return f.orderedModifiers =
|
830
|
-
return
|
828
|
+
var x = d_(p_([].concat(i, f.options.modifiers)));
|
829
|
+
return f.orderedModifiers = x.filter(function(C) {
|
830
|
+
return C.enabled;
|
831
831
|
}), g(), h.update();
|
832
832
|
},
|
833
833
|
// Sync update – it will always be executed, even if not necessary. This
|
@@ -837,24 +837,24 @@ function h_(c) {
|
|
837
837
|
// prefer the async Popper#update method
|
838
838
|
forceUpdate: function() {
|
839
839
|
if (!p) {
|
840
|
-
var
|
841
|
-
if (Ga(E,
|
840
|
+
var O = f.elements, E = O.reference, x = O.popper;
|
841
|
+
if (Ga(E, x)) {
|
842
842
|
f.rects = {
|
843
|
-
reference: u_(E, A1(
|
844
|
-
popper: O4(
|
845
|
-
}, f.reset = !1, f.placement = f.options.placement, f.orderedModifiers.forEach(function(
|
846
|
-
return f.modifiersData[
|
843
|
+
reference: u_(E, A1(x), f.options.strategy === "fixed"),
|
844
|
+
popper: O4(x)
|
845
|
+
}, f.reset = !1, f.placement = f.options.placement, f.orderedModifiers.forEach(function(q) {
|
846
|
+
return f.modifiersData[q.name] = Object.assign({}, q.data);
|
847
847
|
});
|
848
|
-
for (var
|
848
|
+
for (var C = 0; C < f.orderedModifiers.length; C++) {
|
849
849
|
if (f.reset === !0) {
|
850
|
-
f.reset = !1,
|
850
|
+
f.reset = !1, C = -1;
|
851
851
|
continue;
|
852
852
|
}
|
853
|
-
var
|
854
|
-
typeof
|
853
|
+
var _ = f.orderedModifiers[C], w = _.fn, I = _.options, A = I === void 0 ? {} : I, k = _.name;
|
854
|
+
typeof w == "function" && (f = w({
|
855
855
|
state: f,
|
856
|
-
options:
|
857
|
-
name:
|
856
|
+
options: A,
|
857
|
+
name: k,
|
858
858
|
instance: h
|
859
859
|
}) || f);
|
860
860
|
}
|
@@ -879,16 +879,16 @@ function h_(c) {
|
|
879
879
|
});
|
880
880
|
function g() {
|
881
881
|
f.orderedModifiers.forEach(function(S) {
|
882
|
-
var
|
883
|
-
if (typeof
|
884
|
-
var
|
882
|
+
var O = S.name, E = S.options, x = E === void 0 ? {} : E, C = S.effect;
|
883
|
+
if (typeof C == "function") {
|
884
|
+
var _ = C({
|
885
885
|
state: f,
|
886
|
-
name:
|
886
|
+
name: O,
|
887
887
|
instance: h,
|
888
|
-
options:
|
889
|
-
}),
|
888
|
+
options: x
|
889
|
+
}), w = function() {
|
890
890
|
};
|
891
|
-
v.push(
|
891
|
+
v.push(_ || w);
|
892
892
|
}
|
893
893
|
});
|
894
894
|
}
|
@@ -1101,38 +1101,38 @@ const a9 = {
|
|
1101
1101
|
}
|
1102
1102
|
},
|
1103
1103
|
...c
|
1104
|
-
}, i =
|
1105
|
-
let { modifiers:
|
1106
|
-
return e.modifiers && (
|
1104
|
+
}, i = $(void 0), t = $(void 0), s = $(void 0), n = $(!1), r = $(!1), l = $(!1), m = $(e.placement || "top"), f = b(() => {
|
1105
|
+
let { modifiers: A } = a9;
|
1106
|
+
return e.modifiers && (A = [...A, ...e.modifiers]), {
|
1107
1107
|
...a9,
|
1108
1108
|
strategy: e.strategy,
|
1109
1109
|
placement: e.placement,
|
1110
|
-
modifiers:
|
1110
|
+
modifiers: A,
|
1111
1111
|
...e.popperOptions
|
1112
1112
|
};
|
1113
1113
|
}), v = function() {
|
1114
1114
|
return e.hover === !1 || e.interactive === !1 ? e.closeDelay : e.closeDelay === 0 ? 150 : e.closeDelay;
|
1115
1115
|
}, p = Qa(async () => {
|
1116
|
-
var
|
1117
|
-
const
|
1118
|
-
m.value = (
|
1116
|
+
var k;
|
1117
|
+
const A = await ((k = s.value) == null ? void 0 : k.update());
|
1118
|
+
m.value = (A == null ? void 0 : A.placement) || e.placement, n.value = !0;
|
1119
1119
|
}, e.openDelay), h = Qa(() => {
|
1120
1120
|
if (e.hover === !1 || e.interactive === !1) {
|
1121
1121
|
n.value = !1;
|
1122
1122
|
return;
|
1123
1123
|
}
|
1124
1124
|
r.value === !1 && l.value === !1 && (n.value = !1);
|
1125
|
-
}, v()), g = (
|
1126
|
-
let
|
1127
|
-
if (
|
1125
|
+
}, v()), g = (A = "") => {
|
1126
|
+
let k = A;
|
1127
|
+
if (A === "" && (k = n.value ? "close" : "open"), k === "open") {
|
1128
1128
|
p();
|
1129
1129
|
return;
|
1130
1130
|
}
|
1131
1131
|
h();
|
1132
|
-
}, M = (
|
1133
|
-
e.hover !== !1 && (
|
1134
|
-
}, S = function(
|
1135
|
-
const { slots:
|
1132
|
+
}, M = (A = "", k = "") => {
|
1133
|
+
e.hover !== !1 && (k === "trigger" ? r.value = A === "open" : l.value = A === "open", g(A));
|
1134
|
+
}, S = function(A, k) {
|
1135
|
+
const { slots: q } = k;
|
1136
1136
|
return j2(
|
1137
1137
|
"div",
|
1138
1138
|
{
|
@@ -1144,57 +1144,57 @@ const a9 = {
|
|
1144
1144
|
onFocus: () => M("open"),
|
1145
1145
|
onClick: () => g()
|
1146
1146
|
},
|
1147
|
-
|
1147
|
+
q.default ? q.default() : ""
|
1148
1148
|
);
|
1149
|
-
},
|
1150
|
-
const { animation:
|
1151
|
-
if (
|
1149
|
+
}, O = b(() => {
|
1150
|
+
const { animation: A } = e;
|
1151
|
+
if (A === "none")
|
1152
1152
|
return {
|
1153
1153
|
outer: "",
|
1154
1154
|
inner: ""
|
1155
1155
|
};
|
1156
|
-
let
|
1157
|
-
return
|
1156
|
+
let k = A;
|
1157
|
+
return A === "fade-slide" && (k = "shift-in"), {
|
1158
1158
|
outer: "fade",
|
1159
|
-
inner:
|
1159
|
+
inner: k
|
1160
1160
|
};
|
1161
|
-
}), E =
|
1162
|
-
const { animationDuration:
|
1163
|
-
if (!Array.isArray(
|
1164
|
-
const
|
1161
|
+
}), E = b(() => {
|
1162
|
+
const { animationDuration: A } = e;
|
1163
|
+
if (!Array.isArray(A)) {
|
1164
|
+
const y = A || 300;
|
1165
1165
|
return {
|
1166
|
-
enter: `${
|
1167
|
-
leave: `${
|
1166
|
+
enter: `${y / 1e3}s`,
|
1167
|
+
leave: `${y / 1e3}s`
|
1168
1168
|
};
|
1169
1169
|
}
|
1170
|
-
const [
|
1170
|
+
const [k, q] = A;
|
1171
1171
|
return {
|
1172
|
-
enter: `${
|
1173
|
-
leave: `${
|
1172
|
+
enter: `${k / 1e3}s`,
|
1173
|
+
leave: `${q / 1e3}s`
|
1174
1174
|
};
|
1175
|
-
}),
|
1176
|
-
const
|
1177
|
-
return
|
1178
|
-
}),
|
1179
|
-
const
|
1180
|
-
return
|
1181
|
-
}),
|
1175
|
+
}), x = b(() => {
|
1176
|
+
const A = Object.keys(i9).find((k) => m.value.startsWith(k));
|
1177
|
+
return A === void 0 ? "translate(0, 0)" : i9[A];
|
1178
|
+
}), C = b(() => {
|
1179
|
+
const A = Object.keys(t9).find((k) => m.value.startsWith(k));
|
1180
|
+
return A === void 0 ? "center center" : t9[A];
|
1181
|
+
}), _ = b(() => {
|
1182
1182
|
if (s.value === void 0)
|
1183
1183
|
return "";
|
1184
|
-
const
|
1184
|
+
const A = {
|
1185
1185
|
"--vue-popper-enter-duration": E.value.enter,
|
1186
1186
|
"--vue-popper-leave-duration": E.value.leave,
|
1187
|
-
"--vue-popper-shift-transform":
|
1188
|
-
"--vue-popper-scale-transform-origin":
|
1189
|
-
},
|
1190
|
-
return k_(
|
1191
|
-
}),
|
1192
|
-
e.onTransition !== void 0 && e.onTransition(
|
1193
|
-
},
|
1194
|
-
const { slots:
|
1187
|
+
"--vue-popper-shift-transform": x.value,
|
1188
|
+
"--vue-popper-scale-transform-origin": C.value
|
1189
|
+
}, k = s.value.state.styles.popper;
|
1190
|
+
return k_(k, A);
|
1191
|
+
}), w = (A, k) => {
|
1192
|
+
e.onTransition !== void 0 && e.onTransition(A, k);
|
1193
|
+
}, I = function(A, k) {
|
1194
|
+
const { slots: q } = k;
|
1195
1195
|
return j2(
|
1196
1196
|
N2,
|
1197
|
-
{ name:
|
1197
|
+
{ name: O.value.outer },
|
1198
1198
|
{
|
1199
1199
|
default: () => w2(
|
1200
1200
|
j2(
|
@@ -1202,7 +1202,7 @@ const a9 = {
|
|
1202
1202
|
{
|
1203
1203
|
class: "popper-content-wrapper",
|
1204
1204
|
ref: t,
|
1205
|
-
style:
|
1205
|
+
style: _.value,
|
1206
1206
|
onMouseleave: () => {
|
1207
1207
|
e.hover === !1 || e.interactive === !1 || M("close", "tooltip");
|
1208
1208
|
},
|
@@ -1214,26 +1214,26 @@ const a9 = {
|
|
1214
1214
|
j2(
|
1215
1215
|
N2,
|
1216
1216
|
{
|
1217
|
-
name:
|
1217
|
+
name: O.value.inner,
|
1218
1218
|
"data-placement": m.value,
|
1219
|
-
"data-name":
|
1220
|
-
onBeforeEnter(
|
1221
|
-
|
1219
|
+
"data-name": O.value.inner,
|
1220
|
+
onBeforeEnter(y) {
|
1221
|
+
w("before-enter", y);
|
1222
1222
|
},
|
1223
|
-
onEnter(
|
1224
|
-
|
1223
|
+
onEnter(y) {
|
1224
|
+
O.value.inner === "shift-out" && (y.style.animation = `shift-out ${E.value.enter}`), w("enter", y);
|
1225
1225
|
},
|
1226
|
-
onAfterEnter(
|
1227
|
-
|
1226
|
+
onAfterEnter(y) {
|
1227
|
+
O.value.inner === "shift-out" && (y.style.transform = x.value), w("after-enter", y);
|
1228
1228
|
},
|
1229
|
-
onBeforeLeave(
|
1230
|
-
|
1229
|
+
onBeforeLeave(y) {
|
1230
|
+
O.value.inner === "shift-out" && (y.style.transform = x.value, y.style.animation = ""), w("before-leave", y);
|
1231
1231
|
},
|
1232
|
-
onLeave(
|
1233
|
-
|
1232
|
+
onLeave(y) {
|
1233
|
+
O.value.inner === "shift-out" && (y.style.transform = "translate(0, 0)"), w("leave", y);
|
1234
1234
|
},
|
1235
|
-
onAfterLeave(
|
1236
|
-
|
1235
|
+
onAfterLeave(y) {
|
1236
|
+
O.value.inner === "shift-out" && (y.style.transform = "translate(0, 0)"), w("after-leave", y);
|
1237
1237
|
}
|
1238
1238
|
},
|
1239
1239
|
{
|
@@ -1241,7 +1241,7 @@ const a9 = {
|
|
1241
1241
|
"div",
|
1242
1242
|
{ class: "popper-content" },
|
1243
1243
|
[
|
1244
|
-
|
1244
|
+
q.default ? q.default() : "",
|
1245
1245
|
j2(
|
1246
1246
|
"div",
|
1247
1247
|
{
|
@@ -1273,22 +1273,22 @@ const a9 = {
|
|
1273
1273
|
f.value
|
1274
1274
|
));
|
1275
1275
|
}), lk(() => {
|
1276
|
-
var
|
1277
|
-
(
|
1278
|
-
}), e2(n, (
|
1279
|
-
var
|
1280
|
-
if (
|
1276
|
+
var A;
|
1277
|
+
(A = s.value) == null || A.destroy(), s.value = void 0;
|
1278
|
+
}), e2(n, (A) => {
|
1279
|
+
var k;
|
1280
|
+
if (A === !1) {
|
1281
1281
|
e.onClosed !== void 0 && e.onClosed();
|
1282
1282
|
return;
|
1283
1283
|
}
|
1284
|
-
e.onOpened !== void 0 && e.onOpened(), (
|
1284
|
+
e.onOpened !== void 0 && e.onOpened(), (k = s.value) == null || k.update();
|
1285
1285
|
}), {
|
1286
1286
|
triggerElement: S,
|
1287
|
-
tooltipElement:
|
1287
|
+
tooltipElement: I,
|
1288
1288
|
popperInstance: s,
|
1289
|
-
isOpened:
|
1289
|
+
isOpened: b(() => n.value)
|
1290
1290
|
};
|
1291
|
-
}, T_ = { class: "popper-container" }, D_ = /* @__PURE__ */
|
1291
|
+
}, T_ = { class: "popper-container" }, D_ = /* @__PURE__ */ P({
|
1292
1292
|
__name: "VuePopper",
|
1293
1293
|
props: {
|
1294
1294
|
/**
|
@@ -1415,16 +1415,16 @@ const a9 = {
|
|
1415
1415
|
});
|
1416
1416
|
return a({
|
1417
1417
|
popper: t,
|
1418
|
-
isOpened:
|
1418
|
+
isOpened: b(() => r.value)
|
1419
1419
|
}), (l, m) => (u(), d("div", T_, [
|
1420
1420
|
(u(), j(Oa(X2(s)), null, {
|
1421
|
-
default:
|
1421
|
+
default: F(() => [
|
1422
1422
|
X(l.$slots, "default")
|
1423
1423
|
]),
|
1424
1424
|
_: 3
|
1425
1425
|
})),
|
1426
1426
|
(u(), j(Oa(X2(n)), null, {
|
1427
|
-
default:
|
1427
|
+
default: F(() => [
|
1428
1428
|
X(l.$slots, "content")
|
1429
1429
|
]),
|
1430
1430
|
_: 3
|
@@ -10917,7 +10917,7 @@ function s9(c, a) {
|
|
10917
10917
|
}
|
10918
10918
|
return e;
|
10919
10919
|
}
|
10920
|
-
function
|
10920
|
+
function N(c) {
|
10921
10921
|
for (var a = 1; a < arguments.length; a++) {
|
10922
10922
|
var e = arguments[a] != null ? arguments[a] : {};
|
10923
10923
|
a % 2 ? s9(Object(e), !0).forEach(function(i) {
|
@@ -11161,7 +11161,7 @@ var Tw = {
|
|
11161
11161
|
showMissingIcons: !0
|
11162
11162
|
};
|
11163
11163
|
V1.familyPrefix && (V1.cssPrefix = V1.familyPrefix);
|
11164
|
-
var i1 =
|
11164
|
+
var i1 = N(N({}, Tw), V1);
|
11165
11165
|
i1.autoReplaceSvg || (i1.observeMutations = !1);
|
11166
11166
|
var T = {};
|
11167
11167
|
Object.keys(Tw).forEach(function(c) {
|
@@ -12115,7 +12115,7 @@ function v9(c) {
|
|
12115
12115
|
}
|
12116
12116
|
function S4(c, a) {
|
12117
12117
|
var e = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {}, i = e.skipHooks, t = i === void 0 ? !1 : i, s = v9(a);
|
12118
|
-
typeof d2.hooks.addPack == "function" && !t ? d2.hooks.addPack(c, v9(a)) : d2.styles[c] =
|
12118
|
+
typeof d2.hooks.addPack == "function" && !t ? d2.hooks.addPack(c, v9(a)) : d2.styles[c] = N(N({}, d2.styles[c] || {}), s), c === "fas" && S4("fa", a);
|
12119
12119
|
}
|
12120
12120
|
var i3, t3, s3, Y2 = d2.styles, HT = d2.shims, MT = (i3 = {}, K(i3, W, Object.values(L1[W])), K(i3, Z, Object.values(L1[Z])), i3), Ca = null, Bw = {}, Ow = {}, jw = {}, Ew = {}, qw = {}, gT = (t3 = {}, K(t3, W, Object.keys(g1[W])), K(t3, Z, Object.keys(g1[Z])), t3);
|
12121
12121
|
function CT(c) {
|
@@ -12250,7 +12250,7 @@ var yT = /* @__PURE__ */ function() {
|
|
12250
12250
|
t[s] = arguments[s];
|
12251
12251
|
var n = t.reduce(this._pullDefinitions, {});
|
12252
12252
|
Object.keys(n).forEach(function(r) {
|
12253
|
-
e.definitions[r] =
|
12253
|
+
e.definitions[r] = N(N({}, e.definitions[r] || {}), n[r]), S4(r, n[r]);
|
12254
12254
|
var l = L1[W][r];
|
12255
12255
|
l && S4(l, n[r]), Fw();
|
12256
12256
|
});
|
@@ -12407,7 +12407,7 @@ function TT(c) {
|
|
12407
12407
|
x: r / l / 2,
|
12408
12408
|
y: 0.5
|
12409
12409
|
};
|
12410
|
-
t.style = o4(
|
12410
|
+
t.style = o4(N(N({}, s), {}, {
|
12411
12411
|
"transform-origin": "".concat(m.x + n.x / 16, "em ").concat(m.y + n.y / 16, "em")
|
12412
12412
|
}));
|
12413
12413
|
}
|
@@ -12426,7 +12426,7 @@ function DT(c) {
|
|
12426
12426
|
},
|
12427
12427
|
children: [{
|
12428
12428
|
tag: "symbol",
|
12429
|
-
attributes:
|
12429
|
+
attributes: N(N({}, t), {}, {
|
12430
12430
|
id: n
|
12431
12431
|
}),
|
12432
12432
|
children: i
|
@@ -12434,13 +12434,13 @@ function DT(c) {
|
|
12434
12434
|
}];
|
12435
12435
|
}
|
12436
12436
|
function xa(c) {
|
12437
|
-
var a = c.icons, e = a.main, i = a.mask, t = c.prefix, s = c.iconName, n = c.transform, r = c.symbol, l = c.title, m = c.maskId, f = c.titleId, v = c.extra, p = c.watchable, h = p === void 0 ? !1 : p, g = i.found ? i : e, M = g.width, S = g.height,
|
12438
|
-
return v.classes.indexOf(
|
12439
|
-
}).filter(function(
|
12440
|
-
return
|
12441
|
-
}).concat(v.classes).join(" "),
|
12437
|
+
var a = c.icons, e = a.main, i = a.mask, t = c.prefix, s = c.iconName, n = c.transform, r = c.symbol, l = c.title, m = c.maskId, f = c.titleId, v = c.extra, p = c.watchable, h = p === void 0 ? !1 : p, g = i.found ? i : e, M = g.width, S = g.height, O = t === "fak", E = [T.replacementClass, s ? "".concat(T.cssPrefix, "-").concat(s) : ""].filter(function(k) {
|
12438
|
+
return v.classes.indexOf(k) === -1;
|
12439
|
+
}).filter(function(k) {
|
12440
|
+
return k !== "" || !!k;
|
12441
|
+
}).concat(v.classes).join(" "), x = {
|
12442
12442
|
children: [],
|
12443
|
-
attributes:
|
12443
|
+
attributes: N(N({}, v.attributes), {}, {
|
12444
12444
|
"data-prefix": t,
|
12445
12445
|
"data-icon": s,
|
12446
12446
|
class: E,
|
@@ -12448,17 +12448,17 @@ function xa(c) {
|
|
12448
12448
|
xmlns: "http://www.w3.org/2000/svg",
|
12449
12449
|
viewBox: "0 0 ".concat(M, " ").concat(S)
|
12450
12450
|
})
|
12451
|
-
},
|
12451
|
+
}, C = O && !~v.classes.indexOf("fa-fw") ? {
|
12452
12452
|
width: "".concat(M / S * 16 * 0.0625, "em")
|
12453
12453
|
} : {};
|
12454
|
-
h && (
|
12454
|
+
h && (x.attributes[R2] = ""), l && (x.children.push({
|
12455
12455
|
tag: "title",
|
12456
12456
|
attributes: {
|
12457
|
-
id:
|
12457
|
+
id: x.attributes["aria-labelledby"] || "title-".concat(f || x1())
|
12458
12458
|
},
|
12459
12459
|
children: [l]
|
12460
|
-
}), delete
|
12461
|
-
var
|
12460
|
+
}), delete x.attributes.title);
|
12461
|
+
var _ = N(N({}, x), {}, {
|
12462
12462
|
prefix: t,
|
12463
12463
|
iconName: s,
|
12464
12464
|
main: e,
|
@@ -12466,24 +12466,24 @@ function xa(c) {
|
|
12466
12466
|
maskId: m,
|
12467
12467
|
transform: n,
|
12468
12468
|
symbol: r,
|
12469
|
-
styles:
|
12470
|
-
}),
|
12469
|
+
styles: N(N({}, C), v.styles)
|
12470
|
+
}), w = i.found && e.found ? b2("generateAbstractMask", _) || {
|
12471
12471
|
children: [],
|
12472
12472
|
attributes: {}
|
12473
|
-
} : b2("generateAbstractIcon",
|
12473
|
+
} : b2("generateAbstractIcon", _) || {
|
12474
12474
|
children: [],
|
12475
12475
|
attributes: {}
|
12476
|
-
},
|
12477
|
-
return
|
12476
|
+
}, I = w.children, A = w.attributes;
|
12477
|
+
return _.children = I, _.attributes = A, r ? DT(_) : TT(_);
|
12478
12478
|
}
|
12479
12479
|
function V9(c) {
|
12480
|
-
var a = c.content, e = c.width, i = c.height, t = c.transform, s = c.title, n = c.extra, r = c.watchable, l = r === void 0 ? !1 : r, m =
|
12480
|
+
var a = c.content, e = c.width, i = c.height, t = c.transform, s = c.title, n = c.extra, r = c.watchable, l = r === void 0 ? !1 : r, m = N(N(N({}, n.attributes), s ? {
|
12481
12481
|
title: s
|
12482
12482
|
} : {}), {}, {
|
12483
12483
|
class: n.classes.join(" ")
|
12484
12484
|
});
|
12485
12485
|
l && (m[R2] = "");
|
12486
|
-
var f =
|
12486
|
+
var f = N({}, n.styles);
|
12487
12487
|
ga(t) && (f.transform = uT({
|
12488
12488
|
transform: t,
|
12489
12489
|
startCentered: !0,
|
@@ -12506,7 +12506,7 @@ function V9(c) {
|
|
12506
12506
|
}), p;
|
12507
12507
|
}
|
12508
12508
|
function IT(c) {
|
12509
|
-
var a = c.content, e = c.title, i = c.extra, t =
|
12509
|
+
var a = c.content, e = c.title, i = c.extra, t = N(N(N({}, i.attributes), e ? {
|
12510
12510
|
title: e
|
12511
12511
|
} : {}), {}, {
|
12512
12512
|
class: i.classes.join(" ")
|
@@ -12580,7 +12580,7 @@ function _4(c, a) {
|
|
12580
12580
|
var n = M4[a][c];
|
12581
12581
|
return i(k4(n));
|
12582
12582
|
}
|
12583
|
-
BT(c, a), i(
|
12583
|
+
BT(c, a), i(N(N({}, PT), {}, {
|
12584
12584
|
icon: T.showMissingIcons && c ? b2("missingIconAbstract") || {} : {}
|
12585
12585
|
}));
|
12586
12586
|
});
|
@@ -12766,7 +12766,7 @@ function C9(c) {
|
|
12766
12766
|
var a = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {
|
12767
12767
|
styleParser: !0
|
12768
12768
|
}, e = GT(c), i = e.iconName, t = e.prefix, s = e.rest, n = YT(c), r = N4("parseNodeAttributes", {}, c), l = a.styleParser ? WT(c) : [];
|
12769
|
-
return
|
12769
|
+
return N({
|
12770
12770
|
iconName: i,
|
12771
12771
|
title: c.getAttribute("title"),
|
12772
12772
|
titleId: c.getAttribute("data-fa-title-id"),
|
@@ -12854,16 +12854,16 @@ function XT(c) {
|
|
12854
12854
|
function JT(c) {
|
12855
12855
|
return function(a) {
|
12856
12856
|
var e = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, i = (a || {}).icon ? a : w4(a || {}), t = e.mask;
|
12857
|
-
return t && (t = (t || {}).icon ? t : w4(t || {})), c(i,
|
12857
|
+
return t && (t = (t || {}).icon ? t : w4(t || {})), c(i, N(N({}, e), {}, {
|
12858
12858
|
mask: t
|
12859
12859
|
}));
|
12860
12860
|
};
|
12861
12861
|
}
|
12862
12862
|
var KT = function(a) {
|
12863
|
-
var e = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, i = e.transform, t = i === void 0 ? p2 : i, s = e.symbol, n = s === void 0 ? !1 : s, r = e.mask, l = r === void 0 ? null : r, m = e.maskId, f = m === void 0 ? null : m, v = e.title, p = v === void 0 ? null : v, h = e.titleId, g = h === void 0 ? null : h, M = e.classes, S = M === void 0 ? [] : M,
|
12863
|
+
var e = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, i = e.transform, t = i === void 0 ? p2 : i, s = e.symbol, n = s === void 0 ? !1 : s, r = e.mask, l = r === void 0 ? null : r, m = e.maskId, f = m === void 0 ? null : m, v = e.title, p = v === void 0 ? null : v, h = e.titleId, g = h === void 0 ? null : h, M = e.classes, S = M === void 0 ? [] : M, O = e.attributes, E = O === void 0 ? {} : O, x = e.styles, C = x === void 0 ? {} : x;
|
12864
12864
|
if (a) {
|
12865
|
-
var
|
12866
|
-
return m4(
|
12865
|
+
var _ = a.prefix, w = a.iconName, I = a.icon;
|
12866
|
+
return m4(N({
|
12867
12867
|
type: "icon"
|
12868
12868
|
}, a), function() {
|
12869
12869
|
return U2("beforeDOMElementCreation", {
|
@@ -12871,7 +12871,7 @@ var KT = function(a) {
|
|
12871
12871
|
params: e
|
12872
12872
|
}), T.autoA11y && (p ? E["aria-labelledby"] = "".concat(T.replacementClass, "-title-").concat(g || x1()) : (E["aria-hidden"] = "true", E.focusable = "false")), xa({
|
12873
12873
|
icons: {
|
12874
|
-
main: k4(
|
12874
|
+
main: k4(I),
|
12875
12875
|
mask: l ? k4(l.icon) : {
|
12876
12876
|
found: !1,
|
12877
12877
|
width: null,
|
@@ -12879,16 +12879,16 @@ var KT = function(a) {
|
|
12879
12879
|
icon: {}
|
12880
12880
|
}
|
12881
12881
|
},
|
12882
|
-
prefix:
|
12883
|
-
iconName:
|
12884
|
-
transform:
|
12882
|
+
prefix: _,
|
12883
|
+
iconName: w,
|
12884
|
+
transform: N(N({}, p2), t),
|
12885
12885
|
symbol: n,
|
12886
12886
|
title: p,
|
12887
12887
|
maskId: f,
|
12888
12888
|
titleId: g,
|
12889
12889
|
extra: {
|
12890
12890
|
attributes: E,
|
12891
|
-
styles:
|
12891
|
+
styles: C,
|
12892
12892
|
classes: S
|
12893
12893
|
}
|
12894
12894
|
});
|
@@ -12921,10 +12921,10 @@ var KT = function(a) {
|
|
12921
12921
|
height: 512,
|
12922
12922
|
icon: {}
|
12923
12923
|
})]).then(function(M) {
|
12924
|
-
var S = pa(M, 2),
|
12924
|
+
var S = pa(M, 2), O = S[0], E = S[1];
|
12925
12925
|
h([e, xa({
|
12926
12926
|
icons: {
|
12927
|
-
main:
|
12927
|
+
main: O,
|
12928
12928
|
mask: E
|
12929
12929
|
},
|
12930
12930
|
prefix: r,
|
@@ -13021,7 +13021,7 @@ var KT = function(a) {
|
|
13021
13021
|
params: i
|
13022
13022
|
}), V9({
|
13023
13023
|
content: e,
|
13024
|
-
transform:
|
13024
|
+
transform: N(N({}, p2), s),
|
13025
13025
|
title: r,
|
13026
13026
|
extra: {
|
13027
13027
|
attributes: v,
|
@@ -13064,33 +13064,33 @@ function x9(c, a) {
|
|
13064
13064
|
return new Promise(function(i, t) {
|
13065
13065
|
if (c.getAttribute(e) !== null)
|
13066
13066
|
return i();
|
13067
|
-
var s = o1(c.children), n = s.filter(function(
|
13068
|
-
return
|
13067
|
+
var s = o1(c.children), n = s.filter(function(I) {
|
13068
|
+
return I.getAttribute(y4) === a;
|
13069
13069
|
})[0], r = k2.getComputedStyle(c, a), l = r.getPropertyValue("font-family").match(J_), m = r.getPropertyValue("font-weight"), f = r.getPropertyValue("content");
|
13070
13070
|
if (n && !l)
|
13071
13071
|
return c.removeChild(n), i();
|
13072
13072
|
if (l && f !== "none" && f !== "") {
|
13073
|
-
var v = r.getPropertyValue("content"), p = ~["Sharp"].indexOf(l[2]) ? Z : W, h = ~["Solid", "Regular", "Light", "Thin", "Duotone", "Brands", "Kit"].indexOf(l[2]) ? C1[p][l[2].toLowerCase()] : K_[p][m], g = sD(v), M = g.value, S = g.isSecondary,
|
13074
|
-
if (
|
13075
|
-
var
|
13076
|
-
|
13073
|
+
var v = r.getPropertyValue("content"), p = ~["Sharp"].indexOf(l[2]) ? Z : W, h = ~["Solid", "Regular", "Light", "Thin", "Duotone", "Brands", "Kit"].indexOf(l[2]) ? C1[p][l[2].toLowerCase()] : K_[p][m], g = sD(v), M = g.value, S = g.isSecondary, O = l[0].startsWith("FontAwesome"), E = La(h, M), x = E;
|
13074
|
+
if (O) {
|
13075
|
+
var C = xT(M);
|
13076
|
+
C.iconName && C.prefix && (E = C.iconName, h = C.prefix);
|
13077
13077
|
}
|
13078
|
-
if (E && !S && (!n || n.getAttribute(Va) !== h || n.getAttribute(za) !==
|
13079
|
-
c.setAttribute(e,
|
13080
|
-
var
|
13081
|
-
|
13082
|
-
var
|
13078
|
+
if (E && !S && (!n || n.getAttribute(Va) !== h || n.getAttribute(za) !== x)) {
|
13079
|
+
c.setAttribute(e, x), n && c.removeChild(n);
|
13080
|
+
var _ = QT(), w = _.extra;
|
13081
|
+
w.attributes[y4] = a, _4(E, h).then(function(I) {
|
13082
|
+
var A = xa(N(N({}, _), {}, {
|
13083
13083
|
icons: {
|
13084
|
-
main:
|
13084
|
+
main: I,
|
13085
13085
|
mask: ba()
|
13086
13086
|
},
|
13087
13087
|
prefix: h,
|
13088
|
-
iconName:
|
13089
|
-
extra:
|
13088
|
+
iconName: x,
|
13089
|
+
extra: w,
|
13090
13090
|
watchable: !0
|
13091
|
-
})),
|
13092
|
-
a === "::before" ? c.insertBefore(
|
13093
|
-
return W1(
|
13091
|
+
})), k = G.createElementNS("http://www.w3.org/2000/svg", "svg");
|
13092
|
+
a === "::before" ? c.insertBefore(k, c.firstChild) : c.appendChild(k), k.outerHTML = A.map(function(q) {
|
13093
|
+
return W1(q);
|
13094
13094
|
}).join(`
|
13095
13095
|
`), c.removeAttribute(e), i();
|
13096
13096
|
}).catch(t);
|
@@ -13232,14 +13232,14 @@ var lD = {
|
|
13232
13232
|
};
|
13233
13233
|
return {
|
13234
13234
|
tag: "g",
|
13235
|
-
attributes:
|
13235
|
+
attributes: N({}, h.outer),
|
13236
13236
|
children: [{
|
13237
13237
|
tag: "g",
|
13238
|
-
attributes:
|
13238
|
+
attributes: N({}, h.inner),
|
13239
13239
|
children: [{
|
13240
13240
|
tag: i.icon.tag,
|
13241
13241
|
children: i.icon.children,
|
13242
|
-
attributes:
|
13242
|
+
attributes: N(N({}, i.icon.attributes), h.path)
|
13243
13243
|
}]
|
13244
13244
|
}]
|
13245
13245
|
};
|
@@ -13277,45 +13277,45 @@ var mD = {
|
|
13277
13277
|
iconWidth: m
|
13278
13278
|
}), g = {
|
13279
13279
|
tag: "rect",
|
13280
|
-
attributes:
|
13280
|
+
attributes: N(N({}, g4), {}, {
|
13281
13281
|
fill: "white"
|
13282
13282
|
})
|
13283
13283
|
}, M = f.children ? {
|
13284
13284
|
children: f.children.map(N9)
|
13285
13285
|
} : {}, S = {
|
13286
13286
|
tag: "g",
|
13287
|
-
attributes:
|
13288
|
-
children: [N9(
|
13287
|
+
attributes: N({}, h.inner),
|
13288
|
+
children: [N9(N({
|
13289
13289
|
tag: f.tag,
|
13290
|
-
attributes:
|
13290
|
+
attributes: N(N({}, f.attributes), h.path)
|
13291
13291
|
}, M))]
|
13292
|
-
},
|
13292
|
+
}, O = {
|
13293
13293
|
tag: "g",
|
13294
|
-
attributes:
|
13294
|
+
attributes: N({}, h.outer),
|
13295
13295
|
children: [S]
|
13296
|
-
}, E = "mask-".concat(r || x1()),
|
13296
|
+
}, E = "mask-".concat(r || x1()), x = "clip-".concat(r || x1()), C = {
|
13297
13297
|
tag: "mask",
|
13298
|
-
attributes:
|
13298
|
+
attributes: N(N({}, g4), {}, {
|
13299
13299
|
id: E,
|
13300
13300
|
maskUnits: "userSpaceOnUse",
|
13301
13301
|
maskContentUnits: "userSpaceOnUse"
|
13302
13302
|
}),
|
13303
|
-
children: [g,
|
13304
|
-
},
|
13303
|
+
children: [g, O]
|
13304
|
+
}, _ = {
|
13305
13305
|
tag: "defs",
|
13306
13306
|
children: [{
|
13307
13307
|
tag: "clipPath",
|
13308
13308
|
attributes: {
|
13309
|
-
id:
|
13309
|
+
id: x
|
13310
13310
|
},
|
13311
13311
|
children: uD(p)
|
13312
|
-
},
|
13312
|
+
}, C]
|
13313
13313
|
};
|
13314
|
-
return i.push(
|
13314
|
+
return i.push(_, {
|
13315
13315
|
tag: "rect",
|
13316
|
-
attributes:
|
13316
|
+
attributes: N({
|
13317
13317
|
fill: "currentColor",
|
13318
|
-
"clip-path": "url(#".concat(
|
13318
|
+
"clip-path": "url(#".concat(x, ")"),
|
13319
13319
|
mask: "url(#".concat(E, ")")
|
13320
13320
|
}, g4)
|
13321
13321
|
}), {
|
@@ -13337,15 +13337,15 @@ var mD = {
|
|
13337
13337
|
};
|
13338
13338
|
i.push({
|
13339
13339
|
tag: "path",
|
13340
|
-
attributes:
|
13340
|
+
attributes: N(N({}, t), {}, {
|
13341
13341
|
d: "M156.5,447.7l-12.6,29.5c-18.7-9.5-35.9-21.2-51.5-34.9l22.7-22.7C127.6,430.5,141.5,440,156.5,447.7z M40.6,272H8.5 c1.4,21.2,5.4,41.7,11.7,61.1L50,321.2C45.1,305.5,41.8,289,40.6,272z M40.6,240c1.4-18.8,5.2-37,11.1-54.1l-29.5-12.6 C14.7,194.3,10,216.7,8.5,240H40.6z M64.3,156.5c7.8-14.9,17.2-28.8,28.1-41.5L69.7,92.3c-13.7,15.6-25.5,32.8-34.9,51.5 L64.3,156.5z M397,419.6c-13.9,12-29.4,22.3-46.1,30.4l11.9,29.8c20.7-9.9,39.8-22.6,56.9-37.6L397,419.6z M115,92.4 c13.9-12,29.4-22.3,46.1-30.4l-11.9-29.8c-20.7,9.9-39.8,22.6-56.8,37.6L115,92.4z M447.7,355.5c-7.8,14.9-17.2,28.8-28.1,41.5 l22.7,22.7c13.7-15.6,25.5-32.9,34.9-51.5L447.7,355.5z M471.4,272c-1.4,18.8-5.2,37-11.1,54.1l29.5,12.6 c7.5-21.1,12.2-43.5,13.6-66.8H471.4z M321.2,462c-15.7,5-32.2,8.2-49.2,9.4v32.1c21.2-1.4,41.7-5.4,61.1-11.7L321.2,462z M240,471.4c-18.8-1.4-37-5.2-54.1-11.1l-12.6,29.5c21.1,7.5,43.5,12.2,66.8,13.6V471.4z M462,190.8c5,15.7,8.2,32.2,9.4,49.2h32.1 c-1.4-21.2-5.4-41.7-11.7-61.1L462,190.8z M92.4,397c-12-13.9-22.3-29.4-30.4-46.1l-29.8,11.9c9.9,20.7,22.6,39.8,37.6,56.9 L92.4,397z M272,40.6c18.8,1.4,36.9,5.2,54.1,11.1l12.6-29.5C317.7,14.7,295.3,10,272,8.5V40.6z M190.8,50 c15.7-5,32.2-8.2,49.2-9.4V8.5c-21.2,1.4-41.7,5.4-61.1,11.7L190.8,50z M442.3,92.3L419.6,115c12,13.9,22.3,29.4,30.5,46.1 l29.8-11.9C470,128.5,457.3,109.4,442.3,92.3z M397,92.4l22.7-22.7c-15.6-13.7-32.8-25.5-51.5-34.9l-12.6,29.5 C370.4,72.1,384.4,81.5,397,92.4z"
|
13342
13342
|
})
|
13343
13343
|
});
|
13344
|
-
var n =
|
13344
|
+
var n = N(N({}, s), {}, {
|
13345
13345
|
attributeName: "opacity"
|
13346
13346
|
}), r = {
|
13347
13347
|
tag: "circle",
|
13348
|
-
attributes:
|
13348
|
+
attributes: N(N({}, t), {}, {
|
13349
13349
|
cx: "256",
|
13350
13350
|
cy: "364",
|
13351
13351
|
r: "28"
|
@@ -13354,36 +13354,36 @@ var mD = {
|
|
13354
13354
|
};
|
13355
13355
|
return e || r.children.push({
|
13356
13356
|
tag: "animate",
|
13357
|
-
attributes:
|
13357
|
+
attributes: N(N({}, s), {}, {
|
13358
13358
|
attributeName: "r",
|
13359
13359
|
values: "28;14;28;28;14;28;"
|
13360
13360
|
})
|
13361
13361
|
}, {
|
13362
13362
|
tag: "animate",
|
13363
|
-
attributes:
|
13363
|
+
attributes: N(N({}, n), {}, {
|
13364
13364
|
values: "1;0;1;1;0;1;"
|
13365
13365
|
})
|
13366
13366
|
}), i.push(r), i.push({
|
13367
13367
|
tag: "path",
|
13368
|
-
attributes:
|
13368
|
+
attributes: N(N({}, t), {}, {
|
13369
13369
|
opacity: "1",
|
13370
13370
|
d: "M263.7,312h-16c-6.6,0-12-5.4-12-12c0-71,77.4-63.9,77.4-107.8c0-20-17.8-40.2-57.4-40.2c-29.1,0-44.3,9.6-59.2,28.7 c-3.9,5-11.1,6-16.2,2.4l-13.1-9.2c-5.6-3.9-6.9-11.8-2.6-17.2c21.2-27.2,46.4-44.7,91.2-44.7c52.3,0,97.4,29.8,97.4,80.2 c0,67.6-77.4,63.5-77.4,107.8C275.7,306.6,270.3,312,263.7,312z"
|
13371
13371
|
}),
|
13372
13372
|
children: e ? [] : [{
|
13373
13373
|
tag: "animate",
|
13374
|
-
attributes:
|
13374
|
+
attributes: N(N({}, n), {}, {
|
13375
13375
|
values: "1;0;0;0;0;1;"
|
13376
13376
|
})
|
13377
13377
|
}]
|
13378
13378
|
}), e || i.push({
|
13379
13379
|
tag: "path",
|
13380
|
-
attributes:
|
13380
|
+
attributes: N(N({}, t), {}, {
|
13381
13381
|
opacity: "0",
|
13382
13382
|
d: "M232.5,134.5l7,168c0.3,6.4,5.6,11.5,12,11.5h9c6.4,0,11.7-5.1,12-11.5l7-168c0.3-6.8-5.2-12.5-12-12.5h-23 C237.7,122,232.2,127.7,232.5,134.5z"
|
13383
13383
|
}),
|
13384
13384
|
children: [{
|
13385
13385
|
tag: "animate",
|
13386
|
-
attributes:
|
13386
|
+
attributes: N(N({}, n), {}, {
|
13387
13387
|
values: "0;0;1;1;0;0;"
|
13388
13388
|
})
|
13389
13389
|
}]
|
@@ -13420,7 +13420,7 @@ var hD = l2.icon;
|
|
13420
13420
|
l2.layer;
|
13421
13421
|
l2.text;
|
13422
13422
|
l2.counter;
|
13423
|
-
const VD =
|
13423
|
+
const VD = P({
|
13424
13424
|
name: "AVIcon",
|
13425
13425
|
props: {
|
13426
13426
|
icon: {
|
@@ -13459,9 +13459,9 @@ const VD = I({
|
|
13459
13459
|
).join("");
|
13460
13460
|
return p.charAt(0).toLowerCase() + p.slice(1);
|
13461
13461
|
}
|
13462
|
-
const t =
|
13462
|
+
const t = b(
|
13463
13463
|
() => i(a(c.icon).iconName)
|
13464
|
-
), s =
|
13464
|
+
), s = b(() => B_[t.value]), n = b(
|
13465
13465
|
() => hD(s.value, {
|
13466
13466
|
symbol: !1,
|
13467
13467
|
title: s.value
|
@@ -13475,12 +13475,12 @@ const VD = I({
|
|
13475
13475
|
},
|
13476
13476
|
{ immediate: !0 }
|
13477
13477
|
);
|
13478
|
-
const r =
|
13478
|
+
const r = b(
|
13479
13479
|
() => n.value ? e(n.value.abstract[0]) : null
|
13480
13480
|
);
|
13481
13481
|
return () => r.value;
|
13482
13482
|
}
|
13483
|
-
}), zD = ["disabled"], HD = /* @__PURE__ */
|
13483
|
+
}), zD = ["disabled"], HD = /* @__PURE__ */ P({
|
13484
13484
|
__name: "AVButton",
|
13485
13485
|
props: {
|
13486
13486
|
label: {
|
@@ -13527,7 +13527,7 @@ const VD = I({
|
|
13527
13527
|
const s = H("AVIcon");
|
13528
13528
|
return u(), d("button", {
|
13529
13529
|
type: "button",
|
13530
|
-
class:
|
13530
|
+
class: B(`AVButton AVButton--${c.size} AVButton--${c.type} ${c.fullWidth && "AVButton--full"}`),
|
13531
13531
|
"data-test": "btn",
|
13532
13532
|
onClick: e,
|
13533
13533
|
disabled: c.disabled
|
@@ -13556,7 +13556,7 @@ const D = (c, a) => {
|
|
13556
13556
|
for (const [i, t] of a)
|
13557
13557
|
e[i] = t;
|
13558
13558
|
return e;
|
13559
|
-
}, MD = /* @__PURE__ */ D(HD, [["__scopeId", "data-v-12a991c8"]]), gD = /* @__PURE__ */
|
13559
|
+
}, MD = /* @__PURE__ */ D(HD, [["__scopeId", "data-v-12a991c8"]]), gD = /* @__PURE__ */ P({
|
13560
13560
|
__name: "AVSpinner",
|
13561
13561
|
props: {
|
13562
13562
|
size: {
|
@@ -13575,12 +13575,12 @@ const D = (c, a) => {
|
|
13575
13575
|
const i = H("AVIcon");
|
13576
13576
|
return u(), j(i, {
|
13577
13577
|
icon: "fa-solid fa-spinner",
|
13578
|
-
class:
|
13578
|
+
class: B(`AVSpinner AVSpinner--${c.size} AVSpinner--${c.color}`)
|
13579
13579
|
}, null, 8, ["class"]);
|
13580
13580
|
};
|
13581
13581
|
}
|
13582
13582
|
});
|
13583
|
-
const CD = /* @__PURE__ */ D(gD, [["__scopeId", "data-v-70d9cfd4"]]), LD = /* @__PURE__ */
|
13583
|
+
const CD = /* @__PURE__ */ D(gD, [["__scopeId", "data-v-70d9cfd4"]]), LD = /* @__PURE__ */ P({
|
13584
13584
|
__name: "AVBullet",
|
13585
13585
|
props: {
|
13586
13586
|
type: {
|
@@ -13608,20 +13608,20 @@ const CD = /* @__PURE__ */ D(gD, [["__scopeId", "data-v-70d9cfd4"]]), LD = /* @_
|
|
13608
13608
|
return c.type === "icon" ? (u(), j(i, {
|
13609
13609
|
key: 0,
|
13610
13610
|
icon: `fa-solid fa-${c.value || "bolt"}`,
|
13611
|
-
class:
|
13611
|
+
class: B(`AVBullet--icon ${c.active && "AVBullet--active"} ${c.hover && "AVBullet--hover"}`),
|
13612
13612
|
"data-test": "icon-bullet"
|
13613
13613
|
}, null, 8, ["icon", "class"])) : c.type === "number" ? (u(), d("div", {
|
13614
13614
|
key: 1,
|
13615
|
-
class:
|
13615
|
+
class: B(`AVBullet--container AVBullet--outer-circle ${c.active && "AVBullet--active"} ${c.hover && "AVBullet--hover"}`),
|
13616
13616
|
"data-test": "number-bullet"
|
13617
13617
|
}, [
|
13618
13618
|
o("div", {
|
13619
|
-
class:
|
13619
|
+
class: B(`AVBullet--number ${c.active && "AVBullet--active"} ${c.hover && "AVBullet--hover"}`)
|
13620
13620
|
}, V(c.value || "0"), 3)
|
13621
13621
|
], 2)) : (u(), j(i, {
|
13622
13622
|
key: 2,
|
13623
13623
|
icon: "fa-solid fa-circle",
|
13624
|
-
class:
|
13624
|
+
class: B(`AVBullet--icon ${c.active && "AVBullet--active"} ${c.hover && "AVBullet--hover"}`),
|
13625
13625
|
"data-test": "solid-bullet"
|
13626
13626
|
}, null, 8, ["class"]));
|
13627
13627
|
};
|
@@ -13634,7 +13634,7 @@ const I4 = /* @__PURE__ */ D(LD, [["__scopeId", "data-v-83458350"]]), bD = { cla
|
|
13634
13634
|
key: 1,
|
13635
13635
|
class: "AVTextInput--error",
|
13636
13636
|
"data-test": "error-msg"
|
13637
|
-
}, kD = /* @__PURE__ */
|
13637
|
+
}, kD = /* @__PURE__ */ P({
|
13638
13638
|
__name: "AVTextInput",
|
13639
13639
|
props: {
|
13640
13640
|
id: {
|
@@ -13676,7 +13676,7 @@ const I4 = /* @__PURE__ */ D(LD, [["__scopeId", "data-v-83458350"]]), bD = { cla
|
|
13676
13676
|
setup(c, { emit: a }) {
|
13677
13677
|
const e = c, i = (s) => {
|
13678
13678
|
a("update:modelValue", s.target.value);
|
13679
|
-
}, t =
|
13679
|
+
}, t = b(() => ({
|
13680
13680
|
AVTextInput: !0,
|
13681
13681
|
error: !!e.error,
|
13682
13682
|
icon: !!e.icon,
|
@@ -13712,7 +13712,7 @@ const I4 = /* @__PURE__ */ D(LD, [["__scopeId", "data-v-83458350"]]), bD = { cla
|
|
13712
13712
|
id: c.id,
|
13713
13713
|
placeholder: c.placeholder,
|
13714
13714
|
type: "text",
|
13715
|
-
class:
|
13715
|
+
class: B(t.value),
|
13716
13716
|
ref: "textInput",
|
13717
13717
|
value: c.modelValue,
|
13718
13718
|
onInput: i
|
@@ -13737,7 +13737,7 @@ const _D = /* @__PURE__ */ D(kD, [["__scopeId", "data-v-9ab10a3b"]]), TD = { cla
|
|
13737
13737
|
key: 1,
|
13738
13738
|
class: "AVTextInput--error",
|
13739
13739
|
"data-test": "error-msg"
|
13740
|
-
}, jD = /* @__PURE__ */
|
13740
|
+
}, jD = /* @__PURE__ */ P({
|
13741
13741
|
__name: "AVNumberInput",
|
13742
13742
|
props: {
|
13743
13743
|
id: {
|
@@ -13791,7 +13791,7 @@ const _D = /* @__PURE__ */ D(kD, [["__scopeId", "data-v-9ab10a3b"]]), TD = { cla
|
|
13791
13791
|
},
|
13792
13792
|
emits: ["update:modelValue"],
|
13793
13793
|
setup(c, { emit: a }) {
|
13794
|
-
const e = c, i =
|
13794
|
+
const e = c, i = $(null), t = (f) => {
|
13795
13795
|
a("update:modelValue", parseInt(f.target.value));
|
13796
13796
|
}, s = (f) => {
|
13797
13797
|
f.target.value === "" && a("update:modelValue", 0);
|
@@ -13841,7 +13841,7 @@ const _D = /* @__PURE__ */ D(kD, [["__scopeId", "data-v-9ab10a3b"]]), TD = { cla
|
|
13841
13841
|
onInput: t,
|
13842
13842
|
onBlur: s,
|
13843
13843
|
type: "number",
|
13844
|
-
class:
|
13844
|
+
class: B(`AVNumberInput ${c.error && "error"} ${!c.icon && "no-icon"} ${c.disabled && "disabled"}`),
|
13845
13845
|
style: M2(`margin-right: -${c.error ? "3.75" : "1.4"}rem`),
|
13846
13846
|
id: c.id,
|
13847
13847
|
disabled: c.disabled,
|
@@ -13852,7 +13852,7 @@ const _D = /* @__PURE__ */ D(kD, [["__scopeId", "data-v-9ab10a3b"]]), TD = { cla
|
|
13852
13852
|
step: c.step
|
13853
13853
|
}, null, 46, PD),
|
13854
13854
|
o("div", {
|
13855
|
-
class:
|
13855
|
+
class: B(`AVNumberInput--controllers-container ${!c.error && "hidden"} ${c.error && "error"} ${c.disabled || c.disableControllers ? "disabled" : ""}`),
|
13856
13856
|
ref_key: "inputControllers",
|
13857
13857
|
ref: i,
|
13858
13858
|
"data-test": "input-controllers"
|
@@ -13895,7 +13895,7 @@ const ED = /* @__PURE__ */ D(jD, [["__scopeId", "data-v-cd10cd1f"]]), qD = { cla
|
|
13895
13895
|
key: 1,
|
13896
13896
|
class: "AVPasswordInput--error",
|
13897
13897
|
"data-test": "error-msg"
|
13898
|
-
}, GD = /* @__PURE__ */
|
13898
|
+
}, GD = /* @__PURE__ */ P({
|
13899
13899
|
__name: "AVPasswordInput",
|
13900
13900
|
props: {
|
13901
13901
|
id: {
|
@@ -13937,7 +13937,7 @@ const ED = /* @__PURE__ */ D(jD, [["__scopeId", "data-v-cd10cd1f"]]), qD = { cla
|
|
13937
13937
|
},
|
13938
13938
|
emits: ["update:modelValue"],
|
13939
13939
|
setup(c, { emit: a }) {
|
13940
|
-
const e =
|
13940
|
+
const e = $(!1), i = () => {
|
13941
13941
|
e.value = !e.value;
|
13942
13942
|
}, t = (s) => {
|
13943
13943
|
a("update:modelValue", s.target.value);
|
@@ -13972,7 +13972,7 @@ const ED = /* @__PURE__ */ D(jD, [["__scopeId", "data-v-cd10cd1f"]]), qD = { cla
|
|
13972
13972
|
value: c.modelValue,
|
13973
13973
|
onInput: t,
|
13974
13974
|
type: `${e.value ? "text" : "password"}`,
|
13975
|
-
class:
|
13975
|
+
class: B(`AVPaswordInput ${c.error && "error"} ${c.disableIcon && "no-icon"} ${c.disabled && "disabled"}`),
|
13976
13976
|
id: c.id,
|
13977
13977
|
disabled: c.disabled,
|
13978
13978
|
placeholder: c.placeholder,
|
@@ -13980,7 +13980,7 @@ const ED = /* @__PURE__ */ D(jD, [["__scopeId", "data-v-cd10cd1f"]]), qD = { cla
|
|
13980
13980
|
name: c.id
|
13981
13981
|
}, null, 42, UD),
|
13982
13982
|
o("div", {
|
13983
|
-
class:
|
13983
|
+
class: B(`AVPaswordInput--icon-container ${c.disabled && "hidden"}`)
|
13984
13984
|
}, [
|
13985
13985
|
o("button", { onClick: i }, [
|
13986
13986
|
z(l, {
|
@@ -14000,7 +14000,7 @@ const YD = /* @__PURE__ */ D(GD, [["__scopeId", "data-v-d3a76ffa"]]), QD = { cla
|
|
14000
14000
|
key: 1,
|
14001
14001
|
class: "AVDatetimeInput--error",
|
14002
14002
|
"data-test": "error-msg"
|
14003
|
-
}, eI = /* @__PURE__ */
|
14003
|
+
}, eI = /* @__PURE__ */ P({
|
14004
14004
|
__name: "AVDatetimeInput",
|
14005
14005
|
props: {
|
14006
14006
|
id: {
|
@@ -14079,7 +14079,7 @@ const YD = /* @__PURE__ */ D(GD, [["__scopeId", "data-v-d3a76ffa"]]), QD = { cla
|
|
14079
14079
|
value: c.modelValue,
|
14080
14080
|
onInput: e,
|
14081
14081
|
type: "datetime-local",
|
14082
|
-
class:
|
14082
|
+
class: B(`AVDatetimeInput ${c.error && "error"} ${!c.icon && "no-icon"} ${c.disabled && "disabled"}`),
|
14083
14083
|
style: M2(`margin-right: -${c.error ? "3.75" : "1.4"}rem`),
|
14084
14084
|
id: c.id,
|
14085
14085
|
disabled: c.disabled,
|
@@ -14101,7 +14101,7 @@ const aI = /* @__PURE__ */ D(eI, [["__scopeId", "data-v-2fe9b4c5"]]), iI = { cla
|
|
14101
14101
|
key: 1,
|
14102
14102
|
class: "AVTextArea--error",
|
14103
14103
|
"data-test": "error-msg"
|
14104
|
-
}, oI = /* @__PURE__ */
|
14104
|
+
}, oI = /* @__PURE__ */ P({
|
14105
14105
|
__name: "AVTextArea",
|
14106
14106
|
props: {
|
14107
14107
|
id: {
|
@@ -14182,7 +14182,7 @@ const aI = /* @__PURE__ */ D(eI, [["__scopeId", "data-v-2fe9b4c5"]]), iI = { cla
|
|
14182
14182
|
o("textarea", {
|
14183
14183
|
value: c.modelValue,
|
14184
14184
|
onInput: e,
|
14185
|
-
class:
|
14185
|
+
class: B(`AVTextArea ${c.error && "error"} ${!c.icon && "no-icon"} ${c.disabled && "disabled"}`),
|
14186
14186
|
id: c.id,
|
14187
14187
|
disabled: c.disabled,
|
14188
14188
|
placeholder: c.placeholder,
|
@@ -14203,7 +14203,7 @@ const aI = /* @__PURE__ */ D(eI, [["__scopeId", "data-v-2fe9b4c5"]]), iI = { cla
|
|
14203
14203
|
};
|
14204
14204
|
}
|
14205
14205
|
});
|
14206
|
-
const fI = /* @__PURE__ */ D(oI, [["__scopeId", "data-v-235509f9"]]), uI = /* @__PURE__ */
|
14206
|
+
const fI = /* @__PURE__ */ D(oI, [["__scopeId", "data-v-235509f9"]]), uI = /* @__PURE__ */ P({
|
14207
14207
|
__name: "AVLabel",
|
14208
14208
|
props: {
|
14209
14209
|
value: {
|
@@ -14222,11 +14222,11 @@ const fI = /* @__PURE__ */ D(oI, [["__scopeId", "data-v-235509f9"]]), uI = /* @_
|
|
14222
14222
|
AVLabel--${c.type}
|
14223
14223
|
`;
|
14224
14224
|
return (i, t) => (u(), d("span", {
|
14225
|
-
class:
|
14225
|
+
class: B(e)
|
14226
14226
|
}, V(c.value), 1));
|
14227
14227
|
}
|
14228
14228
|
});
|
14229
|
-
const mI = /* @__PURE__ */ D(uI, [["__scopeId", "data-v-ee7ab830"]]), dI = /* @__PURE__ */
|
14229
|
+
const mI = /* @__PURE__ */ D(uI, [["__scopeId", "data-v-ee7ab830"]]), dI = /* @__PURE__ */ P({
|
14230
14230
|
__name: "AVCard",
|
14231
14231
|
props: {
|
14232
14232
|
variant: {
|
@@ -14237,13 +14237,13 @@ const mI = /* @__PURE__ */ D(uI, [["__scopeId", "data-v-ee7ab830"]]), dI = /* @_
|
|
14237
14237
|
},
|
14238
14238
|
setup(c) {
|
14239
14239
|
return (a, e) => (u(), d("div", {
|
14240
|
-
class:
|
14240
|
+
class: B(`AVCard--${c.variant}`)
|
14241
14241
|
}, [
|
14242
14242
|
X(a.$slots, "default", {}, void 0, !0)
|
14243
14243
|
], 2));
|
14244
14244
|
}
|
14245
14245
|
});
|
14246
|
-
const vI = /* @__PURE__ */ D(dI, [["__scopeId", "data-v-fc292113"]]), pI = /* @__PURE__ */
|
14246
|
+
const vI = /* @__PURE__ */ D(dI, [["__scopeId", "data-v-fc292113"]]), pI = /* @__PURE__ */ P({
|
14247
14247
|
__name: "AVRoundButton",
|
14248
14248
|
props: {
|
14249
14249
|
icon: {
|
@@ -14261,7 +14261,7 @@ const vI = /* @__PURE__ */ D(dI, [["__scopeId", "data-v-fc292113"]]), pI = /* @_
|
|
14261
14261
|
const s = H("AVIcon");
|
14262
14262
|
return u(), d("button", {
|
14263
14263
|
type: "button",
|
14264
|
-
class:
|
14264
|
+
class: B("AVRoundButton"),
|
14265
14265
|
"data-test": "round-btn",
|
14266
14266
|
onClick: e
|
14267
14267
|
}, [
|
@@ -14284,7 +14284,7 @@ const hI = /* @__PURE__ */ D(pI, [["__scopeId", "data-v-ff11beb8"]]), VI = { cla
|
|
14284
14284
|
key: 1,
|
14285
14285
|
class: "AVDropdown--error",
|
14286
14286
|
"data-test": "error-msg"
|
14287
|
-
}, xI = /* @__PURE__ */
|
14287
|
+
}, xI = /* @__PURE__ */ P({
|
14288
14288
|
__name: "AVDropdown",
|
14289
14289
|
props: {
|
14290
14290
|
id: {
|
@@ -14334,10 +14334,10 @@ const hI = /* @__PURE__ */ D(pI, [["__scopeId", "data-v-ff11beb8"]]), VI = { cla
|
|
14334
14334
|
active: !1,
|
14335
14335
|
customWidth: null,
|
14336
14336
|
id: null
|
14337
|
-
}), t =
|
14337
|
+
}), t = b(() => e.options.map((l) => typeof l == "string" ? {
|
14338
14338
|
label: l,
|
14339
14339
|
value: l
|
14340
|
-
} : l)), s =
|
14340
|
+
} : l)), s = b(() => t.value.find(
|
14341
14341
|
(l) => l.value === e.modelValue
|
14342
14342
|
));
|
14343
14343
|
v2(() => {
|
@@ -14373,7 +14373,7 @@ const hI = /* @__PURE__ */ D(pI, [["__scopeId", "data-v-ff11beb8"]]), VI = { cla
|
|
14373
14373
|
}, [
|
14374
14374
|
o("button", {
|
14375
14375
|
id: c.id,
|
14376
|
-
class:
|
14376
|
+
class: B(`AVDropdown--button ${c.error && "error"} ${!c.icon && "no-icon"} ${c.disabled && "disabled"}`),
|
14377
14377
|
disabled: c.disabled,
|
14378
14378
|
"aria-haspopup": "true",
|
14379
14379
|
"aria-expanded": i.active,
|
@@ -14402,7 +14402,7 @@ const hI = /* @__PURE__ */ D(pI, [["__scopeId", "data-v-ff11beb8"]]), VI = { cla
|
|
14402
14402
|
])
|
14403
14403
|
], 10, HI),
|
14404
14404
|
z(h, null, {
|
14405
|
-
default:
|
14405
|
+
default: F(() => [
|
14406
14406
|
(u(!0), d(R, null, Q(t.value, (g) => (u(), j(p, {
|
14407
14407
|
key: g,
|
14408
14408
|
optionLabel: g.label,
|
@@ -14418,12 +14418,12 @@ const hI = /* @__PURE__ */ D(pI, [["__scopeId", "data-v-ff11beb8"]]), VI = { cla
|
|
14418
14418
|
};
|
14419
14419
|
}
|
14420
14420
|
});
|
14421
|
-
const yI = /* @__PURE__ */ D(xI, [["__scopeId", "data-v-dc6eea8a"]]), AI = ["aria-labelledby"], SI = /* @__PURE__ */
|
14421
|
+
const yI = /* @__PURE__ */ D(xI, [["__scopeId", "data-v-dc6eea8a"]]), AI = ["aria-labelledby"], SI = /* @__PURE__ */ P({
|
14422
14422
|
__name: "AVDropdownContent",
|
14423
14423
|
setup(c) {
|
14424
|
-
const a = I9("sharedState"), e =
|
14424
|
+
const a = I9("sharedState"), e = b(() => a.active), i = b(() => a.id);
|
14425
14425
|
return (t, s) => (u(), j(N2, { name: "dropdown-content" }, {
|
14426
|
-
default:
|
14426
|
+
default: F(() => [
|
14427
14427
|
e.value ? (u(), d("div", {
|
14428
14428
|
key: 0,
|
14429
14429
|
class: "AVDropdownContent",
|
@@ -14436,7 +14436,7 @@ const yI = /* @__PURE__ */ D(xI, [["__scopeId", "data-v-dc6eea8a"]]), AI = ["ari
|
|
14436
14436
|
}));
|
14437
14437
|
}
|
14438
14438
|
});
|
14439
|
-
const NI = /* @__PURE__ */ D(SI, [["__scopeId", "data-v-e2058f66"]]), wI = /* @__PURE__ */
|
14439
|
+
const NI = /* @__PURE__ */ D(SI, [["__scopeId", "data-v-e2058f66"]]), wI = /* @__PURE__ */ P({
|
14440
14440
|
__name: "AVDropdownItem",
|
14441
14441
|
props: {
|
14442
14442
|
optionLabel: {
|
@@ -14462,7 +14462,7 @@ const kI = /* @__PURE__ */ D(wI, [["__scopeId", "data-v-2ca0bff3"]]), _I = {
|
|
14462
14462
|
}, TI = { class: "AVAlert--title-container" }, DI = {
|
14463
14463
|
key: 0,
|
14464
14464
|
class: "AVAlert--icon-container"
|
14465
|
-
}, II = { class: "AVAlert--title" }, PI = /* @__PURE__ */
|
14465
|
+
}, II = { class: "AVAlert--title" }, PI = /* @__PURE__ */ P({
|
14466
14466
|
__name: "AVAlert",
|
14467
14467
|
props: {
|
14468
14468
|
type: {
|
@@ -14523,7 +14523,7 @@ const kI = /* @__PURE__ */ D(wI, [["__scopeId", "data-v-2ca0bff3"]]), _I = {
|
|
14523
14523
|
return (n, r) => {
|
14524
14524
|
const l = H("AVIcon");
|
14525
14525
|
return u(), d("div", {
|
14526
|
-
class:
|
14526
|
+
class: B(`AVAlert AVAlert--${c.type}`),
|
14527
14527
|
style: M2(c.customWidth && `width: ${c.customWidth}px`),
|
14528
14528
|
"data-test": "alert"
|
14529
14529
|
}, [
|
@@ -14610,7 +14610,7 @@ const BI = /* @__PURE__ */ D(PI, [["__scopeId", "data-v-0cc3f6d1"]]), OI = {
|
|
14610
14610
|
key: 4,
|
14611
14611
|
class: "AVFileInput--error",
|
14612
14612
|
"data-test": "error-msg"
|
14613
|
-
}, dP = /* @__PURE__ */
|
14613
|
+
}, dP = /* @__PURE__ */ P({
|
14614
14614
|
__name: "AVFileInput",
|
14615
14615
|
props: {
|
14616
14616
|
id: {
|
@@ -14671,48 +14671,48 @@ const BI = /* @__PURE__ */ D(PI, [["__scopeId", "data-v-0cc3f6d1"]]), OI = {
|
|
14671
14671
|
},
|
14672
14672
|
emits: ["update", "fileFormatNotAccepted", "download"],
|
14673
14673
|
setup(c, { emit: a }) {
|
14674
|
-
const e = c, i =
|
14674
|
+
const e = c, i = $(!1), t = $(null), s = $([]), n = b(() => OI[e.locale]);
|
14675
14675
|
v2(() => {
|
14676
14676
|
e.value && (s.value = e.value);
|
14677
14677
|
});
|
14678
14678
|
const r = () => {
|
14679
14679
|
s.value = [...t.value.files], a("update", s.value);
|
14680
|
-
}, l = (
|
14681
|
-
|
14680
|
+
}, l = (x) => {
|
14681
|
+
x.preventDefault(), !e.disabled && (i.value = !0);
|
14682
14682
|
}, m = () => {
|
14683
14683
|
i.value = !1;
|
14684
|
-
}, f = (
|
14685
|
-
const
|
14686
|
-
for (let
|
14687
|
-
const
|
14684
|
+
}, f = (x) => {
|
14685
|
+
const C = Array.from(x), _ = new DataTransfer();
|
14686
|
+
for (let w of C) {
|
14687
|
+
const I = w.name.split(".").pop();
|
14688
14688
|
if (h.value.includes(
|
14689
|
-
`.${
|
14689
|
+
`.${I.toLowerCase()}`
|
14690
14690
|
)) {
|
14691
|
-
const
|
14692
|
-
type:
|
14693
|
-
lastModified:
|
14691
|
+
const k = new File([w], w.name, {
|
14692
|
+
type: w.type,
|
14693
|
+
lastModified: w.lastModified
|
14694
14694
|
});
|
14695
|
-
|
14695
|
+
_.items.add(k);
|
14696
14696
|
} else
|
14697
|
-
a("fileFormatNotAccepted",
|
14697
|
+
a("fileFormatNotAccepted", w.name);
|
14698
14698
|
}
|
14699
|
-
return
|
14700
|
-
}, v =
|
14701
|
-
() => v.value.map((
|
14702
|
-
), g = (
|
14703
|
-
|
14704
|
-
}, S = (
|
14705
|
-
s.value.splice(
|
14706
|
-
},
|
14707
|
-
let
|
14699
|
+
return _.files;
|
14700
|
+
}, v = b(() => e.accept.split(",")), p = b(() => e.accept.split(",").join(", ")), h = b(
|
14701
|
+
() => v.value.map((x) => x.toLocaleLowerCase())
|
14702
|
+
), g = (x) => x.split("/").pop(), M = (x) => {
|
14703
|
+
x.preventDefault(), !e.disabled && (t.value.files = f(x.dataTransfer.files), s.value = e.multiple ? [...t.value.files] : [t.value.files[0]], a("update", s.value), i.value = !1);
|
14704
|
+
}, S = (x) => {
|
14705
|
+
s.value.splice(x, 1), a("update", s.value);
|
14706
|
+
}, O = (x) => {
|
14707
|
+
let C = URL.createObjectURL(x);
|
14708
14708
|
return setTimeout(() => {
|
14709
|
-
URL.revokeObjectURL(
|
14710
|
-
}, 1e3),
|
14711
|
-
}, E = (
|
14712
|
-
a("download",
|
14709
|
+
URL.revokeObjectURL(C);
|
14710
|
+
}, 1e3), C;
|
14711
|
+
}, E = (x) => {
|
14712
|
+
a("download", x);
|
14713
14713
|
};
|
14714
|
-
return (
|
14715
|
-
const
|
14714
|
+
return (x, C) => {
|
14715
|
+
const _ = H("AVTooltip"), w = H("AVIcon");
|
14716
14716
|
return u(), d("div", jI, [
|
14717
14717
|
c.disableLabel ? L("", !0) : (u(), d("label", {
|
14718
14718
|
key: 0,
|
@@ -14721,7 +14721,7 @@ const BI = /* @__PURE__ */ D(PI, [["__scopeId", "data-v-0cc3f6d1"]]), OI = {
|
|
14721
14721
|
"data-test": "input-label"
|
14722
14722
|
}, [
|
14723
14723
|
o("span", null, V(c.inputLabel), 1),
|
14724
|
-
c.tooltipText ? (u(), j(
|
14724
|
+
c.tooltipText ? (u(), j(_, {
|
14725
14725
|
key: 0,
|
14726
14726
|
id: `${c.id}-info-tooltip`,
|
14727
14727
|
position: "right",
|
@@ -14729,7 +14729,7 @@ const BI = /* @__PURE__ */ D(PI, [["__scopeId", "data-v-0cc3f6d1"]]), OI = {
|
|
14729
14729
|
}, null, 8, ["id", "content"])) : L("", !0)
|
14730
14730
|
], 8, EI)),
|
14731
14731
|
o("div", {
|
14732
|
-
class:
|
14732
|
+
class: B(`AVFileInput--dropzone-container ${c.error && "error"} ${c.disabled && "disabled"}`),
|
14733
14733
|
onDragover: l,
|
14734
14734
|
onDragleave: m,
|
14735
14735
|
onDrop: M
|
@@ -14747,7 +14747,7 @@ const BI = /* @__PURE__ */ D(PI, [["__scopeId", "data-v-0cc3f6d1"]]), OI = {
|
|
14747
14747
|
disabled: c.disabled
|
14748
14748
|
}, null, 40, qI),
|
14749
14749
|
o("div", FI, [
|
14750
|
-
z(
|
14750
|
+
z(w, {
|
14751
14751
|
icon: "fa-solid fa-cloud-arrow-up",
|
14752
14752
|
class: "AVFileInput--input-icon",
|
14753
14753
|
"data-test": "input-icon"
|
@@ -14775,17 +14775,17 @@ const BI = /* @__PURE__ */ D(PI, [["__scopeId", "data-v-0cc3f6d1"]]), OI = {
|
|
14775
14775
|
])),
|
14776
14776
|
s.value.length ? (u(), d("div", XI, [
|
14777
14777
|
o("p", JI, V(n.value.uploading), 1),
|
14778
|
-
(u(!0), d(R, null, Q(s.value, (
|
14779
|
-
key:
|
14780
|
-
class:
|
14778
|
+
(u(!0), d(R, null, Q(s.value, (I) => (u(), d("div", {
|
14779
|
+
key: I.name,
|
14780
|
+
class: B(`AVFileInput--preview-card ${c.error && "error"}`)
|
14781
14781
|
}, [
|
14782
14782
|
o("div", KI, [
|
14783
14783
|
o("div", cP, [
|
14784
14784
|
c.showPreview ? (u(), d("img", {
|
14785
14785
|
key: 0,
|
14786
14786
|
class: "AVFileInput--preview-img",
|
14787
|
-
src:
|
14788
|
-
}, null, 8, eP)) : (u(), j(
|
14787
|
+
src: O(I)
|
14788
|
+
}, null, 8, eP)) : (u(), j(w, {
|
14789
14789
|
key: 1,
|
14790
14790
|
icon: "fa-solid fa-file",
|
14791
14791
|
class: "AVTextInput--preview-icon",
|
@@ -14793,18 +14793,18 @@ const BI = /* @__PURE__ */ D(PI, [["__scopeId", "data-v-0cc3f6d1"]]), OI = {
|
|
14793
14793
|
}))
|
14794
14794
|
]),
|
14795
14795
|
o("p", aP, [
|
14796
|
-
J(V(
|
14797
|
-
o("em", null, V(Math.round(
|
14796
|
+
J(V(I.name) + " ", 1),
|
14797
|
+
o("em", null, V(Math.round(I.size / 1e3) + "kb"), 1)
|
14798
14798
|
])
|
14799
14799
|
]),
|
14800
14800
|
c.disabled ? L("", !0) : (u(), d("button", {
|
14801
14801
|
key: 0,
|
14802
14802
|
class: "AVTextInput--delete-btn",
|
14803
14803
|
type: "button",
|
14804
|
-
onClick: (
|
14804
|
+
onClick: (A) => S(s.value.indexOf(I)),
|
14805
14805
|
title: "Remove file"
|
14806
14806
|
}, [
|
14807
|
-
z(
|
14807
|
+
z(w, {
|
14808
14808
|
icon: "fa-solid fa-trash",
|
14809
14809
|
class: "AVTextInput--delete-icon",
|
14810
14810
|
"data-test": "file-preview-icon"
|
@@ -14814,32 +14814,32 @@ const BI = /* @__PURE__ */ D(PI, [["__scopeId", "data-v-0cc3f6d1"]]), OI = {
|
|
14814
14814
|
])) : L("", !0),
|
14815
14815
|
c.currentValue ? (u(), d("div", tP, [
|
14816
14816
|
o("p", sP, V(n.value.current), 1),
|
14817
|
-
(u(!0), d(R, null, Q(c.currentValue, (
|
14818
|
-
key: `image-${
|
14817
|
+
(u(!0), d(R, null, Q(c.currentValue, (I) => (u(), d("div", {
|
14818
|
+
key: `image-${I}`
|
14819
14819
|
}, [
|
14820
14820
|
c.showPreview ? (u(), d("img", {
|
14821
14821
|
key: 0,
|
14822
14822
|
class: "AVFileInput--current-img",
|
14823
|
-
src:
|
14823
|
+
src: I,
|
14824
14824
|
alt: n.value.alt_preview
|
14825
14825
|
}, null, 8, nP)) : (u(), d("div", rP, [
|
14826
14826
|
o("div", lP, [
|
14827
14827
|
o("div", oP, [
|
14828
|
-
z(
|
14828
|
+
z(w, {
|
14829
14829
|
icon: "fa-solid fa-file",
|
14830
14830
|
class: "AVTextInput--preview-icon",
|
14831
14831
|
"data-test": "file-preview-icon"
|
14832
14832
|
})
|
14833
14833
|
]),
|
14834
|
-
o("p", fP, V(g(
|
14834
|
+
o("p", fP, V(g(I)), 1)
|
14835
14835
|
]),
|
14836
14836
|
o("button", {
|
14837
14837
|
class: "AVTextInput--delete-btn",
|
14838
14838
|
type: "button",
|
14839
14839
|
title: "Download file",
|
14840
|
-
onClick: (
|
14840
|
+
onClick: (A) => E(I)
|
14841
14841
|
}, [
|
14842
|
-
z(
|
14842
|
+
z(w, {
|
14843
14843
|
icon: "fa-solid fa-download",
|
14844
14844
|
class: "AVTextInput--download-icon",
|
14845
14845
|
"data-test": "file-download-icon"
|
@@ -14853,7 +14853,7 @@ const BI = /* @__PURE__ */ D(PI, [["__scopeId", "data-v-0cc3f6d1"]]), OI = {
|
|
14853
14853
|
};
|
14854
14854
|
}
|
14855
14855
|
});
|
14856
|
-
const vP = /* @__PURE__ */ D(dP, [["__scopeId", "data-v-3122c494"]]), pP = (c) => (D2("data-v-d8e45fa7"), c = c(), I2(), c), hP = ["for"], VP = ["id", "checked", "disabled"], zP = /* @__PURE__ */ pP(() => /* @__PURE__ */ o("span", { class: "AVRadio--mark" }, null, -1)), HP = /* @__PURE__ */
|
14856
|
+
const vP = /* @__PURE__ */ D(dP, [["__scopeId", "data-v-3122c494"]]), pP = (c) => (D2("data-v-d8e45fa7"), c = c(), I2(), c), hP = ["for"], VP = ["id", "checked", "disabled"], zP = /* @__PURE__ */ pP(() => /* @__PURE__ */ o("span", { class: "AVRadio--mark" }, null, -1)), HP = /* @__PURE__ */ P({
|
14857
14857
|
__name: "AVRadio",
|
14858
14858
|
props: {
|
14859
14859
|
id: {
|
@@ -14875,7 +14875,7 @@ const vP = /* @__PURE__ */ D(dP, [["__scopeId", "data-v-3122c494"]]), pP = (c) =
|
|
14875
14875
|
},
|
14876
14876
|
emits: ["update"],
|
14877
14877
|
setup(c, { emit: a }) {
|
14878
|
-
const e = c, i =
|
14878
|
+
const e = c, i = $(!1);
|
14879
14879
|
v2(() => {
|
14880
14880
|
e.checked && (i.value = e.checked);
|
14881
14881
|
});
|
@@ -14891,7 +14891,7 @@ const vP = /* @__PURE__ */ D(dP, [["__scopeId", "data-v-3122c494"]]), pP = (c) =
|
|
14891
14891
|
}
|
14892
14892
|
), (n, r) => (u(), d("label", {
|
14893
14893
|
for: c.id,
|
14894
|
-
class:
|
14894
|
+
class: B(`AVRadio ${c.disabled && "disabled"}`)
|
14895
14895
|
}, [
|
14896
14896
|
o("input", {
|
14897
14897
|
type: "radio",
|
@@ -14905,7 +14905,7 @@ const vP = /* @__PURE__ */ D(dP, [["__scopeId", "data-v-3122c494"]]), pP = (c) =
|
|
14905
14905
|
], 10, hP));
|
14906
14906
|
}
|
14907
14907
|
});
|
14908
|
-
const MP = /* @__PURE__ */ D(HP, [["__scopeId", "data-v-d8e45fa7"]]), gP = ["href", "referrerpolicy", "rel", "target"], CP = /* @__PURE__ */
|
14908
|
+
const MP = /* @__PURE__ */ D(HP, [["__scopeId", "data-v-d8e45fa7"]]), gP = ["href", "referrerpolicy", "rel", "target"], CP = /* @__PURE__ */ P({
|
14909
14909
|
__name: "AVLink",
|
14910
14910
|
props: {
|
14911
14911
|
label: {
|
@@ -14971,7 +14971,7 @@ const MP = /* @__PURE__ */ D(HP, [["__scopeId", "data-v-d8e45fa7"]]), gP = ["hre
|
|
14971
14971
|
referrerpolicy: c.referrerpolicy,
|
14972
14972
|
rel: c.rel,
|
14973
14973
|
target: c.target,
|
14974
|
-
class:
|
14974
|
+
class: B(`AVLink AVLink--${c.variant}`)
|
14975
14975
|
}, [
|
14976
14976
|
o("span", null, V(c.label), 1),
|
14977
14977
|
c.disableIcon ? L("", !0) : (u(), j(i, {
|
@@ -14984,7 +14984,7 @@ const MP = /* @__PURE__ */ D(HP, [["__scopeId", "data-v-d8e45fa7"]]), gP = ["hre
|
|
14984
14984
|
};
|
14985
14985
|
}
|
14986
14986
|
});
|
14987
|
-
const LP = /* @__PURE__ */ D(CP, [["__scopeId", "data-v-999075bc"]]), bP = ["href", "target"], xP = { class: "AVNavbarItem--text" }, yP = ["disabled"], AP = { class: "AVNavbarItem--text" }, SP = /* @__PURE__ */
|
14987
|
+
const LP = /* @__PURE__ */ D(CP, [["__scopeId", "data-v-999075bc"]]), bP = ["href", "target"], xP = { class: "AVNavbarItem--text" }, yP = ["disabled"], AP = { class: "AVNavbarItem--text" }, SP = /* @__PURE__ */ P({
|
14988
14988
|
__name: "AVNavbarItem",
|
14989
14989
|
props: {
|
14990
14990
|
label: {
|
@@ -15027,7 +15027,7 @@ const LP = /* @__PURE__ */ D(CP, [["__scopeId", "data-v-999075bc"]]), bP = ["hre
|
|
15027
15027
|
},
|
15028
15028
|
emits: ["onClick"],
|
15029
15029
|
setup(c, { emit: a }) {
|
15030
|
-
const e = c, i =
|
15030
|
+
const e = c, i = b(() => e.href ? "link" : "button"), t = b(() => e.disabled ? null : e.href), s = () => {
|
15031
15031
|
a("onClick", e.reference);
|
15032
15032
|
};
|
15033
15033
|
return (n, r) => {
|
@@ -15035,7 +15035,7 @@ const LP = /* @__PURE__ */ D(CP, [["__scopeId", "data-v-999075bc"]]), bP = ["hre
|
|
15035
15035
|
return i.value === "link" ? (u(), d("a", {
|
15036
15036
|
key: 0,
|
15037
15037
|
href: t.value,
|
15038
|
-
class:
|
15038
|
+
class: B(`AVNavbarItem ${c.active ? "AVNavbarItem--active" : ""} ${c.disabled && "disabled"}`),
|
15039
15039
|
target: c.target,
|
15040
15040
|
style: M2(`width: ${c.customWidth}px`)
|
15041
15041
|
}, [
|
@@ -15047,7 +15047,7 @@ const LP = /* @__PURE__ */ D(CP, [["__scopeId", "data-v-999075bc"]]), bP = ["hre
|
|
15047
15047
|
o("span", xP, V(c.label), 1)
|
15048
15048
|
], 14, bP)) : (u(), d("button", {
|
15049
15049
|
key: 1,
|
15050
|
-
class:
|
15050
|
+
class: B(`AVNavbarItem ${c.active ? "AVNavbarItem--active" : ""} ${c.disabled && "disabled"}`),
|
15051
15051
|
style: M2(`width: ${c.customWidth}px`),
|
15052
15052
|
disabled: c.disabled,
|
15053
15053
|
onClick: s
|
@@ -15068,7 +15068,7 @@ const NP = /* @__PURE__ */ D(SP, [["__scopeId", "data-v-d205c709"]]), wP = ["hre
|
|
15068
15068
|
}, _P = ["disabled", "aria-label"], TP = {
|
15069
15069
|
class: "AVSidebarItem--text",
|
15070
15070
|
"aria-hidden": "true"
|
15071
|
-
}, DP = /* @__PURE__ */
|
15071
|
+
}, DP = /* @__PURE__ */ P({
|
15072
15072
|
__name: "AVSidebarItem",
|
15073
15073
|
props: {
|
15074
15074
|
label: {
|
@@ -15113,7 +15113,7 @@ const NP = /* @__PURE__ */ D(SP, [["__scopeId", "data-v-d205c709"]]), wP = ["hre
|
|
15113
15113
|
},
|
15114
15114
|
emits: ["onClick"],
|
15115
15115
|
setup(c, { emit: a }) {
|
15116
|
-
const e = c, i =
|
15116
|
+
const e = c, i = $(!1), t = b(() => e.href ? "link" : "button"), s = b(() => e.disabled ? null : e.href), n = b(() => e.type === "step" ? "number" : "icon"), r = b(
|
15117
15117
|
() => e.type === "step" ? e.stepIndex : e.icon
|
15118
15118
|
), l = () => {
|
15119
15119
|
e.disabled || (i.value = !i.value);
|
@@ -15123,7 +15123,7 @@ const NP = /* @__PURE__ */ D(SP, [["__scopeId", "data-v-d205c709"]]), wP = ["hre
|
|
15123
15123
|
return (f, v) => t.value === "link" ? (u(), d("a", {
|
15124
15124
|
key: 0,
|
15125
15125
|
href: s.value,
|
15126
|
-
class:
|
15126
|
+
class: B(`AVSidebarItem ${c.active ? "AVSidebarItem--active" : ""} ${c.disabled && "disabled"}`),
|
15127
15127
|
target: c.target,
|
15128
15128
|
onMouseenter: l,
|
15129
15129
|
onMouseleave: l,
|
@@ -15140,7 +15140,7 @@ const NP = /* @__PURE__ */ D(SP, [["__scopeId", "data-v-d205c709"]]), wP = ["hre
|
|
15140
15140
|
o("span", kP, V(c.label), 1)
|
15141
15141
|
], 42, wP)) : (u(), d("button", {
|
15142
15142
|
key: 1,
|
15143
|
-
class:
|
15143
|
+
class: B(`AVSidebarItem ${c.active ? "AVSidebarItem--active" : ""} ${c.disabled && "disabled"}`),
|
15144
15144
|
disabled: c.disabled,
|
15145
15145
|
onClick: m,
|
15146
15146
|
onMouseenter: l,
|
@@ -15161,7 +15161,7 @@ const NP = /* @__PURE__ */ D(SP, [["__scopeId", "data-v-d205c709"]]), wP = ["hre
|
|
15161
15161
|
const IP = /* @__PURE__ */ D(DP, [["__scopeId", "data-v-835677d9"]]), PP = { class: "AVTooltip--wrapper" }, BP = {
|
15162
15162
|
key: 0,
|
15163
15163
|
class: "AVTooltip--text"
|
15164
|
-
}, OP = ["id"], jP = /* @__PURE__ */
|
15164
|
+
}, OP = ["id"], jP = /* @__PURE__ */ P({
|
15165
15165
|
__name: "AVTooltip",
|
15166
15166
|
props: {
|
15167
15167
|
id: {
|
@@ -15195,7 +15195,7 @@ const IP = /* @__PURE__ */ D(DP, [["__scopeId", "data-v-835677d9"]]), PP = { cla
|
|
15195
15195
|
class: "AVTooltip",
|
15196
15196
|
"data-test": "tooltip"
|
15197
15197
|
}, {
|
15198
|
-
default:
|
15198
|
+
default: F(() => [
|
15199
15199
|
o("div", PP, [
|
15200
15200
|
c.text ? (u(), d("span", BP, V(c.text), 1)) : L("", !0),
|
15201
15201
|
c.icon ? (u(), j(i, {
|
@@ -15206,7 +15206,7 @@ const IP = /* @__PURE__ */ D(DP, [["__scopeId", "data-v-835677d9"]]), PP = { cla
|
|
15206
15206
|
}, null, 8, ["icon"])) : L("", !0)
|
15207
15207
|
])
|
15208
15208
|
]),
|
15209
|
-
content:
|
15209
|
+
content: F(() => [
|
15210
15210
|
o("span", { id: c.id }, V(c.content), 9, OP)
|
15211
15211
|
]),
|
15212
15212
|
_: 1
|
@@ -15214,7 +15214,7 @@ const IP = /* @__PURE__ */ D(DP, [["__scopeId", "data-v-835677d9"]]), PP = { cla
|
|
15214
15214
|
};
|
15215
15215
|
}
|
15216
15216
|
});
|
15217
|
-
const EP = /* @__PURE__ */ D(jP, [["__scopeId", "data-v-f09132ab"]]), qP = { class: "AVMenuDropdown" }, FP = ["id", "aria-expanded", "aria-label"], $P = /* @__PURE__ */
|
15217
|
+
const EP = /* @__PURE__ */ D(jP, [["__scopeId", "data-v-f09132ab"]]), qP = { class: "AVMenuDropdown" }, FP = ["id", "aria-expanded", "aria-label"], $P = /* @__PURE__ */ P({
|
15218
15218
|
__name: "AVMenuDropdown",
|
15219
15219
|
props: {
|
15220
15220
|
icon: {
|
@@ -15271,7 +15271,7 @@ const EP = /* @__PURE__ */ D(jP, [["__scopeId", "data-v-f09132ab"]]), qP = { cla
|
|
15271
15271
|
}, null, 8, ["icon"]))
|
15272
15272
|
], 8, FP),
|
15273
15273
|
z(l, null, {
|
15274
|
-
default:
|
15274
|
+
default: F(() => [
|
15275
15275
|
(u(!0), d(R, null, Q(c.options, (m, f) => (u(), j(r, {
|
15276
15276
|
key: f,
|
15277
15277
|
optionLabel: m.label,
|
@@ -15287,12 +15287,12 @@ const EP = /* @__PURE__ */ D(jP, [["__scopeId", "data-v-f09132ab"]]), qP = { cla
|
|
15287
15287
|
};
|
15288
15288
|
}
|
15289
15289
|
});
|
15290
|
-
const RP = /* @__PURE__ */ D($P, [["__scopeId", "data-v-9cd08151"]]), UP = ["aria-labelledby"], WP = /* @__PURE__ */
|
15290
|
+
const RP = /* @__PURE__ */ D($P, [["__scopeId", "data-v-9cd08151"]]), UP = ["aria-labelledby"], WP = /* @__PURE__ */ P({
|
15291
15291
|
__name: "AVMenuDropdownContent",
|
15292
15292
|
setup(c) {
|
15293
|
-
const a = I9("sharedState"), e =
|
15293
|
+
const a = I9("sharedState"), e = b(() => a.active), i = b(() => a.id);
|
15294
15294
|
return (t, s) => (u(), j(N2, { name: "dropdown-content" }, {
|
15295
|
-
default:
|
15295
|
+
default: F(() => [
|
15296
15296
|
e.value ? (u(), d("div", {
|
15297
15297
|
key: 0,
|
15298
15298
|
class: "AVMenuDropdownContent",
|
@@ -15305,7 +15305,7 @@ const RP = /* @__PURE__ */ D($P, [["__scopeId", "data-v-9cd08151"]]), UP = ["ari
|
|
15305
15305
|
}));
|
15306
15306
|
}
|
15307
15307
|
});
|
15308
|
-
const GP = /* @__PURE__ */ D(WP, [["__scopeId", "data-v-e8fb623b"]]), YP = ["href"], QP = /* @__PURE__ */
|
15308
|
+
const GP = /* @__PURE__ */ D(WP, [["__scopeId", "data-v-e8fb623b"]]), YP = ["href"], QP = /* @__PURE__ */ P({
|
15309
15309
|
__name: "AVMenuDropdownItem",
|
15310
15310
|
props: {
|
15311
15311
|
optionLabel: {
|
@@ -15329,7 +15329,7 @@ const GP = /* @__PURE__ */ D(WP, [["__scopeId", "data-v-e8fb623b"]]), YP = ["hre
|
|
15329
15329
|
return (a, e) => {
|
15330
15330
|
const i = H("AVIcon");
|
15331
15331
|
return u(), d("a", {
|
15332
|
-
class:
|
15332
|
+
class: B(`AVMenuDropdownItem ${c.destructive && "AVMenuDropdownItem--destructive"}`),
|
15333
15333
|
href: c.href
|
15334
15334
|
}, [
|
15335
15335
|
c.icon ? (u(), j(i, {
|
@@ -15343,7 +15343,7 @@ const GP = /* @__PURE__ */ D(WP, [["__scopeId", "data-v-e8fb623b"]]), YP = ["hre
|
|
15343
15343
|
};
|
15344
15344
|
}
|
15345
15345
|
});
|
15346
|
-
const ZP = /* @__PURE__ */ D(QP, [["__scopeId", "data-v-f770cea1"]]), XP = ["disabled"], JP = /* @__PURE__ */
|
15346
|
+
const ZP = /* @__PURE__ */ D(QP, [["__scopeId", "data-v-f770cea1"]]), XP = ["disabled"], JP = /* @__PURE__ */ P({
|
15347
15347
|
__name: "AVAsyncButton",
|
15348
15348
|
props: {
|
15349
15349
|
label: {
|
@@ -15383,9 +15383,9 @@ const ZP = /* @__PURE__ */ D(QP, [["__scopeId", "data-v-f770cea1"]]), XP = ["dis
|
|
15383
15383
|
},
|
15384
15384
|
emits: ["update:waiting"],
|
15385
15385
|
setup(c, { emit: a }) {
|
15386
|
-
const e = c, i =
|
15386
|
+
const e = c, i = $(!1);
|
15387
15387
|
e2(i, (r) => a("update:waiting", r));
|
15388
|
-
const t =
|
15388
|
+
const t = b(() => {
|
15389
15389
|
if (!i.value)
|
15390
15390
|
switch (e.variant) {
|
15391
15391
|
case "default":
|
@@ -15397,7 +15397,7 @@ const ZP = /* @__PURE__ */ D(QP, [["__scopeId", "data-v-f770cea1"]]), XP = ["dis
|
|
15397
15397
|
default:
|
15398
15398
|
return e.defaultIcon;
|
15399
15399
|
}
|
15400
|
-
}), s =
|
15400
|
+
}), s = b(() => e.disabled || i.value);
|
15401
15401
|
async function n(r) {
|
15402
15402
|
i.value = !0;
|
15403
15403
|
try {
|
@@ -15411,7 +15411,7 @@ const ZP = /* @__PURE__ */ D(QP, [["__scopeId", "data-v-f770cea1"]]), XP = ["dis
|
|
15411
15411
|
return u(), d("button", {
|
15412
15412
|
disabled: s.value,
|
15413
15413
|
onClick: n,
|
15414
|
-
class:
|
15414
|
+
class: B(["AVAsyncButton", {
|
15415
15415
|
[`AVAsyncButton--${c.variant}`]: c.variant,
|
15416
15416
|
[`AVAsyncButton--${c.size}`]: c.size,
|
15417
15417
|
"AVAsyncButton--waiting": i.value,
|
@@ -15441,7 +15441,7 @@ const ZP = /* @__PURE__ */ D(QP, [["__scopeId", "data-v-f770cea1"]]), XP = ["dis
|
|
15441
15441
|
};
|
15442
15442
|
}
|
15443
15443
|
});
|
15444
|
-
const KP = /* @__PURE__ */ D(JP, [["__scopeId", "data-v-11042fa9"]]), cB = { class: "AVTabSwitcher" }, eB = ["disabled", "onClick"], aB = /* @__PURE__ */
|
15444
|
+
const KP = /* @__PURE__ */ D(JP, [["__scopeId", "data-v-11042fa9"]]), cB = { class: "AVTabSwitcher" }, eB = ["disabled", "onClick"], aB = /* @__PURE__ */ P({
|
15445
15445
|
__name: "AVTabSwitcher",
|
15446
15446
|
props: {
|
15447
15447
|
options: {
|
@@ -15461,7 +15461,7 @@ const KP = /* @__PURE__ */ D(JP, [["__scopeId", "data-v-11042fa9"]]), cB = { cla
|
|
15461
15461
|
},
|
15462
15462
|
emits: ["update"],
|
15463
15463
|
setup(c, { emit: a }) {
|
15464
|
-
const e = c, i =
|
15464
|
+
const e = c, i = $([]), t = $(""), s = b(() => e.options.length === 2 ? "AVTabSwitcher--double" : "AVTabSwitcher--triple");
|
15465
15465
|
v2(() => n());
|
15466
15466
|
const n = () => {
|
15467
15467
|
i.value = [], e.options.map(
|
@@ -15499,14 +15499,14 @@ const KP = /* @__PURE__ */ D(JP, [["__scopeId", "data-v-11042fa9"]]), cB = { cla
|
|
15499
15499
|
), (v, p) => (u(), d("div", cB, [
|
15500
15500
|
(u(!0), d(R, null, Q(i.value, (h) => (u(), d("button", {
|
15501
15501
|
key: h.value,
|
15502
|
-
class:
|
15502
|
+
class: B(`AVTabSwitcher--button ${s.value} ${h.selected && "AVTabSwitcher--button-active"} ${h.disabled && "disabled"}`),
|
15503
15503
|
disabled: h.disabled,
|
15504
15504
|
onClick: (g) => m(h.value)
|
15505
15505
|
}, V(h.value), 11, eB))), 128))
|
15506
15506
|
]));
|
15507
15507
|
}
|
15508
15508
|
});
|
15509
|
-
const iB = /* @__PURE__ */ D(aB, [["__scopeId", "data-v-413f60c7"]]), tB = { class: "AVBallotSummary" }, sB = { class: "AVBallotSummary--name-column" }, nB = { class: "AVBallotSummary--status-column" }, rB = /* @__PURE__ */
|
15509
|
+
const iB = /* @__PURE__ */ D(aB, [["__scopeId", "data-v-413f60c7"]]), tB = { class: "AVBallotSummary" }, sB = { class: "AVBallotSummary--name-column" }, nB = { class: "AVBallotSummary--status-column" }, rB = /* @__PURE__ */ P({
|
15510
15510
|
__name: "AVBallotSummary",
|
15511
15511
|
props: {
|
15512
15512
|
ballotStyleName: {
|
@@ -15531,18 +15531,18 @@ const iB = /* @__PURE__ */ D(aB, [["__scopeId", "data-v-413f60c7"]]), tB = { cla
|
|
15531
15531
|
}
|
15532
15532
|
},
|
15533
15533
|
setup(c) {
|
15534
|
-
const a = c, e =
|
15534
|
+
const a = c, e = b(() => a.currentBallots >= a.minimumBallots), i = b(() => a.minimumBallots - a.currentBallots);
|
15535
15535
|
return (t, s) => {
|
15536
15536
|
const n = H("AVIcon"), r = H("AVSpinner");
|
15537
15537
|
return u(), d("div", tB, [
|
15538
15538
|
o("div", sB, [
|
15539
15539
|
z(n, {
|
15540
15540
|
icon: `fa-solid fa-${e.value ? "file-circle-check" : "file-circle-minus"}`,
|
15541
|
-
class:
|
15541
|
+
class: B(`AVBallotSummary--icon ${e.value && "AVBallotSummary--icon-ready"}`),
|
15542
15542
|
"data-test": "ballot-icon"
|
15543
15543
|
}, null, 8, ["icon", "class"]),
|
15544
15544
|
o("span", {
|
15545
|
-
class:
|
15545
|
+
class: B(`AVBallotSummary--ballot-name ${e.value && "AVBallotSummary--name-ready"}`)
|
15546
15546
|
}, V(c.ballotStyleName), 3)
|
15547
15547
|
]),
|
15548
15548
|
o("div", nB, [
|
@@ -15557,7 +15557,7 @@ const iB = /* @__PURE__ */ D(aB, [["__scopeId", "data-v-413f60c7"]]), tB = { cla
|
|
15557
15557
|
"data-test": "ballot-spinner"
|
15558
15558
|
})),
|
15559
15559
|
o("span", {
|
15560
|
-
class:
|
15560
|
+
class: B(`AVBallotSummary--ballot-status ${e.value && "AVBallotSummary--status-ready"}`)
|
15561
15561
|
}, V(e.value ? `${c.currentBallots} ${c.readyLabel}` : `${i.value} ${c.waitingLabel}`), 3)
|
15562
15562
|
])
|
15563
15563
|
]);
|
@@ -15570,7 +15570,7 @@ const lB = /* @__PURE__ */ D(rB, [["__scopeId", "data-v-607d90fc"]]), oB = {
|
|
15570
15570
|
}, fB = {
|
15571
15571
|
class: "AVTimedCard--progress",
|
15572
15572
|
"data-test": "progress-container"
|
15573
|
-
}, uB = /* @__PURE__ */
|
15573
|
+
}, uB = /* @__PURE__ */ P({
|
15574
15574
|
__name: "AVTimedCard",
|
15575
15575
|
props: {
|
15576
15576
|
timeout: {
|
@@ -15596,13 +15596,13 @@ const lB = /* @__PURE__ */ D(rB, [["__scopeId", "data-v-607d90fc"]]), oB = {
|
|
15596
15596
|
v2(() => {
|
15597
15597
|
t();
|
15598
15598
|
});
|
15599
|
-
const i =
|
15599
|
+
const i = $(0), t = () => {
|
15600
15600
|
const f = setInterval(() => {
|
15601
15601
|
i.value = i.value + 1, i.value >= e.timeout && (clearInterval(f), a("expired", !0, e.timeout));
|
15602
15602
|
}, 1e3);
|
15603
|
-
}, s =
|
15603
|
+
}, s = b(() => 100 - i.value / e.timeout * 100), n = b(
|
15604
15604
|
() => Math.floor((e.timeout - i.value) / 60)
|
15605
|
-
), r =
|
15605
|
+
), r = b(() => (e.timeout - i.value) % 60), l = b(() => n.value % 60), m = b(() => r.value < 10 ? `${l.value}:0${r.value}` : `${l.value}:${r.value}`);
|
15606
15606
|
return (f, v) => (u(), d(R, null, [
|
15607
15607
|
o("div", {
|
15608
15608
|
class: "AVTimedCard",
|
@@ -15613,14 +15613,14 @@ const lB = /* @__PURE__ */ D(rB, [["__scopeId", "data-v-607d90fc"]]), oB = {
|
|
15613
15613
|
]),
|
15614
15614
|
o("div", fB, [
|
15615
15615
|
o("div", {
|
15616
|
-
class:
|
15616
|
+
class: B(`AVTimedCard--progress-bar ${c.timeout - i.value <= c.customWarningTime && "AVTimedCard--progress-bar-warning"}`),
|
15617
15617
|
style: M2(`width: ${s.value}%`),
|
15618
15618
|
"data-test": "progress-bar"
|
15619
15619
|
}, null, 6)
|
15620
15620
|
])
|
15621
15621
|
], 4),
|
15622
15622
|
o("span", {
|
15623
|
-
class:
|
15623
|
+
class: B(`AVTimedCard--help-text ${c.timeout - i.value <= c.customWarningTime && "AVTimedCard--help-text-warning"}`),
|
15624
15624
|
"data-test": "help-text"
|
15625
15625
|
}, [
|
15626
15626
|
J(V(c.expirationMessage), 1),
|
@@ -15636,7 +15636,7 @@ const mB = /* @__PURE__ */ D(uB, [["__scopeId", "data-v-583fff65"]]), dB = (c) =
|
|
15636
15636
|
key: 0,
|
15637
15637
|
class: "AVBasicSteps--line",
|
15638
15638
|
"data-test": "separator"
|
15639
|
-
}, VB = /* @__PURE__ */
|
15639
|
+
}, VB = /* @__PURE__ */ P({
|
15640
15640
|
__name: "AVBasicSteps",
|
15641
15641
|
props: {
|
15642
15642
|
steps: {
|
@@ -15653,18 +15653,18 @@ const mB = /* @__PURE__ */ D(uB, [["__scopeId", "data-v-583fff65"]]), dB = (c) =
|
|
15653
15653
|
const a = c, e = (i) => i === a.active;
|
15654
15654
|
return (i, t) => (u(), d("div", vB, [
|
15655
15655
|
o("span", {
|
15656
|
-
class:
|
15656
|
+
class: B(`AVBasicSteps--step ${e(c.steps[0]) && "AVBasicSteps--step-active"}`),
|
15657
15657
|
"data-test": "step"
|
15658
15658
|
}, V(c.steps[0]), 3),
|
15659
15659
|
pB,
|
15660
15660
|
o("span", {
|
15661
|
-
class:
|
15661
|
+
class: B(`AVBasicSteps--step ${e(c.steps[1]) && "AVBasicSteps--step-active"}`),
|
15662
15662
|
"data-test": "step"
|
15663
15663
|
}, V(c.steps[1]), 3),
|
15664
15664
|
c.steps.length === 3 ? (u(), d("span", hB)) : L("", !0),
|
15665
15665
|
c.steps.length === 3 ? (u(), d("span", {
|
15666
15666
|
key: 1,
|
15667
|
-
class:
|
15667
|
+
class: B(`AVBasicSteps--step ${e(c.steps[2]) && "AVBasicSteps--step-active"}`),
|
15668
15668
|
"data-test": "step"
|
15669
15669
|
}, V(c.steps[2]), 3)) : L("", !0)
|
15670
15670
|
]));
|
@@ -15673,7 +15673,7 @@ const mB = /* @__PURE__ */ D(uB, [["__scopeId", "data-v-583fff65"]]), dB = (c) =
|
|
15673
15673
|
const zB = /* @__PURE__ */ D(VB, [["__scopeId", "data-v-9a6218e9"]]), HB = { class: "AVSteps" }, MB = {
|
15674
15674
|
key: 0,
|
15675
15675
|
class: "AVSteps--step--icon-container AVSteps--step-circle"
|
15676
|
-
}, gB = /* @__PURE__ */
|
15676
|
+
}, gB = /* @__PURE__ */ P({
|
15677
15677
|
__name: "AVSteps",
|
15678
15678
|
props: {
|
15679
15679
|
steps: {
|
@@ -15694,7 +15694,7 @@ const zB = /* @__PURE__ */ D(VB, [["__scopeId", "data-v-9a6218e9"]]), HB = { cla
|
|
15694
15694
|
ok((n) => ({
|
15695
15695
|
"0d707a14": s.value
|
15696
15696
|
}));
|
15697
|
-
const e =
|
15697
|
+
const e = $([]), i = () => {
|
15698
15698
|
e.value = [], a.steps.map((n) => {
|
15699
15699
|
e.value.push({
|
15700
15700
|
value: n,
|
@@ -15715,13 +15715,13 @@ const zB = /* @__PURE__ */ D(VB, [["__scopeId", "data-v-9a6218e9"]]), HB = { cla
|
|
15715
15715
|
() => a.done,
|
15716
15716
|
() => i()
|
15717
15717
|
);
|
15718
|
-
const s =
|
15718
|
+
const s = b(() => `${100 / a.steps.length}%`);
|
15719
15719
|
return (n, r) => {
|
15720
15720
|
const l = H("AVIcon");
|
15721
15721
|
return u(), d("div", HB, [
|
15722
15722
|
(u(!0), d(R, null, Q(e.value, (m, f) => (u(), d("div", {
|
15723
15723
|
key: f,
|
15724
|
-
class:
|
15724
|
+
class: B(`${e.value.length !== f + 1 ? "AVSteps--step" : "AVSteps--step-last"} ${m.active && "AVSteps--step-active"}`),
|
15725
15725
|
"data-test": "step"
|
15726
15726
|
}, [
|
15727
15727
|
m.done ? (u(), d("div", MB, [
|
@@ -15731,10 +15731,10 @@ const zB = /* @__PURE__ */ D(VB, [["__scopeId", "data-v-9a6218e9"]]), HB = { cla
|
|
15731
15731
|
})
|
15732
15732
|
])) : (u(), d("div", {
|
15733
15733
|
key: 1,
|
15734
|
-
class:
|
15734
|
+
class: B(`AVSteps--step--number-container ${e.value.length !== f + 1 && "AVSteps--step-circle"} ${m.active && "AVSteps--step--number-container-active"}`)
|
15735
15735
|
}, V(f + 1), 3)),
|
15736
15736
|
o("span", {
|
15737
|
-
class:
|
15737
|
+
class: B(`AVSteps--step-label ${m.active && "AVSteps--step-label-active"}`)
|
15738
15738
|
}, V(m.value), 3)
|
15739
15739
|
], 2))), 128))
|
15740
15740
|
]);
|
@@ -15775,7 +15775,7 @@ const CB = /* @__PURE__ */ D(gB, [["__scopeId", "data-v-a4539298"]]), LB = {
|
|
15775
15775
|
}, null, -1)), NB = [
|
15776
15776
|
AB,
|
15777
15777
|
SB
|
15778
|
-
], wB = /* @__PURE__ */
|
15778
|
+
], wB = /* @__PURE__ */ P({
|
15779
15779
|
__name: "AVOptionSelect",
|
15780
15780
|
props: {
|
15781
15781
|
checked: {
|
@@ -15792,7 +15792,7 @@ const CB = /* @__PURE__ */ D(gB, [["__scopeId", "data-v-a4539298"]]), LB = {
|
|
15792
15792
|
}
|
15793
15793
|
},
|
15794
15794
|
setup(c) {
|
15795
|
-
const a = c, e =
|
15795
|
+
const a = c, e = b(() => LB[a.locale]), i = b(() => a.rank ? document.getElementsByTagName("html")[0].dir === "rtl" ? `${a.rank} ${e.value.aria_label}` : `${e.value.aria_label} ${a.rank}` : "");
|
15796
15796
|
return (t, s) => w2((u(), d("div", {
|
15797
15797
|
class: "AVOptionSelect",
|
15798
15798
|
"aria-label": i.value
|
@@ -15818,7 +15818,7 @@ const kB = /* @__PURE__ */ D(wB, [["__scopeId", "data-v-9953e4ee"]]), _B = {
|
|
15818
15818
|
}, TB = { class: "AVOptionCheckbox--container" }, DB = {
|
15819
15819
|
key: 0,
|
15820
15820
|
class: "AVOptionCheckbox--exclusive-container"
|
15821
|
-
}, IB = { class: "AVOptionCheckbox--exclusive" }, PB = ["aria-checked", "tabindex", "aria-disabled", "disabled", "onClick", "onKeydown"], BB = /* @__PURE__ */
|
15821
|
+
}, IB = { class: "AVOptionCheckbox--exclusive" }, PB = ["aria-checked", "tabindex", "aria-disabled", "disabled", "onClick", "onKeydown"], BB = /* @__PURE__ */ P({
|
15822
15822
|
__name: "AVOptionCheckbox",
|
15823
15823
|
props: {
|
15824
15824
|
checked: {
|
@@ -15852,7 +15852,7 @@ const kB = /* @__PURE__ */ D(wB, [["__scopeId", "data-v-9953e4ee"]]), _B = {
|
|
15852
15852
|
},
|
15853
15853
|
emits: ["toggled"],
|
15854
15854
|
setup(c, { emit: a }) {
|
15855
|
-
const e = c, i = () => a("toggled"), t =
|
15855
|
+
const e = c, i = () => a("toggled"), t = b(() => _B[e.locale]), s = b(() => e.optionReference ? {
|
15856
15856
|
id: `option_${e.optionReference}_checkbox_${e.checkBoxIndex}`,
|
15857
15857
|
role: "checkbox",
|
15858
15858
|
"aria-labelledby": `option_${e.optionReference}_title option_${e.optionReference}_tick option_${e.optionReference}_subtitle`,
|
@@ -15892,7 +15892,7 @@ const kB = /* @__PURE__ */ D(wB, [["__scopeId", "data-v-9953e4ee"]]), _B = {
|
|
15892
15892
|
};
|
15893
15893
|
}
|
15894
15894
|
});
|
15895
|
-
const OB = /* @__PURE__ */ D(BB, [["__scopeId", "data-v-e8dac5a8"]]), jB = /* @__PURE__ */
|
15895
|
+
const OB = /* @__PURE__ */ D(BB, [["__scopeId", "data-v-e8dac5a8"]]), jB = /* @__PURE__ */ P({
|
15896
15896
|
__name: "AVTransitionSlide",
|
15897
15897
|
props: {
|
15898
15898
|
skipTransition: {
|
@@ -15925,13 +15925,13 @@ const OB = /* @__PURE__ */ D(BB, [["__scopeId", "data-v-e8dac5a8"]]), jB = /* @_
|
|
15925
15925
|
onLeave: t,
|
15926
15926
|
onAfterEnter: i
|
15927
15927
|
}, {
|
15928
|
-
default:
|
15928
|
+
default: F(() => [
|
15929
15929
|
X(s.$slots, "default")
|
15930
15930
|
]),
|
15931
15931
|
_: 3
|
15932
15932
|
}));
|
15933
15933
|
}
|
15934
|
-
}), EB = ["aria-controls", "aria-expanded"], qB = ["id", "aria-hidden"], FB = /* @__PURE__ */
|
15934
|
+
}), EB = ["aria-controls", "aria-expanded"], qB = ["id", "aria-hidden"], FB = /* @__PURE__ */ P({
|
15935
15935
|
__name: "AVCollapser",
|
15936
15936
|
props: {
|
15937
15937
|
collapsable: {
|
@@ -15949,7 +15949,7 @@ const OB = /* @__PURE__ */ D(BB, [["__scopeId", "data-v-e8dac5a8"]]), jB = /* @_
|
|
15949
15949
|
},
|
15950
15950
|
emits: ["accordionOpen"],
|
15951
15951
|
setup(c, { emit: a }) {
|
15952
|
-
const e = c, i =
|
15952
|
+
const e = c, i = $(!1), t = $(!0), s = b(() => ({
|
15953
15953
|
collapsable: e.collapsable,
|
15954
15954
|
startCollapsed: e.startCollapsed
|
15955
15955
|
}));
|
@@ -15983,7 +15983,7 @@ const OB = /* @__PURE__ */ D(BB, [["__scopeId", "data-v-e8dac5a8"]]), jB = /* @_
|
|
15983
15983
|
z(m, {
|
15984
15984
|
"skip-transition": !t.value
|
15985
15985
|
}, {
|
15986
|
-
default:
|
15986
|
+
default: F(() => [
|
15987
15987
|
w2(o("div", {
|
15988
15988
|
id: c.paneId,
|
15989
15989
|
"aria-hidden": !i.value
|
@@ -16015,7 +16015,7 @@ const $B = /* @__PURE__ */ D(FB, [["__scopeId", "data-v-b99bef60"]]), RB = { cla
|
|
16015
16015
|
key: 1,
|
16016
16016
|
class: "AVRadioGroup--error",
|
16017
16017
|
"data-test": "error-msg"
|
16018
|
-
}, GB = /* @__PURE__ */
|
16018
|
+
}, GB = /* @__PURE__ */ P({
|
16019
16019
|
__name: "AVRadioGroup",
|
16020
16020
|
props: {
|
16021
16021
|
id: {
|
@@ -16058,7 +16058,7 @@ const $B = /* @__PURE__ */ D(FB, [["__scopeId", "data-v-b99bef60"]]), RB = { cla
|
|
16058
16058
|
},
|
16059
16059
|
emits: ["update"],
|
16060
16060
|
setup(c, { emit: a }) {
|
16061
|
-
const e = c, i =
|
16061
|
+
const e = c, i = $(""), t = $([]), s = (m) => {
|
16062
16062
|
t.value.map((f) => {
|
16063
16063
|
f.value === m ? (f.checked = !0, i.value = f.value) : f.checked = !1;
|
16064
16064
|
});
|
@@ -16102,7 +16102,7 @@ const $B = /* @__PURE__ */ D(FB, [["__scopeId", "data-v-b99bef60"]]), RB = { cla
|
|
16102
16102
|
"data-test": "input-label"
|
16103
16103
|
}, V(c.inputLabel), 9, UB)),
|
16104
16104
|
o("div", {
|
16105
|
-
class:
|
16105
|
+
class: B(`AVRadioGroup--${c.orientation}`),
|
16106
16106
|
"data-test": "input-group"
|
16107
16107
|
}, [
|
16108
16108
|
(u(!0), d(R, null, Q(t.value, (p, h) => (u(), j(v, {
|
@@ -16120,7 +16120,7 @@ const $B = /* @__PURE__ */ D(FB, [["__scopeId", "data-v-b99bef60"]]), RB = { cla
|
|
16120
16120
|
};
|
16121
16121
|
}
|
16122
16122
|
});
|
16123
|
-
const YB = /* @__PURE__ */ D(GB, [["__scopeId", "data-v-74ff59b8"]]), QB = /* @__PURE__ */
|
16123
|
+
const YB = /* @__PURE__ */ D(GB, [["__scopeId", "data-v-74ff59b8"]]), QB = /* @__PURE__ */ P({
|
16124
16124
|
__name: "AVNavigationItemList",
|
16125
16125
|
props: {
|
16126
16126
|
type: {
|
@@ -16131,13 +16131,13 @@ const YB = /* @__PURE__ */ D(GB, [["__scopeId", "data-v-74ff59b8"]]), QB = /* @_
|
|
16131
16131
|
},
|
16132
16132
|
setup(c) {
|
16133
16133
|
return (a, e) => (u(), d("div", {
|
16134
|
-
class:
|
16134
|
+
class: B(`AVNavigationItemList AVNavigationItemList--${c.type}`)
|
16135
16135
|
}, [
|
16136
16136
|
X(a.$slots, "default", {}, void 0, !0)
|
16137
16137
|
], 2));
|
16138
16138
|
}
|
16139
16139
|
});
|
16140
|
-
const ZB = /* @__PURE__ */ D(QB, [["__scopeId", "data-v-9fd5c53d"]]), XB = { class: "AVBreadcrumb" }, JB = ["href"], KB = ["href"], cO = /* @__PURE__ */
|
16140
|
+
const ZB = /* @__PURE__ */ D(QB, [["__scopeId", "data-v-9fd5c53d"]]), XB = { class: "AVBreadcrumb" }, JB = ["href"], KB = ["href"], cO = /* @__PURE__ */ P({
|
16141
16141
|
__name: "AVBreadcrumb",
|
16142
16142
|
props: {
|
16143
16143
|
items: {
|
@@ -16171,7 +16171,7 @@ const ZB = /* @__PURE__ */ D(QB, [["__scopeId", "data-v-9fd5c53d"]]), XB = { cla
|
|
16171
16171
|
}, [
|
16172
16172
|
o("a", {
|
16173
16173
|
href: t.active ? null : t.href,
|
16174
|
-
class:
|
16174
|
+
class: B(`AVBreadcrumb--link ${t.active && "AVBreadcrumb--link-active"} `)
|
16175
16175
|
}, V(t.text), 11, KB),
|
16176
16176
|
z(i, {
|
16177
16177
|
icon: "fa-solid fa-angle-right",
|
@@ -16197,7 +16197,7 @@ const eO = /* @__PURE__ */ D(cO, [["__scopeId", "data-v-71e09fe3"]]), aO = ["hre
|
|
16197
16197
|
}, mO = { class: "AVElectionCard--item-icon" }, dO = { class: "AVElectionCard--item-text" }, vO = {
|
16198
16198
|
class: "AVElectionCard--item",
|
16199
16199
|
"data-test": "item"
|
16200
|
-
}, pO = { class: "AVElectionCard--item-icon" }, hO = { class: "AVElectionCard--item-text" }, VO = { class: "AVElectionCard--button" }, zO = /* @__PURE__ */
|
16200
|
+
}, pO = { class: "AVElectionCard--item-icon" }, hO = { class: "AVElectionCard--item-text" }, VO = { class: "AVElectionCard--button" }, zO = /* @__PURE__ */ P({
|
16201
16201
|
__name: "AVElectionCard",
|
16202
16202
|
props: {
|
16203
16203
|
id: {
|
@@ -16247,7 +16247,7 @@ const eO = /* @__PURE__ */ D(cO, [["__scopeId", "data-v-71e09fe3"]]), aO = ["hre
|
|
16247
16247
|
open: "success",
|
16248
16248
|
closed: "danger",
|
16249
16249
|
archived: "default"
|
16250
|
-
}, i =
|
16250
|
+
}, i = b(() => e[a.status]);
|
16251
16251
|
return (t, s) => {
|
16252
16252
|
const n = H("AVLabel"), r = H("AVIcon"), l = H("AVCard");
|
16253
16253
|
return u(), d("a", {
|
@@ -16259,7 +16259,7 @@ const eO = /* @__PURE__ */ D(cO, [["__scopeId", "data-v-71e09fe3"]]), aO = ["hre
|
|
16259
16259
|
variant: "rounded",
|
16260
16260
|
role: "button"
|
16261
16261
|
}, {
|
16262
|
-
default:
|
16262
|
+
default: F(() => [
|
16263
16263
|
o("div", iO, [
|
16264
16264
|
o("span", tO, V(c.id), 1),
|
16265
16265
|
o("div", sO, [
|
@@ -16322,7 +16322,7 @@ const HO = /* @__PURE__ */ D(zO, [["__scopeId", "data-v-dd72671e"]]), MO = ["hre
|
|
16322
16322
|
}, xO = {
|
16323
16323
|
class: "AVBallotStyleCard--text",
|
16324
16324
|
"data-test": "text"
|
16325
|
-
}, yO = { class: "AVBallotStyleCard--CTA-icon" }, AO = /* @__PURE__ */
|
16325
|
+
}, yO = { class: "AVBallotStyleCard--CTA-icon" }, AO = /* @__PURE__ */ P({
|
16326
16326
|
__name: "AVBallotStyleCard",
|
16327
16327
|
props: {
|
16328
16328
|
href: {
|
@@ -16356,7 +16356,7 @@ const HO = /* @__PURE__ */ D(zO, [["__scopeId", "data-v-dd72671e"]]), MO = ["hre
|
|
16356
16356
|
"data-test": "link"
|
16357
16357
|
}, [
|
16358
16358
|
z(t, { variant: "rounded" }, {
|
16359
|
-
default:
|
16359
|
+
default: F(() => [
|
16360
16360
|
o("div", gO, [
|
16361
16361
|
c.reviewed ? (u(), d("div", CO, [
|
16362
16362
|
z(i, { icon: "fa-solid fa-check" })
|
@@ -16373,7 +16373,7 @@ const HO = /* @__PURE__ */ D(zO, [["__scopeId", "data-v-dd72671e"]]), MO = ["hre
|
|
16373
16373
|
_: 1
|
16374
16374
|
}),
|
16375
16375
|
o("div", {
|
16376
|
-
class:
|
16376
|
+
class: B(`AVBallotStyleCard--progress AVBallotStyleCard--progress-${c.reviewed ? "success" : "default"}`),
|
16377
16377
|
"data-test": "progress"
|
16378
16378
|
}, null, 2)
|
16379
16379
|
], 8, MO);
|
@@ -16464,7 +16464,7 @@ const SO = /* @__PURE__ */ D(AO, [["__scopeId", "data-v-c682a2cf"]]), NO = {
|
|
16464
16464
|
}, IO = {
|
16465
16465
|
key: 0,
|
16466
16466
|
class: "AVSummaryOption--footer"
|
16467
|
-
}, PO = /* @__PURE__ */
|
16467
|
+
}, PO = /* @__PURE__ */ P({
|
16468
16468
|
__name: "AVSummaryOption",
|
16469
16469
|
props: {
|
16470
16470
|
option: {
|
@@ -16485,15 +16485,15 @@ const SO = /* @__PURE__ */ D(AO, [["__scopeId", "data-v-c682a2cf"]]), NO = {
|
|
16485
16485
|
}
|
16486
16486
|
},
|
16487
16487
|
setup(c) {
|
16488
|
-
const a = c, e =
|
16488
|
+
const a = c, e = b(() => NO[a.locale]), i = b(
|
16489
16489
|
() => {
|
16490
16490
|
var n, r;
|
16491
16491
|
return ((n = a.option) == null ? void 0 : n.crosses) && ((r = a.option) == null ? void 0 : r.crosses) > 1 && a.multipleVotesAllowed && !a.blank;
|
16492
16492
|
}
|
16493
|
-
), t =
|
16493
|
+
), t = b(() => {
|
16494
16494
|
var n;
|
16495
16495
|
return a.blank ? e.value.blank : (n = a.option) == null ? void 0 : n.title;
|
16496
|
-
}), s =
|
16496
|
+
}), s = b(() => {
|
16497
16497
|
var f, v;
|
16498
16498
|
const n = Array.from(Array((f = a.option) == null ? void 0 : f.crosses).keys());
|
16499
16499
|
n.forEach((p) => n[p] = p + 1);
|
@@ -16508,7 +16508,7 @@ const SO = /* @__PURE__ */ D(AO, [["__scopeId", "data-v-c682a2cf"]]), NO = {
|
|
16508
16508
|
"aria-label": e.value.option
|
16509
16509
|
}, [
|
16510
16510
|
o("div", {
|
16511
|
-
class:
|
16511
|
+
class: B({
|
16512
16512
|
"AVSummaryOption--header": !0,
|
16513
16513
|
"AVSummaryOption--header-multiple": i.value
|
16514
16514
|
})
|
@@ -16550,7 +16550,7 @@ const SO = /* @__PURE__ */ D(AO, [["__scopeId", "data-v-c682a2cf"]]), NO = {
|
|
16550
16550
|
};
|
16551
16551
|
}
|
16552
16552
|
});
|
16553
|
-
const k9 =
|
16553
|
+
const k9 = $(/* @__PURE__ */ new Map());
|
16554
16554
|
function Xw() {
|
16555
16555
|
function c(a, ...e) {
|
16556
16556
|
k9.value.set(a, e);
|
@@ -16694,7 +16694,7 @@ const BO = {
|
|
16694
16694
|
}, XO = ["id"], JO = ["innerHTML"], KO = {
|
16695
16695
|
key: 0,
|
16696
16696
|
class: "AVOption--children"
|
16697
|
-
}, cj = /* @__PURE__ */
|
16697
|
+
}, cj = /* @__PURE__ */ P({
|
16698
16698
|
__name: "AVOption",
|
16699
16699
|
props: {
|
16700
16700
|
option: {
|
@@ -16724,70 +16724,70 @@ const BO = {
|
|
16724
16724
|
},
|
16725
16725
|
emits: ["accordion-open", "checked"],
|
16726
16726
|
setup(c, { emit: a }) {
|
16727
|
-
const e = c, { eventBus: i } = Xw(), t =
|
16727
|
+
const e = c, { eventBus: i } = Xw(), t = $(!1), s = $(null), n = $(null), r = b(() => BO[e.locale]), l = b(
|
16728
16728
|
() => document.getElementsByTagName("html")[0].dir === "rtl"
|
16729
|
-
), m =
|
16729
|
+
), m = b(
|
16730
16730
|
() => e.contest.markingType.voteVariation === "ranked"
|
16731
|
-
), f =
|
16731
|
+
), f = b(
|
16732
16732
|
() => e.selections.filter(
|
16733
|
-
(
|
16733
|
+
(y) => y.reference === e.option.reference
|
16734
16734
|
).length
|
16735
|
-
), v =
|
16735
|
+
), v = b(() => e.option.title[e.locale] ?? ""), p = b(
|
16736
16736
|
() => {
|
16737
|
-
var
|
16738
|
-
return ((
|
16737
|
+
var y;
|
16738
|
+
return ((y = e.option.description) == null ? void 0 : y[e.locale]) ?? "";
|
16739
16739
|
}
|
16740
|
-
), h =
|
16741
|
-
var
|
16742
|
-
return ((
|
16743
|
-
}), g =
|
16744
|
-
var
|
16745
|
-
return ((
|
16746
|
-
}), M =
|
16740
|
+
), h = b(() => {
|
16741
|
+
var y;
|
16742
|
+
return ((y = e.option.url) == null ? void 0 : y[e.locale]) ?? "";
|
16743
|
+
}), g = b(() => {
|
16744
|
+
var y;
|
16745
|
+
return ((y = e.option.videoUrl) == null ? void 0 : y[e.locale]) ?? "";
|
16746
|
+
}), M = b(() => e.option.image), O = $(function() {
|
16747
16747
|
return e.option.randomizeChildren ? e.option.children.slice().sort(() => Math.random() - 0.5) : e.option.children;
|
16748
|
-
}()), E =
|
16749
|
-
let
|
16750
|
-
return h.value &&
|
16748
|
+
}()), E = b(() => {
|
16749
|
+
let y = [];
|
16750
|
+
return h.value && y.push({
|
16751
16751
|
url: h.value,
|
16752
16752
|
text: r.value.info_link_text_html
|
16753
|
-
}), g.value &&
|
16753
|
+
}), g.value && y.push({
|
16754
16754
|
url: g.value,
|
16755
16755
|
text: r.value.video_link_text_html
|
16756
|
-
}),
|
16757
|
-
}),
|
16756
|
+
}), y;
|
16757
|
+
}), x = b(
|
16758
16758
|
() => e.option.children && e.option.children.length > 0
|
16759
|
-
),
|
16760
|
-
const
|
16761
|
-
|
16762
|
-
const U =
|
16759
|
+
), C = b(() => e.option.selectable !== void 0 && !e.option.selectable ? 0 : w.value ? 1 : e.option.voteLimit || e.contest.markingType.votesAllowedPerOption || 1), _ = b(() => e.selections.length > 0 ? k(e.option.children) : 0), w = b(() => e.option.exclusive), I = b(() => {
|
16760
|
+
const y = Array.from(Array(C.value).keys());
|
16761
|
+
y.forEach((o2) => y[o2] = o2 + 1);
|
16762
|
+
const U = y.indexOf(Math.ceil(C.value / 2)) + 1, Y = y.slice(0, U), a2 = y.slice(U);
|
16763
16763
|
return a2.length ? [Y, a2] : [Y];
|
16764
|
-
}),
|
16764
|
+
}), A = (y, U = 1) => {
|
16765
16765
|
a("checked", {
|
16766
|
-
reference:
|
16766
|
+
reference: y,
|
16767
16767
|
amount: U
|
16768
16768
|
});
|
16769
|
-
},
|
16770
|
-
if (!
|
16769
|
+
}, k = (y) => {
|
16770
|
+
if (!y)
|
16771
16771
|
return 0;
|
16772
|
-
let U =
|
16772
|
+
let U = y.filter(
|
16773
16773
|
(Y) => e.selections.map((a2) => a2.reference).includes(Y.reference)
|
16774
16774
|
).length;
|
16775
|
-
return
|
16776
|
-
},
|
16777
|
-
t.value = !1,
|
16775
|
+
return y.reduce((Y, a2) => Y + k(a2.children), U);
|
16776
|
+
}, q = (y) => {
|
16777
|
+
t.value = !1, y === e.option.code && (n.value.$emit("accordion-open"), mk(() => {
|
16778
16778
|
t.value = !0, s.value.scrollIntoView({ behavior: "smooth", block: "center" });
|
16779
16779
|
}));
|
16780
16780
|
};
|
16781
16781
|
return e2(
|
16782
16782
|
() => i.value.get("highlight-option"),
|
16783
|
-
(
|
16784
|
-
const [U] =
|
16785
|
-
|
16783
|
+
(y) => {
|
16784
|
+
const [U] = y ?? [];
|
16785
|
+
q(U);
|
16786
16786
|
}
|
16787
16787
|
), v2(() => {
|
16788
|
-
const { proxy:
|
16789
|
-
n.value =
|
16790
|
-
}), (
|
16788
|
+
const { proxy: y } = uk();
|
16789
|
+
n.value = y;
|
16790
|
+
}), (y, U) => {
|
16791
16791
|
const Y = H("AVIcon"), a2 = H("AVOptionCheckbox"), o2 = H("AVOption", !0), t2 = H("AVCollapser");
|
16792
16792
|
return u(), d("div", OO, [
|
16793
16793
|
o("a", {
|
@@ -16797,21 +16797,21 @@ const BO = {
|
|
16797
16797
|
"aria-labelledby": `option_${c.option.code}_title`
|
16798
16798
|
}, null, 8, jO),
|
16799
16799
|
z(t2, {
|
16800
|
-
collapsable: c.contest.collapsable &&
|
16800
|
+
collapsable: c.contest.collapsable && x.value,
|
16801
16801
|
"start-collapsed": c.contest.collapseDefault,
|
16802
16802
|
onAccordionOpen: U[1] || (U[1] = (c2) => a("accordion-open"))
|
16803
16803
|
}, {
|
16804
|
-
toggle:
|
16804
|
+
toggle: F(({ isOpen: c2, collapsable: z2 }) => [
|
16805
16805
|
o("section", {
|
16806
16806
|
ref_key: "el",
|
16807
16807
|
ref: s,
|
16808
|
-
class:
|
16808
|
+
class: B(["AVOption", { "AVOption--highlight": t.value }]),
|
16809
16809
|
"aria-label": r.value.aria_labels.option
|
16810
16810
|
}, [
|
16811
16811
|
o("div", {
|
16812
|
-
class:
|
16813
|
-
"AVOption--container-column":
|
16814
|
-
"AVOption--container-row":
|
16812
|
+
class: B(["AVOption--container", {
|
16813
|
+
"AVOption--container-column": C.value > 1,
|
16814
|
+
"AVOption--container-row": C.value <= 5
|
16815
16815
|
}])
|
16816
16816
|
}, [
|
16817
16817
|
o("div", qO, [
|
@@ -16827,7 +16827,7 @@ const BO = {
|
|
16827
16827
|
textContent: V(v.value)
|
16828
16828
|
}, null, 8, RO)
|
16829
16829
|
]),
|
16830
|
-
p.value || E.value.length ||
|
16830
|
+
p.value || E.value.length || x.value ? (u(), d("div", UO, [
|
16831
16831
|
p.value ? (u(), d("div", WO, [
|
16832
16832
|
o("p", { innerHTML: p.value }, null, 8, GO)
|
16833
16833
|
])) : L("", !0),
|
@@ -16840,7 +16840,7 @@ const BO = {
|
|
16840
16840
|
innerHTML: i2.text
|
16841
16841
|
}, null, 8, QO))), 128))
|
16842
16842
|
])) : L("", !0),
|
16843
|
-
z2 &&
|
16843
|
+
z2 && x.value ? (u(), d("div", ZO, [
|
16844
16844
|
o("div", {
|
16845
16845
|
id: `option_${c.option.code}_dropdown`,
|
16846
16846
|
class: "AVOption--expander-container",
|
@@ -16855,26 +16855,26 @@ const BO = {
|
|
16855
16855
|
innerHTML: c2 ? r.value.collapse_text : r.value.expand_text
|
16856
16856
|
}, null, 8, JO)
|
16857
16857
|
], 8, XO),
|
16858
|
-
|
16858
|
+
_.value && !c2 ? (u(), d("span", {
|
16859
16859
|
key: 0,
|
16860
|
-
class:
|
16860
|
+
class: B(["AVOption--suboption-badge", {
|
16861
16861
|
"AVOption--suboption-badge-danger": c.invalid,
|
16862
16862
|
"AVOption--suboption-badge-normal": !c.invalid
|
16863
16863
|
}])
|
16864
|
-
}, V(l.value ? `${r.value.sub_options_select} ${
|
16864
|
+
}, V(l.value ? `${r.value.sub_options_select} ${_.value}` : `${_.value} ${r.value.sub_options_select}`), 3)) : L("", !0)
|
16865
16865
|
])) : L("", !0)
|
16866
16866
|
])) : L("", !0)
|
16867
16867
|
]),
|
16868
|
-
|
16868
|
+
C.value >= 1 ? (u(), d("div", {
|
16869
16869
|
key: 0,
|
16870
|
-
class:
|
16871
|
-
"AVOption--multivote-aside":
|
16872
|
-
"AVOption--multivote-footer":
|
16873
|
-
"AVOption--singlevote":
|
16870
|
+
class: B({
|
16871
|
+
"AVOption--multivote-aside": C.value <= 5,
|
16872
|
+
"AVOption--multivote-footer": C.value > 5,
|
16873
|
+
"AVOption--singlevote": C.value === 1
|
16874
16874
|
}),
|
16875
|
-
style: M2(`background-color: ${
|
16875
|
+
style: M2(`background-color: ${C.value === 1 ? "#FFFFFF" : "#f7f7f7"}`)
|
16876
16876
|
}, [
|
16877
|
-
(u(!0), d(R, null, Q(
|
16877
|
+
(u(!0), d(R, null, Q(I.value, (i2) => (u(), d("div", {
|
16878
16878
|
key: i2.toString(),
|
16879
16879
|
class: "AVOption--group"
|
16880
16880
|
}, [
|
@@ -16885,16 +16885,16 @@ const BO = {
|
|
16885
16885
|
"option-reference": c.option.reference,
|
16886
16886
|
"check-box-index": H2,
|
16887
16887
|
disabled: c.disabled,
|
16888
|
-
onToggled: (W2) =>
|
16888
|
+
onToggled: (W2) => A(c.option.reference, H2)
|
16889
16889
|
}, null, 8, ["checked", "rank", "option-reference", "check-box-index", "disabled", "onToggled"]))), 128))
|
16890
16890
|
]))), 128))
|
16891
16891
|
], 6)) : L("", !0)
|
16892
16892
|
], 2)
|
16893
16893
|
], 10, EO)
|
16894
16894
|
]),
|
16895
|
-
pane:
|
16896
|
-
|
16897
|
-
(u(!0), d(R, null, Q(
|
16895
|
+
pane: F(({ toggleCollapse: c2 }) => [
|
16896
|
+
x.value ? (u(), d("div", KO, [
|
16897
|
+
(u(!0), d(R, null, Q(O.value, (z2) => (u(), j(o2, {
|
16898
16898
|
key: z2.reference,
|
16899
16899
|
option: z2,
|
16900
16900
|
selections: c.selections,
|
@@ -16983,7 +16983,7 @@ const ej = /* @__PURE__ */ D(cj, [["__scopeId", "data-v-a6e59c3f"]]), aj = {
|
|
16983
16983
|
}, ij = ["aria-label"], tj = {
|
16984
16984
|
class: "AVBlankOption--header",
|
16985
16985
|
"aria-hidden": "true"
|
16986
|
-
}, sj = { class: "AVBlankOption--title" }, nj = { class: "AVBlankOption--checkbox" }, rj = /* @__PURE__ */
|
16986
|
+
}, sj = { class: "AVBlankOption--title" }, nj = { class: "AVBlankOption--checkbox" }, rj = /* @__PURE__ */ P({
|
16987
16987
|
__name: "AVBlankOption",
|
16988
16988
|
props: {
|
16989
16989
|
checked: {
|
@@ -17005,7 +17005,7 @@ const ej = /* @__PURE__ */ D(cj, [["__scopeId", "data-v-a6e59c3f"]]), aj = {
|
|
17005
17005
|
},
|
17006
17006
|
emits: ["toggleBlank"],
|
17007
17007
|
setup(c) {
|
17008
|
-
const a = c, e =
|
17008
|
+
const a = c, e = b(() => aj[a.locale]);
|
17009
17009
|
return (i, t) => {
|
17010
17010
|
const s = H("AVOptionCheckbox");
|
17011
17011
|
return u(), d("div", {
|
@@ -17144,7 +17144,7 @@ const lj = /* @__PURE__ */ D(rj, [["__scopeId", "data-v-cac39c54"]]), oj = {
|
|
17144
17144
|
}, fj = ["aria-label"], uj = { class: "AVWriteInOption--header" }, mj = { class: "AVWriteInOption--container" }, dj = {
|
17145
17145
|
id: "option_writeIn",
|
17146
17146
|
class: "AVWriteInOption--title"
|
17147
|
-
}, vj = { class: "AVWriteInOption--form-group" }, pj = ["aria-label"], hj = { value: "" }, Vj = ["value", "selected"], zj = ["value", "placeholder", "aria-label"], Hj = /* @__PURE__ */
|
17147
|
+
}, vj = { class: "AVWriteInOption--form-group" }, pj = ["aria-label"], hj = { value: "" }, Vj = ["value", "selected"], zj = ["value", "placeholder", "aria-label"], Hj = /* @__PURE__ */ P({
|
17148
17148
|
__name: "AVWriteInOption",
|
17149
17149
|
props: {
|
17150
17150
|
parties: {
|
@@ -17178,7 +17178,7 @@ const lj = /* @__PURE__ */ D(rj, [["__scopeId", "data-v-cac39c54"]]), oj = {
|
|
17178
17178
|
"update:checkedValue"
|
17179
17179
|
],
|
17180
17180
|
setup(c, { emit: a }) {
|
17181
|
-
const e = c, i =
|
17181
|
+
const e = c, i = b(() => oj[e.locale]), t = (r) => {
|
17182
17182
|
a("update:candidateValue", r), n();
|
17183
17183
|
}, s = (r) => {
|
17184
17184
|
a("update:partyValue", r), n();
|
@@ -17453,7 +17453,7 @@ const Mj = /* @__PURE__ */ D(Hj, [["__scopeId", "data-v-333b480d"]]), gj = {
|
|
17453
17453
|
}, Cj = (c) => (D2("data-v-09caa6ab"), c = c(), I2(), c), Lj = { class: "AVSubmissionHelper" }, bj = { key: 0 }, xj = ["textContent"], yj = /* @__PURE__ */ Cj(() => /* @__PURE__ */ o("hr", { class: "AVSubmissionHelper--separator" }, null, -1)), Aj = { key: 1 }, Sj = { class: "AVSubmissionHelper--help" }, Nj = { key: 0 }, wj = { key: 1 }, kj = {
|
17454
17454
|
key: 2,
|
17455
17455
|
class: "AVSubmissionHelper--count"
|
17456
|
-
}, _j = { key: 2 }, Tj = /* @__PURE__ */
|
17456
|
+
}, _j = { key: 2 }, Tj = /* @__PURE__ */ P({
|
17457
17457
|
__name: "AVSubmissionHelper",
|
17458
17458
|
props: {
|
17459
17459
|
minMarks: {
|
@@ -17478,12 +17478,12 @@ const Mj = /* @__PURE__ */ D(Hj, [["__scopeId", "data-v-333b480d"]]), gj = {
|
|
17478
17478
|
}
|
17479
17479
|
},
|
17480
17480
|
setup(c) {
|
17481
|
-
const a = c, e =
|
17481
|
+
const a = c, e = b(() => gj[a.locale]), i = b(() => a.errors.map(
|
17482
17482
|
(t) => e.value.errors[t]
|
17483
17483
|
));
|
17484
17484
|
return (t, s) => (u(), d("div", Lj, [
|
17485
17485
|
o("div", {
|
17486
|
-
class:
|
17486
|
+
class: B(["AVSubmissionHelper--container", { "AVSubmissionHelper--danger": c.errors.length > 0 }])
|
17487
17487
|
}, [
|
17488
17488
|
c.errors.length > 0 ? (u(), d("div", bj, [
|
17489
17489
|
(u(!0), d(R, null, Q(i.value, (n) => (u(), d("div", {
|
@@ -17625,7 +17625,7 @@ const Pj = {
|
|
17625
17625
|
class: "AVSearchBallot--results",
|
17626
17626
|
"aria-live": "polite",
|
17627
17627
|
"aria-label": "search-results"
|
17628
|
-
}, $j = ["aria-label"], Rj = ["id", "aria-label", "onClick"], Uj = ["textContent"], Wj = ["textContent"], Gj = /* @__PURE__ */
|
17628
|
+
}, $j = ["aria-label"], Rj = ["id", "aria-label", "onClick"], Uj = ["textContent"], Wj = ["textContent"], Gj = /* @__PURE__ */ P({
|
17629
17629
|
__name: "AVSearchBallot",
|
17630
17630
|
props: {
|
17631
17631
|
options: {
|
@@ -17642,7 +17642,7 @@ const Pj = {
|
|
17642
17642
|
}
|
17643
17643
|
},
|
17644
17644
|
setup(c) {
|
17645
|
-
const a = c, { eventBusEmit: e } = Xw(), i =
|
17645
|
+
const a = c, { eventBusEmit: e } = Xw(), i = $(""), t = b(() => Pj[a.locale]), s = b(() => i.value.trim() === "" ? [] : Ij(
|
17646
17646
|
a.options,
|
17647
17647
|
i.value,
|
17648
17648
|
(l) => l.title[a.locale]
|
@@ -17759,7 +17759,7 @@ const Yj = /* @__PURE__ */ D(Gj, [["__scopeId", "data-v-e55c2c2d"]]), Qj = {
|
|
17759
17759
|
assigned: "Redan tilldelad:",
|
17760
17760
|
unused: "Vänster till vänster för att tilldela:"
|
17761
17761
|
}
|
17762
|
-
}, Zj = { class: "AVSplitWeightHelper" }, Xj = { class: "AVSplitWeightHelper--box" }, Jj = { class: "AVSplitWeightHelper--box" }, Kj = { class: "AVSplitWeightHelper--box" }, cE = /* @__PURE__ */
|
17762
|
+
}, Zj = { class: "AVSplitWeightHelper" }, Xj = { class: "AVSplitWeightHelper--box" }, Jj = { class: "AVSplitWeightHelper--box" }, Kj = { class: "AVSplitWeightHelper--box" }, cE = /* @__PURE__ */ P({
|
17763
17763
|
__name: "AVSplitWeightHelper",
|
17764
17764
|
props: {
|
17765
17765
|
assignedWeight: {
|
@@ -17780,7 +17780,7 @@ const Yj = /* @__PURE__ */ D(Gj, [["__scopeId", "data-v-e55c2c2d"]]), Qj = {
|
|
17780
17780
|
}
|
17781
17781
|
},
|
17782
17782
|
setup(c) {
|
17783
|
-
const a = c, e =
|
17783
|
+
const a = c, e = b(() => Qj[a.locale]);
|
17784
17784
|
return (i, t) => (u(), d("div", Zj, [
|
17785
17785
|
o("div", Xj, [
|
17786
17786
|
o("span", null, [
|
@@ -18003,7 +18003,7 @@ const eE = /* @__PURE__ */ D(cE, [["__scopeId", "data-v-18b51da2"]]), aE = {
|
|
18003
18003
|
key: 2,
|
18004
18004
|
class: "AVSplitWizardHeader--text",
|
18005
18005
|
style: { "font-weight": "400" }
|
18006
|
-
}, rE = /* @__PURE__ */
|
18006
|
+
}, rE = /* @__PURE__ */ P({
|
18007
18007
|
__name: "AVSplitWizardHeader",
|
18008
18008
|
props: {
|
18009
18009
|
activeSelectionPileIndex: {
|
@@ -18032,7 +18032,7 @@ const eE = /* @__PURE__ */ D(cE, [["__scopeId", "data-v-18b51da2"]]), aE = {
|
|
18032
18032
|
},
|
18033
18033
|
emits: ["cancel"],
|
18034
18034
|
setup(c) {
|
18035
|
-
const a = c, e =
|
18035
|
+
const a = c, e = b(() => aE[a.locale]);
|
18036
18036
|
return (i, t) => {
|
18037
18037
|
const s = H("AVTooltip");
|
18038
18038
|
return u(), d("header", iE, [
|
@@ -18042,7 +18042,7 @@ const eE = /* @__PURE__ */ D(cE, [["__scopeId", "data-v-18b51da2"]]), aE = {
|
|
18042
18042
|
};
|
18043
18043
|
}
|
18044
18044
|
});
|
18045
|
-
const lE = /* @__PURE__ */ D(rE, [["__scopeId", "data-v-ba7cdb60"]]), oE = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzg5IiBoZWlnaHQ9IjEzNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp1bmRlZmluZWQ9Imh0dHA6Ly9zb2RpcG9kaS5zb3VyY2Vmb3JnZS5uZXQvRFREL3NvZGlwb2RpLTAuZHRkIiB4bWw6c3BhY2U9InByZXNlcnZlIiB2ZXJzaW9uPSIxLjEiPgogPGRlZnMgaWQ9ImRlZnM2Ij4KICA8Y2xpcFBhdGggaWQ9ImNsaXBQYXRoMTYiIGNsaXBQYXRoVW5pdHM9InVzZXJTcGFjZU9uVXNlIj4KICAgPHBhdGggaWQ9InBhdGgxNCIgZD0ibS05My41MDMxMSw3ODAuOTI1NjNsODQxLjg5LDBsMCwtNTk1LjI3NmwtODQxLjg5LDBsMCw1OTUuMjc2eiIvPgogIDwvY2xpcFBhdGg+CiA8L2RlZnM+CiA8Zz4KICA8dGl0bGU+TGF5ZXIgMTwvdGl0bGU+CiAgPGcgaWQ9InN2Z18xIj4KICAgPGcgdHJhbnNmb3JtPSJtYXRyaXgoMS4zMzMzMyAwIDAgLTEuMzMzMzMgMCA3OTMuNzAxKSIgaWQ9ImcxOCI+CiAgICA8cGF0aCBmaWxsLXJ1bGU9Im5vbnplcm8iIGZpbGw9IiMxOTE0MmUiIGlkPSJwYXRoMjAiIGQ9Im00MC4wMDMsNTQ1LjA0MTA1bC0zMC4wNSwtMzAuMDE2Yy02LjI1OCw4LjM2OCAtOS45NTMsMTguNzU2IC05Ljk1MywyOS45OThjMCwyNy43NSAyMi40ODUsNTAuMjUzIDUwLjIzNSw1MC4yNTNjMTEuMjc3LDAgMjEuNjg0LC0zLjcxMyAzMC4wNjcsLTkuOTg4bC0yOS44NTgsLTI5LjgyNGwtOC41MjQsOC41MjRsLTIwLjg0NywwbDE4LjkzLC0xOC45NDd6Ii8+CiAgIDwvZz4KICAgPGcgdHJhbnNmb3JtPSJtYXRyaXgoMS4zMzMzMyAwIDAgLTEuMzMzMzMgMCA3OTMuNzAxKSIgaWQ9ImcyMiI+CiAgICA8cGF0aCBmaWxsLXJ1bGU9Im5vbnplcm8iIGZpbGw9IiMxOTE0MmUiIGlkPSJwYXRoMjQiIGQ9Im0xMDAuNDY5MzEsNTQ1LjAyMzQ4YzAsLTI3LjczMSAtMjIuNDg1LC01MC4yMzQgLTUwLjIzNCwtNTAuMjM0Yy0xMS4xNzQsMCAtMjEuNDkzLDMuNjQyIC0yOS44NDIsOS44MTNsMzAuMDUxLDI5Ljk5OGw4LjUyMywtOC41MjNsMjAuODQ3LDBsLTE4LjkyOSwxOC45NDZsMjkuODA2LDI5Ljc3MWM2LjE1MywtOC4zMzEgOS43NzgsLTE4LjYzMyA5Ljc3OCwtMjkuNzcxIi8+CiAgIDwvZz4KICAgPGcgdHJhbnNmb3JtPSJtYXRyaXgoMS4zMzMzMyAwIDAgLTEuMzMzMzMgMCA3OTMuNzAxKSIgaWQ9ImcyNiI+CiAgICA8cGF0aCBmaWxsLXJ1bGU9Im5vbnplcm8iIGZpbGw9IiMxOTE0MmUiIGlkPSJwYXRoMjgiIGQ9Im0xNDkuMzI2Myw1NDIuNTA5NzdjLTIuNDY1LDcuOTI2IC0zLjg1MSwxMi40MDkgLTQuMTYxLDEzLjQ1Yy0wLjMxLDEuMDM3IC0wLjUzMywxLjg1OSAtMC42NjYsMi40NjNjLTAuNTU0LC0yLjE0NiAtMi4xMzcsLTcuNDUxIC00Ljc1MiwtMTUuOTEzbDkuNTc5LDB6bTQuNTI1LC0xNS4yODRsLTIuNjY2LDguNzQ4bC0xMy4zOTgsMGwtMi42NjUsLTguNzQ4bC04LjM5NywwbDEyLjk3MiwzNi45MDRsOS41MjgsMGwxMy4wMjEsLTM2LjkwNGwtOC4zOTUsMHoiLz4KICAgPC9nPgogICA8ZyB0cmFuc2Zvcm09Im1hdHJpeCgxLjMzMzMzIDAgMCAtMS4zMzMzMyAwIDc5My43MDEpIiBpZD0iZzMwIj4KICAgIDxwYXRoIGZpbGwtcnVsZT0ibm9uemVybyIgZmlsbD0iIzE5MTQyZSIgaWQ9InBhdGgzMiIgZD0ibTE4OC41Njc1MSw1MzcuNDMwNjdjMCwtMy4zMTggLTEuMTk0LC01LjkzMyAtMy41ODMsLTcuODQ0Yy0yLjM4OCwtMS45MSAtNS43MSwtMi44NjQgLTkuOTY3LC0yLjg2NGMtMy45MjIsMCAtNy4zOTEsMC43MzcgLTEwLjQwOCwyLjIxMmwwLDcuMjRjMi40OCwtMS4xMDYgNC41OCwtMS44ODYgNi4yOTcsLTIuMzM4YzEuNzE5LC0wLjQ1MyAzLjI4OSwtMC42NzggNC43MTQsLTAuNjc4YzEuNzEsMCAzLjAyMSwwLjMyNiAzLjkzNCwwLjk4YzAuOTE0LDAuNjUzIDEuMzcxLDEuNjI1IDEuMzcxLDIuOTE2YzAsMC43MiAtMC4yMDEsMS4zNjEgLTAuNjA0LDEuOTIyYy0wLjQwMSwwLjU2MSAtMC45OTMsMS4xMDEgLTEuNzczLDEuNjIzYy0wLjc3OCwwLjUxOCAtMi4zNjcsMS4zNDcgLTQuNzYyLDIuNDg5Yy0yLjI0NywxLjA1NCAtMy45MzEsMi4wNjkgLTUuMDU0LDMuMDQxYy0xLjEyMywwLjk3MiAtMi4wMiwyLjEwMyAtMi42ODksMy4zOTRjLTAuNjcyLDEuMjkgLTEuMDA2LDIuNzk4IC0xLjAwNiw0LjUyNmMwLDMuMjQ5IDEuMTAyLDUuODA1IDMuMzA1LDcuNjY2YzIuMjA0LDEuODYgNS4yNSwyLjc5MSA5LjEzOSwyLjc5MWMxLjkxLDAgMy43MzIsLTAuMjI4IDUuNDY3LC0wLjY3OWMxLjczNCwtMC40NTQgMy41NDksLTEuMDkgNS40NDMsLTEuOTExbC0yLjUxNCwtNi4wNThjLTEuOTYxLDAuODA1IC0zLjU4MiwxLjM2NiAtNC44NjUsMS42ODNjLTEuMjgxLDAuMzIgLTIuNTQzLDAuNDc4IC0zLjc4MywwLjQ3OGMtMS40NzUsMCAtMi42MDcsLTAuMzQ0IC0zLjM5NCwtMS4wM2MtMC43ODgsLTAuNjg4IC0xLjE4MSwtMS41ODQgLTEuMTgxLC0yLjY5YzAsLTAuNjg4IDAuMTU4LC0xLjI4NyAwLjQ3NywtMS43OTdjMC4zMTgsLTAuNTExIDAuODI2LC0xLjAwNiAxLjUyMSwtMS40ODRjMC42OTUsLTAuNDc4IDIuMzQyLC0xLjMzNiA0Ljk0LC0yLjU3NmMzLjQzNiwtMS42NDIgNS43OSwtMy4yODkgNy4wNjUsLTQuOTQxYzEuMjcyLC0xLjY1MSAxLjkxLC0zLjY3NCAxLjkxLC02LjA3MSIvPgogICA8L2c+CiAgIDxnIHRyYW5zZm9ybT0ibWF0cml4KDEuMzMzMzMgMCAwIC0xLjMzMzMzIDAgNzkzLjcwMSkiIGlkPSJnMzQiPgogICAgPHBhdGggZmlsbC1ydWxlPSJub256ZXJvIiBmaWxsPSIjMTkxNDJlIiBpZD0icGF0aDM2IiBkPSJtMjE2LjkyNDQyLDUzNy40MzA2N2MwLC0zLjMxOCAtMS4xOTQsLTUuOTMzIC0zLjU4MywtNy44NDRjLTIuMzg4LC0xLjkxIC01LjcxLC0yLjg2NCAtOS45NjcsLTIuODY0Yy0zLjkyMiwwIC03LjM5MSwwLjczNyAtMTAuNDA4LDIuMjEybDAsNy4yNGMyLjQ4LC0xLjEwNiA0LjU4LC0xLjg4NiA2LjI5NywtMi4zMzhjMS43MTksLTAuNDUzIDMuMjg5LC0wLjY3OCA0LjcxNCwtMC42NzhjMS43MDksMCAzLjAyMSwwLjMyNiAzLjkzNCwwLjk4YzAuOTE0LDAuNjUzIDEuMzcxLDEuNjI1IDEuMzcxLDIuOTE2YzAsMC43MiAtMC4yMDEsMS4zNjEgLTAuNjA0LDEuOTIyYy0wLjQwMiwwLjU2MSAtMC45OTMsMS4xMDEgLTEuNzczLDEuNjIzYy0wLjc3OCwwLjUxOCAtMi4zNjcsMS4zNDcgLTQuNzYzLDIuNDg5Yy0yLjI0NiwxLjA1NCAtMy45MywyLjA2OSAtNS4wNTMsMy4wNDFjLTEuMTIzLDAuOTcyIC0yLjAyLDIuMTAzIC0yLjY4OSwzLjM5NGMtMC42NzIsMS4yOSAtMS4wMDYsMi43OTggLTEuMDA2LDQuNTI2YzAsMy4yNDkgMS4xMDIsNS44MDUgMy4zMDUsNy42NjZjMi4yMDQsMS44NiA1LjI1LDIuNzkxIDkuMTM4LDIuNzkxYzEuOTExLDAgMy43MzMsLTAuMjI4IDUuNDY4LC0wLjY3OWMxLjczNCwtMC40NTQgMy41NDksLTEuMDkgNS40NDIsLTEuOTExbC0yLjUxMywtNi4wNThjLTEuOTYxLDAuODA1IC0zLjU4MiwxLjM2NiAtNC44NjUsMS42ODNjLTEuMjgxLDAuMzIgLTIuNTQzLDAuNDc4IC0zLjc4MywwLjQ3OGMtMS40NzUsMCAtMi42MDcsLTAuMzQ0IC0zLjM5NCwtMS4wM2MtMC43ODgsLTAuNjg4IC0xLjE4MiwtMS41ODQgLTEuMTgyLC0yLjY5YzAsLTAuNjg4IDAuMTU5LC0xLjI4NyAwLjQ3NywtMS43OTdjMC4zMTksLTAuNTExIDAuODI2LC0xLjAwNiAxLjUyMiwtMS40ODRjMC42OTUsLTAuNDc4IDIuMzQyLC0xLjMzNiA0Ljk0LC0yLjU3NmMzLjQzNSwtMS42NDIgNS43ODksLTMuMjg5IDcuMDY0LC00Ljk0MWMxLjI3MywtMS42NTEgMS45MTEsLTMuNjc0IDEuOTExLC02LjA3MSIvPgogICA8L2c+CiAgIDxnIHRyYW5zZm9ybT0ibWF0cml4KDEuMzMzMzMgMCAwIC0xLjMzMzMzIDAgNzkzLjcwMSkiIGlkPSJnMzgiPgogICAgPHBhdGggZmlsbC1ydWxlPSJub256ZXJvIiBmaWxsPSIjMTkxNDJlIiBpZD0icGF0aDQwIiBkPSJtMjQ0Ljc1MjUxLDUyNy4yMjU2NmwtMjEuMTY3LDBsMCwzNi43NTJsMjEuMTY3LDBsMCwtNi4zODRsLTEzLjM3NCwwbDAsLTguMDdsMTIuNDQzLDBsMCwtNi4zODZsLTEyLjQ0MywwbDAsLTkuNDc2bDEzLjM3NCwwbDAsLTYuNDM2eiIvPgogICA8L2c+CiAgIDxnIHRyYW5zZm9ybT0ibWF0cml4KDEuMzMzMzMgMCAwIC0xLjMzMzMzIDAgNzkzLjcwMSkiIGlkPSJnNDIiPgogICAgPHBhdGggZmlsbC1ydWxlPSJub256ZXJvIiBmaWxsPSIjMTkxNDJlIiBpZD0icGF0aDQ0IiBkPSJtMjY3Ljk4Miw1MjcuMjI1NjZsLTguODQ5LDI4LjgzNGwtMC4yMjcsMGMwLjMxOSwtNS44NjcgMC40NzcsLTkuNzggMC40NzcsLTExLjc0bDAsLTE3LjA5NGwtNi45NjMsMGwwLDM2Ljc1MmwxMC42MDksMGw4LjY5OCwtMjguMTA1bDAuMTUxLDBsOS4yMjYsMjguMTA1bDEwLjYwOSwwbDAsLTM2Ljc1MmwtNy4yNjUsMGwwLDE3LjM5NmMwLDAuODIgMC4wMTIsMS43NjggMC4wMzcsMi44NGMwLjAyNSwxLjA3MyAwLjEzOCwzLjkyMiAwLjMzOSw4LjU0N2wtMC4yMjYsMGwtOS40NzYsLTI4Ljc4M2wtNy4xNCwweiIvPgogICA8L2c+CiAgIDxnIHRyYW5zZm9ybT0ibWF0cml4KDEuMzMzMzMgMCAwIC0xLjMzMzMzIDAgNzkzLjcwMSkiIGlkPSJnNDYiPgogICAgPHBhdGggZmlsbC1ydWxlPSJub256ZXJvIiBmaWxsPSIjMTkxNDJlIiBpZD0icGF0aDQ4IiBkPSJtMzA3LjE3NTkxLDU0My4yMzgzNWwwLC05LjU3N2w1LjA3NiwwYzIuMTQ2LDAgMy43MywwLjQwOCA0Ljc1MSwxLjIzMWMxLjAyNCwwLjgyIDEuNTMzLDIuMDc4IDEuNTMzLDMuNzcyYzAsMy4wNDggLTIuMTc4LDQuNTc0IC02LjUzNCw0LjU3NGwtNC44MjYsMHptMCw2LjE4NWw0LjUyMiwwYzIuMTE1LDAgMy42NDMsMC4zMjcgNC41OSwwLjk3OWMwLjk0NiwwLjY1NSAxLjQxOSwxLjczNiAxLjQxOSwzLjI0NWMwLDEuNDA3IC0wLjUxMywyLjQxNSAtMS41NDcsMy4wMjhjLTEuMDI5LDAuNjEyIC0yLjY1OSwwLjkxOCAtNC44ODgsMC45MThsLTQuMDk2LDBsMCwtOC4xN3ptLTcuNzk1LDE0LjU1NGwxMS40NCwwYzUuMjEsMCA4Ljk5NCwtMC43NDIgMTEuMzQ4LC0yLjIyM2MyLjM1NiwtMS40ODQgMy41MzMsLTMuODQ0IDMuNTMzLC03LjA3N2MwLC0yLjE5NyAtMC41MTYsLTMuOTk4IC0xLjU0NiwtNS40MDZjLTEuMDMsLTEuNDA4IC0yLjQwMiwtMi4yNTQgLTQuMTA5LC0yLjUzOGwwLC0wLjI1M2MyLjMyOCwtMC41MTggNC4wMDksLTEuNDkgNS4wMzksLTIuOTE2YzEuMDI5LC0xLjQyNCAxLjU0NiwtMy4zMTggMS41NDYsLTUuNjhjMCwtMy4zNTIgLTEuMjExLC01Ljk2NiAtMy42MzQsLTcuODQzYy0yLjQyLC0xLjg3NyAtNS43MDksLTIuODE2IC05Ljg2NSwtMi44MTZsLTEzLjc1MiwwbDAsMzYuNzUyeiIvPgogICA8L2c+CiAgIDxnIHRyYW5zZm9ybT0ibWF0cml4KDEuMzMzMzMgMCAwIC0xLjMzMzMzIDAgNzkzLjcwMSkiIGlkPSJnNTAiPgogICAgPHBhdGggZmlsbC1ydWxlPSJub256ZXJvIiBmaWxsPSIjMTkxNDJlIiBpZD0icGF0aDUyIiBkPSJtMzMzLjk3Mjc5LDUyNy4yMjU2NmwwLDM2Ljc1Mmw3Ljc5NCwwbDAsLTMwLjMxNmwxNC45MDcsMGwwLC02LjQzNmwtMjIuNzAxLDB6Ii8+CiAgIDwvZz4KICAgPGcgdHJhbnNmb3JtPSJtYXRyaXgoMS4zMzMzMyAwIDAgLTEuMzMzMzMgMCA3OTMuNzAxKSIgaWQ9Imc1NCI+CiAgICA8cGF0aCBmaWxsLXJ1bGU9Im5vbnplcm8iIGZpbGw9IiMxOTE0MmUiIGlkPSJwYXRoNTYiIGQ9Im0zNjcuNjMxOTEsNTQ4Ljg0NDc3bDcuNjY3LDE1LjEzM2w4LjM5NywwbC0xMi4xOTQsLTIyLjQ0OWwwLC0xNC4zMDNsLTcuNzQzLDBsMCwxNC4wNTNsLTEyLjE5MSwyMi42OTlsOC40NDYsMGw3LjYxOCwtMTUuMTMzeiIvPgogICA8L2c+CiAgIDxnIHRyYW5zZm9ybT0ibWF0cml4KDEuMzMzMzMgMCAwIC0xLjMzMzMzIDAgNzkzLjcwMSkiIGlkPSJnNTgiPgogICAgPHBhdGggZmlsbC1ydWxlPSJub256ZXJvIiBmaWxsPSIjMTkxNDJlIiBpZD0icGF0aDYwIiBkPSJtNDI5LjUyNTQ5LDU2My45Nzc1NWw3Ljg3LDBsLTEyLjQ5NiwtMzYuNzUybC04LjQ5NiwwbC0xMi40NjksMzYuNzUybDcuODY4LDBsNi45MTMsLTIxLjg3YzAuMzg1LC0xLjI5MSAwLjc4NiwtMi43OTUgMS4xOTQsLTQuNTE0YzAuNDExLC0xLjcxNiAwLjY2OSwtMi45MTIgMC43NjYsLTMuNTgyYzAuMTg2LDEuNTQyIDAuODE0LDQuMjQxIDEuODg2LDguMDk2bDYuOTY0LDIxLjg3eiIvPgogICA8L2c+CiAgIDxnIHRyYW5zZm9ybT0ibWF0cml4KDEuMzMzMzMgMCAwIC0xLjMzMzMzIDAgNzkzLjcwMSkiIGlkPSJnNjIiPgogICAgPHBhdGggZmlsbC1ydWxlPSJub256ZXJvIiBmaWxsPSIjMTkxNDJlIiBpZD0icGF0aDY0IiBkPSJtNDQ3LjA0Mzk5LDU0NS42NTEzOGMwLC00LjEwNyAwLjc3OSwtNy4xOTcgMi4zMzcsLTkuMjc1YzEuNTU5LC0yLjA3OSAzLjg4OSwtMy4xMTggNi45OSwtMy4xMThjNi4yMTYsMCA5LjMyNCw0LjEyOSA5LjMyNCwxMi4zOTNjMCw4LjI3OSAtMy4wODksMTIuNDIgLTkuMjc1LDEyLjQyYy0zLjEsMCAtNS40MzgsLTEuMDQ0IC03LjAxNSwtMy4xM2MtMS41NzUsLTIuMDg4IC0yLjM2MSwtNS4xODUgLTIuMzYxLC05LjI5bTI2LjgyMywwYzAsLTYuMDgyIC0xLjUwOCwtMTAuNzU5IC00LjUyNCwtMTQuMDI2Yy0zLjAxNywtMy4yNjkgLTcuMzQxLC00LjkwMyAtMTIuOTcyLC00LjkwM2MtNS42MzIsMCAtOS45NTUsMS42MzQgLTEyLjk3Miw0LjkwM2MtMy4wMTYsMy4yNjcgLTQuNTI1LDcuOTYgLTQuNTI1LDE0LjA3OGMwLDYuMTE1IDEuNTEzLDEwLjc4OCA0LjUzNiwxNC4wMTJjMy4wMjYsMy4yMjggNy4zNjMsNC44NDEgMTMuMDEsNC44NDFjNS42NDksMCA5Ljk2OSwtMS42MjcgMTIuOTYxLC00Ljg3NmMyLjk4OSwtMy4yNTQgNC40ODYsLTcuOTI4IDQuNDg2LC0xNC4wMjkiLz4KICAgPC9nPgogICA8ZyB0cmFuc2Zvcm09Im1hdHJpeCgxLjMzMzMzIDAgMCAtMS4zMzMzMyAwIDc5My43MDEpIiBpZD0iZzY2Ij4KICAgIDxwYXRoIGZpbGwtcnVsZT0ibm9uemVybyIgZmlsbD0iIzE5MTQyZSIgaWQ9InBhdGg2OCIgZD0ibTQ5My4zNzMwOSw1MjcuMjI1NjZsLTcuNzkyLDBsMCwzMC4yNjdsLTkuOTgxLDBsMCw2LjQ4NWwyNy43NTIsMGwwLC02LjQ4NWwtOS45NzksMGwwLC0zMC4yNjd6Ii8+CiAgIDwvZz4KICAgPHBhdGggZmlsbC1ydWxlPSJub256ZXJvIiBmaWxsPSIjMTkxNDJlIiBpZD0icGF0aDcwIiBkPSJtNjc3Ljg4NTU2LDQxLjczMTE4bDEwLjM5MiwwbDAsNDkuMDAyNjZsLTEwLjM5MiwwbDAsLTQ5LjAwMjY2eiIvPgogICA8ZyB0cmFuc2Zvcm09Im1hdHJpeCgxLjMzMzMzIDAgMCAtMS4zMzMzMyAwIDc5My43MDEpIiBpZD0iZzcyIj4KICAgIDxwYXRoIGZpbGwtcnVsZT0ibm9uemVybyIgZmlsbD0iIzE5MTQyZSIgaWQ9InBhdGg3NCIgZD0ibTU1Ni4xNjIyMSw1MjcuMjI1NjZsLTkuOTAzLDBsLTE1Ljk4OSwyNy44MDJsLTAuMjI4LDBjMC4zMTksLTQuOTA5IDAuNDc4LC04LjQxMyAwLjQ3OCwtMTAuNTA3bDAsLTE3LjI5NWwtNi45NjIsMGwwLDM2Ljc1Mmw5LjgzLDBsMTUuOTYxLC0yNy41MjVsMC4xNzYsMGMtMC4yNSw0Ljc3NSAtMC4zNzgsOC4xNTEgLTAuMzc4LDEwLjEyOGwwLDE3LjM5N2w3LjAxNSwwbDAsLTM2Ljc1MnoiLz4KICAgPC9nPgogICA8ZyB0cmFuc2Zvcm09Im1hdHJpeCgxLjMzMzMzIDAgMCAtMS4zMzMzMyAwIDc5My43MDEpIiBpZD0iZzc2Ij4KICAgIDxwYXRoIGZpbGwtcnVsZT0ibm9uemVybyIgZmlsbD0iIzE5MTQyZSIgaWQ9InBhdGg3OCIgZD0ibTU3Ny4wNzgyMyw1NDcuODYzNzVsMTQuNTgsMGwwLC0xOS4wNTRjLTIuMzY0LC0wLjc3NCAtNC41ODgsLTEuMzEyIC02LjY3NSwtMS42MjJjLTIuMDg3LC0wLjMxMSAtNC4yMTgsLTAuNDY1IC02LjM5NywtMC40NjVjLTUuNTQ5LDAgLTkuNzgzLDEuNjI5IC0xMi43MDgsNC44ODljLTIuOTI1LDMuMjYgLTQuMzg3LDcuOTM5IC00LjM4NywxNC4wNGMwLDUuOTMzIDEuNjk2LDEwLjU1OCA1LjA5MSwxMy44NzdjMy4zOTQsMy4zMTggOC4wOTgsNC45NzggMTQuMTE1LDQuOTc4YzMuNzcxLDAgNy40MDgsLTAuNzU1IDEwLjkwOSwtMi4yNjRsLTIuNTg3LC02LjIzNGMtMi42ODMsMS4zNDEgLTUuNDcyLDIuMDExIC04LjM3MywyLjAxMWMtMy4zNjgsMCAtNi4wNjcsLTEuMTMxIC04LjA5MywtMy4zOTRjLTIuMDMsLTIuMjYyIC0zLjA0MSwtNS4zMDMgLTMuMDQxLC05LjEyNGMwLC0zLjk5MSAwLjgxNSwtNy4wMzcgMi40NDksLTkuMTM5YzEuNjM2LC0yLjEwMyA0LjAxMSwtMy4xNTYgNy4xMjgsLTMuMTU2YzEuNjI0LDAgMy4yNzUsMC4xNjggNC45NTIsMC41MDNsMCw3LjY2OWwtNi45NjMsMGwwLDYuNDg1eiIvPgogICA8L2c+CiAgPC9nPgogPC9nPgo8L3N2Zz4=", fE = (c) => (D2("data-v-4b57cf29"), c = c(), I2(), c), uE = /* @__PURE__ */ fE(() => /* @__PURE__ */ o("span", { class: "AVFooter--text" }, "Technology by", -1)), mE = ["src"], dE = /* @__PURE__ */ I({
|
18045
|
+
const lE = /* @__PURE__ */ D(rE, [["__scopeId", "data-v-ba7cdb60"]]), oE = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzg5IiBoZWlnaHQ9IjEzNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp1bmRlZmluZWQ9Imh0dHA6Ly9zb2RpcG9kaS5zb3VyY2Vmb3JnZS5uZXQvRFREL3NvZGlwb2RpLTAuZHRkIiB4bWw6c3BhY2U9InByZXNlcnZlIiB2ZXJzaW9uPSIxLjEiPgogPGRlZnMgaWQ9ImRlZnM2Ij4KICA8Y2xpcFBhdGggaWQ9ImNsaXBQYXRoMTYiIGNsaXBQYXRoVW5pdHM9InVzZXJTcGFjZU9uVXNlIj4KICAgPHBhdGggaWQ9InBhdGgxNCIgZD0ibS05My41MDMxMSw3ODAuOTI1NjNsODQxLjg5LDBsMCwtNTk1LjI3NmwtODQxLjg5LDBsMCw1OTUuMjc2eiIvPgogIDwvY2xpcFBhdGg+CiA8L2RlZnM+CiA8Zz4KICA8dGl0bGU+TGF5ZXIgMTwvdGl0bGU+CiAgPGcgaWQ9InN2Z18xIj4KICAgPGcgdHJhbnNmb3JtPSJtYXRyaXgoMS4zMzMzMyAwIDAgLTEuMzMzMzMgMCA3OTMuNzAxKSIgaWQ9ImcxOCI+CiAgICA8cGF0aCBmaWxsLXJ1bGU9Im5vbnplcm8iIGZpbGw9IiMxOTE0MmUiIGlkPSJwYXRoMjAiIGQ9Im00MC4wMDMsNTQ1LjA0MTA1bC0zMC4wNSwtMzAuMDE2Yy02LjI1OCw4LjM2OCAtOS45NTMsMTguNzU2IC05Ljk1MywyOS45OThjMCwyNy43NSAyMi40ODUsNTAuMjUzIDUwLjIzNSw1MC4yNTNjMTEuMjc3LDAgMjEuNjg0LC0zLjcxMyAzMC4wNjcsLTkuOTg4bC0yOS44NTgsLTI5LjgyNGwtOC41MjQsOC41MjRsLTIwLjg0NywwbDE4LjkzLC0xOC45NDd6Ii8+CiAgIDwvZz4KICAgPGcgdHJhbnNmb3JtPSJtYXRyaXgoMS4zMzMzMyAwIDAgLTEuMzMzMzMgMCA3OTMuNzAxKSIgaWQ9ImcyMiI+CiAgICA8cGF0aCBmaWxsLXJ1bGU9Im5vbnplcm8iIGZpbGw9IiMxOTE0MmUiIGlkPSJwYXRoMjQiIGQ9Im0xMDAuNDY5MzEsNTQ1LjAyMzQ4YzAsLTI3LjczMSAtMjIuNDg1LC01MC4yMzQgLTUwLjIzNCwtNTAuMjM0Yy0xMS4xNzQsMCAtMjEuNDkzLDMuNjQyIC0yOS44NDIsOS44MTNsMzAuMDUxLDI5Ljk5OGw4LjUyMywtOC41MjNsMjAuODQ3LDBsLTE4LjkyOSwxOC45NDZsMjkuODA2LDI5Ljc3MWM2LjE1MywtOC4zMzEgOS43NzgsLTE4LjYzMyA5Ljc3OCwtMjkuNzcxIi8+CiAgIDwvZz4KICAgPGcgdHJhbnNmb3JtPSJtYXRyaXgoMS4zMzMzMyAwIDAgLTEuMzMzMzMgMCA3OTMuNzAxKSIgaWQ9ImcyNiI+CiAgICA8cGF0aCBmaWxsLXJ1bGU9Im5vbnplcm8iIGZpbGw9IiMxOTE0MmUiIGlkPSJwYXRoMjgiIGQ9Im0xNDkuMzI2Myw1NDIuNTA5NzdjLTIuNDY1LDcuOTI2IC0zLjg1MSwxMi40MDkgLTQuMTYxLDEzLjQ1Yy0wLjMxLDEuMDM3IC0wLjUzMywxLjg1OSAtMC42NjYsMi40NjNjLTAuNTU0LC0yLjE0NiAtMi4xMzcsLTcuNDUxIC00Ljc1MiwtMTUuOTEzbDkuNTc5LDB6bTQuNTI1LC0xNS4yODRsLTIuNjY2LDguNzQ4bC0xMy4zOTgsMGwtMi42NjUsLTguNzQ4bC04LjM5NywwbDEyLjk3MiwzNi45MDRsOS41MjgsMGwxMy4wMjEsLTM2LjkwNGwtOC4zOTUsMHoiLz4KICAgPC9nPgogICA8ZyB0cmFuc2Zvcm09Im1hdHJpeCgxLjMzMzMzIDAgMCAtMS4zMzMzMyAwIDc5My43MDEpIiBpZD0iZzMwIj4KICAgIDxwYXRoIGZpbGwtcnVsZT0ibm9uemVybyIgZmlsbD0iIzE5MTQyZSIgaWQ9InBhdGgzMiIgZD0ibTE4OC41Njc1MSw1MzcuNDMwNjdjMCwtMy4zMTggLTEuMTk0LC01LjkzMyAtMy41ODMsLTcuODQ0Yy0yLjM4OCwtMS45MSAtNS43MSwtMi44NjQgLTkuOTY3LC0yLjg2NGMtMy45MjIsMCAtNy4zOTEsMC43MzcgLTEwLjQwOCwyLjIxMmwwLDcuMjRjMi40OCwtMS4xMDYgNC41OCwtMS44ODYgNi4yOTcsLTIuMzM4YzEuNzE5LC0wLjQ1MyAzLjI4OSwtMC42NzggNC43MTQsLTAuNjc4YzEuNzEsMCAzLjAyMSwwLjMyNiAzLjkzNCwwLjk4YzAuOTE0LDAuNjUzIDEuMzcxLDEuNjI1IDEuMzcxLDIuOTE2YzAsMC43MiAtMC4yMDEsMS4zNjEgLTAuNjA0LDEuOTIyYy0wLjQwMSwwLjU2MSAtMC45OTMsMS4xMDEgLTEuNzczLDEuNjIzYy0wLjc3OCwwLjUxOCAtMi4zNjcsMS4zNDcgLTQuNzYyLDIuNDg5Yy0yLjI0NywxLjA1NCAtMy45MzEsMi4wNjkgLTUuMDU0LDMuMDQxYy0xLjEyMywwLjk3MiAtMi4wMiwyLjEwMyAtMi42ODksMy4zOTRjLTAuNjcyLDEuMjkgLTEuMDA2LDIuNzk4IC0xLjAwNiw0LjUyNmMwLDMuMjQ5IDEuMTAyLDUuODA1IDMuMzA1LDcuNjY2YzIuMjA0LDEuODYgNS4yNSwyLjc5MSA5LjEzOSwyLjc5MWMxLjkxLDAgMy43MzIsLTAuMjI4IDUuNDY3LC0wLjY3OWMxLjczNCwtMC40NTQgMy41NDksLTEuMDkgNS40NDMsLTEuOTExbC0yLjUxNCwtNi4wNThjLTEuOTYxLDAuODA1IC0zLjU4MiwxLjM2NiAtNC44NjUsMS42ODNjLTEuMjgxLDAuMzIgLTIuNTQzLDAuNDc4IC0zLjc4MywwLjQ3OGMtMS40NzUsMCAtMi42MDcsLTAuMzQ0IC0zLjM5NCwtMS4wM2MtMC43ODgsLTAuNjg4IC0xLjE4MSwtMS41ODQgLTEuMTgxLC0yLjY5YzAsLTAuNjg4IDAuMTU4LC0xLjI4NyAwLjQ3NywtMS43OTdjMC4zMTgsLTAuNTExIDAuODI2LC0xLjAwNiAxLjUyMSwtMS40ODRjMC42OTUsLTAuNDc4IDIuMzQyLC0xLjMzNiA0Ljk0LC0yLjU3NmMzLjQzNiwtMS42NDIgNS43OSwtMy4yODkgNy4wNjUsLTQuOTQxYzEuMjcyLC0xLjY1MSAxLjkxLC0zLjY3NCAxLjkxLC02LjA3MSIvPgogICA8L2c+CiAgIDxnIHRyYW5zZm9ybT0ibWF0cml4KDEuMzMzMzMgMCAwIC0xLjMzMzMzIDAgNzkzLjcwMSkiIGlkPSJnMzQiPgogICAgPHBhdGggZmlsbC1ydWxlPSJub256ZXJvIiBmaWxsPSIjMTkxNDJlIiBpZD0icGF0aDM2IiBkPSJtMjE2LjkyNDQyLDUzNy40MzA2N2MwLC0zLjMxOCAtMS4xOTQsLTUuOTMzIC0zLjU4MywtNy44NDRjLTIuMzg4LC0xLjkxIC01LjcxLC0yLjg2NCAtOS45NjcsLTIuODY0Yy0zLjkyMiwwIC03LjM5MSwwLjczNyAtMTAuNDA4LDIuMjEybDAsNy4yNGMyLjQ4LC0xLjEwNiA0LjU4LC0xLjg4NiA2LjI5NywtMi4zMzhjMS43MTksLTAuNDUzIDMuMjg5LC0wLjY3OCA0LjcxNCwtMC42NzhjMS43MDksMCAzLjAyMSwwLjMyNiAzLjkzNCwwLjk4YzAuOTE0LDAuNjUzIDEuMzcxLDEuNjI1IDEuMzcxLDIuOTE2YzAsMC43MiAtMC4yMDEsMS4zNjEgLTAuNjA0LDEuOTIyYy0wLjQwMiwwLjU2MSAtMC45OTMsMS4xMDEgLTEuNzczLDEuNjIzYy0wLjc3OCwwLjUxOCAtMi4zNjcsMS4zNDcgLTQuNzYzLDIuNDg5Yy0yLjI0NiwxLjA1NCAtMy45MywyLjA2OSAtNS4wNTMsMy4wNDFjLTEuMTIzLDAuOTcyIC0yLjAyLDIuMTAzIC0yLjY4OSwzLjM5NGMtMC42NzIsMS4yOSAtMS4wMDYsMi43OTggLTEuMDA2LDQuNTI2YzAsMy4yNDkgMS4xMDIsNS44MDUgMy4zMDUsNy42NjZjMi4yMDQsMS44NiA1LjI1LDIuNzkxIDkuMTM4LDIuNzkxYzEuOTExLDAgMy43MzMsLTAuMjI4IDUuNDY4LC0wLjY3OWMxLjczNCwtMC40NTQgMy41NDksLTEuMDkgNS40NDIsLTEuOTExbC0yLjUxMywtNi4wNThjLTEuOTYxLDAuODA1IC0zLjU4MiwxLjM2NiAtNC44NjUsMS42ODNjLTEuMjgxLDAuMzIgLTIuNTQzLDAuNDc4IC0zLjc4MywwLjQ3OGMtMS40NzUsMCAtMi42MDcsLTAuMzQ0IC0zLjM5NCwtMS4wM2MtMC43ODgsLTAuNjg4IC0xLjE4MiwtMS41ODQgLTEuMTgyLC0yLjY5YzAsLTAuNjg4IDAuMTU5LC0xLjI4NyAwLjQ3NywtMS43OTdjMC4zMTksLTAuNTExIDAuODI2LC0xLjAwNiAxLjUyMiwtMS40ODRjMC42OTUsLTAuNDc4IDIuMzQyLC0xLjMzNiA0Ljk0LC0yLjU3NmMzLjQzNSwtMS42NDIgNS43ODksLTMuMjg5IDcuMDY0LC00Ljk0MWMxLjI3MywtMS42NTEgMS45MTEsLTMuNjc0IDEuOTExLC02LjA3MSIvPgogICA8L2c+CiAgIDxnIHRyYW5zZm9ybT0ibWF0cml4KDEuMzMzMzMgMCAwIC0xLjMzMzMzIDAgNzkzLjcwMSkiIGlkPSJnMzgiPgogICAgPHBhdGggZmlsbC1ydWxlPSJub256ZXJvIiBmaWxsPSIjMTkxNDJlIiBpZD0icGF0aDQwIiBkPSJtMjQ0Ljc1MjUxLDUyNy4yMjU2NmwtMjEuMTY3LDBsMCwzNi43NTJsMjEuMTY3LDBsMCwtNi4zODRsLTEzLjM3NCwwbDAsLTguMDdsMTIuNDQzLDBsMCwtNi4zODZsLTEyLjQ0MywwbDAsLTkuNDc2bDEzLjM3NCwwbDAsLTYuNDM2eiIvPgogICA8L2c+CiAgIDxnIHRyYW5zZm9ybT0ibWF0cml4KDEuMzMzMzMgMCAwIC0xLjMzMzMzIDAgNzkzLjcwMSkiIGlkPSJnNDIiPgogICAgPHBhdGggZmlsbC1ydWxlPSJub256ZXJvIiBmaWxsPSIjMTkxNDJlIiBpZD0icGF0aDQ0IiBkPSJtMjY3Ljk4Miw1MjcuMjI1NjZsLTguODQ5LDI4LjgzNGwtMC4yMjcsMGMwLjMxOSwtNS44NjcgMC40NzcsLTkuNzggMC40NzcsLTExLjc0bDAsLTE3LjA5NGwtNi45NjMsMGwwLDM2Ljc1MmwxMC42MDksMGw4LjY5OCwtMjguMTA1bDAuMTUxLDBsOS4yMjYsMjguMTA1bDEwLjYwOSwwbDAsLTM2Ljc1MmwtNy4yNjUsMGwwLDE3LjM5NmMwLDAuODIgMC4wMTIsMS43NjggMC4wMzcsMi44NGMwLjAyNSwxLjA3MyAwLjEzOCwzLjkyMiAwLjMzOSw4LjU0N2wtMC4yMjYsMGwtOS40NzYsLTI4Ljc4M2wtNy4xNCwweiIvPgogICA8L2c+CiAgIDxnIHRyYW5zZm9ybT0ibWF0cml4KDEuMzMzMzMgMCAwIC0xLjMzMzMzIDAgNzkzLjcwMSkiIGlkPSJnNDYiPgogICAgPHBhdGggZmlsbC1ydWxlPSJub256ZXJvIiBmaWxsPSIjMTkxNDJlIiBpZD0icGF0aDQ4IiBkPSJtMzA3LjE3NTkxLDU0My4yMzgzNWwwLC05LjU3N2w1LjA3NiwwYzIuMTQ2LDAgMy43MywwLjQwOCA0Ljc1MSwxLjIzMWMxLjAyNCwwLjgyIDEuNTMzLDIuMDc4IDEuNTMzLDMuNzcyYzAsMy4wNDggLTIuMTc4LDQuNTc0IC02LjUzNCw0LjU3NGwtNC44MjYsMHptMCw2LjE4NWw0LjUyMiwwYzIuMTE1LDAgMy42NDMsMC4zMjcgNC41OSwwLjk3OWMwLjk0NiwwLjY1NSAxLjQxOSwxLjczNiAxLjQxOSwzLjI0NWMwLDEuNDA3IC0wLjUxMywyLjQxNSAtMS41NDcsMy4wMjhjLTEuMDI5LDAuNjEyIC0yLjY1OSwwLjkxOCAtNC44ODgsMC45MThsLTQuMDk2LDBsMCwtOC4xN3ptLTcuNzk1LDE0LjU1NGwxMS40NCwwYzUuMjEsMCA4Ljk5NCwtMC43NDIgMTEuMzQ4LC0yLjIyM2MyLjM1NiwtMS40ODQgMy41MzMsLTMuODQ0IDMuNTMzLC03LjA3N2MwLC0yLjE5NyAtMC41MTYsLTMuOTk4IC0xLjU0NiwtNS40MDZjLTEuMDMsLTEuNDA4IC0yLjQwMiwtMi4yNTQgLTQuMTA5LC0yLjUzOGwwLC0wLjI1M2MyLjMyOCwtMC41MTggNC4wMDksLTEuNDkgNS4wMzksLTIuOTE2YzEuMDI5LC0xLjQyNCAxLjU0NiwtMy4zMTggMS41NDYsLTUuNjhjMCwtMy4zNTIgLTEuMjExLC01Ljk2NiAtMy42MzQsLTcuODQzYy0yLjQyLC0xLjg3NyAtNS43MDksLTIuODE2IC05Ljg2NSwtMi44MTZsLTEzLjc1MiwwbDAsMzYuNzUyeiIvPgogICA8L2c+CiAgIDxnIHRyYW5zZm9ybT0ibWF0cml4KDEuMzMzMzMgMCAwIC0xLjMzMzMzIDAgNzkzLjcwMSkiIGlkPSJnNTAiPgogICAgPHBhdGggZmlsbC1ydWxlPSJub256ZXJvIiBmaWxsPSIjMTkxNDJlIiBpZD0icGF0aDUyIiBkPSJtMzMzLjk3Mjc5LDUyNy4yMjU2NmwwLDM2Ljc1Mmw3Ljc5NCwwbDAsLTMwLjMxNmwxNC45MDcsMGwwLC02LjQzNmwtMjIuNzAxLDB6Ii8+CiAgIDwvZz4KICAgPGcgdHJhbnNmb3JtPSJtYXRyaXgoMS4zMzMzMyAwIDAgLTEuMzMzMzMgMCA3OTMuNzAxKSIgaWQ9Imc1NCI+CiAgICA8cGF0aCBmaWxsLXJ1bGU9Im5vbnplcm8iIGZpbGw9IiMxOTE0MmUiIGlkPSJwYXRoNTYiIGQ9Im0zNjcuNjMxOTEsNTQ4Ljg0NDc3bDcuNjY3LDE1LjEzM2w4LjM5NywwbC0xMi4xOTQsLTIyLjQ0OWwwLC0xNC4zMDNsLTcuNzQzLDBsMCwxNC4wNTNsLTEyLjE5MSwyMi42OTlsOC40NDYsMGw3LjYxOCwtMTUuMTMzeiIvPgogICA8L2c+CiAgIDxnIHRyYW5zZm9ybT0ibWF0cml4KDEuMzMzMzMgMCAwIC0xLjMzMzMzIDAgNzkzLjcwMSkiIGlkPSJnNTgiPgogICAgPHBhdGggZmlsbC1ydWxlPSJub256ZXJvIiBmaWxsPSIjMTkxNDJlIiBpZD0icGF0aDYwIiBkPSJtNDI5LjUyNTQ5LDU2My45Nzc1NWw3Ljg3LDBsLTEyLjQ5NiwtMzYuNzUybC04LjQ5NiwwbC0xMi40NjksMzYuNzUybDcuODY4LDBsNi45MTMsLTIxLjg3YzAuMzg1LC0xLjI5MSAwLjc4NiwtMi43OTUgMS4xOTQsLTQuNTE0YzAuNDExLC0xLjcxNiAwLjY2OSwtMi45MTIgMC43NjYsLTMuNTgyYzAuMTg2LDEuNTQyIDAuODE0LDQuMjQxIDEuODg2LDguMDk2bDYuOTY0LDIxLjg3eiIvPgogICA8L2c+CiAgIDxnIHRyYW5zZm9ybT0ibWF0cml4KDEuMzMzMzMgMCAwIC0xLjMzMzMzIDAgNzkzLjcwMSkiIGlkPSJnNjIiPgogICAgPHBhdGggZmlsbC1ydWxlPSJub256ZXJvIiBmaWxsPSIjMTkxNDJlIiBpZD0icGF0aDY0IiBkPSJtNDQ3LjA0Mzk5LDU0NS42NTEzOGMwLC00LjEwNyAwLjc3OSwtNy4xOTcgMi4zMzcsLTkuMjc1YzEuNTU5LC0yLjA3OSAzLjg4OSwtMy4xMTggNi45OSwtMy4xMThjNi4yMTYsMCA5LjMyNCw0LjEyOSA5LjMyNCwxMi4zOTNjMCw4LjI3OSAtMy4wODksMTIuNDIgLTkuMjc1LDEyLjQyYy0zLjEsMCAtNS40MzgsLTEuMDQ0IC03LjAxNSwtMy4xM2MtMS41NzUsLTIuMDg4IC0yLjM2MSwtNS4xODUgLTIuMzYxLC05LjI5bTI2LjgyMywwYzAsLTYuMDgyIC0xLjUwOCwtMTAuNzU5IC00LjUyNCwtMTQuMDI2Yy0zLjAxNywtMy4yNjkgLTcuMzQxLC00LjkwMyAtMTIuOTcyLC00LjkwM2MtNS42MzIsMCAtOS45NTUsMS42MzQgLTEyLjk3Miw0LjkwM2MtMy4wMTYsMy4yNjcgLTQuNTI1LDcuOTYgLTQuNTI1LDE0LjA3OGMwLDYuMTE1IDEuNTEzLDEwLjc4OCA0LjUzNiwxNC4wMTJjMy4wMjYsMy4yMjggNy4zNjMsNC44NDEgMTMuMDEsNC44NDFjNS42NDksMCA5Ljk2OSwtMS42MjcgMTIuOTYxLC00Ljg3NmMyLjk4OSwtMy4yNTQgNC40ODYsLTcuOTI4IDQuNDg2LC0xNC4wMjkiLz4KICAgPC9nPgogICA8ZyB0cmFuc2Zvcm09Im1hdHJpeCgxLjMzMzMzIDAgMCAtMS4zMzMzMyAwIDc5My43MDEpIiBpZD0iZzY2Ij4KICAgIDxwYXRoIGZpbGwtcnVsZT0ibm9uemVybyIgZmlsbD0iIzE5MTQyZSIgaWQ9InBhdGg2OCIgZD0ibTQ5My4zNzMwOSw1MjcuMjI1NjZsLTcuNzkyLDBsMCwzMC4yNjdsLTkuOTgxLDBsMCw2LjQ4NWwyNy43NTIsMGwwLC02LjQ4NWwtOS45NzksMGwwLC0zMC4yNjd6Ii8+CiAgIDwvZz4KICAgPHBhdGggZmlsbC1ydWxlPSJub256ZXJvIiBmaWxsPSIjMTkxNDJlIiBpZD0icGF0aDcwIiBkPSJtNjc3Ljg4NTU2LDQxLjczMTE4bDEwLjM5MiwwbDAsNDkuMDAyNjZsLTEwLjM5MiwwbDAsLTQ5LjAwMjY2eiIvPgogICA8ZyB0cmFuc2Zvcm09Im1hdHJpeCgxLjMzMzMzIDAgMCAtMS4zMzMzMyAwIDc5My43MDEpIiBpZD0iZzcyIj4KICAgIDxwYXRoIGZpbGwtcnVsZT0ibm9uemVybyIgZmlsbD0iIzE5MTQyZSIgaWQ9InBhdGg3NCIgZD0ibTU1Ni4xNjIyMSw1MjcuMjI1NjZsLTkuOTAzLDBsLTE1Ljk4OSwyNy44MDJsLTAuMjI4LDBjMC4zMTksLTQuOTA5IDAuNDc4LC04LjQxMyAwLjQ3OCwtMTAuNTA3bDAsLTE3LjI5NWwtNi45NjIsMGwwLDM2Ljc1Mmw5LjgzLDBsMTUuOTYxLC0yNy41MjVsMC4xNzYsMGMtMC4yNSw0Ljc3NSAtMC4zNzgsOC4xNTEgLTAuMzc4LDEwLjEyOGwwLDE3LjM5N2w3LjAxNSwwbDAsLTM2Ljc1MnoiLz4KICAgPC9nPgogICA8ZyB0cmFuc2Zvcm09Im1hdHJpeCgxLjMzMzMzIDAgMCAtMS4zMzMzMyAwIDc5My43MDEpIiBpZD0iZzc2Ij4KICAgIDxwYXRoIGZpbGwtcnVsZT0ibm9uemVybyIgZmlsbD0iIzE5MTQyZSIgaWQ9InBhdGg3OCIgZD0ibTU3Ny4wNzgyMyw1NDcuODYzNzVsMTQuNTgsMGwwLC0xOS4wNTRjLTIuMzY0LC0wLjc3NCAtNC41ODgsLTEuMzEyIC02LjY3NSwtMS42MjJjLTIuMDg3LC0wLjMxMSAtNC4yMTgsLTAuNDY1IC02LjM5NywtMC40NjVjLTUuNTQ5LDAgLTkuNzgzLDEuNjI5IC0xMi43MDgsNC44ODljLTIuOTI1LDMuMjYgLTQuMzg3LDcuOTM5IC00LjM4NywxNC4wNGMwLDUuOTMzIDEuNjk2LDEwLjU1OCA1LjA5MSwxMy44NzdjMy4zOTQsMy4zMTggOC4wOTgsNC45NzggMTQuMTE1LDQuOTc4YzMuNzcxLDAgNy40MDgsLTAuNzU1IDEwLjkwOSwtMi4yNjRsLTIuNTg3LC02LjIzNGMtMi42ODMsMS4zNDEgLTUuNDcyLDIuMDExIC04LjM3MywyLjAxMWMtMy4zNjgsMCAtNi4wNjcsLTEuMTMxIC04LjA5MywtMy4zOTRjLTIuMDMsLTIuMjYyIC0zLjA0MSwtNS4zMDMgLTMuMDQxLC05LjEyNGMwLC0zLjk5MSAwLjgxNSwtNy4wMzcgMi40NDksLTkuMTM5YzEuNjM2LC0yLjEwMyA0LjAxMSwtMy4xNTYgNy4xMjgsLTMuMTU2YzEuNjI0LDAgMy4yNzUsMC4xNjggNC45NTIsMC41MDNsMCw3LjY2OWwtNi45NjMsMGwwLDYuNDg1eiIvPgogICA8L2c+CiAgPC9nPgogPC9nPgo8L3N2Zz4=", fE = (c) => (D2("data-v-4b57cf29"), c = c(), I2(), c), uE = /* @__PURE__ */ fE(() => /* @__PURE__ */ o("span", { class: "AVFooter--text" }, "Technology by", -1)), mE = ["src"], dE = /* @__PURE__ */ P({
|
18046
18046
|
__name: "AVFooter",
|
18047
18047
|
props: {
|
18048
18048
|
enableSteps: {
|
@@ -18070,7 +18070,7 @@ const lE = /* @__PURE__ */ D(rE, [["__scopeId", "data-v-ba7cdb60"]]), oE = "data
|
|
18070
18070
|
return (a, e) => {
|
18071
18071
|
const i = H("AVSteps");
|
18072
18072
|
return u(), d("footer", {
|
18073
|
-
class:
|
18073
|
+
class: B(`AVFooter ${c.enableSteps && "AVFooter--stacked"}`)
|
18074
18074
|
}, [
|
18075
18075
|
c.enableSteps ? (u(), j(i, {
|
18076
18076
|
key: 0,
|
@@ -18081,7 +18081,7 @@ const lE = /* @__PURE__ */ D(rE, [["__scopeId", "data-v-ba7cdb60"]]), oE = "data
|
|
18081
18081
|
}, null, 8, ["steps", "done", "active"])) : L("", !0),
|
18082
18082
|
c.disableBanner ? L("", !0) : (u(), d("div", {
|
18083
18083
|
key: 1,
|
18084
|
-
class:
|
18084
|
+
class: B(`AVFooter--base AVFooter--child ${c.enableSteps && "AVFooter--child-stacked"}`)
|
18085
18085
|
}, [
|
18086
18086
|
uE,
|
18087
18087
|
o("img", {
|
@@ -18126,7 +18126,7 @@ function AE(c, a) {
|
|
18126
18126
|
])
|
18127
18127
|
]);
|
18128
18128
|
}
|
18129
|
-
const SE = /* @__PURE__ */ D(LE, [["render", AE], ["__scopeId", "data-v-1923eca8"]]), NE = ["aria-labelledby"], wE = { class: "AVModal--inner" }, kE = /* @__PURE__ */
|
18129
|
+
const SE = /* @__PURE__ */ D(LE, [["render", AE], ["__scopeId", "data-v-1923eca8"]]), NE = ["aria-labelledby"], wE = { class: "AVModal--inner" }, kE = /* @__PURE__ */ P({
|
18130
18130
|
__name: "AVModal",
|
18131
18131
|
props: {
|
18132
18132
|
modalActive: {
|
@@ -18146,7 +18146,7 @@ const SE = /* @__PURE__ */ D(LE, [["render", AE], ["__scopeId", "data-v-1923eca8
|
|
18146
18146
|
a.modalActive && (document.body.style.overflowY = "hidden"), a.modalActive || (document.body.style.overflowY = "scroll");
|
18147
18147
|
}
|
18148
18148
|
), (e, i) => (u(), j(N2, { name: "modal-animation" }, {
|
18149
|
-
default:
|
18149
|
+
default: F(() => [
|
18150
18150
|
w2(o("div", {
|
18151
18151
|
class: "AVModal",
|
18152
18152
|
role: "dialog",
|
@@ -18155,7 +18155,7 @@ const SE = /* @__PURE__ */ D(LE, [["render", AE], ["__scopeId", "data-v-1923eca8
|
|
18155
18155
|
"aria-live": "assertive"
|
18156
18156
|
}, [
|
18157
18157
|
z(N2, { name: "modal-animation-inner" }, {
|
18158
|
-
default:
|
18158
|
+
default: F(() => [
|
18159
18159
|
w2(o("div", wE, [
|
18160
18160
|
X(e.$slots, "default", {}, void 0, !0)
|
18161
18161
|
], 512), [
|
@@ -18307,7 +18307,7 @@ const IE = {
|
|
18307
18307
|
ballot: "Valsedel"
|
18308
18308
|
}
|
18309
18309
|
}
|
18310
|
-
}, PE = (c) => (D2("data-v-
|
18310
|
+
}, PE = (c) => (D2("data-v-2a318820"), c = c(), I2(), c), BE = ["aria-label", "aria-describedby"], OE = ["id"], jE = /* @__PURE__ */ PE(() => /* @__PURE__ */ o("hr", { class: "AVBallot--separator" }, null, -1)), EE = ["aria-label"], qE = /* @__PURE__ */ P({
|
18311
18311
|
__name: "AVBallot",
|
18312
18312
|
props: {
|
18313
18313
|
contest: {
|
@@ -18326,47 +18326,47 @@ const IE = {
|
|
18326
18326
|
type: Boolean,
|
18327
18327
|
default: !0
|
18328
18328
|
},
|
18329
|
-
|
18329
|
+
disableBallot: {
|
18330
18330
|
type: Boolean,
|
18331
18331
|
default: !1
|
18332
18332
|
}
|
18333
18333
|
},
|
18334
18334
|
emits: ["update:selectionPile"],
|
18335
18335
|
setup(c, { emit: a }) {
|
18336
|
-
const e = c, i =
|
18337
|
-
var
|
18338
|
-
return (
|
18339
|
-
}), h =
|
18336
|
+
const e = c, i = $(!1), t = $(""), s = $(""), n = $(null), r = b(() => e.selectionPile.optionSelections), l = b(() => new Jw(e.contest)), m = b(() => l.value.validate(e.selectionPile)), f = b(() => m.value.length === 0), v = b(() => {
|
18337
|
+
var x;
|
18338
|
+
return (x = e.contest.question) == null ? void 0 : x[e.locale];
|
18339
|
+
}), h = $(function() {
|
18340
18340
|
return e.contest.randomizeOptions ? e.contest.options.slice().sort(() => Math.random() - 0.5) : e.contest.options;
|
18341
|
-
}()), g =
|
18342
|
-
e2(g, (
|
18343
|
-
var
|
18344
|
-
|
18341
|
+
}()), g = b(() => e.contest), M = b(() => IE[e.locale]);
|
18342
|
+
e2(g, (x, C) => {
|
18343
|
+
var _;
|
18344
|
+
C && x && x.reference !== C.reference && ((_ = document.getElementById("content")) == null || _.focus(), C.searchForm && (n.value.value = ""));
|
18345
18345
|
});
|
18346
|
-
const
|
18346
|
+
const S = () => {
|
18347
18347
|
a("update:selectionPile", {
|
18348
18348
|
...e.selectionPile,
|
18349
18349
|
explicitBlank: !e.selectionPile.explicitBlank
|
18350
18350
|
});
|
18351
|
-
},
|
18352
|
-
const
|
18353
|
-
(
|
18351
|
+
}, O = ({ reference: x, amount: C }) => {
|
18352
|
+
const _ = r.value.filter(
|
18353
|
+
(I) => I.reference === x
|
18354
18354
|
).length;
|
18355
|
-
|
18356
|
-
const
|
18357
|
-
(
|
18355
|
+
C === _ && (C = C - 1);
|
18356
|
+
const w = r.value.filter(
|
18357
|
+
(I) => I.reference !== x
|
18358
18358
|
);
|
18359
|
-
for (let
|
18360
|
-
|
18359
|
+
for (let I = 0; I < C; I++)
|
18360
|
+
w.push({ reference: x });
|
18361
18361
|
a("update:selectionPile", {
|
18362
18362
|
...e.selectionPile,
|
18363
|
-
optionSelections:
|
18363
|
+
optionSelections: w
|
18364
18364
|
});
|
18365
|
-
},
|
18366
|
-
return (
|
18367
|
-
const
|
18365
|
+
}, E = (x) => x.flatMap((C) => C.children ? [C, ...E(C.children)] : [C]);
|
18366
|
+
return (x, C) => {
|
18367
|
+
const _ = H("AVSearchBallot"), w = H("AVWriteInOption"), I = H("AVOption"), A = H("AVBlankOption"), k = H("AVSubmissionHelper");
|
18368
18368
|
return u(), d("div", {
|
18369
|
-
class:
|
18369
|
+
class: B({
|
18370
18370
|
AVBallot: !0,
|
18371
18371
|
"AVBallot--error": !f.value
|
18372
18372
|
}),
|
@@ -18379,61 +18379,61 @@ const IE = {
|
|
18379
18379
|
class: "AVBallot--question",
|
18380
18380
|
"aria-live": "polite"
|
18381
18381
|
}, V(v.value), 9, OE)) : L("", !0),
|
18382
|
-
c.contest.searchForm && !
|
18382
|
+
c.contest.searchForm && !c.disableBallot ? (u(), j(_, {
|
18383
18383
|
key: 1,
|
18384
18384
|
ref_key: "search",
|
18385
18385
|
ref: n,
|
18386
|
-
options:
|
18386
|
+
options: E(h.value),
|
18387
18387
|
"options-container-id": "ballot_options",
|
18388
18388
|
locale: e.locale
|
18389
18389
|
}, null, 8, ["options", "locale"])) : L("", !0),
|
18390
18390
|
jE,
|
18391
18391
|
o("div", {
|
18392
18392
|
id: "ballot_options",
|
18393
|
-
class:
|
18393
|
+
class: B({
|
18394
18394
|
"AVBallot--options": !0,
|
18395
18395
|
"AVBallot--options-with-list": h.value.some(
|
18396
|
-
(
|
18396
|
+
(q) => q.children
|
18397
18397
|
),
|
18398
|
-
"AVBallot--disabled":
|
18398
|
+
"AVBallot--disabled": c.disableBallot
|
18399
18399
|
}),
|
18400
18400
|
"aria-label": M.value.aria_labels.ballot_options
|
18401
18401
|
}, [
|
18402
|
-
(u(!0), d(R, null, Q(h.value, (
|
18403
|
-
key:
|
18402
|
+
(u(!0), d(R, null, Q(h.value, (q) => (u(), d(R, {
|
18403
|
+
key: q.reference
|
18404
18404
|
}, [
|
18405
|
-
|
18405
|
+
q.writeIn ? (u(), j(w, {
|
18406
18406
|
key: 0,
|
18407
18407
|
"candidate-value": s.value,
|
18408
|
-
"onUpdate:candidateValue":
|
18408
|
+
"onUpdate:candidateValue": C[0] || (C[0] = (y) => s.value = y),
|
18409
18409
|
"party-value": t.value,
|
18410
|
-
"onUpdate:partyValue":
|
18410
|
+
"onUpdate:partyValue": C[1] || (C[1] = (y) => t.value = y),
|
18411
18411
|
"checked-value": i.value,
|
18412
|
-
"onUpdate:checkedValue":
|
18412
|
+
"onUpdate:checkedValue": C[2] || (C[2] = (y) => i.value = y),
|
18413
18413
|
parties: [],
|
18414
18414
|
locale: c.locale,
|
18415
|
-
disabled:
|
18416
|
-
}, null, 8, ["candidate-value", "party-value", "checked-value", "parties", "locale", "disabled"])) : (u(), j(
|
18415
|
+
disabled: c.disableBallot
|
18416
|
+
}, null, 8, ["candidate-value", "party-value", "checked-value", "parties", "locale", "disabled"])) : (u(), j(I, {
|
18417
18417
|
key: 1,
|
18418
18418
|
selections: r.value,
|
18419
|
-
option:
|
18419
|
+
option: q,
|
18420
18420
|
invalid: !f.value,
|
18421
18421
|
contest: c.contest,
|
18422
18422
|
locale: c.locale,
|
18423
|
-
disabled:
|
18424
|
-
onChecked:
|
18423
|
+
disabled: c.disableBallot,
|
18424
|
+
onChecked: O
|
18425
18425
|
}, null, 8, ["selections", "option", "invalid", "contest", "locale", "disabled"]))
|
18426
18426
|
], 64))), 128)),
|
18427
|
-
c.contest.markingType.blankSubmission === "active_choice" ? (u(), j(
|
18427
|
+
c.contest.markingType.blankSubmission === "active_choice" ? (u(), j(A, {
|
18428
18428
|
key: 0,
|
18429
18429
|
checked: c.selectionPile.explicitBlank,
|
18430
18430
|
error: m.value.includes("blank"),
|
18431
18431
|
locale: e.locale,
|
18432
|
-
disabled:
|
18433
|
-
onToggleBlank:
|
18432
|
+
disabled: c.disableBallot,
|
18433
|
+
onToggleBlank: S
|
18434
18434
|
}, null, 8, ["checked", "error", "locale", "disabled"])) : L("", !0)
|
18435
18435
|
], 10, EE),
|
18436
|
-
c.showSubmissionHelper && !
|
18436
|
+
c.showSubmissionHelper && !c.disableBallot ? (u(), j(k, {
|
18437
18437
|
key: 2,
|
18438
18438
|
id: `ballot_${c.contest.reference}`,
|
18439
18439
|
"chosen-count": r.value.length,
|
@@ -18447,7 +18447,7 @@ const IE = {
|
|
18447
18447
|
};
|
18448
18448
|
}
|
18449
18449
|
});
|
18450
|
-
const FE = /* @__PURE__ */ D(qE, [["__scopeId", "data-v-
|
18450
|
+
const FE = /* @__PURE__ */ D(qE, [["__scopeId", "data-v-2a318820"]]), $E = {
|
18451
18451
|
ar: {
|
18452
18452
|
selection: "اختيار",
|
18453
18453
|
assigned: "مُكَلَّف:",
|
@@ -18617,7 +18617,7 @@ const FE = /* @__PURE__ */ D(qE, [["__scopeId", "data-v-67f1ca91"]]), $E = {
|
|
18617
18617
|
}, XE = { class: "AVPileSummary--assign-card" }, JE = ["aria-label"], KE = { class: "AVPileSummary--edit" }, cq = { key: 0 }, eq = { class: "AVPileSummary--assign-body" }, aq = {
|
18618
18618
|
key: 0,
|
18619
18619
|
class: "AVPileSummary--assign-text"
|
18620
|
-
}, iq = /* @__PURE__ */ RE(() => /* @__PURE__ */ o("br", null, null, -1)), tq = ["aria-label"], sq = /* @__PURE__ */
|
18620
|
+
}, iq = /* @__PURE__ */ RE(() => /* @__PURE__ */ o("br", null, null, -1)), tq = ["aria-label"], sq = /* @__PURE__ */ P({
|
18621
18621
|
__name: "AVPileSummary",
|
18622
18622
|
props: {
|
18623
18623
|
selectionPile: {
|
@@ -18655,12 +18655,12 @@ const FE = /* @__PURE__ */ D(qE, [["__scopeId", "data-v-67f1ca91"]]), $E = {
|
|
18655
18655
|
},
|
18656
18656
|
emits: ["editCurrentSelection", "deleteSelection"],
|
18657
18657
|
setup(c, { emit: a }) {
|
18658
|
-
const e = c, i =
|
18658
|
+
const e = c, i = $(!1), t = $([]), s = b(() => $E[e.locale]), n = b(() => e.selectionPile.optionSelections.length === 0), r = b(() => !e.maximumOptionsShown || i.value ? e.selectionPile.optionSelections : e.selectionPile.optionSelections.slice(
|
18659
18659
|
0,
|
18660
18660
|
e.maximumOptionsShown
|
18661
|
-
)), l =
|
18661
|
+
)), l = b(() => e.selectionPile.optionSelections.length - r.value.length), m = (v) => {
|
18662
18662
|
v.selectable && t.value.push(v), v.children && v.children.map((p) => m(p));
|
18663
|
-
}, f =
|
18663
|
+
}, f = b(() => {
|
18664
18664
|
const v = {
|
18665
18665
|
options: [],
|
18666
18666
|
writeIns: []
|
@@ -19008,7 +19008,7 @@ const fq = {
|
|
19008
19008
|
new_ballot_selection: "Lägg till ett nytt val av röstsedel"
|
19009
19009
|
}
|
19010
19010
|
}
|
19011
|
-
}, uq =
|
19011
|
+
}, uq = P({
|
19012
19012
|
props: {
|
19013
19013
|
contest: {
|
19014
19014
|
type: Object,
|
@@ -19188,7 +19188,7 @@ function Tq(c, a, e, i, t, s) {
|
|
19188
19188
|
name: "fade",
|
19189
19189
|
mode: "out-in"
|
19190
19190
|
}, {
|
19191
|
-
default:
|
19191
|
+
default: F(function() {
|
19192
19192
|
var p, h, g;
|
19193
19193
|
return [
|
19194
19194
|
c.activePile && c.activeState === "ballot" ? (u(), d("div", { key: c.activeSelectionPileIndex }, [
|
@@ -19309,7 +19309,7 @@ function Tq(c, a, e, i, t, s) {
|
|
19309
19309
|
(u(!0), d(R, null, Q(c.selectionPiles, function(M, S) {
|
19310
19310
|
return u(), d("article", {
|
19311
19311
|
key: "preview-".concat(S),
|
19312
|
-
onClick: function(
|
19312
|
+
onClick: function(O) {
|
19313
19313
|
return c.selectPile(S);
|
19314
19314
|
}
|
19315
19315
|
}, [
|
@@ -19321,7 +19321,7 @@ function Tq(c, a, e, i, t, s) {
|
|
19321
19321
|
"pile-index": S,
|
19322
19322
|
"total-piles": c.contestSelection.piles.length,
|
19323
19323
|
locale: c.locale,
|
19324
|
-
onDeleteSelection: function(
|
19324
|
+
onDeleteSelection: function(O) {
|
19325
19325
|
return c.removeSplit(S);
|
19326
19326
|
}
|
19327
19327
|
}, null, 8, ["selection-pile", "contest", "active-state", "pile-index", "total-piles", "locale", "onDeleteSelection"])
|
@@ -19381,12 +19381,12 @@ function qq(c, a) {
|
|
19381
19381
|
var e = H("AVNavbarItem"), i = H("AVNavigationItemList"), t = H("AVMenuDropdown"), s = H("AVNavbar"), n = H("AVLabel"), r = H("AVTabSwitcher"), l = H("AVSidebarItem"), m = H("AVButton"), f = H("AVSidebar"), v = H("AVContent"), p = H("AVFooter");
|
19382
19382
|
return u(), d(R, null, [
|
19383
19383
|
z(s, null, {
|
19384
|
-
default:
|
19384
|
+
default: F(function() {
|
19385
19385
|
return [
|
19386
19386
|
Pq,
|
19387
19387
|
o("div", Bq, [
|
19388
19388
|
z(i, { type: "navbar" }, {
|
19389
|
-
default:
|
19389
|
+
default: F(function() {
|
19390
19390
|
return [
|
19391
19391
|
z(e, {
|
19392
19392
|
label: "Dashboard",
|
@@ -19422,10 +19422,10 @@ function qq(c, a) {
|
|
19422
19422
|
_: 1
|
19423
19423
|
}),
|
19424
19424
|
z(v, null, {
|
19425
|
-
sidebar:
|
19425
|
+
sidebar: F(function() {
|
19426
19426
|
return [
|
19427
19427
|
z(f, null, {
|
19428
|
-
default:
|
19428
|
+
default: F(function() {
|
19429
19429
|
return [
|
19430
19430
|
o("div", Oq, [
|
19431
19431
|
jq,
|
@@ -19436,7 +19436,7 @@ function qq(c, a) {
|
|
19436
19436
|
]),
|
19437
19437
|
z(r, { options: ["Pre-election", "election"] }),
|
19438
19438
|
z(i, { type: "sidebar" }, {
|
19439
|
-
default:
|
19439
|
+
default: F(function() {
|
19440
19440
|
return [
|
19441
19441
|
z(l, {
|
19442
19442
|
label: "Election Overview",
|
@@ -19497,7 +19497,7 @@ function qq(c, a) {
|
|
19497
19497
|
})
|
19498
19498
|
];
|
19499
19499
|
}),
|
19500
|
-
content:
|
19500
|
+
content: F(function() {
|
19501
19501
|
return [
|
19502
19502
|
Eq
|
19503
19503
|
];
|
@@ -19577,12 +19577,12 @@ function Zq(c, a) {
|
|
19577
19577
|
var e = H("AVNavbarItem"), i = H("AVNavigationItemList"), t = H("AVMenuDropdown"), s = H("AVNavbar"), n = H("AVLabel"), r = H("AVTabSwitcher"), l = H("AVSidebarItem"), m = H("AVButton"), f = H("AVSidebar"), v = H("AVContent"), p = H("AVFooter");
|
19578
19578
|
return u(), d(R, null, [
|
19579
19579
|
z(s, null, {
|
19580
|
-
default:
|
19580
|
+
default: F(function() {
|
19581
19581
|
return [
|
19582
19582
|
Rq,
|
19583
19583
|
o("div", Uq, [
|
19584
19584
|
z(i, { type: "navbar" }, {
|
19585
|
-
default:
|
19585
|
+
default: F(function() {
|
19586
19586
|
return [
|
19587
19587
|
z(e, {
|
19588
19588
|
label: "Dashboard",
|
@@ -19618,10 +19618,10 @@ function Zq(c, a) {
|
|
19618
19618
|
_: 1
|
19619
19619
|
}),
|
19620
19620
|
z(v, null, {
|
19621
|
-
sidebar:
|
19621
|
+
sidebar: F(function() {
|
19622
19622
|
return [
|
19623
19623
|
z(f, null, {
|
19624
|
-
default:
|
19624
|
+
default: F(function() {
|
19625
19625
|
return [
|
19626
19626
|
o("div", Wq, [
|
19627
19627
|
Gq,
|
@@ -19632,7 +19632,7 @@ function Zq(c, a) {
|
|
19632
19632
|
]),
|
19633
19633
|
z(r, { options: ["Pre-election", "election"] }),
|
19634
19634
|
z(i, { type: "sidebar" }, {
|
19635
|
-
default:
|
19635
|
+
default: F(function() {
|
19636
19636
|
return [
|
19637
19637
|
z(l, {
|
19638
19638
|
label: "Election Overview",
|
@@ -19693,7 +19693,7 @@ function Zq(c, a) {
|
|
19693
19693
|
})
|
19694
19694
|
];
|
19695
19695
|
}),
|
19696
|
-
content:
|
19696
|
+
content: F(function() {
|
19697
19697
|
return [
|
19698
19698
|
Yq,
|
19699
19699
|
Qq
|
@@ -19714,12 +19714,12 @@ function aF(c, a) {
|
|
19714
19714
|
var e = H("AVNavbarItem"), i = H("AVNavigationItemList"), t = H("AVMenuDropdown"), s = H("AVNavbar"), n = H("AVContent"), r = H("AVFooter");
|
19715
19715
|
return u(), d(R, null, [
|
19716
19716
|
z(s, null, {
|
19717
|
-
default:
|
19717
|
+
default: F(function() {
|
19718
19718
|
return [
|
19719
19719
|
Kq,
|
19720
19720
|
o("div", cF, [
|
19721
19721
|
z(i, { type: "navbar" }, {
|
19722
|
-
default:
|
19722
|
+
default: F(function() {
|
19723
19723
|
return [
|
19724
19724
|
z(e, {
|
19725
19725
|
label: "Dashboard",
|
@@ -19755,7 +19755,7 @@ function aF(c, a) {
|
|
19755
19755
|
_: 1
|
19756
19756
|
}),
|
19757
19757
|
z(n, null, {
|
19758
|
-
content:
|
19758
|
+
content: F(function() {
|
19759
19759
|
return [
|
19760
19760
|
eF
|
19761
19761
|
];
|
@@ -19790,7 +19790,7 @@ const iF = /* @__PURE__ */ D(Jq, [["render", aF]]), d4 = (c) => (D2("data-v-20fc
|
|
19790
19790
|
}, "Your dashboard is empty", -1)), uF = /* @__PURE__ */ d4(() => /* @__PURE__ */ o("span", {
|
19791
19791
|
class: "no-elections-text",
|
19792
19792
|
"data-test": "title"
|
19793
|
-
}, "Once you create new elections you will see them displayed in this dashboard.", -1)), mF = /* @__PURE__ */
|
19793
|
+
}, "Once you create new elections you will see them displayed in this dashboard.", -1)), mF = /* @__PURE__ */ P({
|
19794
19794
|
__name: "ElectionDashboardLayout",
|
19795
19795
|
setup(c) {
|
19796
19796
|
const a = [
|
@@ -19847,11 +19847,11 @@ const iF = /* @__PURE__ */ D(Jq, [["render", aF]]), d4 = (c) => (D2("data-v-20fc
|
|
19847
19847
|
const t = H("AVNavbarItem"), s = H("AVNavigationItemList"), n = H("AVMenuDropdown"), r = H("AVNavbar"), l = H("AVIcon"), m = H("AVCard"), f = H("AVElectionCard"), v = H("AVContent"), p = H("AVFooter");
|
19848
19848
|
return u(), d(R, null, [
|
19849
19849
|
z(r, null, {
|
19850
|
-
default:
|
19850
|
+
default: F(() => [
|
19851
19851
|
tF,
|
19852
19852
|
o("div", sF, [
|
19853
19853
|
z(s, { type: "navbar" }, {
|
19854
|
-
default:
|
19854
|
+
default: F(() => [
|
19855
19855
|
z(t, {
|
19856
19856
|
label: "Dashboard",
|
19857
19857
|
icon: "check-to-slot",
|
@@ -19884,18 +19884,18 @@ const iF = /* @__PURE__ */ D(Jq, [["render", aF]]), d4 = (c) => (D2("data-v-20fc
|
|
19884
19884
|
_: 1
|
19885
19885
|
}),
|
19886
19886
|
z(v, null, {
|
19887
|
-
content:
|
19887
|
+
content: F(() => [
|
19888
19888
|
z(m, {
|
19889
19889
|
variant: "jumbotron",
|
19890
19890
|
class: "dashboard-container"
|
19891
19891
|
}, {
|
19892
|
-
default:
|
19892
|
+
default: F(() => [
|
19893
19893
|
o("a", nF, [
|
19894
19894
|
z(m, {
|
19895
19895
|
variant: "rounded",
|
19896
19896
|
role: "button"
|
19897
19897
|
}, {
|
19898
|
-
default:
|
19898
|
+
default: F(() => [
|
19899
19899
|
rF,
|
19900
19900
|
o("div", lF, [
|
19901
19901
|
z(l, {
|