@beterdichtbij/component-library 0.44.1 → 0.44.2
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/bd-component-lib.cjs.js +2 -2
- package/dist/bd-component-lib.es.js +186 -184
- package/dist/bd-component-lib.umd.js +2 -2
- package/dist/components/organisms/BDHeader/BDHeader.vue.d.ts +13 -1
- package/dist/components/organisms/BDSessionTimeOutModal/BDSessionTimeOutModal.vue.d.ts +3 -0
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as Ve, computed as ge, openBlock as H, createElementBlock as Z, normalizeClass as Je, renderSlot as tt, resolveComponent as Oo, createBlock as
|
|
1
|
+
import { defineComponent as Ve, computed as ge, openBlock as H, createElementBlock as Z, normalizeClass as Je, renderSlot as tt, resolveComponent as Oo, createBlock as Ge, resolveDynamicComponent as Xa, mergeProps as cn, withCtx as Fe, createTextVNode as vt, toDisplayString as De, createStaticVNode as hn, createElementVNode as W, createVNode as Ae, unref as ce, createCommentVNode as Pe, getCurrentScope as sg, onScopeDispose as og, ref as je, watch as tn, getCurrentInstance as ci, nextTick as X1, withDirectives as pr, isRef as qa, vModelText as ig, withKeys as ag, useAttrs as lg, withModifiers as Xs, onMounted as er, vShow as Xd, Fragment as it, renderList as Dt, vModelSelect as cg, vModelCheckbox as ug, h as Nt, normalizeProps as _u, guardReactiveProps as xu, onBeforeUnmount as el, watchEffect as dg, Teleport as fg, shallowRef as Iu, reactive as hg, markRaw as pg, customRef as mg, inject as gg, onUnmounted as q1, onBeforeMount as vg, Text as yg, createSlots as Eg, createApp as Cg } from "vue";
|
|
2
2
|
const Ls = /* @__PURE__ */ Ve({
|
|
3
3
|
__name: "BDCol",
|
|
4
4
|
props: {
|
|
@@ -85,8 +85,8 @@ const Ls = /* @__PURE__ */ Ve({
|
|
|
85
85
|
return { to: s };
|
|
86
86
|
}
|
|
87
87
|
});
|
|
88
|
-
return (s, o) => (H(),
|
|
89
|
-
default:
|
|
88
|
+
return (s, o) => (H(), Ge(Xa(t.value), cn({ class: "bd-link" }, r.value), {
|
|
89
|
+
default: Fe(() => [
|
|
90
90
|
tt(s.$slots, "default", {}, () => [
|
|
91
91
|
vt(De(e.text), 1)
|
|
92
92
|
])
|
|
@@ -135,10 +135,10 @@ const Ls = /* @__PURE__ */ Ve({
|
|
|
135
135
|
}), i = (l) => {
|
|
136
136
|
e("click", l);
|
|
137
137
|
};
|
|
138
|
-
return (l, a) => (H(),
|
|
138
|
+
return (l, a) => (H(), Ge(Xa(s.value), cn({
|
|
139
139
|
class: ["bd-btn", r.value]
|
|
140
140
|
}, o.value, { onClick: i }), {
|
|
141
|
-
default:
|
|
141
|
+
default: Fe(() => [
|
|
142
142
|
tt(l.$slots, "default", {}, () => [
|
|
143
143
|
vt(De(t.text), 1)
|
|
144
144
|
])
|
|
@@ -1128,11 +1128,11 @@ function q6(n, e) {
|
|
|
1128
1128
|
return H(), Z("svg", Z6, [
|
|
1129
1129
|
W("metadata", J6, [
|
|
1130
1130
|
Ae(o, null, {
|
|
1131
|
-
default:
|
|
1131
|
+
default: Fe(() => [
|
|
1132
1132
|
Ae(s, { "rdf:about": "" }, {
|
|
1133
|
-
default:
|
|
1133
|
+
default: Fe(() => [
|
|
1134
1134
|
Ae(t, null, {
|
|
1135
|
-
default:
|
|
1135
|
+
default: Fe(() => [
|
|
1136
1136
|
vt("image/svg+xml")
|
|
1137
1137
|
]),
|
|
1138
1138
|
_: 1
|
|
@@ -1351,7 +1351,7 @@ const yy = /* @__PURE__ */ we(hy, [["render", vy]]), nl = {
|
|
|
1351
1351
|
W("span", null, [
|
|
1352
1352
|
W("strong", null, De(e.title), 1)
|
|
1353
1353
|
])
|
|
1354
|
-
])) :
|
|
1354
|
+
])) : Pe("", !0),
|
|
1355
1355
|
tt(r.$slots, "default")
|
|
1356
1356
|
], 2));
|
|
1357
1357
|
}
|
|
@@ -1577,12 +1577,12 @@ const ky = { class: "bd-zoom-slider d-flex" }, Ny = /* @__PURE__ */ W("g", { tra
|
|
|
1577
1577
|
class: "position-absolute top-0 start-0"
|
|
1578
1578
|
}, null, 8, By)
|
|
1579
1579
|
], 2),
|
|
1580
|
-
t.linkText ? (H(),
|
|
1580
|
+
t.linkText ? (H(), Ge(ht, {
|
|
1581
1581
|
key: 0,
|
|
1582
1582
|
variant: "link",
|
|
1583
1583
|
onClick: s,
|
|
1584
1584
|
textContent: De(t.linkText)
|
|
1585
|
-
}, null, 8, ["textContent"])) :
|
|
1585
|
+
}, null, 8, ["textContent"])) : Pe("", !0)
|
|
1586
1586
|
]));
|
|
1587
1587
|
}
|
|
1588
1588
|
});
|
|
@@ -1634,10 +1634,10 @@ const $y = ["id"], Vy = { key: 0 }, Nu = /* @__PURE__ */ Ve({
|
|
|
1634
1634
|
class: Je(o.value)
|
|
1635
1635
|
}, [
|
|
1636
1636
|
tt(l.$slots, "header", {}, () => [
|
|
1637
|
-
l.title ? (H(), Z("h2", Vy, De(l.title), 1)) :
|
|
1637
|
+
l.title ? (H(), Z("h2", Vy, De(l.title), 1)) : Pe("", !0)
|
|
1638
1638
|
])
|
|
1639
|
-
], 2)) :
|
|
1640
|
-
l.noBody ?
|
|
1639
|
+
], 2)) : Pe("", !0),
|
|
1640
|
+
l.noBody ? Pe("", !0) : (H(), Z("div", {
|
|
1641
1641
|
key: 1,
|
|
1642
1642
|
class: Je(i.value)
|
|
1643
1643
|
}, [
|
|
@@ -1680,14 +1680,14 @@ const $y = ["id"], Vy = { key: 0 }, Nu = /* @__PURE__ */ Ve({
|
|
|
1680
1680
|
};
|
|
1681
1681
|
return Object.keys(a).filter((c) => a[c]).join(" ");
|
|
1682
1682
|
});
|
|
1683
|
-
return (a, c) => (H(),
|
|
1683
|
+
return (a, c) => (H(), Ge(Nu, {
|
|
1684
1684
|
class: "bd-collapsable-card",
|
|
1685
1685
|
title: a.title,
|
|
1686
1686
|
"header-class": i.value,
|
|
1687
1687
|
"body-class": l.value
|
|
1688
1688
|
}, {
|
|
1689
|
-
header:
|
|
1690
|
-
a.title ? (H(), Z("h2", Uy, De(a.title), 1)) :
|
|
1689
|
+
header: Fe(() => [
|
|
1690
|
+
a.title ? (H(), Z("h2", Uy, De(a.title), 1)) : Pe("", !0),
|
|
1691
1691
|
W("div", Hy, [
|
|
1692
1692
|
tt(a.$slots, "action"),
|
|
1693
1693
|
!a.disabled && a.visible ? (H(), Z("button", {
|
|
@@ -1699,10 +1699,10 @@ const $y = ["id"], Vy = { key: 0 }, Nu = /* @__PURE__ */ Ve({
|
|
|
1699
1699
|
"aria-expanded": "true"
|
|
1700
1700
|
}, [
|
|
1701
1701
|
Ae(ce(sp))
|
|
1702
|
-
], 10, zy)) :
|
|
1702
|
+
], 10, zy)) : Pe("", !0)
|
|
1703
1703
|
])
|
|
1704
1704
|
]),
|
|
1705
|
-
body:
|
|
1705
|
+
body: Fe(() => [
|
|
1706
1706
|
tt(a.$slots, "body")
|
|
1707
1707
|
]),
|
|
1708
1708
|
_: 3
|
|
@@ -1717,7 +1717,7 @@ const $y = ["id"], Vy = { key: 0 }, Nu = /* @__PURE__ */ Ve({
|
|
|
1717
1717
|
setup(n) {
|
|
1718
1718
|
const e = n;
|
|
1719
1719
|
return (t, r) => (H(), Z("div", Wy, [
|
|
1720
|
-
e.state ? (H(),
|
|
1720
|
+
e.state ? (H(), Ge(ce(ui), { key: 0 })) : (H(), Ge(ce(Ou), { key: 1 })),
|
|
1721
1721
|
vt(" " + De(e.text), 1)
|
|
1722
1722
|
]));
|
|
1723
1723
|
}
|
|
@@ -1944,7 +1944,7 @@ const Nc = /* @__PURE__ */ new WeakMap(), Jy = (n) => {
|
|
|
1944
1944
|
for: l,
|
|
1945
1945
|
id: o,
|
|
1946
1946
|
class: Je(["form-label", h.labelClass])
|
|
1947
|
-
}, De(h.label), 3)) :
|
|
1947
|
+
}, De(h.label), 3)) : Pe("", !0)
|
|
1948
1948
|
]),
|
|
1949
1949
|
W("div", {
|
|
1950
1950
|
class: Je(h.formFieldClass)
|
|
@@ -1986,7 +1986,7 @@ const Nc = /* @__PURE__ */ new WeakMap(), Jy = (n) => {
|
|
|
1986
1986
|
key: 0,
|
|
1987
1987
|
for: e.labelForId,
|
|
1988
1988
|
class: "form-label"
|
|
1989
|
-
}, De(e.label), 9, t9)) :
|
|
1989
|
+
}, De(e.label), 9, t9)) : Pe("", !0),
|
|
1990
1990
|
W("div", {
|
|
1991
1991
|
class: Je(ce(t).class)
|
|
1992
1992
|
}, [
|
|
@@ -2007,10 +2007,10 @@ const Nc = /* @__PURE__ */ new WeakMap(), Jy = (n) => {
|
|
|
2007
2007
|
}, [
|
|
2008
2008
|
r.variant === "danger" ? (H(), Z("span", r9, [
|
|
2009
2009
|
Ae(ce(vo))
|
|
2010
|
-
])) :
|
|
2010
|
+
])) : Pe("", !0),
|
|
2011
2011
|
r.variant === "success" ? (H(), Z("span", s9, [
|
|
2012
2012
|
Ae(ce(ui))
|
|
2013
|
-
])) :
|
|
2013
|
+
])) : Pe("", !0),
|
|
2014
2014
|
tt(r.$slots, "default")
|
|
2015
2015
|
], 2));
|
|
2016
2016
|
}
|
|
@@ -2232,12 +2232,12 @@ const Nc = /* @__PURE__ */ new WeakMap(), Jy = (n) => {
|
|
|
2232
2232
|
W("h5", null, De(t.title), 1)
|
|
2233
2233
|
])
|
|
2234
2234
|
]),
|
|
2235
|
-
t.hideBody ?
|
|
2235
|
+
t.hideBody ? Pe("", !0) : (H(), Z("div", b9, [
|
|
2236
2236
|
tt(s.$slots, "default", {}, () => [
|
|
2237
2237
|
vt(De(t.text), 1)
|
|
2238
2238
|
])
|
|
2239
2239
|
])),
|
|
2240
|
-
t.hideFooter ?
|
|
2240
|
+
t.hideFooter ? Pe("", !0) : (H(), Z("footer", T9, [
|
|
2241
2241
|
tt(s.$slots, "footer")
|
|
2242
2242
|
]))
|
|
2243
2243
|
]));
|
|
@@ -2273,7 +2273,7 @@ const Nc = /* @__PURE__ */ new WeakMap(), Jy = (n) => {
|
|
|
2273
2273
|
id: e.id
|
|
2274
2274
|
}, [
|
|
2275
2275
|
W("div", _9, [
|
|
2276
|
-
r.value ? (H(),
|
|
2276
|
+
r.value ? (H(), Ge(ce(vo), { key: 0 })) : (H(), Ge(ce(ui), { key: 1 })),
|
|
2277
2277
|
W("h5", null, De(e.title), 1),
|
|
2278
2278
|
x9
|
|
2279
2279
|
]),
|
|
@@ -2282,19 +2282,19 @@ const Nc = /* @__PURE__ */ new WeakMap(), Jy = (n) => {
|
|
|
2282
2282
|
])
|
|
2283
2283
|
], 10, S9));
|
|
2284
2284
|
}
|
|
2285
|
-
}),
|
|
2285
|
+
}), Qe = "", bi = (n) => typeof n == "string" || n instanceof String, M9 = { class: "bd-pill" }, O9 = ["src"], k9 = { class: "bd-pill__description" }, N9 = ["href"], L9 = ["id", "textContent", "title"], D9 = ["id", "textContent", "title"], Du = /* @__PURE__ */ Ve({
|
|
2286
2286
|
__name: "BDPill",
|
|
2287
2287
|
props: {
|
|
2288
|
-
imgSrc: { default:
|
|
2289
|
-
uri: { default:
|
|
2290
|
-
uriDisplayName: { default:
|
|
2291
|
-
title: { default:
|
|
2292
|
-
subtitle: { default:
|
|
2288
|
+
imgSrc: { default: Qe },
|
|
2289
|
+
uri: { default: Qe },
|
|
2290
|
+
uriDisplayName: { default: Qe },
|
|
2291
|
+
title: { default: Qe },
|
|
2292
|
+
subtitle: { default: Qe },
|
|
2293
2293
|
showClose: { type: Boolean, default: !1 }
|
|
2294
2294
|
},
|
|
2295
2295
|
emits: ["close"],
|
|
2296
2296
|
setup(n, { emit: e }) {
|
|
2297
|
-
const t = n, { uniqueIdentifier: r } = yo(), s = ge(() => t.uri), o = ge(() => t.uriDisplayName !==
|
|
2297
|
+
const t = n, { uniqueIdentifier: r } = yo(), s = ge(() => t.uri), o = ge(() => t.uriDisplayName !== Qe ? t.uriDisplayName : t.uri), i = ge(() => t.imgSrc), l = ge(() => t.title), a = ge(() => t.subtitle), c = ge(() => `bd-pill-title-${r.value}`), u = ge(() => `bd-pill-subtitle-${r.value}`);
|
|
2298
2298
|
return (d, f) => (H(), Z("div", M9, [
|
|
2299
2299
|
W("img", {
|
|
2300
2300
|
src: i.value,
|
|
@@ -2385,7 +2385,7 @@ const P9 = (n) => Array.isArray(n) && n.length > 0, F9 = (n) => Object.keys(n).m
|
|
|
2385
2385
|
class: "dropdown-item",
|
|
2386
2386
|
onClick: r
|
|
2387
2387
|
}, t), {
|
|
2388
|
-
default:
|
|
2388
|
+
default: Fe(() => [
|
|
2389
2389
|
tt(s.$slots, "default", {}, () => [
|
|
2390
2390
|
vt(De(t.text), 1)
|
|
2391
2391
|
])
|
|
@@ -8407,12 +8407,12 @@ const of = /* @__PURE__ */ Pu(B9), $9 = { class: "fallback" }, V9 = /* @__PURE__
|
|
|
8407
8407
|
p !== -1 && s.value.splice(p, 1);
|
|
8408
8408
|
}, f = ge(() => t.tag ?? "form");
|
|
8409
8409
|
return (h, p) => (H(), Z(it, null, [
|
|
8410
|
-
(H(),
|
|
8410
|
+
(H(), Ge(Xa(f.value), {
|
|
8411
8411
|
id: "dropzone",
|
|
8412
8412
|
class: "dropzone bd-dropzone",
|
|
8413
8413
|
enctype: "multipart/form-data"
|
|
8414
8414
|
}, {
|
|
8415
|
-
default:
|
|
8415
|
+
default: Fe(() => [
|
|
8416
8416
|
W("div", $9, [
|
|
8417
8417
|
V9,
|
|
8418
8418
|
vt(" test "),
|
|
@@ -8423,7 +8423,7 @@ const of = /* @__PURE__ */ Pu(B9), $9 = { class: "fallback" }, V9 = /* @__PURE__
|
|
|
8423
8423
|
]),
|
|
8424
8424
|
W("div", H9, [
|
|
8425
8425
|
Ae(ht, _u(xu(r.value)), {
|
|
8426
|
-
default:
|
|
8426
|
+
default: Fe(() => [
|
|
8427
8427
|
Ae(ce(eo)),
|
|
8428
8428
|
vt(" " + De(t.buttonText), 1)
|
|
8429
8429
|
]),
|
|
@@ -8447,7 +8447,7 @@ const of = /* @__PURE__ */ Pu(B9), $9 = { class: "fallback" }, V9 = /* @__PURE__
|
|
|
8447
8447
|
alt: "Click me to remove the file.",
|
|
8448
8448
|
"data-dz-remove": ""
|
|
8449
8449
|
}, {
|
|
8450
|
-
default:
|
|
8450
|
+
default: Fe(() => [
|
|
8451
8451
|
Ae(ce(tl))
|
|
8452
8452
|
]),
|
|
8453
8453
|
_: 1
|
|
@@ -23542,17 +23542,17 @@ const US = Xn.create({
|
|
|
23542
23542
|
key: o.CorrelationId
|
|
23543
23543
|
}, [
|
|
23544
23544
|
W("div", l_, [
|
|
23545
|
-
r.showDelete ? (H(),
|
|
23545
|
+
r.showDelete ? (H(), Ge(ht, {
|
|
23546
23546
|
key: 0,
|
|
23547
23547
|
variant: "remove",
|
|
23548
23548
|
onClick: (i) => t(o),
|
|
23549
23549
|
"aria-label": "verwijder"
|
|
23550
23550
|
}, {
|
|
23551
|
-
default:
|
|
23551
|
+
default: Fe(() => [
|
|
23552
23552
|
Ae(ce(tl))
|
|
23553
23553
|
]),
|
|
23554
23554
|
_: 2
|
|
23555
|
-
}, 1032, ["onClick"])) :
|
|
23555
|
+
}, 1032, ["onClick"])) : Pe("", !0),
|
|
23556
23556
|
r.noDownload ? (H(), Z("div", c_, [
|
|
23557
23557
|
Ae(ce(eo)),
|
|
23558
23558
|
vt(" " + De(o.Naam.trim()), 1)
|
|
@@ -23588,17 +23588,17 @@ const US = Xn.create({
|
|
|
23588
23588
|
key: l.CorrelationId
|
|
23589
23589
|
}, [
|
|
23590
23590
|
W("div", f_, [
|
|
23591
|
-
o.showDelete ? (H(),
|
|
23591
|
+
o.showDelete ? (H(), Ge(ht, {
|
|
23592
23592
|
key: 0,
|
|
23593
23593
|
variant: "remove",
|
|
23594
23594
|
"aria-label": "verwijder",
|
|
23595
23595
|
onClick: Xs((a) => r(l), ["prevent"])
|
|
23596
23596
|
}, {
|
|
23597
|
-
default:
|
|
23597
|
+
default: Fe(() => [
|
|
23598
23598
|
Ae(ce(tl))
|
|
23599
23599
|
]),
|
|
23600
23600
|
_: 2
|
|
23601
|
-
}, 1032, ["onClick"])) :
|
|
23601
|
+
}, 1032, ["onClick"])) : Pe("", !0),
|
|
23602
23602
|
t.noDownload ? (H(), Z("div", {
|
|
23603
23603
|
key: 1,
|
|
23604
23604
|
onClick: (a) => s(a, l)
|
|
@@ -23621,7 +23621,7 @@ const US = Xn.create({
|
|
|
23621
23621
|
W("button", v_, [
|
|
23622
23622
|
Ae(ce(ap))
|
|
23623
23623
|
])
|
|
23624
|
-
], 8, g_)) :
|
|
23624
|
+
], 8, g_)) : Pe("", !0),
|
|
23625
23625
|
W("img", {
|
|
23626
23626
|
src: l.previewUrl,
|
|
23627
23627
|
alt: l.altName,
|
|
@@ -26055,97 +26055,97 @@ const Sl = {
|
|
|
26055
26055
|
Ae(Du, _u(xu(N)), null, 16)
|
|
26056
26056
|
]))), 128))
|
|
26057
26057
|
])
|
|
26058
|
-
])) :
|
|
26058
|
+
])) : Pe("", !0),
|
|
26059
26059
|
tt(M.$slots, "default"),
|
|
26060
|
-
g.value ? (H(),
|
|
26060
|
+
g.value ? (H(), Ge(bd, {
|
|
26061
26061
|
key: 1,
|
|
26062
26062
|
files: g.value,
|
|
26063
26063
|
"no-download": !0,
|
|
26064
26064
|
"show-delete": !0,
|
|
26065
26065
|
onDelete: A
|
|
26066
|
-
}, null, 8, ["files"])) :
|
|
26067
|
-
E.value ? (H(),
|
|
26066
|
+
}, null, 8, ["files"])) : Pe("", !0),
|
|
26067
|
+
E.value ? (H(), Ge(Td, {
|
|
26068
26068
|
key: 2,
|
|
26069
26069
|
files: E.value,
|
|
26070
26070
|
"no-download": !0,
|
|
26071
26071
|
"show-delete": !0,
|
|
26072
26072
|
onDelete: A,
|
|
26073
26073
|
onShow: y
|
|
26074
|
-
}, null, 8, ["files"])) :
|
|
26074
|
+
}, null, 8, ["files"])) : Pe("", !0),
|
|
26075
26075
|
W("div", VO, [
|
|
26076
26076
|
Ae(ht, {
|
|
26077
26077
|
variant: "light",
|
|
26078
26078
|
type: "button",
|
|
26079
26079
|
onClick: r
|
|
26080
26080
|
}, {
|
|
26081
|
-
default:
|
|
26081
|
+
default: Fe(() => [
|
|
26082
26082
|
Ae(ce(eo))
|
|
26083
26083
|
]),
|
|
26084
26084
|
_: 1
|
|
26085
26085
|
}),
|
|
26086
|
-
p.value ? (H(), Z("div", UO)) :
|
|
26087
|
-
p.value ? (H(),
|
|
26086
|
+
p.value ? (H(), Z("div", UO)) : Pe("", !0),
|
|
26087
|
+
p.value ? (H(), Ge(ht, {
|
|
26088
26088
|
key: 1,
|
|
26089
26089
|
variant: "light",
|
|
26090
26090
|
type: "button",
|
|
26091
26091
|
class: Je(a.value),
|
|
26092
26092
|
onClick: O[0] || (O[0] = (N) => ce(i).chain().focus().toggleBold().run())
|
|
26093
26093
|
}, {
|
|
26094
|
-
default:
|
|
26094
|
+
default: Fe(() => [
|
|
26095
26095
|
Ae(ce(tp))
|
|
26096
26096
|
]),
|
|
26097
26097
|
_: 1
|
|
26098
|
-
}, 8, ["class"])) :
|
|
26099
|
-
p.value ? (H(),
|
|
26098
|
+
}, 8, ["class"])) : Pe("", !0),
|
|
26099
|
+
p.value ? (H(), Ge(ht, {
|
|
26100
26100
|
key: 2,
|
|
26101
26101
|
variant: "light",
|
|
26102
26102
|
type: "button",
|
|
26103
26103
|
class: Je(c.value),
|
|
26104
26104
|
onClick: O[1] || (O[1] = (N) => ce(i).chain().focus().toggleItalic().run())
|
|
26105
26105
|
}, {
|
|
26106
|
-
default:
|
|
26106
|
+
default: Fe(() => [
|
|
26107
26107
|
Ae(ce(cp))
|
|
26108
26108
|
]),
|
|
26109
26109
|
_: 1
|
|
26110
|
-
}, 8, ["class"])) :
|
|
26111
|
-
p.value ? (H(),
|
|
26110
|
+
}, 8, ["class"])) : Pe("", !0),
|
|
26111
|
+
p.value ? (H(), Ge(ht, {
|
|
26112
26112
|
key: 3,
|
|
26113
26113
|
variant: "light",
|
|
26114
26114
|
type: "button",
|
|
26115
26115
|
class: Je(u.value),
|
|
26116
26116
|
onClick: O[2] || (O[2] = (N) => ce(i).chain().focus().toggleUnderline().run())
|
|
26117
26117
|
}, {
|
|
26118
|
-
default:
|
|
26118
|
+
default: Fe(() => [
|
|
26119
26119
|
Ae(ce(gp))
|
|
26120
26120
|
]),
|
|
26121
26121
|
_: 1
|
|
26122
|
-
}, 8, ["class"])) :
|
|
26123
|
-
p.value ? (H(),
|
|
26122
|
+
}, 8, ["class"])) : Pe("", !0),
|
|
26123
|
+
p.value ? (H(), Ge(ht, {
|
|
26124
26124
|
key: 4,
|
|
26125
26125
|
variant: "light",
|
|
26126
26126
|
type: "button",
|
|
26127
26127
|
class: Je(d.value),
|
|
26128
26128
|
onClick: O[3] || (O[3] = (N) => ce(i).chain().focus().toggleBulletList().run())
|
|
26129
26129
|
}, {
|
|
26130
|
-
default:
|
|
26130
|
+
default: Fe(() => [
|
|
26131
26131
|
Ae(ce(np))
|
|
26132
26132
|
]),
|
|
26133
26133
|
_: 1
|
|
26134
|
-
}, 8, ["class"])) :
|
|
26135
|
-
p.value ? (H(),
|
|
26134
|
+
}, 8, ["class"])) : Pe("", !0),
|
|
26135
|
+
p.value ? (H(), Ge(ht, {
|
|
26136
26136
|
key: 5,
|
|
26137
26137
|
variant: "light",
|
|
26138
26138
|
type: "button",
|
|
26139
26139
|
class: Je(f.value),
|
|
26140
26140
|
onClick: O[4] || (O[4] = (N) => ce(i).chain().focus().toggleOrderedList().run())
|
|
26141
26141
|
}, {
|
|
26142
|
-
default:
|
|
26142
|
+
default: Fe(() => [
|
|
26143
26143
|
Ae(ce(dp))
|
|
26144
26144
|
]),
|
|
26145
26145
|
_: 1
|
|
26146
|
-
}, 8, ["class"])) :
|
|
26146
|
+
}, 8, ["class"])) : Pe("", !0),
|
|
26147
26147
|
pr((H(), Z("span", null, [
|
|
26148
|
-
p.value ? (H(),
|
|
26148
|
+
p.value ? (H(), Ge(ht, {
|
|
26149
26149
|
key: 0,
|
|
26150
26150
|
variant: "light",
|
|
26151
26151
|
type: "button",
|
|
@@ -26153,11 +26153,11 @@ const Sl = {
|
|
|
26153
26153
|
onClick: b,
|
|
26154
26154
|
disabled: !v.value
|
|
26155
26155
|
}, {
|
|
26156
|
-
default:
|
|
26156
|
+
default: Fe(() => [
|
|
26157
26157
|
Ae(ce(ku))
|
|
26158
26158
|
]),
|
|
26159
26159
|
_: 1
|
|
26160
|
-
}, 8, ["class", "disabled"])) :
|
|
26160
|
+
}, 8, ["class", "disabled"])) : Pe("", !0)
|
|
26161
26161
|
])), [
|
|
26162
26162
|
[ce(Sl), x.value]
|
|
26163
26163
|
])
|
|
@@ -26221,7 +26221,7 @@ const Sl = {
|
|
|
26221
26221
|
return typeof e.details == "string" ? e.details : (r = e.details) == null ? void 0 : r.join(" • ");
|
|
26222
26222
|
});
|
|
26223
26223
|
return (r, s) => (H(), Z("div", ZO, [
|
|
26224
|
-
e.hideImage ?
|
|
26224
|
+
e.hideImage ? Pe("", !0) : (H(), Ge(rl, cn({ key: 0 }, e.img, { size: "sm" }), null, 16)),
|
|
26225
26225
|
W("div", JO, [
|
|
26226
26226
|
W("header", null, [
|
|
26227
26227
|
W("h5", XO, De(e.name), 1),
|
|
@@ -26247,7 +26247,7 @@ const Sl = {
|
|
|
26247
26247
|
},
|
|
26248
26248
|
emits: ["show-attachment", "action"],
|
|
26249
26249
|
setup(n, { emit: e }) {
|
|
26250
|
-
const t = n, r = ge(() => t.isSender ? "sender" :
|
|
26250
|
+
const t = n, r = ge(() => t.isSender ? "sender" : Qe), s = ge(() => Wa(t.files, !1)), o = ge(() => Wa(t.files, !0)), i = () => {
|
|
26251
26251
|
e("action", "copy-message");
|
|
26252
26252
|
}, l = (a) => {
|
|
26253
26253
|
e("show-attachment", a);
|
|
@@ -26270,7 +26270,7 @@ const Sl = {
|
|
|
26270
26270
|
size: "sm",
|
|
26271
26271
|
onClick: i
|
|
26272
26272
|
}, {
|
|
26273
|
-
default:
|
|
26273
|
+
default: Fe(() => [
|
|
26274
26274
|
vt(" kopieer ")
|
|
26275
26275
|
]),
|
|
26276
26276
|
_: 1
|
|
@@ -26295,17 +26295,17 @@ const Sl = {
|
|
|
26295
26295
|
Ae(Du, _u(xu(u)), null, 16)
|
|
26296
26296
|
]))), 128))
|
|
26297
26297
|
])
|
|
26298
|
-
])) :
|
|
26299
|
-
s.value && s.value.length > 0 ? (H(),
|
|
26298
|
+
])) : Pe("", !0),
|
|
26299
|
+
s.value && s.value.length > 0 ? (H(), Ge(bd, {
|
|
26300
26300
|
key: 1,
|
|
26301
26301
|
files: s.value
|
|
26302
|
-
}, null, 8, ["files"])) :
|
|
26303
|
-
o.value && o.value.length > 0 ? (H(),
|
|
26302
|
+
}, null, 8, ["files"])) : Pe("", !0),
|
|
26303
|
+
o.value && o.value.length > 0 ? (H(), Ge(Td, {
|
|
26304
26304
|
key: 2,
|
|
26305
26305
|
"fast-download": !0,
|
|
26306
26306
|
files: o.value,
|
|
26307
26307
|
onShow: l
|
|
26308
|
-
}, null, 8, ["files"])) :
|
|
26308
|
+
}, null, 8, ["files"])) : Pe("", !0)
|
|
26309
26309
|
])
|
|
26310
26310
|
])
|
|
26311
26311
|
])
|
|
@@ -26336,7 +26336,7 @@ const Sl = {
|
|
|
26336
26336
|
})
|
|
26337
26337
|
}, [
|
|
26338
26338
|
W("span", null, De(t.label), 1),
|
|
26339
|
-
t.active && !r.value ? (H(),
|
|
26339
|
+
t.active && !r.value ? (H(), Ge(ce(fp), { key: 0 })) : t.active && r.value ? (H(), Ge(ce(hp), { key: 1 })) : (H(), Ge(ce(pp), { key: 2 }))
|
|
26340
26340
|
], 2));
|
|
26341
26341
|
}
|
|
26342
26342
|
}), uk = { class: "bd-table" }, dk = {
|
|
@@ -26381,7 +26381,7 @@ const Sl = {
|
|
|
26381
26381
|
W("tr", null, [
|
|
26382
26382
|
(H(!0), Z(it, null, Dt(r.fields, (h) => (H(), Z(it, null, [
|
|
26383
26383
|
h.isVisible ? (H(), Z(it, { key: 0 }, [
|
|
26384
|
-
h.sortable ? (H(),
|
|
26384
|
+
h.sortable ? (H(), Ge(ck, {
|
|
26385
26385
|
key: 0,
|
|
26386
26386
|
label: h.label,
|
|
26387
26387
|
active: h.key == o.value,
|
|
@@ -26390,7 +26390,7 @@ const Sl = {
|
|
|
26390
26390
|
onSortAsc: (p) => a(h.key),
|
|
26391
26391
|
onSortDesc: (p) => c(h.key)
|
|
26392
26392
|
}, null, 8, ["label", "active", "sortDesc", "onClick", "onSortAsc", "onSortDesc"])) : (H(), Z("th", fk, De(h.label), 1))
|
|
26393
|
-
], 64)) :
|
|
26393
|
+
], 64)) : Pe("", !0)
|
|
26394
26394
|
], 64))), 256))
|
|
26395
26395
|
])
|
|
26396
26396
|
]),
|
|
@@ -26409,7 +26409,7 @@ const Sl = {
|
|
|
26409
26409
|
}) : (H(), Z(it, { key: 1 }, [
|
|
26410
26410
|
vt(De(h[p.key]), 1)
|
|
26411
26411
|
], 64))
|
|
26412
|
-
])) :
|
|
26412
|
+
])) : Pe("", !0)
|
|
26413
26413
|
], 64))), 256))
|
|
26414
26414
|
], 10, hk))), 256))
|
|
26415
26415
|
])
|
|
@@ -26441,10 +26441,10 @@ const Sl = {
|
|
|
26441
26441
|
let A = "video-call-toast";
|
|
26442
26442
|
return t.id && (A += `-${t.id}`), A;
|
|
26443
26443
|
}), a = ge(() => r.value ? [
|
|
26444
|
-
r.value ? "is-handled" :
|
|
26445
|
-
s.value ? "is-handled--success" :
|
|
26446
|
-
t.canceled ? "is-handled--canceled" :
|
|
26447
|
-
].join(" ") :
|
|
26444
|
+
r.value ? "is-handled" : Qe,
|
|
26445
|
+
s.value ? "is-handled--success" : Qe,
|
|
26446
|
+
t.canceled ? "is-handled--canceled" : Qe
|
|
26447
|
+
].join(" ") : Qe), c = ge(() => t.canceled ? t.localization.videoCallCanceled : s.value ? t.localization.videoCallAccepted : t.localization.videoCallRejected), u = ge(() => t.canceled ? `${t.firstNameSender}${t.localization.notifyCallerWhenCanceled}` : t.isSender ? t.contactInfoReceiver ? `${t.contactInfoReceiver.name}${t.localization.notifyCallerWhenRejected}` : t.localization.notifyCallerWhenRejected : s.value ? t.localization.openNewTabWhenAccepted : `${t.localization.notifyReceiverWhenRejected.start}${t.firstNameSender}${t.localization.notifyReceiverWhenRejected.end}`.replace(/\s\s+/g, " "));
|
|
26448
26448
|
tn(() => t.canceled, () => {
|
|
26449
26449
|
r.value = !0;
|
|
26450
26450
|
}), er(() => {
|
|
@@ -26478,7 +26478,7 @@ const Sl = {
|
|
|
26478
26478
|
"aria-live": "assertive",
|
|
26479
26479
|
"aria-atomic": "true"
|
|
26480
26480
|
}, [
|
|
26481
|
-
ce(r) ?
|
|
26481
|
+
ce(r) ? Pe("", !0) : (H(), Z("div", yk, De(t.localization.incomingVideoCall), 1)),
|
|
26482
26482
|
W("div", {
|
|
26483
26483
|
class: Je(["toast-body__main", a.value])
|
|
26484
26484
|
}, [
|
|
@@ -26503,7 +26503,7 @@ const Sl = {
|
|
|
26503
26503
|
class: "text-center",
|
|
26504
26504
|
onClick: h
|
|
26505
26505
|
}, {
|
|
26506
|
-
default:
|
|
26506
|
+
default: Fe(() => [
|
|
26507
26507
|
Ae(rp),
|
|
26508
26508
|
W("span", {
|
|
26509
26509
|
textContent: De(t.localization.rejectVideoCall)
|
|
@@ -26516,7 +26516,7 @@ const Sl = {
|
|
|
26516
26516
|
class: "text-center",
|
|
26517
26517
|
onClick: m
|
|
26518
26518
|
}, {
|
|
26519
|
-
default:
|
|
26519
|
+
default: Fe(() => [
|
|
26520
26520
|
Ae(Oc),
|
|
26521
26521
|
W("span", {
|
|
26522
26522
|
textContent: De(t.localization.acceptVideoCall)
|
|
@@ -26567,7 +26567,7 @@ const Sl = {
|
|
|
26567
26567
|
onClick: d[0] || (d[0] = Xs(() => {
|
|
26568
26568
|
}, ["stop"]))
|
|
26569
26569
|
}, [
|
|
26570
|
-
(H(),
|
|
26570
|
+
(H(), Ge(Xa(e.toggleTag), cn({
|
|
26571
26571
|
ref_key: "dropdownToggle",
|
|
26572
26572
|
ref: a,
|
|
26573
26573
|
class: "dropdown-toggle",
|
|
@@ -26575,7 +26575,7 @@ const Sl = {
|
|
|
26575
26575
|
role: "button",
|
|
26576
26576
|
"data-bs-toggle": "dropdown"
|
|
26577
26577
|
}, s.value), {
|
|
26578
|
-
default:
|
|
26578
|
+
default: Fe(() => [
|
|
26579
26579
|
W("span", null, De(e.text), 1)
|
|
26580
26580
|
]),
|
|
26581
26581
|
_: 1
|
|
@@ -26602,7 +26602,8 @@ const Sl = {
|
|
|
26602
26602
|
profileImageSrc: {},
|
|
26603
26603
|
profileImageAlt: {},
|
|
26604
26604
|
organizationLogoSrc: {},
|
|
26605
|
-
organizationLogoAlt: {}
|
|
26605
|
+
organizationLogoAlt: {},
|
|
26606
|
+
hasLogoutOption: { type: Boolean, default: !0 }
|
|
26606
26607
|
},
|
|
26607
26608
|
emits: ["click-logo", "signout"],
|
|
26608
26609
|
setup(n, { emit: e }) {
|
|
@@ -26625,9 +26626,9 @@ const Sl = {
|
|
|
26625
26626
|
class: "logo organization-logo",
|
|
26626
26627
|
src: t.organizationLogoSrc,
|
|
26627
26628
|
alt: t.organizationLogoAlt
|
|
26628
|
-
}, null, 8, Ik)) :
|
|
26629
|
+
}, null, 8, Ik)) : Pe("", !0)
|
|
26629
26630
|
]),
|
|
26630
|
-
t.isEmbedded ?
|
|
26631
|
+
t.isEmbedded ? Pe("", !0) : (H(), Z("div", {
|
|
26631
26632
|
key: 0,
|
|
26632
26633
|
class: "col bd-hamburger",
|
|
26633
26634
|
onClick: a
|
|
@@ -26636,52 +26637,53 @@ const Sl = {
|
|
|
26636
26637
|
Ae(up)
|
|
26637
26638
|
])),
|
|
26638
26639
|
s.value ? (H(), Z("div", Ok, [
|
|
26639
|
-
(H(!0), Z(it, null, Dt(t.headerOptions, (f) => (H(),
|
|
26640
|
+
(H(!0), Z(it, null, Dt(t.headerOptions, (f) => (H(), Ge(ht, {
|
|
26640
26641
|
class: "btn-header",
|
|
26641
26642
|
to: f.to,
|
|
26642
26643
|
variant: "neutral"
|
|
26643
26644
|
}, {
|
|
26644
|
-
default:
|
|
26645
|
+
default: Fe(() => [
|
|
26645
26646
|
vt(De(f.text), 1)
|
|
26646
26647
|
]),
|
|
26647
26648
|
_: 2
|
|
26648
26649
|
}, 1032, ["to"]))), 256))
|
|
26649
|
-
])) :
|
|
26650
|
+
])) : Pe("", !0),
|
|
26650
26651
|
W("div", kk, [
|
|
26651
|
-
t.isEmbedded ?
|
|
26652
|
-
t.profileImageSrc ? (H(),
|
|
26652
|
+
t.isEmbedded ? Pe("", !0) : tt(u.$slots, "profile-side", { key: 0 }),
|
|
26653
|
+
t.profileImageSrc ? (H(), Ge(rl, {
|
|
26653
26654
|
key: 1,
|
|
26654
26655
|
src: t.profileImageSrc,
|
|
26655
26656
|
alt: t.profileImageAlt,
|
|
26656
26657
|
size: "sm"
|
|
26657
|
-
}, null, 8, ["src", "alt"])) :
|
|
26658
|
-
t.isEmbedded ? (H(), Z("span", Nk, De(t.dropdownMenuTitle), 1)) :
|
|
26659
|
-
t.isEmbedded ?
|
|
26658
|
+
}, null, 8, ["src", "alt"])) : Pe("", !0),
|
|
26659
|
+
t.isEmbedded ? (H(), Z("span", Nk, De(t.dropdownMenuTitle), 1)) : Pe("", !0),
|
|
26660
|
+
t.isEmbedded ? Pe("", !0) : (H(), Ge(d2, {
|
|
26660
26661
|
key: 3,
|
|
26661
26662
|
text: t.dropdownMenuTitle,
|
|
26662
26663
|
variant: "primary",
|
|
26663
26664
|
toggleTag: "a",
|
|
26664
26665
|
right: !0
|
|
26665
26666
|
}, {
|
|
26666
|
-
default:
|
|
26667
|
-
(H(!0), Z(it, null, Dt(t.dropdownOptions, (f, h) => (H(),
|
|
26668
|
-
|
|
26667
|
+
default: Fe(() => [
|
|
26668
|
+
(H(!0), Z(it, null, Dt(t.dropdownOptions, (f, h) => (H(), Ge(Lc, cn({ key: h }, f), null, 16))), 128)),
|
|
26669
|
+
t.hasLogoutOption ? (H(), Ge(Lc, {
|
|
26670
|
+
key: 0,
|
|
26669
26671
|
text: "Uitloggen",
|
|
26670
26672
|
onClick: l
|
|
26671
|
-
})
|
|
26673
|
+
})) : Pe("", !0)
|
|
26672
26674
|
]),
|
|
26673
26675
|
_: 1
|
|
26674
26676
|
}, 8, ["text"]))
|
|
26675
26677
|
])
|
|
26676
26678
|
]),
|
|
26677
|
-
t.isEmbedded ?
|
|
26679
|
+
t.isEmbedded ? Pe("", !0) : (H(), Ge(u2, {
|
|
26678
26680
|
key: 0,
|
|
26679
26681
|
active: o.value,
|
|
26680
26682
|
options: r.value,
|
|
26681
26683
|
onHide: c,
|
|
26682
26684
|
onSignout: l
|
|
26683
26685
|
}, {
|
|
26684
|
-
"special-options":
|
|
26686
|
+
"special-options": Fe(() => [
|
|
26685
26687
|
tt(u.$slots, "mobile-menu-special-options")
|
|
26686
26688
|
]),
|
|
26687
26689
|
_: 3
|
|
@@ -29879,8 +29881,8 @@ const VL = ["data-bs-title", "data-bs-content"], UL = ["title"], HL = {
|
|
|
29879
29881
|
}, null, 8, UL), [
|
|
29880
29882
|
[ce(Sl)]
|
|
29881
29883
|
]),
|
|
29882
|
-
ce(r) ? (H(), Z("div", HL)) :
|
|
29883
|
-
], 8, VL)) :
|
|
29884
|
+
ce(r) ? (H(), Z("div", HL)) : Pe("", !0)
|
|
29885
|
+
], 8, VL)) : Pe("", !0);
|
|
29884
29886
|
}
|
|
29885
29887
|
}), jL = { class: "profile-side" }, WL = ["href"], KL = { class: "nav-item" }, YL = ["textContent"], GL = /* @__PURE__ */ Ve({
|
|
29886
29888
|
__name: "BDPractitionerHeader",
|
|
@@ -29891,8 +29893,8 @@ const VL = ["data-bs-title", "data-bs-content"], UL = ["title"], HL = {
|
|
|
29891
29893
|
},
|
|
29892
29894
|
setup(n) {
|
|
29893
29895
|
const e = n, { t } = Ei(), r = ge(() => t("practitionerHeader.academyTooltip")), s = ge(() => t("practitionerHeader.AcademyMenuItem"));
|
|
29894
|
-
return (o, i) => (H(),
|
|
29895
|
-
"profile-side":
|
|
29896
|
+
return (o, i) => (H(), Ge(f2, null, Eg({
|
|
29897
|
+
"profile-side": Fe(() => [
|
|
29896
29898
|
W("div", jL, [
|
|
29897
29899
|
Ae(zL, {
|
|
29898
29900
|
"user-id": e.userId,
|
|
@@ -29907,20 +29909,20 @@ const VL = ["data-bs-title", "data-bs-content"], UL = ["title"], HL = {
|
|
|
29907
29909
|
pr(Ae(ce(Mc), { title: r.value }, null, 8, ["title"]), [
|
|
29908
29910
|
[ce(Sl)]
|
|
29909
29911
|
])
|
|
29910
|
-
], 8, WL)) :
|
|
29912
|
+
], 8, WL)) : Pe("", !0)
|
|
29911
29913
|
])
|
|
29912
29914
|
]),
|
|
29913
29915
|
_: 2
|
|
29914
29916
|
}, [
|
|
29915
29917
|
e.academyUrl ? {
|
|
29916
29918
|
name: "mobile-menu-special-options",
|
|
29917
|
-
fn:
|
|
29919
|
+
fn: Fe(() => [
|
|
29918
29920
|
W("li", KL, [
|
|
29919
29921
|
Ae(qs, {
|
|
29920
29922
|
class: "nav-link",
|
|
29921
29923
|
to: e.academyUrl
|
|
29922
29924
|
}, {
|
|
29923
|
-
default:
|
|
29925
|
+
default: Fe(() => [
|
|
29924
29926
|
Ae(ce(Mc)),
|
|
29925
29927
|
W("span", {
|
|
29926
29928
|
textContent: De(s.value)
|
|
@@ -29967,11 +29969,11 @@ const VL = ["data-bs-title", "data-bs-content"], UL = ["title"], HL = {
|
|
|
29967
29969
|
src: t.titleImage,
|
|
29968
29970
|
class: "title-image",
|
|
29969
29971
|
alt: ""
|
|
29970
|
-
}, null, 8, qL)) :
|
|
29972
|
+
}, null, 8, qL)) : Pe("", !0),
|
|
29971
29973
|
W("span", null, De(t.title), 1)
|
|
29972
29974
|
]),
|
|
29973
29975
|
tt(i.$slots, "modal-header-space-between"),
|
|
29974
|
-
t.hideCloseButton ?
|
|
29976
|
+
t.hideCloseButton ? Pe("", !0) : (H(), Z("button", {
|
|
29975
29977
|
key: 0,
|
|
29976
29978
|
type: "button",
|
|
29977
29979
|
class: "btn-close w-auto",
|
|
@@ -29986,15 +29988,15 @@ const VL = ["data-bs-title", "data-bs-content"], UL = ["title"], HL = {
|
|
|
29986
29988
|
W("div", tD, [
|
|
29987
29989
|
tt(i.$slots, "default")
|
|
29988
29990
|
]),
|
|
29989
|
-
i.hideFooter ?
|
|
29990
|
-
t.hideFooterSubmitButton ?
|
|
29991
|
+
i.hideFooter ? Pe("", !0) : (H(), Z("div", nD, [
|
|
29992
|
+
t.hideFooterSubmitButton ? Pe("", !0) : (H(), Z("button", {
|
|
29991
29993
|
key: 0,
|
|
29992
29994
|
class: "btn btn-primary",
|
|
29993
29995
|
disabled: t.disableSubmitButton,
|
|
29994
29996
|
onClick: s
|
|
29995
29997
|
}, De(t.submitButtonTitle), 9, rD)),
|
|
29996
29998
|
tt(i.$slots, "buttons"),
|
|
29997
|
-
t.hideFooterCancelButton ?
|
|
29999
|
+
t.hideFooterCancelButton ? Pe("", !0) : (H(), Z("button", {
|
|
29998
30000
|
key: 1,
|
|
29999
30001
|
type: "button",
|
|
30000
30002
|
class: "btn btn-link",
|
|
@@ -30065,11 +30067,11 @@ const oD = ["src", "alt"], iD = {
|
|
|
30065
30067
|
BerichtId: 0,
|
|
30066
30068
|
Id: void 0,
|
|
30067
30069
|
MimeType: null,
|
|
30068
|
-
Naam:
|
|
30069
|
-
altName:
|
|
30070
|
-
downloadUrl:
|
|
30071
|
-
fullImageUrl:
|
|
30072
|
-
previewUrl:
|
|
30070
|
+
Naam: Qe,
|
|
30071
|
+
altName: Qe,
|
|
30072
|
+
downloadUrl: Qe,
|
|
30073
|
+
fullImageUrl: Qe,
|
|
30074
|
+
previewUrl: Qe
|
|
30073
30075
|
});
|
|
30074
30076
|
e({ Show: (m) => {
|
|
30075
30077
|
d.value = m, s.value = 0, r();
|
|
@@ -30081,22 +30083,22 @@ const oD = ["src", "alt"], iD = {
|
|
|
30081
30083
|
BerichtId: 0,
|
|
30082
30084
|
Id: void 0,
|
|
30083
30085
|
MimeType: null,
|
|
30084
|
-
Naam:
|
|
30085
|
-
altName:
|
|
30086
|
-
downloadUrl:
|
|
30087
|
-
fullImageUrl:
|
|
30088
|
-
previewUrl:
|
|
30086
|
+
Naam: Qe,
|
|
30087
|
+
altName: Qe,
|
|
30088
|
+
downloadUrl: Qe,
|
|
30089
|
+
fullImageUrl: Qe,
|
|
30090
|
+
previewUrl: Qe
|
|
30089
30091
|
};
|
|
30090
30092
|
};
|
|
30091
|
-
return (m, g) => (H(),
|
|
30093
|
+
return (m, g) => (H(), Ge(kl, {
|
|
30092
30094
|
id: "image-attachment-modal",
|
|
30093
|
-
class: Je(ce(
|
|
30095
|
+
class: Je(ce(Qe)),
|
|
30094
30096
|
title: d.value.Naam,
|
|
30095
30097
|
hideFooterCancelButton: !0,
|
|
30096
30098
|
showHeaderButton: !0,
|
|
30097
30099
|
onCancel: p
|
|
30098
30100
|
}, {
|
|
30099
|
-
default:
|
|
30101
|
+
default: Fe(() => [
|
|
30100
30102
|
W("div", {
|
|
30101
30103
|
class: "image-preview-image-holder",
|
|
30102
30104
|
ref_key: "imageHolderRef",
|
|
@@ -30115,13 +30117,13 @@ const oD = ["src", "alt"], iD = {
|
|
|
30115
30117
|
class: Je(["image-preview-modal", ce(i)]),
|
|
30116
30118
|
onLoad: h,
|
|
30117
30119
|
draggable: !1
|
|
30118
|
-
}, null, 42, oD)) :
|
|
30120
|
+
}, null, 42, oD)) : Pe("", !0)
|
|
30119
30121
|
], 544),
|
|
30120
30122
|
u.value ? (H(), Z("div", iD, [
|
|
30121
30123
|
W("div", aD, [
|
|
30122
30124
|
W("span", lD, De(t.loadingText), 1)
|
|
30123
30125
|
])
|
|
30124
|
-
])) :
|
|
30126
|
+
])) : Pe("", !0),
|
|
30125
30127
|
Ae(yp, {
|
|
30126
30128
|
modelValue: ce(s),
|
|
30127
30129
|
"onUpdate:modelValue": g[3] || (g[3] = (E) => qa(s) ? s.value = E : null),
|
|
@@ -30135,7 +30137,7 @@ const oD = ["src", "alt"], iD = {
|
|
|
30135
30137
|
variant: "primary",
|
|
30136
30138
|
class: "download-image"
|
|
30137
30139
|
}, {
|
|
30138
|
-
default:
|
|
30140
|
+
default: Fe(() => [
|
|
30139
30141
|
vt(De(t.downloadText), 1)
|
|
30140
30142
|
]),
|
|
30141
30143
|
_: 1
|
|
@@ -30192,7 +30194,7 @@ function eg(n) {
|
|
|
30192
30194
|
var d;
|
|
30193
30195
|
let u = [];
|
|
30194
30196
|
if (Array.isArray((d = a == null ? void 0 : a.response) == null ? void 0 : d.data) ? u = a.response.data.filter(
|
|
30195
|
-
(f) => bi(f.ErrorMessage) && f.ErrorMessage !==
|
|
30197
|
+
(f) => bi(f.ErrorMessage) && f.ErrorMessage !== Qe
|
|
30196
30198
|
) : a.response.data.ErrorMessage ? u = [a.response.data.ErrorMessage] : u = null, bi(c))
|
|
30197
30199
|
e.value = u;
|
|
30198
30200
|
else if (Array.isArray(c)) {
|
|
@@ -30213,7 +30215,7 @@ function eg(n) {
|
|
|
30213
30215
|
P9(a.value) ? s.value = a.value.map((c) => bi(c) ? c : c.ErrorMessage) : bi(a.value) && (o.value = a.value);
|
|
30214
30216
|
};
|
|
30215
30217
|
function l() {
|
|
30216
|
-
e.value = null, s.value = null, o.value =
|
|
30218
|
+
e.value = null, s.value = null, o.value = Qe;
|
|
30217
30219
|
}
|
|
30218
30220
|
return {
|
|
30219
30221
|
serverErrors: e,
|
|
@@ -30230,7 +30232,7 @@ const fD = { key: 0 }, hD = { key: 1 }, pD = { class: "bd-form-field" }, mD = {
|
|
|
30230
30232
|
emits: ["startPhoneNumberUpdate", "confirmPhoneNumberUpdate", "setPhoneNumber"],
|
|
30231
30233
|
setup(n, { expose: e, emit: t }) {
|
|
30232
30234
|
const r = n, { showSuccessToast: s, showWarningToast: o } = Pd(), { serverErrors: i, errorMessages: l, errorMessageText: a, MapServerErrors: c, ResetServerErrors: u } = eg(null), { closeModal: d } = Rd("phone-number-edit-modal");
|
|
30233
|
-
let f =
|
|
30235
|
+
let f = Qe;
|
|
30234
30236
|
const h = je(), p = je(null), m = je(), g = je(), E = je(null), A = ge(() => g.value == null || g.value == ""), y = () => {
|
|
30235
30237
|
if (p.value = null, u(), !h.value || h.value == f) {
|
|
30236
30238
|
p.value = !1;
|
|
@@ -30259,9 +30261,9 @@ const fD = { key: 0 }, hD = { key: 1 }, pD = { class: "bd-form-field" }, mD = {
|
|
|
30259
30261
|
}, O = () => {
|
|
30260
30262
|
M(f), u(), o(r.editCanceledText);
|
|
30261
30263
|
};
|
|
30262
|
-
return e({ Reset: M }), (N, $) => (H(),
|
|
30264
|
+
return e({ Reset: M }), (N, $) => (H(), Ge(kl, {
|
|
30263
30265
|
id: "phone-number-edit-modal",
|
|
30264
|
-
class: Je(ce(
|
|
30266
|
+
class: Je(ce(Qe)),
|
|
30265
30267
|
title: r.modalTitle,
|
|
30266
30268
|
submitButtonTitle: r.submitButtonTitle,
|
|
30267
30269
|
hideFooterCancelButton: !1,
|
|
@@ -30272,12 +30274,12 @@ const fD = { key: 0 }, hD = { key: 1 }, pD = { class: "bd-form-field" }, mD = {
|
|
|
30272
30274
|
onSubmit: v,
|
|
30273
30275
|
onCancel: O
|
|
30274
30276
|
}, {
|
|
30275
|
-
default:
|
|
30276
|
-
ce(a) || ce(l) ? (H(),
|
|
30277
|
+
default: Fe(() => [
|
|
30278
|
+
ce(a) || ce(l) ? (H(), Ge(Qi, {
|
|
30277
30279
|
key: 0,
|
|
30278
30280
|
variant: "danger"
|
|
30279
30281
|
}, {
|
|
30280
|
-
default:
|
|
30282
|
+
default: Fe(() => [
|
|
30281
30283
|
ce(l) ? (H(), Z("div", fD, [
|
|
30282
30284
|
W("ul", null, [
|
|
30283
30285
|
(H(!0), Z(it, null, Dt(ce(l), (B, V) => (H(), Z("li", { key: V }, [
|
|
@@ -30288,7 +30290,7 @@ const fD = { key: 0 }, hD = { key: 1 }, pD = { class: "bd-form-field" }, mD = {
|
|
|
30288
30290
|
])) : (H(), Z("div", hD, De(ce(a)), 1))
|
|
30289
30291
|
]),
|
|
30290
30292
|
_: 1
|
|
30291
|
-
})) :
|
|
30293
|
+
})) : Pe("", !0),
|
|
30292
30294
|
W("div", pD, [
|
|
30293
30295
|
Ae(Gs, {
|
|
30294
30296
|
id: "form-input-phone-number",
|
|
@@ -30300,7 +30302,7 @@ const fD = { key: 0 }, hD = { key: 1 }, pD = { class: "bd-form-field" }, mD = {
|
|
|
30300
30302
|
"form-field-class": "form-input-with-button",
|
|
30301
30303
|
"invalid-feedback-text": r.phoneNumberUnchangedText
|
|
30302
30304
|
}, {
|
|
30303
|
-
default:
|
|
30305
|
+
default: Fe(() => [
|
|
30304
30306
|
Ae(ht, {
|
|
30305
30307
|
textContent: De(r.sendConfirmationCodeText),
|
|
30306
30308
|
class: "tablet-device-up",
|
|
@@ -30318,14 +30320,14 @@ const fD = { key: 0 }, hD = { key: 1 }, pD = { class: "bd-form-field" }, mD = {
|
|
|
30318
30320
|
}, null, 8, ["textContent"])
|
|
30319
30321
|
]),
|
|
30320
30322
|
W("div", mD, [
|
|
30321
|
-
m.value ? (H(),
|
|
30323
|
+
m.value ? (H(), Ge(Gs, {
|
|
30322
30324
|
key: 0,
|
|
30323
30325
|
label: r.confirmationCodeLabel,
|
|
30324
30326
|
modelValue: g.value,
|
|
30325
30327
|
"onUpdate:modelValue": $[1] || ($[1] = (B) => g.value = B),
|
|
30326
30328
|
state: E.value,
|
|
30327
30329
|
"invalid-feedback-text": r.confirmationCodeRequiredText
|
|
30328
|
-
}, null, 8, ["label", "modelValue", "state", "invalid-feedback-text"])) :
|
|
30330
|
+
}, null, 8, ["label", "modelValue", "state", "invalid-feedback-text"])) : Pe("", !0)
|
|
30329
30331
|
])
|
|
30330
30332
|
]),
|
|
30331
30333
|
_: 1
|
|
@@ -30657,21 +30659,21 @@ const go = /* @__PURE__ */ Pu(ng), vD = (n, e, t, r, s, o) => {
|
|
|
30657
30659
|
};
|
|
30658
30660
|
}, yD = /* @__PURE__ */ Ve({
|
|
30659
30661
|
__name: "BDSessionTimeOutModal",
|
|
30660
|
-
props: ["expiredTitle", "expiredMessage", "expiredButtonText", "almostExpiredTitle", "almostExpiredMessage", "almostExpiredButtonText", "almostExpiredCancelButtonText", "threshold", "warningThreshold", "getTime", "setTaskId", "setNewTime", "logout"],
|
|
30662
|
+
props: ["expiredTitle", "expiredMessage", "expiredButtonText", "almostExpiredTitle", "almostExpiredMessage", "almostExpiredButtonText", "almostExpiredCancelButtonText", "threshold", "warningThreshold", "getTime", "setTaskId", "setNewTime", "logout", "hideCancelButton"],
|
|
30661
30663
|
setup(n) {
|
|
30662
|
-
const e = n, { IsExpired: t, Minutes: r, Seconds: s, OnLogOut: o, OnSubmit: i } = vD(e.threshold, e.warningThreshold, e.getTime, e.setTaskId, e.setNewTime, e.logout), l = ge(() => t.value ? e.expiredTitle : e.almostExpiredTitle), a = ge(() => t.value ? e.expiredMessage : `${e.almostExpiredMessage} ${r.value}:${s.value < 10 ? "0" + s.value : s.value}`), c = ge(() => t.value ? e.expiredButtonText : e.almostExpiredButtonText);
|
|
30663
|
-
return (
|
|
30664
|
+
const e = n, { IsExpired: t, Minutes: r, Seconds: s, OnLogOut: o, OnSubmit: i } = vD(e.threshold, e.warningThreshold, e.getTime, e.setTaskId, e.setNewTime, e.logout), l = ge(() => t.value ? e.expiredTitle : e.almostExpiredTitle), a = ge(() => t.value ? e.expiredMessage : `${e.almostExpiredMessage} ${r.value}:${s.value < 10 ? "0" + s.value : s.value}`), c = ge(() => e.hideCancelButton || t.value), u = ge(() => t.value ? e.expiredButtonText : e.almostExpiredButtonText);
|
|
30665
|
+
return (d, f) => (H(), Ge(kl, {
|
|
30664
30666
|
id: "session-time-out-modal",
|
|
30665
30667
|
title: l.value,
|
|
30666
30668
|
"hide-close-button": !0,
|
|
30667
|
-
"hide-footer-cancel-button":
|
|
30669
|
+
"hide-footer-cancel-button": c.value,
|
|
30668
30670
|
"close-button-title": e.almostExpiredCancelButtonText,
|
|
30669
|
-
"submit-button-title":
|
|
30671
|
+
"submit-button-title": u.value,
|
|
30670
30672
|
size: "md",
|
|
30671
30673
|
onSubmit: ce(i),
|
|
30672
30674
|
onCancel: ce(o)
|
|
30673
30675
|
}, {
|
|
30674
|
-
default:
|
|
30676
|
+
default: Fe(() => [
|
|
30675
30677
|
vt(De(a.value), 1)
|
|
30676
30678
|
]),
|
|
30677
30679
|
_: 1
|
|
@@ -30705,21 +30707,21 @@ const go = /* @__PURE__ */ Pu(ng), vD = (n, e, t, r, s, o) => {
|
|
|
30705
30707
|
setup(n) {
|
|
30706
30708
|
const e = n, { showDangerToast: t, showSuccessToast: r } = Pd(), { errorMessages: s, errorMessageText: o, MapServerErrors: i, ResetServerErrors: l } = eg(null), { ValidationObjectIsValid: a } = ED();
|
|
30707
30709
|
let c = je({
|
|
30708
|
-
password:
|
|
30709
|
-
passwordNew:
|
|
30710
|
-
passwordRepeat:
|
|
30710
|
+
password: Qe,
|
|
30711
|
+
passwordNew: Qe,
|
|
30712
|
+
passwordRepeat: Qe
|
|
30711
30713
|
}), u = je({
|
|
30712
30714
|
password: {
|
|
30713
30715
|
state: null,
|
|
30714
|
-
errorLabel:
|
|
30716
|
+
errorLabel: Qe
|
|
30715
30717
|
},
|
|
30716
30718
|
passwordNew: {
|
|
30717
30719
|
state: null,
|
|
30718
|
-
errorLabel:
|
|
30720
|
+
errorLabel: Qe
|
|
30719
30721
|
},
|
|
30720
30722
|
passwordRepeat: {
|
|
30721
30723
|
state: null,
|
|
30722
|
-
errorLabel:
|
|
30724
|
+
errorLabel: Qe
|
|
30723
30725
|
}
|
|
30724
30726
|
});
|
|
30725
30727
|
const d = () => {
|
|
@@ -30737,23 +30739,23 @@ const go = /* @__PURE__ */ Pu(ng), vD = (n, e, t, r, s, o) => {
|
|
|
30737
30739
|
u.value.passwordNew.state = !1, u.value.passwordNew.errorLabel = e.minimalRequirementsText;
|
|
30738
30740
|
else {
|
|
30739
30741
|
const m = c.value.passwordRepeat === c.value.passwordNew, g = m ? e.requiredText : e.incompatibleText;
|
|
30740
|
-
u.value.passwordNew.state = c.value.passwordNew !==
|
|
30742
|
+
u.value.passwordNew.state = c.value.passwordNew !== Qe && m ? null : !1, u.value.passwordNew.errorLabel = g, u.value.passwordRepeat.state = c.value.passwordRepeat !== Qe && m ? null : !1, u.value.passwordRepeat.errorLabel = g;
|
|
30741
30743
|
}
|
|
30742
|
-
return u.value.password.state = c.value.password !==
|
|
30744
|
+
return u.value.password.state = c.value.password !== Qe ? null : !1, u.value.password.errorLabel = u.value.password.state ? Qe : e.requiredText, a(u.value);
|
|
30743
30745
|
}, h = () => {
|
|
30744
|
-
c.value.password =
|
|
30746
|
+
c.value.password = Qe, c.value.passwordNew = Qe, c.value.passwordRepeat = Qe, u.value.password.state = null, u.value.passwordNew.state = null, u.value.passwordRepeat.state = null, l();
|
|
30745
30747
|
};
|
|
30746
30748
|
return (p, m) => (H(), Z("main", CD, [
|
|
30747
30749
|
Ae(Gi, { class: "container-xl" }, {
|
|
30748
|
-
default:
|
|
30750
|
+
default: Fe(() => [
|
|
30749
30751
|
Ae(Ds, { class: "justify-content-md-center template-header" }, {
|
|
30750
|
-
default:
|
|
30752
|
+
default: Fe(() => [
|
|
30751
30753
|
Ae(Ls, {
|
|
30752
30754
|
xs: 12,
|
|
30753
30755
|
md: 10,
|
|
30754
30756
|
lg: 7
|
|
30755
30757
|
}, {
|
|
30756
|
-
default:
|
|
30758
|
+
default: Fe(() => [
|
|
30757
30759
|
W("h1", AD, De(e.templateTitle), 1)
|
|
30758
30760
|
]),
|
|
30759
30761
|
_: 1
|
|
@@ -30762,26 +30764,26 @@ const go = /* @__PURE__ */ Pu(ng), vD = (n, e, t, r, s, o) => {
|
|
|
30762
30764
|
_: 1
|
|
30763
30765
|
}),
|
|
30764
30766
|
Ae(Ds, { class: "justify-content-md-center" }, {
|
|
30765
|
-
default:
|
|
30767
|
+
default: Fe(() => [
|
|
30766
30768
|
Ae(Ls, {
|
|
30767
30769
|
xs: 12,
|
|
30768
30770
|
md: 10,
|
|
30769
30771
|
lg: 7
|
|
30770
30772
|
}, {
|
|
30771
|
-
default:
|
|
30773
|
+
default: Fe(() => [
|
|
30772
30774
|
Ae(Nu, {
|
|
30773
30775
|
class: "bd-card-template",
|
|
30774
30776
|
"no-header": !0
|
|
30775
30777
|
}, {
|
|
30776
|
-
body:
|
|
30778
|
+
body: Fe(() => [
|
|
30777
30779
|
Ae(Gi, { class: "container-fluid" }, {
|
|
30778
|
-
default:
|
|
30780
|
+
default: Fe(() => [
|
|
30779
30781
|
Ae(Ds, null, {
|
|
30780
|
-
default:
|
|
30782
|
+
default: Fe(() => [
|
|
30781
30783
|
Ae(Ls, null, {
|
|
30782
|
-
default:
|
|
30784
|
+
default: Fe(() => [
|
|
30783
30785
|
Ae(Qi, { variant: "warning" }, {
|
|
30784
|
-
default:
|
|
30786
|
+
default: Fe(() => [
|
|
30785
30787
|
vt(De(p.alertText), 1)
|
|
30786
30788
|
]),
|
|
30787
30789
|
_: 1
|
|
@@ -30792,12 +30794,12 @@ const go = /* @__PURE__ */ Pu(ng), vD = (n, e, t, r, s, o) => {
|
|
|
30792
30794
|
]),
|
|
30793
30795
|
_: 1
|
|
30794
30796
|
}),
|
|
30795
|
-
ce(s) || ce(o) ? (H(),
|
|
30796
|
-
default:
|
|
30797
|
+
ce(s) || ce(o) ? (H(), Ge(Ds, { key: 0 }, {
|
|
30798
|
+
default: Fe(() => [
|
|
30797
30799
|
Ae(Ls, null, {
|
|
30798
|
-
default:
|
|
30800
|
+
default: Fe(() => [
|
|
30799
30801
|
Ae(Qi, { variant: "danger" }, {
|
|
30800
|
-
default:
|
|
30802
|
+
default: Fe(() => [
|
|
30801
30803
|
ce(s) ? (H(), Z("div", bD, [
|
|
30802
30804
|
W("ul", null, [
|
|
30803
30805
|
(H(!0), Z(it, null, Dt(ce(s), (g, E) => (H(), Z("li", { key: E }, [
|
|
@@ -30814,15 +30816,15 @@ const go = /* @__PURE__ */ Pu(ng), vD = (n, e, t, r, s, o) => {
|
|
|
30814
30816
|
})
|
|
30815
30817
|
]),
|
|
30816
30818
|
_: 1
|
|
30817
|
-
})) :
|
|
30819
|
+
})) : Pe("", !0),
|
|
30818
30820
|
Ae(Ds, null, {
|
|
30819
|
-
default:
|
|
30821
|
+
default: Fe(() => [
|
|
30820
30822
|
Ae(Ls, {
|
|
30821
30823
|
class: "bd-card-form",
|
|
30822
30824
|
sm: 12,
|
|
30823
30825
|
md: 12
|
|
30824
30826
|
}, {
|
|
30825
|
-
default:
|
|
30827
|
+
default: Fe(() => [
|
|
30826
30828
|
W("form", {
|
|
30827
30829
|
onSubmit: Xs(d, ["prevent"]),
|
|
30828
30830
|
onReset: Xs(h, ["prevent"]),
|
|
@@ -30860,7 +30862,7 @@ const go = /* @__PURE__ */ Pu(ng), vD = (n, e, t, r, s, o) => {
|
|
|
30860
30862
|
]),
|
|
30861
30863
|
W("div", ID, [
|
|
30862
30864
|
Ae(ht, { type: "submit" }, {
|
|
30863
|
-
default:
|
|
30865
|
+
default: Fe(() => [
|
|
30864
30866
|
vt(De(p.submitButtonText), 1)
|
|
30865
30867
|
]),
|
|
30866
30868
|
_: 1
|
|
@@ -30869,7 +30871,7 @@ const go = /* @__PURE__ */ Pu(ng), vD = (n, e, t, r, s, o) => {
|
|
|
30869
30871
|
type: "reset",
|
|
30870
30872
|
variant: "link"
|
|
30871
30873
|
}, {
|
|
30872
|
-
default:
|
|
30874
|
+
default: Fe(() => [
|
|
30873
30875
|
vt(De(p.cancelButtonText), 1)
|
|
30874
30876
|
]),
|
|
30875
30877
|
_: 1
|
|
@@ -30911,7 +30913,7 @@ const go = /* @__PURE__ */ Pu(ng), vD = (n, e, t, r, s, o) => {
|
|
|
30911
30913
|
const t = n, { t: r } = Ei(), s = ge(() => t.buttonText || r("notFoundTemplate.buttonDefault")), o = ge(() => r("notFoundTemplate.title")), i = ge(() => r("notFoundTemplate.description")), l = () => e("navigate");
|
|
30912
30914
|
return (a, c) => (H(), Z("main", OD, [
|
|
30913
30915
|
Ae(Gi, { class: "container-xl" }, {
|
|
30914
|
-
default:
|
|
30916
|
+
default: Fe(() => [
|
|
30915
30917
|
W("div", kD, [
|
|
30916
30918
|
W("div", ND, [
|
|
30917
30919
|
Ae(mp),
|