@beterdichtbij/component-library 0.43.4 → 0.43.6
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 +28 -28
- package/dist/bd-component-lib.es.js +362 -357
- package/dist/bd-component-lib.umd.js +24 -24
- package/dist/scss/_header.scss +2 -1
- package/dist/scss/_user-information.scss +14 -6
- package/dist/scss/mixins.scss +1 -1
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { defineComponent as He, computed as Ce, openBlock as U, createElementBlock as J, normalizeClass as Je, renderSlot as tt, resolveComponent as ko, createBlock as Ze, resolveDynamicComponent as Za, mergeProps as
|
|
2
|
-
const
|
|
1
|
+
import { defineComponent as He, computed as Ce, openBlock as U, createElementBlock as J, normalizeClass as Je, renderSlot as tt, resolveComponent as ko, createBlock as Ze, resolveDynamicComponent as Za, mergeProps as cn, withCtx as Fe, createTextVNode as vt, toDisplayString as De, createStaticVNode as hn, createElementVNode as K, createVNode as be, unref as he, createCommentVNode as ze, getCurrentScope as eg, onScopeDispose as tg, ref as je, watch as tn, getCurrentInstance as ci, nextTick as Q1, withDirectives as ms, isRef as Xa, vModelText as ng, withKeys as rg, useAttrs as sg, withModifiers as Xs, onMounted as er, vShow as Jd, Fragment as it, renderList as Dt, vModelSelect as og, vModelCheckbox as ig, h as Nt, normalizeProps as Tu, guardReactiveProps as Su, onBeforeUnmount as qa, watchEffect as ag, Teleport as lg, shallowRef as _u, reactive as cg, markRaw as ug, customRef as dg, createApp as fg, inject as hg, onUnmounted as J1, onBeforeMount as pg, Text as mg } from "vue";
|
|
2
|
+
const Ls = /* @__PURE__ */ He({
|
|
3
3
|
__name: "BDCol",
|
|
4
4
|
props: {
|
|
5
5
|
class: {},
|
|
@@ -50,7 +50,7 @@ const Ns = /* @__PURE__ */ He({
|
|
|
50
50
|
tt(r.$slots, "default")
|
|
51
51
|
], 2));
|
|
52
52
|
}
|
|
53
|
-
}),
|
|
53
|
+
}), Ds = /* @__PURE__ */ He({
|
|
54
54
|
__name: "BDRow",
|
|
55
55
|
props: {
|
|
56
56
|
class: {}
|
|
@@ -85,7 +85,7 @@ const Ns = /* @__PURE__ */ He({
|
|
|
85
85
|
return { to: s };
|
|
86
86
|
}
|
|
87
87
|
});
|
|
88
|
-
return (s, o) => (U(), Ze(Za(t.value),
|
|
88
|
+
return (s, o) => (U(), Ze(Za(t.value), cn({ class: "bd-link" }, r.value), {
|
|
89
89
|
default: Fe(() => [
|
|
90
90
|
tt(s.$slots, "default", {}, () => [
|
|
91
91
|
vt(De(e.text), 1)
|
|
@@ -135,7 +135,7 @@ const Ns = /* @__PURE__ */ He({
|
|
|
135
135
|
}), i = (l) => {
|
|
136
136
|
e("click", l);
|
|
137
137
|
};
|
|
138
|
-
return (l, a) => (U(), Ze(Za(s.value),
|
|
138
|
+
return (l, a) => (U(), Ze(Za(s.value), cn({
|
|
139
139
|
class: ["bd-btn", r.value]
|
|
140
140
|
}, o.value, { onClick: i }), {
|
|
141
141
|
default: Fe(() => [
|
|
@@ -155,7 +155,7 @@ const Ns = /* @__PURE__ */ He({
|
|
|
155
155
|
yg
|
|
156
156
|
];
|
|
157
157
|
function Cg(n, e) {
|
|
158
|
-
return U(), J("svg",
|
|
158
|
+
return U(), J("svg", cn({ class: "bd-logo" }, n.$attrs, {
|
|
159
159
|
version: "1.1",
|
|
160
160
|
xmlns: "http://www.w3.org/2000/svg",
|
|
161
161
|
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
@@ -1031,7 +1031,7 @@ const o4 = /* @__PURE__ */ Te(e4, [["render", s4]]), i4 = {}, a4 = /* @__PURE__
|
|
|
1031
1031
|
a4
|
|
1032
1032
|
];
|
|
1033
1033
|
function c4(n, e) {
|
|
1034
|
-
return U(), J("svg",
|
|
1034
|
+
return U(), J("svg", cn(n.$attrs, {
|
|
1035
1035
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1036
1036
|
viewBox: "0 0 640 512",
|
|
1037
1037
|
class: "icon"
|
|
@@ -1300,7 +1300,7 @@ const ry = /* @__PURE__ */ Te(X8, [["render", ny]]), sy = {}, oy = /* @__PURE__
|
|
|
1300
1300
|
oy
|
|
1301
1301
|
];
|
|
1302
1302
|
function ay(n, e, t, r, s, o) {
|
|
1303
|
-
return U(), J("svg",
|
|
1303
|
+
return U(), J("svg", cn(n.$attrs, {
|
|
1304
1304
|
class: "icon icon-video-disabled",
|
|
1305
1305
|
width: "23",
|
|
1306
1306
|
height: "19",
|
|
@@ -1409,7 +1409,7 @@ function Xd(...n) {
|
|
|
1409
1409
|
Array.isArray(t) || (t = [t]), Array.isArray(r) || (r = [r]);
|
|
1410
1410
|
const o = [], i = () => {
|
|
1411
1411
|
o.forEach((u) => u()), o.length = 0;
|
|
1412
|
-
}, l = (u, d, f, h) => (u.addEventListener(d, f, h), () => u.removeEventListener(d, f, h)), a =
|
|
1412
|
+
}, l = (u, d, f, h) => (u.addEventListener(d, f, h), () => u.removeEventListener(d, f, h)), a = tn(
|
|
1413
1413
|
() => [pp(e), Qi(s)],
|
|
1414
1414
|
([u, d]) => {
|
|
1415
1415
|
if (i(), !u)
|
|
@@ -1441,7 +1441,7 @@ function _y(n, e = {}) {
|
|
|
1441
1441
|
!l && s.value ? (a = o.value) == null || a.blur() : l && !s.value && ((c = o.value) == null || c.focus());
|
|
1442
1442
|
}
|
|
1443
1443
|
});
|
|
1444
|
-
return
|
|
1444
|
+
return tn(
|
|
1445
1445
|
o,
|
|
1446
1446
|
() => {
|
|
1447
1447
|
i.value = t;
|
|
@@ -1449,7 +1449,7 @@ function _y(n, e = {}) {
|
|
|
1449
1449
|
{ immediate: !0, flush: "post" }
|
|
1450
1450
|
), { focused: i };
|
|
1451
1451
|
}
|
|
1452
|
-
function
|
|
1452
|
+
function ws(n, e, t, r = {}) {
|
|
1453
1453
|
var s, o, i;
|
|
1454
1454
|
const {
|
|
1455
1455
|
clone: l = !1,
|
|
@@ -1467,12 +1467,12 @@ function As(n, e, t, r = {}) {
|
|
|
1467
1467
|
if (a) {
|
|
1468
1468
|
const y = E(), v = je(y);
|
|
1469
1469
|
let x = !1;
|
|
1470
|
-
return
|
|
1470
|
+
return tn(
|
|
1471
1471
|
() => n[e],
|
|
1472
1472
|
(A) => {
|
|
1473
1473
|
x || (x = !0, v.value = g(A), Q1(() => x = !1));
|
|
1474
1474
|
}
|
|
1475
|
-
),
|
|
1475
|
+
), tn(
|
|
1476
1476
|
v,
|
|
1477
1477
|
(A) => {
|
|
1478
1478
|
!x && (A !== n[e] || u) && b(A);
|
|
@@ -1515,7 +1515,7 @@ const xy = { class: "bd-zoom-slider d-flex" }, Oy = /* @__PURE__ */ K("g", { tra
|
|
|
1515
1515
|
},
|
|
1516
1516
|
emits: ["update:modelValue"],
|
|
1517
1517
|
setup(n, { emit: e }) {
|
|
1518
|
-
const t = n, r =
|
|
1518
|
+
const t = n, r = ws(t, "modelValue", e);
|
|
1519
1519
|
function s() {
|
|
1520
1520
|
r.value !== 0 && r.value--;
|
|
1521
1521
|
}
|
|
@@ -1533,7 +1533,7 @@ const xy = { class: "bd-zoom-slider d-flex" }, Oy = /* @__PURE__ */ K("g", { tra
|
|
|
1533
1533
|
width: "20",
|
|
1534
1534
|
onClick: s
|
|
1535
1535
|
}, ky)),
|
|
1536
|
-
|
|
1536
|
+
ms(K("input", {
|
|
1537
1537
|
type: "range",
|
|
1538
1538
|
"onUpdate:modelValue": l[0] || (l[0] = (a) => Xa(r) ? r.value = a : null),
|
|
1539
1539
|
min: "0",
|
|
@@ -1891,7 +1891,7 @@ const Ic = /* @__PURE__ */ new WeakMap(), Yy = (n) => {
|
|
|
1891
1891
|
r.onMaska = r.onMaska == null ? i : Array.isArray(r.onMaska) ? [...r.onMaska, i] : [r.onMaska, i];
|
|
1892
1892
|
}
|
|
1893
1893
|
Ic.set(t, new Ky(t, r));
|
|
1894
|
-
}, Qy = ["value", "type"],
|
|
1894
|
+
}, Qy = ["value", "type"], Gs = /* @__PURE__ */ He({
|
|
1895
1895
|
__name: "BDFormInput",
|
|
1896
1896
|
props: {
|
|
1897
1897
|
modelValue: { default: "" },
|
|
@@ -1915,7 +1915,7 @@ const Ic = /* @__PURE__ */ new WeakMap(), Yy = (n) => {
|
|
|
1915
1915
|
},
|
|
1916
1916
|
emits: ["update:modelValue", "click", "blur", "enter"],
|
|
1917
1917
|
setup(n, { emit: e }) {
|
|
1918
|
-
const t = n, { uniqueIdentifier: r } = vo(), s =
|
|
1918
|
+
const t = n, { uniqueIdentifier: r } = vo(), s = ws(t, "modelValue", e), o = `__BD__FORM__LABEL__${r.value}`, i = `__BD__FORM__GROUP__${r.value}`, l = `form-input-${t.label ? t.label.replace(/ /g, "-").toLowerCase() : r.value}`, a = `validationFeedback${t.label ? t.label.replace(/ /g, "") : r.value}`, c = Ce(() => ({
|
|
1919
1919
|
[`${t.inputClass}`]: t.inputClass,
|
|
1920
1920
|
"is-invalid": t.state === !1,
|
|
1921
1921
|
"is-valid": t.state === !0,
|
|
@@ -1949,7 +1949,7 @@ const Ic = /* @__PURE__ */ new WeakMap(), Yy = (n) => {
|
|
|
1949
1949
|
K("div", {
|
|
1950
1950
|
class: Je(h.formFieldClass)
|
|
1951
1951
|
}, [
|
|
1952
|
-
|
|
1952
|
+
ms(K("input", cn({
|
|
1953
1953
|
value: h.modelValue,
|
|
1954
1954
|
type: h.type,
|
|
1955
1955
|
id: l,
|
|
@@ -2044,8 +2044,8 @@ const Ic = /* @__PURE__ */ new WeakMap(), Yy = (n) => {
|
|
|
2044
2044
|
},
|
|
2045
2045
|
emits: ["click", "update:modelValue"],
|
|
2046
2046
|
setup(n, { emit: e }) {
|
|
2047
|
-
const t = n, r =
|
|
2048
|
-
|
|
2047
|
+
const t = n, r = ws(t, "modelValue", e), s = je(Math.ceil(t.totalRows / t.rowsPerPage)), o = je([]);
|
|
2048
|
+
tn([() => t.totalRows, () => t.rowsPerPage], () => {
|
|
2049
2049
|
s.value = Math.ceil(t.totalRows / t.rowsPerPage), o.value = u(r.value);
|
|
2050
2050
|
}), er(() => {
|
|
2051
2051
|
o.value = u(r.value);
|
|
@@ -2072,7 +2072,7 @@ const Ic = /* @__PURE__ */ new WeakMap(), Yy = (n) => {
|
|
|
2072
2072
|
K("ul", {
|
|
2073
2073
|
class: Je(["pagination", i.value])
|
|
2074
2074
|
}, [
|
|
2075
|
-
|
|
2075
|
+
ms(K("li", o9, [
|
|
2076
2076
|
K("a", {
|
|
2077
2077
|
class: "page-link d-flex justify-content-center align-items-center",
|
|
2078
2078
|
"aria-label": "Previous",
|
|
@@ -2094,7 +2094,7 @@ const Ic = /* @__PURE__ */ new WeakMap(), Yy = (n) => {
|
|
|
2094
2094
|
"data-page": h
|
|
2095
2095
|
}, De(h), 9, a9)
|
|
2096
2096
|
], 2))), 128)),
|
|
2097
|
-
|
|
2097
|
+
ms(K("li", l9, [
|
|
2098
2098
|
K("a", {
|
|
2099
2099
|
class: "page-link d-flex justify-content-center align-items-center",
|
|
2100
2100
|
"aria-label": "Next",
|
|
@@ -2121,13 +2121,13 @@ const Ic = /* @__PURE__ */ new WeakMap(), Yy = (n) => {
|
|
|
2121
2121
|
},
|
|
2122
2122
|
emits: ["update:modelValue", "change", "input"],
|
|
2123
2123
|
setup(n, { emit: e }) {
|
|
2124
|
-
const t = n, r =
|
|
2124
|
+
const t = n, r = ws(t, "modelValue", e), s = je(null), { focused: o } = _y(s, { initialValue: t.autofocus }), i = Ce(() => ({
|
|
2125
2125
|
"form-select": !0,
|
|
2126
2126
|
"bd-form-select": !0,
|
|
2127
2127
|
"is-invalid": t.state === !1,
|
|
2128
2128
|
[`form-select-${t.size}`]: ["xs", "sm", "lg"].includes(t.size)
|
|
2129
2129
|
}));
|
|
2130
|
-
|
|
2130
|
+
tn(() => t.autofocus, (u) => {
|
|
2131
2131
|
u && (o.value = !0);
|
|
2132
2132
|
});
|
|
2133
2133
|
const l = (u) => {
|
|
@@ -2144,7 +2144,7 @@ const Ic = /* @__PURE__ */ new WeakMap(), Yy = (n) => {
|
|
|
2144
2144
|
return u;
|
|
2145
2145
|
}
|
|
2146
2146
|
};
|
|
2147
|
-
return (u, d) =>
|
|
2147
|
+
return (u, d) => ms((U(), J("select", {
|
|
2148
2148
|
class: Je(i.value),
|
|
2149
2149
|
"onUpdate:modelValue": d[0] || (d[0] = (f) => Xa(r) ? r.value = f : null),
|
|
2150
2150
|
disabled: t.disabled,
|
|
@@ -2179,14 +2179,14 @@ const Ic = /* @__PURE__ */ new WeakMap(), Yy = (n) => {
|
|
|
2179
2179
|
},
|
|
2180
2180
|
emits: ["update:modelValue", "change", "input"],
|
|
2181
2181
|
setup(n, { emit: e }) {
|
|
2182
|
-
const t = n, { uniqueIdentifier: r } = vo(), s =
|
|
2182
|
+
const t = n, { uniqueIdentifier: r } = vo(), s = ws(t, "modelValue", e), o = `form-check-input-${r.value}`, i = Ce(() => ["form-check", "bd-form-checkbox"]), l = Ce(() => ({
|
|
2183
2183
|
"form-check-input": !0,
|
|
2184
2184
|
"is-invalid": t.state === !1
|
|
2185
2185
|
})), a = (c) => e("change", c.target.value);
|
|
2186
2186
|
return (c, u) => (U(), J("div", {
|
|
2187
2187
|
class: Je(i.value)
|
|
2188
2188
|
}, [
|
|
2189
|
-
|
|
2189
|
+
ms(K("input", {
|
|
2190
2190
|
"onUpdate:modelValue": u[0] || (u[0] = (d) => Xa(s) ? s.value = d : null),
|
|
2191
2191
|
id: o,
|
|
2192
2192
|
class: Je(l.value),
|
|
@@ -2242,7 +2242,7 @@ const Ic = /* @__PURE__ */ new WeakMap(), Yy = (n) => {
|
|
|
2242
2242
|
]))
|
|
2243
2243
|
]));
|
|
2244
2244
|
}
|
|
2245
|
-
}),
|
|
2245
|
+
}), zs = {
|
|
2246
2246
|
DANGER: "danger",
|
|
2247
2247
|
WARNING: "warning",
|
|
2248
2248
|
INFO: "info",
|
|
@@ -2256,14 +2256,14 @@ const Ic = /* @__PURE__ */ new WeakMap(), Yy = (n) => {
|
|
|
2256
2256
|
__name: "BDToast",
|
|
2257
2257
|
props: {
|
|
2258
2258
|
id: {},
|
|
2259
|
-
variant: { default:
|
|
2259
|
+
variant: { default: zs.INFO },
|
|
2260
2260
|
title: { default: "" },
|
|
2261
2261
|
text: { default: "" }
|
|
2262
2262
|
},
|
|
2263
2263
|
setup(n) {
|
|
2264
2264
|
const e = n, t = Ce(() => ({
|
|
2265
2265
|
[`bd-toast-${e.variant}`]: !0
|
|
2266
|
-
})), r = Ce(() => e.variant !==
|
|
2266
|
+
})), r = Ce(() => e.variant !== zs.SUCCESS);
|
|
2267
2267
|
return (s, o) => (U(), J("div", {
|
|
2268
2268
|
class: Je(["toast bd-toast", t.value]),
|
|
2269
2269
|
role: "alert",
|
|
@@ -2380,8 +2380,8 @@ const N9 = (n) => Array.isArray(n) && n.length > 0, L9 = (n) => Object.keys(n).m
|
|
|
2380
2380
|
const t = n, r = () => {
|
|
2381
2381
|
e("click");
|
|
2382
2382
|
};
|
|
2383
|
-
return (s, o) => (U(), J("li",
|
|
2384
|
-
be(Wo,
|
|
2383
|
+
return (s, o) => (U(), J("li", cn({ class: "bd-dropdown-item" }, s.$attrs), [
|
|
2384
|
+
be(Wo, cn({
|
|
2385
2385
|
class: "dropdown-item",
|
|
2386
2386
|
onClick: r
|
|
2387
2387
|
}, t), {
|
|
@@ -5595,7 +5595,7 @@ var bp = { exports: {} };
|
|
|
5595
5595
|
return P === "." || P.toLowerCase() === "%2e";
|
|
5596
5596
|
}, _e = function(P) {
|
|
5597
5597
|
return P = P.toLowerCase(), P === ".." || P === "%2e." || P === ".%2e" || P === "%2e%2e";
|
|
5598
|
-
}, Ke = {}, ct = {}, mt = {}, Ft = {}, re = {}, Ee = {}, ve = {}, Be = {}, Ue = {}, ut = {}, gt = {}, Bt = {}, $t = {}, xt = {}, Bn = {}, Er = {},
|
|
5598
|
+
}, Ke = {}, ct = {}, mt = {}, Ft = {}, re = {}, Ee = {}, ve = {}, Be = {}, Ue = {}, ut = {}, gt = {}, Bt = {}, $t = {}, xt = {}, Bn = {}, Er = {}, rn = {}, pn = {}, _s = {}, mn = {}, tr = {}, $n = function(P, ie, oe, ce) {
|
|
5599
5599
|
var pe = oe || Ke, We = 0, Ne = "", rt = !1, pt = !1, yt = !1, vn, fe, At, nr;
|
|
5600
5600
|
for (oe || (P.scheme = "", P.username = "", P.password = "", P.host = null, P.port = null, P.path = [], P.query = null, P.fragment = null, P.cannotBeABaseURL = !1, ie = ie.replace(L, "")), ie = ie.replace(R, ""), vn = b(ie); We <= vn.length; ) {
|
|
5601
5601
|
switch (fe = vn[We], pe) {
|
|
@@ -5619,7 +5619,7 @@ var bp = { exports: {} };
|
|
|
5619
5619
|
F(P) && S[P.scheme] == P.port && (P.port = null);
|
|
5620
5620
|
return;
|
|
5621
5621
|
}
|
|
5622
|
-
Ne = "", P.scheme == "file" ? pe = xt : F(P) && ce && ce.scheme == P.scheme ? pe = Ft : F(P) ? pe = Be : vn[We + 1] == "/" ? (pe = re, We++) : (P.cannotBeABaseURL = !0, P.path.push(""), pe =
|
|
5622
|
+
Ne = "", P.scheme == "file" ? pe = xt : F(P) && ce && ce.scheme == P.scheme ? pe = Ft : F(P) ? pe = Be : vn[We + 1] == "/" ? (pe = re, We++) : (P.cannotBeABaseURL = !0, P.path.push(""), pe = _s);
|
|
5623
5623
|
} else {
|
|
5624
5624
|
if (oe)
|
|
5625
5625
|
return W;
|
|
@@ -5726,7 +5726,7 @@ var bp = { exports: {} };
|
|
|
5726
5726
|
return;
|
|
5727
5727
|
if (nr = D(P, Ne), nr)
|
|
5728
5728
|
return nr;
|
|
5729
|
-
if (Ne = "", pe =
|
|
5729
|
+
if (Ne = "", pe = rn, oe)
|
|
5730
5730
|
return;
|
|
5731
5731
|
continue;
|
|
5732
5732
|
} else
|
|
@@ -5744,7 +5744,7 @@ var bp = { exports: {} };
|
|
|
5744
5744
|
}
|
|
5745
5745
|
if (oe)
|
|
5746
5746
|
return;
|
|
5747
|
-
pe =
|
|
5747
|
+
pe = rn;
|
|
5748
5748
|
continue;
|
|
5749
5749
|
} else
|
|
5750
5750
|
return H;
|
|
@@ -5782,19 +5782,19 @@ var bp = { exports: {} };
|
|
|
5782
5782
|
else if (Ne == "") {
|
|
5783
5783
|
if (P.host = "", oe)
|
|
5784
5784
|
return;
|
|
5785
|
-
pe =
|
|
5785
|
+
pe = rn;
|
|
5786
5786
|
} else {
|
|
5787
5787
|
if (nr = D(P, Ne), nr)
|
|
5788
5788
|
return nr;
|
|
5789
5789
|
if (P.host == "localhost" && (P.host = ""), oe)
|
|
5790
5790
|
return;
|
|
5791
|
-
Ne = "", pe =
|
|
5791
|
+
Ne = "", pe = rn;
|
|
5792
5792
|
}
|
|
5793
5793
|
continue;
|
|
5794
5794
|
} else
|
|
5795
5795
|
Ne += fe;
|
|
5796
5796
|
break;
|
|
5797
|
-
case
|
|
5797
|
+
case rn:
|
|
5798
5798
|
if (F(P)) {
|
|
5799
5799
|
if (pe = pn, fe != "/" && fe != "\\")
|
|
5800
5800
|
continue;
|
|
@@ -5814,7 +5814,7 @@ var bp = { exports: {} };
|
|
|
5814
5814
|
} else
|
|
5815
5815
|
Ne += T(fe, X);
|
|
5816
5816
|
break;
|
|
5817
|
-
case
|
|
5817
|
+
case _s:
|
|
5818
5818
|
fe == "?" ? (P.query = "", pe = mn) : fe == "#" ? (P.fragment = "", pe = tr) : fe != O && (P.path[0] += T(fe, z));
|
|
5819
5819
|
break;
|
|
5820
5820
|
case mn:
|
|
@@ -5941,7 +5941,7 @@ var bp = { exports: {} };
|
|
|
5941
5941
|
// https://url.spec.whatwg.org/#dom-url-pathname
|
|
5942
5942
|
pathname: gn(Ud, function(P) {
|
|
5943
5943
|
var ie = V(this);
|
|
5944
|
-
ie.cannotBeABaseURL || (ie.path = [], $n(ie, P + "",
|
|
5944
|
+
ie.cannotBeABaseURL || (ie.path = [], $n(ie, P + "", rn));
|
|
5945
5945
|
}),
|
|
5946
5946
|
// `URL.prototype.search` accessors pair
|
|
5947
5947
|
// https://url.spec.whatwg.org/#dom-url-search
|
|
@@ -8359,9 +8359,9 @@ const rf = /* @__PURE__ */ Du(D9), R9 = { class: "fallback" }, P9 = /* @__PURE__
|
|
|
8359
8359
|
},
|
|
8360
8360
|
emits: ["update:modelValue"],
|
|
8361
8361
|
setup(n, { emit: e }) {
|
|
8362
|
-
const t = n, r = Ce(() => ({ variant: tl.PRIMARY, size: Ht.SM })), s =
|
|
8362
|
+
const t = n, r = Ce(() => ({ variant: tl.PRIMARY, size: Ht.SM })), s = ws(t, "modelValue", e);
|
|
8363
8363
|
let o = null;
|
|
8364
|
-
rf.autoDiscover = !1,
|
|
8364
|
+
rf.autoDiscover = !1, tn(() => t.modelValue, () => {
|
|
8365
8365
|
i();
|
|
8366
8366
|
}), er(() => {
|
|
8367
8367
|
document.getElementById("dropzone") && l();
|
|
@@ -9121,13 +9121,13 @@ function _p(n, e, t, r) {
|
|
|
9121
9121
|
} else if (t.content.size)
|
|
9122
9122
|
if (!t.openStart && !t.openEnd && n.depth == r && e.depth == r) {
|
|
9123
9123
|
let i = n.parent, l = i.content;
|
|
9124
|
-
return
|
|
9124
|
+
return us(i, l.cut(0, n.parentOffset).append(t.content).append(l.cut(e.parentOffset)));
|
|
9125
9125
|
} else {
|
|
9126
9126
|
let { start: i, end: l } = J9(t, n);
|
|
9127
|
-
return
|
|
9127
|
+
return us(o, Op(n, i, l, e, r));
|
|
9128
9128
|
}
|
|
9129
9129
|
else
|
|
9130
|
-
return
|
|
9130
|
+
return us(o, Xi(n, e, r));
|
|
9131
9131
|
}
|
|
9132
9132
|
function xp(n, e) {
|
|
9133
9133
|
if (!e.type.compatibleContent(n.type))
|
|
@@ -9137,29 +9137,29 @@ function Lc(n, e, t) {
|
|
|
9137
9137
|
let r = n.node(t);
|
|
9138
9138
|
return xp(r, e.node(t)), r;
|
|
9139
9139
|
}
|
|
9140
|
-
function
|
|
9140
|
+
function cs(n, e) {
|
|
9141
9141
|
let t = e.length - 1;
|
|
9142
9142
|
t >= 0 && n.isText && n.sameMarkup(e[t]) ? e[t] = n.withText(e[t].text + n.text) : e.push(n);
|
|
9143
9143
|
}
|
|
9144
9144
|
function Do(n, e, t, r) {
|
|
9145
9145
|
let s = (e || n).node(t), o = 0, i = e ? e.index(t) : s.childCount;
|
|
9146
|
-
n && (o = n.index(t), n.depth > t ? o++ : n.textOffset && (
|
|
9146
|
+
n && (o = n.index(t), n.depth > t ? o++ : n.textOffset && (cs(n.nodeAfter, r), o++));
|
|
9147
9147
|
for (let l = o; l < i; l++)
|
|
9148
|
-
|
|
9149
|
-
e && e.depth == t && e.textOffset &&
|
|
9148
|
+
cs(s.child(l), r);
|
|
9149
|
+
e && e.depth == t && e.textOffset && cs(e.nodeBefore, r);
|
|
9150
9150
|
}
|
|
9151
|
-
function
|
|
9151
|
+
function us(n, e) {
|
|
9152
9152
|
return n.type.checkContent(e), n.copy(e);
|
|
9153
9153
|
}
|
|
9154
9154
|
function Op(n, e, t, r, s) {
|
|
9155
9155
|
let o = n.depth > s && Lc(n, e, s + 1), i = r.depth > s && Lc(t, r, s + 1), l = [];
|
|
9156
|
-
return Do(null, n, s, l), o && i && e.index(s) == t.index(s) ? (xp(o, i),
|
|
9156
|
+
return Do(null, n, s, l), o && i && e.index(s) == t.index(s) ? (xp(o, i), cs(us(o, Op(n, e, t, r, s + 1)), l)) : (o && cs(us(o, Xi(n, e, s + 1)), l), Do(e, t, s, l), i && cs(us(i, Xi(t, r, s + 1)), l)), Do(r, null, s, l), new me(l);
|
|
9157
9157
|
}
|
|
9158
9158
|
function Xi(n, e, t) {
|
|
9159
9159
|
let r = [];
|
|
9160
9160
|
if (Do(null, n, t, r), n.depth > t) {
|
|
9161
9161
|
let s = Lc(n, e, t + 1);
|
|
9162
|
-
|
|
9162
|
+
cs(us(s, Xi(n, e, t + 1)), r);
|
|
9163
9163
|
}
|
|
9164
9164
|
return Do(e, null, t, r), new me(r);
|
|
9165
9165
|
}
|
|
@@ -9457,7 +9457,7 @@ class qi {
|
|
|
9457
9457
|
}
|
|
9458
9458
|
}
|
|
9459
9459
|
const X9 = /* @__PURE__ */ Object.create(null);
|
|
9460
|
-
let
|
|
9460
|
+
let ds = class Dc {
|
|
9461
9461
|
/**
|
|
9462
9462
|
@internal
|
|
9463
9463
|
*/
|
|
@@ -9818,8 +9818,8 @@ let us = class Dc {
|
|
|
9818
9818
|
return e.nodeType(t.type).create(t.attrs, s, r);
|
|
9819
9819
|
}
|
|
9820
9820
|
};
|
|
9821
|
-
|
|
9822
|
-
class ea extends
|
|
9821
|
+
ds.prototype.text = void 0;
|
|
9822
|
+
class ea extends ds {
|
|
9823
9823
|
/**
|
|
9824
9824
|
@internal
|
|
9825
9825
|
*/
|
|
@@ -9862,7 +9862,7 @@ function kp(n, e) {
|
|
|
9862
9862
|
e = n[t].type.name + "(" + e + ")";
|
|
9863
9863
|
return e;
|
|
9864
9864
|
}
|
|
9865
|
-
class
|
|
9865
|
+
class gs {
|
|
9866
9866
|
/**
|
|
9867
9867
|
@internal
|
|
9868
9868
|
*/
|
|
@@ -9875,7 +9875,7 @@ class ms {
|
|
|
9875
9875
|
static parse(e, t) {
|
|
9876
9876
|
let r = new q9(e, t);
|
|
9877
9877
|
if (r.next == null)
|
|
9878
|
-
return
|
|
9878
|
+
return gs.empty;
|
|
9879
9879
|
let s = Ip(r);
|
|
9880
9880
|
r.next && r.err("Unexpected trailing text");
|
|
9881
9881
|
let o = iE(oE(s));
|
|
@@ -10024,7 +10024,7 @@ class ms {
|
|
|
10024
10024
|
`);
|
|
10025
10025
|
}
|
|
10026
10026
|
}
|
|
10027
|
-
|
|
10027
|
+
gs.empty = new gs(!0);
|
|
10028
10028
|
class q9 {
|
|
10029
10029
|
constructor(e, t) {
|
|
10030
10030
|
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();
|
|
@@ -10187,7 +10187,7 @@ function iE(n) {
|
|
|
10187
10187
|
});
|
|
10188
10188
|
});
|
|
10189
10189
|
});
|
|
10190
|
-
let o = e[r.join(",")] = new
|
|
10190
|
+
let o = e[r.join(",")] = new gs(r.indexOf(n.length - 1) > -1);
|
|
10191
10191
|
for (let i = 0; i < s.length; i++) {
|
|
10192
10192
|
let l = s[i][1].sort(Mp);
|
|
10193
10193
|
o.next.push({ type: s[i][0], next: e[l.join(",")] || t(l) });
|
|
@@ -10261,7 +10261,7 @@ let af = class Rp {
|
|
|
10261
10261
|
True for node types that allow no content.
|
|
10262
10262
|
*/
|
|
10263
10263
|
get isLeaf() {
|
|
10264
|
-
return this.contentMatch ==
|
|
10264
|
+
return this.contentMatch == gs.empty;
|
|
10265
10265
|
}
|
|
10266
10266
|
/**
|
|
10267
10267
|
True when this node is an atom, i.e. when it does not have
|
|
@@ -10309,7 +10309,7 @@ let af = class Rp {
|
|
|
10309
10309
|
create(e = null, t, r) {
|
|
10310
10310
|
if (this.isText)
|
|
10311
10311
|
throw new Error("NodeType.create can't construct text nodes");
|
|
10312
|
-
return new
|
|
10312
|
+
return new ds(this, this.computeAttrs(e), me.from(t), st.setFrom(r));
|
|
10313
10313
|
}
|
|
10314
10314
|
/**
|
|
10315
10315
|
Like [`create`](https://prosemirror.net/docs/ref/#model.NodeType.create), but check the given content
|
|
@@ -10317,7 +10317,7 @@ let af = class Rp {
|
|
|
10317
10317
|
if it doesn't match.
|
|
10318
10318
|
*/
|
|
10319
10319
|
createChecked(e = null, t, r) {
|
|
10320
|
-
return t = me.from(t), this.checkContent(t), new
|
|
10320
|
+
return t = me.from(t), this.checkContent(t), new ds(this, this.computeAttrs(e), t, st.setFrom(r));
|
|
10321
10321
|
}
|
|
10322
10322
|
/**
|
|
10323
10323
|
Like [`create`](https://prosemirror.net/docs/ref/#model.NodeType.create), but see if it is
|
|
@@ -10335,7 +10335,7 @@ let af = class Rp {
|
|
|
10335
10335
|
t = i.append(t);
|
|
10336
10336
|
}
|
|
10337
10337
|
let s = this.contentMatch.matchFragment(t), o = s && s.fillBefore(me.empty, !0);
|
|
10338
|
-
return o ? new
|
|
10338
|
+
return o ? new ds(this, e, t.append(o), st.setFrom(r)) : null;
|
|
10339
10339
|
}
|
|
10340
10340
|
/**
|
|
10341
10341
|
Returns true if the given fragment is valid content for this node
|
|
@@ -10475,7 +10475,7 @@ class cE {
|
|
|
10475
10475
|
if (s in this.marks)
|
|
10476
10476
|
throw new RangeError(s + " can not be both a node and a mark");
|
|
10477
10477
|
let o = this.nodes[s], i = o.spec.content || "", l = o.spec.marks;
|
|
10478
|
-
o.contentMatch = r[i] || (r[i] =
|
|
10478
|
+
o.contentMatch = r[i] || (r[i] = gs.parse(i, this.nodes)), o.inlineContent = o.contentMatch.inlineContent, o.markSet = l == "_" ? null : l ? lf(this, l.split(" ")) : l == "" || !o.inlineContent ? [] : null;
|
|
10479
10479
|
}
|
|
10480
10480
|
for (let s in this.marks) {
|
|
10481
10481
|
let o = this.marks[s], i = o.spec.excludes;
|
|
@@ -10518,7 +10518,7 @@ class cE {
|
|
|
10518
10518
|
bound.
|
|
10519
10519
|
*/
|
|
10520
10520
|
nodeFromJSON(e) {
|
|
10521
|
-
return
|
|
10521
|
+
return ds.fromJSON(this, e);
|
|
10522
10522
|
}
|
|
10523
10523
|
/**
|
|
10524
10524
|
Deserialize a mark from its JSON representation. This method is
|
|
@@ -11276,15 +11276,15 @@ class Rc {
|
|
|
11276
11276
|
return (this.delInfo & $i) > 0;
|
|
11277
11277
|
}
|
|
11278
11278
|
}
|
|
11279
|
-
class
|
|
11279
|
+
class sn {
|
|
11280
11280
|
/**
|
|
11281
11281
|
Create a position map. The modifications to the document are
|
|
11282
11282
|
represented as an array of numbers, in which each group of three
|
|
11283
11283
|
represents a modified chunk as `[start, oldSize, newSize]`.
|
|
11284
11284
|
*/
|
|
11285
11285
|
constructor(e, t = !1) {
|
|
11286
|
-
if (this.ranges = e, this.inverted = t, !e.length &&
|
|
11287
|
-
return
|
|
11286
|
+
if (this.ranges = e, this.inverted = t, !e.length && sn.empty)
|
|
11287
|
+
return sn.empty;
|
|
11288
11288
|
}
|
|
11289
11289
|
/**
|
|
11290
11290
|
@internal
|
|
@@ -11355,7 +11355,7 @@ class rn {
|
|
|
11355
11355
|
map positions in the post-step document to the pre-step document.
|
|
11356
11356
|
*/
|
|
11357
11357
|
invert() {
|
|
11358
|
-
return new
|
|
11358
|
+
return new sn(this.ranges, !this.inverted);
|
|
11359
11359
|
}
|
|
11360
11360
|
/**
|
|
11361
11361
|
@internal
|
|
@@ -11369,10 +11369,10 @@ class rn {
|
|
|
11369
11369
|
sub-document to a larger document, or vice-versa.
|
|
11370
11370
|
*/
|
|
11371
11371
|
static offset(e) {
|
|
11372
|
-
return e == 0 ?
|
|
11372
|
+
return e == 0 ? sn.empty : new sn(e < 0 ? [0, -e, 0] : [0, 0, e]);
|
|
11373
11373
|
}
|
|
11374
11374
|
}
|
|
11375
|
-
|
|
11375
|
+
sn.empty = new sn([]);
|
|
11376
11376
|
class Po {
|
|
11377
11377
|
/**
|
|
11378
11378
|
Create a new mapping with the given position maps.
|
|
@@ -11488,7 +11488,7 @@ class Pt {
|
|
|
11488
11488
|
and the new document.
|
|
11489
11489
|
*/
|
|
11490
11490
|
getMap() {
|
|
11491
|
-
return
|
|
11491
|
+
return sn.empty;
|
|
11492
11492
|
}
|
|
11493
11493
|
/**
|
|
11494
11494
|
Try to merge this step with another one, to be applied directly
|
|
@@ -11738,7 +11738,7 @@ class kt extends Pt {
|
|
|
11738
11738
|
return this.structure && Pc(e, this.from, this.to) ? Et.fail("Structure replace would overwrite content") : Et.fromReplace(e, this.from, this.to, this.slice);
|
|
11739
11739
|
}
|
|
11740
11740
|
getMap() {
|
|
11741
|
-
return new
|
|
11741
|
+
return new sn([this.from, this.to - this.from, this.slice.size]);
|
|
11742
11742
|
}
|
|
11743
11743
|
invert(e) {
|
|
11744
11744
|
return new kt(this.from, this.from + this.slice.size, e.slice(this.from, this.to));
|
|
@@ -11793,7 +11793,7 @@ class St extends Pt {
|
|
|
11793
11793
|
return r ? Et.fromReplace(e, this.from, this.to, r) : Et.fail("Content does not fit in gap");
|
|
11794
11794
|
}
|
|
11795
11795
|
getMap() {
|
|
11796
|
-
return new
|
|
11796
|
+
return new sn([
|
|
11797
11797
|
this.from,
|
|
11798
11798
|
this.gapFrom - this.from,
|
|
11799
11799
|
this.insert,
|
|
@@ -11997,7 +11997,7 @@ function OE(n, e, t, r, s) {
|
|
|
11997
11997
|
throw new RangeError("Invalid content for node type " + t.name);
|
|
11998
11998
|
n.step(new St(e, e + o.nodeSize, e + 1, e + o.nodeSize - 1, new Oe(me.from(i), 0, 0), 1, !0));
|
|
11999
11999
|
}
|
|
12000
|
-
function
|
|
12000
|
+
function Qs(n, e, t = 1, r) {
|
|
12001
12001
|
let s = n.resolve(e), o = s.depth - t, i = r && r[r.length - 1] || s.parent;
|
|
12002
12002
|
if (o < 0 || s.parent.type.spec.isolating || !s.parent.canReplace(s.index(), s.parent.childCount) || !i.type.validContent(s.parent.content.cutByIndex(s.index(), s.parent.childCount)))
|
|
12003
12003
|
return !1;
|
|
@@ -12367,7 +12367,7 @@ function Yp(n, e) {
|
|
|
12367
12367
|
}
|
|
12368
12368
|
return t;
|
|
12369
12369
|
}
|
|
12370
|
-
class
|
|
12370
|
+
class Js extends Pt {
|
|
12371
12371
|
/**
|
|
12372
12372
|
Construct an attribute step.
|
|
12373
12373
|
*/
|
|
@@ -12386,14 +12386,14 @@ class Qs extends Pt {
|
|
|
12386
12386
|
return Et.fromReplace(e, this.pos, this.pos + 1, new Oe(me.from(s), 0, t.isLeaf ? 0 : 1));
|
|
12387
12387
|
}
|
|
12388
12388
|
getMap() {
|
|
12389
|
-
return
|
|
12389
|
+
return sn.empty;
|
|
12390
12390
|
}
|
|
12391
12391
|
invert(e) {
|
|
12392
|
-
return new
|
|
12392
|
+
return new Js(this.pos, this.attr, e.nodeAt(this.pos).attrs[this.attr]);
|
|
12393
12393
|
}
|
|
12394
12394
|
map(e) {
|
|
12395
12395
|
let t = e.mapResult(this.pos, 1);
|
|
12396
|
-
return t.deletedAfter ? null : new
|
|
12396
|
+
return t.deletedAfter ? null : new Js(t.pos, this.attr, this.value);
|
|
12397
12397
|
}
|
|
12398
12398
|
toJSON() {
|
|
12399
12399
|
return { stepType: "attr", pos: this.pos, attr: this.attr, value: this.value };
|
|
@@ -12401,10 +12401,10 @@ class Qs extends Pt {
|
|
|
12401
12401
|
static fromJSON(e, t) {
|
|
12402
12402
|
if (typeof t.pos != "number" || typeof t.attr != "string")
|
|
12403
12403
|
throw new RangeError("Invalid input for AttrStep.fromJSON");
|
|
12404
|
-
return new
|
|
12404
|
+
return new Js(t.pos, t.attr, t.value);
|
|
12405
12405
|
}
|
|
12406
12406
|
}
|
|
12407
|
-
Pt.jsonID("attr",
|
|
12407
|
+
Pt.jsonID("attr", Js);
|
|
12408
12408
|
class Yo extends Pt {
|
|
12409
12409
|
/**
|
|
12410
12410
|
Construct an attribute step.
|
|
@@ -12421,7 +12421,7 @@ class Yo extends Pt {
|
|
|
12421
12421
|
return Et.ok(r);
|
|
12422
12422
|
}
|
|
12423
12423
|
getMap() {
|
|
12424
|
-
return
|
|
12424
|
+
return sn.empty;
|
|
12425
12425
|
}
|
|
12426
12426
|
invert(e) {
|
|
12427
12427
|
return new Yo(this.attr, e.attrs[this.attr]);
|
|
@@ -12605,7 +12605,7 @@ class Gp {
|
|
|
12605
12605
|
to set attributes on the document itself.
|
|
12606
12606
|
*/
|
|
12607
12607
|
setNodeAttribute(e, t, r) {
|
|
12608
|
-
return this.step(new
|
|
12608
|
+
return this.step(new Js(e, t, r)), this;
|
|
12609
12609
|
}
|
|
12610
12610
|
/**
|
|
12611
12611
|
Set a single attribute on the document to a new value.
|
|
@@ -12763,11 +12763,11 @@ class Xe {
|
|
|
12763
12763
|
found.
|
|
12764
12764
|
*/
|
|
12765
12765
|
static findFrom(e, t, r = !1) {
|
|
12766
|
-
let s = e.parent.inlineContent ? new et(e) :
|
|
12766
|
+
let s = e.parent.inlineContent ? new et(e) : Rs(e.node(0), e.parent, e.pos, e.index(), t, r);
|
|
12767
12767
|
if (s)
|
|
12768
12768
|
return s;
|
|
12769
12769
|
for (let o = e.depth - 1; o >= 0; o--) {
|
|
12770
|
-
let i = t < 0 ?
|
|
12770
|
+
let i = t < 0 ? Rs(e.node(0), e.node(o), e.before(o + 1), e.index(o), t, r) : Rs(e.node(0), e.node(o), e.after(o + 1), e.index(o) + 1, t, r);
|
|
12771
12771
|
if (i)
|
|
12772
12772
|
return i;
|
|
12773
12773
|
}
|
|
@@ -12788,14 +12788,14 @@ class Xe {
|
|
|
12788
12788
|
exists.
|
|
12789
12789
|
*/
|
|
12790
12790
|
static atStart(e) {
|
|
12791
|
-
return
|
|
12791
|
+
return Rs(e, e, 0, 0, 1) || new Mn(e);
|
|
12792
12792
|
}
|
|
12793
12793
|
/**
|
|
12794
12794
|
Find the cursor or leaf node selection closest to the end of the
|
|
12795
12795
|
given document.
|
|
12796
12796
|
*/
|
|
12797
12797
|
static atEnd(e) {
|
|
12798
|
-
return
|
|
12798
|
+
return Rs(e, e, e.content.size, e.childCount, -1) || new Mn(e);
|
|
12799
12799
|
}
|
|
12800
12800
|
/**
|
|
12801
12801
|
Deserialize the JSON representation of a selection. Must be
|
|
@@ -13034,7 +13034,7 @@ const VE = {
|
|
|
13034
13034
|
return new Mn(n);
|
|
13035
13035
|
}
|
|
13036
13036
|
};
|
|
13037
|
-
function
|
|
13037
|
+
function Rs(n, e, t, r, s, o = !1) {
|
|
13038
13038
|
if (e.inlineContent)
|
|
13039
13039
|
return et.create(n, t);
|
|
13040
13040
|
for (let i = r - (s > 0 ? 0 : 1); s > 0 ? i < e.childCount : i >= 0; i += s) {
|
|
@@ -13043,7 +13043,7 @@ function Ds(n, e, t, r, s, o = !1) {
|
|
|
13043
13043
|
if (!o && Ve.isSelectable(l))
|
|
13044
13044
|
return Ve.create(n, t - (s < 0 ? l.nodeSize : 0));
|
|
13045
13045
|
} else {
|
|
13046
|
-
let a =
|
|
13046
|
+
let a = Rs(n, l, t + s, s < 0 ? l.childCount : 0, s, o);
|
|
13047
13047
|
if (a)
|
|
13048
13048
|
return a;
|
|
13049
13049
|
}
|
|
@@ -13266,7 +13266,7 @@ class zl {
|
|
|
13266
13266
|
});
|
|
13267
13267
|
}
|
|
13268
13268
|
}
|
|
13269
|
-
class
|
|
13269
|
+
class js {
|
|
13270
13270
|
/**
|
|
13271
13271
|
@internal
|
|
13272
13272
|
*/
|
|
@@ -13341,7 +13341,7 @@ class zs {
|
|
|
13341
13341
|
applyInner(e) {
|
|
13342
13342
|
if (!e.before.eq(this.doc))
|
|
13343
13343
|
throw new RangeError("Applying a mismatched transaction");
|
|
13344
|
-
let t = new
|
|
13344
|
+
let t = new js(this.config), r = this.config.fields;
|
|
13345
13345
|
for (let s = 0; s < r.length; s++) {
|
|
13346
13346
|
let o = r[s];
|
|
13347
13347
|
t[o.name] = o.apply(e, this[o.name], this, t);
|
|
@@ -13358,7 +13358,7 @@ class zs {
|
|
|
13358
13358
|
Create a new state.
|
|
13359
13359
|
*/
|
|
13360
13360
|
static create(e) {
|
|
13361
|
-
let t = new zl(e.doc ? e.doc.type.schema : e.schema, e.plugins), r = new
|
|
13361
|
+
let t = new zl(e.doc ? e.doc.type.schema : e.schema, e.plugins), r = new js(t);
|
|
13362
13362
|
for (let s = 0; s < t.fields.length; s++)
|
|
13363
13363
|
r[t.fields[s].name] = t.fields[s].init(e, r);
|
|
13364
13364
|
return r;
|
|
@@ -13372,7 +13372,7 @@ class zs {
|
|
|
13372
13372
|
configuration object..
|
|
13373
13373
|
*/
|
|
13374
13374
|
reconfigure(e) {
|
|
13375
|
-
let t = new zl(this.schema, e.plugins), r = t.fields, s = new
|
|
13375
|
+
let t = new zl(this.schema, e.plugins), r = t.fields, s = new js(t);
|
|
13376
13376
|
for (let o = 0; o < r.length; o++) {
|
|
13377
13377
|
let i = r[o].name;
|
|
13378
13378
|
s[i] = this.hasOwnProperty(i) ? this[i] : r[o].init(e, s);
|
|
@@ -13409,10 +13409,10 @@ class zs {
|
|
|
13409
13409
|
throw new RangeError("Invalid input for EditorState.fromJSON");
|
|
13410
13410
|
if (!e.schema)
|
|
13411
13411
|
throw new RangeError("Required config field 'schema' missing");
|
|
13412
|
-
let s = new zl(e.schema, e.plugins), o = new
|
|
13412
|
+
let s = new zl(e.schema, e.plugins), o = new js(s);
|
|
13413
13413
|
return s.fields.forEach((i) => {
|
|
13414
13414
|
if (i.name == "doc")
|
|
13415
|
-
o.doc =
|
|
13415
|
+
o.doc = ds.fromJSON(e.schema, t.doc);
|
|
13416
13416
|
else if (i.name == "selection")
|
|
13417
13417
|
o.selection = Xe.fromJSON(o.doc, t.selection);
|
|
13418
13418
|
else if (i.name == "storedMarks")
|
|
@@ -13438,7 +13438,7 @@ function Qp(n, e, t) {
|
|
|
13438
13438
|
}
|
|
13439
13439
|
return t;
|
|
13440
13440
|
}
|
|
13441
|
-
class
|
|
13441
|
+
class nn {
|
|
13442
13442
|
/**
|
|
13443
13443
|
Create a plugin.
|
|
13444
13444
|
*/
|
|
@@ -13489,7 +13489,7 @@ let bf = null;
|
|
|
13489
13489
|
const ar = function(n, e, t) {
|
|
13490
13490
|
let r = bf || (bf = document.createRange());
|
|
13491
13491
|
return r.setEnd(n, t ?? n.nodeValue.length), r.setStart(n, e || 0), r;
|
|
13492
|
-
},
|
|
13492
|
+
}, vs = function(n, e, t, r) {
|
|
13493
13493
|
return t && (Af(n, e, t, r, -1) || Af(n, e, t, r, 1));
|
|
13494
13494
|
}, zE = /^(img|br|input|textarea|hr)$/i;
|
|
13495
13495
|
function Af(n, e, t, r, s) {
|
|
@@ -13529,7 +13529,7 @@ function $u(n) {
|
|
|
13529
13529
|
return e && e.node && e.node.isBlock && (e.dom == n || e.contentDOM == n);
|
|
13530
13530
|
}
|
|
13531
13531
|
const il = function(n) {
|
|
13532
|
-
return n.focusNode &&
|
|
13532
|
+
return n.focusNode && vs(n.focusNode, n.focusOffset, n.anchorNode, n.anchorOffset);
|
|
13533
13533
|
};
|
|
13534
13534
|
function es(n, e) {
|
|
13535
13535
|
let t = document.createEvent("Event");
|
|
@@ -13627,18 +13627,18 @@ function qp(n, e) {
|
|
|
13627
13627
|
r.scrollTop != s + e && (r.scrollTop = s + e), r.scrollLeft != o && (r.scrollLeft = o);
|
|
13628
13628
|
}
|
|
13629
13629
|
}
|
|
13630
|
-
let
|
|
13630
|
+
let xs = null;
|
|
13631
13631
|
function eC(n) {
|
|
13632
13632
|
if (n.setActive)
|
|
13633
13633
|
return n.setActive();
|
|
13634
|
-
if (
|
|
13635
|
-
return n.focus(
|
|
13634
|
+
if (xs)
|
|
13635
|
+
return n.focus(xs);
|
|
13636
13636
|
let e = Xp(n);
|
|
13637
|
-
n.focus(
|
|
13637
|
+
n.focus(xs == null ? {
|
|
13638
13638
|
get preventScroll() {
|
|
13639
|
-
return
|
|
13639
|
+
return xs = { preventScroll: !0 }, !0;
|
|
13640
13640
|
}
|
|
13641
|
-
} : void 0),
|
|
13641
|
+
} : void 0), xs || (xs = !1, qp(e, 0));
|
|
13642
13642
|
}
|
|
13643
13643
|
function e0(n, e) {
|
|
13644
13644
|
let t, r = 2e8, s, o = 0, i = e.top, l = e.top, a, c;
|
|
@@ -14161,7 +14161,7 @@ class fi {
|
|
|
14161
14161
|
let f = c.focusNode.childNodes[c.focusOffset];
|
|
14162
14162
|
f && f.contentEditable == "false" && (s = !0);
|
|
14163
14163
|
}
|
|
14164
|
-
if (!(s || u && Kt) &&
|
|
14164
|
+
if (!(s || u && Kt) && vs(l.node, l.offset, c.anchorNode, c.anchorOffset) && vs(a.node, a.offset, c.focusNode, c.focusOffset))
|
|
14165
14165
|
return;
|
|
14166
14166
|
let d = !1;
|
|
14167
14167
|
if ((c.extend || e == t) && !u) {
|
|
@@ -14274,13 +14274,13 @@ class dC extends fi {
|
|
|
14274
14274
|
return e.type === "characterData" && e.target.nodeValue == e.oldValue;
|
|
14275
14275
|
}
|
|
14276
14276
|
}
|
|
14277
|
-
class
|
|
14277
|
+
class ys extends fi {
|
|
14278
14278
|
constructor(e, t, r, s) {
|
|
14279
14279
|
super(e, [], r, s), this.mark = t;
|
|
14280
14280
|
}
|
|
14281
14281
|
static create(e, t, r, s) {
|
|
14282
14282
|
let o = s.nodeViews[t.type.name], i = o && o(t, s, r);
|
|
14283
|
-
return (!i || !i.dom) && (i = Wn.renderSpec(document, t.type.spec.toDOM(t, r))), new
|
|
14283
|
+
return (!i || !i.dom) && (i = Wn.renderSpec(document, t.type.spec.toDOM(t, r))), new ys(e, t, i.dom, i.contentDOM || i.dom);
|
|
14284
14284
|
}
|
|
14285
14285
|
parseRule() {
|
|
14286
14286
|
return this.dirty & Zn || this.mark.type.spec.reparseInView ? null : { mark: this.mark.type.name, attrs: this.mark.attrs, contentElement: this.contentDOM };
|
|
@@ -14297,7 +14297,7 @@ class vs extends fi {
|
|
|
14297
14297
|
}
|
|
14298
14298
|
}
|
|
14299
14299
|
slice(e, t, r) {
|
|
14300
|
-
let s =
|
|
14300
|
+
let s = ys.create(this.parent, this.mark, !0, r), o = this.children, i = this.size;
|
|
14301
14301
|
t < i && (o = Uc(o, t, i, r)), e > 0 && (o = Uc(o, 0, e, r));
|
|
14302
14302
|
for (let l = 0; l < o.length; l++)
|
|
14303
14303
|
o[l].parent = s;
|
|
@@ -14535,7 +14535,7 @@ function i0(n, e, t) {
|
|
|
14535
14535
|
r = r.nextSibling;
|
|
14536
14536
|
} else
|
|
14537
14537
|
s = !0, n.insertBefore(l, r);
|
|
14538
|
-
if (i instanceof
|
|
14538
|
+
if (i instanceof ys) {
|
|
14539
14539
|
let a = r ? r.previousSibling : n.lastChild;
|
|
14540
14540
|
i0(i.contentDOM, i.children, t), r = a ? a.nextSibling : n.firstChild;
|
|
14541
14541
|
}
|
|
@@ -14654,7 +14654,7 @@ class pC {
|
|
|
14654
14654
|
if (l > -1)
|
|
14655
14655
|
l > this.index && (this.changed = !0, this.destroyBetween(this.index, l)), this.top = this.top.children[this.index];
|
|
14656
14656
|
else {
|
|
14657
|
-
let a =
|
|
14657
|
+
let a = ys.create(this.top, e[o], t, r);
|
|
14658
14658
|
this.top.children.splice(this.index, 0, a), this.top = a, this.changed = !0;
|
|
14659
14659
|
}
|
|
14660
14660
|
this.index = 0, o++;
|
|
@@ -14747,7 +14747,7 @@ class pC {
|
|
|
14747
14747
|
// contentEditable.
|
|
14748
14748
|
addTextblockHacks() {
|
|
14749
14749
|
let e = this.top.children[this.index - 1], t = this.top;
|
|
14750
|
-
for (; e instanceof
|
|
14750
|
+
for (; e instanceof ys; )
|
|
14751
14751
|
t = e, e = t.children[t.children.length - 1];
|
|
14752
14752
|
(!e || // Empty textblock
|
|
14753
14753
|
!(e instanceof al) || /\n$/.test(e.node.text) || this.view.requiresGeckoHackNode && /\s$/.test(e.node.text)) && ((Kt || Lt) && e && e.dom.contentEditable == "false" && this.addHackNode("IMG", t), this.addHackNode("BR", this.top));
|
|
@@ -14774,7 +14774,7 @@ function mC(n, e) {
|
|
|
14774
14774
|
for (; ; )
|
|
14775
14775
|
if (r) {
|
|
14776
14776
|
let c = t.children[r - 1];
|
|
14777
|
-
if (c instanceof
|
|
14777
|
+
if (c instanceof ys)
|
|
14778
14778
|
t = c, r = c.children.length;
|
|
14779
14779
|
else {
|
|
14780
14780
|
l = c, r--;
|
|
@@ -14931,7 +14931,7 @@ function dr(n, e = !1) {
|
|
|
14931
14931
|
if (u0(n, t), !!c0(n)) {
|
|
14932
14932
|
if (!e && n.input.mouseDown && n.input.mouseDown.allowDefault && Lt) {
|
|
14933
14933
|
let r = n.domSelectionRange(), s = n.domObserver.currentSelection;
|
|
14934
|
-
if (r.anchorNode && s.anchorNode &&
|
|
14934
|
+
if (r.anchorNode && s.anchorNode && vs(r.anchorNode, r.anchorOffset, s.anchorNode, s.anchorOffset)) {
|
|
14935
14935
|
n.input.mouseDown.delayedSelectionSync = !0, n.domObserver.setCurSelection();
|
|
14936
14936
|
return;
|
|
14937
14937
|
}
|
|
@@ -15005,7 +15005,7 @@ function d0(n) {
|
|
|
15005
15005
|
}
|
|
15006
15006
|
function wC(n) {
|
|
15007
15007
|
let e = n.docView.domFromPos(n.state.selection.anchor, 0), t = n.domSelectionRange();
|
|
15008
|
-
return
|
|
15008
|
+
return vs(e.node, e.offset, t.anchorNode, t.anchorOffset);
|
|
15009
15009
|
}
|
|
15010
15010
|
function zc(n, e) {
|
|
15011
15011
|
let { $anchor: t, $head: r } = n.selection, s = e > 0 ? t.max(r) : t.min(r), o = s.parent.inlineContent ? s.depth ? n.doc.resolve(e > 0 ? s.after() : s.before()) : null : s;
|
|
@@ -15052,7 +15052,7 @@ function Bo(n, e) {
|
|
|
15052
15052
|
let t = n.pmViewDesc;
|
|
15053
15053
|
return t && t.size == 0 && (e < 0 || n.nextSibling || n.nodeName != "BR");
|
|
15054
15054
|
}
|
|
15055
|
-
function
|
|
15055
|
+
function Os(n, e) {
|
|
15056
15056
|
return e < 0 ? TC(n) : SC(n);
|
|
15057
15057
|
}
|
|
15058
15058
|
function TC(n) {
|
|
@@ -15238,22 +15238,22 @@ function kC(n) {
|
|
|
15238
15238
|
function IC(n, e) {
|
|
15239
15239
|
let t = e.keyCode, r = kC(e);
|
|
15240
15240
|
if (t == 8 || Cn && t == 72 && r == "c")
|
|
15241
|
-
return Vf(n, -1) ||
|
|
15241
|
+
return Vf(n, -1) || Os(n, -1);
|
|
15242
15242
|
if (t == 46 && !e.shiftKey || Cn && t == 68 && r == "c")
|
|
15243
|
-
return Vf(n, 1) ||
|
|
15243
|
+
return Vf(n, 1) || Os(n, 1);
|
|
15244
15244
|
if (t == 13 || t == 27)
|
|
15245
15245
|
return !0;
|
|
15246
15246
|
if (t == 37 || Cn && t == 66 && r == "c") {
|
|
15247
15247
|
let s = t == 37 ? Bf(n, n.state.selection.from) == "ltr" ? -1 : 1 : -1;
|
|
15248
|
-
return Ff(n, s, r) ||
|
|
15248
|
+
return Ff(n, s, r) || Os(n, s);
|
|
15249
15249
|
} else if (t == 39 || Cn && t == 70 && r == "c") {
|
|
15250
15250
|
let s = t == 39 ? Bf(n, n.state.selection.from) == "ltr" ? 1 : -1 : 1;
|
|
15251
|
-
return Ff(n, s, r) ||
|
|
15251
|
+
return Ff(n, s, r) || Os(n, s);
|
|
15252
15252
|
} else {
|
|
15253
15253
|
if (t == 38 || Cn && t == 80 && r == "c")
|
|
15254
|
-
return $f(n, -1, r) ||
|
|
15254
|
+
return $f(n, -1, r) || Os(n, -1);
|
|
15255
15255
|
if (t == 40 || Cn && t == 78 && r == "c")
|
|
15256
|
-
return OC(n) || $f(n, 1, r) ||
|
|
15256
|
+
return OC(n) || $f(n, 1, r) || Os(n, 1);
|
|
15257
15257
|
if (r == (Cn ? "m" : "c") && (t == 66 || t == 73 || t == 89 || t == 90))
|
|
15258
15258
|
return !0;
|
|
15259
15259
|
}
|
|
@@ -15535,7 +15535,7 @@ function ju(n, e, t, r, s) {
|
|
|
15535
15535
|
return !0;
|
|
15536
15536
|
return !1;
|
|
15537
15537
|
}
|
|
15538
|
-
function
|
|
15538
|
+
function Zs(n, e, t) {
|
|
15539
15539
|
n.focused || n.focus();
|
|
15540
15540
|
let r = n.state.tr.setSelection(e);
|
|
15541
15541
|
t == "pointer" && r.setMeta("pointer", !0), n.dispatch(r);
|
|
@@ -15544,7 +15544,7 @@ function zC(n, e) {
|
|
|
15544
15544
|
if (e == -1)
|
|
15545
15545
|
return !1;
|
|
15546
15546
|
let t = n.state.doc.resolve(e), r = t.nodeAfter;
|
|
15547
|
-
return r && r.isAtom && Ve.isSelectable(r) ? (
|
|
15547
|
+
return r && r.isAtom && Ve.isSelectable(r) ? (Zs(n, new Ve(t), "pointer"), !0) : !1;
|
|
15548
15548
|
}
|
|
15549
15549
|
function jC(n, e) {
|
|
15550
15550
|
if (e == -1)
|
|
@@ -15559,7 +15559,7 @@ function jC(n, e) {
|
|
|
15559
15559
|
break;
|
|
15560
15560
|
}
|
|
15561
15561
|
}
|
|
15562
|
-
return s != null ? (
|
|
15562
|
+
return s != null ? (Zs(n, Ve.create(n.state.doc, s), "pointer"), !0) : !1;
|
|
15563
15563
|
}
|
|
15564
15564
|
function WC(n, e, t, r, s) {
|
|
15565
15565
|
return ju(n, "handleClickOn", e, t, r) || n.someProp("handleClick", (o) => o(n, e, r)) || (s ? jC(n, t) : zC(n, t));
|
|
@@ -15575,14 +15575,14 @@ function GC(n, e, t) {
|
|
|
15575
15575
|
return !1;
|
|
15576
15576
|
let r = n.state.doc;
|
|
15577
15577
|
if (e == -1)
|
|
15578
|
-
return r.inlineContent ? (
|
|
15578
|
+
return r.inlineContent ? (Zs(n, et.create(r, 0, r.content.size), "pointer"), !0) : !1;
|
|
15579
15579
|
let s = r.resolve(e);
|
|
15580
15580
|
for (let o = s.depth + 1; o > 0; o--) {
|
|
15581
15581
|
let i = o > s.depth ? s.nodeAfter : s.node(o), l = s.before(o);
|
|
15582
15582
|
if (i.inlineContent)
|
|
15583
|
-
|
|
15583
|
+
Zs(n, et.create(r, l + 1, l + 1 + i.content.size), "pointer");
|
|
15584
15584
|
else if (Ve.isSelectable(i))
|
|
15585
|
-
|
|
15585
|
+
Zs(n, Ve.create(r, l), "pointer");
|
|
15586
15586
|
else
|
|
15587
15587
|
continue;
|
|
15588
15588
|
return !0;
|
|
@@ -15637,7 +15637,7 @@ class QC {
|
|
|
15637
15637
|
// (hidden) cursor is doesn't change the selection, and
|
|
15638
15638
|
// thus doesn't get a reaction from ProseMirror. This
|
|
15639
15639
|
// works around that.
|
|
15640
|
-
Lt && !this.view.state.selection.visible && Math.min(Math.abs(t.pos - this.view.state.selection.from), Math.abs(t.pos - this.view.state.selection.to)) <= 2) ? (
|
|
15640
|
+
Lt && !this.view.state.selection.visible && Math.min(Math.abs(t.pos - this.view.state.selection.from), Math.abs(t.pos - this.view.state.selection.to)) <= 2) ? (Zs(this.view, Xe.near(this.view.state.doc.resolve(t.pos)), "pointer"), e.preventDefault()) : Mr(this.view, "pointer");
|
|
15641
15641
|
}
|
|
15642
15642
|
move(e) {
|
|
15643
15643
|
this.updateAllowDefault(e), Mr(this.view, "pointer"), e.buttons == 0 && this.done();
|
|
@@ -15860,7 +15860,7 @@ function Zo(n, e) {
|
|
|
15860
15860
|
}
|
|
15861
15861
|
class oa {
|
|
15862
15862
|
constructor(e, t) {
|
|
15863
|
-
this.toDOM = e, this.spec = t ||
|
|
15863
|
+
this.toDOM = e, this.spec = t || fs, this.side = this.spec.side || 0;
|
|
15864
15864
|
}
|
|
15865
15865
|
map(e, t, r, s) {
|
|
15866
15866
|
let { pos: o, deleted: i } = e.mapResult(t.from + s, this.side < 0 ? -1 : 1);
|
|
@@ -15878,7 +15878,7 @@ class oa {
|
|
|
15878
15878
|
}
|
|
15879
15879
|
class Dr {
|
|
15880
15880
|
constructor(e, t) {
|
|
15881
|
-
this.attrs = e, this.spec = t ||
|
|
15881
|
+
this.attrs = e, this.spec = t || fs;
|
|
15882
15882
|
}
|
|
15883
15883
|
map(e, t, r, s) {
|
|
15884
15884
|
let o = e.map(t.from + s, this.spec.inclusiveStart ? -1 : 1) - r, i = e.map(t.to + s, this.spec.inclusiveEnd ? 1 : -1) - r;
|
|
@@ -15898,7 +15898,7 @@ class Dr {
|
|
|
15898
15898
|
}
|
|
15899
15899
|
class Ku {
|
|
15900
15900
|
constructor(e, t) {
|
|
15901
|
-
this.attrs = e, this.spec = t ||
|
|
15901
|
+
this.attrs = e, this.spec = t || fs;
|
|
15902
15902
|
}
|
|
15903
15903
|
map(e, t, r, s) {
|
|
15904
15904
|
let o = e.mapResult(t.from + s, 1);
|
|
@@ -15988,13 +15988,13 @@ class An {
|
|
|
15988
15988
|
return this.type instanceof oa;
|
|
15989
15989
|
}
|
|
15990
15990
|
}
|
|
15991
|
-
const
|
|
15991
|
+
const Ps = [], fs = {};
|
|
15992
15992
|
class bt {
|
|
15993
15993
|
/**
|
|
15994
15994
|
@internal
|
|
15995
15995
|
*/
|
|
15996
15996
|
constructor(e, t) {
|
|
15997
|
-
this.local = e.length ? e :
|
|
15997
|
+
this.local = e.length ? e : Ps, this.children = t.length ? t : Ps;
|
|
15998
15998
|
}
|
|
15999
15999
|
/**
|
|
16000
16000
|
Create a set of decorations, using the structure of the given
|
|
@@ -16002,7 +16002,7 @@ class bt {
|
|
|
16002
16002
|
you must make a copy if you want need to preserve that.
|
|
16003
16003
|
*/
|
|
16004
16004
|
static create(e, t) {
|
|
16005
|
-
return t.length ? ia(t, e, 0,
|
|
16005
|
+
return t.length ? ia(t, e, 0, fs) : Mt;
|
|
16006
16006
|
}
|
|
16007
16007
|
/**
|
|
16008
16008
|
Find all decorations in this set which touch the given range
|
|
@@ -16032,7 +16032,7 @@ class bt {
|
|
|
16032
16032
|
document.
|
|
16033
16033
|
*/
|
|
16034
16034
|
map(e, t, r) {
|
|
16035
|
-
return this == Mt || e.maps.length == 0 ? this : this.mapInner(e, t, 0, 0, r ||
|
|
16035
|
+
return this == Mt || e.maps.length == 0 ? this : this.mapInner(e, t, 0, 0, r || fs);
|
|
16036
16036
|
}
|
|
16037
16037
|
/**
|
|
16038
16038
|
@internal
|
|
@@ -16043,7 +16043,7 @@ class bt {
|
|
|
16043
16043
|
let a = this.local[l].map(e, r, s);
|
|
16044
16044
|
a && a.type.valid(t, a) ? (i || (i = [])).push(a) : o.onRemove && o.onRemove(this.local[l].spec);
|
|
16045
16045
|
}
|
|
16046
|
-
return this.children.length ? tb(this.children, i || [], e, t, r, s, o) : i ? new bt(i.sort(
|
|
16046
|
+
return this.children.length ? tb(this.children, i || [], e, t, r, s, o) : i ? new bt(i.sort(hs), Ps) : Mt;
|
|
16047
16047
|
}
|
|
16048
16048
|
/**
|
|
16049
16049
|
Add the given array of decorations to the ones in the set,
|
|
@@ -16061,13 +16061,13 @@ class bt {
|
|
|
16061
16061
|
if (u = O0(t, l, c)) {
|
|
16062
16062
|
for (s || (s = this.children.slice()); o < s.length && s[o] < a; )
|
|
16063
16063
|
o += 3;
|
|
16064
|
-
s[o] == a ? s[o + 2] = s[o + 2].addInner(l, u, c + 1) : s.splice(o, 0, a, a + l.nodeSize, ia(u, l, c + 1,
|
|
16064
|
+
s[o] == a ? s[o + 2] = s[o + 2].addInner(l, u, c + 1) : s.splice(o, 0, a, a + l.nodeSize, ia(u, l, c + 1, fs)), o += 3;
|
|
16065
16065
|
}
|
|
16066
16066
|
});
|
|
16067
16067
|
let i = x0(o ? k0(t) : t, -r);
|
|
16068
16068
|
for (let l = 0; l < i.length; l++)
|
|
16069
16069
|
i[l].type.valid(e, i[l]) || i.splice(l--, 1);
|
|
16070
|
-
return new bt(i.length ? this.local.concat(i).sort(
|
|
16070
|
+
return new bt(i.length ? this.local.concat(i).sort(hs) : this.local, s || this.children);
|
|
16071
16071
|
}
|
|
16072
16072
|
/**
|
|
16073
16073
|
Create a new set that contains the decorations in this set, minus
|
|
@@ -16119,7 +16119,7 @@ class bt {
|
|
|
16119
16119
|
}
|
|
16120
16120
|
}
|
|
16121
16121
|
if (s) {
|
|
16122
|
-
let l = new bt(s.sort(
|
|
16122
|
+
let l = new bt(s.sort(hs), Ps);
|
|
16123
16123
|
return r ? new xr([l, r]) : l;
|
|
16124
16124
|
}
|
|
16125
16125
|
return r || Mt;
|
|
@@ -16151,7 +16151,7 @@ class bt {
|
|
|
16151
16151
|
*/
|
|
16152
16152
|
localsInner(e) {
|
|
16153
16153
|
if (this == Mt)
|
|
16154
|
-
return
|
|
16154
|
+
return Ps;
|
|
16155
16155
|
if (e.inlineContent || !this.local.some(Dr.is))
|
|
16156
16156
|
return this.local;
|
|
16157
16157
|
let t = [];
|
|
@@ -16168,7 +16168,7 @@ class xr {
|
|
|
16168
16168
|
this.members = e;
|
|
16169
16169
|
}
|
|
16170
16170
|
map(e, t) {
|
|
16171
|
-
const r = this.members.map((s) => s.map(e, t,
|
|
16171
|
+
const r = this.members.map((s) => s.map(e, t, fs));
|
|
16172
16172
|
return xr.from(r);
|
|
16173
16173
|
}
|
|
16174
16174
|
forChild(e, t) {
|
|
@@ -16202,7 +16202,7 @@ class xr {
|
|
|
16202
16202
|
t.push(o[i]);
|
|
16203
16203
|
}
|
|
16204
16204
|
}
|
|
16205
|
-
return t ? Yu(r ? t : t.sort(
|
|
16205
|
+
return t ? Yu(r ? t : t.sort(hs)) : Ps;
|
|
16206
16206
|
}
|
|
16207
16207
|
// Create a group for the given array of decoration sets, or return
|
|
16208
16208
|
// a single set when possible.
|
|
@@ -16264,7 +16264,7 @@ function tb(n, e, t, r, s, o, i) {
|
|
|
16264
16264
|
l.splice(f, 0, u.children[d], u.children[d + 1], u.children[d + 2]);
|
|
16265
16265
|
}
|
|
16266
16266
|
}
|
|
16267
|
-
return new bt(e.sort(
|
|
16267
|
+
return new bt(e.sort(hs), l);
|
|
16268
16268
|
}
|
|
16269
16269
|
function x0(n, e) {
|
|
16270
16270
|
if (!e || !n.length)
|
|
@@ -16313,12 +16313,12 @@ function ia(n, e, t, r) {
|
|
|
16313
16313
|
u != Mt && s.push(a, a + l.nodeSize, u);
|
|
16314
16314
|
}
|
|
16315
16315
|
});
|
|
16316
|
-
let i = x0(o ? k0(n) : n, -t).sort(
|
|
16316
|
+
let i = x0(o ? k0(n) : n, -t).sort(hs);
|
|
16317
16317
|
for (let l = 0; l < i.length; l++)
|
|
16318
16318
|
i[l].type.valid(e, i[l]) || (r.onRemove && r.onRemove(i[l].spec), i.splice(l--, 1));
|
|
16319
16319
|
return i.length || s.length ? new bt(i, s) : Mt;
|
|
16320
16320
|
}
|
|
16321
|
-
function
|
|
16321
|
+
function hs(n, e) {
|
|
16322
16322
|
return n.from - e.from || n.to - e.to;
|
|
16323
16323
|
}
|
|
16324
16324
|
function Yu(n) {
|
|
@@ -16340,7 +16340,7 @@ function Yu(n) {
|
|
|
16340
16340
|
return e;
|
|
16341
16341
|
}
|
|
16342
16342
|
function jf(n, e, t) {
|
|
16343
|
-
for (; e < n.length &&
|
|
16343
|
+
for (; e < n.length && hs(t, n[e]) > 0; )
|
|
16344
16344
|
e++;
|
|
16345
16345
|
n.splice(e, 0, t);
|
|
16346
16346
|
}
|
|
@@ -16421,7 +16421,7 @@ class ib {
|
|
|
16421
16421
|
return dr(this.view);
|
|
16422
16422
|
if (en && Nr <= 11 && !this.view.state.selection.empty) {
|
|
16423
16423
|
let e = this.view.domSelectionRange();
|
|
16424
|
-
if (e.focusNode &&
|
|
16424
|
+
if (e.focusNode && vs(e.focusNode, e.focusOffset, e.anchorNode, e.anchorOffset))
|
|
16425
16425
|
return this.flushSoon();
|
|
16426
16426
|
}
|
|
16427
16427
|
this.flush();
|
|
@@ -16523,7 +16523,7 @@ function lb(n) {
|
|
|
16523
16523
|
}
|
|
16524
16524
|
n.dom.addEventListener("beforeinput", t, !0), document.execCommand("indent"), n.dom.removeEventListener("beforeinput", t, !0);
|
|
16525
16525
|
let r = e.startContainer, s = e.startOffset, o = e.endContainer, i = e.endOffset, l = n.domAtPos(n.state.selection.anchor);
|
|
16526
|
-
return
|
|
16526
|
+
return vs(l.node, l.offset, o, i) && ([r, s, o, i] = [o, i, r, s]), { anchorNode: r, anchorOffset: s, focusNode: o, focusOffset: i };
|
|
16527
16527
|
}
|
|
16528
16528
|
function cb(n, e, t) {
|
|
16529
16529
|
let { node: r, fromOffset: s, toOffset: o, from: i, to: l } = n.docView.parseRange(e, t), a = n.domSelectionRange(), c, u = a.anchorNode;
|
|
@@ -17211,7 +17211,7 @@ function Jl(n, e, t = !0) {
|
|
|
17211
17211
|
return e.altKey && (n = "Alt-" + n), e.ctrlKey && (n = "Ctrl-" + n), e.metaKey && (n = "Meta-" + n), t && e.shiftKey && (n = "Shift-" + n), n;
|
|
17212
17212
|
}
|
|
17213
17213
|
function Sb(n) {
|
|
17214
|
-
return new
|
|
17214
|
+
return new nn({ props: { handleKeyDown: _b(n) } });
|
|
17215
17215
|
}
|
|
17216
17216
|
function _b(n) {
|
|
17217
17217
|
let e = Tb(n);
|
|
@@ -17410,7 +17410,7 @@ const Bb = (n, e) => {
|
|
|
17410
17410
|
return !1;
|
|
17411
17411
|
if (t.depth > 1 && t.after() != t.end(-1)) {
|
|
17412
17412
|
let o = t.before();
|
|
17413
|
-
if (
|
|
17413
|
+
if (Qs(n.doc, o))
|
|
17414
17414
|
return e && e(n.tr.split(o).scrollIntoView()), !0;
|
|
17415
17415
|
}
|
|
17416
17416
|
let r = t.blockRange(), s = r && yo(r);
|
|
@@ -17538,7 +17538,7 @@ function Yb(n, e, t, r, s) {
|
|
|
17538
17538
|
t[u].type == s && (i = u + 1);
|
|
17539
17539
|
let l = t.length - i, a = e.start + t.length - (r ? 2 : 0), c = e.parent;
|
|
17540
17540
|
for (let u = e.startIndex, d = e.endIndex, f = !0; u < d; u++, f = !1)
|
|
17541
|
-
!f &&
|
|
17541
|
+
!f && Qs(n.doc, a, l) && (n.split(a, l), a += 2 * l), a += c.child(u).nodeSize;
|
|
17542
17542
|
return n;
|
|
17543
17543
|
}
|
|
17544
17544
|
function Gb(n) {
|
|
@@ -17983,7 +17983,7 @@ function Xl(n) {
|
|
|
17983
17983
|
}), u;
|
|
17984
17984
|
}
|
|
17985
17985
|
function sA(n) {
|
|
17986
|
-
const { editor: e, rules: t } = n, r = new
|
|
17986
|
+
const { editor: e, rules: t } = n, r = new nn({
|
|
17987
17987
|
state: {
|
|
17988
17988
|
init() {
|
|
17989
17989
|
return null;
|
|
@@ -18088,7 +18088,7 @@ function lA(n) {
|
|
|
18088
18088
|
function cA(n) {
|
|
18089
18089
|
const { editor: e, rules: t } = n;
|
|
18090
18090
|
let r = null, s = !1, o = !1, i = new ClipboardEvent("paste"), l = new DragEvent("drop");
|
|
18091
|
-
return t.map((c) => new
|
|
18091
|
+
return t.map((c) => new nn({
|
|
18092
18092
|
// we register a global drag handler to track the current drag source element
|
|
18093
18093
|
view(u) {
|
|
18094
18094
|
const d = (f) => {
|
|
@@ -18139,9 +18139,9 @@ function uA(n) {
|
|
|
18139
18139
|
const e = n.filter((t, r) => n.indexOf(t) !== r);
|
|
18140
18140
|
return [...new Set(e)];
|
|
18141
18141
|
}
|
|
18142
|
-
class
|
|
18142
|
+
class Ws {
|
|
18143
18143
|
constructor(e, t) {
|
|
18144
|
-
this.splittableMarks = [], this.editor = t, this.extensions =
|
|
18144
|
+
this.splittableMarks = [], this.editor = t, this.extensions = Ws.resolve(e), this.schema = tA(this.extensions, t), this.extensions.forEach((r) => {
|
|
18145
18145
|
var s;
|
|
18146
18146
|
this.editor.extensionStorage[r.name] = r.storage;
|
|
18147
18147
|
const o = {
|
|
@@ -18171,7 +18171,7 @@ class js {
|
|
|
18171
18171
|
});
|
|
18172
18172
|
}
|
|
18173
18173
|
static resolve(e) {
|
|
18174
|
-
const t =
|
|
18174
|
+
const t = Ws.sort(Ws.flatten(e)), r = uA(t.map((s) => s.name));
|
|
18175
18175
|
return r.length && console.warn(`[tiptap warn]: Duplicate extension names found: [${r.map((s) => `'${s}'`).join(", ")}]. This can lead to issues.`), t;
|
|
18176
18176
|
}
|
|
18177
18177
|
static flatten(e) {
|
|
@@ -18206,7 +18206,7 @@ class js {
|
|
|
18206
18206
|
}, {});
|
|
18207
18207
|
}
|
|
18208
18208
|
get plugins() {
|
|
18209
|
-
const { editor: e } = this, t =
|
|
18209
|
+
const { editor: e } = this, t = Ws.sort([...this.extensions].reverse()), r = [], s = [], o = t.map((i) => {
|
|
18210
18210
|
const l = {
|
|
18211
18211
|
name: i.name,
|
|
18212
18212
|
options: i.options,
|
|
@@ -18345,7 +18345,7 @@ const fA = Tn.create({
|
|
|
18345
18345
|
name: "clipboardTextSerializer",
|
|
18346
18346
|
addProseMirrorPlugins() {
|
|
18347
18347
|
return [
|
|
18348
|
-
new
|
|
18348
|
+
new nn({
|
|
18349
18349
|
key: new Pn("clipboardTextSerializer"),
|
|
18350
18350
|
props: {
|
|
18351
18351
|
clipboardTextSerializer: () => {
|
|
@@ -18947,7 +18947,7 @@ function ah(n, e) {
|
|
|
18947
18947
|
const bw = ({ keepMarks: n = !0 } = {}) => ({ tr: e, state: t, dispatch: r, editor: s }) => {
|
|
18948
18948
|
const { selection: o, doc: i } = e, { $from: l, $to: a } = o, c = s.extensionManager.attributes, u = Vi(c, l.node().type.name, l.node().attrs);
|
|
18949
18949
|
if (o instanceof Ve && o.node.isBlock)
|
|
18950
|
-
return !l.parentOffset || !
|
|
18950
|
+
return !l.parentOffset || !Qs(i, l.pos) ? !1 : (r && (n && ah(t, s.extensionManager.splittableMarks), e.split(l.pos).scrollIntoView()), !0);
|
|
18951
18951
|
if (!l.parent.isBlock)
|
|
18952
18952
|
return !1;
|
|
18953
18953
|
if (r) {
|
|
@@ -18959,8 +18959,8 @@ const bw = ({ keepMarks: n = !0 } = {}) => ({ tr: e, state: t, dispatch: r, edit
|
|
|
18959
18959
|
type: f,
|
|
18960
18960
|
attrs: u
|
|
18961
18961
|
}
|
|
18962
|
-
] : void 0, p =
|
|
18963
|
-
if (!h && !p &&
|
|
18962
|
+
] : void 0, p = Qs(e.doc, e.mapping.map(l.pos), 1, h);
|
|
18963
|
+
if (!h && !p && Qs(e.doc, e.mapping.map(l.pos), 1, f ? [{ type: f }] : void 0) && (p = !0, h = f ? [
|
|
18964
18964
|
{
|
|
18965
18965
|
type: f,
|
|
18966
18966
|
attrs: u
|
|
@@ -19008,7 +19008,7 @@ const bw = ({ keepMarks: n = !0 } = {}) => ({ tr: e, state: t, dispatch: r, edit
|
|
|
19008
19008
|
{ type: i, attrs: h },
|
|
19009
19009
|
{ type: f, attrs: p }
|
|
19010
19010
|
] : [{ type: i, attrs: h }];
|
|
19011
|
-
if (!
|
|
19011
|
+
if (!Qs(e.doc, l.pos, 2))
|
|
19012
19012
|
return !1;
|
|
19013
19013
|
if (r) {
|
|
19014
19014
|
const { selection: g, storedMarks: E } = t, { splittableMarks: b } = s.extensionManager, y = E || g.$to.parentOffset && g.$from.marks();
|
|
@@ -19196,7 +19196,7 @@ const Dw = Tn.create({
|
|
|
19196
19196
|
name: "editable",
|
|
19197
19197
|
addProseMirrorPlugins() {
|
|
19198
19198
|
return [
|
|
19199
|
-
new
|
|
19199
|
+
new nn({
|
|
19200
19200
|
key: new Pn("editable"),
|
|
19201
19201
|
props: {
|
|
19202
19202
|
editable: () => this.editor.options.editable
|
|
@@ -19209,7 +19209,7 @@ const Dw = Tn.create({
|
|
|
19209
19209
|
addProseMirrorPlugins() {
|
|
19210
19210
|
const { editor: n } = this;
|
|
19211
19211
|
return [
|
|
19212
|
-
new
|
|
19212
|
+
new nn({
|
|
19213
19213
|
key: new Pn("focusEvents"),
|
|
19214
19214
|
props: {
|
|
19215
19215
|
handleDOMEvents: {
|
|
@@ -19282,7 +19282,7 @@ const Dw = Tn.create({
|
|
|
19282
19282
|
// to a paragraph if necessary.
|
|
19283
19283
|
// This is an alternative to ProseMirror's `AllSelection`, which doesn’t work well
|
|
19284
19284
|
// with many other commands.
|
|
19285
|
-
new
|
|
19285
|
+
new nn({
|
|
19286
19286
|
key: new Pn("clearDocument"),
|
|
19287
19287
|
appendTransaction: (n, e, t) => {
|
|
19288
19288
|
if (!(n.some((p) => p.docChanged) && !e.doc.eq(t.doc)))
|
|
@@ -19307,7 +19307,7 @@ const Dw = Tn.create({
|
|
|
19307
19307
|
name: "tabindex",
|
|
19308
19308
|
addProseMirrorPlugins() {
|
|
19309
19309
|
return [
|
|
19310
|
-
new
|
|
19310
|
+
new nn({
|
|
19311
19311
|
key: new Pn("tabindex"),
|
|
19312
19312
|
props: {
|
|
19313
19313
|
attributes: this.editor.isEditable ? { tabindex: "0" } : {}
|
|
@@ -19522,7 +19522,7 @@ let Uw = class extends Xb {
|
|
|
19522
19522
|
*/
|
|
19523
19523
|
createExtensionManager() {
|
|
19524
19524
|
const t = [...this.options.enableCoreExtensions ? Object.values($w) : [], ...this.options.extensions].filter((r) => ["extension", "node", "mark"].includes(r == null ? void 0 : r.type));
|
|
19525
|
-
this.extensionManager = new
|
|
19525
|
+
this.extensionManager = new Ws(t, this);
|
|
19526
19526
|
}
|
|
19527
19527
|
/**
|
|
19528
19528
|
* Creates an command manager.
|
|
@@ -19546,7 +19546,7 @@ let Uw = class extends Xb {
|
|
|
19546
19546
|
this.view = new gb(this.options.element, {
|
|
19547
19547
|
...this.options.editorProps,
|
|
19548
19548
|
dispatchTransaction: this.dispatchTransaction.bind(this),
|
|
19549
|
-
state:
|
|
19549
|
+
state: js.create({
|
|
19550
19550
|
doc: e,
|
|
19551
19551
|
selection: t || void 0
|
|
19552
19552
|
})
|
|
@@ -19824,10 +19824,10 @@ function qo(n) {
|
|
|
19824
19824
|
}
|
|
19825
19825
|
});
|
|
19826
19826
|
}
|
|
19827
|
-
var jt = "top", un = "bottom", dn = "right", Wt = "left", hi = "auto", Eo = [jt, un, dn, Wt],
|
|
19828
|
-
return n.concat([e + "-" +
|
|
19827
|
+
var jt = "top", un = "bottom", dn = "right", Wt = "left", hi = "auto", Eo = [jt, un, dn, Wt], Es = "start", oo = "end", W0 = "clippingParents", ed = "viewport", Fs = "popper", K0 = "reference", Zc = /* @__PURE__ */ Eo.reduce(function(n, e) {
|
|
19828
|
+
return n.concat([e + "-" + Es, e + "-" + oo]);
|
|
19829
19829
|
}, []), td = /* @__PURE__ */ [].concat(Eo, [hi]).reduce(function(n, e) {
|
|
19830
|
-
return n.concat([e, e + "-" +
|
|
19830
|
+
return n.concat([e, e + "-" + Es, e + "-" + oo]);
|
|
19831
19831
|
}, []), Y0 = "beforeRead", G0 = "read", Q0 = "afterRead", J0 = "beforeMain", Z0 = "main", X0 = "afterMain", q0 = "beforeWrite", em = "write", tm = "afterWrite", fa = [Y0, G0, Q0, J0, Z0, X0, q0, em, tm];
|
|
19832
19832
|
function qn(n) {
|
|
19833
19833
|
return n ? (n.nodeName || "").toLowerCase() : null;
|
|
@@ -19841,11 +19841,11 @@ function fn(n) {
|
|
|
19841
19841
|
}
|
|
19842
19842
|
return n;
|
|
19843
19843
|
}
|
|
19844
|
-
function
|
|
19844
|
+
function Cs(n) {
|
|
19845
19845
|
var e = fn(n).Element;
|
|
19846
19846
|
return n instanceof e || n instanceof Element;
|
|
19847
19847
|
}
|
|
19848
|
-
function
|
|
19848
|
+
function ln(n) {
|
|
19849
19849
|
var e = fn(n).HTMLElement;
|
|
19850
19850
|
return n instanceof e || n instanceof HTMLElement;
|
|
19851
19851
|
}
|
|
@@ -19859,7 +19859,7 @@ function zw(n) {
|
|
|
19859
19859
|
var e = n.state;
|
|
19860
19860
|
Object.keys(e.elements).forEach(function(t) {
|
|
19861
19861
|
var r = e.styles[t] || {}, s = e.attributes[t] || {}, o = e.elements[t];
|
|
19862
|
-
!
|
|
19862
|
+
!ln(o) || !qn(o) || (Object.assign(o.style, r), Object.keys(s).forEach(function(i) {
|
|
19863
19863
|
var l = s[i];
|
|
19864
19864
|
l === !1 ? o.removeAttribute(i) : o.setAttribute(i, l === !0 ? "" : l);
|
|
19865
19865
|
}));
|
|
@@ -19883,7 +19883,7 @@ function jw(n) {
|
|
|
19883
19883
|
var s = e.elements[r], o = e.attributes[r] || {}, i = Object.keys(e.styles.hasOwnProperty(r) ? e.styles[r] : t[r]), l = i.reduce(function(a, c) {
|
|
19884
19884
|
return a[c] = "", a;
|
|
19885
19885
|
}, {});
|
|
19886
|
-
!
|
|
19886
|
+
!ln(s) || !qn(s) || (Object.assign(s.style, l), Object.keys(o).forEach(function(a) {
|
|
19887
19887
|
s.removeAttribute(a);
|
|
19888
19888
|
}));
|
|
19889
19889
|
});
|
|
@@ -19900,7 +19900,7 @@ const ml = {
|
|
|
19900
19900
|
function Nn(n) {
|
|
19901
19901
|
return n.split("-")[0];
|
|
19902
19902
|
}
|
|
19903
|
-
var
|
|
19903
|
+
var ps = Math.max, ha = Math.min, io = Math.round;
|
|
19904
19904
|
function Xc() {
|
|
19905
19905
|
var n = navigator.userAgentData;
|
|
19906
19906
|
return n != null && n.brands && Array.isArray(n.brands) ? n.brands.map(function(e) {
|
|
@@ -19913,8 +19913,8 @@ function nm() {
|
|
|
19913
19913
|
function ao(n, e, t) {
|
|
19914
19914
|
e === void 0 && (e = !1), t === void 0 && (t = !1);
|
|
19915
19915
|
var r = n.getBoundingClientRect(), s = 1, o = 1;
|
|
19916
|
-
e &&
|
|
19917
|
-
var i =
|
|
19916
|
+
e && ln(n) && (s = n.offsetWidth > 0 && io(r.width) / n.offsetWidth || 1, o = n.offsetHeight > 0 && io(r.height) / n.offsetHeight || 1);
|
|
19917
|
+
var i = Cs(n) ? fn(n) : window, l = i.visualViewport, a = !nm() && t, c = (r.left + (a && l ? l.offsetLeft : 0)) / s, u = (r.top + (a && l ? l.offsetTop : 0)) / o, d = r.width / s, f = r.height / o;
|
|
19918
19918
|
return {
|
|
19919
19919
|
width: d,
|
|
19920
19920
|
height: f,
|
|
@@ -19956,7 +19956,7 @@ function Ww(n) {
|
|
|
19956
19956
|
return ["table", "td", "th"].indexOf(qn(n)) >= 0;
|
|
19957
19957
|
}
|
|
19958
19958
|
function jr(n) {
|
|
19959
|
-
return ((
|
|
19959
|
+
return ((Cs(n) ? n.ownerDocument : (
|
|
19960
19960
|
// $FlowFixMe[prop-missing]
|
|
19961
19961
|
n.document
|
|
19962
19962
|
)) || window.document).documentElement;
|
|
@@ -19974,18 +19974,18 @@ function gl(n) {
|
|
|
19974
19974
|
);
|
|
19975
19975
|
}
|
|
19976
19976
|
function lh(n) {
|
|
19977
|
-
return !
|
|
19977
|
+
return !ln(n) || // https://github.com/popperjs/popper-core/issues/837
|
|
19978
19978
|
Rn(n).position === "fixed" ? null : n.offsetParent;
|
|
19979
19979
|
}
|
|
19980
19980
|
function Kw(n) {
|
|
19981
19981
|
var e = /firefox/i.test(Xc()), t = /Trident/i.test(Xc());
|
|
19982
|
-
if (t &&
|
|
19982
|
+
if (t && ln(n)) {
|
|
19983
19983
|
var r = Rn(n);
|
|
19984
19984
|
if (r.position === "fixed")
|
|
19985
19985
|
return null;
|
|
19986
19986
|
}
|
|
19987
19987
|
var s = gl(n);
|
|
19988
|
-
for (nd(s) && (s = s.host);
|
|
19988
|
+
for (nd(s) && (s = s.host); ln(s) && ["html", "body"].indexOf(qn(s)) < 0; ) {
|
|
19989
19989
|
var o = Rn(s);
|
|
19990
19990
|
if (o.transform !== "none" || o.perspective !== "none" || o.contain === "paint" || ["transform", "perspective"].indexOf(o.willChange) !== -1 || e && o.willChange === "filter" || e && o.filter && o.filter !== "none")
|
|
19991
19991
|
return s;
|
|
@@ -20002,7 +20002,7 @@ function sd(n) {
|
|
|
20002
20002
|
return ["top", "bottom"].indexOf(n) >= 0 ? "x" : "y";
|
|
20003
20003
|
}
|
|
20004
20004
|
function $o(n, e, t) {
|
|
20005
|
-
return
|
|
20005
|
+
return ps(n, ha(e, t));
|
|
20006
20006
|
}
|
|
20007
20007
|
function Yw(n, e, t) {
|
|
20008
20008
|
var r = $o(n, e, t);
|
|
@@ -20039,7 +20039,7 @@ function Qw(n) {
|
|
|
20039
20039
|
function Jw(n) {
|
|
20040
20040
|
var e = n.state, t = n.options, r = t.element, s = r === void 0 ? "[data-popper-arrow]" : r;
|
|
20041
20041
|
if (s != null && !(typeof s == "string" && (s = e.elements.popper.querySelector(s), !s))) {
|
|
20042
|
-
if (process.env.NODE_ENV !== "production" && (
|
|
20042
|
+
if (process.env.NODE_ENV !== "production" && (ln(s) || console.error(['Popper: "arrow" element must be an HTMLElement (not an SVGElement).', "To use an SVG arrow, wrap it in an HTMLElement that will be used as", "the arrow."].join(" "))), !rm(e.elements.popper, s)) {
|
|
20043
20043
|
process.env.NODE_ENV !== "production" && console.error(['Popper: "arrow" modifier\'s `element` must be a child of the popper', "element."].join(" "));
|
|
20044
20044
|
return;
|
|
20045
20045
|
}
|
|
@@ -20223,8 +20223,8 @@ function rT(n, e) {
|
|
|
20223
20223
|
};
|
|
20224
20224
|
}
|
|
20225
20225
|
function sT(n) {
|
|
20226
|
-
var e, t = jr(n), r = ad(n), s = (e = n.ownerDocument) == null ? void 0 : e.body, o =
|
|
20227
|
-
return Rn(s || t).direction === "rtl" && (l +=
|
|
20226
|
+
var e, t = jr(n), r = ad(n), s = (e = n.ownerDocument) == null ? void 0 : e.body, o = ps(t.scrollWidth, t.clientWidth, s ? s.scrollWidth : 0, s ? s.clientWidth : 0), i = ps(t.scrollHeight, t.clientHeight, s ? s.scrollHeight : 0, s ? s.clientHeight : 0), l = -r.scrollLeft + ld(n), a = -r.scrollTop;
|
|
20227
|
+
return Rn(s || t).direction === "rtl" && (l += ps(t.clientWidth, s ? s.clientWidth : 0) - o), {
|
|
20228
20228
|
width: o,
|
|
20229
20229
|
height: i,
|
|
20230
20230
|
x: l,
|
|
@@ -20236,7 +20236,7 @@ function cd(n) {
|
|
|
20236
20236
|
return /auto|scroll|overlay|hidden/.test(t + s + r);
|
|
20237
20237
|
}
|
|
20238
20238
|
function lm(n) {
|
|
20239
|
-
return ["html", "body", "#document"].indexOf(qn(n)) >= 0 ? n.ownerDocument.body :
|
|
20239
|
+
return ["html", "body", "#document"].indexOf(qn(n)) >= 0 ? n.ownerDocument.body : ln(n) && cd(n) ? n : lm(gl(n));
|
|
20240
20240
|
}
|
|
20241
20241
|
function Vo(n, e) {
|
|
20242
20242
|
var t;
|
|
@@ -20260,18 +20260,18 @@ function oT(n, e) {
|
|
|
20260
20260
|
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;
|
|
20261
20261
|
}
|
|
20262
20262
|
function dh(n, e, t) {
|
|
20263
|
-
return e === ed ? qc(rT(n, t)) :
|
|
20263
|
+
return e === ed ? qc(rT(n, t)) : Cs(e) ? oT(e, t) : qc(sT(jr(n)));
|
|
20264
20264
|
}
|
|
20265
20265
|
function iT(n) {
|
|
20266
|
-
var e = Vo(gl(n)), t = ["absolute", "fixed"].indexOf(Rn(n).position) >= 0, r = t &&
|
|
20267
|
-
return
|
|
20268
|
-
return
|
|
20266
|
+
var e = Vo(gl(n)), t = ["absolute", "fixed"].indexOf(Rn(n).position) >= 0, r = t && ln(n) ? pi(n) : n;
|
|
20267
|
+
return Cs(r) ? e.filter(function(s) {
|
|
20268
|
+
return Cs(s) && rm(s, r) && qn(s) !== "body";
|
|
20269
20269
|
}) : [];
|
|
20270
20270
|
}
|
|
20271
20271
|
function aT(n, e, t, r) {
|
|
20272
20272
|
var s = e === "clippingParents" ? iT(n) : [].concat(e), o = [].concat(s, [t]), i = o[0], l = o.reduce(function(a, c) {
|
|
20273
20273
|
var u = dh(n, c, r);
|
|
20274
|
-
return a.top =
|
|
20274
|
+
return a.top = ps(u.top, a.top), a.right = ha(u.right, a.right), a.bottom = ha(u.bottom, a.bottom), a.left = ps(u.left, a.left), a;
|
|
20275
20275
|
}, dh(n, i, r));
|
|
20276
20276
|
return l.width = l.right - l.left, l.height = l.bottom - l.top, l.x = l.left, l.y = l.top, l;
|
|
20277
20277
|
}
|
|
@@ -20312,7 +20312,7 @@ function cm(n) {
|
|
|
20312
20312
|
if (c != null) {
|
|
20313
20313
|
var u = c === "y" ? "height" : "width";
|
|
20314
20314
|
switch (o) {
|
|
20315
|
-
case
|
|
20315
|
+
case Es:
|
|
20316
20316
|
a[c] = a[c] - (e[u] / 2 - t[u] / 2);
|
|
20317
20317
|
break;
|
|
20318
20318
|
case oo:
|
|
@@ -20324,18 +20324,18 @@ function cm(n) {
|
|
|
20324
20324
|
}
|
|
20325
20325
|
function co(n, e) {
|
|
20326
20326
|
e === void 0 && (e = {});
|
|
20327
|
-
var t = e, r = t.placement, s = r === void 0 ? n.placement : r, o = t.strategy, i = o === void 0 ? n.strategy : o, l = t.boundary, a = l === void 0 ? W0 : l, c = t.rootBoundary, u = c === void 0 ? ed : c, d = t.elementContext, f = d === void 0 ?
|
|
20327
|
+
var t = e, r = t.placement, s = r === void 0 ? n.placement : r, o = t.strategy, i = o === void 0 ? n.strategy : o, l = t.boundary, a = l === void 0 ? W0 : l, c = t.rootBoundary, u = c === void 0 ? ed : c, d = t.elementContext, f = d === void 0 ? Fs : d, h = t.altBoundary, p = h === void 0 ? !1 : h, m = t.padding, g = m === void 0 ? 0 : m, E = om(typeof g != "number" ? g : im(g, Eo)), b = f === Fs ? K0 : Fs, y = n.rects.popper, v = n.elements[p ? b : f], x = aT(Cs(v) ? v : v.contextElement || jr(n.elements.popper), a, u, i), A = ao(n.elements.reference), k = cm({
|
|
20328
20328
|
reference: A,
|
|
20329
20329
|
element: y,
|
|
20330
20330
|
strategy: "absolute",
|
|
20331
20331
|
placement: s
|
|
20332
|
-
}), I = qc(Object.assign({}, y, k)), N = f ===
|
|
20332
|
+
}), I = qc(Object.assign({}, y, k)), N = f === Fs ? I : A, $ = {
|
|
20333
20333
|
top: x.top - N.top + E.top,
|
|
20334
20334
|
bottom: N.bottom - x.bottom + E.bottom,
|
|
20335
20335
|
left: x.left - N.left + E.left,
|
|
20336
20336
|
right: N.right - x.right + E.right
|
|
20337
20337
|
}, B = n.modifiersData.offset;
|
|
20338
|
-
if (f ===
|
|
20338
|
+
if (f === Fs && B) {
|
|
20339
20339
|
var V = B[s];
|
|
20340
20340
|
Object.keys($).forEach(function(Q) {
|
|
20341
20341
|
var G = [dn, un].indexOf(Q) >= 0 ? 1 : -1, Y = [jt, un].indexOf(Q) >= 0 ? "y" : "x";
|
|
@@ -20383,7 +20383,7 @@ function uT(n) {
|
|
|
20383
20383
|
allowedAutoPlacements: m
|
|
20384
20384
|
}) : Me);
|
|
20385
20385
|
}, []), x = e.rects.reference, A = e.rects.popper, k = /* @__PURE__ */ new Map(), I = !0, N = v[0], $ = 0; $ < v.length; $++) {
|
|
20386
|
-
var B = v[$], V = Nn(B), Q = lo(B) ===
|
|
20386
|
+
var B = v[$], V = Nn(B), Q = lo(B) === Es, G = [jt, un].indexOf(V) >= 0, Y = G ? "width" : "height", W = co(e, {
|
|
20387
20387
|
placement: B,
|
|
20388
20388
|
boundary: u,
|
|
20389
20389
|
rootBoundary: d,
|
|
@@ -20532,10 +20532,10 @@ function gT(n) {
|
|
|
20532
20532
|
};
|
|
20533
20533
|
if (A) {
|
|
20534
20534
|
if (o) {
|
|
20535
|
-
var Q, G = v === "y" ? jt : Wt, Y = v === "y" ? un : dn, W = v === "y" ? "height" : "width", q = A[v], H = q + g[G], ne = q - g[Y], se = h ? -I[W] / 2 : 0, de = b ===
|
|
20535
|
+
var Q, G = v === "y" ? jt : Wt, Y = v === "y" ? un : dn, W = v === "y" ? "height" : "width", q = A[v], H = q + g[G], ne = q - g[Y], se = h ? -I[W] / 2 : 0, de = b === Es ? k[W] : I[W], ye = b === Es ? -I[W] : -k[W], Ae = e.elements.arrow, ke = h && Ae ? rd(Ae) : {
|
|
20536
20536
|
width: 0,
|
|
20537
20537
|
height: 0
|
|
20538
|
-
}, Me = e.modifiersData["arrow#persistent"] ? e.modifiersData["arrow#persistent"].padding : sm(), Re = Me[G], Se = Me[Y], L = $o(0, k[W], ke[W]), R = y ? k[W] / 2 - se - L - Re - $.mainAxis : de - L - Re - $.mainAxis, O = y ? -k[W] / 2 + se + L + Se + $.mainAxis : ye + L + Se + $.mainAxis, D = e.elements.arrow && pi(e.elements.arrow), C = D ? v === "y" ? D.clientTop || 0 : D.clientLeft || 0 : 0, w = (Q = B == null ? void 0 : B[v]) != null ? Q : 0, _ = q + R - w - C, M = q + O - w, z = $o(h ? ha(H, _) : H, q, h ?
|
|
20538
|
+
}, Me = e.modifiersData["arrow#persistent"] ? e.modifiersData["arrow#persistent"].padding : sm(), Re = Me[G], Se = Me[Y], L = $o(0, k[W], ke[W]), R = y ? k[W] / 2 - se - L - Re - $.mainAxis : de - L - Re - $.mainAxis, O = y ? -k[W] / 2 + se + L + Se + $.mainAxis : ye + L + Se + $.mainAxis, D = e.elements.arrow && pi(e.elements.arrow), C = D ? v === "y" ? D.clientTop || 0 : D.clientLeft || 0 : 0, w = (Q = B == null ? void 0 : B[v]) != null ? Q : 0, _ = q + R - w - C, M = q + O - w, z = $o(h ? ha(H, _) : H, q, h ? ps(ne, M) : ne);
|
|
20539
20539
|
A[v] = z, V[v] = z - q;
|
|
20540
20540
|
}
|
|
20541
20541
|
if (l) {
|
|
@@ -20559,7 +20559,7 @@ function vT(n) {
|
|
|
20559
20559
|
};
|
|
20560
20560
|
}
|
|
20561
20561
|
function yT(n) {
|
|
20562
|
-
return n === fn(n) || !
|
|
20562
|
+
return n === fn(n) || !ln(n) ? ad(n) : vT(n);
|
|
20563
20563
|
}
|
|
20564
20564
|
function ET(n) {
|
|
20565
20565
|
var e = n.getBoundingClientRect(), t = io(e.width) / n.offsetWidth || 1, r = io(e.height) / n.offsetHeight || 1;
|
|
@@ -20567,7 +20567,7 @@ function ET(n) {
|
|
|
20567
20567
|
}
|
|
20568
20568
|
function CT(n, e, t) {
|
|
20569
20569
|
t === void 0 && (t = !1);
|
|
20570
|
-
var r =
|
|
20570
|
+
var r = ln(e), s = ln(e) && ET(e), o = jr(e), i = ao(n, s, t), l = {
|
|
20571
20571
|
scrollLeft: 0,
|
|
20572
20572
|
scrollTop: 0
|
|
20573
20573
|
}, a = {
|
|
@@ -20575,7 +20575,7 @@ function CT(n, e, t) {
|
|
|
20575
20575
|
y: 0
|
|
20576
20576
|
};
|
|
20577
20577
|
return (r || !r && !t) && ((qn(e) !== "body" || // https://github.com/popperjs/popper-core/issues/1078
|
|
20578
|
-
cd(o)) && (l = yT(e)),
|
|
20578
|
+
cd(o)) && (l = yT(e)), ln(e) ? (a = ao(e, !0), a.x += e.clientLeft, a.y += e.clientTop) : o && (a.x = ld(o))), {
|
|
20579
20579
|
x: i.left + l.scrollLeft - a.x,
|
|
20580
20580
|
y: i.top + l.scrollTop - a.y,
|
|
20581
20581
|
width: i.width,
|
|
@@ -20723,7 +20723,7 @@ function vl(n) {
|
|
|
20723
20723
|
setOptions: function(E) {
|
|
20724
20724
|
var b = typeof E == "function" ? E(u.options) : E;
|
|
20725
20725
|
m(), u.options = Object.assign({}, o, u.options, b), u.scrollParents = {
|
|
20726
|
-
reference:
|
|
20726
|
+
reference: Cs(l) ? Vo(l) : l.contextElement ? Vo(l.contextElement) : [],
|
|
20727
20727
|
popper: Vo(a)
|
|
20728
20728
|
};
|
|
20729
20729
|
var y = AT(xT([].concat(r, u.options.modifiers)));
|
|
@@ -20857,14 +20857,14 @@ const pm = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
20857
20857
|
modifierPhases: fa,
|
|
20858
20858
|
offset: fm,
|
|
20859
20859
|
placements: td,
|
|
20860
|
-
popper:
|
|
20860
|
+
popper: Fs,
|
|
20861
20861
|
popperGenerator: vl,
|
|
20862
20862
|
popperOffsets: ud,
|
|
20863
20863
|
preventOverflow: hm,
|
|
20864
20864
|
read: G0,
|
|
20865
20865
|
reference: K0,
|
|
20866
20866
|
right: dn,
|
|
20867
|
-
start:
|
|
20867
|
+
start: Es,
|
|
20868
20868
|
top: jt,
|
|
20869
20869
|
variationPlacements: Zc,
|
|
20870
20870
|
viewport: ed,
|
|
@@ -20912,7 +20912,7 @@ function PT(n, e) {
|
|
|
20912
20912
|
function FT(n) {
|
|
20913
20913
|
return n.split(/\s+/).filter(Boolean);
|
|
20914
20914
|
}
|
|
20915
|
-
function
|
|
20915
|
+
function Bs(n) {
|
|
20916
20916
|
return [].concat(n);
|
|
20917
20917
|
}
|
|
20918
20918
|
function Eh(n, e) {
|
|
@@ -20965,7 +20965,7 @@ function bh(n, e) {
|
|
|
20965
20965
|
});
|
|
20966
20966
|
}
|
|
20967
20967
|
function jT(n) {
|
|
20968
|
-
var e, t =
|
|
20968
|
+
var e, t = Bs(n), r = t[0];
|
|
20969
20969
|
return r != null && (e = r.ownerDocument) != null && e.body ? r.ownerDocument : document;
|
|
20970
20970
|
}
|
|
20971
20971
|
function WT(n, e) {
|
|
@@ -21017,7 +21017,7 @@ var QT = typeof window < "u" && typeof document < "u", JT = QT ? (
|
|
|
21017
21017
|
// @ts-ignore
|
|
21018
21018
|
!!window.msCrypto
|
|
21019
21019
|
) : !1;
|
|
21020
|
-
function
|
|
21020
|
+
function ks(n) {
|
|
21021
21021
|
var e = n === "destroy" ? "n already-" : " ";
|
|
21022
21022
|
return [n + "() was called on a" + e + "destroyed instance. This is a no-op but", "indicates a potential memory leak."].join(" ");
|
|
21023
21023
|
}
|
|
@@ -21081,7 +21081,7 @@ var Am = {
|
|
|
21081
21081
|
role: "tooltip",
|
|
21082
21082
|
theme: "",
|
|
21083
21083
|
zIndex: 9999
|
|
21084
|
-
},
|
|
21084
|
+
}, on = Object.assign({
|
|
21085
21085
|
appendTo: ym,
|
|
21086
21086
|
aria: {
|
|
21087
21087
|
content: "auto",
|
|
@@ -21129,11 +21129,11 @@ var Am = {
|
|
|
21129
21129
|
touch: !0,
|
|
21130
21130
|
trigger: "mouseenter focus",
|
|
21131
21131
|
triggerTarget: null
|
|
21132
|
-
}, Am, eS), tS = Object.keys(
|
|
21132
|
+
}, Am, eS), tS = Object.keys(on), nS = function(e) {
|
|
21133
21133
|
process.env.NODE_ENV !== "production" && Tm(e, []);
|
|
21134
21134
|
var t = Object.keys(e);
|
|
21135
21135
|
t.forEach(function(r) {
|
|
21136
|
-
|
|
21136
|
+
on[r] = e[r];
|
|
21137
21137
|
});
|
|
21138
21138
|
};
|
|
21139
21139
|
function wm(n) {
|
|
@@ -21141,14 +21141,14 @@ function wm(n) {
|
|
|
21141
21141
|
var o = s.name, i = s.defaultValue;
|
|
21142
21142
|
if (o) {
|
|
21143
21143
|
var l;
|
|
21144
|
-
r[o] = n[o] !== void 0 ? n[o] : (l =
|
|
21144
|
+
r[o] = n[o] !== void 0 ? n[o] : (l = on[o]) != null ? l : i;
|
|
21145
21145
|
}
|
|
21146
21146
|
return r;
|
|
21147
21147
|
}, {});
|
|
21148
21148
|
return Object.assign({}, n, t);
|
|
21149
21149
|
}
|
|
21150
21150
|
function rS(n, e) {
|
|
21151
|
-
var t = e ? Object.keys(wm(Object.assign({},
|
|
21151
|
+
var t = e ? Object.keys(wm(Object.assign({}, on, {
|
|
21152
21152
|
plugins: e
|
|
21153
21153
|
}))) : tS, r = t.reduce(function(s, o) {
|
|
21154
21154
|
var i = (n.getAttribute("data-tippy-" + o) || "").trim();
|
|
@@ -21170,7 +21170,7 @@ function Sh(n, e) {
|
|
|
21170
21170
|
var t = Object.assign({}, e, {
|
|
21171
21171
|
content: Em(e.content, [n])
|
|
21172
21172
|
}, e.ignoreAttributes ? {} : rS(n, e.plugins));
|
|
21173
|
-
return t.aria = Object.assign({},
|
|
21173
|
+
return t.aria = Object.assign({}, on.aria, t.aria), t.aria = {
|
|
21174
21174
|
expanded: t.aria.expanded === "auto" ? e.interactive : t.aria.expanded,
|
|
21175
21175
|
content: t.aria.content === "auto" ? e.interactive ? null : "describedby" : t.aria.content
|
|
21176
21176
|
}, t;
|
|
@@ -21179,7 +21179,7 @@ function Tm(n, e) {
|
|
|
21179
21179
|
n === void 0 && (n = {}), e === void 0 && (e = []);
|
|
21180
21180
|
var t = Object.keys(n);
|
|
21181
21181
|
t.forEach(function(r) {
|
|
21182
|
-
var s = PT(
|
|
21182
|
+
var s = PT(on, Object.keys(Am)), o = !RT(s, r);
|
|
21183
21183
|
o && (o = e.filter(function(i) {
|
|
21184
21184
|
return i.name === r;
|
|
21185
21185
|
}).length === 0), lr(o, ["`" + r + "`", "is not a valid prop. You may have spelled it incorrectly, or if it's", "a plugin, forgot to pass it in an array as props.plugins.", `
|
|
@@ -21233,7 +21233,7 @@ function Sm(n) {
|
|
|
21233
21233
|
Sm.$$tippy = !0;
|
|
21234
21234
|
var oS = 1, _i = [], oc = [];
|
|
21235
21235
|
function iS(n, e) {
|
|
21236
|
-
var t = Sh(n, Object.assign({},
|
|
21236
|
+
var t = Sh(n, Object.assign({}, on, wm(Ch(e)))), r, s, o, i = !1, l = !1, a = !1, c = !1, u, d, f, h = [], p = yh(_, t.interactiveDebounce), m, g = oS++, E = null, b = BT(t.plugins), y = {
|
|
21237
21237
|
// Is the instance currently enabled?
|
|
21238
21238
|
isEnabled: !0,
|
|
21239
21239
|
// Is the tippy currently showing and not transitioning out?
|
|
@@ -21299,7 +21299,7 @@ function iS(n, e) {
|
|
|
21299
21299
|
return nu(A);
|
|
21300
21300
|
}
|
|
21301
21301
|
function W(re) {
|
|
21302
|
-
return v.state.isMounted && !v.state.isVisible || zn.isTouch || u && u.type === "focus" ? 0 : nc(v.props.delay, re ? 0 : 1,
|
|
21302
|
+
return v.state.isMounted && !v.state.isVisible || zn.isTouch || u && u.type === "focus" ? 0 : nc(v.props.delay, re ? 0 : 1, on.delay);
|
|
21303
21303
|
}
|
|
21304
21304
|
function q(re) {
|
|
21305
21305
|
re === void 0 && (re = !1), A.style.pointerEvents = v.props.interactive && !re ? "" : "none", A.style.zIndex = "" + v.props.zIndex;
|
|
@@ -21315,7 +21315,7 @@ function iS(n, e) {
|
|
|
21315
21315
|
function ne() {
|
|
21316
21316
|
var re = v.props.aria;
|
|
21317
21317
|
if (re.content) {
|
|
21318
|
-
var Ee = "aria-" + re.content, ve = A.id, Be =
|
|
21318
|
+
var Ee = "aria-" + re.content, ve = A.id, Be = Bs(v.props.triggerTarget || n);
|
|
21319
21319
|
Be.forEach(function(Ue) {
|
|
21320
21320
|
var ut = Ue.getAttribute(Ee);
|
|
21321
21321
|
if (v.state.isVisible)
|
|
@@ -21329,7 +21329,7 @@ function iS(n, e) {
|
|
|
21329
21329
|
}
|
|
21330
21330
|
function se() {
|
|
21331
21331
|
if (!(N || !v.props.aria.expanded)) {
|
|
21332
|
-
var re =
|
|
21332
|
+
var re = Bs(v.props.triggerTarget || n);
|
|
21333
21333
|
re.forEach(function(Ee) {
|
|
21334
21334
|
v.props.interactive ? Ee.setAttribute("aria-expanded", v.state.isVisible && Ee === Q() ? "true" : "false") : Ee.removeAttribute("aria-expanded");
|
|
21335
21335
|
});
|
|
@@ -21344,7 +21344,7 @@ function iS(n, e) {
|
|
|
21344
21344
|
if (!(zn.isTouch && (a || re.type === "mousedown"))) {
|
|
21345
21345
|
var Ee = re.composedPath && re.composedPath()[0] || re.target;
|
|
21346
21346
|
if (!(v.props.interactive && Ah(A, Ee))) {
|
|
21347
|
-
if (
|
|
21347
|
+
if (Bs(v.props.triggerTarget || n).some(function(ve) {
|
|
21348
21348
|
return Ah(ve, Ee);
|
|
21349
21349
|
})) {
|
|
21350
21350
|
if (zn.isTouch || v.state.isVisible && v.props.trigger.indexOf("click") >= 0)
|
|
@@ -21390,7 +21390,7 @@ function iS(n, e) {
|
|
|
21390
21390
|
}
|
|
21391
21391
|
function O(re, Ee, ve) {
|
|
21392
21392
|
ve === void 0 && (ve = !1);
|
|
21393
|
-
var Be =
|
|
21393
|
+
var Be = Bs(v.props.triggerTarget || n);
|
|
21394
21394
|
Be.forEach(function(Ue) {
|
|
21395
21395
|
Ue.addEventListener(re, Ee, ve), h.push({
|
|
21396
21396
|
node: Ue,
|
|
@@ -21476,12 +21476,12 @@ function iS(n, e) {
|
|
|
21476
21476
|
phase: "beforeWrite",
|
|
21477
21477
|
requires: ["computeStyles"],
|
|
21478
21478
|
fn: function(Er) {
|
|
21479
|
-
var
|
|
21479
|
+
var rn = Er.state;
|
|
21480
21480
|
if (V()) {
|
|
21481
|
-
var pn = Y(),
|
|
21481
|
+
var pn = Y(), _s = pn.box;
|
|
21482
21482
|
["placement", "reference-hidden", "escaped"].forEach(function(mn) {
|
|
21483
|
-
mn === "placement" ?
|
|
21484
|
-
}),
|
|
21483
|
+
mn === "placement" ? _s.setAttribute("data-placement", rn.placement) : rn.attributes.popper["data-popper-" + mn] ? _s.setAttribute("data-" + mn, "") : _s.removeAttribute("data-" + mn);
|
|
21484
|
+
}), rn.attributes.popper = {};
|
|
21485
21485
|
}
|
|
21486
21486
|
}
|
|
21487
21487
|
}, xt = [{
|
|
@@ -21527,7 +21527,7 @@ function iS(n, e) {
|
|
|
21527
21527
|
}
|
|
21528
21528
|
function T() {
|
|
21529
21529
|
var re = v.props.appendTo, Ee, ve = Q();
|
|
21530
|
-
v.props.interactive && re === ym || re === "parent" ? Ee = ve.parentNode : Ee = Em(re, [ve]), Ee.contains(A) || Ee.appendChild(A), v.state.isMounted = !0, X(), process.env.NODE_ENV !== "production" && lr(v.props.interactive && re ===
|
|
21530
|
+
v.props.interactive && re === ym || re === "parent" ? Ee = ve.parentNode : Ee = Em(re, [ve]), Ee.contains(A) || Ee.appendChild(A), v.state.isMounted = !0, X(), process.env.NODE_ENV !== "production" && lr(v.props.interactive && re === on.appendTo && ve.nextElementSibling !== A, ["Interactive tippy element may not be accessible via keyboard", "navigation because it is not directly after the reference element", "in the DOM source order.", `
|
|
21531
21531
|
|
|
21532
21532
|
`, "Using a wrapper <div> or <span> tag around the reference element", "solves this by creating a new parentNode context.", `
|
|
21533
21533
|
|
|
@@ -21569,12 +21569,12 @@ function iS(n, e) {
|
|
|
21569
21569
|
clearTimeout(r), clearTimeout(s), cancelAnimationFrame(o);
|
|
21570
21570
|
}
|
|
21571
21571
|
function te(re) {
|
|
21572
|
-
if (process.env.NODE_ENV !== "production" && lr(v.state.isDestroyed,
|
|
21572
|
+
if (process.env.NODE_ENV !== "production" && lr(v.state.isDestroyed, ks("setProps")), !v.state.isDestroyed) {
|
|
21573
21573
|
H("onBeforeUpdate", [v, re]), C();
|
|
21574
21574
|
var Ee = v.props, ve = Sh(n, Object.assign({}, Ee, Ch(re), {
|
|
21575
21575
|
ignoreAttributes: !0
|
|
21576
21576
|
}));
|
|
21577
|
-
v.props = ve, D(), Ee.interactiveDebounce !== ve.interactiveDebounce && (de(), p = yh(_, ve.interactiveDebounce)), Ee.triggerTarget && !ve.triggerTarget ?
|
|
21577
|
+
v.props = ve, D(), Ee.interactiveDebounce !== ve.interactiveDebounce && (de(), p = yh(_, ve.interactiveDebounce)), Ee.triggerTarget && !ve.triggerTarget ? Bs(Ee.triggerTarget).forEach(function(Be) {
|
|
21578
21578
|
Be.removeAttribute("aria-expanded");
|
|
21579
21579
|
}) : ve.triggerTarget && n.removeAttribute("aria-expanded"), se(), q(), k && k(Ee, ve), v.popperInstance && (X(), S().forEach(function(Be) {
|
|
21580
21580
|
requestAnimationFrame(Be._tippy.popperInstance.forceUpdate);
|
|
@@ -21587,8 +21587,8 @@ function iS(n, e) {
|
|
|
21587
21587
|
});
|
|
21588
21588
|
}
|
|
21589
21589
|
function _e() {
|
|
21590
|
-
process.env.NODE_ENV !== "production" && lr(v.state.isDestroyed,
|
|
21591
|
-
var re = v.state.isVisible, Ee = v.state.isDestroyed, ve = !v.state.isEnabled, Be = zn.isTouch && !v.props.touch, Ue = nc(v.props.duration, 0,
|
|
21590
|
+
process.env.NODE_ENV !== "production" && lr(v.state.isDestroyed, ks("show"));
|
|
21591
|
+
var re = v.state.isVisible, Ee = v.state.isDestroyed, ve = !v.state.isEnabled, Be = zn.isTouch && !v.props.touch, Ue = nc(v.props.duration, 0, on.duration);
|
|
21592
21592
|
if (!(re || Ee || ve || Be) && !Q().hasAttribute("disabled") && (H("onShow", [v], !1), v.props.onShow(v) !== !1)) {
|
|
21593
21593
|
if (v.state.isVisible = !0, V() && (A.style.visibility = "visible"), q(), Me(), v.state.isMounted || (A.style.transition = "none"), V()) {
|
|
21594
21594
|
var ut = Y(), gt = ut.box, Bt = ut.content;
|
|
@@ -21598,8 +21598,8 @@ function iS(n, e) {
|
|
|
21598
21598
|
var xt;
|
|
21599
21599
|
if (!(!v.state.isVisible || c)) {
|
|
21600
21600
|
if (c = !0, A.offsetHeight, A.style.transition = v.props.moveTransition, V() && v.props.animation) {
|
|
21601
|
-
var Bn = Y(), Er = Bn.box,
|
|
21602
|
-
rc([Er,
|
|
21601
|
+
var Bn = Y(), Er = Bn.box, rn = Bn.content;
|
|
21602
|
+
rc([Er, rn], Ue), bh([Er, rn], "visible");
|
|
21603
21603
|
}
|
|
21604
21604
|
ne(), se(), Eh(oc, v), (xt = v.popperInstance) == null || xt.forceUpdate(), H("onMount", [v]), v.props.animation && V() && L(Ue, function() {
|
|
21605
21605
|
v.state.isShown = !0, H("onShown", [v]);
|
|
@@ -21609,8 +21609,8 @@ function iS(n, e) {
|
|
|
21609
21609
|
}
|
|
21610
21610
|
}
|
|
21611
21611
|
function Ke() {
|
|
21612
|
-
process.env.NODE_ENV !== "production" && lr(v.state.isDestroyed,
|
|
21613
|
-
var re = !v.state.isVisible, Ee = v.state.isDestroyed, ve = !v.state.isEnabled, Be = nc(v.props.duration, 1,
|
|
21612
|
+
process.env.NODE_ENV !== "production" && lr(v.state.isDestroyed, ks("hide"));
|
|
21613
|
+
var re = !v.state.isVisible, Ee = v.state.isDestroyed, ve = !v.state.isEnabled, Be = nc(v.props.duration, 1, on.duration);
|
|
21614
21614
|
if (!(re || Ee || ve) && (H("onHide", [v], !1), v.props.onHide(v) !== !1)) {
|
|
21615
21615
|
if (v.state.isVisible = !1, v.state.isShown = !1, c = !1, i = !1, V() && (A.style.visibility = "hidden"), de(), Re(), q(!0), V()) {
|
|
21616
21616
|
var Ue = Y(), ut = Ue.box, gt = Ue.content;
|
|
@@ -21620,22 +21620,22 @@ function iS(n, e) {
|
|
|
21620
21620
|
}
|
|
21621
21621
|
}
|
|
21622
21622
|
function ct(re) {
|
|
21623
|
-
process.env.NODE_ENV !== "production" && lr(v.state.isDestroyed,
|
|
21623
|
+
process.env.NODE_ENV !== "production" && lr(v.state.isDestroyed, ks("hideWithInteractivity")), G().addEventListener("mousemove", p), Eh(_i, p), p(re);
|
|
21624
21624
|
}
|
|
21625
21625
|
function mt() {
|
|
21626
|
-
process.env.NODE_ENV !== "production" && lr(v.state.isDestroyed,
|
|
21626
|
+
process.env.NODE_ENV !== "production" && lr(v.state.isDestroyed, ks("unmount")), v.state.isVisible && v.hide(), v.state.isMounted && (ee(), S().forEach(function(re) {
|
|
21627
21627
|
re._tippy.unmount();
|
|
21628
21628
|
}), A.parentNode && A.parentNode.removeChild(A), oc = oc.filter(function(re) {
|
|
21629
21629
|
return re !== v;
|
|
21630
21630
|
}), v.state.isMounted = !1, H("onHidden", [v]));
|
|
21631
21631
|
}
|
|
21632
21632
|
function Ft() {
|
|
21633
|
-
process.env.NODE_ENV !== "production" && lr(v.state.isDestroyed,
|
|
21633
|
+
process.env.NODE_ENV !== "production" && lr(v.state.isDestroyed, ks("destroy")), !v.state.isDestroyed && (v.clearDelayTimeouts(), v.unmount(), C(), delete n._tippy, v.state.isDestroyed = !0, H("onDestroy", [v]));
|
|
21634
21634
|
}
|
|
21635
21635
|
}
|
|
21636
21636
|
function Co(n, e) {
|
|
21637
21637
|
e === void 0 && (e = {});
|
|
21638
|
-
var t =
|
|
21638
|
+
var t = on.plugins.concat(e.plugins || []);
|
|
21639
21639
|
process.env.NODE_ENV !== "production" && (qT(n), Tm(e, t)), GT();
|
|
21640
21640
|
var r = Object.assign({}, e, {
|
|
21641
21641
|
plugins: t
|
|
@@ -21655,7 +21655,7 @@ function Co(n, e) {
|
|
|
21655
21655
|
}, []);
|
|
21656
21656
|
return ei(n) ? l[0] : l;
|
|
21657
21657
|
}
|
|
21658
|
-
Co.defaultProps =
|
|
21658
|
+
Co.defaultProps = on;
|
|
21659
21659
|
Co.setDefaultProps = nS;
|
|
21660
21660
|
Co.currentInput = zn;
|
|
21661
21661
|
Object.assign({}, ml, {
|
|
@@ -21769,7 +21769,7 @@ class aS {
|
|
|
21769
21769
|
!((e = this.tippy) === null || e === void 0) && e.popper.firstChild && this.tippy.popper.firstChild.removeEventListener("blur", this.tippyBlurHandler), (t = this.tippy) === null || t === void 0 || t.destroy(), this.element.removeEventListener("mousedown", this.mousedownHandler, { capture: !0 }), this.view.dom.removeEventListener("dragstart", this.dragstartHandler), this.editor.off("focus", this.focusHandler), this.editor.off("blur", this.blurHandler);
|
|
21770
21770
|
}
|
|
21771
21771
|
}
|
|
21772
|
-
const _m = (n) => new
|
|
21772
|
+
const _m = (n) => new nn({
|
|
21773
21773
|
key: typeof n.pluginKey == "string" ? new Pn(n.pluginKey) : n.pluginKey,
|
|
21774
21774
|
view: (e) => new aS({ view: e, ...n })
|
|
21775
21775
|
});
|
|
@@ -21861,7 +21861,7 @@ class lS {
|
|
|
21861
21861
|
!((e = this.tippy) === null || e === void 0) && e.popper.firstChild && this.tippy.popper.firstChild.removeEventListener("blur", this.tippyBlurHandler), (t = this.tippy) === null || t === void 0 || t.destroy(), this.element.removeEventListener("mousedown", this.mousedownHandler, { capture: !0 }), this.editor.off("focus", this.focusHandler), this.editor.off("blur", this.blurHandler);
|
|
21862
21862
|
}
|
|
21863
21863
|
}
|
|
21864
|
-
const xm = (n) => new
|
|
21864
|
+
const xm = (n) => new nn({
|
|
21865
21865
|
key: typeof n.pluginKey == "string" ? new Pn(n.pluginKey) : n.pluginKey,
|
|
21866
21866
|
view: (e) => new lS({ view: e, ...n })
|
|
21867
21867
|
});
|
|
@@ -22292,7 +22292,7 @@ Xt.prototype = {
|
|
|
22292
22292
|
return s.j[n] = i, i;
|
|
22293
22293
|
}
|
|
22294
22294
|
};
|
|
22295
|
-
const Ye = (n, e, t, r, s) => n.ta(e, t, r, s), yn = (n, e, t, r, s) => n.tr(e, t, r, s), Ih = (n, e, t, r, s) => n.ts(e, t, r, s), we = (n, e, t, r, s) => n.tt(e, t, r, s), ir = "WORD", au = "UWORD", ni = "LOCALHOST", lu = "TLD", cu = "UTLD", zi = "SCHEME",
|
|
22295
|
+
const Ye = (n, e, t, r, s) => n.ta(e, t, r, s), yn = (n, e, t, r, s) => n.tr(e, t, r, s), Ih = (n, e, t, r, s) => n.ts(e, t, r, s), we = (n, e, t, r, s) => n.tt(e, t, r, s), ir = "WORD", au = "UWORD", ni = "LOCALHOST", lu = "TLD", cu = "UTLD", zi = "SCHEME", $s = "SLASH_SCHEME", fd = "NUM", km = "WS", hd = "NL", Uo = "OPENBRACE", zo = "CLOSEBRACE", ma = "OPENBRACKET", ga = "CLOSEBRACKET", va = "OPENPAREN", ya = "CLOSEPAREN", Ea = "OPENANGLEBRACKET", Ca = "CLOSEANGLEBRACKET", ba = "FULLWIDTHLEFTPAREN", Aa = "FULLWIDTHRIGHTPAREN", wa = "LEFTCORNERBRACKET", Ta = "RIGHTCORNERBRACKET", Sa = "LEFTWHITECORNERBRACKET", _a = "RIGHTWHITECORNERBRACKET", xa = "FULLWIDTHLESSTHAN", Oa = "FULLWIDTHGREATERTHAN", ka = "AMPERSAND", Ia = "APOSTROPHE", Ma = "ASTERISK", _r = "AT", Na = "BACKSLASH", La = "BACKTICK", Da = "CARET", Or = "COLON", pd = "COMMA", Ra = "DOLLAR", Vn = "DOT", Pa = "EQUALS", md = "EXCLAMATION", Hn = "HYPHEN", Fa = "PERCENT", Ba = "PIPE", $a = "PLUS", Va = "POUND", Ha = "QUERY", gd = "QUOTE", vd = "SEMI", Un = "SLASH", jo = "TILDE", Ua = "UNDERSCORE", Im = "EMOJI", za = "SYM";
|
|
22296
22296
|
var Mm = /* @__PURE__ */ Object.freeze({
|
|
22297
22297
|
__proto__: null,
|
|
22298
22298
|
WORD: ir,
|
|
@@ -22301,7 +22301,7 @@ var Mm = /* @__PURE__ */ Object.freeze({
|
|
|
22301
22301
|
TLD: lu,
|
|
22302
22302
|
UTLD: cu,
|
|
22303
22303
|
SCHEME: zi,
|
|
22304
|
-
SLASH_SCHEME:
|
|
22304
|
+
SLASH_SCHEME: $s,
|
|
22305
22305
|
NUM: fd,
|
|
22306
22306
|
WS: km,
|
|
22307
22307
|
NL: hd,
|
|
@@ -22348,7 +22348,7 @@ var Mm = /* @__PURE__ */ Object.freeze({
|
|
|
22348
22348
|
EMOJI: Im,
|
|
22349
22349
|
SYM: za
|
|
22350
22350
|
});
|
|
22351
|
-
const
|
|
22351
|
+
const Is = /[a-z]/, ic = /\p{L}/u, ac = /\p{Emoji}/u, lc = /\d/, Mh = /\s/, Nh = `
|
|
22352
22352
|
`, bS = "️", AS = "";
|
|
22353
22353
|
let Oi = null, ki = null;
|
|
22354
22354
|
function wS(n) {
|
|
@@ -22361,14 +22361,14 @@ function wS(n) {
|
|
|
22361
22361
|
[ru]: !0
|
|
22362
22362
|
});
|
|
22363
22363
|
yn(r, lc, r);
|
|
22364
|
-
const s = yn(t,
|
|
22364
|
+
const s = yn(t, Is, ir, {
|
|
22365
22365
|
[su]: !0
|
|
22366
22366
|
});
|
|
22367
|
-
yn(s,
|
|
22367
|
+
yn(s, Is, s);
|
|
22368
22368
|
const o = yn(t, ic, au, {
|
|
22369
22369
|
[ou]: !0
|
|
22370
22370
|
});
|
|
22371
|
-
yn(o,
|
|
22371
|
+
yn(o, Is), yn(o, ic, o);
|
|
22372
22372
|
const i = yn(t, Mh, km, {
|
|
22373
22373
|
[kh]: !0
|
|
22374
22374
|
});
|
|
@@ -22381,7 +22381,7 @@ function wS(n) {
|
|
|
22381
22381
|
yn(l, ac, l), we(l, bS, l);
|
|
22382
22382
|
const a = we(l, AS);
|
|
22383
22383
|
yn(a, ac, l);
|
|
22384
|
-
const c = [[
|
|
22384
|
+
const c = [[Is, s]], u = [[Is, null], [ic, o]];
|
|
22385
22385
|
for (let d = 0; d < Oi.length; d++)
|
|
22386
22386
|
br(t, Oi[d], lu, ir, c);
|
|
22387
22387
|
for (let d = 0; d < ki.length; d++)
|
|
@@ -22392,10 +22392,10 @@ function wS(n) {
|
|
|
22392
22392
|
}, e), ss(cu, {
|
|
22393
22393
|
utld: !0,
|
|
22394
22394
|
alpha: !0
|
|
22395
|
-
}, e), br(t, "file", zi, ir, c), br(t, "mailto", zi, ir, c), br(t, "http",
|
|
22395
|
+
}, e), br(t, "file", zi, ir, c), br(t, "mailto", zi, ir, c), br(t, "http", $s, ir, c), br(t, "https", $s, ir, c), br(t, "ftp", $s, ir, c), br(t, "ftps", $s, ir, c), ss(zi, {
|
|
22396
22396
|
scheme: !0,
|
|
22397
22397
|
ascii: !0
|
|
22398
|
-
}, e), ss(
|
|
22398
|
+
}, e), ss($s, {
|
|
22399
22399
|
slashscheme: !0,
|
|
22400
22400
|
ascii: !0
|
|
22401
22401
|
}, e), n = n.sort((d, f) => d[0] > f[0] ? 1 : -1);
|
|
@@ -22405,7 +22405,7 @@ function wS(n) {
|
|
|
22405
22405
|
} : {
|
|
22406
22406
|
[yS]: !0
|
|
22407
22407
|
};
|
|
22408
|
-
f.indexOf("-") >= 0 ? p[iu] = !0 :
|
|
22408
|
+
f.indexOf("-") >= 0 ? p[iu] = !0 : Is.test(f) ? lc.test(f) ? p[Ui] = !0 : p[su] = !0 : p[ru] = !0, Ih(t, f, f, p);
|
|
22409
22409
|
}
|
|
22410
22410
|
return Ih(t, "localhost", ni, {
|
|
22411
22411
|
ascii: !0
|
|
@@ -22840,7 +22840,7 @@ function Ed(n, e, t) {
|
|
|
22840
22840
|
return o;
|
|
22841
22841
|
}
|
|
22842
22842
|
function DS(n) {
|
|
22843
|
-
return new
|
|
22843
|
+
return new nn({
|
|
22844
22844
|
key: new Pn("autolink"),
|
|
22845
22845
|
appendTransaction: (e, t, r) => {
|
|
22846
22846
|
const s = e.some((c) => c.docChanged) && !t.doc.eq(r.doc), o = e.some((c) => c.getMeta("preventAutolink"));
|
|
@@ -22873,7 +22873,7 @@ function DS(n) {
|
|
|
22873
22873
|
});
|
|
22874
22874
|
}
|
|
22875
22875
|
function RS(n) {
|
|
22876
|
-
return new
|
|
22876
|
+
return new nn({
|
|
22877
22877
|
key: new Pn("handleClickLink"),
|
|
22878
22878
|
props: {
|
|
22879
22879
|
handleClick: (e, t, r) => {
|
|
@@ -22887,7 +22887,7 @@ function RS(n) {
|
|
|
22887
22887
|
});
|
|
22888
22888
|
}
|
|
22889
22889
|
function PS(n) {
|
|
22890
|
-
return new
|
|
22890
|
+
return new nn({
|
|
22891
22891
|
key: new Pn("handlePasteLink"),
|
|
22892
22892
|
props: {
|
|
22893
22893
|
handlePaste: (e, t, r) => {
|
|
@@ -23034,7 +23034,7 @@ const FS = Xn.create({
|
|
|
23034
23034
|
},
|
|
23035
23035
|
addProseMirrorPlugins() {
|
|
23036
23036
|
return [
|
|
23037
|
-
new
|
|
23037
|
+
new nn({
|
|
23038
23038
|
key: new Pn("placeholder"),
|
|
23039
23039
|
props: {
|
|
23040
23040
|
decorations: ({ doc: n, selection: e }) => {
|
|
@@ -24156,9 +24156,9 @@ class Ka extends gi {
|
|
|
24156
24156
|
return "ontouchstart" in document.documentElement || navigator.maxTouchPoints > 0;
|
|
24157
24157
|
}
|
|
24158
24158
|
}
|
|
24159
|
-
const rx = "carousel", sx = "bs.carousel", Wr = `.${sx}`, Wm = ".data-api", ox = "ArrowLeft", ix = "ArrowRight", ax = 500, _o = "next",
|
|
24159
|
+
const rx = "carousel", sx = "bs.carousel", Wr = `.${sx}`, Wm = ".data-api", ox = "ArrowLeft", ix = "ArrowRight", ax = 500, _o = "next", Ms = "prev", Vs = "left", ji = "right", lx = `slide${Wr}`, gc = `slid${Wr}`, cx = `keydown${Wr}`, ux = `mouseenter${Wr}`, dx = `mouseleave${Wr}`, fx = `dragstart${Wr}`, hx = `load${Wr}${Wm}`, px = `click${Wr}${Wm}`, Km = "carousel", Mi = "active", mx = "slide", gx = "carousel-item-end", vx = "carousel-item-start", yx = "carousel-item-next", Ex = "carousel-item-prev", Ym = ".active", Gm = ".carousel-item", Cx = Ym + Gm, bx = ".carousel-item img", Ax = ".carousel-indicators", wx = "[data-bs-slide], [data-bs-slide-to]", Tx = '[data-bs-ride="carousel"]', Sx = {
|
|
24160
24160
|
[ox]: ji,
|
|
24161
|
-
[ix]:
|
|
24161
|
+
[ix]: Vs
|
|
24162
24162
|
}, _x = {
|
|
24163
24163
|
interval: 5e3,
|
|
24164
24164
|
keyboard: !0,
|
|
@@ -24197,7 +24197,7 @@ class vi extends Fn {
|
|
|
24197
24197
|
!document.hidden && bo(this._element) && this.next();
|
|
24198
24198
|
}
|
|
24199
24199
|
prev() {
|
|
24200
|
-
this._slide(
|
|
24200
|
+
this._slide(Ms);
|
|
24201
24201
|
}
|
|
24202
24202
|
pause() {
|
|
24203
24203
|
this._isSliding && Dm(this._element), this._clearInterval();
|
|
@@ -24225,7 +24225,7 @@ class vi extends Fn {
|
|
|
24225
24225
|
const r = this._getItemIndex(this._getActive());
|
|
24226
24226
|
if (r === e)
|
|
24227
24227
|
return;
|
|
24228
|
-
const s = e > r ? _o :
|
|
24228
|
+
const s = e > r ? _o : Ms;
|
|
24229
24229
|
this._slide(s, t[e]);
|
|
24230
24230
|
}
|
|
24231
24231
|
dispose() {
|
|
@@ -24242,7 +24242,7 @@ class vi extends Fn {
|
|
|
24242
24242
|
for (const r of Pe.find(bx, this._element))
|
|
24243
24243
|
ue.on(r, fx, (s) => s.preventDefault());
|
|
24244
24244
|
const t = {
|
|
24245
|
-
leftCallback: () => this._slide(this._directionToOrder(
|
|
24245
|
+
leftCallback: () => this._slide(this._directionToOrder(Vs)),
|
|
24246
24246
|
rightCallback: () => this._slide(this._directionToOrder(ji)),
|
|
24247
24247
|
endCallback: () => {
|
|
24248
24248
|
this._config.pause === "hover" && (this.pause(), this.touchTimeout && clearTimeout(this.touchTimeout), this.touchTimeout = setTimeout(() => this._maybeEnableCycle(), ax + this._config.interval));
|
|
@@ -24310,10 +24310,10 @@ class vi extends Fn {
|
|
|
24310
24310
|
this._interval && (clearInterval(this._interval), this._interval = null);
|
|
24311
24311
|
}
|
|
24312
24312
|
_directionToOrder(e) {
|
|
24313
|
-
return Sn() ? e ===
|
|
24313
|
+
return Sn() ? e === Vs ? Ms : _o : e === Vs ? _o : Ms;
|
|
24314
24314
|
}
|
|
24315
24315
|
_orderToDirection(e) {
|
|
24316
|
-
return Sn() ? e ===
|
|
24316
|
+
return Sn() ? e === Ms ? Vs : ji : e === Ms ? ji : Vs;
|
|
24317
24317
|
}
|
|
24318
24318
|
// Static
|
|
24319
24319
|
static jQueryInterface(e) {
|
|
@@ -24353,7 +24353,7 @@ ue.on(window, hx, () => {
|
|
|
24353
24353
|
vi.getOrCreateInstance(e);
|
|
24354
24354
|
});
|
|
24355
24355
|
xn(vi);
|
|
24356
|
-
const Ox = "collapse", kx = "bs.collapse", yi = `.${kx}`, Ix = ".data-api", Mx = `show${yi}`, Nx = `shown${yi}`, Lx = `hide${yi}`, Dx = `hidden${yi}`, Rx = `click${yi}${Ix}`, vc = "show",
|
|
24356
|
+
const Ox = "collapse", kx = "bs.collapse", yi = `.${kx}`, Ix = ".data-api", Mx = `show${yi}`, Nx = `shown${yi}`, Lx = `hide${yi}`, Dx = `hidden${yi}`, Rx = `click${yi}${Ix}`, vc = "show", Ks = "collapse", Ni = "collapsing", Px = "collapsed", Fx = `:scope .${Ks} .${Ks}`, Bx = "collapse-horizontal", $x = "width", Vx = "height", Hx = ".collapse.show, .collapse.collapsing", fu = '[data-bs-toggle="collapse"]', Ux = {
|
|
24357
24357
|
parent: null,
|
|
24358
24358
|
toggle: !0
|
|
24359
24359
|
}, zx = {
|
|
@@ -24395,9 +24395,9 @@ class si extends Fn {
|
|
|
24395
24395
|
for (const l of e)
|
|
24396
24396
|
l.hide();
|
|
24397
24397
|
const r = this._getDimension();
|
|
24398
|
-
this._element.classList.remove(
|
|
24398
|
+
this._element.classList.remove(Ks), this._element.classList.add(Ni), this._element.style[r] = 0, this._addAriaAndCollapsedClass(this._triggerArray, !0), this._isTransitioning = !0;
|
|
24399
24399
|
const s = () => {
|
|
24400
|
-
this._isTransitioning = !1, this._element.classList.remove(Ni), this._element.classList.add(
|
|
24400
|
+
this._isTransitioning = !1, this._element.classList.remove(Ni), this._element.classList.add(Ks, vc), this._element.style[r] = "", ue.trigger(this._element, Nx);
|
|
24401
24401
|
}, i = `scroll${r[0].toUpperCase() + r.slice(1)}`;
|
|
24402
24402
|
this._queueCallback(s, this._element, !0), this._element.style[r] = `${this._element[i]}px`;
|
|
24403
24403
|
}
|
|
@@ -24405,14 +24405,14 @@ class si extends Fn {
|
|
|
24405
24405
|
if (this._isTransitioning || !this._isShown() || ue.trigger(this._element, Lx).defaultPrevented)
|
|
24406
24406
|
return;
|
|
24407
24407
|
const t = this._getDimension();
|
|
24408
|
-
this._element.style[t] = `${this._element.getBoundingClientRect()[t]}px`, mi(this._element), this._element.classList.add(Ni), this._element.classList.remove(
|
|
24408
|
+
this._element.style[t] = `${this._element.getBoundingClientRect()[t]}px`, mi(this._element), this._element.classList.add(Ni), this._element.classList.remove(Ks, vc);
|
|
24409
24409
|
for (const s of this._triggerArray) {
|
|
24410
24410
|
const o = Pe.getElementFromSelector(s);
|
|
24411
24411
|
o && !this._isShown(o) && this._addAriaAndCollapsedClass([s], !1);
|
|
24412
24412
|
}
|
|
24413
24413
|
this._isTransitioning = !0;
|
|
24414
24414
|
const r = () => {
|
|
24415
|
-
this._isTransitioning = !1, this._element.classList.remove(Ni), this._element.classList.add(
|
|
24415
|
+
this._isTransitioning = !1, this._element.classList.remove(Ni), this._element.classList.add(Ks), ue.trigger(this._element, Dx);
|
|
24416
24416
|
};
|
|
24417
24417
|
this._element.style[t] = "", this._queueCallback(r, this._element, !0);
|
|
24418
24418
|
}
|
|
@@ -24465,7 +24465,7 @@ ue.on(document, Rx, fu, function(n) {
|
|
|
24465
24465
|
}).toggle();
|
|
24466
24466
|
});
|
|
24467
24467
|
xn(si);
|
|
24468
|
-
const Yh = "dropdown", jx = "bs.dropdown",
|
|
24468
|
+
const Yh = "dropdown", jx = "bs.dropdown", Ts = `.${jx}`, Td = ".data-api", Wx = "Escape", Gh = "Tab", Kx = "ArrowUp", Qh = "ArrowDown", Yx = 2, Gx = `hide${Ts}`, Qx = `hidden${Ts}`, Jx = `show${Ts}`, Zx = `shown${Ts}`, Qm = `click${Ts}${Td}`, Jm = `keydown${Ts}${Td}`, Xx = `keyup${Ts}${Td}`, Hs = "show", qx = "dropup", eO = "dropend", tO = "dropstart", nO = "dropup-center", rO = "dropdown-center", is = '[data-bs-toggle="dropdown"]:not(.disabled):not(:disabled)', sO = `${is}.${Hs}`, Wi = ".dropdown-menu", oO = ".navbar", iO = ".navbar-nav", aO = ".dropdown-menu .dropdown-item:not(.disabled):not(:disabled)", lO = Sn() ? "top-end" : "top-start", cO = Sn() ? "top-start" : "top-end", uO = Sn() ? "bottom-end" : "bottom-start", dO = Sn() ? "bottom-start" : "bottom-end", fO = Sn() ? "left-start" : "right-start", hO = Sn() ? "right-start" : "left-start", pO = "top", mO = "bottom", gO = {
|
|
24469
24469
|
autoClose: !0,
|
|
24470
24470
|
boundary: "clippingParents",
|
|
24471
24471
|
display: "dynamic",
|
|
@@ -24508,7 +24508,7 @@ class Qn extends Fn {
|
|
|
24508
24508
|
if (this._createPopper(), "ontouchstart" in document.documentElement && !this._parent.closest(iO))
|
|
24509
24509
|
for (const r of [].concat(...document.body.children))
|
|
24510
24510
|
ue.on(r, "mouseover", Wa);
|
|
24511
|
-
this._element.focus(), this._element.setAttribute("aria-expanded", !0), this._menu.classList.add(
|
|
24511
|
+
this._element.focus(), this._element.setAttribute("aria-expanded", !0), this._menu.classList.add(Hs), this._element.classList.add(Hs), ue.trigger(this._element, Zx, e);
|
|
24512
24512
|
}
|
|
24513
24513
|
}
|
|
24514
24514
|
hide() {
|
|
@@ -24531,7 +24531,7 @@ class Qn extends Fn {
|
|
|
24531
24531
|
if ("ontouchstart" in document.documentElement)
|
|
24532
24532
|
for (const r of [].concat(...document.body.children))
|
|
24533
24533
|
ue.off(r, "mouseover", Wa);
|
|
24534
|
-
this._popper && this._popper.destroy(), this._menu.classList.remove(
|
|
24534
|
+
this._popper && this._popper.destroy(), this._menu.classList.remove(Hs), this._element.classList.remove(Hs), this._element.setAttribute("aria-expanded", "false"), hr.removeDataAttribute(this._menu, "popper"), ue.trigger(this._element, Qx, e);
|
|
24535
24535
|
}
|
|
24536
24536
|
}
|
|
24537
24537
|
_getConfig(e) {
|
|
@@ -24548,7 +24548,7 @@ class Qn extends Fn {
|
|
|
24548
24548
|
this._popper = yl(e, this._menu, t);
|
|
24549
24549
|
}
|
|
24550
24550
|
_isShown() {
|
|
24551
|
-
return this._menu.classList.contains(
|
|
24551
|
+
return this._menu.classList.contains(Hs);
|
|
24552
24552
|
}
|
|
24553
24553
|
_getPlacement() {
|
|
24554
24554
|
const e = this._parent;
|
|
@@ -25551,7 +25551,7 @@ const Fk = "popover", Bk = ".popover-header", $k = ".popover-body", Vk = {
|
|
|
25551
25551
|
...Yn.DefaultType,
|
|
25552
25552
|
content: "(null|string|element|function)"
|
|
25553
25553
|
};
|
|
25554
|
-
class
|
|
25554
|
+
class as extends Yn {
|
|
25555
25555
|
// Getters
|
|
25556
25556
|
static get Default() {
|
|
25557
25557
|
return Vk;
|
|
@@ -25579,7 +25579,7 @@ class Zs extends Yn {
|
|
|
25579
25579
|
// Static
|
|
25580
25580
|
static jQueryInterface(e) {
|
|
25581
25581
|
return this.each(function() {
|
|
25582
|
-
const t =
|
|
25582
|
+
const t = as.getOrCreateInstance(this, e);
|
|
25583
25583
|
if (typeof e == "string") {
|
|
25584
25584
|
if (typeof t[e] > "u")
|
|
25585
25585
|
throw new TypeError(`No method named "${e}"`);
|
|
@@ -25588,8 +25588,8 @@ class Zs extends Yn {
|
|
|
25588
25588
|
});
|
|
25589
25589
|
}
|
|
25590
25590
|
}
|
|
25591
|
-
xn(
|
|
25592
|
-
const Uk = "scrollspy", zk = "bs.scrollspy", Sd = `.${zk}`, jk = ".data-api", Wk = `activate${Sd}`, u1 = `click${Sd}`, Kk = `load${Sd}${jk}`, Yk = "dropdown-item",
|
|
25591
|
+
xn(as);
|
|
25592
|
+
const Uk = "scrollspy", zk = "bs.scrollspy", Sd = `.${zk}`, jk = ".data-api", Wk = `activate${Sd}`, u1 = `click${Sd}`, Kk = `load${Sd}${jk}`, Yk = "dropdown-item", Ns = "active", Gk = '[data-bs-spy="scroll"]', bc = "[href]", Qk = ".nav, .list-group", d1 = ".nav-link", Jk = ".nav-item", Zk = ".list-group-item", Xk = `${d1}, ${Jk} > ${d1}, ${Zk}`, qk = ".dropdown", eI = ".dropdown-toggle", tI = {
|
|
25593
25593
|
offset: null,
|
|
25594
25594
|
// TODO: v6 @deprecated, keep it for backwards compatibility reasons
|
|
25595
25595
|
rootMargin: "0px 0px -25%",
|
|
@@ -25690,24 +25690,24 @@ class wl extends Fn {
|
|
|
25690
25690
|
}
|
|
25691
25691
|
}
|
|
25692
25692
|
_process(e) {
|
|
25693
|
-
this._activeTarget !== e && (this._clearActiveClass(this._config.target), this._activeTarget = e, e.classList.add(
|
|
25693
|
+
this._activeTarget !== e && (this._clearActiveClass(this._config.target), this._activeTarget = e, e.classList.add(Ns), this._activateParents(e), ue.trigger(this._element, Wk, {
|
|
25694
25694
|
relatedTarget: e
|
|
25695
25695
|
}));
|
|
25696
25696
|
}
|
|
25697
25697
|
_activateParents(e) {
|
|
25698
25698
|
if (e.classList.contains(Yk)) {
|
|
25699
|
-
Pe.findOne(eI, e.closest(qk)).classList.add(
|
|
25699
|
+
Pe.findOne(eI, e.closest(qk)).classList.add(Ns);
|
|
25700
25700
|
return;
|
|
25701
25701
|
}
|
|
25702
25702
|
for (const t of Pe.parents(e, Qk))
|
|
25703
25703
|
for (const r of Pe.prev(t, Xk))
|
|
25704
|
-
r.classList.add(
|
|
25704
|
+
r.classList.add(Ns);
|
|
25705
25705
|
}
|
|
25706
25706
|
_clearActiveClass(e) {
|
|
25707
|
-
e.classList.remove(
|
|
25708
|
-
const t = Pe.find(`${bc}.${
|
|
25707
|
+
e.classList.remove(Ns);
|
|
25708
|
+
const t = Pe.find(`${bc}.${Ns}`, e);
|
|
25709
25709
|
for (const r of t)
|
|
25710
|
-
r.classList.remove(
|
|
25710
|
+
r.classList.remove(Ns);
|
|
25711
25711
|
}
|
|
25712
25712
|
// Static
|
|
25713
25713
|
static jQueryInterface(e) {
|
|
@@ -25726,7 +25726,7 @@ ue.on(window, Kk, () => {
|
|
|
25726
25726
|
wl.getOrCreateInstance(n);
|
|
25727
25727
|
});
|
|
25728
25728
|
xn(wl);
|
|
25729
|
-
const rI = "tab", sI = "bs.tab",
|
|
25729
|
+
const rI = "tab", sI = "bs.tab", Ss = `.${sI}`, oI = `hide${Ss}`, iI = `hidden${Ss}`, aI = `show${Ss}`, lI = `shown${Ss}`, cI = `click${Ss}`, uI = `keydown${Ss}`, dI = `load${Ss}`, fI = "ArrowLeft", f1 = "ArrowRight", hI = "ArrowUp", h1 = "ArrowDown", ls = "active", p1 = "fade", Ac = "show", pI = "dropdown", mI = ".dropdown-toggle", gI = ".dropdown-menu", wc = ":not(.dropdown-toggle)", vI = '.list-group, .nav, [role="tablist"]', yI = ".nav-item, .list-group-item", EI = `.nav-link${wc}, .list-group-item${wc}, [role="tab"]${wc}`, i2 = '[data-bs-toggle="tab"], [data-bs-toggle="pill"], [data-bs-toggle="list"]', Tc = `${EI}, ${i2}`, CI = `.${ls}[data-bs-toggle="tab"], .${ls}[data-bs-toggle="pill"], .${ls}[data-bs-toggle="list"]`;
|
|
25730
25730
|
class fo extends Fn {
|
|
25731
25731
|
constructor(e) {
|
|
25732
25732
|
super(e), this._parent = this._element.closest(vI), this._parent && (this._setInitialAttributes(this._parent, this._getChildren()), ue.on(this._element, uI, (t) => this._keydown(t)));
|
|
@@ -25751,7 +25751,7 @@ class fo extends Fn {
|
|
|
25751
25751
|
_activate(e, t) {
|
|
25752
25752
|
if (!e)
|
|
25753
25753
|
return;
|
|
25754
|
-
e.classList.add(
|
|
25754
|
+
e.classList.add(ls), this._activate(Pe.getElementFromSelector(e));
|
|
25755
25755
|
const r = () => {
|
|
25756
25756
|
if (e.getAttribute("role") !== "tab") {
|
|
25757
25757
|
e.classList.add(Ac);
|
|
@@ -25766,7 +25766,7 @@ class fo extends Fn {
|
|
|
25766
25766
|
_deactivate(e, t) {
|
|
25767
25767
|
if (!e)
|
|
25768
25768
|
return;
|
|
25769
|
-
e.classList.remove(
|
|
25769
|
+
e.classList.remove(ls), e.blur(), this._deactivate(Pe.getElementFromSelector(e));
|
|
25770
25770
|
const r = () => {
|
|
25771
25771
|
if (e.getAttribute("role") !== "tab") {
|
|
25772
25772
|
e.classList.remove(Ac);
|
|
@@ -25815,13 +25815,13 @@ class fo extends Fn {
|
|
|
25815
25815
|
const l = Pe.findOne(o, r);
|
|
25816
25816
|
l && l.classList.toggle(i, t);
|
|
25817
25817
|
};
|
|
25818
|
-
s(mI,
|
|
25818
|
+
s(mI, ls), s(gI, Ac), r.setAttribute("aria-expanded", t);
|
|
25819
25819
|
}
|
|
25820
25820
|
_setAttributeIfNotExists(e, t, r) {
|
|
25821
25821
|
e.hasAttribute(t) || e.setAttribute(t, r);
|
|
25822
25822
|
}
|
|
25823
25823
|
_elemIsActive(e) {
|
|
25824
|
-
return e.classList.contains(
|
|
25824
|
+
return e.classList.contains(ls);
|
|
25825
25825
|
}
|
|
25826
25826
|
// Try to get the inner element (usually the .nav-link)
|
|
25827
25827
|
_getInnerElement(e) {
|
|
@@ -25983,7 +25983,7 @@ const a2 = {
|
|
|
25983
25983
|
setup(n, { emit: e }) {
|
|
25984
25984
|
const t = n, r = () => {
|
|
25985
25985
|
e("upload");
|
|
25986
|
-
}, s =
|
|
25986
|
+
}, s = ws(t, "modelValue", e), o = [
|
|
25987
25987
|
fS,
|
|
25988
25988
|
hS,
|
|
25989
25989
|
pS,
|
|
@@ -26014,7 +26014,7 @@ const a2 = {
|
|
|
26014
26014
|
e("update:modelValue", k.getHTML());
|
|
26015
26015
|
}
|
|
26016
26016
|
});
|
|
26017
|
-
|
|
26017
|
+
tn(
|
|
26018
26018
|
() => t.modelValue,
|
|
26019
26019
|
(k) => {
|
|
26020
26020
|
i.value.getHTML() !== k && i.value.commands.setContent(k, !0, {
|
|
@@ -26144,7 +26144,7 @@ const a2 = {
|
|
|
26144
26144
|
]),
|
|
26145
26145
|
_: 1
|
|
26146
26146
|
}, 8, ["class"])) : ze("", !0),
|
|
26147
|
-
|
|
26147
|
+
ms((U(), J("span", null, [
|
|
26148
26148
|
p.value ? (U(), Ze(ht, {
|
|
26149
26149
|
key: 0,
|
|
26150
26150
|
variant: "light",
|
|
@@ -26193,7 +26193,7 @@ const a2 = {
|
|
|
26193
26193
|
K("nav", UI, [
|
|
26194
26194
|
K("ul", zI, [
|
|
26195
26195
|
(U(!0), J(it, null, Dt(t.options, (a) => (U(), J("li", jI, [
|
|
26196
|
-
be(Wo,
|
|
26196
|
+
be(Wo, cn({ class: "nav-link" }, a, { onClick: s }), null, 16)
|
|
26197
26197
|
]))), 256)),
|
|
26198
26198
|
tt(i.$slots, "special-options"),
|
|
26199
26199
|
K("li", WI, [
|
|
@@ -26221,7 +26221,7 @@ const a2 = {
|
|
|
26221
26221
|
return typeof e.details == "string" ? e.details : (r = e.details) == null ? void 0 : r.join(" • ");
|
|
26222
26222
|
});
|
|
26223
26223
|
return (r, s) => (U(), J("div", KI, [
|
|
26224
|
-
e.hideImage ? ze("", !0) : (U(), Ze(nl,
|
|
26224
|
+
e.hideImage ? ze("", !0) : (U(), Ze(nl, cn({ key: 0 }, e.img, { size: "sm" }), null, 16)),
|
|
26225
26225
|
K("div", YI, [
|
|
26226
26226
|
K("header", null, [
|
|
26227
26227
|
K("h5", GI, De(e.name), 1),
|
|
@@ -26327,7 +26327,7 @@ const a2 = {
|
|
|
26327
26327
|
"bd-table-sort": !0,
|
|
26328
26328
|
active: t.active
|
|
26329
26329
|
}));
|
|
26330
|
-
return
|
|
26330
|
+
return tn(() => t.active, (l, a) => {
|
|
26331
26331
|
l && !a && (r.value = !1, e("sortAsc"));
|
|
26332
26332
|
}), o(), (l, a) => (U(), J("th", {
|
|
26333
26333
|
class: Je(i.value),
|
|
@@ -26371,7 +26371,7 @@ const a2 = {
|
|
|
26371
26371
|
}, u = () => {
|
|
26372
26372
|
s.value = r.items;
|
|
26373
26373
|
};
|
|
26374
|
-
return
|
|
26374
|
+
return tn(() => r.items, (d) => {
|
|
26375
26375
|
s.value = d;
|
|
26376
26376
|
}), e({
|
|
26377
26377
|
Refresh: u
|
|
@@ -26445,7 +26445,7 @@ const a2 = {
|
|
|
26445
26445
|
s.value ? "is-handled--success" : Ge,
|
|
26446
26446
|
t.canceled ? "is-handled--canceled" : Ge
|
|
26447
26447
|
].join(" ") : Ge), c = Ce(() => t.canceled ? t.localization.videoCallCanceled : s.value ? t.localization.videoCallAccepted : t.localization.videoCallRejected), u = Ce(() => t.canceled ? `${t.firstNameSender}${t.localization.notifyCallerWhenCanceled}` : t.isSender ? t.contactInfoReceiver ? `${t.contactInfoReceiver.name}${t.localization.notifyCallerWhenRejected}` : t.localization.notifyCallerWhenRejected : s.value ? t.localization.openNewTabWhenAccepted : `${t.localization.notifyReceiverWhenRejected.start}${t.firstNameSender}${t.localization.notifyReceiverWhenRejected.end}`.replace(/\s\s+/g, " "));
|
|
26448
|
-
|
|
26448
|
+
tn(() => t.canceled, () => {
|
|
26449
26449
|
r.value = !0;
|
|
26450
26450
|
}), er(() => {
|
|
26451
26451
|
const b = l.value, y = document.querySelector(`#${b}`);
|
|
@@ -26567,7 +26567,7 @@ const a2 = {
|
|
|
26567
26567
|
onClick: d[0] || (d[0] = Xs(() => {
|
|
26568
26568
|
}, ["stop"]))
|
|
26569
26569
|
}, [
|
|
26570
|
-
(U(), Ze(Za(e.toggleTag),
|
|
26570
|
+
(U(), Ze(Za(e.toggleTag), cn({
|
|
26571
26571
|
ref_key: "dropdownToggle",
|
|
26572
26572
|
ref: a,
|
|
26573
26573
|
class: "dropdown-toggle",
|
|
@@ -26580,7 +26580,7 @@ const a2 = {
|
|
|
26580
26580
|
]),
|
|
26581
26581
|
_: 1
|
|
26582
26582
|
}, 16)),
|
|
26583
|
-
K("ul",
|
|
26583
|
+
K("ul", cn({
|
|
26584
26584
|
ref_key: "dropdownMenu",
|
|
26585
26585
|
ref: l,
|
|
26586
26586
|
class: ["dropdown-menu", o.value]
|
|
@@ -26658,7 +26658,7 @@ const a2 = {
|
|
|
26658
26658
|
right: !0
|
|
26659
26659
|
}, {
|
|
26660
26660
|
default: Fe(() => [
|
|
26661
|
-
(U(!0), J(it, null, Dt(t.dropdownOptions, (d, f) => (U(), Ze(Mc,
|
|
26661
|
+
(U(!0), J(it, null, Dt(t.dropdownOptions, (d, f) => (U(), Ze(Mc, cn({ key: f }, d), null, 16))), 128)),
|
|
26662
26662
|
be(Mc, {
|
|
26663
26663
|
text: "Uitloggen",
|
|
26664
26664
|
onClick: i
|
|
@@ -26894,7 +26894,7 @@ const $M = ["src", "alt"], VM = {
|
|
|
26894
26894
|
}
|
|
26895
26895
|
});
|
|
26896
26896
|
function xd(n = void 0) {
|
|
26897
|
-
const e = (l) => o("Succesvol", l,
|
|
26897
|
+
const e = (l) => o("Succesvol", l, zs.SUCCESS), t = (l) => o("Waarschuwing", l, zs.WARNING), r = (l) => o("Informatie", l, zs.INFO), s = (l) => o("Mislukt", l, zs.DANGER);
|
|
26898
26898
|
function o(l, a, c) {
|
|
26899
26899
|
const u = `toast-${vp()}`, d = {
|
|
26900
26900
|
id: u,
|
|
@@ -27037,7 +27037,7 @@ const KM = { key: 0 }, YM = { key: 1 }, GM = { class: "bd-form-field" }, QM = {
|
|
|
27037
27037
|
_: 1
|
|
27038
27038
|
})) : ze("", !0),
|
|
27039
27039
|
K("div", GM, [
|
|
27040
|
-
be(
|
|
27040
|
+
be(Gs, {
|
|
27041
27041
|
id: "form-input-phone-number",
|
|
27042
27042
|
label: r.phoneNumberLabel,
|
|
27043
27043
|
modelValue: h.value,
|
|
@@ -27065,7 +27065,7 @@ const KM = { key: 0 }, YM = { key: 1 }, GM = { class: "bd-form-field" }, QM = {
|
|
|
27065
27065
|
}, null, 8, ["textContent"])
|
|
27066
27066
|
]),
|
|
27067
27067
|
K("div", QM, [
|
|
27068
|
-
m.value ? (U(), Ze(
|
|
27068
|
+
m.value ? (U(), Ze(Gs, {
|
|
27069
27069
|
key: 0,
|
|
27070
27070
|
label: r.confirmationCodeLabel,
|
|
27071
27071
|
modelValue: g.value,
|
|
@@ -27493,9 +27493,9 @@ const ho = /* @__PURE__ */ Du(f2), ZM = (n, e, t, r, s, o) => {
|
|
|
27493
27493
|
return (p, m) => (U(), J("main", eN, [
|
|
27494
27494
|
be(Yi, { class: "container-xl" }, {
|
|
27495
27495
|
default: Fe(() => [
|
|
27496
|
-
be(
|
|
27496
|
+
be(Ds, { class: "justify-content-md-center template-header" }, {
|
|
27497
27497
|
default: Fe(() => [
|
|
27498
|
-
be(
|
|
27498
|
+
be(Ls, {
|
|
27499
27499
|
xs: 12,
|
|
27500
27500
|
md: 10,
|
|
27501
27501
|
lg: 7
|
|
@@ -27508,9 +27508,9 @@ const ho = /* @__PURE__ */ Du(f2), ZM = (n, e, t, r, s, o) => {
|
|
|
27508
27508
|
]),
|
|
27509
27509
|
_: 1
|
|
27510
27510
|
}),
|
|
27511
|
-
be(
|
|
27511
|
+
be(Ds, { class: "justify-content-md-center" }, {
|
|
27512
27512
|
default: Fe(() => [
|
|
27513
|
-
be(
|
|
27513
|
+
be(Ls, {
|
|
27514
27514
|
xs: 12,
|
|
27515
27515
|
md: 10,
|
|
27516
27516
|
lg: 7
|
|
@@ -27523,9 +27523,9 @@ const ho = /* @__PURE__ */ Du(f2), ZM = (n, e, t, r, s, o) => {
|
|
|
27523
27523
|
body: Fe(() => [
|
|
27524
27524
|
be(Yi, { class: "container-fluid" }, {
|
|
27525
27525
|
default: Fe(() => [
|
|
27526
|
-
be(
|
|
27526
|
+
be(Ds, null, {
|
|
27527
27527
|
default: Fe(() => [
|
|
27528
|
-
be(
|
|
27528
|
+
be(Ls, null, {
|
|
27529
27529
|
default: Fe(() => [
|
|
27530
27530
|
be(Gi, { variant: "warning" }, {
|
|
27531
27531
|
default: Fe(() => [
|
|
@@ -27539,9 +27539,9 @@ const ho = /* @__PURE__ */ Du(f2), ZM = (n, e, t, r, s, o) => {
|
|
|
27539
27539
|
]),
|
|
27540
27540
|
_: 1
|
|
27541
27541
|
}),
|
|
27542
|
-
he(s) || he(o) ? (U(), Ze(
|
|
27542
|
+
he(s) || he(o) ? (U(), Ze(Ds, { key: 0 }, {
|
|
27543
27543
|
default: Fe(() => [
|
|
27544
|
-
be(
|
|
27544
|
+
be(Ls, null, {
|
|
27545
27545
|
default: Fe(() => [
|
|
27546
27546
|
be(Gi, { variant: "danger" }, {
|
|
27547
27547
|
default: Fe(() => [
|
|
@@ -27562,9 +27562,9 @@ const ho = /* @__PURE__ */ Du(f2), ZM = (n, e, t, r, s, o) => {
|
|
|
27562
27562
|
]),
|
|
27563
27563
|
_: 1
|
|
27564
27564
|
})) : ze("", !0),
|
|
27565
|
-
be(
|
|
27565
|
+
be(Ds, null, {
|
|
27566
27566
|
default: Fe(() => [
|
|
27567
|
-
be(
|
|
27567
|
+
be(Ls, {
|
|
27568
27568
|
class: "bd-card-form",
|
|
27569
27569
|
sm: 12,
|
|
27570
27570
|
md: 12
|
|
@@ -27576,7 +27576,7 @@ const ho = /* @__PURE__ */ Du(f2), ZM = (n, e, t, r, s, o) => {
|
|
|
27576
27576
|
class: "form"
|
|
27577
27577
|
}, [
|
|
27578
27578
|
K("div", oN, [
|
|
27579
|
-
be(
|
|
27579
|
+
be(Gs, {
|
|
27580
27580
|
modelValue: he(c).password,
|
|
27581
27581
|
"onUpdate:modelValue": m[0] || (m[0] = (g) => he(c).password = g),
|
|
27582
27582
|
label: p.currentPasswordLabel,
|
|
@@ -27586,7 +27586,7 @@ const ho = /* @__PURE__ */ Du(f2), ZM = (n, e, t, r, s, o) => {
|
|
|
27586
27586
|
}, null, 8, ["modelValue", "label", "state", "invalid-feedback-text"])
|
|
27587
27587
|
]),
|
|
27588
27588
|
K("div", iN, [
|
|
27589
|
-
be(
|
|
27589
|
+
be(Gs, {
|
|
27590
27590
|
modelValue: he(c).passwordNew,
|
|
27591
27591
|
"onUpdate:modelValue": m[1] || (m[1] = (g) => he(c).passwordNew = g),
|
|
27592
27592
|
label: p.newPasswordLabel,
|
|
@@ -27596,7 +27596,7 @@ const ho = /* @__PURE__ */ Du(f2), ZM = (n, e, t, r, s, o) => {
|
|
|
27596
27596
|
}, null, 8, ["modelValue", "label", "state", "invalid-feedback-text"])
|
|
27597
27597
|
]),
|
|
27598
27598
|
K("div", aN, [
|
|
27599
|
-
be(
|
|
27599
|
+
be(Gs, {
|
|
27600
27600
|
modelValue: he(c).passwordRepeat,
|
|
27601
27601
|
"onUpdate:modelValue": m[2] || (m[2] = (g) => he(c).passwordRepeat = g),
|
|
27602
27602
|
label: p.confirmNewPasswordLabel,
|
|
@@ -27653,13 +27653,13 @@ const ho = /* @__PURE__ */ Du(f2), ZM = (n, e, t, r, s, o) => {
|
|
|
27653
27653
|
* Released under the MIT License.
|
|
27654
27654
|
*/
|
|
27655
27655
|
const pr = typeof window < "u";
|
|
27656
|
-
let
|
|
27656
|
+
let an, bs;
|
|
27657
27657
|
if (process.env.NODE_ENV !== "production") {
|
|
27658
27658
|
const n = pr && window.performance;
|
|
27659
27659
|
n && n.mark && n.measure && n.clearMarks && // @ts-ignore browser compat
|
|
27660
|
-
n.clearMeasures && (
|
|
27660
|
+
n.clearMeasures && (an = (e) => {
|
|
27661
27661
|
n.mark(e);
|
|
27662
|
-
},
|
|
27662
|
+
}, bs = (e, t, r) => {
|
|
27663
27663
|
n.measure(e, t, r), n.clearMarks(t), n.clearMarks(r);
|
|
27664
27664
|
});
|
|
27665
27665
|
}
|
|
@@ -28541,24 +28541,24 @@ function _1(n) {
|
|
|
28541
28541
|
}
|
|
28542
28542
|
}
|
|
28543
28543
|
const jN = "minifier";
|
|
28544
|
-
function
|
|
28544
|
+
function Us(n) {
|
|
28545
28545
|
switch (n.t = n.type, n.type) {
|
|
28546
28546
|
case 0: {
|
|
28547
28547
|
const e = n;
|
|
28548
|
-
|
|
28548
|
+
Us(e.body), e.b = e.body, delete e.body;
|
|
28549
28549
|
break;
|
|
28550
28550
|
}
|
|
28551
28551
|
case 1: {
|
|
28552
28552
|
const e = n, t = e.cases;
|
|
28553
28553
|
for (let r = 0; r < t.length; r++)
|
|
28554
|
-
|
|
28554
|
+
Us(t[r]);
|
|
28555
28555
|
e.c = t, delete e.cases;
|
|
28556
28556
|
break;
|
|
28557
28557
|
}
|
|
28558
28558
|
case 2: {
|
|
28559
28559
|
const e = n, t = e.items;
|
|
28560
28560
|
for (let r = 0; r < t.length; r++)
|
|
28561
|
-
|
|
28561
|
+
Us(t[r]);
|
|
28562
28562
|
e.i = t, delete e.items, e.static && (e.s = e.static, delete e.static);
|
|
28563
28563
|
break;
|
|
28564
28564
|
}
|
|
@@ -28572,7 +28572,7 @@ function Hs(n) {
|
|
|
28572
28572
|
}
|
|
28573
28573
|
case 6: {
|
|
28574
28574
|
const e = n;
|
|
28575
|
-
|
|
28575
|
+
Us(e.key), e.k = e.key, delete e.key, e.modifier && (Us(e.modifier), e.m = e.modifier, delete e.modifier);
|
|
28576
28576
|
break;
|
|
28577
28577
|
}
|
|
28578
28578
|
case 5: {
|
|
@@ -28742,7 +28742,7 @@ const ZN = (n, e = {}) => {
|
|
|
28742
28742
|
};
|
|
28743
28743
|
function XN(n, e = {}) {
|
|
28744
28744
|
const t = v2({}, e), r = !!t.jit, s = !!t.minify, o = t.optimize == null ? !0 : t.optimize, l = VN(t).parse(n);
|
|
28745
|
-
return r ? (o && zN(l), s &&
|
|
28745
|
+
return r ? (o && zN(l), s && Us(l), { ast: l, code: "" }) : (UN(l, t), ZN(l, t));
|
|
28746
28746
|
}
|
|
28747
28747
|
/*!
|
|
28748
28748
|
* core-base v9.14.4
|
|
@@ -29180,7 +29180,7 @@ const O2 = xl.__EXTEND_POINT__, Zr = _l(O2), Ut = {
|
|
|
29180
29180
|
[Ut.FALLBACK_TO_DATE_FORMAT]: "Fall back to datetime format '{key}' key with '{target}' locale.",
|
|
29181
29181
|
[Ut.EXPERIMENTAL_CUSTOM_MESSAGE_COMPILER]: "This project is using Custom Message Compiler, which is an experimental feature. It may receive breaking changes or be removed in the future."
|
|
29182
29182
|
};
|
|
29183
|
-
function
|
|
29183
|
+
function As(n, ...e) {
|
|
29184
29184
|
return Od(_L[n], ...e);
|
|
29185
29185
|
}
|
|
29186
29186
|
const k2 = $e.__EXTEND_POINT__, Xr = _l(k2), wt = {
|
|
@@ -29310,7 +29310,7 @@ const L1 = (n) => {
|
|
|
29310
29310
|
let D1 = 0;
|
|
29311
29311
|
function BL(n = {}) {
|
|
29312
29312
|
const e = lt(n.onWarn) ? n.onWarn : yr, t = Ie(n.version) ? n.version : ML, r = Ie(n.locale) || lt(n.locale) ? n.locale : ai, s = lt(r) ? ai : r, o = Ct(n.fallbackLocale) || qe(n.fallbackLocale) || Ie(n.fallbackLocale) || n.fallbackLocale === !1 ? n.fallbackLocale : s, i = qe(n.messages) ? n.messages : _c(s), l = qe(n.datetimeFormats) ? n.datetimeFormats : _c(s), a = qe(n.numberFormats) ? n.numberFormats : _c(s), c = Rt(ot(), n.modifiers, NL()), u = n.pluralRules || ot(), d = lt(n.missing) ? n.missing : null, f = at(n.missingWarn) || po(n.missingWarn) ? n.missingWarn : !0, h = at(n.fallbackWarn) || po(n.fallbackWarn) ? n.fallbackWarn : !0, p = !!n.fallbackFormat, m = !!n.unresolving, g = lt(n.postTranslation) ? n.postTranslation : null, E = qe(n.processor) ? n.processor : null, b = at(n.warnHtmlMessage) ? n.warnHtmlMessage : !0, y = !!n.escapeParameter, v = lt(n.messageCompiler) ? n.messageCompiler : M2;
|
|
29313
|
-
process.env.NODE_ENV !== "production" && lt(n.messageCompiler) && m2(
|
|
29313
|
+
process.env.NODE_ENV !== "production" && lt(n.messageCompiler) && m2(As(Ut.EXPERIMENTAL_CUSTOM_MESSAGE_COMPILER));
|
|
29314
29314
|
const x = lt(n.messageResolver) ? n.messageResolver : N2 || fL, A = lt(n.localeFallbacker) ? n.localeFallbacker : L2 || OL, k = nt(n.fallbackContext) ? n.fallbackContext : void 0, I = n, N = nt(I.__datetimeFormatters) ? I.__datetimeFormatters : /* @__PURE__ */ new Map(), $ = nt(I.__numberFormatters) ? I.__numberFormatters : /* @__PURE__ */ new Map(), B = nt(I.__meta) ? I.__meta : {};
|
|
29315
29315
|
D1++;
|
|
29316
29316
|
const V = {
|
|
@@ -29361,7 +29361,7 @@ function Nd(n, e, t, r, s) {
|
|
|
29361
29361
|
const l = o(n, t, e, s);
|
|
29362
29362
|
return Ie(l) ? l : e;
|
|
29363
29363
|
} else
|
|
29364
|
-
return process.env.NODE_ENV !== "production" && P2(r, e) && i(
|
|
29364
|
+
return process.env.NODE_ENV !== "production" && P2(r, e) && i(As(Ut.NOT_FOUND_KEY, { key: e, locale: t })), e;
|
|
29365
29365
|
}
|
|
29366
29366
|
function Oo(n, e, t) {
|
|
29367
29367
|
const r = n;
|
|
@@ -29447,7 +29447,7 @@ function B2(n, e) {
|
|
|
29447
29447
|
e && kN(n) && yr(Od(HL, { source: n }));
|
|
29448
29448
|
}
|
|
29449
29449
|
const $2 = (n) => n;
|
|
29450
|
-
let
|
|
29450
|
+
let Ys = ot();
|
|
29451
29451
|
function V2(n) {
|
|
29452
29452
|
n.code === xl.USE_MODULO_SYNTAX && yr(`The use of named interpolation with modulo syntax is deprecated. It will be removed in v10.
|
|
29453
29453
|
reference: https://vue-i18n.intlify.dev/guide/essentials/syntax#rails-i18n-format
|
|
@@ -29467,18 +29467,18 @@ const UL = /* @__NO_SIDE_EFFECTS__ */ (n, e) => {
|
|
|
29467
29467
|
{
|
|
29468
29468
|
const t = at(e.warnHtmlMessage) ? e.warnHtmlMessage : !0;
|
|
29469
29469
|
process.env.NODE_ENV !== "production" && B2(n, t);
|
|
29470
|
-
const s = (e.onCacheKey || $2)(n), o =
|
|
29470
|
+
const s = (e.onCacheKey || $2)(n), o = Ys[s];
|
|
29471
29471
|
if (o)
|
|
29472
29472
|
return o;
|
|
29473
29473
|
const { code: i, detectError: l } = H2(n, e), a = new Function(`return ${i}`)();
|
|
29474
|
-
return l ? a :
|
|
29474
|
+
return l ? a : Ys[s] = a;
|
|
29475
29475
|
}
|
|
29476
29476
|
};
|
|
29477
29477
|
function zL(n, e) {
|
|
29478
29478
|
if (process.env.NODE_ENV !== "production" && (e.onWarn = V2), __INTLIFY_JIT_COMPILATION__ && !__INTLIFY_DROP_MESSAGE_COMPILER__ && Ie(n)) {
|
|
29479
29479
|
const t = at(e.warnHtmlMessage) ? e.warnHtmlMessage : !0;
|
|
29480
29480
|
process.env.NODE_ENV !== "production" && B2(n, t);
|
|
29481
|
-
const s = (e.onCacheKey || $2)(n), o =
|
|
29481
|
+
const s = (e.onCacheKey || $2)(n), o = Ys[s];
|
|
29482
29482
|
if (o)
|
|
29483
29483
|
return o;
|
|
29484
29484
|
const { ast: i, detectError: l } = H2(n, {
|
|
@@ -29486,14 +29486,14 @@ function zL(n, e) {
|
|
|
29486
29486
|
location: process.env.NODE_ENV !== "production",
|
|
29487
29487
|
jit: !0
|
|
29488
29488
|
}), a = xc(i);
|
|
29489
|
-
return l ? a :
|
|
29489
|
+
return l ? a : Ys[s] = a;
|
|
29490
29490
|
} else {
|
|
29491
29491
|
if (process.env.NODE_ENV !== "production" && !Ln(n))
|
|
29492
29492
|
return yr(`the message that is resolve with key '${e.key}' is not supported for jit compilation`), () => n;
|
|
29493
29493
|
const t = n.cacheKey;
|
|
29494
29494
|
if (t) {
|
|
29495
|
-
const r =
|
|
29496
|
-
return r || (
|
|
29495
|
+
const r = Ys[t];
|
|
29496
|
+
return r || (Ys[t] = xc(n));
|
|
29497
29497
|
} else
|
|
29498
29498
|
return xc(n);
|
|
29499
29499
|
}
|
|
@@ -29540,7 +29540,7 @@ function U2(n, e, t, r, s, o) {
|
|
|
29540
29540
|
let d = ot(), f, h = null, p = t, m = null;
|
|
29541
29541
|
const g = "translate";
|
|
29542
29542
|
for (let E = 0; E < u.length; E++) {
|
|
29543
|
-
if (f = m = u[E], process.env.NODE_ENV !== "production" && t !== f && !F2(t, f) && kl(s, e) && l(
|
|
29543
|
+
if (f = m = u[E], process.env.NODE_ENV !== "production" && t !== f && !F2(t, f) && kl(s, e) && l(As(Ut.FALLBACK_TO_TRANSLATE, {
|
|
29544
29544
|
key: e,
|
|
29545
29545
|
target: f
|
|
29546
29546
|
})), process.env.NODE_ENV !== "production" && t !== f) {
|
|
@@ -29555,7 +29555,7 @@ function U2(n, e, t, r, s, o) {
|
|
|
29555
29555
|
}
|
|
29556
29556
|
d = i[f] || ot();
|
|
29557
29557
|
let b = null, y, v;
|
|
29558
|
-
if (process.env.NODE_ENV !== "production" && pr && (b = window.performance.now(), y = "intlify-message-resolve-start", v = "intlify-message-resolve-end",
|
|
29558
|
+
if (process.env.NODE_ENV !== "production" && pr && (b = window.performance.now(), y = "intlify-message-resolve-start", v = "intlify-message-resolve-end", an && an(y)), (h = a(d, e)) === null && (h = d[e]), process.env.NODE_ENV !== "production" && pr) {
|
|
29559
29559
|
const x = window.performance.now(), A = n.__v_emitter;
|
|
29560
29560
|
A && b && h && A.emit("message-resolve", {
|
|
29561
29561
|
type: "message-resolve",
|
|
@@ -29563,7 +29563,7 @@ function U2(n, e, t, r, s, o) {
|
|
|
29563
29563
|
message: h,
|
|
29564
29564
|
time: x - b,
|
|
29565
29565
|
groupId: `${g}:${e}`
|
|
29566
|
-
}), y && v &&
|
|
29566
|
+
}), y && v && an && bs && (an(v), bs("intlify message resolve", y, v));
|
|
29567
29567
|
}
|
|
29568
29568
|
if (Ie(h) || Ln(h) || bn(h))
|
|
29569
29569
|
break;
|
|
@@ -29593,7 +29593,7 @@ function z2(n, e, t, r, s, o) {
|
|
|
29593
29593
|
return f.locale = t, f.key = e, f;
|
|
29594
29594
|
}
|
|
29595
29595
|
let a = null, c, u;
|
|
29596
|
-
process.env.NODE_ENV !== "production" && pr && (a = window.performance.now(), c = "intlify-message-compilation-start", u = "intlify-message-compilation-end",
|
|
29596
|
+
process.env.NODE_ENV !== "production" && pr && (a = window.performance.now(), c = "intlify-message-compilation-start", u = "intlify-message-compilation-end", an && an(c));
|
|
29597
29597
|
const d = i(r, KL(n, t, s, r, l, o));
|
|
29598
29598
|
if (process.env.NODE_ENV !== "production" && pr) {
|
|
29599
29599
|
const f = window.performance.now(), h = n.__v_emitter;
|
|
@@ -29602,13 +29602,13 @@ function z2(n, e, t, r, s, o) {
|
|
|
29602
29602
|
message: r,
|
|
29603
29603
|
time: f - a,
|
|
29604
29604
|
groupId: `translate:${e}`
|
|
29605
|
-
}), c && u &&
|
|
29605
|
+
}), c && u && an && bs && (an(u), bs("intlify message compilation", c, u));
|
|
29606
29606
|
}
|
|
29607
29607
|
return d.locale = t, d.key = e, d.source = r, d;
|
|
29608
29608
|
}
|
|
29609
29609
|
function WL(n, e, t) {
|
|
29610
29610
|
let r = null, s, o;
|
|
29611
|
-
process.env.NODE_ENV !== "production" && pr && (r = window.performance.now(), s = "intlify-message-evaluation-start", o = "intlify-message-evaluation-end",
|
|
29611
|
+
process.env.NODE_ENV !== "production" && pr && (r = window.performance.now(), s = "intlify-message-evaluation-start", o = "intlify-message-evaluation-end", an && an(s));
|
|
29612
29612
|
const i = e(t);
|
|
29613
29613
|
if (process.env.NODE_ENV !== "production" && pr) {
|
|
29614
29614
|
const l = window.performance.now(), a = n.__v_emitter;
|
|
@@ -29617,7 +29617,7 @@ function WL(n, e, t) {
|
|
|
29617
29617
|
value: i,
|
|
29618
29618
|
time: l - r,
|
|
29619
29619
|
groupId: `translate:${e.key}`
|
|
29620
|
-
}), s && o &&
|
|
29620
|
+
}), s && o && an && bs && (an(o), bs("intlify message evaluation", s, o));
|
|
29621
29621
|
}
|
|
29622
29622
|
return i;
|
|
29623
29623
|
}
|
|
@@ -29686,7 +29686,7 @@ const B1 = typeof Intl < "u", j2 = {
|
|
|
29686
29686
|
function $1(n, ...e) {
|
|
29687
29687
|
const { datetimeFormats: t, unresolving: r, fallbackLocale: s, onWarn: o, localeFallbacker: i } = n, { __datetimeFormatters: l } = n;
|
|
29688
29688
|
if (process.env.NODE_ENV !== "production" && !j2.dateTimeFormat)
|
|
29689
|
-
return o(
|
|
29689
|
+
return o(As(Ut.CANNOT_FORMAT_DATE)), Qa;
|
|
29690
29690
|
const [a, c, u, d] = gu(...e), f = at(u.missingWarn) ? u.missingWarn : n.missingWarn, h = at(u.fallbackWarn) ? u.fallbackWarn : n.fallbackWarn, p = !!u.part, m = Md(n, u), g = i(
|
|
29691
29691
|
n,
|
|
29692
29692
|
// eslint-disable-line @typescript-eslint/no-explicit-any
|
|
@@ -29698,7 +29698,7 @@ function $1(n, ...e) {
|
|
|
29698
29698
|
let E = {}, b, y = null, v = m, x = null;
|
|
29699
29699
|
const A = "datetime format";
|
|
29700
29700
|
for (let N = 0; N < g.length; N++) {
|
|
29701
|
-
if (b = x = g[N], process.env.NODE_ENV !== "production" && m !== b && kl(h, a) && o(
|
|
29701
|
+
if (b = x = g[N], process.env.NODE_ENV !== "production" && m !== b && kl(h, a) && o(As(Ut.FALLBACK_TO_DATE_FORMAT, {
|
|
29702
29702
|
key: a,
|
|
29703
29703
|
target: b
|
|
29704
29704
|
})), process.env.NODE_ENV !== "production" && m !== b) {
|
|
@@ -29780,7 +29780,7 @@ function V1(n, e, t) {
|
|
|
29780
29780
|
function H1(n, ...e) {
|
|
29781
29781
|
const { numberFormats: t, unresolving: r, fallbackLocale: s, onWarn: o, localeFallbacker: i } = n, { __numberFormatters: l } = n;
|
|
29782
29782
|
if (process.env.NODE_ENV !== "production" && !j2.numberFormat)
|
|
29783
|
-
return o(
|
|
29783
|
+
return o(As(Ut.CANNOT_FORMAT_NUMBER)), Qa;
|
|
29784
29784
|
const [a, c, u, d] = vu(...e), f = at(u.missingWarn) ? u.missingWarn : n.missingWarn, h = at(u.fallbackWarn) ? u.fallbackWarn : n.fallbackWarn, p = !!u.part, m = Md(n, u), g = i(
|
|
29785
29785
|
n,
|
|
29786
29786
|
// eslint-disable-line @typescript-eslint/no-explicit-any
|
|
@@ -29792,7 +29792,7 @@ function H1(n, ...e) {
|
|
|
29792
29792
|
let E = {}, b, y = null, v = m, x = null;
|
|
29793
29793
|
const A = "number format";
|
|
29794
29794
|
for (let N = 0; N < g.length; N++) {
|
|
29795
|
-
if (b = x = g[N], process.env.NODE_ENV !== "production" && m !== b && kl(h, a) && o(
|
|
29795
|
+
if (b = x = g[N], process.env.NODE_ENV !== "production" && m !== b && kl(h, a) && o(As(Ut.FALLBACK_TO_NUMBER_FORMAT, {
|
|
29796
29796
|
key: a,
|
|
29797
29797
|
target: b
|
|
29798
29798
|
})), process.env.NODE_ENV !== "production" && m !== b) {
|
|
@@ -30279,9 +30279,9 @@ function rD(n = {}, e) {
|
|
|
30279
30279
|
function ge(te, ae) {
|
|
30280
30280
|
h.value[te] = Rt(h.value[te] || {}, ae), N.numberFormats = h.value, U1(N, te, ae);
|
|
30281
30281
|
}
|
|
30282
|
-
K1++, t && pr && (
|
|
30282
|
+
K1++, t && pr && (tn(t.locale, (te) => {
|
|
30283
30283
|
a && (c.value = te, N.locale = te, Oo(N, c.value, u.value));
|
|
30284
|
-
}),
|
|
30284
|
+
}), tn(t.fallbackLocale, (te) => {
|
|
30285
30285
|
a && (u.value = te, N.fallbackLocale = te, Oo(N, c.value, u.value));
|
|
30286
30286
|
}));
|
|
30287
30287
|
const xe = {
|
|
@@ -30772,16 +30772,21 @@ function _D(n) {
|
|
|
30772
30772
|
let i = null;
|
|
30773
30773
|
if (o.target instanceof Element && (i = o.target.closest(".popover")), i)
|
|
30774
30774
|
return;
|
|
30775
|
-
const l =
|
|
30775
|
+
const l = as.getInstance(n.value);
|
|
30776
30776
|
l && l.hide();
|
|
30777
30777
|
});
|
|
30778
|
-
})
|
|
30779
|
-
|
|
30780
|
-
|
|
30781
|
-
if (n == null || n.value == null)
|
|
30778
|
+
});
|
|
30779
|
+
const s = () => {
|
|
30780
|
+
if ((n == null ? void 0 : n.value) == null)
|
|
30782
30781
|
return;
|
|
30783
|
-
|
|
30784
|
-
|
|
30782
|
+
as.getInstance(n.value) || new as(n.value);
|
|
30783
|
+
};
|
|
30784
|
+
e(s), tn(n, s), J1(() => {
|
|
30785
|
+
if ((n == null ? void 0 : n.value) != null) {
|
|
30786
|
+
const o = as.getInstance(n.value);
|
|
30787
|
+
o && o.dispose();
|
|
30788
|
+
}
|
|
30789
|
+
t && document.removeEventListener("click", t);
|
|
30785
30790
|
});
|
|
30786
30791
|
}
|
|
30787
30792
|
var bD = { exports: {} };
|
|
@@ -30957,7 +30962,7 @@ function xD(n, e = ho().startOf("day")) {
|
|
|
30957
30962
|
}
|
|
30958
30963
|
const OD = {
|
|
30959
30964
|
install: (n) => {
|
|
30960
|
-
n.component("BDAlert", Gi), n.component("BDArticle", C9), n.component("BDAttachmentPreviewList", Cd), n.component("BDBadge", t9), n.component("BDButton", ht), n.component("BDCard", Iu), n.component("BDChangePasswordTemplate", cN), n.component("BDChatCloud", sM), n.component("BDCol",
|
|
30965
|
+
n.component("BDAlert", Gi), n.component("BDArticle", C9), n.component("BDAttachmentPreviewList", Cd), n.component("BDBadge", t9), n.component("BDButton", ht), n.component("BDCard", Iu), n.component("BDChangePasswordTemplate", cN), n.component("BDChatCloud", sM), n.component("BDCol", Ls), n.component("BDCollapsableCard", Vy), n.component("BDContainer", Yi), n.component("BDDropdown", c2), n.component("BDDropdownItem", Mc), n.component("BDDropzone", G9), n.component("BDForm", r9), n.component("BDFormCheckbox", v9), n.component("BDFormInput", Gs), n.component("BDFormInvalidFeedback", Mu), n.component("BDFormSelect", m9), n.component("BDHeader", OM), n.component("BDImageAttachmentModal", jM), n.component("BDImageAttachmentPreviewList", bd), n.component("BDInputGroup", Xy), n.component("BDLink", Wo), n.component("BDLogo", Z1), n.component("BDMarkdownEditor", BI), n.component("BDMobileMenu", l2), n.component("BDModal", Tl), n.component("BDNotFoundTemplate", ED), n.component("BDPagination", u9), n.component("BDPhoneNumberEditModal", JM), n.component("BDPill", Nu), n.component("BDProfileImage", nl), n.component("BDRow", Ds), n.component("BDSessionTimeOutModal", XM), n.component("BDTable", fM), n.component("BDToast", Ep), n.component("BDUser", JI), n.component("BDUserInformation", Cp), n.component("BDVideoCallToast", bM), n.component("BDZoomslider", mp), n.component("IconAcademy", _g), n.component("IconArrowDown", Ng), n.component("IconArrowUp", Bg), n.component("IconAttachment", qs), n.component("IconBold", X1), n.component("IconBulletList", q1), n.component("IconCalendar", o5), n.component("IconCall", Oc), n.component("IconCallReject", ep), n.component("IconCardView", b5), n.component("IconCaretDown", tp), n.component("IconCaretLeft", np), n.component("IconCaretRight", rp), n.component("IconCheck", ui), n.component("IconClipboard", Y5), n.component("IconClose", xu), n.component("IconComment", sv), n.component("IconCommentActive", uv), n.component("IconCommonFileEmpty", wv), n.component("IconCommonFileWarning", Iv), n.component("IconCommentStatic", gv), n.component("IconContactPerson", Pv), n.component("IconCopy", Uv), n.component("IconDelete", Gv), n.component("IconDoubleCheck", e3), n.component("IconDownloadImage", sp), n.component("IconEdit", d3), n.component("IconEndCall", v3), n.component("IconError", Ou), n.component("IconExternal", O3), n.component("IconEyeShow", D3), n.component("IconEyeSlash", V3), n.component("IconFile", op), n.component("IconFileAdded", X3), n.component("IconForward", s7), n.component("IconHix", d7), n.component("IconHyperlink", ku), n.component("IconImageFileLandscape", w7), n.component("IconImageFileWarning", k7), n.component("IconInfo", go), n.component("IconInformationCircle", V7), n.component("IconItalic", ip), n.component("IconListView", Z7), n.component("IconLock", r6), n.component("IconLusciiEscalated", c6), n.component("IconLusciiLogo", m6), n.component("IconLusciiOpen", b6), n.component("IconLusciiPriorityHigh", O6), n.component("IconLusciiPriorityLow", R6), n.component("IconLusciiPriorityMedium", U6), n.component("IconMenu", ap), n.component("IconMessage", q6), n.component("IconMessageForward", o4), n.component("IconMicrophoneSlash", u4), n.component("IconMicrosoftTeams", g4), n.component("IconMin", A4), n.component("IconOrderedList", lp), n.component("IconPlus", L4), n.component("IconRefresh", $4), n.component("IconRemove", el), n.component("IconSananetLogo", J4), n.component("IconService", n8), n.component("IconShareScreen", l8), n.component("IconSingleNeutral", p8), n.component("IconSort", C8), n.component("IconSortAsc", cp), n.component("IconSortDesc", up), n.component("IconSortNone", dp), n.component("IconTriangleDown", H8), n.component("IconTriangleExclamation", fp), n.component("IconUnderline", hp), n.component("IconVideoDisabled", ly), n.component("IconVideocall", ry), n.component("IconZorgkaart", py), n.directive("vBDTooltip", a2);
|
|
30961
30966
|
}
|
|
30962
30967
|
};
|
|
30963
30968
|
export {
|
|
@@ -30969,7 +30974,7 @@ export {
|
|
|
30969
30974
|
Iu as BDCard,
|
|
30970
30975
|
cN as BDChangePasswordTemplate,
|
|
30971
30976
|
sM as BDChatCloud,
|
|
30972
|
-
|
|
30977
|
+
Ls as BDCol,
|
|
30973
30978
|
Vy as BDCollapsableCard,
|
|
30974
30979
|
Yi as BDContainer,
|
|
30975
30980
|
c2 as BDDropdown,
|
|
@@ -30977,7 +30982,7 @@ export {
|
|
|
30977
30982
|
G9 as BDDropzone,
|
|
30978
30983
|
r9 as BDForm,
|
|
30979
30984
|
v9 as BDFormCheckbox,
|
|
30980
|
-
|
|
30985
|
+
Gs as BDFormInput,
|
|
30981
30986
|
Mu as BDFormInvalidFeedback,
|
|
30982
30987
|
m9 as BDFormSelect,
|
|
30983
30988
|
OM as BDHeader,
|
|
@@ -30994,7 +30999,7 @@ export {
|
|
|
30994
30999
|
JM as BDPhoneNumberEditModal,
|
|
30995
31000
|
Nu as BDPill,
|
|
30996
31001
|
nl as BDProfileImage,
|
|
30997
|
-
|
|
31002
|
+
Ds as BDRow,
|
|
30998
31003
|
XM as BDSessionTimeOutModal,
|
|
30999
31004
|
fM as BDTable,
|
|
31000
31005
|
Ep as BDToast,
|