@rebilly/revel 8.2.4 → 8.3.0
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/CHANGELOG.md +3 -3
- package/dist/components/r-select/r-select.vue.d.ts +2 -0
- package/dist/revel.mjs +304 -281
- package/dist/revel.umd.js +4 -4
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/revel.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { reactive as l2, computed as l, defineComponent as J, ref as e0, watch as D0, onMounted as B1, onUnmounted as wb, toRefs as CM, inject as k0, watchEffect as N3, provide as _0, nextTick as R1, unref as u, openBlock as d, createBlock as t0, resolveDynamicComponent as Tb, normalizeProps as j2, mergeProps as V0, renderSlot as F, normalizeClass as I, withCtx as c0, createVNode as H, createElementVNode as w, createElementBlock as v, toDisplayString as j, createCommentVNode as k, Fragment as i0, renderList as S0, normalizeStyle as s1, withKeys as C0, withDirectives as I0, toRef as rM, guardReactiveProps as ib, createTextVNode as y0, isRef as D2, Transition as a2, resolveComponent as $0, resolveDirective as ce, toHandlers as iM, withModifiers as
|
|
1
|
+
import { reactive as l2, computed as l, defineComponent as J, ref as e0, watch as D0, onMounted as B1, onUnmounted as wb, toRefs as CM, inject as k0, watchEffect as N3, provide as _0, nextTick as R1, unref as u, openBlock as d, createBlock as t0, resolveDynamicComponent as Tb, normalizeProps as j2, mergeProps as V0, renderSlot as F, normalizeClass as I, withCtx as c0, createVNode as H, createElementVNode as w, createElementBlock as v, toDisplayString as j, createCommentVNode as k, Fragment as i0, renderList as S0, normalizeStyle as s1, withKeys as C0, withDirectives as I0, toRef as rM, guardReactiveProps as ib, createTextVNode as y0, isRef as D2, Transition as a2, resolveComponent as $0, resolveDirective as ce, toHandlers as iM, withModifiers as B0, vShow as H1, useAttrs as y3, useSlots as X3, onBeforeUnmount as w3, vModelText as te, onBeforeMount as ae, h as ne, render as Ae } from "vue";
|
|
2
2
|
import A0 from "moment";
|
|
3
3
|
var K0 = "top", o1 = "bottom", O1 = "right", G0 = "left", $b = "auto", J2 = [K0, o1, O1, G0], n2 = "start", K2 = "end", re = "clippingParents", T3 = "viewport", S2 = "popper", ie = "reference", fz = /* @__PURE__ */ J2.reduce(function(M, b) {
|
|
4
4
|
return M.concat([b + "-" + n2, b + "-" + K2]);
|
|
@@ -4439,7 +4439,7 @@ function mu(M, { slots: b, emit: z }) {
|
|
|
4439
4439
|
var T, s;
|
|
4440
4440
|
if (!d0.value)
|
|
4441
4441
|
return null;
|
|
4442
|
-
const X = b0.value.find((
|
|
4442
|
+
const X = b0.value.find((N0) => N0.pinPage) || b0.value[0];
|
|
4443
4443
|
if (!X || !X.hasRanges)
|
|
4444
4444
|
return null;
|
|
4445
4445
|
const [x] = X.ranges, p0 = ((T = x.start) == null ? void 0 : T.date) || ((s = x.end) == null ? void 0 : s.date);
|
|
@@ -4450,8 +4450,8 @@ function mu(M, { slots: b, emit: z }) {
|
|
|
4450
4450
|
const T = E0();
|
|
4451
4451
|
return i1(T) ? T : Y(/* @__PURE__ */ new Date());
|
|
4452
4452
|
}, N = (T, s = {}) => {
|
|
4453
|
-
const { view: X = t.value, position: x = 1, force: p0 } = s,
|
|
4454
|
-
let F0 = n0(T,
|
|
4453
|
+
const { view: X = t.value, position: x = 1, force: p0 } = s, N0 = x > 0 ? 1 - x : -(E.value + x);
|
|
4454
|
+
let F0 = n0(T, N0, X), Q0 = n0(F0, E.value - 1, X);
|
|
4455
4455
|
return p0 || (vb(F0, M0.value) ? F0 = M0.value : NM(Q0, _.value) && (F0 = n0(_.value, 1 - E.value)), Q0 = n0(F0, E.value - 1)), { fromPage: F0, toPage: Q0 };
|
|
4456
4456
|
}, y = (T, s, X = "") => {
|
|
4457
4457
|
if (X === "none" || X === "fade")
|
|
@@ -4461,7 +4461,7 @@ function mu(M, { slots: b, emit: z }) {
|
|
|
4461
4461
|
const x = NM(s, T), p0 = vb(s, T);
|
|
4462
4462
|
return !x && !p0 ? "fade" : X === "slide-v" ? p0 ? "slide-down" : "slide-up" : p0 ? "slide-right" : "slide-left";
|
|
4463
4463
|
}, S = (T = {}) => new Promise((s, X) => {
|
|
4464
|
-
const { position: x = 1, force: p0 = !1, transition:
|
|
4464
|
+
const { position: x = 1, force: p0 = !1, transition: N0 } = T, F0 = i1(T.page) ? T.page : q(), { fromPage: Q0 } = N(F0, {
|
|
4465
4465
|
position: x,
|
|
4466
4466
|
force: p0
|
|
4467
4467
|
}), b2 = [];
|
|
@@ -4487,7 +4487,7 @@ function mu(M, { slots: b, emit: z }) {
|
|
|
4487
4487
|
A.value = y(
|
|
4488
4488
|
n.value[0],
|
|
4489
4489
|
b2[0],
|
|
4490
|
-
|
|
4490
|
+
N0
|
|
4491
4491
|
), n.value = b2, A.value && A.value !== "none" ? r = {
|
|
4492
4492
|
resolve: s,
|
|
4493
4493
|
reject: X
|
|
@@ -4517,9 +4517,9 @@ function mu(M, { slots: b, emit: z }) {
|
|
|
4517
4517
|
}), z("did-move", n.value)), !0), X1 = (T, s = {}) => W1(Q(T), s), w1 = () => X1(-h.value), T1 = () => X1(h.value), $1 = (T) => {
|
|
4518
4518
|
const s = z0.value ? ".in-month" : "", X = `.id-${R.value.getDayId(T)}${s}`, x = `${X}.vc-focusable, ${X} .vc-focusable`, p0 = p.value;
|
|
4519
4519
|
if (p0) {
|
|
4520
|
-
const
|
|
4521
|
-
if (
|
|
4522
|
-
return
|
|
4520
|
+
const N0 = p0.querySelector(x);
|
|
4521
|
+
if (N0)
|
|
4522
|
+
return N0.focus(), !0;
|
|
4523
4523
|
}
|
|
4524
4524
|
return !1;
|
|
4525
4525
|
}, _1 = async (T, s = {}) => $1(T) ? !0 : (await W1(T, s), $1(T)), M2 = (T, s) => {
|
|
@@ -5738,7 +5738,7 @@ function $W(M, b, z, p, o, O) {
|
|
|
5738
5738
|
"vc-transparent": M.transparent
|
|
5739
5739
|
}
|
|
5740
5740
|
],
|
|
5741
|
-
onMouseup: b[0] || (b[0] =
|
|
5741
|
+
onMouseup: b[0] || (b[0] = B0(() => {
|
|
5742
5742
|
}, ["prevent"])),
|
|
5743
5743
|
ref: "containerRef"
|
|
5744
5744
|
}), [
|
|
@@ -5894,8 +5894,8 @@ function EW(M, { emit: b, slots: z }) {
|
|
|
5894
5894
|
...M.selectAttribute,
|
|
5895
5895
|
dates: t.value,
|
|
5896
5896
|
pinPage: !0
|
|
5897
|
-
}, { dot: X, bar: x, highlight: p0, content:
|
|
5898
|
-
return !X && !x && !p0 && !
|
|
5897
|
+
}, { dot: X, bar: x, highlight: p0, content: N0 } = s;
|
|
5898
|
+
return !X && !x && !p0 && !N0 && (s.highlight = !0), s;
|
|
5899
5899
|
}), W0 = l(() => {
|
|
5900
5900
|
if (!R.value || !b0(n.value))
|
|
5901
5901
|
return null;
|
|
@@ -5903,8 +5903,8 @@ function EW(M, { emit: b, slots: z }) {
|
|
|
5903
5903
|
key: "select-drag",
|
|
5904
5904
|
...M.dragAttribute,
|
|
5905
5905
|
dates: n.value
|
|
5906
|
-
}, { dot: X, bar: x, highlight: p0, content:
|
|
5907
|
-
return !X && !x && !p0 && !
|
|
5906
|
+
}, { dot: X, bar: x, highlight: p0, content: N0 } = s;
|
|
5907
|
+
return !X && !x && !p0 && !N0 && (s.highlight = {
|
|
5908
5908
|
startEnd: {
|
|
5909
5909
|
fillMode: "outline"
|
|
5910
5910
|
}
|
|
@@ -5981,7 +5981,7 @@ function EW(M, { emit: b, slots: z }) {
|
|
|
5981
5981
|
if (!b0(s))
|
|
5982
5982
|
return null;
|
|
5983
5983
|
if (v0(s)) {
|
|
5984
|
-
const
|
|
5984
|
+
const N0 = o.value.toDate(s.start, {
|
|
5985
5985
|
...X[0],
|
|
5986
5986
|
fillDate: C.value ?? void 0,
|
|
5987
5987
|
patch: x
|
|
@@ -5990,7 +5990,7 @@ function EW(M, { emit: b, slots: z }) {
|
|
|
5990
5990
|
fillDate: V.value ?? void 0,
|
|
5991
5991
|
patch: x
|
|
5992
5992
|
});
|
|
5993
|
-
return pM({ start:
|
|
5993
|
+
return pM({ start: N0, end: F0 }, p0);
|
|
5994
5994
|
}
|
|
5995
5995
|
return o.value.toDateOrNull(s, {
|
|
5996
5996
|
...X[0],
|
|
@@ -6006,17 +6006,17 @@ function EW(M, { emit: b, slots: z }) {
|
|
|
6006
6006
|
}
|
|
6007
6007
|
function E0(s, X = {}) {
|
|
6008
6008
|
return clearTimeout(f), new Promise((x) => {
|
|
6009
|
-
const { debounce: p0 = 0, ...
|
|
6009
|
+
const { debounce: p0 = 0, ...N0 } = X;
|
|
6010
6010
|
p0 > 0 ? f = window.setTimeout(() => {
|
|
6011
|
-
x(q(s,
|
|
6012
|
-
}, p0) : x(q(s,
|
|
6011
|
+
x(q(s, N0));
|
|
6012
|
+
}, p0) : x(q(s, N0));
|
|
6013
6013
|
});
|
|
6014
6014
|
}
|
|
6015
6015
|
function q(s, {
|
|
6016
6016
|
config: X = h.value,
|
|
6017
6017
|
patch: x = "dateTime",
|
|
6018
6018
|
clearIfEqual: p0 = !1,
|
|
6019
|
-
formatInput:
|
|
6019
|
+
formatInput: N0 = !0,
|
|
6020
6020
|
hidePopover: F0 = !1,
|
|
6021
6021
|
dragging: Q0 = E.value,
|
|
6022
6022
|
targetPriority: b2,
|
|
@@ -6043,7 +6043,7 @@ function EW(M, { emit: b, slots: z }) {
|
|
|
6043
6043
|
U0,
|
|
6044
6044
|
h.value
|
|
6045
6045
|
);
|
|
6046
|
-
return $2 && (W = !1, b(Q0 ? "drag" : "update:modelValue", C2), R1(() => W = !0)), F0 && !Q0 && T2(),
|
|
6046
|
+
return $2 && (W = !1, b(Q0 ? "drag" : "update:modelValue", C2), R1(() => W = !0)), F0 && !Q0 && T2(), N0 && N(), z2 && R1(() => OM(b2 ?? "start")), C2;
|
|
6047
6047
|
}
|
|
6048
6048
|
function N() {
|
|
6049
6049
|
R1(() => {
|
|
@@ -6062,13 +6062,13 @@ function EW(M, { emit: b, slots: z }) {
|
|
|
6062
6062
|
const p0 = R.value ? {
|
|
6063
6063
|
start: A.value[0],
|
|
6064
6064
|
end: A.value[1] || A.value[0]
|
|
6065
|
-
} : s,
|
|
6065
|
+
} : s, N0 = {
|
|
6066
6066
|
type: "string",
|
|
6067
6067
|
mask: Z.value
|
|
6068
6068
|
};
|
|
6069
6069
|
E0(p0, {
|
|
6070
6070
|
...x,
|
|
6071
|
-
config:
|
|
6071
|
+
config: N0,
|
|
6072
6072
|
patch: G.value,
|
|
6073
6073
|
targetPriority: X,
|
|
6074
6074
|
moveToValue: !0
|
|
@@ -6205,8 +6205,8 @@ function EW(M, { emit: b, slots: z }) {
|
|
|
6205
6205
|
const x = t.value;
|
|
6206
6206
|
if (i.value == null || !b0(x))
|
|
6207
6207
|
return !1;
|
|
6208
|
-
const p0 = s !== "end",
|
|
6209
|
-
return i.value.move(Q0, { position:
|
|
6208
|
+
const p0 = s !== "end", N0 = p0 ? 1 : -1, F0 = v0(x) ? p0 ? x.start : x.end : x, Q0 = yo(F0, "monthly", o.value);
|
|
6209
|
+
return i.value.move(Q0, { position: N0, ...X });
|
|
6210
6210
|
}
|
|
6211
6211
|
D0(
|
|
6212
6212
|
() => M.isRange,
|
|
@@ -9217,8 +9217,8 @@ const GO = l(() => window.innerWidth < 600 || document.documentElement.clientWid
|
|
|
9217
9217
|
"aria-hidden": "true",
|
|
9218
9218
|
class: "r-icon-gray r-badge-icon r-cursor-pointer",
|
|
9219
9219
|
icon: "close-s",
|
|
9220
|
-
onKeypress: O[0] || (O[0] = C0(
|
|
9221
|
-
onClickCapture: O[1] || (O[1] =
|
|
9220
|
+
onKeypress: O[0] || (O[0] = C0(B0((e) => b("close"), ["prevent"]), ["enter"])),
|
|
9221
|
+
onClickCapture: O[1] || (O[1] = B0((e) => b("close"), ["stop"]))
|
|
9222
9222
|
})) : k("", !0)
|
|
9223
9223
|
], 2));
|
|
9224
9224
|
}
|
|
@@ -9870,7 +9870,7 @@ const nN = ["aria-checked"], AN = ["for"], rN = ["id", "disabled", "value", "che
|
|
|
9870
9870
|
}
|
|
9871
9871
|
return (c, a) => (d(), v("div", {
|
|
9872
9872
|
class: "r-file-upload",
|
|
9873
|
-
onChange: a[0] || (a[0] =
|
|
9873
|
+
onChange: a[0] || (a[0] = B0(() => {
|
|
9874
9874
|
}, ["stop"]))
|
|
9875
9875
|
}, [
|
|
9876
9876
|
w("input", {
|
|
@@ -9881,7 +9881,7 @@ const nN = ["aria-checked"], AN = ["for"], rN = ["id", "disabled", "value", "che
|
|
|
9881
9881
|
multiple: M.multiple,
|
|
9882
9882
|
accept: M.accept,
|
|
9883
9883
|
disabled: M.disabled,
|
|
9884
|
-
onChange:
|
|
9884
|
+
onChange: B0(e, ["stop"])
|
|
9885
9885
|
}, null, 40, TN),
|
|
9886
9886
|
F(c.$slots, "default", {
|
|
9887
9887
|
openFileBrowser: o,
|
|
@@ -10163,7 +10163,7 @@ const nN = ["aria-checked"], AN = ["for"], rN = ["id", "disabled", "value", "che
|
|
|
10163
10163
|
}, h.$attrs, {
|
|
10164
10164
|
onInput: i,
|
|
10165
10165
|
onKeydown: [
|
|
10166
|
-
C0(
|
|
10166
|
+
C0(B0(g, ["exact", "prevent"]), ["enter"]),
|
|
10167
10167
|
R
|
|
10168
10168
|
],
|
|
10169
10169
|
onKeyup: W
|
|
@@ -11583,6 +11583,7 @@ const ky = (M) => M.reduce(
|
|
|
11583
11583
|
pointer: 0,
|
|
11584
11584
|
pointerDirty: !1,
|
|
11585
11585
|
preferredOpenDirection: "below",
|
|
11586
|
+
isHovered: !1,
|
|
11586
11587
|
search: "",
|
|
11587
11588
|
messages: {
|
|
11588
11589
|
loading: "Looking for matching results...",
|
|
@@ -11759,6 +11760,9 @@ const ky = (M) => M.reduce(
|
|
|
11759
11760
|
},
|
|
11760
11761
|
displayNoResultsMessage() {
|
|
11761
11762
|
return !!(this.showNoResults && this.filteredOptions.length === 0 && this.search && !this.loading && !this.computedIsLoading);
|
|
11763
|
+
},
|
|
11764
|
+
showRemoveIcon() {
|
|
11765
|
+
return this.allowEmpty && !this.multiple && this.internalValue.length > 0 && (this.isHovered || this.isOpen);
|
|
11762
11766
|
}
|
|
11763
11767
|
},
|
|
11764
11768
|
watch: {
|
|
@@ -11953,23 +11957,20 @@ const ky = (M) => M.reduce(
|
|
|
11953
11957
|
for (const [p, o] of b)
|
|
11954
11958
|
z[p] = o;
|
|
11955
11959
|
return z;
|
|
11956
|
-
}, Py = ["for"], _y = ["tabindex", "aria-owns"], Iy = {
|
|
11957
|
-
ref: "tagsElement",
|
|
11958
|
-
class: "r-select-tags"
|
|
11959
|
-
}, Vy = ["textContent"], Hy = { class: "r-select-loading-spinner" }, Fy = ["id", "name", "autocomplete", "placeholder", "disabled", "tabindex", "aria-controls"], jy = ["id"], Yy = {
|
|
11960
|
+
}, Py = ["for"], _y = ["tabindex", "aria-owns"], Iy = ["textContent"], Vy = { class: "r-select-loading-spinner" }, Hy = ["id", "name", "autocomplete", "placeholder", "disabled", "tabindex", "aria-controls"], Fy = ["id"], jy = {
|
|
11960
11961
|
key: 0,
|
|
11961
11962
|
class: "r-select-content-element-option"
|
|
11962
|
-
},
|
|
11963
|
+
}, Yy = {
|
|
11963
11964
|
key: 1,
|
|
11964
11965
|
class: "r-select-content-element-option r-align-center r-select-content-element-option-load r-select-content-element-option-load-prev"
|
|
11965
|
-
},
|
|
11966
|
+
}, Uy = { key: 0 }, Ky = { class: "r-select-content-element-option" }, Gy = ["id"], Zy = ["onClick", "onMouseenter"], Qy = { class: "r-select-content-element" }, Jy = { class: "r-select-content-element-option" }, MX = { class: "r-select-content-element" }, bX = { class: "r-select-content-element-option" }, zX = {
|
|
11966
11967
|
key: 0,
|
|
11967
11968
|
class: "r-select-content-element-option r-align-center r-select-content-element-option-load r-select-content-element-option-load-next"
|
|
11968
|
-
},
|
|
11969
|
+
}, pX = {
|
|
11969
11970
|
key: 1,
|
|
11970
11971
|
class: "r-field-caption"
|
|
11971
11972
|
};
|
|
11972
|
-
function
|
|
11973
|
+
function oX(M, b, z, p, o, O) {
|
|
11973
11974
|
const e = $0("r-icon"), c = $0("r-badge"), a = $0("r-button");
|
|
11974
11975
|
return d(), v("div", {
|
|
11975
11976
|
class: I(M.classes)
|
|
@@ -11987,28 +11988,50 @@ function OX(M, b, z, p, o, O) {
|
|
|
11987
11988
|
"r-select-is-disabled": M.disabled,
|
|
11988
11989
|
"r-select-is-above": M.isAbove,
|
|
11989
11990
|
"r-select-is-allow-empty": M.allowEmpty,
|
|
11990
|
-
"r-select-is-no-result": M.displayNoResultsMessage
|
|
11991
|
+
"r-select-is-no-result": M.displayNoResultsMessage,
|
|
11992
|
+
"r-select-has-remove-icon": M.showRemoveIcon
|
|
11991
11993
|
}, "r-select r-field"]),
|
|
11992
11994
|
role: "combobox",
|
|
11993
11995
|
"aria-owns": "listbox-" + M.id,
|
|
11994
|
-
onFocus: b[
|
|
11995
|
-
onBlur: b[
|
|
11996
|
+
onFocus: b[23] || (b[23] = (t) => M.activate()),
|
|
11997
|
+
onBlur: b[24] || (b[24] = (t) => M.searchable ? !1 : M.deactivate()),
|
|
11996
11998
|
onKeydown: [
|
|
11997
|
-
b[
|
|
11998
|
-
b[
|
|
11999
|
+
b[25] || (b[25] = C0(B0((t) => M.pointerForward(), ["self", "prevent"]), ["down"])),
|
|
12000
|
+
b[26] || (b[26] = C0(B0((t) => M.pointerBackward(), ["self", "prevent"]), ["up"]))
|
|
11999
12001
|
],
|
|
12000
|
-
onKeypress: b[
|
|
12001
|
-
onKeyup: b[
|
|
12002
|
+
onKeypress: b[27] || (b[27] = C0(B0((t) => M.addPointerElement(t), ["stop", "self"]), ["enter", "tab"])),
|
|
12003
|
+
onKeyup: b[28] || (b[28] = C0((t) => M.deactivate(), ["esc"]))
|
|
12002
12004
|
}, [
|
|
12003
|
-
F(M.$slots, "
|
|
12005
|
+
M.showRemoveIcon ? F(M.$slots, "remove", {
|
|
12006
|
+
key: 0,
|
|
12007
|
+
remove: M.removeLastElement
|
|
12008
|
+
}, () => [
|
|
12009
|
+
H(e, {
|
|
12010
|
+
icon: "close-s",
|
|
12011
|
+
class: "r-select-close",
|
|
12012
|
+
onMouseenter: b[1] || (b[1] = (t) => M.isHovered = !0),
|
|
12013
|
+
onMouseleave: b[2] || (b[2] = (t) => M.isHovered = !1),
|
|
12014
|
+
onMousedown: B0(M.removeLastElement, ["prevent", "stop"])
|
|
12015
|
+
}, null, 8, ["onMousedown"])
|
|
12016
|
+
]) : F(M.$slots, "caret", {
|
|
12017
|
+
key: 1,
|
|
12018
|
+
toggle: M.toggle
|
|
12019
|
+
}, () => [
|
|
12004
12020
|
H(e, {
|
|
12005
12021
|
icon: "caret-down",
|
|
12006
12022
|
class: "r-select-caret",
|
|
12007
|
-
|
|
12023
|
+
onMouseenter: b[3] || (b[3] = (t) => M.isHovered = !0),
|
|
12024
|
+
onMouseleave: b[4] || (b[4] = (t) => M.isHovered = !1),
|
|
12025
|
+
onMousedown: b[5] || (b[5] = B0((t) => M.toggle(), ["prevent", "stop"]))
|
|
12008
12026
|
})
|
|
12009
12027
|
]),
|
|
12010
12028
|
F(M.$slots, "clear", { search: M.search }),
|
|
12011
|
-
w("div",
|
|
12029
|
+
w("div", {
|
|
12030
|
+
ref: "tagsElement",
|
|
12031
|
+
class: "r-select-tags",
|
|
12032
|
+
onMouseenter: b[19] || (b[19] = (t) => M.isHovered = !0),
|
|
12033
|
+
onMouseleave: b[20] || (b[20] = (t) => M.isHovered = !1)
|
|
12034
|
+
}, [
|
|
12012
12035
|
M.loading ? k("", !0) : F(M.$slots, "selection", {
|
|
12013
12036
|
key: 0,
|
|
12014
12037
|
search: M.search,
|
|
@@ -12018,7 +12041,7 @@ function OX(M, b, z, p, o, O) {
|
|
|
12018
12041
|
}, () => [
|
|
12019
12042
|
I0(w("div", {
|
|
12020
12043
|
class: "r-select-tags-wrap",
|
|
12021
|
-
onMousedown: b[
|
|
12044
|
+
onMousedown: b[7] || (b[7] = B0(() => {
|
|
12022
12045
|
}, ["prevent"]))
|
|
12023
12046
|
}, [
|
|
12024
12047
|
(d(!0), v(i0, null, S0(M.computedValue, (t) => F(M.$slots, "tag", {
|
|
@@ -12035,7 +12058,7 @@ function OX(M, b, z, p, o, O) {
|
|
|
12035
12058
|
default: c0(() => [
|
|
12036
12059
|
w("span", {
|
|
12037
12060
|
class: "r-select-tag-text",
|
|
12038
|
-
onMousedown: b[
|
|
12061
|
+
onMousedown: b[6] || (b[6] = B0((n) => M.toggle(), ["prevent"]))
|
|
12039
12062
|
}, j(M.getOptionLabel(t)), 33)
|
|
12040
12063
|
]),
|
|
12041
12064
|
_: 2
|
|
@@ -12048,13 +12071,13 @@ function OX(M, b, z, p, o, O) {
|
|
|
12048
12071
|
w("strong", {
|
|
12049
12072
|
class: "r-select-limit",
|
|
12050
12073
|
textContent: j(M.limitText(M.internalValue.length - M.limit))
|
|
12051
|
-
}, null, 8,
|
|
12074
|
+
}, null, 8, Iy)
|
|
12052
12075
|
]) : k("", !0)
|
|
12053
12076
|
]),
|
|
12054
12077
|
H(a2, { name: "r-select-loading" }, {
|
|
12055
12078
|
default: c0(() => [
|
|
12056
12079
|
F(M.$slots, "loading", {}, () => [
|
|
12057
|
-
I0(w("div",
|
|
12080
|
+
I0(w("div", Vy, null, 512), [
|
|
12058
12081
|
[H1, M.loading]
|
|
12059
12082
|
])
|
|
12060
12083
|
])
|
|
@@ -12065,7 +12088,7 @@ function OX(M, b, z, p, o, O) {
|
|
|
12065
12088
|
key: 1,
|
|
12066
12089
|
id: M.id,
|
|
12067
12090
|
ref: "searchElement",
|
|
12068
|
-
"onUpdate:modelValue": b[
|
|
12091
|
+
"onUpdate:modelValue": b[8] || (b[8] = (t) => M.search = t),
|
|
12069
12092
|
name: M.name,
|
|
12070
12093
|
type: "text",
|
|
12071
12094
|
autocomplete: M.autocomplete,
|
|
@@ -12076,23 +12099,23 @@ function OX(M, b, z, p, o, O) {
|
|
|
12076
12099
|
tabindex: M.tabindex,
|
|
12077
12100
|
class: "r-select-input",
|
|
12078
12101
|
"aria-controls": "listbox-" + M.id,
|
|
12079
|
-
"on:update:modelValue": b[
|
|
12080
|
-
onFocus: b[
|
|
12081
|
-
onBlur: b[
|
|
12082
|
-
onKeyup: b[
|
|
12102
|
+
"on:update:modelValue": b[9] || (b[9] = (...t) => M.updateSearch && M.updateSearch(...t)),
|
|
12103
|
+
onFocus: b[10] || (b[10] = B0((t) => M.activate(), ["prevent"])),
|
|
12104
|
+
onBlur: b[11] || (b[11] = B0((t) => M.deactivate(), ["prevent"])),
|
|
12105
|
+
onKeyup: b[12] || (b[12] = C0((t) => M.deactivate(), ["esc"])),
|
|
12083
12106
|
onKeydown: [
|
|
12084
|
-
b[
|
|
12085
|
-
b[
|
|
12086
|
-
b[
|
|
12107
|
+
b[13] || (b[13] = C0(B0((t) => M.pointerForward(), ["prevent"]), ["down"])),
|
|
12108
|
+
b[14] || (b[14] = C0(B0((t) => M.pointerBackward(), ["prevent"]), ["up"])),
|
|
12109
|
+
b[16] || (b[16] = C0(B0((t) => M.removeLastElement(), ["stop"]), ["delete"]))
|
|
12087
12110
|
],
|
|
12088
|
-
onKeypress: b[
|
|
12089
|
-
}, null, 44,
|
|
12111
|
+
onKeypress: b[15] || (b[15] = C0(B0((t) => M.addPointerElement(t), ["prevent", "stop", "self"]), ["enter"]))
|
|
12112
|
+
}, null, 44, Hy)), [
|
|
12090
12113
|
[te, M.search]
|
|
12091
12114
|
]) : k("", !0),
|
|
12092
12115
|
M.isSingleLabelVisible && !M.loading ? (d(), v("span", {
|
|
12093
12116
|
key: 2,
|
|
12094
12117
|
class: "r-select-single",
|
|
12095
|
-
onMousedown: b[
|
|
12118
|
+
onMousedown: b[17] || (b[17] = B0((...t) => M.toggle && M.toggle(...t), ["prevent"]))
|
|
12096
12119
|
}, [
|
|
12097
12120
|
F(M.$slots, "singleLabel", { option: M.singleValue }, () => [
|
|
12098
12121
|
y0(j(M.currentOptionLabel), 1)
|
|
@@ -12101,13 +12124,13 @@ function OX(M, b, z, p, o, O) {
|
|
|
12101
12124
|
M.isPlaceholderVisible || M.loading ? (d(), v("span", {
|
|
12102
12125
|
key: 3,
|
|
12103
12126
|
class: "r-select-placeholder",
|
|
12104
|
-
onMousedown: b[
|
|
12127
|
+
onMousedown: b[18] || (b[18] = B0((...t) => M.toggle && M.toggle(...t), ["prevent"]))
|
|
12105
12128
|
}, [
|
|
12106
12129
|
F(M.$slots, "placeholder", {}, () => [
|
|
12107
12130
|
y0(j(M.placeholder), 1)
|
|
12108
12131
|
])
|
|
12109
12132
|
], 32)) : k("", !0)
|
|
12110
|
-
],
|
|
12133
|
+
], 544),
|
|
12111
12134
|
H(a2, { name: "r-select" }, {
|
|
12112
12135
|
default: c0(() => [
|
|
12113
12136
|
I0(w("div", {
|
|
@@ -12115,8 +12138,8 @@ function OX(M, b, z, p, o, O) {
|
|
|
12115
12138
|
class: "r-select-content-wrapper",
|
|
12116
12139
|
tabindex: "-1",
|
|
12117
12140
|
style: s1({ maxHeight: M.optimizedHeight + "px" }),
|
|
12118
|
-
onFocus: b[
|
|
12119
|
-
onMousedown: b[
|
|
12141
|
+
onFocus: b[21] || (b[21] = (...t) => M.activate && M.activate(...t)),
|
|
12142
|
+
onMousedown: b[22] || (b[22] = B0(() => {
|
|
12120
12143
|
}, ["prevent"]))
|
|
12121
12144
|
}, [
|
|
12122
12145
|
w("ul", {
|
|
@@ -12126,8 +12149,8 @@ function OX(M, b, z, p, o, O) {
|
|
|
12126
12149
|
role: "listbox"
|
|
12127
12150
|
}, [
|
|
12128
12151
|
F(M.$slots, "beforeList", {}, () => [
|
|
12129
|
-
M.computedIsLoading ? (d(), v("span",
|
|
12130
|
-
M.computedAsyncHasPrevOptions ? (d(), v("li",
|
|
12152
|
+
M.computedIsLoading ? (d(), v("span", jy, j(M.messages.loading), 1)) : k("", !0),
|
|
12153
|
+
M.computedAsyncHasPrevOptions ? (d(), v("li", Yy, [
|
|
12131
12154
|
H(a, {
|
|
12132
12155
|
type: "default",
|
|
12133
12156
|
size: "small",
|
|
@@ -12143,8 +12166,8 @@ function OX(M, b, z, p, o, O) {
|
|
|
12143
12166
|
}, 8, ["disabled", "onClick"])
|
|
12144
12167
|
])) : k("", !0)
|
|
12145
12168
|
]),
|
|
12146
|
-
M.multiple && M.max === M.internalValue.length ? (d(), v("li",
|
|
12147
|
-
w("span",
|
|
12169
|
+
M.multiple && M.max === M.internalValue.length ? (d(), v("li", Uy, [
|
|
12170
|
+
w("span", Ky, [
|
|
12148
12171
|
F(M.$slots, "maxElements", {}, () => [
|
|
12149
12172
|
y0(j(M.messages.max(M.max)), 1)
|
|
12150
12173
|
])
|
|
@@ -12157,8 +12180,8 @@ function OX(M, b, z, p, o, O) {
|
|
|
12157
12180
|
}, [
|
|
12158
12181
|
w("span", {
|
|
12159
12182
|
class: I([M.optionHighlight(n, t), "r-select-content-element-option"]),
|
|
12160
|
-
onClick:
|
|
12161
|
-
onMouseenter:
|
|
12183
|
+
onClick: B0((A) => M.select(t), ["stop"]),
|
|
12184
|
+
onMouseenter: B0((A) => M.pointerSet(n), ["self"])
|
|
12162
12185
|
}, [
|
|
12163
12186
|
F(M.$slots, "option", {
|
|
12164
12187
|
option: t,
|
|
@@ -12166,10 +12189,10 @@ function OX(M, b, z, p, o, O) {
|
|
|
12166
12189
|
}, () => [
|
|
12167
12190
|
w("span", null, j(M.getOptionLabel(t)), 1)
|
|
12168
12191
|
])
|
|
12169
|
-
], 42,
|
|
12170
|
-
], 8,
|
|
12171
|
-
I0(w("li",
|
|
12172
|
-
w("span",
|
|
12192
|
+
], 42, Zy)
|
|
12193
|
+
], 8, Gy))), 128)),
|
|
12194
|
+
I0(w("li", Qy, [
|
|
12195
|
+
w("span", Jy, [
|
|
12173
12196
|
F(M.$slots, "noResult", { search: M.search }, () => [
|
|
12174
12197
|
y0(j(M.messages.noResult), 1)
|
|
12175
12198
|
])
|
|
@@ -12177,8 +12200,8 @@ function OX(M, b, z, p, o, O) {
|
|
|
12177
12200
|
], 512), [
|
|
12178
12201
|
[H1, M.displayNoResultsMessage]
|
|
12179
12202
|
]),
|
|
12180
|
-
I0(w("li",
|
|
12181
|
-
w("span",
|
|
12203
|
+
I0(w("li", MX, [
|
|
12204
|
+
w("span", bX, [
|
|
12182
12205
|
F(M.$slots, "noOptions", {}, () => [
|
|
12183
12206
|
y0(j(M.messages.noOptions), 1)
|
|
12184
12207
|
])
|
|
@@ -12190,7 +12213,7 @@ function OX(M, b, z, p, o, O) {
|
|
|
12190
12213
|
]
|
|
12191
12214
|
]),
|
|
12192
12215
|
F(M.$slots, "afterList", {}, () => [
|
|
12193
|
-
M.computedAsyncHasNextOptions ? (d(), v("li",
|
|
12216
|
+
M.computedAsyncHasNextOptions ? (d(), v("li", zX, [
|
|
12194
12217
|
H(a, {
|
|
12195
12218
|
type: "default",
|
|
12196
12219
|
size: "small",
|
|
@@ -12206,7 +12229,7 @@ function OX(M, b, z, p, o, O) {
|
|
|
12206
12229
|
}, 8, ["disabled", "onClick"])
|
|
12207
12230
|
])) : k("", !0)
|
|
12208
12231
|
])
|
|
12209
|
-
], 12,
|
|
12232
|
+
], 12, Fy)
|
|
12210
12233
|
], 36), [
|
|
12211
12234
|
[H1, M.isOpen && M.hasContent]
|
|
12212
12235
|
])
|
|
@@ -12214,10 +12237,10 @@ function OX(M, b, z, p, o, O) {
|
|
|
12214
12237
|
_: 3
|
|
12215
12238
|
})
|
|
12216
12239
|
], 42, _y),
|
|
12217
|
-
M.helpText ? (d(), v("span",
|
|
12240
|
+
M.helpText ? (d(), v("span", pX, j(M.helpText), 1)) : k("", !0)
|
|
12218
12241
|
], 2);
|
|
12219
12242
|
}
|
|
12220
|
-
const
|
|
12243
|
+
const OX = /* @__PURE__ */ Wz(xy, [["render", oX]]), eX = J({
|
|
12221
12244
|
name: "RTab",
|
|
12222
12245
|
props: {
|
|
12223
12246
|
name: {
|
|
@@ -12272,8 +12295,8 @@ const eX = /* @__PURE__ */ Wz(xy, [["render", OX]]), cX = J({
|
|
|
12272
12295
|
created() {
|
|
12273
12296
|
this.addItemToTabsList();
|
|
12274
12297
|
}
|
|
12275
|
-
}),
|
|
12276
|
-
function
|
|
12298
|
+
}), cX = ["id", "aria-labelledby"];
|
|
12299
|
+
function tX(M, b, z, p, o, O) {
|
|
12277
12300
|
return M.$slots.default && M.shouldShowThisTab ? (d(), v("div", {
|
|
12278
12301
|
key: 0,
|
|
12279
12302
|
id: M.tabPanelId,
|
|
@@ -12283,9 +12306,9 @@ function aX(M, b, z, p, o, O) {
|
|
|
12283
12306
|
F(M.$slots, "default", {}, () => [
|
|
12284
12307
|
y0("Default tab content")
|
|
12285
12308
|
])
|
|
12286
|
-
], 8,
|
|
12309
|
+
], 8, cX)) : k("", !0);
|
|
12287
12310
|
}
|
|
12288
|
-
const
|
|
12311
|
+
const aX = /* @__PURE__ */ Wz(eX, [["render", tX]]), nX = J({
|
|
12289
12312
|
name: "RTabs",
|
|
12290
12313
|
provide() {
|
|
12291
12314
|
return {
|
|
@@ -12384,8 +12407,8 @@ const nX = /* @__PURE__ */ Wz(cX, [["render", aX]]), AX = J({
|
|
|
12384
12407
|
this.selectTab(this.tabs[this.preselectedTab]);
|
|
12385
12408
|
}
|
|
12386
12409
|
}
|
|
12387
|
-
}),
|
|
12388
|
-
function
|
|
12410
|
+
}), AX = ["id", "to", "aria-controls", "onClick"], rX = ["id", "aria-controls", "onClick"];
|
|
12411
|
+
function iX(M, b, z, p, o, O) {
|
|
12389
12412
|
return d(), v("div", null, [
|
|
12390
12413
|
w("div", {
|
|
12391
12414
|
class: I(["r-tab", [{ "r-tab-divided": M.divided }, M.menuClass]]),
|
|
@@ -12403,14 +12426,14 @@ function sX(M, b, z, p, o, O) {
|
|
|
12403
12426
|
"aria-controls": e.tabPanelId,
|
|
12404
12427
|
class: I(["r-tab-item-link", { "r-is-active": e.isActive }]),
|
|
12405
12428
|
onClick: (a) => M.selectTab(e, c)
|
|
12406
|
-
}, j(M.getTabName(e, c)), 11,
|
|
12429
|
+
}, j(M.getTabName(e, c)), 11, AX)) : (d(), v("button", {
|
|
12407
12430
|
key: 1,
|
|
12408
12431
|
id: e.tabId,
|
|
12409
12432
|
role: "tab",
|
|
12410
12433
|
"aria-controls": e.tabPanelId,
|
|
12411
12434
|
class: I(["r-tab-item-link", { "r-is-active": e.isActive }]),
|
|
12412
12435
|
onClick: (a) => M.selectTab(e, c)
|
|
12413
|
-
}, j(M.getTabName(e, c)), 11,
|
|
12436
|
+
}, j(M.getTabName(e, c)), 11, rX))
|
|
12414
12437
|
]))), 128))
|
|
12415
12438
|
], 2),
|
|
12416
12439
|
w("div", {
|
|
@@ -12420,56 +12443,56 @@ function sX(M, b, z, p, o, O) {
|
|
|
12420
12443
|
], 2)
|
|
12421
12444
|
]);
|
|
12422
12445
|
}
|
|
12423
|
-
const
|
|
12446
|
+
const sX = /* @__PURE__ */ Wz(nX, [["render", iX]]), qX = { class: "r-component r-tile" }, dX = {
|
|
12424
12447
|
key: 0,
|
|
12425
12448
|
class: "r-tile-title"
|
|
12426
|
-
},
|
|
12449
|
+
}, lX = {
|
|
12427
12450
|
key: 0,
|
|
12428
12451
|
class: "r-tile-title--actions r-flex-none"
|
|
12429
|
-
},
|
|
12452
|
+
}, uX = {
|
|
12430
12453
|
key: 1,
|
|
12431
12454
|
class: "r-tile-content"
|
|
12432
|
-
},
|
|
12455
|
+
}, WX = {
|
|
12433
12456
|
key: 2,
|
|
12434
12457
|
class: "r-tile-content r-tile-content-is-primary"
|
|
12435
|
-
},
|
|
12458
|
+
}, fX = {
|
|
12436
12459
|
key: 3,
|
|
12437
12460
|
class: "r-tile-content r-tile-content-is-secondary"
|
|
12438
|
-
},
|
|
12461
|
+
}, RX = {
|
|
12439
12462
|
key: 4,
|
|
12440
12463
|
class: "r-tile-actions"
|
|
12441
|
-
},
|
|
12464
|
+
}, vX = /* @__PURE__ */ J({
|
|
12442
12465
|
__name: "r-tile",
|
|
12443
12466
|
setup(M) {
|
|
12444
12467
|
const b = X3();
|
|
12445
|
-
return (z, p) => (d(), v("div",
|
|
12446
|
-
u(b).title ? (d(), v("div",
|
|
12468
|
+
return (z, p) => (d(), v("div", qX, [
|
|
12469
|
+
u(b).title ? (d(), v("div", dX, [
|
|
12447
12470
|
F(z.$slots, "title"),
|
|
12448
|
-
z.$slots.titleActions ? (d(), v("div",
|
|
12471
|
+
z.$slots.titleActions ? (d(), v("div", lX, [
|
|
12449
12472
|
F(z.$slots, "titleActions")
|
|
12450
12473
|
])) : k("", !0)
|
|
12451
12474
|
])) : k("", !0),
|
|
12452
|
-
u(b).contents ? (d(), v("div",
|
|
12475
|
+
u(b).contents ? (d(), v("div", uX, [
|
|
12453
12476
|
F(z.$slots, "contents")
|
|
12454
12477
|
])) : k("", !0),
|
|
12455
|
-
u(b).primary ? (d(), v("div",
|
|
12478
|
+
u(b).primary ? (d(), v("div", WX, [
|
|
12456
12479
|
F(z.$slots, "primary")
|
|
12457
12480
|
])) : k("", !0),
|
|
12458
|
-
u(b).secondary ? (d(), v("div",
|
|
12481
|
+
u(b).secondary ? (d(), v("div", fX, [
|
|
12459
12482
|
F(z.$slots, "secondary")
|
|
12460
12483
|
])) : k("", !0),
|
|
12461
|
-
u(b).actions ? (d(), v("div",
|
|
12484
|
+
u(b).actions ? (d(), v("div", RX, [
|
|
12462
12485
|
F(z.$slots, "actions")
|
|
12463
12486
|
])) : k("", !0)
|
|
12464
12487
|
]));
|
|
12465
12488
|
}
|
|
12466
|
-
}),
|
|
12489
|
+
}), LX = {
|
|
12467
12490
|
key: 0,
|
|
12468
12491
|
class: "r-toast-title"
|
|
12469
|
-
},
|
|
12492
|
+
}, hX = { class: "r-toast-close" }, mX = {
|
|
12470
12493
|
class: "r-toast-message",
|
|
12471
12494
|
"data-cy": "Toast Message"
|
|
12472
|
-
},
|
|
12495
|
+
}, gX = {
|
|
12473
12496
|
key: 1,
|
|
12474
12497
|
class: "r-toast-message",
|
|
12475
12498
|
"data-cy": "Toast Message"
|
|
@@ -12535,10 +12558,10 @@ const qX = /* @__PURE__ */ Wz(AX, [["render", sX]]), dX = { class: "r-component
|
|
|
12535
12558
|
onMouseenter: t,
|
|
12536
12559
|
onMouseleave: a
|
|
12537
12560
|
}, [
|
|
12538
|
-
M.title ? (d(), v("div",
|
|
12561
|
+
M.title ? (d(), v("div", LX, [
|
|
12539
12562
|
w("span", null, j(M.title), 1)
|
|
12540
12563
|
])) : k("", !0),
|
|
12541
|
-
w("div",
|
|
12564
|
+
w("div", hX, [
|
|
12542
12565
|
M.allowClose ? (d(), t0(f, {
|
|
12543
12566
|
key: 0,
|
|
12544
12567
|
"aria-hidden": "true",
|
|
@@ -12547,13 +12570,13 @@ const qX = /* @__PURE__ */ Wz(AX, [["render", sX]]), dX = { class: "r-component
|
|
|
12547
12570
|
onClick: A
|
|
12548
12571
|
})) : k("", !0)
|
|
12549
12572
|
]),
|
|
12550
|
-
w("div",
|
|
12551
|
-
u(e) ? (d(), t0(Tb(u(e)), { key: 0 })) : M.message ? (d(), v("span",
|
|
12573
|
+
w("div", mX, [
|
|
12574
|
+
u(e) ? (d(), t0(Tb(u(e)), { key: 0 })) : M.message ? (d(), v("span", gX, j(M.message), 1)) : k("", !0)
|
|
12552
12575
|
])
|
|
12553
12576
|
], 34)) : k("", !0);
|
|
12554
12577
|
};
|
|
12555
12578
|
}
|
|
12556
|
-
}),
|
|
12579
|
+
}), BX = ["aria-checked"], NX = ["for"], yX = ["id", "disabled", "value", "checked"], XX = /* @__PURE__ */ w("span", { class: "r-toggle-switch-handle" }, null, -1), wX = ["for"], TX = /* @__PURE__ */ J({
|
|
12557
12580
|
__name: "r-toggle",
|
|
12558
12581
|
props: {
|
|
12559
12582
|
label: { default: null },
|
|
@@ -12583,15 +12606,15 @@ const qX = /* @__PURE__ */ Wz(AX, [["render", sX]]), dX = { class: "r-component
|
|
|
12583
12606
|
value: M.modelValue,
|
|
12584
12607
|
checked: M.modelValue,
|
|
12585
12608
|
onChange: z
|
|
12586
|
-
}, null, 40,
|
|
12587
|
-
|
|
12588
|
-
], 8,
|
|
12609
|
+
}, null, 40, yX),
|
|
12610
|
+
XX
|
|
12611
|
+
], 8, NX),
|
|
12589
12612
|
M.label ? (d(), v("label", {
|
|
12590
12613
|
key: 0,
|
|
12591
12614
|
class: "r-toggle-label",
|
|
12592
12615
|
for: M.name
|
|
12593
|
-
}, j(M.label), 9,
|
|
12594
|
-
], 8,
|
|
12616
|
+
}, j(M.label), 9, wX)) : k("", !0)
|
|
12617
|
+
], 8, BX));
|
|
12595
12618
|
}
|
|
12596
12619
|
}), B3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
12597
12620
|
__proto__: null,
|
|
@@ -12618,15 +12641,15 @@ const qX = /* @__PURE__ */ Wz(AX, [["render", sX]]), dX = { class: "r-component
|
|
|
12618
12641
|
RPopper: my,
|
|
12619
12642
|
RRadio: wy,
|
|
12620
12643
|
RRepeater: Cy,
|
|
12621
|
-
RSelect:
|
|
12622
|
-
RTab:
|
|
12623
|
-
RTabs:
|
|
12624
|
-
RTile:
|
|
12644
|
+
RSelect: OX,
|
|
12645
|
+
RTab: aX,
|
|
12646
|
+
RTabs: sX,
|
|
12647
|
+
RTile: vX,
|
|
12625
12648
|
RToast: pe,
|
|
12626
|
-
RToggle:
|
|
12649
|
+
RToggle: TX
|
|
12627
12650
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
12628
12651
|
var F2 = /* @__PURE__ */ ((M) => (M.Positive = "positive", M.Negative = "negative", M.Warning = "warning", M.Info = "info", M))(F2 || {});
|
|
12629
|
-
class
|
|
12652
|
+
class $X {
|
|
12630
12653
|
static parseError(b, z = "Something went wrong, please try again or contact support") {
|
|
12631
12654
|
const p = [];
|
|
12632
12655
|
if (b && b.status)
|
|
@@ -12662,7 +12685,7 @@ class CX {
|
|
|
12662
12685
|
return p.length ? p : [z];
|
|
12663
12686
|
}
|
|
12664
12687
|
}
|
|
12665
|
-
const
|
|
12688
|
+
const CX = (M, b) => ({
|
|
12666
12689
|
show(z) {
|
|
12667
12690
|
let p;
|
|
12668
12691
|
typeof z == "string" && (p = z);
|
|
@@ -12702,152 +12725,152 @@ const DX = (M, b) => ({
|
|
|
12702
12725
|
});
|
|
12703
12726
|
},
|
|
12704
12727
|
fromError(z, p, o = {}) {
|
|
12705
|
-
const O = b?.ErrorHandler ? b.ErrorHandler :
|
|
12728
|
+
const O = b?.ErrorHandler ? b.ErrorHandler : $X;
|
|
12706
12729
|
if (!O.parseError || typeof O.parseError != "function")
|
|
12707
12730
|
throw new Error(
|
|
12708
12731
|
"No 'parseError' method is found in the error handler object"
|
|
12709
12732
|
);
|
|
12710
12733
|
O.parseError(z, p).forEach((c) => this.negative(c, o));
|
|
12711
12734
|
}
|
|
12712
|
-
}),
|
|
12735
|
+
}), DX = "0.125rem", SX = "0.25rem", EX = "0.5rem", kX = "0.375rem", xX = "624.9375rem", PX = "50%", _X = "576px", IX = "768px", VX = "1040px", HX = "1200px", FX = "1400px", jX = "#FFFFFF", YX = "#000000", UX = "#F5F5F5", KX = "#E0E0E0", GX = "#FFFFFF", ZX = "#F9F9F9", QX = "#F5F5F5", JX = "#F5F5F5", Mw = "#DDF5E0", bw = "#F2FBF2", zw = "#FCF0BF", pw = "#FDF9E5", ow = "#FBE1E1", Ow = "#FDF3F3", ew = "#E1E9FA", cw = "#F3F6FD", tw = "#4C5361", aw = "#414753", nw = "#0044D4", Aw = "#093AA5", rw = "#22BC32", iw = "#1EA02B", sw = "#0C4112", qw = "#F1C400", dw = "#CDA700", lw = "#544400", uw = "#E53935", Ww = "#C3302D", fw = "#501412", Rw = "#3B6EDE", vw = "#325DBD", Lw = "#182C59", hw = "#DDDDDD", mw = "#E8E8E8", gw = "#C9C9C9", Bw = "#9E9E9E", Nw = "#6FD37A", yw = "#F2CA1A", Xw = "#E6423F", ww = "#7FA0E9", Tw = "#363A44", $w = "#484848", Cw = "#232323", Dw = "#FFFFFF", Sw = "#1a1a1a", Ew = "#FFFFFF", kw = "#5f5f5f", xw = "#1A1A1A66", Pw = "#3D79FC", _w = "-apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial sans-serif", Iw = "'SFMono-Medium', 'SF Mono', 'Segoe UI Mono', 'Roboto Mono', 'Ubuntu Mono', Menlo, Consolas, Courier, monospace", Vw = "4.875rem", Hw = "3.25rem", Fw = "2.5rem", jw = "2.125rem", Yw = "1.75rem", Uw = "1.5rem", Kw = "1.25rem", Gw = "1rem", Zw = "0.875rem", Qw = "0.75rem", Jw = "6rem", MT = "3.875rem", bT = "3.125rem", zT = "2.875rem", pT = "2.25rem", oT = "2rem", OT = "1.75rem", eT = "1.5rem", cT = "1.25rem", tT = "1rem", aT = "400", nT = "500", AT = "600", rT = "700", iT = "800", sT = "cubic-bezier(0, 0, 1, 1)", qT = "cubic-bezier(0.25, 0.1, 0.25, 1)", dT = "cubic-bezier(0.42, 0, 1, 1)", lT = "cubic-bezier(0, 0, 0.58, 1)", uT = "cubic-bezier(0.42, 0, 0.58, 1)", WT = "0", fT = "50ms", RT = "100ms", vT = "150ms", LT = "200ms", hT = "300ms", mT = "400ms", gT = "500ms", BT = "none", NT = "0 1px 2px 0 rgba(100, 100, 100, 0.24), 0 4px 4px 0 rgba(100, 100, 100, 0.05)", yT = "0 7px 14px 0 rgba(100, 100, 100, 0.15), 0 3px 6px 0 rgba(100, 100, 100, 0.07)", XT = "0 3px 6px 0 rgba(100, 100, 100, 0.2), 0 7px 14px 0 rgba(100, 100, 100, 0.35)", wT = "0 20px 40px -8px rgba(100, 100, 100, 0.18), 0 3px 6px 0 rgba(100, 100, 100, 0.07)", TT = "0 0 0 1px rgba(100, 100, 100, 0.03), 0 1px 2px 0 rgba(100, 100, 100, 0.24), 0 4px 4px 0 rgba(100, 100, 100, 0.05)", $T = "0 0 0 1px rgba(100, 100, 100, 0.09), 0 7px 14px 0 rgba(100, 100, 100, 0.15), 0 3px 6px 0 rgba(100, 100, 100, 0.07)", CT = "0", DT = "0.125rem", ST = "0.25rem", ET = "0.5rem", kT = "0.75rem", xT = "1rem", PT = "1.25rem", _T = "1.5rem", IT = "1.75rem", VT = "2rem", HT = "2.5rem", FT = "3rem", jT = "4rem", YT = "5rem", UT = "7.5rem", KT = "10rem", GT = "50", ZT = "100", QT = "150", JT = "200", M$ = "250", b$ = "300", z$ = "350", p$ = "400", o$ = "450", O$ = "500", e$ = "550", c$ = "600", t$ = "650", a$ = "700", s$ = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
12713
12736
|
__proto__: null,
|
|
12714
|
-
RBackground:
|
|
12715
|
-
RBackgroundHover:
|
|
12716
|
-
RBorder:
|
|
12717
|
-
RBorderDanger:
|
|
12718
|
-
RBorderDark:
|
|
12719
|
-
RBorderInfo:
|
|
12720
|
-
RBorderMuted:
|
|
12721
|
-
RBorderRadius1:
|
|
12722
|
-
RBorderRadius2:
|
|
12723
|
-
RBorderRadius25:
|
|
12724
|
-
RBorderRadius3:
|
|
12725
|
-
RBorderRadiusCircle:
|
|
12726
|
-
RBorderRadiusPill:
|
|
12727
|
-
RBorderStrong:
|
|
12728
|
-
RBorderStrongHover:
|
|
12729
|
-
RBorderSuccess:
|
|
12730
|
-
RBorderWarning:
|
|
12731
|
-
RBreakpointsL:
|
|
12732
|
-
RBreakpointsM:
|
|
12733
|
-
RBreakpointsS:
|
|
12734
|
-
RBreakpointsXl:
|
|
12735
|
-
RBreakpointsXs:
|
|
12736
|
-
RComplementaryDanger:
|
|
12737
|
-
RComplementaryDangerDark:
|
|
12738
|
-
RComplementaryDangerHover:
|
|
12739
|
-
RComplementaryInfo:
|
|
12740
|
-
RComplementaryInfoDark:
|
|
12741
|
-
RComplementaryInfoHover:
|
|
12742
|
-
RComplementarySuccess:
|
|
12743
|
-
RComplementarySuccessDark:
|
|
12744
|
-
RComplementarySuccessHover:
|
|
12745
|
-
RComplementaryWarning:
|
|
12746
|
-
RComplementaryWarningDark:
|
|
12747
|
-
RComplementaryWarningHover:
|
|
12748
|
-
RFocus:
|
|
12749
|
-
RFontFamily:
|
|
12750
|
-
RFontFamilyMono:
|
|
12751
|
-
RFontLineHeight2xl:
|
|
12752
|
-
RFontLineHeight3xl:
|
|
12753
|
-
RFontLineHeight4xl:
|
|
12754
|
-
RFontLineHeight5xl:
|
|
12755
|
-
RFontLineHeight6xl:
|
|
12756
|
-
RFontLineHeight7xl:
|
|
12757
|
-
RFontLineHeightL:
|
|
12758
|
-
RFontLineHeightM:
|
|
12759
|
-
RFontLineHeightS:
|
|
12760
|
-
RFontLineHeightXl:
|
|
12761
|
-
RFontSize2xl:
|
|
12762
|
-
RFontSize3xl:
|
|
12763
|
-
RFontSize4xl:
|
|
12764
|
-
RFontSize5xl:
|
|
12765
|
-
RFontSize6xl:
|
|
12766
|
-
RFontSize7xl:
|
|
12767
|
-
RFontSizeL:
|
|
12768
|
-
RFontSizeM:
|
|
12769
|
-
RFontSizeS:
|
|
12770
|
-
RFontSizeXl:
|
|
12771
|
-
RFontWeightBold:
|
|
12772
|
-
RFontWeightExtraBold:
|
|
12773
|
-
RFontWeightMedium:
|
|
12774
|
-
RFontWeightRegular:
|
|
12775
|
-
RFontWeightSemiBold:
|
|
12776
|
-
RIcon:
|
|
12777
|
-
RIconHover:
|
|
12778
|
-
RIconOnSurface:
|
|
12779
|
-
RMono0:
|
|
12780
|
-
RMono100:
|
|
12781
|
-
RMotionDuration0:
|
|
12782
|
-
RMotionDuration100:
|
|
12783
|
-
RMotionDuration150:
|
|
12784
|
-
RMotionDuration200:
|
|
12785
|
-
RMotionDuration300:
|
|
12786
|
-
RMotionDuration400:
|
|
12787
|
-
RMotionDuration50:
|
|
12788
|
-
RMotionDuration500:
|
|
12789
|
-
RMotionEase:
|
|
12790
|
-
RMotionEaseIn:
|
|
12791
|
-
RMotionEaseInOut:
|
|
12792
|
-
RMotionEaseOut:
|
|
12793
|
-
RMotionLinear:
|
|
12794
|
-
ROverlay:
|
|
12795
|
-
RPrimary:
|
|
12796
|
-
RPrimaryHover:
|
|
12797
|
-
RShadow0:
|
|
12798
|
-
RShadow10:
|
|
12799
|
-
RShadow20:
|
|
12800
|
-
RShadow30:
|
|
12801
|
-
RShadow40:
|
|
12802
|
-
RShadowInset10:
|
|
12803
|
-
RShadowInset20:
|
|
12804
|
-
RSpace0:
|
|
12805
|
-
RSpace1:
|
|
12806
|
-
RSpace10:
|
|
12807
|
-
RSpace11:
|
|
12808
|
-
RSpace12:
|
|
12809
|
-
RSpace13:
|
|
12810
|
-
RSpace14:
|
|
12811
|
-
RSpace15:
|
|
12812
|
-
RSpace2:
|
|
12813
|
-
RSpace3:
|
|
12814
|
-
RSpace4:
|
|
12815
|
-
RSpace5:
|
|
12816
|
-
RSpace6:
|
|
12817
|
-
RSpace7:
|
|
12818
|
-
RSpace8:
|
|
12819
|
-
RSpace9:
|
|
12820
|
-
RSurface:
|
|
12821
|
-
RSurfaceDanger:
|
|
12822
|
-
RSurfaceDangerMuted:
|
|
12823
|
-
RSurfaceDark:
|
|
12824
|
-
RSurfaceDarkHover:
|
|
12825
|
-
RSurfaceHover:
|
|
12826
|
-
RSurfaceInfo:
|
|
12827
|
-
RSurfaceInfoMuted:
|
|
12828
|
-
RSurfaceSecondary:
|
|
12829
|
-
RSurfaceSuccess:
|
|
12830
|
-
RSurfaceSuccessMuted:
|
|
12831
|
-
RSurfaceTertiary:
|
|
12832
|
-
RSurfaceWarning:
|
|
12833
|
-
RSurfaceWarningMuted:
|
|
12834
|
-
RText:
|
|
12835
|
-
RTextMuted:
|
|
12836
|
-
RTextOnSurface:
|
|
12837
|
-
RZIndex10:
|
|
12838
|
-
RZIndex15:
|
|
12839
|
-
RZIndex20:
|
|
12840
|
-
RZIndex25:
|
|
12841
|
-
RZIndex30:
|
|
12842
|
-
RZIndex35:
|
|
12843
|
-
RZIndex40:
|
|
12844
|
-
RZIndex45:
|
|
12845
|
-
RZIndex5:
|
|
12846
|
-
RZIndex50:
|
|
12847
|
-
RZIndex55:
|
|
12848
|
-
RZIndex60:
|
|
12849
|
-
RZIndex65:
|
|
12850
|
-
RZIndex70:
|
|
12737
|
+
RBackground: UX,
|
|
12738
|
+
RBackgroundHover: KX,
|
|
12739
|
+
RBorder: hw,
|
|
12740
|
+
RBorderDanger: Xw,
|
|
12741
|
+
RBorderDark: Tw,
|
|
12742
|
+
RBorderInfo: ww,
|
|
12743
|
+
RBorderMuted: mw,
|
|
12744
|
+
RBorderRadius1: DX,
|
|
12745
|
+
RBorderRadius2: SX,
|
|
12746
|
+
RBorderRadius25: kX,
|
|
12747
|
+
RBorderRadius3: EX,
|
|
12748
|
+
RBorderRadiusCircle: PX,
|
|
12749
|
+
RBorderRadiusPill: xX,
|
|
12750
|
+
RBorderStrong: gw,
|
|
12751
|
+
RBorderStrongHover: Bw,
|
|
12752
|
+
RBorderSuccess: Nw,
|
|
12753
|
+
RBorderWarning: yw,
|
|
12754
|
+
RBreakpointsL: HX,
|
|
12755
|
+
RBreakpointsM: VX,
|
|
12756
|
+
RBreakpointsS: IX,
|
|
12757
|
+
RBreakpointsXl: FX,
|
|
12758
|
+
RBreakpointsXs: _X,
|
|
12759
|
+
RComplementaryDanger: uw,
|
|
12760
|
+
RComplementaryDangerDark: fw,
|
|
12761
|
+
RComplementaryDangerHover: Ww,
|
|
12762
|
+
RComplementaryInfo: Rw,
|
|
12763
|
+
RComplementaryInfoDark: Lw,
|
|
12764
|
+
RComplementaryInfoHover: vw,
|
|
12765
|
+
RComplementarySuccess: rw,
|
|
12766
|
+
RComplementarySuccessDark: sw,
|
|
12767
|
+
RComplementarySuccessHover: iw,
|
|
12768
|
+
RComplementaryWarning: qw,
|
|
12769
|
+
RComplementaryWarningDark: lw,
|
|
12770
|
+
RComplementaryWarningHover: dw,
|
|
12771
|
+
RFocus: Pw,
|
|
12772
|
+
RFontFamily: _w,
|
|
12773
|
+
RFontFamilyMono: Iw,
|
|
12774
|
+
RFontLineHeight2xl: oT,
|
|
12775
|
+
RFontLineHeight3xl: pT,
|
|
12776
|
+
RFontLineHeight4xl: zT,
|
|
12777
|
+
RFontLineHeight5xl: bT,
|
|
12778
|
+
RFontLineHeight6xl: MT,
|
|
12779
|
+
RFontLineHeight7xl: Jw,
|
|
12780
|
+
RFontLineHeightL: eT,
|
|
12781
|
+
RFontLineHeightM: cT,
|
|
12782
|
+
RFontLineHeightS: tT,
|
|
12783
|
+
RFontLineHeightXl: OT,
|
|
12784
|
+
RFontSize2xl: Uw,
|
|
12785
|
+
RFontSize3xl: Yw,
|
|
12786
|
+
RFontSize4xl: jw,
|
|
12787
|
+
RFontSize5xl: Fw,
|
|
12788
|
+
RFontSize6xl: Hw,
|
|
12789
|
+
RFontSize7xl: Vw,
|
|
12790
|
+
RFontSizeL: Gw,
|
|
12791
|
+
RFontSizeM: Zw,
|
|
12792
|
+
RFontSizeS: Qw,
|
|
12793
|
+
RFontSizeXl: Kw,
|
|
12794
|
+
RFontWeightBold: rT,
|
|
12795
|
+
RFontWeightExtraBold: iT,
|
|
12796
|
+
RFontWeightMedium: nT,
|
|
12797
|
+
RFontWeightRegular: aT,
|
|
12798
|
+
RFontWeightSemiBold: AT,
|
|
12799
|
+
RIcon: $w,
|
|
12800
|
+
RIconHover: Cw,
|
|
12801
|
+
RIconOnSurface: Dw,
|
|
12802
|
+
RMono0: jX,
|
|
12803
|
+
RMono100: YX,
|
|
12804
|
+
RMotionDuration0: WT,
|
|
12805
|
+
RMotionDuration100: RT,
|
|
12806
|
+
RMotionDuration150: vT,
|
|
12807
|
+
RMotionDuration200: LT,
|
|
12808
|
+
RMotionDuration300: hT,
|
|
12809
|
+
RMotionDuration400: mT,
|
|
12810
|
+
RMotionDuration50: fT,
|
|
12811
|
+
RMotionDuration500: gT,
|
|
12812
|
+
RMotionEase: qT,
|
|
12813
|
+
RMotionEaseIn: dT,
|
|
12814
|
+
RMotionEaseInOut: uT,
|
|
12815
|
+
RMotionEaseOut: lT,
|
|
12816
|
+
RMotionLinear: sT,
|
|
12817
|
+
ROverlay: xw,
|
|
12818
|
+
RPrimary: nw,
|
|
12819
|
+
RPrimaryHover: Aw,
|
|
12820
|
+
RShadow0: BT,
|
|
12821
|
+
RShadow10: NT,
|
|
12822
|
+
RShadow20: yT,
|
|
12823
|
+
RShadow30: XT,
|
|
12824
|
+
RShadow40: wT,
|
|
12825
|
+
RShadowInset10: TT,
|
|
12826
|
+
RShadowInset20: $T,
|
|
12827
|
+
RSpace0: CT,
|
|
12828
|
+
RSpace1: DT,
|
|
12829
|
+
RSpace10: HT,
|
|
12830
|
+
RSpace11: FT,
|
|
12831
|
+
RSpace12: jT,
|
|
12832
|
+
RSpace13: YT,
|
|
12833
|
+
RSpace14: UT,
|
|
12834
|
+
RSpace15: KT,
|
|
12835
|
+
RSpace2: ST,
|
|
12836
|
+
RSpace3: ET,
|
|
12837
|
+
RSpace4: kT,
|
|
12838
|
+
RSpace5: xT,
|
|
12839
|
+
RSpace6: PT,
|
|
12840
|
+
RSpace7: _T,
|
|
12841
|
+
RSpace8: IT,
|
|
12842
|
+
RSpace9: VT,
|
|
12843
|
+
RSurface: GX,
|
|
12844
|
+
RSurfaceDanger: ow,
|
|
12845
|
+
RSurfaceDangerMuted: Ow,
|
|
12846
|
+
RSurfaceDark: tw,
|
|
12847
|
+
RSurfaceDarkHover: aw,
|
|
12848
|
+
RSurfaceHover: JX,
|
|
12849
|
+
RSurfaceInfo: ew,
|
|
12850
|
+
RSurfaceInfoMuted: cw,
|
|
12851
|
+
RSurfaceSecondary: ZX,
|
|
12852
|
+
RSurfaceSuccess: Mw,
|
|
12853
|
+
RSurfaceSuccessMuted: bw,
|
|
12854
|
+
RSurfaceTertiary: QX,
|
|
12855
|
+
RSurfaceWarning: zw,
|
|
12856
|
+
RSurfaceWarningMuted: pw,
|
|
12857
|
+
RText: Sw,
|
|
12858
|
+
RTextMuted: kw,
|
|
12859
|
+
RTextOnSurface: Ew,
|
|
12860
|
+
RZIndex10: ZT,
|
|
12861
|
+
RZIndex15: QT,
|
|
12862
|
+
RZIndex20: JT,
|
|
12863
|
+
RZIndex25: M$,
|
|
12864
|
+
RZIndex30: b$,
|
|
12865
|
+
RZIndex35: z$,
|
|
12866
|
+
RZIndex40: p$,
|
|
12867
|
+
RZIndex45: o$,
|
|
12868
|
+
RZIndex5: GT,
|
|
12869
|
+
RZIndex50: O$,
|
|
12870
|
+
RZIndex55: e$,
|
|
12871
|
+
RZIndex60: c$,
|
|
12872
|
+
RZIndex65: t$,
|
|
12873
|
+
RZIndex70: a$
|
|
12851
12874
|
}, Symbol.toStringTag, { value: "Module" })), B = {
|
|
12852
12875
|
fingerprint: "fingerprint",
|
|
12853
12876
|
dashboard: "dashboard",
|
|
@@ -12972,7 +12995,7 @@ const DX = (M, b) => ({
|
|
|
12972
12995
|
moon: "moon",
|
|
12973
12996
|
upload: "upload",
|
|
12974
12997
|
camera: "camera"
|
|
12975
|
-
},
|
|
12998
|
+
}, n$ = {
|
|
12976
12999
|
default: "default",
|
|
12977
13000
|
"on-surface": "on-surface",
|
|
12978
13001
|
primary: "primary",
|
|
@@ -13997,20 +14020,20 @@ function Oe(M = document.body) {
|
|
|
13997
14020
|
z.setAttribute("data-revel", "icon-sprite-sheet"), z.style.display = "none", z.innerHTML = oe, M?.appendChild(z);
|
|
13998
14021
|
}
|
|
13999
14022
|
}
|
|
14000
|
-
const
|
|
14023
|
+
const q$ = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
14001
14024
|
__proto__: null,
|
|
14002
|
-
RIconColors:
|
|
14025
|
+
RIconColors: n$,
|
|
14003
14026
|
RIconNames: B,
|
|
14004
14027
|
RIconSprites: oe,
|
|
14005
14028
|
RIconSpritesAppend: Oe
|
|
14006
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
14029
|
+
}, Symbol.toStringTag, { value: "Module" })), A$ = (M, { registerDirectives: b = !0, appendIconSheet: z = !0 } = {}) => {
|
|
14007
14030
|
b && Object.keys(v3).forEach((p) => {
|
|
14008
14031
|
M.directive(p, v3[p]);
|
|
14009
14032
|
}), Object.keys(B3).forEach((p) => {
|
|
14010
14033
|
M.component(p, B3[p]);
|
|
14011
|
-
}), M.config.globalProperties.$toast =
|
|
14012
|
-
},
|
|
14013
|
-
install:
|
|
14034
|
+
}), M.config.globalProperties.$toast = CX(M), z && Oe(), M.use(B6, {});
|
|
14035
|
+
}, d$ = {
|
|
14036
|
+
install: A$
|
|
14014
14037
|
};
|
|
14015
14038
|
export {
|
|
14016
14039
|
sf as RAlert,
|
|
@@ -14036,20 +14059,20 @@ export {
|
|
|
14036
14059
|
my as RPopper,
|
|
14037
14060
|
wy as RRadio,
|
|
14038
14061
|
Cy as RRepeater,
|
|
14039
|
-
|
|
14040
|
-
|
|
14041
|
-
|
|
14042
|
-
|
|
14062
|
+
OX as RSelect,
|
|
14063
|
+
aX as RTab,
|
|
14064
|
+
sX as RTabs,
|
|
14065
|
+
vX as RTile,
|
|
14043
14066
|
pe as RToast,
|
|
14044
|
-
|
|
14067
|
+
TX as RToggle,
|
|
14045
14068
|
aO as clickOutside,
|
|
14046
14069
|
MN as content,
|
|
14047
|
-
|
|
14048
|
-
|
|
14070
|
+
CX as createRToastManager,
|
|
14071
|
+
d$ as default,
|
|
14049
14072
|
V2 as fsExclude,
|
|
14050
|
-
|
|
14051
|
-
|
|
14073
|
+
q$ as icons,
|
|
14074
|
+
A$ as install,
|
|
14052
14075
|
ZO as lazy,
|
|
14053
|
-
|
|
14076
|
+
s$ as tokens,
|
|
14054
14077
|
JB as tooltip
|
|
14055
14078
|
};
|