@assemblyvoting/ui-library 1.1.12 → 1.1.13
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/atoms/AVLink/AVLink.vue.d.ts +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.js +93 -88
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
import { unref as F, getCurrentScope as JS, onScopeDispose as KS, watch as c2, ref as G, computed as E, onMounted as p2, onUnmounted as ck, h as D2, Transition as U2, withDirectives as v1, vShow as d1, defineComponent as B, openBlock as m, createElementBlock as z, createBlock as P, resolveDynamicComponent as Pa, withCtx as O, renderSlot as X, resolveComponent as H, normalizeClass as
|
1
|
+
import { unref as F, getCurrentScope as JS, onScopeDispose as KS, watch as c2, ref as G, computed as E, onMounted as p2, onUnmounted as ck, h as D2, Transition as U2, withDirectives as v1, vShow as d1, defineComponent as B, openBlock as m, createElementBlock as z, createBlock as P, resolveDynamicComponent as Pa, withCtx as O, renderSlot as X, resolveComponent as H, normalizeClass as k, createCommentVNode as N, createTextVNode as s2, toDisplayString as g, createElementVNode as o, createVNode as V, normalizeStyle as u2, reactive as Se, provide as ke, Fragment as a2, renderList as N2, inject as Te, pushScopeId as X2, popScopeId as Z2, useCssVars as ak, mergeProps as ek, withModifiers as Ba, withKeys as ik } from "vue";
|
2
2
|
var Z = "top", n2 = "bottom", t2 = "right", J = "left", I4 = "auto", L1 = [Z, n2, t2, J], $2 = "start", p1 = "end", sk = "clippingParents", De = "viewport", n1 = "popper", rk = "reference", Ea = /* @__PURE__ */ L1.reduce(function(c, a) {
|
3
3
|
return c.concat([a + "-" + $2, a + "-" + p1]);
|
4
4
|
}, []), Ie = /* @__PURE__ */ [].concat(L1, [I4]).reduce(function(c, a) {
|
@@ -207,7 +207,7 @@ var Lk = function(a, e) {
|
|
207
207
|
function gk(c) {
|
208
208
|
var a, e = c.state, i = c.name, s = c.options, r = e.elements.arrow, n = e.modifiersData.popperOffsets, l = v2(e.placement), t = B4(l), u = [J, t2].indexOf(l) >= 0, f = u ? "height" : "width";
|
209
209
|
if (!(!r || !n)) {
|
210
|
-
var v = Lk(s.padding, e), p = P4(r), d = t === "y" ? Z : J, M = t === "y" ? n2 : t2, y = e.rects.reference[f] + e.rects.reference[t] - n[t] - e.rects.popper[f], L = n[t] - e.rects.reference[t], S = g1(r),
|
210
|
+
var v = Lk(s.padding, e), p = P4(r), d = t === "y" ? Z : J, M = t === "y" ? n2 : t2, y = e.rects.reference[f] + e.rects.reference[t] - n[t] - e.rects.popper[f], L = n[t] - e.rects.reference[t], S = g1(r), T = S ? t === "y" ? S.clientHeight || 0 : S.clientWidth || 0 : 0, w = y / 2 - L / 2, x = v[d], D = T - p[f] - v[M], _ = T / 2 - p[f] / 2 + w, q = o1(x, _, D), C = t;
|
211
211
|
e.modifiersData[i] = (a = {}, a[C] = q, a.centerOffset = q - _, a);
|
212
212
|
}
|
213
213
|
}
|
@@ -249,7 +249,7 @@ function Fa(c) {
|
|
249
249
|
y
|
250
250
|
};
|
251
251
|
d = L.x, y = L.y;
|
252
|
-
var S = n.hasOwnProperty("x"),
|
252
|
+
var S = n.hasOwnProperty("x"), T = n.hasOwnProperty("y"), w = J, x = Z, D = window;
|
253
253
|
if (u) {
|
254
254
|
var _ = g1(e), q = "clientHeight", C = "clientWidth";
|
255
255
|
if (_ === e2(e) && (_ = A2(e), z2(_).position !== "static" && l === "absolute" && (q = "scrollHeight", C = "scrollWidth")), _ = _, s === Z || (s === J || s === t2) && r === p1) {
|
@@ -280,9 +280,9 @@ function Fa(c) {
|
|
280
280
|
};
|
281
281
|
if (d = l2.x, y = l2.y, t) {
|
282
282
|
var Q;
|
283
|
-
return Object.assign({}, j, (Q = {}, Q[x] =
|
283
|
+
return Object.assign({}, j, (Q = {}, Q[x] = T ? "0" : "", Q[w] = S ? "0" : "", Q.transform = (D.devicePixelRatio || 1) <= 1 ? "translate(" + d + "px, " + y + "px)" : "translate3d(" + d + "px, " + y + "px, 0)", Q));
|
284
284
|
}
|
285
|
-
return Object.assign({}, j, (a = {}, a[x] =
|
285
|
+
return Object.assign({}, j, (a = {}, a[x] = T ? y + "px" : "", a[w] = S ? d + "px" : "", a.transform = "", a));
|
286
286
|
}
|
287
287
|
function yk(c) {
|
288
288
|
var a = c.state, e = c.options, i = e.gpuAcceleration, s = i === void 0 ? !0 : i, r = e.adaptive, n = r === void 0 ? !0 : r, l = e.roundOffsets, t = l === void 0 ? !0 : l, u = {
|
@@ -482,7 +482,7 @@ function Oe(c) {
|
|
482
482
|
}
|
483
483
|
function z1(c, a) {
|
484
484
|
a === void 0 && (a = {});
|
485
|
-
var e = a, i = e.placement, s = i === void 0 ? c.placement : i, r = e.strategy, n = r === void 0 ? c.strategy : r, l = e.boundary, t = l === void 0 ? sk : l, u = e.rootBoundary, f = u === void 0 ? De : u, v = e.elementContext, p = v === void 0 ? n1 : v, d = e.altBoundary, M = d === void 0 ? !1 : d, y = e.padding, L = y === void 0 ? 0 : y, S = Ee(typeof L != "number" ? L : je(L, L1)),
|
485
|
+
var e = a, i = e.placement, s = i === void 0 ? c.placement : i, r = e.strategy, n = r === void 0 ? c.strategy : r, l = e.boundary, t = l === void 0 ? sk : l, u = e.rootBoundary, f = u === void 0 ? De : u, v = e.elementContext, p = v === void 0 ? n1 : v, d = e.altBoundary, M = d === void 0 ? !1 : d, y = e.padding, L = y === void 0 ? 0 : y, S = Ee(typeof L != "number" ? L : je(L, L1)), T = p === n1 ? rk : n1, w = c.rects.popper, x = c.elements[M ? T : p], D = Ek(B2(x) ? x : x.contextElement || A2(c.elements.popper), t, f, n), _ = G2(c.elements.reference), q = Oe({
|
486
486
|
reference: _,
|
487
487
|
element: w,
|
488
488
|
strategy: "absolute",
|
@@ -531,7 +531,7 @@ function Fk(c) {
|
|
531
531
|
function Ok(c) {
|
532
532
|
var a = c.state, e = c.options, i = c.name;
|
533
533
|
if (!a.modifiersData[i]._skip) {
|
534
|
-
for (var s = e.mainAxis, r = s === void 0 ? !0 : s, n = e.altAxis, l = n === void 0 ? !0 : n, t = e.fallbackPlacements, u = e.padding, f = e.boundary, v = e.rootBoundary, p = e.altBoundary, d = e.flipVariations, M = d === void 0 ? !0 : d, y = e.allowedAutoPlacements, L = a.options.placement, S = v2(L),
|
534
|
+
for (var s = e.mainAxis, r = s === void 0 ? !0 : s, n = e.altAxis, l = n === void 0 ? !0 : n, t = e.fallbackPlacements, u = e.padding, f = e.boundary, v = e.rootBoundary, p = e.altBoundary, d = e.flipVariations, M = d === void 0 ? !0 : d, y = e.allowedAutoPlacements, L = a.options.placement, S = v2(L), T = S === L, w = t || (T || !M ? [s3(L)] : Fk(L)), x = [L].concat(w).reduce(function(F2, C2) {
|
535
535
|
return F2.concat(v2(C2) === I4 ? jk(a, {
|
536
536
|
placement: C2,
|
537
537
|
boundary: f,
|
@@ -676,7 +676,7 @@ function Zk(c) {
|
|
676
676
|
rootBoundary: u,
|
677
677
|
padding: v,
|
678
678
|
altBoundary: f
|
679
|
-
}), S = v2(a.placement),
|
679
|
+
}), S = v2(a.placement), T = Y2(a.placement), w = !T, x = B4(S), D = Xk(x), _ = a.modifiersData.popperOffsets, q = a.rects.reference, C = a.rects.popper, A = typeof y == "function" ? y(Object.assign({}, a.rects, {
|
680
680
|
placement: a.placement
|
681
681
|
})) : y, R = typeof A == "number" ? {
|
682
682
|
mainAxis: A,
|
@@ -690,7 +690,7 @@ function Zk(c) {
|
|
690
690
|
};
|
691
691
|
if (_) {
|
692
692
|
if (r) {
|
693
|
-
var Q, y2 = x === "y" ? Z : J, w2 = x === "y" ? n2 : t2, K = x === "y" ? "height" : "width", o2 = _[x], R1 = o2 + L[y2], S2 = o2 - L[w2], U1 = d ? -C[K] / 2 : 0, u4 =
|
693
|
+
var Q, y2 = x === "y" ? Z : J, w2 = x === "y" ? n2 : t2, K = x === "y" ? "height" : "width", o2 = _[x], R1 = o2 + L[y2], S2 = o2 - L[w2], U1 = d ? -C[K] / 2 : 0, u4 = T === $2 ? q[K] : C[K], s1 = T === $2 ? -C[K] : -q[K], $1 = a.elements.arrow, F2 = d && $1 ? P4($1) : {
|
694
694
|
width: 0,
|
695
695
|
height: 0
|
696
696
|
}, C2 = a.modifiersData["arrow#persistent"] ? a.modifiersData["arrow#persistent"].padding : Be(), r1 = C2[y2], W1 = C2[w2], k2 = o1(0, q[K], F2[K]), m4 = w ? q[K] / 2 - U1 - k2 - r1 - R.mainAxis : u4 - k2 - r1 - R.mainAxis, WS = w ? -q[K] / 2 + U1 + k2 + W1 + R.mainAxis : s1 + k2 + W1 + R.mainAxis, v4 = a.elements.arrow && g1(a.elements.arrow), GS = v4 ? x === "y" ? v4.clientTop || 0 : v4.clientLeft || 0 : 0, Aa = (Q = j == null ? void 0 : j[x]) != null ? Q : 0, YS = o2 + m4 - Aa - GS, QS = o2 + WS - Aa, ya = o1(d ? t3(R1, YS) : R1, o2, d ? P2(S2, QS) : S2);
|
@@ -820,8 +820,8 @@ function tT(c) {
|
|
820
820
|
}, v = [], p = !1, d = {
|
821
821
|
state: f,
|
822
822
|
setOptions: function(S) {
|
823
|
-
var
|
824
|
-
y(), f.options = Object.assign({}, r, f.options,
|
823
|
+
var T = typeof S == "function" ? S(f.options) : S;
|
824
|
+
y(), f.options = Object.assign({}, r, f.options, T), f.scrollParents = {
|
825
825
|
reference: B2(l) ? f1(l) : l.contextElement ? f1(l.contextElement) : [],
|
826
826
|
popper: f1(t)
|
827
827
|
};
|
@@ -837,10 +837,10 @@ function tT(c) {
|
|
837
837
|
// prefer the async Popper#update method
|
838
838
|
forceUpdate: function() {
|
839
839
|
if (!p) {
|
840
|
-
var S = f.elements,
|
841
|
-
if (Wa(
|
840
|
+
var S = f.elements, T = S.reference, w = S.popper;
|
841
|
+
if (Wa(T, w)) {
|
842
842
|
f.rects = {
|
843
|
-
reference: eT(
|
843
|
+
reference: eT(T, g1(w), f.options.strategy === "fixed"),
|
844
844
|
popper: P4(w)
|
845
845
|
}, f.reset = !1, f.placement = f.options.placement, f.orderedModifiers.forEach(function(R) {
|
846
846
|
return f.modifiersData[R.name] = Object.assign({}, R.data);
|
@@ -879,7 +879,7 @@ function tT(c) {
|
|
879
879
|
});
|
880
880
|
function M() {
|
881
881
|
f.orderedModifiers.forEach(function(L) {
|
882
|
-
var S = L.name,
|
882
|
+
var S = L.name, T = L.options, w = T === void 0 ? {} : T, x = L.effect;
|
883
883
|
if (typeof x == "function") {
|
884
884
|
var D = x({
|
885
885
|
state: f,
|
@@ -1158,7 +1158,7 @@ const ae = {
|
|
1158
1158
|
outer: "fade",
|
1159
1159
|
inner: A
|
1160
1160
|
};
|
1161
|
-
}),
|
1161
|
+
}), T = E(() => {
|
1162
1162
|
const { animationDuration: C } = e;
|
1163
1163
|
if (!Array.isArray(C)) {
|
1164
1164
|
const j = C || 300;
|
@@ -1182,8 +1182,8 @@ const ae = {
|
|
1182
1182
|
if (r.value === void 0)
|
1183
1183
|
return "";
|
1184
1184
|
const C = {
|
1185
|
-
"--vue-popper-enter-duration":
|
1186
|
-
"--vue-popper-leave-duration":
|
1185
|
+
"--vue-popper-enter-duration": T.value.enter,
|
1186
|
+
"--vue-popper-leave-duration": T.value.leave,
|
1187
1187
|
"--vue-popper-shift-transform": w.value,
|
1188
1188
|
"--vue-popper-scale-transform-origin": x.value
|
1189
1189
|
}, A = r.value.state.styles.popper;
|
@@ -1221,7 +1221,7 @@ const ae = {
|
|
1221
1221
|
_("before-enter", j);
|
1222
1222
|
},
|
1223
1223
|
onEnter(j) {
|
1224
|
-
S.value.inner === "shift-out" && (j.style.animation = `shift-out ${
|
1224
|
+
S.value.inner === "shift-out" && (j.style.animation = `shift-out ${T.value.enter}`), _("enter", j);
|
1225
1225
|
},
|
1226
1226
|
onAfterEnter(j) {
|
1227
1227
|
S.value.inner === "shift-out" && (j.style.transform = w.value), _("after-enter", j);
|
@@ -12433,7 +12433,7 @@ function xD(c) {
|
|
12433
12433
|
}];
|
12434
12434
|
}
|
12435
12435
|
function ga(c) {
|
12436
|
-
var a = c.icons, e = a.main, i = a.mask, s = c.prefix, r = c.iconName, n = c.transform, l = c.symbol, t = c.title, u = c.maskId, f = c.titleId, v = c.extra, p = c.watchable, d = p === void 0 ? !1 : p, M = i.found ? i : e, y = M.width, L = M.height, S = s === "fak",
|
12436
|
+
var a = c.icons, e = a.main, i = a.mask, s = c.prefix, r = c.iconName, n = c.transform, l = c.symbol, t = c.title, u = c.maskId, f = c.titleId, v = c.extra, p = c.watchable, d = p === void 0 ? !1 : p, M = i.found ? i : e, y = M.width, L = M.height, S = s === "fak", T = [b.replacementClass, r ? "".concat(b.cssPrefix, "-").concat(r) : ""].filter(function(A) {
|
12437
12437
|
return v.classes.indexOf(A) === -1;
|
12438
12438
|
}).filter(function(A) {
|
12439
12439
|
return A !== "" || !!A;
|
@@ -12442,7 +12442,7 @@ function ga(c) {
|
|
12442
12442
|
attributes: h(h({}, v.attributes), {}, {
|
12443
12443
|
"data-prefix": s,
|
12444
12444
|
"data-icon": r,
|
12445
|
-
class:
|
12445
|
+
class: T,
|
12446
12446
|
role: v.attributes.role || "img",
|
12447
12447
|
xmlns: "http://www.w3.org/2000/svg",
|
12448
12448
|
viewBox: "0 0 ".concat(y, " ").concat(L)
|
@@ -12859,7 +12859,7 @@ function RD(c) {
|
|
12859
12859
|
};
|
12860
12860
|
}
|
12861
12861
|
var UD = function(a) {
|
12862
|
-
var e = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, i = e.transform, s = i === void 0 ? m2 : i, r = e.symbol, n = r === void 0 ? !1 : r, l = e.mask, t = l === void 0 ? null : l, u = e.maskId, f = u === void 0 ? null : u, v = e.title, p = v === void 0 ? null : v, d = e.titleId, M = d === void 0 ? null : d, y = e.classes, L = y === void 0 ? [] : y, S = e.attributes,
|
12862
|
+
var e = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, i = e.transform, s = i === void 0 ? m2 : i, r = e.symbol, n = r === void 0 ? !1 : r, l = e.mask, t = l === void 0 ? null : l, u = e.maskId, f = u === void 0 ? null : u, v = e.title, p = v === void 0 ? null : v, d = e.titleId, M = d === void 0 ? null : d, y = e.classes, L = y === void 0 ? [] : y, S = e.attributes, T = S === void 0 ? {} : S, w = e.styles, x = w === void 0 ? {} : w;
|
12863
12863
|
if (a) {
|
12864
12864
|
var D = a.prefix, _ = a.iconName, q = a.icon;
|
12865
12865
|
return o4(h({
|
@@ -12868,7 +12868,7 @@ var UD = function(a) {
|
|
12868
12868
|
return j2("beforeDOMElementCreation", {
|
12869
12869
|
iconDefinition: a,
|
12870
12870
|
params: e
|
12871
|
-
}), b.autoA11y && (p ?
|
12871
|
+
}), b.autoA11y && (p ? T["aria-labelledby"] = "".concat(b.replacementClass, "-title-").concat(M || C1()) : (T["aria-hidden"] = "true", T.focusable = "false")), ga({
|
12872
12872
|
icons: {
|
12873
12873
|
main: w4(q),
|
12874
12874
|
mask: t ? w4(t.icon) : {
|
@@ -12886,7 +12886,7 @@ var UD = function(a) {
|
|
12886
12886
|
maskId: f,
|
12887
12887
|
titleId: M,
|
12888
12888
|
extra: {
|
12889
|
-
attributes:
|
12889
|
+
attributes: T,
|
12890
12890
|
styles: x,
|
12891
12891
|
classes: L
|
12892
12892
|
}
|
@@ -12920,11 +12920,11 @@ var UD = function(a) {
|
|
12920
12920
|
height: 512,
|
12921
12921
|
icon: {}
|
12922
12922
|
})]).then(function(y) {
|
12923
|
-
var L = va(y, 2), S = L[0],
|
12923
|
+
var L = va(y, 2), S = L[0], T = L[1];
|
12924
12924
|
d([e, ga({
|
12925
12925
|
icons: {
|
12926
12926
|
main: S,
|
12927
|
-
mask:
|
12927
|
+
mask: T
|
12928
12928
|
},
|
12929
12929
|
prefix: l,
|
12930
12930
|
iconName: s,
|
@@ -13069,15 +13069,15 @@ function be(c, a) {
|
|
13069
13069
|
if (n && !t)
|
13070
13070
|
return c.removeChild(n), i();
|
13071
13071
|
if (t && f !== "none" && f !== "") {
|
13072
|
-
var v = l.getPropertyValue("content"), p = ~["Sharp"].indexOf(t[2]) ? W : U, d = ~["Solid", "Regular", "Light", "Thin", "Duotone", "Brands", "Kit"].indexOf(t[2]) ? H1[p][t[2].toLowerCase()] : UT[p][u], M = XD(v), y = M.value, L = M.isSecondary, S = t[0].startsWith("FontAwesome"),
|
13072
|
+
var v = l.getPropertyValue("content"), p = ~["Sharp"].indexOf(t[2]) ? W : U, d = ~["Solid", "Regular", "Light", "Thin", "Duotone", "Brands", "Kit"].indexOf(t[2]) ? H1[p][t[2].toLowerCase()] : UT[p][u], M = XD(v), y = M.value, L = M.isSecondary, S = t[0].startsWith("FontAwesome"), T = Ca(d, y), w = T;
|
13073
13073
|
if (S) {
|
13074
13074
|
var x = zD(y);
|
13075
|
-
x.iconName && x.prefix && (
|
13075
|
+
x.iconName && x.prefix && (T = x.iconName, d = x.prefix);
|
13076
13076
|
}
|
13077
|
-
if (
|
13077
|
+
if (T && !L && (!n || n.getAttribute(pa) !== d || n.getAttribute(za) !== w)) {
|
13078
13078
|
c.setAttribute(e, w), n && c.removeChild(n);
|
13079
13079
|
var D = FD(), _ = D.extra;
|
13080
|
-
_.attributes[b4] = a, S4(
|
13080
|
+
_.attributes[b4] = a, S4(T, d).then(function(q) {
|
13081
13081
|
var C = ga(h(h({}, D), {}, {
|
13082
13082
|
icons: {
|
13083
13083
|
main: q,
|
@@ -13292,10 +13292,10 @@ var iI = {
|
|
13292
13292
|
tag: "g",
|
13293
13293
|
attributes: h({}, d.outer),
|
13294
13294
|
children: [L]
|
13295
|
-
},
|
13295
|
+
}, T = "mask-".concat(l || C1()), w = "clip-".concat(l || C1()), x = {
|
13296
13296
|
tag: "mask",
|
13297
13297
|
attributes: h(h({}, h4), {}, {
|
13298
|
-
id:
|
13298
|
+
id: T,
|
13299
13299
|
maskUnits: "userSpaceOnUse",
|
13300
13300
|
maskContentUnits: "userSpaceOnUse"
|
13301
13301
|
}),
|
@@ -13315,7 +13315,7 @@ var iI = {
|
|
13315
13315
|
attributes: h({
|
13316
13316
|
fill: "currentColor",
|
13317
13317
|
"clip-path": "url(#".concat(w, ")"),
|
13318
|
-
mask: "url(#".concat(
|
13318
|
+
mask: "url(#".concat(T, ")")
|
13319
13319
|
}, h4)
|
13320
13320
|
}), {
|
13321
13321
|
children: i,
|
@@ -13526,7 +13526,7 @@ const lI = B({
|
|
13526
13526
|
const r = H("AVIcon");
|
13527
13527
|
return m(), z("button", {
|
13528
13528
|
type: "button",
|
13529
|
-
class:
|
13529
|
+
class: k(`AVButton AVButton--${c.size} AVButton--${c.type} ${c.fullWidth && "AVButton--full"}`),
|
13530
13530
|
"data-test": "btn",
|
13531
13531
|
onClick: e,
|
13532
13532
|
disabled: c.disabled
|
@@ -13574,7 +13574,7 @@ const I = (c, a) => {
|
|
13574
13574
|
const i = H("AVIcon");
|
13575
13575
|
return m(), P(i, {
|
13576
13576
|
icon: "fa-solid fa-spinner",
|
13577
|
-
class:
|
13577
|
+
class: k(`AVSpinner AVSpinner--${c.size} AVSpinner--${c.color}`)
|
13578
13578
|
}, null, 8, ["class"]);
|
13579
13579
|
};
|
13580
13580
|
}
|
@@ -13607,20 +13607,20 @@ const vI = /* @__PURE__ */ I(mI, [["__scopeId", "data-v-70d9cfd4"]]), dI = /* @_
|
|
13607
13607
|
return c.type === "icon" ? (m(), P(i, {
|
13608
13608
|
key: 0,
|
13609
13609
|
icon: `fa-solid fa-${c.value || "bolt"}`,
|
13610
|
-
class:
|
13610
|
+
class: k(`AVBullet--icon ${c.active && "AVBullet--active"} ${c.hover && "AVBullet--hover"}`),
|
13611
13611
|
"data-test": "icon-bullet"
|
13612
13612
|
}, null, 8, ["icon", "class"])) : c.type === "number" ? (m(), z("div", {
|
13613
13613
|
key: 1,
|
13614
|
-
class:
|
13614
|
+
class: k(`AVBullet--container AVBullet--outer-circle ${c.active && "AVBullet--active"} ${c.hover && "AVBullet--hover"}`),
|
13615
13615
|
"data-test": "number-bullet"
|
13616
13616
|
}, [
|
13617
13617
|
o("div", {
|
13618
|
-
class:
|
13618
|
+
class: k(`AVBullet--number ${c.active && "AVBullet--active"} ${c.hover && "AVBullet--hover"}`)
|
13619
13619
|
}, g(c.value || "0"), 3)
|
13620
13620
|
], 2)) : (m(), P(i, {
|
13621
13621
|
key: 2,
|
13622
13622
|
icon: "fa-solid fa-circle",
|
13623
|
-
class:
|
13623
|
+
class: k(`AVBullet--icon ${c.active && "AVBullet--active"} ${c.hover && "AVBullet--hover"}`),
|
13624
13624
|
"data-test": "solid-bullet"
|
13625
13625
|
}, null, 8, ["class"]));
|
13626
13626
|
};
|
@@ -13705,7 +13705,7 @@ const D4 = /* @__PURE__ */ I(dI, [["__scopeId", "data-v-83458350"]]), pI = { cla
|
|
13705
13705
|
id: c.id,
|
13706
13706
|
placeholder: c.placeholder,
|
13707
13707
|
type: "text",
|
13708
|
-
class:
|
13708
|
+
class: k(F(s)),
|
13709
13709
|
ref: "textInput",
|
13710
13710
|
value: c.modelValue,
|
13711
13711
|
onInput: i
|
@@ -13842,7 +13842,7 @@ const gI = /* @__PURE__ */ I(LI, [["__scopeId", "data-v-45a83eac"]]), bI = { cla
|
|
13842
13842
|
onInput: s,
|
13843
13843
|
onBlur: r,
|
13844
13844
|
type: "number",
|
13845
|
-
class:
|
13845
|
+
class: k(`AVNumberInput ${c.error && "error"} ${c.disableIcon && "no-icon"} ${c.disabled && "disabled"}`),
|
13846
13846
|
style: u2(`margin-right: -${c.error ? "3.75" : "1.4"}rem`),
|
13847
13847
|
id: c.id,
|
13848
13848
|
disabled: c.disabled,
|
@@ -13853,7 +13853,7 @@ const gI = /* @__PURE__ */ I(LI, [["__scopeId", "data-v-45a83eac"]]), bI = { cla
|
|
13853
13853
|
step: c.step
|
13854
13854
|
}, null, 46, AI),
|
13855
13855
|
o("div", {
|
13856
|
-
class:
|
13856
|
+
class: k(`AVNumberInput--controllers-container ${!c.error && "hidden"} ${c.error && "error"} ${c.disabled || c.disableControllers ? "disabled" : ""}`),
|
13857
13857
|
ref_key: "inputControllers",
|
13858
13858
|
ref: i,
|
13859
13859
|
"data-test": "input-controllers"
|
@@ -13979,7 +13979,7 @@ const kI = /* @__PURE__ */ I(SI, [["__scopeId", "data-v-209fd9ac"]]), TI = { cla
|
|
13979
13979
|
value: c.modelValue,
|
13980
13980
|
onInput: s,
|
13981
13981
|
type: `${e.value ? "text" : "password"}`,
|
13982
|
-
class:
|
13982
|
+
class: k(`AVPaswordInput ${c.error && "error"} ${c.disableIcon && "no-icon"} ${c.disabled && "disabled"}`),
|
13983
13983
|
id: c.id,
|
13984
13984
|
disabled: c.disabled,
|
13985
13985
|
placeholder: c.placeholder,
|
@@ -13987,7 +13987,7 @@ const kI = /* @__PURE__ */ I(SI, [["__scopeId", "data-v-209fd9ac"]]), TI = { cla
|
|
13987
13987
|
name: c.id
|
13988
13988
|
}, null, 42, PI),
|
13989
13989
|
o("div", {
|
13990
|
-
class:
|
13990
|
+
class: k(`AVPaswordInput--icon-container ${c.disabled && "hidden"}`)
|
13991
13991
|
}, [
|
13992
13992
|
o("button", { onClick: i }, [
|
13993
13993
|
V(t, {
|
@@ -14094,7 +14094,7 @@ const jI = /* @__PURE__ */ I(EI, [["__scopeId", "data-v-ff7fa931"]]), FI = { cla
|
|
14094
14094
|
value: c.modelValue,
|
14095
14095
|
onInput: e,
|
14096
14096
|
type: "datetime-local",
|
14097
|
-
class:
|
14097
|
+
class: k(`AVDatetimeInput ${c.error && "error"} ${c.disableIcon && "no-icon"} ${c.disabled && "disabled"}`),
|
14098
14098
|
style: u2(`margin-right: -${c.error ? "3.75" : "1.4"}rem`),
|
14099
14099
|
id: c.id,
|
14100
14100
|
disabled: c.disabled,
|
@@ -14205,7 +14205,7 @@ const GI = /* @__PURE__ */ I(WI, [["__scopeId", "data-v-13569c35"]]), YI = { cla
|
|
14205
14205
|
o("textarea", {
|
14206
14206
|
value: c.modelValue,
|
14207
14207
|
onInput: e,
|
14208
|
-
class:
|
14208
|
+
class: k(`AVTextArea ${c.error && "error"} ${c.disableIcon && "no-icon"} ${c.disabled && "disabled"}`),
|
14209
14209
|
id: c.id,
|
14210
14210
|
disabled: c.disabled,
|
14211
14211
|
placeholder: c.placeholder,
|
@@ -14245,7 +14245,7 @@ const a_ = /* @__PURE__ */ I(c_, [["__scopeId", "data-v-87c98393"]]), e_ = /* @_
|
|
14245
14245
|
AVLabel--${c.type}
|
14246
14246
|
`;
|
14247
14247
|
return (i, s) => (m(), z("span", {
|
14248
|
-
class:
|
14248
|
+
class: k(e)
|
14249
14249
|
}, g(c.value), 1));
|
14250
14250
|
}
|
14251
14251
|
});
|
@@ -14260,7 +14260,7 @@ const i_ = /* @__PURE__ */ I(e_, [["__scopeId", "data-v-ee7ab830"]]), s_ = /* @_
|
|
14260
14260
|
},
|
14261
14261
|
setup(c) {
|
14262
14262
|
return (a, e) => (m(), z("div", {
|
14263
|
-
class:
|
14263
|
+
class: k(`AVCard--${c.variant}`)
|
14264
14264
|
}, [
|
14265
14265
|
X(a.$slots, "default", {}, void 0, !0)
|
14266
14266
|
], 2));
|
@@ -14284,7 +14284,7 @@ const r_ = /* @__PURE__ */ I(s_, [["__scopeId", "data-v-fc292113"]]), n_ = /* @_
|
|
14284
14284
|
const r = H("AVIcon");
|
14285
14285
|
return m(), z("button", {
|
14286
14286
|
type: "button",
|
14287
|
-
class:
|
14287
|
+
class: k("AVRoundButton"),
|
14288
14288
|
"data-test": "round-btn",
|
14289
14289
|
onClick: e
|
14290
14290
|
}, [
|
@@ -14403,7 +14403,7 @@ const t_ = /* @__PURE__ */ I(n_, [["__scopeId", "data-v-ff11beb8"]]), l_ = { cla
|
|
14403
14403
|
}, [
|
14404
14404
|
o("button", {
|
14405
14405
|
id: c.id,
|
14406
|
-
class:
|
14406
|
+
class: k(`AVDropdown--button ${c.error && "error"} ${c.disableIcon && "no-icon"} ${c.disabled && "disabled"}`),
|
14407
14407
|
disabled: c.disabled,
|
14408
14408
|
"aria-haspopup": "true",
|
14409
14409
|
"aria-expanded": i.active,
|
@@ -14549,7 +14549,7 @@ const L_ = /* @__PURE__ */ I(C_, [["__scopeId", "data-v-2ca0bff3"]]), g_ = {
|
|
14549
14549
|
return (n, l) => {
|
14550
14550
|
const t = H("AVIcon");
|
14551
14551
|
return m(), z("div", {
|
14552
|
-
class:
|
14552
|
+
class: k(`AVAlert AVAlert--${c.type}`),
|
14553
14553
|
style: u2(c.customWidth && `width: ${c.customWidth}px`),
|
14554
14554
|
"data-test": "alert"
|
14555
14555
|
}, [
|
@@ -14654,7 +14654,7 @@ const y_ = /* @__PURE__ */ I(A_, [["__scopeId", "data-v-0cc3f6d1"]]), Na = (c) =
|
|
14654
14654
|
}, u = () => {
|
14655
14655
|
i.value = !1;
|
14656
14656
|
}, f = (L) => {
|
14657
|
-
const S = Array.from(L),
|
14657
|
+
const S = Array.from(L), T = new DataTransfer();
|
14658
14658
|
for (let w of S) {
|
14659
14659
|
const x = w.name.split(".").pop();
|
14660
14660
|
if (p.value.includes(
|
@@ -14664,11 +14664,11 @@ const y_ = /* @__PURE__ */ I(A_, [["__scopeId", "data-v-0cc3f6d1"]]), Na = (c) =
|
|
14664
14664
|
type: w.type,
|
14665
14665
|
lastModified: w.lastModified
|
14666
14666
|
});
|
14667
|
-
|
14667
|
+
T.items.add(_);
|
14668
14668
|
} else
|
14669
14669
|
a("fileFormatNotAccepted", w.name);
|
14670
14670
|
}
|
14671
|
-
return
|
14671
|
+
return T.files;
|
14672
14672
|
}, v = E(() => e.accept.split(",")), p = E(
|
14673
14673
|
() => v.value.map((L) => L.toLocaleLowerCase())
|
14674
14674
|
), d = (L) => {
|
@@ -14682,7 +14682,7 @@ const y_ = /* @__PURE__ */ I(A_, [["__scopeId", "data-v-0cc3f6d1"]]), Na = (c) =
|
|
14682
14682
|
}, 1e3), S;
|
14683
14683
|
};
|
14684
14684
|
return (L, S) => {
|
14685
|
-
const
|
14685
|
+
const T = H("AVTooltip"), w = H("AVIcon");
|
14686
14686
|
return m(), z("div", w_, [
|
14687
14687
|
c.disableLabel ? N("", !0) : (m(), z("label", {
|
14688
14688
|
key: 0,
|
@@ -14691,7 +14691,7 @@ const y_ = /* @__PURE__ */ I(A_, [["__scopeId", "data-v-0cc3f6d1"]]), Na = (c) =
|
|
14691
14691
|
"data-test": "input-label"
|
14692
14692
|
}, [
|
14693
14693
|
o("span", null, g(c.inputLabel), 1),
|
14694
|
-
c.tooltipText ? (m(), P(
|
14694
|
+
c.tooltipText ? (m(), P(T, {
|
14695
14695
|
key: 0,
|
14696
14696
|
id: `${c.id}-info-tooltip`,
|
14697
14697
|
position: "right",
|
@@ -14699,7 +14699,7 @@ const y_ = /* @__PURE__ */ I(A_, [["__scopeId", "data-v-0cc3f6d1"]]), Na = (c) =
|
|
14699
14699
|
}, null, 8, ["id", "content"])) : N("", !0)
|
14700
14700
|
], 8, S_)),
|
14701
14701
|
o("div", {
|
14702
|
-
class:
|
14702
|
+
class: k(`AVFileInput--dropzone-container ${c.error && "error"} ${c.disabled && "disabled"}`),
|
14703
14703
|
onDragover: t,
|
14704
14704
|
onDragleave: u,
|
14705
14705
|
onDrop: d
|
@@ -14733,7 +14733,7 @@ const y_ = /* @__PURE__ */ I(A_, [["__scopeId", "data-v-0cc3f6d1"]]), Na = (c) =
|
|
14733
14733
|
r.value.length ? (m(), z("div", O_, [
|
14734
14734
|
(m(!0), z(a2, null, N2(r.value, (x) => (m(), z("div", {
|
14735
14735
|
key: x.name,
|
14736
|
-
class:
|
14736
|
+
class: k(`AVFileInput--preview-card ${c.error && "error"}`)
|
14737
14737
|
}, [
|
14738
14738
|
o("div", q_, [
|
14739
14739
|
o("div", R_, [
|
@@ -14811,7 +14811,7 @@ const Q_ = /* @__PURE__ */ I(Y_, [["__scopeId", "data-v-71083df9"]]), X_ = (c) =
|
|
14811
14811
|
}
|
14812
14812
|
), (n, l) => (m(), z("label", {
|
14813
14813
|
for: c.id,
|
14814
|
-
class:
|
14814
|
+
class: k(`AVRadio ${c.disabled && "disabled"}`)
|
14815
14815
|
}, [
|
14816
14816
|
o("input", {
|
14817
14817
|
type: "radio",
|
@@ -14876,6 +14876,11 @@ const aP = /* @__PURE__ */ I(cP, [["__scopeId", "data-v-d8e45fa7"]]), eP = ["hre
|
|
14876
14876
|
type: String,
|
14877
14877
|
validate: (c) => ["_blank", "_parent", "_self", "_top"].includes(c),
|
14878
14878
|
default: "_blank"
|
14879
|
+
},
|
14880
|
+
variant: {
|
14881
|
+
type: String,
|
14882
|
+
validate: (c) => ["default", "dbas"].includes(c),
|
14883
|
+
default: "default"
|
14879
14884
|
}
|
14880
14885
|
},
|
14881
14886
|
setup(c) {
|
@@ -14886,7 +14891,7 @@ const aP = /* @__PURE__ */ I(cP, [["__scopeId", "data-v-d8e45fa7"]]), eP = ["hre
|
|
14886
14891
|
referrerpolicy: c.referrerpolicy,
|
14887
14892
|
rel: c.rel,
|
14888
14893
|
target: c.target,
|
14889
|
-
class:
|
14894
|
+
class: k(`AVLink AVLink--${c.variant}`)
|
14890
14895
|
}, [
|
14891
14896
|
o("span", null, g(c.label), 1),
|
14892
14897
|
c.disableIcon ? N("", !0) : (m(), P(i, {
|
@@ -14895,11 +14900,11 @@ const aP = /* @__PURE__ */ I(cP, [["__scopeId", "data-v-d8e45fa7"]]), eP = ["hre
|
|
14895
14900
|
class: "AVLink--icon",
|
14896
14901
|
"data-test": "link-icon"
|
14897
14902
|
}))
|
14898
|
-
],
|
14903
|
+
], 10, eP);
|
14899
14904
|
};
|
14900
14905
|
}
|
14901
14906
|
});
|
14902
|
-
const sP = /* @__PURE__ */ I(iP, [["__scopeId", "data-v-
|
14907
|
+
const sP = /* @__PURE__ */ I(iP, [["__scopeId", "data-v-999075bc"]]), rP = ["href", "target"], nP = { class: "AVNavbarItem--text" }, tP = ["disabled"], lP = { class: "AVNavbarItem--text" }, oP = /* @__PURE__ */ B({
|
14903
14908
|
__name: "AVNavbarItem",
|
14904
14909
|
props: {
|
14905
14910
|
label: {
|
@@ -14950,7 +14955,7 @@ const sP = /* @__PURE__ */ I(iP, [["__scopeId", "data-v-d82378a5"]]), rP = ["hre
|
|
14950
14955
|
return F(i) === "link" ? (m(), z("a", {
|
14951
14956
|
key: 0,
|
14952
14957
|
href: F(s),
|
14953
|
-
class:
|
14958
|
+
class: k(`AVNavbarItem ${c.active ? "AVNavbarItem--active" : ""} ${c.disabled && "disabled"}`),
|
14954
14959
|
target: c.target,
|
14955
14960
|
style: u2(`width: ${c.customWidth}px`)
|
14956
14961
|
}, [
|
@@ -14962,7 +14967,7 @@ const sP = /* @__PURE__ */ I(iP, [["__scopeId", "data-v-d82378a5"]]), rP = ["hre
|
|
14962
14967
|
o("span", nP, g(c.label), 1)
|
14963
14968
|
], 14, rP)) : (m(), z("button", {
|
14964
14969
|
key: 1,
|
14965
|
-
class:
|
14970
|
+
class: k(`AVNavbarItem ${c.active ? "AVNavbarItem--active" : ""} ${c.disabled && "disabled"}`),
|
14966
14971
|
style: u2(`width: ${c.customWidth}px`),
|
14967
14972
|
disabled: c.disabled,
|
14968
14973
|
onClick: r
|
@@ -15038,7 +15043,7 @@ const fP = /* @__PURE__ */ I(oP, [["__scopeId", "data-v-d205c709"]]), uP = ["hre
|
|
15038
15043
|
return (f, v) => F(s) === "link" ? (m(), z("a", {
|
15039
15044
|
key: 0,
|
15040
15045
|
href: F(r),
|
15041
|
-
class:
|
15046
|
+
class: k(`AVSidebarItem ${c.active ? "AVSidebarItem--active" : ""} ${c.disabled && "disabled"}`),
|
15042
15047
|
target: c.target,
|
15043
15048
|
onMouseenter: t,
|
15044
15049
|
onMouseleave: t,
|
@@ -15055,7 +15060,7 @@ const fP = /* @__PURE__ */ I(oP, [["__scopeId", "data-v-d205c709"]]), uP = ["hre
|
|
15055
15060
|
o("span", mP, g(c.label), 1)
|
15056
15061
|
], 42, uP)) : (m(), z("button", {
|
15057
15062
|
key: 1,
|
15058
|
-
class:
|
15063
|
+
class: k(`AVSidebarItem ${c.active ? "AVSidebarItem--active" : ""} ${c.disabled && "disabled"}`),
|
15059
15064
|
disabled: c.disabled,
|
15060
15065
|
onClick: u,
|
15061
15066
|
onMouseenter: t,
|
@@ -15241,7 +15246,7 @@ const AP = /* @__PURE__ */ I(NP, [["__scopeId", "data-v-e8fb623b"]]), yP = ["hre
|
|
15241
15246
|
return (a, e) => {
|
15242
15247
|
const i = H("AVIcon");
|
15243
15248
|
return m(), z("a", {
|
15244
|
-
class:
|
15249
|
+
class: k(`AVMenuDropdownItem ${c.destructive && "AVMenuDropdownItem--destructive"}`),
|
15245
15250
|
href: c.href
|
15246
15251
|
}, [
|
15247
15252
|
c.icon ? (m(), P(i, {
|
@@ -15302,7 +15307,7 @@ const SP = /* @__PURE__ */ I(wP, [["__scopeId", "data-v-f770cea1"]]), kP = ["dis
|
|
15302
15307
|
const t = H("AVSpinner"), u = H("AVIcon");
|
15303
15308
|
return m(), z("button", {
|
15304
15309
|
type: "button",
|
15305
|
-
class:
|
15310
|
+
class: k(`AVAsyncButton AVAsyncButton--${c.size} AVAsyncButton--${c.status} ${c.disabled && "AVAsyncButton--disabled"}`),
|
15306
15311
|
style: u2(`width: ${c.customWidth}px;`),
|
15307
15312
|
"data-test": "btn",
|
15308
15313
|
onClick: r,
|
@@ -15384,7 +15389,7 @@ const IP = /* @__PURE__ */ I(DP, [["__scopeId", "data-v-8dd7808f"]]), _P = { cla
|
|
15384
15389
|
), (v, p) => (m(), z("div", _P, [
|
15385
15390
|
(m(!0), z(a2, null, N2(i.value, (d) => (m(), z("button", {
|
15386
15391
|
key: d.value,
|
15387
|
-
class:
|
15392
|
+
class: k(`AVTabSwitcher--button ${F(r)} ${d.selected && "AVTabSwitcher--button-active"} ${d.disabled && "disabled"}`),
|
15388
15393
|
disabled: d.disabled,
|
15389
15394
|
onClick: (M) => u(d.value)
|
15390
15395
|
}, g(d.value), 11, PP))), 128))
|
@@ -15422,11 +15427,11 @@ const EP = /* @__PURE__ */ I(BP, [["__scopeId", "data-v-413f60c7"]]), jP = { cla
|
|
15422
15427
|
return m(), z("div", jP, [
|
15423
15428
|
V(n, {
|
15424
15429
|
icon: `fa-solid fa-${F(e) ? "file-circle-check" : "file-circle-minus"}`,
|
15425
|
-
class:
|
15430
|
+
class: k(`AVBallotSummary--icon ${F(e) && "AVBallotSummary--icon-ready"}`),
|
15426
15431
|
"data-test": "ballot-icon"
|
15427
15432
|
}, null, 8, ["icon", "class"]),
|
15428
15433
|
o("span", {
|
15429
|
-
class:
|
15434
|
+
class: k(`AVBallotSummary--ballot-name ${F(e) && "AVBallotSummary--name-ready"}`)
|
15430
15435
|
}, g(c.ballotStyleName), 3),
|
15431
15436
|
F(e) ? (m(), P(n, {
|
15432
15437
|
key: 0,
|
@@ -15439,7 +15444,7 @@ const EP = /* @__PURE__ */ I(BP, [["__scopeId", "data-v-413f60c7"]]), jP = { cla
|
|
15439
15444
|
"data-test": "ballot-spinner"
|
15440
15445
|
})),
|
15441
15446
|
o("span", {
|
15442
|
-
class:
|
15447
|
+
class: k(`AVBallotSummary--ballot-status ${F(e) && "AVBallotSummary--status-ready"}`)
|
15443
15448
|
}, g(F(e) ? `${c.currentBallots} ${c.readyLabel}` : `${F(i)} ${c.waitingLabel}`), 3)
|
15444
15449
|
]);
|
15445
15450
|
};
|
@@ -15494,14 +15499,14 @@ const OP = /* @__PURE__ */ I(FP, [["__scopeId", "data-v-7e09fb2f"]]), qP = {
|
|
15494
15499
|
]),
|
15495
15500
|
o("div", RP, [
|
15496
15501
|
o("div", {
|
15497
|
-
class:
|
15502
|
+
class: k(`AVTimedCard--progress-bar ${c.timeout - i.value <= c.customWarningTime && "AVTimedCard--progress-bar-warning"}`),
|
15498
15503
|
style: u2(`width: ${F(r)}%`),
|
15499
15504
|
"data-test": "progress-bar"
|
15500
15505
|
}, null, 6)
|
15501
15506
|
])
|
15502
15507
|
], 4),
|
15503
15508
|
o("span", {
|
15504
|
-
class:
|
15509
|
+
class: k(`AVTimedCard--help-text ${c.timeout - i.value <= c.customWarningTime && "AVTimedCard--help-text-warning"}`),
|
15505
15510
|
"data-test": "help-text"
|
15506
15511
|
}, [
|
15507
15512
|
s2(g(c.expirationMessage), 1),
|
@@ -15534,18 +15539,18 @@ const $P = /* @__PURE__ */ I(UP, [["__scopeId", "data-v-583fff65"]]), WP = (c) =
|
|
15534
15539
|
const a = c, e = (i) => i === a.active;
|
15535
15540
|
return (i, s) => (m(), z("div", GP, [
|
15536
15541
|
o("span", {
|
15537
|
-
class:
|
15542
|
+
class: k(`AVBasicSteps--step ${e(c.steps[0]) && "AVBasicSteps--step-active"}`),
|
15538
15543
|
"data-test": "step"
|
15539
15544
|
}, g(c.steps[0]), 3),
|
15540
15545
|
YP,
|
15541
15546
|
o("span", {
|
15542
|
-
class:
|
15547
|
+
class: k(`AVBasicSteps--step ${e(c.steps[1]) && "AVBasicSteps--step-active"}`),
|
15543
15548
|
"data-test": "step"
|
15544
15549
|
}, g(c.steps[1]), 3),
|
15545
15550
|
c.steps.length === 3 ? (m(), z("span", QP)) : N("", !0),
|
15546
15551
|
c.steps.length === 3 ? (m(), z("span", {
|
15547
15552
|
key: 1,
|
15548
|
-
class:
|
15553
|
+
class: k(`AVBasicSteps--step ${e(c.steps[2]) && "AVBasicSteps--step-active"}`),
|
15549
15554
|
"data-test": "step"
|
15550
15555
|
}, g(c.steps[2]), 3)) : N("", !0)
|
15551
15556
|
]));
|
@@ -15602,7 +15607,7 @@ const ZP = /* @__PURE__ */ I(XP, [["__scopeId", "data-v-9a6218e9"]]), JP = { cla
|
|
15602
15607
|
return m(), z("div", JP, [
|
15603
15608
|
(m(!0), z(a2, null, N2(e.value, (u, f) => (m(), z("div", {
|
15604
15609
|
key: f,
|
15605
|
-
class:
|
15610
|
+
class: k(`${e.value.length !== f + 1 ? "AVSteps--step" : "AVSteps--step-last"}`),
|
15606
15611
|
"data-test": "step"
|
15607
15612
|
}, [
|
15608
15613
|
u.done ? (m(), z("div", KP, [
|
@@ -15612,10 +15617,10 @@ const ZP = /* @__PURE__ */ I(XP, [["__scopeId", "data-v-9a6218e9"]]), JP = { cla
|
|
15612
15617
|
})
|
15613
15618
|
])) : (m(), z("div", {
|
15614
15619
|
key: 1,
|
15615
|
-
class:
|
15620
|
+
class: k(`AVSteps--step--number-container ${e.value.length !== f + 1 && "AVSteps--step-circle"} ${u.active && "AVSteps--step--number-container-active"}`)
|
15616
15621
|
}, g(f + 1), 3)),
|
15617
15622
|
o("span", {
|
15618
|
-
class:
|
15623
|
+
class: k(`AVSteps--step-label ${u.active && "AVSteps--step-label-active"}`)
|
15619
15624
|
}, g(u.value), 3)
|
15620
15625
|
], 2))), 128))
|
15621
15626
|
]);
|
@@ -15767,14 +15772,14 @@ const uB = /* @__PURE__ */ I(fB, [["__scopeId", "data-v-00bc4e4f"]]), mB = {
|
|
15767
15772
|
return (i, s) => {
|
15768
15773
|
const r = H("AVOptionCheckbox"), n = H("AVCard");
|
15769
15774
|
return m(), P(n, {
|
15770
|
-
class:
|
15775
|
+
class: k(`AVOption ${c.displayMode && "AVOption--display"}`)
|
15771
15776
|
}, {
|
15772
15777
|
default: O(() => [
|
15773
15778
|
c.exclusiveError && c.checked ? (m(), z("div", mB, [
|
15774
15779
|
o("div", vB, g(c.exclusiveLabel), 1)
|
15775
15780
|
])) : N("", !0),
|
15776
15781
|
o("div", {
|
15777
|
-
class:
|
15782
|
+
class: k(["AVOption--header", { exclusive: c.exclusiveError && c.checked }])
|
15778
15783
|
}, [
|
15779
15784
|
o("div", dB, [
|
15780
15785
|
c.option.image ? (m(), z("img", {
|
@@ -15898,7 +15903,7 @@ const hB = /* @__PURE__ */ I(HB, [["__scopeId", "data-v-6a7337ae"]]), MB = ["for
|
|
15898
15903
|
"data-test": "input-label"
|
15899
15904
|
}, g(c.inputLabel), 9, MB)),
|
15900
15905
|
o("div", {
|
15901
|
-
class:
|
15906
|
+
class: k(`AVRadioGroup--${c.orientation}`),
|
15902
15907
|
"data-test": "input-group"
|
15903
15908
|
}, [
|
15904
15909
|
(m(!0), z(a2, null, N2(s.value, (p, d) => (m(), P(v, {
|
@@ -15932,7 +15937,7 @@ const LB = /* @__PURE__ */ I(CB, [["__scopeId", "data-v-287b6d54"]]), gB = /* @_
|
|
15932
15937
|
},
|
15933
15938
|
setup(c) {
|
15934
15939
|
return (a, e) => (m(), z("div", {
|
15935
|
-
class:
|
15940
|
+
class: k(`AVNavigationItemList AVNavigationItemList--${c.type}`)
|
15936
15941
|
}, [
|
15937
15942
|
X(a.$slots, "default", {}, void 0, !0)
|
15938
15943
|
], 2));
|
@@ -15972,7 +15977,7 @@ const bB = /* @__PURE__ */ I(gB, [["__scopeId", "data-v-9fd5c53d"]]), xB = { cla
|
|
15972
15977
|
}, [
|
15973
15978
|
o("a", {
|
15974
15979
|
href: s.active ? null : s.href,
|
15975
|
-
class:
|
15980
|
+
class: k(`AVBreadcrumb--link ${s.active && "AVBreadcrumb--link-active"} `)
|
15976
15981
|
}, g(s.text), 11, AB),
|
15977
15982
|
V(i, {
|
15978
15983
|
icon: "fa-solid fa-angle-right",
|
@@ -16174,7 +16179,7 @@ const GB = /* @__PURE__ */ I(WB, [["__scopeId", "data-v-dd72671e"]]), YB = ["hre
|
|
16174
16179
|
_: 1
|
16175
16180
|
}),
|
16176
16181
|
o("div", {
|
16177
|
-
class:
|
16182
|
+
class: k(`AVBallotStyleCard--progress AVBallotStyleCard--progress-${c.reviewed ? "success" : "default"}`),
|
16178
16183
|
"data-test": "progress"
|
16179
16184
|
}, null, 2)
|
16180
16185
|
], 8, YB);
|
@@ -16205,7 +16210,7 @@ const eE = /* @__PURE__ */ I(aE, [["__scopeId", "data-v-c682a2cf"]]), iE = "data
|
|
16205
16210
|
return (a, e) => {
|
16206
16211
|
const i = H("AVSteps");
|
16207
16212
|
return m(), z("footer", {
|
16208
|
-
class:
|
16213
|
+
class: k(`AVFooter ${c.enableSteps && "AVFooter--stacked"}`)
|
16209
16214
|
}, [
|
16210
16215
|
c.enableSteps ? (m(), P(i, {
|
16211
16216
|
key: 0,
|
@@ -16215,7 +16220,7 @@ const eE = /* @__PURE__ */ I(aE, [["__scopeId", "data-v-c682a2cf"]]), iE = "data
|
|
16215
16220
|
class: "AVFooter--child"
|
16216
16221
|
}, null, 8, ["steps", "done", "active"])) : N("", !0),
|
16217
16222
|
o("div", {
|
16218
|
-
class:
|
16223
|
+
class: k(`AVFooter--base AVFooter--child ${c.enableSteps && "AVFooter--child-stacked"}`)
|
16219
16224
|
}, [
|
16220
16225
|
rE,
|
16221
16226
|
o("img", {
|