@beterdichtbij/component-library 0.40.1 → 0.40.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 +12 -12
- package/dist/bd-component-lib.es.js +317 -316
- package/dist/bd-component-lib.umd.js +7 -7
- package/dist/components/atoms/BDProfileImage/BDProfileImage.vue.d.ts +5 -16
- package/dist/interfaces/BDProfileImageProps.d.ts +1 -2
- package/dist/scss/_header.scss +4 -2
- package/dist/scss/_profile-image.scss +12 -28
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as Pe, computed as we, openBlock as j, createElementBlock as Q, normalizeClass as
|
|
1
|
+
import { defineComponent as Pe, computed as we, openBlock as j, createElementBlock as Q, normalizeClass as Ue, renderSlot as Je, createElementVNode as X, createStaticVNode as Os, mergeProps as ln, resolveComponent as s1, createBlock as ze, resolveDynamicComponent as Zo, withCtx as Le, createTextVNode as it, toDisplayString as De, createVNode as be, unref as le, createCommentVNode as Re, getCurrentScope as i1, onScopeDispose as o1, ref as We, watch as Cn, getCurrentInstance as Wf, nextTick as Kf, withDirectives as fs, isRef as Xo, vModelText as a1, withKeys as l1, useAttrs as c1, withModifiers as hs, onMounted as lr, vShow as xu, Fragment as nt, renderList as St, vModelSelect as u1, vModelCheckbox as d1, normalizeProps as oc, guardReactiveProps as ac, onBeforeUnmount as Qo, h as qn, watchEffect as f1, Teleport as h1, shallowRef as p1, reactive as m1, markRaw as g1, customRef as v1, createApp as y1, onUnmounted as b1 } from "vue";
|
|
2
2
|
const Gr = /* @__PURE__ */ Pe({
|
|
3
3
|
__name: "BDCol",
|
|
4
4
|
props: {
|
|
@@ -26,7 +26,7 @@ const Gr = /* @__PURE__ */ Pe({
|
|
|
26
26
|
[`${e.class}`]: e.class
|
|
27
27
|
}));
|
|
28
28
|
return (r, s) => (j(), Q("div", {
|
|
29
|
-
class:
|
|
29
|
+
class: Ue(t.value)
|
|
30
30
|
}, [
|
|
31
31
|
Je(r.$slots, "default")
|
|
32
32
|
], 2));
|
|
@@ -45,7 +45,7 @@ const Gr = /* @__PURE__ */ Pe({
|
|
|
45
45
|
[e.class]: !0
|
|
46
46
|
}));
|
|
47
47
|
return (r, s) => (j(), Q("div", {
|
|
48
|
-
class:
|
|
48
|
+
class: Ue(t.value)
|
|
49
49
|
}, [
|
|
50
50
|
Je(r.$slots, "default")
|
|
51
51
|
], 2));
|
|
@@ -57,7 +57,7 @@ const Gr = /* @__PURE__ */ Pe({
|
|
|
57
57
|
},
|
|
58
58
|
setup(n) {
|
|
59
59
|
return (e, t) => (j(), Q("div", {
|
|
60
|
-
class:
|
|
60
|
+
class: Ue(["row", e.class])
|
|
61
61
|
}, [
|
|
62
62
|
Je(e.$slots, "default")
|
|
63
63
|
], 2));
|
|
@@ -67,7 +67,7 @@ const Gr = /* @__PURE__ */ Pe({
|
|
|
67
67
|
SM: "sm",
|
|
68
68
|
MD: "md",
|
|
69
69
|
LG: "lg"
|
|
70
|
-
},
|
|
70
|
+
}, Ge = (n, e) => {
|
|
71
71
|
const t = n.__vccOpts || n;
|
|
72
72
|
for (const [r, s] of e)
|
|
73
73
|
t[r] = s;
|
|
@@ -82,7 +82,7 @@ const Gr = /* @__PURE__ */ Pe({
|
|
|
82
82
|
function x1(n, e) {
|
|
83
83
|
return j(), Q("svg", S1, C1);
|
|
84
84
|
}
|
|
85
|
-
const T1 = /* @__PURE__ */
|
|
85
|
+
const T1 = /* @__PURE__ */ Ge(E1, [["render", x1]]), A1 = {}, k1 = {
|
|
86
86
|
class: "icon",
|
|
87
87
|
viewBox: "0 0 20 20",
|
|
88
88
|
height: "20",
|
|
@@ -101,7 +101,7 @@ const T1 = /* @__PURE__ */ Ke(E1, [["render", x1]]), A1 = {}, k1 = {
|
|
|
101
101
|
function _1(n, e) {
|
|
102
102
|
return j(), Q("svg", k1, M1);
|
|
103
103
|
}
|
|
104
|
-
const I1 = /* @__PURE__ */
|
|
104
|
+
const I1 = /* @__PURE__ */ Ge(A1, [["render", _1]]), D1 = {}, N1 = {
|
|
105
105
|
class: "icon",
|
|
106
106
|
viewBox: "0 0 20 20",
|
|
107
107
|
height: "20",
|
|
@@ -120,7 +120,7 @@ const I1 = /* @__PURE__ */ Ke(A1, [["render", _1]]), D1 = {}, N1 = {
|
|
|
120
120
|
function P1(n, e) {
|
|
121
121
|
return j(), Q("svg", N1, R1);
|
|
122
122
|
}
|
|
123
|
-
const $1 = /* @__PURE__ */
|
|
123
|
+
const $1 = /* @__PURE__ */ Ge(D1, [["render", P1]]), F1 = {}, B1 = {
|
|
124
124
|
class: "icon icon-attachment",
|
|
125
125
|
width: "17",
|
|
126
126
|
height: "18",
|
|
@@ -132,7 +132,7 @@ const $1 = /* @__PURE__ */ Ke(D1, [["render", P1]]), F1 = {}, B1 = {
|
|
|
132
132
|
function z1(n, e) {
|
|
133
133
|
return j(), Q("svg", B1, H1);
|
|
134
134
|
}
|
|
135
|
-
const ps = /* @__PURE__ */
|
|
135
|
+
const ps = /* @__PURE__ */ Ge(F1, [["render", z1]]), U1 = {}, j1 = {
|
|
136
136
|
width: "11",
|
|
137
137
|
height: "13",
|
|
138
138
|
viewBox: "0 0 11 13",
|
|
@@ -144,7 +144,7 @@ const ps = /* @__PURE__ */ Ke(F1, [["render", z1]]), U1 = {}, j1 = {
|
|
|
144
144
|
function G1(n, e) {
|
|
145
145
|
return j(), Q("svg", j1, K1);
|
|
146
146
|
}
|
|
147
|
-
const Gf = /* @__PURE__ */
|
|
147
|
+
const Gf = /* @__PURE__ */ Ge(U1, [["render", G1]]), Y1 = {}, J1 = {
|
|
148
148
|
width: "16",
|
|
149
149
|
height: "14",
|
|
150
150
|
viewBox: "0 0 16 14",
|
|
@@ -156,7 +156,7 @@ const Gf = /* @__PURE__ */ Ke(U1, [["render", G1]]), Y1 = {}, J1 = {
|
|
|
156
156
|
function Q1(n, e) {
|
|
157
157
|
return j(), Q("svg", J1, X1);
|
|
158
158
|
}
|
|
159
|
-
const Yf = /* @__PURE__ */
|
|
159
|
+
const Yf = /* @__PURE__ */ Ge(Y1, [["render", Q1]]), q1 = {}, e0 = {
|
|
160
160
|
class: "icon icon-calendar",
|
|
161
161
|
xmlns: "http://www.w3.org/2000/svg",
|
|
162
162
|
width: "17",
|
|
@@ -168,7 +168,7 @@ const Yf = /* @__PURE__ */ Ke(Y1, [["render", Q1]]), q1 = {}, e0 = {
|
|
|
168
168
|
function r0(n, e) {
|
|
169
169
|
return j(), Q("svg", e0, n0);
|
|
170
170
|
}
|
|
171
|
-
const Tu = /* @__PURE__ */
|
|
171
|
+
const Tu = /* @__PURE__ */ Ge(q1, [["render", r0]]), s0 = {}, i0 = {
|
|
172
172
|
class: "icon icon-card-view",
|
|
173
173
|
viewBox: "0 0 24 19",
|
|
174
174
|
fill: "red",
|
|
@@ -182,7 +182,7 @@ const Tu = /* @__PURE__ */ Ke(q1, [["render", r0]]), s0 = {}, i0 = {
|
|
|
182
182
|
function l0(n, e) {
|
|
183
183
|
return j(), Q("svg", i0, a0);
|
|
184
184
|
}
|
|
185
|
-
const c0 = /* @__PURE__ */
|
|
185
|
+
const c0 = /* @__PURE__ */ Ge(s0, [["render", l0]]), u0 = {}, d0 = {
|
|
186
186
|
xmlns: "http://www.w3.org/2000/svg",
|
|
187
187
|
width: "18",
|
|
188
188
|
height: "10"
|
|
@@ -195,7 +195,7 @@ const c0 = /* @__PURE__ */ Ke(s0, [["render", l0]]), u0 = {}, d0 = {
|
|
|
195
195
|
function p0(n, e) {
|
|
196
196
|
return j(), Q("svg", d0, h0);
|
|
197
197
|
}
|
|
198
|
-
const Jf = /* @__PURE__ */
|
|
198
|
+
const Jf = /* @__PURE__ */ Ge(u0, [["render", p0]]), m0 = {}, g0 = {
|
|
199
199
|
class: "icon icon-caret-left",
|
|
200
200
|
xmlns: "http://www.w3.org/2000/svg",
|
|
201
201
|
width: "6",
|
|
@@ -207,7 +207,7 @@ const Jf = /* @__PURE__ */ Ke(u0, [["render", p0]]), m0 = {}, g0 = {
|
|
|
207
207
|
function b0(n, e) {
|
|
208
208
|
return j(), Q("svg", g0, y0);
|
|
209
209
|
}
|
|
210
|
-
const Zf = /* @__PURE__ */
|
|
210
|
+
const Zf = /* @__PURE__ */ Ge(m0, [["render", b0]]), E0 = {}, S0 = {
|
|
211
211
|
class: "icon icon-caret-right",
|
|
212
212
|
xmlns: "http://www.w3.org/2000/svg",
|
|
213
213
|
width: "7",
|
|
@@ -219,7 +219,7 @@ const Zf = /* @__PURE__ */ Ke(m0, [["render", b0]]), E0 = {}, S0 = {
|
|
|
219
219
|
function x0(n, e) {
|
|
220
220
|
return j(), Q("svg", S0, C0);
|
|
221
221
|
}
|
|
222
|
-
const Xf = /* @__PURE__ */
|
|
222
|
+
const Xf = /* @__PURE__ */ Ge(E0, [["render", x0]]), T0 = {}, A0 = {
|
|
223
223
|
class: "icon icon-check",
|
|
224
224
|
xmlns: "http://www.w3.org/2000/svg",
|
|
225
225
|
width: "18",
|
|
@@ -231,7 +231,7 @@ const Xf = /* @__PURE__ */ Ke(E0, [["render", x0]]), T0 = {}, A0 = {
|
|
|
231
231
|
function M0(n, e) {
|
|
232
232
|
return j(), Q("svg", A0, O0);
|
|
233
233
|
}
|
|
234
|
-
const pi = /* @__PURE__ */
|
|
234
|
+
const pi = /* @__PURE__ */ Ge(T0, [["render", M0]]), _0 = {}, I0 = {
|
|
235
235
|
class: "icon icon-close",
|
|
236
236
|
xmlns: "http://www.w3.org/2000/svg",
|
|
237
237
|
width: "16",
|
|
@@ -243,7 +243,7 @@ const pi = /* @__PURE__ */ Ke(T0, [["render", M0]]), _0 = {}, I0 = {
|
|
|
243
243
|
function L0(n, e) {
|
|
244
244
|
return j(), Q("svg", I0, N0);
|
|
245
245
|
}
|
|
246
|
-
const lc = /* @__PURE__ */
|
|
246
|
+
const lc = /* @__PURE__ */ Ge(_0, [["render", L0]]), R0 = {}, P0 = {
|
|
247
247
|
class: "icon icon-comment",
|
|
248
248
|
xmlns: "http://www.w3.org/2000/svg",
|
|
249
249
|
width: "18",
|
|
@@ -255,7 +255,7 @@ const lc = /* @__PURE__ */ Ke(_0, [["render", L0]]), R0 = {}, P0 = {
|
|
|
255
255
|
function B0(n, e) {
|
|
256
256
|
return j(), Q("svg", P0, F0);
|
|
257
257
|
}
|
|
258
|
-
const V0 = /* @__PURE__ */
|
|
258
|
+
const V0 = /* @__PURE__ */ Ge(R0, [["render", B0]]), H0 = {}, z0 = {
|
|
259
259
|
viewBox: "0 0 20 20",
|
|
260
260
|
height: "20",
|
|
261
261
|
width: "20",
|
|
@@ -267,7 +267,7 @@ const V0 = /* @__PURE__ */ Ke(R0, [["render", B0]]), H0 = {}, z0 = {
|
|
|
267
267
|
function W0(n, e) {
|
|
268
268
|
return j(), Q("svg", z0, j0);
|
|
269
269
|
}
|
|
270
|
-
const bl = /* @__PURE__ */
|
|
270
|
+
const bl = /* @__PURE__ */ Ge(H0, [["render", W0]]), K0 = {}, G0 = {
|
|
271
271
|
xmlns: "http://www.w3.org/2000/svg",
|
|
272
272
|
width: "18",
|
|
273
273
|
height: "18"
|
|
@@ -277,7 +277,7 @@ const bl = /* @__PURE__ */ Ke(H0, [["render", W0]]), K0 = {}, G0 = {
|
|
|
277
277
|
function Z0(n, e) {
|
|
278
278
|
return j(), Q("svg", G0, J0);
|
|
279
279
|
}
|
|
280
|
-
const X0 = /* @__PURE__ */
|
|
280
|
+
const X0 = /* @__PURE__ */ Ge(K0, [["render", Z0]]), Q0 = {}, q0 = {
|
|
281
281
|
class: "icon icon-error",
|
|
282
282
|
xmlns: "http://www.w3.org/2000/svg",
|
|
283
283
|
width: "18",
|
|
@@ -289,7 +289,7 @@ const X0 = /* @__PURE__ */ Ke(K0, [["render", Z0]]), Q0 = {}, q0 = {
|
|
|
289
289
|
function ng(n, e) {
|
|
290
290
|
return j(), Q("svg", q0, tg);
|
|
291
291
|
}
|
|
292
|
-
const cc = /* @__PURE__ */
|
|
292
|
+
const cc = /* @__PURE__ */ Ge(Q0, [["render", ng]]), rg = {}, sg = {
|
|
293
293
|
width: "30px",
|
|
294
294
|
height: "30px",
|
|
295
295
|
viewBox: "0 0 24 24",
|
|
@@ -307,7 +307,7 @@ const cc = /* @__PURE__ */ Ke(Q0, [["render", ng]]), rg = {}, sg = {
|
|
|
307
307
|
function ag(n, e) {
|
|
308
308
|
return j(), Q("svg", sg, og);
|
|
309
309
|
}
|
|
310
|
-
const lg = /* @__PURE__ */
|
|
310
|
+
const lg = /* @__PURE__ */ Ge(rg, [["render", ag]]), cg = {}, ug = {
|
|
311
311
|
fill: "#000000",
|
|
312
312
|
width: "30px",
|
|
313
313
|
height: "30px",
|
|
@@ -321,7 +321,7 @@ const lg = /* @__PURE__ */ Ke(rg, [["render", ag]]), cg = {}, ug = {
|
|
|
321
321
|
function hg(n, e) {
|
|
322
322
|
return j(), Q("svg", ug, fg);
|
|
323
323
|
}
|
|
324
|
-
const pg = /* @__PURE__ */
|
|
324
|
+
const pg = /* @__PURE__ */ Ge(cg, [["render", hg]]), mg = {}, gg = {
|
|
325
325
|
version: "1.1",
|
|
326
326
|
id: "Layer_1",
|
|
327
327
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -344,7 +344,7 @@ const pg = /* @__PURE__ */ Ke(cg, [["render", hg]]), mg = {}, gg = {
|
|
|
344
344
|
function Eg(n, e) {
|
|
345
345
|
return j(), Q("svg", gg, bg);
|
|
346
346
|
}
|
|
347
|
-
const Qf = /* @__PURE__ */
|
|
347
|
+
const Qf = /* @__PURE__ */ Ge(mg, [["render", Eg]]), Sg = {}, wg = {
|
|
348
348
|
class: "icon icon-hyperlink",
|
|
349
349
|
xmlns: "http://www.w3.org/2000/svg",
|
|
350
350
|
version: "1.1",
|
|
@@ -374,7 +374,7 @@ const Qf = /* @__PURE__ */ Ke(mg, [["render", Eg]]), Sg = {}, wg = {
|
|
|
374
374
|
function Tg(n, e) {
|
|
375
375
|
return j(), Q("svg", wg, xg);
|
|
376
376
|
}
|
|
377
|
-
const uc = /* @__PURE__ */
|
|
377
|
+
const uc = /* @__PURE__ */ Ge(Sg, [["render", Tg]]), Ag = {}, kg = {
|
|
378
378
|
class: "icon icon-info",
|
|
379
379
|
xmlns: "http://www.w3.org/2000/svg",
|
|
380
380
|
width: "18",
|
|
@@ -386,7 +386,7 @@ const uc = /* @__PURE__ */ Ke(Sg, [["render", Tg]]), Ag = {}, kg = {
|
|
|
386
386
|
function _g(n, e) {
|
|
387
387
|
return j(), Q("svg", kg, Mg);
|
|
388
388
|
}
|
|
389
|
-
const Ms = /* @__PURE__ */
|
|
389
|
+
const Ms = /* @__PURE__ */ Ge(Ag, [["render", _g]]), Ig = {}, Dg = {
|
|
390
390
|
width: "12",
|
|
391
391
|
height: "14",
|
|
392
392
|
viewBox: "0 0 12 14",
|
|
@@ -398,7 +398,7 @@ const Ms = /* @__PURE__ */ Ke(Ag, [["render", _g]]), Ig = {}, Dg = {
|
|
|
398
398
|
function Rg(n, e) {
|
|
399
399
|
return j(), Q("svg", Dg, Lg);
|
|
400
400
|
}
|
|
401
|
-
const qf = /* @__PURE__ */
|
|
401
|
+
const qf = /* @__PURE__ */ Ge(Ig, [["render", Rg]]), Pg = {}, $g = {
|
|
402
402
|
class: "icon icon-list-view",
|
|
403
403
|
width: "20",
|
|
404
404
|
height: "19",
|
|
@@ -414,7 +414,7 @@ const qf = /* @__PURE__ */ Ke(Ig, [["render", Rg]]), Pg = {}, $g = {
|
|
|
414
414
|
function Vg(n, e) {
|
|
415
415
|
return j(), Q("svg", $g, Bg);
|
|
416
416
|
}
|
|
417
|
-
const Hg = /* @__PURE__ */
|
|
417
|
+
const Hg = /* @__PURE__ */ Ge(Pg, [["render", Vg]]), zg = {}, Ug = {
|
|
418
418
|
class: "icon icon-menu",
|
|
419
419
|
xmlns: "http://www.w3.org/2000/svg",
|
|
420
420
|
width: "19",
|
|
@@ -426,7 +426,7 @@ const Hg = /* @__PURE__ */ Ke(Pg, [["render", Vg]]), zg = {}, Ug = {
|
|
|
426
426
|
function Kg(n, e) {
|
|
427
427
|
return j(), Q("svg", Ug, Wg);
|
|
428
428
|
}
|
|
429
|
-
const El = /* @__PURE__ */
|
|
429
|
+
const El = /* @__PURE__ */ Ge(zg, [["render", Kg]]), Gg = {}, Yg = {
|
|
430
430
|
width: "17",
|
|
431
431
|
height: "15",
|
|
432
432
|
viewBox: "0 0 17 15",
|
|
@@ -438,7 +438,7 @@ const El = /* @__PURE__ */ Ke(zg, [["render", Kg]]), Gg = {}, Yg = {
|
|
|
438
438
|
function Xg(n, e) {
|
|
439
439
|
return j(), Q("svg", Yg, Zg);
|
|
440
440
|
}
|
|
441
|
-
const eh = /* @__PURE__ */
|
|
441
|
+
const eh = /* @__PURE__ */ Ge(Gg, [["render", Xg]]), Qg = {}, qg = {
|
|
442
442
|
class: "icon icon-remove",
|
|
443
443
|
width: "11",
|
|
444
444
|
height: "11",
|
|
@@ -450,7 +450,7 @@ const eh = /* @__PURE__ */ Ke(Gg, [["render", Xg]]), Qg = {}, qg = {
|
|
|
450
450
|
function nv(n, e) {
|
|
451
451
|
return j(), Q("svg", qg, tv);
|
|
452
452
|
}
|
|
453
|
-
const qo = /* @__PURE__ */
|
|
453
|
+
const qo = /* @__PURE__ */ Ge(Qg, [["render", nv]]), rv = {}, sv = {
|
|
454
454
|
class: "icon icon-service",
|
|
455
455
|
viewBox: "0 0 20 21",
|
|
456
456
|
xmlns: "http://www.w3.org/2000/svg"
|
|
@@ -460,7 +460,7 @@ const qo = /* @__PURE__ */ Ke(Qg, [["render", nv]]), rv = {}, sv = {
|
|
|
460
460
|
function av(n, e) {
|
|
461
461
|
return j(), Q("svg", sv, ov);
|
|
462
462
|
}
|
|
463
|
-
const lv = /* @__PURE__ */
|
|
463
|
+
const lv = /* @__PURE__ */ Ge(rv, [["render", av]]), cv = {}, uv = {
|
|
464
464
|
xmlns: "http://www.w3.org/2000/svg",
|
|
465
465
|
width: "9",
|
|
466
466
|
height: "14",
|
|
@@ -471,7 +471,7 @@ const lv = /* @__PURE__ */ Ke(rv, [["render", av]]), cv = {}, uv = {
|
|
|
471
471
|
function hv(n, e) {
|
|
472
472
|
return j(), Q("svg", uv, fv);
|
|
473
473
|
}
|
|
474
|
-
const pv = /* @__PURE__ */
|
|
474
|
+
const pv = /* @__PURE__ */ Ge(cv, [["render", hv]]), mv = {}, gv = {
|
|
475
475
|
xmlns: "http://www.w3.org/2000/svg",
|
|
476
476
|
width: "9",
|
|
477
477
|
height: "14",
|
|
@@ -482,7 +482,7 @@ const pv = /* @__PURE__ */ Ke(cv, [["render", hv]]), mv = {}, gv = {
|
|
|
482
482
|
function bv(n, e) {
|
|
483
483
|
return j(), Q("svg", gv, yv);
|
|
484
484
|
}
|
|
485
|
-
const th = /* @__PURE__ */
|
|
485
|
+
const th = /* @__PURE__ */ Ge(mv, [["render", bv]]), Ev = {}, Sv = {
|
|
486
486
|
xmlns: "http://www.w3.org/2000/svg",
|
|
487
487
|
width: "9",
|
|
488
488
|
height: "14",
|
|
@@ -493,7 +493,7 @@ const th = /* @__PURE__ */ Ke(mv, [["render", bv]]), Ev = {}, Sv = {
|
|
|
493
493
|
function xv(n, e) {
|
|
494
494
|
return j(), Q("svg", Sv, Cv);
|
|
495
495
|
}
|
|
496
|
-
const nh = /* @__PURE__ */
|
|
496
|
+
const nh = /* @__PURE__ */ Ge(Ev, [["render", xv]]), Tv = {}, Av = {
|
|
497
497
|
xmlns: "http://www.w3.org/2000/svg",
|
|
498
498
|
width: "9",
|
|
499
499
|
height: "14",
|
|
@@ -504,7 +504,7 @@ const nh = /* @__PURE__ */ Ke(Ev, [["render", xv]]), Tv = {}, Av = {
|
|
|
504
504
|
function Mv(n, e) {
|
|
505
505
|
return j(), Q("svg", Av, Ov);
|
|
506
506
|
}
|
|
507
|
-
const rh = /* @__PURE__ */
|
|
507
|
+
const rh = /* @__PURE__ */ Ge(Tv, [["render", Mv]]), _v = {}, Iv = {
|
|
508
508
|
width: "40",
|
|
509
509
|
height: "34",
|
|
510
510
|
viewBox: "0 0 40 34",
|
|
@@ -519,7 +519,7 @@ const rh = /* @__PURE__ */ Ke(Tv, [["render", Mv]]), _v = {}, Iv = {
|
|
|
519
519
|
function Lv(n, e) {
|
|
520
520
|
return j(), Q("svg", Iv, Nv);
|
|
521
521
|
}
|
|
522
|
-
const Rv = /* @__PURE__ */
|
|
522
|
+
const Rv = /* @__PURE__ */ Ge(_v, [["render", Lv]]), Pv = {}, $v = {
|
|
523
523
|
width: "14",
|
|
524
524
|
height: "16",
|
|
525
525
|
viewBox: "0 0 14 16",
|
|
@@ -531,7 +531,7 @@ const Rv = /* @__PURE__ */ Ke(_v, [["render", Lv]]), Pv = {}, $v = {
|
|
|
531
531
|
function Vv(n, e) {
|
|
532
532
|
return j(), Q("svg", $v, Bv);
|
|
533
533
|
}
|
|
534
|
-
const sh = /* @__PURE__ */
|
|
534
|
+
const sh = /* @__PURE__ */ Ge(Pv, [["render", Vv]]), Hv = {}, zv = {
|
|
535
535
|
xmlns: "http://www.w3.org/2000/svg",
|
|
536
536
|
width: "23",
|
|
537
537
|
height: "17",
|
|
@@ -546,7 +546,7 @@ const sh = /* @__PURE__ */ Ke(Pv, [["render", Vv]]), Hv = {}, zv = {
|
|
|
546
546
|
function Wv(n, e) {
|
|
547
547
|
return j(), Q("svg", zv, jv);
|
|
548
548
|
}
|
|
549
|
-
const Kv = /* @__PURE__ */ Ke(Hv, [["render", Wv]]), Gv = {}, Yv = /* @__PURE__ */ Os('<title>BeterDichtbij logo</title><g id="Logo" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="Group-3-Copy-2" transform="translate(0.000000, -14.000000)"><g id="Master-Copy" transform="translate(0.000000, 21.000000)" fill="#E1523D"><g id="Group-36-Copy-2"><path d="M0,7.07801038 C0,4.71449972 1.60969434,3.38479666 3.84879725,3.38479666 L13.2067282,3.38479666 C18.2745524,3.38479666 22.3693254,6.83325734 22.3693254,12.0497847 C22.3693254,15.4945924 20.9549647,17.8069606 17.8368602,19.2827849 L17.8368602,19.3814167 C21.978658,19.9732076 25.2450714,23.4655047 25.2450714,27.7468563 C25.2450714,34.687614 20.6619642,38.4283171 13.9374209,38.4283171 L3.89943932,38.4283171 C1.65671912,38.4283171 0,36.9999822 0,34.687614 L0,7.07801038 Z M7.3105444,17.2663121 L11.1123169,17.2663121 C13.4997287,17.2663121 15.058781,15.8379772 15.058781,13.3758348 C15.058781,11.0634665 13.2537529,9.88353771 11.1123169,9.88353771 L7.3105444,9.88353771 L7.3105444,17.2663121 Z M7.3105444,31.9332291 L13.0620365,31.9332291 C15.6918068,31.9332291 17.6415265,30.4062624 17.6415265,27.6482244 C17.6415265,25.3358562 15.8871405,23.7614001 12.4760354,23.7614001 L7.3105444,23.7614001 L7.3105444,31.9332291 Z" id="Fill-10"></path><path d="M33.6758908,27.6990016 C34.164225,31.1912986 37.0399711,32.8168971 40.3027672,32.8168971 C43.909206,32.8168971 46.3942847,29.9638804 48.2463375,29.9638804 C49.758365,29.9638804 51.1220836,31.4871941 51.1220836,33.0141608 C51.1220836,36.0644411 44.8858745,39.0197427 39.6697414,39.0197427 C31.7768132,39.0197427 26.5136553,33.2114244 26.5136553,25.3866333 C26.5136553,18.2011226 31.6791463,11.6548921 39.0873576,11.6548921 C46.6872852,11.6548921 51.7080846,18.6431393 51.7080846,24.5500894 C51.7080846,26.665194 50.7820582,27.6990016 48.6370049,27.6990016 L33.6758908,27.6990016 Z M44.6905408,22.9756333 C44.2998734,19.8742105 42.3501537,17.5618423 39.0873576,17.5618423 C35.9656357,17.5618423 33.8712245,19.9728423 33.5311991,22.9756333 L44.6905408,22.9756333 Z" id="Fill-12"></path><path d="M55.9001628,18.4462409 L54.3411105,18.4462409 C52.4384156,18.4462409 51.2700307,17.2663121 51.2700307,15.3448181 C51.2700307,13.5730984 52.5867245,12.2470484 54.3411105,12.2470484 L55.9001628,12.2470484 L55.9001628,8.01318615 C55.9001628,5.6496755 57.3615482,4.0752194 59.4089347,4.0752194 C61.4563212,4.0752194 62.9177066,5.6496755 62.9177066,8.01318615 L62.9177066,12.2470484 L64.9144511,12.2470484 C66.7194791,12.2470484 68.2785314,13.0799393 68.2785314,15.3448181 C68.2785314,17.5585545 66.7194791,18.4462409 64.9144511,18.4462409 L62.9177066,18.4462409 L62.9177066,34.7862458 C62.9177066,37.1497565 61.4563212,38.7205595 59.4089347,38.7205595 C57.3615482,38.7205595 55.9001628,37.1497565 55.9001628,34.7862458 L55.9001628,18.4462409 Z" id="Fill-14"></path><path d="M74.2727437,27.6990016 C74.761078,31.1912986 77.636824,32.8168971 80.8996202,32.8168971 C84.506059,32.8168971 86.9911376,29.9638804 88.8431905,29.9638804 C90.3552179,29.9638804 91.7189365,31.4871941 91.7189365,33.0141608 C91.7189365,36.0644411 85.4827274,39.0197427 80.2665943,39.0197427 C72.3736661,39.0197427 67.1105082,33.2114244 67.1105082,25.3866333 C67.1105082,18.2011226 72.2759993,11.6548921 79.6805932,11.6548921 C87.2841382,11.6548921 92.3049376,18.6431393 92.3049376,24.5500894 C92.3049376,26.665194 91.3789112,27.6990016 89.2338578,27.6990016 L74.2727437,27.6990016 Z M85.2873937,22.9756333 C84.8967264,19.8742105 82.9470067,17.5618423 79.6805932,17.5618423 C76.5624887,17.5618423 74.4680774,19.9728423 74.1280521,22.9756333 L85.2873937,22.9756333 Z" id="Fill-16"></path><path d="M94.6934346,15.4934965 C94.6934346,13.1299858 96.5454874,11.950057 98.2998734,11.950057 C100.151926,11.950057 101.710978,12.6404797 101.710978,14.9017055 L101.808645,14.9017055 C103.125339,12.9327222 104.5397,11.950057 106.731778,11.950057 C108.435522,11.950057 110.142883,13.1811282 110.142883,15.7382495 C110.142883,18.0506177 108.044854,18.200392 105.950443,19.1830571 C103.856032,20.1693753 101.710978,21.1045511 101.710978,23.9100785 L101.710978,34.7851499 C101.710978,37.1486606 100.249593,38.7231166 98.2022065,38.7231166 C96.15482,38.7231166 94.6934346,37.1486606 94.6934346,34.7851499 L94.6934346,15.4934965 Z" id="Fill-18"></path><path d="M114.139266,7.17591159 C114.139266,4.91103276 115.698318,3.38771909 117.890396,3.38771909 L125.982275,3.38771909 C136.899258,3.38771909 143.135468,10.474598 143.135468,21.4008119 C143.135468,31.7352348 136.508591,38.4275865 126.47061,38.4275865 L117.988063,38.4275865 C116.381986,38.4275865 114.139266,37.5435531 114.139266,34.7380258 L114.139266,7.17591159 Z M121.44981,31.636603 L126.369325,31.636603 C132.659794,31.636603 135.531923,26.9607241 135.531923,21.053774 C135.531923,14.7559496 132.609152,10.1787026 125.884608,10.1787026 L121.44981,10.1787026 L121.44981,31.636603 Z" id="Fill-20"></path><path d="M153.809731,5.20729352 C153.809731,7.42102993 152.055345,9.29138148 149.863266,9.29138148 C147.765238,9.29138148 145.913185,7.37354053 145.913185,5.20729352 C145.913185,3.19082075 147.765238,1.32046919 149.863266,1.32046919 C151.957678,1.32046919 153.809731,3.13967832 153.809731,5.20729352 L153.809731,5.20729352 Z M146.354494,15.8887543 C146.354494,13.5252437 147.81588,11.9507876 149.863266,11.9507876 C151.910653,11.9507876 153.372038,13.5252437 153.372038,15.8887543 L153.372038,34.7858805 C153.372038,37.1493912 151.910653,38.7238473 149.863266,38.7238473 C147.81588,38.7238473 146.354494,37.1493912 146.354494,34.7858805 L146.354494,15.8887543 Z" id="Fill-22"></path><path d="M174.716947,19.5289991 C172.962561,19.5289991 171.403509,18.1518067 169.160789,18.1518067 C165.163682,18.1518067 163.264605,21.7427355 163.264605,25.3848068 C163.264605,28.8807569 165.359016,32.5228282 169.160789,32.5228282 C170.915175,32.5228282 173.548562,31.0470039 174.376922,31.0470039 C176.033641,31.0470039 177.397359,32.4716858 177.397359,34.1447737 C177.397359,37.786845 171.352867,39.0179162 168.820763,39.0179162 C161.26786,39.0179162 156.247061,32.7675812 156.247061,25.3848068 C156.247061,18.1992961 161.412552,11.6530656 168.820763,11.6530656 C171.598842,11.6530656 177.397359,12.6868732 177.397359,16.1316809 C177.397359,17.6075051 176.373666,19.5289991 174.716947,19.5289991" id="Fill-24"></path><path d="M179.83469,4.46901608 C179.83469,2.10550542 181.296075,0.531049329 183.343462,0.531049329 C185.390848,0.531049329 186.852234,2.10550542 186.852234,4.46901608 L186.852234,14.1166693 L186.949901,14.1166693 C188.411286,12.2938072 191.14234,11.6545268 193.334419,11.6545268 C198.839935,11.6545268 202.934708,15.1979663 202.934708,21.2035482 L202.934708,34.7855152 C202.934708,37.1490259 201.473322,38.723482 199.425936,38.723482 C197.378549,38.723482 195.917164,37.1490259 195.917164,34.7855152 L195.917164,22.4346195 C195.917164,19.1359331 193.869778,17.561477 191.337674,17.561477 C188.461928,17.561477 186.852234,19.6765816 186.852234,22.4346195 L186.852234,34.7855152 C186.852234,37.1490259 185.390848,38.723482 183.343462,38.723482 C181.296075,38.723482 179.83469,37.1490259 179.83469,34.7855152 L179.83469,4.46901608 Z" id="Fill-26"></path><path d="M208.63809,18.4462409 L207.079038,18.4462409 C205.17996,18.4462409 204.007958,17.2663121 204.007958,15.3448181 C204.007958,13.5730984 205.324652,12.2470484 207.079038,12.2470484 L208.63809,12.2470484 L208.63809,8.01318615 C208.63809,5.6496755 210.099475,4.0752194 212.146862,4.0752194 C214.194249,4.0752194 215.655634,5.6496755 215.655634,8.01318615 L215.655634,12.2470484 L217.652378,12.2470484 C219.457406,12.2470484 221.016459,13.0799393 221.016459,15.3448181 C221.016459,17.5585545 219.457406,18.4462409 217.652378,18.4462409 L215.655634,18.4462409 L215.655634,34.7862458 C215.655634,37.1497565 214.194249,38.7205595 212.146862,38.7205595 C210.099475,38.7205595 208.63809,37.1497565 208.63809,34.7862458 L208.63809,18.4462409 Z" id="Fill-28"></path><path d="M222.820402,4.46865078 C222.820402,2.10514012 224.281787,0.530684026 226.329173,0.530684026 C228.37656,0.530684026 229.837945,2.10514012 229.837945,4.46865078 L229.837945,14.116304 C231.689998,12.4907055 234.07741,11.6541615 236.515464,11.6541615 C244.068367,11.6541615 247.819497,18.7921829 247.819497,25.6817982 C247.819497,32.3741498 243.337674,39.0190121 236.269488,39.0190121 C233.882076,39.0190121 231.154639,37.9340621 229.837945,35.7714681 C229.400253,37.6418197 228.278893,38.7231166 226.329173,38.7231166 C224.281787,38.7231166 222.820402,37.1486606 222.820402,34.7851499 L222.820402,4.46865078 Z M235.343462,32.5202711 C239.000543,32.5202711 240.801953,28.6845892 240.801953,25.3859027 C240.801953,22.0397269 239.000543,18.1492495 235.343462,18.1492495 C231.592331,18.1492495 229.837945,21.692689 229.837945,25.1411497 C229.837945,28.5859573 231.494664,32.5202711 235.343462,32.5202711 L235.343462,32.5202711 Z" id="Fill-30"></path><path d="M258.153735,5.20729352 C258.153735,7.42102993 256.399349,9.29138148 254.207271,9.29138148 C252.109242,9.29138148 250.257189,7.37354053 250.257189,5.20729352 C250.257189,3.19082075 252.109242,1.32046919 254.207271,1.32046919 C256.301682,1.32046919 258.153735,3.13967832 258.153735,5.20729352 L258.153735,5.20729352 Z M250.698499,15.8887543 C250.698499,13.5252437 252.159884,11.9507876 254.207271,11.9507876 C256.254657,11.9507876 257.716043,13.5252437 257.716043,15.8887543 L257.716043,34.7858805 C257.716043,37.1493912 256.254657,38.7238473 254.207271,38.7238473 C252.159884,38.7238473 250.698499,37.1493912 250.698499,34.7858805 L250.698499,15.8887543 Z" id="Fill-32"></path><path d="M268.972689,5.20729352 C268.972689,7.42102993 267.218303,9.29138148 265.026225,9.29138148 C262.928197,9.29138148 261.076144,7.37354053 261.076144,5.20729352 C261.076144,3.19082075 262.928197,1.32046919 265.026225,1.32046919 C267.120637,1.32046919 268.972689,3.13967832 268.972689,5.20729352 L268.972689,5.20729352 Z M261.517453,15.8887543 C261.517453,13.5252437 262.978839,11.9507876 265.026225,11.9507876 C267.073612,11.9507876 268.534997,13.5252437 268.534997,15.8887543 L268.534997,45.2189353 C268.534997,47.5824459 267.073612,49.156902 265.026225,49.156902 C262.978839,49.156902 261.517453,47.5824459 261.517453,45.2189353 L261.517453,15.8887543 Z" id="Fill-34"></path></g></g><polyline id="Path" stroke="#E1523D" stroke-width="6.4" stroke-linecap="round" stroke-linejoin="round" transform="translate(346.970563, 44.470563) rotate(-45.000000) translate(-346.970563, -44.470563) " points="334.970563 56.4705627 334.970563 32.4705627 334.970563 32.4705627 358.970563 32.4705627"></polyline><g id="Group-2" transform="translate(319.970563, 44.500000) rotate(90.000000) translate(-319.970563, -44.500000) translate(275.970563, 27.500000)" stroke-linecap="round" stroke-linejoin="round" stroke-width="6.4"><polyline id="Path-Copy-2" stroke="#418FDE" transform="translate(70.970563, 17.000000) rotate(-45.000000) translate(-70.970563, -17.000000) " points="58.9705627 29 58.9705627 5 82.9705627 5"></polyline><polyline id="Path-Copy-3" stroke="#FFC72C" transform="translate(16.970563, 17.000000) scale(-1, 1) rotate(-45.000000) translate(-16.970563, -17.000000) " points="4.97056275 29 4.97056275 5 28.9705627 5"></polyline></g><polyline id="Path-Copy" stroke="#00BF6F" stroke-width="6.4" stroke-linecap="round" stroke-linejoin="round" transform="translate(292.970563, 44.470563) scale(-1, 1) rotate(-45.000000) translate(-292.970563, -44.470563) " points="280.970563 56.4705627 280.970563 32.4705627 280.970563 32.4705627 304.970563 32.4705627"></polyline></g></g>', 2), Jv = [
|
|
549
|
+
const Kv = /* @__PURE__ */ Ge(Hv, [["render", Wv]]), Gv = {}, Yv = /* @__PURE__ */ Os('<title>BeterDichtbij logo</title><g id="Logo" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="Group-3-Copy-2" transform="translate(0.000000, -14.000000)"><g id="Master-Copy" transform="translate(0.000000, 21.000000)" fill="#E1523D"><g id="Group-36-Copy-2"><path d="M0,7.07801038 C0,4.71449972 1.60969434,3.38479666 3.84879725,3.38479666 L13.2067282,3.38479666 C18.2745524,3.38479666 22.3693254,6.83325734 22.3693254,12.0497847 C22.3693254,15.4945924 20.9549647,17.8069606 17.8368602,19.2827849 L17.8368602,19.3814167 C21.978658,19.9732076 25.2450714,23.4655047 25.2450714,27.7468563 C25.2450714,34.687614 20.6619642,38.4283171 13.9374209,38.4283171 L3.89943932,38.4283171 C1.65671912,38.4283171 0,36.9999822 0,34.687614 L0,7.07801038 Z M7.3105444,17.2663121 L11.1123169,17.2663121 C13.4997287,17.2663121 15.058781,15.8379772 15.058781,13.3758348 C15.058781,11.0634665 13.2537529,9.88353771 11.1123169,9.88353771 L7.3105444,9.88353771 L7.3105444,17.2663121 Z M7.3105444,31.9332291 L13.0620365,31.9332291 C15.6918068,31.9332291 17.6415265,30.4062624 17.6415265,27.6482244 C17.6415265,25.3358562 15.8871405,23.7614001 12.4760354,23.7614001 L7.3105444,23.7614001 L7.3105444,31.9332291 Z" id="Fill-10"></path><path d="M33.6758908,27.6990016 C34.164225,31.1912986 37.0399711,32.8168971 40.3027672,32.8168971 C43.909206,32.8168971 46.3942847,29.9638804 48.2463375,29.9638804 C49.758365,29.9638804 51.1220836,31.4871941 51.1220836,33.0141608 C51.1220836,36.0644411 44.8858745,39.0197427 39.6697414,39.0197427 C31.7768132,39.0197427 26.5136553,33.2114244 26.5136553,25.3866333 C26.5136553,18.2011226 31.6791463,11.6548921 39.0873576,11.6548921 C46.6872852,11.6548921 51.7080846,18.6431393 51.7080846,24.5500894 C51.7080846,26.665194 50.7820582,27.6990016 48.6370049,27.6990016 L33.6758908,27.6990016 Z M44.6905408,22.9756333 C44.2998734,19.8742105 42.3501537,17.5618423 39.0873576,17.5618423 C35.9656357,17.5618423 33.8712245,19.9728423 33.5311991,22.9756333 L44.6905408,22.9756333 Z" id="Fill-12"></path><path d="M55.9001628,18.4462409 L54.3411105,18.4462409 C52.4384156,18.4462409 51.2700307,17.2663121 51.2700307,15.3448181 C51.2700307,13.5730984 52.5867245,12.2470484 54.3411105,12.2470484 L55.9001628,12.2470484 L55.9001628,8.01318615 C55.9001628,5.6496755 57.3615482,4.0752194 59.4089347,4.0752194 C61.4563212,4.0752194 62.9177066,5.6496755 62.9177066,8.01318615 L62.9177066,12.2470484 L64.9144511,12.2470484 C66.7194791,12.2470484 68.2785314,13.0799393 68.2785314,15.3448181 C68.2785314,17.5585545 66.7194791,18.4462409 64.9144511,18.4462409 L62.9177066,18.4462409 L62.9177066,34.7862458 C62.9177066,37.1497565 61.4563212,38.7205595 59.4089347,38.7205595 C57.3615482,38.7205595 55.9001628,37.1497565 55.9001628,34.7862458 L55.9001628,18.4462409 Z" id="Fill-14"></path><path d="M74.2727437,27.6990016 C74.761078,31.1912986 77.636824,32.8168971 80.8996202,32.8168971 C84.506059,32.8168971 86.9911376,29.9638804 88.8431905,29.9638804 C90.3552179,29.9638804 91.7189365,31.4871941 91.7189365,33.0141608 C91.7189365,36.0644411 85.4827274,39.0197427 80.2665943,39.0197427 C72.3736661,39.0197427 67.1105082,33.2114244 67.1105082,25.3866333 C67.1105082,18.2011226 72.2759993,11.6548921 79.6805932,11.6548921 C87.2841382,11.6548921 92.3049376,18.6431393 92.3049376,24.5500894 C92.3049376,26.665194 91.3789112,27.6990016 89.2338578,27.6990016 L74.2727437,27.6990016 Z M85.2873937,22.9756333 C84.8967264,19.8742105 82.9470067,17.5618423 79.6805932,17.5618423 C76.5624887,17.5618423 74.4680774,19.9728423 74.1280521,22.9756333 L85.2873937,22.9756333 Z" id="Fill-16"></path><path d="M94.6934346,15.4934965 C94.6934346,13.1299858 96.5454874,11.950057 98.2998734,11.950057 C100.151926,11.950057 101.710978,12.6404797 101.710978,14.9017055 L101.808645,14.9017055 C103.125339,12.9327222 104.5397,11.950057 106.731778,11.950057 C108.435522,11.950057 110.142883,13.1811282 110.142883,15.7382495 C110.142883,18.0506177 108.044854,18.200392 105.950443,19.1830571 C103.856032,20.1693753 101.710978,21.1045511 101.710978,23.9100785 L101.710978,34.7851499 C101.710978,37.1486606 100.249593,38.7231166 98.2022065,38.7231166 C96.15482,38.7231166 94.6934346,37.1486606 94.6934346,34.7851499 L94.6934346,15.4934965 Z" id="Fill-18"></path><path d="M114.139266,7.17591159 C114.139266,4.91103276 115.698318,3.38771909 117.890396,3.38771909 L125.982275,3.38771909 C136.899258,3.38771909 143.135468,10.474598 143.135468,21.4008119 C143.135468,31.7352348 136.508591,38.4275865 126.47061,38.4275865 L117.988063,38.4275865 C116.381986,38.4275865 114.139266,37.5435531 114.139266,34.7380258 L114.139266,7.17591159 Z M121.44981,31.636603 L126.369325,31.636603 C132.659794,31.636603 135.531923,26.9607241 135.531923,21.053774 C135.531923,14.7559496 132.609152,10.1787026 125.884608,10.1787026 L121.44981,10.1787026 L121.44981,31.636603 Z" id="Fill-20"></path><path d="M153.809731,5.20729352 C153.809731,7.42102993 152.055345,9.29138148 149.863266,9.29138148 C147.765238,9.29138148 145.913185,7.37354053 145.913185,5.20729352 C145.913185,3.19082075 147.765238,1.32046919 149.863266,1.32046919 C151.957678,1.32046919 153.809731,3.13967832 153.809731,5.20729352 L153.809731,5.20729352 Z M146.354494,15.8887543 C146.354494,13.5252437 147.81588,11.9507876 149.863266,11.9507876 C151.910653,11.9507876 153.372038,13.5252437 153.372038,15.8887543 L153.372038,34.7858805 C153.372038,37.1493912 151.910653,38.7238473 149.863266,38.7238473 C147.81588,38.7238473 146.354494,37.1493912 146.354494,34.7858805 L146.354494,15.8887543 Z" id="Fill-22"></path><path d="M174.716947,19.5289991 C172.962561,19.5289991 171.403509,18.1518067 169.160789,18.1518067 C165.163682,18.1518067 163.264605,21.7427355 163.264605,25.3848068 C163.264605,28.8807569 165.359016,32.5228282 169.160789,32.5228282 C170.915175,32.5228282 173.548562,31.0470039 174.376922,31.0470039 C176.033641,31.0470039 177.397359,32.4716858 177.397359,34.1447737 C177.397359,37.786845 171.352867,39.0179162 168.820763,39.0179162 C161.26786,39.0179162 156.247061,32.7675812 156.247061,25.3848068 C156.247061,18.1992961 161.412552,11.6530656 168.820763,11.6530656 C171.598842,11.6530656 177.397359,12.6868732 177.397359,16.1316809 C177.397359,17.6075051 176.373666,19.5289991 174.716947,19.5289991" id="Fill-24"></path><path d="M179.83469,4.46901608 C179.83469,2.10550542 181.296075,0.531049329 183.343462,0.531049329 C185.390848,0.531049329 186.852234,2.10550542 186.852234,4.46901608 L186.852234,14.1166693 L186.949901,14.1166693 C188.411286,12.2938072 191.14234,11.6545268 193.334419,11.6545268 C198.839935,11.6545268 202.934708,15.1979663 202.934708,21.2035482 L202.934708,34.7855152 C202.934708,37.1490259 201.473322,38.723482 199.425936,38.723482 C197.378549,38.723482 195.917164,37.1490259 195.917164,34.7855152 L195.917164,22.4346195 C195.917164,19.1359331 193.869778,17.561477 191.337674,17.561477 C188.461928,17.561477 186.852234,19.6765816 186.852234,22.4346195 L186.852234,34.7855152 C186.852234,37.1490259 185.390848,38.723482 183.343462,38.723482 C181.296075,38.723482 179.83469,37.1490259 179.83469,34.7855152 L179.83469,4.46901608 Z" id="Fill-26"></path><path d="M208.63809,18.4462409 L207.079038,18.4462409 C205.17996,18.4462409 204.007958,17.2663121 204.007958,15.3448181 C204.007958,13.5730984 205.324652,12.2470484 207.079038,12.2470484 L208.63809,12.2470484 L208.63809,8.01318615 C208.63809,5.6496755 210.099475,4.0752194 212.146862,4.0752194 C214.194249,4.0752194 215.655634,5.6496755 215.655634,8.01318615 L215.655634,12.2470484 L217.652378,12.2470484 C219.457406,12.2470484 221.016459,13.0799393 221.016459,15.3448181 C221.016459,17.5585545 219.457406,18.4462409 217.652378,18.4462409 L215.655634,18.4462409 L215.655634,34.7862458 C215.655634,37.1497565 214.194249,38.7205595 212.146862,38.7205595 C210.099475,38.7205595 208.63809,37.1497565 208.63809,34.7862458 L208.63809,18.4462409 Z" id="Fill-28"></path><path d="M222.820402,4.46865078 C222.820402,2.10514012 224.281787,0.530684026 226.329173,0.530684026 C228.37656,0.530684026 229.837945,2.10514012 229.837945,4.46865078 L229.837945,14.116304 C231.689998,12.4907055 234.07741,11.6541615 236.515464,11.6541615 C244.068367,11.6541615 247.819497,18.7921829 247.819497,25.6817982 C247.819497,32.3741498 243.337674,39.0190121 236.269488,39.0190121 C233.882076,39.0190121 231.154639,37.9340621 229.837945,35.7714681 C229.400253,37.6418197 228.278893,38.7231166 226.329173,38.7231166 C224.281787,38.7231166 222.820402,37.1486606 222.820402,34.7851499 L222.820402,4.46865078 Z M235.343462,32.5202711 C239.000543,32.5202711 240.801953,28.6845892 240.801953,25.3859027 C240.801953,22.0397269 239.000543,18.1492495 235.343462,18.1492495 C231.592331,18.1492495 229.837945,21.692689 229.837945,25.1411497 C229.837945,28.5859573 231.494664,32.5202711 235.343462,32.5202711 L235.343462,32.5202711 Z" id="Fill-30"></path><path d="M258.153735,5.20729352 C258.153735,7.42102993 256.399349,9.29138148 254.207271,9.29138148 C252.109242,9.29138148 250.257189,7.37354053 250.257189,5.20729352 C250.257189,3.19082075 252.109242,1.32046919 254.207271,1.32046919 C256.301682,1.32046919 258.153735,3.13967832 258.153735,5.20729352 L258.153735,5.20729352 Z M250.698499,15.8887543 C250.698499,13.5252437 252.159884,11.9507876 254.207271,11.9507876 C256.254657,11.9507876 257.716043,13.5252437 257.716043,15.8887543 L257.716043,34.7858805 C257.716043,37.1493912 256.254657,38.7238473 254.207271,38.7238473 C252.159884,38.7238473 250.698499,37.1493912 250.698499,34.7858805 L250.698499,15.8887543 Z" id="Fill-32"></path><path d="M268.972689,5.20729352 C268.972689,7.42102993 267.218303,9.29138148 265.026225,9.29138148 C262.928197,9.29138148 261.076144,7.37354053 261.076144,5.20729352 C261.076144,3.19082075 262.928197,1.32046919 265.026225,1.32046919 C267.120637,1.32046919 268.972689,3.13967832 268.972689,5.20729352 L268.972689,5.20729352 Z M261.517453,15.8887543 C261.517453,13.5252437 262.978839,11.9507876 265.026225,11.9507876 C267.073612,11.9507876 268.534997,13.5252437 268.534997,15.8887543 L268.534997,45.2189353 C268.534997,47.5824459 267.073612,49.156902 265.026225,49.156902 C262.978839,49.156902 261.517453,47.5824459 261.517453,45.2189353 L261.517453,15.8887543 Z" id="Fill-34"></path></g></g><polyline id="Path" stroke="#E1523D" stroke-width="6.4" stroke-linecap="round" stroke-linejoin="round" transform="translate(346.970563, 44.470563) rotate(-45.000000) translate(-346.970563, -44.470563) " points="334.970563 56.4705627 334.970563 32.4705627 334.970563 32.4705627 358.970563 32.4705627"></polyline><g id="Group-2" transform="translate(319.970563, 44.500000) rotate(90.000000) translate(-319.970563, -44.500000) translate(275.970563, 27.500000)" stroke-linecap="round" stroke-linejoin="round" stroke-width="6.4"><polyline id="Path-Copy-2" stroke="#418FDE" transform="translate(70.970563, 17.000000) rotate(-45.000000) translate(-70.970563, -17.000000) " points="58.9705627 29 58.9705627 5 82.9705627 5"></polyline><polyline id="Path-Copy-3" stroke="#FFC72C" transform="translate(16.970563, 17.000000) scale(-1, 1) rotate(-45.000000) translate(-16.970563, -17.000000) " points="4.97056275 29 4.97056275 5 28.9705627 5"></polyline></g><polyline id="Path-Copy" stroke="#00BF6F" stroke-width="6.4" stroke-linecap="round" stroke-linejoin="round" transform="translate(292.970563, 44.470563) scale(-1, 1) rotate(-45.000000) translate(-292.970563, -44.470563) " points="280.970563 56.4705627 280.970563 32.4705627 280.970563 32.4705627 304.970563 32.4705627"></polyline></g></g>', 2), Jv = [
|
|
550
550
|
Yv
|
|
551
551
|
];
|
|
552
552
|
function Zv(n, e) {
|
|
@@ -556,7 +556,7 @@ function Zv(n, e) {
|
|
|
556
556
|
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
557
557
|
}), Jv, 16);
|
|
558
558
|
}
|
|
559
|
-
const ih = /* @__PURE__ */
|
|
559
|
+
const ih = /* @__PURE__ */ Ge(Gv, [["render", Zv]]), Au = /^https:/i, ei = /* @__PURE__ */ Pe({
|
|
560
560
|
__name: "BDLink",
|
|
561
561
|
props: {
|
|
562
562
|
to: { default: "" },
|
|
@@ -574,7 +574,7 @@ const ih = /* @__PURE__ */ Ke(Gv, [["render", Zv]]), Au = /^https:/i, ei = /* @_
|
|
|
574
574
|
return { to: s };
|
|
575
575
|
}
|
|
576
576
|
});
|
|
577
|
-
return (s, i) => (j(),
|
|
577
|
+
return (s, i) => (j(), ze(Zo(t.value), ln({ class: "bd-link" }, r.value), {
|
|
578
578
|
default: Le(() => [
|
|
579
579
|
Je(s.$slots, "default", {}, () => [
|
|
580
580
|
it(De(e.text), 1)
|
|
@@ -604,7 +604,7 @@ const ih = /* @__PURE__ */ Ke(Gv, [["render", Zv]]), Au = /^https:/i, ei = /* @_
|
|
|
604
604
|
setup(n) {
|
|
605
605
|
const e = n, t = we(() => ["alert", `alert-${e.variant}`]);
|
|
606
606
|
return (r, s) => (j(), Q("div", {
|
|
607
|
-
class:
|
|
607
|
+
class: Ue(t.value),
|
|
608
608
|
role: "alert"
|
|
609
609
|
}, [
|
|
610
610
|
r.title ? (j(), Q("div", Xv, [
|
|
@@ -616,35 +616,36 @@ const ih = /* @__PURE__ */ Ke(Gv, [["render", Zv]]), Au = /^https:/i, ei = /* @_
|
|
|
616
616
|
Je(r.$slots, "default")
|
|
617
617
|
], 2));
|
|
618
618
|
}
|
|
619
|
-
}), Qv =
|
|
619
|
+
}), Qv = { class: "bd-profile-picture" }, qv = ["src", "alt"], ta = /* @__PURE__ */ Pe({
|
|
620
620
|
__name: "BDProfileImage",
|
|
621
621
|
props: {
|
|
622
622
|
src: { default: "" },
|
|
623
623
|
username: { default: null },
|
|
624
|
-
showFooter: { type: Boolean, default: !1 },
|
|
625
624
|
size: { default: Tt.LG },
|
|
626
|
-
linkText: { default:
|
|
625
|
+
linkText: { default: null }
|
|
627
626
|
},
|
|
628
627
|
emits: ["click"],
|
|
629
628
|
setup(n, { emit: e }) {
|
|
630
629
|
const t = n, r = we(() => `${t.username ? `${t.username}'s ` : ""}profielfoto`), s = () => {
|
|
631
630
|
e("click");
|
|
632
631
|
};
|
|
633
|
-
return (i, o) => (j(), Q("div",
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
632
|
+
return (i, o) => (j(), Q("div", Qv, [
|
|
633
|
+
X("div", {
|
|
634
|
+
class: Ue(["rounded-circle", t.size])
|
|
635
|
+
}, [
|
|
636
|
+
X("img", {
|
|
637
|
+
src: t.src,
|
|
638
|
+
alt: r.value,
|
|
639
|
+
class: "position-absolute top-0 start-0"
|
|
640
|
+
}, null, 8, qv)
|
|
641
|
+
], 2),
|
|
642
|
+
t.linkText ? (j(), ze(ut, {
|
|
642
643
|
key: 0,
|
|
643
|
-
|
|
644
|
+
variant: "link",
|
|
644
645
|
onClick: s,
|
|
645
646
|
textContent: De(t.linkText)
|
|
646
|
-
}, null, 8,
|
|
647
|
-
]
|
|
647
|
+
}, null, 8, ["textContent"])) : Re("", !0)
|
|
648
|
+
]));
|
|
648
649
|
}
|
|
649
650
|
});
|
|
650
651
|
function e2(n) {
|
|
@@ -720,7 +721,7 @@ function c2(n) {
|
|
|
720
721
|
return JSON.parse(JSON.stringify(n));
|
|
721
722
|
}
|
|
722
723
|
function u2(n, e = {}) {
|
|
723
|
-
const { initialValue: t = !1, focusVisible: r = !1 } = e, s =
|
|
724
|
+
const { initialValue: t = !1, focusVisible: r = !1 } = e, s = We(!1), i = we(() => oh(n));
|
|
724
725
|
ku(i, "focus", (l) => {
|
|
725
726
|
var a, c;
|
|
726
727
|
(!r || (c = (a = l.target).matches) != null && c.call(a, ":focus-visible")) && (s.value = !0);
|
|
@@ -756,7 +757,7 @@ function Pr(n, e, t, r = {}) {
|
|
|
756
757
|
f ? f(C) && p(m, C) : p(m, C);
|
|
757
758
|
};
|
|
758
759
|
if (a) {
|
|
759
|
-
const C = E(), v =
|
|
760
|
+
const C = E(), v = We(C);
|
|
760
761
|
let A = !1;
|
|
761
762
|
return Cn(
|
|
762
763
|
() => n[e],
|
|
@@ -857,7 +858,7 @@ function ch(n) {
|
|
|
857
858
|
return Ti.substring(br, br++ + t);
|
|
858
859
|
}
|
|
859
860
|
function _s() {
|
|
860
|
-
return { uniqueIdentifier:
|
|
861
|
+
return { uniqueIdentifier: We(ch()) };
|
|
861
862
|
}
|
|
862
863
|
const v2 = ["id"], y2 = { key: 0 }, dc = /* @__PURE__ */ Pe({
|
|
863
864
|
__name: "BDCard",
|
|
@@ -887,11 +888,11 @@ const v2 = ["id"], y2 = { key: 0 }, dc = /* @__PURE__ */ Pe({
|
|
|
887
888
|
}));
|
|
888
889
|
return (l, a) => (j(), Q("div", {
|
|
889
890
|
id: le(r),
|
|
890
|
-
class:
|
|
891
|
+
class: Ue(s.value)
|
|
891
892
|
}, [
|
|
892
893
|
!l.noHeader || l.noBody ? (j(), Q("div", {
|
|
893
894
|
key: 0,
|
|
894
|
-
class:
|
|
895
|
+
class: Ue(i.value)
|
|
895
896
|
}, [
|
|
896
897
|
Je(l.$slots, "header", {}, () => [
|
|
897
898
|
l.title ? (j(), Q("h2", y2, De(l.title), 1)) : Re("", !0)
|
|
@@ -899,7 +900,7 @@ const v2 = ["id"], y2 = { key: 0 }, dc = /* @__PURE__ */ Pe({
|
|
|
899
900
|
], 2)) : Re("", !0),
|
|
900
901
|
l.noBody ? Re("", !0) : (j(), Q("div", {
|
|
901
902
|
key: 1,
|
|
902
|
-
class:
|
|
903
|
+
class: Ue(o.value)
|
|
903
904
|
}, [
|
|
904
905
|
Je(l.$slots, "body")
|
|
905
906
|
], 2))
|
|
@@ -940,7 +941,7 @@ const v2 = ["id"], y2 = { key: 0 }, dc = /* @__PURE__ */ Pe({
|
|
|
940
941
|
};
|
|
941
942
|
return Object.keys(a).filter((c) => a[c]).join(" ");
|
|
942
943
|
});
|
|
943
|
-
return (a, c) => (j(),
|
|
944
|
+
return (a, c) => (j(), ze(dc, {
|
|
944
945
|
class: "bd-collapsable-card",
|
|
945
946
|
title: a.title,
|
|
946
947
|
"header-class": o.value,
|
|
@@ -952,7 +953,7 @@ const v2 = ["id"], y2 = { key: 0 }, dc = /* @__PURE__ */ Pe({
|
|
|
952
953
|
Je(a.$slots, "action"),
|
|
953
954
|
!a.disabled && a.visible ? (j(), Q("button", {
|
|
954
955
|
key: 0,
|
|
955
|
-
class:
|
|
956
|
+
class: Ue(["btn btn-white btn-caret", i.value]),
|
|
956
957
|
type: "button",
|
|
957
958
|
"data-bs-toggle": "collapse",
|
|
958
959
|
"data-bs-target": `.${s.value}`,
|
|
@@ -1182,7 +1183,7 @@ const wl = /* @__PURE__ */ new WeakMap(), O2 = (n) => {
|
|
|
1182
1183
|
s.value = h.target.value;
|
|
1183
1184
|
}, t.delayTimeMs);
|
|
1184
1185
|
return (h, p) => (j(), Q("div", {
|
|
1185
|
-
class:
|
|
1186
|
+
class: Ue(["bd-form-input", h.formGroupClass]),
|
|
1186
1187
|
id: o
|
|
1187
1188
|
}, [
|
|
1188
1189
|
Je(h.$slots, "label", {}, () => [
|
|
@@ -1190,11 +1191,11 @@ const wl = /* @__PURE__ */ new WeakMap(), O2 = (n) => {
|
|
|
1190
1191
|
key: 0,
|
|
1191
1192
|
for: l,
|
|
1192
1193
|
id: i,
|
|
1193
|
-
class:
|
|
1194
|
+
class: Ue(["form-label", h.labelClass])
|
|
1194
1195
|
}, De(h.label), 3)) : Re("", !0)
|
|
1195
1196
|
]),
|
|
1196
1197
|
X("div", {
|
|
1197
|
-
class:
|
|
1198
|
+
class: Ue(h.formFieldClass)
|
|
1198
1199
|
}, [
|
|
1199
1200
|
fs(X("input", ln({
|
|
1200
1201
|
value: h.modelValue,
|
|
@@ -1214,7 +1215,7 @@ const wl = /* @__PURE__ */ new WeakMap(), O2 = (n) => {
|
|
|
1214
1215
|
], 2),
|
|
1215
1216
|
be(le(fc), {
|
|
1216
1217
|
text: h.invalidFeedbackText,
|
|
1217
|
-
class:
|
|
1218
|
+
class: Ue(u.value),
|
|
1218
1219
|
state: h.state,
|
|
1219
1220
|
id: a
|
|
1220
1221
|
}, null, 8, ["text", "class", "state"])
|
|
@@ -1235,7 +1236,7 @@ const wl = /* @__PURE__ */ new WeakMap(), O2 = (n) => {
|
|
|
1235
1236
|
class: "form-label"
|
|
1236
1237
|
}, De(e.label), 9, D2)) : Re("", !0),
|
|
1237
1238
|
X("div", {
|
|
1238
|
-
class:
|
|
1239
|
+
class: Ue(le(t).class)
|
|
1239
1240
|
}, [
|
|
1240
1241
|
Je(r.$slots, "default")
|
|
1241
1242
|
], 2)
|
|
@@ -1250,7 +1251,7 @@ const wl = /* @__PURE__ */ new WeakMap(), O2 = (n) => {
|
|
|
1250
1251
|
setup(n) {
|
|
1251
1252
|
const e = n;
|
|
1252
1253
|
return (t, r) => (j(), Q("div", L2, [
|
|
1253
|
-
e.state ? (j(),
|
|
1254
|
+
e.state ? (j(), ze(le(pi), { key: 0 })) : (j(), ze(le(cc), { key: 1 })),
|
|
1254
1255
|
it(" " + De(e.text), 1)
|
|
1255
1256
|
]));
|
|
1256
1257
|
}
|
|
@@ -1263,7 +1264,7 @@ const wl = /* @__PURE__ */ new WeakMap(), O2 = (n) => {
|
|
|
1263
1264
|
const e = n, t = we(() => ["badge", "bd-badge", `bd-badge-${e.variant}`]);
|
|
1264
1265
|
return (r, s) => (j(), Q("span", {
|
|
1265
1266
|
role: "status",
|
|
1266
|
-
class:
|
|
1267
|
+
class: Ue(t.value)
|
|
1267
1268
|
}, [
|
|
1268
1269
|
r.variant === "danger" ? (j(), Q("span", R2, [
|
|
1269
1270
|
be(le(Ms))
|
|
@@ -1304,7 +1305,7 @@ const wl = /* @__PURE__ */ new WeakMap(), O2 = (n) => {
|
|
|
1304
1305
|
},
|
|
1305
1306
|
emits: ["click", "update:modelValue"],
|
|
1306
1307
|
setup(n, { emit: e }) {
|
|
1307
|
-
const t = n, r = Pr(t, "modelValue", e), s =
|
|
1308
|
+
const t = n, r = Pr(t, "modelValue", e), s = We(Math.ceil(t.totalRows / t.rowsPerPage)), i = We([]);
|
|
1308
1309
|
Cn([() => t.totalRows, () => t.rowsPerPage], () => {
|
|
1309
1310
|
s.value = Math.ceil(t.totalRows / t.rowsPerPage), i.value = u(r.value);
|
|
1310
1311
|
}), lr(() => {
|
|
@@ -1330,7 +1331,7 @@ const wl = /* @__PURE__ */ new WeakMap(), O2 = (n) => {
|
|
|
1330
1331
|
};
|
|
1331
1332
|
return (d, f) => (j(), Q("div", V2, [
|
|
1332
1333
|
X("ul", {
|
|
1333
|
-
class:
|
|
1334
|
+
class: Ue(["pagination", o.value])
|
|
1334
1335
|
}, [
|
|
1335
1336
|
fs(X("li", H2, [
|
|
1336
1337
|
X("a", {
|
|
@@ -1345,7 +1346,7 @@ const wl = /* @__PURE__ */ new WeakMap(), O2 = (n) => {
|
|
|
1345
1346
|
[xu, le(r) > 1]
|
|
1346
1347
|
]),
|
|
1347
1348
|
(j(!0), Q(nt, null, St(i.value, (h) => (j(), Q("li", {
|
|
1348
|
-
class:
|
|
1349
|
+
class: Ue(["page-item", { active: le(r) === h, disabled: typeof h == "string" }]),
|
|
1349
1350
|
key: h
|
|
1350
1351
|
}, [
|
|
1351
1352
|
X("a", {
|
|
@@ -1381,7 +1382,7 @@ const wl = /* @__PURE__ */ new WeakMap(), O2 = (n) => {
|
|
|
1381
1382
|
},
|
|
1382
1383
|
emits: ["update:modelValue", "change", "input"],
|
|
1383
1384
|
setup(n, { emit: e }) {
|
|
1384
|
-
const t = n, r = Pr(t, "modelValue", e), s =
|
|
1385
|
+
const t = n, r = Pr(t, "modelValue", e), s = We(null), { focused: i } = u2(s, { initialValue: t.autofocus }), o = we(() => ({
|
|
1385
1386
|
"form-select": !0,
|
|
1386
1387
|
"bd-form-select": !0,
|
|
1387
1388
|
"is-invalid": t.state === !1,
|
|
@@ -1405,7 +1406,7 @@ const wl = /* @__PURE__ */ new WeakMap(), O2 = (n) => {
|
|
|
1405
1406
|
}
|
|
1406
1407
|
};
|
|
1407
1408
|
return (u, d) => fs((j(), Q("select", {
|
|
1408
|
-
class:
|
|
1409
|
+
class: Ue(o.value),
|
|
1409
1410
|
"onUpdate:modelValue": d[0] || (d[0] = (f) => Xo(r) ? r.value = f : null),
|
|
1410
1411
|
disabled: t.disabled,
|
|
1411
1412
|
ref_key: "input",
|
|
@@ -1444,12 +1445,12 @@ const wl = /* @__PURE__ */ new WeakMap(), O2 = (n) => {
|
|
|
1444
1445
|
"is-invalid": t.state === !1
|
|
1445
1446
|
})), a = (c) => e("change", c.target.value);
|
|
1446
1447
|
return (c, u) => (j(), Q("div", {
|
|
1447
|
-
class:
|
|
1448
|
+
class: Ue(o.value)
|
|
1448
1449
|
}, [
|
|
1449
1450
|
fs(X("input", {
|
|
1450
1451
|
"onUpdate:modelValue": u[0] || (u[0] = (d) => Xo(s) ? s.value = d : null),
|
|
1451
1452
|
id: i,
|
|
1452
|
-
class:
|
|
1453
|
+
class: Ue(l.value),
|
|
1453
1454
|
type: "checkbox",
|
|
1454
1455
|
value: c.value,
|
|
1455
1456
|
"true-value": c.value,
|
|
@@ -1525,7 +1526,7 @@ const wl = /* @__PURE__ */ new WeakMap(), O2 = (n) => {
|
|
|
1525
1526
|
[`bd-toast-${e.variant}`]: !0
|
|
1526
1527
|
})), r = we(() => e.variant !== ns.SUCCESS);
|
|
1527
1528
|
return (s, i) => (j(), Q("div", {
|
|
1528
|
-
class:
|
|
1529
|
+
class: Ue(["toast bd-toast", t.value]),
|
|
1529
1530
|
role: "alert",
|
|
1530
1531
|
"aria-live": "assertive",
|
|
1531
1532
|
"aria-atomic": "true",
|
|
@@ -1533,7 +1534,7 @@ const wl = /* @__PURE__ */ new WeakMap(), O2 = (n) => {
|
|
|
1533
1534
|
id: e.id
|
|
1534
1535
|
}, [
|
|
1535
1536
|
X("div", sy, [
|
|
1536
|
-
r.value ? (j(),
|
|
1537
|
+
r.value ? (j(), ze(le(Ms), { key: 0 })) : (j(), ze(le(pi), { key: 1 })),
|
|
1537
1538
|
X("h5", null, De(e.title), 1),
|
|
1538
1539
|
iy
|
|
1539
1540
|
]),
|
|
@@ -1542,19 +1543,19 @@ const wl = /* @__PURE__ */ new WeakMap(), O2 = (n) => {
|
|
|
1542
1543
|
])
|
|
1543
1544
|
], 10, ry));
|
|
1544
1545
|
}
|
|
1545
|
-
}),
|
|
1546
|
+
}), Ye = "", Ai = (n) => typeof n == "string" || n instanceof String, ay = { class: "bd-pill" }, ly = ["src"], cy = { class: "bd-pill__description" }, uy = ["href"], dy = ["id", "textContent", "title"], fy = ["id", "textContent", "title"], hc = /* @__PURE__ */ Pe({
|
|
1546
1547
|
__name: "BDPill",
|
|
1547
1548
|
props: {
|
|
1548
|
-
imgSrc: { default:
|
|
1549
|
-
uri: { default:
|
|
1550
|
-
uriDisplayName: { default:
|
|
1551
|
-
title: { default:
|
|
1552
|
-
subtitle: { default:
|
|
1549
|
+
imgSrc: { default: Ye },
|
|
1550
|
+
uri: { default: Ye },
|
|
1551
|
+
uriDisplayName: { default: Ye },
|
|
1552
|
+
title: { default: Ye },
|
|
1553
|
+
subtitle: { default: Ye },
|
|
1553
1554
|
showClose: { type: Boolean, default: !1 }
|
|
1554
1555
|
},
|
|
1555
1556
|
emits: ["close"],
|
|
1556
1557
|
setup(n, { emit: e }) {
|
|
1557
|
-
const t = n, { uniqueIdentifier: r } = _s(), s = we(() => t.uri), i = we(() => t.uriDisplayName !==
|
|
1558
|
+
const t = n, { uniqueIdentifier: r } = _s(), s = we(() => t.uri), i = we(() => t.uriDisplayName !== Ye ? t.uriDisplayName : t.uri), o = we(() => t.imgSrc), l = we(() => t.title), a = we(() => t.subtitle), c = we(() => `bd-pill-title-${r.value}`), u = we(() => `bd-pill-subtitle-${r.value}`);
|
|
1558
1559
|
return (d, f) => (j(), Q("div", ay, [
|
|
1559
1560
|
X("img", {
|
|
1560
1561
|
src: o.value,
|
|
@@ -4692,38 +4693,38 @@ var fh = { exports: {} };
|
|
|
4692
4693
|
rt += oe[ue] * U(256, 3 - ue);
|
|
4693
4694
|
return rt;
|
|
4694
4695
|
}, b = function(M) {
|
|
4695
|
-
var ie = [0, 0, 0, 0, 0, 0, 0, 0], ne = 0, oe = null, ue = 0, $e, Ce, Ze, rt, ot, Yt, ce,
|
|
4696
|
+
var ie = [0, 0, 0, 0, 0, 0, 0, 0], ne = 0, oe = null, ue = 0, $e, Ce, Ze, rt, ot, Yt, ce, dt = function() {
|
|
4696
4697
|
return M.charAt(ue);
|
|
4697
4698
|
};
|
|
4698
|
-
if (
|
|
4699
|
+
if (dt() == ":") {
|
|
4699
4700
|
if (M.charAt(1) != ":")
|
|
4700
4701
|
return;
|
|
4701
4702
|
ue += 2, ne++, oe = ne;
|
|
4702
4703
|
}
|
|
4703
|
-
for (;
|
|
4704
|
+
for (; dt(); ) {
|
|
4704
4705
|
if (ne == 8)
|
|
4705
4706
|
return;
|
|
4706
|
-
if (
|
|
4707
|
+
if (dt() == ":") {
|
|
4707
4708
|
if (oe !== null)
|
|
4708
4709
|
return;
|
|
4709
4710
|
ue++, ne++, oe = ne;
|
|
4710
4711
|
continue;
|
|
4711
4712
|
}
|
|
4712
|
-
for ($e = Ce = 0; Ce < 4 && ke.test(
|
|
4713
|
-
$e = $e * 16 + parseInt(
|
|
4714
|
-
if (
|
|
4713
|
+
for ($e = Ce = 0; Ce < 4 && ke.test(dt()); )
|
|
4714
|
+
$e = $e * 16 + parseInt(dt(), 16), ue++, Ce++;
|
|
4715
|
+
if (dt() == ".") {
|
|
4715
4716
|
if (Ce == 0 || (ue -= Ce, ne > 6))
|
|
4716
4717
|
return;
|
|
4717
|
-
for (Ze = 0;
|
|
4718
|
+
for (Ze = 0; dt(); ) {
|
|
4718
4719
|
if (rt = null, Ze > 0)
|
|
4719
|
-
if (
|
|
4720
|
+
if (dt() == "." && Ze < 4)
|
|
4720
4721
|
ue++;
|
|
4721
4722
|
else
|
|
4722
4723
|
return;
|
|
4723
|
-
if (!fe.test(
|
|
4724
|
+
if (!fe.test(dt()))
|
|
4724
4725
|
return;
|
|
4725
|
-
for (; fe.test(
|
|
4726
|
-
if (ot = parseInt(
|
|
4726
|
+
for (; fe.test(dt()); ) {
|
|
4727
|
+
if (ot = parseInt(dt(), 10), rt === null)
|
|
4727
4728
|
rt = ot;
|
|
4728
4729
|
else {
|
|
4729
4730
|
if (rt == 0)
|
|
@@ -4739,10 +4740,10 @@ var fh = { exports: {} };
|
|
|
4739
4740
|
if (Ze != 4)
|
|
4740
4741
|
return;
|
|
4741
4742
|
break;
|
|
4742
|
-
} else if (
|
|
4743
|
-
if (ue++, !
|
|
4743
|
+
} else if (dt() == ":") {
|
|
4744
|
+
if (ue++, !dt())
|
|
4744
4745
|
return;
|
|
4745
|
-
} else if (
|
|
4746
|
+
} else if (dt())
|
|
4746
4747
|
return;
|
|
4747
4748
|
ie[ne++] = $e;
|
|
4748
4749
|
}
|
|
@@ -4820,7 +4821,7 @@ var fh = { exports: {} };
|
|
|
4820
4821
|
}, Ve = function(M) {
|
|
4821
4822
|
return M = M.toLowerCase(), M === ".." || M === "%2e." || M === ".%2e" || M === "%2e%2e";
|
|
4822
4823
|
}, lt = {}, Nt = {}, yt = {}, Vn = {}, te = {}, he = {}, pe = {}, _e = {}, Ne = {}, et = {}, st = {}, Ct = {}, xt = {}, pt = {}, hn = {}, Hn = {}, Ft = {}, Wt = {}, Vr = {}, Kt = {}, On = {}, pn = function(M, ie, ne, oe) {
|
|
4823
|
-
var ue = ne || lt, $e = 0, Ce = "", Ze = !1, rt = !1, ot = !1, Yt, ce,
|
|
4824
|
+
var ue = ne || lt, $e = 0, Ce = "", Ze = !1, rt = !1, ot = !1, Yt, ce, dt, Mn;
|
|
4824
4825
|
for (ne || (M.scheme = "", M.username = "", M.password = "", M.host = null, M.port = null, M.path = [], M.query = null, M.fragment = null, M.cannotBeABaseURL = !1, ie = ie.replace(T, "")), ie = ie.replace(O, ""), Yt = S(ie); $e <= Yt.length; ) {
|
|
4825
4826
|
switch (ce = Yt[$e], ue) {
|
|
4826
4827
|
case lt:
|
|
@@ -4913,9 +4914,9 @@ var fh = { exports: {} };
|
|
|
4913
4914
|
break;
|
|
4914
4915
|
case et:
|
|
4915
4916
|
if (ce == "@") {
|
|
4916
|
-
Ze && (Ce = "%40" + Ce), Ze = !0,
|
|
4917
|
-
for (var Ta = 0; Ta <
|
|
4918
|
-
var wu =
|
|
4917
|
+
Ze && (Ce = "%40" + Ce), Ze = !0, dt = S(Ce);
|
|
4918
|
+
for (var Ta = 0; Ta < dt.length; Ta++) {
|
|
4919
|
+
var wu = dt[Ta];
|
|
4919
4920
|
if (wu == ":" && !ot) {
|
|
4920
4921
|
ot = !0;
|
|
4921
4922
|
continue;
|
|
@@ -7631,7 +7632,7 @@ const Du = /* @__PURE__ */ mc(hy), py = { class: "fallback" }, my = /* @__PURE__
|
|
|
7631
7632
|
p !== -1 && s.value.splice(p, 1);
|
|
7632
7633
|
}, f = we(() => t.tag ?? "form");
|
|
7633
7634
|
return (h, p) => (j(), Q(nt, null, [
|
|
7634
|
-
(j(),
|
|
7635
|
+
(j(), ze(Zo(f.value), {
|
|
7635
7636
|
id: "dropzone",
|
|
7636
7637
|
class: "dropzone bd-dropzone",
|
|
7637
7638
|
enctype: "multipart/form-data"
|
|
@@ -7646,7 +7647,7 @@ const Du = /* @__PURE__ */ mc(hy), py = { class: "fallback" }, my = /* @__PURE__
|
|
|
7646
7647
|
])
|
|
7647
7648
|
]),
|
|
7648
7649
|
X("div", vy, [
|
|
7649
|
-
be(le(
|
|
7650
|
+
be(le(ut), oc(ac(r.value)), {
|
|
7650
7651
|
default: Le(() => [
|
|
7651
7652
|
be(le(ps)),
|
|
7652
7653
|
it(" " + De(t.buttonText), 1)
|
|
@@ -7666,7 +7667,7 @@ const Du = /* @__PURE__ */ mc(hy), py = { class: "fallback" }, my = /* @__PURE__
|
|
|
7666
7667
|
class: "d-none"
|
|
7667
7668
|
}),
|
|
7668
7669
|
wy,
|
|
7669
|
-
be(le(
|
|
7670
|
+
be(le(ut), {
|
|
7670
7671
|
class: "dz-remove",
|
|
7671
7672
|
alt: "Click me to remove the file.",
|
|
7672
7673
|
"data-dz-remove": ""
|
|
@@ -11893,7 +11894,7 @@ class Bh {
|
|
|
11893
11894
|
}
|
|
11894
11895
|
}
|
|
11895
11896
|
const Ra = /* @__PURE__ */ Object.create(null);
|
|
11896
|
-
class
|
|
11897
|
+
class je {
|
|
11897
11898
|
/**
|
|
11898
11899
|
Initialize a selection with the head and anchor and ranges. If no
|
|
11899
11900
|
ranges are given, constructs a single range across `$anchor` and
|
|
@@ -11987,7 +11988,7 @@ class Ue {
|
|
|
11987
11988
|
found.
|
|
11988
11989
|
*/
|
|
11989
11990
|
static findFrom(e, t, r = !1) {
|
|
11990
|
-
let s = e.parent.inlineContent ? new
|
|
11991
|
+
let s = e.parent.inlineContent ? new Ke(e) : Jr(e.node(0), e.parent, e.pos, e.index(), t, r);
|
|
11991
11992
|
if (s)
|
|
11992
11993
|
return s;
|
|
11993
11994
|
for (let i = e.depth - 1; i >= 0; i--) {
|
|
@@ -12054,10 +12055,10 @@ class Ue {
|
|
|
12054
12055
|
returns the bookmark for that.
|
|
12055
12056
|
*/
|
|
12056
12057
|
getBookmark() {
|
|
12057
|
-
return
|
|
12058
|
+
return Ke.between(this.$anchor, this.$head).getBookmark();
|
|
12058
12059
|
}
|
|
12059
12060
|
}
|
|
12060
|
-
|
|
12061
|
+
je.prototype.visible = !0;
|
|
12061
12062
|
class y5 {
|
|
12062
12063
|
/**
|
|
12063
12064
|
Create a range.
|
|
@@ -12070,7 +12071,7 @@ let Uu = !1;
|
|
|
12070
12071
|
function ju(n) {
|
|
12071
12072
|
!Uu && !n.parent.inlineContent && (Uu = !0, console.warn("TextSelection endpoint not pointing into a node with inline content (" + n.parent.type.name + ")"));
|
|
12072
12073
|
}
|
|
12073
|
-
class
|
|
12074
|
+
class Ke extends je {
|
|
12074
12075
|
/**
|
|
12075
12076
|
Construct a text selection between the given points.
|
|
12076
12077
|
*/
|
|
@@ -12087,9 +12088,9 @@ class We extends Ue {
|
|
|
12087
12088
|
map(e, t) {
|
|
12088
12089
|
let r = e.resolve(t.map(this.head));
|
|
12089
12090
|
if (!r.parent.inlineContent)
|
|
12090
|
-
return
|
|
12091
|
+
return je.near(r);
|
|
12091
12092
|
let s = e.resolve(t.map(this.anchor));
|
|
12092
|
-
return new
|
|
12093
|
+
return new Ke(s.parent.inlineContent ? s : r, r);
|
|
12093
12094
|
}
|
|
12094
12095
|
replace(e, t = Ee.empty) {
|
|
12095
12096
|
if (super.replace(e, t), t == Ee.empty) {
|
|
@@ -12098,7 +12099,7 @@ class We extends Ue {
|
|
|
12098
12099
|
}
|
|
12099
12100
|
}
|
|
12100
12101
|
eq(e) {
|
|
12101
|
-
return e instanceof
|
|
12102
|
+
return e instanceof Ke && e.anchor == this.anchor && e.head == this.head;
|
|
12102
12103
|
}
|
|
12103
12104
|
getBookmark() {
|
|
12104
12105
|
return new sa(this.anchor, this.head);
|
|
@@ -12112,7 +12113,7 @@ class We extends Ue {
|
|
|
12112
12113
|
static fromJSON(e, t) {
|
|
12113
12114
|
if (typeof t.anchor != "number" || typeof t.head != "number")
|
|
12114
12115
|
throw new RangeError("Invalid input for TextSelection.fromJSON");
|
|
12115
|
-
return new
|
|
12116
|
+
return new Ke(e.resolve(t.anchor), e.resolve(t.head));
|
|
12116
12117
|
}
|
|
12117
12118
|
/**
|
|
12118
12119
|
Create a text selection from non-resolved positions.
|
|
@@ -12132,16 +12133,16 @@ class We extends Ue {
|
|
|
12132
12133
|
static between(e, t, r) {
|
|
12133
12134
|
let s = e.pos - t.pos;
|
|
12134
12135
|
if ((!r || s) && (r = s >= 0 ? 1 : -1), !t.parent.inlineContent) {
|
|
12135
|
-
let i =
|
|
12136
|
+
let i = je.findFrom(t, r, !0) || je.findFrom(t, -r, !0);
|
|
12136
12137
|
if (i)
|
|
12137
12138
|
t = i.$head;
|
|
12138
12139
|
else
|
|
12139
|
-
return
|
|
12140
|
+
return je.near(t, r);
|
|
12140
12141
|
}
|
|
12141
|
-
return e.parent.inlineContent || (s == 0 ? e = t : (e = (
|
|
12142
|
+
return e.parent.inlineContent || (s == 0 ? e = t : (e = (je.findFrom(e, -r, !0) || je.findFrom(e, r, !0)).$anchor, e.pos < t.pos != s < 0 && (e = t))), new Ke(e, t);
|
|
12142
12143
|
}
|
|
12143
12144
|
}
|
|
12144
|
-
|
|
12145
|
+
je.jsonID("text", Ke);
|
|
12145
12146
|
class sa {
|
|
12146
12147
|
constructor(e, t) {
|
|
12147
12148
|
this.anchor = e, this.head = t;
|
|
@@ -12150,10 +12151,10 @@ class sa {
|
|
|
12150
12151
|
return new sa(e.map(this.anchor), e.map(this.head));
|
|
12151
12152
|
}
|
|
12152
12153
|
resolve(e) {
|
|
12153
|
-
return
|
|
12154
|
+
return Ke.between(e.resolve(this.anchor), e.resolve(this.head));
|
|
12154
12155
|
}
|
|
12155
12156
|
}
|
|
12156
|
-
class Ie extends
|
|
12157
|
+
class Ie extends je {
|
|
12157
12158
|
/**
|
|
12158
12159
|
Create a node selection. Does not verify the validity of its
|
|
12159
12160
|
argument.
|
|
@@ -12164,7 +12165,7 @@ class Ie extends Ue {
|
|
|
12164
12165
|
}
|
|
12165
12166
|
map(e, t) {
|
|
12166
12167
|
let { deleted: r, pos: s } = t.mapResult(this.anchor), i = e.resolve(s);
|
|
12167
|
-
return r ?
|
|
12168
|
+
return r ? je.near(i) : new Ie(i);
|
|
12168
12169
|
}
|
|
12169
12170
|
content() {
|
|
12170
12171
|
return new Ee(de.from(this.node), 0, 0);
|
|
@@ -12201,7 +12202,7 @@ class Ie extends Ue {
|
|
|
12201
12202
|
}
|
|
12202
12203
|
}
|
|
12203
12204
|
Ie.prototype.visible = !1;
|
|
12204
|
-
|
|
12205
|
+
je.jsonID("node", Ie);
|
|
12205
12206
|
class bc {
|
|
12206
12207
|
constructor(e) {
|
|
12207
12208
|
this.anchor = e;
|
|
@@ -12212,10 +12213,10 @@ class bc {
|
|
|
12212
12213
|
}
|
|
12213
12214
|
resolve(e) {
|
|
12214
12215
|
let t = e.resolve(this.anchor), r = t.nodeAfter;
|
|
12215
|
-
return r && Ie.isSelectable(r) ? new Ie(t) :
|
|
12216
|
+
return r && Ie.isSelectable(r) ? new Ie(t) : je.near(t);
|
|
12216
12217
|
}
|
|
12217
12218
|
}
|
|
12218
|
-
class on extends
|
|
12219
|
+
class on extends je {
|
|
12219
12220
|
/**
|
|
12220
12221
|
Create an all-selection over the given document.
|
|
12221
12222
|
*/
|
|
@@ -12225,7 +12226,7 @@ class on extends Ue {
|
|
|
12225
12226
|
replace(e, t = Ee.empty) {
|
|
12226
12227
|
if (t == Ee.empty) {
|
|
12227
12228
|
e.delete(0, e.doc.content.size);
|
|
12228
|
-
let r =
|
|
12229
|
+
let r = je.atStart(e.doc);
|
|
12229
12230
|
r.eq(e.selection) || e.setSelection(r);
|
|
12230
12231
|
} else
|
|
12231
12232
|
super.replace(e, t);
|
|
@@ -12249,7 +12250,7 @@ class on extends Ue {
|
|
|
12249
12250
|
return b5;
|
|
12250
12251
|
}
|
|
12251
12252
|
}
|
|
12252
|
-
|
|
12253
|
+
je.jsonID("all", on);
|
|
12253
12254
|
const b5 = {
|
|
12254
12255
|
map() {
|
|
12255
12256
|
return this;
|
|
@@ -12260,7 +12261,7 @@ const b5 = {
|
|
|
12260
12261
|
};
|
|
12261
12262
|
function Jr(n, e, t, r, s, i = !1) {
|
|
12262
12263
|
if (e.inlineContent)
|
|
12263
|
-
return
|
|
12264
|
+
return Ke.create(n, t);
|
|
12264
12265
|
for (let o = r - (s > 0 ? 0 : 1); s > 0 ? o < e.childCount : o >= 0; o += s) {
|
|
12265
12266
|
let l = e.child(o);
|
|
12266
12267
|
if (l.isAtom) {
|
|
@@ -12285,7 +12286,7 @@ function Wu(n, e, t) {
|
|
|
12285
12286
|
let i = n.mapping.maps[r], o;
|
|
12286
12287
|
i.forEach((l, a, c, u) => {
|
|
12287
12288
|
o == null && (o = u);
|
|
12288
|
-
}), n.setSelection(
|
|
12289
|
+
}), n.setSelection(je.near(n.doc.resolve(o), t));
|
|
12289
12290
|
}
|
|
12290
12291
|
const Ku = 1, Mi = 2, Gu = 4;
|
|
12291
12292
|
class E5 extends Bh {
|
|
@@ -12400,7 +12401,7 @@ class E5 extends Bh {
|
|
|
12400
12401
|
let o = this.doc.resolve(t);
|
|
12401
12402
|
i = r == t ? o.marks() : o.marksAcross(this.doc.resolve(r));
|
|
12402
12403
|
}
|
|
12403
|
-
return this.replaceRangeWith(t, r, s.text(e, i)), this.selection.empty || this.setSelection(
|
|
12404
|
+
return this.replaceRangeWith(t, r, s.text(e, i)), this.selection.empty || this.setSelection(je.near(this.selection.$to)), this;
|
|
12404
12405
|
}
|
|
12405
12406
|
}
|
|
12406
12407
|
/**
|
|
@@ -12458,7 +12459,7 @@ const S5 = [
|
|
|
12458
12459
|
}),
|
|
12459
12460
|
new Hs("selection", {
|
|
12460
12461
|
init(n, e) {
|
|
12461
|
-
return n.selection ||
|
|
12462
|
+
return n.selection || je.atStart(e.doc);
|
|
12462
12463
|
},
|
|
12463
12464
|
apply(n) {
|
|
12464
12465
|
return n.selection;
|
|
@@ -12638,7 +12639,7 @@ class rs {
|
|
|
12638
12639
|
if (o.name == "doc")
|
|
12639
12640
|
i.doc = kr.fromJSON(e.schema, t.doc);
|
|
12640
12641
|
else if (o.name == "selection")
|
|
12641
|
-
i.selection =
|
|
12642
|
+
i.selection = je.fromJSON(i.doc, t.selection);
|
|
12642
12643
|
else if (o.name == "storedMarks")
|
|
12643
12644
|
t.storedMarks && (i.storedMarks = t.storedMarks.map(e.schema.markFromJSON));
|
|
12644
12645
|
else {
|
|
@@ -13604,7 +13605,7 @@ class tr extends gi {
|
|
|
13604
13605
|
}
|
|
13605
13606
|
localCompositionInfo(e, t) {
|
|
13606
13607
|
let { from: r, to: s } = e.state.selection;
|
|
13607
|
-
if (!(e.state.selection instanceof
|
|
13608
|
+
if (!(e.state.selection instanceof Ke) || r < t || s > t + this.node.content.size)
|
|
13608
13609
|
return null;
|
|
13609
13610
|
let i = e.domSelectionRange(), o = Q5(i.focusNode, i.focusOffset);
|
|
13610
13611
|
if (!o || !this.dom.contains(o.parentNode))
|
|
@@ -14164,7 +14165,7 @@ function Rn(n, e = !1) {
|
|
|
14164
14165
|
t3(n);
|
|
14165
14166
|
else {
|
|
14166
14167
|
let { anchor: r, head: s } = t, i, o;
|
|
14167
|
-
od && !(t instanceof
|
|
14168
|
+
od && !(t instanceof Ke) && (t.$from.parent.inlineContent || (i = ad(n, t.from)), !t.empty && !t.$from.parent.inlineContent && (o = ad(n, t.to))), n.docView.setSelection(r, s, n.root, e), od && (i && ld(i), o && ld(o)), t.visible ? n.dom.classList.remove("ProseMirror-hideselection") : (n.dom.classList.add("ProseMirror-hideselection"), "onselectionchange" in document && e3(n));
|
|
14168
14169
|
}
|
|
14169
14170
|
n.domObserver.setCurSelection(), n.domObserver.connectSelection();
|
|
14170
14171
|
}
|
|
@@ -14212,7 +14213,7 @@ function cd(n) {
|
|
|
14212
14213
|
n.lastSelectedViewDesc && (n.lastSelectedViewDesc.parent && n.lastSelectedViewDesc.deselectNode(), n.lastSelectedViewDesc = void 0);
|
|
14213
14214
|
}
|
|
14214
14215
|
function Cc(n, e, t, r) {
|
|
14215
|
-
return n.someProp("createSelectionBetween", (s) => s(n, e, t)) ||
|
|
14216
|
+
return n.someProp("createSelectionBetween", (s) => s(n, e, t)) || Ke.between(e, t, r);
|
|
14216
14217
|
}
|
|
14217
14218
|
function ud(n) {
|
|
14218
14219
|
return n.editable && !n.hasFocus() ? !1 : np(n);
|
|
@@ -14233,20 +14234,20 @@ function n3(n) {
|
|
|
14233
14234
|
}
|
|
14234
14235
|
function Rl(n, e) {
|
|
14235
14236
|
let { $anchor: t, $head: r } = n.selection, s = e > 0 ? t.max(r) : t.min(r), i = s.parent.inlineContent ? s.depth ? n.doc.resolve(e > 0 ? s.after() : s.before()) : null : s;
|
|
14236
|
-
return i &&
|
|
14237
|
+
return i && je.findFrom(i, e);
|
|
14237
14238
|
}
|
|
14238
14239
|
function Kn(n, e) {
|
|
14239
14240
|
return n.dispatch(n.state.tr.setSelection(e).scrollIntoView()), !0;
|
|
14240
14241
|
}
|
|
14241
14242
|
function dd(n, e, t) {
|
|
14242
14243
|
let r = n.state.selection;
|
|
14243
|
-
if (r instanceof
|
|
14244
|
+
if (r instanceof Ke)
|
|
14244
14245
|
if (t.indexOf("s") > -1) {
|
|
14245
14246
|
let { $head: s } = r, i = s.textOffset ? null : e < 0 ? s.nodeBefore : s.nodeAfter;
|
|
14246
14247
|
if (!i || i.isText || !i.isLeaf)
|
|
14247
14248
|
return !1;
|
|
14248
14249
|
let o = n.state.doc.resolve(s.pos + i.nodeSize * (e < 0 ? -1 : 1));
|
|
14249
|
-
return Kn(n, new
|
|
14250
|
+
return Kn(n, new Ke(r.$anchor, o));
|
|
14250
14251
|
} else if (r.empty) {
|
|
14251
14252
|
if (n.endOfTextblock(e > 0 ? "forward" : "backward")) {
|
|
14252
14253
|
let s = Rl(n.state, e);
|
|
@@ -14256,13 +14257,13 @@ function dd(n, e, t) {
|
|
|
14256
14257
|
if (!i || i.isText)
|
|
14257
14258
|
return !1;
|
|
14258
14259
|
let l = e < 0 ? s.pos - i.nodeSize : s.pos;
|
|
14259
|
-
return i.isAtom || (o = n.docView.descAt(l)) && !o.contentDOM ? Ie.isSelectable(i) ? Kn(n, new Ie(e < 0 ? n.state.doc.resolve(s.pos - i.nodeSize) : s)) : mi ? Kn(n, new
|
|
14260
|
+
return i.isAtom || (o = n.docView.descAt(l)) && !o.contentDOM ? Ie.isSelectable(i) ? Kn(n, new Ie(e < 0 ? n.state.doc.resolve(s.pos - i.nodeSize) : s)) : mi ? Kn(n, new Ke(n.state.doc.resolve(e < 0 ? l : l + i.nodeSize))) : !1 : !1;
|
|
14260
14261
|
}
|
|
14261
14262
|
} else
|
|
14262
14263
|
return !1;
|
|
14263
14264
|
else {
|
|
14264
14265
|
if (r instanceof Ie && r.node.isInline)
|
|
14265
|
-
return Kn(n, new
|
|
14266
|
+
return Kn(n, new Ke(e > 0 ? r.$to : r.$from));
|
|
14266
14267
|
{
|
|
14267
14268
|
let s = Rl(n.state, e);
|
|
14268
14269
|
return s ? Kn(n, s) : !1;
|
|
@@ -14411,7 +14412,7 @@ function fd(n, e) {
|
|
|
14411
14412
|
}
|
|
14412
14413
|
function hd(n, e, t) {
|
|
14413
14414
|
let r = n.state.selection;
|
|
14414
|
-
if (r instanceof
|
|
14415
|
+
if (r instanceof Ke && !r.empty || t.indexOf("s") > -1 || Xt && t.indexOf("m") > -1)
|
|
14415
14416
|
return !1;
|
|
14416
14417
|
let { $from: s, $to: i } = r;
|
|
14417
14418
|
if (!s.parent.inlineContent || n.endOfTextblock(e < 0 ? "up" : "down")) {
|
|
@@ -14420,13 +14421,13 @@ function hd(n, e, t) {
|
|
|
14420
14421
|
return Kn(n, o);
|
|
14421
14422
|
}
|
|
14422
14423
|
if (!s.parent.inlineContent) {
|
|
14423
|
-
let o = e < 0 ? s : i, l = r instanceof on ?
|
|
14424
|
+
let o = e < 0 ? s : i, l = r instanceof on ? je.near(o, e) : je.findFrom(o, e);
|
|
14424
14425
|
return l ? Kn(n, l) : !1;
|
|
14425
14426
|
}
|
|
14426
14427
|
return !1;
|
|
14427
14428
|
}
|
|
14428
14429
|
function pd(n, e) {
|
|
14429
|
-
if (!(n.state.selection instanceof
|
|
14430
|
+
if (!(n.state.selection instanceof Ke))
|
|
14430
14431
|
return !0;
|
|
14431
14432
|
let { $head: t, $anchor: r, empty: s } = n.state.selection;
|
|
14432
14433
|
if (!t.sameParent(r))
|
|
@@ -14738,7 +14739,7 @@ It.keypress = (n, e) => {
|
|
|
14738
14739
|
return;
|
|
14739
14740
|
}
|
|
14740
14741
|
let r = n.state.selection;
|
|
14741
|
-
if (!(r instanceof
|
|
14742
|
+
if (!(r instanceof Ke) || !r.$from.sameParent(r.$to)) {
|
|
14742
14743
|
let s = String.fromCharCode(t.charCode);
|
|
14743
14744
|
!/[\r\n]/.test(s) && !n.someProp("handleTextInput", (i) => i(n, r.$from.pos, r.$to.pos, s)) && n.dispatch(n.state.tr.insertText(s).scrollIntoView()), t.preventDefault();
|
|
14744
14745
|
}
|
|
@@ -14799,12 +14800,12 @@ function k3(n, e, t) {
|
|
|
14799
14800
|
return !1;
|
|
14800
14801
|
let r = n.state.doc;
|
|
14801
14802
|
if (e == -1)
|
|
14802
|
-
return r.inlineContent ? (us(n,
|
|
14803
|
+
return r.inlineContent ? (us(n, Ke.create(r, 0, r.content.size), "pointer"), !0) : !1;
|
|
14803
14804
|
let s = r.resolve(e);
|
|
14804
14805
|
for (let i = s.depth + 1; i > 0; i--) {
|
|
14805
14806
|
let o = i > s.depth ? s.nodeAfter : s.node(i), l = s.before(i);
|
|
14806
14807
|
if (o.inlineContent)
|
|
14807
|
-
us(n,
|
|
14808
|
+
us(n, Ke.create(r, l + 1, l + 1 + o.content.size), "pointer");
|
|
14808
14809
|
else if (Ie.isSelectable(o))
|
|
14809
14810
|
us(n, Ie.create(r, l), "pointer");
|
|
14810
14811
|
else
|
|
@@ -14861,7 +14862,7 @@ class O3 {
|
|
|
14861
14862
|
// (hidden) cursor is doesn't change the selection, and
|
|
14862
14863
|
// thus doesn't get a reaction from ProseMirror. This
|
|
14863
14864
|
// works around that.
|
|
14864
|
-
Et && !this.view.state.selection.visible && Math.min(Math.abs(t.pos - this.view.state.selection.from), Math.abs(t.pos - this.view.state.selection.to)) <= 2) ? (us(this.view,
|
|
14865
|
+
Et && !this.view.state.selection.visible && Math.min(Math.abs(t.pos - this.view.state.selection.from), Math.abs(t.pos - this.view.state.selection.to)) <= 2) ? (us(this.view, je.near(this.view.state.doc.resolve(t.pos)), "pointer"), e.preventDefault()) : Qn(this.view, "pointer");
|
|
14865
14866
|
}
|
|
14866
14867
|
move(e) {
|
|
14867
14868
|
this.updateAllowDefault(e), Qn(this.view, "pointer"), e.buttons == 0 && this.done();
|
|
@@ -15698,7 +15699,7 @@ class B3 {
|
|
|
15698
15699
|
}
|
|
15699
15700
|
}
|
|
15700
15701
|
let c = null;
|
|
15701
|
-
i < 0 && s && e.input.lastFocus > Date.now() - 200 && Math.max(e.input.lastTouch, e.input.lastClick.time) < Date.now() - 300 && ia(r) && (c = wc(e)) && c.eq(
|
|
15702
|
+
i < 0 && s && e.input.lastFocus > Date.now() - 200 && Math.max(e.input.lastTouch, e.input.lastClick.time) < Date.now() - 300 && ia(r) && (c = wc(e)) && c.eq(je.near(e.state.doc.resolve(0), 1)) ? (e.input.lastFocus = 0, Rn(e), this.currentSelection.set(r), e.scrollToSelection()) : (i > -1 || s) && (i > -1 && (e.docView.markDirty(i, o), V3(e)), this.handleDOMChange(i, o, l, a), e.docView && e.docView.dirty ? e.updateState(e.state) : this.currentSelection.eq(r) || Rn(e), this.currentSelection.set(r));
|
|
15702
15703
|
}
|
|
15703
15704
|
registerMutation(e, t) {
|
|
15704
15705
|
if (t.indexOf(e.target) > -1)
|
|
@@ -15815,7 +15816,7 @@ function W3(n, e, t, r, s) {
|
|
|
15815
15816
|
return;
|
|
15816
15817
|
}
|
|
15817
15818
|
if (!p)
|
|
15818
|
-
if (r && a instanceof
|
|
15819
|
+
if (r && a instanceof Ke && !a.empty && a.$head.sameParent(a.$anchor) && !n.composing && !(c.sel && c.sel.anchor != c.sel.head))
|
|
15819
15820
|
p = { start: a.from, endA: a.to, endB: a.to };
|
|
15820
15821
|
else {
|
|
15821
15822
|
if (c.sel) {
|
|
@@ -15831,9 +15832,9 @@ function W3(n, e, t, r, s) {
|
|
|
15831
15832
|
let z = p.endB - p.start;
|
|
15832
15833
|
c.sel = { anchor: c.sel.anchor + z, head: c.sel.anchor + z };
|
|
15833
15834
|
}
|
|
15834
|
-
n.input.domChangeCount++, n.state.selection.from < n.state.selection.to && p.start == p.endB && n.state.selection instanceof
|
|
15835
|
+
n.input.domChangeCount++, n.state.selection.from < n.state.selection.to && p.start == p.endB && n.state.selection instanceof Ke && (p.start > n.state.selection.from && p.start <= n.state.selection.from + 2 && n.state.selection.from >= c.from ? p.start = n.state.selection.from : p.endA < n.state.selection.to && p.endA >= n.state.selection.to - 2 && n.state.selection.to <= c.to && (p.endB += n.state.selection.to - p.endA, p.endA = n.state.selection.to)), Pt && er <= 11 && p.endB == p.start + 1 && p.endA == p.start && p.start > c.from && c.doc.textBetween(p.start - c.from - 1, p.start - c.from + 1) == " " && (p.start--, p.endA--, p.endB--);
|
|
15835
15836
|
let m = c.doc.resolveNoCache(p.start - c.from), g = c.doc.resolveNoCache(p.endB - c.from), E = u.resolve(p.start), S = m.sameParent(g) && m.parent.inlineContent && E.end() >= p.endA, C;
|
|
15836
|
-
if ((ys && n.input.lastIOSEnter > Date.now() - 225 && (!S || s.some((z) => z.nodeName == "DIV" || z.nodeName == "P")) || !S && m.pos < c.doc.content.size && !m.sameParent(g) && (C =
|
|
15837
|
+
if ((ys && n.input.lastIOSEnter > Date.now() - 225 && (!S || s.some((z) => z.nodeName == "DIV" || z.nodeName == "P")) || !S && m.pos < c.doc.content.size && !m.sameParent(g) && (C = je.findFrom(c.doc.resolve(m.pos + 1), 1, !0)) && C.head == g.pos) && n.someProp("handleKeyDown", (z) => z(n, yr(13, "Enter")))) {
|
|
15837
15838
|
n.input.lastIOSEnter = 0;
|
|
15838
15839
|
return;
|
|
15839
15840
|
}
|
|
@@ -16480,7 +16481,7 @@ const lb = (n, e, t) => {
|
|
|
16480
16481
|
if (o && o.slice.size < o.to - o.from) {
|
|
16481
16482
|
if (e) {
|
|
16482
16483
|
let l = n.tr.step(o);
|
|
16483
|
-
l.setSelection(bs(i, "end") ?
|
|
16484
|
+
l.setSelection(bs(i, "end") ? je.findFrom(l.doc.resolve(l.mapping.map(s.pos, -1)), -1) : Ie.create(l.doc, s.pos - i.nodeSize)), e(l.scrollIntoView());
|
|
16484
16485
|
}
|
|
16485
16486
|
return !0;
|
|
16486
16487
|
}
|
|
@@ -16537,7 +16538,7 @@ const db = (n, e, t) => {
|
|
|
16537
16538
|
if (o && o.slice.size < o.to - o.from) {
|
|
16538
16539
|
if (e) {
|
|
16539
16540
|
let l = n.tr.step(o);
|
|
16540
|
-
l.setSelection(bs(i, "start") ?
|
|
16541
|
+
l.setSelection(bs(i, "start") ? je.findFrom(l.doc.resolve(l.mapping.map(s.pos)), 1) : Ie.create(l.doc, l.mapping.map(s.pos))), e(l.scrollIntoView());
|
|
16541
16542
|
}
|
|
16542
16543
|
return !0;
|
|
16543
16544
|
}
|
|
@@ -16613,7 +16614,7 @@ const vb = (n, e) => {
|
|
|
16613
16614
|
return !1;
|
|
16614
16615
|
if (e) {
|
|
16615
16616
|
let l = t.after(), a = n.tr.replaceWith(l, l, o.createAndFill());
|
|
16616
|
-
a.setSelection(
|
|
16617
|
+
a.setSelection(je.near(a.doc.resolve(l), 1)), e(a.scrollIntoView());
|
|
16617
16618
|
}
|
|
16618
16619
|
return !0;
|
|
16619
16620
|
}, yb = (n, e) => {
|
|
@@ -16625,7 +16626,7 @@ const vb = (n, e) => {
|
|
|
16625
16626
|
return !1;
|
|
16626
16627
|
if (e) {
|
|
16627
16628
|
let o = (!r.parentOffset && s.index() < s.parent.childCount ? r : s).pos, l = n.tr.insert(o, i.createAndFill());
|
|
16628
|
-
l.setSelection(
|
|
16629
|
+
l.setSelection(Ke.create(l.doc, o + 1)), e(l.scrollIntoView());
|
|
16629
16630
|
}
|
|
16630
16631
|
return !0;
|
|
16631
16632
|
}, bb = (n, e) => {
|
|
@@ -16665,7 +16666,7 @@ function xp(n, e, t) {
|
|
|
16665
16666
|
}
|
|
16666
16667
|
return !0;
|
|
16667
16668
|
}
|
|
16668
|
-
let a =
|
|
16669
|
+
let a = je.findFrom(e, 1), c = a && a.$from.blockRange(a.$to), u = c && Is(c);
|
|
16669
16670
|
if (u != null && u >= e.depth)
|
|
16670
16671
|
return t && t(n.tr.lift(c, u).scrollIntoView()), !0;
|
|
16671
16672
|
if (l && bs(s, "start", !0) && bs(r, "end")) {
|
|
@@ -16696,7 +16697,7 @@ function Tp(n) {
|
|
|
16696
16697
|
return !1;
|
|
16697
16698
|
i--;
|
|
16698
16699
|
}
|
|
16699
|
-
return s.node(i).isTextblock ? (t && t(e.tr.setSelection(
|
|
16700
|
+
return s.node(i).isTextblock ? (t && t(e.tr.setSelection(Ke.create(e.doc, n < 0 ? s.start(i) : s.end(i)))), !0) : !1;
|
|
16700
16701
|
};
|
|
16701
16702
|
}
|
|
16702
16703
|
const wb = Tp(-1), Cb = Tp(1);
|
|
@@ -17606,7 +17607,7 @@ const Wb = en.create({
|
|
|
17606
17607
|
const { state: s } = t, i = s.doc.slice(n.from, n.to);
|
|
17607
17608
|
r.deleteRange(n.from, n.to);
|
|
17608
17609
|
const o = r.mapping.map(e);
|
|
17609
|
-
return r.insert(o, i.content), r.setSelection(new
|
|
17610
|
+
return r.insert(o, i.content), r.setSelection(new Ke(r.doc.resolve(o - 1))), !0;
|
|
17610
17611
|
}, Qb = () => ({ tr: n, dispatch: e }) => {
|
|
17611
17612
|
const { selection: t } = n, r = t.$anchor.node();
|
|
17612
17613
|
if (r.content.size > 0)
|
|
@@ -17678,7 +17679,7 @@ const i7 = (n, e = {}) => ({ tr: t, state: r, dispatch: s }) => {
|
|
|
17678
17679
|
if (s) {
|
|
17679
17680
|
const d = _c(a, i, e);
|
|
17680
17681
|
if (d && d.from <= c && d.to >= u) {
|
|
17681
|
-
const f =
|
|
17682
|
+
const f = Ke.create(o, d.from, d.to);
|
|
17682
17683
|
t.setSelection(f);
|
|
17683
17684
|
}
|
|
17684
17685
|
}
|
|
@@ -17691,7 +17692,7 @@ const i7 = (n, e = {}) => ({ tr: t, state: r, dispatch: s }) => {
|
|
|
17691
17692
|
return !1;
|
|
17692
17693
|
};
|
|
17693
17694
|
function Ic(n) {
|
|
17694
|
-
return n instanceof
|
|
17695
|
+
return n instanceof Ke;
|
|
17695
17696
|
}
|
|
17696
17697
|
function Ln(n = 0, e = 0, t = 0) {
|
|
17697
17698
|
return Math.min(Math.max(n, e), t);
|
|
@@ -17699,13 +17700,13 @@ function Ln(n = 0, e = 0, t = 0) {
|
|
|
17699
17700
|
function Ip(n, e = null) {
|
|
17700
17701
|
if (!e)
|
|
17701
17702
|
return null;
|
|
17702
|
-
const t =
|
|
17703
|
+
const t = je.atStart(n), r = je.atEnd(n);
|
|
17703
17704
|
if (e === "start" || e === !0)
|
|
17704
17705
|
return t;
|
|
17705
17706
|
if (e === "end")
|
|
17706
17707
|
return r;
|
|
17707
17708
|
const s = t.from, i = r.to;
|
|
17708
|
-
return e === "all" ?
|
|
17709
|
+
return e === "all" ? Ke.create(n, Ln(0, s, i), Ln(n.content.size, s, i)) : Ke.create(n, Ln(e, s, i), Ln(e, s, i));
|
|
17709
17710
|
}
|
|
17710
17711
|
function Dc() {
|
|
17711
17712
|
return [
|
|
@@ -17766,7 +17767,7 @@ function u7(n, e, t) {
|
|
|
17766
17767
|
let o = 0;
|
|
17767
17768
|
i.forEach((l, a, c, u) => {
|
|
17768
17769
|
o === 0 && (o = u);
|
|
17769
|
-
}), n.setSelection(
|
|
17770
|
+
}), n.setSelection(je.near(n.doc.resolve(o), t));
|
|
17770
17771
|
}
|
|
17771
17772
|
const d7 = (n) => n.toString().startsWith("<"), f7 = (n, e, t) => ({ tr: r, dispatch: s, editor: i }) => {
|
|
17772
17773
|
if (s) {
|
|
@@ -18153,7 +18154,7 @@ const Y7 = (n, e = {}) => ({ tr: t, state: r, dispatch: s }) => {
|
|
|
18153
18154
|
return !0;
|
|
18154
18155
|
}, Q7 = (n) => ({ tr: e, dispatch: t }) => {
|
|
18155
18156
|
if (t) {
|
|
18156
|
-
const { doc: r } = e, { from: s, to: i } = typeof n == "number" ? { from: n, to: n } : n, o =
|
|
18157
|
+
const { doc: r } = e, { from: s, to: i } = typeof n == "number" ? { from: n, to: n } : n, o = Ke.atStart(r).from, l = Ke.atEnd(r).to, a = Ln(s, o, l), c = Ln(i, o, l), u = Ke.create(r, a, c);
|
|
18157
18158
|
e.setSelection(u);
|
|
18158
18159
|
}
|
|
18159
18160
|
return !0;
|
|
@@ -18176,7 +18177,7 @@ const e8 = ({ keepMarks: n = !0 } = {}) => ({ tr: e, state: t, dispatch: r, edit
|
|
|
18176
18177
|
return !1;
|
|
18177
18178
|
if (r) {
|
|
18178
18179
|
const d = a.parentOffset === a.parent.content.size;
|
|
18179
|
-
i instanceof
|
|
18180
|
+
i instanceof Ke && e.deleteSelection();
|
|
18180
18181
|
const f = l.depth === 0 ? void 0 : R7(l.node(-1).contentMatchAt(l.indexAfter(-1)));
|
|
18181
18182
|
let h = d && f ? [
|
|
18182
18183
|
{
|
|
@@ -18222,7 +18223,7 @@ const e8 = ({ keepMarks: n = !0 } = {}) => ({ tr: e, state: t, dispatch: r, edit
|
|
|
18222
18223
|
if (x > -1)
|
|
18223
18224
|
return !1;
|
|
18224
18225
|
B.isTextblock && B.content.size === 0 && (x = H + 1);
|
|
18225
|
-
}), x > -1 && e.setSelection(
|
|
18226
|
+
}), x > -1 && e.setSelection(Ke.near(e.doc.resolve(x))), e.scrollIntoView();
|
|
18226
18227
|
}
|
|
18227
18228
|
return !0;
|
|
18228
18229
|
}
|
|
@@ -18459,7 +18460,7 @@ const h8 = en.create({
|
|
|
18459
18460
|
() => o.undoInputRule(),
|
|
18460
18461
|
// maybe convert first text block node to default node
|
|
18461
18462
|
() => o.command(({ tr: l }) => {
|
|
18462
|
-
const { selection: a, doc: c } = l, { empty: u, $anchor: d } = a, { pos: f, parent: h } = d, p = d.parent.isTextblock ? l.doc.resolve(f - 1) : d, m = p.parent.type.spec.isolating, g = d.pos - d.parentOffset, E = m && p.parent.childCount === 1 ? g === d.pos :
|
|
18463
|
+
const { selection: a, doc: c } = l, { empty: u, $anchor: d } = a, { pos: f, parent: h } = d, p = d.parent.isTextblock ? l.doc.resolve(f - 1) : d, m = p.parent.type.spec.isolating, g = d.pos - d.parentOffset, E = m && p.parent.childCount === 1 ? g === d.pos : je.atStart(c).from === f;
|
|
18463
18464
|
return !u || !E || !h.type.isTextblock || h.textContent.length ? !1 : o.clearNodes();
|
|
18464
18465
|
}),
|
|
18465
18466
|
() => o.deleteSelection(),
|
|
@@ -18511,7 +18512,7 @@ const h8 = en.create({
|
|
|
18511
18512
|
appendTransaction: (n, e, t) => {
|
|
18512
18513
|
if (!(n.some((p) => p.docChanged) && !e.doc.eq(t.doc)))
|
|
18513
18514
|
return;
|
|
18514
|
-
const { empty: s, from: i, to: o } = e.selection, l =
|
|
18515
|
+
const { empty: s, from: i, to: o } = e.selection, l = je.atStart(e.doc).from, a = je.atEnd(e.doc).to;
|
|
18515
18516
|
if (s || !(i === l && o === a) || !(t.doc.textBetween(0, t.doc.content.size, " ", " ").length === 0))
|
|
18516
18517
|
return;
|
|
18517
18518
|
const d = t.tr, f = la({
|
|
@@ -21136,7 +21137,7 @@ Pe({
|
|
|
21136
21137
|
}
|
|
21137
21138
|
},
|
|
21138
21139
|
setup(n, { slots: e }) {
|
|
21139
|
-
const t =
|
|
21140
|
+
const t = We(null);
|
|
21140
21141
|
return lr(() => {
|
|
21141
21142
|
const { updateDelay: r, editor: s, pluginKey: i, shouldShow: o, tippyOptions: l } = n;
|
|
21142
21143
|
s.registerPlugin(vm({
|
|
@@ -21204,7 +21205,7 @@ const U4 = Pe({
|
|
|
21204
21205
|
}
|
|
21205
21206
|
},
|
|
21206
21207
|
setup(n) {
|
|
21207
|
-
const e =
|
|
21208
|
+
const e = We(), t = Wf();
|
|
21208
21209
|
return f1(() => {
|
|
21209
21210
|
const r = n.editor;
|
|
21210
21211
|
r && r.options.element && e.value && Kf(() => {
|
|
@@ -21268,7 +21269,7 @@ Pe({
|
|
|
21268
21269
|
}
|
|
21269
21270
|
},
|
|
21270
21271
|
setup(n, { slots: e }) {
|
|
21271
|
-
const t =
|
|
21272
|
+
const t = We(null);
|
|
21272
21273
|
return lr(() => {
|
|
21273
21274
|
const { pluginKey: r, editor: s, tippyOptions: i, shouldShow: o } = n;
|
|
21274
21275
|
s.registerPlugin(ym({
|
|
@@ -22766,7 +22767,7 @@ const gE = An.create({
|
|
|
22766
22767
|
key: i.CorrelationId
|
|
22767
22768
|
}, [
|
|
22768
22769
|
X("div", $E, [
|
|
22769
|
-
r.showDelete ? (j(),
|
|
22770
|
+
r.showDelete ? (j(), ze(ut, {
|
|
22770
22771
|
key: 0,
|
|
22771
22772
|
variant: "remove",
|
|
22772
22773
|
onClick: (o) => t(i),
|
|
@@ -22812,7 +22813,7 @@ const gE = An.create({
|
|
|
22812
22813
|
key: l.CorrelationId
|
|
22813
22814
|
}, [
|
|
22814
22815
|
X("div", HE, [
|
|
22815
|
-
i.showDelete ? (j(),
|
|
22816
|
+
i.showDelete ? (j(), ze(ut, {
|
|
22816
22817
|
key: 0,
|
|
22817
22818
|
variant: "remove",
|
|
22818
22819
|
"aria-label": "verwijder",
|
|
@@ -22943,7 +22944,7 @@ const gE = An.create({
|
|
|
22943
22944
|
};
|
|
22944
22945
|
return (A, x) => (j(), Q(nt, null, [
|
|
22945
22946
|
X("div", {
|
|
22946
|
-
class:
|
|
22947
|
+
class: Ue(["bd-markdown-editor", l.value])
|
|
22947
22948
|
}, [
|
|
22948
22949
|
be(le(U4), { editor: le(o) }, null, 8, ["editor"]),
|
|
22949
22950
|
A.pills ? (j(), Q("div", QE, [
|
|
@@ -22957,14 +22958,14 @@ const gE = An.create({
|
|
|
22957
22958
|
])
|
|
22958
22959
|
])) : Re("", !0),
|
|
22959
22960
|
Je(A.$slots, "default"),
|
|
22960
|
-
g.value ? (j(),
|
|
22961
|
+
g.value ? (j(), ze(tu, {
|
|
22961
22962
|
key: 1,
|
|
22962
22963
|
files: g.value,
|
|
22963
22964
|
"no-download": !0,
|
|
22964
22965
|
"show-delete": !0,
|
|
22965
22966
|
onDelete: S
|
|
22966
22967
|
}, null, 8, ["files"])) : Re("", !0),
|
|
22967
|
-
E.value ? (j(),
|
|
22968
|
+
E.value ? (j(), ze(nu, {
|
|
22968
22969
|
key: 2,
|
|
22969
22970
|
files: E.value,
|
|
22970
22971
|
"no-download": !0,
|
|
@@ -22973,7 +22974,7 @@ const gE = An.create({
|
|
|
22973
22974
|
onShow: C
|
|
22974
22975
|
}, null, 8, ["files"])) : Re("", !0),
|
|
22975
22976
|
X("div", e6, [
|
|
22976
|
-
be(
|
|
22977
|
+
be(ut, {
|
|
22977
22978
|
variant: "light",
|
|
22978
22979
|
type: "button",
|
|
22979
22980
|
onClick: r
|
|
@@ -22984,11 +22985,11 @@ const gE = An.create({
|
|
|
22984
22985
|
_: 1
|
|
22985
22986
|
}),
|
|
22986
22987
|
p.value ? (j(), Q("div", t6)) : Re("", !0),
|
|
22987
|
-
p.value ? (j(),
|
|
22988
|
+
p.value ? (j(), ze(ut, {
|
|
22988
22989
|
key: 1,
|
|
22989
22990
|
variant: "light",
|
|
22990
22991
|
type: "button",
|
|
22991
|
-
class:
|
|
22992
|
+
class: Ue(a.value),
|
|
22992
22993
|
onClick: x[0] || (x[0] = (B) => le(o).chain().focus().toggleBold().run())
|
|
22993
22994
|
}, {
|
|
22994
22995
|
default: Le(() => [
|
|
@@ -22996,11 +22997,11 @@ const gE = An.create({
|
|
|
22996
22997
|
]),
|
|
22997
22998
|
_: 1
|
|
22998
22999
|
}, 8, ["class"])) : Re("", !0),
|
|
22999
|
-
p.value ? (j(),
|
|
23000
|
+
p.value ? (j(), ze(ut, {
|
|
23000
23001
|
key: 2,
|
|
23001
23002
|
variant: "light",
|
|
23002
23003
|
type: "button",
|
|
23003
|
-
class:
|
|
23004
|
+
class: Ue(c.value),
|
|
23004
23005
|
onClick: x[1] || (x[1] = (B) => le(o).chain().focus().toggleItalic().run())
|
|
23005
23006
|
}, {
|
|
23006
23007
|
default: Le(() => [
|
|
@@ -23008,11 +23009,11 @@ const gE = An.create({
|
|
|
23008
23009
|
]),
|
|
23009
23010
|
_: 1
|
|
23010
23011
|
}, 8, ["class"])) : Re("", !0),
|
|
23011
|
-
p.value ? (j(),
|
|
23012
|
+
p.value ? (j(), ze(ut, {
|
|
23012
23013
|
key: 3,
|
|
23013
23014
|
variant: "light",
|
|
23014
23015
|
type: "button",
|
|
23015
|
-
class:
|
|
23016
|
+
class: Ue(u.value),
|
|
23016
23017
|
onClick: x[2] || (x[2] = (B) => le(o).chain().focus().toggleUnderline().run())
|
|
23017
23018
|
}, {
|
|
23018
23019
|
default: Le(() => [
|
|
@@ -23020,11 +23021,11 @@ const gE = An.create({
|
|
|
23020
23021
|
]),
|
|
23021
23022
|
_: 1
|
|
23022
23023
|
}, 8, ["class"])) : Re("", !0),
|
|
23023
|
-
p.value ? (j(),
|
|
23024
|
+
p.value ? (j(), ze(ut, {
|
|
23024
23025
|
key: 4,
|
|
23025
23026
|
variant: "light",
|
|
23026
23027
|
type: "button",
|
|
23027
|
-
class:
|
|
23028
|
+
class: Ue(d.value),
|
|
23028
23029
|
onClick: x[3] || (x[3] = (B) => le(o).chain().focus().toggleBulletList().run())
|
|
23029
23030
|
}, {
|
|
23030
23031
|
default: Le(() => [
|
|
@@ -23032,11 +23033,11 @@ const gE = An.create({
|
|
|
23032
23033
|
]),
|
|
23033
23034
|
_: 1
|
|
23034
23035
|
}, 8, ["class"])) : Re("", !0),
|
|
23035
|
-
p.value ? (j(),
|
|
23036
|
+
p.value ? (j(), ze(ut, {
|
|
23036
23037
|
key: 5,
|
|
23037
23038
|
variant: "light",
|
|
23038
23039
|
type: "button",
|
|
23039
|
-
class:
|
|
23040
|
+
class: Ue(f.value),
|
|
23040
23041
|
onClick: x[4] || (x[4] = (B) => le(o).chain().focus().toggleOrderedList().run())
|
|
23041
23042
|
}, {
|
|
23042
23043
|
default: Le(() => [
|
|
@@ -23044,11 +23045,11 @@ const gE = An.create({
|
|
|
23044
23045
|
]),
|
|
23045
23046
|
_: 1
|
|
23046
23047
|
}, 8, ["class"])) : Re("", !0),
|
|
23047
|
-
p.value ? (j(),
|
|
23048
|
+
p.value ? (j(), ze(ut, {
|
|
23048
23049
|
key: 6,
|
|
23049
23050
|
variant: "light",
|
|
23050
23051
|
type: "button",
|
|
23051
|
-
class:
|
|
23052
|
+
class: Ue(h.value),
|
|
23052
23053
|
onClick: v
|
|
23053
23054
|
}, {
|
|
23054
23055
|
default: Le(() => [
|
|
@@ -23077,7 +23078,7 @@ const gE = An.create({
|
|
|
23077
23078
|
inactive: t.active === !1
|
|
23078
23079
|
})), s = () => e("hide"), i = () => e("signout");
|
|
23079
23080
|
return (o, l) => (j(), Q("div", {
|
|
23080
|
-
class:
|
|
23081
|
+
class: Ue(["bd-mobile-menu", r.value])
|
|
23081
23082
|
}, [
|
|
23082
23083
|
X("div", r6, [
|
|
23083
23084
|
s6,
|
|
@@ -23116,7 +23117,7 @@ const gE = An.create({
|
|
|
23116
23117
|
return typeof e.details == "string" ? e.details : (r = e.details) == null ? void 0 : r.join(" • ");
|
|
23117
23118
|
});
|
|
23118
23119
|
return (r, s) => (j(), Q("div", u6, [
|
|
23119
|
-
e.hideImage ? Re("", !0) : (j(),
|
|
23120
|
+
e.hideImage ? Re("", !0) : (j(), ze(ta, ln({ key: 0 }, e.img, { size: "sm" }), null, 16)),
|
|
23120
23121
|
X("div", d6, [
|
|
23121
23122
|
X("header", null, [
|
|
23122
23123
|
X("h5", f6, De(e.name), 1),
|
|
@@ -23142,13 +23143,13 @@ const gE = An.create({
|
|
|
23142
23143
|
},
|
|
23143
23144
|
emits: ["show-attachment", "action"],
|
|
23144
23145
|
setup(n, { emit: e }) {
|
|
23145
|
-
const t = n, r = we(() => t.isSender ? "sender" :
|
|
23146
|
+
const t = n, r = we(() => t.isSender ? "sender" : Ye), s = we(() => Ko(t.files, !1)), i = we(() => Ko(t.files, !0)), o = () => {
|
|
23146
23147
|
e("action", "copy-message");
|
|
23147
23148
|
}, l = (a) => {
|
|
23148
23149
|
e("show-attachment", a);
|
|
23149
23150
|
};
|
|
23150
23151
|
return (a, c) => (j(), Q("div", {
|
|
23151
|
-
class:
|
|
23152
|
+
class: Ue(["bd-chat-cloud", r.value])
|
|
23152
23153
|
}, [
|
|
23153
23154
|
be(ta, {
|
|
23154
23155
|
src: t.src,
|
|
@@ -23160,7 +23161,7 @@ const gE = An.create({
|
|
|
23160
23161
|
Je(a.$slots, "header", {}, () => [
|
|
23161
23162
|
it(De(a.headerTitle), 1)
|
|
23162
23163
|
]),
|
|
23163
|
-
be(
|
|
23164
|
+
be(ut, {
|
|
23164
23165
|
variant: "outline-primary-dark",
|
|
23165
23166
|
size: "sm",
|
|
23166
23167
|
onClick: o
|
|
@@ -23191,11 +23192,11 @@ const gE = An.create({
|
|
|
23191
23192
|
]))), 128))
|
|
23192
23193
|
])
|
|
23193
23194
|
])) : Re("", !0),
|
|
23194
|
-
s.value && s.value.length > 0 ? (j(),
|
|
23195
|
+
s.value && s.value.length > 0 ? (j(), ze(tu, {
|
|
23195
23196
|
key: 1,
|
|
23196
23197
|
files: s.value
|
|
23197
23198
|
}, null, 8, ["files"])) : Re("", !0),
|
|
23198
|
-
i.value && i.value.length > 0 ? (j(),
|
|
23199
|
+
i.value && i.value.length > 0 ? (j(), ze(nu, {
|
|
23199
23200
|
key: 2,
|
|
23200
23201
|
"fast-download": !0,
|
|
23201
23202
|
files: i.value,
|
|
@@ -23211,7 +23212,7 @@ const gE = An.create({
|
|
|
23211
23212
|
props: ["active", "label", "sortDesc"],
|
|
23212
23213
|
emits: ["sortAsc", "sortDesc"],
|
|
23213
23214
|
setup(n, { emit: e }) {
|
|
23214
|
-
const t = n, r =
|
|
23215
|
+
const t = n, r = We(t.sortDesc), s = () => {
|
|
23215
23216
|
t.active && (r.value = !r.value);
|
|
23216
23217
|
}, i = () => {
|
|
23217
23218
|
if (!t.active)
|
|
@@ -23225,13 +23226,13 @@ const gE = An.create({
|
|
|
23225
23226
|
return Cn(() => t.active, (l, a) => {
|
|
23226
23227
|
l && !a && (r.value = !1, e("sortAsc"));
|
|
23227
23228
|
}), i(), (l, a) => (j(), Q("th", {
|
|
23228
|
-
class:
|
|
23229
|
+
class: Ue(o.value),
|
|
23229
23230
|
onClick: a[0] || (a[0] = (c) => {
|
|
23230
23231
|
s(), i();
|
|
23231
23232
|
})
|
|
23232
23233
|
}, [
|
|
23233
23234
|
X("span", null, De(t.label), 1),
|
|
23234
|
-
t.active && !r.value ? (j(),
|
|
23235
|
+
t.active && !r.value ? (j(), ze(le(th), { key: 0 })) : t.active && r.value ? (j(), ze(le(nh), { key: 1 })) : (j(), ze(le(rh), { key: 2 }))
|
|
23235
23236
|
], 2));
|
|
23236
23237
|
}
|
|
23237
23238
|
}), x6 = { class: "bd-table" }, T6 = {
|
|
@@ -23245,7 +23246,7 @@ const gE = An.create({
|
|
|
23245
23246
|
props: ["fields", "items", "sortBy", "sortDesc", "tbodyTrClass", "emptyText"],
|
|
23246
23247
|
emits: ["row-click", "sort-changed"],
|
|
23247
23248
|
setup(n, { expose: e, emit: t }) {
|
|
23248
|
-
const r = n, s =
|
|
23249
|
+
const r = n, s = We(r.items), i = We(r.sortBy), o = (d) => i.value = d, l = (d, f, h) => {
|
|
23249
23250
|
const p = f[d], m = h[d];
|
|
23250
23251
|
if (p == null)
|
|
23251
23252
|
return 1;
|
|
@@ -23276,7 +23277,7 @@ const gE = An.create({
|
|
|
23276
23277
|
X("tr", null, [
|
|
23277
23278
|
(j(!0), Q(nt, null, St(r.fields, (h) => (j(), Q(nt, null, [
|
|
23278
23279
|
h.isVisible ? (j(), Q(nt, { key: 0 }, [
|
|
23279
|
-
h.sortable ? (j(),
|
|
23280
|
+
h.sortable ? (j(), ze(C6, {
|
|
23280
23281
|
key: 0,
|
|
23281
23282
|
label: h.label,
|
|
23282
23283
|
active: h.key == i.value,
|
|
@@ -23291,7 +23292,7 @@ const gE = An.create({
|
|
|
23291
23292
|
]),
|
|
23292
23293
|
X("tbody", null, [
|
|
23293
23294
|
(j(!0), Q(nt, null, St(s.value, (h) => (j(), Q("tr", {
|
|
23294
|
-
class:
|
|
23295
|
+
class: Ue(r.tbodyTrClass && r.tbodyTrClass(h)),
|
|
23295
23296
|
onClick: (p) => t("row-click", h)
|
|
23296
23297
|
}, [
|
|
23297
23298
|
(j(!0), Q(nt, null, St(n.fields, (p) => (j(), Q(nt, null, [
|
|
@@ -25654,11 +25655,11 @@ function au(n = void 0) {
|
|
|
25654
25655
|
}
|
|
25655
25656
|
const Kx = (n) => Array.isArray(n) && n.length > 0, { showDangerToast: Gx } = au();
|
|
25656
25657
|
function qm(n) {
|
|
25657
|
-
const e =
|
|
25658
|
+
const e = We(null), t = (a, c = "serverErrors") => {
|
|
25658
25659
|
var d;
|
|
25659
25660
|
let u = [];
|
|
25660
25661
|
if (Array.isArray((d = a == null ? void 0 : a.response) == null ? void 0 : d.data) ? u = a.response.data.filter(
|
|
25661
|
-
(f) => Ai(f.ErrorMessage) && f.ErrorMessage !==
|
|
25662
|
+
(f) => Ai(f.ErrorMessage) && f.ErrorMessage !== Ye
|
|
25662
25663
|
) : a.response.data.ErrorMessage ? u = [a.response.data.ErrorMessage] : u = null, Ai(c))
|
|
25663
25664
|
e.value = u;
|
|
25664
25665
|
else if (Array.isArray(c)) {
|
|
@@ -25675,11 +25676,11 @@ function qm(n) {
|
|
|
25675
25676
|
const d = n.error[u];
|
|
25676
25677
|
d && Gx(d);
|
|
25677
25678
|
}
|
|
25678
|
-
}, s =
|
|
25679
|
+
}, s = We(null), i = We(""), o = (a) => {
|
|
25679
25680
|
Kx(a.value) ? s.value = a.value.map((c) => Ai(c) ? c : c.ErrorMessage) : Ai(a.value) && (i.value = a.value);
|
|
25680
25681
|
};
|
|
25681
25682
|
function l() {
|
|
25682
|
-
e.value = null, s.value = null, i.value =
|
|
25683
|
+
e.value = null, s.value = null, i.value = Ye;
|
|
25683
25684
|
}
|
|
25684
25685
|
return {
|
|
25685
25686
|
serverErrors: e,
|
|
@@ -25717,22 +25718,22 @@ const Yx = () => ({ ResetValidation: (t) => {
|
|
|
25717
25718
|
},
|
|
25718
25719
|
setup(n) {
|
|
25719
25720
|
const e = n, { showDangerToast: t, showSuccessToast: r } = au(), { errorMessages: s, errorMessageText: i, MapServerErrors: o, ResetServerErrors: l } = qm(null), { ValidationObjectIsValid: a } = Yx();
|
|
25720
|
-
let c =
|
|
25721
|
-
password:
|
|
25722
|
-
passwordNew:
|
|
25723
|
-
passwordRepeat:
|
|
25724
|
-
}), u =
|
|
25721
|
+
let c = We({
|
|
25722
|
+
password: Ye,
|
|
25723
|
+
passwordNew: Ye,
|
|
25724
|
+
passwordRepeat: Ye
|
|
25725
|
+
}), u = We({
|
|
25725
25726
|
password: {
|
|
25726
25727
|
state: null,
|
|
25727
|
-
errorLabel:
|
|
25728
|
+
errorLabel: Ye
|
|
25728
25729
|
},
|
|
25729
25730
|
passwordNew: {
|
|
25730
25731
|
state: null,
|
|
25731
|
-
errorLabel:
|
|
25732
|
+
errorLabel: Ye
|
|
25732
25733
|
},
|
|
25733
25734
|
passwordRepeat: {
|
|
25734
25735
|
state: null,
|
|
25735
|
-
errorLabel:
|
|
25736
|
+
errorLabel: Ye
|
|
25736
25737
|
}
|
|
25737
25738
|
});
|
|
25738
25739
|
const d = () => {
|
|
@@ -25750,11 +25751,11 @@ const Yx = () => ({ ResetValidation: (t) => {
|
|
|
25750
25751
|
u.value.passwordNew.state = !1, u.value.passwordNew.errorLabel = e.minimalRequirementsText;
|
|
25751
25752
|
else {
|
|
25752
25753
|
const m = c.value.passwordRepeat === c.value.passwordNew, g = m ? e.requiredText : e.incompatibleText;
|
|
25753
|
-
u.value.passwordNew.state = c.value.passwordNew !==
|
|
25754
|
+
u.value.passwordNew.state = c.value.passwordNew !== Ye && m ? null : !1, u.value.passwordNew.errorLabel = g, u.value.passwordRepeat.state = c.value.passwordRepeat !== Ye && m ? null : !1, u.value.passwordRepeat.errorLabel = g;
|
|
25754
25755
|
}
|
|
25755
|
-
return u.value.password.state = c.value.password !==
|
|
25756
|
+
return u.value.password.state = c.value.password !== Ye ? null : !1, u.value.password.errorLabel = u.value.password.state ? Ye : e.requiredText, a(u.value);
|
|
25756
25757
|
}, h = () => {
|
|
25757
|
-
c.value.password =
|
|
25758
|
+
c.value.password = Ye, c.value.passwordNew = Ye, c.value.passwordRepeat = Ye, u.value.password.state = null, u.value.passwordNew.state = null, u.value.passwordRepeat.state = null, l();
|
|
25758
25759
|
};
|
|
25759
25760
|
return (p, m) => (j(), Q("main", Jx, [
|
|
25760
25761
|
be(yl, { class: "container-xl" }, {
|
|
@@ -25805,7 +25806,7 @@ const Yx = () => ({ ResetValidation: (t) => {
|
|
|
25805
25806
|
]),
|
|
25806
25807
|
_: 1
|
|
25807
25808
|
}),
|
|
25808
|
-
le(s) || le(i) ? (j(),
|
|
25809
|
+
le(s) || le(i) ? (j(), ze(Yr, { key: 0 }, {
|
|
25809
25810
|
default: Le(() => [
|
|
25810
25811
|
be(Gr, null, {
|
|
25811
25812
|
default: Le(() => [
|
|
@@ -25872,13 +25873,13 @@ const Yx = () => ({ ResetValidation: (t) => {
|
|
|
25872
25873
|
}, null, 8, ["modelValue", "label", "state", "invalid-feedback-text"])
|
|
25873
25874
|
]),
|
|
25874
25875
|
X("div", rT, [
|
|
25875
|
-
be(
|
|
25876
|
+
be(ut, { type: "submit" }, {
|
|
25876
25877
|
default: Le(() => [
|
|
25877
25878
|
it(De(p.submitButtonText), 1)
|
|
25878
25879
|
]),
|
|
25879
25880
|
_: 1
|
|
25880
25881
|
}),
|
|
25881
|
-
be(
|
|
25882
|
+
be(ut, {
|
|
25882
25883
|
type: "reset",
|
|
25883
25884
|
variant: "link"
|
|
25884
25885
|
}, {
|
|
@@ -25942,7 +25943,7 @@ const Yx = () => ({ ResetValidation: (t) => {
|
|
|
25942
25943
|
"dropdown-menu-action": e.actionToggle
|
|
25943
25944
|
})), o = we(() => ({
|
|
25944
25945
|
"aria-labelledby": r
|
|
25945
|
-
})), l =
|
|
25946
|
+
})), l = We(), a = We(), c = () => {
|
|
25946
25947
|
l.value.classList.remove("show"), a.value.classList.remove("show"), a.value.removeAttribute("aria-expanded");
|
|
25947
25948
|
};
|
|
25948
25949
|
return (u, d) => (j(), Q("div", {
|
|
@@ -25950,7 +25951,7 @@ const Yx = () => ({ ResetValidation: (t) => {
|
|
|
25950
25951
|
onClick: d[0] || (d[0] = hs(() => {
|
|
25951
25952
|
}, ["stop"]))
|
|
25952
25953
|
}, [
|
|
25953
|
-
(j(),
|
|
25954
|
+
(j(), ze(Zo(e.toggleTag), ln({
|
|
25954
25955
|
ref_key: "dropdownToggle",
|
|
25955
25956
|
ref: a,
|
|
25956
25957
|
class: "dropdown-toggle",
|
|
@@ -25975,7 +25976,7 @@ const Yx = () => ({ ResetValidation: (t) => {
|
|
|
25975
25976
|
}), iT = { class: "row bd-header" }, oT = { class: "col logo-mix" }, aT = ["src", "alt"], lT = /* @__PURE__ */ X("div", null, "Menu", -1), cT = {
|
|
25976
25977
|
key: 0,
|
|
25977
25978
|
class: "col header-options"
|
|
25978
|
-
}, uT = { class: "col bd-btn-settings" }, dT =
|
|
25979
|
+
}, uT = { class: "col bd-btn-settings" }, dT = /* @__PURE__ */ Pe({
|
|
25979
25980
|
__name: "BDHeader",
|
|
25980
25981
|
props: {
|
|
25981
25982
|
dropdownMenuTitle: {},
|
|
@@ -25991,7 +25992,7 @@ const Yx = () => ({ ResetValidation: (t) => {
|
|
|
25991
25992
|
const t = n, r = we(() => {
|
|
25992
25993
|
let c = [];
|
|
25993
25994
|
return t.headerOptions && (c = c.concat(t.headerOptions)), t.dropdownOptions && (c = c.concat(t.dropdownOptions)), c;
|
|
25994
|
-
}), s =
|
|
25995
|
+
}), s = We(void 0), i = () => e("click"), o = () => e("signout"), l = () => s.value = !0, a = () => s.value = !1;
|
|
25995
25996
|
return (c, u) => (j(), Q(nt, null, [
|
|
25996
25997
|
X("nav", iT, [
|
|
25997
25998
|
X("div", oT, [
|
|
@@ -26015,7 +26016,7 @@ const Yx = () => ({ ResetValidation: (t) => {
|
|
|
26015
26016
|
be(El)
|
|
26016
26017
|
]),
|
|
26017
26018
|
t.headerOptions && t.headerOptions.length !== 0 ? (j(), Q("div", cT, [
|
|
26018
|
-
(j(!0), Q(nt, null, St(t.headerOptions, (d) => (j(),
|
|
26019
|
+
(j(!0), Q(nt, null, St(t.headerOptions, (d) => (j(), ze(ut, {
|
|
26019
26020
|
class: "btn-header",
|
|
26020
26021
|
to: d.to
|
|
26021
26022
|
}, {
|
|
@@ -26027,11 +26028,11 @@ const Yx = () => ({ ResetValidation: (t) => {
|
|
|
26027
26028
|
])) : Re("", !0),
|
|
26028
26029
|
X("div", uT, [
|
|
26029
26030
|
Je(c.$slots, "profile-side"),
|
|
26030
|
-
t.profileImageSrc ? (j(),
|
|
26031
|
+
t.profileImageSrc ? (j(), ze(ta, {
|
|
26031
26032
|
key: 0,
|
|
26032
26033
|
src: t.profileImageSrc,
|
|
26033
26034
|
alt: t.profileImageAlt,
|
|
26034
|
-
size:
|
|
26035
|
+
size: "sm"
|
|
26035
26036
|
}, null, 8, ["src", "alt"])) : Re("", !0),
|
|
26036
26037
|
be(e1, {
|
|
26037
26038
|
text: t.dropdownMenuTitle,
|
|
@@ -26040,7 +26041,7 @@ const Yx = () => ({ ResetValidation: (t) => {
|
|
|
26040
26041
|
right: !0
|
|
26041
26042
|
}, {
|
|
26042
26043
|
default: Le(() => [
|
|
26043
|
-
(j(!0), Q(nt, null, St(t.dropdownOptions, (d, f) => (j(),
|
|
26044
|
+
(j(!0), Q(nt, null, St(t.dropdownOptions, (d, f) => (j(), ze(Cl, ln({ key: f }, d), null, 16))), 128)),
|
|
26044
26045
|
be(Cl, {
|
|
26045
26046
|
text: "Uitloggen",
|
|
26046
26047
|
onClick: o
|
|
@@ -26063,10 +26064,10 @@ const Yx = () => ({ ResetValidation: (t) => {
|
|
|
26063
26064
|
}, 8, ["active", "options"])
|
|
26064
26065
|
], 64));
|
|
26065
26066
|
}
|
|
26066
|
-
}),
|
|
26067
|
+
}), fT = { class: "modal-dialog" }, hT = { class: "modal-content" }, pT = { class: "modal-header" }, mT = { class: "modal-title" }, gT = ["src"], vT = /* @__PURE__ */ X("span", null, "Sluiten", -1), yT = { class: "modal-body" }, bT = {
|
|
26067
26068
|
key: 0,
|
|
26068
26069
|
class: "modal-footer"
|
|
26069
|
-
},
|
|
26070
|
+
}, ET = ["disabled"], Ca = /* @__PURE__ */ Pe({
|
|
26070
26071
|
__name: "BDModal",
|
|
26071
26072
|
props: {
|
|
26072
26073
|
title: { default: "" },
|
|
@@ -26084,19 +26085,19 @@ const Yx = () => ({ ResetValidation: (t) => {
|
|
|
26084
26085
|
setup(n, { emit: e }) {
|
|
26085
26086
|
const t = n, r = we(() => `modal bd-modal modal-${t.size}`), s = () => e("submit"), i = () => e("cancel");
|
|
26086
26087
|
return (o, l) => (j(), Q("div", {
|
|
26087
|
-
class:
|
|
26088
|
+
class: Ue(r.value),
|
|
26088
26089
|
tabindex: "-1"
|
|
26089
26090
|
}, [
|
|
26090
|
-
X("div",
|
|
26091
|
-
X("div",
|
|
26092
|
-
X("div",
|
|
26093
|
-
X("h2",
|
|
26091
|
+
X("div", fT, [
|
|
26092
|
+
X("div", hT, [
|
|
26093
|
+
X("div", pT, [
|
|
26094
|
+
X("h2", mT, [
|
|
26094
26095
|
t.titleImage ? (j(), Q("img", {
|
|
26095
26096
|
key: 0,
|
|
26096
26097
|
src: t.titleImage,
|
|
26097
26098
|
class: "title-image",
|
|
26098
26099
|
alt: ""
|
|
26099
|
-
}, null, 8,
|
|
26100
|
+
}, null, 8, gT)) : Re("", !0),
|
|
26100
26101
|
X("span", null, De(t.title), 1)
|
|
26101
26102
|
]),
|
|
26102
26103
|
Je(o.$slots, "modal-header-space-between"),
|
|
@@ -26108,20 +26109,20 @@ const Yx = () => ({ ResetValidation: (t) => {
|
|
|
26108
26109
|
"aria-label": "Sluiten",
|
|
26109
26110
|
onClick: i
|
|
26110
26111
|
}, [
|
|
26111
|
-
|
|
26112
|
+
vT,
|
|
26112
26113
|
be(le(lc))
|
|
26113
26114
|
]))
|
|
26114
26115
|
]),
|
|
26115
|
-
X("div",
|
|
26116
|
+
X("div", yT, [
|
|
26116
26117
|
Je(o.$slots, "default")
|
|
26117
26118
|
]),
|
|
26118
|
-
o.hideFooter ? Re("", !0) : (j(), Q("div",
|
|
26119
|
+
o.hideFooter ? Re("", !0) : (j(), Q("div", bT, [
|
|
26119
26120
|
t.hideFooterSubmitButton ? Re("", !0) : (j(), Q("button", {
|
|
26120
26121
|
key: 0,
|
|
26121
26122
|
class: "btn btn-primary",
|
|
26122
26123
|
disabled: t.disableSubmitButton,
|
|
26123
26124
|
onClick: s
|
|
26124
|
-
}, De(t.submitButtonTitle), 9,
|
|
26125
|
+
}, De(t.submitButtonTitle), 9, ET)),
|
|
26125
26126
|
Je(o.$slots, "buttons"),
|
|
26126
26127
|
t.hideFooterCancelButton ? Re("", !0) : (j(), Q("button", {
|
|
26127
26128
|
key: 1,
|
|
@@ -26137,7 +26138,7 @@ const Yx = () => ({ ResetValidation: (t) => {
|
|
|
26137
26138
|
], 2));
|
|
26138
26139
|
}
|
|
26139
26140
|
}), lu = (n) => {
|
|
26140
|
-
const e =
|
|
26141
|
+
const e = We(null);
|
|
26141
26142
|
return { showModal: () => {
|
|
26142
26143
|
const s = document.getElementById(n);
|
|
26143
26144
|
s instanceof HTMLElement ? (e.value = or.getOrCreateInstance(s), e.value.show()) : console.error(`Modal '${n}' niet gevonden.`);
|
|
@@ -26153,8 +26154,8 @@ const Yx = () => ({ ResetValidation: (t) => {
|
|
|
26153
26154
|
}
|
|
26154
26155
|
} };
|
|
26155
26156
|
};
|
|
26156
|
-
function
|
|
26157
|
-
const n =
|
|
26157
|
+
function ST() {
|
|
26158
|
+
const n = We(0), e = We(!0), t = We(null), r = We({ top: 0, left: 0, x: 0, y: 0 }), s = we(() => n.value > 0 ? `zoom-${n.value}` : "");
|
|
26158
26159
|
return {
|
|
26159
26160
|
zoom: n,
|
|
26160
26161
|
mouseDown: e,
|
|
@@ -26180,25 +26181,25 @@ function wT() {
|
|
|
26180
26181
|
}
|
|
26181
26182
|
};
|
|
26182
26183
|
}
|
|
26183
|
-
const
|
|
26184
|
+
const wT = ["src", "alt"], CT = {
|
|
26184
26185
|
key: 0,
|
|
26185
26186
|
class: "show-spinner"
|
|
26186
|
-
},
|
|
26187
|
+
}, xT = {
|
|
26187
26188
|
class: "spinner-border text-primary",
|
|
26188
26189
|
role: "status"
|
|
26189
|
-
},
|
|
26190
|
+
}, TT = { class: "visually-hidden" }, AT = ["href"], kT = /* @__PURE__ */ Pe({
|
|
26190
26191
|
__name: "BDImageAttachmentModal",
|
|
26191
26192
|
props: ["loadingText", "downloadText"],
|
|
26192
26193
|
setup(n, { expose: e }) {
|
|
26193
|
-
const t = n, { showModal: r } = lu("image-attachment-modal"), { zoom: s, imageHolderRef: i, SetZoom: o, OnMouseDown: l, OnMouseMove: a, OnMouseUp: c } =
|
|
26194
|
+
const t = n, { showModal: r } = lu("image-attachment-modal"), { zoom: s, imageHolderRef: i, SetZoom: o, OnMouseDown: l, OnMouseMove: a, OnMouseUp: c } = ST(), u = We(!0), d = We({
|
|
26194
26195
|
BerichtId: 0,
|
|
26195
26196
|
Id: void 0,
|
|
26196
26197
|
MimeType: null,
|
|
26197
|
-
Naam:
|
|
26198
|
-
altName:
|
|
26199
|
-
downloadUrl:
|
|
26200
|
-
fullImageUrl:
|
|
26201
|
-
previewUrl:
|
|
26198
|
+
Naam: Ye,
|
|
26199
|
+
altName: Ye,
|
|
26200
|
+
downloadUrl: Ye,
|
|
26201
|
+
fullImageUrl: Ye,
|
|
26202
|
+
previewUrl: Ye
|
|
26202
26203
|
});
|
|
26203
26204
|
e({ Show: (m) => {
|
|
26204
26205
|
d.value = m, s.value = 0, r();
|
|
@@ -26210,16 +26211,16 @@ const CT = ["src", "alt"], xT = {
|
|
|
26210
26211
|
BerichtId: 0,
|
|
26211
26212
|
Id: void 0,
|
|
26212
26213
|
MimeType: null,
|
|
26213
|
-
Naam:
|
|
26214
|
-
altName:
|
|
26215
|
-
downloadUrl:
|
|
26216
|
-
fullImageUrl:
|
|
26217
|
-
previewUrl:
|
|
26214
|
+
Naam: Ye,
|
|
26215
|
+
altName: Ye,
|
|
26216
|
+
downloadUrl: Ye,
|
|
26217
|
+
fullImageUrl: Ye,
|
|
26218
|
+
previewUrl: Ye
|
|
26218
26219
|
};
|
|
26219
26220
|
};
|
|
26220
|
-
return (m, g) => (j(),
|
|
26221
|
+
return (m, g) => (j(), ze(Ca, {
|
|
26221
26222
|
id: "image-attachment-modal",
|
|
26222
|
-
class:
|
|
26223
|
+
class: Ue(le(Ye)),
|
|
26223
26224
|
title: d.value.Naam,
|
|
26224
26225
|
hideFooterCancelButton: !0,
|
|
26225
26226
|
showHeaderButton: !0,
|
|
@@ -26241,14 +26242,14 @@ const CT = ["src", "alt"], xT = {
|
|
|
26241
26242
|
key: 0,
|
|
26242
26243
|
src: d.value.downloadUrl,
|
|
26243
26244
|
alt: d.value.Naam,
|
|
26244
|
-
class:
|
|
26245
|
+
class: Ue(["image-preview-modal", le(o)]),
|
|
26245
26246
|
onLoad: h,
|
|
26246
26247
|
draggable: !1
|
|
26247
|
-
}, null, 42,
|
|
26248
|
+
}, null, 42, wT)) : Re("", !0)
|
|
26248
26249
|
], 544),
|
|
26249
|
-
u.value ? (j(), Q("div",
|
|
26250
|
-
X("div",
|
|
26251
|
-
X("span",
|
|
26250
|
+
u.value ? (j(), Q("div", CT, [
|
|
26251
|
+
X("div", xT, [
|
|
26252
|
+
X("span", TT, De(t.loadingText), 1)
|
|
26252
26253
|
])
|
|
26253
26254
|
])) : Re("", !0),
|
|
26254
26255
|
be(ah, {
|
|
@@ -26260,7 +26261,7 @@ const CT = ["src", "alt"], xT = {
|
|
|
26260
26261
|
X("a", {
|
|
26261
26262
|
href: d.value.downloadUrl
|
|
26262
26263
|
}, [
|
|
26263
|
-
be(
|
|
26264
|
+
be(ut, {
|
|
26264
26265
|
variant: "primary",
|
|
26265
26266
|
class: "download-image"
|
|
26266
26267
|
}, {
|
|
@@ -26269,19 +26270,19 @@ const CT = ["src", "alt"], xT = {
|
|
|
26269
26270
|
]),
|
|
26270
26271
|
_: 1
|
|
26271
26272
|
})
|
|
26272
|
-
], 8,
|
|
26273
|
+
], 8, AT)
|
|
26273
26274
|
]),
|
|
26274
26275
|
_: 1
|
|
26275
26276
|
}, 8, ["class", "title"]));
|
|
26276
26277
|
}
|
|
26277
|
-
}),
|
|
26278
|
+
}), OT = { key: 0 }, MT = { key: 1 }, _T = { class: "bd-form-field" }, IT = { class: "bd-form-field" }, DT = /* @__PURE__ */ Pe({
|
|
26278
26279
|
__name: "BDPhoneNumberEditModal",
|
|
26279
26280
|
props: ["modalTitle", "submitButtonTitle", "phoneNumberLabel", "phoneNumberUnchangedText", "confirmationCodeLabel", "confirmationCodeRequiredText", "confirmationCodeSentText", "editSuccessText", "editCanceledText", "sendConfirmationCodeText", "startPhoneNumberUpdate", "confirmPhoneNumberUpdate"],
|
|
26280
26281
|
emits: ["startPhoneNumberUpdate", "confirmPhoneNumberUpdate", "setPhoneNumber"],
|
|
26281
26282
|
setup(n, { expose: e, emit: t }) {
|
|
26282
26283
|
const r = n, { showSuccessToast: s, showWarningToast: i } = au(), { serverErrors: o, errorMessages: l, errorMessageText: a, MapServerErrors: c, ResetServerErrors: u } = qm(null), { closeModal: d } = lu("phone-number-edit-modal");
|
|
26283
|
-
let f =
|
|
26284
|
-
const h =
|
|
26284
|
+
let f = Ye;
|
|
26285
|
+
const h = We(), p = We(null), m = We(), g = We(), E = We(null), S = we(() => g.value == null || g.value == ""), C = () => {
|
|
26285
26286
|
if (p.value = null, u(), !h.value || h.value == f) {
|
|
26286
26287
|
p.value = !1;
|
|
26287
26288
|
return;
|
|
@@ -26309,9 +26310,9 @@ const CT = ["src", "alt"], xT = {
|
|
|
26309
26310
|
}, H = () => {
|
|
26310
26311
|
B(f), u(), i(r.editCanceledText);
|
|
26311
26312
|
};
|
|
26312
|
-
return e({ Reset: B }), (z, R) => (j(),
|
|
26313
|
+
return e({ Reset: B }), (z, R) => (j(), ze(Ca, {
|
|
26313
26314
|
id: "phone-number-edit-modal",
|
|
26314
|
-
class:
|
|
26315
|
+
class: Ue(le(Ye)),
|
|
26315
26316
|
title: r.modalTitle,
|
|
26316
26317
|
submitButtonTitle: r.submitButtonTitle,
|
|
26317
26318
|
hideFooterCancelButton: !1,
|
|
@@ -26323,23 +26324,23 @@ const CT = ["src", "alt"], xT = {
|
|
|
26323
26324
|
onCancel: H
|
|
26324
26325
|
}, {
|
|
26325
26326
|
default: Le(() => [
|
|
26326
|
-
le(a) || le(l) ? (j(),
|
|
26327
|
+
le(a) || le(l) ? (j(), ze(Ji, {
|
|
26327
26328
|
key: 0,
|
|
26328
26329
|
variant: "danger"
|
|
26329
26330
|
}, {
|
|
26330
26331
|
default: Le(() => [
|
|
26331
|
-
le(l) ? (j(), Q("div",
|
|
26332
|
+
le(l) ? (j(), Q("div", OT, [
|
|
26332
26333
|
X("ul", null, [
|
|
26333
26334
|
(j(!0), Q(nt, null, St(le(l), (N, V) => (j(), Q("li", { key: V }, [
|
|
26334
26335
|
be(Ms),
|
|
26335
26336
|
X("span", null, De(N), 1)
|
|
26336
26337
|
]))), 128))
|
|
26337
26338
|
])
|
|
26338
|
-
])) : (j(), Q("div",
|
|
26339
|
+
])) : (j(), Q("div", MT, De(le(a)), 1))
|
|
26339
26340
|
]),
|
|
26340
26341
|
_: 1
|
|
26341
26342
|
})) : Re("", !0),
|
|
26342
|
-
X("div",
|
|
26343
|
+
X("div", _T, [
|
|
26343
26344
|
be(as, {
|
|
26344
26345
|
id: "form-input-phone-number",
|
|
26345
26346
|
label: r.phoneNumberLabel,
|
|
@@ -26351,7 +26352,7 @@ const CT = ["src", "alt"], xT = {
|
|
|
26351
26352
|
"invalid-feedback-text": r.phoneNumberUnchangedText
|
|
26352
26353
|
}, {
|
|
26353
26354
|
default: Le(() => [
|
|
26354
|
-
be(
|
|
26355
|
+
be(ut, {
|
|
26355
26356
|
type: "button",
|
|
26356
26357
|
onClick: C
|
|
26357
26358
|
}, {
|
|
@@ -26364,8 +26365,8 @@ const CT = ["src", "alt"], xT = {
|
|
|
26364
26365
|
_: 1
|
|
26365
26366
|
}, 8, ["label", "modelValue", "state", "invalid-feedback-text"])
|
|
26366
26367
|
]),
|
|
26367
|
-
X("div",
|
|
26368
|
-
m.value ? (j(),
|
|
26368
|
+
X("div", IT, [
|
|
26369
|
+
m.value ? (j(), ze(as, {
|
|
26369
26370
|
key: 0,
|
|
26370
26371
|
label: r.confirmationCodeLabel,
|
|
26371
26372
|
modelValue: g.value,
|
|
@@ -26670,8 +26671,8 @@ var t1 = { exports: {} };
|
|
|
26670
26671
|
});
|
|
26671
26672
|
})(t1);
|
|
26672
26673
|
var n1 = t1.exports;
|
|
26673
|
-
const ks = /* @__PURE__ */ mc(n1),
|
|
26674
|
-
const o =
|
|
26674
|
+
const ks = /* @__PURE__ */ mc(n1), NT = (n, e, t, r, s, i) => {
|
|
26675
|
+
const o = We(null), l = We(null), a = We(!1), c = We(null), { showModal: u, closeModal: d } = lu("session-time-out-modal"), f = we(() => o.value && n ? n - (o.value + 1) : 0), h = we(() => l.value ? 60 - l.value : 0), p = we(() => a.value), m = () => {
|
|
26675
26676
|
c.value = setInterval(E, 1e3), r(c.value);
|
|
26676
26677
|
}, g = () => {
|
|
26677
26678
|
c.value && clearInterval(c.value);
|
|
@@ -26702,12 +26703,12 @@ const ks = /* @__PURE__ */ mc(n1), LT = (n, e, t, r, s, i) => {
|
|
|
26702
26703
|
OnLogOut: x,
|
|
26703
26704
|
OnSubmit: B
|
|
26704
26705
|
};
|
|
26705
|
-
},
|
|
26706
|
+
}, LT = /* @__PURE__ */ Pe({
|
|
26706
26707
|
__name: "BDSessionTimeOutModal",
|
|
26707
26708
|
props: ["expiredTitle", "expiredMessage", "expiredButtonText", "almostExpiredTitle", "almostExpiredMessage", "almostExpiredButtonText", "almostExpiredCancelButtonText", "threshold", "warningThreshold", "getTime", "setTaskId", "setNewTime", "logout"],
|
|
26708
26709
|
setup(n) {
|
|
26709
|
-
const e = n, { IsExpired: t, Minutes: r, Seconds: s, OnLogOut: i, OnSubmit: o } =
|
|
26710
|
-
return (u, d) => (j(),
|
|
26710
|
+
const e = n, { IsExpired: t, Minutes: r, Seconds: s, OnLogOut: i, OnSubmit: o } = NT(e.threshold, e.warningThreshold, e.getTime, e.setTaskId, e.setNewTime, e.logout), l = we(() => t.value ? e.expiredTitle : e.almostExpiredTitle), a = we(() => t.value ? e.expiredMessage : `${e.almostExpiredMessage} ${r.value}:${s.value < 10 ? "0" + s.value : s.value}`), c = we(() => t.value ? e.expiredButtonText : e.almostExpiredButtonText);
|
|
26711
|
+
return (u, d) => (j(), ze(Ca, {
|
|
26711
26712
|
id: "session-time-out-modal",
|
|
26712
26713
|
title: l.value,
|
|
26713
26714
|
"hide-close-button": !0,
|
|
@@ -26725,7 +26726,7 @@ const ks = /* @__PURE__ */ mc(n1), LT = (n, e, t, r, s, i) => {
|
|
|
26725
26726
|
}, 8, ["title", "hide-footer-cancel-button", "close-button-title", "submit-button-title", "onSubmit", "onCancel"]));
|
|
26726
26727
|
}
|
|
26727
26728
|
});
|
|
26728
|
-
function
|
|
26729
|
+
function RT() {
|
|
26729
26730
|
const n = () => new Promise((t) => {
|
|
26730
26731
|
if (document.readyState === "complete")
|
|
26731
26732
|
return t();
|
|
@@ -26735,8 +26736,8 @@ function PT() {
|
|
|
26735
26736
|
lr(() => n().then(t));
|
|
26736
26737
|
} };
|
|
26737
26738
|
}
|
|
26738
|
-
function
|
|
26739
|
-
const { OnWindowLoaded: e } =
|
|
26739
|
+
function UT(n) {
|
|
26740
|
+
const { OnWindowLoaded: e } = RT();
|
|
26740
26741
|
let t;
|
|
26741
26742
|
lr(() => {
|
|
26742
26743
|
t = document.addEventListener("click", (i) => {
|
|
@@ -26753,12 +26754,12 @@ function jT(n) {
|
|
|
26753
26754
|
i && i.dispose(), t && document.removeEventListener("click", t);
|
|
26754
26755
|
});
|
|
26755
26756
|
}
|
|
26756
|
-
const
|
|
26757
|
+
const PT = {
|
|
26757
26758
|
mounted: (n) => {
|
|
26758
26759
|
new Fr(n);
|
|
26759
26760
|
}
|
|
26760
26761
|
};
|
|
26761
|
-
var
|
|
26762
|
+
var $T = { exports: {} };
|
|
26762
26763
|
(function(n, e) {
|
|
26763
26764
|
(function(t, r) {
|
|
26764
26765
|
n.exports = r(n1);
|
|
@@ -26771,7 +26772,7 @@ var FT = { exports: {} };
|
|
|
26771
26772
|
}, weekStart: 1, yearStart: 4, formats: { LT: "HH:mm", LTS: "HH:mm:ss", L: "DD-MM-YYYY", LL: "D MMMM YYYY", LLL: "D MMMM YYYY HH:mm", LLLL: "dddd D MMMM YYYY HH:mm" }, relativeTime: { future: "over %s", past: "%s geleden", s: "een paar seconden", m: "een minuut", mm: "%d minuten", h: "een uur", hh: "%d uur", d: "een dag", dd: "%d dagen", M: "een maand", MM: "%d maanden", y: "een jaar", yy: "%d jaar" } };
|
|
26772
26773
|
return s.default.locale(i, null, !0), i;
|
|
26773
26774
|
});
|
|
26774
|
-
})(
|
|
26775
|
+
})($T);
|
|
26775
26776
|
var r1 = { exports: {} };
|
|
26776
26777
|
(function(n, e) {
|
|
26777
26778
|
(function(t, r) {
|
|
@@ -26904,11 +26905,11 @@ var r1 = { exports: {} };
|
|
|
26904
26905
|
};
|
|
26905
26906
|
});
|
|
26906
26907
|
})(r1);
|
|
26907
|
-
var
|
|
26908
|
-
const
|
|
26909
|
-
ks.extend(
|
|
26908
|
+
var FT = r1.exports;
|
|
26909
|
+
const BT = /* @__PURE__ */ mc(FT);
|
|
26910
|
+
ks.extend(BT);
|
|
26910
26911
|
ks.locale("nl");
|
|
26911
|
-
function
|
|
26912
|
+
function jT(n, e = ks().startOf("day")) {
|
|
26912
26913
|
const t = "DD-MM-YYYY", r = ks(n, t);
|
|
26913
26914
|
if (r.isSame(e))
|
|
26914
26915
|
return "vandaag";
|
|
@@ -26929,7 +26930,7 @@ function WT(n, e = ks().startOf("day")) {
|
|
|
26929
26930
|
}
|
|
26930
26931
|
return r.format(t);
|
|
26931
26932
|
}
|
|
26932
|
-
const
|
|
26933
|
+
const VT = {
|
|
26933
26934
|
PRIMARY: "primary",
|
|
26934
26935
|
SECONDARY: "secondary",
|
|
26935
26936
|
COLLEAGUE: "colleague",
|
|
@@ -26941,11 +26942,11 @@ const HT = {
|
|
|
26941
26942
|
LIGHT: "light",
|
|
26942
26943
|
DARK: "dark",
|
|
26943
26944
|
REMOVE: "remove"
|
|
26944
|
-
},
|
|
26945
|
+
}, ut = /* @__PURE__ */ Pe({
|
|
26945
26946
|
__name: "BDButton",
|
|
26946
26947
|
props: {
|
|
26947
26948
|
size: { default: Tt.MD },
|
|
26948
|
-
variant: { default:
|
|
26949
|
+
variant: { default: VT.PRIMARY },
|
|
26949
26950
|
blockElement: { type: Boolean, default: !1 },
|
|
26950
26951
|
disabled: { type: Boolean, default: !1 },
|
|
26951
26952
|
to: {},
|
|
@@ -26968,7 +26969,7 @@ const HT = {
|
|
|
26968
26969
|
}), o = (l) => {
|
|
26969
26970
|
e("click", l);
|
|
26970
26971
|
};
|
|
26971
|
-
return (l, a) => (j(),
|
|
26972
|
+
return (l, a) => (j(), ze(Zo(s.value), ln({
|
|
26972
26973
|
class: ["bd-btn", r.value]
|
|
26973
26974
|
}, i.value, { onClick: o }), {
|
|
26974
26975
|
default: Le(() => [
|
|
@@ -26979,9 +26980,9 @@ const HT = {
|
|
|
26979
26980
|
_: 3
|
|
26980
26981
|
}, 16, ["class"]));
|
|
26981
26982
|
}
|
|
26982
|
-
}),
|
|
26983
|
+
}), WT = {
|
|
26983
26984
|
install: (n) => {
|
|
26984
|
-
n.component("BDCol", Gr), n.component("BDContainer", yl), n.component("BDRow", Yr), n.component("BDButton",
|
|
26985
|
+
n.component("BDCol", Gr), n.component("BDContainer", yl), n.component("BDRow", Yr), n.component("BDButton", ut), n.component("BDLogo", ih), n.component("BDLink", ei), n.component("BDDropdownItem", Cl), n.component("BDDropdown", e1), n.component("BDAlert", Ji), n.component("BDProfileImage", ta), n.component("BDZoomslider", ah), n.component("BDCard", dc), n.component("BDCollapsableCard", w2), n.component("BDFormInput", as), n.component("BDInputGroup", N2), n.component("BDFormInvalidFeedback", fc), n.component("BDBadge", $2), n.component("BDForm", B2), n.component("BDPagination", K2), n.component("BDDropzone", ky), n.component("BDMarkdownEditor", n6), n.component("BDModal", Ca), n.component("BDFormSelect", X2), n.component("BDUser", p6), n.component("BDArticle", ny), n.component("BDFormCheckbox", q2), n.component("BDToast", dh), n.component("BDAttachmentPreviewList", tu), n.component("BDImageAttachmentPreviewList", nu), n.component("BDHeader", dT), n.component("BDMobileMenu", xm), n.component("BDChatCloud", w6), n.component("BDTable", _6), n.component("BDChangePasswordTemplate", sT), n.component("BDPill", hc), n.component("BDImageAttachmentModal", kT), n.component("BDPhoneNumberEditModal", DT), n.component("BDSessionTimeOutModal", LT), n.component("IconAcademy", T1), n.component("IconArrowDown", I1), n.component("IconArrowUp", $1), n.component("IconAttachment", ps), n.component("IconBold", Gf), n.component("IconBulletList", Yf), n.component("IconCalendar", Tu), n.component("IconCalendar", Tu), n.component("IconCardView", c0), n.component("IconCaretDown", Jf), n.component("IconCaretLeft", Zf), n.component("IconCaretRight", Xf), n.component("IconCheck", pi), n.component("IconClose", lc), n.component("IconComment", V0), n.component("IconDownloadImage", bl), n.component("IconDownloadImage", bl), n.component("IconEdit", X0), n.component("IconError", cc), n.component("IconEyeShow", lg), n.component("IconEyeSlash", pg), n.component("IconFile", Qf), n.component("IconHyperlink", uc), n.component("IconInfo", Ms), n.component("IconItalic", qf), n.component("IconListView", Hg), n.component("IconMenu", El), n.component("IconMenu", El), n.component("IconOrderedList", eh), n.component("IconRemove", qo), n.component("IconService", lv), n.component("IconSort", pv), n.component("IconSortAsc", th), n.component("IconSortDesc", nh), n.component("IconSortNone", rh), n.component("IconTriangleExclamation", Rv), n.component("IconUnderline", sh), n.component("IconContactPerson", Kv), n.directive("vBDTooltip", PT);
|
|
26985
26986
|
}
|
|
26986
26987
|
};
|
|
26987
26988
|
export {
|
|
@@ -26989,7 +26990,7 @@ export {
|
|
|
26989
26990
|
ny as BDArticle,
|
|
26990
26991
|
tu as BDAttachmentPreviewList,
|
|
26991
26992
|
$2 as BDBadge,
|
|
26992
|
-
|
|
26993
|
+
ut as BDButton,
|
|
26993
26994
|
dc as BDCard,
|
|
26994
26995
|
sT as BDChangePasswordTemplate,
|
|
26995
26996
|
w6 as BDChatCloud,
|
|
@@ -27004,8 +27005,8 @@ export {
|
|
|
27004
27005
|
as as BDFormInput,
|
|
27005
27006
|
fc as BDFormInvalidFeedback,
|
|
27006
27007
|
X2 as BDFormSelect,
|
|
27007
|
-
|
|
27008
|
-
|
|
27008
|
+
dT as BDHeader,
|
|
27009
|
+
kT as BDImageAttachmentModal,
|
|
27009
27010
|
nu as BDImageAttachmentPreviewList,
|
|
27010
27011
|
N2 as BDInputGroup,
|
|
27011
27012
|
ei as BDLink,
|
|
@@ -27014,11 +27015,11 @@ export {
|
|
|
27014
27015
|
xm as BDMobileMenu,
|
|
27015
27016
|
Ca as BDModal,
|
|
27016
27017
|
K2 as BDPagination,
|
|
27017
|
-
|
|
27018
|
+
DT as BDPhoneNumberEditModal,
|
|
27018
27019
|
hc as BDPill,
|
|
27019
27020
|
ta as BDProfileImage,
|
|
27020
27021
|
Yr as BDRow,
|
|
27021
|
-
|
|
27022
|
+
LT as BDSessionTimeOutModal,
|
|
27022
27023
|
_6 as BDTable,
|
|
27023
27024
|
dh as BDToast,
|
|
27024
27025
|
p6 as BDUser,
|
|
@@ -27057,15 +27058,15 @@ export {
|
|
|
27057
27058
|
rh as IconSortNone,
|
|
27058
27059
|
Rv as IconTriangleExclamation,
|
|
27059
27060
|
sh as IconUnderline,
|
|
27060
|
-
|
|
27061
|
-
|
|
27061
|
+
WT as default,
|
|
27062
|
+
jT as getDisplayDate,
|
|
27062
27063
|
lu as useModal,
|
|
27063
|
-
|
|
27064
|
+
UT as usePopover,
|
|
27064
27065
|
qm as useServerErrors,
|
|
27065
|
-
|
|
27066
|
+
NT as useSessionTimeOut,
|
|
27066
27067
|
au as useToaster,
|
|
27067
27068
|
Yx as useValidation,
|
|
27068
|
-
|
|
27069
|
-
|
|
27070
|
-
|
|
27069
|
+
RT as useWindow,
|
|
27070
|
+
ST as useZoom,
|
|
27071
|
+
PT as vBdTooltip
|
|
27071
27072
|
};
|