@beterdichtbij/component-library 0.31.3 → 0.31.5
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 +17 -17
- package/dist/bd-component-lib.es.js +264 -255
- package/dist/bd-component-lib.umd.js +18 -18
- package/dist/scss/_modal.scss +22 -1
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as $e, computed as _e, openBlock as J, createElementBlock as te, normalizeClass as Ke, renderSlot as
|
|
1
|
+
import { defineComponent as $e, computed as _e, openBlock as J, createElementBlock as te, normalizeClass as Ke, renderSlot as je, createElementVNode as ee, createStaticVNode as ws, mergeProps as an, resolveComponent as Zm, createBlock as Ge, resolveDynamicComponent as Wo, withCtx as Re, createTextVNode as ct, toDisplayString as Pe, createVNode as Te, unref as Ae, createCommentVNode as He, getCurrentScope as Xm, onScopeDispose as Qm, ref as at, watch as Cn, getCurrentInstance as Ff, nextTick as Bf, withDirectives as ls, isRef as rc, vModelText as qm, withKeys as e1, useAttrs as t1, withModifiers as cs, onMounted as ai, vShow as vu, Fragment as rt, renderList as Bt, vModelSelect as n1, vModelCheckbox as r1, normalizeProps as s1, guardReactiveProps as i1, onBeforeUnmount as Ko, h as Qn, watchEffect as o1, Teleport as a1, shallowRef as l1, reactive as c1, markRaw as u1, customRef as d1, createApp as f1 } from "vue";
|
|
2
2
|
const Wr = /* @__PURE__ */ $e({
|
|
3
3
|
__name: "BDCol",
|
|
4
4
|
props: {
|
|
@@ -28,7 +28,7 @@ const Wr = /* @__PURE__ */ $e({
|
|
|
28
28
|
return (r, s) => (J(), te("div", {
|
|
29
29
|
class: Ke(t.value)
|
|
30
30
|
}, [
|
|
31
|
-
|
|
31
|
+
je(r.$slots, "default")
|
|
32
32
|
], 2));
|
|
33
33
|
}
|
|
34
34
|
}), hl = /* @__PURE__ */ $e({
|
|
@@ -47,7 +47,7 @@ const Wr = /* @__PURE__ */ $e({
|
|
|
47
47
|
return (r, s) => (J(), te("div", {
|
|
48
48
|
class: Ke(t.value)
|
|
49
49
|
}, [
|
|
50
|
-
|
|
50
|
+
je(r.$slots, "default")
|
|
51
51
|
], 2));
|
|
52
52
|
}
|
|
53
53
|
}), Kr = /* @__PURE__ */ $e({
|
|
@@ -59,7 +59,7 @@ const Wr = /* @__PURE__ */ $e({
|
|
|
59
59
|
return (e, t) => (J(), te("div", {
|
|
60
60
|
class: Ke(["row", e.class])
|
|
61
61
|
}, [
|
|
62
|
-
|
|
62
|
+
je(e.$slots, "default")
|
|
63
63
|
], 2));
|
|
64
64
|
}
|
|
65
65
|
}), wt = {
|
|
@@ -67,7 +67,7 @@ const Wr = /* @__PURE__ */ $e({
|
|
|
67
67
|
SM: "sm",
|
|
68
68
|
MD: "md",
|
|
69
69
|
LG: "lg"
|
|
70
|
-
},
|
|
70
|
+
}, We = (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 Wr = /* @__PURE__ */ $e({
|
|
|
82
82
|
function v1(n, e) {
|
|
83
83
|
return J(), te("svg", p1, g1);
|
|
84
84
|
}
|
|
85
|
-
const y1 = /* @__PURE__ */
|
|
85
|
+
const y1 = /* @__PURE__ */ We(h1, [["render", v1]]), b1 = {}, E1 = {
|
|
86
86
|
class: "icon",
|
|
87
87
|
viewBox: "0 0 20 20",
|
|
88
88
|
height: "20",
|
|
@@ -101,7 +101,7 @@ const y1 = /* @__PURE__ */ je(h1, [["render", v1]]), b1 = {}, E1 = {
|
|
|
101
101
|
function w1(n, e) {
|
|
102
102
|
return J(), te("svg", E1, C1);
|
|
103
103
|
}
|
|
104
|
-
const T1 = /* @__PURE__ */
|
|
104
|
+
const T1 = /* @__PURE__ */ We(b1, [["render", w1]]), x1 = {}, A1 = {
|
|
105
105
|
class: "icon",
|
|
106
106
|
viewBox: "0 0 20 20",
|
|
107
107
|
height: "20",
|
|
@@ -120,7 +120,7 @@ const T1 = /* @__PURE__ */ je(b1, [["render", w1]]), x1 = {}, A1 = {
|
|
|
120
120
|
function M1(n, e) {
|
|
121
121
|
return J(), te("svg", A1, O1);
|
|
122
122
|
}
|
|
123
|
-
const _1 = /* @__PURE__ */
|
|
123
|
+
const _1 = /* @__PURE__ */ We(x1, [["render", M1]]), I1 = {}, D1 = {
|
|
124
124
|
class: "icon icon-attachment",
|
|
125
125
|
width: "17",
|
|
126
126
|
height: "18",
|
|
@@ -132,7 +132,7 @@ const _1 = /* @__PURE__ */ je(x1, [["render", M1]]), I1 = {}, D1 = {
|
|
|
132
132
|
function R1(n, e) {
|
|
133
133
|
return J(), te("svg", D1, L1);
|
|
134
134
|
}
|
|
135
|
-
const us = /* @__PURE__ */
|
|
135
|
+
const us = /* @__PURE__ */ We(I1, [["render", R1]]), P1 = {}, $1 = {
|
|
136
136
|
width: "11",
|
|
137
137
|
height: "13",
|
|
138
138
|
viewBox: "0 0 11 13",
|
|
@@ -144,7 +144,7 @@ const us = /* @__PURE__ */ je(I1, [["render", R1]]), P1 = {}, $1 = {
|
|
|
144
144
|
function V1(n, e) {
|
|
145
145
|
return J(), te("svg", $1, B1);
|
|
146
146
|
}
|
|
147
|
-
const Vf = /* @__PURE__ */
|
|
147
|
+
const Vf = /* @__PURE__ */ We(P1, [["render", V1]]), H1 = {}, z1 = {
|
|
148
148
|
width: "16",
|
|
149
149
|
height: "14",
|
|
150
150
|
viewBox: "0 0 16 14",
|
|
@@ -156,7 +156,7 @@ const Vf = /* @__PURE__ */ je(P1, [["render", V1]]), H1 = {}, z1 = {
|
|
|
156
156
|
function W1(n, e) {
|
|
157
157
|
return J(), te("svg", z1, j1);
|
|
158
158
|
}
|
|
159
|
-
const Hf = /* @__PURE__ */
|
|
159
|
+
const Hf = /* @__PURE__ */ We(H1, [["render", W1]]), K1 = {}, G1 = {
|
|
160
160
|
class: "icon icon-calendar",
|
|
161
161
|
xmlns: "http://www.w3.org/2000/svg",
|
|
162
162
|
width: "17",
|
|
@@ -168,7 +168,7 @@ const Hf = /* @__PURE__ */ je(H1, [["render", W1]]), K1 = {}, G1 = {
|
|
|
168
168
|
function Z1(n, e) {
|
|
169
169
|
return J(), te("svg", G1, J1);
|
|
170
170
|
}
|
|
171
|
-
const yu = /* @__PURE__ */
|
|
171
|
+
const yu = /* @__PURE__ */ We(K1, [["render", Z1]]), X1 = {}, Q1 = {
|
|
172
172
|
class: "icon icon-card-view",
|
|
173
173
|
viewBox: "0 0 24 19",
|
|
174
174
|
fill: "red",
|
|
@@ -182,7 +182,7 @@ const yu = /* @__PURE__ */ je(K1, [["render", Z1]]), X1 = {}, Q1 = {
|
|
|
182
182
|
function t0(n, e) {
|
|
183
183
|
return J(), te("svg", Q1, e0);
|
|
184
184
|
}
|
|
185
|
-
const n0 = /* @__PURE__ */
|
|
185
|
+
const n0 = /* @__PURE__ */ We(X1, [["render", t0]]), r0 = {}, s0 = {
|
|
186
186
|
xmlns: "http://www.w3.org/2000/svg",
|
|
187
187
|
width: "18",
|
|
188
188
|
height: "10"
|
|
@@ -195,7 +195,7 @@ const n0 = /* @__PURE__ */ je(X1, [["render", t0]]), r0 = {}, s0 = {
|
|
|
195
195
|
function a0(n, e) {
|
|
196
196
|
return J(), te("svg", s0, o0);
|
|
197
197
|
}
|
|
198
|
-
const zf = /* @__PURE__ */
|
|
198
|
+
const zf = /* @__PURE__ */ We(r0, [["render", a0]]), l0 = {}, c0 = {
|
|
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 zf = /* @__PURE__ */ je(r0, [["render", a0]]), l0 = {}, c0 = {
|
|
|
207
207
|
function f0(n, e) {
|
|
208
208
|
return J(), te("svg", c0, d0);
|
|
209
209
|
}
|
|
210
|
-
const Uf = /* @__PURE__ */
|
|
210
|
+
const Uf = /* @__PURE__ */ We(l0, [["render", f0]]), h0 = {}, p0 = {
|
|
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 Uf = /* @__PURE__ */ je(l0, [["render", f0]]), h0 = {}, p0 = {
|
|
|
219
219
|
function v0(n, e) {
|
|
220
220
|
return J(), te("svg", p0, g0);
|
|
221
221
|
}
|
|
222
|
-
const jf = /* @__PURE__ */
|
|
222
|
+
const jf = /* @__PURE__ */ We(h0, [["render", v0]]), y0 = {}, b0 = {
|
|
223
223
|
class: "icon icon-check",
|
|
224
224
|
xmlns: "http://www.w3.org/2000/svg",
|
|
225
225
|
width: "18",
|
|
@@ -231,7 +231,7 @@ const jf = /* @__PURE__ */ je(h0, [["render", v0]]), y0 = {}, b0 = {
|
|
|
231
231
|
function C0(n, e) {
|
|
232
232
|
return J(), te("svg", b0, S0);
|
|
233
233
|
}
|
|
234
|
-
const Go = /* @__PURE__ */
|
|
234
|
+
const Go = /* @__PURE__ */ We(y0, [["render", C0]]), w0 = {}, T0 = {
|
|
235
235
|
class: "icon icon-close",
|
|
236
236
|
xmlns: "http://www.w3.org/2000/svg",
|
|
237
237
|
width: "16",
|
|
@@ -243,7 +243,7 @@ const Go = /* @__PURE__ */ je(y0, [["render", C0]]), w0 = {}, T0 = {
|
|
|
243
243
|
function k0(n, e) {
|
|
244
244
|
return J(), te("svg", T0, A0);
|
|
245
245
|
}
|
|
246
|
-
const sc = /* @__PURE__ */
|
|
246
|
+
const sc = /* @__PURE__ */ We(w0, [["render", k0]]), O0 = {}, M0 = {
|
|
247
247
|
viewBox: "0 0 20 20",
|
|
248
248
|
height: "20",
|
|
249
249
|
width: "20",
|
|
@@ -255,7 +255,7 @@ const sc = /* @__PURE__ */ je(w0, [["render", k0]]), O0 = {}, M0 = {
|
|
|
255
255
|
function D0(n, e) {
|
|
256
256
|
return J(), te("svg", M0, I0);
|
|
257
257
|
}
|
|
258
|
-
const pl = /* @__PURE__ */
|
|
258
|
+
const pl = /* @__PURE__ */ We(O0, [["render", D0]]), N0 = {}, L0 = {
|
|
259
259
|
xmlns: "http://www.w3.org/2000/svg",
|
|
260
260
|
width: "18",
|
|
261
261
|
height: "18"
|
|
@@ -265,7 +265,7 @@ const pl = /* @__PURE__ */ je(O0, [["render", D0]]), N0 = {}, L0 = {
|
|
|
265
265
|
function $0(n, e) {
|
|
266
266
|
return J(), te("svg", L0, P0);
|
|
267
267
|
}
|
|
268
|
-
const F0 = /* @__PURE__ */
|
|
268
|
+
const F0 = /* @__PURE__ */ We(N0, [["render", $0]]), B0 = {}, V0 = {
|
|
269
269
|
class: "icon icon-error",
|
|
270
270
|
xmlns: "http://www.w3.org/2000/svg",
|
|
271
271
|
width: "18",
|
|
@@ -277,7 +277,7 @@ const F0 = /* @__PURE__ */ je(N0, [["render", $0]]), B0 = {}, V0 = {
|
|
|
277
277
|
function U0(n, e) {
|
|
278
278
|
return J(), te("svg", V0, z0);
|
|
279
279
|
}
|
|
280
|
-
const ic = /* @__PURE__ */
|
|
280
|
+
const ic = /* @__PURE__ */ We(B0, [["render", U0]]), j0 = {}, W0 = {
|
|
281
281
|
width: "30px",
|
|
282
282
|
height: "30px",
|
|
283
283
|
viewBox: "0 0 24 24",
|
|
@@ -295,7 +295,7 @@ const ic = /* @__PURE__ */ je(B0, [["render", U0]]), j0 = {}, W0 = {
|
|
|
295
295
|
function Y0(n, e) {
|
|
296
296
|
return J(), te("svg", W0, G0);
|
|
297
297
|
}
|
|
298
|
-
const J0 = /* @__PURE__ */
|
|
298
|
+
const J0 = /* @__PURE__ */ We(j0, [["render", Y0]]), Z0 = {}, X0 = {
|
|
299
299
|
fill: "#000000",
|
|
300
300
|
width: "30px",
|
|
301
301
|
height: "30px",
|
|
@@ -309,7 +309,7 @@ const J0 = /* @__PURE__ */ je(j0, [["render", Y0]]), Z0 = {}, X0 = {
|
|
|
309
309
|
function eg(n, e) {
|
|
310
310
|
return J(), te("svg", X0, q0);
|
|
311
311
|
}
|
|
312
|
-
const tg = /* @__PURE__ */
|
|
312
|
+
const tg = /* @__PURE__ */ We(Z0, [["render", eg]]), ng = {}, rg = {
|
|
313
313
|
version: "1.1",
|
|
314
314
|
id: "Layer_1",
|
|
315
315
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -332,7 +332,7 @@ const tg = /* @__PURE__ */ je(Z0, [["render", eg]]), ng = {}, rg = {
|
|
|
332
332
|
function ag(n, e) {
|
|
333
333
|
return J(), te("svg", rg, og);
|
|
334
334
|
}
|
|
335
|
-
const Wf = /* @__PURE__ */
|
|
335
|
+
const Wf = /* @__PURE__ */ We(ng, [["render", ag]]), lg = {}, cg = {
|
|
336
336
|
class: "icon icon-hyperlink",
|
|
337
337
|
xmlns: "http://www.w3.org/2000/svg",
|
|
338
338
|
version: "1.1",
|
|
@@ -362,7 +362,7 @@ const Wf = /* @__PURE__ */ je(ng, [["render", ag]]), lg = {}, cg = {
|
|
|
362
362
|
function fg(n, e) {
|
|
363
363
|
return J(), te("svg", cg, dg);
|
|
364
364
|
}
|
|
365
|
-
const Kf = /* @__PURE__ */
|
|
365
|
+
const Kf = /* @__PURE__ */ We(lg, [["render", fg]]), hg = {}, pg = {
|
|
366
366
|
class: "icon icon-info",
|
|
367
367
|
xmlns: "http://www.w3.org/2000/svg",
|
|
368
368
|
width: "18",
|
|
@@ -374,7 +374,7 @@ const Kf = /* @__PURE__ */ je(lg, [["render", fg]]), hg = {}, pg = {
|
|
|
374
374
|
function vg(n, e) {
|
|
375
375
|
return J(), te("svg", pg, gg);
|
|
376
376
|
}
|
|
377
|
-
const Yo = /* @__PURE__ */
|
|
377
|
+
const Yo = /* @__PURE__ */ We(hg, [["render", vg]]), yg = {}, bg = {
|
|
378
378
|
width: "12",
|
|
379
379
|
height: "14",
|
|
380
380
|
viewBox: "0 0 12 14",
|
|
@@ -386,7 +386,7 @@ const Yo = /* @__PURE__ */ je(hg, [["render", vg]]), yg = {}, bg = {
|
|
|
386
386
|
function Cg(n, e) {
|
|
387
387
|
return J(), te("svg", bg, Sg);
|
|
388
388
|
}
|
|
389
|
-
const Gf = /* @__PURE__ */
|
|
389
|
+
const Gf = /* @__PURE__ */ We(yg, [["render", Cg]]), wg = {}, Tg = {
|
|
390
390
|
class: "icon icon-list-view",
|
|
391
391
|
width: "20",
|
|
392
392
|
height: "19",
|
|
@@ -402,7 +402,7 @@ const Gf = /* @__PURE__ */ je(yg, [["render", Cg]]), wg = {}, Tg = {
|
|
|
402
402
|
function kg(n, e) {
|
|
403
403
|
return J(), te("svg", Tg, Ag);
|
|
404
404
|
}
|
|
405
|
-
const Og = /* @__PURE__ */
|
|
405
|
+
const Og = /* @__PURE__ */ We(wg, [["render", kg]]), Mg = {}, _g = {
|
|
406
406
|
class: "icon icon-menu",
|
|
407
407
|
xmlns: "http://www.w3.org/2000/svg",
|
|
408
408
|
width: "19",
|
|
@@ -414,7 +414,7 @@ const Og = /* @__PURE__ */ je(wg, [["render", kg]]), Mg = {}, _g = {
|
|
|
414
414
|
function Ng(n, e) {
|
|
415
415
|
return J(), te("svg", _g, Dg);
|
|
416
416
|
}
|
|
417
|
-
const ml = /* @__PURE__ */
|
|
417
|
+
const ml = /* @__PURE__ */ We(Mg, [["render", Ng]]), Lg = {}, Rg = {
|
|
418
418
|
width: "17",
|
|
419
419
|
height: "15",
|
|
420
420
|
viewBox: "0 0 17 15",
|
|
@@ -426,7 +426,7 @@ const ml = /* @__PURE__ */ je(Mg, [["render", Ng]]), Lg = {}, Rg = {
|
|
|
426
426
|
function Fg(n, e) {
|
|
427
427
|
return J(), te("svg", Rg, $g);
|
|
428
428
|
}
|
|
429
|
-
const Yf = /* @__PURE__ */
|
|
429
|
+
const Yf = /* @__PURE__ */ We(Lg, [["render", Fg]]), Bg = {}, Vg = {
|
|
430
430
|
class: "icon icon-remove",
|
|
431
431
|
width: "11",
|
|
432
432
|
height: "11",
|
|
@@ -438,7 +438,7 @@ const Yf = /* @__PURE__ */ je(Lg, [["render", Fg]]), Bg = {}, Vg = {
|
|
|
438
438
|
function Ug(n, e) {
|
|
439
439
|
return J(), te("svg", Vg, zg);
|
|
440
440
|
}
|
|
441
|
-
const Jo = /* @__PURE__ */
|
|
441
|
+
const Jo = /* @__PURE__ */ We(Bg, [["render", Ug]]), jg = {}, Wg = {
|
|
442
442
|
class: "icon icon-service",
|
|
443
443
|
viewBox: "0 0 20 21",
|
|
444
444
|
xmlns: "http://www.w3.org/2000/svg"
|
|
@@ -448,7 +448,7 @@ const Jo = /* @__PURE__ */ je(Bg, [["render", Ug]]), jg = {}, Wg = {
|
|
|
448
448
|
function Yg(n, e) {
|
|
449
449
|
return J(), te("svg", Wg, Gg);
|
|
450
450
|
}
|
|
451
|
-
const Jg = /* @__PURE__ */
|
|
451
|
+
const Jg = /* @__PURE__ */ We(jg, [["render", Yg]]), Zg = {}, Xg = {
|
|
452
452
|
xmlns: "http://www.w3.org/2000/svg",
|
|
453
453
|
width: "9",
|
|
454
454
|
height: "14",
|
|
@@ -459,7 +459,7 @@ const Jg = /* @__PURE__ */ je(jg, [["render", Yg]]), Zg = {}, Xg = {
|
|
|
459
459
|
function ev(n, e) {
|
|
460
460
|
return J(), te("svg", Xg, qg);
|
|
461
461
|
}
|
|
462
|
-
const tv = /* @__PURE__ */
|
|
462
|
+
const tv = /* @__PURE__ */ We(Zg, [["render", ev]]), nv = {}, rv = {
|
|
463
463
|
xmlns: "http://www.w3.org/2000/svg",
|
|
464
464
|
width: "9",
|
|
465
465
|
height: "14",
|
|
@@ -470,7 +470,7 @@ const tv = /* @__PURE__ */ je(Zg, [["render", ev]]), nv = {}, rv = {
|
|
|
470
470
|
function ov(n, e) {
|
|
471
471
|
return J(), te("svg", rv, iv);
|
|
472
472
|
}
|
|
473
|
-
const Jf = /* @__PURE__ */
|
|
473
|
+
const Jf = /* @__PURE__ */ We(nv, [["render", ov]]), av = {}, lv = {
|
|
474
474
|
xmlns: "http://www.w3.org/2000/svg",
|
|
475
475
|
width: "9",
|
|
476
476
|
height: "14",
|
|
@@ -481,7 +481,7 @@ const Jf = /* @__PURE__ */ je(nv, [["render", ov]]), av = {}, lv = {
|
|
|
481
481
|
function dv(n, e) {
|
|
482
482
|
return J(), te("svg", lv, uv);
|
|
483
483
|
}
|
|
484
|
-
const Zf = /* @__PURE__ */
|
|
484
|
+
const Zf = /* @__PURE__ */ We(av, [["render", dv]]), fv = {}, hv = {
|
|
485
485
|
xmlns: "http://www.w3.org/2000/svg",
|
|
486
486
|
width: "9",
|
|
487
487
|
height: "14",
|
|
@@ -492,7 +492,7 @@ const Zf = /* @__PURE__ */ je(av, [["render", dv]]), fv = {}, hv = {
|
|
|
492
492
|
function gv(n, e) {
|
|
493
493
|
return J(), te("svg", hv, mv);
|
|
494
494
|
}
|
|
495
|
-
const Xf = /* @__PURE__ */
|
|
495
|
+
const Xf = /* @__PURE__ */ We(fv, [["render", gv]]), vv = {}, yv = {
|
|
496
496
|
width: "40",
|
|
497
497
|
height: "34",
|
|
498
498
|
viewBox: "0 0 40 34",
|
|
@@ -507,7 +507,7 @@ const Xf = /* @__PURE__ */ je(fv, [["render", gv]]), vv = {}, yv = {
|
|
|
507
507
|
function Sv(n, e) {
|
|
508
508
|
return J(), te("svg", yv, Ev);
|
|
509
509
|
}
|
|
510
|
-
const Cv = /* @__PURE__ */
|
|
510
|
+
const Cv = /* @__PURE__ */ We(vv, [["render", Sv]]), wv = {}, Tv = {
|
|
511
511
|
width: "14",
|
|
512
512
|
height: "16",
|
|
513
513
|
viewBox: "0 0 14 16",
|
|
@@ -519,7 +519,7 @@ const Cv = /* @__PURE__ */ je(vv, [["render", Sv]]), wv = {}, Tv = {
|
|
|
519
519
|
function kv(n, e) {
|
|
520
520
|
return J(), te("svg", Tv, Av);
|
|
521
521
|
}
|
|
522
|
-
const Qf = /* @__PURE__ */
|
|
522
|
+
const Qf = /* @__PURE__ */ We(wv, [["render", kv]]), Ov = {}, Mv = {
|
|
523
523
|
xmlns: "http://www.w3.org/2000/svg",
|
|
524
524
|
width: "23",
|
|
525
525
|
height: "17",
|
|
@@ -534,7 +534,7 @@ const Qf = /* @__PURE__ */ je(wv, [["render", kv]]), Ov = {}, Mv = {
|
|
|
534
534
|
function Dv(n, e) {
|
|
535
535
|
return J(), te("svg", Mv, Iv);
|
|
536
536
|
}
|
|
537
|
-
const Nv = /* @__PURE__ */ je(Ov, [["render", Dv]]), Lv = {}, Rv = /* @__PURE__ */ ws('<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), Pv = [
|
|
537
|
+
const Nv = /* @__PURE__ */ We(Ov, [["render", Dv]]), Lv = {}, Rv = /* @__PURE__ */ ws('<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), Pv = [
|
|
538
538
|
Rv
|
|
539
539
|
];
|
|
540
540
|
function $v(n, e) {
|
|
@@ -544,7 +544,7 @@ function $v(n, e) {
|
|
|
544
544
|
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
545
545
|
}), Pv, 16);
|
|
546
546
|
}
|
|
547
|
-
const qf = /* @__PURE__ */
|
|
547
|
+
const qf = /* @__PURE__ */ We(Lv, [["render", $v]]), bu = /^https:/i, Gs = /* @__PURE__ */ $e({
|
|
548
548
|
__name: "BDLink",
|
|
549
549
|
props: {
|
|
550
550
|
to: { default: "" },
|
|
@@ -564,7 +564,7 @@ const qf = /* @__PURE__ */ je(Lv, [["render", $v]]), bu = /^https:/i, Gs = /* @_
|
|
|
564
564
|
});
|
|
565
565
|
return (s, i) => (J(), Ge(Wo(t.value), an({ class: "bd-link" }, r.value), {
|
|
566
566
|
default: Re(() => [
|
|
567
|
-
|
|
567
|
+
je(s.$slots, "default", {}, () => [
|
|
568
568
|
ct(Pe(e.text), 1)
|
|
569
569
|
])
|
|
570
570
|
]),
|
|
@@ -600,7 +600,7 @@ const qf = /* @__PURE__ */ je(Lv, [["render", $v]]), bu = /^https:/i, Gs = /* @_
|
|
|
600
600
|
ee("strong", null, Pe(e.title), 1)
|
|
601
601
|
])
|
|
602
602
|
])) : He("", !0),
|
|
603
|
-
|
|
603
|
+
je(r.$slots, "default")
|
|
604
604
|
], 2));
|
|
605
605
|
}
|
|
606
606
|
}), Bv = ["src", "alt"], Vv = ["textContent"], Xo = /* @__PURE__ */ $e({
|
|
@@ -833,15 +833,15 @@ const Qv = { class: "bd-zoom-slider d-flex" }, qv = /* @__PURE__ */ ee("g", { tr
|
|
|
833
833
|
]));
|
|
834
834
|
}
|
|
835
835
|
});
|
|
836
|
-
var
|
|
837
|
-
for (;
|
|
838
|
-
th[
|
|
836
|
+
var vr = 256, th = [], Su = 256, bi;
|
|
837
|
+
for (; vr--; )
|
|
838
|
+
th[vr] = (vr + 256).toString(16).substring(1);
|
|
839
839
|
function nh(n) {
|
|
840
840
|
var e = 0, t = n || 11;
|
|
841
|
-
if (!bi ||
|
|
842
|
-
for (bi = "",
|
|
841
|
+
if (!bi || vr + t > Su * 2)
|
|
842
|
+
for (bi = "", vr = 0; e < Su; e++)
|
|
843
843
|
bi += th[Math.random() * 256 | 0];
|
|
844
|
-
return bi.substring(
|
|
844
|
+
return bi.substring(vr, vr++ + t);
|
|
845
845
|
}
|
|
846
846
|
function li() {
|
|
847
847
|
return { uniqueIdentifier: at(nh()) };
|
|
@@ -880,7 +880,7 @@ const i2 = ["id"], o2 = { key: 0 }, oc = /* @__PURE__ */ $e({
|
|
|
880
880
|
key: 0,
|
|
881
881
|
class: Ke(i.value)
|
|
882
882
|
}, [
|
|
883
|
-
|
|
883
|
+
je(l.$slots, "header", {}, () => [
|
|
884
884
|
l.title ? (J(), te("h2", o2, Pe(l.title), 1)) : He("", !0)
|
|
885
885
|
])
|
|
886
886
|
], 2)) : He("", !0),
|
|
@@ -888,7 +888,7 @@ const i2 = ["id"], o2 = { key: 0 }, oc = /* @__PURE__ */ $e({
|
|
|
888
888
|
key: 1,
|
|
889
889
|
class: Ke(o.value)
|
|
890
890
|
}, [
|
|
891
|
-
|
|
891
|
+
je(l.$slots, "body")
|
|
892
892
|
], 2))
|
|
893
893
|
], 10, i2));
|
|
894
894
|
}
|
|
@@ -936,7 +936,7 @@ const i2 = ["id"], o2 = { key: 0 }, oc = /* @__PURE__ */ $e({
|
|
|
936
936
|
header: Re(() => [
|
|
937
937
|
a.title ? (J(), te("h2", a2, Pe(a.title), 1)) : He("", !0),
|
|
938
938
|
ee("div", l2, [
|
|
939
|
-
|
|
939
|
+
je(a.$slots, "action"),
|
|
940
940
|
!a.disabled && a.visible ? (J(), te("button", {
|
|
941
941
|
key: 0,
|
|
942
942
|
class: Ke(["btn btn-white btn-caret", i.value]),
|
|
@@ -950,7 +950,7 @@ const i2 = ["id"], o2 = { key: 0 }, oc = /* @__PURE__ */ $e({
|
|
|
950
950
|
])
|
|
951
951
|
]),
|
|
952
952
|
body: Re(() => [
|
|
953
|
-
|
|
953
|
+
je(a.$slots, "body")
|
|
954
954
|
]),
|
|
955
955
|
_: 3
|
|
956
956
|
}, 8, ["title", "header-class", "body-class"]));
|
|
@@ -1172,7 +1172,7 @@ const yl = /* @__PURE__ */ new WeakMap(), g2 = (n) => {
|
|
|
1172
1172
|
class: Ke(["bd-form-input", h.formGroupClass]),
|
|
1173
1173
|
id: o
|
|
1174
1174
|
}, [
|
|
1175
|
-
|
|
1175
|
+
je(h.$slots, "label", {}, () => [
|
|
1176
1176
|
h.label ? (J(), te("label", {
|
|
1177
1177
|
key: 0,
|
|
1178
1178
|
for: l,
|
|
@@ -1197,7 +1197,7 @@ const yl = /* @__PURE__ */ new WeakMap(), g2 = (n) => {
|
|
|
1197
1197
|
}), null, 16, y2), [
|
|
1198
1198
|
[Ae(v2)]
|
|
1199
1199
|
]),
|
|
1200
|
-
|
|
1200
|
+
je(h.$slots, "default")
|
|
1201
1201
|
], 2),
|
|
1202
1202
|
Te(Ae(ac), {
|
|
1203
1203
|
text: h.invalidFeedbackText,
|
|
@@ -1224,7 +1224,7 @@ const yl = /* @__PURE__ */ new WeakMap(), g2 = (n) => {
|
|
|
1224
1224
|
ee("div", {
|
|
1225
1225
|
class: Ke(Ae(t).class)
|
|
1226
1226
|
}, [
|
|
1227
|
-
|
|
1227
|
+
je(r.$slots, "default")
|
|
1228
1228
|
], 2)
|
|
1229
1229
|
]));
|
|
1230
1230
|
}
|
|
@@ -1252,7 +1252,7 @@ const yl = /* @__PURE__ */ new WeakMap(), g2 = (n) => {
|
|
|
1252
1252
|
role: "status",
|
|
1253
1253
|
class: Ke(t.value)
|
|
1254
1254
|
}, [
|
|
1255
|
-
|
|
1255
|
+
je(r.$slots, "default")
|
|
1256
1256
|
], 2));
|
|
1257
1257
|
}
|
|
1258
1258
|
}), T2 = ["onSubmit", "onReset"], x2 = /* @__PURE__ */ $e({
|
|
@@ -1269,7 +1269,7 @@ const yl = /* @__PURE__ */ new WeakMap(), g2 = (n) => {
|
|
|
1269
1269
|
onSubmit: cs(t, ["prevent"]),
|
|
1270
1270
|
onReset: cs(r, ["prevent"])
|
|
1271
1271
|
}, [
|
|
1272
|
-
|
|
1272
|
+
je(s.$slots, "default")
|
|
1273
1273
|
], 40, T2));
|
|
1274
1274
|
}
|
|
1275
1275
|
}), A2 = {
|
|
@@ -1394,7 +1394,7 @@ const yl = /* @__PURE__ */ new WeakMap(), g2 = (n) => {
|
|
|
1394
1394
|
onInput: l,
|
|
1395
1395
|
onChange: a
|
|
1396
1396
|
}, [
|
|
1397
|
-
|
|
1397
|
+
je(u.$slots, "first"),
|
|
1398
1398
|
t.options && t.options.length > 0 && t.options[0].label && t.options[0].options ? (J(!0), te(rt, { key: 0 }, Bt(t.options, (f) => (J(), te("optgroup", {
|
|
1399
1399
|
label: f.label
|
|
1400
1400
|
}, [
|
|
@@ -1444,9 +1444,9 @@ const yl = /* @__PURE__ */ new WeakMap(), g2 = (n) => {
|
|
|
1444
1444
|
class: "form-check-label",
|
|
1445
1445
|
for: i
|
|
1446
1446
|
}, [
|
|
1447
|
-
|
|
1447
|
+
je(c.$slots, "default")
|
|
1448
1448
|
]),
|
|
1449
|
-
|
|
1449
|
+
je(c.$slots, "last")
|
|
1450
1450
|
], 2));
|
|
1451
1451
|
}
|
|
1452
1452
|
}), V2 = {
|
|
@@ -1469,17 +1469,17 @@ const yl = /* @__PURE__ */ new WeakMap(), g2 = (n) => {
|
|
|
1469
1469
|
onClick: r
|
|
1470
1470
|
}, [
|
|
1471
1471
|
ee("header", null, [
|
|
1472
|
-
|
|
1472
|
+
je(s.$slots, "header", {}, () => [
|
|
1473
1473
|
ee("h5", null, Pe(t.title), 1)
|
|
1474
1474
|
])
|
|
1475
1475
|
]),
|
|
1476
1476
|
t.hideBody ? He("", !0) : (J(), te("div", V2, [
|
|
1477
|
-
|
|
1477
|
+
je(s.$slots, "default", {}, () => [
|
|
1478
1478
|
ct(Pe(t.text), 1)
|
|
1479
1479
|
])
|
|
1480
1480
|
])),
|
|
1481
1481
|
t.hideFooter ? He("", !0) : (J(), te("footer", H2, [
|
|
1482
|
-
|
|
1482
|
+
je(s.$slots, "footer")
|
|
1483
1483
|
]))
|
|
1484
1484
|
]));
|
|
1485
1485
|
}
|
|
@@ -1542,7 +1542,7 @@ const yl = /* @__PURE__ */ new WeakMap(), g2 = (n) => {
|
|
|
1542
1542
|
onClick: r
|
|
1543
1543
|
}, t), {
|
|
1544
1544
|
default: Re(() => [
|
|
1545
|
-
|
|
1545
|
+
je(s.$slots, "default", {}, () => [
|
|
1546
1546
|
ct(Pe(t.text), 1)
|
|
1547
1547
|
])
|
|
1548
1548
|
]),
|
|
@@ -4982,10 +4982,10 @@ var ih = { exports: {} };
|
|
|
4982
4982
|
}
|
|
4983
4983
|
Ne++;
|
|
4984
4984
|
}
|
|
4985
|
-
},
|
|
4986
|
-
var ne = m(this,
|
|
4985
|
+
}, hr = function(ie) {
|
|
4986
|
+
var ne = m(this, hr, "URL"), oe = arguments.length > 1 ? arguments[1] : void 0, ce = String(ie), Ne = N(ne, { type: "URL" }), Ee, Ye;
|
|
4987
4987
|
if (oe !== void 0) {
|
|
4988
|
-
if (oe instanceof
|
|
4988
|
+
if (oe instanceof hr)
|
|
4989
4989
|
Ee = B(oe);
|
|
4990
4990
|
else if (Ye = hn(Ee = {}, String(oe)), Ye)
|
|
4991
4991
|
throw TypeError(Ye);
|
|
@@ -4996,7 +4996,7 @@ var ih = { exports: {} };
|
|
|
4996
4996
|
nt.updateSearchParams(Ne.query), nt.updateURL = function() {
|
|
4997
4997
|
Ne.query = String(et) || null;
|
|
4998
4998
|
}, u || (ne.href = yi.call(ne), ne.origin = nu.call(ne), ne.protocol = ru.call(ne), ne.username = su.call(ne), ne.password = iu.call(ne), ne.host = ou.call(ne), ne.hostname = au.call(ne), ne.port = lu.call(ne), ne.pathname = cu.call(ne), ne.search = uu.call(ne), ne.searchParams = du.call(ne), ne.hash = fu.call(ne));
|
|
4999
|
-
}, ba =
|
|
4999
|
+
}, ba = hr.prototype, yi = function() {
|
|
5000
5000
|
var O = B(this), ie = O.scheme, ne = O.username, oe = O.password, ce = O.host, Ne = O.port, Ee = O.path, Ye = O.query, et = O.fragment, nt = ie + ":";
|
|
5001
5001
|
return ce !== null ? (nt += "//", se(O) && (nt += ne + (oe ? ":" + oe : "") + "@"), nt += I(ce), Ne !== null && (nt += ":" + Ne)) : ie == "file" && (nt += "//"), nt += O.cannotBeABaseURL ? Ee[0] : Ee.length ? "/" + Ee.join("/") : "", Ye !== null && (nt += "?" + Ye), et !== null && (nt += "#" + et), nt;
|
|
5002
5002
|
}, nu = function() {
|
|
@@ -5124,14 +5124,14 @@ var ih = { exports: {} };
|
|
|
5124
5124
|
return yi.call(this);
|
|
5125
5125
|
}, { enumerable: !0 }), z) {
|
|
5126
5126
|
var hu = z.createObjectURL, pu = z.revokeObjectURL;
|
|
5127
|
-
hu && p(
|
|
5127
|
+
hu && p(hr, "createObjectURL", function(ie) {
|
|
5128
5128
|
return hu.apply(z, arguments);
|
|
5129
|
-
}), pu && p(
|
|
5129
|
+
}), pu && p(hr, "revokeObjectURL", function(ie) {
|
|
5130
5130
|
return pu.apply(z, arguments);
|
|
5131
5131
|
});
|
|
5132
5132
|
}
|
|
5133
|
-
M(
|
|
5134
|
-
URL:
|
|
5133
|
+
M(hr, "URL"), c({ global: !0, forced: !d, sham: !u }, {
|
|
5134
|
+
URL: hr
|
|
5135
5135
|
});
|
|
5136
5136
|
}
|
|
5137
5137
|
)
|
|
@@ -8277,13 +8277,13 @@ function uh(n, e, t, r) {
|
|
|
8277
8277
|
} else if (t.content.size)
|
|
8278
8278
|
if (!t.openStart && !t.openEnd && n.depth == r && e.depth == r) {
|
|
8279
8279
|
let o = n.parent, l = o.content;
|
|
8280
|
-
return
|
|
8280
|
+
return Tr(o, l.cut(0, n.parentOffset).append(t.content).append(l.cut(e.parentOffset)));
|
|
8281
8281
|
} else {
|
|
8282
8282
|
let { start: o, end: l } = cy(t, n);
|
|
8283
|
-
return
|
|
8283
|
+
return Tr(i, fh(n, o, l, e, r));
|
|
8284
8284
|
}
|
|
8285
8285
|
else
|
|
8286
|
-
return
|
|
8286
|
+
return Tr(i, Gi(n, e, r));
|
|
8287
8287
|
}
|
|
8288
8288
|
function dh(n, e) {
|
|
8289
8289
|
if (!e.type.compatibleContent(n.type))
|
|
@@ -8293,29 +8293,29 @@ function Sl(n, e, t) {
|
|
|
8293
8293
|
let r = n.node(t);
|
|
8294
8294
|
return dh(r, e.node(t)), r;
|
|
8295
8295
|
}
|
|
8296
|
-
function
|
|
8296
|
+
function wr(n, e) {
|
|
8297
8297
|
let t = e.length - 1;
|
|
8298
8298
|
t >= 0 && n.isText && n.sameMarkup(e[t]) ? e[t] = n.withText(e[t].text + n.text) : e.push(n);
|
|
8299
8299
|
}
|
|
8300
8300
|
function Ps(n, e, t, r) {
|
|
8301
8301
|
let s = (e || n).node(t), i = 0, o = e ? e.index(t) : s.childCount;
|
|
8302
|
-
n && (i = n.index(t), n.depth > t ? i++ : n.textOffset && (
|
|
8302
|
+
n && (i = n.index(t), n.depth > t ? i++ : n.textOffset && (wr(n.nodeAfter, r), i++));
|
|
8303
8303
|
for (let l = i; l < o; l++)
|
|
8304
|
-
|
|
8305
|
-
e && e.depth == t && e.textOffset &&
|
|
8304
|
+
wr(s.child(l), r);
|
|
8305
|
+
e && e.depth == t && e.textOffset && wr(e.nodeBefore, r);
|
|
8306
8306
|
}
|
|
8307
|
-
function
|
|
8307
|
+
function Tr(n, e) {
|
|
8308
8308
|
return n.type.checkContent(e), n.copy(e);
|
|
8309
8309
|
}
|
|
8310
8310
|
function fh(n, e, t, r, s) {
|
|
8311
8311
|
let i = n.depth > s && Sl(n, e, s + 1), o = r.depth > s && Sl(t, r, s + 1), l = [];
|
|
8312
|
-
return Ps(null, n, s, l), i && o && e.index(s) == t.index(s) ? (dh(i, o),
|
|
8312
|
+
return Ps(null, n, s, l), i && o && e.index(s) == t.index(s) ? (dh(i, o), wr(Tr(i, fh(n, e, t, r, s + 1)), l)) : (i && wr(Tr(i, Gi(n, e, s + 1)), l), Ps(e, t, s, l), o && wr(Tr(o, Gi(t, r, s + 1)), l)), Ps(r, null, s, l), new ue(l);
|
|
8313
8313
|
}
|
|
8314
8314
|
function Gi(n, e, t) {
|
|
8315
8315
|
let r = [];
|
|
8316
8316
|
if (Ps(null, n, t, r), n.depth > t) {
|
|
8317
8317
|
let s = Sl(n, e, t + 1);
|
|
8318
|
-
|
|
8318
|
+
wr(Tr(s, Gi(n, e, t + 1)), r);
|
|
8319
8319
|
}
|
|
8320
8320
|
return Ps(e, null, t, r), new ue(r);
|
|
8321
8321
|
}
|
|
@@ -8613,7 +8613,7 @@ class Yi {
|
|
|
8613
8613
|
}
|
|
8614
8614
|
}
|
|
8615
8615
|
const dy = /* @__PURE__ */ Object.create(null);
|
|
8616
|
-
let
|
|
8616
|
+
let xr = class Cl {
|
|
8617
8617
|
/**
|
|
8618
8618
|
@internal
|
|
8619
8619
|
*/
|
|
@@ -8974,8 +8974,8 @@ let Tr = class Cl {
|
|
|
8974
8974
|
return e.nodeType(t.type).create(t.attrs, s, r);
|
|
8975
8975
|
}
|
|
8976
8976
|
};
|
|
8977
|
-
|
|
8978
|
-
class Ji extends
|
|
8977
|
+
xr.prototype.text = void 0;
|
|
8978
|
+
class Ji extends xr {
|
|
8979
8979
|
/**
|
|
8980
8980
|
@internal
|
|
8981
8981
|
*/
|
|
@@ -9018,7 +9018,7 @@ function hh(n, e) {
|
|
|
9018
9018
|
e = n[t].type.name + "(" + e + ")";
|
|
9019
9019
|
return e;
|
|
9020
9020
|
}
|
|
9021
|
-
class
|
|
9021
|
+
class Mr {
|
|
9022
9022
|
/**
|
|
9023
9023
|
@internal
|
|
9024
9024
|
*/
|
|
@@ -9031,7 +9031,7 @@ class Or {
|
|
|
9031
9031
|
static parse(e, t) {
|
|
9032
9032
|
let r = new fy(e, t);
|
|
9033
9033
|
if (r.next == null)
|
|
9034
|
-
return
|
|
9034
|
+
return Mr.empty;
|
|
9035
9035
|
let s = ph(r);
|
|
9036
9036
|
r.next && r.err("Unexpected trailing text");
|
|
9037
9037
|
let i = by(yy(s));
|
|
@@ -9180,7 +9180,7 @@ class Or {
|
|
|
9180
9180
|
`);
|
|
9181
9181
|
}
|
|
9182
9182
|
}
|
|
9183
|
-
|
|
9183
|
+
Mr.empty = new Mr(!0);
|
|
9184
9184
|
class fy {
|
|
9185
9185
|
constructor(e, t) {
|
|
9186
9186
|
this.string = e, this.nodeTypes = t, this.inline = null, this.pos = 0, this.tokens = e.split(/\s*(?=\b|\W|$)/), this.tokens[this.tokens.length - 1] == "" && this.tokens.pop(), this.tokens[0] == "" && this.tokens.shift();
|
|
@@ -9343,7 +9343,7 @@ function by(n) {
|
|
|
9343
9343
|
});
|
|
9344
9344
|
});
|
|
9345
9345
|
});
|
|
9346
|
-
let i = e[r.join(",")] = new
|
|
9346
|
+
let i = e[r.join(",")] = new Mr(r.indexOf(n.length - 1) > -1);
|
|
9347
9347
|
for (let o = 0; o < s.length; o++) {
|
|
9348
9348
|
let l = s[o][1].sort(mh);
|
|
9349
9349
|
i.next.push({ type: s[o][0], next: e[l.join(",")] || t(l) });
|
|
@@ -9417,7 +9417,7 @@ let Ou = class bh {
|
|
|
9417
9417
|
True for node types that allow no content.
|
|
9418
9418
|
*/
|
|
9419
9419
|
get isLeaf() {
|
|
9420
|
-
return this.contentMatch ==
|
|
9420
|
+
return this.contentMatch == Mr.empty;
|
|
9421
9421
|
}
|
|
9422
9422
|
/**
|
|
9423
9423
|
True when this node is an atom, i.e. when it does not have
|
|
@@ -9465,7 +9465,7 @@ let Ou = class bh {
|
|
|
9465
9465
|
create(e = null, t, r) {
|
|
9466
9466
|
if (this.isText)
|
|
9467
9467
|
throw new Error("NodeType.create can't construct text nodes");
|
|
9468
|
-
return new
|
|
9468
|
+
return new xr(this, this.computeAttrs(e), ue.from(t), Je.setFrom(r));
|
|
9469
9469
|
}
|
|
9470
9470
|
/**
|
|
9471
9471
|
Like [`create`](https://prosemirror.net/docs/ref/#model.NodeType.create), but check the given content
|
|
@@ -9473,7 +9473,7 @@ let Ou = class bh {
|
|
|
9473
9473
|
if it doesn't match.
|
|
9474
9474
|
*/
|
|
9475
9475
|
createChecked(e = null, t, r) {
|
|
9476
|
-
return t = ue.from(t), this.checkContent(t), new
|
|
9476
|
+
return t = ue.from(t), this.checkContent(t), new xr(this, this.computeAttrs(e), t, Je.setFrom(r));
|
|
9477
9477
|
}
|
|
9478
9478
|
/**
|
|
9479
9479
|
Like [`create`](https://prosemirror.net/docs/ref/#model.NodeType.create), but see if it is
|
|
@@ -9491,7 +9491,7 @@ let Ou = class bh {
|
|
|
9491
9491
|
t = o.append(t);
|
|
9492
9492
|
}
|
|
9493
9493
|
let s = this.contentMatch.matchFragment(t), i = s && s.fillBefore(ue.empty, !0);
|
|
9494
|
-
return i ? new
|
|
9494
|
+
return i ? new xr(this, e, t.append(i), Je.setFrom(r)) : null;
|
|
9495
9495
|
}
|
|
9496
9496
|
/**
|
|
9497
9497
|
Returns true if the given fragment is valid content for this node
|
|
@@ -9631,7 +9631,7 @@ class Cy {
|
|
|
9631
9631
|
if (s in this.marks)
|
|
9632
9632
|
throw new RangeError(s + " can not be both a node and a mark");
|
|
9633
9633
|
let i = this.nodes[s], o = i.spec.content || "", l = i.spec.marks;
|
|
9634
|
-
i.contentMatch = r[o] || (r[o] =
|
|
9634
|
+
i.contentMatch = r[o] || (r[o] = Mr.parse(o, this.nodes)), i.inlineContent = i.contentMatch.inlineContent, i.markSet = l == "_" ? null : l ? Mu(this, l.split(" ")) : l == "" || !i.inlineContent ? [] : null;
|
|
9635
9635
|
}
|
|
9636
9636
|
for (let s in this.marks) {
|
|
9637
9637
|
let i = this.marks[s], o = i.spec.excludes;
|
|
@@ -9674,7 +9674,7 @@ class Cy {
|
|
|
9674
9674
|
bound.
|
|
9675
9675
|
*/
|
|
9676
9676
|
nodeFromJSON(e) {
|
|
9677
|
-
return
|
|
9677
|
+
return xr.fromJSON(this, e);
|
|
9678
9678
|
}
|
|
9679
9679
|
/**
|
|
9680
9680
|
Deserialize a mark from its JSON representation. This method is
|
|
@@ -11179,7 +11179,7 @@ function zy(n, e, t = 1, r) {
|
|
|
11179
11179
|
}
|
|
11180
11180
|
n.step(new pt(e, e, new ye(i.append(o), t, t), !0));
|
|
11181
11181
|
}
|
|
11182
|
-
function
|
|
11182
|
+
function ar(n, e) {
|
|
11183
11183
|
let t = n.resolve(e), r = t.index();
|
|
11184
11184
|
return kh(t.nodeBefore, t.nodeAfter) && t.parent.canReplace(r, r + 1);
|
|
11185
11185
|
}
|
|
@@ -12568,7 +12568,7 @@ class ts {
|
|
|
12568
12568
|
let s = new Ia(e.schema, e.plugins), i = new ts(s);
|
|
12569
12569
|
return s.fields.forEach((o) => {
|
|
12570
12570
|
if (o.name == "doc")
|
|
12571
|
-
i.doc =
|
|
12571
|
+
i.doc = xr.fromJSON(e.schema, t.doc);
|
|
12572
12572
|
else if (o.name == "selection")
|
|
12573
12573
|
i.selection = ze.fromJSON(i.doc, t.selection);
|
|
12574
12574
|
else if (o.name == "storedMarks")
|
|
@@ -12645,7 +12645,7 @@ let zu = null;
|
|
|
12645
12645
|
const In = function(n, e, t) {
|
|
12646
12646
|
let r = zu || (zu = document.createRange());
|
|
12647
12647
|
return r.setEnd(n, t ?? n.nodeValue.length), r.setStart(n, e || 0), r;
|
|
12648
|
-
},
|
|
12648
|
+
}, _r = function(n, e, t, r) {
|
|
12649
12649
|
return t && (Uu(n, e, t, r, -1) || Uu(n, e, t, r, 1));
|
|
12650
12650
|
}, n5 = /^(img|br|input|textarea|hr)$/i;
|
|
12651
12651
|
function Uu(n, e, t, r, s) {
|
|
@@ -12685,9 +12685,9 @@ function pc(n) {
|
|
|
12685
12685
|
return e && e.node && e.node.isBlock && (e.dom == n || e.contentDOM == n);
|
|
12686
12686
|
}
|
|
12687
12687
|
const ta = function(n) {
|
|
12688
|
-
return n.focusNode &&
|
|
12688
|
+
return n.focusNode && _r(n.focusNode, n.focusOffset, n.anchorNode, n.anchorOffset);
|
|
12689
12689
|
};
|
|
12690
|
-
function
|
|
12690
|
+
function gr(n, e) {
|
|
12691
12691
|
let t = document.createEvent("Event");
|
|
12692
12692
|
return t.initEvent("keydown", !0, !0), t.keyCode = n, t.key = t.code = e, t;
|
|
12693
12693
|
}
|
|
@@ -12711,9 +12711,9 @@ function i5(n, e, t) {
|
|
|
12711
12711
|
return { node: r.startContainer, offset: r.startOffset };
|
|
12712
12712
|
}
|
|
12713
12713
|
}
|
|
12714
|
-
const wn = typeof navigator < "u" ? navigator : null, ju = typeof document < "u" ? document : null,
|
|
12715
|
-
ln && +(/Firefox\/(\d+)/.exec(
|
|
12716
|
-
const kl = !Lt && /Chrome\/(\d+)/.exec(
|
|
12714
|
+
const wn = typeof navigator < "u" ? navigator : null, ju = typeof document < "u" ? document : null, lr = wn && wn.userAgent || "", xl = /Edge\/(\d+)/.exec(lr), Rh = /MSIE \d/.exec(lr), Al = /Trident\/(?:[7-9]|\d{2,})\..*rv:(\d+)/.exec(lr), Lt = !!(Rh || Al || xl), qn = Rh ? document.documentMode : Al ? +Al[1] : xl ? +xl[1] : 0, ln = !Lt && /gecko\/(\d+)/i.test(lr);
|
|
12715
|
+
ln && +(/Firefox\/(\d+)/.exec(lr) || [0, 0])[1];
|
|
12716
|
+
const kl = !Lt && /Chrome\/(\d+)/.exec(lr), bt = !!kl, o5 = kl ? +kl[1] : 0, kt = !Lt && !!wn && /Apple Computer/.test(wn.vendor), ps = kt && (/Mobile\/\w+/.test(lr) || !!wn && wn.maxTouchPoints > 2), Zt = ps || (wn ? /Mac/.test(wn.platform) : !1), a5 = wn ? /Win/.test(wn.platform) : !1, rn = /Android \d/.test(lr), ci = !!ju && "webkitFontSmoothing" in ju.documentElement.style, l5 = ci ? +(/\bAppleWebKit\/(\d+)/.exec(navigator.userAgent) || [0, 0])[1] : 0;
|
|
12717
12717
|
function c5(n) {
|
|
12718
12718
|
return {
|
|
12719
12719
|
left: 0,
|
|
@@ -13040,7 +13040,7 @@ let Gu = null, Yu = null, Ju = !1;
|
|
|
13040
13040
|
function w5(n, e, t) {
|
|
13041
13041
|
return Gu == e && Yu == t ? Ju : (Gu = e, Yu = t, Ju = t == "up" || t == "down" ? E5(n, e, t) : C5(n, e, t));
|
|
13042
13042
|
}
|
|
13043
|
-
const Qt = 0, Zu = 1,
|
|
13043
|
+
const Qt = 0, Zu = 1, yr = 2, Tn = 3;
|
|
13044
13044
|
class ui {
|
|
13045
13045
|
constructor(e, t, r, s) {
|
|
13046
13046
|
this.parent = e, this.children = t, this.dom = r, this.contentDOM = s, this.dirty = Qt, r.pmViewDesc = this;
|
|
@@ -13317,7 +13317,7 @@ class ui {
|
|
|
13317
13317
|
let f = c.focusNode.childNodes[c.focusOffset];
|
|
13318
13318
|
f && f.contentEditable == "false" && (s = !0);
|
|
13319
13319
|
}
|
|
13320
|
-
if (!(s || u && kt) &&
|
|
13320
|
+
if (!(s || u && kt) && _r(l.node, l.offset, c.anchorNode, c.anchorOffset) && _r(a.node, a.offset, c.focusNode, c.focusOffset))
|
|
13321
13321
|
return;
|
|
13322
13322
|
let d = !1;
|
|
13323
13323
|
if ((c.extend || e == t) && !u) {
|
|
@@ -13350,19 +13350,19 @@ class ui {
|
|
|
13350
13350
|
if (r == o ? e <= o && t >= r : e < o && t > r) {
|
|
13351
13351
|
let l = r + i.border, a = o - i.border;
|
|
13352
13352
|
if (e >= l && t <= a) {
|
|
13353
|
-
this.dirty = e == r || t == o ?
|
|
13353
|
+
this.dirty = e == r || t == o ? yr : Zu, e == l && t == a && (i.contentLost || i.dom.parentNode != this.contentDOM) ? i.dirty = Tn : i.markDirty(e - l, t - l);
|
|
13354
13354
|
return;
|
|
13355
13355
|
} else
|
|
13356
|
-
i.dirty = i.dom == i.contentDOM && i.dom.parentNode == this.contentDOM && !i.children.length ?
|
|
13356
|
+
i.dirty = i.dom == i.contentDOM && i.dom.parentNode == this.contentDOM && !i.children.length ? yr : Tn;
|
|
13357
13357
|
}
|
|
13358
13358
|
r = o;
|
|
13359
13359
|
}
|
|
13360
|
-
this.dirty =
|
|
13360
|
+
this.dirty = yr;
|
|
13361
13361
|
}
|
|
13362
13362
|
markParentsDirty() {
|
|
13363
13363
|
let e = 1;
|
|
13364
13364
|
for (let t = this.parent; t; t = t.parent, e++) {
|
|
13365
|
-
let r = e == 1 ?
|
|
13365
|
+
let r = e == 1 ? yr : Zu;
|
|
13366
13366
|
t.dirty < r && (t.dirty = r);
|
|
13367
13367
|
}
|
|
13368
13368
|
}
|
|
@@ -13430,13 +13430,13 @@ class T5 extends ui {
|
|
|
13430
13430
|
return e.type === "characterData" && e.target.nodeValue == e.oldValue;
|
|
13431
13431
|
}
|
|
13432
13432
|
}
|
|
13433
|
-
class
|
|
13433
|
+
class Ir extends ui {
|
|
13434
13434
|
constructor(e, t, r, s) {
|
|
13435
13435
|
super(e, [], r, s), this.mark = t;
|
|
13436
13436
|
}
|
|
13437
13437
|
static create(e, t, r, s) {
|
|
13438
13438
|
let i = s.nodeViews[t.type.name], o = i && i(t, s, r);
|
|
13439
|
-
return (!o || !o.dom) && (o = bn.renderSpec(document, t.type.spec.toDOM(t, r))), new
|
|
13439
|
+
return (!o || !o.dom) && (o = bn.renderSpec(document, t.type.spec.toDOM(t, r))), new Ir(e, t, o.dom, o.contentDOM || o.dom);
|
|
13440
13440
|
}
|
|
13441
13441
|
parseRule() {
|
|
13442
13442
|
return this.dirty & Tn || this.mark.type.spec.reparseInView ? null : { mark: this.mark.type.name, attrs: this.mark.attrs, contentElement: this.contentDOM };
|
|
@@ -13453,7 +13453,7 @@ class _r extends ui {
|
|
|
13453
13453
|
}
|
|
13454
13454
|
}
|
|
13455
13455
|
slice(e, t, r) {
|
|
13456
|
-
let s =
|
|
13456
|
+
let s = Ir.create(this.parent, this.mark, !0, r), i = this.children, o = this.size;
|
|
13457
13457
|
t < o && (i = _l(i, t, o, r)), e > 0 && (i = _l(i, 0, e, r));
|
|
13458
13458
|
for (let l = 0; l < i.length; l++)
|
|
13459
13459
|
i[l].parent = s;
|
|
@@ -13532,7 +13532,7 @@ class er extends ui {
|
|
|
13532
13532
|
a.syncToMarks(c.marks, r, e);
|
|
13533
13533
|
let h;
|
|
13534
13534
|
a.findNodeMatch(c, u, d, f) || l && e.state.selection.from > s && e.state.selection.to < s + c.nodeSize && (h = a.findIndexWithChild(i.node)) > -1 && a.updateNodeAt(c, u, d, h, e) || a.updateNextNode(c, u, d, e, f, s) || a.addNode(c, u, d, e, s), s += c.nodeSize;
|
|
13535
|
-
}), a.syncToMarks([], r, e), this.node.isTextblock && a.addTextblockHacks(), a.destroyRest(), (a.changed || this.dirty ==
|
|
13535
|
+
}), a.syncToMarks([], r, e), this.node.isTextblock && a.addTextblockHacks(), a.destroyRest(), (a.changed || this.dirty == yr) && (o && this.protectLocalComposition(e, o), jh(this.contentDOM, this.children, e), ps && I5(this.dom));
|
|
13536
13536
|
}
|
|
13537
13537
|
localCompositionInfo(e, t) {
|
|
13538
13538
|
let { from: r, to: s } = e.state.selection;
|
|
@@ -13691,7 +13691,7 @@ function jh(n, e, t) {
|
|
|
13691
13691
|
r = r.nextSibling;
|
|
13692
13692
|
} else
|
|
13693
13693
|
s = !0, n.insertBefore(l, r);
|
|
13694
|
-
if (o instanceof
|
|
13694
|
+
if (o instanceof Ir) {
|
|
13695
13695
|
let a = r ? r.previousSibling : n.lastChild;
|
|
13696
13696
|
jh(o.contentDOM, o.children, t), r = a ? a.nextSibling : n.firstChild;
|
|
13697
13697
|
}
|
|
@@ -13704,11 +13704,11 @@ const Bs = function(n) {
|
|
|
13704
13704
|
n && (this.nodeName = n);
|
|
13705
13705
|
};
|
|
13706
13706
|
Bs.prototype = /* @__PURE__ */ Object.create(null);
|
|
13707
|
-
const
|
|
13707
|
+
const br = [new Bs()];
|
|
13708
13708
|
function Ol(n, e, t) {
|
|
13709
13709
|
if (n.length == 0)
|
|
13710
|
-
return
|
|
13711
|
-
let r = t ?
|
|
13710
|
+
return br;
|
|
13711
|
+
let r = t ? br[0] : new Bs(), s = [r];
|
|
13712
13712
|
for (let i = 0; i < n.length; i++) {
|
|
13713
13713
|
let o = n[i].type.attrs;
|
|
13714
13714
|
if (o) {
|
|
@@ -13722,16 +13722,16 @@ function Ol(n, e, t) {
|
|
|
13722
13722
|
return s;
|
|
13723
13723
|
}
|
|
13724
13724
|
function Wh(n, e, t, r) {
|
|
13725
|
-
if (t ==
|
|
13725
|
+
if (t == br && r == br)
|
|
13726
13726
|
return e;
|
|
13727
13727
|
let s = e;
|
|
13728
13728
|
for (let i = 0; i < r.length; i++) {
|
|
13729
13729
|
let o = r[i], l = t[i];
|
|
13730
13730
|
if (i) {
|
|
13731
13731
|
let a;
|
|
13732
|
-
l && l.nodeName == o.nodeName && s != n && (a = s.parentNode) && a.nodeName.toLowerCase() == o.nodeName || (a = document.createElement(o.nodeName), a.pmIsDeco = !0, a.appendChild(s), l =
|
|
13732
|
+
l && l.nodeName == o.nodeName && s != n && (a = s.parentNode) && a.nodeName.toLowerCase() == o.nodeName || (a = document.createElement(o.nodeName), a.pmIsDeco = !0, a.appendChild(s), l = br[0]), s = a;
|
|
13733
13733
|
}
|
|
13734
|
-
A5(s, l ||
|
|
13734
|
+
A5(s, l || br[0], o);
|
|
13735
13735
|
}
|
|
13736
13736
|
return s;
|
|
13737
13737
|
}
|
|
@@ -13758,7 +13758,7 @@ function A5(n, e, t) {
|
|
|
13758
13758
|
}
|
|
13759
13759
|
}
|
|
13760
13760
|
function Kh(n, e, t) {
|
|
13761
|
-
return Wh(n, n,
|
|
13761
|
+
return Wh(n, n, br, Ol(e, t, n.nodeType != 1));
|
|
13762
13762
|
}
|
|
13763
13763
|
function Ml(n, e) {
|
|
13764
13764
|
if (n.length != e.length)
|
|
@@ -13810,7 +13810,7 @@ class k5 {
|
|
|
13810
13810
|
if (l > -1)
|
|
13811
13811
|
l > this.index && (this.changed = !0, this.destroyBetween(this.index, l)), this.top = this.top.children[this.index];
|
|
13812
13812
|
else {
|
|
13813
|
-
let a =
|
|
13813
|
+
let a = Ir.create(this.top, e[i], t, r);
|
|
13814
13814
|
this.top.children.splice(this.index, 0, a), this.top = a, this.changed = !0;
|
|
13815
13815
|
}
|
|
13816
13816
|
this.index = 0, i++;
|
|
@@ -13834,7 +13834,7 @@ class k5 {
|
|
|
13834
13834
|
}
|
|
13835
13835
|
updateNodeAt(e, t, r, s, i) {
|
|
13836
13836
|
let o = this.top.children[s];
|
|
13837
|
-
return o.dirty == Tn && o.dom == o.contentDOM && (o.dirty =
|
|
13837
|
+
return o.dirty == Tn && o.dom == o.contentDOM && (o.dirty = yr), o.update(e, t, r, i) ? (this.destroyBetween(this.index, s), this.index++, !0) : !1;
|
|
13838
13838
|
}
|
|
13839
13839
|
findIndexWithChild(e) {
|
|
13840
13840
|
for (; ; ) {
|
|
@@ -13866,7 +13866,7 @@ class k5 {
|
|
|
13866
13866
|
if (!f && a.update(e, t, r, s))
|
|
13867
13867
|
return this.destroyBetween(this.index, l), a.dom != u && (this.changed = !0), this.index++, !0;
|
|
13868
13868
|
if (!f && (d = this.recreateWrapper(a, e, t, r, s, o)))
|
|
13869
|
-
return this.top.children[this.index] = d, d.contentDOM && (d.dirty =
|
|
13869
|
+
return this.top.children[this.index] = d, d.contentDOM && (d.dirty = yr, d.updateChildren(s, o + 1), d.dirty = Qt), this.changed = !0, this.index++, !0;
|
|
13870
13870
|
break;
|
|
13871
13871
|
}
|
|
13872
13872
|
}
|
|
@@ -13903,7 +13903,7 @@ class k5 {
|
|
|
13903
13903
|
// contentEditable.
|
|
13904
13904
|
addTextblockHacks() {
|
|
13905
13905
|
let e = this.top.children[this.index - 1], t = this.top;
|
|
13906
|
-
for (; e instanceof
|
|
13906
|
+
for (; e instanceof Ir; )
|
|
13907
13907
|
t = e, e = t.children[t.children.length - 1];
|
|
13908
13908
|
(!e || // Empty textblock
|
|
13909
13909
|
!(e instanceof na) || /\n$/.test(e.node.text) || this.view.requiresGeckoHackNode && /\s$/.test(e.node.text)) && ((kt || bt) && e && e.dom.contentEditable == "false" && this.addHackNode("IMG", t), this.addHackNode("BR", this.top));
|
|
@@ -13930,7 +13930,7 @@ function O5(n, e) {
|
|
|
13930
13930
|
for (; ; )
|
|
13931
13931
|
if (r) {
|
|
13932
13932
|
let c = t.children[r - 1];
|
|
13933
|
-
if (c instanceof
|
|
13933
|
+
if (c instanceof Ir)
|
|
13934
13934
|
t = c, r = c.children.length;
|
|
13935
13935
|
else {
|
|
13936
13936
|
l = c, r--;
|
|
@@ -14087,7 +14087,7 @@ function Ln(n, e = !1) {
|
|
|
14087
14087
|
if (Yh(n, t), !!Gh(n)) {
|
|
14088
14088
|
if (!e && n.input.mouseDown && n.input.mouseDown.allowDefault && bt) {
|
|
14089
14089
|
let r = n.domSelectionRange(), s = n.domObserver.currentSelection;
|
|
14090
|
-
if (r.anchorNode && s.anchorNode &&
|
|
14090
|
+
if (r.anchorNode && s.anchorNode && _r(r.anchorNode, r.anchorOffset, s.anchorNode, s.anchorOffset)) {
|
|
14091
14091
|
n.input.mouseDown.delayedSelectionSync = !0, n.domObserver.setCurSelection();
|
|
14092
14092
|
return;
|
|
14093
14093
|
}
|
|
@@ -14161,7 +14161,7 @@ function Jh(n) {
|
|
|
14161
14161
|
}
|
|
14162
14162
|
function P5(n) {
|
|
14163
14163
|
let e = n.docView.domFromPos(n.state.selection.anchor, 0), t = n.domSelectionRange();
|
|
14164
|
-
return
|
|
14164
|
+
return _r(e.node, e.offset, t.anchorNode, t.anchorOffset);
|
|
14165
14165
|
}
|
|
14166
14166
|
function Il(n, e) {
|
|
14167
14167
|
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;
|
|
@@ -14653,7 +14653,7 @@ Mt.keydown = (n, e) => {
|
|
|
14653
14653
|
if (t.keyCode != 229 && n.domObserver.forceFlush(), ps && t.keyCode == 13 && !t.ctrlKey && !t.altKey && !t.metaKey) {
|
|
14654
14654
|
let r = Date.now();
|
|
14655
14655
|
n.input.lastIOSEnter = r, n.input.lastIOSEnterFallbackTimeout = setTimeout(() => {
|
|
14656
|
-
n.input.lastIOSEnter == r && (n.someProp("handleKeyDown", (s) => s(n,
|
|
14656
|
+
n.input.lastIOSEnter == r && (n.someProp("handleKeyDown", (s) => s(n, gr(13, "Enter"))), n.input.lastIOSEnter = 0);
|
|
14657
14657
|
}, 200);
|
|
14658
14658
|
} else
|
|
14659
14659
|
n.someProp("handleKeyDown", (r) => r(n, t)) || U5(n, t) ? t.preventDefault() : Xn(n, "key");
|
|
@@ -14994,7 +14994,7 @@ Ot.beforeinput = (n, e) => {
|
|
|
14994
14994
|
n.domObserver.flushSoon();
|
|
14995
14995
|
let { domChangeCount: r } = n.input;
|
|
14996
14996
|
setTimeout(() => {
|
|
14997
|
-
if (n.input.domChangeCount != r || (n.dom.blur(), n.focus(), n.someProp("handleKeyDown", (i) => i(n,
|
|
14997
|
+
if (n.input.domChangeCount != r || (n.dom.blur(), n.focus(), n.someProp("handleKeyDown", (i) => i(n, gr(8, "Backspace")))))
|
|
14998
14998
|
return;
|
|
14999
14999
|
let { $cursor: s } = n.state.selection;
|
|
15000
15000
|
s && s.pos > 0 && n.dispatch(n.state.tr.delete(s.pos - 1, s.pos).scrollIntoView());
|
|
@@ -15016,7 +15016,7 @@ function qs(n, e) {
|
|
|
15016
15016
|
}
|
|
15017
15017
|
class eo {
|
|
15018
15018
|
constructor(e, t) {
|
|
15019
|
-
this.toDOM = e, this.spec = t ||
|
|
15019
|
+
this.toDOM = e, this.spec = t || Ar, this.side = this.spec.side || 0;
|
|
15020
15020
|
}
|
|
15021
15021
|
map(e, t, r, s) {
|
|
15022
15022
|
let { pos: i, deleted: o } = e.mapResult(t.from + s, this.side < 0 ? -1 : 1);
|
|
@@ -15034,7 +15034,7 @@ class eo {
|
|
|
15034
15034
|
}
|
|
15035
15035
|
class tr {
|
|
15036
15036
|
constructor(e, t) {
|
|
15037
|
-
this.attrs = e, this.spec = t ||
|
|
15037
|
+
this.attrs = e, this.spec = t || Ar;
|
|
15038
15038
|
}
|
|
15039
15039
|
map(e, t, r, s) {
|
|
15040
15040
|
let i = e.map(t.from + s, this.spec.inclusiveStart ? -1 : 1) - r, o = e.map(t.to + s, this.spec.inclusiveEnd ? 1 : -1) - r;
|
|
@@ -15054,7 +15054,7 @@ class tr {
|
|
|
15054
15054
|
}
|
|
15055
15055
|
class Sc {
|
|
15056
15056
|
constructor(e, t) {
|
|
15057
|
-
this.attrs = e, this.spec = t ||
|
|
15057
|
+
this.attrs = e, this.spec = t || Ar;
|
|
15058
15058
|
}
|
|
15059
15059
|
map(e, t, r, s) {
|
|
15060
15060
|
let i = e.mapResult(t.from + s, 1);
|
|
@@ -15144,7 +15144,7 @@ class Xt {
|
|
|
15144
15144
|
return this.type instanceof eo;
|
|
15145
15145
|
}
|
|
15146
15146
|
}
|
|
15147
|
-
const Yr = [],
|
|
15147
|
+
const Yr = [], Ar = {};
|
|
15148
15148
|
class ot {
|
|
15149
15149
|
/**
|
|
15150
15150
|
@internal
|
|
@@ -15158,7 +15158,7 @@ class ot {
|
|
|
15158
15158
|
you must make a copy if you want need to preserve that.
|
|
15159
15159
|
*/
|
|
15160
15160
|
static create(e, t) {
|
|
15161
|
-
return t.length ? to(t, e, 0,
|
|
15161
|
+
return t.length ? to(t, e, 0, Ar) : vt;
|
|
15162
15162
|
}
|
|
15163
15163
|
/**
|
|
15164
15164
|
Find all decorations in this set which touch the given range
|
|
@@ -15188,7 +15188,7 @@ class ot {
|
|
|
15188
15188
|
document.
|
|
15189
15189
|
*/
|
|
15190
15190
|
map(e, t, r) {
|
|
15191
|
-
return this == vt || e.maps.length == 0 ? this : this.mapInner(e, t, 0, 0, r ||
|
|
15191
|
+
return this == vt || e.maps.length == 0 ? this : this.mapInner(e, t, 0, 0, r || Ar);
|
|
15192
15192
|
}
|
|
15193
15193
|
/**
|
|
15194
15194
|
@internal
|
|
@@ -15199,7 +15199,7 @@ class ot {
|
|
|
15199
15199
|
let a = this.local[l].map(e, r, s);
|
|
15200
15200
|
a && a.type.valid(t, a) ? (o || (o = [])).push(a) : i.onRemove && i.onRemove(this.local[l].spec);
|
|
15201
15201
|
}
|
|
15202
|
-
return this.children.length ? p3(this.children, o || [], e, t, r, s, i) : o ? new ot(o.sort(
|
|
15202
|
+
return this.children.length ? p3(this.children, o || [], e, t, r, s, i) : o ? new ot(o.sort(kr), Yr) : vt;
|
|
15203
15203
|
}
|
|
15204
15204
|
/**
|
|
15205
15205
|
Add the given array of decorations to the ones in the set,
|
|
@@ -15217,13 +15217,13 @@ class ot {
|
|
|
15217
15217
|
if (u = fp(t, l, c)) {
|
|
15218
15218
|
for (s || (s = this.children.slice()); i < s.length && s[i] < a; )
|
|
15219
15219
|
i += 3;
|
|
15220
|
-
s[i] == a ? s[i + 2] = s[i + 2].addInner(l, u, c + 1) : s.splice(i, 0, a, a + l.nodeSize, to(u, l, c + 1,
|
|
15220
|
+
s[i] == a ? s[i + 2] = s[i + 2].addInner(l, u, c + 1) : s.splice(i, 0, a, a + l.nodeSize, to(u, l, c + 1, Ar)), i += 3;
|
|
15221
15221
|
}
|
|
15222
15222
|
});
|
|
15223
15223
|
let o = dp(i ? hp(t) : t, -r);
|
|
15224
15224
|
for (let l = 0; l < o.length; l++)
|
|
15225
15225
|
o[l].type.valid(e, o[l]) || o.splice(l--, 1);
|
|
15226
|
-
return new ot(o.length ? this.local.concat(o).sort(
|
|
15226
|
+
return new ot(o.length ? this.local.concat(o).sort(kr) : this.local, s || this.children);
|
|
15227
15227
|
}
|
|
15228
15228
|
/**
|
|
15229
15229
|
Create a new set that contains the decorations in this set, minus
|
|
@@ -15275,7 +15275,7 @@ class ot {
|
|
|
15275
15275
|
}
|
|
15276
15276
|
}
|
|
15277
15277
|
if (s) {
|
|
15278
|
-
let l = new ot(s.sort(
|
|
15278
|
+
let l = new ot(s.sort(kr), Yr);
|
|
15279
15279
|
return r ? new Gn([l, r]) : l;
|
|
15280
15280
|
}
|
|
15281
15281
|
return r || vt;
|
|
@@ -15324,7 +15324,7 @@ class Gn {
|
|
|
15324
15324
|
this.members = e;
|
|
15325
15325
|
}
|
|
15326
15326
|
map(e, t) {
|
|
15327
|
-
const r = this.members.map((s) => s.map(e, t,
|
|
15327
|
+
const r = this.members.map((s) => s.map(e, t, Ar));
|
|
15328
15328
|
return Gn.from(r);
|
|
15329
15329
|
}
|
|
15330
15330
|
forChild(e, t) {
|
|
@@ -15358,7 +15358,7 @@ class Gn {
|
|
|
15358
15358
|
t.push(i[o]);
|
|
15359
15359
|
}
|
|
15360
15360
|
}
|
|
15361
|
-
return t ? Cc(r ? t : t.sort(
|
|
15361
|
+
return t ? Cc(r ? t : t.sort(kr)) : Yr;
|
|
15362
15362
|
}
|
|
15363
15363
|
// Create a group for the given array of decoration sets, or return
|
|
15364
15364
|
// a single set when possible.
|
|
@@ -15420,7 +15420,7 @@ function p3(n, e, t, r, s, i, o) {
|
|
|
15420
15420
|
l.splice(f, 0, u.children[d], u.children[d + 1], u.children[d + 2]);
|
|
15421
15421
|
}
|
|
15422
15422
|
}
|
|
15423
|
-
return new ot(e.sort(
|
|
15423
|
+
return new ot(e.sort(kr), l);
|
|
15424
15424
|
}
|
|
15425
15425
|
function dp(n, e) {
|
|
15426
15426
|
if (!e || !n.length)
|
|
@@ -15469,12 +15469,12 @@ function to(n, e, t, r) {
|
|
|
15469
15469
|
u != vt && s.push(a, a + l.nodeSize, u);
|
|
15470
15470
|
}
|
|
15471
15471
|
});
|
|
15472
|
-
let o = dp(i ? hp(n) : n, -t).sort(
|
|
15472
|
+
let o = dp(i ? hp(n) : n, -t).sort(kr);
|
|
15473
15473
|
for (let l = 0; l < o.length; l++)
|
|
15474
15474
|
o[l].type.valid(e, o[l]) || (r.onRemove && r.onRemove(o[l].spec), o.splice(l--, 1));
|
|
15475
15475
|
return o.length || s.length ? new ot(o, s) : vt;
|
|
15476
15476
|
}
|
|
15477
|
-
function
|
|
15477
|
+
function kr(n, e) {
|
|
15478
15478
|
return n.from - e.from || n.to - e.to;
|
|
15479
15479
|
}
|
|
15480
15480
|
function Cc(n) {
|
|
@@ -15496,7 +15496,7 @@ function Cc(n) {
|
|
|
15496
15496
|
return e;
|
|
15497
15497
|
}
|
|
15498
15498
|
function dd(n, e, t) {
|
|
15499
|
-
for (; e < n.length &&
|
|
15499
|
+
for (; e < n.length && kr(t, n[e]) > 0; )
|
|
15500
15500
|
e++;
|
|
15501
15501
|
n.splice(e, 0, t);
|
|
15502
15502
|
}
|
|
@@ -15577,7 +15577,7 @@ class b3 {
|
|
|
15577
15577
|
return Ln(this.view);
|
|
15578
15578
|
if (Lt && qn <= 11 && !this.view.state.selection.empty) {
|
|
15579
15579
|
let e = this.view.domSelectionRange();
|
|
15580
|
-
if (e.focusNode &&
|
|
15580
|
+
if (e.focusNode && _r(e.focusNode, e.focusOffset, e.anchorNode, e.anchorOffset))
|
|
15581
15581
|
return this.flushSoon();
|
|
15582
15582
|
}
|
|
15583
15583
|
this.flush();
|
|
@@ -15679,7 +15679,7 @@ function S3(n) {
|
|
|
15679
15679
|
}
|
|
15680
15680
|
n.dom.addEventListener("beforeinput", t, !0), document.execCommand("indent"), n.dom.removeEventListener("beforeinput", t, !0);
|
|
15681
15681
|
let r = e.startContainer, s = e.startOffset, i = e.endContainer, o = e.endOffset, l = n.domAtPos(n.state.selection.anchor);
|
|
15682
|
-
return
|
|
15682
|
+
return _r(l.node, l.offset, i, o) && ([r, s, i, o] = [i, o, r, s]), { anchorNode: r, anchorOffset: s, focusNode: i, focusOffset: o };
|
|
15683
15683
|
}
|
|
15684
15684
|
function C3(n, e, t) {
|
|
15685
15685
|
let { node: r, fromOffset: s, toOffset: i, from: o, to: l } = n.docView.parseRange(e, t), a = n.domSelectionRange(), c, u = a.anchorNode;
|
|
@@ -15730,7 +15730,7 @@ function x3(n, e, t, r, s) {
|
|
|
15730
15730
|
if (n.input.compositionPendingChanges = 0, e < 0) {
|
|
15731
15731
|
let U = n.input.lastSelectionTime > Date.now() - 50 ? n.input.lastSelectionOrigin : null, $ = gc(n, U);
|
|
15732
15732
|
if ($ && !n.state.selection.eq($)) {
|
|
15733
|
-
if (bt && rn && n.input.lastKeyCode === 13 && Date.now() - 100 < n.input.lastKeyCodeTime && n.someProp("handleKeyDown", (B) => B(n,
|
|
15733
|
+
if (bt && rn && n.input.lastKeyCode === 13 && Date.now() - 100 < n.input.lastKeyCodeTime && n.someProp("handleKeyDown", (B) => B(n, gr(13, "Enter"))))
|
|
15734
15734
|
return;
|
|
15735
15735
|
let N = n.state.tr.setSelection($);
|
|
15736
15736
|
U == "pointer" ? N.setMeta("pointer", !0) : U == "key" && N.scrollIntoView(), i && N.setMeta("composition", i), n.dispatch(N);
|
|
@@ -15742,7 +15742,7 @@ function x3(n, e, t, r, s) {
|
|
|
15742
15742
|
let a = n.state.selection, c = C3(n, e, t), u = n.state.doc, d = u.slice(c.from, c.to), f, h;
|
|
15743
15743
|
n.input.lastKeyCode === 8 && Date.now() - 100 < n.input.lastKeyCodeTime ? (f = n.state.selection.to, h = "end") : (f = n.state.selection.from, h = "start"), n.input.lastKeyCode = null;
|
|
15744
15744
|
let p = O3(d.content, c.doc.content, c.from, f, h);
|
|
15745
|
-
if ((ps && n.input.lastIOSEnter > Date.now() - 225 || rn) && s.some((U) => U.nodeType == 1 && !T3.test(U.nodeName)) && (!p || p.endA >= p.endB) && n.someProp("handleKeyDown", (U) => U(n,
|
|
15745
|
+
if ((ps && n.input.lastIOSEnter > Date.now() - 225 || rn) && s.some((U) => U.nodeType == 1 && !T3.test(U.nodeName)) && (!p || p.endA >= p.endB) && n.someProp("handleKeyDown", (U) => U(n, gr(13, "Enter")))) {
|
|
15746
15746
|
n.input.lastIOSEnter = 0;
|
|
15747
15747
|
return;
|
|
15748
15748
|
}
|
|
@@ -15765,17 +15765,17 @@ function x3(n, e, t, r, s) {
|
|
|
15765
15765
|
}
|
|
15766
15766
|
n.input.domChangeCount++, n.state.selection.from < n.state.selection.to && p.start == p.endB && n.state.selection instanceof Ue && (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)), Lt && qn <= 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--);
|
|
15767
15767
|
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, w;
|
|
15768
|
-
if ((ps && n.input.lastIOSEnter > Date.now() - 225 && (!S || s.some((U) => U.nodeName == "DIV" || U.nodeName == "P")) || !S && m.pos < c.doc.content.size && !m.sameParent(g) && (w = ze.findFrom(c.doc.resolve(m.pos + 1), 1, !0)) && w.head == g.pos) && n.someProp("handleKeyDown", (U) => U(n,
|
|
15768
|
+
if ((ps && n.input.lastIOSEnter > Date.now() - 225 && (!S || s.some((U) => U.nodeName == "DIV" || U.nodeName == "P")) || !S && m.pos < c.doc.content.size && !m.sameParent(g) && (w = ze.findFrom(c.doc.resolve(m.pos + 1), 1, !0)) && w.head == g.pos) && n.someProp("handleKeyDown", (U) => U(n, gr(13, "Enter")))) {
|
|
15769
15769
|
n.input.lastIOSEnter = 0;
|
|
15770
15770
|
return;
|
|
15771
15771
|
}
|
|
15772
|
-
if (n.state.selection.anchor > p.start && k3(u, p.start, p.endA, m, g) && n.someProp("handleKeyDown", (U) => U(n,
|
|
15772
|
+
if (n.state.selection.anchor > p.start && k3(u, p.start, p.endA, m, g) && n.someProp("handleKeyDown", (U) => U(n, gr(8, "Backspace")))) {
|
|
15773
15773
|
rn && bt && n.domObserver.suppressSelectionUpdates();
|
|
15774
15774
|
return;
|
|
15775
15775
|
}
|
|
15776
15776
|
bt && rn && p.endB == p.start && (n.input.lastAndroidDelete = Date.now()), rn && !S && m.start() != g.start() && g.parentOffset == 0 && m.depth == g.depth && c.sel && c.sel.anchor == c.sel.head && c.sel.head == p.endA && (p.endB -= 2, g = c.doc.resolveNoCache(p.endB - c.from), setTimeout(() => {
|
|
15777
15777
|
n.someProp("handleKeyDown", function(U) {
|
|
15778
|
-
return U(n,
|
|
15778
|
+
return U(n, gr(13, "Enter"));
|
|
15779
15779
|
});
|
|
15780
15780
|
}, 20));
|
|
15781
15781
|
let y = p.start, M = p.endA, T, V, z;
|
|
@@ -16501,7 +16501,7 @@ function mp(n) {
|
|
|
16501
16501
|
const G3 = (n, e) => {
|
|
16502
16502
|
let t = n.selection, r = t instanceof Ie, s;
|
|
16503
16503
|
if (r) {
|
|
16504
|
-
if (t.node.isTextblock || !
|
|
16504
|
+
if (t.node.isTextblock || !ar(n.doc, t.from))
|
|
16505
16505
|
return !1;
|
|
16506
16506
|
s = t.from;
|
|
16507
16507
|
} else if (s = qo(n.doc, t.from, -1), s == null)
|
|
@@ -16514,7 +16514,7 @@ const G3 = (n, e) => {
|
|
|
16514
16514
|
}, Y3 = (n, e) => {
|
|
16515
16515
|
let t = n.selection, r;
|
|
16516
16516
|
if (t instanceof Ie) {
|
|
16517
|
-
if (t.node.isTextblock || !
|
|
16517
|
+
if (t.node.isTextblock || !ar(n.doc, t.to))
|
|
16518
16518
|
return !1;
|
|
16519
16519
|
r = t.to;
|
|
16520
16520
|
} else if (r = qo(n.doc, t.to, 1), r == null)
|
|
@@ -16577,7 +16577,7 @@ const X3 = (n, e) => {
|
|
|
16577
16577
|
};
|
|
16578
16578
|
function tb(n, e, t) {
|
|
16579
16579
|
let r = e.nodeBefore, s = e.nodeAfter, i = e.index();
|
|
16580
|
-
return !r || !s || !r.type.compatibleContent(s.type) ? !1 : !r.content.size && e.parent.canReplace(i - 1, i) ? (t && t(n.tr.delete(e.pos - r.nodeSize, e.pos).scrollIntoView()), !0) : !e.parent.canReplace(i, i + 1) || !(s.isTextblock ||
|
|
16580
|
+
return !r || !s || !r.type.compatibleContent(s.type) ? !1 : !r.content.size && e.parent.canReplace(i - 1, i) ? (t && t(n.tr.delete(e.pos - r.nodeSize, e.pos).scrollIntoView()), !0) : !e.parent.canReplace(i, i + 1) || !(s.isTextblock || ar(n.doc, e.pos)) ? !1 : (t && t(n.tr.clearIncompatible(e.pos, r.type, r.contentMatchAt(r.childCount)).join(e.pos).scrollIntoView()), !0);
|
|
16581
16581
|
}
|
|
16582
16582
|
function vp(n, e, t) {
|
|
16583
16583
|
let r = e.nodeBefore, s = e.nodeAfter, i, o;
|
|
@@ -16593,7 +16593,7 @@ function vp(n, e, t) {
|
|
|
16593
16593
|
f = ue.from(i[m].create(null, f));
|
|
16594
16594
|
f = ue.from(r.copy(f));
|
|
16595
16595
|
let h = n.tr.step(new ut(e.pos - 1, d, e.pos, d, new ye(f, 1, 0), i.length, !0)), p = d + 2 * i.length;
|
|
16596
|
-
|
|
16596
|
+
ar(h.doc, p) && h.join(p), t(h.scrollIntoView());
|
|
16597
16597
|
}
|
|
16598
16598
|
return !0;
|
|
16599
16599
|
}
|
|
@@ -16711,7 +16711,7 @@ function lb(n, e, t, r) {
|
|
|
16711
16711
|
return !1;
|
|
16712
16712
|
s.lift(r, l);
|
|
16713
16713
|
let a = s.mapping.map(i, -1) - 1;
|
|
16714
|
-
return
|
|
16714
|
+
return ar(s.doc, a) && s.join(a), e(s.scrollIntoView()), !0;
|
|
16715
16715
|
}
|
|
16716
16716
|
function cb(n, e, t) {
|
|
16717
16717
|
let r = n.tr, s = t.parent;
|
|
@@ -17597,7 +17597,7 @@ function Tc(n, e, t = {}) {
|
|
|
17597
17597
|
to: a
|
|
17598
17598
|
};
|
|
17599
17599
|
}
|
|
17600
|
-
function
|
|
17600
|
+
function cr(n, e) {
|
|
17601
17601
|
if (typeof n == "string") {
|
|
17602
17602
|
if (!e.marks[n])
|
|
17603
17603
|
throw Error(`There is no mark type named '${n}'. Maybe you forgot to add the extension?`);
|
|
@@ -17606,7 +17606,7 @@ function lr(n, e) {
|
|
|
17606
17606
|
return n;
|
|
17607
17607
|
}
|
|
17608
17608
|
const Bb = (n, e = {}) => ({ tr: t, state: r, dispatch: s }) => {
|
|
17609
|
-
const i =
|
|
17609
|
+
const i = cr(n, r.schema), { doc: o, selection: l } = t, { $from: a, from: c, to: u } = l;
|
|
17610
17610
|
if (s) {
|
|
17611
17611
|
const d = Tc(a, i, e);
|
|
17612
17612
|
if (d && d.from <= c && d.to >= u) {
|
|
@@ -17814,7 +17814,7 @@ function Ad(n, e) {
|
|
|
17814
17814
|
const i7 = (n, e) => ({ tr: t, state: r, dispatch: s }) => {
|
|
17815
17815
|
let i = null, o = null;
|
|
17816
17816
|
const l = la(typeof n == "string" ? n : n.name, r.schema);
|
|
17817
|
-
return l ? (l === "node" && (i = dt(n, r.schema)), l === "mark" && (o =
|
|
17817
|
+
return l ? (l === "node" && (i = dt(n, r.schema)), l === "mark" && (o = cr(n, r.schema)), s && t.selection.ranges.forEach((a) => {
|
|
17818
17818
|
r.doc.nodesBetween(a.$from.pos, a.$to.pos, (c, u) => {
|
|
17819
17819
|
i && i === c.type && t.setNodeMarkup(u, void 0, Ad(c.attrs, e)), o && c.marks.length && c.marks.forEach((d) => {
|
|
17820
17820
|
o === d.type && t.addMark(u, u + c.nodeSize, o.create(Ad(d.attrs, e)));
|
|
@@ -17833,7 +17833,7 @@ const h7 = (n, e = !1, t = {}) => ({ tr: r, editor: s, dispatch: i }) => {
|
|
|
17833
17833
|
return i && r.replaceWith(0, o.content.size, l).setMeta("preventUpdate", !e), !0;
|
|
17834
17834
|
};
|
|
17835
17835
|
function ca(n, e) {
|
|
17836
|
-
const t =
|
|
17836
|
+
const t = cr(e, n.schema), { from: r, to: s, empty: i } = n.selection, o = [];
|
|
17837
17837
|
i ? (n.storedMarks && o.push(...n.storedMarks), o.push(...n.selection.$head.marks())) : n.doc.nodesBetween(r, s, (a) => {
|
|
17838
17838
|
o.push(...a.marks);
|
|
17839
17839
|
});
|
|
@@ -17966,7 +17966,7 @@ function Fi(n, e, t) {
|
|
|
17966
17966
|
}));
|
|
17967
17967
|
}
|
|
17968
17968
|
function $l(n, e, t = {}) {
|
|
17969
|
-
const { empty: r, ranges: s } = n.selection, i = e ?
|
|
17969
|
+
const { empty: r, ranges: s } = n.selection, i = e ? cr(e, n.schema) : null;
|
|
17970
17970
|
if (r)
|
|
17971
17971
|
return !!(n.storedMarks || n.selection.$from.marks()).filter((d) => i ? i.name === d.type.name : !0).find((d) => ro(d.attrs, t, { strict: !1 }));
|
|
17972
17972
|
let o = 0;
|
|
@@ -18052,7 +18052,7 @@ function k7(n, e, t) {
|
|
|
18052
18052
|
});
|
|
18053
18053
|
}
|
|
18054
18054
|
const O7 = (n, e = {}) => ({ tr: t, state: r, dispatch: s }) => {
|
|
18055
|
-
const { selection: i } = t, { empty: o, ranges: l } = i, a =
|
|
18055
|
+
const { selection: i } = t, { empty: o, ranges: l } = i, a = cr(n, r.schema);
|
|
18056
18056
|
if (s)
|
|
18057
18057
|
if (o) {
|
|
18058
18058
|
const c = ca(r, a);
|
|
@@ -18182,7 +18182,7 @@ const L7 = ({ keepMarks: n = !0 } = {}) => ({ tr: e, state: t, dispatch: r, edit
|
|
|
18182
18182
|
if (r === void 0)
|
|
18183
18183
|
return !0;
|
|
18184
18184
|
const s = n.doc.nodeAt(r);
|
|
18185
|
-
return t.node.type === (s == null ? void 0 : s.type) &&
|
|
18185
|
+
return t.node.type === (s == null ? void 0 : s.type) && ar(n.doc, t.pos) && n.join(t.pos), !0;
|
|
18186
18186
|
}, Ua = (n, e) => {
|
|
18187
18187
|
const t = kc((o) => o.type === e)(n.selection);
|
|
18188
18188
|
if (!t)
|
|
@@ -18191,7 +18191,7 @@ const L7 = ({ keepMarks: n = !0 } = {}) => ({ tr: e, state: t, dispatch: r, edit
|
|
|
18191
18191
|
if (r === void 0)
|
|
18192
18192
|
return !0;
|
|
18193
18193
|
const s = n.doc.nodeAt(r);
|
|
18194
|
-
return t.node.type === (s == null ? void 0 : s.type) &&
|
|
18194
|
+
return t.node.type === (s == null ? void 0 : s.type) && ar(n.doc, r) && n.join(r), !0;
|
|
18195
18195
|
}, P7 = (n, e, t, r = {}) => ({ editor: s, tr: i, state: o, dispatch: l, chain: a, commands: c, can: u }) => {
|
|
18196
18196
|
const { extensions: d, splittableMarks: f } = s.extensionManager, h = dt(n, o.schema), p = dt(e, o.schema), { selection: m, storedMarks: g } = o, { $from: E, $to: S } = m, w = E.blockRange(S), y = g || m.$to.parentOffset && m.$from.marks();
|
|
18197
18197
|
if (!w)
|
|
@@ -18208,7 +18208,7 @@ const L7 = ({ keepMarks: n = !0 } = {}) => ({ tr: e, state: t, dispatch: r, edit
|
|
|
18208
18208
|
return i.ensureMarks(V), T ? !0 : c.clearNodes();
|
|
18209
18209
|
}).wrapInList(h, r).command(() => za(i, h)).command(() => Ua(i, h)).run();
|
|
18210
18210
|
}, $7 = (n, e = {}, t = {}) => ({ state: r, commands: s }) => {
|
|
18211
|
-
const { extendEmptyMarkRange: i = !1 } = t, o =
|
|
18211
|
+
const { extendEmptyMarkRange: i = !1 } = t, o = cr(n, r.schema);
|
|
18212
18212
|
return $l(r, o, e) ? s.unsetMark(o, { extendEmptyMarkRange: i }) : s.setMark(o, e);
|
|
18213
18213
|
}, F7 = (n, e, t = {}) => ({ state: r, commands: s }) => {
|
|
18214
18214
|
const i = dt(n, r.schema), o = dt(e, r.schema);
|
|
@@ -18243,7 +18243,7 @@ const L7 = ({ keepMarks: n = !0 } = {}) => ({ tr: e, state: t, dispatch: r, edit
|
|
|
18243
18243
|
}), !0;
|
|
18244
18244
|
}, z7 = (n, e = {}) => ({ tr: t, state: r, dispatch: s }) => {
|
|
18245
18245
|
var i;
|
|
18246
|
-
const { extendEmptyMarkRange: o = !1 } = e, { selection: l } = t, a =
|
|
18246
|
+
const { extendEmptyMarkRange: o = !1 } = e, { selection: l } = t, a = cr(n, r.schema), { $from: c, empty: u, ranges: d } = l;
|
|
18247
18247
|
if (!s)
|
|
18248
18248
|
return !0;
|
|
18249
18249
|
if (u && o) {
|
|
@@ -18258,7 +18258,7 @@ const L7 = ({ keepMarks: n = !0 } = {}) => ({ tr: e, state: t, dispatch: r, edit
|
|
|
18258
18258
|
}, U7 = (n, e = {}) => ({ tr: t, state: r, dispatch: s }) => {
|
|
18259
18259
|
let i = null, o = null;
|
|
18260
18260
|
const l = la(typeof n == "string" ? n : n.name, r.schema);
|
|
18261
|
-
return l ? (l === "node" && (i = dt(n, r.schema)), l === "mark" && (o =
|
|
18261
|
+
return l ? (l === "node" && (i = dt(n, r.schema)), l === "mark" && (o = cr(n, r.schema)), s && t.selection.ranges.forEach((a) => {
|
|
18262
18262
|
const c = a.$from.pos, u = a.$to.pos;
|
|
18263
18263
|
r.doc.nodesBetween(c, u, (d, f) => {
|
|
18264
18264
|
i && i === d.type && t.setNodeMarkup(f, void 0, {
|
|
@@ -18877,7 +18877,7 @@ function oo(n) {
|
|
|
18877
18877
|
s().updateAttributes(d, i).run();
|
|
18878
18878
|
}
|
|
18879
18879
|
const u = o.doc.resolve(t.from - 1).nodeBefore;
|
|
18880
|
-
u && u.type === n.type &&
|
|
18880
|
+
u && u.type === n.type && ar(o.doc, t.from - 1) && (!n.joinPredicate || n.joinPredicate(r, u)) && o.join(t.from - 1);
|
|
18881
18881
|
}
|
|
18882
18882
|
});
|
|
18883
18883
|
}
|
|
@@ -18980,10 +18980,10 @@ function ti(n) {
|
|
|
18980
18980
|
}
|
|
18981
18981
|
});
|
|
18982
18982
|
}
|
|
18983
|
-
var xt = "top", Ht = "bottom", zt = "right", At = "left", di = "auto", xs = [xt, Ht, zt, At],
|
|
18984
|
-
return n.concat([e + "-" +
|
|
18983
|
+
var xt = "top", Ht = "bottom", zt = "right", At = "left", di = "auto", xs = [xt, Ht, zt, At], Dr = "start", gs = "end", Mp = "clippingParents", Mc = "viewport", Jr = "popper", _p = "reference", Bl = /* @__PURE__ */ xs.reduce(function(n, e) {
|
|
18984
|
+
return n.concat([e + "-" + Dr, e + "-" + gs]);
|
|
18985
18985
|
}, []), _c = /* @__PURE__ */ [].concat(xs, [di]).reduce(function(n, e) {
|
|
18986
|
-
return n.concat([e, e + "-" +
|
|
18986
|
+
return n.concat([e, e + "-" + Dr, e + "-" + gs]);
|
|
18987
18987
|
}, []), Ip = "beforeRead", Dp = "read", Np = "afterRead", Lp = "beforeMain", Rp = "main", Pp = "afterMain", $p = "beforeWrite", Fp = "write", Bp = "afterWrite", ao = [Ip, Dp, Np, Lp, Rp, Pp, $p, Fp, Bp];
|
|
18988
18988
|
function An(n) {
|
|
18989
18989
|
return n ? (n.nodeName || "").toLowerCase() : null;
|
|
@@ -18997,7 +18997,7 @@ function Ut(n) {
|
|
|
18997
18997
|
}
|
|
18998
18998
|
return n;
|
|
18999
18999
|
}
|
|
19000
|
-
function
|
|
19000
|
+
function Nr(n) {
|
|
19001
19001
|
var e = Ut(n).Element;
|
|
19002
19002
|
return n instanceof e || n instanceof Element;
|
|
19003
19003
|
}
|
|
@@ -19056,7 +19056,7 @@ const ua = {
|
|
|
19056
19056
|
function on(n) {
|
|
19057
19057
|
return n.split("-")[0];
|
|
19058
19058
|
}
|
|
19059
|
-
var
|
|
19059
|
+
var Or = Math.max, lo = Math.min, vs = Math.round;
|
|
19060
19060
|
function Vl() {
|
|
19061
19061
|
var n = navigator.userAgentData;
|
|
19062
19062
|
return n != null && n.brands && Array.isArray(n.brands) ? n.brands.map(function(e) {
|
|
@@ -19070,7 +19070,7 @@ function ys(n, e, t) {
|
|
|
19070
19070
|
e === void 0 && (e = !1), t === void 0 && (t = !1);
|
|
19071
19071
|
var r = n.getBoundingClientRect(), s = 1, i = 1;
|
|
19072
19072
|
e && Vt(n) && (s = n.offsetWidth > 0 && vs(r.width) / n.offsetWidth || 1, i = n.offsetHeight > 0 && vs(r.height) / n.offsetHeight || 1);
|
|
19073
|
-
var o =
|
|
19073
|
+
var o = Nr(n) ? Ut(n) : window, l = o.visualViewport, a = !Vp() && t, c = (r.left + (a && l ? l.offsetLeft : 0)) / s, u = (r.top + (a && l ? l.offsetTop : 0)) / i, d = r.width / s, f = r.height / i;
|
|
19074
19074
|
return {
|
|
19075
19075
|
width: d,
|
|
19076
19076
|
height: f,
|
|
@@ -19111,8 +19111,8 @@ function cn(n) {
|
|
|
19111
19111
|
function s8(n) {
|
|
19112
19112
|
return ["table", "td", "th"].indexOf(An(n)) >= 0;
|
|
19113
19113
|
}
|
|
19114
|
-
function
|
|
19115
|
-
return ((
|
|
19114
|
+
function ur(n) {
|
|
19115
|
+
return ((Nr(n) ? n.ownerDocument : (
|
|
19116
19116
|
// $FlowFixMe[prop-missing]
|
|
19117
19117
|
n.document
|
|
19118
19118
|
)) || window.document).documentElement;
|
|
@@ -19126,7 +19126,7 @@ function da(n) {
|
|
|
19126
19126
|
n.parentNode || // DOM Element detected
|
|
19127
19127
|
(Ic(n) ? n.host : null) || // ShadowRoot detected
|
|
19128
19128
|
// $FlowFixMe[incompatible-call]: HTMLElement is a Node
|
|
19129
|
-
|
|
19129
|
+
ur(n)
|
|
19130
19130
|
);
|
|
19131
19131
|
}
|
|
19132
19132
|
function Md(n) {
|
|
@@ -19158,7 +19158,7 @@ function Nc(n) {
|
|
|
19158
19158
|
return ["top", "bottom"].indexOf(n) >= 0 ? "x" : "y";
|
|
19159
19159
|
}
|
|
19160
19160
|
function Hs(n, e, t) {
|
|
19161
|
-
return
|
|
19161
|
+
return Or(n, lo(e, t));
|
|
19162
19162
|
}
|
|
19163
19163
|
function o8(n, e, t) {
|
|
19164
19164
|
var r = Hs(n, e, t);
|
|
@@ -19239,7 +19239,7 @@ function _d(n) {
|
|
|
19239
19239
|
var E = o.hasOwnProperty("x"), S = o.hasOwnProperty("y"), w = At, y = xt, M = window;
|
|
19240
19240
|
if (c) {
|
|
19241
19241
|
var T = fi(t), V = "clientHeight", z = "clientWidth";
|
|
19242
|
-
if (T === Ut(t) && (T =
|
|
19242
|
+
if (T === Ut(t) && (T = ur(t), cn(T).position !== "static" && l === "absolute" && (V = "scrollHeight", z = "scrollWidth")), T = T, s === xt || (s === At || s === zt) && i === gs) {
|
|
19243
19243
|
y = Ht;
|
|
19244
19244
|
var U = d && T === M && M.visualViewport ? M.visualViewport.height : (
|
|
19245
19245
|
// $FlowFixMe[prop-missing]
|
|
@@ -19362,10 +19362,10 @@ function Pc(n) {
|
|
|
19362
19362
|
};
|
|
19363
19363
|
}
|
|
19364
19364
|
function $c(n) {
|
|
19365
|
-
return ys(
|
|
19365
|
+
return ys(ur(n)).left + Pc(n).scrollLeft;
|
|
19366
19366
|
}
|
|
19367
19367
|
function g8(n, e) {
|
|
19368
|
-
var t = Ut(n), r =
|
|
19368
|
+
var t = Ut(n), r = ur(n), s = t.visualViewport, i = r.clientWidth, o = r.clientHeight, l = 0, a = 0;
|
|
19369
19369
|
if (s) {
|
|
19370
19370
|
i = s.width, o = s.height;
|
|
19371
19371
|
var c = Vp();
|
|
@@ -19379,8 +19379,8 @@ function g8(n, e) {
|
|
|
19379
19379
|
};
|
|
19380
19380
|
}
|
|
19381
19381
|
function v8(n) {
|
|
19382
|
-
var e, t =
|
|
19383
|
-
return cn(s || t).direction === "rtl" && (l +=
|
|
19382
|
+
var e, t = ur(n), r = Pc(n), s = (e = n.ownerDocument) == null ? void 0 : e.body, i = Or(t.scrollWidth, t.clientWidth, s ? s.scrollWidth : 0, s ? s.clientWidth : 0), o = Or(t.scrollHeight, t.clientHeight, s ? s.scrollHeight : 0, s ? s.clientHeight : 0), l = -r.scrollLeft + $c(n), a = -r.scrollTop;
|
|
19383
|
+
return cn(s || t).direction === "rtl" && (l += Or(t.clientWidth, s ? s.clientWidth : 0) - i), {
|
|
19384
19384
|
width: i,
|
|
19385
19385
|
height: o,
|
|
19386
19386
|
x: l,
|
|
@@ -19416,18 +19416,18 @@ function y8(n, e) {
|
|
|
19416
19416
|
return t.top = t.top + n.clientTop, t.left = t.left + n.clientLeft, t.bottom = t.top + n.clientHeight, t.right = t.left + n.clientWidth, t.width = n.clientWidth, t.height = n.clientHeight, t.x = t.left, t.y = t.top, t;
|
|
19417
19417
|
}
|
|
19418
19418
|
function Dd(n, e, t) {
|
|
19419
|
-
return e === Mc ? Hl(g8(n, t)) :
|
|
19419
|
+
return e === Mc ? Hl(g8(n, t)) : Nr(e) ? y8(e, t) : Hl(v8(ur(n)));
|
|
19420
19420
|
}
|
|
19421
19421
|
function b8(n) {
|
|
19422
19422
|
var e = zs(da(n)), t = ["absolute", "fixed"].indexOf(cn(n).position) >= 0, r = t && Vt(n) ? fi(n) : n;
|
|
19423
|
-
return
|
|
19424
|
-
return
|
|
19423
|
+
return Nr(r) ? e.filter(function(s) {
|
|
19424
|
+
return Nr(s) && Hp(s, r) && An(s) !== "body";
|
|
19425
19425
|
}) : [];
|
|
19426
19426
|
}
|
|
19427
19427
|
function E8(n, e, t, r) {
|
|
19428
19428
|
var s = e === "clippingParents" ? b8(n) : [].concat(e), i = [].concat(s, [t]), o = i[0], l = i.reduce(function(a, c) {
|
|
19429
19429
|
var u = Dd(n, c, r);
|
|
19430
|
-
return a.top =
|
|
19430
|
+
return a.top = Or(u.top, a.top), a.right = lo(u.right, a.right), a.bottom = lo(u.bottom, a.bottom), a.left = Or(u.left, a.left), a;
|
|
19431
19431
|
}, Dd(n, o, r));
|
|
19432
19432
|
return l.width = l.right - l.left, l.height = l.bottom - l.top, l.x = l.left, l.y = l.top, l;
|
|
19433
19433
|
}
|
|
@@ -19468,7 +19468,7 @@ function Gp(n) {
|
|
|
19468
19468
|
if (c != null) {
|
|
19469
19469
|
var u = c === "y" ? "height" : "width";
|
|
19470
19470
|
switch (i) {
|
|
19471
|
-
case
|
|
19471
|
+
case Dr:
|
|
19472
19472
|
a[c] = a[c] - (e[u] / 2 - t[u] / 2);
|
|
19473
19473
|
break;
|
|
19474
19474
|
case gs:
|
|
@@ -19480,7 +19480,7 @@ function Gp(n) {
|
|
|
19480
19480
|
}
|
|
19481
19481
|
function Es(n, e) {
|
|
19482
19482
|
e === void 0 && (e = {});
|
|
19483
|
-
var t = e, r = t.placement, s = r === void 0 ? n.placement : r, i = t.strategy, o = i === void 0 ? n.strategy : i, l = t.boundary, a = l === void 0 ? Mp : l, c = t.rootBoundary, u = c === void 0 ? Mc : c, d = t.elementContext, f = d === void 0 ? Jr : d, h = t.altBoundary, p = h === void 0 ? !1 : h, m = t.padding, g = m === void 0 ? 0 : m, E = Up(typeof g != "number" ? g : jp(g, xs)), S = f === Jr ? _p : Jr, w = n.rects.popper, y = n.elements[p ? S : f], M = E8(
|
|
19483
|
+
var t = e, r = t.placement, s = r === void 0 ? n.placement : r, i = t.strategy, o = i === void 0 ? n.strategy : i, l = t.boundary, a = l === void 0 ? Mp : l, c = t.rootBoundary, u = c === void 0 ? Mc : c, d = t.elementContext, f = d === void 0 ? Jr : d, h = t.altBoundary, p = h === void 0 ? !1 : h, m = t.padding, g = m === void 0 ? 0 : m, E = Up(typeof g != "number" ? g : jp(g, xs)), S = f === Jr ? _p : Jr, w = n.rects.popper, y = n.elements[p ? S : f], M = E8(Nr(y) ? y : y.contextElement || ur(n.elements.popper), a, u, o), T = ys(n.elements.reference), V = Gp({
|
|
19484
19484
|
reference: T,
|
|
19485
19485
|
element: w,
|
|
19486
19486
|
strategy: "absolute",
|
|
@@ -19539,7 +19539,7 @@ function w8(n) {
|
|
|
19539
19539
|
allowedAutoPlacements: m
|
|
19540
19540
|
}) : xe);
|
|
19541
19541
|
}, []), M = e.rects.reference, T = e.rects.popper, V = /* @__PURE__ */ new Map(), z = !0, U = y[0], $ = 0; $ < y.length; $++) {
|
|
19542
|
-
var N = y[$], B = on(N), j = bs(N) ===
|
|
19542
|
+
var N = y[$], B = on(N), j = bs(N) === Dr, H = [xt, Ht].indexOf(B) >= 0, F = H ? "width" : "height", P = Es(e, {
|
|
19543
19543
|
placement: N,
|
|
19544
19544
|
boundary: u,
|
|
19545
19545
|
rootBoundary: d,
|
|
@@ -19688,10 +19688,10 @@ function M8(n) {
|
|
|
19688
19688
|
};
|
|
19689
19689
|
if (T) {
|
|
19690
19690
|
if (i) {
|
|
19691
|
-
var j, H = y === "y" ? xt : At, F = y === "y" ? Ht : zt, P = y === "y" ? "height" : "width", G = T[y], D = G + g[H], Q = G - g[F], re = h ? -z[P] / 2 : 0, de = S ===
|
|
19691
|
+
var j, H = y === "y" ? xt : At, F = y === "y" ? Ht : zt, P = y === "y" ? "height" : "width", G = T[y], D = G + g[H], Q = G - g[F], re = h ? -z[P] / 2 : 0, de = S === Dr ? V[P] : z[P], ge = S === Dr ? -z[P] : -V[P], ve = e.elements.arrow, Ce = h && ve ? Dc(ve) : {
|
|
19692
19692
|
width: 0,
|
|
19693
19693
|
height: 0
|
|
19694
|
-
}, xe = e.modifiersData["arrow#persistent"] ? e.modifiersData["arrow#persistent"].padding : zp(), Oe = xe[H], be = xe[F], x = Hs(0, V[P], Ce[P]), k = w ? V[P] / 2 - re - x - Oe - $.mainAxis : de - x - Oe - $.mainAxis, C = w ? -V[P] / 2 + re + x + be + $.mainAxis : ge + x + be + $.mainAxis, A = e.elements.arrow && fi(e.elements.arrow), v = A ? y === "y" ? A.clientTop || 0 : A.clientLeft || 0 : 0, b = (j = N == null ? void 0 : N[y]) != null ? j : 0, _ = G + k - b - v, I = G + C - b, L = Hs(h ? lo(D, _) : D, G, h ?
|
|
19694
|
+
}, xe = e.modifiersData["arrow#persistent"] ? e.modifiersData["arrow#persistent"].padding : zp(), Oe = xe[H], be = xe[F], x = Hs(0, V[P], Ce[P]), k = w ? V[P] / 2 - re - x - Oe - $.mainAxis : de - x - Oe - $.mainAxis, C = w ? -V[P] / 2 + re + x + be + $.mainAxis : ge + x + be + $.mainAxis, A = e.elements.arrow && fi(e.elements.arrow), v = A ? y === "y" ? A.clientTop || 0 : A.clientLeft || 0 : 0, b = (j = N == null ? void 0 : N[y]) != null ? j : 0, _ = G + k - b - v, I = G + C - b, L = Hs(h ? lo(D, _) : D, G, h ? Or(Q, I) : Q);
|
|
19695
19695
|
T[y] = L, B[y] = L - G;
|
|
19696
19696
|
}
|
|
19697
19697
|
if (l) {
|
|
@@ -19723,7 +19723,7 @@ function D8(n) {
|
|
|
19723
19723
|
}
|
|
19724
19724
|
function N8(n, e, t) {
|
|
19725
19725
|
t === void 0 && (t = !1);
|
|
19726
|
-
var r = Vt(e), s = Vt(e) && D8(e), i =
|
|
19726
|
+
var r = Vt(e), s = Vt(e) && D8(e), i = ur(e), o = ys(n, s, t), l = {
|
|
19727
19727
|
scrollLeft: 0,
|
|
19728
19728
|
scrollTop: 0
|
|
19729
19729
|
}, a = {
|
|
@@ -19782,7 +19782,7 @@ function Hn(n) {
|
|
|
19782
19782
|
return s.replace(/%s/, i);
|
|
19783
19783
|
}, n);
|
|
19784
19784
|
}
|
|
19785
|
-
var
|
|
19785
|
+
var pr = 'Popper: modifier "%s" provided an invalid %s property, expected %s but got %s', $8 = 'Popper: modifier "%s" requires "%s", but "%s" modifier is not available', Rd = ["name", "enabled", "phase", "fn", "effect", "requires", "options"];
|
|
19786
19786
|
function F8(n) {
|
|
19787
19787
|
n.forEach(function(e) {
|
|
19788
19788
|
[].concat(Object.keys(e), Rd).filter(function(t, r, s) {
|
|
@@ -19790,25 +19790,25 @@ function F8(n) {
|
|
|
19790
19790
|
}).forEach(function(t) {
|
|
19791
19791
|
switch (t) {
|
|
19792
19792
|
case "name":
|
|
19793
|
-
typeof e.name != "string" && console.error(Hn(
|
|
19793
|
+
typeof e.name != "string" && console.error(Hn(pr, String(e.name), '"name"', '"string"', '"' + String(e.name) + '"'));
|
|
19794
19794
|
break;
|
|
19795
19795
|
case "enabled":
|
|
19796
|
-
typeof e.enabled != "boolean" && console.error(Hn(
|
|
19796
|
+
typeof e.enabled != "boolean" && console.error(Hn(pr, e.name, '"enabled"', '"boolean"', '"' + String(e.enabled) + '"'));
|
|
19797
19797
|
break;
|
|
19798
19798
|
case "phase":
|
|
19799
|
-
ao.indexOf(e.phase) < 0 && console.error(Hn(
|
|
19799
|
+
ao.indexOf(e.phase) < 0 && console.error(Hn(pr, e.name, '"phase"', "either " + ao.join(", "), '"' + String(e.phase) + '"'));
|
|
19800
19800
|
break;
|
|
19801
19801
|
case "fn":
|
|
19802
|
-
typeof e.fn != "function" && console.error(Hn(
|
|
19802
|
+
typeof e.fn != "function" && console.error(Hn(pr, e.name, '"fn"', '"function"', '"' + String(e.fn) + '"'));
|
|
19803
19803
|
break;
|
|
19804
19804
|
case "effect":
|
|
19805
|
-
e.effect != null && typeof e.effect != "function" && console.error(Hn(
|
|
19805
|
+
e.effect != null && typeof e.effect != "function" && console.error(Hn(pr, e.name, '"effect"', '"function"', '"' + String(e.fn) + '"'));
|
|
19806
19806
|
break;
|
|
19807
19807
|
case "requires":
|
|
19808
|
-
e.requires != null && !Array.isArray(e.requires) && console.error(Hn(
|
|
19808
|
+
e.requires != null && !Array.isArray(e.requires) && console.error(Hn(pr, e.name, '"requires"', '"array"', '"' + String(e.requires) + '"'));
|
|
19809
19809
|
break;
|
|
19810
19810
|
case "requiresIfExists":
|
|
19811
|
-
Array.isArray(e.requiresIfExists) || console.error(Hn(
|
|
19811
|
+
Array.isArray(e.requiresIfExists) || console.error(Hn(pr, e.name, '"requiresIfExists"', '"array"', '"' + String(e.requiresIfExists) + '"'));
|
|
19812
19812
|
break;
|
|
19813
19813
|
case "options":
|
|
19814
19814
|
case "data":
|
|
@@ -19879,7 +19879,7 @@ function fa(n) {
|
|
|
19879
19879
|
setOptions: function(E) {
|
|
19880
19880
|
var S = typeof E == "function" ? E(u.options) : E;
|
|
19881
19881
|
m(), u.options = Object.assign({}, i, u.options, S), u.scrollParents = {
|
|
19882
|
-
reference:
|
|
19882
|
+
reference: Nr(l) ? zs(l) : l.contextElement ? zs(l.contextElement) : [],
|
|
19883
19883
|
popper: zs(a)
|
|
19884
19884
|
};
|
|
19885
19885
|
var w = R8(V8([].concat(r, u.options.modifiers)));
|
|
@@ -20020,13 +20020,13 @@ const Qp = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
20020
20020
|
read: Dp,
|
|
20021
20021
|
reference: _p,
|
|
20022
20022
|
right: zt,
|
|
20023
|
-
start:
|
|
20023
|
+
start: Dr,
|
|
20024
20024
|
top: xt,
|
|
20025
20025
|
variationPlacements: Bl,
|
|
20026
20026
|
viewport: Mc,
|
|
20027
20027
|
write: Fp
|
|
20028
20028
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
20029
|
-
var K8 = "tippy-box", qp = "tippy-content", G8 = "tippy-backdrop", em = "tippy-arrow", tm = "tippy-svg-arrow",
|
|
20029
|
+
var K8 = "tippy-box", qp = "tippy-content", G8 = "tippy-backdrop", em = "tippy-arrow", tm = "tippy-svg-arrow", mr = {
|
|
20030
20030
|
passive: !0,
|
|
20031
20031
|
capture: !0
|
|
20032
20032
|
}, nm = function() {
|
|
@@ -20167,7 +20167,7 @@ function o4() {
|
|
|
20167
20167
|
}
|
|
20168
20168
|
}
|
|
20169
20169
|
function a4() {
|
|
20170
|
-
document.addEventListener("touchstart", i4,
|
|
20170
|
+
document.addEventListener("touchstart", i4, mr), window.addEventListener("blur", o4);
|
|
20171
20171
|
}
|
|
20172
20172
|
var l4 = typeof window < "u" && typeof document < "u", c4 = l4 ? (
|
|
20173
20173
|
// @ts-ignore
|
|
@@ -20521,11 +20521,11 @@ function b4(n, e) {
|
|
|
20521
20521
|
}
|
|
20522
20522
|
function xe() {
|
|
20523
20523
|
var q = H();
|
|
20524
|
-
q.addEventListener("mousedown", ge, !0), q.addEventListener("touchend", ge,
|
|
20524
|
+
q.addEventListener("mousedown", ge, !0), q.addEventListener("touchend", ge, mr), q.addEventListener("touchstart", Ce, mr), q.addEventListener("touchmove", ve, mr);
|
|
20525
20525
|
}
|
|
20526
20526
|
function Oe() {
|
|
20527
20527
|
var q = H();
|
|
20528
|
-
q.removeEventListener("mousedown", ge, !0), q.removeEventListener("touchend", ge,
|
|
20528
|
+
q.removeEventListener("mousedown", ge, !0), q.removeEventListener("touchend", ge, mr), q.removeEventListener("touchstart", Ce, mr), q.removeEventListener("touchmove", ve, mr);
|
|
20529
20529
|
}
|
|
20530
20530
|
function be(q, fe) {
|
|
20531
20531
|
k(q, function() {
|
|
@@ -21310,7 +21310,7 @@ const T4 = (n = {}) => {
|
|
|
21310
21310
|
function D4(n, e) {
|
|
21311
21311
|
return n in e || (e[n] = []), e[n];
|
|
21312
21312
|
}
|
|
21313
|
-
function
|
|
21313
|
+
function Er(n, e, t) {
|
|
21314
21314
|
e[Wl] && (e[Vi] = !0, e[xi] = !0), e[Kl] && (e[Vi] = !0, e[Gl] = !0), e[Vi] && (e[xi] = !0), e[Gl] && (e[xi] = !0), e[xi] && (e[Yl] = !0), e[fm] && (e[Yl] = !0);
|
|
21315
21315
|
for (const r in e) {
|
|
21316
21316
|
const s = D4(r, t);
|
|
@@ -21382,7 +21382,7 @@ Dt.prototype = {
|
|
|
21382
21382
|
tr(n, e, t, r) {
|
|
21383
21383
|
r = r || Dt.groups;
|
|
21384
21384
|
let s;
|
|
21385
|
-
return e && e.j ? s = e : (s = new Dt(e), t && r &&
|
|
21385
|
+
return e && e.j ? s = e : (s = new Dt(e), t && r && Er(e, t, r)), this.jr.push([n, s]), s;
|
|
21386
21386
|
},
|
|
21387
21387
|
/**
|
|
21388
21388
|
* Short for "take transitions", will take as many sequential transitions as
|
|
@@ -21440,9 +21440,9 @@ Dt.prototype = {
|
|
|
21440
21440
|
if (r)
|
|
21441
21441
|
if (o.t && typeof o.t == "string") {
|
|
21442
21442
|
const a = Ss(N4(o.t, r), t);
|
|
21443
|
-
|
|
21443
|
+
Er(i, a, r);
|
|
21444
21444
|
} else
|
|
21445
|
-
t &&
|
|
21445
|
+
t && Er(i, t, r);
|
|
21446
21446
|
o.t = i;
|
|
21447
21447
|
}
|
|
21448
21448
|
return s.j[n] = o, o;
|
|
@@ -21542,16 +21542,16 @@ function P4(n) {
|
|
|
21542
21542
|
zn(t, Ai[d], Zl, _n, c);
|
|
21543
21543
|
for (let d = 0; d < ki.length; d++)
|
|
21544
21544
|
zn(t, ki[d], Xl, Jl, u);
|
|
21545
|
-
|
|
21545
|
+
Er(Zl, {
|
|
21546
21546
|
tld: !0,
|
|
21547
21547
|
ascii: !0
|
|
21548
|
-
}, e),
|
|
21548
|
+
}, e), Er(Xl, {
|
|
21549
21549
|
utld: !0,
|
|
21550
21550
|
alpha: !0
|
|
21551
|
-
}, e), zn(t, "file", Hi, _n, c), zn(t, "mailto", Hi, _n, c), zn(t, "http", Xr, _n, c), zn(t, "https", Xr, _n, c), zn(t, "ftp", Xr, _n, c), zn(t, "ftps", Xr, _n, c),
|
|
21551
|
+
}, e), zn(t, "file", Hi, _n, c), zn(t, "mailto", Hi, _n, c), zn(t, "http", Xr, _n, c), zn(t, "https", Xr, _n, c), zn(t, "ftp", Xr, _n, c), zn(t, "ftps", Xr, _n, c), Er(Hi, {
|
|
21552
21552
|
scheme: !0,
|
|
21553
21553
|
ascii: !0
|
|
21554
|
-
}, e),
|
|
21554
|
+
}, e), Er(Xr, {
|
|
21555
21555
|
slashscheme: !0,
|
|
21556
21556
|
ascii: !0
|
|
21557
21557
|
}, e), n = n.sort((d, f) => d[0] > f[0] ? 1 : -1);
|
|
@@ -22880,7 +22880,7 @@ const Z4 = xn.create({
|
|
|
22880
22880
|
class: Ke(["bd-markdown-editor", l.value])
|
|
22881
22881
|
}, [
|
|
22882
22882
|
Te(Ae(w4), { editor: Ae(o) }, null, 8, ["editor"]),
|
|
22883
|
-
|
|
22883
|
+
je(M.$slots, "default"),
|
|
22884
22884
|
g.value ? (J(), Ge(Jc, {
|
|
22885
22885
|
key: 0,
|
|
22886
22886
|
files: g.value,
|
|
@@ -23016,7 +23016,7 @@ const Z4 = xn.create({
|
|
|
23016
23016
|
(J(!0), te(rt, null, Bt(t.options, (a) => (J(), te("li", zE, [
|
|
23017
23017
|
Te(Gs, an({ class: "nav-link" }, a, { onClick: s }), null, 16)
|
|
23018
23018
|
]))), 256)),
|
|
23019
|
-
|
|
23019
|
+
je(o.$slots, "special-options"),
|
|
23020
23020
|
ee("li", UE, [
|
|
23021
23021
|
Te(Gs, {
|
|
23022
23022
|
class: "nav-link",
|
|
@@ -23046,7 +23046,7 @@ const Z4 = xn.create({
|
|
|
23046
23046
|
ee("div", WE, [
|
|
23047
23047
|
ee("header", null, [
|
|
23048
23048
|
ee("h5", KE, Pe(e.name), 1),
|
|
23049
|
-
|
|
23049
|
+
je(r.$slots, "header-extra")
|
|
23050
23050
|
]),
|
|
23051
23051
|
ee("span", GE, Pe(t.value), 1)
|
|
23052
23052
|
])
|
|
@@ -23079,7 +23079,7 @@ const Z4 = xn.create({
|
|
|
23079
23079
|
}, null, 8, ["src"]),
|
|
23080
23080
|
ee("div", JE, [
|
|
23081
23081
|
ee("div", ZE, [
|
|
23082
|
-
|
|
23082
|
+
je(a.$slots, "header", {}, () => [
|
|
23083
23083
|
ct(Pe(a.headerTitle), 1)
|
|
23084
23084
|
]),
|
|
23085
23085
|
Te(yt, {
|
|
@@ -23094,7 +23094,7 @@ const Z4 = xn.create({
|
|
|
23094
23094
|
})
|
|
23095
23095
|
]),
|
|
23096
23096
|
ee("div", XE, [
|
|
23097
|
-
|
|
23097
|
+
je(a.$slots, "body", {}, () => [
|
|
23098
23098
|
ee("div", {
|
|
23099
23099
|
class: "bd-chat-cloud-card__message",
|
|
23100
23100
|
innerHTML: t.message
|
|
@@ -23102,7 +23102,7 @@ const Z4 = xn.create({
|
|
|
23102
23102
|
])
|
|
23103
23103
|
]),
|
|
23104
23104
|
ee("div", qE, [
|
|
23105
|
-
|
|
23105
|
+
je(a.$slots, "footer", {}, () => [
|
|
23106
23106
|
s.value ? (J(), Ge(Jc, {
|
|
23107
23107
|
key: 0,
|
|
23108
23108
|
files: s.value
|
|
@@ -23208,7 +23208,7 @@ const Z4 = xn.create({
|
|
|
23208
23208
|
}, [
|
|
23209
23209
|
(J(!0), te(rt, null, Bt(n.fields, (p) => (J(), te(rt, null, [
|
|
23210
23210
|
p.isVisible ? (J(), te("td", o6, [
|
|
23211
|
-
d.$slots.hasOwnProperty(p.key) ?
|
|
23211
|
+
d.$slots.hasOwnProperty(p.key) ? je(d.$slots, p.key, {
|
|
23212
23212
|
key: 0,
|
|
23213
23213
|
row: h,
|
|
23214
23214
|
item: h,
|
|
@@ -23279,7 +23279,7 @@ const Z4 = xn.create({
|
|
|
23279
23279
|
ref: l,
|
|
23280
23280
|
class: ["dropdown-menu", i.value]
|
|
23281
23281
|
}, o.value, { onClick: c }), [
|
|
23282
|
-
|
|
23282
|
+
je(u.$slots, "default")
|
|
23283
23283
|
], 16)
|
|
23284
23284
|
]));
|
|
23285
23285
|
}
|
|
@@ -23337,7 +23337,7 @@ const Z4 = xn.create({
|
|
|
23337
23337
|
}, 1032, ["to"]))), 256))
|
|
23338
23338
|
])) : He("", !0),
|
|
23339
23339
|
ee("div", p6, [
|
|
23340
|
-
|
|
23340
|
+
je(c.$slots, "profile-side"),
|
|
23341
23341
|
t.profileImageSrc ? (J(), Ge(Xo, {
|
|
23342
23342
|
key: 0,
|
|
23343
23343
|
src: t.profileImageSrc,
|
|
@@ -23368,7 +23368,7 @@ const Z4 = xn.create({
|
|
|
23368
23368
|
onSignout: o
|
|
23369
23369
|
}, {
|
|
23370
23370
|
"special-options": Re(() => [
|
|
23371
|
-
|
|
23371
|
+
je(c.$slots, "mobile-menu-special-options")
|
|
23372
23372
|
]),
|
|
23373
23373
|
_: 3
|
|
23374
23374
|
}, 8, ["active", "options"])
|
|
@@ -23403,7 +23403,7 @@ const Z4 = xn.create({
|
|
|
23403
23403
|
ee("div", b6, [
|
|
23404
23404
|
ee("div", E6, [
|
|
23405
23405
|
ee("h2", S6, Pe(t.title), 1),
|
|
23406
|
-
|
|
23406
|
+
je(i.$slots, "modal-header-space-between"),
|
|
23407
23407
|
ee("button", {
|
|
23408
23408
|
type: "button",
|
|
23409
23409
|
class: "btn-close w-auto",
|
|
@@ -23416,7 +23416,7 @@ const Z4 = xn.create({
|
|
|
23416
23416
|
])
|
|
23417
23417
|
]),
|
|
23418
23418
|
ee("div", w6, [
|
|
23419
|
-
|
|
23419
|
+
je(i.$slots, "default")
|
|
23420
23420
|
]),
|
|
23421
23421
|
i.hideFooter ? He("", !0) : (J(), te("div", T6, [
|
|
23422
23422
|
t.hideFooterSubmitButton ? He("", !0) : (J(), te("button", {
|
|
@@ -23426,6 +23426,7 @@ const Z4 = xn.create({
|
|
|
23426
23426
|
disabled: t.disableSubmitButton,
|
|
23427
23427
|
onClick: r
|
|
23428
23428
|
}, Pe(t.submitButtonTitle), 9, x6)),
|
|
23429
|
+
je(i.$slots, "buttons"),
|
|
23429
23430
|
t.hideFooterCancelButton ? He("", !0) : (J(), te("button", {
|
|
23430
23431
|
key: 1,
|
|
23431
23432
|
type: "button",
|
|
@@ -24127,7 +24128,7 @@ class zo extends pi {
|
|
|
24127
24128
|
return "ontouchstart" in document.documentElement || navigator.maxTouchPoints > 0;
|
|
24128
24129
|
}
|
|
24129
24130
|
}
|
|
24130
|
-
const SS = "carousel", CS = "bs.carousel",
|
|
24131
|
+
const SS = "carousel", CS = "bs.carousel", dr = `.${CS}`, Im = ".data-api", wS = "ArrowLeft", TS = "ArrowRight", xS = 500, _s = "next", Ur = "prev", Qr = "left", zi = "right", AS = `slide${dr}`, sl = `slid${dr}`, kS = `keydown${dr}`, OS = `mouseenter${dr}`, MS = `mouseleave${dr}`, _S = `dragstart${dr}`, IS = `load${dr}${Im}`, DS = `click${dr}${Im}`, Dm = "carousel", _i = "active", NS = "slide", LS = "carousel-item-end", RS = "carousel-item-start", PS = "carousel-item-next", $S = "carousel-item-prev", Nm = ".active", Lm = ".carousel-item", FS = Nm + Lm, BS = ".carousel-item img", VS = ".carousel-indicators", HS = "[data-bs-slide], [data-bs-slide-to]", zS = '[data-bs-ride="carousel"]', US = {
|
|
24131
24132
|
[wS]: zi,
|
|
24132
24133
|
[TS]: Qr
|
|
24133
24134
|
}, jS = {
|
|
@@ -24436,7 +24437,7 @@ ae.on(document, qS, tc, function(n) {
|
|
|
24436
24437
|
}).toggle();
|
|
24437
24438
|
});
|
|
24438
24439
|
nn(oi);
|
|
24439
|
-
const mf = "dropdown", lC = "bs.dropdown", Rr = `.${lC}`, qc = ".data-api", cC = "Escape", gf = "Tab", uC = "ArrowUp", vf = "ArrowDown", dC = 2, fC = `hide${Rr}`, hC = `hidden${Rr}`, pC = `show${Rr}`, mC = `shown${Rr}`, Rm = `click${Rr}${qc}`, Pm = `keydown${Rr}${qc}`, gC = `keyup${Rr}${qc}`, qr = "show", vC = "dropup", yC = "dropend", bC = "dropstart", EC = "dropup-center", SC = "dropdown-center",
|
|
24440
|
+
const mf = "dropdown", lC = "bs.dropdown", Rr = `.${lC}`, qc = ".data-api", cC = "Escape", gf = "Tab", uC = "ArrowUp", vf = "ArrowDown", dC = 2, fC = `hide${Rr}`, hC = `hidden${Rr}`, pC = `show${Rr}`, mC = `shown${Rr}`, Rm = `click${Rr}${qc}`, Pm = `keydown${Rr}${qc}`, gC = `keyup${Rr}${qc}`, qr = "show", vC = "dropup", yC = "dropend", bC = "dropstart", EC = "dropup-center", SC = "dropdown-center", Sr = '[data-bs-toggle="dropdown"]:not(.disabled):not(:disabled)', CC = `${Sr}.${qr}`, Ui = ".dropdown-menu", wC = ".navbar", TC = ".navbar-nav", xC = ".dropdown-menu .dropdown-item:not(.disabled):not(:disabled)", AC = en() ? "top-end" : "top-start", kC = en() ? "top-start" : "top-end", OC = en() ? "bottom-end" : "bottom-start", MC = en() ? "bottom-start" : "bottom-end", _C = en() ? "left-start" : "right-start", IC = en() ? "right-start" : "left-start", DC = "top", NC = "bottom", LC = {
|
|
24440
24441
|
autoClose: !0,
|
|
24441
24442
|
boundary: "clippingParents",
|
|
24442
24443
|
display: "dynamic",
|
|
@@ -24606,7 +24607,7 @@ class Sn extends dn {
|
|
|
24606
24607
|
if (!s && !r || t && !r)
|
|
24607
24608
|
return;
|
|
24608
24609
|
e.preventDefault();
|
|
24609
|
-
const i = this.matches(
|
|
24610
|
+
const i = this.matches(Sr) ? this : ke.prev(this, Sr)[0] || ke.next(this, Sr)[0] || ke.findOne(Sr, e.delegateTarget.parentNode), o = Sn.getOrCreateInstance(i);
|
|
24610
24611
|
if (s) {
|
|
24611
24612
|
e.stopPropagation(), o.show(), o._selectMenuItem(e);
|
|
24612
24613
|
return;
|
|
@@ -24614,11 +24615,11 @@ class Sn extends dn {
|
|
|
24614
24615
|
o._isShown() && (e.stopPropagation(), o.hide(), i.focus());
|
|
24615
24616
|
}
|
|
24616
24617
|
}
|
|
24617
|
-
ae.on(document, Pm,
|
|
24618
|
+
ae.on(document, Pm, Sr, Sn.dataApiKeydownHandler);
|
|
24618
24619
|
ae.on(document, Pm, Ui, Sn.dataApiKeydownHandler);
|
|
24619
24620
|
ae.on(document, Rm, Sn.clearMenus);
|
|
24620
24621
|
ae.on(document, gC, Sn.clearMenus);
|
|
24621
|
-
ae.on(document, Rm,
|
|
24622
|
+
ae.on(document, Rm, Sr, function(n) {
|
|
24622
24623
|
n.preventDefault(), Sn.getOrCreateInstance(this).toggle();
|
|
24623
24624
|
});
|
|
24624
24625
|
nn(Sn);
|
|
@@ -24808,7 +24809,7 @@ const GC = "modal", YC = "bs.modal", tn = `.${YC}`, JC = ".data-api", ZC = "Esca
|
|
|
24808
24809
|
focus: "boolean",
|
|
24809
24810
|
keyboard: "boolean"
|
|
24810
24811
|
};
|
|
24811
|
-
class
|
|
24812
|
+
class ir extends dn {
|
|
24812
24813
|
constructor(e, t) {
|
|
24813
24814
|
super(e, t), this._dialog = ke.findOne(aw, this._element), this._backdrop = this._initializeBackDrop(), this._focustrap = this._initializeFocusTrap(), this._isShown = !1, this._isTransitioning = !1, this._scrollBar = new nc(), this._addEventListeners();
|
|
24814
24815
|
}
|
|
@@ -24925,7 +24926,7 @@ class Nr extends dn {
|
|
|
24925
24926
|
// Static
|
|
24926
24927
|
static jQueryInterface(e, t) {
|
|
24927
24928
|
return this.each(function() {
|
|
24928
|
-
const r =
|
|
24929
|
+
const r = ir.getOrCreateInstance(this, e);
|
|
24929
24930
|
if (typeof e == "string") {
|
|
24930
24931
|
if (typeof r[e] > "u")
|
|
24931
24932
|
throw new TypeError(`No method named "${e}"`);
|
|
@@ -24942,10 +24943,10 @@ ae.on(document, sw, cw, function(n) {
|
|
|
24942
24943
|
});
|
|
24943
24944
|
});
|
|
24944
24945
|
const t = ke.findOne(ow);
|
|
24945
|
-
t &&
|
|
24946
|
+
t && ir.getInstance(t).hide(), ir.getOrCreateInstance(e).toggle(this);
|
|
24946
24947
|
});
|
|
24947
|
-
ma(
|
|
24948
|
-
nn(
|
|
24948
|
+
ma(ir);
|
|
24949
|
+
nn(ir);
|
|
24949
24950
|
const fw = "offcanvas", hw = "bs.offcanvas", Fn = `.${hw}`, zm = ".data-api", pw = `load${Fn}${zm}`, mw = "Escape", Af = "show", kf = "showing", Of = "hiding", gw = "offcanvas-backdrop", Um = ".offcanvas.show", vw = `show${Fn}`, yw = `shown${Fn}`, bw = `hide${Fn}`, Mf = `hidePrevented${Fn}`, jm = `hidden${Fn}`, Ew = `resize${Fn}`, Sw = `click${Fn}${zm}`, Cw = `keydown.dismiss${Fn}`, ww = '[data-bs-toggle="offcanvas"]', Tw = {
|
|
24950
24951
|
backdrop: !0,
|
|
24951
24952
|
keyboard: !0,
|
|
@@ -24955,7 +24956,7 @@ const fw = "offcanvas", hw = "bs.offcanvas", Fn = `.${hw}`, zm = ".data-api", pw
|
|
|
24955
24956
|
keyboard: "boolean",
|
|
24956
24957
|
scroll: "boolean"
|
|
24957
24958
|
};
|
|
24958
|
-
class
|
|
24959
|
+
class or extends dn {
|
|
24959
24960
|
constructor(e, t) {
|
|
24960
24961
|
super(e, t), this._isShown = !1, this._backdrop = this._initializeBackDrop(), this._focustrap = this._initializeFocusTrap(), this._addEventListeners();
|
|
24961
24962
|
}
|
|
@@ -25034,7 +25035,7 @@ class ir extends dn {
|
|
|
25034
25035
|
// Static
|
|
25035
25036
|
static jQueryInterface(e) {
|
|
25036
25037
|
return this.each(function() {
|
|
25037
|
-
const t =
|
|
25038
|
+
const t = or.getOrCreateInstance(this, e);
|
|
25038
25039
|
if (typeof e == "string") {
|
|
25039
25040
|
if (t[e] === void 0 || e.startsWith("_") || e === "constructor")
|
|
25040
25041
|
throw new TypeError(`No method named "${e}"`);
|
|
@@ -25051,18 +25052,18 @@ ae.on(document, Sw, ww, function(n) {
|
|
|
25051
25052
|
ks(this) && this.focus();
|
|
25052
25053
|
});
|
|
25053
25054
|
const t = ke.findOne(Um);
|
|
25054
|
-
t && t !== e &&
|
|
25055
|
+
t && t !== e && or.getInstance(t).hide(), or.getOrCreateInstance(e).toggle(this);
|
|
25055
25056
|
});
|
|
25056
25057
|
ae.on(window, pw, () => {
|
|
25057
25058
|
for (const n of ke.find(Um))
|
|
25058
|
-
|
|
25059
|
+
or.getOrCreateInstance(n).show();
|
|
25059
25060
|
});
|
|
25060
25061
|
ae.on(window, Ew, () => {
|
|
25061
25062
|
for (const n of ke.find("[aria-modal][class*=show][class*=offcanvas-]"))
|
|
25062
|
-
getComputedStyle(n).position !== "fixed" &&
|
|
25063
|
+
getComputedStyle(n).position !== "fixed" && or.getOrCreateInstance(n).hide();
|
|
25063
25064
|
});
|
|
25064
|
-
ma(
|
|
25065
|
-
nn(
|
|
25065
|
+
ma(or);
|
|
25066
|
+
nn(or);
|
|
25066
25067
|
const Aw = /^aria-[\w-]*$/i, Wm = {
|
|
25067
25068
|
// Global attributes allowed on any supplied element below.
|
|
25068
25069
|
"*": ["class", "dir", "id", "lang", "role", Aw],
|
|
@@ -25697,7 +25698,7 @@ ae.on(window, uT, () => {
|
|
|
25697
25698
|
ya.getOrCreateInstance(n);
|
|
25698
25699
|
});
|
|
25699
25700
|
nn(ya);
|
|
25700
|
-
const ST = "tab", CT = "bs.tab", $r = `.${CT}`, wT = `hide${$r}`, TT = `hidden${$r}`, xT = `show${$r}`, AT = `shown${$r}`, kT = `click${$r}`, OT = `keydown${$r}`, MT = `load${$r}`, _T = "ArrowLeft", Lf = "ArrowRight", IT = "ArrowUp", Rf = "ArrowDown",
|
|
25701
|
+
const ST = "tab", CT = "bs.tab", $r = `.${CT}`, wT = `hide${$r}`, TT = `hidden${$r}`, xT = `show${$r}`, AT = `shown${$r}`, kT = `click${$r}`, OT = `keydown${$r}`, MT = `load${$r}`, _T = "ArrowLeft", Lf = "ArrowRight", IT = "ArrowUp", Rf = "ArrowDown", Cr = "active", Pf = "fade", ul = "show", DT = "dropdown", NT = ".dropdown-toggle", LT = ".dropdown-menu", dl = ":not(.dropdown-toggle)", RT = '.list-group, .nav, [role="tablist"]', PT = ".nav-item, .list-group-item", $T = `.nav-link${dl}, .list-group-item${dl}, [role="tab"]${dl}`, Km = '[data-bs-toggle="tab"], [data-bs-toggle="pill"], [data-bs-toggle="list"]', fl = `${$T}, ${Km}`, FT = `.${Cr}[data-bs-toggle="tab"], .${Cr}[data-bs-toggle="pill"], .${Cr}[data-bs-toggle="list"]`;
|
|
25701
25702
|
class Cs extends dn {
|
|
25702
25703
|
constructor(e) {
|
|
25703
25704
|
super(e), this._parent = this._element.closest(RT), this._parent && (this._setInitialAttributes(this._parent, this._getChildren()), ae.on(this._element, OT, (t) => this._keydown(t)));
|
|
@@ -25722,7 +25723,7 @@ class Cs extends dn {
|
|
|
25722
25723
|
_activate(e, t) {
|
|
25723
25724
|
if (!e)
|
|
25724
25725
|
return;
|
|
25725
|
-
e.classList.add(
|
|
25726
|
+
e.classList.add(Cr), this._activate(ke.getElementFromSelector(e));
|
|
25726
25727
|
const r = () => {
|
|
25727
25728
|
if (e.getAttribute("role") !== "tab") {
|
|
25728
25729
|
e.classList.add(ul);
|
|
@@ -25737,7 +25738,7 @@ class Cs extends dn {
|
|
|
25737
25738
|
_deactivate(e, t) {
|
|
25738
25739
|
if (!e)
|
|
25739
25740
|
return;
|
|
25740
|
-
e.classList.remove(
|
|
25741
|
+
e.classList.remove(Cr), e.blur(), this._deactivate(ke.getElementFromSelector(e));
|
|
25741
25742
|
const r = () => {
|
|
25742
25743
|
if (e.getAttribute("role") !== "tab") {
|
|
25743
25744
|
e.classList.remove(ul);
|
|
@@ -25786,13 +25787,13 @@ class Cs extends dn {
|
|
|
25786
25787
|
const l = ke.findOne(i, r);
|
|
25787
25788
|
l && l.classList.toggle(o, t);
|
|
25788
25789
|
};
|
|
25789
|
-
s(NT,
|
|
25790
|
+
s(NT, Cr), s(LT, ul), r.setAttribute("aria-expanded", t);
|
|
25790
25791
|
}
|
|
25791
25792
|
_setAttributeIfNotExists(e, t, r) {
|
|
25792
25793
|
e.hasAttribute(t) || e.setAttribute(t, r);
|
|
25793
25794
|
}
|
|
25794
25795
|
_elemIsActive(e) {
|
|
25795
|
-
return e.classList.contains(
|
|
25796
|
+
return e.classList.contains(Cr);
|
|
25796
25797
|
}
|
|
25797
25798
|
// Try to get the inner element (usually the .nav-link)
|
|
25798
25799
|
_getInnerElement(e) {
|
|
@@ -25822,7 +25823,7 @@ ae.on(window, MT, () => {
|
|
|
25822
25823
|
Cs.getOrCreateInstance(n);
|
|
25823
25824
|
});
|
|
25824
25825
|
nn(Cs);
|
|
25825
|
-
const BT = "toast", VT = "bs.toast",
|
|
25826
|
+
const BT = "toast", VT = "bs.toast", fr = `.${VT}`, HT = `mouseover${fr}`, zT = `mouseout${fr}`, UT = `focusin${fr}`, jT = `focusout${fr}`, WT = `hide${fr}`, KT = `hidden${fr}`, GT = `show${fr}`, YT = `shown${fr}`, JT = "fade", $f = "hide", Li = "show", Ri = "showing", ZT = {
|
|
25826
25827
|
animation: "boolean",
|
|
25827
25828
|
autohide: "boolean",
|
|
25828
25829
|
delay: "number"
|
|
@@ -25919,9 +25920,17 @@ const lx = (n) => {
|
|
|
25919
25920
|
const e = at(null);
|
|
25920
25921
|
return { showModal: () => {
|
|
25921
25922
|
const s = document.getElementById(n);
|
|
25922
|
-
s instanceof HTMLElement ? (e.value =
|
|
25923
|
+
s instanceof HTMLElement ? (e.value = ir.getOrCreateInstance(s), e.value.show()) : console.error(`Modal '${n}' niet gevonden.`);
|
|
25923
25924
|
}, closeModal: () => {
|
|
25924
|
-
|
|
25925
|
+
if (e.value) {
|
|
25926
|
+
e.value.hide();
|
|
25927
|
+
return;
|
|
25928
|
+
}
|
|
25929
|
+
const s = document.getElementById(n);
|
|
25930
|
+
if (s instanceof HTMLElement) {
|
|
25931
|
+
const i = ir.getInstance(s);
|
|
25932
|
+
i && i.hide();
|
|
25933
|
+
}
|
|
25925
25934
|
} };
|
|
25926
25935
|
};
|
|
25927
25936
|
function QT(n = void 0) {
|
|
@@ -26519,7 +26528,7 @@ const ix = {
|
|
|
26519
26528
|
class: ["bd-btn", r.value]
|
|
26520
26529
|
}, i.value, { onClick: o }), {
|
|
26521
26530
|
default: Re(() => [
|
|
26522
|
-
|
|
26531
|
+
je(l.$slots, "default", {}, () => [
|
|
26523
26532
|
ct(Pe(t.text), 1)
|
|
26524
26533
|
])
|
|
26525
26534
|
]),
|