@citruslime/ui 3.0.1-beta.27 → 3.0.1-beta.28
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/citrus-lime-ui.es.js +703 -698
- package/dist/citrus-lime-ui.umd.js +2 -2
- package/dist/utils/i18n/numbers.d.ts +11 -0
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Icon as J } from "@iconify/vue";
|
|
2
|
-
import { defineComponent as G, ref as M, openBlock as p, createElementBlock as b, renderSlot as z, normalizeProps as de, guardReactiveProps as pe, Fragment as Y, createElementVNode as g, normalizeClass as O, createVNode as T, unref as m, Transition as
|
|
2
|
+
import { defineComponent as G, ref as M, openBlock as p, createElementBlock as b, renderSlot as z, normalizeProps as de, guardReactiveProps as pe, Fragment as Y, createElementVNode as g, normalizeClass as O, createVNode as T, unref as m, Transition as Ve, withCtx as E, withDirectives as te, mergeProps as X, vShow as ue, createBlock as P, Teleport as yl, renderList as ae, toDisplayString as A, createCommentVNode as j, computed as $, mergeModels as fe, useModel as ve, createSlots as Te, vModelDynamic as Bl, watch as le, toRefs as Fl, withKeys as be, onMounted as We, onUnmounted as al, withModifiers as se, nextTick as Ue, useAttrs as Ke, resolveComponent as Ie, createTextVNode as ie, inject as nl, vModelCheckbox as vt, toValue as Dl, watchEffect as bt, vModelText as wl, useCssVars as jl, toHandlers as ht, pushScopeId as Pl, popScopeId as Gl, provide as gl, normalizeStyle as sl } from "vue";
|
|
3
3
|
import { generateStringId as yt, highlightText as wt, validateEmail as kt } from "@citruslime/utils";
|
|
4
|
-
import { onKeyDown as vl, unrefElement as $t, tryOnScopeDispose as Ct, onClickOutside as
|
|
4
|
+
import { onKeyDown as vl, unrefElement as $t, tryOnScopeDispose as Ct, onClickOutside as rl, useTimeoutFn as Hl, useMouseInElement as Tt, useFocusWithin as St, useMediaQuery as Zl, useThrottle as qt, useElementBounding as Ot, useDebounceFn as _e, useThrottleFn as Dt, useWindowSize as At } from "@vueuse/core";
|
|
5
5
|
import { useI18n as ce, createI18n as Et } from "vue-i18n";
|
|
6
6
|
import { createFocusTrap as Vt } from "focus-trap";
|
|
7
7
|
import { copy as me } from "@citruslime/vue-utils";
|
|
@@ -67,7 +67,7 @@ const Mt = { class: "cl-overflow-hidden" }, Nt = /* @__PURE__ */ G({
|
|
|
67
67
|
])
|
|
68
68
|
], 2),
|
|
69
69
|
g("div", zt, [
|
|
70
|
-
T(
|
|
70
|
+
T(Ve, { name: "grow-down" }, {
|
|
71
71
|
default: E(() => [
|
|
72
72
|
te(g("div", X(n.$attrs, { class: "cl-ml-10 cl-p-4" }), [
|
|
73
73
|
z(n.$slots, "default")
|
|
@@ -91,16 +91,16 @@ function jt(t, o) {
|
|
|
91
91
|
z(t.$slots, "default")
|
|
92
92
|
]);
|
|
93
93
|
}
|
|
94
|
-
const Pt = /* @__PURE__ */ ye(Bt, [["render", jt]]),
|
|
94
|
+
const Pt = /* @__PURE__ */ ye(Bt, [["render", jt]]), el = M([]);
|
|
95
95
|
function Al(t) {
|
|
96
96
|
const o = {
|
|
97
97
|
id: yt(),
|
|
98
98
|
...t
|
|
99
99
|
};
|
|
100
|
-
|
|
100
|
+
el.value.push(o), setTimeout(() => Wl(o), t.duration);
|
|
101
101
|
}
|
|
102
102
|
function Wl(t) {
|
|
103
|
-
|
|
103
|
+
el.value = el.value.filter((o) => o.id !== t.id);
|
|
104
104
|
}
|
|
105
105
|
const Gt = ["onClick"], Ht = { class: "cl-flex-1 cl-select-none cl-text-ellipsis cl-w-64" }, Kl = /* @__PURE__ */ G({
|
|
106
106
|
inheritAttrs: !1,
|
|
@@ -121,7 +121,7 @@ const Gt = ["onClick"], Ht = { class: "cl-flex-1 cl-select-none cl-text-ellipsis
|
|
|
121
121
|
"cl-bottom-5 cl-right-5": o.position === "bottom-right"
|
|
122
122
|
}])
|
|
123
123
|
}, [
|
|
124
|
-
(p(!0), b(Y, null, ae(m(
|
|
124
|
+
(p(!0), b(Y, null, ae(m(el), (e, s) => (p(), b("div", X(o.$attrs, {
|
|
125
125
|
key: s,
|
|
126
126
|
class: ["cl-break-words cl-cursor-pointer cl-flex cl-font-semibold cl-group cl-mb-2 cl-overflow-hidden cl-p-4 cl-rounded cl-shadow-lg cl-text-sm", {
|
|
127
127
|
"cl-bg-white": e.colour === "default",
|
|
@@ -180,7 +180,7 @@ const Gt = ["onClick"], Ht = { class: "cl-flex-1 cl-select-none cl-text-ellipsis
|
|
|
180
180
|
function Yt(t, o) {
|
|
181
181
|
return p(), b("div", Qt);
|
|
182
182
|
}
|
|
183
|
-
const
|
|
183
|
+
const il = /* @__PURE__ */ ye(Kt, [["render", Yt], ["__scopeId", "data-v-a21dc5d2"]]), Jt = ["disabled"], ke = /* @__PURE__ */ G({
|
|
184
184
|
inheritAttrs: !1,
|
|
185
185
|
__name: "cl-ui-button",
|
|
186
186
|
props: {
|
|
@@ -196,7 +196,7 @@ const rl = /* @__PURE__ */ ye(Kt, [["render", Yt], ["__scopeId", "data-v-a21dc5d
|
|
|
196
196
|
l.value && l.value.focus();
|
|
197
197
|
}
|
|
198
198
|
}), (e, s) => (p(), b(Y, null, [
|
|
199
|
-
te(T(
|
|
199
|
+
te(T(il, { class: "relative" }, null, 512), [
|
|
200
200
|
[ue, e.loading]
|
|
201
201
|
]),
|
|
202
202
|
te(g("button", X(e.$attrs, {
|
|
@@ -297,7 +297,7 @@ const rl = /* @__PURE__ */ ye(Kt, [["render", Yt], ["__scopeId", "data-v-a21dc5d
|
|
|
297
297
|
}, co = { class: "cl-flex cl-flex-col cl-flex-nowrap cl-gap-1 cl-w-full" }, uo = {
|
|
298
298
|
key: 1,
|
|
299
299
|
class: "cl-pt-1 cl-select-none cl-text-xs"
|
|
300
|
-
},
|
|
300
|
+
}, Me = /* @__PURE__ */ G({
|
|
301
301
|
__name: "cl-ui-input-layout-wrapper",
|
|
302
302
|
props: {
|
|
303
303
|
showRequiredAsterisk: { type: Boolean },
|
|
@@ -327,7 +327,7 @@ const rl = /* @__PURE__ */ ye(Kt, [["render", Yt], ["__scopeId", "data-v-a21dc5d
|
|
|
327
327
|
])) : e.errors ? (p(), b("div", uo, " ")) : j("", !0)
|
|
328
328
|
]));
|
|
329
329
|
}
|
|
330
|
-
}), po = ["type", "maxlength", "disabled", "placeholder"],
|
|
330
|
+
}), po = ["type", "maxlength", "disabled", "placeholder"], Re = /* @__PURE__ */ G({
|
|
331
331
|
inheritAttrs: !1,
|
|
332
332
|
__name: "cl-ui-input-text",
|
|
333
333
|
props: /* @__PURE__ */ fe({
|
|
@@ -356,7 +356,7 @@ const rl = /* @__PURE__ */ ye(Kt, [["render", Yt], ["__scopeId", "data-v-a21dc5d
|
|
|
356
356
|
var u;
|
|
357
357
|
return (u = n.value) == null ? void 0 : u.blur();
|
|
358
358
|
}
|
|
359
|
-
}), (u, c) => (p(), P(
|
|
359
|
+
}), (u, c) => (p(), P(Me, {
|
|
360
360
|
"show-required-asterisk": u.required,
|
|
361
361
|
errors: u.errors
|
|
362
362
|
}, Te({
|
|
@@ -455,7 +455,7 @@ const mo = /* @__PURE__ */ g("div", { tabindex: "0" }, null, -1), go = {
|
|
|
455
455
|
return (i, a) => (p(), b(Y, null, [
|
|
456
456
|
z(i.$slots, "trigger", de(pe({ open: u }))),
|
|
457
457
|
(p(), P(yl, { to: "body" }, [
|
|
458
|
-
T(
|
|
458
|
+
T(Ve, { name: "fade" }, {
|
|
459
459
|
default: E(() => [
|
|
460
460
|
te(g("div", {
|
|
461
461
|
ref_key: "clUiModal",
|
|
@@ -511,7 +511,7 @@ const mo = /* @__PURE__ */ g("div", { tabindex: "0" }, null, -1), go = {
|
|
|
511
511
|
}), bo = { class: "cl-bg-grey-0 cl-flex cl-p-1 cl-text-left" }, ho = {
|
|
512
512
|
key: 0,
|
|
513
513
|
class: "cl-w-1/2"
|
|
514
|
-
},
|
|
514
|
+
}, Xe = /* @__PURE__ */ G({
|
|
515
515
|
__name: "cl-ui-combo-box-header",
|
|
516
516
|
props: {
|
|
517
517
|
showClearButton: { type: Boolean, default: !1 },
|
|
@@ -573,7 +573,7 @@ const mo = /* @__PURE__ */ g("div", { tabindex: "0" }, null, -1), go = {
|
|
|
573
573
|
l.selectedIndex === l.index ? u.value = !0 : u.value = !1;
|
|
574
574
|
}
|
|
575
575
|
return le(() => l.selectedIndex, () => i()), (a, r) => {
|
|
576
|
-
var f,
|
|
576
|
+
var f, y;
|
|
577
577
|
return p(), b("div", {
|
|
578
578
|
class: O(["cl-cursor-pointer cl-duration-75 cl-flex cl-p-1 cl-text-left cl-transition-colors", {
|
|
579
579
|
"cl-bg-white": u.value === !1,
|
|
@@ -584,7 +584,7 @@ const mo = /* @__PURE__ */ g("div", { tabindex: "0" }, null, -1), go = {
|
|
|
584
584
|
onMousemove: r[0] || (r[0] = (k) => d(!0)),
|
|
585
585
|
onMouseleave: r[1] || (r[1] = (k) => d(!1))
|
|
586
586
|
}, [
|
|
587
|
-
a.option !== null && ((f = a.option) == null ? void 0 : f.parentId) !== 0 && ((
|
|
587
|
+
a.option !== null && ((f = a.option) == null ? void 0 : f.parentId) !== 0 && ((y = a.option) == null ? void 0 : y.parentId) !== void 0 ? (p(), b("div", yo, A(n.value), 1)) : j("", !0),
|
|
588
588
|
g("div", {
|
|
589
589
|
class: O({
|
|
590
590
|
"cl-w-1/2": n.value !== "",
|
|
@@ -629,9 +629,9 @@ const mo = /* @__PURE__ */ g("div", { tabindex: "0" }, null, -1), go = {
|
|
|
629
629
|
e("select-object", V);
|
|
630
630
|
}
|
|
631
631
|
function f() {
|
|
632
|
-
e("create-object", n.value),
|
|
632
|
+
e("create-object", n.value), y();
|
|
633
633
|
}
|
|
634
|
-
function
|
|
634
|
+
function y() {
|
|
635
635
|
e("hide-dropdown");
|
|
636
636
|
}
|
|
637
637
|
function k(V) {
|
|
@@ -649,7 +649,7 @@ const mo = /* @__PURE__ */ g("div", { tabindex: "0" }, null, -1), go = {
|
|
|
649
649
|
let H = -1;
|
|
650
650
|
for (let B = 0; B < N.length; B++)
|
|
651
651
|
N[B] === V.target && (H = B - 1);
|
|
652
|
-
H >= 0 && (N[H].focus(),
|
|
652
|
+
H >= 0 && (N[H].focus(), y());
|
|
653
653
|
}
|
|
654
654
|
}
|
|
655
655
|
function L() {
|
|
@@ -672,7 +672,7 @@ const mo = /* @__PURE__ */ g("div", { tabindex: "0" }, null, -1), go = {
|
|
|
672
672
|
return le(() => l.results, () => q()), le(() => l.errorMessage, () => q()), le(() => l.isVisible, () => ee()), We(() => {
|
|
673
673
|
var V;
|
|
674
674
|
return (V = i.value) == null ? void 0 : V.addEventListener("keydown", S);
|
|
675
|
-
}),
|
|
675
|
+
}), al(() => {
|
|
676
676
|
var V;
|
|
677
677
|
return (V = i.value) == null ? void 0 : V.removeEventListener("keydown", S);
|
|
678
678
|
}), (V, N) => {
|
|
@@ -690,11 +690,11 @@ const mo = /* @__PURE__ */ g("div", { tabindex: "0" }, null, -1), go = {
|
|
|
690
690
|
onKeyup: be(se(C, ["prevent", "stop"]), ["enter"])
|
|
691
691
|
}, [
|
|
692
692
|
V.loading ? (p(), b("div", $o, [
|
|
693
|
-
T(
|
|
693
|
+
T(il)
|
|
694
694
|
])) : j("", !0),
|
|
695
695
|
g("div", Co, [
|
|
696
696
|
g("div", To, [
|
|
697
|
-
T(
|
|
697
|
+
T(Re, {
|
|
698
698
|
id: `cl-ui-combo-box-search-input-${V.objectType}`,
|
|
699
699
|
modelValue: n.value,
|
|
700
700
|
"onUpdate:modelValue": N[0] || (N[0] = (B) => n.value = B),
|
|
@@ -702,7 +702,7 @@ const mo = /* @__PURE__ */ g("div", { tabindex: "0" }, null, -1), go = {
|
|
|
702
702
|
placeholder: V.searchHint,
|
|
703
703
|
type: "search",
|
|
704
704
|
onKeyup: a,
|
|
705
|
-
onBlur:
|
|
705
|
+
onBlur: y
|
|
706
706
|
}, {
|
|
707
707
|
default: E(() => [
|
|
708
708
|
So
|
|
@@ -711,23 +711,23 @@ const mo = /* @__PURE__ */ g("div", { tabindex: "0" }, null, -1), go = {
|
|
|
711
711
|
}, 8, ["id", "modelValue", "placeholder"])
|
|
712
712
|
])
|
|
713
713
|
]),
|
|
714
|
-
V.currentObjectName !== "" ? (p(), P(
|
|
714
|
+
V.currentObjectName !== "" ? (p(), P(Xe, {
|
|
715
715
|
key: 1,
|
|
716
716
|
"show-clear-button": V.canClearSelectedObject,
|
|
717
717
|
text: V.currentObjectName,
|
|
718
718
|
onClearObject: N[1] || (N[1] = (B) => V.$emit("clear-object"))
|
|
719
719
|
}, null, 8, ["show-clear-button", "text"])) : j("", !0),
|
|
720
|
-
V.objectParentType !== "" && V.results !== void 0 && V.results.length > 0 && V.errorMessage === "" ? (p(), P(
|
|
720
|
+
V.objectParentType !== "" && V.results !== void 0 && V.results.length > 0 && V.errorMessage === "" ? (p(), P(Xe, {
|
|
721
721
|
key: 2,
|
|
722
722
|
text: V.objectType,
|
|
723
723
|
"additional-text": V.objectParentType,
|
|
724
724
|
class: "cl-bg-grey-2 cl-mt-1"
|
|
725
725
|
}, null, 8, ["text", "additional-text"])) : j("", !0),
|
|
726
|
-
V.results !== null && ((H = V.results) == null ? void 0 : H.length) === 0 && n.value.trim() !== "" && V.canCreateNewObject === !1 && V.errorMessage === "" ? (p(), P(
|
|
726
|
+
V.results !== null && ((H = V.results) == null ? void 0 : H.length) === 0 && n.value.trim() !== "" && V.canCreateNewObject === !1 && V.errorMessage === "" ? (p(), P(Xe, {
|
|
727
727
|
key: 3,
|
|
728
728
|
text: m(s)("comboBox.noResults", { value: n.value })
|
|
729
729
|
}, null, 8, ["text"])) : j("", !0),
|
|
730
|
-
V.errorMessage !== "" ? (p(), P(
|
|
730
|
+
V.errorMessage !== "" ? (p(), P(Xe, {
|
|
731
731
|
key: 4,
|
|
732
732
|
class: "!cl-bg-danger-light cl-border-danger-light cl-rounded cl-text-danger-dark",
|
|
733
733
|
text: m(s)("comboBox.errorMessage", { error: V.errorMessage })
|
|
@@ -781,31 +781,31 @@ const mo = /* @__PURE__ */ g("div", { tabindex: "0" }, null, -1), go = {
|
|
|
781
781
|
setup(t, { expose: o, emit: l }) {
|
|
782
782
|
const e = t, s = l, { id: n, ...u } = Ke(), c = n ?? `cl-ui-combo-box-input-${e.objectType}`, d = $(() => e.placeholderText ? e.placeholderText : a("comboBox.emptyHintText", { object: e.objectType })), i = $(() => e.searchHint ? e.searchHint : a("comboBox.searchHint", { object: e.objectType })), { t: a } = ce(), r = M(!1), f = $({
|
|
783
783
|
get: () => e.currentObject,
|
|
784
|
-
set: (
|
|
785
|
-
}),
|
|
786
|
-
function U(
|
|
784
|
+
set: (w) => s("update:current-object", w)
|
|
785
|
+
}), y = M(null), k = $(() => $e()), v = M(""), C = M(""), S = M(), L = M(!0), q = M(!1);
|
|
786
|
+
function U(w) {
|
|
787
787
|
var Q;
|
|
788
788
|
const I = ((Q = Z.value) == null ? void 0 : Q.getBoundingClientRect().top) || 0;
|
|
789
|
-
q.value = window.innerHeight - I < 280, e.disabled || (typeof
|
|
789
|
+
q.value = window.innerHeight - I < 280, e.disabled || (typeof w < "u" ? r.value = w : r.value = !r.value);
|
|
790
790
|
}
|
|
791
|
-
function ee(
|
|
792
|
-
v.value =
|
|
791
|
+
function ee(w) {
|
|
792
|
+
v.value = w, s("search", w);
|
|
793
793
|
}
|
|
794
|
-
function V(
|
|
795
|
-
C.value =
|
|
794
|
+
function V(w) {
|
|
795
|
+
C.value = w, s("search-parent", w);
|
|
796
796
|
}
|
|
797
797
|
function N() {
|
|
798
798
|
f.value = null, U(!1);
|
|
799
799
|
}
|
|
800
|
-
function H(
|
|
801
|
-
const I = B(
|
|
800
|
+
function H(w) {
|
|
801
|
+
const I = B(w ?? 0);
|
|
802
802
|
f.value = I, U(!1);
|
|
803
803
|
}
|
|
804
|
-
function B(
|
|
804
|
+
function B(w) {
|
|
805
805
|
let I = null;
|
|
806
806
|
if (e.results !== null) {
|
|
807
807
|
for (let Q = 0; Q < e.results.length; Q++)
|
|
808
|
-
if (e.results[Q].id ===
|
|
808
|
+
if (e.results[Q].id === w) {
|
|
809
809
|
I = e.results[Q];
|
|
810
810
|
break;
|
|
811
811
|
}
|
|
@@ -813,10 +813,10 @@ const mo = /* @__PURE__ */ g("div", { tabindex: "0" }, null, -1), go = {
|
|
|
813
813
|
return I;
|
|
814
814
|
}
|
|
815
815
|
function F() {
|
|
816
|
-
var
|
|
816
|
+
var w;
|
|
817
817
|
S.value = {
|
|
818
818
|
name: v.value,
|
|
819
|
-
parentId: ((
|
|
819
|
+
parentId: ((w = y.value) == null ? void 0 : w.id) ?? 0
|
|
820
820
|
}, s("create-object", S.value);
|
|
821
821
|
}
|
|
822
822
|
function x() {
|
|
@@ -826,8 +826,8 @@ const mo = /* @__PURE__ */ g("div", { tabindex: "0" }, null, -1), go = {
|
|
|
826
826
|
}, s("create-parent-object", S.value);
|
|
827
827
|
}
|
|
828
828
|
function he() {
|
|
829
|
-
var
|
|
830
|
-
(
|
|
829
|
+
var w, I;
|
|
830
|
+
(w = e.objectCreatedResponse) != null && w.error ? Al({
|
|
831
831
|
message: a("comboBox.createFailed", {
|
|
832
832
|
name: v.value,
|
|
833
833
|
error: e.objectCreatedResponse.error
|
|
@@ -837,8 +837,8 @@ const mo = /* @__PURE__ */ g("div", { tabindex: "0" }, null, -1), go = {
|
|
|
837
837
|
}) : (I = e.objectCreatedResponse) != null && I.id && je();
|
|
838
838
|
}
|
|
839
839
|
function ge() {
|
|
840
|
-
var
|
|
841
|
-
(
|
|
840
|
+
var w;
|
|
841
|
+
(w = e.parentObjectCreatedResponse) != null && w.id && (y.value = {
|
|
842
842
|
id: e.parentObjectCreatedResponse.id,
|
|
843
843
|
name: e.parentObjectCreatedResponse.name ?? ""
|
|
844
844
|
});
|
|
@@ -853,47 +853,47 @@ const mo = /* @__PURE__ */ g("div", { tabindex: "0" }, null, -1), go = {
|
|
|
853
853
|
colour: "primary",
|
|
854
854
|
duration: 1e4
|
|
855
855
|
});
|
|
856
|
-
let
|
|
857
|
-
|
|
856
|
+
let w = "";
|
|
857
|
+
y.value && y.value.id === ((Q = e.objectCreatedResponse) == null ? void 0 : Q.parentId) && (w = y.value.name), f.value = {
|
|
858
858
|
id: ((h = e.objectCreatedResponse) == null ? void 0 : h.id) ?? 0,
|
|
859
859
|
name: ((R = e.objectCreatedResponse) == null ? void 0 : R.name) ?? "",
|
|
860
860
|
parentId: ((W = e.objectCreatedResponse) == null ? void 0 : W.parentId) ?? 0,
|
|
861
|
-
parentName:
|
|
861
|
+
parentName: w
|
|
862
862
|
};
|
|
863
863
|
}
|
|
864
864
|
function $e() {
|
|
865
|
-
let
|
|
866
|
-
return f.value && (f.value.parentName ?
|
|
865
|
+
let w = "";
|
|
866
|
+
return f.value && (f.value.parentName ? w = f.value.parentName + "; " + f.value.name : w = f.value.name), w;
|
|
867
867
|
}
|
|
868
868
|
function D() {
|
|
869
|
-
let
|
|
870
|
-
v.value === "" && (
|
|
869
|
+
let w = !0;
|
|
870
|
+
v.value === "" && (w = !1), e.objectParentType !== "" && y.value === null && (w = !1), L.value = w;
|
|
871
871
|
}
|
|
872
|
-
le(() => e.objectCreatedResponse, () => he()), le(() => e.parentObjectCreatedResponse, () => ge()), le(() => v.value, () => D()), le(() =>
|
|
872
|
+
le(() => e.objectCreatedResponse, () => he()), le(() => e.parentObjectCreatedResponse, () => ge()), le(() => v.value, () => D()), le(() => y.value, () => D());
|
|
873
873
|
const Z = M();
|
|
874
|
-
return
|
|
874
|
+
return rl(Z, () => r.value ? U(!1) : ""), o({
|
|
875
875
|
focus() {
|
|
876
876
|
U(), s("focus");
|
|
877
877
|
}
|
|
878
|
-
}), (
|
|
879
|
-
const Q =
|
|
878
|
+
}), (w, I) => {
|
|
879
|
+
const Q = Ie("cl-ui-combo-box", !0);
|
|
880
880
|
return p(), b("div", X({
|
|
881
881
|
ref_key: "outsideRef",
|
|
882
882
|
ref: Z
|
|
883
883
|
}, u, { class: "cl-relative" }), [
|
|
884
884
|
g("div", Do, [
|
|
885
885
|
g("div", Ao, [
|
|
886
|
-
T(
|
|
886
|
+
T(Re, {
|
|
887
887
|
id: m(c),
|
|
888
888
|
modelValue: k.value,
|
|
889
889
|
"onUpdate:modelValue": I[0] || (I[0] = (h) => k.value = h),
|
|
890
890
|
class: O(["cl-box-border cl-font-light cl-mb-0 cl-p-2 cl-placeholder-grey-3 cl-rounded-r-none cl-text-sm", {
|
|
891
|
-
"cl-cursor-pointer":
|
|
891
|
+
"cl-cursor-pointer": w.disabled === !1
|
|
892
892
|
}]),
|
|
893
893
|
placeholder: d.value,
|
|
894
|
-
disabled:
|
|
894
|
+
disabled: w.disabled,
|
|
895
895
|
onFocus: I[1] || (I[1] = (h) => {
|
|
896
|
-
U(),
|
|
896
|
+
U(), w.$emit("focus");
|
|
897
897
|
})
|
|
898
898
|
}, {
|
|
899
899
|
default: E(() => [
|
|
@@ -911,15 +911,15 @@ const mo = /* @__PURE__ */ g("div", { tabindex: "0" }, null, -1), go = {
|
|
|
911
911
|
})
|
|
912
912
|
])
|
|
913
913
|
], 512), [
|
|
914
|
-
[ue,
|
|
914
|
+
[ue, w.required && w.disabled === !1 && w.currentObject === null]
|
|
915
915
|
]),
|
|
916
916
|
r.value ? (p(), b("div", {
|
|
917
917
|
key: 1,
|
|
918
918
|
class: O(["cl-border cl-border-grey-2 cl-border-l-0 cl-float-right cl-rounded cl-rounded-l-none cl-text-grey-3 cl-transition-colors cl-w-[27px]", {
|
|
919
|
-
"cl-cursor-default cl-bg-off-white":
|
|
920
|
-
"cl-cursor-pointer hover:cl-bg-link-light hover:cl-opacity-90 hover:cl-text-white cl-bg-white":
|
|
919
|
+
"cl-cursor-default cl-bg-off-white": w.disabled,
|
|
920
|
+
"cl-cursor-pointer hover:cl-bg-link-light hover:cl-opacity-90 hover:cl-text-white cl-bg-white": w.disabled === !1
|
|
921
921
|
}]),
|
|
922
|
-
disabled:
|
|
922
|
+
disabled: w.disabled,
|
|
923
923
|
onClick: I[3] || (I[3] = (h) => U(!1))
|
|
924
924
|
}, [
|
|
925
925
|
T(m(J), {
|
|
@@ -929,10 +929,10 @@ const mo = /* @__PURE__ */ g("div", { tabindex: "0" }, null, -1), go = {
|
|
|
929
929
|
], 10, No)) : (p(), b("div", {
|
|
930
930
|
key: 0,
|
|
931
931
|
class: O(["cl-border cl-border-grey-2 cl-border-l-0 cl-float-right cl-rounded cl-rounded-l-none cl-text-grey-3 cl-transition-colors cl-w-[27px]", {
|
|
932
|
-
"cl-cursor-default cl-bg-off-white":
|
|
933
|
-
"cl-cursor-pointer hover:cl-bg-link-light hover:cl-opacity-90 hover:cl-text-white cl-bg-white":
|
|
932
|
+
"cl-cursor-default cl-bg-off-white": w.disabled,
|
|
933
|
+
"cl-cursor-pointer hover:cl-bg-link-light hover:cl-opacity-90 hover:cl-text-white cl-bg-white": w.disabled === !1
|
|
934
934
|
}]),
|
|
935
|
-
disabled:
|
|
935
|
+
disabled: w.disabled,
|
|
936
936
|
onClick: I[2] || (I[2] = (h) => U(!0))
|
|
937
937
|
}, [
|
|
938
938
|
T(m(J), {
|
|
@@ -943,24 +943,24 @@ const mo = /* @__PURE__ */ g("div", { tabindex: "0" }, null, -1), go = {
|
|
|
943
943
|
]),
|
|
944
944
|
T(Ql, { size: "small" }, {
|
|
945
945
|
title: E(() => [
|
|
946
|
-
ie(A(m(a)("comboBox.createTitle", { object:
|
|
946
|
+
ie(A(m(a)("comboBox.createTitle", { object: w.objectType })), 1)
|
|
947
947
|
]),
|
|
948
948
|
trigger: E(({ open: h }) => [
|
|
949
949
|
te(T(Oo, {
|
|
950
|
-
"can-create-new-object":
|
|
951
|
-
"can-clear-selected-object":
|
|
952
|
-
loading:
|
|
953
|
-
results:
|
|
954
|
-
"object-type":
|
|
955
|
-
"object-parent-type":
|
|
956
|
-
"error-message":
|
|
950
|
+
"can-create-new-object": w.canCreateNewObject,
|
|
951
|
+
"can-clear-selected-object": w.canClearSelectedObject,
|
|
952
|
+
loading: w.loading,
|
|
953
|
+
results: w.results,
|
|
954
|
+
"object-type": w.objectType,
|
|
955
|
+
"object-parent-type": w.objectParentType,
|
|
956
|
+
"error-message": w.errorMessage,
|
|
957
957
|
"current-object-name": k.value,
|
|
958
958
|
"is-visible": r.value,
|
|
959
959
|
class: O({
|
|
960
960
|
"cl-bottom-full": q.value
|
|
961
961
|
}),
|
|
962
962
|
"search-hint": i.value,
|
|
963
|
-
onCreateObject: () =>
|
|
963
|
+
onCreateObject: () => w.objectParentType === "" && w.skipObjectCreationModal === !0 ? F() : h(),
|
|
964
964
|
onSelectObject: H,
|
|
965
965
|
onClearObject: N,
|
|
966
966
|
onSearch: ee,
|
|
@@ -999,22 +999,22 @@ const mo = /* @__PURE__ */ g("div", { tabindex: "0" }, null, -1), go = {
|
|
|
999
999
|
]),
|
|
1000
1000
|
default: E(() => [
|
|
1001
1001
|
g("div", Ro, [
|
|
1002
|
-
|
|
1002
|
+
w.objectParentType ? (p(), P(Q, {
|
|
1003
1003
|
key: 0,
|
|
1004
|
-
"current-object":
|
|
1005
|
-
"onUpdate:currentObject": I[5] || (I[5] = (h) =>
|
|
1004
|
+
"current-object": y.value,
|
|
1005
|
+
"onUpdate:currentObject": I[5] || (I[5] = (h) => y.value = h),
|
|
1006
1006
|
class: "cl-mt-3",
|
|
1007
|
-
results:
|
|
1008
|
-
loading:
|
|
1009
|
-
"object-type":
|
|
1010
|
-
"object-created-response":
|
|
1011
|
-
"can-create-new-object":
|
|
1012
|
-
"can-clear-selected-object":
|
|
1013
|
-
"error-message":
|
|
1007
|
+
results: w.parentResults,
|
|
1008
|
+
loading: w.loading,
|
|
1009
|
+
"object-type": w.objectParentType,
|
|
1010
|
+
"object-created-response": w.parentObjectCreatedResponse,
|
|
1011
|
+
"can-create-new-object": w.canCreateNewObject,
|
|
1012
|
+
"can-clear-selected-object": w.canClearSelectedObject,
|
|
1013
|
+
"error-message": w.errorMessage,
|
|
1014
1014
|
onSearch: V,
|
|
1015
1015
|
onCreateObject: x
|
|
1016
1016
|
}, null, 8, ["current-object", "results", "loading", "object-type", "object-created-response", "can-create-new-object", "can-clear-selected-object", "error-message"])) : j("", !0),
|
|
1017
|
-
T(
|
|
1017
|
+
T(Re, {
|
|
1018
1018
|
modelValue: v.value,
|
|
1019
1019
|
"onUpdate:modelValue": I[6] || (I[6] = (h) => v.value = h),
|
|
1020
1020
|
class: "cl-box-border cl-font-light cl-mb-2 cl-p-2 cl-placeholder-grey-3 cl-text-sm"
|
|
@@ -1060,8 +1060,8 @@ function Wo(t, o) {
|
|
|
1060
1060
|
])) : j("", !0)
|
|
1061
1061
|
]);
|
|
1062
1062
|
}
|
|
1063
|
-
const Ko = /* @__PURE__ */ ye(Fo, [["render", Wo]]),
|
|
1064
|
-
function
|
|
1063
|
+
const Ko = /* @__PURE__ */ ye(Fo, [["render", Wo]]), cl = Symbol();
|
|
1064
|
+
function xe(t) {
|
|
1065
1065
|
const o = t.type !== "slot" || t.slotType !== void 0 && t.field !== void 0, l = t.sortable ?? !0;
|
|
1066
1066
|
return o && l;
|
|
1067
1067
|
}
|
|
@@ -1070,7 +1070,7 @@ function kl(t) {
|
|
|
1070
1070
|
return o && l;
|
|
1071
1071
|
}
|
|
1072
1072
|
function Qo(t) {
|
|
1073
|
-
return t.some((o) =>
|
|
1073
|
+
return t.some((o) => xe(o));
|
|
1074
1074
|
}
|
|
1075
1075
|
function Vl(t) {
|
|
1076
1076
|
return t.some((o) => kl(o));
|
|
@@ -1087,7 +1087,7 @@ const Yo = { class: "cl-flex cl-flex-wrap cl-gap-1 cl-overflow-auto cl-pb-2 lg:c
|
|
|
1087
1087
|
},
|
|
1088
1088
|
emits: ["update:edit-mode", "update:filterPanelOpen", "clear-filters"],
|
|
1089
1089
|
setup(t) {
|
|
1090
|
-
const o = t, { t: l } = ce(), e = $(() => o.request.filters.some((n) => n.filterValue !== "")), s =
|
|
1090
|
+
const o = t, { t: l } = ce(), e = $(() => o.request.filters.some((n) => n.filterValue !== "")), s = nl("cl-ui-grid-id") ?? "cl-ui-grid-filter";
|
|
1091
1091
|
return (n, u) => (p(), b(Y, null, [
|
|
1092
1092
|
g("div", {
|
|
1093
1093
|
class: O(["cl-mb-2 cl-text-sm lg:cl-hidden", {
|
|
@@ -1188,7 +1188,7 @@ const Yo = { class: "cl-flex cl-flex-wrap cl-gap-1 cl-overflow-auto cl-pb-2 lg:c
|
|
|
1188
1188
|
var u;
|
|
1189
1189
|
return (u = n.value) == null ? void 0 : u.blur();
|
|
1190
1190
|
}
|
|
1191
|
-
}), (u, c) => (p(), P(
|
|
1191
|
+
}), (u, c) => (p(), P(Me, {
|
|
1192
1192
|
"show-required-asterisk": u.required,
|
|
1193
1193
|
errors: u.errors
|
|
1194
1194
|
}, Te({
|
|
@@ -1222,7 +1222,7 @@ const Yo = { class: "cl-flex cl-flex-wrap cl-gap-1 cl-overflow-auto cl-pb-2 lg:c
|
|
|
1222
1222
|
} : void 0
|
|
1223
1223
|
]), 1032, ["show-required-asterisk", "errors"]));
|
|
1224
1224
|
}
|
|
1225
|
-
}),
|
|
1225
|
+
}), ul = /* @__PURE__ */ ye(ea, [["__scopeId", "data-v-1cc17049"]]);
|
|
1226
1226
|
var _ = /* @__PURE__ */ ((t) => (t.CURRENCY = "currency", t.PERCENTAGE = "percentage", t.INTEGER = "integer", t.DECIMAL = "decimal", t.MULTIPLIER = "multiplier", t))(_ || {}), ne = /* @__PURE__ */ ((t) => (t.SHORT_DATE = "short-date", t.SHORT_DATETIME = "short-datetime", t.DATE = "date", t.DATETIME = "datetime", t.LONG_DATE = "long-date", t.LONG_DATETIME = "long-datetime", t.TIME = "time", t.MONTH_YEAR = "month-year", t))(ne || {});
|
|
1227
1227
|
const la = {
|
|
1228
1228
|
"en-GB": {
|
|
@@ -1406,19 +1406,19 @@ const la = {
|
|
|
1406
1406
|
fallbackWarn: !1,
|
|
1407
1407
|
warnHtmlMessage: !1
|
|
1408
1408
|
});
|
|
1409
|
-
function
|
|
1409
|
+
function lc(t, o) {
|
|
1410
1410
|
return Ce.global.mergeLocaleMessage(t, o), Ue();
|
|
1411
1411
|
}
|
|
1412
|
-
function
|
|
1412
|
+
function tc(t, o) {
|
|
1413
1413
|
return Ce.global.mergeNumberFormat(t, o), Ue();
|
|
1414
1414
|
}
|
|
1415
|
-
function
|
|
1415
|
+
function oc(t, o) {
|
|
1416
1416
|
return Ce.global.mergeDateTimeFormat(t, o), Ue();
|
|
1417
1417
|
}
|
|
1418
|
-
function
|
|
1418
|
+
function ac(t) {
|
|
1419
1419
|
return Ce.global.locale.value = t, Ue();
|
|
1420
1420
|
}
|
|
1421
|
-
const { locale: aa, getNumberFormat: na } = Ce.global,
|
|
1421
|
+
const { locale: aa, getNumberFormat: na } = Ce.global, dl = _.DECIMAL;
|
|
1422
1422
|
function we(t) {
|
|
1423
1423
|
return De(t, _.DECIMAL, { additionalOptions: {
|
|
1424
1424
|
minimumFractionDigits: 0,
|
|
@@ -1433,16 +1433,16 @@ function fl(t, o) {
|
|
|
1433
1433
|
}
|
|
1434
1434
|
function De(t, o, l) {
|
|
1435
1435
|
if (pl(o)) {
|
|
1436
|
-
const e = Fe(
|
|
1436
|
+
const e = Fe(dl, l);
|
|
1437
1437
|
return o.replace(/\{0\}/g, Ml(t, e) ?? "");
|
|
1438
1438
|
} else {
|
|
1439
1439
|
const e = Fe(Cl(o), l);
|
|
1440
1440
|
let s = Ml(t, e) ?? "";
|
|
1441
1441
|
if (o === "currency-without-symbol") {
|
|
1442
|
-
const n =
|
|
1442
|
+
const n = Qe(e);
|
|
1443
1443
|
if (n) {
|
|
1444
|
-
const u =
|
|
1445
|
-
s =
|
|
1444
|
+
const u = Ee(n, 0, "unit", "currency", "literal");
|
|
1445
|
+
s = Ne(s, u, "");
|
|
1446
1446
|
}
|
|
1447
1447
|
}
|
|
1448
1448
|
return s;
|
|
@@ -1450,15 +1450,19 @@ function De(t, o, l) {
|
|
|
1450
1450
|
}
|
|
1451
1451
|
function Yl(t, o, l) {
|
|
1452
1452
|
if (pl(o)) {
|
|
1453
|
-
const e =
|
|
1454
|
-
return Il(e ?? t,
|
|
1453
|
+
const e = ra(t, o);
|
|
1454
|
+
return Il(e ?? t, dl, l);
|
|
1455
1455
|
} else
|
|
1456
1456
|
return Il(t, Cl(o), l);
|
|
1457
1457
|
}
|
|
1458
1458
|
function $l(t, o) {
|
|
1459
|
-
return pl(t) ? Fe(
|
|
1459
|
+
return pl(t) ? Fe(dl, o) : Fe(Cl(t), o);
|
|
1460
1460
|
}
|
|
1461
|
-
function sa(t, o) {
|
|
1461
|
+
function sa(t, o, l) {
|
|
1462
|
+
const e = Qe(l);
|
|
1463
|
+
return !!e && (t.includes(Ee(e, 10000.11111, o)[0]) || t.includes(Ee(e, -10000.11111, o)[0]));
|
|
1464
|
+
}
|
|
1465
|
+
function ra(t, o) {
|
|
1462
1466
|
let l = null;
|
|
1463
1467
|
t = `!${t}!`;
|
|
1464
1468
|
const e = `!${o}!`.split("{0}");
|
|
@@ -1478,22 +1482,22 @@ function sa(t, o) {
|
|
|
1478
1482
|
function Il(t, o, l) {
|
|
1479
1483
|
if (!t)
|
|
1480
1484
|
return NaN;
|
|
1481
|
-
const e = Fe(o, l), s =
|
|
1485
|
+
const e = Fe(o, l), s = Qe(e);
|
|
1482
1486
|
if (s === null)
|
|
1483
1487
|
return NaN;
|
|
1484
1488
|
const n = [
|
|
1485
1489
|
".",
|
|
1486
1490
|
","
|
|
1487
|
-
], u =
|
|
1491
|
+
], u = Ee(s, 1, "currency", "unit"), c = Ee(s, 1, "percentSign"), d = Ee(s, 1, "plusSign"), i = Ee(s, -1, "minusSign"), a = Ee(s, -10000.11111, "literal", "unknown"), r = i.some((S) => t.startsWith(S) || t.endsWith(S)) || t.startsWith("(") && t.endsWith(")"), f = c.some((S) => t.startsWith(S) || t.endsWith(S)), y = (r ? -1 : 1) * (f ? 0.01 : 1);
|
|
1488
1492
|
let k = t;
|
|
1489
1493
|
if (n.some((S) => t.includes(S)) && C())
|
|
1490
1494
|
return NaN;
|
|
1491
|
-
return k =
|
|
1495
|
+
return k = Ne(k, n, "."), k = Ne(k, u, ""), k = Ne(k, c, ""), k = Ne(k, d, ""), k = Ne(k, i, ""), k = Ne(k, a, ""), +k * y;
|
|
1492
1496
|
function C() {
|
|
1493
1497
|
return n.some((S) => k.indexOf(S) !== k.lastIndexOf(S));
|
|
1494
1498
|
}
|
|
1495
1499
|
}
|
|
1496
|
-
function
|
|
1500
|
+
function Ne(t, o, l, e = t.length + 1, s = !1) {
|
|
1497
1501
|
let n = t.substring(0, e);
|
|
1498
1502
|
const u = t.substring(e);
|
|
1499
1503
|
return o.forEach((c) => {
|
|
@@ -1504,14 +1508,14 @@ function Me(t, o, l, e = t.length + 1, s = !1) {
|
|
|
1504
1508
|
n = n.replace(c, l);
|
|
1505
1509
|
}), n + u;
|
|
1506
1510
|
}
|
|
1507
|
-
function
|
|
1511
|
+
function Ee(t, o, ...l) {
|
|
1508
1512
|
return t.formatToParts(o).filter((e) => l.includes(e.type)).map((e) => e.value);
|
|
1509
1513
|
}
|
|
1510
1514
|
function Ml(t, o) {
|
|
1511
1515
|
var l;
|
|
1512
|
-
return isNaN(t) ? "" : ((l =
|
|
1516
|
+
return isNaN(t) ? "" : ((l = Qe(o)) == null ? void 0 : l.format(t)) ?? null;
|
|
1513
1517
|
}
|
|
1514
|
-
function
|
|
1518
|
+
function Qe(t) {
|
|
1515
1519
|
try {
|
|
1516
1520
|
return new Intl.NumberFormat(t.locale, t);
|
|
1517
1521
|
} catch (o) {
|
|
@@ -1538,22 +1542,22 @@ function Fe(t, o) {
|
|
|
1538
1542
|
};
|
|
1539
1543
|
}
|
|
1540
1544
|
function Cl(t) {
|
|
1541
|
-
return
|
|
1545
|
+
return ia(t) ? t : _.CURRENCY;
|
|
1542
1546
|
}
|
|
1543
1547
|
function pl(t) {
|
|
1544
1548
|
return t.includes("{0}");
|
|
1545
1549
|
}
|
|
1546
|
-
function
|
|
1550
|
+
function ia(t) {
|
|
1547
1551
|
return !pl(t) && t !== "currency-without-symbol";
|
|
1548
1552
|
}
|
|
1549
|
-
function
|
|
1550
|
-
const l = Fe(
|
|
1553
|
+
function ca(t, o) {
|
|
1554
|
+
const l = Fe(dl, o), e = Qe(l);
|
|
1551
1555
|
if (e === null)
|
|
1552
1556
|
return t;
|
|
1553
|
-
const s =
|
|
1554
|
-
return
|
|
1557
|
+
const s = Ee(e, 10000.11111, "group");
|
|
1558
|
+
return Ne(t, s, "", t.length, !0);
|
|
1555
1559
|
}
|
|
1556
|
-
function
|
|
1560
|
+
function ua(t) {
|
|
1557
1561
|
if (t.startsWith("ClUi"))
|
|
1558
1562
|
return {
|
|
1559
1563
|
name: `clUi${t.slice(4)}`,
|
|
@@ -1565,11 +1569,11 @@ function ca(t) {
|
|
|
1565
1569
|
from: "@iconify/vue"
|
|
1566
1570
|
};
|
|
1567
1571
|
}
|
|
1568
|
-
function
|
|
1569
|
-
return
|
|
1572
|
+
function nc() {
|
|
1573
|
+
return ua;
|
|
1570
1574
|
}
|
|
1571
1575
|
const { t: qe } = Ce.global;
|
|
1572
|
-
function
|
|
1576
|
+
function da(t, o, l, e, s) {
|
|
1573
1577
|
return new Promise((n) => {
|
|
1574
1578
|
let u = {
|
|
1575
1579
|
valid: !1,
|
|
@@ -1624,7 +1628,7 @@ function ua(t, o, l, e, s) {
|
|
|
1624
1628
|
n(u);
|
|
1625
1629
|
});
|
|
1626
1630
|
}
|
|
1627
|
-
function
|
|
1631
|
+
function pa(t, o, l, e, s) {
|
|
1628
1632
|
return new Promise((n) => {
|
|
1629
1633
|
let u = {
|
|
1630
1634
|
valid: !1,
|
|
@@ -1679,13 +1683,13 @@ function da(t, o, l, e, s) {
|
|
|
1679
1683
|
n(u);
|
|
1680
1684
|
});
|
|
1681
1685
|
}
|
|
1682
|
-
function
|
|
1686
|
+
function fa(t, o) {
|
|
1683
1687
|
return new Promise((l) => {
|
|
1684
1688
|
const e = o != null && o !== "" && o.toString().trim() !== "", s = Oe(e, qe("input.valueIsRequired", { label: t }));
|
|
1685
1689
|
l(s);
|
|
1686
1690
|
});
|
|
1687
1691
|
}
|
|
1688
|
-
function
|
|
1692
|
+
function ma(t, o) {
|
|
1689
1693
|
return new Promise((l) => {
|
|
1690
1694
|
const s = o === "" || /[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+)*@(?:[a-zA-Z0-9](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?\.)+[a-zA-Z0-9](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?/.exec(o) !== null, n = Oe(s, qe("input.valueNotValidEmail", { label: t }));
|
|
1691
1695
|
l(n);
|
|
@@ -1697,16 +1701,16 @@ function Oe(t, o) {
|
|
|
1697
1701
|
message: t ? "" : o
|
|
1698
1702
|
};
|
|
1699
1703
|
}
|
|
1700
|
-
const
|
|
1704
|
+
const ga = {
|
|
1701
1705
|
key: 3,
|
|
1702
1706
|
class: "cl-inline-block cl-whitespace-nowrap"
|
|
1703
|
-
},
|
|
1707
|
+
}, va = {
|
|
1704
1708
|
key: 4,
|
|
1705
1709
|
class: "cl-inline-block cl-whitespace-nowrap"
|
|
1706
|
-
},
|
|
1710
|
+
}, ba = {
|
|
1707
1711
|
key: 5,
|
|
1708
1712
|
class: "cl-inline-block cl-whitespace-nowrap"
|
|
1709
|
-
},
|
|
1713
|
+
}, ha = ["innerHTML"], Nl = /* @__PURE__ */ G({
|
|
1710
1714
|
__name: "cl-ui-grid-cell-value",
|
|
1711
1715
|
props: {
|
|
1712
1716
|
data: {},
|
|
@@ -1715,7 +1719,7 @@ const ma = {
|
|
|
1715
1719
|
searchValue: {}
|
|
1716
1720
|
},
|
|
1717
1721
|
setup(t) {
|
|
1718
|
-
const o = t, l =
|
|
1722
|
+
const o = t, l = nl(cl), { t: e, locale: s } = ce();
|
|
1719
1723
|
function n(d, i) {
|
|
1720
1724
|
let a;
|
|
1721
1725
|
o.timeZone ? a = K.fromISO(d, {
|
|
@@ -1763,7 +1767,7 @@ const ma = {
|
|
|
1763
1767
|
}
|
|
1764
1768
|
return (d, i) => {
|
|
1765
1769
|
var a;
|
|
1766
|
-
return d.column.type === "slot" ? z(d.$slots, d.column.name, { key: 0 }) : d.column.type === "boolean" && d.column.field !== void 0 ? (p(), P(
|
|
1770
|
+
return d.column.type === "slot" ? z(d.$slots, d.column.name, { key: 0 }) : d.column.type === "boolean" && d.column.field !== void 0 ? (p(), P(ul, {
|
|
1767
1771
|
key: 1,
|
|
1768
1772
|
class: "disabled:checked:cl-bg-primary-light disabled:checked:cl-border-primary-light",
|
|
1769
1773
|
"model-value": d.data[d.column.field],
|
|
@@ -1776,14 +1780,14 @@ const ma = {
|
|
|
1776
1780
|
], 64)) : (p(), b(Y, { key: 2 }, [
|
|
1777
1781
|
ie(A(n(d.data[d.column.field], m(ne).DATETIME)), 1)
|
|
1778
1782
|
], 64))
|
|
1779
|
-
], 64)) : d.column.type === "list" && d.column.field !== void 0 && d.column.listEntries !== void 0 ? (p(), b("span",
|
|
1783
|
+
], 64)) : d.column.type === "list" && d.column.field !== void 0 && d.column.listEntries !== void 0 ? (p(), b("span", ga, A(m(e)(((a = d.column.listEntries.find((r) => r.value === d.data[d.column.field])) == null ? void 0 : a.translationKey) ?? "")), 1)) : d.column.type === "number" && d.column.field !== void 0 ? (p(), b("span", va, A(c(d.data[d.column.field], m(s))), 1)) : d.column.field !== void 0 ? (p(), b("span", ba, [
|
|
1780
1784
|
g("span", {
|
|
1781
1785
|
innerHTML: u()
|
|
1782
|
-
}, null, 8,
|
|
1786
|
+
}, null, 8, ha)
|
|
1783
1787
|
])) : j("", !0);
|
|
1784
1788
|
};
|
|
1785
1789
|
}
|
|
1786
|
-
}),
|
|
1790
|
+
}), ya = /* @__PURE__ */ G({
|
|
1787
1791
|
__name: "cl-ui-grid-cell",
|
|
1788
1792
|
props: {
|
|
1789
1793
|
data: {},
|
|
@@ -1857,7 +1861,7 @@ const ma = {
|
|
|
1857
1861
|
}, 1032, ["column", "data", "time-zone", "search-value"]))
|
|
1858
1862
|
], 2));
|
|
1859
1863
|
}
|
|
1860
|
-
}),
|
|
1864
|
+
}), wa = /* @__PURE__ */ G({
|
|
1861
1865
|
__name: "cl-ui-grid-row",
|
|
1862
1866
|
props: {
|
|
1863
1867
|
data: {},
|
|
@@ -1870,7 +1874,7 @@ const ma = {
|
|
|
1870
1874
|
emits: ["cell-focus", "cell-edit", "cell-undo"],
|
|
1871
1875
|
setup(t) {
|
|
1872
1876
|
return (o, l) => (p(), b("tr", null, [
|
|
1873
|
-
(p(!0), b(Y, null, ae(o.columns, (e, s) => (p(), P(
|
|
1877
|
+
(p(!0), b(Y, null, ae(o.columns, (e, s) => (p(), P(ya, {
|
|
1874
1878
|
key: s,
|
|
1875
1879
|
data: o.data,
|
|
1876
1880
|
column: e,
|
|
@@ -1891,13 +1895,13 @@ const ma = {
|
|
|
1891
1895
|
]), 1032, ["data", "column", "options", "time-zone", "search-value", "edit-mode", "onEdit", "onUndo"]))), 128))
|
|
1892
1896
|
]));
|
|
1893
1897
|
}
|
|
1894
|
-
}),
|
|
1898
|
+
}), ka = { key: 1 }, $a = ["colspan"], Ca = { class: "cl-flex cl-flex-wrap cl-justify-center cl-text-center cl-text-sm cl-w-full" }, Ta = { key: 0 }, Sa = {
|
|
1895
1899
|
key: 1,
|
|
1896
1900
|
class: "cl-mt-6 cl-w-full"
|
|
1897
|
-
},
|
|
1901
|
+
}, qa = {
|
|
1898
1902
|
key: 2,
|
|
1899
1903
|
class: "cl-mt-4"
|
|
1900
|
-
},
|
|
1904
|
+
}, Oa = { class: "cl-mb-2 cl-w-full" }, Da = /* @__PURE__ */ G({
|
|
1901
1905
|
__name: "cl-ui-grid-body",
|
|
1902
1906
|
props: {
|
|
1903
1907
|
columns: {},
|
|
@@ -1952,9 +1956,9 @@ const ma = {
|
|
|
1952
1956
|
const r = M();
|
|
1953
1957
|
function f(v, C, S) {
|
|
1954
1958
|
const { currentTarget: L } = S;
|
|
1955
|
-
l.options.rowSelectionEnabled ?
|
|
1959
|
+
l.options.rowSelectionEnabled ? y(v, C) : (a.value[v].count++, a.value[v].target = L, a.value[v].count > 1 ? (a.value[v].reset.stop(), a.value[v].count = 0, y(v, C), a.value[v].target = null) : a.value[v].reset.start());
|
|
1956
1960
|
}
|
|
1957
|
-
function
|
|
1961
|
+
function y(v, C) {
|
|
1958
1962
|
v !== r.value && (r.value = v), e("row-select", C);
|
|
1959
1963
|
}
|
|
1960
1964
|
function k() {
|
|
@@ -1968,7 +1972,7 @@ const ma = {
|
|
|
1968
1972
|
), le(() => l.options.rowSelectionEnabled, k), le(() => l.request, k), (v, C) => {
|
|
1969
1973
|
var S;
|
|
1970
1974
|
return p(), b("tbody", null, [
|
|
1971
|
-
v.data && ((S = v.data.results) != null && S.length) ? (p(!0), b(Y, { key: 0 }, ae(v.data.results, (L, q) => (p(), P(
|
|
1975
|
+
v.data && ((S = v.data.results) != null && S.length) ? (p(!0), b(Y, { key: 0 }, ae(v.data.results, (L, q) => (p(), P(wa, {
|
|
1972
1976
|
key: q,
|
|
1973
1977
|
data: L,
|
|
1974
1978
|
options: v.options,
|
|
@@ -2000,16 +2004,16 @@ const ma = {
|
|
|
2000
2004
|
z(v.$slots, ee, X(V, { disabled: v.loading }))
|
|
2001
2005
|
])
|
|
2002
2006
|
}))
|
|
2003
|
-
]), 1032, ["data", "options", "columns", "time-zone", "search-value", "edit-mode", "class", "onClick", "onCellFocus", "onCellEdit"]))), 128)) : v.loading ? j("", !0) : (p(), b("tr",
|
|
2007
|
+
]), 1032, ["data", "options", "columns", "time-zone", "search-value", "edit-mode", "class", "onClick", "onCellFocus", "onCellEdit"]))), 128)) : v.loading ? j("", !0) : (p(), b("tr", ka, [
|
|
2004
2008
|
g("td", {
|
|
2005
2009
|
colspan: v.columns.length
|
|
2006
2010
|
}, [
|
|
2007
|
-
g("div",
|
|
2008
|
-
v.$slots.noData && v.request.filters.some((L) => L.filterValue !== "") === !1 ? (p(), b("div",
|
|
2011
|
+
g("div", Ca, [
|
|
2012
|
+
v.$slots.noData && v.request.filters.some((L) => L.filterValue !== "") === !1 ? (p(), b("div", Ta, [
|
|
2009
2013
|
z(v.$slots, "noData")
|
|
2010
|
-
])) : (p(), b("strong",
|
|
2011
|
-
v.request.filters.some((L) => L.filterValue !== "") ? (p(), b("div",
|
|
2012
|
-
g("div",
|
|
2014
|
+
])) : (p(), b("strong", Sa, A(m(s)("grid.noData")), 1)),
|
|
2015
|
+
v.request.filters.some((L) => L.filterValue !== "") ? (p(), b("div", qa, [
|
|
2016
|
+
g("div", Oa, A(m(s)("grid.noDataFiltersPresent")), 1),
|
|
2013
2017
|
T(ke, {
|
|
2014
2018
|
size: "small",
|
|
2015
2019
|
colour: "danger",
|
|
@@ -2022,12 +2026,12 @@ const ma = {
|
|
|
2022
2026
|
})
|
|
2023
2027
|
])) : j("", !0)
|
|
2024
2028
|
])
|
|
2025
|
-
], 8,
|
|
2029
|
+
], 8, $a)
|
|
2026
2030
|
]))
|
|
2027
2031
|
]);
|
|
2028
2032
|
};
|
|
2029
2033
|
}
|
|
2030
|
-
}),
|
|
2034
|
+
}), Aa = ["value", "inputmode", "disabled", "placeholder"], Ea = { class: "cl-absolute cl-flex-col cl-flex-nowrap cl-h-full cl-hidden cl-justify-between cl-py-0.5 cl-right-1 cl-text-xs cl-top-0 xl:cl-flex" }, Va = ["disabled"], Ia = ["disabled"], Ye = /* @__PURE__ */ G({
|
|
2031
2035
|
inheritAttrs: !1,
|
|
2032
2036
|
__name: "cl-ui-input-number",
|
|
2033
2037
|
props: /* @__PURE__ */ fe({
|
|
@@ -2051,7 +2055,7 @@ const ma = {
|
|
|
2051
2055
|
setup(t, { expose: o, emit: l }) {
|
|
2052
2056
|
const e = t, s = ve(t, "modelValue"), n = l, u = M(0), c = M(), d = M(), { isOutside: i } = Tt(d), { focused: a } = St(c), r = $(() => e.showArrows && i.value === !1);
|
|
2053
2057
|
le(a, () => {
|
|
2054
|
-
a.value ? (S.value =
|
|
2058
|
+
a.value ? (S.value = ca(U.value, {
|
|
2055
2059
|
locale: e.locale
|
|
2056
2060
|
}), L.value = !1, n("focus")) : (L.value && V(U.value, !0), S.value = void 0, L.value = !1, n("blur"));
|
|
2057
2061
|
});
|
|
@@ -2061,10 +2065,10 @@ const ma = {
|
|
|
2061
2065
|
currencyDisplay: "narrowSymbol",
|
|
2062
2066
|
minimumFractionDigits: e.precision,
|
|
2063
2067
|
maximumFractionDigits: e.precision
|
|
2064
|
-
})),
|
|
2068
|
+
})), y = $(() => e.format ? $l(e.format, {
|
|
2065
2069
|
locale: e.locale,
|
|
2066
2070
|
additionalOptions: f.value
|
|
2067
|
-
}) : f.value), k = $(() => Math.pow(10,
|
|
2071
|
+
}) : f.value), k = $(() => Math.pow(10, y.value.maximumFractionDigits ?? 0)), v = $(() => Math.pow(10, e.format === _.PERCENTAGE ? 2 : 0)), C = $(() => k.value * v.value), S = M(void 0), L = M(!1);
|
|
2068
2072
|
le(s, () => S.value = void 0);
|
|
2069
2073
|
const q = $({
|
|
2070
2074
|
get: () => S.value ? H(S.value) : s.value,
|
|
@@ -2083,7 +2087,7 @@ const ma = {
|
|
|
2083
2087
|
s.value = null;
|
|
2084
2088
|
else if (F !== "") {
|
|
2085
2089
|
let he = typeof F == "number" ? F : H(F);
|
|
2086
|
-
x && e.format === _.PERCENTAGE && (he = he / v.value), isNaN(he) === !1 && (s.value = ee(Math.round(he * C.value) / C.value));
|
|
2090
|
+
x && e.format === _.PERCENTAGE && !sa(U.value, "percentSign", y.value) && (he = he / v.value), isNaN(he) === !1 && (s.value = ee(Math.round(he * C.value) / C.value));
|
|
2087
2091
|
}
|
|
2088
2092
|
}
|
|
2089
2093
|
function N(F) {
|
|
@@ -2112,8 +2116,8 @@ const ma = {
|
|
|
2112
2116
|
return (F = d.value) == null ? void 0 : F.blur();
|
|
2113
2117
|
}
|
|
2114
2118
|
}), (F, x) => {
|
|
2115
|
-
const he =
|
|
2116
|
-
return p(), P(
|
|
2119
|
+
const he = Ie("icon");
|
|
2120
|
+
return p(), P(Me, {
|
|
2117
2121
|
"show-required-asterisk": F.required,
|
|
2118
2122
|
errors: F.errors
|
|
2119
2123
|
}, Te({
|
|
@@ -2141,8 +2145,8 @@ const ma = {
|
|
|
2141
2145
|
x[2] || (x[2] = be(se((ge) => B(!0), ["stop", "prevent"]), ["down"])),
|
|
2142
2146
|
x[3] || (x[3] = be(se((ge) => B(!1), ["stop", "prevent"]), ["up"]))
|
|
2143
2147
|
]
|
|
2144
|
-
}), null, 16,
|
|
2145
|
-
te(g("div",
|
|
2148
|
+
}), null, 16, Aa)),
|
|
2149
|
+
te(g("div", Ea, [
|
|
2146
2150
|
g("button", {
|
|
2147
2151
|
class: "cl-bg-opacity-30 cl-bg-secondary-light cl-border cl-border-grey-3 cl-px-1 cl-rounded hover:cl-bg-opacity-20",
|
|
2148
2152
|
disabled: F.disabled,
|
|
@@ -2153,7 +2157,7 @@ const ma = {
|
|
|
2153
2157
|
]
|
|
2154
2158
|
}, [
|
|
2155
2159
|
T(he, { icon: "ph:caret-up-bold" })
|
|
2156
|
-
], 40,
|
|
2160
|
+
], 40, Va),
|
|
2157
2161
|
g("button", {
|
|
2158
2162
|
class: "cl-bg-opacity-30 cl-bg-secondary-light cl-border cl-border-grey-3 cl-px-1 cl-rounded hover:cl-bg-opacity-20",
|
|
2159
2163
|
disabled: F.disabled,
|
|
@@ -2164,7 +2168,7 @@ const ma = {
|
|
|
2164
2168
|
]
|
|
2165
2169
|
}, [
|
|
2166
2170
|
T(he, { icon: "ph:caret-down-bold" })
|
|
2167
|
-
], 40,
|
|
2171
|
+
], 40, Ia)
|
|
2168
2172
|
], 512), [
|
|
2169
2173
|
[ue, r.value && !F.disabled]
|
|
2170
2174
|
])
|
|
@@ -2182,10 +2186,10 @@ const ma = {
|
|
|
2182
2186
|
]), 1032, ["show-required-asterisk", "errors"]);
|
|
2183
2187
|
};
|
|
2184
2188
|
}
|
|
2185
|
-
}),
|
|
2189
|
+
}), Ma = {
|
|
2186
2190
|
key: 0,
|
|
2187
2191
|
class: "cl-flex cl-flex-wrap lg:cl-gap-2"
|
|
2188
|
-
},
|
|
2192
|
+
}, Na = { class: "cl-basis-full cl-bg-off-white cl-border cl-border-grey-1 cl-flex cl-flex-1 cl-items-center cl-justify-between cl-mt-2 cl-p-2 cl-rounded-lg cl-shadow cl-text-sm lg:cl-basis-0 lg:cl-px-4 lg:cl-py-3" }, Ra = { class: "cl-flex cl-flex-wrap cl-gap-x-4 cl-gap-y-2 cl-items-center cl-w-full" }, Ua = { class: "cl-flex cl-flex-col lg:cl-flex-row" }, za = { class: "cl-mr-2 cl-text-grey-3" }, La = { class: "cl-flex cl-flex-col lg:cl-flex-row" }, Ba = { class: "cl-mr-1 cl-text-grey-3" }, Fa = { class: "cl-flex cl-flex-col cl-mr-auto lg:cl-flex-row" }, ja = { class: "cl-basis-full cl-mr-1 cl-text-grey-3" }, Pa = { class: "cl-flex cl-gap-0.5" }, Ga = ["onClick"], Ha = { class: "cl-flex cl-gap-1 cl-items-center" }, Za = ["onClick"], Wa = { class: "cl-basis-full cl-bg-off-white cl-border cl-border-grey-1 cl-flex cl-gap-2 cl-items-center cl-justify-between cl-mt-2 cl-px-2 cl-py-1 cl-rounded-lg cl-shadow cl-text-sm lg:cl-basis-auto lg:cl-px-4 lg:cl-py-3" }, Ka = { class: "cl-flex cl-items-center" }, Qa = { class: "cl-mr-2 cl-text-grey-3" }, Ya = /* @__PURE__ */ g("span", null, null, -1), Ja = /* @__PURE__ */ G({
|
|
2189
2193
|
__name: "cl-ui-grid-footer",
|
|
2190
2194
|
props: {
|
|
2191
2195
|
request: {},
|
|
@@ -2228,21 +2232,21 @@ const ma = {
|
|
|
2228
2232
|
}
|
|
2229
2233
|
}
|
|
2230
2234
|
return (a, r) => {
|
|
2231
|
-
var f,
|
|
2232
|
-
return (
|
|
2233
|
-
g("div",
|
|
2234
|
-
g("div",
|
|
2235
|
-
g("div",
|
|
2236
|
-
g("span",
|
|
2235
|
+
var f, y;
|
|
2236
|
+
return (y = (f = a.data) == null ? void 0 : f.results) != null && y.length && a.request ? (p(), b("div", Ma, [
|
|
2237
|
+
g("div", Na, [
|
|
2238
|
+
g("div", Ra, [
|
|
2239
|
+
g("div", Ua, [
|
|
2240
|
+
g("span", za, A(m(s)("grid.page")), 1),
|
|
2237
2241
|
g("span", null, A(m(we)(a.request.pageNumber)) + " / " + A(m(we)(n.value)), 1)
|
|
2238
2242
|
]),
|
|
2239
|
-
g("div",
|
|
2240
|
-
g("span",
|
|
2243
|
+
g("div", La, [
|
|
2244
|
+
g("span", Ba, A(m(s)("grid.totalRecords")), 1),
|
|
2241
2245
|
g("span", null, A(m(we)(a.data.totalRecords)), 1)
|
|
2242
2246
|
]),
|
|
2243
|
-
g("div",
|
|
2244
|
-
g("span",
|
|
2245
|
-
g("ul",
|
|
2247
|
+
g("div", Fa, [
|
|
2248
|
+
g("span", ja, A(m(s)("grid.pageSize")), 1),
|
|
2249
|
+
g("ul", Pa, [
|
|
2246
2250
|
(p(), b(Y, null, ae(d, (k, v) => g("li", {
|
|
2247
2251
|
key: v,
|
|
2248
2252
|
class: O(["cl-mr-1 last:cl-mr-0", {
|
|
@@ -2250,11 +2254,11 @@ const ma = {
|
|
|
2250
2254
|
"cl-cursor-pointer": a.request.pageSize !== k
|
|
2251
2255
|
}]),
|
|
2252
2256
|
onClick: (C) => i(k)
|
|
2253
|
-
}, A(m(we)(k)), 11,
|
|
2257
|
+
}, A(m(we)(k)), 11, Ga)), 64))
|
|
2254
2258
|
])
|
|
2255
2259
|
]),
|
|
2256
2260
|
g("div", null, [
|
|
2257
|
-
g("ul",
|
|
2261
|
+
g("ul", Ha, [
|
|
2258
2262
|
g("li", {
|
|
2259
2263
|
class: O({
|
|
2260
2264
|
"cl-text-grey-2 cl-pointer-events-none": a.request.pageNumber === 1,
|
|
@@ -2286,7 +2290,7 @@ const ma = {
|
|
|
2286
2290
|
"cl-cursor-pointer ": a.request.pageNumber !== k
|
|
2287
2291
|
}]),
|
|
2288
2292
|
onClick: (C) => c(k)
|
|
2289
|
-
}, A(m(we)(k)), 11,
|
|
2293
|
+
}, A(m(we)(k)), 11, Za))), 128)),
|
|
2290
2294
|
g("li", {
|
|
2291
2295
|
class: O({
|
|
2292
2296
|
"cl-text-grey-2 cl-pointer-events-none": a.request.pageNumber >= n.value,
|
|
@@ -2315,10 +2319,10 @@ const ma = {
|
|
|
2315
2319
|
])
|
|
2316
2320
|
])
|
|
2317
2321
|
]),
|
|
2318
|
-
g("div",
|
|
2319
|
-
g("div",
|
|
2320
|
-
g("span",
|
|
2321
|
-
T(
|
|
2322
|
+
g("div", Wa, [
|
|
2323
|
+
g("div", Ka, [
|
|
2324
|
+
g("span", Qa, A(m(s)("grid.jumpToPage")), 1),
|
|
2325
|
+
T(Ye, {
|
|
2322
2326
|
"model-value": a.request.pageNumber,
|
|
2323
2327
|
min: 1,
|
|
2324
2328
|
max: n.value,
|
|
@@ -2328,7 +2332,7 @@ const ma = {
|
|
|
2328
2332
|
"onUpdate:modelValue": c
|
|
2329
2333
|
}, {
|
|
2330
2334
|
default: E(() => [
|
|
2331
|
-
|
|
2335
|
+
Ya
|
|
2332
2336
|
]),
|
|
2333
2337
|
_: 1
|
|
2334
2338
|
}, 8, ["model-value", "max", "disabled"])
|
|
@@ -2349,7 +2353,7 @@ function Jl(t, o, l, e) {
|
|
|
2349
2353
|
let s = ql(K.now(), l, e);
|
|
2350
2354
|
return s = lt(o, l, s, e), s = et(t, l, s, e), s.toJSDate();
|
|
2351
2355
|
}
|
|
2352
|
-
function
|
|
2356
|
+
function Xa(t, o, l, e, s) {
|
|
2353
2357
|
let n = K.fromJSDate(l, { zone: e });
|
|
2354
2358
|
return n = lt(o, e, n, s), n = et(t, e, n, s), n.toJSDate();
|
|
2355
2359
|
}
|
|
@@ -2446,7 +2450,7 @@ function lt(t, o, l, e) {
|
|
|
2446
2450
|
}
|
|
2447
2451
|
return l;
|
|
2448
2452
|
}
|
|
2449
|
-
const
|
|
2453
|
+
const xa = { class: "cl-gap-1 cl-grid cl-grid-cols-2" }, _a = ["onClick"], en = /* @__PURE__ */ G({
|
|
2450
2454
|
__name: "cl-ui-quick-dates-group",
|
|
2451
2455
|
props: {
|
|
2452
2456
|
dates: {},
|
|
@@ -2455,7 +2459,7 @@ const Xa = { class: "cl-gap-1 cl-grid cl-grid-cols-2" }, xa = ["onClick"], _a =
|
|
|
2455
2459
|
emits: ["quick-date-selected"],
|
|
2456
2460
|
setup(t, { emit: o }) {
|
|
2457
2461
|
const l = o, { t: e } = ce();
|
|
2458
|
-
return (s, n) => (p(), b("div",
|
|
2462
|
+
return (s, n) => (p(), b("div", xa, [
|
|
2459
2463
|
(p(!0), b(Y, null, ae(s.dates, (u, c) => {
|
|
2460
2464
|
var d, i;
|
|
2461
2465
|
return p(), b("button", {
|
|
@@ -2467,11 +2471,11 @@ const Xa = { class: "cl-gap-1 cl-grid cl-grid-cols-2" }, xa = ["onClick"], _a =
|
|
|
2467
2471
|
onClick: (a) => l("quick-date-selected", u)
|
|
2468
2472
|
}, [
|
|
2469
2473
|
g("span", null, A(m(e)(u.translationKey)), 1)
|
|
2470
|
-
], 10,
|
|
2474
|
+
], 10, _a);
|
|
2471
2475
|
}), 128))
|
|
2472
2476
|
]));
|
|
2473
2477
|
}
|
|
2474
|
-
}),
|
|
2478
|
+
}), ln = [
|
|
2475
2479
|
"today",
|
|
2476
2480
|
"this week",
|
|
2477
2481
|
"this month",
|
|
@@ -2509,7 +2513,7 @@ const Xa = { class: "cl-gap-1 cl-grid cl-grid-cols-2" }, xa = ["onClick"], _a =
|
|
|
2509
2513
|
translationKey: "quickDates.thisYear",
|
|
2510
2514
|
range: "year"
|
|
2511
2515
|
}
|
|
2512
|
-
],
|
|
2516
|
+
], ll = [
|
|
2513
2517
|
{
|
|
2514
2518
|
name: "yesterday",
|
|
2515
2519
|
scope: "past",
|
|
@@ -2534,7 +2538,7 @@ const Xa = { class: "cl-gap-1 cl-grid cl-grid-cols-2" }, xa = ["onClick"], _a =
|
|
|
2534
2538
|
translationKey: "quickDates.lastYear",
|
|
2535
2539
|
range: "year"
|
|
2536
2540
|
}
|
|
2537
|
-
],
|
|
2541
|
+
], tl = [
|
|
2538
2542
|
{
|
|
2539
2543
|
name: "tomorrow",
|
|
2540
2544
|
scope: "future",
|
|
@@ -2560,10 +2564,10 @@ const Xa = { class: "cl-gap-1 cl-grid cl-grid-cols-2" }, xa = ["onClick"], _a =
|
|
|
2560
2564
|
range: "year"
|
|
2561
2565
|
}
|
|
2562
2566
|
], tt = [
|
|
2563
|
-
...el,
|
|
2564
2567
|
...ll,
|
|
2568
|
+
...tl,
|
|
2565
2569
|
...He
|
|
2566
|
-
],
|
|
2570
|
+
], tn = { class: "cl-p-2 cl-pt-0" }, on = {
|
|
2567
2571
|
key: 0,
|
|
2568
2572
|
class: "cl-mt-2 cl-opacity-20"
|
|
2569
2573
|
}, ot = /* @__PURE__ */ G({
|
|
@@ -2578,13 +2582,13 @@ const Xa = { class: "cl-gap-1 cl-grid cl-grid-cols-2" }, xa = ["onClick"], _a =
|
|
|
2578
2582
|
const u = [];
|
|
2579
2583
|
switch (l.scope) {
|
|
2580
2584
|
case "past":
|
|
2581
|
-
u.push(He), u.push(
|
|
2585
|
+
u.push(He), u.push(ll);
|
|
2582
2586
|
break;
|
|
2583
2587
|
case "future":
|
|
2584
|
-
u.push(He), u.push(
|
|
2588
|
+
u.push(He), u.push(tl);
|
|
2585
2589
|
break;
|
|
2586
2590
|
case null:
|
|
2587
|
-
u.push(He), u.push(
|
|
2591
|
+
u.push(He), u.push(ll), u.push(tl);
|
|
2588
2592
|
break;
|
|
2589
2593
|
default: {
|
|
2590
2594
|
const c = [];
|
|
@@ -2598,18 +2602,18 @@ const Xa = { class: "cl-gap-1 cl-grid cl-grid-cols-2" }, xa = ["onClick"], _a =
|
|
|
2598
2602
|
}
|
|
2599
2603
|
return u;
|
|
2600
2604
|
});
|
|
2601
|
-
return (u, c) => (p(), b("div",
|
|
2605
|
+
return (u, c) => (p(), b("div", tn, [
|
|
2602
2606
|
g("div", null, A(m(s)("quickDates.quickDatesHeader")), 1),
|
|
2603
2607
|
(p(!0), b(Y, null, ae(n.value, (d, i) => (p(), b("div", {
|
|
2604
2608
|
key: i,
|
|
2605
2609
|
class: "cl-pt-2"
|
|
2606
2610
|
}, [
|
|
2607
|
-
T(
|
|
2611
|
+
T(en, {
|
|
2608
2612
|
dates: d,
|
|
2609
2613
|
"selected-quick-date": u.selectedQuickDate,
|
|
2610
2614
|
onQuickDateSelected: c[0] || (c[0] = (a) => e("quick-date-selected", a))
|
|
2611
2615
|
}, null, 8, ["dates", "selected-quick-date"]),
|
|
2612
|
-
i < n.value.length - 1 ? (p(), b("div",
|
|
2616
|
+
i < n.value.length - 1 ? (p(), b("div", on)) : j("", !0)
|
|
2613
2617
|
]))), 128))
|
|
2614
2618
|
]));
|
|
2615
2619
|
}
|
|
@@ -2628,7 +2632,7 @@ const Xa = { class: "cl-gap-1 cl-grid cl-grid-cols-2" }, xa = ["onClick"], _a =
|
|
|
2628
2632
|
return s;
|
|
2629
2633
|
});
|
|
2630
2634
|
return (e, s) => {
|
|
2631
|
-
const n =
|
|
2635
|
+
const n = Ie("icon");
|
|
2632
2636
|
return p(), b("div", {
|
|
2633
2637
|
class: O(["cl-border cl-border-grey-1 cl-flex cl-flex-nowrap cl-flex-row cl-overflow-hidden cl-rounded-sm range-input", [
|
|
2634
2638
|
e.$attrs.class,
|
|
@@ -2722,8 +2726,8 @@ const Xa = { class: "cl-gap-1 cl-grid cl-grid-cols-2" }, xa = ["onClick"], _a =
|
|
|
2722
2726
|
const C = xl(v, e.value);
|
|
2723
2727
|
s.value = C, a.value = v, r.value.move(C.start), r.value.hidePopover();
|
|
2724
2728
|
}
|
|
2725
|
-
const
|
|
2726
|
-
return (v, C) => (p(), P(
|
|
2729
|
+
const y = Zl("(min-width: 768px)"), k = $(() => y.value ? 2 : 1);
|
|
2730
|
+
return (v, C) => (p(), P(Me, { "show-required-asterisk": v.required }, {
|
|
2727
2731
|
label: E(() => [
|
|
2728
2732
|
z(v.$slots, "default")
|
|
2729
2733
|
]),
|
|
@@ -2773,13 +2777,13 @@ const Xa = { class: "cl-gap-1 cl-grid cl-grid-cols-2" }, xa = ["onClick"], _a =
|
|
|
2773
2777
|
_: 3
|
|
2774
2778
|
}, 8, ["show-required-asterisk"]));
|
|
2775
2779
|
}
|
|
2776
|
-
}),
|
|
2780
|
+
}), an = [
|
|
2777
2781
|
"text",
|
|
2778
2782
|
"email",
|
|
2779
2783
|
"tel",
|
|
2780
2784
|
"password",
|
|
2781
2785
|
"search"
|
|
2782
|
-
],
|
|
2786
|
+
], nn = /* @__PURE__ */ G({
|
|
2783
2787
|
inheritAttrs: !1,
|
|
2784
2788
|
__name: "cl-ui-input-text-area",
|
|
2785
2789
|
props: /* @__PURE__ */ fe({
|
|
@@ -2826,7 +2830,7 @@ const Xa = { class: "cl-gap-1 cl-grid cl-grid-cols-2" }, xa = ["onClick"], _a =
|
|
|
2826
2830
|
var c;
|
|
2827
2831
|
return (c = n.value) == null ? void 0 : c.blur();
|
|
2828
2832
|
}
|
|
2829
|
-
}), (c, d) => (p(), P(
|
|
2833
|
+
}), (c, d) => (p(), P(Me, {
|
|
2830
2834
|
errors: c.errors,
|
|
2831
2835
|
"show-required-asterisk": c.required
|
|
2832
2836
|
}, Te({
|
|
@@ -2859,7 +2863,7 @@ const Xa = { class: "cl-gap-1 cl-grid cl-grid-cols-2" }, xa = ["onClick"], _a =
|
|
|
2859
2863
|
} : void 0
|
|
2860
2864
|
]), 1032, ["errors", "show-required-asterisk"]));
|
|
2861
2865
|
}
|
|
2862
|
-
}),
|
|
2866
|
+
}), sn = { class: "cl-gap-1 cl-grid cl-grid-cols-[auto_1fr_auto_auto] cl-pt-0.5 cl-w-full" }, rn = ["disabled"], cn = { class: "cl-max-w-max" }, un = { class: "cl-flex cl-flex-col cl-gap-1 cl-w-full" }, dn = ["min", "disabled", "required", "step", "max"], pn = { class: "cl-bg-white cl-border cl-border-grey-2 cl-leading-none cl-rounded-full cl-text-center cl-text-xs" }, fn = ["disabled"], mn = ["disabled", "title"], gn = /* @__PURE__ */ G({
|
|
2863
2867
|
inheritAttrs: !1,
|
|
2864
2868
|
__name: "cl-ui-input-range",
|
|
2865
2869
|
props: /* @__PURE__ */ fe({
|
|
@@ -2894,20 +2898,20 @@ const Xa = { class: "cl-gap-1 cl-grid cl-grid-cols-2" }, xa = ["onClick"], _a =
|
|
|
2894
2898
|
return ((r = n.value) == null ? void 0 : r.blur()) || ((f = u.value) == null ? void 0 : f.blur());
|
|
2895
2899
|
}
|
|
2896
2900
|
}), (r, f) => {
|
|
2897
|
-
const
|
|
2898
|
-
return p(), P(
|
|
2901
|
+
const y = Ie("icon");
|
|
2902
|
+
return p(), P(Me, {
|
|
2899
2903
|
errors: r.errors,
|
|
2900
2904
|
"show-required-asterisk": r.required
|
|
2901
2905
|
}, Te({
|
|
2902
2906
|
default: E(() => [
|
|
2903
|
-
g("div",
|
|
2907
|
+
g("div", sn, [
|
|
2904
2908
|
g("button", {
|
|
2905
2909
|
disabled: r.disabled,
|
|
2906
2910
|
class: "active:cl-bg-grey-0 cl-bg-white cl-border cl-border-grey-2 cl-leading-none cl-min-w-[26px] cl-p-[5px] cl-rounded-full cl-shadow cl-text-xs cl-transition-colors disabled:cl-bg-grey-1 hover:cl-bg-off-white",
|
|
2907
2911
|
onClick: f[0] || (f[0] = (k) => a(r.min))
|
|
2908
|
-
}, A(m(fl)(r.min, r.precision)), 9,
|
|
2909
|
-
g("div",
|
|
2910
|
-
te(g("div",
|
|
2912
|
+
}, A(m(fl)(r.min, r.precision)), 9, rn),
|
|
2913
|
+
g("div", cn, [
|
|
2914
|
+
te(g("div", un, [
|
|
2911
2915
|
te(g("input", X({
|
|
2912
2916
|
ref_key: "sliderRef",
|
|
2913
2917
|
ref: n,
|
|
@@ -2920,7 +2924,7 @@ const Xa = { class: "cl-gap-1 cl-grid cl-grid-cols-2" }, xa = ["onClick"], _a =
|
|
|
2920
2924
|
required: r.required,
|
|
2921
2925
|
step: 1 / Math.pow(10, r.precision),
|
|
2922
2926
|
max: r.max
|
|
2923
|
-
}), null, 16,
|
|
2927
|
+
}), null, 16, dn), [
|
|
2924
2928
|
[
|
|
2925
2929
|
wl,
|
|
2926
2930
|
e.value,
|
|
@@ -2928,11 +2932,11 @@ const Xa = { class: "cl-gap-1 cl-grid cl-grid-cols-2" }, xa = ["onClick"], _a =
|
|
|
2928
2932
|
{ number: !0 }
|
|
2929
2933
|
]
|
|
2930
2934
|
]),
|
|
2931
|
-
g("div",
|
|
2935
|
+
g("div", pn, A(m(fl)(m(i), r.precision)), 1)
|
|
2932
2936
|
], 512), [
|
|
2933
2937
|
[ue, d.value === !1]
|
|
2934
2938
|
]),
|
|
2935
|
-
te(T(
|
|
2939
|
+
te(T(Ye, X({
|
|
2936
2940
|
ref_key: "inputRef",
|
|
2937
2941
|
ref: u,
|
|
2938
2942
|
modelValue: e.value,
|
|
@@ -2952,15 +2956,15 @@ const Xa = { class: "cl-gap-1 cl-grid cl-grid-cols-2" }, xa = ["onClick"], _a =
|
|
|
2952
2956
|
disabled: r.disabled,
|
|
2953
2957
|
class: "active:cl-bg-grey-0 cl-bg-white cl-border cl-border-grey-2 cl-leading-none cl-min-w-[26px] cl-p-[5px] cl-rounded-full cl-shadow cl-text-xs cl-transition-colors disabled:cl-bg-grey-1 hover:cl-bg-off-white",
|
|
2954
2958
|
onClick: f[3] || (f[3] = (k) => a(r.max))
|
|
2955
|
-
}, A(m(fl)(r.max, r.precision)), 9,
|
|
2959
|
+
}, A(m(fl)(r.max, r.precision)), 9, fn),
|
|
2956
2960
|
g("button", {
|
|
2957
2961
|
disabled: r.disabled,
|
|
2958
2962
|
class: "active:cl-bg-grey-0 cl-bg-white cl-border cl-border-grey-2 cl-leading-none cl-min-w-0 cl-p-[5px] cl-rounded-full cl-shadow cl-text-xs cl-transition-colors disabled:cl-bg-grey-1 hover:cl-bg-off-white",
|
|
2959
2963
|
title: m(s)("input.switchInputMode"),
|
|
2960
2964
|
onClick: f[4] || (f[4] = (k) => d.value = !d.value)
|
|
2961
2965
|
}, [
|
|
2962
|
-
T(
|
|
2963
|
-
], 8,
|
|
2966
|
+
T(y, { icon: "ph:arrows-left-right-thin" })
|
|
2967
|
+
], 8, mn)
|
|
2964
2968
|
])
|
|
2965
2969
|
]),
|
|
2966
2970
|
_: 2
|
|
@@ -2975,11 +2979,11 @@ const Xa = { class: "cl-gap-1 cl-grid cl-grid-cols-2" }, xa = ["onClick"], _a =
|
|
|
2975
2979
|
]), 1032, ["errors", "show-required-asterisk"]);
|
|
2976
2980
|
};
|
|
2977
2981
|
}
|
|
2978
|
-
}),
|
|
2982
|
+
}), vn = /* @__PURE__ */ ye(gn, [["__scopeId", "data-v-b582bc6a"]]), nt = [
|
|
2979
2983
|
"date",
|
|
2980
2984
|
"datetime",
|
|
2981
2985
|
"time"
|
|
2982
|
-
],
|
|
2986
|
+
], bn = [
|
|
2983
2987
|
"auto",
|
|
2984
2988
|
"auto-start",
|
|
2985
2989
|
"auto-end",
|
|
@@ -2991,13 +2995,13 @@ const Xa = { class: "cl-gap-1 cl-grid cl-grid-cols-2" }, xa = ["onClick"], _a =
|
|
|
2991
2995
|
"right-end",
|
|
2992
2996
|
"left-start",
|
|
2993
2997
|
"left-end"
|
|
2994
|
-
],
|
|
2998
|
+
], hn = {
|
|
2995
2999
|
key: 1,
|
|
2996
3000
|
class: "cl-relative"
|
|
2997
|
-
},
|
|
3001
|
+
}, yn = ["value", "disabled", "placeholder"], wn = {
|
|
2998
3002
|
key: 0,
|
|
2999
3003
|
class: "action-icon cl-absolute cl-bg-transparent cl-flex cl-right-2 cl-text-grey-4 cl-top-3.5"
|
|
3000
|
-
},
|
|
3004
|
+
}, kn = /* @__PURE__ */ G({
|
|
3001
3005
|
inheritAttrs: !1,
|
|
3002
3006
|
__name: "cl-ui-calendar-input",
|
|
3003
3007
|
props: {
|
|
@@ -3039,7 +3043,7 @@ const Xa = { class: "cl-gap-1 cl-grid cl-grid-cols-2" }, xa = ["onClick"], _a =
|
|
|
3039
3043
|
"date-range-selected": !!c.rangeSelected,
|
|
3040
3044
|
onTogglePopover: d[0] || (d[0] = (i) => c.$emit("togglePopover")),
|
|
3041
3045
|
onClear: d[1] || (d[1] = (i) => c.$emit("clear"))
|
|
3042
|
-
}), null, 16, ["disabled", "required", "date-range-selected"])) : (p(), b("div",
|
|
3046
|
+
}), null, 16, ["disabled", "required", "date-range-selected"])) : (p(), b("div", hn, [
|
|
3043
3047
|
g("input", X({
|
|
3044
3048
|
ref_key: "element",
|
|
3045
3049
|
ref: e
|
|
@@ -3048,13 +3052,13 @@ const Xa = { class: "cl-gap-1 cl-grid cl-grid-cols-2" }, xa = ["onClick"], _a =
|
|
|
3048
3052
|
type: "text",
|
|
3049
3053
|
disabled: c.disabled,
|
|
3050
3054
|
placeholder: u.value
|
|
3051
|
-
}, ht(c.events, !0)), null, 16,
|
|
3055
|
+
}, ht(c.events, !0)), null, 16, yn),
|
|
3052
3056
|
T(m(J), {
|
|
3053
3057
|
class: "cl-absolute cl-bg-transparent cl-cursor-text cl-left-2 cl-text-grey-4 cl-top-3.5 icon",
|
|
3054
3058
|
icon: c.type === "time" ? "ph-clock" : "ph:calendar",
|
|
3055
3059
|
onClick: s
|
|
3056
3060
|
}, null, 8, ["icon"]),
|
|
3057
|
-
c.disabled ? j("", !0) : (p(), b("div",
|
|
3061
|
+
c.disabled ? j("", !0) : (p(), b("div", wn, [
|
|
3058
3062
|
c.type !== "time" ? (p(), P(m(J), {
|
|
3059
3063
|
key: 0,
|
|
3060
3064
|
class: "cl-cursor-pointer hover:cl-text-link-light",
|
|
@@ -3070,7 +3074,7 @@ const Xa = { class: "cl-gap-1 cl-grid cl-grid-cols-2" }, xa = ["onClick"], _a =
|
|
|
3070
3074
|
]))
|
|
3071
3075
|
]));
|
|
3072
3076
|
}
|
|
3073
|
-
}), Ze = /* @__PURE__ */ ye(
|
|
3077
|
+
}), Ze = /* @__PURE__ */ ye(kn, [["__scopeId", "data-v-307fea23"]]), st = /* @__PURE__ */ G({
|
|
3074
3078
|
inheritAttrs: !1,
|
|
3075
3079
|
__name: "cl-ui-input-datetime",
|
|
3076
3080
|
props: /* @__PURE__ */ fe({
|
|
@@ -3101,18 +3105,18 @@ const Xa = { class: "cl-gap-1 cl-grid cl-grid-cols-2" }, xa = ["onClick"], _a =
|
|
|
3101
3105
|
set(v) {
|
|
3102
3106
|
e.type === "time" ? s.value = v : v !== null ? s.value = Be(v, null, !0, e.timeZone) : s.value = null;
|
|
3103
3107
|
}
|
|
3104
|
-
}), { locale: d } = ce(), i = $(() => e.dateFormatLocale ?? d.value), a = $(() => e.showPopover !== void 0 ? e.showPopover : e.type !== "time"), r = $(() => Tl(e.disabled || !a.value, e.popoverPlacement)), f = $(() => Xl(i.value, e.type)),
|
|
3108
|
+
}), { locale: d } = ce(), i = $(() => e.dateFormatLocale ?? d.value), a = $(() => e.showPopover !== void 0 ? e.showPopover : e.type !== "time"), r = $(() => Tl(e.disabled || !a.value, e.popoverPlacement)), f = $(() => Xl(i.value, e.type)), y = M(null), k = $(() => Sl(s.value, e.initialCalendarDate, u.value, e.type));
|
|
3105
3109
|
return le(() => [
|
|
3106
3110
|
e.minDate,
|
|
3107
3111
|
e.maxDate
|
|
3108
3112
|
], () => {
|
|
3109
|
-
e.type !== "time" && (c.value instanceof Date || c.value === null) && (c.value =
|
|
3113
|
+
e.type !== "time" && (c.value instanceof Date || c.value === null) && (c.value = Xa(e.minDate, e.maxDate, c.value, u.value, e.type));
|
|
3110
3114
|
}), o({
|
|
3111
3115
|
focus() {
|
|
3112
3116
|
var v;
|
|
3113
|
-
(v =
|
|
3117
|
+
(v = y.value) == null || v.focus(), n("focus");
|
|
3114
3118
|
}
|
|
3115
|
-
}), (v, C) => (p(), P(
|
|
3119
|
+
}), (v, C) => (p(), P(Me, { "show-required-asterisk": v.required }, {
|
|
3116
3120
|
label: E(() => [
|
|
3117
3121
|
z(v.$slots, "default")
|
|
3118
3122
|
]),
|
|
@@ -3136,7 +3140,7 @@ const Xa = { class: "cl-gap-1 cl-grid cl-grid-cols-2" }, xa = ["onClick"], _a =
|
|
|
3136
3140
|
default: E(({ inputValue: S, inputEvents: L }) => [
|
|
3137
3141
|
T(Ze, X(v.$attrs, {
|
|
3138
3142
|
ref_key: "input",
|
|
3139
|
-
ref:
|
|
3143
|
+
ref: y,
|
|
3140
3144
|
date: S,
|
|
3141
3145
|
events: L,
|
|
3142
3146
|
type: v.type,
|
|
@@ -3169,7 +3173,7 @@ const Xa = { class: "cl-gap-1 cl-grid cl-grid-cols-2" }, xa = ["onClick"], _a =
|
|
|
3169
3173
|
default: E(({ inputValue: S, inputEvents: L }) => [
|
|
3170
3174
|
T(Ze, X(v.$attrs, {
|
|
3171
3175
|
ref_key: "input",
|
|
3172
|
-
ref:
|
|
3176
|
+
ref: y,
|
|
3173
3177
|
date: S,
|
|
3174
3178
|
events: L,
|
|
3175
3179
|
type: v.type,
|
|
@@ -3186,7 +3190,7 @@ const Xa = { class: "cl-gap-1 cl-grid cl-grid-cols-2" }, xa = ["onClick"], _a =
|
|
|
3186
3190
|
_: 3
|
|
3187
3191
|
}, 8, ["show-required-asterisk"]));
|
|
3188
3192
|
}
|
|
3189
|
-
}),
|
|
3193
|
+
}), ol = /* @__PURE__ */ G({
|
|
3190
3194
|
inheritAttrs: !1,
|
|
3191
3195
|
__name: "cl-ui-select-input",
|
|
3192
3196
|
emits: ["toggleModal"],
|
|
@@ -3199,7 +3203,7 @@ const Xa = { class: "cl-gap-1 cl-grid cl-grid-cols-2" }, xa = ["onClick"], _a =
|
|
|
3199
3203
|
z(s.$slots, "default", de(pe({ toggleModalInput: e })))
|
|
3200
3204
|
], 16));
|
|
3201
3205
|
}
|
|
3202
|
-
}),
|
|
3206
|
+
}), $n = { class: "cl-relative cl-w-full" }, Cn = ["placeholder"], Tn = ["value", "disabled"], Sn = ["value", "disabled"], qn = ["disabled"], bl = /* @__PURE__ */ G({
|
|
3203
3207
|
inheritAttrs: !1,
|
|
3204
3208
|
__name: "cl-ui-select",
|
|
3205
3209
|
props: /* @__PURE__ */ fe({
|
|
@@ -3221,30 +3225,30 @@ const Xa = { class: "cl-gap-1 cl-grid cl-grid-cols-2" }, xa = ["onClick"], _a =
|
|
|
3221
3225
|
function c(a) {
|
|
3222
3226
|
n.value ? r(a) : o.canClear && l.value === a ? l.value = null : l.value = a, u();
|
|
3223
3227
|
function r(f) {
|
|
3224
|
-
var
|
|
3228
|
+
var y;
|
|
3225
3229
|
if (Array.isArray(l.value)) {
|
|
3226
3230
|
const k = l.value.indexOf(f);
|
|
3227
|
-
k > -1 ? (l.value.length > 1 || o.canClear) && l.value.splice(k, 1) : (
|
|
3231
|
+
k > -1 ? (l.value.length > 1 || o.canClear) && l.value.splice(k, 1) : (y = l.value) == null || y.push(f);
|
|
3228
3232
|
}
|
|
3229
3233
|
}
|
|
3230
3234
|
}
|
|
3231
3235
|
function d(a) {
|
|
3232
3236
|
return a.name !== void 0 && a.id !== void 0;
|
|
3233
3237
|
}
|
|
3234
|
-
|
|
3238
|
+
rl(e, () => s.value ? u(!1) : "");
|
|
3235
3239
|
const i = $(() => ({
|
|
3236
3240
|
"cl-cursor-pointer cl-bg-white": !o.disabled,
|
|
3237
3241
|
"cl-border-b-transparent cl-rounded-b-none": s.value,
|
|
3238
3242
|
"cl-bg-off-white cl-cursor-default": o.disabled
|
|
3239
3243
|
}));
|
|
3240
3244
|
return (a, r) => {
|
|
3241
|
-
const f =
|
|
3245
|
+
const f = Ie("icon");
|
|
3242
3246
|
return p(), b("div", {
|
|
3243
3247
|
ref_key: "outsideRef",
|
|
3244
3248
|
ref: e,
|
|
3245
3249
|
class: "cl-w-full"
|
|
3246
3250
|
}, [
|
|
3247
|
-
T(
|
|
3251
|
+
T(Me, {
|
|
3248
3252
|
"show-required-asterisk": a.required,
|
|
3249
3253
|
errors: a.errors
|
|
3250
3254
|
}, {
|
|
@@ -3252,9 +3256,9 @@ const Xa = { class: "cl-gap-1 cl-grid cl-grid-cols-2" }, xa = ["onClick"], _a =
|
|
|
3252
3256
|
z(a.$slots, "label")
|
|
3253
3257
|
]),
|
|
3254
3258
|
default: E(() => [
|
|
3255
|
-
g("div",
|
|
3259
|
+
g("div", $n, [
|
|
3256
3260
|
z(a.$slots, "input", de(pe({ selectModalVisible: s.value, toggleSelectModalState: u })), () => [
|
|
3257
|
-
n.value === !1 ? (p(), P(
|
|
3261
|
+
n.value === !1 ? (p(), P(ol, {
|
|
3258
3262
|
key: 0,
|
|
3259
3263
|
class: O([i.value, "cl-border cl-border-grey-2 cl-flex cl-gap-2 cl-items-center cl-justify-between cl-min-h-8 cl-rounded-lg cl-select-none cl-transition-colors cl-w-full disabled:cl-bg-grey-1 disabled:cl-border-grey-2 disabled:cl-placeholder-grey-3"]),
|
|
3260
3264
|
onToggleModal: u
|
|
@@ -3264,29 +3268,29 @@ const Xa = { class: "cl-gap-1 cl-grid cl-grid-cols-2" }, xa = ["onClick"], _a =
|
|
|
3264
3268
|
readonly: "",
|
|
3265
3269
|
class: [i.value, "cl-outline-none cl-overflow-hidden cl-px-2 cl-py-1 cl-rounded-lg cl-text-ellipsis cl-transition-colors cl-w-full cl-whitespace-nowrap"],
|
|
3266
3270
|
placeholder: a.placeholder,
|
|
3267
|
-
onClick: r[0] || (r[0] = (
|
|
3268
|
-
}), null, 16,
|
|
3271
|
+
onClick: r[0] || (r[0] = (y) => u())
|
|
3272
|
+
}), null, 16, Cn)) : d(l.value) ? (p(), b("input", X({ key: 1 }, a.$attrs, {
|
|
3269
3273
|
readonly: "",
|
|
3270
3274
|
class: [i.value, "cl-outline-none cl-overflow-hidden cl-px-2 cl-py-1 cl-rounded-lg cl-text-ellipsis cl-transition-colors cl-w-full cl-whitespace-nowrap"],
|
|
3271
3275
|
value: l.value.name,
|
|
3272
3276
|
disabled: a.disabled,
|
|
3273
|
-
onClick: r[1] || (r[1] = (
|
|
3274
|
-
}), null, 16,
|
|
3277
|
+
onClick: r[1] || (r[1] = (y) => u())
|
|
3278
|
+
}), null, 16, Tn)) : (p(), b("input", X({ key: 2 }, a.$attrs, {
|
|
3275
3279
|
readonly: "",
|
|
3276
3280
|
class: [i.value, "cl-outline-none cl-overflow-hidden cl-px-2 cl-py-1 cl-rounded-lg cl-text-ellipsis cl-transition-colors cl-w-full cl-whitespace-nowrap"],
|
|
3277
3281
|
value: l.value,
|
|
3278
3282
|
disabled: a.disabled,
|
|
3279
|
-
onClick: r[2] || (r[2] = (
|
|
3280
|
-
}), null, 16,
|
|
3283
|
+
onClick: r[2] || (r[2] = (y) => u())
|
|
3284
|
+
}), null, 16, Sn)),
|
|
3281
3285
|
g("div", {
|
|
3282
3286
|
class: "cl-flex cl-items-center cl-px-2 cl-py-1 cl-relative cl-text-grey-3 cl-z-10",
|
|
3283
3287
|
disabled: a.disabled,
|
|
3284
|
-
onClick: r[3] || (r[3] = (
|
|
3288
|
+
onClick: r[3] || (r[3] = (y) => u())
|
|
3285
3289
|
}, [
|
|
3286
3290
|
T(f, {
|
|
3287
3291
|
icon: s.value ? "ph:caret-up-bold" : "ph:caret-down-bold"
|
|
3288
3292
|
}, null, 8, ["icon"])
|
|
3289
|
-
], 8,
|
|
3293
|
+
], 8, qn)
|
|
3290
3294
|
]),
|
|
3291
3295
|
_: 1
|
|
3292
3296
|
}, 8, ["class"])) : j("", !0)
|
|
@@ -3329,7 +3333,7 @@ const Xa = { class: "cl-gap-1 cl-grid cl-grid-cols-2" }, xa = ["onClick"], _a =
|
|
|
3329
3333
|
z(e.$slots, "default")
|
|
3330
3334
|
], 2));
|
|
3331
3335
|
}
|
|
3332
|
-
}),
|
|
3336
|
+
}), On = [
|
|
3333
3337
|
"string",
|
|
3334
3338
|
"boolean",
|
|
3335
3339
|
"number",
|
|
@@ -3342,7 +3346,7 @@ const Xa = { class: "cl-gap-1 cl-grid cl-grid-cols-2" }, xa = ["onClick"], _a =
|
|
|
3342
3346
|
function rt(t) {
|
|
3343
3347
|
return typeof t.caption == "string" && typeof t.name == "string" && typeof t.type == "string";
|
|
3344
3348
|
}
|
|
3345
|
-
function
|
|
3349
|
+
function Dn(t) {
|
|
3346
3350
|
let o = Array.isArray(t);
|
|
3347
3351
|
if (o) {
|
|
3348
3352
|
for (const l of t)
|
|
@@ -3353,12 +3357,12 @@ function On(t) {
|
|
|
3353
3357
|
}
|
|
3354
3358
|
return o;
|
|
3355
3359
|
}
|
|
3356
|
-
const
|
|
3360
|
+
const An = [
|
|
3357
3361
|
"ellipsis",
|
|
3358
3362
|
"wrap-text"
|
|
3359
3363
|
];
|
|
3360
3364
|
var oe = /* @__PURE__ */ ((t) => (t[t.CONTAINS = 0] = "CONTAINS", t[t.NOT_CONTAINS = 1] = "NOT_CONTAINS", t[t.EQUAL = 2] = "EQUAL", t[t.NOT_EQUAL = 3] = "NOT_EQUAL", t[t.STARTS_WITH = 4] = "STARTS_WITH", t[t.ENDS_WITH = 5] = "ENDS_WITH", t[t.GREATER_THAN = 6] = "GREATER_THAN", t[t.LESS_THAN = 7] = "LESS_THAN", t[t.EQUAL_OR_GREATER_THAN = 8] = "EQUAL_OR_GREATER_THAN", t[t.EQUAL_OR_LESS_THAN = 9] = "EQUAL_OR_LESS_THAN", t[t.AND_CONTAINS = 10] = "AND_CONTAINS", t))(oe || {});
|
|
3361
|
-
const
|
|
3365
|
+
const En = [
|
|
3362
3366
|
"equal",
|
|
3363
3367
|
"notequal",
|
|
3364
3368
|
"contains",
|
|
@@ -3371,24 +3375,24 @@ const An = [
|
|
|
3371
3375
|
"equalorgreaterthan",
|
|
3372
3376
|
"andcontains"
|
|
3373
3377
|
];
|
|
3374
|
-
function
|
|
3378
|
+
function Vn(t) {
|
|
3375
3379
|
return typeof t.filterOnColumn == "string" && typeof t.filterOperation == "number" && typeof t.filterValue == "string";
|
|
3376
3380
|
}
|
|
3377
|
-
function
|
|
3381
|
+
function In(t) {
|
|
3378
3382
|
return t === null || typeof t.sortByAscending == "boolean" && typeof t.sortOnColumn == "string";
|
|
3379
3383
|
}
|
|
3380
|
-
function
|
|
3381
|
-
let o = typeof t.filters == "object" && Array.isArray(t.filters) && typeof t.pageNumber == "number" && typeof t.pageSize == "number" && typeof t.sort == "object" &&
|
|
3384
|
+
function Mn(t) {
|
|
3385
|
+
let o = typeof t.filters == "object" && Array.isArray(t.filters) && typeof t.pageNumber == "number" && typeof t.pageSize == "number" && typeof t.sort == "object" && In(t.sort);
|
|
3382
3386
|
if (o) {
|
|
3383
3387
|
for (const l of t.filters)
|
|
3384
|
-
if (!
|
|
3388
|
+
if (!Vn(l)) {
|
|
3385
3389
|
o = !1;
|
|
3386
3390
|
break;
|
|
3387
3391
|
}
|
|
3388
3392
|
}
|
|
3389
3393
|
return o;
|
|
3390
3394
|
}
|
|
3391
|
-
function
|
|
3395
|
+
function Nn(t, o) {
|
|
3392
3396
|
let l = typeof t.results == "object" && Array.isArray(t.results) && typeof t.totalRecords == "number";
|
|
3393
3397
|
if (l) {
|
|
3394
3398
|
for (const e of t.results)
|
|
@@ -3399,7 +3403,7 @@ function Mn(t, o) {
|
|
|
3399
3403
|
}
|
|
3400
3404
|
return l;
|
|
3401
3405
|
}
|
|
3402
|
-
const
|
|
3406
|
+
const Rn = {
|
|
3403
3407
|
method: "equal",
|
|
3404
3408
|
icon: "mdi:equal",
|
|
3405
3409
|
description: "Equals",
|
|
@@ -3412,12 +3416,12 @@ const Nn = {
|
|
|
3412
3416
|
"list"
|
|
3413
3417
|
],
|
|
3414
3418
|
key: "equal"
|
|
3415
|
-
},
|
|
3419
|
+
}, Un = {
|
|
3416
3420
|
method: "contains",
|
|
3417
3421
|
icon: "mdi:format-letter-matches",
|
|
3418
3422
|
description: "Contains",
|
|
3419
3423
|
allowedTypes: ["string"]
|
|
3420
|
-
},
|
|
3424
|
+
}, zn = {
|
|
3421
3425
|
method: "lessthan",
|
|
3422
3426
|
icon: "mdi:less-than",
|
|
3423
3427
|
description: "Before",
|
|
@@ -3427,7 +3431,7 @@ const Nn = {
|
|
|
3427
3431
|
],
|
|
3428
3432
|
key: "before"
|
|
3429
3433
|
}, Rl = [
|
|
3430
|
-
|
|
3434
|
+
Un,
|
|
3431
3435
|
{
|
|
3432
3436
|
method: "notcontains",
|
|
3433
3437
|
icon: "mdi:format-letter-spacing-variant",
|
|
@@ -3446,7 +3450,7 @@ const Nn = {
|
|
|
3446
3450
|
description: "Ends with",
|
|
3447
3451
|
allowedTypes: ["string"]
|
|
3448
3452
|
},
|
|
3449
|
-
|
|
3453
|
+
Rn,
|
|
3450
3454
|
{
|
|
3451
3455
|
method: "notequal",
|
|
3452
3456
|
icon: "mdi:not-equal",
|
|
@@ -3459,7 +3463,7 @@ const Nn = {
|
|
|
3459
3463
|
],
|
|
3460
3464
|
key: "notequal"
|
|
3461
3465
|
},
|
|
3462
|
-
|
|
3466
|
+
zn,
|
|
3463
3467
|
{
|
|
3464
3468
|
method: "greaterthan",
|
|
3465
3469
|
icon: "mdi:greater-than",
|
|
@@ -3514,7 +3518,7 @@ const Nn = {
|
|
|
3514
3518
|
description: "Less than",
|
|
3515
3519
|
allowedTypes: ["number"]
|
|
3516
3520
|
}
|
|
3517
|
-
],
|
|
3521
|
+
], Ln = { class: "cl-bg-off-white cl-border-grey-1 cl-border-r cl-flex cl-h-full cl-items-center cl-justify-center cl-rounded-md cl-w-10" }, Bn = { class: "cl-p-2 cl-select-none" }, Fn = ["onClick"], jn = /* @__PURE__ */ G({
|
|
3518
3522
|
__name: "cl-ui-grid-method-selector",
|
|
3519
3523
|
props: {
|
|
3520
3524
|
filter: {},
|
|
@@ -3534,9 +3538,9 @@ const Nn = {
|
|
|
3534
3538
|
}), u = $(() => {
|
|
3535
3539
|
var f;
|
|
3536
3540
|
let r = (f = l.filter) == null ? void 0 : f.filterMethod;
|
|
3537
|
-
return typeof r > "u" && (r = oe[l.defaultOperation].replace("_", "").toLowerCase()), n.value.find((
|
|
3541
|
+
return typeof r > "u" && (r = oe[l.defaultOperation].replace("_", "").toLowerCase()), n.value.find((y) => {
|
|
3538
3542
|
var k;
|
|
3539
|
-
return
|
|
3543
|
+
return y.method.toLowerCase() === ((k = r == null ? void 0 : r.removeNonAlphanumeric()) == null ? void 0 : k.toLowerCase());
|
|
3540
3544
|
});
|
|
3541
3545
|
});
|
|
3542
3546
|
function c(r) {
|
|
@@ -3560,7 +3564,7 @@ const Nn = {
|
|
|
3560
3564
|
ref: d,
|
|
3561
3565
|
class: "cl-group cl-inline cl-relative cl-w-auto"
|
|
3562
3566
|
}, [
|
|
3563
|
-
g("div",
|
|
3567
|
+
g("div", Ln, [
|
|
3564
3568
|
u.value ? (p(), P(m(J), {
|
|
3565
3569
|
key: 0,
|
|
3566
3570
|
icon: u.value.icon,
|
|
@@ -3577,39 +3581,39 @@ const Nn = {
|
|
|
3577
3581
|
"cl-left-0": a.value
|
|
3578
3582
|
}])
|
|
3579
3583
|
}, [
|
|
3580
|
-
g("strong",
|
|
3581
|
-
(p(!0), b(Y, null, ae(n.value, (
|
|
3584
|
+
g("strong", Bn, A(m(s)("grid.availableMethods")), 1),
|
|
3585
|
+
(p(!0), b(Y, null, ae(n.value, (y, k) => {
|
|
3582
3586
|
var v;
|
|
3583
3587
|
return p(), b("span", {
|
|
3584
3588
|
key: k,
|
|
3585
3589
|
class: O(["cl-cursor-pointer cl-px-4 cl-py-1 cl-transition-colors cl-w-full hover:cl-bg-grey-0", {
|
|
3586
|
-
"cl-bg-primary-default cl-opacity-80":
|
|
3590
|
+
"cl-bg-primary-default cl-opacity-80": y.method === ((v = u.value) == null ? void 0 : v.method)
|
|
3587
3591
|
}]),
|
|
3588
|
-
onClick: se((C) => c(
|
|
3592
|
+
onClick: se((C) => c(y.method), ["prevent"])
|
|
3589
3593
|
}, [
|
|
3590
|
-
ie(A(
|
|
3594
|
+
ie(A(y.description) + " ", 1),
|
|
3591
3595
|
T(m(J), {
|
|
3592
|
-
icon:
|
|
3596
|
+
icon: y.icon,
|
|
3593
3597
|
class: "cl-float-right cl-text-grey-4 cl-text-sm"
|
|
3594
3598
|
}, null, 8, ["icon"])
|
|
3595
|
-
], 10,
|
|
3599
|
+
], 10, Fn);
|
|
3596
3600
|
}), 128))
|
|
3597
3601
|
], 2)
|
|
3598
3602
|
], 512));
|
|
3599
3603
|
}
|
|
3600
|
-
}), it = (t) => (Pl("data-v-908ee937"), t = t(), Gl(), t),
|
|
3604
|
+
}), it = (t) => (Pl("data-v-908ee937"), t = t(), Gl(), t), Pn = ["onClick"], Gn = { class: "cl-p-1" }, Hn = ["disabled"], Zn = {
|
|
3601
3605
|
key: 1,
|
|
3602
3606
|
class: "cl-w-full"
|
|
3603
|
-
},
|
|
3607
|
+
}, Wn = {
|
|
3604
3608
|
key: 2,
|
|
3605
3609
|
class: "cl-w-full"
|
|
3606
|
-
},
|
|
3610
|
+
}, Kn = {
|
|
3607
3611
|
key: 3,
|
|
3608
3612
|
class: "cl-w-full"
|
|
3609
|
-
},
|
|
3613
|
+
}, Qn = /* @__PURE__ */ it(() => /* @__PURE__ */ g("span", null, null, -1)), Yn = {
|
|
3610
3614
|
key: 4,
|
|
3611
3615
|
class: "cl-w-full"
|
|
3612
|
-
},
|
|
3616
|
+
}, Jn = /* @__PURE__ */ it(() => /* @__PURE__ */ g("span", null, null, -1)), Xn = ["onClick"], xn = { class: "cl-p-1" }, _n = ["disabled"], es = /* @__PURE__ */ G({
|
|
3613
3617
|
__name: "cl-ui-grid-filter",
|
|
3614
3618
|
props: {
|
|
3615
3619
|
loading: { type: Boolean },
|
|
@@ -3629,13 +3633,13 @@ const Nn = {
|
|
|
3629
3633
|
const c = $({
|
|
3630
3634
|
get: () => l.filter,
|
|
3631
3635
|
set: (D) => e("update:filter", D)
|
|
3632
|
-
}), d = $(() => l.column.type === "date" || l.column.type === "datetime" || l.column.type === "slot" && (l.column.slotType === "date" || l.column.slotType === "datetime")), i = $(() => l.column.type === "dateRange" || l.column.type === "slot" && l.column.slotType === "dateRange"), a = $(() => l.column.type === "list" || l.column.type === "slot" && l.column.slotType === "list"), r = $(() => a.value && l.column.listType === "number"), f = $(() => l.column.type === "string" || l.column.type === "slot" && l.column.slotType === "string"),
|
|
3636
|
+
}), d = $(() => l.column.type === "date" || l.column.type === "datetime" || l.column.type === "slot" && (l.column.slotType === "date" || l.column.slotType === "datetime")), i = $(() => l.column.type === "dateRange" || l.column.type === "slot" && l.column.slotType === "dateRange"), a = $(() => l.column.type === "list" || l.column.type === "slot" && l.column.slotType === "list"), r = $(() => a.value && l.column.listType === "number"), f = $(() => l.column.type === "string" || l.column.type === "slot" && l.column.slotType === "string"), y = $(() => l.column.format === _.INTEGER ? _.DECIMAL : l.column.format ?? _.DECIMAL), k = M(!1), v = $(() => k.value || f.value === !1), C = $({
|
|
3633
3637
|
get() {
|
|
3634
|
-
var Z,
|
|
3638
|
+
var Z, w, I, Q, h, R, W;
|
|
3635
3639
|
let D = (Z = c.value) == null ? void 0 : Z[0];
|
|
3636
3640
|
if (D) {
|
|
3637
3641
|
if (d.value) {
|
|
3638
|
-
if ((((
|
|
3642
|
+
if ((((w = l.filter) == null ? void 0 : w.length) ?? 0) > 1) {
|
|
3639
3643
|
const re = (I = c.value) == null ? void 0 : I.find((Se) => Se.filterOperation === oe.EQUAL_OR_GREATER_THAN), Ae = (Q = c.value) == null ? void 0 : Q.find((Se) => Se.filterOperation === oe.LESS_THAN);
|
|
3640
3644
|
re && Ae && (D = {
|
|
3641
3645
|
filterOnColumn: l.column.field,
|
|
@@ -3672,9 +3676,9 @@ const Nn = {
|
|
|
3672
3676
|
set(D) {
|
|
3673
3677
|
let Z = null;
|
|
3674
3678
|
if (d.value) {
|
|
3675
|
-
const
|
|
3679
|
+
const w = D, I = (w == null ? void 0 : w.filterMethod) && q(w.filterMethod, w.filterValue, "equal"), Q = (w == null ? void 0 : w.filterMethod) && q(w.filterMethod, w.filterValue, "equalorlessthan"), h = (w == null ? void 0 : w.filterMethod) && q(w.filterMethod, w.filterValue, "greaterthan");
|
|
3676
3680
|
if (I) {
|
|
3677
|
-
let R = K.fromISO(
|
|
3681
|
+
let R = K.fromISO(w.filterValue, {
|
|
3678
3682
|
zone: l.timeZone ?? "UTC"
|
|
3679
3683
|
}).set({
|
|
3680
3684
|
second: 0,
|
|
@@ -3698,7 +3702,7 @@ const Nn = {
|
|
|
3698
3702
|
}
|
|
3699
3703
|
];
|
|
3700
3704
|
} else if (Q || h) {
|
|
3701
|
-
let R = K.fromISO(
|
|
3705
|
+
let R = K.fromISO(w.filterValue, {
|
|
3702
3706
|
zone: l.timeZone ?? "UTC"
|
|
3703
3707
|
}).set({
|
|
3704
3708
|
second: 0,
|
|
@@ -3714,9 +3718,9 @@ const Nn = {
|
|
|
3714
3718
|
];
|
|
3715
3719
|
}
|
|
3716
3720
|
} else if (i.value && (D != null && D.filterValue)) {
|
|
3717
|
-
const
|
|
3721
|
+
const w = D.filterValue, I = K.fromISO(w.start, {
|
|
3718
3722
|
zone: l.timeZone ?? "UTC"
|
|
3719
|
-
}).toISO(), Q = K.fromISO(
|
|
3723
|
+
}).toISO(), Q = K.fromISO(w.end, {
|
|
3720
3724
|
zone: l.timeZone ?? "UTC"
|
|
3721
3725
|
}).toISO();
|
|
3722
3726
|
Z = [
|
|
@@ -3735,15 +3739,15 @@ const Nn = {
|
|
|
3735
3739
|
];
|
|
3736
3740
|
}
|
|
3737
3741
|
if (Z === null) {
|
|
3738
|
-
const
|
|
3739
|
-
Z =
|
|
3742
|
+
const w = D;
|
|
3743
|
+
Z = w && [w];
|
|
3740
3744
|
}
|
|
3741
3745
|
if (Z && (d.value || i.value))
|
|
3742
|
-
for (const
|
|
3743
|
-
l.timeZone ?
|
|
3746
|
+
for (const w of Z)
|
|
3747
|
+
l.timeZone ? w.filterValue = K.fromISO(w.filterValue).setZone("UTC").toISO() ?? "" : w.filterValue = w.filterValue.replace("Z", "");
|
|
3744
3748
|
v.value ? (c.value = Z, k.value = !1) : S(Z);
|
|
3745
3749
|
}
|
|
3746
|
-
}), S =
|
|
3750
|
+
}), S = _e((D) => {
|
|
3747
3751
|
c.value = D;
|
|
3748
3752
|
}, 1e3), L = $({
|
|
3749
3753
|
get: () => C.value,
|
|
@@ -3751,8 +3755,8 @@ const Nn = {
|
|
|
3751
3755
|
C.value = D;
|
|
3752
3756
|
}
|
|
3753
3757
|
});
|
|
3754
|
-
function q(D, Z,
|
|
3755
|
-
return Z !== void 0 && Z !== "" && D ===
|
|
3758
|
+
function q(D, Z, w) {
|
|
3759
|
+
return Z !== void 0 && Z !== "" && D === w && d.value;
|
|
3756
3760
|
}
|
|
3757
3761
|
const U = $(() => {
|
|
3758
3762
|
var D;
|
|
@@ -3760,14 +3764,14 @@ const Nn = {
|
|
|
3760
3764
|
}), ee = $(() => U.value === "" ? null : U.value), V = $(() => U.value === "" ? null : U.value), N = $(() => kl(l.column));
|
|
3761
3765
|
function H(D, Z) {
|
|
3762
3766
|
var re;
|
|
3763
|
-
let
|
|
3767
|
+
let w, I = (D == null ? void 0 : D.value) ?? Z;
|
|
3764
3768
|
const Q = ((re = C.value) == null ? void 0 : re.filterValue.toString()) ?? "", h = !!I.trim(), R = !!Q.trim();
|
|
3765
3769
|
if (h === !1 && R && (I = ""), h || R) {
|
|
3766
3770
|
if (C.value)
|
|
3767
|
-
|
|
3771
|
+
w = me(L.value), w.filterValue = I;
|
|
3768
3772
|
else if (h && typeof l.column.field < "u") {
|
|
3769
3773
|
const Ae = u();
|
|
3770
|
-
|
|
3774
|
+
w = {
|
|
3771
3775
|
filterOnColumn: l.column.field,
|
|
3772
3776
|
filterMethod: oe[Ae].replace("_", "").toLowerCase(),
|
|
3773
3777
|
filterOperation: Ae,
|
|
@@ -3775,25 +3779,25 @@ const Nn = {
|
|
|
3775
3779
|
};
|
|
3776
3780
|
} else
|
|
3777
3781
|
return;
|
|
3778
|
-
C.value =
|
|
3782
|
+
C.value = w;
|
|
3779
3783
|
}
|
|
3780
3784
|
}
|
|
3781
3785
|
function B(D, Z) {
|
|
3782
|
-
let
|
|
3783
|
-
if (typeof
|
|
3786
|
+
let w = (D == null ? void 0 : D.value) ?? Z ?? 0;
|
|
3787
|
+
if (typeof w == "string") {
|
|
3784
3788
|
const I = l.column.format === _.INTEGER, Q = (I ? _.DECIMAL : l.column.format) ?? _.DECIMAL;
|
|
3785
|
-
|
|
3789
|
+
w = Yl(w, Q, { additionalOptions: {
|
|
3786
3790
|
maximumFractionDigits: I ? 0 : void 0,
|
|
3787
3791
|
minimumFractionDigits: I ? 0 : void 0
|
|
3788
3792
|
} });
|
|
3789
3793
|
}
|
|
3790
|
-
H(null, isNaN(
|
|
3794
|
+
H(null, isNaN(w) ? "" : w.toString());
|
|
3791
3795
|
}
|
|
3792
3796
|
function F(D) {
|
|
3793
3797
|
var I;
|
|
3794
|
-
let Z,
|
|
3798
|
+
let Z, w = !1;
|
|
3795
3799
|
if (C.value)
|
|
3796
|
-
|
|
3800
|
+
w = ((I = C.value) == null ? void 0 : I.filterValue) === D, Z = me(C.value), Z.filterValue = D ?? "";
|
|
3797
3801
|
else if (D !== null && typeof l.column.field < "u") {
|
|
3798
3802
|
const Q = u();
|
|
3799
3803
|
Z = {
|
|
@@ -3804,7 +3808,7 @@ const Nn = {
|
|
|
3804
3808
|
};
|
|
3805
3809
|
} else
|
|
3806
3810
|
return;
|
|
3807
|
-
|
|
3811
|
+
w === !1 && (C.value = Z);
|
|
3808
3812
|
}
|
|
3809
3813
|
const x = M("");
|
|
3810
3814
|
function he(D) {
|
|
@@ -3823,9 +3827,9 @@ const Nn = {
|
|
|
3823
3827
|
target: je,
|
|
3824
3828
|
dedupe: !0
|
|
3825
3829
|
});
|
|
3826
|
-
const $e =
|
|
3830
|
+
const $e = nl("cl-ui-grid-id") ?? "cl-ui-grid-filter";
|
|
3827
3831
|
return (D, Z) => {
|
|
3828
|
-
const
|
|
3832
|
+
const w = Ie("icon");
|
|
3829
3833
|
return N.value ? (p(), b("div", {
|
|
3830
3834
|
key: 0,
|
|
3831
3835
|
class: O(["cl-border cl-border-grey-2 cl-flex cl-rounded-md", [
|
|
@@ -3841,22 +3845,22 @@ const Nn = {
|
|
|
3841
3845
|
"onUpdate:modelValue": Z[0] || (Z[0] = (I) => H(null, I))
|
|
3842
3846
|
}, {
|
|
3843
3847
|
input: E(({ selectModalVisible: I, toggleSelectModalState: Q }) => [
|
|
3844
|
-
T(
|
|
3848
|
+
T(ol, { onToggleModal: Q }, {
|
|
3845
3849
|
default: E(({ toggleModalInput: h }) => [
|
|
3846
3850
|
g("div", {
|
|
3847
3851
|
class: "!cl-h-[2rem] cl-bg-white cl-flex cl-font-normal cl-items-center cl-mb-0 cl-rounded-md cl-w-full",
|
|
3848
3852
|
onClick: h
|
|
3849
3853
|
}, [
|
|
3850
|
-
g("span",
|
|
3854
|
+
g("span", Gn, A(U.value === "" ? "" : U.value === "true" ? m(s)("grid.true") : m(s)("grid.false")), 1),
|
|
3851
3855
|
g("div", {
|
|
3852
3856
|
class: "cl-absolute cl-flex cl-items-center cl-right-1 cl-text-grey-3 cl-z-10",
|
|
3853
3857
|
disabled: D.loading
|
|
3854
3858
|
}, [
|
|
3855
|
-
T(
|
|
3859
|
+
T(w, {
|
|
3856
3860
|
icon: I ? "ph:caret-up-bold" : "ph:caret-down-bold"
|
|
3857
3861
|
}, null, 8, ["icon"])
|
|
3858
|
-
], 8,
|
|
3859
|
-
], 8,
|
|
3862
|
+
], 8, Hn)
|
|
3863
|
+
], 8, Pn)
|
|
3860
3864
|
]),
|
|
3861
3865
|
_: 2
|
|
3862
3866
|
}, 1032, ["onToggleModal"])
|
|
@@ -3893,7 +3897,7 @@ const Nn = {
|
|
|
3893
3897
|
}, 1032, ["is-selected", "onSelect"])
|
|
3894
3898
|
]),
|
|
3895
3899
|
_: 1
|
|
3896
|
-
}, 8, ["disabled", "model-value"])) : d.value ? (p(), b("div",
|
|
3900
|
+
}, 8, ["disabled", "model-value"])) : d.value ? (p(), b("div", Zn, [
|
|
3897
3901
|
T(st, {
|
|
3898
3902
|
id: `${m($e)}-${D.column.name}`,
|
|
3899
3903
|
"model-value": ee.value,
|
|
@@ -3904,7 +3908,7 @@ const Nn = {
|
|
|
3904
3908
|
"popover-placement": "bottom-start",
|
|
3905
3909
|
"onUpdate:modelValue": Z[1] || (Z[1] = (I) => H(null, I ?? ""))
|
|
3906
3910
|
}, null, 8, ["id", "model-value", "time-zone", "readonly", "type"])
|
|
3907
|
-
])) : i.value ? (p(), b("div",
|
|
3911
|
+
])) : i.value ? (p(), b("div", Wn, [
|
|
3908
3912
|
T(at, {
|
|
3909
3913
|
id: `${m($e)}-${D.column.name}`,
|
|
3910
3914
|
"model-value": V.value,
|
|
@@ -3915,12 +3919,12 @@ const Nn = {
|
|
|
3915
3919
|
"popover-placement": "bottom-start",
|
|
3916
3920
|
"onUpdate:modelValue": Z[2] || (Z[2] = (I) => F(I))
|
|
3917
3921
|
}, null, 8, ["id", "model-value", "disabled", "time-zone", "quick-date-scope"])
|
|
3918
|
-
])) : D.column.type === "number" || D.column.type === "slot" && D.column.slotType === "number" ? (p(), b("div",
|
|
3919
|
-
T(
|
|
3922
|
+
])) : D.column.type === "number" || D.column.type === "slot" && D.column.slotType === "number" ? (p(), b("div", Kn, [
|
|
3923
|
+
T(Ye, {
|
|
3920
3924
|
id: `${m($e)}-${D.column.name}`,
|
|
3921
3925
|
"model-value": U.value === "" || isNaN(+U.value) ? null : +U.value,
|
|
3922
|
-
format:
|
|
3923
|
-
precision: D.column.format === m(_).INTEGER ? 0 : m($l)(
|
|
3926
|
+
format: y.value,
|
|
3927
|
+
precision: D.column.format === m(_).INTEGER ? 0 : m($l)(y.value, { locale: m(n), additionalOptions: { maximumFractionDigits: 2 } }).maximumFractionDigits,
|
|
3924
3928
|
class: "cl-border-none cl-font-normal cl-h-[2rem] cl-mb-0 cl-text-xs cl-w-full lg:cl-text-base readonly-filter",
|
|
3925
3929
|
readonly: D.loading,
|
|
3926
3930
|
"show-arrows": !1,
|
|
@@ -3928,12 +3932,12 @@ const Nn = {
|
|
|
3928
3932
|
"onUpdate:modelValue": Z[3] || (Z[3] = (I) => I !== null ? B(null, I) : H(null, ""))
|
|
3929
3933
|
}, {
|
|
3930
3934
|
default: E(() => [
|
|
3931
|
-
|
|
3935
|
+
Qn
|
|
3932
3936
|
]),
|
|
3933
3937
|
_: 1
|
|
3934
3938
|
}, 8, ["id", "model-value", "format", "precision", "readonly"])
|
|
3935
|
-
])) : D.column.type === "string" || D.column.type === "slot" && D.column.slotType === "string" ? (p(), b("div",
|
|
3936
|
-
T(
|
|
3939
|
+
])) : D.column.type === "string" || D.column.type === "slot" && D.column.slotType === "string" ? (p(), b("div", Yn, [
|
|
3940
|
+
T(Re, {
|
|
3937
3941
|
id: `${m($e)}-${D.column.name}`,
|
|
3938
3942
|
modelValue: x.value,
|
|
3939
3943
|
"onUpdate:modelValue": [
|
|
@@ -3945,7 +3949,7 @@ const Nn = {
|
|
|
3945
3949
|
onKeySinglePress: he
|
|
3946
3950
|
}, {
|
|
3947
3951
|
default: E(() => [
|
|
3948
|
-
|
|
3952
|
+
Jn
|
|
3949
3953
|
]),
|
|
3950
3954
|
_: 1
|
|
3951
3955
|
}, 8, ["id", "modelValue", "readonly"])
|
|
@@ -3958,7 +3962,7 @@ const Nn = {
|
|
|
3958
3962
|
"onUpdate:modelValue": Z[6] || (Z[6] = (I) => r.value ? B(null, I) : H(null, I))
|
|
3959
3963
|
}, {
|
|
3960
3964
|
input: E(({ selectModalVisible: I, toggleSelectModalState: Q }) => [
|
|
3961
|
-
T(
|
|
3965
|
+
T(ol, { onToggleModal: Q }, {
|
|
3962
3966
|
default: E(({ toggleModalInput: h }) => {
|
|
3963
3967
|
var R, W;
|
|
3964
3968
|
return [
|
|
@@ -3966,16 +3970,16 @@ const Nn = {
|
|
|
3966
3970
|
class: "!cl-h-[2rem] cl-bg-white cl-flex cl-font-normal cl-items-center cl-mb-0 cl-rounded-md cl-w-full",
|
|
3967
3971
|
onClick: h
|
|
3968
3972
|
}, [
|
|
3969
|
-
g("span",
|
|
3973
|
+
g("span", xn, A(m(s)(((W = (R = D.column.listEntries) == null ? void 0 : R.find((re) => re.value.toString() === U.value)) == null ? void 0 : W.translationKey) ?? "")), 1),
|
|
3970
3974
|
g("div", {
|
|
3971
3975
|
class: "cl-absolute cl-flex cl-items-center cl-right-1 cl-text-grey-3 cl-z-10",
|
|
3972
3976
|
disabled: D.loading
|
|
3973
3977
|
}, [
|
|
3974
|
-
T(
|
|
3978
|
+
T(w, {
|
|
3975
3979
|
icon: I ? "ph:caret-up-bold" : "ph:caret-down-bold"
|
|
3976
3980
|
}, null, 8, ["icon"])
|
|
3977
|
-
], 8,
|
|
3978
|
-
], 8,
|
|
3981
|
+
], 8, _n)
|
|
3982
|
+
], 8, Xn)
|
|
3979
3983
|
];
|
|
3980
3984
|
}),
|
|
3981
3985
|
_: 2
|
|
@@ -4005,7 +4009,7 @@ const Nn = {
|
|
|
4005
4009
|
]),
|
|
4006
4010
|
_: 1
|
|
4007
4011
|
}, 8, ["id", "model-value", "disabled"])) : j("", !0),
|
|
4008
|
-
i.value ? j("", !0) : (p(), P(
|
|
4012
|
+
i.value ? j("", !0) : (p(), P(jn, {
|
|
4009
4013
|
key: 6,
|
|
4010
4014
|
filter: L.value,
|
|
4011
4015
|
"onUpdate:filter": Z[7] || (Z[7] = (I) => L.value = I),
|
|
@@ -4017,7 +4021,7 @@ const Nn = {
|
|
|
4017
4021
|
], 2)) : j("", !0);
|
|
4018
4022
|
};
|
|
4019
4023
|
}
|
|
4020
|
-
}),
|
|
4024
|
+
}), ls = /* @__PURE__ */ ye(es, [["__scopeId", "data-v-908ee937"]]), ts = ["onClick"], os = ["onClick"], as = { class: "cl-font-normal cl-mr-1" }, ns = /* @__PURE__ */ G({
|
|
4021
4025
|
__name: "cl-ui-grid-header",
|
|
4022
4026
|
props: {
|
|
4023
4027
|
request: {},
|
|
@@ -4069,9 +4073,9 @@ const Nn = {
|
|
|
4069
4073
|
(p(!0), b(Y, null, ae(i.columns, (r, f) => (p(), b("th", {
|
|
4070
4074
|
key: f,
|
|
4071
4075
|
class: O(["cl-text-grey-3 cl-text-sm", {
|
|
4072
|
-
"cl-cursor-pointer": m(
|
|
4076
|
+
"cl-cursor-pointer": m(xe)(r) && i.loading === !1
|
|
4073
4077
|
}]),
|
|
4074
|
-
onClick: (
|
|
4078
|
+
onClick: (y) => m(xe)(r) && i.loading === !1 ? c(r.field) : () => {
|
|
4075
4079
|
}
|
|
4076
4080
|
}, [
|
|
4077
4081
|
ie(A(r.caption) + " ", 1),
|
|
@@ -4087,7 +4091,7 @@ const Nn = {
|
|
|
4087
4091
|
}, null, 512), [
|
|
4088
4092
|
[ue, u(r, !1)]
|
|
4089
4093
|
])
|
|
4090
|
-
], 10,
|
|
4094
|
+
], 10, ts))), 128))
|
|
4091
4095
|
], 2),
|
|
4092
4096
|
g("tr", {
|
|
4093
4097
|
class: O(["cl-border cl-border-grey-2 cl-flex cl-flex-wrap cl-p-2 lg:cl-border-none lg:cl-p-0 lg:cl-table-row", {
|
|
@@ -4121,14 +4125,14 @@ const Nn = {
|
|
|
4121
4125
|
"cl-hidden": i.options.hideGridMobileView
|
|
4122
4126
|
}])
|
|
4123
4127
|
}, A(r.caption), 3),
|
|
4124
|
-
m(
|
|
4128
|
+
m(xe)(r) ? (p(), b("div", {
|
|
4125
4129
|
key: 0,
|
|
4126
4130
|
class: O(["cl-col-span-2 cl-gap-1 cl-span lg:cl-hidden", {
|
|
4127
4131
|
"cl-hidden": i.options.hideGridMobileView
|
|
4128
4132
|
}]),
|
|
4129
|
-
onClick: (
|
|
4133
|
+
onClick: (y) => i.loading === !1 ? c(r.field) : void 0
|
|
4130
4134
|
}, [
|
|
4131
|
-
g("span",
|
|
4135
|
+
g("span", as, A(m(s)("grid.sortBy")), 1),
|
|
4132
4136
|
u(r, !0) ? (p(), P(m(J), {
|
|
4133
4137
|
key: 0,
|
|
4134
4138
|
class: "cl-cursor-pointer cl-inline-block",
|
|
@@ -4142,24 +4146,24 @@ const Nn = {
|
|
|
4142
4146
|
class: "cl-cursor-pointer cl-inline-block",
|
|
4143
4147
|
icon: "ph:minus"
|
|
4144
4148
|
}))
|
|
4145
|
-
], 10,
|
|
4146
|
-
T(
|
|
4149
|
+
], 10, os)) : j("", !0),
|
|
4150
|
+
T(ls, {
|
|
4147
4151
|
class: "cl-col-span-4",
|
|
4148
4152
|
loading: i.loading,
|
|
4149
|
-
filter: n.value.filters.filter((
|
|
4153
|
+
filter: n.value.filters.filter((y) => y.filterOnColumn === r.field),
|
|
4150
4154
|
column: r,
|
|
4151
4155
|
"time-zone": i.timeZone,
|
|
4152
4156
|
"quick-date-scope": r.quickDateScope ?? null,
|
|
4153
4157
|
"header-display-timezone": i.headerDisplayTimezone,
|
|
4154
4158
|
options: i.options,
|
|
4155
4159
|
"onUpdate:filter": d,
|
|
4156
|
-
onPerformDataRequest: a[1] || (a[1] = (
|
|
4160
|
+
onPerformDataRequest: a[1] || (a[1] = (y) => e("perform-data-request"))
|
|
4157
4161
|
}, null, 8, ["loading", "filter", "column", "time-zone", "quick-date-scope", "header-display-timezone", "options"])
|
|
4158
4162
|
], 2))), 128))
|
|
4159
4163
|
], 2)
|
|
4160
4164
|
], 2));
|
|
4161
4165
|
}
|
|
4162
|
-
}),
|
|
4166
|
+
}), ss = { class: "cl-flex cl-mb-2" }, rs = { class: "cl-basis-full cl-grow" }, is = /* @__PURE__ */ g("span", null, null, -1), cs = /* @__PURE__ */ G({
|
|
4163
4167
|
__name: "cl-ui-grid-search",
|
|
4164
4168
|
props: /* @__PURE__ */ fe({
|
|
4165
4169
|
columns: {},
|
|
@@ -4190,13 +4194,13 @@ const Nn = {
|
|
|
4190
4194
|
};
|
|
4191
4195
|
}
|
|
4192
4196
|
le(() => l.columns, () => u(e.value));
|
|
4193
|
-
const c =
|
|
4197
|
+
const c = _e(u, 1e3), { t: d } = ce();
|
|
4194
4198
|
return (i, a) => {
|
|
4195
|
-
const r =
|
|
4199
|
+
const r = Ie("icon");
|
|
4196
4200
|
return z(i.$slots, "search", de(pe({ searchValue: e.value, performSearch: u })), () => [
|
|
4197
|
-
g("div",
|
|
4198
|
-
g("div",
|
|
4199
|
-
T(
|
|
4201
|
+
g("div", ss, [
|
|
4202
|
+
g("div", rs, [
|
|
4203
|
+
T(Re, {
|
|
4200
4204
|
modelValue: e.value,
|
|
4201
4205
|
"onUpdate:modelValue": [
|
|
4202
4206
|
a[0] || (a[0] = (f) => e.value = f),
|
|
@@ -4208,7 +4212,7 @@ const Nn = {
|
|
|
4208
4212
|
onKeypress: a[1] || (a[1] = be((f) => u(e.value), ["enter"]))
|
|
4209
4213
|
}, {
|
|
4210
4214
|
default: E(() => [
|
|
4211
|
-
|
|
4215
|
+
is
|
|
4212
4216
|
]),
|
|
4213
4217
|
_: 1
|
|
4214
4218
|
}, 8, ["modelValue", "placeholder", "onUpdate:modelValue"])
|
|
@@ -4223,7 +4227,7 @@ const Nn = {
|
|
|
4223
4227
|
]);
|
|
4224
4228
|
};
|
|
4225
4229
|
}
|
|
4226
|
-
}),
|
|
4230
|
+
}), us = { class: "cl-fixed cl-flex cl-h-full cl-justify-end cl-right-0 cl-shadow-lg cl-top-0 cl-z-40" }, ds = { class: "cl-bg-secondary-default cl-h-full cl-overflow-y-auto cl-overscroll-y-none cl-px-10 cl-py-20 cl-relative cl-text-grey-2 cl-w-80" }, ps = { class: "cl-mb-4 cl-text-2xl cl-text-off-white" }, fs = { class: "cl-border-grey-3 cl-border-t cl-flex cl-flex-wrap cl-text-sm cl-w-full" }, ms = { class: "cl-border-b cl-border-grey-2 cl-flex cl-py-2 cl-text-sm cl-w-full" }, gs = { class: "cl-flex-1 cl-py-2" }, vs = { class: "cl-py-2 cl-w-1/4" }, bs = { class: "cl-py-2 cl-w-1/5" }, hs = { class: "cl-flex-1 cl-py-2" }, ys = { class: "cl-py-2 cl-w-1/4" }, ws = { class: "cl-py-2 cl-text-off-white cl-w-1/5" }, ks = { key: 1 }, $s = /* @__PURE__ */ G({
|
|
4227
4231
|
inheritAttrs: !1,
|
|
4228
4232
|
__name: "cl-ui-grid-view-manager",
|
|
4229
4233
|
props: {
|
|
@@ -4237,7 +4241,7 @@ const Nn = {
|
|
|
4237
4241
|
r < i.length && r >= 0 && i.splice(r, 0, i.splice(a, 1)[0]);
|
|
4238
4242
|
}
|
|
4239
4243
|
function c(i, a) {
|
|
4240
|
-
const r = me(l.columns), f = r.findIndex((
|
|
4244
|
+
const r = me(l.columns), f = r.findIndex((y) => y.name === a.name);
|
|
4241
4245
|
f >= 0 && (r[f].visible = i), e("update:columns", r);
|
|
4242
4246
|
}
|
|
4243
4247
|
function d(i, a) {
|
|
@@ -4257,49 +4261,49 @@ const Nn = {
|
|
|
4257
4261
|
_: 1
|
|
4258
4262
|
}, 16, ["disabled"]),
|
|
4259
4263
|
(p(), P(yl, { to: "body" }, [
|
|
4260
|
-
T(
|
|
4264
|
+
T(Ve, { name: "slide-left" }, {
|
|
4261
4265
|
default: E(() => [
|
|
4262
|
-
te(g("div",
|
|
4263
|
-
g("div",
|
|
4266
|
+
te(g("div", us, [
|
|
4267
|
+
g("div", ds, [
|
|
4264
4268
|
T(m(J), {
|
|
4265
4269
|
class: "cl-absolute cl-cursor-pointer cl-right-3 cl-text-off-white cl-top-3",
|
|
4266
4270
|
icon: "ph:x",
|
|
4267
4271
|
size: 16,
|
|
4268
4272
|
onClick: a[1] || (a[1] = (r) => n.value = !1)
|
|
4269
4273
|
}),
|
|
4270
|
-
g("h3",
|
|
4271
|
-
g("ul",
|
|
4272
|
-
g("li",
|
|
4273
|
-
g("strong",
|
|
4274
|
-
g("strong",
|
|
4275
|
-
g("strong",
|
|
4274
|
+
g("h3", ps, A(m(s)("grid.manageView")), 1),
|
|
4275
|
+
g("ul", fs, [
|
|
4276
|
+
g("li", ms, [
|
|
4277
|
+
g("strong", gs, A(m(s)("grid.column")), 1),
|
|
4278
|
+
g("strong", vs, A(m(s)("grid.visible")), 1),
|
|
4279
|
+
g("strong", bs, A(m(s)("grid.order")), 1)
|
|
4276
4280
|
]),
|
|
4277
4281
|
(p(!0), b(Y, null, ae(i.columns, (r, f) => (p(), b("li", {
|
|
4278
4282
|
key: f,
|
|
4279
4283
|
class: "cl-border-b cl-border-grey-2 cl-flex cl-py-2 cl-text-sm cl-w-full"
|
|
4280
4284
|
}, [
|
|
4281
|
-
g("div",
|
|
4282
|
-
g("div",
|
|
4283
|
-
T(
|
|
4285
|
+
g("div", hs, A(r.caption), 1),
|
|
4286
|
+
g("div", ys, [
|
|
4287
|
+
T(ul, {
|
|
4284
4288
|
"model-value": r.visible === void 0 || r.visible === !0,
|
|
4285
|
-
"onUpdate:modelValue": (
|
|
4289
|
+
"onUpdate:modelValue": (y) => c(y, r)
|
|
4286
4290
|
}, null, 8, ["model-value", "onUpdate:modelValue"])
|
|
4287
4291
|
]),
|
|
4288
|
-
g("div",
|
|
4292
|
+
g("div", ws, [
|
|
4289
4293
|
r.visible === void 0 || r.visible === !0 ? (p(), b(Y, { key: 0 }, [
|
|
4290
4294
|
f !== 0 ? (p(), P(m(J), {
|
|
4291
4295
|
key: 0,
|
|
4292
4296
|
class: "cl-cursor-pointer cl-inline-block cl-mr-2",
|
|
4293
4297
|
icon: "ph:arrow-left",
|
|
4294
|
-
onClick: (
|
|
4298
|
+
onClick: (y) => d(f, "down")
|
|
4295
4299
|
}, null, 8, ["onClick"])) : j("", !0),
|
|
4296
4300
|
f !== i.columns.length - 1 ? (p(), P(m(J), {
|
|
4297
4301
|
key: 1,
|
|
4298
4302
|
class: "cl-cursor-pointer cl-inline-block",
|
|
4299
4303
|
icon: "ph:arrow-right",
|
|
4300
|
-
onClick: (
|
|
4304
|
+
onClick: (y) => d(f, "up")
|
|
4301
4305
|
}, null, 8, ["onClick"])) : j("", !0)
|
|
4302
|
-
], 64)) : (p(), b("em",
|
|
4306
|
+
], 64)) : (p(), b("em", ks, A(m(s)("grid.hidden")), 1))
|
|
4303
4307
|
])
|
|
4304
4308
|
]))), 128))
|
|
4305
4309
|
])
|
|
@@ -4313,7 +4317,7 @@ const Nn = {
|
|
|
4313
4317
|
]))
|
|
4314
4318
|
], 64));
|
|
4315
4319
|
}
|
|
4316
|
-
}),
|
|
4320
|
+
}), Cs = { class: "cl-relative cl-w-full grid-wrapper lg:cl-min-h-fit" }, Ts = { class: "cl-absolute cl-flex cl-items-center cl-justify-center cl-min-h-full cl-p-28 cl-pt-0 cl-w-full" }, Ss = { class: "cl-overflow-x-auto cl-overscroll-x-none cl-pt-1" }, qs = /* @__PURE__ */ G({
|
|
4317
4321
|
__name: "cl-ui-grid",
|
|
4318
4322
|
props: {
|
|
4319
4323
|
columns: {},
|
|
@@ -4331,7 +4335,7 @@ const Nn = {
|
|
|
4331
4335
|
const l = t, e = o, s = Ke();
|
|
4332
4336
|
gl("cl-ui-grid-id", s.id);
|
|
4333
4337
|
const n = $(() => l.headerDisplayTimezone ?? l.timeZone), u = $(() => l.dateFormatLocale);
|
|
4334
|
-
gl(
|
|
4338
|
+
gl(cl, u);
|
|
4335
4339
|
const c = $({
|
|
4336
4340
|
get: () => l.columns,
|
|
4337
4341
|
set: (N) => e("update:columns", N)
|
|
@@ -4348,13 +4352,13 @@ const Nn = {
|
|
|
4348
4352
|
return i.value[N] ?? "";
|
|
4349
4353
|
}
|
|
4350
4354
|
We(() => {
|
|
4351
|
-
window.addEventListener("resize",
|
|
4352
|
-
}),
|
|
4355
|
+
window.addEventListener("resize", _e(a, 50)), a();
|
|
4356
|
+
}), al(() => window.removeEventListener("resize", _e(a, 50)));
|
|
4353
4357
|
const f = $({
|
|
4354
4358
|
get: () => l.request,
|
|
4355
4359
|
set: (N) => e("update:request", N)
|
|
4356
4360
|
});
|
|
4357
|
-
function
|
|
4361
|
+
function y() {
|
|
4358
4362
|
const N = me(f.value);
|
|
4359
4363
|
N.pageNumber = 1, N.filters = [], U.value = "", f.value = N;
|
|
4360
4364
|
}
|
|
@@ -4390,8 +4394,8 @@ const Nn = {
|
|
|
4390
4394
|
};
|
|
4391
4395
|
}
|
|
4392
4396
|
}), U = M(((V = l.request.filters.find((N) => N.filterMethod === "andcontains" || N.filterOperation === oe.AND_CONTAINS)) == null ? void 0 : V.filterValue) ?? ""), ee = $(() => l.columns.filter((N) => (N.type === "string" || N.type === "slot" && N.slotType === "string") && N.searchable));
|
|
4393
|
-
return (N, H) => (p(), b("div",
|
|
4394
|
-
ee.value.length > 0 ? (p(), P(
|
|
4397
|
+
return (N, H) => (p(), b("div", Cs, [
|
|
4398
|
+
ee.value.length > 0 ? (p(), P(cs, {
|
|
4395
4399
|
key: 0,
|
|
4396
4400
|
"search-value": U.value,
|
|
4397
4401
|
"onUpdate:searchValue": H[0] || (H[0] = (B) => U.value = B),
|
|
@@ -4404,10 +4408,10 @@ const Nn = {
|
|
|
4404
4408
|
]),
|
|
4405
4409
|
_: 3
|
|
4406
4410
|
}, 8, ["search-value", "request", "columns"])) : j("", !0),
|
|
4407
|
-
T(
|
|
4411
|
+
T(Ve, { name: "fade" }, {
|
|
4408
4412
|
default: E(() => [
|
|
4409
|
-
te(g("div",
|
|
4410
|
-
T(
|
|
4413
|
+
te(g("div", Ts, [
|
|
4414
|
+
T(il, { class: "after:!cl-h-20 after:!cl-w-20 cl-h-20 cl-w-20" })
|
|
4411
4415
|
], 512), [
|
|
4412
4416
|
[ue, N.loading]
|
|
4413
4417
|
])
|
|
@@ -4423,13 +4427,13 @@ const Nn = {
|
|
|
4423
4427
|
options: L.value,
|
|
4424
4428
|
request: f.value,
|
|
4425
4429
|
loading: N.loading,
|
|
4426
|
-
onClearFilters:
|
|
4430
|
+
onClearFilters: y
|
|
4427
4431
|
}, {
|
|
4428
4432
|
"additional-grid-actions": E((B) => [
|
|
4429
4433
|
z(N.$slots, "additional-grid-actions", de(pe(B)))
|
|
4430
4434
|
]),
|
|
4431
4435
|
"view-manager": E(() => [
|
|
4432
|
-
T(
|
|
4436
|
+
T($s, {
|
|
4433
4437
|
columns: c.value,
|
|
4434
4438
|
"onUpdate:columns": H[2] || (H[2] = (B) => c.value = B),
|
|
4435
4439
|
loading: N.loading
|
|
@@ -4437,7 +4441,7 @@ const Nn = {
|
|
|
4437
4441
|
]),
|
|
4438
4442
|
_: 3
|
|
4439
4443
|
}, 8, ["edit-mode", "filter-panel-open", "columns", "options", "request", "loading"]),
|
|
4440
|
-
g("div",
|
|
4444
|
+
g("div", Ss, [
|
|
4441
4445
|
g("table", {
|
|
4442
4446
|
class: O(["cl-delay-75 cl-min-h-[276px] cl-overflow-x-auto cl-overscroll-x-none cl-text-left cl-transition-opacity cl-w-full", {
|
|
4443
4447
|
"cl-opacity-40 cl-pointer-events-none": N.loading
|
|
@@ -4450,11 +4454,11 @@ const Nn = {
|
|
|
4450
4454
|
}, [
|
|
4451
4455
|
(p(!0), b(Y, null, ae(d.value, (B, F) => (p(), b("col", {
|
|
4452
4456
|
key: F,
|
|
4453
|
-
style:
|
|
4457
|
+
style: sl(r(B.name)),
|
|
4454
4458
|
span: 1
|
|
4455
4459
|
}, null, 4))), 128))
|
|
4456
4460
|
], 2),
|
|
4457
|
-
T(
|
|
4461
|
+
T(ns, {
|
|
4458
4462
|
request: q.value,
|
|
4459
4463
|
"onUpdate:request": H[5] || (H[5] = (B) => q.value = B),
|
|
4460
4464
|
"filter-panel-open": S.value,
|
|
@@ -4466,7 +4470,7 @@ const Nn = {
|
|
|
4466
4470
|
"header-display-timezone": n.value,
|
|
4467
4471
|
onPerformDataRequest: H[7] || (H[7] = (B) => e("data-request"))
|
|
4468
4472
|
}, null, 8, ["request", "filter-panel-open", "columns", "options", "loading", "time-zone", "header-display-timezone"]),
|
|
4469
|
-
T(
|
|
4473
|
+
T(Da, {
|
|
4470
4474
|
columns: d.value,
|
|
4471
4475
|
request: f.value,
|
|
4472
4476
|
data: v.value,
|
|
@@ -4475,7 +4479,7 @@ const Nn = {
|
|
|
4475
4479
|
"search-value": U.value,
|
|
4476
4480
|
options: L.value,
|
|
4477
4481
|
"edit-mode": C.value,
|
|
4478
|
-
onClearFilters:
|
|
4482
|
+
onClearFilters: y,
|
|
4479
4483
|
onRowEdit: H[8] || (H[8] = (B) => N.$emit("row-edit", B)),
|
|
4480
4484
|
onRowEditCancelled: H[9] || (H[9] = (B) => N.$emit("row-edit-cancelled", B)),
|
|
4481
4485
|
onRowSelect: H[10] || (H[10] = (B) => N.$emit("row-select", B))
|
|
@@ -4489,7 +4493,7 @@ const Nn = {
|
|
|
4489
4493
|
]), 1032, ["columns", "request", "data", "time-zone", "loading", "search-value", "options", "edit-mode"])
|
|
4490
4494
|
], 2)
|
|
4491
4495
|
]),
|
|
4492
|
-
N.options.hidePagination !== !0 ? (p(), P(
|
|
4496
|
+
N.options.hidePagination !== !0 ? (p(), P(Ja, {
|
|
4493
4497
|
key: 1,
|
|
4494
4498
|
request: f.value,
|
|
4495
4499
|
loading: N.loading,
|
|
@@ -4501,7 +4505,7 @@ const Nn = {
|
|
|
4501
4505
|
}, null, 8, ["request", "loading", "show-unsaved-changes-warning", "data"])) : j("", !0)
|
|
4502
4506
|
]));
|
|
4503
4507
|
}
|
|
4504
|
-
}),
|
|
4508
|
+
}), Os = ["id"], Ds = { class: "cl-overflow-x-auto" }, As = { class: "cl-grid cl-min-w-full cl-w-max" }, Es = /* @__PURE__ */ G({
|
|
4505
4509
|
inheritAttrs: !1,
|
|
4506
4510
|
__name: "cl-ui-grid-lite",
|
|
4507
4511
|
props: /* @__PURE__ */ fe({
|
|
@@ -4519,16 +4523,16 @@ const Nn = {
|
|
|
4519
4523
|
emits: ["update:columns", "update:request"],
|
|
4520
4524
|
setup(t) {
|
|
4521
4525
|
const o = t, l = ve(t, "columns"), e = ve(t, "request"), { id: s, ...n } = Ke(), u = s ?? "cl-ui-grid-lite", c = $(() => o.dateFormatLocale);
|
|
4522
|
-
gl(
|
|
4526
|
+
gl(cl, c);
|
|
4523
4527
|
const d = $(() => l.value.filter((r) => r.visible ?? !0)), i = $(() => `grid-template-columns: repeat(${d.value.length ?? 0}, minmax(0, 1fr))`), a = $(() => o.data);
|
|
4524
4528
|
return (r, f) => (p(), b("div", X({ id: m(u) }, n, {
|
|
4525
4529
|
class: ["cl-border cl-border-off-white cl-grid cl-overflow-hidden cl-rounded cl-w-full", [r.options.smallGridText ? "cl-text-xs" : "cl-text-base"]]
|
|
4526
4530
|
}), [
|
|
4527
|
-
g("div",
|
|
4528
|
-
g("div",
|
|
4531
|
+
g("div", Ds, [
|
|
4532
|
+
g("div", As, [
|
|
4529
4533
|
T(m(ct), {
|
|
4530
4534
|
request: e.value,
|
|
4531
|
-
"onUpdate:request": f[0] || (f[0] = (
|
|
4535
|
+
"onUpdate:request": f[0] || (f[0] = (y) => e.value = y),
|
|
4532
4536
|
"grid-id": m(u),
|
|
4533
4537
|
columns: d.value,
|
|
4534
4538
|
"grid-lite-column-css": i.value,
|
|
@@ -4545,7 +4549,7 @@ const Nn = {
|
|
|
4545
4549
|
"page-size": e.value.pageSize,
|
|
4546
4550
|
"time-zone": r.timeZone
|
|
4547
4551
|
}, Te({ _: 2 }, [
|
|
4548
|
-
ae(r.$slots, (
|
|
4552
|
+
ae(r.$slots, (y, k) => ({
|
|
4549
4553
|
name: k,
|
|
4550
4554
|
fn: E((v) => [
|
|
4551
4555
|
z(r.$slots, k, de(pe(v)))
|
|
@@ -4557,20 +4561,20 @@ const Nn = {
|
|
|
4557
4561
|
r.options.showPagination !== !1 ? (p(), P(m(gt), {
|
|
4558
4562
|
key: 0,
|
|
4559
4563
|
request: e.value,
|
|
4560
|
-
"onUpdate:request": f[1] || (f[1] = (
|
|
4564
|
+
"onUpdate:request": f[1] || (f[1] = (y) => e.value = y),
|
|
4561
4565
|
"grid-id": m(u),
|
|
4562
4566
|
data: a.value,
|
|
4563
4567
|
loading: r.loading,
|
|
4564
4568
|
"is-small-grid": r.options.smallGridText
|
|
4565
4569
|
}, null, 8, ["request", "grid-id", "data", "loading", "is-small-grid"])) : j("", !0)
|
|
4566
|
-
], 16,
|
|
4570
|
+
], 16, Os));
|
|
4567
4571
|
}
|
|
4568
4572
|
});
|
|
4569
4573
|
function ml(t) {
|
|
4570
4574
|
const o = t.type !== "slot" || t.slotType !== void 0 && t.field !== void 0, l = t.sortable ?? !0;
|
|
4571
4575
|
return o && l;
|
|
4572
4576
|
}
|
|
4573
|
-
const
|
|
4577
|
+
const Vs = ["id", "onClick"], ct = /* @__PURE__ */ G({
|
|
4574
4578
|
__name: "cl-ui-grid-lite-header",
|
|
4575
4579
|
props: /* @__PURE__ */ fe({
|
|
4576
4580
|
columns: {},
|
|
@@ -4599,10 +4603,10 @@ const Es = ["id", "onClick"], ct = /* @__PURE__ */ G({
|
|
|
4599
4603
|
}
|
|
4600
4604
|
}
|
|
4601
4605
|
return (u, c) => {
|
|
4602
|
-
const d =
|
|
4606
|
+
const d = Ie("icon");
|
|
4603
4607
|
return p(), b("div", {
|
|
4604
4608
|
class: "cl-grid",
|
|
4605
|
-
style:
|
|
4609
|
+
style: sl(u.gridLiteColumnCss)
|
|
4606
4610
|
}, [
|
|
4607
4611
|
(p(!0), b(Y, null, ae(u.columns, (i, a) => (p(), b("div", {
|
|
4608
4612
|
id: `${u.gridId}-header-${i.name}`,
|
|
@@ -4646,7 +4650,7 @@ const Es = ["id", "onClick"], ct = /* @__PURE__ */ G({
|
|
|
4646
4650
|
], 2), [
|
|
4647
4651
|
[ue, m(ml)(i)]
|
|
4648
4652
|
])
|
|
4649
|
-
], 10,
|
|
4653
|
+
], 10, Vs))), 128))
|
|
4650
4654
|
], 4);
|
|
4651
4655
|
};
|
|
4652
4656
|
}
|
|
@@ -4666,7 +4670,7 @@ const Es = ["id", "onClick"], ct = /* @__PURE__ */ G({
|
|
|
4666
4670
|
"cl-border-b": e !== e - 1
|
|
4667
4671
|
}
|
|
4668
4672
|
]),
|
|
4669
|
-
style:
|
|
4673
|
+
style: sl(o.gridLiteColumnCss)
|
|
4670
4674
|
}, [
|
|
4671
4675
|
(p(!0), b(Y, null, ae(o.columnCount, (s) => (p(), b("div", {
|
|
4672
4676
|
key: s,
|
|
@@ -4689,7 +4693,7 @@ const Es = ["id", "onClick"], ct = /* @__PURE__ */ G({
|
|
|
4689
4693
|
setup(t) {
|
|
4690
4694
|
return (o, l) => (p(), b("div", {
|
|
4691
4695
|
class: "cl-border-off-white cl-grid",
|
|
4692
|
-
style:
|
|
4696
|
+
style: sl(o.gridLiteColumnCss)
|
|
4693
4697
|
}, [
|
|
4694
4698
|
(p(!0), b(Y, null, ae(o.columns, (e, s) => (p(), P(m(ft), {
|
|
4695
4699
|
id: `${o.gridId}-c${s}`,
|
|
@@ -4711,7 +4715,7 @@ const Es = ["id", "onClick"], ct = /* @__PURE__ */ G({
|
|
|
4711
4715
|
]), 1032, ["id", "data", "time-zone", "column", "is-small-grid", "class"]))), 128))
|
|
4712
4716
|
], 4));
|
|
4713
4717
|
}
|
|
4714
|
-
}),
|
|
4718
|
+
}), Is = { class: "cl-w-full" }, pt = /* @__PURE__ */ G({
|
|
4715
4719
|
__name: "cl-ui-grid-lite-body",
|
|
4716
4720
|
props: {
|
|
4717
4721
|
columns: {},
|
|
@@ -4727,7 +4731,7 @@ const Es = ["id", "onClick"], ct = /* @__PURE__ */ G({
|
|
|
4727
4731
|
const o = t, { t: l } = ce(), e = $(() => o.options.smallGridText ?? !1), s = $(() => o.options.alternatingRows ?? !1);
|
|
4728
4732
|
return (n, u) => {
|
|
4729
4733
|
var c;
|
|
4730
|
-
return p(), b("div",
|
|
4734
|
+
return p(), b("div", Is, [
|
|
4731
4735
|
n.loading && n.pageSize > 0 ? (p(), P(ut, {
|
|
4732
4736
|
key: 0,
|
|
4733
4737
|
"grid-lite-column-css": n.gridLiteColumnCss,
|
|
@@ -4760,10 +4764,10 @@ const Es = ["id", "onClick"], ct = /* @__PURE__ */ G({
|
|
|
4760
4764
|
"time-zone": n.timeZone,
|
|
4761
4765
|
"is-small-grid": e.value
|
|
4762
4766
|
}, Te({ _: 2 }, [
|
|
4763
|
-
ae(n.$slots, (f,
|
|
4764
|
-
name:
|
|
4767
|
+
ae(n.$slots, (f, y) => ({
|
|
4768
|
+
name: y,
|
|
4765
4769
|
fn: E((k) => [
|
|
4766
|
-
z(n.$slots,
|
|
4770
|
+
z(n.$slots, y, de(pe(k)))
|
|
4767
4771
|
])
|
|
4768
4772
|
}))
|
|
4769
4773
|
]), 1032, ["id", "grid-id", "row", "columns", "class", "grid-lite-column-css", "time-zone", "is-small-grid"]);
|
|
@@ -4771,10 +4775,10 @@ const Es = ["id", "onClick"], ct = /* @__PURE__ */ G({
|
|
|
4771
4775
|
]);
|
|
4772
4776
|
};
|
|
4773
4777
|
}
|
|
4774
|
-
}),
|
|
4778
|
+
}), Ms = ["id"], Ns = ["id"], Rs = ["id"], Us = {
|
|
4775
4779
|
key: 5,
|
|
4776
4780
|
class: "cl-inline-block cl-whitespace-nowrap"
|
|
4777
|
-
},
|
|
4781
|
+
}, zs = ["id", "innerHTML"], ft = /* @__PURE__ */ G({
|
|
4778
4782
|
inheritAttrs: !1,
|
|
4779
4783
|
__name: "cl-ui-grid-lite-cell",
|
|
4780
4784
|
props: {
|
|
@@ -4784,7 +4788,7 @@ const Es = ["id", "onClick"], ct = /* @__PURE__ */ G({
|
|
|
4784
4788
|
isSmallGrid: { type: Boolean }
|
|
4785
4789
|
},
|
|
4786
4790
|
setup(t) {
|
|
4787
|
-
const o = t, { id: l, ...e } = Ke(), s =
|
|
4791
|
+
const o = t, { id: l, ...e } = Ke(), s = nl(cl), { t: n, locale: u } = ce();
|
|
4788
4792
|
function c(a, r) {
|
|
4789
4793
|
let f;
|
|
4790
4794
|
o.timeZone ? f = K.fromISO(a, {
|
|
@@ -4793,29 +4797,29 @@ const Es = ["id", "onClick"], ct = /* @__PURE__ */ G({
|
|
|
4793
4797
|
locale: (s == null ? void 0 : s.value) ?? u.value,
|
|
4794
4798
|
zone: "UTC"
|
|
4795
4799
|
});
|
|
4796
|
-
let
|
|
4800
|
+
let y = "";
|
|
4797
4801
|
switch (r) {
|
|
4798
4802
|
case ne.SHORT_DATE:
|
|
4799
4803
|
case ne.DATE:
|
|
4800
|
-
|
|
4804
|
+
y = f.toFormat("D");
|
|
4801
4805
|
break;
|
|
4802
4806
|
case ne.LONG_DATE:
|
|
4803
|
-
|
|
4807
|
+
y = f.toFormat("DDD");
|
|
4804
4808
|
break;
|
|
4805
4809
|
case ne.SHORT_DATETIME:
|
|
4806
4810
|
case ne.DATETIME:
|
|
4807
|
-
|
|
4811
|
+
y = f.toFormat("f");
|
|
4808
4812
|
break;
|
|
4809
4813
|
case ne.LONG_DATETIME:
|
|
4810
|
-
|
|
4814
|
+
y = f.toFormat("fff");
|
|
4811
4815
|
break;
|
|
4812
4816
|
case ne.TIME:
|
|
4813
|
-
|
|
4817
|
+
y = f.toFormat("t");
|
|
4814
4818
|
break;
|
|
4815
4819
|
case ne.MONTH_YEAR:
|
|
4816
|
-
|
|
4820
|
+
y = f.toFormat("LLLL yyyy");
|
|
4817
4821
|
}
|
|
4818
|
-
return
|
|
4822
|
+
return y;
|
|
4819
4823
|
}
|
|
4820
4824
|
function d() {
|
|
4821
4825
|
let a = o.data[o.column.field];
|
|
@@ -4837,7 +4841,7 @@ const Es = ["id", "onClick"], ct = /* @__PURE__ */ G({
|
|
|
4837
4841
|
a.isSmallGrid ? "cl-px-1 cl-py-1.5 cl-text-xs" : "cl-p-2 cl-text-sm"
|
|
4838
4842
|
]
|
|
4839
4843
|
}, e), [
|
|
4840
|
-
a.$slots[a.column.name] ? z(a.$slots, a.column.name, de(X({ key: 0 }, { column: a.column, data: a.data }))) : a.column.type === "boolean" && a.column.field !== void 0 ? (p(), P(
|
|
4844
|
+
a.$slots[a.column.name] ? z(a.$slots, a.column.name, de(X({ key: 0 }, { column: a.column, data: a.data }))) : a.column.type === "boolean" && a.column.field !== void 0 ? (p(), P(ul, {
|
|
4841
4845
|
key: 1,
|
|
4842
4846
|
id: m(l),
|
|
4843
4847
|
class: "disabled:checked:cl-bg-primary-light disabled:checked:cl-border-primary-light",
|
|
@@ -4854,37 +4858,37 @@ const Es = ["id", "onClick"], ct = /* @__PURE__ */ G({
|
|
|
4854
4858
|
], 64)) : (p(), b(Y, { key: 2 }, [
|
|
4855
4859
|
ie(A(c(a.data[a.column.field], m(ne).DATETIME)), 1)
|
|
4856
4860
|
], 64))
|
|
4857
|
-
], 8,
|
|
4861
|
+
], 8, Ms)) : a.column.type === "list" && a.column.field !== void 0 && a.column.listEntries !== void 0 ? (p(), b("span", {
|
|
4858
4862
|
key: 3,
|
|
4859
4863
|
id: m(l),
|
|
4860
4864
|
class: "cl-inline-block cl-whitespace-nowrap"
|
|
4861
|
-
}, A(m(n)(((f = a.column.listEntries.find((
|
|
4865
|
+
}, A(m(n)(((f = a.column.listEntries.find((y) => y.value === a.data[a.column.field])) == null ? void 0 : f.translationKey) ?? "")), 9, Ns)) : a.column.type === "number" && a.column.field !== void 0 ? (p(), b("span", {
|
|
4862
4866
|
key: 4,
|
|
4863
4867
|
id: m(l),
|
|
4864
4868
|
class: "cl-inline-block cl-whitespace-nowrap"
|
|
4865
|
-
}, A(i(a.data[a.column.field], m(u))), 9,
|
|
4869
|
+
}, A(i(a.data[a.column.field], m(u))), 9, Rs)) : a.column.field !== void 0 ? (p(), b("span", Us, [
|
|
4866
4870
|
g("span", {
|
|
4867
4871
|
id: m(l),
|
|
4868
4872
|
innerHTML: d()
|
|
4869
|
-
}, null, 8,
|
|
4873
|
+
}, null, 8, zs)
|
|
4870
4874
|
])) : j("", !0)
|
|
4871
4875
|
], 16);
|
|
4872
4876
|
};
|
|
4873
4877
|
}
|
|
4874
|
-
}),
|
|
4878
|
+
}), Ls = {}, Bs = { class: "cl-border cl-border-off-white cl-border-t cl-flex cl-justify-between cl-p-2" }, Fs = /* @__PURE__ */ g("div", { class: "cl-flex cl-gap-2 cl-w-full" }, [
|
|
4875
4879
|
/* @__PURE__ */ g("p", { class: "cl-animate-pulse cl-basis-3/12 cl-bg-grey-1 cl-leading-none cl-rounded-full" }, " "),
|
|
4876
4880
|
/* @__PURE__ */ g("p", { class: "cl-animate-pulse cl-basis-1/12 cl-bg-grey-1 cl-leading-none cl-rounded-full" }, " ")
|
|
4877
|
-
], -1),
|
|
4878
|
-
|
|
4879
|
-
|
|
4881
|
+
], -1), js = /* @__PURE__ */ g("p", { class: "cl-animate-pulse cl-basis-1/12 cl-bg-grey-1 cl-leading-none cl-rounded-full" }, " ", -1), Ps = [
|
|
4882
|
+
Fs,
|
|
4883
|
+
js
|
|
4880
4884
|
];
|
|
4881
|
-
function
|
|
4882
|
-
return p(), b("div",
|
|
4885
|
+
function Gs(t, o) {
|
|
4886
|
+
return p(), b("div", Bs, Ps);
|
|
4883
4887
|
}
|
|
4884
|
-
const mt = /* @__PURE__ */ ye(
|
|
4888
|
+
const mt = /* @__PURE__ */ ye(Ls, [["render", Gs]]), Hs = { class: "cl-flex cl-gap-4" }, Zs = { class: "cl-mr-2" }, Ws = {
|
|
4885
4889
|
key: 0,
|
|
4886
4890
|
class: "cl-flex cl-gap-0.5"
|
|
4887
|
-
},
|
|
4891
|
+
}, Ks = { class: "cl-mr-1 cl-w-full" }, Qs = ["id", "onClick"], Ys = { class: "cl-flex cl-gap-1 cl-items-center" }, Js = ["id"], Xs = ["id"], xs = ["id", "onClick"], _s = ["id"], er = ["id"], gt = /* @__PURE__ */ G({
|
|
4888
4892
|
__name: "cl-ui-grid-lite-footer",
|
|
4889
4893
|
props: /* @__PURE__ */ fe({
|
|
4890
4894
|
loading: { type: Boolean },
|
|
@@ -4927,21 +4931,21 @@ const mt = /* @__PURE__ */ ye(zs, [["render", Ps]]), Gs = { class: "cl-flex cl-g
|
|
|
4927
4931
|
r.pageSize = a, r.pageNumber = 1, l.value = r;
|
|
4928
4932
|
}
|
|
4929
4933
|
return (a, r) => {
|
|
4930
|
-
var
|
|
4931
|
-
const f =
|
|
4932
|
-
return a.loading ? (p(), P(mt, { key: 0 })) : (
|
|
4934
|
+
var y;
|
|
4935
|
+
const f = Ie("icon");
|
|
4936
|
+
return a.loading ? (p(), P(mt, { key: 0 })) : (y = a.data) != null && y.results.length && l.value && s.value > 1 ? (p(), b("div", {
|
|
4933
4937
|
key: 1,
|
|
4934
4938
|
class: O(["cl-border cl-border-off-white cl-border-t cl-flex cl-justify-between cl-p-2 cl-text-grey-4", [
|
|
4935
4939
|
a.isSmallGrid ? "cl-px-1 cl-py-1.5 cl-text-xs" : "cl-p-2 cl-text-sm"
|
|
4936
4940
|
]])
|
|
4937
4941
|
}, [
|
|
4938
|
-
g("div",
|
|
4942
|
+
g("div", Hs, [
|
|
4939
4943
|
g("div", null, [
|
|
4940
|
-
g("span",
|
|
4944
|
+
g("span", Zs, A(m(e)("grid.page")), 1),
|
|
4941
4945
|
g("span", null, A(m(we)(l.value.pageNumber)) + " / " + A(m(we)(s.value)), 1)
|
|
4942
4946
|
]),
|
|
4943
|
-
d.value.length ? (p(), b("ul",
|
|
4944
|
-
g("li",
|
|
4947
|
+
d.value.length ? (p(), b("ul", Ws, [
|
|
4948
|
+
g("li", Ks, A(m(e)("grid.pageSize")), 1),
|
|
4945
4949
|
(p(!0), b(Y, null, ae(d.value, (k, v) => (p(), b("li", {
|
|
4946
4950
|
id: `${a.gridId}-page-size-${k}`,
|
|
4947
4951
|
key: v,
|
|
@@ -4950,11 +4954,11 @@ const mt = /* @__PURE__ */ ye(zs, [["render", Ps]]), Gs = { class: "cl-flex cl-g
|
|
|
4950
4954
|
"cl-border-b-transparent hover:cl-border-b-link-lighter hover:cl-text-link-light cl-cursor-pointer": l.value.pageSize !== k
|
|
4951
4955
|
}]),
|
|
4952
4956
|
onClick: (C) => l.value.pageSize !== k ? i(k) : null
|
|
4953
|
-
}, A(m(we)(k)), 11,
|
|
4957
|
+
}, A(m(we)(k)), 11, Qs))), 128))
|
|
4954
4958
|
])) : j("", !0)
|
|
4955
4959
|
]),
|
|
4956
4960
|
g("div", null, [
|
|
4957
|
-
g("ul",
|
|
4961
|
+
g("ul", Ys, [
|
|
4958
4962
|
g("li", {
|
|
4959
4963
|
id: `${a.gridId}-page-first`,
|
|
4960
4964
|
class: O({
|
|
@@ -4967,7 +4971,7 @@ const mt = /* @__PURE__ */ ye(zs, [["render", Ps]]), Gs = { class: "cl-flex cl-g
|
|
|
4967
4971
|
icon: "ph:caret-double-left-bold",
|
|
4968
4972
|
size: 14
|
|
4969
4973
|
})
|
|
4970
|
-
], 10,
|
|
4974
|
+
], 10, Js),
|
|
4971
4975
|
g("li", {
|
|
4972
4976
|
id: `${a.gridId}-page-previous`,
|
|
4973
4977
|
class: O({
|
|
@@ -4980,7 +4984,7 @@ const mt = /* @__PURE__ */ ye(zs, [["render", Ps]]), Gs = { class: "cl-flex cl-g
|
|
|
4980
4984
|
icon: "ph:caret-left-bold",
|
|
4981
4985
|
size: 14
|
|
4982
4986
|
})
|
|
4983
|
-
], 10,
|
|
4987
|
+
], 10, Xs),
|
|
4984
4988
|
(p(!0), b(Y, null, ae(n.value, (k, v) => (p(), b("li", {
|
|
4985
4989
|
id: `${a.gridId}-page-${k}`,
|
|
4986
4990
|
key: v,
|
|
@@ -4989,7 +4993,7 @@ const mt = /* @__PURE__ */ ye(zs, [["render", Ps]]), Gs = { class: "cl-flex cl-g
|
|
|
4989
4993
|
"cl-cursor-pointer ": l.value.pageNumber !== k
|
|
4990
4994
|
}]),
|
|
4991
4995
|
onClick: (C) => l.value.pageNumber !== k ? u(k) : null
|
|
4992
|
-
}, A(m(we)(k)), 11,
|
|
4996
|
+
}, A(m(we)(k)), 11, xs))), 128)),
|
|
4993
4997
|
g("li", {
|
|
4994
4998
|
id: `${a.gridId}-page-next`,
|
|
4995
4999
|
class: O({
|
|
@@ -5002,7 +5006,7 @@ const mt = /* @__PURE__ */ ye(zs, [["render", Ps]]), Gs = { class: "cl-flex cl-g
|
|
|
5002
5006
|
icon: "ph:caret-right-bold",
|
|
5003
5007
|
size: 14
|
|
5004
5008
|
})
|
|
5005
|
-
], 10,
|
|
5009
|
+
], 10, _s),
|
|
5006
5010
|
g("li", {
|
|
5007
5011
|
id: `${a.gridId}-page-last`,
|
|
5008
5012
|
class: O({
|
|
@@ -5015,13 +5019,13 @@ const mt = /* @__PURE__ */ ye(zs, [["render", Ps]]), Gs = { class: "cl-flex cl-g
|
|
|
5015
5019
|
icon: "ph:caret-double-right-bold",
|
|
5016
5020
|
size: 14
|
|
5017
5021
|
})
|
|
5018
|
-
], 10,
|
|
5022
|
+
], 10, er)
|
|
5019
5023
|
])
|
|
5020
5024
|
])
|
|
5021
5025
|
], 2)) : j("", !0);
|
|
5022
5026
|
};
|
|
5023
5027
|
}
|
|
5024
|
-
}),
|
|
5028
|
+
}), lr = { class: "cl-absolute cl-bg-secondary-default cl-flex cl-h-20 cl-items-center cl-justify-between cl-left-0 cl-top-0 cl-w-full cl-z-40" }, tr = /* @__PURE__ */ G({
|
|
5025
5029
|
__name: "cl-ui-header",
|
|
5026
5030
|
props: {
|
|
5027
5031
|
isOpen: { type: Boolean }
|
|
@@ -5029,9 +5033,9 @@ const mt = /* @__PURE__ */ ye(zs, [["render", Ps]]), Gs = { class: "cl-flex cl-g
|
|
|
5029
5033
|
emits: ["open-click"],
|
|
5030
5034
|
setup(t, { emit: o }) {
|
|
5031
5035
|
const l = t, e = o, s = M();
|
|
5032
|
-
return
|
|
5036
|
+
return rl(s, () => {
|
|
5033
5037
|
(l.isOpen ?? !1) && e("open-click");
|
|
5034
|
-
}), (n, u) => (p(), b("header",
|
|
5038
|
+
}), (n, u) => (p(), b("header", lr, [
|
|
5035
5039
|
z(n.$slots, "logo"),
|
|
5036
5040
|
g("div", {
|
|
5037
5041
|
ref_key: "headerMenuElement",
|
|
@@ -5044,15 +5048,15 @@ const mt = /* @__PURE__ */ ye(zs, [["render", Ps]]), Gs = { class: "cl-flex cl-g
|
|
|
5044
5048
|
], 512)
|
|
5045
5049
|
]));
|
|
5046
5050
|
}
|
|
5047
|
-
}),
|
|
5051
|
+
}), or = { class: "cl-bg-transparent cl-flex cl-items-center cl-select-none hover:cl-bg-opacity-10 hover:cl-bg-white md:cl-min-w-[320px]" }, ar = ["src"], nr = {
|
|
5048
5052
|
key: 0,
|
|
5049
5053
|
id: "cl-ui-header-menu-username",
|
|
5050
5054
|
class: "cl-text-ellipsis cl-whitespace-nowrap"
|
|
5051
|
-
},
|
|
5055
|
+
}, sr = {
|
|
5052
5056
|
key: 1,
|
|
5053
5057
|
id: "cl-ui-header-menu-group",
|
|
5054
5058
|
class: "cl-text-ellipsis cl-text-xs cl-whitespace-nowrap"
|
|
5055
|
-
},
|
|
5059
|
+
}, rr = { class: "cl-content-center cl-flex cl-h-20 cl-items-center cl-justify-center cl-justify-items-center cl-transition-all cl-w-10 md:cl-ml-4 md:cl-w-20" }, ir = { class: "cl-absolute cl-bg-white cl-right-0 cl-shadow-2xl cl-top-20 cl-w-full cl-z-20" }, cr = /* @__PURE__ */ G({
|
|
5056
5060
|
__name: "cl-ui-header-menu",
|
|
5057
5061
|
props: {
|
|
5058
5062
|
username: { default: "" },
|
|
@@ -5068,12 +5072,12 @@ const mt = /* @__PURE__ */ ye(zs, [["render", Ps]]), Gs = { class: "cl-flex cl-g
|
|
|
5068
5072
|
"cl-bg-blue-light": o.colour === "secondary"
|
|
5069
5073
|
}])
|
|
5070
5074
|
}, [
|
|
5071
|
-
g("div",
|
|
5075
|
+
g("div", or, [
|
|
5072
5076
|
o.image ? (p(), b("img", {
|
|
5073
5077
|
key: 0,
|
|
5074
5078
|
src: o.image,
|
|
5075
5079
|
class: "cl-hidden cl-m-4 cl-max-h-12 cl-max-w-12 cl-ring-2 cl-ring-white cl-rounded-full md:cl-block"
|
|
5076
|
-
}, null, 8,
|
|
5080
|
+
}, null, 8, ar)) : (p(), P(m(J), {
|
|
5077
5081
|
key: 1,
|
|
5078
5082
|
class: "cl-hidden cl-m-4 cl-text-white md:cl-block",
|
|
5079
5083
|
icon: "ph:user-circle",
|
|
@@ -5086,10 +5090,10 @@ const mt = /* @__PURE__ */ ye(zs, [["render", Ps]]), Gs = { class: "cl-flex cl-g
|
|
|
5086
5090
|
"cl-text-white": o.colour === "secondary"
|
|
5087
5091
|
}])
|
|
5088
5092
|
}, [
|
|
5089
|
-
o.username ? (p(), b("div",
|
|
5090
|
-
o.group ? (p(), b("div",
|
|
5093
|
+
o.username ? (p(), b("div", nr, A(o.username), 1)) : j("", !0),
|
|
5094
|
+
o.group ? (p(), b("div", sr, A(o.group), 1)) : j("", !0)
|
|
5091
5095
|
], 2),
|
|
5092
|
-
g("div",
|
|
5096
|
+
g("div", rr, [
|
|
5093
5097
|
T(m(J), {
|
|
5094
5098
|
class: O(["cl-transform-gpu cl-transition-transform", {
|
|
5095
5099
|
"cl-rotate-180": o.isOpen,
|
|
@@ -5100,9 +5104,9 @@ const mt = /* @__PURE__ */ ye(zs, [["render", Ps]]), Gs = { class: "cl-flex cl-g
|
|
|
5100
5104
|
}, null, 8, ["class"])
|
|
5101
5105
|
])
|
|
5102
5106
|
]),
|
|
5103
|
-
T(
|
|
5107
|
+
T(Ve, { name: "fade" }, {
|
|
5104
5108
|
default: E(() => [
|
|
5105
|
-
te(g("div",
|
|
5109
|
+
te(g("div", ir, [
|
|
5106
5110
|
z(o.$slots, "default")
|
|
5107
5111
|
], 512), [
|
|
5108
5112
|
[ue, o.isOpen]
|
|
@@ -5112,10 +5116,10 @@ const mt = /* @__PURE__ */ ye(zs, [["render", Ps]]), Gs = { class: "cl-flex cl-g
|
|
|
5112
5116
|
})
|
|
5113
5117
|
], 2));
|
|
5114
5118
|
}
|
|
5115
|
-
}),
|
|
5119
|
+
}), ur = [
|
|
5116
5120
|
"default",
|
|
5117
5121
|
"secondary"
|
|
5118
|
-
],
|
|
5122
|
+
], dr = /* @__PURE__ */ G({
|
|
5119
5123
|
inheritAttrs: !1,
|
|
5120
5124
|
__name: "cl-ui-calendar",
|
|
5121
5125
|
props: {
|
|
@@ -5162,10 +5166,10 @@ const mt = /* @__PURE__ */ ye(zs, [["render", Ps]]), Gs = { class: "cl-flex cl-g
|
|
|
5162
5166
|
}
|
|
5163
5167
|
s("update:date", U);
|
|
5164
5168
|
}
|
|
5165
|
-
}), { locale: c } = ce(), d = $(() => e.dateFormatLocale ?? c.value), i = $(() => Tl(e.disabled, "auto")), a = $(() => Xl(d.value, e.type)), r = M(null), f = $(() => Sl(e.date, e.initialDate, n.value, e.type)),
|
|
5169
|
+
}), { locale: c } = ce(), d = $(() => e.dateFormatLocale ?? c.value), i = $(() => Tl(e.disabled, "auto")), a = $(() => Xl(d.value, e.type)), r = M(null), f = $(() => Sl(e.date, e.initialDate, n.value, e.type)), y = M(null), k = M();
|
|
5166
5170
|
function v(q) {
|
|
5167
5171
|
const U = xl(q, n.value);
|
|
5168
|
-
u.value = U,
|
|
5172
|
+
u.value = U, y.value = q, k.value.move(U.start), k.value.hidePopover();
|
|
5169
5173
|
}
|
|
5170
5174
|
const C = $(() => _l(u.value, n.value, d.value)), S = Zl("(min-width: 768px)"), L = $(() => S.value ? 2 : 1);
|
|
5171
5175
|
return o({
|
|
@@ -5221,7 +5225,7 @@ const mt = /* @__PURE__ */ ye(zs, [["render", Ps]]), Gs = { class: "cl-flex cl-g
|
|
|
5221
5225
|
"min-date": q.min,
|
|
5222
5226
|
"max-date": q.max,
|
|
5223
5227
|
"initial-page": f.value,
|
|
5224
|
-
onDayclick: U[4] || (U[4] = (ee) =>
|
|
5228
|
+
onDayclick: U[4] || (U[4] = (ee) => y.value = null)
|
|
5225
5229
|
}, {
|
|
5226
5230
|
default: E(({ togglePopover: ee }) => [
|
|
5227
5231
|
T(Ze, X(q.$attrs, {
|
|
@@ -5235,7 +5239,7 @@ const mt = /* @__PURE__ */ ye(zs, [["render", Ps]]), Gs = { class: "cl-flex cl-g
|
|
|
5235
5239
|
placeholder: null,
|
|
5236
5240
|
onTogglePopover: ee,
|
|
5237
5241
|
onClear: U[2] || (U[2] = (V) => {
|
|
5238
|
-
u.value = null,
|
|
5242
|
+
u.value = null, y.value = null, k.value.hidePopover();
|
|
5239
5243
|
})
|
|
5240
5244
|
}), null, 16, ["type", "required", "disabled", "range-selected", "title", "onTogglePopover"])
|
|
5241
5245
|
]),
|
|
@@ -5243,7 +5247,7 @@ const mt = /* @__PURE__ */ ye(zs, [["render", Ps]]), Gs = { class: "cl-flex cl-g
|
|
|
5243
5247
|
q.quickDateScope !== "none" ? (p(), P(ot, {
|
|
5244
5248
|
key: 0,
|
|
5245
5249
|
scope: q.quickDateScope,
|
|
5246
|
-
"selected-quick-date":
|
|
5250
|
+
"selected-quick-date": y.value,
|
|
5247
5251
|
"current-date-range": e.date,
|
|
5248
5252
|
onQuickDateSelected: v
|
|
5249
5253
|
}, null, 8, ["scope", "selected-quick-date", "current-date-range"])) : j("", !0)
|
|
@@ -5288,7 +5292,7 @@ const mt = /* @__PURE__ */ ye(zs, [["render", Ps]]), Gs = { class: "cl-flex cl-g
|
|
|
5288
5292
|
}), Pe = [
|
|
5289
5293
|
...nt,
|
|
5290
5294
|
"dateRange"
|
|
5291
|
-
],
|
|
5295
|
+
], pr = ["disabled", "step", "placeholder", "name"], fr = /* @__PURE__ */ G({
|
|
5292
5296
|
__name: "cl-ui-currency-input",
|
|
5293
5297
|
props: {
|
|
5294
5298
|
modelValue: { type: [String, Object, Number, Boolean, null] },
|
|
@@ -5313,7 +5317,7 @@ const mt = /* @__PURE__ */ ye(zs, [["render", Ps]]), Gs = { class: "cl-flex cl-g
|
|
|
5313
5317
|
function f() {
|
|
5314
5318
|
a(d.value) === !1 && c(i.value), s("update:modelValue", d.value);
|
|
5315
5319
|
}
|
|
5316
|
-
function
|
|
5320
|
+
function y(v) {
|
|
5317
5321
|
return Object.values(v).some((C) => C !== "");
|
|
5318
5322
|
}
|
|
5319
5323
|
function k(v) {
|
|
@@ -5327,7 +5331,7 @@ const mt = /* @__PURE__ */ ye(zs, [["render", Ps]]), Gs = { class: "cl-flex cl-g
|
|
|
5327
5331
|
), le(
|
|
5328
5332
|
() => e.currencyOptions,
|
|
5329
5333
|
(v) => {
|
|
5330
|
-
|
|
5334
|
+
y(v) && u(v);
|
|
5331
5335
|
}
|
|
5332
5336
|
), o({
|
|
5333
5337
|
focus() {
|
|
@@ -5358,12 +5362,12 @@ const mt = /* @__PURE__ */ ye(zs, [["render", Ps]]), Gs = { class: "cl-flex cl-g
|
|
|
5358
5362
|
onChange: k,
|
|
5359
5363
|
onBlur: f,
|
|
5360
5364
|
onFocus: C[0] || (C[0] = (S) => s("focus"))
|
|
5361
|
-
}, null, 42,
|
|
5365
|
+
}, null, 42, pr));
|
|
5362
5366
|
}
|
|
5363
|
-
}),
|
|
5367
|
+
}), mr = (t) => (Pl("data-v-5cb4ccea"), t = t(), Gl(), t), gr = { class: "cl-flex cl-items-start" }, vr = { class: "cl-w-full" }, br = /* @__PURE__ */ mr(() => /* @__PURE__ */ g("span", null, null, -1)), hr = ["min", "max", "step", "disabled"], yr = { class: "cl-bg-transparent cl-text-center cl-text-sm cl-w-full" }, wr = { class: "cl-bg-transparent cl-text-sm" }, kr = {
|
|
5364
5368
|
key: 1,
|
|
5365
5369
|
class: "cl-emphasis-danger cl-text-sm cl-w-full"
|
|
5366
|
-
},
|
|
5370
|
+
}, $r = /* @__PURE__ */ G({
|
|
5367
5371
|
inheritAttrs: !1,
|
|
5368
5372
|
__name: "cl-ui-slider",
|
|
5369
5373
|
props: /* @__PURE__ */ fe({
|
|
@@ -5391,7 +5395,7 @@ const mt = /* @__PURE__ */ ye(zs, [["render", Ps]]), Gs = { class: "cl-flex cl-g
|
|
|
5391
5395
|
(i = n.value) == null || i.focus();
|
|
5392
5396
|
}
|
|
5393
5397
|
}), (i, a) => c.value ? (p(), b("div", de(X({ key: 0 }, i.$attrs)), [
|
|
5394
|
-
g("div",
|
|
5398
|
+
g("div", gr, [
|
|
5395
5399
|
g("span", {
|
|
5396
5400
|
class: O(["cl-border cl-border-transparent cl-leading-6 cl-mr-1 cl-px-2 cl-rounded-full cl-select-none cl-shadow cl-text-center cl-text-xs", {
|
|
5397
5401
|
"cl-bg-white cl-cursor-pointer hover:cl-border-grey-1": !i.disabled,
|
|
@@ -5399,8 +5403,8 @@ const mt = /* @__PURE__ */ ye(zs, [["render", Ps]]), Gs = { class: "cl-flex cl-g
|
|
|
5399
5403
|
}]),
|
|
5400
5404
|
onClick: a[0] || (a[0] = (r) => e.value = i.disabled ? e.value : i.min)
|
|
5401
5405
|
}, A(Number.isInteger(i.min) ? m(we)(i.min) : m(De)(i.min, m(_).DECIMAL)), 3),
|
|
5402
|
-
g("div",
|
|
5403
|
-
d.value ? (p(), P(
|
|
5406
|
+
g("div", vr, [
|
|
5407
|
+
d.value ? (p(), P(Ye, {
|
|
5404
5408
|
key: 0,
|
|
5405
5409
|
ref_key: "sliderRef",
|
|
5406
5410
|
ref: n,
|
|
@@ -5416,7 +5420,7 @@ const mt = /* @__PURE__ */ ye(zs, [["render", Ps]]), Gs = { class: "cl-flex cl-g
|
|
|
5416
5420
|
placeholder: i.placeholder
|
|
5417
5421
|
}, {
|
|
5418
5422
|
default: E(() => [
|
|
5419
|
-
|
|
5423
|
+
br
|
|
5420
5424
|
]),
|
|
5421
5425
|
_: 1
|
|
5422
5426
|
}, 8, ["modelValue", "format", "precision", "min", "max", "step", "disabled", "placeholder"])) : (p(), b(Y, { key: 1 }, [
|
|
@@ -5430,7 +5434,7 @@ const mt = /* @__PURE__ */ ye(zs, [["render", Ps]]), Gs = { class: "cl-flex cl-g
|
|
|
5430
5434
|
max: i.max,
|
|
5431
5435
|
step: i.step,
|
|
5432
5436
|
disabled: i.disabled
|
|
5433
|
-
}, null, 8,
|
|
5437
|
+
}, null, 8, hr), [
|
|
5434
5438
|
[
|
|
5435
5439
|
wl,
|
|
5436
5440
|
e.value,
|
|
@@ -5438,7 +5442,7 @@ const mt = /* @__PURE__ */ ye(zs, [["render", Ps]]), Gs = { class: "cl-flex cl-g
|
|
|
5438
5442
|
{ number: !0 }
|
|
5439
5443
|
]
|
|
5440
5444
|
]),
|
|
5441
|
-
g("div",
|
|
5445
|
+
g("div", yr, A(Number.isInteger(e.value) ? m(we)(e.value) : m(De)(e.value, m(_).DECIMAL)), 1)
|
|
5442
5446
|
], 64))
|
|
5443
5447
|
]),
|
|
5444
5448
|
g("span", {
|
|
@@ -5448,7 +5452,7 @@ const mt = /* @__PURE__ */ ye(zs, [["render", Ps]]), Gs = { class: "cl-flex cl-g
|
|
|
5448
5452
|
}]),
|
|
5449
5453
|
onClick: a[3] || (a[3] = (r) => e.value = i.disabled ? e.value : i.max)
|
|
5450
5454
|
}, A(Number.isInteger(i.max) ? m(we)(i.max) : m(De)(i.max, m(_).DECIMAL)), 3),
|
|
5451
|
-
g("div",
|
|
5455
|
+
g("div", wr, [
|
|
5452
5456
|
g("div", {
|
|
5453
5457
|
class: "cl-bg-white cl-border cl-border-transparent cl-cursor-pointer cl-float-right cl-p-1.5 cl-px-2 cl-rounded-full cl-shadow cl-text-xs hover:cl-border-grey-1",
|
|
5454
5458
|
onClick: a[4] || (a[4] = (r) => d.value = !d.value)
|
|
@@ -5457,9 +5461,9 @@ const mt = /* @__PURE__ */ ye(zs, [["render", Ps]]), Gs = { class: "cl-flex cl-g
|
|
|
5457
5461
|
])
|
|
5458
5462
|
])
|
|
5459
5463
|
])
|
|
5460
|
-
], 16)) : (p(), b("div",
|
|
5464
|
+
], 16)) : (p(), b("div", kr, A(m(s)("slider.invalidProps")), 1));
|
|
5461
5465
|
}
|
|
5462
|
-
}),
|
|
5466
|
+
}), Cr = /* @__PURE__ */ ye($r, [["__scopeId", "data-v-5cb4ccea"]]);
|
|
5463
5467
|
function Ul(t) {
|
|
5464
5468
|
let o = !1;
|
|
5465
5469
|
switch (t) {
|
|
@@ -5477,7 +5481,7 @@ function Ul(t) {
|
|
|
5477
5481
|
}
|
|
5478
5482
|
return o;
|
|
5479
5483
|
}
|
|
5480
|
-
function
|
|
5484
|
+
function Tr(t) {
|
|
5481
5485
|
return t === "number" || t === "range";
|
|
5482
5486
|
}
|
|
5483
5487
|
function zl(t) {
|
|
@@ -5498,7 +5502,7 @@ function zl(t) {
|
|
|
5498
5502
|
function Ge(t) {
|
|
5499
5503
|
return t === "button" || t === "submit" || t === "reset";
|
|
5500
5504
|
}
|
|
5501
|
-
function
|
|
5505
|
+
function Sr(t) {
|
|
5502
5506
|
let o;
|
|
5503
5507
|
switch (t) {
|
|
5504
5508
|
case "datetime":
|
|
@@ -5519,27 +5523,27 @@ function Tr(t) {
|
|
|
5519
5523
|
}
|
|
5520
5524
|
function Ll(t, o) {
|
|
5521
5525
|
const l = t.target;
|
|
5522
|
-
return
|
|
5526
|
+
return Tr(o) ? l.valueAsNumber : Ge(o) ? l.checked : l.value;
|
|
5523
5527
|
}
|
|
5524
|
-
const
|
|
5528
|
+
const qr = { class: "cl-flex cl-justify-between" }, Or = { class: "cl-w-full" }, Dr = {
|
|
5525
5529
|
key: 0,
|
|
5526
5530
|
class: "cl-block cl-left-auto cl-relative cl-text-danger-default"
|
|
5527
|
-
},
|
|
5531
|
+
}, Ar = {
|
|
5528
5532
|
key: 1,
|
|
5529
5533
|
class: "cl-bg-danger-light cl-block cl-max-h-6 cl-mb-1 cl-ml-2 cl-px-2 cl-rounded-md cl-text-center cl-text-danger-default cl-text-xs"
|
|
5530
|
-
},
|
|
5534
|
+
}, Er = {
|
|
5531
5535
|
key: 0,
|
|
5532
5536
|
class: "cl-relative"
|
|
5533
|
-
},
|
|
5537
|
+
}, Vr = ["type", "disabled", "min", "max", "minlength", "maxlength", "step", "placeholder", "name", "autocomplete"], Ir = { key: 0 }, Mr = { key: 1 }, Nr = {
|
|
5534
5538
|
key: 3,
|
|
5535
5539
|
class: "cl-max-h-[2.75rem] cl-pb-0.5"
|
|
5536
|
-
},
|
|
5540
|
+
}, Rr = {
|
|
5537
5541
|
key: 0,
|
|
5538
5542
|
class: "cl-bg-primary-lighter cl-px-2 cl-rounded-md cl-text-center cl-text-secondary-light cl-text-xs cl-w-auto cl-whitespace-pre-line"
|
|
5539
|
-
},
|
|
5543
|
+
}, Ur = {
|
|
5540
5544
|
key: 1,
|
|
5541
5545
|
class: "cl-bg-danger-light cl-px-2 cl-rounded-md cl-text-center cl-text-danger-default cl-text-xs cl-w-auto cl-whitespace-pre-line"
|
|
5542
|
-
},
|
|
5546
|
+
}, zr = /* @__PURE__ */ G({
|
|
5543
5547
|
inheritAttrs: !1,
|
|
5544
5548
|
__name: "cl-ui-input",
|
|
5545
5549
|
props: {
|
|
@@ -5582,7 +5586,7 @@ const Sr = { class: "cl-flex cl-justify-between" }, qr = { class: "cl-w-full" },
|
|
|
5582
5586
|
}), a = $(() => e.placeholderText.trim() !== "" ? e.placeholderText : e.label), r = M(0), f = $({
|
|
5583
5587
|
get: () => e.modelValue,
|
|
5584
5588
|
set: (h) => B(h, !1)
|
|
5585
|
-
}),
|
|
5589
|
+
}), y = $({
|
|
5586
5590
|
get: () => e.modelValue,
|
|
5587
5591
|
set: (h) => H(h)
|
|
5588
5592
|
}), k = $(() => typeof e.min == "number" ? e.min.toString() : e.min), v = $(() => typeof e.max == "number" ? e.max.toString() : e.max), C = $(() => typeof e.min == "number" || e.min === null ? e.min : parseFloat(e.min)), S = $(() => typeof e.max == "number" || e.max === null ? e.max : parseFloat(e.max)), L = $(() => e.messageWhenValid.trim() !== "" ? e.messageWhenValid : ""), q = M(!0), U = M(!0), ee = M([]), V = $(() => {
|
|
@@ -5618,8 +5622,8 @@ const Sr = { class: "cl-flex cl-justify-between" }, qr = { class: "cl-w-full" },
|
|
|
5618
5622
|
re(e.customValidationFunction(e.label, h));
|
|
5619
5623
|
})
|
|
5620
5624
|
];
|
|
5621
|
-
return (typeof h == "string" || typeof h == "number") && (W.push(
|
|
5622
|
-
const Ae = [...re.map((
|
|
5625
|
+
return (typeof h == "string" || typeof h == "number") && (W.push(da(e.min, e.inputType, e.label, h, e.timeZone)), W.push(pa(e.max, e.inputType, e.label, h, e.timeZone))), e.isRequired && W.push(fa(e.label, h)), e.inputType === "email" && typeof h == "string" && W.push(ma(e.label, h)), Promise.all(W).then((re) => {
|
|
5626
|
+
const Ae = [...re.map((Je) => Je.message)], Se = re.some((Je) => Je.message.length > 0 && Je.valid === !1) || e.externalErrors.length > 0;
|
|
5623
5627
|
U.value = !0, Se ? (ee.value = Ae, s("validated", !1, h)) : (ee.value = [], s("validated", !0, h)), q.value = !Se;
|
|
5624
5628
|
});
|
|
5625
5629
|
}
|
|
@@ -5657,7 +5661,7 @@ const Sr = { class: "cl-flex cl-justify-between" }, qr = { class: "cl-w-full" },
|
|
|
5657
5661
|
function Z() {
|
|
5658
5662
|
document.querySelectorAll(":-webkit-autofill").length < 1 && r.value++;
|
|
5659
5663
|
}
|
|
5660
|
-
function
|
|
5664
|
+
function w(h) {
|
|
5661
5665
|
h.target.blur();
|
|
5662
5666
|
}
|
|
5663
5667
|
async function I(h, R) {
|
|
@@ -5695,15 +5699,15 @@ const Sr = { class: "cl-flex cl-justify-between" }, qr = { class: "cl-w-full" },
|
|
|
5695
5699
|
onMouseenter: R[13] || (R[13] = (W) => $e(!0)),
|
|
5696
5700
|
onMouseleave: R[14] || (R[14] = (W) => $e(!1))
|
|
5697
5701
|
}, [
|
|
5698
|
-
g("div",
|
|
5699
|
-
g("div",
|
|
5702
|
+
g("div", qr, [
|
|
5703
|
+
g("div", Or, [
|
|
5700
5704
|
te(g("label", { class: "cl-block cl-mb-1 cl-text-grey-4 cl-text-xs cl-tracking-widest" }, A(h.label), 513), [
|
|
5701
5705
|
[ue, h.showLabel && h.label !== ""]
|
|
5702
5706
|
])
|
|
5703
5707
|
]),
|
|
5704
|
-
i.value ? (p(), b("label",
|
|
5708
|
+
i.value ? (p(), b("label", Dr, " * ")) : h.isRequired && h.requiredText.length ? (p(), b("label", Ar, A(h.requiredText), 1)) : j("", !0)
|
|
5705
5709
|
]),
|
|
5706
|
-
h.inputType !== "range" && h.inputType !== "currency" && !m(zl)(h.inputType) ? (p(), b("div",
|
|
5710
|
+
h.inputType !== "range" && h.inputType !== "currency" && !m(zl)(h.inputType) ? (p(), b("div", Er, [
|
|
5707
5711
|
te(g("input", X({
|
|
5708
5712
|
ref_key: "inputElement",
|
|
5709
5713
|
ref: n,
|
|
@@ -5733,20 +5737,20 @@ const Sr = { class: "cl-flex cl-justify-between" }, qr = { class: "cl-w-full" },
|
|
|
5733
5737
|
onClick: R[1] || (R[1] = (W) => he(W)),
|
|
5734
5738
|
onFocus: R[2] || (R[2] = (W) => s("focus")),
|
|
5735
5739
|
onBlur: se(Q, ["self"]),
|
|
5736
|
-
onMousewheelPassive:
|
|
5740
|
+
onMousewheelPassive: w,
|
|
5737
5741
|
onInput: R[3] || (R[3] = (W) => {
|
|
5738
5742
|
s("input", W, m(Ll)(W, h.inputType));
|
|
5739
5743
|
}),
|
|
5740
5744
|
onChange: I
|
|
5741
|
-
}), null, 16,
|
|
5745
|
+
}), null, 16, Vr), [
|
|
5742
5746
|
[Bl, f.value]
|
|
5743
5747
|
]),
|
|
5744
|
-
T(
|
|
5748
|
+
T(Ve, {
|
|
5745
5749
|
name: "fade",
|
|
5746
5750
|
duration: 300
|
|
5747
5751
|
}, {
|
|
5748
5752
|
default: E(() => [
|
|
5749
|
-
h.inputType === "number" && !h.disabled && h.showArrows ? te((p(), b("div",
|
|
5753
|
+
h.inputType === "number" && !h.disabled && h.showArrows ? te((p(), b("div", Ir, [
|
|
5750
5754
|
T(m(J), {
|
|
5751
5755
|
icon: "ph:caret-up-bold",
|
|
5752
5756
|
class: "cl-absolute cl-bg-link-default cl-right-1 cl-rounded-full cl-text-sm cl-text-white cl-top-1 hover:cl-bg-link-light hover:cl-cursor-pointer",
|
|
@@ -5767,8 +5771,8 @@ const Sr = { class: "cl-flex cl-justify-between" }, qr = { class: "cl-w-full" },
|
|
|
5767
5771
|
]),
|
|
5768
5772
|
_: 1
|
|
5769
5773
|
})
|
|
5770
|
-
])) : h.inputType === "currency" ? (p(), b("div",
|
|
5771
|
-
T(
|
|
5774
|
+
])) : h.inputType === "currency" ? (p(), b("div", Mr, [
|
|
5775
|
+
T(fr, X({
|
|
5772
5776
|
ref_key: "currencyInputRef",
|
|
5773
5777
|
ref: u,
|
|
5774
5778
|
modelValue: f.value,
|
|
@@ -5787,11 +5791,11 @@ const Sr = { class: "cl-flex cl-justify-between" }, qr = { class: "cl-w-full" },
|
|
|
5787
5791
|
onFocus: R[8] || (R[8] = (W) => s("focus")),
|
|
5788
5792
|
onBlur: D
|
|
5789
5793
|
}), null, 16, ["modelValue", "disabled", "placeholder", "is-valid", "highlight-when-valid", "input-specific-classes", "group", "step", "currency-options"])
|
|
5790
|
-
])) : m(zl)(h.inputType) ? (p(), P(m(
|
|
5794
|
+
])) : m(zl)(h.inputType) ? (p(), P(m(dr), X({ key: 2 }, h.$attrs, {
|
|
5791
5795
|
ref_key: "inputElement",
|
|
5792
5796
|
ref: n,
|
|
5793
|
-
date:
|
|
5794
|
-
"onUpdate:date": R[9] || (R[9] = (W) =>
|
|
5797
|
+
date: y.value,
|
|
5798
|
+
"onUpdate:date": R[9] || (R[9] = (W) => y.value = W),
|
|
5795
5799
|
class: ["cl-block cl-duration-300 cl-h-fit cl-mb-1 cl-rounded-lg cl-text-sm cl-transition cl-w-full focus:cl-outline-none", {
|
|
5796
5800
|
"hover:cl-border-grey-3": !h.disabled && h.inputType !== "dateRange",
|
|
5797
5801
|
"!cl-border-danger-default": !q.value,
|
|
@@ -5799,7 +5803,7 @@ const Sr = { class: "cl-flex cl-justify-between" }, qr = { class: "cl-w-full" },
|
|
|
5799
5803
|
}],
|
|
5800
5804
|
disabled: h.disabled,
|
|
5801
5805
|
required: h.isRequired,
|
|
5802
|
-
type: m(
|
|
5806
|
+
type: m(Sr)(h.inputType),
|
|
5803
5807
|
"time-zone": h.timeZone,
|
|
5804
5808
|
min: k.value,
|
|
5805
5809
|
max: v.value,
|
|
@@ -5809,8 +5813,8 @@ const Sr = { class: "cl-flex cl-justify-between" }, qr = { class: "cl-w-full" },
|
|
|
5809
5813
|
"date-format-locale": h.dateFormatLocale,
|
|
5810
5814
|
onBlur: se(D, ["self"]),
|
|
5811
5815
|
onFocus: R[10] || (R[10] = (W) => s("focus"))
|
|
5812
|
-
}), null, 16, ["date", "class", "disabled", "required", "type", "time-zone", "min", "max", "placeholder", "initial-date", "quick-date-scope", "date-format-locale"])) : h.inputType === "range" && typeof f.value == "number" ? (p(), b("div",
|
|
5813
|
-
T(m(
|
|
5816
|
+
}), null, 16, ["date", "class", "disabled", "required", "type", "time-zone", "min", "max", "placeholder", "initial-date", "quick-date-scope", "date-format-locale"])) : h.inputType === "range" && typeof f.value == "number" ? (p(), b("div", Nr, [
|
|
5817
|
+
T(m(Cr), {
|
|
5814
5818
|
ref_key: "inputElement",
|
|
5815
5819
|
ref: n,
|
|
5816
5820
|
value: f.value,
|
|
@@ -5826,11 +5830,11 @@ const Sr = { class: "cl-flex cl-justify-between" }, qr = { class: "cl-w-full" },
|
|
|
5826
5830
|
}, null, 8, ["value", "min", "max", "step", "placeholder", "disabled"])
|
|
5827
5831
|
])) : j("", !0)
|
|
5828
5832
|
], 32),
|
|
5829
|
-
q.value && L.value && U.value ? (p(), b("div",
|
|
5830
|
-
!q.value && V.value.length > 0 && h.showValidationMessages && U.value ? (p(), b("div",
|
|
5833
|
+
q.value && L.value && U.value ? (p(), b("div", Rr, A(L.value), 1)) : j("", !0),
|
|
5834
|
+
!q.value && V.value.length > 0 && h.showValidationMessages && U.value ? (p(), b("div", Ur, A(V.value), 1)) : j("", !0)
|
|
5831
5835
|
], 16));
|
|
5832
5836
|
}
|
|
5833
|
-
}),
|
|
5837
|
+
}), Lr = /* @__PURE__ */ ye(zr, [["__scopeId", "data-v-2373f106"]]), Br = [
|
|
5834
5838
|
"button",
|
|
5835
5839
|
"checkbox",
|
|
5836
5840
|
"color",
|
|
@@ -5852,24 +5856,24 @@ const Sr = { class: "cl-flex cl-justify-between" }, qr = { class: "cl-w-full" },
|
|
|
5852
5856
|
function hl(t) {
|
|
5853
5857
|
return /[a-z]{2}-[A-Z]{2}/gm.test(t.localeCode);
|
|
5854
5858
|
}
|
|
5855
|
-
function
|
|
5859
|
+
function Fr(t) {
|
|
5856
5860
|
let o = Array.isArray(t);
|
|
5857
5861
|
if (o) {
|
|
5858
5862
|
for (const l of t)
|
|
5859
|
-
if (!
|
|
5863
|
+
if (!jr(l)) {
|
|
5860
5864
|
o = !1;
|
|
5861
5865
|
break;
|
|
5862
5866
|
}
|
|
5863
5867
|
}
|
|
5864
5868
|
return o;
|
|
5865
5869
|
}
|
|
5866
|
-
function
|
|
5870
|
+
function jr(t) {
|
|
5867
5871
|
return typeof t.name == "string" && typeof t.nativeName == "string" && typeof t.localeCode == "string";
|
|
5868
5872
|
}
|
|
5869
|
-
const
|
|
5873
|
+
const Pr = {
|
|
5870
5874
|
key: 0,
|
|
5871
5875
|
class: "cl-flex cl-relative cl-select-none cl-w-auto cl-z-30"
|
|
5872
|
-
},
|
|
5876
|
+
}, Gr = { class: "cl-absolute cl-bg-white cl-border cl-border-grey-0 cl-overflow-hidden cl-right-0 cl-rounded cl-shadow-xl cl-text-black cl-top-6 cl-z-30" }, Hr = ["data-localename", "data-localecode", "onClick"], Zr = { class: "cl-text-xs" }, Wr = /* @__PURE__ */ G({
|
|
5873
5877
|
__name: "cl-ui-language-switcher",
|
|
5874
5878
|
props: {
|
|
5875
5879
|
supportedLanguages: {},
|
|
@@ -5888,7 +5892,7 @@ const jr = {
|
|
|
5888
5892
|
}
|
|
5889
5893
|
return le(() => l.disabled, (a) => {
|
|
5890
5894
|
a && (n.value = !1);
|
|
5891
|
-
}), (a, r) => u.value !== null && m(hl)(u.value) ? (p(), b("div",
|
|
5895
|
+
}), (a, r) => u.value !== null && m(hl)(u.value) ? (p(), b("div", Pr, [
|
|
5892
5896
|
g("div", {
|
|
5893
5897
|
class: O(["cl-flex cl-items-center", {
|
|
5894
5898
|
"cl-cursor-pointer": !a.disabled
|
|
@@ -5901,11 +5905,11 @@ const jr = {
|
|
|
5901
5905
|
}])
|
|
5902
5906
|
}, A(u.value.nativeName), 3)
|
|
5903
5907
|
], 2),
|
|
5904
|
-
T(
|
|
5908
|
+
T(Ve, { name: "fade" }, {
|
|
5905
5909
|
default: E(() => [
|
|
5906
|
-
te(g("div",
|
|
5907
|
-
(p(!0), b(Y, null, ae(c.value, (f,
|
|
5908
|
-
key:
|
|
5910
|
+
te(g("div", Gr, [
|
|
5911
|
+
(p(!0), b(Y, null, ae(c.value, (f, y) => (p(), b("div", {
|
|
5912
|
+
key: y,
|
|
5909
5913
|
class: "cl-border-b cl-border-grey-0 cl-cursor-pointer cl-flex cl-items-center cl-justify-center cl-p-1 cl-text-center cl-transition-colors cl-w-28 hover:cl-bg-grey-0 last-child:cl-border-b-0 last:cl-border-b-0 lg:cl-p-2",
|
|
5910
5914
|
"data-localename": f.name,
|
|
5911
5915
|
"data-localecode": f.localeCode,
|
|
@@ -5913,8 +5917,8 @@ const jr = {
|
|
|
5913
5917
|
s.value = f.localeCode, i(), e("language-select", f.localeCode);
|
|
5914
5918
|
}
|
|
5915
5919
|
}, [
|
|
5916
|
-
g("span",
|
|
5917
|
-
], 8,
|
|
5920
|
+
g("span", Zr, A(f.nativeName), 1)
|
|
5921
|
+
], 8, Hr))), 128))
|
|
5918
5922
|
], 512), [
|
|
5919
5923
|
[ue, n.value]
|
|
5920
5924
|
])
|
|
@@ -5923,13 +5927,13 @@ const jr = {
|
|
|
5923
5927
|
})
|
|
5924
5928
|
])) : j("", !0);
|
|
5925
5929
|
}
|
|
5926
|
-
}),
|
|
5930
|
+
}), Kr = { class: "cl-relative" }, Qr = { class: "cl-h-full cl-z-0 xl:cl-h-screen" }, Yr = { class: "cl-absolute cl-bg-secondary-default cl-gap-y-1 cl-grid cl-grid-cols-1 cl-left-0 cl-opacity-95 cl-p-6 cl-top-0 cl-w-full cl-z-10 lg:cl-gap-x-1 lg:cl-grid-cols-10 lg:cl-p-10" }, Jr = { class: "cl-col-span-10 lg:cl-col-span-3" }, Xr = {
|
|
5927
5931
|
key: 0,
|
|
5928
5932
|
class: "cl-col-span-10 cl-flex cl-items-start cl-justify-end cl-text-white lg:cl-col-span-1 lg:cl-p-2"
|
|
5929
|
-
},
|
|
5933
|
+
}, xr = { class: "cl-col-span-3" }, _r = { class: "cl-relative cl-text-grey-4" }, ei = { class: "cl-w-full" }, li = /* @__PURE__ */ g("span", null, null, -1), ti = {
|
|
5930
5934
|
key: 0,
|
|
5931
5935
|
class: "cl-bg-primary-lighter cl-mt-1 cl-rounded-md cl-text-center cl-text-secondary-default cl-text-xs cl-w-full"
|
|
5932
|
-
},
|
|
5936
|
+
}, oi = { class: "cl-col-span-3" }, ai = { class: "cl-relative cl-text-grey-4" }, ni = /* @__PURE__ */ g("span", null, null, -1), si = { class: "cl-col-span-10 cl-emphasis-danger cl-mt-10 cl-p-3 cl-rounded-md cl-text-sm md:cl-mt-3" }, ri = /* @__PURE__ */ G({
|
|
5933
5937
|
__name: "cl-ui-login",
|
|
5934
5938
|
props: {
|
|
5935
5939
|
errors: { default: () => [] },
|
|
@@ -5951,15 +5955,15 @@ const jr = {
|
|
|
5951
5955
|
return le([
|
|
5952
5956
|
s,
|
|
5953
5957
|
n
|
|
5954
|
-
], a), (r, f) => (p(), b("div",
|
|
5955
|
-
g("div",
|
|
5958
|
+
], a), (r, f) => (p(), b("div", Kr, [
|
|
5959
|
+
g("div", Qr, [
|
|
5956
5960
|
z(r.$slots, "background")
|
|
5957
5961
|
]),
|
|
5958
|
-
g("form",
|
|
5959
|
-
g("div",
|
|
5962
|
+
g("form", Yr, [
|
|
5963
|
+
g("div", Jr, [
|
|
5960
5964
|
z(r.$slots, "logo")
|
|
5961
5965
|
]),
|
|
5962
|
-
r.$slots["language-switcher"] ? (p(), b("div",
|
|
5966
|
+
r.$slots["language-switcher"] ? (p(), b("div", Xr, [
|
|
5963
5967
|
z(r.$slots, "language-switcher")
|
|
5964
5968
|
])) : j("", !0),
|
|
5965
5969
|
g("div", {
|
|
@@ -5968,18 +5972,18 @@ const jr = {
|
|
|
5968
5972
|
"cl-col-span-6": r.$slots["language-switcher"]
|
|
5969
5973
|
}])
|
|
5970
5974
|
}, [
|
|
5971
|
-
g("div",
|
|
5972
|
-
g("div",
|
|
5975
|
+
g("div", xr, [
|
|
5976
|
+
g("div", _r, [
|
|
5973
5977
|
T(m(J), {
|
|
5974
5978
|
class: "cl-absolute cl-left-3 cl-top-3 cl-z-10",
|
|
5975
5979
|
icon: "ph:user",
|
|
5976
5980
|
size: 18
|
|
5977
5981
|
}),
|
|
5978
|
-
g("div",
|
|
5979
|
-
T(
|
|
5982
|
+
g("div", ei, [
|
|
5983
|
+
T(Re, {
|
|
5980
5984
|
id: "cl-ui-login-usernameinput",
|
|
5981
5985
|
modelValue: s.value,
|
|
5982
|
-
"onUpdate:modelValue": f[0] || (f[0] = (
|
|
5986
|
+
"onUpdate:modelValue": f[0] || (f[0] = (y) => s.value = y),
|
|
5983
5987
|
modelModifiers: { trim: !0 },
|
|
5984
5988
|
class: O(["cl-border-2 cl-outline-none cl-p-2 cl-pl-9 cl-text-grey-5 cl-text-sm", {
|
|
5985
5989
|
"!cl-border-primary-default hover:!cl-border-grey-3 focus-within:!cl-border-link-light": s.value !== "" && c.value,
|
|
@@ -5991,16 +5995,16 @@ const jr = {
|
|
|
5991
5995
|
autocomplete: "username"
|
|
5992
5996
|
}, {
|
|
5993
5997
|
default: E(() => [
|
|
5994
|
-
|
|
5998
|
+
li
|
|
5995
5999
|
]),
|
|
5996
6000
|
_: 1
|
|
5997
6001
|
}, 8, ["modelValue", "class", "errors", "placeholder"]),
|
|
5998
|
-
c.value ? (p(), b("div",
|
|
6002
|
+
c.value ? (p(), b("div", ti, A(m(e)("login.validEmail")), 1)) : j("", !0)
|
|
5999
6003
|
])
|
|
6000
6004
|
])
|
|
6001
6005
|
]),
|
|
6002
|
-
g("div",
|
|
6003
|
-
g("div",
|
|
6006
|
+
g("div", oi, [
|
|
6007
|
+
g("div", ai, [
|
|
6004
6008
|
T(m(J), {
|
|
6005
6009
|
class: "cl-absolute cl-left-3 cl-top-3 cl-z-10",
|
|
6006
6010
|
icon: "ph:lock",
|
|
@@ -6010,7 +6014,7 @@ const jr = {
|
|
|
6010
6014
|
class: "cl-absolute cl-cursor-pointer cl-right-4 cl-top-3 cl-z-10",
|
|
6011
6015
|
icon: "ph:eye",
|
|
6012
6016
|
size: 18,
|
|
6013
|
-
onClick: f[1] || (f[1] = (
|
|
6017
|
+
onClick: f[1] || (f[1] = (y) => u.value = "text")
|
|
6014
6018
|
}, null, 512), [
|
|
6015
6019
|
[ue, u.value === "password"]
|
|
6016
6020
|
]),
|
|
@@ -6018,14 +6022,14 @@ const jr = {
|
|
|
6018
6022
|
class: "cl-absolute cl-cursor-pointer cl-right-4 cl-top-3 cl-z-10",
|
|
6019
6023
|
icon: "ph:eye-slash",
|
|
6020
6024
|
size: 18,
|
|
6021
|
-
onClick: f[2] || (f[2] = (
|
|
6025
|
+
onClick: f[2] || (f[2] = (y) => u.value = "password")
|
|
6022
6026
|
}, null, 512), [
|
|
6023
6027
|
[ue, u.value === "text"]
|
|
6024
6028
|
]),
|
|
6025
|
-
T(
|
|
6029
|
+
T(Re, {
|
|
6026
6030
|
id: "cl-ui-login-passwordinput",
|
|
6027
6031
|
modelValue: n.value,
|
|
6028
|
-
"onUpdate:modelValue": f[3] || (f[3] = (
|
|
6032
|
+
"onUpdate:modelValue": f[3] || (f[3] = (y) => n.value = y),
|
|
6029
6033
|
class: O(["cl-border-2 cl-outline-none cl-p-2 cl-px-9 cl-text-grey-5 cl-text-sm", {
|
|
6030
6034
|
"!cl-border-primary-default hover:!cl-border-grey-3 focus-within:!cl-border-link-light": n.value
|
|
6031
6035
|
}]),
|
|
@@ -6034,7 +6038,7 @@ const jr = {
|
|
|
6034
6038
|
autocomplete: "current-password"
|
|
6035
6039
|
}, {
|
|
6036
6040
|
default: E(() => [
|
|
6037
|
-
|
|
6041
|
+
ni
|
|
6038
6042
|
]),
|
|
6039
6043
|
_: 1
|
|
6040
6044
|
}, 8, ["modelValue", "class", "type", "placeholder"])
|
|
@@ -6060,18 +6064,18 @@ const jr = {
|
|
|
6060
6064
|
}, 8, ["loading", "disabled"])
|
|
6061
6065
|
], 2)
|
|
6062
6066
|
], 2),
|
|
6063
|
-
T(
|
|
6067
|
+
T(Ve, { name: "cl-grow-down" }, {
|
|
6064
6068
|
default: E(() => {
|
|
6065
|
-
var
|
|
6069
|
+
var y;
|
|
6066
6070
|
return [
|
|
6067
|
-
te(g("span",
|
|
6071
|
+
te(g("span", si, [
|
|
6068
6072
|
(p(!0), b(Y, null, ae(r.errors, (k, v) => (p(), b("div", {
|
|
6069
6073
|
id: "cl-ui-login-errors",
|
|
6070
6074
|
key: v,
|
|
6071
6075
|
class: "cl-font-semibold"
|
|
6072
6076
|
}, A(k), 1))), 128))
|
|
6073
6077
|
], 512), [
|
|
6074
|
-
[ue, (
|
|
6078
|
+
[ue, (y = r.errors) == null ? void 0 : y.length]
|
|
6075
6079
|
])
|
|
6076
6080
|
];
|
|
6077
6081
|
}),
|
|
@@ -6080,19 +6084,19 @@ const jr = {
|
|
|
6080
6084
|
])
|
|
6081
6085
|
]));
|
|
6082
6086
|
}
|
|
6083
|
-
}),
|
|
6087
|
+
}), ii = [
|
|
6084
6088
|
"x-small",
|
|
6085
6089
|
"small",
|
|
6086
6090
|
"medium",
|
|
6087
6091
|
"large"
|
|
6088
|
-
],
|
|
6092
|
+
], ci = [
|
|
6089
6093
|
"primary",
|
|
6090
6094
|
"secondary",
|
|
6091
6095
|
"white"
|
|
6092
|
-
],
|
|
6096
|
+
], ui = {
|
|
6093
6097
|
key: 0,
|
|
6094
6098
|
class: "cl-h-0 cl-w-0"
|
|
6095
|
-
},
|
|
6099
|
+
}, di = { class: "cl-relative cl-w-full" }, pi = /* @__PURE__ */ G({
|
|
6096
6100
|
__name: "cl-ui-navigation",
|
|
6097
6101
|
props: {
|
|
6098
6102
|
colour: { default: "default" }
|
|
@@ -6128,7 +6132,7 @@ const jr = {
|
|
|
6128
6132
|
function f() {
|
|
6129
6133
|
i.value = !i.value, e("pinned-state", i.value), a.value = !0, r();
|
|
6130
6134
|
}
|
|
6131
|
-
const
|
|
6135
|
+
const y = M();
|
|
6132
6136
|
function k(C) {
|
|
6133
6137
|
f(), typeof C == "number" && c(C);
|
|
6134
6138
|
}
|
|
@@ -6137,12 +6141,12 @@ const jr = {
|
|
|
6137
6141
|
C.open = !1;
|
|
6138
6142
|
}), e("open-state", !1, void 0));
|
|
6139
6143
|
}
|
|
6140
|
-
return
|
|
6144
|
+
return rl(y, v), o({
|
|
6141
6145
|
closeNavigation: v,
|
|
6142
6146
|
restorePinnedNavigation: k
|
|
6143
6147
|
}), (C, S) => (p(), b("div", {
|
|
6144
6148
|
ref_key: "navElement",
|
|
6145
|
-
ref:
|
|
6149
|
+
ref: y,
|
|
6146
6150
|
class: "cl-flex cl-flex-nowrap cl-relative"
|
|
6147
6151
|
}, [
|
|
6148
6152
|
g("div", {
|
|
@@ -6154,8 +6158,8 @@ const jr = {
|
|
|
6154
6158
|
}, [
|
|
6155
6159
|
z(C.$slots, "icon", X({ navcolour: C.colour }, { groupIsOpen: u, toggleOpen: c }), void 0, !0)
|
|
6156
6160
|
], 2),
|
|
6157
|
-
a.value ? (p(), b("div",
|
|
6158
|
-
T(
|
|
6161
|
+
a.value ? (p(), b("div", ui)) : j("", !0),
|
|
6162
|
+
T(Ve, { name: "slide-right" }, {
|
|
6159
6163
|
default: E(() => [
|
|
6160
6164
|
te(g("div", {
|
|
6161
6165
|
class: O(["cl-bg-grey-0 cl-border-grey-2 cl-border-r cl-duration-75 cl-h-full cl-min-w-[260px] cl-overflow-y-auto cl-overscroll-y-none cl-p-8 cl-pb-24 cl-top-0 cl-transition-shadow cl-w-[260px] cl-z-30 xl:cl-pb-0", {
|
|
@@ -6163,7 +6167,7 @@ const jr = {
|
|
|
6163
6167
|
"cl-absolute cl-left-20 cl-shadow-lg": !i.value
|
|
6164
6168
|
}])
|
|
6165
6169
|
}, [
|
|
6166
|
-
g("div",
|
|
6170
|
+
g("div", di, [
|
|
6167
6171
|
g("span", {
|
|
6168
6172
|
class: "cl-absolute cl-cursor-pointer cl-hidden cl-right-0 cl-top-1.5 lg:cl-block",
|
|
6169
6173
|
onClick: S[0] || (S[0] = () => f())
|
|
@@ -6186,7 +6190,7 @@ const jr = {
|
|
|
6186
6190
|
})
|
|
6187
6191
|
], 512));
|
|
6188
6192
|
}
|
|
6189
|
-
}),
|
|
6193
|
+
}), fi = /* @__PURE__ */ ye(pi, [["__scopeId", "data-v-db3283cd"]]), mi = /* @__PURE__ */ G({
|
|
6190
6194
|
__name: "cl-ui-navigation-icon",
|
|
6191
6195
|
props: {
|
|
6192
6196
|
iconValue: {},
|
|
@@ -6209,10 +6213,10 @@ const jr = {
|
|
|
6209
6213
|
}, null, 8, ["icon"])
|
|
6210
6214
|
], 2));
|
|
6211
6215
|
}
|
|
6212
|
-
}),
|
|
6216
|
+
}), gi = {
|
|
6213
6217
|
key: 0,
|
|
6214
6218
|
class: "cl-font-bold cl-leading-8 cl-mb-8 cl-pr-8 cl-select-none cl-text-lg cl-text-secondary-default"
|
|
6215
|
-
},
|
|
6219
|
+
}, vi = { class: "cl-flex cl-flex-wrap cl-space-y-8 cl-text-sm cl-w-full" }, bi = /* @__PURE__ */ G({
|
|
6216
6220
|
__name: "cl-ui-navigation-group",
|
|
6217
6221
|
props: {
|
|
6218
6222
|
open: { type: Boolean }
|
|
@@ -6223,35 +6227,35 @@ const jr = {
|
|
|
6223
6227
|
"cl-hidden": !o.open
|
|
6224
6228
|
})
|
|
6225
6229
|
}, [
|
|
6226
|
-
o.$slots.title ? (p(), b("div",
|
|
6230
|
+
o.$slots.title ? (p(), b("div", gi, [
|
|
6227
6231
|
z(o.$slots, "title")
|
|
6228
6232
|
])) : j("", !0),
|
|
6229
|
-
g("div",
|
|
6233
|
+
g("div", vi, [
|
|
6230
6234
|
z(o.$slots, "default")
|
|
6231
6235
|
])
|
|
6232
6236
|
], 2));
|
|
6233
6237
|
}
|
|
6234
|
-
}),
|
|
6238
|
+
}), hi = {}, yi = { class: "cl-w-full" }, wi = {
|
|
6235
6239
|
key: 0,
|
|
6236
6240
|
class: "cl-font-bold cl-mb-4 cl-select-none"
|
|
6237
|
-
},
|
|
6238
|
-
function
|
|
6239
|
-
return p(), b("div",
|
|
6240
|
-
t.$slots.title ? (p(), b("div",
|
|
6241
|
+
}, ki = { class: "cl-flex cl-flex-wrap cl-space-y-2" };
|
|
6242
|
+
function $i(t, o) {
|
|
6243
|
+
return p(), b("div", yi, [
|
|
6244
|
+
t.$slots.title ? (p(), b("div", wi, [
|
|
6241
6245
|
z(t.$slots, "title")
|
|
6242
6246
|
])) : j("", !0),
|
|
6243
|
-
g("span",
|
|
6247
|
+
g("span", ki, [
|
|
6244
6248
|
z(t.$slots, "default")
|
|
6245
6249
|
])
|
|
6246
6250
|
]);
|
|
6247
6251
|
}
|
|
6248
|
-
const
|
|
6249
|
-
function
|
|
6250
|
-
return p(), b("div",
|
|
6252
|
+
const Ci = /* @__PURE__ */ ye(hi, [["render", $i]]), Ti = {}, Si = { class: "cl-cursor-pointer cl-transition-colors cl-w-full hover:cl-text-primary-darker" };
|
|
6253
|
+
function qi(t, o) {
|
|
6254
|
+
return p(), b("div", Si, [
|
|
6251
6255
|
z(t.$slots, "default")
|
|
6252
6256
|
]);
|
|
6253
6257
|
}
|
|
6254
|
-
const
|
|
6258
|
+
const Oi = /* @__PURE__ */ ye(Ti, [["render", qi]]), Di = { class: "cl-basis-full" }, Ai = /* @__PURE__ */ G({
|
|
6255
6259
|
__name: "cl-ui-tab",
|
|
6256
6260
|
props: {
|
|
6257
6261
|
colour: { default: "default" },
|
|
@@ -6270,7 +6274,7 @@ const qi = /* @__PURE__ */ ye(Ci, [["render", Si]]), Oi = { class: "cl-basis-ful
|
|
|
6270
6274
|
function f() {
|
|
6271
6275
|
a.value && (r(), window.addEventListener("resize", r));
|
|
6272
6276
|
}
|
|
6273
|
-
function
|
|
6277
|
+
function y(S) {
|
|
6274
6278
|
if (c.value) {
|
|
6275
6279
|
const L = c.value.scrollWidth / 5;
|
|
6276
6280
|
let q = L;
|
|
@@ -6295,7 +6299,7 @@ const qi = /* @__PURE__ */ ye(Ci, [["render", Si]]), Oi = { class: "cl-basis-ful
|
|
|
6295
6299
|
}
|
|
6296
6300
|
return We(() => {
|
|
6297
6301
|
f(), v(n.value[0].id);
|
|
6298
|
-
}),
|
|
6302
|
+
}), al(() => window.removeEventListener("resize", r)), o({
|
|
6299
6303
|
setTab: C
|
|
6300
6304
|
}), (S, L) => (p(), b("div", {
|
|
6301
6305
|
class: O(["cl-w-full", {
|
|
@@ -6313,7 +6317,7 @@ const qi = /* @__PURE__ */ ye(Ci, [["render", Si]]), Oi = { class: "cl-basis-ful
|
|
|
6313
6317
|
d.value && a.value ? (p(), b("div", {
|
|
6314
6318
|
key: 0,
|
|
6315
6319
|
class: "cl-bg-white cl-cursor-pointer cl-float-left cl-h-11 cl-w-4",
|
|
6316
|
-
onClick: L[0] || (L[0] = (q) =>
|
|
6320
|
+
onClick: L[0] || (L[0] = (q) => y("left"))
|
|
6317
6321
|
}, [
|
|
6318
6322
|
T(m(J), {
|
|
6319
6323
|
icon: "ph:caret-left",
|
|
@@ -6335,7 +6339,7 @@ const qi = /* @__PURE__ */ ye(Ci, [["render", Si]]), Oi = { class: "cl-basis-ful
|
|
|
6335
6339
|
i.value && a.value ? (p(), b("div", {
|
|
6336
6340
|
key: 1,
|
|
6337
6341
|
class: "cl-bg-white cl-cursor-pointer cl-float-right cl-h-11 cl-relative cl-w-4",
|
|
6338
|
-
onClick: L[1] || (L[1] = (q) =>
|
|
6342
|
+
onClick: L[1] || (L[1] = (q) => y("right"))
|
|
6339
6343
|
}, [
|
|
6340
6344
|
T(m(J), {
|
|
6341
6345
|
icon: "ph:caret-right",
|
|
@@ -6343,14 +6347,14 @@ const qi = /* @__PURE__ */ ye(Ci, [["render", Si]]), Oi = { class: "cl-basis-ful
|
|
|
6343
6347
|
})
|
|
6344
6348
|
])) : j("", !0)
|
|
6345
6349
|
], 2),
|
|
6346
|
-
te(g("div",
|
|
6350
|
+
te(g("div", Di, [
|
|
6347
6351
|
z(S.$slots, "content", de(pe({ isTabOpen: k })))
|
|
6348
6352
|
], 512), [
|
|
6349
6353
|
[ue, u.value]
|
|
6350
6354
|
])
|
|
6351
6355
|
], 2));
|
|
6352
6356
|
}
|
|
6353
|
-
}),
|
|
6357
|
+
}), Ei = ["inert"], Vi = /* @__PURE__ */ G({
|
|
6354
6358
|
__name: "cl-ui-tab-header",
|
|
6355
6359
|
props: {
|
|
6356
6360
|
open: { type: Boolean },
|
|
@@ -6378,35 +6382,35 @@ const qi = /* @__PURE__ */ ye(Ci, [["render", Si]]), Oi = { class: "cl-basis-ful
|
|
|
6378
6382
|
z(e.$slots, "default", {}, () => [
|
|
6379
6383
|
ie(A(e.title), 1)
|
|
6380
6384
|
])
|
|
6381
|
-
], 10,
|
|
6385
|
+
], 10, Ei));
|
|
6382
6386
|
}
|
|
6383
|
-
}),
|
|
6387
|
+
}), Ii = { key: 0 }, Mi = { class: "cl-font-bold cl-mb-4" }, Ni = /* @__PURE__ */ G({
|
|
6384
6388
|
__name: "cl-ui-tab-content",
|
|
6385
6389
|
props: {
|
|
6386
6390
|
open: { type: Boolean },
|
|
6387
6391
|
title: { default: "" }
|
|
6388
6392
|
},
|
|
6389
6393
|
setup(t) {
|
|
6390
|
-
return (o, l) => o.open ? (p(), b("div",
|
|
6394
|
+
return (o, l) => o.open ? (p(), b("div", Ii, [
|
|
6391
6395
|
z(o.$slots, "header", {}, () => [
|
|
6392
|
-
g("h4",
|
|
6396
|
+
g("h4", Mi, A(o.title), 1)
|
|
6393
6397
|
]),
|
|
6394
6398
|
z(o.$slots, "default")
|
|
6395
6399
|
])) : j("", !0);
|
|
6396
6400
|
}
|
|
6397
|
-
}),
|
|
6401
|
+
}), Ri = [
|
|
6398
6402
|
"default",
|
|
6399
6403
|
"primary",
|
|
6400
6404
|
"secondary",
|
|
6401
6405
|
"danger",
|
|
6402
6406
|
"blue"
|
|
6403
|
-
],
|
|
6407
|
+
], Ui = [
|
|
6404
6408
|
"left",
|
|
6405
6409
|
"right"
|
|
6406
|
-
],
|
|
6410
|
+
], zi = [
|
|
6407
6411
|
"horizontal",
|
|
6408
6412
|
"vertical"
|
|
6409
|
-
],
|
|
6413
|
+
], Li = { class: "cl-block cl-h-full cl-w-full" }, Bi = ["multiple", "accept", "disabled"], Fi = ["multiple", "accept", "disabled"], ji = /* @__PURE__ */ G({
|
|
6410
6414
|
inheritAttrs: !1,
|
|
6411
6415
|
__name: "cl-ui-file-uploader",
|
|
6412
6416
|
props: {
|
|
@@ -6421,8 +6425,8 @@ const qi = /* @__PURE__ */ ye(Ci, [["render", Si]]), Oi = { class: "cl-basis-ful
|
|
|
6421
6425
|
function s(r) {
|
|
6422
6426
|
var f;
|
|
6423
6427
|
if (l.disabled === !1) {
|
|
6424
|
-
const
|
|
6425
|
-
e("files-uploaded",
|
|
6428
|
+
const y = [...(f = r == null ? void 0 : r.dataTransfer) == null ? void 0 : f.files];
|
|
6429
|
+
e("files-uploaded", y), a();
|
|
6426
6430
|
}
|
|
6427
6431
|
}
|
|
6428
6432
|
function n(r) {
|
|
@@ -6441,7 +6445,7 @@ const qi = /* @__PURE__ */ ye(Ci, [["render", Si]]), Oi = { class: "cl-basis-ful
|
|
|
6441
6445
|
u.forEach((r) => {
|
|
6442
6446
|
document.body.addEventListener(r, (f) => f.preventDefault());
|
|
6443
6447
|
});
|
|
6444
|
-
}),
|
|
6448
|
+
}), al(() => {
|
|
6445
6449
|
u.forEach((r) => {
|
|
6446
6450
|
document.body.removeEventListener(r, (f) => f.preventDefault());
|
|
6447
6451
|
});
|
|
@@ -6450,7 +6454,7 @@ const qi = /* @__PURE__ */ ye(Ci, [["render", Si]]), Oi = { class: "cl-basis-ful
|
|
|
6450
6454
|
function a() {
|
|
6451
6455
|
d.value && (d.value.value = ""), i.value && (i.value.value = "");
|
|
6452
6456
|
}
|
|
6453
|
-
return (r, f) => (p(), b("div",
|
|
6457
|
+
return (r, f) => (p(), b("div", Li, [
|
|
6454
6458
|
r.uploaderType === "dragDrop" ? (p(), b("label", X({ key: 0 }, r.$attrs, {
|
|
6455
6459
|
role: "button",
|
|
6456
6460
|
class: ["cl-bg-opacity-10 cl-border cl-border-dashed cl-duration-300 cl-ease-in-out cl-flex cl-justify-center cl-relative cl-rounded-lg", {
|
|
@@ -6460,8 +6464,8 @@ const qi = /* @__PURE__ */ ye(Ci, [["render", Si]]), Oi = { class: "cl-basis-ful
|
|
|
6460
6464
|
"cl-bg-opacity-10 hover:cl-bg-opacity-40": c.value === !1 && r.disabled === !1
|
|
6461
6465
|
}],
|
|
6462
6466
|
onDrop: se(s, ["prevent"]),
|
|
6463
|
-
onDragenter: f[0] || (f[0] = (
|
|
6464
|
-
onDragleave: f[1] || (f[1] = (
|
|
6467
|
+
onDragenter: f[0] || (f[0] = (y) => c.value = !0),
|
|
6468
|
+
onDragleave: f[1] || (f[1] = (y) => c.value = !1)
|
|
6465
6469
|
}), [
|
|
6466
6470
|
g("input", {
|
|
6467
6471
|
ref_key: "fileRefDragDrop",
|
|
@@ -6472,7 +6476,7 @@ const qi = /* @__PURE__ */ ye(Ci, [["render", Si]]), Oi = { class: "cl-basis-ful
|
|
|
6472
6476
|
accept: r.acceptedFileTypes,
|
|
6473
6477
|
disabled: r.disabled,
|
|
6474
6478
|
onInput: n
|
|
6475
|
-
}, null, 40,
|
|
6479
|
+
}, null, 40, Bi),
|
|
6476
6480
|
z(r.$slots, "default")
|
|
6477
6481
|
], 16)) : (p(), b("input", {
|
|
6478
6482
|
key: 1,
|
|
@@ -6487,10 +6491,10 @@ const qi = /* @__PURE__ */ ye(Ci, [["render", Si]]), Oi = { class: "cl-basis-ful
|
|
|
6487
6491
|
accept: r.acceptedFileTypes,
|
|
6488
6492
|
disabled: r.disabled,
|
|
6489
6493
|
onInput: n
|
|
6490
|
-
}, null, 42,
|
|
6494
|
+
}, null, 42, Fi))
|
|
6491
6495
|
]));
|
|
6492
6496
|
}
|
|
6493
|
-
}),
|
|
6497
|
+
}), Pi = /* @__PURE__ */ G({
|
|
6494
6498
|
inheritAttrs: !1,
|
|
6495
6499
|
__name: "cl-ui-toggle",
|
|
6496
6500
|
props: /* @__PURE__ */ fe({
|
|
@@ -6515,7 +6519,7 @@ const qi = /* @__PURE__ */ ye(Ci, [["render", Si]]), Oi = { class: "cl-basis-ful
|
|
|
6515
6519
|
});
|
|
6516
6520
|
return le(e, () => {
|
|
6517
6521
|
s("selection-changed", e.value);
|
|
6518
|
-
}), (d, i) => (p(), P(
|
|
6522
|
+
}), (d, i) => (p(), P(Me, {
|
|
6519
6523
|
"show-required-asterisk": d.required && d.$slots.label !== void 0
|
|
6520
6524
|
}, {
|
|
6521
6525
|
label: E(() => [
|
|
@@ -6534,7 +6538,7 @@ const qi = /* @__PURE__ */ ye(Ci, [["render", Si]]), Oi = { class: "cl-basis-ful
|
|
|
6534
6538
|
_: 3
|
|
6535
6539
|
}, 8, ["show-required-asterisk"]));
|
|
6536
6540
|
}
|
|
6537
|
-
}),
|
|
6541
|
+
}), Gi = /* @__PURE__ */ G({
|
|
6538
6542
|
__name: "cl-ui-toggle-button",
|
|
6539
6543
|
props: {
|
|
6540
6544
|
isSelected: { type: Boolean },
|
|
@@ -6554,14 +6558,14 @@ const qi = /* @__PURE__ */ ye(Ci, [["render", Si]]), Oi = { class: "cl-basis-ful
|
|
|
6554
6558
|
_: 3
|
|
6555
6559
|
}, 8, ["class"]));
|
|
6556
6560
|
}
|
|
6557
|
-
}),
|
|
6561
|
+
}), Hi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6558
6562
|
__proto__: null,
|
|
6559
6563
|
FilterOperation: oe,
|
|
6560
6564
|
allQuickDates: tt,
|
|
6561
6565
|
buttonColours: Xt,
|
|
6562
6566
|
buttonSizes: xt,
|
|
6563
6567
|
cardSizes: lo,
|
|
6564
|
-
clUISlectInput:
|
|
6568
|
+
clUISlectInput: ol,
|
|
6565
6569
|
clUiAccordion: Nt,
|
|
6566
6570
|
clUiAccordionHeader: Pt,
|
|
6567
6571
|
clUiAccordionItem: Lt,
|
|
@@ -6569,10 +6573,10 @@ const qi = /* @__PURE__ */ ye(Ci, [["render", Si]]), Oi = { class: "cl-basis-ful
|
|
|
6569
6573
|
clUiButton: ke,
|
|
6570
6574
|
clUiCard: eo,
|
|
6571
6575
|
clUiComboBox: zo,
|
|
6572
|
-
clUiFileUploader:
|
|
6576
|
+
clUiFileUploader: ji,
|
|
6573
6577
|
clUiFooter: Ko,
|
|
6574
|
-
clUiGrid:
|
|
6575
|
-
clUiGridLite:
|
|
6578
|
+
clUiGrid: qs,
|
|
6579
|
+
clUiGridLite: Es,
|
|
6576
6580
|
clUiGridLiteBody: pt,
|
|
6577
6581
|
clUiGridLiteBodySkeleton: ut,
|
|
6578
6582
|
clUiGridLiteCell: ft,
|
|
@@ -6580,61 +6584,61 @@ const qi = /* @__PURE__ */ ye(Ci, [["render", Si]]), Oi = { class: "cl-basis-ful
|
|
|
6580
6584
|
clUiGridLiteFooterSkeleton: mt,
|
|
6581
6585
|
clUiGridLiteHeader: ct,
|
|
6582
6586
|
clUiGridLiteRow: dt,
|
|
6583
|
-
clUiHeader:
|
|
6584
|
-
clUiHeaderMenu:
|
|
6585
|
-
clUiInput:
|
|
6586
|
-
clUiInputCheckbox:
|
|
6587
|
+
clUiHeader: tr,
|
|
6588
|
+
clUiHeaderMenu: cr,
|
|
6589
|
+
clUiInput: Lr,
|
|
6590
|
+
clUiInputCheckbox: ul,
|
|
6587
6591
|
clUiInputDateRange: at,
|
|
6588
6592
|
clUiInputDateRangeInput: Ol,
|
|
6589
6593
|
clUiInputDateTime: st,
|
|
6590
|
-
clUiInputNumber:
|
|
6591
|
-
clUiInputRange:
|
|
6592
|
-
clUiInputText:
|
|
6593
|
-
clUiInputTextArea:
|
|
6594
|
-
clUiLanguageSwitcher:
|
|
6595
|
-
clUiLoadingSpinner:
|
|
6596
|
-
clUiLogin:
|
|
6594
|
+
clUiInputNumber: Ye,
|
|
6595
|
+
clUiInputRange: vn,
|
|
6596
|
+
clUiInputText: Re,
|
|
6597
|
+
clUiInputTextArea: nn,
|
|
6598
|
+
clUiLanguageSwitcher: Wr,
|
|
6599
|
+
clUiLoadingSpinner: il,
|
|
6600
|
+
clUiLogin: ri,
|
|
6597
6601
|
clUiModal: Ql,
|
|
6598
|
-
clUiNavigation:
|
|
6599
|
-
clUiNavigationGroup:
|
|
6600
|
-
clUiNavigationIcon:
|
|
6601
|
-
clUiNavigationItem:
|
|
6602
|
-
clUiNavigationSection:
|
|
6602
|
+
clUiNavigation: fi,
|
|
6603
|
+
clUiNavigationGroup: bi,
|
|
6604
|
+
clUiNavigationIcon: mi,
|
|
6605
|
+
clUiNavigationItem: Oi,
|
|
6606
|
+
clUiNavigationSection: Ci,
|
|
6603
6607
|
clUiNotification: Kl,
|
|
6604
6608
|
clUiSelect: bl,
|
|
6605
6609
|
clUiSelectOption: ze,
|
|
6606
|
-
clUiTab:
|
|
6607
|
-
clUiTabContent:
|
|
6608
|
-
clUiTabHeader:
|
|
6609
|
-
clUiToggle:
|
|
6610
|
-
clUiToggleButton:
|
|
6610
|
+
clUiTab: Ai,
|
|
6611
|
+
clUiTabContent: Ni,
|
|
6612
|
+
clUiTabHeader: Vi,
|
|
6613
|
+
clUiToggle: Pi,
|
|
6614
|
+
clUiToggleButton: Gi,
|
|
6611
6615
|
currentQuickDates: He,
|
|
6612
6616
|
dateTimeCalendarTypes: nt,
|
|
6613
|
-
filterMethodTypes:
|
|
6614
|
-
futureQuickDates:
|
|
6615
|
-
gridColumnTypes:
|
|
6616
|
-
headerColour:
|
|
6617
|
-
inputTextTypes:
|
|
6618
|
-
inputTypes:
|
|
6617
|
+
filterMethodTypes: En,
|
|
6618
|
+
futureQuickDates: tl,
|
|
6619
|
+
gridColumnTypes: On,
|
|
6620
|
+
headerColour: ur,
|
|
6621
|
+
inputTextTypes: an,
|
|
6622
|
+
inputTypes: Br,
|
|
6619
6623
|
isComboBoxCreateRequest: Bo,
|
|
6620
6624
|
isComboBoxItem: Lo,
|
|
6621
|
-
isFilterRequest:
|
|
6622
|
-
isFilterResponse:
|
|
6625
|
+
isFilterRequest: Mn,
|
|
6626
|
+
isFilterResponse: Nn,
|
|
6623
6627
|
isGridColumn: rt,
|
|
6624
|
-
isGridColumnArray:
|
|
6625
|
-
isLanguageArray:
|
|
6628
|
+
isGridColumnArray: Dn,
|
|
6629
|
+
isLanguageArray: Fr,
|
|
6626
6630
|
isLanguageLocaleFormat: hl,
|
|
6627
|
-
modalColours:
|
|
6628
|
-
modalSizes:
|
|
6629
|
-
pastQuickDates:
|
|
6630
|
-
popoverPlacements:
|
|
6631
|
-
quickDateNames:
|
|
6632
|
-
stringFormats:
|
|
6633
|
-
tabColours:
|
|
6634
|
-
tabLayout:
|
|
6635
|
-
tabScroll:
|
|
6636
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
6637
|
-
t.use(Ce), t.component("Icon", J), Object.entries(
|
|
6631
|
+
modalColours: ci,
|
|
6632
|
+
modalSizes: ii,
|
|
6633
|
+
pastQuickDates: ll,
|
|
6634
|
+
popoverPlacements: bn,
|
|
6635
|
+
quickDateNames: ln,
|
|
6636
|
+
stringFormats: An,
|
|
6637
|
+
tabColours: Ri,
|
|
6638
|
+
tabLayout: zi,
|
|
6639
|
+
tabScroll: Ui
|
|
6640
|
+
}, Symbol.toStringTag, { value: "Module" })), sc = (t) => {
|
|
6641
|
+
t.use(Ce), t.component("Icon", J), Object.entries(Hi).forEach(([
|
|
6638
6642
|
o,
|
|
6639
6643
|
l
|
|
6640
6644
|
]) => {
|
|
@@ -6642,7 +6646,7 @@ const qi = /* @__PURE__ */ ye(Ci, [["render", Si]]), Oi = { class: "cl-basis-ful
|
|
|
6642
6646
|
});
|
|
6643
6647
|
};
|
|
6644
6648
|
export {
|
|
6645
|
-
|
|
6649
|
+
nc as CitrusLimeUI,
|
|
6646
6650
|
ne as DateFormat,
|
|
6647
6651
|
oe as FilterOperation,
|
|
6648
6652
|
_ as NumberFormat,
|
|
@@ -6650,7 +6654,7 @@ export {
|
|
|
6650
6654
|
Xt as buttonColours,
|
|
6651
6655
|
xt as buttonSizes,
|
|
6652
6656
|
lo as cardSizes,
|
|
6653
|
-
|
|
6657
|
+
ol as clUISlectInput,
|
|
6654
6658
|
Nt as clUiAccordion,
|
|
6655
6659
|
Pt as clUiAccordionHeader,
|
|
6656
6660
|
Lt as clUiAccordionItem,
|
|
@@ -6658,10 +6662,10 @@ export {
|
|
|
6658
6662
|
ke as clUiButton,
|
|
6659
6663
|
eo as clUiCard,
|
|
6660
6664
|
zo as clUiComboBox,
|
|
6661
|
-
|
|
6665
|
+
ji as clUiFileUploader,
|
|
6662
6666
|
Ko as clUiFooter,
|
|
6663
|
-
|
|
6664
|
-
|
|
6667
|
+
qs as clUiGrid,
|
|
6668
|
+
Es as clUiGridLite,
|
|
6665
6669
|
pt as clUiGridLiteBody,
|
|
6666
6670
|
ut as clUiGridLiteBodySkeleton,
|
|
6667
6671
|
ft as clUiGridLiteCell,
|
|
@@ -6669,76 +6673,77 @@ export {
|
|
|
6669
6673
|
mt as clUiGridLiteFooterSkeleton,
|
|
6670
6674
|
ct as clUiGridLiteHeader,
|
|
6671
6675
|
dt as clUiGridLiteRow,
|
|
6672
|
-
|
|
6673
|
-
|
|
6674
|
-
|
|
6675
|
-
|
|
6676
|
+
tr as clUiHeader,
|
|
6677
|
+
cr as clUiHeaderMenu,
|
|
6678
|
+
Lr as clUiInput,
|
|
6679
|
+
ul as clUiInputCheckbox,
|
|
6676
6680
|
at as clUiInputDateRange,
|
|
6677
6681
|
Ol as clUiInputDateRangeInput,
|
|
6678
6682
|
st as clUiInputDateTime,
|
|
6679
|
-
|
|
6680
|
-
|
|
6681
|
-
|
|
6682
|
-
|
|
6683
|
-
|
|
6684
|
-
|
|
6685
|
-
|
|
6683
|
+
Ye as clUiInputNumber,
|
|
6684
|
+
vn as clUiInputRange,
|
|
6685
|
+
Re as clUiInputText,
|
|
6686
|
+
nn as clUiInputTextArea,
|
|
6687
|
+
Wr as clUiLanguageSwitcher,
|
|
6688
|
+
il as clUiLoadingSpinner,
|
|
6689
|
+
ri as clUiLogin,
|
|
6686
6690
|
Ql as clUiModal,
|
|
6687
|
-
|
|
6688
|
-
|
|
6689
|
-
|
|
6690
|
-
|
|
6691
|
-
|
|
6691
|
+
fi as clUiNavigation,
|
|
6692
|
+
bi as clUiNavigationGroup,
|
|
6693
|
+
mi as clUiNavigationIcon,
|
|
6694
|
+
Oi as clUiNavigationItem,
|
|
6695
|
+
Ci as clUiNavigationSection,
|
|
6692
6696
|
Kl as clUiNotification,
|
|
6693
6697
|
bl as clUiSelect,
|
|
6694
6698
|
ze as clUiSelectOption,
|
|
6695
|
-
|
|
6696
|
-
|
|
6697
|
-
|
|
6698
|
-
|
|
6699
|
-
|
|
6699
|
+
Ai as clUiTab,
|
|
6700
|
+
Ni as clUiTabContent,
|
|
6701
|
+
Vi as clUiTabHeader,
|
|
6702
|
+
Pi as clUiToggle,
|
|
6703
|
+
Gi as clUiToggleButton,
|
|
6700
6704
|
He as currentQuickDates,
|
|
6701
6705
|
nt as dateTimeCalendarTypes,
|
|
6702
6706
|
oa as datetimeFormats,
|
|
6703
|
-
|
|
6704
|
-
|
|
6707
|
+
sc as default,
|
|
6708
|
+
sa as doesNumberStringContainPart,
|
|
6709
|
+
En as filterMethodTypes,
|
|
6705
6710
|
De as formatNumber,
|
|
6706
6711
|
fl as formatNumberAsDecimal,
|
|
6707
6712
|
we as formatNumberAsInteger,
|
|
6708
|
-
|
|
6713
|
+
tl as futureQuickDates,
|
|
6709
6714
|
$l as getMergedFormatOptions,
|
|
6710
|
-
|
|
6711
|
-
|
|
6715
|
+
On as gridColumnTypes,
|
|
6716
|
+
ur as headerColour,
|
|
6712
6717
|
Ce as i18n,
|
|
6713
|
-
|
|
6714
|
-
|
|
6718
|
+
an as inputTextTypes,
|
|
6719
|
+
Br as inputTypes,
|
|
6715
6720
|
Bo as isComboBoxCreateRequest,
|
|
6716
6721
|
Lo as isComboBoxItem,
|
|
6717
|
-
|
|
6718
|
-
|
|
6722
|
+
Mn as isFilterRequest,
|
|
6723
|
+
Nn as isFilterResponse,
|
|
6719
6724
|
rt as isGridColumn,
|
|
6720
|
-
|
|
6721
|
-
|
|
6725
|
+
Dn as isGridColumnArray,
|
|
6726
|
+
Fr as isLanguageArray,
|
|
6722
6727
|
hl as isLanguageLocaleFormat,
|
|
6723
6728
|
la as messages,
|
|
6724
|
-
|
|
6725
|
-
|
|
6729
|
+
ci as modalColours,
|
|
6730
|
+
ii as modalSizes,
|
|
6726
6731
|
ta as numberFormats,
|
|
6727
|
-
|
|
6728
|
-
|
|
6729
|
-
|
|
6730
|
-
|
|
6731
|
-
|
|
6732
|
-
|
|
6733
|
-
|
|
6734
|
-
|
|
6732
|
+
ll as pastQuickDates,
|
|
6733
|
+
bn as popoverPlacements,
|
|
6734
|
+
ln as quickDateNames,
|
|
6735
|
+
ca as scrubGroupSeparatorsFromFormattedValue,
|
|
6736
|
+
ac as setCurrentLocale,
|
|
6737
|
+
oc as setLocaleDateTimeFormats,
|
|
6738
|
+
lc as setLocaleMessages,
|
|
6739
|
+
tc as setLocaleNumberFormats,
|
|
6735
6740
|
Al as showNotification,
|
|
6736
|
-
|
|
6737
|
-
|
|
6738
|
-
|
|
6739
|
-
|
|
6741
|
+
An as stringFormats,
|
|
6742
|
+
Ri as tabColours,
|
|
6743
|
+
zi as tabLayout,
|
|
6744
|
+
Ui as tabScroll,
|
|
6740
6745
|
Yl as unformatNumber,
|
|
6741
|
-
|
|
6742
|
-
|
|
6743
|
-
|
|
6746
|
+
ma as validateEmail,
|
|
6747
|
+
pa as validateMaxValue,
|
|
6748
|
+
da as validateMinValue
|
|
6744
6749
|
};
|