sprintify-ui 0.0.185 → 0.0.186
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/sprintify-ui.es.js +211 -207
- package/package.json +1 -1
- package/src/components/BaseDataIterator.vue +10 -11
- package/src/lang/en.json +1 -1
- package/src/lang/fr.json +1 -1
package/dist/sprintify-ui.es.js
CHANGED
|
@@ -2,7 +2,7 @@ var yu = Object.defineProperty;
|
|
|
2
2
|
var bu = (t, i, e) => i in t ? yu(t, i, { enumerable: !0, configurable: !0, writable: !0, value: e }) : t[i] = e;
|
|
3
3
|
var vi = (t, i, e) => (bu(t, typeof i != "symbol" ? i + "" : i, e), e);
|
|
4
4
|
import wu from "axios";
|
|
5
|
-
import { defineComponent as Oe, inject as pt, resolveComponent as wt, openBlock as F, createBlock as Le, withCtx as ke, createElementVNode as q, normalizeClass as be, withModifiers as sn, renderSlot as
|
|
5
|
+
import { defineComponent as Oe, inject as pt, resolveComponent as wt, openBlock as F, createBlock as Le, withCtx as ke, createElementVNode as q, normalizeClass as be, withModifiers as sn, renderSlot as De, createElementBlock as ne, createCommentVNode as Me, toDisplayString as Ne, h as kt, createVNode as _e, Transition as Ht, ref as fe, computed as G, provide as lt, readonly as Eo, unref as B, Fragment as et, createTextVNode as on, withDirectives as Ct, isRef as Cn, vModelText as Lr, mergeProps as It, onMounted as ut, watchEffect as Jt, renderList as it, nextTick as _t, watch as at, onBeforeUnmount as _n, Teleport as cr, TransitionGroup as El, normalizeStyle as yt, vModelSelect as Tr, normalizeProps as Nt, guardReactiveProps as Lt, vShow as wn, resolveDynamicComponent as Pn, cloneVNode as xu, onUnmounted as hn, reactive as _u, shallowRef as ku, withKeys as Ra, useSlots as Su, createStaticVNode as Ol, getCurrentInstance as Eu, pushScopeId as Ou, popScopeId as Cu, createSlots as Au } from "vue";
|
|
6
6
|
import { isNumber as Wn, round as rr, get as Ln, isEqual as Ni, isArray as St, cloneDeep as Et, isObject as lr, isString as $o, throttle as jo, debounce as dn, truncate as Tu, trim as ia, padStart as go, merge as Oo, range as In, set as gi, isPlainObject as Mu, reject as Iu, capitalize as Bu, uniqueId as Du } from "lodash";
|
|
7
7
|
import { useMutationObserver as aa, unrefElement as yi, tryOnScopeDispose as Nu, useInfiniteScroll as Lu, useResizeObserver as sr, useBreakpoints as Pu, useScroll as $u } from "@vueuse/core";
|
|
8
8
|
import qa from "qs";
|
|
@@ -48,7 +48,7 @@ const zu = ["active", "href", "aria-current", "onClick"], Uu = ["href"], Co = /*
|
|
|
48
48
|
"aria-current": s ? "page" : void 0,
|
|
49
49
|
onClick: sn((f) => r(d), ["prevent"])
|
|
50
50
|
}, [
|
|
51
|
-
|
|
51
|
+
De(o.$slots, "default", { active: s })
|
|
52
52
|
], 10, zu)
|
|
53
53
|
]),
|
|
54
54
|
_: 3
|
|
@@ -58,14 +58,14 @@ const zu = ["active", "href", "aria-current", "onClick"], Uu = ["href"], Co = /*
|
|
|
58
58
|
class: be(t.itemClass),
|
|
59
59
|
onClick: a[0] || (a[0] = (s) => r(t.item.action))
|
|
60
60
|
}, [
|
|
61
|
-
|
|
61
|
+
De(o.$slots, "default", { active: !1 })
|
|
62
62
|
], 2)) : t.item.href ? (F(), ne("a", {
|
|
63
63
|
key: 2,
|
|
64
64
|
href: t.item.href,
|
|
65
65
|
class: be(t.itemClass),
|
|
66
66
|
onClick: a[1] || (a[1] = (s) => r())
|
|
67
67
|
}, [
|
|
68
|
-
|
|
68
|
+
De(o.$slots, "default", { active: !1 })
|
|
69
69
|
], 10, Uu)) : Me("", !0);
|
|
70
70
|
};
|
|
71
71
|
}
|
|
@@ -146,12 +146,12 @@ function Wu(t, i, e, r, o, a) {
|
|
|
146
146
|
t.title ? (F(), ne("h3", {
|
|
147
147
|
key: 0,
|
|
148
148
|
class: be(["mb-1 font-medium leading-tight", [t.titleClass]])
|
|
149
|
-
},
|
|
149
|
+
}, Ne(t.title), 3)) : Me("", !0),
|
|
150
150
|
t.$slots.default ? (F(), ne("div", {
|
|
151
151
|
key: 1,
|
|
152
152
|
class: be([t.textClass, "text-sm leading-tight"])
|
|
153
153
|
}, [
|
|
154
|
-
|
|
154
|
+
De(t.$slots, "default")
|
|
155
155
|
], 2)) : Me("", !0)
|
|
156
156
|
])
|
|
157
157
|
], 2);
|
|
@@ -159,7 +159,7 @@ function Wu(t, i, e, r, o, a) {
|
|
|
159
159
|
const sa = /* @__PURE__ */ Yt(Vu, [["render", Wu]]), Ku = {}, Yu = { class: "block text-sm font-medium leading-tight text-red-600" };
|
|
160
160
|
function Gu(t, i) {
|
|
161
161
|
return F(), ne("p", Yu, [
|
|
162
|
-
|
|
162
|
+
De(t.$slots, "default")
|
|
163
163
|
]);
|
|
164
164
|
}
|
|
165
165
|
const Zu = /* @__PURE__ */ Yt(Ku, [["render", Gu]]), Mr = /^[a-z0-9]+(-[a-z0-9]+)*$/, Ro = (t, i, e, r = "") => {
|
|
@@ -1380,7 +1380,7 @@ function Jc(t, i, e, r, o, a) {
|
|
|
1380
1380
|
onMouseenter: i[0] || (i[0] = (s) => t.showTooltip = !0),
|
|
1381
1381
|
onMouseleave: i[1] || (i[1] = (s) => t.showTooltip = !1)
|
|
1382
1382
|
}, [
|
|
1383
|
-
q("span", null,
|
|
1383
|
+
q("span", null, Ne(t.label), 1),
|
|
1384
1384
|
t.help ? (F(), Le(l, {
|
|
1385
1385
|
key: 0,
|
|
1386
1386
|
class: "relative bottom-px ml-1 inline h-4 w-4 text-slate-400",
|
|
@@ -1397,7 +1397,7 @@ function Jc(t, i, e, r, o, a) {
|
|
|
1397
1397
|
}, {
|
|
1398
1398
|
default: ke(() => [
|
|
1399
1399
|
t.showTooltip && t.help ? (F(), ne("div", Qc, [
|
|
1400
|
-
q("div", Xc,
|
|
1400
|
+
q("div", Xc, Ne(t.help), 1)
|
|
1401
1401
|
])) : Me("", !0)
|
|
1402
1402
|
]),
|
|
1403
1403
|
_: 1
|
|
@@ -1455,14 +1455,14 @@ const Ul = /* @__PURE__ */ Yt(Gc, [["render", Jc]]), ef = ["data-name"], Bn = /*
|
|
|
1455
1455
|
required: t.required,
|
|
1456
1456
|
class: be(B(o))
|
|
1457
1457
|
}, null, 8, ["label", "required", "class"])) : Me("", !0),
|
|
1458
|
-
|
|
1458
|
+
De(h.$slots, "default"),
|
|
1459
1459
|
B(f) ? (F(), ne(et, { key: 1 }, [
|
|
1460
1460
|
B(e) == "default" ? (F(), Le(Zu, {
|
|
1461
1461
|
key: 0,
|
|
1462
1462
|
class: "mt-1"
|
|
1463
1463
|
}, {
|
|
1464
1464
|
default: ke(() => [
|
|
1465
|
-
on(
|
|
1465
|
+
on(Ne(B(f)), 1)
|
|
1466
1466
|
]),
|
|
1467
1467
|
_: 1
|
|
1468
1468
|
})) : B(e) == "alert" ? (F(), Le(sa, {
|
|
@@ -1472,7 +1472,7 @@ const Ul = /* @__PURE__ */ Yt(Gc, [["render", Jc]]), ef = ["data-name"], Bn = /*
|
|
|
1472
1472
|
class: "mt-4"
|
|
1473
1473
|
}, {
|
|
1474
1474
|
default: ke(() => [
|
|
1475
|
-
on(
|
|
1475
|
+
on(Ne(B(f)), 1)
|
|
1476
1476
|
]),
|
|
1477
1477
|
_: 1
|
|
1478
1478
|
})) : Me("", !0)
|
|
@@ -1839,7 +1839,7 @@ const ol = /* @__PURE__ */ new WeakMap(), il = (t) => {
|
|
|
1839
1839
|
default: ke(() => [
|
|
1840
1840
|
B(p) ? (F(), ne("div", uf, [
|
|
1841
1841
|
q("div", cf, [
|
|
1842
|
-
B(b) ? (F(), ne("span", ff, " Maximum " +
|
|
1842
|
+
B(b) ? (F(), ne("span", ff, " Maximum " + Ne(t.max), 1)) : B(m) ? (F(), ne("span", df, " Minimum " + Ne(t.min), 1)) : (F(), ne("span", hf, Ne(w.$t("sui.maximum_x_decimal_places", { count: B(s) })), 1))
|
|
1843
1843
|
])
|
|
1844
1844
|
])) : Me("", !0)
|
|
1845
1845
|
]),
|
|
@@ -2019,7 +2019,7 @@ const ol = /* @__PURE__ */ new WeakMap(), il = (t) => {
|
|
|
2019
2019
|
B(b),
|
|
2020
2020
|
B(m)
|
|
2021
2021
|
]])
|
|
2022
|
-
},
|
|
2022
|
+
}, Ne(t.prefix), 3)) : Me("", !0),
|
|
2023
2023
|
t.type == "number" ? (F(), Le(Hl, It({
|
|
2024
2024
|
key: 2,
|
|
2025
2025
|
ref: "input",
|
|
@@ -2065,7 +2065,7 @@ const ol = /* @__PURE__ */ new WeakMap(), il = (t) => {
|
|
|
2065
2065
|
B(b),
|
|
2066
2066
|
B(m)
|
|
2067
2067
|
]])
|
|
2068
|
-
},
|
|
2068
|
+
}, Ne(t.suffix), 3)) : Me("", !0),
|
|
2069
2069
|
t.iconRight ? (F(), ne("div", {
|
|
2070
2070
|
key: 6,
|
|
2071
2071
|
class: be(["flex shrink-0 items-center justify-center rounded-r border-l px-3 transition-colors", [B(p), B(b), B(m)]])
|
|
@@ -2184,15 +2184,15 @@ const ol = /* @__PURE__ */ new WeakMap(), il = (t) => {
|
|
|
2184
2184
|
disabled: "",
|
|
2185
2185
|
hidden: "",
|
|
2186
2186
|
value: r
|
|
2187
|
-
},
|
|
2187
|
+
}, Ne(t.placeholder ? t.placeholder : y.$t("sui.select_an_option")), 1)) : (F(), ne("option", {
|
|
2188
2188
|
key: 1,
|
|
2189
2189
|
value: r
|
|
2190
|
-
},
|
|
2191
|
-
|
|
2190
|
+
}, Ne(t.placeholder ? t.placeholder : y.$t("sui.select_an_option")), 1)),
|
|
2191
|
+
De(y.$slots, "default", {}, () => [
|
|
2192
2192
|
B(v) && B(v).length ? (F(!0), ne(et, { key: 0 }, it(B(v), (x) => (F(), ne("option", {
|
|
2193
2193
|
key: x.value ?? "null",
|
|
2194
2194
|
value: x.value
|
|
2195
|
-
},
|
|
2195
|
+
}, Ne(x.label), 9, xf))), 128)) : Me("", !0)
|
|
2196
2196
|
])
|
|
2197
2197
|
], 42, wf));
|
|
2198
2198
|
}
|
|
@@ -2456,10 +2456,10 @@ const Ef = { class: "relative transform overflow-hidden rounded-lg bg-white px-4
|
|
|
2456
2456
|
}))
|
|
2457
2457
|
], 2),
|
|
2458
2458
|
q("div", Cf, [
|
|
2459
|
-
|
|
2460
|
-
q("h3", Af,
|
|
2459
|
+
De(e.$slots, "default", {}, () => [
|
|
2460
|
+
q("h3", Af, Ne(t.title), 1),
|
|
2461
2461
|
q("div", Tf, [
|
|
2462
|
-
q("p", Mf,
|
|
2462
|
+
q("p", Mf, Ne(t.message), 1)
|
|
2463
2463
|
])
|
|
2464
2464
|
])
|
|
2465
2465
|
])
|
|
@@ -2476,12 +2476,12 @@ const Ef = { class: "relative transform overflow-hidden rounded-lg bg-white px-4
|
|
|
2476
2476
|
"btn-success": t.color == "success"
|
|
2477
2477
|
}]),
|
|
2478
2478
|
onClick: r[0] || (r[0] = (o) => e.$emit("confirm"))
|
|
2479
|
-
},
|
|
2479
|
+
}, Ne(t.confirmText ?? e.$t("sui.confirm")), 3),
|
|
2480
2480
|
q("button", {
|
|
2481
2481
|
type: "button",
|
|
2482
2482
|
class: "btn w-full sm:mr-2 sm:w-auto",
|
|
2483
2483
|
onClick: r[1] || (r[1] = (o) => e.$emit("cancel"))
|
|
2484
|
-
},
|
|
2484
|
+
}, Ne(t.cancelText ?? e.$t("sui.cancel")), 1)
|
|
2485
2485
|
])
|
|
2486
2486
|
]));
|
|
2487
2487
|
}
|
|
@@ -3175,8 +3175,8 @@ const Nf = {
|
|
|
3175
3175
|
"text-yellow-500": a.color == "warning",
|
|
3176
3176
|
"text-green-500": a.color == "success"
|
|
3177
3177
|
}])
|
|
3178
|
-
},
|
|
3179
|
-
q("p", Vf,
|
|
3178
|
+
}, Ne(a.title), 3),
|
|
3179
|
+
q("p", Vf, Ne(a.text), 1)
|
|
3180
3180
|
])
|
|
3181
3181
|
])
|
|
3182
3182
|
])
|
|
@@ -3192,7 +3192,7 @@ const Nf = {
|
|
|
3192
3192
|
__name: "BaseApp",
|
|
3193
3193
|
setup(t) {
|
|
3194
3194
|
return (i, e) => (F(), ne("div", Hf, [
|
|
3195
|
-
|
|
3195
|
+
De(i.$slots, "default"),
|
|
3196
3196
|
_e(Yl),
|
|
3197
3197
|
_e(Kl)
|
|
3198
3198
|
]));
|
|
@@ -3280,7 +3280,7 @@ const xo = /* @__PURE__ */ Oe({
|
|
|
3280
3280
|
animationDelay: t.delay
|
|
3281
3281
|
})
|
|
3282
3282
|
}, null, 4),
|
|
3283
|
-
|
|
3283
|
+
De(i.$slots, "default")
|
|
3284
3284
|
], 2));
|
|
3285
3285
|
}
|
|
3286
3286
|
}), Kf = {}, Yf = {
|
|
@@ -3426,8 +3426,8 @@ const Gl = /* @__PURE__ */ Yt(Kf, [["render", Qf]]), Xf = { class: "relative w-f
|
|
|
3426
3426
|
"data-scroll-lock-scrollable": "",
|
|
3427
3427
|
class: "max-h-[214px] w-full overflow-y-auto"
|
|
3428
3428
|
}, [
|
|
3429
|
-
t.options.length == 0 ?
|
|
3430
|
-
q("div", Jf,
|
|
3429
|
+
t.options.length == 0 ? De(n.$slots, "empty", { key: 0 }, () => [
|
|
3430
|
+
q("div", Jf, Ne(n.$t("sui.nothing_found")), 1)
|
|
3431
3431
|
]) : (F(), ne("ul", {
|
|
3432
3432
|
key: 1,
|
|
3433
3433
|
class: be(t.drawerClass)
|
|
@@ -3445,7 +3445,7 @@ const Gl = /* @__PURE__ */ Yt(Kf, [["render", Qf]]), Xf = { class: "relative w-f
|
|
|
3445
3445
|
onMouseenter: (C) => p(k),
|
|
3446
3446
|
onMousemove: (C) => B(b)(k)
|
|
3447
3447
|
}, [
|
|
3448
|
-
|
|
3448
|
+
De(n.$slots, "option", {
|
|
3449
3449
|
option: g.option,
|
|
3450
3450
|
selected: d(g),
|
|
3451
3451
|
active: B(s) && B(s).value == g.value
|
|
@@ -3453,7 +3453,7 @@ const Gl = /* @__PURE__ */ Yt(Kf, [["render", Qf]]), Xf = { class: "relative w-f
|
|
|
3453
3453
|
q("div", {
|
|
3454
3454
|
class: be(["flex items-center rounded px-[0.75em] py-[0.5em]", [m(g), B(v)]])
|
|
3455
3455
|
}, [
|
|
3456
|
-
q("div", nd,
|
|
3456
|
+
q("div", nd, Ne(g.label), 1),
|
|
3457
3457
|
q("div", rd, [
|
|
3458
3458
|
d(g) ? (F(), Le(B(ot), {
|
|
3459
3459
|
key: 0,
|
|
@@ -3475,7 +3475,7 @@ const Gl = /* @__PURE__ */ Yt(Kf, [["render", Qf]]), Xf = { class: "relative w-f
|
|
|
3475
3475
|
], 512),
|
|
3476
3476
|
q("div", id, [
|
|
3477
3477
|
n.$slots.footer ? (F(), ne("div", ad, [
|
|
3478
|
-
|
|
3478
|
+
De(n.$slots, "footer", { options: t.options })
|
|
3479
3479
|
])) : Me("", !0)
|
|
3480
3480
|
], 512),
|
|
3481
3481
|
t.loading ? (F(), ne("div", ld, [
|
|
@@ -3728,7 +3728,7 @@ const Gl = /* @__PURE__ */ Yt(Kf, [["render", Qf]]), Xf = { class: "relative w-f
|
|
|
3728
3728
|
(F(!0), ne(et, null, it(t.select.options, (N) => (F(), ne("option", {
|
|
3729
3729
|
key: N.value + "",
|
|
3730
3730
|
value: N.value
|
|
3731
|
-
},
|
|
3731
|
+
}, Ne(N.label), 9, dd))), 128))
|
|
3732
3732
|
], 42, fd)), [
|
|
3733
3733
|
[Tr, B(A)]
|
|
3734
3734
|
]) : Me("", !0),
|
|
@@ -3797,13 +3797,13 @@ const Gl = /* @__PURE__ */ Yt(Kf, [["render", Qf]]), Xf = { class: "relative w-f
|
|
|
3797
3797
|
onScrollBottom: L[2] || (L[2] = (N) => e("scrollBottom"))
|
|
3798
3798
|
}, {
|
|
3799
3799
|
empty: ke((N) => [
|
|
3800
|
-
|
|
3800
|
+
De(R.$slots, "empty", Nt(Lt({ ...N, ...P })))
|
|
3801
3801
|
]),
|
|
3802
3802
|
option: ke((N) => [
|
|
3803
|
-
|
|
3803
|
+
De(R.$slots, "option", Nt(Lt({ ...N, ...P })))
|
|
3804
3804
|
]),
|
|
3805
3805
|
footer: ke((N) => [
|
|
3806
|
-
|
|
3806
|
+
De(R.$slots, "footer", Nt(Lt({ ...N, ...P })))
|
|
3807
3807
|
]),
|
|
3808
3808
|
_: 3
|
|
3809
3809
|
}, 8, ["selected", "options", "size", "loading", "loading-bottom", "drawer-class", "keywords"])
|
|
@@ -4008,14 +4008,14 @@ const gd = {
|
|
|
4008
4008
|
"onUpdate:modelValue": C[0] || (C[0] = (S) => k.$emit("update:modelValue", S))
|
|
4009
4009
|
}, {
|
|
4010
4010
|
option: ke((S) => [
|
|
4011
|
-
|
|
4011
|
+
De(k.$slots, "option", Nt(Lt(S)))
|
|
4012
4012
|
]),
|
|
4013
4013
|
footer: ke((S) => [
|
|
4014
|
-
|
|
4014
|
+
De(k.$slots, "footer", It(S, { keywords: B(s) }))
|
|
4015
4015
|
]),
|
|
4016
4016
|
empty: ke((S) => [
|
|
4017
|
-
|
|
4018
|
-
B(l) ? (F(), ne("div", gd,
|
|
4017
|
+
De(k.$slots, "empty", It(S, { firstSearch: B(l) }), () => [
|
|
4018
|
+
B(l) ? (F(), ne("div", gd, Ne(k.$t("sui.nothing_found")), 1)) : Me("", !0)
|
|
4019
4019
|
])
|
|
4020
4020
|
]),
|
|
4021
4021
|
_: 3
|
|
@@ -4088,8 +4088,8 @@ const gd = {
|
|
|
4088
4088
|
marginRight: t.detailsPosition == "left" ? B(o) : "0"
|
|
4089
4089
|
})
|
|
4090
4090
|
}, [
|
|
4091
|
-
q("div", bd,
|
|
4092
|
-
q("div", wd,
|
|
4091
|
+
q("div", bd, Ne(t.user.full_name), 1),
|
|
4092
|
+
q("div", wd, Ne(t.user.email), 1)
|
|
4093
4093
|
], 6)) : Me("", !0)
|
|
4094
4094
|
]),
|
|
4095
4095
|
_: 1
|
|
@@ -4169,7 +4169,7 @@ const gd = {
|
|
|
4169
4169
|
q("div", {
|
|
4170
4170
|
class: be([[B(s), B(c)], "flex items-center justify-center rounded-full font-semibold text-slate-700"])
|
|
4171
4171
|
}, [
|
|
4172
|
-
B(a) > 99 ? (F(), ne("span", Ed, " ... ")) : (F(), ne("span", Od, " +" +
|
|
4172
|
+
B(a) > 99 ? (F(), ne("span", Ed, " ... ")) : (F(), ne("span", Od, " +" + Ne(B(a)), 1))
|
|
4173
4173
|
], 2)
|
|
4174
4174
|
])
|
|
4175
4175
|
], 4)) : Me("", !0)
|
|
@@ -4869,7 +4869,7 @@ const zd = /* @__PURE__ */ Oe({
|
|
|
4869
4869
|
icon: t.icon,
|
|
4870
4870
|
class: be(B(o))
|
|
4871
4871
|
}, null, 8, ["icon", "class"])) : Me("", !0),
|
|
4872
|
-
|
|
4872
|
+
De(a.$slots, "default")
|
|
4873
4873
|
], 6));
|
|
4874
4874
|
}
|
|
4875
4875
|
}), Ud = /* @__PURE__ */ Oe({
|
|
@@ -5023,13 +5023,13 @@ const zd = /* @__PURE__ */ Oe({
|
|
|
5023
5023
|
"onUpdate:modelValue": s
|
|
5024
5024
|
}, {
|
|
5025
5025
|
option: ke((f) => [
|
|
5026
|
-
|
|
5026
|
+
De(c.$slots, "option", Nt(Lt(f)))
|
|
5027
5027
|
]),
|
|
5028
5028
|
empty: ke((f) => [
|
|
5029
|
-
|
|
5029
|
+
De(c.$slots, "empty", Nt(Lt(f)))
|
|
5030
5030
|
]),
|
|
5031
5031
|
footer: ke((f) => [
|
|
5032
|
-
|
|
5032
|
+
De(c.$slots, "footer", Nt(Lt(f)))
|
|
5033
5033
|
]),
|
|
5034
5034
|
_: 3
|
|
5035
5035
|
}, 8, ["model-value", "url", "disabled", "name", "placeholder", "required", "value-key", "label-key", "has-error", "inline", "size", "dropdown-show", "show-model-value", "show-empty-option", "empty-option-label", "visible-focus", "select"]));
|
|
@@ -5104,7 +5104,7 @@ const zd = /* @__PURE__ */ Oe({
|
|
|
5104
5104
|
_e(a, {
|
|
5105
5105
|
icon: s.icon
|
|
5106
5106
|
}, null, 8, ["icon"])
|
|
5107
|
-
])) : (F(), ne("span", Xd,
|
|
5107
|
+
])) : (F(), ne("span", Xd, Ne(B(Tu)(s.label)), 1))
|
|
5108
5108
|
], 10, Zd)
|
|
5109
5109
|
]),
|
|
5110
5110
|
_: 2
|
|
@@ -5124,7 +5124,7 @@ const zd = /* @__PURE__ */ Oe({
|
|
|
5124
5124
|
icon: "heroicons-solid:arrow-left",
|
|
5125
5125
|
class: "mr-2"
|
|
5126
5126
|
}),
|
|
5127
|
-
q("span", null,
|
|
5127
|
+
q("span", null, Ne(B(e).label), 1)
|
|
5128
5128
|
])
|
|
5129
5129
|
]),
|
|
5130
5130
|
_: 1
|
|
@@ -5166,7 +5166,7 @@ function ih(t, i, e, r, o, a) {
|
|
|
5166
5166
|
q("div", {
|
|
5167
5167
|
class: be(["flex items-center justify-center", { "opacity-0": t.loading }])
|
|
5168
5168
|
}, [
|
|
5169
|
-
|
|
5169
|
+
De(t.$slots, "default")
|
|
5170
5170
|
], 2),
|
|
5171
5171
|
t.loading ? (F(), ne("div", nh, oh)) : Me("", !0)
|
|
5172
5172
|
]),
|
|
@@ -5278,12 +5278,12 @@ const os = /* @__PURE__ */ Yt(th, [["render", ih]]), ah = ["type", "disabled", "
|
|
|
5278
5278
|
]),
|
|
5279
5279
|
onClick: (u) => c(h)
|
|
5280
5280
|
}, [
|
|
5281
|
-
|
|
5281
|
+
De(d.$slots, "option", {
|
|
5282
5282
|
selected: G(() => B(s)(h)),
|
|
5283
5283
|
option: h,
|
|
5284
5284
|
disabled: t.disabled
|
|
5285
5285
|
}, () => [
|
|
5286
|
-
on(
|
|
5286
|
+
on(Ne(h.label), 1)
|
|
5287
5287
|
])
|
|
5288
5288
|
], 10, ah)
|
|
5289
5289
|
], 4))), 128))
|
|
@@ -5318,7 +5318,7 @@ const os = /* @__PURE__ */ Yt(th, [["render", ih]]), ah = ["type", "disabled", "
|
|
|
5318
5318
|
"relative isolate overflow-hidden": t.clipped
|
|
5319
5319
|
}])
|
|
5320
5320
|
}, [
|
|
5321
|
-
|
|
5321
|
+
De(l.$slots, "default")
|
|
5322
5322
|
], 2));
|
|
5323
5323
|
}
|
|
5324
5324
|
}), lh = Oe({
|
|
@@ -5339,7 +5339,7 @@ function uh(t, i, e, r, o, a) {
|
|
|
5339
5339
|
q("div", {
|
|
5340
5340
|
class: be(t.paddingClass)
|
|
5341
5341
|
}, [
|
|
5342
|
-
|
|
5342
|
+
De(t.$slots, "default")
|
|
5343
5343
|
], 2)
|
|
5344
5344
|
]);
|
|
5345
5345
|
}
|
|
@@ -5381,7 +5381,7 @@ const ch = /* @__PURE__ */ Yt(lh, [["render", uh]]), fh = {
|
|
|
5381
5381
|
class: be({
|
|
5382
5382
|
"text-red-600": B(r) > t.max
|
|
5383
5383
|
})
|
|
5384
|
-
},
|
|
5384
|
+
}, Ne(B(r)) + "/" + Ne(t.max), 3)) : t.min && B(r) < t.min ? (F(), ne("div", fh, Ne(o.$t("sui.min_x_characters", { x: t.min })) + " (" + Ne(B(r)) + "/" + Ne(t.min) + ") ", 1)) : Me("", !0)
|
|
5385
5385
|
]));
|
|
5386
5386
|
}
|
|
5387
5387
|
}), hh = /* @__PURE__ */ Oe({
|
|
@@ -5404,7 +5404,7 @@ const ch = /* @__PURE__ */ Yt(lh, [["render", uh]]), fh = {
|
|
|
5404
5404
|
ref_key: "root",
|
|
5405
5405
|
ref: r
|
|
5406
5406
|
}, [
|
|
5407
|
-
|
|
5407
|
+
De(l.$slots, "default")
|
|
5408
5408
|
], 512));
|
|
5409
5409
|
}
|
|
5410
5410
|
}), ph = { class: "pointer-events-none absolute left-full z-[1] items-center" }, mh = { class: "ml-2 whitespace-nowrap rounded bg-slate-900 bg-opacity-80 px-3 py-2 text-xs leading-tight text-white backdrop-blur" }, vh = {
|
|
@@ -5453,7 +5453,7 @@ const ch = /* @__PURE__ */ Yt(lh, [["render", uh]]), fh = {
|
|
|
5453
5453
|
onMouseenter: h[1] || (h[1] = (p) => l()),
|
|
5454
5454
|
onMouseleave: h[2] || (h[2] = (p) => s())
|
|
5455
5455
|
}, [
|
|
5456
|
-
|
|
5456
|
+
De(f.$slots, "default"),
|
|
5457
5457
|
_e(Ht, {
|
|
5458
5458
|
"enter-active-class": "transition duration-200 ease-out",
|
|
5459
5459
|
"enter-from-class": "transform scale-90 opacity-0",
|
|
@@ -5470,8 +5470,8 @@ const ch = /* @__PURE__ */ Yt(lh, [["render", uh]]), fh = {
|
|
|
5470
5470
|
class: "mr-1 text-green-500",
|
|
5471
5471
|
icon: "heroicons:check-circle-solid"
|
|
5472
5472
|
}),
|
|
5473
|
-
on(" " +
|
|
5474
|
-
])) : (F(), ne("div", gh,
|
|
5473
|
+
on(" " + Ne(f.$t("sui.copied")), 1)
|
|
5474
|
+
])) : (F(), ne("div", gh, Ne(f.$t("sui.click_to_copy")), 1))
|
|
5475
5475
|
])
|
|
5476
5476
|
], 512), [
|
|
5477
5477
|
[wn, B(e)]
|
|
@@ -5634,7 +5634,7 @@ function xh(t, i, e, r, o, a) {
|
|
|
5634
5634
|
return F(), ne("div", {
|
|
5635
5635
|
class: be(["mx-auto w-full md:px-8", [t.width, { "px-4": !t.paddinglessMobile }]])
|
|
5636
5636
|
}, [
|
|
5637
|
-
|
|
5637
|
+
De(t.$slots, "default")
|
|
5638
5638
|
], 2);
|
|
5639
5639
|
}
|
|
5640
5640
|
const as = /* @__PURE__ */ Yt(wh, [["render", xh]]), Wr = /* @__PURE__ */ Oe({
|
|
@@ -5664,7 +5664,7 @@ const as = /* @__PURE__ */ Yt(wh, [["render", xh]]), Wr = /* @__PURE__ */ Oe({
|
|
|
5664
5664
|
}), r = G(() => i.size == "xs" ? "text-[10px]" : i.size == "sm" ? "text-xs" : i.size == "base" ? "text-sm" : "text-xs"), o = G(() => i.color == "danger" ? "bg-red-500 text-white" : i.color == "primary" ? "bg-primary-500 text-white" : i.color == "dark" ? "bg-slate-900 text-white" : i.color == "light" ? "bg-slate-200 text-slate-900" : "bg-white text-slate-900");
|
|
5665
5665
|
return (a, l) => (F(), ne("div", {
|
|
5666
5666
|
class: be(["inline-flex h-4 w-auto items-center justify-center rounded-full px-1.5", [B(r), B(o)]])
|
|
5667
|
-
},
|
|
5667
|
+
}, Ne(B(e)), 3));
|
|
5668
5668
|
}
|
|
5669
5669
|
});
|
|
5670
5670
|
var Io = {}, _h = {
|
|
@@ -6727,7 +6727,7 @@ const Mh = {
|
|
|
6727
6727
|
width: ((Z = (z = B(y)) == null ? void 0 : z.boundary) == null ? void 0 : Z.width) + "px"
|
|
6728
6728
|
})
|
|
6729
6729
|
}, [
|
|
6730
|
-
|
|
6730
|
+
De(M.$slots, "header", It({
|
|
6731
6731
|
saving: u.value,
|
|
6732
6732
|
initializing: h.value
|
|
6733
6733
|
}, A)),
|
|
@@ -6789,7 +6789,7 @@ const Mh = {
|
|
|
6789
6789
|
icon: "ri:drag-move-2-fill",
|
|
6790
6790
|
class: "mr-1 h-5 w-5"
|
|
6791
6791
|
}),
|
|
6792
|
-
q("span", null,
|
|
6792
|
+
q("span", null, Ne(M.$t("drag_to_reposition")), 1)
|
|
6793
6793
|
])
|
|
6794
6794
|
])) : Me("", !0),
|
|
6795
6795
|
_e(B(Ba), {
|
|
@@ -6798,7 +6798,7 @@ const Mh = {
|
|
|
6798
6798
|
"model-value": h.value
|
|
6799
6799
|
}, null, 8, ["model-value"])
|
|
6800
6800
|
], 512),
|
|
6801
|
-
|
|
6801
|
+
De(M.$slots, "footer", It({
|
|
6802
6802
|
saving: u.value,
|
|
6803
6803
|
initializing: h.value
|
|
6804
6804
|
}, A))
|
|
@@ -6946,7 +6946,7 @@ const Ph = {
|
|
|
6946
6946
|
maxWidth: t.maxWidth
|
|
6947
6947
|
})
|
|
6948
6948
|
}, [
|
|
6949
|
-
|
|
6949
|
+
De(o.$slots, "default", {
|
|
6950
6950
|
close: B(r).close
|
|
6951
6951
|
})
|
|
6952
6952
|
], 6)) : Me("", !0)
|
|
@@ -7049,7 +7049,7 @@ const Ph = {
|
|
|
7049
7049
|
class: "btn btn-lg btn-white",
|
|
7050
7050
|
disabled: v,
|
|
7051
7051
|
onClick: m[0] || (m[0] = (y) => p())
|
|
7052
|
-
},
|
|
7052
|
+
}, Ne(b.$t("cancel")), 9, Fh),
|
|
7053
7053
|
_e(B(os), {
|
|
7054
7054
|
type: "button",
|
|
7055
7055
|
class: "btn btn-lg btn-primary",
|
|
@@ -7058,7 +7058,7 @@ const Ph = {
|
|
|
7058
7058
|
onClick: m[1] || (m[1] = (y) => u())
|
|
7059
7059
|
}, {
|
|
7060
7060
|
default: ke(() => [
|
|
7061
|
-
on(
|
|
7061
|
+
on(Ne(b.$t("save")), 1)
|
|
7062
7062
|
]),
|
|
7063
7063
|
_: 2
|
|
7064
7064
|
}, 1032, ["loading", "disabled"])
|
|
@@ -9234,7 +9234,7 @@ const Kp = { class: "flex items-center" }, Yp = {
|
|
|
9234
9234
|
}, null, 8, ["icon", "class"])) : Me("", !0),
|
|
9235
9235
|
q("span", {
|
|
9236
9236
|
class: be(B(r))
|
|
9237
|
-
},
|
|
9237
|
+
}, Ne(t.label), 3)
|
|
9238
9238
|
]),
|
|
9239
9239
|
t.count ? (F(), ne("div", Yp, [
|
|
9240
9240
|
_e(Wr, {
|
|
@@ -9288,7 +9288,7 @@ const Kp = { class: "flex items-center" }, Yp = {
|
|
|
9288
9288
|
q("div", null, [
|
|
9289
9289
|
_e(B(Dp), { class: "flex" }, {
|
|
9290
9290
|
default: ke(() => [
|
|
9291
|
-
|
|
9291
|
+
De(r.$slots, "button", { open: l })
|
|
9292
9292
|
]),
|
|
9293
9293
|
_: 2
|
|
9294
9294
|
}, 1024)
|
|
@@ -9306,7 +9306,7 @@ const Kp = { class: "flex items-center" }, Yp = {
|
|
|
9306
9306
|
class: be([[t.menuClass, B(e)], "absolute z-menu mt-2 rounded-md bg-white p-1 shadow-lg ring-1 ring-black ring-opacity-10 focus:outline-none"])
|
|
9307
9307
|
}, {
|
|
9308
9308
|
default: ke(() => [
|
|
9309
|
-
|
|
9309
|
+
De(r.$slots, "items", { items: t.items }, () => [
|
|
9310
9310
|
(F(!0), ne(et, null, it(t.items, (s) => (F(), ne(et, {
|
|
9311
9311
|
key: s.label + "link"
|
|
9312
9312
|
}, [
|
|
@@ -9322,7 +9322,7 @@ const Kp = { class: "flex items-center" }, Yp = {
|
|
|
9322
9322
|
onClick: d
|
|
9323
9323
|
}, {
|
|
9324
9324
|
default: ke(({ active: f }) => [
|
|
9325
|
-
|
|
9325
|
+
De(r.$slots, "item", { item: s }, () => [
|
|
9326
9326
|
_e(ko, {
|
|
9327
9327
|
label: s.label,
|
|
9328
9328
|
count: s.count,
|
|
@@ -9343,7 +9343,7 @@ const Kp = { class: "flex items-center" }, Yp = {
|
|
|
9343
9343
|
href: s.href
|
|
9344
9344
|
}, {
|
|
9345
9345
|
default: ke(({ active: c }) => [
|
|
9346
|
-
|
|
9346
|
+
De(r.$slots, "item", { item: s }, () => [
|
|
9347
9347
|
_e(ko, {
|
|
9348
9348
|
label: s.label,
|
|
9349
9349
|
count: s.count,
|
|
@@ -9363,7 +9363,7 @@ const Kp = { class: "flex items-center" }, Yp = {
|
|
|
9363
9363
|
onClick: s.action
|
|
9364
9364
|
}, {
|
|
9365
9365
|
default: ke(({ active: c }) => [
|
|
9366
|
-
|
|
9366
|
+
De(r.$slots, "item", {
|
|
9367
9367
|
item: s,
|
|
9368
9368
|
active: c
|
|
9369
9369
|
}, () => [
|
|
@@ -9526,10 +9526,10 @@ const Kp = { class: "flex items-center" }, Yp = {
|
|
|
9526
9526
|
w != t.modelValue && p(w) ? "hover:border-slate-300 hover:text-slate-700" : ""
|
|
9527
9527
|
]]),
|
|
9528
9528
|
onClick: (A) => b(w)
|
|
9529
|
-
},
|
|
9529
|
+
}, Ne(w), 11, Jp))), 128))
|
|
9530
9530
|
], 2),
|
|
9531
9531
|
B(d) ? (F(), ne("div", em, [
|
|
9532
|
-
q("span", tm,
|
|
9532
|
+
q("span", tm, Ne(S.$t("sui.page")), 1),
|
|
9533
9533
|
Ct(q("input", {
|
|
9534
9534
|
"onUpdate:modelValue": _[1] || (_[1] = (w) => Cn(o) ? o.value = w : null),
|
|
9535
9535
|
type: "number",
|
|
@@ -9544,7 +9544,7 @@ const Kp = { class: "flex items-center" }, Yp = {
|
|
|
9544
9544
|
}, null, 40, nm), [
|
|
9545
9545
|
[Lr, B(o)]
|
|
9546
9546
|
]),
|
|
9547
|
-
q("span", rm,
|
|
9547
|
+
q("span", rm, Ne(S.$t("sui.of")) + " " + Ne(t.lastPage), 1)
|
|
9548
9548
|
])) : Me("", !0),
|
|
9549
9549
|
q("div", om, [
|
|
9550
9550
|
q("button", {
|
|
@@ -9560,7 +9560,7 @@ const Kp = { class: "flex items-center" }, Yp = {
|
|
|
9560
9560
|
])
|
|
9561
9561
|
]),
|
|
9562
9562
|
B(d) ? Me("", !0) : (F(), ne("div", am, [
|
|
9563
|
-
q("span", lm,
|
|
9563
|
+
q("span", lm, Ne(S.$t("sui.go_to_page")), 1),
|
|
9564
9564
|
Ct(q("input", {
|
|
9565
9565
|
"onUpdate:modelValue": _[4] || (_[4] = (w) => Cn(r) ? r.value = w : null),
|
|
9566
9566
|
type: "number",
|
|
@@ -9604,7 +9604,7 @@ const Kp = { class: "flex items-center" }, Yp = {
|
|
|
9604
9604
|
class: "h-5 w-5 text-slate-500",
|
|
9605
9605
|
icon: t.section.icon
|
|
9606
9606
|
}, null, 8, ["icon"]),
|
|
9607
|
-
t.section.title && B(e) > 600 ? (F(), ne("span", um,
|
|
9607
|
+
t.section.title && B(e) > 600 ? (F(), ne("span", um, Ne(t.section.title), 1)) : Me("", !0)
|
|
9608
9608
|
], 2));
|
|
9609
9609
|
}
|
|
9610
9610
|
}), fm = 411, dm = 640, hm = 768, pm = 1024, mm = 1280, Rs = {
|
|
@@ -9712,7 +9712,7 @@ const vm = {
|
|
|
9712
9712
|
icon: "heroicons:x-mark"
|
|
9713
9713
|
})
|
|
9714
9714
|
]),
|
|
9715
|
-
|
|
9715
|
+
De(l.$slots, "default", {
|
|
9716
9716
|
close: B(a).close
|
|
9717
9717
|
})
|
|
9718
9718
|
], 6), [
|
|
@@ -9748,16 +9748,16 @@ const vm = {
|
|
|
9748
9748
|
default: ke(() => [
|
|
9749
9749
|
q("div", null, [
|
|
9750
9750
|
q("div", bm, [
|
|
9751
|
-
q("h2", wm,
|
|
9751
|
+
q("h2", wm, Ne(t.section.title), 1)
|
|
9752
9752
|
]),
|
|
9753
9753
|
q("div", xm, [
|
|
9754
|
-
|
|
9754
|
+
De(e.$slots, "default")
|
|
9755
9755
|
]),
|
|
9756
9756
|
q("div", _m, [
|
|
9757
9757
|
q("button", {
|
|
9758
9758
|
class: "btn btn-primary w-full sm:w-auto",
|
|
9759
9759
|
onClick: r[0] || (r[0] = (o) => i("update:modelValue", !1))
|
|
9760
|
-
},
|
|
9760
|
+
}, Ne(t.section.closeText), 1)
|
|
9761
9761
|
])
|
|
9762
9762
|
])
|
|
9763
9763
|
]),
|
|
@@ -9778,14 +9778,14 @@ const vm = {
|
|
|
9778
9778
|
class: "flex w-full items-center justify-between px-4 py-3",
|
|
9779
9779
|
onClick: o[0] || (o[0] = (a) => e.value = !B(e))
|
|
9780
9780
|
}, [
|
|
9781
|
-
q("h2", Sm,
|
|
9781
|
+
q("h2", Sm, Ne(t.section.title), 1),
|
|
9782
9782
|
_e(B(ot), {
|
|
9783
9783
|
class: be(["h-5 w-5 text-slate-500 duration-300", B(e) ? "rotate-90 transform" : ""]),
|
|
9784
9784
|
icon: "heroicons:chevron-right-20-solid"
|
|
9785
9785
|
}, null, 8, ["class"])
|
|
9786
9786
|
]),
|
|
9787
9787
|
Ct(q("div", Em, [
|
|
9788
|
-
|
|
9788
|
+
De(r.$slots, "default")
|
|
9789
9789
|
], 512), [
|
|
9790
9790
|
[wn, B(e)]
|
|
9791
9791
|
])
|
|
@@ -9802,7 +9802,7 @@ const vm = {
|
|
|
9802
9802
|
}, Dm = {
|
|
9803
9803
|
key: 0,
|
|
9804
9804
|
class: "mt-4"
|
|
9805
|
-
}, Nm =
|
|
9805
|
+
}, Nm = ["innerHTML"], Lm = {
|
|
9806
9806
|
key: 1,
|
|
9807
9807
|
class: "mt-4"
|
|
9808
9808
|
}, Pm = {
|
|
@@ -10129,7 +10129,7 @@ const vm = {
|
|
|
10129
10129
|
_: 1
|
|
10130
10130
|
}, 8, ["items"])) : Me("", !0)
|
|
10131
10131
|
]),
|
|
10132
|
-
|
|
10132
|
+
De(te.$slots, "default", {
|
|
10133
10133
|
items: B(ae),
|
|
10134
10134
|
loading: B(b),
|
|
10135
10135
|
error: B(m),
|
|
@@ -10141,13 +10141,17 @@ const vm = {
|
|
|
10141
10141
|
onPageChange: Z
|
|
10142
10142
|
}),
|
|
10143
10143
|
B(W) ? (F(), ne("div", Dm, [
|
|
10144
|
-
q("p",
|
|
10145
|
-
|
|
10146
|
-
|
|
10147
|
-
B(W).
|
|
10148
|
-
|
|
10149
|
-
|
|
10150
|
-
|
|
10144
|
+
q("p", {
|
|
10145
|
+
class: "text-center text-sm text-slate-500 sm:text-right [&>b]:font-medium [&>b]:text-slate-600",
|
|
10146
|
+
innerHTML: te.$t("sui.pagination_detail", {
|
|
10147
|
+
start: (B(W).current_page - 1) * B(W).per_page + 1,
|
|
10148
|
+
end: Math.min(
|
|
10149
|
+
B(W).current_page * B(W).per_page,
|
|
10150
|
+
B(W).total
|
|
10151
|
+
),
|
|
10152
|
+
total: B(W).total
|
|
10153
|
+
})
|
|
10154
|
+
}, null, 8, Nm)
|
|
10151
10155
|
])) : Me("", !0),
|
|
10152
10156
|
B(W) ? (F(), ne("div", Lm, [
|
|
10153
10157
|
_e(js, {
|
|
@@ -10163,13 +10167,13 @@ const vm = {
|
|
|
10163
10167
|
ref: _,
|
|
10164
10168
|
class: "space-y-3"
|
|
10165
10169
|
}, [
|
|
10166
|
-
|
|
10170
|
+
De(te.$slots, "sidebarTop", { paginationMetadata: B(W) }),
|
|
10167
10171
|
(F(!0), ne(et, null, it(B(ve), (xe) => (F(), Le(Om, {
|
|
10168
10172
|
key: xe.name,
|
|
10169
10173
|
section: xe
|
|
10170
10174
|
}, {
|
|
10171
10175
|
default: ke(() => [
|
|
10172
|
-
|
|
10176
|
+
De(te.$slots, xe.name, {
|
|
10173
10177
|
query: B(x),
|
|
10174
10178
|
updateQuery: A,
|
|
10175
10179
|
updateQueryValue: E
|
|
@@ -10177,7 +10181,7 @@ const vm = {
|
|
|
10177
10181
|
]),
|
|
10178
10182
|
_: 2
|
|
10179
10183
|
}, 1032, ["section"]))), 128)),
|
|
10180
|
-
|
|
10184
|
+
De(te.$slots, "sidebarBottom", { paginationMetadata: B(W) })
|
|
10181
10185
|
], 512))
|
|
10182
10186
|
], 2),
|
|
10183
10187
|
(F(!0), ne(et, null, it(B(ve), (xe, D) => (F(), Le(km, {
|
|
@@ -10187,7 +10191,7 @@ const vm = {
|
|
|
10187
10191
|
"onUpdate:modelValue": Ie
|
|
10188
10192
|
}, {
|
|
10189
10193
|
default: ke(() => [
|
|
10190
|
-
|
|
10194
|
+
De(te.$slots, xe.name, {
|
|
10191
10195
|
query: B(x),
|
|
10192
10196
|
updateQuery: A,
|
|
10193
10197
|
updateQueryValue: E
|
|
@@ -10566,7 +10570,7 @@ const Us = /* @__PURE__ */ Yt(jm, [["render", zm], ["__scopeId", "data-v-945515f
|
|
|
10566
10570
|
ref: b,
|
|
10567
10571
|
style: { display: "none" }
|
|
10568
10572
|
}, [
|
|
10569
|
-
|
|
10573
|
+
De(te.$slots, "default", {}, void 0, !0)
|
|
10570
10574
|
], 512),
|
|
10571
10575
|
q("div", Vm, [
|
|
10572
10576
|
q("div", {
|
|
@@ -10625,7 +10629,7 @@ const Us = /* @__PURE__ */ Yt(jm, [["render", zm], ["__scopeId", "data-v-945515f
|
|
|
10625
10629
|
"text-blue-600": xe.sortable && f.value === xe
|
|
10626
10630
|
}])
|
|
10627
10631
|
}, [
|
|
10628
|
-
q("span", Qm,
|
|
10632
|
+
q("span", Qm, Ne(xe.label), 1),
|
|
10629
10633
|
xe.sortable ? (F(), ne("div", {
|
|
10630
10634
|
key: 0,
|
|
10631
10635
|
class: be(["w-3", [
|
|
@@ -10747,7 +10751,7 @@ const Us = /* @__PURE__ */ Yt(jm, [["render", zm], ["__scopeId", "data-v-945515f
|
|
|
10747
10751
|
colspan: B(k),
|
|
10748
10752
|
class: be(["td", I(D)])
|
|
10749
10753
|
}, [
|
|
10750
|
-
|
|
10754
|
+
De(te.$slots, "detail", {
|
|
10751
10755
|
row: xe,
|
|
10752
10756
|
index: D
|
|
10753
10757
|
}, void 0, !0)
|
|
@@ -10759,12 +10763,12 @@ const Us = /* @__PURE__ */ Yt(jm, [["render", zm], ["__scopeId", "data-v-945515f
|
|
|
10759
10763
|
], 64))), 128)),
|
|
10760
10764
|
t.data.length == 0 ? (F(), ne("tr", pv, [
|
|
10761
10765
|
q("td", { colspan: B(k) }, [
|
|
10762
|
-
|
|
10766
|
+
De(te.$slots, "empty", {}, void 0, !0)
|
|
10763
10767
|
], 8, mv)
|
|
10764
10768
|
])) : Me("", !0)
|
|
10765
10769
|
])
|
|
10766
10770
|
]),
|
|
10767
|
-
|
|
10771
|
+
De(te.$slots, "loading", {}, () => [
|
|
10768
10772
|
_e(Ht, {
|
|
10769
10773
|
"enter-active-class": "transition ease-out duration-200",
|
|
10770
10774
|
"enter-from-class": "opacity-0",
|
|
@@ -10935,7 +10939,7 @@ const Vs = /* @__PURE__ */ Yt(wv, [["__scopeId", "data-v-dfeba4f6"]]), Hs = Oe({
|
|
|
10935
10939
|
value: s.newKey,
|
|
10936
10940
|
onChange: (c) => o(c, s.newKey)
|
|
10937
10941
|
}, null, 40, _v),
|
|
10938
|
-
q("span", kv,
|
|
10942
|
+
q("span", kv, Ne(s.label), 1)
|
|
10939
10943
|
])
|
|
10940
10944
|
]))), 128))
|
|
10941
10945
|
]));
|
|
@@ -11313,14 +11317,14 @@ const Ws = /* @__PURE__ */ Yt(Ev, [["render", Tv]]), Mv = ["disabled"], Iv = /*
|
|
|
11313
11317
|
B(E).length ? (F(), ne("div", Bv, [
|
|
11314
11318
|
q("div", Dv, [
|
|
11315
11319
|
q("div", null, [
|
|
11316
|
-
q("span", Nv,
|
|
11320
|
+
q("span", Nv, Ne(R.$t("sui.x_rows_selected", {
|
|
11317
11321
|
count: B(E).length
|
|
11318
11322
|
})) + ".", 1),
|
|
11319
11323
|
q("button", {
|
|
11320
11324
|
type: "button",
|
|
11321
11325
|
class: "mr-3 inline text-slate-700 underline",
|
|
11322
11326
|
onClick: L[0] || (L[0] = (I) => A())
|
|
11323
|
-
},
|
|
11327
|
+
}, Ne(R.$t("sui.deselect_all")), 1)
|
|
11324
11328
|
]),
|
|
11325
11329
|
(ee = t.checkableActions) != null && ee.length ? (F(), Le(Yn, {
|
|
11326
11330
|
key: 0,
|
|
@@ -11360,7 +11364,7 @@ const Ws = /* @__PURE__ */ Yt(Ev, [["render", Tv]]), Mv = ["disabled"], Iv = /*
|
|
|
11360
11364
|
onCellClick: h
|
|
11361
11365
|
}, {
|
|
11362
11366
|
default: ke(() => [
|
|
11363
|
-
|
|
11367
|
+
De(R.$slots, "default"),
|
|
11364
11368
|
_e(Hs, {
|
|
11365
11369
|
visible: t.editButton || t.deleteButton || R.$slots.rowActions != null,
|
|
11366
11370
|
toggle: !1,
|
|
@@ -11370,7 +11374,7 @@ const Ws = /* @__PURE__ */ Yt(Ev, [["render", Tv]]), Mv = ["disabled"], Iv = /*
|
|
|
11370
11374
|
}, {
|
|
11371
11375
|
default: ke(({ row: I }) => [
|
|
11372
11376
|
q("div", Lv, [
|
|
11373
|
-
|
|
11377
|
+
De(R.$slots, "rowActions", { row: I }),
|
|
11374
11378
|
q("div", Pv, [
|
|
11375
11379
|
(F(!0), ne(et, null, it(B(_), ($) => (F(), Le(Iv, {
|
|
11376
11380
|
key: $.icon,
|
|
@@ -11400,10 +11404,10 @@ const Ws = /* @__PURE__ */ Yt(Ev, [["render", Tv]]), Mv = ["disabled"], Iv = /*
|
|
|
11400
11404
|
}, 8, ["visible"])
|
|
11401
11405
|
]),
|
|
11402
11406
|
detail: ke((I) => [
|
|
11403
|
-
|
|
11407
|
+
De(R.$slots, "detail", Nt(Lt(I)))
|
|
11404
11408
|
]),
|
|
11405
11409
|
checkedHeader: ke((I) => [
|
|
11406
|
-
|
|
11410
|
+
De(R.$slots, "checkedHeader", Nt(Lt(I)))
|
|
11407
11411
|
]),
|
|
11408
11412
|
empty: ke(() => [
|
|
11409
11413
|
W ? (F(), ne("div", $v, [
|
|
@@ -11412,12 +11416,12 @@ const Ws = /* @__PURE__ */ Yt(Ev, [["render", Tv]]), Mv = ["disabled"], Iv = /*
|
|
|
11412
11416
|
icon: "heroicons:x-circle",
|
|
11413
11417
|
class: "h-10 w-10 text-red-600"
|
|
11414
11418
|
}),
|
|
11415
|
-
q("p", Rv,
|
|
11419
|
+
q("p", Rv, Ne(R.$t("sui.whoops")), 1)
|
|
11416
11420
|
])
|
|
11417
11421
|
])) : se ? (F(), ne("div", qv, [
|
|
11418
11422
|
q("div", Fv, [
|
|
11419
11423
|
_e(Ws, { class: "w-32" }),
|
|
11420
|
-
q("p", zv,
|
|
11424
|
+
q("p", zv, Ne(R.$t("sui.nothing_found")), 1)
|
|
11421
11425
|
])
|
|
11422
11426
|
])) : Me("", !0)
|
|
11423
11427
|
]),
|
|
@@ -11429,17 +11433,17 @@ const Ws = /* @__PURE__ */ Yt(Ev, [["render", Tv]]), Mv = ["disabled"], Iv = /*
|
|
|
11429
11433
|
}, 1024)
|
|
11430
11434
|
]),
|
|
11431
11435
|
sidebarTop: ke((N) => [
|
|
11432
|
-
|
|
11436
|
+
De(R.$slots, "sidebarTop", Nt(Lt(N)))
|
|
11433
11437
|
]),
|
|
11434
11438
|
sidebarBottom: ke((N) => [
|
|
11435
|
-
|
|
11439
|
+
De(R.$slots, "sidebarBottom", Nt(Lt(N)))
|
|
11436
11440
|
]),
|
|
11437
11441
|
_: 2
|
|
11438
11442
|
}, [
|
|
11439
11443
|
R.$slots.filters ? {
|
|
11440
11444
|
name: "filters",
|
|
11441
11445
|
fn: ke(({ query: N, updateQuery: H, updateQueryValue: Y }) => [
|
|
11442
|
-
|
|
11446
|
+
De(R.$slots, "filters", {
|
|
11443
11447
|
query: N,
|
|
11444
11448
|
updateQuery: H,
|
|
11445
11449
|
updateQueryValue: Y
|
|
@@ -11464,7 +11468,7 @@ const Ws = /* @__PURE__ */ Yt(Ev, [["render", Tv]]), Mv = ["disabled"], Iv = /*
|
|
|
11464
11468
|
it(t.sections, (N) => ({
|
|
11465
11469
|
name: N.name,
|
|
11466
11470
|
fn: ke(() => [
|
|
11467
|
-
|
|
11471
|
+
De(R.$slots, N.name)
|
|
11468
11472
|
])
|
|
11469
11473
|
}))
|
|
11470
11474
|
]), 1032, ["url", "url-query", "default-query", "searchable", "actions", "history-mode", "layout", "sections", "scroll-top-on-fetch"]));
|
|
@@ -13282,11 +13286,11 @@ const rg = { class: "-m-0.5 flex" }, og = { class: "w-auto p-0.5" }, ig = ["disa
|
|
|
13282
13286
|
placeholder: b.$t("sui.year"),
|
|
13283
13287
|
onChange: m[1] || (m[1] = (v) => f())
|
|
13284
13288
|
}, [
|
|
13285
|
-
q("option", ag,
|
|
13289
|
+
q("option", ag, Ne(b.$t("sui.year")), 1),
|
|
13286
13290
|
(F(!0), ne(et, null, it(B(l), (v) => (F(), ne("option", {
|
|
13287
13291
|
key: v,
|
|
13288
13292
|
value: v
|
|
13289
|
-
},
|
|
13293
|
+
}, Ne(v), 9, lg))), 128))
|
|
13290
13294
|
], 42, ig), [
|
|
13291
13295
|
[Tr, B(d).year]
|
|
13292
13296
|
])
|
|
@@ -13306,11 +13310,11 @@ const rg = { class: "-m-0.5 flex" }, og = { class: "w-auto p-0.5" }, ig = ["disa
|
|
|
13306
13310
|
placeholder: b.$t("sui.month"),
|
|
13307
13311
|
onChange: m[3] || (m[3] = (v) => f())
|
|
13308
13312
|
}, [
|
|
13309
|
-
q("option", cg,
|
|
13313
|
+
q("option", cg, Ne(b.$t("sui.month")), 1),
|
|
13310
13314
|
(F(!0), ne(et, null, it(B(s), (v, y) => (F(), ne("option", {
|
|
13311
13315
|
key: v,
|
|
13312
13316
|
value: y + 1
|
|
13313
|
-
},
|
|
13317
|
+
}, Ne(v), 9, fg))), 128))
|
|
13314
13318
|
], 42, ug), [
|
|
13315
13319
|
[Tr, B(d).month]
|
|
13316
13320
|
])
|
|
@@ -13330,11 +13334,11 @@ const rg = { class: "-m-0.5 flex" }, og = { class: "w-auto p-0.5" }, ig = ["disa
|
|
|
13330
13334
|
placeholder: b.$t("sui.day"),
|
|
13331
13335
|
onChange: m[5] || (m[5] = (v) => f())
|
|
13332
13336
|
}, [
|
|
13333
|
-
q("option", pg,
|
|
13337
|
+
q("option", pg, Ne(b.$t("sui.day")), 1),
|
|
13334
13338
|
(F(!0), ne(et, null, it(B(c), (v) => (F(), ne("option", {
|
|
13335
13339
|
key: v,
|
|
13336
13340
|
value: v
|
|
13337
|
-
},
|
|
13341
|
+
}, Ne(v), 9, mg))), 128))
|
|
13338
13342
|
], 42, hg), [
|
|
13339
13343
|
[Tr, B(d).day]
|
|
13340
13344
|
])
|
|
@@ -13346,7 +13350,7 @@ const rg = { class: "-m-0.5 flex" }, og = { class: "w-auto p-0.5" }, ig = ["disa
|
|
|
13346
13350
|
class: "mt-1 appearance-none border-transparent bg-transparent text-sm text-slate-700 underline outline-none disabled:cursor-not-allowed disabled:opacity-50",
|
|
13347
13351
|
onClick: m[6] || (m[6] = (v) => h())
|
|
13348
13352
|
}, [
|
|
13349
|
-
q("span", null,
|
|
13353
|
+
q("span", null, Ne(b.$t("sui.clear")), 1)
|
|
13350
13354
|
], 8, vg)
|
|
13351
13355
|
]));
|
|
13352
13356
|
}
|
|
@@ -13357,7 +13361,7 @@ const rg = { class: "-m-0.5 flex" }, og = { class: "w-auto p-0.5" }, ig = ["disa
|
|
|
13357
13361
|
default: ke(() => [
|
|
13358
13362
|
q("div", yg, [
|
|
13359
13363
|
q("dl", bg, [
|
|
13360
|
-
|
|
13364
|
+
De(i.$slots, "default")
|
|
13361
13365
|
])
|
|
13362
13366
|
])
|
|
13363
13367
|
]),
|
|
@@ -13383,7 +13387,7 @@ const rg = { class: "-m-0.5 flex" }, og = { class: "w-auto p-0.5" }, ig = ["disa
|
|
|
13383
13387
|
})
|
|
13384
13388
|
}, [
|
|
13385
13389
|
q("dt", xg, [
|
|
13386
|
-
|
|
13390
|
+
De(l.$slots, "left")
|
|
13387
13391
|
]),
|
|
13388
13392
|
q("dd", {
|
|
13389
13393
|
class: be(["text-sm leading-tight text-slate-900", {
|
|
@@ -13391,7 +13395,7 @@ const rg = { class: "-m-0.5 flex" }, og = { class: "w-auto p-0.5" }, ig = ["disa
|
|
|
13391
13395
|
"col-span-2": !B(o)
|
|
13392
13396
|
}])
|
|
13393
13397
|
}, [
|
|
13394
|
-
|
|
13398
|
+
De(l.$slots, "right")
|
|
13395
13399
|
], 2)
|
|
13396
13400
|
], 2));
|
|
13397
13401
|
}
|
|
@@ -14862,8 +14866,8 @@ const Sg = Qi, Eg = { class: "text-xs text-slate-600" }, Gs = /* @__PURE__ */ Oe
|
|
|
14862
14866
|
role: t.showTooltip ? "tooltip" : void 0
|
|
14863
14867
|
}, {
|
|
14864
14868
|
default: ke(() => [
|
|
14865
|
-
|
|
14866
|
-
q("span", Eg,
|
|
14869
|
+
De(h.$slots, "default", { readableDate: B(d) }, () => [
|
|
14870
|
+
q("span", Eg, Ne(B(d)), 1)
|
|
14867
14871
|
])
|
|
14868
14872
|
]),
|
|
14869
14873
|
_: 3
|
|
@@ -14971,7 +14975,7 @@ const Sg = Qi, Eg = { class: "text-xs text-slate-600" }, Gs = /* @__PURE__ */ Oe
|
|
|
14971
14975
|
type: "button",
|
|
14972
14976
|
onClick: M[0] || (M[0] = (P) => v())
|
|
14973
14977
|
}, [
|
|
14974
|
-
|
|
14978
|
+
De(A.$slots, "button")
|
|
14975
14979
|
], 512),
|
|
14976
14980
|
(F(), Le(cr, { to: "body" }, [
|
|
14977
14981
|
q("div", {
|
|
@@ -14990,7 +14994,7 @@ const Sg = Qi, Eg = { class: "text-xs text-slate-600" }, Gs = /* @__PURE__ */ Oe
|
|
|
14990
14994
|
}, {
|
|
14991
14995
|
default: ke(() => [
|
|
14992
14996
|
B(l) || t.keepAlive ? Ct((F(), ne("div", Og, [
|
|
14993
|
-
|
|
14997
|
+
De(A.$slots, "dropdown", {
|
|
14994
14998
|
showDropdown: B(l),
|
|
14995
14999
|
close: n,
|
|
14996
15000
|
open: y,
|
|
@@ -15200,7 +15204,7 @@ const Sg = Qi, Eg = { class: "text-xs text-slate-600" }, Gs = /* @__PURE__ */ Oe
|
|
|
15200
15204
|
}, [
|
|
15201
15205
|
q("div", {
|
|
15202
15206
|
class: be([B(R)])
|
|
15203
|
-
},
|
|
15207
|
+
}, Ne(H.label), 3),
|
|
15204
15208
|
t.disabled ? Me("", !0) : (F(), ne("button", {
|
|
15205
15209
|
key: 0,
|
|
15206
15210
|
type: "button",
|
|
@@ -15247,13 +15251,13 @@ const Sg = Qi, Eg = { class: "text-xs text-slate-600" }, Gs = /* @__PURE__ */ Oe
|
|
|
15247
15251
|
onScrollBottom: N[0] || (N[0] = (H) => e("scrollBottom"))
|
|
15248
15252
|
}, {
|
|
15249
15253
|
empty: ke((H) => [
|
|
15250
|
-
|
|
15254
|
+
De(L.$slots, "empty", Nt(Lt({ ...H, ...M })))
|
|
15251
15255
|
]),
|
|
15252
15256
|
option: ke((H) => [
|
|
15253
|
-
|
|
15257
|
+
De(L.$slots, "option", Nt(Lt({ ...H, ...M })))
|
|
15254
15258
|
]),
|
|
15255
15259
|
footer: ke((H) => [
|
|
15256
|
-
|
|
15260
|
+
De(L.$slots, "footer", Nt(Lt({ ...H, ...M })))
|
|
15257
15261
|
]),
|
|
15258
15262
|
_: 3
|
|
15259
15263
|
}, 8, ["selected", "options", "size", "loading", "loading-bottom", "drawer-class", "keywords"])
|
|
@@ -15382,14 +15386,14 @@ const Sg = Qi, Eg = { class: "text-xs text-slate-600" }, Gs = /* @__PURE__ */ Oe
|
|
|
15382
15386
|
"onUpdate:modelValue": g[0] || (g[0] = (k) => x.$emit("update:modelValue", k))
|
|
15383
15387
|
}, {
|
|
15384
15388
|
option: ke((k) => [
|
|
15385
|
-
|
|
15389
|
+
De(x.$slots, "option", Nt(Lt(k)))
|
|
15386
15390
|
]),
|
|
15387
15391
|
footer: ke((k) => [
|
|
15388
|
-
|
|
15392
|
+
De(x.$slots, "footer", It(k, { keywords: B(c) }))
|
|
15389
15393
|
]),
|
|
15390
15394
|
empty: ke((k) => [
|
|
15391
|
-
|
|
15392
|
-
B(s) ? (F(), ne("div", Bg,
|
|
15395
|
+
De(x.$slots, "empty", It(k, { firstSearch: B(s) }), () => [
|
|
15396
|
+
B(s) ? (F(), ne("div", Bg, Ne(x.$t("sui.nothing_found")), 1)) : Me("", !0)
|
|
15393
15397
|
])
|
|
15394
15398
|
]),
|
|
15395
15399
|
_: 3
|
|
@@ -15510,7 +15514,7 @@ const Sg = Qi, Eg = { class: "text-xs text-slate-600" }, Gs = /* @__PURE__ */ Oe
|
|
|
15510
15514
|
onClose: c
|
|
15511
15515
|
}, {
|
|
15512
15516
|
button: ke((m) => [
|
|
15513
|
-
|
|
15517
|
+
De(u.$slots, "button", It(m, { newValue: B(a) }))
|
|
15514
15518
|
]),
|
|
15515
15519
|
dropdown: ke(({ close: m }) => [
|
|
15516
15520
|
q("div", Dg, [
|
|
@@ -15533,7 +15537,7 @@ const Sg = Qi, Eg = { class: "text-xs text-slate-600" }, Gs = /* @__PURE__ */ Oe
|
|
|
15533
15537
|
class: be([[v.active ? "bg-slate-100" : "bg-white"], "mb-px flex items-center rounded py-1 px-1"])
|
|
15534
15538
|
}, [
|
|
15535
15539
|
q("div", Ng, [
|
|
15536
|
-
|
|
15540
|
+
De(u.$slots, "option", {
|
|
15537
15541
|
option: v.option,
|
|
15538
15542
|
active: v.active,
|
|
15539
15543
|
size: t.size
|
|
@@ -15741,7 +15745,7 @@ const Sg = Qi, Eg = { class: "text-xs text-slate-600" }, Gs = /* @__PURE__ */ Oe
|
|
|
15741
15745
|
color: "danger"
|
|
15742
15746
|
}, {
|
|
15743
15747
|
default: ke(() => [
|
|
15744
|
-
on(
|
|
15748
|
+
on(Ne(B(f)), 1)
|
|
15745
15749
|
]),
|
|
15746
15750
|
_: 1
|
|
15747
15751
|
})) : Me("", !0)
|
|
@@ -15825,7 +15829,7 @@ const Ug = ["disabled"], Vg = ["accept"], Ia = /* @__PURE__ */ Oe({
|
|
|
15825
15829
|
onDragenter: p[3] || (p[3] = sn((b) => l.value = !0, ["prevent"])),
|
|
15826
15830
|
onClick: c
|
|
15827
15831
|
}, [
|
|
15828
|
-
|
|
15832
|
+
De(u.$slots, "default", {
|
|
15829
15833
|
selecting: B(a),
|
|
15830
15834
|
dragging: B(l),
|
|
15831
15835
|
disabled: t.disabled
|
|
@@ -15892,7 +15896,7 @@ const Ug = ["disabled"], Vg = ["accept"], Ia = /* @__PURE__ */ Oe({
|
|
|
15892
15896
|
onSelect: s
|
|
15893
15897
|
}, {
|
|
15894
15898
|
default: ke((h) => [
|
|
15895
|
-
|
|
15899
|
+
De(d.$slots, "default", Nt(Lt(h))),
|
|
15896
15900
|
B(l) ? (F(), Le(fs, {
|
|
15897
15901
|
key: 0,
|
|
15898
15902
|
ref_key: "baseCropperModalRef",
|
|
@@ -16057,11 +16061,11 @@ const Ug = ["disabled"], Vg = ["accept"], Ia = /* @__PURE__ */ Oe({
|
|
|
16057
16061
|
return (h, u) => (F(), ne("div", Wg, [
|
|
16058
16062
|
(F(), Le(Pn(B(l)), It(B(s), { onSelect: d }), {
|
|
16059
16063
|
default: ke((p) => [
|
|
16060
|
-
|
|
16064
|
+
De(h.$slots, "default", It({
|
|
16061
16065
|
uploading: B(c),
|
|
16062
16066
|
loading: t.loading
|
|
16063
16067
|
}, p)),
|
|
16064
|
-
|
|
16068
|
+
De(h.$slots, "loading", It({
|
|
16065
16069
|
uploading: B(c),
|
|
16066
16070
|
loading: t.loading
|
|
16067
16071
|
}, p), () => [
|
|
@@ -16273,7 +16277,7 @@ const Xg = { class: "absolute inset-0 flex h-full w-full items-center justify-ce
|
|
|
16273
16277
|
class: "relative",
|
|
16274
16278
|
onSubmit: _[0] || (_[0] = sn((O) => m(), ["prevent"]))
|
|
16275
16279
|
}, [
|
|
16276
|
-
|
|
16280
|
+
De(S.$slots, "default", {
|
|
16277
16281
|
errors: B(d),
|
|
16278
16282
|
loading: B(s),
|
|
16279
16283
|
disabled: B(c),
|
|
@@ -16288,7 +16292,7 @@ const Xg = { class: "absolute inset-0 flex h-full w-full items-center justify-ce
|
|
|
16288
16292
|
"leave-to-class": "opacity-0"
|
|
16289
16293
|
}, {
|
|
16290
16294
|
default: ke(() => [
|
|
16291
|
-
B(s) ?
|
|
16295
|
+
B(s) ? De(S.$slots, "loading", { key: 0 }, () => [
|
|
16292
16296
|
q("div", Xg, [
|
|
16293
16297
|
q("div", {
|
|
16294
16298
|
class: be(["absolute inset-0 h-full w-full opacity-80", t.loadingMaskClass])
|
|
@@ -16404,13 +16408,13 @@ const Xg = { class: "absolute inset-0 flex h-full w-full items-center justify-ce
|
|
|
16404
16408
|
"onUpdate:modelValue": l
|
|
16405
16409
|
}, {
|
|
16406
16410
|
option: ke((d) => [
|
|
16407
|
-
|
|
16411
|
+
De(s.$slots, "option", Nt(Lt(d)))
|
|
16408
16412
|
]),
|
|
16409
16413
|
empty: ke((d) => [
|
|
16410
|
-
|
|
16414
|
+
De(s.$slots, "empty", Nt(Lt(d)))
|
|
16411
16415
|
]),
|
|
16412
16416
|
footer: ke((d) => [
|
|
16413
|
-
|
|
16417
|
+
De(s.$slots, "footer", Nt(Lt(d)))
|
|
16414
16418
|
]),
|
|
16415
16419
|
_: 3
|
|
16416
16420
|
}, 8, ["model-value", "url", "disabled", "placeholder", "required", "value-key", "label-key", "has-error", "query-key", "max"]));
|
|
@@ -16484,7 +16488,7 @@ const Xg = { class: "absolute inset-0 flex h-full w-full items-center justify-ce
|
|
|
16484
16488
|
(F(!0), ne(et, null, it(B(a), (g, k) => (F(), ne("option", {
|
|
16485
16489
|
key: k,
|
|
16486
16490
|
value: k
|
|
16487
|
-
},
|
|
16491
|
+
}, Ne(g), 9, ry))), 128))
|
|
16488
16492
|
], 544), [
|
|
16489
16493
|
[Tr, B(s)]
|
|
16490
16494
|
]),
|
|
@@ -16668,7 +16672,7 @@ const Xg = { class: "absolute inset-0 flex h-full w-full items-center justify-ce
|
|
|
16668
16672
|
key: 2,
|
|
16669
16673
|
class: "max-w-8 h-1/2 max-h-8 w-1/2 text-slate-600",
|
|
16670
16674
|
icon: "mdi:music"
|
|
16671
|
-
})) : (F(), ne("span", dy,
|
|
16675
|
+
})) : (F(), ne("span", dy, Ne(B(o)), 1))
|
|
16672
16676
|
]))
|
|
16673
16677
|
]),
|
|
16674
16678
|
_: 1
|
|
@@ -16707,8 +16711,8 @@ const Xg = { class: "absolute inset-0 flex h-full w-full items-center justify-ce
|
|
|
16707
16711
|
}, {
|
|
16708
16712
|
default: ke(() => [
|
|
16709
16713
|
q("div", vy, [
|
|
16710
|
-
q("p", gy,
|
|
16711
|
-
q("p", yy,
|
|
16714
|
+
q("p", gy, Ne(B(e)), 1),
|
|
16715
|
+
q("p", yy, Ne(B(r)), 1)
|
|
16712
16716
|
])
|
|
16713
16717
|
]),
|
|
16714
16718
|
_: 1
|
|
@@ -16889,7 +16893,7 @@ const Xg = { class: "absolute inset-0 flex h-full w-full items-center justify-ce
|
|
|
16889
16893
|
"onUpload:success": p
|
|
16890
16894
|
}, {
|
|
16891
16895
|
default: ke((O) => [
|
|
16892
|
-
|
|
16896
|
+
De(S.$slots, "default", It(O, {
|
|
16893
16897
|
maxSize: t.maxSize,
|
|
16894
16898
|
max: B(d)
|
|
16895
16899
|
}), () => [
|
|
@@ -16907,10 +16911,10 @@ const Xg = { class: "absolute inset-0 flex h-full w-full items-center justify-ce
|
|
|
16907
16911
|
class: "mx-auto mb-3 h-6 w-6 text-slate-500"
|
|
16908
16912
|
}),
|
|
16909
16913
|
q("div", wy, [
|
|
16910
|
-
q("p", xy,
|
|
16914
|
+
q("p", xy, Ne(S.$t("sui.drop_or_click_to_upload")), 1),
|
|
16911
16915
|
q("div", _y, [
|
|
16912
|
-
B(x) ? (F(), ne("p", ky,
|
|
16913
|
-
q("p", null,
|
|
16916
|
+
B(x) ? (F(), ne("p", ky, Ne(B(x)), 1)) : Me("", !0),
|
|
16917
|
+
q("p", null, Ne(B(g)), 1)
|
|
16914
16918
|
])
|
|
16915
16919
|
])
|
|
16916
16920
|
], 2)
|
|
@@ -16931,7 +16935,7 @@ const Xg = { class: "absolute inset-0 flex h-full w-full items-center justify-ce
|
|
|
16931
16935
|
onRemove: (E) => m(w)
|
|
16932
16936
|
}, {
|
|
16933
16937
|
default: ke(() => [
|
|
16934
|
-
on(
|
|
16938
|
+
on(Ne(O.file_name), 1)
|
|
16935
16939
|
]),
|
|
16936
16940
|
_: 2
|
|
16937
16941
|
}, 1032, ["media", "show-remove", "onRemove"])
|
|
@@ -16946,7 +16950,7 @@ const Xg = { class: "absolute inset-0 flex h-full w-full items-center justify-ce
|
|
|
16946
16950
|
onRemove: (E) => b(w)
|
|
16947
16951
|
}, {
|
|
16948
16952
|
default: ke(() => [
|
|
16949
|
-
on(
|
|
16953
|
+
on(Ne(O.file_name), 1)
|
|
16950
16954
|
]),
|
|
16951
16955
|
_: 2
|
|
16952
16956
|
}, 1032, ["media", "show-remove", "onRemove"])
|
|
@@ -16985,7 +16989,7 @@ const Xg = { class: "absolute inset-0 flex h-full w-full items-center justify-ce
|
|
|
16985
16989
|
default: ke(() => [
|
|
16986
16990
|
q("div", Cy, [
|
|
16987
16991
|
q("div", Ay, [
|
|
16988
|
-
|
|
16992
|
+
De(a.$slots, "navbar")
|
|
16989
16993
|
]),
|
|
16990
16994
|
q("div", Ty, [
|
|
16991
16995
|
q("button", {
|
|
@@ -17017,7 +17021,7 @@ const Xg = { class: "absolute inset-0 flex h-full w-full items-center justify-ce
|
|
|
17017
17021
|
key: 0,
|
|
17018
17022
|
class: be(["absolute w-full md:hidden", [t.dark ? "bg-slate-900" : "bg-white"]])
|
|
17019
17023
|
}, [
|
|
17020
|
-
|
|
17024
|
+
De(a.$slots, "mobile", {
|
|
17021
17025
|
toggleMenu: e,
|
|
17022
17026
|
closeMenu: o,
|
|
17023
17027
|
openMenu: r
|
|
@@ -17073,7 +17077,7 @@ const Xg = { class: "absolute inset-0 flex h-full w-full items-center justify-ce
|
|
|
17073
17077
|
icon: t.icon,
|
|
17074
17078
|
class: be(B(r))
|
|
17075
17079
|
}, null, 8, ["icon", "class"])) : Me("", !0),
|
|
17076
|
-
on(" " +
|
|
17080
|
+
on(" " + Ne(t.label), 1)
|
|
17077
17081
|
]),
|
|
17078
17082
|
t.count ? (F(), ne("div", By, [
|
|
17079
17083
|
_e(Wr, {
|
|
@@ -17146,11 +17150,11 @@ function Ry(t, i, e, r, o, a) {
|
|
|
17146
17150
|
class: be(["pb-8 md:grid md:grid-cols-3 md:gap-8", [t.bordered ? "mb-8 border-b border-slate-300" : ""]])
|
|
17147
17151
|
}, [
|
|
17148
17152
|
q("div", Ly, [
|
|
17149
|
-
q("h3", Py,
|
|
17150
|
-
t.description ? (F(), ne("p", $y,
|
|
17153
|
+
q("h3", Py, Ne(t.title), 1),
|
|
17154
|
+
t.description ? (F(), ne("p", $y, Ne(t.description), 1)) : Me("", !0)
|
|
17151
17155
|
]),
|
|
17152
17156
|
q("div", jy, [
|
|
17153
|
-
|
|
17157
|
+
De(t.$slots, "default")
|
|
17154
17158
|
])
|
|
17155
17159
|
], 2);
|
|
17156
17160
|
}
|
|
@@ -17293,7 +17297,7 @@ function Zy(t, i, e, r, o, a) {
|
|
|
17293
17297
|
x: t.radius,
|
|
17294
17298
|
y: t.radius + t.fontSize / 10,
|
|
17295
17299
|
style: yt({ fontSize: t.fontSize + "px", fontWeight: 600 })
|
|
17296
|
-
},
|
|
17300
|
+
}, Ne(Math.round(t.progress * 100)) + "% ", 13, Gy)
|
|
17297
17301
|
], 8, Wy);
|
|
17298
17302
|
}
|
|
17299
17303
|
const Qy = /* @__PURE__ */ Yt(Hy, [["render", Zy], ["__scopeId", "data-v-e5ae83e3"]]), Xy = { class: "space-y-3" }, Jy = ["for"], e0 = ["id", "name", "checked", "required", "disabled", "value", "onInput"], t0 = { class: "text-sm" }, n0 = /* @__PURE__ */ Oe({
|
|
@@ -17378,8 +17382,8 @@ const Qy = /* @__PURE__ */ Yt(Hy, [["render", Zy], ["__scopeId", "data-v-e5ae83e
|
|
|
17378
17382
|
class: be(t.inputClass),
|
|
17379
17383
|
onInput: (p) => B(s)(u.value)
|
|
17380
17384
|
}, null, 42, e0),
|
|
17381
|
-
|
|
17382
|
-
q("span", t0,
|
|
17385
|
+
De(f.$slots, "option", { option: u }, () => [
|
|
17386
|
+
q("span", t0, Ne(u.label), 1)
|
|
17383
17387
|
])
|
|
17384
17388
|
], 10, Jy)
|
|
17385
17389
|
]))), 128))
|
|
@@ -17425,7 +17429,7 @@ const Qy = /* @__PURE__ */ Yt(Hy, [["render", Zy], ["__scopeId", "data-v-e5ae83e
|
|
|
17425
17429
|
class: "overflow-hidden whitespace-pre-line",
|
|
17426
17430
|
style: yt(B(r) ? void 0 : B(a))
|
|
17427
17431
|
}, [
|
|
17428
|
-
|
|
17432
|
+
De(s.$slots, "default")
|
|
17429
17433
|
], 4),
|
|
17430
17434
|
!B(r) && B(o) ? (F(), ne("button", {
|
|
17431
17435
|
key: 0,
|
|
@@ -17433,7 +17437,7 @@ const Qy = /* @__PURE__ */ Yt(Hy, [["render", Zy], ["__scopeId", "data-v-e5ae83e
|
|
|
17433
17437
|
class: "mt-1 inline appearance-none border-b border-dashed border-slate-400 bg-transparent px-0.5 py-0 text-slate-900 hover:text-slate-600",
|
|
17434
17438
|
onClick: c[0] || (c[0] = (d) => r.value = !0)
|
|
17435
17439
|
}, [
|
|
17436
|
-
q("span", r0,
|
|
17440
|
+
q("span", r0, Ne(s.$t("sui.read_more")), 1)
|
|
17437
17441
|
])) : Me("", !0)
|
|
17438
17442
|
]));
|
|
17439
17443
|
}
|
|
@@ -26707,10 +26711,10 @@ const k0 = { class: "whitespace-pre-line p-4" }, S0 = { class: "text-md font-sem
|
|
|
26707
26711
|
class: be(B(r))
|
|
26708
26712
|
}, null, 8, ["icon", "class"])) : Me("", !0)
|
|
26709
26713
|
], 4),
|
|
26710
|
-
q("div", S0,
|
|
26711
|
-
t.description ? (F(), ne("div", E0,
|
|
26714
|
+
q("div", S0, Ne(t.title), 1),
|
|
26715
|
+
t.description ? (F(), ne("div", E0, Ne(t.description), 1)) : Me("", !0),
|
|
26712
26716
|
t.linkText ? (F(), ne("div", O0, [
|
|
26713
|
-
q("div", C0,
|
|
26717
|
+
q("div", C0, Ne(t.linkText), 1),
|
|
26714
26718
|
q("div", null, [
|
|
26715
26719
|
_e(B(ot), {
|
|
26716
26720
|
icon: "heroicons:arrow-right-20-solid",
|
|
@@ -26739,7 +26743,7 @@ function N0(t, i) {
|
|
|
26739
26743
|
I0,
|
|
26740
26744
|
q("div", B0, [
|
|
26741
26745
|
q("div", D0, [
|
|
26742
|
-
|
|
26746
|
+
De(t.$slots, "default")
|
|
26743
26747
|
])
|
|
26744
26748
|
])
|
|
26745
26749
|
]);
|
|
@@ -26785,7 +26789,7 @@ const L0 = /* @__PURE__ */ Yt(T0, [["render", N0]]), P0 = ["href", "disabled", "
|
|
|
26785
26789
|
(t.activeStrategy == "default" ? c : d) ? "w-[2px] bg-primary-600" : "group-hover:w-px group-hover:bg-slate-700"
|
|
26786
26790
|
]])
|
|
26787
26791
|
}, null, 2),
|
|
26788
|
-
|
|
26792
|
+
De(r.$slots, "default")
|
|
26789
26793
|
], 10, P0)
|
|
26790
26794
|
]),
|
|
26791
26795
|
_: 3
|
|
@@ -26840,11 +26844,11 @@ function V0(t, i, e, r, o, a) {
|
|
|
26840
26844
|
class: be(["inline-flex rounded-xl p-4", [t.centerClass]])
|
|
26841
26845
|
}, [
|
|
26842
26846
|
q("section", null, [
|
|
26843
|
-
q("header", R0,
|
|
26847
|
+
q("header", R0, Ne(t.label), 1),
|
|
26844
26848
|
q("div", {
|
|
26845
26849
|
class: be(["flex", [t.centerClass]])
|
|
26846
26850
|
}, [
|
|
26847
|
-
q("div", q0,
|
|
26851
|
+
q("div", q0, Ne(t.primaryValue), 1),
|
|
26848
26852
|
t.secondaryValue ? (F(), ne("div", {
|
|
26849
26853
|
key: 0,
|
|
26850
26854
|
class: be(["ml-1 flex rounded-md px-1 text-lg font-bold", [t.backgroundClass, t.textClass, t.centerClass]])
|
|
@@ -26855,10 +26859,10 @@ function V0(t, i, e, r, o, a) {
|
|
|
26855
26859
|
class: be(t.iconClass)
|
|
26856
26860
|
}, null, 8, ["icon", "class"])
|
|
26857
26861
|
])) : Me("", !0),
|
|
26858
|
-
q("div", z0,
|
|
26862
|
+
q("div", z0, Ne(t.secondaryValue), 1)
|
|
26859
26863
|
], 2)) : Me("", !0)
|
|
26860
26864
|
], 2),
|
|
26861
|
-
q("footer", U0,
|
|
26865
|
+
q("footer", U0, Ne(t.caption), 1)
|
|
26862
26866
|
])
|
|
26863
26867
|
], 2);
|
|
26864
26868
|
}
|
|
@@ -26935,7 +26939,7 @@ const H0 = /* @__PURE__ */ Yt(j0, [["render", V0]]), W0 = { class: "inline-flex
|
|
|
26935
26939
|
class: "cursor-pointer"
|
|
26936
26940
|
}, {
|
|
26937
26941
|
default: ke(() => [
|
|
26938
|
-
|
|
26942
|
+
De(b.$slots, "default")
|
|
26939
26943
|
]),
|
|
26940
26944
|
_: 3
|
|
26941
26945
|
})) : Me("", !0)
|
|
@@ -26988,7 +26992,7 @@ const H0 = /* @__PURE__ */ Yt(j0, [["render", V0]]), W0 = { class: "inline-flex
|
|
|
26988
26992
|
class: be(["py-4 text-sm leading-tight", [t.closable ? "pr-10 pl-3" : "px-3"]])
|
|
26989
26993
|
}, [
|
|
26990
26994
|
q("div", G0, [
|
|
26991
|
-
|
|
26995
|
+
De(l.$slots, "default")
|
|
26992
26996
|
])
|
|
26993
26997
|
], 2)
|
|
26994
26998
|
]),
|
|
@@ -27015,7 +27019,7 @@ function n1(t, i) {
|
|
|
27015
27019
|
J0,
|
|
27016
27020
|
q("div", e1, [
|
|
27017
27021
|
q("ul", t1, [
|
|
27018
|
-
|
|
27022
|
+
De(t.$slots, "default")
|
|
27019
27023
|
])
|
|
27020
27024
|
])
|
|
27021
27025
|
]);
|
|
@@ -27059,7 +27063,7 @@ const r1 = /* @__PURE__ */ Yt(Q0, [["render", n1]]), o1 = { role: "presentation"
|
|
|
27059
27063
|
]])
|
|
27060
27064
|
}, null, 2),
|
|
27061
27065
|
q("div", a1, [
|
|
27062
|
-
|
|
27066
|
+
De(i.$slots, "default")
|
|
27063
27067
|
])
|
|
27064
27068
|
], 10, i1)
|
|
27065
27069
|
]),
|
|
@@ -27166,7 +27170,7 @@ const r1 = /* @__PURE__ */ Yt(Q0, [["render", n1]]), o1 = { role: "presentation"
|
|
|
27166
27170
|
maxHeight: t.maxHeight + "px",
|
|
27167
27171
|
gridArea: o
|
|
27168
27172
|
})
|
|
27169
|
-
},
|
|
27173
|
+
}, Ne(t.modelValue) + " " + Ne(" "), 7)
|
|
27170
27174
|
], 4));
|
|
27171
27175
|
}
|
|
27172
27176
|
});
|
|
@@ -27206,13 +27210,13 @@ const c1 = { class: "relative flex space-x-3" }, f1 = { class: "text-sm leading-
|
|
|
27206
27210
|
class: be(["flex min-w-0 flex-1 justify-between space-x-4", { "pt-1.5": !t.item.description }])
|
|
27207
27211
|
}, [
|
|
27208
27212
|
q("div", null, [
|
|
27209
|
-
q("p", f1,
|
|
27210
|
-
t.item.description ? (F(), ne("p", d1,
|
|
27213
|
+
q("p", f1, Ne(t.item.title), 1),
|
|
27214
|
+
t.item.description ? (F(), ne("p", d1, Ne(t.item.description), 1)) : Me("", !0)
|
|
27211
27215
|
]),
|
|
27212
27216
|
t.item.date ? (F(), ne("div", h1, [
|
|
27213
27217
|
q("time", {
|
|
27214
27218
|
datetime: t.item.date
|
|
27215
|
-
},
|
|
27219
|
+
}, Ne(t.item.date), 9, p1)
|
|
27216
27220
|
])) : Me("", !0)
|
|
27217
27221
|
], 2)
|
|
27218
27222
|
]));
|
|
@@ -27291,22 +27295,22 @@ const c1 = { class: "relative flex space-x-3" }, f1 = { class: "text-sm leading-
|
|
|
27291
27295
|
onClose: (l) => B(i).remove(a)
|
|
27292
27296
|
}, {
|
|
27293
27297
|
default: ke(() => [
|
|
27294
|
-
on(
|
|
27298
|
+
on(Ne(a.message), 1)
|
|
27295
27299
|
]),
|
|
27296
27300
|
_: 2
|
|
27297
27301
|
}, 1032, ["color", "to", "action", "closable", "onClose"]))), 128)),
|
|
27298
27302
|
_e(tu, { dark: t.dark }, {
|
|
27299
27303
|
navbar: ke(() => [
|
|
27300
|
-
|
|
27304
|
+
De(r.$slots, "navbar")
|
|
27301
27305
|
]),
|
|
27302
27306
|
mobile: ke(() => [
|
|
27303
|
-
|
|
27307
|
+
De(r.$slots, "mobile")
|
|
27304
27308
|
]),
|
|
27305
27309
|
_: 3
|
|
27306
27310
|
}, 8, ["dark"])
|
|
27307
27311
|
]),
|
|
27308
27312
|
q("div", null, [
|
|
27309
|
-
|
|
27313
|
+
De(r.$slots, "default")
|
|
27310
27314
|
])
|
|
27311
27315
|
], 64));
|
|
27312
27316
|
}
|
|
@@ -27356,7 +27360,7 @@ const c1 = { class: "relative flex space-x-3" }, f1 = { class: "text-sm leading-
|
|
|
27356
27360
|
icon: t.icon,
|
|
27357
27361
|
class: be(B(r))
|
|
27358
27362
|
}, null, 8, ["icon", "class"])) : Me("", !0),
|
|
27359
|
-
on(" " +
|
|
27363
|
+
on(" " + Ne(t.label), 1)
|
|
27360
27364
|
]),
|
|
27361
27365
|
t.count ? (F(), ne("div", _1, [
|
|
27362
27366
|
_e(Wr, {
|
|
@@ -27425,7 +27429,7 @@ const c1 = { class: "relative flex space-x-3" }, f1 = { class: "text-sm leading-
|
|
|
27425
27429
|
]
|
|
27426
27430
|
}, {
|
|
27427
27431
|
default: ke(() => [
|
|
27428
|
-
on(
|
|
27432
|
+
on(Ne(c.label), 1)
|
|
27429
27433
|
]),
|
|
27430
27434
|
_: 2
|
|
27431
27435
|
}, 1032, ["item", "dark", "item-class"])
|
|
@@ -27452,7 +27456,7 @@ const c1 = { class: "relative flex space-x-3" }, f1 = { class: "text-sm leading-
|
|
|
27452
27456
|
value: t.notification.created_at
|
|
27453
27457
|
}, {
|
|
27454
27458
|
default: ke(({ readableDate: r }) => [
|
|
27455
|
-
q("p", O1,
|
|
27459
|
+
q("p", O1, Ne(r), 1)
|
|
27456
27460
|
]),
|
|
27457
27461
|
_: 1
|
|
27458
27462
|
}, 8, ["value"])) : Me("", !0)
|
|
@@ -27574,7 +27578,7 @@ const c1 = { class: "relative flex space-x-3" }, f1 = { class: "text-sm leading-
|
|
|
27574
27578
|
icon: "heroicons:inbox-stack",
|
|
27575
27579
|
class: "mx-auto mb-2 h-8 w-8 text-slate-400"
|
|
27576
27580
|
}),
|
|
27577
|
-
q("p", I1,
|
|
27581
|
+
q("p", I1, Ne(l.$t("sui.notifications_empty")), 1)
|
|
27578
27582
|
])
|
|
27579
27583
|
])) : Me("", !0),
|
|
27580
27584
|
t.notificationsConfig.footerTo ? (F(), ne("div", B1, [
|
|
@@ -27589,7 +27593,7 @@ const c1 = { class: "relative flex space-x-3" }, f1 = { class: "text-sm leading-
|
|
|
27589
27593
|
onClick: f
|
|
27590
27594
|
}, {
|
|
27591
27595
|
default: ke(() => [
|
|
27592
|
-
q("div", D1,
|
|
27596
|
+
q("div", D1, Ne(t.notificationsConfig.footerLabel ? t.notificationsConfig.footerLabel : l.$t("sui.see_all_notifications")), 1)
|
|
27593
27597
|
]),
|
|
27594
27598
|
_: 2
|
|
27595
27599
|
}, 1032, ["href", "onClick"])
|
|
@@ -27726,7 +27730,7 @@ const c1 = { class: "relative flex space-x-3" }, f1 = { class: "text-sm leading-
|
|
|
27726
27730
|
])
|
|
27727
27731
|
]),
|
|
27728
27732
|
default: ke(() => [
|
|
27729
|
-
|
|
27733
|
+
De(o.$slots, "default")
|
|
27730
27734
|
]),
|
|
27731
27735
|
_: 3
|
|
27732
27736
|
}, 8, ["dark"]);
|
|
@@ -27842,7 +27846,7 @@ const c1 = { class: "relative flex space-x-3" }, f1 = { class: "text-sm leading-
|
|
|
27842
27846
|
]),
|
|
27843
27847
|
q("div", Z1, [
|
|
27844
27848
|
q("nav", null, [
|
|
27845
|
-
|
|
27849
|
+
De(s.$slots, "menu")
|
|
27846
27850
|
])
|
|
27847
27851
|
])
|
|
27848
27852
|
]),
|
|
@@ -27870,7 +27874,7 @@ const c1 = { class: "relative flex space-x-3" }, f1 = { class: "text-sm leading-
|
|
|
27870
27874
|
onClose: (f) => B(i).remove(d)
|
|
27871
27875
|
}, {
|
|
27872
27876
|
default: ke(() => [
|
|
27873
|
-
on(
|
|
27877
|
+
on(Ne(d.message), 1)
|
|
27874
27878
|
]),
|
|
27875
27879
|
_: 2
|
|
27876
27880
|
}, 1032, ["color", "to", "action", "closable", "onClose"]))), 128)),
|
|
@@ -27888,12 +27892,12 @@ const c1 = { class: "relative flex space-x-3" }, f1 = { class: "text-sm leading-
|
|
|
27888
27892
|
})
|
|
27889
27893
|
]),
|
|
27890
27894
|
q("div", nb, [
|
|
27891
|
-
|
|
27895
|
+
De(s.$slots, "navbar")
|
|
27892
27896
|
])
|
|
27893
27897
|
])
|
|
27894
27898
|
]),
|
|
27895
27899
|
q("main", rb, [
|
|
27896
|
-
|
|
27900
|
+
De(s.$slots, "default")
|
|
27897
27901
|
])
|
|
27898
27902
|
]),
|
|
27899
27903
|
q("div", ob, [
|
|
@@ -27912,7 +27916,7 @@ const c1 = { class: "relative flex space-x-3" }, f1 = { class: "text-sm leading-
|
|
|
27912
27916
|
], 2),
|
|
27913
27917
|
q("div", ab, [
|
|
27914
27918
|
q("nav", lb, [
|
|
27915
|
-
|
|
27919
|
+
De(s.$slots, "menu")
|
|
27916
27920
|
])
|
|
27917
27921
|
])
|
|
27918
27922
|
], 2)
|
|
@@ -27979,7 +27983,7 @@ const c1 = { class: "relative flex space-x-3" }, f1 = { class: "text-sm leading-
|
|
|
27979
27983
|
c.title ? (F(), ne("h2", {
|
|
27980
27984
|
key: 0,
|
|
27981
27985
|
class: be(["mb-3 pl-3 text-xs font-semibold uppercase tracking-widest", t.dark ? "text-slate-400" : "text-slate-500"])
|
|
27982
|
-
},
|
|
27986
|
+
}, Ne(c.title), 3)) : Me("", !0),
|
|
27983
27987
|
q("div", null, [
|
|
27984
27988
|
q("div", cb, [
|
|
27985
27989
|
(F(!0), ne(et, null, it(c.actions, (d) => (F(), Le(oa, {
|
|
@@ -28023,7 +28027,7 @@ const c1 = { class: "relative flex space-x-3" }, f1 = { class: "text-sm leading-
|
|
|
28023
28027
|
])
|
|
28024
28028
|
]),
|
|
28025
28029
|
default: ke(() => [
|
|
28026
|
-
|
|
28030
|
+
De(l.$slots, "default")
|
|
28027
28031
|
]),
|
|
28028
28032
|
_: 3
|
|
28029
28033
|
}, 8, ["app-name", "logo-url", "dark"]));
|
|
@@ -28163,7 +28167,7 @@ const c1 = { class: "relative flex space-x-3" }, f1 = { class: "text-sm leading-
|
|
|
28163
28167
|
of: "of",
|
|
28164
28168
|
or: "or",
|
|
28165
28169
|
page: "Page",
|
|
28166
|
-
pagination_detail: "{
|
|
28170
|
+
pagination_detail: "Viewing <b>{start} - {end}</b> of <b>{total}</b>",
|
|
28167
28171
|
postal_code_zip_code: "Postal Code / Zip Code",
|
|
28168
28172
|
previous: "Previous",
|
|
28169
28173
|
previous_month: "Previous month",
|
|
@@ -28246,7 +28250,7 @@ Cette action est irréversible.`,
|
|
|
28246
28250
|
of: "de",
|
|
28247
28251
|
or: "ou",
|
|
28248
28252
|
page: "Page",
|
|
28249
|
-
pagination_detail: "{
|
|
28253
|
+
pagination_detail: "Affichage de <b>{start}</b> - <b>{end}</b> de <b>{total}</b>",
|
|
28250
28254
|
postal_code_zip_code: "Code postal",
|
|
28251
28255
|
previous: "Précédent",
|
|
28252
28256
|
previous_month: "Mois précédent",
|