@avenirs-esr/avenirs-dsav 0.1.34 → 0.1.36
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/avenirs-dsav.es.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { DsfrBadge as ea, VIcon as ta, DsfrNotice as aa, DsfrButton as na, registerNavigationLinkKey as ra, DsfrLanguageSelector as Aa, DsfrSearchBar as ia, DsfrAccordionsGroup as oa, DsfrAccordion as la, useRandomId as sa, DsfrInput as ca, DsfrTag as ua, DsfrRadioButtonSet as da, DsfrRadioButton as fa, DsfrMultiselect as va, DsfrSelect as
|
|
1
|
+
import { DsfrBadge as ea, VIcon as ta, DsfrNotice as aa, DsfrButton as na, registerNavigationLinkKey as ra, DsfrLanguageSelector as Aa, DsfrSearchBar as ia, DsfrAccordionsGroup as oa, DsfrAccordion as la, useRandomId as sa, DsfrInput as ca, DsfrTag as ua, DsfrRadioButtonSet as da, DsfrRadioButton as fa, DsfrMultiselect as va, DsfrSelect as ma, DsfrTabs as ga, DsfrTabContent as Ia, DsfrTabItem as ha, DsfrNavigation as ba, DsfrModal as Ca } from "@gouvminint/vue-dsfr";
|
|
2
2
|
import { registerNavigationLinkKey as os } from "@gouvminint/vue-dsfr";
|
|
3
|
-
import { defineComponent as S, useCssVars as re, computed as p, createBlock as x, openBlock as u, mergeProps as ee, unref as s, createPropsRestProxy as wt, createElementBlock as
|
|
3
|
+
import { defineComponent as S, useCssVars as re, computed as p, createBlock as x, openBlock as u, mergeProps as ee, unref as s, createPropsRestProxy as wt, createElementBlock as g, createVNode as P, normalizeClass as F, createElementVNode as y, toDisplayString as Z, withCtx as Y, useSlots as ie, normalizeStyle as Ve, createCommentVNode as O, renderSlot as B, resolveDynamicComponent as ue, createTextVNode as nt, TransitionGroup as ya, Fragment as _, renderList as ne, toRef as Ea, ref as J, onMounted as xe, onUnmounted as je, provide as Lt, resolveComponent as Ma, withModifiers as se, mergeModels as ve, useModel as ke, nextTick as Re, createSlots as Le, watch as ce, isRef as rt, inject as pa, getCurrentScope as Na, onScopeDispose as Ta, getCurrentInstance as St, toValue as te, shallowRef as Pe, reactive as ut, normalizeProps as Qa, guardReactiveProps as Da, toRefs as At, withKeys as it, Teleport as kt, onBeforeUnmount as Oa } from "vue";
|
|
4
4
|
const vl = {
|
|
5
5
|
name: "AvBadge",
|
|
6
6
|
template: '<div class="av-badge"/>',
|
|
@@ -53,7 +53,7 @@ const vl = {
|
|
|
53
53
|
for (const [n, r] of t)
|
|
54
54
|
a[n] = r;
|
|
55
55
|
return a;
|
|
56
|
-
},
|
|
56
|
+
}, ml = /* @__PURE__ */ V(wa, [["__scopeId", "data-v-844b9e93"]]), La = { class: "av-icon-vicon--container" }, Sa = 16 / 19.19, ka = /* @__PURE__ */ S({
|
|
57
57
|
__name: "AvVIcon",
|
|
58
58
|
props: {
|
|
59
59
|
size: { default: 1 },
|
|
@@ -75,7 +75,7 @@ const vl = {
|
|
|
75
75
|
const t = wt(e, ["size"]), a = p(() => Sa * e.size), n = p(() => `${e.size}rem`);
|
|
76
76
|
return (r, i) => {
|
|
77
77
|
const A = ta;
|
|
78
|
-
return u(),
|
|
78
|
+
return u(), g("div", La, [
|
|
79
79
|
P(A, ee(t, { scale: s(a) }), null, 16, ["scale"])
|
|
80
80
|
]);
|
|
81
81
|
};
|
|
@@ -97,7 +97,7 @@ const vl = {
|
|
|
97
97
|
v274632b3: r.textColor
|
|
98
98
|
}));
|
|
99
99
|
const t = p(() => e.typographyClass.startsWith("caption") ? 1.125 : e.typographyClass.startsWith("n") || e.typographyClass.startsWith("s") ? 2 : 1.3125), a = p(() => e.inline ? void 0 : "ellipsis-container"), n = p(() => e.inline ? void 0 : "ellipsis");
|
|
100
|
-
return (r, i) => (u(),
|
|
100
|
+
return (r, i) => (u(), g("div", {
|
|
101
101
|
class: F(["icon-text--container", [s(a)]])
|
|
102
102
|
}, [
|
|
103
103
|
P(ae, {
|
|
@@ -115,7 +115,7 @@ const vl = {
|
|
|
115
115
|
function ja(e, t = "var(--dark-background-primary1)") {
|
|
116
116
|
return e.replace(/###(.+?)###/gs, `<h1 style="display:flex;flex-direction:row;justify-content:start;font-size:var(--font-size-n6);line-height:var(--line-height-n5);color:${t}">$1</h1>`).replace(/@@([\s\S]+?)@@/g, "<div>$1</div>").replace(/^\s*--\s+(.*)$/gm, '<li class="indented-list">$1</li>').replace(/(\r\n|\n|\r|\\n|\\r)/g, '<div class="line-break"></div>').replace(/__(.+?)__/g, '<span class="text-underline">$1</span>').replace(/\*\*(.+?)\*\*/g, `<strong style="color: ${t}">$1</strong>`);
|
|
117
117
|
}
|
|
118
|
-
const Ba = ["innerHTML"],
|
|
118
|
+
const Ba = ["innerHTML"], gl = /* @__PURE__ */ S({
|
|
119
119
|
__name: "AvNotice",
|
|
120
120
|
props: {
|
|
121
121
|
title: { default: "" },
|
|
@@ -154,11 +154,11 @@ const Ba = ["innerHTML"], ml = /* @__PURE__ */ S({
|
|
|
154
154
|
},
|
|
155
155
|
setup(e) {
|
|
156
156
|
const t = ie();
|
|
157
|
-
return (a, n) => (u(),
|
|
157
|
+
return (a, n) => (u(), g("div", {
|
|
158
158
|
class: "av-card",
|
|
159
159
|
style: Ve({ borderColor: e.borderColor, background: e.backgroundColor })
|
|
160
160
|
}, [
|
|
161
|
-
t.title ? (u(),
|
|
161
|
+
t.title ? (u(), g("div", {
|
|
162
162
|
key: 0,
|
|
163
163
|
class: "av-card__title",
|
|
164
164
|
style: Ve({ background: e.titleBackground, height: e.titleHeight })
|
|
@@ -166,10 +166,10 @@ const Ba = ["innerHTML"], ml = /* @__PURE__ */ S({
|
|
|
166
166
|
B(a.$slots, "title", {}, void 0, !0)
|
|
167
167
|
], 4)) : O("", !0),
|
|
168
168
|
B(a.$slots, "default", {}, void 0, !0),
|
|
169
|
-
t.body ? (u(),
|
|
169
|
+
t.body ? (u(), g("div", Pa, [
|
|
170
170
|
B(a.$slots, "body", {}, void 0, !0)
|
|
171
171
|
])) : O("", !0),
|
|
172
|
-
t.footer ? (u(),
|
|
172
|
+
t.footer ? (u(), g("div", Wa, [
|
|
173
173
|
B(a.$slots, "footer", {}, void 0, !0)
|
|
174
174
|
])) : O("", !0)
|
|
175
175
|
], 4));
|
|
@@ -205,10 +205,12 @@ const Ba = ["innerHTML"], ml = /* @__PURE__ */ S({
|
|
|
205
205
|
DOTS_VERTICAL: "mdi:dots-vertical",
|
|
206
206
|
ELECTRON_FRAMEWORK: "mdi:electron-framework",
|
|
207
207
|
FAMILY: "mdi:family",
|
|
208
|
+
FILE: "mdi:file",
|
|
208
209
|
FILE_ACCOUNT_OUTLINE: "mdi:file-account-outline",
|
|
209
210
|
FILE_DOCUMENT_BOX_MULTIPLE_OUTLINE: "mdi:file-document-box-multiple-outline",
|
|
210
211
|
FILE_DOCUMENT_EDIT_OUTLINE: "mdi:file-document-edit-outline",
|
|
211
212
|
FILE_DOCUMENT_MULTIPLE_OUTLINE: "mdi:file-document-multiple-outline",
|
|
213
|
+
FILE_IMAGE_OUTLINE: "mdi:file-image-outline",
|
|
212
214
|
FILE_TREE_OUTLINE: "mdi:file-tree-outline",
|
|
213
215
|
FLAG_VARIANT: "mdi:flag-variant",
|
|
214
216
|
FORMAT_LIST_BULLETED: "mdi:format-list-bulleted",
|
|
@@ -230,6 +232,7 @@ const Ba = ["innerHTML"], ml = /* @__PURE__ */ S({
|
|
|
230
232
|
PEOPLE_GROUP_OUTLINE: "mdi:people-group-outline",
|
|
231
233
|
PLUS_CIRCLE_OUTLINE: "mdi:plus-circle-outline",
|
|
232
234
|
POST_IT_NOTES_OUTLINE: "mdi:post-it-notes-outline",
|
|
235
|
+
RECORD_CIRCLE_OUTLINE: "mdi:record-circle-outline",
|
|
233
236
|
SCHOOL_OUTLINE: "mdi:school-outline",
|
|
234
237
|
SHARE_VARIANT_OUTLINE: "mdi:share-variant-outline",
|
|
235
238
|
STAR_CHECK_OUTLINE: "mdi:star-check-outline",
|
|
@@ -340,7 +343,7 @@ const Ba = ["innerHTML"], ml = /* @__PURE__ */ S({
|
|
|
340
343
|
return { name: R.INFORMATION_OUTLINE, color: "var(--dark-background-primary1)" };
|
|
341
344
|
}
|
|
342
345
|
});
|
|
343
|
-
return (A, o) => e.closed ? O("", !0) : (u(),
|
|
346
|
+
return (A, o) => e.closed ? O("", !0) : (u(), g("div", {
|
|
344
347
|
key: 0,
|
|
345
348
|
id: e.id,
|
|
346
349
|
class: F(["fr-alert", s(r)]),
|
|
@@ -399,7 +402,7 @@ const Ba = ["innerHTML"], ml = /* @__PURE__ */ S({
|
|
|
399
402
|
return { "--icon-path": `url(${e.basePath}assets/icons/message-badge.svg)` };
|
|
400
403
|
}
|
|
401
404
|
}
|
|
402
|
-
return (n, r) => (u(),
|
|
405
|
+
return (n, r) => (u(), g("div", Ka, [
|
|
403
406
|
P(ya, {
|
|
404
407
|
mode: "out-in",
|
|
405
408
|
name: "list",
|
|
@@ -407,7 +410,7 @@ const Ba = ["innerHTML"], ml = /* @__PURE__ */ S({
|
|
|
407
410
|
class: "toasters"
|
|
408
411
|
}, {
|
|
409
412
|
default: Y(() => [
|
|
410
|
-
(u(!0),
|
|
413
|
+
(u(!0), g(_, null, ne(e.messages, (i) => (u(), x(Fa, ee({
|
|
411
414
|
key: i.id,
|
|
412
415
|
class: ["av-toaster", t(i.type)]
|
|
413
416
|
}, { ref_for: !0 }, i, {
|
|
@@ -428,12 +431,12 @@ const Ba = ["innerHTML"], ml = /* @__PURE__ */ S({
|
|
|
428
431
|
emits: ["linkClick"],
|
|
429
432
|
setup(e, { emit: t }) {
|
|
430
433
|
const a = t;
|
|
431
|
-
return (n, r) => (u(),
|
|
434
|
+
return (n, r) => (u(), g("nav", {
|
|
432
435
|
role: "navigation",
|
|
433
436
|
"aria-label": e.navAriaLabel
|
|
434
437
|
}, [
|
|
435
438
|
y("ul", _a, [
|
|
436
|
-
(u(!0),
|
|
439
|
+
(u(!0), g(_, null, ne(e.links, (i, A) => (u(), g("li", { key: A }, [
|
|
437
440
|
P(Ce, {
|
|
438
441
|
icon: i.icon,
|
|
439
442
|
label: i.label ?? "",
|
|
@@ -455,7 +458,7 @@ const Ba = ["innerHTML"], ml = /* @__PURE__ */ S({
|
|
|
455
458
|
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
456
459
|
};
|
|
457
460
|
function tn(e, t) {
|
|
458
|
-
return u(),
|
|
461
|
+
return u(), g("svg", en, [...t[0] || (t[0] = [
|
|
459
462
|
y("rect", {
|
|
460
463
|
width: "213.732",
|
|
461
464
|
height: "96.9",
|
|
@@ -492,7 +495,7 @@ const an = /* @__PURE__ */ V($a, [["render", tn]]), nn = {
|
|
|
492
495
|
}, dn = ["aria-label", "title", "data-fr-opened"], fn = ["aria-label", "title"], vn = {
|
|
493
496
|
key: 0,
|
|
494
497
|
class: "fr-header__service"
|
|
495
|
-
},
|
|
498
|
+
}, mn = { class: "fr-header__service-title" }, gn = { class: "fr-header__tools" }, In = { class: "fr-header__tools-links" }, hn = {
|
|
496
499
|
key: 0,
|
|
497
500
|
class: "fr-header__search fr-modal demo-display-none"
|
|
498
501
|
}, bn = ["aria-label"], Cn = { class: "fr-container" }, yn = { class: "fr-header__menu-links" }, En = {
|
|
@@ -544,11 +547,11 @@ const an = /* @__PURE__ */ V($a, [["render", tn]]), nn = {
|
|
|
544
547
|
function b() {
|
|
545
548
|
l.value = !0, A.value = !1, o.value = !0;
|
|
546
549
|
}
|
|
547
|
-
const I = c,
|
|
550
|
+
const I = c, m = p(() => [a.homeLabel, a.serviceTitle].filter((M) => M).join(" - ")), C = p(() => !!r.mainnav);
|
|
548
551
|
return Lt(ra, () => c), (M, T) => {
|
|
549
552
|
var j, W;
|
|
550
553
|
const Q = Ma("RouterLink"), E = Aa, D = ia;
|
|
551
|
-
return u(),
|
|
554
|
+
return u(), g("header", nn, [
|
|
552
555
|
y("div", rn, [
|
|
553
556
|
y("div", An, [
|
|
554
557
|
y("div", on, [
|
|
@@ -557,7 +560,7 @@ const an = /* @__PURE__ */ V($a, [["render", tn]]), nn = {
|
|
|
557
560
|
y("div", cn, [
|
|
558
561
|
P(Q, {
|
|
559
562
|
to: e.homeTo,
|
|
560
|
-
title: s(
|
|
563
|
+
title: s(m)
|
|
561
564
|
}, {
|
|
562
565
|
default: Y(() => [
|
|
563
566
|
P(an, { "data-testid": "header-logo" })
|
|
@@ -565,8 +568,8 @@ const an = /* @__PURE__ */ V($a, [["render", tn]]), nn = {
|
|
|
565
568
|
_: 1
|
|
566
569
|
}, 8, ["to", "title"])
|
|
567
570
|
]),
|
|
568
|
-
e.showSearch || s(C) || (j = e.quickLinks) != null && j.length ? (u(),
|
|
569
|
-
e.showSearch ? (u(),
|
|
571
|
+
e.showSearch || s(C) || (j = e.quickLinks) != null && j.length ? (u(), g("div", un, [
|
|
572
|
+
e.showSearch ? (u(), g("button", {
|
|
570
573
|
key: 0,
|
|
571
574
|
class: "fr-btn fr-btn--search",
|
|
572
575
|
"aria-controls": "header-search",
|
|
@@ -575,7 +578,7 @@ const an = /* @__PURE__ */ V($a, [["render", tn]]), nn = {
|
|
|
575
578
|
"data-fr-opened": s(o),
|
|
576
579
|
onClick: T[0] || (T[0] = se((z) => b(), ["prevent", "stop"]))
|
|
577
580
|
}, null, 8, dn)) : O("", !0),
|
|
578
|
-
s(C) || (W = e.quickLinks) != null && W.length ? (u(),
|
|
581
|
+
s(C) || (W = e.quickLinks) != null && W.length ? (u(), g("button", {
|
|
579
582
|
key: 1,
|
|
580
583
|
id: "button-menu",
|
|
581
584
|
class: "fr-btn--menu fr-btn",
|
|
@@ -589,12 +592,12 @@ const an = /* @__PURE__ */ V($a, [["render", tn]]), nn = {
|
|
|
589
592
|
}, null, 8, fn)) : O("", !0)
|
|
590
593
|
])) : O("", !0)
|
|
591
594
|
]),
|
|
592
|
-
e.serviceTitle ? (u(),
|
|
593
|
-
y("p",
|
|
595
|
+
e.serviceTitle ? (u(), g("div", vn, [
|
|
596
|
+
y("p", mn, Z(e.serviceTitle), 1),
|
|
594
597
|
B(M.$slots, "serviceDescription", {}, void 0, !0)
|
|
595
598
|
])) : O("", !0)
|
|
596
599
|
]),
|
|
597
|
-
y("div",
|
|
600
|
+
y("div", gn, [
|
|
598
601
|
y("div", In, [
|
|
599
602
|
B(M.$slots, "before-quick-links", {}, void 0, !0),
|
|
600
603
|
s(A) ? O("", !0) : (u(), x(dt, {
|
|
@@ -607,7 +610,7 @@ const an = /* @__PURE__ */ V($a, [["render", tn]]), nn = {
|
|
|
607
610
|
onSelect: T[2] || (T[2] = (z) => n("languageSelect", z))
|
|
608
611
|
}), null, 16)) : O("", !0)
|
|
609
612
|
]),
|
|
610
|
-
e.showSearch ? (u(),
|
|
613
|
+
e.showSearch ? (u(), g("div", hn, [
|
|
611
614
|
P(D, {
|
|
612
615
|
id: e.searchbarId,
|
|
613
616
|
label: e.searchLabel,
|
|
@@ -620,7 +623,7 @@ const an = /* @__PURE__ */ V($a, [["render", tn]]), nn = {
|
|
|
620
623
|
])) : O("", !0)
|
|
621
624
|
])
|
|
622
625
|
]),
|
|
623
|
-
e.showSearch || s(C) || e.quickLinks && e.quickLinks.length || s(i) ? (u(),
|
|
626
|
+
e.showSearch || s(C) || e.quickLinks && e.quickLinks.length || s(i) ? (u(), g("div", {
|
|
624
627
|
key: 0,
|
|
625
628
|
id: "header-navigation",
|
|
626
629
|
class: F(["fr-header__menu fr-modal", { "fr-modal--opened": s(l) }]),
|
|
@@ -654,7 +657,7 @@ const an = /* @__PURE__ */ V($a, [["render", tn]]), nn = {
|
|
|
654
657
|
key: 0,
|
|
655
658
|
hidemodal: c
|
|
656
659
|
}, void 0, !0) : O("", !0),
|
|
657
|
-
s(o) ? (u(),
|
|
660
|
+
s(o) ? (u(), g("div", En, [
|
|
658
661
|
P(D, {
|
|
659
662
|
"searchbar-id": e.searchbarId,
|
|
660
663
|
"model-value": e.modelValue,
|
|
@@ -669,7 +672,7 @@ const an = /* @__PURE__ */ V($a, [["render", tn]]), nn = {
|
|
|
669
672
|
])
|
|
670
673
|
]),
|
|
671
674
|
y("div", Mn, [
|
|
672
|
-
s(C) && !s(l) ? (u(),
|
|
675
|
+
s(C) && !s(l) ? (u(), g("div", pn, [
|
|
673
676
|
B(M.$slots, "mainnav", { hidemodal: c }, void 0, !0)
|
|
674
677
|
])) : O("", !0)
|
|
675
678
|
])
|
|
@@ -681,7 +684,7 @@ const an = /* @__PURE__ */ V($a, [["render", tn]]), nn = {
|
|
|
681
684
|
viewBox: "0 0 106.703 44.429"
|
|
682
685
|
};
|
|
683
686
|
function Qn(e, t) {
|
|
684
|
-
return u(),
|
|
687
|
+
return u(), g("svg", Tn, [...t[0] || (t[0] = [
|
|
685
688
|
y("path", {
|
|
686
689
|
d: "M33.63 110.595q-.883.002-1.403.293a1.95 1.95 0 0 0-.781.783 3.1 3.1 0 0 0-.34 1.087q-.08.597-.08 1.21.001.499.091 1.086.09.589.374 1.098.283.506.792.85.51.339 1.347.339t1.347-.34q.51-.341.78-.85.271-.508.363-1.096.09-.588.09-1.087 0-.498-.09-1.087a3.4 3.4 0 0 0-.363-1.097 2.3 2.3 0 0 0-.78-.85q-.51-.339-1.347-.339m-5.296 3.394q0-1.425.294-2.547c.196-.744.51-1.38.94-1.898a4.2 4.2 0 0 1 1.64-1.2q.997-.422 2.422-.42 1.493.046 2.67.678.498.274.985.702.487.43.86 1.076.373.645.61 1.528.24.882.24 2.06 0 1.175-.216 2.06a6.2 6.2 0 0 1-.565 1.517 4.37 4.37 0 0 1-1.71 1.74q-1.086.613-2.49.634a4.6 4.6 0 0 1-1.357-.292 4.3 4.3 0 0 1-1.155-.724q-.588-.502-.973-1.45l.498.657v5.386h-2.693zM45.625 110.595q-.837 0-1.347.339-.51.338-.78.85a3.4 3.4 0 0 0-.363 1.097 7 7 0 0 0-.09 1.087q0 .499.09 1.086.09.589.362 1.098.273.506.781.85.51.339 1.347.339t1.347-.34q.51-.341.78-.85.271-.508.363-1.096.09-.588.09-1.087 0-.498-.09-1.087a3.4 3.4 0 0 0-.363-1.097 2.3 2.3 0 0 0-.78-.85q-.51-.339-1.347-.339m-5.364 3.373q0-1.178.227-2.06.225-.883.6-1.528.372-.646.859-1.076.487-.427.984-.702c.785-.42 1.683-.649 2.694-.677.996.028 1.885.257 2.67.677q.499.274.985.702.488.43.86 1.076.374.645.611 1.528c.159.589.239 1.273.239 2.06q0 1.175-.239 2.06a6.2 6.2 0 0 1-.61 1.517q-.375.632-.86 1.051a5.7 5.7 0 0 1-.985.688q-1.178.615-2.671.635-1.516-.02-2.694-.635-.497-.27-.984-.688a4.2 4.2 0 0 1-.86-1.05 5.9 5.9 0 0 1-.6-1.518q-.225-.884-.226-2.06M52.347 111.57q0-1.18.497-1.846c.333-.444.695-.783 1.087-1.009a3.9 3.9 0 0 1 1.584-.497h3.17v2.737h-2.128q-.453 0-.736.159-.283.158-.442.342-.18.222-.249.498v7.74h-2.783zM62.78 110.913v5.045q.07.275.25.497.158.184.442.342.282.159.735.159h1.72v2.738h-2.761a3.9 3.9 0 0 1-1.584-.498q-.59-.337-1.076-1.009-.487-.665-.486-1.845v-11.2h2.76v3.076h2.604v2.695zM72.558 110.595q-.838 0-1.347.339-.51.338-.78.85a3.4 3.4 0 0 0-.363 1.097 7 7 0 0 0-.09 1.087q0 .499.09 1.086.09.589.362 1.098.271.506.781.85.51.339 1.347.339t1.347-.34q.51-.341.792-.85t.373-1.096.09-1.087q0-.613-.079-1.21a3.2 3.2 0 0 0-.339-1.087 1.96 1.96 0 0 0-.781-.783q-.52-.292-1.403-.293m5.296 9.099h-2.693v-1.584l.498-.657q-.385.948-.974 1.45a4.3 4.3 0 0 1-1.154.723q-.656.25-1.358.293-1.404-.02-2.49-.635a4.8 4.8 0 0 1-.917-.688 4.4 4.4 0 0 1-.791-1.05 6.2 6.2 0 0 1-.566-1.518q-.215-.885-.215-2.06 0-1.179.226-2.06.226-.883.6-1.528.374-.646.86-1.076.487-.427.984-.702c.784-.42 1.683-.649 2.694-.677.95 0 1.758.137 2.421.42a4.2 4.2 0 0 1 1.642 1.2q.645.779.939 1.897.293 1.123.294 2.547zM82.086 108.218v11.476h-2.761v-11.476zm-2.761-2.558q0-.497.01-.744c.008-.166.053-.29.137-.364q.123-.112.408-.123a22 22 0 0 1 1.651 0q.284.012.408.123c.082.074.128.198.136.364q.01.247.01.744 0 .498-.01.748-.012.248-.136.363-.125.112-.408.124-.282.01-.826.01-.543 0-.825-.01-.285-.012-.408-.124-.126-.115-.136-.363-.01-.25-.011-.748M86.409 104.415v15.279h-2.761v-15.28z",
|
|
687
690
|
style: { fill: "#ed184e", "fill-opacity": "1", "fill-rule": "nonzero", stroke: "none", "stroke-width": ".0352778" },
|
|
@@ -709,7 +712,7 @@ const Dn = { render: Qn }, On = { class: "svg-wrapper" }, wn = /* @__PURE__ */ S
|
|
|
709
712
|
...e.width && { width: e.width },
|
|
710
713
|
...e.height && { height: e.height }
|
|
711
714
|
}));
|
|
712
|
-
return (a, n) => (u(),
|
|
715
|
+
return (a, n) => (u(), g("div", On, [
|
|
713
716
|
P(s(Dn), ee(s(t), { class: "logo" }), null, 16)
|
|
714
717
|
]));
|
|
715
718
|
}
|
|
@@ -743,7 +746,7 @@ const Dn = { render: Qn }, On = { class: "svg-wrapper" }, wn = /* @__PURE__ */ S
|
|
|
743
746
|
"aria-label": "Accordion group"
|
|
744
747
|
}, {
|
|
745
748
|
default: Y(() => [
|
|
746
|
-
(u(!0),
|
|
749
|
+
(u(!0), g(_, null, ne(s(a), (o, l) => (u(), x(s(la), {
|
|
747
750
|
id: `${r}-accordion-${l}`,
|
|
748
751
|
key: l,
|
|
749
752
|
"aria-labelledby": `accordion-title-${l}`,
|
|
@@ -793,7 +796,7 @@ const Dn = { render: Qn }, On = { class: "svg-wrapper" }, wn = /* @__PURE__ */ S
|
|
|
793
796
|
setup(e) {
|
|
794
797
|
return re((t) => ({
|
|
795
798
|
v4a373320: t.customPadding
|
|
796
|
-
})), (t, a) => (u(),
|
|
799
|
+
})), (t, a) => (u(), g("button", {
|
|
797
800
|
class: "av-rich-button",
|
|
798
801
|
title: e.label,
|
|
799
802
|
"aria-label": e.label,
|
|
@@ -830,7 +833,7 @@ const Dn = { render: Qn }, On = { class: "svg-wrapper" }, wn = /* @__PURE__ */ S
|
|
|
830
833
|
validMessage: { default: void 0 }
|
|
831
834
|
},
|
|
832
835
|
setup(e) {
|
|
833
|
-
return (t, a) => e.error || e.validMessage ? (u(),
|
|
836
|
+
return (t, a) => e.error || e.validMessage ? (u(), g("div", Wn, [
|
|
834
837
|
P(xa, {
|
|
835
838
|
icon: e.error ? s(R).CLOSE_CIRCLE_OUTLINE : s(R).CHECK_CIRCLE_OUTLINE,
|
|
836
839
|
"icon-color": e.error ? "var(--dark-background-error)" : "var(--dark-background-success)",
|
|
@@ -873,15 +876,15 @@ const Dn = { render: Qn }, On = { class: "svg-wrapper" }, wn = /* @__PURE__ */ S
|
|
|
873
876
|
}));
|
|
874
877
|
const a = t, n = p(() => Array.isArray(e.accept) ? e.accept.join(",") : e.accept), r = J(!1);
|
|
875
878
|
function i(I) {
|
|
876
|
-
const
|
|
877
|
-
return
|
|
879
|
+
const m = n.value;
|
|
880
|
+
return m ? m.split(",").map((M) => M.trim().toLowerCase()).some((M) => M.startsWith(".") ? I.name.toLowerCase().endsWith(M) : M.includes("/") ? I.type === M || I.type.startsWith(`${M.split("/")[0]}/`) : !1) : !0;
|
|
878
881
|
}
|
|
879
882
|
async function A(I) {
|
|
880
883
|
var C, M;
|
|
881
884
|
if (I.preventDefault(), r.value = !1, e.disabled || !((M = (C = I.dataTransfer) == null ? void 0 : C.files) != null && M.length))
|
|
882
885
|
return;
|
|
883
|
-
const
|
|
884
|
-
await Re(),
|
|
886
|
+
const m = Array.from(I.dataTransfer.files).filter(i);
|
|
887
|
+
await Re(), m.length ? (a("change", m), a("update:modelValue", m[0] ?? "")) : a("onDropAcceptTypeError");
|
|
885
888
|
}
|
|
886
889
|
function o(I) {
|
|
887
890
|
I.preventDefault(), e.disabled || (r.value = !0);
|
|
@@ -890,8 +893,8 @@ const Dn = { render: Qn }, On = { class: "svg-wrapper" }, wn = /* @__PURE__ */ S
|
|
|
890
893
|
r.value = !1;
|
|
891
894
|
}
|
|
892
895
|
function c(I) {
|
|
893
|
-
const
|
|
894
|
-
a("change",
|
|
896
|
+
const m = I.target.files;
|
|
897
|
+
a("change", m), a("update:modelValue", (m == null ? void 0 : m[0]) ?? null);
|
|
895
898
|
}
|
|
896
899
|
const d = p(() => e.fileName || e.modelValue && !e.enableMultiple), f = p(() => ({
|
|
897
900
|
for: e.id,
|
|
@@ -910,10 +913,10 @@ const Dn = { render: Qn }, On = { class: "svg-wrapper" }, wn = /* @__PURE__ */ S
|
|
|
910
913
|
onDrop: A
|
|
911
914
|
}));
|
|
912
915
|
function b(I) {
|
|
913
|
-
var
|
|
914
|
-
I ? (a("update:modelValue", null), a("update:validMessage", null), a("update:error", null), a("change", [])) : (
|
|
916
|
+
var m;
|
|
917
|
+
I ? (a("update:modelValue", null), a("update:validMessage", null), a("update:error", null), a("change", [])) : (m = e.onDeleteFile) == null || m.call(e);
|
|
915
918
|
}
|
|
916
|
-
return (I,
|
|
919
|
+
return (I, m) => (u(), g(_, null, [
|
|
917
920
|
(u(), x(ue(s(d) ? "div" : "label"), ee(s(d) ? {} : s(f), {
|
|
918
921
|
class: s(d) ? "file-preview-container" : ""
|
|
919
922
|
}), {
|
|
@@ -932,9 +935,9 @@ const Dn = { render: Qn }, On = { class: "svg-wrapper" }, wn = /* @__PURE__ */ S
|
|
|
932
935
|
], !0)
|
|
933
936
|
]),
|
|
934
937
|
y("div", Hn, [
|
|
935
|
-
s(d) ? (u(),
|
|
938
|
+
s(d) ? (u(), g("div", Zn, [
|
|
936
939
|
y("span", qn, Z(e.fileName || e.modelValue.name), 1)
|
|
937
|
-
])) : (u(),
|
|
940
|
+
])) : (u(), g("div", Yn, [
|
|
938
941
|
y("span", Rn, Z(e.title), 1),
|
|
939
942
|
y("span", Fn, Z(e.description), 1)
|
|
940
943
|
])),
|
|
@@ -943,12 +946,12 @@ const Dn = { render: Qn }, On = { class: "svg-wrapper" }, wn = /* @__PURE__ */ S
|
|
|
943
946
|
error: e.error
|
|
944
947
|
}, null, 8, ["valid-message", "error"])
|
|
945
948
|
]),
|
|
946
|
-
e.disabled ? O("", !0) : (u(),
|
|
949
|
+
e.disabled ? O("", !0) : (u(), g("div", Kn, [
|
|
947
950
|
s(d) ? (u(), x(Ce, {
|
|
948
951
|
key: 0,
|
|
949
952
|
label: e.deleteButtonLabel,
|
|
950
953
|
theme: "SECONDARY",
|
|
951
|
-
onClick:
|
|
954
|
+
onClick: m[0] || (m[0] = () => b(e.modelValue))
|
|
952
955
|
}, null, 8, ["label"])) : (u(), x(ae, {
|
|
953
956
|
key: 1,
|
|
954
957
|
size: 1.5,
|
|
@@ -956,7 +959,7 @@ const Dn = { render: Qn }, On = { class: "svg-wrapper" }, wn = /* @__PURE__ */ S
|
|
|
956
959
|
color: "var(--dark-background-primary1)"
|
|
957
960
|
}, null, 8, ["name"]))
|
|
958
961
|
])),
|
|
959
|
-
s(d) ? O("", !0) : (u(),
|
|
962
|
+
s(d) ? O("", !0) : (u(), g("input", ee({
|
|
960
963
|
key: 1,
|
|
961
964
|
id: e.id,
|
|
962
965
|
class: "fr-upload",
|
|
@@ -966,7 +969,7 @@ const Dn = { render: Qn }, On = { class: "svg-wrapper" }, wn = /* @__PURE__ */ S
|
|
|
966
969
|
disabled: e.disabled,
|
|
967
970
|
"aria-disabled": e.disabled,
|
|
968
971
|
accept: s(n),
|
|
969
|
-
onChange:
|
|
972
|
+
onChange: m[1] || (m[1] = (C) => c(C))
|
|
970
973
|
}), null, 16, Gn))
|
|
971
974
|
])
|
|
972
975
|
], 2)
|
|
@@ -979,11 +982,11 @@ const Dn = { render: Qn }, On = { class: "svg-wrapper" }, wn = /* @__PURE__ */ S
|
|
|
979
982
|
], 64));
|
|
980
983
|
}
|
|
981
984
|
}), Dl = /* @__PURE__ */ V(_n, [["__scopeId", "data-v-2c0c549f"]]), zt = 6048e5, $n = 864e5, ft = Symbol.for("constructDateFrom");
|
|
982
|
-
function
|
|
985
|
+
function me(e, t) {
|
|
983
986
|
return typeof e == "function" ? e(t) : e && typeof e == "object" && ft in e ? e[ft](t) : e instanceof Date ? new e.constructor(t) : new Date(t);
|
|
984
987
|
}
|
|
985
988
|
function le(e, t) {
|
|
986
|
-
return
|
|
989
|
+
return me(t || e, e);
|
|
987
990
|
}
|
|
988
991
|
let er = {};
|
|
989
992
|
function Fe() {
|
|
@@ -998,9 +1001,9 @@ function Ue(e, t) {
|
|
|
998
1001
|
return ze(e, { ...t, weekStartsOn: 1 });
|
|
999
1002
|
}
|
|
1000
1003
|
function xt(e, t) {
|
|
1001
|
-
const a = le(e, t == null ? void 0 : t.in), n = a.getFullYear(), r =
|
|
1004
|
+
const a = le(e, t == null ? void 0 : t.in), n = a.getFullYear(), r = me(a, 0);
|
|
1002
1005
|
r.setFullYear(n + 1, 0, 4), r.setHours(0, 0, 0, 0);
|
|
1003
|
-
const i = Ue(r), A =
|
|
1006
|
+
const i = Ue(r), A = me(a, 0);
|
|
1004
1007
|
A.setFullYear(n, 0, 4), A.setHours(0, 0, 0, 0);
|
|
1005
1008
|
const o = Ue(A);
|
|
1006
1009
|
return a.getTime() >= i.getTime() ? n + 1 : a.getTime() >= o.getTime() ? n : n - 1;
|
|
@@ -1020,13 +1023,13 @@ function vt(e) {
|
|
|
1020
1023
|
return a.setUTCFullYear(t.getFullYear()), +e - +a;
|
|
1021
1024
|
}
|
|
1022
1025
|
function tr(e, ...t) {
|
|
1023
|
-
const a =
|
|
1026
|
+
const a = me.bind(
|
|
1024
1027
|
null,
|
|
1025
1028
|
t.find((n) => typeof n == "object")
|
|
1026
1029
|
);
|
|
1027
1030
|
return t.map(a);
|
|
1028
1031
|
}
|
|
1029
|
-
function
|
|
1032
|
+
function mt(e, t) {
|
|
1030
1033
|
const a = le(e, t == null ? void 0 : t.in);
|
|
1031
1034
|
return a.setHours(0, 0, 0, 0), a;
|
|
1032
1035
|
}
|
|
@@ -1035,11 +1038,11 @@ function ar(e, t, a) {
|
|
|
1035
1038
|
a == null ? void 0 : a.in,
|
|
1036
1039
|
e,
|
|
1037
1040
|
t
|
|
1038
|
-
), i =
|
|
1041
|
+
), i = mt(n), A = mt(r), o = +i - vt(i), l = +A - vt(A);
|
|
1039
1042
|
return Math.round((o - l) / $n);
|
|
1040
1043
|
}
|
|
1041
1044
|
function nr(e, t) {
|
|
1042
|
-
const a = xt(e, t), n =
|
|
1045
|
+
const a = xt(e, t), n = me(e, 0);
|
|
1043
1046
|
return n.setFullYear(a, 0, 4), n.setHours(0, 0, 0, 0), Ue(n);
|
|
1044
1047
|
}
|
|
1045
1048
|
function rr(e) {
|
|
@@ -1180,11 +1183,11 @@ const vr = {
|
|
|
1180
1183
|
narrow: ["B", "A"],
|
|
1181
1184
|
abbreviated: ["BC", "AD"],
|
|
1182
1185
|
wide: ["Before Christ", "Anno Domini"]
|
|
1183
|
-
},
|
|
1186
|
+
}, mr = {
|
|
1184
1187
|
narrow: ["1", "2", "3", "4"],
|
|
1185
1188
|
abbreviated: ["Q1", "Q2", "Q3", "Q4"],
|
|
1186
1189
|
wide: ["1st quarter", "2nd quarter", "3rd quarter", "4th quarter"]
|
|
1187
|
-
},
|
|
1190
|
+
}, gr = {
|
|
1188
1191
|
narrow: ["J", "F", "M", "A", "M", "J", "J", "A", "S", "O", "N", "D"],
|
|
1189
1192
|
abbreviated: [
|
|
1190
1193
|
"Jan",
|
|
@@ -1308,12 +1311,12 @@ const vr = {
|
|
|
1308
1311
|
defaultWidth: "wide"
|
|
1309
1312
|
}),
|
|
1310
1313
|
quarter: Qe({
|
|
1311
|
-
values:
|
|
1314
|
+
values: mr,
|
|
1312
1315
|
defaultWidth: "wide",
|
|
1313
1316
|
argumentCallback: (e) => e - 1
|
|
1314
1317
|
}),
|
|
1315
1318
|
month: Qe({
|
|
1316
|
-
values:
|
|
1319
|
+
values: gr,
|
|
1317
1320
|
defaultWidth: "wide"
|
|
1318
1321
|
}),
|
|
1319
1322
|
day: Qe({
|
|
@@ -1493,16 +1496,16 @@ function Vr(e, t) {
|
|
|
1493
1496
|
}
|
|
1494
1497
|
function Bt(e, t) {
|
|
1495
1498
|
var d, f, b, I;
|
|
1496
|
-
const a = le(e, t == null ? void 0 : t.in), n = a.getFullYear(), r = Fe(), i = (t == null ? void 0 : t.firstWeekContainsDate) ?? ((f = (d = t == null ? void 0 : t.locale) == null ? void 0 : d.options) == null ? void 0 : f.firstWeekContainsDate) ?? r.firstWeekContainsDate ?? ((I = (b = r.locale) == null ? void 0 : b.options) == null ? void 0 : I.firstWeekContainsDate) ?? 1, A =
|
|
1499
|
+
const a = le(e, t == null ? void 0 : t.in), n = a.getFullYear(), r = Fe(), i = (t == null ? void 0 : t.firstWeekContainsDate) ?? ((f = (d = t == null ? void 0 : t.locale) == null ? void 0 : d.options) == null ? void 0 : f.firstWeekContainsDate) ?? r.firstWeekContainsDate ?? ((I = (b = r.locale) == null ? void 0 : b.options) == null ? void 0 : I.firstWeekContainsDate) ?? 1, A = me((t == null ? void 0 : t.in) || e, 0);
|
|
1497
1500
|
A.setFullYear(n + 1, 0, i), A.setHours(0, 0, 0, 0);
|
|
1498
|
-
const o = ze(A, t), l =
|
|
1501
|
+
const o = ze(A, t), l = me((t == null ? void 0 : t.in) || e, 0);
|
|
1499
1502
|
l.setFullYear(n, 0, i), l.setHours(0, 0, 0, 0);
|
|
1500
1503
|
const c = ze(l, t);
|
|
1501
1504
|
return +a >= +o ? n + 1 : +a >= +c ? n : n - 1;
|
|
1502
1505
|
}
|
|
1503
1506
|
function Ur(e, t) {
|
|
1504
1507
|
var o, l, c, d;
|
|
1505
|
-
const a = Fe(), n = (t == null ? void 0 : t.firstWeekContainsDate) ?? ((l = (o = t == null ? void 0 : t.locale) == null ? void 0 : o.options) == null ? void 0 : l.firstWeekContainsDate) ?? a.firstWeekContainsDate ?? ((d = (c = a.locale) == null ? void 0 : c.options) == null ? void 0 : d.firstWeekContainsDate) ?? 1, r = Bt(e, t), i =
|
|
1508
|
+
const a = Fe(), n = (t == null ? void 0 : t.firstWeekContainsDate) ?? ((l = (o = t == null ? void 0 : t.locale) == null ? void 0 : o.options) == null ? void 0 : l.firstWeekContainsDate) ?? a.firstWeekContainsDate ?? ((d = (c = a.locale) == null ? void 0 : c.options) == null ? void 0 : d.firstWeekContainsDate) ?? 1, r = Bt(e, t), i = me((t == null ? void 0 : t.in) || e, 0);
|
|
1506
1509
|
return i.setFullYear(r, 0, n), i.setHours(0, 0, 0, 0), ze(i, t);
|
|
1507
1510
|
}
|
|
1508
1511
|
function Xr(e, t) {
|
|
@@ -1574,7 +1577,7 @@ const fe = {
|
|
|
1574
1577
|
afternoon: "afternoon",
|
|
1575
1578
|
evening: "evening",
|
|
1576
1579
|
night: "night"
|
|
1577
|
-
},
|
|
1580
|
+
}, gt = {
|
|
1578
1581
|
// Era
|
|
1579
1582
|
G: function(e, t, a) {
|
|
1580
1583
|
const n = e.getFullYear() > 0 ? 1 : 0;
|
|
@@ -2209,26 +2212,26 @@ function nA(e, t, a) {
|
|
|
2209
2212
|
const n = Fe(), r = n.locale ?? Pr, i = n.firstWeekContainsDate ?? ((f = (d = n.locale) == null ? void 0 : d.options) == null ? void 0 : f.firstWeekContainsDate) ?? 1, A = n.weekStartsOn ?? ((I = (b = n.locale) == null ? void 0 : b.options) == null ? void 0 : I.weekStartsOn) ?? 0, o = le(e, a == null ? void 0 : a.in);
|
|
2210
2213
|
if (!jt(o))
|
|
2211
2214
|
throw new RangeError("Invalid time value");
|
|
2212
|
-
let l = t.match($r).map((
|
|
2213
|
-
const C =
|
|
2215
|
+
let l = t.match($r).map((m) => {
|
|
2216
|
+
const C = m[0];
|
|
2214
2217
|
if (C === "p" || C === "P") {
|
|
2215
2218
|
const M = Zr[C];
|
|
2216
|
-
return M(
|
|
2219
|
+
return M(m, r.formatLong);
|
|
2217
2220
|
}
|
|
2218
|
-
return
|
|
2219
|
-
}).join("").match(_r).map((
|
|
2220
|
-
if (
|
|
2221
|
+
return m;
|
|
2222
|
+
}).join("").match(_r).map((m) => {
|
|
2223
|
+
if (m === "''")
|
|
2221
2224
|
return { isToken: !1, value: "'" };
|
|
2222
|
-
const C =
|
|
2225
|
+
const C = m[0];
|
|
2223
2226
|
if (C === "'")
|
|
2224
|
-
return { isToken: !1, value: rA(
|
|
2225
|
-
if (
|
|
2226
|
-
return { isToken: !0, value:
|
|
2227
|
+
return { isToken: !1, value: rA(m) };
|
|
2228
|
+
if (gt[C])
|
|
2229
|
+
return { isToken: !0, value: m };
|
|
2227
2230
|
if (C.match(aA))
|
|
2228
2231
|
throw new RangeError(
|
|
2229
2232
|
"Format string contains an unescaped latin alphabet character `" + C + "`"
|
|
2230
2233
|
);
|
|
2231
|
-
return { isToken: !1, value:
|
|
2234
|
+
return { isToken: !1, value: m };
|
|
2232
2235
|
});
|
|
2233
2236
|
r.localize.preprocessor && (l = r.localize.preprocessor(o, l));
|
|
2234
2237
|
const c = {
|
|
@@ -2236,11 +2239,11 @@ function nA(e, t, a) {
|
|
|
2236
2239
|
weekStartsOn: A,
|
|
2237
2240
|
locale: r
|
|
2238
2241
|
};
|
|
2239
|
-
return l.map((
|
|
2240
|
-
if (!
|
|
2241
|
-
const C =
|
|
2242
|
+
return l.map((m) => {
|
|
2243
|
+
if (!m.isToken) return m.value;
|
|
2244
|
+
const C = m.value;
|
|
2242
2245
|
(Kr(C) || Fr(C)) && Gr(C, t, String(e));
|
|
2243
|
-
const M =
|
|
2246
|
+
const M = gt[C[0]];
|
|
2244
2247
|
return M(o, C, r.localize, c);
|
|
2245
2248
|
}).join("");
|
|
2246
2249
|
}
|
|
@@ -2292,11 +2295,11 @@ const AA = { class: "av-input__wrapper" }, iA = {
|
|
|
2292
2295
|
if (!(a.type !== "date" && a.type !== "datetime-local" || b === void 0 || !jt(b)))
|
|
2293
2296
|
return nA(b, "yyyy-MM-dd");
|
|
2294
2297
|
}
|
|
2295
|
-
return (b, I) => (u(),
|
|
2298
|
+
return (b, I) => (u(), g("div", {
|
|
2296
2299
|
class: F(["av-input", { "av-input--date": e.type === "date" }])
|
|
2297
2300
|
}, [
|
|
2298
2301
|
y("div", AA, [
|
|
2299
|
-
e.prefixIcon ? (u(),
|
|
2302
|
+
e.prefixIcon ? (u(), g("div", iA, [
|
|
2300
2303
|
P(ae, {
|
|
2301
2304
|
name: e.prefixIcon,
|
|
2302
2305
|
size: 1.2
|
|
@@ -2323,7 +2326,7 @@ const AA = { class: "av-input__wrapper" }, iA = {
|
|
|
2323
2326
|
}, b.$attrs, {
|
|
2324
2327
|
max: s(d),
|
|
2325
2328
|
min: s(c),
|
|
2326
|
-
"onUpdate:modelValue": I[0] || (I[0] = (
|
|
2329
|
+
"onUpdate:modelValue": I[0] || (I[0] = (m) => n("update:modelValue", m))
|
|
2327
2330
|
}), Le({ _: 2 }, [
|
|
2328
2331
|
r.requiredTip ? {
|
|
2329
2332
|
name: "required-tip",
|
|
@@ -2337,23 +2340,23 @@ const AA = { class: "av-input__wrapper" }, iA = {
|
|
|
2337
2340
|
currentValue: e.modelValue,
|
|
2338
2341
|
maxlength: e.maxlength
|
|
2339
2342
|
}, () => {
|
|
2340
|
-
var
|
|
2343
|
+
var m;
|
|
2341
2344
|
return [
|
|
2342
|
-
e.maxlength ? (u(),
|
|
2345
|
+
e.maxlength ? (u(), g("span", oA, Z((m = e.modelValue) == null ? void 0 : m.toString().length) + " / " + Z(e.maxlength), 1)) : O("", !0)
|
|
2343
2346
|
];
|
|
2344
2347
|
}, !0)
|
|
2345
2348
|
]),
|
|
2346
|
-
s(i).length > 0 ? (u(),
|
|
2347
|
-
(u(!0),
|
|
2349
|
+
s(i).length > 0 ? (u(), g("div", lA, [
|
|
2350
|
+
(u(!0), g(_, null, ne(s(i), (m, C) => (u(), g("div", {
|
|
2348
2351
|
key: C,
|
|
2349
2352
|
class: "av-input__error-message"
|
|
2350
|
-
}, Z(
|
|
2353
|
+
}, Z(m), 1))), 128))
|
|
2351
2354
|
])) : O("", !0),
|
|
2352
|
-
s(A).length > 0 ? (u(),
|
|
2353
|
-
(u(!0),
|
|
2355
|
+
s(A).length > 0 ? (u(), g("div", sA, [
|
|
2356
|
+
(u(!0), g(_, null, ne(s(A), (m, C) => (u(), g("div", {
|
|
2354
2357
|
key: C,
|
|
2355
2358
|
class: "av-input__valid-message"
|
|
2356
|
-
}, Z(
|
|
2359
|
+
}, Z(m), 1))), 128))
|
|
2357
2360
|
])) : O("", !0)
|
|
2358
2361
|
], 2));
|
|
2359
2362
|
}
|
|
@@ -2384,7 +2387,7 @@ const AA = { class: "av-input__wrapper" }, iA = {
|
|
|
2384
2387
|
v718f62b9: r.borderColor
|
|
2385
2388
|
}));
|
|
2386
2389
|
const t = p(() => `av-list--${e.size}`), a = p(() => e.bordered ? "av-list--bordered" : ""), n = p(() => e.divided ? "av-list--divided" : "");
|
|
2387
|
-
return (r, i) => (u(),
|
|
2390
|
+
return (r, i) => (u(), g("div", {
|
|
2388
2391
|
class: F(["av-list", [s(t), s(a), s(n)]]),
|
|
2389
2392
|
role: e.role,
|
|
2390
2393
|
"aria-label": e.ariaLabel,
|
|
@@ -2399,10 +2402,10 @@ const AA = { class: "av-input__wrapper" }, iA = {
|
|
|
2399
2402
|
props: ["clickable", "hoverBackgroundColor", "selected", "icon", "iconSize", "iconColor", "colorOnHover"],
|
|
2400
2403
|
emits: ["click"],
|
|
2401
2404
|
template: `<div class="av-list-item-stub" @click="$emit('click')"><slot /></div>`
|
|
2402
|
-
}, vA = ["role"],
|
|
2405
|
+
}, vA = ["role"], mA = {
|
|
2403
2406
|
key: 0,
|
|
2404
2407
|
class: "av-list-item__icon"
|
|
2405
|
-
},
|
|
2408
|
+
}, gA = { class: "av-list-item__content" }, IA = {
|
|
2406
2409
|
key: 0,
|
|
2407
2410
|
class: "av-list-item__title"
|
|
2408
2411
|
}, hA = {
|
|
@@ -2456,7 +2459,7 @@ const AA = { class: "av-input__wrapper" }, iA = {
|
|
|
2456
2459
|
}
|
|
2457
2460
|
}
|
|
2458
2461
|
const A = p(() => e.clickable ? "av-list-item--clickable" : ""), o = p(() => e.disabled ? "av-list-item--disabled" : ""), l = p(() => e.selected ? "av-list-item--selected" : "");
|
|
2459
|
-
return (c, d) => (u(),
|
|
2462
|
+
return (c, d) => (u(), g("div", { role: e.role }, [
|
|
2460
2463
|
(u(), x(ue(s(a)), {
|
|
2461
2464
|
class: F(["av-list-item", [s(A), s(o), s(l)]]),
|
|
2462
2465
|
tabindex: e.clickable && !e.disabled ? 0 : void 0,
|
|
@@ -2471,17 +2474,17 @@ const AA = { class: "av-input__wrapper" }, iA = {
|
|
|
2471
2474
|
onKeydown: i
|
|
2472
2475
|
}, {
|
|
2473
2476
|
default: Y(() => [
|
|
2474
|
-
e.icon ? (u(),
|
|
2477
|
+
e.icon ? (u(), g("div", mA, [
|
|
2475
2478
|
P(ae, {
|
|
2476
2479
|
name: e.icon,
|
|
2477
2480
|
color: e.iconColor ?? e.color,
|
|
2478
2481
|
size: e.iconSize
|
|
2479
2482
|
}, null, 8, ["name", "color", "size"])
|
|
2480
2483
|
])) : O("", !0),
|
|
2481
|
-
y("div",
|
|
2482
|
-
e.title ? (u(),
|
|
2483
|
-
e.description ? (u(),
|
|
2484
|
-
t.default ? (u(),
|
|
2484
|
+
y("div", gA, [
|
|
2485
|
+
e.title ? (u(), g("div", IA, Z(e.title), 1)) : O("", !0),
|
|
2486
|
+
e.description ? (u(), g("div", hA, Z(e.description), 1)) : O("", !0),
|
|
2487
|
+
t.default ? (u(), g("div", bA, [
|
|
2485
2488
|
B(c.$slots, "default", {}, void 0, !0)
|
|
2486
2489
|
])) : O("", !0)
|
|
2487
2490
|
])
|
|
@@ -2535,30 +2538,30 @@ const EA = { class: "av-select-container" }, MA = /* @__PURE__ */ S({
|
|
|
2535
2538
|
function I(C) {
|
|
2536
2539
|
return f(C) ? R.CHECK : void 0;
|
|
2537
2540
|
}
|
|
2538
|
-
function
|
|
2541
|
+
function m(C) {
|
|
2539
2542
|
return f(C) && !A;
|
|
2540
2543
|
}
|
|
2541
2544
|
return ce(() => t.selected, (C) => {
|
|
2542
2545
|
d.value = c(C);
|
|
2543
2546
|
}, { immediate: !0 }), (C, M) => {
|
|
2544
2547
|
const T = ua;
|
|
2545
|
-
return u(),
|
|
2546
|
-
s(a) ? (u(),
|
|
2548
|
+
return u(), g("div", EA, [
|
|
2549
|
+
s(a) ? (u(), g("span", {
|
|
2547
2550
|
key: 0,
|
|
2548
2551
|
class: F(["av-select-label", [s(r)]])
|
|
2549
2552
|
}, Z(s(a)), 3)) : O("", !0),
|
|
2550
|
-
(u(!0),
|
|
2553
|
+
(u(!0), g(_, null, ne(s(l), (Q) => (u(), g("div", {
|
|
2551
2554
|
key: Q.value,
|
|
2552
2555
|
class: "tag-wrapper"
|
|
2553
2556
|
}, [
|
|
2554
2557
|
P(T, {
|
|
2555
2558
|
class: F({
|
|
2556
2559
|
"fr-tag--selected": f(Q),
|
|
2557
|
-
"fr-tag--disabled":
|
|
2560
|
+
"fr-tag--disabled": m(Q)
|
|
2558
2561
|
}),
|
|
2559
2562
|
label: Q.label,
|
|
2560
2563
|
icon: I(Q),
|
|
2561
|
-
disabled:
|
|
2564
|
+
disabled: m(Q),
|
|
2562
2565
|
selectable: "",
|
|
2563
2566
|
selected: f(Q),
|
|
2564
2567
|
onSelect: () => b(Q)
|
|
@@ -2589,7 +2592,7 @@ const Sl = [
|
|
|
2589
2592
|
label: e.pageSizeSelected.toString(),
|
|
2590
2593
|
value: e.pageSizeSelected.toString()
|
|
2591
2594
|
}));
|
|
2592
|
-
return (n, r) => (u(),
|
|
2595
|
+
return (n, r) => (u(), g("div", NA, [
|
|
2593
2596
|
P(pA, {
|
|
2594
2597
|
options: s(t),
|
|
2595
2598
|
selected: s(a),
|
|
@@ -2665,13 +2668,13 @@ const Sl = [
|
|
|
2665
2668
|
d && r("update:modelValue", d);
|
|
2666
2669
|
}), t({ selected: c }), (d, f) => (u(), x(s(da), ee(n, { "model-value": s(c) }), {
|
|
2667
2670
|
default: Y(() => [
|
|
2668
|
-
(u(!0),
|
|
2669
|
-
var
|
|
2671
|
+
(u(!0), g(_, null, ne(s(l), (b, I) => {
|
|
2672
|
+
var m, C;
|
|
2670
2673
|
return u(), x(s(fa), {
|
|
2671
2674
|
key: I,
|
|
2672
2675
|
modelValue: s(c),
|
|
2673
2676
|
"onUpdate:modelValue": f[0] || (f[0] = (M) => rt(c) ? c.value = M : null),
|
|
2674
|
-
value: (
|
|
2677
|
+
value: (m = b.props) == null ? void 0 : m.value,
|
|
2675
2678
|
disabled: ((C = b.props) == null ? void 0 : C.disabled) ?? n.disabled,
|
|
2676
2679
|
small: n.small,
|
|
2677
2680
|
inline: n.inline,
|
|
@@ -2754,11 +2757,11 @@ function kA(...e) {
|
|
|
2754
2757
|
a && (clearTimeout(a), a = void 0, r(), r = pe);
|
|
2755
2758
|
};
|
|
2756
2759
|
return (b) => {
|
|
2757
|
-
const I = te(A),
|
|
2758
|
-
return d(), I <= 0 ? (t = Date.now(), C()) : (
|
|
2760
|
+
const I = te(A), m = Date.now() - t, C = () => i = b();
|
|
2761
|
+
return d(), I <= 0 ? (t = Date.now(), C()) : (m > I && (l || !n) ? (t = Date.now(), C()) : o && (i = new Promise((M, T) => {
|
|
2759
2762
|
r = c ? T : M, a = setTimeout(() => {
|
|
2760
2763
|
t = Date.now(), n = !0, M(C()), d();
|
|
2761
|
-
}, Math.max(0, I -
|
|
2764
|
+
}, Math.max(0, I - m));
|
|
2762
2765
|
})), !l && !a && (a = setTimeout(() => n = !0, I)), n = !1, i);
|
|
2763
2766
|
};
|
|
2764
2767
|
}
|
|
@@ -2825,7 +2828,7 @@ function Ct(...e) {
|
|
|
2825
2828
|
t.push(
|
|
2826
2829
|
...o.flatMap(
|
|
2827
2830
|
(b) => l.flatMap(
|
|
2828
|
-
(I) => c.map((
|
|
2831
|
+
(I) => c.map((m) => n(b, I, m, f))
|
|
2829
2832
|
)
|
|
2830
2833
|
)
|
|
2831
2834
|
);
|
|
@@ -2898,7 +2901,7 @@ function XA(e, t = {}) {
|
|
|
2898
2901
|
}
|
|
2899
2902
|
} = t, b = typeof o == "boolean" ? {
|
|
2900
2903
|
mutation: o
|
|
2901
|
-
} : o, I = Pe(0),
|
|
2904
|
+
} : o, I = Pe(0), m = Pe(0), C = p({
|
|
2902
2905
|
get() {
|
|
2903
2906
|
return I.value;
|
|
2904
2907
|
},
|
|
@@ -2907,7 +2910,7 @@ function XA(e, t = {}) {
|
|
|
2907
2910
|
}
|
|
2908
2911
|
}), M = p({
|
|
2909
2912
|
get() {
|
|
2910
|
-
return
|
|
2913
|
+
return m.value;
|
|
2911
2914
|
},
|
|
2912
2915
|
set(w) {
|
|
2913
2916
|
T(void 0, w);
|
|
@@ -2926,7 +2929,7 @@ function XA(e, t = {}) {
|
|
|
2926
2929
|
behavior: te(c)
|
|
2927
2930
|
});
|
|
2928
2931
|
const k = ((h = N == null ? void 0 : N.document) == null ? void 0 : h.documentElement) || (N == null ? void 0 : N.documentElement) || N;
|
|
2929
|
-
C != null && (I.value = k.scrollLeft), M != null && (
|
|
2932
|
+
C != null && (I.value = k.scrollLeft), M != null && (m.value = k.scrollTop);
|
|
2930
2933
|
}
|
|
2931
2934
|
const Q = Pe(!1), E = ut({
|
|
2932
2935
|
left: !0,
|
|
@@ -2949,9 +2952,9 @@ function XA(e, t = {}) {
|
|
|
2949
2952
|
const U = Math.abs(k * N) <= (A.left || 0), q = Math.abs(k * N) + $.clientWidth >= $.scrollWidth - (A.right || 0) - yt;
|
|
2950
2953
|
X === "flex" && v === "row-reverse" ? (E.left = q, E.right = U) : (E.left = U, E.right = q), I.value = k;
|
|
2951
2954
|
let L = $.scrollTop;
|
|
2952
|
-
w === d.document && !L && (L = d.document.body.scrollTop), D.top = L <
|
|
2955
|
+
w === d.document && !L && (L = d.document.body.scrollTop), D.top = L < m.value, D.bottom = L > m.value;
|
|
2953
2956
|
const K = Math.abs(L) <= (A.top || 0), G = Math.abs(L) + $.clientHeight >= $.scrollHeight - (A.bottom || 0) - yt;
|
|
2954
|
-
X === "flex" && v === "column-reverse" ? (E.top = G, E.bottom = K) : (E.top = K, E.bottom = G),
|
|
2957
|
+
X === "flex" && v === "column-reverse" ? (E.top = G, E.bottom = K) : (E.top = K, E.bottom = G), m.value = L;
|
|
2955
2958
|
}, Ae = (w) => {
|
|
2956
2959
|
var oe;
|
|
2957
2960
|
if (!d)
|
|
@@ -3069,7 +3072,7 @@ function Rt(e, t, a) {
|
|
|
3069
3072
|
var z = n, Ae = r;
|
|
3070
3073
|
return n = r = void 0, c = W, A = e.apply(Ae, z), A;
|
|
3071
3074
|
}
|
|
3072
|
-
function
|
|
3075
|
+
function m(W) {
|
|
3073
3076
|
return c = W, o = setTimeout(T, t), d ? I(W) : A;
|
|
3074
3077
|
}
|
|
3075
3078
|
function C(W) {
|
|
@@ -3099,7 +3102,7 @@ function Rt(e, t, a) {
|
|
|
3099
3102
|
var W = _e(), z = M(W);
|
|
3100
3103
|
if (n = arguments, r = this, l = W, z) {
|
|
3101
3104
|
if (o === void 0)
|
|
3102
|
-
return
|
|
3105
|
+
return m(l);
|
|
3103
3106
|
if (f)
|
|
3104
3107
|
return clearTimeout(o), o = setTimeout(T, t), I(l);
|
|
3105
3108
|
}
|
|
@@ -3110,10 +3113,10 @@ function Rt(e, t, a) {
|
|
|
3110
3113
|
const vi = {
|
|
3111
3114
|
key: 0,
|
|
3112
3115
|
class: "av-autocomplete-dropdown__loading"
|
|
3113
|
-
},
|
|
3116
|
+
}, mi = {
|
|
3114
3117
|
key: 1,
|
|
3115
3118
|
class: "av-autocomplete-dropdown__empty"
|
|
3116
|
-
},
|
|
3119
|
+
}, gi = {
|
|
3117
3120
|
key: 1,
|
|
3118
3121
|
class: "av-autocomplete-dropdown__empty-text"
|
|
3119
3122
|
}, Ii = /* @__PURE__ */ S({
|
|
@@ -3139,7 +3142,7 @@ const vi = {
|
|
|
3139
3142
|
}
|
|
3140
3143
|
let D;
|
|
3141
3144
|
return l.filterOptions ? D = l.filterOptions(l.options, E) : D = l.options.filter((j) => d(j).toLowerCase().includes(E)), l.maxResults ? D.slice(0, l.maxResults) : D;
|
|
3142
|
-
}),
|
|
3145
|
+
}), m = p(() => l.loading ? Me.LOADING : o.value && l.options && l.options.length > 0 && I.value.length > 0 ? Me.HAS_OPTIONS : Me.NO_OPTIONS);
|
|
3143
3146
|
function C(E) {
|
|
3144
3147
|
return i.value.some(
|
|
3145
3148
|
(D) => c(D) === c(E)
|
|
@@ -3168,22 +3171,22 @@ const vi = {
|
|
|
3168
3171
|
Q.cancel();
|
|
3169
3172
|
}), t({
|
|
3170
3173
|
dropdownRef: f
|
|
3171
|
-
}), (E, D) => s(o) ? (u(),
|
|
3174
|
+
}), (E, D) => s(o) ? (u(), g("div", {
|
|
3172
3175
|
key: 0,
|
|
3173
3176
|
ref_key: "dropdownRef",
|
|
3174
3177
|
ref: f,
|
|
3175
3178
|
class: F(["av-autocomplete-dropdown", s(l).dropdownClass]),
|
|
3176
3179
|
style: Ve({ width: s(l).dropdownWidth, maxHeight: s(l).maxDropdownHeight })
|
|
3177
3180
|
}, [
|
|
3178
|
-
s(
|
|
3181
|
+
s(m) === s(Me).LOADING ? (u(), g("div", vi, [
|
|
3179
3182
|
P(ae, {
|
|
3180
3183
|
name: s(R).LOADING_OUTLINE,
|
|
3181
3184
|
size: 1.5,
|
|
3182
3185
|
class: "av-autocomplete-dropdown__spinner"
|
|
3183
3186
|
}, null, 8, ["name"]),
|
|
3184
3187
|
D[0] || (D[0] = y("span", { class: "av-autocomplete-dropdown__loading-text" }, "Loading...", -1))
|
|
3185
|
-
])) : s(
|
|
3186
|
-
r.empty ? B(E.$slots, "empty", { key: 0 }, void 0, !0) : (u(),
|
|
3188
|
+
])) : s(m) === s(Me).NO_OPTIONS ? (u(), g("div", mi, [
|
|
3189
|
+
r.empty ? B(E.$slots, "empty", { key: 0 }, void 0, !0) : (u(), g("div", gi, " No results found "))
|
|
3187
3190
|
])) : (u(), x(Wt, ee({
|
|
3188
3191
|
key: 2,
|
|
3189
3192
|
ref_key: "listRef",
|
|
@@ -3192,7 +3195,7 @@ const vi = {
|
|
|
3192
3195
|
class: ["av-autocomplete-dropdown__options", s(l).scrollbarClass]
|
|
3193
3196
|
}), {
|
|
3194
3197
|
default: Y(() => [
|
|
3195
|
-
(u(!0),
|
|
3198
|
+
(u(!0), g(_, null, ne(s(I), (j) => (u(), g(_, {
|
|
3196
3199
|
key: s(c)(j)
|
|
3197
3200
|
}, [
|
|
3198
3201
|
r.item ? B(E.$slots, "item", {
|
|
@@ -3231,7 +3234,7 @@ const vi = {
|
|
|
3231
3234
|
inputId: c,
|
|
3232
3235
|
handleBlur: d,
|
|
3233
3236
|
getDisplayLabel: f
|
|
3234
|
-
} = ot(), b = J(), I = p(() => !l.multiSelect && i.value.length > 0 ? f(i.value[0]) : l.multiSelect && i.value.length > 0 ? l.showSelectedSection ? `${i.value.length} element(s) selected` : i.value.map(f).join(", ") : A.value),
|
|
3237
|
+
} = ot(), b = J(), I = p(() => !l.multiSelect && i.value.length > 0 ? f(i.value[0]) : l.multiSelect && i.value.length > 0 ? l.showSelectedSection ? `${i.value.length} element(s) selected` : i.value.map(f).join(", ") : A.value), m = p(() => {
|
|
3235
3238
|
var E;
|
|
3236
3239
|
return ((E = l.inputOptions) == null ? void 0 : E.placeholder) || "Search...";
|
|
3237
3240
|
}), C = Rt((E) => {
|
|
@@ -3251,13 +3254,13 @@ const vi = {
|
|
|
3251
3254
|
}), t({
|
|
3252
3255
|
inputRef: b,
|
|
3253
3256
|
searchQuery: p(() => A.value)
|
|
3254
|
-
}), (E, D) => (u(),
|
|
3257
|
+
}), (E, D) => (u(), g("div", bi, [
|
|
3255
3258
|
P(uA, ee({
|
|
3256
3259
|
id: s(c),
|
|
3257
3260
|
ref_key: "inputRef",
|
|
3258
3261
|
ref: b,
|
|
3259
3262
|
"model-value": s(I),
|
|
3260
|
-
placeholder: s(
|
|
3263
|
+
placeholder: s(m)
|
|
3261
3264
|
}, s(l).inputOptions, {
|
|
3262
3265
|
"onUpdate:modelValue": M,
|
|
3263
3266
|
onFocus: T,
|
|
@@ -3272,7 +3275,7 @@ const vi = {
|
|
|
3272
3275
|
key: "0"
|
|
3273
3276
|
} : void 0
|
|
3274
3277
|
]), 1040, ["id", "model-value", "placeholder", "onBlur"]),
|
|
3275
|
-
s(i).length > 0 ? (u(),
|
|
3278
|
+
s(i).length > 0 ? (u(), g("div", Ci, [
|
|
3276
3279
|
P(Ce, {
|
|
3277
3280
|
label: "Clear selected items",
|
|
3278
3281
|
icon: s(R).CLOSE_CIRCLE_OUTLINE,
|
|
@@ -3304,8 +3307,8 @@ const vi = {
|
|
|
3304
3307
|
(d) => r(d) !== c
|
|
3305
3308
|
);
|
|
3306
3309
|
}
|
|
3307
|
-
return (o, l) => s(n).multiSelect && s(a).length > 0 && s(n).showSelectedSection ? (u(),
|
|
3308
|
-
(u(!0),
|
|
3310
|
+
return (o, l) => s(n).multiSelect && s(a).length > 0 && s(n).showSelectedSection ? (u(), g("div", Mi, [
|
|
3311
|
+
(u(!0), g(_, null, ne(s(a), (c) => (u(), g("div", {
|
|
3309
3312
|
key: s(r)(c),
|
|
3310
3313
|
class: "av-autocomplete-selected-tags__item"
|
|
3311
3314
|
}, [
|
|
@@ -3368,7 +3371,7 @@ const vi = {
|
|
|
3368
3371
|
A.value = !1;
|
|
3369
3372
|
}, a.blurCloseDelay);
|
|
3370
3373
|
}
|
|
3371
|
-
function
|
|
3374
|
+
function m(Q) {
|
|
3372
3375
|
return a.getOptionKey ? a.getOptionKey(Q) : Q.value;
|
|
3373
3376
|
}
|
|
3374
3377
|
function C(Q) {
|
|
@@ -3381,7 +3384,7 @@ const vi = {
|
|
|
3381
3384
|
props: a,
|
|
3382
3385
|
inputId: f,
|
|
3383
3386
|
handleBlur: I,
|
|
3384
|
-
getOptionId:
|
|
3387
|
+
getOptionId: m,
|
|
3385
3388
|
getDisplayLabel: C
|
|
3386
3389
|
});
|
|
3387
3390
|
function T(Q) {
|
|
@@ -3393,7 +3396,7 @@ const vi = {
|
|
|
3393
3396
|
document.addEventListener("click", T);
|
|
3394
3397
|
}), je(() => {
|
|
3395
3398
|
document.removeEventListener("click", T);
|
|
3396
|
-
}), (Q, E) => (u(),
|
|
3399
|
+
}), (Q, E) => (u(), g("div", Ti, [
|
|
3397
3400
|
y("div", {
|
|
3398
3401
|
ref_key: "wrapperRef",
|
|
3399
3402
|
ref: l,
|
|
@@ -3500,13 +3503,13 @@ const vi = {
|
|
|
3500
3503
|
function d(f) {
|
|
3501
3504
|
var I;
|
|
3502
3505
|
const b = ((I = a.options) == null ? void 0 : I.filter(
|
|
3503
|
-
(
|
|
3506
|
+
(m) => f.includes(m.value)
|
|
3504
3507
|
)) ?? [];
|
|
3505
3508
|
n("update:modelValue", b);
|
|
3506
3509
|
}
|
|
3507
3510
|
return (f, b) => {
|
|
3508
3511
|
const I = ae;
|
|
3509
|
-
return u(),
|
|
3512
|
+
return u(), g("div", {
|
|
3510
3513
|
class: F({ "fr-multiselect--dense": a.dense })
|
|
3511
3514
|
}, [
|
|
3512
3515
|
P(s(va), ee(a, {
|
|
@@ -3515,26 +3518,26 @@ const vi = {
|
|
|
3515
3518
|
"button-label": s(i),
|
|
3516
3519
|
"id-key": "value",
|
|
3517
3520
|
"filtering-keys": ["label"],
|
|
3518
|
-
"onUpdate:modelValue": b[0] || (b[0] = (
|
|
3521
|
+
"onUpdate:modelValue": b[0] || (b[0] = (m) => d(m))
|
|
3519
3522
|
}), {
|
|
3520
|
-
"checkbox-label": Y(({ option:
|
|
3523
|
+
"checkbox-label": Y(({ option: m }) => [
|
|
3521
3524
|
y("div", Di, [
|
|
3522
3525
|
P(I, {
|
|
3523
3526
|
class: "option-checkbox",
|
|
3524
|
-
name: o(
|
|
3525
|
-
color: l(
|
|
3527
|
+
name: o(m),
|
|
3528
|
+
color: l(m),
|
|
3526
3529
|
size: 1.5
|
|
3527
3530
|
}, null, 8, ["name", "color"]),
|
|
3528
|
-
|
|
3531
|
+
m.icon ? (u(), x(I, {
|
|
3529
3532
|
key: 0,
|
|
3530
3533
|
class: "option-icon",
|
|
3531
|
-
name:
|
|
3532
|
-
color: l(
|
|
3534
|
+
name: m.icon,
|
|
3535
|
+
color: l(m),
|
|
3533
3536
|
size: 1.5
|
|
3534
3537
|
}, null, 8, ["name", "color"])) : O("", !0),
|
|
3535
3538
|
y("span", {
|
|
3536
|
-
class: F(c(
|
|
3537
|
-
}, Z(
|
|
3539
|
+
class: F(c(m))
|
|
3540
|
+
}, Z(m.label), 3)
|
|
3538
3541
|
])
|
|
3539
3542
|
]),
|
|
3540
3543
|
_: 1
|
|
@@ -3591,10 +3594,10 @@ const vi = {
|
|
|
3591
3594
|
const i = (A = a.options) == null ? void 0 : A.find((o) => String(o.value) === String(a.modelValue));
|
|
3592
3595
|
return i ? i.text : a.defaultUnselectedText;
|
|
3593
3596
|
});
|
|
3594
|
-
return (i, A) => (u(),
|
|
3597
|
+
return (i, A) => (u(), g("div", {
|
|
3595
3598
|
class: F({ "fr-select--dense": a.dense })
|
|
3596
3599
|
}, [
|
|
3597
|
-
P(s(
|
|
3600
|
+
P(s(ma), ee(a, {
|
|
3598
3601
|
title: s(r),
|
|
3599
3602
|
"onUpdate:modelValue": A[0] || (A[0] = (o) => n("update:modelValue", o))
|
|
3600
3603
|
}), null, 16, ["title"])
|
|
@@ -3643,7 +3646,7 @@ const vi = {
|
|
|
3643
3646
|
}), ce(i, (b) => {
|
|
3644
3647
|
n("update:modelValue", b);
|
|
3645
3648
|
}), t({ activeTab: i }), (b, I) => {
|
|
3646
|
-
const
|
|
3649
|
+
const m = ha, C = Ia, M = ga;
|
|
3647
3650
|
return u(), x(M, {
|
|
3648
3651
|
modelValue: s(i),
|
|
3649
3652
|
"onUpdate:modelValue": I[0] || (I[0] = (T) => rt(i) ? i.value = T : null),
|
|
@@ -3652,9 +3655,9 @@ const vi = {
|
|
|
3652
3655
|
"tab-titles": []
|
|
3653
3656
|
}, {
|
|
3654
3657
|
"tab-items": Y(() => [
|
|
3655
|
-
(u(!0),
|
|
3658
|
+
(u(!0), g(_, null, ne(s(A), (T, Q) => {
|
|
3656
3659
|
var E;
|
|
3657
|
-
return u(), x(
|
|
3660
|
+
return u(), x(m, {
|
|
3658
3661
|
key: Q,
|
|
3659
3662
|
class: F({ compact: e.compact }),
|
|
3660
3663
|
"tab-id": `tab-${Q}`,
|
|
@@ -3677,7 +3680,7 @@ const vi = {
|
|
|
3677
3680
|
}), 128))
|
|
3678
3681
|
]),
|
|
3679
3682
|
default: Y(() => [
|
|
3680
|
-
(u(!0),
|
|
3683
|
+
(u(!0), g(_, null, ne(s(A), (T, Q) => (u(), x(C, {
|
|
3681
3684
|
key: Q,
|
|
3682
3685
|
"panel-id": `panel-${Q}`,
|
|
3683
3686
|
"tab-id": `tab-${Q}`
|
|
@@ -3715,7 +3718,7 @@ const vi = {
|
|
|
3715
3718
|
emits: ["update:modelValue"],
|
|
3716
3719
|
setup(e) {
|
|
3717
3720
|
const t = e, a = p(() => t.id ?? crypto.randomUUID()), n = p(() => `${a.value}-label`);
|
|
3718
|
-
return (r, i) => (u(),
|
|
3721
|
+
return (r, i) => (u(), g(_, null, [
|
|
3719
3722
|
y("label", {
|
|
3720
3723
|
id: s(n),
|
|
3721
3724
|
for: s(a),
|
|
@@ -3728,14 +3731,14 @@ const vi = {
|
|
|
3728
3731
|
"toggle--disabled": e.disabled
|
|
3729
3732
|
}])
|
|
3730
3733
|
}, [
|
|
3731
|
-
(u(),
|
|
3734
|
+
(u(), g("svg", xi, [
|
|
3732
3735
|
y("image", {
|
|
3733
3736
|
href: e.modelValue ? s(Si) : s(ki),
|
|
3734
3737
|
width: "34",
|
|
3735
3738
|
height: "14"
|
|
3736
3739
|
}, null, 8, ji)
|
|
3737
3740
|
])),
|
|
3738
|
-
e.modelValue ? (u(),
|
|
3741
|
+
e.modelValue ? (u(), g("span", Bi, Z(e.activeText), 1)) : (u(), g("span", Pi, Z(e.inactiveText), 1))
|
|
3739
3742
|
], 2),
|
|
3740
3743
|
y("span", Wi, Z(e.description), 1)
|
|
3741
3744
|
], 10, zi),
|
|
@@ -3765,7 +3768,7 @@ const vi = {
|
|
|
3765
3768
|
const t = e;
|
|
3766
3769
|
return (a, n) => {
|
|
3767
3770
|
const r = ba;
|
|
3768
|
-
return u(),
|
|
3771
|
+
return u(), g("div", Xi, [
|
|
3769
3772
|
P(r, Qa(Da(t)), null, 16)
|
|
3770
3773
|
]);
|
|
3771
3774
|
};
|
|
@@ -3793,25 +3796,25 @@ const vi = {
|
|
|
3793
3796
|
emits: ["update:current-page"],
|
|
3794
3797
|
setup(e, { emit: t }) {
|
|
3795
3798
|
const a = t, n = p(() => Math.min(e.pages.length - 1 - e.truncLimit, Math.max(e.currentPage - (e.truncLimit - e.truncLimit % 2) / 2, 0))), r = p(() => Math.min(e.pages.length - 1, n.value + e.truncLimit)), i = p(() => e.pages.length > e.truncLimit ? e.pages.slice(n.value, r.value + 1) : e.pages), A = (I) => a("update:current-page", I), o = (I) => A(I), l = () => o(0), c = () => o(Math.max(0, e.currentPage - 1)), d = () => o(Math.min(e.pages.length - 1, e.currentPage + 1)), f = () => o(e.pages.length - 1), b = (I) => e.pages.indexOf(I) === e.currentPage;
|
|
3796
|
-
return (I,
|
|
3799
|
+
return (I, m) => {
|
|
3797
3800
|
var C, M, T, Q;
|
|
3798
|
-
return u(),
|
|
3801
|
+
return u(), g("nav", {
|
|
3799
3802
|
role: "navigation",
|
|
3800
3803
|
class: "fr-pagination",
|
|
3801
3804
|
"aria-label": e.ariaLabel
|
|
3802
3805
|
}, [
|
|
3803
3806
|
y("ul", qi, [
|
|
3804
|
-
e.compact && e.compactCurrentPageLabel ? (u(),
|
|
3807
|
+
e.compact && e.compactCurrentPageLabel ? (u(), g("li", Yi, [
|
|
3805
3808
|
y("span", Ri, Z(e.compactCurrentPageLabel), 1)
|
|
3806
3809
|
])) : O("", !0),
|
|
3807
3810
|
y("li", null, [
|
|
3808
|
-
e.compact ? O("", !0) : (u(),
|
|
3811
|
+
e.compact ? O("", !0) : (u(), g("a", {
|
|
3809
3812
|
key: 0,
|
|
3810
3813
|
href: (C = e.pages[0]) == null ? void 0 : C.href,
|
|
3811
3814
|
class: "fr-pagination__link",
|
|
3812
3815
|
title: e.firstPageLabel,
|
|
3813
3816
|
"aria-disabled": e.currentPage === 0 ? !0 : void 0,
|
|
3814
|
-
onClick:
|
|
3817
|
+
onClick: m[0] || (m[0] = se((E) => l(), ["prevent"]))
|
|
3815
3818
|
}, [
|
|
3816
3819
|
P(ae, {
|
|
3817
3820
|
name: s(R).PAGE_FIRST,
|
|
@@ -3827,17 +3830,17 @@ const vi = {
|
|
|
3827
3830
|
class: "fr-pagination__link fr-pagination__link--lg-label",
|
|
3828
3831
|
title: e.prevPageLabel,
|
|
3829
3832
|
"aria-disabled": e.currentPage === 0 ? !0 : void 0,
|
|
3830
|
-
onClick:
|
|
3833
|
+
onClick: m[1] || (m[1] = se((E) => c(), ["prevent"]))
|
|
3831
3834
|
}, [
|
|
3832
3835
|
P(ae, {
|
|
3833
3836
|
name: s(R).NAVIGATE_BEFORE,
|
|
3834
3837
|
size: 1.5,
|
|
3835
3838
|
color: e.currentPage === 0 ? "var(--dark-background-neutral)" : "var(--dark-background-primary1)"
|
|
3836
3839
|
}, null, 8, ["name", "color"]),
|
|
3837
|
-
e.compact ? O("", !0) : (u(),
|
|
3840
|
+
e.compact ? O("", !0) : (u(), g("span", Ji, Z(e.prevPageLabel), 1))
|
|
3838
3841
|
], 8, Gi)
|
|
3839
3842
|
]),
|
|
3840
|
-
e.compact ? O("", !0) : (u(!0),
|
|
3843
|
+
e.compact ? O("", !0) : (u(!0), g(_, { key: 1 }, ne(s(i), (E, D) => (u(), g("li", { key: D }, [
|
|
3841
3844
|
y("a", {
|
|
3842
3845
|
href: E == null ? void 0 : E.href,
|
|
3843
3846
|
class: "fr-pagination__link fr-unhidden-lg",
|
|
@@ -3845,9 +3848,9 @@ const vi = {
|
|
|
3845
3848
|
"aria-current": b(E) ? "page" : void 0,
|
|
3846
3849
|
onClick: se((j) => o(e.pages.indexOf(E)), ["prevent"])
|
|
3847
3850
|
}, [
|
|
3848
|
-
s(i).indexOf(E) === 0 && s(n) > 0 ? (u(),
|
|
3851
|
+
s(i).indexOf(E) === 0 && s(n) > 0 ? (u(), g("span", $i, "...")) : O("", !0),
|
|
3849
3852
|
nt(" " + Z(E.label) + " ", 1),
|
|
3850
|
-
s(i).indexOf(E) === s(i).length - 1 && s(r) < e.pages.length - 1 ? (u(),
|
|
3853
|
+
s(i).indexOf(E) === s(i).length - 1 && s(r) < e.pages.length - 1 ? (u(), g("span", eo, "...")) : O("", !0)
|
|
3851
3854
|
], 8, _i)
|
|
3852
3855
|
]))), 128)),
|
|
3853
3856
|
y("li", null, [
|
|
@@ -3857,9 +3860,9 @@ const vi = {
|
|
|
3857
3860
|
title: e.nextPageLabel,
|
|
3858
3861
|
disabled: e.currentPage === e.pages.length - 1 ? !0 : void 0,
|
|
3859
3862
|
"aria-disabled": e.currentPage === e.pages.length - 1 ? !0 : void 0,
|
|
3860
|
-
onClick:
|
|
3863
|
+
onClick: m[2] || (m[2] = se((E) => d(), ["prevent"]))
|
|
3861
3864
|
}, [
|
|
3862
|
-
e.compact ? O("", !0) : (u(),
|
|
3865
|
+
e.compact ? O("", !0) : (u(), g("span", ao, Z(e.nextPageLabel), 1)),
|
|
3863
3866
|
P(ae, {
|
|
3864
3867
|
name: s(R).NAVIGATE_NEXT,
|
|
3865
3868
|
size: 1.5,
|
|
@@ -3868,14 +3871,14 @@ const vi = {
|
|
|
3868
3871
|
], 8, to)
|
|
3869
3872
|
]),
|
|
3870
3873
|
y("li", null, [
|
|
3871
|
-
e.compact ? O("", !0) : (u(),
|
|
3874
|
+
e.compact ? O("", !0) : (u(), g("a", {
|
|
3872
3875
|
key: 0,
|
|
3873
3876
|
class: "fr-pagination__link",
|
|
3874
3877
|
href: (Q = e.pages.at(-1)) == null ? void 0 : Q.href,
|
|
3875
3878
|
title: e.lastPageLabel,
|
|
3876
3879
|
disabled: e.currentPage === e.pages.length - 1 ? !0 : void 0,
|
|
3877
3880
|
"aria-disabled": e.currentPage === e.pages.length - 1 ? !0 : void 0,
|
|
3878
|
-
onClick:
|
|
3881
|
+
onClick: m[3] || (m[3] = se((E) => f(), ["prevent"]))
|
|
3879
3882
|
}, [
|
|
3880
3883
|
y("span", ro, Z(e.lastPageLabel), 1),
|
|
3881
3884
|
P(ae, {
|
|
@@ -3931,12 +3934,12 @@ const io = ["id", "aria-label"], oo = {
|
|
|
3931
3934
|
function c() {
|
|
3932
3935
|
t.collapsible && (o.value = !o.value);
|
|
3933
3936
|
}
|
|
3934
|
-
return (d, f) => (u(),
|
|
3937
|
+
return (d, f) => (u(), g("nav", {
|
|
3935
3938
|
id: s(i),
|
|
3936
3939
|
class: F(["av-side-menu", { "av-side-menu--collapsed": s(o) }]),
|
|
3937
3940
|
"aria-label": s(A)
|
|
3938
3941
|
}, [
|
|
3939
|
-
t.collapsible ? (u(),
|
|
3942
|
+
t.collapsible ? (u(), g("div", oo, [
|
|
3940
3943
|
P(Ce, {
|
|
3941
3944
|
"aria-expanded": !s(o),
|
|
3942
3945
|
"aria-controls": s(i),
|
|
@@ -3996,7 +3999,7 @@ const io = ["id", "aria-label"], oo = {
|
|
|
3996
3999
|
role: "menu"
|
|
3997
4000
|
}, {
|
|
3998
4001
|
default: Y(() => [
|
|
3999
|
-
(u(!0),
|
|
4002
|
+
(u(!0), g(_, null, ne(e.items, (A) => (u(), x(s(Vt), {
|
|
4000
4003
|
key: A.id,
|
|
4001
4004
|
title: a.value ? void 0 : A.label,
|
|
4002
4005
|
icon: A.icon,
|
|
@@ -4042,7 +4045,7 @@ const io = ["id", "aria-label"], oo = {
|
|
|
4042
4045
|
</div>
|
|
4043
4046
|
</div>
|
|
4044
4047
|
`
|
|
4045
|
-
}, fo = { class: "custom-width-container" }, vo = { class: "block-container" },
|
|
4048
|
+
}, fo = { class: "custom-width-container" }, vo = { class: "block-container" }, mo = { class: "main-container" }, go = ["aria-current"], Io = ["aria-current"], ho = { class: "b1-regular" }, bo = { class: "main-labels-container" }, Co = /* @__PURE__ */ S({
|
|
4046
4049
|
__name: "AvStepper",
|
|
4047
4050
|
props: {
|
|
4048
4051
|
steps: {},
|
|
@@ -4054,16 +4057,16 @@ const io = ["id", "aria-label"], oo = {
|
|
|
4054
4057
|
v06d1bdf1: s(r)
|
|
4055
4058
|
}));
|
|
4056
4059
|
const t = e, { steps: a, currentStep: n, width: r } = At(t);
|
|
4057
|
-
return (i, A) => (u(),
|
|
4060
|
+
return (i, A) => (u(), g("div", fo, [
|
|
4058
4061
|
y("div", vo, [
|
|
4059
|
-
y("div",
|
|
4062
|
+
y("div", mo, [
|
|
4060
4063
|
y("div", {
|
|
4061
4064
|
class: "step step--active",
|
|
4062
4065
|
"aria-current": s(n) === 0 ? "step" : void 0
|
|
4063
4066
|
}, [...A[0] || (A[0] = [
|
|
4064
4067
|
y("span", { class: "b1-regular" }, "1", -1)
|
|
4065
|
-
])], 8,
|
|
4066
|
-
(u(!0),
|
|
4068
|
+
])], 8, go),
|
|
4069
|
+
(u(!0), g(_, null, ne(s(a).slice(1, s(a).length), (o, l) => (u(), g("div", {
|
|
4067
4070
|
key: l,
|
|
4068
4071
|
class: "steps-container"
|
|
4069
4072
|
}, [
|
|
@@ -4079,7 +4082,7 @@ const io = ["id", "aria-label"], oo = {
|
|
|
4079
4082
|
]))), 128))
|
|
4080
4083
|
]),
|
|
4081
4084
|
y("div", bo, [
|
|
4082
|
-
(u(!0),
|
|
4085
|
+
(u(!0), g(_, null, ne(s(a), (o, l) => (u(), g("div", {
|
|
4083
4086
|
key: l,
|
|
4084
4087
|
class: "label-container"
|
|
4085
4088
|
}, [
|
|
@@ -4122,8 +4125,8 @@ const io = ["id", "aria-label"], oo = {
|
|
|
4122
4125
|
v7249d1b4: s(o)
|
|
4123
4126
|
}));
|
|
4124
4127
|
const a = e, n = t, r = ie(), { position: i, width: A, padding: o } = At(a);
|
|
4125
|
-
return (l, c) => e.show ? (u(),
|
|
4126
|
-
e.backdrop ? (u(),
|
|
4128
|
+
return (l, c) => e.show ? (u(), g("div", yo, [
|
|
4129
|
+
e.backdrop ? (u(), g("div", Eo)) : O("", !0),
|
|
4127
4130
|
y("div", {
|
|
4128
4131
|
class: F(["av-drawer", `av-drawer--${s(i)}`]),
|
|
4129
4132
|
role: "dialog",
|
|
@@ -4135,7 +4138,7 @@ const io = ["id", "aria-label"], oo = {
|
|
|
4135
4138
|
y("div", No, [
|
|
4136
4139
|
B(l.$slots, "default", {}, void 0, !0)
|
|
4137
4140
|
]),
|
|
4138
|
-
r.footer ? (u(),
|
|
4141
|
+
r.footer ? (u(), g("div", To, [
|
|
4139
4142
|
B(l.$slots, "footer", {}, void 0, !0)
|
|
4140
4143
|
])) : O("", !0)
|
|
4141
4144
|
])
|
|
@@ -4169,7 +4172,7 @@ const io = ["id", "aria-label"], oo = {
|
|
|
4169
4172
|
onKeydown: o[1] || (o[1] = it((c) => n("close"), ["esc"]))
|
|
4170
4173
|
}), {
|
|
4171
4174
|
default: Y(() => [
|
|
4172
|
-
r.header ? (u(),
|
|
4175
|
+
r.header ? (u(), g("div", Do, [
|
|
4173
4176
|
B(A.$slots, "header", {}, void 0, !0)
|
|
4174
4177
|
])) : O("", !0),
|
|
4175
4178
|
B(A.$slots, "default", {}, void 0, !0)
|
|
@@ -4651,11 +4654,11 @@ var Dt = {
|
|
|
4651
4654
|
* in reverse.
|
|
4652
4655
|
* @returns {HTMLElement|undefined} The next tabbable node, if any.
|
|
4653
4656
|
*/
|
|
4654
|
-
nextTabbableNode: function(
|
|
4655
|
-
var Ne = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : !0, de = h.indexOf(
|
|
4656
|
-
return de < 0 ? Ne ? N.slice(N.indexOf(
|
|
4657
|
+
nextTabbableNode: function(ge) {
|
|
4658
|
+
var Ne = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : !0, de = h.indexOf(ge);
|
|
4659
|
+
return de < 0 ? Ne ? N.slice(N.indexOf(ge) + 1).find(function(Te) {
|
|
4657
4660
|
return Ee(Te);
|
|
4658
|
-
}) : N.slice(0, N.indexOf(
|
|
4661
|
+
}) : N.slice(0, N.indexOf(ge)).reverse().find(function(Te) {
|
|
4659
4662
|
return Ee(Te);
|
|
4660
4663
|
}) : h[de + (Ne ? 1 : -1)];
|
|
4661
4664
|
}
|
|
@@ -4672,10 +4675,10 @@ var Dt = {
|
|
|
4672
4675
|
var h = v.activeElement;
|
|
4673
4676
|
if (h)
|
|
4674
4677
|
return h.shadowRoot && h.shadowRoot.activeElement !== null ? I(h.shadowRoot) : h;
|
|
4675
|
-
},
|
|
4678
|
+
}, m = function(v) {
|
|
4676
4679
|
if (v !== !1 && v !== I(document)) {
|
|
4677
4680
|
if (!v || !v.focus) {
|
|
4678
|
-
|
|
4681
|
+
m(f());
|
|
4679
4682
|
return;
|
|
4680
4683
|
}
|
|
4681
4684
|
v.focus({
|
|
@@ -4701,7 +4704,7 @@ var Dt = {
|
|
|
4701
4704
|
return h === Ge;
|
|
4702
4705
|
});
|
|
4703
4706
|
if (G < 0 && (K.container === h || $e(h, i.tabbableOptions) && !Ee(h, i.tabbableOptions) && !K.nextTabbableNode(h, !1)) && (G = L), G >= 0) {
|
|
4704
|
-
var
|
|
4707
|
+
var ge = G === 0 ? A.tabbableGroups.length - 1 : G - 1, Ne = A.tabbableGroups[ge];
|
|
4705
4708
|
q = he(h) >= 0 ? Ne.lastTabbableNode : Ne.lastDomTabbableNode;
|
|
4706
4709
|
} else Se(N) || (q = K.nextTabbableNode(h, !1));
|
|
4707
4710
|
} else {
|
|
@@ -4752,8 +4755,8 @@ var Dt = {
|
|
|
4752
4755
|
}
|
|
4753
4756
|
} else
|
|
4754
4757
|
A.containerGroups.some(function(G) {
|
|
4755
|
-
return G.tabbableNodes.some(function(
|
|
4756
|
-
return he(
|
|
4758
|
+
return G.tabbableNodes.some(function(ge) {
|
|
4759
|
+
return he(ge) > 0;
|
|
4757
4760
|
});
|
|
4758
4761
|
}) || (U = !1);
|
|
4759
4762
|
else
|
|
@@ -4763,7 +4766,7 @@ var Dt = {
|
|
|
4763
4766
|
// outside the trap causing the focus escape we're trying to fix)
|
|
4764
4767
|
target: A.mostRecentlyFocusedNode,
|
|
4765
4768
|
isBackward: i.isKeyBackward(A.recentNavEvent)
|
|
4766
|
-
})),
|
|
4769
|
+
})), m(k || A.mostRecentlyFocusedNode || f());
|
|
4767
4770
|
}
|
|
4768
4771
|
A.recentNavEvent = void 0;
|
|
4769
4772
|
}, E = function(v) {
|
|
@@ -4773,7 +4776,7 @@ var Dt = {
|
|
|
4773
4776
|
event: v,
|
|
4774
4777
|
isBackward: h
|
|
4775
4778
|
});
|
|
4776
|
-
N && (Se(v) && v.preventDefault(),
|
|
4779
|
+
N && (Se(v) && v.preventDefault(), m(N));
|
|
4777
4780
|
}, D = function(v) {
|
|
4778
4781
|
(i.isKeyForward(v) || i.isKeyBackward(v)) && E(v, i.isKeyBackward(v));
|
|
4779
4782
|
}, j = function(v) {
|
|
@@ -4784,8 +4787,8 @@ var Dt = {
|
|
|
4784
4787
|
}, z = function() {
|
|
4785
4788
|
if (A.active)
|
|
4786
4789
|
return Dt.activateTrap(r, o), A.delayInitialFocusTimer = i.delayInitialFocus ? Ot(function() {
|
|
4787
|
-
|
|
4788
|
-
}) :
|
|
4790
|
+
m(f());
|
|
4791
|
+
}) : m(f()), n.addEventListener("focusin", Q, !0), n.addEventListener("mousedown", T, {
|
|
4789
4792
|
capture: !0,
|
|
4790
4793
|
passive: !1
|
|
4791
4794
|
}), n.addEventListener("touchstart", T, {
|
|
@@ -4808,7 +4811,7 @@ var Dt = {
|
|
|
4808
4811
|
return U === A.mostRecentlyFocusedNode;
|
|
4809
4812
|
});
|
|
4810
4813
|
});
|
|
4811
|
-
h &&
|
|
4814
|
+
h && m(f());
|
|
4812
4815
|
}, oe = typeof window < "u" && "MutationObserver" in window ? new MutationObserver(w) : void 0, $ = function() {
|
|
4813
4816
|
oe && (oe.disconnect(), A.active && !A.paused && A.containers.map(function(v) {
|
|
4814
4817
|
oe.observe(v, {
|
|
@@ -4847,7 +4850,7 @@ var Dt = {
|
|
|
4847
4850
|
N == null || N();
|
|
4848
4851
|
var L = function() {
|
|
4849
4852
|
Ot(function() {
|
|
4850
|
-
q &&
|
|
4853
|
+
q && m(C(A.nodeFocusedBeforeActivation)), k == null || k();
|
|
4851
4854
|
});
|
|
4852
4855
|
};
|
|
4853
4856
|
return q && U ? (U(C(A.nodeFocusedBeforeActivation)).then(L, L), this) : (L(), this);
|
|
@@ -4934,7 +4937,7 @@ const cl = { class: "av-popover-wrapper" }, ul = /* @__PURE__ */ S({
|
|
|
4934
4937
|
f ? (await Re(), l()) : c();
|
|
4935
4938
|
}), Oa(() => {
|
|
4936
4939
|
c();
|
|
4937
|
-
}), (f, b) => (u(),
|
|
4940
|
+
}), (f, b) => (u(), g("div", cl, [
|
|
4938
4941
|
y("div", {
|
|
4939
4942
|
ref: d,
|
|
4940
4943
|
class: "av-popover-trigger-wrapper"
|
|
@@ -4942,7 +4945,7 @@ const cl = { class: "av-popover-wrapper" }, ul = /* @__PURE__ */ S({
|
|
|
4942
4945
|
B(f.$slots, "trigger", { toggle: s(A) }, void 0, !0)
|
|
4943
4946
|
]),
|
|
4944
4947
|
(u(), x(kt, { to: "body" }, [
|
|
4945
|
-
s(r) ? (u(),
|
|
4948
|
+
s(r) ? (u(), g("div", {
|
|
4946
4949
|
key: 0,
|
|
4947
4950
|
ref_key: "popoverRef",
|
|
4948
4951
|
ref: n,
|
|
@@ -4991,7 +4994,7 @@ export {
|
|
|
4991
4994
|
Fa as AvAlert,
|
|
4992
4995
|
Bl as AvAutocomplete,
|
|
4993
4996
|
jl as AvAutocompleteStub,
|
|
4994
|
-
|
|
4997
|
+
ml as AvBadge,
|
|
4995
4998
|
vl as AvBadgeStub,
|
|
4996
4999
|
Ce as AvButton,
|
|
4997
5000
|
Tl as AvButtonStub,
|
|
@@ -5011,7 +5014,7 @@ export {
|
|
|
5011
5014
|
$l as AvModal,
|
|
5012
5015
|
Pl as AvMultiselect,
|
|
5013
5016
|
Zl as AvNavigation,
|
|
5014
|
-
|
|
5017
|
+
gl as AvNotice,
|
|
5015
5018
|
kl as AvPageSizePicker,
|
|
5016
5019
|
ql as AvPagination,
|
|
5017
5020
|
es as AvPopover,
|