@avenirs-esr/avenirs-dsav 0.1.7 → 0.1.9
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 +166 -166
- package/dist/avenirs-dsav.umd.js +5 -5
- package/dist/components/badges/AvBadge/AvBadge.stub.d.ts +17 -29
- package/dist/components/base/AvVIcon/AvVIcon.stub.d.ts +5 -9
- package/dist/components/interaction/buttons/AvButton/AvButton.stub.d.ts +6 -15
- package/dist/components/interaction/lists/AvList/AvList.stub.d.ts +5 -5
- package/dist/components/interaction/lists/AvListItem/AvListItem.stub.d.ts +6 -19
- package/dist/components/interaction/pickers/AvTagPicker/AvTagPicker.stub.d.ts +5 -11
- package/dist/components/interaction/selects/AvAutocomplete/AvAutocomplete.stub.d.ts +6 -28
- package/dist/components/interaction/selects/AvSelect/AvSelect.stub.d.ts +11 -15
- package/dist/components/navigation/AvSideNavigation/AvSideNavigation.stub.d.ts +11 -16
- package/dist/components/overlay/drawers/AvDrawer/AvDrawer.stub.d.ts +6 -11
- package/dist/tests/stubs.d.ts +39 -60
- package/package.json +1 -1
package/dist/avenirs-dsav.es.js
CHANGED
|
@@ -2,8 +2,8 @@ var Nc = Object.defineProperty;
|
|
|
2
2
|
var Sc = (e, t, n) => t in e ? Nc(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n;
|
|
3
3
|
var Ui = (e, t, n) => Sc(e, typeof t != "symbol" ? t + "" : t, n);
|
|
4
4
|
import * as Go from "vue";
|
|
5
|
-
import { defineComponent as
|
|
6
|
-
const cE =
|
|
5
|
+
import { defineComponent as W, h as lt, ref as J, computed as j, onMounted as xe, watch as ge, onUnmounted as Ze, Comment as Oc, cloneVNode as kc, createElementBlock as L, openBlock as S, normalizeClass as G, createElementVNode as R, toDisplayString as U, createCommentVNode as V, renderSlot as F, createTextVNode as ve, withModifiers as Pe, unref as M, Fragment as se, renderList as fe, createVNode as Z, withKeys as ki, withCtx as $, provide as Mi, inject as wn, toRef as xi, createBlock as q, resolveDynamicComponent as Be, useId as Mc, mergeProps as ne, reactive as li, normalizeStyle as ht, useTemplateRef as Tt, normalizeProps as Di, useAttrs as xc, useCssVars as De, Transition as Jo, withDirectives as Dc, vShow as Lc, hasInjectionContext as Pc, resolveComponent as Js, onBeforeUnmount as $o, nextTick as it, createPropsRestProxy as el, useSlots as je, TransitionGroup as tl, mergeModels as At, useModel as An, createSlots as un, isRef as Li, getCurrentScope as Rc, onScopeDispose as Bc, getCurrentInstance as nl, toValue as we, shallowRef as Xn, guardReactiveProps as jc, toRefs as il, Teleport as sl, ssrUtils as Pi, initDirectivesForSSR as Qc, shallowReactive as zc, createApp as rl, transformVNodeArgs as Vc, setDevtoolsHook as Wc, BaseTransition as Fc } from "vue";
|
|
6
|
+
const cE = {
|
|
7
7
|
name: "AvBadge",
|
|
8
8
|
template: '<div class="av-badge"/>',
|
|
9
9
|
props: {
|
|
@@ -20,7 +20,7 @@ const cE = V({
|
|
|
20
20
|
backgroundColor: String,
|
|
21
21
|
iconPath: String
|
|
22
22
|
}
|
|
23
|
-
}
|
|
23
|
+
}, al = /^[a-z0-9]+(-[a-z0-9]+)*$/, Ri = (e, t, n, i = "") => {
|
|
24
24
|
const s = e.split(":");
|
|
25
25
|
if (e.slice(0, 1) === "@") {
|
|
26
26
|
if (s.length < 2 || s.length > 3)
|
|
@@ -1118,7 +1118,7 @@ if (typeof document < "u" && typeof window < "u") {
|
|
|
1118
1118
|
const Ff = {
|
|
1119
1119
|
...Bi,
|
|
1120
1120
|
body: ""
|
|
1121
|
-
}, Uf =
|
|
1121
|
+
}, Uf = W({
|
|
1122
1122
|
// Do not inherit other attributes: it is handled by render()
|
|
1123
1123
|
inheritAttrs: !1,
|
|
1124
1124
|
// Set initial data
|
|
@@ -1210,7 +1210,7 @@ const Ff = {
|
|
|
1210
1210
|
t.value = !1, r && ((o = (a = e.value) == null ? void 0 : a.querySelector("a")) == null || o.focus()), e.value && s === !1 && e.value.style.removeProperty("--collapse-max-height");
|
|
1211
1211
|
}
|
|
1212
1212
|
};
|
|
1213
|
-
}, Te = (e = "", t = "") => (e ? `${e}-` : "") + Mc() + (t ? `-${t}` : ""), qf = { class: "fr-accordion" }, Xf = ["aria-expanded", "aria-controls"], Hf = ["id"], Kf = /* @__PURE__ */
|
|
1213
|
+
}, Te = (e = "", t = "") => (e ? `${e}-` : "") + Mc() + (t ? `-${t}` : ""), qf = { class: "fr-accordion" }, Xf = ["aria-expanded", "aria-controls"], Hf = ["id"], Kf = /* @__PURE__ */ W({
|
|
1214
1214
|
__name: "DsfrAccordion",
|
|
1215
1215
|
props: {
|
|
1216
1216
|
id: { default: () => Te("accordion") },
|
|
@@ -1262,7 +1262,7 @@ const Ff = {
|
|
|
1262
1262
|
], 42, Hf)
|
|
1263
1263
|
]));
|
|
1264
1264
|
}
|
|
1265
|
-
}), Zf = { class: "fr-accordions-group" }, Yf = /* @__PURE__ */
|
|
1265
|
+
}), Zf = { class: "fr-accordions-group" }, Yf = /* @__PURE__ */ W({
|
|
1266
1266
|
__name: "DsfrAccordionsGroup",
|
|
1267
1267
|
props: {
|
|
1268
1268
|
modelValue: { default: -1 }
|
|
@@ -1301,7 +1301,7 @@ const Ff = {
|
|
|
1301
1301
|
for (const [i, s] of t)
|
|
1302
1302
|
n[i] = s;
|
|
1303
1303
|
return n;
|
|
1304
|
-
}, Gf = ["title"], Jf = /* @__PURE__ */
|
|
1304
|
+
}, Gf = ["title"], Jf = /* @__PURE__ */ W({
|
|
1305
1305
|
__name: "DsfrBadge",
|
|
1306
1306
|
props: {
|
|
1307
1307
|
label: {},
|
|
@@ -1324,7 +1324,7 @@ const Ff = {
|
|
|
1324
1324
|
}, U(t.label), 3)
|
|
1325
1325
|
], 10, Gf));
|
|
1326
1326
|
}
|
|
1327
|
-
}), $f = /* @__PURE__ */
|
|
1327
|
+
}), $f = /* @__PURE__ */ W({
|
|
1328
1328
|
__name: "VIcon",
|
|
1329
1329
|
props: {
|
|
1330
1330
|
name: {},
|
|
@@ -1382,7 +1382,7 @@ const Ff = {
|
|
|
1382
1382
|
ssr: l.ssr
|
|
1383
1383
|
}, null, 8, ["icon", "style", "aria-label", "class", "flip", "ssr"]));
|
|
1384
1384
|
}
|
|
1385
|
-
}), $t = /* @__PURE__ */ vt($f, [["__scopeId", "data-v-6e09e524"]]), ed = ["title", "disabled", "aria-disabled"], td = { key: 1 }, nd = /* @__PURE__ */
|
|
1385
|
+
}), $t = /* @__PURE__ */ vt($f, [["__scopeId", "data-v-6e09e524"]]), ed = ["title", "disabled", "aria-disabled"], td = { key: 1 }, nd = /* @__PURE__ */ W({
|
|
1386
1386
|
__name: "DsfrButton",
|
|
1387
1387
|
props: {
|
|
1388
1388
|
disabled: { type: Boolean },
|
|
@@ -1430,14 +1430,14 @@ const Ff = {
|
|
|
1430
1430
|
onClick: f[0] || (f[0] = (A) => c.onClick ? c.onClick(A) : () => {
|
|
1431
1431
|
})
|
|
1432
1432
|
}, [
|
|
1433
|
-
c.icon && !o.value ? (S(), q($t, Di(ne({ key: 0 }, u.value)), null, 16)) :
|
|
1434
|
-
c.iconOnly ?
|
|
1433
|
+
c.icon && !o.value ? (S(), q($t, Di(ne({ key: 0 }, u.value)), null, 16)) : V("", !0),
|
|
1434
|
+
c.iconOnly ? V("", !0) : (S(), L("span", td, [
|
|
1435
1435
|
ve(U(c.label) + " ", 1),
|
|
1436
1436
|
F(c.$slots, "default", {}, void 0, !0)
|
|
1437
1437
|
]))
|
|
1438
1438
|
], 14, ed));
|
|
1439
1439
|
}
|
|
1440
|
-
}), ir = /* @__PURE__ */ vt(nd, [["__scopeId", "data-v-118397f5"]]), id = /* @__PURE__ */
|
|
1440
|
+
}), ir = /* @__PURE__ */ vt(nd, [["__scopeId", "data-v-118397f5"]]), id = /* @__PURE__ */ W({
|
|
1441
1441
|
__name: "DsfrButtonGroup",
|
|
1442
1442
|
props: {
|
|
1443
1443
|
buttons: { default: () => [] },
|
|
@@ -2182,7 +2182,7 @@ const Pd = {
|
|
|
2182
2182
|
preventScroll: Boolean,
|
|
2183
2183
|
setReturnFocus: [Object, String, Boolean, Function],
|
|
2184
2184
|
tabbableOptions: Object
|
|
2185
|
-
}, Rd =
|
|
2185
|
+
}, Rd = W({
|
|
2186
2186
|
props: Object.assign({
|
|
2187
2187
|
active: {
|
|
2188
2188
|
// TODO: could be options for activate but what about the options for deactivating?
|
|
@@ -2251,7 +2251,7 @@ const Pd = {
|
|
|
2251
2251
|
}), Bd = {
|
|
2252
2252
|
role: "navigation",
|
|
2253
2253
|
class: "fr-translate fr-nav"
|
|
2254
|
-
}, jd = { class: "fr-nav__item" }, Qd = ["aria-controls", "aria-expanded", "title"], zd = { class: "fr-hidden-lg" }, Vd = ["id"], Wd = { class: "fr-menu__list" }, Fd = ["hreflang", "lang", "aria-current", "href", "onClick"], Ud = /* @__PURE__ */
|
|
2254
|
+
}, jd = { class: "fr-nav__item" }, Qd = ["aria-controls", "aria-expanded", "title"], zd = { class: "fr-hidden-lg" }, Vd = ["id"], Wd = { class: "fr-menu__list" }, Fd = ["hreflang", "lang", "aria-current", "href", "onClick"], Ud = /* @__PURE__ */ W({
|
|
2255
2255
|
__name: "DsfrLanguageSelector",
|
|
2256
2256
|
props: {
|
|
2257
2257
|
id: { default: () => Te("language-selector") },
|
|
@@ -2321,7 +2321,7 @@ const Pd = {
|
|
|
2321
2321
|
}, Hd = {
|
|
2322
2322
|
key: 0,
|
|
2323
2323
|
class: "fr-hint-text"
|
|
2324
|
-
}, Kd = /* @__PURE__ */
|
|
2324
|
+
}, Kd = /* @__PURE__ */ W({
|
|
2325
2325
|
inheritAttrs: !1,
|
|
2326
2326
|
__name: "DsfrInput",
|
|
2327
2327
|
props: {
|
|
@@ -2358,10 +2358,10 @@ const Pd = {
|
|
|
2358
2358
|
F(u.$slots, "label", {}, () => [
|
|
2359
2359
|
ve(U(u.label) + " ", 1),
|
|
2360
2360
|
F(u.$slots, "required-tip", {}, () => [
|
|
2361
|
-
"required" in u.$attrs && u.$attrs.required !== !1 ? (S(), L("span", Xd, "*")) :
|
|
2361
|
+
"required" in u.$attrs && u.$attrs.required !== !1 ? (S(), L("span", Xd, "*")) : V("", !0)
|
|
2362
2362
|
], !0)
|
|
2363
2363
|
], !0),
|
|
2364
|
-
u.hint ? (S(), L("span", Hd, U(u.hint), 1)) :
|
|
2364
|
+
u.hint ? (S(), L("span", Hd, U(u.hint), 1)) : V("", !0)
|
|
2365
2365
|
], 10, qd),
|
|
2366
2366
|
o.value ? (S(), L("div", {
|
|
2367
2367
|
key: 1,
|
|
@@ -2400,7 +2400,7 @@ const Pd = {
|
|
|
2400
2400
|
}), Tl = /* @__PURE__ */ vt(Kd, [["__scopeId", "data-v-7ca45de8"]]), Zd = {
|
|
2401
2401
|
key: 1,
|
|
2402
2402
|
class: "fr-sr-only"
|
|
2403
|
-
}, Yd = /* @__PURE__ */
|
|
2403
|
+
}, Yd = /* @__PURE__ */ W({
|
|
2404
2404
|
__name: "DsfrSearchBar",
|
|
2405
2405
|
props: {
|
|
2406
2406
|
id: { default: () => Te("search", "input") },
|
|
@@ -2447,7 +2447,7 @@ const Pd = {
|
|
|
2447
2447
|
}), Gd = ["aria-labelledby", "role", "open"], Jd = { class: "fr-container fr-container--fluid fr-container-md" }, $d = { class: "fr-grid-row fr-grid-row--center" }, ep = { class: "fr-modal__body" }, tp = { class: "fr-modal__header" }, np = ["title"], ip = { class: "fr-modal__content" }, sp = ["id"], rp = {
|
|
2448
2448
|
key: 0,
|
|
2449
2449
|
class: "fr-modal__footer"
|
|
2450
|
-
}, ua = 2, ap = /* @__PURE__ */
|
|
2450
|
+
}, ua = 2, ap = /* @__PURE__ */ W({
|
|
2451
2451
|
__name: "DsfrModal",
|
|
2452
2452
|
props: {
|
|
2453
2453
|
modalId: { default: () => Te("modal", "dialog") },
|
|
@@ -2543,8 +2543,8 @@ const Pd = {
|
|
|
2543
2543
|
[String(_.icon)]: A.value
|
|
2544
2544
|
})
|
|
2545
2545
|
}, [
|
|
2546
|
-
_.icon && m.value ? (S(), q($t, Di(ne({ key: 0 }, m.value)), null, 16)) :
|
|
2547
|
-
], 2)) :
|
|
2546
|
+
_.icon && m.value ? (S(), q($t, Di(ne({ key: 0 }, m.value)), null, 16)) : V("", !0)
|
|
2547
|
+
], 2)) : V("", !0),
|
|
2548
2548
|
ve(" " + U(_.title), 1)
|
|
2549
2549
|
], 8, sp),
|
|
2550
2550
|
F(_.$slots, "default", {}, void 0, !0)
|
|
@@ -2557,8 +2557,8 @@ const Pd = {
|
|
|
2557
2557
|
buttons: _.actions,
|
|
2558
2558
|
"inline-layout-when": "large",
|
|
2559
2559
|
reverse: ""
|
|
2560
|
-
}, null, 8, ["buttons"])) :
|
|
2561
|
-
])) :
|
|
2560
|
+
}, null, 8, ["buttons"])) : V("", !0)
|
|
2561
|
+
])) : V("", !0)
|
|
2562
2562
|
])
|
|
2563
2563
|
], 2)
|
|
2564
2564
|
])
|
|
@@ -2567,9 +2567,9 @@ const Pd = {
|
|
|
2567
2567
|
];
|
|
2568
2568
|
}),
|
|
2569
2569
|
_: 3
|
|
2570
|
-
})) :
|
|
2570
|
+
})) : V("", !0);
|
|
2571
2571
|
}
|
|
2572
|
-
}), op = /* @__PURE__ */ vt(ap, [["__scopeId", "data-v-70fe954b"]]), lp = ["id", "aria-current"], up = /* @__PURE__ */
|
|
2572
|
+
}), op = /* @__PURE__ */ vt(ap, [["__scopeId", "data-v-70fe954b"]]), lp = ["id", "aria-current"], up = /* @__PURE__ */ W({
|
|
2573
2573
|
__name: "DsfrNavigationItem",
|
|
2574
2574
|
props: {
|
|
2575
2575
|
id: { default: () => Te("nav", "item") },
|
|
@@ -2584,7 +2584,7 @@ const Pd = {
|
|
|
2584
2584
|
F(t.$slots, "default", {}, void 0, !0)
|
|
2585
2585
|
], 8, lp));
|
|
2586
2586
|
}
|
|
2587
|
-
}), cp = /* @__PURE__ */ vt(up, [["__scopeId", "data-v-aa4076c4"]]), fp = ["href"], ca = 2, sr = /* @__PURE__ */
|
|
2587
|
+
}), cp = /* @__PURE__ */ vt(up, [["__scopeId", "data-v-aa4076c4"]]), fp = ["href"], ca = 2, sr = /* @__PURE__ */ W({
|
|
2588
2588
|
__name: "DsfrNavigationMenuLink",
|
|
2589
2589
|
props: {
|
|
2590
2590
|
id: { default: () => Te("menu-link") },
|
|
@@ -2623,14 +2623,14 @@ const Pd = {
|
|
|
2623
2623
|
})
|
|
2624
2624
|
}, {
|
|
2625
2625
|
default: $(() => [
|
|
2626
|
-
o.icon && s.value ? (S(), q($t, Di(ne({ key: 0 }, s.value)), null, 16)) :
|
|
2626
|
+
o.icon && s.value ? (S(), q($t, Di(ne({ key: 0 }, s.value)), null, 16)) : V("", !0),
|
|
2627
2627
|
ve(" " + U(o.text), 1)
|
|
2628
2628
|
]),
|
|
2629
2629
|
_: 1
|
|
2630
2630
|
}, 8, ["to", "class"]));
|
|
2631
2631
|
};
|
|
2632
2632
|
}
|
|
2633
|
-
}), dp = { class: "fr-col-12 fr-col-lg-3" }, pp = { class: "fr-mega-menu__category" }, hp = { class: "fr-mega-menu__list" }, Ap = /* @__PURE__ */
|
|
2633
|
+
}), dp = { class: "fr-col-12 fr-col-lg-3" }, pp = { class: "fr-mega-menu__category" }, hp = { class: "fr-mega-menu__list" }, Ap = /* @__PURE__ */ W({
|
|
2634
2634
|
__name: "DsfrNavigationMegaMenuCategory",
|
|
2635
2635
|
props: {
|
|
2636
2636
|
title: {},
|
|
@@ -2657,7 +2657,7 @@ const Pd = {
|
|
|
2657
2657
|
])
|
|
2658
2658
|
]));
|
|
2659
2659
|
}
|
|
2660
|
-
}), vp = ["aria-expanded", "aria-current", "aria-controls"], gp = ["id"], mp = { class: "fr-container fr-container--fluid fr-container-lg" }, _p = { class: "fr-grid-row fr-grid-row-lg--gutters" }, bp = { class: "fr-col-12 fr-col-lg-8 fr-col-offset-lg-4--right fr-mb-4v" }, yp = { class: "fr-mega-menu__leader" }, Ep = { class: "fr-h4 fr-mb-2v" }, Ip = { class: "fr-hidden fr-displayed-lg" }, Cp = /* @__PURE__ */
|
|
2660
|
+
}), vp = ["aria-expanded", "aria-current", "aria-controls"], gp = ["id"], mp = { class: "fr-container fr-container--fluid fr-container-lg" }, _p = { class: "fr-grid-row fr-grid-row-lg--gutters" }, bp = { class: "fr-col-12 fr-col-lg-8 fr-col-offset-lg-4--right fr-mb-4v" }, yp = { class: "fr-mega-menu__leader" }, Ep = { class: "fr-h4 fr-mb-2v" }, Ip = { class: "fr-hidden fr-displayed-lg" }, Cp = /* @__PURE__ */ W({
|
|
2661
2661
|
__name: "DsfrNavigationMegaMenu",
|
|
2662
2662
|
props: {
|
|
2663
2663
|
id: { default: () => Te("mega-menu") },
|
|
@@ -2740,7 +2740,7 @@ const Pd = {
|
|
|
2740
2740
|
], 64);
|
|
2741
2741
|
};
|
|
2742
2742
|
}
|
|
2743
|
-
}), Tp = /* @__PURE__ */ vt(Cp, [["__scopeId", "data-v-1e103394"]]), wp = ["id", "aria-current"], Np = /* @__PURE__ */
|
|
2743
|
+
}), Tp = /* @__PURE__ */ vt(Cp, [["__scopeId", "data-v-1e103394"]]), wp = ["id", "aria-current"], Np = /* @__PURE__ */ W({
|
|
2744
2744
|
__name: "DsfrNavigationMenuItem",
|
|
2745
2745
|
props: {
|
|
2746
2746
|
id: { default: () => Te("menu", "item") },
|
|
@@ -2755,7 +2755,7 @@ const Pd = {
|
|
|
2755
2755
|
F(t.$slots, "default")
|
|
2756
2756
|
], 8, wp));
|
|
2757
2757
|
}
|
|
2758
|
-
}), Sp = ["aria-expanded", "aria-current", "aria-controls"], Op = ["id"], kp = { class: "fr-menu__list" }, Mp = /* @__PURE__ */
|
|
2758
|
+
}), Sp = ["aria-expanded", "aria-current", "aria-controls"], Op = ["id"], kp = { class: "fr-menu__list" }, Mp = /* @__PURE__ */ W({
|
|
2759
2759
|
__name: "DsfrNavigationMenu",
|
|
2760
2760
|
props: {
|
|
2761
2761
|
id: { default: () => Te("menu") },
|
|
@@ -2809,7 +2809,7 @@ const Pd = {
|
|
|
2809
2809
|
], 42, Op)
|
|
2810
2810
|
], 64));
|
|
2811
2811
|
}
|
|
2812
|
-
}), xp = ["id", "aria-label"], Dp = { class: "fr-nav__list" }, Lp = /* @__PURE__ */
|
|
2812
|
+
}), xp = ["id", "aria-label"], Dp = { class: "fr-nav__list" }, Lp = /* @__PURE__ */ W({
|
|
2813
2813
|
__name: "DsfrNavigation",
|
|
2814
2814
|
props: {
|
|
2815
2815
|
id: { default: () => Te("nav") },
|
|
@@ -2871,14 +2871,14 @@ const Pd = {
|
|
|
2871
2871
|
}, u, {
|
|
2872
2872
|
"expanded-id": n.value,
|
|
2873
2873
|
onToggleId: l[2] || (l[2] = (f) => i(f))
|
|
2874
|
-
}), null, 16, ["expanded-id"])) :
|
|
2874
|
+
}), null, 16, ["expanded-id"])) : V("", !0)
|
|
2875
2875
|
]),
|
|
2876
2876
|
_: 2
|
|
2877
2877
|
}, 1032, ["id"]))), 128))
|
|
2878
2878
|
])
|
|
2879
2879
|
], 8, xp));
|
|
2880
2880
|
}
|
|
2881
|
-
}), Pp = { class: "fr-container" }, Rp = { class: "fr-notice__body" }, Bp = { class: "fr-notice__title" }, jp = { class: "fr-notice__desc" }, Qp = /* @__PURE__ */
|
|
2881
|
+
}), Pp = { class: "fr-container" }, Rp = { class: "fr-notice__body" }, Bp = { class: "fr-notice__title" }, jp = { class: "fr-notice__desc" }, Qp = /* @__PURE__ */ W({
|
|
2882
2882
|
__name: "DsfrNotice",
|
|
2883
2883
|
props: {
|
|
2884
2884
|
title: { default: "" },
|
|
@@ -2910,7 +2910,7 @@ const Pd = {
|
|
|
2910
2910
|
class: "fr-btn--close fr-btn",
|
|
2911
2911
|
title: "Masquer le message",
|
|
2912
2912
|
onClick: n[0] || (n[0] = (i) => t.$emit("close"))
|
|
2913
|
-
}, " Masquer le message ")) :
|
|
2913
|
+
}, " Masquer le message ")) : V("", !0)
|
|
2914
2914
|
])
|
|
2915
2915
|
])
|
|
2916
2916
|
], 2));
|
|
@@ -2924,7 +2924,7 @@ const Pd = {
|
|
|
2924
2924
|
}, Up = {
|
|
2925
2925
|
key: 0,
|
|
2926
2926
|
class: "fr-radio-rich__pictogram"
|
|
2927
|
-
}, qp = ["src", "title"], Xp = { key: 0 }, Hp = ["href"], Kp = ["href"], Zp = ["href"], wl = /* @__PURE__ */
|
|
2927
|
+
}, qp = ["src", "title"], Xp = { key: 0 }, Hp = ["href"], Kp = ["href"], Zp = ["href"], wl = /* @__PURE__ */ W({
|
|
2928
2928
|
__name: "DsfrRadioButton",
|
|
2929
2929
|
props: {
|
|
2930
2930
|
id: { default: () => Te("basic", "radio") },
|
|
@@ -2971,10 +2971,10 @@ const Pd = {
|
|
|
2971
2971
|
F(s.$slots, "label", {}, () => [
|
|
2972
2972
|
ve(U(s.label) + " ", 1),
|
|
2973
2973
|
F(s.$slots, "required-tip", {}, () => [
|
|
2974
|
-
s.$attrs.required ? (S(), L("span", Wp, " *")) :
|
|
2974
|
+
s.$attrs.required ? (S(), L("span", Wp, " *")) : V("", !0)
|
|
2975
2975
|
])
|
|
2976
2976
|
]),
|
|
2977
|
-
s.hint ? (S(), L("span", Fp, U(s.hint), 1)) :
|
|
2977
|
+
s.hint ? (S(), L("span", Fp, U(s.hint), 1)) : V("", !0)
|
|
2978
2978
|
], 8, Vp),
|
|
2979
2979
|
s.img || s.svgPath ? (S(), L("div", Up, [
|
|
2980
2980
|
s.img ? (S(), L("img", {
|
|
@@ -2988,7 +2988,7 @@ const Pd = {
|
|
|
2988
2988
|
"aria-hidden": "true",
|
|
2989
2989
|
class: "fr-artwork"
|
|
2990
2990
|
}, { ...n, ...s.svgAttrs }), [
|
|
2991
|
-
s.imgTitle ? (S(), L("title", Xp, U(s.imgTitle), 1)) :
|
|
2991
|
+
s.imgTitle ? (S(), L("title", Xp, U(s.imgTitle), 1)) : V("", !0),
|
|
2992
2992
|
R("use", {
|
|
2993
2993
|
class: "fr-artwork-decorative",
|
|
2994
2994
|
href: `${s.svgPath}#artwork-decorative`
|
|
@@ -3002,7 +3002,7 @@ const Pd = {
|
|
|
3002
3002
|
href: `${s.svgPath}#artwork-major`
|
|
3003
3003
|
}, null, 8, Zp)
|
|
3004
3004
|
], 16))
|
|
3005
|
-
])) :
|
|
3005
|
+
])) : V("", !0)
|
|
3006
3006
|
], 2)
|
|
3007
3007
|
], 2));
|
|
3008
3008
|
}
|
|
@@ -3012,7 +3012,7 @@ const Pd = {
|
|
|
3012
3012
|
}, eh = {
|
|
3013
3013
|
key: 0,
|
|
3014
3014
|
class: "required"
|
|
3015
|
-
}, th = ["id"], nh = /* @__PURE__ */
|
|
3015
|
+
}, th = ["id"], nh = /* @__PURE__ */ W({
|
|
3016
3016
|
__name: "DsfrRadioButtonSet",
|
|
3017
3017
|
props: {
|
|
3018
3018
|
titleId: { default: () => Te("radio-button", "group") },
|
|
@@ -3057,12 +3057,12 @@ const Pd = {
|
|
|
3057
3057
|
F(l.$slots, "hint", {}, () => [
|
|
3058
3058
|
ve(U(l.hint), 1)
|
|
3059
3059
|
])
|
|
3060
|
-
])) :
|
|
3060
|
+
])) : V("", !0),
|
|
3061
3061
|
F(l.$slots, "required-tip", {}, () => [
|
|
3062
|
-
l.required ? (S(), L("span", eh, " *")) :
|
|
3062
|
+
l.required ? (S(), L("span", eh, " *")) : V("", !0)
|
|
3063
3063
|
])
|
|
3064
3064
|
])
|
|
3065
|
-
], 8, Jp)) :
|
|
3065
|
+
], 8, Jp)) : V("", !0),
|
|
3066
3066
|
F(l.$slots, "default", {}, () => [
|
|
3067
3067
|
(S(!0), L(se, null, fe(l.options, (c, f) => (S(), q(wl, ne({
|
|
3068
3068
|
key: typeof c.value == "boolean" ? f : c.value || f,
|
|
@@ -3086,7 +3086,7 @@ const Pd = {
|
|
|
3086
3086
|
R("p", {
|
|
3087
3087
|
class: G(["fr-message fr-message--info flex items-center", r.value])
|
|
3088
3088
|
}, U(s.value), 3)
|
|
3089
|
-
], 8, th)) :
|
|
3089
|
+
], 8, th)) : V("", !0)
|
|
3090
3090
|
], 10, Gp)
|
|
3091
3091
|
]));
|
|
3092
3092
|
}
|
|
@@ -3096,7 +3096,7 @@ const Pd = {
|
|
|
3096
3096
|
}, rh = {
|
|
3097
3097
|
key: 0,
|
|
3098
3098
|
class: "fr-hint-text"
|
|
3099
|
-
}, ah = ["id", "name", "disabled", "aria-disabled", "required"], oh = ["selected"], lh = ["selected", "value", "disabled", "aria-disabled"], uh = ["id"], ch = /* @__PURE__ */
|
|
3099
|
+
}, ah = ["id", "name", "disabled", "aria-disabled", "required"], oh = ["selected"], lh = ["selected", "value", "disabled", "aria-disabled"], uh = ["id"], ch = /* @__PURE__ */ W({
|
|
3100
3100
|
inheritAttrs: !1,
|
|
3101
3101
|
__name: "DsfrSelect",
|
|
3102
3102
|
props: {
|
|
@@ -3130,10 +3130,10 @@ const Pd = {
|
|
|
3130
3130
|
F(s.$slots, "label", {}, () => [
|
|
3131
3131
|
ve(U(s.label) + " ", 1),
|
|
3132
3132
|
F(s.$slots, "required-tip", {}, () => [
|
|
3133
|
-
s.required ? (S(), L("span", sh, " *")) :
|
|
3133
|
+
s.required ? (S(), L("span", sh, " *")) : V("", !0)
|
|
3134
3134
|
])
|
|
3135
3135
|
]),
|
|
3136
|
-
s.hint ?? s.description ? (S(), L("span", rh, U(s.hint ?? s.description), 1)) :
|
|
3136
|
+
s.hint ?? s.description ? (S(), L("span", rh, U(s.hint ?? s.description), 1)) : V("", !0)
|
|
3137
3137
|
], 8, ih),
|
|
3138
3138
|
R("select", ne({
|
|
3139
3139
|
id: s.selectId,
|
|
@@ -3166,10 +3166,10 @@ const Pd = {
|
|
|
3166
3166
|
key: 0,
|
|
3167
3167
|
id: `select-${i.value}-desc-${i.value}`,
|
|
3168
3168
|
class: G(`fr-${i.value}-text`)
|
|
3169
|
-
}, U(n.value), 11, uh)) :
|
|
3169
|
+
}, U(n.value), 11, uh)) : V("", !0)
|
|
3170
3170
|
], 2));
|
|
3171
3171
|
}
|
|
3172
|
-
}), fh = ["id", "aria-labelledby", "tabindex"], dh = /* @__PURE__ */
|
|
3172
|
+
}), fh = ["id", "aria-labelledby", "tabindex"], dh = /* @__PURE__ */ W({
|
|
3173
3173
|
__name: "DsfrTabContent",
|
|
3174
3174
|
props: {
|
|
3175
3175
|
panelId: {},
|
|
@@ -3206,7 +3206,7 @@ const Pd = {
|
|
|
3206
3206
|
}), Nl = /* @__PURE__ */ vt(dh, [["__scopeId", "data-v-5774b16c"]]), ph = { role: "presentation" }, hh = ["id", "data-testid", "tabindex", "aria-selected", "aria-controls"], Ah = {
|
|
3207
3207
|
key: 0,
|
|
3208
3208
|
style: { "margin-left": "-0.25rem", "margin-right": "0.5rem", "font-size": "0.95rem" }
|
|
3209
|
-
}, Sl = /* @__PURE__ */
|
|
3209
|
+
}, Sl = /* @__PURE__ */ W({
|
|
3210
3210
|
__name: "DsfrTabItem",
|
|
3211
3211
|
props: {
|
|
3212
3212
|
panelId: {},
|
|
@@ -3246,12 +3246,12 @@ const Pd = {
|
|
|
3246
3246
|
}), [
|
|
3247
3247
|
c.icon ? (S(), L("span", Ah, [
|
|
3248
3248
|
Z($t, { name: c.icon }, null, 8, ["name"])
|
|
3249
|
-
])) :
|
|
3249
|
+
])) : V("", !0),
|
|
3250
3250
|
F(c.$slots, "default")
|
|
3251
3251
|
], 16, hh)
|
|
3252
3252
|
]));
|
|
3253
3253
|
}
|
|
3254
|
-
}), vh = ["aria-label"], gh = /* @__PURE__ */
|
|
3254
|
+
}), vh = ["aria-label"], gh = /* @__PURE__ */ W({
|
|
3255
3255
|
__name: "DsfrTabs",
|
|
3256
3256
|
props: {
|
|
3257
3257
|
modelValue: { default: 0 },
|
|
@@ -3373,7 +3373,7 @@ const Pd = {
|
|
|
3373
3373
|
F(w.$slots, "default")
|
|
3374
3374
|
], 4));
|
|
3375
3375
|
}
|
|
3376
|
-
}), mh = /* @__PURE__ */
|
|
3376
|
+
}), mh = /* @__PURE__ */ W({
|
|
3377
3377
|
__name: "DsfrTag",
|
|
3378
3378
|
props: {
|
|
3379
3379
|
label: { default: void 0 },
|
|
@@ -3408,8 +3408,8 @@ const Pd = {
|
|
|
3408
3408
|
key: 0,
|
|
3409
3409
|
label: l.iconOnly ? l.label : void 0,
|
|
3410
3410
|
class: { "fr-mr-1v": !l.iconOnly }
|
|
3411
|
-
}, o.value), null, 16, ["label", "class"])) :
|
|
3412
|
-
l.iconOnly ?
|
|
3411
|
+
}, o.value), null, 16, ["label", "class"])) : V("", !0),
|
|
3412
|
+
l.iconOnly ? V("", !0) : (S(), L(se, { key: 1 }, [
|
|
3413
3413
|
ve(U(l.label), 1)
|
|
3414
3414
|
], 64)),
|
|
3415
3415
|
F(l.$slots, "default", {}, void 0, !0)
|
|
@@ -3417,7 +3417,7 @@ const Pd = {
|
|
|
3417
3417
|
_: 3
|
|
3418
3418
|
}, 16, ["disabled", "class", "aria-pressed"]));
|
|
3419
3419
|
}
|
|
3420
|
-
}), _h = /* @__PURE__ */ vt(mh, [["__scopeId", "data-v-0cada598"]]), bh = /* @__PURE__ */
|
|
3420
|
+
}), _h = /* @__PURE__ */ vt(mh, [["__scopeId", "data-v-0cada598"]]), bh = /* @__PURE__ */ W({
|
|
3421
3421
|
__name: "AvBadge",
|
|
3422
3422
|
props: {
|
|
3423
3423
|
color: {},
|
|
@@ -3452,7 +3452,7 @@ const Pd = {
|
|
|
3452
3452
|
for (const [i, s] of t)
|
|
3453
3453
|
n[i] = s;
|
|
3454
3454
|
return n;
|
|
3455
|
-
}, fE = /* @__PURE__ */ re(bh, [["__scopeId", "data-v-844b9e93"]]), yh = { class: "av-icon-vicon--container" }, Eh = 16 / 19.19, Ih = /* @__PURE__ */
|
|
3455
|
+
}, fE = /* @__PURE__ */ re(bh, [["__scopeId", "data-v-844b9e93"]]), yh = { class: "av-icon-vicon--container" }, Eh = 16 / 19.19, Ih = /* @__PURE__ */ W({
|
|
3456
3456
|
__name: "AvVIcon",
|
|
3457
3457
|
props: {
|
|
3458
3458
|
size: { default: 1 },
|
|
@@ -3479,7 +3479,7 @@ const Pd = {
|
|
|
3479
3479
|
]);
|
|
3480
3480
|
};
|
|
3481
3481
|
}
|
|
3482
|
-
}), ke = /* @__PURE__ */ re(Ih, [["__scopeId", "data-v-bc7be51b"]]), Ch = /* @__PURE__ */
|
|
3482
|
+
}), ke = /* @__PURE__ */ re(Ih, [["__scopeId", "data-v-bc7be51b"]]), Ch = /* @__PURE__ */ W({
|
|
3483
3483
|
__name: "AvIconText",
|
|
3484
3484
|
props: {
|
|
3485
3485
|
textColor: { default: "var(--text1)" },
|
|
@@ -3514,7 +3514,7 @@ const Pd = {
|
|
|
3514
3514
|
function wh(e, t = "var(--dark-background-primary1)") {
|
|
3515
3515
|
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>`);
|
|
3516
3516
|
}
|
|
3517
|
-
const Nh = ["innerHTML"], dE = /* @__PURE__ */
|
|
3517
|
+
const Nh = ["innerHTML"], dE = /* @__PURE__ */ W({
|
|
3518
3518
|
__name: "AvNotice",
|
|
3519
3519
|
props: {
|
|
3520
3520
|
title: { default: "" },
|
|
@@ -3533,17 +3533,17 @@ const Nh = ["innerHTML"], dE = /* @__PURE__ */ V({
|
|
|
3533
3533
|
_: 1
|
|
3534
3534
|
}, 8, ["title", "type"]));
|
|
3535
3535
|
}
|
|
3536
|
-
}), pE =
|
|
3536
|
+
}), pE = {
|
|
3537
3537
|
name: "AvVIcon",
|
|
3538
3538
|
props: ["name", "color", "size"],
|
|
3539
3539
|
template: '<div class="av-vicon" />'
|
|
3540
|
-
}
|
|
3540
|
+
}, Sh = {
|
|
3541
3541
|
key: 1,
|
|
3542
3542
|
class: "av-card__body"
|
|
3543
3543
|
}, Oh = {
|
|
3544
3544
|
key: 2,
|
|
3545
3545
|
class: "av-card__footer"
|
|
3546
|
-
}, kh = /* @__PURE__ */
|
|
3546
|
+
}, kh = /* @__PURE__ */ W({
|
|
3547
3547
|
__name: "AvCard",
|
|
3548
3548
|
props: {
|
|
3549
3549
|
backgroundColor: { default: "var(--card)" },
|
|
@@ -3563,14 +3563,14 @@ const Nh = ["innerHTML"], dE = /* @__PURE__ */ V({
|
|
|
3563
3563
|
style: ht({ background: n.titleBackground, height: n.titleHeight })
|
|
3564
3564
|
}, [
|
|
3565
3565
|
F(n.$slots, "title", {}, void 0, !0)
|
|
3566
|
-
], 4)) :
|
|
3566
|
+
], 4)) : V("", !0),
|
|
3567
3567
|
F(n.$slots, "default", {}, void 0, !0),
|
|
3568
3568
|
t.body ? (S(), L("div", Sh, [
|
|
3569
3569
|
F(n.$slots, "body", {}, void 0, !0)
|
|
3570
|
-
])) :
|
|
3570
|
+
])) : V("", !0),
|
|
3571
3571
|
t.footer ? (S(), L("div", Oh, [
|
|
3572
3572
|
F(n.$slots, "footer", {}, void 0, !0)
|
|
3573
|
-
])) :
|
|
3573
|
+
])) : V("", !0)
|
|
3574
3574
|
], 4));
|
|
3575
3575
|
}
|
|
3576
3576
|
}), hE = /* @__PURE__ */ re(kh, [["__scopeId", "data-v-740c9a3b"]]), de = {
|
|
@@ -3643,7 +3643,7 @@ const Nh = ["innerHTML"], dE = /* @__PURE__ */ V({
|
|
|
3643
3643
|
CLOCK_THIRD_CHECK: "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPG1hc2sgaWQ9Im1hc2swXzQwMDA4NDkyXzkzNDciIHN0eWxlPSJtYXNrLXR5cGU6YWxwaGEiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjAiIHk9IjAiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+CjxyZWN0IHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iY3VycmVudENvbG9yIi8+CjwvbWFzaz4KPGcgbWFzaz0idXJsKCNtYXNrMF80MDAwODQ5Ml85MzQ3KSI+CjxwYXRoIGQ9Ik04LjAwMDMzIDE0LjMzMjdDNy4xMjI1NSAxNC4zMzI3IDYuMjk3NjYgMTQuMTY2IDUuNTI1NjYgMTMuODMyN0M0Ljc1MzIxIDEzLjQ5OTMgNC4wODM2NiAxMy4wNDkzIDMuNTE2OTkgMTIuNDgyN0MyLjk1MDMzIDExLjkxNiAyLjUwMDMzIDExLjI0NjUgMi4xNjY5OSAxMC40NzRDMS44MzM2NiA5LjcwMjAxIDEuNjY2OTkgOC44NzcxMyAxLjY2Njk5IDcuOTk5MzVDMS42NjY5OSA3LjEyMTU3IDEuODMzNjYgNi4yOTY0NiAyLjE2Njk5IDUuNTI0MDJDMi41MDAzMyA0Ljc1MjAyIDIuOTUwMzMgNC4wODI2OCAzLjUxNjk5IDMuNTE2MDJDNC4wODM2NiAyLjk0OTM1IDQuNzUzMjEgMi40OTkzNSA1LjUyNTY2IDIuMTY2MDJDNi4yOTc2NiAxLjgzMjY4IDcuMTIyNTUgMS42NjYwMiA4LjAwMDMzIDEuNjY2MDJDOC44NzgxIDEuNjY2MDIgOS43MDMyMSAxLjgzMjY4IDEwLjQ3NTcgMi4xNjYwMkMxMS4yNDc3IDIuNDk5MzUgMTEuOTE3IDIuOTQ5MzUgMTIuNDgzNyAzLjUxNjAyQzEzLjA1MDMgNC4wODI2OCAxMy41MDAzIDQuNzUyMDIgMTMuODMzNyA1LjUyNDAyQzE0LjE2NyA2LjI5NjQ2IDE0LjMzMzcgNy4xMjE1NyAxNC4zMzM3IDcuOTk5MzVDMTQuMzMzNyA4Ljg3NzEzIDE0LjE2NyA5LjcwMjAxIDEzLjgzMzcgMTAuNDc0QzEzLjUwMDMgMTEuMjQ2NSAxMy4wNTAzIDExLjkxNiAxMi40ODM3IDEyLjQ4MjdDMTEuOTE3IDEzLjA0OTMgMTEuMjQ3NyAxMy40OTkzIDEwLjQ3NTcgMTMuODMyN0M5LjcwMzIxIDE0LjE2NiA4Ljg3ODEgMTQuMzMyNyA4LjAwMDMzIDE0LjMzMjdaTTguMDAwMzMgMTMuMzMyN0M4LjcxMTQ0IDEzLjMzMjcgOS4zOTQ3NyAxMy4xOTkzIDEwLjA1MDMgMTIuOTMyN0MxMC43MDU5IDEyLjY2NiAxMS4yODM3IDEyLjI4MjcgMTEuNzgzNyAxMS43ODI3TDguMDAwMzMgNy45OTkzNVYyLjY2NjAyQzYuNTExNDQgMi42NjYwMiA1LjI1MDMzIDMuMTgyNjggNC4yMTY5OSA0LjIxNjAyQzMuMTgzNjYgNS4yNDkzNSAyLjY2Njk5IDYuNTEwNDYgMi42NjY5OSA3Ljk5OTM1QzIuNjY2OTkgOS40ODgyNCAzLjE4MzY2IDEwLjc0OTMgNC4yMTY5OSAxMS43ODI3QzUuMjUwMzMgMTIuODE2IDYuNTExNDQgMTMuMzMyNyA4LjAwMDMzIDEzLjMzMjdaIiBmaWxsPSJjdXJyZW50Q29sb3IiLz4KPC9nPgo8L3N2Zz4K",
|
|
3644
3644
|
FILE_DOCUMENT_MULTIPLE_OUTLINE: "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSJjdXJyZW50Q29sb3IiIGQ9Ik0xNiAwSDhDNi45IDAgNiAuOSA2IDJ2MTZjMCAxLjEuOSAyIDIgMmgxMmMxLjEgMCAyLS45IDItMlY2em00IDE4SDhWMmg3djVoNXpNNCA0djE4aDE2djJINGMtMS4xIDAtMi0uOS0yLTJWNHptNiA2djJoOHYtMnptMCA0djJoNXYtMnoiLz48L3N2Zz4=",
|
|
3645
3645
|
MDI_CHECK_CIRCLE: "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSJjdXJyZW50Q29sb3IiIGQ9Ik0xMiAyQzYuNSAyIDIgNi41IDIgMTJzNC41IDEwIDEwIDEwczEwLTQuNSAxMC0xMFMxNy41IDIgMTIgMm0tMiAxNWwtNS01bDEuNDEtMS40MUwxMCAxNC4xN2w3LjU5LTcuNTlMMTkgOHoiLz48L3N2Zz4="
|
|
3646
|
-
}, Mh = /* @__PURE__ */
|
|
3646
|
+
}, Mh = /* @__PURE__ */ W({
|
|
3647
3647
|
__name: "AvButton",
|
|
3648
3648
|
props: {
|
|
3649
3649
|
variant: { default: "DEFAULT" },
|
|
@@ -3693,7 +3693,7 @@ const Nh = ["innerHTML"], dE = /* @__PURE__ */ V({
|
|
|
3693
3693
|
}), null, 16, ["class", "disabled", "icon", "no-outline", "aria-label", "title"]);
|
|
3694
3694
|
};
|
|
3695
3695
|
}
|
|
3696
|
-
}), xt = /* @__PURE__ */ re(Mh, [["__scopeId", "data-v-1e62051c"]]), xh = ["id", "role"], Dh = { class: "av-alert--container" }, Lh = { class: "av-alert--content" }, Ph = { class: "av-alert--title" }, Rh = { class: "b1-regular" }, Bh = /* @__PURE__ */
|
|
3696
|
+
}), xt = /* @__PURE__ */ re(Mh, [["__scopeId", "data-v-1e62051c"]]), xh = ["id", "role"], Dh = { class: "av-alert--container" }, Lh = { class: "av-alert--content" }, Ph = { class: "av-alert--title" }, Rh = { class: "b1-regular" }, Bh = /* @__PURE__ */ W({
|
|
3697
3697
|
__name: "AvAlert",
|
|
3698
3698
|
props: {
|
|
3699
3699
|
alert: { type: Boolean, default: !1 },
|
|
@@ -3729,7 +3729,7 @@ const Nh = ["innerHTML"], dE = /* @__PURE__ */ V({
|
|
|
3729
3729
|
return { name: de.INFORMATION_OUTLINE, color: "var(--dark-background-primary1)" };
|
|
3730
3730
|
}
|
|
3731
3731
|
});
|
|
3732
|
-
return (a, o) => a.closed ?
|
|
3732
|
+
return (a, o) => a.closed ? V("", !0) : (S(), L("div", {
|
|
3733
3733
|
key: 0,
|
|
3734
3734
|
id: a.id,
|
|
3735
3735
|
class: G(["fr-alert", M(s)]),
|
|
@@ -3739,7 +3739,7 @@ const Nh = ["innerHTML"], dE = /* @__PURE__ */ V({
|
|
|
3739
3739
|
R("div", Lh, [
|
|
3740
3740
|
Z(ke, ne(M(r), { size: 3 }), null, 16),
|
|
3741
3741
|
R("div", Ph, [
|
|
3742
|
-
a.small ?
|
|
3742
|
+
a.small ? V("", !0) : (S(), q(Be(a.titleTag), {
|
|
3743
3743
|
key: 0,
|
|
3744
3744
|
class: "fr-alert__title"
|
|
3745
3745
|
}, {
|
|
@@ -3760,11 +3760,11 @@ const Nh = ["innerHTML"], dE = /* @__PURE__ */ V({
|
|
|
3760
3760
|
label: a.closeButtonLabel,
|
|
3761
3761
|
small: "",
|
|
3762
3762
|
"on-click": i
|
|
3763
|
-
}, null, 8, ["icon", "label"])) :
|
|
3763
|
+
}, null, 8, ["icon", "label"])) : V("", !0)
|
|
3764
3764
|
])
|
|
3765
3765
|
], 10, xh));
|
|
3766
3766
|
}
|
|
3767
|
-
}), jh = /* @__PURE__ */ re(Bh, [["__scopeId", "data-v-e4e8790e"]]), Qh = { class: "toaster-container" }, zh = /* @__PURE__ */
|
|
3767
|
+
}), jh = /* @__PURE__ */ re(Bh, [["__scopeId", "data-v-e4e8790e"]]), Qh = { class: "toaster-container" }, zh = /* @__PURE__ */ W({
|
|
3768
3768
|
__name: "AvToaster",
|
|
3769
3769
|
props: {
|
|
3770
3770
|
messages: {},
|
|
@@ -3808,7 +3808,7 @@ const Nh = ["innerHTML"], dE = /* @__PURE__ */ V({
|
|
|
3808
3808
|
})
|
|
3809
3809
|
]));
|
|
3810
3810
|
}
|
|
3811
|
-
}), gE = /* @__PURE__ */ re(zh, [["__scopeId", "data-v-202438c7"]]), Vh = ["aria-label"], Wh = { class: "fr-btns-group" }, fa = /* @__PURE__ */
|
|
3811
|
+
}), gE = /* @__PURE__ */ re(zh, [["__scopeId", "data-v-202438c7"]]), Vh = ["aria-label"], Wh = { class: "fr-btns-group" }, fa = /* @__PURE__ */ W({
|
|
3812
3812
|
__name: "AvHeaderMenuLinks",
|
|
3813
3813
|
props: {
|
|
3814
3814
|
links: {},
|
|
@@ -3890,7 +3890,7 @@ const Xh = /* @__PURE__ */ re(Fh, [["render", qh]]), Hh = {
|
|
|
3890
3890
|
}, dA = { class: "fr-header__menu fr-modal" }, pA = {
|
|
3891
3891
|
key: 0,
|
|
3892
3892
|
class: "fr-container"
|
|
3893
|
-
}, hA = /* @__PURE__ */
|
|
3893
|
+
}, hA = /* @__PURE__ */ W({
|
|
3894
3894
|
__name: "AvHeader",
|
|
3895
3895
|
props: {
|
|
3896
3896
|
searchbarId: { default: "searchbar-header" },
|
|
@@ -3963,7 +3963,7 @@ const Xh = /* @__PURE__ */ re(Fh, [["render", qh]]), Hh = {
|
|
|
3963
3963
|
title: h.showSearchLabel,
|
|
3964
3964
|
"data-fr-opened": M(o),
|
|
3965
3965
|
onClick: d[0] || (d[0] = Pe((O) => A(), ["prevent", "stop"]))
|
|
3966
|
-
}, null, 8, tA)) :
|
|
3966
|
+
}, null, 8, tA)) : V("", !0),
|
|
3967
3967
|
M(I) || (C = h.quickLinks) != null && C.length ? (S(), L("button", {
|
|
3968
3968
|
key: 1,
|
|
3969
3969
|
id: "button-menu",
|
|
@@ -3975,18 +3975,18 @@ const Xh = /* @__PURE__ */ re(Fh, [["render", qh]]), Hh = {
|
|
|
3975
3975
|
title: h.menuLabel,
|
|
3976
3976
|
"data-testid": "open-menu-btn",
|
|
3977
3977
|
onClick: d[1] || (d[1] = Pe((O) => f(), ["prevent", "stop"]))
|
|
3978
|
-
}, null, 8, nA)) :
|
|
3979
|
-
])) :
|
|
3978
|
+
}, null, 8, nA)) : V("", !0)
|
|
3979
|
+
])) : V("", !0)
|
|
3980
3980
|
]),
|
|
3981
3981
|
h.serviceTitle ? (S(), L("div", iA, [
|
|
3982
3982
|
R("p", sA, U(h.serviceTitle), 1),
|
|
3983
3983
|
F(h.$slots, "serviceDescription", {}, void 0, !0)
|
|
3984
|
-
])) :
|
|
3984
|
+
])) : V("", !0)
|
|
3985
3985
|
]),
|
|
3986
3986
|
R("div", rA, [
|
|
3987
3987
|
R("div", aA, [
|
|
3988
3988
|
F(h.$slots, "before-quick-links", {}, void 0, !0),
|
|
3989
|
-
M(a) ?
|
|
3989
|
+
M(a) ? V("", !0) : (S(), q(fa, {
|
|
3990
3990
|
key: 0,
|
|
3991
3991
|
links: h.quickLinks,
|
|
3992
3992
|
"nav-aria-label": h.quickLinksAriaLabel
|
|
@@ -3994,7 +3994,7 @@ const Xh = /* @__PURE__ */ re(Fh, [["render", qh]]), Hh = {
|
|
|
3994
3994
|
F(h.$slots, "after-quick-links", {}, void 0, !0),
|
|
3995
3995
|
M(r) ? (S(), q(N, ne({ key: 1 }, M(r), {
|
|
3996
3996
|
onSelect: d[2] || (d[2] = (O) => i("languageSelect", O))
|
|
3997
|
-
}), null, 16)) :
|
|
3997
|
+
}), null, 16)) : V("", !0)
|
|
3998
3998
|
]),
|
|
3999
3999
|
h.showSearch ? (S(), L("div", oA, [
|
|
4000
4000
|
Z(w, {
|
|
@@ -4006,7 +4006,7 @@ const Xh = /* @__PURE__ */ re(Fh, [["render", qh]]), Hh = {
|
|
|
4006
4006
|
"onUpdate:modelValue": d[3] || (d[3] = (O) => i("update:modelValue", O)),
|
|
4007
4007
|
onSearch: d[4] || (d[4] = (O) => i("search", O))
|
|
4008
4008
|
}, null, 8, ["id", "label", "model-value", "placeholder"])
|
|
4009
|
-
])) :
|
|
4009
|
+
])) : V("", !0)
|
|
4010
4010
|
])
|
|
4011
4011
|
]),
|
|
4012
4012
|
h.showSearch || M(I) || h.quickLinks && h.quickLinks.length || M(r) ? (S(), L("div", {
|
|
@@ -4028,7 +4028,7 @@ const Xh = /* @__PURE__ */ re(Fh, [["render", qh]]), Hh = {
|
|
|
4028
4028
|
R("div", cA, [
|
|
4029
4029
|
M(r) ? (S(), q(N, ne({ key: 0 }, M(r), {
|
|
4030
4030
|
onSelect: d[6] || (d[6] = (O) => M(r).currentLanguage = O.codeIso)
|
|
4031
|
-
}), null, 16)) :
|
|
4031
|
+
}), null, 16)) : V("", !0),
|
|
4032
4032
|
F(h.$slots, "before-quick-links", {}, void 0, !0),
|
|
4033
4033
|
M(a) ? (S(), q(fa, {
|
|
4034
4034
|
key: 1,
|
|
@@ -4036,13 +4036,13 @@ const Xh = /* @__PURE__ */ re(Fh, [["render", qh]]), Hh = {
|
|
|
4036
4036
|
links: h.quickLinks,
|
|
4037
4037
|
"nav-aria-label": h.quickLinksAriaLabel,
|
|
4038
4038
|
onLinkClick: M(m)
|
|
4039
|
-
}, null, 8, ["links", "nav-aria-label", "onLinkClick"])) :
|
|
4039
|
+
}, null, 8, ["links", "nav-aria-label", "onLinkClick"])) : V("", !0),
|
|
4040
4040
|
F(h.$slots, "after-quick-links", {}, void 0, !0)
|
|
4041
4041
|
]),
|
|
4042
4042
|
M(l) ? F(h.$slots, "mainnav", {
|
|
4043
4043
|
key: 0,
|
|
4044
4044
|
hidemodal: u
|
|
4045
|
-
}, void 0, !0) :
|
|
4045
|
+
}, void 0, !0) : V("", !0),
|
|
4046
4046
|
M(o) ? (S(), L("div", fA, [
|
|
4047
4047
|
Z(w, {
|
|
4048
4048
|
"searchbar-id": h.searchbarId,
|
|
@@ -4051,16 +4051,16 @@ const Xh = /* @__PURE__ */ re(Fh, [["render", qh]]), Hh = {
|
|
|
4051
4051
|
"onUpdate:modelValue": d[7] || (d[7] = (O) => i("update:modelValue", O)),
|
|
4052
4052
|
onSearch: d[8] || (d[8] = (O) => i("search", O))
|
|
4053
4053
|
}, null, 8, ["searchbar-id", "model-value", "placeholder"])
|
|
4054
|
-
])) :
|
|
4054
|
+
])) : V("", !0)
|
|
4055
4055
|
])
|
|
4056
|
-
], 10, lA)) :
|
|
4056
|
+
], 10, lA)) : V("", !0),
|
|
4057
4057
|
F(h.$slots, "default", {}, void 0, !0)
|
|
4058
4058
|
])
|
|
4059
4059
|
]),
|
|
4060
4060
|
R("div", dA, [
|
|
4061
4061
|
M(I) && !M(l) ? (S(), L("div", pA, [
|
|
4062
4062
|
F(h.$slots, "mainnav", { hidemodal: u }, void 0, !0)
|
|
4063
|
-
])) :
|
|
4063
|
+
])) : V("", !0)
|
|
4064
4064
|
])
|
|
4065
4065
|
]);
|
|
4066
4066
|
};
|
|
@@ -4083,7 +4083,7 @@ function vA(e, t) {
|
|
|
4083
4083
|
}, null, -1)
|
|
4084
4084
|
])]);
|
|
4085
4085
|
}
|
|
4086
|
-
const gA = { render: vA }, mA = { class: "svg-wrapper" }, _A = /* @__PURE__ */
|
|
4086
|
+
const gA = { render: vA }, mA = { class: "svg-wrapper" }, _A = /* @__PURE__ */ W({
|
|
4087
4087
|
__name: "EsupLogo",
|
|
4088
4088
|
props: {
|
|
4089
4089
|
width: {},
|
|
@@ -4102,7 +4102,7 @@ const gA = { render: vA }, mA = { class: "svg-wrapper" }, _A = /* @__PURE__ */ V
|
|
|
4102
4102
|
Z(M(gA), ne(M(t), { class: "logo" }), null, 16)
|
|
4103
4103
|
]));
|
|
4104
4104
|
}
|
|
4105
|
-
}), _E = /* @__PURE__ */ re(_A, [["__scopeId", "data-v-0e512b24"]]), bE = /* @__PURE__ */
|
|
4105
|
+
}), _E = /* @__PURE__ */ re(_A, [["__scopeId", "data-v-0e512b24"]]), bE = /* @__PURE__ */ W({
|
|
4106
4106
|
__name: "AvAccordion",
|
|
4107
4107
|
props: {
|
|
4108
4108
|
title: {},
|
|
@@ -4111,7 +4111,7 @@ const gA = { render: vA }, mA = { class: "svg-wrapper" }, _A = /* @__PURE__ */ V
|
|
|
4111
4111
|
setup(e) {
|
|
4112
4112
|
return (t, n) => F(t.$slots, "default");
|
|
4113
4113
|
}
|
|
4114
|
-
}), bA = { class: "title-container" }, yA = { class: "n6" }, EA = { class: "accordion-content-container" }, IA = /* @__PURE__ */
|
|
4114
|
+
}), bA = { class: "title-container" }, yA = { class: "n6" }, EA = { class: "accordion-content-container" }, IA = /* @__PURE__ */ W({
|
|
4115
4115
|
__name: "AvAccordionsGroup",
|
|
4116
4116
|
props: /* @__PURE__ */ At({
|
|
4117
4117
|
activeAccordion: {}
|
|
@@ -4147,7 +4147,7 @@ const gA = { render: vA }, mA = { class: "svg-wrapper" }, _A = /* @__PURE__ */ V
|
|
|
4147
4147
|
size: 2,
|
|
4148
4148
|
name: (c = o.props) == null ? void 0 : c.icon,
|
|
4149
4149
|
color: "var(--icon)"
|
|
4150
|
-
}, null, 8, ["name"])) :
|
|
4150
|
+
}, null, 8, ["name"])) : V("", !0),
|
|
4151
4151
|
R("h6", yA, U((f = o.props) == null ? void 0 : f.title), 1)
|
|
4152
4152
|
])
|
|
4153
4153
|
];
|
|
@@ -4163,12 +4163,12 @@ const gA = { render: vA }, mA = { class: "svg-wrapper" }, _A = /* @__PURE__ */ V
|
|
|
4163
4163
|
_: 1
|
|
4164
4164
|
}, 8, ["modelValue"]));
|
|
4165
4165
|
}
|
|
4166
|
-
}), yE = /* @__PURE__ */ re(IA, [["__scopeId", "data-v-efeab1a6"]]), EE =
|
|
4166
|
+
}), yE = /* @__PURE__ */ re(IA, [["__scopeId", "data-v-efeab1a6"]]), EE = {
|
|
4167
4167
|
name: "AvButton",
|
|
4168
4168
|
props: ["label", "variant", "type", "disabled", "isLoading"],
|
|
4169
4169
|
emits: ["click"],
|
|
4170
4170
|
template: `<button :disabled="disabled" @click="$emit('click')">{{ label }}</button>`
|
|
4171
|
-
}
|
|
4171
|
+
}, CA = ["title", "aria-label"], TA = { class: "av-rich-button__line" }, wA = { class: "av-rich-button__left" }, NA = /* @__PURE__ */ W({
|
|
4172
4172
|
__name: "AvRichButton",
|
|
4173
4173
|
props: {
|
|
4174
4174
|
label: {},
|
|
@@ -4196,7 +4196,7 @@ const gA = { render: vA }, mA = { class: "svg-wrapper" }, _A = /* @__PURE__ */ V
|
|
|
4196
4196
|
name: t.iconLeft,
|
|
4197
4197
|
color: "var(--dark-background-primary1)",
|
|
4198
4198
|
size: 1.5
|
|
4199
|
-
}, null, 8, ["name"])) :
|
|
4199
|
+
}, null, 8, ["name"])) : V("", !0),
|
|
4200
4200
|
F(t.$slots, "default", {}, void 0, !0)
|
|
4201
4201
|
]),
|
|
4202
4202
|
t.iconRight ? (S(), q(ke, {
|
|
@@ -4204,7 +4204,7 @@ const gA = { render: vA }, mA = { class: "svg-wrapper" }, _A = /* @__PURE__ */ V
|
|
|
4204
4204
|
name: t.iconRight,
|
|
4205
4205
|
color: "var(--dark-background-primary1)",
|
|
4206
4206
|
size: 1.5
|
|
4207
|
-
}, null, 8, ["name"])) :
|
|
4207
|
+
}, null, 8, ["name"])) : V("", !0)
|
|
4208
4208
|
])
|
|
4209
4209
|
], 8, CA));
|
|
4210
4210
|
}
|
|
@@ -4212,7 +4212,7 @@ const gA = { render: vA }, mA = { class: "svg-wrapper" }, _A = /* @__PURE__ */ V
|
|
|
4212
4212
|
key: 0,
|
|
4213
4213
|
class: "messages-group",
|
|
4214
4214
|
role: "alert"
|
|
4215
|
-
}, OA = /* @__PURE__ */
|
|
4215
|
+
}, OA = /* @__PURE__ */ W({
|
|
4216
4216
|
__name: "AvFileUploadAlert",
|
|
4217
4217
|
props: {
|
|
4218
4218
|
error: { default: void 0 },
|
|
@@ -4227,12 +4227,12 @@ const gA = { render: vA }, mA = { class: "svg-wrapper" }, _A = /* @__PURE__ */ V
|
|
|
4227
4227
|
"text-color": t.error ? "var(--dark-background-error)" : "var(--dark-background-success)",
|
|
4228
4228
|
"typography-class": "caption-regular"
|
|
4229
4229
|
}, null, 8, ["icon", "icon-color", "text", "text-color"])
|
|
4230
|
-
])) :
|
|
4230
|
+
])) : V("", !0);
|
|
4231
4231
|
}
|
|
4232
4232
|
}), kA = { class: "file-upload-content" }, MA = { class: "left-content-container" }, xA = { class: "content-container" }, DA = { key: 0 }, LA = { class: "b2-bold" }, PA = {
|
|
4233
4233
|
key: 1,
|
|
4234
4234
|
class: "title-container"
|
|
4235
|
-
}, RA = { class: "b2-regular" }, BA = { class: "caption-light" }, jA = { class: "right-icon-container" }, QA = ["id", "aria-describedby", "disabled", "aria-disabled", "accept"], zA = { class: "caption-light" }, VA = /* @__PURE__ */
|
|
4235
|
+
}, RA = { class: "b2-regular" }, BA = { class: "caption-light" }, jA = { class: "right-icon-container" }, QA = ["id", "aria-describedby", "disabled", "aria-disabled", "accept"], zA = { class: "caption-light" }, VA = /* @__PURE__ */ W({
|
|
4236
4236
|
inheritAttrs: !1,
|
|
4237
4237
|
__name: "AvFileUpload",
|
|
4238
4238
|
props: {
|
|
@@ -4341,7 +4341,7 @@ const gA = { render: vA }, mA = { class: "svg-wrapper" }, _A = /* @__PURE__ */ V
|
|
|
4341
4341
|
color: "var(--dark-background-primary1)"
|
|
4342
4342
|
}, null, 8, ["name"]))
|
|
4343
4343
|
]),
|
|
4344
|
-
M(f) ?
|
|
4344
|
+
M(f) ? V("", !0) : (S(), L("input", ne({
|
|
4345
4345
|
key: 0,
|
|
4346
4346
|
id: _.id,
|
|
4347
4347
|
class: "fr-upload",
|
|
@@ -4376,7 +4376,7 @@ const gA = { render: vA }, mA = { class: "svg-wrapper" }, _A = /* @__PURE__ */ V
|
|
|
4376
4376
|
}, HA = {
|
|
4377
4377
|
key: 1,
|
|
4378
4378
|
class: "av-input__valid"
|
|
4379
|
-
}, KA = /* @__PURE__ */
|
|
4379
|
+
}, KA = /* @__PURE__ */ W({
|
|
4380
4380
|
__name: "AvInput",
|
|
4381
4381
|
props: {
|
|
4382
4382
|
id: {},
|
|
@@ -4408,7 +4408,7 @@ const gA = { render: vA }, mA = { class: "svg-wrapper" }, _A = /* @__PURE__ */ V
|
|
|
4408
4408
|
name: u.prefixIcon,
|
|
4409
4409
|
size: 1.2
|
|
4410
4410
|
}, null, 8, ["name"])
|
|
4411
|
-
])) :
|
|
4411
|
+
])) : V("", !0),
|
|
4412
4412
|
Z(M(Tl), ne({
|
|
4413
4413
|
id: M(o),
|
|
4414
4414
|
"model-value": u.modelValue,
|
|
@@ -4444,7 +4444,7 @@ const gA = { render: vA }, mA = { class: "svg-wrapper" }, _A = /* @__PURE__ */ V
|
|
|
4444
4444
|
}, () => {
|
|
4445
4445
|
var f;
|
|
4446
4446
|
return [
|
|
4447
|
-
u.maxlength ? (S(), L("span", qA, U((f = u.modelValue) == null ? void 0 : f.toString().length) + " / " + U(u.maxlength), 1)) :
|
|
4447
|
+
u.maxlength ? (S(), L("span", qA, U((f = u.modelValue) == null ? void 0 : f.toString().length) + " / " + U(u.maxlength), 1)) : V("", !0)
|
|
4448
4448
|
];
|
|
4449
4449
|
}, !0)
|
|
4450
4450
|
]),
|
|
@@ -4453,20 +4453,20 @@ const gA = { render: vA }, mA = { class: "svg-wrapper" }, _A = /* @__PURE__ */ V
|
|
|
4453
4453
|
key: A,
|
|
4454
4454
|
class: "av-input__error-message"
|
|
4455
4455
|
}, U(f), 1))), 128))
|
|
4456
|
-
])) :
|
|
4456
|
+
])) : V("", !0),
|
|
4457
4457
|
M(a).length > 0 ? (S(), L("div", HA, [
|
|
4458
4458
|
(S(!0), L(se, null, fe(M(a), (f, A) => (S(), L("div", {
|
|
4459
4459
|
key: A,
|
|
4460
4460
|
class: "av-input__valid-message"
|
|
4461
4461
|
}, U(f), 1))), 128))
|
|
4462
|
-
])) :
|
|
4462
|
+
])) : V("", !0)
|
|
4463
4463
|
]));
|
|
4464
4464
|
}
|
|
4465
|
-
}), ZA = /* @__PURE__ */ re(KA, [["__scopeId", "data-v-7c2354be"]]), TE =
|
|
4465
|
+
}), ZA = /* @__PURE__ */ re(KA, [["__scopeId", "data-v-7c2354be"]]), TE = {
|
|
4466
4466
|
name: "AvList",
|
|
4467
4467
|
props: ["size"],
|
|
4468
4468
|
template: '<div class="av-list"><slot /></div>'
|
|
4469
|
-
}
|
|
4469
|
+
}, YA = ["role", "aria-label", "aria-labelledby", "aria-describedby"], GA = /* @__PURE__ */ W({
|
|
4470
4470
|
__name: "AvList",
|
|
4471
4471
|
props: {
|
|
4472
4472
|
backgroundColor: { default: "transparent" },
|
|
@@ -4499,12 +4499,12 @@ const gA = { render: vA }, mA = { class: "svg-wrapper" }, _A = /* @__PURE__ */ V
|
|
|
4499
4499
|
F(s.$slots, "default", {}, void 0, !0)
|
|
4500
4500
|
], 10, YA));
|
|
4501
4501
|
}
|
|
4502
|
-
}), Ol = /* @__PURE__ */ re(GA, [["__scopeId", "data-v-f74989f7"]]), wE =
|
|
4502
|
+
}), Ol = /* @__PURE__ */ re(GA, [["__scopeId", "data-v-f74989f7"]]), wE = {
|
|
4503
4503
|
name: "AvListItem",
|
|
4504
4504
|
props: ["clickable", "hoverBackgroundColor", "selected", "icon", "iconSize", "iconColor", "colorOnHover"],
|
|
4505
4505
|
emits: ["click"],
|
|
4506
4506
|
template: `<div class="av-list-item-stub" @click="$emit('click')"><slot /></div>`
|
|
4507
|
-
}
|
|
4507
|
+
}, JA = { role: "listitem" }, $A = {
|
|
4508
4508
|
key: 0,
|
|
4509
4509
|
class: "av-list-item__icon"
|
|
4510
4510
|
}, ev = { class: "av-list-item__content" }, tv = {
|
|
@@ -4513,7 +4513,7 @@ const gA = { render: vA }, mA = { class: "svg-wrapper" }, _A = /* @__PURE__ */ V
|
|
|
4513
4513
|
}, nv = {
|
|
4514
4514
|
key: 1,
|
|
4515
4515
|
class: "av-list-item__description"
|
|
4516
|
-
}, iv = { key: 2 }, sv = /* @__PURE__ */
|
|
4516
|
+
}, iv = { key: 2 }, sv = /* @__PURE__ */ W({
|
|
4517
4517
|
__name: "AvListItem",
|
|
4518
4518
|
props: {
|
|
4519
4519
|
icon: {},
|
|
@@ -4583,13 +4583,13 @@ const gA = { render: vA }, mA = { class: "svg-wrapper" }, _A = /* @__PURE__ */ V
|
|
|
4583
4583
|
color: u.iconColor ?? u.color,
|
|
4584
4584
|
size: u.iconSize
|
|
4585
4585
|
}, null, 8, ["name", "color", "size"])
|
|
4586
|
-
])) :
|
|
4586
|
+
])) : V("", !0),
|
|
4587
4587
|
R("div", ev, [
|
|
4588
|
-
u.title ? (S(), L("div", tv, U(u.title), 1)) :
|
|
4589
|
-
u.description ? (S(), L("div", nv, U(u.description), 1)) :
|
|
4588
|
+
u.title ? (S(), L("div", tv, U(u.title), 1)) : V("", !0),
|
|
4589
|
+
u.description ? (S(), L("div", nv, U(u.description), 1)) : V("", !0),
|
|
4590
4590
|
t.default ? (S(), L("div", iv, [
|
|
4591
4591
|
F(u.$slots, "default", {}, void 0, !0)
|
|
4592
|
-
])) :
|
|
4592
|
+
])) : V("", !0)
|
|
4593
4593
|
])
|
|
4594
4594
|
]),
|
|
4595
4595
|
_: 3
|
|
@@ -4603,7 +4603,7 @@ function rv(e) {
|
|
|
4603
4603
|
function NE(e) {
|
|
4604
4604
|
return /^[^\s@]+@[^\s.@]+\.[^\s@]+$/.test(e);
|
|
4605
4605
|
}
|
|
4606
|
-
const av = { class: "av-select-container" }, ov = /* @__PURE__ */
|
|
4606
|
+
const av = { class: "av-select-container" }, ov = /* @__PURE__ */ W({
|
|
4607
4607
|
__name: "AvTagPicker",
|
|
4608
4608
|
props: {
|
|
4609
4609
|
multiple: { type: Boolean },
|
|
@@ -4652,7 +4652,7 @@ const av = { class: "av-select-container" }, ov = /* @__PURE__ */ V({
|
|
|
4652
4652
|
M(n) ? (S(), L("span", {
|
|
4653
4653
|
key: 0,
|
|
4654
4654
|
class: G(["av-select-label", [M(s)]])
|
|
4655
|
-
}, U(M(n)), 3)) :
|
|
4655
|
+
}, U(M(n)), 3)) : V("", !0),
|
|
4656
4656
|
(S(!0), L(se, null, fe(M(l), (b) => (S(), L("div", {
|
|
4657
4657
|
key: b.value,
|
|
4658
4658
|
class: "tag-wrapper"
|
|
@@ -4680,7 +4680,7 @@ const SE = [
|
|
|
4680
4680
|
8,
|
|
4681
4681
|
12
|
|
4682
4682
|
/* TWELVE */
|
|
4683
|
-
], uv = { class: "pagination-size-picker-container" }, cv = /* @__PURE__ */
|
|
4683
|
+
], uv = { class: "pagination-size-picker-container" }, cv = /* @__PURE__ */ W({
|
|
4684
4684
|
__name: "AvPageSizePicker",
|
|
4685
4685
|
props: {
|
|
4686
4686
|
label: {},
|
|
@@ -4707,7 +4707,7 @@ const SE = [
|
|
|
4707
4707
|
}, null, 8, ["options", "selected", "handle-select-change", "label"])
|
|
4708
4708
|
]));
|
|
4709
4709
|
}
|
|
4710
|
-
}), OE = /* @__PURE__ */ re(cv, [["__scopeId", "data-v-d72fe5ab"]]), kE =
|
|
4710
|
+
}), OE = /* @__PURE__ */ re(cv, [["__scopeId", "data-v-d72fe5ab"]]), kE = {
|
|
4711
4711
|
name: "AvTagPicker",
|
|
4712
4712
|
props: [
|
|
4713
4713
|
"label",
|
|
@@ -4727,7 +4727,7 @@ const SE = [
|
|
|
4727
4727
|
</button>
|
|
4728
4728
|
</div>
|
|
4729
4729
|
`
|
|
4730
|
-
}
|
|
4730
|
+
}, fv = /* @__PURE__ */ W({
|
|
4731
4731
|
__name: "AvRadioButton",
|
|
4732
4732
|
props: {
|
|
4733
4733
|
value: { type: [String, Number, Boolean] },
|
|
@@ -4738,7 +4738,7 @@ const SE = [
|
|
|
4738
4738
|
setup(e) {
|
|
4739
4739
|
return (t, n) => F(t.$slots, "default");
|
|
4740
4740
|
}
|
|
4741
|
-
}), ME = /* @__PURE__ */
|
|
4741
|
+
}), ME = /* @__PURE__ */ W({
|
|
4742
4742
|
__name: "AvRadioButtonSet",
|
|
4743
4743
|
props: {
|
|
4744
4744
|
name: {},
|
|
@@ -4796,7 +4796,7 @@ const SE = [
|
|
|
4796
4796
|
_: 1
|
|
4797
4797
|
}, 16, ["model-value"]));
|
|
4798
4798
|
}
|
|
4799
|
-
}), xE =
|
|
4799
|
+
}), xE = {
|
|
4800
4800
|
name: "AvAutocomplete",
|
|
4801
4801
|
props: [
|
|
4802
4802
|
"modelValue",
|
|
@@ -4812,7 +4812,7 @@ const SE = [
|
|
|
4812
4812
|
],
|
|
4813
4813
|
emits: ["update:modelValue", "search", "clear", "loadMore"],
|
|
4814
4814
|
template: '<div class="av-autocomplete-stub"><slot name="item" v-for="option in options" :key="option.id" :option="option" :is-selected="false" :toggle="() => {}" /></div>'
|
|
4815
|
-
}
|
|
4815
|
+
};
|
|
4816
4816
|
var jt = /* @__PURE__ */ ((e) => (e.LOADING = "loading", e.NO_OPTIONS = "no-options", e.HAS_OPTIONS = "has-options", e))(jt || {});
|
|
4817
4817
|
const xl = Symbol("AvAutocompleteContext");
|
|
4818
4818
|
function rr() {
|
|
@@ -5222,7 +5222,7 @@ const Jv = {
|
|
|
5222
5222
|
}, eg = {
|
|
5223
5223
|
key: 1,
|
|
5224
5224
|
class: "av-autocomplete-dropdown__empty-text"
|
|
5225
|
-
}, tg = /* @__PURE__ */
|
|
5225
|
+
}, tg = /* @__PURE__ */ W({
|
|
5226
5226
|
__name: "AvAutocompleteDropdown",
|
|
5227
5227
|
emits: ["loadMore"],
|
|
5228
5228
|
setup(e, { expose: t, emit: n }) {
|
|
@@ -5320,12 +5320,12 @@ const Jv = {
|
|
|
5320
5320
|
]),
|
|
5321
5321
|
_: 3
|
|
5322
5322
|
}, 16, ["class"]))
|
|
5323
|
-
], 6)) :
|
|
5323
|
+
], 6)) : V("", !0);
|
|
5324
5324
|
}
|
|
5325
5325
|
}), ng = /* @__PURE__ */ re(tg, [["__scopeId", "data-v-bd315119"]]), ig = { class: "av-autocomplete-input" }, sg = {
|
|
5326
5326
|
key: 0,
|
|
5327
5327
|
class: "av-autocomplete-input__suffix"
|
|
5328
|
-
}, rg = /* @__PURE__ */
|
|
5328
|
+
}, rg = /* @__PURE__ */ W({
|
|
5329
5329
|
__name: "AvAutocompleteInput",
|
|
5330
5330
|
emits: ["search", "clear"],
|
|
5331
5331
|
setup(e, { expose: t, emit: n }) {
|
|
@@ -5389,13 +5389,13 @@ const Jv = {
|
|
|
5389
5389
|
theme: "SECONDARY",
|
|
5390
5390
|
"on-click": b
|
|
5391
5391
|
}, null, 8, ["icon"])
|
|
5392
|
-
])) :
|
|
5392
|
+
])) : V("", !0)
|
|
5393
5393
|
]));
|
|
5394
5394
|
}
|
|
5395
5395
|
}), ag = /* @__PURE__ */ re(rg, [["__scopeId", "data-v-a4efaaae"]]), og = {
|
|
5396
5396
|
key: 0,
|
|
5397
5397
|
class: "av-autocomplete-selected-tags"
|
|
5398
|
-
}, lg = /* @__PURE__ */
|
|
5398
|
+
}, lg = /* @__PURE__ */ W({
|
|
5399
5399
|
__name: "AvAutocompleteSelectedTags",
|
|
5400
5400
|
setup(e) {
|
|
5401
5401
|
const t = je(), {
|
|
@@ -5430,9 +5430,9 @@ const Jv = {
|
|
|
5430
5430
|
"on-click": () => a(u)
|
|
5431
5431
|
}, null, 8, ["label", "icon", "on-click"]))
|
|
5432
5432
|
]))), 128))
|
|
5433
|
-
])) :
|
|
5433
|
+
])) : V("", !0);
|
|
5434
5434
|
}
|
|
5435
|
-
}), ug = /* @__PURE__ */ re(lg, [["__scopeId", "data-v-c00c128b"]]), cg = { class: "av-autocomplete" }, fg = /* @__PURE__ */
|
|
5435
|
+
}), ug = /* @__PURE__ */ re(lg, [["__scopeId", "data-v-c00c128b"]]), cg = { class: "av-autocomplete" }, fg = /* @__PURE__ */ W({
|
|
5436
5436
|
__name: "AvAutocomplete",
|
|
5437
5437
|
props: /* @__PURE__ */ At({
|
|
5438
5438
|
id: {},
|
|
@@ -5558,7 +5558,7 @@ const Jv = {
|
|
|
5558
5558
|
]), 1024)
|
|
5559
5559
|
]));
|
|
5560
5560
|
}
|
|
5561
|
-
}), DE = /* @__PURE__ */ re(fg, [["__scopeId", "data-v-1088cd38"]]), LE =
|
|
5561
|
+
}), DE = /* @__PURE__ */ re(fg, [["__scopeId", "data-v-1088cd38"]]), LE = {
|
|
5562
5562
|
name: "AvSelect",
|
|
5563
5563
|
props: {
|
|
5564
5564
|
modelValue: [String, Number],
|
|
@@ -5582,7 +5582,7 @@ const Jv = {
|
|
|
5582
5582
|
</option>
|
|
5583
5583
|
</select>
|
|
5584
5584
|
`
|
|
5585
|
-
}
|
|
5585
|
+
}, dg = /* @__PURE__ */ W({
|
|
5586
5586
|
__name: "AvSelect",
|
|
5587
5587
|
props: {
|
|
5588
5588
|
required: { type: Boolean },
|
|
@@ -5616,7 +5616,7 @@ const Jv = {
|
|
|
5616
5616
|
}), null, 16, ["title"])
|
|
5617
5617
|
], 2));
|
|
5618
5618
|
}
|
|
5619
|
-
}), PE = /* @__PURE__ */ re(dg, [["__scopeId", "data-v-e4b98fc1"]]), RE = /* @__PURE__ */
|
|
5619
|
+
}), PE = /* @__PURE__ */ re(dg, [["__scopeId", "data-v-e4b98fc1"]]), RE = /* @__PURE__ */ W({
|
|
5620
5620
|
__name: "AvTab",
|
|
5621
5621
|
props: {
|
|
5622
5622
|
title: {},
|
|
@@ -5625,7 +5625,7 @@ const Jv = {
|
|
|
5625
5625
|
setup(e) {
|
|
5626
5626
|
return (t, n) => F(t.$slots, "default");
|
|
5627
5627
|
}
|
|
5628
|
-
}), pg = /* @__PURE__ */
|
|
5628
|
+
}), pg = /* @__PURE__ */ W({
|
|
5629
5629
|
__name: "AvTabs",
|
|
5630
5630
|
props: {
|
|
5631
5631
|
ariaLabel: {},
|
|
@@ -5714,7 +5714,7 @@ const Jv = {
|
|
|
5714
5714
|
}, bg = {
|
|
5715
5715
|
key: 1,
|
|
5716
5716
|
class: "caption-regular no-select"
|
|
5717
|
-
}, yg = { class: "caption-regular" }, Eg = ["id", "disabled", "aria-disabled", "checked", "data-testid", "aria-describedby", "name"], Ig = /* @__PURE__ */
|
|
5717
|
+
}, yg = { class: "caption-regular" }, Eg = ["id", "disabled", "aria-disabled", "checked", "data-testid", "aria-describedby", "name"], Ig = /* @__PURE__ */ W({
|
|
5718
5718
|
__name: "AvToggle",
|
|
5719
5719
|
props: {
|
|
5720
5720
|
modelValue: { type: Boolean },
|
|
@@ -5769,7 +5769,7 @@ const Jv = {
|
|
|
5769
5769
|
}), jE = /* @__PURE__ */ re(Ig, [["__scopeId", "data-v-0aabed11"]]), Cg = {
|
|
5770
5770
|
style: { position: "relative" },
|
|
5771
5771
|
class: "my-nav-wrapper"
|
|
5772
|
-
}, Tg = /* @__PURE__ */
|
|
5772
|
+
}, Tg = /* @__PURE__ */ W({
|
|
5773
5773
|
__name: "AvNavigation",
|
|
5774
5774
|
props: {
|
|
5775
5775
|
navItems: {}
|
|
@@ -5789,7 +5789,7 @@ const Jv = {
|
|
|
5789
5789
|
}, Lg = ["href", "title", "aria-current", "onClick"], Pg = { key: 0 }, Rg = { key: 1 }, Bg = ["href", "title", "disabled", "aria-disabled"], jg = {
|
|
5790
5790
|
key: 0,
|
|
5791
5791
|
class: "caption-regular fr-hidden fr-unhidden-md"
|
|
5792
|
-
}, Qg = ["href", "title", "disabled", "aria-disabled"], zg = { class: "fr-sr-only" }, Vg = /* @__PURE__ */
|
|
5792
|
+
}, Qg = ["href", "title", "disabled", "aria-disabled"], zg = { class: "fr-sr-only" }, Vg = /* @__PURE__ */ W({
|
|
5793
5793
|
__name: "AvPagination",
|
|
5794
5794
|
props: {
|
|
5795
5795
|
compact: { type: Boolean, default: !1 },
|
|
@@ -5816,9 +5816,9 @@ const Jv = {
|
|
|
5816
5816
|
R("ul", Ng, [
|
|
5817
5817
|
m.compact && m.compactCurrentPageLabel ? (S(), L("li", Sg, [
|
|
5818
5818
|
R("span", Og, U(m.compactCurrentPageLabel), 1)
|
|
5819
|
-
])) :
|
|
5819
|
+
])) : V("", !0),
|
|
5820
5820
|
R("li", null, [
|
|
5821
|
-
m.compact ?
|
|
5821
|
+
m.compact ? V("", !0) : (S(), L("a", {
|
|
5822
5822
|
key: 0,
|
|
5823
5823
|
href: (I = m.pages[0]) == null ? void 0 : I.href,
|
|
5824
5824
|
class: "fr-pagination__link",
|
|
@@ -5847,10 +5847,10 @@ const Jv = {
|
|
|
5847
5847
|
size: 1.5,
|
|
5848
5848
|
color: m.currentPage === 0 ? "var(--dark-background-neutral)" : "var(--dark-background-primary1)"
|
|
5849
5849
|
}, null, 8, ["name", "color"]),
|
|
5850
|
-
m.compact ?
|
|
5850
|
+
m.compact ? V("", !0) : (S(), L("span", Dg, U(m.prevPageLabel), 1))
|
|
5851
5851
|
], 8, xg)
|
|
5852
5852
|
]),
|
|
5853
|
-
m.compact ?
|
|
5853
|
+
m.compact ? V("", !0) : (S(!0), L(se, { key: 1 }, fe(M(r), (N, w) => (S(), L("li", { key: w }, [
|
|
5854
5854
|
R("a", {
|
|
5855
5855
|
href: N == null ? void 0 : N.href,
|
|
5856
5856
|
class: "fr-pagination__link fr-unhidden-lg",
|
|
@@ -5858,9 +5858,9 @@ const Jv = {
|
|
|
5858
5858
|
"aria-current": A(N) ? "page" : void 0,
|
|
5859
5859
|
onClick: Pe((D) => o(m.pages.indexOf(N)), ["prevent"])
|
|
5860
5860
|
}, [
|
|
5861
|
-
M(r).indexOf(N) === 0 && M(i) > 0 ? (S(), L("span", Pg, "...")) :
|
|
5861
|
+
M(r).indexOf(N) === 0 && M(i) > 0 ? (S(), L("span", Pg, "...")) : V("", !0),
|
|
5862
5862
|
ve(" " + U(N.label) + " ", 1),
|
|
5863
|
-
M(r).indexOf(N) === M(r).length - 1 && M(s) < m.pages.length - 1 ? (S(), L("span", Rg, "...")) :
|
|
5863
|
+
M(r).indexOf(N) === M(r).length - 1 && M(s) < m.pages.length - 1 ? (S(), L("span", Rg, "...")) : V("", !0)
|
|
5864
5864
|
], 8, Lg)
|
|
5865
5865
|
]))), 128)),
|
|
5866
5866
|
R("li", null, [
|
|
@@ -5872,7 +5872,7 @@ const Jv = {
|
|
|
5872
5872
|
"aria-disabled": m.currentPage === m.pages.length - 1 ? !0 : void 0,
|
|
5873
5873
|
onClick: _[2] || (_[2] = Pe((N) => c(), ["prevent"]))
|
|
5874
5874
|
}, [
|
|
5875
|
-
m.compact ?
|
|
5875
|
+
m.compact ? V("", !0) : (S(), L("span", jg, U(m.nextPageLabel), 1)),
|
|
5876
5876
|
Z(ke, {
|
|
5877
5877
|
name: M(de).NAVIGATE_NEXT,
|
|
5878
5878
|
size: 1.5,
|
|
@@ -5881,7 +5881,7 @@ const Jv = {
|
|
|
5881
5881
|
], 8, Bg)
|
|
5882
5882
|
]),
|
|
5883
5883
|
R("li", null, [
|
|
5884
|
-
m.compact ?
|
|
5884
|
+
m.compact ? V("", !0) : (S(), L("a", {
|
|
5885
5885
|
key: 0,
|
|
5886
5886
|
class: "fr-pagination__link",
|
|
5887
5887
|
href: (b = m.pages.at(-1)) == null ? void 0 : b.href,
|
|
@@ -5916,7 +5916,7 @@ function VE(e) {
|
|
|
5916
5916
|
const Wg = ["id", "aria-label"], Fg = {
|
|
5917
5917
|
key: 0,
|
|
5918
5918
|
class: "av-side-menu__header"
|
|
5919
|
-
}, Ug = { class: "av-side-menu__content" }, qg = /* @__PURE__ */
|
|
5919
|
+
}, Ug = { class: "av-side-menu__content" }, qg = /* @__PURE__ */ W({
|
|
5920
5920
|
__name: "AvSideMenu",
|
|
5921
5921
|
props: /* @__PURE__ */ At({
|
|
5922
5922
|
id: {},
|
|
@@ -5959,13 +5959,13 @@ const Wg = ["id", "aria-label"], Fg = {
|
|
|
5959
5959
|
"icon-only": "",
|
|
5960
5960
|
onClick: u
|
|
5961
5961
|
}, null, 8, ["aria-expanded", "aria-controls", "icon", "label"])
|
|
5962
|
-
])) :
|
|
5962
|
+
])) : V("", !0),
|
|
5963
5963
|
R("div", Ug, [
|
|
5964
5964
|
F(c.$slots, "default", {}, void 0, !0)
|
|
5965
5965
|
])
|
|
5966
5966
|
], 10, Wg));
|
|
5967
5967
|
}
|
|
5968
|
-
}), Xg = /* @__PURE__ */ re(qg, [["__scopeId", "data-v-23242ccc"]]), WE =
|
|
5968
|
+
}), Xg = /* @__PURE__ */ re(qg, [["__scopeId", "data-v-23242ccc"]]), WE = {
|
|
5969
5969
|
name: "AvSideNavigation",
|
|
5970
5970
|
props: {
|
|
5971
5971
|
items: Array,
|
|
@@ -5975,7 +5975,7 @@ const Wg = ["id", "aria-label"], Fg = {
|
|
|
5975
5975
|
},
|
|
5976
5976
|
emits: ["update:selectedItem", "update:isSideMenuCollapsed"],
|
|
5977
5977
|
template: `<div class="av-side-navigation-stub" @click="$emit('update:isSideMenuCollapsed', !isSideMenuCollapsed)" />`
|
|
5978
|
-
}
|
|
5978
|
+
}, Hg = /* @__PURE__ */ W({
|
|
5979
5979
|
__name: "AvSideNavigation",
|
|
5980
5980
|
props: /* @__PURE__ */ At({
|
|
5981
5981
|
items: {},
|
|
@@ -6028,18 +6028,18 @@ const Wg = ["id", "aria-label"], Fg = {
|
|
|
6028
6028
|
_: 1
|
|
6029
6029
|
}, 8, ["collapsed", "collapsed-width"]));
|
|
6030
6030
|
}
|
|
6031
|
-
}), FE = /* @__PURE__ */ re(Hg, [["__scopeId", "data-v-d802c471"]]), UE =
|
|
6031
|
+
}), FE = /* @__PURE__ */ re(Hg, [["__scopeId", "data-v-d802c471"]]), UE = {
|
|
6032
6032
|
name: "AvDrawer",
|
|
6033
6033
|
props: ["show", "position", "width"],
|
|
6034
6034
|
emits: ["escape-pressed"],
|
|
6035
6035
|
template: '<div class="av-drawer-stub"><slot /><slot name="footer" /></div>'
|
|
6036
|
-
}
|
|
6036
|
+
}, Kg = { key: 0 }, Zg = {
|
|
6037
6037
|
key: 0,
|
|
6038
6038
|
class: "av-drawer-backdrop"
|
|
6039
6039
|
}, Yg = ["aria-label"], Gg = { class: "av-drawer__content-wrapper" }, Jg = { class: "av-drawer__content" }, $g = {
|
|
6040
6040
|
key: 0,
|
|
6041
6041
|
class: "footer-container"
|
|
6042
|
-
}, em = /* @__PURE__ */
|
|
6042
|
+
}, em = /* @__PURE__ */ W({
|
|
6043
6043
|
__name: "AvDrawer",
|
|
6044
6044
|
props: {
|
|
6045
6045
|
show: { type: Boolean },
|
|
@@ -6057,7 +6057,7 @@ const Wg = ["id", "aria-label"], Fg = {
|
|
|
6057
6057
|
}));
|
|
6058
6058
|
const n = e, i = t, s = je(), { position: r, width: a, padding: o } = il(n);
|
|
6059
6059
|
return (l, u) => l.show ? (S(), L("div", Kg, [
|
|
6060
|
-
l.backdrop ? (S(), L("div", Zg)) :
|
|
6060
|
+
l.backdrop ? (S(), L("div", Zg)) : V("", !0),
|
|
6061
6061
|
R("div", {
|
|
6062
6062
|
class: G(["av-drawer", `av-drawer--${M(r)}`]),
|
|
6063
6063
|
role: "dialog",
|
|
@@ -6071,15 +6071,15 @@ const Wg = ["id", "aria-label"], Fg = {
|
|
|
6071
6071
|
]),
|
|
6072
6072
|
s.footer ? (S(), L("div", $g, [
|
|
6073
6073
|
F(l.$slots, "footer", {}, void 0, !0)
|
|
6074
|
-
])) :
|
|
6074
|
+
])) : V("", !0)
|
|
6075
6075
|
])
|
|
6076
6076
|
], 42, Yg)
|
|
6077
|
-
])) :
|
|
6077
|
+
])) : V("", !0);
|
|
6078
6078
|
}
|
|
6079
6079
|
}), qE = /* @__PURE__ */ re(em, [["__scopeId", "data-v-4b1b7481"]]), tm = {
|
|
6080
6080
|
key: 0,
|
|
6081
6081
|
class: "header"
|
|
6082
|
-
}, nm = { class: "footer" }, im = /* @__PURE__ */
|
|
6082
|
+
}, nm = { class: "footer" }, im = /* @__PURE__ */ W({
|
|
6083
6083
|
__name: "AvModal",
|
|
6084
6084
|
props: {
|
|
6085
6085
|
closeButtonVariant: {},
|
|
@@ -6105,7 +6105,7 @@ const Wg = ["id", "aria-label"], Fg = {
|
|
|
6105
6105
|
default: $(() => [
|
|
6106
6106
|
s.header ? (S(), L("div", tm, [
|
|
6107
6107
|
F(a.$slots, "header", {}, void 0, !0)
|
|
6108
|
-
])) :
|
|
6108
|
+
])) : V("", !0),
|
|
6109
6109
|
F(a.$slots, "default", {}, void 0, !0)
|
|
6110
6110
|
]),
|
|
6111
6111
|
footer: $(() => [
|
|
@@ -6840,7 +6840,7 @@ function Rm(e, t) {
|
|
|
6840
6840
|
cleanupFocusTrap: s
|
|
6841
6841
|
};
|
|
6842
6842
|
}
|
|
6843
|
-
const Bm = { class: "av-popover-wrapper" }, jm = /* @__PURE__ */
|
|
6843
|
+
const Bm = { class: "av-popover-wrapper" }, jm = /* @__PURE__ */ W({
|
|
6844
6844
|
__name: "AvPopover",
|
|
6845
6845
|
props: {
|
|
6846
6846
|
width: { default: "12.5rem" },
|
|
@@ -6890,15 +6890,15 @@ const Bm = { class: "av-popover-wrapper" }, jm = /* @__PURE__ */ V({
|
|
|
6890
6890
|
), ["esc"]))
|
|
6891
6891
|
}, [
|
|
6892
6892
|
F(f.$slots, "popover", { close: M(o) }, void 0, !0)
|
|
6893
|
-
], 36)) :
|
|
6893
|
+
], 36)) : V("", !0)
|
|
6894
6894
|
]))
|
|
6895
6895
|
]));
|
|
6896
6896
|
}
|
|
6897
|
-
}), HE = /* @__PURE__ */ re(jm, [["__scopeId", "data-v-6a5eaa47"]]), KE =
|
|
6897
|
+
}), HE = /* @__PURE__ */ re(jm, [["__scopeId", "data-v-6a5eaa47"]]), KE = {
|
|
6898
6898
|
name: "DsfrBadge",
|
|
6899
6899
|
template: '<div class="dsfr-badge" />',
|
|
6900
6900
|
props: ["label", "type", "small", "ellipsis"]
|
|
6901
|
-
}
|
|
6901
|
+
}, ZE = {
|
|
6902
6902
|
name: "DsfrModal",
|
|
6903
6903
|
props: ["opened", "title"],
|
|
6904
6904
|
template: '<div class="dsfr-modal"><slot /><slot name="footer" /></div>',
|
|
@@ -6908,17 +6908,17 @@ const Bm = { class: "av-popover-wrapper" }, jm = /* @__PURE__ */ V({
|
|
|
6908
6908
|
this.$emit("keydown", { key: "Escape" });
|
|
6909
6909
|
}
|
|
6910
6910
|
}
|
|
6911
|
-
}
|
|
6911
|
+
}, YE = {
|
|
6912
6912
|
name: "DsfrNavigation",
|
|
6913
6913
|
props: {
|
|
6914
6914
|
navItems: Array
|
|
6915
6915
|
},
|
|
6916
6916
|
template: '<nav class="dsfr-navigation-mock"><slot /></nav>'
|
|
6917
|
-
}
|
|
6917
|
+
}, GE = {
|
|
6918
6918
|
name: "VIcon",
|
|
6919
6919
|
props: ["name", "size", "color"],
|
|
6920
6920
|
template: '<div class="v-icon-stub"></div>'
|
|
6921
|
-
}
|
|
6921
|
+
};
|
|
6922
6922
|
/**
|
|
6923
6923
|
* @vue/shared v3.5.21
|
|
6924
6924
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
@@ -14749,7 +14749,7 @@ var Xs = function(e) {
|
|
|
14749
14749
|
});
|
|
14750
14750
|
}
|
|
14751
14751
|
}, uc = function(e) {
|
|
14752
|
-
var t = e.name, n = e.type, i = e.renderStubDefaultSlot, s = "anonymous-stub", r = t ? "".concat(z0(t), "-stub") : s, a = n ? kn(n) || {} : {}, o =
|
|
14752
|
+
var t = e.name, n = e.type, i = e.renderStubDefaultSlot, s = "anonymous-stub", r = t ? "".concat(z0(t), "-stub") : s, a = n ? kn(n) || {} : {}, o = W({
|
|
14753
14753
|
name: t || s,
|
|
14754
14754
|
props: a.props || {},
|
|
14755
14755
|
// fix #1550 - respect old-style v-model for shallow mounted components with @vue/compat
|
|
@@ -14863,7 +14863,7 @@ function Cy(e) {
|
|
|
14863
14863
|
}
|
|
14864
14864
|
function Ty(e, t) {
|
|
14865
14865
|
var n = kn(e), i, s = Cy(t ?? {}), r = {};
|
|
14866
|
-
Pr(n) || eo(n) ? (i =
|
|
14866
|
+
Pr(n) || eo(n) ? (i = W(X({ compatConfig: {
|
|
14867
14867
|
MODE: 3,
|
|
14868
14868
|
INSTANCE_LISTENERS: !1,
|
|
14869
14869
|
INSTANCE_ATTRS_CLASS_STYLE: !1,
|
|
@@ -14919,7 +14919,7 @@ function Ty(e, t) {
|
|
|
14919
14919
|
});
|
|
14920
14920
|
var _ = b0(t == null ? void 0 : t.global);
|
|
14921
14921
|
hn(i) && (i.components = X(X({}, i.components), _.components));
|
|
14922
|
-
var I = J(null), h =
|
|
14922
|
+
var I = J(null), h = W({
|
|
14923
14923
|
name: "VTU_ROOT",
|
|
14924
14924
|
setup: function() {
|
|
14925
14925
|
var ie;
|
|
@@ -15055,7 +15055,7 @@ var Ny = {
|
|
|
15055
15055
|
matched: [],
|
|
15056
15056
|
meta: {},
|
|
15057
15057
|
href: "/"
|
|
15058
|
-
}, Sy =
|
|
15058
|
+
}, Sy = W({
|
|
15059
15059
|
name: "RouterLinkStub",
|
|
15060
15060
|
compatConfig: { MODE: 3 },
|
|
15061
15061
|
props: {
|